.gpp-sc-instruction-box {
  padding: 20px;
  margin-bottom: 20px;
  background: #EDEDED;
  color: #333;
  float: left;
}
/* Grid */
.ls-sc-grid_1,
.ls-sc-grid_2,
.ls-sc-grid_3,
.ls-sc-grid_4,
.ls-sc-grid_5,
.ls-sc-grid_6,
.ls-sc-grid_7,
.ls-sc-grid_8,
.ls-sc-grid_9,
.ls-sc-grid_10,
.ls-sc-grid_11,
.ls-sc-grid_12 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
}
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
.ls-sc-grid_1 {
  width: 6.333%;
}
.ls-sc-grid_2 {
  width: 14.667%;
}
.ls-sc-grid_3 {
  width: 23.0%;
}
.ls-sc-grid_4 {
  width: 31.333%;
}
.ls-sc-grid_5 {
  width: 39.667%;
}
.ls-sc-grid_6 {
  width: 48.0%;
}
.ls-sc-grid_7 {
  width: 56.333%;
}
.ls-sc-grid_8 {
  width: 64.667%;
}
.ls-sc-grid_9 {
  width: 73.0%;
}
.ls-sc-grid_10 {
  width: 81.333%;
}
.ls-sc-grid_11 {
  width: 89.667%;
}
.ls-sc-grid_12 {
  width: 98.0%;
}
@media screen and (max-width: 640px) {
  .ls-sc-grid_1,
  .ls-sc-grid_2,
  .ls-sc-grid_3,
  .ls-sc-grid_4,
  .ls-sc-grid_5,
  .ls-sc-grid_6,
  .ls-sc-grid_7,
  .ls-sc-grid_8,
  .ls-sc-grid_9,
  .ls-sc-grid_10,
  .ls-sc-grid_11,
  .ls-sc-grid_12 {
    display: block;
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* Buttons */
.ls-sc-button {
  display: inline-block;
  margin: 0 0 1em;
  padding: 8px 15px;
  border: 0;
  border-radius: 2px;
  border: 1px solid transparent;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  font-family: Arial, "Lucida Grande", sans-serif;
  line-height: 1.5384615384615385;
  cursor: pointer;
  outline: none;
  background-color: #434a54;
  border-color: #434a54;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
  text-decoration: none;
}
.ls-sc-button:hover {
  text-decoration: none;
}
.ls-sc-button.medium {
  padding: 12px 24px;
  font-size: 18px;
}
.ls-sc-button.medium .gpp-sc-genericon {
  line-height: 1.25;
  font-size: 18px;
}
.ls-sc-button.large {
  padding: 20px 32px;
  font-size: 24px;
}
.ls-sc-button.large .gpp-sc-genericon {
  line-height: 1.5;
  font-size: 24px;
}
.ls-sc-button.block {
  display: block;
}
.ls-sc-button-icon-left {
  padding-right: 0.5em;
  margin-right: 7px;
}
.medium .ls-sc-button-icon-left {
  margin-right: 10px;
}
.large .ls-sc-button-icon-left {
  margin-right: 15px;
}
.ls-sc-button-icon-right {
  padding-left: 0.5em;
  margin-left: 7px;
}
.medium .ls-sc-button-icon-right {
  margin-left: 10px;
}
.large .ls-sc-button-icon-right {
  margin-left: 15px;
}
.ls-sc-button-icon-left.gpp-sc-genericon,
.ls-sc-button-icon-right.gpp-sc-genericon {
  vertical-align: top;
  height: 10px;
}
.ls-sc-button:hover {
  opacity: 0.8;
}
.ls-sc-button span.ls-sc-button-inner {
  display: block;
  font-weight: normal;
  line-height: 1.5384615384615385;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #fff;
}
.ls-sc-button.grey,
.ls-sc-box.grey,
.ls-sc-highlight.grey,
.ls-sc-pricing-header.grey {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #fff;
}
.ls-sc-button.yellow,
.ls-sc-box.yellow,
.ls-sc-highlight.yellow,
.ls-sc-pricing-header.yellow {
  background-color: #edde45;
  border-color: #edde45;
  color: #fff;
}
.ls-sc-button.green,
.ls-sc-box.green,
.ls-sc-highlight.green,
.ls-sc-pricing-header.green {
  background-color: #19dd89;
  border-color: #19dd89;
  color: #fff;
}
.ls-sc-button.red,
.ls-sc-box.red,
.ls-sc-highlight.red,
.ls-sc-pricing-header.red {
  background-color: #ea3556;
  border-color: #ea3556;
  color: #fff;
}
.ls-sc-button.pink,
.ls-sc-box.pink,
.ls-sc-highlight.pink,
.ls-sc-pricing-header.pink {
  background-color: #d770ad;
  border-color: #d770ad;
  color: #fff;
}
.ls-sc-button.black,
.ls-sc-box.black,
.ls-sc-highlight.black,
.ls-sc-pricing-header.black {
  background-color: #282d31;
  border-color: #282d31;
  color: #fff;
}
.ls-sc-button.blue,
.ls-sc-box.blue,
.ls-sc-highlight.blue,
.ls-sc-pricing-header.blue {
  background-color: #42a2ce;
  border-color: #42a2ce;
  color: #fff;
}
.ls-sc-button.purple,
.ls-sc-box.purple,
.ls-sc-highlight.purple,
.ls-sc-pricing-header.purple {
  background-color: #8e44ad;
  border-color: #8e44ad;
  color: #fff;
}
.ls-sc-pricing-header.grey h5 {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #fff;
}
.ls-sc-pricing-header.yellow h5 {
  background-color: #edde45;
  border-color: #edde45;
  color: #fff;
}
.ls-sc-pricing-header.green h5 {
  background-color: #19dd89;
  border-color: #19dd89;
  color: #fff;
}
.ls-sc-pricing-header.red h5 {
  background-color: #ea3556;
  border-color: #ea3556;
  color: #fff;
}
.ls-sc-pricing-header.pink h5 {
  background-color: #d770ad;
  border-color: #d770ad;
  color: #fff;
}
.ls-sc-pricing-header.black h5 {
  background-color: #282d31;
  border-color: #282d31;
  color: #fff;
}
.ls-sc-pricing-header.blue h5 {
  background-color: #42a2ce;
  border-color: #42a2ce;
  color: #fff;
}
.ls-sc-pricing-header.purple h5 {
  background-color: #8e44ad;
  border-color: #8e44ad;
  color: #fff;
}
/*  Alert Boxes  */
.ls-sc-box {
  float: left;
  width: 90%;
  display: block;
  padding: 3% 5%;
  margin: 0.5em 0;
  font-size: 1.2em;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ls-sc-box.alignright,
.ls-sc-box.alignleft {
  margin-left: 0;
  margin-right: 0;
}
.ls-sc-box a {
  text-decoration: underline;
}
.ls-sc-box .ls-sc-button {
  text-decoration: none;
  float: right;
  margin: 0;
}
/* Dividers */
.ls-sc-divider {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  background: none;
}
.ls-sc-divider.solid {
  border-top: 1px solid #eee;
}
.ls-sc-divider.dashed {
  border-top: 1px dashed #eee;
}
.ls-sc-divider.dotted {
  border-top: 1px dotted #eee;
}
.ls-sc-divider.double {
  height: 5px;
  display: block;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.ls-sc-divider.yellow {
  border-color: #edde45;
}
.ls-sc-divider.green {
  border-color: #19dd89;
}
.ls-sc-divider.red {
  border-color: #ea3556;
}
.ls-sc-divider.pink {
  border-color: #d770ad;
}
.ls-sc-divider.black {
  border-color: #282d31;
}
.ls-sc-divider.blue {
  border-color: #42a2ce;
}
.ls-sc-divider.gray {
  border-color: #cccccc;
}
.ls-sc-divider.purple {
  border-color: #8e44ad;
}
/* Toggle
================================================== */
.ls-sc-toggle .ls-sc-toggle-trigger {
  color: #3d3d3d;
  display: block;
  padding: 0.8em;
  border: 1px solid #dddddd;
  background: #f9f9f9;
  outline: 0;
  text-transform: none;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
  cursor: pointer;
}
.ls-sc-toggle .ls-sc-toggle-trigger:hover {
  background-color: #fcfcfc;
  text-decoration: none;
}
.ls-sc-toggle .ls-sc-toggle-container {
  display: none;
  overflow: hidden;
  padding: 15px;
  border: 1px solid #dddddd;
  border-top: 0px;
}
/* Accordion
================================================== */
.ls-sc-accordion {
  border: 1px solid #dddddd;
}
.ls-sc-accordion h3.ls-sc-accordion-trigger {
  color: #3d3d3d;
  display: block;
  padding: 0.8em;
  border-bottom: 1px solid #dddddd;
  background: #f9f9f9;
  outline: 0;
  text-transform: none;
  letter-spacing: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
  cursor: pointer;
}
.ls-sc-accordion h3.ls-sc-accordion-trigger a {
  color: #555;
  text-decoration: none !important;
}
.ls-sc-accordion .ui-state-focus {
  outline: none;
}
.ls-sc-accordion .ls-sc-accordion-trigger:hover {
  background-color: #fcfcfc;
  text-decoration: none;
}
.ls-sc-accordion .ls-sc-accordion-trigger.ui-state-active {
  background-color: #fff;
  text-decoration: none;
}
.ls-sc-accordion .ls-sc-accordion-trigger.ui-state-active a {
  color: #000;
}
.ls-sc-accordion .ui-accordion-content {
  background-color: #fff;
  padding: 15px;
  border-bottom: solid 1px #dddddd;
}
.ls-sc-accordion .ui-accordion-content p:last-child {
  margin: 0px;
}
.ls-sc-accordion .ui-icon {
  margin-right: 7px;
}
/* Tabs
================================================== */
.ls-sc-tabs {
  zoom: 1;
}
.ls-sc-tabs ul.ui-tabs-nav {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #dddddd;
  margin-left: 1px;
  margin-bottom: 0 !important;
}
.ls-sc-tabs ul.ui-tabs-nav li {
  display: block;
  width: auto;
  height: 40px;
  padding: 0 !important;
  float: left !important;
  margin: 0 !important;
  outline: none;
}
.ls-sc-tabs ul.ui-tabs-nav li a {
  display: block;
  text-decoration: none;
  width: auto;
  height: 39px;
  padding: 0px 20px;
  line-height: 40px;
  border: solid 1px #dddddd;
  border-width: 1px 1px 0 0;
  margin: 0;
  background-color: #f9f9f9;
  font-size: 1em;
  color: #444;
  outline: none;
}
.ls-sc-tabs ul.ui-tabs-nav li a:hover {
  color: #333;
  background: #fcfcfc;
}
.ls-sc-tabs ul.ui-tabs-nav .ui-state-active a {
  background: #fff;
  height: 45px;
  position: relative;
  top: -4px;
  padding-top: 4px;
  border-left-width: 1px;
  margin: 0 0 0 -1px;
  color: #111 !important;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}
.ls-sc-tabs ul.ui-tabs-nav .ui-state-active a:hover {
  background: #ffffff;
}
.ls-sc-tabs ul.ui-tabs-nav li:first-child .ui-state-active a {
  margin-left: 0;
}
.ls-sc-tabs ul.ui-tabs-nav li:first-child a {
  border-width: 1px 1px 0 1px;
}
.ls-sc-tabs .tab-content {
  background: #fff;
  padding: 20px;
  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  margin: 0;
}
.ls-sc-tabs ul.tabs {
  zoom: 1;
}
.ls-sc-tabs ul.tabs:before,
.ls-sc-tabs ul.tabs:after {
  clear: both;
}
.ls-sc-tabs ul.tabs:before,
.ls-sc-tabs ul.tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.ls-sc-tabs .ui-tabs-hide {
  display: none;
}
.ls-sc-tabs:before,
ul.ls-sc-tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* Googlemap
================================================== */
.googlemap {
  position: relative;
  max-width: inherit;
}
.googlemap .map_canvas {
  width: 100%;
  height: 100%;
}
.googlemap .map_canvas h3 {
  margin: 0 0 10px;
  font-size: 14px;
}
.map_canvas img {
  max-width: none !important;
}
/* Pricing Table
================================================== */
.ls-sc-pricing-table {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.ls-sc-pricing-table div {
  list-style: none;
}
.ls-sc-pricing-table > div {
  list-style: none;
  text-shadow: none;
  margin-bottom: 0;
  border: 1px solid #dddddd;
}
.ls-sc-pricing-table .ls-sc-pricing-header {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
.ls-sc-pricing-table .ls-sc-pricing-header h5 {
  font-size: 1.3em;
  margin: 0;
  font-weight: normal;
  line-height: 1;
}
.ls-sc-pricing-table .ls-sc-pricing-cost {
  font-size: 3em;
  line-height: 1;
}
.ls-sc-pricing-table .featured .ls-sc-pricing-header {
  background: #fd5c41;
  margin: -1px;
  border-bottom: 1px solid #e72302;
}
.ls-sc-pricing-table .featured .ls-sc-pricing-header h5 {
  color: #fff;
  border-bottom: 1px solid #e72302;
}
.ls-sc-pricing-table .featured .ls-sc-pricing-cost {
  border-top: 1px solid #fe8773;
}
.ls-sc-pricing-table .ls-sc-pricing-per {
  font-size: 0.786em;
}
.ls-sc-pricing-table .ls-sc-pricing-content {
  background: #fff;
  font-size: 0.857em;
  text-align: center;
}
.ls-sc-pricing-content p {
  margin: 0;
}
.ls-sc-pricing-table .ls-sc-pricing-content ul {
  margin: 0 !important;
  padding: 0;
  list-style: none !important;
}
.ls-sc-pricing-table .ls-sc-pricing-content ul li {
  margin: 0 !important;
  padding: 10px 20px !important;
  border-bottom: 1px solid #eee;
  list-style: none !important;
}
.ls-sc-pricing-table .ls-sc-pricing-content ul li:nth-child(2n+2) {
  background: #f9f9f9;
}
.ls-sc-pricing-table .ls-sc-pricing-button {
  background: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  padding: 20px;
}
.ls-sc-pricing-table .ls-sc-pricing-button .ls-sc-button {
  float: none;
  margin: 0 auto;
}
/* Clear Floats
================================================== */
.ls-cs-clear-floats {
  clear: both;
}
.ls-sc-clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
