/* ------------------*/
/*   Font Imports    */
/* ------------------*/

@font-face {
    font-family: 'Brown Light';
    src: url('/fonts/BrownEntrataWeb-Light.eot');
    src: local(':)'),
    	url('/fonts/BrownEntrataWeb-Light.woff') format('woff'),
    	url('/fonts/BrownEntrataWeb-Light.svg') format('svg'),
    	url('/fonts/BrownEntrataWeb-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Brown';
    src: url('/fonts/BrownEntrataWeb-Regular.eot');
    src: local(':)'),
    	url('/fonts/BrownEntrataWeb-Regular.woff') format('woff'),
    	url('/fonts/BrownEntrataWeb-Regular.svg') format('svg'),
    	url('/fonts/BrownEntrataWeb-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Brown Bold';
    src: url('/fonts/BrownEntrataWeb-Bold.eot');
    src: local(':)'),
    	url('/fonts/BrownEntrataWeb-Bold.woff') format('woff'),
    	url('/fonts/BrownEntrataWeb-Bold.svg') format('svg'),
    	url('/fonts/BrownEntrataWeb-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Vendo Icons';
    src: url('/fonts/vendo.eot');
    src: local(':)'),
    	url('/fonts/vendo.woff') format('woff'),
    	url('/fonts/vendo.svg') format('svg'),
    	url('/fonts/vendo.ttf') format('truetype');
}

/* ------------------*/
/*       Reset       */
/* ------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* ------------------*/
/*   Global Styles   */
/* ------------------*/
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.clearfix::before, 
.clearfix::after {
	content: "";
	display: table;
}
 
.clearfix::after {
	clear: both;
}

.google-tag {
	height: 0px;
	width: 0px;
	display: none;
	visibility: hidden;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
	margin: 0px;
    padding: 0px;
    background: #EFEFEE;
}

h1 {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 3em;
}

h2 {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 3em;
}

h3 {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1.1em;
}

h4 {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1.88em;
}

p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 0.88em;
}

a {
	color: #DDDDDD;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.hidden {
	display: none;
}

/* --- Main Navigation --- */
.static-nav {
	background-color: #FFFFFF;
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0px;
	z-index: 10;
}

.logo-section {
	background-color: #E42127;
	float: left;
	width: 160px;
	height: 60px;
	-webkit-transition: 500ms;
	transition: 500ms;
	padding: 15px 20px;
}

.logo-section img{
	width: 100%;
	padding: 3px 0px;
}

nav {
	text-align: right;
	float: right;
	margin-right: 10px;
}

.nav-managers,
.nav-account {
	float: left;
	padding: 20px 0px;
	margin: 0px 20px;
	color: #2E2E2E;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 0.88em;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	display: none;
}

.nav-managers:hover,
.nav-account:hover {
	color: #000000;
	font-weight: 700;
	text-decoration: none;
}

.nav-managers {
	
}

.nav-account {
	
}

.managers-indicator,
.account-indicator {
	height: 0px;
	width: 0px;
	background-color: #E42127;
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0px auto;
	-webkit-transition: 200ms;
	transition: 200ms;
}

.nav-indicator-hover {
	height: 10px;
	width: 100%;
	left: 0px;
	-webkit-transition: 200ms;
	transition: 200ms;
}

nav a.login-btn {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 0.88em;
	border: 2px solid #2E2E2E;
	color: #2E2E2E;
	padding: 5px 15px;
	margin: 12px 0px;
	float: left;
	cursor: pointer;
	-webkit-transition: 500ms;
	transition: 500ms;
}

nav a.login-btn:hover {
	background-color: #E42127;
	border: 2px solid #FFFFFF;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: 500ms;
	transition: 500ms;
}

nav a.mobile-login-btn {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #FFFFFF;
	text-align: center;
	border: 2px solid #FEFEFE;
	background-color: rgba(255, 255, 255, 0.2);
	padding: 7px 50px;
	margin: 12px auto;
	cursor: pointer;
	display: block;
	width: 180px;
	-webkit-transition: 500ms;
	transition: 500ms;
}

nav a.mobile-login-btn:hover {
	background-color: rgba(255, 255, 255, 0.3);
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: 500ms;
	transition: 500ms;
}

/* --- Mobile Navigation --- */
.mobile-nav-icon {
	display: block;
	width: 50px;
	height: 50px;
	background-image: url('/images/new_menu.svg');
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
	margin: 3px 15px;
}

.mobile-navigation {
	width: 100%;
	height: 100%;
	background-color: #2E2E2E;
	padding: 60px 10px;
	position: fixed;
	overflow: scroll;
	top: 0px;
	left: -100%;
	z-index: 0;
	display: block;
	-webkit-transition: 500ms;
	transition: 500ms;
}

a.mobile-nav-managers,
.mobile-nav-account {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	padding: 15px;
	cursor: pointer;
	float: none;
	display: block;
	text-decoration: none;
}

.mobile-navigation nav {
	width: 100%;
}

.mobile-navigation-open {
	left: 0px;
	z-index: 50;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.mobile-nav-close {
	height:50px;
	width: 50px;
	background-image: url('/images/new_close.svg');
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 10px;
}

/* --- First Section --- */
.account-btn {
	cursor: pointer;
}

#account {
	display: none;
}

.parallax-window-1 {
	width: 100%;
	height: 110%;
	position: absolute;
	top: 0x;
	z-index: -1;
}

.parallax-bkg-1 {
	width: 100%;
	height: 100%;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.landing-section {
	width: 100%;
	height: auto;
	background-image: url('/images/top_tool.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.tool-icon {
	height: 40px;
	width: 30px;
	margin: 10px 0px;
	background-image: url('/images/tool_icon.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.landing-section .intro-text {
	color: #FFFFFF;
	width: 100%;
	margin: 120px auto;
	padding: 10px;
	display: block;
}

.landing-section .intro-text p {
	width: 100%;
}

a#create-account {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	text-decoration: none;
	font-size: 2em;
	padding: 10px 20px;
	color: #000000;
	background-color: #FFFFFF;
	-webkit-transition: 500ms;
	transition: 500ms;
}

a#create-account:hover {
	background-color: #E42127;
	-webkit-transition: 500ms;
	transition: 500ms;
}

/* --- Second Section --- */
.video-section {
	width: 100%;
	height: 600px;
	background-image: url('/images/video_bkg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #666666;
	position: relative;
}

.video-container {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1200px;
	width: 100%;
    height: 30%;
    margin: auto;
	position: absolute;
}

.video-container a {
	cursor: pointer;
}

.video-container h2 {
	font-size: 3em;
	vertical-align: middle;
	padding: 5px;
}

.video-container .video-btn {
	height: 50px;
	width: 50px;
	background-image: url('/images/video_icon.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
}

/* --- Third Section --- */
.feature-section {
	width: 100%;
	height: auto;
	min-height: auto;
	background-image: none;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right;
	background-color: #2E2E2E;
	position: relative;
}

.feature-bkg-image {
	background-image: none;
	background-size: cover;
	width: 65%;
	height: 0%;
	display: block;
	position: absolute;
	z-index: 0;
	top: 0px;
	right: 0px;
}

.feature-container {
	width: 100%;
	height: auto;
	padding: 5px;
	margin: 0px auto;
	position: relative;
	display: grid;
	grid-template-columns: 0% 100% 0% 0%;
	grid-template-rows: 15% 65% 10% 10%;
	z-index: 2;
}

.feature-headline-wide {
	display: inline-block;
}

.blank {
	display: block;
	height: 50px;
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

#info-slide {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	padding: 10px;
	transform-style: preserve-3d;
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}

.slides {
	height: auto;
	width: 100%;
	position: absolute;
	transform: translateZ(-100px) scale(.9);
	opacity: 0;
	z-index: -5;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.current-slide {
	transform: translateZ(100px) scale(1);
	opacity: 1;
	z-index: 5;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.slider-nav {
	width: 100%;
	height: 50px;
	position: relative;
	bottom: 0px;
	color: #FFFFFF;
	padding: 15px 5px;
	grid-column: 2 / 3;
	grid-row: 4 / 5;
}

.slider-nav div {
	float: left;
	margin: 5px;
}

.bubbles {
	height: 12px;
	width: 12px;
	border-radius: 6px;
	background-color: #606161;
	cursor: pointer;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.bubble-select {
	background-color: #E42127;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.feature-container p {
	color: #FFFFFF;
}

a#create-account-sub {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px 15px;
	border: 2px solid #FFFFFF;
	-webkit-transition: 500ms;
	transition: 500ms;
}

a#create-account-sub:hover {
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-transition: 500ms;
	transition: 500ms;
}

/* --- Fourth Section --- */
.parallax-window-2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 290%;
	z-index: -1;
}

.parallax-bkg-2 {
	width: 100%;
	height: 100%;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.stat-section {
	width: 100%;
	height: auto;
	background-image: url('/images/vendor_stats_bkg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 75% 25%;
}

.stat-container {
	width: 100%;
	margin: 0px auto;
	padding: 50px 10px;
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto auto auto auto auto;
}

.stat-item-1 {
	grid-column: 1 / 3;
	grid-row: 1 / 2;
}

.stat-item-2 {
	grid-column: 1 / 3;
	grid-row: 2 / 3;
}

.stat-item-3 {
	grid-column: 1 / 3;
	grid-row: 3 / 4;
}

.stat-item-4 {
	grid-column: 1 / 3;
	grid-row: 4 / 5;
	display: none;
}

.stat-item-5 {
	grid-column: 1 / 3;
	grid-row: 5 / 6;
}

.stat-section h2 {
	text-align: center;
}

.stat-section a#create-account-sub {
	text-align: center;
	width: 230px;
	display: block;
	margin: 20px auto;
}

.stat-item-3 h4,
.stat-item-5 h4 {
	text-align: center;
}

.stat-item-3 p,
.stat-item-5 p {
	text-align: center;
	font-size: 1.2em;
	font-weight: 100;
	color: #FFFFFF;
}

.stat-breaker {
	text-align: center;
	color: #FEFEFE;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 4em;
}

.thic-red {
	width: 50px;
	height: 10px;
	background-color: #E92926;
	margin: 10px auto;
}

.footer-section {
	width: 100%;
	height: auto;
	padding: 40px 10px;
	background-color: #2E2E2E;
	position: relative;
	bottom: 0px;
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.footer-content {
	max-width: 1200px;
	margin: 0px auto;
	padding: 20px 0px;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto auto auto auto auto;
}

.footer-item-1 {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.footer-item-2 {
	grid-column: 1 / 2;
	grid-row: 4 / 5;
	padding: 10px 0px;
}

.footer-item-3 {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.footer-item-4 {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
}

.footer-item-5 {
	grid-column: 1 / 2;
	grid-row: 5 / 6;
}

.footer-item-3,
.footer-item-4,
.footer-item-5 {
	padding-top: 10px;
}

a.footer-btn {
	background-color: rgba(255, 255, 255, 0.5);
	text-align: center;
	color: #2E2E2E;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 0.75em;
	padding: 10px 15px;
	text-decoration: none;
	-webkit-transition: 500ms;
	transition: 500ms;
}

a.footer-btn:hover {
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-transition: 500ms;
	transition: 500ms;
}

.footer-content p {
	color: #FFFFFF;
	line-height: 2;
}

.footer-item-5 a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer-item-5 a:hover {
	text-decoration: underline;
}

/* --- Create Account Modal --- */
.account-create-section {
	background-color: rgba(0, 0, 0, 0.9);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: -110%;
	padding: 30px;
	z-index: 60;
	overflow: scroll;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.account-open {
	left: 0px;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.account-close {
	height:50px;
	width: 50px;
	background-image: url('/images/new_close.svg');
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 10px;
}

.create-content-limit {
	max-width: 900px;
	height: auto;
	margin: 20px auto;
	position: relative;
}

.create-title p {
	color: #FFFFFF;
}

.columns {
	width: 100%;
	margin-left: 0px;
	padding: 30px 0px;
	list-style: none;
}

.description {
	color: #FFFFFF;
}

.i-accept {
	color: #FFFFFF;
}

.outline-btn {
	background-color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1.88em;
	color: #000000;
	border: none;
	padding: 10px 30px;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.outline-btn:hover {
	background-color: #E42127;
	text-decoration: none;
	-webkit-transition: 500ms;
	transition: 500ms;
}

/* --- Login Modal --- */

.modal-logo {
	width: 200px;
	height: 60px;
	position: absolute;
	top: -70px;
	left: 50%;
	margin-left: -100px;
	padding-bottom: 20px;
	border-bottom: 5px solid #E42127;
	z-index: 500;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.modal-logo-open {
	top: 50px;
	-webkit-transition: 500ms;
	transition: 500ms;
}

/* ------------------*/
/*    Form Styles    */
/* ------------------*/

.form-multiselect {
    border: 1px solid #414042;
	padding: 10px;
	border-radius: 0px;	
	-webkit-appearance: none;
	margin: 20px 0px 5px 0px;
	width: 100%;
	position: relative;
	font-family: Arial;
	font-size: 13.33px;
	background-color: #fff;
}

.form-multiselect i {
    display: block;
    position: absolute;
    right: 4px;
    top: 8px;
    margin: 8px 4px 0 6px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #707070;
    border-bottom: 0 none;
}

.form-multiselect ul {
    display: none;
    background: #fff;
    top: 27px;
    left: -1px;
    width: 100%;
    margin: 0;
    border-top: #b3b3b3 1px solid;
    padding-top: 4px;
    position: absolute;
    z-index: 10;
    border: 1px solid #999;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.form-multiselect ul li {
    position: relative;
    border: 0 none;
    padding: 0;
}

.form-multiselect ul li .form-checkbox {
    left: 6px;
    top: 7px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: absolute;
}

.form-checkbox, .form-radio {
    margin: 9px 5px 0 0;
    height: 13px;
    width: 13px;
}

.form-search-field {
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    border: 1px solid #b3b3b3;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    padding: 0 4px;
    margin: 0 4px 4px 5px;
    vertical-align: top;
    height: 28px;
    width:318px !important;
    background-image: url("/assets/components/patterns/images/main_sprite.png?v=19");
    background-position: -773px -56px;
    background-repeat: no-repeat;
    padding-left: 22px;
    width: 184px;
}

.form-multiselect ul li label {
    display: block;
    margin-left: 20px;
    line-height: 12px;
    width: auto;
    float: none;
    text-align: left;
    font-size: 12px;
    padding: 7px 5px;
}

.form label {
    margin-right: 10px;
}

.round-corners-bottom {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.clear { clear: both; }
.pad0 { padding: 0px; }
.pad0-top { padding-top: 0px !important; }
.pad5-top { padding-top: 5px; }
.pad10-top { padding-top: 10px; }
.pad20-top{ padding-top: 20px; }
.pad35-top{ padding-top: 35px; }
.margin0-bottom { margin-bottom: 0px !important; }
.inline-block { display: inline-block; }

.i-accept.notification {
	margin-top:10px; 
	display: block;
}

.form-field {
	border: 1px solid #414042;
	margin: 20px 0px;
	width: 100%;
	padding: 10px;
}

.form-select {
	border: 1px solid #414042;
	padding: 10px;
	border-radius: 0px;
	background: url("/assets/components/patterns/images/drop_down.png?v=19") no-repeat right center #fff;
	-webkit-appearance: none;
	margin: 20px 0px 0px 0px;
	width: 100%;
}

.form-input {
	margin-top: 30px;
}

.form-half .description {
	font-family: 'Brown Light', sans-serif;
	font-weight: normal;
	font-size: 1.25em;
}

.form-half {
	width: 100%;
	float: left;
	padding: 15px 0px 0px 0px; 
}

.form-whole {
	width: 100%;
	padding: 15px 0px 0px 0px;
	margin-top: 0px;
	float: left;
}

.form-whole .description {
	font-family: 'Brown Light', sans-serif;
	font-weight: normal;
	font-size: 1.25em;
}

.form-whole .form-field {
	width: 100%;
}

.form-half .cityrow {
	width: 35%;
	display: inline-block;
}

.city-select {
	width: 21%;
}

.account {
	padding-bottom: 0px;
}

.form-half .cityrow:first-of-type {
	margin-right: 3%;
}

.form-half .cityrow:last-of-type {
	margin-left: 3%;
}

.form-content ul,
.form-half ul {
	list-style: none;
}

.i-accept {
	font-family: 'Brown Light', sans-serif;
	font-style: normal;
	font-size: 1em;
}

.skip-blank {
	height: 0px;
}

.align-domain {
	display: none;
}

/* ------------------*/
/*    Modal Pop-up   */
/* ------------------*/



.ui-dialog-titlebar-close {
	background-image: url("/images/new_close.svg");
	background-color: transparent;
	position: absolute;
	border: 0;
	top: -60px;
	left: 80%;
	width: 50px;
	height: 50px;
	margin-left: 20px;
	text-indent: 50px;
	overflow: hidden;
	display: block;
	cursor: pointer;
	z-index: 75;
}

.ui-dialog-title {
	display: none;
}

.ui-widget-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(46, 46, 46, 0.95);
	width: 100%;
	height: 100%;
	z-index: 70;
}

.ui-dialog {
	position: absolute;
	top: 100px !important;
	left: 50% !important;
	margin-left: -150px !important;
	width: 300px !important;
	display: inline-block;
	z-index: 70;
}

.login-pop-up {
	padding-top: 10px;
}

.login-pop-up li {
	list-style: none;
	width: 300px;
}

.login-pop-up .form-field {
	background-color: rgba(255, 255, 255, 0.2);
	border: 2px solid #FEFEFE;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #FFFFFF;
	width: 100%;
}

.login-pop-up #login_button,
.login-pop-up #forgot_password_div #submit {
	font-family: 'Montserrat', sans-serif;
	border: none;
	background-color: #FFFFFF;
	font-size: 1.33em;
	font-weight: 700;
	height: 50px;
	width: 160px;
	padding: 10px 30px;
	color: #2E2E2E;
	cursor: pointer;
	display: block;
	margin: 20px auto;
	text-align: center;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.login-pop-up #login_button:hover,
.login-pop-up #forgot_password_div #submit:hover {
	background-color: #E42127;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.input-link {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 0.75em;
	color: #EEEEEE;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.disabled-text-container {
	border: 1px solid #b3b4b4;
	padding: 35px;
	font-size: 0.70em;
	text-align: center;
	margin-top: 20px;
}
.disabled-text {
	color: #FFFFFF;
	line-height: 1.2em;
}

.hide {
	display: none;
}

/*---------------------------------*/
/* --- Desktop Global Stylings --- */
/*---------------------------------*/
@media screen and (min-width: 57em) {
	/* --- Navigation Sections --- */
	nav {
		margin-right: 50px;
	}
	
	.nav-managers,
	.nav-account {
		display: block;
	}
	
	.managers-indicator,
	.account-indicator {
		height: 0px;
		width: 0px;
		background-color: #E42127;
		position: absolute;
		top: 0px;
		left: 50%;
		margin: 0px auto;
		-webkit-transition: 200ms;
		transition: 200ms;
	}
	
	.nav-indicator-hover {
		height: 10px;
		width: 100%;
		left: 0px;
		-webkit-transition: 200ms;
		transition: 200ms;
	}
	
	nav a.login-btn {
		margin: 12px 20px;
	}
	
	/* --- Mobile Navigation --- */
	.mobile-nav-icon {
		display: none;
	}
	
	.mobile-navigation {
		display: none;
	}
	
	.mobile-nav-managers {
		
	}
	
	.mobile-nav-account {
		
	}
	/* --- First Section --- */
	.parallax-bkg-1 {
		background-image: url('/images/top_tool.jpg');
	}
	
	.landing-section {
		width: 100%;
		height: auto;
		min-height: 100%;
		background-image: none;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
	}
	
	.tool-icon {
		height: 80px;
		width: 62px;
	}
	
	.landing-section .intro-text h1 {
		font-size: 7em;
	}
	
	.landing-section .intro-text p {
		width: 55%;
		font-size: 2em;
	}
	
	a#create-account {
		font-size: 3em;
		padding: 15px 30px;
	}
	
	/* --- Second Section --- */
	.video-section {
		height: 100%;
	}

	/* --- Third Section --- */
	.feature-section {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background-image: none;
	}
	
	.feature-bkg-image {
		background-image: url('/images/vendoraccess_screen.png');
		height: 100%;
	}

	.feature-container {
		width: 100%;
		height: 100%;
		margin: 0px auto;
		padding: 0px;
		display: grid;
		grid-template-columns: 5% 30% 60% 5%;
		grid-template-rows: 15% 65% 10% 10%;
	}

	#info-slide {
		width: 100%;
		padding: 20px;
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
	
	.slider-nav {
		padding: 0px 20px;
		grid-column: 2 / 3;
		grid-row: 4 / 5;
	}
	
	/* --- Fourth Section --- */
	.parallax-window-2 {
		height: 110%;
	}
	
	.parallax-bkg-2 {
		background-image: url('/images/vendor_stats_bkg.jpg');
	}
	
	.stat-section {
		height: 100%;
		background-image: none;
	}
	
	.stat-container {
		margin: 0px auto;
		display: grid;
		grid-template-columns: 10% 35% 10% 35% 10%;
		grid-template-rows: auto auto auto;
	}
	
	.stat-item-1 {
		grid-column: 2 / 5;
		grid-row: 1 / 2;
	}
	
	.stat-item-2 {
		grid-column: 2 / 5;
		grid-row: 2 / 3;
		padding: 0px;
	}
	
	.stat-item-3 {
		grid-column: 2 / 3;
		grid-row: 3 / 4;
	}
	
	.stat-item-4 {
		grid-column: 3 / 4;
		grid-row: 3 / 4;
		display: block;
	}
	
	.stat-item-5 {
		grid-column: 4 / 5;
		grid-row: 3 / 4;
	}
	/* --- Footer Section --- */
	
	.footer-section {
		height: 230px;
		padding: 40px 10px;
		position: absolute;
	}
	
	.footer-content {
		grid-template-columns: auto 45% auto;
		grid-template-rows: auto auto;
	}
	
	.footer-item-1 {
		grid-column: 1 / 3;
		grid-row: 1 / 2;
	}
	
	.footer-item-2 {
		grid-column: 3 / 4;
		grid-row: 1 / 2;
	}
	
	.footer-item-3 {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}
	
	.footer-item-4 {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
	
	.footer-item-5 {
		grid-column: 3 / 4;
		grid-row: 2 / 3;
	}
	
	/* --- Form Section --- */
	
	.form-half {
		width: 50%;
		float: left;
		padding: 20px 20px 0px 0px; 
	}
	
	.form-whole {
		margin-top: 30px;
		padding: 0px;
	}
	
	.form-whole .form-field {
		width: 47%;
	}
	
	/* --- Login Modal --- */

	.modal-logo {
		top: -70px;
	}
	
	.modal-logo-open {
		top: 50px;
	}
}

/*-----------------------------------*/
/* --- Desktop Specific Stylings --- */
/*-----------------------------------*/
@media screen and (min-width: 57em) and (max-width: 105em) {
	/* --- First Section --- */
	.landing-section .intro-text {
		padding: 10% 7%;
		margin: 0px auto;
	}
	
	.tool-icon {
		height: 40px;
		width: 30px;
	}
	
	.landing-section .intro-text h1 {
		font-size: 3.5em;
	}
	
	.landing-section .intro-text p {
		width: 55%;
		font-size: 1em;
	}
	
	a#create-account {
		font-size: 1.2em;
		padding: 15px 30px;
	}
	
	/* --- Second Section --- */
	.video-container h2 {
		font-size: 4.2em;
	}
		
	/* --- Fourth Section --- */
	.stat-container {
		max-width: 1200px;
		padding: 7% 0px;
	}
	
}

/*-----------------------------*/
/* --- Large Format Styles --- */
/*-----------------------------*/
@media screen and (min-width: 105em) {
	/* --- Global --- */
	h1 {
		color: #FFFFFF;
		font-family: 'Montserrat', sans-serif;
		font-weight: 800;
		font-size: 4em;
	}
	
	h2 {
		color: #FFFFFF;
		font-family: 'Montserrat', sans-serif;
		font-weight: 800;
		font-size: 4em;
	}
	
	h3 {
		color: #FFFFFF;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 1.5em;
	}
	
	h4 {
		color: #FFFFFF;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 2.2em;
	}
	
	p {
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		font-size: 1.13em;
	}
	
	a {
		color: #DDDDDD;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	/* --- First Section --- */
	.landing-section .intro-text {
		padding: 10% 7%;
		margin: 0px auto;
	}
	
	.landing-section .intro-text h1 {
		font-size: 6em;
	}
	
	.landing-section .intro-text p {
		width: 55%;
		font-size: 1.5em;
	}
	
	a#create-account {
		font-size: 2.5em;
		padding: 15px 30px;
	}
	
	/* --- Second Section --- */
	.video-container h2 {
		font-size: 7em;
	}
	
	.video-container .video-btn {
		height: 120px;
		width: 120px;
		background-image: url('/images/video_icon.svg');
	}
	
	/* --- Third Section --- */
	#info-slide h2 {
		font-size: 4.5em;
	}
	
	#info-slide h3 {
		font-size: 2.5em;
	}
	
	#info-slide p {
		font-size: 1.25em;
		line-height: 2;
	}
	
	#info-slide #create-account-sub {
		font-size: 1.5em;
		padding: 15px 30px;
		border: 3px solid #FFFFFF;
	}
	
	/* --- Fourth Section --- */
	
	.stat-container {
		max-width: 1600px;
		padding: 10% 10px;
		grid-template-columns: 10% 33% 14% 33% 10%;
	}
	
	.stat-container h2 {
		font-size: 4.5em;
	}
	
	.stat-container a#create-account-sub {
		font-size: 1.5em;
		padding: 15px 30px;
		width: 300px;
		border: 3px solid #FFFFFF;
	}
	
	.stat-container h4 {
		font-size: 2.5em;
	}

	.footer-content {
		max-width: 1600px;
	}
}

/*-----------------------------*/
/* --- Aspect Ratio Styles --- */
/*-----------------------------*/

@media screen and (max-aspect-ratio: 5/3) {
	.feature-section {
		width: 100%;
		height: auto;
		background-image: none;
	}
	
	.feature-headline-wide {
		display: none;
	}
	
	#info-slide {
		width: 100%;
		padding: 0px;
	}
}