body {
    font-family: 'Roboto';
    font-size: 14px;
	color: #10181F;
}

h1,
h1 a,
h1 span {
	margin-top: 0px;
	margin-bottom: 32px;
	
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 80px;
	line-height: 88px;
	color: #10181F;
}

h2,
h2 a,
h2 span {
	margin-top: 0px;
	margin-bottom: 32px;
	
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 60px;
	line-height: 80px;
	letter-spacing: -0.005em;
	color: #10181F;
}

h3,
h3 a,
h3 span {
	margin-top: 0px;
	margin-bottom: 32px;
	
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 64px;
	color: #10181F;
}

h4,
h4 a,
h4 span {
	margin-top: 0px;
	margin-bottom: 32px;
	
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 48px;
	color: #10181F;
	letter-spacing: 0.0025em;
}

h5,
h5 a,
h5 span {
	margin-top: 0px;
	margin-bottom: 32px;
	
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	color: #10181F;
}

h6,
h6 a,
h6 span {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #10181F;
	letter-spacing: 0.0015em;
}

ul,
ol {
	color: #10181F;
	margin-left: 0px;
	margin-bottom: 16px;
	font-family: 'Roboto';
	line-height: 28px;
	font-size: 16px;
	font-weight: 300;
	
    padding-left: 0px !important;
    padding-top: 0px !important;
}

ul li,
ol li {
	color: #10181F;
	margin-left: 30px;
	margin-bottom: 5px;
	font-family: 'Roboto';
	line-height: 28px;
	font-size: 16px;
	font-weight: 300;
}

ul.star_bullets {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

ul.star_bullets li:before {
	content: "**";
	padding-right: 5px;
}

table {
	width: 100%;
}

table,
td {
	color: #10181F;
	font-family: 'Roboto';
	line-height: 24px;
	font-size: 16px;
}

b,
strong {
	font-family: 'Roboto';
	color: #10181F;
	font-size: 16px;
	font-weight: 500;
}

a {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.005em;
	text-decoration-line: underline;
	color: #ED1B2D;
	text-decoration: none;
}

a strong,
a b,
strong a,
b a {
	color: #ED1B2D !important;
	font-size: 16px;
	font-weight: 500;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 28px;
	font-family: 'Roboto';
	font-weight: 300;
	padding-bottom: 18px;
	font-size: 16px;
	/* color: #10181F; */
	color: #383F44;
	
    margin-top: 0px !important;
    padding-bottom: 0px !important;
}

small {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.0025em;
	color: rgba(0, 0, 0, 0.38);
}

span {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	line-height: 28px;
}

table td {
	vertical-align: top;
}

.clear {
	clear: both;
}

.mce-content-body img {
    margin: 10px 15px 15px 15px !important;
    box-shadow: 0px 0px 4px rgb(35 35 38 / 8%), 0px 4px 8px rgb(35 35 38 / 6%);
    box-shadow: 0px 0px 12px rgb(35 35 38 / 8%), 0px 16px 24px rgb(35 35 38 / 8%) !important;
}

/* Custom Atricle Design - Old Content */
table#template_container {
	max-width: 615px !important;
	width: 100% !important;
	margin: 0 auto !important;
}

/* Buttons */

.mpopbuttondv,
.mpopbuttondv.dark,
.grey_button,
.red_button {
	min-width: 50px;
	line-height: 50px;
	
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	
	color: #FCFCFC !important;
	background: #ED1B2D;
	border: 1px solid #ED1B2D;
	border-radius: 100px;
	text-decoration: none !important;
	user-select: none !important;
	padding-left: 32px;
	padding-right: 32px;
	display: inline-block;
	cursor: pointer;
	
	text-align: center;
}

.mpopbuttondv,
.mpopbuttondv.dark {
	border-radius: 100px !important;
	text-transform: uppercase;
	padding-top: 5px;
    padding-bottom: 5px;
	line-height: 31px !important;
	height: 42px;
    font-size: 15px !important;
	min-width: 20px;
	box-sizing: border-box;
}

.mpopbuttondv.dark {
	margin-right: 20px;
}

.red_button + .red_button {
	margin-left: 16px;
}

.mpopbuttondv.dark,
.grey_button {
	background-color: #FFF;
	border: 1px solid #E9E8E8;
	color: #77777B !important;
}

.mpopbuttondv:hover,
.red_button:hover {
	background-color: #C51726 !important;
	border: 1px solid #C51726 !important;
}

.grey_button.w360,
.red_button.w360 {
	max-width: 296px;
	width: 100%;
}

button.grey_button.w360,
button.red_button.w360 {
	max-width: 360px;
	width: 100%;	
}

.red_button.outlined {
	background-color: #FFF;
	color: #ED1B2D !important;
}

.red_button.outlined.white {
	color: #fff !important;
	border-color: #FFF !important;
	background-color: transparent !important;
}

.grey_button:hover,
.red_button.outlined:hover {
	border: 1px solid #C51726 !important;
	background-color: #C51726 !important;
	color: #FCFCFC !important;
}

.red_button.outlined.white:hover {
	border-color: #FFF !important;
	background-color: #FFF !important;
	color: #ED1B2D !important;
}

.rca_grey_box {
	background: #FAFAFA;
	border-radius: 48px;
	padding: 24px !important;
	
	position: relative;
	margin-bottom: 10px;
}

.rca_grey_box,
.rca_grey_box p,
.rca_grey_box span {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.0015em;
	color: rgba(0, 0, 0, 0.87) !important;
}

.rca_grey_box.checkmark {
	padding-left: 65px !important;
}

.rca_grey_box.checkmark:before {
	position: absolute;
	left: 25px;
	font-size: 28px;
	top: 22px;
	color: #82B841 !important;
	font-family: "rca" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\57";
}

.rca_grey_box.checkmark a {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
}

.rca_grey_box table tr td:first-child {
	width: 35%;
}

.rca_grey_box table tr td:first-child,
.rca_grey_box table tr td:first-child span,
.rca_grey_box table tr td:first-child p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 24px;
}

.rca_grey_box table tr td:last-child {
	width: 65%;
}

/* When the box is placed in a table within a table */
table > tbody > tr > td > table > tbody > tr > td > .rca_grey_box {
	display: inline-block;
}

/* Inputs */

.rca_input {
	background: #FFFFFF;
	border: 1px solid #E9E8E8;
	border-radius: 8px !important;
	
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #23233D;
	
	width: 100%;
	max-width: 326px;
	margin-bottom: 16px;
	padding: 15px 16px;
}

.rca_textarea {
	min-height: 120px;
}

.rca_input:hover {
	background: #FFFFFF;
	border: 1px solid #BCBBBA;
	box-shadow: 0px 2px 2px rgba(218, 227, 225, 0.1), inset 0px -1px 1px rgba(218, 227, 225, 0.15);
	border-radius: 8px;
}

.rca_input:focus {
	background: #FFFFFF;
	border: 1px solid #ED1B2D;
	box-shadow: 0px 2px 2px rgba(218, 227, 225, 0.1), inset 0px -1px 1px rgba(218, 227, 225, 0.15);
	border-radius: 8px;
}


.rca_input::-webkit-input-placeholder { /* Edge */
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #BCBBBA;
}

.rca_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #BCBBBA;
}

.rca_input::placeholder {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #BCBBBA;
}

.rca_input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
}