a.link-color {
  color: #33cccc;
}
a.link-color:hover {
  color: #33cccc;
}
.link-color svg {
  fill: #33cccc;
}
.link-color:hover svg {
  fill: #33cccc;
}
.show-more {
  background-color: #33cccc;
}
.search-bg-color {
  background-color: #33cccc;
}
.header-text-color * {
  color: #ffffff;
}
.header-bg-color {
  background-color: #33cccc;
}
.bg-color {
  background-color: #ffffff;
}
.page-text-color {
  color: #484848;
}
.logged-in .login-link,
.logged-out .logout-link {
  display: none
}
.header {
    padding: 40px 0 0 0;
}

.header-top {
    display: inline-block;
}

.logo {
    float: left;
    text-align: left;
}

.header h4 {
    font-size: 32px;
    line-height: 24px;
    padding: 50px 0 30px 0;
    text-align: center;
}

.site-link {
    display: -webkit-box;
    display: inline-block;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: 24px;
    background-color: rgba(247, 182, 18, 0);
    border-radius: 4px;
    border: 3px solid #ffcc33 !important;
    padding: 5px 15px;
    text-decoration-line: none;
    margin-right: 5px;
  	font-weight: 600;
}

.ctxUnderline {
    cursor: pointer !important;
}

.search-container {
    padding: 0 0 40px 0;
}

.footer > .container > .row > .col-sm-12 > .right {
	display: none;
}

.footer {
	display:none;
}

.new-footer {
    background-color: #FFF;
    color: #a7a7b9;
    border-top: 1px solid #e0e0e6;
    font-size: 12px;
    padding: 40px 0;
}

.footer-info {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    line-height: initial;
    padding: 0 15px;
}

._4fjpa._elevio_module_icon._elevio_module_icon_6 {
    margin-top: 0 !important;
}

._4fjpa._elevio_module_icon._elevio_module_icon_1 {
    display: none;
}

._4fjpa._elevio_module_icon._elevio_module_icon_7 {
	display:none;
}

._4fjpa._elevio_module_icon._elevio_module_icon_2 {
    margin-top: 0 !important;
}

#_elev_io ._1ctbz._8vnd0 {
    padding: 25px 30px;
    display: none;
}

#_elev_io ._cnzpc {
    padding: 30px !important;
}

#_elev_io ._1lnko {
    display: none;
}

@media screen and (max-width: 768px) {
.right {
    float: none;
    text-align: center;
	padding-top: 20px;
}
  
.logo {
    float: none;
    text-align: center;
}
  
    .footer-info {
    width: 100%;
    padding: 0 20px 20px 20px;
}
}
