/* HERO BACKGROUND IMAGE + COLOR GRADIENT OVERLAY 

- How to Change Image: Upload Image through SiteBuilder Image Assets, ensure it has a different filename, update URL with below

- How to Change Color Gradient Overlay: use HEX to RGBA converter for the appropriate format, first rgba() value is top color, second value is bottom color, use last digit in each for opacity (.75 = 75%).
- linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)), 
*/

.header-row {
    background-image: url('../jpg/home-hero-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
}

.home-self-serve-content-feature-1 .homepage-panel-wrap .homepage-panel-text {padding-left: 0 !important;}

/*padding to right of main content*/
  div#mainContent {
	padding-right:4px;
	margin-right:2px;}

@media (max-width:599px) {
  div#mainContent {
	padding-right:1px !important;
	margin-right:1px !important;}}
	
	@media (max-width:599px) {
  .sidebar-widget_wrap {
    display: none;}
}
	
	@media (max-width:599px) {
  div#mainContent {
	  width: 99% !important}}

@media (max-width: 599px) {
.pg_SelfServePage .content-main_content .ss-content {
    width: 100% !important;
	margin-right: 0rem !important;}}

@media (max-width: 599px)
{.pg_selfservepage div#mainContent {
	padding-right: 1rem !important;}}

@media (max-width:599px) {
	.pg_selfservepage .ss-content {margin-top: -1rem !important;}}

@media (max-width:599px) {
.pg_SelfServePage .content-main_content {
    margin: 0rem !important;
    width: 99% !important;
	}}

@media (max-width:599px) {
.pg_SelfServePage .content-main_content h1 {
    font-size: 2rem !important;
	line-height: 1.2 !important;}}

@media (max-width:599px) {
table td, table th {
    padding: 0rem 0rem !important;
	line-height: 1.2 !important;
	line-height: 1.3rem !important;}}

/* -------------------Regsiter button ----------------------  */
	a.logged-out-link.at-register-link.js-register-user-modals {padding: 10px 15px;
    background-color: #053c72;
    color: white;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    margin-top: 34px;
    margin-left: -106px;}


a.logged-out-link.at-register-link.js-register-user-modals:hover {background-color: white; color: #053c72; border: 2px solid;}
	