#captcha-block {
  margin-top: 20px;
  display: none;
}

#captcha-block .captcha-wrapper {
  margin: 20px 0;
}

#captcha-block p {
  margin-bottom: 20px;
}

#captcha-block a#captcha-refresh {
  display: block;
}

.phone-form .error {
  margin: 20px 0 0 0;
  color: red;
  display: none;
}

.contact-info.empty {
  padding: 7px 0 0;
}

.contact-link a {
  display: inline-block;
}

.contact-link a.btn-request {
  margin-bottom: 20px;
}

.contact-link a.btn {
  margin-top: 4px;
  margin-bottom: 8px;
  letter-spacing: -0.3px;
}

.service-block .row .title.hide-mob {
  display: none;
}

.service-block .row:first-child .title.hide-mob {
  display: block;
}

.banner {
  overflow: hidden;
}

.banner .container .img-holder {
  pointer-events: none;
}

.login-form input[type="password"] {
	background: #533d6e;
	background: rgba(255,255,255,0.2);
	border-radius: 5px;
	color: #fff;
	border: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 40px;
	width: 300px;
	padding: 8px 10px 6px;
	box-shadow: none !important;
	-webkit-appearance: none;
}

.plan-wrap .plan-holder a {
  border-radius: 5px;
  padding: 41px 20px 36px;
  display: block;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
}

.plan-wrap .plan-holder {
  overflow: hidden;
  padding: 0 0 101px 0;
  color: #776a8b;
  display: block;
  text-decoration: none !important;
}

.plan-wrap .plan-holder .plan-time,
.plan-wrap .plan-holder ul {
  color: #776A8B;
}

.plan-wrap .plan-holder a:hover .plan-time,
.plan-wrap .plan-holder a:hover ul {
  color: #FFFFFF;
}

.btn-more {
  padding: 9px 19px 6px 19px;
}

.btn-more:before {
  background-image: url(../images/arrow-1.png);
}

.btn-more:hover:before {
  background-image: url(../images/arrow-2.png);
}

@media only screen and (max-width: 767px) {
  .btn-more {
    padding: 9px 16% 6px 16%;
  }
}

.company-page #main .text-holder:last-child .container {
  padding-bottom: 100px;
}

.myorcon-page .banner {
  display: none;
}

#nanorep-iframe {
  display: block;
  width: 100%;
  height: 2000px;
  margin-bottom: 10px;
  border: 0px;
}

#dps-failure {
  color: red;
}

#dps-success {
  color: green;
}

.services-form .homeline .enable-state {
  display: block;
}

.error {
  color: red;
}

.input-holder .form-error {
  display: none;
}
.input-holder.error .form-error {
  display: block;
}

.input-holder .form-loading {
  margin-left: 20px;
  display: none;
}

.detail-form .input-wrap .jcf-select .jcf-select-text {
  color: #331156;
}

.detail-form .frame .title{
	font: 18px/20px 'DINWeb-Bold',Arial, Helvetica, sans-serif;
	color: #331156;
	display: block;
	margin: 16px 0 16px;
}

.detail-form .condition-row .input-wrap {
  display: inline-block;
  width: auto;
}

.detail-form .condition-row .lbl {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  padding: 3px 0 0;
  font-size: 18px;
  line-height: 28px;
  float: none;
}

#drivers-licence-form .top-head {
  padding-top: 16px;
}

#drivers-licence-form div.info {
  margin: 23px 0 0;
  padding: 0 3.6%;
}

.stuff-form #call-us-button a {
	width: 271px;
	border-radius: 6px;
	background: #b12594;
	text-align: center;
	color: #fff;
	font: 16px/18px 'DINWeb-Bold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	margin: 0 auto 32px;
	padding: 18px 3% 17px;
	border: none;
	white-space: normal;
	outline: none;
}

.detail-form .input-wrap .col,
.detail-form .input-wrap .col .jcf-select {
  width: 92px;
}
.detail-form .input-wrap .col.year,
.detail-form .input-wrap .col.year .jcf-select {
  width: 106px;
}

.orcon-form .form-section, .orcon-form .form-section-pad-top, .orcon-form .form-section-pad-bottom {
    padding: 11px 30px;
    border-bottom: 1px solid #d5d1db;
}
.orcon-form .form-section-pad-top {
    padding-top: 51px;
}
.orcon-form .form-section-pad-bottom {
    padding-bottom: 51px;
    border-bottom: none;
}

.orcon-form .form-section, .orcon-form .form-section-contact-top, .orcon-form .form-section-contact-bottom {
    padding: 35px 30px;
    border-bottom: 1px solid #d5d1db;
}
.orcon-form .form-section-contact-top {
    padding-top: 65px;
    padding-bottom: 35px;
}
.orcon-form .form-section-contact-bottom {
    padding-bottom: 80px;
    border-bottom: none;
}


.orcon-form .input-holder {
    overflow: hidden;
    margin: 0 0 16px;
}
.orcon-form label{
    font-size: 18px;
    line-height: 28px;
    float: left;
    width: 230px;
    padding: 7px 10px 0px 0px;
    font-weight: inherit;
}
.orcon-form .form-control {
    width: 47.1%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #D5D1DB;
    padding: 7px 10px;
    color: #421866;
    outline: medium none;
    font: 100% "DINWeb",Arial,Helvetica,sans-serif;
}

.orcon-form .checkbox-holder {
    display: table;
    width: 100%;
    clear: both;
}
.orcon-form .checkbox-holder label {
    display: table-cell;
    float: none;
    vertical-align: text-top;
    padding: 0;
    width: auto;
}
.orcon-form .checkbox-holder .checkbox, .orcon-form .checkbox-holder .checkbox-padding{
    display: table-cell;
    padding: 0;
    height: 100%;
    width: 32px; // 24px + 7px margin
}

.direct-debit-acct-no {
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
}
.direct-debit-acct-no .acct-no-sm, .direct-debit-acct-no .acct-no-med, .direct-debit-acct-no .acct-no-lrg {
    display: inline-block;
    padding: 0 5px;
}
.direct-debit-acct-no .acct-no-sm {
    min-width: 4em;
    width: 16%;
}
.direct-debit-acct-no .acct-no-med {
    min-width: 6em;
    width: 25%;
}
.direct-debit-acct-no .acct-no-lrg {
    min-width: 8em;
    width: 40%;
}
.direct-debit-acct-no label {
    display: block;
    width: 100%;
}
.direct-debit-acct-no .form-control {
    display: block;
    width: 100%;
}

.orcon-form .row{
    margin: 0 0 19px;
}
.orcon-form .row .lbl{
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    padding: 3px 0 0;
    font-size: 18px;
    line-height: 28px;
}

/* The following are for add "get one moth free" image for the fibre products"  */
.fibre-promo{
	position: absolute;
}

.fibre-promo-active{
	position: absolute;
	margin: -2px;
}
