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; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
html, button, input, select, textarea { background: #DADADA; margin: 0; font-family: "nimbus-sans-n3","nimbus-sans",sans-serif;
font-style: normal; font-weight: 300; color: #5a5a5a; }
body { margin: 0; font-size: 1em; line-height: 1.4; height:100%;}

::-moz-selection { background: #E13035; color: #fff; text-shadow: none; }
::selection { background: #E13035; color: #fff; text-shadow: none; }

a { text-decoration: none; color: #e13035; }
a:visited { text-decoration: none; color: #e13035; }
a:hover { color: #e13035; }
a:focus { text-decoration: none; outline: none; }
a:hover, a:active { text-decoration: none; outline: none; }

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: #5a5a5a; text-decoration: none; }
mark { background: #ff0; color: #5a5a5a; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
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%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
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, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: #5a5a5a; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author: "Magical" Matt Griffin, Xcetra Media
   ========================================================================== */
div.secthead{
  border: 2px solid #E13035;
  top: 54px;
  height: 50px;
  position: relative;
  margin: auto;
  width: 178px;
}
div.secthead h2{
  font-family: "nimbus-sans-n7","nimbus-sans",sans-serif;
font-style: normal;
font-weight: 700;
  color: #E13035;
  text-align: center;
  font-size: 20px;
  height: 50px;
  position: relative;
  margin: 14px 0;
  display: block;
}

header{
  margin-top:;
  position: absolute;
  background:#fff;
  height: 90px;
  max-width: 960px;
  margin: 0 auto;
  z-index:1;
}
header h1{
  margin: 20px 0;
  z-index: 1;
  position: absolute;
  float: left;
  background: url('/img/hicolsprite.gif');
  text-indent:-9999px;
  display:block;
  width:157px;
  height:53px;
}
.taghero h1{

}
header nav{
  display: none;
  color:#e8e8e8;

}
header nav ul{
    margin: 37px 0 0 0;
    float: right;
    width: auto;

}
header nav ul li{
    font-size: 15px;
    margin: 0 32px;
    display: block;
    width: auto;
    float: left;

}
.main{
  z-index: 0;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.main section{
  width: 100%;
}
section.taghero {
  overflow:hidden;
  position: relative;
  width:auto;
  height:auto;
  z-index:-1;
}
.taghero:after{
  content:'';
  position:absolute;
  height:100%;
  width:100%;
  background: url('/img/dot.png');
  left:0;
  top:0;

}
.taghero div.tagline { 
  left: 50%;
  box-shadow: 0 0 150px black;
 position: absolute;
  top: 35%;
  margin-left: -35%;
  width: 70%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
  visibility:hidden;
}
.lte-ie9 .taghero div.tagline {
  background: #000000;
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.taghero img.heroimg{
  position:relative;
 width: 100%;
 display: block;
 height: auto;
 margin:0 auto;
 left: 0%;
}
.tagline h2{
  line-height:1.1;
  font-family: "nimbus-sans-n7","nimbus-sans",sans-serif;
font-style: normal;
font-weight: 700;
  text-align: center;
  margin: 7px 0;
  color: white;
  z-index:1;
  padding: 4%;

}

/* ============== SECTIONS TO BE FILLED OUT ===================== */


/* ============== SECTIONS TO BE FILLED OUT ===================== */




section.holding{
  background: #E13035;
  margin: 0;
  height: auto;
  color:#333;
}
  /* ----------  !!!!!! SHORT TERM EDIT FOR HOLDING PAGE ONLY!!!!!!! ---------- */
.holdingtag{
    padding: 5% 0;
    margin: 0 auto !important;
    top: 0 !important;
    height: auto !important;
    border: none !important;
    width: auto !important;
}
.holdtag1{
    line-height: 100%;
    width: 38%;
    margin: 0 auto !important;
    height: auto !important;
}
.holdtag2{
    font-family: "nimbus-sans-n4","nimbus-sans",sans-serif;
    font-style: normal;
    font-weight: 400;
    padding: 0 10%;
    line-height: 26px;
    margin: 11px auto 0 !important;
    font-weight: 100;
    height: auto !important;
}
  /* ----------  !!!!!! SHORT TERM EDIT FOR HOLDING PAGE ONLY!!!!!!! ---------- */

section.contactus{
    background: #fff;

}
section.contactus div#gmap{
  margin: 0;
  position: relative;
  width: 100%;
  height: 30%;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none; 

}
#gmap * img{
  speak:none;
}
.talkpausebef{
pause:pause-before;
}
.talkrich{
  stress:100;
  volume:x-loud;
}
.talknumdig{
speak-numeral:digits;
}
.talknumcont{
speak-numeral:continuous;
speak:normal;
}
.talkno{
  speak:none;
}
.contactdiv{
  padding: 0 10px;
  max-width: 380px;
  float: right;

}
.contactinfo{
 padding: 0 10px;
 max-width: 380px;
  float:left;
}
.contactinfo p.copy{
    font-weight: 100;
    line-height: 18px;
    font-size: 13px;
    margin: 0;

}
.contactinfo p.address{
    font-weight: 600;
    font-size: 13px;
    margin: 18px 0 8px;
  
}
.contactinfo .redcontact{
display:inline;
display: inline-block;
font-size: 18px;
/*
margin: 5px 0 0 40px;
*/
color: #E13035;
vertical-align:top;
zoom:1;
}
.contactcopy{
  padding: 100px 5%;
  max-width: 960px;
  margin: 0 auto;
}
.contactinfo .phone{
  /*
margin: 7px 0 0 4px;
*/
height: 18px;
width: 22px;
margin:0 5px 0 3px;
display:inline;
display: inline-block;
background: url('/img/iconsprite.png');
background-position: -49px -25px;
background-repeat: no-repeat;
vertical-align:middle;
zoom:1;
}
.contactinfo .letter{
  /*
margin: 8px 0 0;
*/
height: 16px;
width: 25px;
display: inline-block;
background: url('/img/iconsprite.png');
background-position: -25px -25px;
background-repeat: no-repeat;
vertical-align:middle;
margin-right:5px;
zoom:1;
}
/* ============== CONTACT FORM  ================================= */
.spmhidip{
  display:none;
}
#contactus fieldset
{
width: 100%; 
}

#contactus legend, h2
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#333;
}

#contactus label
{
   font-family : Arial, sans-serif;
   font-size:0;
   text-indent:-9999px;
   font-weight: bold;
}

#contactus input[type="text"],textarea
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 0.8em;
  line-height:140%;
  color : #5a5a5a; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;

}

#contactus input[type="text"]
{
  margin: 13px 0 0 0;
  height: 28px;
  width: 372px;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
   border-radius: 3px;   
  
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
 font-size: 15px;
color: white;
border: 1px solid #5A5A5A;
background: #E13035;
margin: 15px 0 0 0;
width: 140px;
height: 37px;
padding-left: 0px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; 
}
#contactus input[type="text"]#name{
  margin:0;
}

#contactus textarea
{
  height: 194px;
  width: 372px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
   border-radius: 3px;  
}

#contactus input[type="text"]:focus,textarea:focus
{
  color: #5a5a5a;
  border : 1px solid #990000;
  font-weight:bold;
}

#contactus .container
{
   margin-top: 2px;
}

#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #E13035;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.6em;
   color:#333;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}

/* ========================================================================== */

footer{
  padding: 0 5%;
  background: #DADADA;
  height:90px;
  max-width: 960px;
  margin:0 auto 10px;
}

footer p{
font-weight: 300;
font-size: 13px;
margin: 41px 0 0 10px;
float:left;
}

footer a{
background: url('/img/twit.png');
padding-left: 26px;
color: #5a5a5a;
font-weight: 300; 
font-size: 13px;
margin: 40px 10px 0 0;
float: right;
background-repeat: no-repeat;
}



/* =============================================================================
   Animation
   ========================================================================== */

/*
Animate.css - http://daneden.me/animate
LICENSED UNDER THE  MIT LICENSE (MIT)

Copyright (c) 2012 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);

  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);

  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);

  }
  
  100% {
    opacity: 1;
    -moz-transform: translateY(0);

  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);

  }
  
  100% {
    opacity: 1;
    -ms-transform: translateY(0);

  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);

  }
  
  100% {
    opacity: 1;
    transform: translateY(0);

  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);

  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);

  }
}

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);

  }
  
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);

  }
}

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);

  }
  
  100% {
    opacity: 0;
    -o-transform: translateY(20px);

  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}


/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 899px) {
.contactinfo {
padding: 0;
max-width: 380px;
float: none;
margin:0 auto;
}
.contactdiv {
padding: 0;
max-width: 380px;
float: none;
margin:100px auto 0;
}
footer p{
text-align: center;
float: none;
}

}
@media only screen and (max-width: 640px){
header h1 {
  width: 100px;
  height: 33px;
  background-size:100%;
}
}
@media only screen and (max-width: 455px) {
  .contactcopy {
  padding-top: 10%;
  padding-left: 4%;
  }
  .contactinfo {
  padding: 0;
  width: 100%;
  float: none;
  margin:0 auto;
  }
  .contactdiv {
  padding: 0;
  width: 99%;
  float: none;
  margin: 10% auto 0;
  }
  #contactus input[type="text"] {
  width: 99%;
  }
  #contactus textarea {
  width:100%;
  }

  div.secthead h2{
    font-size:15px; 
  }
  .holdtag2{
    line-height:20px;
  }
}
@media only screen and (max-width: 320px) {

  
  
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.redhead{}
.whitehead{
    color: #fff;
    border-color: white;
}
.whitehead h2{
  color:#fff !important;
}
.blackhead{}
.left{float:left;}
.right{float:right;}
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:after { content: ""; display: table; clear: both; } 
.clearfix { *zoom: 1; }
.visible{ visibility:visible !important;}
