@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(../fonts/open-sans-v15-latin-300.woff2) format("woff2"), url(../fonts/open-sans-v15-latin-300.woff) format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url(../fonts/open-sans-v15-latin-300italic.woff2) format("woff2"), url(../fonts/open-sans-v15-latin-300italic.woff) format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(../fonts/open-sans-v15-latin-regular.woff2) format("woff2"), url(../fonts/open-sans-v15-latin-regular.woff) format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(../fonts/open-sans-v15-latin-italic.woff2) format("woff2"), url(../fonts/open-sans-v15-latin-italic.woff) format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(../fonts/open-sans-v15-latin-600.woff2) format("woff2"), url(../fonts/open-sans-v15-latin-600.woff) format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url(../fonts/open-sans-v15-latin-600italic.woff2) format("woff2"), url(../fonts/open-sans-v15-latin-600italic.woff) format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(../fonts/open-sans-v15-latin-700.woff2) format("woff2"), url(../fonts/open-sans-v15-latin-700.woff) format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(../fonts/open-sans-v15-latin-700italic.woff2) format("woff2"), url(../fonts/open-sans-v15-latin-700italic.woff) format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(../fonts/open-sans-v15-latin-800.woff2) format("woff2"), url(../fonts/open-sans-v15-latin-800.woff) format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"), url(../fonts/open-sans-v15-latin-800italic.woff2) format("woff2"), url(../fonts/open-sans-v15-latin-800italic.woff) format("woff");
}

* {
  box-sizing: border-box;
}

a,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
li,
ol,
p,
span,
table,
tbody,
td,
tfoot,
th,
thead {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

html {
  font-family: "Open Sans", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
  outline: 0;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img {
  border-style: none;
}

#background {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 1;
  background:
    linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%),
    repeat 0 -44px/88px 104px url(../images/pattern_isometric.svg),
    linear-gradient(170deg, rgba(0, 122, 201, 0) 0%, rgba(0, 122, 201, 0.1) 33%, rgba(0, 122, 201, 0.1) 100%),
    #fff;
}

#page {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 75rem;
  border: 0;
  border-collapse: collapse;
}

#footer,
#header,
#main {
  padding: 1rem;
  text-align: center;
  vertical-align: bottom;
}

#header h1,
#header h2 {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 18rem;
}

#header h1 img {
  width: 100%;
  max-width: 18rem;
  line-height: 0;
}

#header h2 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 0.680rem;
  text-transform: uppercase;
  text-align: right;
  color: #7a99ac;
}

#main {
  vertical-align: middle;
}

.resources {
  text-align: center;
}

.resources li {
  display: inline-block;
  width: 30%;
  min-width: 12.75rem;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

.resources li a {
  display: inline-block;
  width: 12.75rem;
  color: #5b6770;
  transition: color 0.25s ease-in-out;
}

.resources li a img {
  display: block;
  width: 6rem;
  height: 6rem;
  margin: 0 auto 0.5rem;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
}

.resources li a h3 {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
}

.resources li a p {
  font-size: 0.75rem;
  line-height: 1rem;
  margin: 0 0 0.5rem;
}

.resources li a .btn {
  display: block;
  width: 6rem;
  font-size: 0.625rem;
  font-weight: 600;
  margin: 1.5rem auto 0;
  padding: 0.375rem 1rem;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.25);
  border: 0.125rem solid #7a99ac;
  color: #7a99ac;
  transition: 0.25s ease-in-out;
}

.resources li a:active,
.resources li a:focus,
.resources li a:hover {
  color: #00305d;
}

.resources li a:active img,
.resources li a:focus img,
.resources li a:hover img {
  opacity: 1;
}

.resources li a:active .btn,
.resources li a:focus .btn,
.resources li a:hover .btn {
  border: 0.125rem solid #00305d;;
  color: #00305d;
}

.resources li a:active .btn,
.resources li a:focus .btn {
  box-shadow: rgba(122, 153, 172, 0.5) 0 0 0 0.25rem;
}

.resources li a .btn:hover {
  background: #00305d;
  border: 0.125rem solid #00305d;
  color: #fff;
}

#footer {
  padding: 1.5rem 0 1rem;
}

#footer a {
  font-size: 0.75rem;
  text-align: center;
  color: rgba(91, 103, 112, 0.5);
  background: rgba(255, 255, 255, 0.5);
  margin: 0 0 0 1rem;
  padding: 0.5rem 1.25rem;
  border-radius: 1rem;
  box-shadow: rgba(255, 255, 255, 0.5) 0 0 2.5rem 0.75rem;
  transition: 0.25s ease-in-out;
}

#footer a:active,
#footer a:focus {
  text-decoration: underline;
  color: #7a99ac;
}

#footer a:hover {
  background: #00305d;
  color: #fff;
}

@media only screen and (max-width: 48rem) {
  html {
    font-size: 16px;
  }

  #header h1 {
    margin: 2rem auto 0;
  }

  .resources li {
    width: 100%;
    padding: 2rem 1rem;
  }
}

@media only screen and (min-width: 80rem) {
  html {
    font-size: 16px;
  }
}

@media only screen and (min-width: 100rem) {
  html {
    font-size: 18px;
  }
}

@media only screen and (min-width: 120rem) {
  html {
    font-size: 20px;
  }
}

@media only screen and (min-width: 140rem) {
  html {
    font-size: 24px;
  }
}

@media only screen and (min-width: 160rem) {
  html {
    font-size: 28px;
  }
}

@media only screen and (min-width: 180rem) {
  html {
    font-size: 32px;
  }
}
