html,
body,
ul,
li {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #343a40 !important;
  font-size: 16px;
  margin: 0px;
}
a {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}
.rich-text li {
  color: #343a40 !important;
  font-size: 16px;
}
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;
}

/**umb_name:H1 - Hero Title*/
.h1-hero-title {
  font-family: "FjallaOne" !important;
  font-size: 46px;
  color: #f15e25;
  text-transform: uppercase;
  letter-spacing: -1px;
  /* line-height: 46px; */
  line-height: 52px;
  margin-bottom: 6px;
  font-weight: normal;
}

/**umb_name:H2 - Content Sub Title*/
.content-sub-title {
  color: #5d86a0;
  font-family: "Montserrat-Bold" !important;
  font-size: 24px;
  clear: both;
}

/**umb_name:H3 - Internal Content Title*/
.content-title {
  color: #f15e24;
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 28px;
}

/**umb_name:H3 - Internal Content Title -ALL CAPS*/
.content-title-caps {
  color: #f15e24;
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 28px;
  text-transform: uppercase;
}

/**umb_name:H3 - Internal Content Alt Title*/
.content-alt-title {
  color: #5d86a0;
  font-weight: bold;
  margin-bottom: 4px;
}

/**umb_name:H3 - Internal Content Alt Title - ALL CAPS*/
.content-alt-title-caps {
  color: #5d86a0;
  font-weight: bold;
  margin-bottom: 4px;
  text-transform: uppercase;
}

/**umb_name:span - Hero Title*/
.h1-hero-title {
  font-family: "FjallaOne" !important;
  font-size: 46px;
  color: #f15e25;
  text-transform: uppercase;
  letter-spacing: -1px;
  /* line-height: 46px; */
  line-height: 52px;
  margin-bottom: 6px;
  font-weight: normal;
}

/**umb_name:span - Content Sub Title*/
.content-sub-title {
  color: #5d86a0;
  font-family: "Montserrat-Bold" !important;
  font-size: 24px;
}

/**umb_name:span - Internal Content Title*/
.content-title {
  color: #f15e24;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 4px;
  font-family: "Montserrat-Bold";
}

/**umb_name:span - Internal Content Title - ALL CAPS*/
.content-title-caps {
  color: #f15e24;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 4px;
  text-transform: uppercase;
}

/**umb_name:span - Internal Content Alt Title*/
.content-alt-title {
  color: #5d86a0;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 4px;
}

/**umb_name:span - Internal Content Alt Title - ALL CAPS*/
.content-alt-title-caps {
  color: #5d86a0;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 4px;
  text-transform: uppercase;
}

/**umb_name:img - Float Left*/
.text-left img {
  float: left;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 18px;
  max-width: 40%;
}

/**umb_name:img - Float Right*/
.text-right img {
  float: right;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 18px;
  max-width: 40%;
}
/**umb_name:img - Float Middle*/
.text-middle img {
  display: block;
  margin: 10px auto 18px auto;
  max-width: 60%;
}

/**umb_name:Table 33% / 66% */
.one-two-thirds {
  width: 100%;
}
.you-tube-embed {
  width: 62%;
}
@media (max-width: 560px) {
  span .text-right img,
  span.text-left img,
  span.text-middle img {
    max-width: 100%;
  }
}
