* {
    box-sizing: border-box;
    margin: 0
}

*,
:after,
:before {
    box-sizing: inherit
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {}

footer,
header,
menu {
    display: block
}

[hidden],
template {
    display: none
}


a:active,
a:hover {
    outline-width: 0
}

small {
    font-size: 80%
}

button {
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=checkbox],
[type=radio] {
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

body,
html {
    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
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

.serif {
    font-family: serif
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    margin: 10px 0
}

.bar,
h1,
button {
    font-family: "Montserrat", sans-serif
}

a {
    color: inherit
}

.button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.button:disabled {
    cursor: not-allowed;
    opacity: .3
}

:disabled * {
    pointer-events: none
}

.bar {
    width: 100%;
    overflow: hidden
}

.center .bar {
    display: inline-block;
    width: auto
}

.bar .bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0
}

.bar .button {
    white-space: normal
}

.bar-block .bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0
}

.bar-block.center .bar-item {
    text-align: center
}

.block {
    display: block;
    width: 100%
}

.bar:after,
.bar:before,
.container:after,
.container:before,
.row-padding:after,
.row-padding:before,
.row:after,
.row:before {
    content: "";
    display: table;
    clear: both
}

.third,
.twothird {
    float: left;
    width: 100%
}

@media (min-width:601px) {
    .third {
        width: 33.33333%
    }

    .twothird {
        width: 66.66666%
    }
}

.content {
    margin-left: auto;
    margin-right: auto
}

.content {
    max-width: 980px
}

.hide {
    display: none !important
}

.show,
.show-block {
    display: block !important
}

@media (max-width:600px) {
    .hide-small {
        display: none !important
    }
}

@media (min-width:993px) {
    .hide-large {
        display: none !important
    }
}

@media (max-width:992px) and (min-width:601px) {
    .hide-medium {
        display: none !important
    }
}

.top {
    position: fixed;
    width: 100%;
    z-index: 1
}

.top {
    top: 0
}

.row-padding,
.row-padding>.third,
.row-padding>.twothird {
    padding: 0 8px
}

.container {
    padding: .01em 16px
}

.card,
.card-2 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.card-4 {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .19)
}

.hover-opacity:hover,
.opacity {
    opacity: .6
}

.opacity-min {
    opacity: .75
}

.small {
    font-size: 12px !important
}

.medium {
    font-size: 15px !important
}

.large {
    font-size: 18px !important
}

.xlarge {
    font-size: 24px !important
}

.jumbo {
    font-size: 64px !important
}

.left-align {
    text-align: left !important
}

.right-align {
    text-align: right !important
}

.center {
    text-align: center !important
}

.margin {
    margin: 16px !important
}

.margin-top {
    margin-top: 16px !important
}

.margin-left {
    margin-left: 16px !important
}

.margin-right {
    margin-right: 16px !important
}

.padding-small {
    padding: 4px 8px !important
}

.padding {
    padding: 8px 16px !important
}

.padding-large {
    padding: 12px 24px !important
}

.padding-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.padding-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.padding-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important
}

.padding-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.button:hover {
    color: #000 !important;
    background-color: #ccc !important
}

.hover-red:hover,
.red {
    color: #fff !important;
    background-color: #f44336 !important
}

.hover-white:hover,
.white {
    color: #000 !important;
    background-color: #fff !important
}

.black,
.hover-black:hover {
    color: #fff !important;
    background-color: #000 !important
}

.grey,
.hover-grey:hover {
    color: #000 !important;
    background-color: #9e9e9e !important
}

.hover-light-grey:hover,
.light-grey {
    color: #000 !important;
    background-color: #f1f1f1 !important
}

.hover-text-red:hover,
.text-red {
    color: #f44336 !important
}

.hover-text-white:hover,
.text-white {
    color: #fff !important
}

.hover-text-black:hover,
.text-black {
    color: #000 !important
}

.hover-text-grey:hover,
.text-grey {
    color: #757575 !important
}

.hover-text-light-grey:hover,
.text-light-grey {
    color: #f1f1f1 !important
}