
/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix
/*-----------------------------------------------------------------------------------*/

html,
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
    display: block;
}

/* End hide from IE Mac */
.none {
    display: none;
}

/* End Clearfix */


/*-----------------------------------------------------------------------------------*/
/*		Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

body {
    color: #666666;
    background-color: #fcfcfc;
    font-size: 16px;
    line-height: 24px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    margin: 10px;
}

body a:hover {
	color: #666666;
	}

body div {
    overflow: visible;
}

.clearfix {
    overflow: visible;
}

a {
    color: #cd6e57;
    text-decoration: none;
    -webkit-transition: color .15s ease-in;
    -moz-transition: color .15s ease-in;
    -o-transition: color .15s ease-in;
    transition: color .15s ease-in;
}

a:visited {
}

p {
    margin-bottom: 25px;
}

h1, h2, h3, h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #84999b;
}

h1 {
    font-size: 25px;
    line-height: 60px;
    color: black;
	margin-top: 50px;
	margin-bottom: 10px;
}

h1 a {
	font-size: 25px;
	text-transform: uppercase;
	color: black;
	}
	
h1 a:hover {
	color: black;
	}

h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
}

h3 {
    font-size: 18px;
    line-height: 18px;
}

h4 {
	margin-bottom: 10px;
	}

h6 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #84999b;
}

#master {
    overflow-x: visible !important;
}

.content {
    width: 1150px;
    margin: auto;
}

.sub-heading {
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    text-align: center;
    display: block;
    margin: auto;
    margin-bottom: 50px;
}

.margin-fix {
    margin-right: 0px !important;
    }

pre {
	font-size: 14px;
	margin-top:10px;
	}
	
table {
	font-size:14px;
	background-color: #f2f2f2;
	border: 1px solid;
}

table tr {
	border: 1px solid;
}

table td {
	border: 1px solid;
}

/*-----------------------------------------------------------------------------------*/
/*	Header
/*-----------------------------------------------------------------------------------*/

#header {
    background-color: #fcfcfc;
    position: static;
    z-index: 0;
    left: 0;
    border-bottom: 1px solid #cd6e57;
}

#header .content {
}

#header a img {
    display: block;
    float: left;
    width: 191px;
    /* height:46px; */
    transition: opacity .25s ease-in;
    -webkit-transition: opacity .25s ease-in;
    -moz-transition: opacity .25s ease-in;
    -o-transition: opacity .25s ease-in;
    opacity: 1;
    margin-top: 25px;
}

#header a img:hover {
    opacity: .35;
}

#header-mobile {
    display: none;
}

#header-mobile .content {
    width: 92%;
    padding: 15px 4%;
}

#header-mobile a img {
    margin: 0px;
    float: right;
    width: 105px;
}


/*-----------------------------------------------------------------------------------*/
/*	3.	Navigation
/*-----------------------------------------------------------------------------------*/

#nav,
#sub-nav {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 18px;
}

#nav {
    float: right;
    margin-top: 47px;
    padding-bottom: 47px;
    letter-spacing: 1px;
}

#nav li {
    display: inline;
    margin-left: 50px;
    padding-bottom: 45px;
}

#nav li:first-child {
    margin-left: 0px;
}

.stories #nav li:first-child {
    background-image: url(http://hfnhl.org/newweb/web/images/active-arrow.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.stories #nav ul li:first-child {
    background: none;
}

#nav a,
#sub-nav a {
    color: #999999;
}

#nav a:hover,
#nav .active,
#sub-nav a:hover,
#sub-nav .active {
    color: #cd6e57;
    border-color: #e3b5a8;
}

#nav ul {
    position: absolute;
    margin-top: 38px;
    padding-top: 45px;
    margin-left: -185px;
}

#nav ul li {
    margin-left: 75px;
}

#sub-nav .arrow-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;

    border-bottom: 8px solid #dddddd;
    margin: auto;
    margin-bottom: 43px;
}

#mobile-nav li {
}

#mobile-nav a {
}

#mobile-nav-button {
    width: 27px;
    height: 20px;
    background-image: url(http://hfnhl.org/newweb/web/images/list-icon.png);
    background-repeat: no-repeat;
    background-size: 27px 20px;
    margin-top: 2px;
    transition: opacity .15s ease-in;
    -webkit-transition: opacity .15s ease-in;
    -moz-transition: opacity .15s ease-in;
    -o-transition: opacity .15s ease-in;
}

#mobile-nav-button a {
    font-size: 50px;
}

/*-----------------------------------------------------------------------------------*/
/*	HISTORY: DRAFT
/*-----------------------------------------------------------------------------------*/

#draft {
	display:table;
	width: 100%;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
    background-color: #cd6e57;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    height: 180px;
    padding-top: 15px;
}

#draft div {
	width:17%;
	float:left;
	margin-left: 40px;
	}
	
#draft h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    line-height: 14px;
    margin-top: 1px;
    margin-bottom: 10px;
}

#draft a {
    color: #fff;
}

#draft a:hover {
    color: #666666;
}

#draft ul {
    margin-right: 5px;
}

#draft .center {
	text-align: center;
	}
	
/*-----------------------------------------------------------------------------------*/
/*	DRAFT YEARS
/*-----------------------------------------------------------------------------------*/
	
.kershaw h1 {
    font-size: 20px;
    line-height: 60px;
    color: #999999;
	margin-top: 50px;
	margin-bottom: 10px;
}

.kershaw h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #cd6e57;
}

.kershaw pre {
 	font-family: 'Lato', sans-serif;
 	font-size: 18px;
    color: #666666;
}


/*-----------------------------------------------------------------------------------*/
/*	TABLES - SimonT
/*-----------------------------------------------------------------------------------*/


.STHSTeamsAndGMInfo_NumberofLoadLinesName {
	text-align: center;
	}
	

/*-----------------------------------------------------------------------------------*/
/*	TABLES - History
/*-----------------------------------------------------------------------------------*/

#hismenu {
	width: 100%;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
    background-color: #fcfcfc;
    color: #000000;
    font-size: 20px;
    line-height: 28px;
    height: 160px;
    padding-top: 25px;
}

.blockright {
	float:right;
	margin-right: 5px;
	}
	
.blockleft {
	float:left;
	}

#hismenu2 {
	width: 100%;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
    background-color: #f4f4f4;
    color: #000000;
    font-size: 20px;
    line-height: 28px;
    height: 160px;
    padding-top: 25px;
}

table.kirk {
	border: 1px solid;
	padding: 1px;
	width: 480px;
	}

table.kirk2 {
	border: 1px solid;
	padding: 1px;
	width: 480px;
 	background-color: #fcfcfc;
 	}
 	
 table.kirk3 {
 	text-align: center;
 	border: 1px solid;
	padding: 1px;
	}
 

/*-----------------------------------------------------------------------------------*/
/*	Responsive
/*-----------------------------------------------------------------------------------*/

												/* screens (2560px) ----------- */
												@media screen and (max-width: 1450px) {

    #footer .map {
        width: 35%;
    }
}

													/* screens (1150px) ----------- */
												@media screen and (max-width: 1150px) {

    /*-----------------------------------------------------------------------------------*/
    /*	Document Setup (body, common classes, vertical rhythm, structure etc)
    	/*-----------------------------------------------------------------------------------*/

    .content {
        width: 96%;
        padding: 0px 2%;
        /* border: 1px solid red; */
    }

    /*-----------------------------------------------------------------------------------*/
    /* Navigation
    	/*-----------------------------------------------------------------------------------*/

    #nav li {
        margin-left: 35px;
    }

    /*-----------------------------------------------------------------------------------*/
    /*		Banner
    	/*-----------------------------------------------------------------------------------*/

    .banner h1 {
        font-size: 50px;
        margin-bottom: 40px;
    }

    .banner p {
        width: 700px;
    }

    .contact .banner br {
        display: none;
    }

  
    /*-----------------------------------------------------------------------------------*/
    /*	Three Menu Home Page
    	/*-----------------------------------------------------------------------------------*/

    #three a {
        width: 30%;
        margin-right: 5%;
    }

    /*-----------------------------------------------------------------------------------*/
    /*	Footer Styles
    	/*-----------------------------------------------------------------------------------*/

    #footer .col {
        margin-right: 3%;
    }

    #footer ul {
        margin-right: 0px;
    }
}

															/*screens (1005px) --------- */
														@media screen and (max-width: 1005px) {

 /*-----------------------------------------------------------------------------------*/
    /*	TABLES - KIRK
    	/*-----------------------------------------------------------------------------------*/

	
table.kirk {
	margin-top: 5px;
	width: 400px;
	}
	
table.kirk2 {
	margin-top: 5px;
	width: 400px;
	}
	
}

															/* screens (935px) ----------- */
															@media screen and (max-width: 935px) {
    #footer .map {
        width: 22%;
    }    
}

															/* screens (768px) ----------- */
															@media screen and (max-width: 768px) {

    /*-----------------------------------------------------------------------------------*/
    /*	Document Setup (body, common classes, vertical rhythm, structure etc)
    	/*-----------------------------------------------------------------------------------*/

    .content {
        /* border: 1px solid orange; */
    }

    /*-----------------------------------------------------------------------------------*/
    /* Header
    	/*-----------------------------------------------------------------------------------*/

    #header a img {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    /*-----------------------------------------------------------------------------------*/
    /*		Navigation
    	/*-----------------------------------------------------------------------------------*/

    #nav {
        width: 100%;
        text-align: center;
        font-size: 17px;
        padding-bottom: 0px;
    }

    #nav li {
        width: 25%;
        margin: 0px;
        display: block;
        float: left;
    }

    #nav ul {
        margin-top: 55px;
        left: 50%;
        margin-left: -207px;
        width: 100%;
    }

    #nav ul, #nav ul li {
        width: auto;
    }

    /*-----------------------------------------------------------------------------------*/
    /*		Banner
    	/*-----------------------------------------------------------------------------------*/

    .banner {
        height: auto;
    }

    .banner .content {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .banner h1 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .banner p {
        font-size: 16px !important;
        line-height: 22px !important;
        width: 90%;
    }

    .about .banner .content {
        padding: 0px;
    }

    /*-----------------------------------------------------------------------------------*/
    /*	Intro
    	/*-----------------------------------------------------------------------------------*/

    .intro p {
        width: 100%;
        font-size: 26px;
        line-height: 38px;
        text-align: center;
        float: none;
        margin: 0px;
    }

    .diagonal {
        display: none;
    }

    .triple {
        display: none;
    }

    .contact .intro p {
        margin-top: 0px;
    }

    .about .intro p {
        padding: 0px;
    }

}

																/* Screens 820 */
																@media screen and (max-width: 824px) {

  /*-----------------------------------------------------------------------------------*/
    /*	HISTORY TABLES
    	/*-----------------------------------------------------------------------------------*/

table.kirk {
	width: 360px;
	}
	
table.kirk2 {
	width: 360px;
	}
		
}


																/* screens (740px) ----------- */
																@media screen and (max-width: 746px) {

table.kirk {
	width: 340px;
	}
	
table.kirk2 {
	width: 340px;
	}
	}


																		/* screens (702px) ----------- */
																		@media screen and (max-width: 705px) {

table.kirk {
	width: 320px;
	}
	
table.kirk2 {
	width: 320px;
	}
	}

																	/* screens (520px) ----------- */
																	@media screen and (max-width: 520px) {

 #draft {
        height: auto;
    }

#draft ul {
        margin-right: 05px;
    }

#draft div {
        text-align: center;
        width: 5%;
        margin-bottom: 15px;
    }
    }
    
    
    
																	/* screens (669px) ----------- */
																	@media screen and (max-width: 669px) {

   /*-----------------------------------------------------------------------------------*/
    /*	TABLES - KIRK
    	/*-----------------------------------------------------------------------------------*/
 
 
#hismenu {
	height: auto;
	margin-bottom: 20px;
	}

	
#hismenu2 {
	height: auto;
	margin-bottom: 20px;
	}
	
.blockright {
	float:none;
	margin-bottom: 15px;
	}
	
.blockleft {
	float:none;
	
	}
	
 table.kirk {
	width: 320px;
	}

table.kirk2 {
	width: 320px;
 	}
} 

																			/* screens (480px) ----------- */
																			@media screen and (max-width: 480px) {

    /*-----------------------------------------------------------------------------------*/
    /*		Document Setup (body, common classes, vertical rhythm, structure etc)
    	/*-----------------------------------------------------------------------------------*/

    .content {
        /* border: 1px solid yellow; */
    }

    /*-----------------------------------------------------------------------------------*/
    /*		Header
    	/*-----------------------------------------------------------------------------------*/

    #header {
        display: none;
    }

    /*
    	#header .content{
    		width: 92%;
    		padding: 20px 4%;
    	}
    	
    	#header a img{
    		margin: 0px;
    		float: right;
    		width: 105px;
    	}
    */

    #header-mobile {
        display: block;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    /*-----------------------------------------------------------------------------------*/
    /*		Navigation
    	/*-----------------------------------------------------------------------------------*/

    #nav {
        margin-bottom: 0px;
        display: none;
    }

    /*
    	#nav li{
    		width: 50%;
    		margin-bottom: 47px;
    	}
    	*/

    /*-----------------------------------------------------------------------------------*/
    /*		Three Menu Home Page
    	/*-----------------------------------------------------------------------------------*/

    #three h2 {
        text-align: center;
    }

    #three a {
        width: 100%;
        margin-bottom: 50px;
    }
    
    
 /*-----------------------------------------------------------------------------------*/
    /*	DRAFT YEARS
    	/*-----------------------------------------------------------------------------------*/
  
.kershaw pre {
 	font-size: 14px;
}

}

																		/* screens (320px) ----------- */
																		@media screen and (max-width: 320px) {

    /*-----------------------------------------------------------------------------------*/
    /*		Document Setup (body, common classes, vertical rhythm, structure etc)
    	/*-----------------------------------------------------------------------------------*/

    .content {
        /* border: 1px solid purple; */
    }

 /*-----------------------------------------------------------------------------------*/
    /*	TABLES KIRK
    	/*-----------------------------------------------------------------------------------*/

 table.kirk {
	width: 300px;
	font-size: 14px;
	}

table.kirk2 {
	width: 300px;
	font-size: 14px;
 	}
  
  }
  
   /*-----------------------------------------------------------------------------------*/
    /*	iPads & Phones
    	/*-----------------------------------------------------------------------------------*/

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {}
--------
/*---------------------------------------------------------------------------*/
/*	15.	Retina
/*-----------------------------------------------------------------------------------*/

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

    #three a .arrow {
        background-image: url(http://hfnhl.org/newweb/web/images/process-arrow@2x.png);
        background-size: 32px 15px;
    }

    #mobile-nav-button {
        background-image: url(http://hfnhl.org/newweb/web/images/list-icon@2x.png);
    }

}



/*--*/
