.sg-wrapper {
  max-width: 1200px;
  width: 100%;
  padding-top: 80px;
  margin: 0 auto;
}

.sg-wrapper,
.sg-header {
    padding-right: 10px;
    padding-left: 10px;
}

@media all and (min-width: 480px) {

    .sg-wrapper {
      padding-top: 100px;
    }

}

.sg-header {
    background-color: #2088c2;
    height: 60px;
    display: block;
    color: white;
    line-height: 60px;
    position: fixed;
    width: 100%;
    z-index: 777777;
    font-size: 25px;
    font-size: 1.5625rem;
}

.sg-header-scroll {
    transition: box-shadow 300ms ease 0s;
}

@media all and (min-width: 1200px) {
    .sg-header {
        padding-left: 300px;
    }
}

.sg-header a {
  font-size: 25px;
  cursor: pointer;
  color: white;
  display: block;
  float: left;
  margin-right: 10px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease; }

  @media all and (min-width: 1200px) {
  .sg-header a {
      display: none;
  }
}

.sg-header a:hover {
    text-decoration: none;
    color: #004466;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

@media all and (min-width: 768px) {
    .sg-wrapper,
    .sg-header {
        padding-right: 20px;
        padding-left: 20px;
    }

    .sg-header a {
        margin-right: 20px;
    }
}

.sg-header h1 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "Proximanovalight", Helvetica, Arial, sans-serif;
  color: white;
  line-height: 60px;
  margin-bottom: 0;
  display: inline;
}

@media all and (min-width: 1200px) {
  .sg-header h1 {
       margin-left: 20px;
   }
}

.sg-header span {
  margin: 0 10px;
  color: #00699b;
}

.sg-footer {
  text-align: center;
  color: #999999;
  padding-top: 80px;
}

/*------------------------------------*\
  $GRID
\*------------------------------------*/
/*.sg-grid {
    display: flex;
    align-items: stretch;
    padding: 0 10px;
}

[class^="sg-col-"],
[class*=" sg-col-"] {
    flex-shrink: 0;
    flex-grow: 1;
}

.sg-col-1 {
    flex-basis: 8.3333333333%;
}

[class^="sg-col-"] .sg-box-row,
[class*=" sg-col-"] .sg-box-row {
  padding: 0 10px;
}

.sg-col-2 {
    flex-basis: 16.6666666667%;
}

.sg-col-3 {
    flex-basis: 25%;
}

.sg-col-4 {
    flex-basis: 33.3333333333%;
}

.sg-col-5 {
    flex-basis: 41.6666666667%;
}

.sg-col-6 {
    flex-basis: 50%;
}

.sg-col-7 {
    flex-basis: 58.3333333333%;
}

.sg-col-8 {
    flex-basis: 66.6666666667%;
}

.sg-col-9 {
    flex-basis: 75%;
}

.sg-col-10 {
    flex-basis: 83.3333333333%;
}

.sg-col-11 {
    flex-basis: 91.6666666667%;
}

.sg-col-12 {
    flex-basis: 100%;
}*/

/*------------------------------------*\
  $MENU
\*------------------------------------*/
.sg-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    color: white;
    width: 300px;
    z-index: 999999;
    overflow: auto;
    padding-bottom: 40px;
    transition: all 0.3s ease;
    visibility: visible;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    border-right: 1px solid #e2e5e6; /* TODO: only show when menu is open by default */
}

.sg-menu li a.disabled,
.sg-menu li a.disabled:hover,
.sg-menu .sg-submenu li a.disabled:hover
 {
    text-decoration: line-through;
    color: #999999;
}

@media screen and (min-width: 1200px) {
    .sg-menu {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.sg-menu-open .sg-menu {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.sg-menu .sg-logo {
    display: block;
    height: 60px;
    width: 100%;
    background-color: #f2f2f2;
    padding: 5px;
    border-bottom: 1px solid #e2e6e7;
}

.sg-menu .sg-logo img {
    margin: 0 auto;
    display: block;
    padding-top: 15px;
}

.sg-menu ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

.sg-menu li {
    color: #2d3133;
    font-family: 'Proximanovasemibold';
    list-style: none;
    font-size: 18px;
    font-size: 1.125rem;
}

.sg-menu li:hover {
    text-decoration: none;
}

.sg-menu li .sg-section {
    padding-top: 20px;
}

.sg-menu li .sg-disabled {
    color: #cbcbcb !important;
    text-decoration: line-through;
    font-family: 'Proximanova';
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    cursor: default;
}
.sg-menu li .sg-disabled:hover {
      text-decoration: line-through;
}

.sg-menu li a {
    color: #666666;
    list-style: none;
    font-family: 'Proximanova';
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
}

.sg-menu li a:hover,
.sg-menu li a.sg-active {
    text-decoration: none;
    color: #2088c2;
}

.sg-menu .sg-submenu,
.sg-menu .sg-second-submenu {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 350ms ease;
    -moz-transition: height 350ms ease;
    -o-transition: height 350ms ease;
    transition: height 350ms ease;
}
.sg-menu .sg-submenu.sg-selected,
.sg-menu .sg-second-submenu.sg-selected {
    height: auto;
}

.sg-menu .sg-submenu li {
    list-style: none;
}

.sg-menu .sg-submenu li a {
    color: #999999;
    line-height: 30px;
}

.sg-menu .sg-submenu li a:hover,
.sg-menu .sg-submenu li a.sg-active {
    color: #2088c2;
}

/*------------------------------------*\
$CONTENT
\*------------------------------------*/
.sg-content {
  background-color: $dark-shiro;
}

.sg-content pre {
    word-wrap: break-word;
}

@media all and (min-width: 1200px) {
  .sg-content {
      padding-left: 300px;
  }
}

/*------------------------------------*\
$OVERLAY
\*------------------------------------*/
.sg-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    z-index: 888888;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.sg-menu-open .sg-overlay {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}


/*------------------------------------*\
$STYLEGUIDE
\*------------------------------------*/
.sg-block {
  margin-top: 80px;
}

.row.sg-block,
.row.sg-block + .row.sg-block {
  margin-top: 80px;
  margin-left: 0;
}

.sg-block:first-child {
  margin-top: 0;
}
