/*
Theme Name: Alder Residence Hall
Description: Custom Theme for Alder Residence Hall
Theme URI: https://blantonturner.com
Version: 1.0.0
Author: J. S. Quinto
Author URI: https://phluxweb.com
*/

/* 
gre#00685e;
greDk#003a30;

font-family: "franklin-gothic-urw",sans-serif; 4/4i/7/7i
font-family: "franklin-gothic-ext-comp-urw",sans-serif; 4/7
font-family: "franklin-gothic-urw-cond",sans-serif; 4/4i/7/7i
font-family: "franklin-gothic-urw-comp",sans-serif; 4/4i/7/7i
*/

::selection {
  background: #00685e;
  color: #fff;
}

::-moz-selection {
  background: #00685e;
  color: #fff;
}

body {
	background-color: #fff;
	color: #000;
	font-size: 18px;
}

body,
input,
select,
textarea {
	font-family: "franklin-gothic-urw", sans-serif;
}

.object-fit-cover > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	background-size: cover;
}

.object-fit-contain > img {
	height: 100%;
	width: 100%;	
	object-fit: contain;
	background-size: contain;
}

a,
a:focus,
a:hover {
	color: inherit;
	text-decoration: none;
}

p:empty {
	display: none;
}

.edge-padding {
	padding-left: 30px;
	padding-right: 30px;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.aligncenter {
	margin: 0 auto 20px auto;
}

.alignleft {
	margin: 0 20px 20px 0;
	float: left;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.article img {
	max-width: 100%;
	height: auto;
}

.background--green {
	background-color: #00685e;
	color: #fff;
}

.background--dark-green {
	background-color: #003a30;
	color: #fff;
}

.text-large {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.025em;
}

@media (min-width: 375px) {
	.text-large {
		font-size: 35px;
	}
}

@media (min-width: 992px) {
	.text-large {
		font-size: 58px;
	}
}

.decoration---backward,
.decoration---forward {
	position: relative;
	overflow: hidden;
}

.decoration---forward:before,
.decoration---forward:after,
.decoration---backward:before,
.decoration---backward:after {
	content: "";
	position: absolute;
	transform: rotate(20deg);
	background-color: inherit;
	background-image: linear-gradient(90deg, rgba(0,0,0,0) 33.33%, #477c74 33.33%, #477c74 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 83.33%, #477c74 83.33%, #477c74 100%);
	background-size: 66.00px 66.00px;
	width: 35vw;
	top: -500px;
	bottom: -500px;
}

.decoration---backward:before,
.decoration---backward:after {
	transform: rotate(-20deg);
}

.decoration---backward:before,
.decoration---forward:before {
	left: -20vw;
	background-position: right top;
}


.decoration---backward:after,
.decoration---forward:after {
	right: -20vw;
	background-position: left top;	
}

@media (min-width: 1200px) {
	.decoration---forward:before,
	.decoration---forward:after,
	.decoration---backward:before,
	.decoration---backward:after {
		width: 25vw;
	}
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    position: relative !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	-webkit-tap-highlight-color: transparent;
}

.hamburger {
	position: fixed;
	top: 7px;
	right: 15px; 
}

.hamburger:focus{
	outline: none;
}

.hamburger:hover {
	opacity: 1;
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
  
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 40px;
	height: 2px;
	background-color: #fff;
	border-radius: 0;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
	visibility: visible !important; /* FOUT */
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger--elastic .hamburger-inner {
	top: 0;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
	top: 10px;
	transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic .hamburger-inner::after {
	top: 20px;
	transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.menu-active .hamburger--elastic .hamburger-inner {
	-webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
	transform: translate3d(0, 10px, 0) rotate(135deg);
	transition-delay: 0.1s;
}

.menu-active .hamburger--elastic .hamburger-inner::before {
	transition-delay: 0s;
	opacity: 0;
}

.menu-active .hamburger--elastic .hamburger-inner::after {
	-webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
	transform: translate3d(0, -20px, 0) rotate(-270deg);
	transition-delay: 0.1s;
}

.vimeo-container,
.wistia-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111;
	background-image: url(images/ajax-loader.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.wistia-container-inside,
.vimeo-container-inside {
	height: 100%;
}

.button {
	display: inline-block;
	color: #fff;
	border: 2px solid #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	padding: 15px 20px;
	min-width: 230px;
	background-color: rgba(255,255,255,0.15);
	transition: all .3s;
	font-size: 20px;
}

.button:hover,
.button:focus {
	background: #fff;
	color: #000;
}

@media (min-width: 992px) {
	.button {
		font-size: 26px;
		padding: 20px 50px;
	}
}

.button--green {
	color: #00685e;
	border-color: #00685e;
}

.button--green:hover {
	background: #00685e;
	color: #fff;
}

.menubar--section {
	background: #00685e;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 4;
}

.menubar--container {
	padding-top: 15px;
	padding-bottom: 15px;
}

.menubar--spacer {
	height: 67px;
}

.menubar--apply-button {
	background-color: rgba(255,255,255,0.15);
	padding: 5px 10px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border: 2px solid #fff;
	transition: .3s;
	margin-right: 30px;
}

@media (max-width: 345px) {
	.menubar--apply-button span {
		display: none;
	}
}
	
.menubar--apply-button:hover {
	background: #fff;
	color: #003a30;
}

.menubar--nav {
	font-size: 14px;
	text-transform: uppercase;
	list-style-type: none;
	font-weight: 700;
	letter-spacing: 0.11em;
	margin: 0;
	padding: 0;
}

.menubar--social-wrap {
	font-size: 30px;
}

@media (max-width: 993px) {
	
	.menubar--apply-button {
		position: fixed;
		top: 14px;
		right: 70px;
	}
	
	.menubar--logo {
		max-width: 90px;
		height: auto;
	}
	
	.menubar--nav-wrap {
		position: fixed;
		z-index: 3;
		top: 65px;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #00685e;
		overflow: auto;
		opacity: 0;
		visibility: hidden;
		transition: all .3s;
	}
	
	.menubar--nav {
		font-size: 24px;
		text-align: center;
		padding: 60px;
		line-height: 2.5em;
		min-height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;		
	}
	
	.menubar--social-wrap {
		position: fixed;
		text-align: center;
		z-index: 3;
		left: 0;
		right: 0;
		top: 70px;
		opacity: 0;
		visibility: hidden;
		transition: all .3s;
		background: #00685e;
	}
	
	.menubar--social-wrap a {
		padding: 15px 10px;
	}
	
	.menu-active .menubar--social-wrap {
		transition-delay: .3s;
	}
	
	.menu-active .menubar--nav-wrap,
	.menu-active .menubar--social-wrap {
		opacity: 1;
		visibility: visible;
	}
}

@media (min-width: 992px) {
	
	.menubar--spacer {
		height: 82px;
	}
	
	.menubar--logo {
		max-width: 135px;
		height: auto;
	}
	
	.menubar--nav li a {
		display: inline-block;
		padding: 10px;
		transition: opacity .3s;
	}
	
	.menubar--nav li.current-menu-item a,
	.menubar--nav li a:hover {
		opacity: 0.8;
	}
	
	.menubar--social-wrap {
		margin-right: 15px;
	}
	
	.menubar--social-wrap a {
		margin-right: 15px;
	}
	
	.menubar--shoreline-logo {
		max-width: 80px;
		height: auto;
	}
}

@media (min-width: 1100px) {
	.menubar--nav {
		margin-left: 50px;
	}
	
	.menubar--nav li a {
		padding: 15px;
	}
}

.lwh-email,
.lwh-telephone {
	white-space: nowrap;
}

.lwh-telephone svg,
.lwh-email svg {
	margin-right: .3em;
}

.footer {
	background-color: #003a30;
	color: #fff;
	font-size: 14px;
}

.footer--container {
	padding-top: 60px;
	padding-bottom: 60px;
}

.footer--shorelinecc-logo {
	display: inline-block;
	width: 105px;
	height: 62px;
	background-image: url(images/shoreline.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.footer--bt-logo {
	display: inline-block;
	width: 208px;
	height: 26px;
	background-image: url(images/blanton-turner.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.footer--accessibility-statement {
	font-size: 0.8em;
}

.hero-home--section {
	position: relative;
	color: #fff;
}

.hero-home--container {
	position: relative;
	height: 530px;
	min-height: calc(100vh - 82px);
	padding: 90px 30px;
}

@media (min-width: 992px) {
	.hero-home--container {
		height: 600px;	
	}
}

.hero-home--title {
	font-weight: 700;
	text-shadow: 0px 0px .35em rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
	margin: 0 auto 0.7em auto;
	max-width: 10em;
	
}

@media (min-width: 768px) {
	.hero-home--title {
		font-size: 60px;
		line-height: 1em;
	}
}

@media (min-width: 992px) {
	.hero-home--title {
		font-size: 80px;
	}
}

.hero-home--cta {
	display: inline-block;
	border: 2px solid #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	padding: 15px;
	background-color: rgba(255,255,255,0.15);
	transition: all .3s;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {
	.hero-home--cta {
		font-size: 26px;
	}
}

.hero-home--cta:hover,
.hero-home--cta:focus {
	outline: none;
	background: #fff;
	color: #000;
}

.scroll-down svg {
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	text-indent: -500px;
	overflow: hidden;
	height: 40px;
	width: 40px;
} 

@media (min-width: 992px) {
	.scroll-down svg {
		height: 60px;
		width: 60px;
	}
}

.scroll-down:hover polyline.down---6 {
	stroke: #000;
	transition: all .3s;
}

.scroll-down:hover path.down---3 {
	opacity: 1;
	transition: all .3s;
}

<!--- .scroll-down-image {
	fill: #fff;
	stroke: #fff;
}--->

.simple-copy--container {
	position: relative;
	z-index: 1;
}

.cta--section {
	position: relative;
}

.cta--container {
	position: relative;
	min-height: 400px;
	height: 70vw;
	padding: 140px 30px;
}

.collage--section {
	overflow: hidden;
}

.collage--row {
	margin: -2px;
}

.collage--image {
	border: 2px solid #fff;
	height: 40vw;
}

@media (min-width: 768px) {
	.collage--row {
		margin: -7px;
	}
	.collage--image {
		border: 7px solid #fff;	
	}
}

.collage--full {
	min-width: 100%;
}

.collage--large {
	min-width: 65%;
}


.contact--container {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (min-width: 768px) {
	.contact--container {
		padding-top: 120px;
		padding-bottom: 120px;
	}	
}

.contact--image {
	position: relative;
	min-height: 100%;
	flex-grow: 1;
}

.hero--section {
	position: relative;
	min-height: 400px;
	height: 38vw;
	margin-bottom: 1.5em;
}

.hero--container {
	font-size: inherit;
	position: relative;
	color: #fff;
	margin-bottom: -1.5em;
	z-index: 1;
}

.hero--title {
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	text-shadow: 0px 0px .35em rgba(0, 0, 0, 0.25);
	font-weight: 400;
}

.hero--subtitle {
	display: inline-block;
	background: #00685e;
	padding: 15px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
}

.floorplans--section {
	background-color: #f1f1f2;
}

.floorplans--container {
	padding: 60px 30px;
}

.floorplans--title {
	text-transform: uppercase;
	text-align: center;
}

.fp-apply,
.fp-pdf {
	color: #00685e;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.fp-table {
	width: 100%;
	width: calc(100% + 60px);
	text-align: center;
	font-size: 15px;
	margin-left: -30px;
	margin-right: -30px;
}

.fp-row {
	display: flex;
	flex-wrap: wrap;
}

.fp-header-row {
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #aaa;
}

.fp-row:nth-child(even) {
	background-color: #ddd;
}

.fp-cell:not(:empty) {
	padding: 6px 5px;
}

.fp-header-row .fp-cell {
	width: 50%;
}

.fp-cell {
	width: 50%;
}
.fp-cell:nth-child(5) {
	width: 100%;
}

@media (min-width: 600px) {
	.fp-cell:nth-child(1),
	.fp-cell:nth-child(3){
		width: 26%;
	}
	.fp-cell:nth-child(2) {
		width: 48%;
	}
	.fp-cell:nth-child(4){
		width: 35%;
	}

	.fp-cell:nth-child(5) {
		width: 65%;
	}
} 

@media (min-width: 768px) {
	.fp-table {
		display: table;
		width: 100%;
		margin: 0;
	}
	
	.fp-row {
		display: table-row;
		background: none !important;
	}
	
	.fp-row:hover {
		background-color: #ddd !important;
	}
	
	.fp-cell {
		display: table-cell;
		width: auto !important;
		
	}
	
	.fp-header-row .fp-cell {
		border-bottom: 1px solid #aaa;
	}
}

.fp-apply-button-wrap {
	padding-top: 60px;
	text-align: center;
}

.fp-apply-button {
	display: inline-block;
	color: #00685e;
	border: 2px solid #00685e;
	border-radius: 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	padding: 15px 20px;
	min-width: 230px;
	background-color: rgba(255,255,255,0.15);
	transition: all .3s;
	font-size: 20px;
	cursor: pointer;
}

.fp-apply-button:focus,
.fp-apply-button:hover {
	color: #fff;
	background-color: #00685e;
}

.vtours--container {
	padding: 60px 30px;
}

.vtours--links .button {
	margin: 0 15px 15px 0;
	padding: 15px;
}

@media (max-width: 575px) {
	.vtours--links .button {
		width: 100%;
	}
}

.gallery--section {
	background-color: #f1f1f2;
}

.gallery--container {
	padding: 30px 30px 0 30px;
	
}

.gallery--title {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}

.gallery--section {
	overflow: hidden;
}

.gallery--container {
	margin-left: -30px;
	margin-right: -30px;
	width: auto;
}

@media (min-width: 1200px) {
	.gallery--container {
		width: 992px;
		margin: 0 auto;
	}
}

.slick-slide > div {
	text-align: center;
	font-size: 0;
}

.gallery--thumb,
.gallery--slide {
	position: relative;
}

.gallery--thumb:before,
.gallery--slide:before {
	content: "";
	display: block;
	padding-bottom: 60%;
}

.gallery--thumbs > .gallery--thumb,
.gallery--slider > .gallery--slide:not(:first-child) {
	display: none;
}

.gallery--slider .slick-prev,
.gallery--slider .slick-next {
	z-index: 1;
	width: 30px;
	height: 30px;
	left: 15px;
}

.gallery--slider .slick-next {
	left: auto;
	right: 15px;
}

@media (min-width: 768px) {
	.gallery--slider .slick-prev,
	.gallery--slider .slick-next {
		height: 60px;
		width: 60px;
	}
}

@media (min-width: 1200px) {
	.gallery--slider .slick-prev {
		left: -90px;
	}

	.gallery--slider .slick-next {
		right: -90px;
	}
}

.gallery--slider .slick-prev:before,
.gallery--slider .slick-next:before {
	display: block;
	z-index: 1;
	background-image: url(images/shoreline-next.svg);
	background-size: contain;
	background-position: center;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 1px solid #00685e;
	background-color: rgba(255,255,255,0.5);
	transition: all .3s;
}

.gallery--slider .slick-prev:before {
	background-image: url(images/shoreline-prev.svg);
}

.gallery--slider .slick-prev:hover:before,
.gallery--slider .slick-next:hover:before {
	background-color: #fff;
}

.gallery--thumbs {
	margin: 4px -2px;
}

.gallery--thumb {
	max-width: calc(100% - 4px);
	margin: 0 auto;
	opacity: .75;
	cursor: pointer;
	transition: opacity .3s;
}

@media (min-width: 768px) {
	.gallery--thumbs {
		margin: 10px -5px;
	}

	.gallery--thumb {
		max-width: calc(100% - 10px);
		margin: 0 auto;
	}
}

.slick-current.slick-active.slick-center .gallery--thumb {
	opacity: 1;
}

.gmap--wrap {
	background: #1f1f1f;
	position: relative;
	min-height: 450px;
}

.gmap--wrap:before {
	content: "";
	display: block;
	padding-bottom: 45%;
}

.gmap--negative-margin {
	margin-top: -1.5em;
}

.infobox--content {
	color: #fff;
	margin-bottom: 0;
	font-size: 15px;
}

.infoBox:before {
	content: "";
	position: absolute;
	top: 0;
	left: -9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent transparent transparent transparent;
	border-right-color: inherit;
}

.gmap-ui--section {
	background: #003a30;
	color: #fff;
}

.gmap-ui--section.decoration---forward:before,
.gmap-ui--section.decoration---forward:after {
	background-image: linear-gradient(90deg, rgba(0,0,0,0) 33.33%, #00554d 33.33%, #00554d 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 83.33%, #00554d 83.33%, #00554d 100%);
}

.gmap-ui--container {
	position: relative;
	padding: 30px 30px 60px 30px;
	z-index: 1;
}

.gmap-ui--button-wrap {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 30px;
}

.gmap-ui--button {
	font-size: 20px;
	letter-spacing: 0.025em;
	border: 1px solid #00685e;
	color: #00685e;
	background-color: #003a30;
	padding: 10px;
	min-width: 115px;
	margin: 10px;
	text-align: center;
}

.gmap-ui--button.active {
	color: #fff;
	background-color: #00685e;
}

.loc-pin-wrap {
	width: 100%;
}

.loc-pin-circle {
	display: inline-block;
	height: 40px;
	width: 40px;
	min-width: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
}

.loc-pin-text {
	padding: 7px 0 0 10px;
	margin-bottom: 0;
	line-height: 1.2em;
}

.loc-pin-text span {
	display: block;
	font-size: 0.7em;
}
