﻿

.pwc div * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*
.pwc ol, .pwc ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-shadow: none !important; /* override - mobile jquery effect */
}
*/

.pwc article, .pwc aside, .pwc details, .pwc figcaption, .pwc figure, .pwc footer, .pwc header, .pwc hgroup, .pwc menu, .pwc nav, .pwc section {
    display: block;
}


.pwc blockquote, .pwc q {
    quotes: none;
}

    .pwc blockquote:before, .pwc blockquote:after, .pwc q:before, .pwc q:after {
        content: '';
        content: none;
    }

.pwc table {
    border-collapse: collapse;
    border-spacing: 0;
}



.pwc {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif!important;
    font-size: 16px;
    color: #444;
}

    .pwc a {
        text-decoration: none;
    }

        .pwc a:hover, .pwc a.active {
            text-decoration: none;
        }

    .pwc p {
        
    }



header div, #topnav div, #topnav li, #quicklink div, #quicklink ul, footer li, #banner div, #banner {
}


header ol, header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-shadow: none !important; /* override - mobile jquery effect */
}




header #alert {
    height: 46px;
    background: #840715;
    color: #fff;
    display:none;
}


header #social {
    height: 50px;
    background: #fff;
}

    header #social .col1 {
        float: left;
        width: 50%;
        height: 50px;
        padding-top: 4px;
        
    }

    header #social .col2 {
        float: right;
        width: 50%;
        padding-top: 15px;
        height: 50px;
        
    }


/*toplink*/
header .top-link {
    float: right;
    margin-right: 10px;
}

    header .top-link li {
        float: left;
        margin-right: 10px;
    }

/*end toplink*/


/*social*/
header .social-icon {
    float: right;
    padding-top: 3px;
}

    header .social-icon li {
        float: left;
        margin-right: 8px;
    }
/*end social*/

header .content-wrap {
    padding: 0px;
}


#main {
    min-height: 500px;
}



#banner {
    height: 381px;
}

footer {
    /*background: #2d6cb5;*/
    background: #005eb8;
    color: #fff;
}

    footer a {
        color: #fff;
    }





.content-wrap {
    max-width: 1200px;
    margin: 0 auto;
}


.body-padding
{
	padding-left:0px;
	padding-right:0px;
}




.bold {
    font-weight: bold;
}

.white {
    color: #fff;
}


/*Clear fix*/
.cf:after, .cf:before {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}
/*end clear fix*/


.center-wrapper {
    text-align: center;
}

    .center-wrapper * {
        margin: 0 auto;
    }




/*jquery mobile override*/

.ui-content {
    padding: 0px !important;
}

.sp10 {
    clear: both;
    height: 10px;
}

.sp20 {
    clear: both;
    height: 20px;
}

.sp30 {
    clear: both;
    height: 30px;
}

.sp40 {
    clear: both;
    height: 40px;
}

.sp50 {
    clear: both;
    height: 50px;
}

.sp60 {
    clear: both;
    height: 60px;
}



.ui-page-theme-a a, .ui-body-a a{
    font-weight:normal;

}

.ui-panel-wrapper
{
	z-index:90;
}


.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a, .ui-panel-wrapper
{
	text-shadow: none !important; /* override - mobile jquery effect */
	background-color:#ffffff!important;
}




.ui-header, .ui-footer
{
	border-width:0px;
}

/*sharepoint 2013 override*/

#contentBox{
    width:100%;
    min-width:100%;
}





/*searchbox*/

/*search box*/

#SearchBox
{
    width:100%;
    position:relative;
    float:left;
}

#SearchBox .ms-srch-sb-border, #SearchBox .ms-srch-sb-borderFocused {
	
	height: 50px;
	display: block;
    background:#fff;
}

#SearchBox .ui-shadow-inset
{
	
	box-shadow:none;
}


#SearchBox .ms-srch-sb-borderFocused {

}
#SearchBox .ms-srch-sb input[type=text], #SearchBox .ms-srch-sbLarge input{
	border: 0px;
	height: 50px;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 1em;
	color: #333;
	background: transparent none;
	display: inline-block;
	vertical-align: top;
    width:100%;
}
.ms-srch-sb > .ms-srch-sb-searchLink, .ms-srch-sbLarge > .ms-srch-sb-searchLink{
	height: 45px;
	width: 40px;
	display: inline-block;
	margin: 0px;
	
	vertical-align: top;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
	background: transparent url('/_catalogs/masterpage/PWCResponsive/images/icon-search.png') no-repeat;
    
    position:absolute;
    right:1px;
    top:3px;
    
}
.ms-srch-sb > .ms-srch-sb-searchLink:hover, .ms-srch-sbLarge > .ms-srch-sb-searchLink:hover {
	background: transparent url('/_catalogs/masterpage/PWCResponsive/images/icon-search.png') no-repeat 0px -46px;
}
.ms-srch-sb > .ms-srch-sb-searchLink img,  .ms-srch-sbLarge > .ms-srch-sb-searchLink img {
	display: none;
}

#SearchBox .ui-input-text, #SearchBox .ui-input-search
{
    height:100%;
    margin:0px;
}

#SearchBox .ms-srch-sb > .ms-srch-sb-navLink {
 display: none;
}


 
#SearchBox .ui-body-inherit
{

}

#SearchBox .ui-corner-all 
{
    border-radius:0px;
}

#SearchBox .ui-shadow-inset
{
    
}

.searchbox-area{
    margin-top:8px;
}


.searchbox-wrap{
    width:35%;
    float:left;
}

.searchbox-suggest{
    width:65%;
    float:left;
    height:50px;
    background:#ebebeb;
    padding-left:11px;
    padding-right:11px;    
 	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

#suiteBar
{
	
	border:1px solid red!important;
	z-index:9999;
}

/*end search box*/


.ms-webpart-chrome-title
{
	font-size:14px;
	
}

#deptnavmobile
{
}


#btn_deptnavmobile
{
	width:40px;
	height:50px;
	position:fixed;
	/*left:-100px;*/
	bottom:80px;
	left:0px;
	cursor:pointer;
	z-index:109;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;		
	background:rgba(255, 255, 255, 0.8);
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
	 -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
	 box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    

}

#btn_deptnavmobile .inner
{
	background:rgba(0, 0, 0, 0.5);
	width:100%;
	height:100%;
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	font-size:24px;;
	color:#fff;
	padding-top:12px;
	padding-bottom:4px;	
	padding-left:6px;
	padding-right:8px;	
	text-align:center;
	line-height:22px;
}

#btn_deptnavmobile .inner:after
{
	font-family: FontAwesome;
   	content: "\f00b";

}

#btn_deptnavmobile:active
{
	background:red;
}


/* override webpart */

.ms-webpart-zone
{
	display:block;	
}

.ms-webpart-cell-vertical
{
	display:block;	
}

.ms-webpart-chrome-vertical
{
	display:block;	
}


/* form webpart override */ 
.aeformstyle td br {
  display: none;
}


.ms-signInLink
{
	display:none!important;
}



#s4-titlerow {position:relative;z-index:1;}
#contentBox {position:relative;z-index:0;}


.ui-widget
{
	font-size:11pt;
}

img.ms-asset-icon
{
	display:none;
}




@media only screen and (max-width : 320px) { /*--- Mobile portrait ---*/

    #social {
        display: none;
    }
    
    /*#contentBox img{
    width:100%!important;
    height:auto!important;
	}
	*/

	.ms-rteImage-MobileResponsive
	{
	    width:100%!important;
	    height:auto!important;
	}


    .searchbox-suggest{
		display:none;
    }
    .searchbox-wrap
    {
		width:100%;	
	}

	.body-padding
	{
		padding-left:10px;
		padding-right:10px;
	}
	
	

}

@media only screen and (min-width : 320px) and (max-width : 480px) { /*--- Mobile portrait ---*/


    #social {
        display: none;
    }
    
    /*#contentBox img{
	    width:100%!important;
	    height:auto!important;
	}*/
	
	.ms-rteImage-MobileResponsive
	{
	    width:100%!important;
	    height:auto!important;
	}


    .searchbox-suggest{
		display:none;
    }
    .searchbox-wrap
    {
		width:100%;	
	}
	.body-padding
	{
		padding-left:10px;
		padding-right:10px;
	}


}

@media only screen and (min-width : 480px) and (max-width : 595px) { /*--- Mobile landscape ---*/


    #social {
        display: none;
    }
    
    /* 
    #contentBox img{
	    width:100%!important;
	    height:auto!important;
	}
	*/

	.ms-rteImage-MobileResponsive
	{
	    width:100%!important;
	    height:auto!important;
	}

    .searchbox-suggest{
		display:none;
    }
    .searchbox-wrap
    {
		width:100%;	
	}

	.body-padding
	{
		padding-left:10px;
		padding-right:10px;
	}


}


@media only screen and (min-width : 595px) and (max-width : 690px) { /*--- Small tablet portrait ---*/

    #social {
        display: none;
    }

    .searchbox-suggest{
		display:none;
    }
    .searchbox-wrap
    {
		width:100%;	
	}
	
	.body-padding
	{
		padding-left:10px;
		padding-right:10px;
	}

    
}

@media only screen and (min-width : 690px) and (max-width : 800px) { /*--- Tablet portrait ---*/

    #social {
        display: none;
    }
    .searchbox-suggest{
		display:none;
    }
    .searchbox-wrap
    {
		width:100%;	
	}

	.body-padding
	{
		padding-left:10px;
		padding-right:10px;
	}


		
}


@media only screen and (min-width : 800px) and (max-width : 1024px) { /*--- Small tablet landscape ---*/

    #social .col1 {
		display:none;
		width:0%;
    }
    #social .col2 {
		width:100%!important;
    }


	.body-padding
	{
		padding-left:10px;
		padding-right:10px;
	}


}

@media only screen and (min-width : 1024px) and (max-width : 1224px) { /*--- Tablet landscape --- */

	.body-padding
	{
		padding-left:10px;
		padding-right:10px;
	}

}


@media only screen and (min-width : 1224px) and (max-width : 3000px) { 
	#btn_deptnavmobile
	{
		display:none;	
	}
}


