/*!
 * # Semantic UI 2.4.1 - Header
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
.ui.header {
    border: none;
    margin: calc(2rem - 0.14285714em) 0 1rem;
    padding: 0 0;
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.28571429em;
    text-transform: none;
    color: rgba(0, 0, 0, 0.87);
}
.ui.header:first-child {
    margin-top: -0.14285714em;
}
.ui.header:last-child {
    margin-bottom: 0;
}
.ui.header .sub.header {
    display: block;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    line-height: 1.2em;
    color: rgba(0, 0, 0, 0.6);
}
.ui.header > .icon {
    display: table-cell;
    opacity: 1;
    font-size: 1.5em;
    padding-top: 0;
    vertical-align: middle;
}
.ui.header .icon:only-child {
    display: inline-block;
    padding: 0;
    margin-right: 0.75rem;
}
.ui.header > .image:not(.icon),
.ui.header > img {
    display: inline-block;
    margin-top: 0.14285714em;
    width: 2.5em;
    height: auto;
    vertical-align: middle;
}
.ui.header > .image:not(.icon):only-child,
.ui.header > img:only-child {
    margin-right: 0.75rem;
}
.ui.header .content {
    display: inline-block;
    vertical-align: top;
}
.ui.header > .image + .content,
.ui.header > img + .content {
    padding-left: 0.75rem;
    vertical-align: middle;
}
.ui.header > .icon + .content {
    padding-left: 0.75rem;
    display: table-cell;
    vertical-align: middle;
}
.ui.header .ui.label {
    font-size: '';
    margin-left: 0.5rem;
    vertical-align: middle;
}
.ui.header + p {
    margin-top: 0;
}
h1.ui.header {
    font-size: 2rem;
}
h2.ui.header {
    font-size: 1.71428571rem;
}
h3.ui.header {
    font-size: 1.28571429rem;
}
h4.ui.header {
    font-size: 1.07142857rem;
}
h5.ui.header {
    font-size: 1rem;
}
h1.ui.header .sub.header {
    font-size: 1.14285714rem;
}
h2.ui.header .sub.header {
    font-size: 1.14285714rem;
}
h3.ui.header .sub.header {
    font-size: 1rem;
}
h4.ui.header .sub.header {
    font-size: 1rem;
}
h5.ui.header .sub.header {
    font-size: 0.92857143rem;
}
.ui.huge.header {
    min-height: 1em;
    font-size: 2em;
}
.ui.large.header {
    font-size: 1.71428571em;
}
.ui.medium.header {
    font-size: 1.28571429em;
}
.ui.small.header {
    font-size: 1.07142857em;
}
.ui.tiny.header {
    font-size: 1em;
}
.ui.huge.header .sub.header {
    font-size: 1.14285714rem;
}
.ui.large.header .sub.header {
    font-size: 1.14285714rem;
}
.ui.header .sub.header {
    font-size: 1rem;
}
.ui.small.header .sub.header {
    font-size: 1rem;
}
.ui.tiny.header .sub.header {
    font-size: 0.92857143rem;
}
.ui.sub.header {
    padding: 0;
    margin-bottom: 0.14285714rem;
    font-weight: 700;
    font-size: 0.85714286em;
    text-transform: uppercase;
    color: '';
}
.ui.small.sub.header {
    font-size: 0.78571429em;
}
.ui.sub.header {
    font-size: 0.85714286em;
}
.ui.large.sub.header {
    font-size: 0.92857143em;
}
.ui.huge.sub.header {
    font-size: 1em;
}
.ui.icon.header {
    display: inline-block;
    text-align: center;
    margin: 2rem 0 1rem;
}
.ui.icon.header:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ui.icon.header:first-child {
    margin-top: 0;
}
.ui.icon.header .icon {
    float: none;
    display: block;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 0;
    font-size: 3em;
    margin: 0 auto 0.5rem;
    opacity: 1;
}
.ui.icon.header .content {
    display: block;
    padding: 0;
}
.ui.icon.header .circular.icon {
    font-size: 2em;
}
.ui.icon.header .square.icon {
    font-size: 2em;
}
.ui.block.icon.header .icon {
    margin-bottom: 0;
}
.ui.icon.header.aligned {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.ui.disabled.header {
    opacity: 0.45;
}
.ui.inverted.header {
    color: #fff;
}
.ui.inverted.header .sub.header {
    color: rgba(255, 255, 255, 0.8);
}
.ui.inverted.attached.header {
    background: #545454 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
    background: #545454 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    background: #545454 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
}
.ui.inverted.block.header {
    background: #545454 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
    background: #545454 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    background: #545454 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ui.inverted.block.header {
    border-bottom: none;
}
.ui.red.header {
    color: #db2828 !important;
}
a.ui.red.header:hover {
    color: #d01919 !important;
}
.ui.red.dividing.header {
    border-bottom: 2px solid #db2828;
}
.ui.inverted.red.header {
    color: #ff695e !important;
}
a.ui.inverted.red.header:hover {
    color: #ff5144 !important;
}
.ui.orange.header {
    color: #f2711c !important;
}
a.ui.orange.header:hover {
    color: #f26202 !important;
}
.ui.orange.dividing.header {
    border-bottom: 2px solid #f2711c;
}
.ui.inverted.orange.header {
    color: #ff851b !important;
}
a.ui.inverted.orange.header:hover {
    color: #ff7701 !important;
}
.ui.olive.header {
    color: #b5cc18 !important;
}
a.ui.olive.header:hover {
    color: #a7bd0d !important;
}
.ui.olive.dividing.header {
    border-bottom: 2px solid #b5cc18;
}
.ui.inverted.olive.header {
    color: #d9e778 !important;
}
a.ui.inverted.olive.header:hover {
    color: #d8ea5c !important;
}
.ui.yellow.header {
    color: #fbbd08 !important;
}
a.ui.yellow.header:hover {
    color: #eaae00 !important;
}
.ui.yellow.dividing.header {
    border-bottom: 2px solid #fbbd08;
}
.ui.inverted.yellow.header {
    color: #ffe21f !important;
}
a.ui.inverted.yellow.header:hover {
    color: #ffdf05 !important;
}
.ui.green.header {
    color: #21ba45 !important;
}
a.ui.green.header:hover {
    color: #16ab39 !important;
}
.ui.green.dividing.header {
    border-bottom: 2px solid #21ba45;
}
.ui.inverted.green.header {
    color: #2ecc40 !important;
}
a.ui.inverted.green.header:hover {
    color: #22be34 !important;
}
.ui.teal.header {
    color: #00b5ad !important;
}
a.ui.teal.header:hover {
    color: #009c95 !important;
}
.ui.teal.dividing.header {
    border-bottom: 2px solid #00b5ad;
}
.ui.inverted.teal.header {
    color: #6dffff !important;
}
a.ui.inverted.teal.header:hover {
    color: #54ffff !important;
}
.ui.blue.header {
    color: #2185d0 !important;
}
a.ui.blue.header:hover {
    color: #1678c2 !important;
}
.ui.blue.dividing.header {
    border-bottom: 2px solid #2185d0;
}
.ui.inverted.blue.header {
    color: #54c8ff !important;
}
a.ui.inverted.blue.header:hover {
    color: #3ac0ff !important;
}
.ui.violet.header {
    color: #6435c9 !important;
}
a.ui.violet.header:hover {
    color: #5829bb !important;
}
.ui.violet.dividing.header {
    border-bottom: 2px solid #6435c9;
}
.ui.inverted.violet.header {
    color: #a291fb !important;
}
a.ui.inverted.violet.header:hover {
    color: #8a73ff !important;
}
.ui.purple.header {
    color: #a333c8 !important;
}
a.ui.purple.header:hover {
    color: #9627ba !important;
}
.ui.purple.dividing.header {
    border-bottom: 2px solid #a333c8;
}
.ui.inverted.purple.header {
    color: #dc73ff !important;
}
a.ui.inverted.purple.header:hover {
    color: #d65aff !important;
}
.ui.pink.header {
    color: #e03997 !important;
}
a.ui.pink.header:hover {
    color: #e61a8d !important;
}
.ui.pink.dividing.header {
    border-bottom: 2px solid #e03997;
}
.ui.inverted.pink.header {
    color: #ff8edf !important;
}
a.ui.inverted.pink.header:hover {
    color: #ff74d8 !important;
}
.ui.brown.header {
    color: #a5673f !important;
}
a.ui.brown.header:hover {
    color: #975b33 !important;
}
.ui.brown.dividing.header {
    border-bottom: 2px solid #a5673f;
}
.ui.inverted.brown.header {
    color: #d67c1c !important;
}
a.ui.inverted.brown.header:hover {
    color: #c86f11 !important;
}
.ui.grey.header {
    color: #767676 !important;
}
a.ui.grey.header:hover {
    color: #838383 !important;
}
.ui.grey.dividing.header {
    border-bottom: 2px solid #767676;
}
.ui.inverted.grey.header {
    color: #dcddde !important;
}
a.ui.inverted.grey.header:hover {
    color: #cfd0d2 !important;
}
.ui.left.aligned.header {
    text-align: left;
}
.ui.right.aligned.header {
    text-align: right;
}
.ui.center.aligned.header,
.ui.centered.header {
    text-align: center;
}
.ui.justified.header {
    text-align: justify;
}
.ui.justified.header:after {
    display: inline-block;
    content: '';
    width: 100%;
}
.ui.floated.header,
.ui[class*='left floated'].header {
    float: left;
    margin-top: 0;
    margin-right: 0.5em;
}
.ui[class*='right floated'].header {
    float: right;
    margin-top: 0;
    margin-left: 0.5em;
}
.ui.fitted.header {
    padding: 0;
}
.ui.dividing.header {
    padding-bottom: 0.21428571rem;
    border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}
.ui.dividing.header .sub.header {
    padding-bottom: 0.21428571rem;
}
.ui.dividing.header .icon {
    margin-bottom: 0;
}
.ui.inverted.dividing.header {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}
.ui.block.header {
    background: #f3f4f5;
    padding: 0.78571429rem 1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d4d4d5;
    border-radius: 0.28571429rem;
}
.ui.tiny.block.header {
    font-size: 0.85714286rem;
}
.ui.small.block.header {
    font-size: 0.92857143rem;
}
.ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 1rem;
}
.ui.large.block.header {
    font-size: 1.14285714rem;
}
.ui.huge.block.header {
    font-size: 1.42857143rem;
}
.ui.attached.header {
    background: #fff;
    padding: 0.78571429rem 1rem;
    margin-left: -1px;
    margin-right: -1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d4d4d5;
}
.ui.attached.block.header {
    background: #f3f4f5;
}
.ui.attached:not(.top):not(.bottom).header {
    margin-top: 0;
    margin-bottom: 0;
    border-top: none;
    border-radius: 0;
}
.ui.top.attached.header {
    margin-bottom: 0;
    border-radius: 0.28571429rem 0.28571429rem 0 0;
}
.ui.bottom.attached.header {
    margin-top: 0;
    border-top: none;
    border-radius: 0 0 0.28571429rem 0.28571429rem;
}
.ui.tiny.attached.header {
    font-size: 0.85714286em;
}
.ui.small.attached.header {
    font-size: 0.92857143em;
}
.ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 1em;
}
.ui.large.attached.header {
    font-size: 1.14285714em;
}
.ui.huge.attached.header {
    font-size: 1.42857143em;
}
.ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 1.28571429em;
}
