/*
Theme Name: Conversant
Theme URI: #
Description: Make a stunning first impression, grab attention, and dynamically tell your story with beautiful images and clean typography.
Author: StudioPress
Author URI: http://www.studiopress.com/

Version: 1.1.1

Template: genesis

License: GPL-2.0-or-later
License URI: http://www.opensource.org/licenses/gpl-license.php

Text Domain: conversant-pro
Requires at least: 5.4
Requires PHP: 5.6
*/

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



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

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.before-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

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

/* Defaults
---------------------------------------------------------------------------- */
/* Smooth Scroll
--------------------------------------------- */
html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/* Typographical Elements
--------------------------------------------- */
body {
	background-color: #fff;
	color: #52525B;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}



body.specialistdentalgroup-home {
	background: none;
}

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

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #1363C6;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #1363C6;
	outline: none !important; 
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 600;
}

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

.image-section .widget:first-of-type cite {
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
}

figure {
	margin: 0;
}

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

blockquote {
	color: currentColor;
	margin: 40px;
}

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

.image-section .widget:first-of-type blockquote {
	color: #fff;
	font-size: 80px;
	font-weight: 200;
	line-height: 1;
	margin: 0 0 20px;
}

.image-section blockquote::before {
	display: none;
}

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

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
h2.gb-cta-title {
	font-family: 'Outfit', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 20px;
	color:#000;
}

.single h2.gb-cta-title {
	font-size: 48px !important;
}

.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 20px;
}


.single h2 {
	font-size:40px;
}


.single h3 {
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}




h1 {
	font-size: 68px;
}

h2 {
	font-size: 48px;
}

.front-page-1 .widget:first-of-type h4,
.front-page-2 .widget:first-of-type h4 {
	font-size: 80px;
	font-weight: 200;
	letter-spacing: normal;
	line-height: 1;
	text-transform: none;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 21px;
	margin-bottom: 5px;
}

.image-section h4,
.solid-section h4,
.image-section .widget-title,
.solid-section .widget-title {
	border-width: 0;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 3px;
	padding-bottom: 0;
	text-transform: uppercase;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 130px;
}

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
	margin-bottom: 28px;
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size: 20px;
	font-weight: 200;
	padding: 20px;
	width: 100%;
}

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

.front-page input:focus,
.front-page textarea:focus {
	border: 1px solid #0680a2;
	outline: none;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.widget .button,
body a.gb-button {
	background-color: #1363C6 !important;
	border: 1px solid #1363C6 !important;
	border-radius: 25px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	padding: 17px 15px 11px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: 100%;
	font-weight: 300;
	max-width: 200px;
}

.wp-block-button__link  {
	border-width:1px !important;
	border-radius:5px !important;
}

body .hero a.gb-button, .wide a.gb-button {
	padding: 17px 15px 11px;
	max-width: 330px;
	width: 100%;
}

body  .v-wide a.gb-button {
	padding: 17px 15px 11px;
	max-width: 400px;
	width: 100%;
}



body .magenta.outline a.gb-button {
	background-color: #fff !important;
	border: 1px solid #7D0D83 !important;
	color: #7D0D83  !important;
}


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

/* Buttons
--------------------------------------------- */
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button.clear:focus,
.button.clear:hover,
.button:focus,
.button:hover,
.footer-widgets .widget .button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.widget .button.clear:focus,
.widget .button.clear:hover,
.widget .button:focus,
.widget .button:hover {
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
}

.button {
	display: inline-block;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.footer-widgets .widget .button.clear,
.widget .button.clear {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}

.footer-widgets .widget button:focus,
.footer-widgets .widget button:hover,
.footer-widgets .widget input[type="button"]:focus,
.footer-widgets .widget input[type="button"]:hover,
.footer-widgets .widget input[type="reset"]:focus,
.footer-widgets .widget input[type="reset"]:hover,
.footer-widgets .widget input[type="submit"]:focus,
.footer-widgets .widget input[type="submit"]:hover,
.footer-widgets .widget .button:focus,
.footer-widgets .widget .button:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
}

.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,
.site-container .footer-widgets .widget input[type="submit"]:disabled,
.site-container .footer-widgets .widget input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	color: #444;
	cursor: not-allowed;
}

.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

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

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

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

td {
	padding: 0.5em;
}

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

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

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

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

.more-link {
	position: relative;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
	max-width: 1340px;
}

.site-inner {
	clear: both;
	margin-top: 0px;
	position: relative;
	z-index: 9;
	word-wrap: break-word;
}

.archive .site-inner,
.single-post .site-inner {
	max-width: 100%;
	margin-top:180px;
}

.breadcrumb {
	display: none;
}

.single-post .breadcrumb  {
	display: block;

}


.blog .content-sidebar-wrap,
.archive .content-sidebar-wrap,
.single .content-sidebar-wrap {
	max-width: 1340px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.blog .archive-description,
.archive .archive-description {
	max-width: 1340px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
}





/* Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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

/* Common Classes
---------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

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

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

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

/* Genesis
--------------------------------------------- */
.breadcrumb {
	font-size: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.archive-description,
.author-box {
	font-size: 20px;
	margin-bottom: 0px;
	padding: 40px 0;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

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

/* Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
	position: relative;
}

.search-form input[type="submit"] {
	padding: 25px;
}

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

.widget_search input[type="submit"]:focus {
	background: #000;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	padding: 20px 23px;
	right: 0;
	top: 0;
}

.error404 .content .search-form {
	margin-bottom: 40px;
}

.error404 .content input[type="search"] {
	margin-right: 10px;
	width: auto;
}

/* Titles
--------------------------------------------- */
.archive-title {
	font-size: 68px;
	line-height: 1;
	margin-bottom: 40px;
	font-style: italic;
	text-align: center
}

.entry-title {
	font-size: 68px;
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

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


/* WordPress
--------------------------------------------- */
.alignleft {
	float: left;
	text-align: left;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

img.alignnone,
.alignnone {
	margin: 0 0 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 {
	color: #000;
	font-family: Mukta, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1.2;
	text-align: center;
}

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

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.post-password-form input {
	width: auto;
}

.post-password-form input[type="submit"] {
	padding: 25px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}

/* Widgets
---------------------------------------------------------------------------- */
.widget {
	word-wrap: break-word;
}

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

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

.widget li li {
	border: none;
	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-title {
	font-size: 24px;
}


/* Plugins
---------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget input {
	font-size: 18px;
	margin-bottom: 20px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Portfolio Pro
--------------------------------------------- */
.genesis-pro-portfolio .content .pro-portfolio {
	padding: 0;
}

/* Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}

/* WP Forms
--------------------------------------------- */
.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 20px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 800;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 16px;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 20px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

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

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

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
	padding: 0px 0;
	top: -10px;
}



.site-header {
}

.site-header > .wrap {
	border-bottom: none;
}

html:not([data-scroll="0"]) .nav-secondary {
	display: none;
}

/* Title Area
--------------------------------------------- */
.title-area {
	float: left;
	padding: 25px 0;
	width: 228px;
}

.site-header .title-area {
}

.site-title {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #fff !important;
}

.header-image .title-area,
html:not([data-scroll="0"]) .header-image .site-header .title-area {
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 31px;
	text-indent: -9999px;
	min-height: 31px;
	margin-top:10px;
}

html:not([data-scroll="0"]) .header-image .site-title > a {
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}




/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
	line-height: 1;
	margin-top: 25px;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

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

.genesis-nav-menu a {
	color: #01060C;
	display: block;
	font-weight: 500;
	padding: 15px 15px;
	text-transform: none;
	font-family: 16px;
}

.site-header .genesis-nav-menu a {
	padding: 15px 15px;
}

.genesis-nav-menu li.highlight a:focus::before,
.genesis-nav-menu li.highlight a:hover::before {
	color: #000;
}




.genesis-nav-menu > .menu-item > a {
	text-transform: none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #111;
	outline: none;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	background-color: #222;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.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 {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
	text-align: center;
	margin-top: 0px;
	float: right;

}


.nav-primary .genesis-nav-menu {
	float: right;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	border-bottom: 1px solid #fff;
}

/* Footer Navigation
--------------------------------------------- */
.nav-footer .genesis-nav-menu {
	padding: 6px 0;
	margin-top:0;
}

.nav-footer .genesis-nav-menu a {
	border: none;
	margin: 0;
	padding: 14px 25px;
}

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
	position: static;
}

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

.sub-menu-toggle,
.menu-toggle {
	display: block;
	visibility: hidden;
	background: none !important;
	border: none !important;
	display: none;
}


.book,
.mega-book {
	margin-left: 20px !important;
	margin-right: 20px !important;

}

.book a,
.mega-book a{
	color:#fff !important;
	background: #1363C6 !important;
	border-radius: 5px !important;	
	padding:13px 20px 14px !important;
	text-align: center !important;
	height:auto !important;
	margin-top:-4px !important;
	line-height: 1 !important;
	font-size: 16px !important;
}

.enquire,
.mega-enquire {

}

.enquire a,
.mega-enquire a {
	color: #1363C6 !important;
	padding:18px 30px 14px !important;
	text-align: center !important;
	min-width:165px;
	height:auto !important;
	margin-top:-4px !important;
	border:1px solid #1363C6 !important;
	border-radius: 25px !important;	
	width:198px !important;
	line-height: 1 !important;
}


.genesis-nav-menu .button.menu-item {
	display: inline-block;
	text-align: left;
	padding: 0;
}

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

/* Content
--------------------------------------------- */
.content {
	float: left;
	width: 700px;
}

.single-post .content {
	width:100%;
	max-width: 1000px;

}

.page .content {
	padding-bottom: 50px;
}

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

.full-width-content .content {
	padding: 0 0px 50px;
	width: 100%;
}

.single.full-width-content .content {
	padding: 0 0px 50px;
	width: 100%;
	margin: 0 auto;
	float: none;
}


.full-width-content.front-page .content {
	padding: 0;
}

.sidebar {
	width:0%;
	border-left: 0px solid #EBEAEA;
	padding-left:0%;
	padding-bottom: 0%;
	margin-bottom: 0%;
}

.min-read {
	gap: 0.25em !important;
	color:#565973;
	font-size: 16px !important;
	margin-bottom:15px !important;
}

/* Entries
--------------------------------------------- */
.entry {
	margin-bottom: 0px;
}

.widget .entry {
	margin-bottom: 40px;
}

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

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

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

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

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

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

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 20px;
	margin-bottom: 0;
}

.entry-header,
.entry-footer {
}

.entry-header p.entry-meta {

	margin-bottom: 16px;
}

.entry-footer {
	margin-bottom: 40px;
}


.entry-footer .entry-meta  a {
	color: #1363C6;
	text-decoration: none;
	border: 1px solid #1363C6;
	padding: 8px 40px;
	margin: 0 10px 20px;
	display: inline-block;
	border-radius: 60px;
}



.sidebar .entry-header::after {
	display: none;
}



/* After Entry
--------------------------------------------- */
.after-entry {
	border-top: 0px solid #000;
	padding: 80px 0 0;

	margin-bottom: 40px;
	clear:both;
}

.after-entry .widget {
	margin-bottom: 0px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

.after-entry h2 {
	color:#000;

}


.more-link {
	font-weight: 500;
}

/* Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 40px auto;
	display: table;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: transparent;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #1363C6;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	letter-spacing: 1px;
	padding: 10px 5px;
	text-transform: none;
	border: 1px solid #1363C6;
	border-radius: 50%;
	min-width: 65px;
	text-align: center;
	
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #1363C6;
	color: #603813;
}

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 800;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
	float: right;
	width: 360px;
}

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

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 0px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #fff;
	clear: both;
	position: relative;
	z-index: 9;
	padding-top: 40px;
	font-size: 14px;
	padding-left:20px;
	padding-right: 20px
}

.footer-widgets .wrap {
	color:#52525B;
	border-top:1px solid #fff;
	padding-top: 30px;
}

.footer-widget-area {
	width: 15%;
	display: block;
	float:left;
}

.footer-widgets-1.footer-widget-area {
	width:22%;
	padding-right: 5%;
}

.footer-widgets-2.footer-widget-area {
	width:17%;
	padding-right: 2%;
}





.footer-widget-area h3 {
	text-align: left;
	font-size: 14px;
	color:#181818;
}

.footer-widget-area strong {
	color:#181818;
}

.footer-widgets-1.footer-widget-area h3 {
	color:#181818;
	font-size: 14px;
}

.footer-widgets,
.footer-widgets .wrap a,
.footer-widgets .wrap a.button {
	color: #181818;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #181818;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 10px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}
.footer-widgets p {
	color:#52525B;
}

.footer-widgets .wrap  li a {
	color: #52525B;
}

.footer-widgets .wrap h2 {
	font-size: 20px;
}

.footer-widgets .wp-block-image {
	margin-bottom: 0em;
}


/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
	background-color: #fff;
	padding: 60px 20px 20px;
	text-align: center;
	font-size: 14px;
}

.site-footer .wrap {
	border-top: 1px solid #fff;
	padding-top: 20px;
}

.site-footer,
.site-footer a,
.site-footer p {
	color:#52525B;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #000;
}

.site-footer p {
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 0;
	text-transform: none;
	text-align:right;
	
}

.site-footer  .nav-footer {
	float:left;
}

.nav-footer .genesis-nav-menu a {
	border: none;
	letter-spacing: none;
	margin: 0;
	padding: 0px 25px 0 0px;
	text-transform:none;
	font-size:13px;
	color:#52525B;

}

.nav-footer .genesis-nav-menu img {
	vertical-align: middle;
}




.content .entry {
	background-color: rgba(255, 255, 255, 0);
	border-radius: 10px;
	padding-bottom: 10px;
	transition: all 0.4s;
}

.error404 .content .entry.focused,
.error404 .content .entry:hover,
.page .content .entry.focused,
.page .content .entry:hover,
.single .content .entry.focused,
.single .content .entry:hover {
	border-radius: 0;
	box-shadow: none;
	background-color: rgba(255, 255, 255, 0);
	transform: none;
}

.content .entry.focused,
.content .entry:hover,
.page-template-page_blog .content .entry.focused,
.page-template-page_blog .content .entry:hover {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 10px;
	box-shadow: 0 35px 70px 0 rgba(0, 0, 0, 0.12);
	transform: translateY(-5px);
}

.content .entry .entry-title,
.content .entry .entry-meta,
.content .entry .entry-content {
	padding: 0 60px;
}


.single  .entry .entry-title {
	padding:40px 0 0;
}


.academy-grid .content .post.entry .entry-title,
.academy-grid .content .post.entry .entry-meta,
.academy-grid .content .post.entry .entry-content {
	padding: 0 30px;
	text-align: center;
}

.academy-grid .content .post.entry .entry-content {
}


.archive .entry-image, 
.blog .entry-image {
	max-width:150px; 
	margin-bottom: 0;
}



.half-width-entries .content .entry-title,
.half-width-entries .content .entry-meta,
.half-width-entries .content .entry-content {
	padding: 0 10px;
	text-align: left;
}


.half-width-entries.full-width-content .content .entry {
	width: 48%;
	margin-bottom: 40px;
	padding-bottom: 0;
}

.half-width-entries.full-width-content .content .entry:nth-of-type(odd) {
	clear: both;
	float: left;
}

.half-width-entries.full-width-content .content .entry:nth-of-type(even) {
	float: right;
}

.single.full-width-content .content .entry .entry-content {
	padding: 0 0px;
	text-align: left;
}


.single .content .entry .entry-title {
	font-size:48px;
	font-weight: 500; 
}



.single .content .entry h2.entry-title,
.single .content .entry .entry-title,
.single .content .entry .entry-meta,
.single .content .entry .entry-content {
	padding: 0;
}

.single .content .entry .entry-title {
	padding:0px 0 0;
}

.half-width-entries .content .entry-title {
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

.half-width-entries .content .entry-title a {
	color:#603813;		
	font-size: 24px;
}

.archive .content .entry-footer,
.half-width-entries .content .entry-footer {
	display: none;
}

.page .entry .entry-content {
	padding: 0px;
}

.site-header .wrap {
	padding-left:15px;
	padding-right:15px;
}


.full-width-content .content {
	padding: 0 0px 0px;
	width: 100%;
	min-width:400px;
}

.page .site-inner {
	max-width:100%;
}


.site-header .wrap {
	padding-left:0;
	padding-right:0;
}





.header-widget-area {
	display:block;
	max-width: 1440px;
	float: right;
}



.mobile-hide {
	display:none;
}


html {
	overflow:visible;
}





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

.header-widget-area  {
	justify-content: flex-end;
	display: flex;
	width: 100%;
	max-width: 100%;
}


.grey-box {
	border:1px solid #12141D;
	border-radius: 15px;
	padding: 25px;
	font-size: 16px;
	margin-bottom: 10px;
}

.grey-box h3 {
	font-size:21px;
	
}


.grey-box ul {
	list-style: none; /* Remove default bullets */
}

.grey-box ul li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #1363C6; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.grey-box a {
	border-bottom: 1px solid #1363C6;
}


.site-header {
	background: #f2f2f2;
	border-bottom: 1px solid #f1f1f1;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}


.hero-red-circle {
	position:absolute;
	z-index:99999;
	margin-top:-641px;
	margin-bottom: 0 !important;
}

.bottom-red-circle {
	position:absolute;
	z-index:99999;
	margin-top:-1075px;
	margin-bottom: 0 !important;
	right: 0;
}

.bottom-yellow-circle {
	position:absolute;
	z-index:99999;
	margin-top:-704px;
	margin-bottom: 0 !important;
	right: 0;
}


.more-link a {
	border-bottom: 0;
	background: url(images/arrow-right.png) right center no-repeat; 
	padding-right: 20px;
}

.mobile-only {
	display:none;
}

body .hero-bottom.about {
	margin-bottom:-100px;
}

.about.yellow-circle {
	position: absolute;
	z-index: 99999;
	margin-top:75px;
	margin-bottom: 0 !important;
	right: 0;
}

.pre-text {
	margin: 0 0 0px;
}

.shadow-box .gb-layout-column-wrap  {
	background: #F8F8F8 !important;
	padding: 30px !important;
	border-radius: 5px !important;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.09));
}

.jobs-content-box {
	background: #F8F8F8 !important;
	padding: 40px 80px !important;
	border-radius: 5px !important;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.09));
}

.shadow-box .cdn-hero-boxes  .gb-layout-column-wrap  {
	padding: 10px 30px !important;
}

.cdn .shadow-box .gb-block-layout-column-inner {
	background: #F8F8F8 !important;
	padding: 25px !important;
	border-radius: 5px !important;	
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.09));
}

.media-gaming .box-equal-height {
	background: #F8F8F8 !important;
	padding: 25px !important;
	border-radius: 5px !important;	
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.09));
	margin-bottom:40px;
}


.shadow-box.white .gb-layout-column-wrap  {
	background: #fff !important;
	padding: 65px !important;
}

.shadow-box .cdn-hero-boxes.our-values  .gb-layout-column-wrap  {
	padding: 10px 0px !important;
}

.shadow-box .cdn-hero-boxes.our-values  .gb-layout-column-wrap .wp-block-genesis-blocks-gb-column {
	border-right: 1px solid #e2e2e2;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
	height: 100%;
}

.shadow-box .cdn-hero-boxes.our-values  .gb-layout-column-wrap .wp-block-genesis-blocks-gb-column p {
	font-size:16px;
}

.shadow-box .cdn-hero-boxes.our-values  .gb-layout-column-wrap .wp-block-genesis-blocks-gb-column:last-child {
	border-right: 0px solid #e2e2e2;
}

.innovation  .shadow-box-culture {
	background: #fff !important;
	padding: 25px 25px 0 !important;
	border-radius: 5px !important;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.09));
	margin-bottom:40px !important;
}


.spirit  .shadow-box .gb-block-layout-column-inner {
	padding: 50px 50px 2px !important;
	border-radius: 5px !important;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.09));
}

.white-resources .boxes {
	background: #F8F8F8 !important;
	padding: 25px !important;
	border-radius: 5px !important;	
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.09));
}

.whitepapers-container  {
	background: none !important; 
	margin-top: -380px !important;	
}

.blogs-container  {
	background: none !important; 
	margin-top: -420px !important;	
}


.wp-block-query li.whitepaper {

	background: #f8f8f8 !important;
	padding: 20px !important;
	margin-bottom: 200px !important;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.09));
} 

.wp-block-query li.whitepaper .wp-block-post-title a {
	display: inline-block;
	color: #000;
}

.wp-block-query li.whitepaper .wp-block-post-excerpt__more-link {
	border: 1px solid #1363C6 !important;
	padding: 10px 15px;
	border-radius: 5px;

}


.site-container li.whitepaper .wp-block-columns {
	margin-bottom: 0px !important;
}

.wp-block-query li.whitepaper .wp-block-post-featured-image {
	position: relative;
	max-width: 300px;
	margin: 0 auto;
}

.wp-block-query li.whitepaper .wp-block-post-featured-image img {
	margin-top: -150px;
}

.entry-content .wp-block-query ul > li.whitepaper {
	list-style-type: none;
}


.contact-form .wpforms-field.one-half,
.job-app .wpforms-field.one-half {
	float:left !important; 
	width: 45% !important;
	clear: none !important;
}

.contact-form .wpforms-field.first,
.job-app .wpforms-field.first{
	margin-right: 5% !important;
	clear: both !important;
}


.map-holder .map {
	margin: 0 auto !important;
}

.cdn-hero-boxes .gb-is-vertically-aligned-center {
	border-right: 1px solid #e2e2e2;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	
}

.cdn-hero-boxes .gb-is-vertically-aligned-center p {
	margin-bottom: 0;
}


.before-header {
	background: #FAFAFA;
	color: #AFB1B3;
	left: 0;
	position: fixed;
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	top:0 !important;
	z-index: 9999;
}

.before-header p {
	margin-bottom: 0;
	color: #AFB1B3;
	font-weight: 500;
}

.before-header a {
	color: #AFB1B3;
}


.before-header .wrap {
	display: flex;
	flex-direction: row;
	justify-content:flex-end;
	align-items:  center;
	gap:10px;
	column-gap: 40px;
}






.before-footer .wrap {
	max-width: 1340px;
}


.offices-address p {
	margin-bottom:0;
}

.offices-address  .wp-block-columns {
	margin-bottom: 10px !important;
}

.offices-address  .wp-block-image {
	margin-bottom: 0em;
}




/* mega-menu css */
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { 
	color: #01060C;
	font-weight: 900;
	/*font-size: 20px;*/
	padding: 15px;
	padding-bottom: 20px;
	height: auto;
	
}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid:hover > a.mega-menu-link,

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-hide-arrow:hover > a.mega-menu-link,
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-hide-arrow:focus > a.mega-menu-link 

{ 
/*	background: #fff; */
color: #01060C;

}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
	color: #01060C;
	font-weight: 500;
	font-size: 18px;
	
	
}



body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	background: #fff;
	margin-top: 0px;
	padding: 20px;
	border-bottom: 30px solid #eee;
	filter: drop-shadow(0px 10px 3px rgba(0, 0, 0, 0.09));
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
	color: #01060C;
}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	background: #fff;
	margin-top: 0px;
	padding: 20px 0;
	border-bottom: 30px solid #eee;
	color: #01060C;
	filter: drop-shadow(0px 10px 3px rgba(0, 0, 0, 0.09));
}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	padding-left: 0;
}


body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
	background: #fff;
	color: #01060C;
}


body  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, body  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
	color: #01060C;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 10px;
}


body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	color: #01060C;
	font-weight: 900;

}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
	color: #01060C;
	font-family: inherit;
	margin-bottom: 10px;
}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-book {
	margin-top: 0px !important;
}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
	color: #01060C;
}

body #mega-menu-wrap-primary #mega-menu-primary {
	padding-top: 15px; 
}


body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	width: 270px;	
}

.view-countries, .view-countries1  {
	cursor: pointer;
	margin-bottom: 5px !important;
}
.country-list, .country-list1 {
	display:none;
	transition: all .5s ease-in-out;
}


.contact-form  .wpforms-container .wpforms-submit-container {
	padding: 15px 0 0 0;
	clear: both;
	position: relative;
	float: right;
	margin-top: -200px !important;
	display: table;
	width: 45%;
	margin-left: -150px;
	left: -60px;
}

.whitepaper-form  .wpforms-container .wpforms-submit-container {
	padding: 15px 0 0 0;
	clear: both;
	position: relative;
	float: right;
	margin-top: auto !important;
	display: table;
	width: 100%;
	margin-left: auto;
	left: auto;
}


.form-privacy .form-privacy-p {
	margin-top:-100px !important;
}

.error404 .site-inner {
	margin-top: 140px;
}


.entry-content ul.wp-block-post-template {
	padding-left: 0px;
}



#wpforms-934-field_2_suggestion,
.mailcheck-error {
	display:none !important;	
}



html.active-menu {
	height:100%;
	overflow:hidden;
}



.mega-menu-primary-mobile-open #mega-menu-wrap-primary #mega-menu-primary  {
	width: 100%;
	top: 125px;
	left: 0;
	height: calc(100% - 100px);
	position: fixed;
	padding: 0 0 50px;
	visibility: visible;
	transition: transform 0.4s cubic-bezier(0,1.15,1,1) 0s;
	transform: translateY(0);
	overflow: scroll;
	display: block;
	border-bottom: 40px solid #eeeeeb !important;
	background: #f8f8f7 !important;
}

.hide-phase-1 {
	display:none !important;
}


.white-resources h3 a {
	color:#000 !important;	
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
}

input[type="number"] {
	-moz-appearance: textfield !important;
}


.content .news-container  {
	margin-top:-200px !important;
}

.content .news-container .entry,
.content .news-container .entry:hover{
	background-color: #f8f8f8;
	border-radius: 0px;
	padding-bottom: 10px;
	transition: all 0.4s;
	margin-bottom:40px;
	list-style-type: none;
	padding:30px 30px 50px;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.09));
}


.content .news-container .entry .wp-block-columns {
	max-width:100% !important;
}

.content .news-container .entry .wp-block-post-title a {
	color: #000;
	font-size: 30px;

}


.content .news-container .entry .wp-block-post-title  {
	margin-bottom:10px;


}

.content .news-container .entry .wp-block-post-date {
	margin-bottom: 15px;
}

.press-sidebar p {
	margin-bottom:0;
	
}

hr.wp-block-separator {
	margin: 0 auto 20px !important;
}

.press-sidebar .wp-block-image {
	margin-bottom: 0em;
}

.site-container .press-sidebar .wp-block-columns {
	margin-bottom: 10px !important;
}

.job-description-container {
	background: none !important; 
	margin-top: -650px !important;	
}

.job-buttons a {
	font-size:14px !important;
	font-weight: 500 !important;
	padding: 3px 10px !important;
	cursor: text !important;
}

.job-buttons {
	margin-bottom:25px;
}

.job-desc .gb-block-layout-column-inner {
	border-radius:5px !important;
}

.breadcrumb { 
	font-size:0;
}

.breadcrumb span {
	display:none;
}


.breadcrumb span:first-child {
	display:block;
	color: #1363C6;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}



.breadcrumb a {
	cursor: text;
}


li.type-post .wp-block-post-featured-image img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

li.type-post .wp-block-post-featured-image {
	margin-bottom:0 !important;
}

li.type-post .wp-block-post-title {
	color: #000;
	font-size: 20px;
	font-weight: 600;
}

li.type-post .wp-block-post-title a {
	color: #000;
}

li.type-post .wp-block-columns {
	margin-bottom:0 !important;	
}

li.type-post .post-custom-columns {
	background: #fff !important;
	padding: 30px !important;
	border-radius: 5px !important;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.09));
}

li.type-post .wp-block-post-date {
	color:  #9397AD;
	font-size: 16px;
	font-weight: 500;
}

li.type-post  {
	list-style-type: none !important;
}

.reading-time {
	text-align:right !important;
}

.blog-cta {
	border-left: 3px solid #1363C6;
	padding-left: 40px;
	
}

li.type-post .wp-block-post-terms {
	color: #1363C6;
	background-color: #fff1f0;
	color: #1363C6;
	font-size: 18px;

	font-weight: 500;
	padding: 3px 10px !important;
	text-align: center;
	display: table;
}
li.type-post .wp-block-post-terms a {
	cursor: not-allowed;
	opacity: 0.5;
	display: inline-block;  /* For IE11/ MS Edge bug */
	pointer-events: none;
	text-decoration: none;
}

.single-news .breadcrumb,
.single-news .entry-header{
	display:none;
}

.single-news .site-inner {
	margin-top: 40px;
}

.press-container {
	margin-top: -200px !important;
}

.press-content-box {
	background: #fff !important;
	padding: 40px 80px !important;
	border-radius: 5px !important;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.09));
}

.job-slide-items .wp-block-columns  {
	gap: 0em !important;
	margin-bottom: 0px !important;
}

.job-slide-items  {
	background:#fff !important;
	padding:30px !important;
}


.job-slide-items p {
	margin-bottom:10px !important;
}

.job-slide-items  .figure {
	display:flex !important;
}

.shadow-box-culture strong {
	font-weight: 600 !important;
	color: #1363C6 !important;
}

.shadow-box-culture .wp-block-columns {
	margin-bottom: 0px !important;
}

.red-cta-bottom p a,
.red-cta-bottom h2 a {
	color: #fff !important;
	text-decoration: none !important;
	border-bottom:1px solid #fff !important;		
}

.red-cta-bottom .wp-block-button a {
	text-decoration: none !important;
}


body .site-container .wp-block-pullquote p, body .site-container .wp-block-quote p {
	font-family: 'Inter', sans-serif !important;
	line-height: 1.75;
	font-weight: 400 !important;
}

blockquote::before {
	color: #52525B !important;
	font-size:40px !important;
	float:left;
}
blockquote {
	margin-bottom:60px;
}

blockquote p {
	margin-bottom:0 !important;
	display: inline-block;
}

blockquote::after {
	color: #52525B !important;
	content: "\201D";
	display: inline-block;
	font-size: 40px !important;
	height: 0;
	position: relative;
	top: 0px;
	line-height: 0.5;
	float:right;
	padding-bottom:60px;
}

.after-entry.widget-area {
	max-width:80%;
	margin:0 auto;
}

body .yarpp-thumbnails-horizontal .yarpp-thumbnail {
	height: auto;
	margin: 0px;
	margin-left: 0;
	margin-left:2.33%;
	width: 31%;
	border:0;
	display: inline-block;
}

body .yarpp-thumbnails-horizontal .yarpp-thumbnail:first-child {
	margin-left: 0;
}

body .yarpp-thumbnail > img, .yarpp-thumbnail-default {
	width: 100%;
	height: auto;
	margin: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

body .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	width: 100%;
	background: #fff !important;
	padding: 30px !important;
	border-radius: 0px !important;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.09));
	max-height: none;
	margin: -10px 0 0 !important;
	color:#000;
	display: block;
}

body .yarpp-thumbnails-horizontal .yarpp-thumbnail-title .entry-date {
	color: #9397AD;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 500;
}


body .yarpp-thumbnails-horizontal .yarpp-thumbnail-title .rt-post-cat {
	display:inline-block;
	width:50%;
	float: left;

}

body .yarpp-thumbnails-horizontal .yarpp-thumbnail-title .rt-post-cat a {

	background-color: #fff1f0;
	color: #1363C6 !important;
	font-size: 14px;
	font-weight: 500;
	padding: 3px 10px !important;
	cursor: not-allowed;

	display: inline-block;  /* For IE11/ MS Edge bug */
	pointer-events: none;
	text-decoration: none;
}


body .yarpp-thumbnails-horizontal .yarpp-thumbnail-title .read-time {
	display:inline-block;
	width:50%;
	text-align:right;
	color:#9397AD;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 500 !important;
}


body .yarpp-thumbnails-horizontal .yarpp-thumbnail-title hr {
	border: 0;
	border-top: 1px solid #E2E5F1;
	clear: both;
	color: #E2E5F1;
	margin: 1.0em auto 0.5em;
}

.form-privacy a {
	text-decoration: none !important;
	border-bottom: 1px solid #1363C6 !important;
}

.form-privacy label {
	padding-bottom:10px !important;
	font-size:14px !important;
}

.content .news-container .entry .wp-block-post-title a:hover {
	color: #1363C6;
	text-decoration: underline;
}

.wp-block-post-terms, .entry-categories a, .breadcrumb-link, .breadcrumb a {
	cursor: not-allowed;
	display: inline-block;  /* For IE11/ MS Edge bug */
	pointer-events: none;
	text-decoration: none;
}
.breadcrumb span a {
	cursor: not-allowed !important;
	display: inline-block !important;
	pointer-events: none !important;
	text-decoration: none !important;
}


.after-entry.widget-area {
	border-top: 3px solid #000;
	margin-top:40px;
	padding-top:40px;
}

.single-post article {
	margin-bottom:40px;
}

.entry-header p.entry-meta {
	margin-bottom: 16px;
	font-size: 14px !important;
}

.bottom-boxes .wp-block-columns {
	margin-bottom: 0 !important;
}


.mega-solutions {
	border-left: 1px solid #ddd !important
}

.gt_selector  {
	font-size: 12px !important;
	padding: 0 0 5px !important;
	border: none !important;
	color: #AFB1B3 !important;
	outline: none;
	background: #FAFAFA !important;
	text-align: right !important;
	width: 140px;
	padding-right: 20px !important;
}


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

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

	.site-header {
/*  padding: 8px 0;*/
/*background: #ccc;*/
}




.title-area {

}

.header-image .site-title > a {
	background-position: center left !important;
}

.hero-red-circle ,
.bottom-red-circle ,
.bottom-yellow-circle {
	display: none;
}	



}


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


	
	.header-image .site-title > a  {
		background-position: center left !important;
	}
	
	

	
	#genesis-nav-primary {
		max-width:none;
		margin: 0 auto;
	}
	
	
	.book, .mega-book {
		margin-left: 7px !important;
		margin-right: 7px !important;
	}
	
	
	
	h1 {
		font-size: 42px;
	}
	
	.entry-title {
		font-size: 42px;
	}

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

	.single h3 {  
		font-size: 28px;
	}
	
	.site-header {
		padding: 0px 0;
	}

	
	
}

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

	.conversant-section {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	
	.site-header {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	h2.more-whitepapers {
		font-size: 36px !important;
	}
	
}


@media only screen and (max-width: 1220px) {
	.title-area {
		padding:12px 0 0;
	}
	
	.mega-solutions {
		border-left: 0px solid #ddd !important
	}

	.press-container {
		margin-top:-300px !important;
	}
	
	.world-country .gb-block-layout-column-gap-6 {
		display:block !important;
	}
	
	.conversant-section {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.site-header {
		padding-left: 0px !important;
		padding-right: 0px !important;
		background: #fff;
	}


	.content {
		width: 520px;
	}
	.full-width-content .content {
		padding: 0 0px;
	}
	.genesis-nav-menu a {
		padding: 30px 10px;
	}

	
	
	.six-icons figure {
		margin-bottom: 0;
	}
	
	#mega-menu-wrap-primary {
		position: absolute;
		right: 0;
	}
	
	#mega-menu-wrap-primary .mega-menu-toggle {
		position: absolute !important;
		right: 0 !important;
		top:-70px !important;
	}
	
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
		height: auto !important;
		padding-bottom: 10px !important;
	}
	
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		border-bottom: 0px solid #eee;
		filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.0));
	}
	
	#mega-menu-wrap-primary .mega-menu-toggle  .mega-toggle-animated {
		background: none !important;
		border: none !important;
	}
	
	#mega-menu-wrap-primary  .mega-toggle-animated-inner, 
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner::before, 
	#mega-menu-wrap-primary .mega-menu-toggle  .mega-toggle-animated-inner::after {
		background: #1363C6 !important;
	}
	
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner,
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner::before,
	#mega-menu-wrap-primary .mega-menu-toggle  .mega-toggle-animated-inner::after {
		width: 30px !important;
		height: 3px !important;
	}
	
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
		width: 100%;
	}
	
	#genesis-nav-primary {
		z-index: 9;
		margin-top:0px;
	}
	
	.site-title {
		z-index:99;
	}
	
	.js .nav-primary {
		position: relative;
		float: none;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none !important;
	}


	
	.header-image .site-title > a {
		background-position: left !important;
	}
	
	.site-title {
		padding: 10px 0;
	}
	
	.title-area {
		width: 234px;
		float: left;
		position: relative;	
	}
	
	.header-image .site-title > a
	.header-image .dark .site-title > a {
		height:56px;
	}
	
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
		border-bottom: 0px solid #eee !important;
		filter: drop-shadow(0px 10px 3px rgba(0, 0, 0, 0.00)) !important;
	}
	
	body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
		padding-left: 0px;
	}
	
	.book a, .mega-book a {
		width: 100% !important;
		border-radius: 0 !important;
	}
	
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-book {
		margin-left: -1px !important;
		margin-right: -1px !important;
		border-radius: 0 !important;

	}
	


	.site-header,
	html:not([data-scroll="0"]) .before-header {
		position: static;
	}
	
	
	.site-header {
		position: fixed;
		top:0;
	}
	
	html:not([data-scroll="0"]) .mega-menu-primary-mobile-open #mega-menu-wrap-primary #mega-menu-primary {
		top:60px;
	}
	
	.yellow-circle, 
	.hero-red-circle,
	.bottomred-circle{
		display: none;	
	}
	
	.single-post .site-inner {
		padding-left:10px !important;
		padding-right:10px !important;
	}	
}

@media only screen and (max-width: 1040px) {
	
	ul.wp-block-post-template.is-flex-container {
		margin-left: 0 !important;
		padding-left: 0 !important;
	}
	
	ul.wp-block-post-template.is-flex-container li:last-child {
		margin-bottom: 20px !important;
	}
	
	
	.red-cta-top, 
	.red-cta-bottom {
		padding-top: 10px !important;		
	}
	
	.red-cta-bottom .gb-block-layout-column-inner.gb-background-contain {
		padding-top: 0px !important;
	}
	
	.home-hero .wp-block-genesis-blocks-gb-columns.gb-2-col-equal,
	.home-hero .wp-block-genesis-blocks-gb-columns.gb-1-col-equal,
	.home-hero .wp-block-genesis-blocks-gb-columns.gb-2-col-wideleft{
		padding-bottom: 0 !important;
		padding-top: 80px !important;
	}
	
	.home-hero {
/*		margin-bottom: 0.5em !important;*/
	}
	
	.wp-block-spacer {
		display: none !important;
	}
	
	.whitepapers-container, 
	.blogs-container,
	.job-description-container{
		margin-top: 10vh !important;
		padding-top:3.25em !important;
		padding-bottom:3.25em !important;

	}
	
	
	.mobile-call {
		display: inline-block;
	}
	
	.phone {
		display: none;
	}
	
	.mobile-hide {
		display:block !important;
		margin:15px auto;
	}

	
	
	.header-widget-area {
		display:block;
		max-width:190px;
		float:right;
		margin-right:65px;
	}

	
	.header-widget-area	.book a, .header-widget-area .enquire a {
		border-radius: 25px !important;
		padding: 7px 9px 6px !important;
		text-align: center !important;
		height: auto !important;
		margin-top: 29px !important;
		width: 85px !important;
		line-height: 1 !important;
		font-size: 9px;
		min-width:50px;
		display:inline-block;
		clear:none;
	}

	
	.site-inner,
	.wrap {
		max-width: 100%;
	}




	.front-page .site-header {
		background-color: #000;
	}
	.front-page .site-header > .wrap {
		border: none;
	}
	.content,
	.sidebar {
		width: 100%;
	}
	.site-header .title-area,
	.site-header .title-area {
		padding: 5px 0;
	}

	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	
	.nav-footer .genesis-nav-menu, 
	.nav-footer .genesis-nav-menu .menu-item{
		text-align: left !important;
	}
	
	.header-image .site-title > a {
		background-position: left center !important;
		background-size: 100% !important;
		display: block;
		height: auto;
/*		min-height:49px;*/
	}
	.nav-primary .genesis-nav-menu {
		float: none;
	}

	.genesis-nav-menu a,
	.site-header .genesis-nav-menu a {
		padding: 10px;
	}
	.front-page .site-inner {
		margin-top: 0;
	}
	.site-inner {
		margin-top: 80px;
	}
	.full-width-content .content {
		padding: 0;
	}
	.full-width-content img.pull-left {
		margin-left: 0;
	}
	.full-width-content img.pull-right {
		margin-right: 0;
	}
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.site-header {
		padding: 5px 0;
	}
	
	

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

	
	.site-footer p {
		margin-bottom: 0;
		text-transform: none;
		text-align:left;

	}

	.site-footer  .nav-footer {
		float:none;
	}
	
	.book a,
	.mega-book a,
	.enquire a,
	.mega-enquire a {
		display:table !important;
		clear:both;
		margin-bottom:10px; 

	}

	.footer-widgets {
		line-height: 1.3;
	}
	
	.footer-widgets .wrap h2 {
		font-size: 20px !important;
	}
	
	.nav-footer .genesis-nav-menu a {
		margin-bottom: 10px !important;
	}
	
	.site-footer p {
	}
	
	
	
	
	.site-header .wrap {
		display: block;
		align-items: center;
		padding-left: 10px;
		padding-right: 10px;
		height:50px;
	}
	
	
	.conversant-section  {
		position: relative !important; 
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	    .site-title {
	         padding: 0; 
	    }

	.home-hero {
		padding-top: 3.25em !important;
		padding-bottom: 3.25em !important;
		min-height: 380px !important;
	}
	

	



	.before-header	.gb-3-col-equal .gb-layout-column-wrap {
		display:flex !important;
	}
	
	.before-header div {
	}
	
	
	.content .news-container {
		margin-top: 0px !important;
	}
	
	.single-news .home-hero {
		padding-top:8em !important;
	}

}




@media only screen and (max-width: 800px) {
	
	.spirit .shadow-box .gb-block-layout-column-inner {
		padding: 15px 15px 2px !important;
	}

	.sidebar {
		border:none;
	}

	.cdn-hero-boxes .gb-is-vertically-aligned-center {
		border-right: 0px solid #e2e2e2;

	}

	.cdn .shadow-box .gb-block-layout-column-inner {
		margin-bottom: 40px;
	}

	.contact-form .gb-layout-columns-1.one-column {
		padding-right: 20px !important;
		padding-bottom: 20px !important;
		padding-left: 20px !important;
	}


	.contact-form .wpforms-field.one-half {
		float:none !important; 
		width: 100% !important;
		clear: none !important;
	}

	.contact-form .wpforms-field.first {
		margin-right:autob!important;
		clear: both !important;
	}




	.contact-form  .wpforms-container .wpforms-submit-container {
		float: none;
		margin-top: auto !important;
		display: table;
		width: auto;
		margin-left: 0;
		left: 0;
	}




	h1 {
		font-size: 42px;
	}

	.entry-title {
		font-size: 42px;
	}

	body h2,
	.single h2,
	body h2.has-large-font-size,
	h2.more-whitepapers {  
		font-size: 30px !important;
	}
	.loop_div2_p2{
		font-size: 24px !important;
		font-weight: 200 !important;

	}
	.w_div-ti1{
		font-size: 12px !important;
		font-weight: 200 !important;

	}

	.single h3 {  
		font-size: 21px;
	}

	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}

	/*	.site-inner,
		.wrap {
			padding: 0 5%;
		}*/


		.entry-footer .entry-meta a {
			display: block;
			margin-bottom:20px;
		}
		
		.wp-block-buttons {
			justify-content:center !important;
		}
		
		.entry-content .grey-box h3,
		.entry-content .grey-box p {
			text-align: center !important;
		}
		
		.entry-content .offices-address .grey-box h3,
		.entry-content .offices-address .grey-box p {
			text-align: left !important;
		}
		
		.home	.entry-content .grey-box h3,
		.home .entry-content .grey-box p {
			text-align: left !important;
		}
		
		.job-description-container {
			margin-top: 0px !important;
			padding-top: 0em !important;
			padding-bottom: 0em !important;
		}
		
		.contact-form .wpforms-field.one-half, .job-app .wpforms-field.one-half {
			float: left !important;
			width: 100% !important;
			clear: none !important;
			margin-left: 0 !important;
		}
		.press-container {
			margin-top: 0 !important;
		}
		
		.shadow-box .cdn-hero-boxes.our-values .gb-layout-column-wrap .wp-block-genesis-blocks-gb-column {
			border:0 !important;
		}


	}

	@media only screen and (max-width: 768px) {
				body{
					line-height: 1.3;
					font-size:16px;
				}

				.mega-menu-primary-mobile-open #mega-menu-wrap-primary #mega-menu-primary  {
					top: 60px !important;
				}
				.single .content .entry .entry-title {
					font-size: 26px;
					font-weight: 500;
				}
			    .site-inner {
			        margin-top: 30px;
			    }
				.hero-bullet .gb-layout-column-wrap {
					width: 100% !important;
					display: block !important;
				}

				.reverse-columns .gb-block-layout-column:nth-child(1) {
					grid-area: col2;
				}

				.reverse-columns .gb-block-layout-column:nth-child(2) {
					grid-area: col1;
				}


				.half-width-entries.full-width-content .content .entry {
					width: 100%;
					margin-bottom: 20px;
					max-width: 600px;
					margin:0 auto 40px;
					display:table;
					float:none !important;
				}



				.entry-content h1,
				.entry-content h2,
				.entry-content h3,
				.entry-content h4,
				.entry-content p,
				.entry-content ul,
				.entry-content ol {
					text-align: center;
				}
				.conversant-section{
					padding-top:100px !important;
					padding-bottom:0px !important;
				}
				.has-text-align-center{
					top: 50px !important;
					font-size: 30px !important;
				}
				.owl-carousel .owl-stage{
					height: 370px !important;
					margin-top: 100px !important;
				}
				.loop_title1{
					font-size:16px !important;
					padding: 6px;
				}
				.owl-carousel1 .owl-item p{
					font-size:14px !important;
				}
				.owl-carousel .owl-item .img1{
					width: 40px !important;
			        height: 40px !important;
				}
				.owl-carousel1 .owl-item .img2{
					width:100px !important;
				}
				.footer-widget-area {
					width:100% !important;
					padding:0 !important;

				}
				.footer-widgets-1.footer-widget-area{
					display:none;
				}
				.footer-widgets p{
					line-height: 0.8;
				}

				.footer-widgets .wrap,
				.site-footer .wrap{
					padding-left:20px;
					padding-right: 20px;
				}

				.footer-widgets .wrap,
				.site-footer .wrap{
					padding-left: 10px;
					padding-right: 10px;
				}

				.mobile-only {
					display:block;
				}

				.desktop-only {
					display:none !important;
				}

				.entry-content .why-conversant  h3,
				.entry-content .why-conversant  p {
					text-align: center !important;
				}

				.why-conversant .wp-block-columns {
					margin-bottom: 0px !important;
				}

				.footer-widgets {
					text-align: left;
				}

				.footer-widgets .wrap h2 {
					margin-bottom:0;
					margin-top:15px;
				}

				.white-resources h3 {
					font-size: 24px !important;
				}

				.header-image .site-title > a {
					background-size: 130px 18px !important;
			        height: 20px !important;
			        min-width: 191px;
			        margin-top: 5px;
			    }

				.site-inner{
					text-align:center;
				}
				.wp-block-image img{
					width:220px;
				}
				.wp-block-buttons-is-layout-flex{
					display:block;
				}
				.wp_div_1{
					padding-top: 45px !important;
					padding-bottom: 45px !important;
				}
				.wp_div_img1{
					width: 150px !important;
				}
				.loop_div2_p{
					font-size: 28px;
				}
				.loop_data_div1_img_but{
					width:150px;
					height:45px !important;
				}
				.footer-widgets .wrap .foot_div_h2{
					font-size: 14px !important;
				}
				.foot_div_p_a{
					font-size: 12px !important;
				}
				.foot_div-p3{
					font-size: 12px !important;
				}
				/*		子页		*/
				.gb-664934814b4f2{
					font-size:30px !important;
				}
				.div-css2{
					padding:20px !important;
					height:150px !important;
				}
				.div-css2 img{
					width: 103px !important;
					height: 30px !important;
					margin-top:0 !important;
				}
				.s_img_div12_body{
					display: flex;
					align-items: center;

				}
				.s_div_top_1{
					padding-bottom:0 !important;
				}

				.div-css2 h2{
					font-size: 18px !important;
					white-space:initial !important;
				}
				#formid{
					padding: 10px !important;
					height: 50px;
				}
				.cs-1{
					width: 100% !important;
					margin-top:30px !important;
				}
				.cs-2 h2{
					font-size: 24px !important;
				}
		}

		.title-area {
			height: 100% !important;
		}

		.before-header p,
		.before-header {
			font-size: 16px !important;
		}



		body .yarpp-thumbnails-horizontal .yarpp-thumbnail {
			height: auto;
			margin: 0px;
			margin-left: 0px;
			margin-right: 0px;
			width: 100%;
			border:0;
			display: inline-block;
			margin-bottom:40px;
		}

		body .yarpp-thumbnails-horizontal .yarpp-thumbnail:first-child {
			margin-left: 0px;
		}

		.media-gaming .box-equal-height {
			margin-bottom:40px;
		}
	}

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

/*
.before-header	.gb-layout-columns-3 > .gb-layout-column-wrap.gb-is-responsive-column {
	display: flex !important;
}

	/*
.before-header	.gb-block-layout-column {
  display: block;
  width: 100% !important;
}
*/
		


		.before-header .wrap {
			justify-content: center !important;
			align-items: center;
			display: table;
			margin: 0 auto;
			width: auto;
		}

		.before-header 		.gb-block-layout-column {
			display:inherit !important;
			width: auto !important;
			padding-right:0px !important;
		}

		.before-header .gb-2-col-wideleft > .gb-layout-column-wrap {
			-ms-grid-columns: 1fr 1fr;
			grid-template-columns: 1fr 1fr;
		}

		.before-header .gb-block-layout-column {
 /* display: flex !important;
  width: auto !important;
  padding-right: 0px !important;
  align-items: center;
  */
			justify-content: start;
		}

		.before-header  .gb-block-layout-column:nth-child(2) {
			justify-content: end;

		}

		.gtranslate_wrapper {
			line-height:1 !important;
		}

		.gt_selector {
			font-size: 12px !important;
			padding: 0 0 5px !important;
			border: none !important;
			color: #AFB1B3 !important;
			outline: none;
			background: #FAFAFA !important;
			text-align: right !important;
			width: auto;
			padding-right: 2px !important;
			text-align: right;
			width: 100%;
		}




		.before-header .wrap {
			display: inherit;
		}

		.media-gaming .wp-block-heading  {
			text-align: center !important;

		}

		.before-header p	{
			font-size: 13px !important;
		}

		.gt_selector {
			font-size:12px !important;
		}


		.no-js .owl-carousel, .owl-carousel.owl-loaded {
			display: block;
			margin-bottom: -80px;
		}

		.media h3,
		.media p{
			text-align:center !important;
		}

		.cdn-h2 br {
			display:none !important;
		}

		.genesis-nav-menu .menu-item {
			display: block;
			text-align: center;
		}

		.form-privacy .form-privacy-p {
			margin-top: auto !important;
		}






		.offices-address .grey-box  .wp-block-columns  .wp-block-column {
			display: block !important;
			float: left;
		}

		.offices-address .grey-box  .wp-block-columns  .wp-block-column:nth-child(1)
		{
			width: 15% !important;
		}


		.offices-address .grey-box  .wp-block-columns  .wp-block-column:nth-child(2)
		{
			width: 80% !important;
		}

		.offices-address .grey-box  .wp-block-columns   {
			display: block !important;
			clear: both !important;
		}



		.bottom-boxes .gb-block-layout-column-inner {
			padding-left:0 !important;
			padding-right: 0 !important;
		}

		.media-gaming figure {
			margin: 0 auto 20px !important;
		}

		.media-gaming h3 br {
			display:none !important;
		}

		.single-post .content,
		.single-post .sidebar {
			width: 100%;
		}

		.jobs-content-box {
			background: #F8F8F8 !important;
			padding: 10px 10px !important;
			border-radius: 5px !important;
			filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.09));
		}

		.job-description-cta {
			margin-top: 40px !important;
		}
		.press-content-box {
			padding: 40px 30px !important;
		}



	}





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

		.header-widget-area	.book a, .header-widget-area .enquire a {
			width: 75px !important;
		}
		.site-header .title-area, .site-header .title-area {
			padding: 5px 0px;
			padding-left: 8px;
		}

		.responsive-menu-icon {
			right: 4px !important;

		}



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


	}


	.wp-block-apedestrian-infinite-scroll-end p {
		display:none;
	}


	.entry-content .wpforms-form .wpforms-field.wpforms-field-content {
		overflow:visible !important;
		margin-bottom:10px !important;
		display:inline-block !important;
	}

	li.type-whitepaper .wp-block-post-terms {
		background-color: #fff1f0;
		color: #1363C6;
		font-size: 18px;
		font-weight: 500;
		padding: 3px 10px !important;
		text-align: center;
		display: table;
		font-size: 14px !important;
		margin-top: 20px;
		margin-bottom: -20px;
	}

	li.type-whitepaper .wp-block-post-excerpt__excerpt {
		margin-bottom:20px;
	}

	.your-application h1 {
		text-align: center !important;
	}

	.wp-block-query .read-time {
		display:inline-block;
		width:100%;
		text-align:right;
		color:#9397AD;
		font-size: 14px !important;
		font-style: normal;
		font-weight: 500 !important;
	}

	.y-title a {
		color:#000 !important;
	}

	.before-header a {
		padding-right:5px;
	}

	.before-header p {
		font-weight: 500;
		text-align: left;
	}