/* line 7, static/scss/global.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto Slab', serif; }

/* line 14, static/scss/global.scss */
html, body {
  width: 100%;
  height: 100%;
  position: relative; }

/* line 20, static/scss/global.scss */
body {
  padding-top: 94px;
  overflow-y: scroll; }
  @media only screen and (max-width: 1316px) {
    /* line 20, static/scss/global.scss */
    body {
      padding-top: 149px; } }
  @media only screen and (max-width: 980px) {
    /* line 20, static/scss/global.scss */
    body {
      padding-top: 80px; } }
/* line 33, static/scss/global.scss */
.text-center {
  text-align: center; }

/* line 37, static/scss/global.scss */
.container {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 980px) {
    /* line 37, static/scss/global.scss */
    .container {
      width: 80%;
      margin: 0 auto;
      padding-left: 0;
      padding-right: 0; } }
/* line 52, static/scss/global.scss */
.py-4 {
  padding-top: 40px;
  padding-bottom: 40px; }

/* line 57, static/scss/global.scss */
header {
  background-color: #1b2247;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10; }
  /* line 65, static/scss/global.scss */
  header .container {
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    position: relative; }
    /* line 72, static/scss/global.scss */
    header .container:after {
      content: '';
      clear: both;
      display: block; }
    /* line 78, static/scss/global.scss */
    header .container .logo-container {
      position: absolute;
      width: calc(100% - 30px);
      height: 100%; }
      /* line 83, static/scss/global.scss */
      header .container .logo-container .logo-helper {
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: middle; }
      /* line 90, static/scss/global.scss */
      header .container .logo-container #logo {
        top: -4px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        max-height: 100%; }
        @media only screen and (min-width: 981px) {
          /* line 98, static/scss/global.scss */
          header .container .logo-container #logo #logo {
            max-height: 65%; } }
      @media only screen and (max-width: 980px) {
        /* line 78, static/scss/global.scss */
        header .container .logo-container {
          width: 100%; }
          /* line 107, static/scss/global.scss */
          header .container .logo-container #logo {
            max-width: 50%; } }
    /* line 113, static/scss/global.scss */
    header .container #top-navigation {
      padding: 33px 0 0 366px;
      float: right; }
      /* line 117, static/scss/global.scss */
      header .container #top-navigation #top-menu-nav {
        float: left; }
        /* line 120, static/scss/global.scss */
        header .container #top-navigation #top-menu-nav #top-menu {
          float: left; }
          /* line 123, static/scss/global.scss */
          header .container #top-navigation #top-menu-nav #top-menu li {
            display: inline-block;
            padding-right: 22px;
            font-size: 14px;
            position: relative;
            line-height: 1em;
            padding-bottom: 35px; }
            /* line 131, static/scss/global.scss */
            header .container #top-navigation #top-menu-nav #top-menu li a {
              font-family: 'Open Sans', sans-serif;
              font-weight: bold;
              font-style: normal;
              text-transform: uppercase;
              text-decoration: none;
              letter-spacing: -1px;
              font-size: 12px;
              color: #ffffff;
              display: block; }
            /* line 143, static/scss/global.scss */
            header .container #top-navigation #top-menu-nav #top-menu li.has-children {
              padding-bottom: 0; }
              /* line 147, static/scss/global.scss */
              header .container #top-navigation #top-menu-nav #top-menu li.has-children > a:after {
                font-family: 'Open Sans', sans-serif;
                content: '';
                background-image: url("/static/img/dropdown-icon.png");
                background-size: 100%;
                width: 7.5px;
                height: 10px;
                position: relative;
                display: block;
                margin-top: 7px;
                margin-bottom: 18px; }
            /* line 163, static/scss/global.scss */
            header .container #top-navigation #top-menu-nav #top-menu li:hover ul {
              opacity: 1;
              visibility: visible; }
            /* line 169, static/scss/global.scss */
            header .container #top-navigation #top-menu-nav #top-menu li.cta-btn a {
              font-family: 'Open Sans', sans-serif;
              color: #1C8677;
              background-color: #C5DB6A;
              border-radius: 8px;
              padding: 6px 12px;
              -webkit-transition: all .4s ease-in-out;
              -moz-transition: all .4s ease-in-out;
              transition: all .4s ease-in-out; }
              /* line 179, static/scss/global.scss */
              header .container #top-navigation #top-menu-nav #top-menu li.cta-btn a:hover {
                opacity: 0.7; }
            /* line 184, static/scss/global.scss */
            header .container #top-navigation #top-menu-nav #top-menu li ul {
              visibility: hidden;
              z-index: 9999;
              width: 240px;
              opacity: 0;
              -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
              -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
              box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
              position: absolute;
              padding: 20px 0;
              background-color: #1b2247;
              -webkit-transition: all .2s ease-in-out;
              -moz-transition: all .2s ease-in-out;
              transition: all .2s ease-in-out; }
              /* line 199, static/scss/global.scss */
              header .container #top-navigation #top-menu-nav #top-menu li ul li {
                margin: 0;
                padding: 0 20px;
                position: relative;
                line-height: 2em;
                display: block; }
                /* line 206, static/scss/global.scss */
                header .container #top-navigation #top-menu-nav #top-menu li ul li a {
                  font-family: 'Open Sans', sans-serif;
                  width: 200px;
                  padding: 6px 20px;
                  display: block; }
      @media only screen and (max-width: 980px) {
        /* line 113, static/scss/global.scss */
        header .container #top-navigation {
          display: none; } }
    /* line 223, static/scss/global.scss */
    header .container #mobile-nav-menu {
      display: none;
      float: right;
      padding-top: 33px; }
      /* line 228, static/scss/global.scss */
      header .container #mobile-nav-menu .mobile-menu-bar {
        width: 32px;
        height: 21px;
        display: block;
        margin-bottom: 26px;
        background-image: url("/static/img/menu-icon.png");
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: top center;
        cursor: pointer;
        z-index: 9;
        position: relative; }
      /* line 242, static/scss/global.scss */
      header .container #mobile-nav-menu #mobile-menu {
        display: none;
        height: calc(100vh - 80px);
        background-color: #ffffff;
        visibility: visible;
        position: absolute;
        z-index: 9999;
        left: 0;
        width: 100%;
        padding: 5%;
        border-top: 3px solid #29b25b;
        opacity: 1;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        list-style-type: none;
        overflow-y: scroll; }
        /* line 260, static/scss/global.scss */
        header .container #mobile-nav-menu #mobile-menu a:hover {
          opacity: .7;
          background-color: rgba(0, 0, 0, 0.03); }
        /* line 266, static/scss/global.scss */
        header .container #mobile-nav-menu #mobile-menu .has-children > a {
          background-color: rgba(0, 0, 0, 0.03);
          font-weight: 700;
          color: rgba(0, 0, 0, 0.6);
          display: block;
          padding: 10px 5%;
          border-bottom: 1px solid rgba(0, 0, 0, 0.03);
          text-decoration: none; }
        /* line 276, static/scss/global.scss */
        header .container #mobile-nav-menu #mobile-menu .has-children .sub-menu {
          padding-left: 10px;
          list-style-type: none; }
          /* line 280, static/scss/global.scss */
          header .container #mobile-nav-menu #mobile-menu .has-children .sub-menu li {
            padding-left: 5%; }
            /* line 283, static/scss/global.scss */
            header .container #mobile-nav-menu #mobile-menu .has-children .sub-menu li a {
              color: rgba(0, 0, 0, 0.6);
              display: block;
              padding: 10px 5%;
              border-bottom: 1px solid rgba(0, 0, 0, 0.03);
              text-decoration: none; }
        /* line 295, static/scss/global.scss */
        header .container #mobile-nav-menu #mobile-menu > .menu-item a {
          color: rgba(0, 0, 0, 0.6);
          display: block;
          padding: 10px 5%;
          border-bottom: 1px solid rgba(0, 0, 0, 0.03);
          text-decoration: none; }
      @media only screen and (max-width: 980px) {
        /* line 223, static/scss/global.scss */
        header .container #mobile-nav-menu {
          display: block; }
          /* line 308, static/scss/global.scss */
          header .container #mobile-nav-menu #mobile-nav-menu {
            display: block; } }
    @media only screen and (max-width: 980px) {
      /* line 65, static/scss/global.scss */
      header .container {
        width: 80%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0; } }
/* line 323, static/scss/global.scss */
.row {
  display: flex; }
  @media only screen and (max-width: 980px) {
    /* line 323, static/scss/global.scss */
    .row {
      display: block; } }
  /* line 330, static/scss/global.scss */
  .row:after {
    content: '';
    display: block;
    clear: both; }
  /* line 336, static/scss/global.scss */
  .row .col-12 {
    width: 100%; }
  /* line 340, static/scss/global.scss */
  .row .col-6 {
    width: 100%; }
    @media only screen and (min-width: 981px) {
      /* line 340, static/scss/global.scss */
      .row .col-6 {
        width: 50%; } }
  /* line 348, static/scss/global.scss */
  .row .col-7 {
    width: 100%; }
    @media only screen and (min-width: 981px) {
      /* line 348, static/scss/global.scss */
      .row .col-7 {
        width: 60%; } }
  /* line 356, static/scss/global.scss */
  .row .col-5 {
    width: 100%; }
    @media only screen and (min-width: 981px) {
      /* line 356, static/scss/global.scss */
      .row .col-5 {
        flex: 1;
        width: 40%; } }
/* line 366, static/scss/global.scss */
.btn-primary {
  background-color: #22284C;
  border-radius: 8px;
  color: #FFFFFF;
  border: 0;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Crimson Text', serif;
  padding: 15px;
  display: block;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  cursor: pointer;
  width: 100%; }
  /* line 384, static/scss/global.scss */
  .btn-primary:hover {
    color: #70C386; }

/* line 389, static/scss/global.scss */
.btn-link {
  font-family: 'Roboto Slab', serif;
  color: #128A44;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
  cursor: pointer; }

/* line 400, static/scss/global.scss */
.clear-fix:after {
  content: '';
  clear: both;
  display: block; }

/* line 406, static/scss/global.scss */
.custom-radio {
  display: block;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  /* line 417, static/scss/global.scss */
  .custom-radio span.text {
    vertical-align: middle;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    line-height: 23px; }
  /* line 425, static/scss/global.scss */
  .custom-radio.inline-text {
    position: relative; }
  /* line 429, static/scss/global.scss */
  .custom-radio.inbox-text {
    display: inline-block;
    position: relative;
    margin-right: 20px; }
    /* line 434, static/scss/global.scss */
    .custom-radio.inbox-text span.text {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      margin-left: 0;
      font-size: 16px;
      line-height: 20px; }
  /* line 445, static/scss/global.scss */
  .custom-radio input {
    position: absolute !important;
    opacity: 0;
    cursor: pointer; }
  /* line 451, static/scss/global.scss */
  .custom-radio .checkmark {
    height: 40px;
    width: 40px;
    background-color: #D8D8D8;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    position: relative; }
    /* line 461, static/scss/global.scss */
    .custom-radio .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      border-radius: 2px;
      background-color: #70C386; }
    /* line 473, static/scss/global.scss */
    .custom-radio .checkmark.is-red:after {
      background-color: #F4465B !important; }
    /* line 477, static/scss/global.scss */
    .custom-radio .checkmark.is-grey:after {
      background-color: #838383 !important; }
  /* line 482, static/scss/global.scss */
  .custom-radio:hover input ~ .checkmark {
    background-color: #70C386; }
    /* line 485, static/scss/global.scss */
    .custom-radio:hover input ~ .checkmark.is-red {
      background-color: #F4465B !important; }
    /* line 489, static/scss/global.scss */
    .custom-radio:hover input ~ .checkmark.is-grey {
      background-color: #838383 !important; }
  /* line 494, static/scss/global.scss */
  .custom-radio input:checked ~ .checkmark {
    background-color: #70C386; }
    /* line 497, static/scss/global.scss */
    .custom-radio input:checked ~ .checkmark.is-red {
      background-color: #F4465B !important; }
    /* line 501, static/scss/global.scss */
    .custom-radio input:checked ~ .checkmark.is-grey {
      background-color: #838383 !important; }
    /* line 505, static/scss/global.scss */
    .custom-radio input:checked ~ .checkmark:after {
      display: block; }

/* line 511, static/scss/global.scss */
.custom-checkbox {
  display: block;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  /* line 522, static/scss/global.scss */
  .custom-checkbox span.text {
    vertical-align: middle;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    line-height: 23px;
    margin-left: 20px; }
  /* line 531, static/scss/global.scss */
  .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  /* line 539, static/scss/global.scss */
  .custom-checkbox .checkmark {
    height: 40px;
    width: 40px;
    background-color: #D8D8D8;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    position: relative; }
    /* line 549, static/scss/global.scss */
    .custom-checkbox .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      border-radius: 2px;
      background-color: #70C386; }
    /* line 561, static/scss/global.scss */
    .custom-checkbox .checkmark.is-red:after {
      background-color: #F4465B !important; }
  /* line 566, static/scss/global.scss */
  .custom-checkbox:hover input ~ .checkmark {
    background-color: #70C386; }
    /* line 569, static/scss/global.scss */
    .custom-checkbox:hover input ~ .checkmark.is-red {
      background-color: #F4465B !important; }
  /* line 575, static/scss/global.scss */
  .custom-checkbox input:checked ~ .checkmark {
    background-color: #70C386; }
    /* line 578, static/scss/global.scss */
    .custom-checkbox input:checked ~ .checkmark.is-red {
      background-color: #F4465B !important; }
    /* line 582, static/scss/global.scss */
    .custom-checkbox input:checked ~ .checkmark:after {
      display: block; }

/* line 588, static/scss/global.scss */
#profile-header {
  padding: 15px 8px; }
  /* line 591, static/scss/global.scss */
  #profile-header p {
    margin-bottom: 0px;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #0F0F0F; }
    /* line 599, static/scss/global.scss */
    #profile-header p a {
      color: #0F0F0F;
      text-decoration: none; }
