@charset "utf-8";
/* Three Column - LEFT COPY - CHECKLIST CSS */

.two-column-copyleft-checklist-module-main-container {position:relative;min-height: 552px;height: auto;padding: 0px 20px 0px 20px;}
.two-column-copyleft-checklist-module-inner-container {margin-top: 70px;margin-bottom: 30px;}
.two-column-copyleft-checklist-module-l-col {padding-left: 0px;padding-top: 20px;margin-bottom: 0px;}
.two-column-copyleft-checklist-module-l-col h2 {font-size: 34px;font-weight: 300;}
.two-column-copyleft-checklist-module-l-col h2:before {
    content: '';
    width: 40px;
    height: 2px;
    background: #53A145;
    position: relative;
    top: -12px;
    display: block;
}
.two-column-copyleft-checklist-module-l-col p {font-size: 18px;font-weight: 300;line-height: 27px;max-width: 100%;padding-bottom: 10px;}
.two-column-copyleft-checklist-module-r-col {padding-left: 0px;padding-top: 20px;width: 100%;}
.two-column-copyleft-checklist-module-r-col h3 {color:#fff; font-size: 24px;font-weight: 700;line-height: 27px;max-width:100%;}
.two-column-copyleft-checklist-module-r-col p {font-size: 18px;font-weight: 300;line-height: 27px;max-width:100%;padding-top:10px;}
.two-column-copyleft-checklist-module-r-col p sup {top: -0.75em;}
.two-column-copyleft-checklist-module-r-col ul {font-size: 20px;font-weight: 300;line-height: 27px;list-style: none;max-width: 100%;margin-left: 0px;}
.two-column-copyleft-checklist-module-r-col li {padding-bottom:20px;}
.two-column-copyleft-checklist-module-r-col li:before {
  content: "";
  height: 25px;
    width: 25px;
    display: block;
    float: left;
    margin-left: -35px;
    margin-top: 2px;
  background-position: center;
  background-repeat: no-repeat;
	background: url("../images/icon-checkmark-white.svg");
  background-size: cover;
}

    .two-column-copyleft-checklist-module-r-col li.state::before {
        content: "";
        height: 40px;
        width: 40px;
        display: block;
        float: left;
        margin-left: -45px;
        margin-top: 0px;
        background-position: center;
        background-repeat: no-repeat;
        background: url(../images/il-state-icon.svg);
        background-size: cover;
    }

    .two-column-copyleft-checklist-module-r-col li.baby::before {
        content: "";
        height: 40px;
        width: 40px;
        display: block;
        float: left;
        margin-left: -45px;
        margin-top: 0px;
        background-position: center;
        background-repeat: no-repeat;
        background: url(../images/il-baby-icon.svg);
        background-size: cover;
    }

    .two-column-copyleft-checklist-module-r-col li.laptop::before {
        content: "";
        height: 40px;
        width: 40px;
        display: block;
        float: left;
        margin-left: -45px;
        margin-top: 0px;
        background-position: center;
        background-repeat: no-repeat;
        background: url(../images/il-computer-phone-icon.svg);
        background-size: cover;
    }

    .two-column-copyleft-checklist-module-r-col li.cake::before {
        content: "";
        height: 40px;
        width: 40px;
        display: block;
        float: left;
        margin-left: -45px;
        margin-top: 0px;
        background-position: center;
        background-repeat: no-repeat;
        background: url(../images/il-10-birthday-cake-icon.svg);
        background-size: cover;
    }


    .two-column-copyleft-checklist-module-r-col ul ul li:before {
        background: none !important;
        list-style-type: disc;
    }
    .two-column-copyleft-checklist-module-r-col ul ul li {
        list-style-type: disc;
        margin-left: -12px;
    }

    .two-column-copyleft-checklist-module-r-col li.fw-bold sup {top: -.6em;}

.two-column-copyleft-checklist-module-check-1 {min-height: auto;padding:20px 0px 20px 0px;}
.two-column-copyleft-checklist-module-check-2 {min-height: auto;padding:20px 0px 20px 0px;}
.two-column-copyleft-checklist-module-check-3 {min-height: auto;padding:20px 0px 20px 0px;}
.two-column-copyleft-checklist-module-check-4 {min-height: auto;padding:20px 0px 20px 0px;}


@media (min-width: 320px) {
	
}

@media (min-width: 360px) {
	
}

@media (min-width: 375px) {

	
}

@media (min-width: 576px) {

	
}		

@media (min-width: 768px) {
.two-column-copyleft-checklist-module-check-1 {min-height: 200px;}
.two-column-copyleft-checklist-module-check-2 {min-height: 200px;}
.two-column-copyleft-checklist-module-check-3 {min-height: 200px;}
.two-column-copyleft-checklist-module-check-4 {min-height: 200px;}
	
.two-column-copyleft-checklist-module-l-col p {max-width: 100%;}
.two-column-copyleft-checklist-module-r-col p {max-width: 90%;}
.two-column-copyleft-checklist-module-r-col ul {margin-left: 20px;}
.two-column-copyleft-checklist-module-r-col li:before {
  content: "";
  height: 30px;
  width: 30px;
  display: block;
  float: left;
  margin-left: -50px;
	margin-top:0px;
  background-position: center;
  background-repeat: no-repeat;
	background: url("../images/icon-checkmark-white.svg");
  background-size: cover;
}

.two-column-copyleft-checklist-module-r-col li.state::before {
    content: "";
    height: 60px;
    width: 60px;
    display: block;
    float: left;
    margin-left: -65px;
    margin-top: -10px;
    background-position: center;
    background-repeat: no-repeat;
    background: url(../images/il-state-icon.svg);
    background-size: cover;
}
    .two-column-copyleft-checklist-module-r-col li.baby::before {
        content: "";
        height: 60px;
        width: 60px;
        display: block;
        float: left;
        margin-left: -65px;
        margin-top: -10px;
        background-position: center;
        background-repeat: no-repeat;
        background: url(../images/il-baby-icon.svg);
        background-size: cover;
    }

    .two-column-copyleft-checklist-module-r-col li.laptop::before {
        content: "";
        height: 60px;
        width: 60px;
        display: block;
        float: left;
        margin-left: -65px;
        margin-top: -10px;
        background-position: center;
        background-repeat: no-repeat;
        background: url(../images/il-computer-phone-icon.svg);
        background-size: cover;
    }

    .two-column-copyleft-checklist-module-r-col li.cake::before {
        content: "";
        height: 60px;
        width: 60px;
        display: block;
        float: left;
        margin-left: -65px;
        margin-top: -10px;
        background-position: center;
        background-repeat: no-repeat;
        background: url(../images/il-10-birthday-cake-icon.svg);
        background-size: cover;
    }

.two-column-copyleft-checklist-module-r-col ul {font-size: 20px;font-weight: 300;line-height: 27px;list-style: none;max-width: 100%;margin-left: 20px;}
    .two-column-copyleft-checklist-module-r-col ul ul li:before {
        background: none !important;
        list-style-type: disc;
    }
.two-column-copyleft-checklist-module-r-col ul {font-size: 20px;font-weight: 300;line-height: 27px;list-style: none;max-width: 100%;margin-left: 20px;}
}
	
@media (min-width: 992px) {
.two-column-copyleft-checklist-module-inner-container {margin-top: 100px;margin-bottom: 30px;}
.two-column-copyleft-checklist-module-l-col {padding-left: 0px;padding-top: 20px;}
.two-column-copyleft-checklist-module-l-col p {max-width: 350px;}
.two-column-copyleft-checklist-module-r-col {max-width: 500px;padding-left:100px;}
.two-column-copyleft-checklist-module-r-col p {}
.two-column-copyleft-checklist-module-check-1 {padding:0px;}
.two-column-copyleft-checklist-module-check-2 {padding:0px;}
.two-column-copyleft-checklist-module-check-3 {padding:0px;}
.two-column-copyleft-checklist-module-check-4 {padding:0px;}
.two-column-copyleft-checklist-module-r-col ul {margin-left: 0px;}
}

@media (min-width: 1200px) {
.two-column-copyleft-checklist-module-l-col {padding-left: 10px;padding-top: 20px;}
.two-column-copyleft-checklist-module-r-col {margin-left: 150px;padding-left: 0px;}
.two-column-copyleft-checklist-module-r-col p {font-size: 18px;}
.two-column-copyleft-checklist-module-module-gradient-1 {
    display: block;
    height: 45%;
    width: 90px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 0;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,.3));
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,.3));
	background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,.3));
}
.two-column-copyleft-checklist-module-module-gradient-2 {
    display: block;
    height: 25%;
    width: 35px;
    position: absolute;
    left: 115px;
    bottom: 0px;
    z-index: 0;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,.3));
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,.3));
	background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,.3));
}
.two-column-copyleft-checklist-module-module-gradient-3 {
    display: block;
    height: 95%;
    width: 175px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,.3));
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,.3));
	background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,.3));
}
.two-column-copyleft-checklist-module-module-gradient-4 {
    display: block;
    height: 75%;
    width: 45px;
    position: absolute;
    right: 15px;
    bottom: 0px;
    z-index: 0;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,.6));
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,.6));
	background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,.6));
}
	
	
}

@media (min-width: 1440px) {
.two-column-copyleft-checklist-module-l-col {padding-left: 130px;}	
.two-column-copyleft-checklist-module-r-col {margin-left: 260px;}

}

@media (min-width: 1500px) {
	
}

@media (min-width: 1650px) {
	
}
	
		

