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

.white-bg {background-color:#fff;}

.white {color:#fff;}

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