/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  box-sizing: border-box; }

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

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/*GRID*/
/*FONTS*/
/*COLOR*/
/*TYPOGRAPHY*/
h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 3.0em;
  font-size: 48px;
  color: #f7f9f3; }

h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  font-size: 22px;
  color: #f7f9f3;
  line-height: 1.3; }

h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 2.0em;
  font-size: 30px;
  color: #0079a2;
  line-height: 1.2; }

h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1.375em;
  font-size: 22px;
  color: #666666;
  line-height: 1.6; }

h5 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  font-size: 18px;
  color: #f8cb69;
  line-height: 1.6; }

h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  font-size: 18px;
  color: #0079a2;
  line-height: 1.6; }

p {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  font-size: 18px;
  line-height: 1.8;
  color: #374952;
  margin-bottom: 20px; }

a {
  text-decoration: none; }

/*BODY*/
body {
  background: #f7f9f3; }

/*HEADER*/
.navigation-wrapper {
  background: #0079a2;
  width: 100%; }
  .navigation-wrapper .logo-wrapper {
    text-align: center;
    line-height: 120px;
    height: 120px; }
    .navigation-wrapper .logo-wrapper a {
      text-decoration: none; }
    .navigation-wrapper .logo-wrapper h1 {
      display: inline-block; }

.logo {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 26px; }

.sub-nav-wrapper {
  background: #4ebecc;
  height: 60px;
  width: 100%; }

/*NAV ICONS*/
.icon {
  height: 26px;
  display: block; }

.nav-icons ul {
  float: right;
  margin-top: 10px; }
.nav-icons li {
  float: left;
  margin-right: 10px; }

li .icon {
  width: 22px;
  margin: 0 auto; }

.nav-icons a {
  font-size: 0.6em;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #374952; }

a {
  color: #374952; }

a:hover {
  color: #f8cb69; }

/*BUTTONS*/
.btn {
  margin: 0 auto;
  width: 220px; }

.sign-up-btn,
.log-in-btn,
.submit-btn,
.pass-btn,
.learn-btn {
  width: 90px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  box-shadow: #c69a42 1px 1px, #f9e4b9 -1px -1px;
  padding: 5px; }

.log-in-btn, .pass-btn {
  background: #374952; }
  .log-in-btn h5, .pass-btn h5 {
    color: #f8cb69; }

.sign-up-btn, .submit-btn, .learn-btn {
  background: #f8cb69; }
  .sign-up-btn h5, .submit-btn h5, .learn-btn h5 {
    color: #374952; }

.submit-btn {
  margin-left: 0px;
  clear: left;
  float: left; }

.pass-btn {
  margin-left: 0px; }

.learn-btn {
  width: 120px;
  margin-left: 0px; }

/*STARS*/
.hero-stars {
  position: relative;
  background: #374952;
  height: 250px;
  width: 100%;
  margin-bottom: 40px; }

.star-backdrop {
  overflow: hidden;
  max-height: 250px; }

.stars {
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 0;
  left: 0; }
  .stars circle {
    opacity: 0.1;
    animation: twinkle 5s ease infinite;
    -webkit-animation: twinkle 5s ease infinite;
    -moz-animation: twinkle 5s ease infinite;
    animation: twinkle 5s ease infinite; }
  .stars circle:nth-of-type(2) {
    animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    animation-delay: 2.5s; }
  .stars circle:nth-of-type(3) {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s; }
  .stars circle:nth-of-type(4) {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s; }
  .stars circle:nth-of-type(5) {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  .stars circle:nth-of-type(7) {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  .stars circle:nth-of-type(8) {
    animation-delay: 2.75s;
    -webkit-animation-delay: 2.75s;
    -moz-animation-delay: 2.75s;
    animation-delay: 2.75s; }
  .stars circle:nth-of-type(10) {
    animation-delay: 1.75s;
    -webkit-animation-delay: 1.75s;
    -moz-animation-delay: 1.75s;
    animation-delay: 1.75s; }
  .stars circle:nth-of-type(11) {
    animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    animation-delay: 0.75s; }
  .stars circle:nth-of-type(12) {
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s; }
  .stars circle:nth-of-type(13) {
    animation-delay: 3.5s;
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
    animation-delay: 3.5s; }
  .stars circle:nth-of-type(14) {
    animation-delay: 3.75s;
    -webkit-animation-delay: 3.75s;
    -moz-animation-delay: 3.75s;
    animation-delay: 3.75s; }

@keyframes twinkle {
  0% {
    opacity: 0.1; }
  70% {
    opacity: 0.9; }
  100% {
    opacity: 0.1; }
  @-webkit-keyframes twinkle {
    from {
      -webkit-transform: scale(0); }
    to {
      -webkit-transform: scale(1); } }
  @-moz-keyframes twinkle {
    from {
      -moz-transform: scale(0); }
    to {
      -moz-transform: scale(1); } }
  @keyframes twinkle {
    from {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
    to {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); } } }
.info-box {
  position: absolute;
  margin: 0 auto;
  margin-top: 60px;
  width: 100%; }
  .info-box .hero-info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%; }
    .info-box .hero-info:last-child {
      margin-right: 0; }
    .info-box .hero-info h2 {
      text-align: center;
      margin: 0 auto; }

/*CONTENT*/
.content-wrapper {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin: 0 auto; }
  .content-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  .content-wrapper .content, .content-wrapper .page-intro {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    padding: 30px; }
    .content-wrapper .content:last-child, .content-wrapper .page-intro:last-child {
      margin-right: 0; }

.match-content, .match-content-left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  padding: 30px; }
  .match-content:last-child, .match-content-left:last-child {
    margin-right: 0; }

.content, .match-content, .match-content-left {
  background: #dcf4f3;
  border-radius: 5px;
  margin-bottom: 60px; }
  .content h6, .match-content h6, .match-content-left h6 {
    margin-bottom: 20px; }

/*INDEX*/
.lg-icon {
  width: 200px;
  float: left;
  padding: 20px; }

.index-img {
  float: left;
  margin-bottom: 30px;
  margin-right: 30px; }

.index-img-connect {
  float: right;
  margin-right: 30px;
  margin-bottom: 30px; }
  .index-img-connect .lg-icon {
    float: right; }

/*ONBOARDING*/
form input {
  border-radius: 5px;
  height: 40px;
  width: 200px;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px; }

label h5 {
  font-size: 1em;
  font-size: 16px;
  color: #374952; }

.search-tools {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  background: #4ebecc;
  border-radius: 5px;
  padding: 1.618em 0.809em;
  width: 100%;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 20px; }
  .search-tools::after {
    clear: both;
    content: "";
    display: table; }
  .search-tools:last-child {
    margin-right: 0; }
  .search-tools ol {
    margin: 0;
    padding: 0; }
  .search-tools li {
    font-size: 1em;
    line-height: 2em;
    list-style: none; }
  .search-tools label {
    font-family: "Raleway", sans-serif;
    font-size: 1.2em;
    line-height: 1.4;
    color: #374952;
    display: block;
    font-weight: bold;
    margin-bottom: 0.375em; }
  .search-tools .filters {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    width: 100%; }
    @media screen and (min-width: 53.75em) {
      .search-tools .filters {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row; } }
  .search-tools .filter {
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
    -ms-flex-negative: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    margin: 0 0.2em 1em 0.2em; }
    @media screen and (min-width: 53.75em) {
      .search-tools .filter {
        margin-bottom: 0; } }
    .search-tools .filter > div {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: border-color;
      -moz-transition: border-color;
      transition: border-color;
      background-color: white;
      border-radius: 3px;
      border: 1px solid gainsboro;
      font-size: 1em;
      margin-bottom: 0.75em;
      padding: 0.5em 0.5em;
      position: relative;
      width: 100%; }
      .search-tools .filter > div:focus, .search-tools .filter > div:hover {
        border-color: #c3c3c3; }
      .search-tools .filter > div label {
        font-family: "Raleway", sans-serif;
        cursor: pointer;
        font-weight: 400;
        margin-bottom: 0;
        color: #374952; }
    .search-tools .filter ol {
      margin-top: 1em; }
      .search-tools .filter ol label {
        display: inline; }
    .search-tools .filter button.clear {
      position: absolute;
      top: 5px;
      right: 5px;
      bottom: auto;
      left: auto;
      font-size: 0.7em; }
    .search-tools .filter .hide-options {
      margin-bottom: 30px; }
      .search-tools .filter .hide-options ol, .search-tools .filter .hide-options button {
        display: none; }
  .search-tools .trigger {
    margin-top: 1.5em; }
    .search-tools .trigger button {
      background: #f8cb69;
      display: block;
      width: 100px;
      height: 40px;
      padding: 0.5px;
      text-align: center;
      border-radius: 5px;
      font-family: "Raleway", sans-serif;
      font-size: 1.125em;
      font-weight: 400;
      color: #374952; }

/*CONNECTIONS*/
.sm-profile {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%;
  width: 140px;
  float: left;
  margin-bottom: 40px;
  margin-right: 45px; }
  .sm-profile:last-child {
    margin-right: 0; }

.connection-bio {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  float: left; }
  .connection-bio:last-child {
    margin-right: 0; }
  .connection-bio h6 {
    margin-bottom: 20px; }

/*PROFILE*/
.cards {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  .cards .card {
    -webkit-flex-basis: 20em;
    -moz-flex-basis: 20em;
    flex-basis: 20em;
    -ms-flex-preferred-size: 20em;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    margin: 0 1em;
    margin-bottom: 40px; }
  .cards .card-image {
    max-height: 150px;
    overflow: hidden;
    margin-bottom: 20px; }
    .cards .card-image img {
      width: 100%; }

.experience {
  margin-bottom: 50px;
  margin-top: 10px; }

.card-header a {
  color: #0079a2;
  font-weight: 700;
  text-decoration: underline; }

/*Messages*/
.message-box, .skills-box {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  padding: 30px;
  float: left;
  background: #dcf4f3;
  border-radius: 5px;
  margin-bottom: 20px; }
  .message-box:last-child, .skills-box:last-child {
    margin-right: 0; }

.message-box li,
.skills-box {
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  line-height: 2;
  float: left;
  clear: left; }

.message-box ul {
  float: left; }

.message-content,
.experience-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  padding: 30px;
  float: left;
  background: #dcf4f3;
  border-radius: 5px;
  margin-bottom: 100px; }
  .message-content:last-child,
  .experience-content:last-child {
    margin-right: 0; }

.message {
  float: left;
  margin-top: 16px; }

.experience-content {
  margin-bottom: 60px; }

.box {
  float: left;
  clear: left;
  margin-bottom: 20px;
  background: #f7f9f3;
  border-radius: 5px;
  padding: 20px;
  box-shadow: #749aa8 1px 1px, #a6eef4 -1px -1px; }

.xs-profile {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%;
  width: 60px;
  margin-bottom: 10px;
  margin-right: 20px; }
  .xs-profile:last-child {
    margin-right: 0; }

span {
  font-weight: 700; }

/*FOOTER*/
.wrapper-for-content-outside-of-footer {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -4em; }

html, body {
  height: 100%; }

.wrapper-for-content-outside-of-footer:after {
  content: "";
  display: block; }

.footer, .wrapper-for-content-outside-of-footer:after {
  height: 12em; }
  @media screen and (min-width: 53.75em) {
    .footer, .wrapper-for-content-outside-of-footer:after {
      height: 4em; } }

.footer {
  height: 100px;
  background: #0079a2; }

.footer-logo {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding-left: 10px;
  margin-top: 40px; }
  .footer-logo:last-child {
    margin-right: 0; }
  .footer-logo li {
    display: inline;
    margin-right: 10px;
    margin-bottom: 10px; }

.sm-logo {
  width: 30px;
  vertical-align: middle;
  margin-right: 0px; }

.footer-logo li {
  font-family: "Raleway", sans-serif;
  font-size: 0.875em;
  color: #f7f9f3; }
  .footer-logo li a {
    color: #f7f9f3;
    text-decoration: none; }

/* MEDIUM MEDIA QUERY */
@media screen and (min-width: 800px) {
  h2 {
    font-size: 1.8em;
    line-height: 1.4; }

  h5 {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.125em;
    color: #f8cb69;
    line-height: 1.6; }

  .hero-stars {
    position: relative;
    background: #374952;
    height: 440px;
    width: 100%;
    margin-bottom: 40px; }

  .star-backdrop {
    overflow: hidden;
    max-height: 440px; }

  .info-box {
    position: absolute;
    margin-top: 150px; }

  .nav-icons ul {
    float: right;
    margin-top: 10px;
    margin-right: 10px; }
  .nav-icons li {
    float: left;
    margin-right: 22px; }

  li .icon {
    width: 24px;
    margin: 0 auto; }

  .nav-icons a {
    font-size: 0.825em;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    text-align: center;
    color: #374952; }

  .btn {
    margin: 0 auto;
    width: 100%; }

  .sign-up-btn,
  .log-in-btn,
  .submit-btn,
  .pass-btn,
  .learn-btn {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    float: left;
    margin-top: 10px;
    margin-left: 0px;
    box-shadow: #c69a42 1px 1px, #f9e4b9 -1px -1px; }

  .sign-up-btn, .log-in-btn {
    margin-left: 10px; }

  .match-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    margin-left: 0%;
    padding: 30px; }
    .match-content:last-child {
      margin-right: 0; }

  .match-content-left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    margin-left: 8.5298%;
    padding: 30px; }
    .match-content-left:last-child {
      margin-right: 0; }

  .message-box, .skills-box {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-left: 8.5298%;
    padding: 20px; }
    .message-box:last-child, .skills-box:last-child {
      margin-right: 0; }

  .message-content,
  .experience-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    margin-left: 0%;
    padding: 20px; }
    .message-content:last-child,
    .experience-content:last-child {
      margin-right: 0; }

  .footer-logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    padding-left: 30px;
    margin-top: 40px; }
    .footer-logo:last-child {
      margin-right: 0; }
    .footer-logo li {
      display: inline;
      margin-right: 30px;
      margin-bottom: 10px; }

  .footer-logo li {
    font-family: "Raleway", sans-serif;
    font-size: 1.2em;
    color: #f7f9f3; }
    .footer-logo li a {
      color: #f7f9f3;
      text-decoration: none; } }
/* LARGE MEDIA QUERY */
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 2em;
    line-height: 1.6; }

  .sub-nav-wrapper {
    padding-left: 30px;
    padding-right: 30px; } }

/*# sourceMappingURL=style.css.map */
