@import url('style-fonts.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Libre+Baskerville:400,400i,700');


*, :before, :after {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	box-sizing: border-box;
}


:root {
	word-wrap: break-word;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body#tinymce {
	padding: 25px 30px;
}


div, p {
	min-height: 20px;
}


ul,
ol {
	margin-left: 25px;
}
ul > li {
	list-style-type: square;
}


table {
	/*table-layout: fixed;*/
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	padding: 10px 0;
}
tbody td,
tbody th {
	border-top: 1px solid #d2d2d2;
}
td[align="center"],
th[align="center"] {
	text-align: center;
}
tr.hoverable {
	transition: background-color 0.33s;
}
tr.hoverable:hover,
tr.hoverable:focus {
	background-color: rgba(0,0,0,0.02);
}


a {
	font-weight: 500;
	text-decoration: none;
	color: #055555;
	transition: all 0.3s;
}
a:hover,
.clickable:hover a {
	text-decoration: underline;
	color: #000000;
}


.link-edit {
	display: inline-block;
	vertical-align: top;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999px;
	background: center no-repeat url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAA5FBMVEUAAAAAAAAAAAAAAAD7+/sAAAAAAADTn2b5+fn5+fn4+PjPmVzHjEiUlJTRlStrSiPEjk/8/Pz4+Pj6+vr19fX34Vvx8fHz6t/v0nndmkzv7+/q6ur/8+P05tb998f99sP25LHl1a7u1X/y1Xr13F7u4tT84MTy5b3w47rw0rTl1bL2067v0qzo2ajXw6X5x5T5yZHRt5DnwIvbsYXVtnrny3fnvnfXunbLqG/tym323Wz332PXo2PYpVjkyVXYmlTiolG+ikzFmEnHjkjQnUaqiUPJhUGFZy6JYSuuaya+ehpaQxgVmouaAAAAEXRSTlM2AQAz/R4C9/Xz8PDokV5cJyJ0EFsAAACjSURBVBjTRc9FFoMwAEXRNIS6JUFbKFJ3d3fb/36a9AR4s39nH0BZAiI5DiEEUEoj/I/kmDAASGFppTL29tNbHsQAJiwG7qJt9bIBKFrfdyfdRoIDxZiSlu9s1rtMkQOvaVRqavVUiAnw5nybNhDQWTpb1TB1LGAwGx/4JgHcrePncrVJCM/h6PGuU0oD+L7OK51GEIUAP5dE4U5JUNwXSTL8AU/tEzxkHyRaAAAAAElFTkSuQmCC');
	transition: all 0.33s;
	margin: -11px 0;
}
.link-edit:hover,
.link-edit:focus {
	background-color: #055555;/* rgba(0,0,0,0.08);*/
}


.more-link {
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
}
.more-link:after {
	content: ' »';
}
.more-link:hover,
.clickable:hover a.more-link {
	text-decoration: none;
}
.btn,
#theme .btn {
	display: inline-block;
	vertical-align: top;
	width: auto;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.6);
	border-color: rgba(0,0,0,0.3);
	border-width: 1px 1px 2px 1px;
	background-color: #055555;
	color: #ffffff;
	height: 50px;
	line-height: 17px;
	padding: 15px 25px;
	font-size: 110%;
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3);
}
.btn:hover,
.btn:focus,
#theme .btn:hover,
#theme .btn:focus {
	color: #ffffff;
	background-color: #000000;
	border-color: rgba(0,0,0,0.3);
	text-decoration: none;
}
.btn-cancel,
#theme .btn-cancel {
	display: inline-block;
    vertical-align: top;
	line-height: 20px;
	padding: 15px 25px;
	font-weight: bold;
	text-transform: uppercase;
}
.btn-light,
#theme .btn-light {
	background: #fff;
	border: 1px solid #d2d2d2;
	color: inherit;
	text-shadow: none;
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.15);
}
.btn-small,
#theme .btn-small {
	height: 34px;
	padding: 7px 15px;
}
.btn + .btn,
#theme .btn + .btn {
	margin-left: 10px;
}
	

hr {
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	background: #d2d2d2;
	margin: 30px 0;
}
@media screen and (max-width: 1000px) {
	hr {
		margin: 3vw 0;
	}
}
hr.small {
	margin: 15px 0;
}
@media screen and (max-width: 1000px) {
	hr.small {
		margin: 1.5vw 0;
	}
}
hr.large {
	margin: 45px 0;
}
@media screen and (max-width: 1000px) {
	hr.large {
		margin: 4.5vw 0;
	}
}


td, th {
	text-align: left;
	vertical-align: top;
}
td[valign="bottom"],
th[valign="bottom"] {
	vertical-align: bottom;
}


h1, h2, h3 {
	font-family: 'WB_LB', 'Libre Baskerville', serif;
}
h1 {
	font-weight: bold;
	font-size: 36px;
	line-height: 46px;
	margin: 0 0 10px 0;
}
@media screen and (max-width: 1000px) {
	#theme-header h1 {
		font-size: 3.6vw;
		line-height: 4.6vw;
	}
}
@media screen and (max-width: 500px) {
	#theme-header h1 {
		font-size: 18px;
		line-height: 23px;
	}
}
h2 {
	font-weight: normal;
	font-size: 26px;
	line-height: 34px;
	margin: 0 0 10px 0;
}
@media screen and (max-width: 1000px) {
	#theme-header h2 {
		font-size: 2.6vw;
		line-height: 3.4vw;
	}
}
@media screen and (max-width: 500px) {
	#theme-header h2 {
		font-size: 13px;
		line-height: 17px;
	}
}
h3 {
	font-weight: normal;
	font-size: 17px;
	line-height: 22px;
	margin: 0 0 10px 0;
}

