@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css')

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.top-bar {
    background: #3daddf;
    color: #FFF;
}

@media screen and (min-width:767px) {
    .top-bar {
        height: 44px;
    }
}

.top-bar .container {
    position: relative;
}

.top-contact {
    display: inline-block;
    padding: 8px 8px 8px 0;
}

.top-announcement {
    display: inline-block;
    padding: 6px;
    font-size: 1.2rem;
    font-weight: 700;
}

.logo {
    display: inline-block;
}

@media screen and (max-width:600px) {
    .logo {
        max-width: 100px;
    }
}

.logo img {
    max-width: 100%;
}

.section-hdr {
    margin:40px 0;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    font-size: 36px;
}

.section-hdr:after {
    content:"";
    display: block;
    background: #3daddf;
    width: 50px;
    height: 5px;
    margin: 30px auto 10px auto;
}

.nav-item {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.button {
    display: inline-block;
    background: #f89937;
    color: #FFF;
    padding: 10px 15px;
    text-transform: uppercase;
}

.button:hover {
    text-decoration: none;
    color: #FFF;
    background: #e88520;
}

.orange-bar {
    background: #f89937;
    color: #FFF;
}



.link-white {
    color: #FFF;
    text-decoration: underline;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23cfcfcf' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23cfcfcf' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev {
    left: -75px;
}

.carousel-control-next {
    right: -75px;
}

.rent-button {
    position: absolute;
    right: 20px;
}

@media screen and (max-width:991px) {
.rent-button {
    display: none;
}
}



header .container {
    position: relative;
}

.aux {
    position: absolute;
    top: 5px;
    right: 20px;
}

.aux a {
    color: #000;
    font-size:.8rem;
    text-transform: uppercase;
}

.aux a:hover {
    text-decoration: none;
    color: #3daddf;
    cursor: pointer;
}

.aux ul{
    list-style: none;
    background: #FFF;
}

.aux ul li:first-child {
    margin-right: 10px;
}

@media screen and (max-width:600px) {
    .aux {
        position: relative;
        left:-40px;
    }
    .aux ul li{
        display: inline-block;
    }
}

.nav {
    justify-content: space-between;
}

.navbar {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-light .navbar-toggler {
    position: absolute;
    top: -130px;
    right: 15px;
}

@media screen and (min-width:768px) {
    .navbar-light .navbar-toggler {
        top: -50px;
    }
}

@media screen and (min-width: 414px) and (max-width: 896px) and (orientation:landscape) { 
        .navbar-light .navbar-toggler {
        top: -50px;
    }
}

.nav-link {
    color: #000;
    margin: 0 10px;
    padding: 10px 5px;
    border-bottom: solid 3px transparent;
}

.nav-link:hover {
    border-bottom: solid 3px #f89937;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    border-radius: 0;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    outline-color: #3daddf;
}

footer {
    background: #242424;
    color: #fff;
    margin-top: 80px;
    padding: 40px 0;
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'Quicksand', sans-serif; 
}

.text-xsmall {
    font-size: .7rem;
}
.text-small {
    font-size: .8rem;
}
.text-medium {
    font-size: 1rem;
}
.text-large {
    font-size: 1.5rem;
}
.text-xlarge {
    font-size: 2rem;
}

.light {
    font-weight: 300;
}

@media screen and (min-width:991px) {
    .col-border-right {
        border-right: solid 1px #FFF;
    } 
}

@media screen and (min-width:768px) {

    .ftr-border {
        border-right: solid 3px #3daddf;
    }
}

.ftr-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
}

.social-nav {
    list-style: none;
    margin: 0;
    padding:0;
}

.social-nav li {
    display: inline-block;
    padding-right:15px;
    font-size: 2rem;
}

.social-nav li a:hover {
    color:#3daddf;
}

footer a{
    color: #FFF;
}


footer a:hover {
    color:#3daddf;
}

.nested-padding {
    padding: 20px;
}

.date {
    padding: 15px;
    background: #FFF;
    color: #3daddf;
    text-align: center;
    line-height: 1;
}

.date .month {
    display: block;
    font-size: 1rem;
    text-transform: uppercase;
}

.date .day {
    font-size: 2rem;
}

.event-details a {
    margin-top: 10px;
}

.btn-secondary {
    background: #FFF;
    border-radius: 0;
    color: #3daddf;
    text-transform: uppercase;
    text-decoration: none;
    border-color: #FFF;
}

.dropdown-toggle-menu {
    color: #000;
    background-color: #FFF;
    border-color: #FFF;
    border-radius: 0;
    text-transform: none;
}

.dropdown-toggle-menu {
    color: #000;
    background-color: #FFF;
    border-color: #FFF;
    border-radius: 0;
    line-height: 1;
    position: relative;
}

.dropdown-toggle-menu:after {
    content: '\25BC';
    font-size: 12px;
    display: block;
    border-color: transparent;
    display: inline-block;
    background: #3daddf;
    color: #FFF;
    position: absolute;
    top: -1px;
    padding: 11px;
    right: -32px;
}

.card, .accordion>.card:not(:last-of-type) {
    border: none;
    border-bottom: solid 1px #f3f3f3;
}

.card-header {
    background: #FFF;
}

.card-header .btn {
    text-transform: none;
    font-family: 'Quicksand', sans-serif;
    color: #000;
}

.card-header .btn:hover, .card-header .btn:focus {
    text-decoration: none;
}

.card-header .btn.collapsed:before{
    content: "+";
    color: #3daddf;
    font-size: 1.4rem;
}

.card-header .btn:before{
    content: "+";
    color: #3daddf;
    font-size: 1.4rem;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    background: #d1d1d1;
    border-top: 1px solid transparent;
    border-bottom: none;
}

.carousel-indicators li.active {
    background: #3daddf;
}
#google_translate_element{
  display: none;
}

.border-bar {
    border: solid 1px #ccc;
    padding: 20px 0 10px 0;
    position: relative;
}

.border-bar:after {
    content: '';
    background: radial-gradient(circle, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 30%);
    width: 100%;
    height: 188px;
    position: absolute;
    top: 4px;
    z-index: -1;
}

@media screen and (min-width:992px) {
    .action-list {
        display: flex;
        justify-content: space-between;
    }
    .action-list li {
        display: inline-block;
    }
}

@media screen and (max-width:991px) {
    .action-list li {
        padding: 10px 0 20px 0;
    }
}
.action-list {
    list-style: none;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}



.action-list li a {
    color: #3daddf;
    padding: 10px 0 20px 50px;
}

.action-list li a:hover {
    color: #f89937;
}

.action-list li a.rent {
    background: url('../img/icon-donate.png') top left no-repeat;
    background-size: 40px;
}
.action-list li a.donate {
    background: url('../img/icon-donate.png') top left no-repeat;
    background-size: 40px;
}
.action-list li a.landlord {
    background: url('../img/icon-landlord.png') top left no-repeat;
    background-size: 40px;
}
.action-list li a.board {
    background: url('../img/icon-board-portal.png') top left no-repeat;
    background-size: 40px;
}
.action-list li a.bid {
    background: url('../img/icon-bid.png') top left no-repeat;
    background-size: 40px;
}

.action-list li a:hover {
    text-decoration: none;
}

@media screen and (max-width:991px) {

    .btn-subscribe {
        margin-top:10px;
        width: 100%
    }
}

.fixed-social {
    position: fixed;
    right: 0;
    bottom: 22rem;
    background:#FFF;
    box-shadow: 0px 0px 5px #ccc;
    font-size:2rem;
}

@media screen and (max-width:767px) {
    .fixed-social {
        display: none;
    }
}

.fixed-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fixed-social ul li {
    border-bottom: solid 1px #ccc;
    text-align: center;
}

.fixed-social a {
    display: block;
    color: #3daddf;
    padding: 10px 15px;
}

.fixed-social a:hover {
    background: #3daddf;
    color: #FFF;
}

.ct-language__dropdown{
	max-height: 0;
	overflow: hidden;
	position: absolute;
	top: 77%;
	left: -3px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	width: 100px;
	text-align: center;
	padding-top: 0;
    z-index:200;
}
.ct-language__dropdown li{
	background: #FFF;
	padding: 5px;
    border-bottom: solid 1px #ccc;
}
.ct-language span {
    color: #000;
    text-transform: uppercase;
    font-size: .8rem;
}
.ct-language__dropdown li a{
	display: block;
}
.ct-language__dropdown li a:hover{
	color: #FFF;
}
.ct-language__dropdown li:hover{
	background: #f89937;
    color: #FFF;
}
.ct-language{
	position: relative;
  background: #FFF;
  color: #f89937;
  padding: 10px 0;
}
.ct-language:hover .ct-language__dropdown{
	max-height: 200px;
	padding-top: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.btn-primary {
    background: #FFF;
    border: none;
    border-radius: 0;
    color: #3daddf;
}

fieldset {
    border: solid 1px #ccc;
    padding: 30px;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.75rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    border-left: solid 20px #FFF;
    margin-left: -20px;
}

select {
    word-wrap: normal;
    width: 100%;
    border: solid 1px #ccc;
    padding: 8px;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    margin-top: .5rem;
}

input {
    width: 100%;
    border: solid 1px #ccc;
    padding: 9px;
}

label {
    width: 100%;
}

.button {
    border: none;
}

.page-wrapper {
    border-top: solid 1px #ccc;
}

.box--feat {
    background: #F3F3F3;
    padding: 20px;
}

.status {
  font-size: 1.25em;
  vertical-align: middle;
  margin-left: 0.5em;
}

input[type] {
  box-shadow: none;
}


input:focus ~ .status::after,
input:active ~ .status::after {
  display: none;
}


input:invalid ~ .status::after  {
  font-family: FontAwesome;
  color: rgb(200, 0, 0);
  content: " \f057 ";
}

input:valid ~ .status::after  {
  font-family: FontAwesome;
  color: rgb(0, 200, 0);
  content: " \f058 ";
}

.book {
    float: right;
    max-width: 275px;
    position: relative;
    right: 145px;
}

.book img, .book2 img {
    max-width: 100%;
}

@media screen and (max-width:991px) {
    .book {
        display: none;
    }
}

@media screen and (min-width:992px) {
    .book2 {
        display: none;
    }
}

@media screen and (max-width:991px) {
    .book2 {
        max-width: 275px;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
}

.boa-profile img {
    max-width: 220px;
    margin-bottom: 60px;
    border: solid 1px #ccc;
    padding: 5px;
}

figcaption {
    font-size: .8rem;
    margin: 10px;
}

.page-wrapper .container .row ul {
  list-style: none; /* Remove list bullets */
  padding: 0;
  margin: 0 0 30px 0;
}

.page-wrapper .container .row li {
  padding-left: 16px;
  padding-bottom: 10px;
}

.page-wrapper .container .row li:before {
  content: "\25AA";
  padding-right: 8px;
  color: #f89937; 
  font-size: 1.1rem;
}

img {
    max-width: 100%;
}

a {
    color: #3daddf;
}

.h2, h2 {
    margin-bottom: 20px;
}

.h3, h3 {
    font-size: 1.3rem;
    color: #3daddf; 
}

tr th {
    background: #3daddf;
    color: #FFF;
    font-weight: 600;
    padding: 10px;
}

tr td {
    padding: 5px 10px;
}

tr.even {
    background: #f3f3f3;
}
.h4, h4 {
    font-size: 1.1rem;
    color: #f89937; 
}

@media screen and (min-width:767px) {
    .properties img {
        max-height: 170px;
        margin-bottom: 10px;
    }
}

.blog-post-img {
    max-height: 400px;
}

.page-wrapper .container .row ol li:before {
    display: none;
}


.textoverlay {
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    width: 40%;
    margin: 0 auto;
}

#app {
    position: absolute;
    top: 0;
    padding: 10px;
}
#app:after {
    display: block;
    content: '';
    position: absolute;
    border-left: 3px solid #fff;
    font-size: 1.5rem;
    left: 1.528em;
    top: 50%;
    width: 0.178em;
    height: 60%;
    transform: translateY(-50%) scaleY(0);
    animation: left-border-expand .8s;
    animation-fill-mode: forwards;
    transform-origin: 50% 50%;
}

.ui-slide-in {
    height: 30px;
    color: #3daddf;
    padding: 20px 20px 20px 65px;
    animation: ui-slide-in-move 1.5s;
    animation-timing-function: cubic-bezier(0.03, 0.98, 0.5, 1);
    transform-origin: left center;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}
.ui-slide-in .text-wrapper {
    text-transform: uppercase;
    padding-left: 0.1em;
    overflow: hidden;
    font-size: 1rem;
    margin-top: -11px;
}

.container-text {
  overflow: hidden;
    font-size: .7rem;
    line-height: 1;
    padding-left: 40px;
}

.scrolling {
  animation: marquee 8s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateY(100%);
  }
  100% { 
    transform: translateY(-100%);
  }
}

.example1 {
    height: 50px;
    overflow: hidden;
    position: absolute;
    left: 50px;
    top: 0;
    width: 800px;
}
.example1 h3 {
    font-size: 3em;
    color: white;
    position: absolute;
    font-weight: bold;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: example1 15s linear infinite;
    -webkit-animation: example1 15s linear infinite;
    animation: example1 15s linear infinite;
    font-size: .75rem;
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes example1 {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes example1 {
 0%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
}

.line {
   color: #FFF;
  opacity: 0;
  animation: word-line-slide-out .25s forwards;
  animation-timing-function: ease-out;
}
.line:nth-child(1n) {
  animation-delay: 0.5s;
}
.line:nth-child(2n) {
  animation-delay: 0.75s;
}
.line span {
  display: inline-block;
  height: 43.2px;
color: #fff;
}

.yellow {
  color: #fff;
}

.black {
  font-weight: 800;
}

.thin {
  font-weight: 300;
  padding-right: 4px;
}

@keyframes ui-slide-in-move {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(100%);
  }
}
@keyframes left-border-expand {
  100% {
    transform: translateY(-50%) scaleY(1);
  }
}
@keyframes word-line-slide-out {
  0% {
    transform: translateX(-10vw);
    opacity: 0;
  }
  100% {
    transform: translateX(0vw);
    opacity: 1;
  }
}

@media screen and (min-width:992px) {
.mobile-only {
    display: none !important;
}
}
/* **************************************************** */

/*  BEGIN -- STYLESHEET FOR TAB DESIGN */
.headertabs{
    width:100%;
    height:auto;
    margin:0 auto;
    text-align: center;
}

/* tab list item */
.headertabs .tabs-list{
    list-style:none;
    margin:0px;
    padding:0px;
}
.headertabs .tabs-list li{
    min-width:150px;
    float:left;
    margin:0px;
    margin-right:5px;
    padding:10px 10px;
    text-align: center;
    font-weight: bold;
    font-size: large;
    background-color: #3daddf;
    border-radius:3px;
}
.headertabs .tabs-list li:hover{
    cursor:pointer;
}
.headertabs .tabs-list li a{
    text-decoration: none;
    color:white;
    padding-right: 10px;
}

/* Tab content section */
.headertabs .headertab{
    display:none;
    width:96%;
    min-height:250px;
    height:auto;
    border-radius:3px;
    padding:20px 15px;
    background-color:#ffffff;
    color:black;
    clear:both;
}
.headertabs .headertab h3{
    border-bottom:3px solid cornflowerblue;
    letter-spacing:1px;
    font-weight:normal;
    padding:5px;
}
.headertabs .headertab p{
    line-height:20px;
    letter-spacing: 1px;
}

/* When active state */
.active{
    display:#000000 !important;
}
.headertabs .tabs-list li.active{
    background-color:#f89937;
    color:#000000 !important;
    font-weight: bold;
}
.active a{
    color:#000000 !important;
}

/* media query */
@media screen and (max-width:780px){
    .headertabs{
        margin:0;
        width:100%;
    }
    .headertabs .tabs-list li{
        width:100%;
        text-align: center;
        clear: both;
        font-size: x-large;
        border: thin solid #000000;
    }
}
/*  END -- STYLESHEET FOR TAB DESIGN */