@font-face {
    font-family: 'Magorian Regular';
    src: url("Magorian-web.eot");
    src: url("Magorian-web.eot?#iefix") format("embedded-opentype"), url("Magorian-web.woff2") format("woff2"), url("Magorian-web.woff") format("woff"), url("Magorian-web.ttf") format("truetype"), url("Magorian-web.svg#magorianregular") format("svg");
}

@font-face {
    font-family: 'Roboto Regular';
    src: url("roboto-regular.eot");
    src: url("roboto-regular.eot?#iefix") format("embedded-opentype"), url("roboto-regular.woff2") format("woff2"), url("roboto-regular.woff") format("woff"), url("roboto-regular.ttf") format("truetype"), url("roboto-regular.svg#robotoregular") format("svg");
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Magorian Regular", Georgia, Times, "Times New Roman", serif;
    background-color: #333;
    color: rgb(51, 51, 51);
    padding: 0;
    margin: 0;
}

a {
    color: #003e51;
    text-decoration: underline;
    cursor: pointer;
}

span.no-wrap {
    white-space: nowrap;
}

.button {
    font: 12px/18px "Roboto Regular", Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 30px;
    background-color: #095d67;
    color: white;
    transition: 0.3s;
    border: 0;
}

.button:hover {
    text-decoration: none;
    background-color: #053237;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    margin: 0;
    font-size: 60px;
}

small {
    font: 12px/18px "Roboto Regular", Arial, sans-serif;
}

hr {
    margin: 30px 0;
    border-width: 0;
    position: relative;
    height: 1px;
    width: 100%;
    background-color: rgb(51, 51, 51);
    overflow: visible;
    text-align: center;
}

hr::after {
    margin: 0 auto;
    font-family: icomoon, serif !important;
    font-size: 49px;
    content: "\e60a";
    background-color: white;
    color: rgb(51, 51, 51);
    text-align: center;
    position: relative;
    top: -25px;
}

label {
    margin-bottom: 5px;
    display: block;
    font: 12px/20px "Roboto Regular", Arial, sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: left;
}

input {
    padding: 6px 10px;
    font: 20px/24px "Magorian Regular", Georgia, Times, "Times New Roman", serif;
    display: block;
    width: 100%;
    background: #FFF;
    border: 1px solid #aaa;
    color: #333;
    border-radius: 0;
}

.bko input {
    font: 14px/24px 'Roboto Regular', 'Arial', sans-serif;
}

header,
footer {
    font: 12px/18px "Roboto Regular", Arial, sans-serif;
    color: white;
}

header {
    background-color: #002b39;
}

header .mobile {
    font-size: 49px;
    line-height: 65px;
    text-align: center;
    position: relative;
}

header .not-mobile {
    display: none;
}

body.burger-menu-active {
    overflow-y: hidden;
}

header #burger-open {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 55px;
    font-size: 0;
    padding: 18px 12px;
    cursor: pointer;
}

header #burger-open span {
    left: 12px;
    right: 12px;
    top: 32px;
    bottom: 32px;
}

header #burger-open span,
header #burger-open span::before,
header #burger-open span::after {
    position: absolute;
    height: 2px;
    width: 30px;
    border-radius: 1px;
    background-color: #fff;
}

header #burger-open span::before {
    content: ' ';
    top: -8px;
    left: 0;
}

header #burger-open span::after {
    content: ' ';
    bottom: -8px;
    left: 0;
}

#burger-close {
    display: none;
}
.burger-menu-active #burger-close {
    display: inline;
    cursor: pointer;
}

header .mobile a,
header .mobile a:hover {
    color: white;
    text-decoration: none;
}

header nav {
    background: url(../images/metal-bg-1200px.jpg) top center repeat-y;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -100%;
    width: 100%;
    bottom: 0;
    transition: left 0.5s ease-in-out;
}

.burger-menu-active nav {
    left: 0;
    right: 0;
}

header .icon {
    font-size: 25px;
    margin-left: 10px;
}

header .menu li .icon,
header .menu li .icon:hover,
header .logo,
header .logo:hover {
    text-decoration: none;
    margin-left: 10px;
}

header .menu {
    display: block;
    height: 50px;
    text-align: right;
}

header .upper.menu {
    position: relative;
    height: 65px;
    border-bottom: 1px solid rgb(48, 76, 83);
}

header .upper.menu li {
    padding: 0;
}

header .lower.menu {
    position: absolute;
    top: 65px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    height: auto;
}

header .lower.menu li {
    display: block;
    text-align: left;
    border-color: transparent;
    position: relative;
    left: -5em;
    top: -2em;
    opacity: 0;
    transition-duration: 350ms;
    transition-timing-function: ease-out;
}

.burger-menu-active header .lower.menu li {
    left: 0;
    top: 0;
    opacity: 1;
}

header .lower.menu li a {
    line-height: 40px;
    letter-spacing: 3px;
}

header .menu.underline li {
    padding: 5px 3px;
}

header .menu li .icon {
    position: relative;
    top: 7px;
}

footer {
    text-align: center;
    padding: 20px 0 70px;
}

footer .icon {
    font-size: 57px;
    margin: 20px auto;
    width: 75px;
    height: 75px;
}

footer .social-share {
    border-color: #4f4f4f;
    border-style: solid;
    border-width: 1px 0 1px 0;
    margin: 36px 0 50px 0;
}

footer .legend {
    font: 10px/18px "Roboto Regular", Arial, sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    background-color: #333;
    padding: 0 8px;
    display: block;
    margin: -10px auto -8px auto;
    width: 10em;
}

footer .social-share .icon {
    border-radius: 35px;
    background-color: rgba(0, 0, 0, 0.2);
    width: 35px;
    height: 35px;
    font-size: 19px;
    display: inline-block;
}

footer .social-share .icon:hover {
    background-color: rgba(0, 0, 0, 0.4);
    transition: .1s;
    text-decoration: none;
}

footer .site-links.menu li {
    display: block;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 3px;
    padding: 5px 8px;
}

footer .site-links.menu li a {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2px;
}

footer nav.content {
    max-width: 286px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table td,
table th {
    border: 1px solid #333;
    padding: 5px;
}

.page {
    background-color: #e8e8e4;
    padding-bottom: 22px;
}

article .content {
    background-color: white;
}

.legal-text {
    color: #d3d3d3;
    padding: 0 2em;
}

h1.menu.username {
    word-break: break-all;
    margin: 0 20px 0 20px;
}

p.menu.username {
    word-break: break-all;
    margin: 0 20px 0 20px;
    font-size: 36px;
    line-height: 36px;
}

.menu ul {
    margin: 0 10px;
    padding: 0;
    font: 12px/18px "Roboto Regular", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

div.site-links ul {
    margin: 0 0 0 0;
}

.menu li {
    display: inline;
    padding: 7px;
    letter-spacing: 1px;
    vertical-align: middle;
}

.menu li.main-site-logo {
    display: none;
}

.menu.underline li {
    border: 2px solid rgba(0, 0, 0, 0);
    transition: border .35s;
    padding: 5px;
}

.menu.underline li.active,
.menu.underline li:hover {
    border-bottom-color: white;
}

.menu li a {
    text-transform: uppercase;
    color: white;
    text-decoration: none;
}

.banner {
    padding: 30px 0 162px 0;
    margin-bottom: -140px;
    text-align: center;
    color: white;
    background-color: #003e51;
}

.banner p {
    font-size: 24px;
    line-height: 32px;
    margin: 30px 0 10px 0;
    padding: 0 22px;
}

.banner .menu {
    margin: 30px 0 10px 0;
}

.banner .menu li {
    display: block;
    margin: 5px 0;
}

.banner .menu li a {
    font-size: 12px;
    letter-spacing: 2px;
    color: white;
}

.banner .menu li:hover,
.banner .menu li.active
{
    border-bottom-color: transparent;
}

.banner .menu li.active {
    background-color: white;
    margin: 0 auto;
}

.banner .menu li.active a {
    color: #444;
}

.banner h1 {
    font-size: 48px;
}

.content {
    margin-left: auto;
    margin-right: auto;
}

.uppercase,
.subtitle {
    text-transform: uppercase;
}

.roboto,
.subtitle {
    font-family: "Roboto Regular", Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 3px;
}

.subtitle {
    margin-top: -20px;
    margin-bottom: 30px;
}

.info, .error, .warning {
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

.info .button, .error .button, .warning .button {
    border: 1px solid white;
}

.info {
    font: 20px/24px "Magorian Regular", Arial, sans-serif;
    background-color: white;
    color: rgb(51, 51, 51);
}

.error {
    font: 12px/18px "Roboto Regular", Arial, sans-serif;
    background-color: rgb(202, 4, 4);
    color: white;
}

.warning {
    font: 12px/18px "Roboto Regular", Arial, sans-serif;
    background-color: rgb(202, 100, 4);
    color: white;
}

.hide {
    display: none;
}

.left {
    position: absolute;
    left: 0;
}

#cookie-disclaimer {
    display: none;
    background-color: rgba(50, 50, 50, .8);
    border-top: 1px solid #4f4f4f;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0;
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 9;
}

#cookie-disclaimer a {
    color: white;
}

#cookie-disclaimer button {
    background-color: green;
    color: #fff;
    border: 2px solid #fff;
    padding: 5px 10px;
    line-height: 100%;
    font-weight: 700;
}

.spinner {
    display: inline-block;
    margin-left: 10px;
}

.spinner::before {
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top-color: white;
    border-radius: 50%;
    animation: spinner 1s cubic-bezier(0, 0.15, 1, 0.85) infinite;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.stagger > :nth-child(10n+1) {transition-delay: 300ms;}
.stagger > :nth-child(10n+2) {transition-delay: 350ms;}
.stagger > :nth-child(10n+3) {transition-delay: 400ms;}
.stagger > :nth-child(10n+4) {transition-delay: 450ms;}
.stagger > :nth-child(10n+5) {transition-delay: 500ms;}
.stagger > :nth-child(10n+6) {transition-delay: 550ms}
.stagger > :nth-child(10n+7) {transition-delay: 600ms;}
.stagger > :nth-child(10n+8) {transition-delay: 650ms;}
.stagger > :nth-child(10n+9) {transition-delay: 700ms;}
.stagger > :nth-child(10n+10) {transition-delay: 750ms;}

ul.stagger {
    margin-right: 10px;
}

.book-gift {
    width: 100%;
    display: block;
    text-align: center;
}

.book-gift .message {
    background: url(../images/gift/gift-message-back.jpg) 100% 0;
    min-width: 300px;
    height: 152px;
    white-space: pre-wrap;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    font-family: "Magorian Regular", Georgia, Times, "Times New Roman", serif;
    font-size: 20px;
    display: inline-block;
    width:300px;
    padding: 20px;
}

.message-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height:100%;
    width:100%;
}

div.message {
    margin: 30px 0 0 0;
}

.line-item--container {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0.5em;
}

.content .email-verification {
    margin-bottom: 20px;
    background-color: rgba(0,0,0,.25);
    font-family: "Roboto Regular", Arial, sans, serif;
    letter-spacing: 2.5px;
    font-size: 14px;
    font-feature-settings: "kern";
    font-stretch: 100%;
    font-weight: 400;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    color: white;
}

.email-verification-container {
    padding: 0 0 0 10px;
    display: flex;
}

.email-verification-container p{
    flex: 1;
}

.email-verification .button {
    letter-spacing: 2.5px;
    font:inherit;
    border: 1px solid white;
    padding: 10px;
}

.button:hover.disabled {
    background-color: inherit;
    color: unset;
}

@media (max-width: 1449px) {
    .email-verification-container {
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .email-verification .button {
        font-size: 12px;
        letter-spacing: 1.5px;
    }
}

@media (max-width: 767px) {
    .email-verification-container {
        padding: 0 10px 10px 10px;
        flex-direction: column;
        text-align: center;
        color: #003e51;
        background-color: white;
    }

    .email-verification .button {
        border: 1px solid #003e51;
        background-color: white;
        color: #003e51;
    }

    .email-verification .button:hover {
        border: 1px solid #003e51;
        background-color: #003e51;
        color: white;
    }

    .email-verification .button:hover.disabled {
        border: 1px solid #003e51;
        background-color: white;
        color: #003e51;
    }

}
