/* Third Party */
@import url(../bower_components/animate.css/animate.min.css);
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: #0055FF;
  position: absolute;
  z-index: 30; }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 5px;
  height: 9999px;
  left: 50%;
  margin-left: -2.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 5px;
  top: 50%;
  margin-top: -2.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 10px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -10px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -10px; }

.twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay,
  .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 1; }
  .twentytwenty-container * {
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 1; }
  .twentytwenty-before-label:before {
    content: "BEFORE"; }

.twentytwenty-after-label {
  opacity: 1; }
  .twentytwenty-after-label:before {
    content: "AFTER"; }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 0;
  top: 0;
  background: #D8DBE1;
  color: #A3A5A9;
  padding: 5px;
  margin: 0;
  font-size: 10px;
  line-height: 10px;
  border-radius: 0; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 0;
  top: 0;
  background: #D8DBE1;
  color: #A3A5A9;
  padding: 5px;
  margin: 0;
  font-size: 10px;
  line-height: 10px;
  border-radius: 0; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(75, 81, 88, 0.3); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  background: #0055FF;
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
  border: 5px solid #0055FF;
  border-radius: 1000px;
  box-shadow: none;
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 24px;
  box-shadow: 0 5px 0 #0055FF, none; }

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 24px;
  box-shadow: 0 -5px 0 #0055FF, none; }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 24px;
  box-shadow: 5px 0 0 #0055FF, none; }

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 24px;
  box-shadow: -5px 0 0 #0055FF, none; }

.twentytwenty-left-arrow {
  border-right: 10px solid #fff;
  left: 50%;
  margin-left: -25px; }

.twentytwenty-right-arrow {
  border-left: 10px solid #fff;
  right: 50%;
  margin-right: -25px; }

.twentytwenty-up-arrow {
  border-bottom: 10px solid #fff;
  top: 50%;
  margin-top: -25px; }

.twentytwenty-down-arrow {
  border-top: 10px solid #fff;
  bottom: 50%;
  margin-bottom: -25px; }

/* Responsive */
/* Modules */
/* Base */
/* Helpers */
/* Buttons */
/* Animations */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }

/* Breakpoints */
/* Typography */
/* Modular Typography */
/* Colours */
/* Font Colours */
/* Button Variables */
/* Spacers */
/*
 * Modifiers
 */
@font-face {
  font-family: 'NoeDisplay-Bold';
  src: url("fonts/noe-display/noe-display-bold.eot");
  src: url("fonts/noe-display/noe-display-bold.eot?#iefix") format("embedded-opentype"), url("fonts/noe-display/noe-display-bold.woff2") format("woff2"), url("fonts/noe-display/noe-display-bold.woff") format("woff"), url("fonts/noe-display/noe-display-bold.ttf") format("truetype"), url("fonts/noe-display/noe-display-bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NoeDisplay-Regular';
  src: url("fonts/noe-display/noe-display-regular.eot");
  src: url("fonts/noe-display/noe-display-regular.eot?#iefix") format("embedded-opentype"), url("fonts/noe-display/noe-display-regular.woff2") format("woff2"), url("fonts/noe-display/noe-display-regular.woff") format("woff"), url("fonts/noe-display/noe-display-regular.ttf") format("truetype"), url("fonts/noe-display/noe-display-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'liberation_monobold';
  src: url("fonts/liberation-mono/liberationmono-bold-webfont.ttf.eot");
  src: url("fonts/liberation-mono/liberationmono-bold-webfont.ttf.eot?#iefix") format("embedded-opentype"), url("fonts/liberation-mono/liberationmono-bold-webfont.ttf.woff2") format("woff2"), url("fonts/liberation-mono/liberationmono-bold-webfont.ttf.woff") format("woff"), url("fonts/liberation-mono/liberationmono-bold-webfont.ttf.ttf") format("truetype"), url("fonts/liberation-mono/liberationmono-bold-webfont.ttf.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'liberation_monoregular';
  src: url("fonts/liberation-mono/liberationmono-regular-webfont.eot");
  src: url("fonts/liberation-mono/liberationmono-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/liberation-mono/liberationmono-regular-webfont.woff2") format("woff2"), url("fonts/liberation-mono/liberationmono-regular-webfont.woff") format("woff"), url("fonts/liberation-mono/liberationmono-regular-webfont.ttf") format("truetype"), url("fonts/liberation-mono/liberationmono-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ars_maquetteregular';
  src: url("fonts/ars-maquette/arsmaquette-regular-webfont.eot");
  src: url("fonts/ars-maquette/arsmaquette-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ars-maquette/arsmaquette-regular-webfont.woff2") format("woff2"), url("fonts/ars-maquette/arsmaquette-regular-webfont.woff") format("woff"), url("fonts/ars-maquette/arsmaquette-regular-webfont.ttf") format("truetype"), url("fonts/ars-maquette/arsmaquette-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ars_maquetteitalic';
  src: url("fonts/ars-maquette/arsmaquette-regularitalic-webfont.eot");
  src: url("fonts/ars-maquette/arsmaquette-regularitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ars-maquette/arsmaquette-regularitalic-webfont.woff2") format("woff2"), url("fonts/ars-maquette/arsmaquette-regularitalic-webfont.woff") format("woff"), url("fonts/ars-maquette/arsmaquette-regularitalic-webfont.ttf") format("truetype"), url("fonts/ars-maquette/arsmaquette-regularitalic-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ars_maquettemedium';
  src: url("fonts/ars-maquette/arsmaquette-medium-webfont.eot");
  src: url("fonts/ars-maquette/arsmaquette-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ars-maquette/arsmaquette-medium-webfont.woff2") format("woff2"), url("fonts/ars-maquette/arsmaquette-medium-webfont.woff") format("woff"), url("fonts/ars-maquette/arsmaquette-medium-webfont.ttf") format("truetype"), url("fonts/ars-maquette/arsmaquette-medium-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ars_maquettebold';
  src: url("fonts/ars-maquette/arsmaquette-bold-webfont.eot");
  src: url("fonts/ars-maquette/arsmaquette-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ars-maquette/arsmaquette-bold-webfont.woff2") format("woff2"), url("fonts/ars-maquette/arsmaquette-bold-webfont.woff") format("woff"), url("fonts/ars-maquette/arsmaquette-bold-webfont.ttf") format("truetype"), url("fonts/ars-maquette/arsmaquette-bold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.float-left {
  float: left;
  margin-right: 1em; }

.float-right {
  float: right;
  margin-left: 1em; }

.text-left {
  text-align: left   !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right  !important; }

.noMargin {
  margin-bottom: 0 !important; }

/* HR */
hr {
  border-top: 1px solid #343434;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  margin-top: 120px;
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    hr.l-wrapper {
      margin-top: 0; } }
  hr.small {
    margin-top: 30px;
    margin-bottom: 30px; }

/*
 * Base Typography
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "NoeDisplay-Regular", Georgia, Times, "Times New Roman", serif; }

h1 {
  font-size: 2.6875rem;
  font-weight: normal;
  line-height: 1.2;
  color: #0055FF;
  text-transform: capitalize; }
  @media (max-width: 540px) {
    h1 {
      font-size: 2.25rem; } }
  @media (max-width: 460px) {
    h1 {
      font-size: 1.875rem; } }

h2 {
  font-family: "NoeDisplay-Regular", Georgia, Times, "Times New Roman", serif;
  font-size: 1.9375rem;
  color: #0055FF;
  font-weight: normal;
  line-height: 1.3;
  position: relative; }

h3 {
  font-size: 1.125rem;
  font-family: "NoeDisplay-Regular", Georgia, Times, "Times New Roman", serif;
  color: #888888;
  font-weight: normal !important; }
  h3 a {
    font-weight: normal; }

h4 {
  font-size: 1.331em; }
  @media (min-width: 20em) and (max-width: 30em) {
    h4 {
      font-size: calc( 1.331em + 0.253 * ( ( 100vw - 20em) / 10 )); } }
  @media (min-width: 30em) and (max-width: 40em) {
    h4 {
      font-size: calc( 1.584em + 0.275 * ( ( 100vw - 30em) / 10 )); } }
  @media (min-width: 40em) and (max-width: 50em) {
    h4 {
      font-size: calc( 1.859em + 0.297 * ( ( 100vw - 40em) / 10 )); } }
  @media (min-width: 50em) and (max-width: 60em) {
    h4 {
      font-size: calc( 2.156em + 0.319 * ( ( 100vw - 50em) / 10 )); } }
  @media (min-width: 60em) {
    h4 {
      font-size: 2.475em; } }

h5 {
  font-family: "liberation_monoregular", Courier, sans-serif;
  color: #0055FF;
  font-size: 1rem;
  margin-bottom: 10px;
  letter-spacing: 4px;
  text-transform: uppercase; }

p, ul {
  font-size: 1.0625rem;
  line-height: 1.4;
  color: #888888;
  font-family: "ars_maquetteregular", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  margin-top: 0; }

p.intro {
  font-size: 1.5rem;
  color: black;
  font-family: "liberation_monoregular", Courier, sans-serif;
  padding-left: 15px;
  border-left: 2px solid #0055FF; }
  @media (max-width: 680px) {
    p.intro {
      font-size: 1.125rem; } }

a {
  color: #343434;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }
  a:hover {
    color: #0055FF; }
    a:hover svg path {
      fill: #0055FF; }

/*
 * Buttons
 */
.btn-primary, .gform_button {
  background: #0055FF;
  border: 2px solid #0055FF;
  color: white;
  padding: 15px 30px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  border-radius: 50px;
  -webkit-appearance: none;
  font-family: "liberation_monoregular", Courier, sans-serif;
  letter-spacing: 4px;
  cursor: pointer; }
  .btn-primary:hover, .gform_button:hover {
    border-color: #0047d6;
    color: #ebebeb;
    transition: all 0.3s ease; }
  .btn-primary:active, .gform_button:active {
    border-color: #002b80;
    color: #bfbfbf; }
  .btn-primary:hover, .gform_button:hover {
    background: #343434;
    border-color: #343434;
    color: white !important; }
  .btn-primary:visited, .gform_button:visited {
    color: white; }
  .btn-primary.giant, .gform_button.giant {
    padding: 22px 39px; }

/* Layout */
/* Util */
.wow {
  visibility: hidden; }

* {
  outline: none; }

body, html {
  padding: 0;
  margin: 0;
  font-family: "NoeDisplay-Regular", Georgia, Times, "Times New Roman", serif;
  color: #888888; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

section {
  width: 100%;
  max-width: 100%; }
  section::after {
    clear: both;
    content: "";
    display: table; }

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

/* Header */
header {
  width: auto;
  max-width: 100%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  margin: 30px auto 90px auto;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: white; }
  header::after {
    clear: both;
    content: "";
    display: table; }
  header::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 1450px) {
    header {
      width: auto;
      max-width: 1200px;
      float: none;
      display: block;
      margin-right: auto;
      margin-left: auto;
      padding-left: 30px;
      padding-right: 30px;
      box-sizing: border-box; }
      header::after {
        clear: both;
        content: "";
        display: table; } }
  @media (max-width: 820px) {
    header {
      margin-bottom: 75px; } }
  @media (max-width: 540px) {
    header {
      margin-bottom: 60px;
      padding-left: 20px;
      padding-right: 20px; } }
  header.stuck {
    position: fixed;
    margin: 0;
    width: 100%;
    top: 0;
    z-index: 5; }
    @media (max-width: 1450px) {
      header.stuck {
        max-width: 100%; } }
    header.stuck .logo {
      margin-top: 7px; }
    header.stuck .svg {
      max-width: 50px;
      height: auto; }
  header .menu-main-menu-container {
    display: inline-block; }
  header .menu-icon {
    display: none;
    float: right;
    line-height: 70px; }
    @media (max-width: 560px) {
      header .menu-icon {
        display: block; } }
    header .menu-icon img, header .menu-icon svg {
      width: 25px;
      height: auto; }
      header .menu-icon img g, header .menu-icon svg g {
        stroke: #0055FF; }
        header .menu-icon img g:hover, header .menu-icon svg g:hover {
          stroke: black; }
      header .menu-icon img path, header .menu-icon svg path {
        fill: #0055FF; }
        header .menu-icon img path:hover, header .menu-icon svg path:hover {
          fill: black; }
  header .logo {
    float: left; }
  header nav {
    float: right; }
  @media (max-width: 560px) {
    header ul {
      display: none; } }
  header ul li {
    display: inline-block;
    line-height: 65px;
    margin-left: 15px; }
    header ul li a {
      text-decoration: none;
      font-family: "liberation_monoregular", Courier, sans-serif;
      font-size: 1.0625rem;
      color: #0055FF;
      word-spacing: -3px; }

/* Main */
main {
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box; }
  main::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 540px) {
    main {
      padding-left: 20px;
      padding-right: 20px; } }

/* Footer */
footer {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 30px;
  background-color: #111;
  color: #DBDBDD; }
  footer::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 540px) {
    footer {
      padding-left: 20px;
      padding-right: 20px; } }

#footer--container {
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }
  #footer--container::after {
    clear: both;
    content: "";
    display: table; }
  #footer--container::after {
    clear: both;
    content: "";
    display: table; }
  #footer--container li a, #footer--container a {
    color: #DBDBDD;
    font-weight: normal;
    font-size: 1rem;
    font-family: "ars_maquetteregular", Helvetica, Arial, sans-serif; }
    #footer--container li a:hover, #footer--container a:hover {
      color: #0055FF; }
  #footer--container .btn-primary {
    display: none; }
    #footer--container .btn-primary:hover {
      background: white !important;
      color: #343434 !important;
      border-color: white !important; }
    @media (max-width: 540px) {
      #footer--container .btn-primary {
        display: block; } }
  #footer--container .footer--brand {
    float: left;
    width: 350px; }
    #footer--container .footer--brand::after {
      clear: both;
      content: "";
      display: table; }
    @media (max-width: 900px) {
      #footer--container .footer--brand {
        float: none;
        position: relative;
        width: 100%;
        margin-bottom: 30px; } }
    @media (max-width: 540px) {
      #footer--container .footer--brand {
        margin-bottom: 30px; } }
    #footer--container .footer--brand svg path {
      fill: white;
      -webkit-transition: all 0.15s ease-out 0s;
      -moz-transition: all 0.15s ease-out 0s;
      transition: all 0.15s ease-out 0s; }
    #footer--container .footer--brand svg:hover path {
      fill: #0055FF; }
    #footer--container .footer--brand .footer--logo {
      float: left;
      margin-right: 30px;
      margin-bottom: 10px; }
      @media (max-width: 900px) {
        #footer--container .footer--brand .footer--logo {
          float: none;
          margin-right: 0;
          margin-bottom: 0; } }
    #footer--container .footer--brand ul {
      float: left;
      color: #DBDBDD;
      font-size: 0.875rem;
      font-family: "liberation_monoregular", Courier, sans-serif; }
      @media (max-width: 900px) {
        #footer--container .footer--brand ul {
          float: none;
          float: left;
          clear: none;
          text-align: inherit;
          width: 58.8%;
          margin-left: 0%;
          margin-right: 3%; }
          #footer--container .footer--brand ul::after {
            clear: both;
            content: "";
            display: table; }
          #footer--container .footer--brand ul:last-child {
            margin-right: 0%; } }
      @media (max-width: 570px) {
        #footer--container .footer--brand ul {
          float: left;
          clear: none;
          text-align: inherit;
          width: 48.5%;
          margin-left: 0%;
          margin-right: 3%; }
          #footer--container .footer--brand ul::after {
            clear: both;
            content: "";
            display: table; }
          #footer--container .footer--brand ul:last-child {
            margin-right: 0%; } }
      @media (max-width: 540px) {
        #footer--container .footer--brand ul {
          display: block;
          clear: both;
          float: none;
          width: 100%;
          margin-left: auto;
          margin-right: auto;
          text-align: center; }
          #footer--container .footer--brand ul:first-child {
            margin-left: auto; }
          #footer--container .footer--brand ul:last-child {
            margin-right: auto; } }
      #footer--container .footer--brand ul li {
        margin-bottom: 2px;
        text-transform: uppercase;
        letter-spacing: 4px; }
    @media (max-width: 900px) {
      #footer--container .footer--brand .logo-container {
        float: none;
        float: left;
        clear: none;
        text-align: inherit;
        width: 38.2%;
        margin-left: 0%;
        margin-right: 3%; }
        #footer--container .footer--brand .logo-container::after {
          clear: both;
          content: "";
          display: table; }
        #footer--container .footer--brand .logo-container:last-child {
          margin-right: 0%; } }
    @media (max-width: 570px) {
      #footer--container .footer--brand .logo-container {
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%; }
        #footer--container .footer--brand .logo-container::after {
          clear: both;
          content: "";
          display: table; }
        #footer--container .footer--brand .logo-container:last-child {
          margin-right: 0%; } }
    @media (max-width: 540px) {
      #footer--container .footer--brand .logo-container {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        text-align: center; }
        #footer--container .footer--brand .logo-container:first-child {
          margin-left: auto; }
        #footer--container .footer--brand .logo-container:last-child {
          margin-right: auto; } }
  #footer--container .footer--details {
    width: 500px;
    float: right; }
    #footer--container .footer--details::after {
      clear: both;
      content: "";
      display: table; }
    @media (max-width: 900px) {
      #footer--container .footer--details {
        float: none;
        position: relative;
        width: 100%; } }
    @media (max-width: 540px) {
      #footer--container .footer--details {
        display: none; } }
    #footer--container .footer--details p {
      margin-bottom: 4px;
      color: #DBDBDD;
      font-size: 1rem; }
    #footer--container .footer--details .detail-type {
      font-size: 0.8125rem;
      margin-bottom: 0;
      font-family: "liberation_monoregular", Courier, sans-serif;
      text-transform: uppercase; }
    #footer--container .footer--details .footer--details--three {
      float: left;
      clear: none;
      text-align: inherit;
      width: 38.2%;
      margin-left: 0%;
      margin-right: 3%; }
      #footer--container .footer--details .footer--details--three::after {
        clear: both;
        content: "";
        display: table; }
      #footer--container .footer--details .footer--details--three:last-child {
        margin-right: 0%; }
      @media (max-width: 570px) {
        #footer--container .footer--details .footer--details--three {
          float: left;
          clear: none;
          text-align: inherit;
          width: 48.5%;
          margin-left: 0%;
          margin-right: 3%;
          margin-bottom: 30px; }
          #footer--container .footer--details .footer--details--three::after {
            clear: both;
            content: "";
            display: table; }
          #footer--container .footer--details .footer--details--three:nth-child(n) {
            margin-right: 3%;
            float: left;
            clear: none; }
          #footer--container .footer--details .footer--details--three:nth-child(2n) {
            margin-right: 0%;
            float: right; }
          #footer--container .footer--details .footer--details--three:nth-child(2n + 1) {
            clear: both; } }
    #footer--container .footer--details .footer--details--two {
      float: left;
      clear: none;
      text-align: inherit;
      width: 17.6%;
      margin-left: 0%;
      margin-right: 3%; }
      #footer--container .footer--details .footer--details--two::after {
        clear: both;
        content: "";
        display: table; }
      #footer--container .footer--details .footer--details--two:last-child {
        margin-right: 0%; }
      @media (max-width: 570px) {
        #footer--container .footer--details .footer--details--two {
          float: left;
          clear: none;
          text-align: inherit;
          width: 48.5%;
          margin-left: 0%;
          margin-right: 3%;
          margin-bottom: 30px; }
          #footer--container .footer--details .footer--details--two::after {
            clear: both;
            content: "";
            display: table; }
          #footer--container .footer--details .footer--details--two:nth-child(n) {
            margin-right: 3%;
            float: left;
            clear: none; }
          #footer--container .footer--details .footer--details--two:nth-child(2n) {
            margin-right: 0%;
            float: right; }
          #footer--container .footer--details .footer--details--two:nth-child(2n + 1) {
            clear: both; } }

/* Modules */
/* [Page Intro] */
#page-intro {
  margin-bottom: 60px; }
  @media (max-width: 820px) {
    #page-intro {
      margin-bottom: 30px; } }
  #page-intro .page-intro--three-quarters {
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.25%;
    margin-left: 0%;
    margin-right: 3%; }
    #page-intro .page-intro--three-quarters::after {
      clear: both;
      content: "";
      display: table; }
    #page-intro .page-intro--three-quarters:last-child {
      margin-right: 0%; }
    #page-intro .page-intro--three-quarters h1 {
      max-width: 433px;
      width: 100%; }
    @media (max-width: 940px) {
      #page-intro .page-intro--three-quarters {
        float: left;
        clear: none;
        text-align: inherit;
        width: 58.8%;
        margin-left: 0%;
        margin-right: 3%; }
        #page-intro .page-intro--three-quarters::after {
          clear: both;
          content: "";
          display: table; }
        #page-intro .page-intro--three-quarters:last-child {
          margin-right: 0%; } }
    @media (max-width: 820px) {
      #page-intro .page-intro--three-quarters {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto; }
        #page-intro .page-intro--three-quarters:first-child {
          margin-left: auto; }
        #page-intro .page-intro--three-quarters:last-child {
          margin-right: auto; }
        #page-intro .page-intro--three-quarters h1 {
          max-width: 100%; } }
  #page-intro .page-intro--quarter {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%; }
    #page-intro .page-intro--quarter::after {
      clear: both;
      content: "";
      display: table; }
    #page-intro .page-intro--quarter:last-child {
      margin-right: 0%; }
    #page-intro .page-intro--quarter p {
      padding-top: 25px;
      font-size: 1.0625rem; }
    @media (max-width: 940px) {
      #page-intro .page-intro--quarter {
        float: left;
        clear: none;
        text-align: inherit;
        width: 38.2%;
        margin-left: 0%;
        margin-right: 3%; }
        #page-intro .page-intro--quarter::after {
          clear: both;
          content: "";
          display: table; }
        #page-intro .page-intro--quarter:last-child {
          margin-right: 0%; }
        #page-intro .page-intro--quarter p {
          padding-top: 18px; } }
    @media (max-width: 820px) {
      #page-intro .page-intro--quarter {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto; }
        #page-intro .page-intro--quarter:first-child {
          margin-left: auto; }
        #page-intro .page-intro--quarter:last-child {
          margin-right: auto; }
        #page-intro .page-intro--quarter p {
          padding-top: 15px; } }
  #page-intro .page-intro--full {
    width: 100%;
    position: relative; }
    #page-intro .page-intro--full h1 {
      margin-bottom: 5px; }
    #page-intro .page-intro--full h1, #page-intro .page-intro--full h2 {
      font-family: "NoeDisplay-Regular", Georgia, Times, "Times New Roman", serif;
      font-weight: 100;
      font-size: 1.875rem; }
    @media (max-width: 860px) {
      #page-intro .page-intro--full h2 {
        font-size: 1.25rem;
        margin-top: 10px; } }
    #page-intro .page-intro--full p {
      max-width: 750px;
      width: 100%; }
    #page-intro .page-intro--full.expand {
      padding-right: 32px;
      box-sizing: border-box; }

#page-intro--centered {
  margin-bottom: 60px;
  text-align: center; }
  @media (max-width: 820px) {
    #page-intro--centered {
      margin-bottom: 30px; } }
  #page-intro--centered img {
    margin-bottom: 30px;
    max-width: 160px;
    width: 100%;
    height: auto; }
    #page-intro--centered img.about-icon {
      max-width: 110px; }
  #page-intro--centered h1 {
    max-width: 750px;
    margin: 0 auto 15px auto;
    width: 100%;
    font-family: "NoeDisplay-Regular", Georgia, Times, "Times New Roman", serif; }
  #page-intro--centered h4 {
    font-size: 1.125rem;
    letter-spacing: 4px;
    color: #343434;
    font-family: "liberation_monoregular", Courier, sans-serif;
    margin-bottom: 60px; }
    @media (max-width: 820px) {
      #page-intro--centered h4 {
        margin-bottom: 30px; } }
    #page-intro--centered h4 a {
      color: #0055FF; }
      #page-intro--centered h4 a:hover {
        color: #0055FF; }
  #page-intro--centered h5 {
    max-width: 350px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5; }
  #page-intro--centered p {
    max-width: 590px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

/* [Projects] */
.project-intro--expand {
  position: absolute;
  right: 0;
  bottom: 5px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }
  .project-intro--expand.is-open {
    transform: rotate(45deg);
    transform-origin: center center; }

.project-single--details {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }
  .project-single--details.is-open {
    height: auto;
    opacity: 1;
    padding-top: 30px; }

.project--feature {
  margin-bottom: 3% !important;
  position: relative; }
  .project--feature::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 570px) {
    .project--feature {
      margin-bottom: 27px !important; } }
  .project--feature img {
    max-width: 100%;
    width: 100%;
    height: auto; }
  .project--feature .slick-dotted.slick-slider {
    margin-bottom: 0 !important; }
  .project--feature .slick-dots {
    position: absolute;
    bottom: 10px; }
    @media (max-width: 570px) {
      .project--feature .slick-dots {
        bottom: -2px; } }
    .project--feature .slick-dots li {
      width: 15px; }
      .project--feature .slick-dots li button:before {
        color: white;
        opacity: 1;
        font-size: 12px; }
      @media (max-width: 570px) {
        .project--feature .slick-dots li {
          width: 10px; }
          .project--feature .slick-dots li button:before {
            font-size: 9px; } }
      .project--feature .slick-dots li.slick-active button:before {
        color: #343434; }

.project--two-thirds-one-third, .project--half, .project--thirds, .project--half-span {
  width: 100%;
  max-width: 100%; }
  .project--two-thirds-one-third::after, .project--half::after, .project--thirds::after, .project--half-span::after {
    clear: both;
    content: "";
    display: table; }

.project--one-half {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  margin-bottom: 3%; }
  .project--one-half::after {
    clear: both;
    content: "";
    display: table; }
  .project--one-half:last-child {
    margin-right: 0%; }
  @media (max-width: 980px) {
    .project--one-half {
      float: left;
      clear: none;
      text-align: inherit;
      width: 48%;
      margin-left: 0%;
      margin-right: 4%; }
      .project--one-half::after {
        clear: both;
        content: "";
        display: table; }
      .project--one-half:last-child {
        margin-right: 0%; } }
  @media (max-width: 570px) {
    .project--one-half {
      display: block;
      clear: both;
      float: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 25px; }
      .project--one-half:first-child {
        margin-left: auto; }
      .project--one-half:last-child {
        margin-right: auto; } }
  @media (max-width: 570px) {
    .project--one-half.left {
      padding-bottom: 25px; } }
  .project--one-half img {
    max-width: 100%;
    width: 100%; }
  .project--one-half .slider .slick-list {
    padding-bottom: 15px; }
  .project--one-half .slider .slick-dotted.slick-slider {
    margin-bottom: 10px !important; }
    @media (max-width: 1290px) {
      .project--one-half .slider .slick-dotted.slick-slider {
        margin-bottom: 30px !important; } }
  .project--one-half .slider ul.slick-dots {
    text-align: left; }
    .project--one-half .slider ul.slick-dots li {
      text-align: left;
      margin: 0 5px 0 0;
      width: 15px; }
      .project--one-half .slider ul.slick-dots li button:before {
        color: #0055FF;
        opacity: 1;
        font-size: 12px; }
      .project--one-half .slider ul.slick-dots li.slick-active button:before {
        color: #343434; }

.project--half-span .project--one-half {
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%; }
  .project--half-span .project--one-half::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 600px) {
    .project--half-span .project--one-half {
      display: block;
      clear: both;
      float: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .project--half-span .project--one-half:first-child {
        margin-left: auto; }
      .project--half-span .project--one-half:last-child {
        margin-right: auto; } }

.project--two-thirds {
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.6666666667%;
  margin-left: 0%;
  margin-right: 3%;
  margin-bottom: 3%; }
  .project--two-thirds::after {
    clear: both;
    content: "";
    display: table; }
  .project--two-thirds:last-child {
    margin-right: 0%; }
  @media (max-width: 980px) {
    .project--two-thirds {
      float: left;
      clear: none;
      text-align: inherit;
      width: 65.5%;
      margin-left: 0%;
      margin-right: 3.5%; }
      .project--two-thirds::after {
        clear: both;
        content: "";
        display: table; }
      .project--two-thirds:last-child {
        margin-right: 0%; } }
  @media (max-width: 650px) {
    .project--two-thirds {
      display: block;
      clear: both;
      float: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 3%; }
      .project--two-thirds:first-child {
        margin-left: auto; }
      .project--two-thirds:last-child {
        margin-right: auto; } }

.project--one-third {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.3333333333%;
  margin-left: 0%;
  margin-right: 3%;
  margin-bottom: 3%; }
  .project--one-third::after {
    clear: both;
    content: "";
    display: table; }
  .project--one-third:last-child {
    margin-right: 0%; }
  @media (max-width: 980px) {
    .project--one-third {
      float: left;
      clear: none;
      text-align: inherit;
      width: 31%;
      margin-left: 0%;
      margin-right: 3.5%; }
      .project--one-third::after {
        clear: both;
        content: "";
        display: table; }
      .project--one-third:last-child {
        margin-right: 0%; } }
  @media (max-width: 650px) {
    .project--one-third {
      display: block;
      clear: both;
      float: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 3%; }
      .project--one-third:first-child {
        margin-left: auto; }
      .project--one-third:last-child {
        margin-right: auto; } }

.project {
  position: relative; }
  .project .project--details {
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 5px;
    width: 100%;
    background-color: rgba(0, 85, 255, 0.9);
    color: white;
    text-align: center;
    font-family: "NoeDisplay-Regular", Georgia, Times, "Times New Roman", serif; }
    .project .project--details .project--details-overlay {
      display: table;
      height: 100%;
      width: 100%; }
      .project .project--details .project--details-overlay p {
        color: #ffffff;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        font-family: "liberation_monoregular", Courier, sans-serif;
        text-transform: uppercase;
        letter-spacing: 4px;
        font-size: 1rem; }
  .project:hover .project--details {
    opacity: 1; }

.project--feature .project--details {
  bottom: 0px; }

/* [Our Mission] */
.our-mission {
  width: 100%;
  max-width: 100%;
  margin-top: 120px;
  margin-bottom: 120px;
  text-align: center; }
  @media (max-width: 820px) {
    .our-mission {
      margin-top: 60px;
      margin-bottom: 60px; } }
  .our-mission img {
    margin-bottom: 30px;
    max-height: 90px;
    width: auto; }
  .our-mission h2 {
    max-width: 800px;
    width: 100%;
    margin: auto;
    padding: 0; }
    @media (max-width: 820px) {
      .our-mission h2 {
        font-size: 1.625rem;
        width: auto;
        max-width: 590px;
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0; }
        .our-mission h2::after {
          clear: both;
          content: "";
          display: table; } }
    @media (max-width: 540px) {
      .our-mission h2 {
        font-size: 1.3125rem; } }

/* [What We Do] */
.what-we-do {
  width: 100%;
  max-width: 100%;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 120px; }
  .what-we-do::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 820px) {
    .what-we-do {
      margin-bottom: 60px; } }
  .what-we-do .what-we-do--third {
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.3333333333%;
    margin-left: 0%;
    margin-right: 0%;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    padding: 120px 0;
    text-align: center;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all; }
    .what-we-do .what-we-do--third::after {
      clear: both;
      content: "";
      display: table; }
    .what-we-do .what-we-do--third:hover {
      background-color: #fcfcfc;
      padding: 110px 0 130px 0; }
    @media (max-width: 820px) {
      .what-we-do .what-we-do--third {
        padding: 60px 0; }
        .what-we-do .what-we-do--third:hover {
          background-color: #fcfcfc;
          padding: 50px 0 70px 0; } }
    @media (max-width: 540px) {
      .what-we-do .what-we-do--third {
        -webkit-columns: 0.3333333333;
        -moz-columns: 0.3333333333;
        columns: 0.3333333333; } }
    @media (max-width: 490px) {
      .what-we-do .what-we-do--third {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 30px 0; }
        .what-we-do .what-we-do--third:first-child {
          margin-left: auto; }
        .what-we-do .what-we-do--third:last-child {
          margin-right: auto; }
        .what-we-do .what-we-do--third:hover {
          background-color: #fcfcfc;
          padding: 25px 0 35px 0; } }
    .what-we-do .what-we-do--third img, .what-we-do .what-we-do--third svg {
      margin-bottom: 15px;
      max-height: 90px;
      width: auto; }
    .what-we-do .what-we-do--third a, .what-we-do .what-we-do--third h3 a {
      font-weight: normal;
      font-family: "liberation_monoregular", Courier, sans-serif;
      color: #0055FF; }
      @media (max-width: 540px) {
        .what-we-do .what-we-do--third a, .what-we-do .what-we-do--third h3 a {
          font-size: 0.875rem; } }

/* [CTA] */
.cta {
  max-width: 100%;
  width: 600px;
  margin: 120px auto;
  text-align: center; }
  @media (max-width: 820px) {
    .cta {
      margin: 60px auto; } }
  .cta h2 {
    font-family: "liberation_monoregular", Courier, sans-serif;
    margin-bottom: 15px;
    font-size: 1.375rem;
    line-height: 1.5; }
    @media (max-width: 820px) {
      .cta h2 {
        font-size: 1.625rem; } }
    @media (max-width: 680px) {
      .cta h2 {
        font-size: 1.125rem; } }
  .cta h3 {
    font-family: "NoeDisplay-Regular", Georgia, Times, "Times New Roman", serif;
    font-size: 1.9375rem; }
    @media (max-width: 820px) {
      .cta h3 {
        font-size: 1.625rem; } }
    .cta h3:hover svg {
      -webkit-animation: swing 1s;
      animation: swing 1s; }
  .cta h5 {
    color: black;
    font-size: 0.875rem; }

/* [About TBD] */
.about-tbd {
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 60px; }
  .about-tbd::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 820px) {
    .about-tbd {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .about-tbd .about__wrapper::after {
    clear: both;
    content: "";
    display: table; }
  .about-tbd .about-tbd--half {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%; }
    .about-tbd .about-tbd--half::after {
      clear: both;
      content: "";
      display: table; }
    .about-tbd .about-tbd--half:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .about-tbd .about-tbd--half:nth-child(2n) {
      margin-right: 0%;
      float: right; }
    .about-tbd .about-tbd--half:nth-child(2n + 1) {
      clear: both; }
    @media (max-width: 820px) {
      .about-tbd .about-tbd--half {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .about-tbd .about-tbd--half:first-child {
          margin-left: auto; }
        .about-tbd .about-tbd--half:last-child {
          margin-right: auto; } }
    .about-tbd .about-tbd--half.left p {
      font-size: 1.125rem;
      max-width: 390px;
      width: 100%; }
      @media (max-width: 820px) {
        .about-tbd .about-tbd--half.left p {
          max-width: 100%; } }
    .about-tbd .about-tbd--half.right p:first-child {
      font-size: 1.5rem;
      color: black;
      font-family: "liberation_monoregular", Courier, sans-serif;
      padding-left: 15px;
      border-left: 2px solid #0055FF; }
      @media (max-width: 680px) {
        .about-tbd .about-tbd--half.right p:first-child {
          font-size: 1.125rem; } }
    @media (max-width: 820px) {
      .about-tbd .about-tbd--half.right {
        margin-bottom: 30px; } }

.about-tbd--contact-btn {
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin-bottom: 120px; }

/* [Staff] */
.staff {
  margin-bottom: 120px; }
  .staff::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 820px) {
    .staff {
      margin-bottom: 60px; } }
  .staff .staff--half {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%; }
    .staff .staff--half::after {
      clear: both;
      content: "";
      display: table; }
    .staff .staff--half:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .staff .staff--half:nth-child(2n) {
      margin-right: 0%;
      float: right; }
    .staff .staff--half:nth-child(2n + 1) {
      clear: both; }
    @media (max-width: 640px) {
      .staff .staff--half {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px; }
        .staff .staff--half:first-child {
          margin-left: auto; }
        .staff .staff--half:last-child {
          margin-right: auto; }
        .staff .staff--half:nth-last-child(-n + 1) {
          margin-bottom: 0; } }
    .staff .staff--half h2 {
      font-family: "NoeDisplay-Regular", Georgia, Times, "Times New Roman", serif;
      margin-bottom: 3px;
      color: #0055FF; }
    .staff .staff--half h5 {
      margin-bottom: 15px; }
    .staff .staff--half img {
      margin-bottom: 30px; }

/* [ Break-Out ] */
.break-out {
  max-width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 120px 0;
  text-align: center;
  margin-bottom: 120px; }
  @media (max-width: 820px) {
    .break-out {
      padding: 60px 0;
      margin-bottom: 60px; } }
  .break-out h2 {
    max-width: 700px;
    margin: 0 auto 30px auto;
    font-family: "liberation_monoregular", Courier, sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1.4;
    color: #0055FF; }
  .break-out ul {
    width: 100%;
    max-width: 745px;
    margin: auto;
    box-sizing: border-box; }
    .break-out ul::after {
      clear: both;
      content: "";
      display: table; }
    .break-out ul:hover li img {
      -webkit-transition: all 0.15s ease-out 0s;
      -moz-transition: all 0.15s ease-out 0s;
      transition: all 0.15s ease-out 0s;
      opacity: 0.5; }
      .break-out ul:hover li img:hover {
        opacity: 1; }
    .break-out ul li {
      display: inline-block;
      margin: 0 15px 25px 15px; }
      .break-out ul li svg {
        -webkit-transition: all 0.15s ease-out 0s;
        -moz-transition: all 0.15s ease-out 0s;
        transition: all 0.15s ease-out 0s; }
        .break-out ul li svg:hover {
          transform: scale(1.1);
          transform-origin: center; }
      .break-out ul li svg path, .break-out ul li svg ellipse {
        -webkit-transition: all 0.15s ease-out 0s;
        -moz-transition: all 0.15s ease-out 0s;
        transition: all 0.15s ease-out 0s; }
      .break-out ul li svg:hover path, .break-out ul li svg:hover ellipse {
        fill: #0055FF; }
      .break-out ul li img.logo {
        max-width: 200px;
        width: auto;
        max-height: 50px;
        height: auto; }

/* [Form] */
.contact--form {
  max-width: 580px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px; }
  @media (max-width: 820px) {
    .contact--form {
      margin-bottom: 60px; } }

input {
  width: 100%;
  border: 1px solid #E0E0E0;
  padding: 20px 35px !important;
  border-radius: 50px;
  font-size: 1rem;
  color: #888888;
  margin-bottom: 15px;
  box-sizing: border-box;
  -webkit-appearance: none; }
  input::placeholder {
    color: #d5d4d4; }
  input:focus {
    border-color: #0055FF;
    color: #0055FF; }

textarea {
  width: 100%;
  border: 1px solid #E0E0E0;
  padding: 20px 35px !important;
  border-radius: 25px;
  font-size: 1rem;
  color: #888888;
  min-height: 100px;
  box-sizing: border-box;
  margin-bottom: 15px;
  -webkit-appearance: none; }

.gform_fields::after {
  clear: both;
  content: "";
  display: table; }

li.gfield {
  text-align: left !important; }
  li.gfield::after {
    clear: both;
    content: "";
    display: table; }

li label.gfield_label {
  font-family: "liberation_monoregular", Courier, sans-serif;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 3px;
  display: block;
  padding-left: 10px;
  font-size: 0.75rem; }

.gfield_required {
  color: #0055FF; }

.validation_error {
  color: #0055FF;
  margin-bottom: 15px;
  font-family: "NoeDisplay-Regular", Georgia, Times, "Times New Roman", serif;
  font-size: 1rem; }

.gfield_error input {
  border-color: #0055FF; }

.validation_message {
  text-transform: uppercase;
  color: #0055FF;
  font-size: 0.8125rem;
  margin-bottom: 15px; }
  .validation_message.instruction {
    font-style: italic;
    font-size: 1rem;
    color: #0055FF;
    margin-bottom: 15px; }

.gform_confirmation_message {
  text-align: center;
  color: #343434;
  font-size: 1.375rem; }
  .gform_confirmation_message p {
    color: #343434; }

.gform_ajax_spinner {
  max-width: 30px;
  height: auto;
  margin: 15px auto 0 auto; }

.gfield.half {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%; }
  .gfield.half::after {
    clear: both;
    content: "";
    display: table; }
  .gfield.half:last-child {
    margin-right: 0%; }
  .gfield.half.right {
    margin-right: 0 !important; }

/* [ Map ] */
#map {
  width: 100%;
  max-width: 100%;
  height: 600px;
  margin-bottom: 120px; }
  @media (max-width: 1000px) {
    #map {
      height: 500px; } }
  @media (max-width: 820px) {
    #map {
      margin-bottom: 60px; } }
  @media (max-width: 770px) {
    #map {
      height: 400px; } }

/* [ Blog ] */
article {
  margin-bottom: 60px;
  padding-top: 60px;
  border-top: 1px solid #E0E0E0; }
  article .blog-post--image {
    width: 100%;
    max-width: 100%;
    height: 400px;
    background: #f5f5f4;
    margin-bottom: 30px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
    article .blog-post--image a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      display: block; }
    @media (max-width: 600px) {
      article .blog-post--image {
        height: 300px; } }
    @media (max-width: 480px) {
      article .blog-post--image {
        height: 225px; } }
  article .blog-post--wrapper {
    width: 100%;
    max-width: 100%; }
    article .blog-post--wrapper::after {
      clear: both;
      content: "";
      display: table; }
    article .blog-post--wrapper .blog-post--heading {
      float: left;
      clear: none;
      text-align: inherit;
      width: 38.2%;
      margin-left: 0%;
      margin-right: 3%; }
      article .blog-post--wrapper .blog-post--heading::after {
        clear: both;
        content: "";
        display: table; }
      article .blog-post--wrapper .blog-post--heading:last-child {
        margin-right: 0%; }
      @media (max-width: 930px) {
        article .blog-post--wrapper .blog-post--heading {
          float: left;
          clear: none;
          text-align: inherit;
          width: 58%;
          margin-left: 0%;
          margin-right: 5%; }
          article .blog-post--wrapper .blog-post--heading::after {
            clear: both;
            content: "";
            display: table; }
          article .blog-post--wrapper .blog-post--heading:last-child {
            margin-right: 0%; } }
      @media (max-width: 740px) {
        article .blog-post--wrapper .blog-post--heading {
          display: block;
          clear: both;
          float: none;
          width: 100%;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 15px; }
          article .blog-post--wrapper .blog-post--heading:first-child {
            margin-left: auto; }
          article .blog-post--wrapper .blog-post--heading:last-child {
            margin-right: auto; } }
      article .blog-post--wrapper .blog-post--heading h2 {
        margin-bottom: 10px;
        text-transform: capitalize; }
        article .blog-post--wrapper .blog-post--heading h2 a {
          font-family: "NoeDisplay-Regular", Georgia, Times, "Times New Roman", serif;
          font-weight: normal;
          color: #0055FF; }
          article .blog-post--wrapper .blog-post--heading h2 a:hover {
            color: black; }
      article .blog-post--wrapper .blog-post--heading h5 {
        font-size: 0.875rem;
        color: black; }
      article .blog-post--wrapper .blog-post--heading h5 a {
        color: #0055FF; }
    article .blog-post--wrapper .blog-post--snippet {
      float: left;
      clear: none;
      text-align: inherit;
      width: 38.2%;
      margin-left: 0%;
      margin-right: 3%;
      position: relative;
      left: 20.6%; }
      article .blog-post--wrapper .blog-post--snippet::after {
        clear: both;
        content: "";
        display: table; }
      article .blog-post--wrapper .blog-post--snippet:last-child {
        margin-right: 0%; }
      @media (max-width: 930px) {
        article .blog-post--wrapper .blog-post--snippet {
          position: static;
          left: 0;
          float: left;
          clear: none;
          text-align: inherit;
          width: 37%;
          margin-left: 0%;
          margin-right: 5%; }
          article .blog-post--wrapper .blog-post--snippet::after {
            clear: both;
            content: "";
            display: table; }
          article .blog-post--wrapper .blog-post--snippet:last-child {
            margin-right: 0%; } }
      @media (max-width: 740px) {
        article .blog-post--wrapper .blog-post--snippet {
          display: block;
          clear: both;
          float: none;
          width: 100%;
          margin-left: auto;
          margin-right: auto; }
          article .blog-post--wrapper .blog-post--snippet:first-child {
            margin-left: auto; }
          article .blog-post--wrapper .blog-post--snippet:last-child {
            margin-right: auto; } }
      article .blog-post--wrapper .blog-post--snippet a {
        color: #0055FF;
        font-family: "liberation_monoregular", Courier, sans-serif;
        text-transform: uppercase;
        letter-spacing: 4px; }
        article .blog-post--wrapper .blog-post--snippet a:hover {
          color: black; }
  article.single {
    position: relative;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    border-top: 0;
    margin-bottom: 60px; }
    article.single .blog-post--image {
      height: 550px;
      margin-bottom: 60px; }
      @media (max-width: 700px) {
        article.single .blog-post--image {
          height: 300px; } }
      @media (max-width: 500px) {
        article.single .blog-post--image {
          height: 225px; } }
    article.single .blog-post--content-wrapper {
      width: auto;
      max-width: 800px;
      float: none;
      display: block;
      margin-right: auto;
      margin-left: auto;
      padding-left: 0;
      padding-right: 0; }
      article.single .blog-post--content-wrapper::after {
        clear: both;
        content: "";
        display: table; }
      article.single .blog-post--content-wrapper p a {
        font-family: "NoeDisplay-Regular", Georgia, Times, "Times New Roman", serif; }
      article.single .blog-post--content-wrapper p strong {
        color: black; }
      article.single .blog-post--content-wrapper .thumbnail {
        float: left;
        margin-right: 10px;
        width: 50px;
        height: 50px; }
      article.single .blog-post--content-wrapper h2 {
        font-size: 1.625rem;
        margin-bottom: 10px; }
      article.single .blog-post--content-wrapper h3 {
        color: #0055FF;
        font-size: 1.25rem;
        margin-top: 20px; }
      article.single .blog-post--content-wrapper hr {
        border-top: 1px solid #E0E0E0;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        margin-top: 60px;
        margin-bottom: 60px; }
    article.single .blog-post--content-heading {
      margin-bottom: 30px;
      width: auto;
      max-width: 800px;
      float: none;
      display: block;
      margin-right: auto;
      margin-left: auto;
      padding-left: 0;
      padding-right: 0; }
      article.single .blog-post--content-heading::after {
        clear: both;
        content: "";
        display: table; }
      article.single .blog-post--content-heading a {
        color: #0055FF; }
      @media (max-width: 1060px) {
        article.single .blog-post--content-heading {
          margin-bottom: 5px; } }
      article.single .blog-post--content-heading h5 {
        color: black; }
      article.single .blog-post--content-heading h2 {
        margin-bottom: 5px;
        line-height: 1.1; }
    article.single .fb_iframe_widget {
      display: block;
      text-align: right;
      margin-bottom: 15px;
      position: absolute;
      right: 0;
      top: 10px; }
      @media (max-width: 1060px) {
        article.single .fb_iframe_widget {
          position: relative;
          top: auto;
          right: auto;
          text-align: left;
          width: auto;
          max-width: 800px;
          float: none;
          display: block;
          margin-right: auto;
          margin-left: auto;
          padding-left: 0;
          padding-right: 0;
          margin-bottom: 30px; }
          article.single .fb_iframe_widget::after {
            clear: both;
            content: "";
            display: table; } }

.pagination-container {
  width: auto;
  max-width: 800px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #E0E0E0;
  padding-top: 60px;
  margin-bottom: 60px; }
  .pagination-container::after {
    clear: both;
    content: "";
    display: table; }
  .pagination-container.blog {
    width: auto;
    max-width: 1200px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    padding-top: 60px; }
    .pagination-container.blog::after {
      clear: both;
      content: "";
      display: table; }
  .pagination-container .pagination-container--half {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%; }
    .pagination-container .pagination-container--half::after {
      clear: both;
      content: "";
      display: table; }
    .pagination-container .pagination-container--half:last-child {
      margin-right: 0%; }
    .pagination-container .pagination-container--half:first-child {
      text-align: left; }
    .pagination-container .pagination-container--half:nth-last-child(-n + 1) {
      text-align: right; }

/* [What We Do Page] */
.page-intro--bordered {
  margin-bottom: 0;
  padding-bottom: 120px;
  border-bottom: 1px solid #E0E0E0; }

.what-we-do-page {
  max-width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  border-bottom: 1px solid #E0E0E0; }
  .what-we-do-page::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 820px) {
    .what-we-do-page {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .what-we-do-page .what-we-do-page--half {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%; }
    .what-we-do-page .what-we-do-page--half::after {
      clear: both;
      content: "";
      display: table; }
    .what-we-do-page .what-we-do-page--half:nth-child(n) {
      margin-right: 3%;
      float: left;
      clear: none; }
    .what-we-do-page .what-we-do-page--half:nth-child(2n) {
      margin-right: 0%;
      float: right; }
    .what-we-do-page .what-we-do-page--half:nth-child(2n + 1) {
      clear: both; }
    @media (max-width: 820px) {
      .what-we-do-page .what-we-do-page--half {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .what-we-do-page .what-we-do-page--half:first-child {
          margin-left: auto; }
        .what-we-do-page .what-we-do-page--half:last-child {
          margin-right: auto; } }
    .what-we-do-page .what-we-do-page--half.left {
      margin-bottom: 60px; }
      .what-we-do-page .what-we-do-page--half.left p {
        font-size: 2.8125rem;
        color: #0055FF;
        line-height: 1.35;
        font-family: "NoeDisplay-Regular", Georgia, Times, "Times New Roman", serif;
        text-transform: capitalize;
        margin-top: 0;
        max-width: 470px;
        width: 100%; }
        @media (max-width: 820px) {
          .what-we-do-page .what-we-do-page--half.left p {
            max-width: 100%; } }
    .what-we-do-page .what-we-do-page--half.right {
      margin-bottom: 60px; }
      .what-we-do-page .what-we-do-page--half.right p {
        font-size: 1.125rem;
        width: 100%; }
      @media (max-width: 820px) {
        .what-we-do-page .what-we-do-page--half.right {
          margin-bottom: 30px; } }
  .what-we-do-page .project--feature, .what-we-do-page .twentytwenty-wrapper {
    clear: both; }

.what-we-do-page--contact-btn {
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 120px; }

/* [Notification] */
.notification {
  background: #0055FF;
  display: none;
  padding: 10px 25px 10px 15px;
  color: white;
  text-align: center;
  font-family: "liberation_monoregular", Courier, sans-serif;
  font-size: 0.75rem;
  cursor: pointer; }
  @media (min-width: 600px) {
    .notification {
      font-size: 0.875rem; } }
  .notification a {
    color: black;
    font-family: "liberation_monoregular", Courier, sans-serif; }
    .notification a:hover {
      color: #0055FF; }
  .notification i {
    position: absolute;
    right: 10px;
    display: block;
    letter-spacing: 0;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 0.75rem;
    background: white;
    color: #0055FF;
    border-radius: 50%;
    top: 10px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s; }
    .notification i:hover {
      background-color: #4d88ff;
      color: white; }

/* [Jobs] */
.job {
  width: auto;
  max-width: 800px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #E0E0E0; }
  .job::after {
    clear: both;
    content: "";
    display: table; }
  .job__none {
    text-align: center;
    padding-top: 60px;
    border-top: 1px solid #E0E0E0; }
  .job hr {
    border-top: 1px solid #E0E0E0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin-top: 30px;
    margin-bottom: 30px; }
  .job h3 {
    color: #0055FF;
    font-family: "NoeDisplay-Bold", Georgia, Times, "Times New Roman", serif;
    margin-bottom: 0.3125rem;
    margin-top: 1.875rem; }
  .job ul {
    list-style-type: disc;
    padding-left: 17px;
    margin-bottom: 30px; }

.job__type {
  color: #0055FF;
  text-transform: uppercase;
  font-family: "NoeDisplay-Bold", Georgia, Times, "Times New Roman", serif;
  font-size: 0.875rem;
  margin-top: 0 !important; }

/* Menu Appearance */
.pushy {
  position: fixed;
  width: 200px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: black;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */ }
  .pushy a {
    display: block;
    color: #b3b3b1;
    padding: 15px 30px;
    text-decoration: none; }
  .pushy a:hover {
    color: #FFF; }
  .pushy ul:first-child {
    margin-top: 10px; }
  .pushy.pushy-left {
    left: 0; }
  .pushy.pushy-right {
    right: 0; }

.pushy-content {
  visibility: hidden; }

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0); }

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0); }

.pushy-right {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0); }

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0); }

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible; }

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

/* Site Overlay */
.site-overlay {
  display: none; }

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(76, 81, 89, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */ }
  .pushy-submenu ul {
    padding-left: 15px;
    transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out; }
    .pushy-submenu ul .pushy-link {
      transition: opacity 0.2s ease-in-out; }
  .pushy-submenu button {
    width: 100%;
    color: #b3b3b1;
    padding: 15px 30px;
    text-align: left;
    background: transparent;
    border: 0; }
    .pushy-submenu button:hover {
      color: #FFF; }
  .pushy-submenu > a,
  .pushy-submenu > button {
    position: relative; }
  .pushy-submenu > a::after,
  .pushy-submenu > button::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url("../img/arrow.svg") no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: transform 0.2s; }

/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden; }

.pushy-submenu-closed .pushy-link {
  opacity: 0; }

.pushy-submenu-open {
  /* Submenu Icon */ }
  .pushy-submenu-open ul {
    max-height: 1000px;
    visibility: visible; }
  .pushy-submenu-open .pushy-link {
    opacity: 1; }
  .pushy-submenu-open a::after,
  .pushy-submenu-open button::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg); }

/* [Modal] */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background-color: rgba(0, 85, 255, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #888888;
  background: #fff;
  text-align: center;
  padding: 60px; }
  @media (max-width: 580px) {
    .remodal {
      padding: 25px; } }
  .remodal .remodal-close {
    top: 20px;
    right: 20px; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #0055FF;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: "ars_maquetteregular", Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }
