/* line 14, scss/components/_mixins.scss */
.clearfix, .group {
  zoom: 1;
}
/* line 3, scss/components/_mixins.scss */
.clearfix:before, .clearfix:after, .group:before, .group:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 9, scss/components/_mixins.scss */
.clearfix:after, .group:after {
  clear: both;
}

@font-face {
  font-family: "Brandon Grotesque Light";
  src: url("./fonts/brandon_light.eot");
  src: url("./fonts/brandon_light.eot?#iefix") format("embedded-opentype"), url("./fonts/brandon_light.woff") format("woff"), url("./fonts/brandon_light.ttf") format("truetype"), url("./fonts/brandon_light.svg#Brandon Grotesque Light") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Brandon Grotesque Light Italic";
  src: url("./fonts/brandon_light_it.eot");
  src: url("./fonts/brandon_light_it.eot?#iefix") format("embedded-opentype"), url("./fonts/brandon_light_it.woff") format("woff"), url("./fonts/brandon_light_it.ttf") format("truetype"), url("./fonts/brandon_light_it.svg#Brandon Grotesque Light Italic") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Brandon Grotesque Black";
  src: url("./fonts/brandon_blk.eot");
  src: url("./fonts/brandon_blk.eot?#iefix") format("embedded-opentype"), url("./fonts/brandon_blk.woff") format("woff"), url("./fonts/brandon_blk.ttf") format("truetype"), url("./fonts/brandon_blk.svg#Brandon Grotesque Black") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Brandon Grotesque Black Italic";
  src: url("./fonts/brandon_blk_it.eot");
  src: url("./fonts/brandon_blk_it.eot?#iefix") format("embedded-opentype"), url("./fonts/brandon_blk_it.woff") format("woff"), url("./fonts/brandon_blk_it.ttf") format("truetype"), url("./fonts/brandon_blk_it.svg#Brandon Grotesque Black Italic") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Aleo";
  src: url("./fonts/aleo-regular.eot");
  src: url("./fonts/aleo-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/aleo-regular.woff") format("woff"), url("./fonts/aleo-regular.ttf") format("truetype"), url("./fonts/aleo-regular.svg#Aleo") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Aleo Italic";
  src: url("./fonts/aleo-italic.eot");
  src: url("./fonts/aleo-italic.eot?#iefix") format("embedded-opentype"), url("./fonts/aleo-italic.woff") format("woff"), url("./fonts/aleo-italic.ttf") format("truetype"), url("./fonts/aleo-italic.svg#Aleo Italic") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Aleo Bold";
  src: url("./fonts/aleo-bold.eot");
  src: url("./fonts/aleo-bold.eot?#iefix") format("embedded-opentype"), url("./fonts/aleo-bold.woff") format("woff"), url("./fonts/aleo-bold.ttf") format("truetype"), url("./fonts/aleo-bold.svg#Aleo Bold") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Aleo Bold Italic";
  src: url("./fonts/aleo-bolditalic.eot");
  src: url("./fonts/aleo-bolditalic.eot?#iefix") format("embedded-opentype"), url("./fonts/aleo-bolditalic.woff") format("woff"), url("./fonts/aleo-bolditalic.ttf") format("truetype"), url("./fonts/aleo-bolditalic.svg#Aleo Bold Italic") format("svg");
  font-style: normal;
  font-weight: normal;
}

/* normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, scss/global/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, scss/global/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, scss/global/_reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, scss/global/_reset.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * Normalize all fonts for custom font usage.
 */
/* line 62, scss/global/_reset.scss */
* {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 75, scss/global/_reset.scss */
html, body {
  height: 100%;
  width: 100%;
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 91, scss/global/_reset.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 100, scss/global/_reset.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 112, scss/global/_reset.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 120, scss/global/_reset.scss */
b, strong {
  font-weight: normal;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 128, scss/global/_reset.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 136, scss/global/_reset.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 146, scss/global/_reset.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 158, scss/global/_reset.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 167, scss/global/_reset.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 175, scss/global/_reset.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 183, scss/global/_reset.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 192, scss/global/_reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 199, scss/global/_reset.scss */
sup {
  top: -0.5em;
}

/* line 203, scss/global/_reset.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 215, scss/global/_reset.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 223, scss/global/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 235, scss/global/_reset.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 247, scss/global/_reset.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 258, scss/global/_reset.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 272, scss/global/_reset.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 284, scss/global/_reset.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 296, scss/global/_reset.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 311, scss/global/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 321, scss/global/_reset.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 331, scss/global/_reset.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 342, scss/global/_reset.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 355, scss/global/_reset.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 364, scss/global/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 374, scss/global/_reset.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 387, scss/global/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 3, scss/global/_base.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  background: white;
}

/* line 10, scss/global/_base.scss */
input, select, strong, textarea, a, a:visited, button {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* line 13, scss/global/_base.scss */
.container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 5%;
  width: 90%;
}

/* line 19, scss/global/_base.scss */
.textleft {
  text-align: left;
}

/* line 22, scss/global/_base.scss */
.textright {
  text-align: right;
}

/* line 25, scss/global/_base.scss */
.textcenter {
  text-align: center;
}

/* line 28, scss/global/_base.scss */
.clear {
  clear: both;
}

/* line 31, scss/global/_base.scss */
.right {
  float: right;
}

/* line 34, scss/global/_base.scss */
.left {
  float: left;
}

/* line 37, scss/global/_base.scss */
.center {
  margin: 0 auto;
}

/* line 40, scss/global/_base.scss */
.nolist {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

/* line 45, scss/global/_base.scss */
.valign {
  vertical-align: middle;
}

/* line 48, scss/global/_base.scss */
hr {
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 1em 0;
}

/* line 53, scss/global/_base.scss */
p:last-child {
  margin-bottom: 0;
}

/* line 56, scss/global/_base.scss */
blockquote {
  margin: 0;
}

/* line 59, scss/global/_base.scss */
ul, li {
  padding: 0;
  margin: 0;
}

/* line 63, scss/global/_base.scss */
.v-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/* line 1, scss/components/_type.scss */
html {
  font-size: 100%;
}

/* line 4, scss/components/_type.scss */
body {
  color: #404453;
  font-family: "Aleo", Georgia, "Times New Roman", serif;
}

/* line 8, scss/components/_type.scss */
blockquote, i, em {
  font-family: "Aleo Italic", Georgia, "Times New Roman", serif;
}

/* line 12, scss/components/_type.scss */
blockquote strong, i strong, em strong {
  font-family: "Aleo Bold Italic", Georgia, "Times New Roman", serif;
}

/* line 16, scss/components/_type.scss */
h2, h3, h4, h5, h6, nav, a.btn strong, label, .inner div ul li, div.wp-caption p, .page-content ol, .page-content ul, blockquote p strong {
  font-family: "Brandon Grotesque Black", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
}

/* line 20, scss/components/_type.scss */
strong {
  font-family: "Aleo Bold", Georgia, "Times New Roman", serif;
}

/* line 24, scss/components/_type.scss */
h2 strong, h2 a, h3 strong, h3 a, h4 strong, h4 a, h5 strong, h5 a, h6 strong, h6 a, label strong, label a, button[type="submit"] strong, button[type="submit"] a {
  font-family: "Brandon Grotesque Black", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

/* line 29, scss/components/_type.scss */
h2 .light, h3 .light, h4 .light, h5 .light, h6 .light {
  font-family: "Brandon Grotesque Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

/* line 33, scss/components/_type.scss */
p {
  margin: 1em 0;
}

/* line 1, scss/components/_media.scss */
img, video, audio, iframe, object {
  max-width: 100%;
}

/* line 1, scss/components/_links.scss */
a {
  text-decoration: none;
}
/* line 3, scss/components/_links.scss */
a:hover, a:focus {
  color: #16c6c0;
}

/* line 8, scss/components/_links.scss */
.page-content a {
  color: #404453;
  display: inline-block;
  padding: 0;
  -webkit-transition: color .3s;
  transition: color .3s;
}
/* line 14, scss/components/_links.scss */
.page-content a:after {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  bottom: 0;
  background-color: #16c5c0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF16C5C0', endColorstr='#FF4A78D5');
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #16c5c0), color-stop(100%, #4a78d5));
  background-image: -webkit-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  background-image: -moz-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  background-image: -o-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  background-image: linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  content: "";
  display: block;
  height: 3px;
  margin-bottom: -3px;
  position: relative;
  width: 100%;
}
/* line 28, scss/components/_links.scss */
.page-content a:hover:after {
  opacity: 0;
}

/* line 1, scss/components/_tables.scss */
table {
  width: 100%;
}
/* line 3, scss/components/_tables.scss */
table th, table td {
  text-align: left;
  padding: 5px;
}
/* line 7, scss/components/_tables.scss */
table th {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* line 1, scss/components/_forms.scss */
form {
  display: block;
  width: 100%;
}
/* line 4, scss/components/_forms.scss */
form ul, form ol {
  width: 100%;
}
/* line 7, scss/components/_forms.scss */
form ul.left, form ul.right, form ol {
  list-style: none;
  padding: 0;
  width: 100%;
}
/* line 11, scss/components/_forms.scss */
form ul.left li, form ul.right li, form ol li {
  padding: .5em 0 0;
  position: relative;
}
/* line 14, scss/components/_forms.scss */
form ul.left li.sml, form ul.right li.sml, form ol li.sml {
  width: 48%;
}
/* line 20, scss/components/_forms.scss */
form .item {
  margin-bottom: 0.5em;
}
/* line 23, scss/components/_forms.scss */
form label, form legend {
  display: block;
  font-size: 1em;
  margin-bottom: 5px;
  letter-spacing: .1em;
  padding: 1em 0 0.5em;
  position: relative;
}
/* line 30, scss/components/_forms.scss */
form label small, form legend small {
  opacity: .5;
}
/* line 35, scss/components/_forms.scss */
form ol label {
  margin: 0;
  padding: 0 0 0 60px;
}

/* line 41, scss/components/_forms.scss */
input[type="text"], input[type="email"], input[type="phone"], input[type="password"], input[type="number"], input[type="search"], select, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: white;
  -webkit-appearance: none;
  border: #c3d5da 3px solid;
  box-sizing: border-box;
  font-size: 1.2em;
  padding: 1em 3% .9em;
  width: 100%;
}
/* line 51, scss/components/_forms.scss */
input[type="text"]:focus, input[type="email"]:focus, input[type="phone"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="search"]:focus, select:focus, textarea:focus {
  border-color: #404453;
}
/* line 54, scss/components/_forms.scss */
input[type="text"].auto, input[type="email"].auto, input[type="phone"].auto, input[type="password"].auto, input[type="number"].auto, input[type="search"].auto, select.auto, textarea.auto {
  width: auto;
}

/* line 64, scss/components/_forms.scss */
fieldset {
  border: none;
  padding: 0;
}

/* line 68, scss/components/_forms.scss */
textarea {
  resize: none;
}

/* line 72, scss/components/_forms.scss */
.note {
  margin-top: 5px;
  color: #999999;
}

/* line 77, scss/components/_forms.scss */
.req {
  font-style: italic;
}

/* line 80, scss/components/_forms.scss */
#Fno {
  display: none;
}

/* line 86, scss/components/_forms.scss */
.error .reason {
  margin-top: 5px;
  color: #ce0832;
}
/* line 90, scss/components/_forms.scss */
.error input[type="text"], .error input[type="email"], .error input[type="phone"], .error input[type="password"], .error input[type="number"], .error input[type="search"], .error select, .error textarea {
  border-color: #ce0832;
}

/* Radio, Checkbox */
/* line 97, scss/components/_forms.scss */
span.radio, span.checkbox {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 25px;
  height: 25px;
  text-align: center;
  background: transparent;
  border: gainsboro 2px solid;
}

/* line 108, scss/components/_forms.scss */
span.radio {
  border-radius: 20px;
}

/* line 111, scss/components/_forms.scss */
span.checkbox {
  border-radius: 8px;
}

/* line 114, scss/components/_forms.scss */
span.radio:after, span.checkbox:after {
  content: "";
}

/* line 117, scss/components/_forms.scss */
input[type="radio"], input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 29px;
  height: 29px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

/* line 131, scss/components/_forms.scss */
input[type="radio"] + span.radio, input[type="checkbox"] + span.checkbox {
  visibility: hidden;
}

/* line 134, scss/components/_forms.scss */
input[type="radio"] + span.radio:after, input[type="checkbox"] + span.checkbox:after {
  content: "";
}

/* line 137, scss/components/_forms.scss */
input[type="radio"]:checked + span.radio, input[type="checkbox"]:checked + span.checkbox {
  visibility: visible;
  z-index: 0;
  background: white url("images/ICON-checkbox-tick.png") no-repeat center;
}

/* Submit */
/* line 145, scss/components/_forms.scss */
#submit-wrap {
  clear: both;
  padding: 5em 0 0;
}
/* line 148, scss/components/_forms.scss */
#submit-wrap button[type="submit"] {
  border-radius: 14px;
  border: none;
  box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #16c5c0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF16C5C0', endColorstr='#FF4A78D5');
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #16c5c0), color-stop(100%, #4a78d5));
  background-image: -webkit-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  background-image: -moz-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  background-image: -o-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  background-image: linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  color: #404453;
  clear: both;
  display: block;
  font-size: 1.2em;
  letter-spacing: .08em;
  margin: -8px auto 8px;
  padding: 5px;
  text-transform: uppercase;
  width: auto;
}
/* line 164, scss/components/_forms.scss */
#submit-wrap button[type="submit"] strong {
  display: block;
  border-radius: 8px;
  background: #f0fcff;
  padding: .8em 30px;
}
/* line 170, scss/components/_forms.scss */
#submit-wrap button[type="submit"]:hover {
  color: #16c6c0;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

/* line 177, scss/components/_forms.scss */
.message {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 100%;
  width: 80%;
  left: 0;
  top: 0;
  right: 0;
  padding: 0 10%;
  opacity: 0;
  position: fixed;
  z-index: -1;
}
/* line 188, scss/components/_forms.scss */
.message h3 {
  margin-top: -2em;
  padding: 0;
  font-size: 6vw;
}
/* line 193, scss/components/_forms.scss */
.message p {
  font-size: 4vw;
}
/* line 196, scss/components/_forms.scss */
.message span {
  border-radius: .57143em;
  cursor: pointer;
  outline: none;
  padding: 0;
  position: absolute;
  right: 3%;
  top: 3%;
  user-select: none;
}
/* line 205, scss/components/_forms.scss */
.message span .lines {
  background: #404453;
  border-radius: .20571em;
  display: inline-block;
  height: 5px;
  position: relative;
  width: 1.8em;
}
/* line 212, scss/components/_forms.scss */
.message span .lines:before, .message span .lines:after {
  display: inline-block;
  width: 1.8em;
  height: 5px;
  background: #404453;
  border-radius: .20571em;
  transition: .3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: .20571em center;
  transform-origin: .20571em center;
}
/* line 225, scss/components/_forms.scss */
.message span .lines:before {
  top: .65em;
}
/* line 228, scss/components/_forms.scss */
.message span .lines:after {
  top: -0.6em;
}
/* line 233, scss/components/_forms.scss */
.message .x.close .lines {
  background: transparent;
}
/* line 235, scss/components/_forms.scss */
.message .x.close .lines:before, .message .x.close .lines:after {
  background: white;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  left: -0.3 0.4em;
  height: .30142em;
  top: 0;
  width: 2em;
}
/* line 244, scss/components/_forms.scss */
.message .x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
/* line 248, scss/components/_forms.scss */
.message .x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

/* line 254, scss/components/_forms.scss */
.active {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1;
  z-index: 2000;
}

/* line 259, scss/components/_forms.scss */
.success {
  color: white;
  background: #16c6c0;
}

/* line 263, scss/components/_forms.scss */
.error {
  color: white;
  background: red;
}

/* line 4, scss/components/_animations.scss */
.no-touch #partners div h3 {
  opacity: 0;
  transform: translate(0px, 90px);
  transition: opacity 0.6s ease 0.1s, transform 0.6s ease 0s;
}
/* line 8, scss/components/_animations.scss */
.no-touch #partners div h3.in-view {
  opacity: 1;
  transform: translate(0px, 0px);
}
/* line 14, scss/components/_animations.scss */
.no-touch #partners div ul li {
  opacity: 0;
  transform: translate(0px, 90px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
/* line 20, scss/components/_animations.scss */
.no-touch #partners div ul.in-view li {
  opacity: 1;
  transform: translate(0px, 0px);
}
/* line 24, scss/components/_animations.scss */
.no-touch #partners div ul.in-view li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 24, scss/components/_animations.scss */
.no-touch #partners div ul.in-view li:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
/* line 24, scss/components/_animations.scss */
.no-touch #partners div ul.in-view li:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
/* line 24, scss/components/_animations.scss */
.no-touch #partners div ul.in-view li:nth-child(4) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
/* line 24, scss/components/_animations.scss */
.no-touch #partners div ul.in-view li:nth-child(5) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
/* line 24, scss/components/_animations.scss */
.no-touch #partners div ul.in-view li:nth-child(6) {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
/* line 24, scss/components/_animations.scss */
.no-touch #partners div ul.in-view li:nth-child(7) {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
/* line 24, scss/components/_animations.scss */
.no-touch #partners div ul.in-view li:nth-child(8) {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
/* line 35, scss/components/_animations.scss */
.no-touch #quote-main .container div, .no-touch #quote-main .container blockquote {
  opacity: 0;
}
/* line 38, scss/components/_animations.scss */
.no-touch #quote-main .container div {
  transform: translate(90px, 0px);
  transition: opacity 0.6s ease 0.4s, transform 0.6s ease 0.3s;
}
/* line 41, scss/components/_animations.scss */
.no-touch #quote-main .container div.in-view {
  opacity: 1;
  transform: translate(0px, 0px);
}
/* line 46, scss/components/_animations.scss */
.no-touch #quote-main .container blockquote {
  transform: translate(-90px, 0px);
  transition: opacity 0.6s ease 0.4s, transform 0.6s ease 0.3s;
}
/* line 49, scss/components/_animations.scss */
.no-touch #quote-main .container blockquote.in-view {
  opacity: 1;
  transform: translate(0px, 0px);
}
/* line 60, scss/components/_animations.scss */
.no-touch #what-we-do > div h3, .no-touch #what-we-do > div div img {
  opacity: 0;
}
/* line 62, scss/components/_animations.scss */
.no-touch #what-we-do > div h3.in-view, .no-touch #what-we-do > div div img.in-view {
  opacity: 1;
  transform: translate(0px, 0px);
}
/* line 67, scss/components/_animations.scss */
.no-touch #what-we-do > div h3 {
  transform: translate(0px, 90px);
  transition: opacity 0.6s ease 0.1s, transform 0.6s ease 0s;
}
/* line 72, scss/components/_animations.scss */
.no-touch #what-we-do > div div img {
  transform: translate(-90px, 0px);
  transition: opacity 0.6s ease 0.4s, transform 0.6s ease 0.3s;
}
/* line 76, scss/components/_animations.scss */
.no-touch #what-we-do > div div .rtl {
  transform: translate(90px, 0px);
}
/* line 85, scss/components/_animations.scss */
.no-touch #how-we-do-it div h3 {
  opacity: 0;
  transform: translate(0px, 90px);
  transition: opacity 0.4s ease 0.1s, transform 0.6s ease 0.3s;
}
/* line 89, scss/components/_animations.scss */
.no-touch #how-we-do-it div h3.in-view {
  opacity: 1;
  transform: translate(0px, 0px);
}
/* line 94, scss/components/_animations.scss */
.no-touch #how-we-do-it div div {
  opacity: 0;
  transform: translate(0px, 90px);
  transition: opacity 0.1s ease 0.1s, transform 0.6s ease 0s;
}
/* line 98, scss/components/_animations.scss */
.no-touch #how-we-do-it div div.in-view {
  opacity: 1;
  transform: translate(0px, 0px);
}
/* line 102, scss/components/_animations.scss */
.no-touch #how-we-do-it div div.in-view:nth-child(1) {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
/* line 102, scss/components/_animations.scss */
.no-touch #how-we-do-it div div.in-view:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* line 102, scss/components/_animations.scss */
.no-touch #how-we-do-it div div.in-view:nth-child(3) {
  -webkit-transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
/* line 102, scss/components/_animations.scss */
.no-touch #how-we-do-it div div.in-view:nth-child(4) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
/* line 102, scss/components/_animations.scss */
.no-touch #how-we-do-it div div.in-view:nth-child(5) {
  -webkit-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
/* line 102, scss/components/_animations.scss */
.no-touch #how-we-do-it div div.in-view:nth-child(6) {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
/* line 102, scss/components/_animations.scss */
.no-touch #how-we-do-it div div.in-view:nth-child(7) {
  -webkit-transition-delay: 1.05s;
  -moz-transition-delay: 1.05s;
  -o-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
/* line 113, scss/components/_animations.scss */
.no-touch #other-quotes div div {
  opacity: 0;
  transform: translate(0px, 90px);
  transition: opacity 0.4s ease 0.1s, transform 0.6s ease 0.3s;
}
/* line 117, scss/components/_animations.scss */
.no-touch #other-quotes div div.in-view {
  opacity: 1;
  transform: translate(0px, 0px);
}
/* line 121, scss/components/_animations.scss */
.no-touch #other-quotes div div.in-view:nth-child(1) {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
/* line 121, scss/components/_animations.scss */
.no-touch #other-quotes div div.in-view:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* line 121, scss/components/_animations.scss */
.no-touch #other-quotes div div.in-view:nth-child(3) {
  -webkit-transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
/* line 130, scss/components/_animations.scss */
.no-touch #contact {
  overflow: hidden;
}
/* line 132, scss/components/_animations.scss */
.no-touch #contact h5, .no-touch #contact h6 {
  opacity: 0;
}
/* line 134, scss/components/_animations.scss */
.no-touch #contact h5.in-view, .no-touch #contact h6.in-view {
  opacity: 1;
  transform: translate(0px, 0px);
}
/* line 139, scss/components/_animations.scss */
.no-touch #contact h5 {
  transform: translate(0px, 90px);
  transition: opacity 0.2s ease 0.1s, transform 0.6s ease 0.1s;
}
/* line 143, scss/components/_animations.scss */
.no-touch #contact h6 {
  transform: translate(0px, 90px);
  transition: opacity 0.1s ease 0.1s, transform 0.6s ease 0s;
}
/* line 148, scss/components/_animations.scss */
.no-touch #contact form ul.left, .no-touch #contact form ul.right {
  opacity: 0;
}
/* line 150, scss/components/_animations.scss */
.no-touch #contact form ul.left.in-view, .no-touch #contact form ul.right.in-view {
  opacity: 1;
  transform: translate(0px, 0px);
}
/* line 155, scss/components/_animations.scss */
.no-touch #contact form ul.left {
  transform: translate(-90px, 0px);
  transition: opacity 0.2s ease 0.1s, transform 0.6s ease 0.1s;
}
/* line 159, scss/components/_animations.scss */
.no-touch #contact form ul.right {
  transform: translate(90px, 0px);
  transition: opacity 0.2s ease 0.1s, transform 0.6s ease 0.1s;
}

/* line 1, scss/modules/_header.scss */
header {
  display: block;
  width: 100%;
  /* Toggle */
  /* Menu style */
}
/* line 4, scss/modules/_header.scss */
header.min:after {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  display: block;
  width: 100%;
  height: 60px;
  content: '';
  position: fixed;
  z-index: 10;
}
/* line 14, scss/modules/_header.scss */
header h1 {
  width: 100%;
  margin-top: 50px;
  position: absolute;
  z-index: 1000;
}
/* line 19, scss/modules/_header.scss */
header h1 #logo {
  height: auto;
  margin-left: -25px;
  left: 50%;
  position: absolute;
  width: 50px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1000;
}
/* line 28, scss/modules/_header.scss */
header h1.min, header h1.inner {
  margin-top: 10px;
}
/* line 30, scss/modules/_header.scss */
header h1.min #logo, header h1.inner #logo {
  width: 36px;
  margin-left: -18px;
  position: fixed;
}
/* line 37, scss/modules/_header.scss */
header h2 {
  left: 0;
  overflow: hidden;
  padding: 15px;
  position: fixed;
  top: 0;
  font-size: 0;
  z-index: 1000;
}
/* line 45, scss/modules/_header.scss */
header h2 a {
  transition: none;
  color: #404453;
  display: block;
  height: 34px;
  width: 21px;
}
/* line 56, scss/modules/_header.scss */
header #toggle {
  cursor: pointer;
  display: block;
  height: 60px;
  line-height: 57px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 60px;
  z-index: 1002;
}
/* line 67, scss/modules/_header.scss */
header #toggle .lines-button {
  border-radius: .57143em;
  cursor: pointer;
  outline: none;
  padding: 0;
  transition: .3s;
  user-select: none;
}
/* line 74, scss/modules/_header.scss */
header #toggle .lines-button:active {
  transition: 0;
}
/* line 77, scss/modules/_header.scss */
header #toggle .lines-button:hover .lines:before {
  top: .8em;
}
/* line 80, scss/modules/_header.scss */
header #toggle .lines-button:hover .lines:after {
  top: -0.8em;
}
/* line 83, scss/modules/_header.scss */
header #toggle .lines-button .lines {
  background: #404453;
  border-radius: .20571em;
  display: inline-block;
  height: 5px;
  position: relative;
  transition: .3s;
  width: 1.8em;
}
/* line 91, scss/modules/_header.scss */
header #toggle .lines-button .lines:before, header #toggle .lines-button .lines:after {
  display: inline-block;
  width: 1.8em;
  height: 5px;
  background: #404453;
  border-radius: .20571em;
  transition: .3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: .20571em center;
  transform-origin: .20571em center;
}
/* line 104, scss/modules/_header.scss */
header #toggle .lines-button .lines:before {
  top: .65em;
}
/* line 107, scss/modules/_header.scss */
header #toggle .lines-button .lines:after {
  top: -0.6em;
}
/* line 112, scss/modules/_header.scss */
header #toggle .lines-close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}
/* line 116, scss/modules/_header.scss */
header #toggle .x.close .lines {
  background: transparent;
}
/* line 118, scss/modules/_header.scss */
header #toggle .x.close .lines:before, header #toggle .x.close .lines:after {
  background: white;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  left: -0.3 0.4em;
  height: .30142em;
  top: 0;
  width: 2em;
}
/* line 127, scss/modules/_header.scss */
header #toggle .x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
/* line 131, scss/modules/_header.scss */
header #toggle .x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
/* line 140, scss/modules/_header.scss */
header .primary-nav {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 1001;
}
/* line 155, scss/modules/_header.scss */
header .primary-nav nav {
  height: 50%;
  -webkit-perspective: 600px;
  perspective: 600px;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
/* line 163, scss/modules/_header.scss */
header .primary-nav nav > ul {
  display: inline-block;
  height: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  width: 90%;
}
/* line 176, scss/modules/_header.scss */
header .primary-nav nav > ul li {
  display: block;
  margin: 0 auto;
  vertical-align: top;
  text-align: center;
  width: 100%;
}
/* line 182, scss/modules/_header.scss */
header .primary-nav nav > ul li a {
  color: white;
  display: block;
  font-size: 7vw;
  padding: .3em 0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
/* line 189, scss/modules/_header.scss */
header .primary-nav nav > ul li a:hover, header .primary-nav nav > ul li a:focus {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #404453;
  background: rgba(64, 68, 83, 0.25);
}
/* line 196, scss/modules/_header.scss */
header .primary-nav nav > ul li.current_page_item > a, header .primary-nav nav > ul li.current-menu-item > a {
  opacity: .6;
}
/* line 203, scss/modules/_header.scss */
header .primary-nav.open {
  background: #16c6c0;
  background: rgba(22, 198, 192, 0.95);
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 209, scss/modules/_header.scss */
header .primary-nav.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/* line 215, scss/modules/_header.scss */
header .primary-nav.close {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
/* line 217, scss/modules/_header.scss */
header .primary-nav.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
}

/* line 1, scss/modules/_hero.scss */
#home-hero, #home-hero > div {
  height: 100%;
  min-height: 480px;
  width: 100%;
  overflow: hidden;
}

/* line 7, scss/modules/_hero.scss */
#home-hero {
  display: block;
}
/* line 9, scss/modules/_hero.scss */
#home-hero > div {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 16, scss/modules/_hero.scss */
#home-hero > div h2 {
  font-size: 18vw;
  letter-spacing: -0.05em;
  line-height: .6em;
  width: 82%;
  max-width: 1024px;
  margin: .4em auto 0 auto;
}
/* line 23, scss/modules/_hero.scss */
#home-hero > div h2 strong {
  display: block;
  font-size: 5vw;
  letter-spacing: -0.02em;
}
/* line 27, scss/modules/_hero.scss */
#home-hero > div h2 strong span {
  color: #16c6c0;
}
/* line 32, scss/modules/_hero.scss */
#home-hero > div p {
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 1em auto 0;
  max-width: 1024px;
  width: 90%;
}
/* line 39, scss/modules/_hero.scss */
#home-hero > div a#down-arrow {
  bottom: 4%;
  margin: 0 0 0 -18px;
  left: 50%;
  position: absolute;
  text-align: center;
  z-index: 1;
}
/* line 46, scss/modules/_hero.scss */
#home-hero > div a#down-arrow img {
  text-align: center;
}
/* line 49, scss/modules/_hero.scss */
#home-hero > div a#down-arrow:hover {
  bottom: 3.5%;
}

/* line 55, scss/modules/_hero.scss */
#inner-hero, #inner-hero div {
  width: 100%;
  overflow: hidden;
}

/* line 59, scss/modules/_hero.scss */
#inner-hero {
  display: block;
  height: 80%;
}
/* line 62, scss/modules/_hero.scss */
#inner-hero > div {
  bottom: 0;
  display: block;
  height: 80%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 70, scss/modules/_hero.scss */
#inner-hero > div h2 {
  font-size: 18vw;
  letter-spacing: -0.04em;
  line-height: .82em;
  width: 82%;
  max-width: 1024px;
  margin: .4em auto 0 auto;
}
/* line 77, scss/modules/_hero.scss */
#inner-hero > div h2 strong {
  display: block;
  font-size: 5vw;
  letter-spacing: -0.02em;
}
/* line 81, scss/modules/_hero.scss */
#inner-hero > div h2 strong span {
  color: #16c6c0;
}

/* line 88, scss/modules/_hero.scss */
#bubbles {
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: .3;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
}

/* line 99, scss/modules/_hero.scss */
.inner-bubbles {
  top: -20% !important;
}

/* 
 * Page ------------------------------------------------------------------ 
 */
/* line 5, scss/modules/_layout.scss */
#wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

/* line 14, scss/modules/_layout.scss */
.parallax {
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
/* 
 * Homepage ------------------------------------------------------------------ 
 */
/* line 26, scss/modules/_layout.scss */
#partners {
  background-color: #16c5c0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF16C5C0', endColorstr='#FF4A78D5');
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #16c5c0), color-stop(100%, #4a78d5));
  background-image: -webkit-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  background-image: -moz-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  background-image: -o-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  background-image: linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  color: white;
  height: 100%;
  overflow: hidden;
  position: relative;
}
/* line 34, scss/modules/_layout.scss */
#partners div {
  height: 100%;
  position: relative;
}
/* line 37, scss/modules/_layout.scss */
#partners div h3 {
  font-size: 8vw;
  left: 0;
  line-height: 1em;
  position: absolute;
  text-align: center !important;
  top: 12%;
  width: 100%;
}
/* line 46, scss/modules/_layout.scss */
#partners div ul {
  display: block;
  list-style: none;
  height: 70%;
  position: absolute;
  top: 20%;
  text-align: center;
}
/* line 53, scss/modules/_layout.scss */
#partners div ul li {
  display: inline-block;
  height: 25%;
  width: 49%;
  vertical-align: top;
}
/* line 58, scss/modules/_layout.scss */
#partners div ul li img {
  height: auto;
  width: 70%;
}

/* line 67, scss/modules/_layout.scss */
#quote-main {
  padding: 5em 0;
  position: relative;
}
/* line 70, scss/modules/_layout.scss */
#quote-main:before {
  border-radius: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: white;
  display: block;
  content: " ";
  height: 5em;
  left: 50%;
  margin: 0 0 0 -2.5em;
  position: absolute;
  width: 5em;
  top: -1.5em;
}
/* line 83, scss/modules/_layout.scss */
#quote-main .container {
  overflow: hidden;
}
/* line 85, scss/modules/_layout.scss */
#quote-main .container blockquote {
  color: #268db0;
  font-size: 1.2em;
  float: left;
  width: 100%;
}
/* line 90, scss/modules/_layout.scss */
#quote-main .container blockquote span {
  color: #404453;
}
/* line 94, scss/modules/_layout.scss */
#quote-main .container div {
  float: right;
  text-align: center;
  padding-bottom: 3em;
  width: 100%;
}
/* line 99, scss/modules/_layout.scss */
#quote-main .container div span {
  border-radius: 100%;
  display: block;
  height: auto;
  margin: 0 auto 2em auto;
  overflow: hidden;
  width: 40%;
}
/* line 106, scss/modules/_layout.scss */
#quote-main .container div span img {
  display: block;
  height: auto;
  width: 100%;
}

/* line 116, scss/modules/_layout.scss */
#what-we-do {
  background: #f0fcff;
  overflow: hidden;
}
/* line 119, scss/modules/_layout.scss */
#what-we-do:before {
  content: "";
  background-color: #16c5c0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF16C5C0', endColorstr='#FF4A78D5');
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #16c5c0), color-stop(100%, #4a78d5));
  background-image: -webkit-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  background-image: -moz-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  background-image: -o-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  background-image: linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  content: "";
  display: block;
  height: 30px;
  position: relative;
  top: 0;
  width: 100%;
}
/* line 131, scss/modules/_layout.scss */
#what-we-do > div {
  padding: 3em 0;
}
/* line 133, scss/modules/_layout.scss */
#what-we-do > div h3 {
  font-size: 10vw;
  padding: 1em 0 0;
}
/* line 137, scss/modules/_layout.scss */
#what-we-do > div div {
  padding: 4em 0;
  text-align: center;
}
/* line 140, scss/modules/_layout.scss */
#what-we-do > div div div {
  padding: 3em 0 0;
  width: 100%;
}
/* line 143, scss/modules/_layout.scss */
#what-we-do > div div div h4 {
  color: #16c6c0;
  font-size: 1.4em;
  line-height: 1em;
}
/* line 148, scss/modules/_layout.scss */
#what-we-do > div div div p {
  font-size: 1.2em;
}
/* line 152, scss/modules/_layout.scss */
#what-we-do > div div img {
  height: auto;
  max-width: 49%;
}

/* line 160, scss/modules/_layout.scss */
#how-we-do-it {
  background: #404453;
  color: white;
  padding: 5em 0 10em;
}
/* line 164, scss/modules/_layout.scss */
#how-we-do-it div {
  text-align: center;
}
/* line 166, scss/modules/_layout.scss */
#how-we-do-it div h3 {
  font-size: 10vw;
  padding: 1em 0 2em;
}
/* line 170, scss/modules/_layout.scss */
#how-we-do-it div ul {
  padding: 50px 0 0;
  text-align: left;
}
/* line 174, scss/modules/_layout.scss */
#how-we-do-it div div {
  display: inline-block;
  margin: 0 8.5% 5em;
  vertical-align: top;
  width: 82%;
}
/* line 179, scss/modules/_layout.scss */
#how-we-do-it div div a {
  color: white;
  display: block;
}
/* line 182, scss/modules/_layout.scss */
#how-we-do-it div div a span {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 100%;
  display: block;
  height: auto;
  width: 100%;
}
/* line 188, scss/modules/_layout.scss */
#how-we-do-it div div a span img {
  height: auto;
  max-width: 300px;
  width: 70%;
}
/* line 194, scss/modules/_layout.scss */
#how-we-do-it div div a h4 {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #16c6c0;
  font-size: 1.5em;
  padding: 1em 0 .5em;
}
/* line 200, scss/modules/_layout.scss */
#how-we-do-it div div a p {
  font-size: 1.2em;
}
/* line 204, scss/modules/_layout.scss */
#how-we-do-it div div a:hover h4 {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: white;
}
/* line 208, scss/modules/_layout.scss */
#how-we-do-it div div a:hover span {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: -10px 0 10px;
}
/* line 212, scss/modules/_layout.scss */
#how-we-do-it div div a:hover span:before {
  background-color: #fff;
}
/* line 219, scss/modules/_layout.scss */
#how-we-do-it div a.btn {
  border-radius: 14px;
  box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #16c5c0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF16C5C0', endColorstr='#FF4A78D5');
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #16c5c0), color-stop(100%, #4a78d5));
  background-image: -webkit-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  background-image: -moz-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  background-image: -o-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  background-image: linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  color: white;
  clear: both;
  display: inline-block;
  font-size: 1.2em;
  letter-spacing: .08em;
  margin: -8px 0 8px;
  max-width: 600px;
  padding: 5px;
  position: relative;
  width: 90%;
  white-space: nowrap;
}
/* line 236, scss/modules/_layout.scss */
#how-we-do-it div a.btn strong {
  display: block;
  border-radius: 8px;
  background: #404453;
  padding: 1.2em 15%;
}
/* line 242, scss/modules/_layout.scss */
#how-we-do-it div a.btn:hover {
  color: #16c6c0;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  margin: 0;
}

/* line 252, scss/modules/_layout.scss */
#other-quotes div {
  padding: 2em 0;
}
/* line 254, scss/modules/_layout.scss */
#other-quotes div div {
  display: inline-block;
  margin: 0 2%;
  text-align: center;
  vertical-align: top;
  width: 96%;
}
/* line 260, scss/modules/_layout.scss */
#other-quotes div div h4 {
  font-size: 1.5em;
  text-transform: capitalize;
}
/* line 264, scss/modules/_layout.scss */
#other-quotes div div p {
  height: 50px;
  padding: 0 5%;
}
/* line 268, scss/modules/_layout.scss */
#other-quotes div div > span {
  border-radius: 100%;
  display: block;
  height: auto;
  margin: 0 auto 2em auto;
  overflow: hidden;
  width: 35%;
}
/* line 275, scss/modules/_layout.scss */
#other-quotes div div > span img {
  display: block;
  height: auto;
  width: 100%;
}
/* line 281, scss/modules/_layout.scss */
#other-quotes div div blockquote {
  color: #268db0;
  font-size: 1.2em;
  margin: 1em 0 0;
}
/* line 285, scss/modules/_layout.scss */
#other-quotes div div blockquote span {
  color: #404453;
}

/* line 293, scss/modules/_layout.scss */
#contact {
  background: #f0fcff;
  padding: 7em 0;
}
/* line 296, scss/modules/_layout.scss */
#contact h5 {
  color: #16c6c0;
  font-size: 10vw;
}
/* line 300, scss/modules/_layout.scss */
#contact h6 {
  font-size: 1.4em;
}
/* line 303, scss/modules/_layout.scss */
#contact form {
  padding: 5em 0 0;
  width: 100%;
}
/* line 307, scss/modules/_layout.scss */
#contact form #submit-wrap span {
  display: block;
  clear: both;
  padding: 3em 0 0;
}

/* line 316, scss/modules/_layout.scss */
.page-content {
  background: #f0fcff;
  padding: 6vh 0 1vh;
}
/* line 319, scss/modules/_layout.scss */
.page-content:before {
  content: "";
  background-color: #16c5c0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF16C5C0', endColorstr='#FF4A78D5');
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #16c5c0), color-stop(100%, #4a78d5));
  background-image: -webkit-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  background-image: -moz-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  background-image: -o-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  background-image: linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  content: "";
  display: block;
  height: 15px;
  position: relative;
  top: -7vh;
  width: 100%;
}
/* line 331, scss/modules/_layout.scss */
.page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6, .page-content p {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
/* line 336, scss/modules/_layout.scss */
.page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  color: #1998ab;
}
/* line 339, scss/modules/_layout.scss */
.page-content h2 {
  font-size: 10vw;
}
/* line 342, scss/modules/_layout.scss */
.page-content h3 {
  font-size: 8vw;
}
/* line 345, scss/modules/_layout.scss */
.page-content h4 {
  font-size: 6vw;
}
/* line 348, scss/modules/_layout.scss */
.page-content h5 {
  font-size: 5vw;
}
/* line 351, scss/modules/_layout.scss */
.page-content h6 {
  font-size: 4vw;
}
/* line 354, scss/modules/_layout.scss */
.page-content p {
  font-size: 1.1em;
  line-height: 1.4em;
  padding: .6em 0;
  text-align: justify;
}
/* line 360, scss/modules/_layout.scss */
.page-content div.wp-caption, .page-content img {
  height: auto;
  width: 100% !important;
}
/* line 364, scss/modules/_layout.scss */
.page-content div.wp-caption {
  margin: 6vh 0;
  position: relative;
}
/* line 367, scss/modules/_layout.scss */
.page-content div.wp-caption p {
  bottom: 0;
  color: white;
  font-size: 8vw;
  right: 0;
  position: absolute;
  text-align: right;
  right: 5%;
}
/* line 377, scss/modules/_layout.scss */
.page-content ul, .page-content ol {
  background: white;
  margin: 8vh 0;
  padding: 8vh 0;
}
/* line 381, scss/modules/_layout.scss */
.page-content ul li, .page-content ol li {
  font-size: 1.2em;
  max-width: 900px;
  margin: 0 auto;
  padding: 0.4em 0 0 1%;
  width: 85%;
}
/* line 389, scss/modules/_layout.scss */
.page-content blockquote {
  color: #1998ab;
  font-size: 1.3em;
  padding: 3vh 0;
}
/* line 393, scss/modules/_layout.scss */
.page-content blockquote p {
  line-height: 1.3em;
  max-width: 1300px;
  width: 90%;
}
/* line 397, scss/modules/_layout.scss */
.page-content blockquote p strong {
  color: #404453;
  font-size: 0.5em;
  text-transform: capitalize;
}

/* line 406, scss/modules/_layout.scss */
#landing-intro {
  overflow: hidden;
  position: relative;
}
/* line 409, scss/modules/_layout.scss */
#landing-intro:before {
  content: "";
  background-color: #16c5c0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF16C5C0', endColorstr='#FF4A78D5');
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #16c5c0), color-stop(100%, #4a78d5));
  background-image: -webkit-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  background-image: -moz-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  background-image: -o-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  background-image: linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  content: "";
  display: block;
  height: 15px;
  position: relative;
  top: 0;
  width: 100%;
}
/* line 421, scss/modules/_layout.scss */
#landing-intro > div {
  clear: both;
  width: 100%;
  padding: 4em 0;
}
/* line 425, scss/modules/_layout.scss */
#landing-intro > div ul {
  background: none;
}
/* line 428, scss/modules/_layout.scss */
#landing-intro > div h2 {
  color: #1998ab;
  font-size: 8vw;
}
/* line 433, scss/modules/_layout.scss */
#landing-intro > .left {
  background: white;
}
/* line 435, scss/modules/_layout.scss */
#landing-intro > .left div {
  max-width: 600px;
  margin: 0 auto;
  width: 80%;
}
/* line 439, scss/modules/_layout.scss */
#landing-intro > .left div p {
  font-size: 1em;
  line-height: 1.6em;
  padding-bottom: 1em;
  text-align: justify;
}
/* line 445, scss/modules/_layout.scss */
#landing-intro > .left div a.btn {
  border-radius: 14px;
  box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #16c5c0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF16C5C0', endColorstr='#FF4A78D5');
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #16c5c0), color-stop(100%, #4a78d5));
  background-image: -webkit-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  background-image: -moz-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  background-image: -o-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  background-image: linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
  color: #404453;
  clear: both;
  display: inline-block;
  font-size: 1em;
  letter-spacing: .08em;
  margin: -8px 0 8px;
  padding: 6px;
  position: relative;
  width: 98%;
}
/* line 460, scss/modules/_layout.scss */
#landing-intro > .left div a.btn strong {
  display: block;
  border-radius: 8px;
  background: white;
  padding: .8em 5%;
  text-align: center;
}
/* line 467, scss/modules/_layout.scss */
#landing-intro > .left div a.btn:hover {
  color: #16c6c0;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  margin: 0;
}
/* line 475, scss/modules/_layout.scss */
#landing-intro > .right {
  background: #e2f1f5;
  padding-bottom: 40em;
  margin-bottom: -36em;
  position: relative;
}
/* line 480, scss/modules/_layout.scss */
#landing-intro > .right form {
  max-width: 600px;
  margin: 0 auto;
  width: 80%;
}
/* line 484, scss/modules/_layout.scss */
#landing-intro > .right form ul li {
  clear: both;
  width: 100%;
}
/* line 488, scss/modules/_layout.scss */
#landing-intro > .right form textarea {
  height: 200px;
}
/* line 491, scss/modules/_layout.scss */
#landing-intro > .right form #submit-wrap {
  padding: 2em 0 0;
}
/* line 493, scss/modules/_layout.scss */
#landing-intro > .right form #submit-wrap button[type="submit"] {
  float: right;
  margin: -8px 0 8px;
  width: 50%;
}
/* line 497, scss/modules/_layout.scss */
#landing-intro > .right form #submit-wrap button[type="submit"]:hover {
  margin: 0;
}

/* line 506, scss/modules/_layout.scss */
.landing-content:before {
  display: none !important;
}

/* line 1, scss/modules/_footer.scss */
footer {
  background: #f0fcff;
  color: #acbcc1;
  padding: 6em 0;
}
/* line 5, scss/modules/_footer.scss */
footer a {
  color: #acbcc1;
}
/* line 8, scss/modules/_footer.scss */
footer ul {
  list-style: none;
}
/* line 10, scss/modules/_footer.scss */
footer ul li {
  display: inline-block;
  padding: 0 .8em 2em;
}

/* 480 ------------------------------------------ */
@media screen and (min-width: 480px) {
  /* line 5, scss/global/_responsive.scss */
  header.min:after {
    height: 60px;
  }
  /* line 8, scss/global/_responsive.scss */
  header h1 {
    margin-top: 60px;
  }
  /* line 10, scss/global/_responsive.scss */
  header h1 #logo {
    margin-left: -30px;
    width: 60px;
  }
  /* line 15, scss/global/_responsive.scss */
  header h1.min #logo, header h1.inner #logo {
    width: 36px;
    margin-left: -18px;
  }
}
/* 640 ------------------------------------------ */
@media screen and (min-width: 640px) {
  /* line 27, scss/global/_responsive.scss */
  header.min:after {
    height: 70px;
  }
  /* line 30, scss/global/_responsive.scss */
  header h1 {
    margin-top: 70px;
  }
  /* line 32, scss/global/_responsive.scss */
  header h1 #logo {
    margin-left: -35px;
    width: 70px;
  }
  /* line 37, scss/global/_responsive.scss */
  header h1.min #logo, header h1.inner #logo {
    width: 40px;
    margin-left: -20px;
  }
  /* line 43, scss/global/_responsive.scss */
  header h2 {
    font-size: 1.4em;
    line-height: 70px;
    padding: 0 2%;
  }
  /* line 47, scss/global/_responsive.scss */
  header h2 a {
    display: inline;
    height: auto;
    transition: color .3s linear;
    -webkit-transition: color .3s linear;
    width: auto;
  }
  /* line 54, scss/global/_responsive.scss */
  header h2 img {
    display: none;
  }

  /* line 59, scss/global/_responsive.scss */
  #home-hero, #home-hero > div {
    min-height: 650px;
  }
}
/* 769 ------------------------------------------ */
@media screen and (min-width: 769px) {
  /* line 67, scss/global/_responsive.scss */
  header.min:after {
    height: 90px;
  }
  /* line 70, scss/global/_responsive.scss */
  header h1 {
    margin-top: 90px;
  }
  /* line 72, scss/global/_responsive.scss */
  header h1 #logo {
    margin-left: -45px;
    width: 90px;
  }
  /* line 77, scss/global/_responsive.scss */
  header h1.min #logo, header h1.inner #logo {
    width: 56px;
    margin-left: -28px;
  }
  /* line 83, scss/global/_responsive.scss */
  header h2 {
    line-height: 90px;
  }
  /* line 90, scss/global/_responsive.scss */
  header .primary-nav nav > ul li a {
    font-size: 4em;
  }
  /* line 97, scss/global/_responsive.scss */
  header #toggle {
    height: 85px;
    line-height: 82px;
    width: 85px;
  }

  /* line 105, scss/global/_responsive.scss */
  #home-hero div p {
    font-size: 1.8em;
  }

  /* line 110, scss/global/_responsive.scss */
  #home-hero, #home-hero > div {
    min-height: 750px;
  }

  /* line 113, scss/global/_responsive.scss */
  #inner-hero, #inner-hero > div {
    min-height: 500px;
  }

  /* line 119, scss/global/_responsive.scss */
  #inner-hero div div h2 {
    font-size: 9em;
    max-width: 90%;
  }
  /* line 122, scss/global/_responsive.scss */
  #inner-hero div div h2 strong {
    font-size: .3em;
  }

  /* line 131, scss/global/_responsive.scss */
  #partners div h3 {
    top: 17%;
  }
  /* line 134, scss/global/_responsive.scss */
  #partners div ul {
    top: 30%;
  }
  /* line 136, scss/global/_responsive.scss */
  #partners div ul li {
    margin: 0 .5%;
    height: 35%;
    width: 23.5%;
  }

  /* line 144, scss/global/_responsive.scss */
  #quote-main {
    padding: 10em 0;
  }
  /* line 147, scss/global/_responsive.scss */
  #quote-main .container blockquote {
    font-size: 2.7em;
    float: left;
    width: 65%;
  }
  /* line 152, scss/global/_responsive.scss */
  #quote-main .container div {
    float: right;
    width: 24%;
  }
  /* line 155, scss/global/_responsive.scss */
  #quote-main .container div span {
    width: 60%;
  }

  /* line 163, scss/global/_responsive.scss */
  #what-we-do div h3, #what-we-do div h5, #how-we-do-it div h3, #how-we-do-it div h5, #contact div h3, #contact div h5 {
    font-size: 5em;
  }

  /* line 170, scss/global/_responsive.scss */
  #how-we-do-it div div {
    margin: 0 3.5% 10em;
    width: 42%;
  }
  /* line 173, scss/global/_responsive.scss */
  #how-we-do-it div div h4 {
    font-size: 1.6em;
    padding: 2em 0 .5em;
  }
  /* line 177, scss/global/_responsive.scss */
  #how-we-do-it div div p {
    font-size: 1.2em;
  }
  /* line 181, scss/global/_responsive.scss */
  #how-we-do-it div a.btn {
    font-size: 1.6em;
  }
  /* line 183, scss/global/_responsive.scss */
  #how-we-do-it div a.btn strong {
    padding: 1.2em 25%;
  }
  /* line 189, scss/global/_responsive.scss */
  #how-we-do-it .inner div {
    margin: 0 3.5% 6em;
    width: 92%;
  }
  /* line 192, scss/global/_responsive.scss */
  #how-we-do-it .inner div img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    float: left;
    width: 36%;
  }
  /* line 197, scss/global/_responsive.scss */
  #how-we-do-it .inner div h4, #how-we-do-it .inner div p, #how-we-do-it .inner div ul {
    float: right;
    text-align: left;
    width: 60%;
  }
  /* line 202, scss/global/_responsive.scss */
  #how-we-do-it .inner div h4 {
    font-size: 2em;
    padding: 1em 0 0;
  }
  /* line 207, scss/global/_responsive.scss */
  #how-we-do-it .inner div p {
    font-size: 1.4em;
  }
  /* line 211, scss/global/_responsive.scss */
  #how-we-do-it .inner div ul li {
    font-size: 1.4em;
    margin: 0 0 0 5%;
    text-transform: inherit;
  }
  /* line 218, scss/global/_responsive.scss */
  #how-we-do-it .inner div a:hover img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: 0 10px 0 -10px;
  }

  /* line 227, scss/global/_responsive.scss */
  #what-we-do > div {
    padding: 7em 0;
  }
  /* line 229, scss/global/_responsive.scss */
  #what-we-do > div div {
    padding: 4em 0;
  }
  /* line 231, scss/global/_responsive.scss */
  #what-we-do > div div div {
    float: right;
    text-align: left;
    width: 60%;
  }
  /* line 235, scss/global/_responsive.scss */
  #what-we-do > div div div h4 {
    font-size: 2.4em;
    line-height: 2em;
  }
  /* line 239, scss/global/_responsive.scss */
  #what-we-do > div div div p {
    font-size: 1.6em;
  }
  /* line 243, scss/global/_responsive.scss */
  #what-we-do > div div img {
    float: left;
    max-width: 29%;
  }
  /* line 249, scss/global/_responsive.scss */
  #what-we-do > div .rtl div {
    float: left;
  }
  /* line 252, scss/global/_responsive.scss */
  #what-we-do > div .rtl img {
    float: right;
  }

  /* line 259, scss/global/_responsive.scss */
  #other-quotes div {
    padding: 5.5em 0;
  }
  /* line 261, scss/global/_responsive.scss */
  #other-quotes div div {
    width: 29%;
  }
  /* line 263, scss/global/_responsive.scss */
  #other-quotes div div blockquote {
    font-size: 1.5em;
    margin: 3em 0 0;
  }

  /* line 272, scss/global/_responsive.scss */
  #contact form ul.left, #contact form ul.right, #contact form ol {
    width: 48%;
  }

  /* line 278, scss/global/_responsive.scss */
  .page-content h2 {
    font-size: 5em;
  }
  /* line 281, scss/global/_responsive.scss */
  .page-content h3 {
    font-size: 4em;
  }
  /* line 284, scss/global/_responsive.scss */
  .page-content h4 {
    font-size: 3em;
  }
  /* line 287, scss/global/_responsive.scss */
  .page-content h5 {
    font-size: 2em;
  }
  /* line 290, scss/global/_responsive.scss */
  .page-content h6 {
    font-size: 1em;
  }
  /* line 293, scss/global/_responsive.scss */
  .page-content p {
    font-size: 1.4em;
    line-height: 1.6em;
  }
  /* line 298, scss/global/_responsive.scss */
  .page-content ul li, .page-content ol li {
    font-size: 1.4em;
    width: 90%;
  }
  /* line 303, scss/global/_responsive.scss */
  .page-content blockquote {
    font-size: 1.8em;
  }

  /* line 309, scss/global/_responsive.scss */
  #landing-intro > div h2 {
    font-size: 4vw;
  }
  /* line 316, scss/global/_responsive.scss */
  #landing-intro > .right form #submit-wrap button[type="submit"] {
    width: auto;
  }
}
/* 1024 ------------------------------------------ */
@media screen and (min-width: 1024px) {
  /* line 328, scss/global/_responsive.scss */
  header {
    /* Menu style */
  }
  /* line 329, scss/global/_responsive.scss */
  header #toggle {
    display: none;
  }
  /* line 334, scss/global/_responsive.scss */
  header .primary-nav, header .primary-nav.open {
    background-color: transparent;
    height: auto;
    left: auto;
    opacity: 1;
    padding: 0 2%;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
    width: auto;
  }
  /* line 345, scss/global/_responsive.scss */
  header .primary-nav nav, header .primary-nav.open nav {
    height: auto;
    -webkit-perspective: 0;
    perspective: 0;
    -webkit-transform: none;
    transform: none;
    top: 0;
  }
  /* line 352, scss/global/_responsive.scss */
  header .primary-nav nav > ul, header .primary-nav.open nav > ul {
    display: inline-block;
    height: auto;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    width: auto;
  }
  /* line 365, scss/global/_responsive.scss */
  header .primary-nav nav > ul li, header .primary-nav.open nav > ul li {
    display: inline-block;
    line-height: 90px;
    margin: 0 0 0 1.5em;
    vertical-align: center;
    width: auto;
  }
  /* line 371, scss/global/_responsive.scss */
  header .primary-nav nav > ul li a, header .primary-nav.open nav > ul li a {
    color: #404453;
    display: inline-block;
    font-size: 1em !important;
    padding: 0;
    -webkit-transition: color .3s;
    transition: color .3s;
  }
  /* line 378, scss/global/_responsive.scss */
  header .primary-nav nav > ul li a:hover, header .primary-nav nav > ul li a:focus, header .primary-nav.open nav > ul li a:hover, header .primary-nav.open nav > ul li a:focus {
    background: none;
    color: #16c6c0;
  }
  /* line 382, scss/global/_responsive.scss */
  header .primary-nav nav > ul li a:after, header .primary-nav.open nav > ul li a:after {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    bottom: 0;
    background-color: #16c5c0;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF16C5C0', endColorstr='#FF4A78D5');
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #16c5c0), color-stop(100%, #4a78d5));
    background-image: -webkit-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
    background-image: -moz-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
    background-image: -o-linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
    background-image: linear-gradient(left, #16c5c0 0%, #4a78d5 100%);
    content: "";
    display: block;
    height: 1px;
    opacity: 0;
    position: relative;
    width: 100%;
  }
  /* line 398, scss/global/_responsive.scss */
  header .primary-nav nav > ul li:hover a, header .primary-nav nav > ul li.current_page_item a, header .primary-nav nav > ul li.current-menu-item a, header .primary-nav.open nav > ul li:hover a, header .primary-nav.open nav > ul li.current_page_item a, header .primary-nav.open nav > ul li.current-menu-item a {
    opacity: 1;
  }
  /* line 401, scss/global/_responsive.scss */
  header .primary-nav nav > ul li:hover a:after, header .primary-nav nav > ul li.current_page_item a:after, header .primary-nav nav > ul li.current-menu-item a:after, header .primary-nav.open nav > ul li:hover a:after, header .primary-nav.open nav > ul li.current_page_item a:after, header .primary-nav.open nav > ul li.current-menu-item a:after {
    height: 5px;
    opacity: 1;
  }

  /* line 410, scss/global/_responsive.scss */
  #home-hero, #home-hero > div {
    min-height: 850px;
  }

  /* line 413, scss/global/_responsive.scss */
  #inner-hero {
    height: 60%;
  }
  /* line 415, scss/global/_responsive.scss */
  #inner-hero > div {
    height: 60%;
  }

  /* line 419, scss/global/_responsive.scss */
  .inner-bubbles {
    top: -40% !important;
  }

  /* line 424, scss/global/_responsive.scss */
  #how-we-do-it div div {
    margin: 0 3.5% 10em;
    width: 25%;
  }
  /* line 427, scss/global/_responsive.scss */
  #how-we-do-it div div a span img {
    width: 100%;
  }
  /* line 434, scss/global/_responsive.scss */
  #how-we-do-it div div h4 {
    font-size: 1.6em;
    padding: 2em 0 .5em;
  }
  /* line 438, scss/global/_responsive.scss */
  #how-we-do-it div div p {
    font-size: 1.2em;
  }
  /* line 443, scss/global/_responsive.scss */
  #how-we-do-it .inner {
    max-width: 1100px;
  }
  /* line 445, scss/global/_responsive.scss */
  #how-we-do-it .inner div {
    margin: 0 3.5% 6em;
    width: 92%;
  }
  /* line 448, scss/global/_responsive.scss */
  #how-we-do-it .inner div h4 {
    font-size: 2.2em;
  }
  /* line 451, scss/global/_responsive.scss */
  #how-we-do-it .inner div p {
    font-size: 1.6em;
  }

  /* line 458, scss/global/_responsive.scss */
  #landing-intro > div {
    clear: none;
    width: 50%;
  }
  /* line 461, scss/global/_responsive.scss */
  #landing-intro > div h2 {
    font-size: 4em;
  }
  /* line 467, scss/global/_responsive.scss */
  #landing-intro > .left div p {
    font-size: 1.4em;
    line-height: 1.6em;
  }
  /* line 471, scss/global/_responsive.scss */
  #landing-intro > .left div a.btn {
    font-size: 1.4em;
  }
  /* line 473, scss/global/_responsive.scss */
  #landing-intro > .left div a.btn strong {
    display: block;
    border-radius: 8px;
    background: white;
    padding: .8em 5%;
    text-align: center;
  }
  /* line 480, scss/global/_responsive.scss */
  #landing-intro > .left div a.btn:hover {
    color: #16c6c0;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    margin: 0;
  }
  /* line 490, scss/global/_responsive.scss */
  #landing-intro > .right form ul li.sml {
    clear: none;
    width: 45%;
  }

  /* line 499, scss/global/_responsive.scss */
  #landing-intro .message h3 {
    font-size: 4em;
  }
  /* line 502, scss/global/_responsive.scss */
  #landing-intro .message p {
    font-size: 2em;
  }
}
/* 1200 ------------------------------------------ */
@media screen and (min-width: 1200px) {
  /* line 512, scss/global/_responsive.scss */
  header.min:after {
    height: 100px;
  }
  /* line 515, scss/global/_responsive.scss */
  header h1 {
    margin-top: 10%;
  }
  /* line 517, scss/global/_responsive.scss */
  header h1 #logo {
    margin-left: -54px;
    width: 108px;
  }
  /* line 522, scss/global/_responsive.scss */
  header h1.min #logo, header h1.inner #logo {
    width: 64px;
    margin-left: -32px;
  }
  /* line 528, scss/global/_responsive.scss */
  header h2 {
    font-size: 2em;
    line-height: 100px;
  }
  /* line 535, scss/global/_responsive.scss */
  header .primary-nav nav > ul li, header .primary-nav.open nav > ul li {
    line-height: 100px;
  }
  /* line 537, scss/global/_responsive.scss */
  header .primary-nav nav > ul li a, header .primary-nav.open nav > ul li a {
    font-size: 1.3em !important;
  }

  /* line 547, scss/global/_responsive.scss */
  #home-hero div h2 {
    font-size: 14em;
  }
  /* line 549, scss/global/_responsive.scss */
  #home-hero div h2 strong {
    font-size: .22em;
  }
  /* line 553, scss/global/_responsive.scss */
  #home-hero div p {
    font-size: 2.4em;
  }

  /* line 558, scss/global/_responsive.scss */
  #home-hero, #home-hero > div {
    min-height: 1100px;
  }

  /* line 563, scss/global/_responsive.scss */
  #partners div h3 {
    font-size: 6em;
  }

  /* line 571, scss/global/_responsive.scss */
  #landing-intro > .left div p {
    font-size: 1.8em;
    line-height: 1.6em;
  }
  /* line 575, scss/global/_responsive.scss */
  #landing-intro > .left div a.btn {
    font-size: 1.8em;
  }
  /* line 577, scss/global/_responsive.scss */
  #landing-intro > .left div a.btn strong {
    display: block;
    border-radius: 8px;
    background: white;
    padding: .8em 5%;
    text-align: center;
  }
  /* line 584, scss/global/_responsive.scss */
  #landing-intro > .left div a.btn:hover {
    color: #16c6c0;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    margin: 0;
  }
}
/* 1400 ------------------------------------------ */
/* 1600 ------------------------------------------ */
/* 1024 Device ----------------------------------- */
/* Fixes for horizontal overflow */
@media screen and (max-height: 650px) and (orientation: landscape) {
  /* line 622, scss/global/_responsive.scss */
  header .primary-nav nav {
    top: 40% !important;
  }
  /* line 624, scss/global/_responsive.scss */
  header .primary-nav nav ul li a {
    font-size: 1.6em !important;
    padding: .3em 0 !important;
  }

  /* line 631, scss/global/_responsive.scss */
  #inner-hero {
    height: 80% !important;
  }
  /* line 633, scss/global/_responsive.scss */
  #inner-hero > div {
    height: 80% !important;
  }
  /* line 635, scss/global/_responsive.scss */
  #inner-hero > div h2 {
    font-size: 10vw;
  }
  /* line 637, scss/global/_responsive.scss */
  #inner-hero > div h2 strong {
    font-size: 3vw;
  }

  /* line 643, scss/global/_responsive.scss */
  #partners {
    height: 270%;
  }
}
@media print {
  /* line 2, scss/global/_print.scss */
  header, nav, footer {
    display: none;
  }

  /* line 5, scss/global/_print.scss */
  img {
    max-width: 500px;
  }

  /* line 8, scss/global/_print.scss */
  body {
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
  }
}