@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
/*** FONT SIZES ***/
/*** COLOURS ***/
/*** SIZES ***/
/*** DOTDOTDOT ***/
/*** FONTS ***/
.completed {
  text-align: left;
}
.completed .col {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 475px);
}
.completed .col.big {
  margin-right: 100px;
}
.completed .col.small {
  width: 375px;
  margin-right: 0;
}
.completed .col.small .mention {
  display: none;
  margin: 20px 0;
}
.completed .subCol {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.completed .normalTitle {
  margin-bottom: 20px;
}
.completed .completedText {
  text-align: left;
}
.completed .completedText .subTitle {
  display: block;
  margin-bottom: 5px;
}
.completed .completedText .completedFooter {
  margin-top: 20px;
}
.completed .completedText .completedFooter strong {
  font-weight: 600;
}
.completed .method {
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  display: block;
  margin: 10px 0 50px 0;
  padding: 15px 20px;
  width: 100%;
}
.completed .method img {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.completed .method span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  width: calc(100% - 30px);
}
.completed .overview {
  margin-bottom: 30px;
}
.completed .overview .normalTitle {
  margin-bottom: 10px;
}
.completed .overview .normalTitle .smallLink {
  font-size: 14px;
  display: inline-block;
  text-transform: lowercase;
  margin-left: 10px;
}
.completed .overview .normalTitle .smallLink.primary {
  color: #287dbe;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
html:not(.touch) .completed .overview .normalTitle .smallLink.primary:hover {
  color: #171717;
}
.completed .overview .textArea {
  width: 100%;
  min-height: 200px;
  resize: vertical;
  line-height: 24px;
  padding: 12px 20px;
}
.completed .buttons {
  text-align: left;
  margin-top: 20px;
}
.completed .buttons .primary {
  color: #287dbe;
  line-height: 50px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
html:not(.touch) .completed .buttons .primary:hover {
  color: #171717;
}
.completed .buttons .button {
  float: right;
  min-width: 200px;
}
.completed .divider {
  margin: 80px 0;
  height: 1px;
  background: #f0f0f0;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .completed {
    padding: 0;
  }
  .completed .subCol {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .completed .subCol:last-child {
    margin-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .completed {
    text-align: left;
  }
  .completed .col.big,
  .completed .col.small {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .completed .col.big:last-child,
  .completed .col.small:last-child {
    margin-bottom: 0;
  }
  .completed .buttons .primary {
    display: block;
  }
  .completed .buttons .button {
    display: block;
    float: none;
    margin-top: 20px;
  }
  .completed .divider {
    margin: 30px 0;
  }
}
