@import url(../node_modules/normalize.css/normalize.css);
@import 'https://fonts.googleapis.com/css?family=Lato:400,400i,700|Montserrat:400,700';
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

embed,
img,
object,
video {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 0 0.625rem 0;
}

h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 45em) {
  h1 {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 57px;
    line-height: 3.5625rem;
  }
}

h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-weight: 400;
}

@media (min-width: 45em) {
  h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}

h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: .05em;
  margin-bottom: 0;
}

@media (min-width: 45em) {
  h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  margin: 0 0 1.25rem 0;
}

.layout-container ol, .layout-container
ul {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

hr {
  background: #ccc;
  border: none;
  display: block;
  height: 0.125rem;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  width: 100%;
}

hr.narrow {
  width: 47.36842%;
}

.element-invisible {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.element-focusable {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.element-focusable:active, .element-focusable:focus {
  clip: auto;
  height: auto;
  overflow: auto;
  position: static !important;
  width: auto;
}

#skip-link {
  margin: 0;
}

#skip-link a,
#skip-link a:visited {
  background-color: #666;
  color: #fff;
  display: block;
  padding: 2px 0 3px 0;
  text-align: center;
  width: 100%;
}

.full-width {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

.full-width__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  padding-left: 20px;
  padding-right: 20px;
}

.full-width__inner:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 71.875em) {
  .full-width__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.column-half {
  margin-left: 0;
  padding-left: 0;
}

.column-half:after {
  content: "";
  display: table;
  clear: both;
}

.column-half li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

@media (min-width: 45em) {
  .column-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.column-half .column {
  margin-bottom: 5.26316%;
}

.column-half .column:last-child {
  margin-bottom: 0;
}

@media (min-width: 45em) {
  .column-half .column {
    margin-bottom: 0;
    margin-right: 1.69492%;
    width: 49.15254%;
  }
  .column-half .column:nth-child(2n), .column-half .column:last-child {
    margin-right: 0;
  }
}

.column-third {
  margin-left: 0;
  padding-left: 0;
}

.column-third:after {
  content: "";
  display: table;
  clear: both;
}

.column-third li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

@media (min-width: 45em) {
  .column-third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.column-third .column {
  margin-bottom: 5.26316%;
}

.column-third .column:last-child {
  margin-bottom: 0;
}

@media (min-width: 45em) {
  .column-third .column {
    margin-bottom: 0;
    margin-right: 1.69492%;
    width: 32.20339%;
  }
  .column-third .column:nth-child(3n), .column-third .column:last-child {
    margin-right: 0;
  }
}

.column *:last-child {
  margin-bottom: 0;
}

.full-width-image img {
  width: 100%;
}

.embed-container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.center {
  text-align: center;
}

.layout-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  padding-left: 20px;
  padding-right: 20px;
}

.layout-container:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 71.875em) {
  .layout-container {
    padding-left: 0;
    padding-right: 0;
  }
}

header[role="banner"] {
  background: #6fcbf2;
  color: #ffffff;
  padding-bottom: 1.25rem;
  padding-top: 3.75rem;
  text-align: center;
}

header[role="banner"] hr {
  background: #ffffff;
}

.site-logo {
  display: block;
  margin: 0 auto 1.25rem auto;
}

section {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

#content {
  margin-left: auto;
  margin-right: auto;
  width: 66.10169%;
}

footer {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  background: #3f5062;
  color: #b1b9c1;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
  text-align: center;
}

.contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact li {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  line-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0 0.625rem;
}

.contact li:last-child {
  border-right: none;
  padding-right: 0;
}

.contact a,
.contact a:visited {
  border: none;
  color: #b1b9c1 !important;
}

.contact a:hover, .contact a:focus,
.contact a:visited:hover,
.contact a:visited:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.button,
a.button,
a.button:visited {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  background: #ffffff;
  border: none;
  border-radius: 5px;
  color: #ff5d52;
  display: inline-block;
  font-weight: 700;
  padding: 0.9375rem 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button:hover, .button:focus,
a.button:hover,
a.button:focus,
a.button:visited:hover,
a.button:visited:focus {
  background: #333333;
  color: #ffffff;
  text-decoration: none;
}

.project-files {
  background: #6fcbf2;
  color: #ffffff;
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
  text-align: center;
}

.project-info {
  background: #f7f8fa;
}

.project-info .column {
  background: #ffffff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.05);
  padding: 1.25rem;
}

.project-info .column h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  background: #6e6e6e;
  color: #ffffff;
  letter-spacing: .05em;
  margin: -1.25rem -1.25rem 1.25rem -1.25rem;
  padding: 0.3125rem 1.25rem;
}

html {
  background: #333333;
  color: #333333;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}

body {
  background: #ffffff;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
}

body.is-navigation-expanded {
  position: fixed;
}

a,
a:visited {
  color: #ff5d52;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover, a:focus,
a:visited:hover,
a:visited:focus {
  border-color: #ff5d52;
}

body.highmark header[role="banner"] {
  background-color: #ec2027;
}

body.highmark a,
body.highmark a:visited {
  color: #ec2027;
}

body.highmark a:hover, body.highmark a:focus,
body.highmark a:visited:hover,
body.highmark a:visited:focus {
  border-color: #ec2027;
}

body.irest header[role="banner"] {
  background-color: #009b48;
}

body.irest a,
body.irest a:visited {
  color: #009b48;
}

body.irest a:hover, body.irest a:focus,
body.irest a:visited:hover,
body.irest a:visited:focus {
  border-color: #009b48;
}

body.rexcuadvice header[role="banner"] {
  background-color: #066c53;
}

body.rexcuadvice a,
body.rexcuadvice a:visited {
  color: #066c53;
}

body.rexcuadvice a:hover, body.rexcuadvice a:focus,
body.rexcuadvice a:visited:hover,
body.rexcuadvice a:visited:focus {
  border-color: #066c53;
}

body.johansen header[role="banner"] {
  background-color: #ec2027;
}

body.johansen a,
body.johansen a:visited {
  color: #ec2027;
}

body.johansen a:hover, body.johansen a:focus,
body.johansen a:visited:hover,
body.johansen a:visited:focus {
  border-color: #ec2027;
}

.highmark .site-logo {
  background-color: #ffffff;
  padding: 1.25rem;
  width: 17.75rem;
}

.johansen .site-logo {
  background-color: #333;
  padding: 1.25rem;
  width: 17.75rem;
}
