/* Base styles, which will be overridden by everything below them */

a{
	text-decoration: none;
	color: #20207f;
}
a:hover{
	color: #b493f8;
	text-decoration: none;
	text-decoration-color: #20207f;
}

a:visited{}
a:active{}

.main {
    background-color: #e1e1e1;
}

.circle-shadow {
  display: inline-block;
  background:#fff;
  border-radius: 100%; /* optional for circular shadow */
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 25px -5px, 
              rgba(0, 0, 0, 0.02) 0px 10px 10px -5px;
}

.pattern-underline {
    background-image: url(../images/divider-line.png); background-repeat:no-repeat; background-position: center bottom; background-size:auto 19px; padding-bottom:25px;
}

 .slider-container {
    position: relative;
    width: 100%;
    height: 250px;
    box-shadow: rgba(0, 0, 0, 0.95) 0px 5px 15px;
}
.slider-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(10px);
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.slider-foreground img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit:contain;
    z-index: 2;
}


.slider-nav .thumbnail {
     background-size:cover; width:100px; height:100px;
    background-position: center;
}

.slider-nav .slick-current .thumbnail {
    border:5px solid #1877f2;
}

@media(min-width: 768px){
    
     .slider-container {
        height: 550px;
         
    }
    
    .slider-nav .thumbnail {
         background-size:cover; width:225px ; height:225px;
    }
    
}

#slider-round {
    height: 10px;
}

#slider-round.noUi-target {
  background: #d7c8f3;
  border-radius: 0px;
  border: none;
  box-shadow: none;
}

#slider-round .noUi-handle {
    height: 18px;
    width: 18px;
    top: -5px;
    right: -9px; /* half the width */
    border-radius: 3px;
    background-color:  #20207f;
    box-shadow: none;
}

#slider-round .noUi-active {
  box-shadow: none;
}
/* Handle stripes;
 */
#slider-round .noUi-handle:before,
#slider-round .noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 0px;
  width: 0px;
}

/* Hide the marker lines in the pips */
#slider-round .noUi-pips .noUi-marker {
    display: none;
}

/* Optionally, ensure that the values (numbers) remain visible */
#slider-round .noUi-value {
    display: block;
    margin-bottom:-15px;
    margin-top:-15px;
}

.modal-body {
  overflow-y: auto !important; /* Show vertical scrollbar when necessary */
}

.modal-backdrop.show {
    /* From https://css.glass */
    backdrop-filter: blur(5px);
  }

.xx {
	color: #20207f;
}

.maincolour {
	color: #20207f;
}
 
.maincolour-bg {
	background-color: #20207f;
}

.maincolour-bg-darker {
	background-color: #000051;
}

.secondarycolour-bg {
    
}

.lightbox {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}

.lightbox-content {
    max-height: 95vh ;
    
}

.lightbox img {
    max-height: 95vh !important ;
    max-width: 100% ;
    
    display: block;
    position:relative;
}

.lightbox-close {
    position: absolute;
    top: 20px; /* Adjust position relative to the image */
    right: 20px; /* Adjust position relative to the image */
    color: #1876f1;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    z-index: 100001; /* Ensure it stays on top of the image */
}

.kirkstone-bar {
    font-family: "Brandon Bold";
	background-color: #ce9e00;
    color: #fff;
}

.kirkstone-bar a {
    color: #fff !important;
    text-decoration: underline !important;
}

.yellow-bg {
	background-color: #ce9e00;
}

.highlighted-text {
    color: #030303;
    background-color: #e5cc78;
}

.topbar a{
	text-decoration: none;
	color: #fff;
}

.other-models a {
	color:#000 !important;
}

.other-models a:hover {
	color:#20207f !important;
	text-decoration: underline;
	text-decoration-color: #20207f;
}

.other-models-on {
	color:#20207f !important;
	text-decoration: underline;
	text-decoration-color: #20207f;
}

.other-models .form-select {
	background-color: #000;
	color:#fff;
	border-radius:0px;
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' height='1em'><path d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z' fill='rgb(205,151,9)'/> </svg>");
}


.first-step .form-select {
    background-image: url("../images/dropdown-arrow-select.png");
	background-repeat: no-repeat, repeat;
    background-position: right 1em top 50%, 0 0;
    background-size: 1.3em auto, 100%;
	text-align: center;
	text-align-last:center;
	font-style: italic;
}

.switch {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 34px;
}

.switch input {display:none;}

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

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}



.box:before {
  font-family: "Trajan Bold";
  content:attr(data-text);
  color: #fff;
  font-size:14px;
  /*padding:5px calc(10px + var(--s)) calc(5px + var(--o)) calc(10px + var(--o));*/
  position:absolute;
  bottom:45px;
  padding:15px;
  width:240px;
  left:calc(-1*var(--o));
  background:
    linear-gradient(#000 0 0) bottom/100% var(--o) no-repeat
    var(--c);
  clip-path:polygon(0 0,100% 0,calc(100% - var(--s)) calc(100% - var(--o)),var(--o) calc(100% - var(--o)),var(--o) 100%,0 calc(100% - var(--o)))
}

@media(min-width: 768px){
    .box {
        width:350px; 
        
    }
    
    .box:before {
        width:300px; 
        font-size:18px;
    }
    
}

@media(min-width: 1800px){
    .box {
        width:390px; 
        
    }
    
    .box:before {
        width:300px; 
        font-size:18px;
    }
}

.featured {
	background-color: #dad8d8;
} 


.featured-item {
	position:relative;
}

.featured-image{
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
	border:5px solid white;
}

.featured-text {
	position: absolute;
	bottom:0px;
	left:0px;
	font-size:9px;
}

.featured-item-title {
    color: #20207f;
    text-transform: uppercase;
    border-bottom: 2px solid #20207f;
    height:95px;
    margin:0px;
    font-size:0.85em;
    
}

@media(min-width: 1200px){
    
    .featured-item-title {
       font-size:1em; 
    }
    
}

.featured-item-title:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    top:75px;
    border-left: 1px solid #20207f;
    border-right: 1px solid #20207f;
}


.featured-logo {
	width:35px;
	
}

.a-left, .a-right,.a-left-banner, .a-right-banner {
	z-index: 10;
}

.a-left {
	left:15px;
}

.a-right {
	right:15px;
}

.a-left-banner {
	left:15px;
    bottom:-55px;
}

.a-right-banner {
 right:15px;
   bottom:-55px;
}

.a-left img, .a-right img, .a-left-banner img, .a-right-banner img {
	
	height:100%;
}

.slick-prev, .slick-next {
	height: 32.5px;
	width: 12.5px;
}

.slick-prev-banner, .slick-next-banner {
    margin-top: auto;
	margin-bottom:60px;
}


@media(min-width: 768px){
	.featured-text {
		font-size:18px;
	}
	
	.featured-title {
		top:25px;
		right:0px;
		background-color:#000;
		width:50%;
		font-size:18px;
	}
	
	.featured-logo {
		width:55px;
	}
  
	
	
	.a-left, .a-right,.a-left-banner, .a-right-banner {
		z-index: 10;
	}
	
	.a-left {
		left:-25px;
	}

	.a-right {
		right:-25px;
	}
    
    .a-left-banner {
        left:25px;
        top:45%;
    }

    .a-right-banner {
        right:25px;
        top:45%;
    }
	
	.slick-prev, .slick-next {
		height: 65px;
	    width: 26px;
        margin-top:0px;
	}

}

.dot, .dot-active {
  height: 15px;
  width: 15px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  border:1px solid #fff;
}

.dot-active {
  background-color: #F10000;
}

input + .slider {
  background-color: #fb000b;
}

input:checked + .slider {
  background-color: #fb000b;
}

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

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

/*------ ADDED CSS ---------*/
.slider .on
{
  display: none;
}

.slider .on, .slider .off
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

input:checked+ .slider .on
{display: block;}

input:checked + .slider .off
{display: none;}

/*--------- END --------*/

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

.slider.round:before {
  border-radius: 50%;}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}


.nav {}
.nav a{
	text-decoration: none;
}
.nav a:hover{}
.nav a:visited{}
.nav a:active{}

.card {
    border-radius: 25px;
}

.float-hash a, .float-hash a:hover{color:#fff;}

.listing-card a, .listing-card a:hover{color:#000;}

.card-shadow {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.dropdown .dropdown-menu {
    margin-top: 0; /* remove the gap so it doesn't close */
	background:#000051;
	line-height: 160%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border:1px solid white;
}


.dropdown-item:hover {
    background-color: #20207f;
    cursor: pointer;
}

.dropdown-menu {
	border:0px;
	border-radius: 0px;
	border-bottom:1px solid grey;	
	text-transform: uppercase;
}

.dropdown-arrow {
	background:#000;
}

.team-info .dropdown-menu {
	width: 100%;
}

.logo {
	
}

.fb-icon {
	width:25px;
	margin-left:10px;
}

.team-bio { 
	cursor: pointer;
}

.search-filters {
    position: fixed;
    top: 57px;
    z-index:4;
    
} 

.apply-changes {
    position: sticky;
    bottom:0;
    z-index:100;
}

.search-header {
    background-color: #b493f8;
}

.search-header:hover{
    background-color: #561dcb;
    cursor:pointer;
}

.search-header-mobile {
    background-color: #561dcb;
    position:fixed;
    z-index:4;
    top:58px;
}

@media(min-width: 768px){ 
    
    .search-filters {
        position: sticky;
        top:148px; 
        bottom:0px;
        overflow-y: auto;
    
    } 
    
    .search-filters, .search-filters input:not([type=submit]),.search-filters-mobile, .search-filters-mobile input:not([type=submit]){
    font-size: 0.9em !important;
}
    
    .search-header,
    .search-header:hover {
        background-color: #fff;
    }
    
    
    
}

.accordion-header {
    width: 100% !important;
}


.accordion-item {
   background-color: transparent;
}


.accordion-button {
        width: 100% !important;
        font-weight: bold;
        text-transform: uppercase;
        color: #000051;
	    font-family: "Trajan Bold";
        letter-spacing: 0.05em;
        background-color: transparent;
        padding-left: 0;
        padding-right: 0;
        border: none;
        border-bottom: 1px solid #e0e0e0; /* light grey bottom line */
        box-shadow: none;
        transition: border-color 0.3s ease;
    }

    .accordion-button:not(.collapsed) {
        border-bottom: 2px solid #001e62; /* navy underline */
        background-color: transparent;
    }

    .accordion-button::after {
        transform: rotate(180deg);
    }

    .accordion-button.collapsed::after {
        transform: rotate(0deg);
    }

    .accordion-button:focus {
        box-shadow: none;
    }

    .accordion-item {
        border: none;
        border-radius: 0;
    }

    .accordion-body {
        padding-left: 0;
        padding-top: 0.5rem;
    }
    

.pull-tab {
	 background-image: url("../images/pull-tab.png") !important;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size:11px;
	color:#fff;
	height:45px;
	padding-top:21px;
	cursor:pointer;
}


.banner-header {
	background-color:#c8c6c6;
	font-family: 'Trajan Bold';
	display: inline-block;
	color: #43657e;
	font-size:66px;
	line-height:.90em;
	vertical-align: baseline;
	padding:0.1em;
	padding-top:0.2em;
	padding-bottom:0em;
	margin:5px;
}

.banner-subheader {
	background-color:#43657e;
	color: #fff;
	font-size:20px;
	line-height:2em;
	margin:5px;
	padding:0.2em;
}

.community-left, .community-right {
	 background-position: top center; 
	 background-size: 100% auto; 
	 background-repeat: no-repeat;
	 padding-top:250px;
}

.community-card {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

@media(min-width: 768px){
	
	.community-left {
		 background-position: left center; 
		 background-size: 70% auto; 
		 background-repeat: no-repeat;
		 padding-top: inherit;
		
	}


	.community-right {
		 background-position: right center; 
		 background-size: 70% auto; 
		 background-repeat: no-repeat;
		 padding-top: inherit;
	}
	
    /*
	.nav-link, .nav-on {
		height:100px;
	}
    */
	
	.nav-link, .nav-link-li {
		margin:0px;
		/*padding: 6px 0px 0px 0px;*/
	}
	
	.logo {
		
	}
	
	.fb-icon {
		width:43px;
	}
	
	
	.dropdown-menu {
	
		font-size: 1em;
		border-bottom:0px;

	}
	
	.team-info .dropdown-menu {
		max-width: 700px;
	}

	
}

@media(min-width: 992px){
    
      
  
	
	.banner-header {
		background-color:#c8c6c6;
		font-family: 'Trajan Bold';
		display: inline-block;
		color: #43657e;
		font-size:110px;
		line-height:.90em;
		vertical-align: baseline;
		padding:0.1em;
		padding-top:0.2em;
		padding-bottom:0em;
		margin:5px;
	}

	.banner-subheader {
		background-color:#43657e;
		color: #fff;
		font-size:40px;
		line-height:1.8em;
		margin:5px;
		padding:0.1em;
	}
	
	
}

.dropdown-menu > li > a:hover {
    background:#20207f;
	text-decoration: underline;
    color: #000;
	cursor: pointer;
	text-underline-offset: 5px;
	
	
	
}

.nav-link {
	font-size: 18px;
	color: #333333;
    font-family: "Brandon Regular";
	/*padding: 6px 0px 0px 0px;*/ 
}



.nav-link:hover, .nav-link:active {
	color: #20207f;
	cursor: pointer;
	text-decoration: none;
	transition: 0s;
}

.nav-link-2 {
	font-size: 18px;
	color: #20207f !important;
	/*padding: 6px 0px 0px 0px;*/
}



.nav-link-2:hover, .nav-link-2:active {
	cursor: pointer;
	text-decoration: underline;
	transition: 0s;
}

.nav-on {
	font-size: 18px;
	color: #000;
	cursor: pointer;
	padding-left:8px;
	padding-right:8px;
	text-decoration: underline;
	text-decoration-color: #20207f;
	text-underline-offset: 10px;
	/*padding: 6px 0px 0px 0px;*/
}

.topbar {
	background-color: #20207f;
	font-size: 12px;
	font-family: "Trajan Bold";
	text-transform: none;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
 
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.nav-dot {
  display:inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 0;
  border-radius: 10px;
}

.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

.banner-deals-container {
    background-image: url("../images/banner-deals-bg.png");
    background-size: cover;
    background-position: top 75px center;
    background-repeat: no-repeat;
    z-index:3;
}

.events-container {
    background-image: url("../images/banner-cork-bg.jpg");
    background-size: fill;
    background-position: top -75px center;
}

.what-is, .search-main {
    
    box-shadow: inset rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.search-main {
    background-color: #dad8d9;
}

.banner-deals-carousel {
    background-color: #fff;
}

.slider-granite {
    background-color: white;
}

.main-explainer {
        background: linear-gradient(to bottom, #1a236a 0%, #5369ac 50%, #7a8bc0 100%);
    }

@media(min-width: 768px){
    .banner-deals-carousel {
        background-color: transparent;
    }
    
    .events-container {
    background-image: url("../images/banner-cork-bg.jpg");
    background-size: fill;
    background-position: top -45px center;
}
    
    .main-explainer {
        border-radius: 30px;
    }
    
    .slider-granite {
        background-color: transparent;
    }

} 

.banner-deals {
    top: 60px;
    font-size:18px;
    bottom:0px;
    
}

.banner-events-item {
    transition: transform 0.15s linear;
    transform-origin: top center;
}

.featured-link a {
    color:#20207f;
     text-decoration: underline;    
    background-image: url("../images/link-arrow-right.png");
    background-repeat: no-repeat;
    background-position: center right;
    padding-right:20px;
}

.featured-link a:hover, .featured-link a:active {
    text-decoration: underline;
}

.banner-deal-img-container {
    aspect-ratio: 16/9;
    background-color:#333333;
}

.deal-date {
    font-family: "OpenSans";
    color: #0f5c05;
    font-size:15px;
}

@media(min-width: 992px){
	.banner-deals {
        top: 105px;
    }

}

/* Add the below transitions to allow a smooth color change similar to lyft */
.navbar {
	padding:0px;

	margin:0px; 
	background: #fff;
	color: #333333;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8);
	border-top:6px solid #000051;
	
	-webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.navbar.scrolled { 
	background: #fff;
	color: #333333;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.navbar.scrolled .nav-link {
	font-size: 14px;
	color: #333333;
}

.navbar.scrolled .nav-link:hover, .navbar.scrolled .nav-link:active {
	
}



.navbar-toggler {
	color:#fff;
	margin:0px;
	border-radius: 0px;
	height:55px;
	width:45px;
    z-index: 15;
}

.navbar-toggler-icon {
	color:#43657e;
}
.toggler-bg {
    z-index:9;
}

.navbar-nav {
	background: rgba(255,255,255,0.79);
}



.navbar-buttons .btn-primary, .navbar-buttons .btn-secondary {
	font-size:18px;
	border-radius:2px;
	border:1px solid #bab9b9;
	color:#fff;
	padding:6px 15px 2px 15px;
}

@media(min-width: 992px){
	.navbar-buttons .btn-primary, .navbar-buttons .btn-secondary {
		min-width: 130px;
	}

}

.navbar-buttons .btn-primary {
	background-color: #20207f;
}

.navbar-buttons .btn-secondary {
	background-color: #4b829c;
}


.navbar-buttons .btn-primary:hover, .navbar-buttons .btn-secondary:hover {
	background-color:#9cab15;
	border:1px solid #20207f;
}



.bg-marble {
	background-image: url("../images/bg-marble.jpg");
	background-repeat: no-repeat;
	background-size:cover;
    background-position: top center;
	border-top:10px solid #000;
}

@media(min-width: 992px){
	.bg-marble {
		 background-position: center;
	}

}

.heading {
	color: #000051;
	font-family: "Trajan Bold";
	font-size: 20px;
	position: relative;
	line-height:100%;
}

.overlay .heading  {
	color: #fff;
	font-family: "Trajan Bold";
    text-shadow: 5px 4px 11px rgba(0,0,0,0.4), 0 2px 5px rgba(0,0,0,0.2);
	font-size:20px;
    line-height:80%;
    border:0px;
    margin:0px; 
}

.main-choices .heading {
    color: #252595;
}

 @media(max-width: 992px){
     .main-choices .heading {
        font-size:1em;
    }
}


.main-choices .heading:hover, main-choices .heading:active, .main-choices .heading.active {
    color: #000051;
    text-decoration: underline;
	text-decoration-color: #ce9e00;
	text-underline-offset: 10px;
}

.overlay .input-group, .search-filters .input-group, .search-filters-mobile .input-group {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.overlay .small {
    text-shadow: 5px 4px 11px rgba(0,0,0,0.4), 0 2px 5px rgba(0,0,0,0.2);
}


.banner-deals-item .heading, .banner-events-item .heading {
    font-family: "Trajan Bold";
    font-size:26px;
    line-height:100%;
    padding-bottom:0px;
}

.overlay .subheading {
    position: relative;
    top:0px;
	font-family: "Trajan Bold";
	color: #fff;
	font-size:14px;
	line-height:115%;
    border:0px;
    margin:0px;
}

.icon-arrow-desktop {
	position:absolute;
	top:-25px;
	right:-15px;
}

.icon-arrow-mobile {
	position:absolute;
	bottom:-25px;
	right:-15px;
}

.mobilemenu {
    z-index:15;
}


.text-underline {
	text-decoration: underline;
}



.product {
	cursor:pointer;
}


.community {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.community a {
    color: #FFFFFF;
    text-decoration: underline;
	text-decoration-color: #000;
	text-underline-offset: 10px;
}

.community a:hover {
    color:#000;
}

.communities .overlay:hover {
	cursor:pointer;
	text-decoration:none;
	border-radius: 6px;
}

.circle-arrow {
    position:absolute;
    top:-45px;
    left:50%;
    margin-left:-45px;
}


.communities .overlay .heading {
	font-size:20px;
    background: transparent;
}


.featured .heading {
	font-size:25px;
}


.right-pointing-triangle::after {
  content: "\25B6 \FE0E";
}


.signature {
	font-family: "Antro Vectra";
	font-size: 36px;
}

@media(min-width: 992px){
	
	.heading {
		font-size:24px;
	}
	
	.overlay .heading {
		font-size:42px;
	}
    
    
    .services.heading {
		font-size:20px;
	}
    
    .difference.heading {
        font-size:16px;
    }
	
	.overlay .subheading {
		font-size:18px;
	}
	
	.communities .overlay .heading {
		font-size:36px;
	}

	
	.dl-homes .overlay .heading {
		font-size:24px;
	}
	
	.featured .heading {
		font-size:38px;
	}
	
	.one-tree .heading{	
		font-size:36px;
		
	}
	
	.one-tree .subheading{	
		font-size:21px;
	}
	
	
	.pre-footer .subheading, .testimonials .subheading{	
		font-size:21px;
	}
    
    .signature {
        font-size: 48px;
    }
    
    


}


 .btn-primary, .btn-secondary, .btn-mobilenav, .btn-featured {
	background-color: #20207f;
	font-family: "Brandon Regular";
	color: #fff;
	border:0px;
	border-radius: 0px;
	padding:8px 10px 8px 10px;
	font-size:17px;
}

.btn-featured:hover {
	color: #000;
	background-color: #fff;
}

.btn-banner, .btn-main {
	text-decoration:underline;
    text-underline-offset: 5px;
    padding-bottom:3px;
	cursor: pointer;
    padding-right: 20px;
}

.btn-banner {
	font-size:20px;
    color: #ce9e00;
}

.btn-banner:after{
    content: "➤";
    display: inline;
    position: absolute;
    margin-left: 10px;
    color: #fff;
}

.btn-main { 
    color: #20207f;
    text-decoration:underline !important;
    text-decoration-color: #20207f;
}

.btn-main:after{
    content: "➤";
    display: inline;
    position: absolute;
    margin-left: 10px;
    color: #ce9e00;
}

.main .btn-banner, .main .btn-banner:hover, .main .btn-banner:active {
    color: #4d3328;
}



.btn-banner:hover, .btn-banner:active, .btn-main:hover, .btn-main:active {
    color: #FFF;
	cursor: pointer;
	text-decoration:underline;
    text-underline-offset: 5px;
    text-decoration-color: #ce9e00;
	transition: 0s;
}

.btn-main:hover, .btn-main:active {
    color: #ce9e00;
    text-decoration-color: #20207f;
}

.main-explainer .btn-main {
    color: #fff;
    text-decoration-color: #fff !important;
    text-decoration:underline !important;
}

.main-explainer .btn-main:hover,.main-explainer .btn-main:active {
    color: #ce9e00;
    text-decoration-color: #ce9e00;
    text-decoration:underline;
}



.btn-featured {
	border:1px solid #fff;
	padding:5px 10px 5px 10px;
	font-size:11px;
}

.banner-since {
    bottom:-37.5px;
    line-height:100%;
    width:75px;
    height:75px;
}

@media(min-width: 992px){
	
	.btn-primary, .btn-secondary, .btn-mobilenav, .btn-featured {
		font-size:18px;
        padding:5px 10px 5px 10px;
	}

	.btn-featured {
		border:2px solid #fff;
		padding:10px 20px 10px 20px;
		font-size:14px;
	}
    
    .banner-since {
        font-size:0.8em;
    }
}


.btn-primary {
	color: #fff;
	martin:0px;
}

.btn-primary:hover {
	color: #fff;
	background-color: #1877f2;
    text-decoration: none;
	
}


.btn-secondary {
    background-color: #ce9e00;
	color: #fff;
	martin:0px;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #ffc400;
    text-decoration: none;
	
}

.btn-mobilenav {
	font-size:12px;
	color:#fff;
	padding:0px;
	margin:0px;
	border-color: transparent #161a1c transparent #161a1c;
}

.btn-mobilenav:hover {
	color:#fff;
}


.subheading {
	font-family: "OpenSans";
	font-size: 16px;
	font-weight: bold;
	position:relative;
	bottom:-5px;
	
}

.heading-container {
	border-left: 5px solid #4b829c;
}

h1{
	
    text-transform: uppercase;
	font-family: "OpenSans";
}



h2{
	font-size:1.5em;
}


.form-control, .input-group-text {
	border-radius: 0px;
    border:5px solid white;
}

.input-group-text {
    background-color: #fff;
    
}

.form-control::placeholder {
	font-style: italic;
}

.heading a{	color: #ffffff;}
.heading a:hover{	color: #ffffff;}
.heading a:visited{	color: #ffffff;}
.heading a:active{	color: #ffffff;}

.heading-lg{
	font-size: 18px;
}
.heading-sep{
	margin-bottom: 35px;
}
.heading-sep:after{
    content: "";
    display: block;
    width: 82px;
    height: 3px;
    background: #e5460f;
    position: absolute;
    margin-top: 13px;
}

.pointer {
	cursor: pointer;
}

.sub-heading {
	font-size:1.5em
}
.sub-heading a:link{}
.sub-heading a:hover{}
.sub-heading a:visited{}
.sub-heading a:active{}

.maintext {}
.maintext a:link{}
.maintext a:hover{}
.maintext a:visited{}
.maintext a:active{}


.two-cents a{ color: #000;}
.two-cents a:hover{ color: #fb000b;}

.testimonial-read-more a{ color: #FF0000;}
.testimonial-read-more a:hover{ color: #fb000b;}


.search .searchtitle, .listingtitle {
	color:white;
	font-family: "OpenSans";
	font-size:55px;
	text-shadow: 2px 0px #000;
	text-align: center;
	
}
.search input, .search select {
	border-radius: 0px;
	padding: 5px 15px 5px 15px;
}


.pre-footer .heading, .testimonials .heading{
	color: #fff;
	font-family: "Trajan Bold";
	text-transform: uppercase;
	font-size:26px;
	line-height:100%;
	text-shadow: 5px 4px 11px rgba(0,0,0,0.4), 0 2px 5px rgba(0,0,0,0.2);
}


.pre-footer .heading {
    font-size: 20px;
}

.pre-footer .subheading, .testimonials .suheading {
	font-family: "Trajan Bold";
	color: #fff;
	font-size:16px;
	line-height:100%;
}

.pre-footer {
    background-color: #15374a;
	background-image: url(../images/pre-footer-bg.jpg); 
    background-size:cover;
    background-position:center;
    border-top:15px solid white;
}

.pre-footer a {
    color: #fff !important;
    text-decoration: underline !important;
}

.testimonials {
    background-color: #15374a;
	background-image: url("../images/testimonials-bg.jpg"); 
    background-size:cover;
    background-position:center;
}



footer{
    position:relative;
	padding: 12px 0;
	background: #09091d;
	color: #fff;
	font-size: 12px;
}


.footer-top {
	background-color: #121212;
	border-top:10px solid #20207f;
}

.footer-text {
	font-family: "Trajan Bold";
	color: #fff;
	font-size: 15px;
}


@media(min-width: 992px){

    
	.footer-text {
		font-size: 18px;
	}
    
    .pre-footer .heading  {
        font-size: 24px;
    }
    
    .testimonials .heading {
        font-size: 36px;
    }
    
}


@media(min-width: 1600px){
 
	.footer-text {
		font-size: 18px;
	}
    
    
}


footer a{
	color: #fff;
	text-decoration: none;
}
footer a:hover{
	color: #fff;
	text-decoration: none;
}


footer a:visited{}
footer a:active{}

.copyright {}
.copyright a:link{}
.copyright a:hover{}
.copyright a:visited{}
.copyright a:active{}

/* Responsive styles, which override the base styles at specific sizes */

.responsive {

  width: 100%;

  height: auto;

}

.slider {
	background-color: #e9eded;
}

.slanted {
  -webkit-transform: skewy(-4deg);
  transform: skewy(-4deg);
}

.unslanted {
  -webkit-transform: skewy(4deg);
  transform: skewy(4deg);
}

.last {
  margin-bottom: -80px;
}

.personal-message a {
    color:#fff;
    text-decoration: underline;
    
}

.personal-message a:hover {
    color:#d7c8f3;
    
}

.communities {
    position: relative;
    background-color: #dbdbda;
    z-index: 0;
}

.blog {
   position: relative;
    z-index: 2;
}

.sideBar {
     position: relative;
   z-index:4;
}

.sidebarBox .dropdown-menu {

	border:0px;
	border-radius: 0px;
	background-color: #20207f;
	color:#fff;
	font-size:  0.8em;

}



.sidebarBox .dropdown-menu > li > a {
	color:#fff;
}

.sidebarBox .dropdown-menu > li > a:hover {
	text-decoration: underline;
}

@media (max-width: 576px) {	
	.sidebarBox .dropdown-menu {
		font-size:1em;
	}
}



/* Smartphones */
/* Equivalent to bootstrap's media-sm */
@media(min-width: 576px){
} 
	
/* Tablets */
/* Equivalent to bootstrap's media-md */
@media(min-width: 768px){
	.navbar {
		color: #fff;
		/*/background-color: transparent; */
		border-bottom:0px;
	}
	
	.navbar-nav {
		background-color: transparent;
	}
	
	.nav-link {
		color: #333333;
		font-size:18px;
	}
	
	.search input, .search select {
		padding: 15px 15px 15px 15px;
	}
	
	.nonindexnav { 
		background: #fff;
		color: #333333;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
		border-bottom:1px solid white;
	}
	
	.listingtitle {
		font-size: 65px;
	}

}
	
/* Laptops */
/* Equivalent to bootstrap's media-lg */
@media(min-width: 992px){	
	
	.heading.mb-lg{
		margin-bottom: 35px;
	}
	.heading-lg{
		font-size: 38.5px;
	}
	.heading-sep{
		margin-bottom: 60px;
	}
	.heading-sep:after{
		width: 63px;
		left: 50%;
		transform: translateX(-50%);
		margin-top: 24px;
	}
	footer{
		font-size: 13.5px;
		padding: 19px 0;
	}
}
	
.footer-standings, .footer-standings2 {
	background-color: #fff;
	
	/*box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.5);*/
	font-size:12px;
}

.footer-standings-heading, .footer-standings-heading2{
	
	font-family: "Trajan Bold";
	
	padding:25px;
	
	text-align: center;
	
	font-size: 30px;
	
	line-height: 100%;  
	
	color: #fff;
}

.footer-standings thead {
	color: #23577f; 
}

.footer-standings2 thead {
	color: #389b7f; 
}
.footer-standings-heading {
	background-color: #23577f; 
}

.footer-standings-heading2 {
	background-color: #389b7f; 
}


/* Desktops */
/* Equivalent to bootstrap's media-xl */
@media(min-width: 1200px){
	.footer-standings-heading, .footer-standings-heading2{
		font-size:25px;
	}
}
	
/* Extra large Desktops */
@media(min-width: 1605px){
	.banner.alt{
		height: 600px;
	}
	
	.footer-standings-heading, .footer-standings-heading2{
		font-size:30px;
	}
}


