@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');

html, body {
    scroll-behavior: smooth;
    overflow-x:hidden;
}

.header{
    z-index:99!important;
    position:relative;
}

/**nav**/
.header .r ul {
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
}
  
.header .menu {
clear: both;
max-height: 0;
transition: max-height .2s ease-out;
}

.header .menu-icon {
cursor: pointer;
display: inline-block;
/* float: right; */
padding: 28px 20px;
position: relative;
user-select: none;
}

.header .menu-icon .navicon {
background: #fff;
display: block;
height: 2px;
position: relative;
transition: background .2s ease-out;
width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
background: #fff;
content: '';
display: block;
height: 100%;
position: absolute;
transition: all .2s ease-out;
width: 100%;
}

.header .menu-icon .navicon:before {
top: 5px;
}

.header .menu-icon .navicon:after {
top: -5px;
}
.header .menu-btn {
display: none;
}

.header .menu-btn:checked ~ .main_nav .menu {
    height: auto;
    max-height: 230px;
    padding: 1.75rem 0!important;
}

.header .menu-btn:checked ~ .main_nav .menu li {
    height: auto;
}

.header .menu-btn:checked ~ .main_nav .menu li a {
    line-height: 2;
}


.header .menu-btn:checked ~ .menu-icon .navicon {
background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
top: 0;
}

@media (min-width: 700px) {
    .header li {
        float: left;
    }
    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }
    .header .menu-icon {
        display: none;
    }
}
/**endHeaderCalls**/


#body-container  {
    min-height: calc(100vh - 235px);
    background: none;
}

#banner-container {
    height: 100%;
    background: #e16e38;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
}

#banner-container > .containment {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    padding-left: 10%;
    padding-right: 10%;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    position: relative;
}

#banner-container > .containment:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: #ffffff;
    left: 0;
    bottom: 0px;
    pointer-events: none;
}

#banner-container > .containment > * {
    /* flex: 1; */
    flex: 1 0 auto;
}


a#brand {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
    overflow: auto;
    border: none;
}

a#brand img {
    max-width: 275px;
}

#banner-container > .containment > .r {
    display: flex;
    flex-direction: column;
    min-width: 650px;
}

#banner-container > .containment > .r ul:not(.dropdown-content) {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 2rem 0 0.5rem;
}
@media (max-width: 699px){
    #banner-container > .containment > .r ul {
        flex-direction: column;
    }
}

#banner-container > .containment > .r ul li {
    padding: 0 1rem;
    color: white;
}
@media (max-width: 699px){
    #banner-container > .containment > .r ul li {
        margin-bottom: 1rem;
    }
}

#banner-container > .containment > .r > ul li {
    padding: 0 0.65rem;
}

#banner-container > .containment > .r ul li a{
    font-size: 0.95rem;
    text-transform: uppercase;
    color: white;
    display: block;
    border: none;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}

#banner-container > .containment > .r ul li a:hover,
#banner-container > .containment > .r ul li a:focus {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

#banner-container > .containment > .r ul li a img {
    width: 25px;
}

a.covidbtn {
    background: #4a4c50;
    border-radius: 5px;
    padding: 0.4rem 0.65rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 0.8rem!important;
    margin-left: 1rem;
}

a.covidbtn:hover,
a.covidbtn:focus {
    background-color: black;
    transform: scale(1.0)
}


/** dd top **/

#banner-container > .containment > .r ul.first li a {
    letter-spacing: 1.5px;
}


#banner-container > .containment > .r .main_name a{
    font-size: 1.1rem;
    color: #444;
    display: block;
    border: none;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}

.main_nav  {
    display: flex;
    background-color: #e16e38;
}

.main_nav .dropdown a {
    position: relative;
    letter-spacing: 1.5px
}

.main_nav .dropdown a:after {
    content: '';
    display: flex;
    position: absolute;
    background: white;
    height: 100%;
    width: 1px;
    right: 0;
    top: 0;
    transform: translateX(16px);
}

.main_nav .dropdown:last-child a:after {
    content: none;
}

.main_nav ul {
    width: 100%;
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    height: 60px;
    justify-content: space-between;
}

.main_nav ul li {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

#banner-container > .containment > .r .main_nav ul {
    padding-bottom: 0;
}

#banner-container > .containment > .r .main_nav ul li:hover a {
    color: #333;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.main_nav li a,
.main_nav .dropbtn {
    display: inline-block;
    color: #53555a;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    border: none;
}

.main_nav li a:hover, 
.main_nav dropdown:hover .dropbtn {
    border: none;
    color: #333;
}


.main_nav li.dropdown {
  display: inline-block;
  height: 100%;
}

.main_nav li.dropdown:not(.no):hover:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 32px 29px 0;
    border-color: transparent rgba(255, 255, 255, 0.85) transparent transparent;
    bottom: -1.45rem;
}

.footer-nav .main_nav li.dropdown:not(.no):hover:before {
    content: none;
}

body:not(.isFrontPage) .main_nav li.dropdown:not(.no):hover:before {
    background-color: white;
    border-width: 0 52px 29px 0;
    transform: translate(0, 0) rotate(45deg);
    -webkit-box-shadow: -10px 8px 14px rgb(0 0 0 / 10%);
    box-shadow: -10px 8px 14px rgb(0 0 0 / 10%);
    z-index: -1;
}

.main_nav .dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 1);
  min-width: auto;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  height:auto!important;
  z-index: 99;
  transform: translate(2rem, 2.5rem);
}

body:not(.isFrontPage) .main_nav .dropdown-content {
  transform: translate(2rem, 2.5rem);
}

.main_nav .dropdown-content a {
  color: black;
  padding: 12px 0;
  text-decoration: none;
  display: block;
  text-align: left;
  border: none;
  position: relative;
}

.main_nav .dropdown-content a:hover {
    color: #d25a1e!important;
}

.main_nav .dropdown-content a:after {
    content: none;
}

.main_nav .dropdown-content a:hover:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    /*margin: 0 auto;*/
    margin: 0;
    transform: translateY(12px);
    background-color: #d25a1e;
    position: absolute;
    left: 0;
    top: 30px;
}

.main_nav .dropdown:hover .dropdown-content,
.main_nav .dropdown:focus-within .dropdown-content {
  display: block;
  padding: 1rem 1.5rem;
  -webkit-box-shadow: 0 9px 19px rgb(0 0 0 / 13%);
  box-shadow: 0 9px 19px rgb(0 0 0 / 13%);
  min-width: 155px;
  max-width:fit-content;
}

.main_nav .dropdown-content li{
    float:none!important;
}


.main_nav .dropdown-content li:last-child{
    margin-bottom:1em;
}

.footer-nav .main_nav .dropdown:hover .dropdown-content {
    min-width: auto;
}

.golfBody {
    width: 890px;
    font-family: 'Source Sans Pro', sans-serif;
}
@media (max-width: 800px){
    .golfBody {
        width: 100%;
    }
    .main_nav .dropdown-content{
        /* position:relative; */
        max-width:100%!important;
        width:100%!important;
        margin-bottom:2em!important;
    }
    .header .menu-btn:checked ~ .main_nav .menu{
        max-height:100vh;
    }
}

.golf-section {
    background: url(../images/section-divider.png) no-repeat 50% 0;
    max-width: 90%;
    margin: 1rem auto;
}

.annual {
    color: #010101;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
}
.annual span {
    font-family: serif;
    font-style: italic;
    font-size: 1.25rem;
}

.datetime h2 {
    font-size: 2rem;
    line-height: 1.2;
    text-transform: initial;
    color: black;
}

.datetime span {
    font-weight: 600;
    font-size: 1.5;
}

.datetime ~ hr {
    font-size: 2rem;
    background-color: black;
    height: 2px;
    width: 100px;
    margin-top: 2rem;
}

.golf-section, .annual, .golf-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
@media (max-width: 800px){
    .golf-section, .annual, .golf-info {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.golf-info h2 {
    color: black;
    letter-spacing: 1px;
    font-size: 2rem;
}
.golf-info h3 {
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}
.golf-info .names  {
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.golf-info .names  h3 {
   margin-top: 1.5rem;
}

.golf-info .names span {
    color: black;
    text-transform: uppercase;
}

.newInfo h3 {
    font-size: 2rem;
    color: #e55202;
}
.newInfo .links {
    margin: 2rem 0;
}
.newInfo .links a {
    border: none;
    cursor: pointer;
}
.newInfo button {
    padding: 1rem;
    border: 2px solid #333;
    background-color: #333;
    color: #fff;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.25s ease;
}
.newInfo button:hover {
    background-color: #fff;
    color: #333;
}


.sponsorship_types {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sponsorship_types .intro {
    width: 80%;
    align-self: self-end;
    text-align: right;
}

.sponsorship_types h2.hasBorder {
    border: 2px solid #e16e37;
    padding: 0.5rem 2rem;
    background: #e16e37;
    color: white;
    letter-spacing: 2px;
    font-size: 1rem;
    margin-bottom: 3rem;
    transition: 0.25s ease;
}
.sponsorship_types h2.hasBorder:hover {
    color: #e16e37;
    background-color: transparent;
}

.sponsorship_types .intro h2 {
    font-size: 1.75rem;
    color: #e16e37;
    line-height: 1.15;
    letter-spacing: 2px;
}
.sponsorship_types .intro span {
    font-size: 1.25rem;
    color: #333333;
}

.sponsorships_types h1 {
    margin-bottom: 1rem;
}

.levels {
    margin-top: 1rem;
}

.levels ul li {
    list-style: circle;
}

.levels h3 {
    color: #799010;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    letter-spacing: 2px;
}

.golf-info .sponsors {
    background-color: #fefff5;
    margin: 1rem 1rem 2rem;
    border-bottom: 6px solid #e55202;
    padding: 2.5rem;
    font-weight: 500;
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
}

.golf-info .sponsors h2 { 
    color: #e55202;
    font-weight: 700;
    font-size: 2rem;
    font-weight: 800;
}
.golf-info .sponsors h3 { 
    font-weight: 600;
    font-size: 1.25rem;
    border-bottom: 2px solid #e96d1f;
    padding: 1rem 1.5rem;
    width: 200px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 2px;
}
.golf-info .sponsors h4 {
    font-size: 1.25rem;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #e96d1f;
    padding: 0 0 0.75rem;
    width: 200px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
}
.golf-info .sponsors h5 {
    font-size: 1.25rem;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #e96d1f;
    padding: 0.5rem 0 0.75rem;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.golf-info .sponsors span {
    line-height: 3;
    font-size: 0.9rem;
    font-style: italic;
    color: #666;
    margin-left: auto;
    margin-right: auto;
}
/* .golf-info .sponsors p:not(.corp) {
    color: #d4d9a9;
} */

.golf-info .sponsors p {
    position: relative; 
    width:fit-content;
    cursor: pointer;
    margin: 0.85em auto 1em auto;
}
.golf-info .sponsors p.corp:hover {
    color: orange; 
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s ease;
    -webkit-transition: 0.25s ease;
}
.golf-info .sponsors p.corp:hover:before {
    content: 'corporate sponsor';
    display: flex;
    position: absolute;
    height: 100%;
    background: rgba(255,165,0,0.85);
    text-align: center;
    border-radius: 30px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;;
    align-items: center;
    justify-content: center;
    min-width:100%;
    width:fit-content;
    font-size: 0.8rem;
    padding: 1rem 1.5rem;
    box-sizing:border-box;
white-space:nowrap;
    left:50%;
transform:translateX(-50%);
    
}
.golf-info .sponsors p:not(.corp):hover:before {
    content: 'individual sponsor';
    display: flex;
    position: absolute;
    height: 100%;
    background: #799010dd;
    text-align: center;
    padding: 1rem;
    border-radius: 30px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    width:fit-content;
    font-size: 0.8rem;
    padding: 1rem 1.5rem;
    box-sizing:border-box;
    white-space:nowrap;
    left:50%;
transform:translateX(-50%);
    
}


.pole {
    position: relative;
}

.balls {
    margin-top: 3.5rem;
    position: relative;
    height: 160px;
    display: flex;
    justify-content: space-evenly;
}
.balls > img {
    width: 150px;
    height: 150px;
    transition: 0.25s ease;
}
.balls > img:hover {
    transform: scale(1.3);
}

.balls .ball1 {

}
.balls .ball2 {
  
}
.balls .ball3 {
  
}

.pole img {
    position: absolute;
    height: 300px;
    transform: translate(-26rem, -7.5rem);
}

.end {
    margin-top: 3rem;
    text-align: center;
    line-height: 1.25;
}

.end span {
    display: block;
    margin-top: 2rem;
    color: #555;
}



/** footer **/
#bottom-nav-container {
    margin: 6rem 0 0 0;
}
#footer {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
    min-height: 164px;
    margin-top: -75px;
    background-color: #353535;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    flex-direction: column;
}

/** mobile **/
@media (max-width: 1200px){
    
    #banner-container {
        width: 100%;
        min-width: 100%;
    }
    #banner-container > .containment {
        flex-direction: column;
        width: 100%;
        padding-left: 0;
        padding-right: 0;

    }
    
    #banner-container > .containment a#brand {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    #banner-container > .containment a#brand img {
        max-width: 200px;
        margin: 1.5rem 0;
    }
    
    #banner-container > .containment > * {
        flex: 1;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    
    #banner-container > .containment > .r {
        width: 100%;
        min-width: auto;
    }
    
}

@media (max-width: 699px){
    
    /**nav**/
    .main_nav:not(.footer-nav) {
        position: initial;
        min-width: 100%;
        /* flex-direction: column; */
    }
    
    .main_nav:not(.footer-nav) ul li {
       width: 100%;
    }
    
    .main_nav ul {
        height: 0;
    }
    
    .menu:not(.footer-nav) {
        flex-direction: column;
        width: 100%;
    }
    
    .main_nav li.dropdown:hover:before {
        content: none;
    }
    
    .main_nav .dropdown:hover .dropdown-content {
        width: 88%;
        transform: translate(0, 0.55rem);
        left: 0;
        padding: 0 6%;
        width: 100%;
    }
    
    .footer-nav .main_nav .dropdown:hover .dropdown-content {
        transform: translate(0);
        width: 100%;
    }
    
    #banner-container > .containment > .r ul:first-child {
       padding: 0;
    }

   
    #banner-container > .containment > .r .main_nav ul li:hover a {
        line-height: 1.25;
    }
    
    /**endNav**/
    
    .wrap > *:not(.fw) .rows .col-2 {
        width: 100%;
    }
   
    
    /* .footer-nav .main_nav ul {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-nav .main_nav li.dropdown {
        width: 100%;
        padding-top: 1rem;
    }
    .footer-nav .main_nav li.dropdown a {
        padding: 0.5rem 0;
        margin-bottom: 0.5rem;
        border-bottom: 1px solid #555;
    }
    
    #seals {
        flex-direction: column;
        padding: 25px;
    }
    
    #seals ul {
        flex-direction: column;
        width: auto;
    }
    
    #seals ul li {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    
    #seals ul li a,
    #seals ul li a:hover {
        display: flex;
        align-items: center;
    }
    
    #seals p {
        padding-top: 1rem;
    } */
}