/*
 Theme Name:   Stretchmark Therapy Cream
 Theme URI:    https://myfreelance101.com
 Description:  stretchmarktherapycream.com
 Author:       Dennis Gutierrez - Leading Edge Health
 Author URI:   https://myfreelance101.com
 Template:     leadingedgehealth
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  leadingedgehealth
*/

.videoWrapper {
    padding: 56.25% 0 0 0;
    position: relative;
}

.videoWrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

p {
    font: normal 18px/150% "Open Sans", sans-serif;
    margin-bottom: 1rem;
}

li {
    font: normal 18px/150% "Open Sans", sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 150%;
}

p:last-child {
    margin-bottom: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.bold,
strong {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
}

sup {
    vertical-align: super;
    top: 0;
}

#page {
    overflow-x: hidden;
}

.semi-bold {
    font-weight: 600;
}

a,
.text-red {
    color: #cf0a2c
}

a:hover,
a.text-red:hover {
    color: #666;
    text-decoration: none;
}

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

.gray-bg {
    background-color: #939598;
}

.dwhite-bg {
    background-color: #e7e8e8;
}

.offwhite-bg {
    background-color: #f3f3f3;
}

.cyan-bg {
    background-color: #71becd;
}

.white-bg {
    background-color: #fff;
    background-image: image-set()
}

.gradient-gray {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eaeaea+0,f7f7f7+39,c9c9c9+100 */
    background: #eaeaea;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eaeaea 0%, #f7f7f7 39%, #c9c9c9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eaeaea 0%, #f7f7f7 39%, #c9c9c9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eaeaea 0%, #f7f7f7 39%, #c9c9c9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#c9c9c9', GradientType=0);
    /* IE6-9 */
}

.btn-primary {
    font-weight: bold;
    font-family: "Open Sans";
    font-size: 20px;
}

.btn-primary i {
    font-size: 14px;
    position: relative;
    top: -2px;
}

.button-arrow {
    padding-left: 40px;
    padding-right: 40px;
}

ul.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.custom-list li {
    position: relative;
    padding-left: 25px;
}

ul.custom-list li:before {
    content: "\f111";
    font-family: fontawesome;
    position: absolute;
    left: 0;
}

.custom-list.check1 li:before {
    content: "\f05d";
    font-weight: normal;
}

.max-1366 {
    max-width: 1366px;
    margin: 0 auto;
}

.max-860 {
    max-width: 860px;
    margin: 0 auto;
}

.max-700 {
    max-width: 700px;
    margin: 0 auto;
}

a.btn.btn-primary:visited {
    color: #fff;
}

a:visited {
    color: #cf0a2c;
}


/* -----------------------------------
HEADER 
--------------------------------------*/

.site-branding .custom-logo-link img {
    background: url(images/skinception-logo.svg) center / contain no-repeat;
}

.site-branding {
    margin-bottom: 10px;
    margin-top: 5px;
}

.menu-right {
    margin-left: 15px;
}

header#masthead {
    position: relative;
}


/* NAVIGATION */

.main-navigation {
    width: auto;
    padding: 0;
}

#primary-menu li a {
    padding: 0 10px;
    font-size: 15px;
    color: #636466;
}

#primary-menu li a:hover {
    color: #cf0a2c;
}

.order-btn {
    background-color: #cf0a2c;
    border-radius: 5px 5px 0 0;
    text-align: center;
}

#primary-menu li.order-btn a {
    color: #fff;
    font-weight: bold;
}

.main-navigation li.order-btn:hover {
    background-color: #ab0824;
}

.navbar-toggler {
    position: absolute;
    top: 5px;
    right: 15px;
    display: none;
    padding: 0;
}

.tagl p {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0;
    line-height: 120%;
    font-size: 16px;
}

.f-contact-nav {
    position: absolute;
    right: 0;
    display: none;
    width: 45%;
    text-align: center;
}

.order-by-phone {
    padding: 10px 0;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    line-height: 120%;
}

.order-by-phone i {
    font-size: 40px;
    display: block;
}

#primary-menu .order-by-phone a {
    padding: 0;
    font-size: 14px;
}


/* ------------------------------------
HEADER CALLOUT
--------------------------------------*/

.order-phone,
.order-phone a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: right;
    line-height: 120%;
}

@media screen and (max-width: 1199px) {
    #masthead .container,
    .header-callout .container {
        max-width: 100%;
    }
    .tagl p {
        font-size: 14px;
    }
    .order-phone,
    .order-phone a {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .tagl {
        max-width: 310px;
    }
    .menu-right {
        margin-left: auto;
    }
    .main-navigation {
        width: 80%;
        margin: 0 !important;
        padding: 0;
    }
    #primary-menu {
        margin: 0;
    }
    .site-branding {
        margin-top: 10px;
        margin-bottom: 15px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .main-navigation {
        width: auto;
    }
    .menu-right {
        margin-left: auto;
        position: absolute;
        top: -30px;
        right: 0;
    }
    .site-branding {
        text-align: left;
        max-width: 50%;
    }
    .navbar-toggler {
        display: block;
    }
    #primary-menu {
        margin-bottom: 15px
    }
    .order-btn {
        border-radius: 5px;
    }
}

@media screen and (max-width: 619px) {
    .order-phone a {
        display: block;
    }
}

@media screen and (max-width: 575px) {
    .phone-wrap {
        display: none;
    }
    .menu-right {
        display: none !important;
    }
    .f-contact-nav {
        display: block;
    }
    .site-branding {
        max-width: 300px;
        margin-right: 40px;
    }
    .menu-right {
        margin: auto;
    }
    header .menu-wrap {
        display: block !important;
    }
    .tagl {
        max-width: 100%;
    }
    #primary-menu {
        max-width: 50%;
    }
    .tagl p {
        text-align: center;
    }
    #masthead.fix-header {
        position: fixed;
        z-index: 9999999;
        transition: all 300ms ease;
        background-color: rgba(255, 255, 255, .9);
        -webkit-box-shadow: 0 1px 3px 0 #999;
        box-shadow: 0 1px 3px 0 #999;
        width: 100%;
        top: 0;
        border-bottom: 5px solid #cf0a2c;
    }
}

@media screen and (max-width: 479px) {
    .navbar-toggler {
        top: 25px;
        right: 5px;
    }
}


/* Header Icons */

.header-icons>div {
    display: inline-block;
    margin-right: 10px;
}

.header-icons a {
    width: 30px;
    height: 20px;
    display: inline-block;
}

.itemCount {
    position: absolute;
}

.icon-mail a {
    background: url(images/header-icons.png) no-repeat 2px -1px;
}

.icon-call a {
    background: url(images/header-icons.png) no-repeat -37px -1px;
}

.icon-chat a {
    background: url(images/header-icons.png) no-repeat -78px -1px;
}

div#cartIcon {
    margin-right: 0;
}

div#cartIcon a {
    width: 36px;
    height: 36px;
    float: right;
    background: url(images/header-icons.png) no-repeat right top;
}

#cartIcon.icon-bag .itemCount {
    font-size: 12px;
    background-color: transparent;
    border: 1px solid #cf0a2c;
    border-radius: .0;
    width: 35px;
    float: left;
    position: relative;
    top: 14px;
    left: 7px;
    text-align: center;
    color: #636466;
    border-right: none;
    height: 20px;
    font-family: inherit;
}


/* --------------------------------------
GUARANTEE 
-----------------------------------------*/

div#guarantee .container {
    padding-left: 20px !important;
}

#guarantee {
    border-top: 10px solid #d2d4d5;
    border-bottom: 10px solid #d2d4d5;
    background-color: #81c0c8;
    background-image: url(images/logo-bg.png);
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
}

#guarantee p {
    color: #fff;
    margin-bottom: 0;
    padding: 25px 0;
}

.satisfaction {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    text-transform: uppercase;
    line-height: 110%;
}

.satisfaction span {
    display: block;
    font-size: 4.2rem;
    line-height: 110%;
    font-weight: 800;
}

.g-img {
    padding-left: 11%;
}

.g-img img {
    margin-right: 15px;
	max-width: 150px;
}

@media screen and (max-width:1280px) {
    .g-img {
        padding-left: 15%;
    }
    .satisfaction {
        font-size: 1.4rem;
    }
    .satisfaction span {
        font-size: 3.5rem;
    }
}

@media screen and (max-width:1200px) {
    #guarantee {
        background-size: auto 90%;
        background-position: -50px center;
    }
    #guarantee p.g-text {
        padding: 20px;
    }
}

@media screen and (max-width:1080px) {
    #guarantee p.g-text {
        padding: 20px 50px;
    }
}

@media screen and (max-width:992px) {
    #guarantee .col-lg-6 {
        max-width: 70%;
        margin-left: 30%;
    }
    #guarantee {
        background-size: 30% auto;
        background-position: left center;
    }
    .g-img {
        padding-left: 0;
        padding-top: 20px;
    }
    #guarantee p.g-text {
        padding: 20px 0;
    }
}

@media screen and (max-width:576px) {
    #guarantee .col-lg-6 {
        max-width: 100%;
        margin-left: 0;
    }
    #guarantee {
        background-image: none;
    }
    .g-img {
        padding: 15px 0 0 15px;
    }
}

@media screen and (max-width:480px) {
    .g-img img {
        display: block;
        width: 40%;
    }
    .satisfaction span {
        font-size: 3rem;
    }
    .satisfaction {
        font-size: 1rem;
    }
}


/* -------------------------------------
CTA 
----------------------------------------*/

.save p a {
    color: #81c0c8;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 0;
}

.save-2 a {
    font-weight: 800;
    font-style: normal;
}

.save-2 i {
    font-size: 20px;
    vertical-align: middle;
}

.save-2 p {
    color: #81c0c8;
    font-size: 2em;
    line-height: 160%;
    font-style: italic;
}

.at-shout {
    font-style: italic;
}

@media screen and (max-width:1100px) {
    .save-2 a {
        display: block;
    }
}

@media screen and (max-width:992px) {
    .save p a {
        font-size: 1.8rem;
    }
    .save i {
        font-size: 1rem;
        top: -4px;
    }
    .save-2 p {
        font-size: 1.5em;
    }
}

@media screen and (max-width:769px) {
    .save span.text-red {
        display: block;
        padding-top: 10px;
    }
    .save-2 .save25 {
        display: block;
    }
}

@media screen and (max-width:576px) {
    .save p a {
        font-size: 1.4rem;
    }
}

@media screen and (max-width:480px) {
    .save25,
    .save span.text-red,
    .save-2 span.text-red {
        display: block;
        font-size: 1.6rem;
        line-height: 115%;
    }
    .save-2 p {
        font-size: 1.1em;
    }
}


/* -------------------------------------------
Footer Section 
----------------------------------------------*/

.max-area {
    max-width: 1280px;
    margin: 0 auto;
}

.ft-icon {
    position: relative;
    height: 100px;
}

.ft-wrap {
    border-right: 1px solid #fff;
}

.ft-icon {
    width: 80px;
    height: 80px;
    background: url(images/footer-icons.png) no-repeat;
    display: inline-block;
}

.ft-return {
    background-position: -95px top;
}

.ft-secure {
    background-position: -185px top;
}

.ft-chat {
    background-position: -274px top;
}

.ft-text {
    color: #fff;
    text-align: center;
    font-size: 1rem;
    display: inline-block;
    position: relative;
    top: -20px;
}

.ft-text span {
    display: block;
    font-weight: bold;
    font-size: 1.1rem;
}

.ft-wrap {
    border-right: 1px solid #fff;
    text-align: center;
}

.ft-wrap.row-last {
    border-right: none;
}


/* footer second row */

.ft2-1 {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft2-2 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ft2-3 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ft2-2 .col {
    min-width: 150px;
}

.ft2-1 img {
    margin: 0 auto;
    max-width: 270px;
}

footer ul.social-icons li a {
    color: #fff;
}

footer ul.social-icons li {
    font-size: 24px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 6px;
    margin: 0 3%;
    line-height: 40px;
    display: inline-block;
    padding: 0 4px;
    color: #fff;
}

footer ul.social-icons {
    margin: 0;
    padding: 0;
    text-align: center;
}

.ft2-2 .menu {
    margin: 0;
    padding: 0;
}

.ft2-2 .menu li {
    list-style: none;
    padding: 5px 15px;
    font-size: .9rem;
}

.ft2-2 .menu li a {
    color: #fff;
}

.ft2-2 .menu li a:hover,
footer .social-icons li a:hover {
    color: #cf0a2c;
}

.ft2-3 {
    text-align: center;
    color: #636466;
    padding-top: 35px;
}

.ft2-3 h4 {
    font-size: 1.3rem;
}

.ft2-3 p {
    font-size: .9rem;
    max-width: 300px;
    margin: 0 auto;
}

.ft2-3 .s-privacy {
    font-size: 11px;
    margin-bottom: 0;
}

#menu-footer-menu {
    text-align: center;
    margin: 10px 0 0;
}

#menu-footer-menu li {
    float: none;
    display: inline-block;
}

form#f-subscribe {
    margin: 15px auto 5px;
    max-width: 80%;
}

form#f-subscribe input[type="text"] {
    width: 78%;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    border: 1px solid #9b9c9c;
}

form#f-subscribe input[type="submit"] {
    width: 20%;
    padding: 0;
    height: 35px;
    line-height: 35px;
    border: 1px solid #d51c33;
    background-color: #d51c33;
    border-radius: 0;
    font-weight: bold;
    color: #fff;
    position: relative;
    left: -5px;
    top: -1px;
}


/* footer 3 */

.dgray-bg {
    background-color: #636466;
}

.copyr p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 130%;
    margin: 0 auto;
    max-width: 610px;
    padding: 0 15px;
}

.copyr p span {
    padding-bottom: 10px;
    display: block;
}

.disclaimer p {
    color: #fff;
    font-size: 12px;
    line-height: 130%;
    max-width: 275px;
    text-align: center;
    padding: 20px;
    border: 1px solid #fff;
    margin: 0 auto;
    font-style: italic;
}

.padding-side {
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width:1180px) {
    .ft-icon {
        display: block;
        margin: 0 auto 15px;
    }
    .ft-text {
        display: block;
        top: -10px;
    }
}

@media screen and (max-width:992px) {
    .ft-icon {
        width: 50px;
        height: 50px;
        background-size: auto 100%;
    }
    .ft-return {
        background-position: -60px top;
    }
    .ft-secure {
        background-position: -114px top;
    }
    .ft-chat {
        background-position: -171px top;
    }
    .ft-text {
        font-size: .8rem;
    }
    .ft-text span {
        font-size: 1rem;
    }
    .ft2-3 {
        padding-top: 20px;
    }
}

@media screen and (max-width:767px) {
    #ft1 .col-first {
        border-bottom: 1px solid #fff;
    }
    .copyr {
        padding-top: 30px;
    }
    #ft2 .menu {
        text-align: center;
    }
    .ft2-2 {
        border-top: 1px solid #e7e7e7;
    }
    .col-last .ft-icon {
        margin-top: 10px;
    }
}


/* -------------------------------
GUARANTEE
---------------------------------*/

.gwrap {
    background-color: #81c0c8;
    border: 10px solid #d2d4d5;
}

.gwrap p {
    color: #fff;
}


/* -------------------------------------
GONE VIRAL
----------------------------------------*/

#viral .gray-bg p {
    color: #fff;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 120%;
}

#viral .viral-text {
    max-width: 1100px;
    margin: 40px auto 0;
    color: #939598;
    font-size: 1.3rem;
    line-height: 140%;
}

#viral sup {
    font-size: 16px;
    top: 0;
    position: relative;
}

@media screen and (max-width: 992px) {
    #viral .gray-bg p {
        font-size: 1.5rem;
    }
    #viral sup {
        font-size: 12px;
    }
    #viral .viral-text {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 769px) {
    #viral .gray-bg p {
        font-size: 1.2rem;
    }
}

/* NEW GUARANTEE */

.new-guarantee .title-bar {
    text-align: center;
    border-top: 10px solid #7dc1c7;
    border-bottom: 10px solid #7dc1c7;
    margin-top: -30px;
    margin-bottom: 20px;
}

.new-guarantee .title-bar .inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-guarantee .title-bar .inner h2 {
    color: #7dc1c7;
    font-size: 4rem;
    padding-right: 5px;
    margin-bottom: 0;
}

.new-guarantee .title-bar .inner h4 {
    color: #7dc1c7;
    font-weight: 600;
    line-height: 1.25rem;
}

.new-guarantee .title-bar .inner h3 {
    color: #7dc1c7;
    font-weight: 600;
    line-height: 1.25rem;
    margin-bottom: 0;
}

.new-guarantee .content-area .row {
    background: #7dc1c7;
    position: relative;
    padding: 20px 0;
}

.new-guarantee .content-area .guarantee-image {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.new-guarantee .content-area .content {
    float: right;
}

.new-guarantee .content-area .content p {
    color: white;
    padding-bottom: 20px;
}

.new-guarantee .guarantee-bar {
    position: relative;
    margin-top: 120px
}

.new-guarantee .guarantee-bar p {
    color: white;
    padding: 10px;
}

.new-guarantee .guarantee-bar .row {
    background-color: #cb1228;
}

.new-guarantee .guarantee-bar .products {
    margin: 0 auto;
    display: block;
    margin-top: -20px;
}

.new-guarantee .guarantee-bar .satisfaction-badge {
    margin: 0 auto;
    display: block;
    margin-top: -100px;
}




/* TABLET */

@media(min-width: 768px) {
    .new-guarantee .content-area .guarantee-image {
        display: block;
        max-width: 280px
    }

    .new-guarantee .guarantee-bar .satisfaction-badge {
        margin-top: 0;
    }

    .new-guarantee .guarantee-bar {
        position: relative;
        margin-top: 40px
    }

}

/* SMALL DESKTOP */

@media(min-width: 992px) {
    .new-guarantee .content-area .guarantee-image {
        display: block;
        max-width: 350px;
    }

    .new-guarantee .guarantee-bar .satisfaction-badge {
        position: absolute;
        left: -100px;
        top: -30px;
    } 

    .new-guarantee .guarantee-bar .products {
        float: right;
        margin-right: -50px;
        margin-top: -45px;
    }

}

/* DESKTOP */

@media(min-width: 1200px) {
    .new-guarantee .content-area .guarantee-image {
        max-width: 100%;
    }
    .new-guarantee .guarantee-bar .products {
        margin-right: 0px;
    }
}

/* About Page  */

.about-page {
    margin-top: -1.5rem;
}

.about-page p {
	font-size: 16px;
}

.about-page p:last-child {
	padding-bottom: 20px;
}

.about-page .top-bar {
	background: #ebebeb;
	padding-top: 20px;
	padding-bottom: 20px;
}

.about-page .bottom-bar {
	background: #41403f;
	padding-top: 20px;
	border-top: 20px solid #cf0a2c;
}

.about-page .bottom-bar .container {
	position: relative;
}

.about-page .bottom-bar p { 
	color: white;
}

.about-page .bottom-bar img { 
	margin: 0 auto;
	display: block;
	max-width: 250px;
	padding-bottom: 20px;
}

.about-page-bottom .red-bar {
	text-align: left;
	padding: 20px 10px;
	padding-bottom: 0;
	background-image: url(images/red-bar-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.about-page-bottom .red-bar img {
	padding: 20px 0;
}

.about-page-bottom .red-bar p {
	color: white;
	padding-top: 10px;
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 150px;
}

.about-page-bottom .grey-bar {
	background: #e1e1e1;
	margin-top: -180px;
}

.about-page-bottom .grey-bar img {
	margin: 0 auto;
	display: block;
	position: relative;
	padding-top: 70px;
}


@media(min-width: 450px) {
	.about-page-bottom .red-bar {
		text-align: center;
	}
}

@media(min-width:992px) {
	.about-page .bottom-bar img { 
		position: absolute;
		bottom: 0;
		right: 0;
		max-width: 390px;
		padding-bottom: 0px;

	}	
}

#tabs{
	position: relative;
    z-index: 10;
}

/* HDP Pop up */

#hdpPopup{
	z-index: 9999999;
}

#hdpPopup .modal-content{
	border:none;
}

#hdpPopup .image {
    position: relative;
    margin-bottom: -16px;
}

#hdpPopup .buttons {
    position: absolute;
    width: 100%;
    height: 55px;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hdpPopup .buttons .signup {
    color: white;
    text-decoration: none;
    background: #fe2c46;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 800;
    margin-right: 20px;
}

#hdpPopup .buttons .nothanks {
    color: white;
    text-decoration: none;
    background: RGBA(0, 0, 0, 0.49);
    font-weight: 400;
    padding: 5px 20px;
    font-size: 14px;
}

@media(min-width: 768px) {
	
	.modal-dialog {
		max-width: 640px;
	}

    #hdpPopup .buttons {
        height: 90px;
        bottom: 31px;
    }

    #hdpPopup .buttons .signup {
        padding: 5px 30px;
        font-size: 30px;
    }

    #hdpPopup .buttons .nothanks {
        padding: 10px 30px;

        font-size: 24px;
    }
}

.modal-backdrop {
    opacity: 0.85 !important;
}

.hdpPopup .modal-body {
    padding: 0;
    text-align: center;
    overflow: hidden;
}

/**/

#privacy h2, #terms h2{
    margin-bottom: 20px;
}

#privacy p,
#terms p{
    font-size:1rem;
    margin-bottom: 20px;
}

#privacy ul, #terms ul,
#privacy ol, #terms ol{
    margin-top:20px;
    margin-bottom: 20px;
    margin-left:10px;
    padding-left: 10px;
}

#privacy ul li, #terms ul li{
    font-size: 1rem;
    list-style: disc;
    margin-bottom: 10px;
}

#privacy ol li, #terms ol li{
    font-size: 1rem;
    list-style: decimal;
    margin-bottom: 10px;
}