/* Original */

.arrowlistmenu{
width: 250px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
    font: 600 16px/18px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    color:#042970;
	background-color:#C7D4EC;
	border-radius:10px;
	border:1px solid #042970;
    margin-bottom: 10px; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    padding: 10px; /*header text is indented 10px*/
    cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
/*background-image: url(titlebar-active.png); */
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
/*background-color:#fff0c9;*/
list-style-type: none;
margin: 0;
padding: 0;
width:250px;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/

}

.arrowlistmenu ul li a{
color: #042970;
display: block;
 /*padding: 2px 0;
padding-left: 19px;link text is indented 19px*/
text-decoration: none;
font-weight: bold;
/*border-bottom: 1px solid #dadada;*/
font-size: 90%;
width:50px;
}

.arrowlistmenu ul li a:visited{
color: #006bb6;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #006bb6;
background-color: #F3F3F3;
}

/* 05-01-2016 Redesign */

body {
	margin:0;
    font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif;
}
a, .branding img, .pc-exit-button {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
text-decoration:none;
}
.branding img:hover {
-webkit-transform: scale(0.95);
-moz-transform: scale(0.95);
-o-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
}
h1 {
    color: #042970;
    font: 600 36px/40px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
}
/*#header-top-bar {
width:100%;
border-top:4px solid #042970;
}
.header-top-bar-phone {
width:300px;
height:40px;
float:right;
margin-right:25%;
background-image: url("https://www.mrwindow.co.uk/wp-content/uploads/2016/04/header-top-bar-phone.png");
text-align:center;
font-size:2em;
line-height:34px;
color:#FFF;
position: absolute;
right: 0;
z-index: 1000;
}
#pc-top-bar {
	height:40px;
	background-color:#042970;
}
#pc-header {
	width:1200px;
	margin:0 auto;
    overflow: hidden;
}

.branding {
	float:left;
	width:260px;
}
*/
#pc-header {
	width:1200px;
	margin:0 auto;
}
#pc-menu {
	float:left;
	margin:50px 0;
}
#pc-menu li{
	float:left;
	margin:0 10px;
	list-style:none;
}
#pc-menu li a{
    font-size:16px;
	font-weight:600;
    color: #042970;
}
#pc-menu li a:hover{
    color: #006bb6;
}

#pc-page {
	width:1200px;
	margin:0 auto;
	overflow: hidden;
    min-height: 620px;
}
#pc-left {
	width:50%;
	float:left;
}
#pc-right {
	width:50%;
	float:left;
}
#pc-footer {
	height:200px;
	background-color:#C7D4EC;
}
#pc-bottom-bar {
	height:60px;
	background-color:#042970;
}
.pc-bottom-bar {
	width:1200px;
	margin:0 auto;
}
#pc-bottom-bar p{
	margin:0;
	font-size:12px;
	line-height:60px;
	color:#FFF;
	float:right;
}
#pc-bottom-bar a{
	color:#FFF;
}
#pc-bottom-bar a:hover{
	text-decoration:underline;
}
#show_totalPrice {
	font-size:18px;
    color: #042970;
}
.pc-sub-item a{
    color: #042970;
}
.pc-sub-item a:hover{
    color: #666;
}
.pc-calculate {
	background-color:#C7D4EC;
	border:1px solid #042970;
	padding:5px;
	text-align:center;
}
.pc-calculate a{
    color:#042970;
}
.pc-calculate a:hover{
    color:#666;
}
.pc-exit {
    float: left;
    margin: 10px 0 0;
}
.pc-exit-button {
    font: 600 16px/18px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    color:#042970;
	background-color:#C7D4EC;
	border:1px solid #042970;
	padding:5px;
	cursor:pointer;
}
.pc-exit-button:hover {
    color:#666;
}
.itemdiv_123 {
    font: 600 16px/28px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    color:#042970;
	padding:5px;
	background-color:#C7D4EC;
	height:30px;
}
.pc-title-text {
	float:left;
	width:auto;
	margin:0 0 0 10px;
}
#header-top-bar {
	width: 100%;
	border-top: 4px solid #042970;
}
.header-top-bar-phone {
	width: 300px;
	height: 40px;
	float: right;
	margin-right: 25%;
/*	background-image: url("https://www.mrwindow.co.uk/wp-content/uploads/2016/04/header-top-bar-phone.png"); */
	text-align: center;
	font-size: 2em;
	line-height: 34px;
	color: #FFF;
	position: absolute;
	right: 0;
	z-index: 1000;
}
.header-top-bar-trustpilot {
	width: 300px;
	height: 40px;
	float: left;
	margin-left: 25%;
	position: absolute;
	left: 0;
	z-index: 1000;
}
 @media only screen and (max-width: 1280px) {
.header-top-bar-phone {
	margin-right: 20%;
}
.header-top-bar-trustpilot {
	margin-left: 20%;
}
}
 @media only screen and (max-width: 1110px) {
.header-top-bar-phone, .header-top-bar-trustpilot {
	height: 40px;
	float: initial;
	margin: 0 auto;
	position: initial;
	right: 0;
}
}
@media only screen and (max-width: 979px) {
.accreditations img {
width:48%;
float:left;
margin:0 10px 10px 0;
}
}
@media only screen and (max-width: 603px) {
.accreditations img {
width:46%;
}
}


.bold-icons .mini-contacts.address {
    background-image: url("data:image/svg+xml,<svg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' width=\'16px\' height=\'16px\' viewBox=\'0 0 16 16\' enable-background=\'new 0 0 16 16\' xml:space=\'preserve\'><path fill=\'%23fbb600\' d=\'M7.999,0.817c-2.638,0-4.776,2.037-4.776,4.551s2.089,5.432,4.776,9.814c2.688-4.383,4.778-7.301,4.778-9.814S10.641,0.817,7.999,0.817z M7.997,7.106c-1.072,0-1.942-0.85-1.942-1.894c0-1.047,0.871-1.896,1.942-1.896c1.074,0,1.948,0.85,1.948,1.896C9.945,6.257,9.071,7.106,7.997,7.106z\'/></svg>");
}
.masthead:not(.side-header) {
    max-width: 100%;
}

