@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Open+Sans:400,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    min-height: 0;
    padding-right: 15px;
    padding-left: 15px
}

.container-fluid {
    max-width: 1280px
}

@media (min-width:1200px) {
    .column-thirds .column-third:nth-child(3n+4) {
        clear: left
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .column-thirds .column-third {
        width: 50%
    }

    .column-thirds .column-third:nth-child(2n+3) {
        clear: left
    }
}

@media (max-width:767px) {
    .column-thirds .column-third {
        clear: none
    }
}

.column-thirds {
    margin-left: -50px;
    margin-right: -15px
}

.column-thirds .column-third {
    padding-left: 50px;
    padding-right: 15px
}

.three-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

@media (max-width:990px) {
    .three-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media (max-width:767px) {
    .three-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.two-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

@media (max-width:767px) {
    .two-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

body {
    font-family: "Open Sans", sans-serif, sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #052635
}

@media (min-width:641px) {
    body {
        font-size: 19px;
        line-height: 1.4
    }
}

.bold-large,
.bold-medium,
.bold-small,
.bold-xlarge,
.bold-xsmall,
.font-large,
.font-medium,
.font-small,
.font-xlarge,
.font-xsmall,
.font-xxlarge,
.heading-large,
.heading-medium,
.heading-small,
.heading-xlarge,
.heading-xsmall,
.lead,
.part-title,
h1,
h2,
h3,
h4,
h5 {
    font-family: "Open Sans", sans-serif, sans-serif;
    font-weight: 400;
    text-transform: none;
    color: #052635
}

.bold-large.top,
.bold-medium.top,
.bold-small.top,
.bold-xlarge.top,
.bold-xsmall.top,
.font-large.top,
.font-medium.top,
.font-small.top,
.font-xlarge.top,
.font-xsmall.top,
.font-xxlarge.top,
.heading-large.top,
.heading-medium.top,
.heading-small.top,
.heading-xlarge.top,
.heading-xsmall.top,
.lead.top,
.part-title.top,
h1.top,
h2.top,
h3.top,
h4.top,
h5.top {
    margin-top: 0;
    padding-top: 0
}

.bold-large.bottom,
.bold-medium.bottom,
.bold-small.bottom,
.bold-xlarge.bottom,
.bold-xsmall.bottom,
.font-large.bottom,
.font-medium.bottom,
.font-small.bottom,
.font-xlarge.bottom,
.font-xsmall.bottom,
.font-xxlarge.bottom,
.heading-large.bottom,
.heading-medium.bottom,
.heading-small.bottom,
.heading-xlarge.bottom,
.heading-xsmall.bottom,
.lead.bottom,
.part-title.bottom,
h1.bottom,
h2.bottom,
h3.bottom,
h4.bottom,
h5.bottom {
    padding-bottom: 0;
    margin-bottom: 0
}

.bold-large,
.bold-medium,
.bold-small,
.bold-xlarge,
.bold-xsmall,
.heading-large,
.heading-medium,
.heading-small,
.heading-xlarge,
.heading-xsmall,
.part-title,
h1,
h2,
h3,
h4,
h5 {
    font-family: Montserrat, sans-serif, sans-serif;
    font-weight: 700
}

p.top,
ul.top {
    margin-top: 0 !important;
    padding-top: 0 !important
}

p.bottom,
ul.bottom {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important
}

h1 {
    font-size: 36px;
    line-height: 1.2;
    margin: 30px 0
}

@media (min-width:641px) {
    h1 {
        font-size: 50px;
        line-height: 1.2;
        margin: 50px 0
    }
}

h2 {
    font-size: 24px;
    line-height: 1.25;
    margin: 30px 0 15px
}

@media (min-width:641px) {
    h2 {
        font-size: 32px;
        line-height: 1.25;
        margin: 50px 0 25px
    }
}

h3 {
    font-size: 19px;
    line-height: 1.2;
    margin: 30px 0 15px
}

@media (min-width:641px) {
    h3 {
        font-size: 24px;
        line-height: 1.25;
        margin: 40px 0 20px
    }
}

h4 {
    font-size: 16px;
    line-height: 1.25;
    margin: 25px 0 12px
}

@media (min-width:641px) {
    h4 {
        font-size: 19px;
        line-height: 1.3;
        margin: 30px 0 15px
    }
}

.font-xxlarge {
    font-size: 53px;
    line-height: 1.1
}

@media (min-width:641px) {
    .font-xxlarge {
        font-size: 80px;
        line-height: 1.1
    }
}

.font-xlarge {
    font-size: 32px;
    line-height: 1.1
}

@media (min-width:641px) {
    .font-xlarge {
        font-size: 48px;
        line-height: 1.1
    }
}

.font-large {
    font-size: 24px;
    line-height: 1.1
}

@media (min-width:641px) {
    .font-large {
        font-size: 36px;
        line-height: 1.2
    }
}

.font-medium {
    font-size: 19px;
    line-height: 1.2
}

@media (min-width:641px) {
    .font-medium {
        font-size: 24px;
        line-height: 1.25
    }
}

.font-small {
    font-size: 16px;
    line-height: 1.25
}

@media (min-width:641px) {
    .font-small {
        font-size: 19px;
        line-height: 1.3
    }
}

.font-xsmall {
    font-size: 14px;
    line-height: 1.2
}

@media (min-width:641px) {
    .font-xsmall {
        font-size: 16px;
        line-height: 1.25
    }
}

.heading-xlarge {
    font-size: 36px;
    line-height: 1.2;
    margin: 30px 0
}

@media (min-width:641px) {
    .heading-xlarge {
        font-size: 50px;
        line-height: 1.2;
        margin: 50px 0
    }
}

.heading-large {
    font-size: 24px;
    line-height: 1.25;
    margin: 30px 0 15px
}

@media (min-width:641px) {
    .heading-large {
        font-size: 32px;
        line-height: 1.25;
        margin: 50px 0 25px
    }
}

.heading-medium {
    font-size: 19px;
    line-height: 1.2;
    margin: 30px 0 15px
}

@media (min-width:641px) {
    .heading-medium {
        font-size: 24px;
        line-height: 1.25;
        margin: 40px 0 20px
    }
}

.heading-small {
    font-size: 16px;
    line-height: 1.25;
    margin: 25px 0 12px
}

@media (min-width:641px) {
    .heading-small {
        font-size: 19px;
        line-height: 1.3;
        margin: 30px 0 15px
    }
}

.part-title {
    font-size: 20px;
    line-height: 1.25;
    margin: 30px 0 15px
}

@media (min-width:641px) {
    .part-title {
        font-size: 27px;
        line-height: 1.3;
        margin: 40px 0 20px
    }
}

.part-content {
    max-width: 35em
}

.part-content .part-title {
    font-size: 24px;
    line-height: 1.25;
    margin: 30px 0 15px
}

@media (min-width:641px) {
    .part-content .part-title {
        font-size: 32px;
        line-height: 1.25;
        margin: 50px 0 25px
    }
}

.part-content h2 {
    font-size: 19px;
    line-height: 1.2;
    margin: 30px 0 15px
}

@media (min-width:641px) {
    .part-content h2 {
        font-size: 24px;
        line-height: 1.25;
        margin: 40px 0 20px
    }
}

.section-title {
    display: block;
    font-size: 24px;
    color: #07374c;
    font-weight: 400
}

.hidden-text,
.link-back,
.paragraph,
.text-link.reveal,
p,
p.sharepoint {
    margin: .25em 0 1em;
    line-height: 1.6
}

@media (min-width:641px) {

    .hidden-text,
    .link-back,
    .paragraph,
    .text-link.reveal,
    p,
    p.sharepoint {
        margin: .3em 0 1.1em
    }
}

.hidden-text .panel {
    margin-top: 10px
}

.hidden-text .panel * {
    margin: 15px 0 0;
    max-width: 35em
}

.hidden-text .panel li {
    margin: 7px 0 0
}

.hidden-text .panel li:first-child {
    margin-top: 0
}

.hidden-text .panel :first-child {
    margin-top: 0 !important
}

.hidden-text .panel :last-child {
    margin-bottom: 0 !important
}

.hidden-text a.reveal {
    border-bottom: 1px solid rgba(229, 88, 37, .3);
    text-decoration: none !important
}

.hidden-text a.reveal:hover {
    border-color: rgba(234, 123, 83, .3) !important
}

.hidden-text a.reveal:visited {
    border-color: rgba(76, 44, 146, .3)
}

.lead {
    font-size: 19px;
    line-height: 1.6
}

@media (min-width:641px) {
    .lead {
        font-size: 24px;
        line-height: 1.6;
        margin-top: 1.0526315789em
    }
}

.lead.header {
    margin-bottom: 50px
}

.lead a[rel=external] {
    margin-right: 32px
}

.text {
    max-width: 35em
}

.content-block {
    max-width: 48em;
    padding-bottom: 2.5em
}

.text-description {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: #07374c
}

@media (min-width:641px) {
    .text-description {
        font-size: 19px
    }
}

.text-block,
.text-highlight {
    border-left: 15px solid #e6edf0;
    padding: 15px;
    width: 100%;
    margin: 30px 0
}

@media (min-width:641px) {

    .text-block,
    .text-highlight {
        margin: 30px 0;
        padding: 15px 30px
    }
}

.text-block.top,
.text-highlight.top {
    margin-top: 0
}

.text-block h2,
.text-block h3,
.text-block h4,
.text-block p:first-of-type,
.text-highlight h2,
.text-highlight h3,
.text-highlight h4,
.text-highlight p:first-of-type {
    margin-top: 0
}

.text-block h2,
.text-block h3,
.text-block h4,
.text-highlight h2,
.text-highlight h3,
.text-highlight h4 {
    margin-bottom: 15px
}

@media (max-width:641px) {

    .text-block h2,
    .text-block h3,
    .text-block h4,
    .text-highlight h2,
    .text-highlight h3,
    .text-highlight h4 {
        margin-bottom: 7px
    }
}

.text-block p:last-of-type,
.text-highlight p:last-of-type {
    margin-bottom: 0
}

.text-block.text-highlight--blue,
.text-highlight.text-highlight--blue {
    border-color: #e55825;
    background: rgba(229, 88, 37, .1)
}

.text-block.text-highlight--green,
.text-highlight.text-highlight--green {
    border-color: #e55825;
    background: rgba(229, 88, 37, .1)
}

.text-block.text-highlight--red,
.text-highlight.text-highlight--red {
    border-color: #c0392b;
    background: rgba(192, 57, 43, .1)
}

@media (min-width:641px) {

    .text-highlight--blue,
    .text-highlight--green,
    .text-highlight--red {
        padding: 30px
    }
}

.text-block {
    margin: 0 0 30px;
    border: 0;
    border-left: 2px solid #e6edf0;
    padding: 0 15px
}

@media (min-width:641px) {
    .text-block {
        padding: 0 30px
    }
}

.notice {
    position: relative;
    margin: 30px 0
}

.notice i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    font-size: 30px
}

.notice strong {
    display: block;
    padding-left: 55px !important;
    margin-left: -15px
}

a.doc {
    border-bottom: 1px solid #cfdce1;
    padding: 20px 15px 20px 40px;
    margin: 0;
    display: block;
    font-weight: 700;
    position: relative
}

a.doc:first-of-type {
    border-top: 1px solid #cfdce1
}

a.doc:hover {
    background: #cfdce1;
    text-decoration: none
}

a.doc span {
    color: #07374c;
    margin-left: 10px
}

a.doc:before {
    font-family: FontAwesome;
    position: absolute;
    font-weight: 400;
    top: 17px;
    left: 10px;
    height: 25px;
    margin-top: -5px;
    width: 25px;
    display: block;
    padding: 0;
    font-size: 22px
}

a.doc.pdf:before {
    content: '\f1c1';
    color: #ed1f24
}

a.doc.word:before {
    content: '\f1c2';
    color: #294ba0
}

a.doc.xl:before {
    content: '\f1c3';
    color: #269129
}

a.doc.external:before {
    content: '\f08e';
    color: rgba(0, 0, 0, .5)
}

a.doc.pp:before {
    content: '\f1c4';
    color: orange
}

a.doc.external:hover:before,
a.doc.pdf:hover:before,
a.doc.pp:hover:before,
a.doc.word:hover:before,
a.doc.xl:hover:before {
    color: #333
}

a[rel]:after {
    font-family: FontAwesome;
    padding: 0 5px
}

a[rel=xl]:after,
a[rel=xsl]:after,
a[rel=xslx]:after {
    content: "\f1c3"
}

a[rel=pdf]:after {
    content: "\f1c1"
}

a[rel=doc]:after,
a[rel=docx]:after {
    content: "\f1c2"
}

a[rel=pp]:after,
a[rel=pt]:after {
    content: "\f1c4"
}

a[rel=external]:after {
    content: "\f08e"
}

.link,
a {
    text-decoration: underline;
    color: #e55825
}

.link:hover,
a:hover {
    color: #ea7b53
}

.link:visited,
a:visited {
    text-decoration: underline
}

.link {
    border: 0 !important;
    padding: 0 !important
}

a[rel=external] {
    margin-right: 25px
}

a[rel=external]:after {
    position: absolute
}

.text-link.reveal {
    text-decoration: none
}

.text-link.reveal.collapsed span {
    border-bottom: 1px solid #e55825
}

.text-link.reveal:before {
    font-family: FontAwesome;
    content: "\f0d7"
}

.text-link.reveal.collapsed:before {
    content: "\f0da"
}

.link-back {
    text-decoration: none !important;
    border-bottom: 1px solid #e55825;
    display: inline-block;
    margin: 10px 0 0
}

.link-back:before {
    font-family: FontAwesome;
    content: "\f0d9";
    margin-right: 5px
}

.link-back:hover {
    border-bottom: 1px solid #ea7b53
}

.link-back:visited {
    color: #e55825 !important
}

.link-small {
    font-size: 14px;
    line-height: 1.2;
    color: #e55825
}

@media (min-width:641px) {
    .link-small {
        font-size: 16px;
        line-height: 1.25
    }
}

ol,
ul {
    list-style-type: none
}

ol.bottom,
ul.bottom {
    margin-bottom: 0
}

ol.bottom li:last-of-type,
ul.bottom li:last-of-type {
    margin-bottom: 0
}

.list {
    padding: 0;
    margin-top: 0;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%
}

@media (min-width:641px) {
    .list {
        margin-bottom: 17px
    }
}

.list li {
    margin-bottom: 7px
}

.list-bullet {
    list-style-type: disc;
    padding-left: 20px
}

.list-number {
    list-style-type: decimal;
    padding-left: 20px
}

.list-step {
    list-style-type: none;
    margin: 30px 0
}

.list-step li {
    counter-increment: step-counter;
    margin-bottom: 10px;
    position: relative;
    padding: 4px 10px 5px 45px
}

@media (min-width:641px) {
    .list-step li {
        padding: 7px 10px 13px 55px;
        margin-bottom: 15px
    }
}

.list-step li:last-of-type {
    margin-bottom: 0
}

.list-step li:before {
    content: counter(step-counter);
    background-color: #e55825;
    color: #fff;
    font-weight: 700;
    padding: 5px;
    border-radius: 50%;
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.3
}

@media (min-width:641px) {
    .list-step li:before {
        font-size: 19px;
        width: 40px;
        height: 40px;
        padding: 8px
    }
}

.list-nav {
    font-size: 16px;
    width: 100%
}

@media (min-width:641px) {
    .list-nav {
        font-size: 19px
    }
}

.list-nav li {
    margin-bottom: 10px;
    line-height: 1.7
}

.list-nav li a {
    border-bottom: 1px solid rgba(229, 88, 37, .3);
    text-decoration: none !important
}

.list-nav li a:hover {
    border-color: rgba(234, 123, 83, .3) !important
}

.list-nav li a:visited {
    border-color: rgba(76, 44, 146, .3)
}

.heading-contents {
    margin-top: 3em
}

.list-contents {
    font-size: 16px
}

blockquote {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    position: relative;
    padding: 0 30px 0 80px;
    margin: 30px 0;
    border-left: 5px solid #cfdce1
}

@media (min-width:641px) {
    blockquote {
        margin: 60px 0
    }
}

blockquote:before {
    font-family: FontAwesome;
    content: "\f10d";
    position: absolute;
    top: 0;
    left: 30px;
    opacity: .5;
    font-size: 32px
}

blockquote p {
    font-size: 24px !important;
    margin: 0 0 15px;
    padding: 0
}

@media (max-width:641px) {
    blockquote p {
        font-size: 19px !important
    }
}

@media (min-width:641px) {
    blockquote p {
        padding: 30px
    }
}

blockquote span.open-quote:after {
    color: #cfdce1
}

blockquote footer {
    color: #052635
}

@media (max-width:641px) {
    blockquote footer {
        font-size: 16px !important
    }
}

blockquote .blockquote-footer,
blockquote cite {
    color: #07374c;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6
}

.text-highlight * {
    margin: 15px 0 0
}

.text-highlight li {
    margin: 7px 0 0
}

.text-highlight li:first-child {
    margin-top: 0
}

.text-highlight :first-child {
    margin-top: 0 !important
}

.text-highlight :last-child {
    margin-bottom: 0 !important
}

.text-highlight pre {
    margin-top: 15px !important
}

@media (max-width:641px) {

    .text-block h2,
    .text-block h3,
    .text-block h4,
    .text-highlight h2,
    .text-highlight h3,
    .text-highlight h4 {
        margin-bottom: 15px
    }
}

ul+.text-highlight {
    margin-top: 6px
}

ul+.heading-large {
    margin-top: 26px
}

@media (max-width:641px) {
    ul+.heading-large {
        margin-top: 6px
    }
}

ul+.heading-medium {
    margin-top: 16px
}

@media (max-width:641px) {
    ul+.heading-medium {
        margin-top: 6px
    }
}

ul+.heading-small {
    margin-top: 6px
}

@media (max-width:641px) {
    ul+.heading-small {
        margin-top: 1px
    }
}

ul+p {
    margin-top: 0
}

.text-highlight+p {
    margin-top: 0
}

.btn+.heading-medium,
.btn+.heading-small,
.btn+h2,
.btn+h3 {
    margin-top: 50px
}

@media (max-width:641px) {

    .btn+.heading-medium,
    .btn+.heading-small,
    .btn+h2,
    .btn+h3 {
        margin-top: 30px
    }
}

.list-nav .contact i {
    margin-right: 10px
}

.contact {
    font-size: 21px
}

@media (max-width:641px) {
    .contact {
        font-size: 19px
    }
}

.contact i {
    margin-right: 10px
}

.sub-section a+p.contact {
    margin-top: 0
}

h2+h3 {
    margin-top: 0
}

.top-header-margin {
    margin-top: 50px
}

@media (max-width:641px) {
    .top-header-margin {
        margin-top: 30px
    }
}

.more {
    font-weight: 700
}

.box-layout {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-direction: row;
    -moz-box-flex-direction: row;
    -ms-flex-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -ms-flex-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -15px;
    width: auto;
    padding: 0 0 15px
}

.box-layout .box-layout-item {
    padding-bottom: 10px;
    width: calc(100% * (1/3) - 16px);
    margin: 15px 0 0 15px;
    border: 0;
    background: #f6f7fa;
    padding: 30px
}

@media (max-width:1200px) {
    .box-layout .box-layout-item {
        width: calc(100% * (1/2) - 16px)
    }
}

@media (max-width:600px) {
    .box-layout .box-layout-item {
        width: 100%
    }
}

.box-layout h2:first-of-type,
.box-layout h3:first-of-type,
.box-layout h4:first-of-type {
    margin-top: 0
}

.box-layout.other {
    margin-bottom: 0;
    padding-bottom: 0
}

.box-layout.other p {
    color: #07374c;
    margin: 0 0 10px
}

.box-layout.other .box-layout-item:last-of-type {
    padding-bottom: 0
}

@media (max-width:641px) {
    .box-layout.main.transparent .box-layout-item {
        padding: 0 0 15px 0
    }
}

.box-layout .list-nav li {
    border-left: 3px solid #bfd1d7
}

.box-layout .list-nav li a {
    border: 0;
    padding-left: 15px;
    text-decoration: underline !important;
    display: inline-block
}

.box-layout .list-nav li:last-child {
    margin: 0
}

.box-layout.transparent .box-layout-item {
    background: 0 0;
    padding: 0 30px 15px 0
}

@media (max-width:641px) {
    .box-layout.transparent .box-layout-item {
        width: 100%;
        padding: 0 0 5px 0
    }
}

.box-layout.transparent .box-layout-item .list-nav li {
    border-left: 3px solid #f6f7fa
}

.telephone {
    font-weight: 700;
    position: relative;
    padding-left: 27px;
    margin: 5px 0 10px;
    font-size: 21px
}

@media (max-width:641px) {
    .telephone {
        padding-left: 22px;
        margin: 0 0 10px;
        font-size: 19px
    }
}

.telephone:before {
    font-family: FontAwesome;
    content: "\f095";
    margin-right: 0;
    color: #9da5b2;
    position: absolute;
    left: 0
}

.telephone .additionalInfo {
    font-size: 14px;
    line-height: 1.2;
    display: block;
    font-weight: 400
}

@media (min-width:641px) {
    .telephone .additionalInfo {
        font-size: 16px;
        line-height: 1.25
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.btn,
.form-group input.btn.btn-primary,
.form-group input[type=button],
.form-group input[type=submit],
.limitedrte-Style-BUTTON {
    font-weight: 400;
    font-size: 19px;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    white-space: normal;
    border: 1px solid #cfdce1;
    box-shadow: none;
    margin: 0 0 20px;
    text-decoration: none !important;
    padding: 20px 25px;
    text-align: left;
    line-height: 1.3em;
    position: relative
}

@media (max-width:641px) {

    .btn,
    .form-group input.btn.btn-primary,
    .form-group input[type=button],
    .form-group input[type=submit],
    .limitedrte-Style-BUTTON {
        margin: 5px 0 15px;
        padding: 15px 20px;
        font-size: 16px
    }
}

.btn:after,
.form-group input.btn.btn-primary:after,
.form-group input[type=button]:after,
.form-group input[type=submit]:after,
.limitedrte-Style-BUTTON:after {
    display: none
}

.btn:focus,
.form-group input.btn.btn-primary:focus,
.form-group input[type=button]:focus,
.form-group input[type=submit]:focus,
.limitedrte-Style-BUTTON:focus {
    background: #ffbf47;
    color: #052635;
    border-color: #ffbf47 !important
}

.btn-arrow,
.btn[rel=external] {
    padding-right: 60px
}

.btn-arrow:before,
.btn[rel=external]:before {
    height: 100%;
    width: 36px;
    position: absolute;
    background: rgba(0, 0, 0, .1);
    right: 0;
    top: 0;
    z-index: 5;
    display: block;
    content: ""
}

.btn-arrow:after,
.btn[rel=external]:after {
    content: "\f105";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    right: 0;
    height: auto;
    background: 0 0;
    padding: 0;
    top: 50%;
    text-align: center;
    line-height: 0;
    width: 36px;
    font-size: 30px
}

@media (max-width:767px) {

    .btn-arrow,
    .btn[rel=external] {
        padding-right: 50px
    }
}

.btn[rel=external] {
    margin: 0 0 20px
}

.btn[rel=external]:after {
    content: "\f08e";
    width: 41px;
    font-size: 14px;
    opacity: .8
}

.btn.bottom {
    margin-bottom: 0 !important
}

.btn-small,
.form-group input[type=button].btn-small {
    font-size: 16px;
    padding: 10px
}

@media (max-width:767px) {

    .btn-small,
    .form-group input[type=button].btn-small {
        font-size: 14px
    }
}

.btn-default {
    background-color: #cfdce1;
    color: #fff
}

.btn-default:hover {
    background: #bfd1d7;
    color: #fff
}

.btn-default:visited {
    color: #fff
}

.btn-primary,
.form-group input.btn.btn-primary,
.form-group input[type=button],
.form-group input[type=submit],
.limitedrte-Style-BUTTON {
    background-color: #e55825;
    color: #fff;
    border-color: #e55825
}

.btn-primary:hover,
.form-group input.btn.btn-primary:hover,
.form-group input[type=button]:hover,
.form-group input[type=submit]:hover,
.limitedrte-Style-BUTTON:hover {
    background: #e8693c;
    color: #fff;
    border-color: #e8693c
}

.btn-primary:active,
.form-group input.btn.btn-primary:active,
.form-group input[type=button]:active,
.form-group input[type=submit]:active,
.limitedrte-Style-BUTTON:active {
    background: #c04417 !important;
    color: #fff !important;
    border-color: #c04417 !important
}

.btn-primary:visited,
.form-group input.btn.btn-primary:visited,
.form-group input[type=button]:visited,
.form-group input[type=submit]:visited,
.limitedrte-Style-BUTTON:visited {
    color: #fff
}

.btn-secondary,
.form-group input[type=button].btn-secondary {
    background-color: #0a4e6d;
    color: #fff;
    border-color: #0a4e6d
}

.btn-secondary:hover,
.form-group input[type=button].btn-secondary:hover {
    background: #0c5f84;
    color: #fff;
    border-color: #0c5f84
}

.btn-secondary:active,
.form-group input[type=button].btn-secondary:active {
    background: #062d3e !important;
    color: #fff !important;
    border-color: #062d3e !important
}

.btn-secondary:visited,
.form-group input[type=button].btn-secondary:visited {
    color: #fff
}

.btn-outline,
.form-group input[type=button].btn-outline {
    background-color: #e55825;
    color: #e55825;
    border-color: #e55825;
    background: 0 0 !important
}

.btn-outline:hover,
.form-group input[type=button].btn-outline:hover {
    background: #e8693c;
    color: #e55825;
    border-color: #e8693c
}

.btn-outline:active,
.form-group input[type=button].btn-outline:active {
    background: #c04417 !important;
    color: #e55825 !important;
    border-color: #c04417 !important
}

.btn-outline:visited,
.form-group input[type=button].btn-outline:visited {
    color: #e55825
}

form {
    width: 100%;
    display: inline-block
}

.form-group {
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px
}

@media (max-width:641px) {
    .form-group {
        margin-bottom: 20px
    }
}

.form-group input[type=file] {
    font-size: 16px;
    border: 0;
    padding: 10px 0 0
}

.form-group .btn {
    margin: 0
}

.form-group .panel {
    display: inline-block;
    width: 100%;
    box-shadow: none;
    clear: both;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left-style: solid;
    border-color: #e5f1f5;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: 0 0
}

.form-group .panel:first-child {
    margin-top: 0
}

.form-group .panel:last-child,
.form-group .panel:only-child {
    margin-bottom: 0
}

.form-group .panel.panel-border-wide {
    border-left-width: 10px
}

.form-group .panel.panel-border-narrow {
    border-left-width: 5px;
    float: left;
    width: 100%;
    margin: 10px 0 30px
}

.form-group .panel.panel-border-narrow:first-child {
    margin-top: 10px
}

.form-group .panel.panel-border-narrow:last-child {
    margin-top: 10px;
    margin-bottom: 0
}

.form-group .panel.panel-border-narrow .form-group {
    margin-bottom: 0
}

.col-md-8 input#SearchBox,
.col-md-8 textarea#SearchBox,
input.form-control,
textarea.form-control {
    -webkit-appearance: none;
    -moz-appearance: none
}

.col-md-8 #SearchBox,
.form-control {
    width: 100% !important;
    height: 45px;
    color: #052635 !important;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #9da5b2 !important;
    box-shadow: none;
    font-size: 16px;
    padding: 5px !important;
    background: #fff !important;
    font-family: "Open Sans", sans-serif !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

@media (min-width:641px) {

    .col-md-8 #SearchBox,
    .form-control {
        width: 50% !important;
        font-size: 19px
    }
}

.col-md-8 #SearchBox:focus,
.form-control:focus {
    -webkit-box-shadow: 0 0 0 4px #ffbf47;
    -moz-box-shadow: 0 0 0 4px #ffbf47;
    box-shadow: 0 0 0 4px #ffbf47;
    outline: 0
}

.form-hint {
    display: block;
    color: #07374c;
    font-weight: 400;
    margin-top: 1px;
    padding-bottom: 2px;
    font-weight: 300;
    font-size: 16px
}

@media (min-width:641px) {
    .form-hint {
        font-size: 19px
    }
}

.form-label {
    display: block;
    font-weight: 400;
    font-size: 19px
}

@media (min-width:641px) {
    .form-label {
        font-size: 21px
    }
}

.form-label-bold {
    font-weight: 700
}

.form-label-large {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px
}

@media (min-width:641px) {
    .form-label-large {
        font-size: 24px
    }
}

.label-small .block-label {
    padding: 8px 15px 8px 38px;
    font-size: 16px
}

.label-small .block-label input {
    top: 9px;
    left: 10px;
    width: 21px;
    height: 21px
}

.block-label.inline {
    clear: both;
    display: inline-block;
    float: none;
    margin-right: 10px
}

.form-control-3-4 {
    width: 100% !important
}

@media (min-width:641px) {
    .form-control-3-4 {
        width: 75% !important
    }
}

.form-block {
    display: inline-block;
    width: 100%
}

.js .js-hidden {
    display: none;
    visibility: hidden
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    font-family: "Open Sans", sans-serif !important
}

.col-md-4 .col-md-8 #SearchBox,
.col-md-4 .form-control,
.col-md-6 .col-md-8 #SearchBox,
.col-md-6 .form-control,
.col-md-8 .col-md-4 #SearchBox,
.col-md-8 .col-md-6 #SearchBox {
    width: 100% !important
}

.form-group-button .form-group:first-of-type {
    margin-bottom: 10px
}

.block-label {
    display: block;
    float: none;
    clear: left;
    position: relative;
    background: #cfdce1;
    border: 1px solid #cfdce1;
    padding: 18px 25px 15px 54px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

@media (min-width:641px) {
    .block-label {
        float: left
    }
}

.block-label input {
    position: absolute;
    top: 15px;
    left: 15px;
    cursor: pointer;
    margin: 0;
    width: 29px;
    height: 29px
}

.block-label.active {
    border-color: #9da5b2;
    background: #fff
}

.block-label.active+.panel {
    display: block;
    visibility: visible
}

.block-label:hover {
    border-color: #9da5b2
}

.inline .block-label {
    display: inline;
    float: none;
    margin-right: 10px
}

legend {
    font-size: 19px;
    line-height: 1.2;
    margin: 30px 0 15px;
    border-bottom: 0;
    line-height: 1.6 !important
}

@media (min-width:641px) {
    legend {
        font-size: 24px;
        line-height: 1.25;
        margin: 40px 0 20px
    }
}

form legend {
    margin-bottom: 0
}

.form-date .form-group {
    float: left;
    width: 50px;
    margin-right: 20px;
    margin-bottom: 0;
    clear: none;
    margin-top: 10px
}

@media (min-width:641px) {
    .form-date .form-group {
        width: 65px
    }
}

.form-date .form-group label {
    display: block;
    padding-bottom: 2px
}

.form-date .form-group input {
    width: 100% !important
}

.form-date .form-group-year {
    width: 70px
}

@media (min-width:641px) {
    .form-date .form-group-year {
        width: 100px
    }
}

.form-group-error {
    margin-right: 15px;
    border-left: 4px solid #c0392b;
    padding-left: 10px
}

@media (min-width:641px) {
    .form-group-error {
        border-left: 5px solid #c0392b;
        padding-left: 15px
    }
}

.form-control-error {
    border: 4px solid #c0392b !important
}

.error-message {
    font-size: 16px;
    color: #c0392b;
    display: block;
    clear: both;
    margin: 0 0 5px;
    padding: 2px 0;
    font-weight: 700
}

@media (min-width:641px) {
    .error-message {
        font-size: 19px
    }
}

.error-message:before {
    font-family: FontAwesome;
    content: "\F071";
    margin-right: 5px
}

.form-label .error-message,
.form-label-bold .error-message {
    padding-top: 4px;
    padding-bottom: 0
}

.error-message-wrapper {
    border: 2px solid #c0392b;
    padding: 10px;
    margin: 10px 0
}

.error-message-wrapper .error-message {
    font-size: 14px
}

@media (min-width:641px) {
    .error-message-wrapper .error-message {
        font-size: 16px
    }
}

.form-group input.btn.btn-primary {
    width: auto;
    max-width: 100%
}

.form-group .panel .form-date {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%
}

.form-label-header {
    margin: 0 0 10px
}

.scopeNote {
    font-size: 14px;
    line-height: 1.2
}

@media (min-width:641px) {
    .scopeNote {
        font-size: 16px;
        line-height: 1.25
    }
}

.form-group+.text-highlight {
    margin-bottom: 60px
}

@media (max-width:641px) {
    .form-group+.text-highlight {
        margin-bottom: 50px
    }
}

.form-top {
    margin-bottom: 50px;
    clear: both;
    display: inline-block;
    width: 100%
}

@media (max-width:641px) {
    .form-top {
        margin-bottom: 30px
    }
}

.form-top .form-back {
    width: 50%;
    float: left
}

.form-top .form-back a {
    margin: 0
}

.form-top .form-progress {
    text-align: right;
    width: 50%;
    float: right;
    color: #07374c
}

.header-lcc .service-name {
    width: 100%;
    display: block;
    margin: -5px 0 10px 0;
    text-align: left
}

@media (min-width:641px) {
    .header-lcc .service-name {
        text-align: right;
        position: absolute;
        top: 15px;
        right: 15px
    }
}

@media (min-width:990px) {
    .header-lcc .service-name {
        margin-left: -250px;
        padding: 0 250px;
        text-align: center;
        top: 30px
    }
}

.header-lcc .service-name a {
    color: #fff;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    width: auto;
    display: inline-block
}

@media (min-width:641px) {
    .header-lcc .service-name a {
        text-align: right
    }
}

@media (min-width:990px) {
    .header-lcc .service-name a {
        font-size: 19px;
        text-align: center
    }
}

.form-back {
    margin: 10px 0 0;
    padding: 0
}

h1 .form-progress {
    display: block;
    font-size: 16px;
    color: #07374c
}

@media (min-width:641px) {
    h1 .form-progress {
        font-size: 19px
    }
}

.check-answers {
    position: relative
}

@media (max-width:641px) {
    .check-answers h3 {
        padding-right: 75px
    }
}

.check-answers p {
    margin: 0 !important;
    width: 100%
}

@media (min-width:641px) {
    .check-answers p {
        float: left;
        width: 80%
    }
}

.check-answers a {
    text-align: right;
    line-height: 1.6
}

@media (max-width:641px) {
    .check-answers a {
        position: absolute;
        top: 1rem;
        right: 0
    }
}

@media (min-width:641px) {
    .check-answers a {
        float: right;
        width: 20%
    }
}

.panel-confirmation {
    text-align: center;
    padding: 30px 15px
}

@media (min-width:641px) {
    .panel-confirmation {
        padding: 80px 40px
    }
}

.panel-confirmation h1 {
    margin: 0 0 15px
}

.error-summary {
    border: 5px solid #c0392b;
    padding: 30px
}

.error-summary * {
    margin: 15px 0 0;
    max-width: 35em
}

.error-summary li {
    margin: 7px 0 0
}

.error-summary li:first-child {
    margin-top: 0
}

.error-summary :first-child {
    margin-top: 0 !important
}

.error-summary :last-child {
    margin-bottom: 0 !important
}

.error-summary .error-summary-list {
    padding: 0
}

.error-summary .error-summary-list li a {
    color: #c0392b;
    font-weight: 700
}

@media (min-width:641px) {
    .search-group {
        width: 50% !important
    }
}

.search-group.postcode-lookup {
    max-width: 20em !important;
    margin-bottom: 15px
}

@media (min-width:641px) {
    .search-group.postcode-lookup {
        width: 20em !important;
        margin-bottom: 20px
    }
}

.col-md-8 .search-group #SearchBox,
.search-group .col-md-8 #SearchBox,
.search-group .form-control {
    width: 100% !important;
    -webkit-border-radius: 4px 0 0 4px !important;
    -moz-border-radius: 4px 0 0 4px !important;
    -ms-border-radius: 4px 0 0 4px !important;
    border-radius: 4px 0 0 4px !important
}

.search-group .btn {
    height: 45px;
    background: #e55825;
    color: #fff;
    border: 1px solid #e55825;
    border-bottom-color: #a93c14;
    margin: 0;
    padding: 10px 15px;
    font-size: 16px;
    box-shadow: none !important
}

.search-group .btn:hover {
    background: #e8693c
}

.search-group-link {
    display: block;
    margin: 5px 0 0 !important;
    font-size: 16px;
    line-height: 1.6
}

@media (min-width:641px) {
    .search-group-link {
        font-size: 19px
    }
}

.form-group-link {
    margin-top: 15px;
    display: inline-block
}

.postcode-completed a,
.postcode-completed p {
    float: left;
    padding: 0;
    line-height: 1
}

.postcode-completed label {
    display: block
}

.postcode-completed p {
    margin: 0 15px 0 0
}

.postcode-completed a {
    margin: 0
}

@media (max-width:340px) {
    .postcode-completed label {
        display: block;
        margin: 0 0 10px 0;
        float: none
    }

    .postcode-completed p {
        margin: 0 10px 0 0
    }
}

.btn:focus,
.button:focus,
.iconLinks li a:focus:after,
.main-nav ul li a.selected:focus,
.ms-srch-sb>.ms-srch-sb-searchLink:focus,
.promo a:focus span,
.promoListWebpart a:focus .info .arrow:after,
.promoListWebpart ul li a:focus .info,
.promoListWebpart ul li a:focus .info .arrow,
.promoListWebpart ul li a:focus .secondaryInfo,
.sideNav ul li:first-of-type a.active:focus,
.sideNav ul li:first-of-type a:focus,
a:focus,
a:focus .eventsContentPod,
a:focus .eventsContentPod .additionaldates,
a:focus .eventsContentPod h3,
a:focus .eventsContentPod:after,
a:focus .venuesContentPod,
a:focus .venuesContentPod h3,
a:focus .venuesContentPod:after,
input[type=submit]:focus {
    background-color: #ffbf47 !important;
    color: #212224 !important;
    text-decoration: none;
    outline: 0
}

.promo a:focus {
    background: 0 0 !important
}

a.skip {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999
}

a.skip:active,
a.skip:focus {
    left: 8px;
    top: 8px;
    width: auto;
    height: auto;
    overflow: auto;
    z-index: 999;
    padding: .625em
}

.footerLogos a:focus,
.ms-srch-sb>input,
input.mapIcon,
input[type=checkbox],
input[type=radio],
input[type=text],
select {
    outline: 0
}

.footerLogos a:focus:focus,
.ms-srch-sb>input:focus,
input.mapIcon:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
input[type=text]:focus,
select:focus {
    -webkit-box-shadow: 0 0 0 4px #ffbf47 !important;
    -moz-box-shadow: 0 0 0 4px #ffbf47 !important;
    box-shadow: 0 0 0 4px #ffbf47 !important
}

.img-content {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 5px 0 20px
}

@media (max-width:641px) {
    .img-content {
        padding: 5px 0 10px
    }
}

.img-content.img-right {
    float: right;
    padding: 5px 0 20px 30px
}

.img-content.img-left {
    float: left;
    padding: 5px 30px 20px 0
}

.img-content.img-left,
.img-content.img-right {
    width: 50%
}

@media (max-width:641px) {

    .img-content.img-left,
    .img-content.img-right {
        width: 100%;
        float: none;
        padding: 5px 0 10px
    }
}

.img-border {
    border: 1px solid #cfdce1;
    padding: 0;
    margin: 5px 0 20px
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 30px
}

table th {
    font-weight: 700
}

table td,
table th {
    font-size: 16px;
    line-height: 1.25;
    padding: .63158em 1.05263em .47368em 0;
    text-align: left;
    border-bottom: 1px solid #cfdce1
}

@media (min-width:641px) {

    table td,
    table th {
        font-size: 19px;
        line-height: 1.3
    }
}

table td.numeric,
table th.numeric {
    text-align: right
}

.list-definition__heading {
    border-top: 1px solid #cfdce1;
    clear: left;
    font-weight: 700;
    padding-top: 1rem
}

@media (min-width:767px) {
    .list-definition__heading {
        float: left;
        padding: 1rem .75rem;
        text-align: right;
        width: 25%
    }
}

.list-definition__content {
    margin: 0;
    padding-bottom: 1rem;
    padding-top: .25rem
}

@media (min-width:767px) {
    .list-definition__content {
        border-top: 1px solid #cfdce1;
        float: left;
        padding: 1rem .75rem;
        width: 75%
    }
}

table caption {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.panel {
    background: #e6edf0;
    padding: 20px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    margin: 30px 0
}

@media (min-width:641px) {
    .panel {
        padding: 30px;
        margin: 30px 0
    }
}

.panel h2:first-child,
.panel h3:first-child,
.panel h4:first-child {
    margin-top: 0
}

.panel p:last-child {
    margin-bottom: 0
}

.panel .media-container {
    margin: 0
}

.panel.top {
    margin-top: 0
}

.panel.panel-border {
    background: #fff;
    border: 10px solid #e5f1f5
}

p+.panel {
    margin: 50px 0
}

.panel.alt {
    background: #e55825
}

.panel.alt .btn,
.panel.alt a,
.panel.alt blockquote,
.panel.alt blockquote footer,
.panel.alt h2,
.panel.alt h3,
.panel.alt p {
    color: #fff
}

.panel.alt .btn.btn-outline {
    color: #fff !important;
    border-color: #fff !important
}

.panel.alt a:hover {
    color: #fff
}

.panel.img {
    position: relative;
    padding: 0;
    min-height: 250px;
    margin: 30px 0
}

@media (min-width:641px) {
    .panel.img {
        margin: 60px 0
    }
}

.panel.img .container-fluid {
    padding: 0
}

.panel.img hr {
    border-top: 1px solid #d3d3d3
}

.panel.img .img-container {
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    min-height: 250px
}

.panel.img .img-container.right {
    right: 0;
    left: auto
}

.panel.img .img-container.center {
    right: auto;
    left: auto;
    text-align: center
}

@media screen and (max-width:990px) {
    .panel.img .img-container {
        position: relative
    }
}

.panel.img .content {
    padding: 30px
}

@media (min-width:641px) {
    .panel.img .content {
        padding: 50px
    }
}

.panel.img.event {
    min-height: auto;
    font-size: 16px
}

.panel.img.event .heading-medium,
.panel.img.event h3 {
    margin: .2631578947em 0 0 0;
    font-size: 20px
}

.panel.img.event .heading-medium span,
.panel.img.event h3 span {
    color: #e55825;
    float: right
}

@media (max-width:767px) {

    .panel.img.event .heading-medium span,
    .panel.img.event h3 span {
        float: none
    }
}

.panel.img.event .img-container {
    min-height: 150px
}

.panel.img.event .content {
    padding: 20px
}

.panel.img .panel-promo_title {
    margin: 0 0 10px;
    font-size: 27px
}

@media (min-width:990px) {
    .panel.img .panel-promo_title {
        font-size: 40px
    }
}

.panel.img .panel-promo_text {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.6
}

@media (min-width:990px) {
    .panel.img .panel-promo_text {
        font-size: 21px
    }
}

.content-block.center {
    margin: 0 auto
}

.panel blockquote {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 21px;
    padding: 0 0 0 30px;
    border: 0;
    position: relative
}

.panel blockquote:before {
    font-family: FontAwesome;
    content: "\f10d";
    position: absolute;
    top: 0;
    left: -10px;
    opacity: .2;
    font-size: 25px
}

@media (min-width:641px) {
    .panel blockquote:before {
        left: -15px;
        font-size: 30px
    }
}

.panel blockquote footer {
    font-weight: 400;
    margin-top: 15px
}

@media (min-width:990px) {
    .panel blockquote {
        font-size: 32px
    }
}

.panel-event .panel-event-title {
    margin: 0 0 15px
}

.panel-event .panel-event-description {
    margin: 0 0 20px
}

.panel-event .panel-event-date {
    background: #e55825;
    background: -moz-linear-gradient(top, #e55825 0, #e55825 50%, #e55825 50%, #d74c1a 50%, #d74c1a 50%, #e55825 50%, #d74c1a 50%, #d74c1a 100%);
    background: -webkit-linear-gradient(top, #e55825 0, #e55825 50%, #e55825 50%, #d74c1a 50%, #d74c1a 50%, #e55825 50%, #d74c1a 50%, #d74c1a 100%);
    background: linear-gradient(to bottom, #e55825 0, #e55825 50%, #e55825 50%, #d74c1a 50%, #d74c1a 50%, #e55825 50%, #d74c1a 50%, #d74c1a 100%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align-items: center;
    -moz-box-align-items: center;
    -ms-flex-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-justify-content: center;
    -moz-box-justify-content: center;
    -ms-flex-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute
}

@media (max-width:767px) {
    .panel-event .panel-event-date {
        padding: 20px;
        top: 0;
        right: 0
    }
}

@media (min-width:767px) {
    .panel-event .panel-event-date {
        position: absolute;
        min-height: 250px
    }
}

@media (min-width:990px) {
    .panel-event .panel-event-date {
        height: 100%
    }
}

.panel-event .panel-event-date .panel-event-date-details {
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    font-size: 14px
}

@media (min-width:767px) {
    .panel-event .panel-event-date .panel-event-date-details {
        font-size: 28px
    }
}

.panel-event .panel-event-date .panel-event-date-details span {
    display: block
}

.panel-event .panel-event-date .panel-event-date-details span.big-number {
    font-size: 40px;
    font-weight: 700
}

@media (min-width:767px) {
    .panel-event .panel-event-date .panel-event-date-details span.big-number {
        font-size: 100px
    }
}

.panel-event .panel-event-info .panel-event-info-location,
.panel-event .panel-event-info .panel-event-info-time {
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    padding-left: 28px;
    position: relative
}

.panel-event .panel-event-info .panel-event-info-location:before,
.panel-event .panel-event-info .panel-event-info-time:before {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-size: 16px;
    width: 16px;
    text-align: center
}

@media (min-width:641px) {

    .panel-event .panel-event-info .panel-event-info-location,
    .panel-event .panel-event-info .panel-event-info-time {
        font-size: 16px;
        padding-left: 30px
    }

    .panel-event .panel-event-info .panel-event-info-location:before,
    .panel-event .panel-event-info .panel-event-info-time:before {
        top: -3px;
        font-size: 21px;
        width: 21px
    }
}

.panel-event .panel-event-info .panel-event-info-location {
    color: #e55825;
    margin-bottom: 10px
}

.panel-event .panel-event-info .panel-event-info-location:before {
    content: "\f041"
}

.panel-event .panel-event-info .panel-event-info-time:before {
    content: "\f017"
}

.panel-event .panel-event-info .panel-event-info-date,
.panel-event .panel-event-info strong {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.panel-event-list {
    margin: 30px 0
}

@media (min-width:641px) {
    .panel-event-list {
        margin: 60px 0
    }
}

.panel-event-list h2 {
    margin-top: 0
}

.panel-event-list p+.panel-event {
    margin-top: 30px
}

.panel.img+.panel.img {
    margin-top: -15px
}

@media (min-width:641px) {
    .panel.img+.panel.img {
        margin-top: -30px
    }
}

@media (max-width:990px) {
    .panel .media-container {
        margin-top: 15px
    }
}

.panel h2,
.panel h3,
.panel h4 {
    margin-bottom: 10px
}

@media (min-width:641px) {

    .panel h2,
    .panel h3,
    .panel h4 {
        margin-bottom: 15px
    }
}

.panel h2+p,
.panel h3+p,
.panel h4+p {
    margin-top: 0
}

.panel p {
    margin-bottom: 15px
}

.panel p+.btn {
    margin-top: 5px !important
}

.panel .btn {
    margin-bottom: 0
}

.panel p+.btn {
    margin-top: 10px !important
}

.panel .text-block,
.panel .text-highlight {
    border-color: #a6bfca
}

.panel.alt .text-block,
.panel.alt .text-highlight {
    border-color: #a93c14
}

hr.ms-rteElement-spacer {
    -ms-name: spacer;
    display: block;
    clear: left
}

hr.ms-rteElement-spacerHr {
    -ms-name: spacerHr;
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    display: block;
    clear: left;
    height: 0
}

.ms-rtePosition-2 {
    padding: 15px
}

p.ms-rteElement-textHighLight {
    -ms-name: textHighLight;
    font-size: 38px;
    line-height: 1.3em;
    margin-bottom: 30px;
    padding: 0
}

p.ms-rteElement-p {
    font-weight: 300
}

@media only screen and (max-width:770px) {
    .ms-rteElement-Hr {
        padding: 5px 0
    }

    .ms-rtePosition-2 {
        padding: 15px;
        max-width: 50%
    }

    p.ms-rteElement-textHighLight {
        font-size: 25px
    }
}

@media only screen and (max-width:500px) {
    .ms-rtePosition-2 {
        padding: 20px;
        max-width: 100%
    }
}

h2.ms-rteElement-H2 {
    -ms-name: "heading 2";
    display: table;
    padding: 0 0 25px 0
}

h2.ms-rteElement-H2-center {
    -ms-name: "heading 2 center";
    text-align: center
}

div.ms-rteElement-divLeft {
    -ms-name: divLeft;
    float: left;
    margin: 0 1% 25px 1%;
    border: 1px solid #777;
    padding: 30px;
    width: 48%
}

div.ms-rteElement-divThird {
    -ms-name: divThird;
    float: left;
    margin: 0 1% 25px 1%;
    border: 1px solid #777;
    padding: 30px;
    width: 31.3%
}

div.ms-rteElement-divRight {
    -ms-name: divRight;
    float: right;
    margin: 0 1% 25px 1%;
    border: 1px solid #777;
    padding: 25px
}

div.ms-rteElement-divRight50 {
    -ms-name: divRight50;
    float: right;
    margin: 0 1% 25px 1%;
    border: 1px solid #777;
    padding: 25px;
    width: 48%
}

div.ms-rteElement-divFull {
    -ms-name: divFull;
    float: right;
    margin: 0 1% 25px 1%;
    border: 1px solid #777;
    padding: 25px;
    width: 98%
}

div.ms-rteElement-divFull h2,
div.ms-rteElement-divFull h3 {
    border-bottom: 1px solid #777;
    padding-bottom: 25px;
    width: 100%
}

div.ms-rteElement-divFull h2,
div.ms-rteElement-divFull h3,
div.ms-rteElement-divFull h4,
div.ms-rteElement-divFull h5,
div.ms-rteElement-divFull ol,
div.ms-rteElement-divFull p,
div.ms-rteElement-divFull ul {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0
}

div.ms-rteElement-divFull img {
    max-width: 100%
}

div.ms-rteElement-divLeft h2,
div.ms-rteElement-divRight50 h2,
div.ms-rteElement-divThird h2 {
    border-bottom: 1px solid #777;
    padding: 0 0 25px 0;
    width: 100%
}

div.ms-rteElement-divLeft h3,
div.ms-rteElement-divRight50 h3,
div.ms-rteElement-divThird h3 {
    border-bottom: 1px solid #777;
    padding-bottom: 25px;
    width: 100%
}

div.ms-rteElement-divLeft h2,
div.ms-rteElement-divLeft h3,
div.ms-rteElement-divLeft h4,
div.ms-rteElement-divLeft h5,
div.ms-rteElement-divLeft ol,
div.ms-rteElement-divLeft p,
div.ms-rteElement-divLeft ul,
div.ms-rteElement-divRight50 h2,
div.ms-rteElement-divRight50 h3,
div.ms-rteElement-divRight50 h4,
div.ms-rteElement-divRight50 h5,
div.ms-rteElement-divRight50 ol,
div.ms-rteElement-divRight50 p,
div.ms-rteElement-divRight50 ul,
div.ms-rteElement-divThird h2,
div.ms-rteElement-divThird h3,
div.ms-rteElement-divThird h4,
div.ms-rteElement-divThird h5,
div.ms-rteElement-divThird ol,
div.ms-rteElement-divThird p,
div.ms-rteElement-divThird ul {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0
}

div.ms-rteElement-divLeft .btn,
div.ms-rteElement-divRight50 .btn,
div.ms-rteElement-divThird .btn {
    width: 100%
}

div.ms-rteElement-divLeft img,
div.ms-rteElement-divRight50 img,
div.ms-rteElement-divThird img {
    max-width: 100%
}

div.ms-rteElement-divFull.highlight,
div.ms-rteElement-divLeft.highlight,
div.ms-rteElement-divRight.highlight,
div.ms-rteElement-divThird.highlight {
    border-color: #111;
    background: #111
}

div.ms-rteElement-divFull.highlight h2,
div.ms-rteElement-divFull.highlight h3,
div.ms-rteElement-divLeft.highlight h2,
div.ms-rteElement-divLeft.highlight h3,
div.ms-rteElement-divRight.highlight h2,
div.ms-rteElement-divRight.highlight h3,
div.ms-rteElement-divThird.highlight h2,
div.ms-rteElement-divThird.highlight h3 {
    border-color: #444
}

@media only screen and (max-width:1000px) {
    div.ms-rteElement-divThird {
        width: 98%
    }
}

@media only screen and (max-width:600px) {

    div.ms-rteElement-divLeft,
    div.ms-rteElement-divRight,
    div.ms-rteElement-divRight50 {
        width: 98%
    }
}

.ms-rteElement-divTwoThirds {
    float: left;
    margin: 0 1% 25px 1%;
    padding: 30px 0;
    width: 64.6%
}

.ms-rteElement-divTwoThirds h2,
.ms-rteElement-divTwoThirds h3 {
    margin: 0;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 25px;
    width: 100%
}

.ms-rteElement-divTwoThirds h2 {
    padding-bottom: 20px
}

.ms-rteElement-divTwoThirds ul {
    padding: 0;
    margin: 0
}

.ms-rteElement-divTwoThirds ul li {
    list-style: none;
    padding: 15px 0
}

@media only screen and (max-width:1000px) {
    .ms-rteElement-divTwoThirds {
        width: 98%
    }
}

@media only screen and (max-width:600px) {
    .ms-rteElement-divTwoThirds .pull-right {
        margin-bottom: 10px;
        float: none !important;
        padding-left: 10px
    }
}

@media only screen and (max-width:770px) {
    .spacerTop {
        margin-top: 20px
    }

    .spacerBottom {
        margin-bottom: 20px
    }
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    padding: 0 !important
}

div.ms-rteElement-div-center {
    -ms-name: "div center";
    text-align: center
}

.margin15px {
    margin: 15px
}

.lrgPadding {
    padding: 150px 0
}

@media only screen and (max-width:600px) {
    .lrgPadding {
        padding: 50px 0
    }
}

.floatLeft {
    float: left
}

.floatRight {
    float: right
}

.spacerBottom {
    margin-bottom: 50px;
    display: block;
    clear: left
}

.spacerTop {
    margin-top: 50px;
    display: block;
    clear: left
}

.spacer {
    padding-top: 20px;
    display: block
}

.clearfix {
    clear: both
}

.container-fluid.full {
    max-width: 100%
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.browser-alert {
    background: #000
}

.browser-alert span {
    color: #fff;
    padding: 15px 0;
    display: block
}

.browser-alert span:before {
    font-family: FontAwesome;
    content: "\f071";
    margin-right: 10px
}

.cd-top {
    display: inline-block;
    height: auto;
    width: auto;
    position: fixed;
    bottom: 10px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    overflow: hidden;
    text-indent: 0;
    white-space: nowrap;
    background: #052635;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    -o-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 999;
    color: #fff;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

@media only screen and (min-width:767px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
        font-size: 16px
    }
}

@media only screen and (min-width:1024px) {
    .cd-top {
        height: auto;
        width: auto;
        right: 30px;
        bottom: 30px
    }
}

.cd-top:before {
    font-family: FontAwesome;
    content: '\f077';
    display: block;
    line-height: 0;
    margin: 5px 0 10px
}

.cd-top:focus {
    background: #ffbf47;
    opacity: 1
}

.cd-top:hover {
    text-decoration: none;
    color: #fff;
    background: #3d414a
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1
}

.cd-top.cd-fade-out {
    opacity: .5
}

.cd-top.cd-fade-out,
.cd-top.cd-is-visible,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    -o-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s
}

.no-touch .cd-top:hover {
    background-color: #3d414a;
    opacity: 1
}

.ms-core-listMenu-root {
    padding: 0
}

.s4-tn li.static>.menu-item {
    border: none;
    height: auto
}

.ms-core-listMenu-horizontalBox {
    display: block
}

.ms-core-listMenu-horizontalBox li.static>.ms-core-listMenu-item {
    margin-right: 0;
    border: none;
    margin-left: 0
}

.s4-tn li.static>.menu-item {
    border: none;
    height: auto
}

.ms-core-listMenu-item,
.ms-core-listMenu-item:link,
.ms-core-listMenu-item:visited,
.ms-tv-header:link,
.ms-tv-header:visited,
.ms-tv-item:link,
.ms-tv-item:visited {
    color: #fff
}

.ms-core-listMenu-horizontalBox .ms-core-listMenu-selected,
.ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:link,
.ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:visited,
.ms-core-listMenu-horizontalBox a.ms-core-listMenu-item.ms-core-listMenu-selected:hover,
.ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:hover,
.ms-tv-selected:link,
a.ms-tv-header:hover,
a.ms-tv-item:hover {
    background-color: #133e8d;
    color: #fff
}

.main-nav {
    background: #133e8d;
    z-index: 1
}

.main-nav ul {
    display: inline-block;
    margin: 0;
    padding: 0
}

.main-nav ul li {
    display: inline-block
}

.main-nav ul li a {
    padding: 1em;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    color: #fff;
    text-decoration: none
}

.main-nav ul li a:focus,
.main-nav ul li a:hover {
    background-color: #103477;
    color: #fff;
    text-decoration: none
}

.main-nav ul li a.selected {
    background: #11367b !important
}

.main-nav ul ul {
    display: none;
    margin: 0;
    padding: .65em;
    position: absolute;
    width: 300px;
    z-index: 10000 !important;
    background-color: #103477;
    background-color: #103477
}

.main-nav ul ul li {
    display: block;
    border-bottom: 1px solid #0e2e69
}

.main-nav ul ul li:first-of-type {
    border-top: 1px solid #0e2e69
}

.main-nav ul ul li a {
    display: block !important;
    width: 100%;
    padding: .65em
}

.main-nav ul ul li a:hover {
    background: #0e2e69
}

.main-nav li:hover>ul {
    display: block
}

@media (max-width:767px) {
    .main-nav {
        position: absolute;
        left: -1000px;
        top: 0;
        z-index: 10;
        min-height: 640px;
        width: 100%;
        -webkit-transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s
    }

    .main-nav .container-fluid {
        padding: 20px
    }

    .main-nav.active {
        left: 0
    }

    .main-nav .container-fluid ul li {
        border-top: 1px solid rgba(0, 0, 0, .2);
        margin: 0;
        padding-top: 0 !important;
        width: 100%
    }

    .main-nav .container-fluid ul li a {
        width: 100%;
        background: 0 0
    }

    .main-nav .container-fluid ul li a:focus,
    .main-nav .container-fluid ul li a:hover {
        background: rgba(0, 0, 0, .2)
    }

    .main-nav .container-fluid ul li a.selected {
        background: 0 0;
        color: #fff
    }

    .main-nav .container-fluid ul li ul {
        display: block;
        position: relative;
        width: 100%;
        margin-left: 0;
        background: 0 0;
        float: left;
        padding: 0 0 10px 0;
        border: none
    }

    .main-nav .container-fluid ul li ul li {
        border: none;
        float: left
    }

    .main-nav .container-fluid ul li ul li a {
        font-size: 16px;
        background: 0 0;
        padding: 5px 20px;
        color: #fff
    }

    .main-nav .container-fluid ul li ul.active {
        display: block
    }
}

@media (max-width:767px) {
    .main-nav .ms-core-listMenu-horizontalBox li.static>.ms-core-listMenu-item {
        margin-left: 0
    }

    .menu-horizontal {
        width: 100%
    }

    .ms-core-listMenu-horizontalBox,
    .ms-core-listMenu-horizontalBox ul {
        display: block
    }

    .ms-core-listMenu-horizontalBox a.static,
    .ms-core-listMenu-horizontalBox li.static,
    .ms-core-listMenu-horizontalBox span.static {
        width: 100%
    }
}

ul.menu {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none
}

ul.menu li {
    float: left;
    margin: 0;
    padding: 0
}

ul.menu li a {
    font-size: 17px;
    font-weight: 700;
    padding: 11px 15px;
    line-height: 40px;
    min-height: 62px;
    display: block
}

ul.menu li a:focus,
ul.menu li a:hover {
    background: #dedede;
    text-decoration: none
}

ul.menu li a.myAccount {
    margin: 10px;
    padding: 0 15px;
    min-height: 38px;
    line-height: 38px;
    border: 1px solid
}

ul.menu li a.myAccount span {
    display: inline-block
}

ul.menu li a.myAccount:after {
    font-family: FontAwesome;
    content: "\f007";
    font-size: 18px;
    padding: 0 5px
}

ul.menu li a.main-menu,
ul.menu li a.search {
    display: none;
    background: #fff
}

ul.menu li a.main-menu:before,
ul.menu li a.search:before {
    font-family: FontAwesome;
    font-size: 25px;
    float: right
}

ul.menu li a.search {
    background: #cdcdcd
}

ul.menu li a.search:before {
    content: "\f002"
}

ul.menu li a.search.active:before {
    content: "\f00d";
    padding: 0 2px
}

ul.menu li a.search.active,
ul.menu li a.search:focus,
ul.menu li a.search:hover {
    background: #bdc3c7
}

ul.menu li a.main-menu {
    background: #133e8d;
    color: #fff
}

ul.menu li a.main-menu:before {
    content: "\f0c9";
    padding-left: 5px
}

ul.menu li a.main-menu.active:before {
    content: "\f00d";
    padding-left: 7px
}

ul.menu li a.main-menu.active,
ul.menu li a.main-menu:focus,
ul.menu li a.main-menu:hover {
    background: #0e2e69
}

@media (max-width:767px) {

    ul.menu li a.main-menu,
    ul.menu li a.search {
        display: block
    }
}

@media (max-width:600px) {
    ul.menu li a {
        padding: 9px 9px
    }
}

@media (max-width:550px) {
    ul.menu li a.signin {
        display: none
    }

    ul.menu li a.myAccount span {
        display: none
    }
}

.ms-srch-sb>input {
    width: 100%;
    min-width: 300px;
    margin: 0 -1px 0 0;
    padding-left: 5px !important;
    min-height: 40px !important;
    line-height: 2em;
    background: #f3f3f4 !important;
    border: 1px solid #f3f3f4 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none
}

.ms-srch-sb>.ms-srch-sb-searchLink {
    border: none;
    font-size: 13px;
    position: absolute;
    right: -1px;
    top: 0;
    width: 40px !important;
    height: 39px;
    min-height: 39px;
    margin: 1px;
    padding: 0 0;
    display: block;
    color: #e76233;
    background: #f3f3f4;
    top: -1px
}

.ms-srch-sb>.ms-srch-sb-searchLink:focus,
.ms-srch-sb>.ms-srch-sb-searchLink:hover {
    background: #333;
    color: #fff;
    text-decoration: none
}

.ms-srch-sb-borderFocused {
    border: none !important
}

.ms-srch-sb>.ms-srch-sb-searchLink img {
    display: none
}

.ms-srch-sb>.ms-srch-sb-searchLink:before {
    font-family: "Glyphicons Halflings";
    content: "\e003";
    font-size: 25px;
    padding-left: 7px
}

.ms-srch-sb-border,
.ms-srch-sb-border:hover {
    border: none !important;
    width: 100%
}

#nav-search {
    float: left;
    margin: 10px
}

@media (max-width:767px) {
    #nav-search {
        position: absolute;
        top: 62px;
        left: 0;
        background: #bdc3c7;
        padding: 20px;
        margin: 0;
        height: auto;
        width: 100%;
        z-index: 10;
        display: none
    }

    #nav-search.active {
        display: block
    }

    #nav-search .input-group {
        margin: 0 !important;
        width: 100%
    }

    #nav-search .ms-srch-sb>input {
        min-width: 100% !important;
        margin: 0 !important
    }

    #nav-search .ms-srch-sb>.ms-srch-sb-searchLink {
        height: 100%;
        min-height: 100%
    }
}

#s4-bodyContainer {
    padding-bottom: 0 !important
}

#SearchBox .ms-srch-sb {
    display: block
}

footer.main {
    margin: 0;
    background: #133e8d;
    padding: 0
}

footer.main .container-fluid {
    padding: 25px 0
}

footer.main p {
    color: #000
}

footer.main .footer {
    background: #133e8d
}

footer.main .footer ul {
    display: block;
    margin: 0;
    padding: 0
}

footer.main .footer ul li:first-child:nth-last-child(1),
footer.main .footer ul li:first-child:nth-last-child(1)~li {
    width: 100%
}

footer.main .footer ul li:first-child:nth-last-child(1) li,
footer.main .footer ul li:first-child:nth-last-child(1)~li li {
    width: 100%
}

footer.main .footer ul li:first-child:nth-last-child(2),
footer.main .footer ul li:first-child:nth-last-child(2)~li {
    width: 50%
}

footer.main .footer ul li:first-child:nth-last-child(2) li,
footer.main .footer ul li:first-child:nth-last-child(2)~li li {
    width: 100%
}

footer.main .footer ul li:first-child:nth-last-child(3),
footer.main .footer ul li:first-child:nth-last-child(3)~li {
    width: 33.33333%
}

footer.main .footer ul li:first-child:nth-last-child(3) li,
footer.main .footer ul li:first-child:nth-last-child(3)~li li {
    width: 100%
}

footer.main .footer ul li:first-child:nth-last-child(4),
footer.main .footer ul li:first-child:nth-last-child(4)~li {
    width: 25%
}

footer.main .footer ul li:first-child:nth-last-child(4) li,
footer.main .footer ul li:first-child:nth-last-child(4)~li li {
    width: 100%
}

footer.main .footer ul li:first-child:nth-last-child(5),
footer.main .footer ul li:first-child:nth-last-child(5)~li {
    width: 20%
}

footer.main .footer ul li:first-child:nth-last-child(5) li,
footer.main .footer ul li:first-child:nth-last-child(5)~li li {
    width: 100%
}

footer.main .footer ul li:first-child:nth-last-child(6),
footer.main .footer ul li:first-child:nth-last-child(6)~li {
    width: 16.66667%
}

footer.main .footer ul li:first-child:nth-last-child(6) li,
footer.main .footer ul li:first-child:nth-last-child(6)~li li {
    width: 100%
}

footer.main .footer ul li:first-child:nth-last-child(7),
footer.main .footer ul li:first-child:nth-last-child(7)~li {
    width: 14.28571%
}

footer.main .footer ul li:first-child:nth-last-child(7) li,
footer.main .footer ul li:first-child:nth-last-child(7)~li li {
    width: 100%
}

footer.main .footer ul li:first-child:nth-last-child(8),
footer.main .footer ul li:first-child:nth-last-child(8)~li {
    width: 12.5%
}

footer.main .footer ul li:first-child:nth-last-child(8) li,
footer.main .footer ul li:first-child:nth-last-child(8)~li li {
    width: 100%
}

footer.main .footer ul li:first-child:nth-last-child(9),
footer.main .footer ul li:first-child:nth-last-child(9)~li {
    width: 11.11111%
}

footer.main .footer ul li:first-child:nth-last-child(9) li,
footer.main .footer ul li:first-child:nth-last-child(9)~li li {
    width: 100%
}

footer.main .footer ul li:first-child:nth-last-child(10),
footer.main .footer ul li:first-child:nth-last-child(10)~li {
    width: 10%
}

footer.main .footer ul li:first-child:nth-last-child(10) li,
footer.main .footer ul li:first-child:nth-last-child(10)~li li {
    width: 100%
}

footer.main .footer ul li {
    display: block;
    float: left;
    padding: 0 15px
}

footer.main .footer ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
    padding: 10px;
    font-size: 18px;
    margin-left: 0;
    color: #000 !important;
    display: block;
    text-decoration: none
}

footer.main .footer ul li a:hover {
    background: rgba(0, 0, 0, .2);
    text-decoration: underline
}

footer.main .footer ul li a.selected {
    background-color: rgba(0, 0, 0, .2) !important
}

footer.main .footer ul li ul {
    display: block;
    padding: 0;
    margin: 0;
    position: relative
}

footer.main .footer ul li ul li {
    width: 100%;
    margin: 0;
    border: none;
    padding: 0
}

footer.main .footer ul li ul li:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: block
}

footer.main .footer ul li ul li a {
    font-size: 15px;
    padding: 10px;
    border-bottom: none !important
}

footer.main .footer ul li ul li a:focus,
footer.main .footer ul li ul li a:hover {
    background: rgba(0, 0, 0, .2);
    color: #000
}

@media (max-width:1200px) {
    footer.main .footer li {
        margin: 0 !important;
        padding: 0 !important
    }

    footer.main .footer li:first-child:nth-last-child(8),
    footer.main .footer li:first-child:nth-last-child(8)~li {
        width: 100% !important
    }

    footer.main .footer li:first-child:nth-last-child(9),
    footer.main .footer li:first-child:nth-last-child(9)~li {
        width: 100% !important
    }

    footer.main .footer li:first-child:nth-last-child(10),
    footer.main .footer li:first-child:nth-last-child(10)~li {
        width: 100% !important
    }
}

@media (max-width:1000px) {
    footer.main .footer li {
        margin: 0 !important;
        padding: 0 !important
    }

    footer.main .footer li:first-child:nth-last-child(6),
    footer.main .footer li:first-child:nth-last-child(6)~li {
        width: 100% !important
    }

    footer.main .footer li:first-child:nth-last-child(7),
    footer.main .footer li:first-child:nth-last-child(7)~li {
        width: 100% !important
    }

    footer.main .footer li:first-child:nth-last-child(8),
    footer.main .footer li:first-child:nth-last-child(8)~li {
        width: 100% !important
    }

    footer.main .footer li:first-child:nth-last-child(9),
    footer.main .footer li:first-child:nth-last-child(9)~li {
        width: 100% !important
    }

    footer.main .footer li:first-child:nth-last-child(10),
    footer.main .footer li:first-child:nth-last-child(10)~li {
        width: 100% !important
    }
}

@media (max-width:767px) {
    footer.main .footer li {
        width: 100%;
        border-bottom: none;
        margin: 0 !important;
        padding: 0 !important
    }

    footer.main .footer li:first-child:nth-last-child(1),
    footer.main .footer li:first-child:nth-last-child(1)~li {
        width: 100% !important
    }

    footer.main .footer li:first-child:nth-last-child(2),
    footer.main .footer li:first-child:nth-last-child(2)~li {
        width: 100% !important
    }

    footer.main .footer li:first-child:nth-last-child(3),
    footer.main .footer li:first-child:nth-last-child(3)~li {
        width: 100% !important
    }

    footer.main .footer li:first-child:nth-last-child(4),
    footer.main .footer li:first-child:nth-last-child(4)~li {
        width: 100% !important
    }

    footer.main .footer li:first-child:nth-last-child(5),
    footer.main .footer li:first-child:nth-last-child(5)~li {
        width: 100% !important
    }

    footer.main .footer li:first-child:nth-last-child(6),
    footer.main .footer li:first-child:nth-last-child(6)~li {
        width: 100% !important
    }

    footer.main .footer li:first-child:nth-last-child(7),
    footer.main .footer li:first-child:nth-last-child(7)~li {
        width: 100% !important
    }

    footer.main .footer li:first-child:nth-last-child(8),
    footer.main .footer li:first-child:nth-last-child(8)~li {
        width: 100% !important
    }

    footer.main .footer li:first-child:nth-last-child(9),
    footer.main .footer li:first-child:nth-last-child(9)~li {
        width: 100% !important
    }

    footer.main .footer li:first-child:nth-last-child(10),
    footer.main .footer li:first-child:nth-last-child(10)~li {
        width: 100% !important
    }
}

footer.main .socialBookmarks {
    background: 0 0;
    padding: 0;
    margin: 0 0 1.875em
}

footer.main .socialBookmarks h2 {
    color: ##e55825
}

@media (max-width:991px) {
    footer.main .socialBookmarks ul li:first-of-type {
        display: block;
        padding-bottom: .65em
    }
}

footer.main .socialBookmarks .email:after,
footer.main .socialBookmarks .facebook:after,
footer.main .socialBookmarks .flickr:after,
footer.main .socialBookmarks .instagram:after,
footer.main .socialBookmarks .twitter:after,
footer.main .socialBookmarks .youtube:after {
    font-family: FontAwesome;
    font-size: 25px;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: block;
    text-align: center;
    padding-top: 3px
}

footer.main .socialBookmarks a:hover:after {
    background: #000;
    color: #133e8d;
    text-decoration: none
}

@media (max-width:767px) {
    footer.main .text-right {
        text-align: left
    }
}

footer.main p {
    margin-bottom: 1.875em
}

footer.main .footerGlobal {
    background: #11367b
}

.footerGlobal nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 1.875em 0;
    font-family: montserrat !important 
}

.footerGlobal nav ul li {
    display: inline-block;
    font-family: montserrat !important 
}

.footerGlobal nav ul li:after {
    content: '|';
    color: #000;
    padding: 0 .625em
}

.footerGlobal nav ul a {
    color: #000;
    font-family: montserrat !important 
}

.logo-footer span {
    background: url(https://www.leeds.gov.uk/_catalogs/masterpage/public/foster4leeds_subsite/images/lcc_logo.svg) center center no-repeat;
    background-size: 100% 100%;
    width: 150px;
    height: 45px;
    display: block;
    margin: 1.875em 0
}

.socialBookmarks {
    background: #f6f7fa;
    padding: 20px;
    margin-bottom: 20px
}

.socialBookmarks h2 {
    margin: 0;
    font-size: 22px
}

.socialBookmarks ul {
    display: block;
    list-style: none outside none;
    padding: 0;
    margin: 0
}

.socialBookmarks ul li {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0
}

.socialBookmarks ul li a {
    text-decoration: none;
    display: block
}

.socialBookmarks ul li a span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.socialBookmarks ul li a.email:after,
.socialBookmarks ul li a.facebook:after,
.socialBookmarks ul li a.flickr:after,
.socialBookmarks ul li a.instagram:after,
.socialBookmarks ul li a.twitter:after,
.socialBookmarks ul li a.youtube:after {
    font-family: FontAwesome;
    font-size: 25px;
    border-radius: 50%;
    border: 1px solid #e55825;
    width: 42px;
    height: 42px;
    display: block;
    text-align: center;
    padding-top: 3px;
    color: #e55825
}

.socialBookmarks ul li a:hover:after {
    background: #e55825;
    color: #fff;
    text-decoration: none
}

.socialBookmarks ul li a.facebook:after {
    content: "\f09a"
}

.socialBookmarks ul li a.twitter:after {
    content: "\f099"
}

.socialBookmarks ul li a.youtube:after {
    content: "\f167"
}

.socialBookmarks ul li a.instagram:after {
    content: "\f16d"
}

.socialBookmarks ul li a.email:after {
    content: "\f0e0"
}

.socialBookmarks ul li a.flickr:after {
    content: "\f16e"
}

.alert {
    padding: 0;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    color: #fff
}

.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert p {
    color: #212224
}

.alert a {
    font-weight: 700;
    color: #e55825
}

.alert .alertInner {
    position: relative;
    padding: 30px 15px 23px;
    margin: 0 -15px
}

@media (max-width:641px) {
    .alert .alertInner {
        padding: 15px 15px 8px
    }
}

.alert .alertInner ol,
.alert .alertInner ul {
    color: #212224;
    padding: 0;
    margin-top: 0;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%
}

@media (min-width:641px) {

    .alert .alertInner ol,
    .alert .alertInner ul {
        margin-bottom: 17px
    }
}

.alert .alertInner ol li,
.alert .alertInner ul li {
    margin-bottom: 7px
}

.alert .alertInner ul {
    list-style-type: disc;
    padding-left: 20px
}

.alert .alertInner ol {
    list-style-type: decimal;
    padding-left: 20px
}

.alert.alert-warning {
    background: #ffbf47
}

.alert.alert-warning a:focus {
    background: #faa300 !important
}

.alert.alert-info {
    background: #b3d9e6
}

.alert.alert-info a {
    color: #e55825
}

.alert.alert-info a:hover {
    color: #e8693c
}

.alert .close {
    opacity: 1;
    top: 0;
    right: 0;
    color: #212224;
    text-shadow: none
}

.alert .close:hover {
    color: #393b3f
}

.alert .close:hover span {
    background: 0 0
}

.alert .close:focus span {
    background: #ffbf47
}

.alert h2 {
    font-size: 27px;
    padding-right: 35px
}

@media (max-width:641px) {
    .alert h2 {
        font-size: 21px
    }
}

.alert h2,
.alert p {
    margin: 0 0 7px !important
}

.alert .btn-default {
    border-color: #212224;
    color: #212224;
    background: 0 0;
    position: relative;
    padding: 10px 15px;
    font-weight: 700;
    margin: 5px 0 7px;
    font-size: 16px
}

@media (min-width:641px) {
    .alert .btn-default {
        font-size: 19px
    }
}

.alert .btn-default:hover {
    background: rgba(0, 0, 0, .1);
    border-color: transparent;
    color: #212224
}

.sectionFour .alert,
.sectionOne .alert,
.sectionThree .alert,
.sectionTwo .alert {
    margin-bottom: 30px
}

.sectionFour .alert .alertInner,
.sectionOne .alert .alertInner,
.sectionThree .alert .alertInner,
.sectionTwo .alert .alertInner {
    padding: 30px 30px 23px
}

@media (max-width:641px) {

    .sectionFour .alert .alertInner,
    .sectionOne .alert .alertInner,
    .sectionThree .alert .alertInner,
    .sectionTwo .alert .alertInner {
        padding: 15px 15px 8px
    }
}

.breadcrumb {
    padding: 0;
    margin: 10px 0 0;
    font-size: 16px;
    background: 0 0
}

@media (max-width:767px) {
    .breadcrumb {
        padding: 0;
        font-size: 14px
    }
}

.breadcrumb ol,
.breadcrumb ul {
    padding: 0;
    list-style: none;
    display: inline
}

.breadcrumb ol li,
.breadcrumb ul li {
    display: inline
}

.breadcrumb ol li a,
.breadcrumb ul li a {
    position: relative;
    margin-right: 16px
}

.breadcrumb ol li a:after,
.breadcrumb ul li a:after {
    position: absolute;
    display: inline-block;
    content: "/";
    font-size: 16px;
    padding: 0 8px;
    text-decoration: none !important
}

.breadcrumb img {
    display: none !important
}

.breadcrumb ul:first-child {
    margin-left: 0
}

.ui-widget {
    background: #fff;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: 2px 2px 0 0 #ccd5d7
}

.ui-datepicker {
    padding: 0
}

.ui-datepicker-header {
    border: none;
    border-bottom: 1px solid transparent;
    background: #006da5;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    position: relative
}

.ui-datepicker-header .ui-state-hover {
    background: 0 0;
    border-color: transparent;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.ui-datepicker .ui-datepicker-title {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0 19px 0;
    text-align: center;
    color: #fff;
    font-size: 12px
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1.7em;
    border: none;
    position: absolute;
    height: 100%;
    padding: 0 10px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-next-hover span,
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-prev-hover span {
    display: none
}

.ui-datepicker .ui-datepicker-next-hover:hover,
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev-hover:hover,
.ui-datepicker .ui-datepicker-prev:hover {
    background: #004b72;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 0
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 0
}

.ui-datepicker .ui-datepicker-next .ui-datepicker .ui-datepicker-prev {
    margin-top: 0;
    top: 0;
    font-weight: 400
}

.ui-datepicker .ui-datepicker-prev {
    left: 0;
    top: 0
}

.ui-datepicker .ui-datepicker-next {
    right: 0;
    top: 0
}

.ui-datepicker .ui-datepicker-prev:after {
    font-family: FontAwesome;
    content: "\f104";
    font-size: 35px;
    color: #fff;
    line-height: 1.6em
}

.ui-datepicker .ui-datepicker-next:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 35px;
    color: #fff;
    line-height: 1.6em
}

.ui-datepicker table {
    margin: 0;
    width: 250px
}

.ui-datepicker th {
    padding: 1.5em 0;
    color: #333;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    background: #efefef;
    text-align: center
}

.ui-datepicker td {
    border: none;
    padding: 0
}

td .ui-state-default {
    background: 0 0;
    border: none;
    text-align: center;
    padding: 1em 0;
    margin: 0;
    font-weight: 400;
    color: #333;
    font-size: 12px;
    display: block
}

td .ui-state-active,
td .ui-state-hover {
    background: #006da5;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.media-container .media-player {
    display: block;
    overflow: hidden
}

.media-container .media-player.player-wide {
    min-width: 580px
}

.media-container .media-player span {
    display: block;
    margin: 0;
    padding: 0
}

.media-container .media-player .video {
    position: relative;
    z-index: 3000
}

.media-container .media-player .video iframe {
    display: block
}

.media-container .media-player .logo {
    display: none
}

.media-container .media-player .control-bar {
    position: relative;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #bfc1c3
}

.media-container .media-player .control-bar button {
    background: 0 0;
    border: none;
    padding: 0;
    cursor: pointer
}

.media-container .media-player .control-bar a:focus,
.media-container .media-player .control-bar button:focus {
    background-color: #ffbf47;
    outline: 0
}

.media-container .media-player .control-bar .player-controls .pause,
.media-container .media-player .control-bar .player-controls .play {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: -5000%;
    background-repeat: no-repeat;
    background-position: center left
}

.media-container .media-player .control-bar .player-controls .play {
    background-image: url(https://assets.publishing.service.gov.uk/static/player-icon-play-5f23ea564bd748ccc9c6e524d5ffbeda9bf8a22d46a8a9c0a4ef8656b017203c.png)
}

.media-container .media-player .control-bar .player-controls .pause {
    background-image: url(https://assets.publishing.service.gov.uk/static/player-icon-pause-0b5610c829c02671ca50e892d91f0174edba49ee46b646552a8584f6eb6c9657.png)
}

.media-container .media-player .control-bar .player-controls .forward,
.media-container .media-player .control-bar .player-controls .rewind {
    position: absolute;
    top: 0;
    z-index: 30;
    height: 20px;
    width: 40px;
    overflow: hidden;
    text-indent: -5000%;
    background-repeat: no-repeat;
    background-position: center left
}

.media-container .media-player .control-bar .player-controls .rewind {
    left: 0;
    background-image: url(https://assets.publishing.service.gov.uk/static/player-icon-rewind-f6c25d30d21e8b1179a965bf0ccb7c8741bf89a2c084e3a5d1c9b9eb0e6ee729.png)
}

.media-container .media-player .control-bar .player-controls .forward {
    left: 100%;
    margin-left: -40px;
    background-image: url(https://assets.publishing.service.gov.uk/static/player-icon-forward-2b7a0f97a46fdd5cf8b530c404d550dfb49d7f06c61956fc01e7dcff832f9af6.png)
}

.media-container .media-player .control-bar .volume-controls {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 40px;
    width: 180px;
    overflow: visible
}

.media-container .media-player .control-bar .volume-controls .mute {
    position: absolute;
    bottom: 0;
    left: 120px;
    height: 40px;
    width: 50px;
    padding-top: 1px;
    font-size: 14px;
    line-height: 40px;
    text-align: center
}

.media-container .media-player .control-bar .volume-controls .muted {
    color: #2b8cc4
}

.media-container .media-player .control-bar .volume-controls .muted~* {
    opacity: .333
}

.media-container .media-player .control-bar .volume-controls .muted~.vol-display {
    text-decoration: line-through
}

.media-container .media-player .control-bar .volume-controls .muted::after {
    content: "d"
}

.media-container .media-player .control-bar .volume-controls .vol-down,
.media-container .media-player .control-bar .volume-controls .vol-up {
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 60px;
    padding-top: 2px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    z-index: 10
}

.media-container .media-player .control-bar .volume-controls .vol-down:focus,
.media-container .media-player .control-bar .volume-controls .vol-down:hover,
.media-container .media-player .control-bar .volume-controls .vol-up:focus,
.media-container .media-player .control-bar .volume-controls .vol-up:hover {
    color: #2b8cc4
}

.media-container .media-player .control-bar .volume-controls .vol-down {
    text-align: left;
    padding-left: 10px;
    left: 0
}

.media-container .media-player .control-bar .volume-controls .vol-up {
    text-align: right;
    padding-right: 10px;
    left: 60px
}

.media-container .media-player .control-bar .volume-controls .vol-display {
    position: absolute;
    bottom: 0;
    left: 20px;
    height: 40px;
    width: 0;
    padding-left: 35px;
    overflow: visible;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url(https://assets.publishing.service.gov.uk/static/player-icon-volume-5e2b2e02188f3c1065656dae9e64d80fb21de5c2455751cb91d4814862394f17.png)
}

.media-container .media-player .control-bar .current-time {
    position: absolute;
    bottom: 0;
    left: 50px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700
}

.media-container .media-player .control-bar .duration-time {
    display: none;
    position: absolute;
    bottom: 0;
    right: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700
}

.media-container .media-player .control-bar .ui-slider {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 20px;
    overflow: hidden;
    background: #bfc1c3
}

.media-container .media-player .control-bar .ui-slider .progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding-bottom: 1px;
    background: #2b8cc4
}

.media-container .media-player .control-bar .ui-slider .ui-slider-handle {
    position: absolute;
    top: 0;
    height: 100%;
    padding-bottom: 1px;
    width: 20px;
    color: rgba(0, 0, 0, .5);
    z-index: 10
}

.media-container .media-player .ui-helper-hidden-accessible {
    position: absolute;
    left: -5000%
}

.col-md-8 .lcc-search-box .input-group #SearchBox,
.lcc-search-box .input-group .col-md-8 #SearchBox,
.lcc-search-box .input-group .form-control {
    width: 100% !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 45px;
    border-right: 0 !important
}

@media (min-width:641px) {

    .col-md-8 .lcc-search-box .input-group #SearchBox,
    .lcc-search-box .input-group .col-md-8 #SearchBox,
    .lcc-search-box .input-group .form-control {
        height: 55px
    }
}

.lcc-search-box .input-group .btn {
    padding: 0;
    height: 45px;
    width: 45px;
    margin: 0;
    text-align: center;
    background: #e55825;
    border: 1px solid #e55825
}

@media (min-width:641px) {
    .lcc-search-box .input-group .btn {
        height: 55px;
        width: 55px
    }
}

.lcc-search-box .input-group .btn:hover {
    background: #d74c1a;
    border-color: #d74c1a
}

.lcc-search-box .input-group .btn:active,
.lcc-search-box .input-group .btn:focus {
    box-shadow: none
}

.lcc-search-box .input-group .btn:active:before,
.lcc-search-box .input-group .btn:focus:before {
    color: #052635
}

.lcc-search-box .input-group .btn:before {
    font-family: FontAwesome;
    font-size: 28px;
    content: "\f002";
    margin: 0;
    color: #fff
}

.limitedrte-Style-BUTTON {
    display: inline-block;
    cursor: pointer
}

table.styledTable {
    font-size: 1em;
    margin: 20px 0;
    background: 0 0;
    border-collapse: collapse;
    width: 100%
}

table.styledTable th {
    padding: 8px;
    text-align: left;
    border: 0;
    background: 0 0;
    margin: 0
}

table.styledTable tr.resultsAlternatingRowStyle td {
    background: #f6f6f6
}

table.styledTable td {
    padding: 8px;
    border: 0;
    margin: 0;
    background: #fff
}

table.styledTable tbody th {
    background: #fff
}

table.styledTable img {
    margin: 0 30%
}

table.styledTable p {
    font-size: 1em;
    padding: 0 0 10px 0
}

table.styledTable {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 20px
}

.ms-rteTableHeaderRow-default th,
table.styledTable th {
    font-weight: 700 !important;
    color: #052635 !important
}

.ms-rteTable-default,
.ms-rteTable-default>tbody>tr>td,
.ms-rteTable-default>tbody>tr>th,
.ms-rtetablecells,
td.ms-rteTable-default,
th.ms-rteTable-default {
    border: 0;
    color: #052635 !important
}

.ms-rteTable-default td,
.ms-rteTable-default th,
table.styledTable td,
table.styledTable th {
    font-size: 16px;
    line-height: 1.25;
    padding: .63158em 1.05263em .47368em 0;
    text-align: left;
    border-bottom: 1px solid #cfdce1 !important
}

@media (min-width:641px) {

    .ms-rteTable-default td,
    .ms-rteTable-default th,
    table.styledTable td,
    table.styledTable th {
        font-size: 19px;
        line-height: 1.3
    }
}

.limitedrte-Style-image-right {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    float: right;
    padding: 0;
    width: 50%
}

@media (max-width:641px) {
    .limitedrte-Style-image-right {
        width: 100%;
        float: none;
        padding: 0
    }
}

#ctl00_PlaceHolderMain_ctl01__ControlWrapper_RichHtmlField ul,
#ctl00_PlaceHolderMain_ctl02__ControlWrapper_RichHtmlField ul,
#ctl00_PlaceHolderMain_ctl03__ControlWrapper_RichHtmlField ul,
#ctl00_PlaceHolderMain_ctl04__ControlWrapper_RichHtmlField ul,
#ctl00_PlaceHolderMain_ctl05__ControlWrapper_RichHtmlField ul,
.accordion .accordion-drawer .content-block ul {
    padding: 0;
    margin-top: 0;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    list-style-type: disc;
    padding-left: 20px
}

@media (min-width:641px) {

    #ctl00_PlaceHolderMain_ctl01__ControlWrapper_RichHtmlField ul,
    #ctl00_PlaceHolderMain_ctl02__ControlWrapper_RichHtmlField ul,
    #ctl00_PlaceHolderMain_ctl03__ControlWrapper_RichHtmlField ul,
    #ctl00_PlaceHolderMain_ctl04__ControlWrapper_RichHtmlField ul,
    #ctl00_PlaceHolderMain_ctl05__ControlWrapper_RichHtmlField ul,
    .accordion .accordion-drawer .content-block ul {
        margin-bottom: 17px
    }
}

#ctl00_PlaceHolderMain_ctl01__ControlWrapper_RichHtmlField ul li,
#ctl00_PlaceHolderMain_ctl02__ControlWrapper_RichHtmlField ul li,
#ctl00_PlaceHolderMain_ctl03__ControlWrapper_RichHtmlField ul li,
#ctl00_PlaceHolderMain_ctl04__ControlWrapper_RichHtmlField ul li,
#ctl00_PlaceHolderMain_ctl05__ControlWrapper_RichHtmlField ul li,
.accordion .accordion-drawer .content-block ul li {
    margin-bottom: 7px
}

#ctl00_PlaceHolderMain_ctl01__ControlWrapper_RichHtmlField ol,
#ctl00_PlaceHolderMain_ctl02__ControlWrapper_RichHtmlField ol,
#ctl00_PlaceHolderMain_ctl03__ControlWrapper_RichHtmlField ol,
#ctl00_PlaceHolderMain_ctl04__ControlWrapper_RichHtmlField ol,
#ctl00_PlaceHolderMain_ctl05__ControlWrapper_RichHtmlField ol,
.accordion .accordion-drawer .content-block ol {
    padding: 0;
    margin-top: 0;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    list-style-type: decimal;
    padding-left: 20px
}

@media (min-width:641px) {

    #ctl00_PlaceHolderMain_ctl01__ControlWrapper_RichHtmlField ol,
    #ctl00_PlaceHolderMain_ctl02__ControlWrapper_RichHtmlField ol,
    #ctl00_PlaceHolderMain_ctl03__ControlWrapper_RichHtmlField ol,
    #ctl00_PlaceHolderMain_ctl04__ControlWrapper_RichHtmlField ol,
    #ctl00_PlaceHolderMain_ctl05__ControlWrapper_RichHtmlField ol,
    .accordion .accordion-drawer .content-block ol {
        margin-bottom: 17px
    }
}

#ctl00_PlaceHolderMain_ctl01__ControlWrapper_RichHtmlField ol li,
#ctl00_PlaceHolderMain_ctl02__ControlWrapper_RichHtmlField ol li,
#ctl00_PlaceHolderMain_ctl03__ControlWrapper_RichHtmlField ol li,
#ctl00_PlaceHolderMain_ctl04__ControlWrapper_RichHtmlField ol li,
#ctl00_PlaceHolderMain_ctl05__ControlWrapper_RichHtmlField ol li,
.accordion .accordion-drawer .content-block ol li {
    margin-bottom: 7px
}

#ctl00_PlaceHolderMain_ctl01__ControlWrapper_RichHtmlField .docList ul,
#ctl00_PlaceHolderMain_ctl01__ControlWrapper_RichHtmlField ol.list-step,
#ctl00_PlaceHolderMain_ctl01__ControlWrapper_RichHtmlField ul.accordion,
#ctl00_PlaceHolderMain_ctl02__ControlWrapper_RichHtmlField .docList ul,
#ctl00_PlaceHolderMain_ctl02__ControlWrapper_RichHtmlField ol.list-step,
#ctl00_PlaceHolderMain_ctl02__ControlWrapper_RichHtmlField ul.accordion,
#ctl00_PlaceHolderMain_ctl03__ControlWrapper_RichHtmlField .docList ul,
#ctl00_PlaceHolderMain_ctl03__ControlWrapper_RichHtmlField ol.list-step,
#ctl00_PlaceHolderMain_ctl03__ControlWrapper_RichHtmlField ul.accordion,
#ctl00_PlaceHolderMain_ctl04__ControlWrapper_RichHtmlField .docList ul,
#ctl00_PlaceHolderMain_ctl04__ControlWrapper_RichHtmlField ol.list-step,
#ctl00_PlaceHolderMain_ctl04__ControlWrapper_RichHtmlField ul.accordion,
#ctl00_PlaceHolderMain_ctl05__ControlWrapper_RichHtmlField .docList ul,
#ctl00_PlaceHolderMain_ctl05__ControlWrapper_RichHtmlField ol.list-step,
#ctl00_PlaceHolderMain_ctl05__ControlWrapper_RichHtmlField ul.accordion,
.accordion .accordion-drawer .content-block .docList ul,
.accordion .accordion-drawer .content-block ol.list-step,
.accordion .accordion-drawer .content-block ul.accordion {
    list-style-type: none
}

ul.accordion {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    border-top: 1px solid #cfdce1
}

ul.accordion li {
    border-color: #cfdce1;
    border-bottom: 1px solid #cfdce1;
    border-left: 5px solid transparent !important
}

ul.accordion li:hover {
    border-left: 5px solid #e55825 !important
}

ul.accordion li ul li,
ul.accordion li ul li:hover {
    border: 0 !important
}

ul.accordion li a.header {
    display: block;
    position: relative;
    border: none !important;
    font-weight: 700;
    padding: 20px 20px 20px 60px;
    text-decoration: none !important;
    font-size: 19px;
    color: #e55825
}

@media (max-width:641px) {
    ul.accordion li a.header {
        padding: 15px 15px 15px 35px;
        font-size: 16px
    }
}

ul.accordion li a.header:hover {
    background: rgba(0, 0, 0, .05);
    color: #e55825
}

ul.accordion li a.header:focus {
    color: #052635 !important
}

ul.accordion li a.header:focus:after {
    color: #052635 !important
}

ul.accordion li a.header:after {
    font-family: FontAwesome;
    font-size: 19px;
    content: "\f067";
    position: absolute;
    right: auto;
    left: 20px;
    top: 21px;
    margin-top: 0;
    color: #e55825;
    font-weight: 400
}

@media (max-width:641px) {
    ul.accordion li a.header:after {
        font-size: 16px;
        left: 10px;
        top: 16px
    }
}

ul.accordion li a.header.active:after {
    content: "\f068"
}

ul.accordion li a.header:visited {
    color: #e55825
}

ul.accordion li div {
    padding: 0 !important
}

ul.accordion li div.content-block {
    padding: 15px 20px 5px 60px !important
}

@media (max-width:641px) {
    ul.accordion li div.content-block {
        padding: 10px 10px 5px 35px !important
    }
}

ul.accordion .list a {
    text-decoration: none
}

ul.accordion div.text-block {
    padding: 0 20px !important
}

ul.accordion div.text-highlight {
    padding: 20px !important
}

ul.accordion li div.content-block div:last-of-type {
    padding-bottom: 30px !important
}

ul.accordion li div.content-block div+.btn {
    margin-right: 20px
}

ul.accordion div.text-highlight {
    padding: 20px !important
}

.accordion {
    list-style: none;
    margin: 0 0 -1px;
    padding: 0;
    border-bottom: 1px solid #cfdce1
}

.accordion>li {
    margin: 0
}

.accordion>li:before {
    content: "\200B";
    position: absolute
}

.js .accordion__heading {
    border-top: 1px solid #cfdce1;
    margin: -1px 0 0;
    position: relative
}

.js .accordion__trigger {
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #e55825;
    cursor: pointer;
    display: block;
    font-size: inherit;
    padding: 1em .5em;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 2;
    font-size: 16px;
    padding-left: 2.5em;
    border-left: 5px solid transparent
}

@media (min-width:641px) {
    .js .accordion__trigger {
        font-size: 19px;
        padding-left: 3.158em
    }
}

.js .accordion__trigger:after {
    font-family: FontAwesome;
    font-size: 16px;
    content: "\f067";
    position: absolute;
    right: auto;
    left: .625em;
    top: 1em;
    margin-top: 0;
    color: #e55825;
    font-weight: 400
}

@media (min-width:641px) {
    .js .accordion__trigger:after {
        font-size: 19px;
        left: 1.053em
    }
}

.js .accordion__trigger:hover {
    background-color: rgba(0, 0, 0, .05);
    color: #e55825;
    outline: 0;
    border-color: #e55825
}

.js .accordion__trigger:focus {
    background-color: #ffbf47;
    color: #052635;
    outline: 0
}

.js .accordion__trigger:focus:after {
    color: #052635
}

.accordion__trigger[aria-disabled=true]:hover {
    cursor: not-allowed
}

.accordion__trigger[aria-disabled=true]:focus {
    background-color: rgba(0, 0, 0, .05)
}

.accordion__trigger[aria-expanded=true] {
    border-color: #e55825
}

.accordion__trigger[aria-expanded=true]:after {
    content: "\f068"
}

.js .accordion__panel {
    max-width: 35em;
    background-color: inherit;
    max-height: 0;
    overflow: hidden;
    padding: .05em 1.25em;
    position: relative;
    visibility: hidden;
    z-index: 1;
    border-bottom: 1px solid #cfdce1
}

.js .accordion__panel:last-of-type {
    border-bottom: 0
}

.js .accordion__panel p {
    margin-top: 0
}

.js .accordion__panel {
    margin-top: -.1em
}

.js .accordion__panel>:last-child {
    margin-bottom: 0
}

.js .accordion__panel[aria-hidden=true] {
    border-bottom: 1px solid #cfdce1
}

.js .accordion__panel[aria-hidden=false] {
    max-height: 100vh;
    overflow: auto;
    padding: 1.5em .5em;
    visibility: visible;
    padding-left: 3.158em;
    border-left: 5px solid #e55825;
    padding-left: 2.5em
}

@media (min-width:641px) {
    .js .accordion__panel[aria-hidden=false] {
        padding-left: 3.158em
    }
}

body {
    background-color: #fff
}

.sectionHeader {
    background: #e55825
}

.sectionOne {
    background: #fff
}

.sectionTwo {
    background: #fff
}

.sectionThree {
    background: #fff
}

.sectionFour {
    background: #fff
}

.sectionFive {
    background: #fff
}

@media (max-width:767px) {
    #nav-search {
        position: absolute;
        top: 62px;
        left: 0;
        background: #bdc3c7;
        padding: 20px;
        margin: 0;
        height: auto;
        width: 100%;
        z-index: 10;
        display: none
    }

    #nav-search.active {
        display: block
    }

    #nav-search .input-group {
        margin: 0 !important;
        width: 100%
    }

    #nav-search .ms-srch-sb>input {
        min-width: 100% !important;
        margin: 0 !important
    }

    #nav-search .ms-srch-sb>.ms-srch-sb-searchLink {
        height: 100%;
        min-height: 100%
    }
}

.masterhead {
    background: #fff
}

.ms-core-navigation {
    font-family: "Open Sans", sans-serif
}

.ms-core-listMenu-item,
.ms-core-listMenu-item:link,
.ms-core-listMenu-item:visited,
.ms-tv-header:link,
.ms-tv-header:visited,
.ms-tv-item:link,
.ms-tv-item:visited {
    color: #fff
}

.ms-core-listMenu-horizontalBox .ms-core-listMenu-selected,
.ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:link,
.ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:visited,
.ms-core-listMenu-horizontalBox a.ms-core-listMenu-item.ms-core-listMenu-selected:hover,
.ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:hover,
.ms-tv-selected:link,
a.ms-tv-header:hover,
a.ms-tv-item:hover {
    background-color: #e4511c;
    color: #fff
}

.main-nav {
    background: #e76233
}

.main-nav ul {
    width: 100%
}

.main-nav ul li a {
    color: #fff
}

.main-nav ul li a:focus,
.main-nav ul li a:hover {
    background-color: #e4511c;
    color: #fff
}

.main-nav ul li a.selected {
    background: #e45520 !important
}

.main-nav ul ul {
    background-color: #e4511c;
    background-color: #e4511c
}

.main-nav ul ul li {
    border-bottom: 1px solid #d74c1a
}

.main-nav ul ul li:first-of-type {
    border-top: 1px solid #d74c1a
}

.main-nav ul ul li a:hover {
    background: #d74c1a
}

ul.menu li a {
    color: #39b;
    text-decoration: none
}

ul.menu li a:focus,
ul.menu li a:hover {
    background: #e76233 !important
}

ul.menu li a.main-menu,
ul.menu li a.search {
    background: #fff
}

ul.menu li a.search {
    background: #cdcdcd
}

ul.menu li a.search.active,
ul.menu li a.search:focus,
ul.menu li a.search:hover {
    background: #bdc3c7 !important
}

ul.menu li a.main-menu {
    background: #e76233 !important;
    color: #fff
}

ul.menu li a.main-menu.active,
ul.menu li a.main-menu:focus,
ul.menu li a.main-menu:hover {
    background: #d74c1a
}

@media (max-width:767px) {

    ul.menu li a.main-menu,
    ul.menu li a.search {
        display: block !important;
        text-decoration: none
    }

    .main-nav {
        position: absolute;
        left: -767px;
        top: 0;
        z-index: 10;
        min-height: 640px;
        width: 100%;
        -webkit-transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s
    }

    .main-nav .container-fluid {
        padding: 20px
    }

    .main-nav.active {
        left: 0
    }

    .main-nav .container-fluid ul li {
        border-top: 1px solid rgba(0, 0, 0, .2);
        margin: 0;
        padding-top: 0 !important;
        width: 100%
    }

    .main-nav .container-fluid ul li a {
        width: 100%;
        background: 0 0
    }

    .main-nav .container-fluid ul li a:focus,
    .main-nav .container-fluid ul li a:hover {
        background: rgba(0, 0, 0, .2)
    }

    .main-nav .container-fluid ul li a.selected {
        background: 0 0;
        color: #fff
    }

    .main-nav .container-fluid ul li ul {
        display: block;
        position: relative;
        width: 100%;
        margin-left: 0;
        background: 0 0;
        float: left;
        padding: 0 0 10px 0;
        border: none
    }

    .main-nav .container-fluid ul li ul li {
        border: none;
        float: left
    }

    .main-nav .container-fluid ul li ul li a {
        font-size: 16px;
        background: 0 0;
        padding: 5px 20px;
        color: #fff
    }

    .main-nav .container-fluid ul li ul.active {
        display: block
    }
}

@media (max-width:767px) {
    .main-nav .ms-core-listMenu-horizontalBox li.static>.ms-core-listMenu-item {
        margin-left: 0
    }

    .menu-horizontal {
        width: 100%
    }

    .ms-core-listMenu-horizontalBox,
    .ms-core-listMenu-horizontalBox ul {
        display: block
    }

    .ms-core-listMenu-horizontalBox a.static,
    .ms-core-listMenu-horizontalBox li.static,
    .ms-core-listMenu-horizontalBox span.static {
        width: 100%
    }
}

footer.main {
    background: #e76233
}

footer.main p {
    color: #000
}

footer.main .footer {
    background: #e76233
}

footer.main .footer ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
    color: #000 !important
}

footer.main .footer ul li a:focus,
footer.main .footer ul li a:hover {
    background: rgba(0, 0, 0, .2)
}

footer.main .footer ul li a.selected {
    background-color: rgba(0, 0, 0, .2) !important
}

footer.main .footer ul li ul li:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

footer.main .footer ul li ul li a:focus,
footer.main .footer ul li ul li a:hover {
    background: rgba(0, 0, 0, .2);
    color: #000
}

footer.main .socialBookmarks h2 {
    color: #000
}

footer.main .socialBookmarks .email:after,
footer.main .socialBookmarks .facebook:after,
footer.main .socialBookmarks .flickr:after,
footer.main .socialBookmarks .instagram:after,
footer.main .socialBookmarks .twitter:after,
footer.main .socialBookmarks .youtube:after {
    border: 1px solid #e76233;
    color: #e76233
}

footer.main .socialBookmarks a:hover:after {
    background: #fff;
    color: #e76233
}

footer.main .footerGlobal {
    background: #e76233
}

.footerGlobal nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footerGlobal nav ul li {
    display: inline-block
}

.footerGlobal nav ul li:after {
    color: #000
}

.footerGlobal nav ul a {
    color: #000
}

.ui-datepicker-header {
    background: #052635
}

.ui-datepicker .ui-datepicker-next-hover:hover,
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev-hover:hover,
.ui-datepicker .ui-datepicker-prev:hover {
    background: #010506
}

td .ui-state-active,
td .ui-state-hover {
    background: #052635
}

form input[type=submit].submit {
    background: green
}

.carousel {
    height: 400px;
    margin-bottom: 1.875em
}

.carousel .active,
.carousel .carousel-inner,
.carousel .item {
    height: 100%
}

.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.carousel .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    text-shadow: none;
    opacity: 1;
    width: 5%
}

.carousel .carousel-control.right {
    right: 0;
    left: auto;
    background-image: none
}

.carousel .carousel-control.left {
    left: 0;
    right: auto;
    background-image: none
}

.carousel .carousel-caption {
    position: absolute;
    right: 10%;
    bottom: 25%;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #333;
    text-align: left;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    text-shadow: none;
    background: 0 0
}

.carousel .carousel-caption a {
    display: inline-block;
    cursor: pointer;
    z-index: 10
}

.carousel .carousel-caption a h2 span,
.carousel .carousel-caption a p {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 20px;
    margin: 0 0 10px;
    display: inline-block
}

.carousel .carousel-caption a:focus h2 span,
.carousel .carousel-caption a:focus p,
.carousel .carousel-caption a:hover h2 span,
.carousel .carousel-caption a:hover p {
    background: #000
}

.carousel .carousel-caption a h2 {
    margin: 0
}

.carousel .carousel-caption a p {
    font-size: 1.5rem
}

.carousel .carousel-caption a .external p:after {
    content: '\f08e';
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 0 10px
}

.carousel .carousel-caption span.carouselLink {
    display: block
}

.carousel .carousel-indicators {
    top: 5%;
    bottom: auto
}

.carousel .carousel-indicators li {
    border: 3px solid #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: 0
}

.carousel .carousel-indicators .active {
    background: #fff
}

.carousel #carouselButtons {
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: 16;
    margin: 0 auto;
    width: 100%;
    text-align: center
}

.carousel #carouselButtons button {
    border: none;
    color: #006da5;
    padding: 10px 20px;
    margin: 0 1px
}

.carousel #carouselButtons button:after {
    content: "";
    background: 0 0
}

.carousel #carouselButtons button:focus,
.carousel #carouselButtons button:hover {
    background: #000;
    color: #fff
}

@media (max-width:767px) {
    .carousel {
        display: none
    }
}

@media screen and (min-width:767px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 55px;
        height: 55px;
        margin-top: -30px;
        font-size: 2.575rem;
        color: #006da5;
        border-radius: 50%;
        padding: 12px;
        background: rgba(255, 255, 255, .9)
    }

    .carousel-control:focus .icon-next,
    .carousel-control:focus .icon-prev,
    .carousel-control:hover .icon-next,
    .carousel-control:hover .icon-prev {
        background: #000;
        color: #fff
    }
}

.carousel #carouselButtons button {
    background: #fff
}

.carousel-inner .item {
    padding: 0
}

.contentLink ul {
    margin: 0;
    list-style: none;
    padding: 0
}

.contentLink ul li {
    margin: 30px 0
}

.contentLink ul li div {
    padding: 30px;
    background: #ecf0f1;
    text-align: center;
    position: relative;
    padding-bottom: 100px
}

.contentLink ul li div img {
    max-width: 100%
}

.contentLink ul li div h2 {
    font-size: 30px;
    font-weight: 700
}

.contentLink ul li div p {
    margin: 30px
}

.contentLink ul li div a.btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    width: auto
}

.contentLink ul li div:after {
    content: '';
    height: 80px;
    display: block
}

.description-list {
    margin: 10px 0 30px
}

.description-list .description-list__item {
    border-bottom: 1px solid #cfdce1
}

.description-list .description-list__item h3 {
    font-size: 16px;
    margin: 0;
    padding-top: 1rem;
    line-height: 1.6
}

@media (min-width:641px) {
    .description-list .description-list__item h3 {
        font-size: 19px;
        float: left;
        width: 25%;
        padding: 1rem .75rem 1rem 0;
        line-height: 1.6
    }
}

.description-list .description-list__item .description-list__item-content {
    margin: 0;
    padding-bottom: 1rem;
    padding-top: .25rem
}

@media (min-width:641px) {
    .description-list .description-list__item .description-list__item-content {
        float: left;
        width: 75%;
        padding: 1rem .75rem
    }
}

.description-list .description-list__item .description-list__item-content .text-highlight:last-child,
.description-list .description-list__item .description-list__item-content li:last-child,
.description-list .description-list__item .description-list__item-content p:last-child,
.description-list .description-list__item .description-list__item-content ul:last-child {
    margin-bottom: 0
}

@media (min-width:641px) {

    .description-list .description-list__item .description-list__item-content .text-highlight:first-child,
    .description-list .description-list__item .description-list__item-content li:first-child,
    .description-list .description-list__item .description-list__item-content p:first-child,
    .description-list .description-list__item .description-list__item-content ul:first-child {
        margin-top: 0
    }
}

.description-list .description-list__item .description-list__item-content ul li .day {
    font-weight: 700;
    display: inline-block
}

.description-list .description-list__item .description-list__item-content ul li .day:after {
    content: ":";
    margin-right: 5px
}

.description-list .description-list__item .description-list__item-content ul li .hours {
    display: inline-block
}

.description-list .description-list__item .description-list__item-content p {
    margin-bottom: 10px
}

.description-list .description-list__item .description-list__item-content .text-highlight {
    margin: 15px 0
}

.docList a {
    display: block;
    text-align: left;
    position: relative;
    height: 100%;
    padding-top: 45px;
    font-weight: 700;
    border: 1px solid #cfdce1;
    text-decoration: none !important
}

.docList a:focus,
.docList a:hover {
    background: #f6f7fa;
    color: #354855;
    border-color: #cfdce1
}

.docList a:focus span.thirdInfo,
.docList a:hover span.thirdInfo {
    color: #354855
}

.docList a:before {
    content: '\f138';
    font-family: FontAwesome;
    position: absolute;
    font-weight: 400;
    top: -1px;
    left: -1px;
    height: 45px;
    width: 45px;
    display: block;
    padding: 8px 15px;
    color: #052635;
    font-size: 22px
}

.docList a:before:hover {
    color: #354855 !important
}

.docList a span.info {
    border-top: 1px solid #cfdce1;
    display: inline-block;
    width: 100%;
    padding: 10px;
    padding: 15px 40px 15px 15px;
    height: 100%
}

.docList a span.info span.arrow {
    position: absolute;
    height: auto;
    width: 20px;
    right: 10px;
    bottom: 10px;
    background: 0 0
}

.docList a span.info span.arrow:after {
    content: '\f138';
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: none !important;
    border: none
}

.docList a span.thirdInfo {
    position: absolute;
    top: 12px;
    right: 15px;
    color: #07374c;
    font-weight: 300
}

.docList .pdf a:before {
    content: '\f1c1';
    color: #ed1f24
}

.docList .word a:before {
    content: '\f1c2';
    color: #294ba0
}

.docList .xl a:before {
    content: '\f1c3';
    color: #269129
}

.docList .external a:before {
    content: '\f08e';
    color: rgba(0, 0, 0, .5)
}

.docList .pp a:before {
    content: '\f1c4';
    color: orange
}

.docList .external a:hover:before,
.docList .pdf a:hover:before,
.docList .pp a:hover:before,
.docList .word a:hover:before,
.docList .xl a:hover:before {
    color: #fff
}

.docList.five,
.docList.four,
.docList.one,
.docList.three,
.docList.two {
    width: 100%
}

.docList ul {
    padding: 0
}

.docList li {
    padding: 15px
}

@media (max-width:600px) {
    .docList li {
        padding: 5px 0
    }
}

.docList.five li {
    width: 20%
}

.docList.four li {
    width: 25%
}

.docList.three li {
    width: 33.333333%
}

.docList.two li {
    width: 50%
}

.docList.one li {
    width: 100%;
    padding: 0;
    margin-bottom: 0
}

.docList.one li a {
    border: none;
    border-bottom: 1px solid #cfdce1;
    padding: 20px 15px 20px 40px;
    margin: 0
}

.docList.one li a:hover {
    background: #f6f7fa;
    text-decoration: none
}

.docList.one li a:hover span.info,
.docList.one li a:hover span.thirdInfo,
.docList.one li a:hover:before {
    background: 0 0;
    color: #052635
}

.docList.one li a:before {
    font-family: FontAwesome;
    position: absolute;
    font-weight: 400;
    top: 17px;
    left: 10px;
    height: 25px;
    margin-top: -5px;
    width: 25px;
    display: block;
    padding: 0;
    font-size: 22px
}

.docList.one li a .info {
    border: none;
    padding: 0;
    margin: 0;
    display: inline;
    margin: 0
}

.docList.one li a .info span.arrow {
    display: none
}

.docList.one li a span.thirdInfo {
    padding: 0 25px;
    padding: 0 20px 0 10px;
    display: inline;
    position: relative;
    top: 0;
    right: auto
}

@media (max-width:1200px) {

    .docList.five li,
    .docList.four li {
        width: 33%;
        float: left
    }
}

@media (max-width:991px) {

    .docList.five li,
    .docList.four li,
    .docList.three li {
        width: 50%;
        float: left
    }
}

@media (max-width:600px) {

    .docList.five li,
    .docList.four li,
    .docList.three li,
    .docList.two li {
        width: 100%
    }
}

.docList.one .listWebpart ul li {
    float: none
}

.docList.one .listWebpart ul li a:before {
    top: 22px
}

@media (max-width:641px) {
    .docList.one .listWebpart ul li a:before {
        top: 20px
    }
}

.docList.one .listWebpart ul li:first-of-type a {
    border-top: 1px solid #cfdce1
}

.docList.five,
.docList.four,
.docList.one,
.docList.three,
.docList.two {
    margin: 30px 0
}

.docList.five ul li a,
.docList.four ul li a,
.docList.one ul li a,
.docList.three ul li a,
.docList.two ul li a {
    border-bottom: 1px solid #cfdce1
}

.groupPromo .listWebpart {
    margin: 0;
    padding: 0
}

.groupPromo ul {
    background: 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-direction: row;
    -moz-box-flex-direction: row;
    -ms-flex-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -ms-flex-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0 30px -6px;
    width: auto;
    border: 0
}

@media (max-width:600px) {
    .groupPromo ul {
        margin: 10px 0 30px
    }
}

.groupPromo ul li {
    background: #f6f7fa;
    border: 0;
    width: calc(100% * (1/4) - 5px) !important;
    margin: 5px 0 0 5px;
    border: 0
}

.col-md-8 .groupPromo ul li {
    width: calc(100% * (1/3) - 6px) !important
}

.col-md-6 .groupPromo ul li {
    width: calc(100% * (1/2) - 5px) !important
}

.col-md-4 .groupPromo ul li {
    width: calc(100% * (1/2) - 5px) !important
}

@media (max-width:1200px) {
    .groupPromo ul li {
        width: calc(100% * (1/2) - 5px) !important
    }

    .col-md-6 .groupPromo ul li,
    .col-md-8 .groupPromo ul li {
        width: calc(100% * (1/2) - 5px) !important
    }

    .col-md-4 .groupPromo ul li {
        width: calc(100%) !important
    }
}

@media (max-width:990px) and (min-width:601px) {
    .col-md-4 .groupPromo ul li {
        width: calc(100% * (1/2) - 5px) !important
    }
}

@media (max-width:600px) {
    .groupPromo ul li {
        width: calc(100%) !important;
        margin: 5px 0 0
    }

    .col-md-4 .groupPromo ul li,
    .col-md-6 .groupPromo ul li,
    .col-md-8 .groupPromo ul li {
        width: calc(100%) !important
    }
}

.groupPromo ul li a {
    background: #f6f7fa;
    padding: 30px;
    text-decoration: none !important;
    height: 100%;
    margin: 0;
    display: block;
    position: relative;
    width: auto
}

.groupPromo ul li a img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px
}

.groupPromo ul li a:active,
.groupPromo ul li a:hover {
    background: #e6e8f1
}

.groupPromo ul li a:active h3,
.groupPromo ul li a:active h3:after,
.groupPromo ul li a:active p,
.groupPromo ul li a:focus h3,
.groupPromo ul li a:focus h3:after,
.groupPromo ul li a:focus p {
    color: #052635 !important
}

@media (max-width:767px) {
    .groupPromo ul li a {
        min-height: 0;
        padding: 20px
    }
}

@media (max-width:600px) {
    .groupPromo ul li a {
        min-height: 0;
        padding: 20px 15px
    }
}

.groupPromo ul li a h3 {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    color: #0a4e6d;
    padding-right: 30px;
    line-height: 28px;
    position: relative
}

@media (max-width:767px) {
    .groupPromo ul li a h3 {
        font-size: 19px;
        line-height: 24px
    }
}

.groupPromo ul li a h3:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    color: #9da5b2
}

@media (max-width:600px) {
    .groupPromo ul li a h3:after {
        top: 50%;
        right: 0;
        margin-top: -10px;
        font-size: 16px
    }
}

.groupPromo ul li a p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
    color: #052635
}

@media (max-width:767px) {
    .groupPromo ul li a p {
        font-size: 14px
    }
}

@media (max-width:600px) {
    .groupPromo ul li a p {
        padding-right: 30px;
        margin-top: 5px
    }
}

.groupPromo ul li.external a h3:after {
    content: '\f08e'
}

.groupPromo ul li a.external:after,
.groupPromo ul li a.pdf:after,
.groupPromo ul li a[rel=external]:after,
.groupPromo ul li a[rel=pdf]:after {
    display: none
}

.groupPromo ul li a.external h3:after,
.groupPromo ul li a.pdf h3:after,
.groupPromo ul li a[rel=external] h3:after,
.groupPromo ul li a[rel=pdf] h3:after {
    color: #9da5b2
}

.groupPromo ul li a.external h3:after,
.groupPromo ul li a[rel=external] h3:after {
    content: "\f08e"
}

.groupPromo ul li a.pdf h3:after,
.groupPromo ul li a[rel=pdf] h3:after {
    content: "\f1c1"
}

.groupPromo.three ul li {
    width: 100% !important
}

@media (min-width:990px) {
    .groupPromo.three ul li {
        width: calc(100% * (1/3) - 5px) !important
    }
}

.groupPromo.blockLinksGreen .listWebpart ul li {
    background: #97bd0e
}

.groupPromo.blockLinksGreen .listWebpart ul li a {
    background: #97bd0e
}

.groupPromo.blockLinksGreen .listWebpart ul li a:active,
.groupPromo.blockLinksGreen .listWebpart ul li a:hover {
    background: #84a50c
}

.groupPromo.blockLinksGreen .listWebpart ul li a h3 {
    color: #fff
}

.groupPromo.blockLinksGreen .listWebpart ul li a h3:after {
    color: #fff
}

.groupPromo.blockLinksGreen .listWebpart ul li a p {
    color: #fff
}

.groupPromo.blockLinksPurple .listWebpart ul li {
    background: #72286e
}

.groupPromo.blockLinksPurple .listWebpart ul li a {
    background: #72286e
}

.groupPromo.blockLinksPurple .listWebpart ul li a:active,
.groupPromo.blockLinksPurple .listWebpart ul li a:hover {
    background: #5f215c
}

.groupPromo.blockLinksPurple .listWebpart ul li a h3 {
    color: #fff
}

.groupPromo.blockLinksPurple .listWebpart ul li a h3:after {
    color: #fff
}

.groupPromo.blockLinksPurple .listWebpart ul li a p {
    color: #fff
}

.groupPromo.blockLinksPink .listWebpart ul li {
    background: #b10042
}

.groupPromo.blockLinksPink .listWebpart ul li a {
    background: #b10042
}

.groupPromo.blockLinksPink .listWebpart ul li a:active,
.groupPromo.blockLinksPink .listWebpart ul li a:hover {
    background: #980038
}

.groupPromo.blockLinksPink .listWebpart ul li a h3 {
    color: #fff
}

.groupPromo.blockLinksPink .listWebpart ul li a h3:after {
    color: #fff
}

.groupPromo.blockLinksPink .listWebpart ul li a p {
    color: #fff
}

.groupPromo.midnightBlue .listWebpart ul li {
    background: #2c3e50
}

.groupPromo.midnightBlue .listWebpart ul li a {
    background: #2c3e50
}

.groupPromo.midnightBlue .listWebpart ul li a:active,
.groupPromo.midnightBlue .listWebpart ul li a:hover {
    background: #233140
}

.groupPromo.midnightBlue .listWebpart ul li a h3 {
    color: #fff
}

.groupPromo.midnightBlue .listWebpart ul li a h3:after {
    color: #fff
}

.groupPromo.midnightBlue .listWebpart ul li a p {
    color: #fff
}

.groupPromo.carrot .listWebpart ul li {
    background: #e67e22
}

.groupPromo.carrot .listWebpart ul li a {
    background: #e67e22
}

.groupPromo.carrot .listWebpart ul li a:active,
.groupPromo.carrot .listWebpart ul li a:hover {
    background: #d67118
}

.groupPromo.carrot .listWebpart ul li a h3 {
    color: #fff
}

.groupPromo.carrot .listWebpart ul li a h3:after {
    color: #fff
}

.groupPromo.carrot .listWebpart ul li a p {
    color: #fff
}

.groupPromo.white .listWebpart ul li {
    background: #fff
}

.groupPromo.white .listWebpart ul li a {
    background: #fff
}

.groupPromo.white .listWebpart ul li a:active,
.groupPromo.white .listWebpart ul li a:hover {
    background: #f2f2f2
}

.groupPromo.white .listWebpart ul li a h3 {
    color: #333
}

.groupPromo.white .listWebpart ul li a h3:after {
    color: #333
}

.groupPromo.white .listWebpart ul li a p {
    color: #333
}

.no-flexbox .groupPromo ul {
    width: 100%;
    display: inline-block
}

@media (max-width:600px) {
    .no-flexbox .groupPromo ul {
        margin: 0
    }
}

.no-flexbox .groupPromo ul li {
    display: inline-block
}

@media (min-width:600px) {
    .no-flexbox .groupPromo ul li a {
        min-height: 170px
    }
}

@media (min-width:990px) {
    .no-flexbox .groupPromo ul li a {
        min-height: 170px
    }
}

@media (min-width:990px) {
    .no-flexbox .groupPromo ul li a {
        min-height: 150px
    }
}

@media (min-width:1200px) {
    .no-flexbox .groupPromo ul li a {
        min-height: 240px
    }
}

@media (min-width:1400px) {
    .no-flexbox .groupPromo ul li a {
        min-height: 210px
    }
}

@media (min-width:990px) {
    .no-flexbox .groupPromo ul li:nth-child(4n+5) {
        clear: both
    }
}

@media (min-width:600px) and (max-width:990px) {
    .no-flexbox .groupPromo ul li:nth-child(2n+3) {
        clear: both
    }
}

.ie8 .groupPromo ul li {
    width: 100%
}

.ie8 .groupPromo ul li a {
    width: 100%
}

.no-flexbox .groupPromo ul li {
    width: 100% !important
}

.no-flexbox .groupPromo ul li a {
    width: 100% !important;
    min-height: 0 !important
}

.heroBanner {
    padding: 55px 0;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important
}

.heroBanner .container-fluid {
    position: relative
}

.heroBanner .container-fluid h1,
.heroBanner .container-fluid p.lead {
    font-size: 40px;
    font-weight: 100;
    color: #fff;
    padding: 20px;
    background: rgba(0, 0, 0, .5);
    line-height: 48px;
    width: 40%;
    margin: 0 0 20px 0
}

.heroBanner .container-fluid p {
    font-size: 20px;
    font-weight: 100;
    color: #fff;
    padding: 20px;
    background: rgba(0, 0, 0, .5);
    width: 40%;
    margin: 0 0 20px 0
}

.heroBanner .button {
    position: absolute;
    bottom: 0;
    right: 55px;
    font-size: 20px
}

@media only screen and (max-width:700px) {
    .heroBanner {
        padding: 0
    }

    .heroBanner .container-fluid {
        padding: 30px;
        background: rgba(0, 0, 0, .5)
    }

    .heroBanner .container-fluid h1,
    .heroBanner .container-fluid p.lead {
        width: 100%;
        margin: 0 auto;
        font-size: 30px;
        line-height: 30px;
        background: 0 0;
        padding: 0 20px
    }

    .heroBanner .container-fluid p {
        font-size: 25px;
        width: 100%;
        margin: 0 auto;
        background: 0 0
    }

    .heroBanner .container-fluid .button {
        position: relative;
        font-size: 20px;
        width: 100%;
        right: 0;
        display: block
    }
}

.heroBanner {
    padding: 60px 0 110px 0;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    min-height: 450px;
    position: relative
}

.heroBanner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: block;
    z-index: 0
}

.heroBanner .container-fluid {
    z-index: 1;
    position: relative
}

.heroBanner .container-fluid h1,
.heroBanner .container-fluid h2,
.heroBanner .container-fluid p,
.heroBanner .container-fluid p.lead {
    color: #fff;
    max-width: 46em
}

@media (min-width:641px) {

    .heroBanner .container-fluid h1,
    .heroBanner .container-fluid p.lead {
        font-size: 70px;
        line-height: 1em
    }

    .heroBanner .container-fluid h2 {
        font-size: 42px
    }
}

.heroBanner .button {
    position: absolute;
    bottom: 0;
    right: 55px;
    font-size: 20px
}

@media only screen and (max-width:700px) {
    .heroBanner {
        padding: 0;
        min-height: auto
    }

    .heroBanner .container-fluid {
        padding: 30px
    }

    .heroBanner .container-fluid .button {
        position: relative;
        font-size: 20px;
        width: 100%;
        right: 0;
        display: block
    }
}

.mega-promo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -ms-flex-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -15px;
    padding: 30px 0 30px
}

.mega-promo .mega-promo__item {
    padding-left: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align-items: stretch;
    -moz-box-align-items: stretch;
    -ms-flex-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-bottom: 15px;
    width: 100%
}

.mega-promo .mega-promo__item.external a:after {
    content: "\f08e"
}

.mega-promo .mega-promo__item a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #f6f7fa;
    position: relative;
    text-decoration: none
}

@media (max-width:500px) {
    .mega-promo .mega-promo__item a {
        padding-bottom: 30px
    }
}

.mega-promo .mega-promo__item a:focus .mega-promo__header,
.mega-promo .mega-promo__item a:focus .mega-promo__secondary,
.mega-promo .mega-promo__item a:focus.external a:after,
.mega-promo .mega-promo__item a:focus:after {
    color: #333 !important
}

.mega-promo .mega-promo__item a:after {
    font-family: FontAwesome;
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #9da5b2;
    font-size: 19px
}

@media (max-width:600px) {
    .mega-promo .mega-promo__item a:after {
        font-size: 16px
    }
}

.mega-promo .mega-promo__item a:hover {
    background: #e6e8f1;
    text-decoration: none
}

.mega-promo .mega-promo__item a:hover .mega-promo__img {
    opacity: .8
}

.mega-promo .mega-promo__item a:hover .mega-promo__header {
    text-decoration: underline
}

.mega-promo .mega-promo__item a .mega-promo__img-wrapper {
    display: block;
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding-bottom: 56.25%;
    float: none;
    margin: 0;
    width: 100%
}

.mega-promo .mega-promo__item a .mega-promo__img-wrapper .mega-promo__img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding-bottom: 56.25%;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.mega-promo .mega-promo__item a .mega-promo__content {
    display: block;
    padding: 20px 60px 20px 20px
}

@media (max-width:500px) {
    .mega-promo .mega-promo__item a .mega-promo__content {
        position: relative;
        padding: 15px
    }
}

.mega-promo .mega-promo__item a .mega-promo__content .mega-promo__header {
    color: #0a4e6d;
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700
}

@media (max-width:500px) {
    .mega-promo .mega-promo__item a .mega-promo__content .mega-promo__header {
        font-size: 21px
    }
}

.mega-promo .mega-promo__item a .mega-promo__content .mega-promo__secondary {
    color: #052635;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #07374c;
    line-height: 1.6
}

@media (max-width:500px) {
    .mega-promo .mega-promo__item a .mega-promo__content .mega-promo__secondary {
        font-size: 16px
    }
}

.mega-promo .mega-promo__item a .mega-promo__highlight {
    background: #052635;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 10px
}

.mega-promo .mega-promo__item.featured {
    width: 100% !important
}

.mega-promo .mega-promo__item.featured .mega-promo__header {
    font-size: 24px !important;
    margin-bottom: 10px !important;
    color: #0a4e6d
}

@media (min-width:600px) {
    .mega-promo .mega-promo__item.featured .mega-promo__highlight {
        font-size: 20px
    }
}

@media (max-width:600px) {
    .mega-promo .mega-promo__item.featured {
        margin-left: -15px;
        margin-right: -15px
    }

    .mega-promo .mega-promo__item.featured a {
        padding-bottom: 50px
    }
}

@media (min-width:767px) {
    .mega-promo .mega-promo__item.featured .mega-promo__header {
        font-size: 32px !important
    }
}

@media (min-width:990px) {
    .mega-promo .mega-promo__item.featured a:after {
        right: 30px;
        bottom: 30px;
        font-size: 32px
    }

    .mega-promo .mega-promo__item.featured a .mega-promo__img-wrapper {
        display: inline-block;
        width: 66.66%;
        float: left;
        padding-bottom: 37.5%
    }

    .mega-promo .mega-promo__item.featured a .mega-promo__img-wrapper .mega-promo__img {
        padding-bottom: 37.5%
    }

    .mega-promo .mega-promo__item.featured a .mega-promo__content {
        float: right;
        display: inline-block;
        width: 33.33%;
        padding: 30px
    }

    .mega-promo .mega-promo__item.featured a .mega-promo__highlight {
        right: auto;
        left: 0
    }
}

.mega-promo .mega-promo__item.two-thirds {
    width: 66.66% !important
}

.mega-promo .mega-promo__item.half {
    width: 50% !important
}

@media (min-width:767px) {

    .mega-promo .mega-promo__item.half .mega-promo__header,
    .mega-promo .mega-promo__item.two-thirds .mega-promo__header {
        font-size: 32px
    }
}

.mega-promo .mega-promo__item.third {
    width: 33.33% !important
}

.mega-promo .mega-promo__item.quarter {
    width: 25% !important
}

.mega-promo .mega-promo__item.quarter .mega-promo__header {
    font-size: 21px
}

@media (max-width:767px) {
    .mega-promo .mega-promo__item.quarter {
        width: 50% !important
    }
}

@media (max-width:500px) {
    .mega-promo .mega-promo__item.quarter {
        width: 100% !important
    }
}

@media (max-width:767px) {

    .mega-promo .mega-promo__item.half,
    .mega-promo .mega-promo__item.third,
    .mega-promo .mega-promo__item.two-thirds {
        width: 100% !important
    }
}

@media (min-width:767px) {

    .mega-promo .mega-promo__item.quarter a,
    .mega-promo .mega-promo__item.third a {
        padding-bottom: 50px
    }

    .mega-promo .mega-promo__item.quarter a .mega-promo__content,
    .mega-promo .mega-promo__item.third a .mega-promo__content {
        padding: 20px
    }
}

.mega-promo .mega-promo__item.no-img.quarter a,
.mega-promo .mega-promo__item.no-img.third a {
    padding-bottom: 0 !important
}

.mega-promo .mega-promo__item.no-img a:after {
    display: none
}

.mega-promo .mega-promo__item.no-img .mega-promo__img-wrapper {
    display: none
}

.mega-promo .mega-promo__item.no-img .mega-promo__header {
    font-size: 32px
}

@media (max-width:500px) {
    .mega-promo .mega-promo__item.no-img .mega-promo__header {
        font-size: 24px
    }
}

.mega-promo .mega-promo__item.no-img .mega-promo__highlight {
    position: relative;
    top: auto;
    right: auto;
    padding: 10px;
    display: inline-block;
    margin: -5px 0 20px 20px
}

.no-flexbox .mega-promo .mega-promo__item {
    display: inline-block;
    float: left
}

.no-flexbox .mega-promo .mega-promo__item.featured a {
    display: inline-block;
    width: 100%
}

@media (min-width:767px) {

    .col-md-8 .mega-promo .mega-promo__item.half .mega-promo__header,
    .col-md-8 .mega-promo .mega-promo__item.two-thirds .mega-promo__header {
        font-size: 24px
    }
}

.col-md-8 .mega-promo .mega-promo__item.featured .mega-promo__header {
    font-size: 32px
}

@media (max-width:600px) {
    .mega-promo .mega-promo__item.featured {
        width: auto !important
    }
}

@media (min-width:767px) {
    .mega-promo .mega-promo__item a .mega-promo__content {
        display: block
    }

    .mega-promo .mega-promo__item a {
        padding-bottom: 50px
    }

    .mega-promo .mega-promo__item.featured a {
        padding-bottom: 0
    }
}

.mega-promo .mega-promo__item a:after {
    right: 30px;
    bottom: 30px
}

@media (max-width:767px) {
    .mega-promo .mega-promo__item a:after {
        right: 20px;
        bottom: 20px
    }
}

.mega-promo .mega-promo__item a .mega-promo__content {
    padding: 30px !important
}

@media (max-width:767px) {
    .mega-promo .mega-promo__item a .mega-promo__content {
        padding: 20px !important
    }
}

.mega-promo .mega-promo__item.quarter a,
.mega-promo .mega-promo__item.third a {
    padding-bottom: 50px
}

@media (max-width:990px) {
    .mega-promo .mega-promo__item.featured a {
        padding-bottom: 50px
    }
}

.pagination-nav {
    display: block;
    margin: 50px 0;
    border-top: 1px solid #cfdce1;
    border-bottom: 1px solid #cfdce1
}

.pagination-nav ul {
    margin: 0;
    padding: 0
}

.pagination-nav ul li {
    font-size: 16px;
    line-height: 1.14286;
    float: left;
    list-style: none;
    text-align: right;
    margin: 0;
    padding: 0;
    width: 49%
}

.pagination-nav ul li.pagination-nav__previous-page {
    float: left;
    text-align: left
}

.pagination-nav ul li.pagination-nav__previous-page a {
    padding: .75em 0 .75em 3em
}

.pagination-nav ul li.pagination-nav__previous-page a:before {
    content: '\f104';
    left: 7px;
    top: 0;
    color: #ea7b53
}

.pagination-nav ul li.pagination-nav__next-page {
    float: right;
    text-align: right
}

.pagination-nav ul li.pagination-nav__next-page a {
    text-align: right;
    padding: .75em 3em .75em 0
}

.pagination-nav ul li.pagination-nav__next-page a:before {
    content: '\f105';
    right: 7px;
    top: 0;
    color: #ea7b53
}

@media (max-width:640px) {

    .pagination-nav ul li.pagination-nav__next-page,
    .pagination-nav ul li.pagination-nav__previous-page {
        float: none;
        width: 100%
    }
}

.pagination-nav ul li a {
    display: block;
    text-decoration: none;
    border: 0;
    position: relative
}

.pagination-nav ul li a:hover {
    background: #f6f7fa;
    color: #e55825
}

.pagination-nav ul li a:before {
    font-family: FontAwesome;
    position: absolute;
    color: #094764;
    font-size: 60px
}

.pagination-nav ul li a .pagination-nav__part-title {
    font-size: 24px;
    line-height: 1.11111;
    margin-bottom: .1em;
    display: block
}

@media (min-width:641px) {
    .pagination-nav ul li a .pagination-nav__part-title {
        font-size: 32px;
        line-height: 1.25
    }
}

.pagination-nav ul li a .pagination-nav__label {
    color: #052635
}

.part-navigation__container {
    margin-top: 30px;
    padding-bottom: 8px;
    margin-bottom: 45px;
    border-bottom: 1px solid #cfdce1
}

@media (max-width:640px) {
    .part-navigation__container {
        padding-bottom: 3px;
        margin-bottom: 30px
    }
}

.part-navigation__container nav ol {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding: 0
}

@media (max-width:767px) {
    .part-navigation__container nav ol {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.part-navigation__container nav ol li {
    font-size: 16px;
    margin-bottom: 12px;
    list-style: decimal;
    margin-left: 1.5em;
    padding-left: .3em
}

@media (min-width:641px) {
    .part-navigation__container nav ol li {
        font-size: 19px
    }
}

.phase-banner {
    padding: 7px 0;
    background: #e6edf0
}

.phase-banner p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4
}

@media (max-width:641px) {
    .phase-banner p {
        font-size: 14px;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align-items: flex-start;
        -moz-box-align-items: flex-start;
        -ms-flex-align-items: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }
}

.phase-banner p strong {
    background: #39b;
    color: #fff;
    padding: 1px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    margin-right: 7px
}

@media (max-width:641px) {
    .phase-banner p strong {
        margin-right: 10px
    }
}

.phase-banner.page {
    padding: 10px
}

.promo {
    background-size: cover !important;
    padding: 0;
    margin-bottom: 1.875em;
    position: relative;
    width: 100%;
    overflow: hidden
}

.promo a {
    display: block;
    min-height: 270px
}

.promo a span.image {
    height: 100%;
    width: 100%;
    bottom: 0;
    transition: transform 1s;
    background-size: cover !important
}

.promo a span.image:hover {
    transform: scale(1.1)
}

.promo a span.image:after {
    display: none
}

.promo a span {
    background: rgba(0, 0, 0, .6);
    padding: 15px;
    color: #fff;
    border-radius: 0;
    bottom: 0;
    color: #fff;
    left: 0;
    position: absolute;
    width: 100%;
    transition: all .5s ease
}

.promo a span:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    font-weight: 400;
    bottom: 17px;
    right: 0;
    height: 25px;
    width: 25px;
    display: block;
    color: #fff;
    font-size: 22px;
    transition: all .5s ease
}

.promo a:hover span {
    width: 100%;
    padding: 15px 15px 40px 15px
}

.two .listWebpart ul .promo {
    width: 48% !important
}

.three .listWebpart ul .promo {
    width: 31.33% !important
}

.four .listWebpart ul .promo {
    width: 23% !important
}

.four .listWebpart ul,
.three .listWebpart ul,
.two .listWebpart ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -ms-flex-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -2%
}

@media (max-width:600px) {

    .four .listWebpart ul,
    .three .listWebpart ul,
    .two .listWebpart ul {
        margin: 0
    }
}

.four .listWebpart ul .promo,
.three .listWebpart ul .promo,
.two .listWebpart ul .promo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align-items: stretch;
    -moz-box-align-items: stretch;
    -ms-flex-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin: 0 0 2% 2%
}

@media (max-width:600px) {

    .four .listWebpart ul .promo,
    .three .listWebpart ul .promo,
    .two .listWebpart ul .promo {
        margin: 0 0 15px;
        width: 100% !important
    }
}

.promo.four,
.promo.three,
.promo.two {
    width: 100%
}

.listWebpart ul {
    margin: 0;
    padding: 0
}

.listWebpart ul li {
    list-style: none;
    float: left
}

.listWebpart ul li img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px
}

.promoListWebpart h2 {
    text-align: center
}

.promoListWebpart ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.promoListWebpart ul li {
    float: left;
    padding: 15px
}

.promoListWebpart ul li a {
    position: relative;
    overflow: hidden;
    height: 170px;
    display: block;
    color: #fff;
    background-size: cover !important;
    background-position: 0 enter !important
}

.promoListWebpart ul li a span {
    position: absolute
}

.promoListWebpart ul li a .info {
    position: absolute;
    display: inline-block;
    bottom: 0;
    right: 0;
    padding: 20px 40px 20px 20px;
    background: #0a4e6d;
    width: 100%;
    opacity: .9;
    /* For IE8 and earlier */
    line-height: 1.42857;
    font-weight: 300
}

.promoListWebpart ul li a img {
    position: absolute
}

.promoListWebpart ul li a:focus span.info,
.promoListWebpart ul li a:hover span.info {
    background: #131a22;
    text-decoration: none;
    opacity: 1
        /* For IE8 and earlier */
}

.promoListWebpart ul li a .secondaryInfo {
    font-family: Montserrat, sans-serif;
    color: #fff;
    width: 70%;
    display: block;
    opacity: 1;
    /* For IE8 and earlier */
    position: relative
}

.promoListWebpart ul li a .arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 30px 0;
    width: 15%;
    display: block;
    background: #062d3e;
    height: 100%;
    text-align: center
}

.promoListWebpart ul li a .arrow:after {
    font-family: FontAwesome;
    font-size: 35px;
    content: "\f105";
    color: #fff;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    right: 0;
    width: 100%;
    top: 50%;
    margin: -15px 0 0 -36px
}

.promoListWebpart ul li a span.thirdInfo {
    background: #f6f6f6;
    right: 0;
    color: #052635;
    width: 33.3%;
    min-width: 220px;
    max-width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 19.2px
}

.promoListWebpart ul li a[rel=doc]:after,
.promoListWebpart ul li a[rel=external]:after,
.promoListWebpart ul li a[rel=pdf]:after,
.promoListWebpart ul li a[rel=pp]:after,
.promoListWebpart ul li a[rel=xl]:after {
    content: ""
}

.promoListWebpart ul li a[rel=xl] .arrow:after {
    content: "\f1c3"
}

.promoListWebpart ul li a[rel=pdf] .arrow:after {
    content: "\f1c1"
}

.promoListWebpart ul li a[rel=doc] .arrow:after {
    content: "\f1c2"
}

.promoListWebpart ul li a[rel=pp] .arrow:after {
    content: "\f1c4"
}

.promoListWebpart ul li a[rel=external] .arrow:after {
    content: "\f08e"
}

.promoListWebpart ul li.heightTwo a {
    height: 370px
}

.promoListWebpart ul li.one span.thirdInfo {
    width: 100%;
    min-width: 100%
}

.promoListWebpart li.six a span.info {
    font-size: 40px
}

.promoListWebpart .six a span.secondaryInfo {
    font-size: 20.8px;
    display: block
}

.promoListWebpart .four a span.info,
.promoListWebpart .quarter a span.info,
.promoListWebpart .three a span.info,
.promoListWebpart .two a span.info {
    font-size: 24px;
    padding: 20px 80px 20px 20px;
    font-weight: 600;
    line-height: 30px
}

.promoListWebpart .four a span.secondaryInfo,
.promoListWebpart .quarter a span.secondaryInfo,
.promoListWebpart .three a span.secondaryInfo,
.promoListWebpart .two a span.secondaryInfo {
    font-size: 16px;
    font-weight: 200;
    margin-top: 10px
}

.promoListWebpart .four.heightTwo a {
    font-size: 36.8px
}

@media screen and (max-width:1000px) {

    .promoListWebpart a span.info,
    .promoListWebpart li.four.heightTwo a span.info,
    .promoListWebpart li.six a span.info {
        font-size: 24px
    }

    .promoListWebpart a span.secondaryInfo,
    .promoListWebpart li.four.heightTwo a span.secondaryInfo,
    .promoListWebpart li.six a span.secondaryInfo {
        font-size: 19.2px
    }
}

@media screen and (min-width:1000px) {

    .promoListWebpart li.four a span.info,
    .promoListWebpart li.six a span.info {
        bottom: 0;
        top: 0;
        right: 0;
        padding: 20px;
        text-align: center;
        width: 33.3%;
        min-width: 220px
    }

    .promoListWebpart li.four.heightTwo a span.info,
    .promoListWebpart li.six a span.info {
        padding: 80px 20px 20px 20px
    }

    .promoListWebpart li.four.heightTwo a span.info .arrow,
    .promoListWebpart li.six a span.info .arrow {
        height: 80px
    }

    .promoListWebpart .four a span.secondaryInfo,
    .promoListWebpart .six a span.secondaryInfo {
        text-align: center;
        width: 100%
    }
}

.promoListWebpart li.promoImage a span {
    display: none
}

.promoListWebpart .imgRight a {
    background-position: 0 right !important
}

.promoListWebpart .imgBottom a {
    background-position: bottom !important
}

.promoListWebpart .imgCenter a {
    background-position: center center !important
}

.promoListWebpart .contentLink {
    position: relative;
    color: #052635;
    font-weight: 100;
    padding-bottom: 100px;
    height: 200px
}

.promoListWebpart .contentLink h2 {
    font-size: 35.2px
}

.promoListWebpart .contentLink a {
    color: #052635
}

.promoListWebpart .contentLink a .arrow:after {
    color: #0a4e6d
}

.promoListWebpart .contentLink a:hover {
    color: #fff
}

.promoListWebpart .contentLink a:hover .arrow:after {
    color: #fff
}

.promoListWebpart .contentLink.color a {
    bottom: 10px !important
}

.promoListWebpart .contentLink.color p {
    color: #052635
}

.promoListWebpart .contentLink.color div {
    background: #0a4e6d;
    padding: 15px 15px 30px 15px
}

.promoListWebpart .contentLink.color.lighter div {
    background: #0d658e
}

.promoListWebpart .contentLink.color.darker div {
    background: #07374c
}

@media only screen and (max-width:1200px) and (min-width:601px) {
    .promoListWebpart .contentLink.color div {
        display: table-cell;
        vertical-align: middle;
        height: 305px;
        width: inherit
    }
}

.promoListWebpart .contentLink.color a {
    border: none;
    margin: 0;
    width: 100%
}

.promoListWebpart .contentLink.color a .info {
    background: #fff;
    color: #333;
    border: none;
    opacity: 1
}

.promoListWebpart .contentLink.color a .info:focus,
.promoListWebpart .contentLink.color a .info:hover {
    color: #fff
}

.promoListWebpart .contentLink.color a .info .arrow {
    background-color: #062d3e
}

.promoListWebpart .contentLink.heightAuto {
    height: auto;
    padding-bottom: 0
}

.promoListWebpart .contentLink.heightAuto a {
    position: relative
}

.promoListWebpart .contentLink.heightTwo {
    height: 400px
}

.promoListWebpart .contentLink a,
.promoListWebpart .contentLink.heightTwo a {
    position: absolute;
    z-index: auto;
    bottom: 15px;
    margin: 0 4.4%;
    left: 0;
    height: 80px;
    width: 91.8%;
    background-color: transparent
}

.promoListWebpart .contentLink a span.info,
.promoListWebpart .contentLink.heightTwo a span.info {
    background-color: transparent;
    border-top: 1px solid #cfdce1
}

.promoListWebpart .contentLink a span.arrow,
.promoListWebpart .contentLink.heightTwo a span.arrow {
    background-color: transparent
}

.promoListWebpart .contentLink a:focus span.info,
.promoListWebpart .contentLink a:hover span.info,
.promoListWebpart .contentLink.heightTwo a:focus span.info,
.promoListWebpart .contentLink.heightTwo a:hover span.info {
    background: #131a22
}

.promoListWebpart .contentLink p {
    text-align: center;
    font-size: 24px;
    line-height: 28px
}

.promoListWebpart .contentLink p strong {
    text-align: center;
    font-family: oswald, serif;
    line-height: 30px;
    font-size: 30px;
    margin-top: 20px;
    display: block
}

.promoListWebpart .contentLink.heightTwo p strong {
    font-size: 50px;
    line-height: 50px;
    margin-top: 40px
}

@media only screen and (max-width:600px) {
    .promoListWebpart .contentLink.heightTwo {
        height: auto
    }

    .promoListWebpart .contentLink p strong {
        margin-top: 10px
    }
}

@media only screen and (max-width:600px) {
    .promoListWebpart .contentLink {
        height: auto
    }
}

.promoListWebpart .content {
    position: relative;
    font-weight: 100;
    padding-bottom: 100px;
    height: 200px;
    color: #052635
}

.promoListWebpart .content.color div {
    background: #0a4e6d;
    padding: 15px 15px 30px 15px
}

.promoListWebpart .content.color.lighter div {
    background: #0e6f9c
}

.promoListWebpart .content.color.darker div {
    background: #010b10
}

.promoListWebpart .content.heightAuto {
    height: auto;
    padding-bottom: 0
}

.promoListWebpart .content.heightTwo {
    height: 400px
}

.promoListWebpart .content a,
.promoListWebpart .content.heightTwo a {
    display: none
}

.promoListWebpart .content a.button,
.promoListWebpart .content.heightTwo a.button {
    display: block;
    height: auto;
    float: left;
    font-size: 20px;
    margin-right: 15px
}

.promoListWebpart .content p {
    text-align: center;
    font-size: 24px;
    line-height: 28px
}

.promoListWebpart .content p strong {
    text-align: center;
    font-family: oswald, serif;
    line-height: 30px;
    font-size: 30px;
    margin-top: 20px;
    display: block
}

.promoListWebpart .content.heightTwo p strong {
    font-size: 50px;
    line-height: 50px;
    margin-top: 40px
}

@media only screen and (max-width:600px) {
    .promoListWebpart .content.heightTwo {
        height: auto
    }

    .promoListWebpart .content p strong {
        margin-top: 10px
    }
}

.promoListWebpart .promo .info {
    left: -10000em
}

.one {
    width: 16.6667%
}

.quarter {
    width: 25%
}

.two {
    width: 33.33333%
}

.three {
    width: 50%
}

.four {
    width: 66.66666%
}

.six {
    width: 100%
}

@media only screen and (max-width:1200px) {

    .four,
    .one,
    .quarter,
    .two {
        width: 50%
    }
}

@media only screen and (max-width:600px) {

    .four,
    .one,
    .quarter,
    .three,
    .two {
        width: 100%
    }
}

.promoListWebpart ul li.catergory {
    padding: 15px 15px 0 15px
}

.promoListWebpart ul li.catergory img {
    margin-top: 10px
}

.promoListWebpart ul li.catergory a .info {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    opacity: 1;
    border-top: 1px solid #999;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center
}

.promoListWebpart ul li.catergory.heightAuto a {
    border: 1px solid #999;
    height: auto;
    display: table;
    float: left;
    width: 100%
}

.promoListWebpart ul li.catergory.heightAuto a .info {
    opacity: 1;
    position: relative;
    border: none;
    vertical-align: middle;
    display: table-cell;
    height: auto
}

.promoListWebpart ul li.orange a .info {
    background: #e55825;
    color: #fff
}

.promoListWebpart ul li.orange a .info .secondaryInfo {
    color: #fff
}

.promoListWebpart ul li.orange a .info .arrow {
    background: #e4511c
}

.promoListWebpart ul li.orange a .info .arrow:after {
    color: #fff
}

.promoListWebpart ul li.lime a .info {
    background: #cc0;
    color: #fff
}

.promoListWebpart ul li.lime a .info .secondaryInfo {
    color: #fff
}

.promoListWebpart ul li.lime a .info .arrow {
    background: #b3b300
}

.promoListWebpart ul li.lime a .info .arrow:after {
    color: #fff
}

.promoListWebpart ul li.yellow a .info {
    background: #ffbf47;
    color: #fff
}

.promoListWebpart ul li.yellow a .info .secondaryInfo {
    color: #fff
}

.promoListWebpart ul li.yellow a .info .arrow {
    background: #ffb62e
}

.promoListWebpart ul li.yellow a .info .arrow:after {
    color: #fff
}

.promoListWebpart ul li.magenta a .info {
    background: #c69;
    color: #fff
}

.promoListWebpart ul li.magenta a .info .secondaryInfo {
    color: #fff
}

.promoListWebpart ul li.magenta a .info .arrow {
    background: #c6538c
}

.promoListWebpart ul li.magenta a .info .arrow:after {
    color: #fff
}

.promoListWebpart ul li.pink a .info {
    background: #f69;
    color: #fff
}

.promoListWebpart ul li.pink a .info .secondaryInfo {
    color: #fff
}

.promoListWebpart ul li.pink a .info .arrow {
    background: #ff4d88
}

.promoListWebpart ul li.pink a .info .arrow:after {
    color: #fff
}

.promoListWebpart ul li.purple a .info {
    background: #669;
    color: #fff
}

.promoListWebpart ul li.purple a .info .secondaryInfo {
    color: #fff
}

.promoListWebpart ul li.purple a .info .arrow {
    background: #5c5c8a
}

.promoListWebpart ul li.purple a .info .arrow:after {
    color: #fff
}

.promoListWebpart ul li.green a .info {
    background: green;
    color: #fff
}

.promoListWebpart ul li.green a .info .secondaryInfo {
    color: #fff
}

.promoListWebpart ul li.green a .info .arrow {
    background: #006700
}

.promoListWebpart ul li.green a .info .arrow:after {
    color: #fff
}

.promoListWebpart .contentLink {
    border: 15px solid #fff;
    padding: 0
}

.promoListWebpart .contentLink a,
.promoListWebpart .contentLink.heightTwo a {
    width: 100%;
    margin: 0;
    bottom: 0
}

.promoListWebpart .contentLink a:hover .info,
.promoListWebpart .contentLink.heightTwo a:hover .info {
    background: #000 !important
}

.promoListWebpart .contentLink p {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    margin: 30px
}

.promoListWebpart .contentLink p strong {
    text-align: center;
    line-height: 30px;
    font-size: 30px;
    margin-top: 30px;
    display: block
}

.promoListWebpart .contentLink.heightTwo p strong {
    font-size: 40px;
    line-height: 40px;
    margin-top: 40px
}

.promoListWebpart .contentLink.heightTwo.one p strong {
    font-size: 30px;
    line-height: 30px;
    margin-top: 30px
}

.promoListWebpart .contentLink.lime {
    background: #cc0
}

.promoListWebpart .contentLink.lime h2,
.promoListWebpart .contentLink.lime h3,
.promoListWebpart .contentLink.lime p {
    color: #fff
}

.promoListWebpart .contentLink.lime a span.info {
    border-top: 1px solid #fff
}

.promoListWebpart .contentLink.yellow {
    background: #ffbf47
}

.promoListWebpart .contentLink.yellow h2,
.promoListWebpart .contentLink.yellow h3,
.promoListWebpart .contentLink.yellow p {
    color: #fff
}

.promoListWebpart .contentLink.yellow a span.info {
    border-top: 1px solid #fff
}

.promoListWebpart .contentLink.orange {
    color: #fff;
    background: #e55825
}

.promoListWebpart .contentLink.orange h2,
.promoListWebpart .contentLink.orange h3,
.promoListWebpart .contentLink.orange p {
    color: #fff
}

.promoListWebpart .contentLink.orange a span.info {
    border-top: 1px solid #fff
}

.promoListWebpart .contentLink.magenta {
    color: #fff;
    background: #c69
}

.promoListWebpart .contentLink.magenta h2,
.promoListWebpart .contentLink.magenta h3,
.promoListWebpart .contentLink.magenta p {
    color: #fff
}

.promoListWebpart .contentLink.magenta a span.info {
    border-top: 1px solid #fff
}

.promoListWebpart .contentLink.pink {
    background: #f69
}

.promoListWebpart .contentLink.pink h2,
.promoListWebpart .contentLink.pink h3,
.promoListWebpart .contentLink.pink p {
    color: #fff
}

.promoListWebpart .contentLink.pink .info {
    border-top: 1px solid #fff
}

.promoListWebpart .contentLink.pink a span.info {
    border-top: 1px solid #fff
}

.promoListWebpart .contentLink.purple {
    background: #669
}

.promoListWebpart .contentLink.purple h2,
.promoListWebpart .contentLink.purple h3,
.promoListWebpart .contentLink.purple p {
    color: #fff
}

.promoListWebpart .contentLink.purple a span.info {
    border-top: 1px solid #fff
}

.promoListWebpart .contentLink.green {
    background: green
}

.promoListWebpart .contentLink.green h2,
.promoListWebpart .contentLink.green h3,
.promoListWebpart .contentLink.green p {
    color: #fff
}

.promoListWebpart .contentLink.green a span.info {
    border-top: 1px solid #fff
}

.promoListWebpart ul li.contentLink {
    border-color: transparent
}

.promoListWebpart ul li.contentLink h2 {
    font-size: 35px;
    margin: .4em 0
}

.promoListWebpart ul li.contentLink p {
    font-size: 25px
}

.promoListWebpart ul li.contentLink .info {
    font-size: 22px
}

.promoListWebpart ul li.catergory a {
    background-size: 540px !important;
    background-position: top center !important;
    text-align: center
}

.promoListWebpart ul li.catergory a .info {
    background: transarent
}

.promoListWebpart ul li.catergory a .fa {
    color: #fff;
    font-size: 80px;
    margin-top: 10px
}

.promoListWebpart ul li.catergory a:hover {
    border-color: transparent
}

.promoListWebpart ul li.catergory a img {
    text-align: center
}

.promoListWebpart ul li.catergory a .info {
    background: 0 0;
    width: 100%;
    opacity: 1;
    border-top: 1px solid #888;
    padding: 20px;
    font-size: 18px;
    text-transform: uppercase;
    opacity: 1
}

.promoListWebpart ul li.catergory a .info .arrow {
    background: 0 0
}

.promoListWebpart ul li.catergory a .info .arrow:after {
    display: none
}

@media only screen and (max-width:600px) {
    .promoListWebpart .contentLink.heightTwo {
        padding-bottom: 80px
    }
}

.sectionSubsite {
    margin: 0 0 1.875em 0;
    padding: 20px;
    width: 100%;
    background: #f6f7fa
}

.sectionSubsite h2,
.sectionSubsite h3 {
    margin-top: 0;
    font-size: 22px
}

.sectionSubsite h2 img,
.sectionSubsite h3 img {
    float: left;
    padding: 0 10px 10px 0
}

.sectionSubsite h2 i,
.sectionSubsite h3 i {
    font-family: FontAwesome;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #333;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 7px 0 0 0;
    margin: 0 10px 5px 0;
    color: #333
}

.sectionSubsite p {
    clear: left;
    margin: 2px 0 0;
    padding: 10px;
    background: #fff
}

.sectionSubsite p a {
    background: #f6f6f6;
    display: block;
    margin-top: 10px
}

.sectionSubsite p a:after {
    font-family: "Glyphicons Halflings";
    content: "\e080";
    font-size: 16px;
    margin-top: 0;
    float: right
}

.sectionSubsite a,
.sectionSubsite a[rel=external] {
    display: block;
    margin: 2px 0 0;
    padding: 15px;
    background: #fff
}

body {
    overflow: auto
}

ul.cbs-List {
    display: block;
    margin: 0
}

.ms-webpart-cell-vertical,
.ms-webpart-chrome-vertical,
.ms-webpart-zone {
    display: block
}

#s4-bodyContainer {
    padding-bottom: 0
}

.ms-rtestate-field .bold-large,
.ms-rtestate-field .bold-medium,
.ms-rtestate-field .bold-small,
.ms-rtestate-field .bold-xlarge,
.ms-rtestate-field .bold-xsmall,
.ms-rtestate-field .heading-large,
.ms-rtestate-field .heading-medium,
.ms-rtestate-field .heading-small,
.ms-rtestate-field .heading-xlarge,
.ms-rtestate-field .heading-xsmall,
.ms-rtestate-field .part-title,
.ms-rtestate-field h1,
.ms-rtestate-field h2,
.ms-rtestate-field h3,
.ms-rtestate-field h4,
.ms-rtestate-field h5 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #052635;
    padding: 0;
    display: block
}

.ms-rtestate-field h1,
.ms-rtestate-field h1.ms-rteElement-H2 {
    font-size: 36px;
    line-height: 1.2;
    margin: 30px 0
}

@media (min-width:641px) {

    .ms-rtestate-field h1,
    .ms-rtestate-field h1.ms-rteElement-H2 {
        font-size: 50px;
        line-height: 1.2;
        margin: 50px 0
    }
}

.ms-rtestate-field h1.heading-large,
.ms-rtestate-field h2,
.ms-rtestate-field h2.heading-large,
.ms-rtestate-field h2.ms-rteElement-H2,
.ms-rtestate-field h3.heading-large,
.ms-rtestate-field h4.heading-large {
    font-size: 24px;
    line-height: 1.25;
    margin: 30px 0 15px
}

@media (min-width:641px) {

    .ms-rtestate-field h1.heading-large,
    .ms-rtestate-field h2,
    .ms-rtestate-field h2.heading-large,
    .ms-rtestate-field h2.ms-rteElement-H2,
    .ms-rtestate-field h3.heading-large,
    .ms-rtestate-field h4.heading-large {
        font-size: 32px;
        line-height: 1.25;
        margin: 50px 0 25px
    }
}

.ms-rtestate-field h2.heading-medium,
.ms-rtestate-field h3,
.ms-rtestate-field h3.heading-medium,
.ms-rtestate-field h3.ms-rteElement-H2 h1.heading-medium,
.ms-rtestate-field h4.heading-medium {
    font-size: 19px;
    line-height: 1.2;
    margin: 30px 0 15px
}

@media (min-width:641px) {

    .ms-rtestate-field h2.heading-medium,
    .ms-rtestate-field h3,
    .ms-rtestate-field h3.heading-medium,
    .ms-rtestate-field h3.ms-rteElement-H2 h1.heading-medium,
    .ms-rtestate-field h4.heading-medium {
        font-size: 24px;
        line-height: 1.25;
        margin: 40px 0 20px
    }
}

.ms-rtestate-field h1.heading-small,
.ms-rtestate-field h2.heading-small,
.ms-rtestate-field h3.medium-small,
.ms-rtestate-field h4,
.ms-rtestate-field h4.medium-small,
.ms-rtestate-field h4.ms-rteElement-H2 {
    font-size: 16px;
    line-height: 1.25;
    margin: 25px 0 12px
}

@media (min-width:641px) {

    .ms-rtestate-field h1.heading-small,
    .ms-rtestate-field h2.heading-small,
    .ms-rtestate-field h3.medium-small,
    .ms-rtestate-field h4,
    .ms-rtestate-field h4.medium-small,
    .ms-rtestate-field h4.ms-rteElement-H2 {
        font-size: 19px;
        line-height: 1.3;
        margin: 30px 0 15px
    }
}

.ms-rtestate-field p,
.ms-rtestate-field p.ms-rteElement-P {
    margin: .25em 0 1em
}

@media (min-width:641px) {

    .ms-rtestate-field p,
    .ms-rtestate-field p.ms-rteElement-P {
        margin: .3em 0 1.1em
    }
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    min-width: 1em
}

hr.ms-rteElement-spacer,
hr.spacerBottom,
hr.spacerTop {
    border-top: none;
    padding-bottom: 1.875em;
    margin: 0;
    width: 100%
}

#ms-help *,
#s4-ribbonrow *,
#s4-ribbonrow :after,
#s4-ribbonrow :before,
.ms-MenuUIPopupBody,
.ms-MenuUIPopupBody *,
.ms-MenuUIPopupBody :after,
.ms-MenuUIPopupBody :before,
.ms-MenuUIPopupBody:after,
.ms-MenuUIPopupBody:before,
.ms-ToolPaneOuter,
.ms-ToolPaneOuter *,
.ms-ToolPaneOuter :after,
.ms-ToolPaneOuter :before,
.ms-ToolPaneOuter:after,
.ms-ToolPaneOuter:before,
.ms-dlgFrameContainer>div,
.ms-dlgFrameContainer>div:after,
.ms-dlgFrameContainer>div:before,
.ms-dlgFrameContainer>div>div,
.ms-dlgFrameContainer>div>div:after,
.ms-dlgFrameContainer>div>div:before,
[class*=ms-core-menu],
[class*=ms-cui],
[class*=ms-cui] *,
[class*=ms-cui] :after,
[class*=ms-cui] :before,
[class*=ms-cui]:after,
[class*=ms-cui]:before,
[class*=ms-dlg],
[class*=ms-dlg] *,
[class*=ms-dlg] :after,
[class*=ms-dlg] :before,
[class*=ms-dlg]:after,
[class*=ms-dlg]:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

#DeltaWebPartAdderUpdatePanelContainer {
    z-index: 1000
}

.ms-webpartzone-cell {
    margin: 0
}

#pageStatusBar[class],
.ms-status-msg {
    margin-bottom: 0
}

.carousel-inner .item {
    padding: 0
}

.col-md-8 .ms-srch-item {
    width: 100%;
    overflow: visible;
    margin: 10px 0 10px 0
}

.col-md-8 h3.ms-srch-ellipsis {
    white-space: normal;
    overflow: visible;
    display: inline
}

.col-md-8 #SearchBox {
    border: 1px solid #ddd;
    padding: 10px 10px 0 10px;
    width: 100%
}

.col-md-8 #SearchBox .ms-srch-sbLarge>.ms-srch-sb-searchLink {
    float: right
}

.col-md-8 .ms-srch-sb-borderFocused {
    border: none !important;
    width: 100%
}

.col-md-8 .ms-srch-item-body {
    overflow: visible;
    display: inline-block;
    width: 100%
}

.col-md-8 .ms-srch-item-icon {
    margin-bottom: 10px
}

.col-md-8 #UpScopeLinkTop {
    width: 100% !important
}

.col-md-8 .ms-srch-item-path {
    width: 100%
}

.col-md-8 .ms-promlink-button-image {
    margin: -9px 0 9px -5px
}

.col-md-8 .ms-srch-sbLarge-fullWidth {
    width: 80%
}

@media (max-width:1024px) {
    .col-md-8 .col-md-8 .ms-srch-hover-outerContainer {
        display: none !important
    }
}

.limitedrte-Style-image-left {
    -ms-name: "IMAGE LEFT ALIGN";
    float: left;
    margin: 10px 20px 10px 0 !important
}

.limitedrte-Style-image-right {
    -ms-name: "IMAGE RIGHT ALIGN";
    float: right;
    margin: 10px 0 10px 20px !important
}

@media (max-width:768px) {

    .limitedrte-Style-image-left,
    .limitedrte-Style-image-right {
        margin: 10px 0 10px 0 !important
    }
}

h1.ms-dlg-heading {
    margin: 0
}

#ctl00_PlaceHolderMain_ctl03__ControlWrapper_RichHtmlField ul.list-nav {
    list-style: none;
    padding-left: 0
}

#ctl00_PlaceHolderMain_ctl03__ControlWrapper_RichHtmlField .groupPromo ul {
    padding: 0
}

.col-md-8 .col-sm-6 .dfwp-column,
.column-third .dfwp-column {
    float: none;
    padding-left: 0
}

.groupPromo ul li {
    position: relative
}

.groupPromo ul li .slm-edit-ecb {
    position: absolute;
    left: 0;
    z-index: 2
}

.groupPromo ul li .slm-edit-ecb a {
    padding: 0
}

.groupPromo ul li .slm-edit-ecb a span img {
    width: auto;
    max-width: 40px;
    margin-bottom: 0
}

.groupPromo ul li .slm-edit-ecb .ms-core-menu-box {
    left: 0 !important
}

.groupPromo ul li .slm-edit-ecb .ms-core-menu-box ul li {
    width: auto !important;
    margin: 2px
}

.slm-layout-main table td,
.slm-layout-main table th {
    padding: 0;
    border: 0
}

h1 input.ms-long {
    width: 100% !important
}

.col-md-8 #SearchBox {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    width: 100% !important;
    padding: 0 !important;
    float: none
}

@media (min-width:641px) {
    .col-md-8 #SearchBox {
        height: 55px
    }
}

.col-md-8 #SearchBox .ms-srch-sbLarge {
    background-color: transparent;
    position: relative
}

.col-md-8 #SearchBox .ms-srch-sbLarge input {
    height: 43px;
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    position: relative;
    padding: 5px
}

@media (min-width:641px) {
    .col-md-8 #SearchBox .ms-srch-sbLarge input {
        height: 53px
    }
}

.col-md-8 #SearchBox .ms-srch-sb-searchLink {
    font-weight: 400;
    font-size: 19px;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    white-space: normal;
    border: 1px solid #cfdce1;
    box-shadow: none;
    margin: 0 0 20px;
    text-decoration: none !important;
    padding: 20px 25px;
    text-align: left;
    line-height: 1.3em;
    position: relative;
    background-color: #e55825;
    color: #fff;
    border-color: #e55825;
    text-decoration: none;
    text-align: center;
    position: absolute;
    right: -1px;
    top: -1px;
    height: 45px;
    width: 45px;
    border: 0 !important;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

@media (max-width:641px) {
    .col-md-8 #SearchBox .ms-srch-sb-searchLink {
        margin: 5px 0 15px;
        padding: 15px 20px;
        font-size: 16px
    }
}

.col-md-8 #SearchBox .ms-srch-sb-searchLink:after {
    display: none
}

.col-md-8 #SearchBox .ms-srch-sb-searchLink:focus {
    background: #ffbf47;
    color: #052635;
    border-color: #ffbf47 !important
}

.col-md-8 #SearchBox .ms-srch-sb-searchLink:hover {
    background: #e8693c;
    color: #fff;
    border-color: #e8693c
}

.col-md-8 #SearchBox .ms-srch-sb-searchLink:active {
    background: #c04417 !important;
    color: #fff !important;
    border-color: #c04417 !important
}

.col-md-8 #SearchBox .ms-srch-sb-searchLink:visited {
    color: #fff
}

@media (min-width:641px) {
    .col-md-8 #SearchBox .ms-srch-sb-searchLink {
        height: 55px;
        width: 55px
    }
}

@media (max-width:641px) {
    .col-md-8 #SearchBox .ms-srch-sb-searchLink {
        padding: 0;
        margin: 0
    }
}

.col-md-8 #SearchBox .ms-srch-sb-searchLink img {
    display: none
}

.col-md-8 #SearchBox .ms-srch-sb-searchLink:before {
    font-family: FontAwesome;
    font-size: 28px;
    content: "\f002";
    margin: 0;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -14px;
    margin-left: -13px
}

@media (max-width:641px) {
    .col-md-8 #SearchBox .ms-srch-sb-searchLink:before {
        margin-top: -12px
    }
}

.col-md-8 .ms-srch-group .ms-srch-group-content {
    display: inline-block;
    width: 100%
}

.col-md-8 .ms-srch-group .ms-srch-group-content .ms-srch-item {
    padding: 8px 0
}

.col-md-8 .ms-srch-group .ms-srch-group-content .ms-srch-item:hover {
    background: 0 0
}

.col-md-8 .ms-srch-group .ms-srch-group-content .ms-srch-item .ms-srch-item-body .ms-srch-item-icon {
    display: none
}

.col-md-8 .ms-srch-group .ms-srch-group-content .ms-srch-item .ms-srch-item-body .ms-srch-item-title h3.ms-srch-ellipsis {
    white-space: normal;
    overflow: visible;
    display: block;
    margin: 0
}

.col-md-8 .ms-srch-group .ms-srch-group-content .ms-srch-item .ms-srch-item-body .ms-srch-item-title h3.ms-srch-ellipsis .ms-srch-item-link {
    font-weight: 700;
    text-decoration: none
}

.col-md-8 .ms-srch-group .ms-srch-group-content .ms-srch-item .ms-srch-item-body .ms-srch-item-summary {
    font-size: 16px;
    color: #052635
}

.col-md-8 .ms-srch-group .ms-srch-group-content .ms-srch-item .ms-srch-item-body .ms-srch-item-summary strong.ms-srch-item-highlightedText {
    color: #052635
}

.col-md-8 .ms-srch-group .ms-srch-group-content .ms-srch-item .ms-srch-item-body .ms-srch-item-path {
    color: #e55825;
    font-size: 16px;
    display: none
}

.col-md-8 .ms-srch-group .ms-srch-group-content .ms-srch-item .ms-srch-item-body .ms-srch-hover-outerContainer {
    display: none !important
}

.col-md-8 .ms-srch-Paging #PagingImageLink .ms-promlink-button-image img {
    display: none
}

.col-md-8 .ms-srch-Paging #PagingSelf a {
    font-weight: 400;
    background: #e55825 !important;
    color: #fff !important
}

.col-md-8 .ms-srch-Paging a {
    color: #e55825 !important;
    padding: 8px 15px !important;
    background: #fff !important;
    border: 1px solid #cfdce1 !important;
    cursor: pointer !important
}

.col-md-8 .ms-srch-Paging a:hover {
    background: #e55825 !important;
    color: #fff !important
}

.col-md-8 .ms-srch-Paging a:focus {
    background: #ffbf47 !important;
    color: #052635 !important
}

.col-md-4 .ms-ref-ctrl .ms-ref-refiner {
    padding: 0
}

.col-md-4 .ms-ref-ctrl .ms-ref-refiner #Container {
    border-bottom: 3px solid #e6edf0;
    padding: 0
}

.col-md-4 .ms-ref-ctrl .ms-ref-refiner #Container .ms-ref-refinername {
    background: #e6edf0;
    padding: 15px;
    width: 100%;
    font-size: 19px;
    font-weight: 400;
    position: relative;
    padding-right: 30px
}

.col-md-4 .ms-ref-ctrl .ms-ref-refiner #Container .ms-ref-refinername .ms-ref-downarrow,
.col-md-4 .ms-ref-ctrl .ms-ref-refiner #Container .ms-ref-refinername .ms-ref-uparrow {
    width: auto;
    height: auto;
    margin-top: 0;
    float: right;
    position: absolute;
    right: 15px;
    top: 18px;
    color: #e55825
}

.col-md-4 .ms-ref-ctrl .ms-ref-refiner #Container .ms-ref-refinername .ms-ref-downarrow:after,
.col-md-4 .ms-ref-ctrl .ms-ref-refiner #Container .ms-ref-refinername .ms-ref-uparrow:after {
    font-family: FontAwesome;
    font-size: 20px
}

.col-md-4 .ms-ref-ctrl .ms-ref-refiner #Container .ms-ref-refinername .ms-ref-uparrow {
    background: 0 0;
    display: inline-block
}

.col-md-4 .ms-ref-ctrl .ms-ref-refiner #Container .ms-ref-refinername .ms-ref-uparrow:after {
    content: "\f068"
}

.col-md-4 .ms-ref-ctrl .ms-ref-refiner #Container .ms-ref-refinername .ms-ref-downarrow {
    background: 0 0;
    display: inline-block
}

.col-md-4 .ms-ref-ctrl .ms-ref-refiner #Container .ms-ref-refinername .ms-ref-downarrow:after {
    content: "\f067"
}

.col-md-4 .ms-ref-ctrl .ms-ref-refiner #Container .ms-ref-allSec {
    border-left: 3px solid #e6edf0;
    border-right: 3px solid #e6edf0;
    padding: 0;
    color: #e55825
}

.col-md-4 .ms-ref-ctrl .ms-ref-refiner #Container .ms-ref-allSec div {
    width: 100%
}

.col-md-4 .ms-ref-ctrl .ms-ref-refiner #Container .ms-ref-allSec div a {
    width: 100%;
    color: #e55825;
    padding: 10px 15px
}

.col-md-4 .ms-ref-ctrl .ms-ref-refiner #Container .ms-ref-selSec,
.col-md-4 .ms-ref-ctrl .ms-ref-refiner #Container .ms-ref-unselSec {
    border-left: 3px solid #e6edf0;
    border-right: 3px solid #e6edf0;
    border-top: 0;
    padding: 0
}

.col-md-4 .ms-ref-ctrl .ms-ref-refiner #Container .ms-ref-selSec div,
.col-md-4 .ms-ref-ctrl .ms-ref-refiner #Container .ms-ref-unselSec div {
    width: 100% !important;
    padding: 0
}

.col-md-4 .ms-ref-ctrl .ms-ref-refiner #Container .ms-ref-selSec div a,
.col-md-4 .ms-ref-ctrl .ms-ref-refiner #Container .ms-ref-unselSec div a {
    text-decoration: none;
    width: 100%;
    padding: 10px 15px
}

.col-md-4 .ms-ref-ctrl .ms-ref-refiner #Container .ms-ref-selSec div a .ms-ref-name,
.col-md-4 .ms-ref-ctrl .ms-ref-refiner #Container .ms-ref-unselSec div a .ms-ref-name {
    color: #e55825
}

.col-md-4 .ms-ref-ctrl .ms-ref-refiner #Container .ms-ref-selSec div a .ms-ref-name:hover,
.col-md-4 .ms-ref-ctrl .ms-ref-refiner #Container .ms-ref-unselSec div a .ms-ref-name:hover {
    text-decoration: underline !important
}

.col-md-4 .ms-ref-ctrl .ms-ref-refiner #Container .ms-ref-selSec div a .ms-ref-count,
.col-md-4 .ms-ref-ctrl .ms-ref-refiner #Container .ms-ref-unselSec div a .ms-ref-count {
    color: #07374c
}

.col-md-4 .ms-ref-name {
    color: #e55825
}

.sectionOne #PageLinkNext,
.sectionOne #PageLinkPrev,
.sectionTwo #PageLinkNext,
.sectionTwo #PageLinkPrev {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    height: 40px;
    width: 40px
}

.sectionOne #PageLinkNext .ms-promlink-button-image,
.sectionOne #PageLinkPrev .ms-promlink-button-image,
.sectionTwo #PageLinkNext .ms-promlink-button-image,
.sectionTwo #PageLinkPrev .ms-promlink-button-image {
    position: relative;
    display: inline;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin: 0
}

.sectionOne #PageLinkNext .ms-promlink-button-image::before,
.sectionOne #PageLinkPrev .ms-promlink-button-image::before,
.sectionTwo #PageLinkNext .ms-promlink-button-image::before,
.sectionTwo #PageLinkPrev .ms-promlink-button-image::before {
    font-family: FontAwesome;
    position: relative;
    top: -1px;
    left: -3px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.sectionOne #PageLinkNext .ms-promlink-button-image::before,
.sectionTwo #PageLinkNext .ms-promlink-button-image::before {
    content: "\f061"
}

.sectionOne #PageLinkPrev .ms-promlink-button-image::before,
.sectionTwo #PageLinkPrev .ms-promlink-button-image::before {
    content: "\f060"
}

.ms-srch-resultFooter {
    color: #07374c;
    font-weight: 300
}

.ms-srch-result a[rel]:after {
    display: none
}

.ms-srch-result a[rel]:before {
    font-family: FontAwesome;
    padding: 0 10px 0 0
}

.ms-srch-result a[rel] span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: #07374c
}

.ms-srch-result a[rel=xls]:before,
.ms-srch-result a[rel=xlsx]:before {
    content: "\f1c3";
    color: #269129
}

.ms-srch-result a[rel=pdf]:before {
    content: "\f1c1";
    color: #ed1f24
}

.ms-srch-result a[rel=doc]:before,
.ms-srch-result a[rel=docx]:before {
    content: "\f1c2";
    color: #294ba0
}

.ms-srch-result a[rel=ppt]:before,
.ms-srch-result a[rel=pptx]:before {
    content: "\f1c4";
    color: orange
}

.ms-srch-result a[rel=external]:before {
    content: "\f08e"
}

.search-results-title {
    margin: 50px 0 15px !important;
    font-size: 24px !important
}

div a .ms-ref-name {
    overflow: visible
}

.col-md-4 .ms-ref-ctrl #unselToggle {
    text-decoration: underline !important;
    padding: 10px 15px;
    color: #e55825;
    width: 100%;
    background: #e5f1f5
}

.col-md-4 .ms-ref-ctrl .ms-ref-refiner {
    margin-bottom: 10px
}

.relatedPages,
.sideNav {
    margin: 0 0 30px;
    padding: 0
}

.relatedPages h2,
.relatedPages h3,
.sideNav h2,
.sideNav h3 {
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 24px;
    border-bottom: 5px solid #cfdce1
}

@media (max-width:641px) {

    .relatedPages h2,
    .relatedPages h3,
    .sideNav h2,
    .sideNav h3 {
        font-size: 21px;
        margin-bottom: 15px
    }
}

.relatedPages ul,
.sideNav ul {
    margin: 0;
    padding: 0
}

.relatedPages ul li,
.sideNav ul li {
    margin-bottom: 15px;
    font-size: 16px
}

@media (max-width:641px) {

    .relatedPages ul li,
    .sideNav ul li {
        margin-bottom: 10px;
        font-size: 16px
    }
}

.relatedPages ul li:last-of-type,
.sideNav ul li:last-of-type {
    margin-bottom: 0
}

.relatedPages ul li a,
.sideNav ul li a {
    padding: 0;
    display: inline-block
}

.relatedPages ul li a:hover,
.sideNav ul li a:hover {
    background: 0 0
}

.relatedPages .sideNav__more,
.sideNav .sideNav__more {
    font-weight: 700
}

.hero-lcc-wrapper {
    background-image: none;
    background-color: #093b51;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -2
}

@media (min-width:767px) {
    .hero-lcc-wrapper {
        height: 75vh
    }
}

.hero-lcc-wrapper .hero-lcc {
    background: rgba(9, 59, 81, .5);
    background: -webkit-radial-gradient(rgba(9, 59, 81, .9), rgba(9, 59, 81, .5));
    background: -o-radial-gradient(rgba(9, 59, 81, .9), rgba(9, 59, 81, .5));
    background: -moz-radial-gradient(rgba(9, 59, 81, .9), rgba(9, 59, 81, .5));
    background: radial-gradient(rgba(9, 59, 81, .9), rgba(9, 59, 81, .5));
    z-index: -1;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-justify-content: center;
    -moz-box-justify-content: center;
    -ms-flex-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align-items: center;
    -moz-box-align-items: center;
    -ms-flex-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

@media (max-width:767px) {
    .hero-lcc-wrapper .hero-lcc {
        padding: 80px 0;
        background: rgba(9, 59, 81, .7);
        background: -webkit-radial-gradient(rgba(9, 59, 81, .9), rgba(9, 59, 81, .5));
        background: -o-radial-gradient(rgba(9, 59, 81, .9), rgba(9, 59, 81, .5));
        background: -moz-radial-gradient(rgba(9, 59, 81, .9), rgba(9, 59, 81, .5));
        background: radial-gradient(rgba(9, 59, 81, .9), rgba(9, 59, 81, .5))
    }
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content {
    max-width: 900px;
    width: 100%;
    padding: 15px
}

@media (max-width:500px) {
    .hero-lcc-wrapper .hero-lcc .hero-lcc__content {
        padding: 0 15px
    }
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__intro {
    text-align: center;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .6)
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__intro .hero-lcc__intro-header {
    color: #fff;
    margin: 0 0 7px;
    font-size: 52px
}

@media (max-width:500px) {
    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__intro .hero-lcc__intro-header {
        font-size: 36px;
        margin: 0 0 5px
    }
}

@media (max-width:330px) {
    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__intro .hero-lcc__intro-header {
        font-size: 28px
    }
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__intro .hero-lcc__intro-header span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 7px
}

@media (max-width:500px) {
    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__intro .hero-lcc__intro-header span {
        font-size: 19px;
        margin: 0 0 5px
    }
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__intro .hero-lcc__intro-secondary {
    margin: 0 0 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 400
}

@media (max-width:500px) {
    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__intro .hero-lcc__intro-secondary {
        font-size: 19px
    }
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions {
    background: rgba(38, 50, 56, .25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 10px
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__search-wrapper {
    margin: 0 0 10px
}

@media (max-width:767px) {
    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__search-wrapper {
        margin: 0 0 5px
    }
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__search-wrapper .hero-lcc__search {
    position: relative
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__search-wrapper .hero-lcc__search:before {
    font-family: FontAwesome;
    content: "\f002";
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -17px;
    font-size: 30px;
    line-height: 1;
    color: #354855;
    z-index: 4
}

@media (max-width:766px) {
    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__search-wrapper .hero-lcc__search:before {
        display: none
    }
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__search-wrapper .hero-lcc__search .hero-lcc__search-input {
    height: 45px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    width: 100% !important;
    border: 0 !important;
    padding: 6px 12px !important
}

@media (min-width:767px) {
    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__search-wrapper .hero-lcc__search .hero-lcc__search-input {
        padding-left: 60px !important;
        font-size: 20px !important;
        height: 55px
    }
}

@media (max-width:350px) {
    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__search-wrapper .hero-lcc__search .hero-lcc__search-input {
        font-size: 14px
    }
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__search-wrapper .hero-lcc__search .hero-lcc__search-input:focus {
    -webkit-box-shadow: 0 0 0 4px #ffbf47;
    -moz-box-shadow: 0 0 0 4px #ffbf47;
    box-shadow: 0 0 0 4px #ffbf47
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__search-wrapper .hero-lcc__search .btn {
    height: 55px;
    border: 0;
    padding: 10px 25px;
    background: #e55825;
    font-size: 21px;
    margin: 0;
    color: #fff
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__search-wrapper .hero-lcc__search .btn:hover {
    background: #e8693c;
    color: #fff
}

@media (max-width:766px) {
    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__search-wrapper .hero-lcc__search .btn {
        width: 45px;
        height: 45px
    }
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__search-wrapper .hero-lcc__search .btn:after {
    display: none
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__search-wrapper .hero-lcc__search .btn i {
    font-size: 26px
}

@media (min-width:767px) {
    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__search-wrapper .hero-lcc__search .btn i {
        display: none
    }
}

@media (max-width:766px) {
    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__search-wrapper .hero-lcc__search .btn {
        padding: 5px 10px
    }

    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__search-wrapper .hero-lcc__search .btn span {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0
    }
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__most-popular {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -ms-flex-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -10px
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__most-popular.two .hero-lcc__most-popular-item {
    width: 50% !important
}

@media (max-width:767px) {
    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__most-popular.two .hero-lcc__most-popular-item {
        width: 100% !important
    }
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__most-popular .hero-lcc__most-popular-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align-items: stretch;
    -moz-box-align-items: stretch;
    -ms-flex-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-align-content: space-between;
    -moz-box-align-content: space-between;
    -ms-flex-align-content: space-between;
    -webkit-align-content: space-between;
    align-content: space-between;
    width: 33.33% !important;
    padding-left: 10px;
    padding-bottom: 10px
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__most-popular .hero-lcc__most-popular-item a {
    width: 100%;
    text-align: left;
    margin: 0;
    font-size: 16px;
    padding: 12px 50px 12px 12px !important;
    font-weight: 400;
    background: #0a4e6d;
    border: 0;
    margin: 0;
    line-height: 1.3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-justify-content: center;
    -moz-box-justify-content: center;
    -ms-flex-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-flex-direction: column;
    -moz-box-flex-direction: column;
    -ms-flex-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #fff;
    box-shadow: 0 3px 0 #041c27;
    min-height: 45px
}

@media (min-width:767px) {
    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__most-popular .hero-lcc__most-popular-item a {
        min-height: 55px;
        padding: 15px 50px 15px 15px !important
    }
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__most-popular .hero-lcc__most-popular-item a:hover {
    background: #041c27;
    color: #fff
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__most-popular .hero-lcc__most-popular-item a:active,
.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__most-popular .hero-lcc__most-popular-item a:focus {
    border: 0;
    box-shadow: 0 3px 0 #ffbf47;
    background: #ffbf47;
    color: #052635
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__most-popular .hero-lcc__most-popular-item a:active:before,
.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__most-popular .hero-lcc__most-popular-item a:focus:before {
    background: #ffbf47
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__most-popular .hero-lcc__most-popular-item a:after {
    display: block;
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 0;
    height: auto;
    background: 0 0;
    padding: 0;
    top: 50%;
    font-size: 22px;
    content: "\f105";
    padding: 0;
    text-align: center;
    line-height: 0;
    width: 36px;
    font-size: 22px;
    width: 55px
}

@media (max-width:767px) {
    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__most-popular .hero-lcc__most-popular-item a:after {
        width: 45px
    }
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__most-popular .hero-lcc__most-popular-item a:after {
    z-index: 5
}

@media (min-width:767px) {
    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__most-popular .hero-lcc__most-popular-item a {
        font-size: 19px;
        padding: 17px 70px 17px 15px
    }
}

@media (max-width:767px) {
    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions {
        padding: 5px 5px 0
    }

    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__most-popular {
        margin: 0
    }

    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__most-popular .hero-lcc__most-popular-item {
        width: 100% !important;
        padding-left: 0;
        padding-bottom: 5px
    }
}

.no-flexbox .hero-lcc-wrapper .hero-lcc {
    display: table;
    width: 100%;
    background: rgba(9, 59, 81, .7)
}

.no-flexbox .hero-lcc-wrapper .hero-lcc .hero-lcc__content {
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15em
}

@media (max-width:1400px) {
    .no-flexbox .hero-lcc-wrapper .hero-lcc .hero-lcc__content {
        padding: 0 10em
    }
}

@media (max-width:1200px) {
    .no-flexbox .hero-lcc-wrapper .hero-lcc .hero-lcc__content {
        padding: 0 5em
    }
}

@media (max-width:990px) {
    .no-flexbox .hero-lcc-wrapper .hero-lcc .hero-lcc__content {
        padding: 0
    }
}

.no-flexbox .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__most-popular {
    width: 100%;
    display: table
}

.no-flexbox .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__most-popular .hero-lcc__most-popular-item {
    display: table-cell
}

@media (max-width:767px) {
    .no-flexbox .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__most-popular .hero-lcc__most-popular-item {
        display: block
    }
}

.ie8 .hero-lcc-wrapper .hero-lcc .hero-lcc__content {
    padding: 80px 15em
}

.ie8 .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__search-wrapper .hero-lcc__search .hero-lcc__search-input {
    height: 55px
}

.ie8 .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__search-wrapper .hero-lcc__search .btn i {
    display: none
}

.no-flexbox .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__most-popular .hero-lcc__most-popular-item {
    width: auto !important
}

.ie8 .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .hero-lcc__search-wrapper .hero-lcc__search .hero-lcc__search-input {
    line-height: 55px;
    padding-left: 60px !important
}

.sectionHeader .container-fluid .header-wrapper {
    height: 75px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-justify-content: space-between;
    -moz-box-justify-content: space-between;
    -ms-flex-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align-items: center;
    -moz-box-align-items: center;
    -ms-flex-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

@media (max-width:990px) {
    .sectionHeader .container-fluid .header-wrapper {
        height: 50px
    }
}

.sectionHeader .container-fluid .header-wrapper .header-logo {
    float: left
}

.sectionHeader .container-fluid .header-wrapper .header-content {
    float: right;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align-items: center;
    -moz-box-align-items: center;
    -ms-flex-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

.sectionHeader .container-fluid .header-wrapper .header-content .header-custom {
    display: inline-block
}

.sectionHeader .container-fluid .header-wrapper .header-content .header-custom .header-button {
    display: inline-block
}

.sectionHeader .container-fluid .header-wrapper .header-content .header-nav {
    display: inline-block
}

.header-lcc .btn-account,
.header-lcc a,
.header-lcc a.search {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 10px 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    border-radius: 0;
    display: block;
    position: relative
}

.header-lcc .btn-account:hover,
.header-lcc a.search:hover,
.header-lcc a:hover {
    text-decoration: underline
}

.header-lcc .btn-account:focus:before,
.header-lcc a.search:focus:before,
.header-lcc a:focus:before {
    color: #052635
}

@media (min-width:361px) {

    .header-lcc .btn-account,
    .header-lcc a,
    .header-lcc a.search {
        font-size: 16px
    }
}

@media (min-width:991px) {

    .header-lcc .btn-account,
    .header-lcc a,
    .header-lcc a.search {
        font-size: 19px
    }
}

@media (max-width:641px) {

    .header-lcc .btn-account,
    .header-lcc a,
    .header-lcc a.search {
        width: 22px;
        text-align: center
    }

    .header-lcc .btn-account:before,
    .header-lcc a.search:before,
    .header-lcc a:before {
        font-family: FontAwesome;
        font-size: 22px
    }

    .header-lcc .btn-account:hover,
    .header-lcc a.search:hover,
    .header-lcc a:hover {
        text-decoration: none
    }

    .header-lcc .btn-account:hover:before,
    .header-lcc a.search:hover:before,
    .header-lcc a:hover:before {
        opacity: .6
    }

    .header-lcc .btn-account span,
    .header-lcc a span,
    .header-lcc a.search span {
        display: none
    }
}

@media (max-width:641px) {
    .header-lcc .btn-account:before {
        content: "\f007"
    }
}

.header-lcc a.search {
    margin-left: 30px
}

@media (max-width:641px) {
    .header-lcc a.search {
        margin-left: 15px
    }

    .header-lcc a.search:before {
        content: "\f002"
    }

    .header-lcc a.search.active:before {
        content: "\f00d"
    }
}

@media (min-width:642px) {
    .header-lcc a.search {
        display: none
    }
}

.header-lcc .header-nav {
    float: right
}

.header-logo {
    line-height: 0
}

.header-nav-container .logo {
    background-image: url(https://www.leeds.gov.uk/_catalogs/masterpage/public/foster4leeds_subsite/images/foster4leeds_logo.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 325px;
    height: 48px;
    background-position: left top;
    background-size: 100% 100%;
    margin: 25px 0;
    line-height: 0
}

@media (max-width:990px) {
    .header-nav-container .logo {
        width: 200px;
        height: 29px
    }
}

.header-nav-container .logo:hover {
    opacity: .8
}

.header-nav-container .logo:active {
    opacity: .7
}

#nav-search {
    background: 0 0;
    margin: 0 0 0 30px;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    float: none;
    width: auto;
    background: #e55825 !important
}

@media (max-width:990px) {
    #nav-search {
        margin: 0 0 0 20px;
        padding: 0
    }
}

@media (max-width:641px) {
    #nav-search {
        margin: 0;
        position: absolute;
        top: 50px;
        left: 0;
        padding: 15px 15px 30px;
        height: auto;
        width: 100%;
        z-index: 10;
        display: none
    }
}

#nav-search.active {
    display: block
}

#nav-search .input-group {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto
}

#nav-search .ms-srch-sb input {
    font-size: 19px
}

@media (max-width:990px) {
    #nav-search .ms-srch-sb input {
        height: 40px !important;
        font-size: 16px;
        padding-left: 10px !important;
        line-height: 40px !important
    }
}

#nav-search .ms-srch-sb .ms-srch-sb-searchLink {
    padding: 0;
    line-height: 55px;
    background: 0 0;
    color: #e55825;
    text-align: center;
    line-height: 1.2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align-items: center;
    -moz-box-align-items: center;
    -ms-flex-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-justify-content: center;
    -moz-box-justify-content: center;
    -ms-flex-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media (max-width:990px) {
    #nav-search .ms-srch-sb .ms-srch-sb-searchLink {
        height: 40px !important;
        width: 40px !important;
        line-height: 40px
    }
}

#nav-search .ms-srch-sb .ms-srch-sb-searchLink:hover {
    background: 0 0 !important;
    color: #d74c1a !important
}

#nav-search .ms-srch-sb .ms-srch-sb-searchLink:active {
    background: 0 0 !important;
    color: #c04417 !important
}

#nav-search .ms-srch-sb .ms-srch-sb-searchLink:before {
    font-family: FontAwesome;
    font-size: 34px;
    content: "\f002";
    margin: 0;
    line-height: 0 !important;
    position: absolute;
    right: 50%;
    margin-right: -17px
}

@media (max-width:990px) {
    #nav-search .ms-srch-sb .ms-srch-sb-searchLink:before {
        font-size: 24px;
        margin-right: -12px
    }
}

.no-flexbox .sectionHeader .container-fluid .header-wrapper {
    display: table;
    width: 100%
}

.no-flexbox .sectionHeader .container-fluid .header-wrapper .header-logo {
    display: table-cell;
    vertical-align: middle;
    padding: 12px 0
}

.no-flexbox .sectionHeader .container-fluid .header-wrapper .header-logo .logo {
    background-image: url(../images/logo.png)
}

.no-flexbox .sectionHeader .container-fluid .header-wrapper .header-content {
    display: table-cell;
    vertical-align: middle
}

.no-flexbox .sectionHeader .container-fluid .header-wrapper .header-content .header-custom {
    display: table-cell;
    vertical-align: middle;
    float: left
}

.no-flexbox .sectionHeader .container-fluid .header-wrapper .header-content .header-custom .header-button {
    padding: 15px 0
}

.no-flexbox .sectionHeader .container-fluid .header-wrapper .header-content .header-custom .header-button .btn-account {
    font-size: 19px
}

.no-flexbox .sectionHeader .container-fluid .header-wrapper .header-content .header-nav {
    float: right
}

.no-flexbox .sectionHeader .container-fluid .header-wrapper .header-content .header-nav #nav-search {
    padding: 10px 0
}

.ie8 a.search {
    display: none
}

html {
    background-color: #fff
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-right: 15px;
    padding-left: 15px
}

.cd-top:focus {
    background: #ffbf47 url(images/cd-top-arrow.svg) no-repeat center 50% !important;
    opacity: 1
}

.media-container {
    margin: 30px 0
}

.clear {
    padding: 0 !important
}

aside.col-md-4 {
    margin-top: 50px
}

aside.col-md-4.empty {
    margin-top: 0 !important
}

.header-lcc .logo {
    background-image: url(../images/foster4leeds_logo.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 325px;
    height: 48px;
    background-position: left top;
    background-size: 100% 100%
}

@media (max-width:990px) {
    .header-lcc .logo {
        width: 250px;
        height: 37px
    }
}

@media (max-width:767px) {
    .header-lcc .logo {
        width: 200px;
        height: 29px
    }
}

@media (max-width:399px) {
    .header-lcc .logo {
        width: 200px;
        height: 29px
    }
}

@media (max-width:350px) {
    .header-lcc .logo {
        width: 150px;
        height: 22px
    }
}

.sectionHeader .container-fluid .header-wrapper {
    height: 110px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-justify-content: space-between;
    -moz-box-justify-content: space-between;
    -ms-flex-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align-items: center;
    -moz-box-align-items: center;
    -ms-flex-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

@media (max-width:990px) {
    .sectionHeader .container-fluid .header-wrapper {
        height: 70px
    }
}

.sectionHeader .container-fluid .header-wrapper .header-content .header-custom .header-button .btn {
    margin: 0 10px 0 0;
    height: 65px;
    border: 1px solid #fff;
    box-shadow: none;
    padding: 21px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #e55825;
    line-height: 1.2
}

.sectionHeader .container-fluid .header-wrapper .header-content .header-custom .header-button .btn:hover {
    background: #fff;
    color: #e55825
}

@media (max-width:990px) {
    .sectionHeader .container-fluid .header-wrapper .header-content .header-custom .header-button .btn {
        height: 40px;
        font-size: 16px;
        padding: 10px
    }
}

@media (max-width:640px) {
    .sectionHeader .container-fluid .header-wrapper .header-content .header-custom .header-button .btn.btn-account {
        height: 40px;
        width: 40px;
        padding: 0;
        text-align: center
    }

    .sectionHeader .container-fluid .header-wrapper .header-content .header-custom .header-button .btn.btn-account span {
        display: none
    }
}

.sectionHeader .container-fluid .header-wrapper .header-content .header-custom .header-button .btn.btn-account:before {
    font-family: FontAwesome;
    content: "\f007";
    margin-right: 10px
}

@media (max-width:990px) {
    .sectionHeader .container-fluid .header-wrapper .header-content .header-custom .header-button .btn.btn-account:before {
        margin-right: 5px
    }
}

@media (max-width:641px) {
    .sectionHeader .container-fluid .header-wrapper .header-content .header-custom .header-button .btn.btn-account:before {
        margin: 0;
        font-size: 24px !important;
        line-height: 1.5 !important
    }
}

.sectionHeader .container-fluid .header-wrapper .header-content .header-nav a.search {
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    color: #e55825;
    background: #fff;
    padding: 0;
    margin-left: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.sectionHeader .container-fluid .header-wrapper .header-content .header-nav a.search:before {
    font-family: FontAwesome;
    content: "\f002";
    font-size: 24px;
    line-height: 1.5
}

.sectionHeader .container-fluid .header-wrapper .header-content .header-nav a.search:hover {
    text-decoration: none
}

@media (min-width:641px) {
    .sectionHeader .container-fluid .header-wrapper .header-content .header-nav a.search:before {
        font-size: 24px;
        line-height: 1.5
    }
}

@media (min-width:990px) {
    .sectionHeader .container-fluid .header-wrapper .header-content .header-nav a.search {
        width: 65px;
        height: 65px
    }

    .sectionHeader .container-fluid .header-wrapper .header-content .header-nav a.search:before {
        font-size: 40px
    }
}

#nav-search {
    position: absolute;
    top: 110px;
    left: 0;
    padding: 15px;
    height: auto;
    width: 100%;
    z-index: 10;
    display: none;
    margin: 0;
    background: #c6d6dd !important
}

@media (min-width:768px) {
    #nav-search .input-group {
        margin: 0 auto;
        display: block;
        max-width: 1250px;
        margin: 0 auto
    }
}

@media (max-width:990px) {
    #nav-search {
        top: 70px;
        padding: 10px
    }
}

#nav-search.active {
    display: block
}

#nav-search .ms-srch-sb input {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    border-radius: 4px !important
}

@media (min-width:990px) {
    #nav-search .ms-srch-sb input {
        height: 55px !important;
        line-height: 55px;
        padding-left: 15px !important
    }
}

#nav-search .ms-srch-sb-searchLink {
    padding: 0;
    line-height: 45px;
    background: #e55825;
    text-align: center
}

#nav-search .ms-srch-sb-searchLink:hover {
    background: #ea7b53
}

#nav-search .ms-srch-sb-searchLink:after {
    line-height: 52px;
    padding-left: 0
}

@media (min-width:990px) {
    #nav-search .ms-srch-sb-searchLink {
        height: 55px !important;
        width: 55px !important;
        line-height: 55px
    }
}

.search-text,
a.search span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.hero-lcc-wrapper {
    margin-top: -110px;
    background-image: url(../images/foster4leeds-background.jpg);
    background-attachment: fixed
}

@media (max-width:990px) {
    .hero-lcc-wrapper {
        margin-top: -70px
    }
}

@media (min-width:767px) {
    .hero-lcc-wrapper {
        height: 90vh
    }
}

.hero-lcc-wrapper .hero-lcc {
    background: rgba(5, 38, 53, .7)
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content {
    max-width: 850px;
    margin-top: 55px
}

@media (max-width:990px) {
    .hero-lcc-wrapper .hero-lcc .hero-lcc__content {
        margin-top: 35px
    }
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__intro {
    max-width: 35em;
    margin: 0 auto
}

@media (min-width:990px) {
    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__intro .hero-lcc__intro-header {
        font-size: 80px;
        margin-bottom: 15px
    }

    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__intro .hero-lcc__intro-secondary {
        margin-bottom: 40px;
        font-size: 30px
    }
}

@media (max-width:500px) {
    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__intro .hero-lcc__intro-header {
        margin: 0 0 10px
    }
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions {
    background: 0 0;
    padding: 0;
    text-align: center
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .btn {
    font-size: 24px;
    box-shadow: none !important
}

@media (max-width:767px) {
    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .btn {
        margin: 0;
        font-size: 19px;
        text-align: center
    }
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .btn:first-of-type {
    margin-right: 15px
}

@media (max-width:767px) {
    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .btn:first-of-type {
        margin: 0 0 15px
    }
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .btn.btn-secondary {
    background: #fff;
    color: #e55825;
    -webkit-box-shadow: 0 3px 0 0 #933411;
    -moz-box-shadow: 0 3px 0 0 #933411;
    box-shadow: 0 3px 0 0 #933411
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .btn.btn-secondary:hover {
    -webkit-box-shadow: 0 3px 0 0 #e6edf0;
    -moz-box-shadow: 0 3px 0 0 #e6edf0;
    box-shadow: 0 3px 0 0 #e6edf0
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .btn.btn-secondary:active {
    -webkit-box-shadow: 0 3px 0 0 #c04417;
    -moz-box-shadow: 0 3px 0 0 #c04417;
    box-shadow: 0 3px 0 0 #c04417
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .btn.btn-secondary:focus {
    -webkit-box-shadow: 0 3px 0 0 #ffbf47;
    -moz-box-shadow: 0 3px 0 0 #ffbf47;
    box-shadow: 0 3px 0 0 #ffbf47
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .btn.btn-secondary:hover {
    background: #e6edf0;
    color: #e55825
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .btn.btn-secondary:active {
    background: #c04417 !important
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .btn.btn-primary,
.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .btn.btn-secondary {
    border: 0
}

@media (min-width:655px) and (max-width:767px) {
    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .btn.btn-arrow {
        margin: 0 10px 10px 0
    }
}

.hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .btn.btn-arrow:after {
    font-size: 40px
}

@media (max-width:400px) {
    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .btn.btn-arrow {
        padding: 15px 40px 15px 15px
    }

    .hero-lcc-wrapper .hero-lcc .hero-lcc__content .hero-lcc__actions .btn.btn-arrow:after {
        right: 15px;
        font-size: 30px
    }
}

.btn.btn-arrow {
    padding: 20px 50px 20px 25px
}

.btn.btn-arrow:before {
    display: none
}

.btn.btn-arrow:after {
    font-size: 40px;
    width: auto;
    right: 20px;
    padding: 0 !important
}

.btn {
    font-family: Montserrat, sans-serif
}

.text-block,
.text-highlight {
    border-color: #b6cbd3
}

.list-step {
    list-style-type: none;
    margin: 30px 0
}

.list-step li {
    counter-increment: step-counter;
    margin-bottom: 10px;
    position: relative;
    padding: 3px 10px 5px 40px
}

@media (min-width:641px) {
    .list-step li {
        padding: 10px 10px 13px 70px;
        margin-bottom: 15px
    }
}

.list-step li:last-of-type {
    margin-bottom: 0
}

.list-step li:before {
    content: counter(step-counter);
    background-color: #e55825;
    background: #e55825;
    background: -moz-linear-gradient(top, #e55825 0, #e55825 50%, #e55825 50%, #d74c1a 50%, #d74c1a 50%, #e55825 50%, #d74c1a 50%, #d74c1a 100%);
    background: -webkit-linear-gradient(top, #e55825 0, #e55825 50%, #e55825 50%, #d74c1a 50%, #d74c1a 50%, #e55825 50%, #d74c1a 50%, #d74c1a 100%);
    background: linear-gradient(to bottom, #e55825 0, #e55825 50%, #e55825 50%, #d74c1a 50%, #d74c1a 50%, #e55825 50%, #d74c1a 50%, #d74c1a 100%);
    color: #fff;
    font-weight: 700;
    padding: 3px;
    border-radius: 50%;
    font-size: 19px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.3
}

@media (min-width:641px) {
    .list-step li:before {
        font-size: 24px;
        width: 50px;
        height: 50px;
        padding: 9px
    }
}

.header-lcc .header-nav a {
    text-shadow: none;
    border: 0
}

@media (max-width:767px) {

    .header-lcc .header-nav .link:before,
    .header-lcc .header-nav a:before {
        display: inline-block
    }
}

.relatedPages h2,
.relatedPages h3,
.sideNav h2,
.sideNav h3 {
    padding-bottom: 0;
    border: 0
}

.section-promo {
    background: #e6edf0;
    margin: 30px 0
}

.section-promo.bottom {
    margin-bottom: 0
}

.section-promo .container-fluid {
    position: relative
}

.section-promo .container-fluid .section-promo_content {
    padding: 60px 30px
}

@media (min-width:990px) {
    .section-promo .container-fluid .section-promo_content {
        padding: 100px 30px
    }
}

.section-promo .container-fluid .section-promo_content .section-promo_title {
    margin: 0 0 10px;
    font-size: 27px
}

@media (min-width:990px) {
    .section-promo .container-fluid .section-promo_content .section-promo_title {
        font-size: 40px
    }
}

.section-promo .container-fluid .section-promo_content .section-promo_text {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.6
}

@media (min-width:990px) {
    .section-promo .container-fluid .section-promo_content .section-promo_text {
        font-size: 21px
    }
}

.section-promo .container-fluid .section-promo_content .btn {
    margin: 0
}

.section-promo .container-fluid .section-promo_content .quote {
    text-align: center;
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 21px
}

@media (min-width:990px) {
    .section-promo .container-fluid .section-promo_content .quote {
        font-size: 32px
    }
}

@media (min-width:400px) and (max-width:767px) {
    .section-promo .container-fluid .section-promo_content .quote {
        font-size: 32px
    }
}

.section-promo .container-fluid .section-promo_img {
    text-align: center
}

.section-promo .container-fluid .section-promo_img img {
    margin: 0 auto
}

footer.main {
    background: #fff;
    border-top: 1px solid #cfdce1;
    margin-top: 50px
}

footer.main p {
    color: #052635
}

footer.main .container-fluid {
    padding-right: 15px;
    padding-left: 15px
}

footer.main .footerGlobal {
    background: #fff !important;
    padding: 0
}

footer.main .footerGlobal .footer-contact {
    border-bottom: 1px solid #cfdce1;
    padding: 30px 0
}

@media (min-width:767px) {
    footer.main .footerGlobal .footer-contact {
        padding: 50px 0
    }
}

footer.main .footerGlobal .footer-contact .socialBookmarks {
    float: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-justify-content: space-between;
    -moz-box-justify-content: space-between;
    -ms-flex-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align-items: center;
    -moz-box-align-items: center;
    -ms-flex-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

@media (max-width:400px) {
    footer.main .footerGlobal .footer-contact .socialBookmarks {
        display: block
    }
}

footer.main .footerGlobal .footer-contact .socialBookmarks ul li {
    display: inline-block;
    margin: 0 5px 0 0
}

footer.main .footerGlobal .footer-contact .socialBookmarks ul li:first-of-type {
    padding: 0;
    color: #07374c
}

footer.main .footerGlobal .footer-contact .socialBookmarks ul li a {
    margin: 0;
    width: 70px;
    height: 70px;
    display: inline-block
}

@media (max-width:5000px) {
    footer.main .footerGlobal .footer-contact .socialBookmarks ul li a {
        width: 40px;
        height: 40px
    }
}

footer.main .footerGlobal .footer-contact .socialBookmarks ul li a:after {
    color: #e55825;
    border-color: #e55825;
    border-radius: 4px
}

@media (max-width:5000px) {
    footer.main .footerGlobal .footer-contact .socialBookmarks ul li a:after {
        width: 40px;
        height: 40px;
        font-size: 24px;
        padding-top: 3px
    }
}

footer.main .footerGlobal .footer-contact .socialBookmarks ul li a:hover:after {
    color: #fff;
    background: #e55825
}

footer.main .footerGlobal .footer-nav {
    border-bottom: 1px solid #cfdce1;
    padding: 50px 0
}

@media (max-width:767px) {
    footer.main .footerGlobal .footer-nav {
        padding: 30px 0
    }
}

@media (min-width:990px) {
    footer.main .footerGlobal .footer-nav .row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-justify-content: center;
        -moz-box-justify-content: center;
        -ms-flex-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align-items: center;
        -moz-box-align-items: center;
        -ms-flex-align-items: center;
        -webkit-align-items: center;
        align-items: center
    }
}

footer.main .footerGlobal .footer-nav nav {
    padding: 0
}

footer.main .footerGlobal .footer-nav nav ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

@media (max-width:990px) {
    footer.main .footerGlobal .footer-nav nav ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media (max-width:767px) {
    footer.main .footerGlobal .footer-nav nav ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

footer.main .footerGlobal .footer-nav nav ul li {
    display: block;
    margin-bottom: 15px;
    font-size: 24px
}

footer.main .footerGlobal .footer-nav nav ul li a {
    font-size: 14px;
    line-height: 1.2;
    font-family: Montserrat, sans-serif;
    color: #07374c !important;
    text-decoration: underline
}

@media (min-width:641px) {
    footer.main .footerGlobal .footer-nav nav ul li a {
        font-size: 16px;
        line-height: 1.25
    }
}

footer.main .footerGlobal .footer-nav nav ul li a:hover {
    opacity: .7;
    border: 0
}

@media (max-width:641px) {
    footer.main .footerGlobal .footer-nav nav ul li a {
        font-size: 16px
    }
}

footer.main .footerGlobal .footer-nav .footer-logos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-justify-content: space-between;
    -moz-box-justify-content: space-between;
    -ms-flex-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align-items: center;
    -moz-box-align-items: center;
    -ms-flex-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

@media (max-width:990px) {
    footer.main .footerGlobal .footer-nav .footer-logos {
        margin: 40px 0 -10px
    }
}

@media (max-width:600px) {
    footer.main .footerGlobal .footer-nav .footer-logos {
        margin: 30px 0 -15px
    }
}

footer.main .footerGlobal .footer-nav .footer-logos ul {
    text-align: left;
    padding: 0;
    margin: 0
}

footer.main .footerGlobal .footer-nav .footer-logos ul li {
    display: inline-block
}

footer.main .footerGlobal .footer-nav .footer-logos ul li a {
    display: block
}

footer.main .footerGlobal .footer-nav .footer-logos ul li a:hover {
    opacity: .7
}

footer.main .footerGlobal .footer-nav .footer-logos ul li a img {
    height: 90px;
    padding: 10px 20px 10px 0
}

@media (min-width:991px) {
    footer.main .footerGlobal .footer-nav .footer-logos ul li:first-of-type {
        display: block
    }

    footer.main .footerGlobal .footer-nav .footer-logos ul li:first-of-type a img {
        height: 75px
    }
}

footer.main .footerGlobal .footer-nav .footer-logos ul li:last-of-type a img {
    padding: 10px 0
}

footer.main .footerGlobal .footer-bottom {
    padding: 20px 0
}

footer.main .footerGlobal .footer-bottom p {
    color: #07374c;
    font-size: 14px
}

@media (max-width:767px) {
    .contact-details {
        text-align: left;
        margin-bottom: 30px
    }

    .contact-details:last-of-type {
        margin-bottom: 0
    }
}

@media (min-width:767px) and (max-width:990px) {
    .contact-details:nth-child(4) {
        clear: left
    }

    .contact-details:nth-child(4),
    .contact-details:nth-child(5) {
        margin-top: 50px
    }
}

.contact-details h3 {
    margin-top: 0
}

.contact-details p {
    margin: 0 !important
}

.contact-phone {
    font-size: 30px;
    font-size: 19px
}

.contact-phone span {
    display: block;
    font-size: 14px;
    color: #07374c
}

.contact-email {
    font-size: 19px
}

.contact-email a {
    word-wrap: break-word
}

.contact-address {
    font-size: 14px;
    font-size: 16px
}

.contact-address,
.contact-email,
.contact-phone {
    font-family: Montserrat, sans-serif
}

.footer-nav-secondary ul {
    margin: 0;
    padding: 0
}

.footer-nav-secondary ul li {
    display: inline-block;
    margin-right: 10px !important
}

.footer-nav-secondary ul li a {
    font-family: Montserrat, sans-serif;
    color: #07374c;
    font-size: 14px
}

.footer-nav-secondary ul li a:hover {
    opacity: .7
}

@media (max-width:600px) {
    .footer-nav-secondary {
        float: none;
        width: 100%
    }
}

.footer-copyright {
    text-align: right
}

@media (max-width:600px) {
    .footer-copyright {
        width: 100%;
        margin-top: 15px;
        text-align: left
    }
}

@media (min-width:600px) and (max-width:990px) {

    .three-columns,
    footer.main .footerGlobal .footer-nav nav ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

.breadcrumb {
    border-bottom: 1px solid #cfdce1;
    margin: 0;
    padding: 12px 0;
    border-radius: 0
}

@media (max-width:767px) {
    .breadcrumb {
        padding: 10px 0
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

th span {
    display: block;
    font-size: 12px;
    font-weight: 400
}

@media screen and (max-width:767px) {
    .table-responsive {
        border: 0
    }
}

.table-responsive+h3 {
    margin-top: 15px
}

.table-responsive+.text-highlight {
    margin-top: 15px
}

.text-highlight+h3 {
    margin-top: 15px
}

.btn-primary {
    -webkit-box-shadow: 0 3px 0 0 #933411;
    -moz-box-shadow: 0 3px 0 0 #933411;
    box-shadow: 0 3px 0 0 #933411
}

.btn-primary:hover {
    -webkit-box-shadow: 0 3px 0 0 #e8693c;
    -moz-box-shadow: 0 3px 0 0 #e8693c;
    box-shadow: 0 3px 0 0 #e8693c
}

.btn-primary:active {
    -webkit-box-shadow: 0 3px 0 0 #c04417;
    -moz-box-shadow: 0 3px 0 0 #c04417;
    box-shadow: 0 3px 0 0 #c04417
}

.btn-primary:focus {
    -webkit-box-shadow: 0 3px 0 0 #ffbf47;
    -moz-box-shadow: 0 3px 0 0 #ffbf47;
    box-shadow: 0 3px 0 0 #ffbf47
}

.btn-secondary {
    -webkit-box-shadow: 0 3px 0 0 #010b10;
    -moz-box-shadow: 0 3px 0 0 #010b10;
    box-shadow: 0 3px 0 0 #010b10
}

.btn-secondary:hover {
    -webkit-box-shadow: 0 3px 0 0 #0c5f84;
    -moz-box-shadow: 0 3px 0 0 #0c5f84;
    box-shadow: 0 3px 0 0 #0c5f84
}

.btn-secondary:active {
    -webkit-box-shadow: 0 3px 0 0 #062d3e;
    -moz-box-shadow: 0 3px 0 0 #062d3e;
    box-shadow: 0 3px 0 0 #062d3e
}

.btn-secondary:focus {
    -webkit-box-shadow: 0 3px 0 0 #ffbf47;
    -moz-box-shadow: 0 3px 0 0 #ffbf47;
    box-shadow: 0 3px 0 0 #ffbf47
}

@media (min-width:990px) {
    .panel blockquote {
        font-size: 27px
    }
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #cfdce1
}

.panel-event-list p+.panel-event {
    margin-top: 40px
}

.panel-event-list {
    border-top: 1px solid #cfdce1;
    border-bottom: 1px solid #cfdce1;
    padding: 30px 0
}

@media (min-width:641px) {
    .panel-event-list {
        padding: 60px 0
    }
}

.panel-event-list .panel:last-of-type {
    margin-bottom: 0
}

.panel.img .btn {
    margin-top: 10px
}

@media (min-width:641px) {
    .panel.img .btn {
        margin-top: 15px
    }
}

.panel-event-list p+.panel-event {
    margin-top: 30px
}

@media (min-width:641px) {
    .panel-event-list p+.panel-event {
        margin-top: 60px
    }
}

footer ul.dfwp-column {
    margin: 0;
    padding: 0
}

footer ul.dfwp-column li {
    margin: 0;
    padding: 0
}

footer ul.dfwp-column li .item {
    margin: 0;
    padding: 0
}

.panel-event-list h2 {
    margin-top: 0 !important
}

@media (max-width:767px) {
    .panel.img .img-container {
        height: 200px;
        min-height: 200px
    }
}

@media (max-width:641px) {
    .panel.img .img-container {
        height: 125px;
        min-height: 125px
    }
}

@media (max-width:767px) {
    .panel-event .panel-event-date {
        height: 200px;
        width: 50%
    }
}

@media (max-width:641px) {
    .panel-event .panel-event-date {
        height: 125px;
        width: 50%
    }
}

/* Custom changes made after 25/07 */
.sectionHeader {
    background: url(../images/blue-bg.jpg) center center #3F6074;
}

.header-nav-container .logo {
    width: 104px !important;
    height: 41px !important;
}

@media (min-width: 991px) {
    .header-nav-container .logo {
        width: 154px !important;
        height: 63px !important;
    }
}