/* Minification failed. Returning unminified contents.
(63,1): run-time error CSS1019: Unexpected token, found '@import'
(63,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700')'
(63,77): run-time error CSS1019: Unexpected token, found ';'
(136,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(137,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(149,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(150,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');


html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    margin: 0px;
    overflow-y: scroll;
    font-family: 'Open Sans', sans-serif;
}

main {
    width: 100%;
    margin: 0 auto;
}

.spinner_container {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    position: fixed;
    z-index: 2000;
    visibility: hidden;
}

.loading {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -100px 0 0 -75px;
    border: 4px solid transparent;
    border-top-color: #fff;
    border-radius: 50%;
    z-index: 1500;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loading:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 4px solid transparent;
    border-top-color: #fff;
    border-radius: 50%;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.loading:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 4px solid transparent;
    border-top-color: #fff;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg); 
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg); 
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

p {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #333333;
    margin: 0 auto;
    max-width: 740px;
    clear: both;
}

.hidden {
    display: none;
}
.first_p {
    margin-top: 55px;
}

a {
    color: #3098d1;
}

label {
    margin: 25px 0 6px 0;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    color: #777777;
}

input[type=text] {
    width: 100%;
    height: 49px;
    box-sizing: border-box;
    padding: 15px 15px 14px 15px;
    color: #999999;
    font-size: 20px;
    border: 1px solid #999999;
}

input[type=text]:focus,input[type=text]:active, select:focus, select:active {
    color: #3098d1;
    outline: none;
    border: 1px solid #3098d1;
}


input[type=password] {
    width: 100%;
    height: 49px;
    box-sizing: border-box;
    padding: 15px 15px 14px 15px;
    color: #999999;
    font-size: 20px;
    border: 1px solid #999999;
}

input[type=password]:focus,input[type=password]:active, select:focus, select:active {
    color: #3098d1;
    outline: none;
    border: 1px solid #3098d1;
}

select, #Attendee1GolfHandicap, #Attendee2GolfHandicap, #Attendee3GolfHandicap, #Attendee4GolfHandicap {
    width: 48%;
    height: 49px;
    box-sizing: border-box;
    padding: 12px 12px 11px 11px;
    color: #999999;
    font-size: 20px;
    float: left;
    border: 1px solid #999999;
}

button:focus, button:active {
    outline: none;
}

.page_header {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    /*background: url(images/FoxBackground.png) no-repeat center 265px;*/
    background-size: cover;
}

.page_header.registration_header {
    height: 225px;
    background-position: center -175px;
}

.header_highlight {
    width: 120%;
    height: 200px;
    background: blue;
    position: fixed;
    top: -220px;
    left: -10%;
    z-index: 100;
    box-shadow: 0px 140px 180px rgba(255,255,255,0);
}

.page_header_background {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    background: rgba(255,255,255,.38);
}

.page_title {
    width: 100%;
    height: 180px;
    background: url(images/FuturePOS2020Events.png) no-repeat center top;
    background-size: contain;
    margin-bottom: 17px;
}

.nextgen_title {
    width: 100%;
    height: 180px;
    background: url(images/NextGenLogo.png) no-repeat center top;
    background-size: contain;
    margin-bottom: 17px;
}

.summit_title {
    width: 100%;
    height: 180px;
    background: url(images/OwnersSummitlogo.png) no-repeat center top;
    background-size: contain;
    margin-bottom: 17px;
}

.page_subtitle {
    width: 100%;
    height: 48px;
    border-bottom: 2px solid #888888;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: rgba(106,191,75,1);
}

.page_title.registration_title {
    padding-top: 7px;
    font-size: 62px;
}

.link_container {
    margin-top: 45px;
    text-align: center;
    width: 62%;
    padding: 35px 80px;
    box-sizing: border-box;
    margin: 0 auto;    
    background: #ffffff;
    border-radius: 25px;
    border: 2px solid #888888;
    box-shadow: 0px 15px 80px rgba(0,0,0,.25);
}

.PastCutOff_container {
    margin-top: 45px;
    text-align: center;
    width: 62%;
    padding: 35px 80px;
    box-sizing: border-box;
    margin: 0 auto;    
    background: #ffffff;
    border-radius: 25px;
    border: 2px solid #888888;
    box-shadow: 0px 15px 80px rgba(0,0,0,.25);
}


.button {
    display: inline-block;
    text-decoration: none;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    padding: 30px 45px;
    font-size: 26px;
    letter-spacing: .075em;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 25px;
    border: 3px solid rgba(255,255,255,.75);
    box-shadow: 0px 5px 15px rgba(0,0,0,.4);
    background: url(images/NextGenLogoSmall.png);
    /*background: -moz-linear-gradient(top, #357bba 0%, #1260a6 100%);
    background: -webkit-linear-gradient(top, #357bba 0%,#1260a6 100%);
    background: linear-gradient(to bottom, #357bba 0%,#1260a6 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#357bba', endColorstr='#1260a6',GradientType=0 );
}

.button_link {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: .75;
    position: relative;
    z-index: 1000;
    transition: all .1s;
    -webkit-transition: all .1s;
}

    .button_link:hover {
        opacity: 1;
    }

#button_nextgen {
    background-image: url(images/NextGenLogo.png);
}

#button_ownersummit {
    background-image: url(images/OwnersSummit275.png);
}

.home_button {
    height: 275px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    /*border-left: 1px solid #cccccc;*/
    box-sizing: border-box;
    padding: 0px;
    margin: 45px 0px;
}

.button:hover {
    background: #549dde;
    background: -moz-linear-gradient(top,  #549dde 0%, #357bba 100%);
    background: -webkit-linear-gradient(top,  #549dde 0%,#357bba 100%);
    background: linear-gradient(to bottom,  #549dde 0%,#357bba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#549dde', endColorstr='#357bba',GradientType=0 );
}

#login {
    margin-top: 23px;
}

.back_button {
    float: right;
    color: #3098d1;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
}

.back_button:hover {
    color: #1260a6;
}

.back_button.dealer {
    
}

.link_text {
    display: inline-block;
    width: 100%;
    /*margin-top: 45px;*/
    margin-bottom: 100px;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: .025em;
    color: #1260a6;
    transition: margin .75s;
    -webkit-transition: margin .75s;
}

.vendor_link, .dealer_link {
    margin: 0px 30px;
}

.thankyou_container {
    display: inline-block;
    width: 100%;
    margin-top: 45px;
    margin-bottom: 45px;
    font-size: 32px;
    font-weight: 700;
    color: #1260a6;
    transition: margin .75s;
    -webkit-transition: margin .75s;
}


.vendor_container {
    display: inline-block;
    position: absolute;
    width: 100%;
    transition: top .75s;
    -webkit-transition: top .75s;
}

.dealer_container, .login_container {
    display: inline-block;
    position: absolute;
    width: 100%;
    transition: top .75s;
    -webkit-transition: top .75s;
}

.page_content {
    width: 100%;
    min-height: 500px;
    padding-top: 85px;
    padding-bottom: 60px;
    position: relative;
    z-index: 100;
    margin-top: 370px;
}

.page_content.registration_content {
    margin-top: 370px;
}

.homepage_content {
    width: 100%;
    min-height: 280px;
    padding-top: 85px;
    padding-bottom: 60px;
    position: relative;
    z-index: 100;
    margin-top: 200px;
}

.content_container {
    width: 62%;
    padding: 35px 80px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: -150px;
    background: #ffffff;
    border-radius: 25px;
    border: 2px solid #888888;
    box-shadow: 0px 15px 80px rgba(0,0,0,.25);
}

.logincontent_container {
    width: 500px;
    padding: 35px 50px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: -150px;
    background: #ffffff;
    border-radius: 25px;
    border: 2px solid #888888;
    box-shadow: 0px 15px 80px rgba(0,0,0,.25);
}

.content_image {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 350px;
    margin: 25px 0px;
}

.paragraph_margin {
    margin-bottom: 25px;
}

#image_lobby {
    background-image: url(images/Hotel_lobby.png);
}

#image_golf {
    background-image: url(images/Hotel_golf.png);
}

#image_lounge {
    background-image: url(images/Peaks_Lounge_2.png);
}

#image_room {
    background-image: url(images/Standard_King.png);
}

#image_night {
    background-image: url(images/Denver_at_night.png);
}

.dealer_info_header {
    margin-top: 35px;
    margin-bottom: 18px;
    font-size: 29px;
    color: #1260a6;
    font-weight: 700;
    width: 100%;
}

.dealer_register_container, .vendor_register_container {
    max-width: 740px;
    margin: 0 auto;
}


.dealer_register_header {
    margin-top: 60px;
    margin-bottom: 0px;
    font-size: 29px;
    color: #1260a6;
    font-weight: 700;
    width: 100%;
}

#registration_container {
    width: 62%;
    padding: 35px 80px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: -150px;
    background: #ffffff;
    border-radius: 25px;
    border: 2px solid #888888;
    box-shadow: 0px 15px 80px rgba(0,0,0,.25);
}

#thanks_container {
    width: 62%;
    padding: 35px 80px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: -150px;
    background: #ffffff;
    border-radius: 25px;
    font-size: 21px;
    line-height: 42px;
    border: 2px solid #888888;
    box-shadow: 0px 15px 80px rgba(0,0,0,.25);
}

.button_container {
    width: 100%;
    text-align: center;
}

#dealer_register, #vendor_register {
    margin-top: 85px;
}

#Attendee1Gender, #Attendee2Gender, #Attendee3Gender, #Attendee4Gender {
    margin-right: 4%;
}

.site_link {
    text-decoration: none;
    color: #3098d1;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

.site_link:hover {
    color: #1260a6;
}

.page_footer {
    width: 100%;
    display: none;
    overflow: hidden;
    padding: 15px 0px;
    position: relative;
    z-index: 100;
    background: #ffffff;
    border-top: 2px solid #888888;
 }

.sponsor_container {
    width: 100%;
    height: 80px;
    padding: 0% 2.5%;
    box-sizing: border-box;
    margin: 30px 0px;
    float: left;
    clear: both;
    display: none;
}

.sponsor_container:nth-child(2){
    padding: 0% 10%;
}

.sponsor_logo_01 {
    width: 20%;
    height: 100%;
    margin: 0% 2.5%;
    float: left;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.sponsor_logo_02 {
    width: 28%;
    height: 100%;
    margin: 0% 2.5%;
    float: left;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.Attendee2Container, .Attendee3Container, .Attendee4Container {
    position: relative;
    margin-top: 98px;
    padding-top: 20px;
    border-top: 1px dashed #999999;
}

.removeattendee2_link.button, .removeattendee_link.button {
    width: 40px;
    height: 40px;
    box-shadow: none;
    padding: 0px 110px 0px 0px;
    border: none;
    background: transparent;
    position: absolute;
    margin-left: -18px;
    margin-top: -10px;
    color: transparent;
}

.addattendee_link.button {
    width: 40px;
    height: 40px;
    box-shadow: none;
    padding: 0px 82px 0px 0px;
    border: none;
    background: transparent;
    position: absolute;
    margin-left: -18px;
    margin-top: -10px;
    color: transparent;
}

.RemoveAttendee_Container {
    position: absolute;
    top: 11px;
    right: 0px;
    color: #3098d1;
    font-size: 13px;
    font-weight: 600;
}

.AddAttendee_Container {
    color: #3098d1;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    right: 0px;
    margin-top: 63px;
}

.RemoveAttendee_Container:hover, .AddAttendee_Container:hover {
    color: #1260a6; 
}

#DealerRegistrationForm, #VendorRegistrationForm {
    position: relative;
}

.AddAttendee_Container.vendor {
    margin-top: 20px;
}

.Attendee2Container.vendor {
    margin-top: 48px;
}

#Attendee1HatType, #Attendee2HatType, #Attendee3HatType, #Attendee4HatType {
    width: 100% !important;
}

#Attendee1SpecialEvent, #Attendee2SpecialEvent, #Attendee3SpecialEvent, #Attendee4SpecialEvent {
    width: 100% !important;
}

#Attendee1GolfClubRental, #Attendee2GolfClubRental, #Attendee3GolfClubRental, #Attendee4GolfClubRental {
    width: 100% !important;
}

#Attendee1GolfHandicap, #Attendee2GolfHandicap, #Attendee3GolfHandicap, #Attendee4GolfHandicap {
    width: 100% !important;
}

.home_button_container > div:first-child {
    border-left: none;
}

.home_button_container > div:nth-child(4) {
    border-left: none;
}

.home_button_container > div:nth-child(6) {
    border-left: 1px solid #cccccc;
}

.home_button_container > div:nth-child(8) {
    border-left: none;
}

.two_item_border {
    display: inline-block;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    padding-bottom: 100px;
}

.three_item_border {
    display: none;
}
