* {
  box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after{
  clear: both;
}

body {
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

img {
  display: block;
  width: 100%;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
  letter-spacing: 2px;
}

h3 {
  font-size: 24px;
  letter-spacing: 2px;
}

h4 {
  font-size: 20px;
  letter-spacing: 1px;
}

h5 {
  font-size: 18px;
}

p {
  font-size: 15px;
}

hr {
  max-width: 15em;
}

.calxx-font {
  font-family: 'Quando', 'sans-serif';
}

.row-flex {
  display: inline-flex;
  flex-flow: row wrap;
}

.column-flex {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
}

.font-blue {
  color: #09c1b3;
}

.font-white {
  color: #fff;
}

.font-darker {
  color: #525f71;
}

.bold {
  font-weight: bold;
}

.left {
  text-align: left;
}

.centre {
  text-align: center;
}

.grey {
  background-color: #f7f7f7;
}

.link {
  text-decoration: none;
}

.link:hover {
  color: #ff0b82;
}

/*header styling*/
.logo-image {
  width: 22%;
  display: inline-block;
  padding: 5px 12.5px 0;
}

.logo-link {
  text-decoration: none;
  padding: 10px;
}

.logo-link:hover {
  color: #ff0b82;
}

.nav-icon {
  float: right;
  font-size: 37.5px;
  padding: 0 12.5px;
}

.nav-icon:hover {
  color: #525f71;
  cursor: pointer;
}

.nav-header {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  clear: both;
  background-color: #525f71;
  font-family: 'Varela Round';
}

.nav-header ul {
  padding: 0 20px 20px;
}

.navlist-item {
  border-bottom: 2px solid white;
}

.navlist-item:first-child {
  border-top: 2px solid white;
}

.navlist-item:hover  {
  color: #09c1b3;
}

.nav-link {
  display: block;
}

.nav-link:hover {
  color: #09c1b3;
}

.visible {
  max-height: 250px;
}
/*end of header styling*/

/*info box*/
.info-section {
  background: url(../images/header-banner-minusguy.jpg) center center no-repeat;
  background-size: cover;
  padding: 20% 10% 30%;
  font-family: 'Varela Round';
}

.info-text-h1 {
  font-family: 'Varela Round';
}

.info-text-h2 {
  font-size: 30px;
  margin: 25px 0;
}

.info-text-h3 {
  padding: 5px 0;
  font-size: 18px;
}

.demo-button {
  text-align: center;
  margin: 35px auto 0;
  padding: 12.5px;
  background-color: #09c1b3;
  width: 80%;
  font-size: 16px;
  letter-spacing: 1.5px;
  border-radius: 5px;
}

.demo-button:hover {
  background-color: #ff0b82;
}
/*end of info section*/

/*why use us section*/
.why-use-us-container {
  width:  75%;
  margin: 35px auto;
}

.why-use-us-div, .how-it-works-containers {
  margin-bottom: 25px;
}

.why-use-us-div p {
  margin-bottom: 10px;
}

.why-use-us-div li, .blog-text-section li {
  list-style: circle;
  font-size: 14px;
  margin: 0 0 5px 20px;
}

.blog-text-section li {
  margin-left: 35px;
}
/*end of why use us section*/

/* how it works section */
.home-page-section {
  padding: 10% 0;
}

.home-page-heading {
  font-family: 'Varela Round', serif;
  font-size: 28px;
  color: #09c1b3;
  padding: 2.5% 5%;
}

.section-para {
  padding: 0 20px;
}

.course-icons {
  display: inline-block;
  background-color: #fff;
  color: #525f71;
  border: 2px solid #525f71;
  border-radius: 50%;
  line-height: 50px;
  width: 50px;
  height: 50px;
  font-size: 30px;
  margin-right: 5px;
  vertical-align: top;
  text-align: center;
}

.how-it-works-para {
  display: inline-block;
  width:  75%;
  padding: 5px;
}

.heading-adj {
  letter-spacing: 0;
}

/*The course section*/
.pricing-packages {
  width: 75%;
  margin: 15px auto 35px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #DADADA;
  background-color: #f7f7f7;
}

.home-page-section h2 {
  padding: 20px;
}

.popular-pricing-package {
  background-color: #fff;
}

.top, .top-popular {
  padding: 25px;
  background-color: #525f71;
}

.top-popular {
  background-color: #09c1b3;
}

.pricing-packages-h3 {
  padding-top: 10px;
  margin-bottom: 10px;
  font-family: 'Varela Round';
}

.bottom {
  padding: 15px;
  background-color: #f7f7f7;
}

.price-para {
  font-size: 20px;
  font-family: 'Verela Round', sans-serif;
  margin-bottom: 15px;
}

.pricing-para {
  letter-spacing: 0.5px;
  padding: 20px;
  font-size:  14px;
  background-color: #fff;
}

.pricing-descrip {
  color: #525f71;
  padding-bottom: 7.5px;
}

.VAT {
  font-size: 13px;
}

.course-button {
  margin: 30px 0;
}

.course-button-link {
  text-decoration: none;
  border: 2px solid #09c1b3;
  padding: 10px;
  border-radius: 5%;
}

.course-button-link:hover {
  color: #ff0b82;
  border: 2px solid #ff0b82;
}

/*The blog section*/
  .the-blog {
    width: 70%;
    margin: 35px auto 0;
  }

.blog-wrapper-home-page {
  text-decoration: none;
  background-color: #f5f5f5;
  margin-bottom: 30px;
  color: black;
  border: 5px solid #f5f5f5;
  border-radius: 5px;
  text-align: left;
}

.blog-wrapper-home-page:hover, .blog-wrapper:hover {
  border: 5px solid #09c1b3;
  transform: scale(1.05);
}

.blog-wrapper-home-page-two {
  padding: 0 5px 5px;
}

.blog-date {
  color: #5E5F72;
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
  font-family: 'Varela Round';
}

.blog-snippet-heading {
  padding: 5px 0 7.5px;
  letter-spacing: 0;
  line-height: normal;
  opacity: 0.8;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Varela Round';
}

.blog-snippet-heading-home-page {
  font-size: 16px;
}
/*end of the blog section*/

/*footer*/
.pre-footer-container {
  text-align: center;
}

.footer-container {
  padding: 50px 10px;
  background-color: #09c1b3;
}

.footer-logo-img {
  width: 50px;
  margin: 0 auto 15px;
}

.footer-p {
  font-size: 14px;
  font-family: 'Varela Round';
  letter-spacing: 0.75px;
  display: inline-block;
  margin-right: 10px;
}

.social-media-div {
  margin: 25px 0;
}

.social-media-div li {
  display: inline-block;
  font-size: 20px;
}

.hover:hover {
  color: #525f71;
}

.heading:hover {
  color: #ff0b82;
}

.email {
  text-decoration: none;
}

footer {
  background: url(../images/header-banner-minusguy.jpg);
  border-top: 0.25px solid #999;
  padding: 15px 0;
  text-align: center;
  color: #09c1b3;
  font-size: 12px;
}

footer nav li {
  display: inline-block;
  margin-bottom: 2.5px;
}

footer nav li a {
  text-decoration: none;
  padding: 0 5px;
  color: #fff;
}

footer nav li a:hover {
  color: #09c1b3;
}
/*end of footer styling*/

/*Cookies pop up styling*/
.cookies-popup-section {
  border-top: 1px solid #999;
  background-color: #525f71;
  text-align: center;
  padding: 15px 10px;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: 'Varela Round';
}

.cookies-link {
  margin-left: 2.5px;
  text-decoration: none;
  color: #09c1b3;
}

.cookies-link:hover {
  color: #999;
}

.close-cookies-popup {
  background-color: #09c1b3;
  border: none;
  padding: 5px 15px;
  color: #fff;
  margin: 10px auto 0;
  font-weight: bold;
}

.close-cookies-popup:hover {
  background-color: #999;
}
/*End of cookies pop up styling*/

/*Course overview page*/
.course-text-h2 {
  font-size: 24px;
  margin: 25px 0;
}

.course-overview-container {
  width: 90%;
  margin: 35px auto;
}
/*end of course overview page*/

/*blog post page styling*/
.blog-post-header {
  text-align: center;
  border-bottom: 5px solid #09c1b3;
  padding: 10% 5%;
}

.blog-post-header h1 {
  letter-spacing: 0;
  font-family: 'Varela Round', sans-serif;
  color: #525f71;
}

.blog-date-adj {
  padding-top: 0;
  font-size: 16px;
}

.share-buttons-section {
  margin: 10px 0;
}

.share-buttons-inline {
  display: inline-block;
  margin-right: 5px;
}

.share-buttons-inline a {
  text-decoration: none;
  color: #fff;
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.facebook-share {
  background-color: #3a579a;
}

.twitter-share-button {
  background-color: #00abf0;
}

.linked-in-share {
  background-color: #127bb6;
}

.facebook-share:hover, .twitter-share-button:hover, .linked-in-share:hover {
  background-color: #525f71;
}

.blog-image-container {
  position: relative;
  top: -30px;
  width: 85%;
  margin: 0 auto;
}

.blog-image {
  border: 5px solid #525f71;
}

.main-container, .chart-container {
  position: relative;
  top: -30px;
  width: 90%;
  margin: 25px auto 0;
  background-color: #fff;
}

.blog-text-section {
  padding: 0px 5%;
  border-bottom: 1px solid #d5d7d8;
}

.photo-credit {
  font-size: 10px;
  text-align: center;
  margin-top: 5px;
  position: relative;
  top: -25px;
}

.blog-post-video {
  width: 100%;
}

.blog-image-adj {
  border:5px solid #525f71;
  width: 80%;
  margin: 0 auto;
}

.blog-image-width-adj {
  width:  100%;
}

.blog-text-section p {
  margin: 32.5px 17.5px;
}

.italics {
  font-style: italic;
}

ol {
  margin-bottom: 25px;
}

.related-articles-wrapper {
  padding:  20px 75px 50px;
}

.heading-adjustment {
  padding-top: 40px;
}

.related-articles-h4 {
  font-weight: bold;
  text-align: center;
}

.related-articles {
  margin-top: 35px;
  text-decoration: none;
  color: inherit;
}

.related-articles:hover {
  transform: scale(1.15);
}
/*end of blog post styling*/

/*visuals styling page*/
.main-container-blog {
  width: 85%;
  margin: 100px auto;
}

.blog-wrapper {
  background-color: #F5F5F5;
  padding: 25px 25px 5px;
  width: 100%;
  margin: 20px 0 35px;
}

.blog-text {
  padding-bottom: 7.5px;
  color: #272c2f;
  font-size: 14.5px;
}
/*end of visuals styling page*/

/*chart blog page styling*/
.para-indent {
  border-top: 3px solid #09c1b3;
  border-bottom: 3px solid #09c1b3;
  padding: 10px;
}

.sub-heading-border {
  border-bottom: 3px solid #09c1b3;
  padding-bottom: 10px;
}

.subscribe:hover {
  color:  #525f71;
}

.subscribe-button {
    margin: 0 auto 40px;
}
/*end of chart page styling*/

/*privacy policy and terms and conditions styling*/
.privacy-policy {
  width: 85%;
  margin: 0 auto 150px;
}

.pptc-heading {
  font-size: 45px;
}

.privacy-policy h3 {
  margin: 75px 0 10px;
}

.privacy-policy h4 {
  margin-top: 20px;
  letter-spacing: 2px;
}

.privacy-policy h5 {
  margin-top: 0;
  padding: 15px 0 0;
  font-size: 17px;
  letter-spacing: 2px;
}

.privacy-policy p {
  padding: 10px 0;
}

.terms-line-items li {
  list-style: circle;
  margin-left: 25px;
}

.terms-line-items {
  padding-bottom: 20px;
}
/*end of privacy policy and t&c's styling*/

/*404 error page styling*/
.error404-section {
  margin: 80px auto 120px;
  width: 80%;
  text-align: center;
}

.error404 {
  font-size: 150px;
  color: #09c1b3;
}

.error404-link {
  margin: 40px 0;
  display: block;
  text-decoration: none;
  color: #09c1b3;
}
/*end of 404 error page styling*/

/*subscribe for updates page*/
.header-border {
  border-bottom: 5px solid #09c1b3;
}

.post-header-section-2  {
  margin: 75px 0 325px;
}
/*subscribe for updates page*/


@media (min-width: 480px) { /* mobile-landscape */
  main {
    margin: 0 auto;
  }

  .logo-image {
    width: 17.5%;
    padding-top: 7.5px;
  }

  .demo-button {
    width: 70%;
  }

  .info-section {
    padding: 10% 10% 20%;
  }

  .pricing-packages {
    width: 60%;
  }

  .the-blog {
    width: 55%;
  }

  .footer-container {
    padding: 7.5% 0;
  }

  /* blog post page styling */
  .blog-image-container {
    top: -45px;
  }

  .photo-credit {
    top: -35px;
  }

  .main-container, .chart-container {
    top: -45px;
  }

  .container-two {
    margin-bottom: 20%;
  }

  .related-articles {
    width: 65%;
    margin: 35px auto 0;
  }

  .related-articles-wrapper {
    padding:  20px 50px;
  }

  .heading-adjustment {
    padding-top: 40px;
  }
  /* end of blog post page styling */

  /*visuals page styling*/
  .main-container-blog {
    width: 60%;
  }
  /*end of visuals page styling*/


@media (min-width: 650px) { /* tablet-portrait */
  header {
    background: none;
  }

  .logo-heading {
    color: #525f71;
    padding: 10px;
  }

  .logo-image {
    width:12.5%;
  }

  .nav-icon {
    display: none;
  }

  .nav-header {
    max-height: none;
    float: right;
    padding: 15px 15px 15px 0;
    text-transform: uppercase;
    font-size: 15px;
    background: inherit;
    color: #525f71;
    font-weight: bold;
  }

  .nav-header ul {
    padding: 0;
  }

  .navlist-item {
    display: inline-block;
  }

  .navlist-item, .navlist-item:first-child {
    border: none;
  }

  .navlist-item:hover {
    background-color: inherit;
  }

  .nav-link {
    color: inherit;
    padding: 10px 5px;
  }

  .info-section {
    padding: 7.5% 10%;
  }

  .demo-button {
    width: 50%;
  }

  .home-page-section-adjustment {
    padding-top: 7.5%;
  }

  .why-use-us-container {
    width: 50%;
  }

  .pricing-container-main {
    width: 75%;
    margin: 20px auto 50px;
  }

  .pricing-packages {
    width: 49.5%;
    margin: 0;
  }

  .pricing-flex-heading {
    flex: 1 1 85px;
  }

  .pricing-flex-para {
    flex: 1 1 30px;
  }

  .para-flex {
    flex: 1 1 120px;
  }

  .the-blog {
    width: 80%;
  }

  .blog-wrapper-home-page {
    display: inline-block;
    width: 45%;
    margin-left: 25px;
  }

/*  *blog post styling*/*/
  .blog-post-header {
    padding: 10% 17.5% 17.5%;
  }

  .blog-image-container {
    width: 75%;
    top: -55px;
  }

  .photo-credit {
    top: -45px;
  }

  .blog-image-adj {
    width: 70%;
  }

  .blog-image-width-adj {
    width: 100%;
  }

  .main-container, .chart-container {
    width: 85%;
    margin-bottom: 0;
    top: -70px;
  }

  .blog-text-section {
    padding: 7.5px 35px;
  }

  .container-two {
    margin-bottom: 10%;
  }

  .related-articles {
    width: 30%;
    margin-top: 20px;
  }
  /*end of blog post styling*/

  /*visuals page styling*/
  .main-container-blog {
    width: 85%;
    margin-top: 75px;
  }

  .blog-wrapper {
    width: 45%;
    margin-left: 25px;
    padding: 20px 20px 0;
  }

  .image-flex {
    flex: 1 1 275px;
  }

  .flex-heading {
    flex: 1 1 60px;
  }

  .flex-items {
    flex: 1 1 75px; 
  }
  /*end of visuals page styling*/



@media (min-width: 940px) { /* tablet-landscape/smaller laptops */
  .logo-image {
    width: 10%;
    margin-top: 1%;
    padding-top: 0;
  }

  .nav-header {
    font-size: 15px;
  }

  .nav-link {
    padding: 10px;
  }

  .info-section {
    text-align: center;
    padding: 7.5% 5%;
  }

  .home-page-section {
    padding: 5% 0;
  }

  .home-page-heading {
    font-size: 30px;
  }

  .home-page-para {
    font-size: 18px;
    width: 85%;
    margin: 0 auto;
  }

  .demo-button {
    width: 30%;
    display: inline-block;
    margin-left: 35px;
  }

  .why-use-us-container {
    margin: 35px auto;
    width: 70%;
  }

  .adjustment {
    width: 90%;
  }

  .why-use-us-div {
    display: inline-block;
    width: 45%;
    margin: 15px;
    vertical-align: top;
  }

  .how-it-works-containers {
    width: 32.5%;
    display:  inline-block;
    vertical-align: top;
  }

  .pricing-flex-heading {
    flex: 1 1 60px;
  }

  .the-blog {
    width: 100%;
  }

  .blog-wrapper-home-page {
    width: 16%;
    margin-left: 5px;
  }

  .footer-container {
    padding: 50px 0;
  }

  .footer-p {
    font-size: 16px;
  }

  /*course outline styling  */
  .pricing-container-main {
    width: 85%;
  }

  .pricing-packages {
    width: 33%;
    margin: 0;
  }

  .top {
    padding: 25px 15px;
  }

  .pricing-flex-para {
    flex: 1 1 30px;
  }

  .bottom {
    padding: 20px 10px;
  }
  /*end of course outline styling*/

  /*Course overview page*/
  .course-overview-container, .course-overview-container-dashboard {
    width: 75%;
  }

  /*end of course overview page*/


  /*blog post styling*/
  .blog-post-header {
    padding: 7.5% 22.5%;
  }

  .blog-image-container {
    width: 60%;
  }

  .main-container, .chart-container {
    width: 72.5%;
  }

  .blog-image-adj {
    width: 60%;
  }

  .blog-image-width-adj {
    width: 90%;
  }

  .blog-text-section {
    padding: 10px 47.5px;
  }

  .container-two {
    padding: 0 25px 40px;
    margin-bottom: 0;
  }

  .blog-article-heading {
    margin-top: 0;
  }

  .related-articles-wrapper {
    margin: 0 0 40px;
  }
  /*end of blog post styling*/

  /*visuals page styling*/
  .main-container-blog {
    width: 90%;
  }

  .blog-header-section {
    padding: 5%;
  }

  .blog-newsletter-subscribe, .blog-newsletter-btn {
    display: inline-block;
    width: 30%;
    margin: 15px 0 0 15px;
  }

  .blog-newsletter-btn {
    width: 15%;
  }

  .blog-wrapper {
    width: 30%;
  }

  .form-style {
    width: 100%;
  }

  .subscribe-button {
    display:  block;
    margin: 0 auto 30px;
  }
  /*end of visuals page styling*/

  /*toolkit page styling*/
  .video-button {
    display:  block;
    margin: 0 auto;
  }
  /*end of toolkit page styling*/


@media (min-width: 1220px) { /* laptops/desktops */
  .logo-image {
      width: 8%;
      margin-top: 5px;
  }

  .nav-header {
    margin-right: 25px;
    font-size: 15px;
  }

  .info-section {
    padding: 5%;
  }

  .info-text-h1 {
    font-size: 45px;
  }

  .demo-button {
    width: 22.5%;
  }

  .home-page-section {
   padding: 3.45% 0;
  }

  .why-use-us-container {
    width: 80%;
  }

  .pricing-container-main {
    width: 70%;
  }

  .pricing-packages {
    width: 32.5%;
  }

  .pricing-flex-heading {
    flex: 1 1 85px;
  }

  .bottom {
    padding:  20px 25px;
  }

  .blog-wrapper-home-page {
    margin-left: 7.5px;
  }

  /*Course overview page*/
  .course-overview-container, .course-overview-container-dashboard {
    width: 70%;
  }

  /*end of course overview page*/

  /*blog post page styling*/
  .blog-post-header {
    padding: 5% 27.5%;
  }

  .blog-image-container {
    width: 45%
  }

  .main-container {
    width: 55%;
  }

  .blog-image-adj {
    width: 50%;
  }

  .blog-image-width-adj {
    width: 80%;
  }

  .blog-text-section {
    padding: 10px 65px;
  }

  .blog-text-section p{
    margin:  25px 17.5px;
  }

   .related-articles-wrapper {
    width: 80%;
    margin: 0 auto;
  }

  .container-two {
    margin-bottom:  35px;
  }
  /* end of blog post styling */

  /*visuals page styling*/
  .main-container-blog {
    width: 95%;
  }

  .blog-newsletter-subscribe {
    width: 20%;
  }

  .blog-newsletter-btn {
    width: 10%;
  }

  .blog-wrapper {
    width: 21.5%;
    margin-left: 35px;
  }

  .subscribe-button {
    width: 35%;
  }
  /*end of visuals page styling*/


  /*chart blog post*/
  .chart-container {
    width: 52.5%;
  }
  /*end of chart blog post*/


@media (min-width: 1600px) { /* laptops/desktops */
  .logo-image {
      width: 5.25%;
      margin-top: 7.5px;
  }

  .nav-header {
    margin-right: 50px;
    font-size: 15px;
  }

  .info-section {
    padding: 1.5% 5%;
  }

  .info-text {
    padding: 2.5%;
  }

  .demo-button {
    width: 17.5%;
    padding: 10px;
  }

  .home-page-section {
    padding: 2.5% 0;
  }

  .why-use-us-container {
    width: 50%;
  }

  .why-use-us-div {
    width: 40%;
   margin-left: 5%; 
  }

  .pricing-container-main {
    width: 50%;
  }

  .pricing-flex-heading {
    flex: 1 1 90px;
  }

  .the-blog {
    width: 95%;
  }

  /*blog post page styling*/
  .blog-image-container {
    width: 27.5%;
    top: -75px;
  }

  .photo-credit {
    top: -65px;
  }

  .main-container {
    width: 50%;
    top: -90px;
  }

  .blog-image-adj {
    width: 40%;
  }

  .blog-image-width-adj {
    width: 70%;
  }

  .blog-text-section {
    padding: 7.5px 75px;
  }

  .related-articles-wrapper {
    width: 65%;
  }

  .related-articles {
    width: 25%;
  }
  /* end of blog post page styling */

  /*Dashboard Demo*/
  .course-overview-container {
    width:  55%;
  }

  .course-overview-container-dashboard {
    width: 65%;
  }

 /*End of dashboard Demo*/

 /*visuals page styling*/
   .main-container-blog {
    width: 85%;
  }

  .blog-newsletter-subscribe {
    width: 17.5%;
  }

  .blog-newsletter-btn {
    width: 7.5%;
  }

  .blog-wrapper {
    width: 22%;
  }

  .image-flex {
    flex: 1 1 350px;
  }

  .flex-heading {
    flex: 1 1 55px;
  }

  .flex-items {
    flex: 1 1 60px;
  }
 /*end of visuals page styling*/


  /*chart blog post*/
  .chart-container {
    width: 40%;
  }

   .subscribe-button {
    width: 35%;
  }
  /*end of chart blog post*/

  @media (min-width: 1900px) { /* laptops/desktops */
  .image-flex {
    flex: 1 1 425px;
  }

  .blog-image-container {
    width: 25%;
  }

  .course-overview-container-dashboard {
    width: 57.5%;
  }

  .pricing-container-main {
    width: 42.5%;
  }
