/* ================================================== */
/* ============== Flexbox Containers ================ */
/* ================================================== */

.c-container, .c-container-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 100px;
  margin-right: 100px;
}

.c-container {
  margin-top: 60px;
}

.c-container-main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-persp-header-container {
  padding-top: 20px;
  padding-bottom: 50px;
  margin-top: 50px;
}

.c-items-container {
  padding-bottom: 100px;
  padding-top: 50px;
}

.c-footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 250px;
  margin-top: 50px;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: 100px;
}

.c-culture-footer {
  margin-bottom: 20px !important;
}

/* ================================================== */
/* ================== Flex Items ==================== */
/* ================================================== */

.c-corp-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  border-left: 3px solid lightgray;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.c-corp-quote {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
          flex: 1 1 75%;
  display: block;
  margin: auto;
}

.c-corp-img-div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.c-corp-img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 100%;
  width: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.c-corp-summary {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding-left: 20px;
}

.c-persp-logo {
  max-width: 385px !important;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 20px;
}

.c-sustainable-subtitles {
  color: white;
  text-align: center;
  margin-bottom: 0;
}

.c-sustainable-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 0;
  margin-left: 0;
  margin-top: 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-sustainable-icon {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  max-width: 76px;
  max-height: 76px;
  margin-right: 40px;
  margin-left: 70px;
}

.c-sustainable-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
          flex: 1 1 80%;
  margin-right: 130px;
}

.c-2017key {
  margin-bottom: 150px;
  margin-right: 100px;
  margin-left: 100px;
  max-width: auto !important;
}

/* ================================================== */
/* ===================== Text ======================= */
/* ================================================== */

.c-no-underline {
  text-decoration: none;
}

.c-line-height-2{
  line-height: 2em;
}

.c-list-style-none {
  list-style-type: none;
}

/* ================================================== */
/* ================= Positioning ==================== */
/* ================================================== */

.c-corp-resp-pos-v-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ================================================== */
/* =================== Colors ======================= */
/* ================================================== */


.c-light-gray-background {
  background-color: #f4f4f4;
}

.c-dark-gray-background {
  background-color: #343E48;
}

.c-cr-wrapper a {
  color: #333 !important;
}

.c-cr-wrapper a:hover {
  color: #333 !important;
}

a:hover .c-no-underline {
  text-decoration: none;
}

/* ================================================== */
/* ========== Margins, Paddings, Width ============== */
/* ================================================== */

.c-margin-top-60-alt {
  margin-top: 60px;
}

.c-margin-bot-corp-resp {
  margin-bottom: 150px;
}

.c-side-margins {
  margin-right: 100px;
  margin-left: 100px;
}

.c-margin-15-bot {
  margin-bottom: 15px;
}

.c-padding-read-me {
  padding-top: 40px;
}

.c-p-paddings {
  padding-top: 5px;
  padding-bottom: 5px;
}

.c-a-paddings {
  padding-top: 40px;
}

.c-width-100 {
  width: 100%;
}

/* ================================================== */
/* =================== Borders ====================== */
/* ================================================== */

.c-horizontal-border-gray {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: lightgray;
  height: 3px;
  width: 25%;
}

.c-horizontal-border-black {
  border-top: solid black 1px;
  padding-top: 30px;
}

/* ================================================== */
/* ================= Media Queries ================== */
/* ================================================== */

@media (max-width: 767px) {
  .c-container, .c-container-main {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
  .c-side-margins, .c-2017key {
    margin-left: 0;
    margin-right: 0;
  }
  .c-2017key {
    max-width: 100%;
  }
  .c-cr-wrapper p, .c-cr-wrapper h2, .c-cr-wrapper h4, .c-padding-read-me, .c-persp-logo, .c-policy-link {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-sustainable-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-sustainable-text {
    margin-top: 10px;
    margin-right: 20px;
  }
  .c-sustainable-item, .c-items-container {
    margin-top: 20px;
  }
  .c-sustainable-icon {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .c-sustainable-text {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .c-persp-logo {
    max-width: 90% !important;
  }
  .c-corp-resp-pos-v-abs {
    position: static;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-top: 20px !important;
  }
  .c-corp-resp-pos-v-abs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 1199px) {
  .c-container, .c-container-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-corp-list {
    border-top: 3px solid lightgray;
    border-left: none;
    padding-right: 0;
  }
  .c-corp-quote, .c-corp-list, .c-corp-img-div, .c-corp-summary, .c-sustainable-icon {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .c-corp-summary {
    padding-top: 40px;
  }
  .c-corp-resp-pos-v-abs, .c-corp-quote {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
