/*!
Theme Name: The Stalkerware Theme
Theme URI: https://www.berkeleypr.com/
Description: A bespoke Wordpress theme for Stalkerware.
Author: Rob Plumley
Author URI: https://www.berkeleypr.com/
Version: 2.0
*/
/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/
@import url("https://use.typekit.net/acd2pkb.css");
body {
  background-color: #e2e2e2;
  font: 14px Helmet, Freesans, sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
body,
select,
input,
textarea {
  color: #000;
}
/* 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,
h2,
h3,
h4,
h5 {
  color: #3c02a5;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.1em;
}
h1.key-heading,
h2.key-heading,
h3.key-heading,
h4.key-heading,
h5.key-heading {
  font-size: 40px;
}
h1.offset,
h2.offset,
h3.offset,
h4.offset,
h5.offset {
  padding-left: 19.1%;
}
h1,
h2 {
  font-size: 40px;
}
h3 {
  font-size: 25px;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
::before,
::after {
  content: "";
}
/* Header styles
-------------------------------------------------------------------------------*/
.striped-bar {
  background-color: #e2e2e2;
  left: 0;
  top: 0;
  z-index: 100;
}
.striped-bar .inner-stripe {
  background-image: url('_/img/diagonal_lines.png');
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.striped-bar .inner {
  background-color: #3c02a5;
  color: #FFF;
  width: 100%;
  max-width: 965px;
  margin: 0 auto;
  padding: 20px;
}
.striped-bar .inner span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}
.striped-bar .inner span a {
  color: #ffff00;
  text-decoration: underline;
}
.striped-bar .exit-link {
  background-image: url('_/img/icon_right.png');
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-color: #ffff00;
  color: #3c02a5;
  width: auto;
  height: 100%;
  padding: 12px 35px 12px 10px;
  font-size: 22.5px;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  right: 0;
  top: 0;
  position: absolute;
}
.striped-bar .exit-link:hover {
  background-position: right 7px center;
}
.striped-bar .exit-link.sizer {
  opacity: 0;
  visibility: none;
  z-index: -1;
}
.striped-bar .exit-link.altpos {
  width: auto;
  padding-right: 45px;
  text-align: right;
  position: relative;
  float: right;
}
.striped-bar .exit-link.altpos br {
  display: none;
}
.striped-bar.iswide {
  top: 0 !important;
  position: fixed !important;
}
.striped-bar.isnarrow {
  background-image: url('_/img/diagonal_lines.png');
}
.striped-bar.isnarrow .inner {
  max-width: 2000px;
}
.header-main {
  margin-bottom: 15px;
  padding-top: 45px;
}
.header-main .toolbar {
  text-align: right;
}
.header-main .main-menu-wrapper {
  border-bottom: 12px solid #FFF;
  margin-top: 20px;
}
.header-main .jump-menu-wrapper {
  overflow: hidden;
}
/*
----------
Main menu styling
----------
*/
ul.main-menu {
  position: relative;
  width: 100%;
  font-size: 15px;
  z-index: 75;
  float: left;
  /* Position the list items */
  /* Style the link elements */
}
ul.main-menu li {
  margin-right: 20px;
  float: left;
  position: relative;
  /* Hide sub menu */
}
ul.main-menu li:last-child {
  margin-right: 0;
}
ul.main-menu li ul {
  display: none;
  padding: 0;
}
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 ul {
  background-color: #FFF;
  display: block;
  position: absolute;
  width: 225px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
ul.main-menu li:hover ul li {
  border-top: 1px solid #fafafa;
  margin: 0;
  margin-right: 0;
  float: none;
  width: 100%;
}
ul.main-menu li:hover ul li a {
  background-color: #FFF;
  color: #000;
  width: 100%;
  min-width: 150px;
  padding: 10px;
}
ul.main-menu li:hover ul li a:hover {
  color: #3c02a5;
}
ul.main-menu li:hover a {
  color: #3c02a5;
}
ul.main-menu li.current_page_item a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
ul.main-menu li.current_page_item a:hover {
  color: #000;
}
ul.main-menu li.current_page_item:hover {
  /* Show sub menu on hover */
  /* Hold the main menu hover colour while in sub menu */
}
ul.main-menu li.current_page_item:hover ul li a {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
ul.main-menu li.current_page_item:hover ul li a:hover {
  color: #3c02a5;
}
ul.main-menu li.current_page_item:hover a {
  color: #3c02a5;
}
ul.main-menu li.noshow {
  display: none;
}
ul.main-menu a {
  display: block;
  padding: 8px 0;
  color: #000;
  text-decoration: none;
  /* Set submenu to auto stretch width */
}
ul.main-menu a:hover {
  color: #3c02a5;
}
.single-post ul.main-menu li.news-menu a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.single-post ul.main-menu li.news-menu a:hover {
  color: #000;
}
.post-type-archive-media_post ul.main-menu li.media-menu a,
.single-media_post ul.main-menu li.media-menu a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.post-type-archive-media_post ul.main-menu li.media-menu a:hover,
.single-media_post ul.main-menu li.media-menu a:hover {
  color: #000;
}
/*
----------
Mobile header menu styling
----------
*/
.openmenu-button {
  width: 35px;
  height: 27px;
  margin-bottom: 8px;
  position: relative;
  float: right;
}
.openmenu-button .menu-line {
  background-color: #000;
  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;
}
.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 {
  background-color: #000;
}
.openmenu-button.active .menu-line {
  background-color: #000;
}
.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 {
  background-color: #000;
}
.accordion-menu-wrap {
  width: 100%;
  font-size: 16px;
}
.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 #FFF;
  display: none;
}
.accordion-menu-wrap .accordion-menu li a {
  background-color: #e2e2e2;
  color: #000;
  height: 45px;
  padding: 12px 20px;
  border-bottom: 1px solid #FFF;
  display: block;
  width: 100%;
}
.accordion-menu-wrap .accordion-menu li ul {
  display: none;
}
.accordion-menu-wrap .accordion-menu li ul li a {
  background: #FFF;
  color: #000;
  border-bottom: 1px solid #e2e2e2 !important;
  border-bottom: none;
}
.accordion-menu-wrap .accordion-menu li.noshow {
  display: none;
}
.accordion-menu-wrap .accordion-menu .openmenu a.ui-accordion-header,
.accordion-menu-wrap .accordion-menu .openmenu a.ui-state-active {
  background-position: 94.1% 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 */
.mobile-mainmenu .menu-item-has-children a {
  background-image: url("_/img/menu_down.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.mobile-mainmenu .menu-item-has-children a.active {
  background-image: url("_/img/menu_up.png");
}
.jumpto-text {
  margin-right: 20px;
  padding-top: 6px;
  font-size: 15px;
  font-style: italic;
  float: left;
}
.jumpto-menu {
  display: inline-block;
}
.jumpto-menu li {
  margin-right: 25px;
  float: left;
}
.jumpto-menu li a {
  color: #000;
  border-bottom: 5px solid #3c02a5;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 4px;
  font-size: 15px;
  text-decoration: none;
  text-transform: lowercase;
  display: block;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.jumpto-menu li a:hover {
  color: #3c02a5;
}
.jumpto-menu li.key-item a {
  background-color: #ffff00;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
ul.language-select {
  position: relative;
  width: 100%;
  margin-bottom: 6px;
  z-index: 80;
  float: right;
  font-family: plantin, sans-serif;
  font-weight: 400;
  /* Position the list items */
  /* Style the link elements */
}
ul.language-select .dtl {
  font-family: plantin, sans-serif;
  font-weight: 600;
  font-weight: bold;
}
ul.language-select .mbl {
  display: none;
}
ul.language-select .down-arrow {
  font-size: 23px;
  transform: translateY(2px);
  display: inline-block;
}
ul.language-select li {
  width: 100%;
  text-align: right;
  position: relative;
  /* Hide sub menu */
}
ul.language-select li ul {
  display: none;
  padding: 0;
}
ul.language-select li:hover {
  /* Show sub menu on hover */
}
ul.language-select li:hover ul {
  background-color: #FFF;
  display: block;
  right: 0;
  position: absolute;
  width: auto;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
ul.language-select li:hover ul li {
  border-top: 1px solid #fafafa;
  margin: 0;
  margin-right: 0;
  float: none;
  width: auto;
  text-align: left;
}
ul.language-select li:hover ul li a {
  color: #000;
  min-width: 150px;
  padding: 8px 10px;
}
ul.language-select li:hover ul li a:hover {
  color: #3c02a5;
}
ul.language-select a {
  display: block;
  padding: 8px 0;
  color: #000;
  text-decoration: none;
  /* Set submenu to auto stretch width */
  white-space: nowrap;
}
ul.language-select.light {
  margin-top: -10px;
}
ul.language-select.light a {
  color: #FFF;
}
ul.language-select.light a.language-current {
  padding-top: 0;
}
/* Main container styles
-------------------------------------------------------------------------------*/
.fullcol {
  width: 100%;
}
.midwrap {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.halfcol {
  width: 49.2%;
  margin-right: 1.6%;
  float: left;
}
.halfcol.right {
  margin-right: 0;
}
.leftcol {
  width: 17.5%;
  margin-right: 1.6%;
  float: left;
}
.leftcol.wide {
  width: 75.1%;
}
.centrecol {
  width: 56%;
  margin-right: 1.6%;
  float: left;
}
.rightcol {
  width: 19.5%;
  float: left;
}
/* Content row styles
-------------------------------------------------------------------------------*/
.page-content {
  padding-top: 30px;
}
.page-content .content-main {
  padding-bottom: 50px;
}
.page-content .content-main .leftcol,
.page-content .content-main .centrecol {
  border-top: 1px solid #000;
}
.page-content .content-main .leftcol.noborder,
.page-content .content-main .centrecol.noborder {
  border-top: none;
  padding-top: 0;
}
.page-content .content-main .leftcol {
  padding-top: 50px;
}
.page-content .content-main .centrecol {
  padding-top: 30px;
}
.page-content .search-results .entry {
  border-bottom: 1px solid #000;
  margin-bottom: 35px;
  padding-bottom: 15px;
}
.page-content .search-results .entry a.rm-link {
  color: #3c02a5;
  margin-bottom: 20px;
  font-size: 16px;
  display: block;
}
.panel-logo-carousel {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-top: 60px;
  padding-bottom: 50px;
}
.panel-logo-carousel .inner {
  margin-top: 15px;
  margin-bottom: 25px;
  padding-left: 45px;
  padding-right: 45px;
  float: left;
}
/* Guttenberg block styles
-------------------------------------------------------------------------------*/
.expanding-panels {
  margin-top: 50px;
  margin-bottom: 50px;
}
.expanding-panels .expanding-panel .expander-heading {
  background-color: #3c02a5;
  min-height: 40px;
  margin-bottom: 15px;
  padding: 10px 0 7px 12px;
  position: relative;
}
.expanding-panels .expanding-panel .expander-heading h4 {
  color: #FFF;
  margin-bottom: 0;
  padding-right: 50px;
  padding-bottom: 3px;
  font-size: 16.5px;
}
.expanding-panels .expanding-panel .expander-heading .icon-wrap {
  background-color: #ffff00;
  border-left: 2px solid #FFF;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  position: absolute;
}
.expanding-panels .expanding-panel .expander-heading .icon-wrap .inner {
  width: 19px;
  height: 19px;
  margin: 10px 9px 0 0;
  float: right;
  position: relative;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.expanding-panels .expanding-panel .expander-heading .icon-wrap .inner .line {
  background-color: #3c02a5;
  width: 3px;
  height: 19px;
  display: block;
  top: 0;
  right: 8px;
  position: absolute;
}
.expanding-panels .expanding-panel .expander-heading .icon-wrap .inner .line.line-horizontal {
  width: 19px;
  height: 3px;
  top: 8px;
  right: 0px;
}
.expanding-panels .expanding-panel .expander-heading.active .icon-wrap .inner {
  transform: rotate(135deg);
}
.expanding-panels .expanding-panel .expanding-content {
  padding-top: 8px;
  display: none;
}
.expanding-panels .expanding-panel .expanding-content.active {
  display: block;
}
.expanding-panels .expanding-panel .logo-grid {
  overflow: hidden;
  margin-bottom: 25px;
}
.expanding-panels .expanding-panel .logo-grid .logo-item {
  width: 33.333%;
  height: 150px;
  padding: 10px 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}
.expanding-panels .expanding-panel .logo-grid .logo-item img {
  max-width: 90%;
  max-height: 130px;
  width: auto;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.expanding-panels .expanding-panel .logo-grid .logo-item:hover img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
/* Post styles
-------------------------------------------------------------------------------*/
.article-row article {
  overflow: hidden;
}
.article-row article .leftcol {
  border-top: none !important;
  width: 35%;
  margin-right: 5%;
  padding-top: 0 !important;
  float: left;
}
.article-row article .rightcol {
  width: 60%;
  float: left;
}
.article-row .postmeta,
.article-row .postmetadata {
  margin-bottom: 10px;
  display: block;
}
.article-row .postmeta strong,
.article-row .postmetadata strong {
  font-weight: 600;
}
.article-row .postmeta a,
.article-row .postmetadata a {
  font-weight: 400;
}
.article-row .rm-link {
  background-color: #3c02a5;
  color: #FFF;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  display: block;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.article-row .rm-link:hover {
  background-color: #000;
  color: #FFF;
  padding-left: 10px;
  text-decoration: none;
}
.post-block {
  margin-bottom: 32px;
}
.post-block img {
  width: 100%;
  display: block;
}
.post-block.sidepost .post-details {
  padding: 15px;
}
.post-block.sidepost .post-details h4 {
  color: #FFF;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.25em;
}
.post-block.sidepost .post-details p {
  margin-bottom: 12px;
}
.archive-block {
  text-align: right;
}
.archive-block ul {
  list-style: none;
}
.archive-block ul li {
  margin-bottom: 5px;
}
.archive-block ul li a {
  color: #3c02a5;
  font-size: 16px;
}
.archive-block ul li a:hover {
  text-decoration: underline;
}
.rm-link {
  color: #ffff00;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.rm-link:hover {
  color: #ffff00;
  padding-left: 3px;
}
.pagination-wrap {
  float: left;
}
.pagination-wrap .pagination {
  text-align: right;
}
.pagination-wrap .pagination a,
.pagination-wrap .pagination span.current {
  background-color: #3c02a5;
  color: #FFF;
  min-width: 25px;
  margin: 0 2px 4px;
  padding: 3px 8px;
  display: inline-block;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.pagination-wrap .pagination a:hover,
.pagination-wrap .pagination span.current:hover {
  background-color: #000;
}
.pagination-wrap .pagination span.current {
  background-color: #ffff00;
  color: #3c02a5;
  font-weight: bold;
}
.pagination-wrap .pagination span.current:hover {
  background-color: #ffff00;
}
.pagination-wrap .pagination span.pages {
  display: none;
}
.wp-block-image {
  margin-top: 15px;
  margin-bottom: 25px !important;
}
.wp-block-image .aligncenter > figcaption {
  text-align: center;
}
.wp-block-pullquote {
  border-bottom: 1px solid #000;
  margin-bottom: 25px;
  padding: 1em 0 3.75em !important;
}
.wp-block-pullquote p {
  font-size: 1.4em !important;
}
/* Sidebar styles
-------------------------------------------------------------------------------*/
.sideblock.quicklinks span,
.sideblock.quicklinks a {
  margin-bottom: 20px;
  font-family: plantin, sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
}
.sideblock.quicklinks a {
  color: #000;
  margin-bottom: 8px;
  font-style: italic;
}
.sideblock.quicklinks a:hover {
  color: #3c02a5;
}
/* Footer styles
-------------------------------------------------------------------------------*/
.footer-wrapper {
  padding-top: 85px;
  padding-bottom: 100px;
}
.footer-wrapper p {
  margin-bottom: 35px;
  padding-right: 20%;
  font-size: 12px;
}
.footer-wrapper a {
  color: #FFF;
}
.footer-wrapper a:hover {
  color: #ffff00;
}
.footer-wrapper ul li {
  margin-bottom: 2px;
}
.footer-wrapper ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.footer-wrapper .footer-left {
  width: 37.9%;
  float: left;
}
.footer-wrapper .footer-centre {
  width: 37.2%;
  float: left;
}
/* 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;
}
.slick-arrow {
  border: none;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  margin: 25px 0 0;
  text-align: center;
}
.slick-dots li {
  margin: 0 12px;
  display: inline-block;
}
.slick-dots li button {
  background-color: #FFF;
  border: 1px solid #3c02a5;
  border-radius: 10px;
  text-indent: -999em;
  width: 14px;
  height: 14px;
  padding: 0;
  outline: none;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.slick-dots li button:hover {
  background-color: rgba(60, 2, 165, 0.25);
}
.slick-dots li.slick-active button {
  background-color: #3c02a5;
}
.logo-carousel .logo-slide {
  height: 105px;
  margin: 0 12px;
  text-align: center;
  display: flex;
  align-items: center;
}
.logo-carousel .logo-slide img {
  max-height: 100px;
  display: block;
  margin: 0 auto;
}
.logo-carousel .slick-arrow {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #FFF;
  width: 33px;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 75;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.logo-carousel .slick-arrow.slick-prev {
  background-image: url('_/img/carousel_prev.png');
  left: -45px;
}
.logo-carousel .slick-arrow.slick-prev:hover {
  left: -50px;
}
.logo-carousel .slick-arrow.slick-next {
  background-image: url('_/img/carousel_next.png');
  right: -45px;
}
.logo-carousel .slick-arrow.slick-next:hover {
  right: -50px;
}
/* Embedded fonts
-------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZYgzD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm459Wxhzg.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/v15/JTUPjIg1_i6t8kCHKm459WxZcgvD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD7g4.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/v15/JTUSjIg1_i6t8kCHKm45xW4.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/v15/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
.mont {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.montlight {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
.montbold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.plantin {
  font-family: plantin, sans-serif;
  font-weight: 400;
}
.plantinsemi {
  font-family: plantin, sans-serif;
  font-weight: 600;
}
/* And here begins the WordPress fun.
-------------------------------------------------------------------------------*/
#wrapper {
  width: 100%;
  margin: 0 auto;
}
.copycol a {
  color: #3c02a5;
}
.copycol a:hover {
  text-decoration: underline;
}
.copycol .lead-thumbnail {
  margin-bottom: 25px;
}
.copycol .lead-thumbnail.logo-thumbnail img {
  max-height: 150px;
  width: auto;
  float: right;
}
.copycol h3 {
  margin-bottom: 35px;
}
.copycol h3 a {
  color: #3c02a5;
}
.copycol h3 a:hover {
  color: #000;
  text-decoration: none;
}
.copycol h5 {
  font-size: 15px;
}
.copycol p {
  margin-bottom: 20px;
  line-height: 1.35em;
}
.copycol hr.wp-block-separator {
  border-top: none;
  margin-top: 15px;
  margin-bottom: 25px;
}
.copycol ol,
.copycol ul {
  margin-bottom: 30px;
}
.copycol ol li,
.copycol ul li {
  margin-bottom: 20px;
  padding-left: 10%;
  position: relative;
}
.copycol ol li ol,
.copycol ul li ol,
.copycol ol li ul,
.copycol ul li ul {
  margin-top: 20px;
}
.copycol ol li ol li,
.copycol ul li ol li,
.copycol ol li ul li,
.copycol ul li ul li {
  margin-bottom: 20px;
}
.copycol ul {
  list-style: disc;
}
.copycol ul li {
  margin-bottom: 5px;
  margin-left: 5%;
  padding-left: 0;
}
.copycol ul.nodiscs {
  margin-bottom: 0;
  list-style: none;
}
.copycol ul.nodiscs li {
  margin-bottom: 20px;
}
.copycol ol {
  margin-bottom: 30px;
  margin-left: 3.5%;
  list-style: none;
  counter-reset: inst;
}
.copycol ol li {
  padding-left: 32px;
}
.copycol ol li::before {
  content: counters(inst, ".");
  counter-increment: inst;
  color: #3c02a5;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 23px;
  left: 0;
  top: 0;
  position: absolute;
}
.copycol ol li ol,
.copycol ol li ul {
  counter-reset: inst;
}
.copycol ol li ol li::before,
.copycol ol li ul li::before {
  content: counters(inst, ".");
  counter-increment: inst;
}
.copycol ol li ol li ol,
.copycol ol li ul li ol,
.copycol ol li ol li ul,
.copycol ol li ul li ul {
  counter-reset: alpi;
}
.copycol ol li ol li ol li::before,
.copycol ol li ul li ol li::before,
.copycol ol li ol li ul li::before,
.copycol ol li ul li ul li::before {
  content: counter(alpi, lower-alpha) ".";
  counter-increment: alpi;
}
.copycol .wp-block-embed {
  margin-bottom: 20px;
  display: inline-block;
}
.copycol.postcopy h2 {
  font-size: 30px;
}
.expanding-content .copycol p {
  line-height: 1.6em;
}
.page-title {
  font-family: plantin, sans-serif;
  font-weight: 600;
  font-size: 24px;
  display: block;
}
.gorel {
  position: relative;
}
.centred {
  text-align: center;
}
.bg-black {
  background-color: #000;
  color: #FFF;
}
.bg-white {
  background-color: #FFF;
}
.bg-purple {
  background-color: #3c02a5;
  color: #FFF;
}
.goblack {
  color: #000;
}
.button-link {
  background-color: #000;
  color: #FFF !important;
  margin-bottom: 30px;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.button-link.half {
  width: 49%;
  float: left;
}
.button-link.half.even {
  float: right;
}
.button-link:hover {
  background-color: #000;
  color: #FFF;
}
#searchform input[type="search"] {
  border: none;
  width: 100%;
  padding: 6px 10px 5px;
  font-family: plantin, sans-serif;
  font-weight: 400;
  font-size: 15px;
  border-radius: 4px;
}
#searchform input[type="search"]:focus {
  outline: none !important;
  box-shadow: 0 0 1px 2px #ffff00;
}
/* 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;
}
/* Form styles
-------------------------------------------------------------------------------*/
.gform_wrapper {
  width: 100%;
  margin-bottom: 30px;
}
.gform_wrapper .gform_body .gform_fields {
  margin-bottom: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield {
  width: 100%;
  list-style: none;
  margin-bottom: 10px;
  margin-left: 0;
  float: left;
}
.gform_wrapper .gform_body .gform_fields .gfield::before {
  content: "";
}
.gform_wrapper .gform_body .gform_fields .gfield label {
  width: 100%;
  margin-bottom: 10px;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  float: left;
}
.gform_wrapper .gform_body .gform_fields .gfield label .gfield_required {
  color: #3c02a5;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14.5px;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .name_first,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .name_last {
  width: 49%;
  float: left;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .name_last {
  float: right;
}
.gform_wrapper .gform_body .gform_fields .gfield input,
.gform_wrapper .gform_body .gform_fields .gfield textarea,
.gform_wrapper .gform_body .gform_fields .gfield select {
  width: 100%;
  font-size: 14.5px;
  line-height: 1em;
  border: 1px solid #999;
  margin-bottom: 15px;
  padding: 12px 10px;
  border-radius: 5px;
}
.gform_wrapper .gform_body .gform_fields .gfield select {
  max-width: 324px;
}
.gform_wrapper .gform_body .gform_fields .gfield textarea {
  background-image: url('_/img/corner_grow_grey.png');
  background-position: right 25px bottom;
  background-repeat: no-repeat;
  background-size: auto 85%;
  min-height: 200px;
}
.gform_wrapper .gform_body .gform_fields .gfield.hidden_label label {
  display: none;
}
.gform_wrapper .gform_body .gform_fields .gfield.gform_validation_container {
  display: none;
}
.gform_wrapper .gform_body .gform_fields .gfield.gfield_error input,
.gform_wrapper .gform_body .gform_fields .gfield.gfield_error textarea {
  border-color: red;
}
.gform_wrapper .gform_body .gform_fields .gfield.gfield_error .validation_message {
  color: red;
  font-size: 14px;
}
.gform_wrapper .gform_body .gform_fields .gfield.extra-margin {
  margin-bottom: 35px;
}
.gform_wrapper .gform_body ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e2e2e2;
  opacity: 1;
  /* Firefox */
}
.gform_wrapper .gform_body :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e2e2e2;
}
.gform_wrapper .gform_body ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #e2e2e2;
}
.gform_wrapper .gform_footer input[type="submit"] {
  background-color: #3c02a5;
  color: #FFF;
  border: 1px solid #3c02a5;
  width: 100%;
  padding: 12px 10px 10px;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
}
.gform_wrapper .validation_error {
  color: red;
  border-top: 2px solid red;
  margin-bottom: 10px;
  padding: 20px 20px 15px;
  font-size: 18px;
  text-align: center;
}
.gform_confirmation_wrapper {
  color: #3c02a5;
  border-top: 2px solid #3c02a5;
  border-bottom: 2px solid #3c02a5;
  margin-top: 40px;
  padding: 30px 20px;
  font-size: 23px;
  text-align: center;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}
/* Print styles!
-------------------------------------------------------------------------------*/
/* Media queries!
-------------------------------------------------------------------------------*/
.mobile-only {
  display: none;
}
.desktop-only {
  display: block;
}
/* Universal (under 1200px) ----------- */
@media only screen and (max-width: 1200px) {
  .leftcol {
    width: 20%;
    margin-right: 2%;
  }
  .leftcol.wide {
    width: 80%;
    margin-right: 0;
  }
  .centrecol {
    width: 56%;
    margin-right: 2%;
  }
  .rightcol {
    width: 20%;
  }
}
/* Universal (under 1000px) ----------- */
@media only screen and (max-width: 1000px) {
  .leftcol {
    width: 25%;
    margin-right: 2%;
  }
  .centrecol {
    width: 73%;
    margin-right: 0;
  }
  .centrecol.mobdivider {
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
    padding-bottom: 25px;
  }
  .page-content .content-main .rightcol {
    width: 100%;
  }
  .article-row article {
    overflow: hidden;
  }
  .article-row article .leftcol {
    width: 35%;
    margin-right: 5%;
  }
  .article-row article .rightcol {
    width: 60% !important;
  }
  .post-block.sidepost {
    width: 32%;
    margin-right: 2%;
    float: left;
  }
  .post-block.sidepost.last {
    margin-right: 0;
  }
  .footer-wrapper .footer-left {
    width: 50%;
  }
  .footer-wrapper .footer-centre {
    width: 50%;
  }
  .footer-wrapper .rightcol {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 50%;
    min-height: 250px;
    margin-top: 30px;
    padding-top: 30px;
    float: right;
  }
}
/* Universal (under 800px) ----------- */
@media only screen and (max-width: 800px) {
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  .header-main .rightcol.toolbar {
    width: 40%;
    float: right;
  }
  .leftcol {
    width: 100%;
    margin-right: 0%;
  }
  .leftcol.wide.headlogo-wrap {
    width: 50%;
  }
  .centrecol {
    width: 100%;
  }
  .page-content .content-main .leftcol {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* Universal (under 700px) ----------- */
@media only screen and (max-width: 700px) {
  .footer-wrapper {
    padding-top: 50px;
  }
  .footer-wrapper .footer-left,
  .footer-wrapper .footer-centre {
    width: 100%;
  }
  .footer-wrapper .footer-centre {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 30px;
    padding-top: 30px;
  }
  .footer-wrapper .rightcol {
    width: 100%;
  }
}
/* Universal (under 600px) ----------- */
@media only screen and (max-width: 600px) {
  .post-block.sidepost {
    width: 100%;
    height: auto !important;
    margin-right: 0;
    position: relative;
  }
  .post-block.sidepost .post-thumbnail {
    width: 50%;
    float: left;
    position: relative;
    z-index: 10;
  }
  .post-block.sidepost .post-details {
    width: 50%;
    padding-left: 15px;
    float: left;
  }
  .post-block.sidepost::before {
    background-color: #FFF;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
  }
  .jumpto-text {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* Universal (under 480px) ----------- */
@media only screen and (max-width: 480px) {
  .header-main .rightcol.toolbar {
    width: 100%;
  }
  .expanding-panels .expanding-panel .logo-grid .logo-item {
    width: 50%;
  }
  .post-block.sidepost .post-thumbnail {
    width: 100%;
  }
  .post-block.sidepost .post-details {
    width: 100%;
  }
  .post-block.sidepost::before {
    display: none;
  }
  .article-row article {
    overflow: hidden;
  }
  .article-row article .leftcol,
  .article-row article .rightcol {
    width: 100% !important;
    margin-right: 0;
  }
}
/*# sourceMappingURL=style.css.map */