@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
@import url(normalize.min.css);

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
textarea {
    color: #222;
    -webkit-appearance: none;
    outline: none;
}

input[type="radio"] {
	-webkit-appearance: radio;
	margin: 0 10px 0 2px;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

select {
	-webkit-appearance: menulist-button;
	border: 1px solid #C6C6C6;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #F1C232;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #F1C232;
    text-shadow: none;
    color: #fff;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    background: #ccc;
    color: #000;
    margin: 0.2em 0;
    padding: 0.2em 0;
}

input, select, textarea {
	font-family: "source sans pro", sans-serif;
}


/* ==========================================================================
   Project styles
   ========================================================================== */

/* TYPOGRAPHY */


/* OBJECT ORIENTED */

a {
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: #6b077b;
}

a:hover {
    color: #f0a200;
}

strong {
    font-weight: bold;
    font-weight: normal;

}

.full-animate {
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.background-animate {
	-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
}

.opacity-animate {
	-webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.shadow-animate {
	-webkit-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
}

.width-animate {
	-webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}

.centre {
    text-align: center;
}

.button {
    display: inline-block;
	-webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    padding: 10px;
    font-size: 1.1em;
    color: #fff;
    background: #6b077b;
    border-radius: 50px;
    border: 4px solid #87099b;
	-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out;
    transition: background .3s ease-in-out, border-color .3s ease-in-out;
    max-width: 100%;
    cursor: pointer;
}

.button:hover {
    background: #87099b;
    color: #fff;
}

.button-disabled {
    background: #eeeeee;
    border-color: #dddddd;
    color: #cccccc;
    cursor: default;
}

.button-disabled:hover {
    background: #eeeeee;
    border-color: #dddddd;
    color: #cccccc;
    cursor: default;
}

.cta {
    display: inline-block;
	-webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    color: #fff;
    background: #6b077b;
    border-radius: 50px;
    border: 4px solid #87099b;
	-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out;
    transition: background .3s ease-in-out, border-color .3s ease-in-out;
    max-width: 100%;
	padding: .4em .8em;
	font-size: 1em;
}

.cta:hover {
    background: #87099b;
    color: #fff;
}

.cta img {
	position: relative;
	bottom: .25em;
	margin-left: .4em;
}

.content_button {
    margin: 1em 0 2em;
}

.button-spaced {
    margin: 30px 20px;
    font-size: 1.3em;
}

.button.subtext {
    padding: 5px 10px;
    margin-top: 5px;
}

.button.fullwidth {
	width: 95%;
	text-align: center;
}

.form {
	margin: 1em 0;
}

.field, .text, textarea {
	background: #f4f4f4;
	border: 1px solid #c6c6c6;
	border-radius: 6px;
	padding: 5px 6px;
}

.field-list label input[type='checkbox'], .field-list label input[type='radio'] {
    width: auto;
    float: none;
    margin: 10px
}

.boxed {
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #eeeeee;
    border: 4px solid #999999;
    overflow: auto;
}

.boxed__muted {
	padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	border: 2px dashed #cdcdcd;
	background: #f6f6f6;
}

.questions .boxed__muted {
	margin: 1em 0;
}

.standout {
    background: #6b077b;
    border-color: #87099b;
    color: #fff;
}

.shadow {
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.26);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.26);
    box-shadow: 0 0 4px rgba(0,0,0,0.26);
}

.inner-shadow {
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.3);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.3);
}

.subtext {
    font-size: .85em;
}

.liner-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.liner-links li {
    float: left;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
}

.liner-links a {
    display: block;
}

.link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.link-list li {
    font-size: 1.1em;
    padding-left: 30px;
    background: url('../css_img/circle.png') no-repeat left 4px;
    margin-bottom: 10px;
}
.link-list a.email {
    word-wrap: break-word;
}

.no-list {
	list-style: none;
	padding-left: 0;
}

.no-list strong {
	font-weight: bold;
}

.inline-list-block li {
	display: inline-block;
    width: 100%;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.float-left, .float_left {
    float: left;
    margin: 0 10px 10px 0;
}

.float-right, .float_right {
    float: right;
    margin: 0 0 10px 10px;
}

.image_centre img {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.imageCaption p {
	margin-bottom: 0.2em;
}

input {
	-webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    font-family: 'Source Sans Pro', sans-serif;
}

.warning, label strong {
    color: #f00;
}

input[type="button"] {
    -webkit-appearance: none;
}

input:focus {
	outline: none;
}

label input {
	margin-right: 10px;
}

.home .main-nav .mobile_only {
	display: none;
}

.desktop_only {
	display: none !important;
}

.mobile_only {
	display: inline-block;
}

legend {
	margin-bottom: 0.8em;
}

table {
	margin-bottom: 20px;
	table-layout: fixed;
	width: 100%;
	display: block;
    overflow-x: scroll;
}

table th, table td {
    padding: 5px;
	border: 1px solid #999999;
}

table th {
    font-weight: bold;
    color: #6b077b;
}

/*
table tr:first-child, table tr.first-child {
	font-weight: bold;
}
*/

.text-bigger {
	font-size: 1.1em;
}

.boxed-list {
	padding: 0;
	margin: 0;
}

.boxed-list li {
	list-style: none;
	border: 2px solid #cdcdcd;
	margin: 1em auto;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fafafa;
}

.boxed-list li p {
	margin: 0.8em 0;
}

.boxed-list img {
	display: block;
	text-align: center;
	margin: 1em auto;
}


/* MAIN CONTAINER */

body {
    font-family: 'Source Sans Pro', sans-serif;
    background: #eeeeee;
}

.container {
    max-width: 1124px;
    overflow: auto;
    width: 100%;
    margin: 0 auto;
    background: #FFF;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* HEADER */

header {
    margin: 0;
    overflow: hidden;
}

.container-row {
    margin-left: auto;
    margin-right: auto;
    max-width: 1124px;
    width: 100%;
    *zoom: 1;
}

.lt-ie9 .container-row {
    width: 1124px;
}

.container-row:before,
.container-row:after {
    content: " ";
    display: table;
}

.container-row:after {
    clear: both;
}

/* First row */

#first_row {
    background-color: #fafafa;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.accessibility_block {
    box-sizing: border-box;
    display: none;
    float: left;
    padding-right: 2%;
    padding-left: 2%;
    width: 25%;
    visibility: hidden;
}

.lt-ie9 .accessibility_block {
    display: block;
    margin-right: 20%;
    width: 20%;
    visibility: visible;
}

a.accessibility_block {
    color: #414141;
    font-size: 1.1em;
    text-decoration: none;
}

.accessibility_block p {
    letter-spacing: .5px;
    margin-bottom: .25em;
    margin-top: .9em;
}

.pay_block {
    background-color: #fff;
    box-sizing: border-box;
    display: inline;
    float: left;
    padding-left: 1.5%;
    padding-right: 1.5%;
    width: 33.33%;
}

.lt-ie9 .pay_block {
    padding-left: 2%;
    padding-right: 2%;
    width: 20%;
}

.pay_block img {
    float: right;
    height: 24px;
    margin-top: .5em;
    width: 24px;
}

.pay_block h3 {
    color:#ff5f35;
    font-size: 1.25em;
    font-weight: bold;
    margin: .5em 0;
}

a.pay_block {
    color:#ff5f35;
    font-size: .8em;
    text-decoration: none;
}

.pay_block p {
    margin-bottom: .5em;
    margin-top: 0;
}

.pay_block:focus,
.pay_block:hover {
    background-color: #eee;
}

.register_block {
    background-color: #fbe9e7;
    box-sizing: border-box;
    display: block;
    float: left;
    padding-left: 1.5%;
    padding-right: 1.5%;
    width: 33.33%;
}

.lt-ie9 .register_block {
    padding-left: 2%;
    padding-right: 2%;
    width: 20%;
}

.register_block img {
    float: right;
    height: 24px;
    margin-top: .5em;
    width: 24px;
}

.register_block h3 {
    color:#ff5f35;
    font-size: 1.25em;
    font-weight: bold;
    margin: .5em 0;
}

a.register_block {
    color: #ff5f35;
    font-size:.8em;
    text-decoration: none;
}

.register_block p {
    margin-bottom: .5em;
    margin-top: 0;
}

.register_block:focus,
.register_block:hover {
    background-color: #ffccbc;
}

.sign_in_block {
    background-color:#ff5f35;
    box-sizing: border-box;
    display: inline;
    float: left;
    padding-left: 1.5%;
    padding-right: 1.5%;
    width: 33.33%;
}

.lt-ie9 .sign_in_block {
    padding-left: 2%;
    padding-right: 2%;
    width: 20%;
}

.sign_in_block img {
    height: 24px;
    float: right;
    margin-top: .5em;
    width: 24px;
}

.sign_in_block h3 {
    color: #fff;
    font-size: 1.25em;
    font-weight: bold;
    margin: .5em 0;
}

a.sign_in_block {
    color: #fff;
    font-size: .8em;
    text-decoration: none;
}

.sign_in_block p {
    margin-bottom: .5em;
    margin-top: 0;
}

.sign_in_block:focus,
.sign_in_block:hover {
    background-color: #f4511e;
}

@media only screen and (min-width: 750px) {
    .accessibility_block {
        display: block;
        visibility: visible;
    }

    .pay_block {
        padding-left: 2%;
        padding-right: 2%;
        width: 25%;
    }

    .pay_block img {
        height: 28px;
        width: 28px;
    }

    .register_block {
        padding-left: 2%;
        padding-right: 2%;
        width: 25%;
    }

    .register_block img {
        height: 28px;
        width: 28px;
    }

    .sign_in_block {
        padding-left: 2%;
        padding-right: 2%;
        width: 25%;
    }

    .sign_in_block img {
        height: 28px;
        width: 28px;
    }
}

@media only screen and (min-width: 870px) {
    .accessibility_block {
        margin-right: 20%;
        width: 20%;
    }

    .pay_block {
        width: 20%;
    }

    .sign_in_block {
        width: 20%;
    }

    .register_block {
        width: 20%;
    }
}

/* Second row */

#second_row {
    background-color: #6b077b;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.logo_block {
    box-sizing: border-box;
    float: left;
    padding-right: 2%;
    padding-left: 2%;
    width: 30%;
}

.lt-ie9 .logo_block {
    padding: .5em 2% 1.5em;
    width: 17.5%;
}

.logo_block img {
    margin-bottom: 1.2em;
    margin-top: 1.2em;
    max-width: 80px !important;
    width: 100%;
}

.lt-ie9 .logo_block img {
    height: 52px;
    margin-bottom: 0;
    max-width: inherit !important;
    width: 150px;
}

.search_block {
    box-sizing: border-box;
    display: inline;
    float: left;
    padding-right: 2%;
    padding-left: 2%;
    width: 50%;
}

.lt-ie9 .search_block {
    width: 30%;
}

form.main-search {
    height: 48px;
    margin: 10px 0 0;
    padding: 0;
    width: 180px;
}

.lt-ie9 form.main-search {
    margin: 1.7em 0 0;
    width: 100%;
}

input.main-search-input {
    border: 2px solid #a30bbb;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    font-size: 1em;
    height: 42px;
    margin-top: .9em;
    padding: .5em 2.5em .5em .5em;
    width: 95%;
}

.lt-ie9 input.main-search-input {
    width: 275px;
}

input.main-search-button {
    background: url('../css_img/icon_search.png') no-repeat;
    border-style: hidden;
    display: block;
    height: 32px;
    margin: 0;
    padding: 0;
    position: relative;
    right: -132px;
    top: -37px;
    width: 32px;
}

.lt-ie9 input.main-search-button {
    right: -236px;
}

input.main-search-button:focus,
input.main-search-button:hover {
    opacity: 0.8;
}

input.main-search-input:focus,
input.main-search-input:hover {
    opacity: 0.9;
}

img {
    height: auto !important;
    max-width: 100% !important;
}


@media screen and (min-width: 550px) {
    .logo_block {
        width: 20%;
    }

    .logo_block img {
        max-width: 150px !important;
    }

    form.main-search {
        width: 330px;
    }

    input.main-search-input {
        margin-top: .75em;
    }

    input.main-search-button {
        right: -272px;
    }
}

@media screen and (min-width: 875px) {
    .logo_block {
        padding: .5em 2% 1.5em;
        width: 17.5%;
    }

    .logo_block img {
        margin-bottom: 0;
    }

    .search_block {
        width: 30%;
    }

    form.main-search {
        margin: 1.7em 0 0;
        width: 100%;
    }

    input.main-search-input {
        width: 275px;
    }

    input.main-search-button {
        right: -236px;
    }
}

/* Nav */

.nav-collapse {
    width: 100%;
}

.lt-ie9 .nav-collapse {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    width: 52.5%;
}

.nav-collapse ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
}

.lt-ie9 .nav-collapse ul {
    float: right;
}

.nav-collapse li {
    overflow: visible;
}

.lt-ie9 .nav-collapse li {
    display: block;
    float: left;
    font-size: 1em;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    width: 33%;
}

.nav-collapse p {
    margin: .5em 0;
}

.nav-collapse a {
    color: #fff;
    display: block;
    font-size: 1.2em;
    line-height: 1.8em;
    padding: .5em;
    text-decoration: none;
}

.lt-ie9 .nav-collapse a {
    display: block;
    text-align: center;
}

.nav-collapse img {
    margin-right: .5em;
    position: relative;
    top: -.125em;
    width: 36px;
}

.nav-collapse a:hover {
    background-color: #87099b;
}

.js .nav-collapse {
    clip: rect(0 0 0 0);
    display: block;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    zoom: 1;
}

.js.lt-ie9 .nav-collapse {
    max-height: 300px;
}

.nav-collapse.opened {
    max-height: 9999px;
    width: 100%;
}

.disable-pointer-events {
    pointer-events: none !important;
}

.nav-toggle {
    color: rgba(0,0,0,0);
    display: block;
    height: 48px;
    position: relative;
    right: -85%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    top: -10px;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 48px;
}

.lt-ie9 .nav-toggle {
    display: none;
}

.nav-toggle a {
    color: #fff;
}

.nav-toggle:before {
    background: url('../css_img/icon_menu.png') no-repeat;
    color: rgba(0,0,0,0);
    content: '☰';
    display: block;
    line-height: 55px;
    margin-top: 20px;
    speak: none;
    text-indent: 0;
    text-transform: none;
    width: 100%;
}

.nav-toggle.active::before {
    background: url('../css_img/icon_close.png') no-repeat;
    color: rgba(0,0,0,0);
    content: 'x';
    display: block;
    position: relative;
}

@media screen and (min-width: 875px) {
    .js .nav-collapse {
        position: relative;
    }

    .js .nav-collapse.closed {
        max-height: none;
    }

    .nav-toggle {
        display: none;
    }

    .nav-collapse {
        display: block;
        float: right;
        margin: 0;
        padding: 0;
        width: 52.5%;
    }

    .nav-collapse ul {
        float: right;
        list-style: none;
        margin: 0;
        padding: 0;
        width: auto;
    }

    .nav-collapse li {
        display: block;
        float: left;
        font-size: 1.1em;
        line-height: 1.5;
        margin: 0;
        padding: 0;
    }

    .nav-collapse p {
        margin: 0;
        padding: 0;
        position: relative;
    }

    .nav-collapse a {
        border-style: none;
        color: #fff;
        font-size: 1em;
        margin: 0;
        padding: 2em 1em;
        text-decoration: none;
        -webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out;
        transition: background .3s ease-in-out, border-color .3s ease-in-out;
    }

    .nav-collapse img {
        margin-right: .5em;
        position: relative;
        top: -.125em;
        width: 36px;
    }

    .nav-collapse a:hover {
        background-color: #87099b;
        color: #fff;
        text-decoration: none;
    }
}

/* BODY */

.home .announcement {
    margin-bottom: 0.5em;
}

.announcement {
    padding: 1em;
    background: #6b077b;
    color: #FFF;
    border: 4px solid #87099b;
}

.announcement h2 {
    margin-top: 0;
    margin-bottom: 0.2em;
}
.announcement p {
    padding: 0.4em 0;
    margin: 0;
}

.main h1 {
    font-size: 2.4em;
    text-align: center;
    font-weight: 300;
    margin: 20px 0 10px 0;
    line-height: 1.1em;
}

.breadcrumb {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
    overflow: auto;
    clear: both;
}

.breadcrumb li {
    float: left;
    margin-right: 10px;
}

.breadcrumb a {
    background: url('../css_img/arrow-small.png') no-repeat center right;
    padding-right: 20px;
}

.content {
    overflow: auto;
    width: 100%;
    margin-bottom: 20px;
}

.content.content-fullwidth {
    width: 100%;
    clear: both;
}

.secondary-col {
    width: 100%;
    margin-bottom: 20px;
}

.secondary-col h2 {
	margin-top: 0;
}

.row-divider {
	overflow: hidden !important;
}

.row-divider {
    display: block;
    padding-left: 2%;
    clear: both;
    overflow-x: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.row-divider.boxed {
    border: 0px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.row-divider:last-child, .row-divider.last-child {
    border-bottom: none;
}

.new-widget {
    margin-bottom: 15px;
    display: block;
}

.width-33, .width-25, .width100 {
    width: 100%;
}

.landing .width-33, .home .width-33 {
    margin-right: 2%;
    float: left;
    width: 31%;
}

.landing .width-33 {
    margin-right: 0%;
    float: left;
    width: 100%;
}

.home .width-25 {
    margin-right: 2%;
    float: left;
    display: block;
    margin-bottom: 0;
    width: 48%;
    font-size: .9em;
}

.home .width-25:nth-of-type(3) {
	clear: left;
}

.home .width-16, .home .width-17 {
	width: 48%;
	float: left;
	display: block;
	margin-bottom: 0;
	font-size: .8em;
}

.home .width-16:nth-child(odd), .home .width-16.nth-chd-odd {
	clear: left;
}

.width-16 .icon-link img {
	width: 60%;
}

.icon-link {
    text-align: center;
    display: block;
    color: #444444;
    padding: 10px;
    border-radius: 10px;
    width: 85%;
    margin: 0 auto;
    text-shadow: 0px 1px 0px #fff;
    position: relative;
}

.icon-link h2, .icon-link h3 {
    line-height: 1.3em;
}

.icon-link:hover {
    background: #eeeeee;
    color: #6b077b;
}

.icon-link img {
    width: 80%;
    max-width: 90px;
}

.icon-link-main {
    border-radius: 4px;
    border-width: 3px;
    border-bottom-width: 10px;
    border-radius: 10px;
}

.icon-link-main:hover {
    background: #fff;
}

.icon-link-main h2 {
    font-size: 1.2em;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
}

.icon-link h3 {
    font-weight: 300;
}

.more-services-showhide,
.show-hide-services {
    margin: 10px auto;
    display: block;
    width: 190px;
    text-align: center;
    clear: both;
}

.more-services-showhide.active,
.show-hide-services.active {
    background: #87099b;
}

.more-services {
    padding: 10px 0;
    text-align: center;
    overflow: auto;
}

.more-services .icon-link {
    margin: 0 4% 0 0;
    display: inline-block;
    text-align: center;
}

.more-services .icon-link:nth-child(odd), .more-services .icon-link.nth-chd-odd {
    clear: left;
}

.more-services .icon-link img {
	width: 34%;
    float: none;
    display: inline;
}

.more-services .icon-link h3 {
    text-align: center;
    margin-top: 10px;
}

.button-widget {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
}

.nav-widget li {
    width: 100%;
    padding-right: 1.5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.nav-widget li:nth-child(5), .nav-widget li:nth-child(9), .nav-widget li.nth-chd-5, .nav-widget li.nth-chd-9 {
    clear: left;
}

.pages-in {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px dashed #eee;
    overflow: auto;
    padding-left: 35px;
}

.pages-in li {
    width: 95%;
    margin-right: 2.5%;
    margin-bottom: 10px;
}

.pages-in li a {
    display: block;
    padding: 0 1em 0 0;
}

.pages-in li:nth-child(odd), .pages-in li.nth-chd-odd {
	clear: left;
}

.half-sups .supplement {
	width: 100%;
}

.half-sups .supplement:nth-child(odd), .half-sups .supplement.nth-chd-odd {
	margin-left: 0;
	clear: left;
}

.half-sups .supplement:nth-child(even), .half-sups .supplement.nth-chd-even {
	margin-right: 0;
}

.half-sups .supplement {
	border: 0;
}

.supplement {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dashed #EEE;
}

.supplement:last-child, .supplement.last-child {
    border-bottom: 0px;
}

.contact-sup img {
	float: right;
	width: 40%;
	max-width: 115px;
}

.contact-sup strong {
	font-weight: bold;
}

.pagination {
    overflow: auto;
    margin: 20px 0;
}

.content_form {
	margin-bottom: 20px;
}

.content_form input[type="text"], .content_form input[type="password"] {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.content_form .content_field {
	padding: 5px;
}

.content_form textarea {
	width: 88%;
	display: block;
	box-sizing: border-box;
}

.url strong {
	font-weight: bold;
}

.content_field {
	margin: 10px 0;
}

.content_form strong {
	font-weight: bold;
}

.feat_wrap:first-of-type, .feat_wrap.first-of-type {
	border-top: 2px dashed #eeeeee;
	padding: 1em 0 0 0;
}

.feat_wrap {
	margin: 1em 0;
	border-bottom: 2px dashed #eeeeee;
}

.feat_wrap img {
	float: left;
	margin-right: 10px;
}

.feat_wrap h2 {
	margin: 0 0 0em 0;
}

.feat_wrap h3 {
	margin: 0em 0 1.4em 0;
}

img, object {
	max-width: 100%;
}

object {
	width: 100%;
}

.alphabeticNav {
	padding-left: 0;
	text-align: center;
}

.alphabeticNav li {
	text-transform: uppercase;
	list-style: none;
	display: inline-block;
	margin: 5px 4px 0 0;
}

.alphabeticNav li span, .alphabeticNav li a {
	width: 10px;
	text-align: center;
}

.advanced_search {
	list-style-type: none;
	padding-left: 0;
}

.advanced_search .field {
	margin: 0.5em 0;
}

.advanced_search label {
	width: 50%;
}

.live-search {
	margin: 1em 0;
}

.url {
    color: #489818;
    font-size: .85em;
    margin: 0;
    word-break: break-all
}

.link-list li img {
    width: 23px;
    display: inline;
}

.content .link-list li img {
    float: right;
}

#az_live_find .field {
	width: 100%;
	margin-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.az_live_find .field {
	display: block;
	margin: 0.5em 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.az-results-list {
	margin-bottom: 20px;
}

.cookie-banner {
	margin: 15px;
	max-width: 1124px;
}

.lt-ie9 .cookie-banner {
    margin: 15px auto;
    width: 1124px;
}

.cookie-banner p {
    float: left;
    margin-right: 10px;
}

@media screen and (min-width: 1040px) {
    .cookie-accept {
        float: right;
    }
}

@media screen and (min-width: 1124px) {
    .cookie-banner {
        margin: 15px auto;
    }
}

#progressbar, .progressbar {
	background: #eee;
	height: 20px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#progressbar div, .progressbar div {
	height: 20px;
	background: #6b077b;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.required {
	font-size: 0.7em;
	background: #dadada;
	text-transform: uppercase;
	font-style: normal;
	padding: 0.1em 0.4em;
	font-weight: 600;
	border-radius: 4px;
	display: inline;
}

.middle_main {
    width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

#xfp .middle_main {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.xforms_main label {
	display: block;
	margin-bottom: 5px;
}

.xforms_main .xf_next {
	float: right;
}

.xforms_main .xf_prev {
	float: left;
}

.xf_bottom-nav {
	border-bottom: 2px dashed #eeeeee;
}

.documents_wrap {
	margin-bottom: 40px;
}

.documents_wrap .link-list {
	padding-left: 20px;
}

.calendarcontainer td, .eventCalendarWidget td {
	padding: 4px 6px;
	width: 14%;
	text-align: center;
}

.calendarcontainer tr:first-of-type td,
.eventCalendarWidget tr:first-of-type td,
.calendarcontainer tr.first-of-type td,
.eventCalendarWidget td.first-of-type td {
	background: #6b087b;
	color: #fff;
}

.calendarcontainer td a, .eventCalendarWidget td a {
	color: #fff;
    background: #6b077b;
    border-radius: 50px;
    border: 4px solid #87099b;
}

.calendarcontainer td.today, .eventCalendarWidget td.today {
	background: #eee;
}

.float-right.float-right_no-margin {
	margin: 0 0 10px;
}

#calendar {
	width: 100%;
}

#calendar caption {
	background: #6b077b;
	color: #fff;
	position: relative;
	padding: 0 5px;
	box-sizing: border-box;
}

#calendar tbody {
	border: 1px solid #eee;
}

#calendar tr:first-child, #calendar tr.first-child {
	background: #eee;
}

#calendar tr:nth-child(2), #calendar tr.nth-chd-2 {
	margin-top: 2px;
}

#calendar caption .nav {
	color: #F0A200;
	font-size: 1.4em;
	padding: 0 5px;
}

#calendar caption .nav-left {
	left: 5px;
}

#calendar caption .nav-right {
	right: 5px;
}

.whatson label {
	display: block;
}

.boxed.event_feat h2, .boxed.event_feat h3 {
	margin: 0 0 0.83em;
}

.boxed__muted.event_feat:last-of-type, .boxed__muted.event_feat.last-of-type {
	border-bottom: 2px dashed #cdcdcd;
}

.boxed__muted.event_feat {
	border-bottom: 2px dashed #cdcdcd;
}

.event_feat {
	border-bottom: 2px dashed #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.event_feat:last-of-type, .event_feat.last-of-type, .podcasts .feat_wrap:last-of-type, .podcasts .feat_wrap.last-of-type {
	margin-bottom: 20px;
	border-bottom: 0;
}

.event_feat p {
	margin: 0.2em 0;
}

.event_feat p.summary {
	font-size: 1.2em;
	margin: 1em 0 0.3em;
}

.event_feat p strong {
	font-weight: bold;
}

.field-list {
	list-style: none;
	padding-left: 0;
}

.field-list label {
	width: 30%;
	font-weight: bold;
	font-size: 1.1em;
	width: 100%;
	display: block;
	padding-bottom: 0.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.field-list label em {
	color: #888;
	font-size: 0.8em;
}

.field-list li {
	display: block;
	clear:both;
	margin: 2em 0;
}

.field-list input, .field-list textarea, .field-list select {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.field-list select {
	margin-left: 2px;
	width: 99%;
}

.field-list .button {
	width: 100%;
	margin-top: 20px;
}

.link-list.contact_list {
	border-bottom: 2px dashed #eee;
	margin: 1em 0;
	float: left;
	width: 100%;
	box-sizing: border-box;
}

.no-list.news li {
	border-bottom: 2px dashed #eee;
	margin: 0.3em 0;
	padding: 0 0 0.3em;
	overflow: auto;
	position: relative;
}

.no-list.news li:last-child {
	border-bottom: 0;
}

.no-list.news li p {
	font-size: 1.05em;
	width: 80%;
}

.no-list.news h2, .no-list.news .boxed__muted h3 {
	margin-top: 0 !important;
}

.no-list.news p:first-child {
	margin-top: 0;
}

.no-list.news h3, .no-list.news h2 {
	margin: 0.6em 0 0.3em;
}

.info {
	margin: 0.3em 0 0.8em 0;
	font-weight: bold;
	display: block;
}

.podcasts.info {
	margin: 0.2em 0;
}

.podcasts .feat_wrap p {
	margin-top: 0;
}

.podcasts .feat_wrap {
	border-top: 2px dashed #eee;
	border-bottom: 0;
	padding: 1em 0 0;
	margin-bottom: 0;
}

.no-list.news li p:first-of-type, .no-list.news li p.first-of-type {
	margin-top: 0;
}

.no-list.news .boxed__muted {
	padding: 0.8em !important;
	border-bottom: 2px dashed #cdcdcd !important;
}

.no-list .boxed__muted .feat_img {
	top: 0.8em;
	right: 0.8em;
}

.no-list li .feat-link {
	float: right;
	width: 13%;
	max-width: 250px;
}

.poll-form input {
	margin: 0.1em 5px;
}

.feat_img {
	max-width: 120px;
	width: 100%;
	height: auto;
}

.feat_img.bigger {
	max-width: 180px;
	width: 100%;
	height: auto;
}

.article.news {
	font-size: 1em;
}

.figcaption {
	word-wrap: break-word;
	width: 100%;
}

.article figcaption {
	color: #888;
	word-wrap: break-word;
}

.article iframe {
    border: none;
}

.text_align_left {
    text-align:left;
}

.text_align_right {
    text-align:right;
}

.text_align_center {
    text-align:center;
}

.indent {
    margin-left:20px;
}

.indent2 {
    margin-left:40px;
}

.byEditor strong {
    font-weight:bold;
}

.byEditor em {
    font-style:italic;
}

.underline_text {
    text-decoration:underline;
}

.strikethrough_text {
    text-decoration:line-through;
}

.underline_and_strikethrough_text {
    text-decoration:line-through underline;
}

.underline_text.strikethrough_text {
    text-decoration:line-through underline;
}

.byEditor sup,
.superscript_text {
    vertical-align:super;
}

.byEditor sub,
.subscript_text {
    vertical-align:sub;
}

.float_left {
    float:left;
}

.float_right {
    float:right;
}

.image_centre {
    margin:0 auto;
    display:block;
}

.byEditor abbr {
    border-bottom: 1px dotted #ccc;
    cursor: help;
}

.float_right.feat_img,
.figcaption.float_right {
	margin: 0.6em 0 1em 1em;
}

.figcaption img {
	width: 100%;
	max-width: none;
}

.download-item {
	margin-bottom: 40px;
}

.gallery_box {
	width: 100%;
	margin: 1em 0;
	overflow: auto;
	display: block;
}

.gallery-item.boxed__muted {
	margin-bottom: 30px;
}

.gallery-item {
	max-width: 100%;
	margin: 0.5em auto 2em;
	text-align: center;
}

.gallery-item img {
	margin: 0 auto;
}

.radioButtons label {
	display: block;
	margin: 0.2em 0.2em;
}

.gallery_box {
	margin: 1.5em 0 1.8em;
}

.gallery_box h3 {
	margin-top: 0;
}

.img_crop {
	display: block;
	float: left;
	margin-right: 10px;
}

.img_crop {
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.podcasts .img_crop {
	width: 140px;
	height: 140px;
}

.img_crop img {
	width: auto;
	height: 100%;
	margin: 0 -4%;
}

.podcasts {
	margin-bottom: 20px;
}

.podcasts .feat_wrap:first-of-type, .podcasts .feat_wrap.first-of-type {
	border-top: 0;
	padding-top: 0.5em;
}

.podcasts .no-list li h2 {
	margin: 0;
}

.podcasts .no-list li h3 {
	margin-bottom: 0.8em;
}

.podcasts .no-list .button {
	width: 88%;
	box-sizing: border-box;
	text-align: center;
	overflow-x: hidden;
}

.in-podcasts .no-list li:last-of-type, .in-podcasts .no-list li.last-of-type {
	margin-bottom: 40px;
}

.podcasts .no-list li {
	position: relative;
	overflow: hidden;
}

.podcasts .no-list li p {
	margin: 0.2em 0;
}

section.RSS {
	margin-bottom: 30px;
}

.RSS .feat_wrap h3 {
	margin-bottom: 0.4em;
}

.meetings {
	margin-bottom: 30px;
}

.feat_wrap.meetings {
	border-bottom: 0;
}

.questions strong, .directories strong {
	font-weight: bold;
}

.directories .link-list {
	margin-bottom: 2em;
}

.directories .link-list li {
	clear: both;
}

.directories .link-list li .googleMap {
	clear: left;
	margin-left: -40px;
	margin-top: 20px;
}

.directories {
	margin-bottom: 40px;
}

.in-record {
	overflow: auto;
}
.in-record img {
    width: auto;
    max-width: 100%;
}

.in-record .googleMap {
    width: 100%!important;
}

.in-record table {
	overflow-x: scroll;
}

.in-record h2 {
	display: inline-block;
}

.in-record table th {
	border: 1px solid #999;
	padding: 0.4em;
	background: #eee;
	width: 25%;
}

.in-record table td {
	padding: 0.8em;
}

.councillors strong {
	font-weight: bold;
}

.councillors {
	margin-bottom: 20px;
}

.in-councillor .feat_img {
	width: 100%;
	max-width: 100%;
}

.in-councillor.secondary-col .feat_wrap {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.in-councillor.secondary-col .feat_wrap h2 {
	margin-top: 0;
}

.councillors .boxed-list li {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

.boxed-list .img_crop {
	width: 100%;
	height: 150px;
	margin: 0 auto 10px;
	text-align: center;
}

.boxed-list .img_crop img {
	margin: 0 auto;
}

.access-settings li {
	margin: 6px 0;
	max-width: 200px;
	border-radius: 4px;
	padding: 8px 5px;
	width: 100%;
	float: left;
}

.access-settings.text-settings li label {
	display: block;
}

.access-settings li label {
}

.access-settings .prefCream {
	background: #fff9d2;
	color: #010066;
}

.access-settings .prefContrast {
	background: #000;
	color: #ff0;
}

.access-settings .prefBlue {
	background: #9fcfff;
	color: #010066;
}

.text-settings select {
	height: 35px;
	width: 80%;
	margin-top: 10px;
}

/* FOOTER */

footer {
    overflow: auto;
    text-align: center;
    margin-top: 20px;
    clear: both;
}

footer p {
    margin: 5px 0 15px 0;
}

footer a {
    font-weight: bold;
}

footer .liner-links.subtext li {
    width: 100%;
    margin-bottom: 10px;
}

.social {
    display: block;
    margin: 10px 0 20px 0;
    width: 100%;
    overflow: auto;
}

.social span {
    display: none;
}

.social li {
    float: none;
}

.social a {
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -100000px;
    margin-right: 5px;
    opacity: 1;
}

.facebook {
    background: url('../css_img/social-facebook.png') no-repeat;
}

.twitter {
    background: url('../css_img/social-twitter.png') no-repeat;
}

.youtube {
    background: url('../css_img/social-youtube.png') no-repeat;
}

.flickr {
    background: url('../css_img/social-flickr.png') no-repeat;
}



/* ==========================================================================
   Media queries
   ========================================================================== */

@media only screen and (min-width: 550px) {

    .new-widget {
        float: left;
        display: block;
        margin-bottom: 0;
    }

    .row-divider {
        padding: 20px 0;
    }

    .width-33 {
        width: 31%;
    }

    .landing .width-33 {
        width: 33%;
    }

    .width-25 {
        width: 25%;
    }

    .home .width-25 {
    	width: 23%;
    }

	.home .width-25:nth-of-type(3) {
		clear: none;
	}

    .home .width-16, .home .width-17 {
	    width: 16.5%;
    }

    .home .more-services .icon-link img {
	    width: 70%;
    }

    .width-16 .icon-link h3 {
	    font-size: 1em;
    }

    .icon-link {
        width: 65%;
        font-size: 1.2em;
    }

    .icon-link h2, .icon-link h3 {
        position: relative;
        width: auto;
        right: 0px;
        text-align: center;
    }

    .icon-link img {
        margin: 0 auto;
        display: block;
        float: none;
        width: auto;
    }

    .icon-link h2, .icon-link h3 {
        margin-top: 15px;
    }

    .icon-link-main h2 {
        font-size: 1.4em;
    }

    .more-services .icon-link {
        margin: 0 1%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing:  border-box;
	}

    .more-services .icon-link:nth-child(odd), .more-services .icon-link.nth-chd-odd {
        clear: none;
    }

    .more-services .icon-link:nth-child(6), .more-services .icon-link.nth-chd-6 {
        clear: left;
    }

    .nav-widget li {
        float: left;
        width: 25%;
    }

    footer {
        margin-top: 0px;
    }

    .width-76,
    .width-77,
    .width-78,
    .width-79,
    .width-80,
    .width-81,
    .width-82,
    .width-83,
    .width-84,
    .width-85,
    .width-86,
    .width-87,
    .width-88,
    .width-89,
    .width-90,
    .width-91,
    .width-92,
    .width-93,
    .width-94,
    .width-95,
    .width-96,
    .width-97,
    .width-98,
    .width-99,
    .width-100 {
        width: 100%;
    }

    .home .width-16:nth-child(odd), .home .width-16.nth-chd-odd {
	clear: none;
	}

	.figcaption.float_right {
		width: 100%;
		margin: 1em 1em;
		max-width: 250px;
	}

	.figcaption figcaption img {
		width: 100%;
		max-width: none;
	}

	.podcasts .no-list li .button {
		position: absolute;
		top: 10px;
		right: 10px;
		width: auto;
	}

	.in-councillor .feat_img {
		max-width: 180px;
	}

	.access-settings li {
		width: 48%;
		margin: 0 1%;
	}

	table {
    	display:table;
        overflow-x: auto;
    }
}


@media only screen and (min-width: 700px) {
    header {
        overflow: auto;
    }

    .main-nav .show_hide_small {
        display: none;
    }

    .main-nav {
        overflow: auto;
    }

    .main-search input[type="search"] {
        padding: 10px;
    }

    .main-nav ul {
        width: auto;
        clear: none;
        position: relative;
        background: none;
        top: 0;
        left: 0;
    }

    .main-nav li {
        width: 22%;
    }

    .main-nav a {
        border-right: 2px solid #87099b;
    }

    .mobile-show {
        display: none !important;
    }

    .main-search {
        width: 32%;
    	-webkit-transition: none;
        transition: none;
        margin: 5px 4px 2px 0;
    }

    .main-search input[type="search"] {
        padding: 8px 10px;
    }


	#az_live_find .field {
		display: block;
		width: 100%;
	}


	.content_form input[type="text"], .content_form input[type="password"] {
		display: block;
		width: 50%;
	}

	.content_form textarea {
		display: block;
		width: 50%;
	}

	.half-sups .supplement {
		width: 40%;
		float: left;
		margin: 10px 6%;
	}

	.field-list label {
		float: left;
		display: inline;
		width: 30%;
		text-align: right;
		padding-right: 20px;
	}

	.field-list input, .field-list textarea, .field-list select {
		width: 50%;
	}

	.field-list label input[type='checkbox'], .field-list label input[type='radio'] {
        width: auto;
        float: right;
        margin: 5px -32px 20px 0
    }

	.field-list .button {
		width: 200px;
		margin-left: 30%;
	}

	.half-list li {
        width: 50%;
        float: left;
        clear: none;
        box-sizing: border-box;
        margin: 5px 0;
    }

    .half-list label {
        width: 70%;
    }

    .half-list input[type='checkbox'], .half-list input[type='radio'] {
        width: auto;
    }

    .half-list .clear {
        width: 100%;
    }

    .half-list .clear label {
        text-align: left
    }

	.link-list.contact_list {
		width: 50%;
	}

	.mobile_only {
		display: none !important;
	}

	.width-16 .icon-link h3 {
	    font-size: 1.2em;
    }

	.figcaption {
		width: 30%;
		max-width: 300px;
	}

	.councillors .boxed-list li {
		width: 30%;
	}


}


@media only screen and (min-width: 750px) {

    .top-link {
        margin: 20px 20px 0 0;
        display: block;
        float: right;
        font-weight: 700;
    }

    .logo {
        float: left;
        margin: 54px 0 0 10px;
        width: 20%;
        opacity: 1;
    }

    .main-nav {
        width: 72%;
        margin: 20px;
        float: right;
        clear: right;
    }

    .main-nav a {
        font-size: .9em;
        line-height: 1.7em;
    }

    .main h1 {
        font-size: 3.6em;
        text-align: left;
    }

    h1.center {
        text-align: center;
    }

    .boxed-list li {
	    width: 46%;
	    margin: 1%;
	    display: inline-block;
	    vertical-align: top;
    }

    .inline-list-block li {
        width: 23%;
        margin: 0.6em 1em;
    }

    .width-1 {
        width: 1%;
    }
    .width-2 {
        width: 2%;
    }
    .width-3 {
        width: 3%;
    }
    .width-4 {
        width: 4%;
    }
    .width-5 {
        width: 5%;
    }
    .width-6 {
        width: 6%;
    }
    .width-7 {
        width: 7%;
    }
    .width-8 {
        width: 8%;
    }
    .width-9 {
        width: 9%;
    }
    .width-10 {
        width: 10%;
    }
    .width-11 {
        width: 11%;
    }
    .width-12 {
        width: 12%;
    }
    .width-13 {
        width: 13%;
    }
    .width-14 {
        width: 14%;
    }
    .width-15 {
        width: 15%;
    }
    .width-16 {
        width: 16%;
    }
    .width-16 {
        width: 17%;
    }
    .width-18 {
        width: 18%;
    }
    .width-19 {
        width: 19%;
    }
    .width-20 {
        width: 20%;
    }
    .width-21 {
        width: 21%;
    }
    .width-22 {
        width: 22%;
    }
    .width-23 {
        width: 23%;
    }
    .width-24 {
        width: 24%;
    }
    .width-25 {
        width: 25%;
    }
    .width-26 {
        width: 26%;
    }
    .width-27 {
        width: 27%;
    }
    .width-28 {
        width: 28%;
    }
    .width-29 {
        width: 29%;
    }
    .width-30 {
        width: 30%;
    }
    .width-31 {
        width: 31%;
    }
    .width-32 {
        width: 32%;
    }
    .width-33,
    .width-66 + .width-34 {
        width: 33.333333%;
    }
    .width-33 .widget-padding {
        padding: 0 5px;
    }
    .width-33:first-child .widget-padding {
        padding: 0 10px 0 0;
    }
    .width-33:last-child .widget-padding {
        padding: 0 0 0 10px;
    }
    .width-34 {
        width: 34%;
    }
    .width-35 {
        width: 35%;
    }
    .width-36 {
        width: 36%;
    }
    .width-37 {
        width: 37%;
    }
    .width-38 {
        width: 38%;
    }
    .width-39 {
        width: 39%;
    }
    .width-40 {
        width: 40%;
    }
    .width-41 {
        width: 41%;
    }
    .width-42 {
        width: 42%;
    }
    .width-43 {
        width: 43%;
    }
    .width-44 {
        width: 44%;
    }
    .width-45 {
        width: 45%;
    }
    .width-46 {
        width: 46%;
    }
    .width-47 {
        width: 47%;
    }
    .width-48 {
        width: 48%;
    }
    .width-49 {
        width: 49%;
    }
    .width-50 {
        width: 50%;
    }
    .width-51 {
        width: 51%;
    }
    .width-52 {
        width: 52%;
    }
    .width-53 {
        width: 53%;
    }
    .width-54 {
        width: 54%;
    }
    .width-55 {
        width: 55%;
    }
    .width-56 {
        width: 56%;
    }
    .width-57 {
        width: 57%;
    }
    .width-58 {
        width: 58%;
    }
    .width-59 {
        width: 59%;
    }
    .width-60 {
        width: 60%;
    }
    .width-61 {
        width: 61%;
    }
    .width-62 {
        width: 62%;
    }
    .width-63 {
        width: 63%;
    }
    .width-64 {
        width: 64%;
    }
    .width-65 {
        width: 65%;
    }
    .width-66 {
        width: 66.666666%;
    }
    .width-66:first-child .widget-padding {
        padding-right: 0 5px;
    }
    .width-66:last-child .widget-padding {
        padding-left: 0 5px;
    }
    .width-67 {
        width: 67%;
    }
    .width-68 {
        width: 68%;
    }
    .width-69 {
        width: 69%;
    }
    .width-70 {
        width: 70%;
    }
    .width-71 {
        width: 71%;
    }
    .width-72 {
        width: 72%;
    }
    .width-73 {
        width: 73%;
    }
    .width-74 {
        width: 74%;
    }
    .width-75 {
        width: 75%;
    }
    .width-76 {
        width: 76%;
    }
    .width-77 {
        width: 77%;
    }
    .width-78 {
        width: 78%;
    }
    .width-79 {
        width: 79%;
    }
    .width-80 {
        width: 80%;
    }
    .width-81 {
        width: 81%;
    }
    .width-82 {
        width: 82%;
    }
    .width-83 {
        width: 83%;
    }
    .width-84 {
        width: 84%;
    }
    .width-85 {
        width: 85%;
    }
    .width-86 {
        width: 86%;
    }
    .width-87 {
        width: 87%;
    }
    .width-88 {
        width: 88%;
    }
    .width-89 {
        width: 89%;
    }
    .width-90 {
        width: 90%;
    }
    .width-91 {
        width: 91%;
    }
    .width-92 {
        width: 92%;
    }
    .width-93 {
        width: 93%;
    }
    .width-94 {
        width: 94%;
    }
    .width-95 {
        width: 95%;
    }
    .width-96 {
        width: 96%;
    }
    .width-97 {
        width: 97%;
    }
    .width-98 {
        width: 98%;
    }
    .width-99 {
        width: 99%;
    }
    .width-100 {
        width: 100%;
    }

    .desktop_only {
		display: inline !important;
	}


.lt-ie9 .lastWidget2 {width:2%;margin:0 0 0 0;} .lt-ie9 .lastWidget3 {width:3%;margin:0 0 0 0;} .lt-ie9 .lastWidget4 {width:4%;margin:0 0 0 0;} .lt-ie9 .lastWidget5 {width:5%;margin:0 0 0 0;} .lt-ie9 .lastWidget6 {width:6%;margin:0 0 0 0;} .lt-ie9 .lastWidget7 {width:7%;margin:0 0 0 0;} .lt-ie9 .lastWidget8 {width:8%;margin:0 0 0 0;} .lt-ie9 .lastWidget9 {width:9%;margin:0 0 0 0;} .lt-ie9 .lastWidget10 {width:10%;margin:0 0 0 0;} .lt-ie9 .lastWidget11 {width:11%;margin:0 0 0 0;} .lt-ie9 .lastWidget12 {width:12%;margin:0 0 0 0;} .lt-ie9 .lastWidget13 {width:13%;margin:0 0 0 0;} .lt-ie9 .lastWidget14 {width:14%;margin:0 0 0 0;} .lt-ie9 .lastWidget15 {width:15%;margin:0 0 0 0;} .lt-ie9 .lastWidget16 {width:16%;margin:0 0 0 0;} .lt-ie9 .lastWidget17 {width:17%;margin:0 0 0 0;} .lt-ie9 .lastWidget18 {width:18%;margin:0 0 0 0;} .lt-ie9 .lastWidget19 {width:19%;margin:0 0 0 0;} .lt-ie9 .lastWidget20 {width:20%;margin:0 0 0 0;} .lt-ie9 .lastWidget21 {width:21%;margin:0 0 0 0;} .lt-ie9 .lastWidget22 {width:22%;margin:0 0 0 0;} .lt-ie9 .lastWidget23 {width:23%;margin:0 0 0 0;} .lt-ie9 .lastWidget24 {width:24%;margin:0 0 0 0;} .lt-ie9 .lastWidget25 {width:25%;margin:0 0 0 0;} .lt-ie9 .lastWidget26 {width:26%;margin:0 0 0 0;} .lt-ie9 .lastWidget27 {width:27%;margin:0 0 0 0;} .lt-ie9 .lastWidget28 {width:28%;margin:0 0 0 0;} .lt-ie9 .lastWidget29 {width:29%;margin:0 0 0 0;} .lt-ie9 .lastWidget30 {width:30%;margin:0 0 0 0;} .lt-ie9 .lastWidget31 {width:31%;margin:0 0 0 0;} .lt-ie9 .lastWidget32 {width:32%;margin:0 0 0 0;} .lt-ie9 .lastWidget33 {width:33%;margin:0 0 0 0;} .lt-ie9 .lastWidget34 {width:34%;margin:0 0 0 0;} .lt-ie9 .lastWidget35 {width:35%;margin:0 0 0 0;} .lt-ie9 .lastWidget36 {width:36%;margin:0 0 0 0;} .lt-ie9 .lastWidget37 {width:37%;margin:0 0 0 0;} .lt-ie9 .lastWidget38 {width:38%;margin:0 0 0 0;} .lt-ie9 .lastWidget39 {width:39%;margin:0 0 0 0;} .lt-ie9 .lastWidget40 {width:40%;margin:0 0 0 0;} .lt-ie9 .lastWidget41 {width:41%;margin:0 0 0 0;} .lt-ie9 .lastWidget42 {width:42%;margin:0 0 0 0;} .lt-ie9 .lastWidget43 {width:43%;margin:0 0 0 0;} .lt-ie9 .lastWidget44 {width:44%;margin:0 0 0 0;} .lt-ie9 .lastWidget45 {width:45%;margin:0 0 0 0;} .lt-ie9 .lastWidget46 {width:46%;margin:0 0 0 0;} .lt-ie9 .lastWidget47 {width:47%;margin:0 0 0 0;} .lt-ie9 .lastWidget48 {width:48%;margin:0 0 0 0;} .lt-ie9 .lastWidget49 {width:49%;margin:0 0 0 0;} .lt-ie9 .lastWidget50 {width:50%;margin:0 0 0 0;} .lt-ie9 .lastWidget51 {width:51%;margin:0 0 0 0;} .lt-ie9 .lastWidget52 {width:52%;margin:0 0 0 0;} .lt-ie9 .lastWidget53 {width:53%;margin:0 0 0 0;} .lt-ie9 .lastWidget54 {width:54%;margin:0 0 0 0;} .lt-ie9 .lastWidget55 {width:55%;margin:0 0 0 0;} .lt-ie9 .lastWidget56 {width:56%;margin:0 0 0 0;} .lt-ie9 .lastWidget57 {width:57%;margin:0 0 0 0;} .lt-ie9 .lastWidget58 {width:58%;margin:0 0 0 0;} .lt-ie9 .lastWidget59 {width:59%;margin:0 0 0 0;} .lt-ie9 .lastWidget60 {width:60%;margin:0 0 0 0;}  .lt-ie9 .lastWidget61 {width:61%;margin:0 0 0 0;} .lt-ie9 .lastWidget62 {width:62%;margin:0 0 0 0;} .lt-ie9 .lastWidget63 {width:63%;margin:0 0 0 0;} .lt-ie9 .lastWidget64 {width:64%;margin:0 0 0 0;} .lt-ie9 .lastWidget65 {width:65%;margin:0 0 0 0;} .lt-ie9 .lastWidget66 {width:66%;margin:0 0 0 0;} .lt-ie9 .lastWidget67 {width:67%;margin:0 0 0 0;} .lt-ie9 .lastWidget68 {width:68%;margin:0 0 0 0;} .lt-ie9 .lastWidget69 {width:69%;margin:0 0 0 0;} .lt-ie9 .lastWidget70 {width:70%;margin:0 0 0 0;} .lt-ie9 .lastWidget71 {width:71%;margin:0 0 0 0;} .lt-ie9 .lastWidget72 {width:72%;margin:0 0 0 0;} .lt-ie9 .lastWidget73 {width:73%;margin:0 0 0 0;} .lt-ie9 .lastWidget74 {width:74%;margin:0 0 0 0;} .lt-ie9 .lastWidget75 {width:75%;margin:0 0 0 0;} .lt-ie9 .lastWidget76 {width:76%;margin:0 0 0 0;} .lt-ie9 .lastWidget77 {width:77%;margin:0 0 0 0;} .lt-ie9 .lastWidget78 {width:78%;margin:0 0 0 0;} .lt-ie9 .lastWidget79 {width:79%;margin:0 0 0 0;} .lt-ie9 .lastWidget80 {width:80%;margin:0 0 0 0;} .lt-ie9 .lastWidget81 {width:81%;margin:0 0 0 0;} .lt-ie9 .lastWidget82 {width:82%;margin:0 0 0 0;} .lt-ie9 .lastWidget83 {width:83%;margin:0 0 0 0;} .lt-ie9 .lastWidget84 {width:84%;margin:0 0 0 0;} .lt-ie9 .lastWidget85 {width:85%;margin:0 0 0 0;} .lt-ie9 .lastWidget86 {width:86%;margin:0 0 0 0;} .lt-ie9 .lastWidget87 {width:87%;margin:0 0 0 0;} .lt-ie9 .lastWidget88 {width:88%;margin:0 0 0 0;} .lt-ie9 .lastWidget89 {width:89%;margin:0 0 0 0;} .lt-ie9 .lastWidget90 {width:90%;margin:0 0 0 0;} .lt-ie9 .lastWidget91 {width:91%;margin:0 0 0 0;} .lt-ie9 .lastWidget92 {width:92%;margin:0 0 0 0;} .lt-ie9 .lastWidget93 {width:93%;margin:0 0 0 0;} .lt-ie9 .lastWidget94 {width:94%;margin:0 0 0 0;} .lt-ie9 .lastWidget95 {width:95%;margin:0 0 0 0;} .lt-ie9 .lastWidget96 {width:96%;margin:0 0 0 0;} .lt-ie9 .lastWidget97 {width:97%;margin:0 0 0 0;} .lt-ie9 .lastWidget98 {width:98%;margin:0 0 0 0;} .lt-ie9 .lastWidget99 {width:99%;margin:0 0 0 0;}
.width100 {width:100%;
    margin: 0;}



}

@media only screen and (min-width: 870px) {

    .main-nav a {
        font-size: 1.1em;
    }

    .content {
        overflow: auto;
        width: 73%;
        float: left;
    }

    .pages-in {
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 1.1em;
    }

    .pages-in li {
        float: left;
        width: 47%;
    }

    .secondary-col {
        float: right;
        width: 23%;
        margin-top: 90px;
        margin-bottom: 50px;
    }

    .whatson select {
        width: 66%;
    }

    footer {
        text-align: left;
    }

    footer br {
        display: none;
    }

    footer .liner-links.subtext li {
        width: auto;
        margin-bottom: 0;
    }

    .social {
        float: right;
        width: auto;
        margin: 0 0 0 10px;
    }

    .social span {
        display: block;
        margin-top: 3px;
    }

    .social a:hover {
        border-bottom: 2px solid #F1C232;
    }

    .button.fullwidth {
	    width: 88%;
	    margin-bottom: 15px;
    }

    .pagination .button {
	    max-width: 35%;
    }

    .boxed-list li {
	    width: 31%;
	    margin: 1%;
	    display: inline-block;
    }

   	.access-settings li {
   		max-width: none;
		width: 21%;
		margin: 0 1%;
	}

	.access-settings.text-settings li {
		width: 30%;
		margin: 0 1%;
	}

	.content .full-width {
    	width: 100%;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    	box-sizing: border-box;
    	margin: 0;
	}

}

@media only screen and (min-width: 1024px) {

    .boxed-list li {
	    width: 22%;
	    margin: 1%;
	    display: inline-block;
    }

}


/* DEVICE ONLY STYLING */

@media only screen and (max-device-width: 1024px) {

}


/* FIREFOX FIXES */

@-moz-document url-prefix() {



}


/* RETINA STYLING */

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

   .logo {
        background: url('../css_img/logo-retina.png') no-repeat center center;
        background-size: 100%;
    }

    .main-nav .show_hide_small, .main-nav .show_hide_small:hover {
        background: url('../css_img/icon-nav-retina.png') no-repeat center right;
        background-size: 58px;
    }

    .main-nav .show_hide_small.active {
        background: transparent url('../css_img/icon-nav-active-retina.png') no-repeat center right;
        background-size: 58px;
    }

    .main-search input[type="submit"] {
        background: url('../css_img/icon-search-retina.png') no-repeat;
        background-size: 100%;
    }

    .breadcrumb a {
        background: url('../css_img/arrow-small-retina.jpg') no-repeat center right;
       background-size: 8px;
    }

    .link-list li {
        background: url('../css_img/circle-retina.png') no-repeat left 4px;
        background-size: 20px;
    }

    .social li {
        background-size: 32px;
    }

    .facebook {
        background: url('../css_img/social-facebook-retina.png') no-repeat;
    }

    .twitter {
        background: url('../css_img/social-twitter-retina.png') no-repeat;
    }

    .youtube {
        background: url('../css_img/social-youtube-retina.png') no-repeat;
    }

    .flickr {
        background: url('../css_img/social-flickr-retina.png') no-repeat;
    }

}


/* ==========================================================================
   IE
   ========================================================================== */

    .lt-ie9 .new-widget {
        float: left;
        display: block;
        margin-bottom: 0;
        box-sizing: border-box;
        margin-right: 0;
    }

    .lt-ie9 .row-divider {
        padding: 20px 0;
    }

	.lt-ie9 .row-divider:nth-child(n+4) {
		border-bottom: 0;
	}

    .lt-ie9 .home .row-divider:last-child {
        border-bottom: none;
    }

    .lt-ie9 .width-33 {
        width: 31%;
    }

    .lt-ie9 .landing .width-33 {
        width: 33%;
    }

    .lt-ie9 .width-25 {
        width: 25%;
    }

    .lt-ie9 .home .width-16, .home .width-17 {
	    width: 16.5%;
    }

    .lt-ie9 .home .more-services .icon-link img {
	    width: 70%;
    }

    .lt-ie9 .width-16 .icon-link h3 {
	    font-size: 1em;
    }

    .lt-ie9 .icon-link {
        width: 65%;
        font-size: 1.2em;
    }

    .lt-ie9 .icon-link h2, .icon-link h3 {
        position: relative;
        width: auto;
        right: 0px;
        text-align: center;
    }

    .lt-ie9 .icon-link img {
        margin: 0 auto;
        display: block;
        float: none;
        width: auto;
    }

    .lt-ie9 .icon-link h2, .icon-link h3 {
        margin-top: 15px;
    }

    .lt-ie9 .icon-link-main h2 {
        font-size: 1.4em;
    }

    .lt-ie9 .more-services .icon-link {
        margin: 0 1%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing:  border-box;
	}

    .lt-ie9 .more-services .icon-link:nth-child(odd) {
        clear: none;
    }

    .lt-ie9 .more-services .icon-link:nth-child(6) {
        clear: left;
    }

    .lt-ie9 .nav-widget li {
        float: left;
        width: 25%;
    }

    .lt-ie9 footer {
        margin-top: 0px;
    }

    .lt-ie9 .width-76,
    .lt-ie9 .width-77,
    .lt-ie9 .width-78,
    .lt-ie9 .width-79,
    .lt-ie9 .width-80,
    .lt-ie9 .width-81,
    .lt-ie9 .width-82,
    .lt-ie9 .width-83,
    .lt-ie9 .width-84,
    .lt-ie9 .width-85,
    .lt-ie9 .width-86,
    .lt-ie9 .width-87,
    .lt-ie9 .width-88,
    .lt-ie9 .width-89,
    .lt-ie9 .width-90,
    .lt-ie9 .width-91,
    .lt-ie9 .width-92,
    .lt-ie9 .width-93,
    .lt-ie9 .width-94,
    .lt-ie9 .width-95,
    .lt-ie9 .width-96,
    .lt-ie9 .width-97,
    .lt-ie9 .width-98,
    .lt-ie9 .width-99,
    .lt-ie9 .width-100 {
        width: 100%;
    }

    .lt-ie9 .home .width-16.nth-child(odd) {
	clear: none;
	}

	.lt-ie9 .figcaption.float_right {
		width: 100%;
		margin: 1em 1em;
		max-width: 250px;
	}

	.lt-ie9 .figcaption figcaption img {
		width: 100%;
		max-width: none;
	}

	.lt-ie9 .podcasts .no-list li .button {
		position: absolute;
		top: 10px;
		right: 10px;
		width: auto;
	}

	.lt-ie9 .content_form input[type="text"], .lt-ie9 .content_form input[type="password"] {
		display: block;
		width: 50%;
	}

	.lt-ie9 .content_form textarea {
		display: block;
		width: 50%;
	}

	.lt-ie9 .in-councillor .feat_img {
		width: 180px;
		height: auto;
	}

    .lt-ie9 .main-nav .show_hide_small {
        display: none;
    }

    .lt-ie9 .main-nav {
        overflow: auto;
    }

    .lt-ie9 .main-search input[type="search"] {
        padding: 10px;
    }

    .lt-ie9 .main-nav ul {
        width: auto;
        clear: none;
        position: relative;
        background: none;
        top: 0;
        left: 0;
    }

    .lt-ie9 .main-nav li {
        width: 22%;
    }

    .lt-ie9 .main-nav a {
        border-right: 2px solid #87099b;
    }

    .lt-ie9 .mobile-show {
        display: none !important;
    }

    .lt-ie9 .main-search {
        width: 32%;
    	-webkit-transition: none;
        transition: none;
        margin: 5px 4px 2px 0;
    }

    .lt-ie9 .main-search input[type="search"] {
        padding: 8px 10px;
    }


	.lt-ie9 #az_live_find .field {
		display: block;
		width: 100%;
	}

	.lt-ie9 .half-sups .supplement {
		width: 40%;
		float: left;
		margin: 10px 6%;
	}

	.lt-ie9 .field-list label {
		float: left;
		display: inline;
		width: 30%;
		text-align: right;
		padding-right: 20px;
	}

	.lt-ie9 .field-list input, .lt-ie9 .field-list textarea, .lt-ie9 .field-list select {
		width: 50%;
	}

	.lt-ie9 .field-list .button {
		width: 200px;
		margin-left: 30%;
	}

	.lt-ie9 .link-list.contact_list {
		width: 50%;
	}

	.lt-ie9 .mobile_only {
		display: none !important;
	}

	.lt-ie9 .width-16 .icon-link h3 {
	    font-size: 1.2em;
    }

	.lt-ie9 .figcaption {
		width: 30%;
		max-width: 300px;
	}

    .lt-ie9 .councillors .boxed-list li {
		width: 30%;
	}

    .lt-ie9 .top-link {
        margin: 20px 20px 0 0;
        display: block;
        float: right;
        font-weight: 700;
    }

    .lt-ie9 .logo {
        float: left;
        margin: 54px 0 0 10px;
        width: 20%;
        opacity: 1;
    }

    .lt-ie9 .main-nav {
        width: 72%;
        margin: 20px;
        float: right;
        clear: right;
    }

    .lt-ie9 .main-nav a {
        font-size: .9em;
        line-height: 1.7em;
    }

    .lt-ie9 .main h1 {
        font-size: 3.6em;
        text-align: left;
    }

    .lt-ie9 h1.center {
        text-align: center;
    }

    .lt-ie9 .inline-list-block li {
        width: 23%;
        margin: 0.6em 1em;
    }

    .lt-ie9 .width-1 {
        width: 1%;
    }
    .lt-ie9 .width-2 {
        width: 2%;
    }
    .lt-ie9 .width-3 {
        width: 3%;
    }
    .lt-ie9 .width-4 {
        width: 4%;
    }
    .lt-ie9 .width-5 {
        width: 5%;
    }
    .lt-ie9 .width-6 {
        width: 6%;
    }
    .lt-ie9 .width-7 {
        width: 7%;
    }
    .lt-ie9 .width-8 {
        width: 8%;
    }
    .lt-ie9 .width-9 {
        width: 9%;
    }
    .lt-ie9 .width-10 {
        width: 10%;
    }
    .lt-ie9 .width-11 {
        width: 11%;
    }
    .lt-ie9 .width-12 {
        width: 12%;
    }
    .lt-ie9 .width-13 {
        width: 13%;
    }
    .lt-ie9 .width-14 {
        width: 14%;
    }
    .lt-ie9 .width-15 {
        width: 15%;
    }
    .lt-ie9 .width-16 {
        width: 16%;
    }
    .lt-ie9 .width-16 {
        width: 17%;
    }
    .lt-ie9 .width-18 {
        width: 18%;
    }
    .lt-ie9 .width-19 {
        width: 19%;
    }
    .lt-ie9 .width-20 {
        width: 20%;
    }
    .lt-ie9 .width-21 {
        width: 21%;
    }
    .lt-ie9 .width-22 {
        width: 22%;
    }
    .lt-ie9 .width-23 {
        width: 23%;
    }
    .lt-ie9 .width-24 {
        width: 24%;
    }
    .lt-ie9 .width-25 {
        width: 25%;
    }
    .lt-ie9 .width-26 {
        width: 26%;
    }
    .lt-ie9 .width-27 {
        width: 27%;
    }
    .lt-ie9 .width-28 {
        width: 28%;
    }
    .lt-ie9 .width-29 {
        width: 29%;
    }
    .lt-ie9 .width-30 {
        width: 30%;
    }
    .lt-ie9 .width-31 {
        width: 31%;
    }
    .lt-ie9 .width-32 {
        width: 32%;
    }

    .lt-ie9 .width-33,
    .lt-ie9 .width-66 + .lt-ie9 .width-34 {
        width: 33.333333%;
    }

    .lt-ie9 .width-33 .widget-padding {
        padding: 0 5px;
    }
    .lt-ie9 .width-33:first-child .widget-padding {
        padding: 0 10px 0 0;
    }
    .lt-ie9 .width-33:last-child .widget-padding {
        padding: 0 0 0 10px;
    }
    .lt-ie9 .width-34 {
        width: 34%;
    }
    .lt-ie9 .width-35 {
        width: 35%;
    }
    .lt-ie9 .width-36 {
        width: 36%;
    }
    .lt-ie9 .width-37 {
        width: 37%;
    }
    .lt-ie9 .width-38 {
        width: 38%;
    }
    .lt-ie9 .width-39 {
        width: 39%;
    }
    .lt-ie9 .width-40 {
        width: 40%;
    }
    .lt-ie9 .width-41 {
        width: 41%;
    }
    .lt-ie9 .width-42 {
        width: 42%;
    }
    .lt-ie9 .width-43 {
        width: 43%;
    }
    .lt-ie9 .width-44 {
        width: 44%;
    }
    .lt-ie9 .width-45 {
        width: 45%;
    }
    .lt-ie9 .width-46 {
        width: 46%;
    }
    .lt-ie9 .width-47 {
        width: 47%;
    }
    .lt-ie9 .width-48 {
        width: 48%;
    }
    .lt-ie9 .width-49 {
        width: 49%;
    }
    .lt-ie9 .width-50 {
        width: 50%;
    }
    .lt-ie9 .width-51 {
        width: 51%;
    }
    .lt-ie9 .width-52 {
        width: 52%;
    }
    .lt-ie9 .width-53 {
        width: 53%;
    }
    .lt-ie9 .width-54 {
        width: 54%;
    }
    .lt-ie9 .width-55 {
        width: 55%;
    }
    .lt-ie9 .width-56 {
        width: 56%;
    }
    .lt-ie9 .width-57 {
        width: 57%;
    }
    .lt-ie9 .width-58 {
        width: 58%;
    }
    .lt-ie9 .width-59 {
        width: 59%;
    }
    .lt-ie9 .width-60 {
        width: 60%;
    }
    .lt-ie9 .width-61 {
        width: 61%;
    }
    .lt-ie9 .width-62 {
        width: 62%;
    }
    .lt-ie9 .width-63 {
        width: 63%;
    }
    .lt-ie9 .width-64 {
        width: 64%;
    }
    .lt-ie9 .width-65 {
        width: 65%;
    }
    .lt-ie9 .width-66 {
        width: 66.666666%;
    }
    .lt-ie9 .width-66:first-child .widget-padding {
        padding-right: 0 5px;
    }
    .lt-ie9 .width-66:last-child .widget-padding {
        padding-left: 0 5px;
    }
    .lt-ie9 .width-67 {
        width: 67%;
    }
    .lt-ie9 .width-68 {
        width: 68%;
    }
    .lt-ie9 .width-69 {
        width: 69%;
    }
    .lt-ie9 .width-70 {
        width: 70%;
    }
    .lt-ie9 .width-71 {
        width: 71%;
    }
    .lt-ie9 .width-72 {
        width: 72%;
    }
    .lt-ie9 .width-73 {
        width: 73%;
    }
    .lt-ie9 .width-74 {
        width: 74%;
    }
    .lt-ie9 .width-75 {
        width: 75%;
    }
    .lt-ie9 .width-76 {
        width: 76%;
    }
    .lt-ie9 .width-77 {
        width: 77%;
    }
    .lt-ie9 .width-78 {
        width: 78%;
    }
    .lt-ie9 .width-79 {
        width: 79%;
    }
    .lt-ie9 .width-80 {
        width: 80%;
    }
    .lt-ie9 .width-81 {
        width: 81%;
    }
    .lt-ie9 .width-82 {
        width: 82%;
    }
    .lt-ie9 .width-83 {
        width: 83%;
    }
    .lt-ie9 .width-84 {
        width: 84%;
    }
    .lt-ie9 .width-85 {
        width: 85%;
    }
    .lt-ie9 .width-86 {
        width: 86%;
    }
    .lt-ie9 .width-87 {
        width: 87%;
    }
    .lt-ie9 .width-88 {
        width: 88%;
    }
    .lt-ie9 .width-89 {
        width: 89%;
    }
    .lt-ie9 .width-90 {
        width: 90%;
    }
    .lt-ie9 .width-91 {
        width: 91%;
    }
    .lt-ie9 .width-92 {
        width: 92%;
    }
    .lt-ie9 .width-93 {
        width: 93%;
    }
    .lt-ie9 .width-94 {
        width: 94%;
    }
    .lt-ie9 .width-95 {
        width: 95%;
    }
    .lt-ie9 .width-96 {
        width: 96%;
    }
    .lt-ie9 .width-97 {
        width: 97%;
    }
    .lt-ie9 .width-98 {
        width: 98%;
    }
    .lt-ie9 .width-99 {
        width: 99%;
    }
    .lt-ie9 .width-100 {
        width: 100%;
    }

.lt-ie9 .lastWidget2 {width:2%;margin:0 0 0 0;} .lt-ie9 .lastWidget3 {width:3%;margin:0 0 0 0;} .lt-ie9 .lastWidget4 {width:4%;margin:0 0 0 0;} .lt-ie9 .lastWidget5 {width:5%;margin:0 0 0 0;} .lt-ie9 .lastWidget6 {width:6%;margin:0 0 0 0;} .lt-ie9 .lastWidget7 {width:7%;margin:0 0 0 0;} .lt-ie9 .lastWidget8 {width:8%;margin:0 0 0 0;} .lt-ie9 .lastWidget9 {width:9%;margin:0 0 0 0;} .lt-ie9 .lastWidget10 {width:10%;margin:0 0 0 0;} .lt-ie9 .lastWidget11 {width:11%;margin:0 0 0 0;} .lt-ie9 .lastWidget12 {width:12%;margin:0 0 0 0;} .lt-ie9 .lastWidget13 {width:13%;margin:0 0 0 0;} .lt-ie9 .lastWidget14 {width:14%;margin:0 0 0 0;} .lt-ie9 .lastWidget15 {width:15%;margin:0 0 0 0;} .lt-ie9 .lastWidget16 {width:16%;margin:0 0 0 0;} .lt-ie9 .lastWidget17 {width:17%;margin:0 0 0 0;} .lt-ie9 .lastWidget18 {width:18%;margin:0 0 0 0;} .lt-ie9 .lastWidget19 {width:19%;margin:0 0 0 0;} .lt-ie9 .lastWidget20 {width:20%;margin:0 0 0 0;} .lt-ie9 .lastWidget21 {width:21%;margin:0 0 0 0;} .lt-ie9 .lastWidget22 {width:22%;margin:0 0 0 0;} .lt-ie9 .lastWidget23 {width:23%;margin:0 0 0 0;} .lt-ie9 .lastWidget24 {width:24%;margin:0 0 0 0;} .lt-ie9 .lastWidget25 {width:25%;margin:0 0 0 0;} .lt-ie9 .lastWidget26 {width:26%;margin:0 0 0 0;} .lt-ie9 .lastWidget27 {width:27%;margin:0 0 0 0;} .lt-ie9 .lastWidget28 {width:28%;margin:0 0 0 0;} .lt-ie9 .lastWidget29 {width:29%;margin:0 0 0 0;} .lt-ie9 .lastWidget30 {width:30%;margin:0 0 0 0;} .lt-ie9 .lastWidget31 {width:31%;margin:0 0 0 0;} .lt-ie9 .lastWidget32 {width:32%;margin:0 0 0 0;} .lt-ie9 .lastWidget33 {width:33%;margin:0 0 0 0;} .lt-ie9 .lastWidget34 {width:34%;margin:0 0 0 0;} .lt-ie9 .lastWidget35 {width:35%;margin:0 0 0 0;} .lt-ie9 .lastWidget36 {width:36%;margin:0 0 0 0;} .lt-ie9 .lastWidget37 {width:37%;margin:0 0 0 0;} .lt-ie9 .lastWidget38 {width:38%;margin:0 0 0 0;} .lt-ie9 .lastWidget39 {width:39%;margin:0 0 0 0;} .lt-ie9 .lastWidget40 {width:40%;margin:0 0 0 0;} .lt-ie9 .lastWidget41 {width:41%;margin:0 0 0 0;} .lt-ie9 .lastWidget42 {width:42%;margin:0 0 0 0;} .lt-ie9 .lastWidget43 {width:43%;margin:0 0 0 0;} .lt-ie9 .lastWidget44 {width:44%;margin:0 0 0 0;} .lt-ie9 .lastWidget45 {width:45%;margin:0 0 0 0;} .lt-ie9 .lastWidget46 {width:46%;margin:0 0 0 0;} .lt-ie9 .lastWidget47 {width:47%;margin:0 0 0 0;} .lt-ie9 .lastWidget48 {width:48%;margin:0 0 0 0;} .lt-ie9 .lastWidget49 {width:49%;margin:0 0 0 0;} .lt-ie9 .lastWidget50 {width:50%;margin:0 0 0 0;} .lt-ie9 .lastWidget51 {width:51%;margin:0 0 0 0;} .lt-ie9 .lastWidget52 {width:52%;margin:0 0 0 0;} .lt-ie9 .lastWidget53 {width:53%;margin:0 0 0 0;} .lt-ie9 .lastWidget54 {width:54%;margin:0 0 0 0;} .lt-ie9 .lastWidget55 {width:55%;margin:0 0 0 0;} .lt-ie9 .lastWidget56 {width:56%;margin:0 0 0 0;} .lt-ie9 .lastWidget57 {width:57%;margin:0 0 0 0;} .lt-ie9 .lastWidget58 {width:58%;margin:0 0 0 0;} .lt-ie9 .lastWidget59 {width:59%;margin:0 0 0 0;} .lt-ie9 .lastWidget60 {width:60%;margin:0 0 0 0;}  .lt-ie9 .lastWidget61 {width:61%;margin:0 0 0 0;} .lt-ie9 .lastWidget62 {width:62%;margin:0 0 0 0;} .lt-ie9 .lastWidget63 {width:63%;margin:0 0 0 0;} .lt-ie9 .lastWidget64 {width:64%;margin:0 0 0 0;} .lt-ie9 .lastWidget65 {width:65%;margin:0 0 0 0;} .lt-ie9 .lastWidget66 {width:66%;margin:0 0 0 0;} .lt-ie9 .lastWidget67 {width:67%;margin:0 0 0 0;} .lt-ie9 .lastWidget68 {width:68%;margin:0 0 0 0;} .lt-ie9 .lastWidget69 {width:69%;margin:0 0 0 0;} .lt-ie9 .lastWidget70 {width:70%;margin:0 0 0 0;} .lt-ie9 .lastWidget71 {width:71%;margin:0 0 0 0;} .lt-ie9 .lastWidget72 {width:72%;margin:0 0 0 0;} .lt-ie9 .lastWidget73 {width:73%;margin:0 0 0 0;} .lt-ie9 .lastWidget74 {width:74%;margin:0 0 0 0;} .lt-ie9 .lastWidget75 {width:75%;margin:0 0 0 0;} .lt-ie9 .lastWidget76 {width:76%;margin:0 0 0 0;} .lt-ie9 .lastWidget77 {width:77%;margin:0 0 0 0;} .lt-ie9 .lastWidget78 {width:78%;margin:0 0 0 0;} .lt-ie9 .lastWidget79 {width:79%;margin:0 0 0 0;} .lt-ie9 .lastWidget80 {width:80%;margin:0 0 0 0;} .lt-ie9 .lastWidget81 {width:81%;margin:0 0 0 0;} .lt-ie9 .lastWidget82 {width:82%;margin:0 0 0 0;} .lt-ie9 .lastWidget83 {width:83%;margin:0 0 0 0;} .lt-ie9 .lastWidget84 {width:84%;margin:0 0 0 0;} .lt-ie9 .lastWidget85 {width:85%;margin:0 0 0 0;} .lt-ie9 .lastWidget86 {width:86%;margin:0 0 0 0;} .lt-ie9 .lastWidget87 {width:87%;margin:0 0 0 0;} .lt-ie9 .lastWidget88 {width:88%;margin:0 0 0 0;} .lt-ie9 .lastWidget89 {width:89%;margin:0 0 0 0;} .lt-ie9 .lastWidget90 {width:90%;margin:0 0 0 0;} .lt-ie9 .lastWidget91 {width:91%;margin:0 0 0 0;} .lt-ie9 .lastWidget92 {width:92%;margin:0 0 0 0;} .lt-ie9 .lastWidget93 {width:93%;margin:0 0 0 0;} .lt-ie9 .lastWidget94 {width:94%;margin:0 0 0 0;} .lt-ie9 .lastWidget95 {width:95%;margin:0 0 0 0;} .lt-ie9 .lastWidget96 {width:96%;margin:0 0 0 0;} .lt-ie9 .lastWidget97 {width:97%;margin:0 0 0 0;} .lt-ie9 .lastWidget98 {width:98%;margin:0 0 0 0;} .lt-ie9 .lastWidget99 {width:99%;margin:0 0 0 0;}
.width100 {width:100%;
    margin: 0;}

    .lt-ie9 .main-nav a {
        font-size: 1.1em;
    }

    .lt-ie9 .content {
        overflow: auto;
        width: 73%;
        float: left;
    }

    .lt-ie9 .pages-in {
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 1.1em;
    }

    .lt-ie9 .pages-in li {
        float: left;
        width: 47%;
    }

    .lt-ie9 .secondary-col {
        float: right;
        width: 23%;
        margin-top: 90px;
    }

    .lt-ie9 footer {
        text-align: left;
    }

    .lt-ie9 footer br {
        display: none;
    }

    .lt-ie9 footer .liner-links.subtext li {
        width: auto;
        margin-bottom: 0;
    }

    .lt-ie9 .social {
        float: right;
        width: auto;
        margin: 0 0 0 10px;
    }

    .lt-ie9 .social span {
        display: block;
        margin-top: 3px;
    }

    .lt-ie9 .social a:hover {
        border-bottom: 2px solid #F1C232;
    }

    .lt-ie9 .button.fullwidth {
	    width: 88%;
	    margin-bottom: 15px;
    }

    .lt-ie9 .pagination .button {
	    max-width: 35%;
    }

    .lt-ie9 .boxed-list li {
	    width: 31%;
	    margin: 1%;
	    display: inline-block;
    }

    .lt-ie9 .field-list label input[type='checkbox'], .lt-ie9 .field-list label input[type='radio'] {
        width: auto;
        float: right;
        margin: 5px -32px 20px 0
    }

    .lt-ie9 .half-list li {
        width: 50%;
        float: left;
        clear: none;
        box-sizing: border-box;
        margin: 5px 0;
    }

    .lt-ie9 .half-list label {
        width: 70%;
    }

    .lt-ie9 .half-list input[type='checkbox'], .lt-ie9 .half-list input[type='radio'] {
        width: auto;
    }

    .lt-ie9 .half-list .clear {
        width: 100%;
    }

    .lt-ie9 .half-list .clear label {
        text-align: left
    }


/* IE Fixes */

.ie8 .container {
    width: 1000px;
}

.ie9 .main-nav {
    overflow: visible;
}

.ie9 .placeholder {
    margin-top: -5px;
}

.lt-ie9 .mobile_only {
	display: none;
}

.ie8 .container {
    width: 1124px;
}

.lt-ie9 .content-fullwidth {
    width: 100% !important;
    clear: both;
}

.ie8 .main-nav {
    overflow: visible;
}

.ie8 .main-search {
    margin-bottom: 0;
}

.ie8 .main-search input.main-search-input {
    padding: 7px 8px 13px 12px;
}

.ie8 .main-search input.main-search-input:focus {
    padding: 10px 8px 10px 12px;
}

.ie8 table {
	display:table;
    overflow-x: auto;
}

.ie7 .main-search input.main-search-input {
    padding: 8px;
    background: #FFF;
    border: 4px solid #87099B;
    border-radius: 30px;
    width: 90%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ie7 .width-50 {
    width: 48%;
}

.ie8 .pages-in li {
    float: left;
    width: 43%;
}

.ie7 .alphabeticNav {
	display: block;
	margin-bottom: 20px;
	overflow: auto;
}

.ie7 .alphabeticNav li {
	float: left;
}

.ie7 .pages-in, .ie7 .content {
    overflow: visible;
}

.ie7 .pages-in {
    list-style: decimal;
}

.ie7 .pages-in li {
    float: none;
    margin: 0;
    display:list-item
}

.ie7 .placeholder {
    margin-top: 5px;
}

.ie7  .width100 {
    margin-right: 0;
}

.ie7 .button-widget {
    width: 90%;
}

.ie7 .social li {
    float: left;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    height: 150%;
    width: 0;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {

    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

}
