/*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;
}
/********************************************/

/*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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}