﻿/* Top Section */
#common__top__content {
  display: flex;
  flex-direction: row;
}

  #common__top__content .common--top--left--content {
    width: 50%;
    background: #707070;
    color: #fff;
  }


  #common__top__content .common--top--right--content {
    width: 50%;
  }

    #common__top__content .common--top--right--content img {
      width: 100%;
      height: 100%;
    }

  #common__top__content .common--top--left--content h1 {
    font-family: brandon_grotesquemedium;
    font-size: 60px;
    line-height: 70px;
    margin-left: 12%;
    color: #fff;
    margin-block-start: 0;
    margin-bottom: 24px;
    margin-top: 13.35%;
    max-width: 70%;
    font-weight: 200;
    text-transform:uppercase;
  }

  #common__top__content .common--top--left--content #common__sub__text {
    font-family: brandon_grotesqueregular;
    font-size: 24px;
    line-height: 30px;
    margin-left: 12%;
    color: #fff;
    margin-block-start: 0;
    max-width: 52%;
  }

/* Top Content */

.section--description {
  padding-bottom: 59px;
}

  .section--description .container {
    max-width: 704px !important;
  }

  .section--description .breadcrumbs {
    margin-top: 57px;
  }

  .section--description h2 {
    font-family: brandon_grotesquemedium;
    font-size: 60px;
    line-height: 70px;
    margin-top: 54px;
    margin-bottom: 45px;
    text-transform: none;
    color: #000;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 200;
    text-transform: uppercase;
  }

  .section--description #description__content, .section--description .description--content {
    font-family: brandon_grotesqueregular;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    text-align: left;
  }

    .section--description #description__content p {
      margin: 0;
    }

    .section--description #description__content ul {
      margin: 0;
      padding: 0;
      padding-left: 25px;
      margin-top: 30px;
    }

      .section--description #description__content ul li {
        margin-bottom: 30px;
      }

/* Partners */

.section--partners {
  padding-bottom: 150px;
  padding-top: 54px;
}

  .section--partners .container {
    max-width: 1142px !important;
  }

  .section--partners h2 {
    font-family: brandon_grotesquemedium;
    font-size: 60px;
    line-height: 70px;
    margin-top: 0px;
    margin-bottom: 76px;
    text-transform: none;
    color: #000;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 200;
    text-transform: uppercase;
  }

#partners__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:flex-start;
}

  #partners__list img {
    width: 22.56%;
    margin-left: 3.25%;
    margin-bottom: 43px;
  }

    #partners__list img:nth-child(4n+1) {
      margin-left: 0;
    }

/* Bottom Section */

.section--bottom {
  background-color: #707070;
  padding-top: 113px;
  padding-bottom: 131px;
  color: #fff;
}

  .section--bottom .container {
    max-width: 590px !important;
  }

  .section--bottom h2 {
    font-family: brandon_grotesquemedium;
    font-size: 40px;
    line-height: 45px;
    margin-top: 0px;
    margin-bottom: 47px;
    text-transform: none;
    font-weight: 200;
    text-transform:uppercase;
  }

  .section--bottom #manager {
    margin-bottom: 12px;
  }

  .section--bottom #manager__name {
    font-family: brandon_grotesqueregular;
    font-size: 30px;
    line-height: 30px;
    font-weight: 100;
    text-transform: uppercase;
  }

  .section--bottom #manager__position {
    font-family: brandon_grotesqueregular;
    font-size: 20px;
    line-height: 30px;
    font-weight: 100;
    margin-bottom: 19px;
    text-transform:uppercase;
  }

  .section--bottom #phone__dial, .section--bottom #email {
    font-family: brandon_grotesquemedium;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
  }

@media(max-width: 1100px){
  #common__top__content{
    flex-direction: column;
  }

    #common__top__content .common--top--left--content, #common__top__content .common--top--right--content{
      width: 100%;
    }

      #common__top__content .common--top--left--content h1{
        margin-top: 5%;
      }

      #common__top__content .common--top--left--content #common__sub__text{
        margin-bottom: 5%;
      }
}

@media(max-width: 768px) {
  #common__top__content {
    flex-direction: column;
  }

    #common__top__content .common--top--left--content {
      width: 100%;
      text-align: center;
      padding-bottom: 50px;
    }


    #common__top__content .common--top--right--content {
      width: 100%;
    }

      #common__top__content .common--top--right--content img {
        width: 100%;
        height: auto;
      }

    #common__top__content .common--top--left--content h1 {
      font-family: brandon_grotesqueblack;
      font-size: 40px;
      line-height: 40px;
      margin-left: 0;
      color: #fff;
      margin-block-start: 0;
      margin-bottom: 24px;
      margin-top: 49px;
      max-width: 70%;
      margin-left: auto;
      margin-right: auto;
      font-weight: 500;
    }

    #common__top__content .common--top--left--content #common__sub__text {
      font-family: brandon_grotesquemedium;
      font-size: 24px;
      line-height: 30px;
      margin-left: 0;
      color: #fff;
      margin-block-start: 0;
      max-width: 100%;
      text-align: center;
      max-width: 65%;
      margin-left: auto;
      margin-right: auto;
    }

  /* Top Content */

  /* Description */

  .section--description {
    padding-bottom: 61px;
  }

    .section--description .container {
      max-width: 79.17% !important;
    }

    .section--description .breadcrumbs {
      margin-top: 24px;
    }

    .section--description h2 {
      font-size: 40px;
      line-height: 45px;
      margin-top: 55px;
      margin-bottom: 34px;
      max-width: 60%;
      margin-left: auto;
      margin-right: auto;
    }

    .section--description #description__content {
      font-family: brandon_grotesqueregular;
      font-size: 20px;
      line-height: 30px;
      color: #000;
      text-align: left;
      font-weight: 200;
    }

/* Partners */

  .section--partners {
    padding-bottom: 47px;
    padding-top: 0;
  }

    .section--partners .container {
      max-width: 76.43% !important;
    }

    .section--partners h2 {
      font-size: 40px;
      line-height: 45px;
      margin-top: 0px;
      margin-bottom: 57px;
      max-width: 90%;
    }

  #partners__list img{
    margin-left: 0;
    width: 41.19%;
    margin-bottom: 69px;
  }

  #partners__list img:nth-child(2n+1){
    margin-right: 17.62%;
  }

  /* Section Bottom */

  .section--bottom {
    padding-top: 99px;
    padding-bottom: 103px;
  }

    .section--bottom h2{
      margin-bottom: 37px;
    }
}

@media(max-width: 480px) {
  #common__top__content .common--top--left--content {
    padding-bottom: 17px;
    padding-top: 19px;
  }


  #common__top__content .common--top--right--content {
    width: 100%;
  }

    #common__top__content .common--top--right--content img {
      width: 100%;
      height: auto;
    }

  #common__top__content .common--top--left--content h1 {
    font-family: brandon_grotesqueblack;
    font-size: 25px;
    line-height: 30px;
    margin-left: 0;
    color: #fff;
    margin-block-start: 0;
    margin-bottom: 6px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
  }

  #common__top__content .common--top--left--content #common__sub__text {
    font-family: brandon_grotesquemedium;
    font-size: 20px;
    line-height: 25px;
    margin-left: 0;
    color: #fff;
    margin-block-start: 0;
    max-width: 100%;
    text-align: center;
    max-width: 72%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }


  /* Top Content */

  .section--description {
    padding-bottom: 38px;
  }

    .section--description .container {
      max-width: 80.53% !important;
    }

    .section--description .breadcrumbs {
      margin-top: 22px;
    }

    .section--description h2 {
      font-size: 25px;
      line-height: 35px;
      margin-top: 43px;
      margin-bottom: 22px;
      max-width: 80%;
    }

    .section--description #description__content {
      line-height: 25px;
    }

  /* Partners */

  .section--partners {
    padding-bottom: 78px;
    padding-top: 0;
  }

    .section--partners .container {
      max-width: 100% !important;
    }

    .section--partners h2 {
      font-size: 25px;
      line-height: 35px;
      margin-top: 0px;
      margin-bottom: 32px;
      max-width: 90%;
    }

  #partners__list{
    flex-direction: column;
    align-items: center;
  }

  #partners__list img {
    margin-left: 0;
    margin-right: 0;
    width: 59.18%;
    margin-bottom: 17px;
  }

    #partners__list img:nth-child(2n+1){
      margin-right: 0;
    }

    /* Section Bottom */
    .section--bottom {
      padding-top: 87px;
      padding-bottom: 88px;
    }

    .section--bottom h2 {
      margin-bottom: 38px;
      max-width: 79.47%;
      margin-left: auto;
      margin-right: auto;
      font-size: 25px;
      line-height: 30px;
    }
}