
/* YELLOW TO WHITE HORIZONTAL GRADIENT */
.banner-item.yellow-grad{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8bd10+1,ffffff+100 */
	background: rgb(232,189,16); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(232,189,16,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(232,189,16,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(232,189,16,1) 1%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8bd10', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

/* FOREST GREEN TO GRAY VERTICAL GRADIENT */
.banner-item.forest-grad{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#61a07e+1,d6d5d4+90 */
	background: rgb(97,160,126); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(97,160,126,1) 1%, rgba(214,213,212,1) 90%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(97,160,126,1) 1%,rgba(214,213,212,1) 90%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(97,160,126,1) 1%,rgba(214,213,212,1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61a07e', endColorstr='#d6d5d4',GradientType=0 ); /* IE6-9 */
}


/* TAN TO WHITE HORIZONTAL GRADIENT */
.banner-item.tan-grad{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1cac0+1,ffffff+100 */
	background: rgb(209,202,192); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(209,202,192,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(209,202,192,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(209,202,192,1) 1%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1cac0', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

/* NAV MENU BLUE TO GRAY VERTICAL GRADIENT */
.banner-item.navy-grad{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#254358+1,d6d5d4+90 */
	background: rgb(37,67,88); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(37,67,88,1) 1%, rgba(214,213,212,1) 90%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(37,67,88,1) 1%,rgba(214,213,212,1) 90%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(37,67,88,1) 1%,rgba(214,213,212,1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#254358', endColorstr='#d6d5d4',GradientType=0 ); /* IE6-9 */
}

/* WHITE TO GRAY VERTIAL GRADIENT */
.banner-item.white-grad{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,d6d5d4+90 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(214,213,212,1) 90%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(214,213,212,1) 90%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 1%,rgba(214,213,212,1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d5d4',GradientType=0 ); /* IE6-9 */
}


/* MAROON TO WHITE HORIZONTAL GRADIENT */
.banner-item.maroon-grad{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7f1d1d+1,ffffff+100 */
	background: rgb(127,29,29); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(127,29,29,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(127,29,29,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(127,29,29,1) 1%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f1d1d', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

/* GREEN TO WHITE HORIZONTAL GRADIENT */
.banner-item.green-grad{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#29b232+1,ffffff+100 */
	background: rgb(41,178,50); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(41,178,50,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(41,178,50,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(41,178,50,1) 1%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29b232', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

/* COOL GRAY GRADIENT */
.banner-item.coolg-grad{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e9f6fd+0,d3eefb+100;Blue+3D+%233 */
	background: rgb(233,246,253); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(233,246,253,1) 0%, rgba(211,238,251,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(233,246,253,1) 0%,rgba(211,238,251,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(233,246,253,1) 0%,rgba(211,238,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f6fd', endColorstr='#d3eefb',GradientType=0 ); /* IE6-9 */
}

/* LIGHT TAN GRADIENT */
.banner-item.lighttan-grad{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfff4+0,e9e9ce+100;Wax+3D+%232 */
	background: rgb(252,255,244); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,255,244,1) 0%, rgba(233,233,206,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=0 ); /* IE6-9 */
}
/* ALL GRAY GRADIENT */
.banner-item.allgray-grad{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f5f6+0,e3eaed+37,c8d7dc+100;Grey+3D+%234 */
	background: rgb(242,245,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
}

/* DARK GRADIENT */
.banner-item.dark-grad{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
/* ALL BLUE GRADIENT */
.banner-item.allblue-grad{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#356aa0+0,356aa0+100;Blue+Flat */
background: rgb(53,106,160); /* Old browsers */
background: -moz-linear-gradient(top, rgba(53,106,160,1) 0%, rgba(53,106,160,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(53,106,160,1) 0%,rgba(53,106,160,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(53,106,160,1) 0%,rgba(53,106,160,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#356aa0',GradientType=0 ); /* IE6-9 */
}
.banner-item.bw-grad{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#203135+1,d6d5d4+90 */
    background: rgb(32,49,53); /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(32,49,53,1) 1%,rgba(214,213,212,1) 90%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(32,49,53,1)),color-stop(90%, rgba(214,213,212,1)));
    background: -o-linear-gradient(top, rgba(32,49,53,1) 1%,rgba(214,213,212,1) 90%);
    background: linear-gradient(to bottom, rgba(32,49,53,1) 1%,rgba(214,213,212,1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#203135', endColorstr='#d6d5d4',GradientType=0 ); /* IE6-9 */
}
.banner-item.blue-grad{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#015b88+0,ffffff+100 */
    background: rgb(1,91,136); /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(1,91,136,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(1,91,136,1)),to(rgba(255,255,255,1)));
    background: -o-linear-gradient(left, rgba(1,91,136,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(1,91,136,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015b88', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */