html {
    box-sizing:border-box
}

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

html {
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}

body {
    margin:0
}

a {
    background-color:transparent
}

a:active,a:hover {
    outline-width:0
}

b,strong {
    font-weight:bolder
}

button,input,select,textarea,optgroup {
    font:inherit;
    margin:0
}

button,input {
    overflow:visible
}

button,select {
    text-transform:none
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance:button
}

html,body {
    font-family:Verdana,sans-serif;
    font-size:15px;
    line-height:1.5
}

html {
    overflow-x:hidden
}

h1 {
    font-size:36px
}

h2 {
    font-size:30px
}

h3 {
    font-size:24px
}

h1,h2,h3,h4,h5,h6 {
    font-family:"Segoe UI",Arial,sans-serif;
    font-weight:400;
    margin:10px 0
}

img {
    vertical-align:middle
}

a {
    color:inherit
}

.w3-container:after,.w3-container:before {
    content:"";
    display:table;
    clear:both
}

.w3-container,.w3-panel {
    padding:0.01em 16px
}
