/*******************************************************************************
********************************************************************************
***                                                                          ***
***   Use to override any other CSS styling or add new styling               ***
***                                                                          ***
***   This file will be loaded last in the CSS chain                         ***
***                                                                          ***
***   ( Remember: This Cascade Styles inherit styling defined previously)    ***
********************************************************************************
*******************************************************************************/

#region2wrap .xtc-wrapper {
max-width: 1280px;
padding-top: 5px!important;
padding-bottom: 5px!important;
padding-left: 0px!important;
padding-right: 0px!important;
margin: 0 auto;
}

#component p {
margin: 1em 0;
line-height: 150%;
}


.fpwrap h1 {
font-size: 3.5em;
font-weight: 100;
letter-spacing: -2px;
}

.fpwrap h2 {
font-size: 2em;
font-weight: 100;
}

.xmenu {
color: #fff;


}