/** -------------------------------
	-- COMMON
	------------------------------- */
:root {
	--main-blue: #397bb1;
	--dark-blue: #242e3e;
	--vtp-highlight:#baee69;
	--vtp-highlight2: #a7dfa0;
	--vtp-dark-highlight: #7db02d;
}
body{
	position: relative;
	color: var(--dark-blue);
	background: var(--dark-blue);
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 18px;
	overflow-x: hidden;
	font-weight: 300;
}
h1, h2, h3 {
	text-align: left;
}
h1 {
	font-weight: bold;
	font-size: 2em;
}
h2 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	padding-bottom: 4px;
	color: var(--dark-blue);
	margin-bottom: 0px;
	text-transform: uppercase;
}
h3 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1em;
	margin-top: 15px;
	color: white;
	text-align: left;
	font-weight: bold;
	display: inline-block;
	background: var(--dark-blue);
	padding: 8px 16px;
	width: 100%;
}
a {
	color: var(--vtp-dark-highlight);
}
a:hover {
	color: var(--vtp-dark-highlight);
}
footer {
	background-color: white;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 15px;
}
.homepage footer {
	background-color: var(--vtp-highlight2);
	color: var(--dark-blue);
	margin-top: -24px;
}
.homepage footer a,
.homepage footer a:hover {
	color: var(--dark-blue);
}

.logo {
	width: auto;
	height: 40px;
	margin: 4px 8px;
}
.main {
	background-color: white;
}
@media screen and (min-width: 1024px) {
	.main {
		padding: 0 30px;
	}
}
.social a {
	color: white;
	font-size: 24px;
	margin-right: 8px;
	transition: all ease .5s;
	opacity: 1;
	float: left;
	border-top: 2px solid transparent;
}
.social a:hover {
	border-top: 2px solid var(--vtp-highlight);
}
.social a img {
	width: auto;
	height: 20px;
	margin-top: -5px;
}
.section-content {
	padding: 0;
}
.section-content.sep1 {
	background-color:#a7dfa0;
	padding-left:0;padding-right: 0;
}
.section-content.sep2,
.section-content.sep3 {
	background-color: rgba(167, 223, 160, 0.25);
}
.section-content.sep2 .container,
.section-content.sep3 .container {
	padding: 0;
}
/** -------------------------------
	-- BUTTONS
	------------------------------- */
.vtp-link-button {
	background-color: var(--dark-blue);
	color: white;
	padding: 4px 8px;
	text-decoration: none;
	box-shadow: none;
	transition: all ease .25s;
	text-transform: uppercase;
	box-shadow: 0 0 5px #aaa;
	white-space: nowrap;
	width: 258px;
	text-align: center;
	display: inline-block;
	border: 1px solid var(--dark-blue);
	border-radius: 16px;
	font-weight: bold;
}
.vtp-link-button:hover {
	text-decoration: none;
	box-shadow: 0 0 5px var(--dark-blue);
	color: white;
	border: 1px solid white;
}
.vtp-link-button.highlight  {
	background-color: var(--vtp-highlight);
	border: 1px solid var(--vtp-highlight);
	color: var(--dark-blue);
}
.vtp-link-button.highlight:hover  {
	color: var(--dark-blue);
	border: 1px solid white;
	box-shadow: 0 0 5px var(--dark-blue);
}

.vtp-link-button.white  {
	background-color: white;
	border: 1px solid white;
	color: var(--dark-blue) !important;
}
.vtp-link-button.white:hover  {
	color: var(--dark-blue) !important;
	border: 1px solid var(--dark-blue);
	box-shadow: 0 0 5px var(--dark-blue);
}
/** -------------------------------
	-- JUMBOTRON
	------------------------------- */
.jumbotron {
	position: relative;
	background-color: #0181b9;
	min-height: 100vh;
	height: auto;
	overflow: hidden;
	margin-bottom: 0;
}
.jumbotron .overlay {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	color: white;
	padding: 15px;
}
.jumbotron .content {
	padding: 0 30px;
	width: 100%;
	min-width: 300px;
	background-color: whitesmoke;
	color: var(--dark-blue);
	height: 100vh;
	display: inline-block;
}
.jumbotron h1 {
	margin-top: 100px;
	font-family: 'Roboto', 'Times New Roman', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
}
.jumbotron hr {
	color: white;
	background-color: white;
	width: 55%;
	min-width: 320px;
	margin-left: 0;
}
.jumbotron .illus {
	position: absolute;
	bottom: 12px;
	right: 12px;
	width: calc(56% - 150px);
	height: 80%;
	background-color: transparent;
	background-image: url(../img/jumbo-xl.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	display: none;
}
.scroll-down {
	position:absolute;
	bottom:8px;
	left:50%;
	transform: translateX(-50%);
	cursor: pointer;
}
.logo-vma {
	clear: both;
	width:250px;
	height:auto;
	margin: 0 auto;
}
.lead {
	font-weight: 300;
	font-size: 1em;
}
@media (min-width: 768px) {
	.jumbotron h1 {
		margin-top: 15vh;
		font-size:1.5em
	}
	.jumbotron .content {
		min-width: 500px;
	}
	.logo-vma {
		width: 180px;
	}
}
@media (min-width: 992px) {

	.jumbotron .content {
		width: 44%;
		min-width: 300px;
		margin-left: 120px;
	}

	.jumbotron .illus {
		display: block;
		background-image: url(../img/jumbo-md.png)
	}
	.jumbotron h1 {
		font-size: 1.5em;
	}
}

@media (min-width: 1200px) {
	.logo-vma img {
		width: 550px;
		max-width: 25vw;
		height: auto;
	}
	.jumbotron .illus {
		display: block;
		background-image: url(../img/jumbo-xl.png)
	}
	.jumbotron h1 {
		margin-top: 20vh;
		font-size: 1.5em;
	}
	.logo-vma {
		width: 300px;
	}
	.jumbotron .lead {
		font-size: 1em;
	}
}
@media (min-width: 1440px) {

	.jumbotron h1 {
		font-size: 2em;
	}
	.jumbotron .lead {
		font-size: 1.25em;
	}
}
/** -------------------------------
	-- PRESENTATION
	------------------------------- */
#home p {
	font-size: 1.2em;
}
.section-content.presentation {
	margin-top: -8px;
	/* background-color: rgba(0, 129, 185, .25); */
	background: rgba(255, 255, 255, .25);
}
/** -------------------------------
	-- FEATURES
	------------------------------- */
#features {
	background: rgba(227, 150, 178, .25);

}
#features .main {
	background: #e396b2;
}
.carousel-item {
	color: var(--dark-blue);
}
.carousel-item img {
	width: 66%;
	padding: 15px;
	float: right;
}
.carousel-caption {
	position: absolute;
	top: 0;
	bottom: 0;
	right: unset;
	left: 0;
	width: 33%;
	min-width: 200px;
	color: var(--dark-blue);
	padding: 15px 0;
	text-align: left;
}
.carousel-caption .buttons {
	position: absolute;
	bottom: 15px;
	width: 100%;
}
.carousel-caption h5 {
	text-align: left;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	background-color: rgba(255,255,255,.5);
	padding: 8px 16px;
}
.carousel-indicators {
	position: relative;
	margin: 0;
}
.carousel-indicators li {
	text-indent: unset;
	height: auto;
	color: var(--dark-blue);
	background-color: transparent;
	font-size: 14px;
}
.carousel-indicators li.active {
	color: white;
}
.carousel-tools {
	margin: 0;
}
.carousel-control-prev {
	margin-left: 15px;
}
.carousel-control-next {
	margin-right: 15px;
}
.carousel-control-next,
.carousel-control-prev {
	width: 100%;
	color: var(--dark-blue);
}
@media (max-width: 991px) {
	.carousel-caption .buttons {
		position: relative;
		padding-top: 15px;
		width: calc(100% - 30px);
	}
	.carousel-item img {
		width: 100%;
		height: auto;
	}
	.carousel-caption {
		position: relative;
		width: 100%;
		min-height: 220px;
		overflow: overlay;
	}
	.carousel-caption h5 {
		margin-top: 8px;
	}
}
/** -------------------------------
	-- PRICING
	------------------------------- */
#pricing  {
	color: var(--dark-blue)
}
table.pricing {
	width: 100%;
	font-size: 1em;
}
table.pricing td,
table.pricing th {
	border: 1px solid var(--dark-blue);
	text-align: center;
	padding: 8px;
}
table.pricing .label {
	width: 35%;
	text-align: left;
}
table.pricing th.free {
	width: 32.5%;
	background-color:var(--dark-blue);
	color: #baee69;
	text-transform: capitalize;
	font-weight: 300;
	font-size: 1.5em;
	text-align: center;
	border-right:1px solid white;
	padding: 8px;
}
table.pricing em {
	font-size: .8em;
	font-style: italic;
}
table.pricing th.premium {
	width: 32.5%;
	background-color:var(--dark-blue);
	color: #00c9f0;
	text-transform: capitalize;
	font-weight: 300;
	font-size: 1.5em;
	text-align: center;
	border-left:1px solid white;
	padding: 8px;
}
#pricing .mobile table.pricing .label {
	width: 50%;
}
#pricing .mobile table.pricing th.free,
#pricing .mobile table.pricing th.premium {
	width: 50%;
}
.price-wrapper {
	box-shadow: 0 0 20px #ccc;
	background: white;
	padding: 15px;
}
.price-header {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 8px 15px;
	border-bottom: 1px solid var(--main-blue);
	margin-bottom: 0;

}
.price-header.title {
	text-align: left;
}
.price-header.free {
	background-color:var(--dark-blue);
	color: #baee69;
	text-transform: capitalize;
	font-weight: 300;
	font-size: 1.5em;
}
.price-header.basic {
	background-color:var(--dark-blue);
	color: #f9842e;
	text-transform: capitalize;
	font-weight: 300;
	border-left: 1px solid white;
	border-right: 1px solid white;
	font-size: 1.5em;
}
.price-header.premium {
	background-color:var(--dark-blue);
	color: #00c9f0;
	text-transform: capitalize;
	font-weight: 300;
	font-size: 1.5em;
}
.price-item {
	font-size: .9em;
	padding: 8px 4px;
	border-bottom: 1px solid var(--dark-blue);
	border-left: 1px solid var(--dark-blue);
	text-align: left;
	margin-bottom: 0;
}
.price-item.first {
	text-align: center;
	border-left: 1px solid var(--dark-blue);
}
.price-item.second {
	text-align: center;
	font-weight: 200;
}
.price-item.third {
	text-align: center;
	border-right: 1px solid var(--dark-blue);
	font-weight: 200;
}
.price-footer {
	padding-top: 15px;
	padding-bottom: 15px;
}
#pricing .help {
	font-size: 20px;
	float: right;
	top: 5px;
	right: 8px;
	cursor: pointer;
	color: #0081b9;
}
#pricing .fa-times-circle {
	font-size: 14px;
	color: #d84c4c;
	text-align:center;
}
#pricing .fa-check-circle {
	font-size: 11px;
	color: #5fc474;
	text-align:center;
}
#pricing .mobile {
	font-size: 0.8em;
}
#pricing .mobile .price-item {
	border: none;
	font-size: 1em;
}

#pricing .mobile .label {
	padding: 8px;
	border-left: 1px solid var(--main-blue);
	border-bottom: 1px solid var(--main-blue);
	text-align: left;
	margin-bottom: 0;
}
#pricing .mobile .data {
	border-top: none;
	border-bottom: 1px solid var(--main-blue);
	border-left: 1px solid var(--main-blue);
	border-right: 1px solid var(--main-blue);
	text-align: center;
	padding:8px;
}
#pricing .fa-times-circle {
	text-align:center;
	font-size: 1.2em;
}
#pricing .fa-check-circle {
	text-align:center;
	font-size: 1.2em;
}
.section-content.pricing {
	background: rgba(255, 255, 255, .25);;
}

@media (max-width: 991px) {
	.price-item {
		font-size: 1em;
	}
}
/** -------------------------------
	-- OPTIONS
	------------------------------- */
#options {
	background: rgba(227, 150, 178, .2);
}
#options h2 {
	margin-bottom: 24px;
}
#options .main {
	background: #e396b2;
}
#options a,
#options a:hover {
	color: white;
}
.option {
	margin-bottom: 24px;
}
.option-item div.title {
	text-align: left;
	font-weight: bold;
	display: inline-block;
	background: #ebb7ca;
	padding:8px 16px;
	width: 100%;
}
.option-item span.help {
	position: absolute;
	right: 22px;
	top: 8px;
}
.option-item div.content {
	margin-top: 8px;
	padding: 0 15px;
}
/** -------------------------------
	-- INNOVATION
	------------------------------- */
.section-content.innovation {
	background: rgba(255, 255, 255, .25);;
}
/** -------------------------------
	-- MISC
	------------------------------- */
.deco0 {
	position: relative;
	height: 70px;
}
.deco0 img {
	position: absolute;
	height: 70px;
	width: auto;
	bottom: -17px;
}
.deco1 {
	position: relative;
}
.deco1 img {
	width: 280px;
	height: auto;
	position: absolute;
	bottom: -42px;
	right: 0;
}
.deco2 {
	position: relative;
	height: 80px;
}
.deco2 img {
	width: auto;
	height: 120px;
	position: absolute;
	bottom: -46px;
	left: 0px;
}
.deco3 {
	position: relative;
	height: 80px;
}
.deco3 img {
	width: auto;
	height: 100px;
	position: absolute;
	bottom: -42px;
	right: 15px;
}
img.g-icon {
	width: 42px;
	padding-right: 8px;
}
@media (max-width: 991px) {
	.deco1 {
		position: relative;
	}
	.deco1 img {
		position: relative;
		width: 200px;
		bottom: unset;
		right: unset;
		left: unset
	}
}
@media (max-width: 639px) {
	.deco1 {
		position: relative;
	}
	.deco1 img {
		position: relative;
		width: 300px;
		height: auto;
		bottom: unset;
		right: unset;
		left: unset;
		margin-bottom: 15px;
	}
}
/*
* BOOTSTRAP OVERRIDES
*/
.popover {
	max-width: 300px;
}
.popover h3 {
	margin-top: 0;
}
.popover-header {
	background-color: #a7dfa0;
	color: var(--dark-blue);
}
.bg-dark {
	background-color: var(--dark-blue) !important;
}
.btn-primary {
	background-color: var(--vtp-highlight);
	border: 1px solid var(--vtp-highlight);
}
.btn-primary:hover ,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	background-color: var(--vtp-highlight);
	border: 1px solid var(--vtp-highlight);
	box-shadow: 0 0 10px var(--vtp-highlight);
}
.list-group-item {
	border-radius: none !important;
}
.list-group-item.active {
	background-color: var(--vtp-highlight);
	border-color: var(--vtp-highlight);
	color:var(--dark-blue);
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
	background-color: #a7dfa0;
	color: var(--dark-blue);
}
@media (min-width: 992px) {
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 1.5rem;
	}
}

.portrait {
	padding: 8px;
	border: 1px solid transparent;
	border-radius: 8px;
	background: white;
	box-shadow: none;
	font-weight: bold;
	min-height: 320px;
}
.portrait .details {
	font-weight: normal;
	font-size: .8em;
}

label.required:after {
	color: var(--red);
	content: '*';
	margin-left: 2px;
}