
/*-----------------------------------------------
 *
 *					yosemite server backup css
 *
 *-----------------------------------------------*/


/* benefits */
.product-tile-lg,
.benefits .product-tile{
	display: none;
}

.article-1 .col-xs-12{
	height: 20rem;
}
.article-2 .col-xs-12{
	height: 3.5rem;
}

/* resources */
.training-videos{
	padding-bottom: 0 !important;
}
.training-videos .row{
	padding: 1rem 0;

}
.training-videos a{
	padding-top: 0;
	padding-bottom: 0;
	display: block;
	margin-bottom: 2.5rem;
}
.video-thumb{
	height: 5rem;
    width: 9rem;
    background-size: cover;
    background-position: center center;
}
.training-videos h6{
	width: 9rem;
    background: rgba(20,20,20,0.70);
    color: #fff !important;
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 0.8rem;
    padding: 0.25rem 0;
    /*margin: 0.25rem;*/
    margin-left: -4.5rem;
}
.resources article{
	padding-bottom: 3rem;
	min-height: 18rem;
	display: table;
	min-width: 100%;
}
.resources article .table-cell{
	display: table-cell;
	vertical-align: middle;
}
.downloads a{
	display: block;
	text-align: left;
	padding: 0.25rem 0;
}

/* modal */
.modal.fade{
	-webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
	background: rgba(0,0,0,0.5);
	text-align: center;
}
.modal iframe{
	max-width: 100%;
}

/* evaluation */
.evaluation{
	padding-top: 2rem;
	padding-bottom: 3rem;
}
.swiper-container,
#eval-swiper .swiper-slide{
	height: 38rem;
}
#eval-swiper .row{
	margin-left: 0;
	margin-right: 0;
}
#eval-swiper .row>div{
	padding: 0;
}
#eval-swiper form{
	padding-left: 0;
	padding-right: 0;
}
#eval-swiper input,
#eval-swiper .select{
	width: calc(100% - 1.875rem);
}
#eval-swiper fieldset{
	padding: 0 1rem;
} 
#eval-swiper form>div{
	text-align: right;
	margin-top: 2rem;
}
#eval-swiper .icon-left-open,
#eval-swiper .icon-right-open{
	font-size: 1.4rem;
	line-height: 0;
}
#eval-swiper .icon-right-open{
    margin-right: -1.5rem;
    margin-left: 0.5rem;
	float: right;
}
#eval-swiper .icon-left-open{
    margin-left: -1.5rem;
    margin-right: 0.5rem;
    float: left;
}
#eval-swiper small{
	float: right;
	height: 0;
	color: #a94442;
}
.hidden{
	display: none;
}
input[type="radio"]{
	height: 1.1rem;
	width: 1.1rem !important;
}

/* models */
#product-models{
	margin-bottom: 3rem;
}

/* Medium devices (tablets, 48em and up) */
@media (min-width: 48em) { 

	/* modal */
	.modal-dialog{
		margin-top: 6rem;
	}
	.modal-body{
		height: 25rem;
	}
	/* evaluation */
	.evaluation{
		padding-top: 8rem;
	}

}

/* Large devices (desktops, 62em and up) */
@media (min-width: 62em) { 

	/* resources */
	.training-videos .row{
		margin-bottom: 2.5rem;
	}

	/* modal */
	.modal-body{
		height: 31.3rem;
	}
}

/* Extra large devices (large desktops, 75em and up) */
@media (min-width: 75em) {

	/* overview */
	.article-1 .col-md-4{
		background-size: auto 100%;
	}
	.article-2 .col-md-4{
	    width: 24%;
	    left: 2rem;
	}
}