@charset "utf-8";
/* CSS Document */


body {background-color:#ddd;}


.bg-light-gray {background-color: #f7f7f7;}











.dark-blue {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#13183e+1,1f2468+100 */
background: rgb(19,24,62); /* Old browsers */
background: -moz-linear-gradient(top, rgba(19,24,62,1) 1%, rgba(31,36,104,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(19,24,62,1) 1%,rgba(31,36,104,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(19,24,62,1) 1%,rgba(31,36,104,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13183e', endColorstr='#1f2468',GradientType=0 ); /* IE6-9 */}

.white-light-blue {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,e1e3f7+100 */
background: rgb(244,244,244); /* Old browsers */
background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(225,227,247,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(225,227,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(244,244,244,1) 0%,rgba(225,227,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e1e3f7',GradientType=0 ); /* IE6-9 */}
