@font-face {
  font-family: 'Angelface';
  src: url('/fonts/angelface.otf') format('opentype');
}
@font-face {
  font-family: 'A Love of Thunder Regular';
  font-style: normal;
  font-weight: normal;
  src: url('/fonts/aloveofthunder.woff') format('woff');
}

:root {
  /* Site Colors are HSL values */
  --siteColor1: 211, 97%, 50%; /* Blue - #0284fd */
  --siteColor2: 218, 88%, 10%; /* Dark Navy - #031232 */
  --siteColor3: 0, 0%, 16%; /* Dark Gray - #2a2a2a */
  --siteColor4: 0, 0%, 29%; /* Gray - #494949 */
  --siteColor5: 0, 0%, 37%; /* Light Gray - #5f5f5f */
  --siteColor6: 0, 0%, 80%; /* Lighter Gray - #cccccc */
  --siteFont1: 'Barlow'; /* sans-serif */
  --siteFont2: 'A Love of Thunder Regular'; /* cursive */
  --white: 0, 100%, 100%; /* White */
  --gray: 0, 0%, 50%; /* Gray */
  --black: 0, 0%, 0%; /* Black */
}

.site-color-1, .site-color-1-hover:hover { color: hsl(var(--siteColor1)) !important; }
.site-color-1-lighten, .site-color-1-lighten-hover:hover { color: hsla(var(--siteColor1), 0.75) !important; }
.site-color-1-bg, .site-color-1-bg-hover:hover { background-color: hsl(var(--siteColor1)) !important; }
.site-color-1-lighten-bg, .site-color-1-lighten-bg-hover:hover { background-color: hsla(var(--siteColor1), 0.75) !important; }
.site-color-2, .site-color-2-hover:hover { color: hsl(var(--siteColor2)) !important; }
.site-color-2-lighten, .site-color-2-lighten-hover:hover { color: hsla(var(--siteColor2), 0.75) !important; }
.site-color-2-bg, .site-color-2-bg-hover:hover { background-color: hsl(var(--siteColor2)) !important; }
.site-color-2-lighten-bg, .site-color-2-lighten-bg-hover:hover { background-color: hsla(var(--siteColor2), 0.75) !important; }
.site-color-3, .site-color-3-hover:hover { color: hsl(var(--siteColor3)) !important; }
.site-color-3-lighten, .site-color-3-lighten-hover:hover { color: hsla(var(--siteColor3), 0.75) !important; }
.site-color-3-bg, .site-color-3-bg-hover:hover { background-color: hsl(var(--siteColor3)) !important; }
.site-color-3-lighten-bg, .site-color-3-lighten-bg-hover:hover { background-color: hsla(var(--siteColor3), 0.75) !important; }
.site-color-4, .site-color-4-hover:hover { color: hsl(var(--siteColor4)) !important; }
.site-color-4-lighten, .site-color-4-lighten-hover:hover { color: hsla(var(--siteColor4), 0.75) !important; }
.site-color-4-bg, .site-color-4-bg-hover:hover { background-color: hsl(var(--siteColor4)) !important; }
.site-color-4-lighten-bg, .site-color-4-lighten-bg-hover:hover { background-color: hsla(var(--siteColor4), 0.75) !important; }
.site-color-5, .site-color-5-hover:hover { color: hsl(var(--siteColor5)) !important; }
.site-color-5-lighten, .site-color-5-lighten-hover:hover { color: hsla(var(--siteColor5), 0.75) !important; }
.site-color-5-bg, .site-color-5-bg-hover:hover { background-color: hsl(var(--siteColor5)) !important; }
.site-color-5-lighten-bg, .site-color-5-lighten-bg-hover:hover { background-color: hsla(var(--siteColor5), 0.75) !important; }
.site-color-6, .site-color-6-hover:hover { color: hsl(var(--siteColor6)) !important; }
.site-color-6-lighten, .site-color-6-lighten-hover:hover { color: hsla(var(--siteColor6), 0.75) !important; }
.site-color-6-bg, .site-color-6-bg-hover:hover { background-color: hsl(var(--siteColor6)) !important; }
.site-color-6-lighten-bg, .site-color-6-lighten-bg-hover:hover { background-color: hsla(var(--siteColor6), 0.75) !important; }
/* Black and White Background */
.white-bg, .white-bg-hover:hover { background-color: hsl(var(--white)) !important; }
.gray-bg, .gray-bg-hover:hover { background-color: hsl(var(--gray)) !important; }
.black-bg, .black-bg-hover:hover { background-color: hsl(var(--black)) !important; }
/* Black and White Text */
.text-white, .text-white-hover:hover { color: hsl(var(--white)) !important; }
.text-gray, .text-gray-hover:hover { color: hsl(var(--gray)) !important; }
.text-black, .text-black-hover:hover { color: hsl(var(--black)) !important; }
/* Text Transformation */
.text-upper { text-transform: uppercase !important; }
.text-lower { text-transform: lowercase !important; }
.text-cap { text-transform: capitalize !important; }
.text-norm { text-transform: none !important; }
.text-center { text-align: center !important; }

/* BASE SETTINGS */
html { width: 100%; overflow-x: hidden; }
body { font: 16px/1.75 var(--siteFont1), sans-serif; color: hsl(var(--siteColor4)); background: hsl(var(--white)); }
body.mce-content-body { background: hsl(var(--white)); color: hsl(var(--black)); }
.container { width: 100%; max-width: 1200px; }
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 { font-family: var(--siteFont1), sans-serif; color: hsl(var(--black)); line-height: 1.25; font-weight: 700; text-transform: capitalize; }
.content.int h1,.content.int .h1,.content.int h2,.content.int .h2,.content.int h3,.content.int .h3,.content.int h4,.content.int .h4,.content.int h5,.content.int .h5,.content.int h6,.content.int .h6 { color: hsl(var(--black)); }
h1, .h1 { font-size: 46px; font-weight: 700; margin-bottom: 1rem; }
.title:after { content: ''; display: block; width: 120px; height: 9px; background-image: linear-gradient(117deg, hsl(var(--siteColor1)), hsl(var(--siteColor2))); margin-top: 10px; }
h2, .h2 { font-size: 38px; font-weight: 700; }
h3, .h3 { font-size: 32px; font-weight: 700; }
h4, .h4 { font-size: 28px; font-weight: 500; }
h5, .h5 { font-size: 24px; font-weight: 400; }
h6, .h6 { font-size: 20px; font-weight: 400; }
.display-4 { text-transform: uppercase; font-weight: 700; }
.title-tagline,
.sub-title { font-family: var(--siteFont1), sans-serif; font-size: 18px; color: hsl(var(--siteColor3)); font-weight: 500; line-height: 1.15; text-transform: capitalize; }
.content.int .title-tagline,
.content.int .sub-title { color: hsl(var(--black)); }
p { margin-bottom: 25px; }
iframe, img { max-width: 100%; }
a { color: hsl(var(--siteColor2)); }
a:hover, a:focus { color: hsl(var(--siteColor1)); text-decoration: none; }
li { list-style: none; }
img[align=left] { margin: 0 20px 20px 0; }
img[align=right] { margin: 0 0 20px 20px; }
img[align=left], img[align=right] { max-width: 50%; }
.bootstrap-select, .bootstrap-select button { width: 100% !important; }
.bootstrap-select .dropdown-menu li a { font-family: var(--siteFont1); }
.modal { color: hsl(0,0%,20%); }
.modal-title { color: hsl(0,0%,20%); }
.hidden { display: none !important; }
.sm-img { max-width: 100%; width: 300px !important; height: auto !important; object-fit: contain !important;}

.btn { display: inline-block; background-image: linear-gradient(to right, hsl(var(--siteColor1)), hsl(var(--siteColor2)), hsl(var(--siteColor2)), hsl(var(--siteColor1))); background-size: 300% 100%; border-radius: 0px; padding: 15px 32px; font-family: var(--siteFont1), sans-serif; font-size: 16px; color: hsl(var(--white)); line-height: 1; font-weight: 700; text-transform: uppercase; transition: all .4s ease-in-out;  }
.btn:hover { color: hsl(var(--white)); background-position: 100% 0; transition: all .4s ease-in-out; }
.btn-lg { padding: 16px 40px; font-size: 18px; }
.btn-sm { padding: 10px 25px; font-size: 15px; letter-spacing: 0px; }
/* Button w/Loading Icons */
.btn-loader, button[type=submit] { position: relative; }
.btn-loader .btn-loading-text, button[type=submit] .btn-loading-text { display: none; }
.btn-loader .btn-loading-text .loading-icon, button[type=submit] .btn-loading-text .loading-icon { vertical-align: middle; font-size: 100%; line-height: 1; }
.btn .icon { position: relative; top: -1px; font-size: 75%; }
.is-btn { padding: 15px 30px; background: hsl(var(--siteColor2)); border-radius: 0; outline: 2px solid transparent; font-family: var(--siteFont1), serif; font-size: 16px; color: hsl(var(--white)); line-height: 1; font-weight: 400; text-transform: uppercase; letter-spacing: 2px; transition: all 0.3s; }
.is-btn:hover { background: hsl(var(--siteColor1)); color: hsl(var(--white)); outline-color: hsla(var(--white),75%); }

/* Style Checkboxes with Custom look
  THE LABEL for ATTRIBUTE VALUE MUST MATCH THE INPUT id FOR THIS TO WORK
*/
input[type=checkbox] { display: none; }
input[type=checkbox] + label { cursor: pointer; position: relative; padding-left: 36px; }
input[type=checkbox] + label:before { content: ""; display: block; width: 24px; height: 24px; position: absolute; top: 0; left: 0; background: hsl(var(--white)); border: 1px solid #666; }
input[type=checkbox]:checked + label:before { content: "\f00c"; padding-left: 2px; box-shadow: inset 0 0 6px -2px hsl(var(--black)); font-family: "FontAwesome"; font-size: 24px; color: hsl(var(--siteColor1)); line-height: 0.75; text-align: center; }
input[type=checkbox] + label.select-all:before { width: 18px; height: 18px; font-size: 18px; line-height: 0.85; }
.input-well { display: block; padding: 15px !important; background: hsl(var(--white)); }
.input-well label { display: block; font-size: 12px; color: #666; line-height: 1.25; text-align: left !important; font-weight: 400 !important; }
.input-well input[type=checkbox] + label:before { top: 2px; }

/* SITE STYLES */
.wrapper { position: relative; }

.header { width: 100%; position: absolute; /*sticky;*/ top: 0; z-index: 999; padding: 15px 0; background: transparent; /*background-size: 100% auto; box-shadow: 0 5px 6px -5px hsla(var(--black),25%);*/ font-family: var(--siteFont1), sans-serif; color: hsl(var(--white)); }
.header .container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.header-logo-wrap { display: block; width: 250px; height: 158px; position: relative; }
.header-logo-wrap .header-logo { display: block; width: 100%; height: 100%; position: relative; background: url("/images/layout/palmetto-kingfish-tour-logo.png") no-repeat; background-size: contain; text-indent: -99999px; top: -15px; z-index: 5; }
.header-contact { margin-left: 100px; }
.header-phone { display: flex; align-items: center; color: hsl(var(--black)); font-weight: 700; }
.header-phone:hover { color: hsl(var(--siteColor1)); }
.header-phone .icon { margin-right: 10px; font-size: 50px; }

.header-qs-scroller,
.header-mobileToggle,
.close-nav { display: none; }
.header-nav-bar { position: relative; flex-grow: 1; top: 0; right: 0; left: 0; z-index: 3; font-family: var(--siteFont1); text-transform: capitalize; }
.navigation ul { display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center; margin-left: -20px; padding-left: 0; }
.navigation > ul { border-top: 1px solid hsla(var(--white),30%); }
.navigation ul li { display: block; padding: 0; position: relative; }
.navigation ul li a { display: block; position: relative; margin: 0; padding: 12px 20px; font-size: 14px; color: hsl(var(--white)); line-height: 1.5; font-weight: 900; text-transform: uppercase;}
.navigation ul li a:hover, .navigation ul li a:active, .navigation ul li a:focus { background: none; color: hsl(var(--siteColor1));  text-decoration: none; }
.navigation ul li i { display: none; }
.navigation ul li.sub ul, .navigation ul li ul { display: none; position: absolute; width: 220px; background: #fff; box-shadow: 0 0 8px -4px #333; color: hsl(var(--siteColor4)); transform: translate(0,0); transition: all,ease-in-out .2s; }
.navigation ul li.sub ul li a, .navigation ul li ul li a { color: hsl(var(--siteColor4)); transition: color .35s; }
.navigation ul li.sub ul li a:hover { background-color: hsl(var(--siteColor1)); color: hsl(var(--white)); }
.navigation ul li.sub:hover ul, .navigation ul li:hover ul { display: block; }
/* .navigation ul li.sub:after { content: "\f054"; display: block; position: absolute; top: 0; right: 0; padding: 7px 10px; font-family: 'FontAwesome'; font-size: 12px; }
.navigation ul li.sub > a { padding: 3px 30px 3px 20px; }
.navigation ul li a:after { content: ""; opacity: 0%; visibility: hidden; display: block; width: 0; height: 0; position: absolute; top: 50%; left: 50%; z-index: -1; transform: translate(-50%,-50%); border: 1px solid hsl(var(--white)); border-radius: 3px; background: hsla(var(--white),50%); transition: all 0.5s ease-in-out; }
.navigation ul li a:hover:after { opacity: 25%; visibility: visible; width: 100%; height: 100%; }
.navigation ul ul { opacity: 0; visibility: hidden; top: 0; left: 100%; transform: none; }
.navigation ul li:hover ul { opacity: 1; visibility: visible; } */

/* SPLIT NAV STYLES
.header-nav-bar .nav-wrap { display: grid; grid-template-columns: 1fr auto 1fr; }
.header-nav-bar .nav-group { display: flex; align-items: center; margin: 0; padding: 0; position: relative; z-index: 2; text-align: right; }
.header-nav-bar .nav-group.left-nav { justify-content: flex-end; padding-right: 20px; }
.header-nav-bar .nav-group.right-nav { justify-content: flex-start; padding-left: 20px; }
.header-nav-bar .nav-group .nav-item-wrap { list-style: none; display: inline-block; position: relative; line-height: 1; }
.header-nav-bar .nav-group .nav-item-wrap > a { display: block; margin-top: 0; padding: 15px; font-size: 16px; color: hsl(var(--black)); line-height: 1; font-weight: 600; text-align: center; text-transform: uppercase; }
.header-nav-bar .nav-group .nav-item-wrap > a:hover, .header-nav-bar ul li a:active, .header-nav-bar ul li a:focus, .header-nav-bar ul li:hover > a { background: none; color: hsl(var(--siteColor1)); text-decoration: none; }
.header-nav-bar .nav-group .nav-item-wrap > a[href="javascript:;"] {cursor: default;}
.header-nav-bar .nav-group .nav-item-wrap > a[href="javascript:;"]:hover {color: var(--siteColor1) !important;}
.header-nav-bar .nav-group .nav-item-wrap.active > a { color: hsl(var(--siteColor1)) !important; }
.header-nav-bar .nav-group .nav-item-wrap i { display: none; }
.header-nav-bar .nav-group .nav-item-wrap:hover > ul { opacity: 1; visibility: visible; top: 100%; }
.header-nav-bar .nav-group ul { min-width: 160px; opacity: 0; visibility: hidden; margin: 0; padding: 5px 0; position: absolute; top: 80%; left: 50%; transform: translate(-50%, 0); background: hsl(var(--white)); border-radius: 2px; box-shadow: 0 2px 4px -2px #333; line-height: normal; text-align: left; transition: all, ease-in-out 0.2s; }
.header-nav-bar .nav-group ul:after { content: ""; width: 0; height: 0; position: absolute; top: -10px; right: 0; left: 0; margin: auto; border-width: 0 10px 10px 10px; border-color: transparent transparent hsl(var(--white))FFF transparent; border-style: solid; }
.header-nav-bar .nav-group ul li { display: block; padding: 0; position: relative; }
.header-nav-bar .nav-group ul li.sub:after { content: "\f054"; display: block; position: absolute; top: 0; right: 0; padding: 7px 10px; font-family: 'FontAwesome'; font-size: 12px; }
.header-nav-bar .nav-group ul li.sub > a { padding: 3px 30px 3px 20px; }
.header-nav-bar .nav-group ul li a { display: block; margin: 0; padding: 5px 15px; font-size: 16px; color: hsl(var(--siteColor1)); line-height: 1.5; font-weight: 600; text-transform: uppercase; white-space: nowrap; }
.header-nav-bar .nav-group ul li a:hover, .header-nav-bar .nav-group ul li a:active, .header-nav-bar .nav-group ul li a:focus { background: #eee; text-decoration: none; }
.header-nav-bar .nav-group ul ul { opacity: 0; visibility: hidden; top: 0; left: 100%; transform: none; }
.header-nav-bar .nav-group ul li:hover ul { opacity: 1; visibility: visible; }
.header-nav-bar .nav-group.left-nav .nav-item-wrap:first-child ul { left: 0; right: auto; transform: none; }
.header-nav-bar .nav-group.left-nav .nav-item-wrap:first-child ul:after { content: ""; width: 0; height: 0; position: absolute; top: -10px; right: auto; left: 25px; }
.header-nav-bar .nav-group.left-nav .nav-item-wrap:first-child ul ul { left: 100%; right: auto; transform: none; }
.header-nav-bar .nav-group.right-nav .nav-item-wrap:last-child ul { right: 0; left: auto; transform: none; }
.header-nav-bar .nav-group.right-nav .nav-item-wrap:last-child ul:after { content: ""; width: 0; height: 0; position: absolute; top: -10px; right: 25px; left: auto; }
.header-nav-bar .nav-group.right-nav .nav-item-wrap:last-child ul li.sub:after { content: "\f053"; right: auto; left: 0; }
.header-nav-bar .nav-group.right-nav .nav-item-wrap:last-child ul li > a { padding: 3px 20px 3px 30px; }
.header-nav-bar .nav-group.right-nav .nav-item-wrap:last-child ul ul { right: 100%; left: auto; transform: none; }
*/

.banner { width: 100%; position: relative; z-index: 1; }
.banner-info { width: 100%; max-width: 1200px; padding: 0 15px; position: absolute; top: 50%; right: 0; left: 0; z-index: 4; transform: translate(0, -30%); margin: auto; }
.banner-text { /*display: flex; flex-direction: column; margin-bottom: 40px;*/ font-family: var(--siteFont2), sans-serif; font-size: 80px; color: hsl(var(--white)); line-height: 1; text-transform: uppercase; }
.banner-text .banner-title { border-bottom: 12px solid hsl(var(--white)); }
.banner-text .banner-title:after { content: ''; position: absolute; width: 75%; left: 0; bottom: -12px; border-bottom: 12px solid hsl(var(--siteColor2)); }
.banner-text small { display: block; font-family: var(--siteFont1), sans-serif; font-size: 16px; color: hsl(var(--white)); font-weight: 700; letter-spacing: 5px; }
.banner .banner-image { position: relative; padding-bottom: 45%; }
.banner .banner-image:before { content: ""; display: block; width: 100%; height: 100%; position: absolute; inset: 0; z-index: 2; background: hsla(var(--gray),10%); }
.banner .banner-image > div { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; background-size: cover !important; background-position: center center !important; }
.banner .banner-image.int { padding-bottom: 0; height: 250px; }

.content { --contentTopPadding: 50px; --contentBottomPadding: 50px; position: relative; padding: var(--contentTopPadding) 0 var(--contentBottomPadding); color: hsl(var(--siteColor4)); font-style: inherit; }
.content.int { background: hsla(var(--white),85%); font-family: var(--siteFont1), sans-serif; font-size: 16px; color: hsl(var(--black)); line-height: 1.75; text-align: left; }
.content ul li { list-style: disc; }
.content ol li { list-style: decimal; }
.content form { padding: 15px 0; background: hsl(var(--white)); border: 1px solid #ddd; }
.content .btn-wrap { display: flex; flex-wrap: wrap; }
.content .btn-wrap .btn { margin-bottom: 5px; margin-right: 5px; }

/* Intro Section */
.intro { background: url('/images/layout/splash-bg-1.jpg') no-repeat 100% 200%; background-size: contain; }
.link-group a { display: flex; align-items: center; font-weight: 800; }
.link-group a:hover span { text-decoration: underline; }
.link-group a i { font-size: 2rem; }
.intro img { max-height: 125px; object-fit: contain;}

/* Events Banner */
.events-banner { background: url('/images/layout/blue-splash.jpg') no-repeat; background-size: 100% 100%; box-shadow: 0 3px 20px rgb(0 0 0 / 10%); position: relative; }
.event-days { font-family: var(--siteFont1), sans-serif; font-weight: 900; font-size: 36px; line-height: 1; color: hsl(var(--siteColor3));}
.event-days-title { font-family: var(--siteFont1), sans-serif; font-weight: 700; font-size: 20px; line-height: 1; color: hsl(var(--siteColor5)); }
.event-details { font-family: var(--siteFont1), sans-serif; font-weight: 700; font-size: 16px; color: hsl(var(--siteColor3)); }
.event-details i { min-width: 15px; color: hsl(var(--siteColor1)); }

/* Payout Section */
.payout { background: url('/images/layout/prize-bg.jpg') no-repeat; background-size: cover; color: hsl(var(--white));} 
.payout .card { background-color: hsl(var(--white)); color: hsl(var(--siteColor3)); border: 0; border-radius: 0px; width: 28%; }
.payout .card-title { font-size: 24px; font-weight: 700; line-height: 1.2; }
.payout .card-sub-title { font-size: 18px; font-weight: 700; line-height: 1.2; margin-bottom: 0.75rem; }
.payout .card .d-flex img { object-fit: contain; max-height: 150px; max-width: 45%; }
.payout p { font-weight: 500; margin-bottom: 0.75rem; }
.payout ul, .payout .details { font-size: 20px; font-weight: 700; margin-bottom: 0.75rem; }
.payout .details { line-height: 1.2; }
.payout ul, .payout ul li { list-style-type: none; }

.sponsors { background: url('/images/layout/splash-bg-2.jpg') no-repeat 50% 0; background-size: cover; padding-top: 4rem; } 
.sponsors { padding-top: 10rem; }
.sponsor-logo-1 { background: url("/images/layout/logo-dekit.png") no-repeat; background-size: contain; background-position: center; width: 100%; height: 100%; min-height: 75px; }
.sponsor-logo-2 { background: url("/images/layout/logo-grander.png") no-repeat; background-size: contain; background-position: center; width: 100%; height: 100%; min-height: 75px; }
.sponsor-logo-3 { background: url("/images/layout/logo-vapor.png") no-repeat; background-size: contain; background-position: center; width: 100%; height: 100%; min-height: 75px; }
.sponsor-logo-4 { background: url("/images/layout/logo-yamaha.png") no-repeat; background-size: contain; background-position: center; width: 100%; height: 100%; min-height: 75px; }
.sponsor-logo-5 { background: url("/images/layout/logo-yeti.png") no-repeat; background-size: contain; background-position: center; width: 100%; height: 100%; min-height: 75px; }
/* .sponsor-logo-6 { background: url("/images/layout/mercury-logo.jpg") no-repeat; background-size: contain; background-position: center; width: 100%; height: 100%; min-height: 75px; }
.sponsor-logo-7 { background: url("/images/layout/dekit-logo.jpg") no-repeat; background-size: contain; background-position: center; width: 100%; height: 100%; min-height: 75px; } */

.callouts-wrap { --calloutTopPadding: 150px; width: 100%; max-width: 1400px; margin: auto; padding: var(--calloutTopPadding) 0 50px 0; background: url('/images/layout/callouts-bg.jpg') no-repeat right top var(--calloutTopPadding); background-size: 60% auto; }
.callouts { width: 40%; position: relative; padding-right: 30px; }
.callouts .container { display: flex; flex-wrap: wrap; flex-direction: column; max-width: 100%; padding: 0; }
.callout { display: flex; width: 100%; position: relative; padding: 0 15px; color: hsl(var(--black)); line-height: 1.75; }
.callout-img-wrap { flex-shrink: 0; width: 70px; height: auto; margin-right: 20px; position: relative; overflow: hidden; }
.callout-img { display: block; width: auto; max-width: 100px; height: auto; }
.callout-info { padding-top: 20px; }
.callout-title { margin-top: 0; font-weight: 700; }
.callout-desc { font-size: 16px; color: hsl(var(--siteColor4)); }
.callout-desc ul { padding-left: 18px; }
.callouts.int { width: 100%; padding: 0; top: auto; }
.callouts.int .callout { flex-direction: column; width: 100%; max-width: 100%; padding: 15px; transition: all 0.35s; }
.callouts-wide {  background-color: #eee; }
.callouts-wide .callouts.int { padding-right: 0; }
.callouts-wide .callouts.int .container { flex-direction: row; max-width: 1400px; }
.callouts-wide .callouts.int .callout { width: 33.33333%; position: relative; padding: 0 15px; }
.callout-border { border-left: 1px solid #ddd; }

.cms-events-option-1 { margin: 25px 0; }
.cms-events-option-1 ul { margin: 0; padding: 0; }
.cms-events-option-1 ul li { list-style: none; margin: 0 0 25px; }
.cms-events-option-1 ul li:last-child { border: none; }
.cms-events-option-1 .media-img-link { width: 200px; display: block; position: relative; margin-bottom: 10px; border-radius: 5px; }
.cms-events-option-1 .media-img-link.no-photo { min-height: 150px; }
.cms-events-option-1 .media-img-link.no-photo:hover .date { background: rgba(0,0,0,0.8); }
.cms-events-option-1 .media-img-link:hover .date { background: rgba(0,0,0,0.0); }
.cms-events-option-1 .media-img-link .event-img-wrap { width: 200px; position: relative; z-index: 1; padding-bottom: 60%; border-radius: 5px; }
.cms-events-option-1 .media-img-link .event-img-wrap > div { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.cms-events-option-1 .date { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-items: center; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; background: rgba(0,0,0,0.4); transition: all .25s ease-in-out; border-radius: 5px; font-size: 18px; color: hsl(var(--white)); line-height: normal; text-align: center; }
.cms-events-option-1 .date .date-wrap { display: flex; border-radius: 5px; text-align: center; }
.cms-events-option-1 .date em { font-size: 30px; display: block; font-style: normal; }
.cms-events-option-1 .start-date, .cms-events-option-1 .end-date { display: inline-block; }
.cms-events-option-1 .end-date b { position: relative; top: 17px; left: -6px; }
.cms-events-option-1 .end-date { padding-left: 10px; text-align: right; }
.cms-events-option-1 .media-body { width: 100%; padding-left: 10px; }
.cms-events-option-1 .event-info { font-size: 16px; padding: 3px 0; margin: 0 0 10px; border-top: 1px rgba(0,0,0,0.1) solid; border-bottom: 1px rgba(0,0,0,0.1) solid; }

.cms-events-option-2 { margin: 50px 0; }
.cms-events-option-2 ul { margin: 0; padding: 0; }
.cms-events-option-2 ul li { list-style: none; margin: 0 0 25px; padding-bottom: 25px; border-bottom: 1px rgba(0,0,0,0.1) solid; }
.cms-events-option-2 .event-img-wrap { width: 200px; display: block; position: relative; margin-bottom: 10px; }
.cms-events-option-2 .event-img-wrap img { object-fit: contain; height: auto; }
.cms-events-option-2 .media-body { width: 100%; padding-left: 20px; }
.cms-events-option-2 .event-info { font-size: 16px; padding: 3px 0; margin: 0 0 10px; }


.cms-faqs-option-1 { margin: 25px 0; }
.cms-faqs-option-1 .card > .card-header { padding: 0; }
.cms-faqs-option-1 .card > .card-header > p { margin: 0; }
.cms-faqs-option-1 .card-title > button { display: block; width: 100%; padding: 10px 40px 10px 10px; border: none; outline: none; font-size: 20px; text-align: left; }
.cms-faqs-option-1 .card-title > button:hover, .cms-faqs-option-1 .card-title > button:active, .cms-faqs-option-1 .card-title > button:focus { text-decoration: none; background: #eee; }
.cms-faqs-option-1 .card-title > button .fa { border-right: 1px rgba(0,0,0,0.2) solid; padding: 0 13px 0 5px; margin: 0 10px 0 0; }
.cms-faqs-option-1 .card-body p:last-child { margin: 0; }

.footer { position: relative; padding: 30px 0 0; background: url("/images/layout/footer.jpg") no-repeat center center; background-size: cover; box-shadow: 0 -5px 6px -5px hsla(var(--black),50%); font-family: var(--siteFont1), sans-serif; font-size: 16px; line-height: 1.25; }
/* .footer { background: hsl(var(--siteColor2)); } */
.footer-logo-wrap { display: block; width: 250px; height: 158px; margin: 0 auto 20px; }
.footer-logo-wrap .footer-logo { display: block; width: 100%; height: 100%; position: relative; background: url("/images/layout/palmetto-kingfish-tour-logo.png") no-repeat center center; background-size: contain !important; text-indent: -99999px; }
.footer h6 { margin-bottom: 25px; color: hsl(0,0%,20%); font-weight: 400; }
.footer a { color: hsl(var(--siteColor6)); }
.footer a:hover { color: hsl(var(--white)); }
.footer .navigation ul { margin: 0px; border: 0; justify-content: space-between; }
.footer .navigation ul li a { color: hsl(var(--white)); }
.footer .navigation ul li a:hover { color: hsl(var(--siteColor1)); }
.footer .navigation ul li:hover ul { display: none; }
.footer-contact-info { display: flex; flex-wrap: wrap; justify-content: center; margin: 10px 0; line-height: 1.5; color: hsl(0,0%,80%); text-align: center; }
.footer-contact-info address,
.footer-contact-info a { margin: 0 10px; }
.footer-phone,
.footer-email { color: hsl(0,0%,90%); font-weight: 700; }
.footer-phone:hover,
.footer-email:hover { color: hsl(var(--white)); }
.baseline { padding: 30px 15px; font-family: var(--siteFont1), sans-serif; font-size: 14px; color: hsl(var(--white)); line-height: 1.5; font-weight: 400; text-transform: capitalize; }
.baseline a { color: hsl(var(--white)); font-weight: 400; }
.baseline a:hover { color: hsl(var(--siteColor1)); }

.social { margin: 0; padding: 0; text-align: right; }
.social-item { list-style: none; display: inline-block; padding: 0 5px; }
.social-item a { cursor: pointer; display: block; width: 25px; height: 25px; position: relative;  font-size: 18px; color: hls(var(--white)); text-decoration: none; }
.social-item a .fa { font: normal normal normal 14px/1 FontAwesome; font-size: inherit; color: hsl(var(--white)); display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.social-item a:hover .fa { color: hsl(var(--siteColor1)); }
/* .social-link-facebookURL { background: hsl(221, 44%, 41%); } */
/*.social-link-facebookURL:hover { background: hsl(221, 44%, 61%); } */
/* .social-link-twitterURL { background: hsl(196, 100%, 46%); } */
.social-link-twitterURL:hover { background: hsl(196, 100%, 66%); }
/* .social-link-pinterestURL { background: hsl(358, 73%, 46%); } */
.social-link-pinterestURL:hover { background: hsl(358, 73%, 66%); }
/* .social-link-youtubeURL { background: hsl(0, 100%, 37%); } */
.social-link-youtubeURL:hover { background: hsl(0, 100%, 57%); }
/* .social-link-linkedinURL { background: hsl(201, 100%, 35%); } */
.social-link-linkedinURL:hover { background: hsl(201, 100%, 55%); }
/* .social-link-instagramURL { background: hsl(230, 77%, 58%); } */
/*.social-link-instagramURL:hover { background: hsl(230, 77%, 78%); }*/
/* .social-link-yelpURL { background: hsl(0, 93%, 35%); } */
.social-link-yelpURL:hover { background: hsl(0, 93%, 55%); }
/* .social-link-blogURL { background: hsl(31, 100%, 48%); } */
.social-link-blogURL:hover { background: hsl(31, 100%, 68%); }
/* .social-link-flickrURL { background: hsl(213, 100%, 43%); } */
.social-link-flickrURL:hover { background: hsl(213, 100%, 63%); }
.social-link-text { display: none; }

/* Owl Gallery */
.owl-gallery-loader-container { width: 101%; text-align: center; background: #f8f8f8; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; }
.owl-gallery-loader-tube-tunnel { width: 49px; height: 49px; margin: 0 auto; border: 4px solid; border-radius: 50%; border-color: rgba(0,0,0,0.5); animation: owl-gallery-loader-scale 1035ms infinite linear; position: absolute; top: 45%; left: 49%; transform: translate(-50%,-50%); }
@keyframes owl-gallery-loader-scale { 0% { transform: scale(0); transform: scale(0); } 90% { transform: scale(0.7); transform: scale(0.7); } 100% { transform: scale(1); transform: scale(1); } }
.owl-gallery-wrap { position: relative; z-index: 1; overflow: hidden; background: #333; }
.owl-gallery { position: relative; z-index: 1; }
.owl-gallery .item .owl-lazy { display: block; border-radius: 0; padding-bottom: 60%; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; position: relative; z-index: 2; }
.owl-gallery .item:before { content: ""; display: block; width: 49px; height: 49px; margin: 0 auto; border: 4px solid; border-radius: 50%; border-color: rgba(255,255,255,0.5); animation: owl-gallery-loader-scale 1035ms infinite linear; position: absolute; z-index: 1; top: calc(50% - calc(49px / 2)); left: calc(50% - calc(49px / 2)); transform: translate(-50%,-50%); }
.owl-gallery .item img.owl-lazy { padding: 0; }
.owl-gallery-thumbs { max-height: 80px; padding: 0 10px; position: relative; z-index: 1; }
.owl-gallery-thumbs .item { cursor: pointer; opacity: 0.5; }
.owl-gallery-thumbs .item:hover { opacity: 1; }
.owl-gallery-thumbs .item .owl-lazy { display: block; border-radius: 0; padding-bottom: 60%; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; }
.owl-gallery-thumbs .current .item { opacity: 1; }
.owl-theme .owl-.navigation [class*=owl-] { margin: 0 !important; }
.owl-theme .owl-.navigation [class*=owl-], .owl-gallery-thumbs .item { transition: all, ease-in-out 0.3s; }
.owl-theme .owl-.navigation [class*=owl-].disabled:hover { background-color: rgba(0,0,0,0.5); }
.owl-gallery.owl-theme { position: relative; }
.owl-gallery .owl-.navigation .owl-prev, .owl-gallery .owl-.navigation .owl-next, .owl-gallery-thumbs .owl-.navigation .owl-prev, .owl-gallery-thumbs .owl-.navigation .owl-next { font-size: 30px !important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: rgba(0,0,0,0.75) !important; border: none; border-radius: 0 5px 5px 0 !important; width: 60px; height: 60px; padding: 0 !important; position: absolute; top: 50%; transform: translate(0,-50%); animation: fadein 1.5s; }
.owl-gallery .owl-.navigation .owl-prev:hover, .owl-gallery .owl-.navigation .owl-next:hover, .owl-gallery-thumbs .owl-.navigation .owl-prev:hover, .owl-gallery-thumbs .owl-.navigation .owl-next:hover { opacity: 1; background: rgba(0,0,0,0.75) !important; }
.owl-gallery .owl-.navigation .owl-prev, .owl-gallery-thumbs .owl-.navigation .owl-prev { left: 0; opacity: 0.75; }
.owl-gallery .owl-.navigation .owl-next, .owl-gallery-thumbs .owl-.navigation .owl-next { right: 0; opacity: 0.75; border-radius: 5px 0 0 5px !important; }
.owl-gallery .owl-.navigation .owl-prev:before, .owl-gallery .owl-.navigation .owl-next:before, .owl-gallery-thumbs .owl-.navigation .owl-prev:before, .owl-gallery-thumbs .owl-.navigation .owl-next:before { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: "FontAwesome"; color: hsl(var(--white)); }
.owl-gallery .owl-.navigation .owl-prev:before, .owl-gallery-thumbs .owl-.navigation .owl-prev:before { content: "\f053"; left: 46%; }
.owl-gallery .owl-.navigation .owl-next:before, .owl-gallery-thumbs .owl-.navigation .owl-next:before { content: "\f054"; left: 56%; }
.owl-gallery-thumbs .owl-.navigation .owl-prev, .owl-gallery-thumbs .owl-.navigation .owl-next { font-size: 20px !important; width: 40px !important; height: 40px !important; top: 50%; }
.owl-gallery .owl-.navigation .owl-prev span, .owl-gallery .owl-.navigation .owl-next span, .owl-gallery-thumbs .owl-.navigation .owl-prev span, .owl-gallery-thumbs .owl-.navigation .owl-next span { display: none; }
.owl-gallery .owl-dots { counter-reset: slides-num; position: absolute; z-index: 2; top: 0; left: 0; color: hsl(var(--white)); background: rgba(0,0,0,0.5); padding: 7px 16px; font-size: 16px; border-radius: 0 0 4px 0; }
.owl-gallery .owl-dots:after { content: counter(slides-num); }
.owl-gallery .owl-dot { display: inline-block; counter-increment: slides-num; padding: 0; background: none; border: none; }
.owl-gallery .owl-dot button, .owl-gallery .owl-dot span { display: none !important; }
.owl-gallery .owl-dot.active:before { content: "Slide " counter(slides-num) " of"; margin-right: 5px; }
.owl-gallery .owl-caption { position: absolute; z-index: 2; bottom: 0; left: 0; padding: 5px 10px; display: block; background: rgba(0,0,0,0.5); border-radius: 0 4px 0 0; color: hsl(var(--white)); }
@media (max-width: 768px) {
  .owl-gallery .owl-dots { top: 20px; }
}
/* owl carousel - gallery component */
.gallery.owl-theme .owl-nav.disabled+.owl-dots {margin-top: 0px;}
.gallery.owl-theme .owl-dots .owl-dot span {width: 7px; height: 7px; margin: 3px 7px;}
button.owl-dot:focus {outline: none;}

@media (max-width: 2100px) {
  /*.content { background: hsla(0,100%,100%,65%); }*/
}
@media (max-width: 1600px) {
  /*.content { background: hsla(0,100%,100%,80%); }*/
}
@media (max-width: 1200px) {
  body { padding-top: 50px; overflow-x: hidden; }
  html.nav-open, body.nav-open { overflow: hidden !important; }
	.wrapper { position: relative; right: 0%; transition: right 500ms; transition-delay: 350ms; }
  .header { position: relative; background-color: hsl(var(--siteColor2)); }
  .header-qs-scroller { display: block; width: 60px; height: 50px; position: fixed; top: 0; right: 0; z-index: 999999; text-align: right; }
  .header-qs-scroller:hover, .header-mobileToggle:active, .header-mobileToggle:focus { color: hsl(var(--white)); }
  .header-qs-scroller span { display: block; width: 100%; height: 100%; color: hsl(var(--white)); line-height: normal; font-size: 32px; }
  .header-qs-scroller span .fa { position: relative; top: 2px; right: 12px; }
  .header-mobileToggle { display: block; position: fixed; top: 0; left: 0; right: 0; z-index: 99999; box-shadow: 0 0 5px -2px hsla(var(--black),50%); text-align: left; }
  .header-mobileToggle:hover, .header-mobileToggle:active, .header-mobileToggle:focus { color: hsl(var(--white)); }
  .header-mobileToggle span { background: hsl(var(--siteColor1)); display: block; color: hsl(var(--white)); line-height: normal; font-size: 32px; height: 50px; }
  .header-mobileToggle span .fa { position: relative; top: 2px; left: 12px; }
  .header-nav-bar { margin: 0; padding: 0; z-index: 99999; }
  .header-nav-bar .container { width: auto; padding: 0; margin: 0; }
  .header-nav-bar .navigation {width: 100%; display: block; position: fixed; top: 50px; bottom: 0; z-index: 9999; background: hsl(var(--white)); text-align: left; margin: 0; transform: translate(-100%,0); transition: transform 0.35s; }
  .header-nav-bar .navigation.open { transform: translate(0,0); left: 0; }
  .header-nav-bar .navigation > ul { flex-direction: column; }
  .header-nav-bar ul li { width: 100%; display: block; border-top: 1px rgba(0,0,0,0.15) solid; }
  .header-nav-bar ul li a { padding: 15px; }
  .header-nav-bar > .container > ul > li.sub { padding-right: 0; }
  .header-nav-bar > .container > ul > li.sub > a { padding-right: 60px; }
  .header-nav-bar ul li i {display: block; height: 46px; padding: 14px 16px; position: absolute; top: 0; right: 0;}
  .header-nav-bar ul ul { display: none; visibility: visible; opacity: 1; position: relative; top: auto; left: auto; right: auto; width: 100%; box-shadow: none; transition: none; transform: translate(0, 0); }
  .header-nav-bar ul ul li a { padding: 15px 30px; }
  .header-contact { margin-left: auto; }
  .header-logo-wrap { width: 100%; max-height: 125px;}
  .header-logo-wrap .header-logo { background: url("/images/layout/palmetto-kingfish-tour-logo.png") no-repeat center center; top: 0; background-size: contain; }
  .navigation ul { margin-left: unset; }
  .navigation ul li a { color: hsl(var(--black)); }
  .navigation ul li.sub ul { position: relative; width: 100%; box-shadow: none;}
  ul.social { display: flex; justify-content: center; background-color: hsl(var(--siteColor2));}
  ul.social li { width: unset; }
  .banner-info { text-align: center; }
  .callouts .container,
  .callouts-wide .callouts .container { width: 100%; }
}
@media (max-width: 992px) {
  .container { width: 100%; }
  .banner-info { top: 50%; transform: translate(0, -50%); }
  .banner-text { font-size: 70px; }
  .banner-text small { letter-spacing: 8px; }
  .content { padding: 40px 0; line-height: 2; }
  .callouts-wrap { --calloutTopPadding: 80px; background: none; }
  .callouts { width: 100%; padding: 0; }
  .events-banner .col-12:nth-child(2) { display: none; }
  .payout .card { width: 30%; }
}
@media (max-width: 991px) {
  .display-4 { font-size: 2.5rem; }
  .callouts { top: auto; }
  /* .callouts.int { flex-direction: row; margin: 50px -15px 0; } */
  .callouts.int .callout { flex-direction: row; }
  .callouts-wide .callouts.int .container { flex-direction: column; }
  .callouts-wide .callouts.int .callout { width: 100%; }
  .callout-border { border-left: none; border-top: 1px solid #ddd; }
}
@media (max-width: 812px) {
  .callout,
  .callouts-wide .callout,
  .callouts.int .callout { width: 100%; padding: 15px; }
}
@media (max-width: 768px) {
  h1, .h1 { font-size: 36px; }
  h2, .h2 { font-size: 32px; }
  h3, .h3 { font-size: 28px; }
  h4, .h4 { font-size: 24px; }
  h5, .h5 { font-size: 21px; }
  h6, .h6 { font-size: 18px; }
  .header { padding: 10px 0; z-index: 2; }
  .banner .banner-image { height: 300px; padding: 0; }
  .banner .banner-image.int { height: 180px; }
  .content, .content.int { padding-bottom: 20px; }
}
@media (max-width: 767px) {
  .events-info-grid [class^=col] { margin-bottom: 10px; }
  .border-left {border-left: 0px !important; border-top: 1px solid #dee2e6; }
  .intro { background-position: 100% 100%; }
  .intro img {max-height: 100px;}
  .events-banner { background-image: none; background-color: #eee; box-shadow: none; }
  .events-banner .text-white { color: hsl(var(--black)) !important; }
  .payout .card { width: 100%; }
  .payout .d-flex.cards { flex-direction: column }
  .sponsors > .row { flex-direction: column; }
  /* .sponsors { padding-top: 3rem; }
  .sponsor-logo { max-height: 75px; } */
  .cms-events-option-2 .media { flex-direction: column; }
  .cms-events-option-2 .media-body { padding: 0px; }
  .cms-events-option-2 .event-img-wrap img { object-position: 0;}
  .footer-contact-info { flex-direction: column; }
  .footer ul { flex-direction: column; }
  .baseline { flex-direction: column; text-align: center; }
  .btn-lg { padding: 15px 32px; font-size: 16px; }
}
@media (max-width: 568px) {
  img[align=left], img[align=right] { display: block; width: 100%; max-width: 100%; float: none; margin: 0 0 20px; }
  .header-nav-bar .container { padding: 0 15px; }
}
@media (max-width: 480px) {
  .banner-text { font-size: 50px; }
  .banner-text small {}
  .callout,
  .callouts-wide .callout,
  .callouts.int .callout { width: 100%; }
  .event-info .event-time,
  .event-info .event-location { display: block; margin: 0; }
  .cms-events-option-1 .media { display: block; }
  .cms-events-option-1 .media-left { display: block; }
  .cms-events-option-1 .media-img-link { width: 100%; margin: 0 0 20px; }
  .cms-events-option-1 .media-img-link .event-img-wrap { width: 100%; }
  .cms-events-option-1 .media-body { padding: 0; }
}
@media (max-width: 414px) {
  .header-contact { margin-top: 15px; text-align: center; }
  .callouts.int .container, .callouts .container { padding: 0 15px; }
}

.sweet-16-bracket-img { width: 100%; max-width: 850px; max-height: none !important; }
.payout .sweet-16-card-list,
.payout .sweet-16-card-list li { list-style-type: disc; }
.sweet-16-card-list { padding-left: 1.25rem; }
.sweet-16-card-list li { margin-bottom: 0.625rem; line-height: 1.35; display: list-item; }
.sweet-16-card-list li::marker { color: hsl(var(--siteColor1)); }

.entry-payout-page .intro { background: none !important; }
.entry-payout-page .entry-payout-section > h2 { margin-bottom: 1.5rem; }
.entry-payout-page .row { margin-bottom: -1.5rem; }
.entry-payout-page .card { margin-bottom: 0; }

.leaderboard-page .leaderboard-table th { text-transform: uppercase; line-height: 1.2; }
.leaderboard-page .leaderboard-table td,
.leaderboard-page .leaderboard-table th { vertical-align: middle; }
.leaderboard-page .card-img-top { aspect-ratio: 16 / 9; object-fit: cover; background-color: #f5f5f5; }

.sweet-16-results-round + .sweet-16-results-round {
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}