/*--[Bootstrap overrides]--*/

* {
  border-radius: 0 !important;
}

body {
  height: auto;
  min-height: 100%;
  font-family: 'Open Sans',Arial,sans-serif;
  font-size: 1em;
  /*font: 87.5%/140% 'Open Sans',Arial,sans-serif;
  line-height: 100%;*/
  background: 100% 0px #F2f2f2;
}

a {
    text-decoration: underline;
}

legend {
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 700;
  border-bottom: 0px solid #e5e5e5;
}

.navbar {
  border-radius: 0px;
  margin-bottom: 0px;
}

.navbar-default {
  background-color: #fff;
  border-color: #fff;
}

.navbar-brand {
  font-size: 14px;
  height: auto;
  padding: 12px 0 0 14px;
}

.navbar-brand img{
  height: 36px;
  width: auto;
  margin-top: 12px;
  margin-bottom: 12px;
}

.alert>p {
  margin-top: 12px;
  margin-bottom: 12px;
}

.alert-info a {
  color: #31708f;
  text-decoration: underline;
}

.alert-danger a {
  color: #802143;
  text-decoration: underline;
}

.form-group {
  margin-bottom: 24px;
}

.control-label {
  width:100%;
}

.checkbox-inline, .radio-inline {
  width: auto !important;
}

.alert-danger, .has-error, .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #802143;
}

.has-error .form-control {
  border-color: #802143;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.btn-success {
  background-color: #428542;
  border-color: #428542;
}

.btn-success:hover {
  background-color: #346934;
  border-color: #346934;
}

.form-blockElement{
	display: inline-block;
	margin-bottom: 5px;
}
.list-style-bullet{
	display: list-item;
	padding-left: 25px;
	margin-bottom: 10px;
	list-style-position: inside;
	list-style-type: disc;
}

/*--[End Bootstrap overrides]--*/



/*--[Custom utilities]--*/
.util-mar-top-1 {
  margin-top: 12px;
}
/*--[End Custom utilities]--*/



/*--[Custom Ofcom styling]--*/
.of-skiplinks {
    left: 0;
    list-style: none outside none;
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 99999;
}
.of-skiplinks li,
.of-skiplinks span {
    left: -2500px;
    position: absolute;
    width: 1px;
}
.of-skiplinks a{
	color: #000000;
}
.of-skiplinks a:active, .of-skiplinks a:focus {
    border: 0 none;
    cursor: pointer;
    font-weight: 700;
    left: 2502px;
    padding: 4px;
    position: absolute;
    text-decoration: none;
    white-space: nowrap;
    width: auto;
    color: #000;
    background-color: #fff;
}

.of-wrapper, .of-footer-inner-wrapper {       
    margin: 0 auto;
    padding: 0 12px 0 12px;
    max-width: 1224px;    
    height: auto;
    font-size: 1.4em;
}

.of-header {
  /*margin-top: 20px;*/
  margin-bottom: 5px;
  background: #fff;
  box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  -moz-box-shadow: 0 0 3px #ccc;
}

.of-content {
  position: relative;
  /*background: #fff url(../img/container-bg-spectrum-top.gif) -5px -1px no-repeat;
  background-size: 101%;*/
  box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  -moz-box-shadow: 0 0 3px #ccc;
  padding: 24px 12px;
  background-color: #ffffff;
}

.of-content:before{
	content: '';
	position: absolute;
	left:0;
	top:0;
	background: #fff url('../img/container-bg-spectrum-top.gif') -5px -1px no-repeat;
	background-size: 101%;
	width: 100%;
	height: 3px;
}

@media (max-width: 767px) {
  .of-content:before {
	background-position: -5px 0;
  }
}

.of-footer {
  background: #F4F0F2;
  margin-top: 12px;
  padding-bottom: 24px;
}

.of-footer h2 {
  font-size: 100%;
  font-weight: 700;
  color: #444;
}

.of-footer ul {
  padding: 0;
  margin: 0;
}

.of-footer li {
  list-style: none;
}

.of-footer a {
  font-size: 80%;
  font-weight: 700;
  color: #444;
}

.of-footer-social {
  background: #404040;
  min-height: 42px;
  color: #fff;
}

.of-footer-links {}

.of-form-info {
  float: right;
}

@media (max-width: 767px) {
  .of-form-info {
    width: 100%;
    float: none;
  }
}

.of-form .panel-heading {
  background: #d93361;
  color: #fff;
}

.of-form-intro {
  font-size: 140%;
  margin-top: 12px;
  margin-bottom: 36px;
}

.of-form-progress {
  color: #544b4b;
  font-size: 140%;
  margin-top: 12px;
  margin-bottom: -18px;
  display: block;
}

.of-form h2 {
  padding: 0;
  margin: 0;
  font-size: 1.4em;
}

.of-form h3 {
  padding: 0;
  margin: 0;
  font-size: 1em;
  font-weight: 700;
}
/*--[End Custom Ofcom styling]--*/


/*--[Custom reCAPTCHA overrides]--*/
.rc-anchor-normal .rc-anchor-checkbox-label {
  width: 132px !important;
}

.rc-anchor-normal .rc-anchor-content {
  width: 186px !important;
}

.rc-anchor-normal .rc-anchor-pt {
  right: 19px !important;
}

.rc-anchor-normal {
  width: 280px !important;
}
/*--[End Custom reCAPTCHA overrides]--*/


.red-text {
 color: red;
}

.center-text {
 text-align: center;
}

#skip{display: none;}