/* GENERAL */
/* ####### */
body {
  color: white;
  background-color: white;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

button {
  color: #ffffff !important;
  font-weight: 500 !important;
  background-color: #0098ee !important;
  border-color: #0098ee !important;
}

button:hover {
  color: #ffffff !important;
  background-color: #006299 !important;
  border-color: #006299 !important;
}

button.slick-arrow {
  display: none !important;
}

.row-spacer-5 {
  height: 5px;
}

.row-spacer-10 {
  height: 10px;
}

.row-spacer-20 {
  height: 20px;
}

.row-spacer-30 {
  height: 30px;
}

.row-spacer-40 {
  height: 40px;
}

.indent {
  padding-left: 20px;
}

.indent2 {
  padding-left: 40px;
}

.indent3 {
  padding-left: 60px;
}

.indent4 {
  padding-left: 80px;
}

#primary_container {
  width: 1200px;
  height: 100%;
  margin: auto;
  padding: 0;
}

#background {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#top_bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  min-width: 2600px;
}

#menu_row {
  position: relative;
  top: 20px;
  left: 0;
}

#navbar_content {
  position: relative;
  top: 3px;
}

.content_row_title {
  color: black;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
}

.code {
  font-family: monospace;
  color: red;
}

.code-block {
  font-family: monospace;
  color: red;
  margin: 10px 0 10px 10px;
}

.code-comment {
  font-family: monospace;
  color: forestgreen;
  font-style: italic;
}

.code-block.small {
  font-size: 13px;
}

#quote_button {
  margin: 40px auto 0 auto;
  font-size: 20px;
  width: 335px;
  height: 60px;
}

/* FOOTER ROW A */
/* ############ */
#footer_row_a {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  min-width: 2600px;
}

.footer-row-a-content {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1200px;
  height: 60px;
}

#footer_row_a_content_left {
  position: absolute;
  top: 0;
  left: 200px;
  width: 400px;
}

#footer_row_a_content_right {
  position: absolute;
  top: 0;
  left: 650px;
  width: 600px;
}

#footer_row_a_content_right input {
  width: 300px;
  display: inline;
}

#footer_row_a_content_right button {
  position: relative;
  top: -1px;
  margin-left: 10px;
  width: 100px;
  display: inline;
}

/* FOOTER ROW B */
/* ############ */
#footer_row_b {
  background-color: #374247;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  height: 436px;
  min-width: 2600px;
  text-align: left;
  margin: 0;
}

#footer_row_b_content {
  position: relative;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 20px 0 20px 0;
  padding: 0;
  width: 1200px;
}

#footer_row_b_col_a {
  position: relative;
  top: 50px;
  left: 20px;
  font-size: 14px;
}

#footer_row_b_col_a_text {
  margin: 15px 0 5px 0;
}

#footer_row_b_col_a_payment_icons {
  position: relative;
  left: -6px;
}

#footer_row_b_col_b {
  position: relative;
  top: 50px;
  left: 30px;
}

#footer_row_b_col_b i {
  color: #0098ee;
  width: 20px;
  margin-right: 5px;
}

#footer_row_b_col_b_map_address i {
  display: inline;
}

#footer_row_b_col_b_map_address_line_a {
  display: inline;
}

#footer_row_b_col_b_phone {
  margin-top: 5px;
}

#footer_row_b_col_b_fax {
  margin-top: 5px;
}

#footer_row_b_col_b_mailing_address {
  margin-top: 5px;
}

#footer_row_b_col_b_map_address_line_b {
  position: relative;
  left: 20px;
}

#footer_row_b_col_b_social_icons i {
  font-size: 35px;
  margin: 10px 5px 0 0;
  width: auto;
}

#footer_row_b_col_c {
  position: relative;
  top: 50px;
  left: -20px;
}

#footer_row_b_col_c {
  text-align: left;
}

#footer_row_b_col_c_email {
  margin-top: 10px;
}

#footer_row_b_col_c_message {
  margin-top: 10px;
}

#footer_row_b_col_c_message textarea {
  resize: none;
}

#footer_row_b_col_c_submit_button {
  margin-top: 15px;
  text-align: center;
}

#footer_row_b_col_c_submit_button button {
  width: 150px;
}

/* FOOTER ROW C */
/* ############ */
#footer_row_c {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  height: 65px;
  min-width: 2600px;
  background-color: #262d30;
  font-size: 14px;
  text-align: center;
}

#footer_row_c_content {
  color: #666666;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1200px;
}

.tos_privacy {
  font-weight: 600;
}

.tos_privacy a {
  color: #666666;
  text-decoration: none;
}

.tos_privacy a:hover {
  text-decoration: underline;
}
