@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot");
  src: url("../fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto_regular_macroman/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/roboto_regular_macroman/Roboto-Regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/roboto_bold/Roboto-Bold-webfont.eot");
  src: url("../fonts/roboto_bold/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto_bold/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/roboto_bold/Roboto-Bold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
}
a {
  color: #002b3f;
}

html {
  font-size: 16px;
  line-height: 24px;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  color: #4b4b4b;
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Roboto", sans-serif, Arial;
  font-size: 16px;
  line-height: 24px;
}

div {
  box-sizing: border-box;
}

h2,
h3,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul {
  margin-left: 20px;
}

li {
  padding-bottom: 12px;
  padding-left: 10px;
}

img {
  display: block;
  max-width: 100%;
}

.text-color-gray {
  color: #4b4b4b;
}
@media screen and (min-width: 48em) {
  .text-color-gray {
    font-size: 18px;
    line-height: 28px;
  }
}
.text-color-gray:not(:last-child) {
  margin-bottom: 1em;
}

.content-container {
  display: flex;
  flex-flow: row wrap;
  padding: 0 20px;
}
@media screen and (min-width: 48em) {
  .content-container {
    padding: 0;
  }
}

.row {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .row {
    flex-direction: row;
  }
}

.col-md-1-2 {
  padding: 0 20px;
}
@media screen and (min-width: 48em) {
  .col-md-1-2 {
    flex: 0 0 50%;
  }
}

.btn-wrapper {
  margin: 34px 0;
}

a.btn {
  border: 2px solid #3e3e3e;
  position: relative;
  display: inline-flex;
}
a.btn:hover {
  background-color: #3e3e3e;
}
a.btn:hover span {
  color: #ffffff;
}
a.btn span {
  color: #3e3e3e;
  font-size: 18px;
  text-transform: uppercase;
  padding: 8px 45px;
}
a.btn.secondary {
  border: 2px solid #f02d22;
}
a.btn.secondary:hover {
  background-color: #f02d22;
}
a.btn.secondary:hover span {
  color: #ffffff;
}
a.btn.secondary span {
  color: #f02d22;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 100px;
  background: #ffffff;
}

.container .hero-container {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 48em) {
  .container .hero-container {
    flex-flow: row;
  }
}

.container .hero-container .hero-background {
  height: auto;
  background: url(../images/hero-links.jpg) no-repeat center 0/cover transparent;
  flex: 0 0 66%;
  padding-bottom: 30vh;
}

.container .hero-container .hero-copy {
  height: 100%;
  padding: 30px 20px;
  background: rgb(0, 0, 0);
  font-size: 18px;
  line-height: 24px;
  height: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media screen and (min-width: 48em) {
  .container .hero-container .hero-copy {
    flex: 0 0 50%;
    padding: 40px 40px 40px 20px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (min-width: 80em) {
  .container .hero-container .hero-copy {
    flex: 0 0 42%;
    padding: 0 95px 0 110px;
    min-height: 450px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (min-width: 100em) {
  .container .hero-container .hero-copy {
    flex: 0 0 42%;
    padding: 0 120px;
  }
}
.container .hero-container .hero-copy .hero-logos {
  margin-bottom: 10px;
  width: 200px;
}
@media screen and (min-width: 48em) {
  .container .hero-container .hero-copy .hero-logos {
    width: 250px;
    margin-bottom: 24px;
  }
}
.container .hero-container .hero-copy .hero-logos img {
  width: 100%;
}

.cmp-hero {
  position: relative;
}
.cmp-hero .cmp-cta {
  margin-top: 0;
}
.cmp-hero .cmp-cta .secondary:hover .cmp-cta__body {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #002b3f;
}

.cmp-hero__container {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 50% 50%;
  display: flex;
}

.cmp-hero__color-container {
  display: flex;
  align-items: flex-end;
  height: 100%;
  background: rgba(27, 87, 68, 0.9);
  min-height: 480px;
  padding-bottom: 60px;
}
@media screen and (max-width: 47.99em) {
  .cmp-hero__color-container {
    width: 100%;
    min-height: 380px;
  }
}

.cmp-hero__text-wrapper {
  color: #fff;
  padding: 0 20px;
}
@media screen and (min-width: 80em) {
  .cmp-hero__text-wrapper {
    padding: 0 100px;
  }
}

.cmp-hero__title {
  font-family: "Roboto-Medium", sans-serif, Arial;
  font-weight: normal;
  font-size: 42px;
  line-height: 50px;
  padding-bottom: 18px;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .cmp-hero__title {
    font-size: 60px;
    line-height: 68px;
    padding-bottom: 24px;
  }
}

.cmp-cta {
  margin-top: 45px;
}
.cmp-cta .cmp-cta__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column;
}
.cmp-cta .cmp-cta__wrapper {
  display: flex;
  margin: 0;
}
.cmp-cta .cmp-cta__body {
  border-radius: 300px;
  display: flex;
  align-items: center;
}
.cmp-cta .cmp-cta__text {
  padding: 11px 30px;
  text-align: center;
  width: auto;
  word-break: break-word;
  font-size: 14px;
  line-height: 18px;
  font-family: "Roboto-Medium", sans-serif, Arial, sans-serif;
}
.cmp-cta .secondary {
  border: none;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}
.cmp-cta .secondary .cmp-cta__body {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
  transition: all 0.2s ease;
}
.cmp-cta .secondary:hover .cmp-cta__body {
  border-color: #cccccc;
  background-color: #cccccc;
  color: #000000;
}
.cmp-cta .secondary.light .cmp-cta__body {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
}
.cmp-cta .secondary.light:hover .cmp-cta__body {
  border-color: #cccccc;
  background-color: #cccccc;
}

.container .content-container {
  padding: 0 20px;
}
@media screen and (min-width: 48em) {
  .container .content-container {
    margin: 60px auto;
  }
}
@media screen and (min-width: 80em) {
  .container .content-container {
    padding: 0 100px;
  }
}
.container .content-container hr {
  margin-top: 30px;
  margin-bottom: 28px;
  border: 0;
  border-top: 1px solid #aaaaaa;
}
@media screen and (min-width: 48em) {
  .container .content-container hr {
    margin-top: 50px;
    margin-bottom: 48px;
  }
}
.container .content-container .right-side {
  padding-top: 20px;
}
@media screen and (max-width: 47.99em) {
  .container .content-container .right-side {
    padding-top: 50px;
  }
}
@media screen and (min-width: 80em) {
  .container .content-container .right-side {
    padding-left: 8.3333%;
  }
}
.container .content-container .left-side {
  padding-top: 20px;
}
.container .content-container ol li {
  list-style: none;
  counter-increment: styled-counter;
  padding-bottom: 24px;
}
.container .content-container ol li:last-child {
  padding-bottom: 0;
}
.container .content-container ol li:before {
  content: counter(styled-counter) ". ";
  display: inline;
  font-size: 18px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 48em) {
  .container .content-container ol li:before {
    font-size: 24px;
    line-height: 30px;
  }
}
.container .content-container h3 {
  font-size: 30px;
  line-height: 36px;
  font-family: "Roboto-Medium", sans-serif, Arial;
  margin: 16px 0;
  color: #1a1a1a;
}
@media screen and (min-width: 48em) {
  .container .content-container h3 {
    font-size: 36px;
    line-height: 42px;
    margin: 20px 0;
  }
}
@media screen and (min-width: 80em) {
  .container .content-container h3 {
    font-size: 42px;
    line-height: 48px;
    margin: 0;
    margin-bottom: 24px;
  }
}
.container .content-container ul.stats {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
}
.container .content-container ul.stats li {
  flex: 0 0 50%;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 48em) {
  .container .content-container ul.stats li {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 80em) {
  .container .content-container ul.stats li {
    flex: 0 0 auto;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 79.99em) {
  .container .content-container ul.stats li:nth-of-type(2n + 3),
  .container .content-container ul.stats li:nth-of-type(2n + 3) + * {
    margin-bottom: 0px;
  }
}
.container .content-container ul.stats .stat-num {
  font-size: 48px;
  line-height: 48px;
  font-family: "Oswald";
  font-weight: 100;
  color: #f02d22;
  margin-bottom: 8px;
  display: inline-block;
}
@media screen and (min-width: 48em) {
  .container .content-container ul.stats .stat-num {
    flex: 0 0 auto;
    align-items: flex-start;
    font-size: 54px;
    line-height: 54px;
  }
}
@media screen and (min-width: 80em) {
  .container .content-container ul.stats .stat-num {
    flex: 0 0 auto;
    align-items: flex-start;
    font-size: 60px;
    line-height: 60px;
  }
}
.container .content-container ul.stats .stat-desc {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-family: "Oswald";
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 80em) {
  .container .content-container ul.stats .stat-desc {
    text-align: left;
  }
}
.container .content-container .tag {
  font-size: 18px;
  line-height: 24px;
  font-weight: 100;
  font-family: "Roboto";
}
@media screen and (min-width: 48em) {
  .container .content-container .tag {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (min-width: 80em) {
  .container .content-container .tag {
    font-size: 24px;
    line-height: 30px;
  }
}
.container .content-container .description {
  display: block;
  margin-top: 4px;
}
@media screen and (min-width: 80em) {
  .container .content-container .description {
    margin-top: 10px;
  }
}

.container-screen {
  padding-bottom: 60px;
}
.container-screen img {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
}

.caption-screen {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto-Medium", sans-serif, Arial;
  margin-top: 16px;
  margin-left: 6px;
}

.newsletter-sample {
  margin-bottom: 38px;
}
.newsletter-sample .image-left {
  display: flex;
  align-items: center;
  margin: 40px auto 20px;
}
.newsletter-sample .image-left a {
  display: flex;
  align-items: center;
  color: #0672cb !important;
  text-decoration: none;
}
.newsletter-sample .image-left a:hover {
  text-decoration: underline;
}
.newsletter-sample .image-left img {
  border: 5px solid #ffffff;
  border-radius: 5px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
  width: 40%;
}
.newsletter-sample .image-left span {
  font-size: 18px;
  color: #0672cb !important;
  margin-left: 22px;
  font-size: 20px;
}
@media screen and (min-width: 48em) {
  .newsletter-sample .image-left span {
    margin-left: 22px;
    font-size: 20px;
  }
}
@media screen and (min-width: 80em) {
  .newsletter-sample .image-left span {
    margin-left: 22px;
    font-size: 20px;
  }
}
.newsletter-sample span.ul-title {
  margin: 20px auto;
}
.newsletter-sample ul {
  margin: 8px auto 24px;
}
.newsletter-sample ul li {
  position: relative;
  margin: 8px auto 8px 20px;
}
.newsletter-sample ul li:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #f02d22;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 8px;
  left: -19px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.modal-content {
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
  position: relative;
}

.close {
  position: absolute;
  color: #fff;
  position: absolute;
  opacity: 0.8;
  top: -40px;
  right: -40px;
  font-size: 48px;
  cursor: pointer;
}

#vimeo-player {
  aspect-ratio: 16/9;
  background: #000000;
}/*# sourceMappingURL=css.css.map */