
@font-face {
    font-family: 'Post Grotesk';
    src: url('../../common/fonts/PostGrotesk-Book.eot');
    src: url('../../common/fonts/PostGrotesk-Book.eot?#iefix') format('embedded-opentype'),
        url('../../common/fonts/PostGrotesk-Book.woff') format('woff'),
        url('../../common/fonts/PostGrotesk-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Post Grotesk';
    src: url('../../common/fonts/PostGrotesk-Medium.eot');
    src: url('../../common/fonts/PostGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
        url('../../common/fonts/PostGrotesk-Medium.woff') format('woff'),
        url('../../common/fonts/PostGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Nanami';
    src: url('../../common/fonts/Nanami-Light.eot');
    src: url('../../common/fonts/Nanami-Light.eot?#iefix') format('embedded-opentype'),
        url('../../common/fonts/Nanami-Light.woff') format('woff'),
        url('../../common/fonts/Nanami-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Nanami';
    src: url('../../common/fonts/Nanami-Book.eot');
    src: url('../../common/fonts/Nanami-Book.eot?#iefix') format('embedded-opentype'),
        url('../../common/fonts/Nanami-Book.woff') format('woff'),
        url('../../common/fonts/Nanami-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Nanami';
    src: url('../../common/fonts/Nanami-Bold.eot');
    src: url('../../common/fonts/Nanami-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../common/fonts/Nanami-Bold.woff') format('woff'),
        url('../../common/fonts/Nanami-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Nanami';
    src: url('../../common/fonts/Nanami.eot');
    src: url('../../common/fonts/Nanami.eot?#iefix') format('embedded-opentype'),
        url('../../common/fonts/Nanami.woff') format('woff'),
        url('../../common/fonts/Nanami.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


html,
body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}
html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    position: relative;
    color: #000;
    background-color: #eee;
    font-weight: 400;
    /*text-transform: uppercase;*/
    font-family: 'Post Grotesk', sans-serif;
    min-height: 100%;
    background-image: url('../images/splash_bg.jpg');
    background-size: cover;
    background-position: center;
}
body:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    opacity: 0.9;
    background: #21d083;
    background: -moz-linear-gradient(left, #21d083 0%, #16c99c 100%);
    background: -webkit-linear-gradient(left, #21d083 0%,#16c99c 100%);
    background: linear-gradient(to right, #21d083 0%,#16c99c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21d083', endColorstr='#16c99c',GradientType=1 );
}

a,
a:visited {
    color: #21d083;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
a:hover {
    text-decoration: none;
}

img {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    -webkit-transform: translateZ(0);
}

.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}

p {
    color: #000;
    font-size: 1.1em;
    line-height: 1.44em;
    margin-bottom: 20px;
    font-weight: 400;
    /* text-align: center; */
}
strong {
    font-weight: 700;
    color: #000;
    letter-spacing: .8px;
}
p:last-child {
    margin-bottom: 0;
}

.hidden {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-weight: 400;
    /*text-transform: uppercase;*/
    margin-bottom: 20px;
    line-height: 1.14em;
    letter-spacing: .6px;
    /*text-align: center;*/
    letter-spacing: .7px;
    font-family: 'Nanami';
}

h1 {
    font-size: 2.5em;
    margin-bottom: 30px;
    color: #fff;
}
h2 {
    font-size: 2.4em;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
h3 {
    font-size: 1.5em;
    font-weight: 400;
}
h4 {
    font-size: 1.3em;
    font-weight: 400;
}

/*p+h1, p+h2, p+h3, p+h4, p+h5, p+h6,
table+h1, table+h2, table+h3, table+h4, table+h5, table+h6 {
    margin-top: 25px;
}*/
.btn,
a.btn,
button.btn,
button,
input[type="button"],
input[type="submit"] {
    max-width: 100%;
    padding: 0px 25px;
    height: 40px;
    line-height: 40px;
    background: #21d083;
    color: #fff;
    /*text-transform: uppercase;*/
    font-size: 16px;
    border: none;
    /*font-size: 1.1em;*/
    font-weight: 500;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    letter-spacing: 0.6px;
    border-radius: 3px;
    -webkit-appearance: none;
    position: relative;
}
.btn:hover,
a.btn:hover,
button.btn:hover,
input[type="submit"]:hover {
    background-color: #16c99c;
}

.btn.ghost,
a.btn.ghost,
button.btn.ghost,
input[type="submit"].ghost {
    background: none;
    border-radius: 3px;
    border: 1px solid #fff;
    color: #fff;
}
.btn.ghost:hover,
a.btn.ghost:hover,
button.btn.ghost:hover,
input[type="submit"].ghost:hover {
    background-color: #fff;
    color: #2590ba;
}

.btn.white,
a.btn.white,
button.btn.white,
input[type="submit"].white {
    background: #fff;
    color: #666;
}
.btn.white:hover,
a.btn.white:hover,
button.btn.white:hover,
input[type="submit"].white:hover {
    background-color: #EFEFEF;
}

.btn.grey,
a.btn.grey,
button.btn.grey,
input[type="submit"].grey {
    background: #58504e;
    color: #fff;
}
.btn.grey:hover,
a.btn.grey:hover,
button.btn.grey:hover,
input[type="submit"].grey:hover {
    background-color: #B6B6B6;
}

.outerwrapper {
    overflow: hidden;
    position: relative;
    flex: 1;
}
.mfp-wrap+.outerwrapper,
.outerwrapper.blur {
    filter: url(blur.svg#blur);
    -webkit-filter: blur(6px);
    filter: blur(6px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='6');
}

.white-popup-block {
    background: #FFF;
    padding: 38px 40px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
    border-radius: 2px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    /*margin-bottom: 35px;*/
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="file"],
input[type="date"],
select,
textarea {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    margin-bottom: 20px;
    background: #f3f2f2;
    color: #555;
    text-transform: none;
    -moz-transition: all linear .2s;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="file"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus {
    background: #f7f7f7;
    /*border-bottom: 2px solid #21d083*/
}
input[type="file"] {
    height: 37px;
    margin-top: 20px;
    line-height: 1em;
}
textarea {
    height: 94px;
    line-height: 1.5em;
    padding: 15px;
    width: 100% !important;
}
::-webkit-input-placeholder {
    color: rgba(0,0,0,.2);
    font-style: italic;
}
:-moz-placeholder {
    color: rgba(0,0,0,.2);
    font-style: italic;
}
::-moz-placeholder {
    color: rgba(0,0,0,.2);
    font-style: italic;
}
:-ms-input-placeholder {
    color: rgba(0,0,0,.2);
    font-style: italic;
}

label {
    display: block;
    margin-bottom: 30px;
    font-size: .9em;
    color: #777;
    font-weight: 400;
}
label.checkbox {
    margin-bottom: 13px;
}
label.error,
.input.error {
    color: #D04A4A;
}
label.error select,
.input.error select,
label.error textarea,
.input.error textarea,
label.error input,
label.error:before,
.input.error input {
    border: 1px solid #D04A4A;
}

label.error .errormsg,
.input.error .errormsg {
    margin-top: -15px;
    display: block;
    font-size: .9em;
    text-align: right;
}

label select,
label textarea,
label input {
    margin-top: 7px;
}
label .value {
    display: block;
    width: 100%;
    min-height: 35px;
    line-height: 1.34em;
    margin-top: 7px;
    color: #888;
}


/* Container used for styling the custom select, the buttom class below adds the
 * bg gradient, corners, etc. */
.custom-select {
    position: relative;
    display: block;
    background: #4f5a67;
}

/* This is the native select, we're making everything but the text invisible so
 * we can see the button styles in the wrapper */
.custom-select select {
    width: 100%;
    margin: 0;
    outline: none;
    padding: 0 14px;

    /* Prefixed box-sizing rules necessary for older browsers */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    /* Font size must be 16px to prevent iOS page zoom on focus */
    font-size: 16px;
}


/* Custom arrow sits on top of the select - could be an image, SVG, icon font,
 * etc. or the arrow could just baked into the bg image on the select. */
.custom-select::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 1em;
    z-index: 2;
    /* These hacks make the select behind the arrow clickable in some browsers */
    pointer-events: none;
    display: none;
    width: 0;
    height: 0;
    border-left: 4px solid #0000;
    border-right: 4px solid #0000;
    border-top: 7px solid #fff;
    margin-top: -3px;
}

@supports ( -webkit-appearance: none ) or ( appearance: none )
    /* Firefox <= 34 has a false positive on @supports( -moz-appearance: none )
     * @supports ( mask-type: alpha ) is Firefox 35+
     */
    or ( ( -moz-appearance: none ) and ( mask-type: alpha ) ) {

    /* Show custom arrow */
    .custom-select::after {
        display: block;
    }

    /* Remove select styling */
    .custom-select select {
        padding-right: 2em; /* Match-01 */
        /* inside @supports so that iOS <= 8 display the native arrow */
        background: none; /* Match-04 */
        /* inside @supports so that Android <= 4.3 display the native arrow */
        /*border: 1px solid #e2e2e2; /* Match-05 */*/

        -moz-appearance: none;
        appearance: none;
        -webkit-appearance: none;
    }
    .custom-select select:focus {
        border-color: #aaa; /* Match-03 */
    }
}

.alert {
    color: #fff;
}
.alert.alert-warning {
    background-color: #d4ab14;
}
.alert.alert-danger {
    background-color: #c12c2c;
}
.alert.alert-success {
    background-color: #21d083;
}
.alert .wrapper {
    padding: 14px 0;
    position: relative;
}
.alert button.close {
    position: absolute;
    top: 4px;
    right: 0;
    background: none;
    color: #fff;
    font-size: 1.5em;
}

p.error {
    color: #D04A4A;
}
p.success {
    color: #3FB824;
}

.slicknav_menu {
    /*display: none;*/
    position: relative;
}

table {
    border-collapse: collapse;
    border: 1px solid #eee;
    width: 100%;
    margin-bottom: 20px;
}
table thead th,
table thead td {
    padding: 15px 10px;
    background-color: #f8f8f8;
}
table tbody td,
table tfoot td {
    padding: 15px 10px;
    font-weight: 300;
    vertical-align: middle;
}
table tfoot {
    margin-top: 10px;
}
table tfoot td {
    padding: 8px 10px;
}
table tbody tr:nth-child(even) {
    background: #fbfbfb;
}
table tbody tr:nth-child(odd) {
    background: #FFF;
}

.empty {
    font-size: 1.5em;
    color: #C8C8C8;
    text-align: center;
    padding: 100px 170px 70px 170px;
    line-height: 1.34em;
}

.mfp-hide {
    display: none;
}
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 850px;
    margin: 20px auto;
    text-align: center;
}

.wrapper {
    width: 600px;
    max-width: 90%;
    margin: 0 auto;
}

/***************************************************************************/

body:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(31, 44, 57, 0.3);
    z-index: 3;
}

a.logo {
    position: relative;
    z-index: 5;
    color: #fff;
    font-size: 3em;
    display: block;
    text-align: center;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 50px;
    font-family: 'Nanami';
    height: 80px;
}
a.logo img {
    height: 100%;
}

section.form {
    position: relative;
    z-index: 5;
    background-color: #fff;
    padding: 10px 10px 15px;
    margin-top: 30px;
    text-align: center;
}
section.form p {
    color: #828282;
    font-size: 1.1em;
    line-height: 1.44em;
    margin-bottom: 20px;
    font-weight: 300;
}
section.form label.inputicon:after {
    clear: both;
    display: table;
    content: '';
}
section.form label.inputicon input,
section.form label.inputicon .custom-select {
    width: calc(100% - 50px);
    float: right;
    margin: 0;
}
section.form label.inputicon .custom-select select {
    margin: 0;
}
section.form label.inputicon .icon {
    width: 50px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    color: #b9b9b9;
    font-size: 1.4em;
    display: inline-block;
    float: left;
    background-color: #f3f2f2;
    -moz-transition: all linear .2s;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    position: relative;
}

section.form label.inputicon .icon:before {
    top: 7px;
    bottom: 7px;
    display: block;
    right: 0;
    width: 1px;
    background-color: #e8e8e8;
    content: '';
    position: absolute;
}
section.form label.inputicon input:focus+.icon,
section.form label.inputicon .custom-select:focus+.icon {
    background: #f7f7f7;
    /*border-bottom: 2px solid #21d083*/
}
section.form p.small {
    font-size: .95em;
    margin-bottom: 0;
}
section.form .btn {
    background-color: #1f2c39;
}
section.form .forgot {
    display: inline-block;
    margin-right: 15px;
}


section.form .alert {
    padding: 10px 0;
    margin-bottom: 30px;
}
/***************************************************************************/





