@charset "UTF-8";
/* CSS Document */

  @import url(https://fonts.googleapis.com/css?family=Homemade+Apple);  

/* cssreset.com */* {	margin: 0;	padding: 0;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {font-size: 100%; }
body {
	margin: 0px;
	font: 16px Verdana, Helvetica, sans-serif;
	background: url(../_images/bgold_paper.jpg);
	background-size: cover;
}


/*============= Heading Style =============== */
h1 {
	font-size: 2.5em;
	line-height: 50px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000;
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	text-shadow: 2px 2px 3px #000;     /* IE9, Safari 5 & Chrome */
	-webkit-text-shadow: 2px 2px 3px #000; /* Safari 3 & 4 */
	-moz-text-shadow: 2px 2px 3px #000; /* Firefox 1+ */
} /* displays at 32px */

h2 {
	font-size: 1.7em;
	line-height: 38px;
	margin-left: 0;
	margin: 0.83em 0;
    letter-spacing: 4px;
	-webkit-text-stroke-width: 2px;
	/*  -webkit-text-stroke-color: #000;  */
	color: #000000;
} 
h3 {
	font-size: 1.25em;
	line-height: 32px;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
} 
h4 {font-size: .875em;line-height: 16px;margin: 1.33em 0;} /* displays at 14px */
h5 {font-size: .7em;line-height: 14px; margin: 1.67em 0;} /* displays at 12px */
h6 { font-size: .6875em;line-height: 13px; margin: 2.33em 0;} /* displays at 11px */

p { font-size: 1em;
	line-height: 18px;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0; 
	}

/*============= Lists Style =============== */

li {
	display: list-item;
	list-style: disc inside;
}
ul { 
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}
ol {
	display: block;
	list-style-type: decimal;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
}


dd { margin: 0 0 0 40px;} /* * Addresses paddings set differently in IE 6/7. */ 


/* ******************************************************************** */ 
/* Clearfix                                                             */
/* ******************************************************************** */

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

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}

.clearfix{display: block;clear:both; }
/* End hide from IE-mac */  
/* Clears overflow boxes */

.clearLeft {clear: left;}
.clearRight {clear: right;}
.clearBoth {clear: both;}
.clearNone {clear: none;}
/* =============================================================================
   Search Bar
   ========================================================================== */
#search {

}


#search input[type="text"] {
	border: 0 none;
	color: #000000;
	width: 150px;
	padding: 6px 15px 6px 35px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	background-color: #FFF;
	background-image: url(../_images/search-dark.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	font-family: 'Roboto', sans-serif;	
	font-size: 12px;
	font-weight: bold;
    }

#search input[type="text"]:focus {
	background: url(../_images/search-dark.png) no-repeat 10px 6px #fcfcfc;
	color: #000000;
	width: 200px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }

/* ************************************************************************** */ 
/* Typography                                                                 */
/* ************************************************************************** */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

div { z-index:10; }

dfn { font-style: italic; }

/*   Horizontal Rule  */
hr {
	border: 0;
	height: 2px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	}

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; }
.col3 h3 a{ quotes: none; }
q:before, q:after { content: ""; content: none; }


/* 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; }

/* ************************************************************************** */ 
/* 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; }

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.linkArrows {
	color: #975a18; 
	font-weight: bold;
}
.lessBottomMargin {
	margin-bottom: 0px;
}
.moreBottomMargin {
	margin-bottom: 1em;
}
.noMargin {
	margin: 0px;
}

/* Equal Column Height - use with Javascript */
.equal_height p{ padding:10px;  }


/* ************************************************************************** */ 
/* Font styles                                                                */
/* ************************************************************************** */
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }


.small { font-size: 85%; }

.bigger {
	font-size: 1.2em;
}
.allCaps {
	text-transform: uppercase;
}

.figcaption {
	clear: both;
	margin-top: 2px;
	margin-left: 2px;
	font: italic bold 12px Verdana, Geneva, sans-serif;
}


.white { color:#FFF; }
.black { color: #000; }
.red { color: #F00; }


/* ************************************************************************** */ 
/* Button & Tabs Code                                                             */
/* ************************************************************************** */

.btn {
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0px -1px 0px #666;
	color: #fff;
	background-color: #999999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	min-width: 50px;
	max-width: 100px;
	letter-spacing: 0.1em;
	border-radius: 50px 5px 5px 5px; /* IE9, Safari 5 & Chrome */
	-webkit-border-radius: 5px 5px 5px 5px; /* Safari 3 & 4 */
	-moz-border-radius: 5px 5px 5px 5px; /* Firefox 1+ */
}

.btn a{
	color: #000000;
}
.btn visited{
	color: #000000;
}

.btn hover{
	color: #FFFFFF;
}

.tab-header {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-bottom: 20px; /* we extend the header by 10px to the bottom */
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #666;
	color: #006;
	padding-top: 10px;
	padding-left: 20px;
	width: 50%;
	background-color: #E7E7E7;
}

.tab-body {
	border: 1px solid blue;
	background: white; /* set a solid background */
	margin-top: -10px; /* move the body 10px up, so it covers the
                        10px padding from above */
	box-shadow: 1px 1px 3px 3px #CCC;    /* IE9, Safari 5 & Chrome */
	-webkit-box-shadow: 1px 1px 3px 3px #CCC; /* Safari 3 & 4 */
	-moz-box-shadow: 1px 1px 3px 3px #CCC; /* Firefox 1+ */
}

/* =============================================================================
    Cool Stuff
===============================================================================*/

/* Customize Bullit List 
ul li {list-style-image:url(greencheck.gif)}*/

/* Floats image to left and creates a text wrap   */
.left_noborder {
	float: left;/*set a margin to the top and right to give clearance against the text the top margin aligns the image with the top of the p element*/
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
}

/*set a margin to the top and right to give clearance against the text the top margin aligns the image with the top of the p element*/
.left_noborderLess {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}

/* Floats image to right and creates a text wrap   */
.right_noborder {
	float: right;/*float the image to the right*/
	margin-right: 30px;
	margin: 5px 10px 0 10px;
}

/* creates a drop shadow on a box   */
.boxshadow {
	box-shadow: 2px 2px 3px 3px #666;    /* IE9, Safari 5 & Chrome */
	-webkit-box-shadow: 2px 2px 3px 3px #666; /* Safari 3 & 4 */
	-moz-box-shadow: 2px 2px 3px 3px #666; /* Firefox 1+ */
}

/* creates a drop shadow on a text   */
.textshadow {
	text-shadow: 2px 2px 3px #000;     /* IE9, Safari 5 & Chrome */
	-webkit-text-shadow: 2px 2px 3px #000; /* Safari 3 & 4 */
	-moz-text-shadow: 2px 2px 3px #000; /* Firefox 1+ */
}
/* CSS drop-shadows without images */
.drop-shadow {
  position: relative;
  width: 90%;
}

.drop-shadow:before,
.drop-shadow:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  box-shadow :0 15px 10px rgba(0, 0, 0, 0.7);
  transform: rotate(-3deg);
}

.drop-shadow:after{
  right: 10px;
  left: auto;
  transform: rotate(3deg);
}

/* creates a rounded corners on a box   Top Left - Top Right - Bottom Left - Bottem Right */
.roundedCorners {
	border-radius: 10px 10px 10px 10px; /* IE9, Safari 5 & Chrome */
	-webkit-border-radius: 10px 10px 10px 10px; /* Safari 3 & 4 */
	-moz-border-radius: 10px 10px 10px 10px; /* Firefox 1+ */
}

/*  2 Multiple Columns (Count)  */
.double_column_list li {
	float: left;
	width: 48%;
	padding-bottom: 5px;
}

/*  2 Multiple Columns (Count)  */
.twoColumn {
  column-count: 2;
  column-gap: 20px;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
   }
   
/*  3 Multiple Columns (Count)  */
.threeColumn {
	text-align: justify;
	-moz-column-count: 3;
	-moz-column-gap: 1.5em;
	-moz-column-rule: 1px solid #c4c8cc;
	-webkit-column-count: 3;
	-webkit-column-gap: 1.5em;
	-webkit-column-rule: 1px solid #c4c8cc;
}

/* 4 Multiple Columns (Count)  */
.fourColumn  {
	-moz-column-count: 4;
	-moz-column-gap: 20px;
	-webkit-column-count: 4;
	-webkit-column-gap : 20px;
	-moz-column-rule-color: #ccc;
	-moz-column-rule-style: solid;
	-moz-column-rule-width: 1px;
	-webkit-column-rule-color: #ccc;
	-webkit-column-rule-style: solid;
	-webkit-column-rule-width: 1px;
}

.feather {
	width: 80%;
	margin: 1em auto;
	box-shadow: inset 50px 50px 113px #999999,-50px -50px 110px #777777 inset;
	height: 150px;
	background-size: contain;
	background-repeat: no-repeat;
}

/*   Transparency   */
.transpanent{
	opacity: 40;
	filter: alpha(opacity=40);
	filter: “alpha(opacity=40)”;
}

/*   Dripping Text   */
.drip {
	color: #333;
	text-shadow: 4px 4px 1px #300000;
4px 6px 1px #400000; 4px 8px 1px #500000; /*......and so on, until*/ 4px 60px 5px #FF0000;
}

/*   stiched border element   */
.stitched {
	padding: 20px;
	margin: 10px;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	border: 2px dashed #fff;
	border-radius: 10px;
	box-shadow: 0 0 0 4px #000, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
	text-shadow: -1px -1px #aa3030;
	font-weight: normal;
	background-color: #999999;
	width: 150px;
}

.threeD1{
	font-family: 'Helvetica Neue',Helvetica, sans-serif;
	line-height: 1em;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 30px;
	text-shadow: 0px 0px 0px rgb(224,224,224),1px 1px 0 rgb(193,193,193),2px 2px 0 rgb(163,163,163),3px 3px 0 rgb(132,132,132),4px 4px 0 rgb(101,101,101),5px 5px 0 rgb(70,70,70),6px 6px 5px rgba(0,0,0,0.5),6px 6px 1px rgba(0,0,0,0.5),0px 0px 5px rgba(0,0,0,.2);
}

.h1 threeD2 {
 font:normal 60pt Arial;
 color:#FFFFFF;
 text-shadow: 0 1px 0 #ccc,
 0 2px 0 #c9c9c9,
 0 3px 0 #bbb,
 0 4px 0 #b9b9b9,
 0 5px 0 #aaa,
 0 6px 1px rgba(0,0,0,.1),
 0 0 5px rgba(0,0,0,.1),
 0 1px 3px rgba(0,0,0,.3),
 0 3px 5px rgba(0,0,0,.2),
 0 5px 10px rgba(0,0,0,.25),
 0 10px 10px rgba(0,0,0,.2),
 0 20px 20px rgba(0,0,0,.15);
}

.threeD2 {
 font:normal 30px Arial;
 color:#FFFFFF;
 text-shadow: 0 1px 0 #ccc,
 0 2px 0 #c9c9c9,
 0 3px 0 #bbb,
 0 4px 0 #b9b9b9,
 0 5px 0 #aaa,
 0 6px 1px rgba(0,0,0,.1),
 0 0 5px rgba(0,0,0,.1),
 0 1px 3px rgba(0,0,0,.3),
 0 3px 5px rgba(0,0,0,.2),
 0 5px 10px rgba(0,0,0,.25),
 0 10px 10px rgba(0,0,0,.2),
 0 20px 20px rgba(0,0,0,.15);
}


.shadow {
	-webkit-transition: all 0.12s ease-out;
	-moz-transition: all 0.12s ease-out;
	-ms-transition: all 0.12s ease-out;
	-o-transition: all 0.12s ease-out;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
}
.shadow:hover {
	position: relative;
	top: -3px;
	left: -3px;
	text-shadow: 1px 1px #00CCFF,2px 2px #00CCFF,3px 3px #0099FF,4px 4px #0066FF,5px 5px #0033FF,6px 6px #0000FF;
/*	text-shadow: 1px 1px #0000FF,2px 2px #0033FF,3px 3px #0066FF,4px 4px #0099FF,5px 5px #00CCFF,6px 6px #00CCFF;   */
}

#insetBgd {
  width: 550px;
  height: 60px;
  background: -moz-linear-gradient(-90deg,#003471,#448CCB);
  background: -webkit-gradient(linear, left top, left bottom, from(#003471), to(#448CCB));
}

.insetType {
  padding-left: 50px; /* The padding is just there to move the h1 element to the center of the div */
  padding-top: 17px;
  font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
  font-size: 50px;
  color: #0D4383;
  text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px;
}

.insetText {
	background-color: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
}

.fontx {
        position: relative;
        font-size: 50px;
        margin-top: 0;
        font-family: 'Lobster', helvetica, arial;
    }
     
.fontx a {
        text-decoration: none;
        color: #666;
        position: absolute;
        -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.5)), to(rgba(0,0,0,1)));
    }
     
.fontx:after {
        content : 'Hello World';
        color: #d6d6d6;
        text-shadow: 0 1px 0 white;
    }
	
.signature {
	text-align: right;
	font: italic bold 40px;
	font-family: 'Homemade Apple', cursive;
	}
	
