*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    text-decoration: none;
    color: #ee3224;
    background: transparent
}

a:hover,
a:focus {
    text-decoration: underline;
    color: #b71a0e
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

a:hover,
a:active {
    outline: 0
}

#header {
    background-color:transparent;
    position:fixed;
    width:100%;
    z-index:1;
}
#header img {
    margin-top:-60px;
}

@font-face {
    font-family: 'Open Sans';
    font-weight: bold;
    src: url('../fonts/2846E8_0_0.eot');
    src: url('../fonts/2846E8_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2846E8_0_0.woff') format('woff'), url('../fonts/2846E8_0_0.ttf') format('truetype')
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/2846E8_1_0.eot');
    src: url('../fonts/2846E8_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2846E8_1_0.woff') format('woff'), url('../fonts/2846E8_1_0.ttf') format('truetype')
}

@font-face {
    font-family: 'Open Sans';
    font-weight: normal;
    src: url('../fonts/2846E8_2_0.eot');
    src: url('../fonts/2846E8_2_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2846E8_2_0.woff') format('woff'), url('../fonts/2846E8_2_0.ttf') format('truetype')
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Open Sans';
    font-weight: bold;
    line-height: 1.1
}

h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: 13.33333333px
}

h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 10px
}

h1,
.h1 {
    font-size: 38px
}

h2,
.h2 {
    font-size: 32px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

blockquote {
    margin: 0 0 20px;
    padding: 10px 20px;
    border-left: 5px solid #eee
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote small {
    display: block;
    line-height: 1.42857143;
    color: #999
}

blockquote small:before {
    content: "\2014 \00A0"
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0
}

blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right
}

blockquote.pull-right small:before {
    content: ""
}

blockquote.pull-right small:after {
    content: "\00A0 \2014"
}

cite {
    font-style: normal
}

dfn {
    font-style: italic
}

hr {
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dotted #b3b3b3;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

p {
    margin: 0 0 10px
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: ""
}

small {
    font-size: 85%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

.text-muted {
    color: #999
}

.text-primary {
    color: #ee3224
}

.text-secondary {
    color: #3a608c
}

.text-warning {
    color: #ba9237
}

.text-danger {
    color: #da1416
}

.text-success {
    color: #83a854
}

.text-info {
    color: #3a87ad
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

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

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -10px
}

.list-inline>li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px
}

.list-social {
    margin-right: -5px;
    margin-left: -5px
}

.list-social>li {
    padding: 0 5px
}

.list-social>li>a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height: 30px;
    text-align: center;
    color: #000;
    background: #999
}

.list-social>li>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ee3224
}

dl {
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        clear: left;
        width: 160px;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        display: table;
        content: " "
    }
    .dl-horizontal dd:after {
        clear: both
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        display: table;
        content: " "
    }
    .dl-horizontal dd:after {
        clear: both
    }
}

.container {
    margin-right: auto;
    margin-left: 10%;
    padding-right: 15px;
    padding-left: 15px
}

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

.container:after {
    clear: both
}

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

.container:after {
    clear: both
}

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

.row:after {
    clear: both
}

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

.row:after {
    clear: both
}

.container .row {
    margin-top:40px;
}

.frame-text .row {
    margin: 10px 0 15px 0;
}

@media (min-width:768px) {
    .container .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

.row .row {
    margin-right: -15px;
    margin-left: -15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-12 {
    width: 100%
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-12 {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:992px) {
    .container {
        max-width: 640px
    }
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-12 {
        width: 100%
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 640px
    }
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
}

table {
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent
}

th {
    text-align: left
}

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

.table thead>tr>th,
.table tbody>tr>th,
.table tfoot>tr>th,
.table thead>tr>td,
.table tbody>tr>td,
.table tfoot>tr>td {
    padding: 8px;
    border-top: 1px solid #ddd;
    line-height: 1.42857143;
    vertical-align: top
}

.table thead>tr>th {
    vertical-align: bottom
}

.table caption+thead tr:first-child th,
.table colgroup+thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption+thead tr:first-child td,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child td {
    border-top: 0
}

.table tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

form {
    margin-bottom: 30px
}

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

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 21px;
    line-height: inherit;
    color: #333
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button {
    cursor: pointer
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 10px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto
}

.form-control:-moz-placeholder {
    color: #999
}

.form-control::-moz-placeholder {
    color: #999
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle
}

.radio label,
.checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 20px;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm {
    height: auto
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.33
}

select.input-lg {
    height: 45px;
    line-height: 45px
}

textarea.input-lg {
    height: auto
}

.has-warning .help-block,
.has-warning .control-label {
    color: #ba9237
}

.has-warning .form-control {
    border-color: #ba9237;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background: #fedd80
}

.has-warning .form-control:focus {
    border-color: #93732b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d9bd7e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d9bd7e
}

.has-error .help-block,
.has-error .control-label {
    color: #da1416
}

.has-error .form-control {
    border-color: #da1416;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background: #fee4e3
}

.has-error .form-control:focus {
    border-color: #ab1011;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f16365;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f16365
}

.has-success .help-block,
.has-success .control-label {
    color: #83a854
}

.has-success .form-control {
    border-color: #83a854;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background: #edffe8
}

.has-success .form-control:focus {
    border-color: #688643;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b4cb97;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b4cb97
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline {
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        width: 170px
    }
    .form-inline .form-control {
        display: inline-block
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus {
    text-decoration: none;
    color: #333
}

.btn:active,
.btn.active {
    outline: 0;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    background-image: none
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    filter: alpha(opacity=65);
    cursor: default;
    pointer-events: none
}

.btn-default {
    border-color: #ccc;
    color: #333;
    background-color: #fff
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    border-color: #adadad;
    color: #333;
    background-color: #ebebeb
}

.btn-default:active,
.btn-default.active {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #ccc;
    background-color: #fff
}

.btn-primary {
    border-color: #e72112;
    color: #fff;
    background-color: #ee3224
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    border-color: #ae190d;
    color: #fff;
    background-color: #d81f11
}

.btn-primary:active,
.btn-primary.active {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #e72112;
    background-color: #ee3224
}

.btn-secondary {
    border-color: #33547a;
    color: #fff;
    background-color: #3a608c
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
    border-color: #21364f;
    color: #fff;
    background-color: #2e4c6f
}

.btn-secondary:active,
.btn-secondary.active {
    background-image: none
}

.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
    border-color: #33547a;
    background-color: #3a608c
}

.btn-warning {
    border-color: #eea236;
    color: #fff;
    background-color: #f0ad4e
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    border-color: #d58512;
    color: #fff;
    background-color: #ed9c28
}

.btn-warning:active,
.btn-warning.active {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    border-color: #eea236;
    background-color: #f0ad4e
}

.btn-danger {
    border-color: #d43f3a;
    color: #fff;
    background-color: #d9534f
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
    border-color: #ac2925;
    color: #fff;
    background-color: #d2322d
}

.btn-danger:active,
.btn-danger.active {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    border-color: #d43f3a;
    background-color: #d9534f
}

.btn-success {
    border-color: #4cae4c;
    color: #fff;
    background-color: #5cb85c
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
    border-color: #398439;
    color: #fff;
    background-color: #47a447
}

.btn-success:active,
.btn-success.active {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    border-color: #4cae4c;
    background-color: #5cb85c
}

.btn-info:active,
.btn-info.active {
    background-image: none
}

.btn-link {
    border-radius: 0;
    font-weight: normal;
    color: #ee3224;
    cursor: pointer
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: underline;
    color: #b71a0e;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    text-decoration: none;
    color: #999
}

.btn-lg {
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.33
}

.btn-sm,
.btn-xs {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}
.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal
}

[data-icon]:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-youtube,
.icon-facebook,
.icon-instagram,
.icon-calendar,
.icon-share,
.icon-arrow-right,
.icon-arrow-left,
.icon-arrow-up,
.icon-arrow-down,
.icon-search,
.icon-close,
.icon-checkmark,
.icon-twitter {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 2;
    -webkit-font-smoothing: antialiased
}

.icon-youtube:before {
    content: "\f167"
}

.icon-facebook:before {
    content: "\f09a"
}

.icon-instagram:before {
    content: "\f16d"
}

.icon-calendar:before {
    content: "\f073"
}

.icon-share:before {
    content: "\e001"
}

.icon-arrow-right:before {
    content: "\e002"
}

.icon-arrow-left:before {
    content: "\e003"
}

.icon-arrow-up:before {
    content: "\e004"
}

.icon-arrow-down:before {
    content: "\e005"
}

.icon-search:before {
    content: "\e006"
}

.icon-close:before {
    content: "\e007"
}

.icon-checkmark:before {
    content: "\e008"
}

.icon-twitter:before {
    content: "\f099"
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: -2px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 0 dotted;
    content: ""
}

.nav {
    position: relative;
    z-index: 500
}

.nav .dropdown {
    position: static
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 20px;
    z-index: 1000;
    display: none;
    float: left;
    padding: 10px 20px;
    margin: 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ee3224;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu ul {
    padding: 0;
    list-style: none
}

.dropdown-menu ul+ul {
    margin-top: 10px
}

.dropdown-menu ul>li {
    padding: 5px 0
}

.dropdown-menu ul>li>a {
    display: block;
    clear: both;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.42857143;
    color: #ee3224;
    white-space: nowrap
}

.dropdown-menu ul>li>span {
    font-size: 12px
}

.dropdown-menu ul>li>a:hover,
.dropdown-menu ul>li>a:focus {
    text-decoration: none;
    color: #262626
}

.dropdown-menu ul>.active>a,
.dropdown-menu ul>.active>a:hover,
.dropdown-menu ul>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #ee3224
}

.dropdown-menu ul>.disabled>a,
.dropdown-menu ul>.disabled>a:hover,
.dropdown-menu ul>.disabled>a:focus {
    color: #999
}

.dropdown-menu ul>.disabled>a:hover,
.dropdown-menu ul>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 0;
    font-size: 12px;
    line-height: 1.42857143;
    text-transform: uppercase;
    color: #999
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width:768px) {
    .dropdown-menu {
        min-width: 400px
    }
    .dropdown-menu ul {
        float: left;
        width: 50%
    }
    .dropdown-menu ul+ul {
        width: 45%;
        margin-top: 0;
        margin-left: 5%
    }
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

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

.nav:after {
    clear: both
}

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

.nav:after {
    clear: both
}

.nav>li {
    display: block;
    position: relative
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    border-radius: 4px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #ee3224
}

.nav>li>a:hover .caret,
.nav>li>a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #ee3224
}

.nav .open>a .caret,
.nav .open>a:hover .caret,
.nav .open>a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.nav .open>a,
.nav .open>a:focus {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.nav-stacked .nav-header {
    font-size: 18px
}

.nav-stacked>li {
    margin: 5px 0
}

.nav-stacked>li>a {
    display: inline;
    padding: 0;
    color: #fff
}

.nav-stacked>li>a:hover,
.nav-stacked>li>a:focus {
    text-decoration: underline;
    background: none
}

.nav .caret {
    border-top-color: #b3b3b3;
    border-bottom-color: #b3b3b3
}

.nav a:hover .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.navbar {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.navbar-header {
    margin-bottom: 20px
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

.navbar-collapse {
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    border: 1px solid #ee3224;
    border-radius: 4px;
    background-color: transparent
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: #ee3224
}

.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
    background-color: #fff
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #ee3224
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

.navbar-nav {
    margin-bottom: 20px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase
}

@media (max-width:767px) {
    .brand {
        width: 170px
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu ul>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu ul>li>a:hover,
    .navbar-nav .open .dropdown-menu ul>li>a:focus {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
        margin-bottom: 0
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-collapse .navbar-text:last-child {
        margin-right: 0
    }
    .navbar-toggle {
        display: none
    }
    .navbar-nav {
        float: right;
        margin: 15px 0 0
    }
    .navbar-nav>li {
        float: left;
        margin-left: 20px
    }
}

.breadcrumb {
    margin-bottom: 30px;
    padding: 0 0 10px;
    border-bottom: 1px dashed #b3b3b3;
    list-style: none
}

.breadcrumb>li {
    display: inline
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #999;
    content: "/\00a0"
}

.breadcrumb>li>a {
    color: #3a608c
}

.breadcrumb>.active {
    color: #999
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: middle
}

.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.media>.pull-right {
    margin: 0 0 10px 20px
}

.media>.pull-left {
    margin: 0 20px 10px 0
}

.media-object {
    display: block
}

.panel {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 4px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #e9200e;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    clear: both
}

.panel-heading {
    margin: -15px -15px 15px;
    padding: 10px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 26px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    color: #feed35;
    background-color: #f7371a
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17.5px;
    font-weight: 500
}

.panel-body {
    color: #fff
}

.panel-link:hover {
    text-decoration: none
}

.panel-link:hover .panel {
    background-color: #d11d0d
}

.panel-link:hover .panel-heading {
    background-color: #e52508
}

.sidebar-panels {
    margin-top: 50px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .7;
    filter: alpha(opacity=70)
}

.close:hover,
.close:focus {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100)
}

button.close {
    padding: 0;
    border: 0;
    cursor: pointer;
    background: transparent;
    -webkit-appearance: none
}

.alert {
    padding:5px 10px;
    border:1px solid #efc266;
    border-radius: 4px;
    position:fixed;
    left:50%;
    top:10px;
    transform:translateX(-50%);
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable {
    padding-right: 25px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -15px;
    color: inherit
}

.alert-success {
    border-color: #c2d3af;
    color: #83a854;
    background-color: #edffe8
}

.alert-success hr {
    border-top-color: #b5ca9f
}

.alert-success .alert-link {
    color: #688643
}

.alert-warning {
    border-color: #efc266;
    color: #ba9237;
    background-color: #fedd80
}

.alert-warning hr {
    border-top-color: #edb94f
}

.alert-warning .alert-link {
    color: #93732b
}

.alert-danger {
    z-index: 999;
    border-color: #e99294;
    color: #da1416;
    background-color: #fee4e3
}

.alert-danger hr {
    border-top-color: #e57d7f
}

.alert-danger .alert-link {
    color: #ab1011
}

.alert-info {
    border-color: #bce8f1;
    color: #3a87ad;
    background-color: #d9edf7
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #2d6987
}

.socialbar {
    padding: 12px 0;
    background: #1e1e1e
}

.socialbar .list-social {
    margin-top: 3px;
    margin-bottom: 0
}

.socialbar .list-social>li>a {
    color: #000;
    background: #fff
}

.socialbar .list-social>li>a:hover {
    color: #fff;
    background-color: #ee3224
}

.socialbar .form-control {
    border-color: #555;
    color: #fff;
    background: #555
}

.socialbar .form-control:-moz-placeholder {
    color: #ccc
}

.socialbar .form-control::-moz-placeholder {
    color: #ccc
}

.socialbar .form-control:-ms-input-placeholder {
    color: #ccc
}

.socialbar .form-control::-webkit-input-placeholder {
    color: #ccc
}

.section {
    position: relative;
    margin: 0 -15px;
    padding: 40px 30px 20px;
    -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.175), 2px 0 2px -1px rgba(0, 0, 0, 0.175), -2px 0 2px -1px rgba(0, 0, 0, 0.175);
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.175), 2px 0 2px -1px rgba(0, 0, 0, 0.175), -2px 0 2px -1px rgba(0, 0, 0, 0.175)
}

.section:after {
    position: absolute;
    bottom: -26px;
    left: 50%;
    display: block;
    width: 61px;
    height: 27px;
    margin-left: -30px;
    background: url("../img/bg-tile-02.png") no-repeat;
    content: ""
}

.section-cycle {
    position: relative;
    padding: 0
}

.section-cycle:after {
    display: none
}

.section-cycle .slideshow {
    margin: 0
}

.section-cycle .slideshow-cta {
    padding: 20px;
    color: #fff;
    background: #1e1e1e
}

.section-ctas {
    margin: 0;
    padding: 30px 0 10px;
    background: #f7f7f7 url("../img/bg-tile-01.png") bottom center;
    z-index: 5
}

.section-group {
    background: url("../img/bg-sponge-01.png")
}

.section-stories,
.section-stories-alt {
    z-index: 4
}

.section-stories h2,
.section-stories-alt h2 {
    margin-bottom: 20px
}

.section-stories .article,
.section-stories-alt .article {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #999
}

.section-stories .article:first-child,
.section-stories-alt .article:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none
}

.section-stories .all-stories-link,
.section-stories-alt .all-stories-link {
    display: block;
    margin-bottom: 10px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold
}

.section-stories:after,
.section-stories-alt:after {
    background: url("../img/bg-sponge-02.png")
}

.section-stories-alt {
    background: #fff
}

.section-stories-alt:after {
    display: none
}

.section-story {
    background: #fff
}

.section-story .article {
    padding: 30px;
    background: url("../img/bg-sponge-01.png")
}

.section-story .list-social {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dashed #b3b3b3
}

.section-story:after {
    display: none
}

.section-countdown {
    background: #fcfcfd;
    z-index: 3
}

.section-countdown h3 {
    text-align: center
}

.section-countdown hr {
    margin: 40px -30px
}

.section-countdown .form-inline {
    margin: 30px 0 20px
}

.section-countdown:after {
    background: url("../img/bg-plain-02.png")
}

.section-movement {
    background: url("../img/bg-people.png") bottom center no-repeat
}

.section-movement:after {
    display: none
}

@media (max-width:768px) {
    .section-stories {
        padding: 40px 15px 0
    }
}

@media (min-width:768px) {
    .section-cycle {
        position: relative;
        margin: 0;
        padding: 0;
        background-position: center center;
        background-size: cover
    }
    .section-cycle .container {
        position: relative
    }
    .section-cycle .slideshow {
        margin: -15px 0;
        background: #fff
    }
    .section-cycle .slideshow.noBG {
        position: relative
    }
    .section-cycle .slideshow.noBG img {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }
    .section-cycle .slideshow-cta {
        position: absolute;
        top: 120px;
        left: 15px;
        width: 50%;
        padding: 20px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        color: #fff;
        background: #000;
        background: rgba(0, 0, 0, 0.75);
        z-index: 990
    }
    .section-cycle .slideshow-backdrop {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-position: center center;
        background-color: #1E1E1E;
        background-size: auto
    }
    .section-countdown {
        background: #fcfcfd url("../img/bg-map.png") bottom right no-repeat
    }
    .all-stories-link {
        position: absolute;
        top: 10px;
        right: 15px
    }
}

.slideshow {
    position: absolute;
    width: 930px;
    overflow: hidden;
    height: 465px
}

.slideshow-inner {
    height: 480px;
    position: absolute;
    width: 1860px
}

.section-cycle {
    height: 450px;
    overflow: hidden;
    margin-top: -15px !important;
    background-color: #fff
}

.slideshow-backdrop-mask {
    margin-top: 15px;
    height: 420px;
    width: 2556px;
    left: 50%;
    margin-left: -1348px;
    overflow: hidden;
    position: absolute;
    top: 0
}

.section-cycle .slideshow-backdrop {
    height: 420px;
    width: 3408px;
    position: absolute;
    opacity: 0.4
}

.slideshow-inner img {
    display: none
}

@media (max-width:991px) {
    .slideshow {
        width: 690px;
        height: 352px
    }
    .slideshow-inner {
        height: 352px;
        width: 1656px;
        margin-left: -234px
    }
    .section-cycle {
        height: 338px
    }
    .slideshow-backdrop-mask {
        height: 308px;
        width: 1938px;
        margin-left: -1258px
    }
    .section-cycle .slideshow-backdrop {
        height: 308px;
        width: 2584px
    }
    .section-cycle .slideshow-cta {
        top: 90px !important;
        width: 75% !important
    }
    .section-cycle .slideshow-cta h2 {
        font-size: 22px
    }
}

@media (max-width:768px) {
    .slideshow {
        width: auto
    }
    .section-cycle .slideshow-cta {
        position: absolute;
        width: 100% !important;
        top: 0 !important;
        margin-top: 15px;
        background: rgba(15, 15, 15, 0.7) !important
    }
}

.articles,
.articles-alt {
    margin-bottom: 30px;
    padding: 30px 20px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.175);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.175);
    background: #fff;
    overflow: auto
}

.articles:before,
.articles-alt:before,
.articles:after,
.articles-alt:after {
    display: table;
    content: " "
}

.articles:after,
.articles-alt:after {
    clear: both
}

.articles:before,
.articles-alt:before,
.articles:after,
.articles-alt:after {
    display: table;
    content: " "
}

.articles:after,
.articles-alt:after {
    clear: both
}

.articles-alt {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: url("../img/bg-sponge-01.png")
}

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

.article:after {
    clear: both
}

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

.article:after {
    clear: both
}

.article img {
    padding: 10px 10px 10px 0
}

.article .list-social {
    margin-right: -2px;
    margin-left: -2px;
    clear: both
}

.article .list-social>li {
    padding: 0 2px
}

.article .list-social>li>a {
    color: #fff;
    background: #000
}

.article .list-social>li>a.social-twitter {
    background: #598dca
}

.article .list-social>li>a.social-facebook {
    background: #3a589b
}

.article .list-social>li>a:hover {
    background-color: #ee3224
}

.bookmakers .list-social {
    margin-right: -2px;
    margin-left: -2px;
    clear: both
}

.bookmakers .list-social>li {
    padding: 0 2px
}

.bookmakers .list-social>li>a {
    color: #fff;
    background: #000
}

.bookmakers .list-social>li>a.social-twitter {
    background: #598dca
}

.bookmakers .list-social>li>a.social-facebook {
    background: #3a589b
}

.bookmakers .list-social>li>a:hover {
    background-color: #ee3224
}

.article-title {
    font-size: 18px;
    line-height: 1.4
}

.meta-data {
    color: #999
}

.meta-data a {
    color: #3a608c
}

.author {
    color: #3a608c
}

.advert {
    min-height: 205px;
    margin-bottom: 30px;
    padding: 20px 50% 0 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain
}

.advert-one {
    background-image: url("../img/meet-ed.png")
}

.advert-two {
    background-image: url("../img/advert2.png")
}

.people-grid {
    margin: 0 -30px
}

.people-grid:before,
.people-grid:after {
    display: table;
    content: " "
}

.people-grid:after {
    clear: both
}

.people-grid:before,
.people-grid:after {
    display: table;
    content: " "
}

.people-grid:after {
    clear: both
}

.person {
    position: relative;
    float: left;
    width: 50%;
    margin-bottom: 10px;
    padding: 0 30px;
    min-height: 240px
}

.person-image {
    display: block;
    margin-bottom: 20px
}

.person-name {
    text-transform: uppercase
}

@media (min-width:768px) {
    .people-row {
        padding: 30px 0;
        border-top: 1px dotted #b3b3b3
    }
    .people-row:before,
    .people-row:after {
        display: table;
        content: " "
    }
    .people-row:after {
        clear: both
    }
    .people-row:before,
    .people-row:after {
        display: table;
        content: " "
    }
    .people-row:after {
        clear: both
    }
    .people-row:first-child {
        border-top: none
    }
    .person {
        width: 33.333333333%;
        border-left: 1px dotted #b3b3b3;
        min-height: 0
    }
    .person:first-child {
        border-left: none
    }
}

#countdown-small {
    width: 260px
}

#countdown-large {
    width: 500px
}

.countdown {
    margin: 30px auto
}

.jCountdownContainer {
    position: relative;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.jCountdownScale {
    position: absolute;
    padding: 0px;
    margin: 0px
}

.jCountdown {
    padding: 0px;
    margin: 0px;
    white-space: nowrap
}

.jCountdown .group {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.jCountdown .group>.label {
    position: relative;
    left: 50%;
    padding: 0px;
    margin: 10px 0 0 -40px;
    width: 80px
}

.jCountdown.flip .group>.label {
    height: 13px
}

.jCountdown.flip.black .group>.label {
    background-image: url("../img/jcountdown_flip_black.png")
}

.jCountdown.flip.white .group>.label {
    background-image: url("../img/jcountdown_flip_white.png")
}

.jCountdown.flip .group.day>.label {
    background-position: -60px -970px
}

.jCountdown.flip .group.hour>.label {
    background-position: -60px -995px
}

.jCountdown.flip .group.minute>.label {
    background-position: -60px -1020px
}

.jCountdown.flip .group.second>.label {
    background-position: -60px -1045px
}

.jCountdown.slide .group>.label {
    height: 15px
}

.jCountdown.slide.black .group>.label {
    background-image: url("../img/jcountdown_slide_black.png")
}

.jCountdown.slide.white .group>.label {
    background-image: url("../img/jcountdown_slide_white.png")
}

.jCountdown.slide .group.day>.label {
    background-position: -60px -150px
}

.jCountdown.slide .group.hour>.label {
    background-position: -60px -175px
}

.jCountdown.slide .group.minute>.label {
    background-position: -60px -200px
}

.jCountdown.slide .group.second>.label {
    background-position: -60px -225px
}

.jCountdown.crystal .group>.label {
    height: 12px
}

.jCountdown.crystal.black .group>.label {
    background-image: url("../img/jcountdown_crystal_black.png")
}

.jCountdown.crystal.white .group>.label {
    background-image: url("../img/jcountdown_crystal_white.png")
}

.jCountdown.crystal .group.day>.label {
    background-position: -60px -153px
}

.jCountdown.crystal .group.hour>.label {
    background-position: -60px -178px
}

.jCountdown.crystal .group.minute>.label {
    background-position: -60px -203px
}

.jCountdown.crystal .group.second>.label {
    background-position: -60px -228px
}

.jCountdown.metal .group>.label {
    height: 15px
}

.jCountdown.metal.black .group>.label {
    background-image: url("../img/jcountdown_metal_black.png")
}

.jCountdown.metal.white .group>.label {
    background-image: url("../img/jcountdown_metal_white.png")
}

.jCountdown.metal .group.day>.label {
    background-position: -60px -153px
}

.jCountdown.metal .group.hour>.label {
    background-position: -60px -178px
}

.jCountdown.metal .group.minute>.label {
    background-position: -60px -203px
}

.jCountdown.metal .group.second>.label {
    background-position: -60px -228px
}

.jCountdown .group>.container {
    position: relative;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.jCountdown.flip .group>.container {
    width: 50px;
    height: 64px;
    padding: 6px 2px 2px 2px;
    margin: 0px 0px 0px 1px;
    background-position: 0 -960px
}

.jCountdown.flip .group>.container:first-child {
    margin: 0px
}

.jCountdown.flip.black .group>.container {
    background-image: url("../img/jcountdown_flip_black.png")
}

.jCountdown.flip.white .group>.container {
    background-image: url("../img/jcountdown_flip_white.png")
}

.jCountdown.slide .group>.container {
    width: 50px;
    height: 64px;
    padding: 1px 0px 1px 0px;
    background-position: -111px 0
}

.jCountdown.slide .group>.container:first-child {
    padding: 1px 0px 1px 1px;
    background-position: -60px 0
}

.jCountdown.slide .group>.container.lastItem {
    padding: 1px 1px 1px 0px;
    background-position: -161px 0
}

.jCountdown.slide.black .group>.container {
    background-image: url("../img/jcountdown_slide_black.png")
}

.jCountdown.slide.white .group>.container {
    background-image: url("../img/jcountdown_slide_white.png")
}

.jCountdown.crystal .group>.container {
    width: 60px;
    height: 60px;
    padding: 0px 1px 3px 1px;
    margin: 0px 0px 0px 1px;
    background-position: -60px 0
}

.jCountdown.crystal .group>.container:first-child {
    margin: 0px
}

.jCountdown.crystal.black .group>.container {
    background-image: url("../img/jcountdown_crystal_black.png")
}

.jCountdown.crystal.white .group>.container {
    background-image: url("../img/jcountdown_crystal_white.png")
}

.jCountdown.metal .group>.container {
    width: 60px;
    height: 60px;
    padding: 3px 1px 4px 1px;
    background-position: -124px 0
}

.jCountdown.metal .group>.container:first-child {
    width: 60px;
    padding: 3px 1px 4px 3px;
    background-position: -60px 0
}

.jCountdown.metal .group>.container.lastItem {
    width: 60px;
    padding: 3px 3px 4px 1px;
    background-position: -186px 0
}

.jCountdown.metal.black .group>.container {
    background-image: url("../img/jcountdown_metal_black.png")
}

.jCountdown.metal.white .group>.container {
    background-image: url("../img/jcountdown_metal_white.png")
}

.jCountdown .group>.container>.cover {
    position: absolute;
    z-index: 1;
    padding: 0px;
    margin: 0px
}

.jCountdown.slide .group>.container>.cover {
    left: 0px;
    top: 1px;
    width: 50px;
    height: 64px;
    background-position: -110px -70px
}

.jCountdown.slide .group>.container:first-child>.cover {
    left: 1px;
    background-position: -60px -70px
}

.jCountdown.slide .group>.container.lastItem>.cover {
    right: 1px;
    background-position: -160px -70px
}

.jCountdown.slide.black .group>.container>.cover {
    background-image: url("../img/jcountdown_slide_black.png")
}

.jCountdown.slide.white .group>.container>.cover {
    background-image: url("../img/jcountdown_slide_white.png")
}

.jCountdown.crystal .group>.container>.cover {
    left: 1px;
    top: 0px;
    width: 60px;
    height: 60px;
    background-position: -60px -70px
}

.jCountdown.crystal.black .group>.container>.cover {
    background-image: url("../img/jcountdown_crystal_black.png")
}

.jCountdown.crystal.white .group>.container>.cover {
    background-image: url("../img/jcountdown_crystal_white.png")
}

.jCountdown.metal .group>.container>.cover {
    top: 3px;
    left: 0px;
    width: 62px;
    height: 66px;
    background-position: -122px -70px
}

.jCountdown.metal .group>.container:first-child>.cover {
    left: 2px;
    background-position: -60px -70px
}

.jCountdown.metal .group>.container.lastItem>.cover {
    right: 2px;
    background-position: -184px -70px
}

.jCountdown.metal.black .group>.container>.cover {
    background-image: url("../img/jcountdown_metal_black.png")
}

.jCountdown.metal.white .group>.container>.cover {
    background-image: url("../img/jcountdown_metal_white.png")
}

.jCountdown .group>.container>.text {
    padding: 0px;
    margin: 0px
}

.jCountdown.flip .group>.container>.text {
    width: 50px;
    height: 64px
}

.jCountdown.flip.black .group>.container>.text {
    background-image: url("../img/jcountdown_flip_black.png")
}

.jCountdown.flip.white .group>.container>.text {
    background-image: url("../img/jcountdown_flip_white.png")
}

.jCountdown.slide .group>.container>.text {
    width: 50px;
    height: 64px
}

.jCountdown.slide.black .group>.container>.text {
    background-image: url("../img/jcountdown_slide_black.png")
}

.jCountdown.slide.white .group>.container>.text {
    background-image: url("../img/jcountdown_slide_white.png")
}

.jCountdown.crystal .group>.container>.text {
    width: 60px;
    height: 60px
}

.jCountdown.crystal.black .group>.container>.text {
    background-image: url("../img/jcountdown_crystal_black.png")
}

.jCountdown.crystal.white .group>.container>.text {
    background-image: url("../img/jcountdown_crystal_white.png")
}

.jCountdown.metal .group>.container>.text {
    position: relative;
    z-index: 2;
    width: 60px;
    height: 60px
}

.jCountdown.metal.black .group>.container>.text {
    background-image: url("../img/jcountdown_metal_black.png")
}

.jCountdown.metal.white .group>.container>.text {
    background-image: url("../img/jcountdown_metal_white.png")
}

.jCountdown.reflection {
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1)
}

.jCountdown.reflection.displayLabel {
    margin-top: -3px
}

.countdown-subheading {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.sidebar .sidebar-heading {
    margin: 30px 0 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #d5d5d5
}

.sidebar .sidebar-heading:first-child {
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: none
}

.sidebar .sidebar-heading .icon-facebook {
    margin-right: 12px;
    color: #39589b
}

.sidebar .sidebar-heading .icon-twitter {
    color: #598dca
}

.sidebar .form-search {
    position: relative
}

.sidebar .form-search .btn-link {
    position: absolute;
    top: 0;
    right: 0;
    color: #999
}

.sidebar .form-search .btn-link:hover {
    text-decoration: none
}

.sidebar .nav>li {
    margin: 0;
    padding: 8px 0;
    border-top: 1px solid #d5d5d5
}

.sidebar .nav>li:first-child {
    border-top: none
}

.sidebar .nav>li>a {
    color: #ee3224
}

.sidebar .nav>li>a:hover {
    color: #b71a0e
}

.footer-links {
    padding: 30px 0;
    border-top: 2px solid #ee3224;
    color: #999;
    background: #1e1e1e
}

.footer-links .nav {
    margin-bottom: 20px
}

.footer-links li {
    margin: 10px 0;
    font-size: 12px
}

.footer-smallprint {
    padding: 30px 0 20px;
    color: #fff;
    background: #ee3224
}

.footer-smallprint .list-inline>li>a {
    text-transform: uppercase;
    color: #fff
}

@media (min-width:768px) {
    .footer-smallprint .list-inline>li {
        border-left: 1px solid #fff
    }
    .footer-smallprint .list-inline>li:first-child {
        border-left: none
    }
}

#divAdminContainer {
    position: absolute;
    width: 100%
}

.swc_List {
    padding-left: 0
}

.swc_List li {
    border-bottom: 1px dotted #999999;
    list-style: none outside none;
    margin: 0;
    overflow: auto;
    padding: 3px
}

.swc_List a {
    display: block;
    margin: 25px 0
}

.swc_BorderBottom {
    border-bottom: 1px dotted #999999
}

.pagination {
    background: #edeced;
    border: 1px solid #dad9db;
    padding: 10px;
    margin-top: -30px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px #ffffff;
    filter: dropshadow(color=#fff, offx=0, offy=1)
}

.section-summary-element {
    border-bottom: 1px dotted #999999;
    padding: 20px 0 !important
}

#cookie-popup {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 280px;
    z-index: 9999;
    background: top center no-repeat #f8f8f8;
    padding: 10px 0;
    -webkit-box-shadow: 0px 0px 10px 5px #999;
    box-shadow: 0px 0px 10px 5px #999
}

#cookie-popup p {
    padding: 0 10px
}

#cookie-popup .center {
    text-align: center
}

.tumblr_posts {
    padding-left: 0
}

.tumblr_post {
    list-style: none;
    clear: both;
    border-bottom: 1px dotted #999999;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.tumblr_title {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    color: #EE3224
}

.tumblr_body {
    overflow: auto
}

.tumblr_body img {
    float: left
}

.continue_link {
    clear: both
}

.SummaryImage {
    float: left
}

.PageThumbnail {
    float: left
}

#frmPopupSignup .form-group {
    width: auto
}

#frmPopupSignup #Email {
    width: 280px
}

#frmPopupSignup #Postcode {
    width: 140px
}

#frmPopupSignup button {
    margin: 10px 0
}

#frmBlockSignup .form-group {
    width: auto
}

#frmBlockSignup #Email {
    width: auto
}

#frmBlockSignup #Postcode {
    width: auto
}

.all-stories .article {
    padding-bottom: 0px
}

.all-stories .article .row {
    border-bottom: 1px dashed #B3B3B3;
    padding-bottom: 30px
}

.all-stories .list-social {
    border: none
}

.section.section-cycle {
    box-shadow: none;
    z-index: 6
}

.support {
    font-family: 'Open Sans',sans-serif;
}

.support .navbar {
    padding: 0
}

.support h1,
.support h2,
.support h3,
.support h4,
.support h5,
.support h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight:normal;
}

.affiliatedsupporters {
    background: url('../img/background.jpg') no-repeat fixed 0 0 / cover #fff
}
.affiliatedsupporters.scotland {
    background: url('../img/background_scotland.jpg') no-repeat fixed 0 0 / cover #fff
}


.affiliatedsupporters p {
    margin-bottom: 20px
}

.affiliatedsupporters .fade-text {
    color: #a7a7a7
}

.affiliatedsupporters hr {
    width: 250px;
    height: 4px;
    border-bottom: 1px solid #fff;
    background: #ddd;
    outline: none;
    text-align: left;
    display: inline-block;
    border-top: none;
    margin: 30px 0
}

.affiliatedsupporters .frame-text {
    background-color: #EBEAED;
    border: 1px solid #DAD9DB;
    clear: both;
    font-weight: bold;
    margin: 30px 0;
    padding: 25px
}

.affiliatedsupporters input[type=radio]+label {
    display: inline-block;
    margin: -2px;
    padding: 25px 35px;
    background-color: #ebeaed;
    border-color: #ddd;
    border: solid 2px #dad9db;
    color: #a7a7a7;
    text-transform: uppercase;
    cursor: pointer
}

.affiliatedsupporters input[type=radio]:checked+label {
    background-image: none;
    background-color: #ebeaed;
    border: solid 1px #dad9db;
    color: #ee3224;
    text-transform: uppercase
}

.affiliatedsupporters input[type=checkbox].css-checkbox {
    display: none
}

.affiliatedsupporters input[type=checkbox].css-checkbox+label.css-label {
    padding-left: 19px;
    height: 15px;
    display: block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    margin-bottom: 1em;
    cursor: pointer
}

.affiliatedsupporters input[type=checkbox].css-checkbox:checked+label.css-label {
    background-position: 0 -15px
}

.affiliatedsupporters label.css-label {
    background-image: url('../img/checkboxes.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.affiliatedsupporters input[type=text],
.affiliatedsupporters input[type=email] {
    border: 1px solid #C3C3C3;
    border-radius: 0.3em;
    box-shadow: 0 3px 2px #EEEEEE inset;
    box-sizing: border-box;
    display: inline-block;
    line-height: 1em;
    margin: 5px 0;
    outline: 0 none;
    padding: 7px 6px;
    color: #676767
}

.affiliatedsupporters input[type=button],
.affiliatedsupporters button {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.5, #f73c2b), color-stop(.5, #ee3224));
    background-image: -o-linear-gradient(bottom, #f73c2b 50%, #ee3224 50%);
    background-image: -moz-linear-gradient(bottom, #f73c2b 50%, #ee3224 50%);
    background-image: -webkit-linear-gradient(bottom, #f73c2b 50%, #ee3224 50%);
    background-image: -ms-linear-gradient(bottom, #f73c2b 50%, #ee3224 50%);
    background-image: linear-gradient(to bottom, #f73c2b 50%, #ee3224 50%);
    border: 1px solid #921D15;
    box-shadow: 0 1px 0 #E44D42 inset;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 0.3em;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9em;
    outline: 0 none;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    font-family: 'Open Sans';
    font-weight: bold;
    border: none;
    padding: 9px 20px
}

.affiliatedsupporters select {
    border: 1px solid #d5d3d8;
    border-radius: 0.3em;
    box-shadow: 0 3px 2px #EEEEEE inset;
    box-sizing: border-box;
    line-height: 1em;
    margin: 5px 0;
    outline: 0 none;
    padding: 7px 6px;
    color: #676767;
    display: inline-block;
    cursor: pointer;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), color-stop(1, #edebee));
    background-image: -o-linear-gradient(bottom, #f7f7f7 0, #edebee 100%);
    background-image: -moz-linear-gradient(bottom, #f7f7f7 0, #edebee 100%);
    background-image: -webkit-linear-gradient(bottom, #f7f7f7 0, #edebee 100%);
    background-image: -ms-linear-gradient(bottom, #f7f7f7 0, #edebee 100%);
    background-image: linear-gradient(to bottom, #f7f7f7 0, #edebee 100%)
}

.affiliatedsupporters #non-affiliate {
    background-color: #EBEAED;
    border: 3px solid #DAD9DB;
    margin: 0 auto;
    position: fixed;
    top: 300px;
    width: 400px;
    padding: 20px;
    -moz-box-shadow: 0px 1px 15px #000000;
    -webkit-box-shadow: 0px 1px 15px #000000;
    box-shadow: 0px 1px 15px #000000;
    z-index: 9999
}

.affiliatedsupporters #explainer {
    background-color: #EBEAED;
    border: 3px solid #DAD9DB;
    margin: 0 auto;
    position: fixed;
    top: 50px;
    width: 550px;
    padding: 20px;
    -moz-box-shadow: 0px 1px 15px #000000;
    -webkit-box-shadow: 0px 1px 15px #000000;
    box-shadow: 0px 1px 15px #000000;
    z-index: 9999
}

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

.clearfix:after {
    clear: both
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent
}

@media screen and (max-width:400px) {
    @-ms-viewport {
        width: 320px
    }
}

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

.visible-xs {
    display: none !important
}

tr.visible-xs {
    display: none !important
}

th.visible-xs,
td.visible-xs {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-xs.visible-sm {
        display: block !important
    }
    tr.visible-xs.visible-sm {
        display: table-row !important
    }
    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-xs.visible-md {
        display: block !important
    }
    tr.visible-xs.visible-md {
        display: table-row !important
    }
    th.visible-xs.visible-md,
    td.visible-xs.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-xs.visible-lg {
        display: block !important
    }
    tr.visible-xs.visible-lg {
        display: table-row !important
    }
    th.visible-xs.visible-lg,
    td.visible-xs.visible-lg {
        display: table-cell !important
    }
}

.visible-sm {
    display: none !important
}

tr.visible-sm {
    display: none !important
}

th.visible-sm,
td.visible-sm {
    display: none !important
}

@media (max-width:767px) {
    .visible-sm.visible-xs {
        display: block !important
    }
    tr.visible-sm.visible-xs {
        display: table-row !important
    }
    th.visible-sm.visible-xs,
    td.visible-sm.visible-xs {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-sm.visible-md {
        display: block !important
    }
    tr.visible-sm.visible-md {
        display: table-row !important
    }
    th.visible-sm.visible-md,
    td.visible-sm.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-sm.visible-lg {
        display: block !important
    }
    tr.visible-sm.visible-lg {
        display: table-row !important
    }
    th.visible-sm.visible-lg,
    td.visible-sm.visible-lg {
        display: table-cell !important
    }
}

.visible-md {
    display: none !important
}

tr.visible-md {
    display: none !important
}

th.visible-md,
td.visible-md {
    display: none !important
}

@media (max-width:767px) {
    .visible-md.visible-xs {
        display: block !important
    }
    tr.visible-md.visible-xs {
        display: table-row !important
    }
    th.visible-md.visible-xs,
    td.visible-md.visible-xs {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-md.visible-sm {
        display: block !important
    }
    tr.visible-md.visible-sm {
        display: table-row !important
    }
    th.visible-md.visible-sm,
    td.visible-md.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-md.visible-lg {
        display: block !important
    }
    tr.visible-md.visible-lg {
        display: table-row !important
    }
    th.visible-md.visible-lg,
    td.visible-md.visible-lg {
        display: table-cell !important
    }
}

.visible-lg {
    display: none !important
}

tr.visible-lg {
    display: none !important
}

th.visible-lg,
td.visible-lg {
    display: none !important
}

@media (max-width:767px) {
    .visible-lg.visible-xs {
        display: block !important
    }
    tr.visible-lg.visible-xs {
        display: table-row !important
    }
    th.visible-lg.visible-xs,
    td.visible-lg.visible-xs {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-lg.visible-sm {
        display: block !important
    }
    tr.visible-lg.visible-sm {
        display: table-row !important
    }
    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-lg.visible-md {
        display: block !important
    }
    tr.visible-lg.visible-md {
        display: table-row !important
    }
    th.visible-lg.visible-md,
    td.visible-lg.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

.hidden-xs {
    display: block !important
}

tr.hidden-xs {
    display: table-row !important
}

th.hidden-xs,
td.hidden-xs {
    display: table-cell !important
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
    tr.hidden-xs {
        display: none !important
    }
    th.hidden-xs,
    td.hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-xs.hidden-sm {
        display: none !important
    }
    tr.hidden-xs.hidden-sm {
        display: none !important
    }
    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-xs.hidden-md {
        display: none !important
    }
    tr.hidden-xs.hidden-md {
        display: none !important
    }
    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-xs.hidden-lg {
        display: none !important
    }
    tr.hidden-xs.hidden-lg {
        display: none !important
    }
    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
        display: none !important
    }
}

.hidden-sm {
    display: block !important
}

tr.hidden-sm {
    display: table-row !important
}

th.hidden-sm,
td.hidden-sm {
    display: table-cell !important
}

@media (max-width:767px) {
    .hidden-sm.hidden-xs {
        display: none !important
    }
    tr.hidden-sm.hidden-xs {
        display: none !important
    }
    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
    tr.hidden-sm {
        display: none !important
    }
    th.hidden-sm,
    td.hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-sm.hidden-md {
        display: none !important
    }
    tr.hidden-sm.hidden-md {
        display: none !important
    }
    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-sm.hidden-lg {
        display: none !important
    }
    tr.hidden-sm.hidden-lg {
        display: none !important
    }
    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
        display: none !important
    }
}

.hidden-md {
    display: block !important
}

tr.hidden-md {
    display: table-row !important
}

th.hidden-md,
td.hidden-md {
    display: table-cell !important
}

@media (max-width:767px) {
    .hidden-md.hidden-xs {
        display: none !important
    }
    tr.hidden-md.hidden-xs {
        display: none !important
    }
    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-md.hidden-sm {
        display: none !important
    }
    tr.hidden-md.hidden-sm {
        display: none !important
    }
    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
    tr.hidden-md {
        display: none !important
    }
    th.hidden-md,
    td.hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-md.hidden-lg {
        display: none !important
    }
    tr.hidden-md.hidden-lg {
        display: none !important
    }
    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {
        display: none !important
    }
}

.hidden-lg {
    display: block !important
}

tr.hidden-lg {
    display: table-row !important
}

th.hidden-lg,
td.hidden-lg {
    display: table-cell !important
}

@media (max-width:767px) {
    .hidden-lg.hidden-xs {
        display: none !important
    }
    tr.hidden-lg.hidden-xs {
        display: none !important
    }
    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-lg.hidden-sm {
        display: none !important
    }
    tr.hidden-lg.hidden-sm {
        display: none !important
    }
    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-lg.hidden-md {
        display: none !important
    }
    tr.hidden-lg.hidden-md {
        display: none !important
    }
    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
    tr.hidden-lg {
        display: none !important
    }
    th.hidden-lg,
    td.hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

tr.visible-print {
    display: none !important
}

th.visible-print,
td.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
    .hidden-print {
        display: none !important
    }
    tr.hidden-print {
        display: none !important
    }
    th.hidden-print,
    td.hidden-print {
        display: none !important
    }
}

.extra_number { margin-bottom:20px !important ; }

.collapsed {
    display:none;
}

[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px; margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

label {
    display: block;
    cursor: pointer;
    line-height: 30px;
    font-size: 15px;
}
.address_container {
    width: 350px;
    margin-bottom:10px;
    margin-top:40px;
}
.address_container div {
    clear:both;
}
.address_container label {
    display:inline-block;
}
.address_container input[type="button"] {
    clear:both;
    float:left;
}
.address_container input[type="text"] {
    float:right;
}

/* Alternative radio button styling */
[type="radio"] + span {
    display: block;
}
[type="radio"] + span:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.10em;
    border-radius: 1em;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 1px #000000;
    margin-right: 0.75em;
    transition: 0.5s ease all;
}
[type="radio"]:checked + span:before {
    background: #ee3224;
    box-shadow: 0 0 0 3px #000000;
}

.leader-election-message {
    margin: 20px 0;
    font-size: 0.9em;
}

table.maincontent tr td {
    font-weight:bold;
}