/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


*{
	--primary-color: #002D72;
}
a.fusion-flex-link.fusion-bar-highlight:hover {
	color: #002D72 !important;
}

.box-img {
    margin-top: -28px !important;
}
.box-img2 {
    margin-top: -9px !important;
}
body{
	font-size: 14px;
}

/** scroll bar start**/
/* width */
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #f1f1f1;
	border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888; 
	border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}
/** scroll bar end  **/

/** add theme for member-dashboard **/
a.bongarde-frontpage-posts--link {
    height: 240px;
}
.bongarde-frontpage-squares--content-wrapper {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    background-position: center center;
    background-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
}
span.bongarde-frontpage-squares--content-wrapper.square__2::before {
    background-color: #4c7391;
}
span.bongarde-frontpage-squares--content-wrapper.square__3::before {
	background-color: #637678;
}
span.bongarde-frontpage-squares--content-wrapper.square__4::before {
	background-color: #517185;
}
.bongarde-frontpage-squares--content-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFCD00;
    opacity: 0.75;
    transition: 0.3s all;
    z-index: 3;
}
.bongarde-frontpage-squares--square-text {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 20px;
    z-index: 4;
}
h3.bongarde-frontpage-squares--square-title {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.25;
    letter-spacing: 0.2px;
    max-width: 85%;
}
h3.bongarde-frontpage-squares--square-title {
    font-size: 24px;
    margin:0px !important;
}

/** all topic page content style **/
.search-page-content{
	width: 100%;
	float: left;
	margin-top: 40px;
}

.category_sidebar {
	width: 33%;
	float: left;
	margin-top: 0;
	margin-left: 0;
	padding: 0 30px 0 0;
	box-sizing: border-box;
	overflow: hidden;
}

.blog-filter-close {
	display: none;
}

.filter-mobile {
	display: none;
}

.blog-filter-btn {
	/* display: block; */
	position: relative;
	cursor: pointer;
	padding: .7em .8em .6em 2.3em;
	cursor: pointer;
	border: 1px solid rgba(0, 45, 114, 0.7)!important;
	border-width: medium;
	position: relative;
	background-color: #ffffff;
	border-color: #002D72;
	color: #002D72;
	border-radius: 5px!important;
}

.blog-filter-btn-icon {
    position: absolute;
    left: 8px;
    top: 10px;
    width: 17px;
}
.blog-filter-close-btn {
	background: white;
	border: 0px;
	color: #222222;
	font-size: 20px;
	cursor: pointer;
	outline: 0px;
}

.sidebar_content {
	width: 65%;
	padding: 0;
	float: left;
	padding-right: 0px;
	padding-top: 0;
	overflow: hidden;
}

.favorites_content{
	width: 65%;
	padding: 0;
	padding-right: 0px;
	padding-top: 80px;
	overflow: hidden;
	margin:auto;
}


@media only screen and (max-width: 767px){
	.category_sidebar {
		width: 300px !important;
		padding: 50px 20px 0px 20px !important;
		position: fixed;
		left: -300px;
		background: white;
		border-right: 1px solid #002D72;
		z-index: 90000;
		top: 0px;
		overflow-y: scroll !important;
		overflow-x: hidden !important;
		height: 100vh;
		max-width: 100vh;
		transition: opacity .3s ease,transform 1s ease,-webkit-transform 1s ease;
	}
	
	.blog-filter-close {
		display: block;
		position: absolute;
		top: 60px;
		right: 10px;
	}
	
	.filter-mobile {
		display: block;
		/* position: fixed; */
		position: relative;
		background: white;
		z-index: 5;
		padding: 25px 0px 50px;
	}
	.selected_tag {
		display: none;
	}
	
	.sidebar_content {
		width: 100%;
		margin-top: 0;
		padding-bottom: 0;
		float: none;
		border: 0 !important;
	}
	
	.favorites_content {
		width: 100%;
		margin-top: 0;
		padding-bottom: 0;
		float: none;
		border: 0 !important;
	}
	
	.filter-collapse-out {
		-webkit-transform: translate3d(300px,0,0);
		transform: translate3d(300px, 0, 0);
	}
}



.CatSearchForm legend {
	display: block;
	border-style: none;
	border-color: initial;
	border-image: initial;
}
legend.border_bottom {
	border-bottom: 2px solid var(--primary-color) !important;
	margin-top: 10px;
}

.categoryCheckbox {
	height: 150px;
	clear: both;
	overflow: auto;
}

.course_category, .categoryCheckbox {
	margin-top: 10px;
}

.facetwp-selection-label {
	display: none;
}
.facetwp-selection-value {
	padding: 14px 30px 14px 20px !important;
	background-color: #f2f2f2;
	border-radius: 32px;
	background-position: calc(100% - 10px) center !important;
	background-image: url(../../../wp-content/uploads/2021/01/icon-close.png) !important;
	color: var(--primary-color) !important;
}

.facetwp-checkbox.checked {
	background-image: url(../../../wp-content/uploads/2021/01/red-check-box-with-white-check.png) !important;
}

body.search-results .hentry {
	float: left;
	width: 100%;
	/** padding-top: 40px; **/
	margin-bottom: 0px;
}

.post_content_wrapper {
	padding: 0;
	margin: 0;
}

.post_header.search {
	width: 100%;
	margin-bottom: 0;
	text-align: left;
}


.post_content_wrapper .post_img:not(.small) {
	margin-bottom: 20px;
}
.post_img.one_third {
	margin-top: 0;
}

.post_img {
	position: relative;
	height: auto;
	text-align: center;
	overflow: hidden;
	float: left;
	line-height: 0;
	max-width: 100%;
	margin: 0;
	background: #f9f9f9;
}

.post_img.static.one_third {
	height: auto;
}

.one_third {
	width: 31.29%;
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
	position: relative;
	box-sizing: border-box;
}

.one_third.last {
	margin-right: 0 !important;
	float: right;
	width: 31.29%;
}
.search.post_header h4 {
	margin: 5px 0px;
	font-size: 22px;
	/** font-family: Lato;**/
	font-weight: 400;
	color: var(--primary-color) !important;
	
}

.two_third.last {
	margin-right: 0;
	float: right;
	clear: right;
}

.two_third {
	float: left;
	width: 65.33%;
	margin-right: 3%;
	box-sizing: border-box;
}

@media only screen and (max-width: 767px){
	.two_third, .two_third.last {
		width: 100%;
		margin-bottom: 3%;
	}
}

.post_detail.post_date{
	display:none;
}

.search.post_header p {
	padding-bottom: 0.5em;
	margin: 0px;
}

.selected_tag{
	margin-top:70px;
}

@media screen and (min-width: 979px){
	.search.post_header img {
		height: 191px !important;
		max-height: 191px;
		object-fit: cover;
		width: 100%;
	}
}

@media only screen and (max-width: 767px){
	 .sidebar_content img {
		max-width: 100%;
		height: auto;
	}
	
	.post_header.search .post_img.one_third, .post_header.search .post_header_title.two_third.last {
		width: 100%;
	}
}


.simplefavorite-button {
	border-radius: 5px!important;
}

/** .sf-icon-favorite:before {
	 content: url(assets/image/staricon/star_inline.png);
	 position: absolute;
	 left: 6px;
	 top: -3px;
} **/

/** .active .sf-icon-favorite:before {
	 content: url(assets/image/staricon/star_fill.png);
} **/

/** start custom style for my-safety-page **/
.sidebar_content.full_width{
	width: 100% !important;
}

.sidebar_content .page_content{
	margin: auto;
}

.safety-header {
	padding: 20px 0px;
	margin-bottom: 20px;
	border-bottom: 2px solid #f2f2f2;
	display: flex;
	justify-content: flex-end;
}
.safety-btn {
	padding: 15px;
	background: var(--primary-color);
	color: white !important;
	border: 0px;
	font-size: 24px;
	cursor: pointer;
}

.selection-type-header {
	padding: 5px;
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
}

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

input[type=submit]{
	background-color: var(--primary-color);
	color: #ffffff;
	border-color: var(--primary-color);
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 8px 20px 8px 20px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 900;
	box-shadow: 0 0 0 0 !important;
	line-height: 1.5 !important;
	/*letter-spacing: 2px;*/
	border-radius: 0;
	transition: color .2s linear, background .1s linear, opacity .2s linear;
	border-style: none;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #ebebeb;
	background: transparent;
	margin: auto;
	width: 100%;
	clear: both;
}

hr.post_divider {
	margin-top: 10px;
}

.delete-safety {
	float: right;
	cursor: pointer;
	color: var(--primary-color);
}

/**  single-post custom style **/
.inner{
	width: 100%;
}
/* .sf-icon-print:before {
	content: url(assets/image/staricon/post_print_icon.png);
	position: absolute;
	left: 6px;
	top: -2px;
	
}

.sf-icon-email:before {
	content: url(assets/image/staricon/post_email_share_icon.png);
	position: absolute;
	left: 6px;
	top: -3px;
} */

body.single .post_header {
	margin-bottom: 20px;
}

.new_trending_section{
	margin-top: 20px;
}

.new-trend-title{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 27px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 12px;
	font-family: Montserrat;
	color: black;
}
.new-trend-item{
	width: 30%;
	margin-top: 25px;
}

.also-like-item{
	width: 30%;
	margin-top: 25px;
}

.new-trend-post-section{
	display: flex;
	justify-content: space-between;
}
.new_trend_section .post_wrapper{
	display: block;
}
.new-trend-post-section .post_wrapper1{
	display: none;
}
.post_related_section{
	display:flex;
	justify-content: space-between;
		
}
@media only screen and (min-width: 960px){
	.left_sidebar_content {
		width: 70% !important;
		float: left !important;
	}
	.new_trending_section {
		padding-left: 100px;
		width: 30%;
		float: left;
		box-sizing: border-box;
	}
	
	.new-trend-post-section{
		flex-direction: column;
		float: right;
	}
	.new_trending_section .post_wrapper{
		display: none;
	}
	.new-trend-post-section .post_wrapper1{
		display: block;
	}
	.new-trend-item{
		width: 285px;
		margin-top: 25px;
	}
	.new-trend-thumbnail-img{
		height: 190px;
	}

	.also-like-item{
		width: 285px;
		margin-top: 25px;
		margin-right: 25px;
	}
	.post_related_section{
		display:flex;
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 960px){
	.post_related{
		justify-content: space-evenly;
	}
}
@media only screen and (min-width: 768px) and (max-width: 960px){
	.single .inner .sidebar_content	{
		width: 100%;
	}
}


/************collapse for single post ********************/
.faq-container {
  /*max-width: 600px;*/
	width:100%;
  margin: 0 auto;
}

.faq {
  background-color: transparent;
  border: 1px solid #9fa4a8;
  /** border-radius: 10px;
  margin: 20px 0;
  padding: 30px; **/
  position: relative;
  overflow: hidden;
  transition: 0.3 ease;
}

.faq.active {
  background-color: #fff;
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1); */
}

/*.faq.active::before,
.faq.active::after {
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  color: #2ecc71;
  font-size: 7rem;
  position: absolute;
  opacity: 0.2;
  top: 20px;
  left: 20px;
  z-index: 0;
}

.faq.active::before {
  color: #3498db;
  top: -10px;
  left: -30px;
  transform: rotateY(180deg);
}*/

.faq-title {
  /*margin: 0 35px 0 0; */
	width: 100%;
	display: flex;
	background: #002D72;
	
}

.faq-text {
  display: none;
  /** margin: 30px 0 0; **/
	margin: 10px 10px 10px 10px;
}

.faq.active .faq-text {
  display: block;
}

.faq-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 0;
  position: absolute;
  top: 14px;
  right: 30px;
  height: 30px;
  width: 30px;
}


.faq-toggle:focus {
  outline: 0;
}

.faq-toggle .fa-chevron-up {
  display: none;
}

.faq.active .faq-toggle .fa-chevron-up {
  display: block;
}
.fa-chevron-up, .fa-chevron-down{
	color: white;
}
.faq.active .faq-toggle .fa-chevron-down {
  display: none;
}

.faq.active .faq-toggle {
	/* background-color: white; */
}
.faq-title .faq-img{
	background: black;
	display: flex;
	align-items: center;
	padding: 10px;
}

.faq-title .faq-title-desc{
	font-size: 14px;
	color: white;
	padding: 12px 50px 10px 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 33px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.faq-section{
	display: flex;
}

.faq-section .faq-section-img{
	max-width: 400px;
	height: auto;
}
.faq-section .faq-section-desc{
	padding: 0px 20px;
}

.post-language-option{
	cursor: pointer;
	color: var(--primary-color);
}

.elearnings_left {
	width: 60%;
}

.elearnings_left {
	float: left;
}
.elearnings_right {
	float: right;
}

div:not(.above_top_bar) > a.button_url {
    color: #ffffff !important;
    font-weight: 900 !important;
    font-size: 15px !important;
    text-transform: uppercase;
    letter-spacing: 2px !important;
    background: #FFCD00 !important;
    padding: 12px 1.2em !important;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
}

/* reduce the padding of content text */
.post-content p {
	margin-top: 0;
	margin-bottom: 5px !important;
}

/** reduce the height of filter **/
.small.categoryCheckbox {
	height: 70px !important;
}

.small.categoryCheckbox .facetwp-facet{
	margin-bottom: 0px !important;
}

/** remove default overflow for sticky on membership paywall page **/
#boxed-wrapper {
	overflow: unset!important;
}

/** category page css **/
.select-view-type img {
    width: 20px !important;
    height: 20px !important;
}
.select-view-type {
    display: inherit;
    padding: 5px;
    opacity: 0.4;
    cursor: pointer;
}
.select-view-type.active {
    opacity: 1.0 !important;
}
.view-type{
    margin-bottom: 20px;
}
.hidden {
    display: none;
}

/** category page(jurisdiction) header **/
.category-section{
    width: 100%;
}
.section-first{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.category-item {   
    width: 31%;
}
.category-item .category-content {
    padding: 15px 20px;
    height: 100%;
    background: #002D72;
    border-radius: 3px;
}
.category-item .category-content .title{
    font-size: 20px;
    font-weight: bold;
    color: white;
}
.category-item .category-content .description{
    color: white;
}
.category-item .category-content.mirlink{
    height: 100%;
    display: flex;
}
.category-item .category-content.mirlink .mir_btn {
    margin:auto;
    color: white;
    text-align:center;
}

/*** Topic category page header **/
.corner-ribbon.blue {
    background: #002D72;
}
.corner-ribbon.top-right {
    top: 25px;
    right: -50px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon {
    width: 200px;
    background: #C8102E;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 32px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
/*******************  jurisdiction buttons *************/
.btn-item{
    position: relative;
    background-color: var(--primary-color);
    color: #ffffff;
    border-color: var(--primary-color);
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 8px 20px 8px 20px;
    text-transform: uppercase;
    font-size: 15px;
    box-shadow: 0 0 0 0 !important;
    line-height: 1.5 !important;
    /* letter-spacing: 2px; */
    border-radius: 0;
    transition: color .2s linear, background .1s linear, opacity .2s linear;
    border-style: none;
    width: 200px;
    margin: 1px;
}
.btn-item .down-icon{
    position: absolute;
    right: 10px;
    top: 14px;
}
.content-item .category-content {
    padding: 15px 20px;
    height: 100%;
    background: #002D72;
    border-radius: 3px;
}
.content-item .category-content .description {
    color: white;
}
.content-item .category-content.mirlink .mir_btn {
    margin: auto;
    color: white;
    text-align: center;
}

.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}


@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

/** remove category and tag ***/
label[for="question-category"] {
    display: none;
}
select#question-category {
    display:none;
}
label[for="question-tag"] {
    display: none;
}
input[name="question-tag"] {
    display:none;
}

/**** update image size ************/
.flexslider .slides img{
    height: 353px;
    min-height: 353px;
    object-fit: cover;
}
.case-featured .post_img img{
    height: 353px;
    min-height: 353px;
    object-fit: cover;
}

/********Gravity Forms****************/
.gsurvey-rating > * {
	margin-left: 0.5em;
	margin-right: 0.5em;
}
/** Webinar Landing Page Form **/
/** .webinar-landing-form{
	 color: white !important; 
} **/

/** DWQA (Ask the Expert) **/
.dwqa-question-meta > span > a {    display: none; }
.dwqa-question-meta > span > span.dwqa-label.dwqa-staff {display: none;}



/************ Custom CSS ****************/

div#outer-wrap, div#wrap {
    height: 100%;
}
footer#footer {
    /* position: absolute; */
    bottom: 0;
    width: 100%;
}
.post{
	padding-top:10px;
}
.post img.attachment-full.size-full{
	border-radius:20px;
}
.post-2 .flexslider .slides img,
.post-3 .flexslider .slides img{
    height: 170px;
    min-height:172px;
    object-fit: cover;
	 
	  opacity:0.5;
}
.post-2 .flexslider .slides img:hover{
	opacity:unset;
}
.post-3 .flexslider .slides img:hover{
	opacity:unset;
}
.post-2 .fusion-flexslider .slides img{
	border-radius:20px;
}
.post-2.fusion-recent-posts .columns .column h4{
	font-family:inter;
	font-size:14px !important;
	font-weight:700;
	color:rgb(8, 10, 11) !important;
	line-height: 18px !important;
}
.post-2.fusion-recent-posts .columns .column p{
	font-size:12px !important;
	font-weight:500;
	color:rgb(8, 10, 11) !important;
	line-height: 18px !important;
}
.upcoming-image img{
	width: 400px;
    height: 300px;
    border-radius: 20px;
	 opacity:0.5;
}
.upcoming-image img:hover{
	opacity:unset;
}
.upcoming-button.fusion-button.button-1 {
    background: #002D72;
    line-height: 20px;
    height: 41px;
    width: 125px;
}
.upcoming-title{
	padding-bottom:20px;
}
.fusion-title .title-sep.sep-double{
	border:none;
}
.fusion-separator-border{
	border-bottom:none !important
}
.trending-block{
	border-width: 0px 1px 0px 0px;
    border-color: rgb(226, 226, 226);
    border-style: solid;
}
.search-all .search-button {
display:none;
}
.s{
	color:black !important;
	font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: none;
    line-height: 48px;
    padding: 0px 10px;
    border-radius: 64px;
    opacity: 1;
    border: 0px;
    pointer-events: auto;
}
.topic-cat.fusion-recent-posts .columns .column h4{
	color: rgb(93, 93, 91);
    font-family: 'arial';
    font-weight: 300 !important;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 18px;
    text-align: left;

}
.page-id-76877 .post{
	margin-top:-10px;
}
.page-id-76877 .flexslider .slides img{
	display:none;
}
.page-id-76877 #main{
	padding-top:0px;
}
.topic-cat.fusion-recent-posts .columns .column a:hover{
	color:#FFCD00;

}

.post-head h1.title-heading-left.fusion-responsive-typography-calculated{
	letter-spacing: -1px;
    line-height: 40px;
    text-align: left;
    text-transform: none;
    opacity: 1;
}
.post-des  {
	color: rgb(93, 93, 91);
    font-family: 'arial';
    font-weight:500 !important;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
    text-align: left;
    text-transform: none;
    opacity: 1;
	  padding:;
}
.page-id-76892 .fusion-page-title-bar{
  display:none;
}
.page-id-76892 #main{
	padding:0px;
}
.page-id-76902 .fusion-page-title-bar{
  display:none;
}
.page-id-76902 #main{
	padding:0px;
}
.fusion-form-element-required{
	display:none;
}
.fusion-form-form-wrapper .fusion-form-field .fusion-form-input {
    width: 100%;
    padding: 0 1em !important;
    outline: 0;
    transition: all .2s ease;
}
.fusion-form-form-wrapper .fusion-form-field .fusion-form-input-with-icon>i {
    position: absolute;
    text-align: center;
    z-index: 99;
    left:90% !important;
    top: 50%;
    top: calc(50% + (1px - 1px)/ 2);
    transform: translateY(-50%);
    color: #9ea0a4;
    font-size: 16px;
    right: 20% !important;
}

.fusion-form-form-wrapper .fusion-form-field.fusion-form-label-above .label, .fusion-form-form-wrapper .fusion-form-field.fusion-form-label-above label , .fusion-login-fields label{
	white-space: pre-wrap;
   
    height: 16px;
    margin: 0px;
    color: rgb(8, 10, 11);
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 16px;
    text-align: left;
    text-transform: none;
    opacity: 1;
}
.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox label:before {
    content: "";
    height: 13px;
    position: absolute;
    left: 0;
    top: 50%;
    min-width: 13px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    transform: translateY(-50%);
    transition: all .2s ease;
    background-color: #002D72;
}
.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox input:checked+label:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    left: 4px;
    background: white !important;
    border-radius: 2px;
    top: 50%;
    transform: translateY(-50%);
}
.mo-openid-app-icons p{
	display:none;
}
.mo-openid-app-icons{
	text-align:center !important;
}
.page-id-76916 .fusion-text.fusion-text-3.fusion-text-split-columns.fusion-text-columns-2{

	padding-left:90px !important;
}
.page-id-76916 .fusion-page-title-bar{
  display:none;
}
.page-id-76916 #main{
	padding:0px;
}
.fusion-login-links .fusion-login-lost-passowrd{
	float:right !important;
}
i.fab.fa-google.mo_btn-mo.mo_btn_transform_i.oval{
	background: white;
    margin-top: 10px;
    text-align: center;
    padding: 7px 0px 1px 0px;
    width: 146px !important;
    height: 48px !important;
	margin-left: 0px !important;
    
    font-size: 16px !important;
    border: 1px solid #eeeeee;
	border-radius:50px !important;
}
button.fusion-login-button.fusion-button.button-default.button-large {
    border-radius: 50px;
    background-color: #002D72;
}
.fusion-text-32{
	display:flex;
}
.fusion-text-32 hr{
	width:50%;
}
.recover-con .fusion-login-form p{
  display:none;
}
.recover-con .fusion-builder-column-outer{
  position:unset !important;
}
.recover-con .fusion-login-submit-wrapper{
  position: absolute;
    bottom: 20px;
  right: 18%;
  
}
.page-id-76934 .fusion-login-button{
  
  width:122% !important;

}
.recover-con {
    position: relative;
    height: 600px !important;
}
.recover-con .fusion-builder-live:not(.fusion-builder-ui-wireframe) .fusion-flex-column > .fusion-column-wrapper {
    position: unset !important ;
}
.recover-con .fusion-builder-live .fusion-builder-live-element, .fusion-builder-live .fusion-nested-columns {
    position: unset;
}
.back-butt{
  position:absolute !important;
  bottom: 20px;
  left:13%;
  border-radius: 50px !important;
  
  border: 1px solid #002D72 !important;
  background:transparent !important;
  width:35%;
}
.recover-con .fusion-button-text{
 color: #002D72 !important;
	
}
.recover-con .fusion-builder-column-4{
	position:unset !important;
	
}
.recover-con .fusion-login-box p{
	display:none;
}
.recover-con .fusion-login-box{
	padding-top:40px;
}
.page-id-76934 .fusion-page-title-bar{
  display:none;
}
.page-id-76934 #main{
	padding:0px;
}
.fusion-login-box .fusion-text.fusion-text-3.fusion-text-split-columns.fusion-text-columns-2{
	padding-top:30px;
}
.logged-in .back-butt{
	display:none;
}
.login-logo img{
	width:100%;
}
.input-text:after{
    content: '';
    display: block;
    height: 40px; 
    width: 40px;  /*width of icon */
    position: absolute;
      /*where to replace the icon */
    top: 0px;
    left: -40px;
      /*background */
    background-color: #F8E6AE ;
	
}
.upcoming-event .fusion-builder-row{
	background-image: url('https://hrinsider.s3.amazonaws.com/wp-content/uploads/2023/05/23002901/948ca0a8-0e62-4cb8-89d4-8f89971b87ca.png');
	background-repeat: no-repeat;
	background-position:center;
	background-size:cover;
	border-radius:20px;
	padding:20px 20px;
	margin-bottom:30px;
}
.col-md-6.latest-list {
    padding: 20px 30px;
}
p.latest-excerpt {
    margin-top: 20px;
	color: rgb(8, 10, 11);
    font-family: Inter;
    font-weight:500;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 18px;
}
.latest-list span a {
	color: rgb(8, 10, 11);
    font-family: Inter;
    font-weight:500;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 18px;
	 
}
.latest-list .date{
	color: rgb(8, 10, 11);
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 18px;
    text-align: left;
}
.latest-meta p{
	padding-top:10px !important
}
.d-content textarea{
	width:100%;
	padding:10px 15px;
	border-radius:12px!important;
	border: 1px solid rgb(238, 238, 238) !important;
	
}
.d-submit{
	color: rgb(255, 255, 255) !important;
    background-color: #002D72 !important;
    font-family: Inter!important;
    font-weight: 700 !important;
    font-size: 16px !important;
    letter-spacing: 0px !important;
    text-align: center;
    text-transform: none;
    line-height: 22px !important;
	width:100%;
	border-radius:12px !important;
	
}
.dwqa-content-ask-form label{
	display:none;
}
.dwqa-content-ask-form  input{
    
    border-radius: 12px !important;
    opacity: 1;
    border: 1px solid rgb(238, 238, 238) !important;
    
}
.dwqa-content-ask-form p{
	padding-bottom:15px;
}
textarea::-webkit-input-placeholder {
color: #9ea0a4;
}
.fusion-post-slideshow .slides li{
	display:flex !important;
	justify-content: center;
	width: !important;
}
.fusion-post-slideshow.flexslider .slides img{
	height: 353px !important;
    min-height: 353px !important;
    object-fit: unset !important;
	  width:500px
}
.post_notification {
    display: none;
}
.single-navigation.clearfix {
    display: none;
}
h2.entry-title.fusion-post-title.fusion-responsive-typography-calculated {
    display: none;
}
.fusion-menu-element-wrapper.direction-row.expand-method-hover .menu-text {
    display: flex;
    align-items: center !important;
    text-align: center !important;
	justify-content: center;
}
img.avatar.avatar-24.photo {
    margin-right: 20px;
    width: 40px;
}
.fusion-body .fusion-menu-element-wrapper[data-count="0"] .fusion-menu-element-list {
    justify-content: center !important;
    font-size: 16px;
	color: rgb(8, 10, 11);
    font-family: Inter !important;
    font-weight: 700 !important;
    
    letter-spacing: 0px;
    line-height: 22px;
    text-align: left;
    text-transform: none;
}
.post-2-new.fusion-recent-posts.layout-thumbnails-on-side .columns .column .floated-slideshow{
	float:right !important;
}
.post-2-new .recent-posts-content {
    padding-top: 20px;
}
.post-2-new{
	padding-top:40px;
	padding:20px;
}
.post-2-new .post.fusion-column.column.col.col-lg-3.col-md-3.col-sm-3{
	border-radius: 24px;
    opacity: 1;
    border: 1px solid rgb(193, 192, 200);
	width: 380px;
}
.post-2-new section.fusion-columns.columns.fusion-columns-4.columns-4{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}
.post-3-new article.post.fusion-column.column.col.col-lg-3.col-md-3.col-sm-3 {
    padding: 30px;
}
.cat-post .post-categories-avada-box {
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
	
}
.cat-post .category-avada-box-image {
    position: relative;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;;
	
}
.cat-post{
	
	padding-bottom:20px
}
.cat-post .categories-posts-avada-wrapper{
	margin-left:-10px !important;
}

.cat-post .category-avada-image-cover img{
	position:relative;
	height: 200px!important;
	
	min-height:auto;
	border-radius:20px;
	text-align:center;
	object-fit:unset;
}
.cat-post .category-avada-image-cover{
	padding-top:0% !important
}

.cat-post .post-categories-avada-box {
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
   border: 1px solid rgb(193, 192, 200);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
	  border-radius:24px;
}
.cat-post .category-avada-builder-loadmore{
	display:none;
}
.cat-title h3{
	color: rgb(8, 10, 11);
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 40px;
    text-align: left;
    text-transform: none;
}
.cat-desc p{
	color: rgb(93, 93, 91);
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
    text-align: left;
    text-transform: none;
}
.category-avada-post-title.fusion-responsive-typography-calculated a{
	color: rgb(8, 10, 11);
    font-family: Inter;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 21px;
    
    text-transform: none;
}
.category-avada-post-title{
	text-align: left !important;
}
.category-avada-post-excerpt{
	color: rgb(8, 10, 11);
    font-family: Inter;
    font-weight: 400 !important;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 18px;
    text-align: left;
    text-transform: none;
}
#side-header .side-header-wrapper {
    padding-bottom: 20px;
    z-index: 1;
    zoom: 1;
	background-color: rgb(246, 246, 246);align-content}

ul.post-categories-avada-pagination{
	display:none;
}
.cat-post .categories-posts-avada-wrapper .category-avada-builder-content:nth-child(n+4) {
  display: none;
}
.recent-cat .category-avada-image-cover img{
	border-radius:24px;
	opacity:0.5;
}
.recent-cat .category-avada-image-cover img:hover{
	opacity:unset;
}

.recent-cat .categories-posts-avada-columns-4>.category-avada-builder-content{
	padding: 10px 20px 10px 20px;
}

.post-categories-avada-is-divider{
	display:none;
}
.post-categories-avada-boxed-text p {
    margin-top: 5px;
}

.fa:before {
left: 6px;
}



/* user info */

.user-info-dropdown {
    display: inline-block;
    position: relative;
}

.user-info-dropdown .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* .user-info-dropdown:hover .dropdown-content {
    display: block;
}

.user-info-dropdown .dropdown-content a {
    color: #333;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
}

.user-info-dropdown .dropdown-content a:hover {
    background-color: #f1f1f1;
} */

.user-info-dropdown .user-info {
    cursor: pointer;
}

.user-info-dropdown .user-avatar {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.user-info span{
	font-size: 16px;
    font-weight: 700;
    text-transform: none;
    text-align: left;
    letter-spacing: 0px;
    line-height: 22px;
    white-space: pre-line;
    opacity: 1;
    visibility: visible;
    color: rgb(8, 10, 11);
    font-family: Inter;
}

.fusion-text.fusion-text-1.user-info-box {
    text-align: center;
}




.menu-item {
    height: 60px !important;
}

.fusion-meta-info-wrapper {
display:none !important
}
.fusion-meta-info {
	display:none !important
}

/* Download Buttons Styling */
.download-buttons-container {
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.download-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #FFCD00;
	color: #002D72;
	font-family: 'Whitney', 'Calibri', sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 12px 24px;
	border-radius: 8px;
	border: none;
	text-decoration: none;
	cursor: pointer;
	transition: padding 300ms ease-out 0ms, box-shadow 300ms ease-out 0ms;
	position: relative;
	box-shadow: none;
}

.download-button:hover {
	background-color: #FFCD00;
	color: #002D72;
	text-decoration: none;
	box-shadow: none;
}

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

.download-button-arrow {
	display: none;
	margin-left: 10px;
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
	transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	color: #002D72;
	opacity: 0;
	transform: translateX(-10px);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.download-button:hover .download-button-arrow {
	display: inline-block;
	opacity: 1;
	transform: translateX(6px);
}
