﻿#s4-workspace {
  background-color: #fbfbfb;
}
#sw-ex-header #sw-ex-siteTitle a,
#sw-ex-header #sw-ex-siteTitle a:link,
#sw-ex-header #sw-ex-siteTitle a:visited,
#sw-ex-header #sw-ex-siteTitle a:hover {
  color: #fff;
}
span#fullscreenmodebox {
  display: none;
}
.sw-ex-masterContent {
  display: flex;
  flex-direction: row;
  padding: 0 30px 0 30px;
}
.sw-ex-contentColumn {
  box-sizing: border-box;
}
.sw-ex-center {
  padding: 0 10px;
}
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
@media screen and (min-width: 1100px) {
  .sw-ex-left {
    flex: 0 0 220px;
  }
  .sw-ex-center {
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #s4-workspace {
    overflow-x: auto;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .sw-ex-left {
    display: none;
  }
  .sw-ex-center {
    flex: 1 1 auto;
    order: 0;
  }
}
@media screen and (min-width: 300px) and (max-width: 768px) {
  #s4-workspace {
    overflow-x: auto;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .sw-ex-masterContent {
    flex-direction: column;
  }
  .sw-ex-left {
    display: none;
  }
  .sw-ex-center {
    flex: 0 0 auto;
    order: 0;
  }
  .ms-searchCenter-result-main {
    float: none;
  }
  .ms-searchCenter-result-main .ms-webpart-zone,
  .ms-searchCenter-result-main .ms-webpart-cell-vertical,
  .ms-searchCenter-result-main .ms-webpart-chrome-vertical {
    display: block;
  }
  .ms-searchCenter-result-main #SearchBox {
    display: none;
  }
  .ms-searchCenter-result-main .ms-srch-item {
    width: 100%;
    padding: 0;
  }
  .ms-searchCenter-result-main .ms-srch-item-path {
    width: 100%;
  }
  .ms-searchCenter-result-main #UpScopeLinkTop {
    display: none !important;
  }
}
@media only print {
  .article {
    padding-top: 0px;
  }
  #sw-ex-footer {
    display: none;
  }
  #sw-ex-header {
    display: none;
  }
  .article-content,
  .sw-ex-publishingPage {
    border-top: 1px solid #7ab800;
  }
  .sw-ex-publishingPageFoot {
    display: none;
  }
  .sw-ex-bylineContainer {
    display: none !important;
  }
  #sw-ex-importantAnnounceMentsPlaceHolder {
    display: none;
  }
  #sw-ex-breadcrumbPlaceholder {
    display: none;
  }
  .sw-ex-center {
    width: 100%;
  }
  .sw-ex-left {
    display: none;
  }
  .sw-ex-relatedContent {
    display: none;
  }
  #page-content {
    border-bottom: none;
    padding-top: 10px;
    max-width: unset;
  }
  #s4-titlerow {
    display: none !important;
  }
  .green-underline {
    font-weight: bolder;
    font-size: 25px;
  }
  .sw-ex-pageTitle h1 {
    font-weight: bolder;
    font-size: 30px;
  }
  @page {
    size: A4 portrait;
    margin-left: 0.1in;
    margin-right: 0.1in;
    margin-top: 0.35in;
    margin-bottom: 0.35in;
  }
}