/*
  #00534c (green)
  #5f9192 (light green)
  #fbefa4 (light yellow)
  #cccccc (light gray)
*/
html {
  background: #ffffff;
}
body {
  font-family: 'Trebuchet MS','Source Sans Pro',sans-serif;
  background: #e1e1e1;
}
.header_Top {
  background: #ffffff;
}
.header_Top_Syntec {
    background: #041737;
}
.header_Top_Versico {
    background: #fff;
    border-bottom: 3px solid #fcc52b;
}
.header_top_contentholder {
  margin: auto;
  display: flex;
  max-width: 960px;
  padding: 20px 10px;
}
.header_top_contentholder img {
  display: flex; 
  max-height: 105px;
}
.header_top_contentholder img:nth-child(odd) {
  margin-right: auto;
}
.header_top_contentholder img:nth-child(even) {
  margin-left: auto;
}
.header_alt_top_contentholder {
    margin: auto;
    display: flex;
    padding: 20px 10px;
}
.header_alt_top_contentholder img {
    margin: auto;
    max-height: 105px;
}
.VE_divMidContent_Holder {
  margin-bottom: 20px;
}
#divFooter {
  background: #00534c;
  color: #fff;
  padding: 25px;
  text-align: center;
}
#divFooter b {
  display: block;
  margin: 5px 0;
}
#divFooter ul,
#divFooter li {
  margin: 0;
  padding: 0;
}
#divFooter li {
  display: inline;
  list-style: none;
}
#divFooter span {
  border-right: 1px solid #fff;
  margin-right: 3px;
  padding-right: 6px;
}

#divFooterSyntec {
    background: #041737;
    color: #fff;
    padding: 25px;
    text-align: center;
}

#divFooterSyntec b {
    display: block;
    margin: 5px 0;
}

#divFooterSyntec ul,
#divFooterSyntec li {
    margin: 0;
    padding: 0;
}

#divFooterSyntec li {
    display: inline;
    list-style: none;
}

#divFooterSyntec span {
    border-right: 1px solid #fff;
    margin-right: 3px;
    padding-right: 6px;
}

#divFooterVersico {
    background: #fff;
    color: #000;
    padding: 25px;
    border-top: 3px solid #fcc52b;
    text-align: center;
}

#divFooterVersico b {
    display: block;
    margin: 5px 0;
}

#divFooterVersico ul,
#divFooterVersico li {
    margin: 0;
    padding: 0;
}

#divFooterVersico li {
    display: inline;
    list-style: none;
}

#divFooterVersico span {
    border-right: 1px solid #4c4c4c;
    margin-right: 3px;
    padding-right: 6px;
}
h1, h2, h3, h4, h5, h6 {
  color: #00534c;
}
.contentMainHoldertxt {
  background: #fff;
}
.contentMainHoldertxtinner {
  padding: 10px;
}
label i {
  font-weight: normal;
}
.button {
  background-color: #00534c;
  border-color: #5f9192;
  color: #fff;
}
.button:hover {
  color: #fff;
}
.button_login-large:hover {
  background-color: #00534c;
  color: #fff;
}
.ui-widget-header {
  background: #5f9192 !important;
}
body a {
  color: #5f9192;
}
body a:hover {
  color: #00534c;
}
.tooltip {
  color: #5f9192;
}
.tooltip .tooltiptext {
  background-color: #00534c;
  color: #fff;
}
.tooltip .tooltiptext::after {
  border-right-color: #00534c;
}


