/*
Theme Name: RICS Marketing
Author: RICS Product
Version: 3.1.5
 */

/******                ******/
/****** Custom Styling ******/
/******                ******/
@font-face {
	 font-family: Moderat;
	 src: url(./fonts/Moderat-Bold.otf);
	 font-weight: bold;
}

@font-face {
	font-family: Moderat-Medium;
	src: url(./fonts/Moderat-Medium.otf);
	font-weight: normal;
	font-size: medium;
}

@font-face {
	font-family: Moderat;
	src: url(./fonts/Moderat-Regular.otf);
	font-weight: normal;
}

@font-face {
	font-family: Moderat-Extended;
	src: url(./fonts/Moderat-Extended-Black.otf);
	font-weight: normal;
}


@font-face {
	font-family: Moderat-Extended-Medium;
	src: url(./fonts/Moderat-Extended-Medium.otf);
}

.moderat-extended-medium {
	font-family: 'Moderat-Extended-Medium';
}

body {
	margin: 0;
}

button:hover {
	cursor: pointer;
}

button:focus {
	outline: none !important;
}

.image-button {
	border: none;
}

[class*="flex-"] {
	display: flex;
}

.flex-1 {flex: 1 5%;}
.flex-2 {flex: 1 10%;}
.flex-3 {flex: 1 15%;}
.flex-4 {flex: 1 20%;}
.flex-5 {flex: 1 25%;}
.flex-6 {flex: 1 30%;}
.flex-7 {flex: 1 35%;}
.flex-8 {flex: 1 40%;}
.flex-9 {flex: 1 45%;}
.flex-10 {flex: 1 50%;}
.flex-11 {flex: 1 55%;}
.flex-12 {flex: 1 60%;}
.flex-13 {flex: 1 65%;}
.flex-14 {flex: 1 70%;}
.flex-15 {flex: 1 75%;}
.flex-16 {flex: 1 80%;}
.flex-17 {flex: 1 85%;}
.flex-18 {flex: 1 90%;}
.flex-19 {flex: 1 95%;}

.purple {
	color: #5a2a60;
}

.orange {
	color: #fa5a5a;
}

.orange-text-button {
	color: #fa5a5a;
	border: initial;
	border-bottom: 1px solid #fa5a5a;
	background: inherit;
	text-align: left;
	outline: none;
	margin: 0;
	padding: 0;
	font-family: 'Moderat-Extended-Medium';
}

.orange-text-button:hover {
	color: #fdbdbd;
	border-bottom: 1px solid #fdbdbd;
}

.action-button-text {
	color: #fa5a5a;
	border: 2px solid #fa5a5a;
	padding: 0;
	font-size: 16px;
	font-family: 'Moderat-Extended-Medium';
	font-weight: bold;
	background: inherit;
	outline: none;
	width: 189px;
	height: 43px;
	text-align: center;
}

.action-button-text:hover {
    background-color: #fa5a5a;
    color: white;
}

.white {
	color: white;
}

.h80 { font-size: 60px; }
.h60 { font-size: 40px; }
.h40 { font-size: 30px; }
.h24 { font-size: 24px; }
.h20 { font-size: 20px;}
.h18 { font-size: 18px; }
.h16 { font-size: 16px; }

.separator {
	border-bottom: 1px solid rgb(222, 212, 232);
	margin: 25px 0;
	max-width: 420px;
}

/******        ******/
/****** Assets ******/
/******        ******/
.rics-pay-logo {
	background: url(./assets/rics-pay-logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	outline: none;
	padding: 0;
	width: 250px;
	height: 50px;
}

.location-map {
	background: url(./assets/locations-map.svg);
	background-repeat: no-repeat;
	background-size: contain;
    width: 100%;
    height: 400px;
    max-width: 567px;
}

.action-button {
	background: url(./assets/see-rics-default.svg);
	background-repeat: no-repeat;
	border: 0;
	outline: 0;
	padding: 0;
	width: 193px;
	height: 47px;
}

.action-button:hover {
	background: url(./assets/see-rics-hover.svg)
}

.vertical-bar {
	background: url(./assets/vertical-bar.png);
	background-repeat: repeat-y;
	width: 20px;
	min-height: 100%;
	z-index: 8000;
	display: none;
}

.vertical-bar.left {
	margin-left: -1px;
}

.horizontal-bar-footer {
	background: url(./assets/horizontal-bar.png);
	background-size: auto;
	height: 13px;
}

.horizontal-bar-red {
	background: url(./assets/horizontal-bar-red.png);
	background-size: auto;
	height: 13px;
	z-index: 8000;
}

.horizontal-bar-purple {
	background: url(./assets/horizontal-bar-purple.png);
	background-size: auto;
	height: 13px;
	z-index: 8000;
}

.logo-white {
	background: url(./assets/logo-white.svg);
	background-repeat: no-repeat;
	border: none;
	outline: none;
	padding: 0;
	width: 112px;
	height: 25px;
}

.r-logo-orange {
	background: url(./assets/rics-favicon.svg);
	background-repeat: no-repeat;
	border: none;
	width: 58px;
	height: 40px;
	outline: none;
}

.text-button {
	background: inherit;
	border: none;
	font-size: 16px;
	font-family: sans-serif;
	outline: none;
}

.ff-logo {
	background: url(./assets/ff-logo.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 102px;
	height: 44px;
}

.plus-rics {
	background: url(./assets/plus.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 26px;
	height: 26px;
}

.check {
	background: url(./assets/check.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 15px;
	height: 12px;
}

.demo-logos {
	background: url(./assets/demo-logos.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 448px;
    height: 89px;
}

.new-logo {
	background: url(./assets/new.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 75px;
	height: 27px;
}

.asset-7 {
	background: url(./assets/7.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 80%;
    max-width: 856px;
    height: 519px;
    z-index: 8000;
    position: absolute;
    margin-top: -100px;
}

.asset-11 {
	background: url(./assets/11.png);
	background-repeat: no-repeat;
	background-size: cover;
    max-width: 323px;
    width: 100%;
    height: 484px;
}

.tablet-video {
	width: 100%;
	height: 100%;
	max-width: 815px;
	max-height: 459px;
}

/* RICS Connect */
.overview {
	background: url(./assets/overview.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 700px;
	height: 200px;
}

.overview-2 {
	background: url(./assets/overview2.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 700px;
	height: 200px;
}

.cloud-diagram {
	background: url(./assets/pinwheel.png);
	background-repeat: no-repeat;
	background-size: contain;
    width: 100%;
    height: 650px;
}

.connectivity {
	background: url(./assets/connectivity.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 380px;
}

.product-catalog {
	background: url(./assets/product-catalog.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 350px;
}

.data {
	background: url(./assets/data.png);
	background-repeat: no-repeat;
	background-size: contain;
    width: 340px;
    height: 350px;
}

.edi {
	background: url(./assets/edi-flow.png);
	background-repeat: no-repeat;
	background-size: contain;
    width: 100%;
    height: 250px;
}

.vender-performance {
	background: url(./assets/vendor-performance-1.png);
	background-repeat: no-repeat;
	background-size: contain;
    width: 100%;
    height: 180px;
}

/******              *****/
/****** Page Layout ******/
/******             ******/
.section {
	width: 100%;
	display: flex;
}

.section-header {
	width: 100%;
	display: flex;
	min-height: calc(100vh - 100%);
}

.row {
	display: flex;
	flex-direction: row;
	margin-left: 15px !important;
	margin-right: 15px !important;
}

/******           ******/
/****** Formstack ******/
/******           ******/
.fsBody {
	font-family: 'Moderat-Extended-Medium' !important;
	margin: 20px 0 0 !important;
}

.fsBody .fsForm {
	margin: 20px 0 0 !important;
}

.fsSection {
	max-width: 320px;
}

.fsForm .fsSubmit {
    margin: 0;
    padding-top: 0 !important;
    max-width: 320px;
}

.fsSubmitButton {
    margin: 0;
	width: 100%;
}

.fsRowBody input[type="text"].fsRequired, .fsRowBody input[type="email"].fsRequired, .fsRowBody input[type="number"].fsRequired, .fsRowBody input[type="tel"].fsRequired, .fsForm select.fsRequired, .fsForm textarea.fsRequired {
	border: 1px solid rgba(90, 42, 96, 0.4) !important;
    background-color: rgba(255, 255, 255, 0.8) !important;
}

@media (min-width: 576px) {
	.vender-performance {
		height: 220px;
	}
}

@media (min-width: 768px) {
	.asset-7 {
		margin-top: -250px;
	}

	.asset-12 {
		height: 533px;
	}

	.fsBody {
		margin: 20px 0 0 80px !important;
	}

	.vender-performance {
		height: 310px;
	}
}

@media (min-width: 992px) {
	.h80 {
		font-size: 80px;
	}

	.h60 {
		font-size: 60px;
	}

	.container {
		max-width: 1300px !important;
	}

	.container.right {
		margin-right: 0;
		padding-right: 0;
		max-width: 1400px !important;
	}
	
	.container.right .row {
		margin-right: 0 !important;
	}

	.container.left {
		margin-left: 0;
		padding-left: 0;
		max-width: 1400px !important;
	}

	.container.left .row {
		margin-left: 0 !important;
	}

	.asset-7 {
		margin-top: -300px;
	}

	.separator {
		margin: 12px 0;
	}

	.fsBody {
		margin: 20px 0 0 !important;
	}

	.vender-performance {
		height: 220px;
	}
}

@media (min-width: 1200px) {
	.h40 {
		font-size: 40px;
	}

	.asset-12 {
		height: 512px;
		margin-top: 60px;
	}

	.section {
		min-height: 100vh;
	}
}

@media (min-width: 1537px) {
	.container {
		max-width: 1500px !important;
	}

	.container.right {
		padding-right: 15px;
		margin-right: auto;
		max-width: 1500px !important;
	}

	.container.left {
		padding-left: 15px;
		margin-left: auto;
		max-width: 1500px !important;
	}

	.asset-12 {
		margin-top: 180px;
	}

	.edi {
		height: 350px;
	}

	.vender-performance {
		height: 280px;
	}
}