html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {
  box-sizing:border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
* {
	-webkit-appearance: none;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
input, label, select, button, textarea {
    margin:0;
    border:0;
    padding:0;
    display:inline-block;
    vertical-align:middle;
    white-space:normal;
    line-height:1;
    box-sizing:border-box;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {    
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table, th, td {
    padding: 10px;
    border: 1px solid black;
}
input, textarea, select {
    width: 100%;
}
a {
    text-decoration: none;
    color: inherit;
}
*:focus {
    outline: 0;
}
button,
input[type="submit"] {
    cursor: pointer;
    border: none;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
tr,
img {
    page-break-inside: avoid;
}
article p {
    margin-bottom: 20px;
}
article ul,
article ol {
    line-height: 1.3;
    margin-bottom: 10px;
    list-style-position: inside;
}
article ul {
    list-style-type: disc;
}
article ol {
    list-style-type: decimal;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: ' ';
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.mobile_view {
    display: none;
}
.desktop_view {
    display: block;
}
input[type='checkbox'] {
    width:13px;
    height:13px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -o-appearance: checkbox;
    appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
    display: inline-block;
    width: auto;
}
input[type="checkbox"] {
}
img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.trans {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.fl-l {
    float: left;
}
.fl-r {
    float: right;
}
.sprite,
.before_icon:before,
.after_icon:after {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
}
.before_icon:before,
.after_icon:after {
    position: relative;
    display: inline-block;
    content: '';
}
.screen-reader-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.mobile_only {
    display: none;
}