/*!
 * # Semantic UI 2.3.3 - 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.14285714em ) 0em 1rem;
  padding: 0em 0em;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.28571429em;
  text-transform: none;
  color: #373F46;
}
.ui.header:first-child {
  margin-top: -0.14285714em;
}
.ui.header:last-child {
  margin-bottom: 0em;
}

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

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

/*--------------
      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.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;
}

/*--------------
     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: 1.375rem;
}
h2.ui.header {
  font-size: 1.25rem;
}
h3.ui.header {
  font-size: 1.125rem;
}
h4.ui.header {
  font-size: 1rem;
}
h5.ui.header {
  font-size: 0.875rem;
}

/* Sub Header */
h1.ui.header .sub.header {
  font-size: 1.125rem;
}
h2.ui.header .sub.header {
  font-size: 1.125rem;
}
h3.ui.header .sub.header {
  font-size: 1rem;
}
h4.ui.header .sub.header {
  font-size: 1rem;
}
h5.ui.header .sub.header {
  font-size: 0.9375rem;
}

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

.ui.huge.header {
  min-height: 1em;
  font-size: 1.5em;
}
.ui.large.header {
  font-size: 1.375em;
}
.ui.medium.header {
  font-size: 1.125em;
}
.ui.small.header {
  font-size: 0.9em;
}
.ui.tiny.header {
  font-size: 0.8em;
}

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

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

.ui.sub.header {
  padding: 0em;
  margin-bottom: 0.125rem;
  font-weight: bold;
  font-size: 0.875em;
  text-transform: uppercase;
  color: '';
}
.ui.small.sub.header {
  font-size: 0.8125em;
}
.ui.sub.header {
  font-size: 0.875em;
}
.ui.large.sub.header {
  font-size: 0.9375em;
}
.ui.huge.sub.header {
  font-size: 1em;
}

/*-------------------
        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: 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;
}

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


/*--- Red ---*/

.ui.red.header {
  color: #D0021B !important;
}
a.ui.red.header:hover {
  color: #b90016 !important;
}
.ui.red.dividing.header {
  border-bottom: 2px solid #D0021B;
}

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

/*--- Orange ---*/

.ui.orange.header {
  color: #F5A623 !important;
}
a.ui.orange.header:hover {
  color: #ff9f00 !important;
}
.ui.orange.dividing.header {
  border-bottom: 2px solid #F5A623;
}

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

/*--- Olive ---*/

.ui.olive.header {
  color: #32CD32 !important;
}
a.ui.olive.header:hover {
  color: #26bf26 !important;
}
.ui.olive.dividing.header {
  border-bottom: 2px solid #32CD32;
}

/* Inverted */
.ui.inverted.olive.header {
  color: #D9E778 !important;
}
a.ui.inverted.olive.header:hover {
  color: #d8ea5c !important;
}

/*--- Yellow ---*/

.ui.yellow.header {
  color: #F8E71C !important;
}
a.ui.yellow.header:hover {
  color: #fbe700 !important;
}
.ui.yellow.dividing.header {
  border-bottom: 2px solid #F8E71C;
}

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

/*--- Green ---*/

.ui.green.header {
  color: #4EC677 !important;
}
a.ui.green.header:hover {
  color: #37c467 !important;
}
.ui.green.dividing.header {
  border-bottom: 2px solid #4EC677;
}

/* Inverted */
.ui.inverted.green.header {
  color: #D3F8DF !important;
}
a.ui.inverted.green.header:hover {
  color: #baf7ce !important;
}

/*--- Teal ---*/

.ui.teal.header {
  color: #59C4EB !important;
}
a.ui.teal.header:hover {
  color: #3ac0f1 !important;
}
.ui.teal.dividing.header {
  border-bottom: 2px solid #59C4EB;
}

/* Inverted */
.ui.inverted.teal.header {
  color: #6DFFFF !important;
}
a.ui.inverted.teal.header:hover {
  color: #54ffff !important;
}

/*--- Blue ---*/

.ui.blue.header {
  color: #007EFF !important;
}
a.ui.blue.header:hover {
  color: #0071e6 !important;
}
.ui.blue.dividing.header {
  border-bottom: 2px solid #007EFF;
}

/* Inverted */
.ui.inverted.blue.header {
  color: #54C8FF !important;
}
a.ui.inverted.blue.header:hover {
  color: #3ac0ff !important;
}

/*--- Violet ---*/

.ui.violet.header {
  color: #AE86DE !important;
}
a.ui.violet.header:hover {
  color: #a06dde !important;
}
.ui.violet.dividing.header {
  border-bottom: 2px solid #AE86DE;
}

/* Inverted */
.ui.inverted.violet.header {
  color: #A291FB !important;
}
a.ui.inverted.violet.header:hover {
  color: #8a73ff !important;
}

/*--- Purple ---*/

.ui.purple.header {
  color: #AA62E2 !important;
}
a.ui.purple.header:hover {
  color: #9f45e5 !important;
}
.ui.purple.dividing.header {
  border-bottom: 2px solid #AA62E2;
}

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

/*--- Pink ---*/

.ui.pink.header {
  color: #FF1493 !important;
}
a.ui.pink.header:hover {
  color: #fa0087 !important;
}
.ui.pink.dividing.header {
  border-bottom: 2px solid #FF1493;
}

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

/*--- Brown ---*/

.ui.brown.header {
  color: #A52A2A !important;
}
a.ui.brown.header:hover {
  color: #961f1f !important;
}
.ui.brown.dividing.header {
  border-bottom: 2px solid #A52A2A;
}

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

/*--- Grey ---*/

.ui.grey.header {
  color: #9B9B9B !important;
}
a.ui.grey.header:hover {
  color: #a8a8a8 !important;
}
.ui.grey.dividing.header {
  border-bottom: 2px solid #9B9B9B;
}

/* Inverted */
.ui.inverted.grey.header {
  color: #DCDDDE !important;
}
a.ui.inverted.grey.header:hover {
  color: #cfd0d2 !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.1875rem;
  border-bottom: 1px solid rgba(88, 102, 126, 0.12);
}
.ui.dividing.header .sub.header {
  padding-bottom: 0.1875rem;
}
.ui.dividing.header .icon {
  margin-bottom: 0em;
}
.ui.inverted.dividing.header {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

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

.ui.block.header {
  background: #F3F4F5;
  padding: 0.8125rem 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #D4D4D5;
  border-radius: 0.25rem;
}
.ui.tiny.block.header {
  font-size: 0.875rem;
}
.ui.small.block.header {
  font-size: 0.9375rem;
}
.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.125rem;
}
.ui.huge.block.header {
  font-size: 1.4375rem;
}

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

.ui.attached.header {
  background: #FFFFFF;
  padding: 0.8125rem 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: 0em;
  margin-bottom: 0em;
  border-top: none;
  border-radius: 0em;
}
.ui.top.attached.header {
  margin-bottom: 0em;
  border-radius: 0.25rem 0.25rem 0em 0em;
}
.ui.bottom.attached.header {
  margin-top: 0em;
  border-top: none;
  border-radius: 0em 0em 0.25rem 0.25rem;
}

/* Attached Sizes */
.ui.tiny.attached.header {
  font-size: 0.875em;
}
.ui.small.attached.header {
  font-size: 0.9375em;
}
.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.125em;
}
.ui.huge.attached.header {
  font-size: 1.4375em;
}

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

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


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



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

