	/**
	 * ********************************************************************************************
	 *
	 * (C) 2014 Gigarush, LLC
	 * 
	 * ********************************************************************************************
	 <style>
	 /**/

/*	Alabaster (Gray)			: rgb(239,233,229);	/* Gray */
/*	Tame Teal (Light Blue)		: rgb(188,228,229); /* Light Blue */
/*	Cooled Blue (Med. Blue)		: rgb(116,203,200); /* Med. Blue */
/*	Jute Brown (Brown)			: rgb(117,66,0);	/* Brown */
/*	Forsythia (Yellow)			: rgb(255,201,0);	/* Yellow */
/*	Invigorate (Orange)			: rgb(245,128,37);	/* Orange */
/*	Center Stage (Green)		: rgb(169,207,56);	/* Green */
/*	Van Dyke Brown (Dk Gray)	: rgb(65,48,0);		/* Dk Gray */

/*
	In general, Montserrat bold is recommended
	for headlines, Amatic SC for subheads and other
	Montserrat font variants for body copy. Do not
	use Amatic SC for body copy. As a substitute for
	Amatic SC please use Trade Gothic Condensed.

	A good substitute for the Gotham font family is
	Helvetica, a common sans-serif font found on most
	computers by default.
*/

@import url(https://fonts.googleapis.com/css?family=Amatic+SC:400,700|Montserrat:400,700);
/* font-family: 'Montserrat', sans-serif; font-weight: 400;*/
/* font-family: 'Amatic SC', cursive; font-weight: 400;*/

/*
$fontbase = 16
$line-height-base = 26
*/

html {
    font-size: 75%; /* 12 px */
}

body {
	color: rgb(117,66,0);
	font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 1.6rem;
    line-height: 1.625; /* $line-height-base ÷ $fontbase */
	margin: 0;
	min-width: 320px;
	width: 100%;
}

h1 {
    font-size: 4.6rem;
	font-family: 'Montserrat', Helvetica, sans-serif;
    line-height: 1; 
	margin: 0;
	padding: 0.6rem 0;
}
/*
h2 {
	color: rgb(117,66,0);
    font-size: 4.5rem;
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
    line-height: 1.181; 
	margin: 0;
	padding: 0.6rem 0;
}
*/
h2 {
	color: rgb(117,66,0);
    font-size: 3.5rem;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 700;
    line-height: 1.181; 
	margin: 0;
	padding: 0.6rem 0;
}
h3 {
    font-size: 2.8rem;
    line-height: 1.2; 
	margin: 0;
	padding: 0.4rem 0;
}
h4 {
    font-size: 2.2rem;
    line-height: 1.1; 
	margin: 0;
	padding: 0.2rem 0;
}
h5 {
    font-size: 1.8rem;
    line-height: 1.1; 
	margin: 0;
	padding: 0.2rem 0;
}

/** Manage default values */
a {
	color: rgb(245,128,37);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
hr {
    display: block;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    height: 1px;
}

p {
	margin-bottom: 0;
}

/** Color Values */
.color_brown {
	color: rgb(117,66,0);
}
.color_dk_gray {
	color: rgb(65,48,0);
}
.color_gray {
	color: rgb(239,233,229);
}
.color_green {
	color: rgb(169,207,56);
}
.color_orange {
	color: rgb(245,128,37);
}
.color_yellow {
	color: rgb(255,201,0);
}

/** Text Values */
.cursive {
	color: rgb(117,66,0);
	font-family: 'Amatic SC', cursive; 
	font-weight: 700;
}


/* ==========================================================================
   header
   ========================================================================== */
header {
	margin: 0 auto;
    max-height: 105px;
	position: relative;
	width: 100%;
	height: 9rem;
}

header #header_logo {
	float: left;
	height: 100%;
}
header #header_logo img {
	width: auto;
    max-height: 100%;
}
header #header_menu {
	bottom: 0;
	display: block;
	margin-right: 1rem;
	position: absolute;
	right: 2rem;
}
header #header_menu ul {
	float: right;
	margin: 0;
	padding: 0;
}
header #header_menu li {
	list-style-type: none;

	background: rgb(245,128,37);
	float: left;
	font-size: 1.0rem;
	padding: .2rem .6rem .15rem .6rem;
	position: relative;
	margin-left: 0.15rem;
	margin-right: 0.15rem;
}
header #header_menu li a {
	color: #FFF;
	text-decoration: none;
}
header #header_menu .header_menu_li {
	display: list-item;
}
header #header_menu #header_order_online_li,
header #header_menu .header_mobile_only_li{
	display: none;
}
header #header_menu #header_locations {
	background: white;
	background-image: url('/_images/header/header-location-btn-bg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
header #header_social_icons {
	font-size: 2.0rem;
	margin-top: 5px;
	position: absolute;
	right: 28rem;
	top: 0px;
}
header #header_social_icons img {
	height: 4.5rem;
}
header #header_social_icons img:hover {
	opacity: 0.7;
}

/* **************** Socicon (http://www.socicon.com/) **************** */
header #header_social_icons #social_media {
	list-style: none;
	margin-top: 5px;
	position: relative;
}

header #header_social_icons #social_media li {
	float: left;
	padding: 0 6px;
}
header #header_social_icons #social_media li a {
	position: absolute;
	transition: all 0.2s ease;
}
header #header_social_icons #social_media a:hover {
	margin-top: 2px;
	margin-right: 2px;
	opacity: 0.7;
	text-decoration: none;
}				

header #header_social_icons #social_media #icon_1 {
		right: 140px;
	}
header #header_social_icons #social_media #icon_2 {
		right: 105px;
	}
header #header_social_icons #social_media #icon_3 {
		right: 70px;
	}
header #header_social_icons #social_media #icon_4 {
		right: 35px;
	}
header #header_social_icons #social_media #icon_5 {
		right: 0;
	}



header #header_franchise_information,
header #header_careers {
	position: absolute;
	right: 15rem;
    top: 0px;
}
header #header_careers {
	top: 16px;
}
header #header_franchise_information a,
header #header_careers a{
	font-size: 1rem;
}
header #header_order_online {
	background-image: url('/_images/header/header-order-online-btn-bg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #FFF;
	font-family: 'Amatic SC', 'Montserrat', Helvetica, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	padding: .3rem 1rem;
	position: absolute;
	right: 3rem;
	text-align: center;
    top: 0;
	width: auto;
	height: auto;
}
header #header_order_online a {
	color: #FFF;
	text-decoration: none;
}
header #header_mobile_menu {
	display: none;
}
/* Show menu items if user closed menu while in mobile style */
@media only screen and (min-width : 961px) {
	header #header_menu {
		display: block !important;
	}
	header #header_menu .header_menu_li {
		display: list-item !important;
	}
	header #header_menu #header_order_online_li,
	header #header_menu .header_mobile_only_li {
		display: none !important;
	}
}

/* Switch Menu to mobile style */
@media only screen and (max-width : 960px) {
	header #header_menu {
		clear: both;
		display: none;
		margin-right: 0;
		position: static;
		right: 0;
	}
	header #header_menu ul {
		float: none;
	}
	header #header_menu li {
		list-style-type: none;

		background: rgb(245,128,37);
		float: left;
		font-size: 2.0rem;
		padding: 0 0 1rem 5%;
		margin: 0;
		margin-bottom: -1px;
		width: 95%;
	}
	header #header_menu #header_order_online_li {
	/*	display: list-item; */
	}
	header #header_menu #header_locations {
		background: rgb(245,128,37);
		background-image: none;
	}
	header #header_menu .header_menu_li,
	header #header_social_icons,
	header #header_franchise_information,
	header #header_careers,
	header #header_order_online {
		display: none;
	}
	header #header_mobile_menu {
		cursor: pointer;
		display: block;
		padding: 0;
		position: absolute;
		right: 2rem;
		top: 2rem;
	}
	header #header_mobile_menu img {
		width: 6rem;
	}
}

/* ==========================================================================
   main
   ========================================================================== */
#main {
	clear: both;
	margin: 0 auto;
	position: relative;
	width: 100%;

   -moz-box-shadow:    inset 1px 4px 11px -10px #000000;
   -webkit-box-shadow: inset 1px 4px 11px -10px #000000;
   box-shadow:         inset 1px 4px 11px -10px #000000;
}

.top_shadow {
   -moz-box-shadow:    inset 1px 4px 11px -10px #000000;
   -webkit-box-shadow: inset 1px 4px 11px -10px #000000;
   box-shadow:         inset 1px 4px 11px -10px #000000;
   min-height: 15px;
}
/* List with cursive > as the bullet */
.gt_list {
	list-style: none;
	padding-left: 0;
}
.gt_list li {
	font-size: 0.8em;
	margin-top: 1rem;
}
.gt_list li:before {
	content: '> \0000a0 \0000a0 \0000a0 \0000a0';
	font-family: 'Amatic SC', cursive;
	font-size: 1.2em;
	font-weight: 700;
	margin-left: -1rem;
}	

/* ############ #main_banner ############ */
	#main #main_banner {
		background-color: rgb(116,203,200);
		line-height: .6;
		margin: 0;
		position: relative;
		width: 1500px;
		height: 500px;
	}
	#main #main_banner #banner_loading {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	#main #main_banner #banner_loading > div {
		filter: alpha(opacity=60);
		opacity: 0.6;
		position: absolute;
		display: block;
		background: url(/_images/banner_slider/loading_banner.gif) no-repeat center center;
		background-size: 100px 100px;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
	#main #main_banner #banner_slides {
		cursor: move;
		position: absolute;
		left: 0px;
		top: 0px;
		width: 1500px;
		height: 500px;
	}
 	/* Arrow Navigator Skin Begin */
	/*
	.jssora03l              (normal)
	.jssora03r              (normal)
	.jssora03l:hover        (normal mouseover)
	.jssora03r:hover        (normal mouseover)
	.jssora03ldn            (mousedown)
	.jssora03rdn            (mousedown)
	*/
	.jssora03l, .jssora03r, .jssora03ldn, .jssora03rdn
	{
		position: absolute;
		cursor: pointer;
		display: block;
		background: url(/_images/banner_slider/a03.png) no-repeat;
		overflow:hidden;
	}
	.jssora03l { background-position: -3px -33px; }
	.jssora03r { background-position: -63px -33px; }
	.jssora03l:hover { background-position: -123px -33px; }
	.jssora03r:hover { background-position: -183px -33px; }
	.jssora03ldn { background-position: -243px -33px; }
	.jssora03rdn { background-position: -303px -33px; }
/* ### END #main_banner ### */
/* ### For Image Menu's ### */
		.image_menu_item {
			float: left;
			overflow: hidden;
			position: relative;
			text-overflow: ellipsis;
			width: 33.33%;
		}
		.image_menu_item_img {
			display: block;
			width: 100%;
		}
		.image_menu_item_img_opacity {
			opacity: 0.1;
		}
		.image_menu_item_title {
			color: white;  /* rgb(245,128,37);*/
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			line-height: 1.6rem;
			padding-left: 0.8rem;
			text-shadow: 
				-1px -1px 0 #000,  
				1px -1px 0 rgb(117,66,0),
				-1px 1px 0 rgb(117,66,0),
				1px 1px 0 rgb(117,66,0);

		}
		.image_menu_item_title h4 {
			font-size: 1.8rem;
		}
		.image_menu_item_text {
			color: rgb(117,66,0);
			display: none;
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			line-height: 1.6rem;
			padding-left: 2rem;
			padding-top: 1.0rem;
		}
		.image_menu_item_text h4 {
			color: rgb(245,128,37);
			font-size: 1.6rem;
		}
		@media only screen and (min-width : 1600px) {
			.image_menu_item {
				width: 25%;
			}
		}
		@media only screen and (max-width : 1050px) {
			.image_menu_item {
				font-size: 1.2rem;
			}	
		}
		@media only screen and (max-width : 900px) {
			.image_menu_item {
				width: 50%;
			}
			.image_menu_item_title h4 {
				font-size: 1.6rem;
			}
		}
		@media only screen and (max-width : 600px) {
			.image_menu_item_title h4 {
				font-size: 1.2rem;
			}
			.image_menu_item_text {
				font-size: 1.0rem;
			}
			.image_menu_item_text h4 {
				font-size: 1.2rem;
			}
			#image_menu_summary {
				display: none;
			}
		}
		@media only screen and (max-width : 450px) {
			.image_menu_item {
				width: 100%;
			}
			.image_menu_item_title h4 {
				font-size: 1.2rem;
			}
			#image_menu_summary {
				display: block;
			}
		}
/* ### END Image Menu's ### */
/* ############ #social_feed ############ */
	#social_feed {
		clear: both;
		color: #FFF;
		background-color: rgb(117,66,0);
		font-size: 1rem;
		line-height: 3rem;
		width: 100%;
		height: 3rem;
	}
	#social_feed #social_left_image {
		margin-left: 2.2rem;
	}
	#social_feed img {
		vertical-align: middle;
		width: auto;
		height: 1.7rem;
	}
	#social_feed #social_text_slider {
		clear: left;
		display: inline-block;
		overflow: hidden;
		position: relative;
		vertical-align: middle;
		margin-left: 1rem;
		width: 75%;
		height: 3rem;
	}
	#social_feed #social_text_slider ul {
		margin: 0;
	}
	.slick-slide{
		width: 600px;
	}
	.cycle-carousel-wrap > div{
		width: 1000px;
	}		
	
	@media only screen and (max-width : 600px) {
		#social_feed #social_text_slider {
			width: 55%;
		}
	}

	@media only screen and (max-width : 480px) {
		#social_feed #social_left_image {
			margin-left: 1rem;
		}
		#social_feed #social_text_slider {
			width: 52%;
		}
	}

/* ### END #social_feed ### */

/* ############ Home Page ############ */
	#main #home_nutrition_calculator {
		margin: 10rem 0 -10% 2rem;
	}
	/* Show menu items if user closed menu while in mobile style */
	@media only screen and (min-width : 1100px) {
		#main #home_nutrition_calculator {
			margin: 20rem 0 -10% 2rem;
		}
	}
	/* Switch Menu to mobile style */
	@media only screen and (max-width : 745px) {
		#main #home_nutrition_calculator {
			margin: 2rem 0 -10% 2rem;
		}
	}
	@media only screen and (max-width : 500px) {
		#main #home_nutrition_calculator {
			margin: 0rem 0 -8% 2rem;
		}
	}
/* ### END Home Page ### */

/* ############ Menu ############ */
	#menu_how_to_order {
		background-color: rgb(116,203,200);
		background-image: url('/_images/menu/menu-mid-section-bg.gif'); 
		background-size: 100% 100%; 
		background-repeat: no-repeat; 
		color: white;
		position: relative;
		width: 100%; 
		height: 10rem;
	}
	#how_to_order_text {
		position: absolute;
		left: 10%;
		top: 2.0rem;
	}
	#how_to_order_text_2 {
		display: none;
	}
	#separator {
		position: absolute;
		right: 34%;
		top: 1.5rem;
		
		height: 60%;
	}
	#menu_how_to_order ol {
		-moz-column-count: 2;
		-moz-column-gap: 10rem;
		-webkit-column-count: 2;
		-webkit-column-gap: 10rem;
		column-count: 2;
		column-gap: 10rem;
		list-style-position: inside;
		list-style-type: decimal;
		padding: 0;
		position: absolute;
		right: 14%;
		top: 0.5rem;
	}	
	#menu_how_to_order li {
		margin-bottom: 0.5rem;
		font-size: 1.1rem;
		font-weight: 700;
	}
	#menu_eat_healthy {
		background-color: rgb(245,128,37);
		color: white;
		font-size: 1rem;
		vertical-align: middle;
		width: 100%;
		height: 3rem;
	}
	#menu_eat_healthy a {
		color: white;
	}
	#menu_menu > div {
		line-height: .6rem;
	}
	.menu_item {
		float: left;
		overflow: hidden;
		position: relative;
		width: 33.33%;
		height: auto;
	}
	.menu_item_img {
		width: 100%;
	}
	.menu_item_img_opacity {
		opacity: 0.1;
	}
	.menu_item_title {
		color: white;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		line-height: 1.6rem;
		padding-left: 0.8rem;
	}
	.menu_item_text {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		line-height: 1.6rem;
		padding-left: 2rem;
		padding-top: 1.0rem;
	}

	@media only screen and (min-width : 1200px) {
		#how_to_order_text {
			left: 10%;
		}
		#menu_how_to_order ol {
			-moz-column-gap: 7rem;
			-webkit-column-gap: 7rem;
			column-gap: 7rem;
			right: 8%;
			top: 0.5rem;
		}		
		#menu_how_to_order li {
			font-size: 1.6rem;
		}
	}
	@media only screen and (min-width : 1300px) {
		#menu_how_to_order ol {
			-moz-column-gap: 8rem;
			-webkit-column-gap: 8rem;
			column-gap: 8rem;
			right: 12%;
		}		
	}
	@media only screen and (min-width : 1600px) {
		#menu_how_to_order ol {
			-moz-column-gap: 16rem;
			-webkit-column-gap: 16rem;
			column-gap: 16rem;
			right: 14%;
		}		
		.menu_item {
			width: 25%;
		}
	}
	@media only screen and (min-width : 2000px) {
		#separator {
			display: none;
		}
	}
	@media only screen and (max-width : 1050px) {
		#menu_how_to_order ol {
			-moz-column-gap: 7rem;
			-webkit-column-gap: 7rem;
			column-gap: 7rem;
		}		
		#how_to_order_text {
			font-size: 3.0rem;
			top: 2.5rem;
		}
		.menu_item {
			font-size: 0.8em;
		}
		.menu_item h3{
			font-size: 2.2rem;
		}
	}
	@media only screen and (max-width : 850px) {
		#menu_how_to_order ol {
			-moz-column-gap: 6rem;
			-webkit-column-gap: 6rem;
			column-gap: 6rem;
			right: 11%;
		}		
	}
	@media only screen and (max-width : 800px) {
		#menu_how_to_order {
			height: 12rem;
		}
		#how_to_order_text {
			display: none;
		}
		#how_to_order_text_2 {
			display: block;
			font-size: 2.5rem;
			left: 10%;
			position: absolute;
			top: 2.5rem;
		}
		#menu_how_to_order ol {
			-moz-column-count: 1;
			-webkit-column-count: 1;
			column-count: 1;
			right: 20%;
			top: 0.5rem;
		}	
		#menu_how_to_order li {
			margin-bottom: .2rem;
		}
		#separator {
			display: none;
		}
		.menu_item {
			width: 50%;
			font-size: 0.7em;
		}
		.menu_item_text {
			padding: 1.5rem;
		}
		.menu_item h3{
			font-size: 1.5rem;
		}
	}
	@media only screen and (max-width : 500px) {
		#menu_how_to_order ol {
			right: 10%;
		}	
		#menu_how_to_order li {
			font-size: 1.0rem;
		}
		.menu_item_text {
			font-size: 1.0rem;
			padding-left: 10px;
			padding-top: 4px;
		}
		.menu_item_text h3 {
			font-size: 1.2rem;
		}
	}
	@media only screen and (max-width : 400px) {
		.menu_item {
			width: 100%;
		}
		.menu_item_text {
			font-size: 1.2rem;
			padding-left: 20px;
			padding-top: 10px;
		}
		.menu_item_text h3 {
			font-size: 1.5rem;
		}
	}

/* ############ END Menu ############ */

/* ############ Healthy Living ############ */
	#freshness {
		font-size: 1rem;
		margin: 2rem 0 0 3rem;
		width: 45%;
	}
	#freshness_img_div {
		margin-top: 2rem;
	}
	#freshness_img {
		display:block;
		float: right;
		line-height: 0.6rem;
		margin: -45rem 0 0 0;
		width: 45%;
		height: auto;
	}
	#allergens {
		float: right;
		font-size: 1rem;
		margin-top: 2rem;
		margin-right: 2rem;
		width: 42%;
	}
	#allergens_img_div {
		margin-top: 2rem;
		padding-left: 2rem;
	}
	#allergens_img {
		display:block;
		float: none;
		margin: 0 0 0 0;
		width: 45%;
		height: auto;
	}

	@media only screen and (min-width : 1300px) {
		#freshness_img {
			margin-top: -40rem;
		}
	}
	@media only screen and (max-width : 880px) {
		#freshness_img {
			margin-top: -50rem;
		}
	}
	@media only screen and (max-width : 768px) {
		#freshness {
			font-size: 1.4rem;
			margin: 2rem 0 0 3rem;
			width: 90%;
		}
		#freshness_img_div {
			overflow: hidden;
			height: 30rem;
			margin-top: 2rem;
		}
		#freshness_img {
			float: none;
			margin-top: -10rem;
			width: 100%;
		}
		#allergens {
			float: none;
			font-size: 1.4rem;
			margin-left: 3rem;
			margin-top: 0;
			width: 90%;
		}
		#allergens_img_div {
			overflow: hidden;
			padding-left: 0;
			margin-top: 2rem;
		}
		#allergens_img {
			display:block;
			float: none;
			width: 100%;
			height: auto;
		}
		#allergens ul li {
			margin-top: 0;
		}
	}
	@media only screen and (max-width : 480px) {
		#freshness_img_div {
			height: auto;
		}
		#freshness_img {
			margin-top: -5rem;
		}
	}
/* ############ END Healthy Living ############ */

/* ############ Section Pages ############ */
	.section_text {
		font-size: 1.5rem;
		padding: 1rem 2.5%;
		width: 50%;
	}
	.section_img {
		line-height: 0.6rem;
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 45%;
	}
	.section_img > img {
		width: 100%;
		height: auto;
	}

	@media only screen and (min-width : 1500px) {
		.section_text {
			font-size: 1.8rem;
		}
		.section_img {
			height: 40rem;
		}
	}
	@media only screen and (max-width : 690px) {
		.section_text {
			float: none;
			font-size: 1.3rem;
			width: 95%;
		}
		.section_img {
			float: none;
			height: 30rem;
			margin-top: 2rem;
			width: 100%;
		}
	}
	@media only screen and (max-width : 520px) {
		.section_img {
			height: auto;
		}
	}
/* ############ END Section Pages ############ */


/* ==========================================================================
   footer
   ========================================================================== */
footer {
	/* border-top: 1px dotted #CCC; */
 	clear: both;
	color: rgb(117,66,0);
	margin: 0 auto;
	margin-bottom: 15rem;
	padding-top: 0.25rem;
	width: 100%;
}
footer a {
	color: rgb(117,66,0);
}

footer img {
	float: right;
	margin-right: .3rem;
	width: auto;
	height: 1.4rem;
}
footer #copyright {
	float: left;
	font-size: .9rem;
	margin-left: 1.2rem;
	padding-top: 0.2rem;
}
footer #footer_right_image {
	margin-right: 1.5rem;
}
footer .footer_links {
	clear: right;
	float: right;
	font-size: 1.1rem;
	margin-right: 2.5rem;
}
footer #footer_links_row_1,
footer #footer_links_row_2 {
	clear: right;
	float: right;	
}
@media only screen and (max-width : 500px) {
	footer #copyright {
		clear: both;
		float: none;
		margin: 0 auto;
		padding-top: 2.0rem;
		width: 21rem;
	}
	footer .footer_links {
		clear: both;
		float: none;
		margin: 0;
	}
	footer #footer_links_row_1,
	footer #footer_links_row_2 {
		clear: both;
		float: none;	
		margin: 0 auto;
		padding-top: 0.5rem;
	}
	footer #footer_links_row_1 {
		width: 27rem;
	}
	footer #footer_links_row_2 {
		width: 19rem;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.center_h {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.clear { clear: both; }

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.opaque_hover:hover {
	opacity: 0.7;
}
.double_space {
	margin-top: 1rem;
}
.single_space {
	margin-top: 0;
}

.full_width {
	width: 100%;
}

.left { float: left; }
.right { float: right; }

.hidden {
    display: none;
}

/* Hide visually and from screen readers, but maintain layout */
.invisible {
    visibility: hidden;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.indent_quote {
	margin-left: 7%;
	margin-right: 10%;
	text-align: justify;
}

.underline_link {
	text-decoration: underline;
}

.status {
	min-height: 10px;
	font-weight: bold;
	color: #ff0000;
	padding: 10px 10px;
	background-color: #fff;
	margin: 0px auto;
	border: solid 1px #ff0000;
	text-align: center;
	margin-bottom: 10px;
}

/* Create a table view with div's */
.div_grid {
	display: table;
}
.div_grid > div {
	display: table-row;
}
.div_grid > div > div {
	display: table-cell;
}

/* ==========================================================================
   Form classes
   ========================================================================== */

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

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* Larger Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	html {
		font-size: 68.75%; /* 11 px */
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 900px) {
	html {
		font-size: 62.5%; /* 10 px */
	}
}

/* Small Devices, Tablets * /
@media only screen and (max-width : 768px) {
	html {
		font-size: 62.5%; /* 10 px * /
	}
	
}

/* Extra Small Devices, Phones * / 
@media only screen and (max-width : 480px) {
	html {
		font-size: 62.5%; /* 9 px * /
	}
}

/* Custom, iPhone Retina * / 
@media only screen and (max-width : 320px) {
	html {
		font-size: 62.5%; /* 9 px * /
	}
}
*/

/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

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

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

    thead {
        display: table-header-group; 
    }

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

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

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

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

