/*Entire Website Width to 100%*/
.WaPlaceHolder{
    width:100%;
    max-width:2400px;
}

.zonePlace{
    padding:0;
}

.WaPlaceHolder>div{
    padding-top:0 !important;
}

[class^="WaGadget"]{
    margin:0;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel{
    margin:auto !important;
}

.WaPlaceHolderFooter1{
    padding-top:40px;
}

#idFooterPoweredByContainer {
    text-align: center;
    font-size: 12px;
    font-style: italic;
}

.WaGadgetSocialProfile.gadgetThemeStyle2 li a{
    background: #3498DB;
    color:white;
}

.WaGadgetSocialProfile.gadgetThemeStyle2 li a:hover{
    background: #2787c7;
    color: #d9e8eb;
}

[class^='WaLayoutContainer'] {
    margin-bottom: 0px !important;
}
/********************************************/


/*******Mobile Nav Styling******/
.WaGadgetMobilePanel .mobilePanel{
  background: #316598;
}

.WaGadgetMobilePanel .mobilePanel .mobilePanelButton {
    height: 60px;
    width: 60px;
    color: white;
}

.WaGadgetMobilePanel .mobilePanel .menuInner ul.firstLevel{
  background: #316598;
  color:white;
}

.WaGadgetMobilePanel .mobilePanel .menuInner ul.secondLevel{
  background: #316598;
  color:white;
}

.WaGadgetMobilePanel .mobilePanel .menuInner li{
  font-size:30px !important;
}


/********************************************/


/*******Forum Summary Styling and padding******/
.WaGadgetForumStateList .forumCategoryOuterContainer {
    margin: 0 0 50px;
}

.WaGadgetForumStateList .boxHeaderOuterContainer table td h4 {
    margin: 12px 0 0;
    font-size: 16px;
}



/****** Button Styling ******/

.tclv-button,
.tclv-button:link,
.tclv-button:visited {
  display: inline-block;
  padding: 12px 18px;
  background-color: #2499e3;
  color: #ffffff !important;
  font-weight: 700;
  text-decoration: none !important;
  line-height: 1.2;
  border: 2px solid #2499e3;
  border-radius: 0;
  font-size:16px !important;
}

.tclv-button:hover,
.tclv-button:focus {
  background-color: #1b78b3;
  border-color: #1b78b3;
  color: #ffffff !important;
  text-decoration: none !important;
}

/*********/

/****** Outline Button Styling ******/

.tclv-button-outline,
.tclv-button-outline:link,
.tclv-button-outline:visited {
  display: inline-block;
  padding: 12px 18px;
  background-color: none;
  color: #2499e3 !important;
  font-weight: 700;
  text-decoration: none !important;
  line-height: 1.2;
  border: 2px solid #2499e3;
  border-radius: 0;
  font-size:16px !important;
}

.tclv-button-outline:hover,
.tclv-button-outline:focus {
  background-color: #1b78b3;
  border-color: #1b78b3;
  color: #ffffff !important;
  text-decoration: none !important;
}

/*********/

/****** White Button Styling ******/

.tclv-button-white,
.tclv-button-white:link,
.tclv-button-white:visited {
  display: inline-block;
  padding: 12px 18px;
  background-color: #ffffff;
  color: #2499e3 !important;
  font-weight: 700;
  text-decoration: none !important;
  line-height: 1.2;
  border: 2px solid #ffffff;
  border-radius: 0;
  font-size:16px !important;
}

.tclv-button-white:hover,
.tclv-button-white:focus {
  background-color: #1b78b3;
  border-color: #1b78b3;
  color: #ffffff !important;
  text-decoration: none !important;
}

/*********/

/****** White Button with Dark Text Styling ******/

.tclv-button-white-dark-text,
.tclv-button-white-dark-text:link,
.tclv-button-white-dark-text:visited {
  display: inline-block;
  padding: 12px 18px;
  background-color: #ffffff;
  color: #333333 !important;
  font-weight: 700;
  text-decoration: none !important;
  line-height: 1.2;
  border: 2px solid #ffffff;
  border-radius: 0;
  font-size:16px !important;
}

.tclv-button-white-dark-text:hover,
.tclv-button-white-dark-text:focus {
  background-color: #1b78b3;
  border-color: #1b78b3;
  color: #ffffff !important;
  text-decoration: none !important;
}

/*********/

/****** White Outline Button Styling ******/

.tclv-button-white-outline,
.tclv-button-white-outline:link,
.tclv-button-white-outline:visited {
  display: inline-block;
  padding: 12px 18px;
  background-color: none;
  color: #ffffff !important;
  font-weight: 700;
  text-decoration: none !important;
  line-height: 1.2;
  border: 2px solid #ffffff;
  border-radius: 0;
  font-size:16px !important;
}

.tclv-button-white-outline:hover,
.tclv-button-white-outline:focus {
  background-color: #1b78b3;
  border-color: #1b78b3;
  color: #ffffff !important;
  text-decoration: none !important;
}

/*********/



/**** Homepage Hero Full Width *****/
.home-hero img{
    width:100%; max-width:1800px; margin:auto;
    margin-bottom:0 !important;
    padding-bottom: 0 !important;
}
/*********/

  .home-hero{
    padding:90px;
    overflow:visible !important;
  }

.home-hero {
  position: relative !important;
  overflow: hidden !important;
}

/* Black left-to-right gradient overlay */
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.55) 35%,
    rgba(0, 0, 0, 0.35) 70%,
    rgba(0, 0, 0, 0) 100%
  );
}

/* Keeps your text/button above the overlay */
.home-hero > * {
  position: relative;
  z-index: 1;
}

/**** Mobile Styling *****/
@media (max-width: 768px) {

.tclv-logo{
  padding-bottom:18px;
}

.home-hero .home-hero-headline *{
    font-size:55px !important;
    line-height:50px !important;
  }

  .home-hero{
    padding:60px 30px;
  }

  .nav-social-icon{
    display:none;
  }

    .WaGadgetMobilePanel .mobilePanel .menuInner ul.firstLevel>li>.item>a {
    font-size: 20px !important;
    line-height: 1.3 !important;
    padding: 16px 20px !important;
    display: block !important;
    color:white;
  }

    .WaGadgetMobilePanel .mobilePanel .menuInner ul.firstLevel>li.sel>.item>a {
    color:#e7c57f;
  }

  .WaGadgetMobilePanel .mobilePanel .menuInner ul ul li>.item>a {
    padding: 16px 15px 16px 38px;
    font-size: 20px;
    color:white;
}

}
/*********/