@import "base.min.css";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300);

body,
html {
    height: 100%;
}

body,
body:after {
    background-color: #fff;
}

b,
label,
strong {
    color: #313f47;
}

.select-wrapper,
.select-wrapper:before,
article,
aside,
body:after,
details,
figcaption,
figure,
footer,
header,
hgroup,
label,
menu,
nav,
section {
    display: block;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

form,
form > .field,
ol,
p,
ul {
    margin: 0 0 1.5em;
}

body {
    -webkit-text-size-adjust: none;
    background-image: url(../../assets/img/longs_peak.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left, center center, bottom center;
    background-attachment: fixed, fixed, fixed;
}

*,
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body.is-loading *,
body.is-loading :after,
body.is-loading :before {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

body:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    opacity: 0;
    z-index: 1;
-moz-linear-gradient(60 deg, rgba(255, 165, 150, 0.5) 5 %, rgba(0, 228, 255, 0.35));
-webkit-linear-gradient(60 deg, rgba(255, 165, 150, 0.5) 5 %, rgba(0, 228, 255, 0.35));
-ms-linear-gradient(60 deg, rgba(255, 165, 150, 0.5) 5 %, rgba(0, 228, 255, 0.35));
linear-gradient(60 deg, rgba(255, 165, 150, 0.5) 5 %, rgba(0, 228, 255, 0.35));
    background-repeat: repeat, no-repeat;
    background-size: 100px 100px, cover;
    background-position: top left, center center;
    -moz-transition: opacity 1.75s ease-out;
    -webkit-transition: opacity 1.75s ease-out;
    -ms-transition: opacity 1.75s ease-out;
    transition: opacity 1.75s ease-out;
}

body.is-loading:after {
    opacity: 1;
}

body,
input,
select,
textarea {
    color: #414f57;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

@media screen and (max-width: 1680px) {
    body,
    input,
    select,
    textarea {
        font-size: 11pt;
    }
}

@media screen and (max-width: 480px) {
    body,
    html {
        min-width: 320px;
    }
}

a {
    -moz-transition: color 0.2s ease, border-color 0.2s ease;
    -webkit-transition: color 0.2s ease, border-color 0.2s ease;
    -ms-transition: color 0.2s ease, border-color 0.2s ease;
    transition: color 0.2s ease, border-color 0.2s ease;
}

a:before {
    -moz-transition: color 0.2s ease, text-shadow 0.2s ease;
    -webkit-transition: color 0.2s ease, text-shadow 0.2s ease;
    -ms-transition: color 0.2s ease, text-shadow 0.2s ease;
    transition: color 0.2s ease, text-shadow 0.2s ease;
}

a:hover {
    color: #FF612EBA;
    opacity: .75;
}

em,
i {
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #313f47;
    line-height: 1.5;
    margin: 0 0 1.75em;
}

h1 {
    font-size: 1.85em;
    letter-spacing: 0.22em;
    margin: 0 0 0.25em;
}

h2 {
    font-size: 1.5em;
    color: rgba(0, 0, 0, 0.35);
    margin: 0 0 0.28em;
    letter-spacing: 0.22em;
}

h3,
h4,
h5,
h6 {
    font-size: 1.0em;
    color: rgba(0, 0, 0, .35);
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 1.65em;
    }
}

sub,
sup {
    font-size: 0.8em;
    position: relative;
}

sub {
    top: 0.5em;
}

sup {
    top: -0.5em;
}

.icon:before,
input[type="checkbox"] + label:before,
input[type="radio"] + label:before,
ul.icons li a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-transform: none !important;
}

#main,
#main .avatar,
.icon,
ul.icons li a {
    position: relative;
}

#main .avatar:before,
#wrapper:before {
    content: "";
}

label:before,
ul.icons li a {
    border-radius: 100%;
}

::-webkit-input-placeholder {
    color: #616f77 !important;
}

:-moz-placeholder {
    color: #616f77 !important;
    opacity: 1;
}

::-moz-placeholder {
    color: #616f77 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #616f77 !important;
    opacity: 1;
}

.formerize-placeholder {
    color: #616f77 !important;
    opacity: 1;
}

.icon {
    text-decoration: none;
}

.icon > .label {
    display: none;
}

ol {
    list-style: decimal;
    padding-left: 1.25em;
}

ul {
    list-style: disc;
    padding-left: 1em;
}

ul.actions,
ul.alt,
ul.icons {
    list-style: none;
}

ul li {
    padding-left: 0.5em;
}

ul.alt {
    padding-left: 0;
}

ul.alt li {
    border-top: solid 1px #c8cccf;
    padding: 0.5em 0;
}

ul.alt li:first-child {
    border-top: 0;
    padding-top: 0;
}

ul.icons {
    cursor: default;
    padding-left: 0;
    margin-top: -0.675em;
}

ul.icons li {
    display: inline-block;
    padding: 0.675em 0.5em;
}

ul.icons li a {
    text-decoration: none;
    display: block;
    width: 3.75em;
    height: 3.75em;
    border: 1px solid #c8cccf;
    line-height: 3.75em;
    overflow: hidden;
    text-align: center;
    text-indent: 3.75em;
    white-space: nowrap;
}

ul.icons li a:before {
    color: #fff;
    text-shadow: 1.25px 0 0 #c8cccf, -1.25px 0 0 #c8cccf, 0 1.25px 0 #c8cccf,
    0 -1.25px 0 #c8cccf;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    font-size: 1.85rem;
    line-height: inherit;
    text-align: center;
    text-indent: 0;
}

ul.icons li a:hover:before {
    text-shadow: 1.25px 0 0 #db8e4e, -1.25px 0 0 #db8e4e, 0 1.25px 0 #db8e4e,
    0 -1.25px 0 #FF612EBA;
}

ul.icons li a:hover {
    border-color: #FF612EBA;
}

@media screen and (max-width: 480px) {
    ul.icons li a:before {
        font-size: 1.5rem;
    }
}

ul.actions {
    cursor: default;
    padding-left: 0;
}

ul.actions li {
    display: inline-block;
    padding: 0 0.75em 0 0;
    vertical-align: middle;
}

ul.actions li:last-child {
    padding-right: 0;
}

dl {
    margin: 0 0 1.5em;
}

dl dt {
    display: block;
    margin: 0 0 0.75em;
}

dl dd {
    margin-left: 1.5em;
}

.button,
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    color 0.2s ease-in-out;
    display: inline-block;
    height: 2.75em;
    line-height: 2.75em;
    padding: 0 1.5em;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #c8cccf;
    color: #414f57 !important;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

#footer,
#main {
    cursor: default;
    text-align: center;
}

.button:hover,
button:hover {
    border-color: #ff7496;
    color: #ff7496 !important;
}

.button.icon,
button.icon {
    padding-left: 1.35em;
}

.button.icon:before,
button.icon:before {
    margin-right: 0.5em;
}

.button.fit,
button.fit {
    display: block;
    width: 100%;
    margin: 0 0 0.75em;
}

.button.small,
button.small {
    font-size: 0.8em;
}

.button.big,
button.big {
    font-size: 1.35em;
}

.button.disabled,
.button:disabled,
button.disabled,
button:disabled {
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    opacity: 0.5;
}

#main {
    max-width: 100%;
    min-width: 27em;
    padding: 4.5em 3em 3em;
    background: #fff;
    border-radius: 4px;
    opacity: 0.95;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    -moz-transition: opacity 1s ease, -moz-transform 1s ease;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    -ms-transition: opacity 1s ease, -ms-transform 1s ease;
    transition: opacity 1s ease, transform 1s ease;
}

#main .avatar {
    display: block;
    margin-bottom: 1.5em;
}

#main .avatar img {
    display: block;
    margin: 0 auto;
    border-radius: 100%;
    box-shadow: 0 0 0 1.5em #fff;
}

#main .avatar:before {
    display: block;
    position: absolute;
    top: 50%;
    left: -3em;
    width: calc(100% + 6em);
    height: 1px;
    z-index: -1;
    background: #c8cccf;
}

@media screen and (max-width: 480px) {
    #main {
        min-width: 0;
        width: 100%;
        padding: 4em 2em 2.5em;
    }

    #main .avatar:before {
        left: -2em;
        width: calc(100% + 4em);
    }
}

body.is-loading #main {
    opacity: 0;
    -moz-transform: rotateX(15deg);
    -webkit-transform: rotateX(15deg);
    -ms-transform: rotateX(15deg);
    transform: rotateX(15deg);
}

#footer {
    -moz-align-self: -moz-flex-end;
    -webkit-align-self: -webkit-flex-end;
    -ms-align-self: -ms-flex-end;
    align-self: flex-end;
    width: 100%;
    padding: 1.5em 0 0;
    color: rgba(255, 255, 255, 0.75);
}

#footer .copyright {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    list-style: none;
}

#footer .copyright li {
    display: inline-block;
    margin: 0 0 0 0.45em;
    padding: 0 0 0 0.85em;
    border-left: solid 1px rgba(255, 255, 255, 0.5);
    line-height: 1;
}

#footer .copyright li:first-child {
    border-left: 0;
}

#wrapper {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    position: relative;
    min-height: 100%;
    padding: 1.5em;
    z-index: 2;
}

#wrapper > * {
    z-index: 1;
}

#wrapper:before {
    display: block;
}

@media screen and (max-width: 360px) {
    #wrapper {
        padding: 0.75em;
    }
}

body.is-ie #wrapper {
    height: 100%;
}

.site-navigation {
    font-size: 2.43vh;
}