/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.sidebar-social-links {list-style:none; font-size:28px; line-height:52px;}
.sidebar-social-links li a, .sidebar-social-links li a:hover {color:#fff;}
.sidebar-social-links li {display:inline-block; margin-right:4px; width:48px;  height:52px; text-align:center; padding-left:4px;}
.sidebar-social-links li:last-child {margin-right:0px;}
.sidebar-social-links li div {text-indent:-5000px; width:0px; height:0px; overflow:hidden; position:absolute;}
.sidebar-social-links li .fa {font-size:1.2em; margin-right:4px;}
.sidebar-social-links .fb {background-color:#375797 !important;}
.sidebar-social-links .tw {background-color:#00a8eb !important;}
.sidebar-social-links .li {background-color:#0078b5 !important;}
.sidebar-social-links .yt {background-color:#cd332c !important;}

.margin-bottom-small {
    padding: 0px !important;
    padding-top: 10px !important;
    margin: 0px !important;
}
.sidebar-social-links li .fa {
    font-size: 30px;
    padding: 2px !important;
    color: #fff;
}
.large-vertical-padding {padding-top:45px; padding-bottom:45px;}

.btn-style-one {color:#0e2849; border:2px solid #0e2849; text-align:center; text-transform:uppercase; width:96%; max-width:300px; display:block; padding:12px 2%; font-size:22px; line-height:1.2em;}
.btn-style-one:hover {background-color:#0e2849; color:#fff !important;}
.animate-all {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.civitas-marketo {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.civitas-marketo label {
  display: inline-block !important;
  width: 100% !important;
  float: none !important;
  color:#333;
  font-weight: 400 !important;
  font-size: 18px;
  margin-bottom: 20px !important;
  padding-top: 2px;
  text-transform: uppercase;
}

.civitas-marketo input:not([type=submit]):not([type=checkbox]):not([type=radio]), .civitas-marketo select , .civitas-marketo textarea {
  width: 100% !important;
  padding-left: 4%;
  padding-right: 4%;
  font-size: 18px;
  border: 1px solid #999;
  background-color: #fff;;
  display: inline-block;
  float: none !important;
  margin-bottom: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.civitas-marketo input:not([type=submit]):not([type=checkbox]):not([type=radio]), .civitas-marketo select {
  height: 60px;
}
.civitas-marketo textarea {
  min-height: 200px;
}

.civitas-marketo select {

  -webkit-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" fill="grey" /></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 10px 12px;
}
.civitas-marketo .mktoHtmlText {
  margin-bottom: 30px;
  margin-top: 30px;
}
.civitas-marketo .mktoGutter {display: none;}
.civitas-marketo .mktoForm {width: 100% !important; margin-bottom: 0 !important;}
.civitas-marketo .mktoForm .mktoFieldWrap, .civitas-marketo  .mktoForm  .mktoHtmlText {
  float: none !important;
  width: 100% !important;

  color: #333;
}
.civitas-marketo  .mktoForm .mktoFormCol {
  width: 50% !important;
  flex: 1 1 auto;
  color: #333;
}
.civitas-marketo  .mktoForm  .mktoHtmlText {
  font-size: 18px;
  font-weight: 400;
}
.civitas-marketo .mktoFormRow {
  display: flex;
  width: calc(100% + 25px);
  gap: 25px;
}

body .civitas-marketo .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
  border: 1px solid #0a2849 !important;
  background: #0a2849 !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
  padding: 25px 30px !important;
  color: #fff !important;
  text-shadow: none;
  box-shadow: none;
  margin-top: 10px;
  transition: all 0.3s ease !important;
}
body .civitas-marketo .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background: #fff !important;
  color: #0a2849 !important;
}
.civitas-marketo .mktoFormCol {
 margin-bottom: 10px;
}
.civitas-marketo .mktoButtonWrap {
  margin-left: auto !important;
}
.civitas-marketo .mktoForm .mktoCheckboxList {
  width: 100% !important;
}
.civitas-marketo .mktoAsterix {
  display: none !important;
}
.mktoRequiredField label:after{content: '*';}
.civitas-marketo .mktoOffset {display: none !important;}

@media(max-width:800px){
  .civitas-marketo .mktoFormRow {
    flex-wrap: wrap;
	width: 100%;
    gap: 0;
  }
  .civitas-marketo  .mktoForm .mktoFormCol {
    width: 100% !important;
  }
  .civitas-marketo label {
    width: 100% !important;
  }
  .civitas-marketo input:not([type=submit]):not([type=checkbox]):not([type=radio]), .civitas-marketo select , .civitas-marketo textarea{
    width: 100% !important;
  }
}

.mktoForm {font-family: "Lato",sans-serif !important;}
ul.footer-social {margin: 0px !important; padding: 0px !important;}

/* 20-july-2020 Production Site css */
.bold_tab.x-nav-tabs>li>a { font-weight: bold; }
.bottom-content .threeCol .col-3 p:last-child {min-height: auto;margin-bottom: 0;}
.bottom-content .threeCol .col-3 {padding-bottom: 0 !important;}
@media (max-width: 480px) {
  .col_reverse > div:nth-child(2n) .x-row-inner,
  .col_reverse .x-row-inner{
    flex-direction: column-reverse !important;
  }
  .col_reverse > div:nth-child(2n) .x-row-inner .x-col,
  .col_reverse .x-row-inner .x-col {
    flex-basis: auto !important;
  }
}

/* inline css fixes */

.tab_heading {
  font-size:20px;
  margin-top:-20px;
  margin-bottom:25px;
  letter-spacing:1px;
  word-spacing: 3px;
}

.divider {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
}

.gradient_hr {
  background: linear-gradient(to right, #7db551, #00adef);height: 2px;width:95%;margin: auto;
}

/* Linkedin Job Feed */
ul.job-feed {
  list-style-type: none;
  padding-left: 0;
  padding-top: 3rem;
}

ul.job-feed li a {
  font-weight: bold;
}

ul.job-feed li span {
  font-size: 17px;
  display: block;
}

a.view-li-jobs {
  margin-top: 3rem;
  padding: 0.575em 0.85em 0.575em 0.85em;
}

/* The Grid Filter Styles */
.category-search {
	padding: 50px 0;
}

.post-filter > div, .post-filter__cats {
	display: flex;
}

.post-filter {
	background: #eeeeee;
}

.post-filter > div {
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.filter a {
	display: block;
	color: #0a2849;
	font-weight: 700;
	padding: 21px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
}

.filter a:hover,
.filter.active a {
	background: #ffffff;
}

.post-filter .form-search {
	background: #ffffff;
	border-top: 8px solid #eeeeee;
	border-bottom: 8px solid #eeeeee;
}

.post-filter #search {
	margin-bottom: 0;
	border: none;
    border-radius: 0;
	box-shadow: none;
	padding-left: 35px;
}

.post-filter #searchsubmit {
	color: #ffffff;
	font-weight: 700;
	text-shadow: none;
}

.post-filter #searchsubmit:hover {
	border-color: rgb(10,39,80);
}

.post-filter .post-filter__cats > .filter {
	display: none;
}

.post-filter #mobile-filters {
	margin-bottom: 0;
    border: none;
    height: 45px;
    border-radius: 0;
    padding: 0 5px;
	margin: 8px 0;
}

.tg-filters-holder,
.tg-search-holder {
    width: 96%;
    margin: 0 2% !important;
}

.tg-dropdown-holder {
    width: 87%;
    padding: 10px 5% 10px 8% !important;
}

.tg-search-inner {
    width: 100%;
    padding: 10px 0 !important;
}

.tg-search {
	width: calc(90% - 60px) !important;
	min-width: auto !important;
	max-width: none !important;
}

span.tg-dropdown-title {
    width: calc(95% - 20px);
}

span.tg-dropdown-title.tg-nav-color.tg-nav-font {
    color: #0a2849 !important;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tg-filter-active,
.tg-dropdown-item:hover {
	background: #0a2849 !important;
	color: #ffffff !important;
}

input.tg-search {
    font-weight: 400 !important;
}

@media screen and (min-width: 768px) {
	.post-filter > div {
		flex-direction: row;
		padding-top: 0;
		padding-bottom: 0;
	}

	.post-filter__search {
		margin-left: auto;
	}

	.tg-filters-holder,
	.tg-search-holder {
		width: 46%;
		margin: 0 2% !important;
	}
}

@media screen and (min-width: 992px) {
	.post-filter > div {
		padding: 0 20px;
	}

	.post-filter #mobile-filters {
		display: none;
	}

	.post-filter .post-filter__cats > .filter {
		display: block;
	}

	.tg-filters-holder,
	.tg-search-holder {
		width: 21%;
		margin: 0 2% !important;
	}
}

/* Tab Styles */
.x-tabs-list ul {
	justify-content: center !important;
}

.x-tabs-list ul li {
    padding-bottom: 0 !important;
}

.x-tabs-list button {
    text-transform: none !important;
    font-weight: 700 !important;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-left-width: 1px !important;
    border-bottom-width: 0 !important;
    padding-top: 25px !important;
    padding-bottom: 20px !important;
	transition: all .3s ease;
}

.x-tabs-list button.x-active,
.x-tabs-list button:hover {
    color: rgb(10,39,80) !important;
	background: #fff !important;
	border-color: rgba(0,0,0,0.15) !important;
}

/* @media screen and (max-width: 766px) {
	.x-tabs-list {
		flex-flow: column nowrap !important;
	}
}

@media screen and (min-width: 767px) {
	.x-tabs-list button.x-active,
	.x-tabs-list button:hover {
		background: #fff !important;
		border-color: rgba(0,0,0,0.15) !important;
	}
} */

/* Full Width Tabs */
.tabs-fullwidth .x-tabs-panels::before,
.tabs-fullwidth .x-tabs-panels::after {
    content: "";
    position: absolute;
	z-index: -1;
    background: #fff;
    height: 100%;
    width: 50vw;
	border-top: 1px solid rgba(0,0,0,0.15);
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

.tabs-fullwidth .x-tabs-panels::before {
	left: -80px;
}

.tabs-fullwidth .x-tabs-panels::after {
	right: -80px;
}

.tabs-fullwidth .x-tabs-panel {
	padding: 40px 0 !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	box-shadow: none !important;
}

@media screen and (min-width: 1343px) {
	.tabs-fullwidth .x-tabs-panels::before {
		left: calc((100vw - 1170px) / -2);
	}

	.tabs-fullwidth .x-tabs-panels::after {
		right: calc((100vw - 1170px) / -2);
	}
}

/* Equal Height Cards */
.equal-height-cards .x-card .x-card-face.is-front {
	justify-content: start;
}

/* Blue Navbar */
/* .desktop .sub-menu */
.x-navbar {
	background-color: #122747 !important;
}

.x-navbar .desktop .sub-menu li a {
	color: #122747;
}

.desktop .sub-menu a {
	white-space: normal !important;
}

/* Navbar Buttons */
.x-navbar .desktop .x-nav > li.cl-nav-btn-blue > a,
.x-navbar .desktop .x-nav > li.cl-nav-btn-white > a {
    transition: all 0.3s ease !important;
}

.x-navbar .mobile .x-nav li.cl-nav-btn-blue > a,
.x-navbar .mobile .x-nav li.cl-nav-btn-white > a {
	border: none !important;
	margin-top: 20px;
}

.x-navbar .desktop .x-nav > li.cl-nav-btn-blue > a span,
.x-navbar .desktop .x-nav > li.cl-nav-btn-white > a span {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.x-navbar .desktop .x-nav > li.cl-nav-btn-blue > a {
	background: #0a2849;
	color: #fff;
	border: 1px solid #fff !important;
}

.x-navbar .desktop .x-nav > li.cl-nav-btn-blue > a:hover,
.x-navbar .desktop .x-nav > li.cl-nav-btn-blue a:focus {
	border-bottom: 1px solid #fff !important;
	background: #fff !important;
	color: #0a2849 !important;
}

.x-navbar .mobile .x-nav li.cl-nav-btn-blue > a {
	border: 1px solid #fff !important;
	background: #0a2849 !important;
    color: #fff !important;
    text-align: center !important;
}

.x-navbar .desktop .x-nav > li.cl-nav-btn-white > a {
	margin: 0 10px;
	background: #fff;
	color: #0a2849;
	border: 1px solid #fff !important;
	font-weight: 700;
}

.x-navbar .desktop .x-nav > li.cl-nav-btn-white > a:hover,
.x-navbar .desktop .x-nav > li.cl-nav-btn-white a:focus {
	border: 1px solid #fff !important;
	background: #0a2849 !important;
	color: #fff !important;
}

.x-navbar .mobile .x-nav li.cl-nav-btn-white > a {
	background: #fff !important;
    color: #0a2849 !important;
    text-align: center !important;
	font-weight: 700;
}

/* Flip Cards */
.x-card .x-card-face.is-back .x-anchor-button {
	background-color: #0a2849;
	border: 1px solid #0a2849;
}

.x-card .x-card-face.is-back .x-anchor-button .x-anchor-text-primary {
	color: #fff;
}

.x-card .x-card-face.is-back .x-anchor-button:hover,
.x-card .x-card-face.is-back .x-anchor-button:focus {
	background-color: #fff;
}

.x-card .x-card-face.is-back .x-anchor-button:hover .x-anchor-text-primary,
.x-card .x-card-face.is-back .x-anchor-button:focus .x-anchor-text-primary{
	color: #0a2849;
}

/* Button Shortcodes */
.cl-btn-blue,
.cl-btn-white,
.hubspot-button a {
	font-family: inherit !important;
	font-size: 1em !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	padding-top: 0.75em !important;
	padding-right: 1em !important;
	padding-bottom: 0.75em !important;
	padding-left: 1em !important;
}

.cl-btn-blue {
	color: #fff !important;
	border-color: #0a2849 !important;
	background-color: #0a2849 !important;
	text-shadow: none !important;
}

.cl-btn-blue:hover,
.cl-btn-blue:focus {
	color: #0a2849 !important;
  background-color: #fff !important;
}

.cl-btn-white,
.hubspot-button a {
	color: #0a2849 !important;
	border-color: #0a2849 !important;
	background-color: #fff !important;
	text-shadow: none !important;
}

.cl-btn-white:hover,
.cl-btn-white:focus {
	color: #fff !important;
  background-color: #0a2849 !important;
}

/* Button Overrides */
.cl-btn-blue.x-anchor.x-anchor-button {
	margin: 0 !important;
	border: 1px solid #0a2849 !important;
	transition: all .3s ease !important;
}

.cl-btn-blue.x-anchor.x-anchor-button:hover,
.cl-btn-blue.x-anchor.x-anchor-button:focus {
	background-color: #fff !important;
}

.cl-btn-blue.x-anchor.x-anchor-button .x-anchor-content {
	padding: 0 !important;
}

.cl-btn-blue.x-anchor.x-anchor-button .x-anchor-text {
	margin: 0 !important;
}

.cl-btn-blue.x-anchor.x-anchor-button .x-anchor-text-primary {
	color: #fff !important;
}

.cl-btn-blue.x-anchor.x-anchor-button:hover .x-anchor-text-primary,
.cl-btn-blue.x-anchor.x-anchor-button:focus .x-anchor-text-primary {
	color: #0a2849 !important;
}

.cl-btn-white.x-anchor.x-anchor-button,
.hubspot-button a {
	margin: 0 !important;
	border: 1px solid #0a2849 !important;
	transition: all .3s ease !important;
}

.cl-btn-white.x-anchor.x-anchor-button:hover,
.cl-btn-white.x-anchor.x-anchor-button:focus,
.hubspot-button a:hover,
.hubspot-button a:focus {
	background-color: #0a2849 !important;
}

.cl-btn-white.x-anchor.x-anchor-button .x-anchor-content {
	padding: 0 !important;
}

.cl-btn-white.x-anchor.x-anchor-button .x-anchor-text {
	margin: 0 !important;
}

.cl-btn-white.x-anchor.x-anchor-button .x-anchor-text-primary,
.hubspot-button a {
	color: #0a2849 !important;
}

.cl-btn-white.x-anchor.x-anchor-button:hover .x-anchor-text-primary,
.cl-btn-white.x-anchor.x-anchor-button:focus .x-anchor-text-primary,
.hubspot-button a:hover,
.hubspot-button a:focus {
	color: #fff !important;
}

/* Forms */
.gform_next_button,
.gform_previous_button,
.gform_button {
	padding-top: 0.75em !important;
    padding-right: 1em !important;
    padding-bottom: 0.75em !important;
    padding-left: 1em !important;
	font-family: inherit !important;
    font-size: 0.9em !important;
    font-style: normal !important;
    font-weight: 400 !important;
	text-shadow: none !important;
	transition: all .3s ease !important;
}

.gform_next_button,
.gform_button {
	background: #0a2849 !important;
	border: 1px solid #0a2849 !important;
	color: #fff !important;
}

.gform_next_button:hover,
.gform_button:hover {
	background: #fff !important;
	color: #0a2849 !important;
}

.gform_previous_button {
	background: #fff !important;
	border: 1px solid #0a2849 !important;
	color: #0a2849 !important;
}

.gform_previous_button:hover {
	background: #0a2849 !important;
	color: #fff !important;
}

.gform_wrapper.gravity-theme .gf_step_number {
	border: 1px solid #0a2849 !important;
	color: #0a2849 !important;
}

.gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
    background: #0a2849 !important;
    color: #fff !important;
}

.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number {
	background: #02adf2 !important;
    border: 1px solid #02adf2 !important;
}

.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before {
	background: #02adf2 !important;
    border: 1px solid #02adf2 !important;
}

.gform_confirmation_message h3 {
	color: #02adf2 !important;
}

.gform_confirmation_message h5 {
    margin-top: 0.5rem;
	font-size: 1.4em;
}

.gform_wrapper .gform_validation_errors {
	background: #fff !important;
	border: 1.5px solid #02adf2 !important;
	box-shadow: none !important;
}

.gform_wrapper .gform_validation_errors>h2 {
	color: #02adf2 !important;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
    border: 1px solid #02adf2 !important;
}

body .gform_wrapper .gfield_description.validation_message {
	color: #02adf2 !important;
	font-weight: 700;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    background: #fff !important;
    border: none !important;
    padding: 0 !important;
}

.gform_wrapper.gravity-theme .gfield_description {
	font-size: 13px !important;
}

/* ROI Calculator */
.roi-calculator .has-default input {
	color: #aaa;
}

.roi-calculator .gform_footer input {
	margin: 0 auto;
}

/* Title Left Border */
.cl-border-left {
	position: relative;
	padding-left: 30px !important;
}

.cl-border-left:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background: #00adef;
    background: -moz-linear-gradient(#00adef 0%, #91c73e 100%);
    background: -webkit-linear-gradient(#00adef 0%, #91c73e 100%);
    background: -o-linear-gradient(#00adef 0%, #91c73e 100%);
    background: -ms-linear-gradient(#00adef 0%, #91c73e 100%);
    background: linear-gradient(#00adef 0%, #91c73e 100%);
}

@media(min-width:992px){
	.cl-border-left {
		padding-left: 40px !important;
	}
}

/* Hero Heights */
@media(min-width:992px){
	.cl-hero-md,
	.cl-hero-lg {
    	display: flex !important;
		align-items: center;
	}

	.cl-hero-md {
		min-height: 550px;
	}

	.cl-hero-lg {
		min-height: 700px;
	}
}

/* Paragraph Styles */
.p-lg {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 1em;
}

.p-md {
  font-size: 25px;
}

.p-sm {
  font-size: 14px;
}

.text-blue {
  color: rgb(10,39,80);
}

.p-black {
  font-weight: 900;
}

.p-black a {
  text-decoration: underline;
  color: unset;
}

.p-black a:hover {
  color: rgb(2,173,242);
}

/* Gated Popup Form */
.cv-gated-popup {
	z-index: 10000 !important;
	background: rgba(18, 39, 71, 0.85) !important;
}

.cv-gated-popup .tingle-modal-box {
	max-width: 550px;
}

.cv-gated-popup .mktoForm,
.cv-gated-popup .mktoForm .mktoFormCol,
.cv-gated-popup .mktoForm .mktoFieldWrap,
.cv-gated-popup .mktoForm .mktoField,
.cv-gated-popup .mktoForm .mktoLabel {
	width: 100% !important;
}

.cv-gated-popup .tingle-modal-box__content h1,
.cv-gated-popup .tingle-modal-box__content h2,
.cv-gated-popup .tingle-modal-box__content h3,
.cv-gated-popup .tingle-modal-box__content h4,
.cv-gated-popup .tingle-modal-box__content h5,
.cv-gated-popup .tingle-modal-box__content h6 {
	margin-top: 0 !important;
	color: rgb(10,39,80);
	text-align: center;
}

.cv-gated-popup .tingle-modal-box__content p {
	text-align: center;
}

.cv-gated-popup .mktoForm .mktoAsterix {
	display: none !important;
}

.cv-gated-popup .mktoForm .mktoButtonRow {
	text-align: center !important;
	padding-top: 20px !important;
}

.cv-gated-popup .mktoForm .mktoButtonWrap {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.cv-gated-popup .mktoForm .mktoButton {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	background: #0a2849 !important;
	border: 1px solid #0a2849 !important;
	color: #fff !important;
	border-radius: 0 !important;
    box-shadow: none !important;
	font-family: inherit !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    padding-top: 0.75em !important;
    padding-right: 1em !important;
    padding-bottom: 0.75em !important;
    padding-left: 1em !important;
	text-transform: none !important;
	text-shadow: none !important;
}

.cv-gated-popup .mktoForm .mktoButton:hover {
	background: #fff !important;
	color: #0a2849 !important;
}

@media (max-width: 480px) {
	.cv-gated-popup .tingle-modal-box__content {
		padding: 2rem 1rem !important;
	}

	.cv-gated-popup .mktoForm .mktoLabel {
		margin-bottom: 10px !important;
	}
}

/* Footer Tooltip */
#menu-item-10362 a:hover {
	color: #f0f7fc;
}
.simpletooltip[aria-hidden="true"] {
  display: none;
}
.simpletooltip_container {
  position: relative;
  display: block;
}
.simpletooltip {
  position: absolute;
  z-index: 666;
  width: 100%;
  border-radius: .5em;
  background: rgba(240, 247, 252, 1);
  color: #000;
  padding: 1em;
  text-align: left;
  line-height: 1.3;
  font-size: 12px;
  font-weight: 400;
  bottom: 100%;
  left: 0;
  margin-bottom: 10px;
  text-transform: none !important;
  text-shadow: none !important;
}
.simpletooltip::before {
  content: '';
  speak: none;
  position: absolute;
  z-index: 1000;
  width: 10px;
  height: 10px;
  pointer-events: none;
  left: 50%;
  bottom: -20px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid rgba(240, 247, 252, 1);
}

/* Blog Single */
.single .x-container.offset {
	margin: 0 auto;
}

.single .entry-header .entry-header-inner h1.entry-title {
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.single .entry-header .entry-header-inner .p-meta,
.single .entry-header .entry-header-inner .p-meta span,
.single .entry-header .entry-header-inner .p-meta span a {
	color: #666666 !important;
	font-size: 16px !important;
	font-style: italic;
	font-weight: normal;
	transition: all 300ms ease;
}

.single .entry-wrap {
	padding: 30px;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	box-shadow: none;
}

.single .entry-header {
	position: relative;
	display: flex;
	gap: 2em;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	background: #eeeeee;
	padding: 30px 30px 0;
}

.single .entry-header::before,
.single .entry-header::after {
	content: "";
	position: absolute;
	top: 0;
	z-index: -1;
	background: #eeeeee;
	height: 100%;
	width: 50vw;
}

.single .entry-header::before {
	left: -10%;
}

.single .entry-header::after {
	right: -10%;
}

.single .entry-header-inner {
	padding-bottom: 1.25em;
}

.single .entry-header-inner .p-meta>span:after {
	content: "|";
}

.single .entry-thumb {
	display: none;
}

.single .x-entry-share {
	border: none;
	margin-bottom: 0 !important;
}

.single .x-entry-share .x-share-options a {
	background: #ababab !important;
	margin: 0 10px;
	height: 35px !important;
	width: 35px !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}

.single .x-entry-share .x-share-options a:after {
	font-size: 14px !important;
}

.single .entry-content p,
.single .entry-content #bsf_rt_marker ul li {
	font-size: 18px;
	line-height: 1.7em !important;
	font-weight: 400;
}

.single .entry-content #bsf_rt_marker > p:first-child:first-letter {
  color: #000000;
	float: left;
	font-family: Playfair;
	font-style:italic;
	font-weight: 700;
	font-size: 55px;
	line-height: 1;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 0px;
}

.single .entry-content #bsf_rt_marker h2 {
	font-size: 28px;
	line-height: 1.15;
	margin-bottom: 24px;
}

.single .entry-content #bsf_rt_marker h3 {
	font-size: 24px;
	line-height: 1.15;
	margin-bottom: 24px;
}

.single .entry-content #bsf_rt_marker h4 {
	font-size: 20px;
	line-height: 1.15;
	margin-bottom: 24px;
}

.single .entry-content .entry-related .tg-grid-wrapper h4 {
	margin-bottom: 0;
}

.single .tg-grid-wrapper {
	margin-top: 0 !important;
	margin-left: -20px;
	margin-right: -20px;
}

.hubspot-button {
	text-align: center;
	background-color: #e5f0f1 !important;
}

.hubspot-button h2  {
	text-transform: none !important;
}

.hubspot-button h2 span {
	color: #000 !important;
	font-weight: 700;
}

.hubspot-button div {
	color: #000;
	font-style: italic;
	margin-bottom: 20px !important;
}

.single .entry-content a[rel="next"],
.single .entry-content a[rel="prev"] {
	color: rgb(10,39,80);
	font-size: 18px;
  font-weight: 400;
	transition: all 300ms ease;
}

.single .entry-content a[rel="next"]:hover,
.single .entry-content a[rel="prev"]:hover {
	color: #00adef !important;
}

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

@media screen and (min-width: 768px) {
	.single .entry-wrap {
		padding: 60px;
	}

	.single .entry-header .entry-header-inner h1.entry-title {
		font-size: 32px;
	}

	.single .entry-header .entry-header-inner .p-meta,
	.single .entry-header .entry-header-inner .p-meta span,
	.single .entry-header .entry-header-inner .p-meta span a {
		font-size: 18px !important;
	}
}

@media(min-width:992px) {
	.single .entry-header {
		padding: 30px 60px 0;
	}

	.single .entry-thumb {
		flex: 1 0 38%;
		display: block;
		transform: translate(0px, 1em);
	}

	.single .entry-wrap {
		display: flex;
		padding: 80px 100px 60px 60px;
	}

	.single .entry-header .entry-header-inner h1.entry-title {
		font-size: 38px;
	}

	.single .entry-header .entry-header-inner .p-meta,
	.single .entry-header .entry-header-inner .p-meta span,
	.single .entry-header .entry-header-inner .p-meta span a {
		font-size: 20px !important;
	}

	.single .x-entry-share {
		flex: 0 0 20%;
	}

	.single .x-entry-share .x-share-options {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.single .x-entry-share .x-share-options a {
		margin: 0 10px 20px;
	}

	.single .entry-content {
		flex: 1;
		margin-top: 0;
		max-width: 80%;
	}

	.single .entry-content #bsf_rt_marker > p:first-child:first-letter {
		font-size: 77px;
		line-height: 50px;
		padding-top: 10px;
	}
}

@media(min-width:1100px) {
	.single .entry-header .entry-header-inner h1.entry-title {
		font-size: 45px;
	}
}

@media screen and (min-width: 1343px) {
	.single .entry-header::before {
		left: calc((100vw - 1170px) / -2);
	}

	.single .entry-header::after {
		right: calc((100vw - 1170px) / -2);
	}
}

@media(min-width:992px) and (max-width:1500px) {
	.single .entry-header .entry-header-inner h1.entry-title {
		font-size: 3vw;
	}
}

/* Full width blog sections */
.blog-full-width {
	width: 100vw;
	position: relative !important;
	left: 50%;
	right: 50%;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
}

@media(min-width:992px) {
	.blog-full-width {
		left: 0;
    	right: 0;
		margin-left: calc((((100vw - (100vw * 0.88)) / 2) + ((100vw * 0.88) - (((100vw * 0.88) - 160px) * 0.8) - 99px)) * -1) !important;
		margin-right: 0 !important;
	}
}

@media(min-width:1327px) {
	.blog-full-width {
		margin-left: calc(((100vw - (88% * 0.8 - 2px) - 80px) / 2) * -1) !important;

	}
}

/* Heading Style Updates */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.1 !important;
}

.h-landmark {
	letter-spacing: 0 !important;
}

/* ALM Grid */
.cv-grid .alm-paging-content {
	grid-template-columns: repeat(1, 1fr);
	display: grid;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.cv-grid--2 .alm-paging-content {
	grid-template-columns: repeat(1, 1fr);
}

.cv-grid--3 .alm-paging-content {
	grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 767px) {
	.cv-grid--2 .alm-paging-content,
	.cv-grid--3 .alm-paging-content {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 992px) {
	.cv-grid--3 .alm-paging-content {
		grid-template-columns: repeat(3, 1fr);
	}
}

.cv-paging.alm-paging li.active a {
    background: rgb(10,39,80);
    border-color: rgb(10,39,80);
}

.cv-paging.alm-paging li a {
	color: #777;
    border: 1px solid rgb(10,39,80);
    background: #fff;
	-webkit-border-radius: 0;
    border-radius: 0;
}

.cv-paging.alm-paging li a:focus, 
.cv-paging.alm-paging li a:hover {
    color: #fff;
    border-color: rgb(10,39,80);
    background-color: rgb(10,39,80);
}

@media screen and (max-width: 768px) {
	.alm-filters {
		display: flex;
		justify-content: space-between;
	}
	
	.alm-filter--title {
		background: rgb(10,39,80);
		padding: 10px 20px;	
	}
	
	.alm-filter--title h3 {
		margin: 0 !important;
		color: #fff;
	}
	
	.alm-filter--title:hover {
		cursor: pointer;
	}
	
	.alm-filter--inner {
		display: none;
		position: absolute;
    	background: #fff;
    	padding: 20px !important;
		z-index: 100;
	}
	
	.alm-filter--title:hover + .alm-filter--inner,
	.alm-filter--inner:hover {
		display: block;
	}
	
	#alm-filter-3 .alm-filter--inner {
		right: 0;
	}
}

/* ALM Cards */
.cv-card__media {
    line-height: 1.7;
    font-style: normal;
    font-weight: 300;
    color: rgb(51,51,51);
    font-family: "Lato",sans-serif;
    box-sizing: border-box;
    position: relative;
    display: block;
    max-width: 100%;
    outline: transparent solid 1px;
    height: 0;
	overflow: hidden;
	padding-bottom: 57.14%;
	margin-bottom: 15px;
}

.cv-card__media img {
    line-height: 1.7;
    font-style: normal;
    font-weight: 300;
    font-family: "Lato",sans-serif;
    color: #ffffff;
    fill: #ffffff;
    stroke: #ffffff;
    aspect-ratio: auto 700 / 400;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    outline: transparent solid 1px;
    height: auto;
    object-fit: cover;
}

.cv-card__media img:hover {
	opacity: 0.75;
}

.cv-card__category {
    font-style: normal;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    font-family: Lato;
    display: inline-block;
    color: #02adf2 !important;
    transition: all 300ms ease;
    fill: #999999;
    stroke: #999999;
    border-color: #999999;
	margin-bottom: 12px;
}

.cv-card__heading {
    line-height: 1.1 !important;
    text-rendering: optimizelegibility;
    font-style: normal;
    letter-spacing: 0em;
    box-sizing: border-box;
    word-wrap: break-word;
    hyphens: auto;
    vertical-align: middle;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    font-family: Lato;
    display: block;
    margin: 10px 0;
    padding: 0;
    color: #0a2849 !important;
    transition: all 300ms ease;
    fill: #444444;
    stroke: #444444;
    border-color: #444444;
}

.cv-card__media img,
.cv-card__category a,
.cv-card__heading a {
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.cv-card__excerpt {
    font-style: normal;
    box-sizing: border-box;
    word-wrap: break-word;
    hyphens: auto;
    vertical-align: middle;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    font-family: Lato;
    display: block;
    margin: 0;
    padding: 0;
    color: #777777;
    fill: #777777;
    stroke: #777777;
    border-color: #777777;
}


/* Notification Bar */
.easy-notification-bar-button a {
	font-weight: 400 !important;
    padding: 0.45em 1em 0.55em !important;
	border: 1px solid #0a2849;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.easy-notification-bar-button a:hover {
	background: #fff !important;
	color: #0a2849 !important;
}
