.hidden {
	display: none !important;
	visibility: hidden;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 4.08px;
	vertical-align: 4.08px;
	content: "";
	border-top: 4.8px solid;
	border-right: 4.8px solid transparent;
	border-bottom: 0px;
	border-left: 4.8px solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0px;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 8px 0px;
	margin: 2px 0 0;
	font-size: 16px;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #FFF;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.175);
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 2px;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 4.08px;
	vertical-align: 4.08px;
	content: "";
	border-top: 0;
	border-right: 4.8px solid transparent;
	border-bottom: 4.8px solid;
	border-left: 4.8px solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 2px;
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: 4.08px;
	vertical-align: 0;
	content: "";
	border-top: 4.8px solid transparent;
	border-right: 0;
	border-bottom: 4.8px solid transparent;
	border-left: 4.8px solid;
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 2px;
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: 4.08px;
	vertical-align: 0;
	content: "";
	display: none;
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: 4.08px;
	vertical-align: 0;
	content: "";
	border-top: 4.8px solid transparent;
	border-right: 4.8px solid;
	border-bottom: 4.8px solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
	right: auto;
	bottom: auto;
}

.dropdown-divider {
	height: 0;
	margin: 8px 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 4px 24px;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #212529;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #FFF;
	text-decoration: none;
	background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: 8px 24px;
	margin-bottom: 0;
	font-size: 14px;
	color: #6c757d;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: 4px 24px;
	color: #212529;
}

/*
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=05458b2d6d61c08d5162)
 * Config saved to config.json and https://gist.github.com/05458b2d6d61c08d5162
 */

/*
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*

    NOTE: Some styling below has been commented out for popover and tool tip fonts.

    and the below has been put in as a subsitute.

    - LR
*/

.tooltip {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: normal;
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
	text-align: center;
	background-color: #000000;
	border-radius: 4px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}

.popover {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: normal;
}

.popover {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1070;
	max-width: none;
	display: block !important;
	background-color: #FFF;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.popover > .arrow {
	position: absolute;
	display: block;
	width: 16px !important;
	height: 8px !important;
	border-width: unset !important;
	border-color: unset !important;
	border-style: none !important;
}

.popover > .arrow::before,
.popover > .arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-top {
	margin-bottom: 8px;
}

.bs-popover-top > .arrow {
	bottom: calc(-8px - 1px);
}

.bs-popover-top > .arrow::before {
	bottom: 0;
	border-width: 8px 8px 0;
	border-top-color: rgba(0, 0, 0, 0.2) !important;
}

.bs-popover-top > .arrow::after {
	bottom: 1px;
	border-width: 8px 8px 0 !important;
	border-top-color: #FFF !important;
}

.bs-popover-right {
	margin-left: 8px;
}

.bs-popover-right > .arrow {
	left: calc(-8px - 1px);
	width: 8px;
	height: 16px;
}

.bs-popover-right > .arrow::before {
	left: 0;
	border-width: 8px 8px 8px 0;
	border-right-color: rgba(0, 0, 0, 0.2) !important;
}

.bs-popover-right > .arrow::after {
	left: 1px;
	border-width: 8px 8px 8px 0 !important;
	border-right-color: #FFF !important;
}

.bs-popover-bottom {
	margin-top: 8px;
}

.bs-popover-bottom > .arrow {
	top: calc(-8px - 1px);
}

.bs-popover-bottom > .arrow::before {
	top: 0;
	border-width: 0 8px 8px 8px;
	border-bottom-color: rgba(0, 0, 0, 0.2) !important;
}

.bs-popover-bottom > .arrow::after {
	top: 1px;
	border-width: 0 8px 8px 8px !important;
	border-bottom-color: #FFF !important;
}

.bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 16px;
	margin-left: -8px;
	content: "";
	border-bottom: 1px solid #FFF;
}

.bs-popover-left {
	margin-right: 8px;
}

.bs-popover-left > .arrow {
	right: calc(-8px - 1px);
	width: 8px;
	height: 16px;
}

.bs-popover-left > .arrow::before {
	right: 0;
	border-width: 8px 0 8px 8px;
	border-left-color: rgba(0, 0, 0, 0.2) !important;
}

.bs-popover-left > .arrow::after {
	right: 1px;
	border-width: 8px 0 8px 8px !important;
	border-left-color: #FFF !important;
}

.popover-header {
	padding: 16px 8px;
	margin-bottom: 0;
	font-size: 16px;
	background-color: #FFF;
	border-bottom: 1px solid #000;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: 9px 14px;
	color: #212529;
}

.ui-autocomplete.ui-widget-content {
	background-color: #f5f5f5;
	border-radius: 0;
	margin-top: 0;
	color: #6a6a6a;
	border: 0;
	padding: 14px 0;
	padding: 0.875rem 0rem;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	font-size: 13px;
	font-size: 0.8125rem;
}

.ui-autocomplete.ui-widget-content .ui-autocomplete-category,
.ui-autocomplete.ui-widget-content .ui-menu-item {
	padding: 5px 20px;
	padding: 0.3125rem 1.25rem;
}

.ui-autocomplete.ui-widget-content .ui-autocomplete-category span {
	display: block;
	text-transform: uppercase;
	border-bottom: 1px solid #d0d0d0;
	border-bottom: 0.0625rem solid #d0d0d0;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.ui-autocomplete.ui-widget-content .ui-menu-item a {
	color: #6a6a6a;
}

.ui-autocomplete.ui-widget-content .ui-menu-item.ui-state-focus {
	background-color: #efeeee;
	margin: 0;
	border: 0;
}

.ui-autocomplete.ui-widget-content .ui-menu-item.ui-state-focus a {
	font-weight: 700;
}

html.rr-modal-in {
	overflow: hidden;
}

.rr-modal-close {
	cursor: pointer;
}

.rr-modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 200;
}

.rr-modal.modal-gallery {
	overflow-y: hidden;
	background-color: rgba(0, 0, 0, 0.74);
}

.rr-modal.modal-gallery .rr-modal-content {
	top: 48px;
	top: 3rem;
}

.modal-header {
	background-color: #fff;
	border-bottom: 1px solid #e1e1e1;
	*zoom: 1;
}

.modal-header:before,
.modal-header:after {
	display: table;
	content: "";
}

.modal-header:after {
	clear: both;
}

.modal-header .modal-logo {
	background: url(/frontend/v2/dist/images/redrow/logo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
	display: block;
	width: 158px;
	width: 9.875rem;
	height: 28px;
	height: 1.75rem;
	margin-left: 20px;
	margin-left: 1.25rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.modal-header .rr-modal-close-btn {
	cursor: pointer;
}

.modal-header .rr-modal-close-btn.header-close {
	float: right;
	height: 60px;
	height: 3.75rem;
	width: 60px;
	width: 3.75rem;
	border-left: 1px solid #e1e1e1;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 57px;
	line-height: 3.5625rem;
	text-align: center;
}

.full-width-modal {
	background-color: #fff;
	overflow: hidden;
}

.full-width-modal .rr-modal-content {
	position: fixed;
	top: 61px;
	top: 3.8125rem;
	bottom: 0;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	max-width: 100%;
}

.full-width-modal .modal-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.fixed-width-modal {
	background-color: rgba(62, 62, 62, 0.8);
	overflow: hidden;
	overflow-y: auto;
}

.fixed-width-modal .modal-width-wrap {
	background-color: #fff;
	width: 100%;
	max-width: 920px;
	max-width: 57.5rem;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.fixed-width-modal .rr-modal-content {
	padding: 30px;
	padding: 1.875rem;
}

.fixed-width-modal.video-modal .modal-header {
	display: none;
}

.fixed-width-modal.video-modal .rr-modal-content {
	padding: 0;
}

.fixed-width-modal.video-modal .modal-width-wrap {
	width: 92%;
	max-width: 1200px;
	max-width: 75rem;
	min-height: 0;
	height: auto;
}

.rr-modal-in-page-content {
	display: none;
}

.rr-modal-content .rr-modal-in-page-content {
	display: block;
}

/* Below code is for fixed width modals - currently not in use */

.rr-modal-mask {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(82, 82, 82, 0.57);
	z-index: 120;
}

.rr-modal-frame {
	display: block;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}

.video-modal .rr-modal-frame {
	display: table;
}

.rr-modal-frame-inner {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	vertical-align: middle;
}

.video-modal .rr-modal-frame-inner {
	display: table-cell;
}

/* Custom modal styling */

.rr-modal.no-header .modal-header {
	display: none;
}

.rr-modal.no-logo .modal-header {
	border: 0;
	padding: 0;
	position: relative;
}

.rr-modal.no-logo .modal-header .modal-logo {
	display: none;
}

.rr-modal.no-logo .modal-header .rr-modal-close-btn.header-close {
	border: 0;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.masked-field {
	display: none;
	visibility: hidden;
}

@media (min-width: 480px) {

.rr-modal-frame {
	display: table;
}

.rr-modal-frame-inner {
	position: static;
	display: table-cell;
}

}

@media (min-width: 920px) {

.fixed-width-modal .modal-width-wrap {
	height: auto;
	min-height: 0;
}

}

