@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/GothamHTF-Book.otf") format("opentype"), url("fonts/GothamHTF-Book.woff") format("woff"), url("fonts/GothamHTF-Book.woff2") format("woff2"); }

@font-face {
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 400;
  src: url("fonts/GothamHTF-BookItalic.otf") format("opentype"), url("fonts/GothamHTF-BookItalic.woff") format("woff"), url("fonts/GothamHTF-BookItalic.woff2") format("woff2"); }

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/GothamHTF-Bold.otf") format("opentype"), url("fonts/GothamHTF-Bold.woff") format("woff"), url("fonts/GothamHTF-Bold.woff2") format("woff2"); }

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 62.5%;
  color: inherit; }

body {
  font-family: "Gotham", sans-serif;
  color: #000000;
  font-weight: 500; }

.heading-1 {
  font-family: "Gotham", sans-serif;
  font-size: 42px;
  line-height: 46px;
  font-weight: 700; }
  @media (max-width: 550px) {
    .heading-1 {
      font-size: 32px;
      line-height: 38px; } }

.heading-2 {
  font-family: "Gotham", sans-serif;
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 700; }

.heading-3 {
  font-family: "Gotham", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700; }

.heading-4 {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700; }

.heading-5 {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400; }

.paragraph {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  line-height: 19.8px;
  font-weight: 400; }

.body {
  height: 100vh;
  display: flex;
  flex-direction: column; }

.header {
  background-color: #512F83;
  flex: 0 0 80px; }
  .header__container {
    max-width: 1140px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 14px; }

.footer {
  background-color: #1F0A35;
  flex: 0 0 120px;
  display: flex; }
  .footer__text {
    margin: auto;
    color: #ffffff;
    text-align: center; }

.content {
  flex: 1 0 800px;
  background-image: url("images/landing_page_bg_desktop_12-17-18_1.jpg");
  background-size: cover;
  color: #ffffff;
  padding: 36px 14px; }
  @media (max-width: 950px) {
    .content {
      background-image: none;
      padding: 0; } }
  .content__container {
    max-width: 1140px;
    margin: 0 auto;
    display: flex; }
    @media (max-width: 950px) {
      .content__container {
        flex-direction: column; } }
  .content__left {
    flex: 1; }
    @media (max-width: 950px) {
      .content__left {
        padding-bottom: 36px;
        width: 100%;
        background-image: url("images/landing_page_bg_desktop_12-17-18_1.jpg");
        background-position: 50% 50%; } }
    @media (max-width: 550px) {
      .content__left {
        padding-bottom: 0;
        background-image: none; } }
  .content__right {
    flex: 0 0 300px;
    padding-left: 36px;
    align-self: stretch; }
    @media (max-width: 950px) {
      .content__right {
        width: 100%;
        padding: 36px 14px 0 14px;
        background-color: #DFDFDF; } }
  .content__right-inner {
    background-color: rgba(255, 255, 255, 0.68);
    padding: 18px;
    color: #000000;
    height: 100%; }
    @media (max-width: 950px) {
      .content__right-inner {
        padding: 0;
        background-color: transparent; } }
  .content__form-heading {
    padding: 9px;
    background-color: #53A9DD;
    color: #ffffff;
    margin-bottom: 18px; }
  .content__form-intro {
    margin-bottom: 18px; }
  @media (max-width: 950px) {
    .content__intro {
      padding: 36px 14px 14px 14px;
      background: none; } }
  @media (max-width: 550px) {
    .content__intro {
      background-repeat: no-repeat;
      background-image: url("images/landing_page_bg_mobile_12-17-18_1.jpg");
      background-size: cover; } }
  .content__heading {
    margin-bottom: 24px; }
  .content__text {
    margin-bottom: 24px; }
  @media (max-width: 950px) {
    .content__table {
      padding: 0 14px; } }
  @media (max-width: 550px) {
    .content__table {
      padding: 14px;
      background-color: #000000; } }

.icon__tickmark {
  fill: none;
  stroke: #000000;
  stroke-width: 2.5px;
  height: 29px;
  display: block;
  margin: auto; }

.emba-table {
  border-collapse: collapse;
  background-color: rgba(255, 255, 255, 0.68);
  color: #000000;
  width: 100%;
  vertical-align: middle; }
  @media (max-width: 550px) {
    .emba-table {
      background-color: #DFDFDF; } }
  .emba-table__wide-col {
    width: 400px; }
    @media (max-width: 550px) {
      .emba-table__wide-col {
        width: 160px; } }
  .emba-table__nrw-col {
    width: 218px; }
    @media (max-width: 550px) {
      .emba-table__nrw-col {
        width: 65px; } }
  .emba-table__th-desktop {
    display: inline-block; }
    @media (max-width: 550px) {
      .emba-table__th-desktop {
        display: none; } }
  .emba-table__th-mobile {
    display: none; }
    @media (max-width: 550px) {
      .emba-table__th-mobile {
        display: inline-block; } }
  .emba-table tr {
    height: 46px;
    transition: .2s all ease-in-out; }
    @media (max-width: 550px) {
      .emba-table tr {
        height: 30px; } }
  .emba-table tr:first-child {
    background-color: #512F83;
    border: 2px solid #512F83; }
  .emba-table tr:not(:first-child):hover {
    background-color: #53A9DD; }
  .emba-table td {
    border: 2px solid #ffffff; }
  .emba-table td:first-child {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    padding-left: 15px; }
    @media (max-width: 550px) {
      .emba-table td:first-child {
        font-size: 12px;
        line-height: 14px;
        padding-left: 5px; } }
  .emba-table td:nth-child(2),
  .emba-table td:nth-child(3) {
    text-align: center;
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    line-height: 19.8px;
    font-weight: 400; }
    @media (max-width: 550px) {
      .emba-table td:nth-child(2),
      .emba-table td:nth-child(3) {
        font-size: 12px;
        line-height: 14px; } }
  .emba-table th {
    font-family: "Gotham", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #ffffff; }

.emba-form label {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  line-height: 19.8px;
  font-weight: 400;
  margin-bottom: 8px; }

.emba-form input,
.emba-form select {
  border: 1px solid #512F83;
  border-radius: 3px;
  height: 36px;
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  line-height: 19.8px;
  font-weight: 400;
  padding: 0 10px;
  width: 100%;
  background-color: transparent;
  margin-bottom: 8px; }

.emba-form input:focus,
.emba-form select:focus {
  outline: none; }

.emba-form button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 18px 36px;
  margin: 36px 0;
  background-color: #512F83;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border: none;
  cursor: pointer; }

.emba-form span {
  font-size: 16px !important;
  font-family: "Gotham", sans-serif !important; }
