/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Custom Webfonts - Volta Regular
   ========================================================================== */

@font-face {font-family: 'Volta-Reg';src: url('../fonts/volta-regular.eot');src: url('../fonts/volta-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/volta-regular.woff') format('woff'),url('../fonts/volta-regular.ttf') format('truetype');}   


@font-face {
    font-family: 'Interstate Condensed';
    src: url('../fonts/interstate_regularcompressed-webfont.eot');
    src: url('../fonts/interstate_regularcompressed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/interstate_regularcompressed-webfont.woff2') format('woff2'),
         url('../fonts/interstate_regularcompressed-webfont.woff') format('woff'),
         url('../fonts/interstate_regularcompressed-webfont.ttf') format('truetype'),
         url('../fonts/interstate_regularcompressed-webfont.svg#interstateregularcompressed') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ==========================================================================
   TQLA custom styles
   ========================================================================== */   

html { background: #3a3a3a; }
body
{
	background: #3a3a3a;
	color: #000000;
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 21px;
}

h1
{
	margin: 0px;
	padding: 0px;
}

h2
{
	/* background: url(../img/pix-white.gif) repeat-x center center; */
	margin: 0px 0px 60px 0px;
	padding: 0px;
	color: #000000;
	/* font-family: "league-gothic",sans-serif; */
	font-family: "Interstate Condensed";
	font-size: 48px;
	font-weight: normal;
	line-height: 48px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
	text-align: center;
	text-transform: uppercase;
	/* letter-spacing: 2px; */
}

h2 span
{
	/* background: url('../img/about-texture.jpg'); */
	padding: 0px 25px;
}


h3
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Georgia, serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 25px;
}

h4
{
	margin: 0px 0px 2px 0px;
	padding: 0px;
	font-family: "Karla", sans-serif;
	font-size: 18px;
	line-height: 18px;
}

h5
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 14px;
}

strong
{
	color: #c61920;
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
	line-height: 24px;
}

p
{
	margin: 0px 0px 14px 0px;
}

#nav_w
{
	position: fixed;
	z-index: 100;
	width: 100%;
}

#nav_w #nav
{
	height: 84px;
	margin: 0px 10px;
	/* border-bottom: 1px solid #ffffff;	 */
}

#likes
{
	float: left;
	padding: 10px 0px 0px 10px;
}

#logo
{
	display: none;
	float: left;
	text-align: center;
}

nav
{
	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
	font-weight:bold;
	float: right;
	font-size: 20px;
	font-weight: normal;
	line-height: 84px;
}

nav ul
{
	float: right;
	margin: 0px 15px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

nav ul li
{
	float: left;
	margin: 0px;
	padding: 0px 15px 0px 0px;
}

nav ul li a
{
	display: block;
	color: #222;
	padding: 0px 10px;
	text-decoration: none;
}
.sec nav ul li a {
	color:#ffffff;
}
nav ul li a:hover
{
	color: #ffffff;
}

#nav_w.sec
{
	background: #000000;
	transition:background-color 0.5s ease;
}

#nav_w.sec #nav
{
	height: 45px;
	margin: 0px;
	padding: 15px 10px;
	/* border-bottom: 1px solid #eec3cf; */	
}

#nav_w.sec #likes
{
	width: 40%;
	padding: 10px 0px 0px 0px;
}

#nav_w.sec #logo
{
	display: block;
	width: 20%;
	min-width: 305px;
}
#nav_w.sec #logo img { margin: 15px 0 0 20px; }

#nav_w.sec nav
{
	font-size: 16px;
	line-height: 47px;
	font-weight: bold;
	letter-spacing: 1px;
}

.w
{
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

/* --- HOME styles --- */
#home
{
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 846px;
	text-align: center;
	background: url(../img/bg-home.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#content {
  position: relative;
  z-index: 50;
  top: 846px;
  -webkit-transform: translate3d(0,0,0);
}

#logo_splash
{
	width: 400px;
	margin: 250px auto 120px 0px;
}

a.btn_scroll
{
	display: block;
	background: url(../img/btn-scroll.png) no-repeat;
	width: 187px;
	margin: 0px auto;
	color: #ffffff;
	font-size: 24px;
	font-style: italic;
	line-height: 73px;
	text-decoration: none;
}

ul.soc
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	float: right;
	margin: 0px 40px 30px 0px;
	padding: 0px;
	list-style: none;
}

ul.soc li
{
	float: left;
	margin: 0px 0px 0px 10px;
}

ul.soc a
{
	text-decoration: none;
}

ul.soc a.img_btn
{
	display: block;
	width: 44px;
	height: 44px;
}

ul.soc a.img_btn span
{
	position: relative;
	left: -10000px;
}

a.twitter { display:block; float: left; margin: 0px 15px 0 15px; padding:0; width:41px; height:41px; background: url(../img/header-social-sprite.png) no-repeat 0px 0px; font-size:0; }
a.facebook { display:block; float: left; margin: 0px 15px 0 0px; padding:0; width:41px; height:41px; background: url(../img/header-social-sprite.png) no-repeat -55px 0px; font-size:0; }
a.instagram { display:block; float: left; margin: 0px 15px 0 0; padding:0; width:41px; height:41px; background: url(../img/header-social-sprite.png) no-repeat -110px 0px; font-size:0; }
a.ebites { display:block; float: left; margin: 0px 0px 0 0; padding:0; width:41px; height:41px; background: url(../img/ebites-icon.png) no-repeat; font-size:0; }

/* --- About styles --- */
#about
{
	background: url('../img/about-texture.jpg');
	padding: 58px 0px 83px 0px;
	text-align: justify;
}

/* Newspaper layout... no good in IE<10
#about .txt
{
	font-family: "Karla", sans-serif;
	text-align: justify;
	column-count: 2;
	column-gap: 200px;
   -moz-column-count: 2;
   -moz-column-gap: 200px;
   -webkit-column-count: 2;
   -webkit-column-gap : 200px;
}
*/

#about .txt1, #about .txt2
{
	float: left;
	width: 400px;
	font-family: Georgia;
	font-style: italic;
}
#about h2
{
	background: url(../img/h2-about-us.png) center center no-repeat;
	font-size: 55px;
	color: #000000;
	text-shadow: 1px 1px 2px #717759;
	letter-spacing: -2px;
  background-size: 130%;
	background-position: -178px -2px;
}


.cout
{
	float: left;
	width: 110px;
	margin: 10px 25px 0;
	padding: 20px;
	border-top:1px solid #8b8c93;
	border-bottom: 1px solid #8b8c93;
	font-family: georgia;
	text-align:center;
	
}

ul.pics
{
	margin: 48px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

ul.pics li
{
	float: left;
	margin: 0px 0px 0px 8px;
}

ul.pics li:first-child
{
	margin: 0px 0px 0px 0px;
}

/* --- Scroller styles --- */
#promotions
{
	background: #ffffff;
	padding: 80px 0px;
}

#promotions .w { width: 1130px; }

#promotions #slides { width: 1000px; float: left; margin: 0 19px; }

#promotions #back_btn { display: block; width: 46px; height: 13px; margin: 165px 0 0 0; float: left; font-size: 0; background: url(../img/slider-back-btn.png) center center no-repeat; }
#promotions #next_btn { display: block; width: 46px; height: 13px; margin: 165px 0 0 0; float: right; font-size: 0; background: url(../img/slider-next-btn.png) center center no-repeat; }


#promotions h3
{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #cccccc;
}

#promotions p
{
	font-family: "Karla", sans-serif;
}

#slides_pics
{
	background: url(../img/div-slide-ctrl.png) no-repeat center bottom;
	width: 1000px;
	margin: 0px;
	overflow: hidden;
}

#slides_pics ul
{
	position: relative;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#slides_pics ul li
{
	float: left;
	width: 1000px;
	height: 368px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#slides_dots
{
	margin: 20px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

ul#slides_dots li
{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#slides_dots a
{
	display: block;
	background: #ffffff;
	width: 16px;
	height: 16px;
	margin: 0px 5px;
	text-decoration: none;
	border: 2px solid #333333;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

ul#slides_dots a.sel
{
	background: #333333;
}

ul#slides_dots a span
{
	position: relative;
	left: -10000px;
}

/* --- Newsletter styles --- */
#newsletter
{
	background: url(../img/ebites-bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 180px;
	padding: 80px 0px 0px 0px;
	text-align: center;
}
#newsletter h3 { text-transform: uppercase; font-family: "Interstate Condensed"; font-size: 35px; }


#newsletter.int
{
	background: url('../img/about-texture.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* background: #b9b098;*/ 
}

#location_info #newsletter a{
	color: #ffffff;
}

/* --- Locations styles --- */
#locations
{
	background:url(../img/visit-bg.png) center center no-repeat;
	background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;
	padding: 58px 0px 0px 0px;
}

#locations .w { text-align: center; }

#locations h2
{
	/* background: url(../img/h2-visit-us.png) center center no-repeat; */
	background: url(../img/h2-about-us.png) center center no-repeat;
	font-size: 55px;
	color: #000000;
	text-shadow: 1px 1px 2px #717759;
	letter-spacing: -2px;
}

#locations h2.coming-soon
{
	font-size: 40px;
}


/* New Location Styling */
#locations .location { display: inline-block; width: 284px; }
#locations .location h3 { margin: 0 0 20px; padding: 0 0 20px; text-transform: uppercase; color: #010101; font-family: "Interstate Condensed"; background: url(../img/location-h3-bg.png) center bottom no-repeat; }
#locations .location p { margin: 0 0 10px; padding: 0; font-size: 16px; line-height: normal; font-style: italic; }
#locations .location a.directions { display: block; margin: 25px 0 20px 0; font-size: 16px; font-weight: bold; line-height: normal; text-decoration: none;  font-style: italic; color: #000000;  }
#locations .location a.directions:hover { text-decoration: underline; }
#locations .location .hours_open { margin-bottom: 5px; font-weight: bold; }
#locations .location .hours { margin-bottom: 20px; }

#locations .location .phone { margin: 0 0 80px; padding: 17px 0 100px 0; background: url(../img/location-phone-bg.png) center top no-repeat; }



ul.snav
{
	float: left;
	margin: 0px 0px 82px 0px;
	padding: 0px 0px 0px 10px;
	font-family: Georgia, serif;
	list-style: none;
}

ul.snav li
{
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

ul.snav a
{
	display: block;
	padding: 8px 10px;
	margin: 0px 2px;
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	font-family: "brandon-grotesque",sans-serif;
	font-family: "Georgia",serif;
	text-transform: uppercase;
}

ul.snav a.sel
{
	position: relative;
	background: #000000;
	/* background: #231f20;*/
	color: #ffffff;
}

ul.snav a.sel:before
{
}
ul.snav a.sel:after
{
}

#location_info
{
	background: url(../img/bg-locations-2-bw.jpg) no-repeat center bottom;
	padding: 120px 0px 0px 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 440px;
}
#location_info .btn.red {
	line-height: 34px;
}

#location_info .now_hiring {
position: absolute;
z-index: 100;
right: -40px;
top: 110px;
}

#location_info h2
{
	background: none;
	/* color: #c41230; */
	color: #000000;
}

#location_info h2 span
{
	background: none;
	padding: 0px;
}

#location_info h2 span:before
{
	content: "\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0";
	background: url(../img/pix-gray.gif) repeat-x center center;
	margin: 0px 25px 0px 0px;
}

#location_info h2 span:after
{
	content: "\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0";
	background: url(../img/pix-gray.gif) repeat-x center center;
	margin: 0px 0px 0px 25px;
}

ul#locations_list, 
ul#locations_list_coming_soon 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	color:#fff;
	text-align: center;
}

ul#locations_list li,
ul#locations_list_coming_soon li
{
	/* float: left; */
	display: inline-block;
	background: transparent;
	width: 270px;
	min-height: 365px;
	margin: 0px 30px;
	padding: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 25px;
	vertical-align: top;
	position: relative;
}

ul#locations_list li:first-child, ul#locations_list li:nth-child(3n+1),
ul#locations_list_coming_soon li:first-child, ul#locations_list_coming_soon li:nth-child(3n+1)
{
	margin: 0px 30px;
}

ul#locations_list .cont, #location_info .cont,
ul#locations_list_coming_soon .cont, #location_info .cont
{
	/* background: #c41230; */
	color: #000000;
	width: 270px;
	min-height: 320px;
	font-family: "Georgia",serif;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	text-align: center;
}

#location_info .cont
{
	float: left;
	background: none;
	margin: 0px 0px 0px 80px;
}

#location_info .map
{
	float: right;
	width: 650px;
}

#map_canvas
{
	width: 512px;
	height: 266px;
}

ul#locations_list h3,
ul#locations_list_coming_soon h3
{
	font-family: "league-gothic",sans-serif;
	background: url(../img/div-slide-ctrl.png) no-repeat center bottom;
	/* background: url(../img/div-locations.png) no-repeat center bottom; */
	padding: 0px 0px 23px 0px;
	margin: 0px 0px 27px 0px;
	color: #bea57e;
	font-size: 35px;
	font-weight: normal;
	font-style: normal;
	line-height: 25px;
	text-transform: uppercase;
}

ul#locations_list h3 a,
ul#locations_list_coming_soon h3 a{
	font-family: 'Interstate Condensed';
}

ul#locations_list .locations-now-hiring-burst,
ul#locations_list_coming_soon .locations-now-hiring-burst{
	position: absolute;
    right: -50px;
    top: 9px;
}

ul#locations_list li a, #location_info a,
ul#locations_list_coming_soon li a, #location_info a
{
	color: #000000;
	text-decoration: none;
}

#location_info .misc a.btn{
	color: #ffffff;
}

#location_info a.black {
	color: #000;
}
ul#locations_list li h3 a:hover,
ul#locations_list_coming_soon li h3 a:hover { text-decoration:underline; }


ul#locations_list .address, #location_info .address,
ul#locations_list_coming_soon .address, #location_info .address
{
	font-family: "Georgia",serif;
	background: url(../img/div-slide-ctrl.png) no-repeat center bottom;
	/*	background: url(../img/div-locations-dd.png) no-repeat center bottom;*/
	padding: 0px 30px 13px 40px;
	font-style: italic;
}

ul#locations_list .address a, #location_info .address a,
ul#locations_list_coming_soon .address a, #location_info .address a
{
	display: block;
	padding: 10px 0px 0px 0px;
	font-family: "Georgia",serif;
	font-style: normal;
}

ul#locations_list .phone, #location_info .phone,
ul#locations_list_coming_soon .phone, #location_info .phone
{
	background: url(../img/div-slide-ctrl.png) no-repeat center bottom;
	/* background:url(../img/div-locations-dd.png) no-repeat center bottom; */
	padding: 8px 0px 10px 0px;
}

ul#locations_list .fax, #location_info .fax,
ul#locations_list_coming_soon .fax, #location_info .fax
{
	background: url(../img/div-slide-ctrl.png) no-repeat center bottom;
	/* background: url(../img/div-locations-dd.png) no-repeat center bottom; */
	padding: 8px 0px 10px 0px;
}

ul#locations_list .misc,
ul#locations_list_coming_soon .misc
{
	padding: 20px 0px 20px 0px;
}

#location_info .misc
{
	padding: 20px 0px 0px 0px;
}
#locations_list .btn,
#locations_list_coming_soon .btn,
#location_info .cont .btn{
	color: #ffffff;
	/* color:#c41230; */
	font-weight:bold;
	margin: 0px auto 10px auto;
	font-family: "Georgia",serif;
	padding-top: 3px;
	display: inline-block;
	width: 165px;
	padding: 0px;
	line-height: 28px;

}
#locations_list .btn.gray,
#locations_list_coming_soon .btn.gray,
#locations_list_coming_soon .btn.dark
#location_info .cont .btn.dark
{
	
	background: #000000;
	color:white;

}
#locations_list .btn.green,
#locations_list_coming_soon .btn.green,
.cont .btn.green{
	background: #54B64F;
	color:white;
}
ul#locations_list li.blank,
ul#locations_list_coming_soon li.blank
{
	background: #414e53;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#location_misc
{
	background: #ffffff;
	padding: 80px 0px;
}

#location_misc h4
{
	background: url(../img/div-slide-ctrl.png) no-repeat center bottom;
	/* background: url(../img/div-short.png) no-repeat center bottom; */
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	text-align: center;
}


#menus {
float: left;
width: 430px;
}

#menus  ul{
	padding-left: 0px;
}

#menus li {
	list-style-type: none;
	display: inline-block;
	background: none;
	padding: 0px 6px 0px 20px;
	background: url(../img/div-tnav.png) no-repeat left center;
}

#menus li a{
	text-decoration: none;
	color: #000000;
	text-transform: uppercase;
	
}

#menus ul li:first-child {
background: none;
padding: 0px 6px 0px 0px;
}

#hours {
float: left;
width: 550px;
}

#hours  ul{
	padding-left: 0px;
}


#hours ul li{
	list-style-type: none;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}


/* New Menu Section */
#menu { padding: 80px 0 0 0; height: 200px; background: url(../img/menu-bg.jpg) center center no-repeat; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; }

#menu h2 { 	
  background: url(../img/h2-menu.png) center center no-repeat;
	font-size: 55px;
	color: #000000;
	text-shadow: 1px 1px 2px #717759;
	letter-spacing: -2px;
  background-size: 90%;
	background-position: 51px 4px;
}

#menu .w { text-align: center; } 
#menu .btn { margin: 0 25px 0 45px; }

/* New Events */
#blog { padding: 80px 0 50px 0; background: #c6cade; font-family: Georgia, serif;  font-style: italic; color: #333333; }
#blog h2 { 
  background: url(../img/h2-blog.png) center center no-repeat;
	font-size: 55px;
	color: #000000;
	text-shadow: 1px 1px 2px #717759;
	letter-spacing: -2px;
  background-size: 90%;
	background-position: 51px 4px;
	font-style: normal;
}

#blog strong{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#blog .left { width: 50%; float: left; }
#blog .right { width: 50%; float: right; }

#blog .post { width: 450px; margin: 0 0 50px; }

#blog .post h4,
#blog .post h4 a { margin: 0 0 15px; padding: 0; font-size: 17px; color: #666666; text-decoration: none; font-family: Georgia, serif; }

#blog .post h5,
#blog .post h5 a { margin: 0 0 10px; padding: 0; font-size: 19px; font-style: normal; color: #000000; text-decoration: none; font-family: "Interstate Condensed", sans-serif; line-height: 22px; text-transform: uppercase; }


#blog .post p { font-size: 14px; line-height: 24px; color: #666666; font-family: Georgia, serif; display: inline; }
#blog .post a.exerpt { color: #000000; display: inline; text-decoration: none; font-style: normal; } 
#blog .post a.exerpt:hover { text-decoration: underline; }

#blog .post p:nth-child(3) { display: none; }

#blog .hungryfeed_feed_title { display: none; }
#blog .hungryfeed_feed_description { display: none; }

#blog .hungryfeed_items .post p:nth-child(4) { display: none; }
#blog .hungryfeed_items .post p:first-child,
#blog .hungryfeed_items .post p:last-child { display: none; }

#blog .hungryfeed_items .post:nth-child(odd) { float: left; }
#blog .hungryfeed_items .post:nth-child(even) { float: right; }

#blog .blog-post-event-information{ margin-bottom: 10px; }

#blog .event-date, #blog .event-time, #blog .event-place{
	display: inline-block;
	line-height: 18px;
}

#blog .event-date{
	margin-right: 10px;
}

#blog .event-time{
	margin-right: 10px;
}

/* --- Contact styles --- */
#contact { color: #FFFFFF; background: #000000; font-family: Georgia, serif; }
#contact .w { background:url(../img/contact-bg-left.png) left 80px no-repeat; }


#contact { padding: 120px; }
#contact h2 { 
  background: url(../img/h2-contact.png) center center no-repeat;
	font-size: 55px;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #412637;
	letter-spacing: -2px;
  background-size: 90%;
	background-position: 51px 4px;
}

#contact p { font-family: "Karla", sans-serif; }

.split .col1 { float: left; width: 360px; padding: 112px 40px 20px 87px; color: #e6e5e5; }
.split .col2 { float: left; width: 360px; padding: 20px 0px 20px 95px; }


.split .col1
{
	/*background: url(../img/bg-sam-fox.jpg) no-repeat;*/
}

/* Footer Popup Window */
/* #Gift-Cards-Ad{
	display: block;
	width: 601px;
	height: auto;
	max-width: 100%;
}

#Gift-Cards-Ad img{
	max-width: 100%;
	display: block;
} */
.fancybox-skin{
	background: none !important;
}

#Gift-Cards-Ad{
	display: block;
	width: 601px;
	height: 484px;
	max-width: 100%;
	background: none;
}

#Gift-Cards-Ad img{
	display: block;
	max-width: 100%;
	height: auto;
}

/* --- Footer styles --- */
footer
{
	background: #3a3a3a;
	padding: 2px 20px;
	font-family: Georgia, serif;
	border-top: 1px solid #ffffff;
}

#logo_ftr
{
	float: left;
}

footer ul.snav
{
	float: right;
	margin: 0px;
}

body.home footer {
  position: relative;
  z-index: 50;
  top: 846px;
}

/* --- Form styles --- */
fieldset
{
	margin: 0px 0px 20px 0px;
}

label
{
	display: block;
	margin: 0px 0px 10px 0px;
	font-family: "Karla",sans-serif;
	font-size: 14px;
	font-weight: 700;
	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
}

input[type="text"], textarea
{
	*position: relative;
	background: #dadde0;
	width: 350px;
	padding: 14px 5px;
	border: 0px;
	outline: none;
	-webkit-appearance: none;
}

textarea
{
	height: 80px;
}

input[type="text"].err
{
	border: 1px solid #c61920;
}

input[type="checkbox"]
{
	margin: 0px 10px 0px 0px;
}

input[type="radio"]
{
	margin: 0px 0px 0px 20px;
}

input[type="submit"]
{
	display: inline-block;
	float: right;
	background: #666666;
	padding: 15px 40px 16px 40px;
	color: #ffffff !important;
	font-family: Georgia, serif;
	font-size: 15px;
	font-style: italic;
	line-height: 15px;
	border: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#resp
{
	display: none;
	margin: 0px 0px 20px 0px;
	color: #231f20;
	font-size: 18px;
	font-weight: 700;
}

#resp.err
{
	color: #c61920;
	font-size: 14px;
}



/* Gravity Form Styling */
.gform_fields { margin: 0 0 0 0; padding:0; list-style: none; }
.gform_fields li.gfield { margin: 0 0 15px 0; padding: 0; }
.gform_wrapper .ginput_complex label{ font-size: 12px; }
.gform_wrapper .ginput_complex input,
.gform_wrapper .top_label input.medium, 
.gform_wrapper .top_label select.medium { *position: relative; width: 350px; padding: 14px 5px; background: #dadde0; border: 0px; outline: none; -webkit-appearance: none; }
.gform_wrapper .top_label select.medium { width: 360px; border-radius: 0; }
span.gfield_required { padding: 0 0 0 5px; color: #c61920; }

/* Gravity Form Errors */
.validation_error { margin: 0 0 20px; color: #c61920; font-size: 14px; line-height: 20px; font-weight: bold; }
.validation_message { margin: 7px 0 0 0; color: #c61920; font-size: 14px; line-height: 16px; font-style: italic; }
.gform_wrapper .gfield_error input.medium { border: 1px solid #c61920; }

/* Gravity Form Validations */
#gforms_confirmation_message { font-size: 18px; margin: 163px 0 0 0; font-weight: bold; }

/* Gravity Form Date Picker */
.ui-datepicker { width: 216px; height: auto; margin: 5px auto 0; font: 9pt Arial, sans-serif; -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5); }
.ui-datepicker a { text-decoration: none; }
.ui-datepicker table { width: 100%; border-collapse: collapse; }
.ui-datepicker-header { background-color: #666; /* set the header background color */ color: #e0e0e0; font-weight: bold; -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2); -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2); box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2); text-shadow: 1px -1px 0px #000; filter: dropshadow(color=#000, offx=1, offy=-1); line-height: 30px; border-width: 1px 0 0 0; border-style: solid; border-color: #666; }
.ui-datepicker-title { text-align: center; }
.ui-datepicker-prev,

.ui-datepicker-next { display: inline-block; width: 30px; height: 30px; text-align: center; cursor: pointer; background-image: url('../img/datepicker/arrow.png'); background-repeat: no-repeat; line-height: 600%; overflow: hidden; }
.ui-datepicker-prev { float: left; background-position: center -30px; }

.ui-datepicker-next { float: right; background-position: center 0px; }
.ui-datepicker thead { background: #f7f7f7; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1)); background: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%); background: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%); background: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%); background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0 );
border-bottom: 1px solid #bbb; }
.ui-datepicker th { text-transform: uppercase; text-align: center; font-size: 6pt; padding: 5px 0; color: #666666; text-shadow: 1px 0px 0px #fff; filter: dropshadow(color=#fff, offx=1, offy=0); }
.ui-datepicker tbody td { padding: 0; border-top: 1px solid #bbb; border-right: 1px solid #bbb; }
.ui-datepicker tbody td:last-child { border-right: 0px; }
.ui-datepicker tbody tr { border-bottom: 1px solid #bbb; }
.ui-datepicker tbody tr:last-child { border-bottom: 0px; }
.ui-datepicker td span,
.ui-datepicker td a { display: inline-block; font-weight: bold; text-align: center; width: 30px; height: 30px; line-height: 30px; color: #666666; text-shadow: 1px 1px 0px #fff; filter: dropshadow(color=#fff, offx=1, offy=1); }
.ui-datepicker-calendar .ui-state-default { background: #ededed; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede)); background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%); background: -o-linear-gradient(top, #ededed 0%, #dedede 100%); background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%); background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede', GradientType=0 );
-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5); -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5); box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5); }
.ui-datepicker-calendar .ui-state-hover { background: #f7f7f7; }
.ui-datepicker-calendar .ui-state-active { background: #FFF2AA; /* set the active date background color */ border: 1px solid #c19163; /* set the active date border color */ color: #666; /* set the active date font color */ -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1); -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1); box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1); text-shadow: 0px 1px 0px #FFF; filter: dropshadow(color=#FFF, offx=0, offy=1); position: relative; margin: -1px; }
.ui-datepicker-unselectable .ui-state-default { background: #f4f4f4; color: #b4b3b3; }
.ui-datepicker-calendar td:first-child .ui-state-active { width: 29px; margin-left: 0; }
.ui-datepicker-calendar td:last-child .ui-state-active { width: 29px; margin-right: 0; }
.ui-datepicker-calendar tr:last-child .ui-state-active { height: 29px; margin-bottom: 0; }
td.ui-datepicker-unselectable.ui-state-disabled { background-color: #d7d7d7; }


/* Privacy Policy */
body.page-template-privacy-php { background: #fff; }
body.page-template-page-white-php { background: #fff; width: 100% !important; min-width: 100% !important; }
#privacy { padding: 100px 0; }
#privacy h1 { margin: 0 0 10px; }
#privacy p { font-size: 14px; line-height: 19px; color: #000; }
#privacy p strong { font-size: 14px; line-height: 19px; font-weight: bold; font-style: normal; color: #000; }


/* --- Misc styles --- */
.center_w
{
	display: table;
	margin: 0px auto;
}

ul.list
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.list li
{
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.quote
{
	position: relative;
	background: url(../img/div-short.png) no-repeat center top;
	padding: 25px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
	font-family: Georgia, serif;
	font-size: 30px;
	line-height: 28px;
	text-align: center;
}

.quote .txt
{
	position: relative;
	font-family: "adobe-caslon-pro",serif;
	font-style: italic;
}

.quote .txt:before
{
	display: inline-block;
	position: absolute;
	left: -30px;
	top: -10px;
	content: "";
	background: url(../img/sprt-quote.png) no-repeat 0px 0px;
	width: 25px;
	height: 21px;
	margin: 0px 10px 0px 0px;
}

.quote .txt:after
{
	display: inline-block;
	position: absolute;
	bottom: -5px;
	content: "";
	background: url(../img/sprt-quote.png) no-repeat -30px 0px;
	width: 25px;
	height: 21px;
	margin: 0px 0px 0px 10px;
}

.quote .source
{
	font-family: "brandon-grotesque",sans-serif;
	background: url(../img/div-short.png) no-repeat center bottom;
	padding: 10px 0px 25px 0px;
	font-size: 22px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.no-solicitation{
	background: url(../img/div-short.png) no-repeat center top;
	margin-top: 48px;
	padding-top: 35px;
	text-align: center;
}

a.btn
{
	display: inline-block;
	background: #000000;
	padding: 0px 25px;
	color: #ffffff;
	font-size: 15px;
	font-style: italic;
	line-height: 46px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

a.btn.gray,
a.btn.green
{
	display: inline-block;
	background: #f8e2e6;
	width: 165px;
	padding: 0px;
	line-height: 28px;
	text-align: center;
	color: #c41230;
	font-weight: bold;
	margin: 0px auto 10px auto;
	font-family: "adobe-caslon-pro",serif;
	padding-top: 3px;
}

.karla
{
	font-family: "Karla", sans-serif;
}


/* --- Like buttons override --- */
.fb-like { top:-6px; }

/*
.plusone, .twitter, .fb-like
{
	display: inline-block;
	font-size: 1px;
}
*/

div .fb_reset 
{
    display: inline;
} 



/* Careers Page */
body.page-id-475{ min-width: 100px !important; }

#dbc-careers-hero > img, #dbc-careers-matters > img, #dbc-careers-matters > a > img, #dbcr-careers-collage > img, #dbcr-careers-collage > a > img, #dbcr-careers-wol > img,  #dbcr-careers-wol > a > img, #dbcr-careers-wol-left > img,  #dbcr-careers-wol-left > a > img,  #dbcr-careers-wol-right > img, #dbcr-careers-wol-right > a > img, #dbcr-careers-guest > img, #dbcr-careers-guest > a > img, #dbcr-careers-happiness > img, #dbcr-careers-happiness > a > img, #dbcr-careers-benefits > img, #dbcr-careers-benefits > a > img, #dbcr-careers-apply > img, #dbcr-careers-apply > a > img, #dbcr-careers-fox > img, #dbcr-careers-fox > a > img{ width: 100%; height: auto; }

#dbc-careers-hero{ background-repeat: no-repeat !important; background-size: cover !important; position: relative; }
#dbc-careers-hero-buttons{ position: absolute; top: 83%; width: 29%; left: 36%; text-align: center;}
#dbc-careers-hero-buttons a{ display: inline-block; width: 45%; margin-bottom: 5px; line-height: 0em; margin: 0px 1.5%; }
#dbc-careers-hero-buttons a.button-1{ width: 39%; }
#dbc-careers-hero-buttons a img{ width: 100%;}

#dbcr-careers-wol-left, #dbcr-careers-wol-right{ float: left; width: 50%; }

#dbcr-careers-quiz{ position: relative; font-family: 'Quattrocento Sans', sans-serif; }
#dbcr-careers-quiz  > div.gform_wrapper{ position: absolute; top: 24%; margin-left: 52%; width: 27%; }
#dbcr-careers-quiz label{font-family: 'Quattrocento Sans', sans-serif; font-size: 18px;}
#dbcr-careers-quiz .validation_error{ position: relative; top: -30px; height: 0px;}
#dbcr-careers-quiz .gfield_required{ display: none; }
#dbcr-careers-quiz .gfield_checkbox{ list-style-type: none; padding-left: 0px; }
#dbcr-careers-quiz .gfield_checkbox > li{ margin-bottom: 5px; } 
#dbcr-careers-quiz .gfield_checkbox input{ display: inline-block; height: 20px; width: 20px; opacity: 0.5 }
#dbcr-careers-quiz .gfield_checkbox label{ display: inline;}
#dbcr-careers-quiz .gform_previous_button{ background: url('../img/prev_btn.png'); background-repeat: no-repeat; border: none; text-indent: -9999px; width: 113px; height: 37px;}
#dbcr-careers-quiz .gform_next_button{ background: url('../img/next_btn.png'); background-repeat: no-repeat; border: none; text-indent: -9999px; width: 93px; height: 37px;}
#dbcr-careers-quiz input[type="submit"]{ padding: 10px 20px 11px 20px; font-weight: bold; font-size: 17px; line-height: 17px; }
#dbcr-careers-quiz #gforms_confirmation_message_2{ position: absolute; top: 27%; margin-left: 52%; width: 19%; }
#dbcr-careers-quiz #gform_confirmation_message_2{ display: none; }
#dbcr-careers-quiz #gforms_confirmation_message{ margin-top: 20px;}
#dbcr-careers-quiz input[type="submit"]{ float: none; }

#dbcr-careers-instagram{ }
#dbcr-careers-instagram a{ display: block; float: left; width: 16.66%}
#dbcr-careers-instagram img{ max-width: 100%; height: auto;}

#dbcr-careers-apply{ position: relative; }
#dbcr-careers-apply #dbc-careers-apply-buttons{ position: absolute; top: 55%; text-align: center; margin-left: 25%; width: 50%; }
#dbcr-careers-apply #dbc-careers-apply-buttons a{ display: inline-block; margin-left: 1.5%; margin-right: 1.5%; width: 45% }
#dbcr-careers-apply #dbc-careers-apply-buttons a.button-1{ width: 39% }
#dbcr-careers-apply #dbc-careers-apply-buttons img{max-width: 100%;}

/* ==========================================================================
   Alt Layout custom styles
   ========================================================================== */  
body.page-template-alt-layout{
	background-color: white;
	min-width: 100%;
}
.img-responsive img{
	width:100%;
	height: auto;
	margin:0;
}

body.page-template-alt-layout #nav_w{
	display: none;
}
body.page-template-alt-layout #main{
	display: flex;
	justify-content: space-between;
}
#main-image-container{
	width:50%;
	padding: 57px;
}
#main-image-top {
    padding-top: 0;
}

.cta-container {
    background-color: white;
    width: 50%;
    text-align: center;
    margin-top: 300px;
}
.coupon-container{
	padding:20px 0;
	max-width: 1040px;
    margin: 0 auto;
}
}
.full-width-container {
    width: 100%;
    text-align: center;
    padding: 5% 0;
    background-color: black;
}
.btn-container{
margin-bottom: 10px;
}
body.page-template-alt-layout .btn{
	width:250px;
	padding: 0 10px;
	font-style: normal;	
}
a.download-cta.btn.green{  
	color:#099F58;
}
a.download-cta.btn:hover{
	background-color: #099F58;
	color:white;
}

@media screen and (max-width: 768px) {
	div#alt_layout {
	    max-width: 768px;
	}
}

@media screen and (max-width: 689px) {
	#main-image-container,
	.cta-container{
		width:100%;
		padding: 0 20px;
		margin:0 ;

	}
	.cta-container > :first-child{
		margin-top: 130px;
	}
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1200) {
	body #main{
		margin-top: 98px;
	}
}
   
   
@media only screen and (max-width: 900) {
	body #main{
		margin-top: 139px;
	}
}   
   
/* iPad */
@media only screen and (max-width: 1279px) and (min-width: 768px)
{
	body
	{
		min-width: 1080px;
	}
	#location_info { height: 480px; }
	
}

@media only screen and (max-height: 800px) 
{
  #logo_splash { margin: 160px auto 0 auto; }

}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
