:root {
  --main-bg-color: #F09453;
  --main-label-color: #887564;
  --main-div-bg-color:  #EEE9E1;
}
/*
:root {
  --main-bg-color: #5DADE2;
  --main-label-color: #2874A6;
  --main-div-bg-color:  #ebf5fb;
}
*/
/*http://www.tigercolor.com/color-lab/tips/tip-01.html */
body {
    height: 100%;
  min-height: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px; 
  line-height: 20px;
  font-size: 12px;
    font-family: sans-serif;
font-style: normal;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 23px;
  margin-bottom: 10px;
  font-family: sans-serif;
  color: var(--main-label-color);  /*#7a2f28;*/
  font-size: 24px;
  line-height: 30px;
  font-style: normal;
  font-weight: 700;
  text-shadow: none;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--main-label-color); /*#d18304;*/
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-style:normal;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
  font-weight: 700;
  font-size: 12px;
    font-family: sans-serif;
    font-style: italic;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: sans-serif;
  color: white;
  font-size: 19px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}
p {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  border-right-style: none;
  border-right-color: rgba(122, 47, 40, 0.2);
  border-left-style: none;
  border-left-color: rgba(122, 47, 40, 0.14);
  color: var(--main-label-color); /*#7a2f28;*/
  text-align: justify;
}
.button {
  position: relative;
  display: inline-block;
  padding: 4px 15px;
  border: 3px solid;  /*#ff8c2e;*/
  border-color: var(--main-bg-color);
  border-radius: 5px;
  /*background-color: #ff8c2e; */
  background-color: var(--main-bg-color);
  font-family: sans-serif;
  color: white;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  min-width: 50px;
}
input:invalid:no-button { 
    border:1px solid rgba(255,0,0,0.4);
}
input:valid:not([type=submit]) { 
    border:1px solid rgba(0,255,0,0.4);
}
.button.login-button {
  position: relative;
  left: 0px;
  float: right;
  right: 20px;
}
.button.forget-button {
    position: relative;
    left: -10px;
    float: right;
    right: 20px;
}
.button.register-button {
  right: auto;
  bottom: auto;
}
.navbar {
  position: relative;
  width: 100%;
  height: 100px;
  border-bottom-style: solid;
  border-bottom-color: var(--main-bg-color); /*rgba(255, 140, 46, 0.59);*/
  background-color: #504848; /*rgba(255, 255, 255, 0.93);*/
  -webkit-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.navbar.loggedin {
  position: relative;
  /*background-color: transparent;*/
}
.navbar .brand {
	margin-right:30px;
}
.brand {
    position: static;
    display: inline;
    width: 280px;
    height: 63px;
    float: left;
    clear: none;
    border-radius: 10px;
    background-color: white;

    background-image: url('../images/Logo_new.png');
    background-size: cover;
    top: 10px;
    position: relative;
    left: 10px;
}
.brand.w--current {
  
}
.navbar-item {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom-style: none;
  /*border-bottom-color: #ff8c2e; */
  background-color: var(--main-bg-color;)
  background-color: white;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
}
.navbar-item:hover {
  margin-top: 0px;
  border-bottom-style: none;
  border-bottom-width: 4px;
  border-radius: 0px;
  background-color: var(--main-bg-color); /*rgba(255, 140, 46, 0.59);*/
  color: var(--main-label-color);/*black;*/
}
.navbar-item:active {
  border-bottom-style: none;
  background-color: var(--main-bg-color); /*rgba(255, 140, 46, 0.59);*/
}
.navbar-item:focus {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: var(--main-bg-color); /*rgba(255, 140, 46, 0.59);*/
  color: var(--main-label-color);/*black;*/
}
.navbar-item.w--current {
  border-bottom: 4px none; /* #ff8c2e */;
  background-color: var(--main-bg-color); /*rgba(255, 140, 46, 0.59);*/
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font-family: sans-serif;
  color: white;
}
.navbar-item.w--current:hover {
  border-bottom-color: var(--main-bg-color); /*#ff8c2e */
}
.navbar-item.w--current:focus {
  border-bottom-color: #f79e54;
}
.home-welcome {
  height: auto;
}
.home-welcome:hover {
  color: transparent;
}
.navbar-left {
  position: static;
  display: inline-block;
  float: left;
  margin-top: 0px;
  margin-left: 10px;
}
.navbar-right {
  display: inline-block;
  float: right;
}
.navbar-wrapper {
  position: static;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  width: auto;
  max-width: 100%;
  margin-top: 5px;
  clear: none;
}

.slider {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 540px;
}
.first-slide {
  background-image: url('../images/hand_blurred_on_desk.png');
  background-size: cover;
}
.slide-2 {
  background-image: url('../images/hand_around_house.png');
  background-position: 50% 0px;
  background-size: cover;
}
.intro {
  height: auto;
  padding-top: 10px;
  padding-bottom: 30px;
  background-color: #ff9130;
  /*background-image: url('../images/light-wool.png');*/
  background-size: 95px;
}
.intro-container {
  position: relative;
  top: 0px;
  z-index: 1;
}
.intro-image {
  display: inline-block;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 5px;
  float: left;
  border-radius: 10%;
  border: 2px solid maroon;
  padding: 10px;
  background-color: white;
}
.intro-help-image {
    transition: all 1s;
    position: absolute;
    top: 25px;
    right: 3px;
    padding: 9px;
    background-color: white;
    display: inline-block;
    border-radius: 100%;
    border: 2px solid;
    border-color: var(--main-label-color);
    cursor: pointer;
}
.intro-help-image:hover {
    transition: all 1s;
    border: 2px solid maroon;
}

.intro-image.small {
  padding:5px;
}

.rotator {
  height: 650px;
}
.tab-menu-left {
  display: block;
  float: left;
  clear: none;
}
.tab-menu-item {
  display: block;
  padding-top: 20px;
  padding-bottom: 25px;
  background-color: var(--main-bg-color); /*rgba(255, 140, 46, 0.59);*/
}
.tab-menu-item.w--current {
  display: block;
  padding-top: 20px;
  background-color: var(--main-bg-color); /*rgba(255, 140, 46, 0.59);*/
}
.tab-menu-content {
  height: 315px;
}
.footer {
  position: absolute;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #c24100;
  background-image: url('../images/light-wool-trans.png'), -webkit-radial-gradient(50% 50%, circle, #c21000, #730000);
  background-image: url('../images/light-wool-trans.png'), radial-gradient(circle at 50% 50%, #c21000, #730000);
  background-position: 50% 50%, 0% 0%;
  background-size: 95px, auto;
  background-repeat: repeat, repeat;
  background-attachment: fixed, scroll;
}
.footer.loggedin {
  position: absolute;
  z-index: 3;
  display: block;
  clear: none;
  margin-top: 20px;
}
.tab-menu-item {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom:25px;
    transition:background-color 1s;
}
.tab-menu-item:hover {
    background-color: var(--main-bg-color); /*rgba(255, 140, 46, 0.59);*/
    transition:background-color 1s;
}
.tab-menu-item-title {
    color: var(--main-label-color);/* maroon;*/
    float: left;
    clear: none;
    font-size: 18px;
    font-style: normal;
    font-family: sans-serif;
    line-height: 30px;
    font-weight: 700;
    position: relative;
    top: 20px;
    margin-left: 5px;
    padding: 0px 3px;
    border-radius: 5px;
    transition:background-color 1s;
}

.tab-menu-item.w--current .tab-menu-item-title, .tab-menu-item:hover .tab-menu-item-title {
    background-color: rgba(255,255,255,0.7);
    transition:background-color 1s;
}
.tab-menu-item-image {
  float: none;
  display: block;
  width:75px;
  margin-top:10px;
  float:left;
 border: 2px solid;/* maroon;*/
 border-color:var(--main-label-color);
padding: 5px;
border-radius: 5px;
background-color: rgba(255,255,255,0.7);
}
.tab-menu-right {
  float: right;
}

.tab-menu-item-hr {
    float:none;
}

.tab-menu-item-hr .w--current {
    display: inline-block !important;
}

.tab-menu-item-hr img {
    float:none;
    margin:0 auto;
    position:relative;
    top:10px;

}

.tab-menu-item-hr .tab-menu-item-title {
    float:none;
    display:block;
    text-align:center;
    position:static;
}

.tab-menu-item-hr.w--current {
    display:inline-block;

}

.tab-menu-item-hr a{
    display:inline-block;
    width:33%;
}

.rotator-small {
  height: 315px;
  border-radius: 0px 5px 5px 0px;
  background-color: white;
}
.rotator-slide-1 {
  position: static;
  left: 0px;
  top: 0px;
  overflow-x: visible;
  overflow-y: visible;
  background-image: url('../images/home-main-slides/homeowner_family_house_1000x500.png');
  background-position: 50% 0px;
  background-size: cover;
}

.rotator-slide-2 {
  position: static;
  left: 0px;
  top: 0px;
  overflow-x: visible;
  overflow-y: visible;
  float: none;
  clear: none;
  background-image: url('../images/home-main-slides/builder_tools_1000x500.jpg');
  background-position: 50% 0px;
  background-size: cover;
}
.rotator-slide-3 {
  position: static;
  background-image: url('../images/home-main-slides/supplier_hand_shake_1000x500.jpg');
  background-position: 50% 100%;
  background-size: cover;
}
.rotator-slide-4 {
  position: static;
  background-image: url('../images/home-main-slides/family_schematic_1000x500.jpg');
  background-position: 50% 100%;
  background-size: cover;
}
.rotator-homeowner-slide-1 {
    position: static;
  background-image: url('../images/homeowner-slides/couple_house_frame_1000x500.jpg');
  background-position: 50% 100%;
  background-size: cover;
}
.rotator-homeowner-slide-2 {
    position: static;
  background-image: url('../images/homeowner-slides/family_schematic_1000x500.jpg');
  background-position: 50% 100%;
  background-size: cover;
}
.rotator-homeowner-slide-3 {
    position: static;
  background-image: url('../images/homeowner-slides/tablet_sketch_1000x500.jpg');
  background-position: 50% 100%;
  background-size: cover;
}
.rotator-homeowner-slide-4 {
    position: static;
  background-image: url('../images/homeowner-slides/calculate_pen_1000x500.jpg');
  background-position: 50% 100%;
  background-size: cover;
}
.rotator-homeowner-slide-5 {
    position: static;
  background-image: url('../images/homeowner-slides/charts_progress_1000x500.jpg');
  background-position: 50% 100%;
  background-size: cover;
}
.rotator-builder-slide-1 {
    position: static;
  background-image: url('../images/builder-slides/invoice_pen_1000x500.jpg');
  background-position: 50% 100%;
  background-size: cover;
}
.rotator-builder-slide-2 {
    position: static;
  background-image: url('../images/builder-slides/owner_builder_pointto_house_1000x500.jpg');
  background-position: 50% 100%;
  background-size: cover;
}
.rotator-builder-slide-3 {
    position: static;
  background-image: url('../images/builder-slides/group_builders_1000x500.jpg');
  background-position: 50% 100%;
  background-size: cover;
}
.rotator-supplier-slide-1 {
    position: static;
  background-image: url('../images/supplier-slides/ads_man_word_coffee_1000x500.jpg');
  background-position: 50% 100%;
  background-size: cover;
}
.rotator-supplier-slide-2 {
    position: static;
  background-image: url('../images/supplier-slides/supplier_hand_shake_1000x500.jpg');
  background-position: 50% 100%;
  background-size: cover;
}
.rotator-supplier-slide-3 {
    position: static;
  background-image: url('../images/supplier-slides/invoice_pen_1000x500.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.for-you-all {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
}
.copyright {
  position: absolute;
  left: 7px;
  bottom: 2px;
  font-family: sans-serif;
  color: white;
}
.tab-menu-top {
  left: 0px;
  top: 0px;
  width: 99%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
}
.tab-menu-top-item {
  width: 33.33333%;
  padding-top: 30px;
  text-align: center;
}
.tab-menu-top-item.w--current {
  width: 33%;
  text-align: center;
}
.tab-menu-item-top-title {
  float: right;
  line-height: 64px;
}
.tab-menu-item-top-image {
  float: left;
}
.contact-send {
  padding-right: 50px;
  padding-left: 50px;
  float: right;
  background-color: #ff2a00;
}
.contact-form-content {
  position: relative;
  height: 300px;
}
.google-map {
  border: 5px solid black;
  border-radius: 5px;
}
.intro-alternate {
  padding-top: 15px;
  padding-bottom: 40px;
  border: none;
  background-color: rgba(255, 255, 255, 0.47);
  background-image: url('../images/light-wool.png');
}
.column-border {
    background-color:var(--main-div-bg-color)!important; /*rgba(255, 140, 46, 0.59);*/
  padding: 10px;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 10px;
}
.column-border:hover {
    border-radius: 5px;
  background-color: var(--main-div-bg-color); /*rgba(255, 140, 46, 0.2);*/
}

.loggedin .column-border {
    background-color: var(--main-div-bg-color)!important; /*rgba(255, 140, 46, 0.59);*/ 
  padding: 10px;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.loggedin .column-border:hover {
    border-radius: 5px;
    background-color: var(--main-div-bg-color)!important; /*rgba(255, 140, 46, 0.59);*/
}

.header-alternate {
  color: var(--main-label-color); /*#910c00;*/
  text-shadow: none;
}
.header-alternate::first-letter {
  font-size:150%;
  text-shadow: none;
}
.intro-quote {
  background-color: transparent;
  background-image: url('../images/light-wool.png'), -webkit-radial-gradient(50% 50%, circle, #ff5e00, rgba(255, 94, 0, 0.70));
  background-image: url('../images/light-wool.png'), radial-gradient(circle at 50% 50%, #ff5e00, rgba(255, 94, 0, 0.70));
  background-size: 95px, auto;
  background-attachment: fixed, scroll;
}
.intro-quote-content {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: sans-serif;
  color: white;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.81) 0px 6px 9px;
  font-style: normal;
}
.rotator-arrow-holder {
  background-color: var(--main-bg-color); /*rgba(255, 140, 46, 0.59);*/
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}
.rotator-arrow-holder:hover {
  background-color: rgba(255, 255, 255, 0.09);
}
.intro-alternate-2 {
  background-color: var(--main-bg-color); /*rgba(255, 140, 46, 0.59);*/
  background-image: url('../images/light-wool.png');
  background-size: 95px;
}
.intro-quote-alternate {
  background-color: var(--main-label-color); /*#7a2f28;*/
  background-image: url('../images/light-wool.png');
  background-size: 95px;
}
.intro-quote-alternate-content {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: sans-serif;
  color: white;
  font-size: 23px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.52) 0px 2px 5px;
}
.rotator-ads-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: transparent;
}
.rotator-ads-wrapper.small {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}

.rotator-ads-wrapper-inner {
  position: relative;
  bottom: 0px;
  width: 50%;
  min-height: 75%;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.85);
  overflow:hidden;
  box-shadow:0px 0px 10px rgba(248, 193, 102,0.9);
}
.rotator-ads-wrapper-inner.small {
  width:75%;
  padding:5px;
}

.rotator-ads-wrapper-inner.w-align-left {
  left: 7%;
}
.rotator-ads-wrapper-inner.w-align-right {
  right: 7%;
}
.rotator-ads-wrapper-inner.w-align-center {
  left: 0%;
}

.rotator-ads-content {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    float: none;
    background-color: transparent;
}

.rotator-ads-content div {
    font-weight: 300;
    margin-left: 1em;
    display: block;
    text-align: left;
    font-size: 23px;
    border-left: 2px solid orange;
    padding-left: 20px;
    line-height: 30px;
    color: black;
    font-style: normal;
    margin-bottom:5px;
    text-shadow:0px 0px 1px black;
}

.rotator-ads-content div:nth-child(1) {
    color: rgb(255, 140, 46);
    font-family: sans-serif;
    font-size: 26px;
    line-height: 45px;
    font-weight: 800;
    text-align: left;
    font-style: normal;
    border: none;
    padding: 0;
    margin: 0;
    text-shadow:none;
}

.rotator-ads-content.small {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    float: none;
    background-color: transparent;
}

.rotator-ads-content.small div {
    font-weight: 300;
    margin-left: 1em;
    display: block;
    text-align: left;
    font-size: 20px;
    border-left: 2px solid orange;
    padding-left: 20px;
    line-height: 25px;
    color: black;
    font-style: normal;
    margin-bottom:5px;
}

.rotator-ads-content.small div:nth-child(1) {
    color: rgb(255, 140, 46);
    font-family: sans-serif;
    font-size: 26px;
    line-height: 45px;
    font-weight: 800;
    text-align: left;
    font-style: normal;
    border: none;
    padding: 0;
    margin: 0;
}

.rotator-ads-content + .button {
    float:right;
}
.login-link {
  position: absolute;
  top: 28px;
  right: 20px;
  bottom: 0px;
  font-family: sans-serif
  font-size: 15px;
  font-weight: 700;
}

.footer-two-item-title {
  float: left;
  font-family: sans-serif
  color: white;
  font-weight: 800;
}
.footer-two-item-value {
  float: right;
  color: white;
}
.footer-one-item-title {
  font-family: sans-serif
  color: white;
  font-weight: 800;
  text-align: center;
}
.footer-one-item-title a {
    font-size:16px;
    color: white;
}
.footer-section-title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 800;
  text-decoration: underline;
}
.data-container {
  position: relative;
  left: 0px;
  right: 0px;
  clear: none;
}
.data-container-wrapper {
  min-height: 200px;
  padding-right: 10px;
  padding-left: 10px;
  border-right-style: solid;
  border-right-color: var(--main-label-color); /*#7a2f28;*/
  border-left-style: solid;
  border-left-color: var(--main-label-color); /*#7a2f28;*/
}

.data-item-sublist {
  height: 100%;
  border-bottom: 1px solid; /* #ff8c2e; */
  border-bottom-color: var (--main-bg-color);
}
.data-item-sublist-cell-name {
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  color: #9e0000;
}
.seperator {
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid; /*#7a2f28; */
  border-color:var(--main-label-color);
}
.data-item-sublist-cell-type {
  display: inline-block;
  width: 20%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
}
.data-item-sublist-option {
  padding: 15px 40px 15px 20px;
  float: left;
}
.data-item-sublist-cell-option {
  width: 30%;
  float: left;
}
.dropdown {
  padding: 10px 35px 10px 5px;
  border-left: 2px solid;/* #7a2f28;*/
  boredr-left-color:var(--main-label-color);
}
.dropdown:active {
  background-color: var(--main-bg-color); /*rgba(255, 140, 46, 0.59);*/
}
.dropdown:focus {
  background-color: var(--main-bg-color); /*rgba(255, 140, 46, 0.59);*/
}
.dropdown-link {
  background-color: var(--main-bg-color); /*rgba(255, 140, 46, 0.59);*/
}
.select {
  position: static;
  display: inline-block;
  float: right;
  border: 1px solid; /* orange; */
  border-color: var(--main-label-color);
}

.gbq-select {
  display: block;
  width: 100%;
  height: 33px;
  padding: 6px 12px;
  margin: 5px 0px 5px 0px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid rgba(255,0,0,0.1);
  border-radius: 5px;
  transition: border 1s;
  outline: none;
}

.login-message {
  display: block;
  width: 400px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  text-shadow: none;
}
.nav-login-button {
  position: relative;  
  right: 20px;
  top: 32px;
  width:auto;
  float:right;
}

.ctrl-button {
    float: right;
    background-image: url(../images/add46.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position-y: 5px;
    background-position-x: 5px;
    height: 32px;
    margin: 0 5px;
}

.ctrl-button span {
    font-family: sans-serif;
    font-style: normal;
}

.ctrl-select {
    float: right;
    background-image: url(../images/add46.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position-y: 7px;
    background-position-x: 7px;
    height: 32px;
    font-weight: 700;
    color: white;
    vertical-align: middle;
    border-radius: 5px;
    border: none;
    background-color: var(--main-bg-color); /*#ff8c2e; */
    outline: none;
    margin: 0 5px;
}

.ctrl-select option {
    background-color: white;
    color:var(--main-label-color); /*#FE9E50;*/
}

.ctrl-select option:focus {
    background-color: var(--main-bg-color); /* #ff8c2e */;
    color:white;
}

.ctrl-select:focus {
    border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}

.register {
  text-shadow: none;
}
.register-message {
  display: block;
  width: 280px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-shadow: none;
}
.login-form-wrapper {
  display: block;
  width: 55%;
  margin-right: auto;
  margin-left: auto;
}
.intro-fullpage {
  position: relative;
  top: auto;
  min-height: 95%;
  background-image: url('../images/light-wool.png');
  background-size: 95px;
}
html.w-mod-js *[data-ix="nav-item-select"] {
  opacity: 1;
}
html.w-mod-js.w-mod-no-ios *[data-ix="quote-animate"] {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}
html.w-mod-js.w-mod-no-ios *[data-ix="slide-right"] {
  -webkit-transform: translate(-75px, 0px);
  -ms-transform: translate(-75px, 0px);
  transform: translate(-75px, 0px);
}
html.w-mod-js.w-mod-no-ios *[data-ix="slide-left"] {
  -webkit-transform: translate(75px, 0px);
  -ms-transform: translate(75px, 0px);
  transform: translate(75px, 0px);
}
html.w-mod-js.w-mod-no-ios *[data-ix="slide-top"] {
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}
html.w-mod-js *[data-ix="new-interaction"] {
  height: 88px;
}
html.w-mod-js *[data-ix="ads-left"] {
  -webkit-transform: translate(4000px, 0px);
  -ms-transform: translate(4000px, 0px);
  transform: translate(400px, 0px);
}

.nav-seperator {
      min-height:100px !important; 
}

.controlDiv {
    background-color: var(--main-div-bg-color);/*rgba(245, 222, 179,0.8);*/
    padding: 7px 5px 5px 40px;
    margin-bottom: 10px;
    border-radius: 3px;
   /* height: 45px; */
}

.controlDiv a{
    margin-left: 5px;
}

.controlDiv > span{
    line-height: 31px;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    color:var(--main-label-color);/*maroon;*/
    font-size: 16px;
    font-weight:600;
    font-style:normal;
}

.controlDiv select {
    max-width: 150px;
    width:auto;
}

.icon-project {
    background-image: url(../images/project.png);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position-x: 8px;
    background-position-y: 11px;
}

.icon-quote {
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    background-size: 27px 32px;
    background-position-x: 8px;
    background-position-y: 7px;
}

#accountMenu {
    min-width: 150px;
    display: inline-block;
    float: right;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#accountMenu > a span{
    float: right;
    margin-right: 10px;
    line-height: 36px;
    font-weight: 600;
    font-size: 16px;
    color:white;/*var(--main-label-color);*//*#910c00;*/
}

#accountMenu {
    float: right;
    cursor:pointer;
    height: 100px;
}

#accountMenu ul{
    position: relative;
    list-style: none;
    padding:0px;
    height: 60px;
    float: right;
    width: 180px;
    visibility:hidden;
}

#accountMenu ul li{
    height: 50px;
    width: 180px;
    padding: 14px 0px 0px 5px;
    background-color: var(--main-div-bg-color);/*#F6E3C1;*/
    border: 2px solid;
    border-color: var(--main-label-color);
    /*
    border-bottom: 2px solid whitesmoke;
    border-left:2px solid orange;
    border-right:2px solid orange;
*/
   
    cursor:pointer;
}

#accountMenu ul li a img{
    /*border: 2px solid; /*#f27900;*/
    border-color: var(--main-bg-color);
    border-radius: 25%;
    margin: 0px 10px 0px 0px;
    padding: 3px;
    display: inline-block;
}

#accountMenu ul li a{
    font-family: sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-decoration:none !important;
    color:var(--main-label-color);/*#910c00;*/
}

#accountMenu ul li:hover{
    background-color:whitesmoke;
}

#accountMenu ul li:first-child{
    border-top: 3px solid;
    border-color: var(--main-label-color); /* #F6E3C1; */
}

#accountMenu ul li:last-child{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom:2px solid; /* orange;*/
    border-bottom-color: var(--main-label-color);
}

#accountMenu > a {
    border-top: 2px solid transparent;
    border-left:2px solid transparent;
    border-right:2px solid transparent;
    display: block;
    padding: 32px 0px;
    height: 100px;
}

.accountMenuActive > a {
/*
    border-top: 2px solid orange !important;
    border-left:2px solid orange !important;
    border-right:2px solid orange !important;
*/
    border: 2px solid;
    border-color: var (--main-label-color);
    background-color: var(--main-div-bg-color); /*#F6E3C1;*/
}

.accountMenuActive ul {
    transition:all 1s;
    visibility:visible !important;
}

#accountMenu > a img {
    float:right;
}

.FormTable {

}

.FormTable tr td:first-child {
    width:300px;
    vertical-align:middle;
}

.FormTable tr td:last-child {

}

.FormTable tr td span {
    width: 150px;
}

.ContentTable {
    border:none !important;
    text-align:center;
    color:var(--main-label-color); /*#7a2f28;*/
    font-size:14px;
    font-style:normal;
    transition:all 1s;
    width:100%;
}

.ContentTable tr{
    font-weight: 400;
    transition:all 0.5s;
}

.ContentTable tr table {
    width:100%;
}

.ContentTable td {
      height: 42px;
}

.ContentTable tr:nth-child(1) td{
    border-top:0;
    color: var(--main-label-color); /*#7a2f28;*/
    font-size:12px;
    font-style:italic;
    background-color:var(--main-div-bg-color);/*rgba(245, 222, 179,0.3);*/
}

.ContentTable tr:nth-child(1) td span{
    display:block;
    background-color:var(--main-div-bg-color); /*rgba(245, 222, 179,0.7);*/
}

.ContentTable td:hover {
    background-color:var(--main-div-bg-color); /*rgba(245, 222, 179,0.3);*/
    transition:all 0.5s;
}

.ContentTable tr td:first-child,.ContentTable td {
    border-color:var(--main-label-color); /*#7a2f28;*/
    border-width:1px;
}

.ContentTable tr td:first-child,.ContentTable th {
    border-color:var(--main-label-color); /*#7a2f28 ;*/
    border-width:1px;
}

.ContentTable tr td:first-child,.ContentTable tr th:first-child {
    border-left:0;
}

.ContentTable tr td:last-child,.ContentTable tr th:last-child{
    border-right:0;
}

.ContentTable tr:nth-child(2) td{
    border-top:0;
}

.ContentTable tr:last-child td{
    border-bottom:0;
}
.ContentTable .selected {
    background-color:var(--main-div-bg-color); /*rgba(245, 222, 179,1);*/
    transition:all 0.5s;
}


.actionLink {
    text-decoration:none !important;
    color:var(--main-label-color);/*#f27900;*/
    font-size: 10px;
    display: inline-block;
    position: relative;
}

.actionLink img {
    /*border: 2px dotted; /*#f27900;*/
    border-color: var(--main-label-color);
    border-radius: 25%;
    margin: 2px 0px 0px 2px;
    padding: 2px;
    width: 32px;
    height: 32px;
    transition: all 1s;
    float: right;
}

.actionLink img:hover {
    border: 2px solid; /*#f27900;*/
    border-color:var(--main-label-color);
}

.propImg {
    width:16px;
    height:16px;
}
ul {
    -webkit-padding-start: 0px;
}

.hidden {
    display:none;
}
/* Properties*/
      div#divResidential ul li,div#divCommercial ul li,div#divReligious ul li {
            float:left;
            list-style:none;
            padding:10px 10px 20px 10px;
            background-color: var(--main-div-bg-color); /*#F5DEB3;*/
            margin:5px;
            border-radius:5px;
            transition: all 1s;
        }

        .caption {
            margin: 5px 0 0 0;
              font-size: 14px;
              background-color: var(--main-div-bg-color); /*rgba(246, 227, 193,1);*/
              border-radius: 5px;
              padding: 6px 10px;
        }

        div#divResidential ul li:hover,div#divCommercial ul li:hover,div#divReligious ul li:hover {
            background-color: var(--main-bg-color); /*rgba(169, 11, 1,0.6);*/
        }

        div#divResidential ul li:hover img,div#divCommercial ul li:hover img,div#divReligious ul li:hover img{
            border-radius:5px;
            border:3px solid white !important;
        }

        .propertySelected {
            background-color:var(--main-bg-color)!important;  /*rgba(169, 11, 1,0.6) !important; */
        }
        .propertyTitle {
            display:block;
            margin-bottom:10px;
            background-color:white;
            text-align:center;
            border-radius:5px;
            font-family: Exo, sans-serif;
            font-weight:600;
            font-size:12px;
            cursor:pointer;
        }

        .propertyImg {
            width:150px;
            height:100px;
            width:150px;
            height:100px;
            border-radius:5px;
            border:3px solid transparent !important;
            transition: all 1s;
            cursor:pointer;
        }

/* LIST #2 */
.column-border > p {
    background-color: rgb(255, 255, 255);
    transition: all 1s;
    font-size:16px;
    font-weight: 600;
    margin-left: 5px;
    clear: both;
    border-radius: 5px;
    padding:5px;
    min-height:230px;
    font-family: sans-serif;
}

.column-border > p > span {
    font-family: sans-serif;
    display:inline-block;
    font-size: 14px;
    line-height: 16px;
    font-weight:600;
    margin-bottom: 5px;
    padding:10px;
}

.column-border h3{ 
    margin:0 auto;
}

.column-border h4{ 
    margin:0 auto;
}

ul.showcase-list { 
    min-height:250px;
    font-size:24px;
    clear:both;
    padding: 0px 0px 0PX 16px;
}

ul.showcase-list li { 
    border-left: 2px solid; /*maroon;*/
    border-left-color: var(--main-label-color);
    margin-left:23px;
    line-height: 40px;
    transition:all 1s;
    list-style-image:url(../images/list-arrow.png);
    list-style-position:outside;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor:pointer;
}

ul.showcase-list.collapsed li p span{
    display:none;
}

ul.showcase-list li.expanded p span{
    display:inline-block;
}

ul.showcase-list li p {
    background-color: rgb(255, 255, 255); 
    margin:0px 0px;
    font-size:16px;
    margin-left:2px;
    transition:all 1s;
    font-weight: 400;
    top: -19px;
    margin-left:5px;
    display: inline-table;
    position: relative;
    background-position-x: 105%;
    background-position-y: 12px;
    width: 98%;
    font-style: normal;
    transition: 1s all;
}

ul.showcase-list.info li:hover p{
    background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
    transition:all 1s;
    background-image: url(../images/list-more.png);
    background-repeat: no-repeat;
    background-position-x: 99%;
    cursor:pointer;
    transition: 1s all;
}

ul.showcase-list li p em { 
    display:block;
    font-style: normal !important;
    font-family:sans-serif;
    font-weight:600;
}

ul.showcase-list li p span { 
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    margin-left: 15px;
    font-weight:400;
    margin-bottom: 5px;
}

embed, video {
    height: 316px !important;
}

form.loggedin {
    height:100%;
}

.largeButton {
    height: 75px;
    width: 14em;
    font-size: 1.8em;
    line-height: 1.3em;
    font-family:sans-serif;
    font-weight:600;
    font-style:normal;
}

.w-form-done p {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    border-right-style: none;
    border-right-color: rgba(122, 47, 40, 0.2);
    border-left-style: none;
    border-left-color: rgba(122, 47, 40, 0.14);
    color: var(--main-label-color); /*#7a2f28;*/
    text-align: center;
    font-family:sans-serif;
    font-style:normal;
    font-size:16px;
    text-align:center;
}

.w-form-fail p {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    border-right-style: none;
    border-right-color: rgba(122, 47, 40, 0.2);
    border-left-style: none;
    border-left-color: rgba(122, 47, 40, 0.14);
    color: black;
    text-align: center;
    font-family: sans-serif;
    font-style: normal;
    font-size: 16px;
    text-align: center;
}

.caption {
    font-size:14px;
    background-color: var(--main-div-bg-color);/*rgba(246, 227, 193,1);*/
    border-radius:5px;
    padding:5px 10px;

}

.caption-inline {
    position:absolute;
    width:25px !important;
    top:8px;
    right:0px;
    font-size:14px;
    background-color:var(--main-div-bg-color);/*rgba(246, 227, 193,1);*/
    border-radius:5px;
    padding:5px 10px;

}

@media screen and (max-width: 1024px) {
   .rotator-ads-wrapper-inner {
      position: relative;
      bottom: 0px;
      width: 80%;
      margin:0 auto;
      min-height: 75%;
      padding: 20px;
      border-radius: 10px;
      background-color: rgba(255, 255, 255, 0.85);
      overflow: hidden;
      box-shadow: 0px 0px 10px rgba(248, 193, 102,0.9);
   }

   .rotator-ads-wrapper-inner.w-align-left {
       left:10% !important;
   }

   .rotator-ads-wrapper-inner.w-align-right {
       right:10% !important;
   }

   .w-container.navbar-wrapper {
       height:100px;
       margin-top:0px;
   }

   .w-nav-overlay nav {
       margin-left:0px;
       width:100%;
   }

  .button.nav-login-button {
      display:none;
  }
}

@media screen and (max-width: 479px) {
    .header-alternate {
        text-align:center;
    }
    .brand {
        position: static;
        display: inline;
        width: 90px;
        height: 63px;
        float: left;
        clear: none;
        border-radius: 10px;
        background-color: white;
        background-image: url('../images/logo-identity.png');
        top: 10px;
        position: relative;
        left: 10px;
    }

   .rotator-ads-wrapper-inner {
      position: relative;
      bottom: 0px;
      width: 75%;
      margin:0 auto;
      min-height: 75%;
      padding: 20px;
      border-radius: 10px;
      background-color: rgba(255, 255, 255, 0.85);
      overflow: hidden;
      box-shadow: 0px 0px 10px rgba(248, 193, 102,0.9);
   }

   .rotator-ads-wrapper-inner .button {
       font-size:16px;
         height: 55px;
   }
    .w-slider-arrow-left, .w-slider-arrow-right {
        width:40px;
    }

    .rotator-ads0content {
        padding: 0px;
    }
    .rotator-ads-content div:nth-child(1) {
        font-size:18px;
        line-height:24px;
    }

    .rotator-ads-content div {
          font-size: 14px;
          line-height:24px;
    }
   .rotator-ads-wrapper-inner.w-align-left {
       left:12% !important;
   }

   .rotator-ads-wrapper-inner.w-align-right {
       right:12% !important;
   }

   .w-container.navbar-wrapper {
       height:100px;
       margin-top:0px;
   }

   .w-nav-overlay nav {
       margin-left:0px;
       width:100%;
   }

  .button.nav-login-button {
      display:none;
  }

  .tab-menu-left,.tab-menu-right {
      float:none;
  }

  .tab-menu-item {
      display:inline-block;
      width: 32%;
      height:186px;  
  }

  .tab-menu-item.w--current {
      display:inline-block;
      width: 33%;
        
  }

  .tab-menu-item-image {
      width:100%
  }

  .tab-menu-item-title {
      font-size:16px;
      text-align:center;
  }

  .rotator-ads-wrapper.small {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rotator-ads-wrapper-inner.small {
      width:90%;
      padding:10px;
  }

  .rotator-ads-content.small div:nth-child(1) {
      font-size:22px;
  }
  .rotator-ads-content.small div {
      font-size:16px;
  }
}
/*reduce navbar height to show more content in quotes*/
.navbar, #accountMenu, #accountMenu > a {
	height: 80px;
}
.navbar-wrapper {
	margin-top: 0px;
	display: flex;
	align-items: center;
}
.brand {
	position: static;
	margin-left: 10px;
	flex-shrink: 0;
}
.navbar-item{
	padding-top:30px;
	padding-bottom:30px;
}
#accountMenu > a {
	padding: 20px 0px;
}
.navbar-left{
	margin-left:0px;
	display:flex;
}
@media screen and (max-width: 1024px){
	.w-container.navbar-wrapper{
		height:80px;
		justify-content:space-between;
	}
		.w-container.navbar-wrapper:before, .w-container.navbar-wrapper:after{
			content:none;
		}
		.w-nav-button {
			position: static;
		}
}