.size-long {
    max-width: 500px;
}
.size-med {
    max-width: 200px;
}
.size-med-error {
    max-width: 240px;
}
.finplan-show {
    display: none;
}
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-info {
    border-left-color: #00A0B9;
}
.bs-callout-info h4 {
    color: #00A0B9;
}
.slant-left {
	background-color:#008094;
}
.slant-layer-1 {
	position: relative;
	z-index:1;
}
@media only screen and (min-width: 640px){
	.slant-layer-1:before {
		top: 0;
		left: -30px;
		height: 100%;
		width: 32px;
		background: #008094;
		content: " ";
		position: absolute;
		overflow: visible;
		z-index: 1;
		backface-visibility: initial;
	}
}
@media only screen and (min-width: 640px){
	.slant-layer-1:after {
		-webkit-transform: skewX(6.5deg)!important;
		-moz-transform: skewX(6.5deg)!important;
		-ms-transform: skewX(6.5deg)!important;
		-o-transform: skewX(6.5deg)!important;
		transform: skewX(6.5deg)!important;
		top: 0;
		right: -50px;
		height: 100%;
		width: 100px;
		background-color: #0E6288;
	}
}
@media only screen and (max-width: 767px){
	.slant-layer-1:after {
		position:relative!important;
	}
}
.slant-layer-1:after {
    content: " ";
    position: absolute;
    overflow: visible;
    z-index: -1;
    -webkit-transform: skewY(6.5deg);
    -moz-transform: skewY(6.5deg);
    -ms-transform: skewY(6.5deg);
    -o-transform: skewY(6.5deg);
    transform: skewY(6.5deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: initial;
    right: -50px;
    bottom: 0px;
    height: 100%;
    width: 100px;
    background-color: #0E627A;
}

@media only screen and (min-width: 1248px) {
	.slant-background {
		background-size: 50%;
		background-repeat: no-repeat;
		background-position: 100% 57%;
	}
}
.slant-layer-1 .text-container {
  margin: 0;
  background: #008094;
  background: -moz-linear-gradient(top, rgba(0, 128, 148, 1) 0%, rgba(14, 98, 122, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 128, 148, 1) 0%, rgba(14, 98, 122, 1) 100%);
  background: linear-gradient(to right, rgba(0, 128, 148, 1) 0%, rgba(14, 98, 122, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008094', endColorstr='#0E627A',GradientType=0);
  padding: 50px 50px 50px 5px;
}
/*
@media only screen and (min-width: 640px) {
	.slant-layer-1 .text-container {
		margin: 0 50px 0 0;
		background: #00b1c2;
		background: -moz-linear-gradient(left, rgba(0, 128, 148, 1) 0%, rgba(14, 98, 122, 1) 100%);
		background: -webkit-linear-gradient(left, rgba(0, 128, 148, 1) 0%, rgba(14, 98, 122, 1) 100%);
		background: linear-gradient(to right, rgba(0, 128, 148, 1) 0%, rgba(14, 98, 122, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008094', endColorstr='#0E627A',GradientType=1);
	}
}
*/
@media only screen and (max-width: 640px) {
	.slant-layer-1 .text-container {
		padding: 20px 50px 20px 5px;
	}
}


