.snapshot-data {
	background-color: #daebf5; 
	color: #424242; 
	padding:5px 0;
	font-weight: 200;
	font-size: .9rem;
}
.snapshot-data h2 {
	padding:0;
	margin:0;
	font-family: "Open Sans";
	font-weight: 500;
	font-size:1.1rem;
}
.heavy-font {
	font-weight: bold;
}
.fw500 {
	font-weight: 500 !important;
}
/*.snapshot-hr {
	display: block; 
	height: 1px; 
	border: 0; 
	border-top: 1px solid #424242; 
	margin: 1px 0; 
	padding: 0;
}*/
.snapshot-hr {
	border: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.snapshot-header {
	background-color: #5394be; 
	color: #ffffff;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
.snapshot-footer {
	background-color: #5394be; 
	color: #ffffff;
	font-weight: 500;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}
.snapshot-footer-mobile {
	background-color: #5394be; 
	color: #ffffff;
	font-weight: 500;
}
.snapshot-header p { 
	font-size: 1.3rem;
	margin:2px 0 2px 15px;
}
.end-row {
	padding-bottom:10px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}
.right-align {
	text-align: right;
}
.left-align {
	text-align: left;
}
.light {
	font-weight: 200 !important;
}
.show-for-small-only .more-info, .more-info-estimate {
	display:none; 
	padding:0 0.9375em; 
	margin:0 -0.9375em;
}
.more-less-button-payment {
    display: block;
    padding-top: 10px;
    margin-bottom: -15px;
}
.less-button {
	display: none;
}

/* Create a custom checkbox */
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 50px;
    stroke-miterlimit: 10;
    stroke: #00BE38;
    fill: none;
    -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 6px;
    stroke: #fff;
    stroke-miterlimit: 10;
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
    box-shadow: inset 0px 0px 0px #00BE38;
    z-index: 9;
    -webkit-animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@-webkit-keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes scale {
    0%, 100% {
        -webkit-transform: none;
        transform: none;
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes scale {
    0%, 100% {
        -webkit-transform: none;
        transform: none;
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}

@-webkit-keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}
