body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
body {
	background: url('../img/darkdenim3.png') repeat 0 0 #555;
}
/* DatePicker Container */
.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	/*background: url('../img/dark_leather.png') repeat 0 0 #000;*/
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	/*text-shadow: 1px -1px 0px #000;*/
	/*filter: dropshadow(color=#000, offx=1, offy=-1);*/
	line-height: 30px;
	/*border-width: 1px 0 0 0;*/
	/*border-style: solid;*/
	/*border-color: #111;*/
}
.ui-datepicker-title {
	text-align: center;
    overflow: hidden;
}
.ui-datepicker-month, .ui-datepicker-year {
	width: 50%;
	display: block;
	float: left;
	border: none;
	padding: 8px 5px;
	color: black;
    font: 9pt Arial, sans-serif;
    font-weight: bold;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: none !important;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	/*background-image: url('../img/arrow.png');*/
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	/*background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );*/
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 7pt;
	padding: 5px 0;
	color: #666666;
	/*text-shadow: 1px 0px 0px #fff;*/
	/*filter: dropshadow(color=#fff, offx=1, offy=0);*/
}
.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #bbb;
    background: white;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	/*text-shadow: 1px 1px 0px #fff;*/
	/*filter: dropshadow(color=#fff, offx=1, offy=1);*/
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	/*background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);*/
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	/*-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);*/
	color: #F0F0F0;
	/*text-shadow: 0px 1px 0px #4d7a85;*/
	/*border: 1px solid #55838f;*/
	position: relative;
	/*margin: -1px;*/
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	/*width: 29px;*/
	/*margin-left: 0;*/
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	/*width: 29px;*/
	/*margin-right: 0;*/
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	/*height: 29px;*/
	/*margin-bottom: 0;*/
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*@import "bootstrap/print";*/
/*@import "bootstrap/glyphicons";*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #428bca;
  text-decoration: none;
}
a:hover, a:focus {
  /*    color: $link-hover-color;
      text-decoration: underline;*/
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9 ;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}

/*@import "bootstrap/type";*/
/*@import "bootstrap/code";*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

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

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

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

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

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

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

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

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

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

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

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1600px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }

  .col-xl-1 {
    width: 8.3333333333%;
  }

  .col-xl-2 {
    width: 16.6666666667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.3333333333%;
  }

  .col-xl-5 {
    width: 41.6666666667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.3333333333%;
  }

  .col-xl-8 {
    width: 66.6666666667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.3333333333%;
  }

  .col-xl-11 {
    width: 91.6666666667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-pull-1 {
    right: 8.3333333333%;
  }

  .col-xl-pull-2 {
    right: 16.6666666667%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-4 {
    right: 33.3333333333%;
  }

  .col-xl-pull-5 {
    right: 41.6666666667%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-7 {
    right: 58.3333333333%;
  }

  .col-xl-pull-8 {
    right: 66.6666666667%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-10 {
    right: 83.3333333333%;
  }

  .col-xl-pull-11 {
    right: 91.6666666667%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-push-1 {
    left: 8.3333333333%;
  }

  .col-xl-push-2 {
    left: 16.6666666667%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-4 {
    left: 33.3333333333%;
  }

  .col-xl-push-5 {
    left: 41.6666666667%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-7 {
    left: 58.3333333333%;
  }

  .col-xl-push-8 {
    left: 66.6666666667%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-10 {
    left: 83.3333333333%;
  }

  .col-xl-push-11 {
    left: 91.6666666667%;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-offset-0 {
    margin-left: 0%;
  }

  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
/*@import "bootstrap/tables";*/
/*@import "bootstrap/forms";*/
/*@import "bootstrap/buttons";*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

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

/*@import "bootstrap/dropdowns";*/
/*@import "bootstrap/button-groups";*/
/*@import "bootstrap/input-groups";*/
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/*@import "bootstrap/navbar";*/
/*@import "bootstrap/breadcrumbs";*/
/*@import "bootstrap/pagination";*/
/*@import "bootstrap/pager";*/
/*@import "bootstrap/labels";*/
/*@import "bootstrap/badges";*/
/*@import "bootstrap/jumbotron";*/
/*@import "bootstrap/thumbnails";*/
/*@import "bootstrap/alerts";*/
/*@import "bootstrap/progress-bars";*/
/*@import "bootstrap/media";*/
/*@import "bootstrap/list-group";*/
/*@import "bootstrap/panels";*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/*@import "bootstrap/wells";*/
/*@import "bootstrap/close";*/
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/*@import "bootstrap/carousel";*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

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

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xl {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

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

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

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

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

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

@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1600px) {
  .visible-xl {
    display: block !important;
  }

  table.visible-xl {
    display: table;
  }

  tr.visible-xl {
    display: table-row !important;
  }

  th.visible-xl,
td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1600px) {
  .visible-xl-block {
    display: block !important;
  }
}

@media (min-width: 1600px) {
  .visible-xl-inline {
    display: inline !important;
  }
}

@media (min-width: 1600px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .hidden-xl {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

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

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*------------------------------------*\
    BASE
\*------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "GothamBook";
  src: url("../../fonts/Gotham-Book.eot");
  src: url("../../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../../fonts/Gotham-Book.woff") format("woff"), url("../../fonts/Gotham-Book.ttf") format("truetype"), url("../../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
}
@font-face {
  font-weight: 300;
  font-style: normal;
  font-family: "GothamLight";
  src: url("../../fonts/Gotham-Light.eot");
  src: url("../../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Gotham-Light.woff") format("woff"), url("../../fonts/Gotham-Light.ttf") format("truetype"), url("../../fonts/Gotham-Light.svg#Gotham-Light") format("svg");
}
@font-face {
  font-weight: bold;
  font-style: normal;
  font-family: "GothamBold";
  src: url("../../fonts/Gotham-Bold.eot");
  src: url("../../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Gotham-Bold.woff") format("woff"), url("../../fonts/Gotham-Bold.ttf") format("truetype"), url("../../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
}
@font-face {
  font-weight: 500;
  font-style: normal;
  font-family: "GothamMedium";
  src: url("../../fonts/Gotham-Medium.eot");
  src: url("../../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/Gotham-Medium.woff") format("woff"), url("../../fonts/Gotham-Medium.ttf") format("truetype"), url("../../fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
}
#tbclient {
  display: block;
}

body,
html {
  height: 100%;
}

body {
  background: white;
  color: #211e1f;
}

#wrapper {
  position: relative;
  margin: 0 auto;
  min-height: 100%;
}

.overflow {
  overflow: hidden;
}

.vmiddle {
  position: relative;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.underline {
  text-decoration: underline;
}

.tx-left {
  text-align: left;
}

.tx-center {
  text-align: center;
}

.tx-right {
  text-align: right;
}

input,
select {
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

* {
  outline: none !important;
}

.clearfix {
  clear: both;
}

@media only screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container .container {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .container .container {
    max-width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .container .container {
    max-width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .container .container {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1600px) {
  .container--bigger {
    max-width: 1520px;
    width: auto;
  }
}

.row-xs-eqheight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.row-xs-eqheight > div {
  min-height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .row-sm-eqheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .row-sm-eqheight > div {
    min-height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .row-md-eqheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .row-md-eqheight > div {
    min-height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) {
  .row-lg-eqheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .row-lg-eqheight > div {
    min-height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1600px) {
  .row-xl-eqheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .row-xl-eqheight > div {
    min-height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
_:-webkit-full-screen:not(:root:root),
.row-xs-eqheight {
  height: auto;
}

_:-webkit-full-screen:not(:root:root),
.row-xs-eqheight > div {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  _:-webkit-full-screen:not(:root:root),
.row-sm-eqheight {
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  _:-webkit-full-screen:not(:root:root),
.row-sm-eqheight > div {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}

@media only screen and (min-width: 992px) {
  _:-webkit-full-screen:not(:root:root),
.row-md-eqheight {
    height: auto;
  }
}

@media only screen and (min-width: 992px) {
  _:-webkit-full-screen:not(:root:root),
.row-md-eqheight > div {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  _:-webkit-full-screen:not(:root:root),
.row-lg-eqheight {
    height: auto;
  }
}

@media only screen and (min-width: 1200px) {
  _:-webkit-full-screen:not(:root:root),
.row-lg-eqheight > div {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}

@media only screen and (min-width: 1600px) {
  _:-webkit-full-screen:not(:root:root),
.row-xl-eqheight {
    height: auto;
  }
}

@media only screen and (min-width: 1600px) {
  _:-webkit-full-screen:not(:root:root),
.row-xl-eqheight > div {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}

.row-xs-default {
  display: initial;
}

@media only screen and (min-width: 768px) {
  .row-sm-default {
    display: initial;
  }
}

@media only screen and (min-width: 992px) {
  .row-md-default {
    display: initial;
  }
}

@media only screen and (min-width: 1200px) {
  .row-lg-default {
    display: initial;
  }
}

@media only screen and (min-width: 1600px) {
  .row-xl-default {
    display: initial;
  }
}

@media only screen and (max-width: 767px) {
  .row-xs-buffer {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-sm-buffer {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row-md-buffer {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row-lg-buffer {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: only-xl) {
  .row-xl-buffer {
    margin-bottom: 30px;
  }
}

.row--nopadding {
  margin: 0;
}
.row--nopadding > div[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.row--small {
  margin: 0 -7px;
}
.row--small > div[class*=col-] {
  padding-right: 7px;
  padding-left: 7px;
}
.row--vcenter > div[class*=col-] {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.row--vbottom > div[class*=col-] {
  display: inline-block;
  float: none;
  vertical-align: bottom;
}

.icon--invert {
  display: inline-block;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.panel-heading > * {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.table {
  display: table;
  width: 100%;
}
.table__row {
  display: table-row;
}
.table__cell {
  display: table-cell;
  vertical-align: top;
}

.site-logo {
  display: block;
  margin: 0 auto;
}
.site-logo img {
  display: block;
  width: 100%;
}
.site-logo__img--aacta-connect {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.pac-container {
  z-index: 10000 !important;
}
.pac-container:after {
  content: none;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

/*------------------------------------*\
    ESSENTIALS
\*------------------------------------*/
.website-alerts {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 9999;
}
.website-alerts.affix, .website-alerts.affix-bottom {
  position: fixed;
  top: 0;
}
@media only screen and (min-width: 992px) {
  .website-alerts.affix, .website-alerts.affix-bottom {
    top: 0 !important;
  }
}
.website-alerts__alert {
  position: relative;
  display: none;
  background: #76b180;
  color: white;
  text-align: center;
}
.website-alerts__alert .container {
  position: relative;
}
.website-alerts__alert--primary {
  background: #337ab7;
}
.website-alerts__alert--info {
  background: #5bc0de;
}
.website-alerts__alert--success {
  background: #5cb85c;
}
.website-alerts__alert--warning {
  background: #f0ad4e;
}
.website-alerts__alert--error {
  background: #a40000;
}
.website-alerts__close {
  position: absolute;
  top: 22px;
  right: 15px;
  color: white;
  font-size: 1em;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .website-alerts__close {
    transition: 0.2s 0s;
  }
  .website-alerts__close:hover, .website-alerts__close:focus {
    opacity: 0.6;
  }
}
.website-alerts__message {
  padding: 15px 40px 15px 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 140%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .website-alerts__message {
    padding: 20px 30px;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.website-alerts__message a {
  border-bottom: 1px solid;
  color: inherit;
}

.body-backdrop {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  background-color: black;
  content: "";
  opacity: 0;
  transition: 0.3s 0s opacity, 0s 0.3s top;
}
@media only screen and (min-width: 992px) {
  .body-backdrop {
    z-index: 100;
  }
}

@media only screen and (min-width: 992px) {
  .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.text-box {
  text-transform: none;
}
@media only screen and (max-width: 991px) {
  .text-box {
    overflow-x: auto;
  }
}
.text-box .heading {
  margin: 0 0 20px;
  padding-top: 10px;
}
@media only screen and (min-width: 992px) {
  .text-box .heading {
    margin: 0 0 30px;
  }
}
.text-box .heading:first-child {
  padding-top: 0;
}
.text-box .heading:last-child {
  margin-bottom: 0;
}
.text-box iframe {
  margin: 0 0 30px;
}
.text-box img {
  display: block;
  margin: 0 auto;
  padding: 10px 0 20px;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.text-box img.leftAlone {
  margin-right: auto;
  margin-left: 0;
}
.text-box img.rightAlone {
  margin-right: 0;
  margin-left: auto;
}
.text-box p {
  padding: 0 0 10px;
  line-height: 140%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBook";
}
@media only screen and (min-width: 992px) {
  .text-box p {
    padding: 0 0 20px;
    line-height: 180%;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamBook";
  }
}
.text-box p:last-child {
  padding: 0;
}
.text-box table {
  width: 100%;
  text-align: left;
}
.text-box th {
  padding: 8px 5px;
  background: #e1e1e1;
  color: #000000;
  line-height: 160%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .text-box th {
    padding: 12px 10px;
    font-size: 1em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.text-box td {
  padding: 5px;
  border-top: 1px solid #e1e1e1;
  color: #211e1f;
  line-height: 120%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBook";
}
@media only screen and (min-width: 992px) {
  .text-box td {
    padding: 10px;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamBook";
  }
}
.text-box ol,
.text-box ul {
  padding: 0 0 15px;
  list-style: none;
}
.text-box ol:last-child,
.text-box ul:last-child {
  padding-bottom: 0;
}
.text-box ol li,
.text-box ul li {
  padding: 0 0 10px 25px;
  color: #666666;
  line-height: 180%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBook";
}
@media only screen and (min-width: 992px) {
  .text-box ol li,
.text-box ul li {
    padding: 0 0 15px 40px;
  }
}
.text-box ol li:before,
.text-box ul li:before {
  float: left;
  margin: 10px 0 0 -25px;
  width: 15px;
  border-top: 1px solid #666666;
  content: "";
}
@media only screen and (min-width: 992px) {
  .text-box ol li:before,
.text-box ul li:before {
    margin-left: -40px;
    width: 20px;
  }
}
.text-box ol ol li,
.text-box ol ul li,
.text-box ul ol li,
.text-box ul ul li {
  padding: 0 0 10px 40px;
}
@media only screen and (min-width: 992px) {
  .text-box ol ol li,
.text-box ol ul li,
.text-box ul ol li,
.text-box ul ul li {
    padding: 0 0 15px 65px;
  }
}
.text-box ol ol li:before,
.text-box ol ul li:before,
.text-box ul ol li:before,
.text-box ul ul li:before {
  width: 7px;
  margin-left: -15px;
  border-top: 1px solid #999;
}
@media only screen and (min-width: 992px) {
  .text-box ol ol li:before,
.text-box ol ul li:before,
.text-box ul ol li:before,
.text-box ul ul li:before {
    width: 10px;
    margin-left: -25px;
  }
}
.text-box a {
  color: inherit;
  font-size: 1em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .text-box a {
    transition: 0.2s 0s;
  }
}
.text-box button {
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font-size: 1em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .text-box button {
    transition: 0.2s 0s;
  }
}
.text-box strong {
  font-size: 1em;
  font-weight: 400;
  font-family: "GothamMedium";
}
.text-box--small p {
  line-height: 160%;
  font-size: 0.688em;
  font-weight: 400;
  font-family: "GothamBook";
}
@media only screen and (min-width: 992px) {
  .text-box--small p {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamBook";
  }
}
.text-box--center {
  text-align: center;
}
.text-box--center ul {
  text-align: inherit;
}
.text-box--right {
  text-align: right;
}
.text-box--right ul {
  text-align: inherit;
}
.text-box--heading {
  margin: -15px 0 30px;
}
@media only screen and (min-width: 992px) {
  .text-box--heading {
    margin-top: -25px;
  }
}
.text-box .icon {
  display: block;
  margin: 0 0 20px;
  font-size: 40px;
}
@media only screen and (min-width: 992px) {
  .text-box .icon {
    margin: 0 0 50px;
  }
}

@media only screen and (max-width: 991px) {
  .heading br {
    display: none;
  }
}
.heading--lv1 {
  line-height: 120%;
  font-size: 1.375em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .heading--lv1 {
    font-size: 2em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.heading--lv2 {
  line-height: 120%;
  font-size: 1.25em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .heading--lv2 {
    font-size: 1.75em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.heading--lv3 {
  line-height: 120%;
  font-size: 1.125em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .heading--lv3 {
    font-size: 1.25em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.heading--lv4 {
  margin: 0 0 10px 0;
  line-height: 120%;
  font-size: 1em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .heading--lv4 {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.heading--lv5 {
  margin: 0 0 10px 0;
  line-height: 120%;
  font-size: 0.933em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .heading--lv5 {
    font-size: 1em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.heading:last-child {
  margin-bottom: 0;
}
.heading--yellow-gradient {
  background-image: -webkit-linear-gradient(45deg, #fdd845, #b88a3c);
  background-image: -moz-linear-gradient(45deg, #fdd845, #b88a3c);
  -webkit-background-clip: text;
  background-clip: text;
  color: #fdd845;
  -webkit-text-fill-color: transparent;
}
.heading--gold {
  color: #b88a3c;
}
.heading--steel {
  color: #8b8c90;
}
.heading--center {
  text-align: center;
}
.heading--uppercase {
  text-transform: uppercase;
}
.heading--no-padding {
  margin-bottom: 0;
  padding-bottom: 0;
}
.heading a {
  color: inherit;
}

@media only screen and (min-width: 992px) {
  .heading-box--center {
    text-align: center;
  }
}

.subheading {
  margin: 0 0 5px 0;
  color: rgba(33, 30, 31, 0.33);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 120%;
  font-size: 0.688em;
  font-weight: 400;
  font-family: "GothamBook";
}
@media only screen and (min-width: 992px) {
  .subheading {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "GothamBook";
  }
}

.photo {
  /*max-width: 320px;*/
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .photo {
    /*display: inline-block;*/
  }
}
@media only screen and (min-width: 768px) {
  .photo {
    max-width: 480px;
  }
}
@media only screen and (min-width: 992px) {
  .photo {
    margin: 0 auto;
    max-width: 600px;
  }
}
@media only screen and (min-width: 1200px) {
  .photo {
    max-width: none;
  }
}
.photo--zoom {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .photo--zoom:hover .photo__image, .photo--zoom:focus .photo__image {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .photo--zoom .photo__image {
    transition: 0.2s 0s;
  }
}
.photo__bg {
  display: block;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.photo__image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  /*width: 100%;*/
  height: auto;
}
.photo__link {
  position: relative;
  display: block;
  color: inherit;
}
.photo__video-helper {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  padding: 15px 10px 10px 10px;
  background: black;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.05em;
  pointer-events: none;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamMedium";
}
@media only screen and (min-width: 992px) {
  .photo__video-helper {
    padding: 30px 25px 20px 25px;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamMedium";
  }
}
.photo__video-helper:before {
  display: block;
  margin: 0 auto 15px auto;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid white;
  content: "";
}
@media only screen and (min-width: 992px) {
  .photo__video-helper:before {
    margin-bottom: 20px;
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 30px;
  }
}
.photo__caption {
  display: block;
  padding: 10px 0 0 0;
  line-height: 140%;
  font-size: 1em;
  font-weight: 400;
  font-family: "GothamBook";
}
.photo__caption a {
  color: inherit;
}

.photo-list__item {
  margin: 0 0 20px 0;
}

.button {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 15px;
  border: 1px solid transparent;
  background: black;
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 140%;
  cursor: pointer;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .button {
    display: inline-block;
    padding: 15px 30px;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.button--yellow {
  background-color: #fdd845;
  color: black;
}
@media only screen and (min-width: 992px) {
  .button--yellow:not(.button--disabled):hover, .button--yellow:not(.button--disabled):focus {
    background-color: #fee377;
  }
}
.button--white {
  background-color: white;
  color: black;
}
@media only screen and (min-width: 992px) {
  .button--white:not(.button--disabled):hover, .button--white:not(.button--disabled):focus {
    background-color: #e6e6e6;
  }
}
.button--black-border {
  border-color: black;
  background-color: transparent;
  color: black;
}
@media only screen and (max-width: 991px) {
  .button--black-border {
    background: white;
  }
}
@media only screen and (min-width: 992px) {
  .button--black-border:not(.button--disabled):hover, .button--black-border:not(.button--disabled):focus {
    background-color: black;
    color: white;
  }
}
.button--yellow-border {
  border-color: #fdd845;
  background-color: transparent;
  color: #fdd845;
}
@media only screen and (min-width: 992px) {
  .button--yellow-border:not(.button--disabled):hover, .button--yellow-border:not(.button--disabled):focus {
    background-color: #fdd845;
    color: black;
  }
}
.button--yellow-gradient-border {
  border-width: 1px;
  border-style: solid;
  border-color: #fdd845;
  border-image-source: -webkit-linear-gradient(45deg, #fdd845, #b88a3c);
  border-image-source: -moz-linear-gradient(45deg, #fdd845, #b88a3c);
  border-image-slice: 1;
  background-color: transparent;
  background-image: -webkit-linear-gradient(45deg, #fdd845, #b88a3c);
  background-image: -moz-linear-gradient(45deg, #fdd845, #b88a3c);
  -webkit-background-clip: text;
  background-clip: text;
  color: #fdd845;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 992px) {
  .button--yellow-gradient-border:not(.button--disabled):hover, .button--yellow-gradient-border:not(.button--disabled):focus {
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-text-fill-color: black;
  }
}
.button--small {
  font-size: 0.688em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .button--small {
    padding: 12px 18px;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.button--medium {
  padding: 15px 15px;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .button--medium {
    padding: 18px 30px;
    font-size: 0.933em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.button--big {
  padding: 20px 40px;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .button--big {
    font-size: 1em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.button--block {
  display: block;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.button--disabled {
  opacity: 0.3;
  cursor: default;
}
@media only screen and (min-width: 992px) {
  .button--disabled:hover, .button--disabled:focus {
    opacity: 0.3;
  }
}

.button-box--center {
  text-align: center;
}
.button-box--inline .button {
  display: inline-block;
  margin-bottom: 10px;
}
.button-box--inline .button:not(:last-child) {
  margin-right: 10px;
}
.button-box .button {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .button-box .button {
    margin-right: 10px;
  }
  .button-box .button:last-child {
    margin-right: 0;
  }
}
.button-box .button:last-child {
  margin-bottom: 0;
}

.button-link {
  position: relative;
  z-index: 1;
  padding: 0;
  border: none;
  background: none;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 140%;
  cursor: pointer;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .button-link {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamBold";
    transition: 0.2s 0s;
  }
}
.button-link--small {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamBold";
}
.field {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  padding: 0 10px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  color: #211e1f;
  text-align: left;
  transition: 0.2s 0s;
}
@media only screen and (min-width: 992px) {
  .field {
    margin: 0 0 15px 0;
    padding: 5px 10px;
  }
}
.field[data-label]:before {
  position: relative;
  top: 20px;
  display: inline;
  content: attr(data-label);
  opacity: 0;
  transition-delay: 0s;
  transition: 0.2s 0s;
}
.field[data-label] .field__input, .field[data-label] .login-area input, .login-area .field[data-label] input,
.field[data-label] .login-area textarea,
.login-area .field[data-label] textarea,
.field[data-label] .login-area select,
.login-area .field[data-label] select {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.field[data-label] .field__text, .field[data-label] .field[data-label]:before {
  position: absolute;
  top: 50%;
  padding: 0;
  max-width: 85%;
  text-transform: none;
  letter-spacing: normal;
  line-height: 130%;
  opacity: 0.5;
  transition-delay: 0.1s;
  transition: 0.2s 0s;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamMedium";
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.field--focus[data-label]:before, .field--filled[data-label]:before {
  top: 0;
  opacity: 0.8;
  transition-delay: 0.1s;
}
.field--focus[data-label] .field__text, .field--focus[data-label] .field[data-label]:before, .field--filled[data-label] .field__text, .field--filled[data-label] .field[data-label]:before {
  opacity: 0;
  transition-delay: 0s;
}
.field--focus[data-label] .field__input, .field--focus[data-label] .login-area input, .login-area .field--focus[data-label] input,
.field--focus[data-label] .login-area textarea,
.login-area .field--focus[data-label] textarea,
.field--focus[data-label] .login-area select,
.login-area .field--focus[data-label] select, .field--filled[data-label] .field__input, .field--filled[data-label] .login-area input, .login-area .field--filled[data-label] input,
.field--filled[data-label] .login-area textarea,
.login-area .field--filled[data-label] textarea,
.field--filled[data-label] .login-area select,
.login-area .field--filled[data-label] select {
  opacity: 1;
}
.field--alert {
  border-color: #a40000;
  color: #a40000;
}
.field--alert:before,
.field--alert .field__text,
.field--alert .field[data-label]:before {
  color: inherit;
}
.field--focused {
  border-color: black;
}
.field--inline {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  color: inherit;
}
@media only screen and (min-width: 992px) {
  .field--inline {
    margin-right: 20px;
  }
}
.field--rating .rating__star {
  margin: 0 5px;
  font-size: 1.5em;
  cursor: pointer;
}
.field--password {
  margin: 0;
}
.field--password .field__input, .field--password .login-area input, .login-area .field--password input,
.field--password .login-area textarea,
.login-area .field--password textarea,
.field--password .login-area select,
.login-area .field--password select {
  height: 51px;
  background: #e1e1e1;
  letter-spacing: 0.15em;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamBold";
}
.field--password .field__input[readonly], .field--password .login-area input[readonly], .login-area .field--password input[readonly],
.field--password .login-area textarea[readonly],
.login-area .field--password textarea[readonly],
.field--password .login-area select[readonly],
.login-area .field--password select[readonly] {
  background: #ffffff;
}
.field--password .field__after {
  margin-bottom: -51px;
  line-height: 51px;
}
.field--disabled {
  background: #f0f0f0;
}
.field--disabled .field__input, .field--disabled .login-area input, .login-area .field--disabled input,
.field--disabled .login-area textarea,
.login-area .field--disabled textarea,
.field--disabled .login-area select,
.login-area .field--disabled select {
  background: none;
}
.field--upload {
  position: relative;
  display: block;
  margin: 45px 0 0;
  min-height: 50px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .field--upload:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    border-radius: 4px;
    background-color: black;
    color: white;
    content: "Browse";
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 30px;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.field--upload .field__input, .field--upload .login-area input, .login-area .field--upload input,
.field--upload .login-area textarea,
.login-area .field--upload textarea,
.field--upload .login-area select,
.login-area .field--upload select {
  opacity: 0;
}
.field--upload .field__value {
  position: absolute;
  right: 125px;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  width: auto;
  height: 30px;
  border: 1px solid #dcd5cf;
  border-radius: 4px;
  color: black;
  letter-spacing: 0.05em;
  line-height: 30px;
  opacity: 1;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamBook";
}
@media only screen and (min-width: 992px) {
  .field--upload .field__value {
    font-size: 1em;
    font-weight: 400;
    font-family: "GothamBook";
  }
}
.field--textarea .field__text, .login-area textarea .field__text, .field--textarea .field[data-label]:before, .login-area textarea .field[data-label]:before {
  top: 40px !important;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.field--textarea .field__input, .login-area textarea .field__input, .field--textarea .login-area input, .login-area .field--textarea input, .login-area textarea input,
.field--textarea .login-area textarea,
.login-area .field--textarea textarea,
.login-area textarea textarea,
.field--textarea .login-area select,
.login-area .field--textarea select,
.login-area textarea select {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 40px;
  max-height: 500px;
  height: 200px;
  line-height: 140%;
  resize: vertical;
  transition: none;
}
@media only screen and (min-width: 992px) {
  .field--textarea .field__input, .login-area textarea .field__input, .field--textarea .login-area input, .login-area .field--textarea input, .login-area textarea input,
.field--textarea .login-area textarea,
.login-area .field--textarea textarea,
.login-area textarea textarea,
.field--textarea .login-area select,
.login-area .field--textarea select,
.login-area textarea select {
    height: 250px;
  }
}
.field--select:after, .login-area select:after {
  position: absolute;
  right: 15px;
  bottom: 18px;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .field--select:after, .login-area select:after {
    border-top: 5px solid black;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
}
.field--select .field__input, .login-area select .field__input, .field--select .login-area input, .login-area .field--select input, .login-area select input,
.field--select .login-area textarea,
.login-area .field--select textarea,
.login-area select textarea,
.field--select .login-area select,
.login-area .field--select select,
.login-area select select {
  position: relative;
  z-index: 1;
  display: block;
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.field--select .field__input::-ms-expand, .login-area select .field__input::-ms-expand, .field--select .login-area input::-ms-expand, .login-area .field--select input::-ms-expand, .login-area select input::-ms-expand,
.field--select .login-area textarea::-ms-expand,
.login-area .field--select textarea::-ms-expand,
.login-area select textarea::-ms-expand,
.field--select .login-area select::-ms-expand,
.login-area .field--select select::-ms-expand,
.login-area select select::-ms-expand {
  display: none;
}
.field--select .field__input:before, .login-area select .field__input:before, .field--select .login-area input:before, .login-area .field--select input:before, .login-area select input:before,
.field--select .login-area textarea:before,
.login-area .field--select textarea:before,
.login-area select textarea:before,
.field--select .login-area select:before,
.login-area .field--select select:before,
.login-area select select:before {
  content: "";
}
.field--select option, .login-area select option {
  padding: 2px 15px;
}
.field--radio, .login-area input[type=radio], .field--checkbox, .login-area input[type=checkbox] {
  overflow: visible;
  border: none;
  background: none;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .field--radio, .login-area input[type=radio], .field--checkbox, .login-area input[type=checkbox] {
    margin-bottom: 20px;
  }
}
.field--radio.field--checked .field__value, .login-area input.field--checked[type=radio] .field__value, .field--checkbox.field--checked .field__value, .login-area input.field--checked[type=checkbox] .field__value {
  opacity: 1;
}
.field--radio .field__text, .login-area input[type=radio] .field__text, .field--radio .field[data-label]:before, .login-area input[type=radio] .field[data-label]:before, .field--checkbox .field__text, .login-area input[type=checkbox] .field__text, .field--checkbox .field[data-label]:before, .login-area input[type=checkbox] .field[data-label]:before {
  margin: 0 0 10px 0;
}
.field--radio .field__input, .login-area input[type=radio] .field__input, .field--radio .login-area input, .login-area .field--radio input, .login-area input[type=radio] input,
.field--radio .login-area textarea,
.login-area .field--radio textarea,
.login-area input[type=radio] textarea,
.field--radio .login-area select,
.login-area .field--radio select,
.login-area input[type=radio] select, .field--checkbox .field__input, .login-area input[type=checkbox] .field__input, .field--checkbox .login-area input, .login-area .field--checkbox input, .login-area input[type=checkbox] input,
.field--checkbox .login-area textarea,
.login-area .field--checkbox textarea,
.login-area input[type=checkbox] textarea,
.field--checkbox .login-area select,
.login-area .field--checkbox select,
.login-area input[type=checkbox] select {
  position: relative;
  top: 1px;
  float: left;
  margin: 0 12px 0 0;
  width: auto;
  height: auto;
  opacity: 0;
}
.field--radio .field__value, .login-area input[type=radio] .field__value, .field--checkbox .field__value, .login-area input[type=checkbox] .field__value {
  display: block;
  padding: 2px 0 0 30px;
  vertical-align: middle;
  line-height: 120%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBook";
}
@media only screen and (min-width: 992px) {
  .field--radio .field__value, .login-area input[type=radio] .field__value, .field--checkbox .field__value, .login-area input[type=checkbox] .field__value {
    padding: 0 0 0 35px;
    font-size: 1em;
    font-weight: 400;
    font-family: "GothamBook";
  }
}
.field--radio .field__value a, .login-area input[type=radio] .field__value a, .field--checkbox .field__value a, .login-area input[type=checkbox] .field__value a {
  border-bottom: 1px solid;
  color: black;
}
.field--radio--inline, .field--checkbox--inline {
  display: inline-block;
}
.field--radio:before, .login-area input[type=radio]:before {
  position: absolute;
  margin: 2px 0 0 0;
  width: 14px;
  height: 14px;
  border-radius: 24px;
  background: white;
  box-shadow: 0 0 0 1px #e1e1e1;
  content: "";
  vertical-align: middle;
}
.field--radio.field--checked:before, .login-area input.field--checked[type=radio]:before {
  background: black;
  box-shadow: inset 0 0 0 2px white;
}
.field--radio .field__value, .login-area input[type=radio] .field__value {
  padding-left: 35px;
}
.field--checkbox:before, .login-area input[type=checkbox]:before {
  position: absolute;
  left: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid black;
  background: white;
  content: "";
  vertical-align: middle;
  text-align: center;
  font-size: 0.625em;
  font-family: "icomoon";
  line-height: 14px;
}
.field--checkbox.field--checked:before, .login-area input.field--checked[type=checkbox]:before {
  border-color: black;
  background: black;
  box-shadow: 0 0 0 2px inset white;
}
.field--qty {
  overflow: hidden;
  padding: 0;
  height: auto !important;
  border: none;
  background: none;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}
.field--qty .field__control {
  position: relative;
  width: 25px;
  color: inherit;
  color: #b5b5b5;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  cursor: pointer;
  min-width: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.field--qty .field__control--minus:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -1px;
  width: 9px;
  height: 2px;
  background: black;
  content: "";
}
.field--qty .field__control--plus:before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  background: black;
  content: "";
}
.field--qty .field__control--plus:after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  margin-top: -5px;
  margin-right: -1px;
  width: 2px;
  height: 10px;
  background: black;
  content: "";
}
.field--qty .field__control .icon {
  vertical-align: middle;
}
.field--qty .field__text, .field--qty .field[data-label]:before {
  width: 100%;
  text-align: center;
}
.field--qty .field__input, .field--qty .login-area input, .login-area .field--qty input,
.field--qty .login-area textarea,
.login-area .field--qty textarea,
.field--qty .login-area select,
.login-area .field--qty select {
  display: inline-block;
  width: 30px;
  height: 40px;
  border: 1px solid #e1e1e1;
  background: white;
  color: inherit;
  vertical-align: top;
  text-align: center;
  min-width: 0;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex: 1 1 0%;
}
.field--qty .icon:before {
  font-weight: bold;
}
.field--ranking:after {
  content: attr(data-ranking);
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  background: #e1e1e1;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50px;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBook";
}
.field--big .field__input, .field--big .login-area input, .login-area .field--big input,
.field--big .login-area textarea,
.login-area .field--big textarea,
.field--big .login-area select,
.login-area .field--big select {
  height: 40px;
  font-size: 1em;
  font-weight: 400;
  font-family: "GothamBook";
}
@media only screen and (min-width: 992px) {
  .field--big .field__input, .field--big .login-area input, .login-area .field--big input,
.field--big .login-area textarea,
.login-area .field--big textarea,
.field--big .login-area select,
.login-area .field--big select {
    height: 50px;
    font-size: 2em;
    font-weight: 400;
    font-family: "GothamBook";
  }
}
.field__input, .login-area input,
.login-area textarea,
.login-area select {
  box-sizing: border-box !important;
  width: 100%;
  height: 30px;
  border: none;
  background: none;
  box-shadow: none;
  color: #211e1f;
  text-align: inherit;
  line-height: 120%;
  font-size: 1em;
  font-weight: 400;
  font-family: "GothamBook";
}
@media only screen and (min-width: 992px) {
  .field__input, .login-area input,
.login-area textarea,
.login-area select {
    height: 30px;
    transition: 0.2s 0s;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamBook";
  }
}
.field__input.visa_electron, .login-area input.visa_electron,
.login-area textarea.visa_electron,
.login-area select.visa_electron, .field__input.visa, .login-area input.visa,
.login-area textarea.visa,
.login-area select.visa {
  background-image: url(../img/ic-card-visa.png);
}
.field__input.mastercard, .login-area input.mastercard,
.login-area textarea.mastercard,
.login-area select.mastercard {
  background-image: url(../img/ic-card-master.png);
}
.field__input::-webkit-input-placeholder, .login-area input::-webkit-input-placeholder,
.login-area textarea::-webkit-input-placeholder,
.login-area select::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.field__text, .field[data-label]:before {
  display: block;
  padding: 5px 0 0 0;
  color: #211e1f;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 120%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamBook";
}
@media only screen and (min-width: 992px) {
  .field__text, .field[data-label]:before {
    padding: 0 0 5px 0;
  }
}
.field__text a, .field[data-label]:before a {
  color: black;
}
.field__value {
  display: block;
  color: black;
  line-height: 140%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamBook";
}
.field__value a {
  color: black;
}
.field__value b {
  color: black;
  font-weight: inherit;
}
.field__after {
  position: relative;
  float: right;
  margin: 0 10px -44px 0;
  line-height: 30px;
  font-size: 1em;
  font-weight: 400;
  font-family: "GothamBook";
}
@media only screen and (min-width: 992px) {
  .field__after {
    margin-right: 20px;
  }
}
.field__after--button {
  margin-right: 0;
  width: 50px;
  color: black;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.field__after .icon {
  display: block;
  color: black;
  font-size: 1.5em;
  line-height: inherit;
}
.field__alert {
  position: absolute;
  right: -1px;
  bottom: 0;
  z-index: 1;
  display: none;
  padding: 5px 10px;
  border-radius: 2px;
  background: #a40000;
  color: white;
  text-align: left;
  line-height: 120%;
  font-size: 0.625em;
  font-weight: 700;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .field__alert {
    font-size: 0.688em;
    font-weight: 700;
    font-family: "Arial", Helvetica, sans-serif;
    /*padding: 5px 10px;*/
  }
}
.field__alert:before {
  position: absolute;
  top: -5px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 5px 5px 5px;
  border-style: solid;
  border-color: transparent transparent #a40000 transparent;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.field__group {
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 992px) {
  .field__group {
    margin: 0 0 15px 0;
  }
}
.field__group .field--checkbox, .field__group .login-area input[type=checkbox], .login-area .field__group input[type=checkbox],
.field__group .field--radio,
.field__group .login-area input[type=radio],
.login-area .field__group input[type=radio] {
  position: relative;
  border: 1px solid #e1e1e1;
  margin: 0 0 -1px 0;
  padding: 20px 20px 20px 30px;
}
.field__group .field--checkbox > input[type=radio], .field__group .login-area input[type=checkbox] > input[type=radio], .login-area .field__group input[type=checkbox] > input[type=radio], .field__group .field--checkbox input[type=checkbox], .field__group .login-area input[type=checkbox] input[type=checkbox], .login-area .field__group input[type=checkbox] input[type=checkbox],
.field__group .field--radio > input[type=radio],
.field__group .login-area input[type=radio] > input[type=radio],
.login-area .field__group input[type=radio] > input[type=radio],
.field__group .field--radio input[type=checkbox],
.field__group .login-area input[type=radio] input[type=checkbox],
.login-area .field__group input[type=radio] input[type=checkbox] {
  position: absolute;
}
.field__group .field--checkbox.field--checked, .field__group .login-area input.field--checked[type=checkbox], .login-area .field__group input.field--checked[type=checkbox],
.field__group .field--radio.field--checked,
.field__group .login-area input.field--checked[type=radio],
.login-area .field__group input.field--checked[type=radio] {
  border-color: #211e1f;
  z-index: 2;
}
.field__group .field--checkbox:before, .field__group .login-area input[type=checkbox]:before, .login-area .field__group input[type=checkbox]:before,
.field__group .field--radio:before,
.field__group .login-area input[type=radio]:before,
.login-area .field__group input[type=radio]:before {
  left: 20px;
}
.field__group .field--checkbox:last-child, .field__group .login-area input[type=checkbox]:last-child, .login-area .field__group input[type=checkbox]:last-child,
.field__group .field--radio:last-child,
.field__group .login-area input[type=radio]:last-child,
.login-area .field__group input[type=radio]:last-child {
  margin: 0 0 5px 0;
}
.field__group .field--checkbox .field__value, .field__group .login-area input[type=checkbox] .field__value, .login-area .field__group input[type=checkbox] .field__value,
.field__group .field--radio .field__value,
.field__group .login-area input[type=radio] .field__value,
.login-area .field__group input[type=radio] .field__value {
  padding-left: 27.5px;
}
.field .field__remove {
  float: right;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamBold";
}

.fake-field {
  padding: 0 10px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #ffffff;
  color: black;
  line-height: 30px;
  font-size: 1em;
  font-weight: 400;
  font-family: "GothamBook";
}

.field-tabs__pane {
  margin: -20px 0 20px 0;
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .field-tabs__pane {
    margin: -40px 0 40px 0;
    padding: 30px;
  }
}
.field-tabs__img {
  float: left;
  margin: 0 15px 5px 0;
}
@media only screen and (min-width: 992px) {
  .field-tabs__img {
    margin: 0 30px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .field-tabs__content {
    overflow: hidden;
  }
}
.field-tabs__content:after {
  display: block;
  clear: both;
  content: "";
}
.field-tabs__content p {
  line-height: 140%;
}
@media only screen and (min-width: 992px) {
  .field-tabs__content p {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "GothamBook";
  }
}

.form-wrapper {
  padding: 30px 20px;
  background: #f0f0f0;
}

.form-swap {
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 0;
  border: none;
  background: none;
  text-align: right;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamBook";
}

.form {
  position: relative;
  z-index: 1;
}
.form--loading:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: #fff;
  opacity: 0.75;
}
.form__submit {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.form__submit--loading span {
  position: relative;
  display: block;
  padding-left: 30px;
  text-indent: -999em;
}
.form__submit span {
  position: relative;
}
.form__submit span .spinner {
  margin-top: -2px;
}

.iframe-form {
  width: 100%;
  border: 1px solid #e1e1e1;
}

.vspace {
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .vspace {
    padding-bottom: 40px;
  }
}
.vspace--small {
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .vspace--small {
    padding-bottom: 30px;
  }
}
.vspace--smaller {
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .vspace--smaller {
    padding-bottom: 15px;
  }
}
.vspace:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .vspace[class*=col-] {
    padding-bottom: 0;
  }
}
.vspace > .heading:last-child {
  margin-bottom: 0;
}

.slider {
  position: relative;
  text-align: center;
}
.slider__button {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #ffffff;
  vertical-align: top;
  text-align: center;
  opacity: 0.5;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 768px) {
  .slider__button {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .slider__button {
    transition: 0.2s 0s;
  }
  .slider__button:hover, .slider__button:focus {
    opacity: 1;
  }
}
.slider__button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  content: "";
}
@media only screen and (min-width: 768px) {
  .slider__button:before {
    width: 25px;
    height: 25px;
    border-width: 2px 2px 0 0;
  }
}
.slider__button--prev:before {
  -webkit-transform: translate(-25%, -50%) rotate(-135deg);
  -ms-transform: translate(-25%, -50%) rotate(-135deg);
  transform: translate(-25%, -50%) rotate(-135deg);
}
.slider__button--next:before {
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  -ms-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
.slider__item {
  position: relative;
  display: none;
}
.slider__item:first-child {
  display: block;
}
.slider__image {
  display: block;
  width: 100%;
}
.slider__dots ul {
  list-style: none;
}
.slider__dots li {
  display: inline-block;
}
.slider__dots li.slick-active button:before {
  background: black;
}
.slider__dots button {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  width: 20px;
  height: 20px;
  border: 0;
  background: none;
  text-align: left;
  font-size: 0;
}
.slider__dots button:before {
  display: block;
  margin: 5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #b9b9b9;
  content: "";
}

@media only screen and (min-width: 992px) {
  .slider-section {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .slider-section .button-box {
    margin: 60px 0 0 0;
  }
}

.section {
  position: relative;
  padding: 40px 0;
  /*overflow: hidden;*/
}
@media only screen and (min-width: 992px) {
  .section {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section {
    padding: 90px 0;
  }
}
.section--small {
  padding: 30px 0;
}
@media only screen and (min-width: 992px) {
  .section--small {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section--small {
    padding: 50px 0;
  }
}
.section--light-gray {
  background: #f0f0f0;
}
.section--loading {
  position: relative;
  z-index: 1;
}
.section--loading:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  content: "";
}
.section--viewport {
  box-sizing: border-box;
  min-height: 100vh;
}
.section--no-padding {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .section--no-padding {
    padding: 0;
  }
}
.section__body {
  padding: 30px 0;
  background: #f6f6f6;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.1), inset 0 -10px 10px -10px rgba(0, 0, 0, 0.1);
}
.section__body .section:first-child {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .section__body .section:first-child {
    padding-top: 50px;
  }
}
.section__body .section:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .section__body .section:last-child {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .section__header {
    text-align: center;
  }
}
.section__header--dropdown {
  cursor: pointer;
}
.section__header--dropdown h1 {
  position: relative;
}
.section__header--dropdown h1:after {
  float: right;
  margin: 10px 0 0 10px;
  width: 0;
  height: 0;
  border-top: 5px solid black;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
  pointer-events: none;
}
.section__heading {
  display: block;
  margin: 0 0 5px 0;
  color: #b88a3c;
  text-transform: uppercase;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .section__heading {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.section__main-photo {
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1199px) {
  .section__photo {
    margin: 30px auto 0 auto;
  }
}
.section__photo--perma {
  margin: 30px auto 40px auto;
}

.section-list {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .section-list {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-list {
    padding-bottom: 90px;
  }
}
.section-list:before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: -2;
  padding-top: 100%;
  border-radius: 500px;
  content: "";
}
@media only screen and (min-width: 992px) {
  .section-list:before {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 992px) {
  .section-list:nth-child(2) > .section:first-child {
    padding: 44px 0 0 0;
  }
}
.section-list .section {
  padding-bottom: 0;
}

.more-info {
  display: block;
  margin: -15px auto 0 auto;
  padding: 0;
  width: 100px;
  border: none;
  background: none;
  color: #211e1f;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamBook";
}

.modal {
  z-index: 1050 !important;
  padding: 0 !important;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .modal {
    text-align: left;
  }
}
.modal--fullscreen {
  text-align: left;
}
.modal--fullscreen .modal__content {
  margin: 0;
  padding: 50px 0;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .modal--fullscreen .modal__content {
    padding: 100px 0;
  }
}
.modal__content {
  position: relative;
  margin: 0 auto;
  padding: 20px 15px 50px 15px;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  pointer-events: all;
}
@media only screen and (max-width: 991px) {
  .modal__content {
    overflow: auto;
    height: 100vh;
  }
}
@media only screen and (min-width: 992px) {
  .modal__content {
    padding: 50px;
    max-width: 850px;
  }
}
@media only screen and (min-width: 992px) {
  .modal__content--w500 {
    max-width: 500px;
  }
}
.modal__content--no-padding {
  padding: 0;
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 15px;
  display: block;
  padding: 0;
  border: none;
  background: none;
  color: white;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamLight";
}
@media only screen and (max-width: 991px) {
  .modal__close {
    line-height: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    line-height: 34px;
    opacity: 0.3;
    font-size: 1em;
    font-weight: 400;
    font-family: "GothamLight";
    transition: 0.2s all;
  }
  .modal__close:hover, .modal__close:focus {
    opacity: 1;
  }
}
@media only screen and (min-width: 992px) {
  .modal__close:before {
    content: "Close";
  }
}
.modal__close .icon {
  font-size: 0.75em;
}
@media only screen and (max-width: 991px) {
  .modal__close .icon {
    margin: 0 0 0 5px;
  }
}
.modal__center {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  pointer-events: none;
}
.modal__helper {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .modal__helper {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .modal__helper {
    padding: 30px 10px;
  }
}
.modal__text {
  display: block;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 991px) {
  .modal__text {
    text-align: center;
  }
}
.modal__text p {
  letter-spacing: 0.05em;
  line-height: 140%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamBook";
}
.modal__header {
  position: relative;
  overflow: hidden;
  margin: -20px -15px 30px -15px;
  padding: 20px 15px;
  background: #211e1f;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal__header {
    margin: -20px -45px 30px -45px;
  }
}
@media only screen and (min-width: 992px) {
  .modal__header {
    margin: -50px -50px 30px -50px;
    padding: 30px;
  }
}
.modal__header .heading {
  margin: 0;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 991px) {
  .modal__header .heading {
    padding: 0;
    color: inherit;
    font-size: 1em;
  }
}
@media only screen and (min-width: 992px) {
  .modal__header .modal__close {
    top: 12px;
    right: 12px;
    width: 60px;
    height: 60px;
    font-size: 2em;
    line-height: 64px;
  }
}
.modal__table {
  margin: 30px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .modal__table {
    margin: 50px 0 0 0;
  }
}
.modal__total {
  position: relative;
  display: inline-block;
  margin: 50px 0;
  padding: 0 30px 0 0;
  letter-spacing: 0.05em;
  font-size: 1.5em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .modal__total {
    font-size: 1.75em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.modal__total:before {
  position: absolute;
  top: -15px;
  left: 0;
  display: block;
  width: 40px;
  height: 4px;
  content: "";
}

.modal-backdrop {
  background: black;
}
.modal-backdrop.in {
  opacity: 0.7;
}

.donation-modal__logo {
  display: block;
  margin: 0 auto 30px auto;
  max-width: 200px;
}
@media only screen and (min-width: 992px) {
  .donation-modal__logo {
    margin-bottom: 70px;
    max-width: 300px;
  }
}

.blink {
  -webkit-animation: blink 0.4s step-end infinite;
  -moz-animation: blink 0.4s step-end infinite;
  -o-animation: blink 0.4s step-end infinite;
  animation: blink 0.4s step-end infinite;
}

@-webkit-keyframes blink {
  10% {
    background-color: #ff8c8c;
  }
  20% {
    background-color: #ffd68c;
  }
  30% {
    background-color: #8cff8c;
  }
  40% {
    background-color: #8cffff;
  }
  50% {
    background-color: #8cb5ff;
  }
  60% {
    background-color: #d68cff;
  }
  70% {
    background-color: #ff8cff;
  }
  80% {
    background-color: #ff6bf7;
  }
  90% {
    background-color: #ff6bb5;
  }
  0%, 100% {
    background-color: #ff6b6b;
  }
}
@-moz-keyframes blink {
  10% {
    background-color: #ff8c8c;
  }
  20% {
    background-color: #ffd68c;
  }
  30% {
    background-color: #8cff8c;
  }
  40% {
    background-color: #8cffff;
  }
  50% {
    background-color: #8cb5ff;
  }
  60% {
    background-color: #d68cff;
  }
  70% {
    background-color: #ff8cff;
  }
  80% {
    background-color: #ff6bf7;
  }
  90% {
    background-color: #ff6bb5;
  }
  0%, 100% {
    background-color: #ff6b6b;
  }
}
@-o-keyframes blink {
  10% {
    background-color: #ff8c8c;
  }
  20% {
    background-color: #ffd68c;
  }
  30% {
    background-color: #8cff8c;
  }
  40% {
    background-color: #8cffff;
  }
  50% {
    background-color: #8cb5ff;
  }
  60% {
    background-color: #d68cff;
  }
  70% {
    background-color: #ff8cff;
  }
  80% {
    background-color: #ff6bf7;
  }
  90% {
    background-color: #ff6bb5;
  }
  0%, 100% {
    background-color: #ff6b6b;
  }
}
@keyframes blink {
  10% {
    background-color: #ff8c8c;
  }
  20% {
    background-color: #ffd68c;
  }
  30% {
    background-color: #8cff8c;
  }
  40% {
    background-color: #8cffff;
  }
  50% {
    background-color: #8cb5ff;
  }
  60% {
    background-color: #d68cff;
  }
  70% {
    background-color: #ff8cff;
  }
  80% {
    background-color: #ff6bf7;
  }
  90% {
    background-color: #ff6bb5;
  }
  0%, 100% {
    background-color: #ff6b6b;
  }
}
@media only screen and (min-width: 992px) {
  @-webkit-keyframes blink {
    10% {
      background-color: #ff8c8c;
    }
    20% {
      background-color: #ffd68c;
    }
    30% {
      background-color: #8cff8c;
    }
    40% {
      background-color: #8cffff;
    }
    50% {
      background-color: #8cb5ff;
    }
    60% {
      background-color: #d68cff;
    }
    70% {
      background-color: #ff8cff;
    }
    80% {
      background-color: #ff6bf7;
    }
    90% {
      background-color: #ff6bb5;
    }
    0%, 100% {
      background-color: #ff6b6b;
    }
    25% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(0deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    0%, 100% {
      transform: rotate(0);
    }
  }
  @-moz-keyframes blink {
    10% {
      background-color: #ff8c8c;
    }
    20% {
      background-color: #ffd68c;
    }
    30% {
      background-color: #8cff8c;
    }
    40% {
      background-color: #8cffff;
    }
    50% {
      background-color: #8cb5ff;
    }
    60% {
      background-color: #d68cff;
    }
    70% {
      background-color: #ff8cff;
    }
    80% {
      background-color: #ff6bf7;
    }
    90% {
      background-color: #ff6bb5;
    }
    0%, 100% {
      background-color: #ff6b6b;
    }
    25% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(0deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    0%, 100% {
      transform: rotate(0);
    }
  }
  @-o-keyframes blink {
    10% {
      background-color: #ff8c8c;
    }
    20% {
      background-color: #ffd68c;
    }
    30% {
      background-color: #8cff8c;
    }
    40% {
      background-color: #8cffff;
    }
    50% {
      background-color: #8cb5ff;
    }
    60% {
      background-color: #d68cff;
    }
    70% {
      background-color: #ff8cff;
    }
    80% {
      background-color: #ff6bf7;
    }
    90% {
      background-color: #ff6bb5;
    }
    0%, 100% {
      background-color: #ff6b6b;
    }
    25% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(0deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    0%, 100% {
      transform: rotate(0);
    }
  }
  @keyframes blink {
    10% {
      background-color: #ff8c8c;
    }
    20% {
      background-color: #ffd68c;
    }
    30% {
      background-color: #8cff8c;
    }
    40% {
      background-color: #8cffff;
    }
    50% {
      background-color: #8cb5ff;
    }
    60% {
      background-color: #d68cff;
    }
    70% {
      background-color: #ff8cff;
    }
    80% {
      background-color: #ff6bf7;
    }
    90% {
      background-color: #ff6bb5;
    }
    0%, 100% {
      background-color: #ff6b6b;
    }
    25% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(0deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    0%, 100% {
      transform: rotate(0);
    }
  }
}
@keyframes parrot {
  0% {
    left: -20px;
  }
  100% {
    left: 100%;
  }
}
.login-area {
  text-align: center;
}
#ForgotPassword {
  float: right;
  margin: 10px 0 0 0;
  text-decoration: underline;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBook";
}
#ForgotPassword a {
  color: inherit;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  color: #19202C;
  background-color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .header {
    padding: 10px 0;
  }
}
.header--index {
  background-color: transparent;
}
@media only screen and (min-width: 992px) {
  .header--index {
    color: white;
  }
}
.header--index .menu-bar {
  background-color: transparent;
}
@media only screen and (min-width: 992px) {
  .header.affix {
    position: fixed;
    top: 70px;
    margin-top: -70px;
    border-bottom: 1px solid #e1e1e1;
    background: white;
    color: #19202C;
    transition: 0.5s 0s top;
  }
}
.header.affix:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  padding-top: 100%;
  border-radius: 500px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
  content: "";
}
.header.affix:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: white;
  content: "";
}
@media only screen and (min-width: 992px) {
  .header.affix .site-logo {
    margin: 0 30px 0 0;
    width: 125px;
  }
}
@media only screen and (min-width: 992px) {
  .header.affix .site-logo img.light {
    opacity: 0;
  }
}
@media only screen and (min-width: 992px) {
  .header.affix .site-logo img.dark {
    opacity: 1;
  }
}
.header.affix .header-options {
  display: none;
}
.header__site-logo-img--dark {
  display: none;
}
.header__site-logo {
  position: relative;
  float: left;
  width: 200px;
}
@media only screen and (min-width: 992px) {
  .header__site-logo {
    width: 150px;
  }
}
.header__site-logo img.dark {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.header-options {
  list-style: none;
  text-align: right;
}
.header-options__item {
  display: inline-block;
  margin: 0 25px 0 0;
  vertical-align: middle;
}
.header-options__item:last-child {
  margin: 0;
}
.header-options__link {
  display: block;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  text-transform: uppercase;
  opacity: 0.7;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamMedium";
}
@media only screen and (min-width: 992px) {
  .header-options__link {
    transition: 0.2s 0s;
  }
  .header-options__link:hover, .header-options__link:focus {
    opacity: 1;
  }
}
.header-options__link--gold {
  color: #b88a3c;
}
.header-options__link .icon {
  margin: 0 3px 0 0;
  vertical-align: middle;
  font-size: 1.5em;
}

@media only screen and (min-width: 992px) {
  .header-placeholder {
    padding: 0;
    height: 120px;
    border-bottom: 1px solid #e1e1e1;
  }
}

.responsive-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  height: 50px;
  background: white;
  color: #19202C;
}
.responsive-header:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  padding-top: 100%;
  border-radius: 150px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
  content: "";
}
.responsive-header:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: white;
  content: "";
}
.responsive-header__site-logo {
  margin: 2px auto 0 auto;
  width: 80px;
}
.responsive-header__options {
  float: right;
}
.responsive-header__options-item {
  float: left;
  padding: 0;
  width: 35px;
  height: 50px;
  border: none;
  background: none;
  color: inherit;
  text-align: center;
  font-size: 1.25em;
  line-height: 50px;
}

.toggle-menu {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  padding: 0;
  width: 50px;
  height: 50px;
  border: none;
  background: none;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.65;
  font-size: 1em;
  font-weight: 700;
  font-family: "Arial", Helvetica, sans-serif;
}
.toggle-menu__lines {
  position: absolute;
  top: 45%;
  right: 30%;
  left: 30%;
  display: block;
  height: 2px;
  background: #19202C;
  transition: background 0 0.1s;
}
.toggle-menu__lines:before, .toggle-menu__lines:after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #19202C;
  content: "";
  transition-delay: 0.1s, 0s;
  transition-duration: 0.1s, 0.1s;
}
.toggle-menu__lines:before {
  top: -6px;
  transition-property: top, transform;
}
.toggle-menu__lines:after {
  bottom: -6px;
  transition-property: bottom, transform;
}
body.header-active .toggle-menu {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body.header-active .toggle-menu__lines {
  background: none;
}
body.header-active .toggle-menu__lines::before, body.header-active .toggle-menu__lines::after {
  transition-delay: 0s, 0.1s;
}
body.header-active .toggle-menu__lines:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.header-active .toggle-menu__lines:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu {
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .menu {
    width: 100%;
    float: right;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 991px) {
  .menu__item {
    border-bottom: 1px solid #e1e1e1;
  }
}
@media only screen and (min-width: 992px) {
  .menu__item {
    display: inline-block;
    padding: 30px 0 30px 0;
  }
}
@media only screen and (min-width: 992px) {
  .menu__item:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .menu__item--right {
    float: right;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .menu__item--right .menu__link {
    padding: 15px 20px;
    background: #f0f0f0;
    color: rgba(25, 32, 44, 0.5);
    font-size: 0.75em;
    font-weight: 400;
    font-family: "GothamMedium";
  }
}
@media only screen and (min-width: 992px) {
  .menu__item--right .menu__link {
    padding-right: 0;
    padding-left: 0;
  }
  .menu__item--right .menu__link:hover, .menu__item--right .menu__link:focus {
    background-color: transparent;
    background-image: -webkit-linear-gradient(45deg, #fdd845, #b88a3c);
    background-image: -moz-linear-gradient(45deg, #fdd845, #b88a3c);
    background-image: linear-gradient(45deg, #fdd845, #b88a3c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}
.menu__item .icon {
  margin: 0 5px 0 0;
  vertical-align: middle;
  font-size: 1.25em;
}
.menu__item .icon-chevron {
  display: inline-block;
  margin: -3px 0 0 5px;
  font-size: 8px;
}
@media only screen and (max-width: 991px) {
  .menu__item .icon-chevron {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.menu__item--sub .menu__link:before {
  float: right;
  margin: 8px 0 0 7px;
  width: 0;
  height: 0;
  content: "";
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .menu__item--sub .menu__link:before {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid black;
  }
}
@media only screen and (min-width: 992px) {
  .menu__item--sub .menu__link:before {
    border-top: 4px solid black;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
}
@media only screen and (min-width: 1200px) {
  .menu__item--sub .menu__link:before {
    border-top: 5px solid black;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
}
.menu__item--active .menu__link:after {
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .menu__item--hover.menu__item--sub {
    padding: 10px 0;
  }
}
.menu__item--hover.menu__item--sub .submenu-nav {
  display: block;
}
@media only screen and (min-width: 992px) {
  .menu__item--hover.menu__item--sub .menu__link {
    padding: 20px 10px 30px 10px;
    border: 1px solid #e1e1e1;
    border-width: 1px 1px 0 1px;
    background: white;
    color: black;
  }
}
@media only screen and (min-width: 1200px) {
  .menu__item--hover.menu__item--sub .menu__link {
    padding: 20px 20px 30px 20px;
  }
}
.menu__item--hover.menu__item--sub .menu__link:after {
  bottom: 25px;
}
.menu__link {
  position: relative;
  z-index: 2;
  display: inline-block;
  box-sizing: border-box;
  color: inherit;
  line-height: 120%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (max-width: 991px) {
  .menu__link {
    width: 100%;
    padding: 20px;
    background: white;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 992px) {
  .menu__link {
    padding: 0 10px;
    border: 1px solid transparent;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
@media only screen and (min-width: 1200px) {
  .menu__link {
    font-size: 1em;
    font-weight: 400;
    font-family: "GothamMedium";
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .menu__link:after {
    display: block;
    margin: 10px 0 0 0;
    height: 3px;
    background: #b88a3c;
    content: "";
    opacity: 0;
  }
}

.menu-nav {
  z-index: 100;
}
@media only screen and (max-width: 991px) {
  .menu-nav {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 100%;
    width: 100%;
    background: #f9f9f9;
    opacity: 0;
    transition: 0.3s 0s opacity, 0s 0.2s left;
  }
}
@media only screen and (max-width: 991px) {
  .menu-nav__helper {
    overflow: auto;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .menu-nav__helper {
    margin: 0 0 0 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-nav__helper {
    margin: 0 0 0 22%;
  }
}
.menu-nav .social {
  margin: 0 0 30px 0;
  padding: 0 12px;
}
.menu-nav .social__link {
  color: #8b8c90;
}

.mobile-menu {
  padding: 30px 20px;
  list-style: none;
}
.mobile-menu__item {
  margin: 0 0 20px 0;
}
.mobile-menu__item:last-child {
  margin: 0;
}
.mobile-menu__link {
  color: #8b8c90;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamBold";
}

body.menu-active {
  overflow: hidden;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  body.menu-active {
    padding-right: 17px;
  }
}
body.header-active {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  body.header-active {
    position: fixed;
    -webkit-overflow-scrolling: auto;
  }
}
body.header-active .menu-nav {
  left: 0;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  body.header-active .menu-nav {
    transition: 0.3s 0s opacity;
  }
}

@media only screen and (min-width: 992px) {
  .header--index:not(.affix) .menu__item--sub:not(.menu__item--hover) .menu__link:before {
    border-top-color: white;
  }
}
@media only screen and (min-width: 992px) {
  .header--index:not(.affix) .menu__item--hover.menu__item--sub .menu__link {
    border-color: #666666;
    background: black;
    color: white;
  }
}
@media only screen and (min-width: 992px) {
  .header--index:not(.affix) .menu__item--hover.menu__item--sub .menu__link:before {
    border-top-color: white;
  }
}
.header--index:not(.affix) .menu__item--hover.menu__item--sub .submenu-nav {
  border-color: #666666;
  background: black;
  color: white;
}

@media only screen and (min-width: 992px) {
  .header.affix .menu__item--hover.menu__item--sub {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .header.affix .menu__item--hover.menu__item--sub .menu__link {
    margin-top: -10px;
    padding-top: 22px;
    padding-bottom: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .header.affix .menu__item {
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 0;
  }
}

.submenu {
  margin: 0 0 30px 0;
  list-style: none;
}
.submenu__item {
  margin: 0 0 2px 0;
}
.submenu__link {
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamLight";
}
@media only screen and (min-width: 992px) {
  .submenu__link {
    transition: 0.2s 0s;
  }
  .submenu__link:hover, .submenu__link:focus {
    color: black;
  }
}

.submenu-nav {
  position: fixed;
  left: 100%;
  z-index: 1;
  width: 100%;
  background: white;
  color: black;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .submenu-nav {
    top: 50px;
    bottom: 0;
    transition: 0s 0.2s left;
  }
}
@media only screen and (min-width: 992px) {
  .submenu-nav {
    position: absolute;
    top: auto;
    left: 0;
    display: none;
    margin-top: -1px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
  }
}
.submenu-nav .menu-bar {
  margin-bottom: 0;
  border-bottom: none;
}
@media only screen and (max-width: 991px) {
  .submenu-nav .menu-bar {
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .submenu-nav .menu-bar__item {
    border-top: 1px solid #e1e1e1;
  }
}
@media only screen and (max-width: 991px) {
  .submenu-nav .menu-bar__item:last-child {
    border-bottom: 1px solid #e1e1e1;
  }
}
.submenu-nav .menu-bar__link {
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (max-width: 991px) {
  .submenu-nav .menu-bar__link {
    padding: 20px;
    background: white;
    text-transform: uppercase;
    line-height: 120%;
    opacity: 1;
  }
}
@media only screen and (max-width: 991px) {
  .submenu-nav__helper {
    overflow: auto;
    padding: 30px 0;
    height: 100%;
  }
}
.submenu-nav__helper:after {
  display: block;
  height: 30px;
}
@media only screen and (max-width: 991px) {
  .submenu-nav__helper:after {
    content: "";
  }
}
.submenu-nav__back {
  display: block;
  padding: 0;
  padding: 10px;
  width: 100%;
  border: none;
  background: none;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamBold";
}
.submenu-nav__back .icon {
  margin-top: -1px;
  vertical-align: middle;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.submenu-nav__heading {
  display: inline-block;
  margin: 0 0 10px 0;
  color: inherit;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (max-width: 991px) {
  .submenu-nav__button {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  body.menu-active .submenu-nav {
    transition: 0.3s 0s left;
  }
}
@media only screen and (max-width: 991px) {
  body.menu-active .menu-nav {
    transition: 0.3s 0s left;
  }
}
body.submenu-active .menu__item.active .submenu-nav {
  display: block;
}
@media only screen and (max-width: 991px) {
  body.submenu-active .menu__item.active .submenu-nav {
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  body.submenu-active .menu-nav {
    left: -100%;
  }
}

.footer {
  position: relative;
  z-index: 1;
  padding: 30px 0 20px 0;
  background: #1b1819;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .footer {
    text-align: center;
  }
}
.footer__logo {
  margin: 0 auto;
  max-width: 135px;
}
@media only screen and (min-width: 992px) {
  .footer__logo {
    margin: 0;
    max-width: 150px;
  }
}
.footer__menu-toggle {
  display: block;
  margin: 0 auto 30px auto;
  padding: 25px 0;
  width: 200px;
  border: 1px solid rgba(253, 216, 69, 0.2);
  border-width: 1px 0 1px 0;
  background: none;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  font-family: "GothamBold";
}

.footer-menu {
  overflow: hidden;
  margin: 30px 0 0 0;
  padding: 35px 0;
  border-top: 1px solid rgba(253, 216, 69, 0.2);
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .footer-menu {
    margin: 50px 0 0 0;
  }
}
.footer-menu__item {
  min-width: 0;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex: 1 1 0%;
}
@media only screen and (min-width: 992px) {
  .footer-menu__item {
    margin: 0 30px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-menu__item {
    margin: 0 70px 0 0;
  }
}
.footer-menu__item:last-child {
  margin-right: 0;
}
.footer-menu__item .icon {
  margin: 0 10px 0 0;
}
.footer-menu__link {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 0.813em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .footer-menu__link {
    font-size: 1em;
    font-weight: 400;
    font-family: "GothamBold";
    transition: 0.2s;
  }
  .footer-menu__link:hover:after, .footer-menu__link:focus:after {
    width: 100%;
    opacity: 1;
  }
}
.footer-menu__link:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 2px;
  background: -webkit-linear-gradient(left, rgba(253, 216, 69, 0) 0%, rgba(253, 216, 69, 0.75) 50%, rgba(253, 216, 69, 0) 100%);
  background: -moz-linear-gradient(left, rgba(253, 216, 69, 0) 0%, rgba(253, 216, 69, 0.75) 50%, rgba(253, 216, 69, 0) 100%);
  background: linear-gradient(left, rgba(253, 216, 69, 0) 0%, rgba(253, 216, 69, 0.75) 50%, rgba(253, 216, 69, 0) 100%);
  content: "";
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 992px) {
  .footer-menu__link:after {
    transition: 0.2s 0s;
  }
}

.footer-submenu {
  margin: 30px 0 0 0;
  list-style: none;
}
.footer-submenu__item {
  margin: 0 0 10px 0;
}
.footer-submenu__item:last-child {
  margin-bottom: 0;
}
.footer-submenu__link {
  color: inherit;
  opacity: 0.7;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .footer-submenu__link {
    transition: 0.2s;
  }
  .footer-submenu__link:hover, .footer-submenu__link:focus {
    opacity: 1;
  }
}

.footer-links {
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .footer-links {
    float: right;
  }
}
.footer-links__item {
  position: relative;
  float: left;
  margin: 0 60px 0 0;
}
.footer-links__item:last-child {
  margin-right: 0;
}
.footer-links__link {
  color: #ffffff;
  font-size: 0.813em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .footer-links__link {
    font-size: 1em;
    font-weight: 400;
    font-family: "GothamBold";
    transition: 0.2s;
  }
  .footer-links__link:hover:after, .footer-links__link:focus:after {
    width: 100%;
    opacity: 1;
  }
}
.footer-links__link:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 2px;
  background: -webkit-linear-gradient(left, rgba(253, 216, 69, 0) 0%, rgba(253, 216, 69, 0.75) 50%, rgba(253, 216, 69, 0) 100%);
  background: -moz-linear-gradient(left, rgba(253, 216, 69, 0) 0%, rgba(253, 216, 69, 0.75) 50%, rgba(253, 216, 69, 0) 100%);
  background: -ms-linear-gradient(left, rgba(253, 216, 69, 0) 0%, rgba(253, 216, 69, 0.75) 50%, rgba(253, 216, 69, 0) 100%);
  background: -o-linear-gradient(left, rgba(253, 216, 69, 0) 0%, rgba(253, 216, 69, 0.75) 50%, rgba(253, 216, 69, 0) 100%);
  background: linear-gradient(left, rgba(253, 216, 69, 0) 0%, rgba(253, 216, 69, 0.75) 50%, rgba(253, 216, 69, 0) 100%);
  content: "";
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 992px) {
  .footer-links__link:after {
    transition: 0.2s 0s;
  }
}

.footer-bottom {
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .footer-bottom {
    padding: 20px 0 0 0;
    border-top: 1px solid rgba(253, 216, 69, 0.2);
  }
}

.copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamBook";
}
@media only screen and (max-width: 991px) {
  .copyright {
    margin: 10px 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .copyright {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "GothamBook";
  }
}
.copyright a {
  color: inherit;
  opacity: 0.7;
}
@media only screen and (min-width: 992px) {
  .copyright a {
    transition: 0.2s;
  }
  .copyright a:hover, .copyright a:focus {
    opacity: 1;
  }
}

.development {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamBook";
}
@media only screen and (min-width: 992px) {
  .development {
    float: right;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "GothamBook";
  }
}
.development a {
  color: white;
  text-transform: uppercase;
  opacity: 0.5;
}
@media only screen and (min-width: 992px) {
  .development a {
    transition: 0.2s;
  }
  .development a:hover, .development a:focus {
    opacity: 1;
  }
}
.development img {
  max-width: 136px;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .development img {
    display: block;
    margin: 10px auto;
  }
}
@media only screen and (min-width: 992px) {
  .development img {
    position: relative;
    top: -2px;
    display: inline-block;
  }
}

/*------------------------------------*\
    CONTENT
\*------------------------------------*/
.content {
  position: relative;
  /*overflow: hidden;*/
}
@media only screen and (max-width: 991px) {
  .content {
    padding: 50px 0 0 0;
  }
}
.return-top {
  position: fixed;
  right: -100%;
  bottom: 5%;
  z-index: 1;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #8b8c90;
  border-radius: 40px;
  background: white;
  box-shadow: 0 -5px 8px -5px rgba(0, 0, 0, 0.3);
  text-align: center;
  opacity: 0;
  transition: 0.2s 0s opacity, 0s 0.2s right;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
@media only screen and (min-width: 992px) {
  .return-top:hover, .return-top:focus {
    border-color: black;
  }
}

body.return-top-active .return-top {
  right: 5%;
  opacity: 1;
  transition: 0.2s 0s opacity, 0s 0s right;
}

.table {
  display: table;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .table--responsive thead {
    display: none;
  }
}
.table--responsive thead tr {
  background: none;
}
.table--responsive tbody tr {
  background: #f5f5f5;
}
@media only screen and (max-width: 991px) {
  .table--responsive tbody tr {
    display: block;
    margin: 0 0 15px;
    padding: 20px 15px;
  }
}
.table--responsive th {
  padding: 0 10px 20px;
}
.table--responsive td {
  padding: 0 0 10px;
  vertical-align: top;
}
@media only screen and (max-width: 991px) {
  .table--responsive td {
    display: block;
  }
  .table--responsive td:last-child {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .table--responsive td {
    padding: 20px 10px;
    border-bottom: 10px solid white;
  }
}
.table--responsive td:before {
  display: block;
  float: left;
  padding: 2px 0 0;
  width: 30%;
  color: #8b8c90;
  text-transform: uppercase;
  line-height: 140%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (max-width: 991px) {
  .table--responsive td:before {
    content: attr(data-title);
  }
}
.table__heading {
  color: #8b8c90;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBold";
}
.table__value {
  overflow: hidden;
  line-height: 140%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBook";
}
@media only screen and (min-width: 992px) {
  .table__value {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamBook";
  }
}
.table__link {
  padding: 0;
  border: none;
  background: none;
  color: black;
  text-decoration: underline;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 1em;
  font-weight: 400;
  font-family: "GothamBold";
}

.table-total {
  margin: 30px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1em;
  font-weight: 700;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .table-total {
    font-size: 1.5em;
    font-weight: 700;
    font-family: "Arial", Helvetica, sans-serif;
  }
}

.aacta-table tr td,
.aacta-table tr th {
  vertical-align: middle;
  min-width: 110px;
  padding: 12px 5px;
  font-size: 0.675em;
  font-weight: 400;
  font-family: "GothamBook";
  color: #636162;
}
@media only screen and (min-width: 992px) {
  .aacta-table tr td,
.aacta-table tr th {
    padding: 14px 20px;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "GothamBook";
  }
}
.aacta-table tr td.selected,
.aacta-table tr th.selected {
  border-left: 2px solid #BFBFBF;
  border-right: 2px solid #BFBFBF;
}
.aacta-table tr td .heading,
.aacta-table tr th .heading {
  color: #211e1f;
  letter-spacing: 0.025em;
  font-size: 1.125em;
}
@media only screen and (min-width: 992px) {
  .aacta-table tr td .heading,
.aacta-table tr th .heading {
    font-size: 1.25em;
  }
}
.aacta-table tr td a.button,
.aacta-table tr th a.button {
  color: white;
}
.aacta-table tr td a.button.button--black-border,
.aacta-table tr th a.button.button--black-border {
  color: black;
}
.aacta-table tr td a.button.button--black-border:focus, .aacta-table tr td a.button.button--black-border:hover,
.aacta-table tr th a.button.button--black-border:focus,
.aacta-table tr th a.button.button--black-border:hover {
  color: white;
}
.aacta-table tr td a.button.button--white, .aacta-table tr td a.button.button--yellow,
.aacta-table tr th a.button.button--white,
.aacta-table tr th a.button.button--yellow {
  color: black;
}
.aacta-table tr td a.button.button--yellow-gradient-border,
.aacta-table tr th a.button.button--yellow-gradient-border {
  color: #fdd845;
}
.aacta-table tr td a.button.button--yellow-border,
.aacta-table tr th a.button.button--yellow-border {
  color: #fdd845;
}
.aacta-table tr td a.button.button--yellow-border:focus, .aacta-table tr td a.button.button--yellow-border:hover,
.aacta-table tr th a.button.button--yellow-border:focus,
.aacta-table tr th a.button.button--yellow-border:hover {
  color: black;
}
.aacta-table tr th {
  background: white;
  font-family: "GothamBook";
}
.aacta-table tr td {
  border-top: none;
  background: white;
}
.aacta-table tr td img {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .aacta-table tr td img {
    padding: 6px 0;
  }
}
.aacta-table tr:nth-child(even) td {
  background: #F7F7F7;
}
.aacta-table tr:first-child td.selected,
.aacta-table tr:first-child th.selected {
  border-top: 2px solid #BFBFBF;
}
.aacta-table tr:last-child td.selected,
.aacta-table tr:last-child th.selected {
  border-bottom: 2px solid #BFBFBF;
}
@media only screen and (max-width: 991px) {
  .aacta-table--fixed {
    table-layout: fixed;
  }
}
@media only screen and (max-width: 991px) {
  .aacta-table--fixed td,
.aacta-table--fixed th {
    width: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .aacta-table--fixed td:first-child,
.aacta-table--fixed th:first-child {
    position: sticky;
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .aacta-table--fixed tr {
    position: relative;
  }
}

.info-box {
  margin: 40px 0;
  padding: 15px;
  background: #f0f0f0;
  color: black;
}
.info-box--yellow, .info-box--notice {
  background: #fdf3d4;
  color: black;
}
.info-box:first-child {
  margin-top: 0;
}
.info-box:last-child {
  margin-bottom: 0;
}
.info-box p {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .info-box .button {
    margin: 15px 0 0 0;
  }
}

.login-modal .modal__close:before {
  content: none;
}

.listing__heading {
  margin: 0 0 25px 0;
}
@media only screen and (max-width: 991px) {
  .listing__heading {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .listing__heading {
    margin: 0 0 15px 0;
  }
}

.listing-list--big .listing-list__heading--big {
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .listing-list--big .listing-list__heading--big {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.listing-list--big .listing-list__title {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamMedium";
}
@media only screen and (min-width: 992px) {
  .listing-list--big .listing-list__title {
    line-height: 140%;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamBook";
  }
}
@media only screen and (min-width: 992px) {
  .listing-list--white {
    margin: 0 -15px;
  }
}
@media only screen and (min-width: 992px) {
  .listing-list--white .listing-list__item {
    float: left;
    margin: 0 0 30px 0;
    padding: 0 15px;
    width: 25%;
  }
}
@media only screen and (min-width: 992px) {
  .listing-list--white .listing-list__link {
    background: white;
    transition: 0.2s 0s;
  }
  .listing-list--white .listing-list__link:hover, .listing-list--white .listing-list__link:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
.listing-list--white .listing-list__title {
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .listing-list--white .listing-list__title {
    height: 60px;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
@media only screen and (min-width: 992px) {
  .listing-list--white .listing-list__helper {
    padding: 15px 20px;
  }
}
.listing-list__item {
  display: block;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 992px) {
  .listing-list__item {
    margin: 0 0 20px 0;
  }
}
.listing-list__link {
  display: block;
  color: inherit;
}
.listing-list__link:after {
  display: block;
  clear: both;
  content: "";
}
.listing-list__helper {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .listing-list__helper {
    padding: 10px 0 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .listing-list__photo {
    float: left;
    margin: 0 10px 0 0;
    max-width: 110px;
  }
}
.listing-list__heading {
  display: block;
  margin: 0 0 5px 0;
  color: rgba(33, 30, 31, 0.5);
  line-height: 120%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (max-width: 991px) {
  .listing-list__heading {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .listing-list__heading {
    margin: 0 0 10px 0;
    line-height: 140%;
  }
}
.listing-list__heading--gold {
  color: #b88a3c;
}
.listing-list__heading--uppercase {
  text-transform: uppercase;
}
.listing-list__heading--big {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .listing-list__heading--big {
    font-size: 1em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.listing-list__title {
  line-height: 120%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamMedium";
}
@media only screen and (max-width: 991px) {
  .listing-list__title {
    margin: 5px 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .listing-list__title {
    line-height: 140%;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamBook";
  }
}
.listing-list__text {
  margin: 10px 0 0 0;
  line-height: 140%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamLight";
}
@media only screen and (min-width: 992px) {
  .listing-list__text {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamLight";
  }
}

.feature-box .section__heading {
  margin: 0 0 20px 0;
}
.feature-box ul {
  list-style: none;
}
.feature-box li {
  display: block;
  padding: 10px 0 0 0;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamMedium";
}
@media only screen and (min-width: 992px) {
  .feature-box li {
    padding: 20px 0 0 0;
    font-size: 1em;
    font-weight: 400;
    font-family: "GothamMedium";
  }
}
.feature-box li .icon-check {
  background-color: transparent;
  background-image: linear-gradient(45deg, #fdd845, #b88a3c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  vertical-align: middle;
  font-size: 1.375em;
}
@media only screen and (min-width: 992px) {
  .feature-box--columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.feature-box--dark {
  padding: 30px 15px;
  background: #19202C;
  color: white;
}
@media only screen and (min-width: 992px) {
  .feature-box--dark {
    padding: 45px 35px;
  }
}
@media only screen and (min-width: 992px) {
  .feature-box--small li {
    padding: 10px 0 0 0;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}

.menu-bar {
  text-align: left;
  background-color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .menu-bar {
    display: none;
    margin: 15px 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .menu-bar {
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .menu-bar__item {
    display: inline-block;
    margin: 0 10px;
    vertical-align: bottom;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-bar__item {
    margin: 0 15px;
  }
}
.menu-bar__link {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid transparent;
  color: inherit;
  opacity: 0.7;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBook";
}
@media only screen and (min-width: 992px) {
  .menu-bar__link {
    padding: 0 5px;
    line-height: 45px;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamMedium";
    transition: 0.2s 0s;
  }
  .menu-bar__link:hover, .menu-bar__link:focus {
    opacity: 1;
  }
}
.menu-bar__link--active {
  border-color: #b88a3c;
  opacity: 1;
}
.menu-bar__container {
  position: relative;
}
.menu-bar__icon {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  z-index: 999;
}

.scroll-start {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .scroll-start {
    margin-bottom: 40px;
  }
}
.scroll-start:before, .scroll-start:after {
  position: absolute;
  top: 25px;
  border-top: 1px solid;
  content: "";
  opacity: 0.1;
}
@media only screen and (min-width: 992px) {
  .scroll-start:before, .scroll-start:after {
    top: 35px;
  }
}
.scroll-start:before {
  right: calc(50% + 55px);
  left: 0;
}
.scroll-start:after {
  right: 0;
  left: calc(50% + 55px);
}
.scroll-start__heading {
  display: inline-block;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamMedium";
}
@media only screen and (min-width: 992px) {
  .scroll-start__heading {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "GothamMedium";
    transition: 0.2s 0s;
  }
  .scroll-start__heading:hover, .scroll-start__heading:focus {
    color: #b88a3c;
    opacity: 1;
  }
}
.scroll-start__heading:after {
  display: block;
  margin: 0 auto 0 auto;
  width: 15px;
  height: 15px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  content: "";
  -webkit-transform: scale(1, 0.8) rotate(135deg);
  -ms-transform: scale(1, 0.8) rotate(135deg);
  transform: scale(1, 0.8) rotate(135deg);
}
@media only screen and (min-width: 768px) {
  .scroll-start__heading:after {
    width: 30px;
    height: 30px;
    border-width: 2px 2px 0 0;
  }
}

.inner-menu {
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .inner-menu {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .inner-menu {
    float: right;
  }
}
.inner-menu__item {
  position: relative;
  display: inline-block;
  margin: 0 8px;
}
@media only screen and (min-width: 992px) {
  .inner-menu__item {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .inner-menu__item:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .inner-menu__item:last-child {
    margin-right: 0;
  }
}
.inner-menu__item--active {
  color: black;
}
@media only screen and (max-width: 991px) {
  .inner-menu__item--active .inner-menu__link {
    border-bottom: 1px solid #b88a3c;
  }
}
@media only screen and (min-width: 992px) {
  .inner-menu__item--active .inner-menu__link:before {
    opacity: 1;
  }
}
.inner-menu__link {
  color: inherit;
  text-transform: uppercase;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .inner-menu__link {
    display: block;
    font-size: 1em;
    font-weight: 400;
    font-family: "GothamBold";
    transition: 0.2s 0s;
  }
  .inner-menu__link:hover, .inner-menu__link:focus {
    color: black;
  }
  .inner-menu__link:hover:before, .inner-menu__link:focus:before {
    opacity: 1;
  }
}
.inner-menu__link:before {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  border-top: 1px solid #b88a3c;
  content: "";
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .inner-menu__link:before {
    bottom: -15px;
    transition: 0.2s 0s;
  }
}

.banner {
  position: relative;
  z-index: 1;
  padding: 15px 0 30px 0;
  background: black center center no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .banner {
    padding: 167px 0 60px 0;
    text-align: left;
  }
}
.banner__item {
  position: relative;
  z-index: 1;
  margin: 0 0 20px 0;
  background: center center no-repeat;
  background-size: cover;
}
.banner__item:last-child {
  margin-bottom: 0;
}
.banner__photo {
  max-width: none;
}
.banner__photo img {
  width: 100%;
}
.banner__info {
  padding: 15px 20px;
  background: #19202C;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .banner__info {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    background: rgba(25, 32, 44, 0.9);
  }
}
.banner__title {
  line-height: 140%;
  font-size: 0.688em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .banner__title {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.banner__button {
  float: right;
  padding: 5px 15px;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamBold";
}
.banner-slider {
  z-index: 1;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .banner-slider {
    margin: 0 0 30px 0;
  }
}
@media only screen and (min-width: 992px) {
  .banner-slider {
    text-align: left;
  }
}
.banner-slider__item {
  position: relative;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .banner-slider__item.slick-active .banner__content {
    margin-top: 0;
    opacity: 1;
    transition: 0.8s 0.1s opacity, 0.8s 0.1s margin-top;
  }
}
.banner-slider__photo {
  max-width: none;
}
.banner-slider__photo img {
  width: 100%;
}
.banner-slider__info {
  padding: 15px 20px;
  background: #19202C;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .banner-slider__info {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 20px 15px 30px;
    background: rgba(25, 32, 44, 0.9);
  }
}
.banner-slider__title {
  margin-bottom: 10px;
  line-height: 140%;
  font-size: 1.125em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .banner-slider__title {
    font-size: 1.375em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.banner-slider__short {
  line-height: 140%;
  opacity: 0.8;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBook";
}
@media only screen and (max-width: 991px) {
  .banner-slider__short {
    margin: 0 0 15px 0;
  }
}
@media only screen and (min-width: 992px) {
  .banner-slider__short {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamLight";
  }
}
.banner-slider__button {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .banner-slider__button {
    float: right;
    padding: 15px 20px;
  }
}
.banner-slider .slider__box,
.banner-slider .slider__cycle,
.banner-slider .slick-track,
.banner-slider .slick-list {
  height: 100%;
}
.banner-slider .slider__dots {
  position: absolute;
  right: 0;
  bottom: -35px;
  left: 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .banner-slider .slider__dots li {
    margin: 0 3px;
  }
}
.banner-slider .slider__dots li.slick-active button:before {
  background: white;
}
@media only screen and (min-width: 992px) {
  .banner-slider .slider__dots li.slick-active button:before {
    background: #b88a3c;
  }
}
@media only screen and (min-width: 992px) {
  .banner-slider .slider__dots button {
    padding: 10px 0;
    width: auto;
    height: auto;
  }
}
.banner-slider .slider__dots button:before {
  background: none;
}
@media only screen and (max-width: 991px) {
  .banner-slider .slider__dots button:before {
    border: 1px solid white;
  }
}
@media only screen and (min-width: 992px) {
  .banner-slider .slider__dots button:before {
    margin: 0;
    width: 42px;
    height: 3px;
    background: rgba(255, 255, 255, 0.45);
  }
}

.content-header + .section {
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .content-header + .section {
    padding-top: 50px;
  }
}
.content-header__particles {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.content-header--dark {
  position: relative;
  z-index: 1;
  background: black center center no-repeat;
  background-size: cover;
  color: white;
}
.content-header--dark:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 15%;
  background: linear-gradient(90deg, #19202C 25%, rgba(25, 32, 44, 0) 100%);
}
@media only screen and (min-width: 1600px) {
  .content-header--dark:before {
    content: "";
  }
}
.content-header--dark:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 15%;
  background: linear-gradient(-90deg, #19202C 25%, rgba(25, 32, 44, 0) 100%);
}
@media only screen and (min-width: 1600px) {
  .content-header--dark:after {
    content: "";
  }
}
.content-header--black {
  position: relative;
  z-index: 1;
  background: black center center no-repeat;
  background-size: cover;
  color: white;
}

.content-header-slider {
  z-index: 1;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .content-header-slider {
    margin: 0 auto;
    max-width: 750px;
  }
}
.content-header-slider__item {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 992px) {
  .content-header-slider__item {
    margin: 0 auto 40px auto;
    max-width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-header-slider__item {
    max-width: 1170px;
  }
}
.content-header-slider__container {
  position: relative;
  overflow: hidden;
  margin: 0 15px;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 992px) {
  .content-header-slider__container {
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3);
  }
}
.content-header-slider__container:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-radial-gradient(ellipse at center, black 0%, black 5%, rgba(25, 32, 44, 0) 70%);
  background: -moz-radial-gradient(ellipse at center, black 0%, black 5%, rgba(25, 32, 44, 0) 70%);
  background: radial-gradient(ellipse at center, black 0%, black 5%, rgba(25, 32, 44, 0) 70%);
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.content-header-slider__container:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-radial-gradient(ellipse at center, black 0%, black 5%, rgba(25, 32, 44, 0) 70%);
  background: -moz-radial-gradient(ellipse at center, black 0%, black 5%, rgba(25, 32, 44, 0) 70%);
  background: radial-gradient(ellipse at center, black 0%, black 5%, rgba(25, 32, 44, 0) 70%);
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.content-header-slider__photo {
  max-width: none;
}
.content-header-slider__content {
  padding: 15px 20px;
  background: #19202C;
}
@media only screen and (min-width: 992px) {
  .content-header-slider__content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 20px 15px 30px;
    background: rgba(25, 32, 44, 0.8);
  }
}
.content-header-slider__content > * {
  position: relative;
  z-index: 2;
}
.content-header-slider__heading {
  display: block;
  margin: 0 0 10px 0;
  color: #b88a3c;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (max-width: 991px) {
  .content-header-slider__heading {
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 992px) {
  .content-header-slider__heading {
    margin: 0 0 5px 0;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.content-header-slider__title {
  color: white;
  line-height: 120%;
  font-size: 1.125em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (max-width: 991px) {
  .content-header-slider__title {
    margin: 0 0 15px 0;
  }
}
@media only screen and (min-width: 992px) {
  .content-header-slider__title {
    line-height: 140%;
    font-size: 1.375em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
@media only screen and (min-width: 992px) {
  .content-header-slider__button {
    float: right;
  }
}
.content-header-slider .photo__image {
  width: 100%;
}
.content-header-slider .slider__box,
.content-header-slider .slider__cycle,
.content-header-slider .slick-track,
.content-header-slider .slick-list {
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .content-header-slider .slider__cycle.slick-initialized .content-header-slider__item {
    margin: 0 50px;
  }
}
.content-header-slider .slider__dots {
  margin: 20px 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .content-header-slider .slider__dots li {
    margin: 0 3px;
  }
}
.content-header-slider .slider__dots li.slick-active button:before {
  background: white;
}
@media only screen and (min-width: 992px) {
  .content-header-slider .slider__dots li.slick-active button:before {
    background: #b88a3c;
  }
}
@media only screen and (min-width: 992px) {
  .content-header-slider .slider__dots button {
    padding: 10px 0;
    width: auto;
    height: auto;
  }
}
.content-header-slider .slider__dots button:before {
  background: none;
}
@media only screen and (max-width: 991px) {
  .content-header-slider .slider__dots button:before {
    border: 1px solid white;
  }
}
@media only screen and (min-width: 992px) {
  .content-header-slider .slider__dots button:before {
    margin: 0;
    width: 42px;
    height: 3px;
    background: rgba(255, 255, 255, 0.45);
  }
}

.become-a-member-banner {
  position: relative;
  z-index: 1;
  padding: 50px 0 30px 0;
  color: white;
}
@media only screen and (min-width: 992px) {
  .become-a-member-banner {
    padding: 80px 30px 50px 30px;
  }
}
.become-a-member-banner__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #19202C right center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .become-a-member-banner__bg {
    background-position: right top;
  }
}
.become-a-member-banner__heading {
  margin: 0 0 15px 0;
  text-transform: uppercase;
  font-size: 1.375em;
  font-weight: 400;
  font-family: "GothamLight";
}
@media only screen and (min-width: 992px) {
  .become-a-member-banner__heading {
    font-size: 2.125em;
    font-weight: 400;
    font-family: "GothamLight";
  }
}
.become-a-member-banner__text {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 992px) {
  .become-a-member-banner__text {
    margin: 0 0 30px 0;
  }
}

.become-a-member-widget {
  display: block;
  padding: 20px 15px;
  background: url(../../img/member-banner-widget.jpg) #19202C left center no-repeat;
  background-size: cover;
  color: white;
}
@media only screen and (max-width: 991px) {
  .become-a-member-widget {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .become-a-member-widget {
    padding: 25px 35px;
  }
}
.become-a-member-widget__title {
  display: block;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .become-a-member-widget__title {
    font-size: 1em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.become-a-member-widget__text {
  display: block;
  color: #b88a3c;
  font-size: 0.688em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .become-a-member-widget__text {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.become-a-member-widget__logo {
  display: block;
  margin: 0 auto;
  max-width: 145px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .become-a-member-widget__logo {
    margin: 0 0 0 auto;
  }
}

.entry-widget {
  padding: 20px 10%;
  background: black;
  color: white;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .entry-widget {
    padding: 25px 12% 35px 12%;
  }
}
.entry-widget__logo {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 132px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .entry-widget__logo {
    margin-bottom: 30px;
  }
}
.entry-widget__title {
  display: block;
  margin: 0 0 20px 0;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .entry-widget__title {
    margin: 0 0 40px 0;
    font-size: 1em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.entry-widget__text {
  display: block;
  margin: 0 0 20px 0;
  line-height: 140%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamMedium";
}
@media only screen and (min-width: 992px) {
  .entry-widget__text {
    margin: 0 0 40px 0;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamMedium";
  }
}
.membership-banner {
  position: relative;
  z-index: 1;
  padding: 40px 0 30px 0;
  color: white;
}
@media only screen and (min-width: 992px) {
  .membership-banner {
    padding: 65px 30px 50px 30px;
  }
}
.membership-banner--dark .membership-banner__bg:before {
  background: -webkit-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
}
@media only screen and (min-width: 992px) {
  .membership-banner--dark .membership-banner__bg:before {
    right: 30%;
    background: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.9) 60%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.9) 60%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.9) 60%, rgba(0, 0, 0, 0) 100%);
  }
}
.membership-banner__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #19202C right center no-repeat;
  background-size: cover;
}
.membership-banner__bg:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(0deg, #0d121b 0%, rgba(13, 18, 27, 0) 100%);
  background: -moz-linear-gradient(0deg, #0d121b 0%, rgba(13, 18, 27, 0) 100%);
  background: linear-gradient(0deg, #0d121b 0%, rgba(13, 18, 27, 0) 100%);
  content: "";
}
@media only screen and (min-width: 992px) {
  .membership-banner__bg:before {
    right: 33.33%;
    background: -webkit-linear-gradient(90deg, #0d121b 0%, rgba(13, 18, 27, 0.9) 60%, rgba(13, 18, 27, 0) 100%);
    background: -moz-linear-gradient(90deg, #0d121b 0%, rgba(13, 18, 27, 0.9) 60%, rgba(13, 18, 27, 0) 100%);
    background: linear-gradient(90deg, #0d121b 0%, rgba(13, 18, 27, 0.9) 60%, rgba(13, 18, 27, 0) 100%);
  }
}
@media only screen and (min-width: 992px) {
  .membership-banner__text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.membership-banner__text .section__heading {
  margin: 0 0 20px 0;
}
.membership-banner__text ul {
  list-style: none;
}
.membership-banner__text li {
  display: block;
  margin: 0 0 10px 0;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamMedium";
}
@media only screen and (min-width: 992px) {
  .membership-banner__text li {
    margin: 0 0 20px 0;
    font-size: 1em;
    font-weight: 400;
    font-family: "GothamMedium";
  }
}
.membership-banner__text li .icon-check {
  background-color: transparent;
  background-image: -webkit-linear-gradient(45deg, #fdd845, #b88a3c);
  background-image: -moz-linear-gradient(45deg, #fdd845, #b88a3c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fdd845;
  vertical-align: middle;
  font-size: 1.375em;
}
.membership-banner__title {
  line-height: 120%;
  font-size: 1.375em;
  font-weight: 400;
  font-family: "GothamMedium";
}
@media only screen and (min-width: 992px) {
  .membership-banner__title {
    font-size: 2em;
    font-weight: 400;
    font-family: "GothamMedium";
  }
}
@media only screen and (max-width: 991px) {
  .membership-banner .button {
    display: block;
    width: 100%;
  }
}

.membership-header {
  z-index: 1;
  background: #0d121b center center no-repeat;
  color: white;
}
.membership-header__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #19202C right center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .membership-header__bg {
    background-size: contain;
  }
}
.membership-header__bg:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(0deg, #0d121b 0%, rgba(13, 18, 27, 0) 100%);
  background: -moz-linear-gradient(0deg, #0d121b 0%, rgba(13, 18, 27, 0) 100%);
  background: linear-gradient(0deg, #0d121b 0%, rgba(13, 18, 27, 0) 100%);
  content: "";
}
@media only screen and (min-width: 992px) {
  .membership-header__bg:before {
    right: 25%;
    background: -webkit-linear-gradient(90deg, #0d121b 0%, #0d121b 60%, rgba(13, 18, 27, 0) 100%);
    background: -moz-linear-gradient(90deg, #0d121b 0%, #0d121b 60%, rgba(13, 18, 27, 0) 100%);
    background: linear-gradient(90deg, #0d121b 0%, #0d121b 60%, rgba(13, 18, 27, 0) 100%);
  }
}

.partners {
  border-top: 1px solid #eee;
}
@media only screen and (min-width: 992px) {
  .partners {
    padding: 60px 0;
  }
}
.partners__text {
  text-transform: uppercase;
}
.partners__text p {
  color: #8b8c90;
  line-height: 140%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamMedium";
}
@media only screen and (min-width: 992px) {
  .partners__text p {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "GothamMedium";
  }
}
.partners__text a {
  color: black;
  font-size: 1em;
  font-weight: 400;
  font-family: "GothamBold";
}

.partners-list {
  margin: 30px 0 -10px 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .partners-list {
    margin: 50px 0 -20px 0;
  }
}
.partners-list__item {
  position: relative;
  display: inline-block;
  margin: 0 0 10px 0;
  width: 90px;
}
@media only screen and (min-width: 992px) {
  .partners-list__item {
    width: 190px;
  }
}
.partners-list__item:before {
  display: block;
  padding-bottom: 47.35%;
  content: "";
}
.partners-list__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 992px) {
  .tickets td {
    padding: 10px;
    border-bottom: 5px solid white;
  }
}
@media only screen and (min-width: 992px) {
  .tickets td:nth-child(1) {
    width: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .tickets td:nth-child(4) {
    width: 350px;
  }
}
.tickets .table__value {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBook";
}
.tickets .field {
  margin: 0;
  padding: 5px 20px 5px 5px;
}
@media only screen and (min-width: 992px) {
  .tickets .field {
    min-width: 0;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -ms-flex: 1 1 0%;
  }
}
.tickets .field:after {
  right: 5px;
}
@media only screen and (min-width: 992px) {
  .tickets .field__input, .tickets .login-area input, .login-area .tickets input,
.tickets .login-area textarea,
.login-area .tickets textarea,
.tickets .login-area select,
.login-area .tickets select {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "GothamBook";
  }
}
.tickets .form__submit {
  padding: 12px 5px;
  width: 100px;
}
@media only screen and (min-width: 992px) {
  .tickets .form__submit {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.tickets__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.video-thumbnail {
  position: relative;
  display: inline-block;
}
.video-thumbnail:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  display: block;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: black;
  width: 72px;
  height: 72px;
  line-height: 72px;
  font-size: 1.875em;
  text-align: center;
  font-family: Icomoon;
}
.video-thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.35);
  opacity: 1;
  transition: 0.2s 0s;
}
@media only screen and (min-width: 992px) {
  .video-thumbnail:hover:after {
    background: rgba(0, 0, 0, 0.6);
  }
}

.post-info-list {
  list-style: none;
}
.post-info-list__item {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 992px) {
  .post-info-list__item {
    margin: 0 0 30px 0;
  }
}
.post-info-list__item:last-child {
  margin-bottom: 0;
}
.post-info-list__heading {
  display: block;
  margin: 0 0 3px 0;
  color: #b88a3c;
  text-transform: uppercase;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamMedium";
}
@media only screen and (min-width: 992px) {
  .post-info-list__heading {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "GothamMedium";
  }
}
.post-info-list__title {
  display: block;
  color: inherit;
  line-height: 120%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .post-info-list__title {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}

.details-list {
  padding: 0 0 25px 0;
  border: 1px solid rgba(225, 225, 225, 0.7);
  border-width: 0 0 1px 0;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .details-list {
    padding: 40px 0;
    border-width: 1px 0 1px 0;
  }
}
.details-list__item {
  margin: 0 0 25px 0;
}
.details-list__item:last-child {
  margin-bottom: 0;
}
.details-list__icon {
  float: left;
  min-height: 1px;
  width: 40px;
}
.details-list__icon .icon {
  color: #8b8c90;
  font-size: 1.25em;
}
.details-list__content {
  overflow: hidden;
}
.details-list__heading {
  display: block;
  margin: 0 0 3px 0;
  text-transform: uppercase;
  font-size: 0.5em;
  font-weight: 400;
  font-family: "GothamLight";
}
@media only screen and (min-width: 992px) {
  .details-list__heading {
    font-size: 0.625em;
    font-weight: 400;
    font-family: "GothamLight";
  }
}
.details-list__panel {
  position: relative;
}
.details-list__panel-heading.collapsed:before {
  border-top: 5px solid black;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}
.details-list__panel-heading:before {
  position: absolute;
  top: 5px;
  right: 0;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
  border-left: 5px solid transparent;
  content: "";
  pointer-events: none;
  font-size: 0.75em;
  font-weight: 700;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .details-list__panel-heading:before {
    font-size: 0.875em;
    font-weight: 700;
    font-family: "Arial", Helvetica, sans-serif;
  }
}
.details-list__panel-content {
  padding: 10px 0 20px 0;
}
.details-list__panel-content p {
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamBook";
}
@media only screen and (min-width: 992px) {
  .details-list__panel-content p {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "GothamBook";
  }
}
.details-list__title {
  display: block;
  line-height: 120%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .details-list__title {
    font-size: 1em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.details-list__description {
  display: block;
  line-height: 120%;
  font-size: 0.563em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .details-list__description {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.details-list__info {
  display: block;
  color: #8b8c90;
  text-transform: uppercase;
  line-height: 120%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamBold";
}
.filter-bar {
  margin: 20px 0 0 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.filter-bar:after {
  display: block;
  clear: both;
  content: "";
}
.filter-bar:first-child {
  margin-top: 0;
}
.filter-bar__heading {
  padding: 12px 100%;
  color: #8b8c90;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (max-width: 991px) {
  .filter-bar__heading {
    margin: 0 -100%;
    border-bottom: 1px solid #e1e1e1;
    letter-spacing: 0.15em;
    cursor: pointer;
  }
}
@media only screen and (min-width: 992px) {
  .filter-bar__heading {
    float: left;
    padding: 15px 25px 0 0;
    width: 80px;
    line-height: 120%;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.filter-bar__heading span {
  float: right;
}
.filter-bar__heading span:before {
  content: "Hide";
}
.filter-bar__heading .icon {
  display: inline-block;
  margin: 0 0 0 16px;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.filter-bar__heading--active span:before {
  content: "Show";
}
.filter-bar__heading--active .icon {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media only screen and (max-width: 991px) {
  .filter-list {
    margin: 0 -200px;
  }
}
@media only screen and (min-width: 992px) {
  .filter-list {
    display: block !important;
    float: left;
  }
}
.filter-list__item {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .filter-list__item {
    padding: 0 200px;
  }
}
@media only screen and (min-width: 992px) {
  .filter-list__item {
    float: left;
    margin: 0 0 -1px 0;
    padding: 0 0 0 25px;
    border-bottom: 1px solid transparent;
  }
}
.filter-list__item.active {
  z-index: 2;
  border-color: #b88a3c;
}
.filter-list__item.active .filter-list__button {
  color: #b88a3c;
}
.filter-list__button {
  margin: 0 0 -1px -25px;
  padding: 0 25px;
  border: none;
  border-bottom: 1px solid transparent;
  background: none;
  color: inherit;
  line-height: 45px;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .filter-list__button {
    padding: 0 15px;
    line-height: 65px;
    transition: 0.2s 0s;
  }
  .filter-list__button:hover, .filter-list__button:focus {
    border-color: #b88a3c;
  }
}
.filter-list .field {
  margin: 0;
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.filter-list .field--select:after, .filter-list .login-area select:after, .login-area .filter-list select:after {
  right: 0;
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.filter-list .field__text, .filter-list .field[data-label]:before {
  margin: 0 10px 0 0;
  padding: 0;
  text-transform: none;
  white-space: nowrap;
  line-height: 45px;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamLight";
}
@media only screen and (min-width: 992px) {
  .filter-list .field__text, .filter-list .field[data-label]:before {
    line-height: 65px;
  }
}
.filter-list .field__input, .filter-list .login-area input, .login-area .filter-list input,
.filter-list .login-area textarea,
.login-area .filter-list textarea,
.filter-list .login-area select,
.login-area .filter-list select {
  padding: 0 30px 0 0;
  height: 45px;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (max-width: 991px) {
  .filter-list .field__input, .filter-list .login-area input, .login-area .filter-list input,
.filter-list .login-area textarea,
.login-area .filter-list textarea,
.filter-list .login-area select,
.login-area .filter-list select {
    text-align: right;
    direction: rtl;
  }
}
@media only screen and (min-width: 992px) {
  .filter-list .field__input, .filter-list .login-area input, .login-area .filter-list input,
.filter-list .login-area textarea,
.login-area .filter-list textarea,
.filter-list .login-area select,
.login-area .filter-list select {
    padding: 0 15px 0 0;
    height: 65px;
  }
}

.entries-widget {
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 992px) {
  .entries-widget {
    margin: 0 0 60px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .entries-widget {
    margin: 0 0 100px 0;
  }
}
.entries-widget__info {
  margin: 10px 0 0 0;
  padding: 5px 0 0 0;
  border-top: 1px solid #b88a3c;
}
.entries-widget__info-item {
  display: inline-block;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamLight";
}
@media only screen and (min-width: 992px) {
  .entries-widget__info-item {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamLight";
  }
}
.entries-widget__info-item:after {
  padding: 0 5px;
  content: " |";
}
.entries-widget__info-item:last-child:after {
  content: none;
}
.entries-widget__info-item span {
  opacity: 0.5;
}
.entries-widget__status {
  display: block;
  color: #bb6464;
  text-transform: uppercase;
  line-height: 120%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamMedium";
}
@media only screen and (max-width: 991px) {
  .entries-widget__status {
    margin: 5px 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .entries-widget__status {
    text-align: right;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "GothamMedium";
  }
}
.entries-widget__status--open {
  color: #489423;
}

.entries-list {
  margin: 20px 0 0 0;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .entries-list {
    margin: 30px 0 0 0;
  }
}
.entries-list__item {
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 992px) {
  .entries-list__item {
    margin: 0 0 20px 0;
  }
}
.entries-list__item:last-child {
  margin-bottom: 0;
}
.entries-list__link {
  border-bottom: 1px solid transparent;
  color: inherit;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamMedium";
}
@media only screen and (min-width: 992px) {
  .entries-list__link {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamMedium";
    transition: 0.2s 0s;
  }
  .entries-list__link:hover, .entries-list__link:focus {
    border-color: #b88a3c;
  }
}

@media only screen and (max-width: 991px) {
  .options-bar {
    margin: -26px 0 5px 0;
    padding: 0;
  }
}
.options-bar:after {
  display: block;
  clear: both;
  content: "";
}
.options-bar__item {
  float: left;
  margin: 0 30px 0 0;
}
.options-bar__item:last-child {
  margin: 0;
}
.options-bar__item--right {
  float: right;
}
.options-bar .field {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.options-bar .field--select:after, .options-bar .login-area select:after, .login-area .options-bar select:after {
  right: 0;
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.options-bar .field__text, .options-bar .field[data-label]:before {
  margin: 0 5px 0 0;
  padding: 0;
  text-transform: none;
  white-space: nowrap;
  line-height: 45px;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamLight";
}
@media only screen and (min-width: 992px) {
  .options-bar .field__text, .options-bar .field[data-label]:before {
    line-height: 30px;
  }
}
.options-bar .field__input, .options-bar .login-area input, .login-area .options-bar input,
.options-bar .login-area textarea,
.login-area .options-bar textarea,
.options-bar .login-area select,
.login-area .options-bar select {
  padding: 0 30px 0 0;
  height: 45px;
  background: none;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (max-width: 991px) {
  .options-bar .field__input, .options-bar .login-area input, .login-area .options-bar input,
.options-bar .login-area textarea,
.login-area .options-bar textarea,
.options-bar .login-area select,
.login-area .options-bar select {
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  .options-bar .field__input, .options-bar .login-area input, .login-area .options-bar input,
.options-bar .login-area textarea,
.login-area .options-bar textarea,
.options-bar .login-area select,
.login-area .options-bar select {
    padding: 0 15px 0 0;
    height: 30px;
  }
}

.download-list-button {
  color: inherit;
  line-height: 45px;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamMedium";
}
@media only screen and (min-width: 992px) {
  .download-list-button {
    line-height: 30px;
    transition: 0.2s 0s;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamMedium";
  }
  .download-list-button:hover, .download-list-button:focus {
    border-color: #b88a3c;
  }
}
.download-list-button .icon {
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 991px) {
  .options-view {
    padding: 7px 0;
    width: 100%;
    text-align: right;
  }
}
.options-view__item {
  display: inline-block;
  padding: 0;
  width: 30px;
  border: none;
  background: none;
  color: #e1e1e1;
  line-height: 30px;
}
@media only screen and (min-width: 992px) {
  .options-view__item {
    margin: 0 0 0 5px;
    width: 30px;
    height: 30px;
    transition: 0.2s 0s;
  }
  .options-view__item:hover, .options-view__item:focus {
    color: black;
  }
}
.options-view__item--active {
  background: #f0f0f0;
  color: black;
}
@media only screen and (min-width: 992px) {
  .options-view__item--active {
    background: #ffffff;
    color: #8b8c90;
  }
}

.awards-list__item {
  padding: 15px 0 0 0;
  border-top: 1px solid #b88a3c;
}
.awards-list__heading {
  margin: 0 0 5px 0;
  color: #b88a3c;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamBold";
}
.awards-list__title {
  margin: 0 0 20px 0;
  line-height: 140%;
  font-size: 1.125em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .awards-list__title {
    margin: 0 0 25px 0;
    font-size: 1.375em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}

.awards-select {
  margin: -1px 0 0 0;
  padding: 8px 0;
}
@media only screen and (min-width: 992px) {
  .awards-select {
    float: left;
    margin: 0 0 0 -1px;
    padding: 12px 0;
    max-width: 100%;
    border-color: black;
  }
}
@media only screen and (min-width: 1200px) {
  .awards-select {
    max-width: 83%;
  }
}
@media only screen and (min-width: 992px) {
  .awards-select + .awards-select {
    max-width: 30%;
  }
}
.awards-select:after {
  bottom: 25px;
}
.awards-select .field__text, .awards-select .field[data-label]:before {
  padding-left: 15px;
  padding-right: 15px;
}
.awards-select .field__input, .awards-select .login-area input, .login-area .awards-select input,
.awards-select .login-area textarea,
.login-area .awards-select textarea,
.awards-select .login-area select,
.login-area .awards-select select {
  box-sizing: content-box;
  padding: 0 40px 0 15px;
  font-size: 1em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 768px) {
  .awards-select .field__input, .awards-select .login-area input, .login-area .awards-select input,
.awards-select .login-area textarea,
.login-area .awards-select textarea,
.awards-select .login-area select,
.login-area .awards-select select {
    font-size: 1.25em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.awards-select--loading {
  position: relative;
  z-index: 1;
}
.awards-select--loading:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  content: "";
}
.awards-select--year {
  display: none;
}
.awards-select option {
  font-size: 16px;
}

.awards-list.grid .nominees-list {
  margin: 0 -15px;
}
.awards-list.grid .nominees-list:after {
  display: block;
  clear: both;
  content: "";
}
@media only screen and (min-width: 992px) {
  .awards-list.grid .nominees-list {
    margin: 0 -10px;
  }
}
@media only screen and (min-width: 1200px) {
  .awards-list.grid .nominees-list {
    margin: 0 -20px;
  }
}
.awards-list.grid .nominees-list__item {
  position: relative;
  z-index: 1;
  float: left;
  margin: 0 0 30px 0;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .awards-list.grid .nominees-list__item {
    margin: 0 0 50px 0;
    padding: 0 10px;
    width: 20%;
    height: 320px;
  }
}
@media only screen and (min-width: 1200px) {
  .awards-list.grid .nominees-list__item {
    padding: 0 20px;
    height: 360px;
  }
}
.awards-list.grid .nominees-list__item--winner .nominees-list__photo {
  border: 4px solid #b88a3c;
  border-image-source: -webkit-linear-gradient(225deg, #fdd845, #b88a3c);
  border-image-source: -moz-linear-gradient(225deg, #fdd845, #b88a3c);
  border-image-source: linear-gradient(225deg, #fdd845, #b88a3c);
  border-image-slice: 1;
}
@media only screen and (min-width: 992px) {
  .awards-list.grid .nominees-list__item--winner .nominees-list__photo {
    box-shadow: 0px 9px 32px 0 rgba(3, 3, 3, 0.32);
  }
}
.awards-list.grid .nominees-list__item--winner .nominees-list__photo:before {
  content: "Winner";
}
@media only screen and (min-width: 992px) {
  .awards-list.grid .nominees-list__item--winner .nominees-list__helper:before {
    content: "";
  }
}
.awards-list.grid .nominees-list__link {
  display: block;
  color: inherit;
}
.awards-list.grid .nominees-list__photo {
  position: relative;
  margin-bottom: 10px;
}
.awards-list.grid .nominees-list__photo:before {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 10px;
  background: #b88a3c;
  color: white;
  text-transform: uppercase;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .awards-list.grid .nominees-list__photo:before {
    padding: 8px 12px;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.awards-list.grid .nominees-list__helper {
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 992px) {
  .awards-list.grid .nominees-list__helper {
    margin: 0 0 20px 0;
  }
}
.awards-list.grid .nominees-list__helper:before {
  position: absolute;
  top: -15px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(184, 138, 60, 0.1);
}
.awards-list.grid .nominees-list__title {
  display: block;
  line-height: 140%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .awards-list.grid .nominees-list__title {
    font-size: 0.813em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
@media only screen and (min-width: 1200px) {
  .awards-list.grid .nominees-list__title {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.awards-list.grid .nominees-list__info {
  line-height: 140%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamBook";
}
@media only screen and (min-width: 992px) {
  .awards-list.grid .nominees-list__info {
    font-size: 0.688em;
    font-weight: 400;
    font-family: "GothamBook";
  }
}
@media only screen and (min-width: 1200px) {
  .awards-list.grid .nominees-list__info {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "GothamBook";
  }
}

.awards-list.list .nominees-list {
  margin: 0 0 30px 0;
  padding: 10px 5px;
  background: white;
}
@media only screen and (min-width: 992px) {
  .awards-list.list .nominees-list {
    margin: -10px 0 45px 0;
    padding: 20px 25px;
  }
}
.awards-list.list .nominees-list__item {
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
@media only screen and (max-width: 991px) {
  .awards-list.list .nominees-list__item {
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-width: 992px) {
  .awards-list.list .nominees-list__item {
    padding: 10px 15px;
  }
}
.awards-list.list .nominees-list__item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .awards-list.list .nominees-list__item--winner {
    margin: 0 0 10px 0;
    padding-top: 36px;
    padding-bottom: 15px;
  }
}
.awards-list.list .nominees-list__item--winner .nominees-list__link:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-bottom: 1px solid #b88a3c;
  background: rgba(184, 138, 60, 0.1);
  content: "";
}
.awards-list.list .nominees-list__item--winner .nominees-list__link:after {
  position: absolute;
  width: 65px;
  background: #b88a3c;
  color: white;
  content: "Winner";
  text-align: center;
  text-transform: uppercase;
  line-height: 26px;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (max-width: 991px) {
  .awards-list.list .nominees-list__item--winner .nominees-list__link:after {
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .awards-list.list .nominees-list__item--winner .nominees-list__link:after {
    right: 0;
    bottom: 0;
    width: 100px;
    line-height: 37px;
  }
}
.awards-list.list .nominees-list__link {
  display: block;
  overflow: hidden;
  color: inherit;
}
.awards-list.list .nominees-list__photo {
  display: none;
}
@media only screen and (min-width: 992px) {
  .awards-list.list .nominees-list__helper {
    float: left;
    width: 225px;
  }
}
.awards-list.list .nominees-list__title {
  display: block;
  line-height: 140%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (max-width: 991px) {
  .awards-list.list .nominees-list__title {
    margin: 0 0 5px 0;
  }
}
@media only screen and (min-width: 992px) {
  .awards-list.list .nominees-list__title {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.awards-list.list .nominees-list__info {
  overflow: hidden;
  max-width: 430px;
  line-height: 140%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamBook";
}
@media only screen and (min-width: 992px) {
  .awards-list.list .nominees-list__info {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "GothamBook";
  }
}

.gallery:not(:first-child) {
  margin: 30px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .gallery:not(:first-child) {
    margin: 50px 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery:not(:first-child) {
    margin: 80px 0 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .gallery__helper {
    margin: 0 10px;
  }
}
.gallery__item {
  position: relative;
  display: block;
  margin: 0 -10px 10px -10px;
}
@media only screen and (min-width: 992px) {
  .gallery__item {
    margin: 0 0 30px 0;
  }
}
.gallery__item--video:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid white;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gallery__img {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .people-modal .modal__content {
    padding: 80px 180px 100px 180px;
    max-width: 770px;
  }
}

@media only screen and (max-width: 991px) {
  .people-list {
    margin: 0 10px;
  }
}
.people-list__item {
  margin: 0 -10px 10px -10px;
  padding: 15px;
  background: #f0f0f0;
  color: inherit;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .people-list__item {
    margin: 0 0 30px 0;
  }
}
.people-list__item--info {
  cursor: pointer;
}
.people-list__photo {
  margin: -15px -15px 15px -15px;
  max-width: none;
}
.people-list__title {
  display: block;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamBold";
}
.people-list__position {
  display: block;
  color: #211e1f;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamLight";
}

.people-image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media only screen and (max-width: 991px) {
  .logos-list {
    margin: 0 10px;
  }
}
.logos-list__item {
  display: block;
  margin: 0 -10px 10px -10px;
}
@media only screen and (min-width: 992px) {
  .logos-list__item {
    margin: 0 0 30px 0;
  }
}
.logos-list__photo {
  max-width: 100%;
  width: auto;
}

.member-offer {
  margin: 0 0 15px 0;
  padding: 20px;
  background: #f0f0f0;
}
@media only screen and (min-width: 992px) {
  .member-offer {
    margin: 0 0 30px 0;
    padding: 40px;
  }
}
.member-offer__title {
  text-transform: uppercase;
  line-height: 140%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (max-width: 991px) {
  .member-offer__title {
    margin: 0 0 15px 0;
  }
}
@media only screen and (min-width: 992px) {
  .member-offer__title {
    font-size: 1em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.member-offer__photo {
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 991px) {
  .member-offer__photo {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .member-offer__photo {
    margin: -20px 0 20px -20px;
  }
}
.news-widget__heading {
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamBold";
}
.news-widget__heading-link {
  color: #8b8c90;
  text-transform: uppercase;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamLight";
}

.news-widget-list {
  margin: 15px 0 0 0;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .news-widget-list {
    margin: 20px 0 0 0;
  }
}
.news-widget-list__item {
  margin: 15px 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #e1e1e1;
}
@media only screen and (min-width: 992px) {
  .news-widget-list__item {
    margin: 20px 0;
    padding: 20px 0 0 0;
  }
}
.news-widget-list__item:last-child {
  margin-bottom: 0;
}
.news-widget-list__link {
  display: block;
  color: inherit;
}
.news-widget-list__thumb {
  float: left;
  margin: 0 10px 0 0;
  width: 60px;
}
@media only screen and (min-width: 992px) {
  .news-widget-list__thumb {
    margin: 0 20px 0 0;
    width: 75px;
  }
}
.news-widget-list__content {
  overflow: hidden;
}
.news-widget-list__title {
  display: block;
  margin: 0 0 15px 0;
  color: inherit;
  line-height: 120%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamBold";
}
.news-widget-list__text p {
  line-height: 140%;
  font-size: 0.688em;
  font-weight: 400;
  font-family: "GothamBook";
}
@media only screen and (min-width: 992px) {
  .news-widget-list__text p {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "GothamLight";
  }
}

.testimonial {
  border-top: 1px solid #e1e1e1;
  background: rgba(225, 225, 225, 0.1);
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .testimonial {
    padding: 70px 0 90px 0;
  }
}
.testimonial__title {
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .testimonial__title {
    font-size: 1em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}

.testimonial-slider {
  text-align: left;
}
.testimonial-slider__text {
  color: #8b8c90;
}
.testimonial-slider__text p {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamMedium";
}
@media only screen and (min-width: 992px) {
  .testimonial-slider__text p {
    font-size: 0.938em;
    font-weight: 400;
    font-family: "GothamMedium";
  }
}
.testimonial-slider .slider__button {
  position: absolute;
  top: -37px;
  width: 30px;
  height: 20px;
  color: #bababa;
}
@media only screen and (min-width: 992px) {
  .testimonial-slider .slider__button {
    position: absolute;
    top: 50%;
    width: 50px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.testimonial-slider .slider__button--prev {
  left: 0;
}
.testimonial-slider .slider__button--prev:before {
  left: 3px;
}
.testimonial-slider .slider__button--next {
  right: 0;
}
.testimonial-slider .slider__button--next:before {
  left: calc(100% - 3px);
}

.warning-bar {
  padding: 15px 0;
  border: 1px solid #e1e1e1;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .warning-bar {
    padding: 35px 0;
  }
}
.warning-bar:first-child {
  margin-top: -20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .warning-bar:first-child {
    margin-top: -50px;
    margin-bottom: 50px;
  }
}
.social {
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .social {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 992px) {
  .social {
    text-align: right;
  }
}
.social__item {
  display: inline-block;
  margin: 0 3px;
}
.social__item:first-child {
  margin-left: 0;
}
.social__item:last-child {
  margin-right: 0;
}
.social__link {
  display: inline-block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  color: #b88a3c;
  text-align: center;
  font-size: 1.5em;
  line-height: 34px;
}
@media only screen and (min-width: 768px) {
  .social__link {
    width: 30px;
    height: 30px;
    font-size: 1.5em;
    line-height: 34px;
  }
}
@media only screen and (min-width: 992px) {
  .social__link {
    transition: 0.2s all;
  }
  .social__link:hover, .social__link:focus {
    color: #fdd845;
  }
}
.social__link--facebook {
  background-color: #3b5998;
}
@media only screen and (min-width: 992px) {
  .social__link--facebook:hover, .social__link--facebook:focus {
    background: #4c70ba;
  }
}
.social__link--twitter {
  background-color: #1da1f2;
}
@media only screen and (min-width: 992px) {
  .social__link--twitter:hover, .social__link--twitter:focus {
    background: #4db5f5;
  }
}

.account {
  overflow: hidden;
  background: white;
}
@media only screen and (min-width: 992px) {
  .account__container {
    padding: 50px 80px 80px 80px;
    border: 1px solid #bababa;
  }
}

@media only screen and (max-width: 991px) {
  .account-list__item {
    border: 1px solid #ffffff;
    border-width: 0 0 1px 0;
  }
}
@media only screen and (max-width: 991px) {
  .account-list__item:first-child {
    border-width: 1px 0 1px 0;
  }
}
.account-list__title {
  padding: 0 0 5px 0;
  border: 1px solid #e1e1e1;
  border-width: 0 0 1px 0;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .account-list__title {
    padding: 0 0 10px 0;
  }
}
.account-list__content {
  padding: 20px 0 0 0;
}
.account-list__info {
  margin: 10px 0 0 0;
  color: #6a7576;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBook";
}

@media only screen and (min-width: 992px) {
  .contact-info-box {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

.contact-info {
  display: block;
  margin: 0 0 15px 0;
  break-inside: avoid-column;
  break-inside: avoid-column;
  page-break-inside: avoid;
}
@media only screen and (min-width: 992px) {
  .contact-info {
    margin: 0 0 30px 0;
  }
}
.contact-info:last-child {
  margin-bottom: 0;
}
.contact-info .heading {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e1e1e1;
}
.contact-info p {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBook";
}
@media only screen and (min-width: 992px) {
  .contact-info p {
    padding: 0 0 10px 0;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamBook";
  }
}

.broadcast {
  position: relative;
  margin-bottom: 48px;
  padding: 15px;
  background-color: #211e1f;
  color: #b88a3c;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .broadcast {
    margin-bottom: 30px;
  }
}
.broadcast__header {
  display: flex;
}
.broadcast__title {
  padding-right: 40px;
}
.broadcast__title h4 {
  font-size: 14px;
  color: #ffffff;
}
.broadcast__title h5 {
  color: #b88a3c;
}
@supports (--css: variables) {
  .broadcast__title h5 {
    color: var(--category-color);
  }
}
.broadcast__title .broadcast__cover {
  display: block;
  float: left;
  width: 40px;
}
@media only screen and (min-width: 768px) {
  .broadcast__title .broadcast__cover {
    display: none;
  }
}
.broadcast__audio {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 0;
  font-size: 12px;
  font-weight: 400;
  font-family: "GothamBold";
}
.broadcast__audio .audio-player {
  margin-top: 20px;
}
.broadcast__cover {
  display: none;
  margin-right: 15px;
}
@media only screen and (min-width: 768px) {
  .broadcast__cover {
    display: block;
  }
}
.broadcast__download {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background-color: #b88a3c;
  background-image: url(../../img/icons/icon-download.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
@supports (--css: variables) {
  .broadcast__download {
    background-color: var(--category-color);
  }
}

.audio-player audio {
  display: none;
}
.audio-player[data-paused=false] .audio-player__button {
  background-image: url(../../img/icons/icon-pause.svg);
}
.audio-player__controls {
  display: flex;
  align-items: center;
}
.audio-player__button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #b88a3c;
  background-image: url(../../img/icons/icon-play.svg);
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@supports (--css: variables) {
  .audio-player__button {
    background-color: var(--category-color);
  }
}
.audio-player__track {
  position: relative;
  flex: 1;
  height: 20px;
  background-color: #302d2e;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
}
.audio-player__progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #b88a3c;
}
@supports (--css: variables) {
  .audio-player__progress {
    background-color: var(--category-color);
  }
}

.comments::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background-color: #b88a3c;
}
@supports (--css: variables) {
  .comments::before {
    background-color: var(--category-color);
  }
}
.comments__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 0 25px;
  border-bottom: 1px solid #ccc;
}
.comments__header h2 {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 768px) {
  .comments__header h2 {
    font-size: 32px;
  }
}
.comments__header h2 .note {
  margin-right: 15px;
}
.comments__header .button {
  margin: 0 0 0 20px !important;
}
.comments__wrapper {
  margin-bottom: 55px;
}
.comments__button {
  padding: 5px 10px;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "GothamBold";
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .comments__button {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.comments__more {
  width: 100%;
  border-width: 2px;
  border-style: solid;
  font-size: 16px;
  font-weight: 400;
  font-family: "GothamBold";
  text-transform: none;
}
.comments__button {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 15px;
  border: 1px solid transparent;
  background: #000000;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 140%;
  cursor: pointer;
  font-size: 0.75em;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .comment--reply {
    padding-left: 55px;
  }
}
.comment__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.comment__avatar {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #b88a3c !important;
  font-size: 16px;
  font-weight: 400;
  font-family: "GothamBold";
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}
@supports (--css: variables) {
  .comment__avatar {
    background-color: var(--category-color) !important;
  }
}
.comment__info {
  flex: 1;
  padding: 0 15px 0 0;
}
.comment__info__wrapper {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.comment__username {
  font-size: 14px;
  font-weight: 400;
  font-family: "GothamBold";
}
.comment__recipient {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  font-family: "GothamBook";
  color: #8b8c90;
}
.comment__recipient::before {
  content: " > ";
}
.comment__date {
  font-size: 12px;
  font-weight: 400;
  font-family: "GothamBold";
  color: #8b8c90;
}
.comment__rating {
  display: inline-block;
  text-align: center;
}
.comment__rating figcaption {
  font-size: 12px;
  font-weight: 400;
  font-family: "GothamBold";
  color: #8b8c90;
}
.comment__star {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDIwIDE4Ij4NCiAgICA8cGF0aCBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0xNS43MiAxOGMuMjE5LjAwMy40MjktLjA4OC41Ny0uMjQ3LjE0LS4xNi4xOTUtLjM3LjE1LS41NzNsLTEuMjQyLTUuNzEgNC41NjQtMy45M2MuMjExLS4xOC4yOS0uNDYuMjAzLS43MTVhLjcxNi43MTYgMCAwIDAtLjYxLS40N2wtNi4xNDItLjY0N0wxMC42Ni40MDJBLjcyOC43MjggMCAwIDAgMTAgMGEuNzI4LjcyOCAwIDAgMC0uNjYuNDAyTDYuNzg3IDUuNzA4bC02LjE0My42NDhhLjcxNi43MTYgMCAwIDAtLjYwOS40NjkuNjU4LjY1OCAwIDAgMCAuMjAzLjcxNmw0LjU2NCAzLjkzTDMuNTYgMTcuMThhLjY2Ni42NjYgMCAwIDAgLjI4NC42ODljLjIzLjE1Ny41MzYuMTczLjc4My4wNDFMMTAgMTUuMDNsNS4zNzQgMi44OGEuNzYyLjc2MiAwIDAgMCAuMzQ2LjA5em0tMS4wMi0yLjAybC00LjM0LTIuMzI4aC0uMDAxYS43NjQuNzY0IDAgMCAwLS43MTggMGwtNC4zNCAyLjMyNiAxLjAwMi00LjYxM2EuNjYxLjY2MSAwIDAgMC0uMjItLjY0MUwyLjM5NCA3LjU0N2w0Ljk2NS0uNTIzaC0uMDAxYS43MjMuNzIzIDAgMCAwIC41NzktLjM5N0wxMCAyLjMzN2wyLjA2MiA0LjI5Yy4xMDYuMjIuMzI1LjM3LjU3OS4zOTdsNC45NjQuNTIzLTMuNjg3IDMuMTc3YS42NjEuNjYxIDAgMCAwLS4yMi42NDFsMS4wMDIgNC42MTN2LjAwMXoiLz4NCjwvc3ZnPg0K");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: invert(55%) sepia(48%) saturate(556%) hue-rotate(359deg) brightness(94%) contrast(84%);
  cursor: pointer;
}
@supports (--css: variables) {
  .comment__star {
    filter: var(--category-color-filter);
  }
}
.comment__star--active {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDIwIDE4Ij4NCiAgICA8cGF0aCBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0xNS43MiAxOGMuMjE5LjAwMy40MjktLjA4OC41Ny0uMjQ3LjE0LS4xNi4xOTUtLjM3LjE1LS41NzNsLTEuMjQyLTUuNzEgNC41NjQtMy45M2MuMjExLS4xOC4yOS0uNDYuMjAzLS43MTVhLjcxNi43MTYgMCAwIDAtLjYxLS40N2wtNi4xNDItLjY0N0wxMC42Ni40MDJBLjcyOC43MjggMCAwIDAgMTAgMGEuNzI4LjcyOCAwIDAgMC0uNjYuNDAyTDYuNzg3IDUuNzA4bC02LjE0My42NDhhLjcxNi43MTYgMCAwIDAtLjYwOS40NjkuNjU4LjY1OCAwIDAgMCAuMjAzLjcxNmw0LjU2NCAzLjkzTDMuNTYgMTcuMThhLjY2Ni42NjYgMCAwIDAgLjI4NC42ODljLjIzLjE1Ny41MzYuMTczLjc4My4wNDFMMTAgMTUuMDNsNS4zNzQgMi44OGEuNzYyLjc2MiAwIDAgMCAuMzQ2LjA5eiIvPg0KPC9zdmc+DQo=");
  filter: invert(55%) sepia(48%) saturate(556%) hue-rotate(359deg) brightness(94%) contrast(84%);
}
@supports (--css: variables) {
  .comment__star--active {
    filter: var(--category-color-filter);
  }
}
.comment__text {
  margin-bottom: 20px;
  padding-left: 55px;
  font-size: 14px;
  font-weight: 400;
  font-family: "GothamBook";
}
.comment__footer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  padding: 0 0 15px 55px;
  border-bottom: 1px solid #ccc;
}
.comment__reply {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  font-family: "GothamBold";
  cursor: pointer;
  color: #b88a3c;
}
@supports (--css: variables) {
  .comment__reply {
    color: var(--category-color);
  }
}
.comment__reply::before {
  content: "";
  display: block;
  width: 20px;
  height: 17px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDIwIDE2Ij4NCiAgICA8cGF0aCBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0xNi45NTcgNy41MzRjLTIuMDI5LTIuMTI2LTQuOTMtMy4yNDMtOC42MjUtMy4zMlYuNDIxYS40MjEuNDIxIDAgMCAwLS4yNTgtLjM5LjQxNS40MTUgMCAwIDAtLjQ1My4wOTFsLTcuNSA3LjU4YS40MjQuNDI0IDAgMCAwIDAgLjU5NWw3LjUgNy41OGMuMTIuMTIuMy4xNTYuNDU0LjA5YS40MjIuNDIyIDAgMCAwIC4yNTgtLjM5di0zLjc4NmM4LjM3MS4xMjQgMTAuODcgMy45NyAxMC44OTQgNC4wMDhhLjQxNS40MTUgMCAwIDAgLjc3MS0uMjA3Yy4wMDUtLjE5LjEzLTQuNzM1LTMuMDQtOC4wNTh6Ii8+DQo8L3N2Zz4NCg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: invert(55%) sepia(48%) saturate(556%) hue-rotate(359deg) brightness(94%) contrast(84%);
}
@supports (--css: variables) {
  .comment__reply::before {
    filter: var(--category-color-filter);
  }
}
.comment__replies-count {
  font-size: 14px;
  font-weight: 400;
  font-family: "GothamBold";
  color: #8b8c90;
}

.comments-form {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 40px !important;
}
.comments-form__recipient {
  display: none;
  margin-bottom: 15px !important;
  font-size: 14px;
  font-weight: 400;
  font-family: "GothamBold";
}
.comments-form__recipient::before {
  content: "Replying > ";
  font-size: 14px;
  font-weight: 400;
  font-family: "GothamBook";
  color: #8b8c90;
}
.comments-form .field--textarea .field__input, .comments-form .login-area textarea .field__input, .login-area .comments-form textarea .field__input, .comments-form .field--textarea .login-area input, .login-area .comments-form .field--textarea input, .comments-form .login-area textarea input, .login-area .comments-form textarea input,
.comments-form .field--textarea .login-area textarea,
.login-area .comments-form .field--textarea textarea,
.comments-form .login-area textarea textarea,
.login-area .comments-form textarea textarea,
.comments-form .field--textarea .login-area select,
.login-area .comments-form .field--textarea select,
.comments-form .login-area textarea select,
.login-area .comments-form textarea select {
  height: 140px;
}
.comments-form small {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
  font-family: "GothamBook";
  color: #8b8c90;
}
.comments-form__buttons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}
.comments-form__buttons .comments__button {
  margin: 0 0 0 20px !important;
}

.c-row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .c-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.c-row::after, .c-row::before {
  width: 100%;
}
.c-col, .c-container {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .c-col, .c-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.c-col {
  position: relative;
  min-height: 1px;
  float: left;
}
.c-col-xs-12 {
  width: 100%;
}
.c-col-xs-9 {
  width: 75%;
}
.c-col-xs-8 {
  width: 66.6666666667%;
}
.c-col-xs-6 {
  width: 50%;
}
.c-col-xs-4 {
  width: 33.3333333333%;
}
.c-col-xs-3 {
  width: 25%;
}
.c-col-xs-offset-0 {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .c-col-sm-3 {
    width: 25%;
  }
  .c-col-sm-4 {
    width: 33.3333333333%;
  }
  .c-col-sm-6 {
    width: 50%;
  }
  .c-col-sm-8 {
    width: 66.6666666667%;
  }
}
@media only screen and (min-width: 992px) {
  .c-col-md-3 {
    width: 270px;
  }
  .c-col-md-4 {
    width: 33.3333333333%;
  }
  .c-col-md-6 {
    width: 430px;
  }
  .c-col-md-9 {
    width: 700px;
  }
  .c-col-md-12 {
    width: 100%;
  }
  .c-col-md-offset-3 {
    margin-left: 270px;
  }
  .c-col-md-push-3 {
    left: 270px;
  }
  .c-col-md-push-6 {
    left: 430px;
  }
  .c-col-md-push-9 {
    left: 700px;
  }
  .c-col-md-pull-3 {
    right: 270px;
  }
  .c-col-md-pull-6 {
    right: 430px;
  }
  .c-col-md-pull-9 {
    right: 700px;
  }
}
@media only screen and (min-width: 1200px) {
  .c-col-lg-3 {
    width: 330px;
  }
  .c-col-lg-6 {
    width: 510px;
  }
  .c-col-lg-9 {
    width: 840px;
  }
  .c-col-lg-offset-3 {
    margin-left: 330px;
  }
  .c-col-lg-push-3 {
    left: 330px;
  }
  .c-col-lg-push-6 {
    left: 510px;
  }
  .c-col-lg-push-9 {
    left: 840px;
  }
  .c-col-lg-pull-3 {
    right: 330px;
  }
  .c-col-lg-pull-6 {
    right: 510px;
  }
  .c-col-lg-pull-9 {
    right: 840px;
  }
}

.connect-background.connect-section {
  padding-top: 0 !important;
}
.connect-background {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .connect-background .c-container {
    position: relative;
  }
  .connect-background .first-container {
    top: 200px;
    margin-bottom: 200px;
  }
}
.connect-background .connect-background__image {
  display: none;
}
@media only screen and (min-width: 992px) {
  .connect-background .connect-background__image {
    display: block;
    max-width: 1570px;
    height: 940px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.connect-background .connect-content__type::before {
  margin: 0 -15px 30px;
}
.connect-background .connect-list::before {
  right: 0;
  left: 0;
}
.connect-background .c-container {
  background-color: #fff;
}
.connect-background #connect-article-list,
.connect-background #connect-load-more {
  margin-bottom: 60px;
}
.connect-container {
  background-color: #fff;
  padding-bottom: 15px;
  padding-top: 15px;
}
@media only screen and (min-width: 992px) {
  .connect-login-modal__body {
    display: flex;
  }
}
.connect-login-modal__left, .connect-login-modal__right {
  flex: 1;
  padding: 15px;
}
.connect-login-modal__left {
  border-bottom: 1px solid #ccc;
  border-right: 0;
  padding-top: 40px;
}
@media only screen and (min-width: 992px) {
  .connect-login-modal__left {
    border-bottom: 0;
    border-right: 1px solid #ccc;
    padding: 20px 80px 20px 30px;
  }
}
.connect-login-modal__right {
  padding-top: 40px;
}
@media only screen and (min-width: 992px) {
  .connect-login-modal__right {
    padding: 20px 30px 20px 80px;
  }
}
.connect-login-modal__right p {
  font-size: 16px;
  font-weight: 400;
  font-family: "GothamBold";
  margin-bottom: 20px;
}
.connect-login-modal__right .button {
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 400;
  font-family: "GothamBold";
  text-transform: none;
}
.connect-login-modal__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: 400;
  font-family: "GothamBold";
}
.connect-login-modal__link:last-child {
  margin-bottom: 0;
}
.connect-login-modal__link img {
  margin-right: 15px;
}
.connect-login-modal .modal__header {
  margin: 0 !important;
  padding: 20px 55px 20px 15px;
  background-color: #fff;
  color: #211e1f;
  font-size: 16px;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .connect-login-modal .modal__header {
    font-size: 18px;
    position: static;
  }
}
.connect-login-modal .modal__content {
  border-top: 5px solid #b88a3c;
  margin: 0 15px;
  height: auto;
}
@supports (--css: variables) {
  .connect-login-modal .modal__content {
    border-top: 5px solid var(--category-color);
  }
}
@media only screen and (min-width: 992px) {
  .connect-login-modal .modal__content {
    max-width: 1100px;
    margin: 0 auto;
  }
}
.connect-login-modal .modal__content button[type=submit] {
  background-color: #b88a3c;
}
@supports (--css: variables) {
  .connect-login-modal .modal__content button[type=submit] {
    background-color: var(--category-color);
  }
}
.connect-login-modal .modal__close {
  right: 17px;
  top: 17px;
  font-size: 1.75em;
  color: black;
}
.connect-login-modal form {
  text-align: right;
}
.connect-login-modal form button {
  width: auto;
}

#connect-article-list > div:last-child .connect-article {
  margin-bottom: 0;
}

.connect-article {
  display: block;
  margin-bottom: 30px;
  color: #211e1f;
}
.connect-article--inline .connect-article__photo {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .connect-article--inline .connect-article__photo {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .connect-article--inline .connect-article__photo {
    width: 300px;
    height: 150px;
    margin-bottom: 0;
  }
}
.connect-article--inline .connect-article__title, .connect-article--inline .connect-article__author, .connect-article--inline .connect-article__text {
  margin-left: 90px;
}
@media only screen and (min-width: 768px) {
  .connect-article--inline .connect-article__title, .connect-article--inline .connect-article__author, .connect-article--inline .connect-article__text {
    margin-left: 95px;
  }
}
.connect-article--inline .connect-article__title {
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .connect-article--inline .connect-article__title {
    margin-left: 315px;
    font-size: 16px;
  }
}
.connect-article--inline .connect-article__author {
  margin-left: 90px;
}
@media only screen and (min-width: 992px) {
  .connect-article--inline .connect-article__author {
    margin-left: 315px;
  }
}
.connect-article--inline .connect-article__text {
  clear: both;
  margin-left: 0;
}
@media only screen and (min-width: 992px) {
  .connect-article--inline .connect-article__text {
    margin-left: 315px;
    clear: none;
  }
}
.connect-article--inline.connect-article--no-photo .connect-article__title, .connect-article--inline.connect-article--no-photo .connect-article__author, .connect-article--inline.connect-article--no-photo .connect-article__text {
  margin-left: 0;
}
.connect-article--size--6 {
  margin-bottom: 50px;
}
.connect-article--size--6 .connect-article__title {
  font-size: 18px;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 768px) {
  .connect-article--size--6 .connect-article__title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .connect-article--size--6 .connect-article__photo {
    height: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .connect-article--size--6 .connect-article__photo {
    height: 360px;
  }
}
.connect-article--size--4 .connect-article__title {
  font-size: 18px;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 768px) {
  .connect-article--size--4 .connect-article__photo {
    height: calc((750px - 60px) * 0.25);
  }
}
@media only screen and (min-width: 992px) {
  .connect-article--size--4 .connect-article__photo {
    height: 270px;
  }
}
.connect-article--size--small .connect-article__photo {
  height: calc((100vw - 20px) * 0.25);
}
@media only screen and (min-width: 768px) {
  .connect-article--size--small .connect-article__photo {
    height: calc((100vw - 30px) * 0.25);
  }
}
@media only screen and (min-width: 992px) {
  .connect-article--size--small .connect-article__photo {
    height: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .connect-article--size--small .connect-article__photo {
    height: 110px;
  }
}
.connect-article--size--small .connect-article__title {
  font-size: 14px;
}
.connect-article--size--small.connect-article--no-photo .connect-article__title {
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .connect-article--size--small.connect-article--no-photo .connect-article__title {
    font-size: 14px;
  }
}
.connect-article__photo {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  height: calc((100vw - 20px) * 0.75);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 5px solid #b88a3c;
}
@supports (--css: variables) {
  .connect-article__photo {
    border-bottom: 5px solid var(--category-color, #b88a3c);
  }
}
@media only screen and (min-width: 768px) {
  .connect-article__photo {
    height: calc((100vw - 30px) * 0.75);
  }
}
@media only screen and (min-width: 992px) {
  .connect-article__photo {
    height: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .connect-article__photo {
    height: 150px;
  }
}
.connect-article__type {
  font-size: 10px;
  font-weight: 400;
  font-family: "GothamBold";
  line-height: 1.5em;
  color: #b88a3c;
}
@supports (--css: variables) {
  .connect-article__type {
    color: var(--category-color, #b88a3c);
  }
}
@media only screen and (min-width: 768px) {
  .connect-article__type {
    font-size: 12px;
  }
}
.connect-article__title {
  font-size: 14px;
  font-weight: 400;
  font-family: "GothamBold";
  line-height: 1.5em;
}
@media only screen and (min-width: 768px) {
  .connect-article__title {
    font-size: 18px;
  }
}
.connect-article__author {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  font-weight: 400;
  font-family: "GothamMedium";
  color: #8b8c90;
}
@media only screen and (min-width: 768px) {
  .connect-article__author {
    font-size: 12px;
  }
}
.connect-article__author:before {
  content: "by ";
  font-size: 10px;
  font-weight: 400;
  font-family: "GothamBook";
}
@media only screen and (min-width: 768px) {
  .connect-article__author:before {
    font-size: 12px;
  }
}
.connect-article__text {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  font-family: "GothamBook";
  line-height: 1.5em;
}

.connect-list {
  position: relative;
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .connect-list {
    padding-top: 50px;
  }
}
.connect-list::before {
  content: "";
  position: absolute;
  display: none;
  top: 0;
  right: 15px;
  left: 15px;
  height: 5px;
  background-color: #b88a3c;
}
@supports (--css: variables) {
  .connect-list::before {
    background-color: var(--category-color);
  }
}
@media only screen and (min-width: 992px) {
  .connect-list::before {
    display: block;
  }
}
.connect-list__heading {
  font-size: 32px;
  font-weight: 400;
  font-family: "GothamBold";
  margin-bottom: 50px;
  color: #b88a3c;
}
@supports (--css: variables) {
  .connect-list__heading {
    color: var(--category-color);
  }
}

.connect-content .section__heading {
  color: #211e1f;
}
.connect-content .section__heading {
  color: #211e1f;
}
.connect-content .button {
  margin: 0 auto;
  border-width: 2px;
}
@media only screen and (min-width: 992px) {
  .connect-content .button {
    margin: 0;
  }
}
.connect-content .button--filled {
  color: #ffffff;
}
.connect-content .button--filled.button--black {
  background-color: #211e1f !important;
  border-color: #211e1f !important;
  color: #ffffff;
}
.connect-content .button--filled.button--black:hover {
  background-color: #ffffff !important;
  border-color: #211e1f;
  color: #211e1f;
}

.connect-content h1.heading {
  color: #b88a3c;
}
@supports (--css: variables) {
  .connect-content h1.heading {
    color: var(--category-color);
  }
}
.connect-content .menu-bar__link--active {
  border-color: #b88a3c !important;
  color: #b88a3c !important;
}
@supports (--css: variables) {
  .connect-content .menu-bar__link--active {
    border-color: var(--category-color) !important;
    color: var(--category-color) !important;
  }
}
.connect-content #connect-article-list {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .connect-content #connect-article-list {
    margin-bottom: 90px;
  }
}
.connect-content__content {
  font-size: 14px;
  font-weight: 400;
  font-family: "GothamBook";
  line-height: 1.5;
}
.connect-content__content > p {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .connect-content__content > p {
    margin-bottom: 48px;
  }
}
.connect-content .menu-bar__icon {
  display: block;
}
.connect-content__comments {
  margin-top: 80px;
  padding: 80px 10px;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .connect-content__comments {
    margin-top: 0;
    padding: 80px 15px;
  }
}
.connect-content__comments .comments::before {
  top: -80px;
}
.connect-content__comments-counter {
  position: relative;
  display: none;
  margin-bottom: 30px;
  padding: 35px 0 0 100px;
  font-size: 14px;
  font-weight: 400;
  font-family: "GothamBold";
  color: #211e1f;
}
@media only screen and (min-width: 768px) {
  .connect-content__comments-counter {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .connect-content__comments-counter {
    display: block;
  }
}
.connect-content__comments-counter .note {
  position: absolute;
  top: 0;
}
.connect-content__type {
  font-size: 14px;
  font-weight: 400;
  font-family: "GothamBold";
  text-align: center;
  color: #b88a3c;
}
.connect-content__type:after {
  display: block;
  clear: both;
  content: "";
}
@supports (--css: variables) {
  .connect-content__type {
    color: var(--category-color);
  }
}
.connect-content__type::before {
  content: "";
  margin-bottom: 30px;
  display: block;
  height: 5px;
}
@supports (--css: variables) {
  .connect-content__type::before {
    background-color: var(--category-color);
  }
}
@media only screen and (min-width: 768px) {
  .connect-content__type {
    text-align: left;
  }
}
.connect-content__heading {
  font-size: 22px;
  font-weight: 400;
  font-family: "GothamBold";
  line-height: 1.5;
  margin-bottom: 1.5em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .connect-content__heading {
    font-size: 32px;
    text-align: left;
  }
}
.connect-content__description {
  font-size: 16px;
  font-weight: 400;
  font-family: "GothamBook";
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .connect-content__description {
    text-align: left;
    margin-bottom: 48px;
  }
}
.connect-content__footer {
  margin: 80px 0 0;
  font-size: 18px;
  font-weight: 400;
  font-family: "GothamBold";
  text-align: center;
}
.connect-content__footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  background-color: #ccc;
}
@media only screen and (min-width: 768px) {
  .connect-content__footer::after {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .connect-content__footer {
    text-align: left;
  }
}
.connect-content__footer__social-icons {
  display: inline-flex;
  margin-top: 30px;
}
.connect-content__footer__social-icons a {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.connect-content__footer__social-icons a:last-child {
  margin-right: 0;
}
.connect-content__footer__social-icons a img {
  width: 30px;
}

.author {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .author {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .author {
    margin-bottom: 48px;
  }
}
.author--popup .author-popup {
  z-index: 1;
  opacity: 1;
}
.author__avatar {
  display: none;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 20px 0 0;
  filter: grayscale(1);
}
@media only screen and (min-width: 992px) {
  .author__avatar {
    display: block;
  }
}
.author__name {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  font-family: "GothamBold";
  cursor: pointer;
  color: #b88a3c;
}
@supports (--css: variables) {
  .author__name {
    color: var(--category-color);
  }
}
.author__name::before {
  content: "by ";
  color: #8b8c90;
  font-size: 12px;
  font-weight: 400;
  font-family: "GothamBook";
}
.author__date {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 400;
  font-family: "GothamBold";
  text-transform: uppercase;
  color: #8b8c90;
}
.author figcaption {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .author figcaption {
    display: block;
    width: auto;
  }
}
.author__social {
  display: flex;
}
.author__social__link {
  display: block;
  margin-right: 30px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.author__social__link:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  .author__social__link {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
}
.author__social__link--type--facebook {
  background-image: url(../../img/icons/icon-facebook.svg);
}
.author__social__link--type--mail {
  background-image: url(../../img/icons/icon-mail.svg);
}
.author__social__link--type--twitter {
  background-image: url(../../img/icons/icon-twitter.svg);
}
.author-popup {
  position: absolute;
  top: -100%;
  right: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  padding: 15px 20px 30px 15px;
  border-radius: 5px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  color: #211e1f;
  background-color: #f8f8f8;
  transition: opacity 0.1s ease;
}
@media only screen and (min-width: 992px) {
  .author-popup {
    top: -15px;
  }
}
.author-popup__header {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  font-family: "GothamBold";
  color: #b88a3c;
}
@supports (--css: variables) {
  .author-popup__header {
    color: var(--category-color);
  }
}
.author-popup__content, .author-popup__link {
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .author-popup__content, .author-popup__link {
    padding-left: 100px;
  }
}
.author-popup__content a, .author-popup__link a {
  color: #b88a3c;
}
@supports (--css: variables) {
  .author-popup__content a, .author-popup__link a {
    color: var(--category-color);
  }
}
.author-popup__content {
  font-size: 12px;
  font-weight: 400;
  font-family: "GothamBook";
  margin-bottom: 25px;
}
.author-popup__link {
  font-size: 14px;
  font-weight: 400;
  font-family: "GothamBold";
}
.author-popup__link a {
  color: #b88a3c;
}
@supports (--css: variables) {
  .author-popup__link a {
    color: var(--category-color);
  }
}
.author-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: none;
  width: 30px;
  height: 30px;
}
.author-popup__close::after, .author-popup__close::before {
  content: "";
  position: absolute;
  left: 3px;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #b88a3c;
  transform: rotate(45deg);
  transform-origin: center;
  border-radius: 1px;
}
@supports (--css: variables) {
  .author-popup__close::after, .author-popup__close::before {
    background-color: var(--category-color);
  }
}
.author-popup__close::before {
  transform: rotate(-45deg);
}

.note {
  position: relative;
  width: 40px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #211e1f;
  font-size: 14px;
  font-weight: 400;
  font-family: "GothamBold";
  color: #ffffff;
  line-height: 1;
}
.note::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 8px;
  width: 0;
  height: 0;
  border-right: 13px solid transparent;
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: #211e1f;
}

.content-image {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 768px) {
  .content-image {
    padding: 0;
    margin: 0 auto 48px;
  }
}
.content-image > * {
  width: 100vw;
}
@media only screen and (min-width: 768px) {
  .content-image > * {
    transform: none;
    width: auto;
  }
}
.content-image > figure {
  display: inline-block;
}
.content-image > figure img {
  display: block;
  width: 100vw;
}
@media only screen and (min-width: 768px) {
  .content-image > figure img {
    width: 100%;
    max-width: 100%;
  }
}
.content-image > figure figcaption {
  display: block;
  padding: 10px;
  background-color: #211e1f;
  font-size: 10px;
  font-weight: 400;
  font-family: "GothamBold";
  line-height: 1.5;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .content-image > figure figcaption {
    font-size: 12px;
  }
}

.content-quote {
  position: relative;
  padding: 0 0 0 55px;
  margin-bottom: 30px;
  font-style: italic;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .content-quote {
    margin-bottom: 48px;
  }
}
.content-quote::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  width: 5px;
  background-color: #b88a3c;
}
@supports (--css: variables) {
  .content-quote::before {
    background-color: var(--category-color);
  }
}
.content-quote--big {
  padding: 0 20px;
  font-size: 16px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .content-quote--big {
    font-size: 18px;
    padding: 0 40px;
  }
}
.content-quote--big::after, .content-quote--big::before {
  content: "";
  display: block;
  position: static;
  width: auto;
  margin: 0 0 40px;
  padding: 40px 0 0;
  border-bottom-width: 2px;
  border-bottom-style: dashed;
  background: none;
  border-bottom-color: #b88a3c;
}
@supports (--css: variables) {
  .content-quote--big::after, .content-quote--big::before {
    border-bottom-color: var(--category-color);
  }
}
@media only screen and (min-width: 768px) {
  .content-quote--big::after, .content-quote--big::before {
    margin: 0 0 50px;
    padding: 50px 0 0;
  }
}
.content-quote--big:before {
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  .content-full {
    transform: translateX(50%);
  }
}
.content-full > * {
  width: calc(100% + 30px);
  transform: translateX(-15px);
}
@media only screen and (min-width: 768px) {
  .content-full > * {
    transform: translateX(-50%);
    width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .content-full > * {
    width: 940px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-full > * {
    width: 1140px;
  }
}

.content-video {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .content-video {
    margin-bottom: 48px;
  }
}
.content-video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
@media only screen and (min-width: 768px) {
  .content-video__wrapper {
    padding-bottom: 405px;
  }
}
@media only screen and (min-width: 992px) {
  .content-video__wrapper {
    padding-bottom: 528.75px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-video__wrapper {
    padding-bottom: 641.25px;
  }
}
.content-video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-video--plain iframe {
  max-width: 100%;
  width: 100%;
}

.content-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  background-color: #211e1f;
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #b88a3c;
  user-select: none;
}
@supports (--css: variables) {
  .content-gallery {
    border-top-color: var(--category-color);
  }
}
@media only screen and (min-width: 768px) {
  .content-gallery {
    margin-bottom: 48px;
  }
}
.content-gallery__nav {
  position: relative;
  align-self: stretch;
  padding: 20px 40px;
}
@media only screen and (min-width: 768px) {
  .content-gallery__nav {
    padding: 30px 60px;
  }
}
.content-gallery__slide {
  cursor: pointer;
  padding: 0 10px;
}
.content-gallery__slide__description {
  display: none;
}
.content-gallery__slide__image {
  width: auto;
  height: 40px;
}
@media only screen and (min-width: 360px) {
  .content-gallery__slide__image {
    height: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .content-gallery__slide__image {
    height: 110px;
  }
}
.content-gallery__arrow {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 30px;
  background-color: #b88a3c;
  cursor: pointer;
}
@supports (--css: variables) {
  .content-gallery__arrow {
    background-color: var(--category-color);
  }
}
@media only screen and (min-width: 768px) {
  .content-gallery__arrow {
    top: 30px;
    bottom: 30px;
    left: 30px;
  }
}
.content-gallery__arrow::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: url(../../img/icons/icon-arrow-back.svg) no-repeat center;
  background-size: cover;
  filter: invert(100%) sepia(6%) saturate(17%) hue-rotate(213deg) brightness(105%) contrast(102%);
}
.content-gallery__arrow--next {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .content-gallery__arrow--next {
    right: 30px;
  }
}
.content-gallery__arrow--next::before {
  transform: translate(-50%, -50%) scale(-1);
}
.content-gallery__arrow.slick-disabled {
  background-color: #b88a3c;
  opacity: 0.3;
}
@supports (--css: variables) {
  .content-gallery__arrow.slick-disabled {
    background-color: var(--category-color);
  }
}
.content-gallery__arrow.slick-disabled::before {
  filter: none;
}
.content-gallery__preview {
  padding: 30px 30px 0;
  width: 100%;
}
.content-gallery__preview__image {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 300px;
}
@media only screen and (min-width: 992px) {
  .content-gallery__preview__image {
    height: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-gallery__preview__image {
    height: 500px;
  }
}
.content-gallery__preview__image::before {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(../../img/icons/icon-maximize.svg) no-repeat center;
  background-size: cover;
  margin-right: 15px;
}
@media only screen and (min-width: 992px) {
  .content-gallery__preview__image::before {
    content: "";
  }
}
.content-gallery__preview__image img {
  width: auto;
  height: auto;
  object-fit: contain;
  max-width: 100%;
  max-height: 80%;
}
.content-gallery__preview__description {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  font-family: "GothamBold";
  margin-top: 10px;
  text-align: center;
}
.content-gallery--inline {
  display: block;
}
@media only screen and (min-width: 768px) {
  .content-gallery--inline {
    padding: 30px 60px;
  }
}
.content-gallery--inline .content-gallery__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 110vw;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .content-gallery--inline .content-gallery__slide {
    height: auto;
    padding: 0 10px;
  }
}
.content-gallery--inline .content-gallery__slide__image {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  border: 0 !important;
}
@media only screen and (min-width: 768px) {
  .content-gallery--inline .content-gallery__slide__image {
    width: auto;
    height: 200px;
  }
}
.content-gallery--inline .content-gallery__arrow {
  width: 30px;
  height: 100px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .content-gallery--inline .content-gallery__arrow {
    top: 30px;
    bottom: 30px;
    height: auto;
    transform: none;
  }
}
.content-gallery--inline .content-gallery__description {
  padding: 10px 0 0;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  font-family: "GothamBook";
}
@media only screen and (min-width: 768px) {
  .content-gallery--inline .content-gallery__description {
    display: none;
  }
}

.block-with-info {
  position: relative;
}
.block-with-info__info {
  display: none;
  width: 100vw;
  margin-bottom: 30px;
  margin-left: -10px;
  transform: none;
}
@media only screen and (min-width: 992px) {
  .block-with-info__info {
    display: block;
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .block-with-info__info {
    width: 100%;
    margin-left: 0;
  }
}
.block-with-info__info * {
  display: block;
  width: 100%;
}
.block-with-info__info--left {
  top: 0;
  left: -30px;
  right: auto;
}
@media only screen and (min-width: 992px) {
  .block-with-info__info--left {
    position: absolute;
    width: 240px;
    transform: translateX(-100%);
  }
}
@media only screen and (min-width: 1200px) {
  .block-with-info__info--left {
    width: 300px;
  }
}
.block-with-info__info--right {
  top: 0;
  right: -30px;
  Left: auto;
}
@media only screen and (min-width: 992px) {
  .block-with-info__info--right {
    position: absolute;
    width: 240px;
    transform: translateX(100%);
  }
}
@media only screen and (min-width: 1200px) {
  .block-with-info__info--right {
    width: 300px;
  }
}
.block-with-info__info--mobile {
  display: block;
}
@media only screen and (min-width: 992px) {
  .block-with-info__info--mobile {
    display: none;
  }
}
.block-with-info > p {
  margin-bottom: 1.5em;
}

.attendee {
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .attendee {
    padding-bottom: 202px;
  }
}
@media only screen and (min-width: 992px) {
  .attendee__container {
    position: fixed;
    bottom: 0;
    z-index: 1;
    margin: 20px -30px 0 -30px;
    padding: 20px 30px;
    width: 475px;
    border-top: 1px solid #e1e1e1;
    background: white;
    box-shadow: inset 36px 0 26px -26px rgba(0, 0, 0, 0.1);
  }
}
.attendee__heading {
  margin: 0 0 12px 0;
  font-size: 0.813em;
  font-weight: 400;
  font-family: "GothamMedium";
}
@media only screen and (min-width: 992px) {
  .attendee__heading {
    margin: 0 0 25px 0;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamMedium";
  }
}

.attendee-info__title {
  display: block;
  margin: 0 0 10px 0;
  color: #8b8c90;
  line-height: 120%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamMedium";
}
.attendee-info__info {
  display: block;
  margin: 0 0 10px 0;
  line-height: 120%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamMedium";
}

.membership-ad {
  background: url(../../img/membership-ad.jpg) black center center no-repeat;
  background-size: cover;
  color: white;
  transition: 0.3s 0s margin-right;
}
@media only screen and (max-width: 991px) {
  .membership-ad {
    text-align: center;
  }
}
@media only screen and (min-width: 1600px) {
  .membership-ad {
    position: fixed;
    top: 0;
    right: calc(100% - 475px);
    bottom: 0;
    z-index: 8;
    overflow: auto;
    margin-right: -100%;
    width: 475px;
  }
}
.membership-ad__container {
  padding: 30px;
}
@media only screen and (min-width: 992px) {
  .membership-ad__container {
    padding: 55px 65px;
  }
}
.membership-ad__logo {
  margin: 0 auto 30px auto;
  max-width: 180px;
}
@media only screen and (min-width: 992px) {
  .membership-ad__logo {
    margin: 0 0 90px 30px;
    max-width: 210px;
  }
}
.membership-ad__heading {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .membership-ad__heading {
    font-size: 1em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.membership-ad__features {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (max-width: 991px) {
  .membership-ad__features {
    text-align: left;
  }
}
.membership-ad__features .section__heading {
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 991px) {
  .membership-ad__features .icon {
    display: none;
  }
}
.membership-ad__features ul {
  list-style: none;
}
.membership-ad__features li {
  display: block;
  margin: 0 0 10px 0;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamMedium";
}
@media only screen and (min-width: 992px) {
  .membership-ad__features li {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "GothamMedium";
  }
}
.membership-ad__features li .icon-check {
  background-color: transparent;
  background-image: linear-gradient(45deg, #fdd845, #b88a3c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  vertical-align: middle;
  font-size: 1.375em;
}

.membership-ad-prices {
  position: relative;
  padding: 35px 0;
  background: rgba(0, 0, 0, 0.4);
  color: #b88a3c;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .membership-ad-prices {
    padding: 50px 30px;
  }
}
.membership-ad-prices:before, .membership-ad-prices:after {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 1px;
  background: -webkit-linear-gradient(left, rgba(253, 216, 69, 0) 0%, rgba(253, 216, 69, 0.75) 50%, rgba(253, 216, 69, 0) 100%);
  background: -moz-linear-gradient(left, rgba(253, 216, 69, 0) 0%, rgba(253, 216, 69, 0.75) 50%, rgba(253, 216, 69, 0) 100%);
  background: linear-gradient(left, rgba(253, 216, 69, 0) 0%, rgba(253, 216, 69, 0.75) 50%, rgba(253, 216, 69, 0) 100%);
  content: "";
  opacity: 0.5;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.membership-ad-prices:before {
  top: 10px;
}
@media only screen and (min-width: 992px) {
  .membership-ad-prices:before {
    top: 20px;
  }
}
.membership-ad-prices:after {
  bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .membership-ad-prices:after {
    top: 20px;
  }
}
.membership-ad-prices li {
  margin: 0 0 20px 0;
}
.membership-ad-prices li:last-child {
  margin-bottom: 0;
}
.membership-ad-prices__heading {
  display: block;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .membership-ad-prices__heading {
    font-size: 1.25em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.membership-ad-prices__title {
  display: block;
  text-transform: uppercase;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamLight";
}
@media only screen and (min-width: 992px) {
  .membership-ad-prices__title {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "GothamLight";
  }
}

body.membership-ad-active .membership-ad {
  margin-right: 0;
  transition: 0.3s 0.2s margin-right;
}
@media only screen and (min-width: 992px) {
  body.membership-ad-active .membership-ad {
    z-index: 997;
  }
}

.cart-toggle {
  position: absolute;
  top: 25px;
  right: 15px;
  z-index: 2;
  display: none;
  padding: 0;
  border: none;
  background: none;
  color: #8b8c90;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamMedium";
}
.cart-toggle:before {
  content: "Show";
}
.cart-toggle .icon {
  display: inline-block;
  color: #211e1f;
  vertical-align: middle;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.cart-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 110;
  overflow: auto;
  margin-right: -100%;
  width: 100%;
  background: #fafafa;
  transition: 0.3s 0s margin-right;
}
@media only screen and (max-width: 991px) {
  .cart-modal {
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 1px #e1e1e1, 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 992px) {
  .cart-modal {
    top: 0;
    z-index: 100;
    width: 475px;
    box-shadow: inset 10px 0 26px 0 rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 991px) {
  .cart-modal--active .cart-toggle:before {
    content: "Hide";
  }
}
@media only screen and (max-width: 991px) {
  .cart-modal--active .cart-toggle .icon {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.cart-modal__toggle {
  position: absolute;
  top: 25px;
  right: 15px;
  z-index: 2;
  padding: 0;
  border: none;
  background: none;
  color: #8b8c90;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.688em;
  font-weight: 400;
  font-family: "GothamMedium";
}
@media only screen and (min-width: 992px) {
  .cart-modal__toggle {
    top: 30px;
    right: 30px;
    font-size: 1.25em;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "GothamMedium";
    transition: 0.2s 0s color;
  }
  .cart-modal__toggle:hover, .cart-modal__toggle:focus {
    color: #000000;
  }
}
.cart-modal__toggle .icon {
  margin: 0 0 0 5px;
  vertical-align: middle;
  font-size: 1.5em;
}
@media only screen and (min-width: 992px) {
  .cart-modal__toggle:before {
    content: "Close";
  }
}
.cart-modal__container {
  position: relative;
  z-index: 1;
  min-height: 100%;
}
@media only screen and (max-width: 991px) {
  .cart-modal__container {
    opacity: 0;
  }
}
.cart-modal__container:before, .cart-modal__container:after {
  position: fixed;
  z-index: -1;
  margin-left: -100%;
  content: "";
  opacity: 0;
  transition: 0.3s 0s opacity ease-in-out, 0s 0.3s z-index, 0s 0.3s margin-left;
}
@media only screen and (min-width: 992px) {
  .cart-modal__container:before, .cart-modal__container:after {
    position: absolute;
  }
}
.cart-modal__container:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(139, 140, 144, 0.9);
}
.cart-modal__container:after {
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  background: url(../../img/checkout/oval.svg) center center no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cart-modal__header {
  padding: 20px 20px;
  border-bottom: 1px solid #e1e1e1;
  background: #fdfdfd;
}
@media only screen and (max-width: 991px) {
  .cart-modal__header {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .cart-modal__header {
    padding: 100px 30px 80px 30px;
    box-shadow: inset 36px 0 26px -26px rgba(0, 0, 0, 0.1);
  }
}
.cart-modal__heading {
  font-size: 1.25em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .cart-modal__heading {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.cart-modal__content {
  padding: 20px 20px;
}
@media only screen and (min-width: 992px) {
  .cart-modal__content {
    padding: 20px 30px;
  }
}
.cart-modal--loading .cart-modal__container:before, .cart-modal--loading .cart-modal__container:after {
  z-index: 1000;
  margin-left: 0;
  opacity: 1;
  transition: 0.3s 0s opacity ease-in-out;
}

.cart-list {
  margin: 0 0 20px 0;
  list-style: none;
}
.cart-list__item {
  display: block;
  margin: 0;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (min-width: 992px) {
  .cart-list__item {
    padding: 0 0 15px 0;
  }
}
.cart-list__item:after {
  display: block;
  clear: both;
  content: "";
}
.cart-list__description {
  margin: 0 0 10px 0;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamMedium";
}
@media only screen and (min-width: 992px) {
  .cart-list__description {
    margin: 0 0 20px 0;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamMedium";
  }
}
.cart-list__heading {
  display: block;
  margin: 0 0 5px 0;
  color: #b88a3c;
  text-transform: uppercase;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamBold";
}
.cart-list__meta {
  display: block;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamBook";
}
@media only screen and (min-width: 992px) {
  .cart-list__meta {
    text-align: right;
  }
}
.cart-list__price {
  display: block;
  margin: 0 0 10px 0;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .cart-list__price {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
.cart-list__title {
  display: block;
  line-height: 120%;
  font-size: 0.688em;
  font-weight: 400;
  font-family: "GothamMedium";
}
@media only screen and (min-width: 992px) {
  .cart-list__title {
    font-size: 0.813em;
    font-weight: 400;
    font-family: "GothamMedium";
  }
}
.cart-list__content {
  padding: 0 0 0 100px;
}
.cart-list__photo {
  float: left;
  max-width: 79px;
}
.cart-list__remove {
  float: right;
  padding: 0;
  border: none;
  background: none;
  color: #8b8c90;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamMedium";
}
@media only screen and (max-width: 991px) {
  .cart-list__remove {
    position: absolute;
    right: 0;
    z-index: 1;
  }
}
@media only screen and (min-width: 992px) {
  .cart-list__remove {
    font-size: 0.625em;
    font-weight: 400;
    font-family: "GothamMedium";
    transition: 0.2s 0s;
  }
  .cart-list__remove:hover, .cart-list__remove:focus {
    color: black;
  }
}
.cart-list__remove .icon {
  margin: 0 5px;
}
@media only screen and (min-width: 992px) {
  .cart-list__remove:before {
    content: "Remove";
  }
}

.cart-guests {
  padding: 15px 0 0 0;
}
.cart-guests__heading {
  float: left;
  line-height: 40px;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamMedium";
}
@media only screen and (min-width: 992px) {
  .cart-guests__heading {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamMedium";
    transition: 0.2s 0s color;
  }
}
.cart-guests__content {
  padding: 0 0 0 100px;
}
.cart-guests__content .field--qty {
  margin: 0;
  width: 105px;
}

body.cart-active {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  body.cart-active {
    position: fixed;
    -webkit-overflow-scrolling: auto;
  }
}
@media only screen and (min-width: 992px) {
  body.cart-active {
    padding-right: 17px;
  }
}
body.cart-active .cart-modal {
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  body.cart-active .cart-modal {
    z-index: 999;
  }
}
@media only screen and (max-width: 991px) {
  body.cart-active .cart-modal__container {
    opacity: 1;
  }
}
body.cart-active .body-backdrop {
  top: 0;
  opacity: 0.7;
  transition: 0.3s 0s opacity;
}
@media only screen and (max-width: 991px) {
  body.checkout-active .cart-modal {
    top: auto;
    max-height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  body.checkout-active .cart-modal__toggle {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  body.checkout-active .cart-toggle {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  body.checkout-active .cart-modal__header {
    text-align: left;
  }
}
@media only screen and (max-width: 991px) {
  body.checkout-active .cart-modal__heading {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "GothamBold";
  }
}
@media only screen and (max-width: 991px) {
  body.checkout-active .cart-modal__content {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .checkout .form__options {
    text-align: center;
  }
}

.checkout-modal-group {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 58px;
  z-index: 109;
  margin-right: -100%;
  width: 100%;
}
@media only screen and (max-width: 1599px) {
  .checkout-modal-group {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fafafa;
  }
}
@media only screen and (min-width: 992px) {
  .checkout-modal-group {
    right: 475px;
    bottom: 0;
    width: calc(100% - 475px);
    background: white;
    transition: 0.3s 0s margin-right;
  }
}
@media only screen and (min-width: 1600px) {
  .checkout-modal-group {
    width: calc(100% - (2 * 475px));
  }
}

.checkout-modal {
  position: relative;
  z-index: 109;
  background: #fafafa;
}
@media only screen and (min-width: 992px) {
  .checkout-modal {
    min-height: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .checkout-modal {
    overflow: auto;
    height: 100%;
  }
}
.checkout-modal__toggle {
  position: absolute;
  top: 25px;
  right: 15px;
  z-index: 2;
  padding: 0;
  border: none;
  background: none;
  color: #8b8c90;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.688em;
  font-weight: 400;
  font-family: "GothamMedium";
}
.checkout-modal__toggle .icon {
  margin: 0 0 0 5px;
  vertical-align: middle;
  font-size: 1.5em;
}
.checkout-modal__container {
  position: relative;
  z-index: 1;
  padding: 20px 15px;
  min-height: 100%;
}
@media only screen and (min-width: 992px) {
  .checkout-modal__container {
    padding: 100px 5%;
  }
}
@media only screen and (min-width: 1200px) {
  .checkout-modal__container {
    padding: 100px 15%;
  }
}
.checkout-modal__container:before, .checkout-modal__container:after {
  position: fixed;
  z-index: -1;
  margin-left: -100%;
  opacity: 0;
  transition: 0.3s 0s opacity ease-in-out, 0s 0.3s z-index, 0s 0.3s margin-left;
}
@media only screen and (min-width: 992px) {
  .checkout-modal__container:before, .checkout-modal__container:after {
    position: absolute;
    content: "";
  }
}
.checkout-modal__container:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(139, 140, 144, 0.9);
}
.checkout-modal__container:after {
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  background: url(../../img/checkout/oval.svg) center center no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.checkout-modal__header {
  padding: 0 20px 30px 20px;
}
@media only screen and (max-width: 991px) {
  .checkout-modal__header {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .checkout-modal__header {
    padding: 0 0 40px 0;
  }
}
.checkout-modal__heading {
  margin: 0 0 10px 0;
  color: #8b8c90;
  line-height: 120%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamMedium";
}
@media only screen and (min-width: 992px) {
  .checkout-modal__heading {
    font-size: 1em;
    font-weight: 400;
    font-family: "GothamMedium";
  }
}
.checkout-modal--loading .checkout-modal__container:before, .checkout-modal--loading .checkout-modal__container:after {
  z-index: 1000;
  margin-left: 0;
  opacity: 1;
  transition: 0.3s 0s opacity ease-in-out;
}
.checkout-modal .field {
  margin-bottom: -1px;
}
.checkout-modal .field--checkbox, .checkout-modal .login-area input[type=checkbox], .login-area .checkout-modal input[type=checkbox] {
  margin: 10px 0;
}
@media only screen and (max-width: 991px) {
  .checkout-modal .form__options {
    text-align: center;
  }
}

.checkout-login-form {
  position: relative;
  z-index: 1;
  padding: 20px 15px;
  border: 1px solid #e1e1e1;
  background: white;
}
@media only screen and (min-width: 992px) {
  .checkout-login-form {
    padding: 30px 20px;
  }
}
.checkout-login-form .icon-check-bold {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  border: 2px solid transparent;
  border-radius: 38px;
  background: white;
  background-clip: padding-box;
  text-align: center;
  font-size: 0.875em;
  line-height: 26px;
}
@media only screen and (min-width: 992px) {
  .checkout-login-form .icon-check-bold {
    top: 20px;
    right: 20px;
    width: 38px;
    font-size: 1em;
    line-height: 34px;
  }
}
.checkout-login-form .icon-check-bold:before {
  background-color: transparent;
  background-image: -webkit-linear-gradient(45deg, #fdd845, #b88a3c);
  background-image: -moz-linear-gradient(45deg, #fdd845, #b88a3c);
  background-image: linear-gradient(45deg, #fdd845, #b88a3c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.checkout-login-form .icon-check-bold:after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: -1;
  border-radius: 38px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(45deg, #fdd845, #b88a3c);
  background-image: -moz-linear-gradient(45deg, #fdd845, #b88a3c);
  background-image: linear-gradient(45deg, #fdd845, #b88a3c);
  content: "";
}
.checkout-login-form .button {
  display: block;
  margin-left: auto;
}
.checkout-login-form .text-box p {
  padding-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .checkout-login-form .text-box strong {
    text-transform: uppercase;
  }
}
.checkout-login-form .form__options {
  margin: 10px 0 0 0;
  text-align: right;
}
.checkout-login-form .form__options button {
  padding: 0;
  border: none;
  background: none;
  text-transform: uppercase;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "GothamBook";
}

@media only screen and (max-width: 991px) {
  body.cart-active .checkout-modal-group {
    margin-right: 0;
    transition: 0.3s 0s margin-right;
  }
}
body.checkout-active {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  body.checkout-active {
    padding-right: 17px;
  }
}
body.checkout-active .checkout-modal-group {
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  body.checkout-active .checkout-modal-group {
    z-index: 998;
    transition: 0.3s 0.1s margin-right;
  }
}
@media only screen and (min-width: 992px) {
  body.checkout-active .checkout-modal {
    z-index: 998;
  }
}

.payment-tabs-nav {
  display: table;
  margin: 0 0 10px 0;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  list-style: none;
}
.payment-tabs-nav__item {
  display: table-cell;
  border: 1px solid #e1e1e1;
  border-collapse: collapse;
  color: #8b8c90;
  vertical-align: middle;
  cursor: pointer;
}
.payment-tabs-nav__item.active {
  background: rgba(25, 32, 44, 0.8);
  color: white;
  cursor: default;
}
.payment-tabs-nav__item.active .payment-tabs-nav__link svg {
  fill: white;
}
.payment-tabs-nav__link {
  display: block;
  padding: 0 10px;
  height: 50px;
  line-height: 48px;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamBold";
}
@media only screen and (min-width: 992px) {
  .payment-tabs-nav__link {
    padding: 0 20px;
    height: 60px;
    line-height: 58px;
  }
}
.payment-tabs-nav__link .icon {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1199px) {
  .payment-tabs-nav__link .icon {
    position: relative;
    top: -3px;
    width: 100%;
    text-align: center;
  }
}
.payment-tabs-nav__link svg {
  fill: #8b8c90;
}
.payment-tabs-nav__link img {
  vertical-align: middle;
}
.payment-tabs-nav__icon {
  display: inline-block;
  width: 100%;
  background: center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.payment-tabs-nav__icon--credit-card {
  max-width: 97px;
  background-image: url(../../img/checkout/ic-credit-cards.svg);
}
.payment-tabs-nav__icon--credit-card:before {
  padding-bottom: 20.4%;
}
.payment-tabs-nav__icon--afterpay {
  max-width: 97px;
  background-image: url(../../img/checkout/ic-afterpay.svg);
}
.payment-tabs-nav__icon--afterpay:before {
  padding-bottom: 20.82%;
}
.payment-tabs-nav__icon--paypal {
  max-width: 83px;
  background-image: url(../../img/checkout/ic-paypal.svg);
}
.payment-tabs-nav__icon--paypal:before {
  padding-bottom: 24%;
}
.payment-tabs-nav__icon:before {
  display: block;
  content: "";
}

.credit-card-form .row {
  margin-left: 1px;
}
.credit-card-form .row .field {
  margin-left: -1px;
}

.paypal .text-box {
  display: table;
  padding: 20px;
  width: 100%;
  height: 252px;
  border: 1px solid #e1e1e1;
  text-align: center;
}
.paypal .text-box p {
  display: table-cell;
  vertical-align: middle;
}

.afterpay .text-box {
  padding: 20px;
  border: 1px solid #e1e1e1;
}
.afterpay .text-box ul {
  padding: 0 0 5px 0;
  list-style: none;
}
.afterpay .text-box li {
  padding-left: 30px;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "GothamBook";
}
.afterpay .text-box .icon {
  display: block;
  float: left;
  margin: 0 5px 0 -25px;
  color: #2f9ad7;
}

.membership__item {
  margin-bottom: -1px;
  padding: 15px;
  border: 1px solid #e1e1e1;
}
.membership .field--radio, .membership .login-area input[type=radio], .login-area .membership input[type=radio] {
  margin: -15px;
  padding: 15px;
}
.membership .field--radio.field--checked, .membership .login-area input.field--checked[type=radio], .login-area .membership input.field--checked[type=radio] {
  background: #f0f0f0;
  color: black;
}
.membership .field--radio .field__value, .membership .login-area input[type=radio] .field__value, .login-area .membership input[type=radio] .field__value {
  display: block;
  color: inherit;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "GothamBold";
}

.order-confirmation .icon-check-bold {
  position: relative;
  display: block;
  float: left;
  margin: 0 15px 15px 0;
  width: 30px;
  border: 2px solid transparent;
  border-radius: 38px;
  background: white;
  background-clip: padding-box;
  text-align: center;
  font-size: 0.875em;
  line-height: 26px;
}
@media only screen and (min-width: 992px) {
  .order-confirmation .icon-check-bold {
    margin: 0 30px 20px 0;
    width: 73px;
    font-size: 1.75em;
    line-height: 69px;
  }
}
.order-confirmation .icon-check-bold:before {
  background-color: transparent;
  background-image: -webkit-linear-gradient(45deg, #fdd845, #b88a3c);
  background-image: -moz-linear-gradient(45deg, #fdd845, #b88a3c);
  background-image: linear-gradient(45deg, #fdd845, #b88a3c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.order-confirmation .icon-check-bold:after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: -1;
  border-radius: 38px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(45deg, #fdd845, #b88a3c);
  background-image: -moz-linear-gradient(45deg, #fdd845, #b88a3c);
  background-image: linear-gradient(45deg, #fdd845, #b88a3c);
  content: "";
}


/*# sourceMappingURL=aacta.css.map */