﻿@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #4c5966;
  opacity: 0.9; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 24px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 10px;
    padding-right: 10px; } }

@-ms-viewport {
  width: device-width;
  zoom: 1; }

@viewport {
  width: device-width;
  zoom: 1; }

body {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear; }

@-webkit-keyframes fontfix {
  from {
    opacity: 1; }
  to {
    opacity: 1; } }

/*@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("ttf");
  font-weight: 400;
  font-style: normal; }*/

body {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear; }

@-webkit-keyframes fontfix {
  from {
    opacity: 1; }
  to {
    opacity: 1; } }

/*@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-semibold-webfont.woff") format("woff"), url("../fonts/opensans-semibold-webfont.ttf") format("ttf");
  font-weight: 600;
  font-style: normal; }*/

body {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear; }

@-webkit-keyframes fontfix {
  from {
    opacity: 1; }
  to {
    opacity: 1; } }

/*@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans-bold-webfont.ttf") format("ttf");
  font-weight: 700;
  font-style: normal; }*/

body {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear; }

@-webkit-keyframes fontfix {
  from {
    opacity: 1; }
  to {
    opacity: 1; } }

/*@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-extrabold-webfont.woff") format("woff"), url("../fonts/opensans-extrabold-webfont.ttf") format("ttf");
  font-weight: 800;
  font-style: normal; }*/

body {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear; }

@-webkit-keyframes fontfix {
  from {
    opacity: 1; }
  to {
    opacity: 1; } }

/*@font-face {
  font-family: "Assistant";
  src: url("../fonts/assistant-regular-webfont.woff") format("woff"), url("../fonts/assistant-regular-webfont.ttf") format("ttf");
  font-weight: 400;
  font-style: normal; }*/

body {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear; }

@-webkit-keyframes fontfix {
  from {
    opacity: 1; }
  to {
    opacity: 1; } }

/*@font-face {
  font-family: "Assistant";
  src: url("../fonts/assistant-semibold-webfont.woff") format("woff"), url("../fonts/assistant-semibold-webfont.ttf") format("ttf");
  font-weight: 600;
  font-style: normal; }*/

body {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear; }

@-webkit-keyframes fontfix {
  from {
    opacity: 1; }
  to {
    opacity: 1; } }

/*@font-face {
  font-family: "Assistant";
  src: url("../fonts/assistant-bold-webfont.woff") format("woff"), url("../fonts/assistant-bold-webfont.ttf") format("ttf");
  font-weight: 700;
  font-style: normal; }*/

body {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear; }

@-webkit-keyframes fontfix {
  from {
    opacity: 1; }
  to {
    opacity: 1; } }

/*@font-face {
  font-family: "Assistant";
  src: url("../fonts/assistant-extrabold-webfont.woff") format("woff"), url("../fonts/assistant-extrabold-webfont.ttf") format("ttf");
  font-weight: 800;
  font-style: normal; }*/

body {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear; }

@-webkit-keyframes fontfix {
  from {
    opacity: 1; }
  to {
    opacity: 1; } }

/*@font-face {
  font-family: "fontawesome";
  src: url("../fonts/fontawesome.woff") format("woff"), url("../fonts/fontawesome.ttf") format("ttf");
  font-weight: normal;
  font-style: normal; }*/

.wrapper-sm {
  width: 92%;
  max-width: 37.5em;
  margin-left: auto;
  margin-right: auto; }

.wrapper-med {
  width: 92%;
  max-width: 56.25em;
  margin-left: auto;
  margin-right: auto; }

.wrapper {
  width: 92%;
  max-width: 73em;
  margin-left: auto;
  margin-right: auto; }

*,
*::before,
*::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

::-moz-selection {
  background: #7ad4d6; }

::selection {
  background: #7ad4d6; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slide-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-6em); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes slide-fade-up {
  0% {
    opacity: 0;
    transform: translateY(4em); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

*,
*::before,
*::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  height: 100%;
  font-size: 100%;
  line-height: 1.3;
  color: #212121; }

body {
  font-family: "Open Sans", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  line-height: 1.2; }

h1 {
  font-size: calc(2.25em/1.45); }
  @media (min-width: 56.25em) {
    h1 {
      font-size: 2.25em; } }

h2 {
  font-size: calc(1.875em/1.45); }
  @media (min-width: 56.25em) {
    h2 {
      font-size: 1.875em; } }

h3 {
  font-size: 1.375em; }

h4 {
  font-size: 1.125em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 1em; }

.heading--thin {
  font-weight: 300; }

.heading--thick {
  font-weight: 700; }

.heading--underline::after {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  margin: .75em 0 0 0;
  background-color: #ef3e2d; }

.heading--underline-navy::after {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  margin: .75em 0 0 0;
  background-color: #4c5966; }

.heading--underline-gray::after {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  margin: .75em 0 0 0;
  background-color: #d8d9d6; }

p,
ul,
ol,
blockquote,
address {
  margin: 0;
  font-style: normal; }

p + p {
  margin-top: .5rem; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

a {
  color: #8eb8c9;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease; }
  a:hover, a:focus {
    color: #f0532d; }


small {
  font-size: .875em;
  font-style: italic; }

form {
  max-width: 24em;
  margin: 0 auto; }
  form.hidden {
    display: none; }
  @media (min-width: 37.5em) {
    form {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      max-width: 35.5em; } }

.form--item {
  -webkit-box-flex: 0 1 16.75em;
  -moz-box-flex: 0 1 16.75em;
  -webkit-flex: 0 1 16.75em;
  -ms-flex: 0 1 16.75em;
  flex: 0 1 16.75em;
  margin-bottom: 1.625rem; }
  .form--item--full {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
  .form--item label {
    display: block;
    margin-bottom: .25rem;
    font-size: .875rem;
    font-weight: 700;
    color: #4c5966; }

/*input[type=text] {
  width: 100%;
  height: 44px;
  padding: 0 .5rem;
  background: #f7f7f7;
  border: 2px solid #dcdcdc;
  border-radius: 3px;
  color: #4c5966;
  outline: 0;
  -webkit-appearance: none; }
  input[type=text]:focus {
    background: white; }*/

textarea {
  width: 100%;
  height: 9.25rem;
  padding: .625rem;
  background: #f7f7f7;
  border: 2px solid #dcdcdc;
  border-radius: 3px;
  color: #4c5966;
  outline: 0;
  -webkit-appearance: none; }
  textarea:focus {
    background: white; }

.checkbox {
  position: relative; }
  .checkbox input[type=checkbox] {
    position: relative;
    width: 52px;
    height: 28px;
    opacity: 0;
    z-index: 1;
    cursor: pointer; }
    .checkbox input[type=checkbox] + span {
      position: absolute;
      left: 0; }
      .checkbox input[type=checkbox] + span::before {
        content: '';
        position: relative;
        top: 8px;
        display: inline-block;
        width: 52px;
        height: 28px;
        margin-right: 1em;
        background: url(../images/input-checkbox.svg) no-repeat; }
  .checkbox input[type=checkbox]:checked + span::before {
    background: url(../images/input-checkbox-checked.svg) no-repeat; }

.align--right {
  text-align: right; }

.form--thanks {
  display: none;
  max-width: 24rem;
  margin: 0 auto;
  padding: 1rem;
  font-size: .875em;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  background: #f7f7f7; }
  .form--thanks.visible {
    display: block; }
  @media (min-width: 37.5em) {
    .form--thanks {
      max-width: 35.5rem;
      padding: 2rem; } }

.btn {
  display: block;
  width: 100%;
  padding: .75em 1.25em;
  font-family: "Open Sans", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background: none;
  border: 0;
  border-radius: 3px;
  outline: 0;
  cursor: pointer;
  transition: all .3s ease; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  @media (min-width: 30em) {
    .btn {
      display: inline-block;
      width: auto; } }
  .btn--primary {
    padding: 1.5em 2em;
    font-weight: 700;
    color: white;
    background-color: #ef3e2d; }
    .btn--primary::after {
      font-family: "fontawesome";
      font-size: 1em;
      font-weight: 400;
      content: "";
      margin-left: .675em; }
    .btn--primary:hover, .btn--primary:focus {
      color: white;
      background-color: #e22411; }
  .btn--secondary {
    font-weight: 400;
    color: #a7a7a7;
    border: 1px solid #a7a7a7; }
    .btn--secondary::after {
      font-family: "fontawesome";
      font-size: 1em;
      font-weight: 400;
      content: "";
      margin-left: .5em; }
    .btn--secondary:hover, .btn--secondary:focus {
      border: 1px solid #484848;
      color: #484848; }
    .btn--secondary--orange {
      color: #ef3e2d;
      border: 1px solid #ef3e2d; }
      .btn--secondary--orange:hover, .btn--secondary--orange:focus {
        border: 1px solid #f68d3d;
        color: #f68d3d; }
  .btn--toggle {
    color: #a7a7a7;
    border: 1px solid #a7a7a7; }
    .btn--toggle::after {
      font-family: "fontawesome";
      font-size: 1em;
      font-weight: 400;
      content: "";
      margin-left: .5em; }
    .btn--toggle.active::after {
      font-family: "fontawesome";
      font-size: 1em;
      font-weight: 400;
      content: ""; }
    .btn--toggle:hover, .btn--toggle:focus {
      border: 1px solid #484848;
      color: #484848; }
  .btn--outline {
    padding: .5rem 1rem;
    font-size: .875rem;
    font-weight: 400;
    color: #319da0;
    background-color: none;
    border: 1px solid #319da0; }
    .btn--outline:hover, .btn--outline:focus {
      color: #4c5966;
      border: 1px solid #4c5966; }
  .btn--white {
    font-weight: 700;
    color: #4c5966;
    background-color: white; }
    .btn--white:hover, .btn--white:focus {
      color: #f0532d;
      background-color: white; }
  .btn--chat {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: fixed;
    bottom: .5em;
    right: 2%;
    color: white;
    background-color: #319da0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 999; }
    .btn--chat::before {
      font-family: "fontawesome";
      font-size: 1em;
      font-weight: 400;
      content: "";
      font-size: 1.5rem;
      margin-right: .325em; }
    .btn--chat:hover, .btn--chat:focus {
      color: white;
      background-color: #277e81; }

body {
  min-width: 320px;
  transition: transform .3s ease;
  background: white; }
  body.mobile-nav-active {
    transition: transform .3s ease;
    position: relative;
    transform: translateX(280px);
    overflow: hidden;
    z-index: 100; }

.campsui-colorbar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 10px; }
  .campsui-colorbar span {
    margin: 0;
    padding: 0;
    width: 25%;
    height: 10px;
    background-color: #4c5966; }
    .campsui-colorbar span:nth-child(1) {
      background-color: #f68d3d; }
    .campsui-colorbar span:nth-child(2) {
      background-color: #ef3e2d; }
    .campsui-colorbar span:nth-child(3) {
      background-color: #319da0; }
    .campsui-colorbar span:nth-child(4) {
      background-color: #4c5966; }

.section--padding {
  padding-top: 2em;
  padding-bottom: 2em; }
  @media (min-width: 56.25em) {
    .section--padding {
      padding-top: 4.25em;
      padding-bottom: 4.25em; } }

.section--padding--top {
  padding-top: 2em;
  padding-bottom: 0; }
  @media (min-width: 56.25em) {
    .section--padding--top {
      padding-top: 4.25em;
      padding-bottom: 0; } }

.section--header {
  margin-bottom: 3rem; }
  .section--header::after {
    content: '';
    display: block;
    width: 24px;
    height: 3px;
    margin-top: .25em;
    background-color: #ef3e2d; }

.section--center {
  text-align: center; }
  .section--center::after {
    margin-left: auto;
    margin-right: auto; }

.section--title {
  font-family: "Roboto Slab", serif;
  font-size: 1.75rem;
  font-weight: 300;
  color: #ef3e2d; }

.section--sub-title {
  margin-top: .75em;
  font-size: .875rem;
  font-weight: 700;
  color: #4c5966;
  text-transform: uppercase; }

.section--white {
  color: white; }

.section--teal {
  color: #319da0; }
  .section--teal::after {
    background-color: #319da0; }

.section--gray {
  background-color: #f7f7f7; }

.grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  margin: 0; }
  .grid--center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .grid--item {
    padding: 0 0 1.5rem 0; }
  @media (min-width: 37.5em) {
    .grid {
      margin-left: -2rem; }
      .grid--item {
        padding: 0 0 2rem 2rem; }
      .grid--halves .grid--item {
        -webkit-box-flex: 0 1 50%;
        -moz-box-flex: 0 1 50%;
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%; } }
  @media (min-width: 48em) {
    .grid--thirds .grid--item {
      -webkit-box-flex: 0 1 33.333%;
      -moz-box-flex: 0 1 33.333%;
      -webkit-flex: 0 1 33.333%;
      -ms-flex: 0 1 33.333%;
      flex: 0 1 33.333%; } }
  @media (min-width: 56.25em) {
    .grid--item {
      -webkit-box-flex: 0 1 25%;
      -moz-box-flex: 0 1 25%;
      -webkit-flex: 0 1 25%;
      -ms-flex: 0 1 25%;
      flex: 0 1 25%; } }

.card {
  height: 100%;
  padding: 1.5em;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  text-align: center; }
  .card--title {
    font-size: 1em;
    font-weight: 800;
    color: #484848; }
  .card--sub-title {
    margin-top: .125em;
    font-style: italic;
    color: #8eb8c9; }

.text-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 .75em 0;
  font-size: .875rem;
  font-weight: 400;
  color: #319da0; }
  .text-link:hover {
    color: #f68d3d;
    text-decoration: underline; }
  .text-link--video::before {
    display: inline-block;
    content: '';
    width: 3em;
    height: 2em;
    margin-right: .5em;
    background: url(../images/icon-video.svg) no-repeat;
    background-size: contain; }
  .text-link--brochure::before {
    display: inline-block;
    content: '';
    width: 3em;
    height: 2em;
    margin-right: .5em;
    background: url(../images/icon-brochure.svg) no-repeat;
    background-size: contain; }

.video-wrapper {
  max-width: 45rem;
  margin: 0 auto;
  background: #f0532d url(../images/placeholder-video.png) no-repeat center center;
  background-size: cover;
  box-shadow: 0 4px 12px rgba(76, 89, 104, 0.4); }

.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.section-intro h1 {
  font-family: "Roboto Slab", serif;
  font-size: 1.75rem;
  font-weight: 300;
  color: #ef3e2d; }

.section-intro h2 {
  margin-top: .25em;
  font-size: 1rem;
  font-weight: 700;
  color: #4c5966;
  text-transform: uppercase; }

.section-intro::after {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  margin-top: .75em;
  background: #ef3e2d; }

.section-intro.center {
  text-align: center; }
  .section-intro.center::after {
    margin: .75em auto 0 auto; }

.section-intro.light h2 {
  color: white; }

.section-intro.light::after {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  margin-top: 1em;
  background-color: white; }

@media (min-width: 37.5em) {
  .section-intro h1 {
    font-size: 1.75rem; } }

.card--content::before {
  display: block;
  content: '';
  width: 10em;
  height: 8em;
  margin: 0 auto;
  background: url(../images/icon-cloud-new.svg) no-repeat center center;
  background-size: contain; }

.card--callout {
  margin-top: 1em; }
  .card--callout li {
    position: relative;
    margin: .425em 0;
    padding-left: 1.125em; }
    .card--callout li::before {
      font-family: "fontawesome";
      font-size: 1em;
      font-weight: 400;
      content: "";
      position: absolute;
      left: 0; }

.card--actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 1em; }

.card-title h2,
.card-list h2 {
  font-weight: 300;
  margin-bottom: .25em; }

.card-title h4,
.card-list h4 {
  margin-bottom: .5em; }

.card-title .banner,
.card-list .banner {
  position: absolute;
  top: 6em;
  left: 0;
  height: 2.125em;
  padding: 0 1.125em;
  background: #ef3e2d;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 2.125;
  text-align: center;
  color: white;
  z-index: 10; }

.card-title .content,
.card-list .content {
  position: relative;
  padding: 4% 10% 0 10%;
  z-index: 1; }

@media (min-width: 37.5em) {
  .card-title,
  .card-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    .card-title > li,
    .card-list > li {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 0 0 48%;
      -moz-box-flex: 0 0 48%;
      -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%; }
    .card-title .content,
    .card-list .content {
      -webkit-box-flex: 1 0 auto;
      -moz-box-flex: 1 0 auto;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      padding-top: 6%; } }

@media (min-width: 56.25em) {
  .card-title > li,
  .card-list > li {
    -webkit-box-flex: 0 0 31.5%;
    -moz-box-flex: 0 0 31.5%;
    -webkit-flex: 0 0 31.5%;
    -ms-flex: 0 0 31.5%;
    flex: 0 0 31.5%; } }

.sortable {
  position: relative; }
  .sortable ul li a {
    display: block;
    font-weight: 400;
    color: #484848; }
    .sortable ul li a:hover, .sortable ul li a:focus {
      color: #319da0; }
    .sortable ul li a.active {
      color: #319da0; }
  .sortable .i-menu {
    display: block;
    padding: .25em .5em;
    font-size: 1.125em;
    font-weight: 400;
    color: #4c5966; }
    .sortable .i-menu:hover, .sortable .i-menu:focus {
      color: #277e81; }
    .sortable .i-menu::before {
      font-family: "fontawesome";
      font-size: 1em;
      font-weight: 400;
      content: "";
      display: inline-block;
      transition: transform .7s ease;
      margin-right: .365em; }
    .sortable .i-menu.active {
      background: white;
      border-radius: 3px 3px 0 0; }
      .sortable .i-menu.active::before {
        transform: rotate(360deg); }
  @media (max-width: 47.9375em) {
    .sortable ul {
      display: none;
      position: absolute;
      right: 0;
      background: white;
      border-radius: 3px 0 3px 3px;
      z-index: 999; }
      .sortable ul.show {
        display: block; }
      .sortable ul li a {
        padding: .5em 2em .5em 1em;
        border-bottom: 1px solid #f7f7f7; }
      .sortable ul li:last-of-type a {
        border: none; } }
  @media (min-width: 48em) {
    .sortable ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .sortable ul li a {
        padding: .375em 1em; }
        .sortable ul li a.active {
          border: 1px solid #319da0;
          border-radius: 3em; }
    .sortable .i-menu {
      display: none; } }

.testimonial {
  padding-top: 2em;
  padding-bottom: 1.41176em;
  background: #319da0 url(../images/bg-testimonial.jpg) no-repeat center center;
  background-size: cover;
  color: white; }
  @media (min-width: 56.25em) {
    .testimonial {
      padding-top: 4.25em;
      padding-bottom: 3em; } }
  .testimonial .wrapper {
    max-width: 50em; }
  .testimonial blockquote > span {
    display: block;
    position: relative;
    max-width: 36rem;
    font-family: Georgia, serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.5;
    font-style: italic; }
    .testimonial blockquote > span::before {
      content: '';
      display: block;
      position: absolute;
      top: -1.625rem;
      left: -5rem;
      width: 3.875rem;
      height: 3.875rem;
      background: url(../images/testimonial-quotes.svg) no-repeat center center;
      background-size: contain;
      opacity: .6; }
    .testimonial blockquote > span::after {
      content: '';
      display: inline-block;
      position: relative;
      bottom: -1.125rem;
      right: -.75rem;
      width: 1.875rem;
      height: 1.875rem;
      background: url(../images/testimonial-quotes.svg) no-repeat center center;
      background-size: contain;
      opacity: .6;
      transform: rotate(180deg); }
  .testimonial blockquote footer {
    margin: 1em 0 0 56%; }
    .testimonial blockquote footer span {
      display: block;
      font-weight: bold; }
      .testimonial blockquote footer span::after {
        content: '';
        display: block;
        width: 24px;
        height: 3px;
        margin: .125em 0 .75em 0;
        background: #319da0; }

.cta {
  position: relative;
  padding-top: 2em;
  padding-bottom: 1.41176em;
  background: #3b454f;
  color: white;
  text-align: center; }
  @media (min-width: 56.25em) {
    .cta {
      padding-top: 4.25em;
      padding-bottom: 3em; } }
  .cta h3 {
    padding: .5em 0 1.25em 0;
    font-size: 1.5rem;
    font-weight: 800; }
    .cta h3 span {
      display: block;
      font-size: 1.25rem;
      font-weight: 300; }
  @media (min-width: 56.25em) {
    .cta .wrapper {
      width: 42%;
      margin: 0 auto; }
    .cta h3 {
      font-size: 2rem;
      line-height: 1.25;
      padding: 0 0 1em 0; }
      .cta h3 span {
        font-size: 1.75rem; } }

.case-study-preview {
  padding-top: 2.35294em;
  padding-bottom: 1.41176em;
  position: relative;
  background: #293037 url(../images/bg-cs-marquardt.jpg) no-repeat center center;
  background-size: cover;
  color: white; }
  @media (min-width: 56.25em) {
    .case-study-preview {
      padding-top: 5em;
      padding-bottom: 3em; } }
  .case-study-preview .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    max-width: 58em;
    position: relative;
    z-index: 10; }
  .case-study-preview blockquote > span {
    display: block;
    position: relative;
    max-width: 38rem;
    font-family: Georgia, serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.5;
    font-style: italic; }
    .case-study-preview blockquote > span::before {
      content: '';
      display: block;
      position: absolute;
      top: -1.625rem;
      left: -5rem;
      width: 3.875rem;
      height: 3.875rem;
      background: url(../images/testimonial-quotes.svg) no-repeat center center;
      background-size: contain; }
    .case-study-preview blockquote > span::after {
      content: '';
      display: inline-block;
      position: relative;
      bottom: -1.125rem;
      right: -.75rem;
      width: 1.875rem;
      height: 1.875rem;
      background: url(../images/testimonial-quotes.svg) no-repeat center center;
      background-size: contain;
      transform: rotate(180deg); }
  .case-study-preview blockquote footer {
    position: relative;
    margin: 3em 0 0 9em; }
    .case-study-preview blockquote footer::before {
      content: '';
      position: absolute;
      top: 1em;
      left: -9em;
      width: 8em;
      height: 3em;
      background: url(../images/logo-marquardt.svg) no-repeat center center;
      background-size: contain; }
    .case-study-preview blockquote footer span {
      display: block;
      font-weight: bold; }
      .case-study-preview blockquote footer span::after {
        content: '';
        display: block;
        width: 24px;
        height: 3px;
        margin: .125em 0 .75em 0;
        background: #319da0; }
  .case-study-preview .csp-details {
    margin-top: 10em;
    text-align: center; }
    .case-study-preview .csp-details .btn--white {
      margin-top: 1em; }
  @media (min-width: 100em) {
    .case-study-preview {
      background: #293037 url(../images/bg-cs-marquardt.jpg) no-repeat center center;
      background-size: contain; } }

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #4c5966;
    height: 100%;
}

header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 6vw;
  margin-bottom: 3em; }
  header .logo {
    width: 172px;
    height: 27px;
    background: url(../images/logo-avepoint-white.png) no-repeat center center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }

.expand-content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.sso-container {
  width: 22.5em;
  padding: 2.125em 1.875em;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1); }

footer {
  width: 100%;
  padding: 6vw 0 2em;
  font-size: .875em;
  color: #a7a7a7;}

.custom-container {
    opacity: 1 !important;
}
