/*                                     /*
    Author:     Nathaniel Winningham
    Contact:    nathaniel@asdc.net
/*                                     */


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-spacing: 3px;
}

html {
  color: #000000;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-rendering: optimizeSpeed;
  overflow-y: scroll;
}

.row {
  width: 1000px;
}

.full-row {
  width: 100%;
}

.full-row2 {
  width: 100%;
  margin-top: -4px;
}

.white-text {
  color: #ffffff;
}

body {
  min-width: 310px;
}

.main-page {
  background-color: #eaeaea;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#slideshow {
  position: relative;
}

.slide img {
  width: 100%;
}

.main-text {
  padding: auto;
  position: absolute;
  top: 40%;
  width: 100%;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  font-size: 4vw;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0);
}

.main-p {
  text-align: left;
  margin: 0 auto;
}

.main-text p {
  margin: 0 auto;
  padding: 0 100px;
  text-shadow: 1px 1px 2px #000000;
}

.fb-img {
  width: 30px;
  margin-top: 10px;
}

.nav {
  list-style: none;
  text-align: center;
  background-color: #4b4b4b;
  background: -webkit-gradient(linear, left top, left bottom, from(#5a5a5a), to(#363636));
  background: linear-gradient(#5a5a5a, #363636);
}

.nav li {
  padding: 0 10px;
  height: 50px;
  display: inline-block;
}

.nav li a {
  font-size: 80%;
  line-height: 48px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}

.nav li a:link,
.nav li a:visited {
  color: #b1b1b1;
}

.nav li a:hover,
.nav li a:active {
  color: #e5e5e5;
}

.boxes {
  text-align: center;
  margin: 20px 20px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-left {
  padding: 50px 0;
}

.box-right {
  padding: 50px;
}

.holding-img {
  width: 258px;
  margin: 0 50px;
}

.main-acs {
  font-size: 70%;
  letter-spacing: 10px;
}

h4 {
  font-size: 120%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.boxes p {
  line-height: 150%;
  word-spacing: 2px;
}

.button-link {
  text-decoration: none;
  font-weight: 400;
}

.main-footer {
  text-align: center;
}

.main-footer p {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 60%;
  padding-left: 40px;
  padding-right: 40px;
  color: #000000;
}

.ref {
  color: #000000;
}

.footer-button {
  text-align: center;
  padding: 10px;
  margin: 10px auto;
  width: 80%;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5a5a5a), to(#363636));
  background: linear-gradient(#5a5a5a, #363636);
  /*    background-color: #2c3764;*/
  color: #ffffff;
}

.footer-button1 {
  text-align: center;
  padding: 10px;
  margin: 10px auto;
  width: 80%;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED3237), to(#b22529));
  background: linear-gradient(#ED3237, #b22529);
  /*    background-color: #2c3764;*/
  color: #ffffff;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/*~~~~~CHILD PAGES~~~~~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#childTopNavImg {
  display: inline-block;
}

.child-top-nav {
  padding-left: 76px;
  padding-right: 76px;
  list-style: none;
  display: inline-block;
}

.nav-color {
  background-color: #b9b9b9;
}

.icon {
  display: none;
}

.child-top-nav:hover {
  cursor: default;
}

.child-top-nav li {
  padding: 0 10px;
  line-height: 48px;
  height: 50px;
  display: inline-block;
}

.child-top-nav li a {
  font-size: 80%;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}

.child-top-nav li a:link,
.child-top-nav li a:visited {
  color: #5d5d5d;
}

.child-top-nav li a:hover,
.child-top-nav li a:active {
  color: #d61f1f;
}

.child-banner {
  min-height: 150px;
  /*    background: linear-gradient(#f0f0f0, #e2e2e2);*/
  background-color: #ffffff;
  -webkit-box-shadow: inset 0px -10px 18px -6px #D0D0D0;
  box-shadow: inset 0px -10px 18px -6px #D0D0D0;
  border-top: 1px solid #949494;
}

.banner-logo {
  height: 120px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 80px;
  margin-top: 15px;
  overflow: hidden;
  position: relative;
}

.logo-img {
  height: 100%;
}

.banner-text {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 15px;
}

.line {
  width: 100%;
  min-height: 5px;
  background-color: #d61f1f;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.child-sub-nav li a:link,
.child-sub-nav li a:visited {
  color: #343434;
}

.child-sub-nav li a:hover,
.child-sub-nav li a:active {
  color: #9b9b9b;
}

.child-sub-nav {
  border-bottom: 1px solid #949494;
}

.child-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
  min-height: 500px;
  padding: 0 60px;
}

.left {
  padding: 0 20px 20px 20px;
  height: auto;
  min-height: 200px;
  flex-basis: 100%;
}

.left p {
  margin: 20px 0;
  line-height: 150%;
}

.left ul {
  line-height: 150%;
}

.right {
  height: auto;
  flex-basis: 500px;
  background-color: #b9b9b9;
}

.padding-box {
  padding: 20px;
}

h2 {
  font-size: 150%;
  color: #d61f1f;
  padding-bottom: 40px;
  line-height: 150%;
}

h5 {
  font-size: 110%;
  color: #000000;
  padding: 20px 0;
}

.right-top {
  text-align: center;
  background-color: #5d5d5d;
  font-size: 110%;
  font-weight: 400;
  padding: 20px;
  line-height: 150%;
}

.right p {
  padding: 20px;
}

.right ul {
  list-style-position: inside;
  line-height: 150%;
}

.child-right-button {
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  margin: 0 20px;
  width: auto;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d61f1f), to(#860000));
  background: linear-gradient(#d61f1f, #860000);
  border: none;
}

.getItNow-button {
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  margin: 0 0 20px 0;
  width: 200px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d61f1f), to(#860000));
  background: linear-gradient(#d61f1f, #860000);
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

textarea {
  resize: none;
}

input,
textarea,
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 6px;
}

td:not(:last-child) input {
  margin-right: 10px;
}

form[name="contact"] h3,
.modal h3 {
  margin-top: 0;
}

form[name="contact"] table {
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
  text-align: center;
}

form[name="contact"] td {
  width: 50%;
}

form[name="contact"] input[type="submit"] {
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 10px;
  margin-top: 5px;
  width: 100%;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d61f1f), to(#860000));
  background: linear-gradient(#d61f1f, #860000);
}

form[name="mailingList"] input {
  display: block;
  width: 100%;
  max-width: 302px;
  margin: 0 auto;
}

table input,
table textarea {
  width: 100%;
}

input[type="checkbox"] {
  width: auto;
}

p.alert-success,
p.alert-failure {
  padding: 10px;
  text-align: center;
  font-size: 16px;
}

p.alert-success {
  background-color: #8DD66B;
  border: 1px solid #6FAA53;
  color: #4B7238;
}

p.alert-failure {
  background-color: #E8716F;
  border: 1px solid #B25553;
  color: #7F3D3B;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.child-footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#5a5a5a), to(#363636));
  background: linear-gradient(#5a5a5a, #363636);
  padding: 20px;
  color: #b5b5b5;
  text-align: center;
}

.footer-credit {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 70%;
  padding-top: 20px;
  line-height: 150%;
}

.footer-credit a {
  /*    text-decoration: none;*/
  color: inherit;
}
