* {
  box-sizing: border-box;
}
::selection {
  background: #2266a9;
  /* WebKit/Blink Browsers */
  color: white;
}
::-moz-selection {
  background: #2266a9;
  /* Gecko Browsers */
  color: white;
}
body {
  color: #464646;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}
@media all and (min-width: 992px) {
  body {
    font-size: 22px;
  }
}
@media all and (max-width: 992px) {
  body {
    font-size: 18px;
  }
}
@media all and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #464646;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 0;
}
h1 {
  margin-top: 0;
  margin-bottom: 0.75em;
  color: white;
  font-family: Roboto, sans-serif;
  text-shadow: 1px 1px 1px #000000;
  letter-spacing: 0.08em;
  font-size: 3em;
  line-height: 1.25;
}
@media all and (min-width: 768px) {
  h1 {
    line-height: 1.2;
    font-size: 4em;
  }
}
h2 {
  font-size: 2.5em;
  margin-top: 0;
  margin-bottom: 0.55em;
  line-height: 1.5;
}
h3 {
  font-size: 2em;
  margin: 0.5em 0;
}
h4 {
  font-size: 1.25em;
  margin: 0 0 0.25em 0;
  padding: 0;
  font-weight: 400;
}
h2 + p {
  margin-top: -0.5em;
}
p {
  margin: 0.5em 0;
  font-size: 1em;
  position: relative;
  font-weight: 300;
}
p.lead {
  font-size: 1.25em;
  font-weight: 700;
}
ul {
  margin: 0.5em 0;
}
main ul li {
  list-style-type: none;
  position: relative;
}
main ul li:before {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  left: -0.75em;
  top: 0.6em;
  border-top: 0.2em solid transparent;
  border-bottom: 0.2em solid transparent;
  border-left: 0.35em solid #E31837;
}
a {
  color: #2266a9;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:active,
a:focus {
  color: #E31837;
  text-decoration: none;
}
hr {
  border: 0;
  border-top: #ddd 1.5px solid;
  border-bottom: #fff 1.5px solid;
  margin-bottom: 10px;
  margin-top: 20px;
  margin: 3em 0;
}
.btn {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: white;
  border-radius: 0;
  border: 0;
  padding: 0.5em 1.75em;
  margin: 0.5em 0 0 0;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: transparent;
  color: #464646;
  border: 2px solid #464646;
  width: 100%;
}
@media (min-width: 768px) {
  .btn {
    width: auto;
  }
}
.btn:hover {
  background-color: #2266a9;
  color: white;
  outline: none;
  border-color: #2266a9;
}
.btn:focus,
.btn.active {
  background-color: #1e5994;
  outline: none;
  color: white;
  border-color: #1e5994;
}
.btn.float-right {
  float: right;
}
.field-validation-error {
  color: #E31837;
  font-size: 14px;
  font-weight: 700;
}
.field-validation-error:before {
  content: '*';
}
label {
  font-weight: 700;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.06em;
}
input.form-control,
textarea.form-control,
select.form-control {
  font-size: 1em;
  padding: 0.25em 0;
  border-radius: 0;
  border: 0 solid transparent;
  box-shadow: 0 0 0 transparent;
  border-bottom: 2px solid #464646;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  background: transparent;
  position: relative;
  height: 100%;
  display: block;
  margin-bottom: 0.5em;
}
input.form-control:hover,
textarea.form-control:hover,
select.form-control:hover {
  border-bottom-color: #2266a9;
}
input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
  border-bottom-color: #2266a9;
  outline: none;
  outline-style: none;
  box-shadow: 0 0 0 transparent;
}
select.form-control {
  -webkit-appearance: none;
}
.clear:after {
  content: '';
  clear: both;
  display: table;
}
.navbar {
  background: rgba(255, 255, 255, 0);
  border: 0 solid transparent;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 50;
}
.navbar .navbar-header {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .navbar .navbar-header {
    margin-left: 0;
    margin-right: 0;
  }
}
.navbar .navbar-header .navbar-brand {
  padding: 0.35em 0 0 0;
  margin: 0;
}
.navbar .navbar-header .navbar-brand img {
  max-height: 50px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar .navbar-header .navbar-brand img.sticky-logo {
  display: none;
}
.navbar .navbar-header .navbar-toggle {
  border-radius: 0;
  margin-bottom: 0.65em;
  margin-right: 0.5em;
  margin-top: 0.65em;
  padding: 0.5em 0;
}
.navbar .navbar-header .navbar-toggle .icon-bar {
  height: 3px;
  background: white;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar .navbar-header .navbar-toggle:hover .icon-bar,
.navbar .navbar-header .navbar-toggle:active .icon-bar,
.navbar .navbar-header .navbar-toggle:focus .icon-bar {
  background: #E31837;
}
.navbar .navbar-collapse {
  max-height: 500px;
}
@media (min-width: 768px) {
  .navbar .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
}
.navbar .navbar-collapse .navbar-nav {
  margin-bottom: 0;
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
@media (min-width: 768px) {
  .navbar .navbar-collapse .navbar-nav {
    border-top: 0 solid transparent;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-collapse .navbar-nav.navbar-right {
    margin-right: 0;
  }
}
.navbar .navbar-collapse .navbar-nav > li {
  text-transform: uppercase;
  padding: 0;
  float: left;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.navbar .navbar-collapse .navbar-nav > li:nth-of-type(2n) {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
@media (min-width: 768px) {
  .navbar .navbar-collapse .navbar-nav > li {
    width: auto;
    border: 0 solid transparent !important;
  }
}
.navbar .navbar-collapse .navbar-nav > li a {
  color: white;
  font-size: 1em;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 0.5em 0.75em 0.5em 0.75em;
  text-shadow: 1px 1px 1px #666;
  font-family: Roboto, sans-serif;
}
@media (min-width: 768px) {
  .navbar .navbar-collapse .navbar-nav > li a {
    padding: 0.75em 0.75em;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-collapse .navbar-nav > li a {
    padding: 0.5em 0.75em;
  }
}
.navbar .navbar-collapse .navbar-nav > li a:after {
  position: absolute;
  content: '';
  height: 3px;
  background: #E31837;
  width: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: -1px;
}
@media (min-width: 768px) {
  .navbar .navbar-collapse .navbar-nav > li a:after {
    top: 0;
  }
}
.navbar .navbar-collapse .navbar-nav > li a:hover,
.navbar .navbar-collapse .navbar-nav > li a:focus {
  background: transparent;
}
.navbar .navbar-collapse .navbar-nav > li a:hover:after,
.navbar .navbar-collapse .navbar-nav > li a:focus:after {
  width: 100%;
}
.sticky .navbar {
  position: fixed;
  background: #ffffff;
  border-bottom: 1px solid #eee;
}
.sticky .navbar .navbar-header .navbar-toggle .icon-bar {
  background: #68737A;
}
.sticky .navbar .navbar-header .navbar-toggle:hover .icon-bar,
.sticky .navbar .navbar-header .navbar-toggle:active .icon-bar,
.sticky .navbar .navbar-header .navbar-toggle:focus .icon-bar {
  background: #E31837;
}
.sticky .navbar .navbar-header .navbar-brand img {
  display: none;
}
.sticky .navbar .navbar-header .navbar-brand img.sticky-logo {
  display: block;
}
.sticky .navbar .navbar-collapse .navbar-nav {
  border: 0 solid transparent;
}
.sticky .navbar .navbar-collapse .navbar-nav > li {
  border: 0 solid transparent;
  border-top: 1px solid #eee;
}
.sticky .navbar .navbar-collapse .navbar-nav > li:nth-of-type(2n) {
  border-left: 1px solid #eee;
}
@media (min-width: 768px) {
  .sticky .navbar .navbar-collapse .navbar-nav > li {
    width: auto;
    border: 0 solid transparent !important;
  }
}
.sticky .navbar .navbar-collapse .navbar-nav > li a {
  color: #68737A;
  text-shadow: 0 0 0 transparent;
}
.sticky .navbar .navbar-collapse .navbar-nav > li a:hover,
.sticky .navbar .navbar-collapse .navbar-nav > li a:focus {
  color: #464646;
}
.svg-wrapper {
  width: 180px;
  height: auto;
  height: 40px;
  position: relative;
}
.svg-wrapper svg {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.st0 {
  fill: white;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.st1 {
  fill: #E31837;
}
.sticky .st0 {
  fill: #68737A;
}
#footer {
  background: #252525;
  border-top: 3px solid #2266a9;
  color: #ecf0f1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  position: relative;
  z-index: 1;
}
#footer a {
  color: rgba(255, 255, 255, 0.8);
}
#footer a:hover,
#footer a:active,
#footer a:focus {
  text-decoration: none;
  color: white;
}
#footer .icon-row {
  position: relative;
  padding-left: 1.5em;
}
#footer .fa {
  position: absolute;
  left: 0;
  top: 0.25em;
  opacity: 0.5;
}
#footer .fa-envelope {
  font-size: 0.8em;
  top: 0.4em;
}
#footer #footer-top {
  border-bottom: 1.5px solid #4e4d4A;
  border: 0;
  padding: 0.5em 0 3em 0;
}
#footer #footer-top h4 {
  position: relative;
  margin-top: 0.5em;
  padding-left: 0.75em;
  color: white;
}
#footer #footer-top h4:before {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  top: 0.6em;
  border-top: 0.2em solid transparent;
  border-bottom: 0.2em solid transparent;
  border-left: 0.35em solid #E31837;
}
#footer #footer-top p {
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.8);
}
#footer #footer-top img.logo {
  margin-top: 2em;
  width: 300px;
}
#footer #footer-top .description {
  padding: 2em 0 3em;
}
#footer #footer-top .description p {
  max-width: 650px;
  margin: auto;
}
#footer #footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  position: relative;
}
#footer #footer-bottom .copyright {
  opacity: 0.8;
  font-size: 14px;
  text-transform: uppercase;
  padding: 1em 0;
}
#footer #footer-bottom .powered-by {
  display: block;
  opacity: 0.8;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 1em auto 0 auto;
}
#footer #footer-bottom .powered-by:hover,
#footer #footer-bottom .powered-by:active {
  opacity: 1;
}
@media (min-width: 768px) {
  #footer #footer-bottom .powered-by {
    float: right;
    position: relative;
    top: -0.5em;
    margin: 0;
  }
}
main {
  background: white;
}
.container {
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  max-width: 1600px;
}
.container.text {
  max-width: 992px;
}
.content-wrapper {
  position: relative;
  padding-top: 2em;
  padding-bottom: 2em;
}
.hero-wrapper.interior {
  background: #252525;
  background-size: auto 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-image: url('../Images/cityscape.jpg');
}
.hero-wrapper.interior .filter {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.hero-wrapper.interior .content {
  position: relative;
  text-align: left;
  min-height: 400px;
  height: 60vh;
}
.hero-wrapper.interior .content h1 {
  position: absolute;
  bottom: 0;
}
.tiles {
  background: white;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-content: flex-start;
}
.tiles .tile {
  position: relative;
  background: black;
  overflow: hidden;
  min-height: 300px;
  width: 100%;
  margin: 0.1em 0.1em 0 0.1em;
}
.tiles .tile img {
  width: auto;
  height: 100%;
}
@media (min-width: 700px) {
  .tiles .tile img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .tiles .tile {
    width: 49.5%;
  }
  .tiles .tile img {
    width: auto;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .tiles .tile {
    width: 32.9%;
  }
}
@media (min-width: 1600px) {
  .tiles .tile {
    width: 24.7%;
  }
}
@media (min-width: 2600px) {
  .tiles .tile {
    width: 19.75%;
  }
}
.tiles .tile img {
  position: absolute;
  margin: 0 auto;
  opacity: 0.45;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tiles .tile:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.tiles .tile:hover .content {
  display: block;
}
.tiles .tile .content {
  display: none;
  position: absolute;
  width: 100% !important;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tiles .tile .content p {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 3px #222;
  font-size: 0.9em;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.tiles .tile .content em {
  font-size: 0.8em;
  display: inline-block;
}
@media (min-width: 993px) and (max-width: 1199px) {
  .tiles .tile .content p {
    font-size: 16px;
  }
}
.no-flexbox .tiles:after {
  clear: both;
  content: '';
  display: table;
}
.no-flexbox .tile {
  float: left;
}
.row {
  margin-left: -1em;
  margin-right: -1em;
}
.row .col-xs-1,
.row .col-sm-1,
.row .col-md-1,
.row .col-lg-1,
.row .col-xl-1,
.row .col-xs-2,
.row .col-sm-2,
.row .col-md-2,
.row .col-lg-2,
.row .col-xl-2,
.row .col-xs-3,
.row .col-sm-3,
.row .col-md-3,
.row .col-lg-3,
.row .col-xl-3,
.row .col-xs-4,
.row .col-sm-4,
.row .col-md-4,
.row .col-lg-4,
.row .col-xl-4,
.row .col-xs-5,
.row .col-sm-5,
.row .col-md-5,
.row .col-lg-5,
.row .col-xl-5,
.row .col-xs-6,
.row .col-sm-6,
.row .col-md-6,
.row .col-lg-6,
.row .col-xl-6,
.row .col-xs-7,
.row .col-sm-7,
.row .col-md-7,
.row .col-lg-7,
.row .col-xl-7,
.row .col-xs-8,
.row .col-sm-8,
.row .col-md-8,
.row .col-lg-8,
.row .col-xl-8,
.row .col-xs-9,
.row .col-sm-9,
.row .col-md-9,
.row .col-lg-9,
.row .col-xl-9,
.row .col-xs-10,
.row .col-sm-10,
.row .col-md-10,
.row .col-lg-10,
.row .col-xl-10,
.row .col-xs-11,
.row .col-sm-11,
.row .col-md-11,
.row .col-lg-11,
.row .col-xl-11,
.row .col-xs-12,
.row .col-sm-12,
.row .col-md-12,
.row .col-lg-12,
.row .col-xl-12 {
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 1600px) {
  .row .col-xl-1,
  .row .col-xl-2,
  .row .col-xl-3,
  .row .col-xl-4,
  .row .col-xl-5,
  .row .col-xl-6,
  .row .col-xl-7,
  .row .col-xl-8,
  .row .col-xl-9,
  .row .col-xl-10,
  .row .col-xl-11,
  .row .col-xl-12 {
    float: left;
  }
  .row .col-xl-12 {
    width: 100%;
  }
  .row .col-xl-11 {
    width: 91.66666667%;
  }
  .row .col-xl-10 {
    width: 83.33333333%;
  }
  .row .col-xl-9 {
    width: 75%;
  }
  .row .col-xl-8 {
    width: 66.66666667%;
  }
  .row .col-xl-7 {
    width: 58.33333333%;
  }
  .row .col-xl-6 {
    width: 50%;
  }
  .row .col-xl-5 {
    width: 41.66666667%;
  }
  .row .col-xl-4 {
    width: 33.33333333%;
  }
  .row .col-xl-3 {
    width: 25%;
  }
  .row .col-xl-2 {
    width: 16.66666667%;
  }
  .row .col-xl-1 {
    width: 8.33333333%;
  }
  .row .col-xl-pull-12 {
    right: 100%;
  }
  .row .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .row .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .row .col-xl-pull-9 {
    right: 75%;
  }
  .row .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .row .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .row .col-xl-pull-6 {
    right: 50%;
  }
  .row .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .row .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .row .col-xl-pull-3 {
    right: 25%;
  }
  .row .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .row .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .row .col-xl-pull-0 {
    right: auto;
  }
  .row .col-xl-push-12 {
    left: 100%;
  }
  .row .col-xl-push-11 {
    left: 91.66666667%;
  }
  .row .col-xl-push-10 {
    left: 83.33333333%;
  }
  .row .col-xl-push-9 {
    left: 75%;
  }
  .row .col-xl-push-8 {
    left: 66.66666667%;
  }
  .row .col-xl-push-7 {
    left: 58.33333333%;
  }
  .row .col-xl-push-6 {
    left: 50%;
  }
  .row .col-xl-push-5 {
    left: 41.66666667%;
  }
  .row .col-xl-push-4 {
    left: 33.33333333%;
  }
  .row .col-xl-push-3 {
    left: 25%;
  }
  .row .col-xl-push-2 {
    left: 16.66666667%;
  }
  .row .col-xl-push-1 {
    left: 8.33333333%;
  }
  .row .col-xl-push-0 {
    left: auto;
  }
  .row .col-xl-offset-12 {
    margin-left: 100%;
  }
  .row .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .row .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .row .col-xl-offset-9 {
    margin-left: 75%;
  }
  .row .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .row .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .row .col-xl-offset-6 {
    margin-left: 50%;
  }
  .row .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .row .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .row .col-xl-offset-3 {
    margin-left: 25%;
  }
  .row .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .row .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .row .col-xl-offset-0 {
    margin-left: 0;
  }
}
.row.list-circle {
  padding-left: 4em;
}
.row.list-circle > li {
  padding-left: 0;
  padding-right: 4em;
}
.homepage-background-image {
  background: #252525;
  position: fixed;
  background: url('../Images/background.jpg') no-repeat center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.homepage-hero {
  margin: 0;
  padding: 0;
  height: 100vh;
  min-height: 500px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.homepage-hero .hero-wrapper {
  background: rgba(0, 0, 0, 0.45);
  height: 100vh;
  min-height: 500px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.homepage-hero .hero-content-wrapper {
  height: 100%;
  position: relative;
  text-align: left;
  max-width: 1600px;
  margin: 0 auto;
}
.homepage-hero .hero-content {
  padding: 0 1em 1em 1em;
  position: absolute;
  bottom: 0;
  max-width: 1000px;
}
.homepage-hero .hero-content h1 {
  margin-bottom: 0.25em;
  margin-top: 1em;
}
.homepage-hero .hero-content p {
  color: #fff;
  font-size: 1.25em;
  margin-bottom: 3em;
}
.touch .homepage-hero {
  background-attachment: initial;
}
.xs-hide {
  display: none;
}
.xs-show {
  display: inline-block;
}
@media (min-width: 450px) {
  .xs-hide {
    display: inline-block;
  }
  .xs-show {
    display: none;
  }
}
.homepage-slice {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.homepage-slice.header {
  background: white;
  display: table;
  padding: 4em 0 6em;
  text-align: center;
}
.homepage-slice.header .content {
  display: block;
  width: 100%;
  padding: 1em 0;
}
.homepage-slice.header .content h2 {
  font-size: 3em;
}
.homepage-slice.header .content p {
  font-size: 1.2em;
  max-width: 800px;
  margin: auto;
}
.homepage-slice.opaque {
  background: white;
  display: table;
  padding: 2em 0;
}
@media (min-width: 992px) {
  .homepage-slice.opaque {
    padding: 6em 0;
  }
}
.homepage-slice.opaque .image {
  text-align: center;
}
.homepage-slice.opaque .image img {
  width: 100%;
  max-width: 700px;
  border-radius: 15px;
}
.homepage-slice.opaque .content,
.homepage-slice.opaque .image {
  display: block;
  width: 100%;
  padding: 1em 0;
}
.homepage-slice.opaque .content h2,
.homepage-slice.opaque .image h2 {
  font-size: 3em;
}
.homepage-slice.opaque .content p,
.homepage-slice.opaque .image p {
  font-size: 1.2em;
}
@media (min-width: 992px) {
  .homepage-slice.opaque .content,
  .homepage-slice.opaque .image {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 0 1em 0 0;
  }
  .homepage-slice.opaque .image + .content,
  .homepage-slice.opaque .content + .image {
    padding: 0 0 0 1em;
  }
}
.homepage-slice.projects {
  padding: 0.1em 0 !important;
}
.homepage-slice.projects h2 {
  text-align: center;
  font-size: 3em;
}
.homepage-slice.transparent {
  background: rgba(0, 0, 0, 0.45);
  padding: 6em 0;
}
@media (min-width: 992px) {
  .homepage-slice.transparent {
    padding: 8em 0;
  }
}
.homepage-slice.transparent h2,
.homepage-slice.transparent h3 {
  color: white;
  margin: 0;
  text-align: center;
  text-shadow: 1px 1px 1px #000000;
  font-size: 3em;
}
.homepage-slice.transparent h3 {
  text-transform: uppercase;
  font-size: 1.5em;
  letter-spacing: 0.09em;
  margin-top: 0.25em;
}
.homepage-slice.transparent .container {
  max-width: 800px;
}
.homepage-slice.transparent p {
  text-align: center;
  margin-top: 0.5em;
  color: white;
  font-size: 1.2em;
}
.boxes {
  margin: 5em 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
}
.boxes .box {
  border: 1px solid #cdcdcd;
  border-radius: 15px;
  padding: 3em 2em;
  text-align: left;
}
.boxes .box h3 {
  font-size: 1.6em;
}
.boxes .box p {
  font-size: 1em !important;
}
