@charset "UTF-8";
/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* =============================================================================
   #Site Styles
   ========================================================================== */
   
html {
	overflow-x: hidden;
	height: 100%;
	}
	
	body {
	min-height: 100%;
	background: #195B7D; /* Old browsers */
	background: #195B7D -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.25) 100%); /* FF3.6+ */
	background: #195B7D -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.25))); /* Chrome,Safari4+ */
	background: #195B7D -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.25) 100%); /* Chrome10+,Safari5.1+ */
	background: #195B7D -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.25) 100%); /* Opera11.10+ */
	background: #195B7D -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.25) 100%); /* IE10+ */
	background: #195B7D linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.25) 100%); /* W3C */
	}
	
	body {
	background-attachment: fixed;
	}

.container {}
	
section {}

#logo {
	display:block;
	height:27px;
	width:220px;
	background:url(../img/hs_logo.png) no-repeat 0 0;
	text-indent:-9999em;
	position: relative;
	top:  20px;
}
#logo:hover {
	background-position:0 0px;
	border:0;
	text-decoration:none;
}
/* 
 * Horizontal menu 
 */
.horizontal {
	overflow:hidden;
	list-style:none;
	margin:0 0 1.5em 0;
	border-top:1px solid #BBBBBB;
	border-bottom:1px solid #BBBBBB;	
}
.horizontal li {
	float:left;
}
.horizontal li a {
	padding:5px;
	display:block;
}
/*
 * Horizontal Center Aligned: Apply class="cen" to menu ul eg: <ul class="centered">
 */
.centered {
	list-style:none;
	text-align:center;
	border-top:1px solid #BBBBBB;
	border-bottom:1px solid #BBBBBB;
}
.centered li {
	display:inline;
}
.centered li a {
	display:inline-block;
	padding:5px;
}
/*
 * Vertical Orientation: Apply class="ver" to your menu ul eg: <ul class="vertical">
 */
.vertical {
	overflow:hidden;
	list-style:none;
	margin:0 0 1.5em 0;
}
.vertical li {
	line-height:1.5em;
	border-bottom:1px solid #BBBBBB;
}
.vertical li a {
	padding:5px;
	display:block;
}
.vertical li:last-child {
	border:none; /* removes border from last menu item */
}

/* =============================================================================
   #Page Styles
   ========================================================================== */
/* 
 * Headings 
 */
h1 {
    font-size: 3em; /* 48 / 16 */
    line-height: 1em; /* 48 / 48 */
    margin-bottom: .5em; /* 24 / 48 */
}
h2 {
    font-size: 2.25em; /* 36 / 16 */
    line-height: 1.333333333333333em; /* 48 / 36 */
    margin-bottom: .6666666666666667em; /* 24 / 36 */
}
h3 {
    font-size: 1.5em; /* 24 / 16 */
    line-height: 1em; /* 24 / 24 */
    margin-bottom: 1em; /* 24 / 24 */
}
h4 {
    font-size: 1.3125em; /* 21 / 16 */
    line-height: 1.142857142857143em; /* 24 / 21 */
    margin-bottom: 1.142857142857143em; /* 24 / 21 */
}
h5 {
    font-size: 1.125em; /* 18 / 16 */
    line-height: 1.333333333333333em; /* 24 / 18 */
    margin-bottom: 1.333333333333333em; /* 24 / 18 */
}
h6 {
    font-size: 1em; /* 16 / 16 */
    line-height: 1.5em; /* 24 / 16 */
    margin-bottom: 1.5em; /* 24 / 16 */
}
h1 img, 
h2 img, 
h3 img,
h4 img, 
h5 img, 
h6 img {
 	margin: 0;
}
/* 
* Paragraphs 
*/
p {
    font-size: 1em; /* 16 / 16 */
    line-height: 1.5em; /* 24 / 16 */
    margin-bottom: 1.5em; /* 24 / 16 */
}
/*
 * Images
 */
img,embed,object,video {
	max-width: 100%;
	height: auto;
}
img {
	font-style: italic;
	color: #bbb;
}
/*
 * Header
 */
header#hd1 {
	background: transparent;
	height: 120px;
	}
	
address {
	color: #f2f2f2;
	font-size: 1.3125em; /* 21 / 16 */
	line-height: 1.442857142857143em; /* 24 / 21 */
	margin-bottom: 1.142857142857143em; /* 24 / 21 */
	float: right;
	}

section#toolbar {
	min-height: 50px;
	padding-top: 25px;
	margin: -30px 0 20px 0;
	background: transparent;
}
/*----------------------------------------
08	FOOTER
----------------------------------------*/

.liner {
	margin:0 auto;
	width:960px;
}
#footer {
    width: 100%;
	z-index:100;
	position:relative;
    overflow: hidden;
    color: #444;
    background: #efeded;
    padding-top: 20px;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
}

footer {

}
/*----------------------------------------
09	TABLES
----------------------------------------*/

/* Zebra striping */
tr:nth-of-type(odd) { 
	background: #d9f5f7; 
}
th { 
	
	color: white; 
		background: #349b98; /* Old browsers */
	background: #349b98 -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
	background: #349b98 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
	background: #349b98 -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #349b98 -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
	background: #349b98 -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
	background: #349b98 linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */
}
td, th { 
	padding: .3125em; 
	border: 2px solid #fff;
	font-weight: 400;
	font-size: .8125em; 
}

/* #Messages
================================================== */

a.for-mobile {
	display: none;
	}

#qod-quote {
	margin-top: -15px;
	margin-bottom: 2em;
}

#qod-quote a:link {
	color: #f2f2f2;
	font-style: italic;
	}
	
div.spinner {
      position: absolute;
      left: 250px;
      width: 100px;
      height: 100px;
      display: inline-block;
    }
    
    div.spinner div {
      width: 12%;
      height: 26%;
      background: #fff;
      position: absolute;
      left: 44.5%;
      top: 37%;
      opacity: 0;
      -webkit-animation: fade 1s linear infinite;
      -webkit-border-radius: 50px;
      -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    }
    
    div.spinner div.bar1 {-webkit-transform:rotate(0deg) translate(0, -142%); -webkit-animation-delay: 0s;}    
    div.spinner div.bar2 {-webkit-transform:rotate(30deg) translate(0, -142%); -webkit-animation-delay: -0.9167s;}
    div.spinner div.bar3 {-webkit-transform:rotate(60deg) translate(0, -142%); -webkit-animation-delay: -0.833s;}
    div.spinner div.bar4 {-webkit-transform:rotate(90deg) translate(0, -142%); -webkit-animation-delay: -0.75s;}
    div.spinner div.bar5 {-webkit-transform:rotate(120deg) translate(0, -142%); -webkit-animation-delay: -0.667s;}
    div.spinner div.bar6 {-webkit-transform:rotate(150deg) translate(0, -142%); -webkit-animation-delay: -0.5833s;}
    div.spinner div.bar7 {-webkit-transform:rotate(180deg) translate(0, -142%); -webkit-animation-delay: -0.5s;}
    div.spinner div.bar8 {-webkit-transform:rotate(210deg) translate(0, -142%); -webkit-animation-delay: -0.41667s;}
    div.spinner div.bar9 {-webkit-transform:rotate(240deg) translate(0, -142%); -webkit-animation-delay: -0.333s;}
    div.spinner div.bar10 {-webkit-transform:rotate(270deg) translate(0, -142%); -webkit-animation-delay: -0.25s;}
    div.spinner div.bar11 {-webkit-transform:rotate(300deg) translate(0, -142%); -webkit-animation-delay: -0.1667s;}
    div.spinner div.bar12 {-webkit-transform:rotate(330deg) translate(0, -142%); -webkit-animation-delay: -0.0833s;}

     @-webkit-keyframes fade {
      from {opacity: 1;}
      to {opacity: 0.25;}
    }
    
    /* end basic spinner styles*/
    
    .loading-text {
    	position: absolute;
    	font-size: .925em;
    	left: 300px;
    	width: 100%;
    	height: 100px;
    	display: inline-block;
    }
    
    #qr-code {
	
	}

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

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (min-width: 1024px) {
		blockquote, blockquote p { font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif; font-size: 1.825em; /* 24 / 16 */
	line-height: 1.325em; /* 24 / 24 */
	margin-bottom: 1em; /* 24 / 24 */ color: #fdfdfd; text-shadow: 0px 1px 0px #053c78;}
	
	p.qod-author { font-size: 1.325em;}
	
	}
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	
	}
	
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
	div.spinner {
      position: absolute;
      left: 20px;
      width: 100px;
      height: 100px;
      display: inline-block;
    }
	
	.loading-text {
    	position: absolute;
    	font-size: .925em;
    	left: 60px;
    	width: 100%;
    	height: 100px;
    	display: inline-block;
    }
	
	.not-for-mobile {
	display: none;	
	
	}
	
	#qod-quote {
	margin-top: 30px;
	margin-bottom: 2em;
	}
	
	header#hd1 {
	height:  50px;
	
		}
	
	address {
		float:  left;
	}
	
	a.for-mobile {
	display: inline-block;
	}
	
				.button.full-width {
				height: 40px;
				font-size: 1.115em; /* 21 / 16 */
				padding-top: 25px;
			}

	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	


	
	p.qod-author { display: block; font-size: 1em; color: #555;}
	
	}
	

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

	

p.qod-author { font-size: 1em;}

		.button.full-width {
				height: 30px;
				font-size: .925em; /* 21 / 16 */
				padding-top: 15px;
			}
		blockquote, blockquote p { 
	line-height: 1.325em; /* 24 / 24 */	}
	
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

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