@charset "utf-8";

/*-------CSS RESET-----------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*--------------------------------------------*/

h1 {

}

h2 {

}

h3 {

}

h4 {	

}

h5 {


}
h6 {


}



html{
    padding:0px;
    margin:0px;

}

body{

} 
/* ELEMENT/TAG SELECTORS */

ul {
    list-style-type: none;
}

li.bullets {
    line-height: 23px;
    list-style:circle;
    margin-left:-7px;
    color:#727682;
    font-family:Arial, Geneva, SunSans-Regular, sans-serif;
    font-size:14px;
    line-height:1.6;
    text-align:left;
    vertical-align:top;
    margin-left:25px;

}

li {
    margin-top: 0;
    color:#727682;
    font-family:Arial, Geneva, SunSans-Regular, sans-serif;
    font-size:14px;
    line-height:1.6;
    text-align:left;
    vertical-align:top;
    list-style-type: none;

}

p {

    font-family: proxima-nova,Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 35px;
    color: #555;
    margin: 18px 0;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
    border: none;
}

a:link {text-decoration: none; }
a:visited { text-decoration: none; }
a {color:#6398a8;}

a.underline:link {color: #446e7a; text-decoration: none; }
a.underline:visited {color:#4d4d4f; text-decoration: none; }
a.underline:hover {
    color: #4d4d4f;
    text-decoration: none;
    font-size: 100%;
}


.outer_div{
    width:100%;
    position:relative;
}

.inner_div{
    width:900px;
    position:relative;
    margin-right:auto;
    margin-left:auto;
}


/*-----------  CONFIRMED PAGE -------------*/
#confirmed_main{
    background-image:url('/images/login/LOD-icon.png');
    background-position:center center;
    background-repeat:no-repeat;
    height:400px;
    width:100%;
}

#readyStart{
    font-family: 'Lobster', cursive;
    text-align:center;
    color:#ccc;
    font-size:40px;
    margin-top:50px;
}

.regConfirmed{
    font-family: 'Roboto Slab', serif;
    text-align:center;
    text-transform: uppercase;
    color: #e2524f;
    font-size:40px;
    margin-top:50px;
}

#getStartedButton{
    margin-left:auto;
    margin-right:auto;
    position:relative;
    display: table;
}

.roboto{
    font-family: 'Roboto Slab', serif;
    font-size: 21px;
    text-transform: uppercase;
    color: #555;
    padding-top: 30px;
}

.largeRed {
    -moz-box-shadow:inset 0px 1px 30px 5px #f5978e;
    -webkit-box-shadow:inset 0px 1px 30px 5px #f5978e;
    box-shadow:inset 0px 1px 30px 5px #f5978e;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
    background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
    background-color:#f24537;
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
    border-radius:9px;
    border:4px solid #e8665d;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-size:24px;
    font-weight:bold;
    padding:22px 61px;
    text-decoration:none;
    text-shadow:0px 1px 0px #810e05;
}
.largeRed:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
    background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
    background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
    background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
    background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
    background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
    background-color:#c62d1f;
}
.largeRed:active {
    position:relative;
    top:1px;
}



/*-----------  LOGIN PAGE -------------*/
#login_main{
    background-image:url('/images/login/LOD-icon.png');
    background-position:center center;
    background-repeat:no-repeat;
    background-size: contain;
    height:180px;
    width:100%;
}

#logo_login_main{
    max-height: 200px;
    text-align: center;
    width: 100%;
}
#logo_login_main img{
    max-height: 200px;
}
#logo_login_main, #login_main{
    margin-top: 11vh;
}

#loginTitle{
    font-family: 'Roboto Slab', serif;
    text-align:center;
    color: #e2524f;
    font-size:42px;
    margin-top:10px;
    margin-bottom:10px;
}

#-login-error-hold {
    margin: 20px auto;
    text-align: center;
    background: #fd3c3c;
}
#-login-error-hold p {
    line-height: normal;
    margin: 0px;
    color: #fff;
    padding: 7px 0;
}

.bigLogin input{
    margin-bottom:40px;
    width:90%;
    height:50px;
    font-size:40px;
    font-family: 'Roboto Slab', serif;
    padding-left:40px;
    padding-top:10px;
    padding-bottom:10px;
}

label, .reset_pass{
    font-family: 'Lobster', cursive;
    text-align:left;
    color:#aaa;
    font-size:40px;
    margin-top:20px;
}

.reset_pass {
    text-decoration: underline !important;
    font-size: 12px;
    font-family: 'Roboto Slab', serif;
}

.reset_pass:hover {
    color: #555;
}

#remember_me {
    width: 35px;
    top: 15px;
    position: relative;
    margin-right: 20px;

}

.fos_user_resetting_request {
    /*width:35%;
    height: 100px;
    margin-left:auto;
    margin-right:auto;
    */
}
.fos_user_resetting_request div:nth-child(2){
    /*float:left;*/
}
.fos_user_resetting_request div:nth-child(2) > input {
    /*width:200px;*/
    font-size:18px;
    padding: 15px;
    margin-top:20px;
}
.clear {
    clear:both;
}


/*---------- INPUT FIELDS --------------*/

input {
    font-family: "PT Sans", sans-serif;
    xwidth: 250px;
    xheight: 30px;
    padding: 0px 10px 0px 10px; margin: 0 0 10px 0;
    background: #FFF;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    font-family: "PT Sans", sans-serif; font-size: 14px; text-transform: none; color: #5b8089;
    border: solid 1px #e2e3e4;

}

input::-webkit-input-placeholder  {
    font-family: "PT Sans", sans-serif; font-size: 14px; text-transform:uppercase;color: #9c9c9c; 

}
input:-moz-placeholder {
    font-family: "PT Sans", sans-serif; font-size: 14px; text-transform:uppercase;  color: #9c9c9c;
}

textarea {
    font-family: "PT Sans", sans-serif;
    width: 250px; height: 120px; padding: 6px 10px 0px 10px; margin: 0 0 10px 0;
    background: #FFF;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    overflow:auto;
    font-family: "PT Sans", sans-serif; font-size: 14px; text-transform:none; color: #5b8089;
    border: solid 1px #e2e3e4;
}

textarea::-webkit-input-placeholder  { 
    font-family: "PT Sans", sans-serif; font-size: 14px; color: #9c9c9c;
}

textarea:-moz-placeholder {
    font-family: "PT Sans", sans-serif; font-size: 14px; color: #9c9c9c;
}

input:focus {
    background: #e2e3e4;
    background: -moz-linear-gradient(top, #e2e3e4 0%, #FFF 20%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e3e4), color-stop(20%,#FFF));
    color: #4d4d4f;

}

textarea:focus {
    background: #e2e3e4;
    background: -moz-linear-gradient(top, #e2e3e4 0%, #FFF 5%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e3e4), color-stop(5%,#FFF));
    color: #4d4d4f;

}



input[type=submit] {
    background: #e2524f;
    border: none;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 3px;
    color: #fff;
    /*width: 50%;*/
    -moz-box-shadow: none;
    margin: 0 auto;
    display: block;
    /*height: 40px;*/
    padding: 15px;
    min-width: 200px;
}


input[type=submit]:hover {
    /*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
    background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
    background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
    background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
    background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
    background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
    background-color:#c62d1f;*/
    cursor:pointer;
}

input[type=submit]:active {
    position:relative;
    top:1px;

}

.loginFieldLabel{
    font-size: 25px;
    color: #737373;
}

.loginFieldInput{
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    width:87%;
}


.login-container{
    width: 400px;
    margin: 0 auto;
    display: block;
}

.beach-pic{
    background: url("/images/backgrounds/hawaii-beach.jpg");
    background-size: cover;
    background-position: right;
    height: 100vh;
}
.beach-pic .fit-in-one-viewport-middle{display: table;    margin: 0 auto;}
.beach-pic .fit-in-one-viewport-inner{ height: 100vh;   display: table-cell;    vertical-align: middle; }

.fit-in-one-viewport{
    height: 100vh;
    display: table;
    margin: 0 auto;
}
.fit-in-one-viewport-inner{
    display: table-cell;
    vertical-align: top;
}
.fit-in-one-viewport-inner-middle{
    display: table-cell;
    vertical-align: middle;
}

.title{
    font-family: 'Lobster', cursive;
    text-align:center;
    color: #e2524f;
    font-size:45px;
    margin-top:10px;
    margin-bottom:10px;
}

.subtitle{
    font-family: 'Roboto Slab', serif;
    text-align:center;
    color: #555;
    font-size:25px;
    margin-top:10px;
    margin-bottom:10px;
}
.table{
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.tableCell{
    display: table-cell;
    position: relative;
    vertical-align: top;
}
.babe{width: 100%;}
.messageBox{width:640px; margin-top: -100px;}


.resetFieldLabel{
    font-size: 20px;
    color: #737373;
    font-family: Open Sans, sans-serif;
}

.resetFieldInput{
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    margin: 10px auto 0 auto;
}
#resetPasswordFields{
    margin:0 auto;
    display: block;
    margin-top: 50px;
    text-align: center;
}

#_submit{ float: right;}

.resetEmailMessage{
    border: 2px solid #d6d6d6;
    padding: 15px;
    background: rgba(255, 255, 255, 0.81);
}

#fos_user_resetting_form {
    padding-bottom: 40px;
}

.new-password-fields input {
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    margin: 10px auto 0 auto;
}
.new-password-fields label {
    display: block;
    margin-top: 33px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.55);
}