<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  font-weight: 300;
}
b,strong{font-weight:700;}
h2{color:#313131;}
.movielist .rating
{
  background-color: #797979;
  border: 1px solid #aaa;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.07em;
  line-height: 1.2em;
  margin-left: 4px;
  margin-top: 0px;
  min-width: 1.5em;
  outline: 1px solid #797979 !important;
  padding: 3px 4px 0; 
  text-align: center;
}
.moviedetail .rating {
  background-color: #CCCCCC;
  border: 1px solid #222222;
  color: #222222;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -0.07em;
  line-height: 1.3em;
  margin-left: 8px;
  margin-top: -5px;
  min-width: 1.5em;
  outline: 2px solid #CCCCCC !important;
  padding: 0 4px;
  text-align: center;
  float:right;
  position:relative;
}
.moviedetail .snippet img {
    max-width: 225px;
    margin: 0 15px 15px 0;
    float: left;
    border: 1px solid #444;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
#movie_icons{float:right;}
#movie_icons .rating {
  margin-left: 4px;
  margin-right: 5px;
}
#movie_icons .icon {margin-top:-6px;}
.movielist .griditem .details {padding-top:0px;}
.movielist .griditem .details .iteminfo{clear:both;}
#alertMessage img.largeimage {display:inline-block !important;}
.page-title{float:none;}

footer a,footer a:hover{color:#fff;}
footer ul {list-style:none;padding-left:0px;}
footer ul li {margin-top:2px;}
footer h4 {margin-bottom:15px;}
footer .logo {margin-top:0px;}
footer #footer-address{margin-top:4px;}
th{text-align: center;}
#primary-content .section-header{color:#444;}
#primary-content img {border:none;}
#primary-content .container{border:4px solid #ccc;}
#primary-content div {
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0.08em;
    line-height: 1.4em;
}
#primary-content div table tr{line-height:1.42857143;}
#primary-content ul {
    padding-left:40px;
	margin-top:15px;
}
#primary-content li {
	list-style-type:disc;}


.showtimes .listitem {
  padding: 0 0 0 12px;
  border: 1px solid #444;
  border-width: 1px 1px 1px 0;
  margin-bottom: 4px;
  font-size: 16px;
  background-image: url("/img/date_md.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.showtimes .listitem .itemheader {
  background-color: #313131;
  color: #FFFFFF;
  float: left;
  padding: 20px 10px 20px 0;
}
.showtimes .listitem .itemheader .day,
.showtimes .listitem .itemheader .date {
  text-align: center;
  width: 100%;
  display: block;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "adelle-condensed",serif;
  font-weight: lighter;
}
.showtimes .listitem .itemheader .day {
  font-size: 30px;
  font-weight: bold;
}
.showtimes.detail .iteminfo {
    float: left;
    padding: 10px 20px;
    margin-top: 5px;
 	min-height:80px;
}

.showtimes .iteminfo a {
    background-color: transparent;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.04em;
    color: #1d1d1d;
    border: 1px solid #ead882;
    padding: 6px;
    margin: 0 4px 4px;
    transition: all .3s;
}
.showtimes .iteminfo a.past {
  color: #777;
  text-decoration:none !important;
}
.showtimes .iteminfo a.next {
  color: #fefbb3;
}
.showtimes .iteminfo a.nolink {
  color: #1d1d1d;
}
.showtimes .iteminfo a:hover {
  background-color: #ad2730;
  color: #fff;
  border-color: #ad2730;
}
.showtimes .iteminfo a.past:hover {
  background-color: transparent;
  border-color: #222;
  background-image: none;
  text-decoration: none;
  color: #777;
  cursor: default;
  border: 1px solid #ddd;
  
}
.showtimes .iteminfo a.nolink:hover {
  background-color: transparent;
  border-color: #222;
  background-image: none;
  text-decoration: none;
  color: #777;
  cursor: default;
  border: 1px solid #222;
  

}

div.imgHold{position:relative;
width:100%;
}
.imgHold p {
   position: absolute; 
   top: 85%; 
   left: 0; 
   width: 100%; 
   font-size:1.2em;
}
.imgHold p span{
   color: white; 
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.8);
   padding: 10px; 
}

ul.mrList{list-style:none;}
ul.mrList li{float:left; position:relative;margin-left:20px;margin-bottom:20px;max-width:200px; max-height:296px;}
div.subpagejt p{font-size:15px;}
.jumbotron{padding:15px !important;background-color:#ddd;}

section p strong {
    color: #313131;
}

.form-control{padding:10px;text-transform:none;}

@media (min-width: 768px){
.section-header{font-size:70px;}

}
@media (max-width:768px){
.navbar-brand img.logo{max-width: 180px;margin-top:0;}
}

/* --------------------------------------------------
 generic formatting
-------------------------------------------------- */
.w10 {width:10%;}
.w15 {width:15%;}
.w20 {width:20%;}
.w33 {width:33%;}
.w34 {width:34%;}
.w50 {width:50%;}
.w67 {width:67%;}
.w80 {width:80%;}
.w100{width:100%;}
.mb05 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb50 {margin-bottom:50px;}
.ml05 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}
.ml50 {margin-left:50px;}
.mr05 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}
.mr50 {margin-right:50px;}
.mt05 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt50 {margin-top:50px;}
.mt75 {margin-top:75px;}
.mt125 {margin-top:125px;}
.mt150 {margin-top:150px;}
.tcenter{text-align:center;}
.tright{text-align:right;}
.tleft{text-align:left;}

.size08{font-size:0.8em;}
.size09{font-size:0.9em;}
.size10{font-size:1.0em;}
.size11{font-size:1.1em;}
.size12{font-size:1.2em;}
.size13{font-size:1.3em;}
.size14{font-size:1.4em;}
.size15{font-size:1.5em;}
.size20{font-size:2.0em;}
.size25{font-size:2.5em;}
.size30{font-size:3.0em;}
.size40{font-size:4.0em;}

.lh08{line-height:0.8em;}
.lh09{line-height:0.9em;}
.lh10{line-height:1.0em;}
.lh11{line-height:1.1em;}
.lh12{line-height:1.2em;}
.lh13{line-height:1.3em;}
.lh14{line-height:1.4em;}
.lh20{line-height:2.0em;}

.bg-black{background-color:#000;}
.bg-blue{background-color:#00F;}
.bg-orange{background-color:#ff6600;}
.bg-red{border:4px solid #a90000;}
.bg-dk-red{background-color:#600000;}
.bg-green{background-color:#00ff00;}

.c-whiter{color:#fff;}
.c-black{color:#000;}
.c-grey{color:#666;}
.c-red{color:#F00;}
.c-purple{color:#5b2f5e;}
label.error{color:red;}
.clientmessage{
	background-color:#eee;
	padding:8px;
	font-size:1.2em;
	font-weight:bold;
	margin-top:25px;
	margin-bottom:20px;
}
.msginfo{
	color:#b20000;
	border:1px solid #b20000;
}
.msgerror{
	color:red;
	border:1px solid red;
}



/* ticketing */

h5.expire{    margin-bottom: 2px;
    font-size: 17px;
    font-weight: bold;
    color: #777;
    margin-top: 7px;}
#clockdiv{
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 18px;
}

#clockdiv &gt; div{
    padding: 3px 23px;
    border-radius: 3px;
    background: #444;
    display: inline-block;
}

#clockdiv div &gt; span{
    padding: 0  px;
    border-radius: 3px;
    background: #444;
    display: inline-block;
}

.smalltext{
    padding-top: 5px;
    font-size: 9px;
}
.box-shadow-lg {
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0,0,0,0.1) !important;
}
.prodimg{max-height: 150px;}
.prodtitle{font-size:20px; font-weight: bold;}
.product .card-text{font-size:18px;}
.price{font-size:20px;font-weight:bold;}
#cartContents{margin-top:0em;}
.btn-sm, .btn-group-sm&gt;.btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}
#msform h2{margin-top:auto;}
@media (max-width: 768px){
  #cartContents{margin-top:1em;}
  .prodimg{max-height: 56px;}
}
.form-control-auto{
  height: 50px;
    font-weight: 200;
    font-size: 18px;
    padding:10px;
    text-align: left;
}
#accordion .panel-heading {
    cursor: pointer;
}
#progressbar,#progresscon {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding-left:0;
}

#progressbar .active,#progresscon .active {
    color: #000000;
    cursor: pointer;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;

}
#progresscon li {
    list-style-type: none;
    font-size: 12px;
    width: 33%;
    float: left;
    position: relative;

}


#progressbar li:before,#progresscon li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after,#progresscon li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after,
#progresscon li.active:before,
#progresscon li.active:after {
    background: #006ee5
}
.revrow {
    display: flex;
    flex-direction: column-reverse;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #eee;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    z-index: 0;
    border-radius: 0.5rem;
}

.panel-primary&gt;.panel-heading {
    background-image: -webkit-linear-gradient(top,#006ee5 0,#006bdf 100%);
    background-image: linear-gradient(to bottom,#006ee5 0,#006bdf 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.tixselect{background-color:#fefefe;
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0,0,0,0.1) !important;}

.tixselect p{font-size:1.4em;color:#555;padding-top:5px;}
.tickets {color:#444;}
.tickets .movie h5{text-transform: uppercase;font-size:1.6em;font-weight: bold;}
.tickets .movie h6{font-size:1.3em;font-weight: bold;}
.tickets .movie p{font-size: 1.2em;}  
.tixselect p small{display:block;font-size: 0.6em;color:#aaa;margin-top:-7px;} 
.concessions img{max-width: 100px;}   
.yourinfo .conoptions{display:none;}

.img-responsive{display:inline-block;}

/* utility classes */
.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}
.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}
.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}
.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}
.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}
.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}
.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}
.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}
.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}
.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}</pre></body></html>