te/* Common */
body {
	font-size: 14px;
}

a:hover {
	text-decoration: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent !important;
}

/* Basic Elements */
.utility-margin-0 {
	margin: 0;
}

.Page {
	border: 1px solid #e7e7e7;
	border-top: 0;
	border-bottom: 0;
	border-radius: 0 0 10px 10px;
	padding: 0;
	position: relative;
}

.Head.container {
	padding-left: 0;
}

.Banner{
	
}
.Mobile_banner{
	display:none;
}
@media (min-width: 1200px) {
	.Page.container,
	.Head.container {
		width: 983px;
	}
}
@media (min-width: 992px) {
	.Page.container,
	.Head.container {
		width: 983px;
	}
}

.hOff {
	padding: 0;
}
.hField {
	margin: 0;
	padding: 0;
	clear: none;
	border: 0;
}
.hField label {
	padding: 0;
    line-height: inherit;
    float: none;
    width: auto;
}
.vField label {
	display: inline-block;
}
.hField select, .hField input[type="text"], .hField input[type="password"] {
	font-size: inherit;
	border: 1px solid #a5a5a5;
}
.vField select, .vField input[type="text"], .hField input[type="password"] {
}
.hField input[type="text"], .vField input[type="text"] {
	background: #fff !important;
}
.hField .iw {
	float: none;
}
select.field-invalid, .field-invalid {
	border: 1px solid #a5a5a5 !important;
}
.hField__firstname input[type="text"],
.hField__lastname input[type="text"],
.hField__postcode input[type="text"],
.hField__phone input[type="text"],
.hField__email input[type="text"] {
	border: 0;
}
.hField__windows select.field-invalid,
.hField__doors select.field-invalid,
.hField__french-doors select.field-invalid,
.hField__firstname input.field-invalid,
.hField__lastname input.field-invalid,
.hField__postcode input.field-invalid,
.hField__phone input.field-invalid,
.hField__email input.field-invalid {
	border: 0 !important;
}
.lf-invalid {
    text-indent: -9999px;
    right: -18px !important;
    top: 12px !important;
    left: auto !important;
}

/* Components */
.Header {
	padding: 16px 0px 0;
	border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 991px) {
	.Header {
		padding-bottom: 16px;
	}
}

.Header__logo-text {
	font-size: 16px;
	font-weight: bold;
	color: #034b88;
}
.Header__logo-mark {
	color: #4aa152;
}

.Header__image {
    margin-top: -8px;
    margin-right: -9px;
}
.Header__image img {
	width: 70px;
}

.Header__info > h3 > img {
	width: 20px;
	margin-top: -5px;
}
.Header__info > h3 {
    margin-top: 0;
    margin: 0;
    font-weight: bold;
    color: #104e87;
}
.Header__info > p {
	color: #AFAFAF;
	font-weight: normal;
	padding: 5px 5px 0 0;
	margin: 0;
}

.Header__collapse {
	color: #c2c2c2;
    font-size: 2.2em;
    margin-right: 10px;
}

.HeaderData--mobile {
    background: #4b9745;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.HeaderData--mobile h4 {
	margin: 0;
}
.HeaderData--mobile p {
	margin: 0;
    color: #aceba7;
}

.add-info {height:130px;  width:100%; color:#868686; padding:22px; overflow:auto; border:#D7D7D7 thin; margin-bottom:27px;}
.add-info-sitelink {  width:100%; color:#868686; padding:22px; border:#D7D7D7 thin;}
.add-info2 {height:90px;  width:85%; color:#868686; padding:22px; overflow:auto; border:#D7D7D7 thin; margin-bottom:27px;}
.add-sl {height:370px;  width:85%; color:#868686; padding:22px; overflow:auto; border:#D7D7D7 thin; margin-bottom:27px;}
.mtop1 {padding-top:17px;}

.Navigation {
	height: 40px;
	background-color: #104e87;
	margin-top: -1px;
}

.Navigation .container {
	width: 983px;
	padding: 0;
}
.Navigation__list, .Navigation__sublist {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.safari .Navigation__list {
	margin: 0 -1px;
}
.Navigation__list > li {
	display: inline-block;
    margin: 0;
    padding: 1px 0;
}
.Navigation__item {
	display: block;
	padding: 9px 20px;
	color: #fff;
	background: transparent;
    text-align: center;
    font-weight: bold;
}
.Navigation__list > li:nth-child(6) .Navigation__item {
    padding: 10px 36px;
}
.Navigation__list > li:last-child .Navigation__item {
	border-right: 0;
}

.Navigation__list > li.active .Navigation__item, .Navigation__list > li .Navigation__item:hover {
	color: #104e87;
	background: #f7f7f7;
}

.Navigation__sublist {
	background-color: #12538b;
	display: block;
	position: absolute;
    left: 0;
    width: 981px;
}
@media (min-width: 992px) {
	.safari .Navigation__sublist, .firefox .Navigation__sublist {
		width: 982px;
	}
}
.Navigation__list > li.active .Navigation__sublist {
	display: block;
}
.Navigation__sublist > li {
	float: left;
}
.Navigation__subitem {
	color: #fff;
	display: block;
	padding: 9px 30px;
}
.Navigation__sublist > li.active .Navigation__subitem, .Navigation__sublist > li:hover .Navigation__subitem {
	background: #0e3a5f;
	color: #fff;
}

@media (min-width: 992px) {
	.Navigation {
		display: block !important;
		height: 40px !important;
	}
}

@media (max-width: 991px) {
	.Navigation {
		display: none;
		height: auto;
	}
	.Navigation__list {
		display: block;
	}
	.safari .Navigation__list {
		margin: 0;
	}
	.Navigation__list > li {
		float: none;
	}
	.Navigation__item {
		border-right: 0;
		padding: 10px 25px !important;
	}
	.Navigation__sublist {
		position: relative;
		width: auto;
	}
	.Navigation__list > li.active .Navigation__sublist {
		/*display: none;*/
	}
}


.Boxes {
	margin-top: 15px;
}

@media (max-width: 991px) {
	.Boxes {
		margin-top: 0;
		margin-right: 0;
	}
	.Boxes > .col-md-7 {
		padding-right: 0;
	}
}

.company {
    padding: 10px;
    font-size: 1.2em;
    background: #115189;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}
.CheapInfoBoxes {
	padding-left: 0;
	padding-right: 0;
}

.CheapBox {
	background: #104e87;
	background: -webkit-linear-gradient(-90deg, #135ea0, #104e87); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-90deg, #135ea0, #104e87); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-90deg, #135ea0, #104e87); /* For Firefox 3.6 to 15 */
  background: linear-gradient(-90deg, #135ea0, #104e87); /* Standard syntax */
    margin-left: -30px;
    padding: 15px 0px 15px 54px;
    position: relative;
	min-height: 230px;
}
.CheapBox__header1 {
    color: #ff7e00;
    margin: 0 0 5px;
}

.CheapBox__headerindent {
    color: #ffbd7c;
    margin: 0 0 5px;
}

.CheapBox__header2 {
	margin: 0 0 5px;
	color: #fff;
	font-size: 22px;
}
.CheapBox__list {
	padding: 0;
    margin: 11px 29px;
    font-size: 1.2em;
    color: #fff7a2;
}
.CheapBox__triangle {
	position: absolute;
	left: 0;
	bottom: -27px;
	background: url('../img/cheapbox-triangle.png') no-repeat;
	width: 100%;
	height: 28px;
}

@media (max-width: 991px) {
	.CheapBox {
		margin-left: 0;
		padding-left: 25px;
	    background-image: url('../img/rotated-handwrite-arrow.png');
		background: #104e87;
	background: -webkit-linear-gradient(-90deg, #135ea0, #104e87); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-90deg, #135ea0, #104e87); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-90deg, #135ea0, #104e87); /* For Firefox 3.6 to 15 */
  background: linear-gradient(-90deg, #135ea0, #104e87); /* Standard syntax */
	    background-position: 97% 90%;
	}
}



.InfoBox {
	height: 234px;
	background: url('../img/franking-machine.png') no-repeat;
	padding: 10px 0;
	margin: 10px 0 0 10px;
}
.InfoBox__description {
	padding: 10px;
	background: rgba(0, 0, 0, 0.80);
	color: #fff;
}
.InfoBox__description > p {
	margin-bottom: 15px;
}
.InfoBox__description strong {
	color: #fff7a2;
}

.FormBox {
	border: 5px solid #115189;

}


.CompaniesTestimonial {
	margin: 0;
}
.Testimonial {
	padding: 10px;
	width: 38%;
}
.Testimonial__photo, .TestimonialBubble {
	display: inline-block;
	vertical-align: top;
	float:left;
	
}
.TestimonialBubble {
	position: relative;
	width: 236px;
	height: 196px;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    padding: 10px 15px;
    box-shadow: 1px 1px 12px rgba(0,0,0,0.2);
    margin-left: 65px;
    background: #f9f9f8;
}
.TestimonialBubble__text {
	margin: 0 0 5px;
	font-size: 0.95em;
}
.TestimonialBubble__arrow {
	background: url('../img/bubble-arrow.png') no-repeat;
	width: 21px;
	height: 20px;
	position: absolute;
	left: -20px;
	top: 20px;
}

.Companies {
	padding: 40px 0 0;
}
.Companies img {
	width: 600px;
}


/* SECTION STEPS */
.Steps {
	padding: 60px 0;
	margin-top: 50px;
	border: 1px solid #e7e7e7;
	border-width: 1px 0 1px 0;
}

.Steps__column::before{
	content: '';
	position: absolute;
	top: 3.5em;
    left: -8em;
    width: 16em;
    height: 0.6em;
	background: #009e8e;
	z-index: -1;
}

.Steps__column:first-child::before {
  display: none;
}

.Steps__step {
    background: #009e8e;
    color: #fff;
    font-size: 76px;
    font-weight: bold;
    width: 110px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto 10px;
}
.Steps__step_1 {
       background: #115189;
    color: #fff;
    font-size: 26px;
    padding: 15px;
    width: 70px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto 10px;
}

.Steps__text {
	text-align: center;
	color: #4b4b4b;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 20px;
}

.Steps__column {

}

.Steps__column_1{
	background: url(../img/step-arrow.png) no-repeat 100% 10%;
}


.Divider {
	margin: 30px auto;
	width: 90%;
	height: 1px;
	border-bottom: 1px solid #d9d9d9;
}

/* SECTION ARTICLES */
.Articles {
  padding: 40px 20px 0 40px;
}
.Article:not(:first-child) {
  margin-top: 60px;
}
.Article__photo img {
  width: 100%;
}
.Article__header {
  color: #115189;
  font-size: 28px;
  font-weight: bold;
  margin-top: 0;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
	.Banner{
		background: none !important;
	}
	
	.Mobile_banner{
		display:block;
	}
  .Article__header {
    margin-top: 20px;
  }
}
#articles p {
  color: #3a3a3a;
  margin-bottom: 20px;
  font-size: 16px;
}
.Article__media {
  min-height: 115px;
}

.Article__info p.buttons {
  margin-top: 15px;
}
.Article__compare {
  background: #ff5a00;
  border: 0;
  padding: 8px 45px;
  border-radius: 8px;
  color: #fff;
}
.Article__compare:hover {
	background: #115189;
	color: #fff;
}


/* SECTION SUPPLIERS */
.Suppliers {
	text-align: center;
}
.Suppliers__text {
	font-size: 1.4em;
	color: #3a3a3a;
}
.Suppliers__list {
	padding: 20px;
}
.Suppliers__list > div {
	line-height: 70px;
	vertical-align: middle;
}
.Suppliers__divider {
	position: absolute;
    height: 40px;
    border-right: 1px solid #ededed;
    top: 16px;
    right: 0;
}
.Suppliers__compare {
    margin: 0 auto;
    width: 290px;
    background: #ff5a00;
    color: #fff;
    padding: 10px;
    font-size: 1.6em;
}
.Suppliers__compare:hover {
	background: #115189;
	color: #fff;
}

.Suppliers__list.visible-xs > div {
	text-align: center;
	width: auto;
	height: auto;
	line-height: 57px;
}


/* SECTION HERO */
.Hero {
  background: linear-gradient(to top, #f1efef, #ffffff);
  margin-top: 80px;
}
.Hero__image img {
  margin-top: -12px;
  margin-left: 10px;
}
.Hero__text {
  color: #2b2b2b;
  font-size: 1.5em;
  line-height: 40px;
  padding: 45px 0 0 30px;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .Hero__text {
    font-size: 24px;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .Hero__text {
    font-size: 18px;
    line-height: 37px;
    padding: 44px 0 0 20px;
  }
  .Hero__image img {
  	margin-top: 20px;
  }
}
@media (max-width: 768px) {
	.Hero {
		margin-top: 0;
	}

	.Hero__text {
		font-size: 16px;
		padding: 20px;
	}
}

.Hero__check {
	margin-right: 20px;
}

/* SECTION GRAPH */
.GraphCompare {
  margin-top: 50px;
}

.Graph {
  background: #11528a url('../img/glazing-photo.png') no-repeat 20px 30px;
  color: #fff;
  padding: 30px 33px 40px 190px;
  min-height: 229px;
  border-radius: 0 10px 10px 0;
  font-size: 18px;
  position: relative;
}
@media (max-width: 610px) {
  .Graph {
    background: #325263;
    padding-left: 30px;
  }
}
.Graph__menu {
  margin-left: 17px;
  margin-top: 10px;
  font-size: 0.9em;
}
.Graph__paragraph {
  color: #fff0cd;
  font-size: 16px;
  margin-top: 14px;
}
.Graph__arrow {
  position: absolute;
  background: #092e4d url('../img/graph-arrow.png') no-repeat center;
  width: 31px;
  height: 22px;
  right: -35px;
  top: 38%;
  padding: 30px;
  border-radius: 10px;
  z-index: 1;
}
.Compare__button {
  /*padding: 96px 0 95px;*/
  border: 0;
  background: linear-gradient(to bottom, #ff6600 95%, #e75c00);
  font-size: 32px;
  border-radius: 10px;
  color: #fff;
  line-height: 217px;
}
.firefox .Compare__button {
	line-height: 220px;
}
.Compare__button:hover {
	background: #115189;
	color: #fff;
}

@media (max-width: 991px) {
  .Compare__button {
    padding: 0;
    margin-top: 30px;
    padding: 92px 0;
    font-size: 3.3em;
  }
}

.RightPanel {
	position: absolute;
	top: 180px;
	right: -220px;
	text-align: right;
}
.RightPanel__secure {
	margin-bottom: 8px;
}
.RightPanel__secure, .RightPanel__review {
	display: none;
}

@media (min-width: 1440px) {
	.RightPanel__secure, .RightPanel__review {
		display: block;
	}
}


/* SECTION CERTIFIED */
.Certified {
	padding: 20px;
    color: #737373;
    font-weight: bold;
}
.Certified__image {
	margin: 0 5px;
}
.Certified__image.first {
	margin-left: 20px;
}
.Certified__image:last-child {
	margin-right: 0;
}


/* Info */
.Info {
	padding: 60px;
}
.Info__horizontal {
	margin-top: 30px;
}
.Info__horizontal:first-child {
	margin-top: 0;
	padding-left: 50%;
}
.Info__horizontal .col-sm-4 {
	padding-right: 20px;
}
.Info__horizontal .col-sm-4 img {
	margin-bottom: 10px;
}
.Info__horizontal .col-sm-8 {
	text-align: justify;
}

.Info hr {
	width: 70%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.Info__columns p {
	text-align: left;
}
.Info__columns h4 {
	margin-top: 30px;
	font-weight: bold;
}

.Info__additional {
	font-size: 23px;
	line-height: 25px;
}

.Info__compare {
	display: block;
    margin: 80px auto;
    padding: 20px;
    width: 480px;
    text-align: center;
    background: #ff7800;
    color: #fff;
    border-radius: 5px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.Info__compare:hover {
	background: #ff973b;
	color: #fff;
}

/* COMPARE DIALOG */
.CompareDialog {
	display: none;
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 25px 50px;
	border-radius: 10px 0 0 10px;
	right: 0;
	top: 20px;
	width: 250px;
}
.CompareDialog__close {
	position: absolute;
	background: url('../img/close-icon.png') no-repeat center;
	width: 37px;
	height: 37px;
	top: 0;
	left: 0;
	cursor: pointer;
}
.CompareDialog__text {
	margin: 0;
}

/* FOOTER */
.Footer {
  background: #23282c;
  color: #fff;
  padding: 15px;
}
.Footer__description {
	margin-top: 15px;
	font-size: 12px;
}
.Footer__nav {
  padding-top: 80px;
}
.Footer__link {
  color: #e5e5e5;
  font-weight: bold;
}
.Footer__address {
	margin: 0;
}
.Footer__tel {
	color: #d35504;
}

/* FORM */
#field_1452530047505_11field_div{display:none}
#field_1452530488203_26field_div{display:none}
#field_1452530528583_29field_div{display:none}
#field_1452530113565_20field_div{display:none}
#field_1452530095155_13field_div{display:none}
#field_1452530108932_16field_div{display:none}
#field_1452530111237_18field_div{display:none}
#field_1452530399704_24field_div{display:none}
#field_1452530397339_22field_div{display:none}
#field_1452530106127_14field_div{display:none}
#field_1455702426579_30field_div{display:none}
#field_1455702533939_24field_div{display:none}


.company__photo p{
	text-align:center;
	padding-top: 8px;
}
.company__photo {
    padding-top: 25px;
    padding-bottom: 25px;
}
.FormBox {
	padding: 0;
	width: 60.8%;
	background: #f5f5f5;
	min-height: 433px;
	margin:10px;
	margin-right:0px;
}
.FormBox__arrow {
	display: none;
	position: absolute;
    background: #072742 url('../img/graph-arrow.png') no-repeat 17px center;
    width: 29px;
    height: 21px;
    z-index: 1;
    padding: 17px 15px;
    box-sizing: content-box;
    border-radius: 10px;
    left: -42px;
    top: 80px;
}
.FormBox__header {
	position: relative;
    text-align: left;
    color: #fff;
    background: #115189;
    font-weight: normal;
    font-size: 1.2em;
    padding: 5px 10px 10px;
  margin-bottom: 22px;

}
.FormBox__header span {
	z-index: 10;
	position: relative;
}
.FormBox__header-arrow {
	position: absolute;
	bottom: -16px;
	left: calc(100%/2 -  80px);
	z-index: 1;
}
.FormBox__header-arrow img {
	width: 160px;
}
.FormBox__elements {
    padding: 14px 30px 25px;
}
#page_page8391 .FormBox__elements {
	padding: 25px 30px 30px;
}

.Testimonial__photo img {
    width: 60px;
    margin-top: -15px;
}

.Testimonial_star {
    width: 70%;
    float: left;
}
/* Safari Hacks */
.safari .FormBox__elements {
	padding: 5px 30px 19px;
}
.safari #page_page8391 .FormBox__elements {
	padding: 18px 30px 19px;
}

.hField--clear {
	clear: both;
}

.hField__windows, 
.hField__doors, 
.hField__french-doors,
.hField__firstname,
.hField__lastname,
.hField__postcode,
.hField__phone,
.hField__email {
	padding: 0;
    border-radius: 5px;
    border: 1px solid #a5a5a5;
    background: #ffffff;
    line-height: 40px;
    float: left;
}
.hField__firstname,
.hField__lastname,
.hField__postcode,
.hField__phone,
.hField__email {
	line-height: inherit;
}
.hField__phone {
	float: none;
}
.hField__windows, .hField__firstname, .hField__email {
	margin-right: 15px;
}
.hField__french-doors, .hField__postcode, .hField__email {
	margin-top: 20px;
}

.hField__windows label, 
.hField__doors label, 
.hField__french-doors label {
    margin: 0;
    border-right: 1px solid #a5a5a5;
    font-weight: normal;
    width: 105px;
    text-align: center;
    height: 42px;
}

.hField__windows select, 
.hField__doors select, 
.hField__french-doors select {
	padding: 0px 0 0px 8px;
    border: 0;
    border-radius: 0 10px 10px 0;
    width: 47px;
}

.hField__windows .iw, .hField__doors .iw, .hField__french-doors .iw {
	float: right;
	background: url('../img/select-dropdown.png') no-repeat 55% center;
}

.hField__finish, .hField__date, .hField__phone, .hField__selectfield {
	margin-top: 15px;
}
.hField__selectfield:first-child {
	margin-top: 0;
}

.hField__finish label, 
.hField__date label,
.hField__firstname label,
.hField__lastname label,
.hField__postcode label,
.hField__phone label,
.hField__selectfield label,
.hField__textarea label,
.hField__email label {
	display: none;
}
.hField__finish select, .hField__date select, .hField__selectfield select {
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}
.hField__finish .iw, .hField__date .iw, .hField__selectfield .iw {
	background: url('../img/select-dropdown.png') no-repeat 97% center #fff;
}

.hField__textarea textarea {
    width: 100%;
    min-height: 220px;
    padding: 10px;
}

.hField__firstname input,
.hField__lastname input,
.hField__postcode input,
.hField__phone input,
.hField__email input {
    border: 0;
    border-radius: 5px;
    padding: 10px;
    width: 152px;
}
.hField__phone input {
	width: 100%;
}

.FormBox__suppliers {
	padding-left: 30px;
}

.hField__compare-btn {
	margin-top: 7px;
}

.FormBox__button {
	display: block;
    cursor: pointer !important;
    margin-right: 6px;
    background: url('../img/next-button-arrow.png') no-repeat 39% center #ff5a00;
    color: #fff;
    border-radius: 0;
    margin: 0 -5px;
    padding: 13px 0;
    font-size: 1.6em;
}
.FormBox__button:hover {
	background: url('../img/next-button-arrow.png') no-repeat 39% center #115189;
	color: #fff;
}
.FormBox__next {
	background-position: 39% center;
}
.FormBox__submit {
	background-position: 13% center;
    font-size: 1.8em;
}
.FormBox__privacy {
    font-size: 12px;
    line-height: 36px;
 
}
.FormBox__privacy img {
	width: 10px;
    margin-top: -4px;
	
}
.FormBox__privacy a {
	color: #115189;
}

@media (max-width: 991px) {
	.Head.container {
		padding: 0 1px;
	}

	.Navigation {
		width: calc(100% - 2px);
		max-width: 748px;
		margin: 0 auto;
	}

	.FormBox {
	    margin: -1px 0 0;
	    width: auto;
	}
	.FormBox__elements, .FormBox__header {
		
	}
	.FormBox__elements, .safari .FormBox__elements, #page_page8391 .FormBox__elements {
		padding-right: 0;
	}
	.hField__windows label, 
	.hField__french-doors label,
	.hField__doors label {
		width: 128px;
	}

	.FormBox__privacy {
		text-align: center;
	    font-size: 1em;
	    padding: 10px 0;
		
	}

	.hField__lastname input {
		width: 169px;
	}

	.hField__firstname input,
	.hField__lastname input,
	.hField__postcode input,
	.hField__phone input,
	.hField__email input {
	    width: 175px;
	}
}

@media (max-width: 450px) {
	.FormBox__elements, .FormBox__header {
		width: auto;
	}
	.FormBox__elements, .safari .FormBox__elements, #page_page8391 .FormBox__elements {
		padding-right: 30px;
	}
	
	.Navigation__item {
		padding: 10px 15px !important;
	}

	.Steps__step {
		width: 90px;
		font-size: 60px;
	}
	.Steps__column::before {
		top: 2.7em;
		left: -1.8em;
    	width: 3.6em;
	}

	.Info__compare {
		width: auto;
		font-size: 12px;
	}

	.hField__windows, 
	.hField__doors, 
	.hField__french-doors, 
	.hField__firstname, 
	.hField__lastname, 
	.hField__postcode, 
	.hField__phone,
	.hField__email {
		float: none;
		margin-right: 0;
	}

	.hField__doors {
		margin-top: 20px;
	}
	.hField__lastname {
		margin-top: 15px;
	}

	.hField__windows label, 
	.hField__french-doors label,
	.hField__doors label {
		width: 32%;
	}

	.hField__windows .iw,
	.hField__french-doors .iw,
	.hField__doors .iw {
		width: 68%;
		background-position: 95% center !important;
	}
	.hField__windows select,
	.hField__french-doors select,
	.hField__doors select {
		width: 100%;
		background-position-x: 95% !important;
	}
}

@media (max-width: 400px) {
	.hField__french-doors label {
		height: auto;
	}
	.hField__french-doors select {
		height: 80px;
	}
}

@media (max-width: 380px) {
	.FormBox__submit {
		background-position: 6% center;
	}
}

.quote-table { font-size:12px;border-collapse:separate;border-spacing: 17px; }

/*BOTW Seal*/
.col-center{
	float:none;
	margin:0 auto;
}
.Info__columns.row {
    margin-top: 40px;
}
.col-sm-6.text-center {
    padding: 60px;
}
.botw-seal {margin: auto; width: 50%;}