* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth !important;
  font-size: 20px;
}
@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 17px;
  }
}
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  color: #333;
  padding-top: 75px;
}
ul {
  padding-left: 30px;
}
a {
  color: #13725f;
  text-decoration: none;
}
img,
video {
  max-width: 100%;
}
h1,
h2,
h3 {
  font-family: Lato, Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-weight: 300;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
p {
  margin-bottom: 30px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
/*Header*/
header .logo {
  margin-top: 6px;
}
header .main-nav {
  background: #000;
  width: 100%;
  height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  transition: all 0.2s ease-in-out;
}
header .navbar-toggle {
  display: none;
}
header .navbar-header {
  float: left;
}
header .navbar-nav {
  float: right;
}
header .navbar-nav .nav-item {
  list-style: none;
  display: inline-block;
}
header .navbar-nav .nav-item a {
  color: #fff;
  font-weight: 400;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  padding: 40px 15px 10px;
  display: inline-block;
}
header .navbar-nav .nav-item .ico {
  fill: #FFA500;
  width: 15px;
  height: 15px;
  top: 2px;
  position: relative;
  margin-right: 3px;
}
header .navbar-nav .nav-item-2 a {
  color: #ffa500;
}
header .navbar-nav .nav-item-3 a {
  color: #16A085;
  font-weight: bold;
}
@media (max-width: 767px) {
  header .navbar-toggle {
    background: none;
    border: 1px solid transparent;
    display: block;
    cursor: pointer;
    position: absolute;
    outline: none;
    right: 20px;
    top: 28px;
  }
  header .navbar-toggle .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  header .navbar-toggle .icon-bar {
    background-color: rgba(255, 255, 255, 0.6);
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
    margin-bottom: 4px;
  }
  header .navbar-collapse {
    width: 100%;
    top: 75px;
    left: 0;
    position: absolute;
    background: #193441;
    z-index: 999;
  }
  header .navbar-collapse .navbar-nav {
    float: none;
  }
  header .navbar-collapse .nav-item {
    display: block;
  }
  header .navbar-collapse .nav-item a {
    padding: 15px;
  }
  header .navbar-collapse.collapsed {
    display: none;
  }
}
@media (max-width: 480px) {
  header .logo {
    margin-top: 10px;
    max-width: 230px;
  }
}
.section-logged {
  background: #16A085;
  padding: 40px 0 50px;
  text-align: center;
}
.section-logged h2 {
  font-size: 2rem;
  color: #fff;
  margin: 0 0 30px;
}
.section-logged .btn {
  color: #fff;
  background: #0B610B;
  max-width: 450px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 25px;
  display: block;
  margin: 20px auto 0;
}
#promo-3 {
  background: url("../jpg/bloomberg_cover_v2_2_5tc69b9yl.jpg") center top no-repeat;
  background-size: cover;
  padding: 140px 0;
  width: 100%;
  z-index: 100;
  position: relative;
  min-height: 700px;
  text-align: center;
  color: #fff;
}
#promo-3 h1 {
  font-size: 3em;
  margin-bottom: 20px;
  margin-top: 20px;
}
#promo-3 h2 {
  font-size: 1.3em;
  margin-bottom: 20px;
}
#promo-3 hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
#promo-3 .text {
  font-weight: 300;
  color: #fff;
  font-size: 1.6rem;
  max-width: 700px;
  margin: 0 auto 20px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  line-height: 1.1;
}
#promo-3 .formkit-form {
  margin: 30px auto;
}
#promo-3 .learn-more {
  font-size: 30px;
  font-weight: 300;
  font-family: Lato, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 1.1;
}
#promo-3 .learn-more .ico {
  fill: #fff;
  width: 30px;
  height: 30px;
}
@media (max-width: 480px) {
  #promo-3 h1 {
    font-size: 2.5rem;
  }
}
.section-gray {
  padding: 40px 0;
  background: #e8eced;
  text-align: center;
}
.info-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.info-block .text {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
  padding-right: 80px;
}
.info-block .img {
  -webkit-flex: 0 0 460px;
  -ms-flex: 0 0 460px;
  flex: 0 0 460px;
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
.info-block.info-block__inverted .text {
  padding-left: 80px;
}
@media (max-width: 991px) {
  .info-block {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .info-block .text {
    padding-right: 0;
  }
  .info-block .img {
    text-align: center;
    flex: 1;
  }
  .info-block.info-block__inverted {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .info-block.info-block__inverted .text {
    padding-left: 0;
  }
}
.section-base {
  padding: 60px 0 70px;
  border-bottom: solid 1px #eee;
}
.section-base h3 {
  color: #3498DB;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.section-stats {
  text-align: center;
  padding: 60px 0;
  font-weight: bold;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.section-stats .bkg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.section-stats .bkg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-stats h2 {
  color: #fff;
  position: relative;
  font-size: 2.2rem;
  margin-bottom: 50px;
}
.section-stats h2:after {
  position: absolute;
  content: '';
  background: #48beab;
  display: block;
  width: 140px;
  height: 2px;
  bottom: -20px;
  left: 50%;
  margin-left: -70px;
}
.section-stats .ico {
  fill: #f39c12;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}
.section-stats .counter-text {
  color: #f39c12;
}
.section-stats .counter {
  margin: 10px 0;
  font-size: 2.2rem;
}
.section-stats .item-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-stats .item {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .section-stats .item {
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
  }
}
@media (max-width: 480px) {
  .section-stats .item {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.section-graph {
  padding: 70px 0;
  text-align: center;
}
.section-cta {
  text-align: center;
  background: #FF0000;
  padding: 60px 0;
  color: #fff;
  font-size: 1.85rem;
  font-family: 'Lato', sans-serif;
}
.section-cta a {
  color: #fff;
}
.section-join {
  background: #16A085;
  padding: 60px 0;
  color: #fff;
  text-align: center;
  font-size: 1.35rem;
  font-family: 'Lato', sans-serif;
}
.section-join .group {
  max-width: 700px;
  margin: auto;
}
.section-join h2 {
  font-size: 1.85rem;
}
.section-join h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 20px 0;
}
.section-join .form {
  margin-top: 20px;
}
.section-students {
  background: #e8eced !important;
  padding: 40px 0;
  text-align: center;
}
.section-students .img-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 900px;
  margin: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-students .img-group .img {
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  padding: 15px 10px;
}
.section-outcome {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.section-outcome .group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-top: 1px solid #cecece;
}
.section-outcome .img {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  max-width: 500px;
  position: relative;
}
.section-outcome .img .bkg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.section-outcome .img .bkg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-outcome .text {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.4rem;
  line-height: normal;
  font-family: 'Lato', sans-serif;
  padding: 40px;
  max-width: 800px;
}
.section-outcome h3 {
  font-size: 2.2rem;
  color: #3498DB;
  margin: 0 0 30px;
}
.section-outcome hr {
  margin-bottom: 30px;
  border: none;
  border-top: 1px solid #eee;
}
.section-outcome .item {
  margin-bottom: 15px;
}
.section-outcome small {
  font-size: 15px;
}
@media (max-width: 991px) {
  .section-outcome .img {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .section-outcome .img {
    display: none;
  }
}
.section-testimonial {
  padding: 60px 0 80px;
  background: #193441;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: normal;
  font-family: 'Lato', sans-serif;
}
.section-testimonial .ico {
  fill: #1ABC9C;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.section-testimonial .author {
  font-size: 1.2rem;
  margin-top: 20px;
}
.section-info {
  background: #13725f;
  padding: 60px 0;
}
.section-info .group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.section-info .img {
  -webkit-flex: 0 0 450px;
  -ms-flex: 0 0 450px;
  flex: 0 0 450px;
}
.section-info .text {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
  color: #fff;
  font-weight: 400;
  font-size: 19px;
}
.section-info h2 {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .section-info .group {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-info .text {
    padding-left: 0;
  }
  .section-info .img {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.section-list {
  padding: 60px 0;
}
.section-list h2 {
  font-size: 2.2rem;
  text-align: center;
  margin: 0;
}
.section-list h3 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.section-list h3:after {
  position: absolute;
  content: '';
  width: 140px;
  height: 2px;
  background: #48beab;
  left: 50%;
  margin-left: -70px;
  bottom: -30px;
}
.section-list h4 {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #13725f;
  margin-bottom: 50px;
}
.section-list .items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-list .item {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  width: 33%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 0 20px;
  font-size: 17px;
  font-weight: 400;
}
.section-list .title {
  font-weight: 400;
  font-size: 23px;
  margin-bottom: 15px;
}
.section-list .icon {
  -webkit-flex: 0 0 36px;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  padding-right: 20px;
}
.section-list .icon .ico {
  fill: #16A085;
  width: 34px;
  height: 34px;
}
.section-list .text {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 25px;
}
.section-list .btn {
  display: block;
  color: #fff;
  background: #13725f;
  max-width: 450px;
  padding: 14px 20px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 25px;
}
.section-list .btn:hover {
  background: #1AE2BA;
}
@media (max-width: 991px) {
  .section-list .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section-list .item {
    width: 100%;
  }
}
.section-faq {
  padding: 60px 0;
}
.section-faq h2 {
  font-weight: bold;
  font-size: 2.2rem;
}
.section-faq h3 {
  font-weight: bold;
  font-size: 1.15rem;
  margin-top: 20px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.section-faq h2,
.section-faq h3,
.section-faq h4 {
  margin-left: -30px;
}
.section-faq .accordion-group {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-faq h2,
  .section-faq h3,
  .section-faq h4 {
    margin-left: 0;
  }
}
.accordion-toggle {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  padding: 10px 15px 10px 0;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  position: relative;
}
.accordion-toggle:before {
  content: "";
  position: absolute;
  right: 0;
  top: 19px;
  width: 0;
  height: 0;
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.accordion-toggle.active {
  color: #FFA500;
}
.accordion-toggle.active:before {
  border-top: none;
  border-bottom: 5px solid #FFA500;
}
.accordion-content {
  display: none;
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0;
  font-weight: normal;
}
.section-default {
  padding: 60px 0;
}
.section-default .group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.section-default .text {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 40px 0 200px;
}
.section-default .text.text-lg {
  padding: 0 40px 0 0;
}
.section-default h3 {
  font-size: 2.2rem;
  color: #3498DB;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section-default .text {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .section-default .group {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-default-single {
  padding: 70px 0 50px;
  font-size: 14px;
  font-weight: 400;
}
.section-default-single h3 {
  color: #3498DB;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.section-default-single p {
  margin-bottom: 20px;
}
.section-default-single p.lead {
  font-size: 1rem;
}
.section-default-single .img {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
@media (max-width: 767px) {
  .section-default-single .group {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.comparison-table {
  border: 1px solid #ddd;
  border-left: 0;
  border-radius: 25px;
  box-shadow: 3px 3px 3px 3px #888888;
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  font-weight: normal;
}
.comparison-table .item {
  flex: 0 0 100%;
  display: flex;
  border-radius: 25px;
}
.comparison-table .item > div {
  flex: 1;
  padding: 2rem;
  align-self: center;
}
.comparison-table .item .sub {
  font-weight: bold;
}
.comparison-table .item:nth-child(even) {
  background: #eee;
}
@media (max-width: 767px) {
  .comparison-table .item > div {
    padding: 1.2rem;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .comparison-table .item-header .sub {
    display: none;
  }
  .comparison-table .item {
    flex-wrap: wrap;
    border-radius: 0;
  }
  .comparison-table .item > div {
    font-size: 15px;
    padding: 1rem;
  }
  .comparison-table .item:nth-child(even) {
    background: #fff;
  }
  .comparison-table .item:last-child {
    border-radius: 0 0 25px 25px;
  }
  .comparison-table .item .sub {
    flex: 0 0 100%;
    background: #eee;
  }
}
footer {
  background: #193441;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
}
footer a {
  color: #fff;
  display: block;
  margin-top: 4px;
}
footer .group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
footer .group > div {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 767px) {
  footer .group {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
