
body {

/*
  font-size: 16px;
  
  font-family: 'Montserrat', sans-serif;
  */ 
}

.main-content a {text-decoration: none; color: #ee3b33;}

.main-content label {font-weight: bold;}

.main-content h1 { font-size: 2em; color: #000000; line-height: 40px;}
.main-content h2 { font-size: 1.5em; color: #000000; /*line-height: 25px; */}
.main-content h3 { font-size: 1.17em; color: #000000; /*line-height: 20px; */ }
.main-content h4 { font-size: 1.12em; color: #000000; line-height: 20px; }
.main-content h5 { font-size: .83em; color: #000000; line-height: 20px; }
.main-content h6 { font-size: .75em; color: #000000; line-height: 20px; }

.main-content h3:before { background-color: transparent !important;}
.main-content h2:before { background-color: transparent !important;}

/*Override Bootstrap H2 styling to not mess up wordpress styling */

h2 {
margin-top: 0.83em;
}




.main-content h1.pagetitle {
  margin-bottom: 30px;
  padding-bottom: 40px;
  /*border-bottom: 1px solid #e9e9e9;*/
  /*border-bottom: linear-gradient(#e9e9e9, #ffffff) 30;
  border-width: 1px;
  border-style: solid;*/

  background: /* gradient can be an image */
    linear-gradient(
      to right,
      #e9e9e9,
      #ffffff
    )
    left
    bottom
    #ffffff
    no-repeat;
  background-size:100% 1px ;/* if linear-gradient, we need to resize it */


}

.main-content .siteHeader {
  display: block;
  background: -webkit-linear-gradient(#f1f1f1, #ffffff);
  background: -o-linear-gradient(#f1f1f1, #ffffff);
  background: -moz-linear-gradient(#f1f1f1, #ffffff);
  background: linear-gradient(#f1f1f1, #ffffff);
  background-image: linear-gradient(#f1f1f1, #ffffff);
  padding: 20px;
  border-bottom: 1px solid #e9e9e9;
  box-shadow: 0px 5px 6px #e9e9e9;
  z-index: 5;
  position: relative;
}
.main-content .siteHeader--home {
  display: block;
  background: -webkit-linear-gradient(#f1f1f1, #ffffff);
  background: -o-linear-gradient(#f1f1f1, #ffffff);
  background: -moz-linear-gradient(#f1f1f1, #ffffff);
  background: linear-gradient(#f1f1f1, #ffffff);
  background-image: linear-gradient(#f1f1f1, #ffffff);
  padding: 20px;
}
.main-content .sideHeader button {
  text-decoration: none;
  background: transparent;
  font-weight: 800 !important;
}
.main-content a.phone-link {
  color: #ee3b33;
  font-weight: 700;
  margin: 0 15px;
  font-size: 22px;
}

.main-content .social-links a {
  color: black;
}
/*
.main-content {
  padding: 30px 5px;
  background-color: #f1f1f1;
}
*/
.main-content-white {
  padding: 40px;
  background-color: #ffffff;
}

.main-content .offcanvas {
  /*background-color: #ee3b33;*/
  background-color: #000000;
}

.main-content .home-buttons {
  background: -webkit-linear-gradient(#f1f1f1, #ffffff);
  background: -o-linear-gradient(#f1f1f1, #ffffff);
  background: -moz-linear-gradient(#f1f1f1, #ffffff);
  background: linear-gradient(#f1f1f1, #ffffff);
  background-image: linear-gradient(#f1f1f1, #ffffff);
  padding: 50px 15px;
  border-bottom: 1px solid #cecece;
}

.main-content a.homeButton {
  display: block;
  background-color: #ffffff;
  padding: 40px 30px;
  border: 1px solid #cecece;
  border-bottom: 5px solid #ee3b33;
  font-weight: 800;
  color: black;
  margin: 15px;
}
  .main-content a.homeButton:hover {background-color: #cecece;}

.main-content .home-slogan {
  background: -webkit-linear-gradient(left, #950f09, #ee3b33, #950f09);
	background: -o-linear-gradient(right, #950f09, #ee3b33, #950f09);
	background: -moz-linear-gradient(right, #950f09, #ee3b33, #950f09);
	background: linear-gradient(right, #950f09, #ee3b33, #950f09);
	background-image: linear-gradient(to right, #950f09, #ee3b33, #950f09);
  padding: 50px;
  color: #ffffff;
  font-size: 2em;
  text-align: center;
}

.account-nav-styles {
  padding: 20px 0;
  border-top: 1px solid #f1f1f1;
  margin-bottom:15px;
}

.footerPhone {
  background-color: #000000;
  /* padding: 15px; */
  color: #ffffff;
  font-weight: 800;
}
  .footerPhone a {color: #ffffff; font-weight: 800; text-decoration: none;}

.footerAssociations {
  padding: 20px;
}

.siteFooter {
  background-color: #000000;
  padding: 50px 15px;
  color: #aeaeae;
  border-top: 10px solid #ee3b33;
  min-height: 600px;
  font-size: 14px;
}
.siteFooter a {
  color: #ffffff;
  font-weight: 800;
}

.footerAddressLeft {
  border-left: 6px solid #ee3b33;
}

.footerAddressRight {
  border-right: 6px solid #ee3b33;
}



blockquote {
  padding: 15px 15px 15px 15px;
  margin: 0 0 20px;
  background: #F4F5F7;
  border-left: 5px solid #eeeeee;
  color: #333333;
}

blockquote p {
  font-family: 'Abel', sans-serif;
  margin-bottom: 0;
  font-size: 17px;
  font-style: italic;
  font-weight: none;
  line-height: 25px;
}

blockquote small {
  display: block;
  line-height: 20px;
  font-size: 13px;
  color: #999999;
}

.callout-box{background-color:#eaeae9;padding:15px;float:right;margin-left:20px;width:35%}
.callout-two{float:right;margin-left:20px;width:35%}
.video{position:relative;padding-bottom:56.25%;padding-top:35px;height:0;}
.video iframe{position:absolute;top:0;left:0;width:100%;height:100%}


.active { background-color: #EE3B35 !important; border-bottom: 1px solid #EE3B35 !important; color: #ffffff !important;}

/*
.sidebar ul li {
  line-height: 30px;
  padding-left: 0px;
  width: 100%;
}
*/

.sidebar ul li.active a {
  color: #fff;
  background: #485C5A;
  font-weight: bold;
}

.sidebar ul li.active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #4FAA57;
}

.sidebar ul li a {
  color: #222;
}


.sidebar ul li li {

  background-color: #fff;
    position: relative;
    margin-left: -20px;
    list-style-type: none;

  }


.sidebar ul li li.active {
  color: #fff !important;
  }

.sidebar ul li li a {
  margin-left: 0px;
  display: block;
  padding-left: 20px;
  background: transparent;
  border-bottom: 3px solid #fff;
  line-height: 25px;
  }
  .sidebar ul li li.active > a {
    background-color: #c41230;


    }
    .sidebar ul li li.active > a:hover {color: #333 !important;}

.sidebar ul li li:hover {
  /*color: #333;*/
  }
  .sidebar ul li li a:hover {
      background-color: #ebebeb !important;
  color: #333;


    }

/* Dashboard Styles */

h1.dashboard, h1.dashboard a {
    padding:0px;
    margin:0px;
    font-size:26px;
    text-decoration:none;
}

a.logout {
	color:#2e9b38;
	text-decoration:none;
	font-size:16px;
}

.dash-section {
    background-color:#ffffff;
    padding:20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    border:1px solid #d3cbcb;
    width:90%;
}
.dash-btn2-inactive {
    color:#EEEEEE;
    padding: 10px !important;
	-webkit-box-shadow: 0px 6px 4px rgb(112,112,112);
	-moz-box-shadow: 0px 6px 4px rgb(112,112,112);
	box-shadow: 0px 6px 4px rgb(112,112,112);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background: #ddebde;
	width:145px !important;
	height:145px !important;
	margin-top:7px;
	margin-right:15px;
	margin-bottom:10px;
	float:left;
	overflow:visible;
}

.dash-btn2 {
	text-align:center;
    color:#FFFFFF !important;
    padding: 20px 10px 20px 10px !important;
	-webkit-box-shadow: 0px 6px 4px rgb(112,112,112);
	-moz-box-shadow: 0px 6px 4px rgb(112,112,112);
	box-shadow: 0px 6px 4px rgb(112,112,112);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background: #2e9b38 !important;
	width:170px !important;
	height:170px !important;
	margin-top:7px;
	margin-right:15px;
	margin-bottom:10px;
	float:left;
	overflow:visible;
}

.dash-btn-link a{
	color:#FFFFFF !important;
	text-decoration:none;
}


.dash-btn-user {
	color:#FFFFFF;
	 padding: 7px !important;
	-webkit-box-shadow: 0px 6px 4px rgb(112,112,112);
	-moz-box-shadow: 0px 6px 4px rgb(112,112,112);
	box-shadow: 0px 6px 4px rgb(112,112,112);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background: #2e9b38;
	width:155px !important;
	height:155px !important;
	margin-top:7px;
}

 .btn-custom {
  background-color: hsl(26, 100%, 44%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7a14", endColorstr="#e06100");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ff7a14), to(#e06100));
  background-image: -moz-linear-gradient(top, #ff7a14, #e06100);
  background-image: -ms-linear-gradient(top, #ff7a14, #e06100);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7a14), color-stop(100%, #e06100));
  background-image: -webkit-linear-gradient(top, #ff7a14, #e06100);
  background-image: -o-linear-gradient(top, #ff7a14, #e06100);
  background-image: linear-gradient(#ff7a14, #e06100);
  border-color: #e06100 #e06100 hsl(26, 100%, 41.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
  -webkit-font-smoothing: antialiased;
}

.main-content input.btn {
margin-bottom:0px;
}


.alt1 {
	background-color:#ffffff !important;
	padding:10px;
}

.alt2 {
	background-color:#eeeeee !important;
	padding:10px;
}



    .accountbox,
.rewardsbox {
 overflow:auto;
 border-radius:10px 10px;
 border:1px solid #4c494a;
 padding:15px;
 width:92%;
 background-color:#f6f8fa;
 text-align:left;
 margin-bottom:15px
}

.date4{
  cursor:pointer;
}

a.btn::after, a.btn:visited::after {
content: initial;
	/*
  width: 8px;
  height: 28px;
  position: absolute;
  top: 5px;
  right: -4px;
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  */

}

a.btn:hover::after {
content: initial;
color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

a.btn:hover, a.btn:focus {

color: #ffffff !important;
  background-color: var(--bs-btn-hover-bg) !important;
  border-color: var(--bs-btn-hover-border-color) !important;
}





@media (max-width: 992px) { 
 .slideInLeft {
    background: rgba(255,255,255,0.9);
    padding: 15px !important;
  }
  }
  
  
table.customtable {
  /*
  border: 1px solid #ccc;
  */
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  /*
  table-layout: fixed;
  */
}

table.customtable caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table.customtable tr {
  /*
  background-color: #f8f8f8;
  
  border: 1px solid #ddd;
  
  padding: .35em;
  */
  
}

table.customtable th,
table.customtable td {
  padding: .625em;
  /*
  text-align: center;
  */
}

table.customtable th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}  
  
@media screen and (max-width: 992px) {
  table.customtable {
    border: 0;
  }

  table.customtable caption {
    font-size: 1.3em;
  }
  
  table.customtable thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.customtable tr {
    /*
    border-bottom: 3px solid #ddd;
    */
    
    display: block;
    margin-bottom: .625em;
    border: 1px solid;
  }
  
  table.customtable td {
    
    border-bottom: none;
    
    display: block;
    font-size: 16px;
    text-align: right;
  }
  
  table.customtable td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table.customtable td:last-child {
    border-bottom: 0;
  }
}