/*
	Theme Name: Paladin

	Version: 1.0.0

	Template: genesis
	Template Version: 2.2.3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1320px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'klavika-medium';
    src: url('fonts/KlavikaBasic-Medium.otf');
    font-weight: normal;
    font-style: normal;
    font-display:fallback;
}

@font-face {
    font-family: 'klavika-regular';
    src: url('fonts/KlavikaBasic-Regular.otf');
    font-weight: normal;
    font-style: normal;
    font-display:fallback;
}

@font-face {
    font-family: 'klavika-light';
    src: url('fonts/Klavika-Light.otf');
    font-weight: normal;
    font-style: normal;
    font-display:fallback;
}


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

/*html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 20px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}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-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## 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 > 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 > 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;
}

.yellow-button {
	background-color: #FFC72A;
    color: #0f2453;
    border: 2px solid #FFC72A;
    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;
}

.yellow-button:hover,
.yellow-button:focus  {
	background-color: #FFEB3B;
	color: #0f2453;
    border: 2px solid #FFEB3B;
}

.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;
}

/* ## 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;
}

/* ## 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,
.page-template-page_archive .site-inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.entry-title {
	display: none;
}

/* ## Column Widths and Positions
--------------------------------------------- */
.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
--------------------------------------------- */
/* ## 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;
}

/* ## Genesis
--------------------------------------------- */
.banner-breadcrumb {
	padding: 0 20px;
    margin-bottom: 15px;
}

.faq-banner-breadcrumb {
    margin-bottom: 15px;
}

.breadcrumb {
	background-color: transparent;
    color: #fdc82f;
    font-weight: 400;
    font-size: 12px;
    font-size: 1.2rem;
}

.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: #fdc82f;
	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;
}

.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;
}

/*location page*/

.banner-image-block.location-landing-banner-wrap {
	max-height: 650px;
}

.location-landing-banner-text-wrap .banner-image-title {
    max-width: 100%;
    text-align: center;
}

.header-search-input-wrap {
    max-width: 900px;
    margin: 0 auto;
    position: absolute;
    bottom: -100px;
    right: 0;
    left: 0;
}

.location-landing-banner-wrap .image-text-content-block{
	/*min-height:400px;*/
}

.space-20{
	padding:20px;
}

.banner-image-block.full-section-container.location-landing-banner-wrap {
    overflow: inherit;
    float:left;
    width:100%;
}

.header-search-input-wrap input[type="text"] {
    width: 85%!important;
    float: left;
    margin-left: 20px;
    /*color: #ccc;*/
    border: 2px solid #0f2453;
    -webkit-appearance: none;
}

.location-landing-banner-text-wrap input {
    background-color: #e6e6e6;
    color: #ccc;
    font-size: 30px;
    padding: 25px 40px;
    max-width: 860px;
}

 .header-search-input-wrap button[type="submit"] {
    background-color: #ffffff;
    color: #0f2453;
    height: 50px;
    border:none;
}

.header-search-input-wrap .image-text-wrap{
	padding: 40px 20px;
    background-color: #fff;
    border: 2px solid #0f2453;
    margin: 0 auto !important;
}

.header-search-input-wrap .banner-image-text{
	text-align: center;
    color: #0f2453;
}


/* 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;
}*/

.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;
    right: 0;
    margin: 16px auto 0;
}

.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-family: 'proxima_nova_light' , sans-serif;
	font-weight: normal;
	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;
}

/* ## 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 > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-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;
}

/* ## 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;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # 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;
	border-bottom: 1px solid #48587a;
	position: relative;
}

.site-header > .wrap {
	position: relative;
    display: flex;
    padding: 0;
}

.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 {
	float: left;
	width: 200px;
	z-index: 100;
    position: relative;
}

.site-title {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.header-image .site-title > a {
	background-size: contain !important;
	float: left;
	min-height: 60px;
	width: 200px;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */
.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 {
    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;
	float: left;
}

.nav-primary .genesis-nav-menu > li:nth-of-type(1) > a {
	padding: 20px 10px 20px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #f0c609;
	text-decoration: none;
}

.genesis-nav-menu li a span {
	position: relative;
}

.nav-header .genesis-nav-menu li a span {
	display: flex;
    align-items: flex-end;
}

.nav-primary .genesis-nav-menu > li > a:hover > 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 > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .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;
}

/*.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-right: 10px;
}

.login-nav-item span:before {
	content: url(/wp-content/themes/paladin/images/AccountLogin.png);
    height: 28px;
    float: left;
    margin-right: 10px;
}

.pay-nav-item span:before {
	content: url(/wp-content/themes/paladin/images/PayANotice.png);
    height: 28px;
    float: left;
    margin-right: 10px;
}

/* ## Accessible 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;
}

.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;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/*Socialheader/side tabs */
.social-header-social-container {
    display: flex;
	flex-direction: column;
    bottom: 20%;
    right: 0;
    position: fixed;
	opacity: 0;

}

.social-header-social-container.show {
	opacity: 1;
	z-index: 999;
}

.social-header-social-wrap {
	background-color: #0f2453;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 5px;
	margin-bottom:10px;
	-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-icon-item{
	margin: 5px 0;
}

.social-icon-item img {
	width: 50px;
}

.sticky-bar {
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height:22px;
}

.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;
}

/* ie and edge fallback for object-fit*/
.compat-object-fit {
   background-size: cover;
   background-position: center center;
}

.compat-object-fit img {
    opacity: 0;
}

/* ACF styling */
/* General */
.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;
}

.image-fixed-section-wrap {
    max-width: 1200px;
    margin: 0 auto;
	padding: 0;
    overflow: hidden;
}

.narrow-fixed-section-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}

.background-white {
	background-color: #fff;
}

.background-grey {
	background-color: #f3f3f3;
}

.background-blue {
	background-color: #0f2453;
}

.wysiwyg-content ul,
.wysiwyg-content ol {
	margin: 20px 0 20px 30px;
}

.wysiwyg-content ul li {
	list-style-type: disc;
}

.wysiwyg-content ol li {
	list-style-type: decimal;
}

.has-object-fit img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.center-title {
	text-align: center;
}

/* HOME */

.home .banner-breadcrumb {
	display: none;
}

/* Home and standard banner */
.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 {
	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-weight: 400;
	font-size: 20px;
	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 {
	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);
}

/* Title text block */
.title-text-container {
	text-align: center;
	padding-top: 60px;
}

.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: #FFC72A;
	position: absolute;
	left:46.25%;
	bottom:-39px;
}

.line-block {
	background-image: url(/wp-content/themes/paladin/images/Concord-stripe.png);
	background-size: contain;
    background-repeat: repeat-x;
    width: 100%;
    height: 20px;
}

.title-text-text {
	font-weight: 400;
	margin-bottom: 40px;
}

/*Services Block */
.services-blocks-container {
	padding: 50px 0;
}

.services-blocks-heading-container {
	text-align: center;
}

.services-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;
}

/* content with image background */
.content-with_bk_image-container {
	padding: 90px 0;
}

.content-with_bk_image-container.bk_image_with_logos {
	padding: 0;
}

.content-with_bk_image-wrap {
	display: flex;
	flex-wrap: wrap;
}

.bk_image-logo-content{
    position: relative;
    width: 50%;
}

.content-with-background-title {
	position: relative;
	color: #fff;
	font-family: 'klavika-light' , sans-serif;
	margin-bottom: 80px;
    padding: 30px 20px 0 40px;
}

.content-with-background-title:after {
    padding: 0;
    margin: 0;
    display: block;
    content: "";
    width: 20%;
    max-width: 60px;
    height: 2px;
    background-color: #f0c609;
    position: absolute;
    bottom: -39px;
}

.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-item .image-link img{
	max-height: 60px;
	margin: 0 auto;
}

.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 {
    padding: 20px;
    min-height: 230px;
}

.content-with_bk_image-container.none .call-to-action-button-wrap{
	margin-top: 80px;
}

.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 {
	text-align: center;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.content-with_bk_image-item .text-area {
	margin-top: 20px;
}

/* new clients carousel block */
.clients-slider-container {
    padding: 50px 0;
    text-align: center;
}

.clients-slider-container .slick-track {
    display: flex!important;
    align-items: center;
}

.clients-slider-container .slick-initialized .slick-slide {
    padding: 20px 40px;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.client-image-container a img {
	filter: grayscale(100%);
}

.client-image-container a:hover img,
.client-image-container a:focus img {
	filter: grayscale(0);
}

.clients-slider-container .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    z-index: 1;
}

.clients-slider-container .slider-arrow-left.slick-arrow {
    left: 5px;
}

.clients-slider-container .slider-arrow-right.slick-arrow {
    right: 5px;
}

/* Blog Block */
/*.featured-posts-block {
	padding: 50px 0;
}*/

.featured-posts-heading-container {
	text-align: center;
}

.blog-select-container {
	background-color: #e6e6e6;
	padding: 50px 0;
}

.blog-select-wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.blog-select-text {
	font-family: 'klavika-light' , sans-serif;
    font-size: 22px;
    color: #0f2453;
	margin-left: 20px;
}

.blog-select-wrap .blog-select-text, .blog-select-wrap select {
	width: auto;
    display: inline;
}

.blog-select-wrap select, .blog-select-wrap option {
	padding: 10px;
	margin-left: 20px;
	min-width: 280px;
	background-color: #e6e6e6;
    color: #0f2453;
}

.blog-blocks-row {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.blog-blocks-row li {
}

.blog-text-area {
	width: 60%;
	margin: 50px auto 60px;
}

.blog-text-title {
	font-family: 'klavika-light' , sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	color: #0f2453;
	margin-bottom: 15px;
	height: 108px;
    overflow: hidden;
}

.blog-date {
	color: #c8c8c8;
	font-weight: 500;
}

.blog-extract {
	margin-bottom: 35px;
}

.blog-button {
	display: inline-block;
    text-align: center;
}

a.blog-button-link {
	background-color: #fec938;
	color: #0f2453;
    border: 2px solid #fec938;
    border-radius: 3px;
    font-family: 'klavika-medium' , sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 30px;
    display: block;
    min-width: 185px;
    text-align: center;

}

.blog-image-link {
	max-height: 260px;
    overflow: hidden;
    position: relative;
    width: 100%;
	height: 100%;
    display: block;
}

.blog-image-link:before {
    content: '\A';
    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;
}

.blog-image-link img {
    object-fit: cover;
    display: block;
    height: 100%;
}

.blog-image-link:hover:before {
    opacity:0;
}

.blog-image-area {
	position: relative;
	height: 260px;
}

.blog-image-cat {
	color: #f0c609;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 20px;
}

/* call to action banner */
.call-to-action-container.call-to-action-block {
	padding: 90px 0;
}

.call-to-action-container.call-to-action-quote {
	padding: 90px 0 40px;
}

.call-to-action-centered {
	text-align: center;
    max-width: 750px;
    margin: 0 auto;
}

.call-to-action-title {
	position: relative;
	color: #fff;
	font-family: 'klavika-light' , sans-serif;
	font-weight: normal;
	font-size: 44px;
	line-height: 44px;
	text-transform: uppercase;
	margin-bottom: 80px;
}

.call-to-action-title:after {
    padding: 0;
    margin: 0;
    display: block;
    content: "";
    width: 20%;
    max-width: 60px;
    height: 2px;
    background-color: #f0c609;
    position: absolute;
	bottom: -39px;
}

.call-to-action-centered .call-to-action-title:after {
    left: 0;
	right: 0;
	margin: 0 auto;
}

.call-to-action-centered .call-to-action-content {
	margin-bottom: 40px;
}

.call-to-action-content {
	color: #fff;
	font-weight: 300;
	font-size: 20px;
}

.call-to-action-columns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}

.call-to-action-left-content {
    width: 66.6%;
    padding-right: 20px;
}

.call-to-action-right-content {
	width: 33.3%;
	padding-left: 20px;
}

.call-to-action-button-wrap {
	display: inline-block;
    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;
}

/* image and Link 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;
}

/* image text block */
.image-and-text-block-wrap {
	display: flex;
	flex-wrap: wrap;
}

.image-container {
    width: 50%;
	background-size: cover;
    background-repeat: no-repeat;
}

.image-container.image-right {
	order: 1;
}

.text-container {
	width: 50%;
}

.text-container.align-content-right {
	text-align: right;
}

.image-text-title {
	position: relative;
	margin-bottom: 80px;
	max-width: 600px;
}

.background-blue .image-text-title,
.background-blue .image-text-block {
	color: #fff;
}

.image-text-title:after {
	padding: 0;
    margin: 0;
    display: block;
    content: "";
    width: 20%;
    max-width: 60px;
    height: 2px;
    background-color: #f0c609;
    position: absolute;
    left: 0;
    bottom: -39px;
}

.align-content-right .image-text-title:after {
    right: 0;
	left: inherit;
}

.image-text-text {
    max-width: 600px;
	width: 100%;
}

.image-text-text.text-left {
	float: right;
	padding: 80px 60px 80px 20px;
}

.image-text-text.text-right {
	padding: 80px 20px 80px 60px;
}

.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;
}

/* Featured Staff Testimonial Slider */
.featured-staff-testimonial-slider-container {
	padding-top: 50px;
}

.featured-staff-testimonial-slider-wrap {
	padding-top: 30px;
}

.featured-staff-testimonial-item-container {
	width: 100%;
    height: 50vw;
	min-height: 600px;
}

.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;
}

/* Content Blocks */
.content-blocks-container {
	padding: 20px 0;
}

.content-blocks-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.content-block-container {
	width: 33.33%;
    min-width: 320px;
    padding: 40px;
}

.content-block-title {
    position: relative;
    margin-bottom: 80px;
}

.content-block-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 with Content Blocks */
.image-and-contents-blocks-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.image-and-content-block-container {
	flex: 1;
    min-width: 240px;
    padding: 0 40px 60px;
    text-align: center;
}

.image-and-content-block-image {
	margin: 0 auto;
	height: 150px;
	object-fit: cover;
	margin-bottom: 30px;
}

.image-and-content-button-wrap {
	display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* Image with Text Rows */
.image-text-rows-container {
	background-color: #f3f6fd;
	padding: 30px 0;
}

.image-text-row-container {
	padding: 30px 0;
}

.image-text-rows-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.image-text-row-image-container {
	width: 55%;
}

.image-text-row-content-container {
	width: 45%;
}

.image-text-row-image {
	padding: 0 20px;
}

.image-text-row-content-wrap {
	padding: 0 20px;
}

.image-text-row-container:nth-of-type(even) .image-text-row-image-container {
	order: 1;
}

/* Service Blocks */
.service-blocks-container {
	padding: 40px 20px;
}

.service-blocks-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.service-block-container {
	position: relative;
	width: 33.33%;
	padding: 20px 20px 80px;
}

.service-block-image-wrap {
	margin-bottom: 30px;
}

.service-block-image {
	height: calc(22.22vw - 40px)!important;
}

.service-heading {
	position: relative;
	margin-bottom: 80px;
}

.service-heading:after {
    padding: 0;
    margin: 0;
    display: block;
    content: "";
    width: 20%;
    max-width: 60px;
    height: 2px;
    background-color: #f0c609;
    position: absolute;
    bottom: -39px;
}

.service-button-wrap {
	display: flex;
    position: absolute;
    bottom: 20px;
}

/*home banner with text*/
.banner-with-content-container {
	position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.banner-with-content-block {
	position: relative;
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 40px;
    text-align: center;
}


/*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;
}


/* 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;
}



/* 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;
}


/* FAQ Page */
.faq-heading-container {
	background: rgba(15, 36, 83 ,0.67);
	padding: 60px 0;
}

.faq-heading {
	color: #fff;
	margin-bottom: 0;
}

.faq-content-container {
	padding: 60px 0;
}

.faq-block-container {
	margin-bottom: 30px;
}

.faq-block-wrap .trigger-button {
	position: relative;
	background-color: #0f2453;
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 20px 40px;
}

.faq-block-wrap .trigger-button.active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.faq-block-wrap .trigger-button:after {
	position: absolute;
    content: "";
    background-image: url('/wp-content/themes/paladin/images/dropdownArrow.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
    height: 20px;
    bottom: 0;
    right: calc(50% - 15px);
}

.faq-block-wrap .trigger-button.active:after {
	position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 15px solid #0f2453;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    bottom: -30px;
    right: calc(50% - 15px);
}

.faq-block-question {
	color: #fff;
	margin-bottom: 0;
}

.faq-block-answer {
	padding: 40px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35);
}

.faq-block-answer > span {
	float: left;
	margin-right: 3px;
}

/* Team Page */
.page-template-page_team .content {
	padding-bottom: 60px;
}

.team-heading-container {
	text-align: center;
    padding: 30px 0 40px;
}

.page-template-page_team .banner-image-block {
	margin-bottom: 30px;
}

.team-images-text-container {

}

.team-images-text-wrapper,
.team-images-text-wrap {
	display: flex;
	flex-wrap: wrap;
}

.team-images-text-image-block {
    width: calc(20% - 10px);
    min-height: 300px;
    position: relative;
    margin: 5px;
}

.team-images-text-image-block .team-images-text-image {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
}

.team-images-text-image-block .team-images-text-wrap {
	background-color: rgba(15,36,83,0.67);
	color: #fff;
	padding: 10px 15px;
	position: absolute;
	bottom: 0;
    width: 100%;
}

.team-images-text-title-loc {
	font-size: 12px;
}

.team-images-text-name {
	font-family: 'klavika-regular' , sans-serif;
	font-size: 20px;
	width: 100%;
}

.team-3-images-1-text-text-block {
	width: calc(40% - 10px);
	vertical-align: top;
	margin: 5px;
	min-height: 300px;
}

.team-4-images-1-text-text-block {
	width: calc(20% - 10px);
	vertical-align: top;
	margin: 5px;
	min-height: 100%;
}

.team-images-text-text-wrap {
	background-color: #0f2453;
	color: #fff;
	font-size: 14px;
	padding: 30px 15px;
	min-height: 300px;
	float: left;
	width: 100%;
}

.team-images-text-content p {
	margin: 0;
	font-size: 18px;
    font-family: 'klavika-regular' , sans-serif;
}
}

.team-2-images-1-text-text-block{
	width: calc(50% - 10px);
    margin: 5px;
}

.team-images-text-image-block.four-images {
    width: calc(25% - 10px);
    margin: 5px;
}

/* Case Sudiy Pages */

/* Archive Case Study */
.archive-case-study-blocks-container {
	padding: 30px 0;
}

.archive-case-study-blocks-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.archive-case-study-block-container {
	width: 50%;
	padding: 30px;
}

.archive-case-study-block-wrap {
	position: relative;
}

.archive-case-study-block-wrap: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;
}

.archive-case-study-block-wrap:hover:before,
.archive-case-study-block-wrap:focus:before {
	opacity: 0;
}

.archive-case-study-block-image {
	height: 346px;
}

.archive-case-study-block-block-content-container {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}

.archive-case-study-block-block-content-wrap {
	text-align: center;
	padding: 0 20px;
}

.archive-case-study-title {
	color: #fff;
	font-size: 32px;
    font-size: 3.2rem;
	margin-bottom: 20px;
}

.archive-case-study-title:after {
	content: "";
    width: 15%;
    height: 2px;
    background-color: #f0c609;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

/* Single Case Study */
.case-study-heading-and-stats-block-container,
.case-study-heading-block-container {
	padding: 50px 0;
}

.case-study-heading-and-stats-block-wrap {
	display: flex;
	flex-wrap: wrap;
}

.case-study-heading-block-container .case-study-heading {
	width: 100%;
}

.case-study-heading-and-stats-block-container .case-study-heading {
	width: 70%;
	padding-right: 30px;
}

.case-study-stats-container {
	width: 30%;
	padding-left: 30px;
	border-left: 1px solid #0c1e45;
}

.case-study-stats-item-container {
	margin-bottom: 10px;
}

.case-study-stat {
	display: inline-block;
	font-size: 32px;
    font-size: 3.2rem;
	line-height: normal;
	margin-right: 10px;
}

.case-study-descr {
	display: inline-block;
	line-height: 26px;
}

.case-study-challenge-block-container {

}

.case-study-challenge-block-wrap {
	display: flex;
	flex-wrap: wrap;
}

.case-study-challenge-content-wrap {
	width: 50%;
	padding: 30px 0;
}

.case-study-challenge-img {
	width: 50%;
	padding-left: 30px;
}

.case-study-solution-block-container {
	padding-bottom: 50px;
}

.case-study-solution-block-wrap {
	display: flex;
	flex-wrap: wrap;
}

.case-study-solution-content-wrap {
	width: 50%;
	padding: 30px 0;
}

.case-study-solution-img {
	width: 50%;
	padding-right: 30px;
}

.case-study-result-block-container {
	padding-bottom: 50px;
}

.case-study-result-block-wrap {
	border-left: 1px solid #0c1e45;
	border-right: 1px solid #0c1e45;
	padding: 20px;
}

.call-to-action-container {
	padding: 90px 0;
}

.case-study-related-post-container {
	padding: 30px 0;
}

.related-case-study-blocks-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.related-case-study-block-container {
	width: 33.33%;
	padding: 20px;
}

.related-case-study-block-image-container {
	height: 250px;
	margin-bottom: 20px;
}

.related-case-study-title {
	position: relative
}

.related-case-study-title:after {
    content: "";
    width: 15%;
    height: 2px;
    background-color: #f0c609;
    position: absolute;
    left: 0;
    bottom: -9px;
}

/* Contact Page */
.contact-blocks-container {
	padding: 30px 0;
}

.contact-block-container {
	padding: 30px 0;
}

.contact-block-content-wrap {
	display: flex;
    flex-wrap: wrap;
}

.contact-block-item {
	width: 33.33%;
	text-align: center;
    padding: 20px;
}

.phone-type-phone:before {
	content:'Phone: ';
}

.phone-type-toll-free:before {
	content:'Toll Free: ';
}

.phone-type-fax:before {
	content:'Fax: ';
}

.contact-icon {
	padding: 10px;
    margin-bottom: 10px;
}

.contact-icon img {
	width: 100px;
    margin: 0 auto;
}

/* Blog blocks */
ul.image-blocks-row {
	float: left;
    width: 100%;
}

.image-col {
	text-align: center;
}

.image-col .text-area {
	padding: 60px 30px;
}

.image-col img {
	width: 100%;
}

.image-col.cols-1 {
	float: left;
	width: 33.33%;
}

.image-col.cols-2 {
	float: left;
	width: 33.33%;
}

.image-col.cols-3 {
	float: left;
	width: 33.33%;
}

.image-col.cols-4 {
	float: left;
	width: 25%;
}


/*featured blog post carousel - on blog archive*/
#carousel-recent-blogs {

}

.carousel-recent-blog-section {
	display: flex!important;
	flex-wrap: wrap;
	align-items: center;
}

.carousel-recent-blog-image {
	position: relative;
	width: 50%;
	height: 500px;
}

.carousel-recent-blog-image a{
	width: 100%;
    height: 100%;
	margin: 0;
}

.carousel-recent-blog-image a:before {
	content: '';
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    background: rgba(15,36,83,0.67);
    opacity: 1;
}

.carousel-recent-blog-text {
	position: relative;
	width: 50%;
	padding: 30px 20px 30px 75px;
}

.carousel-recent-blog-title {
	position: relative;
	margin-bottom: 80px;
	max-width: 600px;
}

.carousel-recent-blog-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;
}

.carousel-recent-blog-image-cat {
	color: #fff;
    opacity: 1;
    font-family: 'klavika-regular', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-size: 1.6rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    text-align: left;
    bottom: 0px;
    padding-top: 22px;
    padding-bottom: 22px;
	padding-left: 10px;
    max-width: 600px;
    right: 0;
}

.carousel-recent-blog-date {
	color: #c8c8c8;
	font-weight: 500;
	margin-bottom: 20px;
}

.owl-buttons {
	display:none;
}

.progress-descr {
	margin-top: 40px;
}

.owl-carousel-arrows {
	display:inline;
}

.owl-carousel-arrows .dashicons, #slide-count {
	font-weight: 600;
}

.owl-carousel-arrows .dashicons.dashicons-arrow-left-alt {
	margin-right: 10px;
}

.owl-carousel-arrows .dashicons.dashicons-arrow-right-alt {
	margin-left: 10px;
}

/*single blog page*/

.single-post .blog-banner-block {
	background-color: #10275b;
	overflow: hidden;
}

.single-post .blog-banner-text-wrap {
	max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
	text-align: center;
}

.single-post .blog-banner-text-wrap .banner-image-title {
    max-width: 100%;
	text-align: left;
}

.single-post .blog-banner-text-wrap .banner-image-title:after {
    padding: 0;
    margin: 0;
    display: block;
    content: "";
    width: 15%;
    height: 1px;
    background-color: #f0c609;
    position: absolute;
    left: 20px;
    bottom: -39px;
}

.single-post .blog-main-container{
	float: left;
	width: 100%;
	display: flex;
}

.blog-single-container {
	float: left;
	width: 66.67%;
	background-color: #f3f3f3;
}

.single-post .blog-featured-image {
	max-height: 370px;
    overflow: hidden;
}

.single-post .blog-featured-image img {
	object-fit: cover;
    display: block;
    position: relative;
	max-height: 370px;
}

.single-post .blog-content-container {
	width: 100%;
	position: relative;
}

.single-post .blog-wrapper {
	float: right;
    width: 100%;
    padding: 40px 20px;
    max-width: 876px;
}

.single-post .blog-socials {
	float: left;
	width: 10%;
}

.single-post .blog-date {
	font-family: 'klavika-light' , sans-serif;
	color: #0f2453;
	text-align: center;
	padding: 10px 15px;
	border: 1px solid #c8c8c8;
}

.single-post .blog-share {
	text-align: center;
	padding: 20px 15px;
}

.single-post .blog-share .addtoany_list a {
	padding: 5px;
}

.single-post .blog-date .blog-month {
	font-size: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #c8c8c8;
}

.single-post .blog-date .blog-day {
	font-size: 40px;
	line-height: 1;
}

.single-post .blog-content-section{
	float: right;
    padding: 0 80px 0 40px;
    width: 90%;
}

.blog-author-container {
	border-top: 1px solid #0c1e45;
	margin: 30px 0;
	padding-top: 10px;
}

.blog-author {
	color: #000;
	text-transform: uppercase;
}

.blog-author-info {
	font-style: italic;
}

/* blog sidebar */

.single-post .blog-sidebar {
    float: right;
    width: 33.33%;
	/*margin-top: -52px;*/
	z-index: 10;
    position: relative;
}

.single-post .blog-sidebar-title{
	background-color: #0c1e45;
	color: #fff;
	font-family: 'klavika-medium', sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
	text-align: center;
	padding: 15px;
	margin: 0;
}

.single-post .related-blog-image-area {
    position: relative;
    height: 250px;
}

.single-post .blog-sidebar img {
    width: 100%;
}

.single-post .related-blog-text-area {
	padding: 50px;
	text-align: center;
}

.single-post .related-blog-text-title {
    font-family: 'klavika-light' , sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #0f2453;
    margin-bottom: 15px;
    text-align: center;
}

.single-post .related-blog-date {
    color: #c8c8c8;
    font-weight: 500;
    text-align: center;
}

.single-post .related-blog-extract {
    margin-bottom: 15px;
    text-align: center;
}

.single-post .blog-show-previous-next {
	border-top: 1px solid #c8c8c8;
    margin-top: 60px;
    padding-top: 50px;
    overflow: hidden;
    width: 100%;
}

.single-post .post-nav-left {
	position: relative;
	float: left;
	width: 50%;
	padding-right: 25px;
	padding-left: 30px;
	text-align: left;
}

.single-post .post-nav-right {
	position: relative;
	float: right;
	width: 50%;
	padding-left: 25px;
	padding-right: 30px;
	text-align: right;
}

.single-post .dashicons.dashicons-arrow-left-alt, .single-post .dashicons.dashicons-arrow-right-alt {
	position: absolute;
	top: 0;
}

.single-post .dashicons-arrow-left-alt:before, .single-post .dashicons-arrow-right-alt:before  {
    color: #c8c8c8;
}

.single-post .dashicons-arrow-left-alt {
    left: 0;

}

.single-post .dashicons-arrow-right-alt {
    right: 0;
}


/****TBC******/

/* case study section */

.case-study-col {
	vertical-align: top;
	padding-top: 60px;
	padding-bottom: 60px;
	width: 33.33%;
}

.case-study-col-1 {
	padding-right: 60px;
	padding-left: 0;
}

.case-study-col-3 {
	padding-left: 60px;
	padding-right: 0;
}

.case-study-title {
	font-family: 'klavika-regular' , sans-serif;
}

.case-study-text {
	color: #0f2453
}

.case-study-container #field_2_1 label {
	display: none;
}

.case-study-container #field_2_1 input {
	background-color: #d7d7d7;
	color:#0c1e45;;
	font-weight: 700;
	padding: 15px 20px;
	-webkit-box-shadow: inset 8px 8px 28px 7px rgba(0,0,0,0.07);
	-moz-box-shadow: inset 8px 8px 28px 7px rgba(0,0,0,0.07);
	box-shadow: inset 8px 8px 28px 7px rgba(0,0,0,0.07);
}

.case-study-container .gfield_checkbox label {
	color: #0f2453;
	font-weight: 400;
	font-size: 13px;
}

.case-study-container .gform_wrapper ul li.gfield {
    margin-top: 0!important;
}

.case-study-container .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

.case-study-container .gform_wrapper ul.gfield_checkbox {
    margin: 0;
}

.gform_wrapper .invisible-section-break {
    border-bottom: 0px solid #ccc !important;
}

.gfield_required{
	display:none;
}

/* End TBC */

/* search page */

.search-results .breadcrumb {
	display: none;
}

.search-results-main-container {
	padding: 50px 0 60px;
}

.search-results-main-container .fixed-section-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}

.search-results-main-container .cd-filter form {
	padding-left: 10px;
}

.cd-filter-block h3 {
	font-family: 'klavika-regular', sans-serif;
}

.search-results-main-container .cd-gallery {
    padding: 10px;
}

.search-results .sort-section {
	background-color: #f3f3f3;
	width: 100%;
	overflow: hidden;
	padding: 45px 40px 30px;
}

.sort-by-results {
	color: #0f2453;
  font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    float: left;
}

.sort-by-filter {
	width: 80%;
    float: right;
    max-width: 470px;
	padding-left: 20px;
}

.sort-by-title {
	color: #0f2453;
    font-family: 'klavika-light' , sans-serif;
    font-size: 24px;
    float: left;
    width: 30%;
    text-align: right;
    padding-right: 15px;
}

.sort-by-filter .controls {
    background-color: #f3f3f3;
    border: 1px solid #cacaca;
    color: #0f2453;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
    padding: 11px 20px;
    width: 70%;
}

.search-results .mix {
	margin: 40px 10px;
}

.search-results a {
	font-weight: 400;
}

.search-results p a {
	color: #383838;
    font-family: 'klavika-light' ,sans-serif;
	font-size: 15px;
}

.search-results-main-container .cd-gallery.list-view li {
    height: auto;
    margin-top: 40px;
    padding-left: 10px;
}

.search-result-type {
	color: #c8c8c8;
  font-weight: 700;
}

/* 404 Page */
.location-landing-banner-block {
    background-color: #10275b;
    overflow: hidden;
}

.location-landing-locations-block .title-text-title:after {
    padding: 0;
    margin: 0;
    display: block;
    content: "";
    width: 7.5%;
    height: 2px;
    background-color: #0f2453;
    position: absolute;
    left: 46.25%;
    bottom: -39px;
}

.location-landing-banner-text-wrap {
    max-width: 1200px;
    margin: 50px auto 90px;
    padding: 0 20px;
    text-align: center;
}

.location-landing-banner-text-wrap .banner-image-title:after {
    width: 8%;
    left: 46%;
}

.locations-landing-list ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.locations-landing-list ul > div {
    width: 50%;
    min-width: 300px;
    float: left;
    padding: 25px;
    text-align: center;
}

.location-item-wrap {
    margin-bottom: 20px;
}

.locations-landing-list ul li a{
	color: #0f2453;
  font-weight: 600;
    text-decoration: none;
}

.locations-landing-list ul li a:hover{
	color: #f0c609;
}

.header-banner-button-container {
    float: left;
}

/* sitemap */

.page-template-page_archive .breadcrumb {
	display: none;
}

.page-template-page_archive h2 {
	font-family: 'klavika-medium', sans-serif;
}

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 60px 20px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 20px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 20px 0;
	text-align: center;
    width: 100%;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination ul {
	position: relative;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	position: relative;
	background-color: #fff;
	border: 1px solid #c8c8c8;
	color: #f0c609;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px 15px;
	text-decoration: none;
}

.pagination-previous a, .pagination-next a {
	border: 1px solid transparent;
	color: #c8c8c8;
}

.archive-pagination .pagination-previous a:hover:after, .archive-pagination .pagination-next a:hover:after {
	display: none!important;
}

.pagination-previous {
	position: absolute;
	left: 10%;
}

.pagination-next {
	position: absolute;
    right: 10%;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	border: 1px solid #fff;
	color: #0f2453;
	margin-bottom: 40px;
}

.archive-pagination a:hover:after,
.archive-pagination a:focus:after,
.archive-pagination .active a:after {
    padding: 0;
    margin: 0;
    display: block;
    content: "";
    width: 50%;
    height: 1px;
    background-color: #0f2453;
    position: absolute;
    left: 25%;
    /*bottom: -5px;*/
}

.controls-pagination .mixitup-page-list {
	width: 100%;
	text-align: center;
}

.controls-pagination .mixitup-page-list .mixitup-control {
	position: relative;
	background-color: #fff;
	border: 1px solid #c8c8c8;
	border-radius: 0;
	color: #f0c609;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px!important;
	font-size: 1.6rem!important;
	padding: 10px 15px;
	text-decoration: none;
}

.controls-pagination .mixitup-page-list .mixitup-control:hover, .controls-pagination .mixitup-page-list .mixitup-control-active {
	border: 1px solid #fff;
	color: #0f2453;
	margin-bottom: 40px;
}

.controls-pagination .mixitup-page-list .mixitup-control:hover:after, .controls-pagination .mixitup-page-list .mixitup-control-active:after {
	padding: 0;
    margin: 0;
    display: block;
    content: "";
    width: 50%;
    height: 1px;
    background-color: #0f2453;
    position: absolute;
    left: 25%;
}

.controls-pagination .mixitup-page-list .mixitup-control-next, .controls-pagination .mixitup-page-list .mixitup-control-prev {
	border: 1px solid transparent;
	color: #c8c8c8;
	position: absolute;
}

.controls-pagination .mixitup-page-list .mixitup-control-next {
    right: 0;
}

.controls-pagination .mixitup-page-list .mixitup-control-prev {
    left: 0;
}

.controls-pagination .mixitup-page-list .mixitup-control-next:hover:after, .controls-pagination .mixitup-page-list .mixitup-control-prev:hover:after {
	height: 0;
}

.mixitup-control-disabled {
	display: none;
}

.single-tribe_events #tribe-events-header {
   display:none;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 20px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 20px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.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 > 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;
}

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
}

/* # Site Footer &  ## Footer Navigation
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color: #0f2453;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	text-transform: uppercase;
	line-height: 1;
	padding: 20px 0;
	float:left;
	width:100%;
}

.site-footer .wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.site-footer .wrap p {
	margin: 0;
}

.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;
}

/* locations styles - imported */

#locations {
	color: #0f2453;
    background-color: #f2f2f2;
    padding: calc(10px + 1vw);
    width: 100%;
    margin: 20px 0;
	font-weight: 400;
	line-height: 1.4;
}

.locations-info{
	display:flex;
	width:100%;
}

.loc-get-in-touch-info{
	width:70%;
}

.loc-get-in-touch-map{
	width:30%;
	display:flex-end;
}

#locations .purchase{
	width:30%;
	float: right;
	padding: 0 15px;
}

#locations .other{
	width:70%;
	float:left;
}	

#locations .other div {
	margin: 10px 0;
	max-width: 400px;
}


#locations h3 {
    font-size: 30px;
}

#locations address {
    display: block;
    font-style: normal;
}

#locations h3 {
	font-size: 30px;
}

#locations h4 {
    font-size: 20px;
	margin: 0;
}

#locations a.buy-button {
	margin: 2px 0;
	border: 0;
    color: #fff;
    padding: 5px 10px 3px;
	margin: 0 1rem;
    background-color: #00263e;
    transition: all 0.25s;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
}

/*#locations > div > div:nth-of-type(odd) {
    background-color: #e5e5e5;
}

#locations h3 + div, span + div, #locations > div > address + div {
    margin-top: 20px;
}

#locations > div > div {
    padding: calc(5px + 0.5vw);
    min-height: calc(72px + 1vw);
}

#locations > div > div > h4 {
    margin: 0;
}


#locations .purchase {
    float: right;
    text-align: right;
    margin-left: 10px;
}

#locations .purchase input {
    margin: 2px 0;
}

#locations input[type=submit], #locations .button {
    border: 0;
    color: #fff;
    padding: 5px 10px 3px;
    background-color: #00263e;
    transition: all 0.25s;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
}*/

/* # 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: 1200px) {

	li.left.search {
		left: 0;
	}

	.team-images-text-image-block {
		min-height: calc(25vw - 20px);
	}

	.team-3-images-1-text-text-block {
		min-height: calc(25vw - 20px);
	}

	.team-images-text-text-wrap {
		min-height: calc(25vw - 20px);
	}

	.has-object-fit img.archive-case-study-block-image {
		height: calc(33.33vw - 60px);
	}

}


@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%;
	}

	.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;
	}

	.site-header {
		padding: 10px;
	}

	.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 > .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);
	}

	.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 > li > a:hover > span:after {
		display: none;
	}

	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.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 > .menu-item-has-children > .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 > .menu-item-has-children > .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%;
	}

	.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;
	}

	.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 > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > 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 > .menu-item-has-children > 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;
	}

	.search-link > a > span,
	.careers-nav-item > a > span,
	.erp-nav-item > a > 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;
	}

	.careers-nav-item {
		width: 20%;
		border-left: 1px solid #17294d;
	}

	.erp-nav-item {
		width: 40%;
		border-left: 1px solid #17294d;
	}


	/* 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-text-wrap {
		min-height: calc(50vw - 20px);
	}

	.team-images-text-image-block {
		width: calc(50% - 10px);
		min-height: calc(50vw - 20px);
		float: left;
	}

	.team-3-images-1-text-text-block {
		width: calc(50% - 10px);
		min-height: calc(50vw - 20px);
	}

	.team-4-images-1-text-text-block {
		width: calc(66.67% - 10px);
	}

	.team-2-images-1-text-text-block{
		width: calc(100% - 10px);
	}

	.team-images-text-image-block.four-images {
    	width: calc(50% - 10px);
    }

	.image-link-block .image-link > img {
		height: 36vw;
	}

	.image-col .text-area {
		min-height: 350px;
	}

}

@media only screen and (max-width: 960px) {

	/*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%;
	}

}

@media only screen and (max-width: 860px) {

	/* 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;
	}

	.services-block-link-container {
		padding: 20px;
	}

	/* blog */
	.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;
	}

	.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;
	}

	.site-footer .nav-secondary {
		width: 100%;
		margin-bottom: 20px;
	}

	.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;
	}

	.site-footer .wrap p {
		width: 100%;
		text-align: center;
	}

	.site-footer .genesis-nav-menu a {
		padding: 10px 20px;
	}

	.locations-info{
		display:block;
	}

	.loc-get-in-touch-info{
		width:100%;
	}

	.loc-get-in-touch-map{
		width:100%;
	}

	.search-submit-label{
		padding: 2px;
	}

}

@media only screen and (max-width: 768px) {

	h1 {
		font-size: 40px;
		font-size: 4rem;
	}

	h2 {
		font-size: 28px;
		font-size: 2.8rem;
	}

	h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.archive-case-study-title {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.image-container {
		width: 100%;
		height: 400px;
	}

	.bk_image-logo-content {
		width: 100%;
	}

	.image-container.image-right {
		order: 0;
	}

	.text-container {
		width: 100%;
	}

	.image-text-text.text-right,
	.image-text-text.text-left {
		float: left;
		max-width: 100%;
		padding: 40px 20px;
		margin-left: 0;
	}

	.image-text-title {
		text-align: center;
	}

	.image-text-title:after {
		right: 0;
		margin: 0 auto;
	}

	.image-text-row-image-container {
		width: 100%;
	}

	.image-text-row-content-container {
		width: 100%;
	}

	.image-text-row-container:nth-of-type(even) .image-text-row-image-container {
		order: 0;
	}

	.image-text-row-content-wrap {
		padding: 40px;
	}

	.service-block-container {
		width: 50%;
	}

	.service-block-image {
		height: calc(33.33vw - 40px);
	}

	.archive-case-study-block-container {
		width: 100%;
	}

	.has-object-fit img.archive-case-study-block-image {
		height: 66.67vw;
	}

	.case-study-heading-and-stats-block-container .case-study-heading {
		width: 100%;
		padding-right: 0;
	}

	.case-study-stats-container {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
		border-top: 1px solid #0c1e45;
		border-left: none;
	}

	.case-study-challenge-content-wrap {
		width: 100%;
		padding: 30px 0;
		order: 1;
	}

	.case-study-challenge-img {
		width: 100%;
		padding-left: 0;
	}

	.case-study-solution-img {
		width: 100%;
		padding-right: 0;
	}

	.case-study-solution-content-wrap {
		width: 100%;
		padding: 30px 0;
	}

	.case-study-solution-block-container {
		padding-bottom: 0;
	}

	.related-case-study-block-container {
		width: 50%;
	}

	/* blog and image rows */

	.image-col.cols-1, .image-col.cols-2, .image-col.cols-3, .image-col.cols-4 {
		width: 100%;
	}

	/* 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;
	}

	.staff-testimonial-list-item-container {
		max-width: 50vw;
		min-width: 50vw;
	}

	.contact-block-item {
		width: 50%;
		text-align: center;
		padding: 20px;
	}

	.banner-image-title {
		font-size: 40px;
	}

	.content-with_bk_image-name {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.image-and-link-block-container {
		width: 50%;
		padding: 20px;
	}

	.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;
	}

	.image-link-block .image-link > img {
		height: 70vw;
	}

	.feat-image-container {
		max-width: 450px;
		width: 100%;
		margin: 40px auto 0;
	}

	.featured-image-text-text {
		width: 100%;
	}

	.featured-image-text-text-wrap {
		max-width: 100%;
		padding: 40px 20px;
	}

	.carousel-recent-blog-image {
		width: 100%;
		height: 400px;
	}

	.carousel-recent-blog-text {
		width: 100%;
		padding: 30px 20px;
	}
}

@media only screen and (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;
	}

}

@media only screen and (max-width: 600px) {
	.banner-image-block {
		background-position: center;
	}

	.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%;
	}

	/* 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;
	}

	.full-section-container .image-text-content-block > li > img {
		min-height: 600px;
	}

	.header-image .site-title {
		float: none;
	}

	.header-image .site-description {
		margin-top: -25px;
		margin-left: 70px;
	}

	.service-blocks-container {
		padding: 20px 0;
	}

	.service-block-container {
		width: 100%;
	}

	.service-block-image {
		height: 66.67vw;
	}

	.related-case-study-block-container {
		width: 100%;
	}

}

@media only screen and (max-width: 480px) {

	.full-section-container .image-text-content-block > li > 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 */

	.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 {
		padding: 20px 5px;
		min-height: 200px;
	}

	.services-blocks-container {
		padding: 30px 0;
	}

	.service-block-wrap {
		padding: 0!important;
	}

	.services-blocks-heading-container {
		padding-bottom: 50px;
	}

	.services-block-link-container {
		padding: 10px;
	}

	.banner-image-block .image-text-content {
		text-align: center;
	}

	.banner-image-title:after {
		right: 20px;
		margin: 0 auto;
	}

	.staff-testimonial-list-item-container {
		max-width: 100vw;
		min-width: 100vw;
	}

	.image-text-title {
		margin-bottom: 50px;
	}

	.image-text-title:after {
		bottom: -24px;
	}

	.title-text-title {
		margin-bottom: 50px;
	}

	.title-text-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;
	}

	/* team page */
	.team-4-images-1-text-text-block {
		width: 100%;
	}

	.team-images-text-text-wrap {
		min-height: calc(100vw - 20px);
	}

	.team-images-text-image-block {
		width: calc(100% - 10px);
		min-height: calc(100vw - 20px);
		float: left;
	}

	.team-3-images-1-text-text-block {
		width: calc(100% - 10px);
		min-height: calc(100vw - 20px);
	}

	.team-4-images-1-text-text-block {
		width: calc(100% - 10px);
	}

	.team-2-images-1-text-text-block{
		width: calc(100% - 10px);
	}

	.team-images-text-image-block.four-images {
    	width: calc(100% - 10px);
    }


}

@media only screen and (max-width: 414px) {

}

@media only screen and (max-width: 360px) {


}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -80px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

.form-container {
background-color: #f1f1f1;
padding:20px;
margin-bottom: 25px;

}

.form-item {
width:50%;
}

.form-title {
font-size: 18pt;
padding: 10px;
font-weight: bold;
border-radius: 5px;

}

.residents * {
max-height: 100px;
}

.header-container.sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
}

