/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

strong {
  font-weight: 700;
}
/**
	creates code according the value sent, default normal
**/
/* FONTS
font-family: "Gotham A", "Gotham B"; 

font-style: normal;
font-weight: 300;  //light
font-weight: 400;  //normal
font-weight: 500;  // medium
font-weight: 700; //bold


*/
/*****************
  Default setup
*****************/
body {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 300;
  color: #696969;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  line-height: 1.45;
  font-weight: 300;
  font-style: normal;
  font-size: 16px; }
  body.open {
    overflow: hidden; }

.pure-g [class*="pure-u"] {
  /* Set your content font stack here: */
  font-family: font-family: "Gotham A", "Gotham B", sans-serif }

.wrapper-full {
  width: 100%;
  margin: 0 auto; }

.wrapper {
  max-width: 1280px;
  min-width: 300px;
  margin: 0 auto;
  box-sizing: border-box; }
  .wrapper img {
    max-width: 100%;
    display: block; }

#mainbody {
  position: relative;
  left: 0;
  transition: left 0.3s ease-in-out; }
  #mainbody.open {
    overflow: hidden; }

#container {
  overflow-x: hidden; }
  #container.open {
    overflow: hidden; }
  #container.fadeIn {
    animation-duration: 2.5s; }

section {
  padding: 25px 10px; }
  section.first {
    padding: 50px 10px 25px 10px; }
  section.last {
    padding: 25px 10px 50px 10px; }
  section.double {
    padding-top: 50px;
    padding-bottom: 50px; }

h1 {
  color: #002030;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 300;
  font-size: 2em;
  letter-spacing: 8px; }
  h1.small {
    font-size: 0.875em; }
  h1.bold {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 700;
    color: #fff; }
  h1.small-spacing {
    letter-spacing: 3px; }
  h1.no-spacing {
    letter-spacing: 0px; }

h2 {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  color: #00203c;
  line-height: 1;
  letter-spacing: 3px; }
  h2.red {
    color: #315C75; }
  h2.less-letter-spacing {
    letter-spacing: 2px; }
  #givingBack h2 {
    margin-bottom: 45px; }

h3 {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 700;
  letter-spacing: 4px; }

a {
  display: inline-block;
  text-decoration: none;
  width: auto;
  outline: 0;
  color: inherit; }
  a:hover {
    color: inherit; }
  a:active {
    color: inherit; }

a[href^="mailto"]:hover {
  color: #315C75; }

main {
  padding-top: 60px; }

header > h1 {
  margin-top: -6px;
  line-height: 1.1; }
  header > h1 + h2 {
    padding-top: 20px;
    letter-spacing: 6px; }
  header > h1 + h3 {
    padding-top: 25px; }
header + .emphasize {
  padding-top: 20px; }

footer {
  padding: 50px 20px 30px 20px;
  color: #696969; }
  footer a:hover {
    color: #315C75; }
  footer .footer-logo {
    width: auto;
    margin: 0 auto;
    text-align: center;
    padding: 80px 10px 0px 10px; }
  footer .footer-menu {
    display: none;
    list-style: none;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 700;
    font-size: 0.8em;
    letter-spacing: normal;
    text-align: center;
    padding: 10px 0; }
    @media screen and (max-width: 1280px) {
      footer .footer-menu {
        padding: 0.781255vw; } }
    footer .footer-menu li {
      display: inline-block;
      width: auto;
      padding: 0 10px;
      text-align: center; }
  footer .contact-info {
    font-size: 0.875em;
    line-height: 1.85;
    padding: 25px 0;
    margin: 0 auto;
    max-width: 440px;
    width: 100%;
    vertical-align: top;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    footer .contact-info > div {
      flex: 0 1 100%;
      display: inline-block;
      width: 100%; }
      footer .contact-info > div:nth-child(1) {
        padding-right: 0; }
      footer .contact-info > div:nth-child(2) {
        padding-top: 20px;
        padding-left: 0; }
  footer .copyright {
    font-size: 0.675em;
    padding-top: 70px; }

@media screen and (min-width: 768px) {
  section {
    padding: 50px 35px; }

  h1 {
    font-size: 3.7em;
    letter-spacing: 18px; }
    h1.small-spacing {
      letter-spacing: 7px; }
    h1.no-spacing {
      letter-spacing: 1px; }

  h2 {
    font-size: 1.125em;
    letter-spacing: 5px; }
    h2.less-letter-spacing {
      letter-spacing: 2px; }

  main {
    padding-top: 80px; }

  footer .footer-logo {
    padding: 0 10px 0px 10px; }
  footer .footer-menu {
    display: block;
    font-size: .7em; }
    footer .footer-menu li {
      padding: 5px; }
  footer .contact-info > div {
    width: auto;
    flex: 0 1 auto; }
    footer .contact-info > div:nth-child(1) {
      padding-right: 20px; }
    footer .contact-info > div:nth-child(2) {
      padding-top: 0;
      padding-left: 20px; } }
@media screen and (min-width: 1024px) {
  #mainbody {
    left: 0;
    padding-top: 65px; }

  h1 {
    font-size: 4.500em;
    letter-spacing: 20px; }
    h1.small-spacing {
      letter-spacing: 10px; }
    h1.no-spacing {
      letter-spacing: 1px; }

  section {
    padding: 50px 70px; }
    section.first {
      padding: 95px 10px 50px 10px; }
    section.last {
      padding: 50px 10px 95px 10px; }
    section.double {
      padding-top: 100px;
      padding-bottom: 100px; }

  footer .bottom div:first-child {
    flex: 1 0 50%;
    text-align: left; }
  footer .footer-menu li {
    padding: 0 10px; } }
nav {
  position: fixed;
  height: 60px;
  left: 0;
  width: 100%;
  vertical-align: middle;
  background: #fff;
  padding: 25px 70px;
  overflow: visible;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out; }
  nav #page-header {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0 auto; }
    nav #page-header .main-logo {
      position: relative;
      width: auto;
      margin: 0 auto;
      max-width: 50%; }
      nav #page-header .main-logo a {
        display: block; }
      nav #page-header .main-logo img {
        margin: 0 auto;
        display: inline-block;
        vertical-align: middle;
        height: 100%; }

nav.open {
  height: 100%;
  z-index: 99999; }
  nav.open .main-menu {
    opacity: 1; }
  nav.open #page-header .hamburger:after {
    content: ' ';
    opacity: 1; }

.main-menu {
  position: absolute;
  display: flex;
  top: 120px;
  left: 0;
  right: 0;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  opacity: 1; }
  .main-menu .menu {
    transition: all 0.3s ease-in-out; }
    .main-menu .menu li {
      position: relative;
      display: inline-block;
      width: 100%;
      padding: 10px 20px;
      font-size: 1.400em;
      max-width: none;
      vertical-align: top; }
      .main-menu .menu li a {
        display: block;
        font-family: "Gotham A", "Gotham B", sans-serif;
        font-weight: 300;
        color: #696969; }
        .main-menu .menu li a:hover {
          color: #315C75; }
      .main-menu .menu li:first-child {
        padding-left: 20px; }
      .main-menu .menu li:last-child {
        padding-right: 20px; }
      .main-menu .menu li.has-submenu .submenu {
        background: #fff;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out; }
      .main-menu .menu li.has-submenu:before {
        content: '\00002B';
        position: absolute;
        top: 6px;
        left: auto;
        right: 25%;
        font-size: 26px;
        height: auto;
        transform: rotate(0);
        transition: transform 0.3s; }
      .main-menu .menu li.has-submenu.open .submenu {
        position: relative;
        max-height: 1000px;
        transition: all 0.3s ease-in-out; }
      .main-menu .menu li.has-submenu.open:before {
        content: '\002212';
        top: 8px;
        transform: rotate(180deg); }
      .main-menu .menu li .submenu {
        position: absolute;
        left: 0;
        padding-top: 10px;
        min-width: 100%;
        max-width: 200%;
        text-align: center;
        letter-spacing: 2px;
        line-height: 1; }
        .main-menu .menu li .submenu .header {
          display: inline-block;
          font-family: "Gotham A", "Gotham B", sans-serif;
          font-weight: 700;
          font-size: 0.875rem;
          padding-bottom: 20px; }
          .main-menu .menu li .submenu .header a {
            display: inline-block;
            font-family: "Gotham A", "Gotham B", sans-serif;
            font-weight: 700;
            font-size: 0.875rem;
            padding-bottom: 20px;
            color: #00203c;
            text-transform: uppercase; }
        .main-menu .menu li .submenu ul {
          padding-left: 0;
          padding-bottom: 10px; }
        .main-menu .menu li .submenu li {
          display: block;
          color: #b7b7b7;
          width: 100%;
          max-width: 100%;
          font-size: 0.750rem;
          padding: 8px 0; }
          .main-menu .menu li .submenu li a {
            color: #b7b7b7; }
            .main-menu .menu li .submenu li a:hover {
              color: #315C75; }

@media only screen and (min-width: 1041px) {
  nav {
    height: 140px;
    padding: 40px; }

  #page-header .hamburger {
    display: none; } }
@media only screen and (min-width: 1039px) {
  nav {
    height: 140px;
    padding: 40px;
    	/*				 left: 60px;
        width: calc(100% - 120px);*/ } }
@media only screen and (min-width: 768px) {
  nav #page-header .main-logo {
    max-width: 80%; }

  .main-menu .menu li {
    width: auto;
    /*max-width: calc(100% / 5);*/ }
    .main-menu .menu li.has-submenu .submenu {
      left: -3%;
      width: 109%;
      max-height: none;
      overflow: auto; }
    .main-menu .menu li.has-submenu:before {
      content: none; } }
@media only screen and (min-width: 1024px) {
  nav {
    padding: 0px 70px 35px; }

  .main-menu {
    opacity: 1; }
    .main-menu .menu li {
      font-size: 1em;
      padding: 10px 15px; }
      .main-menu .menu li:first-child {
        padding-left: 0px; }
      .main-menu .menu li:last-child {
        padding-right: 0px; }
      .main-menu .menu li.has-submenu .submenu {
        background: #fff;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out; }
      .main-menu .menu li.has-submenu:before {
        content: ''; }
      .main-menu .menu li.has-submenu.open:before {
        content: ''; }

  /**end of media query $desktop-size **/ }
@media only screen and (min-width: 1140px) {
  .main-menu .menu li {
    font-size: 1em;
    padding: 10px 25px; }
    .main-menu .menu li.has-submenu .submenu {
      left: -4%;
      width: 103%; }

  /**end of desktop-extra-size**/ }
.main-menu {
  position: inherit;
  top: 80px;
  left: 0;
  right: 0;
  max-width: 1224px;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  display: flex; }
  @media screen and (max-width: 767px) {
    .main-menu {
      top: 60px; } }

.menu-white-bg-cover {
  height: 0;
  background: #ffffff;
  display: none; }

.hamburger {
  cursor: pointer;
  position: fixed;
  left: 20px;
  top: 25px;
  z-index: 9999999999999;
  display: none; }
  .hamburger:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #fff url(/img/assets/nav-cross.svg) no-repeat;
    transition: all 0.3s ease-in-out; }

.ace-responsive-menu {
  margin: 3px auto 0 auto;
  padding: 0;
  width: auto;
  max-width: 1280px;
  background: white !important; }
  .ace-responsive-menu span.title {
    font-weight: 700; }
  .ace-responsive-menu > li > ul > li.desktop-hide {
    display: none; }
  @media screen and (max-width: 1024px) {
    .ace-responsive-menu {
      width: 100%; }
      .ace-responsive-menu > li {
        display: block;
        margin: 0;
        padding: 0;
        border: 0px;
        float: none;
        border-bottom: 1px solid #cccccc; }
      .ace-responsive-menu > li > ul > li.desktop-hide {
        display: block; } }

@media screen and (max-width: 1040px) {
  .hamburger {
    display: block; } }
@media screen and (max-width: 1024px) {
  .menu-white-bg-cover {
    height: inherit;
    background: #ffffff;
    display: none; }

  .ace-responsive-menu {
    margin: 0px auto 0 auto;
    height: 100vh; }

  .ace-responsive-menu > li > ul.sub-menu {
    position: relative;
    background: #ffffff; }

  .ace-responsive-menu li ul.sub-menu > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e5e5e5; }

  .ace-responsive-menu li > a {
    background: #ffffff;
    /*color: #000;*/
    font-size: 22px;
    letter-spacing: .125em; } }
.emphasize {
  width: 95%;
  padding: 5px 0;
  margin: 0 auto; }
  .emphasize p {
    color: #696969;
    font-size: 1em;
    font-weight: 300;
    padding: 10px 0 10px 0;
    line-height: 2; }
    .emphasize p:last-of-type {
      padding-bottom: 0;
      margin-bottom: -4px; }
    .emphasize p.no-padding-top {
      padding-top: 0; }
    .emphasize p.no-padding-bottom {
      padding-bottom: 0; }
    .emphasize p.font-gray {
      color: #252525; }
  .emphasize p + p {
    padding: 13px 0 10px 0; }
  .emphasize.variety1 {
    width: 95%; }
  .emphasize.variety2 {
    width: 95%; }
  .emphasize.variety3 {
    width: 95%; }
  .emphasize.variety4 {
    width: 95%; }
  .emphasize.no-padding-top {
    padding-top: 0;
    margin-top: -5px;
    margin-bottom: -5px; }

.portfolio-menu {
  padding: 25px 10px; }
  .portfolio-menu > div {
    padding: 10px; }
  .portfolio-menu img {
    display: block;
    margin: 0 auto; }
  .portfolio-menu .title {
    padding-top: 18px; }
  .portfolio-menu .image-block {
    padding-top: 0; }
  .portfolio-menu ul {
    padding: 9px 0px; }
    .portfolio-menu ul li {
      padding: 9px 0;
      letter-spacing: 2px;
      font-size: 0.875rem;
      color: #252525; }
      .portfolio-menu ul li span {
        display: block;
        font-size: 0.750rem;
        font-family: "Gotham A", "Gotham B", sans-serif;
        font-weight: 500; }

/**
	Team members
**/
.team-members > div {
  order: 2;
  padding: 10px; }
.team-members > div:nth-child(1) {
  order: 1; }
.team-members > div:nth-child(2) {
  order: 0; }

/**
	Two Columns
**/
.two-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .two-columns .unit {
    flex: 0 1 100%; }
    .two-columns .unit.left {
      padding-right: 0; }
      .two-columns .unit.left.text-unit {
        text-align: center; }
    .two-columns .unit.right {
      padding-left: 0; }
      .two-columns .unit.right.text-unit {
        text-align: center; }
  .two-columns .text-unit {
    padding: 50px 0;
    line-height: 1.45;
    font-size: 1em; }
  .two-columns header {
    padding-bottom: 50px; }
  .two-columns .address {
    font-weight: 300; }
  .two-columns .info {
    padding-top: 20px;
    font-weight: 400; }

.two-columns.v1 .unit {
  flex: 0 1 100%; }
  .two-columns.v1 .unit.left {
    padding-right: 0; }
    .two-columns.v1 .unit.left.text-unit {
      text-align: center; }
  .two-columns.v1 .unit.right {
    padding-left: 0;
    padding-top: 25px; }
    .two-columns.v1 .unit.right.text-unit {
      text-align: center; }
  .two-columns.v1 .unit img {
    width: 100%;
    margin: 0 auto; }

/***
	privacy
**/
.privacy p {
  padding-bottom: 7px;
  text-align: justify; }
  .privacy p:last-child {
    padding-bottom: 0; }
.privacy header {
  padding-bottom: 10px;
  text-align: center; }
  .privacy header h3 {
    text-transform: uppercase; }
.privacy .google-link {
  color: blue; }

@media screen and (min-width: 768px) {
  .emphasize {
    width: 83%;
    padding: 18px 0 0px 0; }
    .emphasize p {
      /*font-size: 1.125em;*/
      padding: 0 0 20px 0; }
    .emphasize.variety1 {
      width: 77%; }
    .emphasize.variety2 {
      width: 76%; }
    .emphasize.variety3 {
      width: 88%; }
    .emphasize.variety4 {
      width: 85%; }
    .emphasize.no-padding-top {
      margin-top: -10px;
      margin-bottom: -10px; }

  .emerald-city {
    padding: 50px 14px; }

  .team-members > div {
    order: 2;
    padding: 0; }
  .team-members > div:nth-child(1) {
    order: 0; }
  .team-members > div:nth-child(2) {
    order: 1; }

  .two-columns .unit.left {
    padding-right: 70px;
    flex: 1 60%; }
    .two-columns .unit.left.text-unit {
      text-align: right; }
  .two-columns .unit.right {
    padding-left: 0px;
    flex: 1 40%; }
    .two-columns .unit.right.text-unit {
      text-align: left; }
  .two-columns .text-unit {
    padding: 50px 0;
    font-size: 1.125em; }
  .two-columns .address {
    font-weight: 300; }
  .two-columns .info {
    font-weight: 400; }

  .two-columns.v1 .unit.left {
    padding-right: 20px;
    flex: 1 50%; }
    .two-columns.v1 .unit.left.text-unit {
      text-align: right; }
  .two-columns.v1 .unit.right {
    padding-left: 20px;
    padding-top: 0;
    flex: 1 50%; }
    .two-columns.v1 .unit.right.text-unit {
      text-align: left; }
  .two-columns.v1 .unit img {
    width: auto; }

  /*end of $tablet-size*/ }
/* end of $tablet-extra-size */
@media screen and (min-width: 1024px) {
  .emphasize {
    width: 80%; }
    .emphasize p {
      font-size: 1.125em; }
    .emphasize.variety1 {
      width: 67%; }
    .emphasize.variety2 {
      width: 66%; }
    .emphasize.variety3 {
      width: 80%; }
    .emphasize.variety4 {
      width: 78%; } }
/*end of $desktop-size*/
/* end of $tablet-extra-size */
/*****************
  components
*****************/
.cleafix {
  display: inline-block; }
  .cleafix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html .cleafix {
    height: 1px; }

/***********Buttons************/
div.recaptcha {
  display: none !important; }

.btn-container {
  display: block;
  position: relative;
  width: auto;
  margin: 0 auto;
  clear: both;
  white-space: nowrap;
  padding: 24px 0 0 0; }
  .btn-container.extra-top {
    padding-top: 50px; }

.btn {
  display: inline-block;
  color: #00203c;
  background: rgba(0, 0, 0, 0);
  padding: 11px 12px 10px 12px;
  margin: 0;
  border: 2px solid #00203c;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 3px;
  line-height: 1;
  transition: all 0.3s ease-in-out; }
  .btn:hover {
    transform: scale(1.03);
    border: 2px solid #315C75;
    color: #315C75; }

/*********Media Block*******/
.media-container {
  padding: 0;
  margin: 0 auto;
  max-width: none;
  width: 100%; }

.media-block {
  padding: 20px 15px 20px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start; }
  .media-block div {
    padding: 10px 10px; }
  .media-block .media-image {
    flex: 1 100%; }
  .media-block .media-content {
    flex: 1 100%;
    text-align: center; }
  .media-block .media-body {
    font-size: 1em;
    line-height: 1.3; }
  .media-block .media-date {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 300;
    font-size: 0.875em; }
  .media-block .media-title {
    padding-top: 0;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    text-transform: uppercase; }
  .media-block .read-more {
    color: #686868;
    margin: 10px;
    transition: all 0.3s ease-in-out; }
    .media-block .read-more:hover {
      transform: scale(1.05);
      color: #315C75;
      border: 2px solid #315C75; }
  .media-block img {
    display: block;
    margin: 0 auto; }

/********Horizontal List ********/
.horizontal-list {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-flow: row;
  flex-wrap: wrap;
  text-align: left; }
  .horizontal-list .list-row {
    flex: 1 100%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-flow: row;
    flex-wrap: wrap;
    border-bottom: 1px solid #d7d7d7;
    transition: all 0.3s ease-in-out; }
    .horizontal-list .list-row:hover {
      background: #E2E9F4; }
  .horizontal-list .list-item {
    flex: 1 1 auto;
    width: auto;
    padding: 18px 0px 18px 20px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .horizontal-list .list-item {
        padding: 8px 0px 8px 20px; } }
    .horizontal-list .list-item h2 {
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-weight: 300;
      color: #252525;
      letter-spacing: .07em; }
      .horizontal-list .list-item h2 span {
        display: block;
        font-size: 14px;
        font-family: "Gotham A", "Gotham B", sans-serif;
        font-weight: 700;
        padding-top: .5em;
        padding-bottom: .5em;
        color: #315C75; }
    .horizontal-list .list-item h3 {
      color: #00203c;
      font-size: 0.875em; }
    .horizontal-list .list-item:first-child {
      flex: 1 1 100%; }
  @media screen and (max-width: 768px) {
    .horizontal-list .list-item:first-child {
      font-size: 1.2em; } }
  .horizontal-list .header {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 700;
    padding: 0 0 10px 0; }
    @media screen and (max-width: 768px) {
      .horizontal-list .header {
        display: none; } }

/********Vertical List**********/
.vertical-list {
  margin: 0 auto;
  display: inline-flex;
  width: auto;
  list-style: none;
  flex-flow: column; }
  .vertical-list .list-item {
    flex: 0 1 auto;
    width: auto;
    border-bottom: 1px solid #e4e4e4;
    padding: 4px 5px; }
    .vertical-list .list-item:last-child {
      border-bottom: 0; }
  .vertical-list.padding-top {
    padding-top: 20px; }

.portfolio-list {
  justify-content: space-around;
  margin-top: -10px; }
  .portfolio-list > li {
    padding: 10px;
    position: relative;
    font-size: 0.850em;
    font-style: italic;
    color: #fff;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 300; }
    .portfolio-list > li .overlay-title {
      max-width: 50%;
      width: 100%;
      position: absolute;
      padding: 20px; }
      .portfolio-list > li .overlay-title.wide {
        max-width: 75%; }
      .portfolio-list > li .overlay-title.top-left {
        top: 20px;
        left: 20px;
        text-align: left; }
      .portfolio-list > li .overlay-title.top-right {
        top: 20px;
        right: 20px;
        text-align: right; }
      .portfolio-list > li .overlay-title.top-rightmid {
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        text-align: left; }
      .portfolio-list > li .overlay-title.bottom-mid {
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center; }

/***********Figure**************/
figure {
  position: relative;
  overflow: hidden; }
  figure img {
    width: 100%;
    display: block;
    transition: transform 0.5s; }
  figure.container-executive-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; }
  figure.has-hover::after {
    /*content: ' ';*/
    height: 55px;
    width: 55px;
    background: transparent url(/img/assets/plus-sign.svg) no-repeat center center;
    background-size: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out; }
  figure.type1.has-hover::after {
    content: none;
    opacity: 0; }
  figure figcaption {
    background: rgba(255, 255, 255, 0);
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 90%;
    height: 100%;
    margin: 0 auto;
    vertical-align: middle;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 3px;
    font-size: 0.875em;
    transform: scale(1);
    transition: transform 0.3s, opacity 0.5s; }
    figure figcaption .caption {
      color: #fff;
      position: relative;
      top: 47%;
      width: 100%;
      text-align: center;
      transform: translateY(-45%);
      line-height: 1;
      transition: transform 0.3s; }
      figure figcaption .caption.type1 {
        color: #fff;
        position: absolute;
        top: auto;
        bottom: 10px;
        transform: translateY(0);
        font-weight: 400;
        text-align: center;
        letter-spacing: -.03125em;
        line-height: 1.25;
        font-size: 13px; }
        figure figcaption .caption.type1 span {
          display: block;
          font-weight: 500;
          line-height: 1;
          padding-bottom: 5px; }
      figure figcaption .caption.first-type1 {
        bottom: 20px; }
  figure a {
    display: block; }
  figure .text-content {
    padding: 2.718% 5.718% 2.718% 5.718%;
    text-align: center;
    line-height: 1.5; }
    figure .text-content header {
      padding-bottom: 20px; }
    figure .text-content p {
      color: #696969;
      font-size: 0.875em; }

/*********Portfolio Info**********/
.portfolio-info {
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%; }
  .portfolio-info .info {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 1px solid #b7b7b7;
    border-bottom: 0;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 30px 7px; }
    .portfolio-info .info:last-child {
      border-bottom: 1px solid #b7b7b7; }
    .portfolio-info .info.no-padding {
      padding: 0; }
    .portfolio-info .info .title {
      font-size: 0.625em;
      color: #9f9f9f;
      padding-bottom: 11px; }
    .portfolio-info .info .content {
      font-size: 0.875em;
      color: #252525;
      padding-top: 11px;
      word-break: break-all; }
      .portfolio-info .info .content img {
        max-width: none;
        width: 100%; }
      .portfolio-info .info .content.no-padding {
        padding-top: 0; }

/*******Social Menu******/
/*******Banner*********/
.hero {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }
  .hero img {
    display: block;
    width: 100%; }
  .hero .hero-overlay {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    line-height: 1;
    margin: 0 auto;
    text-align: center; }
    .hero .hero-overlay.lower {
      top: 85%; }
    #givingBack .hero .hero-overlay {
      top: 40%; }
  .hero.home {
    height: auto;
    /*background-image: url(/img/home-bg-1.png), url(/img/home-bg-2.png);
    background-position: center, center;*/ }
    .hero.home .hero-overlay {
      position: static;
      transform: translateY(0); }
  .hero .video-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    .hero .video-overlay .video-item,
    .hero .video-overlay iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    .hero .video-overlay .video-item {
      display: none; }
  .hero .top-title-overlay {
    color: #fff;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 15px;
    position: absolute;
    top: 11%;
    left: 0;
    right: 0;
    z-index: 2; }

.banner-section {
  position: relative; }
  .banner-section img {
    display: block;
    width: 100%; }
  .banner-section .banner-overlay {
    position: static;
    padding-bottom: 45px; }
  .banner-section .banner-overlay-absolute {
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0; }
    .banner-section .banner-overlay-absolute.max-width-1 {
      max-width: 95%;
      margin: 0 auto; }
  .banner-section .title {
    font-size: 1.475em;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 500; }
  .banner-section.video-box {
    position: relative; }
    .banner-section.video-box iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: none; }
    .banner-section.video-box .video-overlay {
      display: flex;
      justify-content: center;
      align-items: center; }
      .banner-section.video-box .video-overlay .play-button {
        display: block;
        position: absolute;
        width: 70px;
        opacity: 1;
        transition: opacity .3s ease-in-out; }
        .banner-section.video-box .video-overlay .play-button:hover {
          opacity: .75; }

.counter-section {
  width: 100%;
  height: 400px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .counter-section .counter-overlay {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    font-size: 1.677em; }
    .counter-section .counter-overlay .counter {
      letter-spacing: 4px;
      font-weight: 500;
      line-height: 1;
      opacity: 0;
      transition: opacity 1000 linear; }
      .counter-section .counter-overlay .counter.show {
        opacity: 1; }
    .counter-section .counter-overlay .subtitle {
      font-size: 0.875em; }
  .counter-section.type1 {
    height: 46.875vw; }
  .counter-section.bg-about-1 {
    background-image: url(/img/about-counter-1.jpg); }
  .counter-section.bg-emerald-city-1 {
    background-image: url(/img/portfolio/residential/emerald-city-bg1.jpg); }
  .counter-section.bg-cite-nature-1 {
    background-image: url(/img/portfolio/residential/cite-nature-bg1.jpg); }
  .counter-section.bg-galleria-1 {
    background-image: url(/img/portfolio/residential/galleria-2.jpg); }
  .counter-section.bg-galleria-mall-1 {
    background-image: url(/img/portfolio/retail/galleria-mall.jpg); }
  .counter-section.bg-nordelec-1 {
    background-image: url(/img/portfolio/residential/nordelec-3.jpg); }
  .counter-section.bg-saisons-1 {
    background-image: url(/img/portfolio/office/cite-quatre-saisons-bg1.jpg); }
  .counter-section.bg-bedford-1 {
    background-image: url(/img/portfolio/retail/bedford-bg1.jpg); }
  .counter-section.bg-allegan-1 {
    background-image: url(/img/portfolio/public/allegan-bg1.jpg); }

/***Ododmeter overrides***/
.odometer.odometer-theme-default {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  letter-spacing: 3px; }

/*****Special Sections***/
.dual-display .color-side {
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000d1c+0,00152d+44,000914+51,000d1c+100 */
  background: #000d1c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #000d1c 0%, #00152d 44%, #000914 51%, #000d1c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #000d1c 0%, #00152d 44%, #000914 51%, #000d1c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #000d1c 0%, #00152d 44%, #000914 51%, #000d1c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000d1c', endColorstr='#000d1c', GradientType=1);
  /* IE6-9 */
  /* IE6-9 */ }
  .dual-display .color-side .dual-display-overlay {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    left: 0;
    right: 0;
    max-width: 95.325%;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 300; }
    .dual-display .color-side .dual-display-overlay header {
      padding: 25px; }
    .dual-display .color-side .dual-display-overlay p {
      font-size: 0.875em;
      color: #fff;
      line-height: 1.75;
      padding-top: 27px; }
.dual-display .image-side img {
  display: block;
  max-width: none;
  width: 100%; }

/********BxSlider*****/
.gallery-container {
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  border: 0px solid transparent; }
  .gallery-container.projects {
    max-width: none; }
  .gallery-container.full {
    max-width: none; }
    .gallery-container.full img {
      width: 100%;
      max-width: none; }

.home-slider {
  /*border: 5px solid #fff;*/ }
  .home-slider li {
    position: relative;
    width: 100%;
    display: block; }
    .home-slider li a {
      display: block; }
  .home-slider .text-overlay-container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    @media screen and (max-width: 990px) {
      .home-slider .text-overlay-container {
        left: 7.575vw;
        right: 7.575vw; } }
    .home-slider .text-overlay-container .text-overlay {
      color: #fff;
      position: absolute;
      width: 760px;
      padding-top: 2em;
      padding-bottom: 2.5em;
      background-color: rgba(0, 32, 60, 0.6);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      @media screen and (max-width: 990px) {
        .home-slider .text-overlay-container .text-overlay {
          width: 100%;
          padding-top: 1em;
          padding-bottom: 1.25em; } }
      .home-slider .text-overlay-container .text-overlay img.plus {
        display: block;
        width: 40px;
        height: 40px;
        margin-left: auto;
        margin-right: auto; }
        @media screen and (max-width: 990px) {
          .home-slider .text-overlay-container .text-overlay img.plus {
            width: 4.040vw;
            height: 4.040vw; } }
      .home-slider .text-overlay-container .text-overlay img.logo-galleria {
        max-width: 575px;
        padding-top: .5em;
        padding-bottom: 2.5em; }
        @media screen and (max-width: 990px) {
          .home-slider .text-overlay-container .text-overlay img.logo-galleria {
            padding-top: 1em;
            padding-bottom: .5em; } }
      .home-slider .text-overlay-container .text-overlay span {
        font-family: "Gotham A", "Gotham B", sans-serif;
        font-weight: 300;
        font-size: 3.750em;
        letter-spacing: .1em;
        padding-bottom: .5em; }
        @media screen and (max-width: 990px) {
          .home-slider .text-overlay-container .text-overlay span {
            font-size: 7.575vw; } }
    .home-slider .text-overlay-container .text-overlay-transparent {
      background-color: transparent; }
      .home-slider .text-overlay-container .text-overlay-transparent span {
        font-family: "Gotham A", "Gotham B", sans-serif;
        color: #fff;
        font-weight: 800;
        font-size: 4.4em;
        letter-spacing: .1em;
        padding-bottom: 0; }
        .home-slider .text-overlay-container .text-overlay-transparent span.shadow {
          text-shadow: 0 0 1em #709cc3, 0 0 0.2em #709cc3; }
        @media screen and (max-width: 990px) {
          .home-slider .text-overlay-container .text-overlay-transparent span {
            font-size: 7.0707vw; } }
    .home-slider .text-overlay-container .plus-overlay {
      display: block;
      width: 40px;
      height: 40px;
      z-index: 9;
      	/*position: absolute;
      	top: 75%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      max-width: 30px;
      margin: 0 auto;*/ }

.emerald-slider li {
  position: relative; }
  .emerald-slider li .caption {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 1em;
    color: #fff;
    font-weight: 400;
    letter-spacing: 3px; }

.thumbnail-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: none;
  text-align: left; }

.thumbnails {
  white-space: nowrap;
  position: relative;
  transition: all 0.3s ease-in-out; }
  .thumbnails li {
    display: inline-block;
    cursor: pointer;
    padding: 15px 4px 0 4px; }
    .thumbnails li img {
      display: block;
      max-width: 100%; }

.bx-wrapper {
  border: 0; }
  @media screen and (max-width: 990px) {
    .bx-wrapper {
      margin-bottom: 0; } }

.bx-wrapper .bx-controls-direction a {
  margin-top: -10px; }

.bx-wrapper .bx-prev {
  background: none;
  margin-left: 0px; }

.bx-wrapper .bx-next {
  background: none;
  margin-right: 0px; }

.projects .bx-wrapper .bx-prev {
  background: none;
  margin-left: 0px; }

.projects .bx-wrapper .bx-next {
  background: none;
  margin-right: 0px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #b7b7b7;
  border: 1px solid #b7b7b7;
  width: 20px;
  height: 20px;
  border-radius: 10px; }

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff; }

.bx-wrapper .bx-pager {
  display: none; }

/*******Side Slide Bar*****/
.slide-signup {
  position: absolute;
  top: 0;
  left: 100%;
  right: auto;
  z-index: 10101;
  max-width: 360px;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 40px 20px;
  text-align: left;
  transition: all 0.3s ease-in-out; }
  .slide-signup .click-area {
    position: absolute;
    cursor: pointer;
    height: 110px;
    width: 30px;
    background: #fff url(/img/assets/slide-signup-click.png) no-repeat center center;
    background-size: 50%;
    position: absolute;
    left: -30px;
    top: 200px; }
  .slide-signup.open {
    left: calc(100% - 360px);
    right: 0; }
  .slide-signup h2 {
    line-height: 1.5; }
  .slide-signup .close-button {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 30px;
    width: 30px;
    border: 1px solid #b9b9b9;
    text-align: center; }
    .slide-signup .close-button:after {
      content: '\2716';
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      color: #315C75;
      font-size: 20px; }

/********Bread Crumbs*************/
.bread-crumbs {
  font-size: 0.750em;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  background: #d4d4d4;
  color: #fff;
  text-align: left;
  width: auto;
  margin: 0; }
  .bread-crumbs li {
    display: inline-block;
    max-width: 140px;
    width: 100%;
    height: 100%;
    padding: 10px 35px 10px 15px;
    text-align: center;
    margin-right: -5px; }
    .bread-crumbs li.first-element {
      color: #b7b7b7;
      background: linear-gradient(-59deg, #dfdfdf 11%, #fff 10%); }
    .bread-crumbs li.second-element {
      background: #dfdfdf;
      color: #fff;
      background: linear-gradient(-59deg, #d4d4d4 15%, #dfdfdf 8%); }
    .bread-crumbs li.big-size {
      max-width: 180px; }
    .bread-crumbs li:last-child {
      max-width: none;
      width: auto; }

/**
 Map
**/
.gmap {
  width: 100%;
  height: 60vw; }

/*******
bulleted list
*********/
.normal-list {
  list-style: disc;
  padding-top: 20px;
  list-style-position: outside; }
  .normal-list li {
    padding: 5px 0px;
    margin-left: 40px; }
  .normal-list + p {
    padding-top: 20px; }

@media screen and (max-width: 320px) {
  .slide-signup.open {
    left: calc(100% - 320px); }

  /*end of media query $mobile-small-size*/ }
@media screen and (min-width: 768px) {
  .banner-section .banner-overlay {
    position: absolute;
    top: 28.333%;
    transform: translateY(-50%);
    padding-bottom: 0; 
    width: 100%;}
  .banner-section .title {
    font-size: 1.875em; }

  .media-block {
    text-align: left; }
    .media-block .media-image {
      flex: 1 33.3333%;
      width: 33.3333%;
      max-width: 33.3333%;
      padding-top: 0; }
    .media-block .media-content {
      flex: 1 66.666%;
      width: 66.6666%;
      max-width: 66.6666%;
      text-align: left;
      padding-top: 0; }

  .horizontal-list {
    text-align: center; }
    .horizontal-list .list-item {
      flex: 1 0 25%;
      width: 25%; }
      .horizontal-list .list-item:first-child {
        flex: 0 1 50%; }
    .horizontal-list.triple-list .list-item {
      flex: 0 1 33.3333% !important;
      width: 33.333%; }
      .horizontal-list.triple-list .list-item:first-child {
        flex: 0 1 33.333%; }

  .portfolio-info .info {
    display: table-cell;
    width: 33.333%;
    height: 200px;
    padding: 30px 5px;
    border-bottom: 1px solid #b7b7b7; }

  .slide-signup {
    padding: 80px 40px; }
    .slide-signup .click-area {
      height: 140px;
      width: 60px;
      left: -60px;
      background-size: auto; }

  figure figcaption {
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    max-width: none;
    height: 100%;
    letter-spacing: 4px;
    transform: scale(1.05); }
    figure figcaption .caption.type1 {
      top: auto;
      /*transform: translateY(-45%);*/ }
      figure figcaption .caption.type1 span {
        padding-bottom: 10px; }
  figure .text-content {
    line-height: 1.7;
    text-align: left; }

  .home-slider {
    /*border: 3px solid #fff;*/
    /*li {
    }*/ }
    .home-slider .bx-clone {
      display: none; }
    .home-slider .text-overlay span {
      font-size: 2.75em; }
    .home-slider .plus-overlay {
      max-width: 40px; }

  .bread-crumbs li {
    max-width: 168px;
    width: 100%; }
    .bread-crumbs li.first-element {
      max-width: calc(144px + 20px);
      padding-left: 0px;
      padding-right: 0; }

  .gmap {
    height: 100%; } }
@media screen and (min-width: 990px) {
  .hero.home {
    height: 56.25vw; }
    .hero.home .hero-overlay {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
  .hero .video-overlay {
    display: block;
    position: absolute; }

  .dual-display .color-side .dual-display-overlay {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

  .bx-wrapper .bx-prev {
    margin-left: 0px; }

  .bx-wrapper .bx-next {
    margin-right: 0px; }

  .bx-wrapper .bx-pager {
    display: block; } }
@media screen and (min-width: 1024px) {
  figure .text-content {
    padding: 4.718% 7.718% 4.718% 7.718%; }
    figure .text-content p {
      font-size: 1.125em; }
  figure.has-hover:after {
    content: ' ';
    opacity: 1; }
  figure figcaption {
    color: #000;
    opacity: 0;
    text-shadow: none;
    font-size: 1em; }
  figure.has-hover:hover:after {
    opacity: 0;
    top: 60%;
    transition: all 0.3s ease-in-out; }
  figure.has-hover:hover img {
    transform: scale(1.05); }
  figure.has-hover:hover figcaption {
    opacity: 1;
    background: rgba(255, 255, 255, 0.8); }
    figure.has-hover:hover figcaption .caption {
      color: #00203c;
      transform: translateY(0);
      transition: transform 0.3s; }
      figure.has-hover:hover figcaption .caption.type1 {
        letter-spacing: 3px;
        line-height: 1.45;
        color: #00203c;
        bottom: 10px span;
          bottom-padding-bottom: 5px; }

  .home-slider .text-overlay span {
    font-size: 3.750em;
    letter-spacing: 6px; }

  .dual-display .color-side .dual-display-overlay {
    max-width: 75.325%; }

  .bread-crumbs li.first-element {
    max-width: calc(144px + 45px);
    padding-left: 45px;
    padding-right: 15px;
    background: linear-gradient(-57deg, #dfdfdf 13%, #fff 8%); } }
@media screen and (min-width: 1140px) {
  .hero .top-title-overlay {
    letter-spacing: 35px; }

  figure .text-content {
    padding: 9.718% 11.718% 0 11.718%;
    line-height: 2; }
    figure .text-content p {
      font-size: 1.125em; } }
@media screen and (min-width: 1280px) {
  .counter-section.type1 {
    height: 600px; }
  .counter-section subtitle {
    font-size: 1.1em; } }
::placeholder {
  color: #696969;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 300; }

.form-container {
  padding: 45px 0 42px 0; }

div.missing label:before {
  border-color: #ff3300 !important; }

.container-inpage-form {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 780px; }

#mc-embedded-subscribe-form {
  padding-left: 0;
  padding-right: 0; }
  #mc-embedded-subscribe-form .input-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #mc-embedded-subscribe-form .input-container .form-row {
      width: 100%;
      max-width: 370px; }
  #mc-embedded-subscribe-form .form-row {
    margin-bottom: 30px; }
    #mc-embedded-subscribe-form .form-row.form-hidden {
      display: none; }
  #mc-embedded-subscribe-form input[type="submit"] {
    background-color: #ffffff !important;
    width: 200px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto; }
  #mc-embedded-subscribe-form input[type=checkbox] {
    height: 34px;
    width: 34px;
    opacity: 0;
    margin: 0;
    cursor: pointer;
    border: 0; }
  #mc-embedded-subscribe-form .box-style {
    height: 34px;
    width: 34px;
    border: 1px solid #d7d7d7;
    cursor: pointer;
    display: inline-block;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px; }
    #mc-embedded-subscribe-form .box-style.error {
      border: 1px solid #FF0033 !important; }
  #mc-embedded-subscribe-form input[type=checkbox] {
    height: 34px;
    width: 34px;
    opacity: 0;
    margin: 0;
    cursor: pointer;
    border: 0; }
  #mc-embedded-subscribe-form label {
    text-align: left !important;
    position: relative; }
    #mc-embedded-subscribe-form label p {
      position: relative;
      margin-top: -3.2em;
      padding-left: 50px;
      font-size: 14px;
      line-height: 1.6em; }
  #mc-embedded-subscribe-form .recaptcha {
    margin: 30px auto 50px auto;
    width: 304px;
    height: 78px; }

.registration {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }
  .registration h2 {
    letter-spacing: normal;
    margin-top: 2em; }
  .registration .emphasize {
    width: 100% !important;
    max-width: 912px !important;
    padding: 0 !important; }
  .registration .emphasize p:last-of-type {
    padding-bottom: initial;
    margin-bottom: initial; }
  .registration p.subtitle-form {
    margin-bottom: 2.25em !important;
    margin-top: .7em !important; }
  .registration .inline-response {
    display: none; }

#mainregister .emphasize {
  width: 100% !important;
  max-width: 912px !important;
  padding: 0 !important; }
#mainregister .emphasize p:last-of-type {
  padding-bottom: initial;
  margin-bottom: initial; }
#mainregister p.subtitle-form {
  margin-bottom: 2.25em !important;
  margin-top: .7em !important; }
#mainregister .form-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  max-width: 912px !important; }

select {
  padding: 11px 15px;
  font-size: 0.875em;

}
input {
  display: inline-block;
  font-family: "Gotham A", "Gotham B";
  font-size: 0.875em;
  padding: 11px 15px;
  margin: 0 0 10px 0;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  color: #000;
  max-width: 100% !important;
  width: 100%;
  -webkit-appearance: none; }
.form-row span{
  font-family: "Gotham A", "Gotham B", sans-serif;


}

textarea {
  display: inline-block;
  font-family: "Gotham A", "Gotham B";
  font-size: 0.875em;
  padding: 11px 15px;
  margin: 0 0 10px 0;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  color: #000;
  max-width: 100% !important;
  width: 100%;
  height: 175px;
  -webkit-appearance: none; }

.error {
  border: 1px solid #ff0033 !important; }

.missing {
  border: 1px solid red !important; }

form.register {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  text-align: left; }
  form.register .email {
    width: 100%;
    float: left; }
  form.register [type=submit] {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    min-width: 13.95%;
    width: auto;
    overflow: hidden;
    padding: 10px 15px;
    background: transparent;
    color: #00203c;
    border: 2px solid #00203c; }
  form.register select {
    text-align: left; }
    form.register select option {
      font-family: "Gotham A", "Gotham B"; }

form#footer-sign-up [type=submit] {
  float: right;
  margin-right: 0; }
form#footer-sign-up .checkbox-container {
  float: none; }
form#footer-sign-up .lbl {
  max-width: 100%; }

form#slide-form {
  padding: 50px 0;
  width: 100%; }
  form#slide-form input {
    width: 100%;
    max-width: none;
    margin: 0 0 20px 0; }
  form#slide-form .alerts {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: 00203c;
    margin: 18px 0; }
    form#slide-form .alerts .cbx,
    form#slide-form .alerts .lbl {
      font-size: 12px;
      color: #00203c;
      letter-spacing: 3px; }
    form#slide-form .alerts .lbl.small {
      color: #696969;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-weight: 300;
      letter-spacing: 0px;
      padding-left: 6px;
      padding-top: 5px;
      padding-right: 0;
      max-width: calc(100% - 25px);
      line-height: 1.35; }
    form#slide-form .alerts .heading {
      display: block;
      margin: 0 0 30px 0;
      color: #00203c;
      letter-spacing: 3px; }
    form#slide-form .alerts .checkbox-container {
      padding: 3px 0 3px 0px; }
  form#slide-form .small-info {
    color: #696969;
    font-size: 12px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    padding-left: 35px; }
  form#slide-form .recaptcha {
    margin: 30px 0 10px 0; }
  form#slide-form .btn-container .btn {
    max-width: 120px; }
    form#slide-form .btn-container .btn:first-child {
      margin-right: 10px; }

/* checkbox */
.checkbox-container {
  pointer-events: none;
  position: relative;
  width: 99%;
  padding: 10px 0 10px 5px; }

.cntr {
  pointer-events: auto;
  position: relative;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: left; }

.cbx {
  background: #fff;
  display: inline-block;
  position: relative;
  top: 1px;
  width: 24px;
  height: 24px;
  border: 1px solid #c4c4c4;
  border-radius: 0;
  vertical-align: middle;
  transition: background 0.1s ease;
  cursor: pointer;
  float: left; }
  .cbx:after {
    content: '\2713';
    position: absolute;
    top: 1px;
    left: 5px;
    width: 10px;
    height: 10px;
    opacity: 0;
    color: #315C75;
    font-family: "Gotham A", "Gotham B";
    transition: all 0.3s ease;
    transition-delay: 0.15s; }

.lbl {
  color: #696969;
  vertical-align: middle;
  cursor: pointer;
  font-size: 0.688em;
  line-height: 2;
  padding-left: 10px;
  width: calc(100% - 24px);
  display: inline-block; }
  .lbl.error {
    border: 1px solid #ff0033; }

.cbx-input {
  display: none; }

.cbx-input:checked ~ .cbx {
  border-color: #c4c4c4;
  animation: jelly 0.6s ease; }

.cbx-input:checked ~ .cbx:after {
  content: '\2713';
  color: #315C75 !important;
  opacity: 1;
  font-family: "Gotham A", "Gotham B"; }

/**
	Radio styling
**/
.radios {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: -10px; }

.skin-radio {
  padding: 10px 0;
  margin: 20px 10px 0 10px;
  display: inline-block; }
  .skin-radio input[type=radio] {
    display: none; }
  .skin-radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    color: #000;
    font-family: "RoosRomanItalic";
    font-style: italic;
    font-size: 18px;
    line-height: 30px;
    padding-left: 45px; }
    .skin-radio label:before {
      content: "";
      position: absolute;
      left: 0;
      display: inline-block;
      border: 1px solid #c4c4c4;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      padding: 3px;
      box-sizing: border-box; }
    .skin-radio label:after {
      content: '\25CF';
      width: 28px;
      height: 28px;
      background-color: #dddbd1;
      content: "";
      font-size: 0px;
      border-radius: 50%;
      position: absolute;
      left: 1px;
      top: 1px;
      display: none;
      box-sizing: border-box; }
  .skin-radio input:checked + label:before {
    animation: jelly 0.6s ease; }
  .skin-radio input:checked + label:after {
    display: block;
    animation: jelly 0.6s ease; }

/**
	Select 2 styles
**/
.select2-container {
  outline: none;
  width: 100% !important;
  display: block;
  height: 40px;
  background: none;
  z-index: 99999999;
  vertical-align: top; }
  .select2-container .select2-selection--single {
    height: auto;
    padding: 0;
    outline: none; }

.select2-container--default .select2-selection--single {
  border-radius: 0px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  font-size: 1em;
  text-align: left;
  color: #000;
  font-family: "Gotham A", "Gotham B";
  padding: 0px 20px;
  outline: none;
  position: relative;
  margin-top: 0px;
  font-size: 1em;
  padding: 9px 15px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1;
    color: #000;
    outline: none;
    padding-left: 0px;
    line-height: 64px;
    height: 64px;
    padding: 0px 0px;
    margin: 0;
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    right: 0;
    width: 64px;
    top: 0;
    height: 100%;
    background-color: #fff;
    border-radius: 0 7px 7px 0; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    outline: none;
    position: absolute;
    display: block;
    border: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 9px 0 9px;
    border-color: #bfbfbf transparent transparent transparent;
    vertical-align: middle;
    left: auto;
    margin: 0;
    right: 15px;
    top: 25px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow:hover b {
    border-color: #000 transparent transparent transparent; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    opacity: 1 !important;
    font-size: 14px !important;
    line-height: 16px;
    color: #696969; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-family: 'RoosRomanItalic' !important;
  font-style: italic;
  font-size: 16px !important;
  color: #000 !important;
  border: 1px solid #bfbfbf !important; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 44em !important; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: #fff; }
.select2-container--default.select2-container--open .select2-selection--single select2-selection__arrow b {
  outline: none;
  position: absolute;
  display: block;
  border: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #000 transparent transparent transparent;
  vertical-align: middle;
  left: auto;
  margin: 0; }

ul.select2-results__options {
  border: 1px solid #bfbfbf; }
  ul.select2-results__options li {
    font-size: 14px;
    color: #000;
    font-family: "Gotham A", "Gotham B";
    line-height: 64px;
    text-align: left;
    padding: 0 0px 0 20px; }

.select2-dropdown {
  background: transparent;
  border: 0 !important;
  background-color: white; }

.missing {
  border: red; }

@media only screen and (min-width: 768px) {
  input {
    max-width: 41%;
    margin: 0 0px; }

  form.register .email {
    width: 72.5%; }
  form.register [type=submit] {
    letter-spacing: 2px; }
    form.register [type=submit]:hover {
      border: 2px solid #315C75;
      color: #315C75; }

  form#footer-sign-up {
    padding: 10px 0; }
    form#footer-sign-up [type=submit] {
      float: none;
      margin: 0; }
    form#footer-sign-up .checkbox-container {
      float: none;
      margin-top: 0; }
    form#footer-sign-up .lbl {
      max-width: 83%; }

  .checkbox-container {
    width: 100%; }

  .select2-container {
    height: auto; }

  .select2-container--default .select2-selection--single {
    font-size: 14px; }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 1em;
      height: auto; }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      width: 50px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      right: 12px;
      top: 18px; }

  ul.select2-results__options li {
    line-height: 50px; } }
@media screen and (min-width: 1024px) {
  h1.titleprefs {
    font-size: 48px;
    letter-spacing: 0.25em; } }

#emailPreferences .narrow-form {
  max-width: 450px !important;
  margin: 0 auto 0 auto !important; }
  #emailPreferences .narrow-form p {
    margin-top: -2.5em; }
  #emailPreferences .narrow-form .container-community-list {
    position: relative;
    margin: 0 auto;
    padding: 30px 30px 10px 30px;
    background-color: #F2F2F2;
    max-width: 390px; }
    #emailPreferences .narrow-form .container-community-list .checkbox-area p {
      margin-top: 0em;
      margin-bottom: 1.5em; }
    #emailPreferences .narrow-form .container-community-list .checkbox-area label p {
      font-size: 18px;
      line-height: 2em;
      margin-top: -2.2em;
      margin-bottom: 1em; }
  #emailPreferences .narrow-form .form-row {
    width: 100%;
    max-width: 100%; }
    #emailPreferences .narrow-form .form-row.row-unsubscribe {
      width: auto;
      margin-top: 30px;
      margin-right: auto;
      margin-bottom: 30px;
      margin-left: auto;
      max-width: 390px; }
      #emailPreferences .narrow-form .form-row.row-unsubscribe p {
        max-width: 360px; }
  #emailPreferences .narrow-form .recaptcha {
    margin-left: auto;
    margin-right: auto;
    width: 304px;
    height: 78px;
    margin-top: 50px;
    margin-bottom: 20px; }
  #emailPreferences .narrow-form input[type="submit"] {
    background-color: #ffffff !important;
    width: 390px;
    max-width: 390px;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px; }

@media only screen and (min-width: 1024px) {
  form.register [type=submit] {
    letter-spacing: 3px; }

  /** End of media query $desktop-size **/ }
@-moz-keyframes jelly {
  from {
    transform: scale(1, 1); }
  30% {
    transform: scale(1.25, 0.75); }
  40% {
    transform: scale(0.75, 1.25); }
  50% {
    transform: scale(1.15, 0.85); }
  65% {
    transform: scale(0.95, 1.05); }
  75% {
    transform: scale(1.05, 0.95); }
  to {
    transform: scale(1, 1); } }
@-webkit-keyframes jelly {
  from {
    transform: scale(1, 1); }
  30% {
    transform: scale(1.25, 0.75); }
  40% {
    transform: scale(0.75, 1.25); }
  50% {
    transform: scale(1.15, 0.85); }
  65% {
    transform: scale(0.95, 1.05); }
  75% {
    transform: scale(1.05, 0.95); }
  to {
    transform: scale(1, 1); } }
@-o-keyframes jelly {
  from {
    transform: scale(1, 1); }
  30% {
    transform: scale(1.25, 0.75); }
  40% {
    transform: scale(0.75, 1.25); }
  50% {
    transform: scale(1.15, 0.85); }
  65% {
    transform: scale(0.95, 1.05); }
  75% {
    transform: scale(1.05, 0.95); }
  to {
    transform: scale(1, 1); } }
@keyframes jelly {
  from {
    transform: scale(1, 1); }
  30% {
    transform: scale(1.25, 0.75); }
  40% {
    transform: scale(0.75, 1.25); }
  50% {
    transform: scale(1.15, 0.85); }
  65% {
    transform: scale(0.95, 1.05); }
  75% {
    transform: scale(1.05, 0.95); }
  to {
    transform: scale(1, 1); } }
@keyframes home {
  from {
    background-position: 100px center, -100px center; }
  to {
    background-position: 0px center, 0px center; } }
/***
 Animate Css overrides
****/
.animated {
  animation-duration: 1.75s; }

.inViewAnimate {
  opacity: 0;
  animation-fill-mode: both; }

@media only screen and (min-width: 768px) {
  .inViewAnimate {
    opacity: 1; } }
/*******************
    Helper Classes
*******************/
.no-padding-side {
  padding-left: 0;
  padding-right: 0; }

.no-padding-topbottom {
  padding-top: 0;
  padding-bottom: 0; }

.no-padding-bottom {
  padding-bottom: 0; }

.no-padding-top {
  padding-top: 0; }

.no-padding-left {
  padding-left: 0; }

.no-padding-except-top {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }

.no-padding {
  padding: 0; }

.no-padding-except-bottom {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0; }

.mobile-padding-top {
  padding-top: 50px; }

.no-margin-side {
  margin-left: 0;
  margin-right: 0; }

.no-margin-topbottom {
  margin-top: 0;
  margin-bottom: 0; }

.no-margin-top {
  margin-top: 0; }

.pull-up {
  margin-top: -7px !important; }

.no-border {
  border: 0 !important; }

.padding-end {
  padding-bottom: 2%; }

.divider {
  width: 90%;
  height: 1px;
  background-color: #fff;
  margin: 1% auto;
  padding: 1px 0; }

.vertical-space {
  padding-top: 10px;
  padding-bottom: 10px; }

.margin-top {
  margin-top: 1.5em; }

.horizontal-align {
  margin: 0 auto; }

.vertical-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0; }

.col-centered {
  float: none;
  margin: 0 auto; }

.make-relative {
  position: relative; }

.make-block {
  display: block; }

.absolute-center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.primary-color {
  color: #696969; }

.primary-bg-color {
  background: #fff; }

.secondary-bg-color {
  background: #16175f;
  color: #fff; }

.gray-bg-color {
  background: #939597; }

.font-black {
  color: #000; }

.font-white {
  color: #fff !important; }

.font-black-white {
  color: #000 !important; }

.font-white-black {
  color: #fff !important; }

.font-blue {
  color: #00203c; }

.font-gray {
  color: #252525; }

.font-red {
  color: #315C75; }

.font-italic {
  font-family: "Gotham A", "Gotham B"; }

.font-bold {
  font-weight: bold;
  font-weight: 700; }

.font-medium {
  font-weight: 500; }

.float-left {
  float: left; }

.width-100 {
  width: 100%; }

img.width-100 {
  width: 100%;
  display: block; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-shadow-simple {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5); }

.text-shadow-simple-darker {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.7); }

.text-shadow-simple-white {
  text-shadow: 2px 4px 3px rgba(255, 255, 255, 0.5); }

.border-top {
  border-top: 1px solid #feec22; }

.border-right {
  border-right: 1px solid #feec22; }

.border-left {
  border-left: 1px solid #feec22; }

.border-bottom {
  border-bottom: 1px solid #feec22; }

.seperator {
  width: 100%;
  height: 2px;
  color: #fff; }

.text-right-to-center {
  text-align: right; }

.clearfix {
  clear: both; }

.clearfix:after {
  content: ' ';
  clear: both;
  display: block; }

.space-top {
  padding-top: 25px; }

.space-top-x2 {
  padding-top: 50px; }

@media screen and (min-width: 768px) {
  .mobile-padding-top {
    padding-top: 0px; }

  .font-black-white {
    color: #FFF !important; } }
a.underline {
  text-decoration: underline; }

.cookieAcceptBar {
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #000000;
  color: #fff;
  padding: 20px 0;
  z-index: 99999;
  font-size: 14px; }

.cookieAcceptBar a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold; }

.cookieAcceptBar button {
  cursor: pointer;
  border: none;
  background-color: #2387c0;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  height: auto;
  line-height: 24px;
  padding: 0 10px 0 10px;
  padding-left: calc(10px + .25em);
  font-size: 12px;
  letter-spacing: .25em; }

.cookieAcceptBar button:hover {
  background-color: #ffffff;
  color: #2387c0;
  border: none; }

.nocookie {
  display: none !important; }

.register-link {
  display: block; }

.social-icon-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 25px; }
  .social-icon-container img {
    margin: 0 20px; }

.double-img-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .double-img-container {
      flex-direction: column;
      justify-content: center; } }
  .double-img-container div {
    display: block;
    width: 50%;
    padding: 20px; }
    @media (max-width: 767px) {
      .double-img-container div {
        padding: 20px 0 20px 0;
        width: 100%;
        display: flex;
        justify-content: center; } }

#home .two-column-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  #home .two-column-container .item {
    position: relative;
    width: calc(50% - 25px); }
    @media (max-width: 1024px) {
      #home .two-column-container .item {
        width: calc(50% - 12px); } }
    #home .two-column-container .item .overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      #home .two-column-container .item .overlay p {
        display: block;
        font-size: 30px;
        font-family: "Gotham A", "Gotham B", sans-serif;
        color: #fff;
        font-weight: 800; }
        @media (max-width: 767px) {
          #home .two-column-container .item .overlay p {
            font-size: 3.9113vw; } }
    #home .two-column-container .item img {
      width: 100%;
      height: auto; }
    #home .two-column-container .item a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      display: flex;
      justify-content: center;
      align-items: center; }
    #home .two-column-container .item a:hover {
      background-color: rgba(28, 110, 180, 0.5); }

#about .container-3col {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap; }
  #about .container-3col div {
    width: 33%;
    max-width: 320px;
    min-width: 320px;
    padding: 40px 0 0px 0; }
    #about .container-3col div h1 {
      font-weight: 800;
      font-size: 56px;
      color: #315C75; }
    #about .container-3col div h2 {
      line-height: 1.5em; }
    #about .container-3col div h5 {
      font-weight: 800;
      font-size: 56px;
      color: #315C75;
      letter-spacing: -.05125em; }
    #about .container-3col div p {
      font-size: 20px; }

#past-projects .wrapper-gallery {
  padding-bottom: 0; }
#past-projects .container-gallery {
  width: 100%;
  max-width: 1100px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row; }
  @media (max-width: 767px) {
    #past-projects .container-gallery {
      flex-direction: column;
      align-items: center; } }
  #past-projects .container-gallery div.gallery-details {
    width: 50%;
    max-width: 50%;
    overflow: hidden; }
    @media (max-width: 767px) {
      #past-projects .container-gallery div.gallery-details {
        width: 100%;
        max-width: 550px; } }
  #past-projects .container-gallery .gallery-info {
    position: relative;
    background-color: #E2E9F4;
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (max-width: 767px) {
      #past-projects .container-gallery .gallery-info {
        padding: 10px;
        width: 100%;
        max-width: 550px; } }
    #past-projects .container-gallery .gallery-info h4 {
      display: block;
      font-size: 20px;
      color: #000000;
      font-weight: bold; }
      #past-projects .container-gallery .gallery-info h4 span {
        font-weight: normal;
        letter-spacing: .125em; }
#past-projects .container-gallery:nth-child(even) {
  flex-direction: row-reverse; }
  @media (max-width: 767px) {
    #past-projects .container-gallery:nth-child(even) {
      flex-direction: column; } }

#givingBack .container-video {
  height: 0;
  padding-bottom: 56.25%;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  #givingBack .container-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%; }

.swiper-container,
.swiper-container0,
.swiper-container1,
.swiper-container2,
.swiper-container4,
.swiper-container5,
.swiper-container5,
.swiper-container6,
.swiper-container7,
.swiper-container8,
.swiper-container9,
.swiper-container10 {
  width: 100%;
  max-width: 1100px;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.swiper-pagination,
.swiper-pagination0,
.swiper-pagination1,
.swiper-pagination2,
.swiper-pagination3,
.swiper-pagination4,
.swiper-pagination5,
.swiper-pagination6,
.swiper-pagination7,
.swiper-pagination8,
.swiper-pagination9,
.swiper-pagination10 {
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 100%;
  bottom: 7.5%; }
  @media (max-width: 767px) {
    .swiper-pagination,
    .swiper-pagination0,
    .swiper-pagination1,
    .swiper-pagination2,
    .swiper-pagination3,
    .swiper-pagination4,
    .swiper-pagination5,
    .swiper-pagination6,
    .swiper-pagination7,
    .swiper-pagination8,
    .swiper-pagination9,
    .swiper-pagination10 {
      position: relative; } }
  .swiper-pagination .swiper-pagination-bullet,
  .swiper-pagination0 .swiper-pagination-bullet,
  .swiper-pagination1 .swiper-pagination-bullet,
  .swiper-pagination2 .swiper-pagination-bullet,
  .swiper-pagination3 .swiper-pagination-bullet,
  .swiper-pagination4 .swiper-pagination-bullet,
  .swiper-pagination5 .swiper-pagination-bullet,
  .swiper-pagination6 .swiper-pagination-bullet,
  .swiper-pagination7 .swiper-pagination-bullet,
  .swiper-pagination8 .swiper-pagination-bullet,
  .swiper-pagination9 .swiper-pagination-bullet,
  .swiper-pagination10 .swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #E2E9F4;
    opacity: 1 !important;
    background: none !important;
    border: 1px solid #000;
    margin: 5px; }
  .swiper-pagination .swiper-pagination-bullet-active,
  .swiper-pagination0 .swiper-pagination-bullet-active,
  .swiper-pagination1 .swiper-pagination-bullet-active,
  .swiper-pagination2 .swiper-pagination-bullet-active,
  .swiper-pagination3 .swiper-pagination-bullet-active,
  .swiper-pagination4 .swiper-pagination-bullet-active,
  .swiper-pagination5 .swiper-pagination-bullet-active,
  .swiper-pagination6 .swiper-pagination-bullet-active,
  .swiper-pagination7 .swiper-pagination-bullet-active,
  .swiper-pagination8 .swiper-pagination-bullet-active,
  .swiper-pagination9 .swiper-pagination-bullet-active,
  .swiper-pagination10 .swiper-pagination-bullet-active {
    color: #000 !important;
    background: #000 !important; }

#condominium-living h1 {
  letter-spacing: .125em !important; }
#condominium-living .project-list-container .project-list-item {
  width: 100%;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #cccccc;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 480px) {
    #condominium-living .project-list-container .project-list-item {
      flex-direction: column; } }
  #condominium-living .project-list-container .project-list-item p {
    font-size: 20px;
    letter-spacing: .25em;
    display: block;
    width: 40%;
    text-align: center; }
    @media (max-width: 480px) {
      #condominium-living .project-list-container .project-list-item p {
        width: 100%;
        letter-spacing: .0125em; } }
    #condominium-living .project-list-container .project-list-item p span {
      display: block;
      font-size: 14px;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-weight: 700;
      color: #315C75; }

#commercial-portfolio .legend-container {
  display: flex;
  justify-content: center;
  align-content: center; }
  #commercial-portfolio .legend-container .legend-canada {
    padding: 40px 20px 0px 20px;
    display: flex;
    justify-content: center; }
    #commercial-portfolio .legend-container .legend-canada div {
      display: inline-block;
      width: 25px;
      height: 25px;
      margin-right: 10px;
      background-color: #0FADEB; }
  #commercial-portfolio .legend-container .legend-usa {
    padding: 40px 20px 0px 20px;
    display: flex;
    justify-content: center; }
    #commercial-portfolio .legend-container .legend-usa div {
      width: 25px;
      height: 25px;
      margin-right: 10px;
      background-color: #315C75; }

#related-companies-and-agents .container-related-companies {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 100px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  #related-companies-and-agents .container-related-companies h2 {
    letter-spacing: normal;
    margin-bottom: 1em; }
  #related-companies-and-agents .container-related-companies .related-companies {
    margin-top: 2em;
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 783px) {
      #related-companies-and-agents .container-related-companies .related-companies {
        border-bottom: 1px solid #e4e4e4; } }
    #related-companies-and-agents .container-related-companies .related-companies .item {
      margin-bottom: 2em; }
      #related-companies-and-agents .container-related-companies .related-companies .item p {
        text-align: left;
        margin-bottom: 1em; }

#emerald-city li.pure-u-md-1-3 a {
  display: block;
  width: 100%; }
#emerald-city .portfolio-list > li {
  padding: 10px; }
  @media (max-width: 980px) {
    #emerald-city .portfolio-list > li {
      padding: 10px; } }
#emerald-city ul.portfolio-list {
  max-width: 1140px;
  margin: 0 auto; }

#galleria-on-the-park h1 {
  letter-spacing: .025em; }

#agellan-commercial h1 {
  letter-spacing: .025em; }

#cite-quatre-saisons h1 {
  letter-spacing: .025em; }

#galleria-shopping-centre h1 {
  letter-spacing: .025em; }

#bedford-place-mall h1 {
  letter-spacing: .025em; }

/*# sourceMappingURL=main.css.map */
