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


/*******************************
            Segment
*******************************/

.ui.segment {
  position: relative;
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 1rem 0em;
  padding: 1em 1em;
  border-radius: 0;
  border: 0 solid rgba(34, 36, 38, 0.15);
}
.ui.segment:first-child {
  margin-top: 0em;
}
.ui.segment:last-child {
  margin-bottom: 0em;
}

/* Vertical */
.ui.vertical.segment {
  margin: 0em;
  padding-left: 0em;
  padding-right: 0em;
  background: none transparent;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-bottom: 0 solid rgba(34, 36, 38, 0.15);
}
.ui.vertical.segment:last-child {
  border-bottom: none;
}

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


/* Header */
.ui.inverted.segment > .ui.header {
  color: #FFFFFF;
}

/* Label */
.ui[class*="bottom attached"].segment > [class*="top attached"].label {
  border-top-left-radius: 0em;
  border-top-right-radius: 0em;
}
.ui[class*="top attached"].segment > [class*="bottom attached"].label {
  border-bottom-left-radius: 0em;
  border-bottom-right-radius: 0em;
}
.ui.attached.segment:not(.top):not(.bottom) > [class*="top attached"].label {
  border-top-left-radius: 0em;
  border-top-right-radius: 0em;
}
.ui.attached.segment:not(.top):not(.bottom) > [class*="bottom attached"].label {
  border-bottom-left-radius: 0em;
  border-bottom-right-radius: 0em;
}

/* Grid */
.ui.page.grid.segment,
.ui.grid > .row > .ui.segment.column,
.ui.grid > .ui.segment.column {
  padding-top: 2em;
  padding-bottom: 2em;
}
.ui.grid.segment {
  margin: 1rem 0em;
  border-radius: 0;
}

/* Table */
.ui.basic.table.segment {
  background: rgba(255, 255, 255, 0.85);
  border: 0 solid rgba(34, 36, 38, 0.15);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui[class*="very basic"].table.segment {
  padding: 1em 1em;
}


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


/*-------------------
     Placeholder
--------------------*/

.ui.placeholder.segment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: initial;
  -webkit-animation: none;
          animation: none;
  overflow: visible;
  padding: 1em 1em;
  min-height: 18rem;
  background: #F9FAFB;
  border-color: rgba(34, 36, 38, 0.15);
  -webkit-box-shadow: 0px 2px 25px 0 rgba(34, 36, 38, 0.05) inset;
          box-shadow: 0px 2px 25px 0 rgba(34, 36, 38, 0.05) inset;
}
.ui.placeholder.segment .button,
.ui.placeholder.segment textarea {
  display: block;
}
.ui.placeholder.segment .field,
.ui.placeholder.segment textarea,
.ui.placeholder.segment > .ui.input,
.ui.placeholder.segment .button {
  max-width: 15rem;
  margin-left: auto;
  margin-right: auto;
}
.ui.placeholder.segment .column .button,
.ui.placeholder.segment .column .field,
.ui.placeholder.segment .column textarea,
.ui.placeholder.segment .column > .ui.input {
  max-width: 15rem;
  margin-left: auto;
  margin-right: auto;
}
.ui.placeholder.segment > .inline {
  -ms-flex-item-align: center;
      align-self: center;
}
.ui.placeholder.segment > .inline > .button {
  display: inline-block;
  width: auto;
  margin: 0px 0.27777778rem 0px 0px;
}
.ui.placeholder.segment > .inline > .button:last-child {
  margin-right: 0px;
}

/*-------------------
        Piled
--------------------*/

.ui.piled.segments,
.ui.piled.segment {
  margin: 3em 0em;
  -webkit-box-shadow: '';
          box-shadow: '';
  z-index: auto;
}
.ui.piled.segment:first-child {
  margin-top: 0em;
}
.ui.piled.segment:last-child {
  margin-bottom: 0em;
}
.ui.piled.segments:after,
.ui.piled.segments:before,
.ui.piled.segment:after,
.ui.piled.segment:before {
  background-color: #FFFFFF;
  visibility: visible;
  content: '';
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  width: 100%;
  border: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-box-shadow: '';
          box-shadow: '';
}
.ui.piled.segments:before,
.ui.piled.segment:before {
  -webkit-transform: rotate(-1.2deg);
          transform: rotate(-1.2deg);
  top: 0;
  z-index: -2;
}
.ui.piled.segments:after,
.ui.piled.segment:after {
  -webkit-transform: rotate(1.2deg);
          transform: rotate(1.2deg);
  top: 0;
  z-index: -1;
}

/* Piled Attached */
.ui[class*="top attached"].piled.segment {
  margin-top: 3em;
  margin-bottom: 0em;
}
.ui.piled.segment[class*="top attached"]:first-child {
  margin-top: 0em;
}
.ui.piled.segment[class*="bottom attached"] {
  margin-top: 0em;
  margin-bottom: 3em;
}
.ui.piled.segment[class*="bottom attached"]:last-child {
  margin-bottom: 0em;
}

/*-------------------
       Stacked
--------------------*/

.ui.stacked.segment {
  padding-bottom: 1.4em;
}
.ui.stacked.segments:before,
.ui.stacked.segments:after,
.ui.stacked.segment:before,
.ui.stacked.segment:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0%;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  background: rgba(0, 0, 0, 0.03);
  width: 100%;
  height: 6px;
  visibility: visible;
}
.ui.stacked.segments:before,
.ui.stacked.segment:before {
  display: none;
}

/* Add additional page */
.ui.tall.stacked.segments:before,
.ui.tall.stacked.segment:before {
  display: block;
  bottom: 0px;
}

/* Inverted */
.ui.stacked.inverted.segments:before,
.ui.stacked.inverted.segments:after,
.ui.stacked.inverted.segment:before,
.ui.stacked.inverted.segment:after {
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(34, 36, 38, 0.35);
}

/*-------------------
       Padded
--------------------*/

.ui.padded.segment {
  padding: 1.5em;
}
.ui[class*="very padded"].segment {
  padding: 3em;
}

/* Padded vertical */
.ui.padded.segment.vertical.segment,
.ui[class*="very padded"].vertical.segment {
  padding-left: 0px;
  padding-right: 0px;
}

/*-------------------
       Compact
--------------------*/

.ui.compact.segment {
  display: table;
}

/* Compact Group */
.ui.compact.segments {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ui.compact.segments .segment,
.ui.segments .compact.segment {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

/*-------------------
       Circular
--------------------*/

.ui.circular.segment {
  display: table-cell;
  padding: 2em;
  text-align: center;
  vertical-align: middle;
  border-radius: 500em;
}

/*-------------------
       Raised
--------------------*/

.ui.raised.segments,
.ui.raised.segment {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15), 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15), 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}


/*******************************
            Groups
*******************************/


/* Group */
.ui.segments {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 1rem 0em;
  border: 0 solid rgba(34, 36, 38, 0.15);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.ui.segments:first-child {
  margin-top: 0em;
}
.ui.segments:last-child {
  margin-bottom: 0em;
}

/* Nested Segment */
.ui.segments > .segment {
  top: 0px;
  bottom: 0px;
  border-radius: 0px;
  margin: 0em;
  width: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-top: 0 solid rgba(34, 36, 38, 0.15);
}
.ui.segments:not(.horizontal) > .segment:first-child {
  border-top: none;
  margin-top: 0em;
  bottom: 0px;
  margin-bottom: 0em;
  top: 0px;
  border-radius: 0 0 0em 0em;
}

/* Bottom */
.ui.segments:not(.horizontal) > .segment:last-child {
  top: 0px;
  bottom: 0px;
  margin-top: 0em;
  margin-bottom: 0em;
  -webkit-box-shadow: none, none;
          box-shadow: none, none;
  border-radius: 0em 0em 0 0;
}

/* Only */
.ui.segments:not(.horizontal) > .segment:only-child {
  border-radius: 0;
}

/* Nested Group */
.ui.segments > .ui.segments {
  border-top: 0 solid rgba(34, 36, 38, 0.15);
  margin: 1rem 1rem;
}
.ui.segments > .segments:first-child {
  border-top: none;
}
.ui.segments > .segment + .segments:not(.horizontal) {
  margin-top: 0em;
}

/* Horizontal Group */
.ui.horizontal.segments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: transparent;
  border-radius: 0px;
  padding: 0em;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 1rem 0em;
  border-radius: 0;
  border: 0 solid rgba(34, 36, 38, 0.15);
}

/* Nested Horizontal Group */
.ui.segments > .horizontal.segments {
  margin: 0em;
  background-color: transparent;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top: 0 solid rgba(34, 36, 38, 0.15);
}

/* Horizontal Segment */
.ui.horizontal.segments > .segment {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  -ms-flex: 1 1 0px;
  
/* Solves #2550 MS Flex */
  margin: 0em;
  min-width: 0px;
  background-color: transparent;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-left: 0 solid rgba(34, 36, 38, 0.15);
}

/* Border Fixes */
.ui.segments > .horizontal.segments:first-child {
  border-top: none;
}
.ui.horizontal.segments > .segment:first-child {
  border-left: none;
}


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


/*--------------
    Disabled
---------------*/

.ui.disabled.segment {
  opacity: 0.45;
  color: rgba(40, 40, 40, 0.3);
}

/*--------------
    Loading
---------------*/

.ui.loading.segment {
  position: relative;
  cursor: default;
  pointer-events: none;
  text-shadow: none !important;
  color: transparent !important;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}
.ui.loading.segment:before {
  position: absolute;
  content: '';
  top: 0%;
  left: 0%;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  border-radius: 0;
  z-index: 100;
}
.ui.loading.segment:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -1.5em 0em 0em -1.5em;
  width: 3em;
  height: 3em;
  -webkit-animation: segment-spin 0.6s linear;
          animation: segment-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #5A686D rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 0.2em;
  -webkit-box-shadow: 0px 0px 0px 1px transparent;
          box-shadow: 0px 0px 0px 1px transparent;
  visibility: visible;
  z-index: 101;
}
@-webkit-keyframes segment-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes segment-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


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


/*-------------------
       Basic
--------------------*/

.ui.basic.segment {
  background: none transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0px;
}

/*-------------------
       Clearing
--------------------*/

.ui.clearing.segment:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

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


/* Red */
.ui.red.segment:not(.inverted) {
  border-top: 0px solid #E23C4E !important;
}
.ui.inverted.red.segment {
  background-color: #E23C4E !important;
  color: #FFFFFF !important;
}

/* Orange */
.ui.orange.segment:not(.inverted) {
  border-top: 0px solid #F8813D !important;
}
.ui.inverted.orange.segment {
  background-color: #F8813D !important;
  color: #FFFFFF !important;
}

/* Yellow */
.ui.yellow.segment:not(.inverted) {
  border-top: 0px solid #FFCA18 !important;
}
.ui.inverted.yellow.segment {
  background-color: #FFCA18 !important;
  color: #FFFFFF !important;
}

/* Olive */
.ui.olive.segment:not(.inverted) {
  border-top: 0px solid #456558 !important;
}
.ui.inverted.olive.segment {
  background-color: #456558 !important;
  color: #FFFFFF !important;
}

/* Green */
.ui.green.segment:not(.inverted) {
  border-top: 0px solid #54AF71 !important;
}
.ui.inverted.green.segment {
  background-color: #54AF71 !important;
  color: #FFFFFF !important;
}

/* Teal */
.ui.teal.segment:not(.inverted) {
  border-top: 0px solid #00A1CA !important;
}
.ui.inverted.teal.segment {
  background-color: #00A1CA !important;
  color: #FFFFFF !important;
}

/* Blue */
.ui.blue.segment:not(.inverted) {
  border-top: 0px solid #1D5F82 !important;
}
.ui.inverted.blue.segment {
  background-color: #1D5F82 !important;
  color: #FFFFFF !important;
}

/* Violet */
.ui.violet.segment:not(.inverted) {
  border-top: 0px solid #525394 !important;
}
.ui.inverted.violet.segment {
  background-color: #525394 !important;
  color: #FFFFFF !important;
}

/* Purple */
.ui.purple.segment:not(.inverted) {
  border-top: 0px solid #AD427F !important;
}
.ui.inverted.purple.segment {
  background-color: #AD427F !important;
  color: #FFFFFF !important;
}

/* Pink */
.ui.pink.segment:not(.inverted) {
  border-top: 0px solid #E03997 !important;
}
.ui.inverted.pink.segment {
  background-color: #E03997 !important;
  color: #FFFFFF !important;
}

/* Brown */
.ui.brown.segment:not(.inverted) {
  border-top: 0px solid #A67A00 !important;
}
.ui.inverted.brown.segment {
  background-color: #A67A00 !important;
  color: #FFFFFF !important;
}

/* Grey */
.ui.grey.segment:not(.inverted) {
  border-top: 0px solid #5A686D !important;
}
.ui.inverted.grey.segment {
  background-color: #5A686D !important;
  color: #FFFFFF !important;
}

/* Black */
.ui.black.segment:not(.inverted) {
  border-top: 0px solid #1B1C1D !important;
}
.ui.inverted.black.segment {
  background-color: #1B1C1D !important;
  color: #FFFFFF !important;
}

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

.ui[class*="left aligned"].segment {
  text-align: left;
}
.ui[class*="right aligned"].segment {
  text-align: right;
}
.ui[class*="center aligned"].segment {
  text-align: center;
}

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

.ui.floated.segment,
.ui[class*="left floated"].segment {
  float: left;
  margin-right: 1em;
}
.ui[class*="right floated"].segment {
  float: right;
  margin-left: 1em;
}

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

.ui.inverted.segment {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui.inverted.segment,
.ui.primary.inverted.segment {
  background: rgba(0, 0, 0, 0.85);
  color: rgba(255, 255, 255, 0.9);
}

/* Nested */
.ui.inverted.segment .segment {
  color: rgba(0, 0, 0, 0.87);
}
.ui.inverted.segment .inverted.segment {
  color: rgba(255, 255, 255, 0.9);
}

/* Attached */
.ui.inverted.attached.segment {
  border-color: #555555;
}

/*-------------------
     Emphasis
--------------------*/


/* Secondary */
.ui.secondary.segment {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(0, 0, 0, 0.6);
}
.ui.secondary.inverted.segment {
  background: rgba(0, 0, 0, 0.85);
  color: rgba(255, 255, 255, 0.8);
}

/* Tertiary */
.ui.tertiary.segment {
  background: transparent;
  color: rgba(0, 0, 0, 0.4);
}
.ui.tertiary.inverted.segment {
  background: rgba(0, 0, 0, 0.85);
  color: rgba(255, 255, 255, 0.8);
}

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


/* Middle */
.ui.attached.segment {
  top: 0px;
  bottom: 0px;
  border-radius: 0px;
  margin: 0em 0;
  width: calc(100% - (0 * 2));
  max-width: calc(100% - (0 * 2));
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.ui.attached:not(.message) + .ui.attached.segment:not(.top) {
  border-top: none;
}

/* Top */
.ui[class*="top attached"].segment {
  bottom: 0px;
  margin-bottom: 0em;
  top: 0px;
  margin-top: 1rem;
  border-radius: 0 0 0em 0em;
}
.ui.segment[class*="top attached"]:first-child {
  margin-top: 0em;
}

/* Bottom */
.ui.segment[class*="bottom attached"] {
  bottom: 0px;
  margin-top: 0em;
  top: 0px;
  margin-bottom: 1rem;
  -webkit-box-shadow: none, none;
          box-shadow: none, none;
  border-radius: 0em 0em 0 0;
}
.ui.segment[class*="bottom attached"]:last-child {
  margin-bottom: 0em;
}

/*-------------------
        Size
--------------------*/

.ui.mini.segments .segment,
.ui.mini.segment {
  font-size: 0.61111111rem;
}
.ui.tiny.segments .segment,
.ui.tiny.segment {
  font-size: 0.72222222rem;
}
.ui.small.segments .segment,
.ui.small.segment {
  font-size: 0.83333333rem;
}
.ui.segments .segment,
.ui.segment {
  font-size: 1rem;
}
.ui.large.segments .segment,
.ui.large.segment {
  font-size: 1.16666667rem;
}
.ui.big.segments .segment,
.ui.big.segment {
  font-size: 1.38888889rem;
}
.ui.huge.segments .segment,
.ui.huge.segment {
  font-size: 1.61111111rem;
}
.ui.massive.segments .segment,
.ui.massive.segment {
  font-size: 1.88888889rem;
}


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



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


/* Basic Segment */
.ui.segment:not(.stacked):not(.piled):not(.attached) {
  border: none;
}
.ui.segments.segments .ui.segment {
  border-top: 0 solid rgba(34, 36, 38, 0.15);
}
.ui.segments.segments .ui.segment:first-child {
  border-top: none;
}

/* Vertical Segment */
.ui.vertical.segment {
  padding-top: calc( 2vw  +  1em );
  padding-bottom: calc( 2vw  +  1em );
}
.ui.vertical.segment.padded,
.ui.vertical.segment.relaxed {
  padding-top: calc( 4vw  +  1em );
  padding-bottom: calc( 4vw  +  1em );
  padding-left: 0;
  padding-right: 0;
}
.ui.vertical.segment[class*="very padded"],
.ui.vertical.segment[class*="very relaxed"] {
  padding-top: calc( 8vw  +  1em );
  padding-bottom: calc( 8vw  +  1em );
  padding-left: 0;
  padding-right: 0;
}
.ui.vertical.segment.fitted {
  padding-top: calc( 1vw  +  1em );
  padding-bottom: calc( 1vw  +  1em );
  padding-left: 0;
  padding-right: 0;
}
.ui.vertical.segment[class*="very fitted"] {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0;
  padding-right: 0;
}

/* Basic segment */
.ui.basic.basic.basic.basic.segment {
  background: none transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0px;
}

/* Emphasis */
.ui.secondary.inverted.segment {
  opacity: 0.8;
}
.ui.tertiary.inverted.segment {
  opacity: 0.5;
}

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


/* Red */
.ui.red.segment:not(.inverted) {
  background-color: #FBCECD;
  border-top: none;
}

/* Orange */
.ui.orange.segment:not(.inverted) {
  background-color: #FFE2C7;
  border-top: none;
}

/* Yellow */
.ui.yellow.segment:not(.inverted) {
  background-color: #FFF1BD;
  border-top: none;
}

/* Olive */
.ui.olive.segment:not(.inverted) {
  background-color: #D7EBDA;
  border-top: none;
}

/* Green */
.ui.green.segment:not(.inverted) {
  background-color: #D0DAD6;
  border-top: none;
}

/* Teal */
.ui.teal.segment:not(.inverted) {
  background-color: #CAE8F4;
  border-top: none;
}

/* Blue */
.ui.blue.segment:not(.inverted) {
  background-color: #C7D2DF;
  border-top: none;
}

/* Violet */
.ui.violet.segment:not(.inverted) {
  background-color: #DBD8EA;
  border-top: none;
}

/* Purple */
.ui.purple.segment:not(.inverted) {
  background-color: #EED0E1;
  border-top: none;
}

/* Pink */
.ui.pink.segment:not(.inverted) {
  background-color: #FFE3FB;
  border-top: none;
}

/* Brown */
.ui.brown.segment:not(.inverted) {
  background-color: #F1E2D3;
  border-top: none;
}

/* Grey */
.ui.grey.segment:not(.inverted) {
  background-color: #f5f5f5;
  border-top: none;
}

/* Black */
.ui.black.segment:not(.inverted) {
  background-color: #545454;
  color: rgba(255, 255, 255, 0.85) !important;
}

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

.ui.attached.segment {
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.ui[class*="top attached"].segment {
  border-radius: 0.11111111rem 0.11111111rem 0 0;
}
.ui[class*="bottom attached"].segment {
  border-radius: 0 0 0.11111111rem 0.11111111rem;
  border-bottom: none;
}

/* White background on dark background */
.ui.red.segment .ui.attached.segment:not(.inverted),
.ui.orange.segment .ui.attached.segment:not(.inverted),
.ui.olive.segment .ui.attached.segment:not(.inverted),
.ui.yellow.segment .ui.attached.segment:not(.inverted),
.ui.green.segment .ui.attached.segment:not(.inverted),
.ui.teal.segment .ui.attached.segment:not(.inverted),
.ui.blue.segment .ui.attached.segment:not(.inverted),
.ui.violet.segment .ui.attached.segment:not(.inverted),
.ui.purple.segment .ui.attached.segment:not(.inverted),
.ui.pink.segment .ui.attached.segment:not(.inverted),
.ui.brown.segment .ui.attached.segment:not(.inverted),
.ui.grey.segment .ui.attached.segment:not(.inverted) {
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

/*-------------------
        Piled
--------------------*/

.ui.piled.segments,
.ui.piled.segment {
  border: 1px solid rgba(34, 36, 38, 0.15);
  background-color: #FFFFFF;
}

/*--------------------
      Typography
 ---------------------*/

.ui.text.segment {
  font-family: TamediaText, Georgia, serif;
}
.ui.infographic.infographic.infographic.segment,
.ui.chart.chart.chart.segment {
  font-family: TamediaChart, Helvetica, Arial, sans-serif;
}
.ui.caption.caption.caption.segment,
.ui.interactive.interactive.interactive.segment {
  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";
}
.ui.neutral.neutral.neutral.segment {
  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";
}
.ui.display.display.display.segment {
  font-family: TamediaDisplay, Georgia, serif;
}
