@charset "utf-8";

* {
  outline: none;
}

body {
  color: #032946;
  font-size: 14px;
  background-color: #04528e;
}

a {
  color: #0672c5;
}

#content-wrapper,
.bg-white {
  background: white;
}

.bg-sky {
  background-image: url("/images/home/tour-bg.png");
  background-position: center -30px;
  background-repeat: repeat-x;
  padding-bottom: 30px;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bg-position-bottom {
  background-position: center bottom;
}

.pad10 {
  padding: 10px;
}

.pad10-x {
  padding-left: 10px;
  padding-right: 10px;
}

.pad10-y {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pad15 {
  padding: 15px;
}

.pad15-x {
  padding-left: 15px;
  padding-right: 15px;
}

.pad15-y {
  padding-top: 15px;
  padding-bottom: 15px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.inline-block {
  zoom: 1;
  display: inline-block;
  *display: inline;
}

[v-cloak] {
  display: none;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

#content-wrapper {
  padding-top: 5px;
}

.content-header {
}

#header {
  overflow: hidden;
}

#header .container_12 {
  /*    border-bottom: 1px solid #DDD;*/
}

#footer {
  background-color: #04528e;
  color: #fff;
}

#footer p,
#footer a {
  color: #fff;
  font-size: 10px;
}

#logo {
  margin: 10px 0px 10px 0px;
}

#logo img {
  height: 70px;
}

#nav ul {
  list-style-image: none;
  list-style-type: none;
  margin-top: 35px;
}

#nav ul li {
  margin: 0 16px;
  display: inline-block;
  float: left;
}

#nav ul li a {
  color: #0672c5;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.4em;
}

span.green,
#nav ul li a.green {
  color: green;
}

span.red,
#nav ul li a.red {
  color: #c00;
}

#nav ul li a:hover {
  border-bottom: 2px solid;
}

#banner {
  padding-top: 20px;
  height: 380px;
  background-image: url(/images/home/banner-bg.png);
  background-repeat: repeat-x;
}

#banner-video {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 0;
}

#quick-sign-up {
  padding: 10px 0;
}

#quick-sign-up h3 {
  margin: 0;
  display: inline;
}

#quick-sign-up input#license_no {
  width: 198px;
  padding: 6px;
  font-size: 1.4em;
  margin: 0 5px 0 0;
  display: inline;
}

.relative {
  position: relative;
}

#banner-text {
  position: relative;
  z-index: 999;
}

#banner-text h1,
#banner-text h2 {
  font-weight: bold;
  color: #0672c5;
}

#banner-text h1 {
  font-size: 5em;
  margin: 0;
  line-height: 110%;
}

#banner-text h2 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

#banner-text p {
  line-height: 1.8em;
  margin-bottom: 20px;
}

.button {
  font-family: "Arial";
  padding: 6px 10px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  margin: 0 5px 0 0;
  display: inline-block;
  cursor: pointer;
}

.button.large {
  padding: 8px 36px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0px 2px 3px #000;
  -webkit-box-shadow: 0px 2px 3px #000;
  box-shadow: 0px 2px 3px #000;
  font-size: 1.4em;
}

.button.xl {
  padding: 12px 48px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0px 2px 3px #000;
  -webkit-box-shadow: 0px 2px 3px #000;
  box-shadow: 0px 2px 3px #000;
  font-size: 2em;
}

.button.green {
  border-color: #038310;
  background-color: #038310; /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2bab38', endColorstr='#038310'); /* for IE */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2bab38),
    to(#038310)
  ); /* for webkit browsers */
  background: -moz-linear-gradient(
    top,
    #2bab38,
    #038310
  ); /* for firefox 3.6+ */
}

.button.blue {
  border-color: #025082;
  background-color: #025082; /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c7aac', endColorstr='#025082'); /* for IE */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2c7aac),
    to(#025082)
  ); /* for webkit browsers */
  background: -moz-linear-gradient(
    top,
    #2c7aac,
    #025082
  ); /* for firefox 3.6+ */
}

.ribbon {
  padding: 6px 0;
  clear: both;
}

.ribbon.blue {
  background-color: #032946;
}

.ribbon.orange {
  border-color: #038310;
  background-color: #deab21; /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd900', endColorstr='#DEAB21'); /* for IE */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffd900),
    to(#deab21)
  ); /* for webkit browsers */
  background: -moz-linear-gradient(
    top,
    #ffd900,
    #deab21
  ); /* for firefox 3.6+ */
}

.shadow-sep {
  height: 50px;
  background-image: url(/images/home/shadow_sep.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  clear: both;
}

h1.title {
  font-size: 2.5em;
  font-weight: normal;
  margin: 1em 0;
  color: #a4d1f4;
}

#content h2 {
  font-size: 1.5em;
  font-weight: normal;
  margin: 0.5em 0;
  color: #0672c5;
}

#content h3 {
  font-weight: normal;
}

#content .feature {
  margin-bottom: 40px;
}

#content .feature .feature-ribbon {
  position: absolute;
  top: -10px;
  right: -10px;
}

#content .feature .feature-ribbon img {
  border: none;
}

#content .feature.left .feature-text {
}

#content .feature.right .feature-text {
}

#content .feature p {
  line-height: 1.5em;
  font-size: 1.2em;
}

#content .feature-text h2 {
  font-size: 2.5em;
  margin: 0;
  line-height: 110%;
}

#content .feature-text h3 {
  font-size: 1.5em;
  margin-bottom: 0.8em;
  color: #a4d1f4;
}

#content .feature-image {
  position: relative;
  background-color: #eee;
  padding: 1px;
  -moz-box-shadow: 0px 2px 3px #000;
  -webkit-box-shadow: 0px 2px 3px #000;
  box-shadow: 0px 2px 3px #000;
}

#content .feature-image img {
  border: 5px solid white;
}

#content .feature.left .feature-image {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

#content .feature.right .feature-image {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

#btnGetStarted {
  margin-top: 10px;
}

#btnGetStarted,
.orange-button {
  font-size: 16px;
  padding: 6px 14px 8px 16px;
  background: -moz-linear-gradient(center bottom, #ff9009 22%, #fa4 81%);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.22, #ff9009),
    color-stop(0.81, #fa4)
  );
  background: -moz-linear-gradient(center bottom, #ff9009 22%, #fa4 81%);
  background: #ff9009;
}

#btnGetStarted:hover,
.orange-button:hover {
  background: #fa4;
  color: white;
  text-decoration: none;
}

a#btnGetStarted,
.orange-button {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  color: white;
  display: inline-block;
  font-family: "HelveticaNeue-Bold", "HelveticaNeue", Helvetica, Arial,
    Sans-serif;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid white;
}

.orange-button:disabled {
  opacity: 0.5;
}

#tour {
}

#tour-menu {
  -moz-border-radius: 5px 5px 5px 5px;
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #d5d6d7;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica,
    sans-serif;
  font-size: 12px;
  font-weight: bold;
  left: 0;
  margin-left: -10px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 230px;
  z-index: 999;
}

#tour-menu ul {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
}

#tour-menu ul li {
  border-top: 1px solid #e8e8e8;
  line-height: 1.7em;
  margin: 0;
  padding: 0;
}

#tour-menu ul li:hover,
#tour-menu ul li.current {
  background-color: #e5f1fa;
}

#tour-menu ul li a {
  color: #777777;
  display: block;
  padding: 10px 10px 15px 60px;
  text-decoration: none;
}

#tour-menu ul li a span {
  color: #888888;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.3em;
}

#tour-menu .title {
  background: none repeat scroll 0 0 #f3f2eb;
  border-top: 0 none;
  padding: 5px 10px;
  line-height: 1.7em;
}

#tour-menu .tour-menu-icon {
  background-position: 10px 15px;
  background-repeat: no-repeat;
}

#tour-menu .tour-menu-icon.moresales {
  background-image: url("/images/icons/universal/small/icon-09.png");
}

#tour-menu .tour-menu-icon.buildrapport {
  background-image: url("/images/icons/universal/small/icon-14.png");
}

#tour-menu .tour-menu-icon.getorganized {
  background-image: url("/images/icons/universal/small/files.png");
}

#tour-menu .tour-menu-icon.stayconnected {
  background-image: url("/images/icons/universal/small/devices.png");
}

#tour-menu .tour-menu-icon.reducedisputes {
  background-image: url("/images/icons/universal/small/taichi.png");
}

#tour-menu .tour-menu-icon.lotsmore {
  background-image: url("/images/icons/misc/plus.png");
}

#tour-scroller {
  position: relative;
  overflow: hidden;
  width: 700px;
  left: 240px;
}

/* override single pane */
#tour-scroller .items > div {
  float: left;
  display: block;
  width: 700px;
  font-size: 14px;
}

#main {
  position: relative;
  overflow: hidden;
  height: 450px;
}

/* root element for scrollable items */
#tour-scroller .items {
  width: 20000em;
  position: relative;
}

.tour-page-title {
  height: 220px;
  margin-bottom: 15px;
}

.tour-page-title-img {
  /*    background-color: #EEEEEE;
        -webkit-box-shadow: 0 5px 5px #AAAAAA;
        -moz-box-shadow: 0 5px 5px #AAAAAA;
        box-shadow: 0 5px 5px #AAAAAA;*/
  float: left;
  margin-left: 5px;
  margin-right: 25px;
  padding: 1px;
  margin-top: 7px;
}

.tour-page-title-img img {
  /*    border: 5px solid white;    */
}

.tour-page-title h2 {
  margin: 25px 0 15px 0;
  line-height: 28px;
}

.tour-page-title p {
  color: #666666;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica,
    sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3em;
}

.tour-page-feature {
  margin-bottom: 25px;
}

.tour-page-feature img.right {
  float: right;
  margin-left: 15px;
}

.tour-page-feature img.left {
  float: left;
  margin-right: 15px;
}

.tour-page-feature h3 {
  color: #000000;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica,
    sans-serif;
  font-size: 16px;
  margin: 20px 0 5px;
  text-align: left;
}

.tour-page-feature p {
  color: #666666;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica,
    sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  margin: 0 0 15px;
  text-align: left;
}

.jacket {
  height: 330px;
  width: 690px;
  margin: 0 auto;
  position: relative;
}

.jacket .short.left {
  position: absolute;
  left: 0;
  top: 32px;
}

.jacket .short.right {
  position: absolute;
  right: 0;
  top: 32px;
}

.jacket .short {
  background-color: #efefef;
  border: 1px solid #999999;
  float: left;
  font-family: Helvetica, Verdana, sans-serif;
  height: 170px;
  padding: 30px 0 10px;
  text-align: center;
  width: 220px;
  z-index: 1;
}

.jacket .tall {
  position: absolute;
  top: 0;
  left: 222px;
  width: 220px;
  height: 200px;
  border: 3px solid #3671a1;
  text-align: center;
  padding: 60px 10px 10px 10px;
  background-color: white;
  font-family: Helvetica, Verdana, sans-serif;
  box-shadow: 0 5px 20px;
  z-index: 99;
}

.jacket h1 {
}

.jacket h2 {
}

.jacket h3 {
  margin-bottom: 0;
}

.content-header h1 {
  margin: 15px 0 25px 0;
}

#contactUs {
}

#contactUs td {
  padding: 5px;
}

#section1 {
  padding-bottom: 30px;
}

/** Table Styles **/

.table .align-right {
  text-align: right;
}

.table tr {
  line-height: 26px;
}

.table th {
  text-align: left;
  background-color: #e7edef;
}

.table td,
.table th {
  text-indent: 0px;
  padding: 3px 8px;
}

.valign-top,
.table td.valign-top,
.table th.valign-top {
  vertical-align: top;
}

.valign-bottom,
.table td.valign-bottom,
.table th.valign-bottom {
  vertical-align: bottom;
}

.valign-middle,
.table td.valign-middle,
.table th.valign-middle {
  vertical-align: middle;
}

.table .odd {
  background: #e7edef;
}

.table.with-border td {
  border: 1px solid #ccc;
}

.errorSummary {
  border: 2px solid #c00;
  padding: 7px 7px 12px 7px;
  margin: 0 0 20px 0;
  background: #fee;
  font-size: 0.9em;
}

.errorSummary p {
  margin: 0;
  padding: 5px;
}

.errorSummary ul {
  margin: 0;
  padding: 0 0 0 20px;
}

.errorSummary ul li {
  line-height: 16px;
  padding: 0;
}

#pricingTable {
}

#pricingTable th {
  font-size: 1.5em;
  font-weight: bold;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  margin: 0;
  text-shadow: 1px 1px 3px white;
}

#pricingTable .pricingEstimateTable td {
  border: none;
}

#pricingTable table th,
#pricingTable table td {
  border: 1px solid #ccc;
}

#pricingTable th,
#pricingTable td {
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}

#pricingTable .odd {
  background: #e7edef;
}

#pricingTable .even {
  background: #fff;
}

#pricingTable td.products-price {
  color: #000;
  font-weight: bold;
}

#pricingTable td.products-credits {
  color: #666;
  font-weight: normal;
}

#pricingTable th {
  color: #666;
  font-size: 1.2em;
}

#pricingTable td.products-price,
#pricingTable td.products-credits {
  font-size: 1.5em;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  margin: 0;
  text-shadow: 1px 1px 3px white;
}

#pricingTable td.products-price em,
#pricingTable td.products-credits em {
  font-weight: normal;
  font-size: 60%;
  font-style: normal;
  vertical-align: text-top;
}

#pricingTable table {
  margin: 0 auto;
}

#system-messages {
  margin-top: -1px;
}

#system-messages img {
  margin-right: 15px;
}

/** Referral **/
#agent-card-wrapper {
}

#agent-card {
  background-color: lightGoldenRodYellow;
  border: 1px dotted #cccccc;
  margin: 0 auto 15px auto;
  padding: 5px;
  min-height: 100px;
  width: 100%;
}

#agent-photo {
  border: 1px solid #cccccc;
  float: left;
  margin-right: 10px;
  text-align: left;
}

#agent-photo img {
  width: 80px;
}

#agent-details {
  overflow: hidden;
}

#agent-details p {
  zoom: 1;
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  margin-bottom: 0.5em;
}

#agent-details .agent-name {
  margin-bottom: 0;
}

#agent-details img {
  position: absolute;
}

#agent-details .with-icon span {
  margin-left: 20px;
}

#your-agent {
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#your-agent h3 {
  font-size: 1.2em;
  margin: 0;
}

input.LV_invalid_field {
  border: 1px solid red;
  color: red;
}

.LV_validation_message {
  display: none;
}

.min-height {
  min-height: 300px;
}

.error {
}

.error h1.white {
  color: white;
  font-size: 4em;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.error ul,
.error p {
  color: white;
  font-size: 1.3em;
}

.error a {
  text-decoration: underline;
}

.error-bg {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  padding: 20px;
  width: 600px;

  position: absolute;
}

.error a {
  color: #2d99ff;
}

.error-bg.alpha-30 {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}

.error-bg.alpha-50 {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
}

.error-bg.black.alpha-30 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.error.error-404 {
  background-color: #17354b;
  background-image: url("/images/404_bg.jpg");
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
}

.error.error-500 .error-bg {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.error.error-500 h2,
.error.error-500 p,
.error.error-500 ul {
  color: white;
}

ol.legal h4 {
  font-size: 1em;
  margin-bottom: 1.5em;
  display: inline-block;
  text-decoration: underline;
}

ol.legal {
  counter-reset: lvl_1;
  list-style-type: none;
}

ol.legal > li {
  list-style-type: none;
  display: block;
  position: relative;
}

ol.legal > li:before {
  counter-increment: lvl_1;
  content: counter(lvl_1) ". ";
  position: absolute;
  margin-right: 100%;
  right: 10px; /* space between number and text */
  font-weight: bold;
}

ol.legal > li > ol {
  counter-reset: lvl_2;
}

ol.legal > li > ol > li {
  list-style-type: none;
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}

ol.legal > li > ol > li:before {
  counter-increment: lvl_2;
  content: counter(lvl_1) "." counter(lvl_2) ". ";
  position: absolute;
  margin-right: 100%;
  right: 10px; /* space between number and text */
}

ol.legal > li > ol > li > ol {
  counter-reset: lvl_3;
}

ol.legal > li > ol > li > ol > li {
  list-style-type: lower-alpha;
  margin-bottom: 1.5em;
  margin-left: 0;
  position: relative;
}

ol.legal ul > li > ul > li {
  list-style-type: circle;
}

ol.legal table th {
  font-weight: bold;
}

ol.legal table th,
ol.legal table td {
  border: 1px solid #000;
  padding: 0.4em;
}

#google_translate_element {
  height: 24px;
}

.jumbotron {
  padding-top: 10em;
  padding-bottom: 12em;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 3em;
}

.display-1 {
  font-size: 300%;
  color: white;
  margin: 0;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 1);
}

.flex {
  display: flex; /* Enables flexbox layout */
  /* Optional properties for flexbox behavior */
}

.flex-row {
  flex-direction: row; /* Sets the main axis to horizontal */
}

.min-w-50px {
  min-width: 50px;
}

.mb-20px {
  margin-bottom: 20px;
}
