
body
{
	background: #5e0087;
	margin: 0;
}

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	height: 0px;
	visibility: hidden;
}

.white-content,
.white-content p,
.white-content td,
.white-content span,
.white-content a
{
	color: white;
}

img.auto-scale
{
	height: auto !important;
	max-width: 100%;
}

a.box-link-white,
a.box-link-purple
{
	border-radius: 4px;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1em;
	padding: 15px 25px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

a.box-link-white
{
	background: white;
	border: 2px solid #CCCCCC;
	color: #5e0087;
}

a.box-link-white:hover
{
	background-color: #5e0087;
	border-color: #5e0087;
	color: white;
}

a.box-link-purple
{
	background: #5e0087;
	border: 2px solid #5e0087;
	color: white;
}

a.box-link-purple:hover
{
	background-color: white;
	border-color: #cccccc;
	color: #5e0087;
}

.page-centered
{
	margin: 0 auto;
	position: relative;
	width: 1152px;
}

div#top
{
	background: rgba(0, 0, 0, 0.5);
	height: 196px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}

div#top .top-bar
{
	display: flex;
	height: 147px;
	justify-content: space-between;
}

div#top .toggle-menu-btn
{
	display: none;
}

div#top a.logo
{
	background: url('images/logo.png') no-repeat left top;
	display: block;
	font-size: 0 !important;
	height: 77px;
	margin: 25px 0 0 60px;
	text-decoration: none !important;
	width: 267px;
}

div#top .top-contact
{
	align-items: center;
	color: white;
	display: flex;
	margin-right: 60px;
}

div#top .top-contact .social-media-icon
{
	color: #939595;
	font-size: 27px;
	margin: 0 5px;
	text-decoration: none;
	transition: color 0.3s;
}

div#top .top-contact .social-media-icon span
{
	display: none;
}

div#top .top-contact .social-media-icon:hover
{
	color: white;
}

div#top .top-contact .phone-number
{
	color: white;
	font-family: 'Poppins', sans-serif;
}

div#top .top-contact .phone-number .label
{
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.01em;
	line-height: 1em;
	text-transform: uppercase;
}

div#top .top-contact .phone-number .number,
div#top .top-contact .phone-number .number:hover
{
	color: white;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1em;
	text-decoration: none;
	text-transform: uppercase;
}

div#top .nav-bar
{
	background: #4a0069 url('images/navbar-tile.png') repeat-x left top;
	height: 49px;
}

ul#navigation
{
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#navigation li
{
	position: relative;
}

ul#navigation a.nav-link
{
	box-sizing: border-box;
	color: white;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	height: 49px;
	letter-spacing: 0.01em;
	line-height: 1em;
	overflow: hidden;
	padding: 15px 17px 0 17px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.45s;
}

ul#navigation li:hover a.nav-link
{
	background: #9707c5;
}

ul#navigation a.nav-link:before,
ul#navigation a.nav-link:after
{
	background: rgba(255, 255, 255, 0.9);
	content: "";
	display: block;
	height: 49px;
	filter: blur(5px);
	opacity: 0;
	position: absolute;
	top: 0;
	transform: skew(-30deg);
}

ul#navigation a.nav-link:before
{
	left: -120px;
	width: 80px;
}

ul#navigation li:hover a.nav-link:before
{
	left: 120%;
	opacity: 0.6;
	transition: all ease-in-out 0.25s;
}

ul#navigation a.nav-link:after
{
	left: -140px;
	width: 120px;
}

ul#navigation li:hover a.nav-link:before
{
	left: 120%;
	opacity: 0.4;
	transition: all ease-in-out 0.30s;
}

ul#navigation ul.flyout-menu
{
	background: white;
	border: 1px solid #686868;
	display: block;
	list-style: none;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 200px;
	z-index: 9999;
}

ul#navigation li:hover > ul.flyout-menu
{
	opacity: 1;
	visibility: visible;
}

ul#navigation ul.flyout-menu ul.flyout-menu
{
	margin: -1px 0 0 200px;
	top: 0;
}

ul#navigation ul.flyout-menu li + li
{
	border-top: 1px solid #686868;
}

ul#navigation ul.flyout-menu a.flyout-link
{
	color: black;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.03em;
	line-height: 1em;
	padding: 12px 15px;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.3s;
}

ul#navigation ul.flyout-menu a.flyout-link:hover
{
	color: #9707c5;
}

header
{
	overflow: hidden;
	position: relative;
}

header p
{
	margin: 0;
}

header a.mobile-header-logo
{
	display: none;
}

header.main-header
{
	height: 100vh;
}

header.secondary-header
{
	background: #efefef;
	height: 450px;
}

header.secondary-header .outer
{
	left: 50%;
	position: absolute;
}

header.secondary-header .inner
{
	left: -50%;
	position: relative;
}

header .mobile-header
{
	display: none;
}

.strip
{
	position: relative;
}

div#strip1
{
	background: white url('images/strip1-bg.png') no-repeat center top;
}

div#strip1 .strip-content
{
	padding: 45px 0 65px 0;
}

div#strip2
{
	background: #290130 url('images/strip2-bg.jpg') no-repeat center top;
}

div#strip2 .strip-content
{
	padding: 45px 0 65px 0;
}

div#strip3 
{
	background: white url('images/strip3-bg.png') no-repeat center top;
}

div#strip3 .strip-heading
{
	padding-top: 53px;
}

div#strip3 .strip-blog
{
	margin-bottom: 80px;
}

div#strip3 .strip-bottom
{
	padding-bottom: 80px;
	padding-top: 1px;
}

div#strip3 .strip-columns
{
	display: flex;
}

div#strip3 .strip-columns .column
{
	box-sizing: border-box;
	padding: 10px;
	width: 25%;
}

div#strip3 .strip-columns .column + .column
{
	border-left: 2px solid #efefef;
}

.homepage-blog-feed
{
	display: flex;
	position: relative;
}

.homepage-blog-feed .feed-item
{
	background: #efefef;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 20%;
	position: relative;
	width: 25%;
}

.homepage-blog-feed .feed-item .item-header
{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: transform 0.4s;
}

.homepage-blog-feed .feed-item:hover .item-header
{
	transform: scale(1.2);
}

.homepage-blog-feed .feed-item .item-info
{
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	color: white;
	left: 0;
	padding: 16px;
	position: absolute;
	width: 100%;
}

.homepage-blog-feed .feed-item .post-title
{
	color: white;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1em;
	margin-bottom: 7px;
	text-decoration: none;
	text-transform: uppercase;
}

.homepage-blog-feed .feed-item .post-date
{
	color: #f0f0f0;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.03em;
	line-height: 1em;
	text-decoration: none;
}

div#content-area
{
	background: white url('images/strip1-bg.png') no-repeat center top;
}

div#content-area .wide-content
{
	padding: 45px 0 65px 0;
}

div#logo-strip
{
	background: white;
	border-top: 3px solid #d1d1d1;
	padding: 20px 0;
}

footer
{
	background: #5e0087 url('images/footer-bg.png') no-repeat center top;
	min-height: 415px;
	position: relative;
}

footer .footer-content
{
	color: white;
	display: flex;
}

footer .footer-left
{
	box-sizing: border-box;
	padding: 60px 10px 20px 0;
	width: 366px;
}

footer .social-media
{
	padding-top: 10px;
}

footer .social-media .social-media-icon
{
	color: white;
	font-size: 27px;
	margin: 0 5px;
	text-decoration: none;
	transition: color 0.3s;
}

footer .social-media .social-media-icon span
{
	display: none;
}

footer .social-media .social-media-icon:hover
{
	color: white;
}

footer .footer-middle
{
	border-left: 1px solid white;
	box-sizing: border-box;
	margin: 90px 0 100px 0;
	padding: 0 16px 100px 60px;
	width: 345px;
}

ul.footer-menu
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.footer-menu a.footer-link
{
	color: #e7afff;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.3s;
}

ul.footer-menu a.footer-link:hover
{
	color: white;
	text-decoration: none;
}

ul.footer-menu li:last-child
{
	padding-top: 84px;
}

footer .footer-right
{
	padding: 96px 0 90px 0;
	width: 465px;
}

/* homepage video ------------------------------------- */
div#homepage-video
{
	background: #efefef;
	box-sizing: border-box;
	height: 100%;
	left: 0;
	margin-bottom: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 0;
}

div#homepage-video .image-placeholder
{
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

/*div#homepage-video
{
	background: #efefef;
	box-sizing: border-box;
	height: 100vh;
	overflow: hidden;
	position: relative;
	z-index: 0;
}*/

div#homepage-video video
{
	left: 50%;
    min-width: 100%; 
    min-height: 100%;
    position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
}

div#homepage-video p
{
	margin: 0;
}

/* -------------------------------------------------- */

div.hhblog-post
{
	padding-bottom: 20px;
}

div.hhblog-readmore
{
	padding-bottom: 10px;
}

div.hhblog-post-info
{
	border-top: 1px solid #970700;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	padding-top: 5px;
}

div#hhblog-post-comments
{
	padding-bottom: 20px;
}

textarea.hhblog-comment-contents
{
	display: block;
	height: 100px;
	width: 90%;
}

div.hhblog-post-comment
{
	padding-bottom: 10px;
}

div.hhblog-comment-info
{
	padding-bottom: 15px;
}

div.hhblog-comment-info span
{
	display: block;
}

div.hhblog-comment-info span.hhblog-author-name
{
	display: inline;
	font-weight: bold;
}

div.hhblog-comment-text
{
	padding-bottom: 5px;
}

div.hhblog-comment-replies
{
	border-left: 2px solid #970700;
	margin: 5px 0 10px;
	padding: 0 0 0 15px;
}

span.hhblog-comment-timestamp
{
	font-size: 12px;
}


div#hhblog-comment-form div.hhblog-form-row
{
	margin-bottom: 10px;
}

div.hhblog-form-heading 
{
	color: #970700;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

div#hhblog-comment-form textarea
{
	display: block;
	height: 80px;
	resize: none;
	width: 100%;
}

div#hhblog-comment-form textarea:focus
{
	outline: none;
}

h1.hhblog-post-title a
{
	color: inherit;
	text-decoration: none;
}

.logo-scroller
{
	overflow: hidden;
	position: relative;
}

.logo-scroller .scrolling-page
{
	position: absolute;
}

.logo-scroller .scroller-image
{
	float: left;
	padding: 0 20px;
}

.logo-scroller .scroller-image img
{
	border: none;
	display: block;
}


@media screen and (max-width: 800px), screen and (max-width: 1024px) and (orientation: landscape) {
	body
	{
		-webkit-text-size-adjust: 100%;
	}

	.resp-table,
	.resp-table tr,
	.resp-table td,
	.resp-table tbody
	{
		box-sizing: border-box !important;
		display: block !important;
		width: auto !important;
	}

	.page-centered
	{
		margin: 0;
		width: auto;
	}

	.video-container
	{
		min-height: 315px;
		position: relative;
	}

	.video-container iframe, 
	.video-container object,
	.video-container embed
	{
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

	div#top
	{
		height: 40px;
		position: fixed;
	}

	div#top .top-bar
	{
		display: flex;
		height: 40px;
		justify-content: space-between;
	}

	div#top .toggle-menu-btn
	{
		display: block;
		padding: 10px;
	}

	div#top .toggle-menu-btn .bar
	{
		background: white;
		display: block;
		height: 4px;
		width: 30px;
	}

	div#top .toggle-menu-btn .bar + .bar
	{
		margin-top: 4px;
	}

	div#top a.logo
	{
		display: none;
	}

	div#top .top-contact
	{
		flex-direction: row-reverse;
		margin-right: 10px;
	}

	div#top .top-contact .social-media-icon
	{
		color: white;
		font-size: 20px;
		margin: 0;
	}

	div#top .top-contact .phone-number
	{
		margin-right: 18px;
	}

	div#top .top-contact .phone-number .label
	{
		display: none;
	}

	div#top .top-contact .phone-number .number,
	div#top .top-contact .phone-number .number:hover
	{
		font-size: 16px;
	}

	div#top .nav-bar
	{
		background: rgba(0, 0, 0, 0.5);
		left: 0;
		height: calc(100% - 40px);
		margin-top: 40px;
		opacity: 0;
		overflow-x: hidden;
		overflow-y: auto;
		position: fixed;
		top: 0;
		transition: opacity 0.3s, visibility 0.3s;
		visibility: hidden;
		width: 100%;
	}

	div#top .nav-bar.show-nav
	{
		opacity: 1;
		visibility: visible;
	}

	ul#navigation
	{
		display: block;
	}

	ul#navigation a.nav-link,
	ul#navigation li:hover a.nav-link
	{
		background: none;
		height: auto;
		padding: 10px 15px 10px 50px;
	}

	ul#navigation a.nav-link:before,
	ul#navigation a.nav-link:after
	{
		display: none;
	}

	ul#navigation a.expand-arrow
	{
		background: url('images/expand-arrow2.png') no-repeat center;
		background-size: 21.5px 12.5px;
		display: block;
		height: 38px;
		left: 5px;
		opacity: 0.5;
		position: absolute;
		top: 0;
		transition: transform 0.25s, opacity 0.25s;
		width: 40px;
	}

	ul#navigation li.expanded a.expand-arrow 
	{
		opacity: 1;
		transform: rotateZ(180deg);
		-webkit-transform: rotateZ(180deg);
	}

	ul#navigation ul.flyout-menu
	{
		background: none;
		border: none;
		display: none;
		opacity: 1;
		padding: 0 0 10px 50px;
		position: relative;
		visibility: visible;
		width: auto;
	}

	ul#navigation ul.flyout-menu ul.flyout-menu
	{
		display: block !important;
		margin: 0;
		padding: 0 0 10px 20px;
		top: auto;
	}

	ul#navigation ul.flyout-menu li + li
	{
		border: none;
	}

	ul#navigation ul.flyout-menu a.flyout-link,
	ul#navigation ul.flyout-menu a.flyout-link:hover
	{
		color: white;
		font-size: 17px;
		padding: 5px 0;
	}

	header a.mobile-header-logo
	{
		background: url('images/logo.png') no-repeat left top;
		background-size: 100% auto;
		display: block;
		font-size: 0 !important;
		position: absolute;
		text-decoration: none !important;
	}

	header.main-header a.mobile-header-logo
	{
		height: 72px;
		left: 50%;
		margin: -36px 0 0 -114px;
		top: 50%;
		width: 228px;
	}

	header.secondary-header
	{
		height: auto;
	}

	header.secondary-header a.mobile-header-logo
	{
		height: 49px;
		left: 50%;
		margin: 0 0 0 -77.5px;
		top: 66px;
		width: 155px;
	}

	header .mobile-header
	{
		background: url('images/mobile-header.jpg') no-repeat center top;
		background-size: cover;
		display: block;
		height: 151px;
		position: relative;
	}

	div#strip1
	{
		background: white;
	}

	div#strip1 .strip-content
	{
		padding: 10px;
	}

	div#strip2
	{
		background: #290130;
	}

	div#strip2 .strip-content
	{
		padding: 10px;
	}

	div#strip3 
	{
		background: white;
	}

	div#strip3 .strip-heading
	{
		padding: 10px;
	}

	div#strip3 .strip-blog
	{
		margin-bottom: 10px;
	}

	div#strip3 .strip-bottom
	{
		padding: 0 10px 10px 10px;
	}

	div#strip3 .strip-columns
	{
		display: block;
		padding: 0;
	}

	div#strip3 .strip-columns .column
	{
		padding: 10px;
		width: auto;
	}

	div#strip3 .strip-columns .column + .column
	{
		border-left: none;
		border-top: 2px solid #efefef;
	}

	div#content-area
	{
		background: white;
	}

	div#content-area .wide-content
	{
		padding: 10px;
	}

	footer
	{
		background: #5e0087;
		min-height: 0;
		padding-bottom: 100px;
	}

	footer .footer-content
	{
		display: block;
	}

	footer .footer-left
	{
		padding: 10px;
		width: auto;
	}

	footer .footer-middle
	{
		border-left: none;
		border-top: 1px solid white;
		margin: 0;
		padding: 10px;
		width: auto;
	}

	ul.footer-menu li
	{
		padding: 5px;
	}

	ul.footer-menu a.footer-link
	{
		font-size: 16px;
	}

	ul.footer-menu li:last-child
	{
		padding-top: 20px;
	}

	footer .footer-right
	{
		padding: 10px;
		width: auto;
	}

}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?ok6vuv');
  src:  url('fonts/icomoon.eot?ok6vuv#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?ok6vuv') format('truetype'),
    url('fonts/icomoon.woff?ok6vuv') format('woff'),
    url('fonts/icomoon.svg?ok6vuv#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e901";
}
