/*
Theme Name: Rally Child
Theme URI: https://rallyrd.com/
Author: Rob Petrozzo, Firefall
Author URI: https://rallyrd.org/
Template: wp-www-1
Version: 2.0
Description: The 2020 Rally Marketing Theme
*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	color: #28352e;
	text-decoration: none;
	outline: 0;
}

body {
	margin: 100px auto 0;
	padding: 0;
	background: #FBF5E5;
	overflow-x: hidden;
	font-family: sweet-sans-pro, sans-serif;
	color: #28352E;
	font-size: 16px;
	/*font-size: 1.12vw;*/
	font-weight: 400;
	letter-spacing: 0;
}

h1,h2,h3,h4,h5,h6 {
	color: #28352E;
	font-family: termina, sans-serif;
	font-weight: 800;
}

h1 {
	margin-bottom: 24px;
	font-size: 42px;
	font-size: 2.8vw;
	line-height: 1.05;
}

h2 {
	font-size: 24px;
	font-size: 1.7vw;
	line-height: 1.2;
}

h3 {
	font-size: 24px;
	font-size: 1.7vw;
	letter-spacing: 0;
	line-height: 28px;
}

img {
	max-width:100%;
	height: auto;
	border: 0;
	outline: none;
	vertical-align: bottom;
}

i {
	font-family: 'IBM Plex Serif', serif;
}

p {
	margin: 0 0 16px;
}

p:empty {
	display: none;
}

table {
	width: 100%;
	margin-bottom: 80px;
	border-collapse: collapse;
	border-left: 1px solid #E1DAC7;
	border-right: 1px solid #E1DAC7;
}

table th {
	padding: 15px;
	background: #28352E;
	color: #FBF5E5;
	font-size: 14px;
	/*font-size: 1vw;*/
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

table td {
	padding: 15px;
	border-bottom: 1px solid #E1DAC7;
	border-top: 0;
}

ul {
	list-style:none;
}

video {
	width: 100%;
	max-width: 100%;
}

/*/////////////////////////////////////////////
//// BEGIN: Layout
/////////////////////////////////////////////*/
.hidden {
	display: none;
}

.container {
	max-width: 100vw;
	padding: 0px 10vmin;
}

.flexit-container {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: flex-start;
}

.flexit-reverse {
	flex-direction: row-reverse;
}

.site-main section {
	position: relative;
	overflow: hidden;
}

.section-wrapper {
	position: relative;
	width: 100%;
	max-width: 1160px;
	max-width: 84.75%;
	margin: 0 auto;
}

.section-wrapper.fullwidth {
	max-width: 100%;
}

.carousel_wrapper {
	position: relative;
}

.eyebrow {
	font-size: 12px;
	/*font-size: 0.85vw;*/
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* BEGIN: Buttons
-----------------------------------*/
.addbutton {
	display: inline-block;
	position: relative;
	margin-top: 10px;
	padding: 14px 40px;
	background: #6ACD98;
	border: 1px solid #6ACD98;
	border-radius: 0;
	box-shadow: none;
	outline: 0;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	/*font-size: 0.85vw;*/
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.addbutton-container {
	text-align: center;
}

.addbutton.center {
	margin: 20px auto;
}

.addbutton.transparent {
	padding: 8.5px 26px;
	background: transparent;
	color: #28352E;
}

.addbutton.tan {
	padding: 11.5px 45px;
	background: #e7c983;
	border: 1px solid #dabf82;
	color: #28352E;
	font-size: 20px;
	font-family: 'Muli', sweet-sans-pro, sans-serif;
	font-weight: 800;
	letter-spacing: 0.22em;
	line-height: 1.75;
}

.addbutton.blue {
	background: #24A0ED;
	border: 1px solid #24A0ED;
}

/* BEGIN: Video
-----------------------------------*/
.video-container {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.video-container .video-wrapper {
	position: relative;
	height: 0;
	padding-bottom: 56.243%; /* 16:9 */
	overflow: hidden;
}

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

/* NOTE: Sizing does not work with aspect ratio defined by line 229, hence absolute positioning */
.video-container .video-wrapper .video-poster {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* NOTE: Expect image to -cover- video, thus potential skewing. */
.video-container .video-wrapper .video-poster img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.video-container .video-wrapper .video-poster .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.video-container .video-wrapper .video-poster .play-button img:hover {
	opacity: .8;
}

.popup#video-popup {
	background: transparent;
	width: 100%;
}

/*/////////////////////////////////////////////
//// BEGIN: Header
/////////////////////////////////////////////*/
header.staticpage {
	padding: 25px 0;
}

header.staticpage.main-header--dark-mode {
	background: #1D1D1D;
}

.main-header .websiteHeader-left .logo .light {
	display: none;
}

.main-header.main-header--dark-mode .websiteHeader-left .logo .dark {
	display: none;
}

.main-header.main-header--dark-mode .websiteHeader-left .logo .light {
	display: block;
}

header.staticpage.main-header--dark-mode .navbar-nav li > a {
	color: #fff;
}

.navbar-nav li.current-menu-item > a,
body.collections .navbar-nav li.menu-item-142 > a {
	font-weight: 800;
}

.navbar-nav li > a {
	font-family: sweet-sans-pro, sans-serif;
	font-size: 12px;
	/*font-size: 0.85vw;*/
	font-weight: 600;
	letter-spacing: 1px;
	cursor: pointer;
}

.navbar-nav li.button:last-child > a {
	white-space: nowrap;
}

/*/////////////////////////////////////////////
//// BEGIN: Homepage
/////////////////////////////////////////////*/
.home h1 {font-size:11vmin; line-height:0.8; margin:0px;}
.home h6 {font-size:5vmin; margin:0px;line-height:1.5;}
.home a {color:inherit;}
.home p {margin: 16px 0; line-height: 2.3;}

/*/////////////////////////////////////////////
//// BEGIN: Collection Category List
/////////////////////////////////////////////*/
aside {
	flex-basis: 20%;
}

aside .widget_nav_menu .widget-title {
	display: none;
}

aside .widget_nav_menu ul {
	padding-top: 4px;
}

aside .widget_nav_menu li {
	margin-bottom: 15px;
}

aside .widget_nav_menu li a {
	display: inline-block;
	padding: 15px 15px 13px;
	border: 1px solid #6ACD98;
	color: #28352E;
	font-family: termina, sans-serif;
	font-size: 16px;
	/*font-size: 1.12vw;*/
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

aside .collections-sidebar li.current-menu-item a {
	background: #6ACD98;
}

/* BEGIN: Collection Item
-----------------------------------*/
.section_collections {
	padding: 100px 0;
}

.section_collections .section-content {
	flex-basis: 80%;
}
.collection-list .collection-item {
	padding: 40px 0;
	border-bottom: 1px solid #E1DAC7;
}

.collection-list .collection-item:first-child {
	padding: 0 0 40px;
}

.collection-grid .collection-item {
	flex-basis: 48%;
	margin-bottom: 80px;
}

.collection-grid:after {
	content: '';
	flex-basis: 48%;
	margin-bottom: 0;
}

.collection-item .image-container {
	border: 5px solid transparent;
	width: 100%;
}

.collection-grid .collection-item .image-container {
	margin-bottom: 5%;
}

.collection-list .collection-item .image-container {
	flex-basis: 48%;
}

	.collections_categories-one-of-a-kind .image-container {
		border-color: #EDAC3D;
	}

	.collections_categories-sports .image-container {
		border-color: #6797CD;
	}

	.collections_categories-comics .image-container {
		border-color: #57BCA9;
	}

	.collections_categories-cards .image-container {
		border-color: #E36551;
	}

	.collections_categories-cars .image-container {
		border-color: #9783C0;
	}

	.collections_categories-books .image-container {
		border-color: #9B815B;
	}

.collection-item .image-container {
	position: relative;
}

.collection-item .image-container img {
	position: absolute;
	top: 0;
	left: 0;
	vertical-align: bottom;
}

.collection-item .image-container img:nth-child(1) {
	position: relative;
	z-index: 1;
}

.collection-item .image-container img {
	width: 100%;
}

.collection-item .content-container {
	flex-basis: 48%;
}

.collection-item .content-container .eyebrow {
	display: inline-block;
	margin: 0 auto 15px;
	padding: 4px 20px;
	border-radius: 20px;
	cursor: pointer;
	color: #fff;
	line-height: 1.5;
}

.collection-grid .collection-item .content-container .eyebrow {
	display: none;
}

.collection-grid .collection-item .content-container {
	flex-basis: 100%;
}

	.section_collections .collections_categories-one-of-a-kind .content-container .eyebrow {
		background: #EDAC3D;
	}

	.section_collections .collections_categories-sports .content-container .eyebrow {
		background: #6797CD;
	}

	.section_collections .collections_categories-comics .content-container .eyebrow {
		background: #57BCA9;
	}

	.section_collections .collections_categories-cards .content-container .eyebrow {
		background: #E36551;
	}

	.section_collections .collections_categories-cars .content-container .eyebrow {
		background: #9783C0;
	}

	.section_collections .collections_categories-books .content-container .eyebrow {
		background: #9B815B;
	}

.collection-item .content-container .eyebrow a {
	color: #fff;
}

.collection-item .content-container h2 {
	margin-bottom: 20px;
}

.collection-item .content-container .excerpt p {
	margin: 0;
	font-family: interstate-condensed, sans-serif;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}

.collection-list .collection-item .content-container a {
	margin-top: 38px;
}

.collection-grid .collection-item .content-container a {
	margin-top: 22px;
}

#ajax-load-more {
	width: 100%;
}

#ajax-load-more .addbutton {
	margin-top: 4%;
	padding: 12px 10%;
	font-family: sweet-sans-pro, sans-serif;
}

#ajax-load-more .collection-list .collection-item:first-child {
	padding: 40px 0;
}

#ajax-load-more .alm-btn-wrap {
	text-align: center;
}

/*/////////////////////////////////////////////
//// BEGIN: Footer Sections
/////////////////////////////////////////////*/

/* BEGIN: Footer Section - Download
-----------------------------------*/
.section-download {
	margin-top: 5%;
	padding: 1.75% 0 0;
	background: #E7C983;
}

.home .section-download {
	display: none;
	margin-top: 0;
}

.section-download .col-left {
	flex-basis: 48%;
	padding-top: 10%;
}

.section-download .col-right {
	flex-basis: 50%;
	overflow: hidden;
}

.section-download header {
	margin-bottom: 20px;
}

.section-download .section-content p {
	color: #28352E;
	font-size: 16px;
	/*font-size: 1.12vw;*/
	font-weight: 600;
	letter-spacing: 0;
}

.section-download .section-content ul {
	margin: 30px 0 25px;
	justify-content: flex-start;
	align-items: center;
}

.section-download .section-content li {
	flex-basis: 25%;
	margin-right: 2.5%;
}

.section-download .section-image:after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	visibility: hidden;
	clear: both;
}

.section-download .section-image img {
	width: 100%;
	max-width: 815px;
	margin-right: -10%;
	float: right;
}

/* BEGIN: Footer Section - FAQ
-----------------------------------*/
.section-footer-faq {
	padding: 10% 0;
}

.section-footer-faq .col-left {
	flex-basis: 40%;
	padding-right: 6%;
}

.section-footer-faq .col-right {
	flex-basis: 59%;
}

.section-footer-faq h3 {
	margin-bottom: 30px;
	font-size: 38px;
	font-size: 2.65vw;
	line-height: 1.15;
}

.section-footer-faq .section-content ul {

}

.section-footer-faq .section-content h4 {
	position: relative;
	font-size: 24px;
}

.section-footer-faq .section-content h4:after {
	content: '>';
	position: absolute;
	top: 0;
	right: 0;
	padding: 24px 0 20px;
	color: #6ACD98;
	font-size: 22px;
	text-align: right;
}

.section-footer-faq .section-content a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 22px 0 19px;
	border-bottom: 1px solid #E1DAC7;
	color: #C6AA68;
}

.section-footer-faq .mobile {
	display: none;
}

#section3 p {
	line-height: 1.7;
}

.section-footer .footer_menu a,
.subpage-footer .footer_menu a {
	font-family: interstate-condensed, sans-serif;
	letter-spacing: 0.7px;
}

.subpage-footer .footer_widget .widget.text_widget {
	font-family: 'Muli', sans-serif;
	letter-spacing: 0.02em;
}

/* BEGIN: Footer Section - Background
-----------------------------------*/
#video-mp4,
#video-youtube {
	height: 80vh;
	width: 100%;
	max-width: 100%;
}

/*/////////////////////////////////////////////
//// BEGIN: 404 Page
/////////////////////////////////////////////*/
.error404 {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	justify-content: space-between;
	align-content: space-between;
}

.error404 .image-wrapper {
	float: right;
	max-width: 766px;
	height: 312px;
	width: 100%;
	background-image: url("../png/r_img2.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100%;
}

.error404 .mobile {
	display: none;
}

.error404 .site-main .section-content {
	width: 60%;
}

.error404 .site-main .section-wrapper{
	padding: 17% 0 0;
	overflow: hidden;
}
}

.error404 .site-main h1 {
	margin-bottom: 24px;
	font-size: 50px;
	font-size: 3vw;
	line-height: 1.05;
}

.error404 .site-main .section-content p {
	color: #28352E;
	font-size: 20px;
	/* font-size: 1.4vw; */
	font-weight: 600;
	letter-spacing: 0;
}

.error404 .site-main .section-content ul {
	margin: 30px 0 25px;
	justify-content: flex-start;
	align-items: center;
}

.error404 .site-main .section-content li {
	margin-right: 2.5%;
}

.error404 .site-main .section-content li .addbutton {
	padding: 14px 40px;
}

.error404 #mask {
	position: fixed;
}

/*/////////////////////////////////////////////
//// BEGIN: Specific Small Pages
/////////////////////////////////////////////*/

/* BEGIN: Default Page Template + Trading
-----------------------------------*/
.page-template-page-normal .page-header,
.page-template-page-normal .section-normal .section-wrapper {
	position: relative;
	width: 100%;
	max-width: 1340px;
	max-width: 70.35%;
}

.page-template-page-normal .page-header {
	margin: 12.5% auto 5.5%;
	text-align: center;
}

.page-template-page-normal .section-normal h2:not(:first-child) {
	margin: 100px 0 10px;
}

.page-template-page-normal .section-normal h3 {
	margin-top: 30px;
    font-size: 16px;
}

.page-template-page-normal .section-normal ol {
	margin-bottom: 25px;
	list-style: inside decimal;
}

.page-template-page-normal .section-normal ul {
	margin-bottom: 25px;
	list-style: inside;
}

.page-template-page-normal .section-normal li {
	margin-bottom: 5px;
}

.page-template-page-normal .section-normal a {
    color: #c19b42;
}

/*/////////////////////////////////////////////
//// BEGIN: Media Queries
/////////////////////////////////////////////*/

/* BEGIN: Hovers
-----------------------------------*/
@media screen and (min-width: 961px) {

	a:hover {
		color: #3e6850;
		text-decoration: none;
	}

	.addbutton:hover {
		background: #4AB77D;
		border: 1px solid #4AB77D;
		color: #fff;
	}

	.addbutton.transparent:hover {
		background: #6ACD98;
		border: 1px solid #6ACD98;
		color: #28352E;
	}

	.addbutton.tan:hover {
		background: #d0b26d;
		border: 1px solid #dabf82;
		color: #28352E;
	}
	
	.addbutton.blue:hover {
		background: #1082c9;
		border: 1px solid #1082c9;
		color: #28352E;
	}

	.websiteHeader-left .logo {
		width: 92px;
	}

	aside .collections-sidebar li a:hover {
		background: #6ACD98;
	}

	.section_collections .collections_categories-one-of-a-kind .content-container .eyebrow:hover {
		background: #D8982A;
	}

	.section_collections .collections_categories-sports .content-container .eyebrow:hover {
		background: #4D7FB7;
	}

	.section_collections .collections_categories-comics .content-container .eyebrow:hover {
		background: #3A9F8C;
	}

	.section_collections .collections_categories-cards .content-container .eyebrow:hover {
		background: #CB4B37;
	}

	.section_collections .collections_categories-cars .content-container .eyebrow:hover {
		background: #7B64AC;
	}

	.section_collections .collections_categories-books .content-container .eyebrow:hover {
		background: #8B6D42;
	}

	.section-footer-faq .section-content li:first-child a {
		margin-top: -27px;
	}
}

/* BEGIN: Responsive
-----------------------------------*/
@media screen and (max-width: 1366px) {

	.navbar-nav li {
		padding: 0px 10px;
	}
}

/* BEGIN: Responsive
-----------------------------------*/
@media screen and (max-width: 1300px) {

	/* BEGIN: Footer
	-----------------------------------*/
	.section-footer .footer_menu ul,
	.subpage-footer .footer_menu ul {
		max-width: 100%;
	}
}

/* BEGIN: Responsive
-----------------------------------*/
@media screen and (max-width: 1150px) {

	.container {
		padding: 0px 5vmin;
	}

	/*.navbar-nav li {
		padding: 0px 10px;
	}*/

	.navbar-nav li {
		padding: 0px 1.05vmin;
	}

	.navbar-nav li > a {
		font-size: 10px;
	}
}

/* BEGIN: Responsive
-----------------------------------*/
@media screen and (max-width: 1024px) {

	.navbar-nav li {
		padding: 0px 0.5vw;
	}

	/* BEGIN: Homepage Adjustments
	------------------------------------*/
	body.home .container {
		padding: 0px 25px;
		width: 100%;
		box-sizing: border-box;
	}
}

/* BEGIN: iPad / Mobile
-----------------------------------*/
@media screen and (max-width: 960px) {

	h1 {
		font-size: 32px;
		font-size: 9vw;
	}

	h2 {
		margin-bottom: 10px;
		font-size: 22px;
		font-size: 6.2vw;
	}

	h3 {
		font-size: 22px;
		font-size: 6.15vw;
		line-height: 1.2;
	}

	p {
		font-size: 16px;
		/* font-size: 4.5vw; */
	}

	table {
		margin-bottom: 60px;
	}

	table th {
		font-size: 12px;
		font-size: 3.4vw;
	}

	.flexit-container {
		flex-direction: column;
	}

	.section-wrapper {
		max-width: 100%;
		padding: 0 20px;
	}

	.addbutton {
		font-size: 3.4vw;
	}

	.addbutton.tan {
		font-size: 3.2vw;
	}

	.main-header {
		border-bottom: 1px solid #E1DAC7;
	}

	.main-header .container {
		padding: 0px 20px;
	}

	.navbar-nav li > a {
		font-size: 1.2vw;
	}

	/* BEGIN: Homepage Adjustments
	------------------------------------*/
	body.home {
		font-size: 2.1vmin;
		line-height: 2.1;
	}

	body.home .main-header {
		border-bottom: 0;
	}

	body.home p {
		margin: 10.5px 0;
		font-size: 2.1vmin;
	}

	/* BEGIN: Collection Category List
	------------------------------------*/
	aside {
		flex-basis: 100%;
		max-width: none;
		margin-bottom: 7.8%;
	}

	aside .widget_nav_menu li {
		display: inline-block;
		margin-right: 5px;
	}

	aside .widget_nav_menu li a {
		padding: 10px;
		font-size: 15px;
		font-size: 4.25vw;
	}

	/* BEGIN: Collection Item
	-----------------------------------*/
	.section_collections {
		padding: 8% 0;
	}

	.collection-list .collection-item,
	.collection-grid .collection-item {
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 0;
		border-bottom: 1px solid #E1DAC7;
		padding: 6.5% 0 13.5%;
	}

	.collection-list .collection-item:first-child,
	.collection-grid .collection-item:first-child {
		padding: 0 0 13.5%;
	}

	.collection-list .collection-item .image-container,
	.collection-list .collection-item .image-container img {
		width: 100%;
		flex-basis: 100%;
		max-width: none;
	}

	.collection-list .collection-item .image-container {
		margin-bottom: 5%;
	}

	.collection-item .content-container .eyebrow {
		margin-bottom: 4%;
		font-size: 9.5px;
		font-size: 2.65vw;
	}

	.collection-item .content-container h2 {
		margin-bottom: 4%;
	}

	.collection-item .content-container p {
		font-size: 14px;
		font-size: 4vw;
	}

	.collection-item .content-container .addbutton {
		display: none;
	}

	.ajax-load-more-wrap .addbutton {
		width: 100%;
		margin-top: 5%;
	}

	/* BEGIN: Before Footer
	-----------------------------------*/
	.section-download {
		margin-top: 12%;
		padding: 10% 0 0;
	}

	.section-download .section-wrapper {
		max-width: 100%;
	}

	.section-download .col-left {
		padding-top: 0;
	}

	.section-download .section-content p {
		font-size: 16px;
		font-size: 4.5vw;
		line-height: 1.7;
	}

	.section-download .section-content ul {
		margin: 7% 0 0;
		flex-direction: row;
		justify-content: space-between;
	}

	.section-download .section-content li {
		flex-basis: 48%;
		margin: 0 0 5%;
	}

	.section-download .section-image img {
		margin-right: 0;
		float: none;
	}

	.section-footer-faq {
		padding: 10% 0 20%;
	}

	.section-footer-faq .section-wrapper {
		display: block;
	}

	.section-footer-faq h3 {
		font-size: 32px;
		font-size: 9vw;
	}

	.section-footer-faq .section-content h4 {
		font-size: 22px;
		font-size: 6.15vw;
	}

	.section-footer-faq .section-content h4:after {
		padding: 8.25% 0 6.5%;
		font-size: 6.15vw;
	}

	.section-footer-faq .section-content a {
		padding: 7.25% 0 5.5%;
	}

	.section-footer-faq .addbutton.desktop {
		display: none;
	}

	.section-footer-faq .addbutton.mobile {
		display: block;
		width: 100%;
		margin-top: 15%;
	}

	/* BEGIN: 404
	------------------------------------*/
	.error404 {
		/* background-image: none; */
	}

	.error404 .site-main .section-wrapper{
		padding: 15% 20px 0;
	}

	.error404 .site-main .section-content {
		width: 80%;
	}

	.error404 .site-main .image-wrapper {
		margin-right: -20px;
		height: auto;
	}

	.error404 .site-main .section-content ul {
		flex-direction: row;
	}

	.error404 .site-main .section-content li .addbutton {
		font-size: 12px;
	}

	.error404 .section-download {
		margin-top: 0;
	}

	/* BEGIN: Default Page Template + Trading
	-----------------------------------------*/
	.page-template-page-normal .page-header {
		max-width: 100%;
		margin: 20% auto 10%;
		padding: 0 20px;
	}
	
	.page-template-page-normal .section-normal .section-wrapper {
		max-width: 100%;
	}
	
	.page-template-page-normal .section-normal h3,
	.page-template-page-normal .section-normal p,
	.page-template-page-normal .section-normal li {
		font-size: 4.5vw;
		line-height: 1.5;
	}
}

/* BEGIN: Menu Adjustments
-----------------------------------*/
@media screen and (min-width: 768px) and (max-width: 960px) {
	
	.websiteHeader-left .logo {
		width: 10vw;
    }
}

/* BEGIN: Mobile
-----------------------------------*/
@media screen and (max-width: 767px) {

	body {
		margin-top: 17.5vmin;
		line-height: 1.2;
	}

	header.staticpage {
		padding: 5vmin 0;
	}

	/* BEGIN: Homepage Adjustments
	------------------------------------*/
	body.home {
		font-size: 2.1vmin;
		line-height: 2.1;
	}

	body.home h1 {
		font-size: 6vmin;
	}

	body.home h6 {
		font-size: 3vmin;
		line-height: 1;
	}

	body.home p {
		margin: 10.5px 0;
		font-size: 2.1vmin;
	}

	#section3 p {
		line-height: 1.7;
	}

	/* BEGIN: 404
	------------------------------------*/
	.error404 {
		background-position: 0 100%;
		background-size: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		min-height: 100vh;
	}

	.error404 #mask {
		position: absolute;
	}

	.error404 .image-wrapper {
		float: right;
		max-width: 766px;
		height: auto;
		width: 100%;
		background-image: none;
	}

	.error404 .mobile {
		display: block;
	}

	.error404 .site-main .section-content {
		width: 100%;
	}

	.error404 .site-main .section-wrapper {
		padding: 12% 20px 10%;
	}

	.error404 .site-main h1 {
		max-width: 100%;
		font-size: 28px;
		font-size: 7.5vw;
	}

	.error404 .site-main .section-content p {
		font-size: 18px;
		line-height: 1.5;
	}

	.error404 .site-main .section-content ul {
		flex-direction: column;
	}

	.error404 .site-main .section-content li {
		margin-right: 0;
		width: 100%;
		margin-bottom: 2.5%;
	}

	.error404 .site-main .section-content li .addbutton {
		width: 100%;
		font-size: 3.4vw;
	}
}

/* BEGIN: Mobile - Small
-----------------------------------*/
@media screen and (max-width: 400px) {
}
/* FIN */