/*
Theme Name: Bellwetheram
Theme URI: https://www.bellwetheram.com
Description: Custom theme for bellwetheram, built on the Genesis framework
Author: Clowcreative
Author URI: https://www.clowcreative.com

Template: genesis

Text Domain: bell
Requires at least: 5.4
Requires PHP: 5.6
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


@font-face {
  font-family: "avenir_lt_std55_roman";
  src: url('../woff2/font.woff2') format('woff2'), url('../woff/font.woff') format('woff');
}


@font-face {
  font-family: "avenir_lt_std45_book";
  src: url('../woff2/font-2.woff2') format('woff2'), url('../woff/font-2.woff') format('woff');
}

@font-face {
  font-family: "avenir_lt_std95_black";
  src: url('../woff2/font-2.woff2') format('woff2'), url('../woff/font-2.woff') format('woff');
}


/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

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

body {
	background-color: #fff;
	color: #3A3A3A;
	font-family: "avenir_lt_std55_roman", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #0066AE;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	  font-family: "avenir_lt_std45_book";
	font-weight: 600;
	margin: 0 0 20px;
	line-height: 47px;
	color:#1C2B5A;
}

h1,
.h1 {
	font-size: 40px;
}

h2,
.h2 {
	font-size: 36px;
}

.subheading.line-right, h1.line-right, h2.line-right, .line-under {
	position: relative;
}

.subheading.line-right:after, h1.line-right:after, h2.line-right:after, .line-under:after {
	content:'';
	width: 100%;
	height:2px;
    margin: 14px 0;
	display: block;
	background-color:#4b4b4b;
}
.subheading {
    font-style: italic;
}
.single-sector .line-right:after,
.page-template-culture .line-right:after,
.page-template-career .line-right:after,
.blog .line-right:after,
.page-template-contact-us .line-right:after,
.capabilities-single .line-right:after,
.capabilities-single .line-under:after,
.page-template-team-new .line-right:after  {
	background-color:#99BDE3;
}
.line-under:after {
	margin-bottom:40px;
}
.subheading.line-right:after {
	margin-bottom:20px;
}
h2.line-left {
	position: relative;
}
h2.line-left:after {
	content:'';
	width: 100%;
	height:2px;
    margin: 30px 0;
	display: block;
	background-color:#4b4b4b;
}

h3,
.h3 {
	font-size: 35px;
}

h4,
.h4 {
	font-size: 22px;
}

h5,
.h5 {
	font-size: 19px;
	font-family: 'avenir_lt_std95_black';
	text-transform: uppercase;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}


/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #62646A;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #62646A;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #0E1C2A;
	border: 0;
	border-radius: 50px;
	color: #fff;
	font-family: 'avenir_lt_std95_black';
	cursor: pointer;
	font-size: 20px;
	font-size: 16px;
    padding: 12px 40px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 0;
}

.blue-bg {
    background-color: #0E1C2A;
}
.blue-bg h2, .blue-bg p, .dark-bg h5 {
	color: #fff;
}

.full-width {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

form p {
	font-size:16px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}



a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 0;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 10px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/

/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #0E1C2A;
	padding: 20px 30px;
}

.wrap {
    max-width: 1280px;
    margin: 0 auto;
}
.site-inner .wrap {
	padding:0 20px;
}



/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 200px;
	padding-bottom: 5px;
	padding-top: 5px !important;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
	max-width:170px;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu > .menu-item {
	display: block;
	float: none;
	position: relative;
    padding: 15px 0;
}
.nav-primary .genesis-nav-menu .menu-item {
  border-bottom: 1px solid #868686;
}
.genesis-nav-menu > .menu-item:first-child {
	margin-top:20px;
}
.genesis-nav-menu .menu-item:last-child {
	border-bottom:0;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 600;
	outline-offset: -1px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	position: static;
	z-index: 99;
	padding-top:20px;
}


.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #fff;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #fff;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	width: 100%;
	font-family:'avenir_lt_std55_roman';
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
    margin-bottom: 20px;
    padding-top:20px;
    border-top:1px solid #FFFFFF;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}

.subfooter {
	background-color:#0E1C2A;
	padding: 40px 20px 20px;
	border-top:1px solid #3a4550;
}
.subfooter a {
	font-size:14px;
	color: #fff;
	text-decoration: none;
}
.footer-title {
	color: #fff;
	font-family:'avenir_lt_std95_black';
	border-bottom:2px solid #99BDE3;
	text-transform: uppercase;
	font-size: 14px;
}

.subtitle {
	font-size:17px;
	text-transform: uppercase;
	font-family:'avenir_lt_std95_black';
	color: #0E1C2A;
	margin-bottom:20px;
}

#text-2 p {
	margin-bottom: 0;
    text-align: left;
    font-size: 13px;
    color: #fff;
}

.disclosure {
	font-size:12px;
	margin:40px 20px 20px;
}

/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}



/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #0d1c2a;
	clear: both;
    padding: 0 20px;
}

.footer-widgets .wrap {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 2px solid #414C57;
}
.footer-widgets a {
	color: #fff;
}


.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #0E1C2A;
	color:#fff;
	font-size: 15px;
	line-height: 1.5;
	padding: 0px 30px 30px;
	text-align: center;
}
.site-footer a {
	color:#fff;
}

.site-footer p {
    margin-bottom: 0;
    text-align: left;
    font-size: 13px;
}
#menu-footer-menu {
	text-align: left;
}
#menu-footer-menu li:first-child a {
	margin-left:0;
}
.footer-widget-area {
	margin:20px 0;
	text-align: center;
}
.footer-widgets-1 img {
	max-width: 160px !important;
}
.footer-widgets-2 img {
    max-width: 80px !important;
}
.footer-widgets-3 img {
	max-width:140px !important;
}
.footer-widgets-4 img {
    max-height: 100px;
    width: auto;
}


section {
	padding:0 20px;
}
.content section {
	margin:50px 0;
}
.content section:last-child {
	margin-bottom: 50px;
}
.homepage .content section:last-child {
	margin-bottom: 0;
}

.snapshot-text {
  font-size: 22px;
  line-height: 26px;
}

.text-center {
	text-align: center;
}


/* Homepage */

.main-header {
	background-size: cover;
    background-position: center;
    position: relative;
    max-height: 80vh;
    min-height: 570px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

}
.main-header .wrap {
	display: flex;
    align-items: flex-end;
    min-height: 470px;
    position: relative;
    padding: 0 20px;
    width: 100%;
}
.main-header:before {
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
    left: 0;
	z-index:2;
	background-color:rgba(0,0,0,0.4);
}
.main-header h1 {
	position: relative;
	color:#fff;
	z-index:3;
	margin-bottom: 10px;
	font-size: 65px;
    line-height: 60px;
}
.main-header h2 {
	margin-bottom: 90px;
	color: #fff;
	font-size: 34px;
	position: relative;
	z-index:3;
    line-height: 37px;
	max-width: 60%;
	font-family: "avenir_lt_std55_roman";
	font-weight: 400;
}
.big-b {
	z-index:3;
	position: absolute;
	right:0;
	bottom:0;
}
.scroll-down-container {
	text-align: center;
	color:#C2D938;
	text-transform: uppercase;
	font-size:14px;
	font-family:'avenir_lt_std95_black';
	z-index:3;
	position: relative;
	padding-bottom:20px;
}
.scroll-down-container img {
	margin: 10px auto;
    text-align: center;
    display: block;
}

.first-section p {
	font-size:20px;
}

.homepage .second-section {
	background-color:#F6F6F6;
	margin-bottom: 0 !important;
	padding: 60px 0 50px;
}
.second-section-holder {
	margin-top:100px;
}
.second-section .flex {
	gap:60px;
	margin-top:0;
}	
.homepage .second-section {
	margin-top:0;
}
.homepage .second-section .one-third {
	border-bottom: 3px solid #4b4b4b;
}
.homepage .second-section .one-third p {
  font-size: 26px;
  font-family: "avenir_lt_std45_book";
  color: #1C2B5A;
  line-height: 36px;
  margin-bottom: 0;
  padding: 0 0 30px;
}





.fourth-section h2{
	font-size: 50px;
    margin-top: 20px;
}

.help-box {
	background-color: #F6F6F6;
	  font-family: "avenir_lt_std45_book";
	font-size:22px;
	color: #1C2B5A;
	font-weight: 600;
	padding: 30px;
	min-height: 200px;
	display: flex;
	align-items: center;
	margin: 40px 0 0;
}
.help-box p {
	margin:0;
}
.third-section {
	padding:50px 0;
	margin-top: 0 !important;
}

.third-section h2 {
	margin-bottom: 40px;
}
.third-section p {
	margin-bottom: 0;
}
h2 b {
	position: relative;
	color: #99BDE3;
}
/*h2 b:after {
	content:'';
	width: 100%;
	height: 2px;
	background-color: #99BDE3;
	bottom:0;
	left: 0;
	position: absolute;
}*/

.homepage-split {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #FFFFFF;
}

.homepage-split h3 {
	font-size: 40px;
	color: #99BDE3;
	margin:20px 0;	
}

.homepage .first-section h2 {
	font-size: 40px;
}
.green-text {
	color:#e3e3e3;
	text-decoration: none;
	font-size: 15px;
	display: flex;
    column-gap: 15px;
    font-family: 'avenir_lt_std95_black';
    margin-bottom:0;
}

/* Team */
body.dark-bg {
	background-color:#0E1C2A;
	color:#fff;
}
.dark-bg .site-inner h1,
.dark-bg .site-inner h2,
.dark-bg .site-inner a {
	color:#fff;
}
.team-content ul li {
	margin-bottom: 8px;
}
ul.team-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.team-list a {
	text-decoration: none;
}
.team-content p,
.opening-paragraph p {
	font-family: 'avenir_lt_std55_roman';
	font-size:20px;
	margin-bottom:40px;
}
.opening-paragraph strong {
	font-weight:400;
	color:#99BDE3;
}


.page-template-culture .opening-paragraph p {
	font-family: 'avenir_lt_std55_roman';
    font-size: 20px;
}


.global-header h1 {
	padding-bottom:20px;
	border-bottom:2px solid #99BDE3;
}

.the-modal {
	display: none;
}
.modal-box {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: #000;
    width: 80%;
    margin: auto;
    max-height: 600px;
    height: fit-content;
    overflow: auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 50px;
    z-index:3;
}
.modal-overlay {
	content:'';
	width: 100%;
	z-index: 2;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	background-color: rgba(0,0,0,0.8);
}
.modal-box h3 {
	margin-bottom: 0;
}
.modal-box .position {
	margin-bottom:20px;
}

.modal-box p {
	font-family: 'avenir_lt_std55_roman';
	font-size:16px;
	margin-bottom: 20px;
}
.modal-box a {
	color:#0066AE !important;
}


/* Culture page */
.culture-content h3 {
	color:#99BDE3;
}
.one-block {
	padding:30px 0;
	border-bottom:1px dotted #FFFFFF;
	column-gap:10px;
}
.one-block p {
	margin-bottom: 0;
	font-size:18px;
}
.one-block:last-child {
    border-bottom: 0;
}

/* Careers */
.white-block {
	background-color: #fff;
	padding:50px 0;
	margin-bottom:0 !important;
}
.white-block h2 {
	color:#1C2B5A !important;
}
.white-block p,
.white-block,
.white-block a {
	color:#3A3A3A !important;
	font-size: 18px;
}

.job-description {
	display: none;
}
.more-button {
	text-decoration: none;
}
#lever-jobs-filter {
	margin-bottom: 40px;
}
#lever-jobs-filter {
	align-items: flex-end;
}
.lever-job .flex {
	padding:20px 0;
	border-bottom:1px solid #d1d1d1;
}
#lever-jobs-filter input, #lever-jobs-filter select {
    border: 0;
    border-bottom: 1px solid black;
    padding: 15px 0;
}

h4.lever-job-title {
	margin-bottom: 0;
}
.lever-job-tag {
	padding: 5px 6px;
  border-left: 1px solid #ababab;
  border-right: 1px solid #ababab;
}
span.lever-job-type {
	padding-left: 6px;
}
span.job-department {
    padding-right: 4px;
}
.job-meta {
	font-size:14px;
	color:#707070;
}
.one-container {
	flex: 0 1 30%;
}
#lever-clear-filters {
	font-size:20px;
	color:#c1c1c1 !important;
	text-decoration: none;
	padding-bottom: 10px;
	display: block;
}
#lever-clear-filters.active {
	font-size:20px;
	color:#3A3A3A !important;
	cursor: pointer;
}
.lever-job .flex .left-col {
	flex:1;
}
a.apply-button {
	color:#fff !important;
}

a.back-button {
  text-decoration: none;
	color:#1C2B5A !important;
	display: block;
	margin-bottom:40px;
	text-transform:uppercase;
	font-size:14px;
}
.job-desc {
    margin: 30px 0;
}
.job-desc strong {
   display: block;

}
.job-desc span {
    font-size: 18px !important;
}

.job-desc ul {
  margin-left: 15px;
}
.job-desc ul li {
	  list-style-type: disc;
}


h6.label {
  margin: 0;
      line-height: 20px;
}
/* Contact Us */
.one-address h5 {
	margin-bottom: 0;
	margin-top:20px;
}
.one-address h3 {
	font-size: 24px;
	color:#fff;
	margin-bottom:10px;
}
.one-address p {
	font-size:18px;
}
.address, .phone {
	border-top: 1px dotted #fff;
	padding-top:15px;
	margin-top:15px;
}

/* Insights */
.category-list,.date {
	font-size:16px;
	color:#62646A;
}
.insight-title {
	color:#3A3A3A;
	font-size:24px;
	margin:0;
}

.one-insight {
	padding:40px 0;
	border-top:1px dotted #62646A;
	text-decoration: none;
}
.insights-container {
	margin-top:40px;
}

/* Insights Single */

.insights-single h1 {
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:6px solid #99BDE3;
}
.post-meta {
	font-size:18px;
}
.reading-time {
	margin-left:40px;
}
.share-icons {
	column-gap:20px !important;
}


article {
	margin:70px auto 40px;
	font-size:18px;
	color:#0E1C2A;
	max-width:1024px;
}
article p {
	font-size:18px;
	color:#0E1C2A;
}
article ul,
.single-case-study  .content ul {
	margin-left:20px;
}
article ul li,
.single-case-study .content ul li {
	list-style-type: disc;
	margin-bottom:15px;
}

.single-case-study .content ul li:last-child {
	margin-bottom: 0;
}
.single-case-study .content ul {
    margin: 15px 15px 30px;
}

/*Sectors */
.sector-nav {
    width: 100%;
    z-index: 2000;
    background-color: #fff;
}
.stick-it {
	position: fixed;
	top:0;
	left:0;
	box-shadow: 0px 0px 10px #d0d0d0;
}
.stick-it .nav-wrap {
	max-width: 1240px;
	margin:0 auto;
	padding:10px 0;
}
.sector-nav a {
	text-decoration: none;
	font-size:14px;
	text-transform: uppercase;
	margin-right:30px;
    font-family: 'avenir_lt_std95_black';
    color:#A6A6A6 !important;
}
.sector-nav a.active, .sector-nav a:hover {
	color: #1C2B5A !important
}
#overview {
	padding:30px 0 0;
}
#overview ul li {
    list-style-type: disc;
    list-style-position: outside;
    padding-left:20px;
    margin-bottom: 20px;
}
#overview ul {
	margin-left:20px;
	margin-bottom: 40px;
}
#experience .flex {
	row-gap:30px;
	column-gap:30px;
	justify-content: center;
}
#experience .flex .one-half {
	flex:0 1 47%;
}
.case-study-block .one-half{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.number-block {
	padding: 40px;
    text-align: center;
    background-color: #F4F4F4;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.number-block a {
	text-decoration: none;
		transition: all 1s linear;
}
.large-number {
	font-family: "avenir_lt_std45_book";
	color:#1C2B5A;
	line-height: 80px;
	font-size:55px;
	margin-bottom: -8px;
}
.number-text {
	font-family: "avenir_lt_std55_roman";
	color:#1C2B5A;
}
.case-study-meta {
	font-size:16px;
	color:#62646A;
}
.case-study-block {
    height: 100%;
}
.case-study-block h3 {
	font-size:22px;
	font-weight: 400;
	line-height: 28px;
}
.text-link {
	color:#656565 !important;
	font-size:16px;
	position: relative;
	padding-right:15px;
	width: fit-content;
	margin-top:auto;
}
.text-link:after {
	content:'';
	position: absolute;
    right: 0;
    top: 8px;
	width:10px;
	height: 10px;
	background-image:url('../svg/arrow-right.svg');
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
}
.sectors-single .white-block {
	padding-top:0;
}
#experience, #insights, #how-we-can-help {
	padding-top:30px;
}

#insights h3 {
	font-size: 27px;
    line-height: 40px;
}

.insight-meta {
	font-size:18px;
	color:#62646A;
}
#insights a.one-insight:nth-child(2) {
    border-top: 0;
}
#how-we-can-help h3 {
	font-size: 22px;
  line-height: 28px;
	font-weight: 400;
	margin:0;
	color: #404040;
}
#how-we-can-help .flex{
	display: grid !important;
  grid-template-columns: repeat( auto-fit, minmax(210px, 1fr) );
  gap: 30px 0;
}
#how-we-can-help .one-col{
  padding: 30px;
  min-height: 130px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-right: 1px solid #c4c4c4;
  margin-bottom:0;
}
#how-we-can-help .one-col:last-child,
#how-we-can-help .one-col:nth-child(5){
	border:0;
}

h2.smaller-h3 {
	font-size: 24px;
    color: #000;
}
.one-row {
	margin-bottom: 20px;
    padding-bottom: 20px;
}
.one-row:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.one-row h3 {
	font-family: "avenir_lt_std55_roman";
}
#how-we-can-help .number-block {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 230px;
	text-decoration: none;
}
.after-hover {
    text-align: left;
}
#how-we-can-help a .after-hover{
	display: none;
	transition: all 1s linear;
}
#how-we-can-help a:hover {
	align-items: flex-start;
    justify-content: flex-start;
    transition: all 1s ease-in;
}
#how-we-can-help a:hover .after-hover{
	display: flex;
	flex-direction: column;
	transition: all 1s ease-in;
	opacity: 1;
	    width: 100%;
    height: 100%;
}
#how-we-can-help a:hover .before-hover{
	display: none;
	transition: all 1s ease-in;
	opacity: 0;
}

#how-we-can-help .after-hover h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.after-hover p {
	color:#1C2B5A;
	font-size:17px;
}
#how-we-can-help .number-block {
	padding:20px;
}

#how-we-can-help .text-link {
	color:#1C2B5A !important;
	font-weight: 600;
}

.case-study-single .first-section h1 {
	font-weight: 400;
	font-size:35px;
	margin-bottom: 0;
}
.case-study-single .first-section h2 {
	color:#99BDE3;
	font-size:22px;
	font-weight: 400;
}
.case-study-single .post-meta {
	padding-top:30px;
	margin-top:30px;
	border-top:2px solid #99BDE3;
}
.case-study-content-block {
    padding: 30px 0 40px;
    border-top: 2px solid #0066AE;
}
.case-study-content-block p:last-child {
	margin-bottom: 0;
}
.related {
	padding: 20px 0 50px;
    border-top: 1px dotted #62646A;
}
.related-title {
	font-size:18px;
	font-weight: 600;
	color:#0E1C2A;
}
.case-study-content-block h3 {
	font-size:20px;
	color:#1C2B5A;
	text-transform: uppercase;
	font-family: 'avenir_lt_std95_black';
	margin-bottom: 0;
}

.case-study-content-block h2 {
	font-size:22px;
	color:#1C2B5A;
	font-weight: 400;
}
.case-study-block a {
	font-size:16px;
}
.related {
	font-size:18px;
}
.one-related {
	margin:15px 0;
}

.capabilities-header {
	height:250px;
	background-image:url('../jpg/capabilities-header-graphic.jpg');
	background-size: cover;
	background-position: center bottom;
}
.sectors-header {
	height:250px;
	background-image:url('../jpg/sector-header-graphic.jpg');
	background-size: cover;
	background-position: center top;
}

.capabilities-single h1 {
	margin-bottom: 0;
}
.capabilities-single {
	margin-bottom: 0;
}


.top-button {
	  float: right;
    margin-top: 10px;
}
/* NEW TEAM */
.opening-paragraph p {
	font-size: 25px;
  margin-top: 40px;
}
.page-template-team-new table {
	min-width: 700px;
}
.mobile-overflow {
	max-width: 100%;
	overflow-x: auto;
}
.page-template-team-new tr {
	border:0;
}
.page-template-team-new th {
	font-size:20px;
	border-bottom:1px solid #a2a2a2;
	width: 25%;
}
.page-template-team-new td {
  font-size: 14px;
  padding: 0 10px;
  width: 25%;
}
.page-template-team-new tbody {
	border:0;
}
tbody.top-margin:before {
  height: 1em;
  display: table-row;
  content: '';
}
.employees-bar {
  background-color: #D6DCE5;
  padding: 6px 9px 4px;
  color: #000;
  line-height: normal;
  font-size: 20px;
}
tbody tr:hover {
  background-color: #eee;
  cursor: pointer;
}

form#search-filter-form-540 ul {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}
form#search-filter-form-540 li {
	flex:1 1 33%;
}
form#search-filter-form-540 label { 
  width: 100%;
}

form#search-filter-form-540 select,
form#search-filter-form-540 input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid black;
  padding: 0px 0 15px;
}
form#search-filter-form-540 li:last-child {
  flex: 0 1 6%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
form#search-filter-form-540 li:last-child a {
	font-size:20px
}
.searchandfilter h4 {
  padding-bottom: 0 !important;
  margin-bottom: -5px !important;
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		z-index: 9999;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}
	.nav-primary .genesis-nav-menu .menu-item {
		border-bottom: 0;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	.genesis-nav-menu .sub-menu a {
		background-color: #0E1C2A;
    color: #fff;
    border: 0;
		font-size: 14px;
		position: relative;
		word-wrap: break-word;
	}
	.sub-menu li a {
	    color: #000;
	    font-weight: 400;
	}
	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1280px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 100%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}


	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.flex {
		display: flex;
		column-gap:60px;
	}
	.flex-wrap {
		flex-wrap: wrap;
	}
	.flex-wrap .one-half {
		flex:0 1 46%;
	}
	.one-half {
		flex: 0 1 50%;
	}
	.two-thirds {
		flex: 1 0 55%;
	}
	.one-third {
		flex: 0 1 45%;
	}
	.one-fourth {
		flex: 1 1 25%;
	}
	.three-fourths {
		flex: 1 1 75%;
	}
	.one-fifth {
		flex: 0 1 20%;
	}
	.two-fifths {
	    flex: 1 1 40%;
	}
	.flex-end {
		align-items: flex-end;
	}
	.align-center {
		align-items:center;
	}
	.flex-end p:last-child {
		margin-bottom:0;
	}
	#menu-capabilties,
	#menu-sectors {
		display: grid;
	 	grid-template-columns: repeat(2, 1fr);
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 4);
		text-align: left;
	}
	.site-header .wrap {
		display: flex;
		align-items:center;
	}
	nav {
		margin-left:auto;
	}
	.genesis-nav-menu .menu-item:first-child {
		margin-top:0;
	}
	.footer-widgets .wrap {
	    display: flex;
	    align-items: center;
	}
	.footer-widgets-1 {
	    width: 64%;
	}
	.footer-widgets-2,.footer-widgets-3,.footer-widgets-4 {
		width: 12%;
	    text-align: center;
	    padding: 0 10px;
	}


	.alignright {
		float: right;
		text-align: right;
	}
	.share-icons a {
	    display: flex;
	    align-items: center;
	    cursor: pointer;
	}
	.one-col {
	    flex: 0 1 23%;
	    margin-bottom: 20px;
	}
	

}

@media (max-width:959px) {
	.sub-menu a {
	    padding: 20px 10px;
	}
	.one-half,
	.one-third,
	.one-fourth {
		margin:10px 0;
	}
	form {
		margin-top:50px;
	}
	.share-icons a {
		margin-right:20px;
	}
	.sector-nav { 
		display:none; 
	}
	.capabilities-header,
	.sectors-header {
		height:250px;
	}
	#how-we-can-help .one-col{ 
		margin-bottom: 20px;
	}
	.main-header h1 {
		font-size: 50px;
	    line-height: 56px;
	}
	.main-header h2 {
		max-width: 70%;
	}
	.homepage .second-section .one-third p {
		padding:30px 0;
	}
	.homepage .second-section .one-third:first-child p {
		padding-top:0
	}
	#lever-jobs-filter input, #lever-jobs-filter select { 
		margin-bottom: 40px;
	}
	.job-meta {
		margin-bottom: 20px;
	}
	form#search-filter-form-540 ul {
	  display: block;
	}
	form#search-filter-form-540 li {
		width: 100%;
		display: block;
	}
}

@media (max-width:470px){ 
	.main-header h2 {
		max-width: 90%;
	}
	.main-header {
		min-height: 500px;
	}
	#how-we-can-help .one-col{ 
		border-right: 0;
	}
}