﻿/**** LANDING */
.wrapper {
    position: relative;
}

.our-solution {
    max-height: 42px;
    position: absolute;
    left: 20px;
    bottom: 0;
}
.btn-landing {width: 100%; text-align: center; height: 60px; line-height: 60px; background-color: #00b6e8; margin: 20px 0; border-radius: 3px;} 
.btn-landing a {display: block; width: 100%; height: 100%; color: #fff !important;}
.btn-landing:hover { text-decoration: none; background: #006ea9; box-shadow: 0 0 0 3px rgba(0, 182, 232, 0.15); }

.video-copy {padding: 40px; font-size: 18px;color: #002654; text-align: left;}
@media (max-width: 413px) { 
	.video-copy {padding: 0 30px; font-size: 26px;}
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.vertical-center {display: flex;align-items: center;justify-content: center;}
.vertical-center>div {}

.topic-card.left-align { text-align: left; }
.topic-card.left-align h4 {display: inline;}
.topic-card.left-align .fa {width: 28px; height: 28px; background-color: #333; line-height: 28px; text-align: center; border-radius: 14px; color: #fff; margin-right: 10px;}
.topic-card.left-align .top-card-content {padding-left: 42px; padding-right: 10px; margin-top: 10px; color: #fff; font-size: 14px;}
			
#company-header {
	padding: 10px 0;
	background-color: #002654;
}
#company-header img {
	max-height: 50px;
}

.topic-card:hover {
    box-shadow: none;
}

.version-info-landing {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
    padding-left: 15px;
}