@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese);
.on-page-editor .accordion .toggle-content [scfieldtype="rich text"] {
    display: block;
}
.accordion {
    background-color: #f7f7f7;
    color: #5e5e5e;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #d6d6d6;
    font-size: 12px;
}
.accordion .component-content div ul.items {
    overflow: hidden;
}
.accordion .component-content div ul.items li.item {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d6d6d6;
    padding: 15px 0 15px 0;
}
.accordion .component-content div ul.items li.item:last-child {
    border-bottom: none;
}
.accordion .component-content div ul.items li.item.active .toggle-header .field-heading:after {
    content: "" !important;
}
.accordion .component-content div ul.items li.item div.toggle-header {
    background-color: transparent;
    cursor: pointer;
    font-size: inherit;
}
.accordion .component-content div ul.items li.item div.toggle-header:hover {
    background-color: transparent;
}
.accordion .component-content div ul.items li.item div.toggle-header div.label {
    padding: 0;
    text-align: left;
    display: block;
    background: 0 0;
    position: relative;
    z-index: 3;
}
.accordion .component-content div ul.items li.item div.toggle-header div.label:after {
    content: "";
    display: table;
    clear: both;
}
.accordion .component-content div ul.items li.item div.toggle-header div.label>.row {
    margin-left: 0;
    margin-right: 0;
}
.accordion .component-content div ul.items li.item div.toggle-header div.label div.component.content {
    margin-top: 0;
    border-width: 0;
    padding: 15px 0;
}
.accordion .component-content div ul.items li.item div.toggle-header div.label div.component.content div.field-heading:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
}
.accordion .component-content div ul.items li.item div.toggle-content {
    background-color: transparent;
    font-size: inherit;
    padding-top: 0;
}
.accordion .component-content div ul.items li.item div.toggle-content>.row {
    margin-left: 0;
    margin-right: 0;
}
.accordion .component-content div ul.items li.item div.toggle-content:after {
    content: "";
    display: table;
    clear: both;
}
.accordion .component-content div ul.items li.item div.toggle-content div.component.content {
    border-width: 0;
    margin-top: 0;
    padding: 15px 0;
}
.accordion-horizontal {
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}
.accordion-horizontal.accordion-image .items .item {
    box-sizing: border-box;
    padding: 0 0 0 50px;
    margin: 0;
    min-height: 300px;
    border-width: 1px;
    border-style: solid;
    border-color: #d6d6d6;
}
.accordion-horizontal.accordion-image .items .item.active .toggle-header {
    background: 0 0 !important;
}
.accordion-horizontal.accordion-image .items .item.active .toggle-content {
    left: 0 !important;
}
.accordion-horizontal.accordion-image .items .item .toggle-header {
    width: 50px;
    border-right: none;
    border-top: transparent;
}
.accordion-horizontal.accordion-image .items .item .toggle-header:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.accordion-horizontal.accordion-image .items .item .toggle-content {
    padding: 0;
}
.accordion-horizontal .items {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.accordion-horizontal .items .item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 0;
    padding: 0 0 0 40px;
    min-height: 250px;
    position: relative;
}
.accordion-horizontal .items .item.active .toggle-header {
    background: 0 0;
    border-bottom-width: 0;
    border-top-width: 0;
    border-right-width: 0;
}
.accordion-horizontal .items .item .toggle-header {
    box-sizing: border-box;
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    padding: 0;
    width: 40px;
    min-height: 100%;
    background: 0 0;
    border-bottom-width: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #d6d6d6;
}
.accordion-horizontal .items .item .toggle-header .component {
    margin-top: 0;
}
.accordion-horizontal .items .item .toggle-header .label {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
}
.accordion-horizontal .items .item .toggle-header .label p {
    width: 200px;
}
.accordion-horizontal .items .item .toggle-header .label div.field-heading {
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 16px;
}
.accordion-horizontal .items .item .toggle-header .label div.field-heading span.scWebEditInput {
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.accordion-horizontal .items .item .toggle-content {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: auto;
    z-index: 10;
    height: 100%;
    overflow: hidden;
    text-align: left;
    padding: 20px 10px;
    border-top-width: 4px;
    border-left-width: 0;
}
.sxa-archive {
    padding: 15px 15px 15px 15px;
}
.sxa-archive>.component-content {
    padding: 15px 15px 15px 15px;
    background-color: #f7f7f7;
    color: #5e5e5e;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #d6d6d6;
}
.sxa-archive>.component-content ul {
    margin-left: 15px;
    display: none;
    cursor: pointer;
}
.sxa-archive>.component-content ul li .group-header {
    font-size: 12px;
    position: relative;
    display: block;
    padding: 15px 15px 15px 30px;
    line-height: 12px;
}
.sxa-archive>.component-content ul li .group-header:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    font-size: 1.7rem;
    content: "";
    line-height: 10px;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
}
.sxa-archive>.component-content ul li .group-header.opened:before {
    content: "";
}
.sxa-archive>.component-content ul.level-1 {
    display: block;
    font-weight: 600;
    margin-left: 0;
}
.sxa-archive>.component-content ul.level-1>li>span.group-header {
    font-weight: 700;
    font-size: 12px;
}
.sxa-archive>.component-content ul.level-1>li>ul.level-2>li .archive-items {
    display: none;
}
.sxa-archive>.component-content ul.level-1>li>ul.level-2>li .archive-items .archive-item {
    cursor: default;
    padding: 15px;
}
.sxa-archive>.component-content ul.level-1>li>ul.level-2>li .archive-items .archive-item a {
    background-color: transparent;
    text-decoration: none;
    font-size: 13px;
    color: #5e5e5e;
}
.sxa-archive>.component-content ul.level-1>li>ul.level-2>li .archive-items .archive-item a:focus, .sxa-archive>.component-content ul.level-1>li>ul.level-2>li .archive-items .archive-item a:hover {
    color: #474747;
    text-decoration: none;
}
.sxa-archive>.component-content ul.level-1>li>ul.level-2>li .archive-items .archive-item a.btn {
    text-decoration: none;
}
.breadcrumb.component {
    padding: 15px 15px 15px 15px;
}
.breadcrumb.component>.component-content {
    background-color: transparent;
    color: #969696;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}
.breadcrumb.component>.component-content nav ol {
    list-style: none;
}
.breadcrumb.component>.component-content nav ol:after {
    content: "";
    display: table;
    clear: both;
}
.breadcrumb.component>.component-content nav ol li.breadcrumb-item {
    position: relative;
    display: block;
    float: left;
}
.breadcrumb.component>.component-content nav ol li.breadcrumb-item.last .separator {
    display: none;
}
.breadcrumb.component>.component-content nav ol li.breadcrumb-item.last a {
    font-weight: 600;
    color: #2b2b2b;
}
.breadcrumb.component>.component-content nav ol li.breadcrumb-item.item-hide:hover>ol {
    display: none;
}
.breadcrumb.component>.component-content nav ol li.breadcrumb-item:hover>ol {
    display: block;
    position: absolute;
    top: 23px;
    left: auto;
    z-index: 100;
    border-radius: 4px;
}
.breadcrumb.component>.component-content nav ol li.breadcrumb-item>.navigation-title {
    display: inline-block;
    vertical-align: middle;
}
.breadcrumb.component>.component-content nav ol li.breadcrumb-item>.navigation-title a {
    font-size: 12px;
    color: #969696;
    text-decoration: none;
    font-weight: 400;
}
.breadcrumb.component>.component-content nav ol li.breadcrumb-item>.navigation-title a :hover {
    color: #2b2b2b;
}
.breadcrumb.component>.component-content nav ol li.breadcrumb-item .separator {
    color: #2b2b2b;
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
}
.breadcrumb.component>.component-content nav ol li.breadcrumb-item>ol {
    border-width: 1px;
    border-style: solid;
    border-color: #d6d6d6;
    background: #f7f7f7;
    box-sizing: border-box;
    display: none;
    margin: 0;
    box-shadow: 0 0 8px 4px #cfcfcf;
}
.breadcrumb.component>.component-content nav ol li.breadcrumb-item>ol li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    float: none;
    margin: 0;
    padding: 8px 20px 8px 15px;
    width: 100%;
    min-width: 140px;
    cursor: pointer;
}
.breadcrumb.component>.component-content nav ol li.breadcrumb-item>ol li:hover {
    background: #e3e3e3;
    color: #5e5e5e;
}
.breadcrumb.component>.component-content nav ol li.breadcrumb-item>ol li:hover a {
    color: #5e5e5e !important;
}
.breadcrumb.component>.component-content nav ol li.breadcrumb-item>ol li:last-child {
    border-bottom-width: 0;
}
.breadcrumb.component>.component-content nav ol li.breadcrumb-item>ol li .navigation-title a {
    display: block;
    padding: 2px 0 2px 10px;
}
.breadcrumb.component.breadcrumb-navigation {
    overflow: visible;
}
.breadcrumb.breadcrumb-hide li.item-hide+li.item-hide {
    display: none;
}
.breadcrumb.breadcrumb-hide li.item-hide a {
    display: none;
}
.breadcrumb.breadcrumb-hide li.item-hide:before {
    content: "...";
    display: inline;
}
.breadcrumb.breadcrumb-hide li.hide-full {
    display: none;
}
.breadcrumb.triangle-separator .separator {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0;
}
.breadcrumb.triangle-separator .separator:before {
    content: "";
    display: block;
    font-size: 16px;
}
.carousel {
    box-sizing: border-box;
    text-align: center;
    padding: 0;
}
.carousel>.component-content {
    background: #e3e3e3;
    position: relative;
}
.carousel>.component-content .carousel-inner .wrapper {
    overflow: hidden;
}
.carousel>.component-content .carousel-inner .wrapper .slides {
    position: relative;
}
.carousel>.component-content .carousel-inner .wrapper .slides:after {
    content: "";
    display: table;
    clear: both;
}
.carousel>.component-content .carousel-inner .wrapper .slides li.slide .component.content {
    padding: 0;
}
.carousel>.component-content .carousel-inner .wrapper .slides li.slide .component.content .component-content .field-slideimage {
    text-align: center !important;
}
.carousel>.component-content .carousel-inner .wrapper .slides li.slide .component.content .component-content .field-slideimage img {
    height: auto;
}
.carousel>.component-content .carousel-inner .wrapper .slides li.slide .component.content .component-content .slide-info {
    background-color: #f0f0f0;
    padding: 15px;
}
.carousel>.component-content .carousel-inner .wrapper .nav {
    background: #f0f0f0;
    padding-bottom: 5px;
}
.carousel>.component-content .carousel-inner .wrapper .nav .prev-text {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
}
.carousel>.component-content .carousel-inner .wrapper .nav .prev-text:active, .carousel>.component-content .carousel-inner .wrapper .nav .prev-text:hover {
    text-decoration: none;
}
.carousel>.component-content .carousel-inner .wrapper .nav .prev-text:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    font-size: 20px;
}
.carousel>.component-content .carousel-inner .wrapper .nav .nav-items {
    display: inline-block;
    position: relative;
    height: 25px;
    min-width: 20px;
    margin: 0 15px;
    vertical-align: middle;
    cursor: pointer;
}
.carousel>.component-content .carousel-inner .wrapper .nav .nav-items:before {
    left: -9px;
    background-position: -154px -152px;
}
.carousel>.component-content .carousel-inner .wrapper .nav .nav-items:after {
    right: -9px;
    background-position: -225px -152px;
}
.carousel>.component-content .carousel-inner .wrapper .nav .nav-items .sxa-bullets, .carousel>.component-content .carousel-inner .wrapper .nav .nav-items .sxa-numbers {
    position: relative;
    height: 25px;
    float: left;
    width: 20px;
    box-sizing: border-box;
    line-height: 18px;
}
.carousel>.component-content .carousel-inner .wrapper .nav .nav-items .sxa-numbers:hover {
    color: #5e5e5e;
}
.carousel>.component-content .carousel-inner .wrapper .nav .nav-items .sxa-numbers.active {
    font-weight: 700;
}
.carousel>.component-content .carousel-inner .wrapper .nav .nav-items .sxa-bullets {
    margin: 5px;
    border-radius: 10px;
    width: 9px;
    height: 9px;
    background-color: #b3b3b3;
}
.carousel>.component-content .carousel-inner .wrapper .nav .nav-items .sxa-bullets.active {
    width: 10px;
    height: 10px;
    background-color: #5e5e5e;
}
.carousel>.component-content .carousel-inner .wrapper .nav .next-text {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}
.carousel>.component-content .carousel-inner .wrapper .nav .next-text:active, .carousel>.component-content .carousel-inner .wrapper .nav .next-text:hover {
    text-decoration: none;
    color: #5e5e5e;
}
.carousel>.component-content .carousel-inner .wrapper .nav .next-text:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 20px;
}
.carousel.slide-hero>.component-content .carousel-inner .wrapper {
    padding-bottom: 0;
}
.carousel.slide-hero>.component-content .carousel-inner .wrapper .slides li.slide .component.content {
    padding-left: 0;
    padding-right: 0;
}
.carousel.slide-hero>.component-content .carousel-inner .wrapper .slides li.slide .component.content .component-content .field-slideimage {
    min-height: 200px;
}
.carousel.slide-hero>.component-content .carousel-inner .wrapper .slides li.slide .component.content .component-content .slide-info {
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 999;
    background-color: transparent;
}
.carousel.slide-hero>.component-content .carousel-inner .wrapper .nav {
    height: 0;
    margin-top: 0;
}
.carousel.slide-hero>.component-content .carousel-inner .wrapper .nav .next-text, .carousel.slide-hero>.component-content .carousel-inner .wrapper .nav .prev-text {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.carousel.slide-hero>.component-content .carousel-inner .wrapper .nav .nav-items {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.row.column-splitter {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
}
.row.column-splitter>div {
    padding-left: 0;
    padding-right: 0;
}
.sxa-bordered {
    padding: 15px 15px 15px 15px;
    box-sizing: border-box;
}
.sxa-bordered>.component-content {
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #d6d6d6;
    border-radius: 5px;
}
.column-splitter, .row-splitter {
    box-sizing: border-box;
}
.column-splitter .sxa-bordered, .row-splitter .sxa-bordered {
    padding: 15px !important;
}
.column-splitter .sxa-bordered .scEmptyPlaceholder, .column-splitter .sxa-bordered>.component, .row-splitter .sxa-bordered .scEmptyPlaceholder, .row-splitter .sxa-bordered>.component {
    border-width: 1px;
    border-style: solid;
    border-color: #d6d6d6;
    border-radius: 5px;
}
.title-row-box {
    border-width: 1px;
    border-style: solid;
    border-color: #d6d6d6;
    box-sizing: border-box;
    width: 100%;
    height: 87px;
    margin: 0;
    padding: 0;
    background: #e3e3e3;
}
.title-row-box>.component-content {
    max-width: 960px;
    margin: 0 auto !important;
}
.title-row-box>.component-content .title {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 23px 0 0 0;
    padding: 0;
}
.title-row-box>.component-content .title h1 {
    font-size: 22px;
    font-size: 2.2rem;
    border: none;
}
.title-row-box>.component-content .rich-text {
    margin: 0;
}
.title-row-box>.component-content .rich-text h1, .title-row-box>.component-content .rich-text h2, .title-row-box>.component-content .rich-text h3, .title-row-box>.component-content .rich-text h4 {
    margin: 0;
    padding: 0;
}
.title-row-box>.component-content .breadcrumb {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 23px 0 0 0;
    padding: 0;
    float: right;
    clear: both;
}
.component.container {
    padding: 0;
    box-sizing: border-box;
}
.component.container>.component-content:after {
    content: "";
    display: table;
    clear: both;
}
.divider {
    width: 100%;
}
.divider hr {
    margin: 15px 0;
    border: 0;
    height: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ccc;
}
.white-space-divider hr {
    border: none;
}
.event-list li, .event-list li>.scLooseFrameZone {
    background: #fff;
    display: inline-flex;
    width: 100%;
    align-items: center;
    color: #747474;
    flex-flow: row wrap;
}
.event-list li:after, .event-list li>.scLooseFrameZone:after {
    content: "";
    display: table;
    clear: both;
}
.event-list {
    background: 0 0;
}
.event-list .avi, .event-list .bmp, .event-list .doc, .event-list .docx, .event-list .field-filetypeicon>a>span, .event-list .gif, .event-list .jpeg, .event-list .jpg, .event-list .mov, .event-list .mp3, .event-list .mp4, .event-list .pdf, .event-list .png, .event-list .ppt, .event-list .pptx, .event-list .psd, .event-list .txt, .event-list .wma, .event-list .wmv, .event-list .xls, .event-list .xlsx, .event-list .zip {
    display: inline-block;
    box-sizing: border-box;
    font-weight: 400;
    width: 15px;
    height: 21px;
    margin: 0;
    padding: 0;
    position: relative;
}
.event-list .avi:before, .event-list .bmp:before, .event-list .doc:before, .event-list .docx:before, .event-list .field-filetypeicon>a>span:before, .event-list .gif:before, .event-list .jpeg:before, .event-list .jpg:before, .event-list .mov:before, .event-list .mp3:before, .event-list .mp4:before, .event-list .pdf:before, .event-list .png:before, .event-list .ppt:before, .event-list .pptx:before, .event-list .psd:before, .event-list .txt:before, .event-list .wma:before, .event-list .wmv:before, .event-list .xls:before, .event-list .xlsx:before, .event-list .zip:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px !important;
    position: absolute;
    display: block;
    top: 50%;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.event-list .field-filetypeicon span:before {
    content: "";
}
.event-list .field-filetypeicon .pdf:before {
    content: "";
}
.event-list .field-filetypeicon .xls:before, .event-list .field-filetypeicon .xlsx:before {
    content: "";
}
.event-list .field-filetypeicon .ppt:before, .event-list .field-filetypeicon .pptx:before {
    content: "";
}
.event-list .field-filetypeicon .doc:before, .event-list .field-filetypeicon .docx:before {
    content: "";
}
.event-list .field-filetypeicon .bmp:before, .event-list .field-filetypeicon .gif:before, .event-list .field-filetypeicon .jpeg:before, .event-list .field-filetypeicon .jpg:before, .event-list .field-filetypeicon .png:before, .event-list .field-filetypeicon .psd:before, .event-list .field-filetypeicon .tif:before {
    content: "";
}
.event-list .field-filetypeicon .avi:before, .event-list .field-filetypeicon .divx:before, .event-list .field-filetypeicon .flv:before, .event-list .field-filetypeicon .gifv:before, .event-list .field-filetypeicon .h264:before, .event-list .field-filetypeicon .m4v:before, .event-list .field-filetypeicon .mk3d:before, .event-list .field-filetypeicon .mkv:before, .event-list .field-filetypeicon .mov:before, .event-list .field-filetypeicon .movie:before, .event-list .field-filetypeicon .mp4:before, .event-list .field-filetypeicon .mpg:before, .event-list .field-filetypeicon .oggv:before, .event-list .field-filetypeicon .rv:before, .event-list .field-filetypeicon .swf:before, .event-list .field-filetypeicon .vid:before, .event-list .field-filetypeicon .vp6:before, .event-list .field-filetypeicon .webm:before, .event-list .field-filetypeicon .wmv:before {
    content: "";
}
.event-list .field-filetypeicon .aa:before, .event-list .field-filetypeicon .aac:before, .event-list .field-filetypeicon .aax:before, .event-list .field-filetypeicon .ac3:before, .event-list .field-filetypeicon .aif:before, .event-list .field-filetypeicon .aiff:before, .event-list .field-filetypeicon .amz:before, .event-list .field-filetypeicon .asx:before, .event-list .field-filetypeicon .au:before, .event-list .field-filetypeicon .avr:before, .event-list .field-filetypeicon .fla:before, .event-list .field-filetypeicon .flac:before, .event-list .field-filetypeicon .m3u:before, .event-list .field-filetypeicon .m4a:before, .event-list .field-filetypeicon .mid:before, .event-list .field-filetypeicon .midi:before, .event-list .field-filetypeicon .mka:before, .event-list .field-filetypeicon .mp3:before, .event-list .field-filetypeicon .mp4a:before, .event-list .field-filetypeicon .ogg:before, .event-list .field-filetypeicon .pcm:before, .event-list .field-filetypeicon .ra:before, .event-list .field-filetypeicon .rma:before, .event-list .field-filetypeicon .wav:before, .event-list .field-filetypeicon .wma:before, .event-list .field-filetypeicon .xwma:before {
    content: "";
}
.event-list .field-filetypeicon .txt:before {
    content: "";
}
.event-list .field-filetypeicon .dmg:before, .event-list .field-filetypeicon .gz:before, .event-list .field-filetypeicon .iso:before, .event-list .field-filetypeicon .rar:before, .event-list .field-filetypeicon .tar:before, .event-list .field-filetypeicon .zip:before, .event-list .field-filetypeicon .zipx:before {
    content: "";
}
.event-list .field-filetypeicon .config:before, .event-list .field-filetypeicon .cpp:before, .event-list .field-filetypeicon .css:before, .event-list .field-filetypeicon .git:before, .event-list .field-filetypeicon .h:before, .event-list .field-filetypeicon .ini:before, .event-list .field-filetypeicon .js:before, .event-list .field-filetypeicon .py:before {
    content: "";
}
.event-list .field-filetypeicon .apk:before, .event-list .field-filetypeicon .app:before, .event-list .field-filetypeicon .bat:before, .event-list .field-filetypeicon .deb:before, .event-list .field-filetypeicon .dll:before, .event-list .field-filetypeicon .exe:before, .event-list .field-filetypeicon .jar:before, .event-list .field-filetypeicon .msi:before, .event-list .field-filetypeicon .pl:before, .event-list .field-filetypeicon .prg:before, .event-list .field-filetypeicon .scr:before, .event-list .field-filetypeicon .sh:before, .event-list .field-filetypeicon .vb:before {
    content: "";
}
.event-list .field-filetypeicon .asp:before, .event-list .field-filetypeicon .aspx:before, .event-list .field-filetypeicon .cfm:before, .event-list .field-filetypeicon .com:before, .event-list .field-filetypeicon .edu:before, .event-list .field-filetypeicon .gov:before, .event-list .field-filetypeicon .htm:before, .event-list .field-filetypeicon .html:before, .event-list .field-filetypeicon .jhtml:before, .event-list .field-filetypeicon .mil:before, .event-list .field-filetypeicon .net:before, .event-list .field-filetypeicon .org:before, .event-list .field-filetypeicon .php3:before, .event-list .field-filetypeicon .php4:before, .event-list .field-filetypeicon .php5:before, .event-list .field-filetypeicon .php:before, .event-list .field-filetypeicon .phtmle:before, .event-list .field-filetypeicon .xhtml:before {
    content: "";
}
.event-list h1, .event-list h2, .event-list h3, .event-list h4, .event-list h5, .event-list h6 {
    color: #222;
}
.event-list h1, .event-list h2 {
    margin: 10px 0;
}
.event-list h3, .event-list h4, .event-list p {
    margin: 5px 0;
}
.event-list h5, .event-list h6 {
    margin: 5px 0 0;
}
.event-list strong {
    font-weight: 700;
}
.event-list ol, .event-list ul {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: 10px;
}
.event-list li {
    font-size: 13px;
    margin-left: 15px;
}
.event-list ul li {
    list-style: disc;
    list-style-position: inside;
}
.event-list ol li {
    list-style: decimal;
    list-style-position: inside;
}
.event-list a {
    color: #de232f;
    text-decoration: underline;
    font-size: 1em;
}
.event-list a:hover {
    color: #878787;
}
.event-list table {
    height: auto !important;
    border: 2px solid #d2d2d2;
}
.event-list table, .event-list table td, .event-list table th, .event-list table tr {
    border: solid 2px #d2d2d2;
    background: #fff;
    border-collapse: collapse;
    vertical-align: middle;
}
.event-list table td, .event-list table th, .event-list table tr {
    padding: 5px;
}
.event-list table caption {
    background-color: #f7f7f7;
    overflow: hidden;
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    margin-left: 0;
}
.event-list table tr {
    border: none;
}
.event-list table td, .event-list table th {
    border-width: 2px 0 0 2px;
}
.event-list table th {
    background-color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 7px;
}
.event-list table th:first-child {
    border-left: 0;
}
.event-list table td:first-child {
    border-left: 0;
}
.event-list h1, .event-list h2, .event-list h3, .event-list h4, .event-list h5, .event-list h6 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
}
.event-list ul {
    margin: 10px 0;
}
.event-list li {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    margin-left: 0;
    box-sizing: border-box;
    padding: 15px 15px 40px 15px;
    position: relative;
    margin: 10px 0;
}
.event-list li>.scLooseFrameZone>.scEmptyPlaceholder {
    flex-basis: 100%;
}
.event-list .event-list-time {
    order: 1;
    flex-grow: 1;
    font-weight: 700;
    min-width: 115px;
    max-width: 20%;
}
.event-list .event-list-time .scWebEditInput {
    display: inline;
}
.event-list .event-list-info {
    order: 1;
    flex-grow: 2;
    margin: 0 15px;
    max-width: 75%;
}
.event-list .event-list-name {
    font-size: 16px;
    font-weight: 700;
}
.event-list .event-list-link, .event-list .event-list-place {
    position: absolute;
    bottom: 5px;
    padding-left: 15px;
}
.event-list .event-list-link:before, .event-list .event-list-place:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}
.event-list .event-list-place {
    left: 10px;
}
.event-list .event-list-place:before {
    content: "";
}
.event-list .event-list-link {
    right: 10px;
}
.event-list .event-list-link a {
    font-size: 1em;
    color: #747474;
}
.event-list .event-list-link a:hover {
    color: #878787;
    text-decoration: none;
    border-bottom: 1px solid #89c6cc;
}
.event-list .event-list-link:before {
    content: "";
}
.event-list .scWebEditInput {
    font-family: "Open Sans", Helvetica, Verdana, Tahoma, sans-serif;
}
.facebook-comments .fb-comments {
    width: 100%;
}
.facebook-comments .fb-comments>span {
    text-align: justify !important;
    width: 100% !important;
}
.facebook-comments .fb-comments>span>iframe {
    width: 100% !important;
}
.feed {
    background: 0 0;
}
.feed h1, .feed h2, .feed h3, .feed h4, .feed h5, .feed h6 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d2d2d2;
}
.feed .feed-item {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d2d2d2;
    padding: 10px 10px 10px 0;
    margin-left: 10px;
    background: 0 0;
}
.feed .feed-title a {
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: 700;
    display: block;
}
.feed .feed-datetime {
    font-size: 11px;
    font-size: 1.1rem;
    float: left;
}
.feed .feed-author {
    font-size: 11px;
    font-size: 1.1rem;
    float: right;
}
.feed .feed-description {
    font-size: 13px;
    font-size: 1.3rem;
    box-sizing: border-box;
    margin: 5px;
    overflow: hidden;
    clear: both;
}
.feed .feed-description img {
    margin: 0 4px;
}
.feed.feed-grid .feed-item {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    width: 32%;
    margin: 0 1% 10px 0;
    padding: 20px;
}
.field-editor {
    background: 0 0;
    overflow: hidden;
}
.field-editor .field-table {
    width: 100%;
    border-collapse: collapse;
}
.field-editor .field-table table {
    word-wrap: break-word;
    table-layout: fixed;
}
.field-editor .field-table tbody {
    border: none;
    background: 0 0;
}
.field-editor .field-table tbody tr {
    background: 0 0;
}
.field-editor .field-table th {
    color: #000;
    padding: 5px 10px;
    text-align: left;
    vertical-align: middle;
}
.field-editor .field-table td {
    color: #747474;
    padding: 5px 10px;
    text-align: left;
    vertical-align: middle;
}
.field-editor.position-right .field-table td {
    text-align: right;
}
.field-editor.position-center .field-table td {
    text-align: center;
}
.file-list {
    background: 0 0;
}
.file-list h1, .file-list h2, .file-list h3, .file-list h4, .file-list h5, .file-list h6 {
    color: #747474;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}
.file-list li {
    margin: 0 20px 5px 0;
}
.file-list li * {
    color: #747474;
}
.file-list .list-item {
    background: 0 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
}
.file-list .list-item a:hover {
    color: #878787;
}
.file-list .list-item>.scEnabledChrome {
    width: 100%;
}
.file-list .list-item>.scEnabledChrome .scEmptyPlaceholder {
    width: 100%;
    margin-left: 0;
}
.file-list .list-item>*, .file-list .list-item>.scEnabledChrome>* {
    flex-shrink: 1;
    flex-grow: 1;
    margin-left: 5px;
}
.file-list .list-item .field-filetypeicon>a {
    display: block;
}
.file-list .list-item .field-filetypeicon span {
    display: block;
    height: 17px;
}
.file-list .list-item .field-filetypeicon span:before {
    font-size: 18px;
}
.file-list .field-customimage, .file-list .field-description, .file-list .field-linktext, .file-list .field-size {
    color: #747474;
    font-size: #747474;
}
.file-list .field-linktext a {
    text-decoration: none;
}
.file-list .avi, .file-list .bmp, .file-list .doc, .file-list .docx, .file-list .field-filetypeicon>a>span, .file-list .gif, .file-list .jpeg, .file-list .jpg, .file-list .mov, .file-list .mp3, .file-list .mp4, .file-list .pdf, .file-list .png, .file-list .ppt, .file-list .pptx, .file-list .psd, .file-list .txt, .file-list .wma, .file-list .wmv, .file-list .xls, .file-list .xlsx, .file-list .zip {
    display: inline-block;
    box-sizing: border-box;
    font-weight: 400;
    width: 15px;
    height: 21px;
    margin: 0;
    padding: 0;
    position: relative;
}
.file-list .avi:before, .file-list .bmp:before, .file-list .doc:before, .file-list .docx:before, .file-list .field-filetypeicon>a>span:before, .file-list .gif:before, .file-list .jpeg:before, .file-list .jpg:before, .file-list .mov:before, .file-list .mp3:before, .file-list .mp4:before, .file-list .pdf:before, .file-list .png:before, .file-list .ppt:before, .file-list .pptx:before, .file-list .psd:before, .file-list .txt:before, .file-list .wma:before, .file-list .wmv:before, .file-list .xls:before, .file-list .xlsx:before, .file-list .zip:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px !important;
    position: absolute;
    display: block;
    top: 50%;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
}
.file-list .field-filetypeicon span:before {
    content: "";
}
.file-list .field-filetypeicon .pdf:before {
    content: "";
}
.file-list .field-filetypeicon .xls:before, .file-list .field-filetypeicon .xlsx:before {
    content: "";
}
.file-list .field-filetypeicon .ppt:before, .file-list .field-filetypeicon .pptx:before {
    content: "";
}
.file-list .field-filetypeicon .doc:before, .file-list .field-filetypeicon .docx:before {
    content: "";
}
.file-list .field-filetypeicon .bmp:before, .file-list .field-filetypeicon .gif:before, .file-list .field-filetypeicon .jpeg:before, .file-list .field-filetypeicon .jpg:before, .file-list .field-filetypeicon .png:before, .file-list .field-filetypeicon .psd:before, .file-list .field-filetypeicon .tif:before {
    content: "";
}
.file-list .field-filetypeicon .avi:before, .file-list .field-filetypeicon .divx:before, .file-list .field-filetypeicon .flv:before, .file-list .field-filetypeicon .gifv:before, .file-list .field-filetypeicon .h264:before, .file-list .field-filetypeicon .m4v:before, .file-list .field-filetypeicon .mk3d:before, .file-list .field-filetypeicon .mkv:before, .file-list .field-filetypeicon .mov:before, .file-list .field-filetypeicon .movie:before, .file-list .field-filetypeicon .mp4:before, .file-list .field-filetypeicon .mpg:before, .file-list .field-filetypeicon .oggv:before, .file-list .field-filetypeicon .rv:before, .file-list .field-filetypeicon .swf:before, .file-list .field-filetypeicon .vid:before, .file-list .field-filetypeicon .vp6:before, .file-list .field-filetypeicon .webm:before, .file-list .field-filetypeicon .wmv:before {
    content: "";
}
.file-list .field-filetypeicon .aa:before, .file-list .field-filetypeicon .aac:before, .file-list .field-filetypeicon .aax:before, .file-list .field-filetypeicon .ac3:before, .file-list .field-filetypeicon .aif:before, .file-list .field-filetypeicon .aiff:before, .file-list .field-filetypeicon .amz:before, .file-list .field-filetypeicon .asx:before, .file-list .field-filetypeicon .au:before, .file-list .field-filetypeicon .avr:before, .file-list .field-filetypeicon .fla:before, .file-list .field-filetypeicon .flac:before, .file-list .field-filetypeicon .m3u:before, .file-list .field-filetypeicon .m4a:before, .file-list .field-filetypeicon .mid:before, .file-list .field-filetypeicon .midi:before, .file-list .field-filetypeicon .mka:before, .file-list .field-filetypeicon .mp3:before, .file-list .field-filetypeicon .mp4a:before, .file-list .field-filetypeicon .ogg:before, .file-list .field-filetypeicon .pcm:before, .file-list .field-filetypeicon .ra:before, .file-list .field-filetypeicon .rma:before, .file-list .field-filetypeicon .wav:before, .file-list .field-filetypeicon .wma:before, .file-list .field-filetypeicon .xwma:before {
    content: "";
}
.file-list .field-filetypeicon .txt:before {
    content: "";
}
.file-list .field-filetypeicon .dmg:before, .file-list .field-filetypeicon .gz:before, .file-list .field-filetypeicon .iso:before, .file-list .field-filetypeicon .rar:before, .file-list .field-filetypeicon .tar:before, .file-list .field-filetypeicon .zip:before, .file-list .field-filetypeicon .zipx:before {
    content: "";
}
.file-list .field-filetypeicon .config:before, .file-list .field-filetypeicon .cpp:before, .file-list .field-filetypeicon .css:before, .file-list .field-filetypeicon .git:before, .file-list .field-filetypeicon .h:before, .file-list .field-filetypeicon .ini:before, .file-list .field-filetypeicon .js:before, .file-list .field-filetypeicon .py:before {
    content: "";
}
.file-list .field-filetypeicon .apk:before, .file-list .field-filetypeicon .app:before, .file-list .field-filetypeicon .bat:before, .file-list .field-filetypeicon .deb:before, .file-list .field-filetypeicon .dll:before, .file-list .field-filetypeicon .exe:before, .file-list .field-filetypeicon .jar:before, .file-list .field-filetypeicon .msi:before, .file-list .field-filetypeicon .pl:before, .file-list .field-filetypeicon .prg:before, .file-list .field-filetypeicon .scr:before, .file-list .field-filetypeicon .sh:before, .file-list .field-filetypeicon .vb:before {
    content: "";
}
.file-list .field-filetypeicon .asp:before, .file-list .field-filetypeicon .aspx:before, .file-list .field-filetypeicon .cfm:before, .file-list .field-filetypeicon .com:before, .file-list .field-filetypeicon .edu:before, .file-list .field-filetypeicon .gov:before, .file-list .field-filetypeicon .htm:before, .file-list .field-filetypeicon .html:before, .file-list .field-filetypeicon .jhtml:before, .file-list .field-filetypeicon .mil:before, .file-list .field-filetypeicon .net:before, .file-list .field-filetypeicon .org:before, .file-list .field-filetypeicon .php3:before, .file-list .field-filetypeicon .php4:before, .file-list .field-filetypeicon .php5:before, .file-list .field-filetypeicon .php:before, .file-list .field-filetypeicon .phtmle:before, .file-list .field-filetypeicon .xhtml:before {
    content: "";
}
.file-list.file-list-images .file-list-items li {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 30%;
}
.file-list.file-list-files .component-content>ul li>.scLooseFrameZone, .file-list.file-list-files .component-content>ul>li {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.file-list.file-list-files li {
    margin: 0;
    padding-bottom: 5px;
    padding-top: 5px;
}
.file-list.file-list-files li:last-child {
    padding-bottom: 0;
}
.file-list.file-list-files .field-filetypeicon {
    width: 3%;
    order: 1;
    min-width: 23px;
}
.file-list.file-list-files .field-filetypeicon span:before {
    font-size: 20px;
}
.file-list.file-list-files .field-title {
    order: 1;
    padding: 0;
    width: 50%;
}
.file-list.file-list-files .field-updated {
    order: 1;
    width: 45%;
    text-align: right;
}
.file-list.file-list-files .field-linktext {
    order: 1;
    text-align: center;
    font-weight: 600;
}
.file-list.file-list-horizontal .component-content>ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
.file-list.file-list-horizontal .component-content>ul>li {
    order: 1;
}
.file-list.file-list-horizontal li {
    flex-grow: 1;
    align-self: flex-end;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: auto;
}
.file-list.file-list-horizontal li .field-filetypeicon span {
    height: 25px;
    width: 100%;
}
.file-list.file-list-horizontal li .field-filetypeicon span:before {
    font-size: 24px !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.file-list.file-list-horizontal .list-item>*, .file-list.file-list-horizontal .list-item>.scEnabledChrome>* {
    display: block;
    text-align: center;
}
.flip {
    background: 0 0;
    perspective: 1000;
}
.flip h2 {
    margin-bottom: 5px;
}
.flip .Side0, .flip .Side0_EDIT, .flip .Side1, .flip .Side1_EDIT {
    background: #fff;
    width: 96%;
    padding: 2%;
}
.flip .Side0:after, .flip .Side0_EDIT:after, .flip .Side1:after, .flip .Side1_EDIT:after {
    content: "";
    display: table;
    clear: both;
}
.flip .Side1_EDIT {
    margin-top: 5px;
}
.flip .flipsides {
    position: relative;
    word-wrap: break-word;
}
.flip .Side0, .flip .Side1 {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform;
    transition-duration: 1s;
    transition-timing-function: ease-in;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
}
.flip .Side0 .slide-content:after, .flip .Side0 .slide-heading:after, .flip .Side1 .slide-content:after, .flip .Side1 .slide-heading:after {
    content: "";
    display: table;
    clear: both;
}
.flip .Side1 {
    transform: rotateY(180deg);
    animation: slide0hide 1s ease-in 1s forwards;
}
.flip.active .Side0 {
    transform: rotateY(180deg);
    animation: slide0hide 1s ease-in 1s forwards;
}
.flip.active .Side1 {
    transform: rotateY(360deg);
    animation: slide1show 0s ease-in 1s forwards;
}
.flip.flip-fade .Side0, .flip.flip-fade .Side1 {
    transition-property: opacity;
}
.flip.flip-fade .Side1 {
    transform: rotateY(0);
    opacity: 0;
}
.flip.flip-fade.active .Side0 {
    transform: rotateY(0);
    opacity: 0;
}
.flip.flip-fade.active .Side1 {
    transform: rotateY(0);
    opacity: 1;
}
.flip.flip-slide-top .Side0, .flip.flip-slide-top .Side1 {
    transition-property: height, visibility, padding-top;
    transition-duration: 1s, 1s, 1s;
    transition-timing-function: linear, linear, linear;
    box-sizing: border-box;
}
.flip.flip-slide-top .Side1 {
    transform: rotateY(0);
    overflow: hidden;
    height: 0;
    visibility: hidden;
    padding-top: 0;
    padding-bottom: 0;
}
.flip.flip-slide-top .Side1 .slide-heading {
    margin-top: 16px;
}
.flip.flip-slide-top.active .Side0 {
    transform: rotateY(0);
}
.flip.flip-slide-top.active .Side1 {
    height: 100%;
    transform: rotateY(0);
    visibility: visible;
    padding-top: 0;
    padding-bottom: 10px;
}
.flip.flip-vertical .Side1 {
    transform: rotateY(0);
    transform: rotateX(180deg);
}
.flip.flip-vertical.active .Side0 {
    transform: rotateY(0);
    transform: rotateX(180deg);
}
.flip.flip-vertical.active .Side1 {
    transform: rotateY(0);
    transform: rotateX(360deg);
}
.no-csstransforms3d .flip .Side1 {
    display: none;
}
.no-csstransforms3d .flip.active .Side0 {
    display: none;
}
.no-csstransforms3d .flip.active .Side1 {
    display: block;
}
.on-page-editor .flipsides {
    height: auto;
}
.on-page-editor .flipsides .Side0, .on-page-editor .flipsides .Side1 {
    margin-bottom: 10px;
}
.form {
    margin: 10px 0;
    font-size: 14px;
    overflow: hidden;
}
.form table {
    width: 100%;
}
.form .scfSectionContent>div {
    margin: 5px 0 0 0;
    padding: 0;
}
.form .scfSectionContent>div~div {
    margin: 0;
}
.form .scfSectionContent>div>div, .form .scfSectionContent>div>label {
    width: 100%;
    display: block;
    padding: 0;
}
.form .has-feedback:after {
    content: "";
    display: table;
    clear: both;
}
.form .scfRequired {
    display: none !important;
}
.form fieldset {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    padding: 15px;
    margin: 10px 0;
    position: relative;
}
.form fieldset legend {
    font-weight: 700;
    padding: 0 5px;
    font-size: 16px;
    position: absolute;
    top: -33px;
    background: #fff;
    left: 0;
}
.form .scfSectionContent>div {
    box-sizing: border-box;
    margin: 15px 0;
    border: 1px dashed gray;
    padding: 10px;
    position: relative;
}
.form .scfSectionContent>div:after {
    clear: both;
    content: "";
    display: block;
}
.form .scfSectionContent>div:hover [class$=GeneralPanel]>[class$=UsefulInfo] {
    opacity: 1;
}
.form .scfSectionContent>div input, .form .scfSectionContent>div select {
    margin-left: 5px;
}
.form .scfSectionContent [class$=UsefulInfo] {
    transition: opacity .75s;
    box-sizing: border-box;
    opacity: 0;
    font-size: 12px;
    margin-left: 5px;
    position: absolute;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    left: 0;
    top: -15px;
    padding: 4px 8px;
    max-width: 98%;
    width: auto;
    background-color: #f5f5f5;
    color: grey;
}
.form input, .form select, .form textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    padding: 2px 4px;
    max-width: 98%;
}
.form .scfCaptcha input[type=text] {
    margin: 0;
}
.form .scfCaptchStrongTextPanel, .form .scfCaptchaLimitGeneralPanel {
    max-width: 100%;
    width: auto;
}
.form .scfCaptchaLabel {
    display: none;
}
.form .scfSectionContent .scfCaptchaGeneralPanel embed {
    max-width: 180px;
}
.form input[type=image] {
    border: none;
}
.form button, .form input[type=submit] {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    background: #fff;
    cursor: pointer;
    margin-left: 0;
}
.form input[type=file], .form input[type=password], .form input[type=text], .form textarea {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d2d2d2;
    width: 95%;
    padding: 2px;
}
.form input[type=file]+span, .form input[type=password]+span, .form input[type=text]+span, .form textarea+span {
    display: inline-block;
    vertical-align: middle;
}
.form input[type=file] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form input[type=radio] {
    position: absolute;
}
.form input[type=radio]+label:before {
    content: "";
    position: absolute;
    top: 2px;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
}
.form input[type=radio]+label:after {
    content: "";
    position: absolute;
    top: 2px;
    display: block;
    width: 16px;
    height: 15px;
    background: image-url("radiobox.png");
}
.form input[type=radio]:checked+label:after {
    background-position: -16px 0;
}
.form input[type=radio]+label {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 20px;
    margin-left: 5px;
    position: relative;
}
.form select {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    max-height: 30px;
    position: relative;
    text-indent: 2px;
}
.form .scfListBox {
    background: 0 0;
    max-height: none;
}
.form .scfDateSelectorDay, .form .scfDateSelectorMonth, .form .scfDateSelectorYear {
    width: 30%;
}
.form.hints-below .scfSectionContent [class$=UsefulInfo] {
    position: static;
    opacity: 1;
    max-width: 100%;
    width: 100%;
    margin: 5px 0 0 5px;
}
.form.labels-above label {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0;
}
.form.labels-above .scfCaptchaGeneralPanel, .form.labels-above .scfCheckBoxListGeneralPanel, .form.labels-above .scfConfirmPasswordGeneralPanel, .form.labels-above .scfCreditCardGeneralPanel, .form.labels-above .scfDateGeneralPanel, .form.labels-above .scfDatePickerGeneralPanel, .form.labels-above .scfDateSelectorGeneralPanel, .form.labels-above .scfDropListGeneralPanel, .form.labels-above .scfEmailGeneralPanel, .form.labels-above .scfFileUploadGeneralPanel, .form.labels-above .scfListBoxGeneralPanel, .form.labels-above .scfMultipleLineGeneralPanel, .form.labels-above .scfNumberGeneralPanel, .form.labels-above .scfPasswordGeneralPanel, .form.labels-above .scfRadioButtonListGeneralPanel, .form.labels-above .scfSingleLineGeneralPanel, .form.labels-above .scfSmsTelephoneGeneralPanel, .form.labels-above .scfTelephoneGeneralPanel {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: 93%;
}
.form.labels-above .scfSectionContent .scfRequired {
    margin: 0 5px;
}
.form.labels-above .scfMultipleLineGeneralPanel {
    width: 95%;
}
.form.labels-above .scfMultipleLineTextBox {
    margin: 0 0 0 5px;
}
.event-calendar {
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px;
    border-bottom: none !important;
}
.event-calendar .avi, .event-calendar .bmp, .event-calendar .doc, .event-calendar .docx, .event-calendar .field-filetypeicon>a>span, .event-calendar .gif, .event-calendar .jpeg, .event-calendar .jpg, .event-calendar .mov, .event-calendar .mp3, .event-calendar .mp4, .event-calendar .pdf, .event-calendar .png, .event-calendar .ppt, .event-calendar .pptx, .event-calendar .psd, .event-calendar .txt, .event-calendar .wma, .event-calendar .wmv, .event-calendar .xls, .event-calendar .xlsx, .event-calendar .zip {
    display: inline-block;
    box-sizing: border-box;
    font-weight: 400;
    width: 15px;
    height: 21px;
    margin: 0;
    padding: 0;
    position: relative;
}
.event-calendar .avi:before, .event-calendar .bmp:before, .event-calendar .doc:before, .event-calendar .docx:before, .event-calendar .field-filetypeicon>a>span:before, .event-calendar .gif:before, .event-calendar .jpeg:before, .event-calendar .jpg:before, .event-calendar .mov:before, .event-calendar .mp3:before, .event-calendar .mp4:before, .event-calendar .pdf:before, .event-calendar .png:before, .event-calendar .ppt:before, .event-calendar .pptx:before, .event-calendar .psd:before, .event-calendar .txt:before, .event-calendar .wma:before, .event-calendar .wmv:before, .event-calendar .xls:before, .event-calendar .xlsx:before, .event-calendar .zip:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px !important;
    position: absolute;
    display: block;
    top: 50%;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
}
.event-calendar .field-filetypeicon span:before {
    content: "";
}
.event-calendar .field-filetypeicon .pdf:before {
    content: "";
}
.event-calendar .field-filetypeicon .xls:before, .event-calendar .field-filetypeicon .xlsx:before {
    content: "";
}
.event-calendar .field-filetypeicon .ppt:before, .event-calendar .field-filetypeicon .pptx:before {
    content: "";
}
.event-calendar .field-filetypeicon .doc:before, .event-calendar .field-filetypeicon .docx:before {
    content: "";
}
.event-calendar .field-filetypeicon .bmp:before, .event-calendar .field-filetypeicon .gif:before, .event-calendar .field-filetypeicon .jpeg:before, .event-calendar .field-filetypeicon .jpg:before, .event-calendar .field-filetypeicon .png:before, .event-calendar .field-filetypeicon .psd:before, .event-calendar .field-filetypeicon .tif:before {
    content: "";
}
.event-calendar .field-filetypeicon .avi:before, .event-calendar .field-filetypeicon .divx:before, .event-calendar .field-filetypeicon .flv:before, .event-calendar .field-filetypeicon .gifv:before, .event-calendar .field-filetypeicon .h264:before, .event-calendar .field-filetypeicon .m4v:before, .event-calendar .field-filetypeicon .mk3d:before, .event-calendar .field-filetypeicon .mkv:before, .event-calendar .field-filetypeicon .mov:before, .event-calendar .field-filetypeicon .movie:before, .event-calendar .field-filetypeicon .mp4:before, .event-calendar .field-filetypeicon .mpg:before, .event-calendar .field-filetypeicon .oggv:before, .event-calendar .field-filetypeicon .rv:before, .event-calendar .field-filetypeicon .swf:before, .event-calendar .field-filetypeicon .vid:before, .event-calendar .field-filetypeicon .vp6:before, .event-calendar .field-filetypeicon .webm:before, .event-calendar .field-filetypeicon .wmv:before {
    content: "";
}
.event-calendar .field-filetypeicon .aa:before, .event-calendar .field-filetypeicon .aac:before, .event-calendar .field-filetypeicon .aax:before, .event-calendar .field-filetypeicon .ac3:before, .event-calendar .field-filetypeicon .aif:before, .event-calendar .field-filetypeicon .aiff:before, .event-calendar .field-filetypeicon .amz:before, .event-calendar .field-filetypeicon .asx:before, .event-calendar .field-filetypeicon .au:before, .event-calendar .field-filetypeicon .avr:before, .event-calendar .field-filetypeicon .fla:before, .event-calendar .field-filetypeicon .flac:before, .event-calendar .field-filetypeicon .m3u:before, .event-calendar .field-filetypeicon .m4a:before, .event-calendar .field-filetypeicon .mid:before, .event-calendar .field-filetypeicon .midi:before, .event-calendar .field-filetypeicon .mka:before, .event-calendar .field-filetypeicon .mp3:before, .event-calendar .field-filetypeicon .mp4a:before, .event-calendar .field-filetypeicon .ogg:before, .event-calendar .field-filetypeicon .pcm:before, .event-calendar .field-filetypeicon .ra:before, .event-calendar .field-filetypeicon .rma:before, .event-calendar .field-filetypeicon .wav:before, .event-calendar .field-filetypeicon .wma:before, .event-calendar .field-filetypeicon .xwma:before {
    content: "";
}
.event-calendar .field-filetypeicon .txt:before {
    content: "";
}
.event-calendar .field-filetypeicon .dmg:before, .event-calendar .field-filetypeicon .gz:before, .event-calendar .field-filetypeicon .iso:before, .event-calendar .field-filetypeicon .rar:before, .event-calendar .field-filetypeicon .tar:before, .event-calendar .field-filetypeicon .zip:before, .event-calendar .field-filetypeicon .zipx:before {
    content: "";
}
.event-calendar .field-filetypeicon .config:before, .event-calendar .field-filetypeicon .cpp:before, .event-calendar .field-filetypeicon .css:before, .event-calendar .field-filetypeicon .git:before, .event-calendar .field-filetypeicon .h:before, .event-calendar .field-filetypeicon .ini:before, .event-calendar .field-filetypeicon .js:before, .event-calendar .field-filetypeicon .py:before {
    content: "";
}
.event-calendar .field-filetypeicon .apk:before, .event-calendar .field-filetypeicon .app:before, .event-calendar .field-filetypeicon .bat:before, .event-calendar .field-filetypeicon .deb:before, .event-calendar .field-filetypeicon .dll:before, .event-calendar .field-filetypeicon .exe:before, .event-calendar .field-filetypeicon .jar:before, .event-calendar .field-filetypeicon .msi:before, .event-calendar .field-filetypeicon .pl:before, .event-calendar .field-filetypeicon .prg:before, .event-calendar .field-filetypeicon .scr:before, .event-calendar .field-filetypeicon .sh:before, .event-calendar .field-filetypeicon .vb:before {
    content: "";
}
.event-calendar .field-filetypeicon .asp:before, .event-calendar .field-filetypeicon .aspx:before, .event-calendar .field-filetypeicon .cfm:before, .event-calendar .field-filetypeicon .com:before, .event-calendar .field-filetypeicon .edu:before, .event-calendar .field-filetypeicon .gov:before, .event-calendar .field-filetypeicon .htm:before, .event-calendar .field-filetypeicon .html:before, .event-calendar .field-filetypeicon .jhtml:before, .event-calendar .field-filetypeicon .mil:before, .event-calendar .field-filetypeicon .net:before, .event-calendar .field-filetypeicon .org:before, .event-calendar .field-filetypeicon .php3:before, .event-calendar .field-filetypeicon .php4:before, .event-calendar .field-filetypeicon .php5:before, .event-calendar .field-filetypeicon .php:before, .event-calendar .field-filetypeicon .phtmle:before, .event-calendar .field-filetypeicon .xhtml:before {
    content: "";
}
.event-calendar h1, .event-calendar h2, .event-calendar h3, .event-calendar h4, .event-calendar h5, .event-calendar h6 {
    color: #222;
}
.event-calendar h1, .event-calendar h2 {
    margin: 10px 0;
}
.event-calendar h3, .event-calendar h4, .event-calendar p {
    margin: 5px 0;
}
.event-calendar h5, .event-calendar h6 {
    margin: 5px 0 0;
}
.event-calendar strong {
    font-weight: 700;
}
.event-calendar ol, .event-calendar ul {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: 10px;
}
.event-calendar li {
    font-size: 13px;
    margin-left: 15px;
}
.event-calendar ul li {
    list-style: disc;
    list-style-position: inside;
}
.event-calendar ol li {
    list-style: decimal;
    list-style-position: inside;
}
.event-calendar a {
    color: #de232f;
    text-decoration: underline;
    font-size: 1em;
}
.event-calendar a:hover {
    color: #878787;
}
.event-calendar table {
    height: auto !important;
    border: 2px solid #d2d2d2;
}
.event-calendar table, .event-calendar table td, .event-calendar table th, .event-calendar table tr {
    border: solid 2px #d2d2d2;
    background: #fff;
    border-collapse: collapse;
    vertical-align: middle;
}
.event-calendar table td, .event-calendar table th, .event-calendar table tr {
    padding: 5px;
}
.event-calendar table caption {
    background-color: #f7f7f7;
    overflow: hidden;
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    margin-left: 0;
}
.event-calendar table tr {
    border: none;
}
.event-calendar table td, .event-calendar table th {
    border-width: 2px 0 0 2px;
}
.event-calendar table th {
    background-color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 7px;
}
.event-calendar table th:first-child {
    border-left: 0;
}
.event-calendar table td:first-child {
    border-left: 0;
}
.event-calendar .fc-day-grid-event:hover {
    color: #fff;
}
.event-calendar .fc-content-skeleton td {
    padding: 0 !important;
}
.event-calendar .fc-bg>table {
    height: 100% !important;
}
.event-calendar .fc-day-header {
    background: #ccc;
}
.event-calendar td, .event-calendar th {
    border-width: 1px 0 0 1px !important;
}
.event-calendar table {
    border: 1px solid #d2d2d2;
}
.event-calendar table, .event-calendar table td, .event-calendar table th, .event-calendar table tr {
    background: 0 0;
}
.event-calendar .fc-event-container a {
    color: #fff;
    text-decoration: none;
}
.calendar-tooltip .avi, .calendar-tooltip .bmp, .calendar-tooltip .doc, .calendar-tooltip .docx, .calendar-tooltip .field-filetypeicon>a>span, .calendar-tooltip .gif, .calendar-tooltip .jpeg, .calendar-tooltip .jpg, .calendar-tooltip .mov, .calendar-tooltip .mp3, .calendar-tooltip .mp4, .calendar-tooltip .pdf, .calendar-tooltip .png, .calendar-tooltip .ppt, .calendar-tooltip .pptx, .calendar-tooltip .psd, .calendar-tooltip .txt, .calendar-tooltip .wma, .calendar-tooltip .wmv, .calendar-tooltip .xls, .calendar-tooltip .xlsx, .calendar-tooltip .zip {
    display: inline-block;
    box-sizing: border-box;
    font-weight: 400;
    width: 15px;
    height: 21px;
    margin: 0;
    padding: 0;
    position: relative;
}
.calendar-tooltip .avi:before, .calendar-tooltip .bmp:before, .calendar-tooltip .doc:before, .calendar-tooltip .docx:before, .calendar-tooltip .field-filetypeicon>a>span:before, .calendar-tooltip .gif:before, .calendar-tooltip .jpeg:before, .calendar-tooltip .jpg:before, .calendar-tooltip .mov:before, .calendar-tooltip .mp3:before, .calendar-tooltip .mp4:before, .calendar-tooltip .pdf:before, .calendar-tooltip .png:before, .calendar-tooltip .ppt:before, .calendar-tooltip .pptx:before, .calendar-tooltip .psd:before, .calendar-tooltip .txt:before, .calendar-tooltip .wma:before, .calendar-tooltip .wmv:before, .calendar-tooltip .xls:before, .calendar-tooltip .xlsx:before, .calendar-tooltip .zip:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px !important;
    position: absolute;
    display: block;
    top: 50%;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
}
.calendar-tooltip .field-filetypeicon span:before {
    content: "";
}
.calendar-tooltip .field-filetypeicon .pdf:before {
    content: "";
}
.calendar-tooltip .field-filetypeicon .xls:before, .calendar-tooltip .field-filetypeicon .xlsx:before {
    content: "";
}
.calendar-tooltip .field-filetypeicon .ppt:before, .calendar-tooltip .field-filetypeicon .pptx:before {
    content: "";
}
.calendar-tooltip .field-filetypeicon .doc:before, .calendar-tooltip .field-filetypeicon .docx:before {
    content: "";
}
.calendar-tooltip .field-filetypeicon .bmp:before, .calendar-tooltip .field-filetypeicon .gif:before, .calendar-tooltip .field-filetypeicon .jpeg:before, .calendar-tooltip .field-filetypeicon .jpg:before, .calendar-tooltip .field-filetypeicon .png:before, .calendar-tooltip .field-filetypeicon .psd:before, .calendar-tooltip .field-filetypeicon .tif:before {
    content: "";
}
.calendar-tooltip .field-filetypeicon .avi:before, .calendar-tooltip .field-filetypeicon .divx:before, .calendar-tooltip .field-filetypeicon .flv:before, .calendar-tooltip .field-filetypeicon .gifv:before, .calendar-tooltip .field-filetypeicon .h264:before, .calendar-tooltip .field-filetypeicon .m4v:before, .calendar-tooltip .field-filetypeicon .mk3d:before, .calendar-tooltip .field-filetypeicon .mkv:before, .calendar-tooltip .field-filetypeicon .mov:before, .calendar-tooltip .field-filetypeicon .movie:before, .calendar-tooltip .field-filetypeicon .mp4:before, .calendar-tooltip .field-filetypeicon .mpg:before, .calendar-tooltip .field-filetypeicon .oggv:before, .calendar-tooltip .field-filetypeicon .rv:before, .calendar-tooltip .field-filetypeicon .swf:before, .calendar-tooltip .field-filetypeicon .vid:before, .calendar-tooltip .field-filetypeicon .vp6:before, .calendar-tooltip .field-filetypeicon .webm:before, .calendar-tooltip .field-filetypeicon .wmv:before {
    content: "";
}
.calendar-tooltip .field-filetypeicon .aa:before, .calendar-tooltip .field-filetypeicon .aac:before, .calendar-tooltip .field-filetypeicon .aax:before, .calendar-tooltip .field-filetypeicon .ac3:before, .calendar-tooltip .field-filetypeicon .aif:before, .calendar-tooltip .field-filetypeicon .aiff:before, .calendar-tooltip .field-filetypeicon .amz:before, .calendar-tooltip .field-filetypeicon .asx:before, .calendar-tooltip .field-filetypeicon .au:before, .calendar-tooltip .field-filetypeicon .avr:before, .calendar-tooltip .field-filetypeicon .fla:before, .calendar-tooltip .field-filetypeicon .flac:before, .calendar-tooltip .field-filetypeicon .m3u:before, .calendar-tooltip .field-filetypeicon .m4a:before, .calendar-tooltip .field-filetypeicon .mid:before, .calendar-tooltip .field-filetypeicon .midi:before, .calendar-tooltip .field-filetypeicon .mka:before, .calendar-tooltip .field-filetypeicon .mp3:before, .calendar-tooltip .field-filetypeicon .mp4a:before, .calendar-tooltip .field-filetypeicon .ogg:before, .calendar-tooltip .field-filetypeicon .pcm:before, .calendar-tooltip .field-filetypeicon .ra:before, .calendar-tooltip .field-filetypeicon .rma:before, .calendar-tooltip .field-filetypeicon .wav:before, .calendar-tooltip .field-filetypeicon .wma:before, .calendar-tooltip .field-filetypeicon .xwma:before {
    content: "";
}
.calendar-tooltip .field-filetypeicon .txt:before {
    content: "";
}
.calendar-tooltip .field-filetypeicon .dmg:before, .calendar-tooltip .field-filetypeicon .gz:before, .calendar-tooltip .field-filetypeicon .iso:before, .calendar-tooltip .field-filetypeicon .rar:before, .calendar-tooltip .field-filetypeicon .tar:before, .calendar-tooltip .field-filetypeicon .zip:before, .calendar-tooltip .field-filetypeicon .zipx:before {
    content: "";
}
.calendar-tooltip .field-filetypeicon .config:before, .calendar-tooltip .field-filetypeicon .cpp:before, .calendar-tooltip .field-filetypeicon .css:before, .calendar-tooltip .field-filetypeicon .git:before, .calendar-tooltip .field-filetypeicon .h:before, .calendar-tooltip .field-filetypeicon .ini:before, .calendar-tooltip .field-filetypeicon .js:before, .calendar-tooltip .field-filetypeicon .py:before {
    content: "";
}
.calendar-tooltip .field-filetypeicon .apk:before, .calendar-tooltip .field-filetypeicon .app:before, .calendar-tooltip .field-filetypeicon .bat:before, .calendar-tooltip .field-filetypeicon .deb:before, .calendar-tooltip .field-filetypeicon .dll:before, .calendar-tooltip .field-filetypeicon .exe:before, .calendar-tooltip .field-filetypeicon .jar:before, .calendar-tooltip .field-filetypeicon .msi:before, .calendar-tooltip .field-filetypeicon .pl:before, .calendar-tooltip .field-filetypeicon .prg:before, .calendar-tooltip .field-filetypeicon .scr:before, .calendar-tooltip .field-filetypeicon .sh:before, .calendar-tooltip .field-filetypeicon .vb:before {
    content: "";
}
.calendar-tooltip .field-filetypeicon .asp:before, .calendar-tooltip .field-filetypeicon .aspx:before, .calendar-tooltip .field-filetypeicon .cfm:before, .calendar-tooltip .field-filetypeicon .com:before, .calendar-tooltip .field-filetypeicon .edu:before, .calendar-tooltip .field-filetypeicon .gov:before, .calendar-tooltip .field-filetypeicon .htm:before, .calendar-tooltip .field-filetypeicon .html:before, .calendar-tooltip .field-filetypeicon .jhtml:before, .calendar-tooltip .field-filetypeicon .mil:before, .calendar-tooltip .field-filetypeicon .net:before, .calendar-tooltip .field-filetypeicon .org:before, .calendar-tooltip .field-filetypeicon .php3:before, .calendar-tooltip .field-filetypeicon .php4:before, .calendar-tooltip .field-filetypeicon .php5:before, .calendar-tooltip .field-filetypeicon .php:before, .calendar-tooltip .field-filetypeicon .phtmle:before, .calendar-tooltip .field-filetypeicon .xhtml:before {
    content: "";
}
.calendar-tooltip h1, .calendar-tooltip h2, .calendar-tooltip h3, .calendar-tooltip h4, .calendar-tooltip h5, .calendar-tooltip h6 {
    color: #222;
}
.calendar-tooltip h1, .calendar-tooltip h2 {
    margin: 10px 0;
}
.calendar-tooltip h3, .calendar-tooltip h4, .calendar-tooltip p {
    margin: 5px 0;
}
.calendar-tooltip h5, .calendar-tooltip h6 {
    margin: 5px 0 0;
}
.calendar-tooltip strong {
    font-weight: 700;
}
.calendar-tooltip ol, .calendar-tooltip ul {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: 10px;
}
.calendar-tooltip li {
    font-size: 13px;
    margin-left: 15px;
}
.calendar-tooltip ul li {
    list-style: disc;
    list-style-position: inside;
}
.calendar-tooltip ol li {
    list-style: decimal;
    list-style-position: inside;
}
.calendar-tooltip a {
    color: #de232f;
    text-decoration: underline;
    font-size: 1em;
}
.calendar-tooltip a:hover {
    color: #878787;
}
.calendar-tooltip table {
    height: auto !important;
    border: 2px solid #d2d2d2;
}
.calendar-tooltip table, .calendar-tooltip table td, .calendar-tooltip table th, .calendar-tooltip table tr {
    border: solid 2px #d2d2d2;
    background: #fff;
    border-collapse: collapse;
    vertical-align: middle;
}
.calendar-tooltip table td, .calendar-tooltip table th, .calendar-tooltip table tr {
    padding: 5px;
}
.calendar-tooltip table caption {
    background-color: #f7f7f7;
    overflow: hidden;
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    margin-left: 0;
}
.calendar-tooltip table tr {
    border: none;
}
.calendar-tooltip table td, .calendar-tooltip table th {
    border-width: 2px 0 0 2px;
}
.calendar-tooltip table th {
    background-color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 7px;
}
.calendar-tooltip table th:first-child {
    border-left: 0;
}
.calendar-tooltip table td:first-child {
    border-left: 0;
}
.on-page-editor .gallery-inner img {
    max-width: 100%;
}
.gallery .galleria-container {
    background: 0 0;
}
.gallery #galleria-loader {
    height: 1px !important;
}
.gallery .galleria-thumbnails .galleria-image img {
    border: none;
}
.gallery .galleria-counter {
    color: #fff;
    font-family: "Open Sans", Helvetica, Verdana, Tahoma, sans-serif;
}
.gallery .galleria-loader {
    top: 50%;
    left: 50%;
}
.gallery .galleria-info-text {
    background-color: #fff;
    border: 1px solid #d2d2d2;
}
.gallery .galleria-info-title {
    color: #747474;
    font-size: 12px;
    font-weight: 700;
    font-family: "Open Sans", Helvetica, Verdana, Tahoma, sans-serif;
}
.gallery .galleria-info-description {
    font-size: 12px;
    font-style: italic;
    font-family: "Open Sans", Helvetica, Verdana, Tahoma, sans-serif;
    color: #747474;
}
.gallery .galleria-info-close {
    width: 13px;
    height: 12px;
}
.gallery .galleria-info-close:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: 100%;
}
.gallery .galleria-info-link {
    color: #747474;
    background: 0 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
}
.gallery .galleria-info-link:before {
    content: "";
}
.gallery .galleria-image-nav {
    margin-top: 0;
    transform: translateY(-50%);
    z-index: 999;
    height: 30px;
}
.gallery .galleria-image-nav-left, .gallery .galleria-image-nav-right {
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 14px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    color: #747474;
}
.gallery .galleria-image-nav-left:before {
    content: "";
}
.gallery .galleria-image-nav-left:hover {
    color: #fff;
}
.gallery .galleria-image-nav-right:before {
    content: "";
}
.gallery .galleria-image-nav-right:hover {
    color: #fff;
}
.gallery .galleria-thumb-nav-left, .gallery .galleria-thumb-nav-right {
    top: 15px;
    height: 7px;
    width: 5px;
}
.gallery .galleria-thumbnails {
    margin: 0 auto;
}
.gallery .galleria-thumb-nav-right {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 10px;
}
.gallery .galleria-thumb-nav-right:before {
    content: "";
    font-size: 13px;
    color: #747474;
    display: block;
}
.gallery .galleria-thumb-nav-left {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: auto;
    left: 10px;
}
.gallery .galleria-thumb-nav-left:before {
    content: "";
    font-size: 13px;
    color: #747474;
    display: block;
}
.no-margin {
    padding-left: 0;
    padding-right: 0;
}
.no-margin .galleria-stage {
    left: 0;
    right: 0;
}
.iframe iframe {
    width: 100%;
}
.image {
    padding: 15px 15px 15px 15px;
}
.image>.component-content {
    background-color: transparent;
    color: #5e5e5e;
    border-radius: 5px;
    border-transparent-width: 1px;
    border-transparent-style: solid;
    border-transparent-color: #d6d6d6;
}
.image>.component-content a {
    display: inline-block;
    max-width: 100%;
    width: 100%;
}
.image>.component-content a img {
    max-width: 100%;
    height: auto;
    width: 100%;
    border-radius: 5px;
}
.image>.component-content .image-caption {
    display: block;
    font-size: 12px;
    color: #5e5e5e;
    padding: 15px 15px 0 0;
}
.image-default-size img {
    max-width: none;
    width: auto !important;
}
.image-full-size img {
    width: 100% !important;
    height: auto !important;
}
.image-left .component-content>div>img {
    float: left;
}
.image-right .component-content>div>img {
    float: right;
}
.language-selector {
    padding: 15px 15px 15px 15px;
}
.language-selector>.component-content {
    position: relative;
    font-size: 12px;
    background-color: #f7f7f7;
    color: #5e5e5e;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #d6d6d6;
    padding: 12px 10px 12px 10px;
}
.language-selector>.component-content .flags-ad {
    background-image: url(../images/sprite-flag);
    background-position: 0 -25px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ae {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3125px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-af {
    background-image: url(../images/sprite-flag);
    background-position: 0 -50px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ag {
    background-image: url(../images/sprite-flag);
    background-position: 0 -75px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ai {
    background-image: url(../images/sprite-flag);
    background-position: 0 -100px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-al {
    background-image: url(../images/sprite-flag);
    background-position: 0 -125px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-am {
    background-image: url(../images/sprite-flag);
    background-position: 0 -150px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ao {
    background-image: url(../images/sprite-flag);
    background-position: 0 -175px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-aq {
    background-image: url(../images/sprite-flag);
    background-position: 0 -200px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ar {
    background-image: url(../images/sprite-flag);
    background-position: 0 -225px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-as {
    background-image: url(../images/sprite-flag);
    background-position: 0 -250px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-at {
    background-image: url(../images/sprite-flag);
    background-position: 0 -275px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-au {
    background-image: url(../images/sprite-flag);
    background-position: 0 -300px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-aw {
    background-image: url(../images/sprite-flag);
    background-position: 0 -325px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ax {
    background-image: url(../images/sprite-flag);
    background-position: 0 -350px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-az {
    background-image: url(../images/sprite-flag);
    background-position: 0 -375px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ba {
    background-image: url(../images/sprite-flag);
    background-position: 0 -400px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-bb {
    background-image: url(../images/sprite-flag);
    background-position: 0 -425px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-bd {
    background-image: url(../images/sprite-flag);
    background-position: 0 -450px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-be {
    background-image: url(../images/sprite-flag);
    background-position: 0 -475px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-bf {
    background-image: url(../images/sprite-flag);
    background-position: 0 -500px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-bg {
    background-image: url(../images/sprite-flag);
    background-position: 0 -525px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-bh {
    background-image: url(../images/sprite-flag);
    background-position: 0 -550px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-bi {
    background-image: url(../images/sprite-flag);
    background-position: 0 -575px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-bj {
    background-image: url(../images/sprite-flag);
    background-position: 0 -600px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-bl {
    background-image: url(../images/sprite-flag);
    background-position: 0 -625px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-bm {
    background-image: url(../images/sprite-flag);
    background-position: 0 -650px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-bn {
    background-image: url(../images/sprite-flag);
    background-position: 0 -675px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-bo {
    background-image: url(../images/sprite-flag);
    background-position: 0 -700px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-bq {
    background-image: url(../images/sprite-flag);
    background-position: 0 -725px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-br {
    background-image: url(../images/sprite-flag);
    background-position: 0 -750px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-bs {
    background-image: url(../images/sprite-flag);
    background-position: 0 -775px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-bt {
    background-image: url(../images/sprite-flag);
    background-position: 0 -800px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-bv {
    background-image: url(../images/sprite-flag);
    background-position: 0 -825px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-bw {
    background-image: url(../images/sprite-flag);
    background-position: 0 -850px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-by {
    background-image: url(../images/sprite-flag);
    background-position: 0 -875px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-bz {
    background-image: url(../images/sprite-flag);
    background-position: 0 -900px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ca {
    background-image: url(../images/sprite-flag);
    background-position: 0 -925px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-cc {
    background-image: url(../images/sprite-flag);
    background-position: 0 -950px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-cd {
    background-image: url(../images/sprite-flag);
    background-position: 0 -975px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-cf {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1000px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-cg {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1025px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ch {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1050px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ci {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1075px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ck {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1100px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-cl {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1125px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-cm {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1150px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-cn {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1175px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-co {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1200px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-cr {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1225px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-cu {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1250px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-cv {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1275px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-cw {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1300px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-cx {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1325px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-cy {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1350px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-cz {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1375px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-de {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1400px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-dj {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1425px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-dk {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1450px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-dm {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1475px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-do {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1500px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-dz {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1525px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ec {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1550px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ee {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1575px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-eg {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1600px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-eh {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1625px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-er {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1650px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-es {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1675px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-et {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1700px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-fi {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1725px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-fj {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1750px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-fk {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1775px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-fm {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1800px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-fo {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1825px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-fr {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1850px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ga {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1875px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-gb {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1900px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-gd {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1925px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ge {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1950px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-gf {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1975px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-gg {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2000px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-gh {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2025px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-gi {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2050px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-gl {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2075px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-gm {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2100px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-gn {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2125px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-gp {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2150px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-gq {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2175px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-gr {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2200px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-gs {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2225px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-gt {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2250px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-gu {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2275px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-gw {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2300px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-gy {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2325px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-hk {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2350px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-hm {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2375px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-hn {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2400px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-hr {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2425px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ht {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2450px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-hu {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2475px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-id {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2500px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ie {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2525px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-il {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2550px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-im {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2575px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-in {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2600px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-io {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2625px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-iq {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2650px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ir {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2675px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-is {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2700px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-it {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2725px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-je {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2750px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-jm {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2775px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-jo {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2800px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-jp {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2825px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ke {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2850px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-kg {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2875px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-kh {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2900px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ki {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2925px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-km {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2950px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-kn {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2975px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-kp {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3000px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-kr {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3025px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-kw {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3050px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ky {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3075px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-kz {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3100px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-la {
    background-image: url(../images/sprite-flag);
    background-position: 0 0;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-lb {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3150px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-lc {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3175px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-li {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3200px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-lk {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3225px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-lr {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3250px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ls {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3275px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-lt {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3300px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-lu {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3325px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-lv {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3350px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ly {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3375px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ma {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3400px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-mc {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3425px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-md {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3450px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-me {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3475px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-mf {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3500px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-mg {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3525px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-mh {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3550px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-mk {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3575px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ml {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3600px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-mm {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3625px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-mn {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3650px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-mo {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3675px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-mp {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3700px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-mq {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3725px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-mr {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3750px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ms {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3775px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-mt {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3800px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-mu {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3825px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-mv {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3850px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-mw {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3875px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-mx {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3900px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-my {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3925px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-mz {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3950px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-na {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3975px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-nc {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4000px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ne {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4025px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-nf {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4050px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ng {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4075px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ni {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4100px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-nl {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4125px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-no {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4150px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-np {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4175px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-nr {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4200px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-nu {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4225px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-nz {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4250px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-om {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4275px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-pa {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4300px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-pe {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4325px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-pf {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4350px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-pg {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4375px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ph {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4400px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-pk {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4425px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-pl {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4450px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-pm {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4475px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-pn {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4500px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-pr {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4525px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ps {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4550px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-pt {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4575px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-pw {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4600px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-py {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4625px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-qa {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4650px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-re {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4675px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ro {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4700px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-rs {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4725px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ru {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4750px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-rw {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4775px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-sa {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4800px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-sb {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4825px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-sc {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4850px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-sd {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4875px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-se {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4900px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-sg {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4925px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-sh {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4950px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-si {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4975px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-sj {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5000px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-sk {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5025px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-sl {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5050px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-sm {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5075px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-sn {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5100px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-so {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5125px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-sr {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5150px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ss {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5175px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-st {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5200px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-sv {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5225px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-sx {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5250px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-sy {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5275px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-sz {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5300px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-tc {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5325px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-td {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5350px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-tf {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5375px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-tg {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5400px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-th {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5425px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-tj {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5450px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-tk {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5475px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-tl {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5500px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-tm {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5525px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-tn {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5550px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-to {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5575px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-tr {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5600px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-tt {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5625px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-tv {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5650px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-tw {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5675px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-tz {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5700px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ua {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5725px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ug {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5750px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-um {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5775px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-us {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5800px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-uy {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5825px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-uz {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5850px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-va {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5875px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-vc {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5900px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ve {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5925px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-vg {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5950px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-vi {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5975px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-vn {
    background-image: url(../images/sprite-flag);
    background-position: 0 -6000px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-vu {
    background-image: url(../images/sprite-flag);
    background-position: 0 -6025px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-wf {
    background-image: url(../images/sprite-flag);
    background-position: 0 -6050px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ws {
    background-image: url(../images/sprite-flag);
    background-position: 0 -6075px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-ye {
    background-image: url(../images/sprite-flag);
    background-position: 0 -6100px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-yt {
    background-image: url(../images/sprite-flag);
    background-position: 0 -6125px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-za {
    background-image: url(../images/sprite-flag);
    background-position: 0 -6150px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-zm {
    background-image: url(../images/sprite-flag);
    background-position: 0 -6175px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-zw {
    background-image: url(../images/sprite-flag);
    background-position: 0 -6200px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .flags-zz {
    background-image: url(../images/sprite-flag);
    background-position: 0 -6225px;
    width: 20px;
    height: 15px;
}
.language-selector>.component-content .language-selector-select-item {
    cursor: pointer;
    background-color: #f7f7f7;
}
.language-selector>.component-content .language-selector-select-item .language-selector-select-link {
    padding-left: 25px;
    font-size: inherit;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    position: relative;
    padding-right: 15px;
}
.language-selector>.component-content .language-selector-select-item .language-selector-select-link:hover {
    text-decoration: none;
}
.language-selector>.component-content .language-selector-select-item:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.language-selector>.component-content .language-selector-item-container {
    padding: 0;
    position: absolute;
    top: 95%;
    min-width: 220px;
    z-index: 10;
    background: #f7f7f7;
    display: none;
    left: -1px;
    right: -1px;
    border-width: 1px;
    border-style: solid;
    border-color: #d6d6d6;
    border-top-color: transparent;
    border-radius: 0 0 3px 3px;
}
.language-selector>.component-content .language-selector-item-container .language-selector-item {
    padding: 15px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    background-color: #f7f7f7;
}
.language-selector>.component-content .language-selector-item-container .language-selector-item:hover {
    background-color: #e3e3e3;
    border-bottom: 1px solid transparent;
}
.language-selector>.component-content .language-selector-item-container .language-selector-item:first-child {
    margin-bottom: 0;
}
.language-selector>.component-content .language-selector-item-container .language-selector-item a {
    text-decoration: none;
    color: #5e5e5e;
    font-weight: 400;
    padding-left: 25px;
    background-repeat: no-repeat;
}
.language-selector>.component-content .language-selector-link {
    padding: 0 20px 0 30px;
}
.language-selector .language-selector-select-item>a {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.language-selector .language-selector-item a {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.link-list {
    padding: 15px 15px 15px 15px;
    border-radius: 4px;
}
.link-list>.component-content {
    background-color: #f7f7f7;
    color: #5e5e5e;
    border-radius: 5px;
    padding: 15px 0 15px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #d6d6d6;
}
.link-list>.component-content h1, .link-list>.component-content h2, .link-list>.component-content h3, .link-list>.component-content h4, .link-list>.component-content h5, .link-list>.component-content h6 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    color: #5e5e5e;
    margin-bottom: 15px;
}
.link-list>.component-content ul {
    background: 0 0;
}
.link-list>.component-content ul li {
    background: 0 0;
    display: inline-block;
}
.link-list>.component-content ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #303030;
    margin: 0;
    font-weight: 600;
    padding-right: 0;
}
.link-list>.component-content ul li a:hover {
    color: #5e5e5e;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.link-list .button-default, .link-list .default {
    border-width: 1px;
    border-style: solid;
    border-color: #d6d6d6;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    background: #f6f6f6;
    color: #5e5e5e;
    font-weight: 700;
}
.link-list .button-default:hover, .link-list .default:hover {
    color: #5e5e5e;
    background: #e3e3e3;
}
.link-list .button-success, .link-list .success {
    font-size: 12px;
    font-size: 1.2rem;
    border-width: 1px;
    border-style: solid;
    border-color: #d6d6d6;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    background: #a0ce4e;
    color: #fff;
    font-weight: 700;
}
.link-list .button-success:hover, .link-list .success:hover {
    color: #fff;
    background: #92be43;
}
.link-list .button-warning, .link-list .warning {
    font-size: 12px;
    font-size: 1.2rem;
    border-width: 1px;
    border-style: solid;
    border-color: #d6d6d6;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    background: #bc4526;
    color: #fff;
    font-weight: 700;
}
.link-list .button-warning:hover, .link-list .warning:hover {
    color: #fff;
    background: #c34e30;
}
.link-list.list-vertical>.component-content ul li {
    display: block;
    margin-top: 15px;
}
.link-list.list-vertical>.component-content ul li:first-child {
    margin-top: 0;
}
.link {
    background: 0 0;
    padding: 15px 15px 15px 15px;
    font-size: 12px;
}
.link a {
    background-color: transparent;
    text-decoration: none;
    font-size: 13px;
    color: #5e5e5e;
}
.link a:focus, .link a:hover {
    color: #474747;
    text-decoration: none;
}
.link a.btn {
    text-decoration: none;
}
.link>.component-content {
    background-color: transparent;
    color: #969696;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}
.link>.component-content a {
    color: inherit;
}
.link>.component-content a:hover {
    color: #5e5e5e;
}
.login {
    background-color: transparent;
}
.login label {
    background: 0 0;
    color: #747474;
}
.login button, .login input {
    display: inline-block;
    box-sizing: border-box;
    background: #fff !important;
    border: 1px solid #d2d2d2;
    border-radius: 0 !important;
    color: #747474;
    font-weight: 400;
    padding: 8px 2%;
    clear: both;
    height: auto;
    font-size: 13px;
}
.login input:focus {
    border: 1px solid #d2d2d2;
}
.login button, .login input[type=button], .login input[type=reset], .login input[type=submit] {
    border: 1px solid #89c6cc;
    padding: 5px 20px;
}
.login button:hover, .login input[type=button]:hover, .login input[type=reset]:hover, .login input[type=submit]:hover {
    background: #f7f7f7 !important;
}
.login button::-moz-focus-inner, .login input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.login input[type=text] {
    font-size: 13px;
}
.login input[type=email], .login input[type=password], .login input[type=text], .login select, .login textarea {
    box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
    color: #747474;
    width: 100%;
    background: #fff;
    border: 1px solid #d2d2d2;
}
.login select {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    padding: 5px;
}
.login table {
    width: 100%;
}
.login table input, .login table label {
    display: inline-block;
    margin: 0;
}
.login table tbody, .login table tr {
    background-color: transparent !important;
}
.login table td {
    padding: 5px;
}
.login table input[type=password], .login table input[type=text] {
    min-height: 33px;
}
.logout a {
    background-color: transparent;
    text-decoration: none;
    font-size: 1em;
    color: #747474;
    border-bottom: 1px solid #89c6cc;
}
.logout a:hover {
    color: #878787;
    text-decoration: none;
}
.logout .component-content>a, .logout .component-content>p {
    display: inline-block;
}
.map {
    border-width: 1px;
    border-style: solid;
    border-color: none;
    overflow: hidden;
    position: relative;
    background: 0 0;
}
.map .map-canvas {
    position: relative;
}
.map img {
    max-width: none;
}
.map .MicrosoftMap .infobox-close {
    position: static;
    float: right;
}
.map .MicrosoftMap .Infobox .infobox-body {
    height: 100%;
}
.map .MicrosoftMap .Infobox .infobox-info {
    height: 100%;
    box-sizing: border-box;
}
.media-link {
    background: 0 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
}
.media-link a {
    color: #747474;
}
.media-link a:hover {
    color: #878787;
    text-decoration: none;
}
.media-link .component-content .scEmptyPlaceholder {
    width: 100%;
    margin-left: 0;
}
.media-link .component-content>* {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.media-link.position-right .field-filetypeicon, .media-link.position-right .field-linktext {
    float: right;
}
.media-link .field-filetypeicon, .media-link .field-linktext {
    display: inline-block;
}
.media-link .field-filetypeicon>a {
    height: 24px !important;
    display: block;
}
.media-link .field-filetypeicon span {
    display: block;
    height: 24px !important;
}
.media-link .field-filetypeicon span:before {
    font-size: 18px;
}
.media-link .field-linktext a {
    font-size: 1em;
}
.media-link.file-list-files>.component-content {
    display: flex;
    flex-wrap: wrap;
}
.media-link.file-list-files .file-description {
    display: inline-flex;
    align-items: center;
    width: 84%;
    margin-left: 0;
}
.media-link.file-list-files .file-description .field-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 13px;
}
.media-link.file-list-files .file-description .field-filetypeicon {
    height: 24px;
    order: 1;
    padding-right: 10px;
    width: 6%;
    text-align: center;
    vertical-align: middle;
}
.media-link.file-list-files .file-description .field-filetypeicon span:before {
    font-size: 24px !important;
}
.media-link.file-list-files .file-description .info-wrapper {
    order: 1;
    width: 93%;
}
.media-link.file-list-files .file-description .info-wrapper .field-size, .media-link.file-list-files .file-description .info-wrapper .field-updated {
    display: inline-block;
    font-size: 12px;
}
.media-link.file-list-files .field-linktext {
    display: inline-flex;
    width: 15%;
    padding: 10px 13px;
    text-align: center;
    justify-content: center;
    border-radius: 3px;
}
.media-link.file-list-files .field-linktext a {
    line-height: 22px;
}
.media-link .avi, .media-link .bmp, .media-link .doc, .media-link .docx, .media-link .field-filetypeicon>a>span, .media-link .gif, .media-link .jpeg, .media-link .jpg, .media-link .mov, .media-link .mp3, .media-link .mp4, .media-link .pdf, .media-link .png, .media-link .ppt, .media-link .pptx, .media-link .psd, .media-link .txt, .media-link .wma, .media-link .wmv, .media-link .xls, .media-link .xlsx, .media-link .zip {
    display: inline-block;
    box-sizing: border-box;
    font-weight: 400;
    width: 15px;
    height: 21px;
    margin: 0;
    padding: 0;
    position: relative;
}
.media-link .avi:before, .media-link .bmp:before, .media-link .doc:before, .media-link .docx:before, .media-link .field-filetypeicon>a>span:before, .media-link .gif:before, .media-link .jpeg:before, .media-link .jpg:before, .media-link .mov:before, .media-link .mp3:before, .media-link .mp4:before, .media-link .pdf:before, .media-link .png:before, .media-link .ppt:before, .media-link .pptx:before, .media-link .psd:before, .media-link .txt:before, .media-link .wma:before, .media-link .wmv:before, .media-link .xls:before, .media-link .xlsx:before, .media-link .zip:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px !important;
    position: absolute;
    display: block;
    top: 50%;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
}
.media-link .field-filetypeicon span:before {
    content: "";
}
.media-link .field-filetypeicon .pdf:before {
    content: "";
}
.media-link .field-filetypeicon .xls:before, .media-link .field-filetypeicon .xlsx:before {
    content: "";
}
.media-link .field-filetypeicon .ppt:before, .media-link .field-filetypeicon .pptx:before {
    content: "";
}
.media-link .field-filetypeicon .doc:before, .media-link .field-filetypeicon .docx:before {
    content: "";
}
.media-link .field-filetypeicon .bmp:before, .media-link .field-filetypeicon .gif:before, .media-link .field-filetypeicon .jpeg:before, .media-link .field-filetypeicon .jpg:before, .media-link .field-filetypeicon .png:before, .media-link .field-filetypeicon .psd:before, .media-link .field-filetypeicon .tif:before {
    content: "";
}
.media-link .field-filetypeicon .avi:before, .media-link .field-filetypeicon .divx:before, .media-link .field-filetypeicon .flv:before, .media-link .field-filetypeicon .gifv:before, .media-link .field-filetypeicon .h264:before, .media-link .field-filetypeicon .m4v:before, .media-link .field-filetypeicon .mk3d:before, .media-link .field-filetypeicon .mkv:before, .media-link .field-filetypeicon .mov:before, .media-link .field-filetypeicon .movie:before, .media-link .field-filetypeicon .mp4:before, .media-link .field-filetypeicon .mpg:before, .media-link .field-filetypeicon .oggv:before, .media-link .field-filetypeicon .rv:before, .media-link .field-filetypeicon .swf:before, .media-link .field-filetypeicon .vid:before, .media-link .field-filetypeicon .vp6:before, .media-link .field-filetypeicon .webm:before, .media-link .field-filetypeicon .wmv:before {
    content: "";
}
.media-link .field-filetypeicon .aa:before, .media-link .field-filetypeicon .aac:before, .media-link .field-filetypeicon .aax:before, .media-link .field-filetypeicon .ac3:before, .media-link .field-filetypeicon .aif:before, .media-link .field-filetypeicon .aiff:before, .media-link .field-filetypeicon .amz:before, .media-link .field-filetypeicon .asx:before, .media-link .field-filetypeicon .au:before, .media-link .field-filetypeicon .avr:before, .media-link .field-filetypeicon .fla:before, .media-link .field-filetypeicon .flac:before, .media-link .field-filetypeicon .m3u:before, .media-link .field-filetypeicon .m4a:before, .media-link .field-filetypeicon .mid:before, .media-link .field-filetypeicon .midi:before, .media-link .field-filetypeicon .mka:before, .media-link .field-filetypeicon .mp3:before, .media-link .field-filetypeicon .mp4a:before, .media-link .field-filetypeicon .ogg:before, .media-link .field-filetypeicon .pcm:before, .media-link .field-filetypeicon .ra:before, .media-link .field-filetypeicon .rma:before, .media-link .field-filetypeicon .wav:before, .media-link .field-filetypeicon .wma:before, .media-link .field-filetypeicon .xwma:before {
    content: "";
}
.media-link .field-filetypeicon .txt:before {
    content: "";
}
.media-link .field-filetypeicon .dmg:before, .media-link .field-filetypeicon .gz:before, .media-link .field-filetypeicon .iso:before, .media-link .field-filetypeicon .rar:before, .media-link .field-filetypeicon .tar:before, .media-link .field-filetypeicon .zip:before, .media-link .field-filetypeicon .zipx:before {
    content: "";
}
.media-link .field-filetypeicon .config:before, .media-link .field-filetypeicon .cpp:before, .media-link .field-filetypeicon .css:before, .media-link .field-filetypeicon .git:before, .media-link .field-filetypeicon .h:before, .media-link .field-filetypeicon .ini:before, .media-link .field-filetypeicon .js:before, .media-link .field-filetypeicon .py:before {
    content: "";
}
.media-link .field-filetypeicon .apk:before, .media-link .field-filetypeicon .app:before, .media-link .field-filetypeicon .bat:before, .media-link .field-filetypeicon .deb:before, .media-link .field-filetypeicon .dll:before, .media-link .field-filetypeicon .exe:before, .media-link .field-filetypeicon .jar:before, .media-link .field-filetypeicon .msi:before, .media-link .field-filetypeicon .pl:before, .media-link .field-filetypeicon .prg:before, .media-link .field-filetypeicon .scr:before, .media-link .field-filetypeicon .sh:before, .media-link .field-filetypeicon .vb:before {
    content: "";
}
.media-link .field-filetypeicon .asp:before, .media-link .field-filetypeicon .aspx:before, .media-link .field-filetypeicon .cfm:before, .media-link .field-filetypeicon .com:before, .media-link .field-filetypeicon .edu:before, .media-link .field-filetypeicon .gov:before, .media-link .field-filetypeicon .htm:before, .media-link .field-filetypeicon .html:before, .media-link .field-filetypeicon .jhtml:before, .media-link .field-filetypeicon .mil:before, .media-link .field-filetypeicon .net:before, .media-link .field-filetypeicon .org:before, .media-link .field-filetypeicon .php3:before, .media-link .field-filetypeicon .php4:before, .media-link .field-filetypeicon .php5:before, .media-link .field-filetypeicon .php:before, .media-link .field-filetypeicon .phtmle:before, .media-link .field-filetypeicon .xhtml:before {
    content: "";
}
.media-link-horizontal div .field-filetypeicon span {
    height: 25px;
    width: 100%;
}
.media-link-horizontal div .field-filetypeicon span:before {
    font-size: 24px !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.media-link-horizontal .component-content>* {
    display: block;
    text-align: center;
}
.navigation {
    background: 0 0;
}
.navigation .level0>.navigation-title>a, .navigation .level1>.navigation-title>a {
    font-size: 18px;
    border-color: #89c6cc;
    border-style: solid;
    border-width: 0 0 2px 0;
    padding-right: 3px;
    margin-right: 5px;
}
.navigation .level0>.navigation-title>a:hover, .navigation .level1>.navigation-title>a:hover {
    text-decoration: none;
}
.navigation a {
    color: #747474;
}
.lt-ie9 .navigation a, .lt-ie9 .navigation a span {
    color: #747474;
}
.navigation a:focus, .navigation a:hover {
    color: #747474;
}
.navigation li.submenu {
    margin-bottom: 0;
}
.navigation li>.navigation-title>a {
    padding: 3px 5px 3px 0;
    display: block;
    color: #747474;
    text-decoration: none;
}
.navigation li>ul a {
    font-size: 14px;
}
.navigation .submenu>ul {
    padding-left: 10px;
}
.navigation.navigation-fat {
    background: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
}
.navigation.navigation-fat a {
    text-decoration: none;
}
.navigation.navigation-fat nav>ul {
    list-style: none;
    padding: 10px 0;
    overflow: hidden;
}
.navigation.navigation-fat .rel-level1 {
    margin: 10px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}
.navigation.navigation-fat .rel-level1.submenu ul a {
    position: relative;
}
.navigation.navigation-fat .rel-level1.submenu ul a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    top: 50%;
    left: -9px;
    font-size: 10px;
}
.navigation.navigation-fat .rel-level1>.navigation-title>a {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #89c6cc;
    border-bottom: 0;
    background: #f6f6f6;
    padding: 5px 10px;
    display: block;
    width: auto;
}
.navigation.navigation-fat .rel-level1>.navigation-title>a:hover {
    border-color: #1b809e;
}
.navigation.navigation-fat .rel-level1>ul {
    padding: 0;
}
.navigation.navigation-fat .rel-level2 {
    padding-left: 10px;
    display: block;
}
.navigation.navigation-main .component-content>nav {
    position: relative;
}
.navigation.navigation-main .component-content>nav ul:after {
    content: "";
    display: table;
    clear: both;
}
.navigation.navigation-main .rel-level1 {
    float: left;
}
.navigation.navigation-main .rel-level1.active>.navigation-title>a {
    border-color: #89c6cc;
}
.navigation.navigation-main .rel-level1>.navigation-title>a {
    border-width: 2px 0 0 0;
    border-color: transparent;
}
.navigation.navigation-main .rel-level1>.navigation-title>a:hover {
    border-color: #89c6cc;
}
.navigation.navigation-main .rel-level1.submenu>.navigation-title a {
    position: relative;
    padding-right: 15px;
}
.navigation.navigation-main .rel-level1.submenu>.navigation-title a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
}
.navigation.navigation-main .rel-level1>ul {
    overflow: hidden;
    display: none;
    z-index: 10;
    position: absolute;
    top: 100%;
    background: #f6f6f6;
    margin-left: 0;
    margin-top: -2px;
    border-top: 2px solid #89c6cc;
    border-left: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
.navigation.navigation-main .rel-level1.show>a+ul {
    display: block !important;
}
.navigation.navigation-main .rel-level1.show>ul {
    display: block !important;
    min-width: 60px;
}
.navigation.navigation-main .rel-level1.active>.navigation-title>a:link, .navigation.navigation-main .rel-level1.active>.navigation-title>a:visited {
    color: #878787;
}
.navigation.navigation-main .rel-level1.active>span {
    display: block;
    padding: 10px 20px;
    color: #fff;
}
.navigation.navigation-main .rel-level1.submenu.active {
    border-color: #176f89;
}
.navigation.navigation-main .rel-level2:focus, .navigation.navigation-main .rel-level2:hover {
    transition: background .2s ease-in;
    background: #f6f6f6;
}
.navigation.navigation-main .rel-level2 div>a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}
.navigation.navigation-main .rel-level2 div>a:focus, .navigation.navigation-main .rel-level2 div>a:hover {
    color: #222;
}
.navigation.navigation-main .rel-level2.submenu {
    box-sizing: border-box;
}
.navigation.navigation-main .rel-level2.submenu.navigation-image {
    text-align: center;
}
.navigation.navigation-main .rel-level2.submenu.navigation-image .field-navigationtext, .navigation.navigation-main .rel-level2.submenu.navigation-image>a {
    text-align: left;
}
.navigation.navigation-main.navigation-main-horizontal .submenu>ul {
    padding-left: 0;
}
.navigation.navigation-main.navigation-main-horizontal .rel-level1.show>a+ul {
    display: inline-flex !important;
    flex-wrap: wrap;
}
.navigation.navigation-main.navigation-main-horizontal .rel-level1.show>ul {
    display: inline-flex !important;
    flex-wrap: wrap;
}
.navigation.navigation-main.navigation-main-horizontal .rel-level1>ul {
    width: 100%;
    clear: both;
    left: 0;
}
.navigation.navigation-main.navigation-main-horizontal .rel-level2 {
    float: left;
    padding: 10px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d2d2d2;
    flex-grow: 1;
    flex-basis: 23%;
}
.navigation.navigation-main.navigation-main-vertical .rel-level1>ul {
    padding-left: 0;
    width: auto;
    left: auto;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d2d2d2;
}
.navigation.navigation-main.navigation-main-vertical .rel-level1>ul>li {
    padding: 5px 10px;
}
.navigation.navigation-mobile nav>ul {
    border: none;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
}
.navigation.navigation-mobile .rel-level1 {
    cursor: pointer;
    margin: 0;
    background: #fff;
}
.navigation.navigation-mobile .rel-level1>ul {
    padding-left: 25px;
    display: none;
    background: #f6f6f6;
}
.navigation.navigation-mobile .rel-level1>ul li {
    position: relative;
}
.navigation.navigation-mobile .rel-level1>ul li a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    font-size: 10px;
    top: 20px;
    transform: translateY(-50%);
}
.navigation.navigation-mobile .rel-level1.submenu.active>.navigation-title:before {
    transform: rotate(180deg);
    transition: .6s;
    transform-style: preserve-3d;
}
.navigation.navigation-mobile .rel-level1.submenu.active>ul {
    display: block;
}
.navigation.navigation-mobile .rel-level1.submenu>.navigation-title {
    position: relative;
}
.navigation.navigation-mobile .rel-level1.submenu>.navigation-title:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    font-size: 10px;
    top: 20px;
    transform: translateY(-50%);
    transform: rotate(0);
    transition: .6s;
    transform-style: preserve-3d;
}
.navigation.navigation-mobile .rel-level1>.navigation-title {
    border-bottom: 1px solid #89c6cc;
    margin: 0;
}
.navigation.navigation-mobile .rel-level1>.navigation-title:last-child {
    border-bottom: none;
}
.navigation.navigation-mobile .rel-level1 .navigation-title {
    padding: 10px;
}
.navigation.navigation-mobile .rel-level1 .navigation-title>a {
    text-decoration: none;
    color: #747474;
    display: inline;
}
.navigation.navigation-mobile .rel-level2 {
    display: list-item;
}
.navigation.navigation-mobile .rel-level2 .navigation-title>a {
    font-weight: 500;
}
.navigation.navigation-mobile .rel-level2 ul {
    display: none;
}
.navigation.navigation-sidebar a {
    text-decoration: none;
}
.navigation.navigation-sidebar nav>ul .rel-level1>.navigation-title {
    margin-bottom: 0;
}
.navigation.navigation-sidebar nav>ul .rel-level1>.navigation-title>a {
    padding: 5px 10px;
    display: block;
    position: relative;
    z-index: 1;
    margin-right: 0;
}
.navigation.navigation-sidebar nav>ul .rel-level1>ul {
    margin-left: 10px;
    margin-top: 5px;
}
.navigation.navigation-sidebar nav>ul .rel-level2 {
    display: block;
}
.navigation.sitemap-navigation .level2 a {
    position: relative;
    padding-left: 10px;
}
.navigation.sitemap-navigation .level2 a:before {
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translateY(-50%) scale(1,-1);
    position: absolute;
    content: "";
    top: 50%;
    left: -8px;
}
.page-list {
    background-color: transparent;
}
.page-list .item {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
    background: 0 0;
    padding: 15px;
    overflow: hidden;
}
.page-list .item:last-child {
    border-width: 0;
}
.page-list .item .field-title {
    color: #000;
}
.page-list .field-title {
    font-weight: 700;
}
.page-list a {
    background-color: transparent;
    text-decoration: none;
    font-size: 1em;
    color: #747474;
    border-bottom: 1px solid #89c6cc;
}
.page-list a:hover {
    color: #878787;
    text-decoration: none;
}
.list-pagination {
    background: 0 0;
}
.list-pagination nav {
    font-size: 13px;
}
.list-pagination nav>a, .list-pagination nav>span {
    display: inline-block;
    margin: 2px 1px 2px 0;
    padding: 4px 8px;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    font-size: 1em;
    font-weight: 700;
}
.list-pagination nav>a:hover, .list-pagination nav>span:hover {
    color: #89c6cc;
    background: #f6f6f6;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: #15909c;
}
.list-pagination nav>a:focus, .list-pagination nav>span:focus {
    text-decoration: none;
    color: #89c6cc;
}
.list-pagination nav>span.active {
    background: #f6f6f6;
    color: #89c6cc;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
}
.list-pagination nav>span.inactive {
    color: #aaa;
}
.list-pagination nav>span.inactive:hover {
    background: 0 0;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
}
.playlist {
    background-color: transparent;
    padding: 20px 10px 0 10px;
}
.playlist a:hover {
    text-decoration: none;
}
.playlist .component-content>h1, .playlist .component-content>h2, .playlist .component-content>h3, .playlist .component-content>h4, .playlist .component-content>h5, .playlist .component-content>h6 {
    margin: 0 0 10px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
}
.playlist .playlist-item {
    margin: 0 0 10px 0;
    padding: 0;
    overflow: hidden;
}
.playlist .playlist-item .playlist-section {
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-flow: row wrap;
}
.playlist .playlist-item .playlist-section>.scEmptyPlaceholder {
    flex-basis: 100%;
}
.playlist .playlist-item .playlist-section>div {
    order: 1;
}
.playlist .playlist-item .playlist-section .field-moviecaption a, .playlist .playlist-item .playlist-section .field-moviecaption a:hover {
    text-decoration: none !important;
}
.playlist .playlist-item .playlist-section .field-moviethumbnail {
    max-width: 150px;
    padding: 10px 10px 8px 5px;
}
.playlist .playlist-item .playlist-section .field-moviethumbnail a {
    display: block;
    text-align: center;
}
.playlist .playlist-item .playlist-section .field-moviethumbnail a img {
    width: 100%;
    height: auto;
}
.playlist .playlist-item .playlist-section .field-moviecaption {
    font-size: 13px;
}
.playlist .playlist-item .playlist-section .field-moviecaption>a {
    padding: 15px 10px;
    display: block;
    color: #747474;
    font-size: 1em;
}
.playlist .playlist-item.active {
    background-color: #89c6cc;
}
.playlist .playlist-item.active .field-moviecaption a {
    color: #fff;
    font-weight: 700;
}
.playlist .playlist-nav {
    padding: 5px;
    text-align: center;
}
.playlist .playlist-nav a {
    text-indent: -9999px;
    display: block;
    height: 100%;
}
.playlist .playlist-nav .playlist-next, .playlist .playlist-nav .playlist-prev {
    height: 17px;
    width: 14px;
    display: inline-block;
    vertical-align: middle;
}
.playlist .playlist-nav .playlist-next a, .playlist .playlist-nav .playlist-prev a {
    position: relative;
}
.playlist .playlist-nav .playlist-next a:before, .playlist .playlist-nav .playlist-prev a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-indent: 0;
}
.playlist .playlist-nav .playlist-next a:hover, .playlist .playlist-nav .playlist-prev a:hover {
    color: #89c6cc;
}
.playlist .playlist-nav .playlist-prev a:before {
    content: "";
}
.playlist .playlist-nav .playlist-next a:before {
    content: "";
}
.video-playlist.show {
    display: block;
}
.on-page-editor .video-playlist {
    display: block;
}
.playlist.playlist-horizontal .playlist-items {
    display: inline-flex;
}
.playlist.playlist-horizontal .playlist-items .playlist-item {
    min-width: 150px;
}
.playlist.playlist-horizontal .playlist-items .playlist-item .playlist-section>div {
    width: 100%;
}
.playlist.playlist-horizontal .playlist-items .playlist-item .playlist-section {
    display: block;
}
.playlist.playlist-horizontal .playlist-items .playlist-item .field-moviecaption {
    text-align: center;
}
.promo {
    padding: 15px 15px 15px 15px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 5px;
}
.promo>.component-content {
    border-width: 1px;
    border-style: solid;
    border-color: #d6d6d6;
    background-color: #f7f7f7;
    color: #5e5e5e;
    border-radius: 5px;
    font-size: 12px;
    height: 100%;
}
.promo>.component-content .field-promoicon {
    overflow: hidden;
    width: 100%;
}
.promo>.component-content .field-promoicon img {
    width: 100%;
    height: auto;
    display: block;
}
.promo>.component-content .promo-text {
    padding: 15px;
    background-color: transparent;
}
.promo>.component-content .promo-text .field-promotext {
    padding-bottom: 15px;
}
.promo>.component-content .promo-text .field-promolink {
    font-size: 12px;
    background-color: #5e5e5e;
    border-radius: 5px;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: #474747;
    padding: 15px 15px 15px 15px;
}
.promo>.component-content .promo-text .field-promolink a {
    color: #fff;
}
.promo>.component-content .promo-text .field-promolink:hover {
    background-color: #5e5e5e !important;
    cursor: pointer;
}
.promo .zg-height-fix .field-promoicon {
    margin-top: 100px;
}
.promo.image-full-size img {
    margin-bottom: 10px;
}
.promo h1, .promo h2, .promo h3, .promo h4, .promo h5, .promo h6 {
    color: #2b2b2b;
}
.promo h1, .promo h2 {
    margin: 10px 0;
}
.promo h3, .promo h4, .promo p {
    margin: 5px 0;
}
.promo h5, .promo h6 {
    margin: 5px 0 0;
}
.promo strong {
    font-weight: 700;
}
.promo ol, .promo ul {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: 10px;
}
.promo li {
    font-size: 13px;
    margin-left: 15px;
}
.promo ul li {
    list-style: disc;
    list-style-position: inside;
}
.promo ol li {
    list-style: decimal;
    list-style-position: inside;
}
.promo a {
    color: #5e5e5e;
    text-decoration: underline;
    font-size: 1em;
}
.promo a:hover {
    color: #474747;
}
.promo table {
    height: auto !important;
    border: 2px solid #ccc;
}
.promo table, .promo table td, .promo table th, .promo table tr {
    border: solid 2px #ccc;
    background: #f7f7f7;
    border-collapse: collapse;
    vertical-align: middle;
}
.promo table td, .promo table th, .promo table tr {
    padding: 5px;
}
.promo table caption {
    background-color: #e3e3e3;
    overflow: hidden;
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    margin-left: 0;
}
.promo table tr {
    border: none;
}
.promo table td, .promo table th {
    border-width: 2px 0 0 2px;
}
.promo table th {
    background-color: #f0f0f0;
    font-size: 13px;
    font-weight: 700;
    padding: 7px;
}
.promo table th:first-child {
    border-left: 0;
}
.promo table td:first-child {
    border-left: 0;
}
.promo.absolute-bottom-link {
    position: relative;
}
.promo.absolute-bottom-link .field-promolink {
    position: absolute;
    bottom: 25px;
    right: 25px;
}
.promo.absolute-bottom-link .field-promotext {
    padding-bottom: 40px;
}
.promo.promo-hero {
    position: relative;
    text-align: center;
}
.promo.promo-hero.promo-hero-half {
    float: left;
    width: 50%;
}
.promo.promo-hero .field-promotext {
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
    background: #000;
}
.promo.promo-hero .field-promotext>a {
    color: inherit;
    text-decoration: none;
}
.promo-shadow {
    max-width: 960px;
    padding: 0;
    border-top-width: 3px;
    border-top-color: #000;
    border-style: solid;
    overflow: visible;
    position: relative;
}
.promo-shadow.promo {
    float: left;
}
.promo-shadow>.component-content {
    padding: 15px;
    margin: 0 0 30px 0;
}
.promo-shadow>.component-content:after, .promo-shadow>.component-content:before {
    opacity: .7;
    box-shadow: 0 17px 10px rgba(0,0,0,.7);
    position: absolute;
    z-index: -1;
    height: 20%;
    max-height: 100px;
    max-width: 460px;
    width: 47%;
    content: "";
    bottom: 10px;
}
.promo-shadow>.component-content:before {
    left: 2%;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.promo-shadow>.component-content:after {
    right: 2%;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}
.content, .rich-text {
    background: 0 0;
    color: #747474;
    border: transparent;
    line-height: 1.5;
    font-size: 12px;
    overflow: hidden;
}
.content *, .rich-text * {
    max-width: 100%;
}
.content .avi, .content .bmp, .content .doc, .content .docx, .content .field-filetypeicon>a>span, .content .gif, .content .jpeg, .content .jpg, .content .mov, .content .mp3, .content .mp4, .content .pdf, .content .png, .content .ppt, .content .pptx, .content .psd, .content .txt, .content .wma, .content .wmv, .content .xls, .content .xlsx, .content .zip, .rich-text .avi, .rich-text .bmp, .rich-text .doc, .rich-text .docx, .rich-text .field-filetypeicon>a>span, .rich-text .gif, .rich-text .jpeg, .rich-text .jpg, .rich-text .mov, .rich-text .mp3, .rich-text .mp4, .rich-text .pdf, .rich-text .png, .rich-text .ppt, .rich-text .pptx, .rich-text .psd, .rich-text .txt, .rich-text .wma, .rich-text .wmv, .rich-text .xls, .rich-text .xlsx, .rich-text .zip {
    display: inline-block;
    box-sizing: border-box;
    font-weight: 400;
    width: 15px;
    height: 21px;
    margin: 0;
    padding: 0;
    position: relative;
}
.content .avi:before, .content .bmp:before, .content .doc:before, .content .docx:before, .content .field-filetypeicon>a>span:before, .content .gif:before, .content .jpeg:before, .content .jpg:before, .content .mov:before, .content .mp3:before, .content .mp4:before, .content .pdf:before, .content .png:before, .content .ppt:before, .content .pptx:before, .content .psd:before, .content .txt:before, .content .wma:before, .content .wmv:before, .content .xls:before, .content .xlsx:before, .content .zip:before, .rich-text .avi:before, .rich-text .bmp:before, .rich-text .doc:before, .rich-text .docx:before, .rich-text .field-filetypeicon>a>span:before, .rich-text .gif:before, .rich-text .jpeg:before, .rich-text .jpg:before, .rich-text .mov:before, .rich-text .mp3:before, .rich-text .mp4:before, .rich-text .pdf:before, .rich-text .png:before, .rich-text .ppt:before, .rich-text .pptx:before, .rich-text .psd:before, .rich-text .txt:before, .rich-text .wma:before, .rich-text .wmv:before, .rich-text .xls:before, .rich-text .xlsx:before, .rich-text .zip:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px !important;
    position: absolute;
    display: block;
    top: 50%;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
}
.content .field-filetypeicon span:before, .rich-text .field-filetypeicon span:before {
    content: "";
}
.content .field-filetypeicon .pdf:before, .rich-text .field-filetypeicon .pdf:before {
    content: "";
}
.content .field-filetypeicon .xls:before, .content .field-filetypeicon .xlsx:before, .rich-text .field-filetypeicon .xls:before, .rich-text .field-filetypeicon .xlsx:before {
    content: "";
}
.content .field-filetypeicon .ppt:before, .content .field-filetypeicon .pptx:before, .rich-text .field-filetypeicon .ppt:before, .rich-text .field-filetypeicon .pptx:before {
    content: "";
}
.content .field-filetypeicon .doc:before, .content .field-filetypeicon .docx:before, .rich-text .field-filetypeicon .doc:before, .rich-text .field-filetypeicon .docx:before {
    content: "";
}
.content .field-filetypeicon .bmp:before, .content .field-filetypeicon .gif:before, .content .field-filetypeicon .jpeg:before, .content .field-filetypeicon .jpg:before, .content .field-filetypeicon .png:before, .content .field-filetypeicon .psd:before, .content .field-filetypeicon .tif:before, .rich-text .field-filetypeicon .bmp:before, .rich-text .field-filetypeicon .gif:before, .rich-text .field-filetypeicon .jpeg:before, .rich-text .field-filetypeicon .jpg:before, .rich-text .field-filetypeicon .png:before, .rich-text .field-filetypeicon .psd:before, .rich-text .field-filetypeicon .tif:before {
    content: "";
}
.content .field-filetypeicon .avi:before, .content .field-filetypeicon .divx:before, .content .field-filetypeicon .flv:before, .content .field-filetypeicon .gifv:before, .content .field-filetypeicon .h264:before, .content .field-filetypeicon .m4v:before, .content .field-filetypeicon .mk3d:before, .content .field-filetypeicon .mkv:before, .content .field-filetypeicon .mov:before, .content .field-filetypeicon .movie:before, .content .field-filetypeicon .mp4:before, .content .field-filetypeicon .mpg:before, .content .field-filetypeicon .oggv:before, .content .field-filetypeicon .rv:before, .content .field-filetypeicon .swf:before, .content .field-filetypeicon .vid:before, .content .field-filetypeicon .vp6:before, .content .field-filetypeicon .webm:before, .content .field-filetypeicon .wmv:before, .rich-text .field-filetypeicon .avi:before, .rich-text .field-filetypeicon .divx:before, .rich-text .field-filetypeicon .flv:before, .rich-text .field-filetypeicon .gifv:before, .rich-text .field-filetypeicon .h264:before, .rich-text .field-filetypeicon .m4v:before, .rich-text .field-filetypeicon .mk3d:before, .rich-text .field-filetypeicon .mkv:before, .rich-text .field-filetypeicon .mov:before, .rich-text .field-filetypeicon .movie:before, .rich-text .field-filetypeicon .mp4:before, .rich-text .field-filetypeicon .mpg:before, .rich-text .field-filetypeicon .oggv:before, .rich-text .field-filetypeicon .rv:before, .rich-text .field-filetypeicon .swf:before, .rich-text .field-filetypeicon .vid:before, .rich-text .field-filetypeicon .vp6:before, .rich-text .field-filetypeicon .webm:before, .rich-text .field-filetypeicon .wmv:before {
    content: "";
}
.content .field-filetypeicon .aa:before, .content .field-filetypeicon .aac:before, .content .field-filetypeicon .aax:before, .content .field-filetypeicon .ac3:before, .content .field-filetypeicon .aif:before, .content .field-filetypeicon .aiff:before, .content .field-filetypeicon .amz:before, .content .field-filetypeicon .asx:before, .content .field-filetypeicon .au:before, .content .field-filetypeicon .avr:before, .content .field-filetypeicon .fla:before, .content .field-filetypeicon .flac:before, .content .field-filetypeicon .m3u:before, .content .field-filetypeicon .m4a:before, .content .field-filetypeicon .mid:before, .content .field-filetypeicon .midi:before, .content .field-filetypeicon .mka:before, .content .field-filetypeicon .mp3:before, .content .field-filetypeicon .mp4a:before, .content .field-filetypeicon .ogg:before, .content .field-filetypeicon .pcm:before, .content .field-filetypeicon .ra:before, .content .field-filetypeicon .rma:before, .content .field-filetypeicon .wav:before, .content .field-filetypeicon .wma:before, .content .field-filetypeicon .xwma:before, .rich-text .field-filetypeicon .aa:before, .rich-text .field-filetypeicon .aac:before, .rich-text .field-filetypeicon .aax:before, .rich-text .field-filetypeicon .ac3:before, .rich-text .field-filetypeicon .aif:before, .rich-text .field-filetypeicon .aiff:before, .rich-text .field-filetypeicon .amz:before, .rich-text .field-filetypeicon .asx:before, .rich-text .field-filetypeicon .au:before, .rich-text .field-filetypeicon .avr:before, .rich-text .field-filetypeicon .fla:before, .rich-text .field-filetypeicon .flac:before, .rich-text .field-filetypeicon .m3u:before, .rich-text .field-filetypeicon .m4a:before, .rich-text .field-filetypeicon .mid:before, .rich-text .field-filetypeicon .midi:before, .rich-text .field-filetypeicon .mka:before, .rich-text .field-filetypeicon .mp3:before, .rich-text .field-filetypeicon .mp4a:before, .rich-text .field-filetypeicon .ogg:before, .rich-text .field-filetypeicon .pcm:before, .rich-text .field-filetypeicon .ra:before, .rich-text .field-filetypeicon .rma:before, .rich-text .field-filetypeicon .wav:before, .rich-text .field-filetypeicon .wma:before, .rich-text .field-filetypeicon .xwma:before {
    content: "";
}
.content .field-filetypeicon .txt:before, .rich-text .field-filetypeicon .txt:before {
    content: "";
}
.content .field-filetypeicon .dmg:before, .content .field-filetypeicon .gz:before, .content .field-filetypeicon .iso:before, .content .field-filetypeicon .rar:before, .content .field-filetypeicon .tar:before, .content .field-filetypeicon .zip:before, .content .field-filetypeicon .zipx:before, .rich-text .field-filetypeicon .dmg:before, .rich-text .field-filetypeicon .gz:before, .rich-text .field-filetypeicon .iso:before, .rich-text .field-filetypeicon .rar:before, .rich-text .field-filetypeicon .tar:before, .rich-text .field-filetypeicon .zip:before, .rich-text .field-filetypeicon .zipx:before {
    content: "";
}
.content .field-filetypeicon .config:before, .content .field-filetypeicon .cpp:before, .content .field-filetypeicon .css:before, .content .field-filetypeicon .git:before, .content .field-filetypeicon .h:before, .content .field-filetypeicon .ini:before, .content .field-filetypeicon .js:before, .content .field-filetypeicon .py:before, .rich-text .field-filetypeicon .config:before, .rich-text .field-filetypeicon .cpp:before, .rich-text .field-filetypeicon .css:before, .rich-text .field-filetypeicon .git:before, .rich-text .field-filetypeicon .h:before, .rich-text .field-filetypeicon .ini:before, .rich-text .field-filetypeicon .js:before, .rich-text .field-filetypeicon .py:before {
    content: "";
}
.content .field-filetypeicon .apk:before, .content .field-filetypeicon .app:before, .content .field-filetypeicon .bat:before, .content .field-filetypeicon .deb:before, .content .field-filetypeicon .dll:before, .content .field-filetypeicon .exe:before, .content .field-filetypeicon .jar:before, .content .field-filetypeicon .msi:before, .content .field-filetypeicon .pl:before, .content .field-filetypeicon .prg:before, .content .field-filetypeicon .scr:before, .content .field-filetypeicon .sh:before, .content .field-filetypeicon .vb:before, .rich-text .field-filetypeicon .apk:before, .rich-text .field-filetypeicon .app:before, .rich-text .field-filetypeicon .bat:before, .rich-text .field-filetypeicon .deb:before, .rich-text .field-filetypeicon .dll:before, .rich-text .field-filetypeicon .exe:before, .rich-text .field-filetypeicon .jar:before, .rich-text .field-filetypeicon .msi:before, .rich-text .field-filetypeicon .pl:before, .rich-text .field-filetypeicon .prg:before, .rich-text .field-filetypeicon .scr:before, .rich-text .field-filetypeicon .sh:before, .rich-text .field-filetypeicon .vb:before {
    content: "";
}
.content .field-filetypeicon .asp:before, .content .field-filetypeicon .aspx:before, .content .field-filetypeicon .cfm:before, .content .field-filetypeicon .com:before, .content .field-filetypeicon .edu:before, .content .field-filetypeicon .gov:before, .content .field-filetypeicon .htm:before, .content .field-filetypeicon .html:before, .content .field-filetypeicon .jhtml:before, .content .field-filetypeicon .mil:before, .content .field-filetypeicon .net:before, .content .field-filetypeicon .org:before, .content .field-filetypeicon .php3:before, .content .field-filetypeicon .php4:before, .content .field-filetypeicon .php5:before, .content .field-filetypeicon .php:before, .content .field-filetypeicon .phtmle:before, .content .field-filetypeicon .xhtml:before, .rich-text .field-filetypeicon .asp:before, .rich-text .field-filetypeicon .aspx:before, .rich-text .field-filetypeicon .cfm:before, .rich-text .field-filetypeicon .com:before, .rich-text .field-filetypeicon .edu:before, .rich-text .field-filetypeicon .gov:before, .rich-text .field-filetypeicon .htm:before, .rich-text .field-filetypeicon .html:before, .rich-text .field-filetypeicon .jhtml:before, .rich-text .field-filetypeicon .mil:before, .rich-text .field-filetypeicon .net:before, .rich-text .field-filetypeicon .org:before, .rich-text .field-filetypeicon .php3:before, .rich-text .field-filetypeicon .php4:before, .rich-text .field-filetypeicon .php5:before, .rich-text .field-filetypeicon .php:before, .rich-text .field-filetypeicon .phtmle:before, .rich-text .field-filetypeicon .xhtml:before {
    content: "";
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
    color: #222;
}
.content h1, .content h2, .rich-text h1, .rich-text h2 {
    margin: 10px 0;
}
.content h3, .content h4, .content p, .rich-text h3, .rich-text h4, .rich-text p {
    margin: 5px 0;
}
.content h5, .content h6, .rich-text h5, .rich-text h6 {
    margin: 5px 0 0;
}
.content strong, .rich-text strong {
    font-weight: 700;
}
.content ol, .content ul, .rich-text ol, .rich-text ul {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: 10px;
}
.content li, .rich-text li {
    font-size: 13px;
    margin-left: 15px;
}
.content ul li, .rich-text ul li {
    list-style: disc;
    list-style-position: inside;
}
.content ol li, .rich-text ol li {
    list-style: decimal;
    list-style-position: inside;
}
.content a, .rich-text a {
    color: #de232f;
    text-decoration: underline;
    font-size: 1em;
}
.content a:hover, .rich-text a:hover {
    color: #878787;
}
.content table, .rich-text table {
    height: auto !important;
    border: 2px solid #d2d2d2;
}
.content table, .content table td, .content table th, .content table tr, .rich-text table, .rich-text table td, .rich-text table th, .rich-text table tr {
    border: solid 2px #d2d2d2;
    background: #fff;
    border-collapse: collapse;
    vertical-align: middle;
}
.content table td, .content table th, .content table tr, .rich-text table td, .rich-text table th, .rich-text table tr {
    padding: 5px;
}
.content table caption, .rich-text table caption {
    background-color: #f7f7f7;
    overflow: hidden;
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    margin-left: 0;
}
.content table tr, .rich-text table tr {
    border: none;
}
.content table td, .content table th, .rich-text table td, .rich-text table th {
    border-width: 2px 0 0 2px;
}
.content table th, .rich-text table th {
    background-color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 7px;
}
.content table th:first-child, .rich-text table th:first-child {
    border-left: 0;
}
.content table td:first-child, .rich-text table td:first-child {
    border-left: 0;
}
.field-featurelist ul, .rich-text-lists ul {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.field-featurelist ul li, .rich-text-lists ul li {
    font-size: 13px;
    font-size: 1.3rem;
    position: relative;
    line-height: 21px;
    list-style: none;
    margin: 0;
    padding: 5px 0 5px 25px;
}
.field-featurelist ul li:before, .rich-text-lists ul li:before {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: FontAwesome, sans-serif;
    position: absolute;
    top: 3px;
    left: 0;
    color: #747474;
    text-align: center;
    content: "\f00c";
    width: 20px;
    margin: 0 5px 0 0;
    padding: 0;
}
.field-featurelist ul li:before {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: FontAwesome, sans-serif;
    position: absolute;
    top: 3px;
    left: 0;
    color: #747474;
    text-align: center;
    content: "\f046";
    width: 20px;
    margin: 0 5px 0 0;
    padding: 0;
}
.media-link.file-type-icon-media-link {
    float: left;
}
.media-link.file-type-icon-media-link .field-filetypeicon {
    text-align: center;
}
.facet-component, .facet-summary {
    box-sizing: border-box;
    background: 0 0;
}
.facet-component label, .facet-summary label {
    background: 0 0;
    color: #747474;
}
.facet-component button, .facet-component input, .facet-summary button, .facet-summary input {
    display: inline-block;
    box-sizing: border-box;
    background: #fff !important;
    border: 1px solid #d2d2d2;
    border-radius: 0 !important;
    color: #747474;
    font-weight: 400;
    padding: 8px 2%;
    clear: both;
    height: auto;
    font-size: 13px;
}
.facet-component input:focus, .facet-summary input:focus {
    border: 1px solid #d2d2d2;
}
.facet-component button, .facet-component input[type=button], .facet-component input[type=reset], .facet-component input[type=submit], .facet-summary button, .facet-summary input[type=button], .facet-summary input[type=reset], .facet-summary input[type=submit] {
    border: 1px solid #89c6cc;
    padding: 5px 20px;
}
.facet-component button:hover, .facet-component input[type=button]:hover, .facet-component input[type=reset]:hover, .facet-component input[type=submit]:hover, .facet-summary button:hover, .facet-summary input[type=button]:hover, .facet-summary input[type=reset]:hover, .facet-summary input[type=submit]:hover {
    background: #f7f7f7 !important;
}
.facet-component button::-moz-focus-inner, .facet-component input::-moz-focus-inner, .facet-summary button::-moz-focus-inner, .facet-summary input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.facet-component input[type=text], .facet-summary input[type=text] {
    font-size: 13px;
}
.facet-component input[type=email], .facet-component input[type=password], .facet-component input[type=text], .facet-component select, .facet-component textarea, .facet-summary input[type=email], .facet-summary input[type=password], .facet-summary input[type=text], .facet-summary select, .facet-summary textarea {
    box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
    color: #747474;
    width: 100%;
    background: #fff;
    border: 1px solid #d2d2d2;
}
.facet-component select, .facet-summary select {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    padding: 5px;
}
.facet-component:after, .facet-summary:after {
    content: "";
    display: table;
    clear: both;
}
.facet-component .bottom-filter-button, .facet-summary .bottom-filter-button {
    float: right;
}
.facet-component .facet-heading, .facet-summary .facet-heading {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    position: relative;
}
.facet-component .facet-heading .facet-title, .facet-summary .facet-heading .facet-title {
    display: inline-block;
    vertical-align: middle;
    color: #747474;
    padding-right: 25px;
}
.facet-component .facet-heading .clear-filter, .facet-summary .facet-heading .clear-filter {
    display: inline-block;
    vertical-align: middle;
    border-radius: 15px;
    font-size: 10px;
    text-align: center !important;
    width: 15px;
    cursor: pointer;
    position: absolute;
    color: #747474;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    background: 0 0;
}
.facet-component .facet-heading .clear-filter:hover, .facet-summary .facet-heading .clear-filter:hover {
    background: #e0e0e0;
    border-color: #adadad;
    text-decoration: none;
    color: #747474;
}
.facet-component .facet-heading .clear-filter.has-active-facet, .facet-summary .facet-heading .clear-filter.has-active-facet {
    background: #e0e0e0;
    color: #747474;
}
.facet-component .facet-heading .clear-filter.has-active-facet:hover, .facet-summary .facet-heading .clear-filter.has-active-facet:hover {
    background: #e0e0e0;
    color: #747474;
}
.facet-single-selection-list .facet-hided .hide-facet-value {
    display: none;
}
.facet-single-selection-list .toogle-facet-visibility {
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #747474;
    cursor: pointer;
}
.facet-single-selection-list .facet-dropdown {
    margin: 10px 0;
}
.facet-single-selection-list .facet-dropdown select {
    min-width: 100%;
}
.facet-single-selection-list .facet-value input[type=checkbox] {
    display: none;
}
.facet-single-selection-list .facet-value label {
    color: #747474;
}
.facet-single-selection-list .facet-value.active-facet .facet-count.highlighted, .facet-single-selection-list .facet-value.active-facet label, .facet-single-selection-list .facet-value.active-facet span {
    color: #89c6cc;
}
.facet-single-selection-list .bottom-remove-filter {
    float: left;
}
.facet-single-selection-list .bottom-filter-button {
    float: right;
}
.facet-summary .removeFacetValue, .facet-summary-horizontal .removeFacetValue {
    font-size: 1.35rem;
    font-weight: 400;
    padding-left: .5rem;
    padding-right: .25rem;
    color: #89c6cc;
    cursor: pointer;
}
.facet-summary .bottom-remove-filter button, .facet-summary-horizontal .bottom-remove-filter button {
    font-size: 12px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
}
.facet-summary .clear-filter, .facet-summary-horizontal .clear-filter {
    display: none;
}
.facet-summary:not(.facet-summary-horizontal) {
    margin-bottom: 10px;
}
.facet-summary:not(.facet-summary-horizontal) .component-content .facet-summary-wrapper {
    background-color: transparent;
    padding-top: 10px;
}
.facet-summary:not(.facet-summary-horizontal) .component-content .facet-summary-wrapper .active-facet-summary-element {
    float: left;
    font-size: 12px;
    position: relative;
    padding-top: 10px;
    width: 100%;
}
.facet-summary:not(.facet-summary-horizontal) .component-content .facet-summary-wrapper .active-facet-summary-element span {
    font-weight: 700;
}
.facet-summary:not(.facet-summary-horizontal) .component-content .facet-summary-wrapper .active-facet-summary-element .facet-summary-name {
    margin-right: .6rem;
    font-weight: 700;
}
.facet-summary:not(.facet-summary-horizontal) .component-content .facet-summary-wrapper .active-facet-summary-element .facet-summary-value {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .1rem .8rem;
    padding-left: 0;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: .25rem;
    word-break: break-word;
}
.facet-summary:not(.facet-summary-horizontal) .component-content .bottom-remove-filter {
    width: 100%;
    float: left;
    padding-top: 10px;
}
.facet-summary:not(.facet-summary-horizontal) .component-content .bottom-remove-filter button {
    width: 100%;
    color: #de232f;
    border-color: transparent;
    text-align: left;
    text-indent: 10px;
    padding-left: 3px;
}
.facet-summary:not(.facet-summary-horizontal) .component-content .bottom-remove-filter button:before {
    content: "x";
    display: block;
    position: absolute;
    top: 50%;
    left: 1px;
    color: #de232f;
    transform: translate(-50%,-50%);
}
.facet-summary:not(.facet-summary-horizontal) .component-content .bottom-remove-filter button:hover {
    background-color: transparent !important;
}
.facet-summary-horizontal .facet-summary-wrapper {
    margin: 10px 0;
}
.facet-summary-horizontal .facet-summary-name, .facet-summary-horizontal .facet-summary-value {
    font-size: 1.3rem;
    float: left;
    margin-bottom: .9rem;
}
.facet-summary-horizontal .facet-summary-name {
    padding: 2px .85rem 2px 0;
}
.facet-summary-horizontal .facet-summary-value {
    border-radius: 12px;
    box-shadow: 0 2px 6px 0 #d2d2d2;
    padding: 2px 18px 2px 8px;
    margin-right: .95rem;
    word-break: break-word;
    position: relative;
}
.facet-summary-horizontal .removeFacetValue {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: .5rem;
    padding-right: .5rem;
}
.facet-summary-horizontal .facet-summary-wrapper.clearfix:after, .facet-summary-horizontal .facet-summary-wrapper.clearfix:before {
    display: none;
}
.facet-summary-horizontal .bottom-remove-filter {
    float: left;
}
.facet-summary-horizontal .bottom-remove-filter button {
    width: auto;
    background: 0 0;
    border: 1px solid #bc4526;
    border-radius: 12px !important;
    padding: .2rem .9rem;
    color: #747474;
}
.facet-summary-horizontal.facet-summary-horizontal-break .active-facet-summary-element:after {
    content: "";
    display: table;
    clear: both;
}
.facet-date-range .from-date, .facet-date-range .to-date {
    margin-bottom: 5px;
}
.ui-datepicker-title select {
    color: #747474;
}
.facet-dropdown {
    margin: 10px 0;
}
.facet-dropdown select {
    min-width: 100%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    position: relative;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 5px;
}
.facet-managed-range {
    box-sizing: border-box;
}
.facet-managed-range .max-range-value, .facet-managed-range .min-range-value {
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 49%;
    margin-bottom: 5px;
}
.facet-managed-range .max-range-value input[type=text], .facet-managed-range .min-range-value input[type=text] {
    min-width: 100%;
    width: 100%;
}
.facet-managed-range .min-range-value {
    float: left;
}
.facet-managed-range .max-range-value {
    float: right;
}
.facet-managed-range .bottom-remove-filter {
    float: left;
}
.facet-range-selector .slider-min-value {
    float: left;
    width: 4%;
    text-align: center;
}
.facet-range-selector .slider-max-value {
    float: right;
    width: 4%;
    text-align: center;
}
.facet-range-selector .slider-min-value+.ui-slider-horizontal {
    float: left;
    width: 88%;
    margin: 5px 2%;
}
.radius-filter label {
    background: 0 0;
    color: #747474;
}
.radius-filter button, .radius-filter input {
    display: inline-block;
    box-sizing: border-box;
    background: #fff !important;
    border: 1px solid #d2d2d2;
    border-radius: 0 !important;
    color: #747474;
    font-weight: 400;
    padding: 8px 2%;
    clear: both;
    height: auto;
    font-size: 13px;
}
.radius-filter input:focus {
    border: 1px solid #d2d2d2;
}
.radius-filter button, .radius-filter input[type=button], .radius-filter input[type=reset], .radius-filter input[type=submit] {
    border: 1px solid #89c6cc;
    padding: 5px 20px;
}
.radius-filter button:hover, .radius-filter input[type=button]:hover, .radius-filter input[type=reset]:hover, .radius-filter input[type=submit]:hover {
    background: #f7f7f7 !important;
}
.radius-filter button::-moz-focus-inner, .radius-filter input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.radius-filter input[type=text] {
    font-size: 13px;
}
.radius-filter input[type=email], .radius-filter input[type=password], .radius-filter input[type=text], .radius-filter select, .radius-filter textarea {
    box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
    color: #747474;
    width: 100%;
    background: #fff;
    border: 1px solid #d2d2d2;
}
.radius-filter select {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    padding: 5px;
}
.radius-filter .radius-button.selected {
    color: #89c6cc;
    background: #fff;
}
.radius-filter ul {
    height: 30px;
}
.radius-filter ul li {
    display: block;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #d2d2d2;
    float: left;
    padding: 5px 5px;
    cursor: pointer;
}
.radius-filter ul li:first-child {
    border-width: 1px;
}
.radius-filter .bottom-remove-filter {
    margin-bottom: 5px;
}
.ui-slider {
    position: relative;
    width: 80%;
    margin: 10px auto;
    text-align: left;
}
.ui-slider .ui-widget-header {
    border: 1px solid #89c6cc;
    background: #89c6cc;
    font-weight: 700;
}
.ui-slider .ui-widget-header a {
    color: #fff;
}
.slider-value {
    text-align: center;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d2d2d2;
    background: #f7f7f7;
    font-weight: 400;
    color: #747474;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #747474;
    text-decoration: none;
}
.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
    border: 1px solid #d2d2d2;
    background: #dadada;
    font-weight: 400;
    color: #747474;
}
.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
    color: #747474;
    text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #d2d2d2;
    background: #dadada;
    font-weight: 400;
    color: #747474;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #747474;
    text-decoration: none;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit;
}
.ui-slider-horizontal {
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.load-more label {
    background: 0 0;
    color: #747474;
}
.load-more button, .load-more input {
    display: inline-block;
    box-sizing: border-box;
    background: #fff !important;
    border: 1px solid #d2d2d2;
    border-radius: 0 !important;
    color: #747474;
    font-weight: 400;
    padding: 8px 2%;
    clear: both;
    height: auto;
    font-size: 13px;
}
.load-more input:focus {
    border: 1px solid #d2d2d2;
}
.load-more button, .load-more input[type=button], .load-more input[type=reset], .load-more input[type=submit] {
    border: 1px solid #89c6cc;
    padding: 5px 20px;
}
.load-more button:hover, .load-more input[type=button]:hover, .load-more input[type=reset]:hover, .load-more input[type=submit]:hover {
    background: #f7f7f7 !important;
}
.load-more button::-moz-focus-inner, .load-more input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.load-more input[type=text] {
    font-size: 13px;
}
.load-more input[type=email], .load-more input[type=password], .load-more input[type=text], .load-more select, .load-more textarea {
    box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
    color: #747474;
    width: 100%;
    background: #fff;
    border: 1px solid #d2d2d2;
}
.load-more select {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    padding: 5px;
}
.location-filter {
    position: relative;
    padding: 5px 10px 15px 10px;
    margin: 0 0 20px 0;
}
.location-filter label {
    background: 0 0;
    color: #747474;
}
.location-filter button, .location-filter input {
    display: inline-block;
    box-sizing: border-box;
    background: #fff !important;
    border: 1px solid #d2d2d2;
    border-radius: 0 !important;
    color: #747474;
    font-weight: 400;
    padding: 8px 2%;
    clear: both;
    height: auto;
    font-size: 13px;
}
.location-filter input:focus {
    border: 1px solid #d2d2d2;
}
.location-filter button, .location-filter input[type=button], .location-filter input[type=reset], .location-filter input[type=submit] {
    border: 1px solid #89c6cc;
    padding: 5px 20px;
}
.location-filter button:hover, .location-filter input[type=button]:hover, .location-filter input[type=reset]:hover, .location-filter input[type=submit]:hover {
    background: #f7f7f7 !important;
}
.location-filter button::-moz-focus-inner, .location-filter input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.location-filter input[type=text] {
    font-size: 13px;
}
.location-filter input[type=email], .location-filter input[type=password], .location-filter input[type=text], .location-filter select, .location-filter textarea {
    box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
    color: #747474;
    width: 100%;
    background: #fff;
    border: 1px solid #d2d2d2;
}
.location-filter select {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    padding: 5px;
}
.location-filter .twitter-typeahead {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
}
.location-filter .tt-menu {
    background: #fff;
    width: 100%;
    border: 1px solid #d2d2d2;
}
.location-filter .tt-hint {
    color: #747474;
}
.location-filter .tt-dropdown-menu {
    width: 250px;
    margin-top: 5px;
    background-color: #f7f7f7;
    border: 1px solid #d2d2d2;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.08);
}
.location-filter .tt-suggestion {
    padding: 4px 10px;
    color: #747474;
    overflow: hidden;
}
.location-filter .tt-suggestion a {
    text-decoration: none;
}
.location-filter .tt-suggestion:last-child {
    border: none;
}
.location-filter .tt-suggestion .field-image {
    width: 100px;
    float: left;
    margin-right: 10px;
}
.location-filter .tt-suggestion .field-make {
    font-size: 15px;
    float: left;
    margin-right: 5px;
}
.location-filter .tt-suggestion .field-model {
    margin-left: 4px;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
}
.location-filter .tt-suggestion .field-priceformatted {
    float: right;
    font-size: 15px;
    color: #89c6cc;
    margin-top: -20px;
}
.location-filter .tt-suggestion.tt-cursor {
    color: #89c6cc;
    background-color: #dadada;
    cursor: pointer;
}
.location-filter.loading-in-progress .tt-dropdown-menu {
    display: block !important;
    min-height: 50px;
    position: relative;
}
.location-filter.loading-in-progress .tt-dropdown-menu:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    height: 40px;
    width: 50px;
    display: block;
    background-image: url(data:image/svg+xml;
    charset=utf-8;
    base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+DQogIDxwYXRoICBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4NCiAgPHBhdGggZmlsbD0nIzFhODBiNicgZD0iTTE2IDAgQTE2IDE2IDAgMCAxIDMyIDE2IEwyOCAxNiBBMTIgMTIgMCAwIDAgMTYgNHoiPg0KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICA8L3BhdGg+DQo8L3N2Zz4NCg==);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 11;
}
.location-filter.loading-in-progress .tt-dropdown-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    opacity: .8;
    z-index: 10;
}
.location-filter .component-content {
    display: flex;
}
.location-filter .component-content>button, .location-filter .component-content>div, .location-filter .component-content>input, .location-filter .component-content>label, .location-filter .component-content>span {
    order: 1;
}
.location-filter .component-content>button, .location-filter .component-content>label {
    flex-grow: 1;
}
.location-filter .component-content>label {
    align-self: center;
    text-align: center;
}
.location-filter .component-content>input, .location-filter .component-content>span {
    flex-grow: 10;
    width: auto;
    margin: 0 5px;
}
.location-filter .tt-hint::-webkit-input-placeholder {
    color: transparent;
}
.location-filter .tt-hint::-moz-placeholder {
    color: transparent;
}
.page-selector {
    text-align: center;
    padding: 10px 0 0 0;
}
.page-selector .page-selector-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}
.page-selector .page-selector-list li.inactive a {
    color: #aaa;
    cursor: default;
}
.page-selector a {
    text-decoration: none;
    font-weight: 700;
    font-size: 1em;
}
.page-selector .page-selector-item-link {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    display: block;
    text-decoration: none;
    font-weight: 400;
    height: 28px;
    line-height: 22px;
    padding: 2px 9px;
    margin-left: 5px;
}
.page-selector .page-selector-item-link.active {
    font-weight: 700;
    color: #89c6cc;
    border: 1px solid #15909c;
    background: #f6f6f6;
}
.page-selector .page-selector-item-link:hover {
    color: #89c6cc;
    border: 1px solid #15909c;
    background: #f6f6f6;
}
.page-selector .page-selector-item-link.inactive {
    color: #aaa;
}
.page-size label {
    background: 0 0;
    color: #747474;
}
.page-size button, .page-size input {
    display: inline-block;
    box-sizing: border-box;
    background: #fff !important;
    border: 1px solid #d2d2d2;
    border-radius: 0 !important;
    color: #747474;
    font-weight: 400;
    padding: 8px 2%;
    clear: both;
    height: auto;
    font-size: 13px;
}
.page-size input:focus {
    border: 1px solid #d2d2d2;
}
.page-size button, .page-size input[type=button], .page-size input[type=reset], .page-size input[type=submit] {
    border: 1px solid #89c6cc;
    padding: 5px 20px;
}
.page-size button:hover, .page-size input[type=button]:hover, .page-size input[type=reset]:hover, .page-size input[type=submit]:hover {
    background: #f7f7f7 !important;
}
.page-size button::-moz-focus-inner, .page-size input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.page-size input[type=text] {
    font-size: 13px;
}
.page-size input[type=email], .page-size input[type=password], .page-size input[type=text], .page-size select, .page-size textarea {
    box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
    color: #747474;
    width: 100%;
    background: #fff;
    border: 1px solid #d2d2d2;
}
.page-size select {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    padding: 5px;
}
.page-size label {
    margin-right: 5px;
}
.page-size select {
    max-width: 100px;
    width: auto;
}
.search-results-count .progress {
    display: none;
}
.search-results-count .results-count {
    display: none;
}
.on-page-editor .results-count {
    display: inline-block;
}
.facet-single-selection-list {
    display: block;
}
.facet-single-selection-list .facet-search-filter .facet-value {
    position: relative;
    border-bottom: 1px solid #e0dede;
    background: 0 0;
    cursor: pointer;
    padding: 5px 0;
}
.facet-single-selection-list .facet-search-filter .facet-value:last-of-type {
    border-bottom: none;
}
.facet-single-selection-list .facet-search-filter .facet-value.active-facet {
    font-weight: 700;
}
.facet-single-selection-list .facet-search-filter .facet-value .highlighted {
    font-weight: 700;
    color: #888;
}
.variant-selector.component {
    margin: 30px 0 0 0;
}
.variant-selector .component-content>div {
    height: 30px;
    display: inline-block;
    width: 30px;
    margin: 2px;
    cursor: Pointer;
}
.variant-selector .variant-option {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.variant-selector .variant-option:before {
    content: "";
    display: block;
    height: 100%;
    font-size: 30px;
    width: 100%;
    text-align: center;
}
.variant-selector .variant-option.active-variant {
    color: #15909c;
}
.variant-selector .variant-option.horizontal:before {
    content: "";
}
.variant-selector .variant-option.horizontal.active-variant {
    color: #15909c;
}
.variant-selector .variant-option.vertical:before {
    content: "";
}
.variant-selector .variant-option.vertical.active-variant {
    color: #15909c;
}
.column-header-search .search-box {
    margin: 0;
    padding: 2px 10px 0 10px;
}
.search-box {
    position: relative;
    padding-right: 10px;
    box-sizing: border-box;
}
.search-box label {
    background: 0 0;
    color: #747474;
}
.search-box button, .search-box input {
    display: inline-block;
    box-sizing: border-box;
    background: #fff !important;
    border: 1px solid #d2d2d2;
    border-radius: 0 !important;
    color: #747474;
    font-weight: 400;
    padding: 8px 2%;
    clear: both;
    height: auto;
    font-size: 13px;
}
.search-box input:focus {
    border: 1px solid #d2d2d2;
}
.search-box button, .search-box input[type=button], .search-box input[type=reset], .search-box input[type=submit] {
    border: 1px solid #89c6cc;
    padding: 5px 20px;
}
.search-box button:hover, .search-box input[type=button]:hover, .search-box input[type=reset]:hover, .search-box input[type=submit]:hover {
    background: #f7f7f7 !important;
}
.search-box button::-moz-focus-inner, .search-box input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.search-box input[type=text] {
    font-size: 13px;
}
.search-box input[type=email], .search-box input[type=password], .search-box input[type=text], .search-box select, .search-box textarea {
    box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
    color: #747474;
    width: 100%;
    background: #fff;
    border: 1px solid #d2d2d2;
}
.search-box select {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    padding: 5px;
}
.search-box .twitter-typeahead {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
}
.search-box .tt-menu {
    background: #fff;
    width: 100%;
    border: 1px solid #d2d2d2;
}
.search-box .tt-hint {
    color: #747474;
}
.search-box .tt-dropdown-menu {
    width: 250px;
    margin-top: 5px;
    background-color: #f7f7f7;
    border: 1px solid #d2d2d2;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.08);
}
.search-box .tt-suggestion {
    padding: 4px 10px;
    color: #747474;
    overflow: hidden;
}
.search-box .tt-suggestion a {
    text-decoration: none;
}
.search-box .tt-suggestion:last-child {
    border: none;
}
.search-box .tt-suggestion .field-image {
    width: 100px;
    float: left;
    margin-right: 10px;
}
.search-box .tt-suggestion .field-make {
    font-size: 15px;
    float: left;
    margin-right: 5px;
}
.search-box .tt-suggestion .field-model {
    margin-left: 4px;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
}
.search-box .tt-suggestion .field-priceformatted {
    float: right;
    font-size: 15px;
    color: #89c6cc;
    margin-top: -20px;
}
.search-box .tt-suggestion.tt-cursor {
    color: #89c6cc;
    background-color: #dadada;
    cursor: pointer;
}
.search-box.loading-in-progress .tt-dropdown-menu {
    display: block !important;
    min-height: 50px;
    position: relative;
}
.search-box.loading-in-progress .tt-dropdown-menu:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    height: 40px;
    width: 50px;
    display: block;
    background-image: url(data:image/svg+xml;
    charset=utf-8;
    base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+DQogIDxwYXRoICBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4NCiAgPHBhdGggZmlsbD0nIzFhODBiNicgZD0iTTE2IDAgQTE2IDE2IDAgMCAxIDMyIDE2IEwyOCAxNiBBMTIgMTIgMCAwIDAgMTYgNHoiPg0KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICA8L3BhdGg+DQo8L3N2Zz4NCg==);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 11;
}
.search-box.loading-in-progress .tt-dropdown-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    opacity: .8;
    z-index: 10;
}
.search-box.hide-button .search-box-button {
    display: none;
}
.search-box .component-content {
    display: flex;
}
.search-box .component-content>button, .search-box .component-content>input, .search-box .component-content>label {
    display: inline-block;
}
.search-box .component-content>button, .search-box .component-content>label {
    flex-grow: 1;
}
.search-box .component-content>input {
    width: auto;
    flex-grow: 10;
    margin: 0 5px;
}
.search-box .component-content>label {
    align-self: center;
    text-align: center;
}
.search-box .component-content>.twitter-typeahead {
    flex-grow: 10;
    margin: 0 5px;
}
.search-box .component-content>.twitter-typeahead .search-box-input.tt-input {
    margin-bottom: 0;
}
.search-box .search-box-input {
    position: relative;
    align-self: center;
}
.search-box .search-box-input.tt-hint {
    margin-top: 0;
}
.loupe-search-btn .search-box-button, .loupe-search-btn .search-box-button-with-redirect {
    position: relative;
    text-indent: -99999px;
    width: 20px;
    background: #000 !important;
    border: none;
    padding: 4px 14px;
}
.loupe-search-btn .search-box-button-with-redirect:hover, .loupe-search-btn .search-box-button:hover {
    background: #89c6cc !important;
}
.loupe-search-btn .search-box-button-with-redirect:before, .loupe-search-btn .search-box-button:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(-50%,-50%);
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    font-size: 10px;
    text-indent: 0;
    font-size: 14px;
    color: #fff;
}
.sort-results label {
    background: 0 0;
    color: #747474;
}
.sort-results button, .sort-results input {
    display: inline-block;
    box-sizing: border-box;
    background: #fff !important;
    border: 1px solid #d2d2d2;
    border-radius: 0 !important;
    color: #747474;
    font-weight: 400;
    padding: 8px 2%;
    clear: both;
    height: auto;
    font-size: 13px;
}
.sort-results input:focus {
    border: 1px solid #d2d2d2;
}
.sort-results button, .sort-results input[type=button], .sort-results input[type=reset], .sort-results input[type=submit] {
    border: 1px solid #89c6cc;
    padding: 5px 20px;
}
.sort-results button:hover, .sort-results input[type=button]:hover, .sort-results input[type=reset]:hover, .sort-results input[type=submit]:hover {
    background: #f7f7f7 !important;
}
.sort-results button::-moz-focus-inner, .sort-results input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.sort-results input[type=text] {
    font-size: 13px;
}
.sort-results input[type=email], .sort-results input[type=password], .sort-results input[type=text], .sort-results select, .sort-results textarea {
    box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
    color: #747474;
    width: 100%;
    background: #fff;
    border: 1px solid #d2d2d2;
}
.sort-results select {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    padding: 5px;
}
.sort-results select {
    max-width: 100%;
    width: auto;
    display: inline-block;
}
.sort-results .facet-title {
    display: inline-block;
    margin-right: 5px;
}
.search-results {
    position: relative;
}
.search-results label {
    background: 0 0;
    color: #747474;
}
.search-results button, .search-results input {
    display: inline-block;
    box-sizing: border-box;
    background: #fff !important;
    border: 1px solid #d2d2d2;
    border-radius: 0 !important;
    color: #747474;
    font-weight: 400;
    padding: 8px 2%;
    clear: both;
    height: auto;
    font-size: 13px;
}
.search-results input:focus {
    border: 1px solid #d2d2d2;
}
.search-results button, .search-results input[type=button], .search-results input[type=reset], .search-results input[type=submit] {
    border: 1px solid #89c6cc;
    padding: 5px 20px;
}
.search-results button:hover, .search-results input[type=button]:hover, .search-results input[type=reset]:hover, .search-results input[type=submit]:hover {
    background: #f7f7f7 !important;
}
.search-results button::-moz-focus-inner, .search-results input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.search-results input[type=text] {
    font-size: 13px;
}
.search-results input[type=email], .search-results input[type=password], .search-results input[type=text], .search-results select, .search-results textarea {
    box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
    color: #747474;
    width: 100%;
    background: #fff;
    border: 1px solid #d2d2d2;
}
.search-results select {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    padding: 5px;
}
.search-results .search-result-list {
    padding-top: 5px;
}
.search-results.component-details .search-result-list>li, .search-results.standard-fields .search-result-list>li, .search-results.vertical .search-result-list>li {
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    border-color: #d2d2d2;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 5px;
    margin: 0 7px 10px 0;
}
.search-results.component-details .search-result-list>li .field-title, .search-results.standard-fields .search-result-list>li .field-title, .search-results.vertical .search-result-list>li .field-title {
    display: block;
    margin-top: 10px;
}
.search-results.component-details .search-result-list>li .field-title a, .search-results.standard-fields .search-result-list>li .field-title a, .search-results.vertical .search-result-list>li .field-title a {
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 400;
    display: block;
}
.search-results.component-details .search-result-list>li a img, .search-results.standard-fields .search-result-list>li a img, .search-results.vertical .search-result-list>li a img {
    max-width: 100%;
    height: auto;
}
.search-results.component-details .search-result-list>li:hover, .search-results.standard-fields .search-result-list>li:hover, .search-results.vertical .search-result-list>li:hover {
    border-bottom-width: 1px 1px 2px 1px;
    border-bottom-style: solid;
    border-bottom-color: #15909c;
}
.search-results.components .search-result-list, .search-results.example-fields .search-result-list, .search-results.horizontal .search-result-list {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
}
.search-results.components .search-result-list:after, .search-results.example-fields .search-result-list:after, .search-results.horizontal .search-result-list:after {
    content: "";
    display: table;
    clear: both;
}
.search-results.components .search-result-list>li, .search-results.example-fields .search-result-list>li, .search-results.horizontal .search-result-list>li {
    box-sizing: border-box;
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    border-color: #d2d2d2;
    position: relative;
    min-height: 120px;
    margin: 0 2% 10px 0;
    padding: 5px;
    flex: 1;
    min-height: 175px;
    min-width: 23%;
}
.search-results.components .search-result-list>li .field-title, .search-results.example-fields .search-result-list>li .field-title, .search-results.horizontal .search-result-list>li .field-title {
    display: block;
    padding: 0 5px;
    text-align: center;
}
.search-results.components .search-result-list>li .field-title a, .search-results.example-fields .search-result-list>li .field-title a, .search-results.horizontal .search-result-list>li .field-title a {
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 400;
}
.search-results.components .search-result-list>li a img, .search-results.example-fields .search-result-list>li a img, .search-results.horizontal .search-result-list>li a img {
    max-width: 100%;
    height: auto;
}
.search-results.components .search-result-list>li:hover, .search-results.example-fields .search-result-list>li:hover, .search-results.horizontal .search-result-list>li:hover {
    border-bottom-width: 1px 1px 2px 1px;
    border-bottom-style: solid;
    border-bottom-color: #15909c;
}
.search-results .search-results-overlay {
    display: none;
}
.search-results.loading-in-progress {
    min-height: 200px;
}
.search-results.loading-in-progress .search-result-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.9);
}
.search-results.loading-in-progress .search-result-overlay:after {
    content: "";
    background-image: url(data:image/svg+xml;
    charset=utf-8;
    base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+CiAgPHBhdGggIG9wYWNpdHk9Ii4yNSIgZD0iTTE2IDAgQTE2IDE2IDAgMCAwIDE2IDMyIEExNiAxNiAwIDAgMCAxNiAwIE0xNiA0IEExMiAxMiAwIDAgMSAxNiAyOCBBMTIgMTIgMCAwIDEgMTYgNCIvPgogIDxwYXRoIGZpbGw9JyNkZGRkZGQnIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMSAzMiAxNiBMMjggMTYgQTEyIDEyIDAgMCAwIDE2IDR6Ij4KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvcGF0aD4KPC9zdmc+);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 0;
    right: 0;
    margin: -30px auto 0;
}
.search-results.loading-more-in-progress:after {
    content: "";
    display: block;
    background-image: url(data:image/svg+xml;
    charset=utf-8;
    base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+DQogIDxwYXRoICBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4NCiAgPHBhdGggZmlsbD0nIzFhODBiNicgZD0iTTE2IDAgQTE2IDE2IDAgMCAxIDMyIDE2IEwyOCAxNiBBMTIgMTIgMCAwIDAgMTYgNHoiPg0KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICA8L3BhdGg+DQo8L3N2Zz4NCg==);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    height: 100px;
}
.search-results .no-results {
    padding: 5px;
}
.market-selector label {
    background: 0 0;
    color: #747474;
}
.market-selector button, .market-selector input {
    display: inline-block;
    box-sizing: border-box;
    background: #fff !important;
    border: 1px solid #d2d2d2;
    border-radius: 0 !important;
    color: #747474;
    font-weight: 400;
    padding: 8px 2%;
    clear: both;
    height: auto;
    font-size: 13px;
}
.market-selector input:focus {
    border: 1px solid #d2d2d2;
}
.market-selector button, .market-selector input[type=button], .market-selector input[type=reset], .market-selector input[type=submit] {
    border: 1px solid #89c6cc;
    padding: 5px 20px;
}
.market-selector button:hover, .market-selector input[type=button]:hover, .market-selector input[type=reset]:hover, .market-selector input[type=submit]:hover {
    background: #f7f7f7 !important;
}
.market-selector button::-moz-focus-inner, .market-selector input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.market-selector input[type=text] {
    font-size: 13px;
}
.market-selector input[type=email], .market-selector input[type=password], .market-selector input[type=text], .market-selector select, .market-selector textarea {
    box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
    color: #747474;
    width: 100%;
    background: #fff;
    border: 1px solid #d2d2d2;
}
.market-selector select {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    padding: 5px;
}
.market-selector select {
    height: auto;
    font-size: 13px;
    color: #747474;
    padding: 5px 15px 5px 5px;
}
.sitecore-form {
    padding: 15px;
}
.sitecore-form label {
    background: 0 0;
    color: #747474;
}
.sitecore-form button, .sitecore-form input {
    display: inline-block;
    box-sizing: border-box;
    background: #fff !important;
    border: 1px solid #d2d2d2;
    border-radius: 0 !important;
    color: #747474;
    font-weight: 400;
    padding: 8px 2%;
    clear: both;
    height: auto;
    font-size: 13px;
}
.sitecore-form input:focus {
    border: 1px solid #d2d2d2;
}
.sitecore-form button, .sitecore-form input[type=button], .sitecore-form input[type=reset], .sitecore-form input[type=submit] {
    border: 1px solid #89c6cc;
    padding: 5px 20px;
}
.sitecore-form button:hover, .sitecore-form input[type=button]:hover, .sitecore-form input[type=reset]:hover, .sitecore-form input[type=submit]:hover {
    background: #f7f7f7 !important;
}
.sitecore-form button::-moz-focus-inner, .sitecore-form input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.sitecore-form input[type=text] {
    font-size: 13px;
}
.sitecore-form input[type=email], .sitecore-form input[type=password], .sitecore-form input[type=text], .sitecore-form select, .sitecore-form textarea {
    box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
    color: #747474;
    width: 100%;
    background: #fff;
    border: 1px solid #d2d2d2;
}
.sitecore-form select {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    padding: 5px;
}
.sitecore-form>.component-content {
    padding: 15px;
    border: 1px solid transparent;
    background-color: transparent;
    color: #747474;
}
.sitecore-form form {
    font-size: 13px;
    color: #747474;
}
.sitecore-form form>div {
    padding: 15px 0;
}
.sitecore-form form>div label {
    font-family: inherit;
    padding-right: 5px;
}
.sitecore-form form>div input {
    font-family: inherit;
}
.sitecore-form form>div label+textarea {
    margin-top: 5px;
}
.sitecore-form form>div select, .sitecore-form form>div textarea {
    margin-top: 5px;
}
.sitecore-form form [data-sc-field-name="Password Confirmation"] {
    margin-right: 5px;
}
.sitecore-form .form.hints-below .scfSectionContent [class$=UsefulInfo] {
    position: static;
    opacity: 1;
    max-width: 100%;
    width: 100%;
    margin: 5px 0 0 5px;
}
.sitecore-form .form.labels-above label {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0;
}
.sitecore-form .form.labels-above .scfCaptchaGeneralPanel, .sitecore-form .form.labels-above .scfCheckBoxListGeneralPanel, .sitecore-form .form.labels-above .scfConfirmPasswordGeneralPanel, .sitecore-form .form.labels-above .scfCreditCardGeneralPanel, .sitecore-form .form.labels-above .scfDateGeneralPanel, .sitecore-form .form.labels-above .scfDatePickerGeneralPanel, .sitecore-form .form.labels-above .scfDateSelectorGeneralPanel, .sitecore-form .form.labels-above .scfDropListGeneralPanel, .sitecore-form .form.labels-above .scfEmailGeneralPanel, .sitecore-form .form.labels-above .scfFileUploadGeneralPanel, .sitecore-form .form.labels-above .scfListBoxGeneralPanel, .sitecore-form .form.labels-above .scfMultipleLineGeneralPanel, .sitecore-form .form.labels-above .scfNumberGeneralPanel, .sitecore-form .form.labels-above .scfPasswordGeneralPanel, .sitecore-form .form.labels-above .scfRadioButtonListGeneralPanel, .sitecore-form .form.labels-above .scfSingleLineGeneralPanel, .sitecore-form .form.labels-above .scfSmsTelephoneGeneralPanel, .sitecore-form .form.labels-above .scfTelephoneGeneralPanel {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: 93%;
}
.sitecore-form .form.labels-above .scfSectionContent .scfRequired {
    margin: 0 5px;
}
.sitecore-form .form.labels-above .scfMultipleLineGeneralPanel {
    width: 95%;
}
.sitecore-form .form.labels-above .scfMultipleLineTextBox {
    margin: 0 0 0 5px;
}
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #bf1722;
    color: #fff !important;
    padding: 8px;
    z-index: 100;
    border-bottom-right-radius: 8px;
}
.skip-link:focus {
    top: 0;
}
.snippet {
    padding-left: 0;
    padding-right: 0;
}
.snippet .is-empty-hint {
    min-height: 50px;
    background: linear-gradient(.9turn,#e3e3e3,#ccc);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
    padding: 10px;
    position: relative;
}
.snippet .is-empty-hint::before {
    content: attr(data-text);
    height: 35px;
    position: absolute;
    background: #fff;
    z-index: 1;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 10px;
}
.social-media-share {
    background: 0 0;
}
.social-media-share ul {
    overflow: hidden;
}
.social-media-share li {
    float: left;
    margin: 0 10px;
}
.social-media-share li:first-child {
    margin-left: 0;
}
.social-media-share li .fb_iframe_widget {
    display: block;
    margin-top: -2px;
}
.tabs {
    overflow: hidden;
    position: relative;
    background: 0 0;
    border: none;
    position: relative;
    overflow: hidden;
}
.tab-slider {
    position: absolute;
    background: #f7f7f7;
    cursor: pointer;
    border: 2px solid #89c6cc;
    vertical-align: center;
    width: 15px;
    text-indent: -9999px;
    z-index: 10;
}
.tabs-heading {
    overflow: hidden;
}
.tabs-heading li {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #f7f7f7;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #f7f7f7;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #f7f7f7;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
    float: left;
    display: block;
    margin-left: 1px;
    background: #f7f7f7;
    width: auto;
    cursor: pointer;
}
.tabs-heading li>div {
    padding: 3px 10px;
    display: block;
    text-decoration: none;
    color: #222;
}
.tabs-heading li>div:after {
    content: "";
    display: table;
    clear: both;
}
.tabs-heading li>div .field-heading {
    font-size: 16px;
}
.tabs-heading li>div>.row {
    display: block;
}
.tabs-heading li .component.content {
    margin: 5px 0;
}
.tabs-heading li.active {
    background: #fff;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #89c6cc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #d2d2d2;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d2d2d2;
}
.tabs-heading li.active a {
    color: #000;
}
.tabs-heading li:hover {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #89c6cc;
    background: #fff;
}
.tabs-heading li:first-child {
    margin-left: 0;
}
.tabs-container {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #89c6cc;
    background: 0 0;
    margin-top: -1px;
}
.tab {
    display: none;
    padding: 10px;
}
.tab:after {
    content: "";
    display: table;
    clear: both;
}
.tab.active {
    display: block;
}
.tabs.tabs-bottom .tabs-container {
    margin: 0;
}
.tabs.tabs-bottom .tabs-heading {
    position: relative;
    margin-top: -1px;
}
.tabs.tabs-bottom .tabs-heading li {
    margin-bottom: 0;
    border-top: 0 solid #fff;
}
.tabs.tabs-bottom .tabs-heading li a {
    border: none;
}
.tabs.tabs-bottom .tabs-heading li.active {
    border-top: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #d2d2d2;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d2d2d2;
}
.tabs.tabs-bottom .tabs-heading li.active a {
    border: none;
    position: relative;
}
.tabs.tabs-bottom .tabs-heading li:hover {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
    background: #fff;
}
.tabs.tabs-bottom .tabs-container {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
    border-top: none;
    background: 0 0;
    margin-bottom: 1px;
}
.tabs.tabs-vertical.tabs-vertical-right .tabs-heading {
    float: right;
    margin-left: -1px;
}
.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f7f7f7;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #f7f7f7;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #89c6cc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f7f7f7;
}
.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li.active {
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #89c6cc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #89c6cc;
}
.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li.active a {
    border: none;
}
.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li:hover {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #89c6cc;
}
.tabs.tabs-vertical.tabs-vertical-right .tabs-container {
    float: right;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #89c6cc;
    border-top: none;
    margin-left: -1px;
    border-left: none;
}
.tabs.tabs-vertical .tabs-heading {
    width: 30%;
    float: left;
}
.tabs.tabs-vertical .tabs-heading li {
    margin: 0 0 2px 0;
    display: block;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f7f7f7;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #f7f7f7;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #89c6cc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f7f7f7;
}
.tabs.tabs-vertical .tabs-heading li.active {
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #89c6cc;
}
.tabs.tabs-vertical .tabs-heading li.active a {
    border: none;
}
.tabs.tabs-vertical .tabs-heading li:first-child {
    margin-top: 0;
}
.tabs.tabs-vertical .tabs-heading li:hover {
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #89c6cc;
}
.tabs.tabs-vertical .tabs-container {
    margin: 0;
    float: left;
    width: 70%;
    margin-left: -1px;
    border-top: none;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #89c6cc;
}
.tabs.tabs-scrollable .tabs-heading {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
}
.tabs.tabs-scrollable .tabs-container {
    margin: 0;
}
.tabs.tabs-scrollable .prev {
    left: 0;
    background: #e4e4e4 url(../Images/arrow-left.png) center center no-repeat;
}
.tabs.tabs-scrollable .next {
    right: 0;
    background: #e4e4e4 url(../Images/arrow-right.png) center center no-repeat;
}
.tabs.tabs-scrollable.tabs-bottom .wrapper {
    margin-top: 2px;
    padding-bottom: 6px;
}
.tabs.tabs-scrollable.tabs-bottom .next {
    top: 1px;
}
.tabs.tabs-scrollable.tabs-bottom .prev {
    top: 1px;
}
.tabs.tabs-scrollable.tabs-bottom .tabs-heading {
    margin-top: -4px;
}
.tag-cloud .component-content {
    text-align: justify;
}
.tag-cloud .tag-cloud-item {
    display: inline-block;
    vertical-align: middle;
}
.tag-cloud .tag-cloud-item a {
    color: #747474;
}
.tag-cloud .tag-cloud-item a:hover {
    color: #878787;
}
.tag-cloud .tag-cloud-item.xs {
    font-size: .9em;
}
.tag-cloud .tag-cloud-item.s {
    font-size: 1.1em;
}
.tag-cloud .tag-cloud-item.m {
    font-size: 1.3em;
}
.tag-cloud .tag-cloud-item.l {
    font-size: 1.5em;
}
.tag-cloud .tag-cloud-item.xl {
    font-size: 1.8em;
}
.tag-cloud .tag-cloud-item.xxl {
    font-size: 2em;
}
.tag-cloud span.field-title.tag-links {
    border-radius: 5px;
    padding: 5px 5px;
    display: inline;
}
.tag-cloud span.field-title.tag-links:last-child {
    margin-right: 0;
}
.tag-cloud span.field-title.tag-links .tag-usages {
    font-size: inherit;
    font-weight: 700;
}
.tag-cloud span.field-title.tag-links .tag-usages:before {
    content: "(";
}
.tag-cloud span.field-title.tag-links .tag-usages:after {
    content: ")";
}
.tag-cloud span.field-title.tag-text {
    position: relative;
    padding-left: 20px;
    border-bottom: 1px solid transparent;
    display: block;
    float: left;
}
.tag-cloud span.field-title.tag-text:hover {
    cursor: pointer;
    text-decoration: none;
}
.tag-cloud span.field-title.tag-text:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.tag-list span.field-title.tag-text {
    color: #747474;
    position: relative;
    padding-left: 15px;
    margin-right: 10px;
    border-bottom: 1px solid transparent;
}
.tag-list span.field-title.tag-text:hover {
    cursor: pointer;
    color: #878787;
    border-bottom: 1px solid #15909c;
    text-decoration: none;
}
.tag-list span.field-title.tag-text:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.tag-list span.field-title>a {
    color: #747474;
    background: #89c6cc;
    border-radius: 3px 0 0 3px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 15px 0 23px;
    position: relative;
    margin: 0 20px 10px 0;
    text-decoration: none;
    -webkit-transition: color .2s;
    color: #fff;
}
.tag-list span.field-title>a:hover {
    background-color: #15909c;
}
.tag-list span.field-title>a:hover:after {
    border-left: 10px solid #15909c;
}
.tag-list span.field-title>a:before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0,0,0,.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}
.tag-list span.field-title>a:after {
    background: 0 0;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #89c6cc;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
}
.tag-list span.field-title.tag-links {
    display: block;
    float: left;
    border-radius: 20px;
    position: relative;
    margin-right: 5px;
    padding: 5px 5px;
    margin-top: 5px;
}
.tag-list span.field-title.tag-links>a {
    text-decoration: none;
    padding-left: 20px;
    position: relative;
}
.tag-list span.field-title.tag-links>a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    font-size: 6px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.tag-list span.field-title.tag-text {
    position: relative;
    border-bottom: 1px solid transparent;
    display: block;
    float: left;
    padding-left: 20px;
}
.tag-list span.field-title.tag-text:hover {
    cursor: pointer;
    text-decoration: none;
}
.title {
    background: 0 0;
}
.title .field-title a, .title h1 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
    font-size: 24px;
    margin-bottom: 10px;
    color: #747474;
    line-height: normal;
    padding-bottom: 10px;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.title .field-title a:hover, .title h1:hover {
    color: #878787;
}
.toggle details[open] summary:before {
    content: "";
}
.toggle summary {
    list-style: none;
}
.toggle summary.toggle-header {
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 10px;
    background: #fff;
    cursor: pointer;
    min-height: 25px;
}
.toggle summary.toggle-header::-webkit-details-marker {
    display: none;
}
.toggle summary.toggle-header:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    font-size: 17px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.toggle summary.toggle-header.show {
    display: inline-block !important;
}
.toggle summary.toggle-header .toggle-label {
    display: block;
    margin: 0 0 0 10px;
}
.toggle summary.toggle-header .toggle-label p {
    margin-bottom: 0;
}
.toggle .show {
    color: #878787;
}
.toggle .toggle-content {
    margin-top: -1px;
}
.toggle details summary~.component>.component-content {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    display: none;
}
.toggle details[open] summary~.component {
    overflow: hidden;
}
.toggle details[open] summary~.component>.component-content {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    display: block;
}
.twitter h1, .twitter h2, .twitter h3, .twitter h4, .twitter h5, .twitter h6 {
    padding-bottom: 6px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d2d2d2;
}
.twitter .twitter-follow-button {
    margin: 10px 0 0;
}
.twitter .tweet-item {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #89c6cc;
    padding: 10px 10px 10px 0;
    margin-left: 10px;
    overflow: hidden;
    position: relative;
    padding-left: 55px;
}
.twitter .tweet-item:first-child {
    border: none;
    background: 0 0;
}
.twitter .tweet-header {
    overflow: hidden;
}
.twitter .tweet-profile {
    display: block;
    float: left;
    text-decoration: none;
    font-size: 14px;
}
.twitter .tweet-avatar {
    position: absolute;
    left: 0;
    top: 10px;
}
.twitter .tweet-datetime {
    display: block;
    float: right;
    text-decoration: none;
}
.twitter .tweet-content {
    margin-top: 5px;
}
.twitter .tweet-footer>ul li {
    display: inline;
    padding-left: 5px;
}
.twitter .tweet-footer>ul li:first-child {
    padding: 0;
}
.twitter .tweet-footer a {
    text-decoration: none;
}
.component.video .mejs-container {
    overflow: hidden;
}
.component.video .mejs-controls .mejs-button button {
    box-shadow: none;
}
.component.video .sxa-video-wrapper {
    position: relative;
}
.component.video .video-init {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background: url(/-/media/Base-Themes/Core-Libraries/styles/mejs-controls.svg) no-repeat;
    background-position: 0 -39px;
    overflow: hidden;
    z-index: 1;
}
.headerclass {
    padding-top: 20px;
}
.bannerImageDiv {
    position: absolute;
    z-index: 999;
}
.contact-us {
    padding: 2px 25px;
    color: #fff !important;
    border: transparent;
    background-color: #e31113;
    text-decoration: none;
    border-radius: 25px;
    margin: 20px 0 20px 0;
}
.contactustext {
    text-align: center;
}
.contactustext a {
    color: #fff !important;
    text-align: center;
    font-size: 19px;
    line-height: 30px;
    font-weight: 500;
    margin: auto;
}
.language-selector {
    padding: 15px 0 !important;
}
.language-selector a {
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    font-weight: 500;
}
.language-selector>.component-content .language-selector-select-item .language-selector-select-link {
    padding-left: 0 !important;
    font-size: 16px !important;
    padding-right: 5px !important;
}
#wrapper #header>.row {
    background-color: transparent;
}
.link-list>.component-content ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #303030;
    margin: 0;
    font-weight: 600;
    text-decoration: none;
}
.navbar-right li a.active {
    border-bottom: 2px solid #e31113 !important;
    padding-bottom: 3px;
}
.link-list {
    padding: 15px 0 15px 0;
    border-radius: none;
}
.link-list>.component-content {
    background-color: #fff;
    color: #5e5e5e;
    border-radius: 5px;
    padding: 10px 15px 15px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
}
.removebackroundcss {
    background-color: transparent !important;
    border: none !important;
}
.menumargin {
    padding-right: 20px;
}
.removemenumargin {
    padding-right: 0 !important;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}
.contact_button a {
    font-size: 18px !important;
    line-height: 24px !important;
    padding: 5px 15px;
    color: #fff !important;
    border: transparent;
    background-color: #e31113;
    text-decoration: none;
    border-radius: 25px;
}
.contact_margin {
    margin: 10px 0 0 15px !important;
}
.plusIcon span {
    float: right;
    color: #e31113;
    font-size: 30px !important;
    margin-top: 8px !important;
}
.tabletviewtopmargin {
    margin-top: 20px;
}
.contactbtndiv {
    padding-top: 15px;
}
.divviewposition {
    position: relative;
    width: 100%;
}
.contactbtndiv a {
    font-size: 18px !important;
    line-height: 24px !important;
    padding: 5px 15px;
    color: #fff !important;
    border: transparent;
    background-color: #e31113;
    text-decoration: none;
    border-radius: 25px;
}
.bannerImage {
    background-image: url(/~/media/Project/Infuenza/Canada/Home/Flu_Facts_Section/HeroBannerIMG2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right 60px;
    height: 500px;
    margin: auto;
}
.bannerImageComponent {
    border-width: 1px;
    border-style: none;
    border: none !important;
    background-color: transparent !important;
    color: #fff;
    border-radius: 0 !important;
    font-size: 12px;
    height: 600px;
}
.MainContentcss {
    margin-top: 155px;
    margin-left: 40px;
}
.influenza-en header .MainContentcss h1 {
    font-size: 65px;
    line-height: 60px;
    margin-bottom: 20px;
}
header .link-list>.component-content ul {
    text-align: right;
}
.colorchange {
    color: #e31113 !important;
}
.MainContentcss h2 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    font-family: 'Sintony Bold';
}
.MainContentcss p {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Sintony Regular';
}
.scrolldawnbutton {
    background-color: transparent !important;
    border: none !important;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: #fff !important;
    padding: 0 !important;
    margin-left: 20px;
}
.scrolldawnbutton a, i {
    color: #e31113 !important;
    font-size: 20px;
    text-decoration: none !important;
    font-weight: 700;
}
.caretalign {
    margin-left: 110px;
    font-size: 30px;
    margin-top: -10px;
}
.promo>.component-content {
    color: #303030;
}
.mainsectionMargin {
    margin-top: 50px !important;
}
.QandAsectioncss .faqTitle {
    margin-bottom: 30px;
}
.content-container {
    max-width: 71.25rem;
    margin: auto auto;
    padding: 2rem;
}
.flu-statisticssection {
    width: 78%;
    margin: auto;
}
.flu_content span {
    color: #fff;
}
.content-box {
    padding: .9rem .9rem .9rem 0;
}
.mainsection h2 {
    font-size: 60px;
    line-height: 85px;
    position: relative;
    color: #303030;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 0;
}
.mainsection h2 span {
    color: #e31113;
}
.statisticItemPadding {
    padding: 0;
}
.box {
    border: 1px solid #e31113;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    background-color: #e31113;
    min-height: 225px;
}
.change_color {
    background-color: #fff;
    color: #e31113;
}
.box p {
    font-size: 26px;
    line-height: 28px;
    margin-top: 0;
    font-weight: 600;
}
.box p.flu_content {
    font-size: 20px;
    line-height: 26px;
}
.middle_row {
    font-size: 24px;
    line-height: 28px;
}
.flu_content {
    margin: 0;
}
.box h3 {
    font-size: 40px;
    line-height: 57px;
    margin: 4px 5px;
    font-weight: 700;
}
a {
    text-decoration: none;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
sup {
    vertical-align: inherit;
    font-size: 18px;
}
.accordion {
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 12px;
}
.AccordianTitle {
    color: #e31113;
    font-size: 39px;
    margin: 0;
    line-height: 1;
    padding-right: 30px;
    font-weight: 700;
}
.yesNocontent {
    font-size: 20px !important;
    font-weight: 700;
    font-family: 'Sintony Bold';
}
.mainContenttoggle {
    font-size: 20px !important;
    font-weight: 500;
    font-family: 'Sintony Regular';
    line-height: 22px;
    margin-bottom: 20px !important;
}
.content a, .rich-text a {
    color: #303030;
    font-weight: 700;
}
.content, .rich-text {
    color: #303030;
}
.a_color {
    color: #e31113 !important;
}
li ::marker {
    color: #e31113;
}
.questionAnswrapper {
    padding: 0 !important;
}
.content ul li, .rich-text ul li {
    list-style: disc !important;
}
.accordion .component-content div ul.items li.item div.toggle-header div.label div.component.content div.field-heading:after {
    content: "+";
    font-size: 36px;
    top: 34%;
    right: 10px;
    width: 20px;
    height: 3px;
    font-weight: 900;
    color: #e31113;
}
.accordion .component-content div ul.items li.item.active .toggle-header .field-heading:after {
    content: "-" !important;
}
.accordion .component-content div ul.items li.item {
    border-bottom-color: #ccc !important;
    padding: 30px 0 30px 0 !important;
}
.fluVaccineRecommdedtable {
    margin-left: 0 !important;
    padding: 0 !important;
}
.fluVaccineRecommdedtable table {
    width: 100%;
    font-size: 20px;
    margin: 0 !important;
    border: 1px solid #bababa;
}
.fluVaccineRecommdedtable table, td, th {
    border: 2px solid #bababa;
    border-collapse: collapse;
    text-align: center;
    font-size: 20px;
    padding: 15px !important;
    line-height: 20px;
}
.fluVaccineRecommdedtable table tr th {
    background-color: #cdf5fc;
    text-align: center;
    font-size: 20px;
    padding: 15px;
    line-height: 20px;
}
.fluVaccineRecommdedtable table tr th:first-child {
    width: 40%;
}
.fluVaccinesubtitle {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    font-style: 'Sintony Bold';
    margin-top: 10px;
}
.fluVaccinesubtitle sup {
    font-size: 10px;
}
.mainsection .descriptiveTable h2 {
    font-size: 57px;
    line-height: 66px;
    position: relative;
    color: #303030;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 0;
}
.mainsection .descriptiveTable h2 span {
    color: #e31113;
}
.mainsection .descriptiveTable .descriptioncontent {
    color: #303030;
    font-size: 20px;
    line-height: 27px;
    padding: 10px 0 30px 0;
    font-family: 'Sintony Regular';
}
.flutable table {
    border: #707070;
    text-align: center;
    width: 100%;
}
.flutable table tr thead {
    background-color: #2c2c2c;
}
.flutable table tr th {
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 36px;
    padding: 10px 0;
    font-family: 'Source Sans Pro';
    font-weight: 600;
}
.flutable table tbody td {
    font-size: 16px;
    text-align: center;
    color: #303030;
    line-height: 20px;
    padding: 10px 0;
    font-family: 'Source Sans Pro';
}
.flutable td:first-child {
    background-color: #cdf5fc;
    font-weight: 600;
}
.flutable table, td, th {
    border: .5px solid #bababa;
    border-collapse: collapse;
}
.flutable th {
    background-color: #000;
    text-align: left;
    vertical-align: bottom;
}
.flutable .mobilevietable tr th {
    background-color: #e31113;
}
.flutable .mobilevietable td:first-child {
    background-color: #2c2c2c;
    text-align: left;
    font-size: 19px;
    line-height: 26px;
    color: #fff;
    padding-left: 20px;
}
.VaccineTechnologyImage {
    background-image: url(/~/media/Project/Infuenza/Canada/Home/Vaccine_Technology/Vaccine_Technology.png);
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: right top;
    height: 700px;
    margin: auto;
    margin-top: 100px;
}
.teaserImage {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.vaccineTechCss .heading h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    color: #303030;
    margin-bottom: 10px;
}
.vaccineTechCss .heading span {
    color: #e3121a;
}
.vaccineTechCss .heading p {
    font-size: 40px;
    line-height: 44px;
    color: #303030;
    font-weight: 700;
}
.vaccineTechCss {
    margin-top: 66px;
}
.teaserContent .description {
    padding: 10px 0;
    border-bottom: 4px solid #e3121a;
}
.description p span {
    font-weight: 700;
    color: #303030;
}
.description p {
    font-family: 'Sintony Regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #303030;
    margin-bottom: 12px;
}
.sectionSubHeading {
    margin-top: 20px;
}
.subDescription p {
    font-family: 'Sintony Regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #303030;
}
.subDescription p span {
    font-weight: 700;
    color: #303030;
}
.subHeading h3 {
    font-size: 40px;
    line-height: 57px;
    font-weight: 700;
    color: #e3121a;
}
.cssmarginsubheading {
    margin-top: 10px;
}
.HighRisk_BackgroundImage {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    margin: auto;
    background-image: url(/~/media/Project/Infuenza/Canada/Home/High_Risk_Section/HighRisk_BackgroundIMG.png);
    margin-top: 50px;
}
.highriskcontaint {
    font-size: 20px;
    font-family: 'Sintony Regular';
    line-height: 27px;
    color: #303030;
}
.riskDetailstitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #303030;
}
.riskDetailssubcontent {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    padding-top: 10px;
    color: #303030;
    font-family: 'Source Sans Pro';
}
.highRiskimages {
    max-width: 100%;
}
.mainstatisticWrapper .statisticItem {
    flex-basis: calc(100% / 2 - 1rem);
    max-width: calc(100% / 2 - 1rem);
    display: flex;
    flex-direction: column;
    margin-right: 1rem;
    border: 1px solid #e31113;
    background-color: #e31113;
    border-radius: 20px;
    padding: 30px;
	margin: 0 auto;
}
.whatsnewbox {
    height: 100%;
}
.headSection h3 {
    font-size: 36px;
    line-height: 40px;
    text-align: left;
    font-weight: 900;
    color: #fff;
}
.headSection p {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    padding-top: 10px;
}
.headSection a {
    font-size: 30px;
    line-height: 44px;
    font-weight: 900;
    color: #fff;
    text-decoration: underline;
}
.readmorecontent {
    font-size: 14px;
    line-height: 36px;
    font-weight: 500;
    color: #fff;
}
.newwithflusubContent {
    font-size: 20px;
    font-family: Sintony;
    line-height: 27px;
    text-align: center;
    margin-bottom: 28px !important;
}
.whatsnewmargin {
    margin: 0;
    margin-top: 50px;
}
.allreferencesdiv {
    border: 1px solid #e31113;
    border-radius: 20px;
    margin-top: 60px;
    font-family: 'Source Sans Pro';
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
.allreferencestext {
    font-size: 22px;
    font-weight: 900;
    text-align: left;
    line-height: 30px;
    margin-left: 40px !important;
}
.allreferencescontent {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 23px;
    padding: 10px 20px !important;
    color: #303030;
}
.refline {
    color: #ccc;
    border: solid 1px;
}
.allreferencescontent p {
    word-break: break-word;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 23px;
}
.allreferencescontent p sup {
    font-size: 10px !important;
}
details {
    margin: 5px;
    font-size: 18px;
}
details>* {
    padding: .75rem;
}
summary {
    color: #303030;
    cursor: pointer;
    position: relative;
    font-size: 22px;
    font-weight: 900;
    text-align: left;
    line-height: 30px;
    margin-left: 20px !important;
}
summary::marker {
    content: "";
}
summary::before {
    content: "";
    position: absolute;
    inset: .8rem;
    left: auto;
    aspect-ratio: 1;
    background: conic-gradient(from 90deg at 33% 33%,#0000 90deg,#e31113 0) 92% 100%/55% 60%;
    -webkit-clip-path: inset(2px);
}
details[open] summary::before {
    background: linear-gradient(#e31113 0 0) 50%/100% 25% no-repeat;
}
.allrefwrapperclass {
    padding: 0 15px !important;
}
footer {
    margin-bottom: 100px;
}
.footer_text_align {
    text-align: right;
}
#wrapper #footer>.row {
    background-color: transparent;
}
footer .link-list>.component-content ul li .field-link a, footer .link-list>.component-content ul li .field-link span {
    font-size: 22px !important;
    line-height: 32px !important;
    color: #303030 !important;
    margin-right: 25px;
    font-weight: 600;
}
footer .link-list>.component-content ul li:last-child .field-link a {
    margin-right: 10px;
}
footer .link-list>.component-content ul li:last-child .field-link span {
    margin-right: 0;
}
.footer_margin {
    margin-left: 18px;
}
.footer_content {
    font-size: 16px;
    line-height: 16px;
    color: #303030 !important;
    font-weight: 400;
    padding-right: 7px;
    margin-bottom: 10px;
}
.horizontal_bar {
    border-bottom: 2px solid #e31113;
}
.footer_logo_margin {
    margin-top: 35px;
    text-align: right;
}
.footer-component {
    padding: 0 !important;
}
.footer_padding {
    padding: 0;
}
.footer_text_margin {
    margin-top: -18px;
    margin-left: 10px;
}
.footer_logo_margin {
    margin-top: 20px;
    text-align: right;
}
.footer_logo_margin img {
    width: 85%;
    aspect-ratio: auto;
    height: auto;
}
.footer-link-list {
    padding-top: 0;
}
.rich-text {
    padding-top: 0;
}
.rich-text a {
    text-decoration: none;
    color: #303030;
}
.dropdown {
    text-align: left;
    overflow: hidden;
    min-width: 92%;
    font-family: 'Source Sans Pro';
}
.dropdown .dropbtn {
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    padding: 0;
    margin: 0;
    border: None;
    font-family: 'Source Sans Pro';
    font-weight: 600;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 92%;
    left: 15px;
    overflow: auto;
    border: #e31113 1px solid;
    z-index: 1;
    margin-top: 16px;
    font-family: 'Source Sans Pro';
    font-weight: 600;
}
.dropdown-content a {
    float: none;
    color: #000;
    padding: 0 15px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 18px;
    font-family: 'Source Sans Pro';
}
.dropdown-content a:hover {
    background-color: #ddd;
}
.show {
    display: block;
}
.selectsymptomdiv span {
    color: #fff !important;
    font-size: 20px;
    padding: 0;
    align-self: center;
}
.selectsymptomdiv {
    display: flex;
}
.selectsymptomdiv a {
    flex: 1;
}
header {
    padding-top: 20px;
}
.link-list>.component-content {
    background-color: transparent !important;
    border: none !important;
}
.promo>.component-content {
    background-color: transparent !important;
    border-color: transparent !important;
}
.MainContentcss p {
    color: #303030 !important;
}
.toggle-header .field-heading {
    color: #e31113 !important;
    font-size: 39px !important;
    margin: 0 !important;
    line-height: 1 !important;
    padding-right: 20px !important;
    font-weight: 700 !important;
}
.FooterBanner_BackgroundImage {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: -55px 510px;
    margin: auto;
    background-image: url(/~/media/Project/Infuenza/shared/Footer/Footer_Banner_2X.png);
}
#wrapper #header>.row {
    background-color: transparent !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
#wrapper #footer>.row {
    background-color: transparent !important;
}
.accordion .component-content div ul.items li.item div.toggle-header div.label div.component.content div.field-heading {
    color: #e31113 !important;
    font-size: 39px !important;
    margin: 0 !important;
    line-height: 1 !important;
    padding-right: 30px !important;
    font-weight: 700 !important;
}
.plain-html {
    padding: 0 15px 0 15px !important;
}
.accordion {
    padding-bottom: 25px;
}
.divtopborder {
    border-bottom: solid 1px #ccc;
}
.fa {
    font-size: 22px !important;
    margin-top: -15px !important;
}
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline !important;
    top: -.3em;
}
.container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
#wrapper>main>div>.row {
    background-color: #fff;
    flex-direction: column;
}
.termsofusepage .termsofusepageHeading {
    font-size: 60px;
    line-height: 75px;
    font-weight: 900;
    color: #303030;
}
.termsofusepage .termsofusepageContent .contentHeading span, .termsofusepage .termsofusepageHeading span {
    color: #e3121a;
}
.termsofusepage .termsofusepageContent .contentHeading {
    font-size: 30px;
    line-height: 38px;
    font-weight: 900;
    color: #303030;
    margin-bottom: 10px;
    margin-top: 20px;
}
.termsofusepage .termsofusepageContent .contentDescription {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    color: #303030;
    margin-bottom: 10px;
    font-family: "Sintony Regular";
}
.termsofusepage .termsofusepageContent .contentDescription ul {
    list-style: disc;
    margin-left: 20px;
    margin-top: 10px;
}
.termsofusepage .termsofusepageContent ul li {
    margin-bottom: 10px;
    color: #303030;
    font-size: 20px;
    line-height: 27px;
    font-family: "Sintony Regular";
}
.termsofusepage .termsofusepageContent li::marker {
    color: #e31113;
}
@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    src: url(../fonts/source-sans-pro/EOT/SourceSansPro-ExtraLight.eot) format("embedded-opentype"), url(../fonts/source-sans-pro/WOFF2/TTF/SourceSansProExtraLightttf.woff2) format("woff2"), url(../fonts/source-sans-pro/WOFF/OTF/SourceSansProExtraLightotf.woff) format("woff"), url(../fonts/source-sans-pro/OTF/SourceSansPro-ExtraLight.otf) format("opentype"), url(../fonts/source-sans-pro/TTF/SourceSansPro-ExtraLight.ttf) format("truetype");
}
@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 200;
    font-style: italic;
    font-stretch: normal;
    src: url(../fonts/source-sans-pro/EOT/SourceSansPro-ExtraLightIt.eot) format("embedded-opentype"), url(../fonts/source-sans-pro/WOFF2/TTF/SourceSansProExtraLightItttf.woff2) format("woff2"), url(../fonts/source-sans-pro/WOFF/OTF/SourceSansProExtraLightItotf.woff) format("woff"), url(../fonts/source-sans-pro/OTF/SourceSansPro-ExtraLightIt.otf) format("opentype"), url(../fonts/source-sans-pro/TTF/SourceSansPro-ExtraLightIt.ttf) format("truetype");
}
@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    src: url(../fonts/source-sans-pro/EOT/SourceSansPro-Light.eot) format("embedded-opentype"), url(../fonts/source-sans-pro/WOFF2/TTF/SourceSansProLightttf.woff2) format("woff2"), url(../fonts/source-sans-pro/WOFF/OTF/SourceSansProLightotf.woff) format("woff"), url(../fonts/source-sans-pro/OTF/SourceSansPro-Light.otf) format("opentype"), url(../fonts/source-sans-pro/TTF/SourceSansPro-Light.ttf) format("truetype");
}
@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    src: url(../fonts/source-sans-pro/EOT/SourceSansPro-LightIt.eot) format("embedded-opentype"), url(../fonts/source-sans-pro/WOFF2/TTF/SourceSansProLightItttf.woff2) format("woff2"), url(../fonts/source-sans-pro/WOFF/OTF/SourceSansProLightItotf.woff) format("woff"), url(../fonts/source-sans-pro/OTF/SourceSansPro-LightIt.otf) format("opentype"), url(../fonts/source-sans-pro/TTF/SourceSansPro-LightIt.ttf) format("truetype");
}
@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url(../fonts/source-sans-pro/EOT/SourceSansPro-Regular.eot) format("embedded-opentype"), url(../fonts/source-sans-pro/WOFF2/TTF/SourceSansProRegularttf.woff2) format("woff2"), url(../fonts/source-sans-pro/WOFF/OTF/SourceSansProRegularotf.woff) format("woff"), url(../fonts/source-sans-pro/OTF/SourceSansPro-Regular.otf) format("opentype"), url(../fonts/source-sans-pro/TTF/SourceSansPro-Regular.ttf) format("truetype");
}
@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    src: url(../fonts/source-sans-pro/EOT/SourceSansPro-It.eot) format("embedded-opentype"), url(../fonts/source-sans-pro/WOFF2/TTF/SourceSansProItttf.woff2) format("woff2"), url(../fonts/source-sans-pro/WOFF/OTF/SourceSansProItotf.woff) format("woff"), url(../fonts/source-sans-pro/OTF/SourceSansPro-It.otf) format("opentype"), url(../fonts/source-sans-pro/TTF/SourceSansPro-It.ttf) format("truetype");
}
@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    src: url(../fonts/source-sans-pro/EOT/SourceSansPro-Semibold.eot) format("embedded-opentype"), url(../fonts/source-sans-pro/WOFF2/TTF/SourceSansProSemiboldttf.woff2) format("woff2"), url(../fonts/source-sans-pro/WOFF/OTF/SourceSansProSemiboldotf.woff) format("woff"), url(../fonts/source-sans-pro/OTF/SourceSansPro-Semibold.otf) format("opentype"), url(../fonts/source-sans-pro/TTF/SourceSansPro-Semibold.ttf) format("truetype");
}
@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 600;
    font-style: italic;
    font-stretch: normal;
    src: url(../fonts/source-sans-pro/EOT/SourceSansPro-SemiboldIt.eot) format("embedded-opentype"), url(../fonts/source-sans-pro/WOFF2/TTF/SourceSansProSemiboldItttf.woff2) format("woff2"), url(../fonts/source-sans-pro/WOFF/OTF/SourceSansProSemiboldItotf.woff) format("woff"), url(../fonts/source-sans-pro/OTF/SourceSansPro-SemiboldIt.otf) format("opentype"), url(../fonts/source-sans-pro/TTF/SourceSansPro-SemiboldIt.ttf) format("truetype");
}
@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    src: url(../fonts/source-sans-pro/EOT/SourceSansPro-Bold.eot) format("embedded-opentype"), url(../fonts/source-sans-pro/WOFF2/TTF/SourceSansProBoldttf.woff2) format("woff2"), url(../fonts/source-sans-pro/WOFF/OTF/SourceSansProBoldotf.woff) format("woff"), url(../fonts/source-sans-pro/OTF/SourceSansPro-Bold.otf) format("opentype"), url(../fonts/source-sans-pro/TTF/SourceSansPro-Bold.ttf) format("truetype");
}
@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    src: url(../fonts/source-sans-pro/EOT/SourceSansPro-BoldIt.eot) format("embedded-opentype"), url(../fonts/source-sans-pro/WOFF2/TTF/SourceSansProBoldItttf.woff2) format("woff2"), url(../fonts/source-sans-pro/WOFF/OTF/SourceSansProBoldItotf.woff) format("woff"), url(../fonts/source-sans-pro/OTF/SourceSansPro-BoldIt.otf) format("opentype"), url(../fonts/source-sans-pro/TTF/SourceSansPro-BoldIt.ttf) format("truetype");
}
@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    src: url(../fonts/source-sans-pro/EOT/SourceSansPro-Black.eot) format("embedded-opentype"), url(../fonts/source-sans-pro/WOFF2/TTF/SourceSansProBlackttf.woff2) format("woff2"), url(../fonts/source-sans-pro/WOFF/OTF/SourceSansProBlackotf.woff) format("woff"), url(../fonts/source-sans-pro/OTF/SourceSansPro-Black.otf) format("opentype"), url(../fonts/source-sans-pro/TTF/SourceSansPro-Black.ttf) format("truetype");
}
@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-style: italic;
    font-stretch: normal;
    src: url(../fonts/source-sans-pro/EOT/SourceSansPro-BlackIt.eot) format("embedded-opentype"), url(../fonts/source-sans-pro/WOFF2/TTF/SourceSansProBlackItttf.woff2) format("woff2"), url(../fonts/source-sans-pro/WOFF/OTF/SourceSansProBlackItotf.woff) format("woff"), url(../fonts/source-sans-pro/OTF/SourceSansPro-BlackIt.otf) format("opentype"), url(../fonts/source-sans-pro/TTF/SourceSansPro-BlackIt.ttf) format("truetype");
}
@font-face {
    font-family: 'Sintony Regular';
    font-style: normal;
    font-weight: 400;
    src: local("Sintony Regular"), url(../fonts/sintonyfont/Sintony-Regular.woff) format("woff");
}
@font-face {
    font-family: 'Sintony Bold';
    font-style: normal;
    font-weight: 400;
    src: local("Sintony Bold"), url(../fonts/sintonyfont/Sintony-Bold.woff) format("woff");
}
.influenza-fr .bannerImage {
    background-image: url(/~/media/Project/Infuenza/Canada/Home/Flu_Facts_Section/HeroBannerIMG2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 90px 60px;
    height: 620px;
    margin: auto;
}
.influenza-fr .caretalign {
    margin-left: 180px;
}
.influenza-fr .MainContentcss p {
    font-size: 19px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Sintony Regular";
}
.influenza-fr .box p {
    font-size: 23px;
    line-height: 28px;
    margin-top: 0;
    font-weight: 600;
}
.influenza-fr .box p.flu_content {
    font-size: 22px;
    line-height: 26px;
}
.influenza-fr .box h3 {
    font-size: 35px;
    line-height: 57px;
    margin: 4px 5px;
    font-weight: 700;
}
.influenza-fr .box {
    min-height: 240px;
}
.influenza-fr .riskDetailstitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
}
.influenza-fr footer .link-list>.component-content ul li .field-link a, .influenza-fr footer .link-list>.component-content ul li .field-link span {
    font-size: 14px !important;
    line-height: 32px !important;
    color: #303030 !important;
    margin-right: 10px;
    font-weight: 600;
}
.influenza-fr footer .link-list>.component-content ul li:last-child .field-link a {
    margin-right: 0;
}
.influenza-fr footer .link-list>.component-content ul li:last-child .field-link span {
    margin-right: 5px;
}
.influenza-fr .mainsection .descriptiveTable h2 {
    font-size: 46px;
    line-height: 56px;
}
.influenza-fr .vaccineTechCss .heading h1 {
    font-size: 54px;
    line-height: 54px;
}
.influenza-fr.vaccineTechCss .heading p {
    font-size: 31px;
    line-height: 40px;
}
.ot-sdk-container #onetrust-button-group button {
    font-size: 16px !important;
}
.onetrust-policy-text {
    padding: 0 15px;
}
#onetrust-banner-sdk #onetrust-policy-text {
    font-size: 16px !important;
}
#onetrust-banner-sdk .onetrust-close-btn-ui {
    background-size: 18px !important;
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th {
    background-color: #cdf5fc !important;
}
#ot-sdk-btn.optanon-show-settings, #ot-sdk-btn.ot-sdk-show-settings {
    color: #fc1921 !important;
    border: 1px solid #fc1921 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
}
#ot-sdk-btn.optanon-show-settings:hover, #ot-sdk-btn.ot-sdk-show-settings:hover {
    color: #fff;
    background-color: #eee;
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title {
    color: #303030 !important;
    font-size: 30px !important;
    text-transform: uppercase !important;
    margin-bottom: .2em !important;
    font-weight: 900 !important;
    padding-top: 30px !important;
}
#ot-sdk-cookie-policy h3 {
    font-size: 30px !important;
}
.ot-sdk-cookie-policy #cookie-policy-description {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 27px !important;
    color: #303030 !important;
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 27px !important;
    color: #303030 !important;
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 27px !important;
    color: #303030 !important;
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 33px !important;
    color: #303030 !important;
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td {
    font-size: 21px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    color: #303030 !important;
    font-family: "Sintony Regular" !important;
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th {
    border-bottom: 1px solid #707070 !important;
    border-right: 1px solid #707070 !important;
}
#onetrust-pc-sdk .save-preference-btn-handler {
    background-color: #303030 !important;
    border-color: #303030 !important;
    border-radius: 42px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}
.cookie-policy-desc p {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    color: #303030;
    margin-bottom: 20px;
}
.influenza-fr .cookie-policy-desc p {
    padding: 0 15px;
}
#onetrust-pc-sdk #ot-pc-title {
    font-size: 30px !important;
    font-weight: 900 !important;
    line-height: 40px !important;
    color: #303030 !important;
}
#onetrust-pc-sdk #ot-pc-desc {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    color: #303030 !important;
    font-family: "Sintony Regular" !important;
}
#onetrust-pc-sdk h3 {
    font-size: 30px !important;
    font-weight: 900 !important;
    line-height: 40px !important;
    color: #303030 !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk h4 {
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 28px !important;
    color: #303030 !important;
}
#onetrust-pc-sdk .ot-plus-minus span {
    background: #e31113 !important;
}
#onetrust-pc-sdk .ot-cat-grp .ot-always-active {
    color: #e31113 !important;
    font-weight: 900 !important;
    font-size: 20px !important;
    line-height: 28px !important;
}
#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    color: #303030 !important;
    font-family: "Sintony Regular" !important;
}
#onetrust-pc-sdk .ot-pc-refuse-all-handler {
    border-radius: 42px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}
.PageTitle h1 {
    font-size: 60px;
    line-height: 75px;
    font-weight: 900;
    color: #303030;
    padding-top: 40px;
    padding-bottom: 30px;
}
.PageTitle h1 span {
    color: #e3121a;
}
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome/fontawesome-eot.eot);
    src: url(../fonts/fontawesome/fontawesome-eot.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome/fontawesome-woff.woff) format("woff"), url(../fonts/fontawesome/fontawesome-ttf.ttf) format("truetype"), url(../fonts/fontawesome/fontawesome-svg.svg#opensans) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome/fontawesome-webfont-eot.eot?v=4.7.0);
    src: url(../fonts/fontawesome/fontawesome-webfont-eot.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome/fontawesome-webfont-woff2.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome/fontawesome-webfont-woff.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome/fontawesome-webfont-ttf.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome/fontawesome-webfont-svg.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}
.fa-ul>li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: .3em;
}
.fa.fa-pull-right {
    margin-left: .3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
.fa-rotate-90 {
    -ms-filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1);
}
.fa-flip-vertical {
    -ms-filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1);
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "";
}
.fa-music:before {
    content: "";
}
.fa-search:before {
    content: "";
}
.fa-envelope-o:before {
    content: "";
}
.fa-heart:before {
    content: "";
}
.fa-star:before {
    content: "";
}
.fa-star-o:before {
    content: "";
}
.fa-user:before {
    content: "";
}
.fa-film:before {
    content: "";
}
.fa-th-large:before {
    content: "";
}
.fa-th:before {
    content: "";
}
.fa-th-list:before {
    content: "";
}
.fa-check:before {
    content: "";
}
.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "";
}
.fa-search-plus:before {
    content: "";
}
.fa-search-minus:before {
    content: "";
}
.fa-power-off:before {
    content: "";
}
.fa-signal:before {
    content: "";
}
.fa-cog:before, .fa-gear:before {
    content: "";
}
.fa-trash-o:before {
    content: "";
}
.fa-home:before {
    content: "";
}
.fa-file-o:before {
    content: "";
}
.fa-clock-o:before {
    content: "";
}
.fa-road:before {
    content: "";
}
.fa-download:before {
    content: "";
}
.fa-arrow-circle-o-down:before {
    content: "";
}
.fa-arrow-circle-o-up:before {
    content: "";
}
.fa-inbox:before {
    content: "";
}
.fa-play-circle-o:before {
    content: "";
}
.fa-repeat:before, .fa-rotate-right:before {
    content: "";
}
.fa-refresh:before {
    content: "";
}
.fa-list-alt:before {
    content: "";
}
.fa-lock:before {
    content: "";
}
.fa-flag:before {
    content: "";
}
.fa-headphones:before {
    content: "";
}
.fa-volume-off:before {
    content: "";
}
.fa-volume-down:before {
    content: "";
}
.fa-volume-up:before {
    content: "";
}
.fa-qrcode:before {
    content: "";
}
.fa-barcode:before {
    content: "";
}
.fa-tag:before {
    content: "";
}
.fa-tags:before {
    content: "";
}
.fa-book:before {
    content: "";
}
.fa-bookmark:before {
    content: "";
}
.fa-print:before {
    content: "";
}
.fa-camera:before {
    content: "";
}
.fa-font:before {
    content: "";
}
.fa-bold:before {
    content: "";
}
.fa-italic:before {
    content: "";
}
.fa-text-height:before {
    content: "";
}
.fa-text-width:before {
    content: "";
}
.fa-align-left:before {
    content: "";
}
.fa-align-center:before {
    content: "";
}
.fa-align-right:before {
    content: "";
}
.fa-align-justify:before {
    content: "";
}
.fa-list:before {
    content: "";
}
.fa-dedent:before, .fa-outdent:before {
    content: "";
}
.fa-indent:before {
    content: "";
}
.fa-video-camera:before {
    content: "";
}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "";
}
.fa-pencil:before {
    content: "";
}
.fa-map-marker:before {
    content: "";
}
.fa-adjust:before {
    content: "";
}
.fa-tint:before {
    content: "";
}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "";
}
.fa-share-square-o:before {
    content: "";
}
.fa-check-square-o:before {
    content: "";
}
.fa-arrows:before {
    content: "";
}
.fa-step-backward:before {
    content: "";
}
.fa-fast-backward:before {
    content: "";
}
.fa-backward:before {
    content: "";
}
.fa-play:before {
    content: "";
}
.fa-pause:before {
    content: "";
}
.fa-stop:before {
    content: "";
}
.fa-forward:before {
    content: "";
}
.fa-fast-forward:before {
    content: "";
}
.fa-step-forward:before {
    content: "";
}
.fa-eject:before {
    content: "";
}
.fa-chevron-left:before {
    content: "";
}
.fa-chevron-right:before {
    content: "";
}
.fa-plus-circle:before {
    content: "";
}
.fa-minus-circle:before {
    content: "";
}
.fa-times-circle:before {
    content: "";
}
.fa-check-circle:before {
    content: "";
}
.fa-question-circle:before {
    content: "";
}
.fa-info-circle:before {
    content: "";
}
.fa-crosshairs:before {
    content: "";
}
.fa-times-circle-o:before {
    content: "";
}
.fa-check-circle-o:before {
    content: "";
}
.fa-ban:before {
    content: "";
}
.fa-arrow-left:before {
    content: "";
}
.fa-arrow-right:before {
    content: "";
}
.fa-arrow-up:before {
    content: "";
}
.fa-arrow-down:before {
    content: "";
}
.fa-mail-forward:before, .fa-share:before {
    content: "";
}
.fa-expand:before {
    content: "";
}
.fa-compress:before {
    content: "";
}
.fa-plus:before {
    content: "";
}
.fa-minus:before {
    content: "";
}
.fa-asterisk:before {
    content: "";
}
.fa-exclamation-circle:before {
    content: "";
}
.fa-gift:before {
    content: "";
}
.fa-leaf:before {
    content: "";
}
.fa-fire:before {
    content: "";
}
.fa-eye:before {
    content: "";
}
.fa-eye-slash:before {
    content: "";
}
.fa-exclamation-triangle:before, .fa-warning:before {
    content: "";
}
.fa-plane:before {
    content: "";
}
.fa-calendar:before {
    content: "";
}
.fa-random:before {
    content: "";
}
.fa-comment:before {
    content: "";
}
.fa-magnet:before {
    content: "";
}
.fa-chevron-up:before {
    content: "";
}
.fa-chevron-down:before {
    content: "";
}
.fa-retweet:before {
    content: "";
}
.fa-shopping-cart:before {
    content: "";
}
.fa-folder:before {
    content: "";
}
.fa-folder-open:before {
    content: "";
}
.fa-arrows-v:before {
    content: "";
}
.fa-arrows-h:before {
    content: "";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "";
}
.fa-twitter-square:before {
    content: "";
}
.fa-facebook-square:before {
    content: "";
}
.fa-camera-retro:before {
    content: "";
}
.fa-key:before {
    content: "";
}
.fa-cogs:before, .fa-gears:before {
    content: "";
}
.fa-comments:before {
    content: "";
}
.fa-thumbs-o-up:before {
    content: "";
}
.fa-thumbs-o-down:before {
    content: "";
}
.fa-star-half:before {
    content: "";
}
.fa-heart-o:before {
    content: "";
}
.fa-sign-out:before {
    content: "";
}
.fa-linkedin-square:before {
    content: "";
}
.fa-thumb-tack:before {
    content: "";
}
.fa-external-link:before {
    content: "";
}
.fa-sign-in:before {
    content: "";
}
.fa-trophy:before {
    content: "";
}
.fa-github-square:before {
    content: "";
}
.fa-upload:before {
    content: "";
}
.fa-lemon-o:before {
    content: "";
}
.fa-phone:before {
    content: "";
}
.fa-square-o:before {
    content: "";
}
.fa-bookmark-o:before {
    content: "";
}
.fa-phone-square:before {
    content: "";
}
.fa-twitter:before {
    content: "";
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "";
}
.fa-github:before {
    content: "";
}
.fa-unlock:before {
    content: "";
}
.fa-credit-card:before {
    content: "";
}
.fa-feed:before, .fa-rss:before {
    content: "";
}
.fa-hdd-o:before {
    content: "";
}
.fa-bullhorn:before {
    content: "";
}
.fa-bell:before {
    content: "";
}
.fa-certificate:before {
    content: "";
}
.fa-hand-o-right:before {
    content: "";
}
.fa-hand-o-left:before {
    content: "";
}
.fa-hand-o-up:before {
    content: "";
}
.fa-hand-o-down:before {
    content: "";
}
.fa-arrow-circle-left:before {
    content: "";
}
.fa-arrow-circle-right:before {
    content: "";
}
.fa-arrow-circle-up:before {
    content: "";
}
.fa-arrow-circle-down:before {
    content: "";
}
.fa-globe:before {
    content: "";
}
.fa-wrench:before {
    content: "";
}
.fa-tasks:before {
    content: "";
}
.fa-filter:before {
    content: "";
}
.fa-briefcase:before {
    content: "";
}
.fa-arrows-alt:before {
    content: "";
}
.fa-group:before, .fa-users:before {
    content: "";
}
.fa-chain:before, .fa-link:before {
    content: "";
}
.fa-cloud:before {
    content: "";
}
.fa-flask:before {
    content: "";
}
.fa-cut:before, .fa-scissors:before {
    content: "";
}
.fa-copy:before, .fa-files-o:before {
    content: "";
}
.fa-paperclip:before {
    content: "";
}
.fa-floppy-o:before, .fa-save:before {
    content: "";
}
.fa-square:before {
    content: "";
}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "";
}
.fa-list-ul:before {
    content: "";
}
.fa-list-ol:before {
    content: "";
}
.fa-strikethrough:before {
    content: "";
}
.fa-underline:before {
    content: "";
}
.fa-table:before {
    content: "";
}
.fa-magic:before {
    content: "";
}
.fa-truck:before {
    content: "";
}
.fa-pinterest:before {
    content: "";
}
.fa-pinterest-square:before {
    content: "";
}
.fa-google-plus-square:before {
    content: "";
}
.fa-google-plus:before {
    content: "";
}
.fa-money:before {
    content: "";
}
.fa-caret-down:before {
    content: "";
}
.fa-caret-up:before {
    content: "";
}
.fa-caret-left:before {
    content: "";
}
.fa-caret-right:before {
    content: "";
}
.fa-columns:before {
    content: "";
}
.fa-sort:before, .fa-unsorted:before {
    content: "";
}
.fa-sort-desc:before, .fa-sort-down:before {
    content: "";
}
.fa-sort-asc:before, .fa-sort-up:before {
    content: "";
}
.fa-envelope:before {
    content: "";
}
.fa-linkedin:before {
    content: "";
}
.fa-rotate-left:before, .fa-undo:before {
    content: "";
}
.fa-gavel:before, .fa-legal:before {
    content: "";
}
.fa-dashboard:before, .fa-tachometer:before {
    content: "";
}
.fa-comment-o:before {
    content: "";
}
.fa-comments-o:before {
    content: "";
}
.fa-bolt:before, .fa-flash:before {
    content: "";
}
.fa-sitemap:before {
    content: "";
}
.fa-umbrella:before {
    content: "";
}
.fa-clipboard:before, .fa-paste:before {
    content: "";
}
.fa-lightbulb-o:before {
    content: "";
}
.fa-exchange:before {
    content: "";
}
.fa-cloud-download:before {
    content: "";
}
.fa-cloud-upload:before {
    content: "";
}
.fa-user-md:before {
    content: "";
}
.fa-stethoscope:before {
    content: "";
}
.fa-suitcase:before {
    content: "";
}
.fa-bell-o:before {
    content: "";
}
.fa-coffee:before {
    content: "";
}
.fa-cutlery:before {
    content: "";
}
.fa-file-text-o:before {
    content: "";
}
.fa-building-o:before {
    content: "";
}
.fa-hospital-o:before {
    content: "";
}
.fa-ambulance:before {
    content: "";
}
.fa-medkit:before {
    content: "";
}
.fa-fighter-jet:before {
    content: "";
}
.fa-beer:before {
    content: "";
}
.fa-h-square:before {
    content: "";
}
.fa-plus-square:before {
    content: "";
}
.fa-angle-double-left:before {
    content: "";
}
.fa-angle-double-right:before {
    content: "";
}
.fa-angle-double-up:before {
    content: "";
}
.fa-angle-double-down:before {
    content: "";
}
.fa-angle-left:before {
    content: "";
}
.fa-angle-right:before {
    content: "";
}
.fa-angle-up:before {
    content: "";
}
.fa-angle-down:before {
    content: "";
}
.fa-desktop:before {
    content: "";
}
.fa-laptop:before {
    content: "";
}
.fa-tablet:before {
    content: "";
}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "";
}
.fa-circle-o:before {
    content: "";
}
.fa-quote-left:before {
    content: "";
}
.fa-quote-right:before {
    content: "";
}
.fa-spinner:before {
    content: "";
}
.fa-circle:before {
    content: "";
}
.fa-mail-reply:before, .fa-reply:before {
    content: "";
}
.fa-github-alt:before {
    content: "";
}
.fa-folder-o:before {
    content: "";
}
.fa-folder-open-o:before {
    content: "";
}
.fa-smile-o:before {
    content: "";
}
.fa-frown-o:before {
    content: "";
}
.fa-meh-o:before {
    content: "";
}
.fa-gamepad:before {
    content: "";
}
.fa-keyboard-o:before {
    content: "";
}
.fa-flag-o:before {
    content: "";
}
.fa-flag-checkered:before {
    content: "";
}
.fa-terminal:before {
    content: "";
}
.fa-code:before {
    content: "";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "";
}
.fa-location-arrow:before {
    content: "";
}
.fa-crop:before {
    content: "";
}
.fa-code-fork:before {
    content: "";
}
.fa-chain-broken:before, .fa-unlink:before {
    content: "";
}
.fa-question:before {
    content: "";
}
.fa-info:before {
    content: "";
}
.fa-exclamation:before {
    content: "";
}
.fa-superscript:before {
    content: "";
}
.fa-subscript:before {
    content: "";
}
.fa-eraser:before {
    content: "";
}
.fa-puzzle-piece:before {
    content: "";
}
.fa-microphone:before {
    content: "";
}
.fa-microphone-slash:before {
    content: "";
}
.fa-shield:before {
    content: "";
}
.fa-calendar-o:before {
    content: "";
}
.fa-fire-extinguisher:before {
    content: "";
}
.fa-rocket:before {
    content: "";
}
.fa-maxcdn:before {
    content: "";
}
.fa-chevron-circle-left:before {
    content: "";
}
.fa-chevron-circle-right:before {
    content: "";
}
.fa-chevron-circle-up:before {
    content: "";
}
.fa-chevron-circle-down:before {
    content: "";
}
.fa-html5:before {
    content: "";
}
.fa-css3:before {
    content: "";
}
.fa-anchor:before {
    content: "";
}
.fa-unlock-alt:before {
    content: "";
}
.fa-bullseye:before {
    content: "";
}
.fa-ellipsis-h:before {
    content: "";
}
.fa-ellipsis-v:before {
    content: "";
}
.fa-rss-square:before {
    content: "";
}
.fa-play-circle:before {
    content: "";
}
.fa-ticket:before {
    content: "";
}
.fa-minus-square:before {
    content: "";
}
.fa-minus-square-o:before {
    content: "";
}
.fa-level-up:before {
    content: "";
}
.fa-level-down:before {
    content: "";
}
.fa-check-square:before {
    content: "";
}
.fa-pencil-square:before {
    content: "";
}
.fa-external-link-square:before {
    content: "";
}
.fa-share-square:before {
    content: "";
}
.fa-compass:before {
    content: "";
}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "";
}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "";
}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "";
}
.fa-eur:before, .fa-euro:before {
    content: "";
}
.fa-gbp:before {
    content: "";
}
.fa-dollar:before, .fa-usd:before {
    content: "";
}
.fa-inr:before, .fa-rupee:before {
    content: "";
}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "";
}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "";
}
.fa-krw:before, .fa-won:before {
    content: "";
}
.fa-bitcoin:before, .fa-btc:before {
    content: "";
}
.fa-file:before {
    content: "";
}
.fa-file-text:before {
    content: "";
}
.fa-sort-alpha-asc:before {
    content: "";
}
.fa-sort-alpha-desc:before {
    content: "";
}
.fa-sort-amount-asc:before {
    content: "";
}
.fa-sort-amount-desc:before {
    content: "";
}
.fa-sort-numeric-asc:before {
    content: "";
}
.fa-sort-numeric-desc:before {
    content: "";
}
.fa-thumbs-up:before {
    content: "";
}
.fa-thumbs-down:before {
    content: "";
}
.fa-youtube-square:before {
    content: "";
}
.fa-youtube:before {
    content: "";
}
.fa-xing:before {
    content: "";
}
.fa-xing-square:before {
    content: "";
}
.fa-youtube-play:before {
    content: "";
}
.fa-dropbox:before {
    content: "";
}
.fa-stack-overflow:before {
    content: "";
}
.fa-instagram:before {
    content: "";
}
.fa-flickr:before {
    content: "";
}
.fa-adn:before {
    content: "";
}
.fa-bitbucket:before {
    content: "";
}
.fa-bitbucket-square:before {
    content: "";
}
.fa-tumblr:before {
    content: "";
}
.fa-tumblr-square:before {
    content: "";
}
.fa-long-arrow-down:before {
    content: "";
}
.fa-long-arrow-up:before {
    content: "";
}
.fa-long-arrow-left:before {
    content: "";
}
.fa-long-arrow-right:before {
    content: "";
}
.fa-apple:before {
    content: "";
}
.fa-windows:before {
    content: "";
}
.fa-android:before {
    content: "";
}
.fa-linux:before {
    content: "";
}
.fa-dribbble:before {
    content: "";
}
.fa-skype:before {
    content: "";
}
.fa-foursquare:before {
    content: "";
}
.fa-trello:before {
    content: "";
}
.fa-female:before {
    content: "";
}
.fa-male:before {
    content: "";
}
.fa-gittip:before, .fa-gratipay:before {
    content: "";
}
.fa-sun-o:before {
    content: "";
}
.fa-moon-o:before {
    content: "";
}
.fa-archive:before {
    content: "";
}
.fa-bug:before {
    content: "";
}
.fa-vk:before {
    content: "";
}
.fa-weibo:before {
    content: "";
}
.fa-renren:before {
    content: "";
}
.fa-pagelines:before {
    content: "";
}
.fa-stack-exchange:before {
    content: "";
}
.fa-arrow-circle-o-right:before {
    content: "";
}
.fa-arrow-circle-o-left:before {
    content: "";
}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "";
}
.fa-dot-circle-o:before {
    content: "";
}
.fa-wheelchair:before {
    content: "";
}
.fa-vimeo-square:before {
    content: "";
}
.fa-try:before, .fa-turkish-lira:before {
    content: "";
}
.fa-plus-square-o:before {
    content: "";
}
.fa-space-shuttle:before {
    content: "";
}
.fa-slack:before {
    content: "";
}
.fa-envelope-square:before {
    content: "";
}
.fa-wordpress:before {
    content: "";
}
.fa-openid:before {
    content: "";
}
.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "";
}
.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "";
}
.fa-yahoo:before {
    content: "";
}
.fa-google:before {
    content: "";
}
.fa-reddit:before {
    content: "";
}
.fa-reddit-square:before {
    content: "";
}
.fa-stumbleupon-circle:before {
    content: "";
}
.fa-stumbleupon:before {
    content: "";
}
.fa-delicious:before {
    content: "";
}
.fa-digg:before {
    content: "";
}
.fa-pied-piper-pp:before {
    content: "";
}
.fa-pied-piper-alt:before {
    content: "";
}
.fa-drupal:before {
    content: "";
}
.fa-joomla:before {
    content: "";
}
.fa-language:before {
    content: "";
}
.fa-fax:before {
    content: "";
}
.fa-building:before {
    content: "";
}
.fa-child:before {
    content: "";
}
.fa-paw:before {
    content: "";
}
.fa-spoon:before {
    content: "";
}
.fa-cube:before {
    content: "";
}
.fa-cubes:before {
    content: "";
}
.fa-behance:before {
    content: "";
}
.fa-behance-square:before {
    content: "";
}
.fa-steam:before {
    content: "";
}
.fa-steam-square:before {
    content: "";
}
.fa-recycle:before {
    content: "";
}
.fa-automobile:before, .fa-car:before {
    content: "";
}
.fa-cab:before, .fa-taxi:before {
    content: "";
}
.fa-tree:before {
    content: "";
}
.fa-spotify:before {
    content: "";
}
.fa-deviantart:before {
    content: "";
}
.fa-soundcloud:before {
    content: "";
}
.fa-database:before {
    content: "";
}
.fa-file-pdf-o:before {
    content: "";
}
.fa-file-word-o:before {
    content: "";
}
.fa-file-excel-o:before {
    content: "";
}
.fa-file-powerpoint-o:before {
    content: "";
}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "";
}
.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "";
}
.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "";
}
.fa-file-code-o:before {
    content: "";
}
.fa-vine:before {
    content: "";
}
.fa-codepen:before {
    content: "";
}
.fa-jsfiddle:before {
    content: "";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "";
}
.fa-circle-o-notch:before {
    content: "";
}
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "";
}
.fa-empire:before, .fa-ge:before {
    content: "";
}
.fa-git-square:before {
    content: "";
}
.fa-git:before {
    content: "";
}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "";
}
.fa-tencent-weibo:before {
    content: "";
}
.fa-qq:before {
    content: "";
}
.fa-wechat:before, .fa-weixin:before {
    content: "";
}
.fa-paper-plane:before, .fa-send:before {
    content: "";
}
.fa-paper-plane-o:before, .fa-send-o:before {
    content: "";
}
.fa-history:before {
    content: "";
}
.fa-circle-thin:before {
    content: "";
}
.fa-header:before {
    content: "";
}
.fa-paragraph:before {
    content: "";
}
.fa-sliders:before {
    content: "";
}
.fa-share-alt:before {
    content: "";
}
.fa-share-alt-square:before {
    content: "";
}
.fa-bomb:before {
    content: "";
}
.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "";
}
.fa-tty:before {
    content: "";
}
.fa-binoculars:before {
    content: "";
}
.fa-plug:before {
    content: "";
}
.fa-slideshare:before {
    content: "";
}
.fa-twitch:before {
    content: "";
}
.fa-yelp:before {
    content: "";
}
.fa-newspaper-o:before {
    content: "";
}
.fa-wifi:before {
    content: "";
}
.fa-calculator:before {
    content: "";
}
.fa-paypal:before {
    content: "";
}
.fa-google-wallet:before {
    content: "";
}
.fa-cc-visa:before {
    content: "";
}
.fa-cc-mastercard:before {
    content: "";
}
.fa-cc-discover:before {
    content: "";
}
.fa-cc-amex:before {
    content: "";
}
.fa-cc-paypal:before {
    content: "";
}
.fa-cc-stripe:before {
    content: "";
}
.fa-bell-slash:before {
    content: "";
}
.fa-bell-slash-o:before {
    content: "";
}
.fa-trash:before {
    content: "";
}
.fa-copyright:before {
    content: "";
}
.fa-at:before {
    content: "";
}
.fa-eyedropper:before {
    content: "";
}
.fa-paint-brush:before {
    content: "";
}
.fa-birthday-cake:before {
    content: "";
}
.fa-area-chart:before {
    content: "";
}
.fa-pie-chart:before {
    content: "";
}
.fa-line-chart:before {
    content: "";
}
.fa-lastfm:before {
    content: "";
}
.fa-lastfm-square:before {
    content: "";
}
.fa-toggle-off:before {
    content: "";
}
.fa-toggle-on:before {
    content: "";
}
.fa-bicycle:before {
    content: "";
}
.fa-bus:before {
    content: "";
}
.fa-ioxhost:before {
    content: "";
}
.fa-angellist:before {
    content: "";
}
.fa-cc:before {
    content: "";
}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "";
}
.fa-meanpath:before {
    content: "";
}
.fa-buysellads:before {
    content: "";
}
.fa-connectdevelop:before {
    content: "";
}
.fa-dashcube:before {
    content: "";
}
.fa-forumbee:before {
    content: "";
}
.fa-leanpub:before {
    content: "";
}
.fa-sellsy:before {
    content: "";
}
.fa-shirtsinbulk:before {
    content: "";
}
.fa-simplybuilt:before {
    content: "";
}
.fa-skyatlas:before {
    content: "";
}
.fa-cart-plus:before {
    content: "";
}
.fa-cart-arrow-down:before {
    content: "";
}
.fa-diamond:before {
    content: "";
}
.fa-ship:before {
    content: "";
}
.fa-user-secret:before {
    content: "";
}
.fa-motorcycle:before {
    content: "";
}
.fa-street-view:before {
    content: "";
}
.fa-heartbeat:before {
    content: "";
}
.fa-venus:before {
    content: "";
}
.fa-mars:before {
    content: "";
}
.fa-mercury:before {
    content: "";
}
.fa-intersex:before, .fa-transgender:before {
    content: "";
}
.fa-transgender-alt:before {
    content: "";
}
.fa-venus-double:before {
    content: "";
}
.fa-mars-double:before {
    content: "";
}
.fa-venus-mars:before {
    content: "";
}
.fa-mars-stroke:before {
    content: "";
}
.fa-mars-stroke-v:before {
    content: "";
}
.fa-mars-stroke-h:before {
    content: "";
}
.fa-neuter:before {
    content: "";
}
.fa-genderless:before {
    content: "";
}
.fa-facebook-official:before {
    content: "";
}
.fa-pinterest-p:before {
    content: "";
}
.fa-whatsapp:before {
    content: "";
}
.fa-server:before {
    content: "";
}
.fa-user-plus:before {
    content: "";
}
.fa-user-times:before {
    content: "";
}
.fa-bed:before, .fa-hotel:before {
    content: "";
}
.fa-viacoin:before {
    content: "";
}
.fa-train:before {
    content: "";
}
.fa-subway:before {
    content: "";
}
.fa-medium:before {
    content: "";
}
.fa-y-combinator:before, .fa-yc:before {
    content: "";
}
.fa-optin-monster:before {
    content: "";
}
.fa-opencart:before {
    content: "";
}
.fa-expeditedssl:before {
    content: "";
}
.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: "";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "";
}
.fa-battery-2:before, .fa-battery-half:before {
    content: "";
}
.fa-battery-1:before, .fa-battery-quarter:before {
    content: "";
}
.fa-battery-0:before, .fa-battery-empty:before {
    content: "";
}
.fa-mouse-pointer:before {
    content: "";
}
.fa-i-cursor:before {
    content: "";
}
.fa-object-group:before {
    content: "";
}
.fa-object-ungroup:before {
    content: "";
}
.fa-sticky-note:before {
    content: "";
}
.fa-sticky-note-o:before {
    content: "";
}
.fa-cc-jcb:before {
    content: "";
}
.fa-cc-diners-club:before {
    content: "";
}
.fa-clone:before {
    content: "";
}
.fa-balance-scale:before {
    content: "";
}
.fa-hourglass-o:before {
    content: "";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "";
}
.fa-hourglass:before {
    content: "";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "";
}
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "";
}
.fa-hand-scissors-o:before {
    content: "";
}
.fa-hand-lizard-o:before {
    content: "";
}
.fa-hand-spock-o:before {
    content: "";
}
.fa-hand-pointer-o:before {
    content: "";
}
.fa-hand-peace-o:before {
    content: "";
}
.fa-trademark:before {
    content: "";
}
.fa-registered:before {
    content: "";
}
.fa-creative-commons:before {
    content: "";
}
.fa-gg:before {
    content: "";
}
.fa-gg-circle:before {
    content: "";
}
.fa-tripadvisor:before {
    content: "";
}
.fa-odnoklassniki:before {
    content: "";
}
.fa-odnoklassniki-square:before {
    content: "";
}
.fa-get-pocket:before {
    content: "";
}
.fa-wikipedia-w:before {
    content: "";
}
.fa-safari:before {
    content: "";
}
.fa-chrome:before {
    content: "";
}
.fa-firefox:before {
    content: "";
}
.fa-opera:before {
    content: "";
}
.fa-internet-explorer:before {
    content: "";
}
.fa-television:before, .fa-tv:before {
    content: "";
}
.fa-contao:before {
    content: "";
}
.fa-500px:before {
    content: "";
}
.fa-amazon:before {
    content: "";
}
.fa-calendar-plus-o:before {
    content: "";
}
.fa-calendar-minus-o:before {
    content: "";
}
.fa-calendar-times-o:before {
    content: "";
}
.fa-calendar-check-o:before {
    content: "";
}
.fa-industry:before {
    content: "";
}
.fa-map-pin:before {
    content: "";
}
.fa-map-signs:before {
    content: "";
}
.fa-map-o:before {
    content: "";
}
.fa-map:before {
    content: "";
}
.fa-commenting:before {
    content: "";
}
.fa-commenting-o:before {
    content: "";
}
.fa-houzz:before {
    content: "";
}
.fa-vimeo:before {
    content: "";
}
.fa-black-tie:before {
    content: "";
}
.fa-fonticons:before {
    content: "";
}
.fa-reddit-alien:before {
    content: "";
}
.fa-edge:before {
    content: "";
}
.fa-credit-card-alt:before {
    content: "";
}
.fa-codiepie:before {
    content: "";
}
.fa-modx:before {
    content: "";
}
.fa-fort-awesome:before {
    content: "";
}
.fa-usb:before {
    content: "";
}
.fa-product-hunt:before {
    content: "";
}
.fa-mixcloud:before {
    content: "";
}
.fa-scribd:before {
    content: "";
}
.fa-pause-circle:before {
    content: "";
}
.fa-pause-circle-o:before {
    content: "";
}
.fa-stop-circle:before {
    content: "";
}
.fa-stop-circle-o:before {
    content: "";
}
.fa-shopping-bag:before {
    content: "";
}
.fa-shopping-basket:before {
    content: "";
}
.fa-hashtag:before {
    content: "";
}
.fa-bluetooth:before {
    content: "";
}
.fa-bluetooth-b:before {
    content: "";
}
.fa-percent:before {
    content: "";
}
.fa-gitlab:before {
    content: "";
}
.fa-wpbeginner:before {
    content: "";
}
.fa-wpforms:before {
    content: "";
}
.fa-envira:before {
    content: "";
}
.fa-universal-access:before {
    content: "";
}
.fa-wheelchair-alt:before {
    content: "";
}
.fa-question-circle-o:before {
    content: "";
}
.fa-blind:before {
    content: "";
}
.fa-audio-description:before {
    content: "";
}
.fa-volume-control-phone:before {
    content: "";
}
.fa-braille:before {
    content: "";
}
.fa-assistive-listening-systems:before {
    content: "";
}
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "";
}
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "";
}
.fa-glide:before {
    content: "";
}
.fa-glide-g:before {
    content: "";
}
.fa-sign-language:before, .fa-signing:before {
    content: "";
}
.fa-low-vision:before {
    content: "";
}
.fa-viadeo:before {
    content: "";
}
.fa-viadeo-square:before {
    content: "";
}
.fa-snapchat:before {
    content: "";
}
.fa-snapchat-ghost:before {
    content: "";
}
.fa-snapchat-square:before {
    content: "";
}
.fa-pied-piper:before {
    content: "";
}
.fa-first-order:before {
    content: "";
}
.fa-yoast:before {
    content: "";
}
.fa-themeisle:before {
    content: "";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "";
}
.fa-fa:before, .fa-font-awesome:before {
    content: "";
}
.fa-handshake-o:before {
    content: "";
}
.fa-envelope-open:before {
    content: "";
}
.fa-envelope-open-o:before {
    content: "";
}
.fa-linode:before {
    content: "";
}
.fa-address-book:before {
    content: "";
}
.fa-address-book-o:before {
    content: "";
}
.fa-address-card:before, .fa-vcard:before {
    content: "";
}
.fa-address-card-o:before, .fa-vcard-o:before {
    content: "";
}
.fa-user-circle:before {
    content: "";
}
.fa-user-circle-o:before {
    content: "";
}
.fa-user-o:before {
    content: "";
}
.fa-id-badge:before {
    content: "";
}
.fa-drivers-license:before, .fa-id-card:before {
    content: "";
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "";
}
.fa-quora:before {
    content: "";
}
.fa-free-code-camp:before {
    content: "";
}
.fa-telegram:before {
    content: "";
}
.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: "";
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "";
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "";
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "";
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "";
}
.fa-shower:before {
    content: "";
}
.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: "";
}
.fa-podcast:before {
    content: "";
}
.fa-window-maximize:before {
    content: "";
}
.fa-window-minimize:before {
    content: "";
}
.fa-window-restore:before {
    content: "";
}
.fa-times-rectangle:before, .fa-window-close:before {
    content: "";
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "";
}
.fa-bandcamp:before {
    content: "";
}
.fa-grav:before {
    content: "";
}
.fa-etsy:before {
    content: "";
}
.fa-imdb:before {
    content: "";
}
.fa-ravelry:before {
    content: "";
}
.fa-eercast:before {
    content: "";
}
.fa-microchip:before {
    content: "";
}
.fa-snowflake-o:before {
    content: "";
}
.fa-superpowers:before {
    content: "";
}
.fa-wpexplorer:before {
    content: "";
}
.fa-meetup:before {
    content: "";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
label {
    background: 0 0;
    color: #5e5e5e;
}
button, input[type=button] {
    padding: 12px 50px;
}
input {
    padding: 12px 10px;
}
button, input {
    border-radius: 5px;
    display: inline-block;
    box-sizing: border-box;
    background: #f7f7f7;
    border-width: 1px;
    border-style: solid;
    border-color: #d6d6d6;
    line-height: 14px;
    color: #5e5e5e;
    font-weight: 400;
    clear: both;
    height: auto;
    font-size: 12px;
}
button:focus, input:focus {
    border-width: 1px;
    border-style: solid;
    border-color: #d6d6d6;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type=text] {
    font-size: 12px;
}
select, textarea {
    box-shadow: none;
    color: #5e5e5e;
    width: 100%;
}
select {
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
}
input[type=checkbox] {
    position: absolute;
    left: -99999px;
}
input[type=checkbox]:checked {
    padding: 10px;
}
input[type=checkbox]:checked~label:before {
    background-color: #fff;
}
input[type=checkbox]:checked~label:after {
    background: url(../images/checked.png) 0 0 no-repeat;
    background-position: -2px -2px;
}
input[type=checkbox]~label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    margin-left: 20px;
    cursor: pointer;
}
input[type=checkbox]~label:after, input[type=checkbox]~label:before {
    border-width: 1px;
    border-style: solid;
    border-color: #d6d6d6;
    display: inline-block;
    background-color: #fff;
    content: " ";
    position: absolute;
    z-index: 1;
    width: 15px;
    height: 15px;
    left: -20px;
    top: 0;
    margin-right: 3px;
}
input[type=file] {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #d6d6d6;
    width: 95%;
    font-weight: 700;
    padding: 2px;
}
input[type=file]+span {
    display: inline-block;
    vertical-align: middle;
}
input[type=file] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type=radio] {
    position: absolute;
    left: -9999px;
}
input[type=radio]+label:before {
    content: "";
    position: absolute;
    top: 2px;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    left: 0;
}
input[type=radio]+label:after {
    content: "";
    position: absolute;
    top: 2px;
    display: block;
    width: 16px;
    height: 15px;
    background: url(../images/radiobox.png);
    left: 0;
}
input[type=radio]:checked+label:after {
    background-position: -16px 0;
}
input[type=radio]+label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 18px;
    margin-left: 5px;
    position: relative;
}
.sitecore-form input[type=checkbox] {
    position: static;
    left: 0;
}
.sitecore-form input[type=radio] {
    position: static;
    left: 0;
}
a {
    background-color: transparent;
    text-decoration: none;
    font-size: 13px;
    color: #5e5e5e;
}
a:focus, a:hover {
    color: #474747;
    text-decoration: none;
}
a.btn {
    text-decoration: none;
}
.ui-datepicker-title select {
    color: #5e5e5e;
}
html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 0;
}
body {
    font-family: 'Source Sans Pro';
    position: relative;
    overflow: auto;
    color: #5e5e5e;
    font-size: 14px;
    line-height: 1.5;
    background: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a {
    color: #5e5e5e;
    cursor: pointer;
    font-size: .85em;
}
a:hover {
    color: #474747;
}
.btn.btn-secondary {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #5e5e5e;
}
.btn.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1em;
}
h5 {
    font-size: .83em;
}
h6 {
    font-size: .67em;
}
#wrapper #header>.row {
    background-color: #f0f0f0;
}
#wrapper>main>div>.row {
    background-color: #fff;
}
#wrapper #footer>.row {
    background-color: #f0f0f0;
}
.xa-variable {
    border: 0;
    padding: 1px;
    margin: 0;
    background-color: #ebebe4;
    color: #545454;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
#breadcrumbMenuSubcontrol_context_menu * {
    box-sizing: initial;
}
.sxa-icon {
    background-color: #e3e3e3;
    min-width: 80px;
    min-height: 80px;
    background-position: center center;
    background-repeat: no-repeat;
}
.sxa-icon-playlist {
    background-image: url(../images/icon-video);
    background-size: 30%;
    min-width: 143px;
    min-height: 80px;
}
.on-page-editor footer>.container>.row, .on-page-editor header>.container>.row, .on-page-editor main>.container>.row {
    border: 1px dashed #d6d6d6;
    border-collapse: collapse;
}
.on-page-editor main>.container>.row {
    border-top-width: 0;
    border-bottom-width: 0;
}
.row .row {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
.scEmptyPlaceholder {
    background-image: none;
}
.addthis, .addthis-smartlayers {
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
}
.plain-html {
    padding: 15px 15px 15px 15px;
}
.row {
    box-sizing: border-box;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../Images/overlay-bg.png);
    z-index: 9000;
    display: none;
    width: 100%;
}
.overlay.component {
    margin: 0;
}
.overlay>.component-content {
    border-radius: 5px;
    display: block;
    position: absolute;
    background-color: #e6e6e6;
    padding: 10px;
    max-width: 90%;
    background: #f7f7f7;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.overlay>.component-content .component {
    margin: 0;
}
.overlay>.component-content .component.image img {
    width: 100%;
}
.overlay .overlay-inner {
    min-width: 25px;
    max-height: inherit;
    height: inherit;
    overflow: auto;
}
.overlay .overlay-inner.overlay-percent {
    max-height: 100%;
    height: auto;
}
.overlay .overlay-inner #InnerCenter {
    width: auto;
    height: auto;
}
.overlay .overlay-inner .container {
    width: 100%;
}
.overlay .overlay-inner>img {
    width: 100%;
}
.overlay .overlay-inner:focus {
    border: 1px solid #ccc;
}
.overlay .overlay-close {
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    top: -20px;
    right: -10px;
}
.overlay .overlay-close:before {
    content: "";
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.overlay .overlay-close:hover:before {
    background: #ccc;
}
.overlay .overlay-close a {
    display: block;
    text-indent: -9999px;
}
.overlay .overlay-close-link:focus {
    color: #ccc;
}
.overlay .overlay-close-link:hover {
    color: #ccc;
}
.overlay .overlay-close-link {
    text-decoration: none;
}
.overlay-page {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../Images/overlay-bg.png);
    z-index: 9999;
    text-align: center;
    width: 100%;
    margin: 0;
}
.overlay-page>.component-content {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    background-color: #e6e6e6;
    border-radius: 5px;
    position: relative;
    padding: 10px 10px 25px;
    margin: 100px 60px 60px;
    max-width: 90%;
    background: #f7f7f7;
}
.overlay-page>.component-content .component {
    margin: 0;
}
.overlay-page>.component-content .component.image img {
    width: 100%;
}
.overlay-page .overlay-inner {
    min-width: 25px;
    height: inherit;
    max-height: inherit;
    min-height: 135px;
    overflow: auto;
}
.overlay-page .overlay-inner.overlay-percent {
    max-height: 100%;
    height: auto;
}
.overlay-page .overlay-inner.overlay-percent.edit {
    max-height: inherit;
}
.overlay-page .overlay-inner .container {
    width: 100%;
}
.overlay-page .overlay-inner:focus {
    border: 1px solid #ccc;
}
.overlay-page .overlay-close {
    bottom: 8px;
    color: #000;
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    right: -5px;
    bottom: -15px;
}
.overlay-page .overlay-close-link:focus {
    color: #ccc;
}
.overlay-page .overlay-close-link:hover {
    color: #ccc;
}
.overlay-page .overlay-close-link {
    text-decoration: none;
}
#wrapper {
    overflow: hidden;
}
#wrapper.overlay-page {
    margin-bottom: -80px;
}
body.preview .overlay-page {
    position: fixed;
}
.overlay-page .main {
    width: 100%;
}
.on-page-editor .overlay .overlay-inner {
    margin: auto;
}
.on-page-editor .overlay-page {
    z-index: 9000;
}
.privacy-warning {
    font-size: 14px;
    font-size: 1.4rem;
    opacity: .8;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 0 0;
    color: #fff;
    text-align: center;
    z-index: 9050;
    background: url(../Images/overlay-bg.png);
}
.privacy-warning .component-content {
    position: relative;
    height: auto;
    width: 90%;
    padding: 15px;
    margin: 0 auto;
}
.privacy-warning a {
    color: #fff;
}
.privacy-warning a:focus, .privacy-warning a:hover {
    color: #fff;
}
.privacy-warning .close {
    transform: scale(1.3,.95);
    font-size: 35px;
    font-size: 3.5rem;
    position: absolute;
    top: -10px;
    right: 8px;
    font-weight: 700;
}
.privacy-warning .learnMore {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.privacy-warning .submit {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 0;
}
.privacy-warning .submit a {
    font-size: 13px;
    font-size: 1.3rem;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    text-decoration: none;
    font-weight: 700;
    background: #fff;
    padding: 5px 10px;
    cursor: pointer;
    color: #000;
}
.privacy-warning.restrictive {
    top: 0;
}
.privacy-warning.restrictive .info {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
}
.privacy-warning.restrictive .submit {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}
.boxed {
    box-sizing: border-box;
    margin: 20px 0;
}
.boxed>div {
    max-width: 960px;
    margin: 0 auto !important;
}
.component-content-clearfix .component-content:after {
    content: "";
    display: table;
    clear: both;
}
.component-clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.button-default, .default, .promo.link-button a {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    background: #f6f6f6;
    color: #747474;
}
.button-default:hover, .default:hover, .promo.link-button a:hover {
    color: #747474;
    background: #f7f7f7;
}
.button-success, .success {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    background: #a0ce4e;
    color: #fff;
}
.button-success:hover, .success:hover {
    color: #747474;
    background: #f7f7f7;
}
.button-success:hover, .success:hover {
    color: #fff;
    background: #92be43;
}
.button-warning, .warning {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    background: #bc4526;
    color: #fff;
}
.button-warning:hover, .warning:hover {
    color: #747474;
    background: #f7f7f7;
}
.button-warning:hover, .warning:hover {
    color: #fff;
    background: #c34e30;
}
.link-button .button-default, .link-button .default, .promo.link-button a {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    background: #f6f6f6;
    color: #747474;
}
.link-button .button-default:hover, .link-button .default:hover, .promo.link-button a:hover {
    color: #747474;
    background: #f7f7f7;
}
.link-button .button-success, .link-button .success {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    background: #a0ce4e;
    color: #fff;
}
.link-button .button-success:hover, .link-button .success:hover {
    color: #747474;
    background: #f7f7f7;
}
.link-button .button-success:hover, .link-button .success:hover {
    color: #fff;
    background: #92be43;
}
.link-button .button-warning, .link-button .warning {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    background: #bc4526;
    color: #fff;
}
.link-button .button-warning:hover, .link-button .warning:hover {
    color: #747474;
    background: #f7f7f7;
}
.link-button .button-warning:hover, .link-button .warning:hover {
    color: #fff;
    background: #c34e30;
}
.link.link-button .field-link span, .link.link-button .is-empty-hint, .link.link-button a {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
}
.link.link-button .field-link span:hover, .link.link-button .is-empty-hint:hover, .link.link-button a:hover {
    color: #747474;
    background: #f7f7f7;
}
.promoted-box {
    border: none !important;
}
.highlighted-top {
    background: #fff;
    border-top-width: 3px;
    border-top-color: #15909c;
    border-style: solid;
    padding: 25px;
    margin: 0;
}
.highlighted-top h1, .highlighted-top h2, .highlighted-top h3, .highlighted-top h4 {
    margin: 0 0 10px 0;
}
.highlighted-bottom {
    background: #fff;
    border-bottom-width: 3px;
    border-bottom-color: #15909c;
    border-style: solid;
    padding: 25px;
    margin: 0;
}
.highlighted-bottom h1, .highlighted-bottom h2, .highlighted-bottom h3, .highlighted-bottom h4 {
    margin: 0 0 10px 0;
}
.highlighted-left {
    background: #fff;
    border-left-width: 3px;
    border-left-color: #15909c;
    border-style: solid;
    padding: 25px;
    margin: 0;
}
.highlighted-left h1, .highlighted-left h2, .highlighted-left h3, .highlighted-left h4 {
    margin: 0 0 10px 0;
}
.highlighted-right {
    background: #fff;
    border-right-width: 3px;
    border-right-color: #15909c;
    border-style: solid;
    padding: 25px;
    margin: 0;
}
.highlighted-right h1, .highlighted-right h2, .highlighted-right h3, .highlighted-right h4 {
    margin: 0 0 10px 0;
}
.position-left, .position-left * {
    text-align: left !important;
}
.position-right, .position-right * {
    text-align: right !important;
}
.position-center, .position-center * {
    text-align: center !important;
}
.position-left select {
    direction: ltr !important;
}
.position-right select {
    direction: rtl !important;
}
.position-center select {
    text-align-last: center !important;
}
.cover-background>.component-content, .fix-background>.component-content, .parallax-background>.component-content {
    background-repeat: no-repeat;
    background-size: cover;
}
.fix-background>.component-content {
    background-position: left top;
    background-attachment: fixed;
    min-height: 240px;
}
.parallax-background>.component-content {
    background-position: 50% 0;
    background-attachment: fixed;
    min-height: 240px;
}
.indent {
    margin: 0 40px;
}
.indent-top {
    margin-top: 20px;
}
.indent-bottom {
    margin-bottom: 20px;
}
@media (max-width:768px) {
    .carousel {
        padding: 0;
    }
}
@media only screen and (max-width:959px) {
    .title-row-box>.component-content .title {
        margin: 23px 0 0 20px;
    }
}
@media only screen and (min-width:381px) and (max-width:959px) {
    .title-row-box>.component-content .breadcrumb {
        margin: 23px 20px 0 0;
    }
}
@media only screen and (max-width:380px) {
    .title-row-box>.component-content .breadcrumb {
        display: none;
    }
}
@media only screen and (max-width:959px) {
    .title-row-box .alpha {
        vertical-align: middle;
        box-sizing: border-box;
        width: auto !important;
        float: left;
    }
    .title-row-box .omega {
        vertical-align: middle;
        box-sizing: border-box;
        width: auto !important;
        float: right;
    }
}
@media only screen and (max-width:639px) {
    .feed.feed-grid .feed-item {
        width: 100%;
    }
}
@keyframes slide0hide {
    to {
        visibility: hidden;
    }
}
@keyframes slide1show {
    to {
        visibility: visible;
    }
}
@media only screen and (max-width:768px) {
    .media-link.file-list-files .file-description {
        width: 100%;
        flex-wrap: wrap;
    }
    .media-link.file-list-files .file-description .field-filetypeicon {
        width: 100%;
    }
    .media-link.file-list-files .file-description .field-filetypeicon span {
        margin: 0 auto;
    }
    .media-link.file-list-files .file-description .info-wrapper {
        width: 100%;
        text-align: center;
        padding: 5px 0;
    }
    .media-link.file-list-files .field-linktext {
        width: 100%;
        margin: 0 auto;
    }
}
@media only screen and (max-width:959px) {
    .promo.promo-hero.promo-hero-half {
        float: none;
        width: 100%;
    }
}
@media only screen and (max-width:959px) {
    .promo.promo-hero .field-promotext {
        width: 100%;
        margin: 0;
    }
    .promo.promo-hero .field-promotext h1 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .promo.promo-hero .field-promotext h2, .promo.promo-hero .field-promotext h3, .promo.promo-hero .field-promotext h4 {
        font-size: 20px;
        font-size: 2rem;
    }
}
@media only screen and (max-width:959px) {
    .promo-shadow>.component-content {
        margin: 0 10px 30px 10px;
    }
}
@-webkit-keyframes swing {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    50% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes swing {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    50% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes easeInOutBack {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    20% {
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
    }
    30% {
        -webkit-transform: translateY(-60%);
        transform: translateY(-60%);
    }
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes easeInOutBack {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    20% {
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
    }
    30% {
        -webkit-transform: translateY(-60%);
        transform: translateY(-60%);
    }
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes easeInOutBounce {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    25% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    62.5% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    75% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    87.5% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes easeInOutBounce {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    25% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    62.5% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    75% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    87.5% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes easeInOutCirc {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    10% {
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }
    90% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes easeInOutCirc {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    10% {
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }
    90% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes easeInOutCubic {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    30% {
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }
    70% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes easeInOutCubic {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    30% {
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }
    70% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes easeInOutElastic {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    30% {
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }
    70% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes easeInOutElastic {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    30% {
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }
    70% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes easeInOutExpo {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    30% {
        -webkit-transform: translateY(-90%);
        transform: translateY(-90%);
    }
    70% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes easeInOutExpo {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    30% {
        -webkit-transform: translateY(-90%);
        transform: translateY(-90%);
    }
    70% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes easeInOutQad {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes easeInOutQad {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes easeInOutQuart {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    30% {
        -webkit-transform: translateY(-90%);
        transform: translateY(-90%);
    }
    70% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes easeInOutQuart {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    30% {
        -webkit-transform: translateY(-90%);
        transform: translateY(-90%);
    }
    70% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes easeInOutQuint {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    30% {
        -webkit-transform: translateY(-90%);
        transform: translateY(-90%);
    }
    70% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes easeInOutQuint {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    30% {
        -webkit-transform: translateY(-90%);
        transform: translateY(-90%);
    }
    70% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes easeInOutSine {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    25% {
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }
    75% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes easeInOutSine {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    25% {
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }
    75% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes outQuad {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    25% {
        -webkit-transform: translateY(-70%);
        transform: translateY(-70%);
    }
    50% {
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
    }
    75% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes outQuad {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    25% {
        -webkit-transform: translateY(-70%);
        transform: translateY(-70%);
    }
    50% {
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
    }
    75% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.stillMenu {
    position: fixed;
    background: #fff;
    z-index: 10000;
    max-width: 100%;
    top: 0;
	left:0;
	right:0;
}
@media (max-width:47.99rem) {
    .mobilehidden {
        display: none;
    }
}
@media (min-width:48rem) {
    .desktophidden {
        display: none;
    }
}
@media (min-width:48rem) and (max-width:63.99rem) {
    .tablethidden {
        display: none;
    }
}
@media (min-width:48rem) and (max-width:63.99rem) {
    .tabletshow {
        display: block;
    }
}
@media screen and (min-width:79.938rem) {
    .menumargin {
        padding-right: 0;
    }
    .link-list>.component-content ul li a {
        font-size: 16px;
    }
}
@media (min-width:64rem) and (max-width:71.25rem) {
    .contact-us {
        padding: 7px 13px;
        margin: 10px 0 20px 0;
    }
    .link-list>.component-content ul li a {
        font-size: 12px;
    }
    .menumargin {
        padding-right: 25px;
    }
    .link-list>.component-content {
        padding: 5px 15px 15px 10px;
    }
}
@media (min-width:48rem) and (max-width:63.9rem) {
    .logoimage {
        max-width: 100%;
    }
    .plusimgdiv {
        padding-top: 8px;
    }
    .link-list>.component-content ul li a {
        font-size: 26px;
        line-height: 35px;
        color: #303030;
        font-weight: 500;
    }
    .navbar-right li a.active {
        border-bottom: 3px solid #e31113 !important;
    }
    .tabletmobilemenu .field-link {
        padding-bottom: 20px;
        padding-left: 20px;
    }
    .plusclickpopup {
        border: solid 1px #707070;
        background-color: #fff;
        border-radius: 0 0 15px 15px;
        position: absolute;
        z-index: 999;
        top: -20px;
    }
    .headerclass {
        padding-top: 0;
    }
    .contact-us {
        padding: 2px 23px;
    }
    .contactbtndiv {
        padding-top: 10px;
    }
}
@media screen and (max-width:47.99rem) {
    .logoimage {
        max-width: 100%;
    }
    .field-link .active {
        border-bottom: 3px solid #e31113;
    }
    .tabletmobilemenu .field-link {
        padding-bottom: 20px;
    }
    .link-list>.component-content ul li a {
        font-size: 23px;
        line-height: 31px;
        color: #303030;
        font-weight: 500;
    }
    .plusclickpopup {
        border: solid 1px #707070;
        background-color: #fff;
        border-radius: 0 0 15px 15px;
        position: absolute;
        z-index: 999;
        top: -20px;
    }
    .navbar-right li a.active {
        border-bottom: 3px solid #e31113 !important;
    }
    .language-selector {
        padding: 0 !important;
    }
    .link-list>.component-content {
        padding: 10px 15px 15px 0;
    }
    .headerclass {
        padding-top: 20px;
    }
    .tabletviewtopmargin {
        margin-top: 0;
    }
}
@media (min-width:1023px) and (max-width:1023.9px) {
    .contact-us {
        padding: 7px 13px;
        margin: 10px 0 20px 0;
    }
    .link-list>.component-content ul li a {
        font-size: 12px;
    }
    .menumargin {
        padding-right: 14px;
    }
    .link-list>.component-content {
        padding: 5px 15px 15px 10px;
    }
}
@media (min-width: 1023.9px) {
    .influenza-fr header .MainContentcss h1 {
        font-size: 54px;
        line-height: 60px;
        margin-bottom: 20px;
    }
}
@media (min-width:64rem) and (max-width:71.25rem) {
    .QandAsectioncss .faqTitle {
        margin-bottom: 30px;
    }
    .bannerImage {
        background-size: 100%;
        background-position: right 60px;
        height: 480px;
    }
    .MainContentcss {
        margin-top: 50px;
    }
    .MainContentcss h1 {
        font-size: 50px;
        line-height: 40px;
    }
    .MainContentcss h2 {
        font-size: 16px;
        line-height: 22px;
    }
    .MainContentcss p {
        font-size: 16px;
    }
    .scrolldawnbutton a, i {
        font-size: 14px;
    }
    .caretalign {
        margin-left: 76px;
        font-size: 21px;
    }
}
@media (min-width:48rem) and (max-width:63.9rem) {
    header .link-list>.component-content ul {
        text-align: left;
    }
    header .MainContentcss h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .MainContentcss h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .MainContentcss p {
        font-size: 12px;
    }
    .bannerImage {
        background-size: 120%;
        background-position: right 80px;
        height: 550px;
		padding-top:50px;
    }
    .MainContentcss {
        margin-top: 60px;
        margin-left: 0;
    }
    .scrolldawnbutton {
        margin-left: 0;
    }
    .scrolldawnbutton a, i {
        font-size: 12px;
    }
    .caretalign {
        margin-left: 45px;
        font-size: 18px;
    }
    .tabletviewtopmargin a img {
        padding-top: 12px;
    }
}
@media screen and (max-width:47.99rem) {
    header .link-list>.component-content ul {
        text-align: left;
    }
    header .MainContentcss h1 {
        font-size: 46px;
        line-height: 44px;
    }
    .MainContentcss h2 {
        font-size: 17px;
        line-height: 22px;
    }
    .MainContentcss p {
        font-size: 17px;
    }
    .bannerImage {
        height: 100%;
        background-position: right 250px;
        background-size: 150%;
    }
    .scrolldawnbutton {
        margin-top: 20px;
		width: 100%;
		margin-left: 0;
		text-align:center;
    }
	
	.caretalign {
        margin-left:0;
    }
	
    .mainsectionMargin {
        margin-top: 45px;
    }
    .MainContentcss {
        margin-top: 40px;
        margin-left: 0;
    }
}
@media (min-width:22.5rem) and (max-width:22.938rem) {
    .bannerImage {
        background-position: right 250px;
    }

}

@media (min-width:379px) and  (max-width:400) {
	 .scrolldawnbutton {
        margin-top: 50px;
    }
}

@media (min-width:401px) and  (max-width:429px) {
	 .scrolldawnbutton {
        margin-top: 60px;
    }
}

@media (min-width:430px) and  (max-width:455px) {
	 .scrolldawnbutton {
        margin-top: 70px;
    }
}

@media (min-width:456px) and  (max-width:478px) {
	 .scrolldawnbutton {
        margin-top: 80px;
    }
}

@media (min-width:479px) and  (max-width:515px) {
	 .scrolldawnbutton {
        margin-top: 100px;
    }
}

@media (min-width:516px) and (max-width:568px) {
	 .scrolldawnbutton {
        margin-top: 120px;
    }
}

@media (min-width:569px) and (max-width:584px) {
	 .scrolldawnbutton {
        margin-top: 130px;
    }
}

@media (min-width:585px) and (max-width:630px) {
	 .scrolldawnbutton {
        margin-top: 170px;
    }
}

@media (min-width:631px) and (max-width:665px) {
	 .scrolldawnbutton {
        margin-top: 190px;
    }
}

@media (min-width:666px) and (max-width:671px) {
	 .scrolldawnbutton {
        margin-top: 200px;
    }
}

@media (min-width:672px) and (max-width:690px) {
	 .scrolldawnbutton {
        margin-top: 210px;
    }
}

@media (min-width:691px) and (max-width:715px) {
	 .scrolldawnbutton {
        margin-top: 220px;
    }
}

@media (min-width:716px) and (max-width:767px) {
	 .scrolldawnbutton {
        margin-top: 240px;
    }
}


@media (min-width:1023px) and (max-width:1023.9px) {
    .bannerImage {
        background-size: 52%;
        background-position: right top;
        height: 492px;
    }
    .MainContentcss {
        margin-top: 10px;
    }
    header .MainContentcss h1 {
        font-size: 50px;
        line-height: 40px;
    }
    .MainContentcss h2 {
        font-size: 16px;
        line-height: 22px;
    }
    .MainContentcss p {
        font-size: 16px;
    }
    .scrolldawnbutton a, i {
        font-size: 14px;
    }
    .caretalign {
        margin-left: 76px;
        font-size: 21px;
    }
}
@media screen and (max-width:47.99rem) {
    .content-box {
        padding: .9rem;
    }
}
@media (min-width:48rem) and (max-width:63.9rem) {
    .content-box {
        padding: .9rem;
    }
}
@media (min-width:64rem) and (max-width:71.25rem) {
    .box {
        min-height: 210px;
    }
    .box h3 {
        font-size: 30px;
        line-height: 33px;
    }
    .box p {
        font-size: 22px;
        line-height: 30px;
    }
    .box p span {
        font-size: 16px;
        line-height: 20px;
    }
    sup {
        font-size: 14px;
    }
}
@media (min-width:48rem) and (max-width:63.9rem) {
    .box {
        min-height: 175px;
    }
    .mainsection h2 {
        font-size: 38px;
    }
    .box h3 {
        font-size: 25px;
        line-height: 34px;
    }
    sup {
        vertical-align: inherit;
        font-size: 15px;
    }
    .box p {
        font-size: 18px;
        line-height: 23px;
    }
    .box p.flu_content {
        font-size: 16px;
        line-height: 19px;
    }
    .flu-statisticssection {
        width: 80%;
    }
    .mainsectionMargin {
        margin-top: 0;
    }
    .mainsectionMargin {
        margin-top: 25px !important;
    }
}
@media screen and (max-width:47.99rem) {
    .mainsection h2 {
        font-size: 32px;
        line-height: 54px;
    }
    .box h3 {
        font-size: 25px;
        line-height: 32px;
    }
    .box p {
        font-size: 20px;
        line-height: 23px;
    }
    .box {
        min-height: 205px;
        align-content: center;
    }
    .flu-statisticssection {
        width: 90%;
    }
    #FluFacts .content-box {
        padding: .9rem 0 !important;
    }
    .mainsectionMargin {
        margin-top: 25px !important;
    }
}
@media (min-width:1023px) and (max-width:1023.9px) {
    .box {
        min-height: 240px;
    }
    .box h3 {
        font-size: 30px;
        line-height: 33px;
    }
    .box p {
        font-size: 22px;
        line-height: 30px;
    }
    .box p span {
        font-size: 16px;
        line-height: 20px;
    }
    sup {
        font-size: 14px;
    }
}
@media (min-width:64rem) and (max-width:71.25rem) {
    .AccordianTitle {
        font-size: 23px;
        font-weight: 900;
        line-height: 33px;
    }
}
@media (min-width:48rem) and (max-width:63.9rem) {
    .mainsection h2 {
        font-size: 38px;
    }
    .AccordianTitle {
        font-size: 25px;
        font-weight: 900;
        line-height: 29px;
    }
    .fluVaccineRecommdedtable table {
        font-size: 14px;
    }
    .fluVaccinesubtitle {
        font-size: 12px;
        line-height: 16px;
    }
    .mainContenttoggle {
        font-size: 18px !important;
    }
    .fluVaccineRecommdedtable table tr th:first-child {
        width: 33%;
    }
    .fluVaccineRecommdedtable table, td, th {
        font-size: 14px;
    }
    .fluVaccineRecommdedtable table tr th {
        font-size: 14px;
    }
    .accordion .component-content div ul.items li.item {
        padding: 15px 0 15px 0 !important;
    }
}
@media screen and (max-width:47.99rem) {
    .accordion .component-content div ul.items li.item {
        padding: 10px 0 10px 0 !important;
    }
    .mainsection .faqTitle h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .AccordianTitle {
        font-size: 20px;
        font-weight: 900;
        line-height: 22px;
        padding-right: 80px;
    }
    .fluVaccineRecommdedtable table {
        font-size: 18px;
    }
    .fluVaccinesubtitle {
        font-size: 11px;
        line-height: 13px;
    }
    .mainContenttoggle {
        font-size: 16px !important;
    }
    .QandAsectioncss {
        padding: 0 0 !important;
    }
    .fluVaccineRecommdedtable {
        margin-left: 0 !important;
        padding: 0 !important;
    }
    .yesNocontent {
        font-size: 16px !important;
    }
    .fluVaccineRecommdedtable table tr th {
        font-size: 18px;
    }
    .fluVaccineRecommdedtable table td {
        font-size: 16px;
    }
}
@media (min-width:1023px) and (max-width:1023.9px) {
    .AccordianTitle {
        font-size: 23px;
        font-weight: 900;
        line-height: 33px;
    }
    .mainsection .descriptiveTable h2 {
        font-size: 52px;
    }
    .flutable table tr th {
        font-size: 20px;
    }
    .flutable table tbody td {
        font-size: 16px;
    }
}
@media (min-width:48rem) and (max-width:63.9rem) {
    .flutable table tbody td {
        line-height: 10px;
    }
}
@media (min-width:64rem) and (max-width:71.25rem) {
    .mainsection .descriptiveTable h2 {
        font-size: 52px;
    }
    .flutable table tr th {
        font-size: 20px;
    }
    .flutable table tbody td {
        font-size: 16px;
    }
}
@media (min-width:48rem) and (max-width:63.9rem) {
    .mainsection .descriptiveTable h2 {
        font-size: 38px;
        line-height: 42px;
    }
}
@media screen and (max-width:47.99rem) {
    .mainsection .descriptiveTable h2 {
        font-size: 32px;
        line-height: 34px;
    }
    .FlucoldcovidCss {
        margin-left: 0;
    }
    .descriptiveTable .description_flu .descriptioncontent {
        font-size: 16px;
    }
}
@media (min-width:23.435rem) and (max-width:47.99rem) {
    .vaccineTechCss .heading h1 {
        font-size: 32px;
        line-height: 34px;
    }
    .vaccineTechCss .heading p {
        font-size: 20px;
        line-height: 22px;
    }
    .vaccineTechCss .description p {
        font-size: 16px;
        line-height: 22px;
    }
    .subHeading h3 {
        font-size: 20px;
        line-height: 22px;
    }
    .subDescription p {
        font-size: 16px;
        line-height: 22px;
    }
    .container {
        flex-direction: column;
    }
    .teaserContent {
        margin-top: 375px;
    }
    .timage {
        order: 1;
    }
    .VaccineTechnologyImage {
        background-size: 200%;
        background-repeat: no-repeat;
        background-position: right top;
        height: 100%;
        margin-top: 70px;
    }
    .vaccineTechCss {
        padding: 0 0 !important;
    }
}
@media (min-width:48rem) and (max-width:63.9rem) {
    .vaccineTechCss .heading h1 {
        font-size: 38px;
        line-height: 38px;
    }
    .vaccineTechCss .heading p {
        font-size: 23px;
        line-height: 27px;
    }
    .description p {
        font-size: 16px;
        line-height: 22px;
    }
    .subHeading h3 {
        font-size: 23px;
        line-height: 33px;
    }
    .subDescription p {
        font-size: 16px;
        line-height: 22px;
    }
    .VaccineTechnologyImage {
        background-size: 190%;
        background-position: -450px top;
        margin-top: 45px;
        height: 730px;
        margin-top: 45px;
    }
    .cssmarginsubheading {
        margin-top: 30px;
    }
    .teaserContent .description {
        padding: 30px 0;
    }
}
@media (min-width:64rem) and (max-width:71.25rem) {
    .VaccineTechnologyImage {
        background-size: 100%;
        height: 525px;
        margin-top: 80px;
    }
    .vaccineTechCss .heading h1 {
        font-size: 52px;
        line-height: 55px;
        margin-bottom: 0;
    }
    .vaccineTechCss .heading p {
        font-size: 35px;
        line-height: 39px;
    }
    .description p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .teaserContent .description {
        padding: 5px 0;
    }
    .cssmarginsubheading {
        margin-top: 5px;
    }
    .subDescription p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 0;
    }
    .VaccineTechnologyImage>.component-content>.row {
        display: block;
    }
}
@media (min-width:845px) and (max-width:1022px) {
    .VaccineTechnologyImage>.component-content>.row {
        display: block;
    }
}
@media (min-width:64rem) and (max-width:71.25rem) {
    .VaccineTechnologyImage {
        background-size: 105%;
        height: 600px;
    }
    .vaccineTechCss .heading h1 {
        font-size: 55px;
        line-height: 55px;
        margin-bottom: 0;
    }
    .vaccineTechCss .heading p {
        font-size: 35px;
        line-height: 39px;
    }
    .vaccineTechCss .description p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .teaserContent .description {
        padding: 5px 0;
    }
    .cssmarginsubheading {
        margin-top: 5px;
    }
    .subDescription p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 0;
    }
}
@media (min-width:1023px) and (max-width:1023.9px) {
    .VaccineTechnologyImage {
        background-size: 46%;
        height: 500px;
        margin-top: 80px;
    }
    .vaccineTechCss .heading h1 {
        font-size: 55px;
        line-height: 55px;
        margin-bottom: 0;
    }
    .vaccineTechCss .heading p {
        font-size: 35px;
        line-height: 39px;
    }
    .description p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .teaserContent .description {
        padding: 5px 0;
    }
    .cssmarginsubheading {
        margin-top: 5px;
    }
    .subDescription p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 0;
    }
    .VaccineTechnologyImage>.component-content>.row {
        display: block;
    }
}
@media (min-width:48rem) and (max-width:63.9rem) {
    .highriskcontaint {
        font-size: 18px;
        line-height: 24px;
    }
    .riskDetailstitle {
        font-size: 20px;
        line-height: 24px;
    }
    .riskDetailssubcontent {
        font-size: 12px;
        line-height: 16px;
    }
    .HighRisk_BackgroundImage {
        margin-top: 80px;
    }
}
@media screen and (max-width:47.99rem) {
    .highriskcontaint {
        font-size: 16px;
        line-height: 22px;
    }
    .riskDetailstitle {
        font-size: 14px;
        line-height: 16px;
    }
    .riskDetailssubcontent {
        font-size: 9px;
        line-height: 12px;
    }
    .HighRisk_BackgroundImage {
        background-image: none !important;
        margin-top: 50px;
    }
    .highRiskCss {
        padding: 0 15px !important;
    }
}
@media (min-width:48rem) and (max-width:63.9rem) {
    .newwithflusubContent {
        font-size: 18px;
        line-height: 24px;
    }
    .headSection h3 {
        font-size: 20px;
        line-height: 24px;
        color: #fff;
    }
    .headSection p {
        font-size: 16px;
        line-height: 20px;
        padding-top: 10px;
    }
    .headSection a {
        font-size: 18px;
        line-height: 26px;
    }
    .readmorecontent {
        font-size: 12px;
        line-height: 21px;
    }
    .FooterBanner_BackgroundImage {
        background-image: none !important;
    }
}
@media screen and (max-width:47.99rem) {
    .newwithflusubContent {
        font-size: 16px;
        line-height: 22px;
    }
    .newwithflueCss h2 {
        font-size: 32px;
        line-height: 34px;
        margin: 0 25px;
    }
    .newwithflueCss p {
        font-size: 16px;
        line-height: 22px;
        padding: 20px 0;
    }
    .whatsnewboxcss {
        margin-top: 10px;
    }
    .headSection h3 {
        font-size: 22px;
        line-height: 26px;
    }
    .headSection p {
        font-size: 16px;
        line-height: 20px;
        padding-top: 10px;
    }
    .headSection a {
        font-size: 18px;
        line-height: 26px;
    }
    .readmorecontent {
        font-size: 12px;
        line-height: 21px;
    }
    .mainstatisticWrapper .statisticItem {
        flex-basis: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .FooterBanner_BackgroundImage {
        background-image: none !important;
    }
    .newwithflueCss {
        padding: 0 15px !important;
    }
    .allreferencesdiv {
        margin-top: 70px;
    }
}
@media (min-width:64rem) and (max-width:71.25rem) {
    .FooterBanner_BackgroundImage {
        background-position: -10px 525px;
    }
    .headSection h3 {
        font-size: 29px;
        line-height: 35px;
    }
    .headSection p {
        font-size: 26px;
        line-height: 32px;
    }
}
@media (min-width:1023px) and (max-width:1023.9px) {
    .FooterBanner_BackgroundImage {
        background-position: -10px 525px;
    }
    .headSection h3 {
        font-size: 29px;
        line-height: 35px;
    }
    .headSection p {
        font-size: 26px;
        line-height: 32px;
    }
}
@media (min-width:48rem) and (max-width:63.9rem) {
    summary {
        font-size: 18px;
        line-height: 24px;
        margin-left: 5px !important;
    }
    .allreferencescontent {
        font-size: 13px;
        line-height: 20px;
        padding: 10px 0 !important;
    }
    .mainDivallref .component-content div ul.items li.item div.toggle-header div.label div.component.content {
        padding: 0 !important;
    }
    .allreferencescontent p {
        font-size: 13px;
        line-height: 20px;
    }
}
@media screen and (max-width:47.99rem) {
    summary {
        font-size: 18px;
        line-height: 24px;
        margin-left: 0 !important;
    }
    .allreferencescontent {
        font-size: 12px;
        line-height: 17px;
        padding: 10px 0 !important;
    }
    .accordion .component-content div ul.items li.item div.toggle-header div.label div.component.content div.field-heading.referencesexpand:after {
        font-size: 28px;
        top: -5%;
        right: -14px;
        width: 30px;
    }
    .mainDivallref .component-content div ul.items li.item div.toggle-header div.label div.component.content {
        padding: 0 !important;
    }
    .allreferencescontent p {
        font-size: 12px;
        line-height: 17px;
    }
}
@media (min-width:64rem) and (max-width:71.25rem) {
    .footer_logo_margin {
        margin-top: 35px;
        text-align: right;
    }
    footer .link-list>.component-content ul li:last-child .field-link span {
        margin-right: 5px;
    }
    footer .link-list>.component-content ul li:last-child .field-link a {
        margin-right: 10px;
    }
}
@media (min-width:48rem) and (max-width:63.9rem) {
    footer .link-list>.component-content ul li .field-link a, footer .link-list>.component-content ul li .field-link span {
        font-size: 15px !important;
        line-height: 21px !important;
        margin-right: 15px;
    }
    footer .link-list>.component-content ul li:last-child .field-link span {
        margin-right: 5px;
    }
    footer .link-list>.component-content ul li:last-child .field-link a {
        margin-right: 0;
    }
    .footer_content {
        font-size: 12px;
        line-height: 20px;
    }
    .footer_logo_margin img {
        width: 100%;
        aspect-ratio: auto;
        height: auto;
    }
    .content_margin {
        margin-right: -12px;
    }
    .footer_logo_margin {
        margin-top: 35px;
        text-align: right;
    }
    .footer_text_margin {
        margin-top: -18px;
        margin-left: 14px;
    }
    .footer_margin {
        margin-left: 14px;
    }
    .footer_content {
        padding-right: 2px;
    }
}
@media (min-width:23.435rem) and (max-width:47.99rem) {
    footer {
        margin-bottom: 60px;
    }
    footer .link-list>.component-content ul li .field-link a, footer .link-list>.component-content ul li .field-link span {
        font-size: 20px !important;
        line-height: 24px !important;
        margin-right: 0;
        font-weight: 600;
    }
    footer .link-list>.component-content ul li {
        display: block;
    }
    footer .link-list>.component-content ul li:last-child .field-link a {
        margin-right: 0;
    }
    .footer_padding {
        margin-left: 0;
    }
    .footer_content {
        font-size: 12px;
        line-height: 17px;
    }
    .link-list>.component-content ul li a {
        padding: 0;
    }
    .image_display {
        display: flex;
    }
    .img_size {
        max-width: 90% !important;
    }
    .horizontal_bar_top {
        border-top: 2px solid #e31113;
        margin-top: 26px;
    }
    .footer_logo_margin {
        margin-top: 35px;
        text-align: left;
    }
    .footer-link-list {
        padding: 0 15px;
    }
    .footer_content {
        padding-right: 15px;
    }
    .footer_text_margin {
        margin-top: -18px;
        margin-left: 0;
    }
}
@media screen and (min-width:79.938rem) {
    .content_margin {
        margin-right: -30px;
    }
}
@media (min-width:48rem) and (max-width:63.9rem) {
    header {
        padding-top: 0;
    }
}
@media screen and (max-width:47.99rem) {
    header {
        padding-top: 20px;
    }
}
@media (min-width:48rem) and (max-width:63.9rem) {
    header {
        background-size: 100%;
        background-position: right 80px;
    }
}
@media screen and (max-width:47.99rem) {
    header {
        background-size: 170%;
        height: 100%;
        background-position: right 307px;
    }
    .tabletviewtopmargin a img {
        padding-top: 7px;
    }
}
@media screen and (max-width:47.99rem) {
    .accordion .component-content div ul.items li.item div.toggle-header div.label div.component.content div.field-heading {
        color: #e31113 !important;
        font-size: 20px !important;
        margin: 0 !important;
        line-height: 22px !important;
        padding-right: 80px !important;
        font-weight: 900 !important;
    }
}
@media (min-width:48rem) and (max-width:63.9rem) {
    .accordion .component-content div ul.items li.item div.toggle-header div.label div.component.content div.field-heading {
        color: #e31113 !important;
        font-size: 23px !important;
        line-height: 29px !important;
        font-weight: 900 !important;
    }
    .flutable table tr th {
        font-size: 20px;
    }
    .flutable table tbody td {
        font-size: 15px;
    }
}
@media (min-width:23.435rem) and (max-width:47.99rem) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    header>.container {
        padding: 0;
    }
    header>.container>.row>.container {
        padding: 0;
    }
    header>.container>.row>.container>.component-content {
        padding: 0 15px;
    }
    .accordion, .content-block, .customContainer, .high-risk, .mainDivallref {
        max-width: 100%;
        margin: auto;
    }
}
@media screen and (min-width:79.938rem) {
    .accordion, .content-block, .customContainer, .high-risk, .mainDivallref .stillMenu {
        max-width: 90%;
        margin: auto;
    }
    .flu-statisticssection {
        width: 65%;
        margin: auto;
    }
}
@media (min-width:71.313rem) and (max-width:79.938rem) {
    .accordion, .content-block, .customContainer, .high-risk, .mainDivallref .stillMenu {
        max-width: 90%;
        margin: auto;
    }
    .flu-statisticssection {
        width: 65%;
        margin: auto;
    }
}
@media (min-width:64rem) and (max-width:71.25rem) {
    .accordion, .content-block, .customContainer, .high-risk, .mainDivallref .stillMenu {
        max-width: 90%;
        margin: auto;
    }
    .flu-statisticssection {
        width: 65%;
        margin: auto;
    }
}
@media (min-width:48rem) and (max-width:63.9rem) {
    .accordion, .content-block, .customContainer, .high-risk, .mainDivallref .stillMenu {
        max-width: 90%;
        margin: auto;
    }
}
@media (min-width:1023px) and (max-width:1023.9px) {
    .accordion, .content-block, .customContainer, .high-risk, .mainDivallref .stillMenu {
        max-width: 90%;
        margin: auto;
    }
    .flu-statisticssection {
        width: 65%;
        margin: auto;
    }
}
@media screen and (min-width:80.063rem) {
    .accordion, .content-block, .customContainer, .high-risk, .mainDivallref .stillMenu {
        max-width: 1280px;
        margin: auto;
    }
    .HighRisk_BackgroundImage, .VaccineTechnologyImage, .bannerImage {
        max-width: 1280px;
        margin: auto;
    }
    .FooterBanner_BackgroundImage {
        max-width: 1280px;
        margin: auto;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: -55px 575px;
    }
    .flu-statisticssection {
        width: 1000px;
        margin: auto;
    }
    .VaccineTechnologyImage>.component-content>.row {
        display: block;
    }
	.bannerImage {
		background-position: right 95px;
		height: 700px;
	}
	.influenza-fr .bannerImage {
		background-position: 95px 95px;
		height: 650px;
	}
}
@media screen and (min-width:79.938rem) {
    header .link-list>.component-content ul li {
        margin-right: 30px;
    }
    header .influenza-fr .link-list>.component-content ul li {
        margin-right: 25px;
    }
    footer .link-list>.component-content ul li:last-child .field-link a {
        margin-right: 10px;
    }
}
@media screen and (min-width:80.063rem) {
    header .link-list>.component-content ul li {
        font-size: 40px;
    }
    .influenza-fr header .link-list>.component-content ul li {
        margin-right: 25px;
    }
    footer .link-list>.component-content ul li:last-child .field-link a {
        margin-right: 10px;
    }
    .menumargin {
        padding-right: 15px;
    }
    #onetrust-banner-sdk .ot-sdk-container {
        width: 1280px !important;
        margin: auto !important;
    }
}
@media screen and (min-width:1281px) {
    header .image {
        padding: 40px 15px 15px 15px;
    }
    #onetrust-consent-sdk #onetrust-banner-sdk {
        background-color: #f1efea;
        width: 1280px !important;
        margin: auto !important;
    }
}
@media only screen and (min-width:1440px) {
    footer .link-list>.component-content ul li:last-child .field-link a {
        margin-right: 10px;
    }
    .influenza-fr footer .link-list>.component-content ul li:last-child .field-link a {
        margin-right: 0;
    }
    header .image {
        padding: 40px 15px 15px 15px;
    }
}
@media (min-width:48rem) and (max-width:63.9rem) {
    .termsofusepage .termsofusepageHeading {
        font-size: 38px;
        line-height: 47px;
    }
    .termsofusepage .termsofusepageContent .contentHeading {
        font-size: 23px;
        line-height: 29px;
    }
    .termsofusepage .termsofusepageContent .contentDescription {
        font-size: 18px;
        line-height: 24px;
    }
    .termsofusepage .termsofusepageContent ul li {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (min-width:23.435rem) and (max-width:47.99rem) {
    .termsofusepage .termsofusepageHeading {
        font-size: 32px;
        line-height: 34px;
    }
    .termsofusepage .termsofusepageContent .contentHeading {
        font-size: 20px;
        line-height: 22px;
    }
    .termsofusepage .termsofusepageContent .contentDescription {
        font-size: 16px;
        line-height: 22px;
    }
    .termsofusepage .termsofusepageContent ul li {
        font-size: 16px;
        line-height: 22px;
    }
}
@media screen and (min-width:80.063rem) {
    .influenza-fr .link-list>.component-content ul li a {
        font-size: 14px;
    }
    .influenza-fr .link-list>.component-content ul li {
        margin-right: 15px;
    }
}
@media screen and (min-width:79.938rem) {
    .influenza-fr .link-list>.component-content ul li a {
        font-size: 13px;
    }
    .influenza-fr .link-list>.component-content ul li {
        margin-right: 15px;
    }
}
@media (min-width:64rem) and (max-width:71.25rem) {
    .QandAsectioncss .faqTitle {
        margin-bottom: 30px;
    }
    .influenza-fr .vaccineTechCss .heading h1 {
        font-size: 43px;
    }
    .influenza-fr .mainsection h2 {
        font-size: 44px;
    }
    .influenza-fr header .MainContentcss h1 {
        font-size: 54px;
        line-height: 52px;
        margin-bottom: 20px;
    }
    .influenza-fr .bannerImage {
        height: 500px;
    }
    .influenza-fr .caretalign {
        margin-left: 115px;
    }
    .influenza-fr .FooterBanner_BackgroundImage {
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: -10px 580px;
    }
    .influenza-fr .headSection p {
        font-size: 22px;
        line-height: 32px;
    }
    .influenza-fr .MainContentcss p {
        font-size: 16px;
    }
    .influenza-fr .box h3 {
        font-size: 26px;
        line-height: 40px;
    }
    .influenza-fr .box p {
        font-size: 18px;
        line-height: 22px;
    }
    .influenza-fr .box p span {
        font-size: 15px;
    }
    .influenza-fr .box {
        min-height: 210px;
    }
    .influenza-fr .contact-us {
        padding: 0 13px;
        margin: 15px 0 20px 0;
    }
    .influenza-fr .contactustext a {
        font-size: 15px;
    }
    .influenza-fr .menumargin {
        padding-right: 15px;
    }
    .influenza-fr .mainsection .descriptiveTable h2 {
        font-size: 40px;
        line-height: 46px;
    }
    .influenza-fr .link-list>.component-content ul li a {
        font-size: 10px;
    }
    .influenza-fr .riskDetailstitle {
        font-size: 13px;
        font-weight: 600;
        line-height: 22px;
        text-align: center;
    }
    .influenza-fr .riskDetailssubcontent {
        font-size: 12px;
        line-height: 18px;
    }
    .influenza-fr .flutable table tr th {
        color: #fff;
        font-size: 22px;
    }
    .influenza-fr footer .link-list>.component-content ul li .field-link a, .influenza-fr footer .link-list>.component-content ul li .field-link span {
        font-size: 14px !important;
        margin-right: 8px;
    }
    .influenza-fr footer .link-list>.component-content ul li:last-child .field-link span {
        margin-right: 5px;
    }
    .influenza-fr footer .link-list>.component-content ul li:last-child .field-link a {
        margin-right: 10px;
    }
}
@media (min-width:1023px) and (max-width:1023.9px) {
    .influenza-fr .vaccineTechCss .heading h1 {
        font-size: 50px;
    }
    .influenza-fr .mainsection h2 {
        font-size: 44px;
    }
    .influenza-fr .bannerImage {
        height: 500px;
    }
    .influenza-fr .caretalign {
        margin-left: 115px;
    }
    .influenza-fr .FooterBanner_BackgroundImage {
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: -10px 530px;
    }
    .influenza-fr .headSection p {
        font-size: 22px;
        line-height: 32px;
    }
    .influenza-fr .MainContentcss p {
        font-size: 16px;
    }
    .influenza-fr .box h3 {
        font-size: 26px;
        line-height: 40px;
    }
    .influenza-fr .box p {
        font-size: 18px;
        line-height: 22px;
    }
    .influenza-fr .box p span {
        font-size: 15px;
    }
    .influenza-fr .box {
        min-height: 225px;
    }
    .influenza-fr .contact-us {
        padding: 0 13px;
        margin: 15px 0 20px 0;
    }
    .influenza-fr .contactustext a {
        font-size: 15px;
    }
    .influenza-fr .menumargin {
        padding-right: 5px;
    }
    .influenza-fr .link-list>.component-content ul li a {
        font-size: 10px;
    }
    .influenza-fr .riskDetailstitle {
        font-size: 13px;
        font-weight: 600;
        line-height: 22px;
        text-align: center;
    }
    .influenza-fr .riskDetailssubcontent {
        font-size: 12px;
        line-height: 18px;
    }
    .influenza-fr .flutable table tr th {
        color: #fff;
        font-size: 22px;
    }
    .influenza-fr footer .link-list>.component-content ul li .field-link a, .influenza-fr footer .link-list>.component-content ul li .field-link span {
        font-size: 14px !important;
    }
    .influenza-fr footer .link-list>.component-content ul li:last-child .field-link span {
        margin-right: 5px;
    }
    .QandAsectioncss .faqTitle {
        margin-bottom: 30px;
    }
}
@media (min-width:48rem) and (max-width:63.9rem) {
    .influenza-fr .vaccineTechCss .heading h1 {
        font-size: 32px;
        line-height: 36px;
    }
    .influenza-fr .MainContentcss h1 {
        font-size: 38px;
        line-height: 40px;
    }
    .flu-statisticssection {
        width: 90%;
    }
    .influenza-fr .mainsection .descriptiveTable h2 {
        font-size: 38px;
        line-height: 42px;
        margin-right: 110px;
    }
    .influenza-fr .vaccineTechCss .heading p {
        font-size: 23px;
        line-height: 27px;
    }
    .influenza-fr .highriskcontaint {
        font-size: 15px;
        line-height: 24px;
    }
    .influenza-fr .riskDetailstitle {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        text-align: center;
    }
    .influenza-fr footer .link-list>.component-content ul li .field-link a, .influenza-fr footer .link-list>.component-content ul li .field-link span {
        font-size: 10px !important;
        line-height: 22px !important;
        color: #303030 !important;
        margin-right: 4px;
        font-weight: 600;
    }
    .influenza-fr .bannerImage {
        background-size: 100%;
        background-position: 70px 100px;
        height: 450px;
    }
    .influenza-fr .MainContentcss {
        margin-top: 25px;
        margin-left: 0;
    }
    .influenza-fr .MainContentcss p {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        font-family: "Sintony Regular";
    }
    .influenza-fr .scrolldawnbutton a, i {
        font-size: 17px;
    }
    .influenza-fr .caretalign {
        margin-left: 130px;
    }
    .influenza-fr .statisticsHeading h2 {
        margin-top: 20px;
    }
    .influenza-fr .box h3 {
        font-size: 25px;
        line-height: 32px;
        margin: 4px 5px;
        font-weight: 700;
    }
    .influenza-fr .box p {
        font-size: 18px;
        line-height: 23px;
        margin-top: 0;
        font-weight: 600;
    }
    .influenza-fr .box p.flu_content {
        font-size: 15px;
        line-height: 21px;
    }
    .influenza-fr .box {
        min-height: 185px;
    }
}
@media (min-width:23.435rem) and (max-width:47.99rem) {
    .influenza-fr footer .link-list>.component-content ul li .field-link a {
        margin-right: 0;
    }
    .influenza-fr .MainContentcss h1 {
        font-size: 38px;
        line-height: 38px;
    }
    .influenza-fr .MainContentcss h2 {
        font-size: 16px;
        line-height: 22px;
    }
    .influenza-fr .MainContentcss p {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        font-family: "Sintony Regular";
    }
    .influenza-fr .bannerImage {
        height: 100%;
        background-position: right 250px;
        background-size: 160%;
    }
    .influenza-fr .scrolldawnbutton {
        margin-top: 80px;
        margin-left: 8px;
    }
    .influenza-fr .caretalign {
        margin-left: 135px;
    }
    .influenza-fr .scrolldawnbutton a, i {
        font-size: 17px;
    }
    .influenza-fr .mainsection .statisticsHeading h2 {
        font-size: 21px;
        line-height: 54px;
    }
    .influenza-fr .VaccineTechnologyImage {
        background-size: 200%;
        background-repeat: no-repeat;
        background-position: right top;
        height: 100%;
        margin-top: 70px;
    }
    .influenza-fr .highRiskCss .component-content {
        margin-top: 30px;
    }
    .influenza-fr .influenza-fr .box h3 {
        font-size: 25px;
        line-height: 33px;
    }
    .influenza-fr .box p.flu_content {
        font-size: 20px;
        line-height: 23px;
    }
    .influenza-fr .box p {
        font-size: 20px;
        line-height: 23px;
    }
    .influenza-fr .box {
        min-height: 200px;
    }
    .influenza-fr .vaccineTechCss .heading h1 {
        font-size: 32px;
        line-height: 34px;
        width: 55%;
    }
    .influenza-fr .mainsection .descriptiveTable h2 {
        font-size: 32px;
        line-height: 34px;
        width: 70%;
    }
}
@media (min-width:1023px) and (max-width:1023.9px) {
    .influenza-fr .vaccineTechCss .heading h1 {
        font-size: 43px;
    }
}
@media (min-width:64rem) and (max-width:71.25rem) {
    .cookie-policy-desc p {
        font-size: 20px;
        line-height: 24px;
    }
    #ot-sdk-cookie-policy h3 {
        font-size: 26px !important;
    }
    .ot-sdk-cookie-policy #cookie-policy-description {
        font-size: 20px !important;
        font-weight: 400 !important;
        line-height: 24px !important;
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 24px !important;
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc {
        font-size: 20px !important;
        font-weight: 400 !important;
        line-height: 24px !important;
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header {
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 19px !important;
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td {
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 16px !important;
    }
    #ot-sdk-btn.optanon-show-settings, #ot-sdk-btn.ot-sdk-show-settings {
        font-size: 19px !important;
    }
}
@media (min-width:1023px) and (max-width:1023.9px) {
    .cookie-policy-desc p {
        font-size: 20px;
        line-height: 24px;
    }
    #ot-sdk-cookie-policy h3 {
        font-size: 26px !important;
    }
    .ot-sdk-cookie-policy #cookie-policy-description {
        font-size: 20px !important;
        font-weight: 400 !important;
        line-height: 24px !important;
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 24px !important;
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc {
        font-size: 20px !important;
        font-weight: 400 !important;
        line-height: 24px !important;
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header {
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 19px !important;
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td {
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 16px !important;
    }
    #ot-sdk-btn.optanon-show-settings, #ot-sdk-btn.ot-sdk-show-settings {
        font-size: 19px !important;
    }
}
@media (min-width:48rem) and (max-width:63.9rem) {
    .headerHeightRemove #wrapper header {
        height: inherit;
    }
    .cookie-policy-desc p {
        font-size: 18px;
        line-height: 24px;
    }
    #ot-sdk-cookie-policy h3 {
        font-size: 23px !important;
    }
    .ot-sdk-cookie-policy #cookie-policy-description {
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 24px !important;
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 24px !important;
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc {
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 24px !important;
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header {
        font-size: 15px !important;
        font-weight: 700 !important;
        line-height: 19px !important;
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td {
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 16px !important;
    }
    #ot-sdk-btn.optanon-show-settings, #ot-sdk-btn.ot-sdk-show-settings {
        font-size: 16px !important;
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title {
        font-size: 23px !important;
    }
}
@media screen and (max-width:47.99rem) {
    .cookie-policy-desc p {
        font-size: 16px;
        line-height: 22px;
    }
    .ot-sdk-cookie-policy #cookie-policy-description {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    #ot-sdk-btn.optanon-show-settings, #ot-sdk-btn.ot-sdk-show-settings {
        font-size: 16px !important;
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td {
        font-size: 16px !important;
        line-height: 24px !important;
        color: #303030 !important;
    }
    #onetrust-banner-sdk .ot-sdk-container, #onetrust-pc-sdk .ot-sdk-container, #ot-sdk-cookie-policy .ot-sdk-container {
        padding: 0 !important;
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title {
        font-size: 20px !important;
        line-height: 22px !important;
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    #onetrust-pc-sdk #ot-pc-title {
        font-size: 21px !important;
        line-height: 27px !important;
    }
    #onetrust-pc-sdk #ot-pc-desc {
        font-size: 11px !important;
        line-height: 16px !important;
    }
    #onetrust-pc-sdk h3 {
        font-size: 21px !important;
        line-height: 27px !important;
    }
    #onetrust-consent-sdk #onetrust-pc-sdk h4 {
        font-size: 13px !important;
        line-height: 20px !important;
    }
    #onetrust-pc-sdk .ot-cat-grp .ot-always-active {
        font-size: 13px !important;
        line-height: 20px !important;
    }
    #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc {
        font-size: 12px !important;
        line-height: 16px !important;
    }
    #onetrust-pc-sdk .ot-pc-refuse-all-handler {
        border-radius: 27px !important;
        font-size: 18px !important;
        font-weight: 600 !important;
    }
    #onetrust-pc-sdk .save-preference-btn-handler {
        border-radius: 27px !important;
        font-size: 18px !important;
        font-weight: 600 !important;
    }
    #onetrust-pc-sdk.ot-ftr-stacked .ot-pc-footer button {
        width: 80% !important;
    }
    #onetrust-pc-sdk .ot-pc-footer {
        right: 30px !important;
    }
    #onetrust-pc-sdk .ot-pc-refuse-all-handler {
        margin-right: 0 !important;
    }
    #onetrust-pc-sdk .save-preference-btn-handler {
        margin-right: 0 !important;
    }
}
@media (min-width:400px) {
    #ot-sdk-cookie-policy .ot-sdk-container {
        width: 100% !important;
    }
}
@media (min-width:48rem) and (max-width:63.9rem) {
    .PageTitle h1 {
        font-size: 38px;
        line-height: 47px;
    }
}
@media (min-width:23.435rem) and (max-width:47.99rem) {
    .PageTitle h1 {
        font-size: 32px;
        line-height: 34px;
    }
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@media only screen and (min-width:381px) and (max-width:959px) {
    .boxed {
        padding: 10px;
    }
}
@media only screen and (max-width:380px) {
    .boxed {
        padding: 10px;
    }
}
@media only screen and (max-width:786px) {
    .parallax-background>.component-content {
        background-attachment: scroll;
    }
}
