.gb-btn {
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 600;
    color: #fff;
    background-color: #444;
    font-size: 0.9rem;
    padding: 15px;
    text-align: center;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    width: 220px;
    border-radius:100px;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.gb-btn.orange {
    background-color: #ff5f21;
}
.gb-btn.blue {
    background-color: #5da5d6;
}
.gb-btn:hover {
    filter:brightness(110%);
}

/* LOADER */
.fader {
    display:none;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.87);
    z-index: 2;
}
.fader img {
    height: 100px;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}
.fader p {
    width: 201px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 45px;
    margin-left: -100.5px;
    font-weight: bold;
    color: #155f8a;
    font-size: 16px;
}


/* TOOLTIPS */
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}
body .ui-tooltip {
    border-width: 2px;
}
.ui-tooltip, .arrow:after {
    background: #333;
}
.ui-tooltip {
    padding: 5px 20px;
    color: white;
    border-radius: 3px;
    font-size: 14px;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 23px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}

i.tooltip {
    background: #333333;
    color: white;
    padding: 2.75px 5px;
    border-radius: 100%;
    text-align: center;
    margin-left: 4px;
    font-style: normal;
    cursor: default;
    font-family: "Open Sans Condensed", sans-serif !important;
    font-size: 9px;
    font-weight: 600;
    line-height: 14px;
    width: 14px;
    height: 14px;
}

/* MISC */
.error {
    line-height: 1;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    color: #c73939;
}

.et_header_style_centered #main-header div#et-top-navigation {
	display: none; 
}

