﻿/*#region General Styles */
.clear-fix:before,
.clear-fix:after {
  content: " ";
  display: table;
}
.clear-fix:after {
  clear: both;
}
.clear-fix {
  *zoom: 1;
}
.wrapper {
  width: 960px;
}
/*#endregion */
a:link {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  background: #ebebeb;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
body header {
  min-width: 100%;
  text-align: center;
  color: #fff;
  margin: auto;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  background: #555555;
}
body .row-1-wrapper {
  margin: auto;
  height: 589px;
  width: 960px;
  display: table;
}
body .row-1 {
  margin: auto;
  height: 100%;
  width: 100%;
  background: #ebebeb;
  display: table-cell;
  vertical-align: bottom;
}
body .row-1 .logo-panel {
  margin: auto;
  height: 364px;
  width: 592px;
  background: #fff;
}
body .row-1 .logo-panel .logo-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
body .row-1 .logo-panel .logo-wrapper .logo {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
body .row-1 .logo-panel .logo-wrapper .logo .logo-img {
  width: 366px;
  display: block;
  margin: auto;
  margin-bottom: 42px;
}
body .row-1 .phone-table-wrapper {
  margin: auto;
  height: 112px;
  width: 100%;
}
body .row-1 .phone-table-wrapper .phone-table-left-corner {
  width: 184px;
  background: url("../Images/Table-Corners.png");
  height: 100%;
  float: left;
}
body .row-1 .phone-table-wrapper .phone-table {
  margin: auto;
  float: left;
  height: 100%;
  width: 592px;
  background: #29CB91;
  overflow: visible;
}
body .row-1 .phone-table-wrapper .phone-table .phone-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
body .row-1 .phone-table-wrapper .phone-table .phone-wrapper .phone-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  position: relative;
}
body .row-1 .phone-table-wrapper .phone-table .phone-wrapper .phone-cell .phone {
  position: relative;
  right: 90px;
}
body .row-1 .phone-table-wrapper .phone-table .phone-wrapper .phone-cell .white-screen {
  position: absolute;
  top: 14px;
}
body .row-1 .phone-table-wrapper .phone-table .phone-wrapper .phone-cell .white-screen-1-hover-area {
  position: absolute;
  width: 70px;
  height: 20px;
  z-index: 30;
  bottom: 20px;
  left: 12px;
}
body .row-1 .phone-table-wrapper .phone-table .phone-wrapper .phone-cell .white-screen-2-hover-area {
  position: absolute;
  width: 60px;
  height: 14px;
  z-index: 30;
  left: 224px;
  bottom: 67px;
}
body .row-1 .phone-table-wrapper .phone-table .phone-wrapper .phone-cell .white-screen-3-hover-area {
  position: absolute;
  width: 70px;
  height: 20px;
  z-index: 30;
  bottom: 20px;
  left: 310px;
}
body .row-1 .phone-table-wrapper .phone-table .phone-wrapper .phone-cell .white-screen-4-hover-area {
  position: absolute;
  width: 70px;
  height: 18px;
  z-index: 30;
  bottom: 44px;
  left: 488px;
}
body .row-1 .phone-table-wrapper .phone-table-right-corner {
  width: 184px;
  height: 100%;
  background: url("../Images/Table-Corners.png");
  background-position-x: 184px;
  float: left;
}
body .row-2-wrapper {
  height: 227px;
  background: #d7d7d7;
}
body .row-2 {
  margin: auto;
  height: 227px;
  width: 960px;
  background: #02BD85;
}
body .row-2 .value-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
body .row-2 .value-wrapper .value {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  font-size: 60px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #fff;
}
body .row-2 .value-wrapper .value .values-carousel {
  padding: 0;
}
body .row-2 .value-wrapper .value .values-carousel li {
  text-align: center;
  list-style: none;
  display: inline-block;
}
body .row-3-wrapper {
  height: 368px;
  background: #d7d7d7;
}
body .row-3 {
  margin: auto;
  height: 368px;
  width: 960px;
}
body .row-3 .left-panel {
  float: left;
  height: 100%;
  width: 365px;
  background: #C2C2C2;
}
body .row-3 .left-panel .quote-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
body .row-3 .left-panel .quote-wrapper .quote {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body .row-3 .left-panel .quote-wrapper .quote .quote-img {
  background: url("../Images/Quote.png");
  margin: auto;
}
body .row-3 .right-panel {
  float: left;
  height: 100%;
  width: 595px;
  background: #B7B7B7;
}
body .row-3 .right-panel .about-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
body .row-3 .right-panel .about-wrapper .about {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  padding: 0 24px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 36px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #fff;
}
body .row-3 .right-panel .about-wrapper .about .text-highlight {
  font-weight: 400;
  font-size: 1.1em;
  display: block;
}
body footer {
  margin: auto;
  height: 24px;
  min-width: 100%;
  background: #555555;
}
