* {
    background: none !important;
}

.hiddenPrint {
    display: none !important;
}

a {
    color: rgba(0,0,0,.87);
}

.ui.sticky.fixed {
    position: relative !important;
}

.border-top,
.border-bottom {
    border: 0;
    padding-bottom: 0;
}

#container {
    margin-bottom: 0;
}

#skills {
    margin-bottom: 0;
}

#benefits .tiles {
    margin-right: 0;
}

#benefits .icon-tile {
    background-color: #fff;
    fill: #f07f13;
}

#benefits .tile,
#benefits .active-tile {
    height: auto;
    width: 100%;
    cursor: auto;
    background-color: #ffffff;
    -moz-transition-property: none;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

#benefits .icon-tile {
    height: 60px;
    width: 60px;
}

#benefits .tile p {
    opacity: 1;
    padding: 8px 8px 8px 60px;
    font-size: 15px;
    line-height: 20px;
}

.ui.sticky.bound.top, .ui.sticky.fixed.top {
    position: relative !important;
    top: initial !important;
}

#logo {
    height: 100px;
}

header {
    display: none !important;
}

#container {
    page-break-inside: auto;
}

#header-image {
    display: none !important;
}

.printOnly {
    display: block;
}