* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    -ms-content-zooming: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

html {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

body {
    min-height: 100%;
    overflow: hidden;
}

.clearfix {
    clear: both;
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}

.plain.error-page-wrapper {
    font-family: agenda, sans-serif;
    padding: 0 5%;
    position: relative;
}

.plain.error-page-wrapper .content-container {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    max-width: 1024px;
    position: relative;
    left: -30px;
    opacity: 0;
}

.plain.error-page-wrapper .content-container.in {
    left: 0px;
    opacity: 1;
}

.plain.error-page-wrapper .head-line,
.plain.error-page-wrapper .subheader {
    font-size: 48px;
    line-height: 1.35em;
    transition: all .33s linear;
}

.plain.error-page-wrapper .head-line {
    font-family: goudy-old-style, serif;
    text-transform: uppercase;
    font-weight: 400;
}

.plain.error-page-wrapper .subheader {
    font-family: goudy-old-style, serif;
    font-weight: 400;
}

.plain.error-page-wrapper hr {
    height: 1px;
    background-color: rgba(255, 255, 255, .2);
    border: none;
    width: 250px;
    margin: 30px 0;
}

.plain.error-page-wrapper .context {
    transition: color .33s linear;
    font-size: 24px;
    line-height: 1.6em;
}

.plain.error-page-wrapper .context p {
    font-weight: 100;
    margin: 0;
}

.plain.error-page-wrapper .context p span {
    font-weight: 500;
    color: #FFD700;
}

.plain.error-page-wrapper .context a {
    text-decoration: none;
}

.plain.error-page-wrapper .context p:nth-child(n+2) {
    margin-top: 12px;
}

.plain.error-page-wrapper .buttons-container {
    margin-top: 45px;
    overflow: hidden;
}

.plain.error-page-wrapper .buttons-container a {
    transition: all .33s linear;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border: 2px solid white;
    border-radius: 99px;
    padding: 8px 30px 9px;
    display: inline-block;
    float: left;
}

.plain.error-page-wrapper .buttons-container a:hover {
    background-color: rgba(255, 255, 255, .05);
}

.plain.error-page-wrapper .buttons-container a:first-child {
    margin-right: 25px;
}

.background-color {
    background: #b09d60;
}

.primary-text-color {
    color: #fff !important;
}

.secondary-text-color {
    color: #fff !important;
}

.para-text-color {
    color: #fff !important;
}

.border-button {
    color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

.button {
    background-color: #FFFFFF !important;
}

/* Branding */

#logo {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 10;
    height: 96px;
    
}

#logo img {
    height: 100%;
}

@media screen and (max-width: 480px) {
    #logo {
        position: absolute;
        left: 5%;
        top: 20px;
        z-index: 10;
        height: 54px;
        
    }

    .plain.error-page-wrapper {
        padding: 0 6%;
    }

    .plain.error-page-wrapper .head-line,
    .plain.error-page-wrapper .subheader {
        font-size: 2rem;
        line-height: 2.4rem;
    }

    .plain.error-page-wrapper .context p {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .plain.error-page-wrapper hr {
        width: 48%;
        margin: 1em 0;
    }

    /* .background-color {
        background: rgb(0,96,172);
        background: linear-gradient(30deg, rgba(0,96,172,1) 0%, rgba(0,153,241,1) 100%);
    } */
}