@import url('grid/grid.css');
@import url('font/stylesheet.css');

body{
  background-image: url('../images/DripBackground.png');
  font-family: 'pt_sansregular';
}
h1, h2, h3, h4, h5,h6{
  font-family: 'pt_sansregular';
}
.redtext{
  color: #C61C24;
}
.padding{
  padding: 0 2%;
}
a{
  color: #C61C24;
}
a:link,a:visited{
  color: #C61C24;
  text-decoration: none;
}
a:hover,a:active{
  color: #C61C24;
  text-decoration: underline;
}
#logo{
  text-decoration: none;
}
main{
  font-size: 18px;
  background-image :url('../images/ContentBoxBackground.png');
  background-repeat: repeat-y;
  background-color: #cbcdce;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  color: #231f20;
  font-family: 'pt_sansbold';
}
main ul li:before{
  content: '\25FC';
  color: #231F20;
  position: relative;
  left: -5px;
  top: -2px;
}
main ul li ul li{
  position: relative;
}
main ul li ul li:before{
  content: '\00B7';
  color: #231F20;
  position: absolute;
  left: -15px;
  top: -25px;
  font-size: 2.6em;
}
main .ninetyfive{
  position: relative;
  z-index: 99;
}
#bubbles{
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url('../images/ContentBubbles.png');
  background-position: auto bottom;
  opacity: 0.2;
}
#banner-top{
  background-image: url('../images/Banner-Top.png');
  background-repeat: no-repeat;
  height: 70px;
  color: #a1a3a6;
  font-size: 2em;
  background-position: center center;
  font-family: 'pt_sansbold';
  text-align: center;
  text-decoration: none;
}
#phone{
  background-color: #231f20;
  position: relative;
  color: #a1a3a6;
  height: 70px;
  margin: 25px 0;
  box-shadow: 0 0 1px #000;
}
#phone img{
  position: relative;
  top: -10px;
  width: 700px;
}
#phone span{
  float: right;
  line-height: 33px;
  font-size: 1.5em;
  text-align:right;
  font-family: 'pt_sansbold';
}
nav{
  height: 88px;
  border-top: 8px solid #c61c24;
  border-bottom: 8px solid #c61c24;
  background-color: #231F20;
}
nav ul{
  list-style-type: none;
  margin: 0;
}
nav ul li{
  float: left;
}
nav ul li a{
  display: block;
  line-height: 80px;
  color: #a1a3a6;
  text-decoration: none;
  font-size: 1.4em;
  padding: 0 16px;
  position: relative;
  color: #fff !important;
  text-decoration: none !important;
}
nav ul li a.active:before{
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #c61c24;
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  left: -webkit-calc(50% - 10px);
  left: -moz-calc(50% - 10px);
  left: -o-calc(50% - 10px);
  left: -ms-calc(50% - 10px);
}
nav ul li a.active:after{
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #c61c24;
  position: absolute;
  bottom: 8px;
  left: calc(50% - 10px);
  left: -webkit-calc(50% - 10px);
  left: -moz-calc(50% - 10px);
  left: -o-calc(50% - 10px);
  left: -ms-calc(50% - 10px);
}
.blackstrip{
  background-color: #000;
  color: #a1a3a6;
  text-align: center;
  font-family: 'pt_sansregular';
}
#rv, #semi{
  position: relative;
  min-height: 320px;
  background-size: 90%;
  text-center;
}
#rv span{
  position: absolute;
  bottom: 17px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  color: #a1a3a6;
}
#semi span{
  position: absolute;
  bottom: 17px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  color: #a1a3a6;
}
#semi img{
  position: relative;
  top: -15px;
}
#rv{
  background-image: url('../images/Shape.png');
  background-repeat: no-repeat;
  background-position: center bottom;
}
#semi{
  background-image: url('../images/Shape.png');
  background-repeat: no-repeat;
  background-position: center bottom;

}
footer{
  background-color: #231f20;
  border-top: 8px solid #c61c24;
  min-height: 100px;
  color: #fff;
}
footer img{
  position: relative;
  top: 3px;
  margin-left: 5px;
}
input[type='text'], input[type="email"], textarea{
  border: 1px solid #231F20;
  font-size: 1.05em;
  padding: 5px;
  margin-bottom: 10px;
}
input[type='submit']{
  border: 1px solid #231F20;
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
  background-color: #494143;
  font-size: .8em;
  padding: 5px;
}
.caption{
  font-style: italic;
  font-size: 0.7em;
}
iframe{
  position: relative;
  z-index: 99;
}
.red{
  color:#c41d24;
}
