@charset "utf-8";
/* CSS Document */



/*------------------------Custom Page Images -------------------------*/


/*
#rox-title-wrap {
    background: rgb(76,173,201)!important;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
    background: -moz-linear-gradient(top, rgba(76,173,201,1) 1%, rgba(38,54,105,1) 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(76,173,201,1)), color-stop(100%,rgba(38,54,105,1)))!important;
    background: -webkit-linear-gradient(top, rgba(76,173,201,1) 1%,rgba(38,54,105,1) 100%)!important;
    background: -o-linear-gradient(top, rgba(76,173,201,1) 1%,rgba(38,54,105,1) 100%)!important;
    background: -ms-linear-gradient(top, rgba(76,173,201,1) 1%,rgba(38,54,105,1) 100%)!important;
    background: linear-gradient(to bottom, rgba(76,173,201,1) 1%,rgba(38,54,105,1) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012d4b', endColorstr='#000508',GradientType=0 )!important;
    margin-bottom: 50px;
	min-height: 190px;
    height: 350px!important; 
}*/

#rox-title-wrap {
    background: rgb(0, 122, 206)!important;
    
    background: -moz-linear-gradient(top, rgba(184,202,78,1) 1%, rgba(3,106,56,1) 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(184,202,78,1)), color-stop(100%,rgba(3,106,56,1)))!important;
    background: -webkit-linear-gradient(top, rgba(184,202,78,1) 1%,rgba(3,106,56,1) 100%)!important;
    background: -o-linear-gradient(top, rgba(184,202,78,1) 1%,rgba(3,106,56,1) 100%)!important;
    background: -ms-linear-gradient(top, rgba(184,202,78,1) 1%,rgba(3,106,56,1) 100%)!important;
    background: linear-gradient(to bottom, rgba(184,202,78,1) 1%,rgba(3,106,56,1) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012d4b', endColorstr='#b8ca4e',GradientType=0 )!important;
    margin-bottom: 50px;
	min-height: 250px;
    height: 150px!important; 
}



h1.h2-size {
    color: #ffffff!important;
    font-size: 2em!important;
    text-shadow: 2px 2px 2px #333333;
    opacity: 1!important;
    width: 90%;
    margin: 0px auto;
    line-height: 1.25em!important;
}

.sidebar {
	background:#f9f9f9;
}