﻿html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template,
[hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

*,
*:after,
*:before {
    box-sizing: border-box
}

html {
    background: #ccc;
    color: #333;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    line-height: 1.5;
    text-decoration-skip: ink;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html a {
    color: #8D2F88;
    outline-color: #ccc;
    font-weight: 600;
    transition: all 300ms ease
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
    font-weight: 600
}

body {
    margin: 0 auto;
    max-width: 1224px
}

main {
    background-color: #fff
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle
}

section {
    padding: 3.75rem 0
}

@media only screen and (max-width: 706px) {
    section {
        padding: 1.875rem 0
    }
}

section.bg--wild-sand {
    background-color: #F4F4F4
}

aside.left-navigation {
    padding-right: 2.8125rem
}

@media only screen and (max-width: 63.99em) {
    aside.left-navigation {
        display: none
    }
}

aside.left-navigation p {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 1rem 0 0
}

aside ul {
    list-style: none;
    padding-left: 0;
    margin-top: .625rem
}

aside ul li {
    border-bottom: #ccc 1px solid;
    background-image: url("../images/icons/chevron-right-grey.svg");
    background-repeat: no-repeat;
    background-position: center right 4px;
    background-size: 7px;
    transition: all 300ms ease
}

aside ul li:first-child {
    border-top: #ccc 1px solid
}

aside ul li.active {
    background-color: #F4F4F4;
    background-image: url("../images/icons/chevron-right-purple.svg");
    border-color: #8D2F88
}

aside ul li.active a {
    color: #8D2F88
}

aside ul li:focus,
aside ul li:hover {
    background-image: url("../images/icons/chevron-right-purple.svg");
    background-position: center right 14px;
    background-color: #F4F4F4
}

aside ul li a {
    color: #666;
    display: block;
    padding: 1rem 1.5625rem 1rem .3125rem;
    text-decoration: none;
    font-size: .9375rem;
    font-weight: 600;
    transition: all 300ms ease
}

aside ul li a:focus,
aside ul li a:hover {
    color: #8D2F88
}

iframe {
    min-height: 26.875rem;
    border: none
}

figure {
    margin: 0 0 .75rem
}

figure figcaption {
    margin: .75rem 0 0;
    color: #4A4A4A;
    font-style: italic
}

blockquote {
    margin: 0;
    padding: 0 2.8125rem;
    position: relative;
    display: table;
}

blockquote::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../images/icons/quote-right.png");
    background-repeat: no-repeat;
    background-position: top right;
    width: 1rem;
    height: 1rem;
    display: block;
}

blockquote::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/icons/quote-left.png");
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    display: block;
}

@media only screen and (max-width: 706px) {
    blockquote {
        padding: 0 0;
    }
    blockquote::before,
    blockquote::after {
        display:none;
    }
}

video {
    width: 100%
}

table,
td,
th {
    border: 1px solid #ccc;
    padding: 1.125rem;
    font-weight: normal;
    text-align: left;
    } 

@media only screen and (max-width: 706px) {
    table {
        table-layout: fixed;
        width: 100% !important;
        }
    td,
    th {
        padding: .625rem;
        word-break: break-all;
        width: auto !important;
        height: auto !important;
        }
}

table caption,
td caption,
th caption {
    text-align: left;
    margin-bottom: 1.875rem
}

table thead tr,
td thead tr,
th thead tr {
    background-color: #F4F4F4
}

table {
    border-collapse: collapse
}

tbody tr td a+a .glyphicons {
    margin: 0 auto 0 12px
}

@media only screen and (max-width: 706px) {
    tbody tr td a+a .glyphicons {
        margin: 0 auto;
        padding-top: 1rem
    }
}

tbody tr td .glyphicons {
    display: inline-block;
    color: #8D2F88;
    font-size: 1.4375rem;
    text-align: center;
    transition: ease all 300ms
}

tbody tr td .glyphicons:focus,
tbody tr td .glyphicons:hover {
    color: #A648A1
}

@media only screen and (max-width: 706px) {
    tbody tr td .glyphicons {
        display: block;
        margin: 0 auto
    }
}

tbody tr td .glyphicons:before {
    padding: 0
}

main .sys_cms-form-control,
main .sys_logon-control,
main .form,
main form {
    /*width: 90%;*/
    width: 100%;
    margin: 0 auto
}

main .sys_cms-form-control legend,
main .sys_logon-control legend,
main .form legend,
main form legend {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
    padding: 1.625rem 0
}

main .sys_cms-form-control label,
main .sys_logon-control label,
main .form label,
main form label {
    font-weight: 600;
    margin-bottom: .625rem
}

main .sys_cms-form-body .sys_fieldlabel {
    font-weight: normal;
}

main .sys_cms-form-control label abbr,
main .sys_logon-control label abbr,
main .form label abbr,
main form label abbr {
    text-decoration: none;
    color: #8D2F88
}

main .sys_cms-form-control input,
main .sys_cms-form-control textarea,
main .sys_logon-control input,
main .sys_logon-control textarea,
main .form input,
main .form textarea,
main form input,
main form textarea {
    width: 100% !important;
    margin-top: .625rem;
    margin-bottom: 1.25rem;
    border: 1px solid #ccc;
    border-radius: .125rem
}

main .sys_cms-form-control input.sys_cms-form-error,
main .sys_cms-form-control textarea.sys_cms-form-error,
main .sys_logon-control input.sys_cms-form-error,
main .sys_logon-control textarea.sys_cms-form-error,
main .form input.sys_cms-form-error,
main .form textarea.sys_cms-form-error,
main form input.sys_cms-form-error,
main form textarea.sys_cms-form-error {
    border: 1px #F20814 solid
}

main .sys_cms-form-control input.sys_cms-form-error:focus,
main .sys_cms-form-control textarea.sys_cms-form-error:focus,
main .sys_logon-control input.sys_cms-form-error:focus,
main .sys_logon-control textarea.sys_cms-form-error:focus,
main .form input.sys_cms-form-error:focus,
main .form textarea.sys_cms-form-error:focus,
main form input.sys_cms-form-error:focus,
main form textarea.sys_cms-form-error:focus {
    border: 1px solid #F20814;
    box-shadow: 0 0 3px #F20814;
    outline-offset: 0;
    outline: none
}

main .sys_cms-form-control input.valid,
main .sys_cms-form-control textarea.valid,
main .sys_logon-control input.valid,
main .sys_logon-control textarea.valid,
main .form input.valid,
main .form textarea.valid,
main form input.valid,
main form textarea.valid {
    border: 1px #40B87F solid
}

main .sys_cms-form-control input.valid:focus,
main .sys_cms-form-control textarea.valid:focus,
main .sys_logon-control input.valid:focus,
main .sys_logon-control textarea.valid:focus,
main .form input.valid:focus,
main .form textarea.valid:focus,
main form input.valid:focus,
main form textarea.valid:focus {
    border: 1px solid #40B87F;
    box-shadow: 0 0 3px #40B87F;
    outline-offset: 0;
    outline: none
}

main .sys_cms-form-control .sys_fieldcontent.error-icon::after,
main .sys_logon-control .sys_fieldcontent.error-icon::after,
main .form .sys_fieldcontent.error-icon::after,
main form .sys_fieldcontent.error-icon::after {
    content: url("../images/icons/error.png");
    position: relative;
    right: -30px;
    top: -48px;
    float: right
}

main .sys_cms-form-control .sys_fieldcontent.valid-icon::after,
main .sys_logon-control .sys_fieldcontent.valid-icon::after,
main .form .sys_fieldcontent.valid-icon::after,
main form .sys_fieldcontent.valid-icon::after {
    content: url("../images/icons/active.png");
    position: relative;
    right: -30px;
    top: -48px;
    float: right
}

main .sys_cms-form-control .active input,
main .sys_logon-control .active input,
main .form .active input,
main form .active input {
    border: 1px #40B87F solid
}

main .sys_cms-form-control .active input:focus,
main .sys_logon-control .active input:focus,
main .form .active input:focus,
main form .active input:focus {
    border: 1px solid #40B87F;
    box-shadow: 0 0 3px #40B87F;
    outline-offset: 0;
    outline: none
}

main .sys_cms-form-control .active::after,
main .sys_logon-control .active::after,
main .form .active::after,
main form .active::after {
    content: url("../images/icons/active.png");
    position: relative;
    right: -30px;
    top: -48px;
    float: right
}

main .sys_cms-form-control .error input,
main .sys_logon-control .error input,
main .form .error input,
main form .error input {
    border: 1px #F20814 solid
}

main .sys_cms-form-control .error input:focus,
main .sys_logon-control .error input:focus,
main .form .error input:focus,
main form .error input:focus {
    border: 1px solid #F20814;
    box-shadow: 0 0 3px #F20814;
    outline-offset: 0;
    outline: none
}

main .sys_cms-form-control .error::after,
main .sys_logon-control .error::after,
main .form .error::after,
main form .error::after {
    content: url("../images/icons/error.png");
    position: relative;
    right: -30px;
    top: -48px;
    float: right
}

main .sys_cms-form-control input,
main .sys_logon-control input,
main .form input,
main form input {
    height: 2.3125rem;
    padding: .3125rem .625rem
}

main .sys_cms-form-control input[type="checkbox"],
main .sys_logon-control input[type="checkbox"],
main .form input[type="checkbox"],
main form input[type="checkbox"] {
    width: .9375rem;
    vertical-align: middle;
    margin-top: .9375rem
}

main .sys_cms-form-control input[type="radio"],
main .sys_logon-control input[type="radio"],
main .form input[type="radio"],
main form input[type="radio"] {
    width: .9375rem;
    vertical-align: middle;
    margin-top: .9375rem
}

main .sys_cms-form-control input[type="radio"] span,
main .sys_logon-control input[type="radio"] span,
main .form input[type="radio"] span,
main form input[type="radio"] span {
    border-radius: .75rem
}

main .sys_cms-form-control textarea,
main .sys_logon-control textarea,
main .form textarea,
main form textarea {
    min-height: 10rem;
    padding: .625rem
}

main .sys_cms-form-control select,
main .sys_logon-control select,
main .form select,
main form select {
    min-width: 19.125rem;
    padding: .4375rem;
    border-color: #ccc
}

@media only screen and (max-width: 706px) {
    main .sys_cms-form-control select,
    main .sys_logon-control select,
    main .form select,
    main form select {
        min-width: 100%
    }
}

main .sys_cms-form-control input[type=checkbox]:not(old),
main .sys_cms-form-control input[type=radio]:not(old),
main .sys_logon-control input[type=checkbox]:not(old),
main .sys_logon-control input[type=radio]:not(old),
main .form input[type=checkbox]:not(old),
main .form input[type=radio]:not(old),
main form input[type=checkbox]:not(old),
main form input[type=radio]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0
}

main .sys_cms-form-control input[type=checkbox]:not(old)+label,
main .sys_cms-form-control input[type=radio]:not(old)+label,
main .sys_logon-control input[type=checkbox]:not(old)+label,
main .sys_logon-control input[type=radio]:not(old)+label,
main .form input[type=checkbox]:not(old)+label,
main .form input[type=radio]:not(old)+label,
main form input[type=checkbox]:not(old)+label,
main form input[type=radio]:not(old)+label {
    display: inline-block;
    margin-left: -2em;
    line-height: 1.5em
}

main .sys_cms-form-control input[type=checkbox]:not(old)+label>span,
main .sys_cms-form-control input[type=radio]:not(old)+label>span,
main .sys_logon-control input[type=checkbox]:not(old)+label>span,
main .sys_logon-control input[type=radio]:not(old)+label>span,
main .form input[type=checkbox]:not(old)+label>span,
main .form input[type=radio]:not(old)+label>span,
main form input[type=checkbox]:not(old)+label>span,
main form input[type=radio]:not(old)+label>span {
    display: inline-block;
    width: .9375rem;
    height: .9375rem;
    margin: .3125rem;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
    vertical-align: bottom
}

main .sys_cms-form-control input[type=radio]:not(old)+label>span,
main .sys_logon-control input[type=radio]:not(old)+label>span,
main .form input[type=radio]:not(old)+label>span,
main form input[type=radio]:not(old)+label>span {
    border-radius: .4375rem
}

main .sys_cms-form-control input[type=checkbox]:not(old):checked+label>span:before,
main .sys_logon-control input[type=checkbox]:not(old):checked+label>span:before,
main .form input[type=checkbox]:not(old):checked+label>span:before,
main form input[type=checkbox]:not(old):checked+label>span:before {
    content: '✓';
    display: block;
    color: #999;
    font-size: .75rem;
    line-height: .75rem;
    text-align: center;
    font-weight: bold
}

main .sys_cms-form-control input[type=checkbox]:not(old):focus+label>span,
main .sys_logon-control input[type=checkbox]:not(old):focus+label>span,
main .form input[type=checkbox]:not(old):focus+label>span,
main form input[type=checkbox]:not(old):focus+label>span {
    border-color: #771F72
}

main .sys_cms-form-control input[type=radio]:not(old):checked+label>span>span,
main .sys_logon-control input[type=radio]:not(old):checked+label>span>span,
main .form input[type=radio]:not(old):checked+label>span>span,
main form input[type=radio]:not(old):checked+label>span>span {
    display: block;
    width: .5625rem;
    height: .5625rem;
    margin: 0.125em;
    border: 0.0625em solid #ccc;
    border-radius: .4375rem;
    background: #999
}

#map-canvas {
    height: 14.0625rem;
    width: 100%;
    float: right;
    margin: 1.6875rem 0 1.875rem
}

.content section:last-child #map-canvas {
    margin-bottom: 2.5rem
}

.contact-details {
    background-color: #F4F4F4;
    padding: 1.875rem;
    margin-top: 2.5rem
}

.contact-details h2 {
    margin-top: 0 !important;
    font-size: 1.125rem
}

.contact-details .contact-details__address {
    margin-bottom: .625rem
}

.contact-details .contact-details__address p {
    display: inline-block;
    float: left;
    margin: 0;
    min-width: 8.75rem
}

@media only screen and (max-width: 706px) {
    .contact-details .contact-details__address p {
        float: none
    }
}

.contact-details .contact-details__address ul {
    float: left;
    margin-top: 0
}

@media only screen and (max-width: 706px) {
    .contact-details .contact-details__address ul {
        float: none
    }
}

.contact-details ul.contact-details__contact {
    clear: both;
    word-break: break-all
}

.contact-details ul {
    padding-left: 0;
    list-style: none
}

.contact-details ul li span {
    width: 8.75rem;
    display: block;
    float: left
}

@media only screen and (max-width: 706px) {
    .contact-details ul li span {
        width: 100%
    }
}

@media only screen and (min-width: 20.0625em) {
    h1 {
        font-size: 1.5rem
    }
    h2 {
        font-size: 1.25rem
    }
    h3 {
        font-size: 1.1875rem
    }
    h4 {
        font-size: 1.125rem
    }
    h5 {
        font-size: 1.0625rem
    }
    h6 {
        font-size: 1rem
    }
}

@media only screen and (min-width: 40.0625em) {
    h1 {
        font-size: 1.875rem
    }
    h2 {
        font-size: 1.625rem
    }
    h3 {
        font-size: 1.25rem
    }
    h4 {
        font-size: 1.125rem
    }
    h5 {
        font-size: 1rem
    }
    h6 {
        font-size: .875rem
    }
}

.skip-to-content {
    display: block;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-top: -2.5rem;
    padding: 0 .9375rem;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #771F72;
    text-align: center;
    text-decoration: none
}

.skip-to-content:focus {
    margin-top: 0
}

.alert-bar {
    background-color: #F5A81C
}

.alert-bar p {
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    width: 94%;
    overflow-wrap: break-word;
}

@media only screen and (max-width: 706px) {
    .alert-bar p {
        width: 76%;
    }
}

.alert-bar a {
    color: #333;
    font-weight: 600
}

.alert-bar .alert-bar__close {
    float: right;
    margin: .9375rem 0
}

.hidden {
    display: none !important
}

.visuallyhidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto
}

.invisible {
    visibility: hidden
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

@media only screen {
    .show-for-small-only,
    .show-for-small-up,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up {
        display: inherit !important
    }
    .hide-for-small-only,
    .hide-for-small-up,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important
    }
    .visible-for-small-only,
    .visible-for-small-up,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .hidden-for-small-only,
    .hidden-for-small-up,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px
    }
}

@media only screen and (min-width: 40.0625em) {
    .hide-for-small-only,
    .show-for-small-up,
    .show-for-medium-only,
    .show-for-medium-up,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up {
        display: inherit !important
    }
    .show-for-small-only,
    .hide-for-small-up,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px
    }
}

@media only screen and (min-width: 64em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-medium-only,
    .show-for-medium-up,
    .show-for-large-only,
    .show-for-large-up,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up {
        display: inherit !important
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-medium-only,
    .hide-for-medium-up,
    .hide-for-large-only,
    .hide-for-large-up,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .visible-for-large-only,
    .visible-for-large-up,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px
    }
}

@media only screen and (min-width: 90.0625em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-large-only,
    .show-for-large-up,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up {
        display: inherit !important
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-large-only,
    .hide-for-large-up,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-large-only,
    .visible-for-large-up,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-large-only,
    .hidden-for-large-up,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px
    }
}

@media only screen and (min-width: 120.0625em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-large-only,
    .show-for-large-up,
    .hide-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: inherit !important
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-large-only,
    .hide-for-large-up,
    .show-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up {
        display: none !important
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-large-only,
    .visible-for-large-up,
    .hidden-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-large-only,
    .hidden-for-large-up,
    .visible-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px
    }
}

.show-for-landscape,
.hide-for-portrait {
    display: inherit !important
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

@media only screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: inherit !important
    }
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
}

@media only screen and (orientation: portrait) {
    .show-for-portrait,
    .hide-for-landscape {
        display: inherit !important
    }
    .hide-for-portrait,
    .show-for-landscape {
        display: none !important
    }
}

.show-for-touch {
    display: none !important
}

.hide-for-touch {
    display: inherit !important
}

.touchevents .show-for-touch {
    display: inherit !important
}

.touchevents .hide-for-touch {
    display: none !important
}

.show-for-sr {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.show-on-focus {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.show-on-focus:focus,
.show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto
}

.print-only,
.show-for-print {
    display: none !important
}

@media print {
    .print-only,
    .show-for-print {
        display: block !important
    }
    .hide-on-print,
    .hide-for-print {
        display: none !important
    }
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify !important
}

@media only screen and (max-width: 706px) {
    .small-only-text-left {
        text-align: left !important
    }
    .small-only-text-right {
        text-align: right !important
    }
    .small-only-text-center {
        text-align: center !important
    }
    .small-only-text-justify {
        text-align: justify !important
    }
}

@media only screen {
    .small-text-left {
        text-align: left !important
    }
    .small-text-right {
        text-align: right !important
    }
    .small-text-center {
        text-align: center !important
    }
    .small-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 63.99em) {
    .medium-only-text-left {
        text-align: left !important
    }
    .medium-only-text-right {
        text-align: right !important
    }
    .medium-only-text-center {
        text-align: center !important
    }
    .medium-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 40.0625em) {
    .medium-text-left {
        text-align: left !important
    }
    .medium-text-right {
        text-align: right !important
    }
    .medium-text-center {
        text-align: center !important
    }
    .medium-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 64em) and (max-width: 90.0525em) {
    .large-only-text-left {
        text-align: left !important
    }
    .large-only-text-right {
        text-align: right !important
    }
    .large-only-text-center {
        text-align: center !important
    }
    .large-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 64em) {
    .large-text-left {
        text-align: left !important
    }
    .large-text-right {
        text-align: right !important
    }
    .large-text-center {
        text-align: center !important
    }
    .large-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.0625em) and (max-width: 120.0525em) {
    .xlarge-only-text-left {
        text-align: left !important
    }
    .xlarge-only-text-right {
        text-align: right !important
    }
    .xlarge-only-text-center {
        text-align: center !important
    }
    .xlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.0625em) {
    .xlarge-text-left {
        text-align: left !important
    }
    .xlarge-text-right {
        text-align: right !important
    }
    .xlarge-text-center {
        text-align: center !important
    }
    .xlarge-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.0625em) {
    .xxlarge-text-left {
        text-align: left !important
    }
    .xxlarge-text-right {
        text-align: right !important
    }
    .xxlarge-text-center {
        text-align: center !important
    }
    .xxlarge-text-justify {
        text-align: justify !important
    }
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle
}

.icon-header-logo {
    font-size: 12rem
}

.icon-burder-menu {
    font-size: .21094rem
}

.icon-chevron-down-grey {
    font-size: .875rem
}

.icon-chevron-right-grey {
    font-size: .5rem
}

.icon-chevron-right-purple {
    font-size: .5rem
}

.icon-chevron-left-purple {
    font-size: .5rem
}

.icon-chevron-right-white {
    font-size: .5rem
}

.icon-chevron-left-white {
    font-size: .5rem
}

.icon-chevron-up-grey {
    font-size: .875rem
}

.icon-bar-close {
    font-size: 1.375rem
}

.icon-cookie-close {
    font-size: 1.375rem
}

.icon-close-icon {
    font-size: 1.375rem
}

.icon-footer-facebook {
    font-size: .17969rem
}

.icon-footer-linkedin {
    font-size: .17969rem
}

.icon-footer-twitter {
    font-size: .17969rem
}

.icon-footer-youtube {
    font-size: .17969rem
}

.icon-search-purple {
    font-size: .17969rem
}

.icon-search-white {
    font-size: 1.375rem
}

.icon-subscribe {
    font-size: 1.125rem
}

.icon-widget-email {
    font-size: .17969rem
}

.icon-widget-facebook {
    font-size: .17969rem
}

.icon-widget-linkedin {
    font-size: .17969rem
}

.icon-widget-twitter {
    font-size: .17969rem
}

.no-svg .icon {
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    background-position: 0 0
}

.no-svg .icon-header-logo {
    width: 12rem;
    height: 12rem;
    background-image: url("../images/icons/icon-header-logo.png")
}

.no-svg .icon-burder-menu {
    width: .21094rem;
    height: .21094rem;
    background-image: url("../images/icons/icon-burder-menu.png")
}

.no-svg .icon-chevron-down-grey {
    width: .875rem;
    height: .875rem;
    background-image: url("../images/icons/icon-chevron-down-grey.png")
}

.no-svg .icon-chevron-right-grey {
    width: .5rem;
    height: .5rem;
    background-image: url("../images/icons/icon-chevron-right-grey.png")
}

.no-svg .icon-chevron-right-purple {
    width: .5rem;
    height: .5rem;
    background-image: url("../images/icons/icon-chevron-right-purple.png")
}

.no-svg .icon-chevron-left-purple {
    width: .5rem;
    height: .5rem;
    background-image: url("../images/icons/icon-chevron-left-purple.png")
}

.no-svg .icon-chevron-right-white {
    width: .5rem;
    height: .5rem;
    background-image: url("../images/icons/icon-chevron-right-white.png")
}

.no-svg .icon-chevron-left-white {
    width: .5rem;
    height: .5rem;
    background-image: url("../images/icons/icon-chevron-left-white.png")
}

.no-svg .icon-chevron-up-grey {
    width: .875rem;
    height: .875rem;
    background-image: url("../images/icons/icon-chevron-up-grey.png")
}

.no-svg .icon-bar-close {
    width: 1.375rem;
    height: 1.375rem;
    background-image: url("../images/icons/icon-bar-close.png")
}

.no-svg .icon-cookie-close {
    width: 1.375rem;
    height: 1.375rem;
    background-image: url("../images/icons/icon-cookie-close.png")
}

.no-svg .icon-close-icon {
    width: 1.375rem;
    height: 1.375rem;
    background-image: url("../images/icons/icon-close-icon.png")
}

.no-svg .icon-footer-facebook {
    width: .17969rem;
    height: .17969rem;
    background-image: url("../images/icons/icon-footer-facebook.png")
}

.no-svg .icon-footer-linkedin {
    width: .17969rem;
    height: .17969rem;
    background-image: url("../images/icons/icon-footer-linkedin.png")
}

.no-svg .icon-footer-twitter {
    width: .17969rem;
    height: .17969rem;
    background-image: url("../images/icons/icon-footer-twitter.png")
}

.no-svg .icon-footer-youtube {
    width: .17969rem;
    height: .17969rem;
    background-image: url("../images/icons/icon-footer-youtube.png")
}

.no-svg .icon-search-purple {
    width: .17969rem;
    height: .17969rem;
    background-image: url("../images/icons/icon-search-purple.png")
}

.no-svg .icon-search-white {
    width: 1.375rem;
    height: 1.375rem;
    background-image: url("../images/icons/icon-search-white.png")
}

.no-svg .icon-subscribe {
    width: 1.125rem;
    height: 1.125rem;
    background-image: url("../images/icons/icon-subscribe.png")
}

.no-svg .icon-widget-email {
    width: .17969rem;
    height: .17969rem;
    background-image: url("../images/icons/icon-widget-email.png")
}

.no-svg .icon-widget-facebook {
    width: .17969rem;
    height: .17969rem;
    background-image: url("../images/icons/icon-widget-facebook.png")
}

.no-svg .icon-widget-linkedin {
    width: .17969rem;
    height: .17969rem;
    background-image: url("../images/icons/icon-widget-linkedin.png")
}

.no-svg .icon-widget-twitter {
    width: .17969rem;
    height: .17969rem;
    background-image: url("../images/icons/icon-widget-twitter.png")
}

@font-face {
    font-family: 'Glyphicons';
    src: url("../fonts/glyphicons-eot.eot");
    src: url("../fonts/glyphicons-eot.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-woff2.woff2") format("woff2"), url("../fonts/glyphicons-woff.woff") format("woff"), url("../fonts/glyphicons-tiff.ttf") format("truetype"), url("../fonts/glyphicons-svg.svg#glyphicons") format("svg")
}

[class^="glyphicons-"],
[class*="glyphicons-"],
.glyphicons {
    display: inline-block;
    font-family: 'Glyphicons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^="glyphicons-"]:before,
[class*="glyphicons-"]:before,
.glyphicons:before {
    display: inline-block;
    padding: 6px 8px
}

.purple {
    color: #8D2F88;
    }

.icon-subscribe:before {
    padding: 4px 0px 4px 4px
}

@media only screen and (max-width: 706px) {
    .icon-subscribe {
        font-size: 1.375rem;
        vertical-align: unset
    }
}

.glyphicons.x05 {
    font-size: 12px
}

.glyphicons.x2 {
    font-size: 48px
}

.glyphicons.x2:before {
    padding: 8px 12px
}

.glyphicons.x3 {
    font-size: 72px
}

.glyphicons.x3:before {
    padding: 16px 20px
}

.glyphicons.x4 {
    font-size: 96px
}

.glyphicons.x4:before {
    padding: 20px 28px
}

.glyphicons.x5 {
    font-size: 120px
}

.glyphicons.x5:before {
    padding: 28px 36px
}

.glyphicons.light:before {
    color: #f2f2f2
}

.glyphicons.drop:before {
    text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3)
}

.glyphicons.flip {
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.glyphicons.flipv {
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV"
}

.glyphicons.rotate90 {
    transform: rotate(90deg)
}

.glyphicons.rotate180 {
    transform: rotate(180deg)
}

.glyphicons.rotate270 {
    transform: rotate(270deg)
}

.glyphicons-glass:before {
    content: "\E001"
}

.glyphicons-leaf:before {
    content: "\E002"
}

.glyphicons-dog:before {
    content: "\E003"
}

.glyphicons-user:before {
    content: "\E004"
}

.glyphicons-girl:before {
    content: "\E005"
}

.glyphicons-car:before {
    content: "\E006"
}

.glyphicons-user-add:before {
    content: "\E007"
}

.glyphicons-user-remove:before {
    content: "\E008"
}

.glyphicons-film:before {
    content: "\E009"
}

.glyphicons-magic:before {
    content: "\E010"
}

.glyphicons-envelope:before {
    content: "\E011"
}

.glyphicons-camera:before {
    content: "\E012"
}

.glyphicons-heart:before {
    content: "\E013"
}

.glyphicons-beach-umbrella:before {
    content: "\E014"
}

.glyphicons-train:before {
    content: "\E015"
}

.glyphicons-print:before {
    content: "\E016"
}

.glyphicons-bin:before {
    content: "\E017"
}

.glyphicons-music:before {
    content: "\E018"
}

.glyphicons-music-alt:before {
    content: "\E019"
}

.glyphicons-heart-empty:before {
    content: "\E020"
}

.glyphicons-home:before {
    content: "\E021"
}

.glyphicons-snowflake:before {
    content: "\E022"
}

.glyphicons-fire:before {
    content: "\E023"
}

.glyphicons-magnet:before {
    content: "\E024"
}

.glyphicons-parents:before {
    content: "\E025"
}

.glyphicons-binoculars:before {
    content: "\E026"
}

.glyphicons-road:before {
    content: "\E027"
}

.glyphicons-search:before {
    content: "\E028"
}

.glyphicons-cars:before {
    content: "\E029"
}

.glyphicons-notes-2:before {
    content: "\E030"
}

.glyphicons-pencil:before {
    content: "\E031"
}

.glyphicons-bus:before {
    content: "\E032"
}

.glyphicons-wifi-alt:before {
    content: "\E033"
}

.glyphicons-luggage:before {
    content: "\E034"
}

.glyphicons-old-man:before {
    content: "\E035"
}

.glyphicons-woman:before {
    content: "\E036"
}

.glyphicons-file:before {
    content: "\E037"
}

.glyphicons-coins:before {
    content: "\E038"
}

.glyphicons-plane:before {
    content: "\E039"
}

.glyphicons-notes:before {
    content: "\E040"
}

.glyphicons-stats:before {
    content: "\E041"
}

.glyphicons-charts:before {
    content: "\E042"
}

.glyphicons-pie-chart:before {
    content: "\E043"
}

.glyphicons-group:before {
    content: "\E044"
}

.glyphicons-keys:before {
    content: "\E045"
}

.glyphicons-calendar:before {
    content: "\E046"
}

.glyphicons-router:before {
    content: "\E047"
}

.glyphicons-camera-small:before {
    content: "\E048"
}

.glyphicons-star-empty:before {
    content: "\E049"
}

.glyphicons-star:before {
    content: "\E050"
}

.glyphicons-link:before {
    content: "\E051"
}

.glyphicons-eye-open:before {
    content: "\E052"
}

.glyphicons-eye-close:before {
    content: "\E053"
}

.glyphicons-alarm:before {
    content: "\E054"
}

.glyphicons-clock:before {
    content: "\E055"
}

.glyphicons-stopwatch:before {
    content: "\E056"
}

.glyphicons-projector:before {
    content: "\E057"
}

.glyphicons-history:before {
    content: "\E058"
}

.glyphicons-truck:before {
    content: "\E059"
}

.glyphicons-cargo:before {
    content: "\E060"
}

.glyphicons-compass:before {
    content: "\E061"
}

.glyphicons-keynote:before {
    content: "\E062"
}

.glyphicons-paperclip:before {
    content: "\E063"
}

.glyphicons-power:before {
    content: "\E064"
}

.glyphicons-lightbulb:before {
    content: "\E065"
}

.glyphicons-tag:before {
    content: "\E066"
}

.glyphicons-tags:before {
    content: "\E067"
}

.glyphicons-cleaning:before {
    content: "\E068"
}

.glyphicons-ruler:before {
    content: "\E069"
}

.glyphicons-gift:before {
    content: "\E070"
}

.glyphicons-umbrella:before {
    content: "\E071"
}

.glyphicons-book:before {
    content: "\E072"
}

.glyphicons-bookmark:before {
    content: "\E073"
}

.glyphicons-wifi:before {
    content: "\E074"
}

.glyphicons-cup:before {
    content: "\E075"
}

.glyphicons-stroller:before {
    content: "\E076"
}

.glyphicons-headphones:before {
    content: "\E077"
}

.glyphicons-headset:before {
    content: "\E078"
}

.glyphicons-warning-sign:before {
    content: "\E079"
}

.glyphicons-signal:before {
    content: "\E080"
}

.glyphicons-retweet:before {
    content: "\E081"
}

.glyphicons-refresh:before {
    content: "\E082"
}

.glyphicons-roundabout:before {
    content: "\E083"
}

.glyphicons-random:before {
    content: "\E084"
}

.glyphicons-heat:before {
    content: "\E085"
}

.glyphicons-repeat:before {
    content: "\E086"
}

.glyphicons-display:before {
    content: "\E087"
}

.glyphicons-log-book:before {
    content: "\E088"
}

.glyphicons-address-book:before {
    content: "\E089"
}

.glyphicons-building:before {
    content: "\E090"
}

.glyphicons-eyedropper:before {
    content: "\E091"
}

.glyphicons-adjust:before {
    content: "\E092"
}

.glyphicons-tint:before {
    content: "\E093"
}

.glyphicons-crop:before {
    content: "\E094"
}

.glyphicons-vector-path-square:before {
    content: "\E095"
}

.glyphicons-vector-path-circle:before {
    content: "\E096"
}

.glyphicons-vector-path-polygon:before {
    content: "\E097"
}

.glyphicons-vector-path-line:before {
    content: "\E098"
}

.glyphicons-vector-path-curve:before {
    content: "\E099"
}

.glyphicons-vector-path-all:before {
    content: "\E100"
}

.glyphicons-font:before {
    content: "\E101"
}

.glyphicons-italic:before {
    content: "\E102"
}

.glyphicons-bold:before {
    content: "\E103"
}

.glyphicons-text-underline:before {
    content: "\E104"
}

.glyphicons-text-strike:before {
    content: "\E105"
}

.glyphicons-text-height:before {
    content: "\E106"
}

.glyphicons-text-width:before {
    content: "\E107"
}

.glyphicons-text-resize:before {
    content: "\E108"
}

.glyphicons-left-indent:before {
    content: "\E109"
}

.glyphicons-right-indent:before {
    content: "\E110"
}

.glyphicons-align-left:before {
    content: "\E111"
}

.glyphicons-align-center:before {
    content: "\E112"
}

.glyphicons-align-right:before {
    content: "\E113"
}

.glyphicons-justify:before {
    content: "\E114"
}

.glyphicons-list:before {
    content: "\E115"
}

.glyphicons-text-smaller:before {
    content: "\E116"
}

.glyphicons-text-bigger:before {
    content: "\E117"
}

.glyphicons-embed:before {
    content: "\E118"
}

.glyphicons-embed-close:before {
    content: "\E119"
}

.glyphicons-table:before {
    content: "\E120"
}

.glyphicons-message-full:before {
    content: "\E121"
}

.glyphicons-message-empty:before {
    content: "\E122"
}

.glyphicons-message-in:before {
    content: "\E123"
}

.glyphicons-message-out:before {
    content: "\E124"
}

.glyphicons-message-plus:before {
    content: "\E125"
}

.glyphicons-message-minus:before {
    content: "\E126"
}

.glyphicons-message-ban:before {
    content: "\E127"
}

.glyphicons-message-flag:before {
    content: "\E128"
}

.glyphicons-message-lock:before {
    content: "\E129"
}

.glyphicons-message-new:before {
    content: "\E130"
}

.glyphicons-inbox:before {
    content: "\E131"
}

.glyphicons-inbox-plus:before {
    content: "\E132"
}

.glyphicons-inbox-minus:before {
    content: "\E133"
}

.glyphicons-inbox-lock:before {
    content: "\E134"
}

.glyphicons-inbox-in:before {
    content: "\E135"
}

.glyphicons-inbox-out:before {
    content: "\E136"
}

.glyphicons-cogwheel:before {
    content: "\E137"
}

.glyphicons-cogwheels:before {
    content: "\E138"
}

.glyphicons-picture:before {
    content: "\E139"
}

.glyphicons-adjust-alt:before {
    content: "\E140"
}

.glyphicons-database-lock:before {
    content: "\E141"
}

.glyphicons-database-plus:before {
    content: "\E142"
}

.glyphicons-database-minus:before {
    content: "\E143"
}

.glyphicons-database-ban:before {
    content: "\E144"
}

.glyphicons-folder-open:before {
    content: "\E145"
}

.glyphicons-folder-plus:before {
    content: "\E146"
}

.glyphicons-folder-minus:before {
    content: "\E147"
}

.glyphicons-folder-lock:before {
    content: "\E148"
}

.glyphicons-folder-flag:before {
    content: "\E149"
}

.glyphicons-folder-new:before {
    content: "\E150"
}

.glyphicons-edit:before {
    content: "\E151"
}

.glyphicons-new-window:before {
    content: "\E152"
}

.glyphicons-check:before {
    content: "\E153"
}

.glyphicons-unchecked:before {
    content: "\E154"
}

.glyphicons-more-windows:before {
    content: "\E155"
}

.glyphicons-show-big-thumbnails:before {
    content: "\E156"
}

.glyphicons-show-thumbnails:before {
    content: "\E157"
}

.glyphicons-show-thumbnails-with-lines:before {
    content: "\E158"
}

.glyphicons-show-lines:before {
    content: "\E159"
}

.glyphicons-playlist:before {
    content: "\E160"
}

.glyphicons-imac:before {
    content: "\E161"
}

.glyphicons-macbook:before {
    content: "\E162"
}

.glyphicons-ipad:before {
    content: "\E163"
}

.glyphicons-iphone:before {
    content: "\E164"
}

.glyphicons-iphone-transfer:before {
    content: "\E165"
}

.glyphicons-iphone-exchange:before {
    content: "\E166"
}

.glyphicons-ipod:before {
    content: "\E167"
}

.glyphicons-ipod-shuffle:before {
    content: "\E168"
}

.glyphicons-ear-plugs:before {
    content: "\E169"
}

.glyphicons-record:before {
    content: "\E170"
}

.glyphicons-step-backward:before {
    content: "\E171"
}

.glyphicons-fast-backward:before {
    content: "\E172"
}

.glyphicons-rewind:before {
    content: "\E173"
}

.glyphicons-play:before {
    content: "\E174"
}

.glyphicons-pause:before {
    content: "\E175"
}

.glyphicons-stop:before {
    content: "\E176"
}

.glyphicons-forward:before {
    content: "\E177"
}

.glyphicons-fast-forward:before {
    content: "\E178"
}

.glyphicons-step-forward:before {
    content: "\E179"
}

.glyphicons-eject:before {
    content: "\E180"
}

.glyphicons-facetime-video:before {
    content: "\E181"
}

.glyphicons-download-alt:before {
    content: "\E182"
}

.glyphicons-mute:before {
    content: "\E183"
}

.glyphicons-volume-down:before {
    content: "\E184"
}

.glyphicons-volume-up:before {
    content: "\E185"
}

.glyphicons-screenshot:before {
    content: "\E186"
}

.glyphicons-move:before {
    content: "\E187"
}

.glyphicons-more:before {
    content: "\E188"
}

.glyphicons-brightness-reduce:before {
    content: "\E189"
}

.glyphicons-brightness-increase:before {
    content: "\E190"
}

.glyphicons-plus-sign:before {
    content: "\E191"
}

.glyphicons-minus-sign:before {
    content: "\E192"
}

.glyphicons-remove-sign:before {
    content: "\E193"
}

.glyphicons-ok-sign:before {
    content: "\E194"
}

.glyphicons-question-sign:before {
    content: "\E195"
}

.glyphicons-info-sign:before {
    content: "\E196"
}

.glyphicons-exclamation-sign:before {
    content: "\E197"
}

.glyphicons-remove-circle:before {
    content: "\E198"
}

.glyphicons-ok-circle:before {
    content: "\E199"
}

.glyphicons-ban-circle:before {
    content: "\E200"
}

.glyphicons-download:before {
    content: "\E201"
}

.glyphicons-upload:before {
    content: "\E202"
}

.glyphicons-shopping-cart:before {
    content: "\E203"
}

.glyphicons-lock:before {
    content: "\E204"
}

.glyphicons-unlock:before {
    content: "\E205"
}

.glyphicons-electricity:before {
    content: "\E206"
}

.glyphicons-ok:before {
    content: "\E207"
}

.glyphicons-remove:before {
    content: "\E208"
}

.glyphicons-cart-in:before {
    content: "\E209"
}

.glyphicons-cart-out:before {
    content: "\E210"
}

.glyphicons-arrow-left:before {
    content: "\E211"
}

.glyphicons-arrow-right:before {
    content: "\E212"
}

.glyphicons-arrow-down:before {
    content: "\E213"
}

.glyphicons-arrow-up:before {
    content: "\E214"
}

.glyphicons-resize-small:before {
    content: "\E215"
}

.glyphicons-resize-full:before {
    content: "\E216"
}

.glyphicons-circle-arrow-left:before {
    content: "\E217"
}

.glyphicons-circle-arrow-right:before {
    content: "\E218"
}

.glyphicons-circle-arrow-top:before {
    content: "\E219"
}

.glyphicons-circle-arrow-down:before {
    content: "\E220"
}

.glyphicons-play-button:before {
    content: "\E221"
}

.glyphicons-unshare:before {
    content: "\E222"
}

.glyphicons-share:before {
    content: "\E223"
}

.glyphicons-chevron-right:before {
    content: "\E224"
}

.glyphicons-chevron-left:before {
    content: "\E225"
}

.glyphicons-bluetooth:before {
    content: "\E226"
}

.glyphicons-euro:before {
    content: "\E227"
}

.glyphicons-usd:before {
    content: "\E228"
}

.glyphicons-gbp:before {
    content: "\E229"
}

.glyphicons-retweet-2:before {
    content: "\E230"
}

.glyphicons-moon:before {
    content: "\E231"
}

.glyphicons-sun:before {
    content: "\E232"
}

.glyphicons-cloud:before {
    content: "\E233"
}

.glyphicons-direction:before {
    content: "\E234"
}

.glyphicons-brush:before {
    content: "\E235"
}

.glyphicons-pen:before {
    content: "\E236"
}

.glyphicons-zoom-in:before {
    content: "\E237"
}

.glyphicons-zoom-out:before {
    content: "\E238"
}

.glyphicons-pin:before {
    content: "\E239"
}

.glyphicons-albums:before {
    content: "\E240"
}

.glyphicons-rotation-lock:before {
    content: "\E241"
}

.glyphicons-flash:before {
    content: "\E242"
}

.glyphicons-map-marker:before {
    content: "\E243"
}

.glyphicons-anchor:before {
    content: "\E244"
}

.glyphicons-conversation:before {
    content: "\E245"
}

.glyphicons-chat:before {
    content: "\E246"
}

.glyphicons-note-empty:before {
    content: "\E247"
}

.glyphicons-note:before {
    content: "\E248"
}

.glyphicons-asterisk:before {
    content: "\E249"
}

.glyphicons-divide:before {
    content: "\E250"
}

.glyphicons-snorkel-diving:before {
    content: "\E251"
}

.glyphicons-scuba-diving:before {
    content: "\E252"
}

.glyphicons-oxygen-bottle:before {
    content: "\E253"
}

.glyphicons-fins:before {
    content: "\E254"
}

.glyphicons-fishes:before {
    content: "\E255"
}

.glyphicons-boat:before {
    content: "\E256"
}

.glyphicons-delete:before {
    content: "\E257"
}

.glyphicons-sheriffs-star:before {
    content: "\E258"
}

.glyphicons-qrcode:before {
    content: "\E259"
}

.glyphicons-barcode:before {
    content: "\E260"
}

.glyphicons-pool:before {
    content: "\E261"
}

.glyphicons-buoy:before {
    content: "\E262"
}

.glyphicons-spade:before {
    content: "\E263"
}

.glyphicons-bank:before {
    content: "\E264"
}

.glyphicons-vcard:before {
    content: "\E265"
}

.glyphicons-electrical-plug:before {
    content: "\E266"
}

.glyphicons-flag:before {
    content: "\E267"
}

.glyphicons-credit-card:before {
    content: "\E268"
}

.glyphicons-keyboard-wireless:before {
    content: "\E269"
}

.glyphicons-keyboard-wired:before {
    content: "\E270"
}

.glyphicons-shield:before {
    content: "\E271"
}

.glyphicons-ring:before {
    content: "\E272"
}

.glyphicons-cake:before {
    content: "\E273"
}

.glyphicons-drink:before {
    content: "\E274"
}

.glyphicons-beer:before {
    content: "\E275"
}

.glyphicons-fast-food:before {
    content: "\E276"
}

.glyphicons-cutlery:before {
    content: "\E277"
}

.glyphicons-pizza:before {
    content: "\E278"
}

.glyphicons-birthday-cake:before {
    content: "\E279"
}

.glyphicons-tablet:before {
    content: "\E280"
}

.glyphicons-settings:before {
    content: "\E281"
}

.glyphicons-bullets:before {
    content: "\E282"
}

.glyphicons-cardio:before {
    content: "\E283"
}

.glyphicons-t-shirt:before {
    content: "\E284"
}

.glyphicons-pants:before {
    content: "\E285"
}

.glyphicons-sweater:before {
    content: "\E286"
}

.glyphicons-fabric:before {
    content: "\E287"
}

.glyphicons-leather:before {
    content: "\E288"
}

.glyphicons-scissors:before {
    content: "\E289"
}

.glyphicons-bomb:before {
    content: "\E290"
}

.glyphicons-skull:before {
    content: "\E291"
}

.glyphicons-celebration:before {
    content: "\E292"
}

.glyphicons-tea-kettle:before {
    content: "\E293"
}

.glyphicons-french-press:before {
    content: "\E294"
}

.glyphicons-coffee-cup:before {
    content: "\E295"
}

.glyphicons-pot:before {
    content: "\E296"
}

.glyphicons-grater:before {
    content: "\E297"
}

.glyphicons-kettle:before {
    content: "\E298"
}

.glyphicons-hospital:before {
    content: "\E299"
}

.glyphicons-hospital-h:before {
    content: "\E300"
}

.glyphicons-microphone:before {
    content: "\E301"
}

.glyphicons-webcam:before {
    content: "\E302"
}

.glyphicons-temple-christianity-church:before {
    content: "\E303"
}

.glyphicons-temple-islam:before {
    content: "\E304"
}

.glyphicons-temple-hindu:before {
    content: "\E305"
}

.glyphicons-temple-buddhist:before {
    content: "\E306"
}

.glyphicons-bicycle:before {
    content: "\E307"
}

.glyphicons-life-preserver:before {
    content: "\E308"
}

.glyphicons-share-alt:before {
    content: "\E309"
}

.glyphicons-comments:before {
    content: "\E310"
}

.glyphicons-flower:before {
    content: "\E311"
}

.glyphicons-baseball:before {
    content: "\E312"
}

.glyphicons-rugby:before {
    content: "\E313"
}

.glyphicons-ax:before {
    content: "\E314"
}

.glyphicons-table-tennis:before {
    content: "\E315"
}

.glyphicons-bowling:before {
    content: "\E316"
}

.glyphicons-tree-conifer:before {
    content: "\E317"
}

.glyphicons-tree-deciduous:before {
    content: "\E318"
}

.glyphicons-more-items:before {
    content: "\E319"
}

.glyphicons-sort:before {
    content: "\E320"
}

.glyphicons-filter:before {
    content: "\E321"
}

.glyphicons-gamepad:before {
    content: "\E322"
}

.glyphicons-playing-dices:before {
    content: "\E323"
}

.glyphicons-calculator:before {
    content: "\E324"
}

.glyphicons-tie:before {
    content: "\E325"
}

.glyphicons-wallet:before {
    content: "\E326"
}

.glyphicons-piano:before {
    content: "\E327"
}

.glyphicons-sampler:before {
    content: "\E328"
}

.glyphicons-podium:before {
    content: "\E329"
}

.glyphicons-soccer-ball:before {
    content: "\E330"
}

.glyphicons-blog:before {
    content: "\E331"
}

.glyphicons-dashboard:before {
    content: "\E332"
}

.glyphicons-certificate:before {
    content: "\E333"
}

.glyphicons-bell:before {
    content: "\E334"
}

.glyphicons-candle:before {
    content: "\E335"
}

.glyphicons-pushpin:before {
    content: "\E336"
}

.glyphicons-iphone-shake:before {
    content: "\E337"
}

.glyphicons-pin-flag:before {
    content: "\E338"
}

.glyphicons-turtle:before {
    content: "\E339"
}

.glyphicons-rabbit:before {
    content: "\E340"
}

.glyphicons-globe:before {
    content: "\E341"
}

.glyphicons-briefcase:before {
    content: "\E342"
}

.glyphicons-hdd:before {
    content: "\E343"
}

.glyphicons-thumbs-up:before {
    content: "\E344"
}

.glyphicons-thumbs-down:before {
    content: "\E345"
}

.glyphicons-hand-right:before {
    content: "\E346"
}

.glyphicons-hand-left:before {
    content: "\E347"
}

.glyphicons-hand-up:before {
    content: "\E348"
}

.glyphicons-hand-down:before {
    content: "\E349"
}

.glyphicons-fullscreen:before {
    content: "\E350"
}

.glyphicons-shopping-bag:before {
    content: "\E351"
}

.glyphicons-book-open:before {
    content: "\E352"
}

.glyphicons-nameplate:before {
    content: "\E353"
}

.glyphicons-nameplate-alt:before {
    content: "\E354"
}

.glyphicons-vases:before {
    content: "\E355"
}

.glyphicons-bullhorn:before {
    content: "\E356"
}

.glyphicons-dumbbell:before {
    content: "\E357"
}

.glyphicons-suitcase:before {
    content: "\E358"
}

.glyphicons-file-import:before {
    content: "\E359"
}

.glyphicons-file-export:before {
    content: "\E360"
}

.glyphicons-bug:before {
    content: "\E361"
}

.glyphicons-crown:before {
    content: "\E362"
}

.glyphicons-smoking:before {
    content: "\E363"
}

.glyphicons-cloud-upload:before {
    content: "\E364"
}

.glyphicons-cloud-download:before {
    content: "\E365"
}

.glyphicons-restart:before {
    content: "\E366"
}

.glyphicons-security-camera:before {
    content: "\E367"
}

.glyphicons-expand:before {
    content: "\E368"
}

.glyphicons-collapse:before {
    content: "\E369"
}

.glyphicons-collapse-top:before {
    content: "\E370"
}

.glyphicons-globe-af:before {
    content: "\E371"
}

.glyphicons-global:before {
    content: "\E372"
}

.glyphicons-spray:before {
    content: "\E373"
}

.glyphicons-nails:before {
    content: "\E374"
}

.glyphicons-claw-hammer:before {
    content: "\E375"
}

.glyphicons-classic-hammer:before {
    content: "\E376"
}

.glyphicons-hand-saw:before {
    content: "\E377"
}

.glyphicons-riflescope:before {
    content: "\E378"
}

.glyphicons-electrical-socket-eu:before {
    content: "\E379"
}

.glyphicons-electrical-socket-us:before {
    content: "\E380"
}

.glyphicons-message-forward:before {
    content: "\E381"
}

.glyphicons-coat-hanger:before {
    content: "\E382"
}

.glyphicons-dress:before {
    content: "\E383"
}

.glyphicons-bathrobe:before {
    content: "\E384"
}

.glyphicons-shirt:before {
    content: "\E385"
}

.glyphicons-underwear:before {
    content: "\E386"
}

.glyphicons-log-in:before {
    content: "\E387"
}

.glyphicons-log-out:before {
    content: "\E388"
}

.glyphicons-exit:before {
    content: "\E389"
}

.glyphicons-new-window-alt:before {
    content: "\E390"
}

.glyphicons-video-sd:before {
    content: "\E391"
}

.glyphicons-video-hd:before {
    content: "\E392"
}

.glyphicons-subtitles:before {
    content: "\E393"
}

.glyphicons-sound-stereo:before {
    content: "\E394"
}

.glyphicons-sound-dolby:before {
    content: "\E395"
}

.glyphicons-sound-5-1:before {
    content: "\E396"
}

.glyphicons-sound-6-1:before {
    content: "\E397"
}

.glyphicons-sound-7-1:before {
    content: "\E398"
}

.glyphicons-copyright-mark:before {
    content: "\E399"
}

.glyphicons-registration-mark:before {
    content: "\E400"
}

.glyphicons-radar:before {
    content: "\E401"
}

.glyphicons-skateboard:before {
    content: "\E402"
}

.glyphicons-golf-course:before {
    content: "\E403"
}

.glyphicons-sorting:before {
    content: "\E404"
}

.glyphicons-sort-by-alphabet:before {
    content: "\E405"
}

.glyphicons-sort-by-alphabet-alt:before {
    content: "\E406"
}

.glyphicons-sort-by-order:before {
    content: "\E407"
}

.glyphicons-sort-by-order-alt:before {
    content: "\E408"
}

.glyphicons-sort-by-attributes:before {
    content: "\E409"
}

.glyphicons-sort-by-attributes-alt:before {
    content: "\E410"
}

.glyphicons-compressed:before {
    content: "\E411"
}

.glyphicons-package:before {
    content: "\E412"
}

.glyphicons-cloud-plus:before {
    content: "\E413"
}

.glyphicons-cloud-minus:before {
    content: "\E414"
}

.glyphicons-disk-save:before {
    content: "\E415"
}

.glyphicons-disk-open:before {
    content: "\E416"
}

.glyphicons-disk-saved:before {
    content: "\E417"
}

.glyphicons-disk-remove:before {
    content: "\E418"
}

.glyphicons-disk-import:before {
    content: "\E419"
}

.glyphicons-disk-export:before {
    content: "\E420"
}

.glyphicons-tower:before {
    content: "\E421"
}

.glyphicons-send:before {
    content: "\E422"
}

.glyphicons-git-branch:before {
    content: "\E423"
}

.glyphicons-git-create:before {
    content: "\E424"
}

.glyphicons-git-private:before {
    content: "\E425"
}

.glyphicons-git-delete:before {
    content: "\E426"
}

.glyphicons-git-merge:before {
    content: "\E427"
}

.glyphicons-git-pull-request:before {
    content: "\E428"
}

.glyphicons-git-compare:before {
    content: "\E429"
}

.glyphicons-git-commit:before {
    content: "\E430"
}

.glyphicons-construction-cone:before {
    content: "\E431"
}

.glyphicons-shoe-steps:before {
    content: "\E432"
}

.glyphicons-plus:before {
    content: "\E433"
}

.glyphicons-minus:before {
    content: "\E434"
}

.glyphicons-redo:before {
    content: "\E435"
}

.glyphicons-undo:before {
    content: "\E436"
}

.glyphicons-golf:before {
    content: "\E437"
}

.glyphicons-hockey:before {
    content: "\E438"
}

.glyphicons-pipe:before {
    content: "\E439"
}

.glyphicons-wrench:before {
    content: "\E440"
}

.glyphicons-folder-closed:before {
    content: "\E441"
}

.glyphicons-phone-alt:before {
    content: "\E442"
}

.glyphicons-earphone:before {
    content: "\E443"
}

.glyphicons-floppy-disk:before {
    content: "\E444"
}

.glyphicons-floppy-saved:before {
    content: "\E445"
}

.glyphicons-floppy-remove:before {
    content: "\E446"
}

.glyphicons-floppy-save:before {
    content: "\E447"
}

.glyphicons-floppy-open:before {
    content: "\E448"
}

.glyphicons-translate:before {
    content: "\E449"
}

.glyphicons-fax:before {
    content: "\E450"
}

.glyphicons-factory:before {
    content: "\E451"
}

.glyphicons-shop-window:before {
    content: "\E452"
}

.glyphicons-shop:before {
    content: "\E453"
}

.glyphicons-kiosk:before {
    content: "\E454"
}

.glyphicons-kiosk-wheels:before {
    content: "\E455"
}

.glyphicons-kiosk-light:before {
    content: "\E456"
}

.glyphicons-kiosk-food:before {
    content: "\E457"
}

.glyphicons-transfer:before {
    content: "\E458"
}

.glyphicons-money:before {
    content: "\E459"
}

.glyphicons-header:before {
    content: "\E460"
}

.glyphicons-blacksmith:before {
    content: "\E461"
}

.glyphicons-saw-blade:before {
    content: "\E462"
}

.glyphicons-basketball:before {
    content: "\E463"
}

.glyphicons-server:before {
    content: "\E464"
}

.glyphicons-server-plus:before {
    content: "\E465"
}

.glyphicons-server-minus:before {
    content: "\E466"
}

.glyphicons-server-ban:before {
    content: "\E467"
}

.glyphicons-server-flag:before {
    content: "\E468"
}

.glyphicons-server-lock:before {
    content: "\E469"
}

.glyphicons-server-new:before {
    content: "\E470"
}

.glyphicons-charging-station:before {
    content: "\E471"
}

.glyphicons-gas-station:before {
    content: "\E472"
}

.glyphicons-target:before {
    content: "\E473"
}

.glyphicons-bed:before {
    content: "\E474"
}

.glyphicons-mosquito:before {
    content: "\E475"
}

.glyphicons-dining-set:before {
    content: "\E476"
}

.glyphicons-plate-of-food:before {
    content: "\E477"
}

.glyphicons-hygiene-kit:before {
    content: "\E478"
}

.glyphicons-blackboard:before {
    content: "\E479"
}

.glyphicons-marriage:before {
    content: "\E480"
}

.glyphicons-bucket:before {
    content: "\E481"
}

.glyphicons-none-color-swatch:before {
    content: "\E482"
}

.glyphicons-bring-forward:before {
    content: "\E483"
}

.glyphicons-bring-to-front:before {
    content: "\E484"
}

.glyphicons-send-backward:before {
    content: "\E485"
}

.glyphicons-send-to-back:before {
    content: "\E486"
}

.glyphicons-fit-frame-to-image:before {
    content: "\E487"
}

.glyphicons-fit-image-to-frame:before {
    content: "\E488"
}

.glyphicons-multiple-displays:before {
    content: "\E489"
}

.glyphicons-handshake:before {
    content: "\E490"
}

.glyphicons-child:before {
    content: "\E491"
}

.glyphicons-baby-formula:before {
    content: "\E492"
}

.glyphicons-medicine:before {
    content: "\E493"
}

.glyphicons-atv-vehicle:before {
    content: "\E494"
}

.glyphicons-motorcycle:before {
    content: "\E495"
}

.glyphicons-bed-alt:before {
    content: "\E496"
}

.glyphicons-tent:before {
    content: "\E497"
}

.glyphicons-glasses:before {
    content: "\E498"
}

.glyphicons-sunglasses:before {
    content: "\E499"
}

.glyphicons-family:before {
    content: "\E500"
}

.glyphicons-education:before {
    content: "\E501"
}

.glyphicons-shoes:before {
    content: "\E502"
}

.glyphicons-map:before {
    content: "\E503"
}

.glyphicons-cd:before {
    content: "\E504"
}

.glyphicons-alert:before {
    content: "\E505"
}

.glyphicons-piggy-bank:before {
    content: "\E506"
}

.glyphicons-star-half:before {
    content: "\E507"
}

.glyphicons-cluster:before {
    content: "\E508"
}

.glyphicons-flowchart:before {
    content: "\E509"
}

.glyphicons-commodities:before {
    content: "\E510"
}

.glyphicons-duplicate:before {
    content: "\E511"
}

.glyphicons-copy:before {
    content: "\E512"
}

.glyphicons-paste:before {
    content: "\E513"
}

.glyphicons-bath-bathtub:before {
    content: "\E514"
}

.glyphicons-bath-shower:before {
    content: "\E515"
}

.glyphicons-shower:before {
    content: "\E516"
}

.glyphicons-menu-hamburger:before {
    content: "\E517"
}

.glyphicons-option-vertical:before {
    content: "\E518"
}

.glyphicons-option-horizontal:before {
    content: "\E519"
}

.glyphicons-currency-conversion:before {
    content: "\E520"
}

.glyphicons-user-ban:before {
    content: "\E521"
}

.glyphicons-user-lock:before {
    content: "\E522"
}

.glyphicons-user-flag:before {
    content: "\E523"
}

.glyphicons-user-asterisk:before {
    content: "\E524"
}

.glyphicons-user-alert:before {
    content: "\E525"
}

.glyphicons-user-key:before {
    content: "\E526"
}

.glyphicons-user-conversation:before {
    content: "\E527"
}

.glyphicons-database:before {
    content: "\E528"
}

.glyphicons-database-search:before {
    content: "\E529"
}

.glyphicons-list-alt:before {
    content: "\E530"
}

.glyphicons-hazard-sign:before {
    content: "\E531"
}

.glyphicons-hazard:before {
    content: "\E532"
}

.glyphicons-stop-sign:before {
    content: "\E533"
}

.glyphicons-lab:before {
    content: "\E534"
}

.glyphicons-lab-alt:before {
    content: "\E535"
}

.glyphicons-ice-cream:before {
    content: "\E536"
}

.glyphicons-ice-lolly:before {
    content: "\E537"
}

.glyphicons-ice-lolly-tasted:before {
    content: "\E538"
}

.glyphicons-invoice:before {
    content: "\E539"
}

.glyphicons-cart-tick:before {
    content: "\E540"
}

.glyphicons-hourglass:before {
    content: "\E541"
}

.glyphicons-cat:before {
    content: "\E542"
}

.glyphicons-lamp:before {
    content: "\E543"
}

.glyphicons-scale-classic:before {
    content: "\E544"
}

.glyphicons-eye-plus:before {
    content: "\E545"
}

.glyphicons-eye-minus:before {
    content: "\E546"
}

.glyphicons-quote:before {
    content: "\E547"
}

.glyphicons-bitcoin:before {
    content: "\E548"
}

.glyphicons-yen:before {
    content: "\E549"
}

.glyphicons-ruble:before {
    content: "\E550"
}

.glyphicons-erase:before {
    content: "\E551"
}

.glyphicons-podcast:before {
    content: "\E552"
}

.glyphicons-firework:before {
    content: "\E553"
}

.glyphicons-scale:before {
    content: "\E554"
}

.glyphicons-king:before {
    content: "\E555"
}

.glyphicons-queen:before {
    content: "\E556"
}

.glyphicons-pawn:before {
    content: "\E557"
}

.glyphicons-bishop:before {
    content: "\E558"
}

.glyphicons-knight:before {
    content: "\E559"
}

.glyphicons-mic-mute:before {
    content: "\E560"
}

.glyphicons-voicemail:before {
    content: "\E561"
}

.glyphicons-paragraph-alt:before {
    content: "\E562"
}

.glyphicons-person-walking:before {
    content: "\E563"
}

.glyphicons-person-wheelchair:before {
    content: "\E564"
}

.glyphicons-underground:before {
    content: "\E565"
}

.glyphicons-car-hov:before {
    content: "\E566"
}

.glyphicons-car-rental:before {
    content: "\E567"
}

.glyphicons-transport:before {
    content: "\E568"
}

.glyphicons-taxi:before {
    content: "\E569"
}

.glyphicons-ice-cream-no:before {
    content: "\E570"
}

.glyphicons-uk-rat-u:before {
    content: "\E571"
}

.glyphicons-uk-rat-pg:before {
    content: "\E572"
}

.glyphicons-uk-rat-12a:before {
    content: "\E573"
}

.glyphicons-uk-rat-12:before {
    content: "\E574"
}

.glyphicons-uk-rat-15:before {
    content: "\E575"
}

.glyphicons-uk-rat-18:before {
    content: "\E576"
}

.glyphicons-uk-rat-r18:before {
    content: "\E577"
}

.glyphicons-tv:before {
    content: "\E578"
}

.glyphicons-sms:before {
    content: "\E579"
}

.glyphicons-mms:before {
    content: "\E580"
}

.glyphicons-us-rat-g:before {
    content: "\E581"
}

.glyphicons-us-rat-pg:before {
    content: "\E582"
}

.glyphicons-us-rat-pg-13:before {
    content: "\E583"
}

.glyphicons-us-rat-restricted:before {
    content: "\E584"
}

.glyphicons-us-rat-no-one-17:before {
    content: "\E585"
}

.glyphicons-equalizer:before {
    content: "\E586"
}

.glyphicons-speakers:before {
    content: "\E587"
}

.glyphicons-remote-control:before {
    content: "\E588"
}

.glyphicons-remote-control-tv:before {
    content: "\E589"
}

.glyphicons-shredder:before {
    content: "\E590"
}

.glyphicons-folder-heart:before {
    content: "\E591"
}

.glyphicons-person-running:before {
    content: "\E592"
}

.glyphicons-person:before {
    content: "\E593"
}

.glyphicons-voice:before {
    content: "\E594"
}

.glyphicons-stethoscope:before {
    content: "\E595"
}

.glyphicons-paired:before {
    content: "\E596"
}

.glyphicons-activity:before {
    content: "\E597"
}

.glyphicons-watch:before {
    content: "\E598"
}

.glyphicons-scissors-alt:before {
    content: "\E599"
}

.glyphicons-car-wheel:before {
    content: "\E600"
}

.glyphicons-chevron-up:before {
    content: "\E601"
}

.glyphicons-chevron-down:before {
    content: "\E602"
}

.glyphicons-superscript:before {
    content: "\E603"
}

.glyphicons-subscript:before {
    content: "\E604"
}

.glyphicons-text-size:before {
    content: "\E605"
}

.glyphicons-text-color:before {
    content: "\E606"
}

.glyphicons-text-background:before {
    content: "\E607"
}

.glyphicons-modal-window:before {
    content: "\E608"
}

.glyphicons-newspaper:before {
    content: "\E609"
}

.glyphicons-tractor:before {
    content: "\E610"
}

.glyphicons-camping:before {
    content: "\E611"
}

.glyphicons-camping-benches:before {
    content: "\E612"
}

.glyphicons-forest:before {
    content: "\E613"
}

.glyphicons-park:before {
    content: "\E614"
}

.glyphicons-field:before {
    content: "\E615"
}

.glyphicons-mountains:before {
    content: "\E616"
}

.glyphicons-fees-payments:before {
    content: "\E617"
}

.glyphicons-small-payments:before {
    content: "\E618"
}

.glyphicons-mixed-buildings:before {
    content: "\E619"
}

.glyphicons-industrial-zone:before {
    content: "\E620"
}

.glyphicons-visitor-tag:before {
    content: "\E621"
}

.glyphicons-businessman:before {
    content: "\E622"
}

.glyphicons-meditation:before {
    content: "\E623"
}

.glyphicons-bath:before {
    content: "\E624"
}

.glyphicons-donate:before {
    content: "\E625"
}

.glyphicons-sauna:before {
    content: "\E626"
}

.glyphicons-bedroom-nightstand:before {
    content: "\E627"
}

.glyphicons-bedroom-lamp:before {
    content: "\E628"
}

.glyphicons-doctor:before {
    content: "\E629"
}

.glyphicons-engineering-networks:before {
    content: "\E630"
}

.glyphicons-washing-machine:before {
    content: "\E631"
}

.glyphicons-dryer:before {
    content: "\E632"
}

.glyphicons-dishwasher:before {
    content: "\E633"
}

.glyphicons-luggage-group:before {
    content: "\E634"
}

.glyphicons-teenager:before {
    content: "\E635"
}

.glyphicons-person-stick:before {
    content: "\E636"
}

.glyphicons-person-stick-old:before {
    content: "\E637"
}

.glyphicons-traveler:before {
    content: "\E638"
}

.glyphicons-veteran:before {
    content: "\E639"
}

.glyphicons-group-chat:before {
    content: "\E640"
}

.glyphicons-elections:before {
    content: "\E641"
}

.glyphicons-law-justice:before {
    content: "\E642"
}

.glyphicons-judiciary:before {
    content: "\E643"
}

.glyphicons-house-fire:before {
    content: "\E644"
}

.glyphicons-firefighters:before {
    content: "\E645"
}

.glyphicons-police:before {
    content: "\E646"
}

.glyphicons-ambulance:before {
    content: "\E647"
}

.glyphicons-light-beacon:before {
    content: "\E648"
}

.glyphicons-important-day:before {
    content: "\E649"
}

.glyphicons-bike-park:before {
    content: "\E650"
}

.glyphicons-object-align-top:before {
    content: "\E651"
}

.glyphicons-object-align-bottom:before {
    content: "\E652"
}

.glyphicons-object-align-horizontal:before {
    content: "\E653"
}

.glyphicons-object-align-left:before {
    content: "\E654"
}

.glyphicons-object-align-vertical:before {
    content: "\E655"
}

.glyphicons-object-align-right:before {
    content: "\E656"
}

.glyphicons-reflect-y:before {
    content: "\E657"
}

.glyphicons-reflect-x:before {
    content: "\E658"
}

.glyphicons-tick:before {
    content: "\E659"
}

.glyphicons-lawnmower:before {
    content: "\E660"
}

.glyphicons-call-redirect:before {
    content: "\E661"
}

.glyphicons-call-ip:before {
    content: "\E662"
}

.glyphicons-call-record:before {
    content: "\E663"
}

.glyphicons-call-ringtone:before {
    content: "\E664"
}

.glyphicons-call-traffic:before {
    content: "\E665"
}

.glyphicons-call-hold:before {
    content: "\E666"
}

.glyphicons-call-incoming:before {
    content: "\E667"
}

.glyphicons-call-outgoing:before {
    content: "\E668"
}

.glyphicons-call-video:before {
    content: "\E669"
}

.glyphicons-call-missed:before {
    content: "\E670"
}

.glyphicons-theater:before {
    content: "\E671"
}

.glyphicons-heartbeat:before {
    content: "\E672"
}

.glyphicons-kettlebell:before {
    content: "\E673"
}

.glyphicons-fireplace:before {
    content: "\E674"
}

.glyphicons-street-lights:before {
    content: "\E675"
}

.glyphicons-pedestrian:before {
    content: "\E676"
}

.glyphicons-flood:before {
    content: "\E677"
}

.glyphicons-open-water:before {
    content: "\E678"
}

.glyphicons-for-sale:before {
    content: "\E679"
}

.glyphicons-dustbin:before {
    content: "\E680"
}

.glyphicons-door:before {
    content: "\E681"
}

.glyphicons-camp-fire:before {
    content: "\E682"
}

.glyphicons-fleur-de-lis:before {
    content: "\E683"
}

.glyphicons-temperature-settings:before {
    content: "\E684"
}

.glyphicons-article:before {
    content: "\E685"
}

.glyphicons-sunbath:before {
    content: "\E686"
}

.glyphicons-balanced-diet:before {
    content: "\E687"
}

.glyphicons-ticket:before {
    content: "\E688"
}

.glyphicons-parking-ticket:before {
    content: "\E689"
}

.glyphicons-parking-meter:before {
    content: "\E690"
}

.glyphicons-laptop:before {
    content: "\E691"
}

.glyphicons-tree-structure:before {
    content: "\E692"
}

.glyphicons-weather-warning:before {
    content: "\E693"
}

.glyphicons-temperature-low:before {
    content: "\E694"
}

.glyphicons-temperature-high:before {
    content: "\E695"
}

.glyphicons-temperature-low-warning:before {
    content: "\E696"
}

.glyphicons-temperature-high-warning:before {
    content: "\E697"
}

.glyphicons-hurricane:before {
    content: "\E698"
}

.glyphicons-storm:before {
    content: "\E699"
}

.glyphicons-sorted-waste:before {
    content: "\E700"
}

.glyphicons-ear:before {
    content: "\E701"
}

.glyphicons-ear-deaf:before {
    content: "\E702"
}

.glyphicons-file-plus:before {
    content: "\E703"
}

.glyphicons-file-minus:before {
    content: "\E704"
}

.glyphicons-file-lock:before {
    content: "\E705"
}

.glyphicons-file-cloud:before {
    content: "\E706"
}

.glyphicons-file-cloud-download:before {
    content: "\E707"
}

.glyphicons-file-cloud-upload:before {
    content: "\E708"
}

.glyphicons-paragraph:before {
    content: "\E709"
}

.glyphicons-list-numbered:before {
    content: "\E710"
}

.glyphicons-donate-heart:before {
    content: "\E711"
}

.glyphicons-government:before {
    content: "\E712"
}

.glyphicons-maze:before {
    content: "\E713"
}

.glyphicons-chronicle:before {
    content: "\E714"
}

.glyphicons-user-structure:before {
    content: "\E715"
}

.glyphicons-recycle:before {
    content: "\E716"
}

.glyphicons-gas:before {
    content: "\E717"
}

.glyphicons-waste-pipe:before {
    content: "\E718"
}

.glyphicons-water-pipe:before {
    content: "\E719"
}

.glyphicons-parking:before {
    content: "\E720"
}

.glyphicons-closed:before {
    content: "\E721"
}

.glyphicons-mouse:before {
    content: "\E722"
}

.glyphicons-mouse-double-click:before {
    content: "\E723"
}

.glyphicons-mouse-left-click:before {
    content: "\E724"
}

.glyphicons-mouse-right-click:before {
    content: "\E725"
}

.glyphicons-mouse-middle-click:before {
    content: "\E726"
}

.glyphicons-mouse-scroll:before {
    content: "\E727"
}

.glyphicons-resize-vertical:before {
    content: "\E728"
}

.glyphicons-resize-horizontal:before {
    content: "\E729"
}

.glyphicons-temperature:before {
    content: "\E730"
}

.glyphicons-puzzle:before {
    content: "\E731"
}

.glyphicons-puzzle-2:before {
    content: "\E732"
}

.glyphicons-puzzle-3:before {
    content: "\E733"
}

.glyphicons-nearby-square:before {
    content: "\E734"
}

.glyphicons-nearby-circle:before {
    content: "\E735"
}

.glyphicons-rotate-right:before {
    content: "\E736"
}

.glyphicons-rotate-left:before {
    content: "\E737"
}

.glyphicons-pictures:before {
    content: "\E738"
}

.glyphicons-photo-album:before {
    content: "\E739"
}

.glyphicons-cadastral-map:before {
    content: "\E740"
}

.glyphicons-fingerprint-scan:before {
    content: "\E741"
}

.glyphicons-fingerprint:before {
    content: "\E742"
}

.glyphicons-fingerprint-lock:before {
    content: "\E743"
}

.glyphicons-fingerprint-ok:before {
    content: "\E744"
}

.glyphicons-fingerprint-remove:before {
    content: "\E745"
}

.glyphicons-fingerprint-reload:before {
    content: "\E746"
}

.glyphicons-pending-notifications:before {
    content: "\E747"
}

.glyphicons-synchronization:before {
    content: "\E748"
}

.glyphicons-synchronization-ban:before {
    content: "\E749"
}

.glyphicons-hash:before {
    content: "\E750"
}

.glyphicons-gender-male:before {
    content: "\E751"
}

.glyphicons-gender-female:before {
    content: "\E752"
}

.glyphicons-gender-virgin-female:before {
    content: "\E753"
}

.glyphicons-gender-intersex:before {
    content: "\E754"
}

.glyphicons-gender-transgender:before {
    content: "\E755"
}

.glyphicons-gender-ori-lesbian:before {
    content: "\E756"
}

.glyphicons-gender-ori-gay:before {
    content: "\E757"
}

.glyphicons-gender-ori-hetero:before {
    content: "\E758"
}

.glyphicons-gender-other:before {
    content: "\E759"
}

.glyphicons-gender-unknown:before {
    content: "\E760"
}

.glyphicons-scanner:before {
    content: "\E761"
}

.glyphicons-multifunction-printer:before {
    content: "\E762"
}

.glyphicons-lasso:before {
    content: "\E763"
}

.glyphicons-view-360:before {
    content: "\E764"
}

.glyphicons-battery-charging:before {
    content: "\E765"
}

.glyphicons-battery-full:before {
    content: "\E766"
}

.glyphicons-battery-75:before {
    content: "\E767"
}

.glyphicons-battery-50:before {
    content: "\E768"
}

.glyphicons-battery-25:before {
    content: "\E769"
}

.glyphicons-battery-10:before {
    content: "\E770"
}

.glyphicons-satellite:before {
    content: "\E771"
}

.glyphicons-satellite-dish:before {
    content: "\E772"
}

.glyphicons-satellite-dish-alt:before {
    content: "\E773"
}

.glyphicons-auction:before {
    content: "\E774"
}

.glyphicons-directions:before {
    content: "\E775"
}

.glyphicons-race:before {
    content: "\E776"
}

.glyphicons-robot:before {
    content: "\E777"
}

.glyphicons-ruler-alt:before {
    content: "\E778"
}

.glyphicons-cube-empty:before {
    content: "\E779"
}

.glyphicons-cube-black:before {
    content: "\E780"
}

.glyphicons-move-square:before {
    content: "\E781"
}

.glyphicons-drop:before {
    content: "\E782"
}

.glyphicons-vr-headset:before {
    content: "\E783"
}

.glyphicons-vr-charging:before {
    content: "\E784"
}

.glyphicons-vr-low-battery:before {
    content: "\E785"
}

.glyphicons-vr-paired:before {
    content: "\E786"
}

.glyphicons-vr-settings:before {
    content: "\E787"
}

.glyphicons-vr-maintenance:before {
    content: "\E788"
}

.glyphicons-filter-remove:before {
    content: "\E789"
}

.glyphicons-filter-applied:before {
    content: "\E790"
}

.glyphicons-one-day:before {
    content: "\E791"
}

.glyphicons-user-vr:before {
    content: "\E792"
}

.glyphicons-user-vr-add:before {
    content: "\E793"
}

.glyphicons-user-vr-remove:before {
    content: "\E794"
}

.glyphicons-dice-1:before {
    content: "\E795"
}

.glyphicons-dice-2:before {
    content: "\E796"
}

.glyphicons-dice-3:before {
    content: "\E797"
}

.glyphicons-dice-4:before {
    content: "\E798"
}

.glyphicons-dice-5:before {
    content: "\E799"
}

.glyphicons-dice-6:before {
    content: "\E800"
}

.glyphicons-horse:before {
    content: "\E900"
}

.glyphicons-toilets:before {
    content: "\E901"
}

.glyphicons-wildlfe:before {
    content: "\E902"
}

header {
    background-color: #8D2F88
}

@media only screen and (max-width: 706px) {
    header .small-right {
        text-align: right;
        padding: 0
    }
}

.header__logo-bg {
    height: 8.625rem;
    background-image: url("../images/curve.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    width: 100%;
    max-width: 65.625rem;
    left: -39.625rem;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width: 63.99em) {
    .header__logo-bg {
        height: 7.5rem;
        background-position: left;
        left: -7.25rem
    }
}

@media only screen and (max-width: 706px) {
    .header__logo-bg {
        height: 4.375rem;
        left: -2.375rem;
        margin-top: -.0625rem;
        background-position: left;
        transition: all 0.3s ease-out
    }
}

.icon-header-logo {
    width: 12rem;
    height: 5rem;
    position: relative;
    margin-top: 1.25rem
}

@media only screen and (max-width: 63.99em) {
    .icon-header-logo {
        margin-top: .3125rem
    }
}

@media only screen and (max-width: 706px) {
    .icon-header-logo {
        width: 7.6875rem;
        height: 3rem;
        padding: .3125rem 0 0;
        margin-top: 0
    }
}

.header__subscribe {
    display: block;
    text-align: right;
    margin: 1.375rem 0 .625rem 0
}

@media only screen and (max-width: 706px) {
    .header__subscribe {
        margin: 1.6875rem .625rem;
        display: inline-block
    }
}

.header__subscribe .header__subscribe-link {
    color: #fff;
    font-size: .875rem;
    text-decoration: none;
    padding: .3125rem 0
}

.header__subscribe .header__subscribe-link svg,
{
    margin-bottom: .25rem;
    width: 1.125rem;
    height: .75rem
}

@media only screen and (max-width: 706px) {
    .header__subscribe .header__subscribe-link svg {
        width: 1.5rem;
        height: 1rem
    }
}

.header__subscribe .header__subscribe-link span {
    margin-left: .4375rem
}

@media only screen and (max-width: 706px) {
    .header__subscribe .header__subscribe-link span {
        display: none
    }
}

.header__subscribe .header__subscribe-link:focus span,
.header__subscribe .header__subscribe-link:hover span {
    text-decoration: underline
}

.header__subscribe .header__staff-link {
    color: #fff;
    font-size: .875rem;
    text-decoration: none;
    padding: .3125rem 10px 0 0
}

.header__subscribe .header__staff-link svg {
    margin-bottom: .25rem;
    width: 1.125rem;
    height: .75rem
}

@media only screen and (max-width: 706px) {
    .header__subscribe .header__staff-link svg {
        width: 1.5rem;
        height: 1rem
    }
}

.header__subscribe .header__staff-link span {
    margin-left: .4375rem
}

@media only screen and (max-width: 706px) {
    .header__subscribe .header__staff-link span {
        display: none
    }
}

.header__subscribe .header__staff-link:focus span,
.header__subscribe .header__staff-link:hover span {
    text-decoration: underline
}

.header__search-toggle {
    display: none
}

.header__search-toggle svg {
    margin-bottom: .1875rem
}

@media only screen and (max-width: 706px) {
    .header__search-toggle svg {
        width: 1.25rem;
        height: 1.25rem
    }
}

@media only screen and (max-width: 706px) {
    .header__search-toggle {
        display: inline-block
    }
}

.header__menu {
    display: inline-block;
    float: right;
    margin: 1rem 0 3.125rem;
    padding: .3125rem 0;
    transition: ease all 300ms
}

.header__menu:hover .header__menu-desc {
    text-decoration: underline
}

@media only screen and (max-width: 706px) {
    .header__menu {
        margin: 1.6875rem .625rem;
        padding: 0;
        float: none
    }
}

.header__menu a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal
}

.header__menu .header__menu-desc {
    margin-right: .4375rem
}

@media only screen and (max-width: 706px) {
    .header__menu .header__menu-desc {
        display: none
    }
}

.header__menu .header__menu-toggle {
    width: 1.5625rem;
    height: 1.5625rem;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    cursor: pointer;
    border-radius: .3125rem
}

.header__menu .header__menu-toggle * {
    transition: 300ms ease-in-out
}

.header__menu .header__menu-toggle span {
    display: block;
    background: #fff;
    border-radius: 2px
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .header__menu .header__menu-toggle {
        margin-top: -1px
    }
}

.header__menu .header__menu-toggle .header__menu--hamburger {
    position: absolute;
    height: 100%;
    width: 100%
}

.header__menu .header__menu-toggle .header__menu--hamburger span {
    width: 1.4375rem;
    height: .125rem;
    position: relative;
    top: 0;
    left: 0;
    margin: .3125rem 0
}

.header__menu .header__menu-toggle .header__menu--hamburger span:nth-child(1) {
    transition-delay: 0.5s
}

.header__menu .header__menu-toggle .header__menu--hamburger span:nth-child(2) {
    transition-delay: 0.625s
}

.header__menu .header__menu-toggle .header__menu--hamburger span:nth-child(3) {
    transition-delay: 0.75s
}

.header__menu .header__menu-toggle .header__menu--cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg)
}

.header__menu .header__menu-toggle .header__menu--cross span:nth-child(1) {
    height: 0;
    width: .125rem;
    position: absolute;
    top: 15%;
    left: .625rem;
    transition-delay: 0s
}

.header__menu .header__menu-toggle .header__menu--cross span:nth-child(2) {
    width: 0;
    height: .125rem;
    position: absolute;
    left: 0;
    top: .9375rem;
    transition-delay: 0.25s
}

.header__menu .header__menu-toggle.open .header__menu--hamburger span {
    width: 0
}

.header__menu .header__menu-toggle.open .header__menu--hamburger span:nth-child(1) {
    transition-delay: 0s
}

.header__menu .header__menu-toggle.open .header__menu--hamburger span:nth-child(2) {
    transition-delay: 0.125s
}

.header__menu .header__menu-toggle.open .header__menu--hamburger span:nth-child(3) {
    transition-delay: 0.25s
}

.header__menu .header__menu-toggle.open .header__menu--cross span:nth-child(1) {
    height: 95%;
    transition-delay: 0.625s
}

.header__menu .header__menu-toggle.open .header__menu--cross span:nth-child(2) {
    width: 95%;
    transition-delay: 0.375s
}

@media only screen and (max-width: 63.99em) {
    .nav__item {
        position: relative;
        left: -100%
    }
    .nav ul,
    .nav ul ul {
        position: relative;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        z-index: 1;
        transform: translateZ(0);
        transform: translateX(0);
        transition: transform 0.3s;
        line-height: 0
    }
    .nav ul li,
    .nav ul ul li {
        transform: translateZ(0);
        will-change: transform, opacity, text-shadow, opacity;
        transition: transform 0.3s, opacity 0.3s, text-shadow 0.3s, opacity 1.3s
    }
    .nav ul a,
    .nav ul ul a {
        display: block;
        height: 3.125rem;
        line-height: 3.125rem;
        text-decoration: none;
        padding: 0 0 0 .625rem;
        color: #fff;
        border-bottom: 1px #8D2F88 solid;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow: hidden;
        font-weight: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
        transform: translateZ(0);
        will-change: transform, opacity, text-shadow, opacity;
        transition: transform 0.3s, opacity 0.3s, text-shadow 0.3s, opacity 1.3s;
        width: calc(100% - 56px);
        float: left
    }
    .nav ul a.mobile-submenu-chevron,
    .nav ul ul a.mobile-submenu-chevron {
        display: none;
        width: 3.5rem;
        padding-left: 0;
        border-left: 1px #8D2F88 solid
    }
}

@media only screen and (max-width: 63.99em) and (max-width: 63.99em) {
    .nav ul a.mobile-submenu-chevron,
    .nav ul ul a.mobile-submenu-chevron {
        display: block
    }
}

@media only screen and (max-width: 63.99em) {
    .nav ul a.mobile-submenu-chevron span,
    .nav ul ul a.mobile-submenu-chevron span {
        border-left: none
    }
    .nav ul a span,
    .nav ul ul a span {
        float: right;
        border-left: 1px #8D2F88 solid;
        width: 3.5rem;
        text-align: center;
        margin-right: 0
    }
    .nav ul a span .icon-chevron-left-white,
    .nav ul a span .icon-chevron-right-white,
    .nav ul ul a span .icon-chevron-left-white,
    .nav ul ul a span .icon-chevron-right-white {
        font-size: .75rem
    }
    .nav ul {
        background-color: #771F72
    }
    .nav ul .see-all a {
        font-weight: 600
    }
}

@media only screen and (max-width: 63.99em) and (min-width: 64em) {
    .nav ul {
        visibility: hidden;
        transition: visibility 0s 0.3s
    }
    .nav ul.nav-is-visible {
        visibility: visible;
        transition: visibility 0s 0s
    }
}

@media only screen and (max-width: 63.99em) {
    .nav ul ul {
        height: 100%;
        background-color: #771F72;
        overflow-y: hidden
    }
    .nav ul li.go-back a,
    .nav ul li.see-all a {
        background-image: none;
        width: 100%
    }
    .nav ul li.go-back a {
        background-color: #62175E
    }
    .nav ul .go-back a {
        padding-left: 0
    }
    .nav ul .go-back a span {
        float: left;
        border: none;
        width: 1.875rem;
        text-align: center
    }
}

@media only screen and (min-width: 64em) {
    .nav__secondary {
        display: none
    }
}

@media only screen and (max-width: 63.99em) {
    .desktop-menu-chevron {
        display: none
    }
}

.nav-container {
    background-color: #771F72
}

.nav {
    position: relative;
    z-index: 9999;
    overflow: hidden;
    display: none;
    padding: 3.125rem 0
}

.nav.column {
    padding-right: 0
}

@media only screen and (max-width: 63.99em) {
    .nav.column {
        padding: 0
    }
}

@media only screen and (max-width: 63.99em) {
    .nav.column {
        height: 100%
    }
}

.nav ul {
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

@media only screen and (min-width: 64em) {
    .nav ul .see-all,
    .nav ul .go-back {
        display: none
    }
}

.nav__item {
    width: 33%;
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    transition: all 200ms ease-in-out
}

@media only screen and (max-width: 63.99em) {
    .nav__item {
        width: 49%
    }
}

@media only screen and (max-width: 63.99em) {
    .nav__item {
        width: 100%;
        background-position: center right 5%;
        background-size: 10px
    }
}

.nav__item>a {
    display: inline-block;
    width: 85%;
    padding: .9375rem 1.25rem;
    color: #fff;
    font-size: 1.25rem;
    font-weight: normal;
    border-bottom: #8D2F88 1px solid;
    text-decoration: none
}

.nav__item>a.mobile-submenu-chevron {
    display: none
}

.nav__item>a span {
    text-align: center;
    float: left;
    width: .625rem;
    margin-right: 1.25rem
}

@media only screen and (max-width: 706px) {
    .nav__item>a span {
        border-left: 1px #8D2F88 solid;
        float: right;
        width: 3.75rem;
        margin-right: 0
    }
}

.nav__item>a span .icon-chevron-right-white {
    font-size: .875rem
}

@media only screen and (max-width: 63.99em) {
    .nav__item>a {
        width: 100%;
        border-bottom: 0;
        font-size: 1rem
    }
}

.nav__item>a.open,
.nav__item>a:focus,
.nav__item>a:hover {
    background-color: #8D2F88
}

.sys_search-query-control {
    display: inline-block;
    position: relative;
    top: 0;
    right: 1.25rem;
    width: 66%;
    float: right;
    background: #fff;
    border-bottom: 1px solid #EDECEC;
    height: 2.3125rem;
    padding: 0 2.1875rem 0 0;
    border-radius: .125rem;
    margin: 1rem 0 3.0625rem;
    z-index: 9999999
}

@media only screen and (max-width: 706px) {
    .sys_search-query-control {
        display: none;
        left: 0;
        float: right;
        margin: 0;
        width: 200%;
        height: 3.4375rem;
        padding: 0 3.4375rem 0 0;
        border-radius: 0
    }
}

.sys_search-query-control label {
    position: absolute;
    left: -625rem;
    top: auto;
    width: .0625rem;
    height: .0625rem;
    overflow: hidden
}

.sys_search-query-control .sys_searchbox {
    width: 100%;
    height: 2.3125rem;
    padding-left: .75rem
}

@media only screen and (max-width: 706px) {
    .sys_search-query-control .sys_searchbox {
        height: 3.4375rem
    }
}

.sys_search-query-control .sys_searchbox::-ms-clear {
    display: none
}

.sys_search-query-control input {
    background: none;
    border: 0;
    font-size: .875rem;
    display: inline-block
}

@media only screen and (max-width: 706px) {
    .sys_search-query-control input {
        font-size: 1rem
    }
}

.sys_search-query-control .sys_search-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 2.1875rem;
    height: 2.3125rem;
    background-image: url("../images/icons/search-purple.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px 17px;
    text-indent: -9999px;
    cursor: pointer;
    transition: opacity 0.2s
}

@media only screen and (max-width: 706px) {
    .sys_search-query-control .sys_search-button {
        height: 3.4375rem;
        width: 3.4375rem
    }
}

.sys_search-query-control .sys_search-button:hover {
    opacity: 0.6
}

ul.searchResults {
    background-color: white;
    list-style: none;
    text-align: left;
    padding: 15px;
    margin-top: -1px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16), 0 10px 6px rgba(0, 0, 0, 0.23)
}

@media only screen and (max-width: 706px) {
    ul.searchResults {
        margin-top: 0
    }
}

ul.searchResults li {
    padding: 6px 0;
    margin-bottom: 5px
}

.hero-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 15rem
}

@media only screen and (max-width: 706px) {
    .hero-banner {
        height: 8rem
    }
}

.breadcrumb {
    padding: 1rem 0
}

@media only screen and (max-width: 706px) {
    .breadcrumb {
        display: none
    }
}

.breadcrumb * {
    font-size: .9375rem;
    color: #333;
    font-weight: normal
}

.breadcrumb .icon {
    font-size: .625rem
}

.top-tasks-wrapper.row {
    max-width: 65.3125rem
}

.top-tasks-wrapper .column {
    padding-left: .625rem;
    padding-right: .625rem
}

.top-task__wrapper--more {
    display: none
}

.top-task__wrapper--more .column {
    opacity: 0
}

.js-toptasks-toggle--less {
    display: none
}

.js-toptasks-toggle--less.inline-block {
    display: inline-block
}

.top-task__item {
    background-color: #EDECEC;
    border: 1px solid #EDECEC;
    width: 100%;
    height: 4.375rem;
    margin: .625rem 0;
    transition: ease all 300ms
}

.top-task__item:focus,
.top-task__item:hover {
    background-color: #F4F4F4
}

.top-task__item a {
    text-decoration: none;
    display: table;
    width: 100%;
    height: 4.375rem;
    padding: .75rem 4.25rem .75rem 4.375rem
}

.btn.js-toptasks-toggle,
.js-toptasks-toggle.user-primary-button,
.js-toptasks-toggle.user-secondary-button {
    width: 16rem;
    border: 1px solid #666;
    margin: 1.875rem 0 0;
    color: #666
}

@media only screen and (max-width: 706px) {
    .btn.js-toptasks-toggle,
    .js-toptasks-toggle.user-primary-button,
    .js-toptasks-toggle.user-secondary-button {
        width: 100%;
        margin: 1.25rem 0 0
    }
}

.btn.js-toptasks-toggle .icon-chevron-down-grey,
.js-toptasks-toggle.user-primary-button .icon-chevron-down-grey,
.js-toptasks-toggle.user-secondary-button .icon-chevron-down-grey,
.btn.js-toptasks-toggle .icon-chevron-up-grey,
.js-toptasks-toggle.user-primary-button .icon-chevron-up-grey,
.js-toptasks-toggle.user-secondary-button .icon-chevron-up-grey {
    width: .875rem
}

.top-task__item__icon {
    font-size: 2.125rem;
    position: absolute;
    left: .9375rem
}

.top-task__item__text {
    display: table-cell;
    color: #333;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: normal;
    vertical-align: middle;
    line-height: 1.375rem
}

.top-task__item__chevron {
    height: 4.375rem;
    width: 4rem;
    display: block;
    position: absolute;
    top: .625rem;
    border-left: 2px solid #fff;
    margin-left: .3125rem;
    transition: ease all 300ms
}

.top-task__item__chevron .icon-chevron-right-purple {
    font-size: .875rem;
    margin: 1.75rem 1.5rem
}

@media only screen and (min-width: 64em) {
    .top-tasks-wrapper:first-child .top-tasks__widow {
        display: none
    }
}

@media only screen and (max-width: 63.99em) {
    .top-task__wrapper--more .medium-6:first-child {
        display: none
    }
}

.FeatureStories {
    background-color: #F4F4F4
}

.card-wrapper.row {
    max-width: 65.3125rem
}

.card-wrapper .column {
    padding-left: .625rem;
    padding-right: .61rem
}

.card {
    transition: all ease 300ms;
    overflow: hidden;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
    z-index: 999;
    height: 30rem
}

@media only screen and (min-width: 64em) {
    .card:focus,
    .card:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)
    }
    .card:focus .card__img,
    .card:hover .card__img {
        transform: scale(1.05)
    }
}

.card:focus .card__link,
.card:hover .card__link {
    color: #A648A1
}

@media only screen and (max-width: 63.99em) {
    .card {
        margin-bottom: 1.25rem
    }
}

@media only screen and (max-width: 706px) {
    .card {
        height: 380px
    }
}

.card .card__text {
    position: relative;
    height: 51%;
    background-color: #fff;
    z-index: 9999;
    padding: 1.25rem
}

.card .card__text.buttercup {
    border-top: #F5A81C solid 5px
}

.card .card__text.blue {
    border-top: #00B6D5 solid 5px
}

.card .card__text.pink {
    border-top: #EE2A7B solid 5px
}

.card .card__text.ocean {
    border-top: #41BEB1 solid 5px
}

@media only screen and (max-width: 706px) {
    .card .card__text {
        height: auto
    }
}

.card .card__title {
    color: #333;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5625rem;
    margin-top: 0
}

@media only screen and (max-width: 706px) {
    .card .card__title {
        margin-bottom: 0
    }
}

.card .card__desc {
    color: #333;
    line-height: 1.25rem;
    font-weight: normal;
    overflow: hidden;
    height: 6.25rem
}

@media only screen and (max-width: 706px) {
    .card .card__desc {
        height: auto
    }
}

.card .card__link {
    position: absolute;
    bottom: 0;
    width: 80%;
    border-top: 1px solid #ccc;
    padding: .9375rem;
    margin-bottom: 0;
    font-size: .875rem;
    text-align: right;
    background-image: url("../images/icons/chevron-right-purple.svg");
    background-repeat: no-repeat;
    background-position: right 20px;
    background-size: 7px;
    left: 1.25rem
}

@media only screen and (max-width: 706px) {
    .card .card__link {
        display: none
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 63.99em) {
    .card .card__link {
        position: relative;
        width: 100%;
        left: 0
    }
}

.card .card__img {
    width: 100%;
    max-width: 100%;
    transition: ease all 300ms
}

@media only screen and (min-width: 64em) {
    .card .card__img {
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1, 1)
    }
}

@media only screen and (max-width: 706px) {
    .card .card__img {
        position: relative
    }
}

.btn,
.user-primary-button,
.user-secondary-button {
    display: inline-block;
    min-width: 15.625rem;
    padding: .625rem 3.125rem;
    margin: .625rem 0;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: 0;
    border-radius: .125rem;
    transition: all 300ms ease;
    cursor: pointer
}

@media only screen and (max-width: 706px) {
    .btn,
    .user-primary-button,
    .user-secondary-button {
        padding: .625rem 1.25rem
    }
}

.btn+.btn,
.user-primary-button+.btn,
.user-secondary-button+.btn,
.btn+.user-primary-button,
.user-primary-button+.user-primary-button,
.user-secondary-button+.user-primary-button,
.btn+.user-secondary-button,
.user-primary-button+.user-secondary-button,
.user-secondary-button+.user-secondary-button {
    margin-left: 1.25rem
}

.btn .icon,
.user-primary-button .icon,
.user-secondary-button .icon {
    position: relative;
    left: .5rem;
    display: inline-block;
    width: .5rem;
    height: .8125rem;
    vertical-align: middle;
    transition: all 300ms ease
}

.btn.btn--primary,
.user-primary-button,
.btn--primary.user-secondary-button {
    color: #fff;
    background-color: #8D2F88
}

.btn.btn--primary:focus,
.user-primary-button:focus,
.btn--primary.user-secondary-button:focus,
.btn.btn--primary:hover,
.user-primary-button:hover,
.btn--primary.user-secondary-button:hover {
    color: #fff;
    background-color: #A648A1
}

.btn.btn--primary:focus .icon,
.user-primary-button:focus .icon,
.btn--primary.user-secondary-button:focus .icon,
.user-secondary-button.user-primary-button:focus .icon,
.btn.btn--primary:hover .icon,
.user-primary-button:hover .icon,
.btn--primary.user-secondary-button:hover .icon,
.user-secondary-button.user-primary-button:hover .icon {
    left: .75rem
}

.btn.btn--primary:active,
.user-primary-button:active,
.btn--primary.user-secondary-button:active {
    background-color: #771F72
}

.btn.btn--secondary,
.btn--secondary.user-primary-button,
.user-secondary-button {
    color: #333;
    background-color: #ccc
}

.btn.btn--secondary:hover,
.btn--secondary.user-primary-button:hover,
.user-secondary-button:hover {
    color: #333;
    background-color: #EDECEC
}

.btn.btn--secondary:hover .icon,
.btn--secondary.user-primary-button:hover .icon,
.user-primary-button.user-secondary-button:hover .icon,
.user-secondary-button:hover .icon {
    left: .75rem
}

.btn.btn--secondary:active,
.btn--secondary.user-primary-button:active,
.user-secondary-button:active {
    background-color: #999
}

.text-cta {
    text-decoration: none;
    transition: all 300ms ease
}

.text-cta span {
    text-decoration: underline
}

.text-cta .icon {
    width: .5rem;
    height: .8125rem;
    position: relative;
    left: .0625rem;
    transition: all 300ms ease
}

.text-cta:focus .icon,
.text-cta:hover .icon {
    left: .3125rem
}

aside .btn,
aside .user-primary-button,
aside .user-secondary-button {
    min-width: 100%
}

.btn.js-feedback-toggle,
.js-feedback-toggle.user-primary-button,
.js-feedback-toggle.user-secondary-button {
    width: 100%;
    border: 1px solid #999;
    margin: 30px 0 0;
    color: #333;
    font-weight: normal;
    border-radius: 2px 2px 0 0
}

@media only screen and (max-width: 706px) {
    .btn.js-feedback-toggle,
    .js-feedback-toggle.user-primary-button,
    .js-feedback-toggle.user-secondary-button {
        width: 100%;
        margin: 1.25rem 0 0
    }
}

.btn.js-feedback-toggle .icon-chevron-down-grey,
.js-feedback-toggle.user-primary-button .icon-chevron-down-grey,
.js-feedback-toggle.user-secondary-button .icon-chevron-down-grey,
.btn.js-feedback-toggle .icon-chevron-up-grey,
.js-feedback-toggle.user-primary-button .icon-chevron-up-grey,
.js-feedback-toggle.user-secondary-button .icon-chevron-up-grey {
    width: .875rem
}

.social__share {
    text-align: right
}

@media only screen and (max-width: 706px) {
    .social__share-nav {
        text-align: center;
        padding-left: 0
    }
}

.social__share-nav li {
    display: inline-block;
    font-size: .8125rem;
    line-height: 1.75rem;
    vertical-align: middle;
    color: #4A4A4A;
    height: 1.6875rem;
    overflow: hidden
}

.social__share-nav li a.social__share-icon {
    transition: none
}

.social__share-nav li:first-child {
    margin-right: .3125rem
}

.social__share-icon {
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    color: #fff
}

.social__share-icon.facebook {
    background-image: url("../images/icons/widget-facebook.svg");
    height: 3.375rem;
    width: 1.6875rem;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat
}

.social__share-icon.facebook:focus,
.social__share-icon.facebook:hover {
    background-position: 0 -27px
}

.social__share-icon.twitter {
    background-image: url("../images/icons/widget-twitter.svg");
    height: 3.375rem;
    width: 1.6875rem;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat
}

.social__share-icon.twitter:focus,
.social__share-icon.twitter:hover {
    background-position: 0 -27px
}

.social__share-icon.linkedin {
    background-image: url("../images/icons/widget-linkedin.svg");
    height: 3.375rem;
    width: 1.6875rem;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat
}

.social__share-icon.linkedin:focus,
.social__share-icon.linkedin:hover {
    background-position: 0 -27px
}

.social__share-icon.email {
    background-image: url("../images/icons/widget-email.svg");
    height: 3.375rem;
    width: 1.6875rem;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat
}

.social__share-icon.email:focus,
.social__share-icon.email:hover {
    background-position: 0 -27px
}

.no-svg .social__share-icon.facebook {
    background-image: url("../images/icons/widget-facebook.png")
}

.no-svg .social__share-icon.twitter {
    background-image: url("../images/icons/widget-twitter.png")
}

.no-svg .social__share-icon.linkedin {
    background-image: url("../images/icons/widget-linkedin.png")
}

.no-svg .social__share-icon.email {
    background-image: url("../images/icons/widget-email.png")
}

.content .related-docs {
    margin-top: 1.875rem;
    border-bottom: 1px solid #ccc
}

.content .related-docs h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: .3125rem;
    margin-top: 1.375rem
}

.content .related-docs ul {
    margin: 0 0 1.5625rem 0;
    padding-left: 0;
    list-style: none
}

.content .related-docs ul li {
    padding: .9375rem 0;
    border-bottom: 1px solid #ccc
}

.content .related-docs ul li:last-child {
    border-bottom: none
}

.content .related-docs ul li a {
    color: #333;
    text-decoration: none;
    font-weight: normal;
    line-height: 1em;
    width: 100%;
    display: table
}

.content .related-docs ul li a span {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.content .related-docs ul li a:focus,
.content .related-docs ul li a:hover {
    color: #A648A1
}

@media only screen and (max-width: 706px) {
    .content .related-docs ul li a {
        padding: 0 1.875rem
    }
}

.content .related-docs ul li a.pdf::before {
    content: url("../images/icons/pdf-icon.svg")
}

.content .related-docs ul li a.doc::before {
    content: url("../images/icons/doc-icon.svg")
}

.content .related-docs ul li a.csv::before {
    content: url("../images/icons/csv-icon.svg")
}

.content .related-docs ul li a.mp3::before {
    content: url("../images/icons/mp3-icon.svg")
}

.content .related-docs ul li a.xls::before {
    content: url("../images/icons/xls-icon.svg")
}

.content .related-docs ul li a.ppt::before {
    content: url("../images/icons/ppt-icon.svg")
}

.content .related-docs ul li a::before {
    margin-right: 1.25rem;
    display: inline-block;
    width: 1.5rem
}

@media only screen and (max-width: 706px) {
    .content .related-docs ul li a::before {
        margin-right: .625rem;
        margin-left: -1.875rem;
        float: left
    }
}

.content .related-docs ul li a::after {
    content: url("../images/icons/download-icon.png");
    margin-left: 1.25rem;
    float: right
}

@media only screen and (max-width: 706px) {
    .content .related-docs ul li a::after {
        margin-right: -1.875rem;
        line-height: 0;
        margin-left: 0;
        margin-top: -.9375rem
    }
}

.large-4 .related-docs ul li a {
    padding: 0 1.875rem
}

.large-4 .related-docs ul li a::before {
    margin-right: .625rem;
    margin-left: -1.875rem;
    float: left
}

.large-4 .related-docs ul li a::after {
    margin-right: -1.875rem;
    line-height: 0;
    margin-left: 0;
    margin-top: -.9375rem
}

.content section p a::after {
    content: url("../images/icons/external-link.png");
    margin: 0 .3125rem
}

.content section p a.btn::after,
.content section p a.user-primary-button::after,
.content section p a.user-secondary-button::after {
    content: none
}

.content section p a[href*="facebook"]::after,
.content section p a[href*="html"]::after,
.content section p a[href*="linkedin"]::after,
.content section p a[href*="twitter"]::after,
.content section p a[href^="#"]::after,
.content section p a[href^="/"]::after,
.content section p a[href^="javascript:"]::after,
.content section p a[href^="mailto:"]::after {
    content: none
}

.content .related-links {
    border-bottom: solid 1px #ccc
}

.content .related-links h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: .5rem;
    margin-top: 2.25rem
}

.content .related-links ul {
    margin: 0 0 1.875rem 0;
    padding-left: 0;
    list-style: none
}

.content .related-links ul li {
    padding: .3125rem 0
}

.content .related-links ul li a::after {
    content: url("../images/icons/external-link.png");
    margin: 0 .3125rem
}

.content .related-links ul li a[href*="facebook"]::after,
.content .related-links ul li a[href*="html"]::after,
.content .related-links ul li a[href*="linkedin"]::after,
.content .related-links ul li a[href*="twitter"]::after,
.content .related-links ul li a[href^="#"]::after,
.content .related-links ul li a[href^="/"]::after,
.content .related-links ul li a[href^="javascript:"]::after,
.content .related-links ul li a[href^="mailto:"]::after {
    content: none;
}

.listing .consultation-listing__details p {
    margin: .625rem
}

.listing .consultation-listing__details hr {
    margin: .9375rem 0
}

.listing__item .consultation-listing__details a {
    margin-bottom: 2px
}

.listing__item .consultation-listing__details p {
    margin: 2px 0
}

.consultation-listing__details {
    border-left: #F4F4F4 4px solid;
    padding-left: 15px
}

.consultation-listing__details.open {
    border-color: #40B87F
}

.consultation-listing__details.planned {
    border-color: #F5A81C
}

.consultation-listing__details.closed {
    border-color: #F20814
}

.consultation-listing__details.results-available {
    border-color: #F20814
}

.meeting-agenda-listing .listing {
    margin-top: 1.25rem;
    border-top: 1px solid #ccc
}

.meeting-agenda-listing .listing .listing__item .glyphicons-map-marker {
    color: #666;
    font-size: .75rem;
    margin-top: -.0625rem
}

.meeting-agenda-table .meeting-agenda-table__details {
    background-color: #F4F4F4;
    padding: .625rem
}

.meeting-agenda-table .meeting-agenda-table__details p {
    margin: .3125rem 0
}

.meeting-agenda-table .meeting-agenda-table__details p strong {
    width: 7.8125rem;
    display: inline-block;
    margin-right: 1.25rem
}

@media only screen and (max-width: 706px) {
    .meeting-agenda-table .meeting-agenda-table__details p strong {
        display: block
    }
}

.meeting-agenda-table td:last-child {
    min-width: 6.4375rem;
    text-align: center
}

@media only screen and (max-width: 706px) {
    .meeting-agenda-table td:last-child {
        min-width: 4.0625rem
    }
}

.meeting-agenda-table tbody tr td:first-child {
    text-align: center
}

@media only screen and (min-width: 40.0625em) {
    .councillor-profile .column:first-child {
        padding-right: 0
    }
}

.councillor-profile .social__share {
    text-align: right;
    margin: 1.75rem 0
}

@media only screen and (max-width: 706px) {
    .councillor-profile .social__share {
        float: left;
        margin: 0
    }
}

.councillor-profile .councillor-profile__details {
    min-height: 19.375rem;
    border: #ccc solid 1px;
    padding: 1.25rem
}

@media only screen and (max-width: 706px) {
    .councillor-profile .councillor-profile__details {
        height: 100%
    }
}

.councillor-profile .councillor-profile__details p {
    margin-top: 0;
    margin-bottom: .625rem
}

.councillor-profile .councillor-profile__img {
    height: 19.375rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.councillor-profile .councillor-profile__img img {
    width: 100%
}

@media only screen and (max-width: 706px) {
    .councillor-profile .councillor-profile__img {
        margin-top: 40px
    }
}

.councillor-profile .councillor-profile__contact {
    background-color: #F4F4F4;
    padding: 1.875rem;
    margin-top: 2.5rem
}

.councillor-profile .councillor-profile__contact h3 {
    margin-top: 0
}

.councillor-profile .councillor-profile__contact ul {
    padding-left: 0;
    list-style: none
}

.councillor-profile .councillor-profile__contact ul li span {
    width: 8.75rem;
    display: block;
    float: left
}

@media only screen and (max-width: 706px) {
    .councillor-profile .councillor-profile__contact ul li span {
        width: 100%
    }
}

.councillor-profile .councillor-profile__contact ul a {
    word-break: break-all
}

.councillor-profile .councillor-profile__contact ul .councillor-profile__address {
    margin-bottom: .625rem
}

.councillor-profile .councillor-profile__contact ul .councillor-profile__address span {
    height: 6.5625rem
}

.councillor-profile .councillor-profile__contact ul .councillor-profile__address p {
    margin-top: 0;
    margin-bottom: .3125rem
}
/*
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    margin: 0;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    width: 100%
}

.slick-slide.slick-loading img {
    display: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("./../images/ajax-loader.gif") center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev .icon {
    font-size: 24px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-next .icon {
    font-size: 24px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 40px
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 10px 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li a {
    color: #fff
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.slider-for {
    width: 100%;
    height: 400px;
    overflow: hidden
}

@media only screen and (max-width: 706px) {
    .slider-for {
        height: auto
    }
}

.slider-for .slick-active.slick-current {
    border: none
}

.slider-nav {
    width: 100%;
    height: 137px;
    margin: 60px 0;
    padding: 0;
    overflow: hidden
}

.slider-nav .slick-slide {
    margin: 0 10px;
    position: relative
}

.slider-nav .slick-slide img {
    width: auto;
    max-width: 175%;
    position: absolute;
    bottom: -100%;
    left: -100%;
    right: -100%;
    top: -100%;
    margin: auto
}

.slider-nav .slick-active.slick-current {
    border: 2px solid #8D2F88
}

.slider-nav .slick-track {
    height: 125px
}

.slider-for .slick-arrow {
    position: absolute;
    top: 95%;
    z-index: 50
}

@media only screen and (max-width: 706px) {
    .slider-for .slick-arrow {
        top: inherit;
        bottom: 0
    }
}

.slider-for .slick-arrow .icon {
    font-size: 18px
}

.slider-for .slick-prev {
    left: 0;
    text-align: left;
    padding-left: 13px
}

.slider-for .slick-next {
    right: 0;
    text-align: right;
    padding-right: 30px
}

.slider-nav {
    height: 175px;
    margin: 20px 0 60px
}

@media only screen and (max-width: 706px) {
    .slider-nav {
        display: none
    }
}

.slider-nav .slick-list {
    height: 175px
}

.slider-nav .slick-track {
    position: absolute;
    bottom: 0;
    top: 50px;
    min-width: 700px
}

.slider-nav .item.slick-slide {
    width: 155px !important;
    overflow: hidden
}

.slider-nav .slick-arrow {
    position: absolute;
    top: 16px;
    z-index: 50;
    width: 30px;
    height: 30px;
    border: 1px solid purple
}

.slider-nav .slick-arrow .icon {
    font-size: 14px
}

.slider-nav .slick-prev {
    right: 30px;
    text-align: left;
    padding-left: 7px;
    border-right: none
}

.slider-nav .slick-next {
    right: 0;
    text-align: right;
    padding-right: 6px
}

.slide-indicator {
    position: absolute;
    bottom: 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 8px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    height: 40px
}
*/
.library-details.row .row {
    margin: 0 auto;
    max-width: 66.875rem;
    width: 100%
}

.library-details.row .row.library-details__opening {
    margin: 2.5rem 0 1.0625rem 0
}

@media only screen and (max-width: 706px) {
    .library-details .library-details__heading h1 {
        margin-bottom: 0
    }
}

.library-details .social__share-nav {
    margin: 1.25rem 0
}

@media only screen and (max-width: 706px) {
    .library-details .social__share-nav {
        float: left
    }
}

.library-details .library-details__info {
    background-color: #F4F4F4;
    padding: 1.875rem
}

.library-details .library-details__info h2 {
    font-size: 1.125rem;
    margin: 0
}

.library-details .library-details__info ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: .4375rem
}

.library-details .library-details__info .library-details__contact {
    position: relative;
    right: 0;
    bottom: 0;
    top: 1.5rem;
    word-break: break-all
}

@media only screen and (max-width: 706px) {
    .library-details .library-details__info .library-details__contact {
        top: 0;
        bottom: 0
    }
}

.library-details .library-details__info .library-details__contact strong {
    width: 3.4375rem;
    display: block;
    float: left
}

.library-details .library-details__img {
    height: 22.3rem;
    background-image: url("../images/dronfield.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.library-details .library-details__opening .column {
    padding: 0
}

.library-details .other-library-info {
    margin-bottom:-20px;
}

.library-details .library-details__opening .library-details__times {
    border: 1px solid #ccc;
    padding: 1.25rem 1.25rem .875rem 1.25rem
}

@media only screen and (min-width: 40.0625em) {
    .library-details .library-details__opening .library-details__times {
        margin-left: 1.25rem
    }
}

.library-details .library-details__opening .library-details__times h3 {
    margin: 0
}

.library-details .library-details__opening .library-details__times ul {
    padding-left: 0;
    list-style: none;
    margin-top: .5rem
}

.library-details .library-details__opening .library-details__times ul li {
    padding-bottom: .125rem
}

.library-details .library-details__opening .library-details__times ul span {
    width: 6.25rem;
    display: inline-block
}

.services-available.row.row {
    margin-bottom: 1.5625rem
}

.services-available h3 {
    margin-bottom: .875rem
}

@media only screen and (min-width: 64em) {
    aside.search-options {
        float: right;
        padding-left: 2.8125rem
    }
}

hr.no-margin {
    margin: 0 0 10px
}

.searchr .listing__divider hr {
    margin-bottom: 1.5625rem;
    margin-top: .3125rem
}

.search-headings h1 {
    margin-bottom: .625rem
}

.search-headings h2 {
    margin-top: .625rem
}

@media only screen and (min-width: 64em) {
    .search-headings h2 {
        margin-bottom: 0
    }
}

.searchr {
    padding-bottom: 2.5rem;
    padding-top: 0
}

@media only screen and (min-width: 64em) {
    .searchr h3 {
        margin: .3125rem 0
    }
}

.filter {
    width: 100%;
    margin: 0 auto
}

@media only screen and (max-width: 63.99em) {
    .filter p {
        margin: 0
    }
}

@media only screen and (max-width: 63.99em) {
    .filter .search-filters {
        margin: 0 .625rem
    }
}

@media only screen and (min-width: 64em) {
    .filter .search-filters {
        display: block !important
    }
}

@media only screen and (max-width: 63.99em) {
    .filter .btn,
    .filter .user-primary-button,
    .filter .user-secondary-button {
        display: none
    }
}

.filter .legend {
    display: none;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    padding: .9375rem 0 .875rem
}

@media only screen and (min-width: 64em) {
    .filter .legend {
        display: block
    }
}

.filter input.radio {
    float: left;
    visibility: hidden
}

.filter .filter-item {
    display: block;
    line-height: 2;
    height: 82px;
    margin-bottom: 20px;
    padding: 25px 20px;
    background-color: #EDECEC;
    border: 1px solid #EDECEC;
    color: #8D2F88;
    text-decoration: underline
}

.filter .filter-item.filter-active {
    background-color: #ccc;
    border: 1px solid #ccc
}

.filter .filter-item:focus,
.filter .filter-item:hover {
    background-color: #F4F4F4;
    border: 1px solid #F4F4F4
}

@media only screen and (max-width: 63.99em) {
    .filter {
        border: 1px solid #ccc;
        border-radius: 2px
    }
}

.filter .filter-toggle {
    display: none
}

@media only screen and (max-width: 63.99em) {
    .filter .filter-toggle {
        display: block;
        font-weight: bold;
        padding: 1.625rem 0;
        text-decoration: none;
        color: #333;
        padding: .625rem .9375rem
    }
}

.filter .filter-toggle span {
    display: none;
    float: right
}

@media only screen and (max-width: 63.99em) {
    .filter .filter-toggle span {
        display: inline-block
    }
}

.filter .filter-toggle:hover {
    color: #333
}

footer {
    background-color: #8D2F88
}

.footer__logo {
    padding: 2.5rem 0 1.25rem;
    width: 12.0625rem
}

@media only screen and (max-width: 706px) {
    .footer__logo {
        width: 8.625rem;
        margin: 0 auto;
        padding: 1.875rem 0 1.25rem
    }
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .svg-footer-logo {
        height: 58px
    }
}

.footer__links {
    padding: 0 0 2.25rem
}

@media only screen and (max-width: 706px) {
    .footer__links {
        text-align: center;
        padding: 0 1.25rem 1.25rem
    }
}

.footer__links * {
    color: #fff;
    font-size: .875rem;
    font-weight: normal;
    text-decoration: none;
    margin: 0 .125rem
}

.footer__links ul {
    padding:0 0 1.25rem 0;
    margin-left: 0;
}
.footer__links ul li {
    list-style-type: none;
    float: left;
    margin-left: 0;
}
.footer__links ul li span {
    margin-left:5px;
}

@media only screen and (max-width: 706px) {
    .footer__links * {
        font-size: 1rem;
        display: block;
        line-height: 1.625rem
    }
    .footer__links ul li {
        float:none;
    }    
}

@media only screen and (max-width: 706px) {
    .footer__links span {
        display: none
    }
}

.footer__links:focus,
.footer__links a:hover {
    text-decoration: underline
}

.footer__copyright {
    float: right;
    color: #fff;
    font-size: .875rem
}

@media only screen and (max-width: 706px) {
    .footer__copyright {
        float: none;
        text-align: center
    }
}

.footer__social-nav {
    text-align: right;
    margin: 0;
    padding: 3.125rem 0 0
}

@media only screen and (max-width: 706px) {
    .footer__social-nav {
        text-align: center;
        padding: 0
    }
}

.footer__social-nav li {
    display: inline-block
}

.footer__social-nav .footer__social-icon {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s
}

.footer__social-nav .footer__social-icon::after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

.footer__social-nav .footer__social-icon:hover {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff
}

.footer__social-nav .footer__social-icon:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms
}

.footer__social-icon {
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    margin: .75rem 0 0 .4375rem;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    text-decoration: none
}

.footer__social-icon::after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.footer__social-icon::before {
    speak: none;
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased
}

.footer__social-icon.facebook:before {
    content: url("../images/icons/footer-facebook.svg")
}

.footer__social-icon.twitter:before {
    content: url("../images/icons/footer-twitter.svg")
}

.footer__social-icon.youtube:before {
    content: url("../images/icons/footer-youtube.svg")
}

.footer__social-icon.linkedin:before {
    content: url("../images/icons/footer-linkedin.svg")
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #8D2F88, 0 0 0 10px rgba(255, 255, 255, 0.5)
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #8D2F88, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #8D2F88, 0 0 0 10px rgba(255, 255, 255, 0.5)
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #8D2F88, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #8D2F88, 0 0 0 10px rgba(255, 255, 255, 0.5)
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #8D2F88, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.listing ul {
    padding-left: 0;
    list-style: none
}

.listing .listing__item p {
    font-size: 1rem;
    font-weight: normal
}

.listing .listing__item hr {
    margin: .9375rem 0
}

.listing .listing__item .glyphicons {
    color: #8D2F88
}

.listing .listing__date time {
    font-size: .875rem;
    text-transform: uppercase;
    background-color: #F4F4F4;
    padding: .1875rem .75rem;
    width: 6.875rem;
    display: block;
    text-align: center
}

.listing .listing__date.large-2.column {
    width: auto;
    padding-right: 0;
    padding-bottom: .625rem
}

.listing .listing__title {
    font-size: 1.125rem;
    font-weight: 600;
    display: block;
    margin-bottom: .625rem
}

@media only screen and (min-width: 64em) {
    .listing .listing__title {
        margin-top: 0
    }
}

.listing .listing__icon {
    float: left
}

.listing .listing__divider hr,
.listing h2,
.listing p {
    margin-bottom: .78125rem;
    margin-top: 0
}

.column.large-6 .listing ul {
    margin: 0
}

.pagination {
    margin: 0 0 1.25rem 0;
    text-align: center
}

.pagination ol.pagination__list {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: inline-block
}

.pagination ol.pagination__list .pagination__link {
    display: inline-block;
    margin: 0 .1875rem;
    padding: .3125rem 0;
    border-radius: .125rem;
    background-color: #EDECEC
}

.pagination ol.pagination__list .pagination__link a {
    color: #4A4A4A;
    text-decoration: none;
    padding: .4375rem .75rem
}

.pagination ol.pagination__list .pagination__link.pagination__link--divider {
    color: #4A4A4A;
    padding: .3125rem .75rem
}

.pagination ol.pagination__list .pagination__link--active {
    padding: .3125rem 0;
    border-radius: .125rem;
    background-color: #8D2F88;
    font-weight: 600
}

.pagination ol.pagination__list .pagination__link--active a {
    color: #fff
}

.pagination__link--divider {
    color: #4A4A4A;
    padding: .3125rem .75rem
}

.pagination__link--prev {
    margin-right: 1.25rem;
    text-decoration: none
}

.pagination__link--next {
    margin-left: 1.25rem;
    text-decoration: none
}

.pagination__link--controls .icon {
    font-size: .875rem
}

.form {
    background-color: #F4F4F4;
    padding: 2.5rem
}

.feedback {
    margin: 2.5rem 0
}

.feedback p {
    margin-bottom: 0
}

.sys_cms-form-confirmation-content {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    color: #4A4A4A;
    padding: 10px;
    border-radius: 0 0px 2px 2px
    }
.content hr.comment-info {
    margin: 0;
    }
.feedback__options {
    display: none
}

.feedback__options ul.sys_cms-form-body {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 100%;
}

.feedback__options .sys_fieldcontent label {
    font-weight: normal;
    margin-bottom: 0;
    vertical-align: middle;
    padding:0 !important;
}

.feedback__options .sys_legend {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.feedback__form {
    margin: 0;
    width: 100% !important
}

.feedback__form .sys_cms-form-body .sys_radio {
    padding: 2.1875rem 0 1.25rem 2.5rem;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    margin:0;
    width:100%;
}

.feedback__form .sys_cms-form-body .sys_buttons {
    height: 95px;
    padding: .9375rem 0;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    font-size: 100% !important;
    width:100%;
}

@media only screen and (max-width: 706px) {
    .feedback__form .sys_buttons {
        height: auto;
    }
}

.feedback__form .sys_buttons button {
    float: right;
    margin-right: 1.875rem;
}

@media only screen and (max-width: 706px) {
    .feedback__form .sys_buttons button {
        float: none;
        margin: 0 auto;
        display: block;
    }
}

.feedback__form .sys_buttons .feedback__more {
    margin-left: 1.875rem;
    vertical-align: -20px;
    font-size: 100% !important;
}

@media only screen and (max-width: 706px) {
    .feedback__form .sys_buttons .feedback__more {
        text-align: center;
        width: auto;
        display: block;
        margin: .625rem 0;
    }
}

.feedback__form .sys_cms-form-body .sys_threecolumns span {
    width: 33%;
    float: left;
    margin: 0 0 1.5625rem 0;
}

.feedback__form .sys_cms-form-body .sys_threecolumns span:last-child {
    width: 40%;
}

@media only screen and (max-width: 706px) {
    .feedback__form .sys_cms-form-body .sys_threecolumns span:last-child {
        width: 100%;
    }
}

@media only screen and (max-width: 706px) {
    .feedback__form .sys_cms-form-body .sys_threecolumns span {
        width: 100%;
        float: none;
        display: block;
    }
}

.feedback__form input[type=radio] {
    margin-right: 1rem !important;
}

.js-feedback-toggle--less {
    display: none
}

.js-feedback-toggle--less.inline-block {
    display: inline-block
}

.sys_savepasswordpanel {
    display: none
}

.row {
    margin: 0 auto;
    max-width: 66.875rem;
    width: 100%
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row.collapse>.column {
    padding-left: 0;
    padding-right: 0
}

.row.collapse .row {
    margin-left: 0;
    margin-right: 0
}

.row .row {
    margin: 0 -1.40625rem;
    max-width: none;
    width: auto
}

.row .row:before,
.row .row:after {
    content: " ";
    display: table
}

.row .row:after {
    clear: both
}

.row .row.collapse {
    margin: 0;
    max-width: none;
    width: auto
}

.row .row.collapse:before,
.row .row.collapse:after {
    content: " ";
    display: table
}

.row .row.collapse:after {
    clear: both
}

.column {
    position: relative;
    padding-left: 1.40625rem;
    padding-right: 1.40625rem;
    width: 100%;
    float: left
}

.column.row {
    float: none
}

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0;
        right: auto
    }
    .small-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }
    .small-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .small-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .small-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .small-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .small-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .small-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .small-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .small-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .small-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .small-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .small-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .small-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .small-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .small-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .small-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .small-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
    .small-1 {
        width: 8.33333%
    }
    .small-2 {
        width: 16.66667%
    }
    .small-3 {
        width: 25%
    }
    .small-4 {
        width: 33.33333%
    }
    .small-5 {
        width: 41.66667%
    }
    .small-6 {
        width: 50%
    }
    .small-7 {
        width: 58.33333%
    }
    .small-8 {
        width: 66.66667%
    }
    .small-9 {
        width: 75%
    }
    .small-10 {
        width: 83.33333%
    }
    .small-11 {
        width: 91.66667%
    }
    .small-12 {
        width: 100%
    }
    .small-offset-0 {
        margin-left: 0 !important
    }
    .small-offset-1 {
        margin-left: 8.33333% !important
    }
    .small-offset-2 {
        margin-left: 16.66667% !important
    }
    .small-offset-3 {
        margin-left: 25% !important
    }
    .small-offset-4 {
        margin-left: 33.33333% !important
    }
    .small-offset-5 {
        margin-left: 41.66667% !important
    }
    .small-offset-6 {
        margin-left: 50% !important
    }
    .small-offset-7 {
        margin-left: 58.33333% !important
    }
    .small-offset-8 {
        margin-left: 66.66667% !important
    }
    .small-offset-9 {
        margin-left: 75% !important
    }
    .small-offset-10 {
        margin-left: 83.33333% !important
    }
    .small-offset-11 {
        margin-left: 91.66667% !important
    }
    .small-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }
    .column.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.small-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .column.small-centered:last-child {
        float: none
    }
    .column.small-uncentered:last-child {
        float: left
    }
    .column.small-uncentered.opposite {
        float: right
    }
    .row.small-collapse>.column {
        padding-left: 0;
        padding-right: 0
    }
    .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .row.small-uncollapse>.column {
        padding-left: 1.40625rem;
        padding-right: 1.40625rem;
        float: left
    }
}

@media only screen and (min-width: 706px) {
    .medium-push-0 {
        position: relative;
        left: 0;
        right: auto
    }
    .medium-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }
    .medium-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .medium-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .medium-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .medium-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .medium-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .medium-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .medium-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .medium-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .medium-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .medium-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .medium-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .medium-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .medium-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .medium-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .medium-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .medium-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
    .medium-1 {
        width: 8.33333%
    }
    .medium-2 {
        width: 16.66667%
    }
    .medium-3 {
        width: 25%
    }
    .medium-4 {
        width: 33.33333%
    }
    .medium-5 {
        width: 41.66667%
    }
    .medium-6 {
        width: 50%
    }
    .medium-7 {
        width: 58.33333%
    }
    .medium-8 {
        width: 66.66667%
    }
    .medium-9 {
        width: 75%
    }
    .medium-10 {
        width: 83.33333%
    }
    .medium-11 {
        width: 91.66667%
    }
    .medium-12 {
        width: 100%
    }
    .medium-offset-0 {
        margin-left: 0 !important
    }
    .medium-offset-1 {
        margin-left: 8.33333% !important
    }
    .medium-offset-2 {
        margin-left: 16.66667% !important
    }
    .medium-offset-3 {
        margin-left: 25% !important
    }
    .medium-offset-4 {
        margin-left: 33.33333% !important
    }
    .medium-offset-5 {
        margin-left: 41.66667% !important
    }
    .medium-offset-6 {
        margin-left: 50% !important
    }
    .medium-offset-7 {
        margin-left: 58.33333% !important
    }
    .medium-offset-8 {
        margin-left: 66.66667% !important
    }
    .medium-offset-9 {
        margin-left: 75% !important
    }
    .medium-offset-10 {
        margin-left: 83.33333% !important
    }
    .medium-offset-11 {
        margin-left: 91.66667% !important
    }
    .medium-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }
    .column.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.medium-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .column.medium-centered:last-child {
        float: none
    }
    .column.medium-uncentered:last-child {
        float: left
    }
    .column.medium-uncentered.opposite {
        float: right
    }
    .row.medium-collapse>.column {
        padding-left: 0;
        padding-right: 0
    }
    .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .row.medium-uncollapse>.column {
        padding-left: 1.40625rem;
        padding-right: 1.40625rem;
        float: left
    }
}

@media only screen and (min-width: 64em) {
    .large-push-0 {
        position: relative;
        left: 0;
        right: auto
    }
    .large-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }
    .large-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .large-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .large-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .large-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .large-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .large-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .large-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .large-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .large-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .large-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .large-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .large-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .large-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .large-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .large-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .large-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
    .large-1 {
        width: 8.33333%
    }
    .large-2 {
        width: 16.66667%
    }
    .large-3 {
        width: 25%
    }
    .large-4 {
        width: 33.33333%
    }
    .large-5 {
        width: 41.66667%
    }
    .large-6 {
        width: 50%
    }
    .large-7 {
        width: 58.33333%
    }
    .large-8 {
        width: 66.66667%
    }
    .large-9 {
        width: 75%
    }
    .large-10 {
        width: 83.33333%
    }
    .large-11 {
        width: 91.66667%
    }
    .large-12 {
        width: 100%
    }
    .large-offset-0 {
        margin-left: 0 !important
    }
    .large-offset-1 {
        margin-left: 8.33333% !important
    }
    .large-offset-2 {
        margin-left: 16.66667% !important
    }
    .large-offset-3 {
        margin-left: 25% !important
    }
    .large-offset-4 {
        margin-left: 33.33333% !important
    }
    .large-offset-5 {
        margin-left: 41.66667% !important
    }
    .large-offset-6 {
        margin-left: 50% !important
    }
    .large-offset-7 {
        margin-left: 58.33333% !important
    }
    .large-offset-8 {
        margin-left: 66.66667% !important
    }
    .large-offset-9 {
        margin-left: 75% !important
    }
    .large-offset-10 {
        margin-left: 83.33333% !important
    }
    .large-offset-11 {
        margin-left: 91.66667% !important
    }
    .large-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }
    .column.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.large-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .column.large-centered:last-child {
        float: none
    }
    .column.large-uncentered:last-child {
        float: left
    }
    .column.large-uncentered.opposite {
        float: right
    }
    .row.large-collapse>.column {
        padding-left: 0;
        padding-right: 0
    }
    .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .row.large-uncollapse>.column {
        padding-left: 1.40625rem;
        padding-right: 1.40625rem;
        float: left
    }
}

.content {
    padding-bottom: 1.25rem
}

.content.row {
    max-width: 66.875rem
}

.content .card-wrapper.row,
.content .top-tasks-wrapper.row {
    margin: 1.875rem -.625rem 3.125rem -.625rem
}

@media only screen and (max-width: 706px) {
    .content .card-wrapper.row,
    .content .top-tasks-wrapper.row {
        margin: 1.5625rem -.625rem
    }
}

.content section:last-child .card-wrapper {
    margin-bottom: 2.5rem
}

@media only screen and (min-width: 64em) {
    .content .large-9.column {
        padding-left: .9375rem
    }
}

.content h1,
.content h2 {
    margin: .875rem 0 .625rem 0
}

.content h1+p,
.content h2+p,
.content h3+p {
    margin-top: 0
}

.content h2 {
    margin-top: 1.875rem
}

.content h3 {
    font-size: 1.125rem;
    margin: 1.5625rem 0 .9375rem 0
}

.content p .btn,
.content p .user-primary-button,
.content p .user-secondary-button {
    margin: 0
}

.content section {
    padding: 0
}

.content section a {
    color: #8D2F88;
    font-weight: 600;
    transition: all 300ms ease;
    overflow-wrap: break-word;
}

.content section a:focus,
.content section a:hover {
    color: #A648A1;
}

.content section.bg--wild-sand {
    padding: .3125rem 1.25rem;
}

.content section.bg--wild-sand:first-child {
    padding-top: 0;
}

.content hr {
    margin: 2.5rem 0 0;
    clear: both;
}

.content .social__share ~ hr {
    margin-top: 0
}

@media only screen and (min-width: 40.0625em) and (max-width: 63.99em) {
    .breadcrumb ~ .content h1,
    .breadcrumb ~ .content .social__share {
        margin-top: 0
    }
}

.content-filter p {
    margin: .625rem 0
}

.content-filter select {
    min-width: 15.625rem
}

.content-filter .btn,
.content-filter .user-primary-button,
.content-filter .user-secondary-button {
    margin-top: 0
}

.no-svg .skip-to-content {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: -64px;
    padding: 0 15px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #771F72;
    text-align: center;
    text-decoration: none
}

.no-svg .skip-to-content:focus {
    margin-top: 0
}

.no-svg .header__logo-bg {
    background-image: url("../images/curve.png")
}

.no-svg .header__logo {
    width: 192px;
    height: 57px
}

.no-svg .header__logo .icon-header-logo {
    width: 192px;
    height: 57px;
    top: 40px
}

.no-svg .header__subscribe {
    position: relative;
    top: 20px
}

.no-svg .header__menu {
    margin-top: 16px
}

.header__menu--cross--fallback {
    display: none
}

.no-svg .header__menu--cross span {
    display: none
}

.no-svg .nav__item>a span .icon-chevron-right-white {
    height: 14px
}

.no-svg .footer__links {
    padding-left: 0
}

.no-svg .svg-footer-logo {
    display: none
}

.svg-footer-logo--fallback {
    display: none
}

.no-svg .svg-footer-logo--fallback {
    display: block
}

.svg-close-icon {
    display: none
}

.no-svg-close-icon {
    display: none
}

.no-svg .sys_search-query-control .sys_search-button {
    background-image: url("../images/icons/search-purple.png")
}

.no-svg .content aside li {
    background-image: url("../images/icons/icon-chevron-right-grey.png");
    background-position-x: 98%;
    background-position-y: center
}

.no-svg .content aside li.active {
    background-image: url("../images/icons/icon-chevron-right-purple.png")
}

.no-svg .top-task__item__chevron .icon {
    height: 16px;
    width: 10px
}

.no-svg .top-task__item__chevron .icon-chevron-right-purple {
    margin: 30px 28px
}

.no-svg .related-docs ul li a.pdf::before {
    content: url("../images/icons/pdf-icon.png")
}

.no-svg .related-docs ul li a.doc::before {
    content: url("../images/icons/doc-icon.png")
}

.no-svg .related-docs ul li a.csv::before {
    content: url("../images/icons/csv-icon.png")
}

.no-svg .related-docs ul li a.mp3::before {
    content: url("../images/icons/mp3-icon.png")
}

.no-svg .related-docs ul li a.xls::before {
    content: url("../images/icons/xls-icon.png")
}

.no-svg .related-docs ul li a.ppt::before {
    content: url("../images/icons/ppt-icon.png")
}

.no-svg .footer__social-nav {
    padding-top: 30px
}

.no-svg .footer__social-icon.facebook:before {
    content: url("../images/icons/footer-facebook.png")
}

.no-svg .footer__social-icon.twitter:before {
    content: url("../images/icons/footer-twitter.png")
}

.no-svg .footer__social-icon.youtube:before {
    content: url("../images/icons/footer-youtube.png")
}

.no-svg .footer__social-icon.linkedin:before {
    content: url("../images/icons/footer-linkedin.png")
}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
    .svg-footer-logo {
        width: 100%
    }
}

@media only screen and (max-width: 63.99em) and (-ms-high-contrast: none) {
    .header__logo-bg {
        left: -34.375rem !important;
        height: 8.125rem
    }
}

@media only screen and (max-width: 53.99em) and (-ms-high-contrast: none) {
    .header__logo-bg {
        left: -28.125rem !important;
        height: 7.5rem
    }
}

@media only screen and (max-width: 48em) and (-ms-high-contrast: none) {
    .header__logo-bg {
        left: -18.75rem !important;
        height: 7.5rem
    }
}

@media only screen and (max-width: 706px) and (-ms-high-contrast: none) {
    .header__logo-bg {
        left: -21.875rem !important;
        height: 4.6875rem
    }
}

@media only screen and (max-width: 36.5em) and (-ms-high-contrast: none) {
    .header__logo-bg {
        left: -17.1875rem !important;
        height: 4.375rem
    }
}

@media only screen and (max-width: 33.5em) and (-ms-high-contrast: none) {
    .header__logo-bg {
        left: -14.6875rem !important;
        height: 4.375rem
    }
}

@media only screen and (max-width: 30em) and (-ms-high-contrast: none) {
    .header__logo-bg {
        left: -11.25rem !important;
        height: 4.375rem
    }
}

@media only screen and (max-width: 28em) and (-ms-high-contrast: none) {
    .header__logo-bg {
        left: -9.375rem !important;
        height: 4.375rem
    }
}

@media only screen and (max-width: 26em) and (-ms-high-contrast: none) {
    .header__logo-bg {
        left: -7.5rem !important;
        height: 4.375rem
    }
}

@media only screen and (max-width: 24em) and (-ms-high-contrast: none) {
    .header__logo-bg {
        left: -6.25rem !important;
        height: 4.375rem
    }
}

@media only screen and (max-width: 22em) and (-ms-high-contrast: none) {
    .header__logo-bg {
        left: -5rem !important;
        height: 4.375rem
    }
}

@media only screen and (max-width: 20em) and (-ms-high-contrast: none) {
    .header__logo-bg {
        left: -3.125rem !important;
        height: 4.375rem
    }
}

@media all and (-ms-high-contrast: none) {
    .card__link {
        background-size: 40px !important;
        -ms-background-position-x: 168px !important
    }
    aside ul li {
        background-size: 100px, contain;
        background-position-x: right
    }
    *::-ms-backdrop,
    aside ul li {
        background-size: 12px 12px
    }
}

@media only screen and (min-width: 40.0625em) {
    .no-js .nav__secondary {
        display: none !important
    }
    .no-js .nav ul {
        position: relative;
        height: auto;
        width: 100%;
        overflow: visible;
        visibility: visible;
        z-index: 2
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 63.99em) {
    .no-js .nav ul {
        position: absolute;
        z-index: 3;
        display: inline-block;
        top: 0;
        padding: 0
    }
    .no-js .nav-is-fixed .nav ul {
        position: fixed
    }
}

.no-js .nav {
    display: block
}

.no-js section .btn,
.no-js section .user-primary-button,
.no-js section .user-secondary-button {
    display: block;
    max-width: 275px
}

.content figure.float-image-right {
    float: right;
    margin: 10px;
    max-width: 260px
}

@media only screen and (max-width: 706px) {
    .content figure.float-image-right {
        max-width: 100%;
        margin: 0
    }
}

.content .float-image-right img {
    margin: 10px
}

@media only screen and (max-width: 706px) {
    .content .float-image-right img {
        margin: 10px 0
    }
}

.content .float-image-right figcaption {
    text-align: right;
    margin: 0
}

@media only screen and (max-width: 706px) {
    .content .float-image-right figcaption {
        text-align: left;
        margin-bottom: 20px
    }
}

.content img.float-image-right {
    float: right;
    margin: .3125rem 0 1.25rem 1.25rem
}

@media only screen and (max-width: 706px) {
    .content img.float-image-right {
        display: block;
        float: none;
        margin: 10px auto
    }
}

.breadcrumb ~ .content .library-details__heading h1 {
    margin-top: .625rem
}

.sys_contensisformdatepicker .ui-datepicker {
    width: 300px !important;
    font-family: "Source Sans Pro", sans-serif !important;
    padding: 2px 8px 2px !important;
    border: 1px solid #8D2F88 !important;
    background: #8D2F88 !important;
    margin-top: 16px !important
}

.sys_contensisformdatepicker .ui-datepicker::before {
    bottom: 100% !important;
    left: 50% !important;
    border: solid transparent !important;
    content: " " !important;
    height: 0 !important;
    width: 0 !important;
    position: absolute !important;
    border-color: rgba(194, 225, 245, 0) !important;
    border-bottom-color: #8D2F88 !important;
    border-width: 10px !important;
    margin-left: -136px !important
}

.sys_contensisformdatepicker .ui-datepicker .ui-widget-header {
    border: none !important;
    background: #8D2F88 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 16px;
    margin: 8px 0
}

.sys_contensisformdatepicker .ui-datepicker .ui-widget-header a {
    color: #fff !important
}

.sys_contensisformdatepicker .ui-datepicker .ui-widget-header .ui-icon {
    background-image: none !important
}

.sys_contensisformdatepicker .ui-datepicker table {
    border: none;
    background-color: #fff !important;
    font-size: 14px !important
}

.sys_contensisformdatepicker .ui-datepicker table td a {
    width: 30px;
    margin: 0 auto
}

.sys_contensisformdatepicker .ui-datepicker table thead tr th {
    font-weight: 600 !important;
    background: #fff
}

.sys_contensisformdatepicker .ui-datepicker table tbody tr {
    background-color: #fff
}

.sys_contensisformdatepicker .ui-datepicker th {
    padding: 0.7em 0.3em !important;
    text-align: center !important;
    font-weight: 400 !important;
    border: 0 !important
}

.sys_contensisformdatepicker .ui-datepicker .ui-state-default,
.sys_contensisformdatepicker .ui-datepicker .ui-state-default,
.sys_contensisformdatepicker .ui-datepicker .ui-state-default {
    border: none !important;
    background: #fff !important;
    font-weight: normal !important;
    color: #333 !important;
    text-align: center !important
}

.sys_contensisformdatepicker .ui-datepicker .ui-state-focus,
.sys_contensisformdatepicker .ui-datepicker .ui-state-hover,
.sys_contensisformdatepicker .ui-datepicker .ui-state-hover,
.sys_contensisformdatepicker .ui-datepicker .ui-widget-content .ui-state-focus,
.sys_contensisformdatepicker .ui-datepicker .ui-widget-header .ui-state-focus,
.sys_contensisformdatepicker .ui-datepicker .ui-widget-header .ui-state-hover {
    background-color: #8d2f88 !important;
    color: #fff !important;
    border-radius: 2px
}

.sys_contensisformdatepicker .ui-datepicker .ui-state-focus,
.sys_contensisformdatepicker .ui-datepicker .ui-state-hover,
.sys_contensisformdatepicker .ui-datepicker .ui-state-hover,
.sys_contensisformdatepicker .ui-datepicker .ui-widget-content .ui-state-focus,
.sys_contensisformdatepicker .ui-datepicker .ui-widget-header .ui-state-focus,
.sys_contensisformdatepicker .ui-datepicker .ui-widget-header .ui-state-hover {
    border: none !important;
    background: #8d2f88 !important
}

.sys_contensisformdatepicker .ui-datepicker .ui-state-default.ui-state-highlight {
    background-color: #EDECEC !important
}

.sys_contensisformdatepicker .ui-datepicker .ui-state-default.ui-state-highlight.ui-state-hover {
    color: #333 !important
}

.sys_contensisformdatepicker .ui-datepicker .ui-datepicker-next,
.sys_contensisformdatepicker .ui-datepicker .ui-datepicker-next.ui-state-focus,
.sys_contensisformdatepicker .ui-datepicker .ui-datepicker-next.ui-state-hover,
.sys_contensisformdatepicker .ui-datepicker .ui-widget-content .ui-datepicker-next.ui-state-focus,
.sys_contensisformdatepicker .ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-focus,
.sys_contensisformdatepicker .ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-hover {
    background-image: url("../images/icons/chevron-right-white.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 10px !important;
    background-position: center !important;
    right: 0 !important;
    top: 3px !important;
    background: transparent;
    cursor: pointer
}

.sys_contensisformdatepicker .ui-datepicker .ui-datepicker-prev,
.sys_contensisformdatepicker .ui-datepicker .ui-datepicker-prev.ui-state-focus,
.sys_contensisformdatepicker .ui-datepicker .ui-datepicker-prevui-state-hover,
.sys_contensisformdatepicker .ui-datepicker .ui-widget-content .ui-datepicker-prev.ui-state-focus,
.sys_contensisformdatepicker .ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-focus,
.sys_contensisformdatepicker .ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-hover {
    background-image: url("../images/icons/chevron-left-white.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 10px !important;
    background-position: center !important;
    right: 0 !important;
    left: 0 !important;
    top: 3px !important;
    background: transparent;
    cursor: pointer
}

.no-svg .sys_contensisformdatepicker .ui-datepicker .ui-state-focus,
.no-svg .sys_contensisformdatepicker .ui-datepicker .ui-state-next.ui-state-hover,
.no-svg .sys_contensisformdatepicker .ui-datepicker .ui-state-next.ui-state-hover,
.no-svg .sys_contensisformdatepicker .ui-datepicker .ui-widget-content .ui-state-next.ui-state-focus,
.no-svg .sys_contensisformdatepicker .ui-datepicker .ui-widget-header .ui-state-next.ui-state-focus,
.no-svg .sys_contensisformdatepicker .ui-datepicker .ui-widget-header .ui-state-next.ui-state-hover {
    background-image: url("../images/icons/chevron-right-white.png") !important
}

.no-svg .sys_contensisformdatepicker .ui-datepicker .ui-state-focus,
.no-svg .sys_contensisformdatepicker .ui-datepicker .ui-state-prev.ui-state-hover,
.no-svg .sys_contensisformdatepicker .ui-datepicker .ui-state-prev.ui-state-hover,
.no-svg .sys_contensisformdatepicker .ui-datepicker .ui-widget-content .ui-state-prev.ui-state-focus,
.no-svg .sys_contensisformdatepicker .ui-datepicker .ui-widget-header .ui-state-prev.ui-state-focus,
.no-svg .sys_contensisformdatepicker .ui-datepicker .ui-widget-header .ui-state-prev.ui-state-hover {
    background-image: url("../images/icons/chevron-left-white.png") !important
}

.sys_cms-form-body li .sys_fieldlabel,
.sys_cms-form-body li .sys_legend,
.sys_cms-form-body li input,
.sys_cms-form-body li label,
.sys_cms-form-body li select,
.sys_cms-form-body li textarea {
    font-family: "Source Sans Pro", sans-serif !important;
    line-height: 1.5 !important;
    font-size: 16px !important
}

.sys_cms-form-control button {
    display: inline-block;
    color: #333;
    background-color: #ccc;
    min-width: 14.625rem;
    padding: .625rem 3.125rem;
    margin: .625rem 0;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: 0;
    border-radius: .125rem;
    transition: all 300ms ease;
    cursor: pointer
}

@media only screen and (max-width: 706px) {
    .sys_cms-form-control button {
        padding: .625rem 1.25rem
    }
}

.sys_cms-form-control button:focus,
.sys_cms-form-control button:hover {
    color: #333;
    background-color: #EDECEC
}

.sys_cms-form-control button.sys_form-submit {
    color: #fff;
    background-color: #8D2F88;
    background-image: url(../images/icons/chevron-right-white.svg);
    background-repeat: no-repeat;
    background-position: center right 75px;
    background-position-y: 16px;
    background-size: 8px
}

.sys_cms-form-control button.sys_form-submit:focus,
.sys_cms-form-control button.sys_form-submit:hover {
    color: #fff;
    background-color: #A648A1;
    background-position: center right 70px;
    background-position-y: 16px
}

.sys_cms-form-control button+.sys_cms-form-control button {
    margin-left: 1.25rem
}

.no-svg .sys_cms-form-control button.sys_form-submit {
    background-image: url(../images/icons/chevron-right-white.png)
}

.sys_cms-form-item input,
.sys_cms-form-item label {
    margin-left: 0 !important;
    opacity: 1 !important
}

.sys_theme-simple.sys_formrendercontrol-themed {
    background-color: #F4F4F4 !important;
    padding: 20px 40px 0 !important;
    margin: 15px 0 !important
}

.sys_cms-form-confirmation-content {
    padding-bottom: 20px !important;
}

@media only screen and (max-width: 706px) {
    .sys_theme-simple.sys_formrendercontrol-themed {
        padding: 20px 15px 0 !important
    }
}

input.sys_medium.formsuploader {
    height: 100%;
    padding: 3px !important
}

.sys_cms-form-body .sys_sidebyside span {
    padding-right: 15px !important
}

.sys_cms-form-body .sys_sectionbreak-header {
    font-weight: 600 !important;
    font-size: 20px !important
}

.sys_cms-form-body .sys_sectionbreak-text {
    font-size: 16px !important
}

.sys_cms-form-body .sys_time select {
    margin-left: 20px !important;
    margin-top: 5px !important
}

.sys_cms-form-body .sys_time .sys_timesubelement {
    width: 90px !important;
    margin: 0 auto !important;
    text-align: center !important
}

@media only screen and (max-width: 706px) {
    .sys_cms-form-body input {
        width: 100% !important
    }
}

.sys_cms-form-body input[type=checkbox],
.sys_cms-form-body input[type=radio] {
    width: 2em !important
}

.sys_form-progress {
    display:none !important;
}

@media only screen and (max-width: 706px) {
    .sys_cms-form-body .sys_sidebyside span {
        display: block
    }
}

.feedback__form input[type=radio] {
    width: 1em !important;
    height: auto
}

.sys_login-button {
    color: #fff;
    background-color: #8D2F88;
    transition: ease all 300ms;
    display: inline-block;
    min-width: 15.625rem;
    padding: .625rem 3.125rem;
    margin: .625rem 0;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: 0 !important;
    border-radius: 0.125rem !important;
    transition: all 300ms ease !important;
    cursor: pointer
}

@media only screen and (max-width: 706px) {
    .sys_login-button {
        padding: .625rem 1.25rem
    }
}

.sys_login-button:focus,
.sys_login-button:hover {
    color: #fff;
    background-color: #A648A1
}

.sys_login-button:focus .icon,
.sys_login-button:hover .icon {
    left: .75rem
}

.sys_login-button:active {
    background-color: #771F72
}

.filter .btn,
.filter .user-primary-button,
.filter .user-secondary-button {
    color: #fff;
    background-color: #8D2F88;
    background-image: url(../images/icons/chevron-right-white.svg);
    background-repeat: no-repeat;
    background-position: center right 70px;
    background-position-y: 16px;
    background-size: 8px
}

.filter .btn:focus,
.filter .user-primary-button:focus,
.filter .user-secondary-button:focus,
.filter .btn:hover,
.filter .user-primary-button:hover,
.filter .user-secondary-button:hover {
    color: #fff;
    background-color: #A648A1;
    background-position: center right 65px;
    background-position-y: 16px
}

.no-svg .filter .btn,
.no-svg .filter .user-primary-button,
.no-svg .filter .user-secondary-button {
    background-image: url(../images/icons/chevron-right-white.png)
}

main .sys_logon-control {
    width: 100%;
    margin-top: 30px;
    display: none
}

main .sys_logon-control input {
    width: 300px;
    height: 44px
}

main .sys_logon-control label {
    display: block;
    margin-bottom: 0
}

main .sys_logon-control .sys_login-button {
    display: block;
    background-image: url(../images/icons/chevron-right-white.svg);
    background-repeat: no-repeat;
    background-position: center right 105px;
    background-position-y: 16px;
    background-size: 8px
}

main .sys_logon-control .sys_login-button:focus,
main .sys_logon-control .sys_login-button:hover {
    background-color: #A648A1;
    background-position: center right 100px;
    background-position-y: 16px
}

.sys_pagebreak button {
    background-image: url(../images/icons/chevron-right-grey.svg);
    background-repeat: no-repeat;
    background-position: center right 60px;
    background-position-y: 14px;
    background-size: 8px
}

.sys_pagebreak button:focus,
.sys_pagebreak button:hover {
    background-position: center right 55px;
    background-position-y: 14px
}

.hero-banner {
    position: relative
}

.bannerCaption {
    width: auto;
    max-width: 300px;
    line-height: 1.3;
    right: 8%;
    bottom: 10%;
    color: #fff;
    font-size: 15px;
    float: right;
    display: block;
    position: absolute;
    background-color: #771f72;
    padding: 10px 13px 13px 13px
}

@media only screen and (max-width: 706px) {
    .bannerCaption {
        display: none;
    }
}

.viewMoreLink {
    display: block;
    color: #fff;
    font-weight: 400
}

.takeaction-bar {
    background: #f51c1c
}

.beaware-bar {
    background: #f57e23
}

.takeaction-bar p,
.takeaction-bar i,
.takeaction-bar a {
    color: #000000;
}

.snowmode-bar {
    background: #00b6d5
}

.alert-bar .glyphicons {
    vertical-align: top;
    margin-top: 17px;
    margin-bottom: 6px;
}

.travel-logo {
    width: 140px !important;
    padding: 65px 0px 0px 0px;
    margin: 0 auto;
    float: right;
    display: block;
}

@media only screen and (max-width: 706px) {
    .travel-logo {
        padding-top:0;
        padding-bottom:20px;
    }
}

.header__wrap {
    background-position: left;
    background-size: cover
}

.header__winter.header__wrap {
    background-image: url(/site-elements/images/banner-overlays/snowflakeoverlay.png)
}

.header__rememberance.header__wrap {
    background-image: url(/site-elements/images/banner-overlays/redoverlay.png)
}

@media only screen and (min-width:641px) {
    .header__rememberance .sys_search-query-control:before {
        content: "";
        background-image: url(/site-elements/images/banner-overlays/poppy.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 50px;
        height: 50px;
        display: block;
        z-index: 999999;
        position: absolute;
        top: -28px;
        left: -30px
    }
}

@media only screen and (max-width: 706px) {
    .travel-logo {
        float: none;
    }
}