@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,500i,600&display=swap&subset=latin-ext");
/*
    font-family: 'Poppins', sans-serif;
*/
.colorCitron2 {
  color: #a2c038;
}

.mainBanner {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 45px;
}

.mainBanner .mainBannerContent {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mainBanner .mainBannerContent img {
  float: left;
}

@media only screen and (max-width: 1024px) {
  .mainBanner .mainBannerContent img {
    max-height: 60px;
  }
}

.mainBanner h1 {
  float: left;
  color: #fff;
  margin: 60px 0;
  font-size: 40px;
}

@media only screen and (max-width: 1024px) {
  .mainBanner h1 {
    margin: 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .mainBanner h1 {
    font-size: 24px;
  }
}

.mainBanner .bannerTextTop {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 30px;
  line-height: normal;
  border-bottom: 2px solid #fff;
}

@media only screen and (max-width: 1024px) {
  .mainBanner .bannerTextTop br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .mainBanner .bannerTextTop {
    font-size: 20px;
    line-height: 1.4;
  }
}

.mainBanner a {
  float: left;
  background: #21437a;
  padding: 10px;
}

.mainBanner a span {
  float: left;
  background: #4d6995;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
  line-height: 50px;
}

.mainBanner a:after {
  content: "";
  background: url(../images/arrow-right.png) no-repeat center right;
  background-size: 13px;
  float: right;
  width: 25px;
  height: 50px;
}

.mainBanner .banner {
  float: left;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .mainBanner .banner {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.mainBanner .container {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.imgContent {
  float: left;
  width: 100%;
}

.imgContent h2 {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  color: #000;
  font-weight: 600;
  font-size: 25px;
}

.imgContent p {
  float: left;
  width: 100%;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.25;
  color: #000;
}

.imgContent img {
  float: left;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .imgContent img {
    margin-bottom: 20px;
  }
}

.guardIcons {
  float: left;
  width: 100%;
  margin: 30px 0;
}

.guardIcons .iconItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.guardIcons img {
  float: left;
  width: 70px;
}

@media only screen and (max-width: 767px) {
  .guardIcons img {
    width: 60px;
  }
}

.guardIcons p {
  float: left;
  width: calc(100% - 85px);
  margin: 0;
  margin-left: 15px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .guardIcons p {
    width: calc(100% - 70px);
    font-size: 14px;
    line-height: 1.3;
    margin-left: 10px;
  }
}

.imagesAndInfoSection {
  float: left;
  width: 100%;
}

.imagesAndInfoSection .row {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .imagesAndInfoSection .row {
    margin-bottom: 30px;
  }
}

.imagesAndInfoSection .images {
  float: left;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .imagesAndInfoSection .images {
    margin-bottom: 20px;
  }
}

.imagesAndInfoSection .images.right p {
  right: 0;
  left: initial;
}

.imagesAndInfoSection .images img {
  float: left;
  width: 100%;
}

.imagesAndInfoSection .images p {
  float: left;
  width: 45px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #1a1a1a;
  color: #fff;
  overflow: hidden;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .imagesAndInfoSection .images p {
    font-size: 13px;
  }
}

.imagesAndInfoSection .images p span {
  float: left;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}

.imagesAndInfoSection .info {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.imagesAndInfoSection .info .infoTitle {
  float: left;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.imagesAndInfoSection .info .infoTitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 200px;
  background: #85AC21;
}

.imagesAndInfoSection .info .infoText {
  float: left;
  width: 100%;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.5;
}

.imagesAndInfoSection .info .infoLearnMore {
  float: right;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.imagesAndInfoSection .info .infoLearnMore:after {
  content: "";
  float: right;
  background: url(../images/arrow-blue.png) no-repeat center;
  width: 30px;
  height: 30px;
  background-size: 8px;
}

.imagesAndInfoSection .info .left .infoLearnMore {
  float: left;
}

.everyday {
  float: left;
  width: 100%;
}

.everyday .edTitle {
  float: left;
  width: 100%;
  background: #1a1a1a;
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  padding: 15px 0;
  line-height: normal;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .everyday .edTitle {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .everyday .edTitle {
    font-size: 26px;
  }
}

.everyday .edSubTitle {
  float: left;
  width: 100%;
  border-bottom: 2px solid #85AC21;
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 10px;
  line-height: normal;
  margin-bottom: 20px;
}

.everyday .edText {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .everyday .edText br {
    display: none;
  }
}

.everyday img {
  float: left;
  width: 100%;
}

.guardFirmLogos {
  float: left;
  width: 100%;
  margin-top: 60px;
}

@media only screen and (max-width: 1024px) {
  .guardFirmLogos {
    margin-top: 30px;
  }
}

.guardFirmLogos .logosTitle {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .guardFirmLogos .logosTitle {
    margin-bottom: 15px;
    font-size: 22px;
  }
}

.guardFirmLogos .logosRelative {
  float: left;
  width: 100%;
  position: relative;
}

.guardFirmLogos .logosTop .logosContent {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .guardFirmLogos .logosTop .logosContent {
    padding: 15px 0;
  }
}

.guardFirmLogos .logosContent {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}

.guardFirmLogos .logosBottom .logosContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.guardFirmLogos .logosBottom .logosContent p {
  float: left;
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .guardFirmLogos .logosBottom .logosContent p {
    font-size: 20px;
  }
  .guardFirmLogos .logosBottom .logosContent p br {
    display: none;
  }
}

.guardFirmLogos .bgImg {
  float: left;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .guardFirmLogos .bgImg {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.guardFirmLogos .logos {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .guardFirmLogos .logos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-areas: ". ." ". ." ". .";
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.guardFirmLogos .logos img {
  max-height: 70px;
}

@media only screen and (max-width: 1024px) {
  .guardFirmLogos .logos img {
    max-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .guardFirmLogos .logos img {
    margin: 15px auto;
  }
}

.bigButtonContainer {
  float: left;
  width: 100%;
  margin: 30px 0;
}

.bigButtonContainer p {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  .bigButtonContainer p br {
    display: none;
  }
}

.bigButtonContainer a {
  float: left;
  padding: 10px 30px;
  background: #85AC21;
  border-radius: 35px;
}

.bigButtonContainer a span {
  float: left;
  padding: 0 15px;
  color: #fff;
  line-height: 40px;
  font-size: 20px;
  font-weight: 500;
}
/*# sourceMappingURL=card-guard.css.map */