body{	
	font-family: 'FigtreeRegular', sans-serif;
}  

@font-face {
    font-family: 'FigtreeLight';
    src: url('font/Figtree/Figtree-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'FigtreeRegular';
    src: url('font/Figtree/Figtree-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
} 

p {
	padding: 15px 10px 15px 10px;
	margin: 0px;
	line-height: 22px;
	text-indent: 0em;
	text-align: justify;
}

p.no-indent {
	text-indent: 0em;
}

.text-center{
	text-align: center;
}
h2{
	padding: 5px 10px;
	margin: 0px;
	text-align: center;
	line-height: 26px;
	color: #d82c3a;
    font-size: 28px;
}
h3{
	padding: 5px 10px;
	margin: 0px;
	text-align: center;
	line-height: 28px;
	color: #d82c3a;
    font-size: 22px;
}

h4{
	padding: 0px 10px;
	margin: 0px;
	text-align: center;
	line-height: 22px;
	font-size: 16px;
}

div.image-wrapper{
    padding: 0px;
}
div.image-wrapper img {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

body {
    max-width: 800px;
    margin: auto;
    font-size: 14px;
}
table{
    border-spacing: 0px;
    font-size: 14px;
    width: 100%;
}
table td{
    border: 1px solid #ccc;
    padding: 3px 10px;
    box-sizing: border-box;
    display: table-cell;
    word-break: break-all;
    min-width: 90px;
}
table tr {
    display: table-row;
}
table > tbody > tr > th {
    background-color: #d82c3a;
    color: #fff;
    padding: 7px 10px 7px;
}

h4.header-red, .text-red { color: #d82c3a; }

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}
div.policy-wrapper { padding-top: 10px; }
div.policy-wrapper h3 { color: #000; font-size: 16px; text-align: left; }

.modal-header {border-bottom: none;}
.modal-content {border-radius: 0px;}
a {text-decoration: underline;}


