/*PORTAL.CSS*/

/*FONTS*/

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*GLOBAL FONT STYLING*/



/*GLOBAL LAYOUT CHANGES*/

/*Global colors*/

/*Remove header-footer decoration*/

.dma-full-width .skin-header-background::before {
	display: none!important;
}

.dma-full-width #header::after {
	display:none!important;
}

.dma-full-width .skin-header-background::after {
	display:none!important;
}

.dma-full-width .skin-footer-bottom::before {
	display:none!important;
}

.dma-full-width .skin-footer-background::after {
	display: none!important;
}

.dma-full-width .skin-footer-bottom::after {
	display: none!important;
}

.dma-full-width .skin-footer-background::before {
	display: none!important;
}

.dma-full-width .skin-header-divider, .dma-full-width .skin-footer-divider {
	display: none!important;
}

.dma-full-width footer.footer::before {
	display: none!important;
}

.dma-full-width footer.footer::after {
	display: none!important;
}

/*Link styling*/

p a:link {
	text-decoration: underline;
}

/*HTML BOX STYLES*/

.containers-v2 .container-title {
	text-align: center;
}

.containers-v2.shadow-rounded {
	background: #ebebeb;
}

/*TAB MODULE STYLES*/

li.z-tab {
	font-weight: bold!important;
}

span.z-title {
    font-weight: bold!important;
}
	
	.z-tabs.flat.clean.horizontal>ul.z-tabs-nav>li>a {
	border: 1px solid black!important;	
	}
	

