@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');

*{	
	margin:0;
	padding:0;
}

img{
	border:0;
}

img.img-left{
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
	clear: both;
}
img.img-right{
	float:right;
	margin:0 0 0.5em 1em;
}

body{
	font-size:120%;
	font-family:Calibri, Helvetica Neue, Helvetica, Arial, sans-serif;
	color:#666;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin-bottom:0.5em;
	font-family: 'EB Garamond',"Times New Roman", Georgia, Serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	color: #46a5a2;
	clear: both;
}

h1 {
	color: #46a5a2;
	font-family: 'EB Garamond',"Times New Roman", Georgia, Serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
}


h3 {
	margin: 20px 0px 10px;
}

p{
	margin-bottom:1.2em;
}

p.larger-text {
	font-size: 1.4em;
	font-family: 'EB Garamond',"Times New Roman", Georgia, Serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	margin-bottom: 1em;
}

p.no-margin {
	margin-bottom: 0;
}

span.days {
	width: 70px;
	display: inline-block;
	white-space: nowrap;
	float:left;
	padding-top:3px;
}

span.days-big {
	margin-right: 30px;
	display: inline-block;
	white-space: nowrap;
}

span.days-medium {
	width: 184px;
	display: inline-block;
	/*white-space: nowrap;*/
	
}


a{
	color: #46a5a2;
	
}

a:hover{
	text-decoration:underline;
}

hr{
	color:#CCC;
	background-color:#CCC;
	clear:both;
	margin: 1em 0;
	height:1px;
	border:none;
}

ul,
ol{
	padding-left:1.2em;
	margin-bottom:1.2em;
}
li{
	margin-bottom:0.5em;
}

table{
	border-collapse:collapse;
}

body.text-areas {
	padding: 20px;
}

body.mceContentBody {
   background: #FFFFFF;
   text-align:left;
   margin:0px;
   font-size:100%;
}

.mceContentBody a {
	color: #1988c8 !important; /* FF requires a important here */
	text-decoration:underline;
}

a.button{
	display: inline-block;
	color: white;
	background: #46a5a2;
    border:2px solid #46a5a2;
	padding: 10px 20px;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
    font-size:0.9em;
}

a.button:hover {
	background: #32918e;
    border:2px solid #32918e;
	color: white;
	text-decoration: none;

}

a.button-gold{
	display: inline-block;
	color: white;
	background: #b3a16e;
    border: 2px solid #b3a16e;
	padding: 10px 20px;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
    min-width: 120px;
    text-align: center;
    font-size:0.9em;
}

a.button-gold:hover {
	background: #96875d;
	border: 2px solid #96875d;
	color: white;
	text-decoration: none;
}


a.button-gold-ghost{
	display: inline-block;
	color: #b3a16e;
	border: 2px solid #b3a16e;
	padding: 10px 20px;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
    min-width: 120px;
    text-align: center;
    font-size:0.9em;
}

a.button-gold-ghost:hover {
	border: 2px solid #96875d;
    color: #96875d;
	text-decoration: none;
}