/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
html,body{
	font-family:'HelveticaLTStd-Roman',Arial, Helvetica, sans-serif !important;
	color:#3b3b3c;
}
h1, h2, h3, h4, h5, h6{ 
/* 	padding-bottom:0; */
	font-family:'HelveticaLTStd-Roman',Arial, Helvetica, sans-serif;
	color:#333092;	
	font-weight:500;
}
h1{
	font-size:36px;	
}
h2{
	font-size:24px;
}
h3{
	font-size:21px;
}

body .fw-800 {
	font-weight: 800 !important;
}

.mb-0,
.mb-0 img {
	margin-bottom: 0 !important;
}

.general-padding-top {
	padding-top: 80px !important;
} 

.general-padding-bottom {
	padding-bottom: 80px !important;
}

@media only screen and (max-width: 980px){
	.general-padding-top {
		padding-top: 60px !important;
	} 

	.general-padding-bottom {
		padding-bottom: 60px !important;
	}
}
@media only screen and (max-width: 768px){
	.general-padding-top {
		padding-top: 32px !important;
	} 

	.general-padding-bottom {
		padding-bottom: 32px !important;
	}
}

.decorate-circle {
	border-radius: 50%;
    padding: 0 !important;
    background-color: #303481;
    width: 450px;
    aspect-ratio: 1;
}
.decorate-circle .et_pb_code.et_pb_code_0 {
    position: absolute;
    top: 0;
    right: 0;
}
.header_graphic-wrapper {
    z-index: 0;
    width: 10rem;
    height: 10rem;
    object-fit: contain;
    border: 2px solid #e98b24;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    display: flex;
    position: relative;
    bottom: auto;
}
.header_graphic {
    z-index: 100;
    width: 8rem;
    height: 8rem;
    background-color: #e98b24;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.row-test > .et_pb_column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media only screen and (min-width: 980px){
	.heading-two-lines h3 {
		min-height: 6rem;
	}
}

p{
	font-size:15px;
	font-weight:500;
}
a{
	color:#337ab7;
}
a:hover{
	color:#23527c;
}
.et_pb_row{
	max-width:100%;
	width:100%;
}
.d-flex{
	display:flex;
}
article .et_pb_section{
	padding:30px 0;
}
article .et_pb_section .et_pb_row{
 	padding-top:0;
}
article .et_pb_section{
	padding-bottom:15px;
}
.et_pb_section.home-footer-slider{
	padding:0;
}
.home-footer-slider .et_pb_row .et_pb_column{
	padding:0;
}
/* breadcrumb */
.home .breadcrumb{
	display:none;
}
.breadcrumb{
	max-width:1140px;
	width:100%;
	margin:0 auto;
	padding:25px 15px 15px;	
}
.breadcrumb span{
	color:#929292;
}
.breadcrumb span:not(:first-child){
	padding-left:5px;
}
.breadcrumb a{
	font-size:16px;
	color: #929292;
	margin-right:10px;
}
.breadcrumb span.breadcrumb_last{
	color:#3b3b3c;
}
/* sidebar */
.et_pb_widget_area_left{
	padding-right: 0px;
    border-right: 0;
}
/* .widget_recent_entries ul */
.widget_nav_menu ul{
	margin-bottom:30px;
}
.widget_nav_menu ul li{
	border-bottom: 1px solid #dddde3;
	margin-bottom:0;
}
.widget_nav_menu ul li a{
	font-size: 21px;
    font-weight: 400;
	font-family: 'HelveticaNeueLight',Arial, Helvetica, sans-serif;
    color: #929292 !important;
    padding: 7px 20px;
    display: block;
}
.widget_nav_menu ul li a:hover{
	background: #f5f5f5;
}
.interest_block{
	padding:30px 10px 10px 10px;
	background:#333092;
	color:#ffffff;
}
.interest_block h4{
	font-size: 21px;
	font-weight:500;
    color: #FFFFFF;
    margin: 0px 0 15px;
    padding: 0 0 0 20px;
}

.widget_recent_entries h4{
	color:#929292;
}
.interest_block ul li{
	padding: 10px 20px;
    font-size: 16px;
	border-top: 1px solid #8583be;
	margin-bottom:0;
}
.et_pb_widget .interest_block ul li a{
	color:#ffffff;
}
.article-wrapper{
	border-top:1px solid #eee;
	padding-top:30px;
}
.article-content{
	padding-right:50px;
	padding-bottom:20px;
}
.image-wrapper{
	max-width:200px;
	width:100%;
	height:180px;
}
.image-wrapper img{
	width:100%;
	height:auto;
}
.et_pb_row .et_pb_column{
	padding-right:15px;
	padding-left:15px;
	
}
.et_pb_button,.et_pb_button:hover{
	transition:none !important;
}
.et_pb_button:after{
	display:none;
}
.btn{
	padding:5px 10px;
	font-size: 16px;
    padding: 4px 12px;
	border:1px solid;
}
.btn-primary,
.et_pb_button{
	background-color:#333092;
	color:#ffffff;
	border-color:#333092;
	transition:none;
}
.et_pb_button:after{
	transition:none;
}
.btn-primary:hover,.et_pb_module .et_pb_button:hover,
.btn-primary:focus,.et_pb_module .et_pb_button:hover{
	background-color:#333092;
	color:#ffffff;
	border:1px solid #333092;
}
.border-none{
  border:0px;
}
.et_pb_slide_content p,
.et_pb_slide_content,
.et_pb_slide_content a{
	font-size:32px;
	font-weight:500;
	line-height:1.5;
}
.home-footer-slider .et_pb_button{
	font-size:16px;
	border:2px solid #8ec8e6;
	background-color:transparent;
	color:#ffffff;
	position:relative;
	display:inline-block;
	padding:5px 60px 5px 45px!important;
	border-radius:0;
}
.home-footer-slider .et_pb_button:hover{
	padding:5px 60px 5px 45px!important;
	background-color:#ffffff;
	color:#1f1c6c;
	border-color:#ffffff;
}
.home-footer-slider .et_pb_button:before{
	position:absolute;
	display:block;
	content:"\f0a1";
	font-family:"Fontawesome";
	font-size: 16px;
    top: 10px;
	left:15px;
	opacity:1;
	margin:0 5px 0 0;
}
.et_pb_promo_description h2{
	margin-bottom:20px;
}
.home-footer-slider .et_pb_column .et_pb_promo{
	padding:0;
	padding-bottom:20px;
}
.home-footer-slider .et_pb_button_module_wrapper{
	text-align:left;
}
.home-footer-slider .et_pb_column:first-child{
	padding:90px 65px 40px 130px;
	text-align:left;
}
/* table css */
.table,
.entry-content table{
	border:0;
}
.entry-content table thead{
	border-top:1px solid #eee;
}
.entry-content tr th{
	font-size:15px;
	padding:8px 8px 15px;
}
.entry-content tr td{
	font-size:15px;
	padding:8px 8px 15px;
	vertical-align:top;
	line-height: 1.42857143;
}
.entry-content tr td span{
	display:block;
	width:100%;
}
.table-responsive{
	max-width:780px;
	width:100%;
	overflow-x:auto;
}
.entry-content .table-bordered{
	margin-top:10px;
}
.entry-content .table-bordered,
.entry-content .table-bordered td,
.entry-content .table-bordered th{
	border:1px solid #eee;
	padding:8px;
}
.entry-content .table-bordered th{
	color:#333092;
    font-size: 24px;
    font-weight: 500;
    padding: 15px 8px;
	text-align:center;
}
.textimgalign img{
	float:left;
	margin-right:20px;
}
/*header*/
.logo_container a{
	display:inline-block;
}
.et_header_style_left .logo_container{
	width:auto;
}
#et-secondary-nav li ul{
	padding:0;
	left:0;
	right:auto;
}
#et-secondary-nav li li{
	padding:0;
}
#et-secondary-menu>ul>li>a:hover{
	opacity:1;
}
#top-header .sub-menu li a{
	display:inline-block;
	width:100%;
	text-align:left;
	font-size: 18px;
	font-weight:400;
    color: #f0f0f0;
    border-bottom: 1px solid #FFF;
    padding: 4px 15px;
	background-color:#333092;
	line-height: 1.42857143;
    white-space: nowrap;
}

#top-header .sub-menu li a:hover{
	background-color:#e63c2e;
	color:#f0f0f0;
}
#top-header .sub-menu li:last-child a{
	border-bottom:0;
}
#top-header .container{
	display:flex;
	justify-content:space-around;
	align-items:center;
}
#top-header .search-form{
	margin-right:auto;
	position:relative;
}
#top-header .search-form:before{
	position:absolute;
	content:"\f002";
	font-family:"Fontawesome";
	right: 26px;
    top: 15px;
    font-size: 22px;
	font-weight:300;
	color:#aaabab;
}
#top-header .search-form input[type="submit"]{
	opacity:0;
}
.cart-icon i{
	margin:0;
	margin-right:10px;
}
form#mysearchform{
	margin-top: 0 !important;
    margin-right: 0 !important;
}
/* footer */
#main-footer{
	background: url('http://13.210.242.132/wp-content/uploads/2019/07/ftr_glow.png') no-repeat center center;
	background-size:cover;
	padding: 45px 0 50px;
	height:100%;
	position:relative;
	font-family: 'HelveticaLTStd-Roman',Arial, Helvetica, sans-serif;
    font-weight: 400;
}
#main-footer:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	background:url("http://13.210.242.132/wp-content/uploads/2019/07/ftr_ptrn.png")no-repeat right top;
	background-size:contain;
	width: 100%;
	height:100%;    
}
.footer-logo{
	background:url('http://13.210.242.132/wp-content/uploads/2019/06/footer_logo.png') no-repeat top left;
	width: 160px;
    height: 49px;
}
#footer-info{
	display:flex;
}
#footer-bottom{
	background-color:transparent;
	padding-top:0;
}
footer .container.clearfix{
	border-top:1px solid #181563;
	padding-top:25px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
}
#footer-bottom .et-social-icon a{
	width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #8c89b1;
    vertical-align: middle;
    display: inline-block;
	font-size: 18px;
    line-height: 48px;
	background:#1f1c6b;
}
#footer-bottom .et-social-icon a:hover{
	background:#fff;
	color:#1f1c6b;
}
.footer-social-icons,
#footer-info{
	width:50%;
}
.footer-social-icons{
	text-align:right;
}
.copyright-text{
	padding-left:35px;
	font-size:12px;
}
.copyright-text a{
	position:relative;
}
.copyright-text a{
	padding:0 10px;
}
.copyright-text a:first-child{
	padding-left:0;
}
.copyright-text a:last-child{
	padding-right:0;
}
.copyright-text a:before{
	position:absolute;
	content:"";
	width:1px;
	height:100%;
	background:#ffffff;
	right:0;
	top:0;
}
.copyright-text a:last-child:before{
	display:none;
}
.footer-widget .textwidget p{
	padding-bottom:0;
}
/* footer .clearfix{
	padding:0;
	margin:0 -15px;
} */
#footer-info a{
	font-size:12px;
	font-weight:normal;
}
.footer-widget a{
	color: #FFFFFF;
    font-size: 15px;
    padding: 5px 0;
    display: block;
}
.footer-widget{
	margin-right:0;
	max-width:25%;
	padding:0 15px;
	margin-bottom:25px;
}
.textwidget{
	padding:0;
}
.footer-social-icons{
	display:flex;
	justify-content:flex-end;
	margin: 0;
}
.footer-social-icons a{
	font-size: 20px;
    color: #FFFFFF;
	width:45px;
	height:45px;
    border: 1px solid #8f8eb6;
    display: inline-block;
	vertical-align:middle;
	line-height:2.25;
    border-radius: 50%;
    background: #1f1c6b;
    margin-left:5%;
	text-align:center;
}
.footer-social-icons a:hover{
	background: #FFF;
    color: #1f1c6c;
    border: 1px solid #FFF;
}
.footer-social-icons a i{
	font-size:22px;
}
.footer-widget .membership-btn{
	font-size: 16px;
    color: #FFFFFF;
    border: 2px solid #8f8eb6;
    background: #1f1c6b;
	text-align:center;
	padding:8px 10px;
}
footer .membership-btn:hover{
	background-color:#ffffff;
	color:#1f1c6c !important;
	border-color:#ffffff;
}
.footer-widget .membership-btn i{
	margin-right:10px;
}
.footer-social-icons a i{
	 margin: 0 auto;
}
.footer-widget .title{
	color: #8f8cb0;
    font-size: 21px;
    font-weight: 300;
    margin: 0 0 20px;
}
.footer-widget:last-of-type .title{
	color:#ffffff;
	font-size: 28px;
}
.copyright-text p{
	font-size:12px;
}
#top-menu li a{
	font-weight:500;
}
#top-menu li{
	padding-right:0;
	padding:0 10px;
}
#top-menu li{
	text-align:center;
	line-height:1.2;
}
nav ul{
	margin-top:15px;
}
nav ul li:not(:last-child){ 
	padding:0 5px;
	border-right:1px solid rgba(255,255,255,0.2);
}
nav ul li a{
	text-align:center;
	display:inline-block;
}
.header-sign-btn a{	
	font-size: 16.5px;
	font-weight:500;
	border: 1px solid #333092;
	height: 42px;	
	text-align: center;
	background: rgba(255,255,255,0.2);
    color: #FFFFFF;    
    padding: 7px 20px 7px 30px;
	line-height:1.5;
	position:relative;
	display:inline-block;
}
header-sign-btn a:hover{
	background: rgba(255,255,255,0.1);
}
.login-cta {
	border-radius:5px 0 0 5px;
}
.login-cta:before{
	position:absolute;
	content:"\f007";
	font-family:"Fontawesome";
	top:6px;
	left:4px;
	right:auto;
	margin:0 5px;
}
.join-now-cta {	
	margin-right: -3px;
	border-radius: 0 5px 5px 0;
	line-height:1.5;	
}
.login-cta a,
.join-now-cta a{
	line-height:1.5;	
}
.header-sign-btn{
	float:left;
}
/* search menu */
 .search-form {
	 float: right; 
}
form#mysearchform {
	margin-top: -40px;
	margin-right: 80px;
}   
 input#s {
	 border: 0px;
	 padding: 15px;
	 margin-right: -3px;
}
.screen-reder-text {
	display: none;
}
input#searchsubmit {
	position:absolute;
	right:0;
	border: 0;
	padding: 15px 19px;
    color:#fff;
}
#top-menu > li:last-child{
	padding-right:15px;
}
#et-secondary-nav .menu-item-has-children > a:first-child:after{
	top:14px;
}
.engage-slider .et_pb_slides .et_pb_slider_container_inner{
	vertical-align:bottom;
}
.engage-slider .et_pb_slide{
	padding:0
}
.engage-slider .et_pb_slide_description{
	padding-top:215px;
	padding-left:0;
	padding-right:20%;
}
.et-social-icons li:not(:first-child){
	margin-left:20px;
}
/* home page css*/
.custom-blurb .et_pb_blurb_content,
.custom-blurb .et_pb_blurb_description,
.custom-blurb .et_pb_blurb_description h2,
.custom-blurb .et_pb_blurb_description h3,
.custom-blurb .et_pb_blurb_description p{
	color:#3c3c3c;
}
.custom-blurb .et_pb_blurb_description h2{
	padding-bottom:0;
}
.custom-blurb .et_pb_blurb_description h3{
	padding-bottom:15px;
	font-weight:600;
}
.et_pb_blurb .et-pb-icon:hover{
	box-shadow:inset 0px 1px 6px 0px currentColor;
	-webkit-box-shadow:inset 0px 1px 6px 0px currentColor;
	-moz-box-shadow:inset 0px 1px 6px 0px currentColor;
	-ms-box-shadow:inset 0px 1px 6px 0px currentColor;
}
.et_pb_main_blurb_image{
	margin-bottom:15px;
}
.welcome-block h2{
	color:#3c3c3c;
	border-bottom:1px solid #3b3b3c;
	padding-bottom:20px;
	margin-bottom:10px;
}
.welcome-block p{
	color:#3b3b3c;
}
.welcome-block .et_pb_button{
	border-color:#ffffff;
	color:#ffffff;
	background-color:transparent;
}
.welcome-block .et_pb_button:hover,
.welcome-block .et_pb_button:focus{
	color:#1f1c6c;
	background-color:#ffffff;
}
.et-pb-icon-circle{
	padding:15px;
}
.et-pb-icon{
	font-size:36px !important;
}
.welcome-block{
	padding:50px 0 30px;
}
article .et_pb_section.welcome-block{
	padding:50px 0 30px;
}
.welcome-block a{
	color:#337ab7; 
}
.welcome-block .et_pb_text_inner p,
.welcome-block .et_pb_text_inner a{
	padding-right:10%;
}
.welcome-block a:hover{
	color: #23527c;
}
#et-secondary-menu li.mobile-menu{
	display:none;
}
/* .et_pb_blurb_content{
	min-height: 240px;
} */
.et_pb_blurb_description{
	min-height:150px;
}
.conf-video-table table{
	border:0px;
}

.conf-video-table table tbody tr{
	border-top: 1px solid #ddd;
}

.conf-video-table table tbody tr td{
	width:50%;
	text-align:center;
	padding: 0;
}

.conf-video-table table tbody tr td p:first-child{
	padding:10px;
}
.et_pb_slide .et_pb_container{
	margin-left:0;
}
.mobile_menu_bar:before{
	color:#ffffff;
}
/* sidebar blog */
.blog-sidebar h4{
	font-size:24px;
	font-weight:600;
}
#et-secondary-nav li ul ul{
	top: 0;
    left: 100%;
    margin-top: 0;
}
#et-secondary-nav li.menu-item-has-children a:hover:after{
	transform: rotate(-95deg);
	-webkit-transform: rotate(-95deg);
	-moz-transform: rotate(-95deg);
	-ms-transform: rotate(-95deg);
}
#et-secondary-nav li .menu-item-has-children > a:first-child:after{
	top: 0.4em;
    right: 5px;
    left: auto;
}

/* media list */
.et_pb_posts .et_pb_post:not(:last-of-type){
	margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.et_pb_post .entry-featured-image-url{
	max-width:168px;
	height:100%;
	float: left;
    margin-right: 30px;
}
.et_pb_post .post-content{
	margin-left: 198px;
	margin-bottom: 30px;
}
.et_pb_post > p,
.et_pb_post h2{
	margin-bottom:10px;
	margin-left: 198px;
}
.post-meta .published{
	position:relative;
	display:inline-block;
	font-size:15px;
	padding-left:20px;
}
.post-meta .published:before{
	position:absolute;
	content:"\f017";
	font-family:"Fontawesome";
	top:0;
	left:0;
}
.et_pb_posts a.more-link{
	position:relative;
	font-size:15px;
	clear:none;
	padding-left:20px;
	text-transform:capitalize;
}
.et_pb_posts a.more-link:before{
	position:absolute;
	content:"\f0c6";
	font-size:18px;
	font-family:"Fontawesome";
	top:0;
	left:0;
	transform: rotate(-270deg);
}
.wp-pagenavi{
	border:0;
}
.wp-pagenavi .pages{
	border-radius:5px 0 0 5px;
}
.wp-pagenavi .last{
	border-radius:0 5px 5px 0;
}
.wp-pagenavi span,
.wp-pagenavi a{
	font-size:15px !important;
	margin:0;
	border:1px solid #eee !important;
	border-left:0 !important;
	padding:8px;
	border-radius:inherit;
}
.wp-pagenavi .pages{
	border:1px solid #eee !important;
}
.wp-pagenavi span.current, .wp-pagenavi a:hover{
	background:#337ab7;
	color:#ffffff !important;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink{
	color:#337ab7 !important;
}
/* latest news section */
.custom-html-widget h2{
	position:relative;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #000000;	
}
.custom-html-widget h2 a{
	position:absolute;
	content:"";
	right:0;
	top:0;
	font-size:14px;
    background: #e1e1e1;
    color: #333092;
    padding: 0px 8px;
}
.custom-html-widget h2 a:hover{
	background:#333092;
	color: #ffffff;
}
.news-section ul{
	list-style-type:disc !important;
}
.rpwe-block.news-section li{
	position:relative;
	display:flex;
	flex-direction:column-reverse;
	padding-left:5px;
	margin-bottom:10px;
	border:0;
}
.news-section li:before{
	position:absolute;
	content:"";
	top:8px;
	left:-10px;
	width:5px;
	height:5px;
	border-radius:50%;
	background:#929292;	
}
.news-section li h3{
	padding-bottom:0;
}
.rpwe-block.news-section li h3 a{
	font-size: 16px;
    color: #333092;
    font-weight: 500;
	cursor:pointer;
}
.news-section li time{
	position: relative;
    padding-left: 70px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #777777;
}
.news-section li time:before{
	position:absolute;
	content:"NEWS";
	top:0;
	left:0px;
	background:#e1e1e1;
	color:#333092;
	padding: 0px 8px;
}
.widget_recent_entries h4{
	display:none;
/* 	font-size:18px;	
    font-weight: 500;
	color: #333092;
	margin-bottom:10px; */
}

.custom-gallery .et_pb_column .et_pb_gallery .et_pb_grid_item:nth-child(3n+1){
	clear:none;
}

.pa-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
	margin-right:1rem;
}
.pa-inline-buttons .et_pb_button_module_wrapper:last-child {
	margin-right:0;
}

@media screen and ( max-width: 980px ) {
    .reverse {
        display: flex;
        flex-direction: column-reverse;
		align-items: center;
    }
} 

@media only screen and (min-width: 981px) {
	.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a{
		padding-bottom:0;
	}
	.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation{
		padding-top:15px;
		padding-bottom:15px;
	}
	.header-social-icons{
		display:block;
		width:100%;
		text-align:right;
	}
	.header-social-icons{
		clear:both;
		padding-top:15px;
	}
	.header-social-icons a i,
	.header-social-icons a{
		color:#ffffff;
		font-size:22px;
		margin-left:18px;
	}
	.header-social-icons a{
		font-size:14px;
		font-weight:300;
	}
	#main-header {
	/* top: 0 !important; */
		top: -46px;
	}
	#top-header {
	/* top: 134px !important; */
		position: relative;
		top:113px;
		border-bottom: 1px solid #e1e1e1;
	}
	#et-secondary-nav li > ul{
		width:auto;
		min-width:242px;
	}
	#et-secondary-nav .menu-item-has-children>a:first-child:after{
		top: 12px;
		right:3px;
	}
	.login-cta {
		height: 42px;
		border-bottom-right-radius: 0px !important;
		border-top-right-radius: 0px !important;
	}
	.join-now-cta {
		height: 42px;
		border-bottom-left-radius: 0px !important;
		border-top-left-radius: 0px !important;
		margin-left:-1px;
	} 
	.main-menu{	
		border-right: 1px solid rgba(230,230,230) !important;
	}
	#top-header .container {
		padding: 0 !important;
	}
	#et-secondary-menu {
		float: none;
	}
	#top-header .search-form{
		width:30%;
	}
	#et-secondary-nav li {
		margin:0;
		margin-left: -4px;		
	}
	#et-secondary-menu > ul > li > a{
		padding: 0.75em 1em;
		font-size: 16px;
		font-weight: 500;
		color: #333092;
		border: 0;
		border-right:1px solid #e1e1e1;
	}
	#et-secondary-menu > ul > li > a:hover{
		background-color:#333092;
		color:#ffffff;
	}
	#et-secondary-nav {
		width: 100%;
	}	
	.main-menu:hover a {
/* 		color: #FFFFFF!important;
		background-color: #333092 !important; */
	} 

	#top-menu-nav #top-menu a:hover,
	#mobile_menu_slide a:hover { 
		color: #FFFFFF !important; 
	}
	
	/* gallery */
	
	.custom-gallery .et_pb_column .et_pb_gallery .et_pb_grid_item:nth-child(3n){
		margin-right:2%;
	}
	.custom-gallery .et_pb_column .et_pb_gallery .et_pb_grid_item{
		width:23%;
		margin-right:2%;
	}
}
@media only screen and (min-width:1280px){
	.et_pb_row,
	.container{
		max-width:1140px;
		margin:0 auto;
	}
	#top-header .search-form{
		width:32%;
	}
}
@media only screen and (min-width:1366px){
	#top-header .search-form{
		width:37%;
	}
}
@media only screen and (max-width:1024px){
	h1{
		font-size:28px;
	}
	h2,.custom-html-widget h2,
	.welcome-block h2,.et_pb_promo_description h2{
		font-size:22px;
	}
	h3{
		font-size:16px;
	}
	#main-header{
		top:-90px;
	}
	.footer-widget{
		max-width:50%;
	}
	.custom-gallery .et_pb_column .et_pb_gallery .et_pb_grid_item{
		width:48%;
		margin:0 2% 2% 0;
	}
	.custom-gallery .et_pb_column .et_pb_gallery .et_pb_grid_item:nth-child(2n){
		margin-right:0;
	}
	.home-footer-slider .et_pb_column:first-child{
		padding:60px 30px;
	}
	.footer-social-icons a{
		width:40px;
		height:40px;
		line-height:1.8;
	}
	.footer-social-icons a i{
		font-size:18px;
	}
	article .et_pb_section{
		padding:15px 0;
	}
	.breadcrumb a{
		font-size:14px;
	}
}
@media only screen and (max-width:980px) {
	.et_pb_button_module_wrapper a{
		margin-bottom:15px;
	}
	.footer-social-icons{
		justify-content:center;
	}
	.footer-social-icons, #footer-info{
		width:100%;
	}
}
@media only screen and (max-width:768px){
	.header-social-icons{
		display:none;
	}
	.et_mobile_menu li a{
		display:none;
	}
	.et_mobile_menu li:nth-of-type(1n+4) a{
		display:block;
	}
}
@media only screen and (max-width:767px){
	.container{
		width:100%;
		padding:0 15px;
	}
	p{
		font-size:14px;
	}
	.et_mobile_menu{
		top:94px;
	}
	.et_pb_section 
	{
		width:100%;
	}
	.logo_container a{
		display:inline-block;
		max-width:100%;
	}
	#main-header{
		padding:10px 0;
	}
	#top-menu-nav{
		display:none;
	}
	.header-sign-btn{
		position: absolute;
		content: "";
		left: 15px;
		bottom: 0;
		right: auto;
		margin-top: 10px;
	}
	.et_header_style_left .logo_container{
		height:auto;
	}
	.header-social-icons{
		display:none;
	}
	#main-header{
		position:relative;
	}
	.footer-widget:not(:last-child),
	.footer-logo{
		display:none;
	}
	.footer-social-icons, #footer-info{
		width:100%;
	}
	.footer-social-icons{
		justify-content:center;
	}
	.engage-slider .et_pb_slide_description{
		padding-top:175px;
		padding-right:2%;
	}
	.copyright-text{
		padding-left:0;
	}
	#main-footer:before{
		background-size:cover;
		background-position: top 0 right 26%;
	}
	.mobile_menu_bar:before{
		font-size:36px;
	}
	#et-secondary-menu li.mobile-menu{
		display:block;
	}
	.et_pb_blurb_content{
		min-height:auto;
	}
	.article-wrapper{
		padding-bottom:20px;
		flex-wrap:wrap;
	}
	#footer-widgets .footer-widget{
		max-width:100%;
	}
	.copyright-text{
		margin:0 auto;
	}
	.footer-widget:last-of-type .title{
		font-size:24px;
		text-align:center;
	}
	.et_pb_slide_content p, .et_pb_slide_content, .et_pb_slide_content a{
		font-size:24px;
	}
	.home-footer-slider .et_pb_column:first-child{
		padding:30px 30px 0;
	}
}