/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * 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;
}

html {
    font-size: 1em;
    line-height: 1.4;
}



/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets 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, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Update Browser prompt
   ========================================================================== */

#buorgul {
	background: rgb(56, 86, 36) !important;
}
	#buorgul:hover {
		background: rgb(79, 100, 64) !important;
	}
#buorgig {
	background-color: rgb(151, 117, 30) !important;
}
	#buorgig:hover {
		background-color: rgb(189, 155, 68) !important;
	}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

		#vp, #windowFrame {
			background: #e00;
			color: #fff;
			font-family: 'Courier New', Courier, monospace;
			/*font-size: 3.125em;*/
			left: 0;
			line-height: normal;
			padding: 3px 6px 5px 6px;
			text-align: center;
		}
				#h {
			color: #ff8080;
		}
		
.topBanner
{
	width: 100%;
}

.bannerStyle  { width: 100%;  }

body {font-size: 1em;  font-family: "arimoregulal", Helvetica, Arial, sans-serif; background-color: #fafaf0; }

.lightTan { 
	background-color: #fffff0; 
	}

.sectionDiv {
	background-color: #E0E9C6;
	width: 80%;
	margin: 2em auto 2em auto;
	padding: 1em 0 2em 0;
}
	 
.classTwo {
	font-size: 0.8em;
	margin: 0 0 0 0;
	}

.upperMainContent{
	padding: 2.5em 0 0 6.4em;
	width:65%;
	}

.upperMainContent p
{
	margin-bottom: 0%
	}

.upperRightSidebar{
	float: right;
	/*padding: 1em 6.2em 0 0 ;*/
	/*margin: 8em 6.2em 0 0/
	/*padding 0 20em 0 0;*/
	margin: 25% 10% 0% 1%;
	}	
	
.privacyPolicyDiv{
	background-color: #f3e6c3;
	width: 80%;
	margin: 2em auto 0 auto;
	padding: 0 0 1em 0;
	color: #626D4D;
	text-align: justify;
	font-size:1.0em;
 }

.privacyPolicyDiv h2 {
	text-align:center;
}

.privacyPolicyDiv h1 {
	text-align:left;
	font-size:1.0em;
	margin: 0.67em 0 0 0;
	/*padding:0 0 0 0;*/
}

/*
.privacyPolicyDiv ol
{
	list-style-position: outside;
}

.privacyPolicyDiv ol li
{
	counter-increment: item;
	content: counter(item) ". ";
	
}
*/

.privacyPolicyDiv ol {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}

.privacyPolicyDiv ol > li {
    position:relative; /* Create a positioning context */
    /*margin:0 0 6px 2em;*/ /* Give each list item a left margin to make room for the numbers */
    /*padding:4px 8px;  *//* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */
    /*border-top:2px solid #666;
    background:#f6f6f6;*/
}

.privacyPolicyDiv li > ol
{
	position: relative;
	margin: 0 0 0 1.5em;	 
}

.privacyPolicyDiv ol > li:before {
    content:counter(li) ". "; /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    /*top:-2px;*/
    /*left:-2em;*/
        
		/*        
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:2em;
    */
    
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
       
    /*margin-right:8px;*/
    /*padding:4px;*/
    /*border-top:2px solid #666;*/
    /*color:#fff;
    background:#666;*/
    /*font-weight:bold;*/
    /*font-family:"Helvetica Neue", Arial, sans-serif;*/
    /*text-align:center;*/
}

.privacyPolicyDiv li ol, li ul {margin-top:6px;}
.privacyPolicyDiv ol ol li:last-child {margin-bottom:0;}

li > h1
{
	padding-left: 3em;	
}

li > ol > li p
{
	padding-left: 1.5em;	
}

ol > li:before
{
	font-weight:bold;
}

ol > li > ol > li:before
{
	font-weight:normal;
}

.underline{
	text-decoration: underline;
}
	
.phoneNumber {
	color: #bfaa3f;
	margin: 0 0 0 0;
	}	
	
section h4, h5{
	font-size: 0.8em; 	
	}

section label, span {	
	color: #626D4D;
}

.formSelectCombo
{
	background-color: #fafaf0; 
	border: 1px solid #8D8866;
	margin-left: -0.3em;
	}
	


/* I burned half an hour, at first, trying to make this line as wide as the content about it.
** For some reason the 80% width of the above content was corresponding to 83% for the line, why?
** At first, I just got mad about HTML being an inscrutable black-box. Later, I noticed that the
** whole div above had left and right padding, rather than the controls within. It looked right,
** but it was actually making the dark tan section a little smaller than the 80% I thought it was.
** F12'elving the content in IE and actually seeing at the .css showed this - such a relief. */
.greenHR {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 80%;
	background-color: #8D8866;
	}

.greenHRTwo {
	/* Using margin moves this element further down the page, as desired */
	margin: 1% auto 0 auto;
	/* Using padding just made the line thicker, which would've been fine if that was the effect I was looking for, but it wasn't. */
	padding: 0% 0 0 0;
	width: 80%;
	background-color: #8D8866;
	}

@media(max-width: 450px){
	.labels {
		width: 20%; 
		padding: 0em 1em 0em 1.5em;
		}
}

@media(min-width: 451px) {
	.labels {
		display: inline-block;
		width: 20%; 
		padding: 0em 1em 0em 1.5em;
		}
}

.labelIndent
{
		padding: 0em 0em 0em 1.5em;	
		width: 85%;
	}

.footerLabels { font-size: 0.7em;}

.firstFooterLeftTop { 
	padding: 1% 0 0 10%;
	font-size: 0.7em;
	}

.firstFooterLeftBottom { 
	font-size: 0.7em;
	padding: 0 0 0 14.2%;
}
	
.floatingFooterContent {
	float: right;
	font-size: 0.7em;
	margin: 1% 10% 0 0;
	text-align: right;
	color: #626D4D;
}

.floatingFooterContent p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.secondFooterDiv {
	width: 80%;
	margin: 1em auto 0 auto;
	text-align: center;
}
	
.secondFooter {
	font-size: 0.7em;
	color: #626D4D;
}

section input, select {
	background-color: #fafaf0; 
	border: 1px solid #626D4D;
}

.sectionInputDisabled {
	background-color: #CCCCCC;
	border: 1px solid #626D4D;
	width: 60%;
}

.inputError 
{
	border: 3px solid red;
	}
	
.securityCodeBox { width: 10%; }	
	
@media(max-width: 450px) {
	.twoColumnMain{
		width: 80%;
	}
	
	.twoColumnMainSelect 
	{
		width: 150px;
	}
	
	.threeColumnMain{
		width: 50%;
	}
}		

@media(min-width: 451px) {
	.twoColumnMain{
		width: 60%;
	}
	
	.twoColumnMainSelect 
	{
		width: 150px;
	}
	
	.threeColumnMain{
		width: 25%;
		}
}		

.rightLabels{
	padding-left: 10px;
	width: 55%;
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	color: black;
}
	
section h2 {
	color:#626D4D;
	font-weight: normal;
	padding: 0em 1em 0em 1em;
}

section h3 {
	color:#626D4D;
	font-weight: normal;
	padding: 0em 1em 0em 1em;
}
	
section h4 { 
	font-weight: normal;
	font-style: italic;
	color: black;
	padding: 0em 1em 0em 2em;
}


section h5 { 
	font-weight: normal;
	font-style: italic;
	color: red;
	padding: 0em 1em 0em 2em;
}

section h6 
{
	font-weight: bold;
	font-size: 1em;
	color:red;
	padding: 0em 1em 0em 2em;
}


	.stopPreceedingFloat{
		
		clear: both;
		}

	.button { color: #fff; 
		padding: 8px 14px 10px;
		background-color: #bc1815; 
		border: none; 
		margin-left: 15%; 
		position: relative;
		-webkit-user-select: none;
		/*-webkit-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
		box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);*/
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
		-moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
		text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
			 }
	.button:active { position: relative; top: 3px;
	    -webkit-box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
	    -moz-box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
	    box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
	}
	.button:active:after { content: ""; width: 100%; height: 3px; background: #fff; position: absolute; bottom: -1px; left: 0; }

	
	.button.blue { background: #22C3EB; }
	.button.green { background: #67b600; }
	.button.orange { background: #97751e; }
	.button.yellow { background: #b3a400; }
	.button.turquoise { background: #00b1af; }
		.button.gray {
			background: gray;
			cursor: not-allowed;  /* Firefox doesn't like our .css for .button, I think? */
			pointer-events: none; /* Firefox doesn't like our .css for .button, I think? */
		}

		.button.darkGreen {
			background: #385624;
		}

		.button.orange:hover {
			background: #cca33b;
		}

		.button.darkGreen:hover {
			background: #68813c;
		}
	
	.button:last-of-type { margin: 0 0 0 2.5%; }

	.button.gradient {
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.1, rgba(0,0,0,0.3)),
			color-stop(1, rgba(255,255,255,0.2))
		);
		background-image: -moz-linear-gradient(
			center bottom,
			rgba(0,0,0,0.3) 1%,
			rgba(255,255,255,0.2) 100%
		);
		background-image: gradient(
			center bottom,
			rgba(0,0,0,0.3) 1%,
			rgba(255,255,255,0.2) 100%
		);
	}
	
	.button.gradient:hover {
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.1, rgba(0,0,0,0.45)),
			color-stop(1, rgba(255,255,255,0.3))
		);
		background-image: -moz-linear-gradient(
			center bottom,
			rgba(0,0,0,0.45) 1%,
			rgba(255,255,255,0.3) 100%
		);
		background-image: gradient(
			center bottom,
			rgba(0,0,0,0.45) 1%,
			rgba(255,255,255,0.3) 100%
		);
	}	
a:link { color: #8D8866; }
a:visited { color: #8e8963; }
a:hover { color: #00f; }
a:active { color: #f3e6c3; }


/* ==========================================================================
   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.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   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;
    }
    
    button{ display: none !important; }
}
