@font-face {
  font-family: 'dm_serif_textregular';
  src: url("/assets/fonts/dmseriftext/dmseriftext-regular-webfont.woff2") format("woff2"), url("/assets/fonts/dmseriftext/dmseriftext-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratmedium';
  src: url("/assets/fonts/montserrat/montserrat-medium-webfont.woff2") format("woff2"), url("/assets/fonts/montserrat/montserrat-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratsemibold';
  src: url("/assets/fonts/montserrat/montserrat-semibold-webfont.woff2") format("woff2"), url("/assets/fonts/montserrat/montserrat-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 13px;
  line-height: 20.81;
  font-weight: 400;
  font-family: 'montserratmedium' !important;
}

h2 {
  line-height: 46.93px !important;
}

.wrapper {
  padding: 100px 190px 100px 190px;
}

.hero_section .left_content {
  width: 520px;
}

.hero_section .left_content p {
  width: 86%;
}

.hero_section h1 {
  font-size: 45px;
  line-height: 134.13%;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 90%;
  font-family: 'dm_serif_textregular' !important;
}

.hero_section_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  padding-top: 10px;
}

.hero_section_buttons:first-child {
  margin-right: 10px;
}

.hero_section_buttons .pad_right {
  padding-right: 10px;
}

.hero_section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #C4C4C4;
  padding: 5px;
  width: 520px;
  height: 60px;
  border-radius: 5px;
  margin-top: 44px;
  margin-bottom: 20px;
}

.hero_section input {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  border: none;
}

.hero_section input:focus {
  outline: none !important;
}

.hero_section input::-webkit-input-placeholder {
  color: #828282;
  padding-left: 20px;
}

.hero_section input:-ms-input-placeholder {
  color: #828282;
  padding-left: 20px;
}

.hero_section input::-ms-input-placeholder {
  color: #828282;
  padding-left: 20px;
}

.hero_section input::placeholder {
  color: #828282;
  padding-left: 20px;
}

.hero_section input[type="text"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin-bottom: 0;
  height: auto;
}

.hero_section button {
  background: #437FD7;
  color: #FFFFFF;
  padding-left: 54px;
  padding-right: 54px;
  border-radius: 5px;
  cursor: pointer;
}

.hero_section .journal_features img {
  padding-right: 16px;
}

.hero_section .journal_features .row:first-child {
  padding-bottom: 25px;
}

.join_section {
  background-color: #437FD7;
  color: #FFFFFF;
}

.join_button {
  border-radius: 5px;
  background: #FFFFFF;
  padding: 17px 38px;
  color: #437FD7;
  font-family: 'montserratmedium';
}

.join_info_text {
  font-size: 45px;
  line-height: 60.34px;
  padding-bottom: 20px;
  padding-top: 10px;
  font-family: 'dm_serif_textregular' !important;
}

.track_section span {
  font-family: 'montserratsemibold';
}

.track_section span img {
  padding-right: 15px;
}

.track_section h2 {
  padding-top: 20px;
  font-family: 'dm_serif_textregular' !important;
  font-size: 35px;
  line-height: 134.1%;
}

.track_section ul {
  margin-left: 0;
  margin-bottom: 38.88px;
}

.track_section ul .list_styles li {
  background: url("../../imgs/Vector.png") no-repeat left center;
  padding: 5px 0px 6px 30px;
  list-style: none;
  margin: 0;
  vertical-align: middle;
}

.track_section .orbit-container {
  height: 100%;
}

.track_section .orbit-bullets {
  text-align: left;
  margin-top: 0;
}

.track_section .orbit-bullets button {
  width: 6px;
  height: 6px;
}

.track_section .orbit-bullets button.is-active {
  background-color: #437FD7;
}

.track_section p {
  width: 80%;
}

footer .footer_intro {
  font-size: 45px;
  line-height: 60.34px;
  padding-top: 40px;
  padding-bottom: 50px;
  width: 70%;
  font-family: 'dm_serif_textregular' !important;
}

footer span img {
  width: 13px;
}

footer .contact_info {
  padding-left: 25%;
}

footer .contact_info h6 {
  font-family: 'montserratsemibold';
}

footer .contact_info ul {
  list-style-type: none;
  margin-left: 0;
  padding-top: 20px;
}

footer .contact_info ul li {
  padding-top: 6px;
}

footer .contact_info ul li a {
  color: #2E282A;
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding: 30px;
  }
  footer .footer_intro {
    font-size: 30px;
    line-height: 35.34px;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 100%;
  }
  footer .contact_info {
    padding-left: 0;
  }
  footer ul {
    padding-top: 0px;
  }
  .hero_section .left_content {
    width: 520px;
  }
  .hero_section .left_content p {
    width: 100%;
  }
  .hero_section h1 {
    font-size: 32px;
    line-height: 107.1%;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .hero_section input[type="text"] {
    width: 10%;
  }
  .hero_section input::-webkit-input-placeholder {
    padding-left: 0px;
  }
  .hero_section input:-ms-input-placeholder {
    padding-left: 0px;
  }
  .hero_section input::-ms-input-placeholder {
    padding-left: 0px;
  }
  .hero_section input::placeholder {
    padding-left: 0px;
  }
  .hero_section form {
    width: 100%;
  }
  .hero_section .journal_features .row:first-child {
    padding-bottom: 0px;
  }
  .hero_section .journal_features .column {
    padding-bottom: 10px;
  }
  .hero_section_buttons {
    padding-bottom: 30px;
  }
  h2 {
    line-height: 40.93px !important;
  }
  .join_info_text {
    font-size: 31px;
    line-height: 38.34px;
    padding-bottom: 10px;
  }
  .track_section .row.expanded {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .track_section p {
    width: 100%;
  }
}

header {
  padding-top: 50px;
  padding-left: 190px;
  padding-right: 190px;
}

header nav {
  float: right;
}

.header-logo {
  float: left;
}

.top-main-nav {
  padding-left: 75px;
}

.top-main-nav li {
  list-style: none;
  display: inline-block;
  color: #333333;
}

.top-main-nav li:first-of-type {
  padding-right: 30px;
}

.top-main-nav a {
  color: #333333;
}

.top-main-nav a:hover {
  color: #333333;
}

.top-main-nav li.current_page_item a,
.top-main-nav li.current-menu-item a {
  font-weight: 700;
}

.top-main-nav {
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: 9999;
}

@media (min-width: 40em) {
  .top-main-nav {
    display: block !important;
    max-height: none;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .top-main-nav {
    padding-left: 15px;
  }
}

.top-main-nav a {
  position: relative;
  padding-bottom: 0;
  -webkit-transition: color .35s ease;
  transition: color .35s ease;
  display: inline-block;
  text-decoration: none;
}

.top-main-nav a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  -webkit-transition: width 0s ease, background .35s ease;
  transition: width 0s ease, background .35s ease;
}

.top-main-nav a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #000;
  -webkit-transition: width .35s ease;
  transition: width .35s ease;
}

.top-main-nav a:hover:before {
  width: 100%;
  background: #000;
  -webkit-transition: width .35s ease;
  transition: width .35s ease;
}

.top-main-nav a:hover:after {
  width: 100%;
  background: 0 0;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

@media screen and (max-width: 39.99875em) {
  header {
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }
  header nav {
    clear: both;
    width: 100%;
  }
  .top-main-nav {
    padding-left: 0;
    margin-left: 0;
  }
  .top-main-nav li {
    display: block;
    border-bottom: #f1f1f1 solid 1px;
  }
  .top-main-nav li:last-child {
    border: none;
  }
}

.hide-nav {
  transform: translateY(-120%) !important;
  -webkit-transform: translateY(-120%) !important;
}

.top-main-nav.collapse {
  max-height: 17em !important;
  margin-top: 20px;
}

.nav-toggle {
  display: block;
  border-radius: 5px;
  background-color: transparent;
  float: right;
  height: 33px;
  width: 33px;
  cursor: pointer;
  padding: 11px 8px;
  background-color: #d8d8d8;
  border-radius: 50%;
  line-height: 35px;
}

.nav-toggle.open span:first-child {
  -webkit-transform: rotate(45deg) translate(1.5px, 1.5px);
          transform: rotate(45deg) translate(1.5px, 1.5px);
}

.nav-toggle.open span:last-child {
  -webkit-transform: rotate(-45deg) translate(1.5px, -1.5px);
          transform: rotate(-45deg) translate(1.5px, -1.5px);
}

@media (min-width: 40em) {
  .nav-toggle {
    display: none;
  }
}

.nav-toggle span {
  position: relative;
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 3px;
  background-color: #4a4a4a;
  -webkit-transition: all .25s;
  transition: all .25s;
}

@media screen and (min-width: 90.063em) {
  .top-main-nav {
    padding-left: 75px;
  }
  header .contacts p {
    padding-top: 10px;
  }
}
/*# sourceMappingURL=styles.css.map */