/*
========================
======================== RESET
========================
*/

* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

object,
embed,
video,
iframe,
iframe['style'] {
    max-width: 100%;
    height: auto;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a img,
fieldset {
    border: none;
}

b,
strong {
    font-weight: bold;
}

a {
    text-decoration: none;
    cursor: pointer;
}

ul {
    list-style: none;
}

select,
button,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    appearance: none !important
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    box-shadow: 0 0 0 1000px white inset !important
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

input::-webkit-input-placeholder,
input::placeholder {
    color: #748A96;
    font-size: 1.6rem
}

textarea::-webkit-input-placeholder {
    color: #748A96 !important
}

textarea:-moz-placeholder {
    color: #748A96 !important
}

textarea::-moz-placeholder {
    color: #748A96 !important
}

textarea:-ms-input-placeholder {
    color: #748A96 !important
}

select {
    background-image: url('../../img/global/custom/arrow-down.svg');
    background-position: calc(100% - 20px) 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

button {
    background: transparent
}