body {margin:0px; padding:0px; color:#231f20; font-size:15px; line-height:22px; font-family:'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif; background-color:#f6f4f5;}
.maincontainer {max-width:955px; margin:0 auto; width:100%;}
#logo {float:left; width:153px;z-index:99999;}
.nav-box {float:left; width:99px;}
#nav-background {background-image:url(/images/global/gray-background.png); background-repeat:repeat; position:fixed; z-index:999; margin:0 auto; width:100%;}

a.nav-link {width:100px; height:69px; display:block; background-position:left; text-indent:-9999px;}
a:hover.nav-link { background-position:right; background-color:#2eb4e8;}
a.navON { background-position:right; width:100px; height:69px; display:block; text-indent:-9999px; background-color:#2eb4e8;}

.footer-column{float:left; min-width:68px; margin:0 20px 0 20px; font-size:11px; line-height:16px;}
.footer-border{float:left; width:2px; background-color:#FFF; display:block; height:111px;}

.footer-column a {color:#FFF; text-decoration:none;}
.footer-column a:hover {color:#00aeef; text-decoration:none;}
#franchisee-login {float:right; width:190px; text-align:right; margin-right:15px;}

.swap-image img:last-child{display:none}
.swap-image:hover img:first-child{display:none}
.swap-image:hover img:last-child{display:inline-block}

.swap-image img.display:last-child{display:inline-block}
.swap-image img.display:first-child{display:none}

.clear {
	clear:both; font-size:0px; line-height:0px; height:0px;
}

#left_nav {position:absolute; left:0px; top:25%; z-index:99999999999; max-width:50px; width:7% }
	#left_nav img { width:100%; margin:-0.75px 0; }

.zip-code { margin-top:100px; border-radius:10px; font-size:24px; line-height:40px; outline:none; color:#00aeef; padding:5px; text-align:center; width:250px;}
.watermark { margin-top:100px; border-radius:10px; font-size:30px; line-height:40px; outline:none; color:#BFBFBF; padding:5px; text-align:center; width:250px;}

.sub-white {margin:0 auto; max-width:960px; text-align:center; padding:40px 0; color:#808080; font-size:14px; line-height:20px;}
	.sub-white h2.header{font-size:32px; line-height:42px; text-transform:uppercase; margin-bottom:10px;}
	.sub-white .grey-bar{ background-color:#808080; height:2px; line-height:2px; display:block; margin:10px 0 40px;}


.video-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	margin:25px auto;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
	max-width:960px;
	max-height:540px;
    width: 100%;
    height: 100%;
}

/*Strip the ul of padding and list styling*/
ul#menu {
	list-style-type:none;
	margin:0;
	padding:0;
	float:right;
}

/*Style for dropdown links*/
li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #19c589;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	color: #fff;
	background: #00aeef;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}




/*Responsive Styles*/

@media screen and (max-width : 950px){
	/*Make dropdown links appear inline*/
	ul#menu {
		display: none;
	}
	#logo {float:none; width:153px; margin:0 auto;}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	.find_a_kona_box {margin:25px 15px;}
}
@media screen and (max-width : 760px){
.zip-code { margin-top:10px;}
.watermark { margin-top:10px; }
	.find_a_kona_box {margin:25px 15px;}
}
@media screen and (max-width : 480px){
	.find_a_kona_box {float:none; width:240px; line-height:24px; margin:25px auto; padding:20px; text-align:center; border-radius:15px; -moz-border-radius: 15px; -khtml-border-radius: 15px; -webkit-border-radius: 15px;}
}