@import "../css/light.min.css";
.flex-break {
  flex-basis: 100%;
  height: 0;
}
.fa-light {
  font-family: "FA", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.f-open-sans {
  font-family: "open-sans", "Segoe UI", Helvetica, Arial, sans-serif;
}
.f-myriad-pro {
  font-family: "myriad-pro", "Segoe UI", Helvetica, Arial, sans-serif;
}
.header-font {
  font-family: "montserrat", "Segoe UI", Helvetica, Arial, sans-serif;
  letter-spacing: 0.32px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 1600px) {
  .wide-screen .container {
    width: 1570px;
  }
}
@media (min-width: 1600px) {
  .medium-wide-screen .container {
    width: 1470px;
  }
}
.flex-row {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.light-font {
  font-family: "Segoe UI Light", open-sans, "HelveticaNeue", "Helvetica Neue", "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 100;
}
.normal-font {
  font-family: "Segoe UI", "HelveticaNeue", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.semi-light-font {
  font-family: "Segoe UI Semilight", open-sans, "HelveticaNeue", "Helvetica Neue", "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.open-sans-font {
  font-family: open-sans, "HelveticaNeue", "Helvetica Neue", "Segoe UI", Arial, Helvetica, sans-serif;
}
.soft-hover {
  transition: all 0.2s linear;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.action-buttons {
  text-align: center;
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.action-buttons a {
  display: inline-block;
  border: 1px solid #628bff;
  color: #628bff;
  padding: 5px 10px;
  font-size: 12px;
}
.action-buttons a:hover {
  color: white;
  background-color: #628bff;
}
.action-buttons a:first-of-type {
  border-radius: 23px 0 0 23px;
  border-right: none;
}
.action-buttons a:nth-of-type(2) {
  border-left: 1px solid #628bff;
  border-radius: 0 23px 23px 0;
}
h4 {
  font-weight: normal;
}
main {
  display: flex;
  flex-flow: row wrap;
}
main ul li {
  line-height: 1.8;
}
main section {
  width: 50%;
  min-width: 320px;
  max-width: 450px;
}
main section h3 {
  color: #333;
  margin: 15px 0;
}
main section a {
  display: block;
  line-height: 1.8;
}
.btn.whats-new {
  background-color: #7369F7;
  border-radius: 33px;
}
/*# sourceMappingURL=styles.css.map */