﻿#landing-hero .image.home {
    background: linear-gradient(rgba(33, 63, 73, 0.85),rgba(33, 63, 73, 0.85)), url(../images/home-banner.jpg);
}

.general-info-box, .main-info-box {
    float: left;
    color: #c8c04c;
    position: relative;
    top: 18px;
    font-size: .95em;
    padding: 5px 20px 5px 5px;
    background-color: #1f3e49;
    z-index: 1;
    box-shadow: 1px 2px 6px -1px #000;
}

.group
{
	overflow: auto;
}

.group > .left
{
	padding: 30px;
	padding-right: 15px;

	float: left;
	width: calc(60% - 45px);
}

.group > .left p
{
	margin: 0px;
	margin-bottom: 10px;
}

.group > .right
{
	padding: 30px;
	padding-left: 15px;

	float: left;
	width: calc(40% - 45px);
}

.group > .right .learning-image
{
	width: 100%;
}

.group > .right .learning-image > img
{
	display: block;
	width: 100%;
}

.group 
{
	background-color: #f4f4f4;
	overflow-x: hidden;
}


.product-box
{
	   width: 100%; 
	   overflow-x:hidden;
       display: flex;
       align-items: center;
       justify-content: center;
       margin-bottom: 30px;
}

.product-box .procedure .product-box-image 
{
    background: linear-gradient(rgba(33, 63, 73, 0.25),rgba(33, 63, 73, 0.95)), url('../images/common/P1040827_opt.jpg');
    background-size: cover;
}

.product-box .troubleshooting .product-box-image 
{
    background: linear-gradient(rgba(53, 106, 124, 0.25),rgba(53, 106, 124, .95)), url('../images/common/P1040846_opt.jpg') center;
    background-size: cover;
}

.product-box .general-info .product-box-image {
    background: linear-gradient(rgba(106, 136, 146, 0.25),rgba(106, 136, 146, 0.95)), url('../images/common/P1040864_opt.jpg') center;
    background-size: cover;
}

.product-box .product-box-image
{
	height: 25vh;
	width: calc(33.33% - 8px);
    margin: 0px 1%;
	background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-position: center center;
}

.product-box .inner-text
{
	position:absolute;
	bottom: 5px;
	left: 5px;
	padding: 5px;
    margin-right: 5px;
    color: #fff;
    font-size: 1.25em;
    font-weight: 700;
    text-shadow: 1px 1px 3px #000;
}

.product-box .inner-text span 
{
    font-size: 0.75em;
    line-height: 1.25em;
    font-weight: 500;
    display: block;
    color: #c8c04c;
    padding-top: 5px;
    
}

.product-box-text-header 
{
    text-align: left;
    font-size: 20px;
    padding: 5px 0px 10px;
    margin: 10px 8px;
    font-weight: bold;
	display: inline-block;
	color: #1f3e49;
}

.product-box-text-container 
{
	width: 100%;
}

.product-box-text-container .line
{
	display: inline-block;
    border-top: 1px solid #b9bbbd;
    padding-bottom: 2px;
    float: right;
    position: relative;
    top: 28px;
    right: 6px;
    width: 73%;
}

.product-box-image
{
	float:left; 
	width: 33.3%; 
    position: relative;
    margin-bottom: 20px;
}

.product-box .featured .product-box-image 
{
    background: linear-gradient(rgba(64, 64, 65, 0.25),rgba(64, 64, 65, .95)), url('../images/common/P1040802_opt.jpg');
    background-size: cover;
}

.product-box .featured:nth-child(1) .product-box-image {
	width: calc(66.66% - 10px);
}

.product-box-image img
{
	width: 85%;
    margin: 0 auto;
	display: block;
            
}

.product-box-text 
{
    background: linear-gradient(#f1f1f1, #ebebeb);
    text-align: left;
    position: relative;
    top: 0;
    margin: 0 auto;
    width: 85%;
}

.more .product-box-image .inner-text {
    left: calc(50% - 22px);
    top: calc(50% + 18px);
    font-weight: 500;
}
    
.more .product-box-image .inner-text:before {
    background-image: url(../images/home/more-icon.png);
    content: " ";
    position: absolute;
    top: -22px;
    left: -3.5px;
    width: calc(135% - 10px);
    height: calc(135% - 10px);
    background-size: contain;
    background-repeat: no-repeat;
}

.product-box .featured.more .product-box-image 
{
    background: rgba(64, 64, 65, 1);
}

.product-box .procedure.more .product-box-image
{
	background: rgba(33, 63, 73, 1);
}

.featured .main-info-box 
{
    background-color: #c8c04c;
    color: #1f3e49;
}

.general-info .main-info-box 
{
    background-color: #1f3e49;
    color: #fff;
}

.troubleshooting .main-info-box
{
    background-color: #b9bbbd;
    color: #356a7c;
}

.procedure .main-info-box 
{
    background-color: #c8c04c;
    color: #1f3e49;
}

.product-box .troubleshooting.more .product-box-image
{
	background: rgba(53, 106, 124, 1);
}

.product-box .general-info.more .product-box-image
{
	background: rgba(106, 136, 146, 1);
}

.home-products 
{
	width:100%;
	margin: auto;
}

.group > .left p 
{
    margin: 0px;
    margin-bottom: 2px;
    font-weight: bold;
    position: relative;
    font-size: 13px;
    padding: 5px;
    padding-right: 20px;
    min-height: 40px;
}

.landing-button
{
	display: block;
	cursor: pointer;
	color: #fff;
	margin: 30px auto;
	padding: 20px;
	font-size: 22px;
	text-align: center;
	width: calc(100% - 60px - 40px);
	max-width: 500px;
	background-color: #bdbec0;
	border-radius: 14px;
	text-decoration: none;
}


.spacer
{
    margin: 30px auto;
    width: 90%;
    height: 1px;
    background-color: #b4b4b4;
}

.right .product-box-text 
{
    text-align: left;
    position: relative;
    font-weight: bold;
    font-size: 14px;
    top: 0;
    width: calc(100% - 29px);
    border-bottom: 1px solid #b4b4b4;
}

.right .product-box-text .home-more 
{
	padding: 10px 10px;
	margin: 10px auto 0px;
}

.right .product-box-text .home-more:after 
{
	right: 10px;
}

.right .product-box-text a p 
{
	color: #232c33;
	background: rgba(35, 44, 51, 0.1);
}

.left a .product-box-text  p 
{
	color: #232c33;
}

.product-box-text a:hover 
{
	text-decoration: none;
}

.product-box-text a:hover p, a:hover .product-box-text p 
{
	background: rgba(35, 44, 51, 0.2);
}

.intro-text 
{
    width: 90%;
    margin: 10px auto 0;
}

.progress-text
{
	margin: 0px auto;

	width: 90%;

	color: #333333;
	font-size: 14px;
	text-align: left;
}

.search-title
{
	margin-bottom: 10px;

	color: #444444;
	font-size: 22px;
	font-weight: bold;
}

.search-bar
{
	width: 90%;
    margin: 0 auto;
}

.search-bar > input[type="text"]
{
	color: #333333;
	font-size: 16px;

	padding: 8px;

	width: calc(100% - 60px - 16px); /* Right Box, Padding, Border */
	height: 22px;

	border-radius: 6px;
	border: 1px solid #b4b4b4;
}

.search-bar > .button
{
	cursor: pointer;

	color: #fff;
	font-size: 16px;
	line-height: 38px;
	font-weight: bold;
	text-align: center;

	float: right;
	margin: 0px auto;

	width: 40px;
	height: 40px;

	border-radius: 20px;
	box-sizing: border-box;
	border: 1px solid #333333;
	background-color: #232c33;
}

.mobile-buttons
{
	display: none;
}

.mobile-buttons .button
{
	cursor: pointer;
	display: block;

	color: #f1f1f1;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;

	padding: 20px;
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 15px;

	width: 85%;

	border-radius: 8px;
	box-sizing: border-box;
	border: 1px solid #333333;
	background: linear-gradient(#636b71, #31393f);
	background: -o-linear-gradient(#636b71, #31393f);
	background: -moz-linear-gradient(#636b71, #31393f);
	background: -webkit-linear-gradient(#636b71, #31393f);
	background-color: #31393f;
}

.mobile-buttons .button:hover
{
	text-decoration: underline;
}

.mobile
{
	display: none;
}

.app-store-badges
{
	text-align: center;
}

.app-store-badges a
{
	display: block;

	width: 200px;
	margin: 30px auto;
}

.app-store-badges .badge
{
	width: 100%;
}

.page-content a.launch-button
{
	display: block;
	max-width: 120px;

	margin: 10px auto;
	padding: 10px 25px 10px 25px;

	color: #232c33;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;

	border-bottom: 1px solid #b4b4b4;
	background: rgba(35, 44, 51, 0.1);
}

.launch-text
{
	padding: 10px;
	margin: 45px auto 10px auto;

	max-width: 420px;
}

.small-note
{
    text-align: center;
    padding: 0 20px;
}

@media screen and (max-width: 320px) {
    .product-box .inner-text 
    {
        padding: 2px;
        font-size: .85em;
    }

    .more .product-box-image .inner-text 
    {
        left: calc(50% - 20px);
        top: calc(50% - 0px);
    }

}

@media screen and (max-width: 700px)
{
	#landing-hero .button
	{
		display: none;
	}

	.group > .left
	{
		float: none;

		padding: 15px 15px 0px 15px;

		width: calc(100% - 30px);
	}

	.group > .right
	{
		float: none;

		padding: 0px 15px 50px 15px;

		width: calc(100% - 30px);
	}

	.group > .left .search
	{
		display: none;
	}

    .product-box-image
     {
	     width: 50%;
     }

	.group > .right .intro-text, .group > .right .progress-text, .group > .right .learning-progress, .group > .right .product-box-text, .group > .right .spacer
	{
		width: 85%;
	}

    .group > .right .home-more
    {
        font-size: 16px;
    }

	.mobile .intro-text 
    {
		margin-top: 30px;
	}

    .progress-text h3 
    {
        margin-bottom: 0px;
        font-size: 16px;
        text-align: center;
    }

	#landing-hero .image
	{
		background-size: 170% auto;
	}

	.mobile
	{
		display: block;
	}

	.desktop
	{
		display: none;
	}

	#landing-hero .icon-indicators
	{
		right: 0px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px)
{
    .group > .left p 
     {
         min-height: 55px;
     }
    .product-box .product-box-image 
    {
        width: calc(33.33% - 25px);
    }

	.product-box-text-container .line 
	{
		width: 77%;
	}

	.product-box-text-container .general-line 
	{
		width: 69%;
	}

	.product-box-text-container .feature-line 
	{
		width: 82%;
	}

    .product-box-text-container .troubleshooting-line 
	{
		width: 73%;
	}

    .product-box-text-container .service-line 
	{
		width: 84%;
	}

    .product-box .featured:nth-child(1) .product-box-image {
           width: calc(64.66% - 16px);
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape)
{
    .group > .left p 
     {
         min-height: 55px;
     }

    .product-box .product-box-image 
    {
        width: calc(33.33% - 25px);
    }

	.product-box-text-container .line 
	{
		width: 77%;
	}

	.product-box-text-container .general-line 
	{
		width: 73%;
	}

	.product-box-text-container .feature-line 
	{
		width: 85%;
	}

    .product-box-text-container .troubleshooting-line 
	{
		width: 76%;
	}

    .product-box-text-container .service-line 
	{
		width: 86%;
	}

    .product-box .featured:nth-child(1) .product-box-image {
           width: calc(64.66% - 16px);
    }
}

@media screen and (max-width: 750px)
{
	.product-box-text-container .line 
	{
		width: 54%;
	}

	.product-box-text-container .general-line 
	{
		width: 34%;
	}

	.product-box-text-container .feature-line 
	{
		width: 63%;
	}

    .product-box-text-container .troubleshooting-line 
	{
		width: 43%;
	}

    .product-box-text-container .service-line 
	{
		width: 68%;
	}

}

@media screen and (max-width: 750px) and (orientation: landscape)
{
	.product-box .product-box-image 
	{
        min-height: 200px;
        width: calc(33.33% - 20px);
	}

    .product-box .featured:nth-child(1) .product-box-image 
    {
        width: calc(64.66% - 10px);
    }



}

@media screen and (min-width: 1366px)
{
 	.product-box .product-box-image 
     {
        height: 25vh;
        width: calc(33.33% - 23px);
     }

     .product-box .troubleshooting-line 
     {
         width: 77%;
     }

     .product-box .feature-line 
     {
         width: 85%;
     }

     .product-box .service-line 
     {
         width: 87%;
     }

     .product-box .inner-text 
     {
        padding: 12px;
        font-weight: 700;
        font-size: 1.15em;
     }

     .more .product-box-image .inner-text 
     {
        left: calc(50% - 33px);
        font-size: 1em;
     }

     .product-box .featured:nth-child(1) .product-box-image 
     {
        width: calc(66.66% - 22px);
     }
}

@media screen and (min-width: 1024px) and (max-width:1366px) 
{
    .product-box .product-box-image 
    {
        width: calc(33.33% - 25px);
    }

	.product-box-text-container .comp-id-line 
	{
		width: 82%;
	}

	.product-box-text-container .new-line 
	{
		width: 92%;
	}
}
@media screen and (min-width: 1024px) and (max-width:1366px)  and (orientation: landscape)
{
    .product-box .product-box-image 
    {
        height: 30vh;
        width: calc(33.33% - 27px);
    }


}

@media screen and (min-width: 768px)
{

    #landing-hero > .card > .title 
    {
        font-size: 2em;
    }

    #landing-hero > .card > .sub 
    {
        font-size: 1.4em;
    }

    .product-box .inner-text 
    {
        position: absolute;
        bottom: 15px;
        font-size: 1.5em;
    }

    .more .product-box-image .inner-text 
    {
        left: calc(50% - 30px);
    }

    .general-info-box, .main-info-box 
    {
        font-size: 1.1em;
        padding: 7px 20px 7px 7px;
    }
    
}

.more, .product-box-text-header, .product-box-text-container .line, div.home-products > a:nth-child(2) > div 
{
    display: none;
}

.product-box .product-box-image, .product-box .featured:nth-child(1) .product-box-image 
{
    width: calc(100% - 0px);
    margin: 0px;
}

.group 
{
    padding: 0px 15px;
}

.product-box 
{
    margin-bottom: 10px;
}