/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

html {
    font-size: 62.5%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/*
Proxima Nova weights - Bold 700, Regular 400, Light 300
*/

body {
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.8rem;
    color: #0e0e0e;
}

a {
    color: #0a531c;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.hero__tagline,
form label {
    font-family: neue-kabel, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

h1 {
    font-size: 5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    margin-bottom: 0;
}

h1 span {
    display: inline-block;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

h1 img {
    pointer-events: none;
    max-height: 40px;
    max-height: 4rem;
    vertical-align: initial;
}

.wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-50 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}
.flex-33 {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
}

strong {
    font-weight: 700;
}


/* Hero */
.hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: url('../images/bg-golfball.jpg') no-repeat center center / cover;
    background: rgb(0,136,192);
background: -moz-radial-gradient(center, ellipse cover, rgba(0,136,192,1) 0%, rgba(0,92,159,1) 100%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,136,192,1) 0%,rgba(0,92,159,1) 100%);
background: radial-gradient(ellipse at center, rgba(0,136,192,1) 0%,rgba(0,92,159,1) 100%);
    text-align: center;
    position: relative;
    color: #fff;
}



.hero img {
    margin-right: 15px;
    margin-right: 1.5rem;
    width: 100px;
    height: auto;
}

.hero video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.2;
    top: 50%;
    transform: translateY(-50%)

}

.hero__tagline {
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    margin-top: 0;
}

.lp-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    /* border-bottom: 1px solid #eee; */
}

.lp-section__dark {
    background: #000;
    color: #fff;
}

.lp-section:after {
    content: "";
    display: table;
    clear: both;
}

.lp-section__title {
    color: #0e0e0e;
    letter-spacing: 0px;
    line-height: 1;
    font-size: 2rem;
    font-weight: 300;
    font-size: 38px;
    font-size: 3.8rem;
    margin-top: 0;
}

.lp-section__title strong{
    color: #0a531c;
    font-weight: 700;
}

.lp-section__image {
    margin-bottom: 30px;
    margin-bottom: 3rem;
    width: 100%;
}

.divider {
    background: url('../images/texture-plaid.jpg') repeat center center;
    height: 2rem;
}

.lp-section__1,
.lp-section__2,
.lp-section__3 {
    position: relative;
    padding-top: 0;
}

.lp-section__4 ul {
    text-align: left;
    width: 500px;
    max-width: 100%;
    margin: 0 auto 30px;
    padding-left: 15px;
}
.lp-section__4 ul li {
    position: relative;
    padding-left: 30px;
    font-style: normal;
    font-weight: 300;
    list-style-type: none;
    margin-bottom: 15px;
}
.lp-section__4 ul li:before {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' fill='%230a531c' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d%3D%22M23.1%2C15c0%2C0.2-0.1%2C0.5-0.3%2C0.6l-13%2C13c-0.2%2C0.2-0.4%2C0.3-0.6%2C0.3s-0.5-0.1-0.6-0.3l-1.4-1.4%20C7%2C27%2C6.9%2C26.8%2C6.9%2C26.6c0-0.2%2C0.1-0.5%2C0.3-0.6L18.1%2C15L7.2%2C4C7%2C3.9%2C6.9%2C3.7%2C6.9%2C3.4S7%2C3%2C7.2%2C2.8l1.4-1.4C8.7%2C1.2%2C9%2C1.1%2C9.2%2C1.1%20s0.5%2C0.1%2C0.6%2C0.3l13%2C13C23%2C14.5%2C23.1%2C14.8%2C23.1%2C15z%22%2F%3E%3C/svg%3E");
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
}

.lp-section__1 {
    background-color: #000;
}

.lp-section__2 {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.lp-section__2 .lp-section__title {
    color: #005c9f;
}

.cta-arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.lp-section__3 {
    background-color: #cdb086;
    padding-bottom: 0;
}

.lp-section__3 .lp-section__image {
    margin-bottom: 0;
}

.lp-section__1,
.lp-section__1 h2 {
    color: #fff;
}


.lp-section__logos {
    padding: 0;
}

.lp-logo {

}
.lp-float-right {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tickets-header {
    background-color: #035318;
    text-align: center;
    color: #e5ede8;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    padding: 7px;
}

.tickets {
     text-align: center;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
     max-width: 800px;
     margin: 0 auto;
}

.tickets .flex-50 {
    padding: 10px 30px;
    padding: 1rem 3rem;
    background: #e5ede8;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}

.tickets .flex-50:first-child {
    border-bottom: 1px solid #cfddd3;
    position: relative;
}

.tickets .flex-50:first-child:after {
    content: "+";
    width: 40px;
    height: 40px;
    width: 4rem;
    height: 4rem;
    color: #0a531c;
    /* border: 1px solid #aaa; */
    line-height: 40px;
    line-height: 4rem;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
    background-color: #cfddd3;
    text-transform: uppercase;
    /* font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700; */

}



.lp-button {
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    background: #0a531c;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    padding: 1.5rem 3rem;
    font-weight: 400;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lp-button:hover {
    background-color: #006e1b;
}

.hero .lp-button{
    background-color: #56b046;
}

.hero .lp-button:hover{
    background-color: #4b993d;
}

.icon__clubs {
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
}


.lp-footer {
    background-color: #0a531c;
    color: #fff;
    padding-top: 30px;
    padding-top: 3rem;
    padding-bottom: 30px;
    padding-bottom: 3rem;
}

.lp-footer a {
    color: #8bc34a;
    font-weight: 700;
    text-decoration: none;
}

.hero > .anchor-link {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

form {
    max-width: 600px;
    margin: 0 auto;
}

form input,
form label,
form button {
    display: block;
    width: 100%;
    text-align: left;
}
form input {
    padding: 10px;
    padding: 1rem;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #ccc;
}

form button {
    border-radius: 4px;
    border: 0;
    text-align: center;
}

.form-group {
    margin: 2rem 0;
}


/* Media Queries */

@media (min-width: 520px) {

    .tickets,
    ul.lock-up {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    ul.lock-up {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    ul.lock-up li:last-child {
        border-left: 1px solid #eee;
    }

    .tickets .flex-50,
    ul.lock-up .flex-50 {
        max-width: inherit;
        -webkit-box-flex: inherit;
            -ms-flex: inherit;
                flex: inherit;
    }

    .tickets .flex-50:first-child {
        border-bottom: 0;
        border-right: 1px solid #cfddd3;
    }
    .tickets .flex-50:first-child:after {
        left: auto;
        bottom: auto;
        margin-left: 0;
        right: -20px;
        top: 50%;
        margin-top: -20px;
    }
}

@media (min-width: 480px) {
    .hero img {
        width: 150px;
    }

    .hero .wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 8rem;
    }
    h1 img {
        max-height: none;
    }
    h1 span {
        margin-bottom: 0;
    }
    .hero {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    .hero__tagline {
        font-size: 36px;
        font-size: 3.6rem;
        
    }

    .lp-float-right {
        float: right;
    }

    .hero img {
        width: 200px;
    }    
}

@media (min-width: 992px) {

    .hero img {
        width: 250px;
    }

    /* #Section 1 */
    .lp-section__1 .wrapper,
    .lp-section__2 .wrapper,
    .lp-section__3 .wrapper {
        padding-top: 3rem;
        padding-bottom: 3rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
        width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        position: absolute;
        top: 0;
        height: 100%;
    }

    .lp-section__2 {
        text-align: left;
    }

    .cta-arrow {
        -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    }

    .lp-section__2 .wrapper {
        position: relative;
        left: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

    /* .lp-section__3 .wrapper {
        justify-content: flex-start;
    } */


    .lp-section__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        padding: 15px;
        padding: 1.5rem;
    }

    .lp-section__1 .lp-section__image,
    .lp-section__3 .lp-section__image {
        width: auto;
    }
    .lp-section__1 .lp-section__image,
    .lp-section__3 .lp-section__image {
        max-width: 1000px
    }

}

@media (min-width: 992px) and (max-width: 1399px) {
    .lp-section__3 {
        margin-top: 30px;
        margin-top: 3rem;
    }
}

@media (min-width: 1400px) {
    .lp-section__1 .lp-section__image,
    .lp-section__3 .lp-section__image {
        max-width: none;
    }
}

