/* ########## CORE STYLES ########## */

body,
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
    font-family: "Work Sans", sans-serif;
	color: rgb(0,0,0);
	overflow-x: hidden;
}

.wrapper {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}


.content {
    position: relative;
	/*
	max-height: 50vh;
	overflow-y: scroll;
	*/
}

.panel {
	height: 100% !important;
}

.panel.main {
	background: rgba(255,255,255,0.85);
	position: relative;
	padding: 1rem 0;
	margin-top: 200px;
	z-index: 2;
}


/* ########## TYPOGRAPHY STYLES ########## */

a {
	color: rgb(0,0,0);
    text-decoration: none;
}

a:hover {
	color: rgb(0,0,0);
    text-decoration: underline;
}
.btn:hover {
    text-decoration: none !important;
}

.huge-link {
    font-size: 1.75rem;
	line-height: 1em;
	font-family: "Rozha One", serif; 
	font-weight: 800;
}

.link-external,
.link-more {
    font-weight: 600;
    color: rgb(0,0,0);
    position: relative;
    margin: 1em 1em 1em 0;
    padding: 0 0 0 2em;
    display: inline-block;
    font-size: 1rem;
}

.link-external:hover,
.link-more:hover {
    color: rgb(0,0,0);
    text-decoration: underline;
}

.link-more.ghost {
    color: rgb(255,255,255);
}

.link-more.ghost:hover {
    color: rgb(255,255,255);
}

.link-more.ghost:hover:before {
   background: rgb(255,255,255); 
}

.link-more:after {
    display: block;
    left: 0;
    font-weight: 400;
    font-family: "Font Awesome";
    line-height: 1em;
    content:"\f061";
    font-size: 1em;	
    position: absolute;
    top: 20%;
    margin-left: 0;
    transition: all .25s;
}

.link-external:after {
    display: block;
    left: 0;
    font-weight: 400;
    font-family: "Font Awesome";
    line-height: 1em;
    content:"\f08e";
    font-size: 1em;	
    position: absolute;
    top: 20%;
    margin-left: 0;
    transition: all .25s;
}

.link-more:hover:after {
    left: 5%;
}


.btn-arrow {
    position: relative;
    padding-right: 2.5em !important;
}

.btn-arrow:after {
    display: block;
    right: 1em;
    font-family: "Font Awesome";
    line-height: 1.35em;
    content:"\f061";
    font-size: 1em;	
    position: absolute;
    font-weight: 400;
    top: 0.5em;
}

.btn-external {
    position: relative;
    padding-right: 2.5em !important;
}

.btn-external:after {
    display: block;
    right: 1em;
    font-family: "Font Awesome";
    line-height: 1.35em;
    content:"\f08e";
    font-size: 1em;	
    position: absolute;
    font-weight: 400;
    top: 0.5em;
}

.text-dark {
    color: rgb(0,0,0) !important;  
}
 
.text-neutral {
    color: rgb(0,0,0) !important;  
}

.text-brand,
.text-highlight {
    color: rgb(0,0,0) !important;	
}

.text-muted {
	color: rgba(0,0,0,0.25) !important;
}

.text-brand-muted {
	color: rgba(0,0,0,0.25) !important;
}

.btn {
    letter-spacing: -1px;
    border-radius: 0 0 0 0 !important;
	text-align: left !important;
}

.btn-radius {
	border-radius: 0.5rem !important;
}


.btn.google,
.btn.facebook {
	border-radius: 0.5rem;
	padding: 1rem;
	box-sizing: border-box;
	margin: 0.25rem 0;
	color: rgb(255,255,255);
}

.btn.rankmyagent {
	border-radius: 0.5rem;
	padding: 1rem;
	box-sizing: border-box;
	margin: 0.25rem 0;
	color: rgb(0,0,0);
}

.btn.rankmyagent {
	background: rgba(255,255,255,1);
	border: 1px solid rgba(0,0,0,1);
}
.btn.rankmyagent:hover {
	background: rgba(0,0,0,1);
	border: 1px solid rgba(0,0,0,0.5);
	color: rgb(255,255,255);
}

.btn.google {
	background: rgba(234,69,55,1);
}
.btn.google:hover {
	background: rgba(234,69,55,0.8);
}

.btn.facebook {
	background: rgba(8,102,255,1);
}
.btn.facebook:hover {
	background: rgba(8,102,255,0.8);
}


.lead {
    font-weight: 300 !important;
    font-size: 1.2rem !important;
	line-height: 1.3 !important;
}

.text-plain,
.font-plain {
	
}

.font-brand {
	font-family: "Rozha One", serif !important;
	font-weight: 800;
}

.uppercase {
	text-transform: uppercase;	
}

.lead strong {
    font-weight: 500;
}

small {
	font-size: 0.75rem !important;
}

h1,h2 {
	font-family: "Rozha One", serif; 
	font-weight: 800;
    color: rgb(0,0,0);
}

h3,h4,h6 {
	font-family: "Rozha One", serif; 
	font-weight: 800;
    color: rgb(0,0,0);
}

h1 .fas,
h2 .fas,
h3 .fas,
h4 .fas,
h5 .fas,
h6 .fas {
	margin-right: 0.4em;
	padding-right: 0.4em;
	border-right: 1px solid rgb(200,200,200);
	display: inline-block;	
}

hr {
	width: 100%;
	margin: 2em 0 !important;
	overflow: visible;
	position: relative;
    height: 1px;
    background-color: rgba(0,0,0,0.25) !important;
}

*:focus {
    outline: none;
}


.logo {
	margin: 0 auto 5rem auto;
	width: 80%;
	max-width: 200px;
	display: block;
}

.alert p {
    padding: 0;
    margin-bottom: 0;
    margin: 0.5em 0;
}

.quick-fade-1 {
    opacity: 0.75;   
}

.quick-fade-2 {
    opacity: 0.5;   
}

.quick-fade-3 {
    opacity: 0.25;   
}

a.quick-fade-1:hover,
a.quick-fade-2:hover,
a.quick-fade3:hover {
    opacity: 1;    
}

.badge {
    white-space: normal !important;
}

.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
    color: inherit;
}

.alert ul,
.alert ol {
    padding: 0 1em;
}

.list-group-item {
    background: none !important;    
}

ol:not(.list-group), ul:not(.list-group) {
    list-style: none;
    margin: 0 2em;
}

ol:not(.list-group) li:before,
ul:not(.list-group) li:before {
    color: rgb(0,0,0);
    font-weight: 700;
    left: -1em;
    position: relative;
}

ul:not(.list-group) li:before {
    content: "\25CF";
    left: -2em;
    margin-right: -1.5em;
}

ol:not(.list-group) li:before {
    content: counter(li);
    color: rgb(0,0,0);
    left: -3em;
    background: rgba(245,245,245);
    padding: 0.25em 0.5em;
    border-radius: 0.25em;
    margin-right: -1.6em;
    top: 0;
}

ol.xl:not(.list-group) li:before {
    content: counter(li);
    color: rgb(0,0,0);
    left: -1.5em;
    padding: 0.5em;
    margin-right: -6.3rem;
    font-size: 4rem;
    line-height: 1rem;
    background: none;
}

ol:not(.list-group) li {counter-increment: li}


h5,
.label {
    font-weight: 300 !important;
    font-size: 1.5rem !important;
	line-height: 2.5rem !important;
	display: block;
}

.action-buttons {
	background: rgba(255,255,255,1);
	position: sticky;
	top: 100px;
	z-index: +1;
}
.action-buttons .btn {
	width: 100%;
	display: block !important;
	margin: 5px 0 !important;
}

.card {
	border: none !important;
}


/* ########## PLACEHOLDER STYLES ########## */

.placeholder {
    opacity: 0.5;
    position: relative;
    height: 100%;
}

.placeholder:before {
    font-family: "Font Awesome Duotone";
    font-size: 8rem;
    display: block;
    height: 100%;
}

.placeholder.image:before {
	content:"\e1b5";
}

.placeholder span {
    font-size: 0.8rem;
    text-transform: uppercase;
    line-height: 2rem;
    font-weight: 500;
}

/* ########## HEADER STYLES ########## */

header {
	background: rgba(255,255,255,0.9);
	height: 100px;
	position: fixed;
	padding: 0;
	width: 100%;
	z-index: 10;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
}

header .logo {
	height: 100px !important;
	
}

/* ########## HERO STYLES ########## */

#hero {
    height: 200px;
	max-height: 200px;
	width: 100%;
	color: rgb(255,255,255);
    background: rgb(0,0,0);
	overflow: hidden;
	top: 0;
	position: absolute;
	z-index: 1;
}

.hero-slider {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#hero .tns-outer,
#hero .tns-ovh,
#hero .tns-inner {
    height: 200px;
	max-height: 200px;
}

#hero .slide {
	background: url('../images/hero/hero-default.jpg') no-repeat bottom center;
	background-size: cover;
	height: 100% !important;
	z-index: auto !important;
    padding: 4rem 0;
	overflow: hidden;
}

#hero .slide.cycle-slide-active {
	display: table !important;
}

#hero .slide .wrapper {
    display: table;
    height: 100%;
}

#hero .slide .caption {
	display: none;
	vertical-align: middle;
	text-align: center;
	z-index: 901;
	position: relative;
}

#hero .slide.cycle-slide-active .caption {
	display: table-cell;
}

#hero h2,
#hero .heading {
	color: rgb(255,255,255);
	text-shadow: 0 0 20px rgb(0,0,0);
	font-size: 1.5rem;
    font-weight: 800;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

#hero h2 .lead {
    display: block;
    font-weight: 300;
    
}

#hero h2 .fal,
#hero h2 i.far,
#hero h2 i.fas,
#hero .heading .fal,
#hero .heading i.far,
#hero .heading i.fas {
    font-size: 1.5em;   
}

#hero h2 strong,
#hero .heading strong {
    font-size: 2em;   
}

#hero small {
	font-size: 1rem;
	display: block;
	font-weight: 400;
	line-height: 1rem;
}

#hero .subcaption {
	color: rgba(255,255,255,1);
	font-size: 1em;
	
	font-weight: 300;
	line-height: 1.3em;
	margin: 0;
    text-transform: none;
}

#hero a,
#hero button {
    font-weight: 600;
    position: relative;
    margin-top: 0;
}

#hero a:hover {
    text-decoration: none;
}

#hero .btn {
    margin: 0.25rem;
}


/* ########## NOTICE STYLES ########## */

.notice .fa,
.notice .fas,
.notice .far {
	opacity: 0.5;
}

/* ########## ACCENT STYLES ########## */

.brand-bg {
    background-color: rgba(0,0,0,1) !important;;
}

.light-bg  {
    background-color: rgba(245,245,245,1) !important;
}

.accent-corners {
	border-radius: 0 1rem 0 1rem;
}

.accent-corners-alt {
	border-radius: 1rem 0 1rem 0;
}

/* ########## MODAL STYLES ########## */

.modal-content {
	border-radius: 0 2rem 0 2rem !important;
	overflow: hidden;
}

.modal-content:before {
	background: linear-gradient(to right, rgb(0,0,0), rgb(0,0,0));
	box-sizing: border-box;
	height: 10px;
	display: block;
	content: '';
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.modal-content {
    border: none !important;
}

.modal-body {
    padding: 2rem !important;
}

.modal-content img {
    max-width: 100%;
}

/* ########## TAB STYLES ########## */

.tab {
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 1rem;
	padding: 1.5rem 0.5rem;
	text-align: center;
	font-size: 0.75rem;
	color: rgb(0,0,0);
	font-weight: 600;
	line-height: 1.1rem;
	cursor: pointer;
	position: relative;
}

.tab:hover {
	background: linear-gradient(to bottom right, rgb(0,0,0), rgb(0,0,0));
	border: 1px solid rgb(0,0,0);
	color: rgb(255,255,255);
}

.tab .icon {
	opacity: 0.25;
}

.tab.active {
	background: rgb(0,0,0);
	border: 1px solid rgb(0,0,0);
	color: rgb(255,255,255);
}

.tab.active .icon {
	opacity: 1;
}

.tab.active::after {
  background: rgb(255,255,255);
  border: 2px solid rgb(0,0,0);
  font-family: "Font Awesome";
  content: '\f00c';
  font-size: 1rem;
  color: rgb(0,0,0);
  width: 30px;
  height: 30px;
  padding-top: .2rem;
  line-height: 1.5rem;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -10px;
  font-weight: 800;
}

.tab input {
	visibility: hidden;
	display: block;
	height: 0;
}

.tab-data {
	display: none;
	padding: 1rem;
	margin: 0.5rem;
	position: relative;
	border-radius: 0 1rem 1rem 1rem;
}

/* ########## REVIEWS STYLES ########## */

.review-slider {
	height: 100%;
}

.review .author {
	font-size: 1.5rem;
	line-height: 1em;
	font-weight: 500;
	padding: 0.5rem 1rem;
	display: inline-block;
	margin: 0 auto;
	border: 1px solid rgb(0,0,0);
}

.review .rating {
	display: block;
}

.featured-reviews {
	position: relative;
	background: rgba(245,245,245,1);
	padding: 1rem;
	padding-bottom: 200px;
}

.featured-reviews .sliderNav {
	position: absolute;
	top: 3rem;
	right: 1rem;
	height: 100%;
}

.featured-reviews .sliderBtn {
	font-size: 2.5rem;
	line-height: 1em;
	border: 0;
	background: none;
	color: rgba(0,0,0,0.25);
}

.featured-reviews .sliderBtn:hover {
	color: rgba(0,0,0,1);
}


/* ########## FORM STYLES ########## */

select {
	
}

form label {
	font-weight: 600;
	font-size: 1rem;
}

form label small {
    font-weight: 400;
    margin-bottom: 0.5em;
	text-transform: none;
	font-size: 0.8rem !important;
	opacity: 0.5;
}

form label.required:before {
    content: "\2a";
    display: block;
    font-family: "Font Awesome";
    position: relative;
    top: -0.1em;
    left: 0;
    float: left;
    padding-right: 0.25em;
    color: rgb(0,0,0);
    opacity: 0.75;
    font-weight: 400 !important;
}

form .heading {
    font-weight: 600;
    color: rgb(0,0,0);
    padding: 0.5em;
}

form .small {
	font-size: 0.75rem;
	line-height: 1rem !important;
}

textarea.form-control {
    min-height: calc(10em + 0.75rem + 2px) !important;
}

.btn-check:checked + .btn-outline-primary,
.btn-check:checked + .btn-outline-secondary {
    padding-left: 2.5em;   
}

.btn-check:checked + .btn-outline-primary:before,
.btn-check:checked + .btn-outline-secondary:before {
    content: "\f00c";
    font-family: "Font Awesome";
    display: block;
    position: absolute;
    top: 0.3em;
    left: 1em;
    color: rgb(255,255,255);
    font-weight: 700;
}

form .conditionalContainer {
     display: none;   
}

form .fieldContainer{
	padding: 1rem;
	margin: 0.5rem;
	position: relative;
}

.star-rating i {
  cursor: pointer;
  font-size: 2rem;
}

.star-rating i.fas {
}

.star-rating i.checked {
	font-weight: 700 !important;
}

.star-rating input[name='rating'] {
	display: none;	
}

label.is-invalid {
	color: #dc3545;
}

/* ########## CONTENT SLIDER STYLES ########## */

.content-slider {
	position: relative;
	overflow: hidden;
}

.content-slider div.slide {
	width: 100%;
	padding: 0 5em;
	box-sizing: border-box;
	display: none;
	text-align: center;
}

.image-slider div.slide {
	width: 100%;
    height: 100%;
	padding: 0;
	box-sizing: border-box;
	display: none;
	text-align: center;
}

.image-slider .cycle-prev,
.image-slider .cycle-next,
.content-slider .cycle-prev,
.content-slider .cycle-next {
	opacity: 0.75;
	cursor: pointer;
	position: absolute;
	z-index: 998;
	font-size: 2.5em;
	bottom: 0;
    background: rgb(0,0,0);
    color: rgb(255,255,255);
}

.image-slider .cycle-prev:hover,
.image-slider .cycle-next:hover,
.content-slider .cycle-prev:hover,
.content-slider .cycle-next:hover {
	opacity: 1;
    color: rgb(0,0,0);
}

.image-slider .cycle-prev,
.content-slider .cycle-prev {
	left: 25%;
	margin-top: -0.75em;		
}

.image-slider .cycle-next,
.content-slider .cycle-next {
	right: 25%;
	margin-top: -0.75em;	
}

.image-slider .slide:not(:first-of-type) {
    visibility: hidden;   
}

/* ########## SITE NOTICE STYLES ########## */

.site-notice {
	display: block;
	position: fixed;
	top: 2em;
	width: 100%;
	z-index: 990;
	opacity: 0.95;
}

.site-notice .fa {
	font-size: 1.5em;
	margin: 0 0.5em;	
}
.site-notice div {
	border-radius: 0 !important;
	text-align: center;
	padding-top: 3em;
}
.site-notice p {
	font-size: 1em;
	display: inline;
	
}

.dismiss {
	float: right;
	cursor: pointer;
	opacity: 0.75;	
}

.dismiss:hover {
	opacity: 1;	
}

/* ########## ICON / IMAGE / MEDIA STYLES ########## */

.duo-primary {
   --fa-secondary-opacity: 0; 
}

.duo-secondary {
   --fa-primary-opacity: 0; 
}

.checkboxes label {
	display: inline-block;
	width: auto;
	margin-right: 1em;
	cursor: pointer;
}

.checkboxes label span {
	margin-right: 0.25em;
	font-size: 1.4em;
	line-height: 1.4em;
}

.checkboxes label span.fas {
	color: rgb(0,0,0);
}

.checkboxes input[type='checkbox'] {
	display: none;	
}

#content img.cover {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
}

.svgIcon {
	width: 75px;
	height: auto;
	margin: 1rem auto !important;
}

.svgIcon.large {
	width: 125px;
}

#content .filmstrip .cycle-slide {
    height: 100%;
	padding: 1rem;
}

#content .filmstrip img {
    margin: 0 !important;
    object-fit: cover;
    object-position: center;
    width: 100%;
    display: block;
    max-width: 100% !important;
    height: 250px;
    cursor: pointer;
}


/* ########## FOOTER STYLES ########## */

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 1rem;
	z-index: 4;
	text-align: right;
    font-weight: 400;
	background: rgb(0,0,0);
}

footer,
footer a,
footer a:hover {
	color: rgb(255,255,255);
}

footer:after {
	position: absolute;
	content: '';
	display: block;
	background: url('../images/portrait.png') no-repeat -20px bottom;
	background-size: contain;
	width: 200px;
	height: 190px;
	z-index: 10;
	bottom: 3rem;
	left: 0;
}

footer > .row {
	margin-left: 25%;
}


footer h5 {
  font-family: "Work Sans", sans-serif;
  font-weight: 300 !important;
  font-size: 1.5rem !important;
  line-height: 2.5rem !important;
  display: block;
  color: rgb(255,255,255);
}

footer .btn-outline {
	border: 1px solid rgba(255,255,255,0.5);
	color: rgb(255,255,255);
}
footer .btn-outline:hover {
	border: 1px solid rgba(255,255,255,1);
	color: rgb(255,255,255);
}

footer .rma-icon .icon {
	filter: invert(100%);
}

/* ########## LEGAL STYLES ########## */

.legal {
	padding: 0.5rem;
}

.legal,
.legal a {
	font-size: 0.7rem;
	color: rgba(255,255,255,0.5);
}


/* ########## MISC STYLES ########## */

.to-top {
	background: rgba(0,0,0,0.75);
	padding: 0.5em 1em;
	color: rgb(255,255,255);
	position: fixed;
	bottom: 2em;
	right: 2em;
	z-index: 9;
	display: none;
	cursor: pointer;
}

.to-top:hover {
	background: rgb(0,0,0);
}

.siteOverlay {
	display: none;
	transition: all 0.5s ease;
}

.flyoutOpen .siteOverlay {
		background: rgba(0,0,0,0.75);
		height: 100%;
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 998;
		display: block;
	}

.grecaptcha-badge {
	margin: 0 auto;
}

.fa-accent {
	font-size: 12em;
	margin: 0.4em -0.2em 0 0;	
}

.contact-block {
	display: none !important;
	position: relative;
	z-index: 10;
}

.rma-icon .icon {
	display: inline-block;
	height: 18px;
	width: 20px;
	background: url('../images/rankmyagent.svg') no-repeat;
    color: rgba(blue,0.5);
    fill: rgba(blue,0.5);
	position: relative;
	top: 3px;
}

.rma-icon .icon.large {
	height: 24px;
	width: 30px;
	top: 0;
}

.rankmyagent:hover .icon {
	filter: invert(100%);
}

/* ########## AWARD STYLES ########## */

.badge {
	color: rgb(0,0,0) !important;
	margin: 0.5rem;
	background: rgba(245,245,245,1);
}

#hero .awards {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	display: none;
}

/* ########## REVIEW FLYOUT STYLES ########## */


.flyout {
	background: rgba(255,255,255,1);
	padding: 0;
	position: fixed;
	top: 0;
	height: 100%;
	box-sizing: border-box;
	text-align: left;
	z-index: 1004;	
	box-shadow: 0 0 1em rgba(0,0,0,0.5);
	color:	rgba(0,0,0,1);
	line-height: 1.5em;
	max-width: 800px;
	width: 90%;
	right: -90%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	transition: 0.5s;	
}

.flyout h5 {
	font-family: "Rozha One", serif; 
	font-weight: 800;
    color: rgb(0,0,0);
	font-size: 1.5rem !important;
}

.flyoutContent {
	padding: 2rem 2rem 10rem 2rem;
}

.flyout.open {
    right: 0;
}

.flyoutToggle {
	position: relative;
	left: 0;	
	top: 0;
	font-size: 1.6em;
	cursor: pointer;
	background: rgba(235,235,235,1);
	padding: 1rem;
	display: block;
}

.flyout .button,
.flyout button {
	display: block;
	width: 100%;	
}

.modal {
  /*From Right/Left */
}
.modal.drawer {
  display: flex !important;
  pointer-events: none;
}
.modal.drawer * {
  pointer-events: none;
}
.modal.drawer .modal-dialog {
  margin: 0px;
  display: flex;
  flex: auto;
  transform: translate(25%, 0);
}
.modal.drawer .modal-dialog .modal-content {
  border: none;
  border-radius: 0px;
}
.modal.drawer .modal-dialog .modal-content .modal-body {
  overflow: auto;
}
.modal.drawer.show {
  pointer-events: auto;
}
.modal.drawer.show * {
  pointer-events: auto;
}
.modal.drawer.show .modal-dialog {
  transform: translate(0, 0);
}
.modal.drawer.right-align {
  flex-direction: row-reverse;
}
.modal.drawer.left-align:not(.show) .modal-dialog {
  transform: translate(-25%, 0);
}

/* ########## RESPONSIVE STYLES ########## */


/* Small Breakpoint */
@media screen and (min-width: 576px) {

    .link-more,
	.link-external {
        display: inline-block;
    }
	.tab {
		font-size: 1rem;
		min-width: 130px;
	}
	
	.action-buttons .btn {
		width: auto;
		display: inline-block !important;
	}
	
	.huge-link {
	    font-size: 2rem;
	}
	
}

/* Medium Breakpoint */
@media screen and (min-width: 768px) {
	.huge-link {
	    font-size: 2.5rem;
	}
	
	.label {
		font-size: 1.4rem !important;
	}
	
	footer {
		padding: 0;
	}
	footer:after {
		width: 260px;
		height: 240px;
		bottom: 0;
	}
	.legal {
		margin-left: 25%;
	}
	.featured-reviews .review-slider {
		padding: 2rem 4rem 2rem 2rem;
	}
	
	.featured-reviews .sliderNav {
		position: absolute;
		top: 2rem;
		right: 1rem;
		height: 100%;
	}
	
	.featured-reviews .sliderBtn {
		display: block;
	}
}

/* Large Breakpoint */
@media screen and (min-width: 992px) {

	header {
	    display: none;
    }
	.logo {
		max-width: 400px;
	}
	.panel.main {
		background: rgb(245,245,245) url('../images/bg-main.jpg') no-repeat center right;
		background-size: cover;
		box-shadow: 5px 0 10px 0 rgba(0,0,0,0.2);
		padding: 2rem 2rem 35vh 2rem;
		margin-top: 0;
	}
	
	.action-buttons {
		background: none;
		padding: 0 2rem;
	}
	
	#hero {
		height: 50vh;
		max-height: 50vh;
		width: 100%;
		position: relative;
		background: rgb(0,0,0);
		overflow: hidden;
	}
	#hero .tns-outer,
	#hero .tns-ovh,
	#hero .tns-inner,
	#hero .tns-item {
		height: 50vh !important;
		max-height: 50vh !important;
	}
	
	footer:after {
		width: 320px;
		height: 300px;
	}

	.review .author {
		display: block;
	}

	.featured-reviews {
		height: calc(50vh);
		overflow: hidden;
		padding-bottom: 0;
	}
	
	.featured-reviews:after {
		position: absolute;
		content: '';
		display: block;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 25vh;
		background: linear-gradient(to top,rgba(255, 255, 255,1) 50%, rgba(255, 255, 255, 0) 100%);
	}
	.contact-block .btn-outline-ghost {
		border: 1px solid rgba(0,0,0,0.5) !important;
		color: rgba(0,0,0,1) !important;
	}
	.contact-block .btn-outline-ghost:hover {
		border: 1px solid rgb(0,0,0) !important;
		color: rgb(0,0,0) !important;
	}
	#hero .awards {
		display: block;
	}
	
	.badge {
		background: rgba(255,255,255,0.75);
	}
	
}

/* Extra Large Breakpoint */
@media screen and (min-width: 1200px) { 

	.panel.main {
		padding: 2rem 4rem 35vh 4rem;
		top: 0;
	}
	
	footer:after {
		width: 420px;
		height: 400px;
	}
	
    .form-bottom {
        position: relative;
    }
	
	.contact-block {
		display: block !important;
	}
	
	footer .row {
		display: none;
	}

}

/* Overrsize Breakpoint */
@media screen and (min-width: 1400px) { 

}

/* Shallow Breakpoint */
@media screen and (max-height: 1000px) and (min-width: 992px) {
	.panel.main {
		padding-bottom: 30vh !important;
	}
}
@media screen and (max-height: 1100px) and (min-width: 992px) {
	footer .row {
		display: flex;
	}
	.contact-block {
		display: none !important;
	}
}




/* Slider */

.tns-outer {
  padding: 0 !important; // remove padding: clientWidth = width + padding (0) = width
  [hidden] { display: none !important; }
  [aria-controls], [data-action] { cursor: pointer; }
}
.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
  > .tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.tns-horizontal {
  &.tns-subpixel {
    white-space: nowrap;
    > .tns-item {
      display: inline-block;
      vertical-align: top;
      white-space: normal;
    }
  }
  &.tns-no-subpixel {
    &:after {
      content: '';
      display: table;
      clear: both;
    }
    > .tns-item {
      float: left;
    }
  }
  &.tns-carousel {
    &.tns-no-subpixel {
      > .tns-item {
        margin-right: -100%;
      }
    }
  }
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; // make sure slider container is visible
  // overflow: hidden;
  > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s;
  }
  > .tns-slide-active {
    position: relative;
    left: auto !important;
  }
  > .tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
  }
}
.tns-autowidth { display: inline-block; }
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
  &.tns-complete { opacity: 1; }
}
.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}
.tns-ovh { overflow: hidden; }
.tns-visually-hidden { position: absolute; left: -10000em; }
.tns-transparent { opacity: 0; visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}


// *** Fix a viewport issue in initialization
.tns-vpfix {
  white-space: nowrap;
  > div, > li {
    display: inline-block;
  }
}

// *** Detecting browser capability ***
$width: 310px;
$height: 10px;
$count: 70;
$perpage: 3;

.tns-t {
  &-subp2 {
    margin: 0 auto;
    width: $width;
    position: relative;
    height: $height;
    overflow: hidden;
  }
  &-ct {
    width: (100% * $count / $perpage);
    width: -webkit-calc(100% * #{$count} / #{$perpage});
    width: -moz-calc(100% * #{$count} / #{$perpage});
    width: calc(100% * #{$count} / #{$perpage});
    position: absolute;
    right: 0;
    &:after {
      content: '';
      display: table;
      clear: both;
    }
    > div {
      width: (100% / $count);
      width: -webkit-calc(100% / #{$count});
      width: -moz-calc(100% / #{$count});
      width: calc(100% / #{$count});
      height: $height;
      float: left;
    }
  }
}