@import url(https://use.typekit.net/bna5nxp.css);
@import url(https://use.fortawesome.com/kits/39a21ebd/publications/latest/woff.css);
@charset "UTF-8";

:root {
    --primary: #AC795C;
    --secondary: #273243;
    --tertiary: #6c757d;
    /* --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545; */
    /* --light: #f7f4ed; */
    --light: #EAECEE;
    /* --dark: #201d17; */
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --ff-body: "brother-1816", var(--font-family-sans-serif);
    --ff-title: "brother-1816", var(--font-family-sans-serif);
    --ff-button: "brother-1816", var(--font-family-sans-serif);
    --menu-color: rgba(255,255,255, 0.9);
    --dark-gradient: linear-gradient(150deg, #58636E 0%, var(--dark) 50%, #23272B 100%);
    --spring: #044720;
    --summer: #3c3240;
    --autumn: #5C4A1D;
    --winter: #05344c;
    --danger: #990000;
}

.skip-to-content a {
    background-color: black !important;
    z-index: 9999 !important;
}

/*******************************************************************
*
* Global 
*
********************************************************************/

body,
html {
    font: normal 300 1rem/1.6 var(--ff-body);
    letter-spacing: 0.02em;
}

h1,
.title-1,
.modal-title.title-1 {
    font-family: var(--ff-title);
    letter-spacing: 0.01em;
    font-size: 5rem;
    font-weight: 200;
}
@media (max-width: 767px) {
h1,
.title-1,
.modal-title.title-1 {
    font-size: 3rem;
}
}

h2,
.title-2,
.modal-title.title-2 {
    font-family: var(--ff-title);
    letter-spacing: 0.01em;
    font-size: 3rem;
    font-weight: 400;
}
@media (max-width: 767px) {
h2,
.title-2,
.modal-title.title-2 {
    font-size: 2.5rem;
}
}

h3,
.title-3,
.modal-title.title-3 {
    font-family: var(--ff-body);
    letter-spacing: 0.03em;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
}

h4,
.title-4,
.modal-title.title-4 {
    font-family: var(--ff-title);
    letter-spacing: 0.01em;
    font-size: 1.8rem;
    font-weight: 400;
}

h5,
.title-5,
.modal-title.title-5 {
    font-family: var(--ff-title);
    letter-spacing: 0.01em;
    font-size: 1.5rem;
    font-weight: 500;
}

h6,
.title-6,
.modal-title.title-6 {
    font-family: var(--ff-title);
    letter-spacing: 0.02em;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.2;
}
.text-button {
    font: normal normal 0.8rem/1.5 var(--ff-button);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 300;
}
.lead {
    font-size: 1.3rem;
    font-weight: 200;
    font-style: italic;
}
.no-lead {
    font-size:1rem;
    font-weight:unset;
    font-style: normal;
}
.text-primary {
    color: var(--primary) !important;
}
.text-secondary {
    color: var(--secondary) !important;
}
p > a {
    text-decoration: underline;
}
p > a:hover,
p > a:focus {
    border-bottom: 1px solid;
}
a.link-unstyled[href] {
    color: inherit;
    text-decoration: none;
    border: none;
}
.link {
    color: var(--primary);
    background-color: transparent;
    border: none;
    padding: 0;
    text-decoration: underline;
}
.link:hover,
.link:active,
.link:visited,
.link:focus {
    border-bottom: 1px solid;
}

.highlight {
    background-color: #AC795C22;
}

@media (min-width: 768px) {
    .col-2-text {
        column-count: 2;
        column-gap: 2em;
    }
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}

.sticky-bottom {
    position: fixed;
    position: sticky;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.blurred-text {
    color: transparent;
    text-shadow: 0 0 6px rgb(0 0 0 / 50%);
}

/*******************************************************************
*
* Main Layout 
*
********************************************************************/

section.sectionBlockLayout {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* top content buffer for fixed branding */
body > .page-heading, 
body > form > *:not(#masthead) + .container > .page-heading,
body > #mainContent > .page-copy > .xrm-attribute > .xrm-attribute-value > *:first-child,
form > #mainContent .page-copy .xrm-attribute-value > *:first-child {
    padding-top: 150px !important;
}

/* sign-in error page template */
#mainContent.page-content {
    padding-top: 150px;
    padding-bottom: 50px;
}

.breadcrumb + .page-header {
  margin-top: 0px;
}

ul.breadcrumb {
    padding-left: 0;
    margin-bottom: 0;
    background: transparent;
}

.breadcrumb > li a, .breadcrumb > li a:hover {
    color: var(--primary);
}

ul.breadcrumb .active {
    font-weight: 300;
}

article h2,
article h3,
article h4,
article h5,
article h6 {
    margin-top: 1em;
}

.panel-left,
.panel-right {
    background-size: 35% !important;
    background-position: right bottom !important; 
    background-repeat: no-repeat !important;
    min-height: 80vh;
    padding: 1rem;
}
.panel-right {
    background-position: left bottom !important;
}
.panel-left > .container {
    padding-right: 35%;
}
.panel-right > .container {
    padding-left: 35%;
}
@media (max-width: 767px) {
    .panel-left,
    .panel-right {
        background-size: 50% !important;
    }
    .panel-left > .container {
        padding-right: 10%;
        padding-bottom: 50%;
    }
    .panel-right > .container {
        padding-left: 10%;
        padding-bottom: 50%;
    }
}


/*******************************************************************
*
* Site Footer 
*
********************************************************************/

footer:not(.footer) {
    color: inherit;
}
.footer-end {
    position: sticky;
    bottom: 0;
    background-color: var(--dark);
    color: var(--light);
    font-size: 0.8rem;
    font-weight: 200;
    z-index:0;
}
.footer-end a {
    color: inherit;
    font-size: inherit;
}
.footer-end a:hover,
.footer-end a:focus {
    color: var(--primary);
}
.footer-info li.list-inline-item+li.list-inline-item:before {
    content: "|";
    margin-right: 0.5rem;
}

/*******************************************************************
*
* Site Header 
*
********************************************************************/

#masthead {
    position:relative;
    min-height: 100vh;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 30%);
    overflow: hidden;
}
#masthead_img {
    position:absolute; 
    width: 100% !important; 
    height: 100% !important; 
    top: 0; 
    opacity: 0.5; 
    z-index: 0; 
    object-fit:cover;
}
#masthead_content {
    z-index:1;
}
#masthead_brand {
    min-width: 300px; 
    width: 60%;
    max-width: 520px;
}
#masthead_brand:only-child {
    padding-bottom: 100px;
}

.breadcrumb>li+li:before {
    padding: 0 2px 0 8px;
}

/*******************************************************************
*
* Main Navigation 
*
********************************************************************/

header.header.fixed-top {
    z-index: 1050;
    pointer-events: none;
}

header.header nav.navbar {
  min-height: 0;
  height: 0;
}
header.header nav.navbar > .container {
  height: 0;
}
header.header .social-link {
    color: var(--primary);
}
nav.navbar .navbar-header {
    margin-left: 0;
    float: left;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 30%);
    pointer-events: auto;
}
.navbar-brand {
    position: relative;
}
.navbar-brand a {
    font-size: 0.9em;
}
.navbar-brand + .navbar-toggle:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0px;
    bottom: 12px;
    border-left: 1px solid rgba(255,255,255,0.2);
}
button.navbar-toggle {
    display: inline-block !important;
    background-color: transparent;
    color: var(--light);
    text-transform: uppercase;
    font: normal 300 12px/24px var(--ff-title);
    letter-spacing: 0.2em;
    overflow: hidden;
}
button.navbar-toggle span {
    display: block;
    position: relative;
    transform: translateZ(0) translateY(0);
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
    transition: transform 0.3s;
}
button.navbar-toggle:focus {
    box-shadow: inset 0 0 2px 2px white;
    border-radius: 0;
    box-sizing: border-box;
}
button.navbar-toggle:hover span {
    transform: translateZ(0) translateY(-250%);
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
}
button.navbar-toggle span:before {
    content: "Close";
    position: absolute;
    top: -150%;
    left: 50%;
    transform: translateZ(0) translate(-50%, -100%);
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
}
button.navbar-toggle span:after {
    content: "Open";
    position: absolute;
    bottom: -150%;
    left: 50%;
    transform: translateZ(0) translate(-50%, 100%);
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
}
button.navbar-toggle:not(.collapsed) span {
    transform: translateY(250%);
}

/* Main Menu ***************************************************/

div#navbar {
    max-height: 100vh !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    padding-top: 100px;
    z-index: -1;
    background: var(--dark);
    background: var(--dark-gradient);
    overflow-y: auto;
    padding: 150px 0;
}
div#navbar.collapse.in {
    height: 100vh;
    pointer-events: auto;
}
ul.weblinks li {
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1;
    font-weight: lighter;
}
ul.weblinks li.weblink {
    font-family: var(--ff-title);
    letter-spacing: 0.01em;
    font-size: 5rem;
    font-style: normal;
}
@media (max-width: 767px) {
    ul.weblinks li.weblink {
        font-size: 10vw;
    }
}
ul.weblinks li.text-button {
    font-style: normal;
    font-size: 0.9rem;
}
ul.weblinks li a {
    color: var(--menu-color);
    opacity: 0.7;
    transition: all 0.5s;
    white-space: normal;
    overflow-wrap: break-word;
}
ul.weblinks li a:hover,
ul.weblinks li a:focus,
ul.weblinks li.open a:hover, 
ul.weblinks li.open a:focus {
    background-color: transparent;
    opacity: 1;
}
ul.weblinks li.dropdown a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
ul.weblinks li.dropdown ul.dropdown-menu {
    border: none;
    background: none;
    color: var(--menu-color);
    position: relative;
    float: none;
    box-shadow: none;
    min-height: 40px;
}
li.weblink.dropdown ul.dropdown-menu a[href] {
  color: inherit;
  background: none;
  font-size: 1.5em;
}
@media (max-width: 767px) {
    li.weblink.dropdown ul.dropdown-menu a[href] {
        font-size: 8vw;
    }
}
li.weblink.dropdown ul.dropdown-menu .divider {
  display: none;
}
a.dropdown-toggle[href],
ul.weblinks .open a {
  background: none;
}
ul.weblinks .open .dropdown-menu {
    background: transparent;
    position: relative;
    box-shadow: none;
    border: none;
    margin-top: -8px !important;
    width: 100%;
    color: var(--menu-color);
}
ul.weblinks .open .dropdown-menu > li > a[href] {
    margin-left: 0;
    color: inherit;
    font-weight: inherit;
    background: none;
}
ul.weblinks .open .dropdown-menu > li > a:before {
    content: "\2014";
    margin-right: 5px;
    color: var(--primary);
}

.dropdown-toggle:after {
    border: none;
    content: "\f010";
    font-family: "Nvv";
    color: var(--primary);
    font-size: 0.7em;
    transform: rotate(90deg);
    vertical-align: middle;
    margin-left: -0.1em;
}

li.divider {
    margin: 1.5em 0 1.5em 15px;
    border-bottom: 1px solid rgba(255,255,255, 0.2);
}

#navbar .dropdown-search {
    position: absolute;
}

#navbar .dropdown-search #q {
    min-width: 9em !important;
    max-width: 200px;
    background: none !important;
    box-shadow: none;
    border: none;
    font-size: 1.2rem;
    padding-top: 0.5em;
    padding-bottom: 0;
    color: white !important;
    font-style: normal;
}

#navbar .dropdown-search #q::placeholder {
    color: var(--menu-color) !important;
}

#navbar .dropdown-search #q + .input-group-btn button {
    background: none;
    border: none;
    border-radius: 0;
    margin-left: -0.5em;
    font-size: 1.5rem;
}
.input-group-btn button {
    height: 38px;
}

/*******************************************************************
*
* Themed Buttons
*
********************************************************************/

.btn {
    font: normal normal 0.8rem/1.5 var(--ff-button);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border-radius: 0;
}

.btn.disabled,
.btn.disabled:hover,
.btn.disabled:focus,
button[disabled],
button[disabled]:hover,
button[disabled]:focus,
input[type=button]:disabled,
input[type=button]:disabled:hover,
input[type=button]:disabled:focus {
    background-color: #999;
    border-color: #999;
}

button.disabled-priority {
    background-color: #999 !important;
    border-color: #999 !important;
}

.btn-lg {
    padding: 1rem 3rem;
}

.btn:focus {
    color: inherit;
}
.btn-dark:focus {
    color: white;
}

.btn.btn-outline-primary,
.btn.btn-outline-primary[href] {
    border-color: var(--primary);
    color: var(--primary);
    text-decoration: none;
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
    background-color: var(--primary);
    color: white !important;
}

.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary[href] {
    color: white;
}

.btn-special {
    color: inherit;
    font-weight: normal;
    border: none;
}
.btn-special::after {
    content: "";
    display: block;
    height: 1px;
    width: 40%;
    margin: 0.4em auto;
    border-bottom: 2px solid;
    color: inherit;
    border-color: inherit;
    transition: all 0.5s ease-in-out;
}
.btn-special.primary {
    border-color: var(--primary);
}
.btn-special.secondary {
    border-color: var(--secondary);
}
.btn-special:hover:after, .btn-special:focus:after {
    width: 100%;
}
.btn-special.text-light:hover, 
.btn-special.text-light:focus {
    color: var(--light) !important;
}
.btn-special.text-primary:hover, 
.btn-special.text-primary:focus {
    color: var(--primary) !important;
}
.btn-special.text-secondary:hover, 
.btn-special.text-secondary:focus {
    color: var(--secondary) !important;
}
.btn-special.text-dark:hover, 
.btn-special.text-dark:focus {
    color: var(--dark) !important;
}
a.btn[class*=bg-]:not(.bg-gradient):hover,
a.btn[class*=bg-]:not(.bg-gradient):focus {
    background: linear-gradient(45deg, rgba(0 0 0 / 20%), rgba(0 0 0 / 20%));
    background-blend-mode: darken;
    color: inherit;
}

/*******************************************************************
*
* Themed Modals 
*
********************************************************************/

.modal button.close {
    color: var(--primary);
    text-shadow: none;
}
.modal-content.bg-dark {
    border-color: transparent;
    color: var(--light);
    border-radius: 0;
}
.modal-content.bg-dark .modal-header {
    border-bottom: none;
}
#menu_websites .nav-link {
    background: transparent!important;
    color: var(--light);
}

/*******************************************************************
*
* Theme Utilities 
*
********************************************************************/

.bg-primary {
    background-color: var(--primary) !important;
    color: white;
}

.bg-secondary {
    background-color: var(--secondary) !important;
    color: var(--light);
}

.bg-dark {
    background-color: var(--dark) !important;
    color: var(--light);
}

.bg-light {
    background-color: var(--light) !important;
    /* color: var(--dark); */
}

.bg-danger {
    background-color: var(--danger) !important;
    color: var(--light);
}

.bg-spring {
    background-color: var(--spring) !important;
    color: var(--light);
}
.bg-summer {
    background-color: var(--summer) !important;
    color: var(--light);
}
.bg-autumn,
.bg-fall {
    background-color: var(--autumn) !important;
    color: var(--light);
}
.bg-winter {
    background-color: var(--winter) !important;
    color: var(--light);
}
.bg-gradient {
    background-image: linear-gradient(150deg, rgba(255 255 255 / 50%) 0%, transparent 40%, transparent 60%, rgba( 0 0 0 / 50%) 100%);
    background-blend-mode: overlay;
}


.border-primary {
    border-color: var(--primary) !important;
}
.border-secondary {
    border-color: var(--secondary) !important;
}
.border-tertiary {
    border-color: var(--tertiary);
}
.border-spring {
    border-color: var(--spring) !important;
}
.border-summer {
    border-color: var(--summer) !important;
}
.border-autumn,
.border-fall {
    border-color: var(--autumn) !important;
}
.border-winter {
    border-color: var(--winter) !important;
}

/*******************************************************************
*
* Animations
*
********************************************************************/

.pan {
    transform: scale(1.2);
    transition: transform 2s;
}
.pan.loaded,
.pan[data-gjs-type] {
    transform: scale(1.0);
}
.fade-up-in {
    opacity: 0 !important;
}
.fade-up-in.loaded,
.fade-up-in[data-gjs-type] {
    opacity: 1 !important;
    -webkit-animation: fadeinup 1.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeinup 1.5s; /* Firefox < 16 */
        -ms-animation: fadeinup 1.5s; /* Internet Explorer */
         -o-animation: fadeinup 1.5s; /* Opera < 12.1 */
            animation: fadeinup 1.5s;
}
@keyframes fadeinup{
    from { opacity: 0; transform: translateY(5vh) }
    to   { opacity: 1; transform: translateY(0) }
}
/* Firefox < 16 */
@-moz-keyframes fadeinup{
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeinup{
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadeinup{
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadeinup{
    from { opacity: 0; }
    to   { opacity: 1; }
}

.shimmer {
    color: transparent;
    background: -moz-linear-gradient(120deg, var(--primary) 40%, rgba(255,255,255,0.8) 50%, var(--primary) 60%);
    background: -webkit-linear-gradient(120deg, var(--primary) 40%, rgba(255,255,255,0.8) 50%, var(--primary) 60%);
    background: linear-gradient(120deg, var(--primary) 40%, rgba(255,255,255,0.8) 50%, var(--primary) 60%);
    background-size: 250% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: var(--primary);
    -webkit-background-clip: text;
    moz-background-clip: text;
    background-clip: text;
    --animation_duration: 6s;
    -webkit-animation: shimmer var(--animation_duration) infinite; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: shimmer var(--animation_duration) infinite; /* Firefox < 16 */
        -ms-animation: shimmer var(--animation_duration) infinite; /* Internet Explorer */
         -o-animation: shimmer var(--animation_duration) infinite; /* Opera < 12.1 */
            animation: shimmer var(--animation_duration) infinite;
}
@-moz-keyframes shimmer {
    0% { background-position: top right;	}
    25% { background-position: top left; }
    100% { background-position: top left; }
}

@-webkit-keyframes shimmer {
	0% { background-position: top right;	}
    25% { background-position: top left; }
    100% { background-position: top left; }
}

@-o-keyframes shimmer {
	0% { background-position: top right;	}
    25% { background-position: top left; }
    100% { background-position: top left; }
}

@keyframes shimmer {
	0% { background-position: top right;	}
    25% { background-position: top left; }
    100% { background-position: top left; }
}

/*******************************************************************
*
* Themed Lists
*
********************************************************************/


ul.list-styled {
    margin-left: 1.2em;
    padding-left: 0;
}
ul.list-styled li {
    position: relative;
    list-style: none;
}
ul.list-styled li:before {
    font-family: "Nvv";
    display: inline-block;
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    content: "\f010";
    color: var(--primary);
    font-size: 0.8em;
    position: absolute;
    left: -1.2rem;
    width: 1rem;
    top: 0.25em;
    text-align: center;
    display: inline-block;
}
ul.list-styled li > a:only-child {
    padding: 0;
    padding-bottom: 0.55em;
    transition: all 0.5s;
}
ul.list-styled li > a:only-child:hover, 
ul.list-styled li > a:only-child:focus, 
ul.list-styled li button.nav-link:hover, 
ul.list-styled li button.nav-link:focus {
    text-decoration: none;
    border: none;
    padding-left: 0.5em;
}

/*******************************************************************
*
* Themed Forms
*
********************************************************************/

.crmEntityFormView .tab-title {
    border: none;
    margin: 2rem;
    font-weight: 200;
    font-size: 2rem;
}

form.custom-form fieldset legend {
    border: none;
}

form:not(.custom-form) fieldset legend {
    margin: 2rem;
}

:not(.tab-title) + .tab {
    padding-top: 2rem;
}

.crmEntityFormView .actions {
    border: none;
    margin: -3rem 1.5em 2rem 2rem;
}

.row.form-custom-actions {
    padding: 0 25px 25px 25px;
}

@media (max-width:767px) {
    .crmEntityFormView {
        border: none !important;
    }
    .crmEntityFormView .tab-title,
    fieldset legend {
        margin: 2rem 0;
    } 
    .crmEntityFormView .actions {
        margin: 0;
        margin-bottom: 2em;
    }
    .row.form-custom-actions {
        padding: 20px 0 0 0;
    }
}

.field-label,
.captcha-cell label  {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 300;
}

.captcha-cell input {
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right: 1em;
    margin-top: 0.5em;
}

.captcha-cell a {
    display: inline-block !important;
    margin-right: 1em;
    font-size: 0.8rem;
}

input.form-control {
    border-color: #ccc;
}

input::placeholder {
    color: gray !important;
    font-style: italic;
}

@media (min-width:768px) {
    .captcha-cell {
        margin:-20px 25px 60px 25px;
    }
    .crmEntityFormView {
        border-color: #ddd !important;
    }
    table.section[data-name^=CHECKBOXES] .checkbox-cell {
        padding: 0.5em 2em !important;
    }
}

.help-block.error, label.control-label.required:before, .crmEntityFormView .cell div.info.required label:after, .crmEntityFormView .cell div.info div.validators, .crmEntityFormView .validator-text, .crmEntityFormView .rank-order-cell .validator-text, .crmEntityFormView .constant-sum-cell .validator-text, .crmEntityFormView .stack-rank-cell .validator-text {
    color: var(--primary);
}

.alert-danger a {
    color: #721c24 !important;
    text-decoration: underline;
}

.form-control-cell .description.below {
    color: #888;
    font-size: 0.8rem;
}

div#card-errors,
div#processing-error {
    border: none !important;
    font-weight: normal !important;
    font-size: 0.8rem;
    padding: 0 !important;
    background-image: none !important;
}

.form-control .__PrivateStripeElement {
    top: 3px;
}

input[type='radio'] {
    accent-color: var(--primary);
}

/*******************************************************************
*
* Theme Components
*
********************************************************************/

ul.stack-deck {
  list-style: none;
  padding: 0;
  width: 100%;
  height: 100vmin;
  margin: 0 auto;
  overflow: hidden;
}
ul.stack-deck > li {
    float: left; 
    width: 5%; 
    height: 100%;
    box-sizing: border-box;
    border-left: 3px solid;
    border-right: 1px solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
ul.stack-deck.reverse > li {
    float: right;
    border-left: 1px solid;
    border-right: 3px solid;
}
ul.stack-deck > li:first-child,
ul.stack-deck.reverse > li:last-child {
    border-left: none;
}
ul.stack-deck > li:last-child,
ul.stack-deck.reverse > li:first-child {
    border-right: none;
}
ul.stack-deck > li > .content {
    opacity: 0;
    pointer-events:none;
    padding: 10vmin;
    margin: 10vmin;
    -moz-transition: none;
    -ms-transition: none;
    -webkit-transition: none;
    transition: none;
}
ul.stack-deck > li:focus,
ul.stack-deck > li:focus-within,
ul.stack-deck > li:first-child {
    width: 80%;
    transform: none !important;
}
ul.stack-deck > li:focus > .content,
ul.stack-deck > li:focus-within > .content,
ul.stack-deck > li:first-child > .content {
    opacity: 1;
    pointer-events:all;
    -moz-transition: opacity .5s ease-in-out .5s;
    -ms-transition: opacity .5s ease-in-out .5s;
    -webkit-transition: opacity .5s ease-in-out .5s;
    transition: opacity .5s ease-in-out .5s;
}
    
ul.stack-deck:focus-within > li:first-child:not(:focus, :focus-within) {
    width: 5%;
}
ul.stack-deck:focus-within > li:first-child:not(:focus, :focus-within) > .content {
    opacity: 0 !important;
    pointer-events: none;
    -moz-transition: none;
    -ms-transition: none;
    -webkit-transition: none;
    transition: none;
}

ul.stack-deck > li:nth-child(5) {
    transform: skew(1deg) translateX(-20px) scaleX(1.7);
}
ul.stack-deck > li:nth-child(4) {
    transform: skew(-4deg) translateX(-26px) scaleX(1.5);
}
ul.stack-deck > li:nth-child(3) {
    transform: skew(2deg) scaleX(1.5) translateX(-9px);
}
ul.stack-deck > li:nth-child(2) {
    transform: skew(-2deg) translateX(-10px);
}
ul.stack-deck > li:nth-child(1) {
    transform: skew(-7deg) translateX(-40px);
}

@media (max-width: 767px) {

    ul.stack-deck {
        height: auto;
    }
    ul.stack-deck > li {
        float: none; 
        width: 100% !important; 
        height: auto;
        border: 0;
        border-bottom: 3px solid;
    }
    ul.stack-deck > li > .content,
    ul.stack-deck:focus-within > li:first-child:not(:focus, :focus-within) > .content {
        opacity: 1 !important;
        padding: 0;
    }
    ul.stack-deck > li:nth-child(5) {
        transform: none;
    }
    ul.stack-deck > li:nth-child(4) {
        transform: none;
    }
    ul.stack-deck > li:nth-child(3) {
        transform: none;
    }
    ul.stack-deck > li:nth-child(2) {
        transform: none;
    }
    ul.stack-deck > li:nth-child(1) {
        transform: none;
    }
    ul.stack-deck .prevnext {
        display: none;
    }

}

.panel-group .panel-heading .panel-title a:before {
    content: unset !important;
}

.panel-heading .collapsed .nvv.nvv-caret {
    transition: all 0.5s;
    transform: rotate(0deg);
}
.panel-heading .nvv.nvv-caret {
    transition: all 0.5s;
    transform: rotate(90deg);
}
.panel-heading a:hover,
.panel-heading a:focus {
    color: var(--secondary);
    text-decoration: none;
}
.panel-heading a:hover .nvv.nvv-caret,
.panel-heading a:focus .nvv.nvv-caret {
    margin-right: 0.5em;
}
.panel-heading .radio {
    display: inline-block;
}
.panel-heading .radio input[type=radio] {
    transform: scale(1.5) translateY(-0.5em);
    filter: grayscale(1);
}

/*******************************************************************
*
* Tickets
*
********************************************************************/

#event_ticket,
#ticket_footer {
    border: 1px solid #ccc;
}
#event_ticket {
    border-bottom: none;
}
#ticket_footer {
    border-top: none;
}

/*******************************************************************
*
* Print Components
*
********************************************************************/

@media print {
    body > header,
    #masthead,
    .page-heading ul.breadcrumb,
    aside.sidebar,
    body > footer,
    .no-print {
        display: none !important;
    }

    .main[class*='col-'] {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    /* hack to get qr code image to print */
    img {
        -webkit-print-color-adjust: exact;
    }
}