

meta.foundation-mq-small {
    font-family: "/only screen and (max-width: 40em)/";
    width: 0rem
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40rem) and (max-width:64rem)/";
    width: 40rem
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64rem)/";
    width: 64rem
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90rem)/";
    width: 90rem
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120rem)/";
    width: 120rem
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html, body {
    font-size: 14px;
	font-family:Arial, Helvetica, sans-serif
}
a { text-decoration:none}
a:hover {
    cursor: pointer
}

img, object, embed {
    max-width: 100%;
    height: auto
}
 
 