@media only screen and (min-width: 1240px) {
     .hide_menu_item {
         display: none !important;
    }
     .hightligth-top-margin {
         margin-top: 90px;
    }
     .col-padding {
         padding: 30px !important;
    }
     .wrap_padding {
         padding: 0px 60px 0px 60px;
    }
     .wrap_padding1 {
         padding: 0px 30px 0px 30px;
    }
}



#doc_history {
    display: none !important;
}

.pcard {	

	box-shadow: 0px 0.25rem 0.25rem rgb(36 49 66 / 16%);
	border-radius: 2px !important;
}

.button-default .button, 
.button-flat .button, 
.button-round .button {	

	box-shadow: 0px 0.25rem 0.25rem rgb(36 49 66 / 16%);
	border-radius: 2px !important;
}

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-weight: 600 !important;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  box-shadow: 0px 0.25rem 0.25rem rgb(36 49 66 / 16%);
  appearance: none !important;
  border-radius: 2px !important;
}

.yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button {
    background-color: #1f2a5e !important;
    box-shadow: 0px 0.25rem 0.25rem rgb(36 49 66 / 16%);
    color: #ffffff;
}

.hide-it {
  display: none !important;
}

@media only screen and (max-width: 767px) {
	 
	 .mobile-header-mini #Top_bar #logo {
    height: 60px!important;
    line-height: 60px!important;
    margin: 0;
		}
    
	 #Top_bar .logo #logo,
	 .mobile-header-mini #Top_bar #logo{
    padding: 0!important;
    margin: 10px 50px 10px 0px;
    height: 60px !important;
    line-height: 60px !important;
	}	
	 .mobile-header-mini #Top_bar .top_bar_right {
    	top: 10px;
	}
	 
 .mobile-sticky #Top_bar.is-sticky .top_bar_right {
	 top: 0px;
	}
	
	 .mobile-header-mini #Top_bar a.responsive-menu-toggle {
    top: 40px !important;
    left: auto;
    right: 10px;
    margin-top: -17px;
	}
}

