/*
Theme Name: 7thVision Theme 2017
Theme URI: http://7thvision.com.au
Description: A 7thVision Theme 2017
*/

/*________ GLOBAL ELEMENTS ________*/

@import url('frontend/css/devs-form.css');

/* 	
	RED
	color: #ff0000;
	background-color: #ff0000;

	NAVY
	color: #212758;
	background-color: #212758;
*/

* {
	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;
	/*chrome fix for animations */
	-webkit-backface-visibility: hidden;
	position: relative;
}
a {
	outline: none;
	text-decoration: underline;
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a[href*='tel:'] {
	cursor: default;
	text-decoration: none;
}
html {
	font-size: 100%;
}
body {
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	color: #313131;
	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: 1200px;
	max-width: 75rem;
	margin: 0 auto;
	padding: 0 20px;
	padding: 0 1.25rem;
}
/*.wrapper.large {
	max-width: 1240px;
	max-width: 77.5rem;
}*/
.wrapper.full {
	max-width: 100%;
}
.ie .wrapper {
	width: 1200px;
}
.panel {
	will-change: transform;
}
.slideout-open,
.slideout-open body,
.slideout-open .panel {
	height: 100%;
	overflow: hidden;
	background-color: #fff;
}

.htmlSidePanelOpen,
.htmlSidePanelOpen body,
.slideout-open .panel {
	height: 100%;
	overflow: hidden;
	background-color: #fff;
}



/*________ HEADER ________*/

.header {
	text-align: center;
}
.header .logo {
	width: 100%;
	max-width: 300px;
	max-width: 18.75rem;
	margin: 16px auto;
	margin: 1rem auto;
}
.header .logoVideo {
	display: none;
}
.header .logo img {
	width: 100%;
	height: auto;
}
.header .headerNav {
	padding: 0 0 6px;
	padding: 0 0 0.375rem;
}
.header .headerNav .toggleMenuContainer {
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	display: inline-block;
}
.header .headerNav .toggleMenuContainer .toggleMenu {
	background-color: #282f6a;
    padding: 11.2px;
    padding: 0.7rem;
    margin-right: 20px;
    margin-right: 1.25rem;
}
.header .headerNav .toggleMenuContainer .toggleMenu .text {
	display: none;
}
.header .headerNav .toggleMenuContainer .toggleMenu .icon {
	position: relative;
	display: inline-block;
	width: 18px;
	width: 1.125rem;
	height: 3px;
	height: 0.1875rem;
	top: -4px;
	top: -0.25rem;
	background-color: #fff;
	transition: background 0s 0.3s;

}
.header .headerNav .toggleMenuContainer .toggleMenu .icon:before,
.header .headerNav .toggleMenuContainer .toggleMenu .icon:after {
	position: absolute;
	display: block;
	left: 0;
	width: 18px;
	width: 1.125rem;
	height: 3px;
	height: 0.1875rem;
	background-color: #fff;
	content: "";
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;	
}
.header .headerNav .toggleMenuContainer .toggleMenu .icon:before {
	top: -6px;
	top: -0.375rem;
	transition-property: top, transform;
}
.header .headerNav .toggleMenuContainer .toggleMenu .icon:after {
	bottom: -6px;
	bottom: -0.375rem;
	transition-property: bottom, transform;
}
.header .headerNav .loginContainer {
	display: inline-block;
}
.header .headerNav .loginContainer {
	display: inline-block;
}
.header .headerNav .loginContainer a {
	padding: 9.6px 32px;
	padding: 0.6rem 2rem;
}



/*________ NAV ________*/

.menu {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	width: 280px;
	width: 17.5rem;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	display: none;

	background-color: #282f6a;
	padding: 64px 26px 64px 44px;
	padding: 4rem 1.625rem 4rem 2.75rem;
	color: #fff;
}
.slideout-open .menu {
	display: block;
}
.menu a {
	color: #fff;
	text-decoration: none;
}

.menu .section {
	padding: 0 0 50px;
	padding: 0 0 3.125rem;
	/*overflow: hidden;*/
	position: relative;
}
.menu .section.toggle .toggleMenu {
	float: right;
	width: 26px;
	width: 1.625rem;
	height: 26px;
	height: 1.625rem;
	background-color: transparent;
	position: relative;
}
.menu .section.toggle .toggleMenu span.icon {
	display: block;
	width: 20px;
	width: 1.25rem;
	height: 6px;
	height: 0.375rem;
	background-color: #fff;
	transition: background 0s 0.3s;

	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;

	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.menu .section.toggle .toggleMenu:hover span.icon {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.menu .section.toggle .toggleMenu span.icon::before,
.menu .section.toggle .toggleMenu span.icon::after {
	position: absolute;
	display: block;
	left: 0;
	width: 24px;
	width: 1.5rem;
	height: 6px;
	height: 0.375rem;
	background-color: #fff;
	border-radius: 2px;
	border-radius: 0.125rem;
	content: "";
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.menu .section.toggle .toggleMenu span.icon::before {
	top: -4px;
	top: -0.25rem;
	transition-property: top, transform;
}
.menu .section.toggle .toggleMenu span.icon::after {
	bottom: -4px;
	bottom: -0.25rem;
	transition-property: bottom, transform;
}
.menu .section.toggle .toggleMenu.toggled span.icon {
	background-color: transparent;
}
.menu .section.toggle .toggleMenu.toggled span.icon::before {
	top: 0;
	transform: rotate(45deg);
}
.menu .section.toggle .toggleMenu.toggled span.icon::after {
	bottom: 0;
	transform: rotate(-45deg);
}
.menu .section.toggle .toggleMenu.toggled span.icon::before,
.menu .section.toggle .toggleMenu.toggled span.icon::after {
	transition-delay: 0s, 0.3s;
}

.menu .section.nav .mainNav li {
	list-style: none;
}
.menu .section.nav .mainNav li a {
	position: relative;
	line-height: 44px;
	line-height: 2.75rem;
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.menu .section.nav .mainNav li:hover > a,
.menu .section.nav .mainNav li.current-menu-item > a,
.menu .section.nav .mainNav li.current-menu-parent > a,
.menu .section.nav .mainNav li.toggled > a {
	color: #ff0000;
}
.menu .section.nav .mainNav li.menu-item-has-children > a:before,
.menu .section.nav .mainNav li.menu-item-has-children > a:after {  
    background-color: #fff;
    display: block;
    position: absolute;
    margin: auto;
    content: '';

    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;

}
.menu .section.nav .mainNav li.menu-item-has-children > a:before {
    width: 2px;
    width: 0.125rem;
    height: 10px;
    height: 0.625rem;
    left: -18px;
    left: -1.125rem;
    top: 16px;
    top: 1rem;
}
.menu .section.nav .mainNav li.menu-item-has-children > a:after {
    height: 2px;
    height: 0.125rem;
    width: 10px;
    width: 0.625rem;
    left: -22px;
    left: -1.375rem;
    top: 20px;
    top: 1.25rem;
}
.menu .section.nav .mainNav li.menu-item-has-children:hover > a:before,
.menu .section.nav .mainNav li.menu-item-has-children:hover > a:after {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.menu .section.nav .mainNav li.menu-item-has-children.toggled > a:before {
	transform: rotate(90deg);
}
.menu .section.nav .mainNav li ul {
	display: none;
}
.menu .section.nav .mainNav li.toggled ul {
	display: block;
}
.menu .section.nav .mainNav li ul li a {
	padding-left: 16px;
	padding-left: 1rem;
}


/*________ BREADCRUMBS ________*/

.breadcrumbWrapper {
	padding: 32px 0;
	padding: 2rem 0;
}
.breadcrumbWrapper .breadcrumbContainer {
    font-size: 12px;
    font-size: 0.75rem;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    color: #666666;
}
.breadcrumbWrapper .breadcrumbContainer a {
	text-decoration: none;
	color: #666666;
}


/*________ CONTENT ________*/

.contentSection {
	clear: both;
	width: 100%;
}

.contentContainer {
	padding: 0 0 32px;
	padding: 0 0 2rem;
}
.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;
	color: #212758;
}
.content h1,
.content .h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	font-size: 40px;
	font-size: 2.5rem;
}
.content h2,
.content .h2 {
	color: #ff0000;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	font-size: 30px;
	font-size: 1.875rem;
}
.content h3,
.content .h3 {
	font-weight: 500;
	color: #212758;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
	font-size: 24px;
	font-size: 1.5rem;
}
.content h4,
.content .h4 {
	font-weight: 500;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	font-size: 20px;
	font-size: 1.5rem;
}
.content h5,
.content .h5,
.content h6,
.content .h6 {
	font-weight: 700;
	font-size: 16px;
	font-size: 1rem;
}
.content p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	line-height: 1.5;
}
.content ul,
.content ol {
	padding: 0 0 20px 40px;
	padding: 0 0 1.25rem 2.5rem;
	line-height: 1.5;
}
.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.5;
    border-collapse: collapse;
}
.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 .articleMeta {
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	border-bottom: 1px solid #e1e1e1;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.content .articleMeta p {
	padding: 0 12px 0 0;
	padding: 0 0.75rem 0 0;
	margin: 0 12px 12px 0;
	margin: 0 0.75rem 0.75rem 0;
	border-right: 1px solid #808080;
	line-height: 1;
	font-size: 12px;
	font-size: 0.75rem;
	color: #333;
}
.content .articleMeta p:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}


.content .articleContainer {

}
.content .articleContainer .article {
	margin: 0 0 36px;
	margin: 0 0 2.25rem;
	overflow: hidden;
}
.content .articleContainer .article:last-child {
	border-bottom: none;
}
.content .articleContainer .article .thumbContainer {
	display: block;
	width: 100%;
	margin: 0 0 16px;
	margin: 0 0 1rem;
}
.content .articleContainer .article .thumbContainer img {
	width: 100%;
	height: auto;
}
.content .articleContainer .article .thumbContainer:hover img {
	opacity: 0.8;
}
.content .articleContainer .article .articleInfo {
	overflow: hidden;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
}
.content .articleContainer .article h3 {
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	width: 100%;
}
.content .articleContainer .article h3 a {
	text-decoration: none;
	color: #212758;
}
.content .articleContainer .article .articleInfo p.date {
	color: #aeaeae;
    font-weight: 500;
    width: 100%;
    padding: 0 0 10px;
    padding: 0 0 0.625rem;
    margin-top: auto;
}
.content .articleContainer .article .articleInfo p.excerpt {
	padding-bottom: 16px;
	padding-bottom: 1rem;
	width: 100%;
}
.content .articleContainer .article .articleInfo .readMore {
	color: #ff0000;
}
.content .articleContainer .article .articleInfo .readMore:hover {
	color: #212758;
}

.content .navBelow {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
	overflow: hidden;
}
.content .navBelow a.pageNav {
	float: left;
	background-color: #fff;
	color: #ff0000;
	border: 2px solid #ff0000;
}
.content .navBelow a.navNext {
	float: right;
}


/*________ SIDEBAR ________*/

.sidebar .menu {
	position: relative;
	display: block;
	background: transparent;
	color: #212758;
	padding: 0;
}
.sidebar .menu li a:hover {
	color: #ff0000;
	padding-left: 4px;
    padding-left: 0.25rem;
}
.sidebar .menu a {
	color: #000;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.sidebar .widget-title {
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}
.sidebar {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
}
.sidebar .section {
	padding: 0 0 20px 8px;
	padding: 0 0 1.25rem 0.5rem;
}
.sidebar .section ul.basicList {
	list-style: none;
	padding: 0 0 40px 20px;
	padding: 0 0 2.5rem 1.25rem;
	font-weight: 500;
}
.sidebar .section ul.basicList li {
	list-style: none;
}
.sidebar .section ul.basicList li:not(.year) {
	padding-left: 20px;
	padding-left: 1.25rem;
}
.sidebar .section ul.basicList li a {
	line-height: 1.75;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	font-size: 14px;
	font-size: 0.875rem;
}
.sidebar .section ul.basicList li a:hover {
	padding-left: 4px;
	padding-left: 0.25rem;
}

.sidebar .quickLinks .quickLink {
	background-color: #212758;
	color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 1.25;

    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;

    padding: 20px;
    padding: 1.25rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}
.sidebar .quickLinks a.quick-1632 {
	background-color: #ff0000;
} 
.sidebar .quickLinks a.quick-1632:hover {
	background-color: #212758;
}
.sidebar .quickLinks .quickLink:hover {
	background-color: #ff0000;
}
.sidebar .quickLinks .quickLink .icon {
	max-width: 108px;
	max-width: 6.75rem;
	margin-right: 20px;
	margin-right: 1.25rem;
}

.sidebar .archives .basicList {
	padding: 0;
}
.sidebar .flexBlocks {
    margin-left: -8px;
    margin-left: -0.5rem;
    margin-right: -8px;
    margin-right: -0.5rem;
}
.sidebar .flexBlocks .flexBlock {
	padding: 0 8px 20px;
	padding: 0 0.5rem 1.25rem;
    flex-basis: 100%;
    max-width: 100%;
}
.sidebar .newsletterContainer form.elab_form button[type="submit"] {
	float: none;
	margin: 0 auto;
	display: block;
}
.sidebar .section .newsletterContainer .fc_container form.elab_form fieldset select {
	color: #212758;
}




.sidebar .section.search form {
	position: relative;
}
.sidebar .section.search form .fieldContainer {
	overflow: hidden;
}
.sidebar .section.search form .fieldContainer label {
	display: none
}
.sidebar .section.search form .fieldContainer input[type="text"] {
	height: 40px;
	height: 2.5rem;
	padding: 0 8px;
	padding: 0 0.5rem;
	font-size: 14px;
	font-size: 0.875rem;
	width: 100%;
	border: 1px solid #ddd;
}
.sidebar .section.search form button[type="submit"] {
	border: none;
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
	background: none;
	position: absolute;
	top: 12px;
	top: 0.75rem;
	right: 12px;
	right: 0.75rem;
	opacity: 0.8;
}
.sidebar .section.search form button[type="submit"]:hover {
	opacity: 1;
}
.sidebar .section.search form button[type="submit"] img,
.sidebar .section.search form button[type="submit"] svg {
	width: 100%;
	height: auto;
}
.sidebar .section.search form button[type="submit"] * {
	fill: #000;
}


/*________ 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 {
	text-decoration: underline;
}


/*________ SLICK SLIDER ________*/

.slick-slider button.slick-prev,
.slick-slider button.slick-next {
	width: 32px;
	width: 2rem;
	height: 32px;
	height: 2rem;
	position: absolute;
	top: 40px;
	top: 2.5rem;
	left: 40px;
	left: 2.5rem;
	text-indent: -9999px;
	background-color: #000;
	z-index: 100;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.slick-slider button.slick-next {
	left: 78px;
	left: 4.875rem;
}
.slick-slider button.slick-prev:hover,
.slick-slider button.slick-next:hover {
	background-color: #fff;
}
.slick-slider button.slick-prev:after,
.slick-slider button.slick-next:after {
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border: 4px solid transparent;
	border: 0.25rem solid transparent;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.slick-slider button.slick-prev:after {
	border-right-color: #fff;
	border-right-width: 6px;
	border-right-width: 0.375rem;
	right: 4px;
	right: 0.25rem;
}
.slick-slider button.slick-prev:hover:after {
	border-right-color: #000;
}
.slick-slider button.slick-next:after {
	border-left-color: #fff;
	border-left-width: 6px;
	border-left-width: 0.375rem;
	left: 4px;
	left: 0.25rem;
}
.slick-slider button.slick-next:hover:after {
	border-left-color: #000;
}




.slick-slider .slick-dots {
	width: 100%;
	padding: 16px 0 0;
	padding: 1rem 0 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: 8px;
	width: 0.5rem;
	height: 8px;
	height: 0.5rem;
	margin: 8px 10px;
	margin: 0.5rem 0.625rem;
	list-style: none;
}
.slick-slider .slick-dots li button {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	border: 1px solid #282f6a;
	border-radius: 50%;
	background-color: #282f6a;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.slick-slider .slick-dots li.slick-active button,
.slick-slider .slick-dots li button:hover {
	background-color: transparent;
}




/*________ 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;
}

.injectSvg {
	overflow: hidden;
	display: none;
}
.injectSvg.injected-svg {
	display: block;
}

.ui-widget {
	font-family: inherit;
}

.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: flex;
	flex: 0 1 auto;
	flex-direction: row;
	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;

	flex: 0 0 auto;
	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;
}
button::-moz-focus-inner { /* Remove stupid button padding in FF */
    border:0;
    padding:0;
}

.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 {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.centerVertical {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
	position: relative;
}
.absoluteWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*Incorportate icon on left (talk to az)*/
/*Incorportate close functionality on all feedback*/
.feedback {
	width: 100%;
	clear: both;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 16px 48px 0 20px;
	padding: 1rem 3rem 0 1.25rem;
	color: #fff;
	margin: 0 auto 20px;
	margin: 0 auto 1.25rem;
	position: relative;
}
.feedback.positive {
	background-color: #26ba3b;
}
.feedback.warning {
	background-color: #ffa800;
}
.feedback.negative {
	background-color: #ee3333;
}
.feedback p {
	padding: 0 0 16px;
	padding: 0 0 1rem;

	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
}

.feedback p span {
	display: block;
}
.feedback p .icon {
	margin-right: 12px;
	margin-right: 0.75rem;
	width: 24px;
	width: 1.5rem;
	height: 24px;
	height: 1.5rem;
}
.feedback p .icon * {
	stroke: #fff;
}
.feedback p .icon img,
.feedback p .icon svg {
	width: 100%;
	height: 100%
}

.feedback ul {
	padding: 0 0 20px 40px;
	padding: 0 0 1.25rem 2.5rem;
}
.feedback .close {
	background-color: transparent;
	height: 20px;
	height: 1.25rem;
	width: 20px;
	width: 1.25rem;
	border-radius: 50%;
	position: absolute;
	top: 16px;
	top: 1rem;
	right: 20px;
	right: 1.25rem;
	border: 1px solid #fff;
}
.feedback .close:hover {
	background-color: #fff;
}
.feedback .close * {
	stroke: #fff;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.feedback.positive .close:hover * {
	stroke: #26ba3b;
}
.feedback.warning .close:hover * {
	stroke: #ffa800;
}
.feedback.negative .close:hover * {
	stroke: #ee3333;
}
.feedback .close img,
.feedback .close svg {
	width: 12px;
	width: 0.75rem;
	height: 12px;
	height: 0.75rem;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

ul.socialNav {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	align-content: flex-start;
	padding: 0;
}
ul.socialNav li {
	list-style: none;
	padding: 0;
}
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%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
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 svg *,
ul.socialNav li a:focus span svg *,
ul.socialNav li a:active span svg * {
	fill: #ff0000;
}
ul.socialNav li a span * {
	fill: #fff;
}
ul.socialNav li.facebook a span svg,
ul.socialNav li.facebook a span img {
	max-width: 90%;
}
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: 90%;
}
ul.socialNav li.youtube a span svg,
ul.socialNav li.youtube a span img {
	max-width: 90%;
}
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: 16px;
	font-size: 1rem;
}
form ::-webkit-input-placeholder { /* WebKit browsers */
	color: #212758;
	text-transform: uppercase;
}
form :-moz-placeholder { /* Firefox 18- */
	color: #212758;
	opacity: 1;
	text-transform: uppercase;
}
form ::-moz-placeholder {  /* Firefox 19+ */
	color: #212758;
	opacity: 1;
	text-transform: uppercase;
}
form :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #212758;
	text-transform: uppercase;
}


.fc_container form.elab_form .footnote {
	display: none;
}
.fc_container form.elab_form .footnote.error-field {
	display: block;
}

.fc_container form.elab_form input[type="submit"],
.fc_container form.elab_form button[type="submit"] {
    background-color: #212758;
    border-radius: 0;
    text-transform: uppercase;
    padding: 10px 24px;
    padding: 0.625rem 1.5rem;
    float: right;
}
.fc_container form.elab_form fieldset label {
	display: none;
}
.fc_container form.elab_form fieldset input, 
.fc_container form.elab_form fieldset select {
    border: 1px solid #212758;
    height: 44px;
    height: 2.75rem;
    padding: 8px;
    padding: 0.5rem;
}
.fc_container form.elab_form fieldset textarea {
	border: 1px solid #212758;
    height: 120px;
    height: 7.5rem;
    padding: 8px;
    padding: 0.5rem;
}
.button {
	cursor: pointer;
	text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background-color: #282f6a;
    text-decoration: none;
    padding: 16px 32px;
    padding: 1rem 2rem;
    border-radius: 26px;
    border-radius: 1.625rem;
	display: inline-block;
}
.button:hover {
    background-color: #ff0000;
    color: #fff;
}
.button.reverse {
    background-color: #ff0000;
}
.button.reverse:hover {
    background-color: #282f6a;
}




/*________ 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: 25%;
	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-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery .gallery-item a {
	display: block;
	background-color: #222;
	overflow: hidden;
}
.gallery .gallery-item img {
	width: 100%;
	height: auto;
}
.gallery .gallery-item a img:hover {
	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.5;
}
.gallery br {
	display: none;
}
.gallery dl {
	margin: 0;
}
.content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}




/*________ HOME ________*/

/* Use this CSS if not using CallToAction */
.home .contentContainer .wrapper {
	padding: 64px 20px;
	padding: 4rem 1.25rem;
}

/* Use this CSS if using CallToAction
.home .contentContainer .wrapper {
	padding: 0 20px;
	padding: 0 1.25rem;
}
*/
.home .contentContainer .content p {
	font-weight: 400;
}
.home .location {
	background-color: #fff;
}
.home .location .wrapper h2 {
	color: #282f6a;
	padding: 48px 0;
	padding: 3rem 0;
}
.home .location .mapContainer {
	height: 400px;
	height: 25rem;
}
.home .latestNews .wrapper {
	padding: 40px 20px;
	padding: 2.5rem 1.25rem;
}
.home .latestNews .moreNews {
	color: #ff0000;
	background-color: #fff;
	border: 2px solid #ff0000;
	border: 0.125rem solid #ff0000;
	margin: 0 auto 48px;
	margin: 0 auto 3rem;
	display: block;
	max-width: 174px;
	max-width: 10.875rem;
}
.home .latestNews .moreNews:hover {
	color: #fff;
	background-color: #ff0000;
}


/*________ HOME - CTA ________*/

.home .callToAction .wrapper {
    background-color: #ff0000;
    z-index: 20;
    padding: 40px 20px 16px;
    padding: 2.5rem 1.25rem 1rem;
    margin-bottom: 64px;
    margin-bottom: 4rem;
}
.home .callToAction .wrapper .content h2 {
	color: #fff;
	text-align: center;
}
.home .callToAction .wrapper .content span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    max-width: 800px;
    max-width: 50rem;
}
.home .callToAction .wrapper .content span .button {
	margin:0 10px 12px;
	margin:0 0.625rem 0.75rem;
}
.home .callToAction .wrapper .content span .button:hover {
    color: #282f6a;
    background-color: #fff;
}


/*________ HOME - PROMOS ________*/

.home .promosContainer .promo {
	position: relative;
}
.home .promosContainer .promo .bgContainer {
	height: 384px;
	height: 24rem;
}
.home .promosContainer .promo .bgContainer .bgImage {
	width: 100%;
	height: 100%;
	display: block;
}
.home .promosContainer .promo .absoluteWrapper {
	background-color: rgba(40, 47, 106, 0.85);
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.home .promosContainer .promo .absoluteWrapper .wrapper {
	padding: 0 40px;
	padding: 0 2.5rem;
}
.home .promosContainer .promo a.absoluteWrapper:hover {
    background-color: rgba(255, 0, 0, 0.75);
}
.home .promosContainer .promo .absoluteWrapper .icon {
    display: block;
    max-width: 144px;
    max-width: 9rem;
    margin: 0 auto;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}
.home .promosContainer .promo .absoluteWrapper .icon img {
    width: 100%;
}
.home .promosContainer .promo .absoluteWrapper .h2 {
	color: #fff;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
	display: inline-block;
}
.home .promosContainer .promo .absoluteWrapper .promoContent p {
	padding-bottom: 0;
}



/*________ FAQ PAGE ________*/
				
.faqContainer {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.faqContainer .faq {
}
.faqContainer .faq h4 {
	line-height: 1.5;
}
.faqContainer .faq h4 a {
	text-decoration: none;
	display: block;
	background-color: #f3f3f3;
	padding: 8px 12px;
	padding: 0.5rem 0.75rem;

	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
	color: #212758;
	font-weight: 100;
}
.faqContainer .faq h4 a .icon {
	width: 20px;
	width: 1.25rem;
	height: 20px;
	height: 1.25rem;
	overflow: hidden;
	margin: 0 24px 0 0;
	margin: 0 1.5rem 0 0;
	position: relative;
	border-radius: 50%;
	border: 2px solid #212758;
	border: 0.125rem solid #212758;
	display: block;

	flex-grow: 0;
	flex-shrink: 0;
}
.faqContainer .faq h4 a .icon:before,
.faqContainer .faq h4 a .icon:after {
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	background-color: #212758;
	display: block;

	position: absolute;
	margin: auto;
	content: '';

	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.faqContainer .faq h4 a .icon:before {
	width: 2px;
	width: 0.125rem;
	height: 10px;
	height: 0.625rem;
}
.faqContainer .faq h4 a .icon:after {
	height: 2px;
	height: 0.125rem;
	width: 10px;
	width: 0.625rem;
}
.faqContainer .faq h4 a:hover .icon,
.faqContainer .faq.show h4 a .icon {
	border: 2px solid #ff0000;
	border: 0.125rem solid #ff0000;
}
.faqContainer .faq h4 a:hover .text,
.faqContainer .faq.show h4 a .text {
	color: #ff0000;
}
.faqContainer .faq h4 a:hover .icon:before,
.faqContainer .faq.show h4 a .icon:before,
.faqContainer .faq h4 a:hover .icon:after,
.faqContainer .faq.show h4 a .icon:after {
	background-color: #ff0000;
}

.faqContainer .faq.show h4 a .icon {
	transform: rotate(45deg);
}

.faqContainer .faq h4 a .text {
	overflow: hidden;
	display: block;
}
.faqContainer .faq .faqContent {
	padding-left: 16px;
	padding-left: 1rem;
	height: 0;
	opacity: 0;
	overflow: hidden;
}
.faqContainer .faq.show .faqContent {
	height: auto;
	opacity: 1;
}

.faqCategoriesSection .basicList li a {
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
}

/*________ CONTACT PAGE ________*/

.contactContainer {
	padding-bottom: 80px;
	padding-bottom: 5rem;
}


/*________ FRONT PAGE ________*/

.home .panel {
	position: static;
	will-change: auto;
	/*z-index: 1;*/
}
.home .sections {
    z-index: 4;
    position: relative;
    background-color: #fff;
}

/*________ ARCHIVE PAGES ________*/


/*________ CATEGORY PAGES ________*/


/*________ TAXONOMY PAGES ________*/


/*________ SINGLE PAGES ________*/

.single .content .post .thumbContainer {
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}
.single .content .post .thumbContainer img {
	width: 100%;
}

/*________ WP PRINT ________*/

@media print {

}

/*________ LOCATION _________*/

.location {
	display: none;
}

/*________ RESPONSIVE ________*/

/* 340px */
@media (min-width: 21.25em) {
	
	/*________ MISC ________*/

	.hide-340 {
		display: none;
	}
	.show-340 {
		display: block;
	}


	


}

/* 440px */
@media (min-width: 27.5em) {

	/*________ NAV ________*/

	.menu {
		width: 350px;
		width: 21.875rem;
	}

	/*________ CONTENT ________*/



	/*________ MISC ________*/

	.hide-440 {
		display: none;
	}
	.show-440 {
		display: 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 {
		width: 33.33%;
	}
	.gallery-columns-4 .gallery-item {
		width: 25%;
	}
}

/* 540px */
@media (min-width: 33.75em) {
	
	/*________ HEADER ________*/

	.header .logoContainer {
	    display: flex;
	    flex: 0 1 auto;
	    flex-direction: row;
	    flex-wrap: wrap;
	}
	.header .logo {
		margin: 16px 0 16px 8px;
		margin: 1rem 0 1rem 0.5rem;
	}
	.header .headerNav {
		padding: 16px 0 16px;
		padding: 1rem 0 1rem;
		margin-left: auto;
		overflow-x: hidden;
	}
	.header .headerNav .toggleMenuContainer,
	.header .headerNav .loginContainer {
		display: block;
	}
	.header .headerNav .toggleMenuContainer .toggleMenu {
	    padding: 9.6px 32px;
	    padding: 0.6rem 2rem;
		margin-right: -80px;
		margin-right: -5rem;
	}
	.header .headerNav .toggleMenuContainer .toggleMenu .text {
		padding-right: 20px;
		padding-right: 1.25rem;
		display: inline-block;
	}
	.header .headerNav .toggleMenuContainer .toggleMenu .icon {
		margin-right: 10px;
		margin-right: 0.625rem;
	}
	.header .headerNav .loginContainer a {
		margin-right: -20px;
		margin-right: -1.25rem;
		padding-right: 50px;
		padding-right: 3.125rem;
	}


	/*________ MISC ________*/

	.hide-540 {
		display: none;
	}
	.show-540 {
		display: block;
	}
	.home.admin-bar .logoContainer {
	    margin-top: 46px;
	}



	/*________ WP IMAGES ________*/
	
	.gallery-columns-5 .gallery-item {
		width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		width: 16.66%;
	}
	.gallery-columns-7 .gallery-item {
		width: 14.285%;
	}
	.gallery-columns-8 .gallery-item {
		width: 12%;
	}


	/*________ SIDEBAR ________*/

	.sidebar .flexBlocks .flexBlock {
	    flex-basis: 50%;
	    max-width: 50%;
	}
	.sidebar .section .newsletterContainer form.elab_form fieldset {
		margin: 0 -4px;
		margin: 0 -0.25rem;
	}
	.sidebar .section .newsletterContainer form.elab_form fieldset .fieldwrap {
	    width: 50%;
	    padding: 0 4px 16px;
	    padding: 0 0.25rem 1rem;
	    float: left;
	    clear: none;
	}

	/*________ CONTACT PAGE ________*/

	.contactContainer form.elab_form fieldset {
		margin: 0 -4px;
		margin: 0 -0.25rem;
	}
	.contactContainer form.elab_form fieldset .fieldwrap:not(.textarea) {
	    width: 50%;
	    padding: 0 4px 16px;
	    padding: 0 0.25rem 1rem;
	    float: left;
	    clear: none;
	}
	.contactContainer form.elab_form fieldset .textarea {
	    padding: 0 4px 16px;
	    padding: 0 0.25rem 1rem;
	}


	/*________ FRONT PAGE ________*/

	.home .callToAction .wrapper .content span {
		margin: 0 auto;
	}

}

/* 640px */
@media (min-width: 40em) {

	/*________ HEADER & NAV ________*/

	.navContainer .headerInfo {
		display: block;
	}
	.navContainer .mobileInfo {
		display: none;
	}
	.headerSliderContainer .slick-slide img {
		width: 100%;
	    width: calc(100% + 400px);
	    width: calc(100% + 25rem);
	    margin-left: -200px;
	    margin-left: -12.5rem;
	}

	/*________ MISC ________*/

	.hide-640 {
		display: none;
	}
	.show-640 {
		display: block;
	}

}


/* 740px */
@media (min-width: 46.25em) {

	/*________ HEADER ________*/

	.header .logoVideo {
		display: block;
	}
	
	.header .headerNav {
	    display: flex;
	    flex: 0 1 auto;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-items: center;
	}
	.header .headerNav .toggleMenuContainer {
		order: 1;
		padding-bottom: 0;
	}
	.header .headerNav .loginContainer a {
		margin-right: 10px;
		margin-right: 0.625rem;
		padding-right: 32px;
		padding-right: 2rem;
	}
	.header .headerNav .toggleMenuContainer .toggleMenu {
		margin-right: -22px;
		margin-right: -1.375rem;
	}
	.bgVideoContainer .absoluteWrapper .centerVertical {
		position: absolute;
		bottom: 0;
		height: calc(100% - 80px);
		height: calc(100% - 5rem);
	}
	.bgVideoContainer .absoluteWrapper .h3 {
		font-size: 36px;
		font-size: 2.25rem;
	    padding: 0 28px 10px 0;
	    padding: 0 1.75rem 0.625rem 0;
	}
	.bgVideoContainer .absoluteWrapper .icon {
		width: 80px;
		width: 5rem;
	}
	/*________ LOCATION ________*/

	.location {
		display: block;
	}
	.location {
	    background-color: #ff0000;
	    text-align: center;
	}
	.location .wrapper h2 {
		color: #fff;
		padding: 10px;
		padding: 0.625rem;
	}
	.location .mapContainer {
		position: relative;
		width: 100%;
		height: 280px;
		height: 17.5rem;
	}
	.location .mapContainer .locationCanvas {
		width: 100%;
		height: 100%;
		position: absolute;
	}
	.location .mapContainer img {
		max-width: none;
	}
	.location .mapContainer .gm-style-cc {
		display: none;
	}

	/*________ CONTENT ________*/

	.content h1,
	.content .h1 {
		font-size: 40px;
		font-size: 2.5rem;
	}
	.content h2,
	.content .h2 {
		font-size: 30px;
		font-size: 1.875rem;
	}
	.content h3,
	.content .h3 {
		font-size: 24px;
		font-size: 1.5rem;
	}
	.content h4,
	.content .h4 {
		font-size: 20px;
		font-size: 1.5rem;
	}
	.content h5,
	.content .h5,
	.content h6,
	.content .h6 {
		font-size: 16px;
		font-size: 1rem;
	}

	.mainContent .wrapper {
	    display: flex;
	    flex: 0 1 auto;
	    flex-direction: row;
	    flex-wrap: wrap;
	}
	.mainContent .wrapper > .content {
	    flex-basis: 64%;
	    max-width: 64%;
	}
	.mainContent .wrapper .sidebar {
	    flex-basis: 32%;
	    max-width: 32%;
	    margin-left: 4%;
	    overflow: hidden;
	}


	/*________ SIDEBAR ________*/

	.sidebar .section .newsletterContainer {
		padding: 0 0 64px;
		padding: 0 0 4rem;
	}
	.sidebar .section .newsletterContainer form.elab_form fieldset {
		margin: 0;
	}
	.sidebar .section .newsletterContainer form.elab_form fieldset .fieldwrap {
	    width: 100%;
	    padding: 0 0 16px;
	    padding: 0 0 1rem;
	    float: none;
	    clear: both;
	}
	.sidebar .flexBlocks .flexBlock {
	    flex-basis: 100%;
	    max-width: 100%;
	}
	.sidebar .newsletterContainer form.elab_form button[type="submit"] {
	    float: right;
	    margin: 0;
	    display: inline-block;
	}


	/*________ FRONT PAGE ________*/

	.home .latestNews .wrapper {
		padding: 56px 20px 0;
		padding: 3.5rem 1.25rem 0;
	}
	.home .latestNews .moreNews {
		display: inline-block; 
		max-width: none; 
		margin: 0 0 48px; 
		margin: 0 0 3rem; 
	}


	/*________ CONTACT PAGE ________*/

	.page-template-pages-contact .mainContent .wrapper > .content {
	    flex-basis: 32%;
	    max-width: 32%;
	    overflow: hidden;
	    order: 1;
	}
	.page-template-pages-contact .mainContent .wrapper .contactContainer {
	    flex-basis: 64%;
	    max-width: 64%;
	    margin-right: 4%;
	}

	/*________ MISC ________*/

	.hide-740 {
		display: none;
	}
	.show-740 {
		display: block;
	}
	.header .logoVideo {
		margin: 0 auto;
		padding-bottom: 32px;
		padding-bottom: 2rem;
	}
	.header .logoVideo img {
		width: 400px;
		width: 25rem;
	}
}


/* 782px //should only be used for .admin-bar items */
@media (min-width: 48.875em) {
	.home.admin-bar .logoContainer {
		margin-top: 32px;
	}
}


/* 840px */
@media (min-width: 52.5em) {
	

	/*________ CONTENT ________*/

	.content .articleContainer .article {
	    display: flex;
	    flex: 0 1 auto;
	    flex-direction: row;
	    flex-wrap: nowrap;
	}
	.content .articleContainer .article .thumbContainer {
	    flex-basis: 40%;
		max-width: 100%;
		margin-right: 20px;
		margin-right: 1.25rem;
	}
	.content .articleContainer .article .articleInfo {
	    flex-basis: 60%;
	    max-width: 100%;
	}

	
	/*________ MISC ________*/

	.hide-840 {
		display: none;
	}
	.show-840 {
		display: block;
	}
}


/* 940px */
@media (min-width: 58.75em) {
	
	/*________ HEADER & NAV ________*/

	/* Reset dropdown nav items to drop down normally */
	.mainNav > li:last-child ul {
		right: auto;
		left: 0;
	}
	.header .headerImg {
		height: 300px;
		height: 18.75rem;
	}
	.header .logoVideo {
		margin: 0 auto;
		padding-bottom: 32px;
		padding-bottom: 2rem;
	}
	.header .logoVideo img {
		width: 500px;
		width: 31.25rem;
	}
	.header .headerNav .loginContainer a {
		margin-right: 40px;
		margin-right: 2.5rem;
	}

	.mainNav .menu-item .sub-menu {
		text-align: left;
	}


	/*________ FOOTER ________*/

	.footer .flexBlocks .flexBlock {
	    flex-basis: 25%;
	    max-width: 25%;
	}


	/*________ MISC ________*/

	.hide-940 {
		display: none;
	}
	.show-940 {
		display: block;
	}
}


/* 1040px */
@media (min-width: 65em) {

	/*________ FRONT PAGE ________*/
	.home .callToAction {
		position: relative;
	}
	.home .callToAction .wrapper {
	    position: absolute;
	    top: -100px;
	    top: -6.25rem;
	    z-index: 20;
	    margin-left: auto;
	    margin-right: auto;
	    left: 0;
	    right: 0;
	}
	.bgVideoContainer .absoluteWrapper .centerVertical {
		height: calc(100% - 24px);
		height: calc(100% - 1.5rem);
	}
	/* Uncomment this CSS if using the CallToAction 
	.home .contentContainer .wrapper {
		padding: 160px 20px 0;
		padding: 10rem 1.25rem 0;
	}
	*/
	/* Use this CSS if not using CallToAction */
	.home .contentContainer .wrapper {
		padding: 64px 20px 0;
		padding: 4rem 1.25rem 0;
	}

	/*________ LOCATION ________*/

	.location .mapContainer {
		height: 380px;
		height: 23.75rem;
	}


	/*________ SIDEBAR ________*/

	.sidebar .quickLinks .quickLink .text {
		font-size: 20px;
		font-size: 1.25rem;
	}
	.sidebar .quickLinks .quickLink {
		padding: 20px 40px;
		padding: 1.25rem 2.5rem;
	}


	/*________ MISC ________*/

	.hide-1040 {
		display: none;
	}
	.show-1040 {
		display: block;
	}
}


/* 1140px */
@media (min-width: 71.25em) {

	.bgVideoContainer .absoluteWrapper .centerVertical .wrapper {
		max-width: 1140px;
		max-width: 71.25rem;
		margin: 0 auto;
	}

	/*________ MISC ________*/

	.hide-1140 {
		display: none;
	}
	.show-1140 {
		display: block;
	}


	/*________ FOOTER ________*/

	.location .mapContainer {
		height: 500px;
		height: 31.25rem;
	}
}


/* 1240px */
@media (min-width: 77.5em) {

	.bgVideoContainer {
	    height: 840px;
	    height: 52.5rem;
	}

	/*________ 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) {
	.bgVideoContainer {
	    height: 1080px;
	    height: 67.5rem;
	}
}
