@import url(https://fonts.googleapis.com/css?family=Roboto);/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */

*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/vendor/material-icons/iconMaterialIcons-Regular.eot?e79bfd88537def476913f3ed52f4f4b3);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/fonts/vendor/material-icons/iconMaterialIcons-Regular.woff2?570eb83859dc23dd0eec423a49e147fe) format("woff2"), url(/fonts/vendor/material-icons/iconMaterialIcons-Regular.woff?012cf6a10129e2275d79d6adac7f3b02) format("woff"), url(/fonts/vendor/material-icons/iconMaterialIcons-Regular.ttf?a37b0c01c0baf1888ca812cc0508f6e2) format("truetype");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100%;
}

@media (max-width: 64em) {
  .header {
    height: auto;
    padding: 1em 0;
  }
}

.header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 64em) {
  .header__title {
    padding-bottom: 1em;
  }
}

.header__title__menu-icon {
  display: none;
}

@media (max-width: 64em) {
  .header__title__menu-icon {
    display: inline;
  }
}

.header__title__page-name {
  text-align: center;
  color: #FFF;
  font-size: 2em;
}

.header__menu {
  width: 100%;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 64em) {
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
  }
}

.header__menu--force-show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.header__menu__item {
  padding: 1em;
  width: 100%;
  text-align: center;
}

@media (max-width: 64em) {
  .header__menu__item {
    padding: .5em;
  }
}

.header__menu__item:hover {
  background-color: #00897b;
  color: #FFF;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #FFF;
}

@media (max-width: 64em) {
  .footer {
    height: auto;
    padding: 1em 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home__banner img {
  width: 100%;
}

.our-services > *:not(:last-child) {
  border-bottom: solid 1px #00695c;
}

.our-services__item {
  font-size: 1.3em;
  letter-spacing: 2px;
  line-height: 2em;
  padding: 2em 0;
}

@media (max-width: 64em) {
  .our-services__item {
    text-align: center;
  }
}

.our-services__item--double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 64em) {
  .our-services__item--double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.our-services__item--double__right-container--2 {
  margin-left: 2em;
}

@media (max-width: 64em) {
  .our-services__item--double__right-container--2 {
    margin-left: 0;
    margin-top: 2em;
  }
}

.our-services__item--double__right-container--5 {
  margin-left: 5em;
}

@media (max-width: 64em) {
  .our-services__item--double__right-container--5 {
    margin-left: 0;
    margin-top: 2em;
  }
}

.our-services__item__title {
  font-size: 1.2em;
}

.our-services__item__list {
  list-style-type: disc;
  list-style-position: inside;
}

.about {
  font-size: 1.3em;
  letter-spacing: 2px;
  line-height: 2em;
}

.about__focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* apply a natural box layout model to all elements, but allowing components to change */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Roboto';
}

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

html,
body {
  min-height: 100vh;
  background-color: #eee;
  color: #333;
  letter-spacing: 2px;
  line-height: 1.6em;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2vw;
}

header {
  height: 15vh;
  background-color: #00695c;
}

@media (max-width: 64em) {
  header {
    height: auto;
  }
}

.content {
  min-height: 70vh;
}

.content--bg-blue {
  background-color: #427af5;
}

footer {
  height: 15vh;
  background-color: #424242;
}

@media (max-width: 64em) {
  footer {
    height: auto;
  }
}

.page-context {
  padding: 1em 0;
}

.page-context h2 {
  font-size: 2em;
}

.utils__flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

