@charset "utf-8";
/* CSS Document */

@import url("https://use.typekit.net/not0jtt.css");
body, html {
  margin: 0;
}

#imce {
  width: 100%;
  height: 100%;
  margin: 0;
}

.soh {
  max-width: 1080px;
  margin: 0 auto; 
  padding: 50px 0;
}

.header h1 {
  font-size: 48px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  color: #fff;
  max-width: 1080px;
}

.soh h2 {
  color: #c62b2e;
  font-size: 32px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.soh h3 {
  font-size: 22px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}

.soh a,
.footer a{
  font-size: 18px;
  font-family: proxima-nova, sans-serif;
    margin: 0;
    font-weight: 300;
  text-decoration: none;
}

.soh a:hover,
.footer a:hover {
  text-decoration: underline;
}

.soh p,
.soh li{
  font-size: 18px;
  font-family: proxima-nova, sans-serif;
    color: #575757;
    margin: 0;
    font-weight: 300;
  margin-bottom: 10px;
}

.soh ul {
  list-style: none;
}

.soh ul li {
  margin: 0;
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}

.soh li:after {
  content: '';
  height: .4em;
  width: .4em;
  background: #f89838;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 8px;
  left: 0;
}

img.float-right {
  float: right;
  max-width: 300px;
  width: 100%;
  margin: 0 0 0 50px;
}

img.float-left {
  float: left;
  max-width: 400px;
  width: 100%;
  margin: 0 50px 0 0;
}

.header {
  background: #3bbeb4;
    width: 100%;
    height: 100%;
    border-top: 40px solid #b7e1dd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
  max-width: 300px;
    width: 100%;
    float: left;
    margin: 0 50px 0 0;
   padding: 20px 0;
}

.intro {
  display: flex;
    align-items: center;
    flex-direction: row;
}

.intro img {
  max-width: 400px;
  width: 100%;
  margin: 0 50px 0 0;
}

.what-is-cc {
  margin: 40px 0;
  padding: 20px;
  border-top: 5px solid #b7e1dd;
  border-bottom: 5px solid #b7e1dd;
}

.what-is-cc h2 {
  text-align: center;
}

ul.cc-list {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.icon-list-wrapper {
  display: flex;
}

.soh ul.icon-list {
  list-style-type: none;
  padding: 0 60px 0 0;
}

.soh ul.icon-list li:after {
  content: none;
}

.soh ul.icon-list li {
    display: flex;
    align-items: center;
}

.soh .icon-list img {
  width: 80px;
  margin-right: 15px;
}

.pre-footer {
  margin: 40px 0;
  padding: 5vh 0;
  border-top: 5px solid #b7e1dd;
}

.pre-footer img {
  margin-top: 50px;
}

.footer {
  background: #3bbeb4;
  width: 100%;
  height: 100%;
  border-bottom: 40px solid #b7e1dd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer p,
.footer a {
  font-size: 18px;
  font-family: proxima-nova, sans-serif;
    color: #fff;
    margin: 0;
    font-weight: 300;
  margin-bottom: 10px;
}

.footer .text {
    max-width: 50vw;
}

@media (max-width: 1240px) {
    .img-break {
    background-position-y: 0;
          height: 40vh;
}
}

@media (max-width: 767px) {
  img.float-right,
  img.float-left {
    float: none!important;
    margin: 10px auto!important;
    max-width: 300px!important;
  }
  
  .header,
  .footer {
    flex-direction: column;
    height: auto;
    padding: 30px 0;
    width: 100%;
}
  
  .logo {
    float: none;
    margin: 0px;
}
  
  .header h1 {
    font-size: 38px;
    max-width: 350px;
    margin: 0 auto;
    padding: 0 15px;
}
  
  .soh {
    padding: 20px 0;
	margin: 0 10px;
}
  
  .intro {
    flex-direction: column;
  }
  
  .intro img {
    margin: 0 auto;
  }
  
  ul.cc-list {
    flex-direction: column;
    align-items: flex-start;
}
  
  .img-break {
    background-size: contain;
    height: 30vh;
    max-width: 100%;
}
  
  .icon-list-wrapper {
    flex-direction: column;
    padding: 0;
  }
  
  .footer p {
    max-width: 300px;
  }
}