/* CSS Document */

body {background: #eee; font-family: 'Open Sans', sans-serif; }
@media(min-width: 1200px) {body {font-size: 16px; }}

hr {
    border-top: 1px solid #ddd;
}
@media(max-width: 1199px) {.widget hr {
    display: none;
}
.widget h3 {font-size: 18px;}
}

.vspace {padding-top: 15px; padding-bottom: 15px;}

.wrapper-header {background: #0053a1; padding-top: 20px;}

.container {background: #fff; }

.container-header {border-top-left-radius: 5px; border-top-right-radius: 5px; 

background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #ebebeb 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebeb 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#ebebeb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
border-bottom:   1px solid #ccc;

 }

.container-content {border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }

h1, h3 {color:  #0053a1; font-weight: bold;}
h1:first-child {margin-top: 5px;}

.widget {
	
	border-radius: 3px;
    padding: 9px;
    border: 1px solid #ccc;
    background: #ebebeb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #ebebeb 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #ebebeb 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #ebebeb 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #ebebeb 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 );
	}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../webfonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../webfonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../webfonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../webfonts/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}