body {
    line-height: 1.4;
    font-size: 16px;
}

p {
    margin-bottom: 30px;
}

a {
    cursor: pointer;
}

p.p-large {
    font-size: 18px;
    font-weight: 600;
}

.circle-font-extra-large-bold {
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    line-height: 1.25;
}

.circle-font-large-bold {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    line-height: 1.25;
}

.circle-font-medium-bold {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: 1.25;
}

.small-text {
    font-size: 14px;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.25;
}

h1 {
  font-weight: bold;
/*  text-align: center; */
  font-size: 1.4em;
/*  padding: .5em 0;*/
  margin-bottom: 24px;
/*  border-bottom: 1px solid #dadada; */
  letter-spacing: 3px;
  text-transform: uppercase;
}

h2 {
    font-size: 32px;
/*    margin-bottom: 12px;*/
	margin-bottom: 30px;
}

h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

h4 {
    font-size: 20px;
    margin-bottom: 30px;
}

h5 {
    font-size: 18px;
    margin-bottom: 20px;
	font-weight: 800;

}

h6 {
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;

}

h6.document-heading {
    opacity: 0.5;
    margin-bottom: 100px;
}

.heading-span {
    color: #00818d;
}


ul, ol {
    margin-left: 20px;
/*    margin-bottom: 10px;*/
	margin-bottom: 30px;
}

li {
    margin-bottom: 14px;
}

ul.sections  li {
    margin-bottom: 0px;
    margin-top: 2px;
  }

ul li::marker {
    color: #00818d;
  }

.section-dark li::marker {
    color: #fff;
  }

.list-2-col {
    column-count: 2;
    column-gap: 30px;
}
a {
   /* font-weight: 600; */
    cursor: pointer;
	text-decoration: none;
}

a, a:visited, a:hover {
    color: inherit;
}

button {
    font-weight: 600;
    cursor: pointer;
}
.terms p {
	font-size: 10px;
	margin-bottom: 12px;
}

/*  --  NEW --  */

@media screen and (min-width: 500px) {
	body {
		font-size: 17px;	
	}
	
	p.p-large {
    	font-size: 20px;
	}
	
	h1 {
  	font-size: 1.5em;
  	margin-bottom: 32px;
  	letter-spacing: 3px;
}
	

	h2 {
		font-size: 38px;
	}

	h3 {
		font-size: 30px;
	}

	h4 {
		font-size: 24px;
	}

}