/**
 * Created by FindCanary, LLC.
 * Project: McKay
 */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''),
    url('../fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/Roboto/Roboto-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local(''),
    url('../fonts/Roboto/Roboto-Black.woff2') format('woff2'),
    url('../fonts/Roboto/Roboto-Black.woff') format('woff');
}

@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local(''),
    url('../fonts/Figtree/Figtree-Black.woff2') format('woff2'),
    url('../fonts/Figtree/Figtree-Black.woff') format('woff');
}

* {
    box-sizing: border-box;
}

body {
    color: #252525;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-align: center;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: auto;
    background: #F0F0F0;
    padding: 40px 30px 60px;
}

.img {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 341px;
    height: 341px;
    margin: 40px auto 50px;
    border-radius: 999px;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

img {
    border: 0
}

a {
    color: #5F7F24;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

h1,
.h1 {
    font-family: 'Figtree', Arial, Helvetica, sans-serif;
    font-size: 70px;
    line-height: 74px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 10px;
}

h2 {
    font-family: 'Figtree', Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 34px;
    font-weight: 800;
    margin: 0 0 10px
}

input[type=text], textarea {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    width: 100%;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.42857143;
    background-clip: padding-box;
    vertical-align: baseline
}

input[type=text] {
    height: 32px;
    padding: 0 9px
}

textarea {
    height: auto;
    padding: 10px;
    resize: vertical
}

input[type=text]:focus, textarea:focus {
    box-shadow: 0 0 3px 1px #68a8e0
}

button,
.button {
    background: #252525;
    border: none;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    display: -webkit-inline-flex;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    padding: 16px 44px;
    text-decoration: none;
    text-align: center
}

button:hover,
.button:hover {
    background: #636363;
}

p {
    margin: 0 auto 30px;
    max-width: 800px;
}

ol, ul {
    list-style: none
}

.trace {
    background: #f1f1f1;
    min-height: 250px;
    overflow: auto;
    width: 100%
}

.message {
    border: 1px solid;
    background-position: 10px 11px;
    background-repeat: no-repeat;
    margin: 20px 0;
    padding: 10px 20px 10px 35px
}

.error {
    border-color: #b30000;
    background-color: #fae5e5;
    background-image: url(../images/i_msg-error.gif);
    color: #b30000
}

.success {
    border-color: #006400;
    background-color: #e5efe5;
    background-image: url(../images/i_msg-success.gif);
    color: #006400
}

.info {
    border-color: #6f4400;
    background-color: #fdf0d5;
    background-image: url(../images/i_msg-note.gif);
    color: #6f4400
}

.fieldset {
    border: 0;
    margin: 0 0 20px;
    padding: 0
}

.fieldset .legend {
    box-sizing: border-box;
    float: left;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 25px;
    padding: 0
}

.fieldset .legend + br {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.fieldset:last-child {
    margin-bottom: 0
}

.fieldset:after {
    content: attr(data-hasrequired);
    color: #e02b27;
    display: block;
    font-size: 12px;
    letter-spacing: normal;
    margin: 10px 0 0;
    word-spacing: normal
}

.field {
    margin: 0 0 20px
}

.label {
    font-weight: 700
}

.label:after {
    content: "*";
    font-size: 12px;
    color: #e02b27;
    margin: 0 0 0 5px
}
