/* 
 Theme Name:     Divi Child Theme
 Template:       Divi
 Version:        1.0 
*/ 

/*  Enter your custom CSS below */ 

/**--NOTIFICATION TOP--**/
.topNavnotif #et-info {
    width: 100%;
}
.topNavnotif.et-fixed-header {
    background: #0d5e73 !important;
}
.topNavnotif #et-info a {
    background: transparent;
    padding: 0.3em 0em;
    border-radius: 30px;
    font-size: inherit;
    font-weight: bold;
}
.topNavnotif #et-info a:hover { 
	background:transparent;
	color:#f49924;
}
.topNavnotif.et-fixed-header #et-info a{
color:#fff!important;
}
.topNavnotif #et-info .et_pb_widget {
    width: 100%;
}
.topNavnotif #et-info .et_pb_widget p {
    display: none!important;
}
.topNavnotif .textwidget {
    font-size: 1.4em;
    padding: 0.2em;
    font-weight: normal;
    line-height: 1.1em;
}

/**Custom Footer Styling - Oct 30, 2018**/
.footer-widget.last .widget_text {
    margin: 0!important;
    min-width: 45%;
    display: inline-block;
}
.footer-widget.last .widget_text:nth-of-type(2) {
    padding-left: 11.5rem;
}
p.footDLLink a:hover {
    background: #f18f18;
}
p.footDLLink a {
    display: inline-block;
    background: #f18f18;
    text-align: center;
    margin-top: 0.7em;
    font-size: 1.1em;
    padding: 0.3em 1em;
    border-radius: 30px;
    font-weight: bold;
}
p.footDLLink {
    font-size: 1.1em;
    line-height: 1.5em;
}

@media only screen and (min-width: 981px) {
	img#logo {
	  max-height: 70%;
	}
}

#re-searchandlogin {
	position: relative;
	height: 40px;
}

#re-search {
	position: absolute; 
	width: 200px; 
	height: 40px;
	right: 150px;
	font-size: 16px;		
}
#re-search form {
	right: 0;
}

#re-search input {
	right: 0;
	background-color: #fff;
    font-size: 16px;
	width: 100%
}

#re-login,
#re-login-mobile { 
	position: absolute;
	right: 10px;
	top: 0;
}

#re-login a,
#re-login-mobile a {
	color: #fff;
    font-size: 16px;
    line-height: 16px;
    background-color: #ed7818;
    font-weight: 400;
    text-align: center;
    padding: 4px 20px !important;
    border-radius: 30px !important;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

ul#top-menu {
	height: 35px;
	margin: 20px 0 0;
}

#top-menu li.menu-item a {
	font-size: 18px;
}

@media (min-width: 980px) {
	#re-login-mobile {
		display: none;
	}	
}

@media (max-width: 980px) {
	#re-searchandlogin {
		display: none;
	}	
	
	#re-login-mobile {
		display: block;
	}	
	#et-top-navigation {
		height:90px
	}
}

#re-login-mobile {
	position: absolute;
	right: 0;
	top: 25px	
}

#et_mobile_nav_menu {
	right: 100px;
	top: 30px;
	position: absolute;
}

ul#mobile_menu {
  width: 400px !important;
  left: -200px;
}





.wp-google-reviews > div:nth-of-type(8) {
    display: none !important;
}

@media (max-width : 1024px) {
	#et_mobile_nav_menu {
		display: block;
	}
	
	#main-header .container {
		width: 95%;
	}
	
	#top-menu {
		display: none;
	}
	
	div#re-search {
		position: absolute; 
		width: 200px; 
		height: 40px;	
		right: 150px;
		font-size: 16px;		
	}
	
	div#re-search input {
		right: 0;
		background-color: #fff;
		font-size: 16px;
		width: 100%
	}

	div#re-login { 
		position: absolute;
		right: 10px;
		top: 0;
	}
}


@media (min-width : 1024px) {

	
	li.go-start {
		height: 36px;
		margin-bottom:35px;
		line-height: 36px;
		background-color: #ed7818;
		font-weight: 800;
		text-align: center;
		margin-right: 13px;
		padding: 23px 23px 23px 23px !important;
		border-radius: 30px !important;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}

}





#footer-bottom {
    display: none;
}
/*** remove shadow on main header***/
#main-header { box-shadow: none !important; }

/*** adjust padding on menu ***/
.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a {
padding-bottom: 23px;
}

#top-menu li {
margin-left:7px;	
padding-top: 0px !important;
  padding-bottom: 10px !important;
		padding-right: 22px !important
}
.et_header_style_left #et-top-navigation {
padding-top: 20px;
}
.et_header_style_left .et-fixed-header #et-top-navigation {
padding-top: 25px;
}

/*** change weight of current link in header ***/
#top-menu li {
    font-weight: normal;
}
#top-menu li.current-menu-item > a {
font-weight: bold !important;	
  text-transform:none;
}


/*** style the menu button ***/
.jointoday_button a {
color: #ffffff !important;
    line-height: 0px;
    font-weight: 700;
    padding: 13px 16px !important;
    text-transform: uppercase;
    font-size: 16px !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    display: block;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    border: 2px solid #ffffff;
}
 
.jointoday_button a:hover {
    opacity: 1 !important;
    color: #fff !important;
    background-color: #f48421;
	border: 2px solid #f48421;
}

@-webkit-keyframes highlight-nav {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes highlight-nav {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

/*** style the mobile menu links and button ***/
@media (max-width: 600px) {
.et_mobile_menu li {
text-align: center;
}
 
.et_mobile_menu li a {
border-bottom: none;
}
.et_mobile_menu li a:hover {
background-color: #f48421;
}
 
.jointoday_button a {
background-color: #f48421;
border: 2px solid #f48421 !important;
}
	
	.wp-gr.wpac {max-width: 100% !important;}



/***Change color of the hamburger menu on tablet and mobile***/
span.mobile_menu_bar:before {
color: #ffffff!important;
}
		
		}




 /* Copied from Simple Custom CSS */
 /* Enter Your Custom CSS Here */

/***Create fixed header on mobile***/
@media (max-width: 980px) {
	.et_non_fixed_nav.et_transparent_nav #main-header, 
	.et_non_fixed_nav.et_transparent_nav #top-header, 
	.et_fixed_nav #main-header, 
	.et_fixed_nav #top-header {
		position: fixed;
	}
		
		/*Search in Menu */
	#et_top_search {
	/* display:none; */
		}
		
}
.et_mobile_menu {
    overflow: scroll !important;
    max-height: 83vh;
}

li.get-started {
    line-height: 36px;
    background-color: #ed7818;
    font-weight: 800;
    text-align: center;
		margin-right: 13px;
    padding: 12px 0px 10px 10px!important;
    border-radius: 30px !important;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

  
/**burfano-april-17-2018-MNL-1:20PM**/
  
.leftCont {
    padding-left: 0;
    float: left;
}
.rightCont {
    float: right;
    display: inline-block;
    width: auto;
    text-align: right;
}
.sharethis-inline-share-buttons {
    margin-top: 30px!important;
    display: block!important;
}
  
#categories-2 ul li.cat-item a:hover {
    color: #666!important;
    text-decoration: underline;
}
  
/**burfano-may 25, 2018**/
div#imgLogos:last-child {
    margin-right: 0;
}
div#imgLogos {
    width: 18%;
    float: left;
    margin-right: 1.9em;
}
div#imgSetRow {
    padding: 0em 0px 0px 0px;
}

a.widget_link_cust {
    line-height: 1.2em!important;
}

a#btnHP_applynow {
    min-width: 250px!important;
    display: block;

    border-radius: 20px;
}

@media (min-width: 320px) 
  and (max-width: 667px){
div#imgLogos {
    width: 100%!important;
} 
}

/*List Style Divi Blog Feed*/
@media only screen and ( min-width: 800px ) {
.bbb_blog_list a img  {
    float: left;
    width: 40%;
    padding-right: 20px;
    padding-bottom: 30px;
}
}

#main-header.et-fixed-header .nav li ul {
    margin-top: 0px	!important;
    background-color: #f4f4f4 !important;

}

@media only screen and (min-width: 1px){
.et-fixed-header #top-menu .sub-menu a {
      color: #636363!important; 
}
	
	.wp-gr.wpac a.wp-google-name{
		pointer-events: none;
	}	

}
/*
ul#mobile_menu li.get-started a {
   background-color: #ed7818!important;
   text-align: center;
   padding: 12px 25px 10px 20px!important;
   border-radius: 30px;
   display: inline!important;
   color: #fff!important;
   float: left;
}

*/

.wp-gr.wpac .wp-google-name a {
    pointer-events: none;
    }



/*
* Remove sidebar on all archive pages
*/
.search #main-content .container::before,
.archive #main-content .container::before {
    display: none;
}
.search #left-area,
.archive #left-area {
    width: 100%;
    float: none;
    padding-right: 0;
}
.search #sidebar,
.archive #sidebar {
    display: none;
}

/***Style dropdown in fixed nav***/
#main-header.et-fixed-header .nav li ul {
margin-top: 0px;
background-color: #363636;
}

/***Style Contact Form***/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
    background-color: #f4f4f4;
    color: #f48421;
    width: 50%;
	border: none;
    padding: 10px;
}

.wpcf7-form input[type="submit"] {
    background:#21aacc;
    color:#fff;
	border: none;
		font-size: 20px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
		 border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.wpcf7-form input:hover[type="submit"] {
    background:#f48421;
    cursor:pointer;
    color:#fff;
}

/*-----------------MENU BUTTON-------------------------------*/
 
/* style the get started cta button */
            .get-started {border-radius: 0px;}
            .get-started a {color: #fff;}
            li.get-started {
				line-height:33px;
                background-color:#ed7818; 
                font-weight: 700; 
                text-align: center; 
                padding: 12px 13px 10px 10px!important;
            border-radius: 3px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.get-started:hover {background-color:#c96310;}
 
/* fixed header button text color */
                 .et-fixed-header #top-menu .get-started a {
                        color: #fff!important;}
        .get-started li.current-menu-ancestor > a, .get-started li.current-menu-item > a {
                    color: #fff !important;}
 
 
 
    @media only screen and (min-width : 981px) {
            li.get-started {height: 33px;}}

/* yellow login button shape */
li.get-started {
    border-radius: 50px;
	min-width: 200px;
}


table#tblCaseStud {
    background: #f1f4f5;
    border: 0px;
    font-size: 15px;
}
table#tblCaseStud td {
    border: 1px solid #fff;
}
table#tblCaseStud td.fieldKeytbl {
    background: #e3f6f9;
    width: 33%;
}
.clrColor{
    background: #f1f4f5!important;
}


/***revisions - apr 26, 2018 - image bullets lists**/

.et_pb_blurb_container {
    padding-top: 0px!important;
}
.et_pb_blurb_container > h4 {
    line-height: 25px!important;
    padding-bottom: 0!important;
    font-size: 18px!important;
}
.et_pb_blurb_container .et_pb_blurb_description div {
    line-height: 25px!important;
}
#custIcoCont .et_pb_blurb_container {
    padding-top: 1.0em!important;
}

/**resources css fixes - apr 26, 2018**/
#resContMain #custIcoCont {
    min-height: 70px;
}
#resContMain #custIcoCont span.et_pb_image_wrap {
    min-width: 80px;
}
#resContMain #custIcoCont .et_pb_blurb_container {
    padding-top: 1.7em!important;
}

.et_pb_blurb_position_left .et_pb_main_blurb_image, 
.et_pb_blurb_position_right .et_pb_main_blurb_image {
    width: auto;
    padding-right: 1.5em;
}

#calcContMain .et_pb_blurb .et_pb_image_wrap{
    min-width: 80px;
}  
a.widget_link_cust {
    background: #f58f24;
    border: none;
    color: #fff;
    border-radius: 1em;
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 1.7em!important;
    font-size: 1.3em;
}
a.widget_link_cust:hover {
    padding: 0.22em 0;
    background: #f69a28;
}
.et_pb_button:after {
    font-size: 20px!important;
    top: 0.4em;
}
#categories-2 ul li.cat-item a:hover {
    color: #666!important;
    text-decoration: underline;
}
body.single .et_post_meta_wrapper img {
    display: none;
}

/*.et_pb_button:after {
    top: 0.2em;
}*/

a.widget_link_cust:hover {
    background: #0f556a;
	border: 1px solid #fff;
}
.widget_link_cust.et_pb_custom_button_icon.et_pb_button:after {    
    right: 0.4em;
    opacity: 1;
    top: 0.5em;
}

.et_pb_button_0 {
    box-shadow: 0px 0px 0px 0px rgba(0, 137, 242, 0)!important;
}

li.get-started {
    border-radius: 30px!important;
}

ul#mobile_menu li.get-started.menu-item-3661 a {
    background-color: #ed7818!important;
    text-align: center;
    padding: 12px 25px 10px 20px!important;
    border-radius: 30px;
    display: inline!important;
    color: #fff!important;
	float:left;
}

/**removal of top menu fixed contents***/

@media (min-width: 320px) and (max-width: 667px){

.topNavnotif{
    display:none!important;
}	
body:not(.et_header_style_slide):not(.et_header_style_fullscreen).chi_dmm_styles.et_header_style_left #main-header {
    top: 0px !important;
    z-index: 999999;
}
	#mainSliderHome_beta .et_pb_slide_content h2 {left: -1rem !important;}
	#mainSliderHome_beta a.et_pb_more_button.et_pb_button.et_pb_custom_button_icon {
    left: -16px !important;
}
}

table {
    margin: 20px 0 !important;
}

.entry-content tr td, body.et-pb-preview #main-content .container tr td {
	padding: 15px 17px !important;
    border: 1px solid #d3d3d3;}

li {
    padding: 5px 0 !important;
}

#post-4434 td {
    width: 50% !important;
}

body #page-container .et_pb_section .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_more_button.et_pb_button:after {
    opacity: 0 !important;
}
body #page-container .et_pb_section .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_more_button.et_pb_button:hover:after {
    opacity: 1 !important;
}
#mc_embed_signup .button {
    padding: 25px 30px;
    font-size: 20px;
    background-color: #f18f18;
    font-weight: bold;
    line-height: 0;
}
.wp-gr .wp-google-text {
	font-size: 15px!important;
line-height: 1.5em !important;}

.check-list {display: inline-block;
min-width: 100%;}

.et_pb_section .et_pb_button_0:after {
	top: 5px;}