html, body {
    box-sizing: border-box;
    height: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    margin: 0px;
    color: #131313;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
}


a:link {
    text-decoration: none;
    color: #0088cc;
}

a:hover {
    text-decoration: underline;
}

#CenterColumn {
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1170px;
    min-height: 402px;
    background: white url('-/media/Default Website/cover.ashx') no-repeat;
    background-size: 1170px 402px;
    text-align: left;
}

#InnerCenter {
    margin: auto;
    position: relative;
    width: 1150px;
    height: 700px;
}

#Header {
    height: 402px;
}

#Footer {
    width: 100%;
    clear: both;
    padding-top: 2px;
}

#LeftContent {
    width: 750px;
    text-align: justify;
}

#scLogo {
    margin-top: 20px;
}

.contentTitle {
    margin-top: 50px;
    font-weight: 400;
    font-size: 36px;
}

.divider {
    background-color: #DCDCDC;
    border: 0 none;
    clear: both;
    display: block;
    height: 1px;
    float: none;
    margin: 50px auto;
    width: 100%;
}

.contentDescription {
    padding-right: 20px;
    line-height: 22px;
}	

.commonFontProperties {
  font-family: 'Helvetica Neue LT Std', sans-serif;
  font-style: normal;
  font-weight: 700;
}

.fontWhite {
  color: #fff;

  &:hover {
    text-decoration-line: underline;
    color: #ffffffe6;
  }
}

.darkFont {
  color: #41535d;
  &:hover {
    text-decoration-line: underline;
    color: #41535d;
  }
}

.linkDiv {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  padding: 0px;
  height: auto;
  a {
    text-decoration: none;
  }
  svg {
    margin-left: 8px;

    &:hover {
      fill: #007cc3;
    }
  }
}

.defaultLink {
  font-size: 18px;
  line-height: 26px;
}

.smallLink {
  font-size: 16px;
  line-height: 24px;
}

.tinyLink {
  font-size: 14px;
  line-height: 20px;
}

.quote {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 789px;
  font-family: 'Lyon Display';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #41535d;
  padding: 56px 0;
  a {
    color: #007cc3;
    text-decoration: none;
  }

  @media screen and (max-width: 780px) {
    max-width: 327px;
    font-size: 28px;
    line-height: 36px;
    padding: 40px 0;
  }
}

.divider {
  border: 1px solid #a0a9ae;
  width: 100%;
}

.imageCaption {
  font-family: 'Helvetica Neue LT Std', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #41535d;
  order: 1;
  align-self: stretch;
  height: auto;
}
