body {
  font-family: "Roboto Slab", sans-serif; }

* {
  box-sizing: border-box; }

.size {
  width: 1.5rem;
  height: 1.5rem;
  position: fixed;
  left: 1rem;
  top: 1rem;
  background-color: #FFF; }
  @media all and (min-width: 320px) {
    .size {
      background-color: #e6e6e6; } }
  @media all and (min-width: 480px) {
    .size {
      background-color: #cccccc; } }
  @media all and (min-width: 640px) {
    .size {
      background-color: #b3b3b3; } }
  @media all and (min-width: 800px) {
    .size {
      background-color: #999999; } }
  @media all and (min-width: 960px) {
    .size {
      background-color: gray; } }
  @media all and (min-width: 1120px) {
    .size {
      background-color: #666666; } }
  @media all and (min-width: 1280px) {
    .size {
      background-color: #4d4d4d; } }
  @media all and (min-width: 1440px) {
    .size {
      background-color: #333333; } }
  @media all and (min-width: 1600px) {
    .size {
      background-color: #1a1a1a; } }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px; }

body > div > .wrap::after {
  clear: both;
  content: "";
  display: block; }

html {
  background-color: #000;
  min-height: 101vh; }

body {
  background-color: #FEFEFE; }

body > div > .wrap {
  margin: 0 auto;
  padding: 0; }

.page-wrap > *:last-child {
  margin-bottom: 0; }

.page-wrap > *:first-child {
  margin-top: 0; }

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

figure {
  margin: 0; }

body {
  color: #333;
  line-height: 1.5;
  margin: 0;
  text-size-adjust: none;
  max-width: 1800px;
  margin: 0 auto; }

a {
  color: #06c; }

a:focus {
  outline: 1px dotted; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", sans-serif;
  color: #33beca;
  font-size: 1em;
  line-height: 1.25;
  margin: 1em 0 0 0;
  page-break-after: avoid; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.25em; }

hr {
  border: 0;
  border-top: 1px solid;
  margin: 1em 0; }

blockquote {
  margin: 1em 2em; }

p {
  margin: 1em 0; }

pre {
  margin: 1em 0;
  white-space: pre-wrap; }

address,
cite,
dfn,
em,
i,
var {
  font-style: italic; }

b,
strong {
  font-weight: bold; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 0.875em; }

pre code,
pre kbd,
pre samp {
  font-size: 1em; }

small {
  font-size: 0.75em; }

sub,
sup {
  font-size: 0.75em;
  line-height: 0; }

sub {
  vertical-align: sub; }

sup {
  vertical-align: super; }

dl {
  margin: 1em 0; }

dd {
  margin-left: 2em; }

ol,
ul {
  margin: 1em 0;
  padding-left: 2em; }

ol li {
  list-style: decimal outside none; }

ol li li {
  list-style: lower-alpha outside none; }

ol li li li {
  list-style: lower-roman outside none; }

ul li {
  list-style: disc outside none; }

ul li li {
  list-style: circle outside none; }

img {
  border: 0;
  height: auto;
  max-width: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em auto; }

td,
th {
  padding: 0.25em 0.5em;
  text-align: left; }

button,
input,
select,
textarea {
  border-radius: 0;
  font: inherit;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

::-ms-clear {
  display: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

input:focus,
textarea:focus {
  outline: 0; }

:invalid {
  box-shadow: none; }

.header {
  max-width: 100%;
  border-bottom: 3px solid #00aebd;
  color: #FFF;
  text-align: center;
  background-image: url("/static/images/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media all and (min-width: 1280px) {
    .header {
      padding: 1.5625rem 0; } }
  .header.home {
    background-image: url("/static/images/banner.jpg");
    background-size: cover;
    background-position: bottom; }
  .header .logo {
    text-align: center;
    display: block;
    margin: 0 auto; }
    .header .logo img {
      width: 100%;
      max-width: 120px; }
    .header .logo a {
      padding: 0.85rem;
      display: inline-block;
      background-color: #FFF;
      border: 0px solid #FFF;
      -webkit-transition: border 0.3s;
      transition: border 0.3s; }
      @media all and (min-width: 1280px) {
        .header .logo a:hover {
          border-bottom: 3px solid #FFF;
          border-left: 3px solid #FFF;
          border-right: 3px solid #FFF; } }
    @media all and (min-width: 1280px) {
      .header .logo {
        position: absolute;
        top: 0.5rem;
        width: 10rem;
        left: 0;
        right: 0;
        display: inline-block; } }
  .header .banner-box {
    max-width: 43.750rem;
    margin: 0 auto;
    background: #e6e6e6;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 3px solid rgba(49, 85, 101, 0.8);
    padding: 1.5625rem; }
    @media all and (min-width: 480px) {
      .header .banner-box {
        margin: 3.125rem; } }
    @media all and (min-width: 800px) {
      .header .banner-box {
        padding: 3.125rem;
        margin: 3.125rem auto; } }
    @media all and (min-width: 1280px) {
      .header .banner-box {
        position: relative;
        top: 2rem; } }
  .header .banner-box-title {
    margin: 0 auto 1.5625rem;
    color: #315565;
    text-transform: uppercase;
    font-size: 1.5625rem;
    font-weight: 300;
    line-height: 1.07;
    letter-spacing: 2.9px; }
    @media all and (min-width: 800px) {
      .header .banner-box-title {
        font-size: 2.5rem;
        margin-bottom: 2.5rem; } }
    @media all and (min-width: 1120px) {
      .header .banner-box-title {
        font-size: 3.45rem; } }
  .header .banner-box-text {
    color: #252d30;
    letter-spacing: 0.8px;
    text-align: left;
    line-height: 1.56;
    margin: 0 auto; }

.page-introduction {
  margin: 2.5rem 0;
  text-align: center;
  padding: 0 1.5625rem; }
  @media all and (min-width: 1280px) {
    .page-introduction {
      margin: 6.25rem 0; } }

.page-introduction-title {
  font-weight: 300;
  line-height: 1.07;
  letter-spacing: 2.9px;
  text-transform: uppercase;
  text-align: center;
  color: #315565;
  margin: 1em 0;
  font-size: 2rem; }
  @media all and (min-width: 800px) {
    .page-introduction-title {
      font-size: 2.5rem; } }
  @media all and (min-width: 960px) {
    .page-introduction-title {
      font-size: 3.5rem; } }

.page-introduction-text {
  max-width: 59rem;
  color: #315565;
  margin: 3.125rem auto;
  line-height: 1.78;
  letter-spacing: 0.9px;
  font-size: 1.125rem; }
  .page-introduction-text + .service-button {
    margin-top: 0; }

.page-wrap {
  background-color: #edf6f7;
  padding: 1.5625rem; }
  @media all and (min-width: 800px) {
    .page-wrap {
      padding: 3.125rem; } }
  @media all and (min-width: 960px) {
    .page-wrap {
      padding: 4.16667rem; } }
  @media all and (min-width: 1280px) {
    .page-wrap {
      padding: 6.25rem; } }
  .page-wrap:after {
    content: '';
    display: block;
    clear: both; }
  .page-wrap h2, .page-wrap h3, .page-wrap h4 {
    margin: 0 auto;
    line-height: 1;
    color: #315565;
    letter-spacing: 1.9px;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 400; }
    @media all and (min-width: 960px) {
      .page-wrap h2, .page-wrap h3, .page-wrap h4 {
        font-size: 2.375rem; } }
  .page-wrap h3 {
    font-size: 1.3rem; }
    @media all and (min-width: 960px) {
      .page-wrap h3 {
        font-size: 1.750rem; } }
  .page-wrap h4 {
    font-size: 1.500rem;
    font-weight: 600; }
  .page-wrap p {
    font-size: 1.075rem;
    margin: 1.5625rem 0;
    letter-spacing: 0.9px;
    line-height: 1.78;
    color: #333333; }
  .page-wrap ul {
    font-size: 1.075rem;
    margin: 1.5625rem 0;
    letter-spacing: 0.9px;
    line-height: 1.78;
    color: #333333; }
  .page-wrap a {
    color: #315565; }
    .page-wrap a:hover, .page-wrap a:focus, .page-wrap a:active {
      color: #33beca; }

.portrait-image {
  background-image: url("/content/portrait-cropped-small.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  min-height: 350px; }
  @media all and (min-width: 480px) {
    .portrait-image {
      background-image: url("/content/portrait-cropped-small.jpg");
      min-height: 500px; } }
  @media all and (min-width: 1120px) {
    .portrait-image {
      background-image: url("/content/portrait-cropped-large.jpg"); } }

.nav {
  background-color: rgba(49, 85, 101, 0.8);
  display: block; }
  .nav.expanded {
    padding: calc((3.125rem / 2)); }
  .nav .toggleButton {
    padding: 0.55rem 0.95rem 0.45rem;
    margin: 0 auto;
    background-color: rgba(49, 85, 101, 0.8);
    letter-spacing: 0.8px;
    line-height: 2;
    color: #fefefe;
    text-shadow: 0.7px 0.7px 1px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 50px;
    width: 50px;
    padding-top: 12px; }
    .nav .toggleButton svg {
      margin-top: 3px;
      fill: currentColor; }
    .nav .toggleButton:hover {
      background-color: rgba(49, 85, 101, 0.5); }
  .nav .hidden {
    display: none; }
  @media all and (min-width: 1280px) {
    .nav {
      margin-bottom: 4rem;
      padding: calc((3.125rem / 2.4)); }
      .nav .toggleButton {
        display: none; }
      .nav .hidden {
        display: inline-block; } }
  .nav ul {
    padding: 0;
    margin: 0; }
    .nav ul li {
      list-style-type: none; }
      @media all and (min-width: 1280px) {
        .nav ul li {
          display: inline-block;
          position: relative;
          right: 2rem; }
          .nav ul li:nth-of-type(4) {
            right: 1.5rem; }
          .nav ul li:nth-of-type(5), .nav ul li:nth-of-type(6), .nav ul li:nth-of-type(7) {
            left: 12rem; } }
      .nav ul li a {
        padding: 0.45rem 0.95rem;
        letter-spacing: 0.8px;
        line-height: 2;
        color: #fefefe;
        text-shadow: 0.7px 0.7px 1px rgba(0, 0, 0, 0.5);
        text-align: center;
        font-weight: 700;
        font-size: 0.95rem;
        text-transform: uppercase;
        text-decoration: none;
        display: block; }
      .nav ul li.active a, .nav ul li:hover a {
        background-color: #e6e6e6;
        background-color: rgba(255, 255, 255, 0.2);
        text-shadow: none; }
      .nav ul li:hover a {
        background-color: #e6e6e6;
        background-color: rgba(255, 255, 255, 0.1); }

@media all and (min-width: 1120px) {
  .box-row {
    display: table; }
    .box-row.alternator:nth-last-of-type(even) {
      direction: rtl; }
      .box-row.alternator:nth-last-of-type(even) > * {
        direction: ltr; } }

@media all and (min-width: 1120px) {
  .content-box {
    width: 50%;
    vertical-align: middle;
    display: table-cell; }
    .content-box.top-aligned {
      vertical-align: top; } }

.content-box {
  color: #333333;
  text-align: left;
  line-height: 1.78;
  padding: 1.5625rem; }
  @media all and (min-width: 800px) {
    .content-box {
      padding: 3.125rem; } }
  @media all and (min-width: 960px) {
    .content-box {
      padding: 4.16667rem; } }
  @media all and (min-width: 1440px) {
    .content-box {
      padding: 6.25rem; } }
  @media all and (min-width: 1600px) {
    .content-box {
      padding: 10.9375rem; } }
  .content-box.box-image {
    padding: 0;
    background-color: #FFF;
    vertical-align: bottom; }
    .content-box.box-image img {
      width: 100%;
      display: block; }
    .content-box.box-image.carousel img {
      height: auto; }
  .content-box p {
    font-size: 1.075rem;
    margin: 1.5625rem 0;
    letter-spacing: 0.9px;
    line-height: 1.78;
    color: #333333; }

.homepage-content-box {
  padding: 1.5625rem;
  font-size: 1rem; }
  @media all and (min-width: 800px) {
    .homepage-content-box {
      padding: 3.125rem; } }
  @media all and (min-width: 960px) {
    .homepage-content-box {
      padding: 3.57143rem 4.16667rem; } }
  @media all and (min-width: 1440px) {
    .homepage-content-box {
      padding: 4.6875rem 6.25rem; } }
  @media all and (min-width: 1600px) {
    .homepage-content-box {
      font-size: 1.075rem;
      padding: 9.375rem 10.9375rem; } }

.content-box-link {
  font-weight: 100;
  line-height: 1.33;
  letter-spacing: 1.2px;
  color: #333;
  text-decoration: none;
  display: block;
  margin: 1.5625rem 0;
  width: 11.563em;
  font-size: 1.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
  @media all and (min-width: 640px) {
    .content-box-link {
      font-size: 1.5rem;
      max-width: 100%;
      width: 410px; } }
  @media all and (min-width: 1280px) {
    .content-box-link {
      width: 100%; } }

.content-box-title {
  margin: 0 auto;
  line-height: 1;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-size: 1.5625rem;
  font-weight: 400; }
  @media all and (min-width: 1440px) {
    .content-box-title {
      font-size: 2.375em; } }

.content-box-link-box {
  margin: 1.5625rem 0; }
  @media all and (min-width: 800px) {
    .content-box-link-box {
      margin: 3.125rem 0; } }

.box-button {
  color: #FEFEFE;
  font-size: 1rem;
  background-color: #10a7b8;
  display: inline-block;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.8px;
  padding: 0.35rem 1rem;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  text-shadow: 0.7px 0.7px 1px rgba(0, 0, 0, 0.5); }
  .box-button:hover {
    background-color: #0a6772; }

.box-gradient {
  background-color: #f4f7f7; }

.services-banner {
  background-color: #315565;
  background-image: -webkit-linear-gradient(left, #1a3440, #315565);
  background-image: linear-gradient(to right, #1a3440, #315565);
  color: #FFF;
  padding: 1.5625rem; }
  @media all and (min-width: 800px) {
    .services-banner {
      padding: 3.125rem; } }
  @media all and (min-width: 960px) {
    .services-banner {
      padding: 0 4.16667rem 4.16667rem; } }
  @media all and (min-width: 1280px) {
    .services-banner {
      padding: 0 6.25rem 6.25rem; } }
  @media all and (min-width: 1440px) {
    .services-banner {
      padding: 0 10.9375rem 6.25rem; } }
  @media all and (min-width: 960px) {
    .services-banner {
      display: table;
      margin-top: 6rem; } }

.service {
  text-align: center;
  padding-bottom: 1.5625rem;
  margin: 1.5625rem auto 0; }
  @media all and (min-width: 800px) {
    .service {
      margin: 3.125rem auto 0; } }
  @media all and (min-width: 960px) {
    .service {
      display: table-cell;
      width: 33%;
      padding: 0 1.5625rem; } }

.service-icon {
  background-color: #315565;
  padding: 0.5rem;
  border: 10px solid #FFF;
  margin: 0 auto;
  width: 80px;
  box-shadow: 3.5px 3.5px 5px 0.1px rgba(1, 1, 1, 0.15); }
  @media all and (min-width: 960px) {
    .service-icon {
      position: relative;
      width: 100px;
      height: 100px;
      bottom: 3rem;
      margin: 0 auto -2rem;
      padding: 1rem; } }

.service-title {
  margin-top: 0.78125rem;
  color: inherit;
  text-transform: uppercase;
  line-height: 2.43;
  letter-spacing: 1.4px;
  font-size: 1.750rem;
  text-align: center;
  font-weight: 400;
  color: #ffffff; }
  @media all and (min-width: 960px) {
    .service-title {
      line-height: 1;
      margin: 1.5625rem 0 1.5625rem; } }

.service-button {
  color: #FEFEFE;
  font-size: 1rem;
  background-color: #10a7b8;
  display: inline-block;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.8px;
  padding: 0.35rem 1rem;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 1rem;
  border-radius: 3px;
  text-shadow: 0.7px 0.7px 1px rgba(0, 0, 0, 0.5); }
  .service-button:hover {
    background-color: #0a6772; }

.service-text {
  line-height: 1.75;
  letter-spacing: 0.8px; }

.projects {
  padding: 1.5625rem;
  background-color: #edf6f7; }
  @media all and (min-width: 800px) {
    .projects {
      padding: 3.125rem; } }
  @media all and (min-width: 960px) {
    .projects {
      padding: 4.16667rem; } }
  @media all and (min-width: 1280px) {
    .projects {
      padding: 6.25rem; } }
  .projects:after {
    content: '';
    display: block;
    clear: both; }

.project-row {
  max-width: 820px;
  margin: 0 auto; }
  @media all and (min-width: 1120px) {
    .project-row {
      max-width: 100%;
      display: table;
      width: 100%;
      max-width: 84.375rem;
      margin: 0 auto 3.125rem; } }

.project {
  color: #315565;
  margin: 0 auto 1.5625rem;
  max-width: 410px; }
  @media all and (min-width: 800px) {
    .project {
      width: 50%;
      height: auto;
      margin: 0 auto 3.125rem;
      float: left;
      padding: 0 1.5625rem; } }
  @media all and (min-width: 1120px) {
    .project {
      float: none;
      display: table-cell;
      width: 33%;
      width: calc(33% - 6.25rem);
      vertical-align: top;
      box-sizing: content-box;
      padding: 0; }
      .project:nth-child(1) {
        padding-right: 2.0625rem; }
      .project:nth-child(2) {
        padding: 0 1.03125rem; }
        .project:nth-child(2):last-of-type {
          padding: 0 0 0 1.03125rem; }
      .project:nth-child(3) {
        padding-left: 2.0625rem; } }

.project-image-wrap {
  position: relative; }
  .project-image-wrap:after {
    width: 100%;
    height: 2.813rem;
    display: block;
    content: '';
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    position: absolute;
    left: 0;
    bottom: 0; }

.project-image {
  border-top: 5px solid #315565;
  display: block;
  width: 100%; }

.project-title {
  font-size: 1.350rem;
  line-height: 1.21;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 400;
  color: inherit;
  margin: 1em 0; }
  @media all and (min-width: 800px) {
    .project-title {
      font-size: 1.750rem;
      margin: 0 0 1em; } }

.project-details {
  font-size: 0.825rem;
  line-height: 1.57;
  letter-spacing: 0.6px;
  background-color: #FEFEFE;
  padding: 0.78125rem 1.5625rem 1.5625rem; }
  @media all and (min-width: 800px) {
    .project-details {
      padding: 1.5625rem; } }
  @media all and (min-width: 960px) {
    .project-details {
      padding: 2.34375rem; } }
  .project-details ul {
    padding-left: 1rem; }
    .project-details ul li {
      position: relative;
      list-style-type: none; }
      .project-details ul li:before {
        content: '';
        top: 0.7em;
        left: -1em;
        display: block;
        position: absolute;
        background-color: #33beca;
        width: 3px;
        height: 3px; }

.project-button {
  color: #FEFEFE;
  font-size: 1rem;
  background-color: #10a7b8;
  display: inline-block;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.8px;
  padding: 0.35rem 1rem;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 1rem;
  border-radius: 3px;
  text-shadow: 0.7px 0.7px 1px rgba(0, 0, 0, 0.5); }
  .project-button:hover {
    background-color: #0a6772; }

.content-row {
  color: #315565;
  text-align: center;
  padding: 1.5625rem; }
  @media all and (min-width: 800px) {
    .content-row {
      padding: 3.125rem; } }
  @media all and (min-width: 960px) {
    .content-row {
      padding: 4.16667rem 4.16667rem; } }
  @media all and (min-width: 1440px) {
    .content-row {
      padding: 6.25rem 12.5rem; } }
  @media all and (min-width: 800px) {
    .content-row {
      display: table; } }

.backwards-row {
  background-color: #edf6f7; }
  .backwards-row .row-icon {
    border-color: #edf6f7; }
  .backwards-row .row-image img:first-of-type {
    box-shadow: -12px 10px 0 #FEFEFE; }
  @media all and (min-width: 800px) {
    .backwards-row {
      direction: rtl; }
      .backwards-row .row-text,
      .backwards-row .row-image {
        direction: ltr; }
        .backwards-row .row-text .row-icon,
        .backwards-row .row-image .row-icon {
          right: auto;
          left: -45px; }
      .backwards-row .row-image img:first-of-type {
        box-shadow: 12px 10px 0 #FEFEFE; }
      .backwards-row .row-text {
        padding: 0 6.25rem 0 0; } }

.row-title {
  color: inherit;
  text-transform: uppercase;
  line-height: 2.43;
  letter-spacing: 1.4px;
  font-size: 1.750rem;
  text-align: left;
  font-weight: 400;
  text-align: center; }
  @media all and (min-width: 800px) {
    .row-title {
      margin-top: 0;
      text-align: left; } }
  @media all and (min-width: 960px) {
    .row-title {
      line-height: 1;
      margin: 1.5625rem 0 1.5625rem; } }

.row-text {
  line-height: 1.78;
  letter-spacing: 0.9px;
  font-size: 1.125rem;
  text-align: left; }
  @media all and (min-width: 800px) {
    .row-text {
      display: table-cell;
      padding-left: 6.25rem;
      padding-top: 0;
      vertical-align: middle; } }

.row-image {
  position: relative;
  display: inline-block;
  text-align: center; }
  .row-image img {
    margin: 0 auto;
    width: 300px;
    max-width: 100%;
    border-radius: 20000px; }
  .row-image img:first-of-type {
    box-shadow: -12px 10px 0 #edf6f7; }
  @media all and (min-width: 800px) {
    .row-image {
      display: table-cell;
      vertical-align: middle;
      width: 300px; }
      .row-image img {
        margin: 0;
        width: auto; } }
  .row-image .row-icon {
    width: 80px;
    border-radius: 0;
    position: absolute;
    right: -15px;
    top: calc(50% - 50px);
    left: auto; }
    @media all and (min-width: 480px) {
      .row-image .row-icon {
        right: -45px; } }
    @media all and (min-width: 800px) {
      .row-image .row-icon {
        width: 100px; } }

.contact-form {
  padding: 1.5625rem;
  background-color: #edf6f7; }
  .contact-form form {
    max-width: 50rem;
    margin: 0 auto;
    text-align: left; }
    .contact-form form label {
      display: block;
      font-size: 1.150rem;
      line-height: 1.21;
      letter-spacing: 1.4px;
      text-transform: uppercase;
      font-weight: 400;
      color: inherit; }
    .contact-form form input, .contact-form form textarea, .contact-form form select {
      display: block;
      margin: 1.5625rem 0;
      border: 2px solid #315565;
      padding: 0.5rem;
      width: 100%; }
    .contact-form form textarea {
      height: 10rem; }
    .contact-form form button {
      border: 2px solid #315565;
      padding: 0.5rem;
      background-color: #315565;
      color: #FEFEFE;
      text-transform: uppercase;
      font-weight: 500; }
    @media all and (min-width: 640px) {
      .contact-form form input, .contact-form form textarea, .contact-form form select {
        margin: 1.5625rem 0 0; }
      .contact-form form textarea {
        width: 100%; }
      .contact-form form .field {
        clear: both;
        margin: 1.5625rem 0; }
      .contact-form form .half-field {
        width: 50%;
        width: calc(50% - 3.125rem / 4);
        margin-right: 0.78125rem;
        float: left;
        clear: none; }
        .contact-form form .half-field + .half-field {
          margin-right: 0;
          float: right;
          margin-left: 0.78125rem; }
      .contact-form form .submit {
        display: block;
        margin-bottom: 0; } }
    @media all and (min-width: 960px) {
      .contact-form form .field {
        margin: 0 0 1.5625rem; }
      .contact-form form .submit {
        margin-bottom: 0; }
      .contact-form form .half-field {
        margin-right: 1.5625rem;
        width: calc(50% - 3.125rem / 2); }
        .contact-form form .half-field + .half-field {
          margin-right: 0;
          margin-left: 1.5625rem; } }

.contact-info {
  text-align: center; }
  .contact-info a {
    color: #0c7c89; }
  .contact-info .contact-info-table {
    position: relative;
    max-width: 59rem;
    color: #315565;
    margin: 3.125rem auto;
    line-height: 1.78;
    letter-spacing: 0.9px;
    font-size: 1.125rem;
    margin: 0 auto; }
    .contact-info .contact-info-table img {
      width: 100%;
      max-width: 300px;
      border-radius: 4000px;
      border: 3px solid #f4f7f7; }
    @media all and (min-width: 960px) {
      .contact-info .contact-info-table {
        display: table; }
        .contact-info .contact-info-table img {
          display: inline-block;
          vertical-align: top; }
        .contact-info .contact-info-table p {
          display: inline-block;
          vertical-align: middle;
          width: 65%;
          padding-left: 5%;
          text-align: left;
          line-height: 1.90; } }
    .contact-info .contact-info-table .contact-icon {
      position: absolute;
      left: calc((100% - 264px) / 2);
      top: 1rem;
      width: 3.2rem;
      height: 3.2rem;
      margin: 0 auto;
      background-color: #FEFEFE;
      background-image: url("/static/images/linkedin.svg");
      background-repeat: no-repeat;
      background-position: center center;
      padding: 0;
      border-radius: 76000px;
      border: none;
      padding: 0.5rem;
      box-shadow: 3.5px 3.5px 5px 0.1px rgba(1, 1, 1, 0.15); }
      .contact-info .contact-info-table .contact-icon:hover {
        opacity: 0.7; }
      @media all and (min-width: 960px) {
        .contact-info .contact-info-table .contact-icon {
          left: 2rem; } }
  .contact-info .contact-bio {
    margin-top: 3.125rem;
    width: 100%; }
    @media all and (min-width: 960px) {
      .contact-info .contact-bio .contact-bio-image, .contact-info .contact-bio .contact-bio-text {
        display: table-cell; }
        .contact-info .contact-bio .contact-bio-image img, .contact-info .contact-bio .contact-bio-text img {
          width: auto; } }
    @media all and (min-width: 960px) {
      .contact-info .contact-bio {
        margin-top: 6.25rem; } }

.contact-form {
  margin: 0 auto; }

.copyright {
  padding: 1.5625rem 3.125rem;
  background-color: #edf6f7;
  text-align: center; }
  .copyright > p {
    font-size: .85rem;
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem; }
  .copyright a {
    color: inherit;
    text-decoration: none; }
    .copyright a:hover {
      text-decoration: underline; }

.footer {
  background-image: -webkit-linear-gradient(left, #1a3440, #315565);
  background-image: linear-gradient(to right, #1a3440, #315565);
  color: #FEFEFE;
  text-align: center;
  overflow: auto;
  border-top: 3px solid #33beca;
  padding: 1.5625rem; }
  .footer a {
    color: inherit;
    text-decoration: none; }
  @media all and (min-width: 960px) {
    .footer {
      display: table;
      width: 100%; } }
  @media all and (min-width: 800px) {
    .footer {
      padding: 3.125rem; } }
  @media all and (min-width: 960px) {
    .footer {
      padding: 3.125rem 4.16667rem; } }
  @media all and (min-width: 1280px) {
    .footer {
      padding: 3.125rem 6.25rem; } }
  @media all and (min-width: 1280px) {
    .footer {
      padding: 3.125rem 10.9375rem; } }

.footer-nav ul {
  margin: 0;
  padding: 0; }
  .footer-nav ul li {
    list-style: none;
    text-transform: uppercase;
    text-shadow: 0.7px 0.7px 1px rgba(0, 0, 0, 0.5);
    line-height: 2;
    font-size: 1rem;
    letter-spacing: 0.8px;
    font-weight: 600; }
    .footer-nav ul li a:hover {
      text-decoration: underline; }

.footer-block {
  margin-bottom: 1.5625rem; }
  @media all and (min-width: 640px) {
    .footer-block {
      width: 65%;
      float: right;
      text-align: right; } }
  @media all and (min-width: 960px) {
    .footer-block {
      display: table-cell;
      width: 33%;
      float: none;
      vertical-align: top; }
      .footer-block:nth-of-type(2) {
        text-align: center;
        vertical-align: middle; } }

@media all and (min-width: 640px) {
  .footer-nav {
    width: 35%;
    float: left;
    text-align: left; } }

@media all and (min-width: 960px) {
  .footer-nav {
    display: table-cell;
    width: 33%;
    float: none;
    vertical-align: top;
    padding-right: 5%; }
    .footer-nav ul {
      -webkit-column-count: 2;
              column-count: 2; } }

@media all and (min-width: 1120px) {
  .footer-nav {
    padding-right: 0; } }

.phone {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 1.2px; }

.email {
  margin: 0 auto 1.5625rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 350px;
  max-width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.8px; }
  @media all and (min-width: 640px) {
    .email {
      margin: 0 0 0.75rem auto; } }

.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.logo-carousel-wrapper {
  background: #FEFEFE;
  text-align: center; }

.logo-carousel-inner {
  max-width: 81.250em;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  text-align: center; }
  @media all and (min-width: 800px) {
    .logo-carousel-inner {
      display: table;
      width: 100%; } }

.logo-carousel-cell {
  margin: 1rem auto;
  padding: 0.5rem 0; }
  @media all and (min-width: 480px) {
    .logo-carousel-cell {
      display: inline-block;
      vertical-align: middle; } }
  @media all and (min-width: 800px) {
    .logo-carousel-cell {
      padding: 1rem;
      margin: 0;
      width: auto;
      display: table-cell;
      text-align: center; } }

.carousel-next, .carousel-prev {
  width: 3.75rem;
  height: 3.75rem;
  display: none;
  vertical-align: middle;
  background-image: url("/static/images/carousel-control.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%; }
  .carousel-next:hover, .carousel-prev:hover {
    opacity: 0.85; }
  @media all and (min-width: 800px) {
    .carousel-next, .carousel-prev {
      display: table-cell;
      position: static; } }
  @media all and (min-width: 960px) {
    .carousel-next, .carousel-prev {
      width: 10%; } }

.carousel-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.logo-carousel-logo {
  max-width: 100%;
  vertical-align: middle; }

/*# sourceMappingURL=style.css.map */
