html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

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

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5;
  color: #222222;
  background-color: #ffffff; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1.25rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1.25rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1.25rem;
  padding-left: 2.25rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #2494C4;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #2494C4;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.25rem;
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1.25rem;
  font-size: 1.40625rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.form-control {
  display: block;
  width: 100%;
  padding: 1rem 1rem;
  font-size: 1.125rem;
  line-height: 1.25;
  color: #495057;
  background-color: #ffffff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #EEF6F8;
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #80c9e8;
    outline: none; }
  .form-control::placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.header-home {
  background: linear-gradient(133.35deg, rgba(33, 72, 142, 0.5) 0%, rgba(76, 26, 140, 0.5) 100%), url(assets/header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.header-inner {
  margin: auto;
  max-width: 1200px;
  padding: 0.625rem; }
  @media screen and (min-width: 576px) {
    .header-inner {
      padding: 1.25rem; } }

.nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-family: "Cabin", sans-serif;
  font-size: 0.875rem; }
  @media screen and (min-width: 576px) {
    .nav {
      flex-wrap: nowrap; } }

.nav-item {
  color: #fff; }
  .nav-item + .nav-item {
    margin-left: 0.625rem; }
    @media screen and (min-width: 576px) {
      .nav-item + .nav-item {
        margin-left: 1.25rem; } }

.nav-lang {
  justify-content: space-between;
  margin-bottom: 1rem; }
  @media screen and (min-width: 576px) {
    .nav-lang {
      justify-content: flex-end;
      margin-bottom: 2rem; } }
  .nav-lang .nav-item + .nav-item {
    margin-left: 0.625rem; }

.nav-main {
  justify-content: center; }
  @media screen and (min-width: 576px) {
    .nav-main {
      justify-content: flex-start; } }

.site-logo {
  flex: 1 0 100%;
  margin-bottom: 1rem;
  margin-right: auto;
  text-align: center; }
  @media screen and (min-width: 576px) {
    .site-logo {
      flex: 1 0 150px;
      margin-bottom: 0;
      text-align: left; } }
  .site-logo img {
    width: 150px; }

.hero-content {
  color: #fff;
  font-size: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center; }
  @media screen and (min-width: 576px) {
    .hero-content {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media screen and (min-width: 1024px) {
    .hero-content {
      padding-top: 6rem;
      padding-bottom: 10rem; } }

.hero-title {
  font-size: 3.25rem; }

.hero-blurb {
  max-width: 30rem;
  margin: 0 auto 3rem; }

.site-title {
  background: linear-gradient(133.35deg, #21488e 0%, #4c1a8c 100%);
  color: #fff;
  font-size: 3.25rem;
  margin-top: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center; }
  @media screen and (min-width: 576px) {
    .site-title {
      margin-top: 2rem; } }
  @media screen and (min-width: 768px) {
    .site-title {
      margin-top: 3rem; } }
  @media screen and (min-width: 1024px) {
    .site-title {
      margin-top: 4rem; } }

.section-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1200px; }
  @media screen and (min-width: 1024px) {
    .section-inner {
      flex-direction: row;
      align-items: stretch; } }
  .section-inner .column {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1.25rem 2rem; }
    @media screen and (min-width: 1024px) {
      .section-inner .column {
        flex: 1 1 0px;
        padding: 5rem 1.25rem 3rem; } }
    .main-home .section-inner .column {
      padding: 2rem 1.25rem; }
      @media screen and (min-width: 1024px) {
        .main-home .section-inner .column {
          padding: 7rem 1.25rem; } }
  .section-inner .column-top {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0; }
    @media screen and (min-width: 1024px) {
      .section-inner .column-top {
        align-items: flex-start;
        padding-bottom: 3rem; } }
  .section-inner .column-reverse {
    align-items: flex-end;
    text-align: right; }
  .section-inner .column-blurb {
    max-width: 27rem; }

.section:nth-child(2n) {
  background-color: #EEF6F8; }

.main-home .section-services .section-inner {
  max-width: none; }
  .main-home .section-services .section-inner .column:first-child {
    background: url(assets/chairs.jpg), rgba(198, 216, 221, 0.3);
    max-width: 50%;
    min-width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media screen and (max-width: 1023px) {
      .main-home .section-services .section-inner .column:first-child {
        display: none; } }
  .main-home .section-services .section-inner .column:last-child {
    max-width: 600px; }
    @media screen and (min-width: 1024px) {
      .main-home .section-services .section-inner .column:last-child {
        margin-right: auto; } }

@media screen and (max-width: 1023px) {
  .main-services .column p {
    max-width: 27rem; } }

.logo-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  justify-content: space-between; }
  @media screen and (max-width: 1023px) {
    .logo-list {
      padding: 0; } }
  .logo-list .logo-list-item {
    align-items: center;
    display: flex;
    flex: 1 1 100px;
    justify-content: center;
    margin: 1rem;
    max-height: 80px; }
    .logo-list .logo-list-item img {
      max-height: 80px; }
      .-is-ie11 .logo-list .logo-list-item img {
        flex: none;
        max-width: 100%; }

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

.btn {
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  padding: 1rem 1rem;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  user-select: none; }
  .btn:focus {
    outline: 0;
    text-decoration: none; }
  .btn:hover {
    text-decoration: none; }

.btn-compact {
  padding: .5rem .875rem; }

.btn-phone {
  background: #eeeeee;
  color: #222222;
  cursor: auto; }
  .btn-phone.-is-outline {
    color: #fff;
    background-color: transparent;
    border-color: #eeeeee; }
    .btn-phone.-is-outline:before {
      background-image: url(assets/icon-phone-blue-dark.png); }
  .btn-phone:before {
    background-image: url(assets/icon-phone-gray.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    display: inline-block;
    height: 25px;
    margin: -6px 7px -4px -5px;
    width: 25px;
    vertical-align: middle; }

.btn-lang,
.btn-lang-dark {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #eeeeee;
  font-weight: normal;
  text-transform: none; }

.btn-lang:hover {
  color: #222222;
  background-color: #eeeeee;
  border-color: #eeeeee; }

.btn-lang-dark {
  color: #222222; }
  .btn-lang-dark:hover {
    color: #222222;
    background-color: #eeeeee;
    border-color: #eeeeee; }

.btn-nav:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }

.btn-nav-dark {
  color: #222222; }
  .btn-nav-dark:hover {
    color: #222222;
    background-color: transparent;
    border-color: #222222; }

.btn-support,
.btn-support-dark {
  background: #F0493A;
  color: #fff;
  display: none;
  padding-left: 2.5rem;
  padding-right: 2.5rem; }
  @media screen and (min-width: 768px) {
    .btn-support,
    .btn-support-dark {
      display: inline-block; } }

.btn-support:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }

.btn-support-dark:hover {
  color: #F0493A;
  background-color: transparent;
  border-color: #F0493A; }

.btn-hero {
  background: #31BBF7;
  color: #fff;
  font-size: 1.125rem;
  padding: 1.25rem; }
  .btn-hero:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }

.btn-submit {
  background: #3B4362;
  color: #fff;
  padding: 1.25rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem; }
  .btn-submit:hover {
    color: #3B4362;
    background-color: transparent;
    border-color: #3B4362; }

.link-purple, .link-purple:hover, .link-purple:active {
  color: #6A70AF; }

.link-red, .link-red:hover, .link-red:active {
  color: #F0493A; }

.icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  height: 35px;
  margin-right: 1rem;
  vertical-align: middle;
  width: 35px; }

.icon-section {
  height: 60px;
  margin-bottom: 1.25rem;
  width: 60px; }
  .column-top .icon-section {
    margin-bottom: 1.875rem; }

.icon-installation {
  background-image: url(assets/icon-cog.png); }

.icon-services {
  background-image: url(assets/icon-speech.png); }

.icon-equipment {
  background-image: url(assets/icon-place-blue.png); }

.icon-networking {
  background-image: url(assets/icon-wrench.png); }

.icon-security {
  background-image: url(assets/icon-shield.png); }

.icon-email {
  background-image: url(assets/icon-email-blue.png); }

.icon-phone {
  background-image: url(assets/icon-phone-blue.png); }

.section-testimonials {
  padding-bottom: 3rem;
  padding-top: 3.5rem; }
  .section-testimonials .section-title {
    margin-bottom: 1.5rem;
    text-align: center; }
  .section-testimonials .section-inner {
    display: block; }

.testimonial-list {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 1240px) {
    .testimonial-list {
      margin: 0 -1.25rem; } }
  .testimonial-list .testimonial {
    background-image: url(assets/quote-graphic.png);
    background-position: center 60px;
    background-repeat: no-repeat;
    background-size: 100px 80px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex: 1 0 300px;
    font-size: .936rem;
    line-height: 1.8;
    margin: 1.25rem 1rem;
    padding: 1.25rem 1.25rem 2.5rem; }
    .testimonial-list .testimonial.placeholder {
      height: 0;
      margin-top: 0;
      margin-bottom: 0;
      padding: 0; }
    .testimonial-list .testimonial cite {
      font-size: .875rem;
      font-style: normal;
      font-weight: bold;
      margin-top: auto; }
      .testimonial-list .testimonial cite:before {
        content: '';
        display: block;
        border-top: 2px solid #3B4362;
        margin-bottom: 1.25rem;
        margin-top: 1.25rem;
        width: 100px; }

.sep-after:after {
  content: '';
  display: block;
  border-top: 2px solid transparent;
  margin-bottom: 1.25rem;
  margin-top: 2rem;
  width: 75px; }
  .section-installation .sep-after:after {
    border-color: #2494C4; }
  .section-services .sep-after:after {
    border-color: #6A70AF; }
  .section-networking .sep-after:after {
    border-color: #F0493A; }
  .section-security .sep-after:after {
    border-color: #3AE7F0; }

.section-about .column {
  align-items: center; }
  .section-about .column p {
    max-width: 700px; }

.section-contact {
  padding-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .section-contact {
      padding-bottom: 4rem; } }
  @media screen and (min-width: 1024px) {
    .section-contact {
      padding-bottom: 6rem; } }
  .section-contact .column-title {
    margin-bottom: 2rem; }
  .section-contact .column:last-child {
    flex-grow: 2; }

form {
  background: #EEF6F8;
  padding: 2rem 1rem 2rem;
  text-align: center; }
  @media screen and (min-width: 768px) {
    form {
      padding: 3rem 6rem 4rem; } }
  form .form-row {
    flex-direction: column;
    margin-top: 1rem; }
    @media screen and (min-width: 768px) {
      form .form-row {
        flex-direction: row;
        margin-top: 3rem; } }
    form .form-row label {
      font-family: "Cabin", sans-serif;
      font-weight: bold; }
    form .form-row .col-label {
      flex: 1 0 0px;
      max-width: 100px;
      margin-right: 1rem;
      padding-top: .25rem;
      text-align: left; }
      @media screen and (min-width: 768px) {
        form .form-row .col-label {
          text-align: right; } }
    form .form-row .col-submit {
      flex: 1; }
    form .form-row .form-control {
      flex: 1 1 0px; }
  form .btn-submit {
    font-size: 1rem;
    align-self: center;
    margin-top: 1rem; }

#form-success {
  background: #EEF6F8;
  display: none;
  padding: 3rem 6rem 4rem;
  text-align: center; }

.footer {
  background: #3B4362;
  color: #fff;
  padding: 2rem; }

.footer-inner {
  margin: 0 auto;
  max-width: 1200px; }

@media screen and (max-width: 767px) {
  .nav-footer {
    flex-direction: column;
    justify-content: center; }
    .nav-footer .nav-item + .nav-item {
      margin-left: 0; }
    .nav-footer .nav-item {
      margin-top: .5rem; } }

.nav-footer .btn-nav {
  text-transform: none;
  font-weight: normal; }

@media screen and (min-width: 768px) {
  .nav-footer .copyright {
    margin-right: auto; }
  .nav-footer .nav-item-phone {
    margin-left: auto; } }
