 @charset "utf-8";
html,body {
  scroll-behavior: smooth;
}
img {
  width: 100%;
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
}
.responsive-image {
  display: block;
  }
  
/* Parent for float containment */
.outer-content-flex {
    /* REQUIRED for containing the floated image on desktop */
    overflow: auto; 
}

/* Image on desktop: Float right, 50% width */
.image-container {
    float: right;
    width: 50%;
    margin-left: 20px;
}

/* Contact/Text on desktop: Auto width allows content to wrap around float */
.contact-info,
.text-content {
    margin-top: 15px;
    margin-bottom: 25px;
    width: auto; 
   
}

.squarelogo {
    width: 210px;
    margin-bottom: -5em;
    border-radius: 0 0 .2em .2em;
    box-shadow: 3px 3px 13px 0 rgba(0,0,0,.3);
    position: fixed;
    z-index: 100000;
    top: 40px !important;
    padding: 5px;
    background: #fff;
}

.squarelogo img {
    max-height: 100px;
    width: auto;
    max-width: 100%; /* This is the key change */
}
/* Ensure the FlexSlider and its controls are above other content */
.image-container,
.flexslider,
.flex-direction-nav {
    /* Set a high stacking order */
    position: relative; 
    z-index: 10; /* A value higher than any other surrounding elements */
}

/* Specific fix for the actual navigation links/buttons if they are the problem */
.flex-direction-nav a {
    position: relative;
    z-index: 11; /* Even higher to guarantee clickability */
}
@media (max-width: 768px) {
.desktop-image {
  display: none;
  }
.mobile-image {
  display: block;
  }
/* 1. CRITICAL: Apply Flex properties to the parent */
    .outer-content-flex {
        display: flex; /* Enables Flexbox */
        flex-direction: column; /* Stacks children vertically */
        overflow: visible; /* Resets float clearing */
    }

    /* 2. Reset desktop properties for all children and set full width */
    .image-container,
    .contact-info,
    .text-content {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px; /* Adds vertical spacing between stacked elements */
    }

    /* 3. Apply the mobile display order: Contact (1) -> Image (2) -> Article (3) */
    .contact-info {
        order: 1; 
    }

    .image-container {
        order: 2; 
    }

    .text-content {
        order: 3; 
    }
}
@media (min-width: 769px) {
.mobile-image {
  display: none;
  }
  
.desktop-image {
  display: block;
  }
}   
.moveright {
  float: right;
}
.clearblock {
	clear: left;
  width: 100%;
}
.clearblock:after {
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
}
.clearblock {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
  color: #111111;  
  display: block;
  width: 100%;
}
.divspacer{ 
  display: block;
  width: 100%;
  overflow: auto;
  clear:all !important;
}
.businessselect{ 
  margin:0 auto 40px auto;
  float: none !important;
  max-width:300px;
  display: block;
  overflow: auto;
  clear:all;
}
.print-logo {
  visibility: hidden;
  display:none;
}
.form-control::placeholder {
  color: #ccc;
  opacity: 1;
}
footer h1 {
  color:#777 !important;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0px !important;
  padding: 0px 40px !important; 
  margin: 0px 0px 30px 0px !important; 
  line-height: 16px !important; 
}
footer h3 {
  color: #fff;
  margin-top: -4px;
  margin: 10px auto 20px auto;
  position: relative;
  line-height: 1.1;
  font-weight:600 !important;
  font-size: 24px;
}
.primarytitle h1 {  
  font-family: 'Poppins', sans-serif ;
  color: #333333 ;
  text-decoration: none ;
  border-bottom: 0px solid #fff;
    border-bottom-style: solid;
  border-top: 0px solid #e3e3e3;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
}
.feature-box {
	padding: 20px 40px 20px 20px !important;
    margin-bottom: 30px;
    clear: both;
    background-color: #f8f8f8 !important;
    background-image: url("/website/images/arrow-indicator.png");
    background-position: center right; 
    background-repeat: no-repeat;
    cursor: pointer;
    transition: box-shadow 0.3s ease-in-out;    
    border: 1px solid #eeeeee;    
    border-radius: 6px;
    min-height:140px;
}

.forms-box {
	padding: 20px 40px 20px 20px !important;
    margin-bottom: 30px;
    clear: both;
    background-color: #f8f8f8 !important;
    cursor: pointer;
    transition: box-shadow 0.3s ease-in-out;    
    border: 1px solid #eeeeee;    
    border-radius: 6px;
    min-height:190px;
}
.forms-box-small {
	padding: 20px 40px 20px 20px !important;
    margin-bottom: 30px;
    clear: both;
    background-color: #f8f8f8 !important;
    cursor: pointer;
    transition: box-shadow 0.3s ease-in-out;    
    border: 1px solid #eeeeee;    
    border-radius: 6px;
    min-height:70px;
}

.button__badge {
   /* circle shape, size and position */
  position: absolute;
  right: -1.3em;
  top: 2px;
  min-width: 1.6em; /* or width, explained below. */
  height: 1.6em;
  border-radius: 0.8em; /* or 50%, explained below. */
  background-color: #f26c23;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7em;
  font-weight:700;
  color: white;
}

.new__badge {
   /* circle shape, size and position */
  position: absolute;
  top: -25px;
  left: -15px;
  min-width: 1.6em; /* or width, explained below. */
  height: 1.6em;
  border-radius: 0.8em; /* or 50%, explained below. */
  background-color: #f26c23;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7em;
  font-weight:700;
  color: white;
  padding:0 10px;
}
.webad{
  width: 300px;
  height: 250px;
  overflow: hidden;
  border: 1px solid #74503E; 
  letter-spacing: normal !important;
  margin:0 auto 20px auto;

}
.returnviewbutton {
  font-family: 'Poppins', sans-serif;
  border: none !important;
  padding: 0px !important;
  line-height: 1 !important;
  display: inline-block !important;
  margin: 10px 10px 0 0;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: #777777;
  top: 0 !important;
  position: relative !important;
  letter-spacing: 1px !important;
  background: #fff !important;
  border-bottom: none !important;
  text-shadow: none !important;
} 
  
.voting-message {
  color: white;
  padding: 5px; /* Optional: adds some space around the text */
  text-align: center; /* Optional: centers the text */
  font-family: Arial, sans-serif; /* Optional: sets a clear font */
  border-radius: 5px; /* Optional: rounds the corners */
}
.verification {
      font-size: 20px !important;
      line-height: 26px !important;
      color:#89b837 !important;
      font-family: 'Mitr', sans-serif !important;
      font-weight:400 !important;
      background: url(/website/images/ver-bkg.png);
      padding:5px 10px;
      display: block;
      clear: left;
      width:auto;
      text-align: center;
    }
.verify {
      font-size: 18px !important;
      line-height: 20px !important;
      font-family: 'Mitr', sans-serif !important;
      padding: 4px 12px !important;
      font-weight:400;
      color:#89b837 !important;
      padding: 17px 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  text-align: left;
  background: #fff;
  border-radius: 6px;
}
.alertpop{
   	position:absolute !important;
	z-index:10000000 !important; 
	top:100px !important;
	box-shadow: 0px 7px 12px 7px rgba(0, 0, 0, 0.14);
	width:100% !important;
}
.recommend-box {
    min-height:175px !important;
}


        #keywords-group {
            margin-bottom: 20px;
            border-bottom: 1px solid #eee;
            padding-bottom: 15px;
        }

        .keyword-btn {
            padding: 4px 10px;
            margin-right: 5px;
            border: 1px solid #ddd;
            background-color: #f4f4f4;
            cursor: pointer;
            border-radius: 5px;
            transition: background-color 0.2s, color 0.2s;
            font-size: 14px;
        }

        .keyword-btn:hover:not(.active) {
            background-color: #e0e0e0;
        }

        .keyword-btn.active {            
            color: white;           
        }

        /* Styling for the results */
        #results-container {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .result-item {
            border: 1px solid #eee;
            padding: 15px;
            background-color: #fff;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            transition: opacity 0.3s, transform 0.3s;
        }
        
        .result-item h3 {
            margin-top: 0;
            color: #333;
        }

        /* The core CSS for the filter functionality */
        .result-item.hidden {
            display: none; /* Key to hiding the items for maximum compatibility */
        }
@media screen and (max-width: 1150px) {
      .feature-box  {
       min-height:150px;
      }
      .forms-box  {
       min-height:150px;
      }
       .forms-box-small  {
       min-height:70px;
      }
    }
.feature-box:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.feature-box.feature-box-style-2 .feature-box-icon {
    background: transparent;
    width: 30px;
    height:30px;
}
.feature-box .feature-box-icon {
    background: #fff;
    border-radius: 35px;
    color: #FFF;
    display: inline-block;
    float: left;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: center;
}
.feature-box.feature-box-style-2 .feature-box-info {
    padding-left: 58px;
    
}
.feature-box-info h4 {
    color: #333;
    line-height: 22px !important;
    font-size: 18px !important;
    font-weight: bold !important;
}
.feature-box-info h4 a{
    color: #333;
}
.forms-box:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.forms-box.forms-box-style-2 .forms-box-icon {
    background: transparent;
    width: 30px;
    height:30px;
}
.forms-box .forms-box-icon {
    background: #fff;
    border-radius: 35px;
    color: #FFF;
    display: inline-block;
    float: left;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: center;
}
.forms-box.forms-box-style-2 .forms-box-info {
    padding-left: 58px;
    
}

.forms-box-small:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.forms-box-small.forms-box-style-2 .forms-box-icon {
    background: transparent;
    width: 30px;
    height:30px;
}
.forms-box-small .forms-box-icon {
    background: #fff;
    border-radius: 35px;
    color: #FFF;
    display: inline-block;
    float: left;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: center;
}
.forms-box-small.forms-box-style-2 .forms-box-info {
    padding-left: 58px;
    
}
.forms-box-info h4 {
    color: #333;
    line-height: 22px !important;
    font-size: 18px !important;
    font-weight: bold !important;
}
.forms-box-info h4 a{
    color: #333;
}
.note {
  color: #fedc6d !important;
}
.note-background {
  background: #fcf6dd !important;
  padding:0 20px !important;
  color:#000 !important;
}
.dashboard-btn {
  border-radius: 30px;
  height: 52px;
  background: #fff;
  line-height: 52px;
  width: 52px;
  margin-left: -5px;
}
.dashboard-btn-sm {
  border-radius: 32px;
  height: 32px;
  background: #fff;
  line-height: 32px;
  width: 32px;
  margin-left: -5px;
}


.panel-title {
  font-size: 16px;
  color: #000000;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 5px;
  letter-spacing: .5px !important;
}
.panel-text {
  font-size: 14px;
  color: #555555;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  margin: 0 0 5px;
  margin-top: 0px !important;
  display: inline-block !important;
  clear:all!important;
  min-height: 50px;
}


.eventdate{
  font-family: 'Poppins', sans-serif; 
  font-weight: 700;
  color: #111111;
  font-size:20px;
  display: block;
  width: 100%;
  margin:0px auto 10px auto;
  text-transform: uppercase;
  letter-spacing: -.5px;
}
.logotext{
  margin-top:10px !important;
  font-weight: 600 !important;
}
span.menu {
  display: inline-block;
  width: 48%;
  min-height: 100px;
  padding: 10px 20px 20px 0px;
  vertical-align: top;
}
span.menu h4{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 22px !important;
  letter-spacing: -0.1px; 
  margin-top: 5px;
  margin-bottom: 5px;
}
span.menu .price{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 22px !important;
  letter-spacing: -0.1px;
  clear: both;
  display: block;
}

span.dashboxinfo {
  display: inline-block;
  width: 75%;
  min-height: 100px;
  padding: 10px;
  text-align:center;
}
span.dashboxinfo p{
  text-align:center;
}

.sidebar {
  width: calc(100% - 30px);
  display: flex;
  flex-wrap: wrap;
  margin-left: 30px;
  border-left: 1px solid #eee;
  padding-left: 30px;
  font-size:14px !important;
}
.sidebar h2{
  font-size: 30px;
  line-height: 32px;
  margin: 10px 0;
  display: block;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -.8px;
  color: #111111 !important;
}
.videos h2{
  font-size: 24px;
  line-height: 28px;
  margin: 10px 0;
  display: block;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -.8px;
  color: #111111 !important;
}
.smalllineheight{
line-height: 1;
}
.sidebar p{
font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  margin: 0px 0px 10px 0px;
  color: #26282b;
}
.sidebar a{
  color:#333333;
  font-weight: 400;
  text-decoration:none;
}
.share:before, .share:after {
  content: '';
  display: block;
  width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  position: absolute;
  right: -10px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.share:before {
  top: -20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.share:after {
  bottom: -20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.socialbox {display:inline-block;max-width:110px;vertical-align:top;text-align:left;}
.socialbox .image {opacity: 1;display: block;width: 100%;height: auto;transition: .5s ease;backface-visibility: hidden;}
.socialbox:hover .image {filter: saturate(300%);}
.btntext{
	background:none;
    border:none;
    margin:0;
    padding:0;
    cursor: pointer;
    text-decoration:underline;
    color: #89b837 !important;
}

/*  Testimonials Slider */
.testimonial-star {
    color: gold; /* Or a specific hex code like #FFD700 */
    font-size: 24px; /* Adjust the size as needed */
}
.testimonial-star-large {
    color: gold; /* Or a specific hex code like #FFD700 */
    font-size: 44px; /* Adjust the size as needed */
}
.flex-direction-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 10;
}
.flex-direction-nav a {
    position: absolute; 
    top: -20px;
    margin: 0;
    opacity: 1;
    text-indent: -9999px;
    height: 40px;
    width: 40px;
}
.flex-direction-nav .flex-next {
    background-color: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 20px;
    top: 40%;
    transform: translateY(-50%);
    z-index: 10;
    border: 0;
    text-indent: -9999px;
    box-shadow: 0 4px 8px 0 rgba(40, 40, 40, 0.15), 0 6px 12px 0 rgba(40, 40, 40, 0.13);
}
.flex-direction-nav .flex-next::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    border: solid #759f2d;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    text-indent: 0;
}
.flex-direction-nav .flex-prev {
    background-color: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 20px;
    top: 40%;
    transform: translateY(-50%);
    z-index: 10;
    border: 0;
    text-indent: -9999px;
    box-shadow: 0 4px 8px 0 rgba(40, 40, 40, 0.15), 0 6px 12px 0 rgba(40, 40, 40, 0.13);
}
.flex-direction-nav .flex-prev::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-225deg);
    border: solid #759f2d;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    text-indent: 0;
}
.flexslider {
  padding: 28px 0 15px 0 !important;
}
.testimonial-image-wrapper {
    text-align: center;
    margin-bottom: 0;
    padding-top:10px;
}
.testimonial-image {
    width: 200px !important;
    height: 200px !important;
    object-fit: cover;
    border-radius: 50%;
    border: 6px solid #fff;
    box-shadow: 0px 10px 16px 10px rgba(0, 0, 0, 0.12);
    margin: 0 auto !important;
}
.testimonial-image-large {
    width: 340px !important;
    height: 340px !important;
    object-fit: cover;
    border-radius: 50%;
    border: 6px solid #fff;
    box-shadow: 0px 10px 16px 10px rgba(0, 0, 0, 0.12);
    margin: 0 auto !important;
}

@media (max-width: 767px) {
    .testimonial-image {
        width: 80px;
        height: 80px;
    }
}

blockquote {
    /* Set text color for visibility and use a stable position */
    color: #444;
    position: static;
    text-align: center;
    /* Adds space between the image and the text */
    margin-top: 30px;
}

blockquote a {
    font-size: 16px;
    color: #759f2d;
}

blockquote span {
    font-style: normal;
    color: #888;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px !important
    text-align: center;
}
/* Testimonial Quote Marks */
.testimonial-quote {
    position: relative; 
    font-size: 1em;
    line-height: 1.4em;
    padding: 0 20px;
}
.small-testimonial-quote {
    position: relative; 
    font-size: 1em;
    line-height: 1.4em;
    padding: 0 20px;
}
.small-quote p{
    font-size: 1em !important;
    line-height: 1.6em;
    margin: 10px 0px 5px 0px !important;
}

.small-quote a {
     font-size: 1em !important;
    line-height: 1.6em;
    color: #759f2d;
}
.small-quote span{
    font-size: 1em !important;
    line-height: 1.6em;
    margin: 10px 0px 5px 0px !important;
    color: #888;
    font-weight: 400;
}

.large-quote p{
    font-size: 1.5em !important;
    line-height: 1.3em;
    letter-spacing: -.5px;
    margin: 10px 0px 5px 0px !important;
}
.larger-quote p{
    font-size: 2em !important;
    line-height: 1.4em;
    letter-spacing: -1px;
    margin: 10px 0px 5px 0px !important;
}
.small-testimonial-quote::before {
    content: "“"; 
    position: absolute;
    top: -50px;
    left: 0px;
    font-family: Georgia, serif;
    font-size: 5em;
    color: #759f2d;
    line-height: 1;
}

.small-testimonial-quote::after {
    content: "”";
    position: absolute;
    bottom: -40px;
    right: -0px;
    font-family: Georgia, serif;
    font-size: 5.1em;
    font-weight: bold;
    color: #759f2d;
    line-height: 1;
}
.testimonial-quote::before {
    content: "“"; 
    position: absolute;
    top: -50px;
    left: -40px;
    font-family: Georgia, serif;
    font-size: 5em;
    color: #759f2d;
    line-height: 1;
}

.testimonial-quote::after {
    content: "”";
    position: absolute;
    bottom: -40px;
    right: -20px;
    font-family: Georgia, serif;
    font-size: 5.1em;
    font-weight: bold;
    color: #759f2d;
    line-height: 1;
}

@media (max-width: 767px) {
.small-testimonial-quote::before {
    content: "“";
    position: absolute;
    top: -50px;
    left: 0px;
    font-family: Georgia, serif;
    font-size: 4em;
    color: #759f2d;
    line-height: 1;
}

.small-testimonial-quote::after {
    content: "”"; 
    position: absolute;
    bottom: -40px;
    right: -10px;
    font-family: Georgia, serif;
    font-size: 4.1em;
    font-weight: bold;
    color: #759f2d;
    line-height: 1;
}
.testimonial-quote::before {
    content: "“";
    position: absolute;
    top: -50px;
    left: -10px;
    font-family: Georgia, serif;
    font-size: 4em;
    color: #759f2d;
    line-height: 1;
}

.testimonial-quote::after {
    content: "”"; 
    position: absolute;
    bottom: -40px;
    right: -10px;
    font-family: Georgia, serif;
    font-size: 4.1em;
    font-weight: bold;
    color: #759f2d;
    line-height: 1;
}
}

#testimonial-slider .slides > li {
  -webkit-backface-visibility: hidden;
  display: none;
}
.container.clearfix {
    min-height: 1px;
}

/*  slide Bot */
.main-slide{
	width:240px; !important;
	margin:0 auto
}
.screens{
	position:absolute;
	z-index:1000; 
	width:390px !important;
	min-width:390px;
	margin-top:-36px;
	margin-left:-182px;
}
.slide-lightbar{
	width:105px !important;
	position:absolute;
	z-index:10;
	margin-top:120px;
	margin-left:240px;
}
.slide-bot{
	width:240px; !important;
	position:absolute;
	z-index:1;
	margin-top:-40px;
	margin-left:175px;
}
.slide-laptop{
	width:600px !important;
	min-width:600px;
	position:absolute;
	z-index:100;
	margin-top:-100px;
	margin-left:-295px;
}
.slideheader{
	padding-top:200px;
	color:#fff;
}
.slideheader h1{
	color:#fff;  
	font-family: 'Poppins', sans-serif;
	font-size: 46px;
	line-height: 44px;
	font-weight: 700;
	letter-spacing: -.5px;
	max-width:500px;  
	margin-top: -40px;
}
.slideheader p{
	color:#fff;  
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: -.5px;
	max-width:500px;
}
.slide-cover {
  height: 580px;
  background: none;
}
.socialmedia{
  background-color: #588ac6;
  border-radius: 6px;
}
.socialmedia label {
  color: #fff !important;
  display: inline-block;
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.youtubemedia{
  background-color: #dd5261;
  border-radius: 6px;
}
.youtubemedia label {
  color: #fff !important;
  display: inline-block;
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.slide-button {
  -moz-user-select: none;
  background-color: #89c843;
  border: medium none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 23px 50px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border: 2px solid #89c843;
}
.slide-button:hover{
  -moz-user-select: none;
  background-color: #fff;
  color: #333;
}
.slide-button-alert {
  -moz-user-select: none;
  background-color: #fff;
  border: medium none;
  border-radius: 50px;
  color: #f1893a;
  cursor: pointer;
  display: inline-block;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 23px 50px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border: 2px solid #f1893a;
}
.slide-button-alert:hover{
  -moz-user-select: none;
  background-color: #fff;
  color: #ec6121;
  border: 2px solid #ec6121;
}

.position-relative {
  position: relative !important;
}
@keyframes fade {
  0%   { opacity: 0; }
  11.11%   { opacity: 1; }
  33.33%  { opacity: 1; }
  44.44%  { opacity: 0; }
  100% { opacity: 0; }
}
.fadein { position:relative;  }
.fadein img { position:absolute; left:0; right:0; opacity:0; animation-name: fade; animation-duration: 15s; animation-iteration-count: infinite; }
.fadein img:nth-child(1) { animation-delay: 0s;  }
.fadein img:nth-child(2) { animation-delay: 3s;  }
.fadein img:nth-child(3) { animation-delay: 6s;  }
.fadein img:nth-child(4) { animation-delay: 9s;  }
.fadein img:nth-child(5) { animation-delay: 12s;  }

.cmsbot-texture {
 background: url(/website/images/cmsbot-slide-background.png) no-repeat;
}
.clientsite {
  position: absolute;
  z-index: 120;
  margin-top: -30px;
  margin-left: -175px;
}

.clientsite > iframe {
  width: calc(1440px * 0.65);
  height: calc(1400px * 0.41);
  display: inline-block;
  overflow: hidden;
  -ms-zoom: 0.40;
  -moz-transform: scale(0.40);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.40);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.40);
  -webkit-transform-origin: 0 0;
  position: absolute;
  z-index: 200;
}
.portfoliosite{
  max-height:240px;
}
.portfoliosite > iframe {
  width: calc(1440px * 0.60);
  height: calc(1400px * 0.41);
  display: inline-block;
  overflow: hidden;
  -ms-zoom: 0.40;
  -moz-transform: scale(0.40);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.40);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.40);
  -webkit-transform-origin: 0 0;
}


.cmsbot-texture-alert {
 background: url(/website/images/cmsbot-slide-alert-background.png) no-repeat;
}

.social-texture h2{
  color:#2f4c8c !important;
}
.small-rounded {
 border-radius: 5px;
}
.coupon {  
  display: inline-block !important; 
  border-style: dashed !important; 
  padding:20px;
  margin:10px 0 60px 0;
  border: 4px;
  border-radius: 10px;
  overflow: hidden;
  min-height:300px !important; 
} 
.coupon-image{    
  height: 100%;
  display: block;
  width: 100%;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0px;
  min-height: 500px !important;
  box-sizing: border-box;
  margin: 0;
} 
.portfolio{   
  box-shadow: 0px 10px 16px 10px rgba(0, 0, 0, 0.14); 
}
.image-border{   
  border: 1px solid #eee;
} 
.coupon h2{
  color: #111111;
  font-size:28px;
  display: block;
  margin-top:0px;
}
.itemimage{
    display: block;
    clear: both;
    max-width:200px !important;
    margin:0 auto 10px auto !important;
}
.inlineblock {
   display: inline-block !important;
}
p.disclaimer {  
  font-size: 14px;
  line-height: 18px !important;
  padding:0; 
  color:#555555;
  font-style: italic;
  margin: 10px 0px;
}
p.couplogo {  
  font-size: 16px;
  line-height: 18px;
  padding:0; 
  margin: 10px 0px 0px 0px;
  color:#555555;
  font-weight:600;
}
p.coupadd {  
  font-size: 14px;
  line-height: 20px;
  padding:0; 
  margin: 0 0 5px 0;
  color:#555555;
}
.imageselect{border: 3px solid #fff;
}
.form-control-alert {
  border-color: #cc0000 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(204,0,0,1) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(204,0,0,1) !important;
}
.align-right {
  text-align:right !important
}
.drawingdisplay {
  display: none;
}
.contest-results table {
  border-top: 0px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0px solid #f8f8f8;
  margin: 30px 0 20px 0;
}
.contest-results th{
  font-size:14px !important;
  line-height:16px !important;
  font-weight:600 !important;
  margin-top:20px;
  text-align: left;
  padding: 10px;
  border-top: 0px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  vertical-align: middle;
  text-decoration: none; 
  background-color: #fff;
  text-transform: uppercase;
  color:#777 !important;
}
.contest-results > tr > th:first-child {
  border-right: 1px solid #e3e3e3;
  
}
.contest-results td {
  font-size:16px !important;
  line-height:18px !important;
  text-align: left;
  padding: 10px;
  vertical-align: middle;
  text-decoration: none; 
}
.contest-results td span{
  font-weight:600;
}
.contest-results tr:nth-child(odd) {
  background-color: #f9f9f9;
  border-bottom: 0px solid #e3e3e3;
}
.contest-results tr:nth-child(even) {
  background-color: #fff;
  border-bottom: 0px solid #e3e3e3;
}
.contest-results th{
  color:#333333;
  font-weight: 400;
  text-decoration:none;
}
.contest-results td a{
  color:#333333;
  font-weight: 400;
  text-decoration:none;
  border-bottom: 0px solid #fff;
}



.sidebartb table {
  border-top: 0px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0px solid #f8f8f8;
  margin: 30px 0 20px 0;
}
.sidebartb th{
  border-top: 0px solid #ddd; 
  margin-top:20px;
  text-align: left;
  padding: 10px;
  vertical-align: middle;
  text-decoration: none; 
}
.sidebartb td {
  text-align: left;
  padding: 5px 0 !important;
  vertical-align: middle;
  text-decoration: none; 
  line-height: 1.2;
}
.sidebartb tr:nth-child(odd) {
  background-color: #fff;
  border-bottom: 0px solid #e3e3e3;
}
.sidebartb tr:nth-child(even) {
  background-color: #fff;
  border-bottom: 0px solid #e3e3e3;
}
.sidebartb th{
  color:#333333;
  font-weight: 400;
  text-decoration:none;
}
.sidebartb td a{
  color:#333333;
  font-weight: 400;
  text-decoration:none;
  border-bottom: 0px solid #fff;
}
.videoframe iframe {
  width: 100%;
  height: 422px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.listingdetails table {
  border-top: 0px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0px solid #f8f8f8;
  margin: 30px 0 20px 0;
}
.listingdetails th{
  border-top: 0px solid #ddd; 
  margin-top:20px;
  text-align: left;
  padding: 10px;
  vertical-align: middle;
  text-decoration: none; 
}
.listingdetails td {
  text-align: left;
  padding: 5px 5px 10px 0;
  vertical-align: middle;
  text-decoration: none; 
  line-height:26px;
}
h6 {
  font-weight: 600;
  margin: 60px 0 10px 0;
  font-size: 28px; 
  color:#111;
  font-family: 'Poppins', sans-serif;
  border-bottom-width: 3px;
  display: inline-block;
}
.maxit{
  width:140px !important;
}
.listingdetails tr:nth-child(odd) {
  background-color: #fff;
  border-bottom: 0px solid #e3e3e3;
}
.listingdetails tr:nth-child(even) {
  background-color: #fff;
  border-bottom: 0px solid #e3e3e3;
}
.listingdetails th{
  color:#333333;
  font-weight: 400;
  text-decoration:none;
}
.listingdetails td a{
  color:#333333;
  font-weight: 400;
  text-decoration:none;
  border-bottom: 0px solid #fff;
}
.brandlogo {
 margin:20px 0;
 max-width:260px;
 width:260px;
 height:auto;
}
.sponsorbrandlogo {
 margin:5px 0;
 max-width:160px;
 width:160px;
 height:auto;
}
.large-spacer-block{
 display: block;
  clear:all;
  overflow: hidden;
  height:20px;
 width:100%;
}
.menuimage {
 margin:10px 0 20px 0;
 width:100%;
 height:auto;
}

.awardimage {
 margin:10px 20px;
 max-width:150px;
 width:150px;
 height:auto;
 display: inline-block;
}
.dashboardlist table {
  border-top: 2px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0px solid #f8f8f8;
  border-top: 2px solid #ddd;
}
.dashboardlist th{
  border-top: 0px solid #ddd; 
  margin-top:40px;
}
.dashboardlist th {
  padding: 4px;
  vertical-align: middle;
  text-decoration: none; 
  background-color: #fff !important;
}
.dashboardlist th:hover{
  background-color: #fff !important;
}
.dashboardlist tr:hover{
  background-color: #f9f8ef !important;
}
.dashboardlist td {
  padding: 4px;
  vertical-align: middle;
  text-decoration: none; 
  font-size:14px;
}
.dashboardlist tr:nth-child(odd) {
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
}
.dashboardlist tr:nth-child(even) {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e3e3e3;
}
.dashboardlist th{
  color:#333333;
  font-weight: 600;
  text-decoration:none;
  line-height: 20px;
}
.dashboardlist td a{
  color:#333333;
  font-weight: 600;
  text-decoration:none;
  border-bottom: 0px solid #fff;
}
.dashboardlist td a:hover{
  color:#89b837;
  border-bottom: 1px solid #89b837;
}
.texture h2{
  color:#fff !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 34px;
  line-height: 36px;
  letter-spacing: -.8px;
  font-weight: 600;
}
.texture h1{
  color:#fff !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}
.texture p{
  color:#fff !important;
  font-family: 'Poppins', sans-serif !important;
}
.texture span{
  color:#fff !important;
  font-family: 'Poppins', sans-serif !important;
}
#fancy{
  margin-top: 25px;
  margin-bottom: 25px;
 }
footer p {
  color:#fff !important;
  background: #252525;  
}
#footer {
  background: #252525;
  min-height: 91px;
  margin: 0 auto;
  width: 100%;
  color:#fff;  
  position: relative;
  z-index: 1;
}
#footer a,#footer a:focus,#footer a:visited,#footer a:active,#footer a:hover{
  color: #fff !important; 
  border-bottom: 0px solid #fff;
  text-decoration:none !important;  
}
#footer a:hover{
  color: #fff !important; 
  border-bottom: 0px solid #eee;
  text-decoration:none !important;  
}
#footer .lower-part {
  background: rgba(0,0,0,0);
}

#footer a,#footer a:focus,#footer a:visited,#footer a:active,#footer a:hover{
  color: #ccc; 
  border-bottom: 0px solid #fff;
  text-decoration:none !important;  
}
#footer a:hover{
  color: #fff; 
  border-bottom: 0px solid #eee;
  text-decoration:none !important;  
}
.footerhead a,.footerhead a:focus,.footerhead a:visited,.footerhead a:active,.footerhead a:hover{
  color: #fff !important; 
  border-bottom: 0px solid #fff;
  text-decoration:none !important;  
}
.buttonblock{
  display: flex;        
  justify-content: left; 
  align-items: left; 
  width: 100%;
  border-bottom: 1px solid transparent;
 }
.button{
  /* Positioning/Display */
  display: inline-block; 
  position: relative; /* Keep relative if you need it for pseudo-elements or z-index */
  top: none;             /* top: 0; is redundant with position: relative, but harmless */

  /* Text & Fonts */
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2b2b2b;
  line-height: 1;
  letter-spacing: 1px;

  /* Padding & Margin (Using values from the second block which took precedence) */
  padding: 12px 30px 13px; /* This is more specific than the first block */
  margin-bottom: 15px;
  margin-top: 15px;
  margin-right: 5px; /* Added from the first block */
  
  /* Background & Border */
  background: none;
  background-color: rgba(0, 0, 0, 0); 
  border: 2px solid rgba(0,0,0,0.15); /* This is the cleanest border definition */
  border-radius: 30px;
  border-bottom: 2px solid rgba(0,0,0,0.15);
}
.button a,.button a:focus,.button a:visited,.button a:active{
  border: 2px solid rgba(0,0,0,0.15);
  border-bottom: 2px solid rgba(0,0,0,0.15);
  padding: 10px 20px 11px !important;
  line-height: 1;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  color: #333;
  top: 0;
  position: relative;
  border-radius: 30px;
  letter-spacing: 1px;
  background-color: #fff;
}

.tags{
  border: 0px solid rgba(0,0,0,0.15) !important;
  border-bottom: 0px solid rgba(0,0,0,0.15) !important; 
  font-size: 12px !important;
  padding: 0px 4px !important;
  background-color: #fff;
  color: #333;
  margin-bottom:5px;
  margin-right:10px;
  margin-top:0px;  
  border-radius: 5px;
  letter-spacing: 1px;
}
.tags a,.tags a:focus,.tags a:visited,.tags a:active{
  border: 0px solid rgba(0,0,0,0.1);
  border-bottom: 0px solid rgba(0,0,0,0.1);
  padding: 0px 4px !important;
  line-height: 1;
  display: inline-block;
  margin-bottom:5px;
  margin-right:10px;
  margin-top:0px;  
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  color: #333;
  top: 0;
  position: relative;
  border-radius: 10px;
  letter-spacing: 1px;
  background-color: #fff;
}



.modifybutton {
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  top: 0;
  position: relative;
  border-radius: 30px;
  letter-spacing: 1px;
  border: 2px solid #80ad31; !important;
  border-bottom: 2px solid #80ad31 !important; 
  font-size: 12px !important;
  padding: 10px 16px !important;
  background-color: #80ad31;
  color: #fff;
  margin-bottom:15px;
  margin-right:5px;
  margin-top:-10px;
}
.modifybutton a,.modifybutton a:focus,.modifybutton a:visited,.modifybutton a:active{
  border: 2px solid rgba(0,0,0,0.15);
  border-bottom: 2px solid rgba(0,0,0,0.15);
  padding: 10px 20px 11px !important;
  line-height: 1;
  display: inline-block;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  color: #fff;
  top: 0;
  position: relative;
  border-radius: 30px;
  letter-spacing: 1px;
  background-color: #80ad31;
}
.modifybutton:hover{
  color: #fff !important;
  background-color: #80ad31 !important;
  filter: brightness(120%) !important;
}
.small-text{
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
  margin:5px 0; 
  color:#888 
}
.namelist{
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  letter-spacing: -.2px !important;
  margin:15px 0 5px 0;  
  display: block;
  clear:all !important;
  width:100%;
}
.namelist a{
    color: #111111 !important;
}
.sliderbutton{
  display: inline-block;
  border: 2px solid #89c843 !important;
  border-bottom: 2px solid #89c843 !important; 
  font-size: 16px !important;
  padding: 10px 20px 11px !important;
  background-color: #89c843;
  color: #fff !important;
  border-radius: 30px; 
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: 700 !important;
}
.sliderbutton a,.sliderbutton a:focus,.sliderbutton a:visited,.sliderbutton a:active{
  border: 2px solid rgba(0,0,0,0.15);
  border-bottom: 2px solid rgba(0,0,0,0.15);
  padding: 10px 20px 11px !important;
  line-height: 1;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #fff !important;
  top: 0;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
}
.sliderbutton:hover {
  color: #333 !important;
  border: 2px solid #89c843;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #89c843;
  border-bottom: 2px solid #89c843;
  top: 0px !important;
  background-color: #fff;
}

.sidebarbutton{
  display: inline-block !important;
  background: #80ad31;
  padding: 12px 26px !important;
  border-radius: 30px;
  border: 2px solid #80ad31;
  border-bottom: 2px solid #80ad31;
  font-size: 18px;
  letter-spacing: 0;
  font-family: 'Poppins', sans-serif !important;
  margin: 20px 0 0 0;
  font-weight: 600 !important;
  color: #fff !important;
}
.sidebarbutton a,.sidebarbutton a:focus,.sidebarbutton a:visited,.sidebarbutton a:active{  

  }
.sidebarbutton:hover {
  color: #fff !important;
  background-color: #89b837;  
}

.pink{
	color: #ff99cc;
}
.cmsbutton{
  display: inline-block !important;
  background: #fff;
  padding: 12px 26px !important;
  border-radius: 30px;
  border: 2px solid #bbb;
  border-bottom: 2px solid #bbb;
  font-size: 18px;
  letter-spacing: 0;
  font-family: 'Poppins', sans-serif !important;
  margin: 20px 0 0 0;
  font-weight: 600 !important;
  color: #333 !important;
}
.cmsbutton a,.cmsbutton a:focus,.cmsbutton a:visited,.cmsbutton a:active{  

  }
.cmsbutton:hover {
  border: 2px solid #80ad31;
  border-bottom: 2px solid #80ad31;
  color: #80ad31 !important; 
}


.readbutton {
  font-family: 'Poppins', sans-serif;
  border: 2px solid rgba(0,0,0,0.15) !important;
  padding: 10px 20px 11px !important;
  line-height: 1 !important;
  display: inline-block !important;
  margin: 20px 10px 0 0;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: #333 !important;
  top: 0 !important;
  position: relative !important;
  border-radius: 30px !important;
  letter-spacing: 1px !important;
  background: #fff !important;  
  border-bottom: 2px solid rgba(0,0,0,0.15) !important;
  text-shadow: none !important;
}
.readbutton a,.readbutton a:focus,.readbutton a:hover,.readbutton a:visited,.readbutton a:active{
  border: 2px solid rgba(0,0,0,0.15) !important;
  padding: 10px 20px 11px !important;
  line-height: 1 !important;
  display: inline-block !important;
  margin-bottom: 15px !important;
  margin-top: 15px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: #333 !important;
  top: 0 !important;
  position: relative !important;
  border-radius: 30px !important;
  letter-spacing: 1px !important;
  background: #fff !important;  
  border-bottom: 2px solid rgba(0,0,0,0.15) !important;
}

.readbutton i.fa {  
  font-size: 12px !important;
  text-shadow: none !important;
}
.filterresults {
  font-family: 'Poppins', sans-serif;
  border: none !important;
  padding: 0 !important;
  line-height: 1 !important;
  display: block;
  margin: 0px 0px 15px 0px;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: #777;
  top: 0 !important;
  position: relative !important;
  border-radius: 30px !important;
  letter-spacing: 1px !important;
  background: none !important;
  border-bottom: none !important;
  text-shadow: none !important;
}
.viewallbutton {
  font-family: 'Poppins', sans-serif;
  border: none !important;
  padding: 0 !important;
  line-height: 1 !important;
  display: block;
  margin: 15px 10px 0 20px;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: #777;
  top: 0 !important;
  position: relative !important;
  border-radius: 30px !important;
  letter-spacing: 1px !important;
  background: none !important;
  border-bottom: none !important;
  text-shadow: none !important;
}
.viewallbutton a,.viewallbutton a:focus,.viewallbutton a:visited,.viewallbutton a:active{
  border: none !important;
  padding: 0 !important;
  line-height: 1 !important;
  display: block;
  margin: 15px 10px 0 20px;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: #777;
  top: 0 !important;
  position: relative !important;
  border-radius: 30px !important;
  letter-spacing: 1px !important;
  background: none !important; 
  border-bottom: none !important;
}

.viewallbutton i.fa {  
  font-size: 12px !important;
  text-shadow: none !important;
}
.returnbutton {
  font-family: 'Poppins', sans-serif;
  border: 2px solid rgba(0,0,0,0.15) !important;
  padding: 0px !important;
  line-height: 1 !important;
  display: inline-block !important;
  margin: 10px 10px 0 0;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: #333 !important;
  top: 0 !important;
  position: relative !important;
  border-radius: 30px !important;
  letter-spacing: 1px !important;
  background: #fff !important;  
  border-bottom: 2px solid rgba(0,0,0,0.15) !important;
  text-shadow: none !important;
}
.returnbutton a,.returnbutton a:focus,.returnbutton a:hover,.returnbutton a:visited,.returnbutton a:active{
  border: 2px solid #fff !important;
  padding: 10px 20px 11px !important;
  line-height: 1 !important;
  display: inline-block !important;
  margin-bottom: 15px !important;
  margin-top: 15px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: #333 !important;
  top: 0 !important;
  position: relative !important;
  border-radius: 30px !important;
  letter-spacing: 1px !important;
  background: #fff !important;  
  border-bottom: 2px solid rgba(0,0,0,0.15) !important;
}

.returnbutton i.fa {  
  font-size: 12px !important;
  text-shadow: none !important;
}

.blog-header {  
  line-height: 1 !important;
  display: inline-block !important;
  margin-bottom:0px !important;
  padding-bottom: 5px !important;
  margin-top: 5px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #333 !important;
  letter-spacing: 1px;
}

.gallery-header {  
  line-height: 1 !important;
  display: inline-block !important;
  margin-bottom:0px !important;
  padding-bottom: 5px !important;
  margin-top: 5px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #333 !important;
  letter-spacing: 1px;
}

.sidebar-header {  
  line-height: 1 !important;
  display: inline-block !important;
  margin-bottom:0px !important;
  padding-bottom: 5px !important;
  margin-top: 3px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #333 !important;
  letter-spacing: 1px;
}
.blog-headline { 
  color: #fff !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 40px !important;
  line-height: 40px !important;
  font-weight: 800 !important;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.3) !important;
}
.video-headline { 
  color: #333 !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 40px !important;
  line-height: 40px !important;
  font-weight: 800 !important;
  margin: 20px 0;
  line-height: 1 !important;
  display: inline-block !important;
  padding-bottom: 10px !important;
  letter-spacing: -1px;
}
.video-content { 
 margin: 10px 0px 30px 0px;
}
.textright {
  text-align:right;
  float:right;
}
.aqua {
  color: #248b90 !important;
}

.gold {
  color: #ffcc33 !important;
}
.goldtrophy {
  color: #D39E17 !important;
}
.light-grey {
  color: #ccc !important;
}
.grey {
  color: #777 !important;
}
.green {
  color: #77A031 !important;
}
.brown {
  color: #765040 !important;
}
.purple {
  color: #2a2a5f !important;
}
.red {
  color: #cc3333 !important;
}
.orange {
  color: #C64E1F !important;
}
.sky {
  color: #138fc0 !important;
}
.yellow {
  color: #ffff66 !important;
}
.notavailable {
  color: #bf601f !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.notavailablebar {
  color: #fff !important;
  margin-top: 0px !important;
  margin-bottom: 10px !important;
  background: #bf601f !important; 
  font-family: 'Poppins', sans-serif; 
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight:600;  
  border-radius: 6px;
}
.flexslider .slides > li {
  margin-bottom: 0px;
}


.postheader {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height:20px;
  letter-spacing: -0.5px;
  font-weight:600;
  margin: 10px 0px 4px 0px;
}
.contactheader {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.5px;
  font-weight:600;
}
.contactheaderbig {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  letter-spacing: -0.5px;
  font-weight:600;
  margin-top: 0px;
}
.sponsorheader {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.5px;
  font-weight:600;
}
.sponsorheaderbig {
  font-family: 'Poppins', sans-serif;
  font-size: 24px !important;
  line-height: 24px !important;
  letter-spacing: -0.5px !important;
  font-weight:600 !important;  
  margin: 0px 0px 0px 0px !important;
  color:#000 !important;
}
.formheader {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight:400;  
  margin-top: 0px;
  margin-bottom: 20px;
}
.imgpreview {
  margin-bottom: 20px !important;
}
.topboxshadow {
  box-shadow: inset 0 10px 15px -3px rgba(0, 0, 0, 0.1),
                        inset 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.beige {
  background-image: linear-gradient(to bottom, #f8f6ed, #fff 60%);
}
.lightgreygradient {
  background-image: linear-gradient(to bottom, #f8f8f8, #fff 60%);
}

.lightgrey {
  background: #f8f8f8;
}
.gradientlightgrey {
  background: #f8f8f8;
}
.videohead h2{
  margin-bottom:0px;
  margin-top:0px;
  margin: 0px 0 20px 0 !important;
  text-shadow: 2px 2px 5px white;
  font-size: 38px!important;
  line-height: 38px!important;
}
.noback{
background: rgba(0, 0, 0, 0) !important;
}
.nolinkcolor{
color:#333 !important;
}
.nolinkcolor a{
color:#333 !important;
}

.darkgrey {
  background: #252525;
  padding:30px 0;
  font-weight:400;  
  overflow: hidden;
}
.footerdivider {
  background-image: #26282b none repeat scroll 0 0 !important;
  clear: both;
  height: 1px;
  margin: 15px auto;
  position: relative;
  border: 0;
  background-image: -webkit-linear-gradient(left, transparent, #eee, transparent);
  background-image: linear-gradient(to right, transparent, #eee, transparent);
  text-align: center;
}
.heavy {
  font-weight:600 !important;
}
.realheavy {
  font-weight:700 !important;
}
.superheavy {
  font-weight:700 !important;
  color:#333 !important;
}
.greydark {
  font-weight:400 !important;
  color:#333;
  border-bottom: 0px solid #fff;
}
.greydark a{
  font-weight:400 !important;
  color:#333;
  border-bottom: 0px solid #fff !important;
  text-decoration:none !important;
  
}
.greydark a:hover{
  font-weight:400 !important;
  text-decoration:none !important;
  border-bottom: 0px solid #fff !important;
}

.dark {
  font-weight:600 !important;
  color:#000 !important;
  border-bottom: 0px solid #fff;
}
.dark a{
  color:#333333 !important;
  border-bottom: 0px solid #fff !important;
  text-decoration:none !important;
  
}
.dark a:hover{
  color:#89b837 !important;
  text-decoration:none !important;
  border-bottom: 0px solid #fff !important;
}
.small-extra-padding-bottom {
  padding-bottom: 25px;
}
.large-extra-padding-top {
  padding-top: 60px !important;
}
.how {
  margin-top:-100px;
  position:absolute;
}

.open-house {
  border-radius: 10px;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(209, 209, 213);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
  display: block;
  margin:10px auto;
  text-transform: uppercase;
  letter-spacing: -.5px;
  text-align:center !important;
  text-shadow: none !important;
} 
.open-house h3{  
  font-family: 'Poppins', sans-serif; 
  font-weight: 700;
  color: #111111;
  font-size:20px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: -.5px;
} 
.max600{  
  max-width:600px !important;
} 
.qrscan{  
  padding:20px 20px 0 20px;
  margin: 0px 0px 0px 0px;
  font-size:12px;
  text-align:center;
  line-height:14px;
} 
.clearline{  
    display: block !important;
    width: 100% !important;
    clear: both !important;
} 

.marginleft {  
  margin: 0px 0px 0px 5px;
  }
.pad-it {
  padding-top: 20px; 
  padding-bottom: 20px;
}
.margin-it {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.no-side-pad {
  padding-right: 0px !important;
  padding-left:0px !important;
}
.margin-small p{
 margin-bottom: 20px;
}
.small-extra-margin-bottom {
  margin-bottom: 30px;
}
.portfoliolabel { 
  font-family: 'Poppins', sans-serif !important;
  margin: 0 0 10px 0;
  font-weight:600;
  color:#333333;
  border-bottom: 0px solid #fff;
  font-size: 16px;
  line-height: 18px;
}
.portfoliofont { 
  font-family: 'Poppins', sans-serif !important;
  margin: 0;
  font-weight:600;
  color:#333333;
  border-bottom: 0px solid #fff;
  font-size: 26px;
  line-height: 26px;
}
.portfoliofont a{
  color:#333333 !important;
  border-bottom: 0px solid #fff !important;
  text-decoration:none !important;
}
.portfoliofont a:hover{
  text-decoration:none !important;
  border-bottom: 0px solid #fff !important;
}
.primaryfont { 
  font-family: 'Poppins', sans-serif !important;
  margin: 10px 0 20px 0;
  font-weight:600;
  color:#111111;
  border-bottom: 0px solid #fff;
  font-size: 32px !important;
  line-height: 36px !important;
}
.primaryfont a{
  color:#333333 !important;
  border-bottom: 0px solid #fff !important;
  text-decoration:none !important;
}
.primaryfont a:hover{
  text-decoration:none !important;
  border-bottom: 0px solid #fff !important;
}
.primarydetailfont { 
  font-family: 'Poppins', sans-serif !important;
  margin: 5px 0;
  font-weight:600;
  color:#333333;
  border-bottom: 0px solid #fff;
  font-size: 40px;
  line-height: 44px;
}
.primarydetailfont a{
  color:#333333 !important;
  border-bottom: 0px solid #fff !important;
  text-decoration:none !important;
  
}
.primarydetailfont a:hover{
  text-decoration:none !important;
  border-bottom: 0px solid #fff !important;
}
.darkmedium {
  font-weight:500;
  color:#222222;
  border-bottom: 0px solid #fff;
}
.darkmedium a{
  color:#222222 !important;
  border-bottom: 0px solid #fff !important;
  text-decoration:none !important;  
}
.darkmedium a:hover{
  color:#222222 !important;
  text-decoration:none !important;
  border-bottom: 0px solid #fff !important;
}
.lightmedium {  
  font-family: 'Poppins', sans-serif; 
  font-weight: 400;
  color: #333;
  font-size:18px;  
  text-transform: uppercase;
  letter-spacing: -.5px;
  width: auto !important;
} 
.shadowed{
  box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.2);
  margin-bottom:25px;
}
.shadowedflex{
  box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.2);
  padding: 0px 0;
}
.hpvideoframe span{  
  margin:0 0 20px 0!important;
}
.hpvideoframe span i.fa{  
  color:#fff !important;
  position:absolute;
  width:100%;
  text-align:center;
  padding-top:19%;
  font-size:100px;
  margin-top:0!important;
  margin:0 0 0 -20px!important;
}
.hpvideoframe iframe {
  width: 100%;
  height: 422px;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2); 
  border-radius: 20px;
}
.img-border-radius {
  width: 100%;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2); 
  border-radius: 20px !important;
}
.removeshadow{
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.sidebar .shadowed{
  box-shadow: none;
  margin-bottom:20px;
}
.photothumb {
  border: 4px solid #fff;
  max-width:24%;
  padding: 0px !important;
  border-radius: 0 !important;
  resize: none !important;
  margin: 5px !important;
  float:left;
  opacity: 0;
  -webkit-transition: all .4s ease; 
  -moz-transition: all .4s ease; 
  -ms-transition: all .4s ease; 
  -o-transition: all .4s ease; 
}
.photothumb:hover {
  opacity: 0.8;
  border: 4px solid #89b837;
}   
.largerfont{
  font-size: 44px;
}
.fontshadow{
  text-shadow: 1px 0 10px rgba(0, 0, 0, .5);
}
.colors {
      font-size:12px;
      color:#fff;
      display:table;
      float:left;
      width:80px;
      height:80px;
      margin:0 0 15px 15px;
      border-radius:0px !important;
      border: 5px solid #fff;
    }
    .colors:hover {
      opacity: 0.8;
      border: 5px solid #89b837;
    }    
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
    argin-top: 0px !important;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.hidelabel{
  font-size: 14px !important;
  line-height: 14px !important;
  color:#bf601f;  
  font-weight: 400;
  padding-left:20px;
}  
.datelabel{
  font-size: 16px !important;
  line-height: 16px !important;
  color:#7b9d2c;  
  font-weight: 400;
  padding-left:20px;
}  

.exampletext{
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 400;    
  background-color: #f9f8ef !important;
  margin-top:10px;
  padding:6px 10px !important;
  display: inline-block;
  color:#333;  
  border-radius: 10px;
  margin-left:-10px;
  margin-bottom:10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
} 
input:checked + .slider {
  background-color: #89b837;
}

input:focus + .slider {
  box-shadow: 0 0 1px #89b837;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.menutitle{
  font-size: 44px !important;
  line-height: 44px !important;
  padding-bottom:10px;
  text-align:center;
  border-bottom: 2px solid #cccccc !important;
  margin: 20px 0 0 0;
  font-weight:600;
}  
.description
{
  font-size: 14px;
  line-height: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color:#555555;
  font-weight: 400;
  padding-top: 0px;
  margin: 0px 0px 5px 0px;
}
.white, .white a, .white a:hover{
 color:#fff;
} 
.white p{
 color:#fff;
} 
.eho::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url('../images/equal-housing-logo.png') 0 0 no-repeat;
  background-size: contain;
}
.action{
  text-align: right;
}

.action::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 0px;
}
.dash-edit-box {
  border-radius: 10px;
  padding: 0 8px;
  color: #333333;
  font-size: 16px;
  text-align:center;
  float:right;
  font-family: 'Poppins', sans-serif;
  font-weight:400;
}
.footericon {
  position:absolute;
  max-width:30px !important
}
.about-image {
  border-radius: 10px;
  min-height:350px !important;  
}
.sidebar .about-image {
  border-radius: 10px;
  min-height:240px !important;  
}
.business-image {
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
}

.full-height-wrapper {
  border-radius: 10px;
}

.flexslider {
  border-radius: 10px;
}
.flex-viewport {
  border-radius: 10px;  
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.fancybox-prev span {
   border-top-left-radius: 50%;
   border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(40, 40, 40, 0.15), 0 6px 12px 0 rgba(40, 40, 40, 0.25);
  background-size: 20px 40px !important; 
  width: 40px;
  height: 40px;
}
.fancybox-next span {
   border-top-left-radius: 50%;
   border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(40, 40, 40, 0.15), 0 6px 12px 0 rgba(40, 40, 40, 0.25);
  background-size: 20px 40px !important;
    width: 40px;
  height: 40px;
}
.dashhead {
  font-family: 'Poppins', sans-serif;
  color: #333 !important; 
  font-size:28px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -.8px;
  padding:0px 0px 0px 0px !important; 
  text-align:left;   
  margin: 5px 0px 0px 20px;
}
.dash-edit-box:hover {
  background-color: #89b837;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  color: white;
}
.dash-edit-box:hover p, 
.dash-edit-box:hover i { /* Renamed from `.dash-edit-box-container` */
  color: white;
  text-decoration: none;
}
.dash-edit-box i {
  font-size: 14px;
  color: #89b837;
}
.dash-erase-box {
  border-radius: 10px;
  padding: 0 8px;
  color: #333333;
  font-size: 16px;
  text-align:center;
  float:right;
  font-family: 'Poppins', sans-serif;
  font-weight:400;
}

.dash-erase-box:hover {
  background-color: #983e39;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  color: white;
}
.dash-erase-box:hover p, 
.dash-erase-box:hover i { /* Renamed from `.dash-erase-box-container` */
  color: white;
  text-decoration: none;
}
.dash-erase-box i {
  font-size: 14px; 
  color: #983e39;
}
.dashdesc{
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align:left;
  color: #555;
  margin: 5px 0px 0px 20px;
}
.dashdesc a,.dashdesc a:focus,.dashdesc a:visited,.dashdesc a:active{
  font-weight:500;
  color: #89b837;
  border-bottom: 0px solid #fff;
  text-decoration:none !important;  
}
.dashdesc a:hover{
  font-weight:500;
  color: #89b837;
  border-bottom: 1px solid #89b837;
  text-decoration:none !important;  
}
.salutation::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: 90px;
  background: url('../images/bot-animated.gif') 0 0 no-repeat;
  background-size: auto;
  background-size: contain;
  margin-top:-50px;
  z-index:1;
  position:absolute;
}

.salutation{
  position: absolute;
  bottom: 0;
  right: 0; 
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #555;
  padding-right:120px;
  margin-top:10px;
} 
.sal-link:hover{
  text-decoration:underline;  
  cursor: pointer;
}  


.slidedesc{
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align:center;
  color: #555;
  margin: 20px 0px 40px 0px;
}  

.slidedesc a,.slidedesc a:focus,.slidedesc a:visited,.slidedesc a:active{
  font-weight:500;
  color: #89b837;
  border-bottom: 0px solid #fff;
  text-decoration:none !important;  
}
.slidedesc a:hover{
  font-weight:500;
  color: #89b837;
  border-bottom: 1px solid #89b837;
  text-decoration:none !important;  
}
 
.dashlistlink{
 color:#89b837 !important;
 text-decoration:none !important;
 border-bottom:none !important;
}  
.dashlistlink a,.dashlistlink a:focus{
 color:#89b837 !important;
 text-decoration:none !important;
 border-bottom:none !important;
} 
.dashlistlink a:hover{
 color:#26282b !important;
 text-decoration:none !important;
 border-bottom:none !important;
} 
.nav-tabs {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
	border-bottom: 1px solid #f3f3f3;
}
.nav-tabs > li {
	float: none;
}
.nav > li {
	display: inline-block;
}
.nav-tabs > li > a {
	border-radius: 0;
	color: #888;
	background: #fff;
	border: 0;
	min-width: 36px;
	width: auto;
	height: 32px;
	padding: 8px 0 0 0;
	margin: 0 16px;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 600;
	border-bottom: 1px solid #eee;
	font-family: 'Poppins', sans-serif;
	letter-spacing: -.1px;
}
.nav-tabs > li > a:hover {
	background: #fff;
	color: #2b2b2b;
	border: 0;
	border-bottom: 3px solid #89b837;
	opacity: 1
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #2b2b2b;
	border: 0;
	border-bottom: 3px solid #89b837;
	opacity: 1
}
.tab-group {
	 display: flex;
	 background-color: #fff;
	 padding: 0;
	 width:100%;
}
.rounded-tab {
	 --r: .8em;
	 display: inline-block;
	 border-inline: var(--r) solid #0000;
	 border-radius: calc(2*var(--r)) calc(2*var(--r)) 0 0/var(--r);
	 mask:
                radial-gradient(var(--r) at var(--r) 0,#0000 98%,#000 101%)
                calc(-1*var(--r)) 100%/100% var(--r) repeat-x,
                conic-gradient(#000 0 0) padding-box;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1.8;
    padding-inline: 1em;
    background: #89b837;
    margin-left: 10px; 
    cursor: pointer;
    transition: transform 0.2s ease-in-out;}
.rounded-tab.left {
	border-left-width: 0;
	border-top-left-radius: var(--r);
}
.tableimg {
	height:30px;
	width:auto;
	float:left;
	margin-right:10px;
}
.featureimg {
	height:80px;
	width:auto;
	float:left;
	margin:10px;
}
li::marker {
  font-weight:600;
}
ol, ul {
  margin-top: 0;
  margin-left: 40px;
  margin-bottom: 30px;
  padding: 0px 0px 0px 0px;
}
.menu-item-wrapper ol, ul {
  list-style: square;
  margin-left: 40px;
  margin-bottom: 30px;
}
.menu-item-wrapper ol, ul li{
  margin-bottom: 0px;
}
.menu-item-wrapper ol, li{
  margin-bottom: 20px;
}
.businesslist li{
  margin-bottom: 0px;
  line-height: 1.4;
}
.businesslist ul{
  margin-bottom: 0px;
  margin-left: 20px;
}

.resume ul {
  list-style: square;
  margin-left: 20px;
  margin-bottom: 5px;
}
.resume ul li{
  margin-bottom: 10px;
}
.xtratop{
  margin-top:50px;
}
#footer .padding-wrapper {
  padding: 25px 0px;
}
.progress {
  background-color: #89b837 !important;
  height: 10px !important;
  border-radius: 4px;
}
.modal-backdrop {
  opacity:1 !important;
  background: linear-gradient(to bottom, rgba(144,152,155, .9) 20%, rgba(144,152,155, .9) 10%, rgba(255,255,255, 1) 80%);
/* background: linear-gradient(to bottom, rgba(113,122,125, .9) 20%, rgba(113,122,125, .9) 10%, rgba(255,255,255, 1) 80%);*/
/* background: linear-gradient(to bottom, rgba(255,255,255, .3) 10%, rgba(255,255,255, .9) 30%, rgba(255,255,255, 1) 100%);*/
}
.modal-dialog {
  margin:30px auto !important;
  width: 500px;
}
.modal-content {
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 14px;
}
.modal-header {
  padding: 20px 20px 0 20px;
  border-bottom: 0px solid #e5e5e5;
  text-align: center;    
}
.modal-body {
  padding: 0 40px 20px 40px;
  text-align: center;
}
.modal-body p{
  text-align: center;
}
.modal-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #26282b !important;
  font-size: 22px;
  text-align: center;
}
.office {
  position: absolute;
  z-index:1000000;
  max-width:600px;
  height:auto;
  margin-top:-10px;
  right:60px;
}
.dashlistheader {
  padding: 0px 10px 2px 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 2px solid #ddd;
}
}
.dashlist {
  padding: 10px 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  
}
.dashlist:nth-child(odd) {
    background-color: #f8f8f8;
}
.detaillight  {
    font-weight:400;
}
.details table  {
  border-top: 0px solid #ddd !important;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0px solid #f8f8f8;
  margin-top:5px;
}
.details td{
  color:#333333;
  text-decoration:none;
  border-bottom: 0px solid #fff;
  border-top: 0px solid #e3e3e3; 
  font-size: 16px;
  line-height:20px;
  
}
.details td, 
.details th {
    border-style:solid;
    border-top:none;
}
.details tr:nth-child(odd) {
  background-color: #fff;
  border-bottom: 0px solid #e3e3e3;
  border-top: 0px solid #e3e3e3;
}
.details tr:nth-child(even) {
  background-color: #f9f9f9;
  border-bottom: 0px solid #e3e3e3;
  border-top: 0px solid #e3e3e3;
}
table {
  border-top: 2px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0px solid #f8f8f8;
  margin-bottom:15px;
}

th{
  border-top: 2px solid #ddd; 
  margin-top:20px;
}
th, td {
  text-align: left;
  padding: 10px 10px 10px 0;
  vertical-align: middle;
  text-decoration: none; 
}
tr:nth-child(odd) {
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
}
tr:nth-child(even) {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e3e3e3;
}
th{
  color:#333333;
  font-weight: 400;
  text-decoration:none;
}
td a{
  color:#333333;
  font-weight: 600;
  text-decoration:none;
  border-bottom: 0px solid #fff;
}
td a:hover{
  color:#89b837;
}
.borderline
{
  border-bottom: 1px solid #e3e3e3;;
  height: 1px;
  position: relative;
  width: 100%;
  margin: 25px 0;
  display: block;
  float: none;
}
.spacerblock
{ 
  height: 1px;
  position: relative;
  width: 100%;
  margin: 15px 0;
  display: block;
  float: none;
}
#editwrapper {
  display: flex;
  float:right;
}

#edit-modify {
  flex: 0 0 65%;
}

#edit-delete {
  flex: 1;
}
/* Base styles for all icon links */
.icon-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
  min-width: 25px;
  height: 23px;
  text-decoration: none;
  border-radius: 10px;
  color: #fff !important;
  font-size: 11px; /* Applies the font size directly to the icon */
  padding:0 8px;
}

/* Hover effect for all icon links */
.icon-link:hover {
  border-bottom: 0px solid #fff !important;
}

/* Specific styles for each link type */
.delete-link {  
  background-color: #888;
}
.delete-link:hover {
  background-color: #be3636;
  color: #fff !important;
}
.delete-link i{
  color: #eee !important;
  padding-left: 2px;
}
.modify-link {  
   background-color: #89b837;
}

.modify-link:hover {
  background-color: #9ad336;
  color: #fff !important;
}
.modify-link i{
  color: #eee !important;
  padding-left: 4px;
}

.copy-link {
  background-color: #89b837; 
}

.copy-link:hover {
  background-color: #9ad336;   
  color: #fff !important;
}
.copy-link i{
  color: #eee !important;
  padding-left: 2px;
}

.view-link {
  background-color: #5da47f; 
}

.view-link:hover {
  background-color: #3fc07d; 
  color: #fff !important;
}
.view-link i{
  color: #eee !important;
  padding-left: 3px;
}
.cmstooltiptext {
  visibility: hidden;
  width: 45px;
  background-color: #fff;
  color: #555555;
  text-align: center;
  padding: 1px 0;
  border-radius: 6px;
  font-size:10px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  margin-top:50px
}
.icon-link:hover .cmstooltiptext {
  visibility: visible;
}

.border-top {
  border-top: 2px solid #f7f7f7;
  padding: 20px 0;
}

.border-bottom {
  border-bottom: 2px solid #f7f7f7;
  padding: 20px 0;
}
.border-bottom-dark {
  border-bottom: 2px solid #ddd;
  padding: 20px 0;
}
textarea, select, input:not([type="submit"]):not([type="image"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
  display: block;
  width: 100%;
  padding: 0px 8px;
  margin-top: 5px;
  margin-bottom: 5px;  
  border: 1px solid #ccc;
  text-align: left;
  background: #fff;
  border-radius: 6px;
}

label {
  color: #000 !important;
  display: inline-block;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height:22px;
}
labelwhite {
  color: #fff !important;
  display: inline-block;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.close{
  text-decoration: none !important;
  border-bottom: none !important;
}
.subcategory{
 font-family: 'Poppins', sans-serif;
 font-weight: 400;
}
.round-corners {border-radius: 10px;}
.agent {
  font-size: 56px;
  line-height: 60px;
  margin: 10px 0px 5px 0px;
  display: block;
  font-weight: 500;
  letter-spacing: -2px;
  color: #111111 !important;
  width:100%;
}
.agenttitle {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #111111;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 30px 0;
  display: block;
  letter-spacing: -.8px;
  width:100%;
}
.agentoffice {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #111111;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 30px 0;
  display: block;
  letter-spacing: -.8px;
  font-style: italic;
  width:100%;
}

.sidebar .agent {
  font-size: 40px;
  line-height: 40px;
  margin: 20px 0px 0px 0px;
  display: block;
  font-weight: 500;
  letter-spacing: -2px;
  color: #111111 !important;
  width:100%;
}
.sidebar .agenttitle {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #111111;
  font-size: 26px;
  line-height: 30px;
  margin: 5px 0 20px 0;
  display: block;
  letter-spacing: -.8px;
  width:100%;
}
.sidebar .agentoffice {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #111111;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 5px 0;
  display: block;
  letter-spacing: -.8px;
  font-style: italic;
  width:100%;
}



.mobilehide  {display: inline-block;}
.mobileshow {display: none;}
.open-house {
  text-align:center !important;
} 
.cms-btn-primary {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  background-color: #89b837 !important;
  color: #fff !important;
  border: 0px solid #ddd;
  font-size: 16px;
  padding: 6px 14px;
  border-radius: 15px;
  text-decoration: none;
  margin: 0 auto 10px auto;
}
.cms-btn-primary:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff !important;
}
.cms-btn-small {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  background-color: #89b837 !important;
  color: #fff !important;
  border: 0px solid #ddd;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 15px;
  text-decoration: none;
  margin: 0 auto 10px auto;
}
.cms-btn-small:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff !important;
}

.addmore {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #89b837 !important;
  font-size: 16px;
  padding: 4px 10px;
  text-decoration: none;
  margin: 0 auto 20px auto;
  border-radius: 15px;
  border-bottom: 2px solid #fff !important;
  border: 2px solid #fff !important;
  clear: both;
  display: table;
}
.addmore a {
  text-decoration: none;
  color: #89b837 !important;
  background-color: #fff !important;
  border-radius: 15px;
  border-bottom: 2px solid #ddd !important;
  border: 2px solid #ddd !important;
}
.addmore:hover {
  text-decoration: none;
  color: #89b837 !important;
  background-color: #fff !important;
  border-radius: 15px;
  border-bottom: 2px solid #ddd !important;
  border: 2px solid #ddd !important;
}
.addmore a:focus,.addmore a:visited,.addmore a:active{
  padding: 0;
  margin: 0 auto;
  border-bottom: 2px solid #fff !important;
  border: 2px solid #fff !important;
}
.addmoreleft {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #89b837 !important;
  font-size: 16px;
  padding: 4px 10px;
  text-decoration: none;
  margin: 20px 0 0 0;
  border-radius: 15px;
  border-bottom: 2px solid #fff !important;
  border: 2px solid #fff !important;
  clear: both;
  display: table;
}
.addmoreleft a {
  text-decoration: none;
  color: #89b837 !important;
  background-color: #fff !important;
  border-radius: 15px;
  border-bottom: 2px solid #ddd !important;
  border: 2px solid #ddd !important;
}
.addmoreleft:hover {
  text-decoration: none;
  color: #89b837 !important;
  background-color: #fff !important;
  border-radius: 15px;
  border-bottom: 2px solid #ddd !important;
  border: 2px solid #ddd !important;
}
.addmoreleft a:focus,.addmoreleft a:visited,.addmoreleft a:active{
  padding: 0;
  margin: 0 auto;
  border-bottom: 2px solid #fff !important;
  border: 2px solid #fff !important;
}
.dashadd {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #89b837 !important;
  font-size: 16px;
  padding: 4px 10px;
  text-decoration: none;
  margin: 0 auto 20px auto;
  border-radius: 15px;
  border-bottom: 2px solid #eee !important;
  border: 2px solid #eee !important;
  clear: both;
  display: table;
}
.dashadd:hover {
  text-decoration: none;
  color: #89b837 !important;
  background-color: #fff !important;
  border-radius: 15px;
  border-bottom: 2px solid #bbb !important;
  border: 2px solid #bbb !important;
}
.dashadd a:focus,.dashadd a:visited,.dashadd a:active{
  padding: 0;
  margin: 0 auto;
  border-bottom: 2px solid #eee !important;
  border: 2px solid #eee !important;
}

.readmore {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-decoration: none;
}


.create {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  background-color: #89b837 !important;
  color: #fff !important;
  border: 0px solid #ddd;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 14px;
  text-decoration: none;
  margin: 5px;
  max-height:30px;
  border-bottom: 0px solid #fff !important;
  display: inline-block;
}
.create:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff !important;
}
.create a:focus,.create a:visited,.create a:active{
  border-bottom: 0px solid #fff !important;
}
.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:16px;
}
.fa.fa-twitter:hover{
	filter: brightness(120%);
}
.fa.fa-youtube-play:hover{
	filter: brightness(120%);
}
.fa.fa-instagram:hover{
	filter: brightness(120%);
}
.fa.fa-facebook-f:hover{
	filter: brightness(120%);
}
.dashbtnsm {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #555 !important;
  font-size: 14px;
  line-height: 20px;
  padding: 0px;
  text-decoration: none;
  margin: 0 0 10px 0;
  border-bottom: 2px solid #888 !important;
  clear: both;
  display: table;
}
.dashbtnsm:hover {
  color: #89b837 !important;
  border-bottom: 2px solid #89b837 !important;
}
.dashbtnsm a:focus,.dashbtnsm a:visited,.dashbtnsm a:active{
  color: #555 !important;
  border-bottom: 2px solid #888 !important;
}


.cms-btn-dash-erase {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  background-color: #888 !important;
  color: #fff !important;
  border: 0px solid #ddd;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 14px;
  text-decoration: none;
  margin: 0 auto;
  max-height:30px;
  border-bottom: 0px solid #fff !important;
}
.cms-btn-dash-erase:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff !important;
  border-bottom: 0px solid #fff !important;
}
.cms-btn-dash-erase a:focus,.cms-btn-dash-erase a:visited,.cms-btn-dash-erase a:active{
  border-bottom: 0px solid #fff !important;
}
.cms-btn-dash-modify {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  background-color: #89b837 !important;
  color: #fff !important;
  border: 0px solid #ddd;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 14px;
  text-decoration: none;
  margin: 0 10px 0 auto;
  max-height:30px;
  border-bottom: 0px solid #fff !important;
}
.cms-btn-dash-modify:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff !important;
}
.cms-btn-dash-modify a:focus,.cms-btn-dash-modify a:visited,.cms-btn-dash-modify a:active{
  border-bottom: 0px solid #fff !important;
}
.fa-trash {
  color: #ffffff !important;
}
.fa-circle {
  color: #ffffff !important;
}
.fa-check-circle {
  color: #80ad31 !important;
}
.fa-pencil-square-o {
  color: #ffffff !important;
}
.cast-vote-box{
  display: block;
  float:left;
  margin:0 10px 15px 0;
  font-size:30px;
}
.vote-header{
  font-family: 'Poppins', sans-serif;
  display: block;
  margin:25px 10px 15px 0;
  padding-bottom:10px;
  border-bottom: 1px solid #e3e3e3;
  font-size:18px !important;
  line-height:20px !important;
  font-weight:500 !important;
  text-transform: uppercase;
  color:#777 !important;
}
.dashboard {
  position: fixed;
  top: 112px;
  right: 0;
  padding: 4px 25px 4px 15px;
  z-index: 100000000;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  line-height:16px;
  font-weight: 500;
  color: #fff !important;
  font-size: 14px;
  border-bottom-left-radius: 10px;
  background:#80ad31;  
  border-bottom: 2px solid #80ad31;
  opacity: 1;
  box-shadow: 0 4px 8px 0 rgba(40, 40, 40, 0.15), 0 6px 12px 0 rgba(40, 40, 40, 0.25);
}
a.dashboard:link {
 color:#fff;
  border-bottom: 2px solid #80ad31;
}
a.dashboard:hover, a.dashboard:active, a.dashboard:focus {
 color:#fff;
 background:#80ad31;  
 filter: brightness(120%);
 border-bottom: 2px solid #80ad31;
}

.lift-small {
  margin-top:-1px
}
.lift-medium{
  margin-top:-2px
}
.fa-stack-2x {
  font-size: 1.9em;
}


.contact-bar{
  padding: 4px 0px 0px 0px;
  min-height:40px;
  font-size:14px;
}
.contact-bar h2 {
  display: inline;  
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color:#fff !important;
  letter-spacing: 0px !important;
  padding: 0px !important; 
  margin: 0px !important; 
  line-height: 14px !important; 
}
.contact-bar h3 {
  display: inline;  
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color:#fff !important;
  letter-spacing: 0px !important;
  padding: 0px !important; 
  margin: 0px !important; 
  line-height: 14px !important; 
}
.primecontact{
  padding: 4px 0px 0px 0px;
  box-sizing: border-box;
  border-style: solid;
  display: inline-table;
  vertical-align: top;
}
.contact-bar i.fa{  
  color:#fff;
}
.contact-bar p{
  display: inline; 
  margin: 10px 0px;
  font-size:14px;
  text-align:left;
  color:#fff !important;
  float:left;
  padding:10px 0 0 0;
}
a.contact-bar, a.contact-bar:link, a.contact-bar:focus {
  color:#fff !important;
  border-bottom: 0px solid !important;
  text-decoration: none !important;
}  
a.contact-bar:hover, a.contact-bar:active {
  color:#fff !important;
  border-bottom: 0px solid !important;
  text-decoration: none !important;
}


.delete-image{
  color:#fff !important;
  text-decoration: none !important;
  position: absolute;
  top: 0px;
  left: 14px;
  z-index: 1000;
  padding:0px 8px 0px 8px;
  background-color:#89b837;
  border-right: 4px solid #fff !important;
  border-bottom: 4px solid #fff !important;
  font-weight:bold;
  font-size:14px;
}  
a.delete-image, a.delete-image:link, a.delete-image:focus {
   color:#fff !important;
  text-decoration: none !important;
  border-right: 4px solid #fff !important;
  border-bottom: 4px solid #fff !important;
}  
a.delete-image:hover, a.delete-image:active {
  color:#fff !important;
   background-color:#99cc33
  text-decoration: none !important;
  border-right: 4px solid #fff !important;
  border-bottom: 4px solid #fff !important;
}
.change-image{
 color:#fff !important;
  text-decoration: none !important;
 position: absolute;
  top: 0px;
  left: 14px;
  z-index: 1000;
  padding:2px 8px 0px 8px;
  background-color:#89b837;
  border-right: 4px solid #fff !important;
  border-bottom: 4px solid #fff !important;
  font-weight:bold;
  font-size:14px;
}  
a.change-image, a.change-image:link, a.change-image:focus {
   color:#fff !important;
  text-decoration: none !important;
  border-right: 4px solid #fff !important;
  border-bottom: 4px solid #fff !important;
}  
a.change-image:hover, a.change-image:active {
  color:#fff !important;
   background-color:#99cc33
  text-decoration: none !important;
  border-right: 4px solid #fff !important;
  border-bottom: 4px solid #fff !important;
}
.type-listing{
  color:#fff !important;
  text-decoration: none !important;
  position: absolute;
  top: 20px;
  left: 24px;
  z-index: 100000;
  padding:2px 10px 2px 10px;
  background-color:#ff6600;
  border-right: 0px solid #fff !important;
  border-bottom: 0px solid #fff !important;
  font-weight:600;
  font-size:14px;
  border-radius: 8px;
  text-transform: uppercase;
}  
a.type-listing, a.type-listing:link, a.type-listing:focus {
   color:#fff !important;
  text-decoration: none !important;
  border-right: 4px solid #fff !important;
  border-bottom: 4px solid #fff !important;
}  
a.type-listing:hover, a.type-listing:active {
  color:#fff !important;
   background-color:#99cc33
  text-decoration: none !important;
  border-right: 4px solid #fff !important;
  border-bottom: 4px solid #fff !important;
}

.cmsbotdefault {
  font-family: 'Poppins', sans-serif !important;
}
.cmsbotdash {
  color:#777777 !important;
}
.cmsbotdash:hover  {
  color:#89b837 !important;
}
.cmsbotdash:active  {
  color:#89b837 !important;
}
.cmsbotprimary {
  color:#89b837 !important;
}
.cmsbotprimary a, .cmsbotprimary a:link, .cmsbotprimary a:focus {
  color:#89b837 !important;
  text-decoration: none !important;
  border-bottom: 0px solid #89b837 !important;
}
.cmsbotprimary a:hover {
  color:#89b837 !important;
  text-decoration: none !important;
  border-bottom: 0px solid #89b837 !important;
}

.tutorialprimary {
  font-family: 'Poppins', sans-serif;
  border: 0px solid rgba(0,0,0,0.15) !important;
  padding: 4px 0px !important;
  line-height: 1 !important;
  display: inline-block !important;
  margin: 5px 10px 0 0;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: #333 !important;
  top: 0 !important;
  position: relative !important;
  border-radius: 30px !important;
  letter-spacing: 1px !important;
  background: none !important;  
  border-bottom: 0px solid rgba(0,0,0,0.15) !important;
  text-shadow: none !important;
  text-decoration: none !important; 
}
.tutorialprimary a,.tutorialprimary a:focus,.tutorialprimary a:hover,.tutorialprimary a:visited,.tutorialprimary a:active{
  border: 0px solid rgba(0,0,0,0.15) !important;
  padding: 4px 0px !important;
  line-height: 1 !important;
  display: inline-block !important;
  margin: 5px 10px 0 0;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: #333 !important;
  top: 0 !important;
  position: relative !important;
  border-radius: 30px !important;
  letter-spacing: 1px !important;
  background: none !important;  
  border-bottom: 0px solid rgba(0,0,0,0.15) !important;
  text-decoration: none !important; 
}

.tutorialprimary i.fa {  
  font-size: 12px !important;
  text-shadow: none !important;
}
.tutorialprimary::before{
	content:"▶";
	font-size:12px;
	padding:0px 4px 0px 0px;
}

.cmsbotdashprimary {
  color:#89b837 !important;
}
.cmsbotdashprimary a, .cmsbotdashprimary a:link, .cmsbotdashprimary a:focus {
  color:#333 !important;
  text-decoration: none !important;
  border-bottom: 0px solid #89b837 !important;
}
.cmsbotdashprimary a:hover {
  color:#89b837 !important;
  text-decoration: none !important;
  border-bottom: 0spx solid #89b837 !important;
}
.votenow{
  color: #fff !important;
  text-decoration:none !important;
  padding:11px 15px;
  margin:-2px auto 0 auto;
  border-radius: 20px;
  line-height:6px;
  max-width:160px;
  text-align: center;
  font-weight:700;
  font-size:14px;
}
.votenow:hover{
  color: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
}
.getstarted {
  color:#89b837 !important;
  text-decoration: underline;
}

p {
  font-family: 'Poppins', sans-serif; 
  font-weight: 400;
  font-size:18px;  
  line-height: 1.6;
  margin:10px 0px 20px 0px;
  color: #26282b;
}
h2 {
	font-size: 34px;
	line-height: 38px;
	margin: 10px 0 20px 0;
	display: block;
	font-weight:600;
    font-family: 'Poppins', sans-serif; 
	letter-spacing: -1px;
	color:#111111 !important;
}
.fielddesc {
	font-size: 14px;
	line-height: 16px;
	font-weight:400;
    font-family: 'Poppins', sans-serif; 
	color:#888 !important;
	margin: 0px 0px 30px 0px;
	text-align:center;
}
.accountdesc {
	font-size: 16px;
	line-height: 18px;
	font-weight:400;
    font-family: 'Poppins', sans-serif; 
	color:#666666;
	margin: 5px 0px 0px 0px;
	text-align:left;
}
.accountdesc a, .accountdesc a:visited, .accountdesc a:hover{
	color: #89b837 !important;	
	font-weight:600;
	border-bottom: 0px solid #fff;
	text-decoration: none !important;
}

.smaller-bottom-margin {
	margin-bottom: 5px !important;
	text-align:center !important;
}
.smaller-margins {
	margin: 10px 0 5px 0;
}
ul.dashnav {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
  overflow: hidden;
  text-align:center;
}

ul.dashnav li{
  float: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 16px;  
  border-radius: 0px;
}

ul.dashnav li a {
  display: block;
  padding: 4px 8px;
  font-size: 16px;
  color: #333;
  border-bottom: 0px;
  opacity: 1;
  border-right: 1px solid #e5e5e5;
  border-radius: 0px;
}
ul.dashnav li a.active{
  display: block;
  padding: 4px 8px;
  color:#73a12a;
  border-bottom: 0px;
  opacity: 1;
  border-right: 1px solid #e5e5e5;
  font-weight: 600;
  border-radius: 0px;
}
ul.dashnav li a:hover {
  display: block;
  padding: 4px 8px;
  color:#73a12a;
  border-right: 1px solid #e5e5e5;
  background-color:#ffffff;
  border-radius: 10px;
}

.dashnavres {  
  margin: 70px 0 15px 0 !important;
}
.lightback  {
  background-color:#f8f8f8;
}
.btn-primary-small {
  background-color: #89b837 !important;
  color: #fff !important;
  width: 140px !important;
  border: 0px solid #ddd;
  font-size: 12px;
  padding: 2px 10px; 
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  margin: 0 0 10px 0;
}
a.btn-primary-small, a.btn-primary-small:link, a.btn-primary-small:focus {
  background-color: #89b837 !important;
  color: #fff !important;
  border-bottom: none !important;
}
a.btn-primary-small:hover, a.btn-primary-small:active {
  background-color: #99cc33 !important;
  color: #fff !important;
  border-bottom: none !important;
}
.dash-padding
{
  padding-right: 15px;
  padding-left: 15px;
}
.website-padding
{
  padding-right:10px;
  padding-left: 0px;
}
.video-padding
{
  padding-right: 0px;
  padding-left: 0px;
}
.recommendation {
  border: 1px solid #eeeeee;    
  width: 100%;
  margin: 0px 0px 25px 0px;
  background-color: #f9f8ef !important; 
  color:#333;
  text-align:center;  
  font-size: 16px;
  line-height: 20px;
  padding:10px;
  border-radius: 6px;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;    
}
.recommendation:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.recommendation a{
  color:#89b837;
  text-decoration:underline;
  font-weight:600;
}
.recommendation span{
  background-color: #89b837 !important; 
  color:#fff;
  text-align:center;
  line-height:20px;
  padding:0px 8px;
  font-weight:600;
  border-radius:25px;
}
.postnew {
  border: 2px solid #dddddd;   
  display: inline-block;
  background-color: #fff !important; 
  color:#333;
  width:260px;
  text-align:center;  
  font-size: 16px;
  line-height: 20px;
  padding:10px;
  border-radius: 20px;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;  
  margin:10px 10px 20px 10px;
}
.postnew:hover {
  border: 2px solid #dddddd; 
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.postnew a{
  color:#89b837;
  text-decoration:underline;
  font-weight:600;
}
.postnew span{
  background-color: #89b837 !important; 
  color:#fff;
  text-align:center;
  line-height:20px;
  padding:0px 8px;
  font-weight:600;
  border-radius:25px;
}

.addnew {
  border: 2px solid #dddddd;    
  margin: 0px auto 25px auto;
  background-color: #fff !important; 
  color:#333;
  width:260px;
  text-align:center;  
  font-size: 16px;
  line-height: 20px;
  padding:10px;
  border-radius: 20px;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;    
}
.addnew:hover {
  border: 2px solid #dddddd; 
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.addnew a{
  color:#89b837;
  text-decoration:underline;
  font-weight:600;
}
.addnew span{
  background-color: #89b837 !important; 
  color:#fff;
  text-align:center;
  line-height:20px;
  padding:0px 8px;
  font-weight:600;
  border-radius:25px;
}
.fa-plus {
  color: #89b837 !important;
}

.fa-file-text-o {
  color: #89b837 !important;
}


.informationstrip {
  border: 1px solid #eeeeee;    
  width: 100%;
  margin: 0px 0px 25px 0px;
  background-color: #f9f8ef !important; 
  color:#333;
  text-align:center;  
  font-size: 14px;
  line-height: 22px;
  padding:10px;
  border-radius: 6px;
}
.informationstrip:hover {
}
.informationstrip a{
  color:#89b837;
  text-decoration:underline;
  font-weight:600;
}
.informationstrip span{
  background-color: #89b837 !important; 
  color:#fff;
  text-align:center;
  line-height:20px;
  padding:0px 8px;
  font-weight:600;
  border-radius:25px;
}

.outer {
  background-color: #fff;  
  border-radius:12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  padding:20px 20px;
  margin-top:20px;
}
.no-bot-pad {
  padding:20px 20px 0px 20px !important;
}

.mail-pad {
  padding:0px 6px !important;
  margin: 10px 0px !important;
}

section {
  padding: 30px 0 30px 0;
}
section.headers {
  padding: 20px 0 10px 0;
}
section.moreopen {
  padding: 60px 0 40px 0;
}
section.lightgrey {
  background: #f8f8f8;
}
.navspace {
  margin: 110px 0 10px 0;
}
.pagespace {
  margin: 110px 0 10px 0;
}
.resumespace {
  margin: 70px 0 10px 0;
}
.centered {
    text-align: center !important;
}
.rightalign {
    text-align: right;
}
.menu-item-wrapper h4 {
  margin-top: 5px;
  margin-bottom: 0px;
}
.dates {
  font-style: italic;
  padding:0px;
  margin:0 0 20px 0;
  font-size:14px !important;
  line-height:18px !important;
}	
#all_slides{
  position: relative;
  height: 640px;
  padding: 0px;
  margin:110px 0 0 0;
  list-style-type: none;
}
.slide{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.active{
  opacity: 1;
  z-index: 2;
}
  
.slide{
  font-size: 40px;
  padding: 0px;
  box-sizing: border-box;
  background: #26282b;
  color: #fff;
  background-size: cover;
}

.designbutton {
  font-size: 16px;
  padding: 0px;
  box-sizing: border-box;
  background: #fff;
  color: #26282b;
  text-align: center;  
  border: 0px solid #fff !important;
  min-height:20px;
  margin-bottom:20px;
}

.designbutton:hover {
  color: #89b837;
}
.fontselect {
  color: #73a12a !important;
}
.min-height-area {
  min-height:350px !important;
}
.full-height-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height:300px !important;
  max-height:800px !important;
  box-shadow: 0px 7px 12px 7px rgba(0, 0, 0, 0.14);
}

.sidebar .full-height-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height:400px !important;
  box-shadow: none;
}


#vid{
    width: 100%    !important;
    height: auto   !important;
}
.ancor {
  position: absolute;
  top: -135px;
}
#main {
  width: 300px;
}
.navcont {position: fixed;
  z-index: 100;
    width: 100%    !important;
  }
.section-cover {   
    height:550px;
    width:100%;
    color: white;
    clear: both;
    display: table;
    overflow: hidden;
    padding: 0px;
	}
.section-video { 
    width:100%;
    color: white;
    padding: 0;
    clear: both;
    display: table;
    position: relative;
	}
.slide-header{
    position: absolute;
    bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    line-height: 52px;
    font-weight:700;
    letter-spacing: -1.5px;
    color: white;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: none;
    z-index: 1000;
    padding:400px 260px 50px 260px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .7) 90%, rgba(0, 0, 0, .7) 90%);
	text-shadow: 0px 2px 8px rgba(0,0,0,0.8)
	}
.slide-header-short{
    position: absolute;
    bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    line-height: 52px;
    font-weight:700;
    letter-spacing: -1.5px;
    color: white;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: none;
    z-index: 1000;
    padding:300px 260px 100px 260px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .7) 90%, rgba(0, 0, 0, .7) 90%);
	text-shadow: 0px 2px 8px rgba(0,0,0,0.8)
	}
@media (max-width: 1068px) {
  .slide-header {
    padding: 300px 200px 50px 200px;
    font-size: 44px;
    line-height: 48px;
  }
  .slide-header-short {
    padding: 200px 200px 100px 200px;
    font-size: 44px;
    line-height: 48px;
  }
}
.slide-blurb{ 
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -.5px;
	font-weight: 400;
    color: white;
    margin:0px;
    text-align: center;
    text-transform: none;
    font-family: 'Poppins', sans-serif !important;  
    padding:0px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .7);
	}
.borderleft{ 	
    padding-left: 14px;
    border-left: 1px solid #eee;
	}
.blurb{ 	
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
    color: white;
    text-align: center;
    text-transform: none;
    font-family: 'Poppins', sans-serif; 
    margin:10px 0 0 0;   
	}
.blurbbutton	{ 	
    font-family: 'Poppins', sans-serif; 
    border: 2px solid rgba(255,255,255,0.5);
    color: #fff;
    background: none;
    padding: 10px 20px 11px !important;
    line-height: 1;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 12px !important;
  font-weight: 500 !important;
    text-transform: uppercase;
    top: 0;
    position: relative;
    border-radius: 30px;
    letter-spacing: 1px;
    text-shadow: 0px 0 35px rgba(0, 0, 0, 0.95);
    letter-spacing: 1px;
    text-decoration:none;
  }
.blurbbutton:hover{ 	
    text-decoration:none;
    border: 2px solid rgba(255,255,255,1);
    color: #fff;
  }
.section-cover {   
    height:740px;
	}
.blurb{ 	
	font-size: 14px;
	line-height: 16px;	
	}
#vid{
    width: auto    !important;
    height:100%    !important;
    margin-left:-50%;
	}
}




@media screen and (max-width: 940px) {
#vid{
    width: auto    !important;
    height:100%    !important;
	}
}

#main {
  width: 300px;
}
@media (min-width: 768px) {

}
@media (min-width: 1200px) {
 ul.topnav {width: calc(100% - 100px);}

}
@media (min-width: 992px) {
 
}
@media (max-width: 768px) {
.slide-header{ 
	padding:240px 80px 50px 80px;
	font-size: 44px;
	line-height: 42px;
}
.slide-header-short{ 
	padding:200px 80px 50px 80px;
	font-size: 44px;
	line-height: 42px;
}
.agent {
  font-size: 46px;
  line-height: 46px;
}
.agentoffice {
  font-size: 22px;
  line-height: 22px;
}	

}


/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 0px 10px;
  min-height: 200px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1360px) {
.photothumb {
  max-width:32%;
}
}
@media screen and (max-width: 1100px) {
.photothumb {
  max-width:31%;
}
}
@media screen and (max-width: 768px) {
.photothumb {
  max-width:46%;
}
}
@media screen and (max-width: 768px) {
.hpvideoframe iframe {
  width: 100%;
  height: 260px;
}

.nav-tabs > li > a {
	border-radius: 0;
	color: #888;
	background: #fff;
	border: 0;
	min-width: 30px;
	width: auto;
	height: 32px;
	padding: 8px 0 0 0;
	margin: 0 5px;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 600;
	border-bottom: 1px solid #e3e3e3;
	font-family: 'Poppins', sans-serif;
	letter-spacing: -.1px;
}
.slide-header{ 
    padding:320px 35px 70px 35px;
    font-size: 36px;
    line-height: 40px;
	}
.slide-header-short{ 
    padding:250px 35px 130px 35px;
    font-size: 38px;
    line-height: 44px;
	}
.menutab a{ 
    font-size: 18px !important;
    line-height: 18px !important;
	}
#all_slides{
  height: 700px !important;
}
.section-cover {   
    height:560px !important;
	}
 h2 {
	font-size: 34px;
	line-height: 34px!important;
	margin: 0 0 15px 0;
	display: block;
	font-weight:500;
    font-family: 'Poppins', sans-serif; 
	letter-spacing: -.8px;
	color:#26282b !important;
}
  .column {
    width: 100%;
  }
  .modal-dialog {
    margin:60px auto !important;
    width: 380px;
  }
}
section {
  margin: 0 auto;
}
.padding-img {
  padding-right: 0px;
  padding-left: 0px;  
  margin: 15px 0 !important;
}
.padding-none {
  padding: 0px;
}
.navcontainer {
  background: #fff;
  margin:0;
  width:100%;
  position: fixed;
  z-index: 100;
  padding:0;
  box-shadow: 0 0 9px 4px rgba(50,50,50,0.3);
  transition: none;
}
ul.topnav {
  list-style-type: none;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  min-height:71px;
}

ul.topnav li {float: left;
display: flex;
    align-items: center;
  margin-bottom: 0px;}

ul.topnav li a {
  display: inline-block;
  color: #26282b;
  text-align: center;
  padding: 23px 10px; 
  text-decoration: none;
  transition: 0.1s;
  font-size: 16px;  
  font-family: 'Poppins', sans-serif; 
  font-weight:500;
  letter-spacing: -.5px;
}

.dashlinktab a{
  color: #89b837 !important;
}
.dashlinktab a:hover{
  color: #fff !important;  
  background-color: #89b837 !important;
}
.nobackli{
  background-color: #fff !important;
}
.nobackli:hover{
  background-color: #fff !important;
}
.getstarted{
  color: #fff !important;
  text-decoration:none !important;
  background-color: #ff8d00;
  padding:10px 15px;
  margin-top:-6px;
  border-radius: 20px;
  line-height:4px;
  max-width:160px;
  text-align: center;
}
.getstarted:hover{
  color: #fff;
  background-color: #f26c23;
  margin-top:-6px;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
}

.vote{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #fff !important;
  border: 0px solid #ddd;
  font-size: 18px;
  line-height: 22px;
  padding:7px 10px;  
  border-radius: 20px;
  text-decoration: none;
  margin: 0 auto 10px auto;
  margin:-5px 15px 20px 10px;
  max-width:160px;
  text-align: center;
  filter: saturate(1.3);
  float:left;
}
.vote:hover{
  color: #fff;
  filter: brightness(140%);
  box-shadow: 0px 7px 12px 7px rgba(0, 0, 0, 0.2);
}
.list-address{
  display: block;
  width: 100%;
  clear:all;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-top:2px;
  color:#777777;
  letter-spacing: -.2px;
} 
.vote-address{
  display: block;
  width: 100%;
  clear:all;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-top:-1px;
  color:#828b94;
  letter-spacing: -.2px;
} 
.address{
  line-height: 16px;
} 
.sponsortype{
  display: block;
  width: 100%;
  clear:all;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height:14px;
  margin-top:4px;
  margin-bottom:15px;
  color:#000;
}
.getstartedart{
  color: #fff !important;
  text-decoration:none !important;
  background-color: #ff8d00;
  padding:14px 15px;
  margin-top:-6px;
  border-radius: 20px;
  line-height:6px;
  max-width:160px;
  text-align: center;
  display: inline-block;
  transition: box-shadow 0.3s ease-in-out;
}
.getstartedart:hover{
  color: #fff;
  background-color: #f26c23;
  margin-top:-6px;
  border-radius: 20px;  
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.partnerwith{
  color: #fff !important;
  text-decoration:none !important;
  background-color: #759F2D;
  padding:14px 15px;
  margin-top:-6px;
  margin-right:10px;
  border-radius: 20px;
  line-height:6px;
  max-width:210px;
  text-align: center;
  display: inline-block;
  transition: box-shadow 0.3s ease-in-out;
}
.partnerwith:hover{
  color: #fff;
  background-color: #7eaa36;
  margin-top:-6px;
  border-radius: 20px;  
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
ul.topnav li.logo {
  width: 300px !important;
}
ul.topnav li.verticlelogo {
  width: 300px !important;
}
.image-verticle-cont {
  min-width: 300px !important;
  width: 360px;
  height: 65px;
  padding: 0;
  margin-top: 4px;
  display: flex;
  align-items: center;
}
.image-not-verticle-cont {
  min-width: 220px !important;
  width: 2500px;
  height: 68px;
  padding: 0;
  margin-top: 4px;
  display: flex;
  align-items: center;
}
.logo-verticle-cont {
  min-width: 300px !important;
  width: 360px;
  height: 68px;
  padding: 0;
  margin-top:0px;
  display: flex;
  align-items: center;
}

.logo-verticle-cont a {
  /* This works for single-line text */
  padding-left: 10px;
  line-height: 74px;
}

.logo-verticle-cont a span {
  /* This works for two-line text, overriding the line-height */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  width: 100%;
}
.logo-img {
  margin-left:0px;
  border:0 !important;

}
.logo-fixed-position{
  margin-top:0px !important;
}
.logo-img a{
  border:0 !important;
}
.logo-img a:hover{
  border:0 !important;
}
.logo-img-shadow {
  position: fixed;
  margin-left:6px;
  top: 44px;  
  z-index: 100000;
}
ul.topnav li.icon {display: none;}


ul.topnav li.logo {
	width:360px;
	margin-left: 0;
	
	}

ul.topnav li.logo a {
	font-weight:600;
	font-family: 'Poppins', sans-serif;
	text-align:left;
	font-size:30px;
	line-height:30px;
	letter-spacing: -1px;
	text-transform: none;
	padding: 0px !important; 
	}
	
ul.topnav li.logo a:hover {
	color:#26282b;
	background-color:#fff;
	}
ul.topnav li.verticlelogo {
	width:360px;
	margin-left: 0;
	
	}

ul.topnav li.verticlelogo a {
	font-weight:600;
	font-family: 'Poppins', sans-serif;
	text-align:left;
	font-size:30px;
	line-height:30px;
	letter-spacing: -1px;
	text-transform: none;
	padding: 0px !important; 
	}
	
ul.topnav li.verticlelogo a:hover {
	color:#26282b;
	background-color:#fff;
	}	
	
	
	
ul.topnav li.icon a {
	color:#26282b;
	background-color:#fff;
	font-size:45px !important;
	line-height:45px !important;
	padding: 8px 10px  !important;;
	}
ul.topnav li.icon a:hover {
	color:#26282b;
	background-color:#fff;
	font-size:45px !important;
	line-height:45px !important;
	padding: 8px 10px  !important;;
	}
.dash-information {
  font-family: 'Poppins', sans-serif;
  font-size:16px;
  line-height:22px;
  padding: 0px;
  display: block;
  color: #666666;
  text-align: left;
  margin: 0px 0px 5px 0px;
}
.dash-information a{
  font-weight:400;
  color: #bf601f;
  border-bottom: 0px solid #fff;
  text-decoration:none !important;  
}
.dash-information a:hover{
  font-weight:400;
  color: #bf601f;
  border-bottom: 1px solid #bf601f;
  text-decoration:none !important;  
}

@media (min-width: 992px) {
  ul.topnav li.logo {
	margin-left: 0;
	}
}
 ul.topnav li.verticlelogo {
	margin-left: 0;
	}
}


@media screen and (max-width:1268px) {
.hpvideoframe iframe {
  width: 100%;
  height: 260px;
}

}
@media screen and (max-width:868px) {
.logo-fixed-position{
  margin-top:10px !important;
}
  ul.topnav li a {
  font-size: 26px;
  line-height: 30px;
  margin-bottom:0px;
  }
.navspace {
  margin: 100px 0 10px 0;
}
.navspaceres {
  margin: 60px 0 10px 0;
}
ul.dashnav {
  margin: 10px 0 10px 5px;
}
ul.dashnav li a {
  padding: 0 10;
  border-right:none;
}
ul.dashnav li a.active{
  padding: 0 10;
  border-right:none;
}
ul.dashnav li a:hover {
  padding: 0 10;
  border-right:none;
}
.squarelogo {
    width: 170px;
    margin-bottom: -5em;
    border-radius: 0 0 .2em .2em;
    box-shadow: 3px 3px 13px 0 rgba(0,0,0,.3);
    position: fixed;
    z-index: 100000;
    top: 40px !important;
    padding: 5px;
    background: #fff;
}


.mobiledontshow  {display: none !important;}
.mobilehide  {display: none !important;}
.mobileshow  {display: inline-block !important;}
.min-height-area {
  min-height: 250px !important;
} 
.texture h1 {
  color: #fff !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
}
.recommend-box {
    min-height:120px !important;
}
.dashboardlist th{
  font-size:16px;
}
.dashhead {
  text-align:center;    
  padding: 0px 0px 0px 0px !important;
  margin: 10px 0px 0px 0px !important;
}
.dashdesc {
  text-align:center; 
  margin: 5px 0px 0px 0px !important;
}
.salutation::after {
  display: none;
}
.salutation{
  position: relative;
  text-align:center;
  padding-right: 0px;
  line-height: 20px;
}  
.feature-box {
    margin: 0px 0px 20px 0px !important;
    min-height:80px;
}
.forms-box {
    margin: 0px 0px 20px 0px !important;
    min-height:80px;
}
.forms-box-small {
    margin: 0px 0px 20px 0px !important;
    min-height:80px;
}
.recommendation {
    margin: 0px 0px 20px 0px !important;
}
.accountdesc {
	margin-top: 2px !important;
}
.accountdescspace {
	margin: 5px 0px 15px 0px;
}
.votenow{
  color: #fff !important;
  text-decoration:none !important;
  padding:15px 15px;
  margin:-6px auto 0 auto;
  border-radius: 20px;
  line-height:6px;
  max-width:200px;
  text-align: center;
  font-weight:700;
  font-size:22px;
}

.getstarted{
  padding:14px 15px;
  max-width:200px;
  margin: 0 auto;
}
.getstarted:hover{
  padding:14px 15px;
  max-width:200px;
  margin: 0 auto;
}


/*  slide Bot */
.main-slide{
	width:240px; !important;
	margin:0 auto
}
.screens{
	position:absolute;
	z-index:1000; 
	width:300px !important;
	min-width:300px;
	margin-top:32px;
	margin-left:-69px;
}

.clientsite {
  position: absolute;
  z-index: 120;
  margin-top: 30px;
  margin-left: -65px;
}

.clientsite > iframe {
  width: calc(1440px * 0.51);
  height: calc(1400px * 0.33);
  display: inline-block;
  overflow: hidden;
  -ms-zoom: 0.40;
  -moz-transform: scale(0.40);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.40);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.40);
  -webkit-transform-origin: 0 0;
  position: absolute;
  z-index: 200;
}



.slide-lightbar{
	width:75px !important;
	position:absolute;
	z-index:10;
	margin-top:110px;
	margin-left:230px;
}
.slide-bot{
	width:190px; !important;
	position:absolute;
	z-index:1;
	margin-top:-10px;
	margin-left:175px;
}
.slide-laptop{
	width:460px !important;
	min-width:460px;
	position:absolute;
	z-index:100;
	margin-top:-20px;
	margin-left:-155px;
}
.slideheader{
	padding-top:180px;
	color:#fff;
}
.slideheader h1{
	color:#fff;  
	font-family: 'Poppins', sans-serif;
	font-size: 44px;
	line-height: 44px;
	font-weight: 700;
	letter-spacing: -1px;
	max-width:500px;  
	margin-top: -20px;
}
.slideheader p{
	color:#fff;  
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: -.5px;
	max-width:500px;
}
.slide-cover {
  height: 760px;
  background: none;
}
.slide-button {
  -moz-user-select: none;
  background-color: #89c843;
  border: medium none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 23px 50px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border: 2px solid #89c843;
}
.slide-button:hover{
  -moz-user-select: none;
  background-color: #fff;
  color: #333;
}

.video-headline { 
 font-size: 36px !important;
  line-height: 36px !important;
  margin: 20px 0;
}
.video-content { 
 margin: 10px 0px 0px 0px;
}
.blog-headline { 
  font-size: 36px !important;
  line-height: 36px !important;
}
.agent {  
  margin: 10px 0px 8px 0px;
}
.pad-it {
  padding-top: 0px;
  padding-bottom: 0px;
}

.clearlinemobile{  
    display: block !important;
    width: 100% !important;
    clear: both !important;
} 
.texture p {
  margin-bottom: 0px;
}
.readbutton {
  margin-bottom: 0px !important;
}
span.menu {
  width: 100%;
  padding: 10px 0;
}
.itemimage {
  width: 100% !important;
}
span.dashboxinfo {
  width: 100%;
}
span.dashboxinfo p{
  text-align:center;
  font-size: 14px;
  line-height: 22px;
}
.hpvideoframe iframe {
  width: 100%;
  height: 260px;
}

.hidelabel{
  font-size: 12px !important;
  padding-left:10px;
}  
.videoframe iframe {
  height: 280px;
}
.office {
  position: absolute;
  z-index:1000000;
  max-width:680px;
  height:auto;
  margin-top:65px;
  right:40px;
}
.borderleft{ 	
    padding-left: 15px;
    border-left: 0px solid #eee;
    border-top: 1px solid #e3e3e3;
	}
.primarydetailfont { 
  font-size: 30px;
  line-height: 34px;
}

.sidebar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
  border-left: 0px solid #eee;
  padding-left: 0px;
}


.textright {
  text-align:left; 
  float:left;
}
  .business-image  {display: none !important;}
  ul.topnav li.icon {display: none;}
ul.topnav li.logo {
	width:300px;
	margin-left: 0px !important;
	}
ul.topnav li.verticlelogo {
	width:300px;
	margin-left: 0px !important;
	}
		
	
	  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
  ul.topnav li a {
  padding: 20px 0px;
}
ul.topnav li.logo {
	margin-left:0px !important;
	width:330px !important;
	}
	
	ul.topnav li.verticlelogo {
	margin-left:0px !important;
	width:330px !important;
	}
		
  ul.topnav.responsive {
    position: relative;
  }
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: center;
    padding: 16px 20px 0px 16px;
  }
  ul.topnav.responsive li.logo {
	margin-left:0px !important;
	max-width:300px;
	}
	ul.topnav.responsive li.verticlelogo {
	margin-left:0px !important;
	max-width:300px;
	}
	
  ul.topnav.responsive li:nth-child(2) a {  
    margin-top:4px;
    padding-top: 60px;
    border-top: 1px solid #e5e5e5;
  }
  ul.topnav.responsive li:nth-last-child(2) a {  
    padding-bottom: 60px;
  }
  .col-sm-6 {
    width: 100%;
  }

}



.menu-item-wrapper h4 i {
  margin-left: 0px;
  font-size: 85%;
}
.menu-item-wrapper ol, ul {
 list-style: square;
}
h3 { 
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 28px;
  letter-spacing: -0.75px;
}
h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  line-height: 24px !important;
  letter-spacing: -0.5px;
}
.menu-item-wrapper .bg i {
  opacity: 1;
  padding-left: 3px;
  font-size: 85%;
  position: relative;
}
.menu-item-wrapper .bg {
  background: none;
  border-radius: 2px;
  padding: 0px 6px 3px 3px;
  margin-left: 3px;
  position: absolute;
  right: 0;
  top: 0px;
}
.chart-results{
  height: 10px;
  min-width: 10px !important;
  border-radius: 10px !important;
  animation: chart 2s;
  margin-bottom:20px 
}
.chart-noresults{
  height:10px;
  min-width: 10px !important;
  border-radius: 10px !important;
  animation: chart 2s;
  margin-bottom:15px 
}
@keyframes chart {
  0% {width: 0;}
}
.tight-lineheight {
  line-height: 1.1;
} 
.tighter-lineheight {
  line-height: 1.3;
}  
.padding-bottom {
  padding: 0px 0px 20px 0px;
}
.outer-small-padding {
  padding: 0px 20px 40px 20px !important;
}
.no-bottom-border  {
 border-bottom: none !important;
}
.small-top-bottom-margin {
  margin: 15px 0px 15px 0px;
}
.small-top-margin {
  margin-top: 0px;
}
.medium-top-margin {
  margin-top: 20px !important;
}
.large-top-margin {
  margin-top: 40px !important;
}
.extra-large-top-margin {
  margin-top: 60px !important;
}
.extra-bottom-margin {
  margin-bottom: 30px !important;
}
.no-top-margin {
  margin-top: 0px !important;
}
.no-bottom-margin {
  margin-bottom: 0px !important;
}
.small-right-margin {
 margin-left:5px !important;
 margin-right:5px !important;
}
.small-bottom-margin {
  margin-bottom: 20px !important;
}
.no-bottom-padding {
  margin: 10px 0px 0px 0px;
}
.no-top-padding {
  margin: 0px 0px 10px 0px;
}
.verysmall-bottom-margin {
  margin: 0px 0px 5px 0px;
}
.small-padding-topbottom {
  padding: 10px 0px !important;
}
.no-padding-top {
  padding: 0px 0px 20px 0px;
}
.no-padding {
  margin: 0px 0px 0px 0px;
}
.padding-none {
  padding: 0;
}
.padding-bottom-small {
  padding: 25px 0px 10px 0px;
}
.padding-big-top-bottom {
  padding: 20px 0px 50px 0px;
}

.designtopborder {  
  border-top: 20px solid #f3f3f3;
}

.background-none {
  background: none;
}
#footer .padding-wrapper.upper-part {
  padding: 40px 0px 20px 0;
}
.extra-padding-top-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
}
.gallery-padding-bottom {
  padding-bottom: 30px;
}
.photo-padding-bottom {
  padding: 30px 0 60px 0;
}

.small-margin {
  margin: 20px 0;
}
.extra-small-margin {
  margin: 10px 0px 10px 0px !important;
}
.extra-margin-top-bottom {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  margin: 20px 0 !important;
}

.slow-spin {
  -webkit-animation: fa-spin 6s infinite linear;
  animation: fa-spin 6s infinite linear;
  color: #fff !important;
}

.dashlinks {
  padding-top: 2px;
  padding-bottom: 0px;
  margin: 0px;
  line-height:20px;
}
a.dashlinks, a.dashlinks:link, a.dashlinks:focus {
 color:#26282b;
 text-decoration: none;
 border-bottom: none !important;
 font-size:16px;
 line-height:18px;
}
a.dashlinks:hover, a.dashlinks:active {
 color:#89b837 !important;
 text-decoration: none;
 border-bottom: none !important;
}
.dashinfo {
 color:#555;
 font-size:14px;
 line-height:18px;
  padding-top: 0px;
  padding-bottom: 0px;
 margin: 5px 0px;
}
.form-control
{
  height: 40px;
  padding: 6px 8px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}



.download-resume {
  position: fixed;
  top: 82px; 
  right:0;
  padding: 4px 25px 4px 20px;
  z-index: 90;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color:#fff !important;
  font-size:14px;  
  line-height:16px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.divider.taller {
  margin: 45px auto;
}
.divider {
  /* Layout and Spacing */
  width: 100%; /* Ensure it spans the container */
  height: 1px;
  margin: 25px auto; /* Combines top/bottom margin for separation and centers the element */
  clear: both; /* Good practice if preceding elements might be floated */
  
  /* Gradient Appearance */
  border: none;
  background-color: transparent; /* Needed to ensure no solid color shows through */
  background-image: linear-gradient(
    to right, 
    transparent 0%,      /* Start completely transparent */
    #DBDBDB 50%,         /* Solid color in the middle */
    transparent 100%     /* End completely transparent */
  );
}
html .divider.divider-style-2.divider-primary .fa, html .divider.divider-style-2.divider-primary .icons {
  color: #ffffff;
  margin-left:-25px;
}
.divider .fa, .divider .icons {
  background: #fff none repeat scroll 0 0;
  border-radius: 50px;
  display: inline-block;
  font-size: 30px;
  height: 50px;
  left: 50%;
  line-height: 50px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: -25px;
  width: 50px;
  z-index: 1;
}

/* iPhone landscape and iPad portrait */
@media only screen and (max-device-width: 480px) and (orientation: landscape),
@media only screen and (max-device-width: 640px) and (orientation: portrait)  {
   ul.topnav li.logo {
  width: 330px;
  margin-left: 0 !important;
	}
	 ul.topnav li.verticlelogo {
  width: 330px;
  margin-left: 0 !important;
	}
	
}