html {
	box-sizing: border-box;
	min-height: 100%;
	position: relative;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	padding-bottom: 8rem;
	font-family: opensans, arial, Sans-Serif;
	font-size: 16px;
	color: #000000;
	background-color: #ffffff;
}

body.noscroll {
	xoverflow: hidden;
}

header {
	padding: 1rem 2% 0px 2%;
	width: 100%;
	background-color: #DFD7C6;
	overflow: hidden;
}

header.home {
	padding: 4rem 2% 0px 2%;
}

div.content {
	max-width: 70rem;
	margin: 0px auto;
	position: relative;
}

div.contentwide {
	margin: 0px;
}

header div.content:after {
	content: "";
	clear: both;
	display: table;
}

main div.content {
	padding-top: 1px;
}

form.login, form.logout {
	display: block;
	float: right;
	margin-top: 0.8rem;
	margin-bottom: 1rem;
}

form.login input {
	font-size: 1rem;
	width: 12em;
	color: #000000;
	border: 1px solid #707070;
	border-radius: 2em;
	padding: 0.3em 1em;
	margin-right: 0.5rem;
}

form.login input.email {
	width: 16em;
}

form.login input::-webkit-input-placeholder {
	font-size: 1rem;
	color: #707070;
	text-transform: uppercase;
}
form.login input::-moz-placeholder {
	font-size: 1rem;
  color: #707070;
  text-transform: uppercase;
}
form.login input:-ms-input-placeholder {
	font-size: 1rem;
  color: #707070;
  text-transform: uppercase;
}
form.login input:-moz-placeholder {
	font-size: 1rem;
  color: #707070;
  text-transform: uppercase;
}
form.login input::placeholder {
	font-size: 1rem;
  color: #707070;
  text-transform: uppercase;
}

span.password {
	display: inline-block;
	position: relative;
}

a.forgot:link, a.forgot:visited, a.forgot:hover, a.forgot:active  {
	display: block;
	width: 1.8em;
	position: absolute;
	right: 0.6em;
	top: 1px;
	bottom: 1px;
	z-index: 99;
	color: #707070;
	text-align: center;
	padding: 0.2em 0.3em 0.2em 0px;
	border-left: 1px solid #707070;
	font-weight: bold;
	font-size: 16px;
}

button.loginbtn {
	text-transform: uppercase;
}

p.pleaselogin {
	padding: 2rem 1rem;
}

ul.hmenu {
	margin: 1rem 0px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	list-style: none;
	padding: 0px;
	display: flex;
	justify-content: space-between;
	gap: 2em;
}

ul.hmenu li {
	margin: 0px;
	display: inline-block;
	flex-grow: 0;
}

ul.hmenu li a {
	display: block;
	padding: 0.2em 0px;
	color: #707070;
	border-bottom: 2px solid #ffffff;
	white-space: nowrap;
}

ul.hmenu li a:hover, ul.hmenu li a:active {
	text-decoration: none;
	border-bottom: 2px solid #225577;
}

ul.hmenu li.space {
	flex-grow: 1;
	flex-shrink: 1;
}


h1, h2, h3 {
	font-weight: 600;
	color: #000000;
	padding: 0.2em 0px;
	margin: 0px 0px 0.5em 0px;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 18px;
	padding: 0px;
}

b {
	font-weight: 600;
}

header h1 {
	margin: 0px 4% 0.5rem 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 42px;
	font-weight: 900;
	display: inline-block;
}

header h1 a {
	text-decoration: none;
	position: relative;
}

header h1 img {
	width: 4em;
}

header.home h1 img {
	width: 5em;
}

header.home h1 {
	margin-bottom: 1rem;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #237cb5;
}

a:hover, a:active {
	xtext-decoration: underline;
}

header a:link, header a:visited, header a:hover, header a:active {
	color: inherit;
}

main {
	padding: 0px 2%;
}

section {
	padding: 0.5rem 0px;
}

input, textarea, select {
	padding: 0.2em 0.5em;
	appearance: none;
	border-radius: 1em;
	border: 1px solid #D5CFCF;
	color: #000000;
	font-family: inherit;
	font-size: inherit;
	vertical-align: middle;
	max-width: 100%;
}

input::placeholder, textarea::placeholder {
	color: #707070;
}

textarea {
	resize: vertical;
}

input:disabled, textarea:disabled, select:disabled {
	color: #888888;
}

img.phonebtn {
	cursor: pointer;
	height: 2em;
    vertical-align: middle;
}

button, .button {
	color: #ffffff;
	background-color: #225577;
	border: 1px solid #707070;
	border-radius: 2em;
	padding: 0.2em 1em;
	min-width: 6em;
	cursor: pointer;
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	transition: box-shadow 100ms;
}

button:disabled, .button:disabled {
	background-color: #888888;
	border: 1px solid #888888;
}

a.button:hover {
	text-decoration: none;
}

a.button:link, a.button:visited, a.button:hover, a.button:active, button:hover, .button:hover {
	text-decoration: none;
	color: #ffffff;
}

a.button:hover, a.button:active, button:hover, .button:hover {
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}

button.green, .button.green {
	color: #ffffff;
	background-color: #3e8951;
	border-color: #3e8951;
}

button.orange, a.button.orange {
	xbackground-color: #F48F1B;
	xborder-color: #F48F1B;
	background-color: #dba728;
	border-color: #dba728;
}

button.inlist {
	padding: 0.1em 1em;
	min-width: 2em;
	margin-left: 2em;
	margin-bottom: 0.2em;
	font-size: 14px;
}

button.showrow {
	padding: 0.1em 0.3em;
	min-width: 1em;
}

button.round {
	font-size: 16px;
	font-weight: bold;
	height: 2rem;
	width: 2rem;
	min-width: 2rem;
	padding: 0px;
}

button.round span {
	font-size: 32px;
	display: inline-block;
	margin-top: -8px;
}


/* notes */

div.scrollcontent {
	height: 16rem;
	overflow-y: scroll;
	margin: 1.5rem 0px;
	border: 1px solid #C4C4C4;
	clear: both;
}

form.noteform {
	display: none;
	padding: 1rem;
}

div.newnote {
	float: right;
	cursor: pointer;
	margin-bottom: 0.5rem;
}

div.newnote > span {
	margin: 0.5em 0px 0px 1em;
	font-size: 14px;
	text-transform: uppercase;
}


/* footer */
footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: #707070;
	background-color: #DFD7C6;
	padding: 2rem 2% 3rem 2%;
	font-size: 16px;
}

footer p {
	margin: 0px;
	padding: 0px;
}

footer a:link, footer a:visited {
	xcolor: #ffffff;
}

/* ? */

ol li {
	margin-bottom: 1em;
}

ul.standards {
	list-style-type: none;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: stretch;
	gap: 1em;
}

ul.standards li {
	flex: 1;
	min-width: 8em;
	padding: 0.5em;
	text-align: center;
	border: 1px solid #333333;
	border-radius: 0.5em;
	box-shadow: 5px 5px 10px #dddddd;
}

.scon {
	border: none;
	width: 100%;
}

.max30 {
	max-width: 30em;
}

select {
	appearance: auto;
	background-color: #ffffff;
	width: auto;
	border-radius: 0.5em;
}

ul.proplist li {
	margin-bottom: 1em;
}

.form_buttons {
	padding-left: 12em;
}

span.req {
	display: inline-block;
	color: #FF0000;
	margin-right: 0.2em;
}

ul.display {
	display: inline-block;
	width: 100%;
	margin: 0px auto 2em auto;
	padding-left: 12em;
	text-align: left;
	list-style-type: none;
}

ul.display li {
	position: relative;
	padding: 0.1em 0px;
}

ul.display label {
	position: absolute;
	right: 100%;
	padding-right: 1em;
	width: auto;
	text-align: right;
}

.fr {
	float: right;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

/* messages */

#messageholder {
	margin: 1rem;
}

ul.errors, ul.warnings, ul.messages {
	list-style-type: none;
	margin: 0.5em 0px;
	padding: 0.5em;
	clear: both;
}

ul.errors {
	border: 1px solid #FF0000;
	color: #FF0000;
}

ul.warnings {
	border: 1px solid #CF8F00;
	color: #CF8F00;
}

ul.messages {
	border: 1px solid #00AF00;
	color: #00AF00;
}

.contactform {
	max-width: 30em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.5em;
	margin: 1em 0px;
}

.contactform input::placeholder {
  opacity: 1;
}
.contactform input:-moz-placeholder {
  opacity: 1;
}
.contactform input::-moz-placeholder {
  opacity: 1;
}
.contactform input:-ms-input-placeholder {
  opacity: 1;
}
.contactform input::-webkit-input-placeholder {
  opacity: 1;
}

.contactform input {
	min-width: 40%;
	flex-grow: 1;
}

.contactform textarea {
	width: 100%;
	height: 10em;
	flex-grow: 2;
}

.contactform input.text, .contactform textarea {
	padding: 0.5em;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
}

.contactform input[type=submit]{
	padding: 0.5em;
}

/* proplist */

div.proprow {
	display: grid;
	grid-template-columns: 1fr 42em 0px;
	overflow: hidden;
}

div.tab {
	display: block;
	border-radius: 0px 1rem 0px 0px;
	padding: 0.5rem 1rem;
	margin: 0px;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.3);
	text-align: center;
}

div.pr_address {
	position: relative;
	z-index: 99;
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	background-color: #225577;
	border-color: #225577;
	text-align: left;
	padding-bottom: 0px;
}

div.pr_address span {
	display: inline-block;
	margin-bottom: 0.5rem;
}

span.emerg {
	display: block;
	position: relative;
	color: #ffb500;
	text-decoration: underline;
	float: right;
	padding-left: 1.2em;
	background-image: url('images/emergency.svg');
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 1;
	margin: 0.2rem 0px 0.5rem 1rem;
}

span.noemerg {
	background-image: url('images/emergency_dis.svg');
	color: #aaaaaa;
	cursor: default;
}

div.pr_tabs {
	position: relative;
	z-index: 98;
	display: flex;
	align-items: stretch;
	gap: 0px;
	height: 100%;
	font-weight: bold;
	font-size: 15px;
}

div.pr_tabs > div, div.morebtn {
	position: relative;
	display: inline-block;
	flex-grow: 1;
	margin-left: -1rem;
	padding: 0.5rem 0.5rem 0.5rem 1.5rem;
	background-color: #BFD4ED;
	color: #225577;
	border-color: #BFD4ED;
}

div.pr_tabs > div.activetab {
	xbackground-color: #F48F1B;
	background-color: #5e95d6;
	color: #ffffff;
	xborder-color: #F48F1B;
	border-color: #5e95d6;
}

div.pr_tabs div:last-child {
	box-shadow: none;
}

div.pr_tabs div:nth-child(1) {
	z-index: 97;
}

div.pr_tabs div:nth-child(2) {
	z-index: 96;
}

div.pr_tabs div:nth-child(3) {
	z-index: 95;
}

div.pr_tabs div:nth-child(4) {
	z-index: 94;
}

div.pr_tabs div:nth-child(5) {
	z-index: 93;
}

div.morebtn {
	display: none;
	flex-grow: 0;
	font-weight: 900;
	font-size: 30px;
	line-height: 20px;
	min-width: 1em;
	box-shadow: none;
}

div.propcontent {
	background-color: #ffffff;
}

div.propcontent {
	xborder-top: 0.2rem solid #F48F1B;
	border-top: 0.2rem solid #5e95d6;
}

div.propcontent > div {
	padding: 1rem;
}

div.propcontent ul.messages {
	margin: 0px 0px 1em 0px;
}

div.leaseborder {
	border-top: 0.2rem solid #225577;
}

div.propcontent > div.noborder {
	padding: 0px;
	padding-bottom: 1.5rem;
}

/* table */

table {
	border-collapse: collapse;
	width: 100%;
	margin: 0px auto 1em auto;
}

th {
	font-size: 18px;
	font-weight: bold;
	vertical-align: top;
}

th, td {
	padding: 0.5em 0.5em;
	text-align: left;
	margin: 0px;
}

td.overdue {
	color: #db2e00;
	font-weight: bold;
}

tbody tr:nth-child(even), tbody.singlerow tr:nth-child(even) td {
	background-color: #f8f8fc;
}

tbody.doublerow tr, tbody.doublerow tr td {
	background-color: #ffffff;
}

tbody.doublerow tr:nth-child(4n - 3), tbody.doublerow tr:nth-child(4n - 3) td,
tbody.doublerow tr:nth-child(4n - 2), tbody.doublerow tr:nth-child(4n - 2) td {
	background-color: #f8f8fc;
}

tbody tr.proprow td {
	background-color: #e5e5eb;
	border-top: 10px solid #ffffff;
}

table button, table .button {
	xpadding: 0.1em 0.5em;
	xfont-size: 14px;
}

tr.rowhidden {
	display: none;
}

table.lessees {
	margin: 0px;
}

table.lessees th {
	font-weight: normal;
	font-size: 15px;
	color: #ffffff;
	background-color: #225577;
}

table.front th:nth-child(2) {
	text-transform: uppercase;
	width: 40%;
}

table.lessees tbody tr {
	background-color: #ffffff;
}

table.lessees td {
	border-bottom: 1px solid #707070;
}

table.front td:first-child {
	border-bottom: none;
}

table.front td:nth-child(2), table.front th:nth-child(2) {
	padding-left: 0px;
}

table.lessees td:last-child td {
	xborder-bottom: none;
}

table.front th:first-child, table.front td:first-child {
	width: 0.5rem;
}


/* modal */

.modal-background, .processing {
	display: none;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 200;
	padding: 10% 1%;
	overflow: scroll;
}

.processing {
	z-index: 300;
	cursor: wait;
	overflow: hidden;
}

.modal {
	display: block;
	position: relative;
	background-color: #C4C4C4;
	color: #ffffff;
	width: 76rem;
	max-width: 100%;
	margin: 2rem auto 2rem auto;
	padding: 2rem 3rem;
	box-shadow: rgba(0,0,0,0.2) 8px 8px 7px;
	border-radius: 1rem;
}

button.btn-close {
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 1.5rem;
	right: 2.5rem;
	height: 1em;
	width: 1em;
	min-width: 1em;
	line-height: 28px;
	font-size: 28px;
	font-weight: 900;
	cursor: pointer;
	box-sizing: content-box;
	padding: 0.2em;
	color: #2979A6;
	background-color: transparent;
	border: none;
}

.modal h2 {
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	padding: 0px 6rem 0px 1rem;
}

.modal ul.messages {
	background-color: #ffffff;
	border-radius: 1rem;
	margin: 1rem;
	padding: 1rem;
}

.modal section {
	background-color: #ffffff;
	color: #707070;
	border-radius: 1rem;
	margin: 1rem 0px 2rem 0px;
	padding: 1.5rem;
}

div.cols {
	display: grid;
	grid-template-columns: 1fr 1fr ;
	column-gap: 3rem;
}

div.cols3 {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
	column-gap: 2rem;
}

.modal div.cols {
	column-gap: 2rem;
}

p.flex {
	display: flex;
	gap: 1em;
	flex-wrap: wrap;
	justify-content: flex-end;
}

p.flex label {
	padding: 0.2em 0px;
}

p.flex .stretch {
	flex: 1;
}


/* dropdown menu */

div.morebox {
	position: absolute;
	right: 0px;
	z-index: 100;
}


div.morebox ul {
	padding: 0px;
}

ul.ddmenu {
	display: none;
	position: absolute;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #225577;
	background-color: #BFD4ED;
	border: none;
	border-top: 0.3em solid #ffffff;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	z-index: 9;
	min-width: 12em;
}

ul.ddmenu li {
	padding: 0.5em 1em;
	cursor: pointer;
	border-bottom: 1px solid #225577;
}

ul.ddmenu li:hover {
	color: #ffffff;
	xbackground-color: #F48F1B;
	background-color: #5e95d6;
}

ul.ddtop {
	bottom: 100%;
}


span.docemerg {
	display: inline-block;
	color: #dba728;
	border: 2px solid #dba728;
	border-radius: 1em;
	width: 1.6rem;
	height: 1.6rem;
	vertical-align: center;
	text-align: center;
	font-weight: bold;
	line-height: 1.4em;
}

span.docnotes {
	font-style: italic;
	font-size: 95%;
}

ul.form, ul.viewform {
	list-style-type: none;
	padding: 0px 0px 0px 15em;
	position: relative;
	max-width: 30em;
	margin: 0px 0px 1rem 0px;
	box-sizing: content-box;
}

ul.form2 {
	padding: 0px 0px 0px 6em;
	max-width: 100%;
}

ul.form li {
	line-height: 2em;
	vertical-align: middle;
	position: relative;
	box-sizing: border-box;
}

ul.viewform li {
	vertical-align: middle;
	position: relative;
	box-sizing: border-box;
}

li.heading {
	line-height: 2em;
}

li.heading label {
	font-weight: bold;
}

ul.form li.libtn {
	text-align: right;
	margin: 1rem 0px 1rem -15em;
}

ul.form li.libtn input {
	display: inline-block;
}


ul.viewform li:after {
	content: "\00a0";
}

ul.form label, ul.viewform label {
	position: absolute;
	right: 100%;
	padding-right: 1em;
	width: 15em;
	text-align: right;
}

ul.form2 label {
	width: 6em;
}

ul.form label.cb {
	position: static !important;
	width: auto;
}


ul.form div.inputs {
	padding-right: 5em;
	position: relative;
}

ul.form div.inputs label {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 4em;
	padding-right: 0px;
	margin-right: 0px;
	text-align: right;
}

ul.form input, ul.form select, ul.form textarea {
	width: 100%;
	margin-bottom: 0.5em;
}

ul.form textarea {
	height: 8em;
}

ul.form input[type='checkbox'], ul.form input[type='radio'] {
	width: auto;
}

ul.form input[type='radio'] {
	appearance: radio;
}

ul.form input[type='submit'] {
	width: auto;
}

ul.form input[type=checkbox] {
	width: auto;
	padding: auto;
	appearance: checkbox;
	border-radius: initial;
}

ul.report li {
	margin-bottom: 1rem;
}

ul.report button {
	margin-top: -0.2em;
	margin-left: 3rem;
	font-size: 90%;
	xposition: fixed;
}

/* front page */

div.front {
	display: flex;
	align-items: flex-start;
	gap: 3rem;
}

div.front h3 {
	max-width: 25em;
}

div.box {
	flex: none;
	color: #ffffff;
	background-color: #225577;
	padding: 0px;
	width: 259px;
}

p.splash {
	display: inline-block;
	font-weight: 600;
	font-size: 30px;
	margin: 1em;
}

div.box img {
	width: 100%;
	display: block;
}

div.box2 {
	background-color: #e9f2ff;
    padding: 2rem;
}

div.bar {
	font-size: 11px;
	height: 1em;
	width: 7.7em;
	background-color: #ECC68A;
	margin: 1rem 0px;
}

div.front ul {
	list-style-type: none;
	padding: 0px;
}

div.front li {
	margin-bottom: 1rem;
	padding-left: 1.6rem;
    background-image: url('images/tick.svg');
	background-size: auto 0.7rem;
	background-position: 0.2rem center;
	background-repeat: no-repeat;
}

hr {
	background-color: #BFD4ED;
	border: none;
	height: 2px;
	margin: 2rem 0px 3rem 0px;
}

p.quote {
	font-size: 1.2rem;
	font-weight: bold;
	font-style: italic;
	color: #225577;
	margin: 1rem auto 3rem auto;
	max-width: 40em;
	text-align: center;
}

a.contact {
	font-weight: 600;
	font-size: 18px;
	padding: 0.5em 1em;
	margin-bottom: 5em;
}

ul.googleresults {
	position: absolute;
	top: 100%;
	left: 0px;
	right: 0px;
	z-index: 99;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	list-style: none;
	padding: 0px;
	background-color: #ffffff;
	border-radius: 0.5em;
}

ul.googleresults li {
	padding: 0.1em 1em;
	cursor: pointer;
}

ul.googleresults li:first-child {
	margin-top: 0.5em;
}

ul.googleresults li:last-child {
	margin-bottom: 0.5em;
}


/* media */

@media
only screen and (max-width: 66rem)  {
	div.cols, div.cols3 {
		display: block;
	}
	
	div.proprow {
		grid-template-columns: 1fr 3em;
	}

	div.pr_tabs {
		display: none;
	}

	div.morebtn {
		display: inline-block;
	}
}

@media
only screen and (max-width: 56rem)  {
	.modal {
		padding: 1.5rem 1rem;
	}
}


@media
only screen and (max-width: 40rem)  {
	form.login {
		float: none;
		text-align: right;
	}

	form.login input, span.password {
		display: block;
		min-width: 100%;
		margin-bottom: 1rem;
	}

	a.forgot:link {
		width: 2em;
		padding-right: 0.1em;
	}

	div.front {
		display: block;
	}

	div.box {
		display: flex;
		width: 100%;
		align-items: center;
		margin-bottom: 2em;
	}

	div.box img {
		width: 259px;
	}

	p.splash {
		text-align: center;
	}
}


@media
only screen and (max-width: 36rem)  {
	ul.form, ul.viewform {
		padding-left: 0px;
		width: 100%;
	}

	ul.form label, ul.viewform label {
		position: relative;
		display: block;
		width: auto;
		right: auto;
		text-align: left;
		margin-bottom: 0px;
	}

	ul.form label.cb {
		display: inline-block;
	}

	ul.form div.inputs label {
		position: absolute;
		right: 0px;
		width: 5em;
	}

	ul.form input, ul.form textarea {
		display: block;
	}

	ul.form input[type='checkbox'] {
		display: inline-block;
	}

	ul.form span.value {
		display: block;
	}

	span.req {
		float: right;
	}

	div.form_buttons {
		padding-left: 0px;
	}
}

@media
only screen and (max-width: 34rem)  {
	div.box {
		display: block;
		width: 259px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media
only screen and (max-width: 47rem)  {
	ul.hmenu {
		flex-direction: column;
		gap: 0.2em;
	}

	ul.hmenu li.space {
		height: 1em;
	}

	ul.hmenu li {
		width: 100%;
		margin-right: 0px;
	}
}

@media
only screen and (max-width: 20rem)  {
	header h1 {
		font-size: 36px;
	}

	form.logout {
		margin-top: 0px;
	}
}

/* fonts */
@font-face {
	font-family: 'opensans';
	src: url('fonts/OpenSans-Regular.ttf');
	font-weight: normal;
}

@font-face {
	font-family: 'opensans';
	src: url('fonts/OpenSans-SemiBold.ttf');
	font-weight: 600;
}

@font-face {
	font-family: 'opensans';
	src: url('fonts/OpenSans-Bold.ttf');
	font-weight: 900;
}

@font-face {
	font-family: 'opensans';
	src: url('fonts/OpenSans-Italic.ttf');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'opensans';
	src: url('fonts/OpenSans-SemiBoldItalic.ttf');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'opensans';
	src: url('fonts/OpenSans-BoldItalic.ttf');
	font-weight: 900;
	font-style: italic;
}
