/* == DEFAULTS == */

body {
	min-width: 320px;
	font-family: 'Open Sans', Sans, Helvetica;
	color: #2d2d2d;
}

.container {
	max-width: 1200px;
}

.slide-group {
	background: #b11f8e;
}

/*fonts*/

h1 {
	font-size: 3.8em;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 40px;
}

h2 {
	font-weight: normal;
	font-size: 3.5em;
	line-height: 1em;
	display: inline-block;
}

h3 {
	font-size: 2em;
	margin: 0 0 30px;
	line-height: 1.2em;
}

h4 {
	font-size: 1.8em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.2em;
}

form h4,
form h5 {
	font-size: 1em;
}

form label {
  font-weight: bold;
}

form h6 {
	font-size: 0.8em;
}

form input::placeholder,
form textarea::placeholder  {
	color: #2d2d2d;
	opacity: 1;
}


a {
	color: #001a46;
  font-weight: bold;
}

a:hover {
	color: #001a46;
	text-decoration: underline;
}

a:focus {
	outline: 3px solid blue;
}

a:focus-visible {
	outline: 3px solid blue;
}

p {
	margin: 0 0 25px;
	font-size: 1.2em;
	line-height: 1.8em;
}

.home-heading {
  position: absolute;
  left: -9999em;
}

/*colours*/

.bg-white {
	background: #ffffff;
}

.bg-grey {
	background: #ccc;
}

.bg-primary {
	background: #001a46;
}

.bg-secondary {
	background: #4476bc;
}

.bg-tertiary {
	background: #4677bc;
}

.bg-quarternary {
	background: #8c63b9;
}

.bg-quinary {
	background: #454f6b;
}

.white {
	color: #fff;
}

.grey {
	color: #ccc;
}

.black {
	color: #2d2d2d;
}

.primary {
	color: #001a46;
}

.secondary {
	color: #4476bc;
}

.tertiary {
	color: #4677bc;
}

.quarternary {
	background: #8c63b9;
}

.quinary {
	background: #454f6b;
}

h2 .primary {
	display: block;
	font-weight: 800;
}

.intro-text {
	font-size: 1.7em;
	font-weight: 300;
	line-height: 1.4em;
}

.bold-text {
	font-size: 1.2em;
	font-weight: 700;
}

.pull-quote {
	font-size: 2.8em;
	font-weight: 700;
	line-height: 1.4em;
	padding: 60px 0;
	display: block;
}

table {
	width: 100% !important;
}
/* == HEADER == */

/* overlay tab */

a.overlay-tab {
	background: #668fc8;
	color: #fff;
	position: absolute;
	z-index: 9999;
	top: 250px;
	right: 0;
	position: fixed;
	padding: 10px 20px 12px;
	font-size: 20px;
	border: solid 1px #fff;
	border-top: none;
	text-decoration: none;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(90deg) translate(50%, 100%);
	-ms-transform: rotate(90deg) translate(50%, 100%);
	transform: rotate(90deg) translate(50%, 100%);
}

/* top bar */

#top-bar {
	padding: 20px 0 10px;
	background: #001a46;
	color: #fff;
	font-size: 1em;
}

#top-bar a {
	color: #fff;
}

#top-bar .small-logo {
	padding: 0 10px 0;
	float: left;
}

.top-contact {
	float: left;
	padding: 5px 10px;
}

.top-nav {
	float: left;
	margin: -4px 0 0 10px;
}

.top-nav ul {
	list-style: none;
	padding: 5px 0;
	margin: 0;
}

.top-nav ul li {
	display: inline-block;
	border-right: 2px solid #fff;
	padding: 0 10px;
}

.top-nav ul li:last-child {
	border: none;
}

.top-search {
	float: right;
}

.top-search form {
	margin: -8px 0 0;
}

.top-search input {
  width: 160px;
}

#search_form input[type='text'] {
	background: #001a46;
	border: solid 3px #fff;
	color: #fff;
	font-size: 1em;
	padding: 5px 10px 5px 30px;
	margin: 0 0 0 -25px;
}

#search_form input[type='submit'] {
	background: url(../img/search.png) center center no-repeat;
	width: 47px;
	height: 47px;
	border: none;
	position: relative;
	z-index: 1000;
}

#header {
	text-align: center;
	padding: 30px 0;
}

.font-small {
	font-size: 0.8em;
	cursor: pointer;
}

.font-medium {
	font-size: 1.2em;
	cursor: pointer;
}

.font-large {
	font-size: 1.6em;
	cursor: pointer;
}

.change-font-size a {
	display: inline-block;
	margin: 0 0 0 10px;
}

.change-font-size a:hover {
	color: #f78e1e !important;
}

.text-only-version {
	margin: 0 0 0 20px;
}

/* hero */

.flex-slider {
	width: 100%;
}

.hero-slider .container {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	position: relative;
}

.hero-content {
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding: 50px 50px 30px 2.5%;
	text-align: left;
	color: #fff;
	position: relative;
}

.hero-slider .slide-group.bg-grey .hero-content,
.hero-slider .slide-group.bg-grey .hero-link-text {
  color: #232323;
}

.hero-title > * {
	font-size: 4.5em;
	text-transform: uppercase;
	line-height: 1em;
	margin: 0 0 30px;
}

.hero-title-medium > * {
	font-size: 3.5em;
}

.hero-title-small > * {
	font-size: 3em;
}

.hero-text {
	font-size: 1.4em;
	max-width: 370px;
}

.hero-image {
	display: block;
	background: center/cover no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
}

a.hero-link {
	color: #fff;
	display: block;
	margin: 70px 0 0;
	font-size: 1.6em;
	font-weight: 300;
}

.hero-link-spacer {
  height: 100px;
}

.hero-icon {
	font-size: 24px;
	padding: 10px 12px;
	text-align: center;
	border-radius: 50px;
	text-transform: uppercase;
}

/* == LAYOUT BLOCKS == */

a.link-panel-event:hover > .link-panel-event-title,
.text-icons-panel-content h4,
input[type='submit'] {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* single column text */

.narrow-container {
	margin: 0;
}

.block ul,
.block ol {
	font-size: 1.2em;
}

.block ul li,
.block ol li {
	margin: 0 0 30px;
}

/* links block */

.link-panel {
	color: #fff;
	padding: 20px 2%;
	width: 27%;
	margin: 0 1% 20px;
	float: left;
	height: 340px;
	background-image: url('../img/panel-bg.png');
	background-repeat: repeat-x;
}

a.link-panel,
a.link-panel:hover,
.link-panel a {
	color: #fff;
	cursor: pointer;
}

.link-panel h4,
.block-quicklinks h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
}

.link-panel-wide {
	width: 60%;
}

.link-panel-tall {
	float: right;
	min-height: 740px;
	margin: 0 2% 20px 0;
}

.links-panel-title {
	font-size: 2em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px;
	line-height: 1.1em;
	display: block;
}

.block-quicklinks a {
	color: #fff;
	cursor: pointer;
}

.block-quicklinks h2 {
	font-size: 4em;
	border: none;
	color: #fff;
	line-height: 1em;
	margin: 0 0 15px;
	padding: 0;
}

.block-quicklinks h2 .primary {
	color: #fff;
}

.block-quicklinks a.download-link {
	margin: 5px 0;
	position: relative;
}

.block-quicklinks a.download-link i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.5em;
	margin: 10px 0 0 15px;
}

.quicklinks-content {
	color: #fff;
	font-size: 1em;
	margin: 20px 0 0;
}

.link-panel-content {
	position: relative;
}

.link-panel-content-overlay {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.link-panel-content-overlay img {
	width: 100%;
	height: 100%;
}

.link-panel-content-overlay:hover {
	opacity: 1;
}

.text-icons-link-box {
	display: inline-block;
	width: 45%;
	vertical-align: top;
	margin: 0 2% 20px;
}

.text-icons-link-box:hover > .text-icons-panel-content h4 {
	color: #89f4fc;
}

.text-icons-panel-icon {
	float: left;
	width: 40px;
	height: 40px;
	padding: 20px 0 0;
	font-size: 40px;
	padding: 10px 0 0;
	text-align: center;
	display: block;
}

.text-icons-panel-content {
	margin: 0 0 0 80px;
	font-size: 1.1em;
	line-height: 1.4em;
	display: block;
}

a.link-panel-event {
	padding: 0 0 20px;
	display: block;
}

a.link-panel-event:hover > .link-panel-event-title,
a.link-panel-events-more:hover {
	color: #efd3ac;
}

.link-panel-event-title {
	font-size: 1.3em;
	font-weight: 700;
	margin: 5px 0;
}

.link-panel-events-more,
.news-more {
	font-size: 1.4em;
	text-transform: uppercase;
}

.link-panel-events-more i,
.news-more i {
	font-size: 1.6em;
	position: relative;
	top: 5px;
}

.news-more i {
	margin: 0 10px 0 0;
}

.news-more {
	padding: 20px 0 40px 20px;
	display: block;
}

a.news-more:hover {
	color: #2f2f2f;
}

.past-events-toggle {
	cursor: pointer;
}

.toggle-button {
}

.toggle-button i {
	padding: 0 0 0 10px;
}

.toggle-content {
	border-radius: 4px;
	display: block;
	border: 1px solid rgb(0, 83, 94);
	padding: 20px;
}

.toggle-button p {
	margin-bottom: 0px;
}

.download-title p {
	margin-bottom: 0;
}

.toggle-button {
  display: inline-block;
  margin-top: 20px;
}

.download-button {
	border-radius: 4px;
	background: #001a46;
	color: #fff !important;
	font-size: 16px;
	cursor: pointer;
	padding: 5px 15px;
	display: inline-block;
}

.download-button:hover {
	background: #04636f;
}

.resource-title,
.team-member-title {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
}

.team-member-job-title {
	font-style: italic;
}

.home-team-member {
	display: block;
	margin: 0 0 25px;
}

a.download-link {
	display: block;
	text-align: center;
	font-weight: 600;
	border: solid 1px #fff;
	border-radius: 10px;
	padding: 10px 0;
	margin: 20px 0 0;
}

a.download-link:hover {
	background: rgba(255, 255, 255, 0.2);
}

a.download-link i {
	font-size: 1.2em;
}

.resource-panel {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

.resource-panel:first-child {
	margin: 0 3% 0 0;
}

.resource-top {
	min-height: 105px;
}

.resource-panel a.download-link {
	margin-bottom: 20px;
}

.resource-title {
	margin: 0 0 5px;
}

.resource-panel a:hover {
	color: #e8faca;
}

.links-panel-content p {
	font-size: 1em;
}

.twitter-wrapper {
	position: relative;
	display: block;
	min-height: 670px;
}

.tweet-container {
	margin: 0 0 40px;
	font-size: 1.1em;
	line-height: 1.4em;
}

.tweet a {
	text-decoration: underline;
}

.tweet-author {
	font-size: 1.2em;
	font-weight: 700;
	margin: 0 0 10px;
}

.twitter-follow-link {
	position: absolute;
	bottom: 0;
	font-size: 1.2em;
	font-weight: 700;
}

.twitter-follow-link .fa {
	font-size: 2em;
	position: relative;
	padding: 10px 0 0;
}

.twitter-wrapper a:hover {
	color: #bfeef4;
}

/* news block */

.news-title,
.page-title {
	float: left;
}

.grid {
	margin: 30px 0 0;
}

.news-panel {
	width: 31%;
	margin: 0 1% 60px;
	text-align: center;
}

.news-panel a {
	color: #2d2d2d;
}

.news-panel:hover > .news-panel-title a {
	color: #000;
}

.news-panel-title {
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
	margin: 10px 0;
}

.news-panel-title a {
	color: #001a46;
}

.news-panel-date {
	text-align: left;
	margin: 0 0 5px;
	font-size: 0.9em;
}

.filter-links {
	margin: 30px 0 50px;
	font-size: 1.1em;
	color: #001a46;
}

.filter-link {
	padding: 7px 15px;
	border: solid 2px #001a46;
	border-radius: 10px;
	cursor: pointer;
	margin: 0 0 10px 10px;
	display: inline-block;
	text-decoration: none;
}

.filter-link:hover,
.filter-link.active {
	background: #001a46;
	color: #fff;
}

/* text slider */

.text-slide {
	text-align: center;
	color: #fff;
}

.text-slide-text {
	max-width: 900px;
	font-size: 2.4em;
	font-weight: 300;
	margin: 0 auto;
}

.text-slide-image {
	width: 100px;
	margin: 20px auto 0;
	border-radius: 100%;
	overflow: hidden;
}

.text-slide-author {
	font-weight: 700;
	margin: 10px 0 0;
}

.flex-control-nav a {
	border: solid 2px #fff;
	background: none !important;
}

.flex-control-nav a.flex-active {
	background: #fff !important;
}

/* subscribe */

.block-subscribe {
	color: #fff;
	text-align: center;
	font-size: 2.2em;
	font-weight: 300;
	padding: 20px 0 25px;
}

.subscribe-content {
	margin: 0 20px 0 -80px;
}

a.subscribe-button {
	font-size: 0.5em;
	background: #fff;
	padding: 5px 20px;
	color: #001a46;
	font-weight: 700;
	border-radius: 10px;
	position: absolute;
	display: inline-block;
	margin: 7px 0 0;
}

a.subscribe-button:hover {
	background: #d1f5fa;
}

/* logos */

.block-logos {
	text-align: center;
}

.block-logo {
	display: inline-block;
	margin: 0 2%;
}

/* contact */

.block-contact {
	background-image: url(../img/footer-bg.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.contact-details {
	margin-top: 10px;
}

.contact-address {
	font-size: 1.2em;
}

.contact-telephone {
	font-size: 2.5em;
	font-weight: 300;
	color: #001a46;
}

.social-links {
	text-align: left;
	padding: 20px 0;
}

.social-link {
	background: none;
	color: #001a46;
	font-size: 2.5em;
	padding: 0 20px 0 0;
	margin: 0;
}

/* contact form */

.engage-form {
	max-width: 700px;
}

.engage-form-1 {
	max-width: 700px;
}

.engage-form-1 .engage-formcol-1,
.engage-form-1 .engage-formcol-2 {
	width: 49%;
	display: inline-block;
}

.engage-form .engage-form-row {
	margin: 0 0 5px;
	padding: 5px 0 0;
}

.engage-form-1 .engage-required-field {
	display: none;
}

.engage-form textarea,
.engage-form input[type='text'],
.engage-form input[type='password'],
.engage-form input[type='datetime'],
.engage-form input[type='datetime-local'],
.engage-form input[type='date'],
.engage-form input[type='month'],
.engage-form input[type='time'],
.engage-form input[type='week'],
.engage-form input[type='number'],
.engage-form input[type='email'],
.engage-form input[type='url'],
.engage-form input[type='search'],
.engage-form input[type='tel'],
.engage-form input[type='color'],
.uneditable-input,
.engage-form .engage-form-input {
	border: solid 2px #818181;
	border-radius: 0;
	background: none;
	padding: 10px 10px;
}

.engage-form textarea {
	padding: 10px;
}

.engage-form::-webkit-input-placeholder {
	color: #2d2d2d;
	font-weight: 700;
}

.engage-form input[type='submit'] {
	color: #fff;
	background: #001a46;
	border: none;
	padding: 10px 30px;
	border-radius: 20px;
	font-size: 1.6em;
	margin: 0;
}

.engage-form input[type='submit']:hover {
	background: #04636f;
	color: #fff;
}

.engage-form input[type='radio'],
.engage-radio-label {
	display: inline-block;
}

.engage-form input[type='radio'] {
	position: relative;
	top: -3px;
}

.engage-radio-label {
	margin: 0 10px 10px 0;
}

.contact-details p a {
	border: 2px solid #001a46;
	padding: 0 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 10px;
}

/*.engage-form-1 input[type="submit"] { color:#001a46; background:#fff; padding:15px 30px; text-transform:uppercase;  font-weight:600; }
.engage-form-1 input[type="submit"]:hover { background:#001a46; color:#fff;}*/

/* gallery */

.carousel-title {
	font-size: 3.2em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 45px;
}

.carousel-container {
	max-width: 1110px;
	margin: 20px auto;
}

.carousel-slide-wrapper {
	padding: 0 10px !important;
}

.carousel-slide {
	border: solid 1px #fff;
}

.gallery-grid {
	width: 100%;
	text-align: left;
}

.gallery-grid a.grid-image {
	width: 13%;
	margin: 0 1% 20px;
}

.gallery-grid .grid-image-large {
	width: 21%;
	margin: 0 1% 20px;
	vertical-align: top;
	color: #fff;
	text-align: center;
}

.gallery-grid .grid-image img,
.gallery-grid .grid-image-large img {
	width: 100%;
	margin: 0 auto 10px;
}

.grid-image-large a {
	text-align: center;
	display: block;
}

.caption {
	text-align: left;
}

.carousel-slider .caption {
	color: #fff;
	margin: 10px 0 0;
	text-align: center;
}

.flex-direction-nav a:before {
	color: #fff !important;
	box-shadow: none;
	font-size: 1em;
}

.flex-direction-nav a {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 100px;
	margin: -25px 10px 0;
}

.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
	text-align: center;
}

/* downloads */

.block-downloads .container {
	border-bottom: solid 1px #cecece;
	padding-bottom: 40px;
}

a.content-download-link {
	color: #2f2f2f;
	border: solid 1px #2f2f2f;
	display: inline-block;
	font-size: 1em;
	min-width: 320px;
	font-weight: 700;
	padding: 15px 30px 15px 50px;
	position: relative;
}

a.content-download-link i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.5em;
	margin: 15px 0 0 15px;
}

a.content-download-link:hover {
	color: #001a46;
	border: solid 1px #001a46;
}

/* == BLOG == */

.flex-slider {
	width: 100%;
}

.news-hero-content {
	box-sizing: border-box;
	width: 50%;
	min-height: 400px;
	padding: 50px 50px 30px 2.5%;
	float: left;
	text-align: left;
	color: #fff;
	position: relative;
}

.news-hero-title {
	font-size: 3.8em;
	text-transform: uppercase;
	line-height: 1em;
	margin: 0 0 30px;
	width: 100%;
}

.news-hero-text a {
	max-width: 300px;
	color: #fff;
}

.news-hero-text {
	font-size: 1.6em;
}

.news-hero-date {
	font-size: 0.6em;
	margin: 10px 0 0;
}

.news-hero-image {
	display: block;
	background: center/cover no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
}

a.news-read-more {
	font-size: 1.2em;
	margin: 30px 0 0;
	display: block;
	text-decoration: underline;
}

.archive-title {
	text-transform: uppercase;
}

.news-archive-panel {
	width: 44%;
	margin: 0 1% 60px;
	text-align: center;
}

.sidebar {
	margin: 0 0 40px;
}

.sidebar a {
	color: #2f2f2f;
}

.sidebar a:hover {
	color: #001a46;
}

.sidebar ul,
.sidebar li {
	list-style: none;
}

.sidebar ul {
	margin: 10px 0 0 10px;
}

.sidebar ul li {
	padding: 10px 0;
	font-weight: 600;
	margin: 0;
}

.sidebar li a {
	display: inline-block;
	padding: 5px 0;
}

.taxonomy-links {
	margin: 0 0 40px;
}

.year {
	font-size: 1.5em;
	font-weight: 700;
	margin: 30px 0 0;
}

.month {
	font-size: 0.7em;
}

.block-post p,
.block-single-column-text p,
.block-two-column-text-image p,
.block-sortable-table p {
	font-size: 1.2em;
}

.block-single-column-text.bg-quinary a {
  color: #f78e1e;
  text-decoration: underline;
}

.block-single-column-text.bg-quinary a:hover {
  text-decoration: none;
}

.page-title .news-more {
	margin: 30px 0 0 0;
}

.older-posts {
	float: left;
	margin: 20px 0 40px 0;
	font-size: 1.5em;
	font-weight: 900;
}

.newer-posts {
	float: right;
	margin: 20px 0 40px 0;
	font-size: 1.5em;
	font-weight: 900;
}

#s {
	margin-bottom: 0;
}

#w10-lp-placeholder {
	display: none;
	text-align: center;
}

#w10-lp-load-posts a {
	padding: 5px;
	background: #fff;
	border: 1px solid #001a46;
	text-decoration: none;
	color: #001a46;
	margin: 10px auto 20px;
	width: 150px;
	display: block;
	text-align: center;
}

#w10-lp-load-posts:hover a {
	background: #001a46;
	color: #fff;
	text-decoration: none;
}

/* == PAGES == */

.breadcrumbs {
	margin: 20px 0 0;
}

.breadcrumbs a {
	color: #001a46;
}

.page-icon-container {
	display: inline-block;
	float: right;
	text-align: right;
	margin: 20px 0 0;
}

.page-icon-wrapper {
	position: relative;
	width: 55px;
	height: 55px;
	border-radius: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 3px 10px 0;
}

.page-icon {
	font-size: 2.2em;
	position: absolute;
	top: 0;
	left: 0;
	margin: 5px 0 0 12px;
}

.page-icon-title {
	display: inline-block;
	font-size: 1.6em;
	text-align: left;
	vertical-align: top;
}

/* team page */

.team-profile-image {
	border-radius: 100%;
	width: 100%;
	max-width: 200px;
	overflow: hidden;
}

a.team-social-link {
	background: #001a46;
	color: #fff;
	padding: 4px;
	font-size: 2em;
	margin: 30px 10px 20px 0;
}

a.team-social-link:hover {
	background: #107987;
	color: #fff;
}

.team-profile-title h3 {
	text-transform: uppercase;
	margin: 0 0 10px;
}

.team-profile-job-title {
	font-size: 1.4em;
	font-style: italic;
}

.team-profile-responsibilities p {
	font-size: 1.2em;
	line-height: 1.2em;
}

.team-profile-responsibilities ul {
	margin-bottom: 30px;
}

.team-profile-responsibilities ul li {
	margin: 0 0 10px;
	font-size: 0.9em;
	line-height: 1.2em;
}

.team-profile-salary {
	margin: 20px 0 0 24px;
	font-weight: 600;
}

.salary-notes {
	font-style: italic;
}

.team-profile-bio {
	display: block;
	padding: 20px 0 0;
	font-size: 0.8em;
}

.team-focus {
	margin: 0 0 40px;
}

.team-standard-profile {
	display: inline-block;
	width: 26%;
	margin: 0 1% 40px;
	padding: 0 4% 0 0;
	vertical-align: top;
}

.team-profile-image-small {
	max-width: 150px;
}

.team-profile-title-small h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 20px 0 0;
}

.team-profile-job-title-small {
	font-size: 0.9em;
	font-style: italic;
}

.team-standard-profile .team-profile-salary {
	margin: 20px 0;
}

.team-standard-profile .team-profile-responsibilities p {
	font-size: 1.1em;
}

.team-standard-profile .team-profile-responsibilities {
	margin: 20px 0;
}

.team-profile-more {
	background: #001a46;
	padding: 8px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	display: inline-block;
	border-radius: 10px;
	cursor: pointer;
}

.expand-content {
	display: none;
}

.team-focus {
	display: block;
}

.team-mobile-focus {
	display: none;
}

/* search */

.search-result {
	display: block;
	background: #ebebeb;
	width: 47%;
	margin: 0 2% 20px 0;
	display: inline-block;
	vertical-align: top;
}

.search-result-image {
	max-width: 150px;
	float: left;
	display: block;
	margin: 0 20px 0 0;
}

.search-result-title {
	padding: 0 20px 0 0;
}

.search-result a:hover {
	color: #2f2f2f;
}

.search-result-date {
	font-size: 12px;
}

/* events */

.events-calendar {
	margin-bottom: 40px;
}

.events-calendar[data-loading='true'] {
	min-height: 300px;
	position: relative;
}

.calendar-load-icon {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 0;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.calendar-load-icon span {
	display: inline-block;
	background-color: #001a46;
	width: 7px;
	height: 100%;
	margin-right: 3px;
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}

.calendar-load-icon .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.calendar-load-icon .rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.calendar-load-icon .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.calendar-load-icon .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4);
	}

	20% {
		-webkit-transform: scaleY(1);
	}
}

@keyframes stretchdelay {
	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
	}

	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

.events-calendar h2 {
	padding: 0;
	border-bottom: none;
	font-size: 2em;
}

.minutes-heading {
	padding: 0;
	border-bottom: 0;
	margin: 0 0 20px;
	font-size: 2em;
}

.event-date {
	font-size: 3em;
	margin: -20px 0 40px 0;
}

.event-post {
	margin: 0 0 40px;
	display: block;
}

.event-panel-date {
	display: block;
}

.event-panel-button a,
.news-search-button {
	padding: 5px;
	background: #fff;
	border: 1px solid #001a46;
	color: #001a46;
	margin: 10px 0 0;
	display: inline-block;
}

.event-panel-button a:hover,
.news-search-button:hover {
	background: #001a46;
	color: #fff;
	text-decoration: none;
}

.flex-control-nav li a {
	margin: 0 3px 0;
}

/* sitemap */

.sitemap-list {
	margin: 40px 0;
}

/* divider */

.block-divider {
	padding: 30px 0;
}

/* == NAV == */

#hh-menu {
	display: none;
}

#header-nav {
	border-top: 3px solid #d9d9d9;
	border-bottom: 3px solid #d9d9d9;
}

#nav > ul > li > a {
	color: #2d2d2d;
	text-decoration: none;
	padding: 30px 15px;
	font-size: 1em;
	margin: -3px 0;
	border-bottom: 3px solid #d9d9d9;
	border-top: 3px solid #d9d9d9;
  font-weight: normal;
}

#nav ul li.current_page_item a,
#nav ul li.current_page_ancestor a,
#nav ul li.current-menu-ancestor a,
#nav ul li.current-menu-parent a {
	border-bottom: 3px solid #001a46;
	border-top: 3px solid #001a46;
	background: #e5edef;
  font-weight: normal;
}

#nav ul li:hover a,
#nav ul li a:hover {
	border-bottom: 3px solid #001a46;
	border-top: 3px solid #001a46;
	background: #e5edef;
	color: #001a46;
}

#nav ul li .sub-menu {
	width: 250px;
	text-align: left;
	background: #001a46;
}

#nav ul li .sub-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#nav ul li .sub-menu li a {
	display: block;
	border-top: none;
	border-bottom: 1px solid #fff;
	background: #001a46;
	color: #fff;
	padding: 10px;
	border: none;
	margin: 0;
  font-weight: normal;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

#nav ul li .sub-menu .sub-menu {
	top: 0;
	left: 100%;
}

#nav ul li .sub-menu .sub-menu .sub-menu {
	display: block;
	position: static;
	font-size: 0.9em;
}

#nav ul li .sub-menu li .sub-menu li a {
	background: #668fc8;
	position: relative;
	display: block;
}

#nav ul li .sub-menu li .sub-menu li a:hover {
	background: #456ca3;
}

#nav ul li .sub-menu li a:hover {
	background: #111;
	color: #fff;
}

#nav ul li.current_page_item a:hover,
#nav ul li.current_page_parent a:hover {
	background: #e5edef;
	color: #001a46;
}

#top-nav-hh-control {
	float: none;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 1.6em;
	color: #fff;
}

#mobile-nav {
	/* padding: 40px 0 0; */
}

#mobile-nav ul {
	padding: 0;
	margin: 0;
}

#mobile-nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	text-align: left;
}

#mobile-nav > ul > li > a {
	display: block;
	padding: 30px 10px;
	color: #2d2d2d;
	text-decoration: none;
	font-size: 1em;
	border-top: 2px solid #001a46;
}

#mobile-nav .sub-menu {
	position: relative;
}

#mobile-nav .sub-menu li {
	border-top: 1px solid #001a46;
}

#mobile-nav .sub-menu li a {
	display: block;
	padding: 5px 10px 5px 20px;
	background: #e5edef;
	color: #001a46;
	font-size: 0.9em;
}

#mobile-nav .sub-menu .sub-menu li a {
	padding-left: 30px;
}

#mobile-nav .sub-menu .sub-menu .sub-menu li a {
	padding-left: 40px;
}

.header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 99999;
}

/* == FOOTER NAV == */

#footer-nav ul li a {
	color: #ccc;
}

/* == FOOTER == */

#footer {
	text-align: center;
	padding: 20px 0;
	margin: 0 0 0;
	color: #ccc;
	background: #252525;
}

.footer-left {
	float: left;
	width: 100%;
	max-width: 450px;
	text-align: left;
}

#footer-nav {
	display: inline-block;
}

.footer-right {
	float: right;
	text-align: right;
	width: 100%;
	max-width: 450px;
}

.footer-right a {
	color: #fff;
}

.small-logo-footer {
}

.back-to-top a {
	color: #95c93d;
	font-size: 2em;
	padding: 15px 0;
}

.newsletter-heading {
	font-weight: 800;
	text-transform: uppercase;
	color: #001a46;
}

/* Browse Aloud */

#__ba_panel {
	position: fixed;
	bottom: 10px;
	right: 0;
}

/* Google reCAPTCHA */

.grecaptcha-badge {
	display: none !important;
}

.recaptcha-note {
	font-size: 0.9em;
	font-weight: 400;
}

.recaptcha-note a {
	text-decoration: underline;
}

/* No Menu */

/*.no-menu #header {
    background: #001a46;
}*/

.no-menu #header-nav {
	display: none;
}

.no-menu .logo img {
	max-width: 320px;
	margin-top: 20px;
	display: none;
}

.no-menu .block-post {
	display: none;
}

.no-menu .narrow-container {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.no-menu .block-logos {
	display: none;
}

/* Survey */

p.surveyinfo {
	text-align: center;
	border-radius: 4px;
	padding: 10px 150px;
	background: #001a46;
	color: #fff;
	font-size: 1.1em;
}

p.surveyinfo span {
	font-size: 1.6em;
}

.sg-page-title {
	font-weight: 800 !important;
	text-transform: uppercase !important;
	color: #001a46 !important;
	font-size: 2.5em !important;
	margin-bottom: 0 !important;
}

.sg-question-set {
	height: auto !important;
}

.sg-rank-dragdrop {
	width: 100% !important;
}

.sg-question-title p {
	display: block !important;
	margin: 0 0 25px !important;
	line-height: 1.8em !important;
}

.sg-instructions {
	color: #001a46 !important;
	font-weight: bold !important;
	font-size: 1.2em !important;
}

.sg-type-radio ul.sg-list-horizontal li {
	margin-bottom: 0 !important;
}

.sg-progress-bar-background {
	background: #dcdcdc !important;
}

.sg-progress-bar-text {
	color: #fff !important;
	background-color: #001a46 !important;
}

.sg-progress-bar-inner {
	background-color: #001a46 !important;
}

.sg-question textarea {
	width: 100%;
}

.sg-rank-dragdrop .sg-rank-instructions {
	font-size: 1em !important;
	color: #e21515 !important;
	margin-top: 20px !important;
}

.sg-type-checkbox ul.sg-list-vertical li {
	margin: 0;
}

#recaptcha_table {
	margin: 20px auto !important;
}

#recaptcha_table tr:nth-child(1) td:nth-child(3),
#recaptcha_table tr:nth-child(2) td:nth-child(2) {
	display: none;
}

/* Social Feeds */
.news-social {
	margin: 50px 0 0;
}

.social-row {
	margin: 0 -10px;
}

.social-column {
	box-sizing: border-box;
	width: 50%;
	padding: 0 10px;
	float: left;
	text-align: center;
}

.social-column .link-panel {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 20px;
	margin: 0;
	float: none;
	text-align: left;
}

.cff-date,
.cff-author-img,
.cff-media-link {
	display: none;
}

#cff .cff-author .cff-author-text * {
	margin: 0;
}

#cff.cff-default-styles p {
	font-size: 1.1em;
	line-height: 1.4em;
}

#cff.cff-default-styles p.cff-page-name {
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
}

/* Sortable Table */
.block-sortable-table {
	margin: 20px 0;
}

.sortable-table th {
	text-align: left;
}

th[data-sort] {
	cursor: pointer;
}

.sortable-table th,
.sortable-table td {
	padding: 5px;
	border: solid 1px #dfdfdf;
}

.sortable-table .reference,
.sortable-table .date {
	width: 25%;
}

.sortable-table .date {
	font-weight: 700;
}

.sortable-table p {
	font-size: 1em;
}

.dd-block {
	border: 1px solid #808080;
}

.dd-title {
	display: block;
	padding: 20px 30px;
	border-bottom: none;
	margin: 0;
	position: relative;
	cursor: pointer;
	font-size: 21px;
}

.dd-title .icon {
	display: block;
	width: 20px;
	padding: 24px 0 0;
	margin: -12px 0 0;
	position: absolute;
	top: 50%;
	right: 30px;
	font-family: FontAwesome;
	font-size: 24px;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.icon {
	display: inline-block;
	height: 0;
	overflow: hidden;
}

.dd-title .plus {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.dd-title .plus:before {
	content: '\f067';
	display: block;
	margin: -24px 0 0;
}

.dd-title .minus {
	opacity: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.dd-title .minus:before {
	content: '\f068';
	display: block;
	margin: -24px 0 0;
}

.dd-title-inner {
	display: block;
	padding: 0 25px 0 0;
}

.dd-open .plus {
	opacity: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.dd-open .minus {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.dd-text {
	padding: 0 30px 30px;
}

.location-filter {
	margin-bottom: 60px;
}

.location-filter svg {
	max-width: 100%;
}

.location-filter .cls-1,
.location-filter .cls-3,
.location-filter .cls-4 {
	cursor: pointer;
}

.location-filter .cls-2,
.location-filter .cls-3,
.location-filter .cls-4 {
	fill: #fff;
}

.location-filter .cls-3,
.location-filter .cls-4 {
	font-size: 16px !important;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-weight: 700 !important;
}

.location-filter .cls-3 {
	pointer-events: none;
}

/* GovDelivery */
#prefix-overlay-label {
	font-size: initial;
	line-height: initial;
}

#prefix-overlay-form-div input[type='email'] {
	height: auto;
	vertical-align: bottom;
	border-radius: 0;
}

/* gravity forms */
.gfield_radio li {
	float: left;
	min-width: 100px;
}

ul.gfield_radio {
	padding-bottom: 40px !important;
}

#gform_1 {
	max-width: 800px;
	margin: 0 auto;
}

.gform_body input,
.gform_body select {
	height: 45px;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type='submit'],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type='submit'],
.gform_body input[type='submit'] {
	font-size: 20px;
	padding: 5px 20px;
	background: #001a46;
	color: #fff;
	border: none;
}

.input[type='checkbox'],
.gfield_consent_label {
	display: inline-block;
}

.gfield_consent_label {
	padding: 6px 0 0 10px;
}

.gform_wrapper .gfield_error .gfield_label {
	color: #2d2d2d !important;
}

..gform_wrapper .gf_progressbar {
	background-color: #001a46 !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper
	li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: #fff !important;
	border: none !important;
	padding: 0 !important;
}

.gfield_time_minute,
.gfield_time_minute input,
.gfield_time_hour,
.gfield_time_hour input,
.gfield_date_day,
.gfield_date_month,
.gfield_date_year,
.gfield_date_day input,
.gfield_date_month input,
.gfield_date_year input {
	width: 100% !important;
	max-width: 100px !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.skippy {
  display: block;
  padding: 1rem !important;
  color: #001A46;
  text-align: center;
  background-color: #fff;
  outline: 0;
  text-decoration: none;
}

.skippy:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  color: #001A46;
 }

.skippy span {
  padding: .5rem;
  outline: 1px dotted;
}

.skippy:hover {
  text-decoration: underline;
}

#menu-item-12210 a::after {
  content: '\f08e';
  font-family: FontAwesome;
  margin-left: 5px;
}

#header-nav ul li button {
  display: none;
}

@media screen and (min-width: 1025px) {
  #header-nav ul li button {
    background: none;
    border: 0;
    display: inline-block;
  }
}

#header-nav ul li button::before {
  content: '\f078';
  font-family: FontAwesome;
}

#header-nav ul li.open > button {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#header-nav ul ul li button::before {
  color: #fff;
  content: '\f054';
  font-family: FontAwesome;
}

#header-nav ul li.open > ul {
  display: block !important;
}

/* Cookie Bar */

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content u.change-settings-button {
  color: #fff;
  font-weight: 700;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content u.change-settings-button:hover, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content u.change-settings-button:focus {
  color: #e6e6e6 !important;
}
body #moove_gdpr_cookie_info_bar {
  align-items: flex-end;
  background: rgba(32, 32, 32, 0.8) !important;
  background: transparent;
  border-top: 0 !important;
  display: flex !important;
  height: 100%;
  justify-content: center;
  max-height: none !important;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden {
  bottom: 110% !important;
}
body .moove-gdpr-info-bar-container {
  background: #1a1a1a;
  display: inline-flex !important;
  justify-content: center;
  width: 100%;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: auto !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button:focus {
  color: #5784C3 !important;
}
@media screen and (min-width: 1024px) {
  body .moove-gdpr-info-bar-content {
    flex-direction: row-reverse;
  }
  body .moove-gdpr-button-holder {
    padding-right: 3vw;
  }
  body #moove_gdpr_cookie_info_bar {
    align-items: flex-end;
    background: rgba(32, 32, 32, 0.8) !important;
    background: none;
    border-top: 0 !important;
    display: flex !important;
    height: 100%;
    justify-content: center;
    max-height: none !important;
  }
  body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 60px;
  }
  body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton {
    padding: 15px 40px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton:focus,
  body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton:hover {
    background: #fff;
    color: #4476bc !important;
  }
}

.events-calendar .fc-day-other .fc-daygrid-day-number {
	color: #2C3E50;
}

.block .fc .fc-day-other .fc-daygrid-day-top {
	opacity: 1;
}
