* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    font: 65%/1.25 Arial, Helvetica,sans-serif;
	background:#cecfc3 none repeat scroll 0 0;
}
body {
    background:rgba(0, 152, 212,0);
    color: #484848;
}

.clearfix::after, .clearfix::before {
    content: " ";
    display: table;
}
.clearfix::after {
    clear: both;
}
h1, h2, h3, h4, h5, h6 {
    color: #484848;
}
h1, h2, h3, h4 {
    font-family: Helvetica, Arial, sans-serif;
}
h1, h2 {
    line-height: 1.1;
}
h3 {
    line-height: 1.2;
}
h1 {
    font-size: 3.6em;
    text-transform: uppercase;
}
h2 {
    font-size: 2.4em;
}

h2 em {
	font-weight:100;
	font-size:0.6em;
}

h3 {
    font-size: 2.0em;
}
h4 {
    font-size: 1.8em;
}
h5 {
    font-size: 1.6em;
}
h6 {
    font-size: 1.4em;
}
p {
    font-size: 1.6em;
    line-height: 1.52;
}
ol, ul, nav ol, nav ul {
    list-style: inherit;
}
.hide {
    display: none;
}
a {
    color: #0c96d4;
    outline: medium none;
}
a:hover {
    color: #70aec1;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(72, 72, 72, 0.5) -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 4px 0 0;
    display: block;
    height: 1px;
    margin: 50px 0;
    padding: 0;
}
img {
    border: medium none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.wrap {
    background: #0c96d4 none repeat scroll 0 0;
    left: 0;
    position: relative;
    transition: all 0.6s cubic-bezier(0.33, 0, 0.33, 1) 0s;
    z-index: 5;
	padding: 0 0 110px 0;
}
/* DATA Table */
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table th {
    border-bottom: 1px solid #bfc1c3;
    color: #0b0c0c;
    font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
    padding: 0.75em 1.25em 0.5625em 0;
    text-align: left;
    text-transform: none;
}
table th.numeric {
    text-align: right;
}
table td {
    /*border-bottom: 1px solid #bfc1c3;*/
    color: #0b0c0c;
    font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.25;
    padding: 0.75em 1.25em 0.5625em 0;
    text-align: left;
    text-transform: none;
}
table td.numeric {
    text-align: right;
}
article::after, article::before {
    content: " ";
    display: table;
}
article::after {
    clear: both;
}
article {
}

.row-fluid {
    width: 100%;
}
.row-fluid::before, .row-fluid::after {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid::after {
    clear: both;
    margin-bottom: 5px;
}
.row-fluid [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.12766%;
    min-height: 30px;
    width: 100%;
}
.row-fluid [class*="span"]:first-child {
  /*  margin-left: 0;*/
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
   /* margin-left: 2.12766%;
    padding-left: 2.12766%;*/
    padding-left: 5%
}
.row-fluid .span12 {
    width: 100%;
}
.row-fluid .span11 {
    width: 91.4894%;
}
.row-fluid .span10 {
    width: 82.9787%;
}
.row-fluid .span9 {
    width: 74.4681%;
}
.row-fluid .span8 {
    width: 65.9574%;
}
.row-fluid .span7 {
    width: 57.4468%;
}
.row-fluid .span6 {
    width: 48.9362%;
}
.row-fluid .span5 {
    width: 40.4255%;
}
.row-fluid .span4 {
    width: 31.9149%;
}
.row-fluid .span3 {
    width: 23.4043%;
}
.row-fluid .span2 {
    width: 14.8936%;
}
.row-fluid .span1 {
    width: 6.38298%;
}
.row-fluid .offset12 {
    margin-left: 104.255%;
}
.row-fluid .offset12:first-child {
    margin-left: 102.128%;
}
.row-fluid .offset11 {
    margin-left: 95.7447%;
}
.row-fluid .offset11:first-child {
    margin-left: 93.617%;
}
.row-fluid .offset10 {
    margin-left: 87.234%;
}
.row-fluid .offset10:first-child {
    margin-left: 85.1064%;
}
.row-fluid .offset9 {
    margin-left: 78.7234%;
}
.row-fluid .offset9:first-child {
    margin-left: 76.5957%;
}
.row-fluid .offset8 {
    margin-left: 70.2128%;
}
.row-fluid .offset8:first-child {
    margin-left: 68.0851%;
}
.row-fluid .offset7 {
    margin-left: 61.7021%;
}
.row-fluid .offset7:first-child {
    margin-left: 59.5745%;
}
.row-fluid .offset6 {
    margin-left: 53.1915%;
}
.row-fluid .offset6:first-child {
    margin-left: 51.0638%;
}
.row-fluid .offset5 {
    margin-left: 44.6809%;
}
.row-fluid .offset5:first-child {
    margin-left: 42.5532%;
}
.row-fluid .offset4 {
    margin-left: 36.1702%;
}
.row-fluid .offset4:first-child {
    margin-left: 34.0426%;
}
.row-fluid .offset3 {
    margin-left: 27.6596%;
}
.row-fluid .offset3:first-child {
    margin-left: 25.5319%;
}
.row-fluid .offset2 {
    margin-left: 19.1489%;
}
.row-fluid .offset2:first-child {
    margin-left: 17.0213%;
}
.row-fluid .offset1 {
    margin-left: 10.6383%;
}
.row-fluid .offset1:first-child {
    margin-left: 8.51064%;
}
.hide[class*="span"], .row-fluid .hide[class*="span"] {
    display: none;
}
.pull-right[class*="span"], .row-fluid .pull-right[class*="span"] {
    float: right;
}
[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
    display: block;
    margin-left: 0;
    width: 100%;
}
.span12, .row-fluid .span12 {
    width: 100%;
}
.row-fluid [class*="offset"]:first-child {
    margin-left: 0;
}
.input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
    display: block;
    min-height: 30px;
    width: 100%;
}

@font-face {
    font-family: 'HelveticaNeueLTStd77BdCn';
    src: url('../font/helveticaneueltstd-bdcn-webfont.eot');
    src: url('../font/helveticaneueltstd-bdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/helveticaneueltstd-bdcn-webfont.woff') format('woff'),
         url('../font/helveticaneueltstd-bdcn-webfont.ttf') format('truetype'),
         url('../font/helveticaneueltstd-bdcn-webfont.svg#HelveticaNeueLTStd77BdCn') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'themify';
	src:url('../font/themify.eot');
	src:url('../font/themify.eot?') format('embedded-opentype'),
		url('../font/themify.woff') format('woff'),
		url('../font/themify.ttf') format('truetype'),
		url('../font/themify.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"]::before, [class*=" icon-"]::before, .flex-next::before, .flex-prev::before {
    display: inline-block;
    font-family: "responsive";
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0.2em;
    margin-right: 0.2em;
    text-align: center;
    text-decoration: inherit;
    width: 1em;
}

form {
    margin: 0;
    padding: 0;
}
label, legend.form-label, input, button, select, textarea {
    border-color: rgba(72, 72, 72, 0.5);
    border-radius: 0;
    color: #484848;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: normal;
    line-height: 1.25;
}
label, legend.form-label{
    display: block;
    line-height: 1.5;
    margin-bottom: 5px;
}
label.checkbox, label.radio {
    font-size: 2em;
    line-height: 1.5;
    padding: 0;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-style: oblique;
    margin-bottom: 10px;
    max-width: 100%;
}
input[type="file"] {
    background-color: transparent;
    border: medium none;
    box-shadow: none;
    display: block;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 10px;
    padding: 0;
}
input[type="text"] {
		width:100%;
}
textarea {
    height: 70px;
    min-height: 106px;
    width: 100%;
}
.input_checkbox input {
    float: left;
    margin-right: 4px !important;
    width: auto;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(72, 72, 72, 0.5) -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin: 25px 0;
}
select, textarea, input {
    display: inline-block;
    vertical-align: middle;
}
textarea {
    font-size: 16px;
    line-height: 1.5;
}
textarea, input, select {
    background-color: #fff;
    border: 4px solid rgba(72, 72, 72, 0.5);
    padding: 13px 18px;
}
select {
	-moz-appearance: none;
-webkit-appearance: none;
    appearance: none;
    background: #fff url("../img/arrowhead-down-black.png") no-repeat scroll right center / 24px auto;
    outline: medium none;
    padding-right: 30px;
	width:100%;
}
select::-ms-expand {
    display: none;
}
.inline select {
	clear: none;
    float: left;
    margin-right: 2%;
    width: 48%;
}
.inline select.date_format {
    width: 58%;
}
.inline select.hour_format {
    width: 38%;
}

option, optgroup {
	-moz-appearance: none;
-webkit-appearance: none;
	color: #666;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 400;
    padding: 0.1em 0 0.1em 1em;
}

option:nth-of-type(2n+1) {
    background: #f5f5f5;
} 
select [label] {
    font-weight: 700;
	margin-bottom:12px;
	border-bottom:1px dashed #666;

}
textarea:focus, input:focus, select:focus {
    border-color: #0c96d4;
    outline: 0 none;
}
input[type="radio"], input[type="checkbox"] {
	/*
	-moz-appearance: none;
-webkit-appearance: none;*/
    line-height: normal;
	transform: scale(1.5);
}
input[type="checkbox"] {
}
input[type="radio"] {
}
input[type="submit"] {
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
    margin: -3px 4px 0 -29px;
    padding: 7px;
}
.radio-inline input[type="radio"], .radio-inline input[type="checkbox"], .checkbox-inline input[type="radio"], .checkbox-inline input[type="checkbox"] {
    display: none;
}
.radio-inline input[type="radio"]:checked + label, .radio-inline input[type="checkbox"]:checked + label, .checkbox-inline input[type="radio"]:checked + label, .checkbox-inline input[type="checkbox"]:checked + label {
    background-color: #0c96d4;
    color: #fefefe;
}
.radio-inline label.radio, .radio-inline label.checkbox, .checkbox-inline label.radio, .checkbox-inline label.checkbox {
    background-color: #f1f1f1;
    color: #484848;
    cursor: pointer;
    display: inline-block;
    font-family: "HelveticaNeueLTStd77BdCn",Helvetica,sans-serif;
    font-size: 19px;
    font-weight: bold;
    margin: 5px 5px 10px 0;
    min-width: 80px;
    outline: medium none;
    padding: 15px 5px;
    text-align: center;
    text-transform: uppercase;
}
.radio-inline label.radio .option_label, .radio-inline label.checkbox .option_label, .checkbox-inline label.radio .option_label, .checkbox-inline label.checkbox .option_label {
    display: block;
}
.radio-inline label.checkbox, .checkbox-inline label.checkbox {
    margin: 5px 5px 0 0;
    width: 100%;
}
.radio-inline.checkbox-inline, .checkbox-inline.checkbox-inline {
    vertical-align: middle;
}
.radio-inline.checkbox-inline li, .checkbox-inline.checkbox-inline li {
    vertical-align: middle;
    width: 100%;
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
    padding-top: 5px;
}
.inline-labels input, .inline-radios input {
    vertical-align: top;
}
.inline-labels label, .inline-radios label {
    display: inline-block;
    padding-left: 4px;
    text-align: left;
}
.inline-labels label.checkbox, .inline-radios label.checkbox {
    padding-left: 0;
}
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
    margin-left: 10px;
}
.checkbox, .radio {
    margin-left: 29px;
}

input.req_field, select.req_field, label.req_field, textarea.req_field {
	background-color:#FF3;
	 color:#000;
	 }

.form-wrap, .form_wrap {
    margin-bottom: 30px;
}
.form-submit, .form_submit {
    font-size: 85%;
}
.form_submitting img {
    margin-right: 6px;
}
fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.form .text {
    width: 100%;
}
input[type="text"]:disabled {
    color: #dddddd;
	border-color:#ddd;
}
.button, .small_button, .submit-button, .success-button, .submit-link, .tag-list li a {
    background-color: #0c96d4;
    border: 0 none;
    border-radius: 0;
    color: #fefefe;
    cursor: pointer;
    display: inline-block;
    font-family: "HelveticaNeueLTStd77BdCn",Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.25;
    padding: 10px 17px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: normal;
}
.button a, .small_button a, .submit-button a, .success-button a, .submit-link a, .tag-list li a a {
    color: #fefefe;
}
.button:hover, .small_button:hover, .submit-button:hover, .success-button:hover, .submit-link:hover, .tag-list li a:hover {
    background-color: #70aec1;
    color: #fefefe;
}
.button:hover a, .small_button:hover a, .submit-button:hover a, .success-button:hover a, .submit-link:hover a, .tag-list li a:hover a {
    color: #fefefe;
}
.button:active, .small_button:active, .submit-button:active, .success-button:active, .submit-link:active, .tag-list li a:active {
    background-color: #0c96d4;
}
.button, .submit-button, .success-button, .submit-link {
    margin-top: 1.5rem;
}
.form .button, .form .submit-button, .form .submit-link {
    margin-top: 10px;
}
.button + .button {
    margin-left: 5px;
}

#body {
    position: relative;
}
.width-container {
    padding-left: 7%;
    padding-right: 7%;
    width: 100%;
}
.width-container.main {
    background: #fefefe none repeat scroll 0 0;
    color: #484848;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
}
.width-container.main.homepage {
    background: transparent none repeat scroll 0 0;
    color: #484848;
    padding-bottom: 0;
    padding-top: 0;
}
.width-container.main.homepage > div > h2.headline {
    color: #484848;
}
.width-container.main h1, .width-container.main h2, .width-container.main h3, .width-container.main h4, .width-container.main h5, .width-container.main h6 {
    color: #484848;
}
.width-container.main label.checkbox, .width-container.main label.radio {
    color: #484848;
}
.width-container.main .headline h2 a, .width-container.main #headline h2 a, .width-container.main h2.headline a, .width-container.main h4.excerpt-title a {
    color: #484848;
}
.width-container.main .participate h1, .width-container.main .participate h2, .width-container.main .participate h3, .width-container.main .participate h4, .width-container.main .participate h5, .width-container.main .participate h6 {
    color: #484848;
}

.title {
    color: #484848;
    font-size: 32px;
}
.title a {
    color: #484848;
}

.headline, .content-block h2 {
    margin: 15px 0;
}
.headline:first-child {
    margin-top: 0;
}
h1.headline, .content-block h2 {
    line-height: 1.2;
}
h1.headline:after, .content-block h2:after, h4.excerpt-title::after{
    background: #0c96d4 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 6px;
    width: 32px;
}
.content-block h2 a {
    color: #484848;
}
h4.excerpt-title {
    margin: 30px 0 1em;
	/*text-transform:uppercase;*/
	font-size: 1.9em;
    line-height: 1.2;
}
h4.excerpt-title::after {
    margin-top: 7px;
}

.content-block p, .content-block ul, .content-block ol, article p, article ul, article ol {
    margin: 0.75em 0 1em;
}

#content .intro {
    margin-bottom: 30px;
}
.main-container {
    position: relative;
    z-index: 5;
}
.menu-link {
    background-color: #0c96d4;
    height: calc(100% - 9px);
    margin-left: -8.13953%;
    position: absolute;
    width: calc(68px + 8.13953%);
}
.menu-link .icon-menu {
    color: #fefefe;
    font-size: 32px;
    height: 32px;
    text-align: center;
    width: 45px;
}

 
footer {
    background: #cecfc3 none repeat scroll 0 0;
    color: #484848;
    padding: 25px 0;
    position: relative;
    z-index: 1;
/*	font-size:0.8em;*/
}
footer p {
    margin: 0 0 1em;
	line-height:1.4;
}

footer i {
	font-size:0.9em;
	font-weight:700;
}

footer .row-fluid::after {
    margin: 0;
}
footer .row-fluid [class*="span"] {
    min-height: 0;
}
footer .footer-right {
    margin-top: 15px;
}
footer a {
    color: #588da6;
}
.footer-supporter-tiles-wrap h4 {
    color: #fefefe;
    margin-bottom: 0.2em;
}
.footer-content, .footer-social-links {
    padding-top: 30px;
}
.form-submitting {
    padding: 15px 7px 0 0;
}
.form-submitting img {
    margin-right: 6px;
}

.mobile-visible {
    display: block;
}
.desktop-visible {
    display: none;
}

.nowrap {
    white-space: nowrap;
}
.inline-block {
    display: inline-block;
}

span.required {
    color: #cc0000;
    margin: 0 0 0 2px;
}

/***********************************************************************************
********************************* Submit Buttons  **********************************
************************************************************************************/

a:focus
{
-moz-outline-style: none;
outline:none;
}

#icons {
}
#icons a:link, #icons a:visited {
    background-color: #309867;
    color: #ffffff;
    display: block;
    float: right;
	font-size:2em;
    margin: 0 0 0 20px;
    padding: 10px 35px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.4s ease-out 0s;
}
#icons a.submitBtn:hover, #icons a.submitBtn:active {
    background-color: #006837;
}
#icons a.saveBtn:link, #icons a.saveBtn:visited {
    background-color: #fff;
    color: #999;
    transition: color 0.4s ease-out 0s;
}
#icons a.saveBtn:hover, #icons a.saveBtn:active {
    color: #f00;
}
#icons a.inactiveBtn:link, #icons a.inactiveBtn:visited {
    background-color: #e5e5e5;
    color: #333;
}
#icons a.deleteBtn:link, #icons a.deleteBtn:visited {
    background-color: #cc0000;
}
#icons a.deleteBtn:hover, #icons a.deleteBtn:active {
    background-color: #990000;
}
#icons a.cancelBtn:link, #icons a.cancelBtn:visited {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #cc0000;
    padding: 10px 15px;
}
#icons a.cancelBtn:hover, #icons a.cancelBtn:active {
    color: #990000;
}

/* TEST input submit */
#icons input[type="submit"] {
    background-color: #309867;
    color: #ffffff;
    display: block;
    float: right;
	font-size:2em;
    margin: 0 0 0 20px;
    padding: 10px 35px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.4s ease-out 0s;
	border-color:#309867;
}
#icons input.submitBtn:hover, #icons input.submitBtn:active {
    background-color: #006837;
	cursor:pointer;
}
#icons input.submitBtn:focus {
    background-color: #ff3;
	border-color:#333;
	color:#333;
}

/***********************************************************************************
********************************* GOV.uk input styling  ****************************
************************************************************************************/

.form-radio {
  display: block;
  margin: 10px 0; }
  .form-radio input {
    margin: -4px 5px 0 0;
    vertical-align: middle; }

.form-checkbox {
  display: block;
  margin: 15px 0; }
  .form-checkbox input {
    margin: -2px 5px 0 0;
    vertical-align: middle; }
	
.form-date .form-group {
/*  clear: none;
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
  width: 50px;*/
   }

.form-date .form-group label {
  display: block;
  margin-bottom: 5px; }

.form-date .form-group-day {
  width: 22%;
  margin-right:2%;
	padding: 13px 4px;
  }
.form-date .form-group-month {
  width: 42%;
  margin-right:2%;
  }

.form-date .form-group-year {
  width: 48%;
  }


.block-label {
  background: none repeat scroll 0 0 #dee0e2;
  border: 1px solid #dee0e2;
  clear: left;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
	  font-size:1.6rem;
  padding: 18px 30px 15px 55px;
/*  padding:4% 2% 3% 45px;*/
  position: relative; }
  @media only screen and (min-width: 640px) {
    .block-label {
	  font-size:1.6rem;
  padding: 18px 30px 15px 45px;}
  }

.block-label input {
  cursor: pointer;
  left: 15px;
  position: absolute;
  top: 18px; }
  .block-label input:hover {
    border-color: #0b0c0c; }

.inline .block-label {
  clear: none;
  margin-right: 2%;
  width:46%;
  float: left;}
  
  span.form-hint {
    color: #cc0000;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 10px;
    text-transform: none;
	clear:both;
}

/*
label.label-hint:hover:after {
background: yellow none repeat scroll 0 0;
content: attr(title);
display: ruby-text-container;
left: 35px;
padding: 5px 10px;
position: absolute;
top: 13px;
width: 90%;
z-index: 999;
cursor: help;
}
*/

.highlight_warning {
	padding:10px;
	font-size:1.2em;
	background:#0c96d4;
	text-transform:none;
	text-align:center;
	color:white;
	font-weight:700;
}
/* -------------------------------------------------------------- 
  
   Grid Form: warning highlight + confirmation
   
-------------------------------------------------------------- */
.warning_block, .update_confirm {
  display: block;
  width: 100%;
/*  padding: 10px;*/
  font-weight: 600;
  text-align: center;
  clear: both;
  color: #000; }
 

@-webkit-keyframes myHide {
  0% {
    opacity: 0.85; }

  100% {
    opacity: 0; } }

@-moz-keyframes myHide {
  0% {
    opacity: 0.85; }

  100% {
    opacity: 0; } }

@-o-keyframes myHide {
  0% {
    opacity: 0.85; }

  100% {
    opacity: 0; } }

@keyframes myHide {
  0% {
    opacity: 0.85; }

  100% {
    opacity: 0; } }
	
/*target iphone screen */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 640px)
  and (-webkit-min-device-pixel-ratio: 2) {

input[type="radio"], input[type="checkbox"] {
	transform: scale(1);
}
.block-label {
	  font-size:1.4em;
	  font-weight:700;
  padding: 18px 30px 15px 65px;}
  .block-label input {
  top: 12px;
  height:20px;
  }
}


/***********************************************************************************
********************************* GOV.uk + HUGE styling  ***************************
************************************************************************************/
/* inline notice */
.info-notice::after, .info-notice::before  {
    clear: both;
    content: "";
    display: block;
}
.content-block p + .info-notice, article p + .info-notice {
    margin: 2em 0;
}
.content-block .info-notice, article .info-notice {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-left: 10px solid #bfc1c3;
    margin-bottom: 1em;
    padding: 0.2em 0 0.2em 2.5em;
	width:95%;
    clear: both;
}

.content-block .wrn-notice, article .wrn-notice {
    /*background: rgba(255, 226, 0, 1) none repeat scroll 0 0;
    border-left: 10px solid rgba(154,0,3,1.00);
	padding: 3em 0 3em 2em;
	
    background: rgba(113, 56, 156, 1.00) none repeat scroll 0 0;
    border-left: 10px solid rgba(256, 206, 59,1.00);
	color: #fff;
	*/
    border: 10px solid rgba(113, 56, 156, 1.00);
	padding: 3em 2em;
	width:100%;
}

ul.list_notice {
	font-size:1.6em;
	list-style:none;
	margin:0.5em 0 1em;
    padding: 0.2em 0 0.2em 2.5em;
	width:95%;
    clear: both;
	font-weight:700;
}
ul.list_notice  li {
	padding:2px 0 2px 0.75em;
	margin:0 0 0.5em;
	border-left: 10px solid #bfc1c3;
}

/* Breaadcrumbs */
#global-breadcrumb {
	margin:5px 0 15px 0;
}

#global-breadcrumb ol li {
    font-size: 16px;
    line-height: 1.25;
}
#global-breadcrumb ol li {
    background-image: url("../../public/img/separator.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    float: left;
    font-family: "nta",Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14286;
    list-style: outside none none;
    margin-bottom: 0.4em;
    margin-left: 0;
    margin-right: 0.5em;
    padding-right: 1em;
    text-transform: none;
}

#global-breadcrumb ol li:last-child {
    background-image: none;
    margin-right: 0;
}

#global-breadcrumb a {
	color: #0b0c0c;
}
#global-breadcrumb a:hover {
	color: #0c96d4;
}

/* related navigation */
.related h2 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 0.5em;
    margin-top: 0.3em;
    position: relative;
    text-transform: none;
}
.related-container {
    box-sizing: border-box;
    margin-top: 33px;
    padding: 0 15px;
}
.related {
    border-top: 10px solid #0c96d4;
    padding-top: 5px;
}

.md_related {
	border-top-color:#f9cf1a;
}
.related ul {
    font-size: 1.6em;
    line-height: 1.25;
}
.related ul {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.14286;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-transform: none;
}
.related li {
    margin-bottom: 0.75em;
    padding-left: 0;
}
.group::before, .group::after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}

/* desktop nav */
div.nav-desktop {
	float: right;
    width: 65%;
	z-index:2000;
	margin: 4% 0 0;
}

.nav-desktop ol {
	float: right;
    margin: 5% 0 0;
}

.nav-desktop ol li {
	float: left;
    margin: 0 5px 0 0;
    text-align: center;
	}

body > nav div.nav-desktop li a {
    color: rgba(255, 255, 255, 1);
    font: 100 2em/1.2 "HelveticaNeueLTStd77BdCn",Helvetica,sans-serif;
    padding: 8px 10px;
    width: 100%;
	border-bottom: 2px solid rgba(0, 152, 212,0);
}
body > nav div.nav-desktop li a:hover, body > nav div.nav-desktop li.selected a {
	border-bottom: 10px solid rgba(255, 255, 255, 1);
	background:none;
}
/* Participants list Tick Boxes */
#header_titles {
    clear: both;
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0 0 20px;
    width: 100%;
}
#header_titles li {
    float: left;
    margin: 0 1em 0 0;
    padding: 0;
}
#header_titles .block-label {
    background: #dee0e2 none repeat scroll 0 0;
    border: 1px solid #dee0e2;
    clear: left;
    cursor: pointer;
    display: block;
    float: none;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 18px 30px 15px 55px;
    position: relative;
}
#header_titles label.checked {
    background: #09b552 none repeat scroll 0 0;
    color: #fff;
}

/* APP BLOCK */
div.app_block {
	width: 100%;
	display:block;
	/*border-left: 7px solid #e9e9e9;*/
}
div.app_block ul {
	display:table;
	padding:0;
	width:100%;
	margin:0;
	height:4em;
	font-size:1.75em;
	overflow:hidden;
}
div.app_block:nth-of-type(2n+1) {
	background-color:#e9e9e9;
/*	border-left-color:#d3d3d3;*/
}
div.app_block ul li {
	display:table-cell;
	vertical-align:middle;
	padding:0;
	text-align:left;
}
 div.app_block ul li.action_link {
	width:9%;
	text-align:center;
      height: 100%;
	  overflow:hidden;
}
div.app_block ul li.t_title{
	width:80%;
	font-weight:700;
	padding: 0 0 0 1em;
}


div.app_block ul li.p_title{
	width:45%;
	font-weight:700;
	padding: 0 0 0 1em;
}


div.app_block ul li.p_data{
	min-width:5%;
	font-weight:700;
	padding: 0;
	text-align:center;
}


div.app_block ul li.e_title{
	width:45%;
	font-weight:700;
	padding: 0 0 0 1em;
}


div.app_block ul li.e_time{
	min-width:5%;
	font-weight:700;
	padding: 0;
	text-align:center;
	font-size:0.75em;
}

div.app_block ul li span{
	font-size:0.75em;
	font-weight:100;
	color:#999;
	display:block;
}

div.app_block ul li span.ns_three{
      padding: 0.5em 0.6em 0;
      position: relative;
      text-align: center;
        border-bottom: 0.4em solid #ffbf40;
        background-color: #ffbf40;
		color:#333;
		line-height:0.75em;
		top: -1.25em;
}

div.app_block ul li.action_link [data-icon]:before {
        font-family: 'themify';
        font-size: 2em;
        line-height: 2em;
      content: attr(data-icon);
/*  	content: '\e600';*/
	}
div.app_block ul li.action_link a:link, div.app_block ul li.action_link a:visited {
       color: #666666;
   /* float: left;*/
    height: 100%;
    margin: 0 auto;
    text-decoration: none;
    width: 100%;}
div.app_block ul li.action_link a:hover, div.app_block ul li.action_link a:active {
        color: #fff; }
div.app_block ul li.action_link:hover, div.app_block ul li.action_link:hover span {
        background-color: #3fa9f5;
		color: #fff;
		cursor:pointer;
	}
/* Rotating icon */
div.app_block ul li.action_link a:link, div.app_block ul li.action_link a:visited {
	transform:rotate(0deg);
}
div.app_block ul li.action_link a.closeIcon:link, div.app_block ul li.action_link a.closeIcon:visited {
    color: #cc0000;
	transform:rotate(45deg);
}
div.app_block ul li a.closeIcon span {
    color: #990000;
}

div.app_block ul li.action_link:hover a.closeIcon span {
        background: none;
}

div.caseDetailBlock  {
	width: 100%;
	margin:0;
}
div.caseDetailBlock p {
	font-size:1.2rem;
}

div.caseDetailBlock form {
	clear:both;
	padding: 0 0 45px;
}
div.caseDetailBlock #icons {
	display:inherit;
}

div.caseDetailBlock aside.sectionIcon {
      text-align: center;
	width:50px;
	display:table-cell;
	float:right;
	vertical-align:middle;
	padding:0;
	position:relative;
	top:0em;
	right:1.4em;
}
	div.caseDetailBlock aside.sectionIcon [data-icon]:before {
        font-family: 'themify';
        font-size: 2em;
        line-height: 2em;
      content: attr(data-icon);
/*  	content: '\e600';*/
	}
div.caseDetailBlock aside.sectionIcon a:link, div.caseDetailBlock aside.sectionIcon a:visited {
       color: #F00;
    height: 100%;
    margin: 0 auto;
    text-decoration: none;}
div.caseDetailBlock aside.sectionIcon a:hover, div.caseDetailBlock aside.sectionIcon a:active {
        color: #990000; }
div.caseDetailBlock aside.sectionIcon:hover, div.caseDetailBlock aside.sectionIcon:hover span {
  /*      background-color: #F00;
		color: #fff;
		cursor:pointer;*/
	}

/************************************ OPEN: How + Signup *************************/
ol.hot_to_list {
	list-style-type:upper-roman;
	font-size:1.5rem;
	margin: 0 0 0 1em;
}
ol.hot_to_list li {
	padding:0.25em 1em;
}

ol.hot_to_list i {
	color:#d93d59;
}


.warningBox {
	width:100%;
	text-align:center;
	background-color:#FC0;
	display:inline-block;
	padding:20px 10px 10px;
	margin:0 0 15px;
}
.warningBox p {
	font:400 1.4rem/1.1 "Courier New", Courier, monospace;
	color:#333;
	margin:0 0 15px;
}

.warningBox h2 {
	font:700 1.7em/1.4 "Courier New", Courier, monospace;
	color:#000;
}

/************************************ highlight animation *************************/
@-webkit-keyframes highlight {
  0% {
    background-color: #ffff00; }

  65% {
    background-color: #e9e9e9; }

  100% {
    background-color: #e9e9e9; } }

@-moz-keyframes highlight {
  0% {
    background-color: #ffff00; }

  65% {
    background-color: #e9e9e9; }

  100% {
    background-color: #e9e9e9; } }

@-o-keyframes highlight {
  0% {
    background-color: #ffff00; }

  65% {
    background-color: #e9e9e9; }

  100% {
    background-color: #e9e9e9; } }

@keyframes highlight {
  0% {
    background-color: #ffff00; }

  65% {
    background-color: #e9e9e9; }

  100% {
    background-color: #e9e9e9; } }
	
	  @media only screen and (max-width: 640px) {
	   div.nav-desktop {
	  display:none;
	}
 div.app_block ul li.action_link {
	width:15%;
}
div.app_block ul li.t_title{
	width:75%;
}

div.app_block ul li.p_data{
	 /* display:none;*/
	}
	
label.label-hint:hover:after {
left: 45px;
}
  }

@media only screen and (min-width: 641px) and (max-width: 768px) {
	div.nav-desktop {
	  display:none;
	}
div.app_block ul li.p_title{
	width:55%;
}
 div.app_block ul li.action_link {
	width:10%;
}
}


#who_why div.row-fluid:nth-of-type(2n) {
    background: #f5f5f5;
} 


/*
Three colour coding.
span.ns_activity: #ffbf40;
span.ns_exercise: #86ffb9;
span.ns_fall: #fe6330
*/