/*
Theme Name: JW Prestige Agents Theme
Theme URI: https://prestigeagents.com.au
Description: A JW Prestige Agents Theme
Author: Mitch Parnell
Version: 2.0.0
*/


/*________ GLOBAL ELEMENTS ________*/

@import url('frontend/css/devs-form.css');

* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
abbr[title],
acronym[title] {
	text-decoration: none;
}
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}

.ie * {

}
img {
	display: block;
	border: 0;
	position: relative;
}
img.animate {
	/*chrome fix for animations */
	-webkit-backface-visibility: hidden;
}
a {
	outline: none;
	text-decoration: underline;
	color: #131a1f;
}
a:hover,
a:focus {
	color: #828282;
	text-decoration: none;
}
a[href*='tel:'] {
	cursor: default;
	text-decoration: none;
}
html {
	font-size: 100%;
}
body {
	font-family: 'Source Sans Pro', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	color: #131a1f;
	line-height: 1;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
	-ms-text-size-adjust: 100%;

	background: #fff -webkit-linear-gradient(top, #FFF, #FFF) repeat-x; /* windows chrome fixed scrolling replication issue */
  	background-attachment: fixed; /* windows chrome fixed scrolling replication issue */
}

.wrapper {
	width: 100%;
	max-width: 1120px;
	max-width: 70rem;
	margin: 0 auto;
	padding: 0 20px;
	padding: 0 1.25rem;
}
.wrapper.small {
	max-width: 840px;
	max-width: 52.5rem;
}
.wrapper.large {
	max-width: 1340px;
	max-width: 83.75rem;
}
.wrapper.full {
	max-width: 100%;
}
.ie .wrapper {
	width: 1160px;
}
.section {
	padding: 40px 0;
	padding: 2.5rem 0;
}

.font-arial {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}


/*________ HEADER & NAV ________*/

.header {
	position: relative;
}
.header .wrapper {
	width: 100%;
	height: 140px;
	height: 8.75rem;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.header .logo {
	width: 100%;
	position: relative;
	max-width: 182px;
	max-width: 11.375rem;
	z-index: 1600;
}
.header .logo img {
	width: 100%;
	height: auto;
}

.navContainer {
	width: 100%;
	position: absolute;
	z-index: 1500;
	height: 60px;
	height: 3.75rem;
	left: 0;
}
.navContainer .wrapper {
	height: 100%;
}


.navToggle {
	transition: background 0.3s;
	overflow: hidden;
	position: relative;
	background: transparent;
	width: 40px;
	width: 2.5rem;
	display: block;
	margin: 6px 16px 0 0;
	margin: 0.375rem 1rem 0 0;
	float: right;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
}

.navToggle span.icon {
	position: absolute;
	top: 12px;
	top: 0.75rem;
	left: 0;
	right: 0;
	margin: auto;
	width: 32px;
	width: 2rem;
	height: 3px;
	height: 0.1875rem;
	background-color: #fff;
	transition: background 0s 0.3s;
	display: block;
}
.navToggle span.icon::before,
.navToggle span.icon::after {
	position: absolute;
	display: block;
	left: 0;
	width: 32px;
	width: 2rem;
	height: 3px;
	height: 0.1875rem;
	background-color: #fff;
	content: "";
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}
.navToggle span.icon::before {
	top: -10px;
	top: -0.625rem;
	transition-property: top, transform;
}
.navToggle span.icon::after {
	bottom: -10px;
	bottom: -0.625rem;
	transition-property: bottom, transform;
}
.navToggle.toggled span.icon {
	background-color: transparent;
}
.navToggle.toggled span.icon::before {
	top: 0;
	transform: rotate(45deg);
}
.navToggle.toggled span.icon::after {
	bottom: 0;
	transform: rotate(-45deg);
}
.navToggle.toggled span.icon::before,
.navToggle.toggled span.icon::after {
	transition-delay: 0s, 0.3s;
}

.navToggle span.text {
	display: block;
	padding: 30px 0 0;
	padding: 1.875rem 0 0;
}
.navToggle:focus span.text,
.navToggle.toggled span.text {
	display: none;
}
.navToggle:after {
	display: block;
	padding: 30px 0 0;
	padding: 1.875rem 0 0;
}
.navToggle:focus:after {
	content: 'Open';
}
.navToggle.toggled:after {
	content: 'Close';
}

.mainNav {
	opacity: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 80px;
	top: 5rem;
	padding: 0 20px;
	padding: 0 1.25rem;
	left: 0;
	width: 100%;
}
.mainNav.show {
	opacity: 1;
	height: auto;
	overflow: visible;
}
.mainNav.show:after {
	content: '';
	display: block;
	width: 100%;
	width: calc(100% - 40px);
	width: calc(100% - 2.5rem);
	height: 100%;
	top: 0;
	border-radius: 6px;
	border-radius: 0.375rem;
	left: 20px;
	left: 1.25rem;
	position: absolute;
	-webkit-box-shadow: 0 1px 6px 1px rgba(0,0,0,0.35);
	box-shadow: 0 1px 6px 1px rgba(0,0,0,0.35);
	z-index: 1;
}
.mainNav li {
	width: 100%;
	float: none;
	position: relative;
	list-style: none;
	z-index: 2;
	padding: 0 20px;
	padding: 0 1.25rem;
}
.mainNav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
	border-bottom: 1px solid #42484c;
	transition: all 0.15s linear;
    text-transform: uppercase;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
}
.mainNav li:hover > a,
.mainNav li.hover > a,
.mainNav li a:focus {
}



.mainNav li.menu-item-has-children > a:after {
	content: '';
    display: inline-block;
	height: 6px;
	height: 0.375rem;
	width: 6px;
	width: 0.375rem;
	position: relative;
	top: -2px;
	top: -0.125rem;
	margin-left: 6px;
	margin-left: 0.375rem;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
	transition: all 0.15s linear;
    transform: rotate(45deg);
}
.mainNav li.menu-item-has-children:hover > a:after {
	border-color: #6eade1;
}
.mainNav li.menu-item-has-children.hover > a:after {
	border-color: #6eade1;
	-ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* First Level */
.mainNav > li {
	background-color: #131a1f;
}
.mainNav > li:first-child {
	overflow: hidden;
}
.mainNav > li:last-child {
	overflow: hidden;
	border-bottom: none;
}
.mainNav > li > a {
	line-height: 50px;
	line-height: 3.125rem;
}
.mainNav > li:last-child > a {
	border-bottom: none;
}
.mainNav > li:hover > a,
.mainNav > li.hover > a,
.mainNav > li > a:focus {
	color: #6eade1;
}
.mainNav > li:last-child ul {
	border-radius: 0 0 6px 6px;
	border-radius: 0 0 0.375rem 0.375rem;
	overflow: hidden;
}

/* Second Level */
.mainNav ul {
	display: none;
	width: 100%;
	position: relative;
	padding: 16px 24px 32px;
	padding: 1rem 1.5rem 2rem;
	border-bottom: 1px solid #42484c;
}
.mainNav li.hover > ul {
	display: block;
}
.mainNav ul li {
	padding: 0;
}
.mainNav ul li a {
	padding: 0;
	line-height: 40px;
	line-height: 2.5rem;
	font-size: 14px;
	font-size: 0.875rem;
	color: #fff;
	border-bottom: 1px solid #42484c;
}
.mainNav ul li a:hover,
.mainNav ul li a:focus {
 	color: #6eade1;
}

/* Third Level */
.mainNav ul ul {
	padding: 16px 0 16px 24px;
	padding: 1rem 0 1rem 1.5rem;
}





/*________ CONTENT ________*/

.contentSection {
	clear: both;
	width: 100%;
}

.contentContainer {
	padding: 40px 0;
	padding: 2.5rem 0;
}
.content {
}

.content h1,
.content .h1,
.content h2,
.content .h2,
.content h3,
.content .h3,
.content h4,
.content .h4,
.content h5,
.content .h5,
.content h6,
.content .h6 {
	line-height: 1.15;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	font-weight: 400;
	text-transform: uppercase;
	font-family: rift-soft, sans-serif;
}
.content h1,
.content .h1 {
	font-size: 52px;
	font-size: 3.25rem;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
}
.content h2,
.content .h2 {
	font-size: 44px;
	font-size: 2.75rem;
	padding-bottom: 28px;
	padding-bottom: 1.75rem;
}
.content h3,
.content .h3 {
	font-size: 36px;
	font-size: 2.25rem;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
}
.content h4,
.content .h4 {
	font-size: 28px;
	font-size: 1.75rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}
.content h5,
.content .h5 {
	font-size: 24px;
	font-size: 1.5rem;
}
.content h6,
.content .h6 {
	font-size: 20px;
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: 700;
}
.content p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	line-height: 1.8;
}
.content ul,
.content ol {
	padding: 0 0 20px 40px;
	padding: 0 0 1.25rem 2.5rem;
	line-height: 1.8;
}
.content ul ul,
.content ol ol {
	padding-bottom: 0;
}
.content blockquote {
	font-style: italic;
	padding: 0 0 0 40px;
	padding: 0 0 0 2.5rem;
	margin: 0 0 20px 20px;
	margin: 0 0 1.25rem 1.25rem;
	border-left: 4px solid #222;
	border-left: 0.25rem solid #222;
}
.content iframe {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.content img {
	max-width: 100%;
	height: auto;
}
.content table {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	width: 100%;
	text-align: left;
	line-height: 1.8;
    border-collapse: collapse;

    /*Make table horizontally scroll*/
	display: block;
    overflow-x: auto;
    white-space: nowrap;
}
.content table thead tr {
}
.content table thead tr th {
    padding: 4px;
    padding: 0.25rem;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
}
.content table tbody tr {
	border-top: 1px dotted #ccc;
}
.content table tbody tr td {
	padding: 4px;
    padding: 0.25rem;
    font-size: 12px;
    font-size: 0.75rem;
}
.content hr {
	border: none;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	display: block;
	clear: both;
	border-bottom: 1px solid #ccc;
}
.content .entryContent {
	overflow: hidden;
	width: 100%;
}
.content a.readMore {
	display: inline-block;
}
.content .grecaptcha-badge {
	display: none !important;
}


.content .articleMeta {
	margin: 0 0 16px;
	margin: 0 0 1rem;
	padding-bottom: 4px;
	padding-bottom: 0.25rem;
	border-bottom: 1px solid #e1e1e1;
}
.content .articleMeta p {
	padding: 0 0 4px;
	padding: 0 0 0.25rem;
	font-size: 12px;
	font-size: 0.75rem;
	color: #6d6e71;
}
.content .articleMeta p strong {
	color: #6d6e71;
}
.content .articleMeta p a {
	color: #6d6e71;
}

.content .fc_container {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.content .subHeading {
	color: #131a1f;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    padding: 0 0 12px;
    padding: 0 0 0.75rem;
}
.content .sectionTitle {
    font-family: rift-soft, sans-serif;
    text-transform: uppercase;
	font-size: 52px;
	font-size: 3.25rem;
	color: #131a1f;
    padding-bottom: 0;
}
.content .arrow {
	display: block;
	width: 24px;
	width: 1.5rem;
	height: 24px;
	height: 1.5rem;
}
.content .arrow[disabled],
.content .arrow[disabled]:hover {
	pointer-events: none;
	opacity: 0.6;
}
.content .arrow.navNext {
	transform: rotate(-135deg);
}
.content .arrow.navPrevious {
	transform: rotate(45deg);
}
.content .arrow svg * {
	fill: #42484c;
	transition: all 0.15s linear;
}
.content .arrow:hover svg * {
	fill: #6eade1;
}





/*________ SECTIONS ________*/

.section .content .subHeading,
.section .content .sectionTitle {
	color: #fff;
}




/*________ SIDEBAR ________*/

.sidebar {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
}


.sidebar .section {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}

.sidebar .section h5,
.sidebar .section h6 {
	line-height: 1.25;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	font-size: 16px;
	font-size: 1rem;
}

.sidebar .section ul.basicList {
	list-style: none;
	border-top: 1px dotted #ccc;
}
.sidebar .section ul.basicList li {
	list-style: none;
	border-bottom: 1px dotted #ccc;
}
.sidebar .section ul.basicList li a {
	line-height: 1.8;
	padding: 8px 0;
	padding: 0.5rem 0;
	display: block;
	text-decoration: none;
	transition: all 0.15s linear;
	font-size: 14px;
	font-size: 0.875rem;
}
.sidebar .section ul.basicList li a:hover,
.sidebar .section ul.basicList li a:focus {
	padding-left: 4px;
	padding-left: 0.25rem;
}

/*________ MAKE AN OFFER BUTTON ________*/

body #OfferKit_make-an-offer {
	background-color: #003663;
	border-radius: 0px;
	border: 1px #fff;
}

/*________ LIGHT GALLERY ________*/

body .lg-backdrop {
	background-color: rgba(0,0,0,0.8);
}
body.admin-bar .lg-outer {
	padding-top: 32px;
}
body .lg-outer .lg-toolbar {
	background-color: transparent;
}
body .lg-outer .lg-sub-html p {
	margin-top: 0;
}
body .lg-outer .lg-sub-html a {
	color: #fff;
	text-decoration: none;
}
body .lg-outer .lg-sub-html a:hover,
body .lg-outer .lg-sub-html a:focus {
	text-decoration: underline;
}


/*________ SLICK SLIDER ________*/

.slick-slider button.slick-arrow {
	position: absolute;
	bottom: 0;
	left: 40px;
	left: 2.5rem;
	text-indent: -9999px;
	background-color: transparent;
	z-index: 100;
    transform: rotate(-135deg);
}
.slick-slider button.slick-prev {
    transform: rotate(45deg);
	left: 8px;
	left: 0.5rem;
}
.slick-slider button.slick-arrow.slick-disabled,
.slick-slider button.slick-arrow.slick-disabled:hover {
	pointer-events: none;
	opacity: 0.6;
}


.slick-slider .slick-dots {
	width: 100%;
	padding: 0;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: flex-start;
}
.slick-slider .slick-dots li {
	width: 12px;
	width: 0.75rem;
	height: 12px;
	height: 0.75rem;
	margin: 0 5px 10px;
	margin: 0 0.3125rem 0.625rem;
	list-style: none;
}
.slick-slider .slick-dots li button {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: transparent;
	transition: all 0.15s linear;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.1);
}
.slick-slider .slick-dots li.slick-active button,
.slick-slider .slick-dots li button:hover,
.slick-slider .slick-dots li button:focus {
	background-color: #fff;
}




/*________ MISC ________*/

.show-1340,
.show-1240,
.show-1140,
.show-1040,
.show-940,
.show-840,
.show-740,
.show-640,
.show-540,
.show-440,
.show-340 {
	display: none;
}

.backstretchThis {
	overflow: hidden;
}

img.fittedBg {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
    font-family: 'object-fit: cover;';
}

.injectSvg {
	overflow: hidden;
	display: none;
}
.injectSvg.injected-svg {
	display: block;
}

.ui-widget {
	font-family: inherit !important;
}

.mapContainer {
	position: relative;
	width: 100%;
	min-height: 400px;
	min-height: 25rem;
}
.mapContainer .locationCanvas {
	width: 100%;
	height: 100%;
	position: absolute;
}
.mapContainer img {
	max-width: none;
}
.mapContainer .gm-style-cc {
	display: none;
}

.hyphenate { /*allow really big words to wrap*/
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.flexBlocks {
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	width: auto;

	margin-left: -20px;
	margin-left: -1.25rem;
	margin-right: -20px;
	margin-right: -1.25rem;
}
.flexBlocks .flexBlock {
	padding: 0 20px;
	padding: 0 1.25rem;

	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;

	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}


.hide {
	display: none;
}
.clearFix::after {
	clear: both;
	display: block;
	content: ' ';
	visibility: hidden;
	line-height: 0;
	height: 0;
}

button {
	cursor: pointer;
	font-family: inherit;
}
button::-moz-focus-inner { /* Remove stupid button padding in FF */
    border:0;
    padding:0;
}
.fc_container form.elab_form input[type="submit"],
.fc_container form.elab_form button[type="submit"],
.button {
    display: inline-block;
    color: #fff;
	text-transform: uppercase;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    text-decoration: none;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0;
    margin: 0 0 12px;
    margin: 0 0 0.75rem;
	padding: 8px 24px;
    padding: 0.5rem 1.5rem;
    transition: all 0.25s linear;
}
.fc_container form.elab_form input[type="submit"]:hover,
.fc_container form.elab_form button[type="submit"]:hover,
.button:hover {
    color: #6eade1;
	background-color: transparent;
    border: 1px solid #6eade1;
}

.navigation .wp-pagenavi span,
.navigation .wp-pagenavi a {
	border: none;
}

.flexibleContainer { /* Flexible iFrame */
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.flexibleContainer iframe,
.flexibleContainer object,
.flexibleContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoContainer {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}
.videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.animate,
.animate:hover,
.animate:focus,
.animate:active {
	transition: all 0.15s linear;
}

.centerVertical {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	position: relative;
}
.absoluteWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



ul.socialNav {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	align-content: flex-start;
}
ul.socialNav li {
	list-style: none;
	padding: 0 0 10px;
	padding: 0 0 0.625rem;
}
ul.socialNav li:not(:last-child) {
	padding-right: 10px;
	padding-right: 0.625rem;
}
ul.socialNav li a {
	display: block;
	width: 32px;
	width: 2rem;
	height: 32px;
	height: 2rem;
	position: relative;
	border-radius: 2px;
	border-radius: 0.125rem;
	overflow: hidden;
}
ul.socialNav li a span {
	display: block;
	width: 100%;
	height: 100%;
	transform: translateZ(0);
	transition-duration: 0.4s;
	transition-property: transform;
}
ul.socialNav li.facebook a span {
	background-color: #3b5998;
}
ul.socialNav li.twitter a span {
	background-color: #238ccc;
}
ul.socialNav li.instagram a span {
	background-color: #3f729b;
}
ul.socialNav li.youtube a span {
	background-color: #cd201f;
}
ul.socialNav li.googlePlus a span {
	background-color: #c13727;
}
ul.socialNav li.tripAdvisor a span {
	background-color: #26a146;
}
ul.socialNav li a span img,
ul.socialNav li a span svg {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
  	height: auto;
}
ul.socialNav li a:hover span,
ul.socialNav li a:focus span,
ul.socialNav li a:active span {
	background-color: #333 !important;
}
ul.socialNav li a span * {
	fill: #fff;
}
ul.socialNav li.facebook a span svg,
ul.socialNav li.facebook a span img {
	max-width: 50%;
}
ul.socialNav li.twitter a span svg,
ul.socialNav li.twitter a span img {
	max-width: 50%;
}
ul.socialNav li.instagram a span svg,
ul.socialNav li.instagram a span img {
	max-width: 50%;
}
ul.socialNav li.youtube a span svg,
ul.socialNav li.youtube a span img {
	max-width: 50%;
}
ul.socialNav li.googlePlus a span svg,
ul.socialNav li.googlePlus a span img {
	max-width: 50%;
}
ul.socialNav li.pinterest a span svg,
ul.socialNav li.pinterest a span img {
	max-width: 40%;
}
ul.socialNav li.tripAdvisor a span svg,
ul.socialNav li.tripAdvisor a span img {
	max-width: 50%;
}
ul.socialNav li.linkedIn a span svg,
ul.socialNav li.linkedIn a span img {
	max-width: 50%;
}


/*________ FORMS ________*/

form *,
form.elab_form *,
.fc_container form.elab_form * {
	font-family: inherit;
	font-size: 14px;
	font-size: 0.875rem;
}
form ::-webkit-input-placeholder { /* WebKit browsers */
	color: #131a1f;
	text-transform: uppercase;
	letter-spacing: 2px;
	letter-spacing: 0.125rem;
}
form :-moz-placeholder { /* Firefox 18- */
	color: #131a1f;
	opacity: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
	letter-spacing: 0.125rem;
}
form ::-moz-placeholder {  /* Firefox 19+ */
	color: #131a1f;
	opacity: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
	letter-spacing: 0.125rem;
}
form :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #131a1f;
	text-transform: uppercase;
	letter-spacing: 2px;
	letter-spacing: 0.125rem;
}

.fc_container form.elab_form fieldset label {
	display: none;
}
form.search .fieldContainer input[type="text"],
form .fieldContainer .inputContainer input[type="text"],
form .fieldContainer .inputContainer input[type="email"],
form .fieldContainer .inputContainer input[type="tel"],
.fc_container form.elab_form fieldset input[type="text"],
.fc_container form.elab_form fieldset textarea {
	color: #131a1f;
	border: none;
	border-radius: 0;
	background-color: transparent;
	border-bottom: 1px solid rgba(19, 26, 31, 0.2); 
	padding: 0;
	height: 44px;
	height: 2.75rem;
	transition: all 0.25s linear;
}
.fc_container form.elab_form fieldset input[type="text"]:focus,
.fc_container form.elab_form fieldset textarea:focus {
	border-color: rgba(255, 255, 255, 1); 
}
.fc_container form.elab_form fieldset textarea {
	padding-top: 12px;
	padding-top: 0.75rem;
	padding-bottom: 12px;
	padding-bottom: 0.75rem;
	height: 200px;
	height: 12.5rem;
}

.fc_container form.elab_form input[type="submit"],
.fc_container form.elab_form button[type="submit"] {
	float: none;
}

.fc_container form.elab_form .footnote {
	display: none;
}
.fc_container form.elab_form .footnote.error-field {
	display: block;
}


form .fieldContainer .ui-selectmenu-button  {
	width: 100%;
    height: 44px;
    height: 2.75rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	letter-spacing: 0.125rem;
	padding: 0 0 0 4px;
	padding: 0 0 0 0.25rem;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(19, 26, 31, 0.2);
    transition: border-bottom 0.15s ease;
}
form .fieldContainer input[type="text"]:focus,
form .fieldContainer .ui-selectmenu-button:focus {
	border-color: #656565;
}
form .fieldContainer .ui-selectmenu-button .ui-selectmenu-text {
	height: 44px;
	height: 2.75rem;
	line-height: 44px;
	line-height: 2.75rem;
    position: relative;
    margin-right: 0;
}
form .fieldContainer .ui-selectmenu-button .ui-selectmenu-text:after {
    content: '';
    display: inline-block;
    position: relative;
    height: 6px;
    height: 0.375rem;
    width: 6px;
    width: 0.375rem;
    transform: rotate(135deg);
    border-style: solid;
    border-width: 1px 1px 0 0;
    margin: 0 4px 3px 6px;
}
form .fieldContainer .ui-selectmenu-button .ui-menu-item-wrapper {
	text-transform: uppercase;
}
form .fieldContainer .ui-selectmenu-button .ui-selectmenu-icon {
	display: none;
}
div.ui-selectmenu-menu ul.ui-widget.ui-widget-content {
	border: 1px solid rgba(19, 26, 31, 0.2);
}
div.ui-selectmenu-menu ul.ui-widget.ui-widget-content li.ui-menu-item div.ui-menu-item-wrapper {
    padding-top: 12px;
    padding-top: 0.75rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
	border-bottom: 1px solid rgba(19, 26, 31, 0.2);
	text-transform: capitalize;
}



/*________ WP IMAGES ________*/

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.wp-caption {
	background: #f1f1f1;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	max-width: 100%;
	padding: 4px;
	padding: 0.25rem;
	text-align: center;
}
.wp-caption img {
	padding: 4px 4px 0;
	padding: 0.25rem 0.25rem 0;
	max-width: 100%;
	height: auto;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 4px;
	padding: 0.25rem;
}
.wp-smiley {
	margin: 0;
}

.gallery {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	clear: both;
	width: 100%;
	width: calc(100% + 20px);
	width: calc(100% + 1.25rem);
	text-align: left;
}
.gallery .gallery-item {
	width: 100%;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	min-width: 120px;
	min-width: 7.5rem;
	padding: 0 20px 20px 0;
	padding: 0 1.25rem 1.25rem 0;
}
.gallery .gallery-item a {
	display: block;
	background-color: #222;
	overflow: hidden;
}
.gallery .gallery-item img {
	width: 100%;
	height: auto;
	transition: all 0.15s linear;
	-webkit-backface-visibility: hidden;
}
.gallery .gallery-item a img:hover,
.gallery .gallery-item a img:focus {
	opacity: 0.8;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	text-align: center;
	line-height: 1.8;
}
.gallery br {
	display: none;
}
.gallery dl {
	margin: 0;
}
.content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}




/*________ FRONT PAGE ________*/


/*________ CONTACT PAGE ________*/


/*________ ARCHIVE PAGES ________*/


/*________ CATEGORY PAGES ________*/


/*________ TAXONOMY PAGES ________*/


/*________ SINGLE PAGES ________*/



/*________ WP PRINT ________*/

@media print {

}


/*________ RESPONSIVE ________*/

/* 340px */
@media (min-width: 21.25em) {

	/*________ MISC ________*/

	.hide-340 {
		display: none;
	}
	.show-340 {
		display: block;
	}
	.show-340.inline {
		display: inline;
	}
	.show-340.inline-block {
		display: inline-block;
	}


	/*________ WP IMAGES ________*/

	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item {
		width: 50%;
	}


}

/* 440px */
@media (min-width: 27.5em) {

	/*________ CONTENT ________*/

	.content .articleMeta {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: nowrap;
	}
	.content .articleMeta p {
		padding-right: 12px;
		padding-right: 0.75rem;
		padding-bottom: 0;
		margin: 0 12px 10px 0;
		margin: 0 0.75rem 0.625rem 0;
		position: relative;
	}
	.content .articleMeta p:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 1px;
		height: 10px;
		height: 0.625rem;
		background-color: #999;
	}
	.content .articleMeta p:last-child {
		margin-right: 0;
		padding-right: 0;
	}
	.content .articleMeta p:last-child:after {
		display: none;
	}



	/*________ MISC ________*/

	.hide-440 {
		display: none;
	}
	.show-440 {
		display: block;
	}
	.show-440.inline {
		display: inline;
	}
	.show-440.inline-block {
		display: inline-block;
	}


	/*________ WP IMAGES ________*/

	.alignleft,
	img.alignleft {
		display: inline;
		float: left;
		margin-right: 24px;
		margin-right: 1.5rem;
	}
	.alignright,
	img.alignright {
		display: inline;
		float: right;
		margin-left: 24px;
		margin-left: 1.5rem;
	}

	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item {
		width: 33.33%;
	}
}

/* 540px */
@media (min-width: 33.75em) {

	/*________ MISC ________*/

	.hide-540 {
		display: none;
	}
	.show-540 {
		display: block;
	}
	.show-540.inline {
		display: inline;
	}
	.show-540.inline-block {
		display: inline-block;
	}



	/*________ WP IMAGES ________*/

	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item {
		width: 25%;
	}
}

/* 640px */
@media (min-width: 40em) {

	/*________ HEADER ________*/

	.mainNav {
		max-width: 640px;
		max-width: 40rem;
		margin: 0 auto;
		right: 0;
	}

	/*________ MISC ________*/

	.hide-640 {
		display: none;
	}
	.show-640 {
		display: block;
	}
	.show-640.inline {
		display: inline;
	}
	.show-640.inline-block {
		display: inline-block;
	}


	/*________ WP IMAGES ________*/

	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item {
		width: 20%;
	}
}

/* 740px */
@media (min-width: 46.25em) {

	/*________ CONTENT ________*/

	.section,
	.contentContainer {
		padding: 80px 0;
		padding: 5rem 0;
	}
	.contentContainer .wrapper {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: nowrap;
	}

	.mainContent .wrapper .content {
		width: calc(100% - 340px);
		width: calc(100% - 21.25rem);
		flex-shrink: 1;
		flex-grow: 1;
	}


	/*________ SIDEBAR ________*/

	.mainContent .wrapper .sidebar {
		width: 340px;
		width: 21.25rem;
		padding-left: 24px;
		padding-left: 1.5rem;
		flex-shrink: 0;
		flex-grow: 0;
	}


	/*________ MISC ________*/

	.hide-740 {
		display: none;
	}
	.show-740 {
		display: block;
	}
	.show-740.inline {
		display: inline;
	}
	.show-740.inline-block {
		display: inline-block;
	}


	/*________ WP IMAGES ________*/

	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item {
		width: 16.66%;
	}
}

/* 782px //should only be used for .admin-bar items */
@media (min-width: 48.875em) {

}

/* 840px */
@media (min-width: 52.5em) {




	/*________ CONTENT ________*/



	/*________ MISC ________*/

	.hide-840 {
		display: none;
	}
	.show-840 {
		display: block;
	}
	.show-840.inline {
		display: inline;
	}
	.show-840.inline-block {
		display: inline-block;
	}


	/*________ WP IMAGES ________*/

	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item {
		width: 14.28%;
	}
}

/* 940px */
@media (min-width: 58.75em) {


	/*________ CONTENT ________*/

	.content .subHeading,
	.content .sectionTitle {
		text-align: center;
	}


	/*________ MISC ________*/

	.hide-940 {
		display: none;
	}
	.show-940 {
		display: block;
	}
	.show-940.inline {
		display: inline;
	}
	.show-940.inline-block {
		display: inline-block;
	}

	/*________ WP IMAGES ________*/

	.gallery-columns-8 .gallery-item {
		width: 12.5%;
	}
}

/* 1040px */
@media (min-width: 65em) {

	/*________ HEADER & NAV ________*/

	.header .logo {
	    margin-right: 28px;
	    margin-right: 1.75rem;
	}
	.navContainer {
		position: relative;
		height: unset;
	}

	/* Solid MultiLevel Css Nav */
	.mainNav {
		max-width: 100%;
		position: relative;
		opacity: 1;
		height: auto;
		top: auto; right: auto; left: auto;
		overflow: visible;
		padding: 0;
		width: auto;

		flex-shrink: 0;
		margin-bottom: 0;
	}
	.mainNav.show:after {
		display: none;
	}
	.mainNav li {
		padding: 0;
	}
	.mainNav li a {
		border-bottom: none;
		padding: 0 14px;
		padding: 0 0.875rem;
		font-size: 14px;
		font-size: 0.875rem;
		text-transform: uppercase;
	}
	.mainNav > li.menu-item-has-children > a {
	}
	.mainNav li a:hover,
	.mainNav li a:focus {

	}

	/* Level 1 */
	.mainNav > li {
		float: left;
		width: auto;
		background-color: transparent;
	}
	.mainNav > li:first-child,
	.mainNav > li:last-child {
		border-radius: 0;
		overflow: visible;
	}
	.mainNav > li > a {
		line-height: 40px;
		line-height: 2.5rem;
		padding-bottom: 8px;
		padding-bottom: 0.5rem;
	}
	.mainNav > li:first-child > a {
	}
	.mainNav > li:last-child > a {
	}
	.mainNav li.current-menu-parent > a,
	.mainNav li.current-menu-item > a {
	}
	.mainNav > li:hover > a,
	.mainNav > li:focus > a {
	}

	/* Level 2 */
	.mainNav ul {
		display: none;
		margin: 0;
		width: 248px;
		width: 15.5rem;
		position: absolute;
		top: 48px;
		top: 3rem;
		left: 0;
		display: block;
		height: 0;
		opacity: 0;
		overflow: hidden;
		padding: 0;
		border: none;
	}
	.mainNav > li:last-child ul {
		/*Holdover from mobile nav*/
		border-radius: 0;
	}
	.mainNav > li:last-child > ul {
		/* Prevent dropdown nav items from flowing off screen */
		left: auto;
		right: 0;
	}
	.mainNav > li:last-child > ul ul {
		left: auto;
		right: 248px;
		right: 15.5rem;
	}


	.mainNav li:hover > ul,
	.mainNav li:focus > ul,
	.mainNav li[aria-expanded="true"] > ul {
		height: auto;
		opacity: 1;
		overflow: visible;
		padding: 12px 0 40px;
		padding: 0.75rem 0 2.5rem;
	}
	.mainNav ul {
	    background-color: #131a1f;
	}
	.mainNav ul li {
		padding: 0 24px;
		padding: 0 1.5rem;
	}
	.mainNav ul li a {
	}

	.mainNav ul li a:hover,
	.mainNav ul li a:focus {
	}

	.mainNav ul li.menu-item-has-children > a {
		padding-right: 20px;
		padding-right: 1.25rem;
	}
	.mainNav ul li.menu-item-has-children > a:after {
	    -ms-transform: rotate(-90deg);
	    -webkit-transform: rotate(-90deg);
	    transform: rotate(-90deg);
	    right: 0;
	}

	/* Level 3 */
	.mainNav ul ul {
		padding: 0;
		left: 248px;
		left: 15.5rem;
    	top: -10px;
    	top: -1rem;
    	background-color: #dc601d;
	}

	/* Level 4 */
	.mainNav ul ul ul {
		padding: 0;
	}




	
	.mainNav > li.menu-item-has-children > a {
	}


	/*________ MISC ________*/

	.hide-1040 {
		display: none;
	}
	.show-1040 {
		display: block;
	}
	.show-1040.inline {
		display: inline;
	}
	.show-1040.inline-block {
		display: inline-block;
	}
}


/* 1140px */
@media (min-width: 71.25em) {

	/*________ HEADER & NAV ________*/

	.header .logo {
	    margin-right: 36px;
	    margin-right: 2.25rem;
	}
	.mainNav > li > a {
		padding: 0 22px 8px;
		padding: 0 1.375rem 0.5rem;
	}
	.mainNav > li:last-child > ul ul {
		left: 248px;
		left: 15.5rem;
		right: auto;
	}


	/*________ MISC ________*/

	.hide-1140 {
		display: none;
	}
	.show-1140 {
		display: block;
	}
	.show-1140.inline {
		display: inline;
	}
	.show-1140.inline-block {
		display: inline-block;
	}
}


/* 1240px */
@media (min-width: 77.5em) {

	/*________ HEADER & NAV ________*/

	/* Reset dropdown nav items to drop down normally */
	.mainNav > li:last-child > ul {
		right: auto;
		left: 0;
	}
	.mainNav li a {
		letter-spacing: 3px;
		letter-spacing: 0.1875rem;
	}


	/*________ MISC ________*/

	.hide-1240 {
		display: none;
	}
	.show-1240 {
		display: block;
	}
}


/* 1340px */
@media (min-width: 83.75em) {

	/*________ MISC ________*/

	.hide-1340 {
		display: none;
	}
	.show-1340 {
		display: block;
	}
}


/* 1440px */
@media (min-width: 90em) {

}


/* 1540px */
@media (min-width: 96.25em) {

}




/* HEIGHT */

/* 640px */
@media (min-height: 40em) {


}




/* MIXED */

@media (min-height: 46.25em) and (min-width: 65em) {

	/*________ HEADER & NAV ________*/

	.sticky-wrapper {
		background-color: #fff; 
	}
	.header.stuck {
		position: fixed;
		top: -64px;
		top: -4rem;
		left: 0;
		height: 140px;
		height: 8.75rem;
		width: 100%;
	    z-index: 2;
	    transition: top 0.7s ease;
	}
	.admin-bar .header.stuck {
		top: -32px;
	}
	.header.stuck.visible {
        /*transform: translateY(64px);*/
        /*transform: translateY(4rem);*/
        top: 0;
	}
	.admin-bar .header.stuck.visible {
		top: 32px;
	}
	.header.visible.top {
	    background-color: transparent;
	}
	.header.stuck .wrapper,
	.header.stuck .headerImageContainer img {
		height: 64px;
		height: 4rem;
	}
	.header.stuck .headerImageContainer {
	    box-shadow: 0 0 12px #131a1f;
	    box-shadow: 0 0 0.75rem #131a1f;
	}
	.header.visible.top .wrapper,
	.header.visible.top .headerImageContainer img {
		height: 140px;
		height: 8.75rem;
	}
	.header.stuck .wrapper .mainNav > li {
		padding-top: 8px;
		padding-top: 0.5rem;
		transition: padding-top 0.7s ease;
	}
	.header.visible.top .wrapper .mainNav > li {
		padding-top: 0;
	}
	.header .animateHeight {
		transition: height 0.7s ease;
	}
}
