/* Takes in two colors and calculates the composite, given an alpha value. */
/* Colors */
/* Dimsensions */
/* Misc */
.shadow-container, .inception-container, .inception-container .level-1-container, .card, .shadowContainer {
  position: relative;
  padding: 25px;
  margin-bottom: 25px; }
  .shadow-container::after, .inception-container::after, .inception-container .level-1-container::after, .card::after, .shadowContainer::after {
    content: '';
    background-image: url("/static/web/img/drop_shadow.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 25px;
    width: 100%;
    top: 100%;
    left: 0; }

.inception-container {
  background-color: #C5DFE1;
  margin-top: 35px;
  margin-bottom: 15px;
  padding: 15px; }
  .inception-container .level-1-container {
    background-color: #FFFFFF;
    padding: 5px 15px;
    margin-bottom: 10px; }
    .inception-container .level-1-container .inception-warning {
      text-align: center;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 14px; }

.card {
  height: 400px;
  background-color: #FFFFFF;
  padding: 25px; }
  .card .icon {
    height: 80px;
    background-repeat: no-repeat;
    margin: 0 auto; }
  .card h2 {
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    color: #286E6F; }
  .card p {
    margin: 25px auto 25px auto;
    font-weight: 300;
    font-size: 20px;
    width: 250px;
    height: 100px;
    color: #777777; }

.tab-container {
  padding: 0; }
  .tab-container .tabs {
    padding: 0; }
    .tab-container .tabs h3 {
      margin: 0; }
    .tab-container .tabs .tab {
      background-color: #93b6b7;
      cursor: pointer;
      padding: 15px;
      position: relative;
      text-align: center; }
      .tab-container .tabs .tab.selected {
        border-top-color: #EEEEEE;
        border-bottom-color: #FFFFFF;
        background-color: #FFFFFF; }
      .tab-container .tabs .tab .tab-name {
        margin: 0;
        color: #000000; }
    .tab-container .tabs:not(.tabs-vertical) .tab {
      border-style: solid;
      border-width: 1px 0; }
      .tab-container .tabs:not(.tabs-vertical) .tab h2 {
        margin: 0; }
      .tab-container .tabs:not(.tabs-vertical) .tab:not(.selected) {
        border-top-color: #F7F7F7;
        border-bottom-color: #A7C7C7; }
      .tab-container .tabs:not(.tabs-vertical) .tab:not(:last-child).selected::after {
        content: '';
        background-repeat: no-repeat;
        position: absolute;
        z-index: 1000;
        background-size: 15px 100%;
        height: 100%;
        width: 15px;
        top: 0;
        background-image: url("/static/web/img/sprite_tab_shadow_right.png");
        right: -15px; }
      .tab-container .tabs:not(.tabs-vertical) .tab:not(:first-child).selected::before {
        content: '';
        background-repeat: no-repeat;
        position: absolute;
        z-index: 1000;
        background-size: 15px 100%;
        height: 100%;
        width: 15px;
        top: 0;
        background-image: url("/static/web/img/sprite_tab_shadow_left.png");
        left: -15px; }
    .tab-container .tabs.tabs-vertical .tab {
      height: 120px;
      border-top: 1px solid #EEEEEE;
      text-align: left; }
      .tab-container .tabs.tabs-vertical .tab * {
        display: inline-block; }
      .tab-container .tabs.tabs-vertical .tab .tab-number {
        font-size: 44px;
        position: absolute;
        top: 0;
        padding: 18px 0; }
      .tab-container .tabs.tabs-vertical .tab .tab-name {
        margin-top: 15px;
        margin-left: 50px;
        font-size: 1.2em; }
      .tab-container .tabs.tabs-vertical .tab.triple .tab-name {
        margin-top: 0; }
      .tab-container .tabs.tabs-vertical .tab.selected {
        background-color: #FFFFFF;
        border: 0; }
        .tab-container .tabs.tabs-vertical .tab.selected:not(:last-child).selected::after {
          content: '';
          background-repeat: no-repeat;
          position: absolute;
          z-index: 1000;
          background-size: 100% 15px;
          background-image: url("/static/web/img/drop_shadow_left.png");
          height: 15px;
          width: 100%;
          bottom: -15px;
          left: 0; }
    .tab-container .tabs .tab-content {
      padding-top: 15px; }

.accordion .row {
  margin-bottom: 1px; }
  .accordion .row .title {
    position: relative;
    background-color: #4d8788;
    cursor: pointer; }
    .accordion .row .title h3 {
      margin: 0;
      color: #FFFFFF;
      font-weight: 300;
      padding: 8px 0 8px 10px; }
    .accordion .row .title span.carat {
      background-image: url("../img/sprite_carat.png");
      background-repeat: no-repeat;
      background-position: 0 -7px;
      position: absolute;
      width: 10px;
      height: 7px;
      top: 18px;
      right: 20px; }
  .accordion .row .content {
    display: none;
    position: relative;
    padding: 25px;
    background-color: #FFFFFF; }
  .accordion .row.open .title {
    background-color: #286E6F; }
    .accordion .row.open .title span {
      background-position: 0 0; }
  .accordion .row.open .content {
    display: block; }

.panel-heading span {
  margin-top: -15px;
  font-size: 15px; }
.panel-heading .clickable {
  cursor: pointer; }

#page-header {
  position: absolute;
  background-size: 100% 400px;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  z-index: 0; }

section[role='main'] {
  margin-top: 50px; }
  section[role='main'] #overlap-header {
    color: #FFFFFF; }
    section[role='main'] #overlap-header span {
      font-size: 50px; }
  section[role='main'] #overlap {
    padding: 35px;
    margin-top: 75px;
    background-color: #F7F7F7; }
    section[role='main'] #overlap + div {
      background-color: #FFFFFF; }
  section[role='main'] .shadow-container, section[role='main'] .inception-container, section[role='main'] .inception-container .level-1-container, .inception-container section[role='main'] .level-1-container, section[role='main'] .card {
    background-color: #FFFFFF; }
    section[role='main'] .shadow-container h2.title + p, section[role='main'] .inception-container h2.title + p, .inception-container section[role='main'] .level-1-container h2.title + p, section[role='main'] .card h2.title + p {
      font-size: 22px;
      margin-top: -10px; }

/*# sourceMappingURL=overlap.css.map */
