
/*
 * General Styles (from McAfee Style Guide)
 */
html {
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
 }

.wow {
  visibility: hidden;
}

.text-red {
  color: #C01818!important;
}

.bg-red {
  background-color: #C01818;
}

.bg-light-gray {
    background-color: #e6e7e8;
}

.bg-dark-gray {
    background: #333333;
}

.border-line-orange {
  background-color: #f37321!important;
}
.border-line-yellow {
  background-color: #f5c714!important;
}
.border-line-green {
  background-color: #8cc74f!important;
}
.border-line-blue {
  background-color: #00aeef!important;
}
.border-line {
  display: block;
  height: 7px;
  background: #53565a;
  margin: 0 0 15px;
  position: relative;
}
.border-line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    background: rgba(0, 0, 0, 0.3); 
}
@media screen and (max-width: 767px) {
  .border-line {
    margin: 0 0 10px;
    height: 5px; 
  }
  .border-line:before {
    width: 25px;
  }
}

/*
 * Header
 */
  #header .logo-rhs {
    float: right;
    margin: 16px 20px 0;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear;
    width: 52px;
    position: relative;
    z-index: 3; 
  }
  #header .logo-rhs a {
    display: block; 
  }
  #header .logo-rhs img {
    width: 100%;
    height: auto; 
  }
  .off-canvas #header .logo-rhs {
    margin-top: 6px;
    width: 40px;
    height: 40px;
  }    

  @media screen and (max-width: 991px) {
    #header .logo-rhs {
      margin-top: 8px;
      width: 40px;
    }
    .off-canvas #header .logo-rhs {
      margin-top: 6px;
    }    
  }
  @media screen and (max-width: 767px) {
    #header .logo-rhs {
      margin-top: 4px;
      width: 32px;
    }
    .off-canvas #header .logo-rhs {
      width: 30px;
    }  
  } 

/*
 * Section: Hero
 */
.section-hero {
  margin-top: 80px;
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.section-hero .content {
  max-width: 650px;
}

.section-hero .image {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}

.section-hero h5 {
  color: #C01818;
  line-height: 18px;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0;
}

.section-hero h1 {
  color: #000;
  line-height: 70px;
  font-size: 60px;
  font-weight: 300;
  margin: 30px 0;
  max-width: 800px;
}
.section-hero h3 {
  color: #000;
  line-height: 28px;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0;
}
.section-hero h3 span {
  display: block;
}
.section-hero .btn {
  margin-top: 40px;
}
/*
 * Section: Infographic
 */
.section-text {
  padding: 60px 0;
}
.section-text .content {
  text-align: center;
}

.section-text h2 {
  color: #000;
  line-height: 56px;
  font-size: 48px;
  font-weight: 300;
  margin: 0 auto 30px auto;
  max-width: 800px;
}
.section-text h2 span {
  white-space: nowrap;
}
.section-text p {
  color: #53565a;
  line-height: 27px;
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 27px;
}
.section-text p.note {
  color: #53565a;
  line-height: 27px;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0;
}

.section-text .btn-link {
  color: #c01818;
  margin-bottom: 27px;
}
.section-text .btn-link:hover {
color: #c01818;
}

/*
 * Section: Infographic
 */
.section-infographic {
  background-color: #d1d1d1;
  text-align: center;
}
.section-infographic img {
  width: 100%;
  height: auto;
}

/*
 * Section: Life Education
 */
.section-life {
  background-color: #e6e7e8;
}

.section-life .container {
  position: relative;
}
.section-life .image {
  position: absolute;
  background-position: bottom center;
  background-size: contain;
  width: 100%;
  max-width: 400px;
  top: 0;
  bottom: 0;
  right: 0; 
  overflow: hidden;
  margin-top: 60px;
}
.section-life .image img {
  width: 100%;
  height: auto;
}

.section-life .content {
  padding: 60px 0;
  text-align: center;
}

.section-life h2 {
  color: #000;
  font-size: 48px;
  line-height: 56px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 30px;
}
.section-life h3 {
  color: #000;
  line-height: 33px;
  font-size: 22px;
  font-weight: 400;
  margin-top: 0;
  text-align: center;
}
.section-life p {
  color: #000;
  line-height: 24px;
  font-size: 18px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 25px;
  text-align: center;
}

/*
 * Section: Subscribe
 */
 .section-subscribe {
  position: relative;
}

.section-subscribe .content {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 30px;
}
.section-subscribe .background {
  width: 50vw;
  top: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: top right;
  position: absolute;
}

.section-subscribe h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
}

.section-subscribe p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 30px;
}

/*
 * Section: Read Blog
 */
.section-blog {
  background-color: #e6e7e8;
}
.section-blog .container {
  position: relative;
}
.section-blog .image {
  position: absolute;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  width: 50%;
  top: 0;
  bottom: 0;
  left: 0; 
}
.section-blog .image img {
  width: 100%;
  height: auto;
}
.section-blog .content {
  padding: 60px 0;
  text-align: center;
}
.section-blog h2 {
  color: #000;
  line-height: 56px;
  font-size: 48px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 30px;
}
.section-blog h2 span {
  display: block;
}
.section-blog h3 {
  color: #000;
  line-height: 33px;
  font-size: 22px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 35px;
  text-align: center;
}

/*
 * Section: CyberMum's Tips
 */
.section-tips {
  padding: 60px 0;
}
.section-tips h2 {
  color: #000;
  line-height: 65px;
  font-size: 60px;
  font-weight: 300;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.section-tips .content-item {
  max-width: 340px;
  margin: 60px auto 0 auto;
}
.section-tips h3 {
  color: #000;
  line-height: 33px;
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 10px;
}
.section-tips p {
  color: #53565a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0px;
}
 
/*
 * Section: Video
 */
.section-video {
  padding: 60px 0;
  background-color: #53565a;
}
.section-video .content-item {
  max-width: 340px;
  margin: 60px auto 0 auto;
}
.section-video h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  margin: 0 0;
  text-align: center;
}
.section-video h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 10px;
}
.section-video p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0px;
}
 
/*
 * Section: Social
 */
.section-social {
  padding: 40px 0;
}
.section-social .content {
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
}
.section-social .content-item {
  float: left;
  width: 25%;
  text-align: center;
}

.section-social .content-item img {
  max-width: 50px;
  width: 100%;
  height: auto;
}

/*
 * Section: Disclaimer
 */
.section-disclaimer hr {
  margin-top: 0;
  margin-bottom: 40px;
}
.section-disclaimer p,
.section-disclaimer li {
  font-size: 12px;
  font-weight: 400;
  color: #666;
} 

.section-disclaimer p a {
  font-weight: 500;
  color: inherit;
}


/*
 * Section: Footer
 */
.section-footer {
    padding: 30px 0;
  }
 
.section-footer .logo {
  max-width: 160px;
  margin: 0 auto;
}
.section-footer .logo img {
  width: 100%;
  height: auto; 
}
.section-footer p {
  font-size: 12px;
  font-weight: 400;
  padding-top: 10px;
  color: #666;
}

.section-footer .logo2 {
  display: none;
  max-width: 160px;
  margin: 0 auto 0 auto;
  padding: 30px 0;
  text-align: center;
}
.section-footer .logo2 img {
  width: 100%;
  height: auto; 
}

/*
 * Responsive
 */
@media screen and (max-width: 991px) {

  .section-hero {
    margin-top: 54px;
    padding-top: 0;
    background-image: none!important;
    background-color: #eee;
  }
  .section-hero .image {
    display: block;
    height: 260px;
  }
  .section-hero .content {
     margin-top: 60px;
  }  
  .section-hero h1 {
    font-size: 48px;
    line-height: 60px;
  }  
  .section-text h2 {
    font-size: 36px;
  }   

  .section-life .image {
    margin-top: 30px;
  }
  .section-life h2 {
    font-size: 48px;
  }   
  .section-life h3 {
    font-size: 18px;
    line-height: 26px;
  } 
  .section-subscribe .background {
    width: 100%;
    position: relative;
    height: 280px;
  }  
  .section-subscribe h2 {
    font-size: 48px;
  }  
  .section-blog h2 {
    font-size: 48px;
  }
  .section-blog h3 {
    font-size: 18px;
    line-height: 26px;
  } 
  .section-tips h2 {
    font-size: 48px;
  }
  .section-video h2 {
    font-size: 48px;
  }
  .section-footer .logo {
    padding-top: 3px;
  }
  .section-footer p {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {

  .section-hero {
    margin-top: 40px;
  }
  .section-hero h1 {
    font-size: 36px;
    line-height: 48px;
  }  
  .section-text h2 {
    font-size: 36px;
    line-height: 48px;
  }  
  .section-text h2 span {
    white-space: normal;
  }
  .section-life h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 15px;
  }    
  .section-life .content {
    padding-top: 15px;
  }  
  .section-life .image {
    position: relative;
    margin: 30px auto 0 auto;
    max-width: 200px;
  }
  .section-subscribe .content {
    margin: 30px 30px;
    text-align: center;
  }
  .section-subscribe h6 span {
    display: block;
    text-align: center;
    margin-top: 5px;
  }
  .section-subscribe h2 {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
  }
  .section-subscribe p {
    font-size: 14px;
    text-align: center;
  }
  .section-blog h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 15px;
  }    
  .section-blog .content {
    padding-top: 15px;
  }    
  .section-blog .image {
    position: relative;
    height: 230px;
    width: 100%;
  }

  .section-tips h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 15px;
  }   

  .section-social ul > li {
    max-width: 23%;
    padding: 0 5px;
  }  

  .section-footer {
    padding: 0 0;
  }
  .section-footer .logo {
    display: none;
  }
  .section-footer .logo2 {
    display: block;
  }  
  .section-footer p {
    font-size: 12px;
  }  
}