

/* ------ from cutup ------ */

.iBox.columns { padding: 0 10px; }
.iBox{ max-width: 492px; margin-bottom: 20px; text-align: left;}
.iBox a { color: inherit; }
.iBox .iBox-int{ position: relative;}
.iBox .iBox-gradient{
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;

	
}
.iBox .iBox-content{
	position: absolute;
	bottom: -1px;
	left: 0;
	padding: 10px 14px 14px;
	width: 100%;
	color: #ebf0f5;
	font-size: 17px;
	line-height: 21px;
	font-family: "proxima-nova",sans-serif;

	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmMGYwZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzBmMGYwZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjBmMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(15,15,15,0) 0%, rgba(15,15,15,0) 15%, rgba(15,15,15,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(15,15,15,0)), color-stop(15%,rgba(15,15,15,0)), color-stop(100%,rgba(15,15,15,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(15,15,15,0) 0%,rgba(15,15,15,0) 15%,rgba(15,15,15,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(15,15,15,0) 0%,rgba(15,15,15,0) 15%,rgba(15,15,15,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(15,15,15,0) 0%,rgba(15,15,15,0) 15%,rgba(15,15,15,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(15,15,15,0) 0%,rgba(15,15,15,0) 15%,rgba(15,15,15,1) 100%); /* W3C */
}
.iBox .iBox-content a:active, .iBox .iBox-content a:visited, .iBox .iBox-content a:focus,
.iBox .iBox-content a {color: #ebf0f5;}

body .iBox .iBox-content a:hover{ color: #009b4b; }
.theme_fall .iBox .iBox-content a:hover {color: #f5911e; }	

.theme_spring .iBox .iBox-content a:hover{ color: #009be1; }
.theme_winter .iBox .iBox-content a:hover {color: #005a8c; }

.iBox .desc a {font-weight: bold;}
.iBox .iBox-border{
	width: 124px;
	height: 4px;
	background: #009b4b;

	-webkit-transition: all .5s;
	transition: all .5s;
}
.iBox .title{
	position: relative;
	font-size: 27px;
	line-height: 27px;
	padding: 10px 0;
	font-family: "omnes-pro",sans-serif;
}

/** overlay **/
.iBox .overlay { 
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(25,15,5,.8);
	opacity: 0;

	-webkit-transition: all .5s;
	transition: all .5s;
}
.theme_spring .iBox .overlay,
.theme_winter .iBox .overlay {background: rgba(5,15,25,.8);}

/** toggle **/
.iBox.toggle .iBox-border{ opacity: 1;}
.iBox.toggle .title { padding: 10px 30px 0 0;}
.iBox.toggle .desc {display: none; padding-top: 10px;}
.iBox.toggle .toggle-btn{
	position: absolute;
	display: block;
	right: 0;
	top: 18px;
	width: 28px;
	height: 18px;
	background-image: url(/includes/public/assets/icon-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;

	-webkit-transition: all .5s; /* For Safari 3.1 to 6.0 */
    transition: all .5s;
}
.iBox.toggle.open .toggle-btn{
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.iBox.toggle.open .overlay,
.iBox.toggle.open .iBox-border{opacity: 1;}

/** small **/
.iBox.small { max-width: 410px; }

/** c1 **/
.c1 .iBox{
	width: 100%;
	padding: 0;
	max-width: 472px;
}
.c1 .iBox.small	{ max-width: 390px; }
.c1 .iBox.small .title{ font-size: 20px; line-height: 20px;}
.c1 .iBox.small .iBox-content { font-size: 16px; line-height: 19px;}

/** theme **/
.theme_spring 	.iBox .iBox-border{background: #009be1;}
.theme_fall 	.iBox .iBox-border{background: #f5911e;}
.theme_winter	.iBox .iBox-border{background: #005a8c;}


/** vguide **/
.footerWrapper .footer-top .vguide{
		position: relative;
		float: left;
		width: 305px;
		height: 50px;
		line-height: 48px;
		font-size: 27px;
		font-family: "omnes-pro",sans-serif;
	}
	.footerWrapper .footer-top .vguide a {
		position: relative;
		height: 100%;
		padding-left: 107px;
		display: block;
		color: #f5f0eb;
	}
	.footerWrapper .footer-top .vguide a:after{
		position: absolute;
		top: 0;
		right: -2px;
		content: '';
		width: 30px;
		height: 50px;
		background: url(/includes/public/assets/footer-vguide-arrow-circle.png) no-repeat center;
	}
	.theme_spring .footerWrapper .footer-top .vguide a,
	.theme_winter .footerWrapper .footer-top .vguide a{color: #ebf0f5;}

	.footerWrapper .footer-top .vguide .vimage{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 87px;
		height: 114px;
	}


@media only screen and (max-width: 960px){
	.c1 .iBox { margin: 0 auto 16px; max-width: 50%; }
	.style_controlledwidth .iBox.columns {clear: both; width: 100%; max-width: 410px; margin: 0 auto 20px; float: none !important; }
	

	.footerWrapper .footer-top .vguide { width: 278px;}
	.footerWrapper .footer-top .vguide a { padding-left: 81px;}
	.footerWrapper .footer-top .vguide .vimage{
		width: 71px;
		height: 92px;
	}

}
@media only screen and (max-width: 767px){
	.iBox.columns { width: 100%; float: none !important; margin: 0 auto 16px; padding: 0; max-width: 410px;}
	.iBox.small { max-width: 390px; }
	.iBox .desc { display: none;}
	.style_controlledwidth .iBox.columns img { width: 100%;}
	.style_controlledwidth .iBox.columns { padding: 0 0.9375rem;}
}

@media only screen and (max-width: 640px){
	.footerWrapper  .footer-top .vguide{width: 300px; margin: 40px auto 20px; float: none; border-bottom: 2px solid #0ab469; padding: 0 10px;}
	.theme_spring   .footerWrapper .footer-top .vguide {border-bottom: 2px solid #0faff5;}
	.theme_fall 	.footerWrapper .footer-top .vguide {border-bottom: 2px solid #ffa53c;}
	.theme_winter	.footerWrapper .footer-top .vguide {border-bottom: 2px solid #1973a5;}
}