<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	SB - Squivo - June 13, 2020
	- added inline critical mobile menu structure so the styles are applied at 1023 px before the JS load
	- these are also applied in the style.css sheet at line 5197
*/
/*
	SB - Squivo - June 14, 2020
	- added inline critical css as determined by Chrom Dev Tools ( Coverage Utility under performance )
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&amp;display=swap');

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

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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


/* ## 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;
}

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

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body &gt; div {
	font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #0c1e45;
  font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.65;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #0f2453;
	font-weight: 600;
	text-decoration: none;
}

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

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 0 20px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

:focus {
	border: none;
	outline: none;
}

.proxima-bold {
	font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

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

h1,
h2,
h3,
h4,
h5 {
	color: #0f2453;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 20px;
}

h1,
h2,
h4,
h5 {
	letter-spacing: 2px;
}

h3 {
	letter-spacing: 0;
}

h1 {
	font-family: 'klavika-light', sans-serif;
	font-size: 56px;
	font-size: 5.6rem;
	text-transform: uppercase;
}

h2 {
	font-family: 'klavika-medium', sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	text-transform: uppercase;
}

h3 {
	font-family: 'klavika-light', sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
}

.locations-landing-list h3 {
	text-transform: uppercase;
}

h4 {
	font-family: 'klavika-medium', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-family: 'klavika-medium', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
}

h6 {
	color: #0f2453;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 20px;
}

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

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

img {
	height: auto;
	display: block;
}

figure {
	margin: 0;
}

/* ## Forms
--------------------------------------------- */
.gform_wrapper label.gfield_label {
    font-weight: normal!important;
    font-size: 15px!important;
	display: block!important;
}

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
	border-radius: 0;
}

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

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

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button &gt; a {
	background-color: transparent;
    color: #0f2453;
    border: 2px solid #0f2453;
    border-radius: 3px;
	cursor: pointer;
	font-weight: 400;
	font-size: 12px!important;
	font-size: 1.2rem!important;
	text-transform: uppercase;
	padding: 15px 30px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	-webkit-appearance: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #0f2453;
	color: #fff;
}

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

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 5px 10px;
}

.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: #0f2453;
	border-width: 0;
	color: #fff;
	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;
	line-height: 2;
	/*margin-bottom: 20px;*/
	width: 100%;
	word-break: break-word;
}

tbody {
	border-bottom: none;
}

td,
th {
	text-align: left;
}

td {
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

/*td:first-child,
th:first-child {
	padding-left: 0;
}*/

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

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

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

.more-link {
    position: relative;
}


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

/* ## Site Containers
--------------------------------------------- */

.page-template-page_standard article {
	max-width: 1200px;
	margin: 0 auto;
}

.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	max-width: 100%;
	clear: both;
	padding-top: 0;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

.entry-title {
	display: none;
}

/* ## Column Widths and Positions MOVE BACK TO STYLE.CSS?
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1200px;
}

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

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

/* ### Content */

.content {
	float: right;
	width: 880px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

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

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

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

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


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

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* END MOVE BACK TO STYLE.CSS? */

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

.breadcrumb {
	background-color: transparent;
	color: #fdc82f;
	font-weight: 400;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 50px;
	padding: 0 20px;
}

.breadcrumb a {
	color: #fff;
}

.breadcrumb-link-wrap:nth-of-type(1) {
	display: none;
}

.breadcrumb-link-wrap:nth-of-type(2) {
	pointer-events: none;
	cursor: default;
}

.breadcrumb-link-wrap a:after {
	content: ' / ';
	color: #fff;
	font-size: 12px;
	padding: 0 5px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
	padding: 60px;
}

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

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

.search-form {
    display:none;
    width:100%;
    background-color:#0c1e45;
}

.search-link {
	position: relative;
}

/* 2021 change */
.search-link  .fa-2x {
    font-family: 'klavika-regular', sans-serif;
	font-size: 16px;
    font-size: 1.6rem;
    padding: 0 10px;
    float: left;
}

.search-link  .fa-search:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
    font-size: 1.8rem;
    content: "\f002";
	margin-right: 5px;
}

li.left.search {
	position: absolute;
    z-index: 10;
    width: 100%;
    max-width: 1200px;
}

.search-link a {
    color: #fff;
	padding: 0 10px; /*2021 chenage*/
	position: relative;
	cursor: pointer;
}

.search-link a:hover, .search-link a.active {
	/*background-color: #0c1e45;*/
    color: #fff;
}

/* 2021 change */
/*.search-link a.active:before {
	padding: 0;
    margin: 0;
    display: block;
    content: "";
    width: 100%;
    height: 30px;
    background-color: #0c1e45;
    position: absolute;
    left: 0;
    top: -30px;
}

li.search-link a:hover:before {
	padding: 0;
    margin: 0;
    display: block;
    content: "";
    width: 100%;
    height: 30px;
    background-color: #0c1e45;
    position: absolute;
    left: 0;
    top: -30px;
}

.search-link a.active:after {
	padding: 0;
    margin: 0;
    display: block;
    content: "";
    width: 100%;
    height: 30px;
    background-color: #0c1e45;
    position: absolute;
    left: 0;
    bottom: -30px;
}

li.search-link a:hover:after {
	padding: 0;
    margin: 0;
    display: block;
    content: "";
    width: 100%;
    height: 30px;
    background-color: #0c1e45;
    position: absolute;
    left: 0;
    bottom: -30px;
}*/


.social-header-social-container {
	background-color: #fff;
    display: flex;
	flex-direction: column;
    bottom: 20%;
    left: 0;
    width: 50px;
    position: fixed;
	opacity: 0;
	-webkit-box-shadow: -10px 7px 10px -6px rgba(0,0,0,0.41);
	box-shadow: -10px 7px 10px -6px rgba(0,0,0,0.41);
	-webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.social-header-social-container.show {
	opacity: 1;
	z-index: 999;
}

.social-header-social-wrap {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 0;
}

.social-icon-item img {
	width: 50px;
}

.back-to-top-container {
	width: 50px;
    height: 50px;
}

.mobile-top {
	color: #0f2453;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.mobile-top:before {
	color: #0f2453;
	font: normal normal normal 18px/1 FontAwesome;
	content: "\f106";
	height: 12px;
}
/* end 2021 change */
.dashicons-search {
    height: 32px;
    width: 32px;
}

.dashicons-search:before {
    font-size: 32px;
	color: #fff;
}

.search-link a:hover .dashicons-search:before,
.search-link.active .dashicons-search:before  {
	color: #fff;
}

.nav-header li.left.search {
	left: 0;  /*2021 change */
    right: 0;  /*2021 change */
    margin: 16px auto 0;  /*2021 change */
}

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 0;
	width: 100%;
}

.search-form input {
    background-color: #0c1e45;
    border: none;
    color: #7d888a;;
	font-weight: 300;
    font-size: 32px;
    font-size: 3.2rem;
    height: 56px;
    font-weight: 400;
    padding: 12px;
    width: 100%;
	-webkit-appearance: none
}

.search-form ::-webkit-input-placeholder {
	color: #7d888a;
	font-weight: 300;
	font-size: 32px;
}

.search-form :-moz-placeholder { /* Firefox 18- */
	color: #7d888a;
	font-weight: 300;
	font-size: 32px;
}

.search-form ::-moz-placeholder {  /* Firefox 19+ */
	color: #7d888a;
	font-weight: 300;
	font-size: 32px;
}

.search-form :-ms-input-placeholder {
	color: #7d888a;
	font-weight: 300;
	font-size: 32px;
}

.site-header .search-form {
	margin: 0;
}

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

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

/* ie and edge fallback for object-fit*/
.compat-object-fit {
   background-size: cover;
   background-position: center center;
}

.compat-object-fit img {
    opacity: 0;
}

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 32px;
	font-size: 3.2rem;
}

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

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

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

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

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

a.alignnone {
	display: inline-block;
}

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

.alignright {
	float: right;
	text-align: right;
}

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

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	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 28px;
}


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

.widget {
	margin-bottom: 20px;
	word-wrap: break-word;
}

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

.widget ul &gt; li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.widget ol &gt; 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;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

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

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

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

/* Display outline on focus */
:focus {

}

/* video */

.fancybox-inner, .embed-container {
	position: relative!important;
	padding-bottom: 56.25%!important;
	height: 0!important;
	overflow: hidden;
	max-width: 100%;
}

.fancybox-inner iframe,
.fancybox-inner object,
.fancybox-inner embed,
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

.site-header {
	background-color: #0f2453;
	padding: 20px 0 15px; /* 2021 change*/
	border-bottom: 1px solid #48587a;
	position: relative;
}

.site-header &gt; .wrap {
	position: relative; /* 2021 change*/
    display: flex; /* 2021 change*/
    padding: 0; /* 2021 change*/
}

/* New country navigation 2021 change*/
.country-navigation-search-container .search-link {
	display: flex;
    align-items: flex-end;
}

.country-navigation-container {
	position: absolute;
    top: 0;
    right: 0;
	display: flex;
	padding: 5px;
}

.header-widget-area .widget {
    margin-bottom: 0;
}

.country-navigation-item {
	position: relative;
	width: 40px;
    margin: 0 5px;
}

.us-flag-icon:before {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15,36,83,0.67);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	cursor: pointer;
}

.us-flag-icon:hover:before {
    opacity: 0;
}

.site-inner.opacity {
	position: relative;
}

.site-inner.opacity:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.7);
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: 10;
}

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

.header-image .title-area {
	position: relative;
    width: 240px; /* 2021 change */
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.2;
}

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

.header-image .site-title &gt; a {
	background-position: center !important;
	background-size: contain !important;
}

.header-image .site-title img {
	max-width: 220px;
}

.site-description {
	font-family: 'klavika-medium', sans-serif;
	font-weight: normal;
	font-size: 15px;
	font-size: 1.5rem;
	font-style: italic;
	text-transform: uppercase;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-title {
	display: block;
    float: left;
    padding-left: 20px;
    text-indent: -9999px;
    position: relative;
    max-height: 60px;
}

.header-image .site-description {
	display: inline-block;
    color: #f0c609;
    line-height: 55px;
    width: auto;
    padding: 0 20px;
    height: 55px;
    position: relative!important;
    float: left;
    margin-top: 5px;
}

/* ## Widget Area
--------------------------------------------- */

/* 2021 change */
.site-header .widget-area {
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
}

.header-widget-area .widget_nav_menu {
	/*width: 100%; 2021 change */
    text-align: right;
}


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

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

.genesis-nav-menu {
	clear: both;
	font-family: klavika-regular, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1.5px;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.nav-primary .genesis-nav-menu a {
	font-family: 'klavika-regular', sans-serif;
	padding: 20px 10px;
}

.nav-header .genesis-nav-menu a {
	font-family: 'klavika-regular', sans-serif;
	padding: 0 10px; /* 2021 change */
	float: left; /* 2021 change */
}

.nav-primary .genesis-nav-menu &gt; li:nth-of-type(1) &gt; a {
	padding: 20px 10px 20px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item &gt; a,
.genesis-nav-menu .sub-menu .current-menu-item &gt; a:hover,
.genesis-nav-menu .sub-menu .current-menu-item &gt; a:focus  {
	color: #f0c609;
	text-decoration: none;
}

.genesis-nav-menu li a span {
	position: relative;
}

.nav-header .genesis-nav-menu li a span {
	/* 2021 change */
    /*line-height: 40px;*/
	display: flex;
    align-items: flex-end;
}

.nav-primary .genesis-nav-menu &gt; li &gt; a:hover &gt; span:after {
	padding:0;margin:0;display:block;/* not really needed */
	content: "";
	width:40%;
	height:1px;
	background-color: #f0c609;
	position: absolute;
	left:0;
	bottom:-10px;
}

.genesis-nav-menu .sub-menu {
	background-color: #0c1e45;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 350px;
	padding-bottom: 20px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #0c1e45;
	border-top: 0;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px 20px;
	position: relative;
	width: 350px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 350px;
}

.genesis-nav-menu .sub-menu li:first-child {
	padding-top: 10px;
}

.genesis-nav-menu .sub-menu .sub-menu li:first-child {
	padding-top: 20px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover &gt; .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu &gt; .first &gt; a {
	padding-left: 0;
}

.genesis-nav-menu &gt; .last &gt; a {
	padding-right: 0;
}

.genesis-nav-menu &gt; .right {
	float: right;
}

.erp-nav-item span:before {
	content: url(/wp-content/themes/paladin/images/erp-icon.png);
    height: 28px;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}

/* 2021 change */
/*.location-nav-item span:before {
	content: url(/wp-content/themes/paladin/images/location-icon.png);
    height: 28px;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}*/

.careers-nav-item span:before {
	content: url(/wp-content/themes/paladin/images/careers-icon.png);
    height: 28px;
    float: left;
    /*margin-top: 4px; 2021 change */
    margin-right: 10px;
}

/* End 2021 change */

/* ## Accessible Menu
--------------------------------------------- */

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

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

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

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #0c1e45;
}

/* ie and edge fallback for object-fit*/
.compat-object-fit {
   background-size: cover;
   background-position: center center;
}


.compat-object-fit img {
    opacity: 0;
}


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

/* ACF styling */

/* HOME */

.home .banner-breadcrumb {
	display: none;
}

/* General */

.fixed-section-container {
    max-width: 1200px;
    margin: 60px auto;
	padding: 0 20px;
    overflow: hidden;
}

.full-section-container {
    max-width: 100%;
	clear: both;
	overflow: hidden;
}

.full-section-wrap {
    max-width: 100%;
	width: 100%;
	position: relative;
}

.fixed-section-wrap {
    max-width: 1200px;
    margin: 0 auto;
	padding: 0 20px;
    overflow: hidden;
}

/* 2021 change */
.narrow-fixed-section-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}
/* end 2021 change */

.full-section-container .image-text-content-block &gt; li &gt; img {
    width: 100%;
	object-fit: cover;
    /*min-height: 450px; *//*SB - July 13, 2020, removed to mitigate CLS page height shuffling*/
	min-height: 520px;
	height: 31vw;
}

.background-white {
	background-color: #fff;
}

.background-grey {
	background-color: #f3f3f3;
}

ul.content-blocks-row {
	text-align: center;
    width: 100%;
}

li.content-col {
	display: inline-block;
}

li.content-col img {
	margin: 0 auto;
}

/* banner image */
/* SB Jul 13, 2020 - prevent content height shuffling */
.banner-image-block {
	position: relative;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner-image-block:before {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15, 36, 83 ,0.67);
    opacity: 1;
}

.image-text-content-block {
	position: relative;
    display: flex;
    align-items: center;
    min-height: 500px;
    max-width: 1200px;
    margin: 50px auto;
    overflow: hidden;
}

.image-text-content img {
	width: 100%;
}

.image-text-content {
	color: #fff;
    text-transform: none;
    color: #fff;
    top: 0;
    /*position: absolute; 2021 change */
    text-align: left;
	width: 100%;
}

.image-text-wrap {
	max-width: 1200px;
    margin: 50px auto;
}

.banner-image-title {
	position: relative;
	width: 100%;
	max-width: 900px;
	color: #fff;
	font-size: 56px;
	letter-spacing: 2px;
    padding: 0 20px;
	margin-bottom: 80px;
}

.image-text-content.aligncenter .banner-image-title {
	max-width: 100%;
}

.banner-image-title:after {
	padding:0;margin:0;display:block;/* not really needed */
	content: "";
	width:15%;
	height:2px;
	background-color: #f0c609;
	position: absolute;
	left: 20px;
	bottom:-39px;
}

.banner-image-text {
	position: relative;
	width: 100%;
    max-width: 800px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding: 0 20px;
}

.banner-image-text a {
	color: #fff;
}

.image-text-content.aligncenter .banner-image-text {
    max-width: 100%;
}

.image-text-content.aligncenter {
	text-align: center;
}

.aligncenter .banner-image-title {
	margin: 0 auto 80px;
}

.aligncenter .banner-image-text, .aligncenter .call-to-action-button {
	margin: 0 auto;
}

.aligncenter .banner-image-title:after {
	padding:0;margin:0;display:block;/* not really needed */
	content: "";
	width:15%;
	height:2px;
	background-color: #f0c609;
	position: absolute;
	left:42.5%;
	bottom:-39px;
}

.banner-button-container {

}

.banner-button-wrap {
	display: inline-block;
	padding: 0 20px;
    margin: 20px 0;
    text-align: center;
}

.banner-button a {
    border-radius: 3px;
	font-weight: 400;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 20px;
    display: block;
    min-width: 150px;
    text-align: center;
}

.banner-button a.yellow-button {
	background-color: #FFC72A;
	color: #0f2453;
    border: 2px solid #FFC72A;
}

.banner-button a.yellow-button:hover {
	background-color: #FFEB3B;
	color: #0f2453;
    border: 2px solid #FFEB3B;
}

.banner-button a.white-button {
	background-color: rgba(255,255,255,0);
	color: #fff;
    border: 2px solid #fff;
}

.banner-button a.white-button:hover {
	background-color: rgba(255,255,255,0.3);
}

/* image text block */

.image-text-container tbody {
    border-bottom: none;
}

.image-text-container td {
    border-top: none;
}

.image-container {
	width: 50%;
	overflow: hidden;
    position: absolute;
    height: 100%;
    padding: 0;
}

.image-container.image-right {
	right: 0;
}

.text-container {
	padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.image-text-image {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    z-index: 0;
    /*background-position: 50% 50% !important;*/
}

.image-text-title {
	position: relative;
	margin-bottom: 80px;
	max-width: 600px;
}

.image-text-title:after {
	padding: 0;
    margin: 0;
    display: block;
    content: "";
    width: 20%;
    max-width: 60px;
    height: 2px;
    background-color: #0f2453;
    position: absolute;
    left: 0;
    bottom: -39px;
}

.image-text-text {
    display: inline-block;
    position: relative;
    margin: 0;
    max-width: 595px;
	width: 50%;
    min-height: 400px;
}

.image-text-text.text-left {
	padding: 80px 60px 80px 20px;
}

.image-text-text.text-right {
	padding: 80px 20px 80px 60px;
	margin-left: 50%;
}

.text-button-button {
    display: inline-block;
    margin: 20px 0;
}

.text-button-button a,
.left-button-wrap a {
	background-color: #FFC72A;
    color: #0f2453;
    border: 2px solid #FFC72A;
    border-radius: 3px;
	font-weight: 400;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 30px;
    display: block;
    min-width: 185px;
    text-align: center;
}

.text-button-button a:hover,
.left-button-wrap a:hover {
	background-color: #FFEB3B;
	color: #0f2453;
    border: 2px solid #FFEB3B;
}

/* Title text block */

.title-text-container {
	text-align: center;
	margin: 60px auto 0;
	max-width: 800px;
}

.title-text-title {
	font-family: 'klavika-medium', sans-serif;
	position: relative;
	margin-bottom: 80px;
}

.title-text-title:after {
	padding:0;margin:0;display:block;/* not really needed */
	content: "";
	width: 7.5%;
	height: 2px;
	background-color: #0f2453;
	position: absolute;
	left:46.25%;
	bottom:-39px;
}

.title-text-text {
	font-weight: 400;
	margin-bottom: 40px;
}

/* Grey Banner Title */

.grey-banner-title-text-container {
	background-color: #f3f3f3;
	padding: 60px 0;
}

.grey-banner-title-text-container h1 {
	position: relative;
    margin-bottom: 80px;
}

.grey-banner-title-title:after {
    padding: 0;
    margin: 0;
    display: block;
    content: "";
    width: 20%;
    max-width: 60px;
    height: 1px;
    background-color: #0f2453;
    position: absolute;
    left: 0;
    bottom: -39px;
}

/* content with image background */

.content-with_bk_image-container {
	padding: 90px 0;
}

.content-with_bk_image-container .image-link {
	/*float: left;*/
}

.logo-background {
	background-image: url("/wp-content/themes/paladin/images/industry-background.jpg");
	background-size: cover;
    background-position: center;
}

.content-with-background-title {
	color: #f0c609;
	font-family: 'klavika-medium', sans-serif;
	font-weight: normal;
	font-size: 32px;
	text-transform: capitalize;
	text-align: center;
}

.content-with-background-text {
	color: #fff;
	max-width: 580px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: center;
}

.content-with_bk_image-name {
	color: #fff;
	font-family: 'klavika-regular' , sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.2;
	text-transform: capitalize;
	text-align: center;
	position: relative;
}

.content-with_bk_image-name:hover {
	color: #f0c609;
}

.content-with_bk_image-name:hover:after {
    padding: 0;
    margin: 0;
    display: block;
    content: "";
    width: 36%;
    height: 1px;
    background-color: #f0c609;
    position: absolute;
    left: 32%;
    bottom: -10px;
}

.content-with_bk_image-container .image-link:hover .content-with_bk_image-name {
	color: #f0c609;
}

.content-with_bk_image-container .image-link:hover .content-with_bk_image-name:after {
    padding: 0;
    display: block;
    content: "";
    width: 70px;
    height: 1px;
    background-color: #f0c609;
    position: absolute;
	left: 50%;
	margin: 0 0 0 -35px;
    bottom: -10px;
}

.content-with-bk-image-block {
    position: relative;
    height: 100%;
    padding: 100px 0;
    margin: 0;
    width: 100%;
    float: left;
}

.content-with-bk-image-content {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.content-with-bk-image-content p {
	color: #fff;
	font-weight: 300;
	font-size: 20px;
}

.content-with-bk-image-content blockquote::before {
	color: #f0c609;
	font-size: 60px;
    font-size: 6rem;
    left: -40px;
    position: relative;
    top: -15px;
}

.content-with_bk_image-container .content-image-blocks-row li.content-col {
	display: inline-block;
    padding: 0 20px;
    min-height: 230px;
    vertical-align: text-bottom;
}

.content-with_bk_image-container .content-image-blocks-row li.content-col.items-per-row-1 {
    width: 100%;
}

.content-with_bk_image-container .content-image-blocks-row li.content-col.items-per-row-2 {
    width: 50%;
}

.content-with_bk_image-container .content-image-blocks-row li.content-col.items-per-row-3 {
    width: 33.33%;
}

.content-with_bk_image-container .content-image-blocks-row li.content-col.items-per-row-4 {
    width: 25%;
}

.content-with_bk_image-container .content-image-blocks-row li.content-col.items-per-row-5 {
    width: 20%;
}

ul.content-image-blocks-row {
	margin-top: 40px;
	text-align: center;
}

.content-with_bk_image-item .text-area {
	margin-top: 20px;
}

/* call to action banner */

.call-to-action-centered {
	text-align: center;
    max-width: 750px;
    margin: 0 auto;
}

.call-to-action-title {
	color: #f0c609;
	font-family: 'klavika-light' , sans-serif;
	font-weight: normal;
	font-size: 44px;
	line-height: 44px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.call-to-action-content {
	color: #fff;
	font-weight: 300;
	font-size: 20px;
}

.call-to-action-columns {
	display: table;
	width: 100%;
}

.call-to-action-left-content {
	display: table-cell;
    width: 66.6%;
    padding-right: 20px;
}

.call-to-action-right-content {
	display: table-cell;
	width: 33.3%;
	vertical-align: middle;
	padding-left: 20px;
}

.call-to-action-button-wrap {
	display: inline-block;
    margin: 40px 0;
    text-align: center;
}

.call-to-action-centered .call-to-action-button {
	display: inline-block;
    text-align: center;
}

.call-to-action-button a,
input[type=submit]#gform_submit_button_5 {
	background-color: #FFC72A;
	color: #0f2453;
    border: 2px solid #FFC72A;
    border-radius: 3px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 30px;
    display: block;
    min-width: 185px;
	width: auto!important;
    text-align: center;
}

.call-to-action-button a:hover,
input[type=submit]#gform_submit_button_5:hover {
	background-color: #FFEB3B;
	color: #0f2453;
    border: 2px solid #FFEB3B;
}

/* Video Rows */

/* image columns - 3 - 4 images */

.video-col.cols-1 {
	float: left;
	width: 100%;
}

.video-col.cols-2 {
	float: left;
	width: 50%;
}

.video-col.cols-3 {
	float: left;
	width: 33.33%;
}

.video-col.cols-4 {
	float: left;
	width: 25%;
}

.video-col.cols-5 {
	float: left;
	width: 20%;
}

/* ten reasons */

.ten-reasons p {
	margin: 0;
}

.ten-reasons dl {
	margin: 0;
}

.numbered-paragraph-first {
    counter-reset: my-counter;
}

.numbered-paragraph-second {
    counter-reset: my-other-counter 5;
}

.numbered-paragraph dt:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'klavika-light', Sans-Serif;
	font-size: 30px;
	width: 50px;
	height: 50px;
	border: 1px solid #0c2149;
	border-radius: 50%;
	text-align: center;
}

.numbered-paragraph-first dt:before {
    content: counter(my-counter);
    counter-increment: my-counter;
}

.numbered-paragraph-second dt:before {
    content: counter(my-other-counter);
    counter-increment: my-other-counter;
}

.numbered-paragraph dt {
	color: #3a3a3a;
    position: relative;
    font-weight: 400;
    font-size: 22px;
    line-height: 50px;
}

.numbered-paragraph dt {
    padding-left: 70px;
    margin-top: 40px;
}

.numbered-paragraph dd {
    margin-left: 70px;
}

.ten-reasons-container .full-section-wrap {
	display: table;
	width: 100%;
}
.ten-reasons.text-container-left {
	width: 50%;
    display: table-cell;
	vertical-align: top;
}

.ten-reasons.text-container-right {
	width: 50%;
    display: table-cell;
    background-size: cover;
    height: 100%;
	vertical-align: top;
}

.ten-reasons-left-wrap {
	max-width: 600px;
	float: right;
	padding: 60px 60px 60px 20px;
}

.ten-reasons-right-wrap {
	max-width: 600px;
	padding: 60px;
	margin-top: 105px;
}

.ten-reasons.text-container-right.noImage {
	background-image: none!important;
}


/**** 2021 Changes ****/

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

/*home banner with text*/
.banner-with-content-container {
	position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*.banner-with-content-container:before {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.5);
}*/

.banner-with-content-block {
	position: relative;
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 40px;
    text-align: center;
}

/*Services Block */

.services-blocks-container {
	padding: 50px 0;
}

.services-blocks-heading-container {
	text-align: center;
}

.service-block-wrap {
	display: flex;
	flex-wrap: wrap;
}

.services-block-link-container {
	width: 50%;
	padding: 30px 40px;
}

.services-block-container {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 85%;
}

.services-block-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15,36,83,0.67);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.services-block-container:hover:before {
    opacity: 0.5;
}

.services-block-heading-container {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	padding: 40px;
	text-align: center;
}

.services-block-heading {
	color: #fff;
	font-family: 'klavika-regular', sans-serif;
	margin: 0;
}

/*image with text*/
.image-with-content-container {
	position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-with-content-container .content-container {
	background-color: rgba(255,255,255,0.7);
	width: 50%;
	float: right;
}

.image-with-content-container .content-wrap {
	max-width: 660px;
    padding: 150px 80px 130px 80px;
}

/* Single video - for careers */

.single-video-container {
	padding: 50px 0 120px;
	text-align: center;
}

/* Careers Content Blocks */
.careers-content-container {
	padding: 50px 0;
}

.careers-content-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.careers-content-item {
	width: 33.33%;
    min-width: 320px;
    padding: 40px;
}

.careers-content-title {
    position: relative;
    margin-bottom: 80px;
}

.careers-content-title:after {
    padding: 0;
    margin: 0;
    display: block;
    content: "";
    width: 7.5%;
    height: 2px;
    background-color: #0f2453;
    position: absolute;
    left: 0;
    bottom: -39px;
}

.left-button-wrap a {
	display: inline-block;
}

/* Image Blocks */
.image-block-container {
	padding: 50px 0;
}

.image-block-wrap {
	display: flex;
}

.image-block-wrap .image-wrap {
	flex: 1 1 0;
}

.image-block-wrap .image-wrap img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* image and Text blocks */

.image-and-link-blocks-container {
	padding: 0 20px;
}

.image-and-link-blocks-wrap {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.image-and-link-block-container {
	width: 25%;
	padding: 40px;
}

/* Video Block */

.video-item-block {
	padding: 0 20px;
}

/* Featured Staff Testimonial Slider */
.featured-staff-testimonial-slider-container {
	padding: 50px 0;
}

.featured-staff-testimonial-slider-wrap {
	padding-top: 30px;
}

.featured-staff-testimonial-item-container {
	width: 100%;
    height: 50vw;
	min-height: 600px;
}

/*.featured-staff-testimonial-item-container {
	background-position: left top;
    background-size: 60%;
    background-repeat: no-repeat;
    height: 50vw;
    max-height: 650px;
}*/

.featured-staff-testimonial-image-container {
	position: absolute;
    height: 50vw;
	min-height: 600px;
    width: 60vw;
}

.featured-staff-testimonial-image-container img {
	height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: top center;
}

.featured-staff-testimonial-container {
	width: 100%;
}

.featured-staff-testimonial-text-container {
	background-color: #0f2453;
    border-top: 40px solid #ffc829;
    width: 50%;
    height: 100%;
    float: right;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
	padding: 40px 20px 40px 10%;
}

.featured-staff-testimonial-text-wrap {
	position: relative;
	max-width: 600px;
    width: 100%;
}

.featured-staff-testimonial-slider-testimonial {
	position: relative;
	color: #fff;
	font-style: italic;
}

.featured-staff-testimonial-slider-testimonial:before {
	content: '';
	background-image: url('/wp-content/themes/paladin/images/left-quote-icon.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
    top: -50px;
    left: -30px;
    width: 40px;
    height: 30px;
}

.featured-staff-testimonial-slider-testimonial:after {
	content: '';
	background-image: url('/wp-content/themes/paladin/images/right-quote-icon.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
    bottom: -120px;
    right: 0;
    width: 40px;
    height: 30px;
}

.featured-staff-testimonial-slider-author {
	color: #ffc829;
	font-weight: 600;
	margin-top: 50px;
}

.featured-staff-testimonial-slider-position {
	color: #ffc829;
}

/* Staff Carousel */

.staff-testimonial-list-item-container {
	max-width: 33.33vw;
	min-width: 33.33vw;
}

.staff-testimonial-item-container {
	padding: 30px;
}

.staff-testimonial-image-container {
	margin-bottom: 20px;
}

.staff-testimonial-image-container img {
	border-radius: 50%;
    object-fit: cover;
    width: 200px;
    height: 200px;
	margin: 0 auto;
}

.staff-testimonial-text-container {
	text-align: center;
}

.staff-testimonial-slider-author {
	font-family: 'klavika-medium', sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    text-transform: uppercase;
	margin-bottom: 20px;
}

.staff-testimonial-slider-position {
	font-family: 'klavika-light', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
	margin-bottom: 60px;
}

/* new awards block */
.awards-blocks-container {
	padding: 50px 0;
}

.awards-items-container {
	max-width: 900px;
    margin: 0 auto;
}

.awards-blocks-container .awards-block {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0;
}

.awards-blocks-container .awards-image-wrap {
    width: 30%;
    padding: 0 20px;
}

.awards-blocks-container .awards-content-container {
    width: 70%;
    padding: 0 20px;
}

.awards-blocks-container .awards-title-wrap {
    margin-bottom: 20px;
}

.awards-blocks-container h2.award-title {
    margin-bottom: 10px;
}

/* Our Companies Block */
.our-companies-blocks-container {
	padding: 50px 0;
}

.our-companies-main-heading {
	text-align: center;
}

.our-companies-head-paragraph {
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
}

.our-companies-block-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.our-companies-item-container {
	width: 25%;
    min-width: 250px;
    padding: 40px;
	text-align: center;
}

.our-companies-logo {
	height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-companies-name {
	text-transform: uppercase;
}

.our-companies-text {
	min-height: 150px;
}

/**** end 2021 chages ****/

.blog-block-extract strong{
	font-weight:400!important;
}

/* footer location block */

.location-container table {
	height: 100%;
}

.location-text {
	display: inline-block;
    position: relative;
    margin: 0;
    max-width: 595px;
	width: 100%;
    min-height: 500px;
	float: right;
	padding: 80px 60px 80px 20px;
}

.location-map-image {
	position: relative;
    height: 100%;
    padding: 0;
    margin: 0;
    background-size: cover;
    background-position: center;
    width: 50%;
}

.location-map-image iframe {
	display: block;
	min-height: 400px;
}

/* 2022 University of Paladin page */
.uni-banner-image-block{
	position: relative;
	display: flex;
	align-items: center;
	min-height: 500px;
	overflow: hidden;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.uni-banner-image-block:before {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15, 36, 83 ,0.67);
    opacity: 1;
}

.uni-banner-image-text-content-block {
	position: relative;
    display: flex;
    align-items: center;
    min-height: 500px;
    max-width: 1200px;
    margin: 50px auto;
    overflow: hidden;
}

.uni-banner-image-text-content img {
	width: 100%;
}

.uni-banner-image-text-content {
	color: #fff;
    text-transform: none;
    top: 0;
	width: 50%;
}

.align-right{
	margin-left:50%;
}

.uni-banner-image-text-wrap {
	max-width: 1200px;
    margin: 50px auto;
}

.uni-banner-image-title {
	position: relative;
	width: 100%;
	max-width: 900px;
	color: #fff;
	font-size: 43px;
	letter-spacing: 2px;
    padding: 0 20px;
	margin-bottom: 80px;
}

.uni-banner-image-text-content.aligncenter .uni-banner-image-title {
	max-width: 100%;
}

.uni-banner-image-title:after {
	padding:0;margin:0;display:block;/* not really needed */
	content: "";
	width:15%;
	height:2px;
	background-color: #f0c609;
	position: absolute;
	left: 20px;
	bottom:-39px;
}

.uni-banner-image-text {
	position: relative;
	width: 100%;
    max-width: 800px;
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	font-weight: normal;
	padding: 0 20px;
}

.uni-banner-image-text a {
	color: #fff;
}

.uni-banner-image-text-content.aligncenter .uni-banner-image-text {
    max-width: 100%;
}

.uni-banner-image-text-content.aligncenter {
	text-align: center;
}

.aligncenter .uni-banner-image-title {
	margin: 0 auto 80px;
}

.aligncenter .uni-banner-image-text, .aligncenter .call-to-action-button {
	margin: 0 auto;
}

.aligncenter .uni-banner-image-title:after {
	padding:0;margin:0;display:block;/* not really needed */
	content: "";
	width:15%;
	height:2px;
	background-color: #f0c609;
	position: absolute;
	left:42.5%;
	bottom:-39px;
}

.uni-banner-button-container {

}

.uni-banner-button-wrap {
	display: inline-block;
	padding: 0 20px;
    margin: 20px 0;
    text-align: center;
}

.uni-banner-button a {
    border-radius: 3px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 20px;
    display: block;
    min-width: 150px;
    text-align: center;
}

.uni-banner-button a.yellow-button {
	background-color: #FFC72A;
	color: #0f2453;
    border: 2px solid #FFC72A;
}

.uni-banner-button a.yellow-button:hover {
	background-color: #FFEB3B;
	color: #0f2453;
    border: 2px solid #FFEB3B;
}

.uni-banner-button a.white-button {
	background-color: rgba(255,255,255,0);
	color: #fff;
    border: 2px solid #fff;
}

.uni-banner-button a.white-button:hover {
	background-color: rgba(255,255,255,0.3);
}

/* image text block */

.uni-page-image-text-container tbody {
    border-bottom: none;
}

.uni-page-image-text-container td {
    border-top: none;
}

.uni-page-image-container {
	width: 50%;
	overflow: hidden;
    position: absolute;
    height: 100%;
    padding: 0;
}

.uni-page-image-container.image-right {
	right: 20px;
}

.uni-page-text-container {
	padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.uni-page-image-text-image {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    z-index: 0;
    margin: 20px;
    /*background-position: 50% 50% !important;*/
}

.uni-page-image-text-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15,36,83,0.67);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.uni-page-image-text-title {
	position: relative;
	margin-bottom: 80px;
	max-width: 600px;
}

.uni-page-image-text-title:after {
	padding: 0;
    margin: 0;
    display: block;
    content: "";
    width: 20%;
    max-width: 60px;
    height: 2px;
    background-color: #0f2453;
    position: absolute;
    left: 0;
    bottom: -39px;
}

.uni-page-image-text-text {
    display: inline-block;
    position: relative;
    margin: 0;
    max-width: 595px;
	width: 50%;
    min-height: 400px;
}

.uni-page-image-text-text.text-left {
	padding: 80px 60px 80px 20px;
}

.uni-page-image-text-text.text-right {
	padding: 80px 20px 80px 60px;
	margin-left: 50%;
}

.uni-page-text-button-button {
    display: inline-block;
    margin: 20px 0;
}

.uni-page-text-button-button a,
.left-button-wrap a {
	background-color: #FFC72A;
    color: #0f2453;
    border: 2px solid #FFC72A;
    border-radius: 3px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 30px;
    display: block;
    min-width: 185px;
    text-align: center;
}

.uni-page-text-button-button a:hover,
.left-button-wrap a:hover {
	background-color: #FFEB3B;
	color: #0f2453;
    border: 2px solid #FFEB3B;
}

/*Image Block */

.uni-image-blocks-container {
	padding: 50px 0;
}

.uni-image-blocks-heading-container {
	text-align: center;
}

.uni-image-block-wrap {
	display: flex;
	flex-wrap: wrap;
}

.uni-image-block-link-container {
	width: 50%;
	padding: 30px 40px;
}

.uni-image-block-container {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 85%;
}

.uni-image-block-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15,36,83,0.67);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.uni-image-block-container:hover:before {
    opacity: 0.5;
}

.uni-image-block-heading-container {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	padding: 40px;
	text-align: center;
}

.uni-image-block-heading {
	color: #fff;
	font-family: 'klavika-regular', sans-serif;
	margin: 0;
}

/* video block */
.uni-page-title-text-container {
	text-align: center;
	margin: 60px auto 0;
	max-width: 800px;
}

.uni-page-title-text-title {
	font-family: 'klavika-medium', sans-serif;
	position: relative;
	margin-bottom: 80px;
}

.uni-page-title-text-title:after {
	padding:0;margin:0;display:block;/* not really needed */
	content: "";
	width: 7.5%;
	height: 2px;
	background-color: #0f2453;
	position: absolute;
	left:46.25%;
	bottom:-39px;
}

.uni-page-title-text-text {
	font-weight: 400;
	margin-bottom: 40px;
}

.uni-page-video-container {
	text-align: center;
}

.uni-page-embed-container {
    position: relative!important;
    padding-bottom: 60px;
    overflow: hidden;
    max-width: 80%;
    margin: 0 auto;
}


/* end of University of Paladin page */

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
/* MOVE BACK TO STYLE.CSS? */

.footer-social-icon-container {
	text-align: right;
}

.footer-social-icon-title {
	color: #0f2453;
  font-weight: 400;
    font-size: 22px;
	line-height: 22px;
    margin-bottom: 15px;
}

.footer-social-media-icons a {
	display: inline-block;
	padding-left: 10px;
}

.footerwidgetheader-container .wrap {
	max-width: 100%;
}

.location-sub-title {
	color: #0f2453;
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 10px;
}

.location-container ul &gt; li {
    margin-bottom: 0;
    padding-bottom: 0;
}

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

.footer-widgets-1 {
	width: 100%;
	padding: 0 20px;
}
/* END MOVE BACK TO STYLE.CSS? */

/* footer email sign up form */
/* MOVE BACK TO STYLE.CSS? */

h3.footer-heading {
	color: #0f2453;
    font-family: 'klavika-light',sans-serif;
	font-size: 32px;
    font-size: 3.2rem;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 20px;
}

.footer-widgets-1 .gf_browser_chrome.gform_wrapper, .footer-widgets-1 .gform_wrapper {
	float: left;
	width: 100%;
}

.footer-widgets-1 .gform_wrapper.gf_browser_chrome .gform_body, .footer-widgets-1 .gform_wrapper .gform_body {
    width: 65%;
    float: left;
    padding-right: 10px;
}

.footer-widgets-1 .gform_wrapper .gform_footer {
    padding: 0!important;
    margin: 0!important;
    clear: none!important;
    width: 35%!important;
    float: left;
}

.footer-widgets-1 .gform_wrapper .gform_footer input[type="submit"] {
	padding: 13px 30px;
	margin: 0;
}

.footer-widgets-1 .gform_wrapper ul li.gfield {
    margin-top: 0!important;
    padding: 0!important;
}

.footer-widgets-1 .gform_wrapper .top_label div.ginput_container {
    margin-top: 0!important;
}

#gform_wrapper_4{
	margin: 10px 0 0 0;
}

#gform_4{
	/*line-height: 0;*/
}

#gform_submit_button_4{
	width:100%;
}

#input_4_1{
	background-color:#ccc;
	font-weight: bold;
	line-height: 30px;
    padding-left: 15px;
	width: 100%;
	-webkit-appearance: none
}
/* END MOVE BACK TO STYLE.CSS? */

/* # Site Footer &amp;  ## Footer Navigation
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #0f2453;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	text-transform: uppercase;
	line-height: 1;
	padding: 45px 0;
	float:left;
	width:100%;
}

/* 2021 changes */
.site-footer .wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.site-footer .nav-secondary {
	flex: 1;
	width: 50%;


}

.site-footer .genesis-nav-menu a {
	font-family: 'klavika-regular' , sans-serif;
    padding: 0 20px;
    font-size: 15px;
    font-size: 1.5rem;
    text-transform: capitalize;
    line-height: 1;
}

.site-footer .copyright-block {
	padding: 0 20px;
}

.site-footer .copyright-block p {
	margin: 10px 0;
}

/* end 2021 changes */

/* END MOVE BACK TO STYLE.CSS? */

/*** Paladin Bar ***/
.paladin-bar {
	position: relative;
	z-index: 1000;
	width: 100%;
	background: white;
	text-align: center;
	overflow: hidden;
}
.paladin-bar__container {
	padding: 0px 30px;
	max-width: 1210px;
	width: 100%;
	margin: 0px auto;
}
.paladin-bar__toggle {
	background: white;
	cursor: pointer;
	color: #0F2453;
	font-size: 12px;
	letter-spacing: 3.23px;
	line-height: 15px;
	margin: 0px;
	padding: 13px 0px 11px 0px;
	text-transform: uppercase;
}
.paladin-bar__toggle__arrow {
	display: inline-block;
	margin-left: 3px;
}
.paladin-bar__toggle__arrow img {
	width: 9px;
	height: 5px;
	position: relative;
	top: -2px;
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.paladin-bar--active .paladin-bar__toggle__arrow img {
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.paladin-bar__logos {
	border-top: 2px solid #0F2453;
		text-align: center;
}
.paladin-bar__logos &gt; a {
	display: inline-block;
	margin: 20px 0px;
		font-weight: 700;
		width: 25%;
		float: left;
		text-align: center;
		border-right: 1px solid #0F2453;
}
.paladin-bar__logos a:last-child {
	border-right: 0px solid #0F2453;
}
.paladin-bar__logos p {
	margin: 0px;
	text-align: left;
	display: inline-block;
	line-height: 20px;
	font-family: 'klavika-medium', sans-serif;
    font-weight: normal;
    font-size: 18px;
}
.paladin-bar__alts {
	position: relative;
	top: 10px;
	pointer-events: none;
}
.paladin-bar__alts a {
	pointer-events: visible;
}
.paladin-bar__logo {
	height: 30px;
	display: inline-block;
	padding: 0px 20px;
}
.paladin-bar__logo--ac {
	height: 40px;
}
.paladin-bar__wrapper {
	position: relative;
	background: white;
	width: 100%;
	height: 0px;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	pointer-events: none;
	overflow: hidden;
}
.paladin-bar--active .paladin-bar__wrapper {
	height: 80px;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	pointer-events: visible;
}
.paladin-bar--active.paladin-bar--alts .paladin-bar__wrapper {
	height: 160px;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	pointer-events: visible;
}

@media (max-width: 760px) {
	.paladin-bar__logos &gt; a {
		width: 50%;
	}
	.paladin-bar__logos &gt; a p {
		width: 110px;
	}
	.paladin-bar__logos &gt; a:first-child {
		margin-bottom: 0px;
		padding-bottom: 20px;
		border-bottom: 1px solid #0F2453;
	}
	.paladin-bar__logos &gt; a:nth-child(2) {
		margin-bottom: 0px;
		padding-bottom: 20px;
		border-bottom: 1px solid #0F2453;
		border-right: 0px solid #0F2453;
	}
	.paladin-bar__logos &gt; a:nth-child(3) {
		margin-top: 0px;
		padding-top: 20px;
	}
	.paladin-bar--active .paladin-bar__wrapper {
		height: 160px;
	}
	.paladin-bar--active.paladin-bar--alts .paladin-bar__wrapper {
		height: 240px;
	}

}

@media (max-width: 360px) {
	.paladin-bar__logos &gt; a p {
		width: auto;
	}
}
/*** End Paladin Bar ***/
/* END MOVE BACK TO STYLE.CSS? */

/* 2021 changes */
@media (max-width: 860px) {

	.services-block-link-container {
		padding: 20px 20px;
	}
}

@media (max-width: 768px) {

	.banner-image-title {
		font-size: 40px;
	}

	h1 {
		font-size: 40px;
		font-size: 4rem;
	}

	h2 {
		font-size: 28px;
		font-size: 2.8rem;
	}

	h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.content-with_bk_image-name {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.image-and-link-block-container {
		width: 50%;
		padding: 20px;
	}

	.single-video-container {
		padding: 80px 0;
	}

	.image-with-content-container {
		border-bottom: 40px solid #ffc829;
	}

	.image-with-content-container .content-container {
		background: rgba(15, 36, 83 ,0.67);
		width: 100%;
		float: left;
	}

	.image-with-content-container .content-wrap {
		max-width: 100%;
		padding: 140px 40px;
		text-align: center;
	}

	.image-with-content-container .image-text-title {
		color: #ffc829;
		text-align: center;
	}

	.image-with-content-container .image-text-title:after {
		background-color: #ffc829;
		left: 40%;
	}

	.image-with-content-container .image-text-block {
		color: #fff;
	}

	.staff-testimonial-slider-author {
		margin-bottom: 0;
	}

	.staff-testimonial-slider-position {
		margin-bottom: 20px;
	}

	.call-to-action-centered {
		padding: 0 20px;
	}

	.featured-staff-testimonial-item-container {
		position: relative;
		height: auto;
	}

	.featured-staff-testimonial-text-wrap {
		text-align: center;
	}

	.featured-staff-testimonial-image-container {
		width: 100%;
		height: auto;
		min-height: 600px;
	}

	.featured-staff-testimonial-image-container img {
		height: 100%;
		object-fit: cover;
		object-position: center;
		min-height: 600px;
	}

	.featured-staff-testimonial-text-container {
		position: relative;
		background: rgba(15, 36, 83 ,0.9);
		border-top: none;
		border-bottom: 40px solid #ffc829;
		width: 100%;
		height: 100%;
		min-height: 600px;
		float: right;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-end;
		clip-path: none;
		padding: 160px 60px 40px 60px;
	}

	.featured-staff-testimonial-slider-testimonial:before {
		top: -20px;
		width: 30px;
		height: 20px;
	}

	.featured-staff-testimonial-slider-testimonial:after {
		bottom: 0;
		right: -20px;
		width: 30px;
		height: 20px;
	}

	.featured-staff-testimonial-slider-author {
		margin-top: 30px;
	}

}

@media (max-width: 680px) {

	.services-block-link-container {
		width: 100%;
	}

	.services-block-heading-container {
		padding: 20px;
	}

	.careers-content-item {
		min-width: 100%;
		padding: 30px 40px;
	}

	.left-button-wrap {
		text-align: center;
	}

}

/* End 2021 changes */

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

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

	.image-text-text {
		min-height: 500px;
	}

	.blog-image-area {
		height: 325px;
	}

	.blog-image-link {
		max-height: 325px;
	}

	.single-post .blog-featured-image {
		max-height: 462px;
	}

	.single-post .blog-featured-image img {
		max-height: 462px;
	}

}

@media only screen and (max-width: 1320px) {

	/*.site-inner,
	.wrap {
		max-width: 1200px;
	}*/

	/*.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content,
	.site-header .widget-area {
		width: 800px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 300px;
	}*/

}


@media only screen and (max-width: 1200px) {

	/*.site-inner,
	.wrap {
		max-width: 960px;
	}*/

	li.left.search {
		left: 0;
	}

	/*.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 720px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}*/

}

@media only screen and (max-width: 1023px) {

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	/* SB added to stop mobile CLS */
	/*.nav-header,
	.nav-primary{
		display: none;
		position: relative;
	}*/

	.site-header {
		background-color: #0c1e46;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.header-image .title-area {
		position: relative;
		width: 100%;
		text-align: center;
	}

	/* 2021 change */
	/* header search */

	.site-header {
		height: 95px;
		border-bottom: none;
	}

	.search-text-wrap {
		display: none;
	}

	.search-form input {
		background-color: #fff;
		border: none;
		color: #2D4B80;
		font-weight: 300;
		font-size: 16px;
		font-size: 1.6rem;
		height: auto;
		font-weight: 400;
		padding: 8px;
		width: 100%;
		-webkit-appearance: none;
	}

	.search-form ::-webkit-input-placeholder {
		color: #2D4B80;
		font-size: 16px;
	}

	.search-form :-moz-placeholder { /* Firefox 18- */
		color: #2D4B80;
		font-size: 16px;
	}

	.search-form ::-moz-placeholder {  /* Firefox 19+ */
		color: #2D4B80;
		font-size: 16px;
	}

	.search-form :-ms-input-placeholder {
		color: #2D4B80;
		font-size: 16px;
	}

	.search-form-submit {
		display: none;
	}

	.site-container.opacity:before {
		content: '';
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(255,255,255,0.7);
		opacity: 1;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		z-index: 10;
	}

	.site-inner {
		position: relative;
	}

	.site-inner.opacity:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(255,255,255,0.7);
		opacity: 1;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		z-index: 10;
	}
	.site-header &gt; .wrap {
		align-items: center;
	}

	.header-widget-area .widget {
		margin-right: 80px;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .widget-area {
    	flex-direction: row;
    }

	.site-header .search-form {
		background-color: #0c1e46;
		border-top: 1px solid #48587a;
		position: absolute;
		top: 95px;
		z-index: 99;
		margin: 0 auto;
		padding: 10px 20px;
	}

	.nav-primary {
		display: block;
		width: 85vw;
		max-width: 1023px;
		max-width: -102.3rem;
		margin: 0;
		padding: 0;
		background-color: #0c1e46;
		position: fixed;
		right: -1023px;
		right: -102.3rem;
		top: 0;
		bottom: 0;
		height: 100vh;
		overflow: auto;
		transition: all 0.3s ease;
		padding: 140px 10px;
		z-index: 200;
	}

	.nav-primary.activated {
		right: 0;
		left: auto;
		box-shadow: 0 0 4rem rgba(42, 49, 57, 0.2);
	}

	/* SB - June 13, 2020 - added inline styles to header.php to hide the navbar on mobile to stop shuffling */

	.js .site-header nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

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

	.nav-primary .genesis-nav-menu &gt; li &gt; a:hover &gt; span:after {
		display: none;
	}

	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	/* 2021 change */
	.menu-toggle {
		position: absolute;
		right: 20px;
		margin-top: -63px;
	    z-index: 1000;
	}

	.site-header .menu-toggle {
		border: 0;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}
	.menu-toggle.activated:before {
		content: "\f335";
	}

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

	#menu-main-nav &gt; .menu-item-has-children &gt; .dashicons-before:before {
		width: auto;
		height: auto;
		font-size: 35px;
	}

	.sub-menu .dashicons-before:before {
		width: auto;
		height: auto;
		font-size: 30px;
	}

	.js .genesis-nav-menu &gt; .menu-item-has-children &gt; .dashicons, .dashicons-before:before {
		width: auto;
		height: auto;
		font-size: 35px;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

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

	.js .nav-primary .genesis-nav-menu .menu-item,
	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 0;
		position: relative;
		text-align: left;
		border-top: 1px solid #17294d;
	}

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

	.js .nav-primary .genesis-nav-menu .menu-item a,
	.js .site-header .genesis-nav-menu .menu-item a {
		border: none;
		padding: 10px 20px;
		width: 100%;
	}

	/*2021 change*/
	.erp-nav-item span:before {
		content: url(/wp-content/themes/paladin/images/erp-icon.png);
		height: 28px;
		margin-top: 0;
		margin-right: 10px;
		float: none;
		vertical-align: -50%;
	}

	.location-nav-item span:before {
		content: url(/wp-content/themes/paladin/images/location-icon.png);
		height: 28px;
		margin-top: 0;
		margin-right: 10px;
		float: none;
		vertical-align: -50%;
	}
	.country-navigation-search-container {
		display: flex;
		align-items: center;
	}

	.country-navigation-container {
		position: relative;
	}
	/*end 2021 change*/
	.js .nav-primary .genesis-nav-menu .menu-item a:hover,
	.js .site-header .genesis-nav-menu .menu-item a:hover {
		background-color: #0f2453;
	}

	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item &gt; a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item &gt; a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu .sub-menu a {
		font-weight: 500;
		font-size: 11px;
	}

	.js .genesis-nav-menu &gt; .menu-item-has-children &gt; a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		padding: 0;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu ul a {
		margin-left: 20px;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}


	.genesis-nav-menu .sub-menu li:first-child {
		padding-top: 0;
	}

	.genesis-nav-menu .sub-menu .sub-menu li:first-child {
		padding-top: 0;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: #0c1e45;
		color: #fff;
		border: 0;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: none;
		color: #fff;
		border: 0;
	}

	.search-link .search-form input[type="submit"] {
		display: none;
	}

	/*2021 change */
	.search-link &gt; a &gt; span,
	.careers-nav-item &gt; a &gt; span,
	.erp-nav-item &gt; a &gt; span {
		display: flex;
		align-items: center;
	}

	.search-link.active:before, li.search-link a:hover:before {
		top: 0;
		height: 0;
	}

	.search-link a.active:before {
		height: 0;
		top: 0;
	}

	li.search-link a:hover:before {
		height: 0;
		top: 0;
	}

	.search-link a.active:after {
		height: 0;
		bottom: 0;
	}

	li.search-link a:hover:after {
		height: 0;
		bottom: 0;
	}

	/*.location-nav-item, .careers-nav-item, .erp-nav-item {
		float: left!important;
	}*/

	.location-nav-item {
		width: 40%;
	}

	.careers-nav-item {
		width: 20%;
		border-left: 1px solid #17294d;
	}

	.erp-nav-item {
		width: 40%;
		border-left: 1px solid #17294d;
	}

	/* acf styling */

	/* image colums */

	.image-col.cols-4 {
		width: 50%;
	}

	/* awards page */

	.awards-image-title-block, .awards-text-button-block {
		display: block;
		width: 100%;
	}

	.awards-text-button-block {
		padding: 0;
	}

	/* blog */

	.progress-descr {
		bottom: 20px;
	}

	.single-post .blog-date {
		width: 15%;
	}

	.single-post .blog-content-section{
		width: 85%;
	}

	.single-post .blog-featured-image img {
		min-height: 400px;
	}

	/* team page */

	.team-images-text-container .fixed-section-wrap {
		padding: 0 0 0 20px;
		display: block;
	}

	.team-images-text-image-block {
		width: 33.33%;
		float: left;
	}

	.team-3-images-1-text-text-block {
		width: 100%;
	}

	.team-4-images-1-text-text-block {
		width: 66.67%;
	}

	/* knowledge center */

	.cd-filter {
		width: 25%;
	}

	.cd-gallery {
		width: 75%;
	}

	.cd-gallery.grid-view .mix {
		width: 33.33%;
	}

	/* location page */

	.locations-landing-list ul &gt; div {
		width: 33.33%;
	}

}

@media only screen and (max-width: 860px) {

	/*body &gt; div {
		font-size: 1.8rem;
	}

	body {
		font-size: 18px;
		font-size: 1.8rem;
	}*/

	/* acf responsive styling */

	/*image text block*/

	.full-section-container .image-text-content-block &gt; li &gt; img {
		min-height: 550px;
	}

	.image-container.image-right,
	.uni-page-image-container.image-right {
		right: 0;
	}

	.image-container,
	.uni-page-image-container {
		position: relative;
		width: 100%;
		padding-bottom: 70%;
	}

	.image-text-text,
	.uni-page-image-text-text {
		max-width: 100%;
		width: 100%;
		float: left;
		min-height: 100%;
	}

	.image-text-text.text-right, .image-text-text.text-left,
	.uni-page-image-text-text.text-right, .uni-page-image-text-text.text-left {
		padding: 40px 20px;
		margin-left: 0;
	}

	.uni-page-image-text-image{
		margin: 0;
	}

	/* 2021 change */
	.image-text-title {
		text-align: center;
	}

	.image-text-title:after {
		right: 0;
		margin: 0 auto;
	}

	/* end 2021 change */
	/*faq and location image text block*/

	.loc-image-text-image, .faq-image-text-image {
		position: relative;
		height: 100%;
		padding-bottom: 50%;
		width: 100%;
		display: block;
	}

	.loc-image-text-text, .faq-image-text-text {
		display: block;
	}

	.faq-image-text-text {
		display: block;
		padding: 40px 20px;
	}

	.loc-get-in-touch.background-grey {
		background: #f3f3f3;
	}

	/* call to action blocks */

	.call-to-action-left-content {
		display: block;
		width: 100%;
		padding-right: 0;
	}

	.call-to-action-right-content {
		display: block;
		width: 100%;
		padding: 0;
	}

	/*background image block */

	.content-with_bk_image-container .content-image-blocks-row li.content-col.items-per-row-3,
	.content-with_bk_image-container .content-image-blocks-row li.content-col.items-per-row-4,
	.content-with_bk_image-container .content-image-blocks-row li.content-col.items-per-row-5 {
		width: 50%;
	}

	/* footer location block */

	.location-text {
		display: block;
		margin: 0;
		max-width: 100%;
		width: 100%;
		min-height: 100%;
		float: none;
		padding: 40px 20px;
	}

	.location-map-image {
		display: block;
		min-height: 400px;
		width: 100%;
	}

	/* end acf styling */


	/* blog */

	.owl-carousel  .owl-wrapper, .owl-carousel  .owl-item {
		/*width: 100%!important;*/
	}

	#carousel-recent-blogs {
		max-height: 100%;
	}

	.carousel-recent-blog-image {
		position: relative;
		max-height: 100%;
		width: 100%;
	}

	.carousel-recent-blog-image a {
		margin: 0;
	}

	.owl-carousel .item img {
		max-height: 100%;
	}

	.carousel-recent-blog-text {
		display: block;
		min-height: 100%;
		max-width: 100%;
		margin-left: 0;
		padding: 60px 20px;
		width: 100%;
	}

	.single-post .blog-socials {
		width: 100%
	}

	.single-post .blog-date {
		width: auto;
		margin-bottom: 20px;
		float:left;
	}

	.single-post .blog-share {
		float:right;
	}

	.single-post .blog-main-container {
		display: block;
	}

	.blog-single-container {
		width: 100%;
	}

	.single-post .blog-content-section {
		width: 100%;
		padding: 0;
	}

	.single-post .blog-sidebar {
		float: left;
		width: 100%;
		margin-top: 0;
	}

	/* careers page */

	.ten-reasons-container .full-section-wrap {
		padding: 40px 20px;
	}

	.ten-reasons.text-container-left {
		width: 100%;
		display: block;
		float: left;
	}

	.ten-reasons-left-wrap {
		max-width: 100%;
		padding: 0;
	}

	.ten-reasons.text-container-right {
		width: 100%;
		display: block;
		float: left;
	}

	.ten-reasons-right-wrap {
		max-width: 100%;
		margin-top: 0;
		float: left;
		padding: 0;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.site-footer .nav-secondary {
		order: 1; /*2021 change */
		width: 100%;
		margin-top: 20px; /*2021 change */
	}

	.footer-widgets-1 {
		text-align: center;
	}

	.footer-social-icon-container {
		text-align: center;
		margin-top: 50px;
	}

	.site-footer .copyright-block {
		width: 100%;
		text-align: center;
		/* margin-top: 20px; 2021 change */
	}

}

@media only screen and (max-width: 768px) {

	/* home */

	/* video */
	.single-video-content {
		position: absolute;
		top: inherit;
		transform: none;
		bottom: 0;
	}

	/* search button */

	.knowledge-centre-search input[type="search"], .header-search-input-wrap input[type="text"] {
		width: 75%;
    }


	.knowledge-centre-search button[type="submit"], .header-search-input-wrap button[type="submit"] {
		width: 25%;
		padding: 15px;
	}

	.knowledge-centre-search input, .header-search-input-wrap input {
		font-size: 24px;
		padding: 15px 20px;
	}

	.knowledge-centre-search button[type="submit"], .header-search-input-wrap button[type="submit"] {
		height: 58px;
	}

		.knowledge-centre-search input, .header-search-input-wrap input {
		height: 58px;
	}

	.fa-4x {
		font-size: 3em!important;
		margin-top: -5px;
	}

	/* careers */

	.image-video-container .full-section-wrap {
		display: block;
		padding: 0 20px;
	}

	.image-video-image-colum {
		width: 100%;
		display: block;
		vertical-align: top;
		height: 250px;
		position: relative;
	}

	.image-video-image-container {
		padding: 0;
		width: 50%;
		height: 100%;
		float: left;
		position: relative;
	}

	.image-video-image-container.top-image {
		padding-right: 10px;
	}

	.image-video-image-container.bottom-image {
		padding-left: 10px;
	}

	.image-video-image-top, .image-video-image-bottom {
		height: calc(100% - 20px);
		width: calc(100% - 10px);
	}

	.image-video-image-bottom {
		bottom: inherit;
	}

	.image-video-col {
		width: 100%;
		display: block;
		float: left;
	}

	/* blog and image rows */

	.image-col.cols-1, .image-col.cols-2, .image-col.cols-3, .image-col.cols-4 {
		width: 100%;
	}

	/* knowledge center */

	.cd-filter {
		width: 30%;
	}

	.cd-gallery {
		width: 70%;
	}

	.cd-gallery.grid-view .mix {
		width: 50%;
	}

	/* location page */

	.locations-landing-list ul &gt; div {
		width: 50%;
	}

	/* testimonials */

	.testimonials-left {
		width: 100%;
		float: left;
		padding: 0 20px 40px;
	}

	.testimonials-left img {
		margin: 0 auto;
	}

	.testimonials-right {
		width: 100%;
		float: left;
		padding: 0 20px;
	}

	/* search Page */
	.sort-by-filter .controls, .sort-by-title {
		width: 100%;
		text-align: left;
	}

	.search-results .sort-section {
		padding: 25px 20px;
	}

	/* footer */

	.footer-widgets-1 .gform_wrapper.gf_browser_chrome .gform_body, .footer-widgets-1 .gform_wrapper .gform_body {
		width: 100%;
		padding-right: 0;
	}

	.footer-widgets-1 .gform_wrapper .gform_footer {
		width: 100%!important;
		text-align: center;
	}

	#gform_submit_button_4 {
		max-width: 200px;
		margin-top: 20px;
		padding: 10px 20px;
	}

	/* 2021 change */
	.staff-testimonial-list-item-container {
	max-width: 50vw;
	min-width: 50vw;
}
}

@media only screen and (max-width: 600px) {
	/* 2021 change */
	.banner-image-block,
	.uni-banner-image-block {
		background-position: center;
	}

	.site-header {
		height: 60px;
		padding: 15px 0;
	}

	.site-header .search-form {
		top: 60px;
	}

	.menu-toggle {
		margin-top: -40px;
	}

	.header-image .site-title img {
		max-width: 105px;
	}

	.location-nav-item,
	.careers-nav-item,
	.erp-nav-item {
		width: 100%;
	}

	.social-header-social-container,
	.social-header-social-container.show {
		background-color: #fff;
		display: flex;
		bottom: 0%;
		right: 0;
		width: 100%;
		position: relative;
		-webkit-box-shadow: none;
		box-shadow: none;
		opacity: 1;
	}

	.social-header-social-wrap {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		padding: 20px;
	}

	/* back to top bar */
	.back-to-top-container.show {
		position: fixed;
		bottom: 0;
		width: 100%;
		max-height: 40px;
		transition: max-height 0.5s ease-out;
		-webkit-transition: max-height 0.5s ease-out;
		z-index: 999;
		height: 35px;
	}

	.back-to-top-container.open-mobile {
		max-height: 100%;
	}

	.mobile-top {
		background-color: #0f2453;
		color: #fff;
		background-size: contain;
		background-repeat: no-repeat;
		font-size: 12px;
		width: 35px;
		height: 35px;
		border-radius: 50%;
		cursor: pointer;
		position: absolute;
		right: 50%;
		transform: translateX(50%);
		top: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.mobile-top:before {
		color: #fff;
		font: normal normal normal 18px/1 FontAwesome;
		content: "\f106";
		height: 12px;
	}

	/* END back to top bar */

	/* end 2021 change */
	.full-section-container .image-text-content-block &gt; li &gt; img {
		min-height: 600px;
	}

	.header-image .site-title {
		float: none;
	}

	.header-image .site-description {
		margin-top: -25px;
		margin-left: 70px;
	}

	/* acf styling */


	/* video */

	.single-video-text {
		color: #fff;
		font-size: 16px;
	}

	.single-video-title {
		font-size: 24px;
	}

	/* awards page */

	.awards-block {
		height: auto;
		width: 100%;
		padding: 30px 0;
	}

	.awards-image-wrap {
		width: 100%;
		padding: 0 0 20px;
	}

	.awards-image-wrap img {
		max-height: 150px;
		margin: 0 auto;
	}

	.awards-content-container {
		width: 100%;
		padding: 0;
	}

	/* industry - expercts section */

	.expert-insight-text {
		display: block;
		width: 100%;
	}

	.expert-insight-text.left {
		padding: 20px;
	}

	.expert-insight-text.right {
		padding: 20px;
	}

	/* team page */

	.team-images-text-container .fixed-section-wrap {
		max-width: 350px;
		padding: 0 20px;
	}

	.team-4-images-1-text-text-block {
		width: 100%;
	}

	.team-images-text-image-block {
		width: 100%;
		float: left;
		padding-right: 0;
	}

	.team-images-text-image-block .team-images-text-image, .team-images-text-image-block .team-images-text-wrap {
		width: 100%;
	}

	.team-3-images-1-text-text-block, .team-4-images-1-text-text-block {
		padding-right: 0;
	}

	/* knowledge center */

	.cd-filter {
		width: 50%;
	}

	.cd-gallery {
		width: 50%;
	}

	.cd-gallery.grid-view .mix {
		width: 100%;
	}

	/* location page */

	.locations-landing-list ul &gt; div {
		width: 100%;
	}

	/* video blocks */

	.video-col.cols-3 {
		float: left;
		width: 100%;
	}

	/* careers page */

	.image-video-image-container {
		width: 100%;
	}

	.image-video-image-container.top-image {
		padding-right: 0;
	}

	.image-video-image-container.bottom-image {
		padding-left: 0;
	}

	.image-video-image-top, .image-video-image-bottom {
		width: 100%;
	}

	/* FAQ section */

	.loc-image-text-image, .faq-image-text-image {
		padding-bottom: 100%;
	}

	/* search page */

	.sort-by-filter {
		width: 100%;
		float: left;
		padding-left: 0;
	}

	.location-nav-item, .careers-nav-item, .erp-nav-item {
		width: 100%;
	}

	.careers-nav-item, .erp-nav-item {
		border-left: none;
	}

}

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

	.full-section-container .image-text-content-block &gt; li &gt; img {
		min-height: 650px;
	}

	.location-nav-item, .careers-nav-item, .erp-nav-item {
		width: 100%;
	}

	.careers-nav-item, .erp-nav-item {
		border-left: none;
	}

	#menu-footer-menu .menu-item {
		padding: 5px 0;
		text-align: center;
	}

	/* acf styling */
	/*background image block */

	.content-with_bk_image-container .content-image-blocks-row li.content-col.items-per-row-2,
	.content-with_bk_image-container .content-image-blocks-row li.content-col.items-per-row-3,
	.content-with_bk_image-container .content-image-blocks-row li.content-col.items-per-row-4,
	.content-with_bk_image-container .content-image-blocks-row li.content-col.items-per-row-5 {
		/*width: 100%; 2021 change */
		padding: 20px 5px; /* 2021 change */
		min-height: 200px;
	}
	/* 2021 change */
	.services-blocks-container {
		padding: 50px 0 0;
	}

	.service-block-wrap {
		padding: 0!important;
	}

	.services-blocks-heading-container {
		padding-bottom: 50px;
	}

	.services-block-link-container {
		padding: 0;
	}

	.banner-image-block .image-text-content,
	.uni-banner-image-block .image-text-content {
		text-align: center;
	}

	.banner-image-title:after,
	.uni-banner-image-title:after{
		right: 20px;
		margin: 0 auto;
	}

	.uni-banner-image-text-content{
		width:100%;
		text-align: center;
	}

	.align-right{
		margin: 0 auto;
	}

	.staff-testimonial-list-item-container {
		max-width: 100vw;
		min-width: 100vw;
	}

	.uni-image-block-link-container {
		width:100%;
	}

	.uni-page-image-container{
		position: relative;
   		width: 100%;
    	padding-bottom: 70%;
	}

	.uni-page-image-text-image{
		margin: 0;
	}

	.uni-page-image-container.image-right{
		right:0;
	}

	 .uni-page-image-text-text{
	 	width: 100%;
	 }

	.uni-page-image-text-text.text-left{
    	padding: 40px 20px;
    	margin-left: 0;
	}

	.uni-page-image-text-text.text-right{
    	padding: 40px 20px;
    	margin-left: 0;
	}

	/* end 2021 change */

	/* video */

	.single-video-text {
		color: #fff;
		font-size: 12px;
	}

	.single-video-title {
		font-size: 18px;
	}

	/* FAQ icons */

	.trigger-button .exp-block-title:before {
		font-size: 10px;
		/* height: 30px; */
		display: inline;
		vertical-align: top;
		/* width: 20px; */
		text-align: center;
		/* margin-right: 20px; */
		cursor: pointer;
		padding: 6px 5px;
	}
	/*2021 change */
	.careers-content-title {
		margin-bottom: 50px;
	}

	.careers-content-title:after {
		bottom: -24px;
	}

	.image-text-title {
		margin-bottom: 50px;
	}

	.image-text-title:after {
		bottom: -24px;
	}

	.title-text-title {
		margin-bottom: 50px;
	}

	.title-text-title:after {
		bottom:-24px;
	}

	.grey-banner-title-text-container h1 {
		margin-bottom: 50px;
	}

	.grey-banner-title-title:after {
		bottom: -24px;
	}

	.text-button-button {
		text-align: center;
		width: 100%;
	}

	.text-button-button a {
		display: inline-block;
	}

	.blog-blocks-row {
		padding-top: 0;
	}

	/* end 2021 change */
}

@media only screen and (max-width: 414px) {
	.country-navigation-container {
		padding: 0;
	}

	.country-navigation-item {
		width: 30px;
	}

	.search-link a {
		padding: 0;
	.knowledge-centre-search input, .header-search-input-wrap input {
		font-size: 20px;
		padding: 17px 20px;
		line-height: 24px;
	}

	/* knowledge center */

	.cd-filter {
		width: 100%;
		padding: 10px 0;
	}

	.cd-gallery {
		width: 100%;
	}

	.cd-gallery.grid-view .mix {
		padding: 10px 0;
	}

	.knowledge-item-wrapper {
		height: 100%;
	}

	/* search page */

	.search-results-main-container .cd-gallery {
		padding: 10px 0;
	}

}

@media only screen and (max-width: 360px) {

	/* 2021 change
	.full-section-container .image-text-content-block &gt; li &gt; img {
		min-height: 900px;
	}

	.menu-toggle {
		right: 0;
		margin-top: 0;
		width: 100%;
		border-radius: 0;
		position: relative;
	}

	.header-widget-area .widget {
		margin-right: 0;
	}*/

}



</pre></body></html>