
html{width:100%; height:100%; margin:0; padding:0;}
*{margin:0; padding:0;}
table{border-collapse:collapse; border-spacing:0;}
fieldset, img{border:0;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family: inherit; font-size: inherit; font-weight: inherit;}
input,textarea,select{*font-size: 100%;}
a, img{outline:0}
a {text-decoration:underline; color:#141515;}
a:hover {color:#987727}
label{cursor:pointer;}
li{list-style:none}

.block{display:block;}	
.inline{display:inline;}
.clear{clear:both; line-height:0 !important; font-size:0 !important; height:0 !important;}
.clearfix::after{clear: both; display: block; content: ""}
.hidden{display:none;}

.editable p {font-size:16px; margin-bottom: 12px; clear: both}
.editable a{font-size:16px; text-decoration: none; color: #987727}
.editable a:hover{text-decoration: underline}
.editable ol, .editable ul{padding:10px 0; font-size: 16px}
.editable li {margin-bottom: 10px}
.editable ol li {list-style:decimal; list-style-position:inside;}
.editable ul li{list-style:none; list-style-position:inside; background: url("../images/list-marker.png")no-repeat left top 7px;
    padding-left: 37px}
.editable td{padding:5px 10px}
.editable h1, .editable h2, .editable h3, .editable h4, .editable h5, .editable h6 {font-weight:normal;clear: both}
.editable h1{font: 46px "Play-Bold"; color: #fff; text-align: center; margin: 45px 0 25px; text-transform: uppercase}
.editable h2 {font: 24px "Play-Bold"; margin-bottom: 15px;}
.editable h3 {font: 20px "Play-Bold"; margin-bottom: 10px;}

@font-face {
    font-family: 'Play-Bold';
    src: url('../fonts/Play-Bold.eot');
    src: local('../fonts/Play-Bold'),
    url('../fonts/Play-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Play-Bold.woff') format('woff'),
    url('../fonts/Play-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Play';
    src: url('../fonts/Play.eot');
    src: local('../fonts/Play'),
    url('../fonts/Play.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Play.woff') format('woff'),
    url('../fonts/Play.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
