/* 
 * 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.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; background-color:#0e161c; }

body, button, input, select, textarea { font-family: sans-serif; color: #222 ;  }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 0px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */


body{
	background-color:#212227;
	margin:0;
	padding:0;
	font: 13px 'PTSansCaptionRegular', Arial, sans-serif;
}
img{
	border:none;
}
strong{
	font: 'PTSansCaptionBold', Arial, sans-serif;
}
.full-width-box{
	width:70%;
}
.half-width-box{
	width:50%;
	float:left;
}
.td85{
	width:85px;
}
.td10{
	width:10px;
}
.td175{
	width:175px;
	text-align:right;	
}
.gridContainer {
	width: 80%;
	padding:0;
	margin: 0 auto;
}
.page{
	max-width:1232px;
	margin:0 auto;
	
}
.text ul{
	margin-left:3em
}
.divider{
width:100%;
border-bottom:1px #999 solid;
height:1px;
position:relative;
margin:4em 0;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.line1{
	position:relative;
	background-color: #272727;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#272727), to(#17181c));
	background: -webkit-linear-gradient(top, #272727, #17181c);
	background: -moz-linear-gradient(top, #272727, #17181c);
	background: -ms-linear-gradient(top, #272727, #17181c);
	background: -o-linear-gradient(top, #272727, #17181c);	
}
.line2{
	position:relative;
	background-color: #43464A;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(50%,#F1F1F1), color-stop(51%,#E1E1E1), color-stop(100%,#dedede));
background-image: -webkit-linear-gradient(top, #fcfcfc 0%,#f2f2f2 50%,#dddddd 51%,#dedede 100%);
background-image: -moz-linear-gradient(top, #fcfcfc 0%, #f2f2f2 50%, #dddddd 51%, #dedede 100%);
background-image: -ms-linear-gradient(top, #fcfcfc 0%,#f2f2f2 50%,#dddddd 51%,#dedede 100%);
background-image: -o-linear-gradient(top, #fcfcfc 0%,#f2f2f2 50%,#dddddd 51%,#dedede 100%);
position: relative;
text-transform:uppercase;
font-weight:bold;
color: #333;	
}
.line2 ul{
	list-style:none;
	margin:0;
	padding:0;
}
.line2 li{
	float:left;
	margin:0;
	padding:1em 2em;
	border-right:1px #999 solid;
}
.line2 li:hover{
	color:#fff;
	background-color: #212227;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#474952), to(#212227));
	background: -webkit-linear-gradient(top, #474952, #212227);
	background: -moz-linear-gradient(top, #474952, #212227);
	background: -ms-linear-gradient(top, #474952, #212227);
	background: -o-linear-gradient(top, #474952, #212227);	
}
.line2 li:last-child{
	float:left;
	margin:0;
	padding:1em 2em;
	border-right:none;
}
.line2 a:link{
	color:#333;
	text-decoration:none;
	font-weight:normal;
}
.line2 a:visited{
	color:#333;
	text-decoration:none;
	font-weight:normal;
}
.line2 a:hover{
	color:#fff;
	text-decoration:underline;
	font-weight:normal;
}
.line2 a:active{
	color:#333;
	text-decoration:none;
	font-weight:normal;
}
.line3{
	position:relative;
	background-color:#000;	
}
.line3 img{
	margin-left:-2em;	
}
.line4{
	position:relative;
	border-top:1px solid #393939;
	}
.clearme{
	clear:both;
	}
.greybuttons{
	height:61px;
	width:100%;
	margin:4em 0;
}
.greybuttons img{
	float:left;
}
.button1{
	width:50.2%;
	float:left;
}
.button2{
	width:49.8%;
	float:right;
}
.button1 img{
width:100%	
}.button2 img{
width:100%	
}
.content h1{
	padding:0;
	color:#fff;	
	font: 40px 'BebasNeueRegular', Arial, sans-serif;
	margin:0;
}
.box1{
	width:31%;
	margin-right:3%;
	float:left;
}
.box2{
	width:31%;
	margin-right:3%;
	float:left;
}
.box3{
	width:32%;
	margin-right:0;
	float:left;
	
}
.box4{
	width:32%;
	margin-right:0;
	float:right;
}
.box1 h1{
margin-top:1em	
}
.box2 h1{
margin-top:1em	
}
.box3 h1{
margin-top:1em	
}
.text{
	color:#fff;	
	line-height:1.7;
	margin:30px 0 30px 0;
	
}
.readmore a:link{
	font: 18px/27px 'PTSansBoldItalic', Arial, sans-serif;
	color:#eea74a;
	text-decoration:none;
}
.readmore a:visited{
	font: 18px/27px 'PTSansBoldItalic', Arial, sans-serif;
	color:#eea74a;
	text-decoration:none;
}
.readmore a:hover{
	font: 18px/27px 'PTSansBoldItalic', Arial, sans-serif;
	color:#eea74a;
	text-decoration:underline;
}
.readmore a:active{
	font: 18px/27px 'PTSansBoldItalic', Arial, sans-serif;
	color:#eea74a;
	text-decoration:none;
}
.fullwidth{
	width:100%;
	
}
.line5{
	background-color:#15161a;
	border-top:1px solid #3d3d3d;	
	color:#555556;
	font-size:1em;
	padding:1em;
}
.copyright{
	float:left;
	margin-top:8px;	
}
.icon img{
	margin-left:1em;
	float:left;	
	
}




    #contact-form {  
        
        width:280px;  
        padding:0px;  
        
         position:relative;  
    }  
       
    #contact-form input,  
    #contact-form select,  
    #contact-form textarea,  
    #contact-form label {  
        font-size:15px;  
        margin-bottom:2px;  
    }  
      
    #contact-form input,  
    #contact-form select,  
    #contact-form textarea {  
        width:150px;  
        border: 1px solid #CEE1E8;  
        margin-bottom:20px;  
        padding:4px;  
    }  
      
    #contact-form input:focus,  
    #contact-form select:focus,  
    #contact-form textarea:focus {  
        border: 1px solid #AFCDD8;  
        background-color: #EBF2F4;  
    }  
      
    #contact-form textarea {  
        height:150px;  
        resize: none;  
    }  
      
    #contact-form label {  
        display:block;  
    }  
      
    #contact-form .required {  
        font-weight:bold;  
        color:#F00;  
    }  
      
    #contact-form #submit-button {  
        width: 100px;  
        background-color:#333;  
        color:#FFF;  
        border:none;  
        display:block;  
        float:rightright;  
        margin-bottom:0px;  
        margin-right:6px;  
        background-color:#8FB5C1;  
        -moz-border-radius:8px;  
    }  
      
    #contact-form #submit-button:hover {  
        background-color: #A6CFDD;  
    }  
      
    #contact-form #submit-button:active {  
        position:relative;  
        top:1px;  
    }  
      
    #contact-form #loading {  
        width:32px;  
        height:32px;  
         display:block;  
        position:absolute;  
        rightright:130px;  
        bottombottom:16px;  
        display:none;  
    }  
      
    #errors {  
        border:solid 1px #;  
        display:block;  
        width:270px;
		padding:10px 10px;  
        margin:10px 0px;  
        -webkit-border-radius:8px;  
        -moz-border-radius:8px;  
        border-radius:8px;  
        background:#FFE6E6 ;  
        display:none; 
		text-align:center;
		line-height:1.2;
		color:#E58E8E;
    }  
      
    #errors li {  
        padding:2px;  
        list-style:none;  
    }  
      
    #errors li:before {  
        content: ' - ';  
    }  
      
    #errors #info {  
        font-weight:bold;  
    }  
      
    #errors #info:before {  
        content: '';  
    }  
      
    #success {  
        border:solid 1px #83D186;  
        padding:10px 10px;  
        margin:10px 0px;  
        display:block;  
        width:280px;  
        -webkit-border-radius:8px;  
        -moz-border-radius:8px;  
        border-radius:8px;  
        background:#D3EDD3  ;  
        font-weight:bold;  
        display:none;
		text-align:center; 
		color:#457345;
    }  
      
    #errors.visible, #success.visible {  
        display:block;  
    }  
      
    #req-field-desc {  
        font-style:italic;  
    }  
      
    /* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */  
    input:required, textarea:required {  
        -moz-box-shadow:none;  
        -webkit-box-shadow:none;  
        -o-box-shadow:none;  
        box-shadow:none;  
    }  
      
    /* Normalize placeholder styles */  
      
    /* chrome, safari */  
    ::-webkit-input-placeholder {  
        color:#CCC;  
        font-style:italic;  
    }  
      
    /* mozilla */  
    input:-moz-placeholder, textarea:-moz-placeholder {  
        color:#CCC;  
        font-style:italic;  
    }  
      
    /* ie (faux placeholder) */  
    input.placeholder-text, textarea.placeholder-text  {  
        color:#CCC;  
        font-style:italic;  
    }  












/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* 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; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */





/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  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; }
}
