/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/** HELPER CLASSES **/
.mbp_0 p {
	margin-bottom: 0;
}
.sd-row .fl-row-content {
	max-width: 98%;
}
/** END OF HELPER CLASSES **/

/** GLOBAL CSS **/
body {
	background-color: #6C9BC5;
	font-family: Montserrat, sans-serif;
	line-height: 30px;
	/*overflow-x: hidden !important;*/
}
p {
	margin-bottom: 25px;
}
h1, h2, h3, h4, h5, h6, p, span, a, li {
	font-family: Montserrat, sans-serif;
}
.fl-page-content {
	background: transparent;
	margin-top: 30px;
}
.fl-builder-content .fl-row {
	background: #FFFFFF;
}
header.fl-builder-content.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled {
	-webkit-box-shadow: 0px 0px 15px 1px #000000;
	box-shadow: 0px 0px 15px 1px #000000;
}
header.fl-builder-content.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled > .fl-node-60421092f3a0c,
header.fl-builder-content.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled > .fl-node-604727db941c1 {
	display: none;
}
header.fl-builder-content.fl-theme-builder-header-scrolled > .fl-row {
	max-width: 100%;
}

strong, b {
	font-weight: bold !important;
}
.custom-search-header .fl-search-form-wrap {
	padding: 0;
	position: relative;
}
.custom-search-header .fl-search-form-wrap .fl-form-field > input[type="search"] {
	border: none;
	background-color: transparent;
	border-radius: 45px;
	text-align: right;
}
.custom-search-header .fl-search-form-wrap .fl-form-field > input[type="search"]::-webkit-input-placeholder {
	color: #005098;
	font-weight: bold;
	font-size: 18px;
}
.custom-search-header .fl-search-form-wrap .fl-button-wrap {
	position: absolute;
    left: 10px;
}
.custom-search-header .fl-search-form-wrap .fl-button-wrap .fl-button {
	background: transparent;
	border: none;
	padding: 0;
}
.custom-search-header .fl-search-form-wrap .fl-button-wrap .fl-button:hover {
	background: transparent;
}
.custom-search-header .fl-search-form-wrap .fl-button-wrap .fl-button > i {
	color: #E93E2D;
}
#menu-main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/* header.fl-builder-content:not(.fl-theme-builder-header-scrolled) #menu-main-menu {
	-webkit-box-pack: normal;
	-ms-flex-pack: normal;
	justify-content: normal;
}
header.fl-builder-content:not(.fl-theme-builder-header-scrolled) #menu-main-menu > li:not(:last-child) {
	padding-right: 60px;
} */
#menu-main-menu > li > a {
	-webkit-transition: color 1s;
    -o-transition: color 1s;
    transition: color 1s;
    text-decoration: none;
    outline: none;
}
#menu-main-menu > li > a:hover {
	color: #E93E2D;
}
#menu-main-menu .sub-menu > li {
	border: none;
}
#menu-main-menu .sub-menu li > a {
	color: #005098;
    font-size: 15px;
    outline: none;
    text-decoration: none;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    padding-left: 14px;
    padding-right: 14px;
}
#menu-main-menu .sub-menu li > a:hover {
	color: #ffffff;
	background: #005098;
}
footer p {
	margin-bottom: 10px;
}
footer .fl-post-feed-post {
	border-color: #168FFE;
}
footer .fl-post-feed-title {
	margin-top: 0;
}
footer .fl-post-feed-more {
	margin-top: 0;
	font-size: 21px;
	font-weight: 500;
	text-transform: uppercase;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 15px;
}
footer .fl-col-group.fl-node-60475ae7368f7 {
	border-top: 1px solid #168FFE;
    margin-top: 40px;
}
.fl-node-604750aacbacd .fluid-width-video-wrapper {
	padding-top: 246px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container > input::-webkit-input-placeholder {
	color: #005098;
	font-size: 18px;
	font-weight: bold;
}
.section-title .fl-heading {
	position: relative;
}
.section-title .fl-heading:before {
	content: '';
	background-color: #6C9BC5;
	width: 100%;
	height: 12px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-35%);
	-ms-transform: translateY(-35%);
	transform: translateY(-35%);
}
.section-title .fl-heading > span {
	margin-left: 45px;
	position: relative;
	z-index: 2;
	background: #FFFFFF;
	padding: 0 15px 0 15px;
}
.section-title.left-title .fl-heading > span {
	margin-left: 0;
	padding-right: 40px;
}
.posts-stories .fl-post-text {
	padding: 20px 0;
}
.posts-stories .fl-post-grid-post {
	border: none;
}
.posts-stories .fl-post-image img {
	width: 100%;
	border-radius: 10px;
	height: 270px;
	object-fit: cover;
	object-position: center
}
.posts-stories .fl-post-text > .fl-post-title,
.posts-stories .fl-post-text > .fl-post-title * {
	font-size: 23px;
	font-weight: bold;
	color: #000000;
	padding: 0;
	margin: 0 0 30px 0;
}
.posts-stories .fl-post-meta {
	padding: 10px 0 0 55px;
}
.posts-stories .fl-post-meta,
.posts-stories .fl-post-meta * {
    color: #014C94;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}
.posts-stories .fl-post-meta:before {
	content: '';
	background-image: url(/wp-content/uploads/2021/03/by-icon.jpg);
	width: 41px;
	height: 42px;
	position: absolute;
	top: 0;
	left: 0;
}
.posts-stories .fl-post-meta > .fl-post-meta-sep {
	padding: 0 5px;
}
.posts-stories .fl-post-stats,
.ajax-search-posts-container .fl-post-stats {
	padding-top: 20px;
}
.posts-stories .fl-post-stats .fl-icon,
.ajax-search-posts-container .fl-post-stats .fl-icon {
	color: #E93E2D;
}
.posts-stories .fl-post-stats .fl-icon > i,
.ajax-search-posts-container .fl-post-stats .fl-icon > i {
	font-size: 20px;
}
.posts-stories .fl-post-stats .fl-icon-text,
.ajax-search-posts-container .fl-post-stats .fl-icon-text {
	color: #005098;
    font-size: 16px;
	padding-left: 5px;
	padding-right: 15px;
}
.posts-stories .fl-posts-comments-custom {
	float: right;
}
.posts-stories .fl-posts-comments-custom > a {
	color: #005098;
	font-size: 16px;
}
.top-stories .fl-button-wrap,
.trending-stories .fl-button-wrap {
	text-align: left;
}
.ds-table .fl-icon-wrap {
	display: table;
	width: 100%;
}
.ajax-message {
	text-align: center;
}
.ajax-message > span {
	font-size: 40px;
    color: #005098;
    text-transform: uppercase;
}
.socials-section .fl-icon-group > .fl-icon {
	position: relative;
    background: #ffffff4d;
    border-radius: 100%;
    padding: 10px 12px;
}
.socials-section .fl-icon-group > .fl-icon:first-child {
	padding: 10px 15px;
}
/*.socials-section .fl-icon-group > .fl-icon:nth-child(3),
.socials-section .fl-icon-group > .fl-icon:nth-child(4) {
	padding: 10px 12px;
}*/
.socials-section .fl-icon-group > .fl-icon:nth-child(5) {
	padding: 10px 10.5px;
}
.gform_confirmation_message {
	text-align: center;
    font-size: 30px;
    color: #FFFFFF;
}
footer .fl-post-feed-more:hover,
.fl-node-6042110938e7c a:hover {
	color: #E93E2D !important;
}
.fl-post-title > a:hover,
.post-230 a:hover {
	color: #E93E2D !important;
}
.pdf-restrict .fl-builder-module-template {
	max-width: none;
	padding: 0;
}
.read-btn .fl-icon-wrap a > i {
	color: #E93E2D;
    font-size: 30px;
}
.read-btn .fl-icon-wrap .fl-icon-text > a {
	color: #000000;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 15px;
}
/** END OF GLOBAL CSS **/



/** HOMEPAGE CSS **/
body.home .banner-row > .fl-row-content-wrap::before {
	content: '';
	width: calc(96% - 40px);
	height: 1px;
	background-color: #D6D6D6;
	bottom: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.banner-with-overlap-text {
	position: relative;
}
.banner-with-overlap-text .banner-title {
	position: absolute;
	width: 230px;
	top: 20px;
	left: 0px;
	background: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom-right-radius: 10px;
}
.banner-row p {
	margin-bottom: 0;
}
.fl-post-image {
	overflow: hidden;
	border-radius: 10px;
}
.fl-post-image a > img {
	-webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.fl-post-image a:hover > img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
/** END HOMEPAGE CSS **/



/** NEWSLETTER SECTION CSS **/
#gform_1 {
	display: flex;
    align-items: center;
    max-width: 700px;
    margin: 0 auto;
}
#gform_1 > .gform_body {
	width: 80%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
}
#gform_1 > .gform_footer {
	padding: 0;
	position: relative;
}
#gform_1 > .gform_footer:after {
	content: 'Don’t Worry, We Don’t Spam';
    position: absolute;
    width: 245px;
    bottom: -43px;
    left: -23px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}
#gform_wrapper_1.gform_wrapper .gform_body .gform_fields > li.gfield {
	padding-right: 8px;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container > input {
	font-size: 18px !important;
    font-family: Montserrat, sans-serif !important;
    color: #005098;
    font-weight: bold;
    padding: 26.5px 15px !important;
}
.gform_wrapper .gform_footer > input.gform_button {
    font-size: 21px;
    font-family: Montserrat, sans-serif;
    background: #E93E2D;
    border: none;
    padding: 27.5px 46.5px;
    margin-right: 0;
}
.gform_wrapper .gform_footer > input.gform_button,
.fl-module .fl-button-wrap > a.fl-button,
#gform_submit_button_2 {
	-webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.gform_wrapper .gform_footer > input.gform_button:hover,
.fl-module .fl-button-wrap > a.fl-button:hover {
	background: #005098;
}
#gform_submit_button_2:hover {
	background: #E93E2D;
}
#gform_wrapper_2 #input_2_1 {
	font-size: 16px !important;
	font-weight: normal;
	padding: 13.5px 15px !important;
	text-align: center;
	border-color: #E93E2D;
	border-radius: 0;
}
#gform_wrapper_2 #field_2_1 {
	padding-right: 0;
}
.gform_wrapper form .gform_heading > .gform_title {
	font-family: Montserrat, sans-serif;
    font-size: 35px;
    color: #005098;
    font-weight: 500;
    text-align: center;
}
#gform_wrapper_2 input#input_2_1::-webkit-input-placeholder {
	font-size: 16px !important;
	font-weight: normal;
	text-align: center;
}
#gform_submit_button_2 {
	background: #005098;
    margin: 0 auto;
	display: block;
}
/** END NEWSLETTER SECTION CSS **/


/** HOMEPAGE SIDE SECTION **/
.innovation-side-section > div {
	background-color: #005098;
}
.webinars-posts .fl-post-feed-image img {
	max-height: 160px;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}
/** END HOMEPAGE SIDE SECTION **/

/** INNER PAGE SIDE SECTION **/
.samedan-accordion .fl-accordion .fl-accordion-button-icon {
	display: none;
}
.samedan-accordion .fl-accordion .fl-accordion-button {
	padding-left: 0;
}
.samedan-accordion .fl-accordion .fl-accordion-button .fl-accordion-button-label:hover,
.samedan-accordion .fl-accordion .fl-accordion-button .fl-accordion-button-label:focus,
.samedan-accordion .fl-accordion .fl-accordion-button .fl-accordion-button-label:active {
	outline: none;
}
#menu-sidebar-menu-inner-page #menu-item-197.fl-active div > a {
	border-bottom: 1px solid;
}
#menu-sidebar-menu-inner-page .sub-menu > li > a {
	color: #000000;
    font-size: 18px;
    padding-left: 25px;
    position: relative;
}
#menu-sidebar-menu-inner-page .sub-menu > li {
	border-color: #D6D6D6;
}
#menu-sidebar-menu-inner-page .sub-menu > li > a:hover:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 10px solid #005098;
	border-bottom: 8px solid transparent;
	position: absolute;
	left: 0;
	top: 32px;
}
#menu-sidebar-menu-inner-page > li > a:hover {
	color: #E93E2D;
}
/** END INNER PAGE SIDE SECTION **/

/** SEARCH SHORTCODE CSS **/
.search-content-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.search-content-options > span,
.search-content-options > select {
	width: 25%;
}
.search-content-options > span {
	min-width: 280px;
}
.search-content-options:not(#archive-search) > #search-year {
	width: 44%;
}
.search-content-options #search-submit {
    width: 16%;
    min-width: 197px;
}
.search-content-options #search-reset {
	width: 15%;
    min-width: 178px;
    text-align: right;
}
.search-content-options span {
	color: #005098;
    font-size: 22px;
    font-weight: 500;
    margin-left: 6px;
}
.search-content-options span.sset {
	margin-right: 0;
}
.search-content-options .smit > a,
.search-content-options .sset > a {
	color: #FFFFFF;
    background: #E93E2D;
    text-decoration: none;
    padding: 27px 57px;
    border-radius: 5px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.search-content-options .sset > a {
	background: #005098;
}
.search-content-options .smit > a:hover,
.search-content-options .sset > a:hover {
	box-shadow: 0px 1px 8px -3px #000000;
}
.search-content-options select {
	font-size: 18px;
    color: #005098;
    font-weight: bold;
    border-color: #005098;
    border-radius: 5px;
    padding: 24.5px 20px;
    margin-right: 15px;
    outline: none;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

	background-repeat: no-repeat;
	background-position: 95% center;
}
/** END SEARCH SHORTCODE CSS **/

/** SEARCH POSTS CSS **/
.ajax-search-posts-container .fl-post-stats,
.ajax-search-posts-container .fl-post-text {
	max-width: 340px;
	padding-left: 0;
}
.ajax-search-posts-container .fl-post-grid-post {
	border: none;
}
.ajax-search-posts-container .fl-post-image {
	border-radius: 0;
}
.ajax-search-posts-container .fl-post-title a {
	font-size: 23px;
	color: #000000;
	font-weight: bold;
	display: block;
}
.ajax-search-posts-container .fl-post-title a:hover {
	color: #005098;
}
.ajax-search-posts-container .fl-post-image a img {
	width: 100%;
}
.img-same .wp-post-image {
	width: 340px;
	height: 100px;
	object-fit: cover;
	object-position: center;
}
.ajax-search-posts-container.white-papers-search .fl-post-text,
.ajax-search-posts-container.white-papers-search .fl-post-stats {
	max-width: none;
	padding-right: 0;
}
/** END SEARCH POSTS CSS **/

/** AJAX SPINNER CSS **/
.lds-roller { 
	display: none; 
	width: 80px; 
	height: 80px;
	position: absolute; 
	z-index: 2; 
	top: 30%; 
	left: 50%; 
	-webkit-transform: translate(-50%, -50%); 
	-ms-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%); 
}
.lds-roller div { 
	-webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	-webkit-transform-origin: 40px 40px;
	-ms-transform-origin: 40px 40px;
	transform-origin: 40px 40px;
}
.lds-roller div:after { 
	content: " "; 
	display: block; 
	position: absolute; 
	width: 7px; height: 7px; 
	border-radius: 50%; 
	background: #005098; 
	margin: -4px 0 0 -4px; 
}
.lds-roller div:nth-child(1) {
	-webkit-animation-delay: -0.036s;
	animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after { top: 63px; left: 63px; }
.lds-roller div:nth-child(2) {
	-webkit-animation-delay: -0.072s;
	animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after { top: 68px; left: 56px; }
.lds-roller div:nth-child(3) { 
	-webkit-animation-delay: -0.108s;
	animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after { top: 71px; left: 48px; }
.lds-roller div:nth-child(4) { 
	-webkit-animation-delay: -0.144s;
	animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after { top: 72px; left: 40px; }
.lds-roller div:nth-child(5) { 
	-webkit-animation-delay: -0.18s;
	animation-delay: -0.18s; 
}
.lds-roller div:nth-child(5):after { top: 71px; left: 32px; }
.lds-roller div:nth-child(6) { 
	-webkit-animation-delay: -0.216s;
	animation-delay: -0.216s; 
}
.lds-roller div:nth-child(6):after { top: 68px; left: 24px; }
.lds-roller div:nth-child(7) { 
	-webkit-animation-delay: -0.252s;
	animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after { top: 63px; left: 17px; }
.lds-roller div:nth-child(8) { 
	-webkit-animation-delay: -0.288s;
	animation-delay: -0.288s; 
}
.lds-roller div:nth-child(8):after { top: 56px;left: 12px; }
@keyframes lds-roller {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% { 
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/** END AJAX SEARCH SPINNER **/


/** CONTACT US CSS **/
#gform_wrapper_3 .gform_fields > li > label {
	color: #005098;
	font-size: 18px;
}
#gform_wrapper_3 .gform_fields > li span > label {
	color: #005098;
}
#gform_wrapper_3 .gform_fields > .gfield .ginput_complex > span > input {
	font-size: 18px !important;
    font-family: Montserrat, sans-serif !important;
    color: #005098;
    font-weight: bold;
	padding: 26.5px 15px !important;
}
/** END CONTACT US **/

/** SEARCH RESULTS PAGE **/
body.search-results .fl-archive.container {
	background: #FFFFFF;
    width: 90%;
    padding: 20px;
}
body.search-results .fl-archive.container > .row {
	margin: 0 auto;
}
/** END SEARCH RESULTS PAGE **/

/** OTHERS **/
.fl-node-60421092f39ff {
	-webkit-box-shadow: 0px 3px 9px 0px #313131;
	box-shadow: 0px 3px 9px 0px #313131;
}
.fl-node-60472e7128174 {
	-webkit-box-shadow: 0px -12px 9px 0px #313131;
	box-shadow: 0px -12px 9px 0px #313131;
}
.home .post-13 > div > .fl-builder-content > .fl-row {
	-webkit-box-shadow: 0px 12px 9px 0px #313131;
	box-shadow: 0px 12px 9px 0px #313131;
}
/*.home .post-13 > div > .fl-builder-content > .fl-row.fl-node-6051df36114e7 {
	-webkit-box-shadow: 0px 1px 9px 0px #313131;
	box-shadow: 0px 1px 9px 0px #313131;
	margin-bottom: 10px;
}*/
.fl-node-6051a546d3c32 .gform_confirmation_message {
	color: #005098;
	padding: 30px 0;
}
.fl-node-6051cb0c61445.fl-module-heading .fl-heading {
	letter-spacing: -1px;
	line-height: 1.2;
}
.fl-builder-content .fl-node-6051cb8f94621 .fl-rich-text * {
	line-height: 27px;
}

#toTop {
    z-index: 999;
}
/** END OTHERS **/

/** PRODUCT **/
.smdn_product_meta {
	margin-top: 20px;
}
.smdn_product_meta img {
	margin-bottom: 15px;
}
.smdn_product_meta > p {
	margin-bottom: 0;
    font-size: 18px;
    line-height: 40px;
    color: #005098;
}
.smdn_product_meta > p a {
	color: #005098;
}
.smdn_product_meta > p i {
	margin-right: 15px;
    font-size: 25px;
    color: #005098;
}
/** END PRODUCT **/

@media only screen and (max-width: 1600px) {
	header.fl-builder-content:not(.fl-theme-builder-header-scrolled) #menu-main-menu > li:not(:last-child) {
		padding-right: 20px;
	}
	.fl-node-6051cb0c61445.fl-module-heading .fl-heading {
		font-size: 37px;
	}
}

@media only screen and (max-width: 1440px) {
	.fl-node-6051cb0c61445.fl-module-heading .fl-heading {
		font-size: 29px;
	}
	#menu-sidebar-menu-inner-page .sub-menu {
		min-width: auto;
	}
	header.fl-builder-content:not(.fl-theme-builder-header-scrolled) #menu-main-menu > li:not(:last-child) {
		padding-right: 0;
	}
	.gform_wrapper form .gform_heading > .gform_title {
		font-size: 2rem;
	}
	.fl-node-605862af1497b p, .fl-node-605862af1497b a {
		font-size: 17px;
	}
}

@media only screen and (max-width: 1366px) {
	.fl-node-60472ec33f0d8 .fl-menu .menu, .fl-node-60472ec33f0d8 .fl-menu .menu > li {
		font-size: 18px;
	}
	header.fl-builder-content:not(.fl-theme-builder-header-scrolled) #menu-main-menu > li:not(:last-child) {
		padding-right: 10px;
	}
}

@media only screen and (max-width: 1280px) {
	.search-content-options span:first-child {
		min-width: 150px;
	}
	header.fl-builder-content:not(.fl-theme-builder-header-scrolled) #menu-main-menu > li:not(:last-child) {
		padding-right: 0;
	}
}

@media only screen and (max-width: 1199px) {
	.fl-node-60472ec33f0d8 .fl-menu .menu, .fl-node-60472ec33f0d8 .fl-menu .menu > li {
		font-size: 15px;
	}
	.fl-node-6051cb0c61445.fl-module-heading .fl-heading {
		font-size: 25px;
	}
	.fl-node-6051a546d3c32 .gform_button {
		width: 100%;
		padding: 27.5px 30px !important;
	}
	.fl-node-6051a546d3c32 .gform_wrapper form .gform_heading > .gform_title {
		font-size: 23px;
	}
	.posts-stories .fl-post-stats .fl-icon-text,
	.ajax-search-posts-container .fl-post-stats .fl-icon-text,
	.posts-stories .fl-posts-comments-custom > a,
	.posts-stories .fl-post-meta, .posts-stories .fl-post-meta * {
		font-size: 13px;
	}
	header.fl-builder-content:not(.fl-theme-builder-header-scrolled) #menu-main-menu > li:not(:last-child) {
		padding-right: 9px;
	}
	.fl-node-605862af1497b p, .fl-node-605862af1497b a {
		font-size: 15px;
	}
	.fl-node-60475b027d353 .fl-menu .menu, .fl-node-60475b027d353 .fl-menu .menu > li,
	.fl-builder-content .fl-node-6042110938e7c .fl-rich-text, .fl-builder-content .fl-node-6042110938e7c .fl-rich-text * {
		font-size: 13px;
	}
}

@media only screen and (max-width: 1024px) {
	.fl-node-60475b027d353 .fl-menu .menu, .fl-node-60475b027d353 .fl-menu .menu > li,
	.fl-builder-content .fl-node-6042110938e7c .fl-rich-text, .fl-builder-content .fl-node-6042110938e7c .fl-rich-text * {
		font-size: 12px;
	}
	.fl-node-60472ec33f0d8 .menu a {
		padding-left: 7px;
		padding-right: 7px;
	}
	.fl-node-6051cb0c61445.fl-module-heading .fl-heading {
		font-size: 20px;
	}
	.sd-row,
	.sd-row .fl-row-content {
		max-width: 100% !important;
	}
	header.fl-builder-content:not(.fl-theme-builder-header-scrolled) #menu-main-menu {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	header.fl-builder-content:not(.fl-theme-builder-header-scrolled) #menu-main-menu > li:not(:last-child) {
		padding-right: auto;
	}
}

@media only screen and (max-width: 991px) {
	#gform_1 > .gform_body {
		width: 60%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
	}
	.fl-node-60472ec33f0d8 .fl-menu-mobile-flyout {
		background: #005098;
	}
	.fl-flyout-left .fl-menu-mobile-close {
		color: #FFFFFF;
	}
	.fl-node-6051a44e513e4,
	.fl-node-6051a44e513e9 {
		width: 100%;
	}
	.fl-node-6051a44e513e4 > .fl-col-content {
		margin-right: 0;
	}
	.webinars-posts .fl-post-feed-image img {
		max-height: 300px;
	}
	footer .fl-node-604733295625d > .fl-col {
		width: 50%;
	}
	#menu-main-menu .sub-menu li > a {
		color: #FFFFFF;
	}
	.fl-builder-content .fl-row {
		box-shadow: none !important;
	}
	.fl-node-60475b027d353 .fl-menu .menu,
	.fl-node-60475b027d353 .fl-menu .menu > li,
	.fl-builder-content .fl-node-6042110938e7c .fl-rich-text,
	.fl-builder-content .fl-node-6042110938e7c .fl-rich-text * {
		font-size: 20px;
	}
	.fl-node-6042110938e7d .fl-col-group > .fl-col {
		max-width: none;
	}
	.fl-builder-content .fl-node-6042110938e7c .fl-module-content .fl-rich-text * {
		padding-bottom: 30px;
		text-align: center !important;
	}
	.fl-node-605862af14838 > .fl-col {
		width: 100%;
		max-width: none;
	}
	.fl-node-605862af14838 > .fl-col .fl-heading {
		text-align: left;
	}
	.fl-node-6051a44e513e9 {
		max-width: 100% !important;
	}
	.fl-node-6051cd88bbf0a {
		margin: 20px;
	}
	.fl-node-60547bcd216a9 > .fl-col {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 885px) and (min-width: 769px) {
	.fl-node-60472ec33f0d8 .fl-menu .menu, .fl-node-60472ec33f0d8 .fl-menu .menu > li {
		font-size: 10px;
	}
	#menu-main-menu .sub-menu li > a {
		font-size: 11px;
	}
}

@media only screen and (max-width: 768px) {
	.fl-node-60547c3883827.fl-module-heading .fl-heading {
		font-size: 27px;
	}
	.ajax-search-posts-container .fl-post-image, .ajax-search-posts-container .fl-post-stats, .ajax-search-posts-container .fl-post-text {
		width: 100%;
		max-width: none;
		text-align: center;
	}
	.fl-node-60547bcd216a9 .fl-col {
		max-width: 100%;
	}
	body {
		background: #FFFFFF;
	}
	#gform_1 {
		display: block;
	}
	#gform_1 > .gform_body,
	#gform_1 > .gform_footer {
		width: 100%;
	}
	#gform_wrapper_1.gform_wrapper .gform_body .gform_fields > li.gfield {
		padding-right: 0;
	}
	#gform_1 > .gform_footer:after {
		position: relative;
		bottom: 0;
		left: auto;
	}
	.search-content-options {
		display: block;
	}
	.search-content-options span, .search-content-options select {
		min-width: auto !important;
		width: 100% !important;
		display: block;
		margin: 0 0 10px 0;
	}
	.search-content-options .smit > a, .search-content-options .sset > a {
		text-align: center;
		display: block;
	}
	.fl-post-grid {
		margin-left: -20px !important;
		margin-right: -20px !important;
	}
	.fl-node-6059ca76b7f0b > .fl-module-content {
		margin-right: 20px;
	}
	.fl-col-small:not(.fl-col-small-full-width) {
		max-width: none;
	}
	.ajax-search-posts-container {
		position: relative;
	}
	.lds-roller {
		top: 20px;
	}
	
	.mobile-sticky {
	    position: fixed;
	    width: 100%;
	    z-index: 9;
	    top: 0;
	}
	
	.fl-node-60421092f39ff .fl-row-content-wrap {
	    padding-bottom: 0;
	}
	
	.fl-node-60472e7128174 .fl-row-content-wrap{
	    padding: 0;
	}
	
	.fl-node-60472ec33f0d8 .fl-module-content {
	    margin: 10px;
	}
}

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

@media only screen and (max-width: 540px) {
	.search-content-options {
		display: block;
		text-align: center;
	}
	.search-content-options span, .search-content-options select, .search-content-options span, .search-content-options a {
		display: block;
		text-align: center;
		width: 100% !important;
		min-width: auto !important;
		margin-bottom: 15px;
		margin-left: 0;
	}
}

@media only screen and (max-width: 425px) {
    .fl-node-60421092f39ff .fl-row-content-wrap,
    .fl-node-60472ec33f0d8 .fl-menu-mobile-toggle{
	    padding: 0;
	}
}

@media only screen and (max-width: 320px) {
    .fl-node-60547c4beebba .fl-icon + .fl-icon {
        margin-left: 0;
    }
    .section-title .fl-heading:before {
        display: none;
    }
    
    .section-title .fl-heading {
        text-align: center;
    }
    
    .section-title .fl-heading > span {
        margin-left: 0;
    }
    
    .fl-node-6076728050814 .fl-module-content,
    .fl-node-6059ca76b7f00 .fl-module-content,
    .fl-node-6059cabb09543 .fl-module-content{
        margin: 0;
    }
    
    .fl-node-6059ca76b7f0c .fl-post-text,
    .fl-node-6059cabb09555 .fl-post-text,
    .fl-node-6059cae114907 .fl-post-text,
    .fl-node-6059cb5b1d211 .fl-post-text{
        padding: 20px 0;
    }
    
    .section-title.left-title .fl-heading > span {
        padding: 0;
    }
    
    .fl-node-6059cabb0954a.fl-module-heading .fl-heading {
        font-size: 30px;
    }
    
    .fl-node-6059ca76b7f01 > .fl-module-content,
    .fl-node-6059cabb09549 > .fl-module-content,
    .fl-node-6059cabb0954a > .fl-module-content,
    .fl-node-6059cabb09550 > .fl-module-content{
        margin: 10px 0;
    }
    
    .fl-button-wrap {
        text-align: center !important;
    }
    
    .fl-button-wrap a {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    
    .fl-node-605862af1497b p, .fl-node-605862af1497b a {
        font-size: 13px;
    }
}

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

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	body {
		overflow-x: hidden;
	}
    .custom-search-header .fl-button-icon.fa-search {
    	position: relative;
    	top: -13px;
    }
    .gform_wrapper .gform_footer > input.gform_button {
    	padding: 25.5px 46.5px !important;
    }
}