@font-face {
    font-family: 'Borgia Pro';
    src: url('../fonts/BorgiaPro-Regular.woff2') format('woff2'),
    url('../fonts/BorgiaPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Borgia Pro';
    src: url('../fonts/BorgiaPro-Italic.woff2') format('woff2'),
    url('../fonts/BorgiaPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Borgia Pro';
    src: url('../fonts/BorgiaPro-Bold.woff2') format('woff2'),
    url('../fonts/BorgiaPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Borgia Pro';
    src: url('../fonts/BorgiaPro-BoldItalic.woff2') format('woff2'),
    url('../fonts/BorgiaPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Regular.woff2') format('woff2'),
    url('../fonts/SourceSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-It.woff2') format('woff2'),
    url('../fonts/SourceSansPro-It.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Semibold.woff2') format('woff2'),
    url('../fonts/SourceSansPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-SemiboldIt.woff2') format('woff2'),
    url('../fonts/SourceSansPro-SemiboldIt.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Bold.woff2') format('woff2'),
    url('../fonts/SourceSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-BoldIt.woff2') format('woff2'),
    url('../fonts/SourceSansPro-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
/* Master layout */
/************************************************************
Global styles */

/* Partial CSS Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

:focus {
    outline: none;
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
td {
    vertical-align: top;
}
/* End Reset */

body {
    font: 18px/1.54 'Source Sans Pro', sans-serif;
    color: #2C2C2C;
}

/* Links */
a {
   color: inherit; 
}
a,
input[type="submit"] {
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.3s ease 0s; 
    transition: all 0.3s ease 0s;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}
a[href^="tel:"] {
    color: inherit;
}
a img {
    border: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
img {
    max-width: 100%;
}

/* Form elements */
input[type=text] {

}
label i {
    margin-left: 2px;
    vertical-align: text-bottom !important;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active { /* Fix input background with autocomplete */
    transition: background-color 5000s ease-in-out 0s;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active {
    -webkit-text-fill-color: #2C2C2C;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input[type=text],
input[type=email],
input[type=search],
input[type=password] {
    font-family: 'Source Sans Pro', sans-serif;
}
input[type="submit"] {
    cursor: pointer;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
    padding: 0;
    border: none;
    line-height: 1;
}
textarea {
    resize: none;
    overflow: auto;
}
/* Select 2 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #2C2C2C;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: none;
    color: inherit;
}
.select2-container--default .select2-results__option:hover {
    background: #E1E2E3;
}
/* Default Placeholder styles */
::-webkit-input-placeholder {
/* WebKit browsers */
    color: #2C2C2C;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
    color: #2C2C2C;
    opacity: 1;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
    color: #2C2C2C;
    opacity: 1;
}
:-ms-input-placeholder {
/* Internet Explorer 10+ */
    color: #2C2C2C;
    opacity: 1;
}
/* Default Placeholder styles */
::-webkit-input-placeholder {
/* WebKit browsers */
    color: #2C2C2C;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
    color: #2C2C2C;
    opacity: 1;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
    color: #2C2C2C;
    opacity: 1;
}
:-ms-input-placeholder {
/* Internet Explorer 10+ */
    color: #2C2C2C;
    opacity: 1;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}
h1, h2,
.middle-text {
    font-family: 'Borgia Pro', serif;
    font-weight: bold;
    font-size: 46px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}
h2,
.middle-text  {
    line-height: 1.175;
}
h3 {
    font-family: 'Borgia Pro', serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase;
}
h5 {
   
}
h6 {
   
}
h1 + h4 {
    line-height: 1.2;
}
h1 span, h2 span,
h3 span,
.middle-text span {
    display: block;
    font-size: 32px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    letter-spacing: 2.2px;
    margin-bottom: 20px;
}
h1 span {
    letter-spacing: 0;
    color: #910029;
}
h2 span,
.middle-text span {
    font-size: 22px;
    margin-bottom: 10px;
}
h3 span {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.4px;
    margin-bottom: 0;
}
.large-text {
    font: 600 110px/0.9 'Borgia Pro', serif;
    text-transform: uppercase;
    letter-spacing: 2.75px;
}
.large-text span {
    display: block;
}
.large-text span:first-child {
    font: 600 32px/1.2 'Source Sans Pro', sans-serif;
    letter-spacing: 0.8px;
    margin-bottom: 35px;
}
.large-text span:last-child {
    font-size: 98px;
    text-transform: lowercase;
    letter-spacing: 2.45px;
}
.middle-text {
    margin-bottom: 40px;
}
/* Block-level */
address {
    font-style: inherit;
}
p {
    letter-spacing: 0.55px;
    margin-bottom: 35px;
}
p a {
    
}
p a:hover {
    color: inherit;
}
ul {
    list-style-type: none;
}
ol {
    list-style-position: inside;
}
strong {
    font-weight: bold;
}
sup {
    font-size: 6px;
}

/************************************************************
Generic Site Styles */
.flexbox {
    display: flex; 
    flex-wrap: wrap;
    align-items: stretch; 
    justify-content: flex-start;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    float: none !important;
}
.container {
    max-width: 1920px;
    margin: 0 auto;
}
.container {
    padding: 0 70px;
}
main .table.page,
.table.auto-height {
    height: auto;
}

.table.auto-width {
    width: auto;
}
.table.auto-all {
    height: auto;
    width: auto;
}
.row {
    display: table-row;
}
.cell {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none !important;
}

.padding {
    padding: 0px 15px;
}
.padding-left {
    padding-left: 15px;
}
.padding-right {
    padding-right: 15px;
}
.middle {
    vertical-align: middle;
}
.bottom {
    vertical-align: bottom;
}
.table-header-group {
    display: table-header-group;
}
.table-footer-group {
    display: table-footer-group;
}

/* Text alignment */
.align-left, .left {
    text-align: left !important;
}
.align-center, .center {
    text-align: center !important;
}
.align-right, .right {
    text-align: right !important;
}

/* Container class to make iFrames responsive */
.frame-contain {
    position: relative;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 */
                            /* 75% = 4:3 */
}
.frame-contain iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/************************************************************
Miscellaneous */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.relative {
    position: relative;
}
.full-size {
    width: 100%;
    height: 100%;
}

.on-top {
    position: relative;
    z-index: 1;
}

.hide {
    display: none !important;
}

.no-scroll {
    overflow: hidden;
}
.top-bar, .logo-wrapper, 
.header-wrapper, 
.nav-menu > li > a:before, 
.hamburger-btn span,
.hamburger-btn:after,
.hamburger-btn:before,
.sub-menu, .sub-ctrl, 
.slick-arrow, .btn,
.quiz-box-content,  
.quiz-box-top span, .quiz-box-top strong,
.tooltip-custom-box,
.btn-close-filter:hover i,
.btn-show-filter:hover i {
    -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
}
.side-panel,
.quick-link .relative {
    -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
}
.img-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.img-box .relative {
    z-index: 1;
}
.img-box:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(37, 44, 53, 0.45);
}
.btn {
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0.65px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    white-space: nowrap;
    color: #910029;
    border: 3px solid;
    text-align: center;
    padding: 18px 30px;

}
.btn:hover,
.btn.btn-light:hover,
.btn.btn-more:hover {
    background: #910029;
    border-color: #910029;
    color: #fff;
}
.btn.btn-light {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.btn.btn-filled {
    border-color: #910029;
    background: #910029;
    color: #fff;
}
.btn.btn-filled:hover {
    border-color: #252C35;
    background: #252C35;
}
.btn.btn-more {
    display: block;
    border-color: #252C35;
    background: #252C35;
    color: #fff;
    padding: 13px 30px;
}
.back-link:after {
    content: '\f060';
    font: 800 35px/1 Font Awesome\ 5 Pro;
    color: #910029;
}
/* List */
.content ul:not([class]) li {
    position: relative;
    padding-left: 17px;
}
.content ul:not([class]) li:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #444;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/* Tooltip */
.tooltip-custom-box {
    font-family: 'Source Sans Pro';
    font-size: 18px;
    line-height: 1.45;
    position: absolute;
    left: -2px;
    background: rgba(255, 255, 255, 0.9);
    color: #252C35;
    max-width: 356px;
    min-width: 356px;
    width: 100%;
    text-align: left;
    padding: 20px 20px 20px 30px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.19);
    opacity: 0;
    visibility: hidden;
    margin-top: 5px;
}
.tooltip-custom-box:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 15px 17px;
    border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
    position: absolute;
    top: -15px;
    left: 12px;
}
.tooltip-custom-box.arrow-right {
    left: auto;
    right: -2px;
}
.tooltip-custom-box.arrow-right:before {
    left: auto;
    right: 12px;
}
.tooltip-custom-box.tooltip-active {
    opacity: 1;
    visibility: visible;
}
/* Icons */
.icon {
    display: inline-block;
    vertical-align: top;
    height: 82px;
    margin-bottom: 20px;
}
.icon img {
    max-height: 100%;
    max-width: 100%;
}
i {
    font-style: normal;
}
i[class^=ico] {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Video */
.video-box {
    display: block;
    flex-grow: 1;
    height: 670px;
    background-size: cover;
    position: relative;
    cursor: pointer;
}
.video-box .img-box:after {
    background: rgba(255, 255, 255, 0.75);
}
.video-box > * {
    display: block;
    min-height: inherit;
}
.btn-play {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    z-index: 1;
}
.btn-play:after {
    color: #910029;
    opacity: 1;
}
/* Slick Slider */
.slick-initialized .slick-slide {
    z-index: 7 !important;
}
.slick-initialized .slick-slide.slick-active {
    z-index: 8 !important;
}
.slick-vertical .slick-slide {
    position: relative;
    border: none;
}
.slick-arrow {
    width: auto;
    height: auto;
    position: absolute;
    z-index: 9;
    color: #fff;
}
.slick-arrow:after {
    font: 800 35px/1 Font Awesome\ 5 Pro;
    display: block;
    width: 50px;
    height: 50px;
    border-bottom: none;
    border-right: none;
    position: relative;
    top: 8px;
}
.slick-arrow.slick-next {
    right: 55px;
}
.slick-arrow.slick-next:after {
    content: '\f061';
}
.slick-arrow.slick-prev {
    left: 55px;
}
.slick-arrow.slick-prev:after {
    content: '\f060';
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    bottom: 24px;
    height: 12px;
    line-height: 0;
    z-index: 9;
}
.slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 7px;
}
.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #e7e7e7;
}
.slick-dots li.slick-active button {
    background-color: #e7e7e7;
}
.slick-dots li button:before {
    content: none;
}
.slick-arrows-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
}
.slick-arrows-wrapper .slick-arrow {
    position: static;
    top: auto;
    transform: none;
    width: 130px;
    height: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid #fff;
}
.slick-arrows-wrapper .slick-arrow:hover {
    border-color: #252C35;
    background: #252C35;
    color: #fff;
}
.slick-arrows-wrapper .slick-arrow:hover + .slick-arrow {
    border-left-color: #252C35;
}
/* Toggle Content */
.toggle-box{
    margin-bottom: 12px;
}
.toggle-box:last-child{
    margin-bottom: 0;
}
.toggle-head{
    font-size: 25px;
    font-family: 'Borgia Pro';
    font-weight: bold;
    text-transform: uppercase;
    background: #E1E2E3;
    position: relative;
    padding: 18px 90px 14px 30px;
    cursor: pointer;
}
.toggle-ctrl{
    position: absolute;
    right: 30px;
    top: 33px;
    width: 22px;
    height: 22px;
}
.toggle-ctrl:before,
.toggle-ctrl:after{
    content: '';
    display: block;
    width: 22px;
    height: 3px;
    background: #2C2C2C;
    position: absolute;
    top: 0;
}
.toggle-ctrl:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.toggle-open .toggle-ctrl:after{
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.toggle-box.toggle-open .toggle-head span{
    max-width: 500px;
}
.toggle-content{
    display: none;
    position: relative;
    padding: 25px 35px 20px 35px;
}
.toggle-content p:last-child{
    margin-bottom: 0;
}

.listing-pagingation {
	display: flex;
}