@font-face {
    font-family: 'leaguegothic';
    src: url("https://portal.uwcb.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A41536F316F45424B6D38737153476535484B6B734C7843384B5F49564C2D686A345377326631416464656967386E6B/LeagueGothicRegular.otf"); 
}
@font-face {
    font-family: 'Roboto';
    src: url("https://portal.uwcb.org/epledge/servlet/eAndar.WebExtDocument/styleimage/65313A41644947614B4459584D6D4D49454F58466447416170584A6C52447248624E6A55516B337035354159374D3845676F/RobotoRegular.ttf"); 
}


body,a,ul,p{
	font-family: Roboto,Arial,sans-serif !important;

}

#MainContent a,
#MainContent ul,
#MainContent p{
	/*font-size:15px !important;*/
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2,h2 p, h3, h4, h5, h6 {
	font-family: 'leaguegothic' !important;
}

/*-----------------Header--------------*/

.DefaultLogo img {margin-top:10px;width:400px;max-width:400px;}

/*hide bottom logo in header area. DefaultLogo is the class name given in look and feel item*/
#footer .DefaultLogo{
	display:none;
}

/*hide top logo in footer area. BottomLogo is the class name given in look and feel item*/
#header-menu .BottomtLogo {
  display: none;
}

@media only screen and (max-width: 1024px) {
	.DefaultLogo img {width:250px;max-width:250px;}
	nav.header-top-cta ul li:first-child a {
		border-radius: 0px !important;
	}	
	nav.header-top-cta ul li:last-child a {
		border-radius: 0px !important; 
	}	
	nav.header-mobile-menu .AreaHeader::before {
		margin: -67px 20px 10px 0;
	}
	
}

/*CTA buttons*/
nav.header-top-cta ul li:last-child a {
	background: #ff443b;
	color: #fff !important;
	border-radius:5px;
}
nav.header-top-cta ul li:first-child a {
	background: #005191;
	color: #fff !important;
	margin-right: 10px;
	border-radius:5px;
}


/*--------------menu----------------*/
/*keep menu on separate line.*/
nav.header-top-menu {
	max-width: 100%;
	width:100%;
	text-align:right;
}

.header-top-menu ul {
	padding: 0px 0 20px 0 !important;

}
nav#secondary-menu .PortletHeader {
	z-index: 5;
	position: relative;
}


/*----------buttons------------*/
.DefaultButtons .button {

	border-radius: 5px !important;
}


/*-----------------Footer--------------*/
#footer {
	padding-top: 30px;
}


#footer .ROLE .Menu-Bottom li,
#container-area-6 .ROLE .Menu-Bottom li{
	display: inline-block !important;
	font-size:15px !important;
	color: #000000;
}
#footer .ROLE .Menu-Bottom li a,
#container-area-6 .ROLE .Menu-Bottom li a{
	font-size:15px !important;
	padding:0 5px;
	color:#ffffff !important;
	border-right: 1px solid #ffffff;
}
#container-area-6 {
	background-color: #005191;
}
#footer .ROLE .Menu-Bottom li:last-child a,
#container-area-6 .ROLE .Menu-Bottom li:last-child a{
	border:0;
}
#footer .ROLE .Menu-Bottom li a:hover,
#container-area-6 .ROLE .Menu-Bottom li a:hover{
  color:#ffffff !important;
}
#footer .ROLE{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom:40px;
}

#container-area-6 .ROLE{
	/*margin-bottom:40px;*/
}
#container-area-6 .offset-lg-1{
	margin:0;
}
#container-area-6 .col-lg-10{
	flex: 0 0 100%;
	max-width: 100%;
}
#container-area-6 .LFArea {
	padding: 15px 0 15px 0;
}
.FooterMes{ display:none; }

#footer > .container > .row > .col-lg-2 {
    flex: 0 0 25%;
    max-width: 25%;

}
#footer > .container > .row > .col-lg-8 {
    flex: 0 0 75%;
    max-width: 75%;

}
#footer > .container > .row > #foot-nav .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

#footer > .container > .row > .col-lg-2:first-child,
#footer #foot-nav >  .row > .col-sm-4{
	border-right: 1px solid #acacac;
}
#footer #foot-nav > .row >  .col-sm-4:last-child{
	border-right: 0px;
}
#footer #foot-nav .col-sm-4{
	text-align: center;
}

#footer h2{
	font-size: 22px;
	color:#005191;
	text-transform:uppercase;
}
#footer ul li {
	display:block;
}
.footeraddress {
	color:#005191;
}

.footer-last.row {
	margin-top: 50px;
	color: #005191;
}

.footer-social-icons a{
	width: 20px;
	display: inline-block;
	margin:0 5px;
}


.footer-last > div.first {
	text-align: left;
}

.footer-last > div.middle {
	text-align: center;
}

.footer-last > div.last {
	text-align: right;
}
