/*


Theme Name: Proland
Theme URI:  http://ninetheme.com/themes/proland
Author: Ninetheme
Author URI: http://ninetheme.com/
Description: Our Proland theme is clean, blog-focused, and designed for clarity. Proland's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.3.7
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, left-sidebar,   custom-background, custom-colors, custom-menu, editor-style, featured-images, post-formats, threaded-comments, translation-ready
Text Domain: proland
Domain Path: /languages

*/
#hero {
  padding-top: 150px;
  padding-bottom: 100px;
  background-color: #282d74;
  position: relative;
  display: flex;
flex-direction: column;
color: #fff;
justify-content: center;
font-family: 'Poppins', sans-serif;
}
#hero .container {
  position: relative;
  z-index: 30;
}

#hero h1 {
font-weight: 800;
}
.hero-title {
  text-align: center;
  margin-bottom: 30px;
}
.hero-teaser {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 992px){
    #hero {
      background-image: none !important;
    }
}
@media screen and (min-width: 992px) {
    #hero {
      /* min-height: 600px;
      min-height: 80vh; */
      background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 0%;
    }
}

.overlay-blue {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  display: block;
  opacity: .4;
  background-color: #282d74;
}
@media (min-width: 992px) {
.vertical-align {
    display: flex;
    align-items: center;
}
}
#hero p, #hero ul, #hero li {
  color: #fff !important;
  font: 300 17px/26px "Poppins", sans-serif;
}
#hero .btn-primary {
    background-color: #ec2227 !important;
}
#hero .btn-primary:hover,
#hero .btn-primary:focus,
#hero .btn-primary:active {
  background-color: #282d74 !important;
}

#lp-content {
  padding: 30px 10px;
  background-color: #f8fbfd;
}
#lp-content p, #lp-content ul, #lp-content li {
  color: #3A3D40 !important;
  font: 300 17px/26px "Poppins", sans-serif;
}

#addname-button {
  text-align: center;
  display: block;
  margin: 15px auto 0px auto;
}
.endorse-column {
  background-color: #282d74;
}

#endorsements {
  padding: 30px 10px;
  background-color: #fff;
  font: 800 20px/30px "Poppins", sans-serif;
}
#endorsements p {
  color:#282d74;
}

#endorsements p, #endorsements ul, #endorsements li {
  color: #3A3D40 !important;
  font: 300 17px/26px "Poppins", sans-serif;
}
#endorsements ul {
    list-style: none;
    padding-left: 0;
    font: 300 25px/35px "Poppins", sans-serif;

}
#endorsements li {
    position: relative;
    padding-left: 20px;
}
#endorsements li:before {
    content: '';
    width: 10px;
    height: 12px;
    position: absolute;
    background-image: url('images/shield.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


#endorsements a:hover,
#endorsements a:focus,
#endorsements a:active {
  color: #ec2227;
}
#final-cta {
  padding: 30px 10px;
  background-color: #282d74;
}
#final-cta h2 {
  color: #fff;
}
#final-cta h3 {
  color: #ec2227;
}

#final-cta p, #final-cta ul, #final-cta li {
  color: #fff !important;
  font: 300 17px/26px "Poppins", sans-serif;
}