body {
  background-image: #000 url(../images/new_layout_images/pattern.png);
  background-repeat:repeat;
}

.white {
  background-color: #fff;
}

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 7rem;
}

#copy_body {
  padding-left: 4rem;
}


#logohead img {
  float: right;
}

header {
  background-color: #fff;
  border-bottom: 1px solid #efecec;
}

#social {
  margin-top: 1rem;
}

#social img:hover {
  opacity: .75;

}

.content {
  min-height: 1100px;
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
}

.content hr {
  border-bottom: 1px solid #dadada;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.well {
  border-radius: 0px;
  padding-left: 3rem;
}

/*----- Navigation ------*/

.navbar {
  margin-bottom: 0px;
  border-top: 1px solid #efecec;
}

.navbar a {
  color: #fff;
}

.navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}

.nav>li>a {
  font-family: Lato;
  text-transform: uppercase;
  font-size: 1.3rem;
  /* margin-top: 1rem; */
  color: #817172;
  position: relative;
  display: block;
  padding: 1.6rem 2.8rem 1.6rem;
  text-align: center;
}

.navbar-default .navbar-nav>li>a:hover {
  background: #ffd0c4;
}



#mainMenu ul li a, #resMainMenu ul li a {
  color:#444;
}

.navbar {
  border-top: 1px solid #efecec;
}

.navbar-default {
  background-color: #FFF;
  border-color: #FFF;
}

#head_address h3 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #cb1d00;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 1.3rem;
}

.well h3 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #9e2e2c;
  margin-top: 0px;
} 


#greeting {
  text-align: right;
  padding-left: 4rem;
}

#greeting hr {
  border-bottom: 1px solid #dadada;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

/*---- Typography -----*/

h1 {
  font-family: Georgia, sans-serif;
  font-size: 3rem;
  color: #65554e;
  text-transform: uppercase;
  border-bottom: 1px solid #e9e9e9;
  letter-spacing: 2px;
  padding-bottom: 1.5rem;
}


h2 {
  font-family: Georgia, sans-serif;
  color: #443C3a;
}

h3 {
  color: #65554E;
}

p {
  color: #655651;
  font-family: Georgia, sans-serif;
  font-size: 1.6rem;
}

/*----- Features ------*/

#features {
  margin-top: 19rem;
  margin-bottom: 4rem;
}

.feature {
  background-color: #fff;
  padding: 2rem;
  margin: 1rem;
  min-height: 13rem;
}

a {
  color: #930a0e;
}

a:hover {
  color: #381E1E;
}

.feature  a:hover {
  color: #333;
  text-decoration: none;
}

.feature p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2rem;
  color: #9e2e2c;
  text-align: right;
  letter-spacing: 0.1rem;
}

.feature .col-sm-7 {
  padding-left: 0px; 
  padding-right: 0px;
}

.feature h3 {
  color: #65554e;
  font-family: Georgia, sans-serif;
  text-decoration: underline;
  font-size: 2.2rem;
}

.roundfeature h3 {
  font-family: Georgia, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 2rem;
  color: #65554e;
}

.roundfeature img {
  width: 80%;
  height: 80%;
  margin: 0px auto;
}

#whitepaper_button {
  float: right;
}

footer {
  background-color: #443c3a;
  padding-top: 3rem;
}


footer a {
   color: #e57158;
}


footer a:hover {
   color: #c7c7c7;
}

footer hr {
  border-top: 1px solid #605b5a;
}

.footer h2 {
  font-family: Georgia, sans-serif;
  color: #ece6d8;
  font-size: 2.6rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer p {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
}

.footer ul {
  list-style-type: none!important;

}

.footfeature {
  padding: 0rem 3rem;
}

.bottommenu {
  margin-top: 10px;
  padding: 20px;
  text-align: center;
}

.bottommenu ul {
  margin: 0px auto;
}

.bottommenu li{ 
  display: inline; 
  padding: 20px; 
}

.copyright {
  margin-top: 2.5rem;
}

.copyright p {
  font-size: 1.4rem;
  color: #948f8d;
}

.copyright a:hover {
  color: #d2dd67!important;
  text-decoration: none;
}

.admin_link {
  margin-bottom: 6rem;
}

.admin_link a {
  font-size: 10px;
  color: #999999!important;
  text-align: center;
}

/*----- myButton ------*/

.myButton {
  background: #930a0e;
  box-shadow: 0 0 15px #5d0003 inset; 
  border: 1px solid #7b080c;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-size: 19px;
  letter-spacing: 1px;
  padding: 8px 32px;
  text-decoration: none;
  text-shadow: 0 1px 0 #662929;
  text-transform: uppercase;
}

.myButton:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c92828), color-stop(1, #ba2525));
  background:-moz-linear-gradient(top, #c92828 5%, #ba2525 100%);
  background:-webkit-linear-gradient(top, #c92828 5%, #ba2525 100%);
  background:-o-linear-gradient(top, #c92828 5%, #ba2525 100%);
  background:-ms-linear-gradient(top, #c92828 5%, #ba2525 100%);
  background:linear-gradient(to bottom, #c92828 5%, #ba2525 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c92828', endColorstr='#ba2525',GradientType=0);
  background-color:#c92828;
}

/*---- Mailing List Styles ---*/

#mail_list308 {
  padding: 5rem 2rem;
  background-color: #930a0e;
  box-shadow: 0 0 15px #5d0003 inset;
}

#mail_list308 button {
    background: dcdcdc;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #65554e;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 1.8rem;
    font-weight: normal;
    padding: 13px 24px;
    text-decoration: none;
    text-shadow: none;
}

#mail_list308 button:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
  background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
  background-color:#e9e9e9;
}

#mail_list308 input {
  border-radius: 0px;
}


/*---- Testimonials Styles ---*/

#testim308 {
  background-color: #e1e1e1;
  padding: 2rem;
  height: 20rem;
}

#testimonials h2 {
  text-transform: uppercase;
  color: #443C3a;
}

blockquote {
  border-left: 5px solid #8d746b;
 }

#testim308 h2 {
  margin-top: 0rem;
}

.carousel-control.right {
   background-image: none;
   text-shadow: none;
}

.carousel-control .glyphicon-chevron-right {
  margin-top: 0rem;
  font-size: 2rem;
}

.carousel-control.left {
   background-image: none;
   text-shadow: none;
}

.carousel-control .glyphicon-chevron-left {
  margin-top: 0rem;
  font-size: 2rem;
}

.carousel-control {
  color: #9f9f9f;
 }

 .carousel-inner .row {
   margin-left: 0rem;
   margin-right: 0rem;
 }

 #gmap iframe {
   margin-bottom: 2rem;
 }

 .panel {
   border-radius: 0px;
   opacity: .75;
}


#staff h2 {
  text-transform: uppercase;
  font-size: 2.4rem;
  margin-top: 6rem;
  color: #443C3a;
}

#staff h3 {
  font-family: Georgia, sans-serif;
  text-transform: uppercase;
  font-size: 2.1rem;
  color: #930A0E;
  margin-top: 0rem;
}

#staff p {
  font-size: 1.2rem;
}

#staff img {
  margin: 0rem 1rem 1rem;
}

#send_files h2 {
  text-transform: uppercase;
  font-size: 2.4rem;
  margin-top: 6rem;
  color: #443C3a;
}

#affiliates h2 {
  text-transform: uppercase;
  font-size: 2.4rem;
  margin-top: 6rem;
  color: #443C3a;
}

.afilliate_pic img {
  width: 20%;
  float: left;
  padding: 1rem;
}

#sidebar h3 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #930a0e;
  font-size: 2.3rem;
  text-transform: uppercase;
  margin-top: 1rem;

}

#about h1 {
  text-align: right;
}

#about h3 {
  font-family: Georgia, serif;
  color: #930A0E;
}

.greybox {
  background-color: #c7c7c7;
  padding: 1rem 3rem;
  margin-bottom: 1rem;
}

#sidebar h4 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #cb1d00;
  font-size: 2rem;
  font-style: italic;
}

#whatwedo_list a {
  font-family: Georgia, serif;
  font-size: 1.9rem;
}

#whatwedo_list ul {
  padding-left: 1rem;
}

#newsletter_sidebar {
  padding: 2rem;
}

#send_file_sidebar {
  padding: 2rem;
}

#testimonials_sidebar {
  padding: 2rem;
}

#industries_foot ul {
  list-style-type: none;
  margin-left: 0rem;
  padding-left: 0rem;
}

#resources_foot ul {
  list-style-type: none;
}

#consultation_form .label {
  color: #000;
  font-family: 'Lato' sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  white-space: normal;
}

#consultation_form .header {
  font-size: 2rem;
    font-family: 'Lato' sans-serif;
    font-weight: bold;
    color: #11588A;
}

#consultation_form .input {
   width: 100%!important;
  background-color: #FFF;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


#consultation_form textarea {
  float: left;
}

#consult table {
  width: 100%!important;
}

#captcha {
  margin-bottom: 1rem;
  margin-top: -2.5rem;
}

.label {
  display: block;
  text-align: left;
}

.mlist_table {
  width: 100%;
}

.mlist_table .label {
 color: #000;
 font-family: 'Lato' sans-serif;
 font-size: 1.5rem;
 line-height: 2rem;
 font-weight: 400;
 white-space: normal;
}

.mlist_table .header {
 font-size: 2rem;
 font-family: 'Lato' sans-serif;
 font-weight: bold;
 color: #11588A;
}

.mlist_table .input {
 width: 100%!important;
 background-color: #FFF;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

#consultation_form td.label {
 width: 50% !important;
}

#consultation_form td.input {
 width: 49% !important;
}
