/*!
 * # Semantic UI 2.4.2 - Header
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */


/*******************************
            Header
*******************************/


/* Standard */
.ui.header {
  border: none;
  margin: calc(2rem -  0.025em ) 0em 1rem;
  padding: 0em 0em;
  font-family: TamediaDisplay, Georgia, serif;
  font-weight: 600;
  line-height: 1.05em;
  text-transform: none;
  color: rgba(0, 0, 0, 0.87);
}
.ui.header:first-child {
  margin-top: -0.025em;
}
.ui.header:last-child {
  margin-bottom: 0em;
}

/*--------------
   Sub Header
---------------*/

.ui.header .sub.header {
  display: block;
  font-weight: 500;
  padding: 0em;
  margin: 0em;
  font-size: 1.38888889rem;
  line-height: 1.2em;
  color: rgba(0, 0, 0, 0.87);
}

/*--------------
      Icon
---------------*/

.ui.header > .icon {
  display: table-cell;
  opacity: 1;
  font-size: 1.5em;
  padding-top: 0em;
  vertical-align: middle;
}

/* With Text Node */
.ui.header .icon:only-child {
  display: inline-block;
  padding: 0em;
  margin-right: 0.75rem;
}

/*-------------------
        Image
--------------------*/

.ui.header > .image:not(.icon),
.ui.header > img {
  display: inline-block;
  margin-top: 0.025em;
  width: 2.5em;
  height: auto;
  vertical-align: middle;
}
.ui.header > .image:not(.icon):only-child,
.ui.header > img:only-child {
  margin-right: 0.75rem;
}

/*--------------
     Content
---------------*/

.ui.header .content {
  display: inline-block;
  vertical-align: top;
}

/* After Image */
.ui.header > img + .content,
.ui.header > .image + .content {
  padding-left: 0.75rem;
  vertical-align: middle;
}

/* After Icon */
.ui.header > .icon + .content {
  padding-left: 0.75rem;
  display: table-cell;
  vertical-align: middle;
}

/*--------------
 Loose Coupling
---------------*/

.ui.header .ui.label {
  font-size: '';
  margin-left: 0.5rem;
  vertical-align: middle;
}

/* Positioning */
.ui.header + p {
  margin-top: 0em;
}


/*******************************
            Types
*******************************/


/*--------------
     Page
---------------*/

h1.ui.header {
  font-size: 4.24rem;
}
h2.ui.header {
  font-size: 2.955rem;
}
h3.ui.header {
  font-size: 2.059rem;
}
h4.ui.header {
  font-size: 1.435rem;
}
h5.ui.header {
  font-size: 1rem;
}

/* Sub Header */
h1.ui.header .sub.header {
  font-size: 1.88888889rem;
}
h2.ui.header .sub.header {
  font-size: 1.61111111rem;
}
h3.ui.header .sub.header {
  font-size: 1.38888889rem;
}
h4.ui.header .sub.header {
  font-size: 1rem;
}
h5.ui.header .sub.header {
  font-size: 0.83333333rem;
}

/*--------------
 Content Heading
---------------*/

.ui.huge.header {
  min-height: 1em;
  font-size: 4.24em;
}
.ui.large.header {
  font-size: 2.955em;
}
.ui.medium.header {
  font-size: 2.059em;
}
.ui.small.header {
  font-size: 1.435em;
}
.ui.tiny.header {
  font-size: 1em;
}

/* Sub Header */
.ui.huge.header .sub.header {
  font-size: 1.88888889rem;
}
.ui.large.header .sub.header {
  font-size: 1.88888889rem;
}
.ui.header .sub.header {
  font-size: 1.38888889rem;
}
.ui.small.header .sub.header {
  font-size: 1rem;
}
.ui.tiny.header .sub.header {
  font-size: 0.83333333rem;
}

/*--------------
   Sub Heading
---------------*/

.ui.sub.header {
  padding: 0em;
  margin-bottom: 0.11111111rem;
  font-weight: 900;
  font-size: 0.83333333em;
  text-transform: none;
  color: inherit;
}
.ui.small.sub.header {
  font-size: 0.72222222em;
}
.ui.sub.header {
  font-size: 0.83333333em;
}
.ui.large.sub.header {
  font-size: 1em;
}
.ui.huge.sub.header {
  font-size: 1.16666667em;
}

/*-------------------
        Icon
--------------------*/

.ui.icon.header {
  display: inline-block;
  text-align: center;
  margin: 2rem 0em 1rem;
}
.ui.icon.header:after {
  content: '';
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.ui.icon.header:first-child {
  margin-top: 0em;
}
.ui.icon.header .icon {
  float: none;
  display: block;
  width: auto;
  height: auto;
  line-height: 1;
  padding: 0em;
  font-size: 3em;
  margin: 0em auto 0.5rem;
  opacity: 1;
}
.ui.icon.header .content {
  display: block;
  padding: 0em;
}
.ui.icon.header .circular.icon {
  font-size: 2em;
}
.ui.icon.header .square.icon {
  font-size: 2em;
}
.ui.block.icon.header .icon {
  margin-bottom: 0em;
}
.ui.icon.header.aligned {
  margin-left: auto;
  margin-right: auto;
  display: block;
}


/*******************************
            States
*******************************/

.ui.disabled.header {
  opacity: 0.45;
}


/*******************************
           Variations
*******************************/


/*-------------------
      Inverted
--------------------*/

.ui.inverted.header {
  color: #FFFFFF;
}
.ui.inverted.header .sub.header {
  color: #FFFFFF;
}
.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;
}

/*-------------------
       Colors
--------------------*/


/*--- Red ---*/

.ui.red.header {
  color: #E23C4E !important;
}
a.ui.red.header:hover {
  color: #e81d33 !important;
}
.ui.red.dividing.header {
  border-bottom: 0 solid #E23C4E;
}

/* Inverted */
.ui.inverted.red.header {
  color: #f77482 !important;
}
a.ui.inverted.red.header:hover {
  color: #fd5466 !important;
}

/*--- Orange ---*/

.ui.orange.header {
  color: #F8813D !important;
}
a.ui.orange.header:hover {
  color: #ff6f1c !important;
}
.ui.orange.dividing.header {
  border-bottom: 0 solid #F8813D;
}

/* Inverted */
.ui.inverted.orange.header {
  color: #ff8945 !important;
}
a.ui.inverted.orange.header:hover {
  color: #ff792c !important;
}

/*--- Olive ---*/

.ui.olive.header {
  color: #456558 !important;
}
a.ui.olive.header:hover {
  color: #39574b !important;
}
.ui.olive.dividing.header {
  border-bottom: 0 solid #456558;
}

/* Inverted */
.ui.inverted.olive.header {
  color: #52a583 !important;
}
a.ui.inverted.olive.header:hover {
  color: #459876 !important;
}

/*--- Yellow ---*/

.ui.yellow.header {
  color: #FFCA18 !important;
}
a.ui.yellow.header:hover {
  color: #fec300 !important;
}
.ui.yellow.dividing.header {
  border-bottom: 0 solid #FFCA18;
}

/* Inverted */
.ui.inverted.yellow.header {
  color: #ffca18 !important;
}
a.ui.inverted.yellow.header:hover {
  color: #fec300 !important;
}

/*--- Green ---*/

.ui.green.header {
  color: #54AF71 !important;
}
a.ui.green.header:hover {
  color: #46a364 !important;
}
.ui.green.dividing.header {
  border-bottom: 0 solid #54AF71;
}

/* Inverted */
.ui.inverted.green.header {
  color: #68ce88 !important;
}
a.ui.inverted.green.header:hover {
  color: #4fce77 !important;
}

/*--- Teal ---*/

.ui.teal.header {
  color: #00A1CA !important;
}
a.ui.teal.header:hover {
  color: #008db1 !important;
}
.ui.teal.dividing.header {
  border-bottom: 0 solid #00A1CA;
}

/* Inverted */
.ui.inverted.teal.header {
  color: #00cafd !important;
}
a.ui.inverted.teal.header:hover {
  color: #00b5e4 !important;
}

/*--- Blue ---*/

.ui.blue.header {
  color: #1D5F82 !important;
}
a.ui.blue.header:hover {
  color: #145171 !important;
}
.ui.blue.dividing.header {
  border-bottom: 0 solid #1D5F82;
}

/* Inverted */
.ui.inverted.blue.header {
  color: #1782bb !important;
}
a.ui.inverted.blue.header:hover {
  color: #0d75ac !important;
}

/*--- Violet ---*/

.ui.violet.header {
  color: #525394 !important;
}
a.ui.violet.header:hover {
  color: #464787 !important;
}
.ui.violet.dividing.header {
  border-bottom: 0 solid #525394;
}

/* Inverted */
.ui.inverted.violet.header {
  color: #6d6ec6 !important;
}
a.ui.inverted.violet.header:hover {
  color: #5557c4 !important;
}

/*--- Purple ---*/

.ui.purple.header {
  color: #AD427F !important;
}
a.ui.purple.header:hover {
  color: #9f3672 !important;
}
.ui.purple.dividing.header {
  border-bottom: 0 solid #AD427F;
}

/* Inverted */
.ui.inverted.purple.header {
  color: #d864a6 !important;
}
a.ui.inverted.purple.header:hover {
  color: #d9499b !important;
}

/*--- Pink ---*/

.ui.pink.header {
  color: #E03997 !important;
}
a.ui.pink.header:hover {
  color: #e61a8d !important;
}
.ui.pink.dividing.header {
  border-bottom: 0 solid #E03997;
}

/* Inverted */
.ui.inverted.pink.header {
  color: #f670bb !important;
}
a.ui.inverted.pink.header:hover {
  color: #fc50b1 !important;
}

/*--- Brown ---*/

.ui.brown.header {
  color: #A67A00 !important;
}
a.ui.brown.header:hover {
  color: #8d6700 !important;
}
.ui.brown.dividing.header {
  border-bottom: 0 solid #A67A00;
}

/* Inverted */
.ui.inverted.brown.header {
  color: #f3b200 !important;
}
a.ui.inverted.brown.header:hover {
  color: #d99f00 !important;
}

/*--- Grey ---*/

.ui.grey.header {
  color: #5A686D !important;
}
a.ui.grey.header:hover {
  color: #66757b !important;
}
.ui.grey.dividing.header {
  border-bottom: 0 solid #5A686D;
}

/* Inverted */
.ui.inverted.grey.header {
  color: #7f8f95 !important;
}
a.ui.inverted.grey.header:hover {
  color: #70838a !important;
}

/*-------------------
       Aligned
--------------------*/

.ui.left.aligned.header {
  text-align: left;
}
.ui.right.aligned.header {
  text-align: right;
}
.ui.centered.header,
.ui.center.aligned.header {
  text-align: center;
}
.ui.justified.header {
  text-align: justify;
}
.ui.justified.header:after {
  display: inline-block;
  content: '';
  width: 100%;
}

/*-------------------
       Floated
--------------------*/

.ui.floated.header,
.ui[class*="left floated"].header {
  float: left;
  margin-top: 0em;
  margin-right: 0.5em;
}
.ui[class*="right floated"].header {
  float: right;
  margin-top: 0em;
  margin-left: 0.5em;
}

/*-------------------
       Fitted
--------------------*/

.ui.fitted.header {
  padding: 0em;
}

/*-------------------
      Dividing
--------------------*/

.ui.dividing.header {
  padding-bottom: 0.16666667rem;
  border-bottom: 1px solid;
}
.ui.dividing.header .sub.header {
  padding-bottom: 0.16666667rem;
}
.ui.dividing.header .icon {
  margin-bottom: 0em;
}
.ui.inverted.dividing.header {
  border-bottom-color: currentColor;
}

/*-------------------
        Block
--------------------*/

.ui.block.header {
  background: rgba(0, 0, 0, 0.05);
  padding: 0.61111111rem 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0 solid #D4D4D5;
  border-radius: 0.11111111rem;
}
.ui.tiny.block.header {
  font-size: 0.72222222rem;
}
.ui.small.block.header {
  font-size: 0.83333333rem;
}
.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.16666667rem;
}
.ui.huge.block.header {
  font-size: 1.61111111rem;
}

/*-------------------
       Attached
--------------------*/

.ui.attached.header {
  background: rgba(0, 0, 0, 0.05);
  padding: 0.61111111rem 1rem;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #D4D4D5;
}
.ui.attached.block.header {
  background: rgba(0, 0, 0, 0.05);
}
.ui.attached:not(.top):not(.bottom).header {
  margin-top: 0em;
  margin-bottom: 0em;
  border-top: none;
  border-radius: 0em;
}
.ui.top.attached.header {
  margin-bottom: 0em;
  border-radius: 0.11111111rem 0.11111111rem 0em 0em;
}
.ui.bottom.attached.header {
  margin-top: 0em;
  border-top: none;
  border-radius: 0em 0em 0.11111111rem 0.11111111rem;
}

/* Attached Sizes */
.ui.tiny.attached.header {
  font-size: 0.72222222em;
}
.ui.small.attached.header {
  font-size: 0.83333333em;
}
.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.16666667em;
}
.ui.huge.attached.header {
  font-size: 1.61111111em;
}

/*-------------------
        Sizing
--------------------*/

.ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: 2.059em;
}


/*******************************
         Theme Overrides
*******************************/



/*******************************
         Site Overrides
*******************************/

.ui.header .sub.header {
  font-weight: 500;
  line-height: 1.25em;
  margin-top: 0.55555556rem;
}
.ui.header .sub.header.meta {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
}
.ui.header h1 {
  color: var(--text-color);
  font-weight: 700;
  line-height: 1.25em;
  margin-top: 0.55555556rem;
  margin: 0;
  padding: 0;
  font-size: 4.2rem;
  line-height: calc(4.2rem * 1.061);
}
@media screen and (max-width: 599px) {
  .ui.header h1 {
    font-size: 2.005rem;
    line-height: calc(2.005rem * 1.125);
  }
}
.ui.header h2 {
  color: var(--text-color);
  font-family: TamediaUI, system-ui, 
/* macOS 10.11-10.12 */ -apple-system, 
/* Windows 6+ */ Segoe UI, 
/* Android 4+ */ Roboto, 
/* Ubuntu 10.10+ */ Ubuntu, 
/* Gnome 3+ */ Cantarell, 
/* KDE Plasma 5+ */ Noto Sans, 
/* fallback */ sans-serif, 
/* macOS emoji */ "Apple Color Emoji", 
/* Windows emoji */ "Segoe UI Emoji", 
/* Windows emoji */ "Segoe UI Symbol", 
/* Linux emoji */ "Noto Color Emoji";
  font-weight: 100;
  font-size: 1.4rem;
  line-height: calc(1.4rem * 1.45);
  margin-top: 0.55555556rem;
}
@media screen and (max-width: 599px) {
  .ui.header h2 {
    font-size: 1.06rem;
    line-height: calc(1.06rem * 1.45);
  }
}
.infographic.infographic.infographic .ui.header,
.ui.infographic.infographic.infographic.header {
  font-family: TamediaChart, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.infographic.infographic.infographic .ui.header.huge,
.ui.infographic.infographic.infographic.header.huge,
.infographic.infographic.infographic .ui.header.large,
.ui.infographic.infographic.infographic.header.large {
  font-weight: 200;
}
.infographic.infographic.infographic .ui.header .sub.header,
.ui.infographic.infographic.infographic.header .sub.header {
  font-family: TamediaChart, Helvetica, Arial, sans-serif;
}
.ui.sub.header {
  letter-spacing: 0.03em;
  opacity: 0.85;
  font-weight: 900 !important;
}
.ui.dividing.header {
  padding-bottom: 0;
  padding-top: 0.16666667rem;
  border-top: 1px solid;
  border-bottom: none;
}
.ui.dividing.header .sub.header {
  padding-bottom: 0;
}
.ui.dividing.header .icon {
  margin-bottom: 0;
}
.ui.dividing.header.inverted {
  border-bottom-color: transparent;
  border-top-color: currentColor;
}
@media all and (max-width: 600px) {
  .ui.header .sub.header {
    line-height: 1.2em;
  }
  h1.ui.header {
    font-size: 2.005rem;
  }
  h1.ui.header .sub.header {
    font-size: 1.16666667rem;
  }
  h2.ui.header {
    font-size: 1.685rem;
  }
  h2.ui.header .sub.header {
    font-size: 1.16666667rem;
  }
  h3.ui.header {
    font-size: 1.416rem;
  }
  h3.ui.header .sub.header {
    font-size: 1.16666667rem;
  }
  h4.ui.header {
    font-size: 1.19rem;
  }
  h5.ui.header {
    font-size: 1rem;
  }
}

/*-------------------
       Attached
--------------------*/

.ui.attached.header {
  border: none;
  border-top: 1px solid #D4D4D5;
}
.ui.top.attached.header {
  border-top: none;
}
.ui.red.segment .ui.attached.header:not(.inverted),
.ui.orange.segment .ui.attached.header:not(.inverted),
.ui.olive.segment .ui.attached.header:not(.inverted),
.ui.yellow.segment .ui.attached.header:not(.inverted),
.ui.green.segment .ui.attached.header:not(.inverted),
.ui.teal.segment .ui.attached.header:not(.inverted),
.ui.blue.segment .ui.attached.header:not(.inverted),
.ui.violet.segment .ui.attached.header:not(.inverted),
.ui.purple.segment .ui.attached.header:not(.inverted),
.ui.pink.segment .ui.attached.header:not(.inverted),
.ui.brown.segment .ui.attached.header:not(.inverted),
.ui.grey.segment .ui.attached.header:not(.inverted) {
  background-color: rgba(255, 255, 255, 0.85);
  border-top: none;
  margin-top: 1px;
}
.ui.inverted.segment .ui.attached.header:not(.inverted) {
  color: rgba(0, 0, 0, 0.87);
}
