/* Font Family */
html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
  background-color: #fff !important;
  font-family: "Minimos", sans-serif !important;
  min-height: 100vh; }

.fixedPosition {
  position: fixed;
  width: 100%; }

.main-container {
  height: auto;
  width: calc(100% - 260px);
  margin: 0 auto; }
  @media (max-width: 991px) {
    .main-container {
      width: calc(100% - 30px); } }
.form-container {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 30px 0px 30px 0px;
}
html {
  margin-top: 0 !important; }

p {
  margin-bottom: 5px;
  color: #333 !important;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  font-family: "Roboto", sans-serif; }
  p a {
    color: #111;
    font-family: "Roboto", sans-serif; }
    p a:hover {
      color: #000000; }
  @media screen and (max-width: 1500px) {
    p {
      font-size: 16px;
      line-height: 26px; } }
.blue {
  color: #143D8D !important;
}
.yellow {
  color: #FAA635 !important;
}
ul {
  color: #111;
  font-size: 18px;
  font-weight: normal;
  line-height: 31px;
  font-family: "Roboto", sans-serif; }
  @media screen and (max-width: 1500px) {
    ul {
      font-size: 16px;
      line-height: 29px; } }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

a img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.yellow-background {
  background-color: #fec62b; }
  .yellow-background p {
    color: #2a2b26; }

.white-background p {
  color: #111; }

.grey-background {
  background-color: #939598; }
  .grey-background p {
    color: #ffffff; }

.showcase-font-white {
  color: #fff;
  font-size: 44px;
  line-height: 48px;
  font-weight: 200;
  letter-spacing: 5px;
  font-family: "Minimos", sans-serif; }
  @media screen and (max-width: 1500px) {
    .showcase-font-white {
      font-size: 40px;
      line-height: 40px; } }
  @media screen and (max-width: 1023px) {
    .showcase-font-white {
      font-size: 32px;
      line-height: 32px; } }
  @media screen and (max-width: 400px) {
    .showcase-font-white {
      font-size: 28px;
      line-height: 28px; } }

.showcase-font-black {
  color: #2a2b26;
  font-size: 48px;
  line-height: 48px;
  font-weight: 200;
  letter-spacing: 5px;
  font-family: "Minimos", sans-serif; }
  @media screen and (max-width: 1500px) {
    .showcase-font-black {
      font-size: 40px;
      line-height: 40px; } }
  @media screen and (max-width: 1023px) {
    .showcase-font-black {
      font-size: 32px;
      line-height: 32px; } }
  @media screen and (max-width: 400px) {
    .showcase-font-black {
      font-size: 28px;
      line-height: 28px; } }

.disclaimer-font {
  font-size: 12px;
  line-height: 19px;
  color: #111;
  font-weight: 200;
  max-width: 891px;
  margin: 0 auto;
  display: block;
  font-family: "Minimos", sans-serif; }

.content-fields-one-column {
  padding: 88px 8.6% 72px 8.6%; }
  @media screen and (max-width: 1023px) {
    .content-fields-one-column {
      padding: 58px 8.6% 42px 8.6%; } }
  .content-fields-one-column ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0; }
    @media screen and (max-width: 500px) {
      .content-fields-one-column ul {
        text-align: left;
        align-items: flex-start; } }
    .content-fields-one-column ul li {
      position: relative;
      list-style-type: none;
      display: inline-block;
      color: #111;
      font-weight: 400;
      padding-bottom: 5px; }
      @media screen and (max-width: 500px) {
        .content-fields-one-column ul li {
          text-align: left !important;
          padding-left: 45px; } }
    .content-fields-one-column ul li:before {
      content: "";
      position: absolute;
      top: 8px;
      left: -22px;
      width: 14px;
      height: 15px;
      background-image: url("../images/yellow-arrow.png"); }
      @media screen and (max-width: 500px) {
        .content-fields-one-column ul li:before {
          left: 17px; } }

.image-wysiwyg-two-columns {
  display: flex; }
  @media screen and (max-width: 1023px) {
    .image-wysiwyg-two-columns {
      flex-direction: column; } }
  .image-wysiwyg-two-columns .content-fields-left-column {
    width: 50%;
    min-height: 582px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 1023px) {
      .image-wysiwyg-two-columns .content-fields-left-column {
        width: 100%;
        min-height: 482px; } }
    @media screen and (max-width: 600px) {
      .image-wysiwyg-two-columns .content-fields-left-column {
        min-height: 382px; } }
    .image-wysiwyg-two-columns .content-fields-left-column .interior-image-title {
      color: #fff !important;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 44px;
      line-height: 43px;
      padding-top: 25px;
      font-weight: 600;
      letter-spacing: 4px;
      font-family: "Minimos", sans-serif;
      position: relative;
      padding-right: 25px;
      text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.7); }
      @media screen and (max-width: 1600px) {
        .image-wysiwyg-two-columns .content-fields-left-column .interior-image-title {
          font-size: 40px;
          line-height: 39px; } }
      @media screen and (max-width: 1450px) {
        .image-wysiwyg-two-columns .content-fields-left-column .interior-image-title {
          max-width: 400px;
          text-align: center;
          margin-right: 75px; } }
      @media screen and (max-width: 1023px) {
        .image-wysiwyg-two-columns .content-fields-left-column .interior-image-title {
          font-size: 37px;
          line-height: 44px;
          padding-left: 25px !important;
          padding-right: 25px !important;
          margin-right: 0;
          text-align: center; } }
      .image-wysiwyg-two-columns .content-fields-left-column .interior-image-title:before {
        content: "";
        position: absolute;
        top: 14px;
        right: -69px;
        width: 73px;
        height: 63px;
        background-image: url("../images/yellow_chevron_double.png"); }
        @media screen and (max-width: 1450px) {
          .image-wysiwyg-two-columns .content-fields-left-column .interior-image-title:before {
            top: 35px;
            right: -52px; } }
        @media screen and (max-width: 1023px) {
          .image-wysiwyg-two-columns .content-fields-left-column .interior-image-title:before {
            top: -83px;
            width: 73px;
            height: 63px;
            left: 50%;
            transform: translateX(-50%) rotate(90deg); } }
        @media screen and (max-width: 600px) {
          .image-wysiwyg-two-columns .content-fields-left-column .interior-image-title:before {
            top: -53px;
            width: 53px;
            height: 43px;
            background-size: cover; } }
  .image-wysiwyg-two-columns .content-fields-right-column {
    width: 50%;
    padding: 0 7.8% 0 35px;
    display: flex;
    align-items: center; }
    .image-wysiwyg-two-columns .content-fields-right-column .interior-wrapper {
      text-align: left; }
      @media screen and (max-width: 1023px) {
        .image-wysiwyg-two-columns .content-fields-right-column .interior-wrapper {
          text-align: center;
          max-width: 600px;
          margin: 40px auto; }
          .image-wysiwyg-two-columns .content-fields-right-column .interior-wrapper img {
            margin: 0 auto;
            display: block; } }
      @media screen and (max-width: 1023px) {
        .image-wysiwyg-two-columns .content-fields-right-column .interior-wrapper p {
          text-align: left !important; } }
    .image-wysiwyg-two-columns .content-fields-right-column .interior-number-counter {
      font-size: 82px;
      line-height: 58px;
      padding: 30px;
      border: 5px solid #fec62b;
      display: inline-block;
      color: #939598;
      margin-bottom: 20px;
      font-family: "Saira Extra Condensed", sans-serif;
      font-weight: 500;
      width: 133px;
      height: 133px;
      text-align: center; }
    @media screen and (max-width: 1023px) {
      .image-wysiwyg-two-columns .content-fields-right-column {
        width: 100%;
        padding-left: 25px !important;
        padding-right: 25px !important; } }

.wysiwyg-image-two-columns {
  display: flex; }
  @media screen and (max-width: 1023px) {
    .wysiwyg-image-two-columns {
      flex-direction: column-reverse; } }
  .wysiwyg-image-two-columns .content-fields-left-column {
    width: 50%;
    padding: 0 35px 0 7.8%;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1023px) {
      .wysiwyg-image-two-columns .content-fields-left-column {
        width: 100%;
        padding-left: 25px !important;
        padding-right: 25px !important; } }
    .wysiwyg-image-two-columns .content-fields-left-column .interior-wrapper {
      text-align: right; }
      @media screen and (max-width: 1023px) {
        .wysiwyg-image-two-columns .content-fields-left-column .interior-wrapper {
          text-align: center;
          max-width: 600px;
          margin: 40px auto; }
          .wysiwyg-image-two-columns .content-fields-left-column .interior-wrapper img {
            margin: 0 auto;
            display: block; } }
      @media screen and (max-width: 1023px) {
        .wysiwyg-image-two-columns .content-fields-left-column .interior-wrapper p {
          text-align: left !important; } }
    .wysiwyg-image-two-columns .content-fields-left-column .interior-number-counter {
      font-size: 82px;
      line-height: 58px;
      padding: 30px;
      border: 5px solid #fec62b;
      display: inline-block;
      color: #939598;
      margin-bottom: 20px;
      font-family: "Saira Extra Condensed", sans-serif;
      font-weight: 500;
      width: 133px;
      height: 133px;
      text-align: center; }
  .wysiwyg-image-two-columns .content-fields-right-column {
    width: 50%;
    min-height: 582px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 1023px) {
      .wysiwyg-image-two-columns .content-fields-right-column {
        width: 100%;
        min-height: 482px; } }
    @media screen and (max-width: 600px) {
      .wysiwyg-image-two-columns .content-fields-right-column {
        min-height: 382px; } }
    .wysiwyg-image-two-columns .content-fields-right-column .interior-image-title {
      color: #fff !important;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 44px;
      line-height: 43px;
      padding-top: 25px;
      font-weight: 600;
      letter-spacing: 4px;
      font-family: "Minimos", sans-serif;
      position: relative;
      padding-right: 25px;
      position: relative;
      text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.7); }
      @media screen and (max-width: 1600px) {
        .wysiwyg-image-two-columns .content-fields-right-column .interior-image-title {
          font-size: 40px;
          line-height: 39px; } }
      @media screen and (max-width: 1450px) {
        .wysiwyg-image-two-columns .content-fields-right-column .interior-image-title {
          max-width: 400px;
          text-align: center;
          margin-left: 75px; } }
      @media screen and (max-width: 1023px) {
        .wysiwyg-image-two-columns .content-fields-right-column .interior-image-title {
          font-size: 37px;
          line-height: 44px;
          padding-left: 25px !important;
          padding-right: 25px !important;
          text-align: center;
          margin-left: 0; } }
      .wysiwyg-image-two-columns .content-fields-right-column .interior-image-title:before {
        content: "";
        position: absolute;
        top: 14px;
        left: -88px;
        width: 73px;
        height: 63px;
        transform: rotate(180deg);
        background-image: url("../images/yellow_chevron_double.png"); }
        @media screen and (max-width: 1450px) {
          .wysiwyg-image-two-columns .content-fields-right-column .interior-image-title:before {
            top: 37px;
            left: -58px; } }
        @media screen and (max-width: 1023px) {
          .wysiwyg-image-two-columns .content-fields-right-column .interior-image-title:before {
            top: -83px;
            left: 50%;
            transform: translateX(-50%) rotate(90deg); } }
        @media screen and (max-width: 600px) {
          .wysiwyg-image-two-columns .content-fields-right-column .interior-image-title:before {
            top: -53px;
            width: 53px;
            height: 43px;
            background-size: cover; } }

.wysiwyg-wysiwyg-two-columns {
  padding: 80px 7.8%;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1023px) {
    .wysiwyg-wysiwyg-two-columns {
      flex-direction: column;
      max-width: 600px;
      padding: 0;
      margin: 50px auto; } }
  @media screen and (max-width: 500px) {
    .wysiwyg-wysiwyg-two-columns {
      padding-left: 25px;
      padding-right: 25px; } }
  .wysiwyg-wysiwyg-two-columns .content-fields-right-column {
    width: calc(50% - 35px); }
    @media screen and (max-width: 1023px) {
      .wysiwyg-wysiwyg-two-columns .content-fields-right-column {
        width: 100%;
        border-top: 5px solid #fec62b;
        padding-top: 27px; } }
  .wysiwyg-wysiwyg-two-columns .content-fields-left-column {
    width: calc(50% - 35px);
    position: relative; }
    @media screen and (max-width: 1023px) {
      .wysiwyg-wysiwyg-two-columns .content-fields-left-column {
        width: 100%; } }
    .wysiwyg-wysiwyg-two-columns .content-fields-left-column.format-field-homepage {
      margin-top: -7px; }
      .wysiwyg-wysiwyg-two-columns .content-fields-left-column.format-field-homepage p {
        font-family: "Minimos";
        text-transform: uppercase;
        font-weight: 200;
        font-size: 31px;
        line-height: 56px;
        text-align: right;
        padding-left: 19px;
        position: relative; }
        @media screen and (max-width: 1500px) {
          .wysiwyg-wysiwyg-two-columns .content-fields-left-column.format-field-homepage p {
            font-size: 24px;
            line-height: 47px; } }
        @media screen and (max-width: 1023px) {
          .wysiwyg-wysiwyg-two-columns .content-fields-left-column.format-field-homepage p {
            text-align: left;
            padding: 0; } }
        .wysiwyg-wysiwyg-two-columns .content-fields-left-column.format-field-homepage p:before {
          content: "";
          position: absolute;
          top: -2px;
          left: -56px;
          width: 73px;
          height: 63px;
          background-size: cover;
          background-image: url("../images/yellow_chevron_double.png"); }
          @media screen and (max-width: 1500px) {
            .wysiwyg-wysiwyg-two-columns .content-fields-left-column.format-field-homepage p:before {
              top: -5px;
              left: -66px; } }
          @media screen and (max-width: 1023px) {
            .wysiwyg-wysiwyg-two-columns .content-fields-left-column.format-field-homepage p:before {
              top: 2px;
              left: -87px; } }
          @media screen and (max-width: 800px) {
            .wysiwyg-wysiwyg-two-columns .content-fields-left-column.format-field-homepage p:before {
              display: none; } }
    .wysiwyg-wysiwyg-two-columns .content-fields-left-column:after {
      position: absolute;
      content: "";
      height: calc(100% - 40px);
      margin-top: 10px;
      width: 4px;
      background-color: #fec62b;
      display: block;
      right: -37px;
      top: 0; }
      @media screen and (max-width: 1023px) {
        .wysiwyg-wysiwyg-two-columns .content-fields-left-column:after {
          display: none; } }

strong {
  font-weight: bold !important; }

#gform_wrapper_1 {
  max-width: 823px;
  margin: 0 auto; }
  #gform_wrapper_1 .gform_required_legend {
    display: none; }
  #gform_wrapper_1 input[type="text"] {
    border-radius: 25px !important;
    font-family: "Roboto", sans-serif !important;
    border: 0 !important;
    color: #000 !important;
    padding-left: 16px;
    background-color: #e4e4e5;
    padding: 13px 16px;
    font-size: 16px;
    line-height: 16px; }
    #gform_wrapper_1 input[type="tel"] {
    border-radius: 25px !important;
    font-family: "Roboto", sans-serif !important;
    border: 0 !important;
    color: #000 !important;
    padding-left: 16px;
    background-color: #e4e4e5;
    padding: 13px 16px;
    font-size: 16px;
    line-height: 16px; }
    #gform_wrapper_1 input[type="text"]::placeholder {
      color: #000 !important;
      font-weight: bold; }
       #gform_wrapper_1 input[type="tel"]::placeholder {
      color: #000 !important;
      font-weight: bold; }
  #gform_wrapper_1 #input_1_7 {
    display: flex;
    justify-content: center; }
  #gform_wrapper_1 .gchoice_1_6_1 {
    text-align: center; }
  #gform_wrapper_1 input[type="email"] {
    border-radius: 25px !important;
    font-family: "Roboto", sans-serif !important;
    color: #000 !important;
    border: 0 !important;
    padding-left: 16px;
    background-color: #e4e4e5;
    padding: 13px 16px;
    font-size: 16px;
    line-height: 16px; }
    #gform_wrapper_1 input[type="email"]::placeholder {
      color: #000 !important;
      font-weight: bold; }
  #gform_wrapper_1 input[type="checkbox"] {
    width: 25px;
    height: 25px;
    margin-right: 10px; }
  #gform_wrapper_1 #label_1_6_1 {
    color: #fff;
    font-family: "Roboto";
    font-size: 17px; }
    @media screen and (max-width: 823px) {
      #gform_wrapper_1 #label_1_6_1 {
        font-size: 16px; } }
  #gform_wrapper_1 textarea {
    border-radius: 25px !important;
    font-family: "Roboto", sans-serif !important;
    color: #000 !important;
    border: 0 !important;
    padding: 15px;
    background-color: #e4e4e5; }
    #gform_wrapper_1 textarea::placeholder {
      font-weight: bold;
      color: #000 !important; }
  #gform_wrapper_1 #gform_submit_button_1 {
    position: relative; 
    border-radius: 30px 0px 30px 0px;
    border: 7px solid #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 20px auto 0 auto !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 24px !important;
    line-height:24px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    padding: 15px 30px;
    background-color: #c81c8b !important;
    transition: 0.25s ease-in-out; }
    #gform_wrapper_1 #gform_submit_button_1:hover {
      background-color: #358241 !important; }
#user-registration-form-9 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23) !important;
}
.ur-submit-button {

  border-radius: 30px 0px 30px 0px !important; 
    border: 7px solid #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 20px auto 0 auto !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    line-height:20px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    padding: 15px 30px;
    background-color: #c81c8b !important;
}
.page-id-23 .menu-item-62 {
  display: none; }

.page-id-23 .footer-top .large-btn {
  display: none !important; }

.project-slider-container {
  position: relative;
  margin-top: 90px; }
  .project-slider-container .project-slider .project-slide {
    position: relative;
    width: 412px !important;
    height: 412px;
    margin-right: 30px !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .project-slider-container .project-slider .project-slide .project-slide-hover {
      opacity: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      z-index: 1;
      transition: 0.4s opacity linear; }
    .project-slider-container .project-slider .project-slide:hover .project-slide-hover {
      opacity: 1; }
    @media screen and (max-width: 823px) {
      .project-slider-container .project-slider .project-slide {
        width: 300px !important;
        height: 300px !important; } }
  .project-slider-container .project-slider .project-tag {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 200;
    font-family: "Minimos", sans-serif;
    padding: 10px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.8); }
  .project-slider-container .project-slider .project-title-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative; }
  .project-slider-container .project-slider .project-title {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 200;
    font-family: "Minimos", sans-serif;
    padding: 0 50px;
    text-align: center;
    letter-spacing: 1.5px;
    text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.8); }
  .project-slider-container .project-slider-btn {
    width: 73px;
    height: 63px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: transparent;
    opacity: 0.5;
    transition: all 0.3s linear; }
    @media screen and (max-width: 823px) {
      .project-slider-container .project-slider-btn {
        width: 53px;
        height: 43px; } }
  .project-slider-container .project-slider-btn:hover {
    opacity: 1; }
  .project-slider-container .project-slider-btn.project-slider-left-btn {
    background-image: url(/wp-content/themes/505-architects/assets/images/arrow-left-slider.png);
    left: 10px; }
  .project-slider-container .project-slider-btn.project-slider-right-btn {
    background-image: url(/wp-content/themes/505-architects/assets/images/arrow-right-slider.png);
    right: 10px; }

#cycler {
  position: relative;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 823px) {
  #cycler {
    min-height: 382px; } }

#cycler div {
  position: absolute;
  z-index: 1; }

#cycler div.active {
  z-index: 3; }

.page-id-23 header .hero .hero-nav {
  background-position: right !important; }

.home > section:nth-child(4) > aside.content-fields-left-column {
  background-position: right !important; }

#gform_confirmation_message_1 h2 {
  text-align: center !important;
  text-transform: initial !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: normal !important;
  line-height: 28px !important;
  font-family: "Roboto", sans-serif !important; }

.subpage-h1-wrapper {
  text-align: center; }
  .subpage-h1-wrapper h1 {
    color: #fff !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-size: 37px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
    letter-spacing: 4px !important;
    font-family: "Minimos", sans-serif !important;
    position: relative;
    display: inline-block;
    margin-bottom: 50px; }
    @media screen and (max-width: 823px) {
      .subpage-h1-wrapper h1 {
        font-size: 32px !important;
        line-height: 27px !important; } }
    .subpage-h1-wrapper h1:before {
      content: "";
      position: absolute;
      top: -15px;
      left: -96px;
      width: 73px;
      height: 63px;
      background-image: url("../images/yellow_chevron_double.png"); }
      @media screen and (max-width: 823px) {
        .subpage-h1-wrapper h1:before {
          display: none; } }

header .hero {
  display: flex; }
  @media screen and (max-width: 823px) {
    header .hero {
      flex-direction: column; } }
  header .hero .hero-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10.068%;
    width: 50%; }
    @media screen and (max-width: 823px) {
      header .hero .hero-logo {
        width: 100%;
        padding: 14.068% 10.068%; } }
    header .hero .hero-logo img {
      width: 100%;
      max-width: 412px; }
      @media screen and (max-width: 823px) {
        header .hero .hero-logo img {
          max-width: 325px; } }
  header .hero .hero-nav {
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative; }
    @media screen and (max-width: 823px) {
      header .hero .hero-nav {
        width: 100%;
        min-height: 382px; } }
    header .hero .hero-nav .header-menu {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 999; }
      @media screen and (max-width: 823px) {
        header .hero .hero-nav .header-menu {
          top: 10px;
          right: 15px; } }
      header .hero .hero-nav .header-menu #menu-primary-menu {
        margin: 0;
        list-style: none;
        padding: 67px; }
        @media screen and (max-width: 823px) {
          header .hero .hero-nav .header-menu #menu-primary-menu {
            padding: 0; } }
        header .hero .hero-nav .header-menu #menu-primary-menu li {
          text-align: right; }
          @media screen and (max-width: 823px) {
            header .hero .hero-nav .header-menu #menu-primary-menu li {
              text-align: center; } }
          header .hero .hero-nav .header-menu #menu-primary-menu li a {
            color: #fff !important;
            text-transform: uppercase;
            text-decoration: none;
            font-size: 37px;
            line-height: 32px;
            font-weight: 200;
            letter-spacing: 4px;
            font-family: "Minimos", sans-serif; }
            header .hero .hero-nav .header-menu #menu-primary-menu li a:hover {
              color: #fec62b !important; }
            @media screen and (max-width: 1500px) {
              header .hero .hero-nav .header-menu #menu-primary-menu li a {
                font-size: 26px;
                line-height: 26px; } }
            @media screen and (max-width: 1023px) {
              header .hero .hero-nav .header-menu #menu-primary-menu li a {
                font-size: 22px;
                line-height: 22px; } }
            @media screen and (max-width: 823px) {
              header .hero .hero-nav .header-menu #menu-primary-menu li a {
                font-size: 28px;
                line-height: 28px; } }

footer .footer-top {
  padding: 80px 10%; }
  @media screen and (max-width: 500px) {
    footer .footer-top {
      padding-left: 25px;
      padding-right: 25px; } }
  footer .footer-top p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px; }
    footer .footer-top p a {
      color: #2a2b26;
      text-decoration: none; }
      footer .footer-top p a:hover {
        color: #fff; }
  footer .footer-top .large-btn {
    border: 7px solid #fff !important;
    border-radius: 0 !important;
    width: 246px !important;
    height: 246px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 80px auto 0 auto !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 26px !important;
    line-height: 33px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    background-color: #fec62b !important; }
    footer .footer-top .large-btn:hover {
      background-color: #939598 !important; }

footer .footer-bottom {
  padding: 15px 10%;
  background-color: #ffffff; }
  @media screen and (max-width: 500px) {
    footer .footer-bottom {
      padding-left: 25px;
      padding-right: 25px; } }
  footer .footer-bottom p {
    text-align: center;
    margin: 0;
    font-size: 14px; }
    footer .footer-bottom p a {
      color: #111; }
      footer .footer-bottom p a:hover {
        color: #d72a1a; }
#field_1_16 > label, #field_1_17 > label, #field_1_27 > label, #field_1_28 > label {
  font-size: 14px !important;
}

.gfield--type-section {
	margin-top: 50px !important;
	margin-bottom: 20px !important;
}
.gfield--type-section > h3 {
	margin-bottom: 0 !important;
}