/*
Metro Modifications

00. BOOTSTRAP OVERRIDES
01. KC TEMPLATE OVERRIDES
02. 
03. 

*/

/*@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
@import url("https://use.fontawesome.com/releases/v5.13.0/css/v4-shims.css");*/

/*  ---------------------------------------------------
	Language classes
-------------------------------------------------------  */

.en-translation,
.am-translation,
.zh-translation,
.zh-hans-translation,
.zh-hant-translation,
.es-translation,
.ja-translation,
.ko-translation,
.pa-translation,
.ru-translation,
.so-translation,
.tl-translation,
.uk-translation,
.vi-translation {
    display: none!important;
}

.language--my { 
    font-family: "WinUniInnwa"; 
    font-size: 20px; 
}


/*  ---------------------------------------------------
	Manual reset
-------------------------------------------------------  */
/**, *:before, *:after {
  box-sizing: border-box!important; }*/
  
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus,
body:not(.user-is-tabbing) a:focus {
  outline: none;
}


.nobullet { list-style: none!important; }
.nomargin { margin: 0!important; }
.nomargin--top { margin-top: 0!important; }
.nomargin--right { margin-right: 0!important; }
.nomargin--bottom { margin-bottom: 0!important; }
.nomargin--left { margin-left: 0!important; }
.nopadding { padding: 0!important; }
.nopadding--top { padding-top: 0!important; }
.nopadding--right { padding-right: 0!important; }
.nopadding--bottom { padding-bottom: 0!important; }
.nopadding--left { padding-left: 0!important; }
.noborder { border: none!important;}



.round-corners5 {
    border-radius: 5px!important;
}

.round-corners10 {
    border-radius: 10px!important;
}

/*  ---------------------------------------------------
	Hiding things
-------------------------------------------------------  */
/*@media only screen and (min-width: 802px) {
#sidebar {
	display:none!important;
}
}
.row.addon-row.addon-row-attached > div:empty {
    display: none!important;
}*/
.print-header, #csv-link, #reservations-link/*, #sidebar a[title='Schedules & Maps']*/ {
	display: none!important;
}
.nav-pills.direction-a, .nav-pills.direction-b, .hidden, .mobile-table-instruction {
	display: none;
}
.visuallyhidden{
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
	text-indent: -9000px;
}
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{
	clip:auto;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	width:auto;
}
a:hover, a:active/*, a:focus*/ {
	outline: 0!important;
}
.off_canvas {
	position: fixed; 
	left: -9000px;
}
.opacity_0 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}
.opacity_10 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
.opacity_20 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
.opacity_30 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
.opacity_40 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.opacity_50 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.opacity_60 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.opacity_70 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.opacity_80 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.opacity_90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.opacity_100 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.hide-while-loading{
	display: none;
}
.expand { 
	height: 0; 
}

.separated-section {
    margin-bottom: -42px;
}
@media only screen and (max-width: 768px)  {
    .separated-section {
       margin-bottom: -40px;
       margin-top: -20px;
    }
}
/*  ---------------------------------------------------
	Extra Extra Small Screen Sizes
-------------------------------------------------------  */
.visible-xxs,
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
    display: none !important;
}

@media (max-width: 600px) {
    .visible-xxs {
        display: block !important;
    }
    table.visible-xxs {
        display: table !important;
    }
    tr.visible-xxs {
        display: table-row !important;
    }
    th.visible-xxs,
    td.visible-xxs {
        display: table-cell !important;
    }
}
@media (max-width: 600px) {
    .visible-xxs-block {
        display: block !important;
    }
}
@media (max-width: 600px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 600px) {
    .visible-xxs-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 600px) {
    .visible-xs {
        display: none !important;
    }
}

@media (max-width: 601px) {
    .hidden-xxs {
        display: none !important;
    }
}

@media (min-width: 601px) and (max-width: 766px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 601px) and (max-width: 766px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (min-width: 601px) and (max-width: 766px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (min-width: 601px) and (max-width: 766px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media screen and (max-device-width: 1000px) and (orientation:landscape){
	.hidden-xxs-landscape, .hidden-xs-landscape {
		display: none!important;
	}
	.visible-xxs-inline-block, .visible-xs-inline-block {
		display: inline-block!important;
	}
}

/*  ---------------------------------------------------
	Aligning things
-------------------------------------------------------  */
.align-right {
	display: block;
	text-align: right;
}
.align-left {
	display: block;
	text-align: left;
}
	ul.align-left li {
		text-align: left;
	}

.align-center {
	text-align: center;
}
.align-center>div {
	text-align: left;
}
.align-vertical {
 	position: relative;
	min-height:  97px;
}
.align-vertical > .child, .align-vertical > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.quick-links i.middle {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-52%, -50%);
	    -ms-transform: translate(-52%, -50%);
	        transform: translate(-52%, -50%);
  	width: 100%;
	font-size: 1.6em; 
}

.right-wrap {
   float: right;
   margin: 0 0 20px 20px!important;
}

.left-wrap {
   float: left;
   margin: 0 20px 20px 0!important;
}

/* RTL (right to left) aligning for text blocks and RTL languages */
.rtl, .rtl p, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6, .rtl ul, .rtl li {
    text-align: right!important;
    direction: rtl;
}

.ltr {
    direction: ltr!important;
}


/*===================================================================================*/
/*	00. BOOTSTRAP OVERRIDES
/*===================================================================================*/
/*.modal { 
	z-index: 10001!important; 
}
.modal.modal-wide .modal-dialog {
	width: 100%;
	height: 100%;
	margin: 0;
}
body.modal-open {
    overflow: hidden;
    position: fixed;
}*/


.modal {
    bottom: 0;
    display: none;
    left: 0;
    overflow-x: auto;
    overflow-y: scroll; /* <--- this guy right here */
    position: fixed;
    right: 0;
    top: 0;
    z-index:10060!important;
}

.modal-backdrop {
z-index:10055!important;
}

/* .modal-fullscreen */

.modal-fullscreen {
  background: transparent;
}
.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}

.table-condensed td {
	vertical-align: top;
}

.table-small-text td {
	font-size: 1.1em;
}

/* centered columns styles */
.row-centered {
    text-align:center!important;
}
.col-centered {
    display:inline-block!important;
    float:none!important;
    /* reset the text-align */
    text-align:left!important;
    /* inline-block space fix */
    margin-right:-4px!important;
}
.col-fixed {
    /* custom width */
    width:320px!important;
}
.col-min {
    /* custom min width */
    min-width:320px!important;
}
.col-max {
    /* custom max width */
    max-width:320px!important;
}

/*=========================*/
/*    CIRCLE BUTTONS       */
/*=========================*/

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
	border-radius: 50%!important;
}
.btn-circle.btn-md {
  width: 40px;
  height: 40px;
  padding: 8px 12px;
	padding: 0;
  font-size: 24px;
  line-height: 40px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 28px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 3px;
  line-height: 1.33;
}

/*===================================================================================*/
/*	01: KC TEMPLATE OVERRIDES
/*===================================================================================*/

/* sidebar page heading */
.js #sidebar .panel-heading .list-group a:nth-child(1) {
    display: none;
} 
.js #sidebar .panel-heading .list-group a:nth-child(2) {
    font-size: 0;
    min-height: 52px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
/*body, html { 
  -ms-overflow-style: none !important; 
}*/
html { font-size: 62.5%; } 
body { font-size: 1.4rem; } /* =14px */
h1   { font-size: 2.4rem; line-height: 1.4; } /* =24px */

body {
	/*background-image: none !important;
	background-attachment: fixed;
	background-color: #f0eee1!important;*/
	/*background-image: url('/~/media/depts/metro/images/backgrounds/dark_grey_tile1');
	background-repeat: repeat-x!important;
	background-position: top center;
	background-color: #0072BB!important;
	background-color: #109E63!important;
	background-color: #f0eee1!important;
	background-color: #003321!important;
	background-color: #333!important;*/
	background-image: url('/~/media/depts/metro/images/backgrounds/light_gray_f4f4f4_10x10')!important;
	background-repeat: repeat!important;
	background-position: top center!important;
    background-color: #f4f4f4!important;
	padding-bottom: 58px;
	color: #000;
    
}
h3, h4 {
	line-height: 1.4!important;
}
/*.sr-only-focusable:focus {
	position: absolute;
}*/

a:focus {
   /*background-color: #ff9;
   color: #000!important;*/
}
a.nowrap {
	white-space: nowrap;
}
ul.nounderline li a, a.nounderline {
    text-decoration: none!important;
    border: none!important;
}
/*.portal-list-light h2 {
    font-size: 2.2rem!important;
    white-space: nowrap;
}*/
/*.call-out-row>div[class*="col-"]{
           padding-right:20px!important;
           padding-left:20px!important;
     }*/
.call-out-row .fas,
.call-out-row .far {display:block;text-align:right}
@media screen and (min-width:768px) {
	.call-out-row {
		padding-right: 20px!important;
		padding-left: 20px!important;
	}
	.call-out-row>div[class*="col-"]:first-child {
		padding-left: 0!important;
		padding-right: 10px!important;
	}
	.call-out-row>div[class*="col-"]:last-child {
		padding-right: 0!important;
		padding-left: 10px!important;
	}
	.call-out-row>div[class*="col-"] {
		padding-right: 10px!important;
		padding-left: 10px!important;
	}
}

.bold, .strong {
    font-weight: bold!important;
}

.inverse, 
.inverse h1, 
.inverse h2, 
.inverse h3, 
.inverse h4, 
.inverse h5, 
.inverse h6,
.inverse p, 
.inverse ul li, 
.inverse ol li { color: #fff!important; } 

.inverse a, 
.inverse a:link { color: #eff3d6; border-bottom-color: #eff3d6; }
.inverse a:hover { color: #fff; border-bottom-color: #fff!important; }
.inverse a.btn-info { color: #000!important; border-bottom: none; }

.inverse > .panel-body > p { color: #000!important; }

/*.page-header {
	padding-right: 40px;
}*/

.page-header {
    padding: 20px 40px 0 0;
    margin: 20px 0 0 0;
}

.travel_options .page-header {
    padding-right: 0!important;
}
.travel_options .page-header h1, 
.travel_options .page-header h2  {
    display: block;
    clear: both;
    width: 100%;
}
.addon-row h3 {
	margin-top: -10px;
}
#fixed-footer-nav1, 
#sticky-footer, 
ol.main-breadcrumb li:nth-child(1), 
ol.main-breadcrumb li:nth-child(2) {
   display: none !important;
}
.main-content-border {
	border-color: #056e52!important; /* Metro green */
	border-color: #02874a!important; /* brighter green */
}
.js .main-breadcrumb-row {
	margin-top: 0px!important;
    /*border-top: none!important;*/
	/*border-top-color: #fff!important;*/
	border-top: 6px solid #A5C727 !important;
}


.breadcrumb>li+li:nth-child(3):before {
	content:" ";
	padding: 0;
}
ol.main-breadcrumb li:nth-child(3) {

}
.container { width: auto; }

img#mobile-bg {
	display: none!important;
	heigt:0!important;
}

.panel-group .panel-heading {
	padding:0!important;
	border-bottom:1px solid transparent;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	background-color: #f4f4f4!important;
}

.panel-heading h3.panel-title {
  margin-top: 0;
}
.panel .panel-body ul,.panel .panel-body ol {
  margin-left: 0!important;
  padding-left: 0!important;
}
.panel .panel-body li {
  margin-left: 24px!important;
  padding-left: 0!important;
}
.panel .panel-body .nav-tabs li {
  margin-left: 0!important;
  margin-right: 2px!important;
  padding-left: 0!important;
}
.panel .panel-body .nav-tabs li.last-child {
  margin-right: 0!important;
}

.nav-tabs li span {
	display: none;
}
.nav-tabs li.active span {
	display: inline-block;
}

.panel-primary{
    background-color:#0e6640!important;
    border-color:#0e6640!important;
}
.panel-primary>.panel-heading{
    color:#fff!important;
    background-color:#0e6640!important;
    border-color:#0e6640!important;
}
.panel-success{
    /*border-color:#159f63!important;*/
    border-color:#0063BE!important;
}
.panel-success>.panel-heading{
    color:#fff!important;
    /*background-color:#159f63!important;
    border-color:#159f63!important;*/
    background-color:#0063BE!important;
    border-color:#0063BE!important;
}
.panel-success>.panel-heading+.panel-collapse>.panel-body{
    /*border-top-color:#159f63!important;*/
    border-top-color:#0063BE!important;
}

.panel-warning{
    border-color: #c9302c!important;

}
.panel-warning>.panel-heading{
    color:#fff!important;
    border-color: #c9302c!important;
	background: #c9302c!important;
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body{
    border-color: #c9302c!important;
}
.panel-warning>.panel-body {
    background-color: #fff8c4!important;
}

.alert-primary {
    background: #0F6640!important;
    border-color: #0F6640!important;
}

/*#LastUpdate {
   color: #000!important;
}*/

/* end KC Template overrides */

.bike-faq-only {
    display: none!important;
}

p.small, .caption-sm, td span.small {
	font-size: .9em;
	color:#23221f
}
.allcaps {
	text-transform: uppercase;
}

.btn {
	text-decoration: none!important;
}
.btn-default {
	color:#333!important;
}
.btn-success {
	color:#fff!important;
	/*border-color: #5a9642!important;*/
	border-color: #6baa4a!important;
	background: #6baa4a!important;
}
.btn-signup {
	color:#fff!important;
	border-color: #c9302c!important;
	background: #c9302c!important;
}
.btn-signup:hover {
	color:#fff!important;
	border-color: #a91310!important;
	background: #a91310!important;
}

.btn-block {
   margin-bottom: 12px!important;
   clear: both!important;
   -webkit-box-sizing: inherit!important;
           box-sizing: inherit!important;
}
@media only screen and (max-width: 767px)  {
   .btn-block {
      min-height: 48px!important;
      line-height: 48px!important;
      padding: 0!important;
   }
}

.btn .smaller {
  font-size: 12px;
  display: block;
}
.btn-block .smaller {
    padding: 0 0 14px 0!important;
    margin: -7px 0 0!important;
    min-height: auto!important;
    line-height: 12px!important;
}
/*.panel-group .panel-title a.collapsed:after, .panel-group .panel-title a:after {
    font-family:'FontAwesome';
    content:"\F078";
    float: right;
    color: grey;

}
.panel-group .panel-title a.collapsed:after {
    font-family:'FontAwesome';
    content:"\F054";
    float: right;
    color: grey;

}*/
.panel-group .panel-title a {
	color:#333!important;
	padding: 10px 15px;
	text-decoration: none;
	border: none!important;
	display: block;
}
.panel-group .panel-heading>.dropdown .dropdown-toggle {
	color:inherit
}
.panel-group .panel-title {
	padding: 0!important;
	margin:0;
	font-size:14px;
	color:inherit;
}
.panel-group .panel-toggle.closed {
  font-family:'FontAwesome';
  content:"\F078";
  float: right;
  color: grey;
}
.panel-group .panel-toggle.open {
  font-family:'FontAwesome';
  content:"\F054";
  float: right;
  color: grey;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
	border-top:1px solid #fff!important;
}

.actives{
    background-color:#fff;
}
#print-share-button { display: none!important; }

.dropdown-menu li, .dropdown-menu a {
	border: none!important;
}
#alert-yellow, #alert-red {
	height: 0;
}
.well-section, .sharp-corners {
   border-radius: 0px!important;
   padding: 10 20px!important;
}
.well-section-head {
    margin-top: -20px!important;
}
.well-no-shadow {
    box-shadow: none!important;
}
.well-sharp-corners {
    border-radius: 0px!important;
}
.well-alert {
   border-radius: 0px!important;
   padding: 26px 30px 30px!important;
   margin-bottom: 0!important;
   text-align: center!important;
   box-shadow: none!important;
   /*position: relative;*/
}
.well-alert--green, .well-alert--yellow, .well-alert--red, .well-alert--blue, .well-alert--orange {
	/*position: relative;*/
	top: 0;
}
.well-alert--green, .well-green {
   background-color: #109e63!important;
   border: 1px solid #109e63!important;
}
.well-alert--yellow, .well-yellow {
  /*background-color: #fff8c4!important;
  border: 1px solid #fff8c4!important;*/
  background-color: #ffcc00!important;
  border: 1px solid #ffcc00!important;
}
.well-alert--red {
  background-color: #c43c35!important;
  border: 1px solid #c43c35!important;
}
.well-alert--blue {
  background-color: #0063be!important;
  border: 1px solid #0063be!important;
}
.well-alert--orange {
	background-color: #faba70!important;
	border: 1px solid #faba70!important;		
}
.well-teal {
	background-color: #0099a9!important;
	border: 1px solid #0099a9!important;		
}
.well-dark-blue {
	background-color: #2e2b60!important;
	border: 1px solid #2e2b60!important;
}
.well-black {
	background-color: #000!important;
	border: 1px solid #000!important;
}
.well-blue {
    background-color: #0063BE!important;
    border: 1px solid #0063BE!important;
}
.well-light-blue {
    background-color: #d3e9ff!important;
    border: 1px solid #d3e9ff!important;
}
.well-light-blue-grey {
    background-color: #d9eff3!important;
    border: 1px solid #d9eff3!important;
}
.well-ride2-blue {
    /*background-color: #0072bb!important;
    border: 1px solid #0072bb!important;*/
    background-color: #0063BE!important;
    border: 1px solid #0063BE!important;
}
.well-rapidride-red {
    background-color: #b50939!important;
    border: 1px solid #b50939!important;
}
.well-rapidride-dark-red {
    background-color: #990033!important;
    border: 1px solid #990033!important;
}
.well-rapidride-yellow {
    background-color: #ffcc00!important;
    border: 1px solid #ffcc00!important;
    /*background: #ffc600!important;
    border-color: #ffc600!important;
    background: #ffde61!important;
    border-color: #ffde61!important;*/
}
.well-rapidride-light-yellow {
    /*background-color: #fef18d!important;
    border: 1px solid #fef18d!important;*/
    background-color: #efeeec!important;
    border: 1px solid #efeeec!important;
}
.well-light-gray, .well-light-grey {
    background-color: #f6f6f6!important;
    border: none!important;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
}
.well-danger {
    background-color: #88171a!important;
}

.well-alert--green h3, .well-alert--green p,
.well-alert--red h3, .well-alert--red p,
.well-alert--blue h3, .well-alert--blue p {
  color: #fff!important;
}
.well-alert h3 {
  margin-top: 0!important;
}
.well-alert p {
    width: 60%;
    margin: 0 auto!important;
}
.well-alert p + p {
    margin-top: 10px!important;
}
@media screen and (max-width: 768px) {
.well-alert p {
    width: 100%;
    margin: 0 auto!important;
}
}
.well-alert--green a, .well-alert--red a, .well-alert--blue a {
	color: #ffff64!important;
	border-color: #ffff64!important;
}

.well-section .panel {
   /**/border: 1px solid #0b8155!important;
   border-radius: 4px!important;
}
.well-section .panel.panel-green {
   /**/border: 1px solid #0b8155!important;
   border-radius: 4px!important;
}
.well-section .panel.panel-green .panel-title a {
    color:#fff!important;
    background-color: #13c179!important;
}
.well-section .panel.panel-green .panel-title a.active {
    color:#333!important;
    background-color: #fff!important;
}
.well-section .panel.panel-green .panel-title a:focus, .panel.panel-green .panel-title a.active {
    color:#fff!important;
    background-color: #0e6640!important;
}


.call-out p {
	margin-right: -15px;
}

.lead {
	margin-top:0!important;
}
#nt-title h1 {
	text-transform: none!important;
	font-size: 28px!important; 
	line-height: 1.4!important;
	font-family:'Open Sans',Verdana,Helvetica,sans-serif!important;
}
.media .media-body a {
	font-size: 1.7rem!important;
}

ul.list-social a {
   border: none!important;
   font-size: 32px;
}
ul.list-social.lg a {
   font-size: 40px;
}


/* footer */

.metro-footer2 {
    /*background-color: #347e5d;
    background-color: #395939;*/
    background-color: #0F6640;
    
}
.dept-footer-map, .map-container {
    height: 310px!important;
}

.dept-footer-map .map-canvas,
.dept-footer-image .map-canvas,
.dept-footer-map .image-canvas,
.dept-footer-image .image-canvas {
    height: 310px!important;
    margin: 0;
    padding: 0;
}

.dept-footer-map .map-overlay,
.dept-footer-image .map-overlay,
.dept-footer-map .image-overlay,
.dept-footer-image .image-overlay {
    height: 310px!important;
}

#footer-nav{
    background-color:#000!important;
}
/*======================================================*/

.nowrap, ul.nowrap li {
	white-space: nowrap;
}

.buslines li .dropdown-menu a {
	font-size: 14px!important;
	margin-left: 12px;
	/*line-height: 11px;
	margin: 0!important;*/
}

.language-bar { display: none; }

.js .language-bar {
   display: block;
   background: #f2f2f3;
   height: 30px;
   margin: 0 -20px;
   padding: 0 10px;
   line-height: 30px; 
   text-align: left;
   border-bottom: 1px solid #dbd8cc;
}
.js .language-bar .dropdown-menu {
    margin-top: 0;
 }
.js .language-bar:hover .dropdown-menu {
    display: block;
 }
 
 
 
 
 /* New language menu bar (piloted 4/2/2020) */

.language-menu-wrapper { display: none; }

.js .language-menu-wrapper {
  display: block;
  background-color: #f2f2f3;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  z-index: 5000;
  position: relative;
  margin: 0 -20px;
  padding-left: 8px;
}
.language-menu {
    list-style-type: none;
    height: 38px;
    overflow: hidden;
    position: absolute:
    top: 0;
    margin: 0!important;
    padding: 0!important;
}
.more-language-menu {
    display: none;
    background: #f2f2f3;
    background: #fff;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: absolute;
    top: 39px;
    right: 0;
    text-align: right;
    padding: 0;
}
.more-language-menu.active {
    display: block;
}
.language-menu li {
    display: block;
    float: left;
    height: 38px;
    line-height: 38px;
    white-space: nowrap;
    padding: 0!important;
}
.more-language-menu  ul, .more-language-menu li {
    padding: 0!important;
    margin: 0!important;
}
.more-language-menu li {
    height: 38px;
    line-height: 38px;
    white-space: nowrap
    padding: 0!important;

}
.language-menu li, .more-language-menu li {
    list-style: none!important;
}
.language-menu a {
    display: block;
    border: none!important;
    padding: 0 12px;
}
.more-language-menu a {
    display: block;
    border: none!important;
    padding: 0 18px 0 36px;
}
.language-menu a:hover, .more-language-menu a:hover {
   background: #ddd;
}
.more {
    display: none;
    float: right;
    height: 39px;
    line-height: 38px;
    white-space: nowrap;
    padding: 0 10px;
    background-color: #ccc;
    background-color: #DADADA;
    color: #333;
    border-bottom: 1px solid #ccc!important;
    border-left: 1px solid #ccc!important;   
    z-index: 5001;
}
.more-language-menu_opened {
    background: #fff;
    border-bottom: 1px solid #fff!important;
}

.more-language-menu {
-webkit-box-shadow: -3px 6px 8px 0px rgba(0,0,0,0.15);
-moz-box-shadow: -3px 6px 8px 0px rgba(0,0,0,0.15);
box-shadow: -3px 6px 8px 0px rgba(0,0,0,0.15);
}

.arrow-icon {
  /*background: red;*/
  display: inline-block;
  transition: transform 250ms ease-out;
}

.rotate-arrow-icon {
  transition: all 250ms ease-in-out;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* end of styles for new language bar */
 
 





.center, .center p, .center h3, .center h4, .text-center, .text-center h3, .text-center h4, .text-center p {
    text-align: center!important;
}
.text-left {
    text-align: left!important;
}
.text-right {
    text-align: right!important;
}

.fa-color-success {
    color:#159f63!important;
}
.fa-center, img.center, .center img {
   margin: 0 auto;
}
.fa-green {
   color: #109e63;
}
.fa-blue {
	/*color: #456c95;*/
	color: #0064a8;
}
.fa-white, .inverse {
   color: #fff;
}
.divider-border-bottom {
   border-bottom:1px dashed #dcdcdc;
   padding: .5em 0 .8em;
   margin: 0 0 .8em;
   width: auto;
}
/*@media screen and (min-width: 768px) {
   .js .language-bar {
      text-align: right;
   }
}*/

/*#logo-wrapper img {
	display: none!important;
}
#logo-wrapper a {
	width: 235px;
	height: 49px;
	background: url("/img/KClogo-horiz-black-lg.gif")no-repeat 0 0;
	overflow: hidden;
}*/








/*body {
	background-image:url('/~/media/transportation/metro/images/heros/3-buses-on-street-lg.ashx');
}
#wrapper {
	background-image:url('/~/media/transportation/metro/images/heros/3-buses-on-street-lg.ashx')!important;
}
.kcRssReader {
	background: red;
}*/


/*===================================================================================*/
/*#main-content {
	padding-top: 0!important;
	margin-top: 0!important;
}*/

/*------------------------------*/
/*  Subhead                     */
/*------------------------------*/
h4 span.sub { font-size: 80%; color: #666; font-weight: normal;display: block; margin-top: 10px; }


/*------------------------------*/
/*  Route Select Menu           */
/*------------------------------*/
.fixedElement {
    background-color: #c0c0c0;
    position:fixed;
    top:0;
    width:100%;
    z-index:8000;
}
	
/*------------------------------*/
/*  Route Select Menu           */
/*------------------------------*/
/*.route_select_wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0; 
	display: block;
	width: 100%;
	background: #527952;
	padding: 10px 20px 8px;
	z-index: 9990;
	text-align: center;
}*/
.route_select {
	max-width: 552px;
	width: 100%;
	margin: 2px auto 0;
	/*background: #ebf0f4;*/
	color: #333!important;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 1px solid #ebf0f4;
	border-radius: 4px;
	height: 34px;
	/*-webkit-appearance: menulist;
	-webkit-appearance: none;*/
}

.select2-container {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	margin: 0;
	margin-top:2px!important;
	margin-bottom:2px!important;
	position: relative;
	vertical-align: middle;
    text-align: left!important;
    height: 36px!important;
	max-width: 100%;
}
.select2-container .select2-selection--single {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 36px!important;
	-moz-user-select: none;
	 -ms-user-select: none;
	     user-select: none;
	-webkit-user-select: none
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px!important;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 26px!important;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #527952!important;
	color: white
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 36px!important;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
	height: 34px!important;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #666
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder:before { 
    font-family: fontAwesome; 
	content:'\f002  '; 
	/*color: #69f;*/
	color: #5897fb; 
}
.select2-container--classic .select2-search--dropdown .select2-search__field {

}


.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}
.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 9991!important;
}

/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
    .notIE label:after
    {
        display:none!important;
    }
}

/*------------------------------*/
/*  Datatable styles           */
/*------------------------------*/

.dataTable thead, #no-more-tables thead {
     border: 1px solid #0e6640;
}
.dataTable th, #no-more-tables th {
     background: #0e6640;
     color: #fff;
}

.dataTable tr.group, #no-more-tables tr.group {
padding: 6px 0!important;
font-weight: bold;
background-color: #99b3ff!important;
}



/*------------------------------*/



h2.subtitle {
	margin-top: -18px;
	margin-bottom: 20px;
	margin: -18px 0 20px 0!important;
	padding: 0;
	color: #666;
	font-weight: normal!important;
	font-size: 24px;
	line-height: 1.4;
	/*padding-right: 40px;*/
}

.service_change_date {
	
}

/*
.footer-trigger {
	display: block;
	width: 100%;
	background: #242421;
	color: #fff!important;
	text-align: center;
	padding: 10px;
	cursor: pointer;
    border: none!important;
}
.footer-trigger:hover, .footer-trigger:focus {
	background: #000;
}
*/


/*===============================================*/
/* LOADING SPINNER (CSS3 - no images)
/*===============================================*/
/* Loader container */
.loader {
  width: auto;
  margin: 0 auto 20px;
  text-align: center;
}
.loader p {
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
  margin: 0;
}
.sp {
  width: 50px;
  height: 50px;
  clear: both;
  margin: 0px auto 8px;
}
/* For colored backgrounds */
.loader.loader-white p {
  color: #fff!important;
}
/* Spinner Circle Rotation */
.sp-circle {
  border: 4px rgba(0, 0, 0, 0.25) solid;
  border-top: 4px black solid;
  border-radius: 50%;
  -webkit-animation: spCircRot .6s infinite linear;
  animation: spCircRot .6s infinite linear;
}

.loader-white .sp-circle {
  border: 4px rgba(255, 255, 255, 0.25) solid;
  border-top: 4px white solid;
  border-radius: 50%;
  -webkit-animation: spCircRot .6s infinite linear;
  animation: spCircRot .6s infinite linear;
}

@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

/* end of CSS3 Loader styles */



/*===============================================*/
/* ALERTS */
/*===============================================*/
#alert_buttons {
	background-color: transparent;
	/*float: right;*/
	width: 36px;
	height: 36px;
	overflow: hidden;
	position: absolute;
	top: -50px;
	right: 20px;
	z-index:1000;
	/*margin-top: -84px;*/
}
#alert_buttons > div {
	/*display: block;
	background: blue;*/
	width: 100%;
	height: 100%;
}
#alert_buttons > div a {
	
}
#alert_buttons > div a.on {
	background-image: url("/~/media/depts/metro/images/icons/alert_icon_white_36.png");
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: red;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -9000px;
	
}
#alert_buttons > div a.off {
	display: none!important;
}
/*#alert_buttons > div a.on {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: yellow;
}*/



/* ALERT ICON */

.alert-icon {
	background-image: url("/~/media/depts/metro/images/icons/alert_icon_white_36.png");
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: red;
	width: 36px;
	height: 36px;
	overflow: hidden;
	position: absolute;
	/*
	top: -4.5em;
	margin-top: -50px;*/
	top: -65px;
	right: 20px;
	z-index:500;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -9000px;
	display: none;
}
.alert-icon.active {
	display: block;
}
.alert-icon a {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	
}

.alert.alert-danger, .alert.alert-error, .alert-message.alert-danger, .alert-message.alert-error {
  background-color: #c43c35;
  border: 1px solid #932d27;
  text-align: center;
}
.alert.alert-danger h3, .alert.alert-error h3, .alert-message.alert-danger h3, .alert-message.alert-error h3,
.alert.alert-danger p, .alert.alert-error p, .alert-message.alert-danger p, .alert-message.alert-error p,
.alert.alert-danger a, .alert.alert-error a, .alert-message.alert-danger a, .alert-message.alert-error a {
	color: #fff;
	margin: 0 0 10px 0;
	padding: 0;
}

.alert.alert-warning, .alert.alert-error, .alert-message.alert-warning, .alert-message.alert-error {
  background-color: #fff8c4;
  border: 1px solid #f7deae;
  text-align: center;
}
.alert.alert-warning h3, .alert.alert-error h3, .alert-message.alert-warning h3, .alert-message.alert-error h3,
.alert.alert-warning p, .alert.alert-error p, .alert-message.alert-warning p, .alert-message.alert-error p,
.alert.alert-warning a, .alert.alert-error a, .alert-message.alert-warning a, .alert-message.alert-error a {
	color: #333;
	margin: 0 0 10px 0;
	padding: 0;
}

.alert.alert-success, .alert.alert-error, .alert-message.alert-success, .alert-message.alert-error {
  background-color: #159f63;
  border: 1px solid #4e984e;
  text-align: center;
}
.alert.alert-success h3, .alert.alert-error h3, .alert-message.alert-success h3, .alert-message.alert-error h3,
.alert.alert-success p, .alert.alert-error p, .alert-message.alert-success p, .alert-message.alert-error p,
.alert.alert-success a, .alert.alert-error a, .alert-message.alert-success a, .alert-message.alert-error a {
	color: #fff;
	margin: 0 0 10px 0;
	padding: 0;
}

.alert.alert-info, .alert.alert-error, .alert-message.alert-info, .alert-message.alert-error {
  background-color: #31b0d5;
  border: 1px solid #2b99ba;
  text-align: center;
}
.alert.alert-info h3, .alert.alert-error h3, .alert-message.alert-info h3, .alert-message.alert-error h3,
.alert.alert-info p, .alert.alert-error p, .alert-message.alert-info p, .alert-message.alert-error p,
.alert.alert-info a, .alert.alert-error a, .alert-message.alert-info a, .alert-message.alert-error a {
	color: #fff;
	margin: 0 0 10px 0;
	padding: 0;
}

.alert a {
	color: #ff6!important;
	border-color: #ff6!important;
}
.alert.alert-warning a, .alert-message.alert-warning a {
	color: #ad6c20!important;
	border-color: #ad6c20!important;
}
.alert a:hover {
	color: #fff!important;
	border-bottom: 1px solid #fff!important;
}
.alert p:last-child, .alert-message p:last-child {
	margin: 0;
}
.alert.alert-warning a {
    color: #914f03!important;
}
.alert.alert-warning a:hover, .alert-message.alert-warning a:hover {
	color: #333!important;
	border-bottom: 1px solid #333!important;
}

.alert-message {
    text-align: center;
    display: none!important;
}

@media only screen and (min-width: 600px) {
.alert-message h3, .alert-message p {
    max-width: 600px;
    margin-left: auto!important;
    margin-right: auto!important;
}

}

#advisory-modal .modal-content {
  background-color: #fff8c4!important;
}
#advisory-modal .modal-body, #advisory-modal .modal-footer {
  background-color: none!important;
}



#advisory.alert {
    padding: 0!important;
}
.alert .panel-heading, .panel-body {
    position: relative;
}
.alert .panel-heading {
    background: #ff0000;
    padding: 6px 12px;
    text-align: left;
}
.alert .panel-body {
    padding: 24px 14px;
    text-align: center;
    overflow: hidden;  
}
.alert .panel-heading .panel-title {
    color: #fff!important;
    font-size: 1.1em!important; 
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.alert-dismissable, .alert-dismissible {
	padding-right: 16px!important;
        /*text-align: left!important;*/
}
.alert-dismissable h3, .alert-dismissible h3 {
    padding: 0!important;
    margin: 0!important;
    text-align: center!important;
    font-weight: normal!important;
    background: red;
}
.alert-dismissable .close,.alert-dismissible .close {
    /*position:absolute!important;*/
    top:-20px!important;
    right: -17px!important;
/*background: blue!important;*/
width: 32px!important;
height: 32px!important;

padding: 0!important;
}
.alert .panel-heading .close{
    position: absolute;
    right: 4px;
    top: 0px;
    height: 32px!important;
    width: 32px!important;
    color: #fff;
    font-size: 32px;
    line-height: 32px!important;
    opacity: .7;
    filter:alpha(opacity=70);
}
.alert .panel-heading .close:hover{
    color: #fff;
    opacity: 1;
    filter:alpha(opacity=100);
}
.alert .panel-body  {
    position: relative;
    width: 100%;
    display: block;
    margin: 0;
    padding-bottom: 0;
    text-align: left;
    /*background: green; */   
}
.alert-warning .advisory-content hr {
    border-top-color: #f7e1b5;
}

.alert .panel-body h3 {
    font-size: 18px;
    /*max-width: 540px;*/
    margin-left: auto;
    margin-right: auto;
}
.alert .panel-body h3 a, .alert-inner .small a {
    border-bottom: 1px solid #fff8c4!important;
}
.alert .panel-body  h3 .fa {
    float: left;
    margin-left: -26px;
    margin-top: 4px;
    font-size: 16px;
    color: #d6c547!important;
}
.alert .panel-body h3 a:hover, .alert .panel-body .small a:hover {
    border-bottom: 1px solid #000;
}
        
.alert .panel-body h3, .alert .panel-body .advisory-dates, .alert .panel-body .small {
    /*max-width: 540px;*/
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.alert .panel-footer {
    background: none;
    border: none;
    padding-top: 0;
}
.alert .panel-footer a.btn {
    padding: 6px;
}
.alert a.btn {
    display:inline-block;
	margin-bottom:0;
	font-weight:400;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-image:none;
	border:1px solid transparent;
	white-space:nowrap;
	padding:6px 12px;
	font-size: 11px;
        text-transform: uppercase;
        line-height:1.42857143;
	border-radius:4px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
text-decoration: none;
}
.alert a.btn-info {
	color:#000!important;
	background-color:#fff8c4!important;
	border: 1px solid #bad4d1!important;
}
.alert a.btn-info:hover, .alert a.btn-info:focus, .alert a.btn-info:active {
	background-color: #f2f2f3!important;;
        border: 1px solid #b3b5b4!important;
}
@media only screen and (max-width: 767px) {
.alert .panel-body h3, .alert .panel-body .advisory-dates, .alert .panel-body .small {
    max-width: 90%;
}
.alert .panel-body h3 {
    font-size: 1.3em!important;
}
.alert .panel-body h3 .fa {
    margin-top: 5px;
}
}
@media only screen and (max-width: 640px) {
.alert .panel-body h3 {
    font-size: 1.3em!important;
}
.alert .panel-body h3 .fa {
    display: none;
}
}

.adverse-weather-message div {
    display:block;
    clear:both;
    margin-bottom: 20px;
}

/*===============================================*/
/* end of ALERTS */
/*===============================================*/


/*===============================================*/
/* start of NIGHT OWL                            */
/*===============================================*/
.night-owl a {
	background-image: url("/~/media/depts/metro/images/icons/night_owl_icon_36x36.png");
	background-size: 36px 36px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 36px;
	height: 36px;
	overflow: hidden;
	text-indent: -9000px;
}
.night-owl2 a {
	background-image: url("/~/media/depts/metro/images/icons/night_owl_icon2_36x36.png");
	background-size: 36px 36px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 36px;
	height: 36px;
	overflow: hidden;
	text-indent: -9000px;
}
.night-owl2 a:hover {
	background-image: url("/~/media/depts/metro/images/icons/night_owl_icon2_hover_36x36.png");
}
/*===============================================*/
/* end of NIGHT OWL                            */
/*===============================================*/

.change_direction {
	height: 26px;
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	/*background: blue;*/
}
.change_direction a {
	display: inline-block;
	margin: 6px 0 12px 0;
	padding: 0 0 0 26px;
	background: url("/~/media/depts/metro/images/icons/change_direction6_east_west.png") no-repeat;
	border: none!important;
	cursor: pointer;
}

.options_link {
	margin: -30px 0 12px 0;
	float: right;
	vertical-align: top;
	color: #159f63!important;
	cursor: pointer;
}
.options_content {
	display: none;
}

.indicate_notes, .indicate_notes > li {
	list-style: none;
}
.indicate_notes li li {
	list-style-type: disc;
}
.indicate_notes {
	margin-left: -38px!important;
}
.indicate_notes li, .special_info li {
	margin-bottom: 6px;
}




/* RESPONSIVE SCHEDULE TABLES */
.CSVTable {
	border-bottom: none;
}
.table, .row-schedule {
    position: relative;
}
.table, .row-schedule, .schedule_subhead {
	min-height: 0px;
}
h3.schedule_subhead, h3.schedule_subhead1, h3.schedule_subhead2 {
	font-size: 16px!important;
	font-weight: bold;
	margin: 0 0 12px 0;
}
.loading_bg, .map_loading_bg {
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #ebf0f4;
	background: #fff;
	z-index: 9980;
	text-align: center;
}
.loading_bg {
	display: none;
}
.loading_icon {
	width: 85px;
	height: 85px;
	margin: 20px auto;
	padding: 54px 0 12px;
	background-color: rgba(0, 0, 0, 1);
	background-image: url("/~/media/depts/metro/images/loading/ajax-loading.gif");
	opacity: 0.7;
	background-position: 50% 15%;
	background-repeat: no-repeat;
	border-radius: 5px;
	z-index: 10000;
	color: #fff;
	font-size: 14px;
}

.CSVTable caption {
	font-size: 1.2em;
	color: #000;
	min-width: 100%;
}

/*#morning, #afternoon, 
#morning_schedule, #morning_schedule1, #morning_schedule2, 
#afternoon_schedule, #afternoon_schedule1, #afternoon_schedule2  {
	border-collapse:collapse!important;
}*/

#morning caption, #afternoon caption, 
#morning_schedule caption, #morning_schedule1 caption, #morning_schedule1 caption, #afternoon_schedule caption, #afternoon_schedule1 caption, #afternoon_schedule2 caption  {
	font-weight: bold;
	border-collapse:collapse!important;
	width: 100%!important;
	/*white-space: nowrap!important;*/
}
table.rt {
    min-width: 600px;
}
.table {
    /*border-bottom: 1px solid #e8e8e8;
    margin: 20px 0;*/
	margin:0;
	padding:0;
}
/*.table th {
    background-color: #0e6640;
}*/
.table th a {
    color: #ffc!important;
}

.CSVTable {
    border: 1px solid #e8e8e8;
    border-collapse: collapse;
    font-size: 12px;
    /*margin-top: 2em;*/
    table-layout: fixed;
    text-align: left;
    width: 100%;
}
.row-schedule table {
	/*font-size: 11px;*/
}
.CSVTable tr.active {
    background: #004078 none repeat scroll 0 0 !important;
    position: relative;
    z-index: 1;
}
.CSVTable tr.active td {
    border-bottom: medium none;
    border-top: medium none;
    color: white;
}
.CSVTable tr:nth-child(2n+1) {
    background-color: #fff;
}
.CSVTable tr:nth-child(2n) {
    background-color: #f2f6fa;
	background-color: #f7f7f7;
}
.CSVTable td {
    border-right: 1px dashed #e8e8e8;
    /*color: #002240;*/
    color: #000;
    font-size: 1.3em;
    /*padding: 10px 12px;
	padding: 10px 8px;*/
	padding: 6px 8px 8px;
	
}
.CSVTable td i {
    background: orange none repeat scroll 0 0;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-size: 0.8em;
    font-weight: bold;
    height: 15px;
    line-height: 0.8em;
    margin-left: -10px;
    margin-right: 10px;
    padding: 0 5px 0 4px;
}
#schedule_container {
	position: relative;
	min-height: 100px;
/*	margin: 0;
	background: red;*/
}
#schedule_container table {
/*	margin: 0!important;
	background: yellow;*/
}
#schedule_container table td {
	font-size: 1.2em;
}
/*#schedule_container table tr, #schedule_container table col {
    transition: all .3s;
  }
#schedule_container table tbody tr:hover {
    background-color: rgba(0,140,203,.2);
  }
#schedule_container table col.hover {
    background-color: rgba(0,140,203,.2);
  }*/


.highlight {
	background-color: #ffc!important;
}
.route_notes, .indicates, .indicate_symbol {
    display: inline-block!important;
    /*background: #3399ff none repeat scroll 0 0;*/
    background: #0191c2;
    border-radius: 4px;
    color: white;
    /*cursor: pointer;*/
    font-size: 0.85em;
    font-weight: bold;
    height: 16px;
    min-width: 16px;
	width: auto;
    line-height: 16px;
    margin-left: 0px;
    margin-right: 4px;
    padding: 0 4px 0 4px;
    text-align: center;
}


td .route_notes:first-child {
	clear: left!important;
}
.CSVTable td .route_notes:first-child :before {
    
}
.CSVTable td .route_notes {
    float: left;
}

.CSVTable td .route_notes_asterisk {
    padding-top: 2px;
	clear: right!important;
    /*padding-left: 5px;*/
}
.CSVTable td .route_notes:last-child {
    margin-right: 0;
}
.CSVTable tr.odd {
    background-color: #fff;
}
.CSVTable tr.even {
    background-color: #f2f6fa;
}
.CSVTable th {
    background: #002240 none repeat scroll 0 0;
    background: #159f63; /* Medium Green */
	background: #0e6640; /* Dark Green */
    /*border-color: #002240 #e8e8e8 #fff #002240;*/
    /*border-color: #0e6640 #e8e8e8 #fff #0e6640;*/
    border-color: #159f63 #e8e8e8 #fff #159f63; /* Medium Green border top & left */
    border-color: #0e6640 #e8e8e8 #fff #0e6640; /* Dark Green border top & left */
	border-style: solid;
    border-width: 1px;
    /*border-top: 6px solid #000;*/
    color: white;
    font-size: 13px;
    font-weight: normal;
    padding: 12px 8px;
    text-transform: uppercase;
}
.CSVTable th.route-via, th.continue-as {
    background: #004078 none repeat scroll 0 0;
}
.CSVTable th.large {
    width: 120px;
}
.CSVTable th:last-child {
    border-right: medium none;
}
#schedule_container .CSVTable th {
	font-size: .95em;
	font-size: 1em;
	padding: 8px;
}
/*table.fares-table td {
    padding: 8px;
	
}*/
.addon-row .notes {
	margin-top: -20px;
}
.notes .divider {
	margin-bottom: 10px;
}

/*@media only screen and (min-width: 1042px) {*/
 /*row/column highlight*/ 
/*.CSVTable tbody tr:hover {
  background-color: #d6e7f7;
  background-color: #51f2a1;
  background-color: #ffa;   
}*/
.CSVTable td {
    /*border-right: 1px solid #e8e8e8!important;*/
	border-color: #d6dfde;
	border-left: none;
	border-right: none;
}
.CSVTable td:hover {
	/*border-right: 1px solid #9ec4f2!important;
	border-left: 1px solid #c1c5c1!important;
	border-right: 1px solid #c1c5c1!important;*/
}
.CSVTable td:last-child {
    /*border-right: none!important;*/
}



/* Table Hover Effects */
.hovertable {
}
.hovertable thead {
}
.hovertable th {
}
.hovertable td {
}
.hovertable colgroup {
	background: #d6e7f7;
}
.hovertable td.columnHead, .hovertable tr.rowHover, .hovertable td.columnHover {
	background: #d6e7f7;
}
.hovertable td.columnHover {
	/*border-color: #b4b8b4;
	border-color: #c1c5c1!important;
	border-bottom-color: #c1c5c1!important;*/
	border-bottom-color: #b4b8b4!important;
	
    
	
}
.hovertable tr.rowHover td.columnHead, .hovertable td.hover {
	background: #c0d7ed;
	background: #ffa;
	background: #5ad7a4;
	background: #109e63;
	background: #f7e7a5;
	background: #b5d3f7;
}
.hovertable td.hover {
	/*border-right: 1px solid #b4b8b4!important;
	border-left: 1px solid #b4b8b4!important;
	border-right: 1px solid #9ec4f2!important;
	border-left: 1px solid #c1c5c1!important;*/
}
/*}*/

/*table.CSVTable {
  overflow: hidden;
}
table.CSVTable td {
    border-right: 1px solid #e8e8e8;
}
table.CSVTable td:last-child {
    border-right: none;
}
.CSVTable tr:hover {
  background-color: #d6e7f7;
  background-color: #51f2a1;
  background-color: #ffa;   
}
.CSVTable td, .CSVTable th {
  position: relative;
}
.CSVTable td:hover::after,
.CSVTable th:hover::after {
  content: "";
  position: absolute;
  background-color: #d6e7f7;
  background-color: #ffa;
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: -1;
}
}*/

/*.filter_wrapper {
    display: block;
	background: #ccc;
	overflow: hidden;
}*/


@media screen {
.cf::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
* html .cf {
}
:first-child + html .cf {
}
.horizontalTable {
    display: block;
    position: relative;
    width: 100%;
}
.horizontalTable table {
    min-width: inherit !important;
}
.horizontalTable thead, thead.horizontal {
    display: block;
    float: left;
    position: relative;
    z-index: 1;
}
.horizontalTable tbody {
    display: block;
    overflow-x: auto;
    position: relative;
    white-space: nowrap;
    width: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.horizontalTable thead tr, thead.horizontal tr {
    display: block;
}
.horizontalTable th, thead.horizontal th {
    /*border-bottom: 1px solid #0058a6;*/
    border-bottom: 1px solid #45e6a1;
    border-right: medium none;
    -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    display: block;
    max-width: 180px;
	min-height: 48px;
}
.horizontalTable th:last-child, thead.horizontal th:last-child {
    border-bottom: medium none;
}
.horizontalTable thead tr th.large, thead.horizontal tr th.large, .horizontalTable thead tr th, thead.horizontal tr th {
    width: 120px;
}
thead.horizontal {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}
.horizontalTable tbody tr {
    display: inline-block;
    vertical-align: top;
}
.horizontalTable tbody tr.active td {
    border-right: medium none;
    border-top: 1px solid #002a4f;
}
.horizontalTable tbody tr:first-child {
    margin-left: 0;

}
.horizontalTable td {
    border-top: 1px solid #eee;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    min-height: 48px;
    padding: 10px 15px;
	padding: 10px 4px 10px 8px;
    position: relative;
    width: 90px;
}
.horizontalTable td i {
    font-size: 0.7em;
    height: 15px;
    line-height: 15px;
    padding: 0 4px;
    position: absolute;
    right: 0;
    top: 5px;
}

}
@media only screen and (max-width: 1200px) {

/*.loading_box {
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 100500;
	background: red;
	text-align: center;
	line-height:inherit;
	color: #fff;
	font-size: 30px;
}*/



table.responsive {
    border: medium none;
    margin-bottom: 0;
    margin-top: 0;
    table-layout: auto;
}
.pinned table thead tr th:not(:first-child) {
    display: none;
}
.pinned table tbody tr td:not(:first-child) {
    display: none;
}
.pinned {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    left: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    position: absolute;
    top: 0;
    width: 35%;
}
.pinned table {
    border: medium none;
    margin-top: 0;
    width: 100%;
}
.pinned table td {
    border-right: medium none;
}
.pinned table th, .pinned table td {
    white-space: nowrap;
}
.pinned td:last-child {
    border-bottom: 0 none;
}
div.table-wrapper {
    border-right: 1px solid #ccc;
    margin-bottom: 0;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}
div.table-wrapper div.scrollable {
    margin-left: 35%;
}
div.table-wrapper div.scrollable {
    overflow-x: scroll;
    overflow-y: hidden;
}
table.responsive td, table.responsive th {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none;
}
}



/* Lists */
ul.nobullet, ul.nobullet li, li.nobullet {
	list-style: none!important;
	margin-left:0!important;
	padding: 0!important;
	line-height:1.5!important;
}
ul.nobullet {
	margin-bottom: 20px;
}
ul.nobullet li {
	padding-left: 8px!important;
}
ul.nobullet li .fa {
	margin-right: 10px;
}
ul li.large.emphasis {
	font-weight: bold!important;
	font-size: 135%;
}
ul.medium li {
	font-size: 110%;
}
.col-md-6 ul.narrow-margin, ul.narrow-margin {
	margin: 0;
	padding: 0;
}
.col-md-6 ul.narrow-margin li, ul.narrow-margin li {
	margin-left: 12px;
}
ul.more-leading li, ol.more-leading li {
	margin-bottom: 10px!important;
}
ul.more-leading li ul, ol.more-leading li ul {
	margin-top: 10px!important;
}
ul.lined-list, ul.lined-list li {
   list-style: none;
   margin: 0;
   padding: 0;
}
ul.lined-list li {
   margin: 0 0 10px;
   padding-bottom: 10px;
   border-bottom: 1px solid #fff;
}
ul.lined-list.grey li {
   border-bottom: 1px solid #ccc!important;
}
ul.two-column {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

ol.alpha_list li, ol.alpha_list ol li,
ol.alpha-list li, ol.alpha-list ol li { 
   list-style-type: lower-alpha!important; 
}


/* bold numbers */

ol.bold-numbers {
  list-style: none;
  counter-reset: list-counter;
}
ol.bold-numbers > li {
  counter-increment: list-counter;
  position: relative;
  margin-bottom: 1.5em!important;
}
ol.bold-numbers > li::before {
  content: counter(list-counter) ". ";
  font-weight: bold;
  position: absolute;
  left: -1.6rem;
}

/* green dot numbers */

ol.dot-numbers {
  list-style: none;
  counter-reset: list-counter;
}
ol.dot-numbers > li {
  counter-increment: list-counter;
  position: relative;
  margin-bottom: 1.5em!important;
}
ol.dot-numbers > li::before {
  content: counter(list-counter) "";
  font-weight: bold;
  position: absolute;
  left: -3rem;
  color: #fff;
  background: #527952;
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* route list with route number in a grey circle (RapidRide in red circle) */
.route-list-item {
	display: block;
	clear: both;
	position: relative;
    margin: 0 0 20px 0;
	overflow: hidden;
	min-height: 2em;
}
.route-list-item a {
	text-decoration: none!important;
	border: none!important;
	display: block;
	min-height: 2em;
}
.route-list-item span.route-number-dot-list {
  background: #ccc;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  color: #333;
  /*display: inline-block;*/
  font-weight: bold;
  line-height: 2em;
  text-align: center;
  width: 2em;
  position: absolute;
  left: 0;
	top: 0px;
}
.route-list-item span.route-number-square-list {
  background: #1c4982;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  /*display: inline-block;*/
  font-weight: bold;
  line-height: 1.6em;
  text-align: center;
  width: 2.2em;
  position: absolute;
  left: 0;
	top: 0px;
}



.route-list-item span.route-number-dot-list.rapidride {
  background: red;
  color: #fff;
}
.route-list-item span.route-number-dot-list, span.destination {
  vertical-align: top;
  display: inline;
}
.route-list-item span.destination {
  margin: 0 0 0 2.8em;
display: inline-block;
}


span.route-number-dot-list.rapidride, span.route-number-dot-list.rapidride a {
  background: #b50939;
  border-radius: 0.7em;
  -moz-border-radius: 0.7em;
  -webkit-border-radius: 0.7em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
  width: 1.4em; 

}

span.route-number-dot-list.rapidride a {
  color: #ffffff;
  text-decoration: none!important;    
  border: none!important;
  display: block;
  width: 100%;
}

span.route-number-dot-list.rapidride a:hover {
  color: #ffffff;
  text-decoration: none!important;    
  background: #990033;
}

span.route-number-dot-list.rapidride a:hover {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-box-shadow: 0px 0px 30px #ffcc00;
          box-shadow: 0px 0px 30px #ffcc00;
    z-index: 2;
}

span.route-number-dot-list.rapidride.disabled, span.route-number-dot-list.rapidride.disabled a {
  color: #ffffff;
  text-decoration: none!important;
  background:#ccc!important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

span.route-number-dot-list.rapidride.disabled a {
  pointer-events: none;
  cursor: default;
}

span.route-number-dot-list.rapidride.dev {
  background-color:#ff6666!important;
  background-image:url("/~/media/depts/metro/images/icons/coming_soon_72x33");
  background-image:url("/~/media/depts/metro/images/icons/coming_2020_73x73");
  background-image:url("/~/media/depts/metro/images/icons/coming_2021_73x73");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
span.route-number-dot-list.rapidride.dev a {
    opacity:0.0;
    filter:alpha(opacity=0);
    -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

span.route-number-dot-list.rapidride.dev a:hover {
  /*background:#ff3366!important;*/
  opacity:1.0;
    filter:alpha(opacity=100);
}

span.route-number-dot-list.rapidride.dev:hover {
  background:#ff3366!important;
}


/* List from <p> tags */
p.list {
     list-style:disc outside none;
     display:list-item;
	 margin-left: 20px;
     }
/* end of lists */




#schedule_wrapper {
	position: relative;
}

#schedule_wrapper h3 {
    font-size: 24px;
    margin-top: -4px
}
#schedule_wrapper h3 span {
    display: block;
    clear: both;
    font-size: 16px;
    color: #000;
}
#schedule_wrapper .text p {
    font-size: 1.1em;
    line-height: 1.5;
    margin: 0 0 14px 0;
}
#schedule_wrapper .text .small {
    font-size: 0.95em!important;
    line-height: 1.4;
    color: #000;
    margin: 12px 0;
}
/*.subtitle .weekday_dest, .subtitle .weekend_dest, 
.schedule_subhead .weekday_dest, .schedule_subhead .weekend_dest {
	display: inline!important;
}
.weekday .weekend_dest, 
.saturday .weekday_dest,
.sunday .weekday_dest,
.subtitle.holiday .weekday_dest,
.schedule_subhead.weekday .weekend_dest, 
.schedule_subhead.saturday .weekday_dest,
.schedule_subhead.sunday .weekday_dest,
.schedule_subhead.holiday .weekday_dest {
	display: none!important;
}*/

.weekday_dest, .weekend_dest {
   display: none!important;
}

.weekday .weekday_dest {
   display: inline!important;
}
.saturday .weekend_dest, .sunday .weekend_dest {
   display: inline!important;
}

#map_container {
	margin: 0;
}
#generic-snow-service-statement {
    display: none;
}
#snow-emergency-service {
    /*margin-top: -60px;*/
}
#snow-emergency-service .snow-esn-will-operate, 
#snow-emergency-service .snow-will-operate-not-esn,
#snow-emergency-service .snow-canceled, 
#snow-emergency-service .esn-not-operate, 
#snow-emergency-service .rapidride,
#snow-emergency-service .route-002,
#snow-emergency-service .route-003,
#snow-emergency-service .route-005,
#snow-emergency-service .route-013,
#snow-emergency-service .route-031-032,
#snow-emergency-service .route-047,
#snow-emergency-service .route-234,
#snow-emergency-service .route-312,
#snow-emergency-service .route-347
{
    display: none;
}
/*#route-map {
	text-align: center;
}*/
#route-map a.route-map-url {
	text-align: left;
	display: block;
	text-decoration: none;
	border: none!important;
}
#route-map img {
	display:  block;
}
#route-map .notes {
	display: none; 
}
.row.notes h3 {
	font-size: 22px!important;
}
.schedule_more_button {
	position: absolute; 
	right: 0; 
	top: -33px;
	top: 6px;
}
.route_more_button {
	position: absolute;
	top: .75em; 
	right: .4em;
}
.btn-more {
    color: #fff;
    /*background-color: #5bc0de;*/
	background-color: #0191c2;
    border-color: #46b8da;
}

.btn-more.focus,.btn-more:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.btn-more:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-more.active,.btn-more:active,.open>.dropdown-toggle.btn-more {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-more.active.focus,.btn-more.active:focus,.btn-more.active:hover,.btn-more:active.focus,.btn-more:active:focus,.btn-more:active:hover,.open>.dropdown-toggle.btn-more.focus,.open>.dropdown-toggle.btn-more:focus,.open>.dropdown-toggle.btn-more:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.related-routes, .related-routes li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.related-routes li {
	display: inline-block;
	margin: 0 8px 8px 0!important;
}
.related-routes.dart-routes li {
	margin: 0 8px 8px 0!important;
	/* Firefox */
	/* WebKit */
	/* Standard */
	width: calc(33.33% - 8px)!important;
}
.related-routes.dart-routes li:nth-child(3),
.related-routes.dart-routes li:nth-child(6),
.related-routes.dart-routes li:nth-child(9),
.related-routes.dart-routes li:nth-child(12),
.related-routes.dart-routes li:nth-child(15) {
	margin-right: 0!important;
}
.related-routes.dart-routes .btn-route-bus {
	padding-left: 4px!important;
	padding-right: 4px!important;
	font-size: 90%!important;
	width: 100%!important;

}
.btn-route, .btn-route-bus {
	/*margin-right: 8px;
	margin-bottom: 8px;*/
}
img.responsive.map {
	display: none;
}
/*#schedule_wrapper img {
    margin-bottom: 10px;
}*/
.js .filter_buttons input[type="radio"], .filter_buttons input[type="radio"].js, .js #advisory {
    display: none;
}
.filter_buttons {
    /*margin-top: -10px;
	background: red;*/
}
/*.filter_button label.js {
	width: calc(25% - 12px);
}*/
.filter_buttons label.js {
    min-width: 24.28%;
	min-width: 10em;
	text-align: center;
	display: block;
    float: left;
    margin: 0 8px 30px 0;
    border: 1px solid #ccc;
    padding: 6px 12px;
    cursor: pointer;
    background-color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    border-radius: 4px;
	vertical-align: top;
}
.filter_buttons label.js:hover {
    background-color: #f2f2f3;
    border: 1px solid #b3b5b4;
    color: #000;
}
.filter_buttons label.js.active {
    color: #fff;
    background-color: #159f63;
    border: 1px solid #159f63;
}
.filter_buttons label.js:last-child{
    margin-right: 0!important;
	/*background: yellow;*/
}
.filter_button{ display: none; }


.nav-pills {
	
}
.nav-pills li {
	margin: 0 4px 20px 0!important;
	min-width: 5em;
}
.nav-pills li a {
	padding: 3px 12px;
	background-color: #fff;
	border: 1px solid #ccc;
    text-transform: uppercase;
	font-size: 11px;
	text-align: center;
}
.nav-pills li.last a {
	margin-right: 0!important;
}


.nav-pills .dropdown-menu li {
	margin: 0!important;
}
.nav-pills .dropdown-menu li a {
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	text-transform: none;
}
#schedule_container .tab-pane {
	border: none;
	padding: 0;
	margin: 0;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #159f63!important; /* Medium Green */
    border: 1px solid #159f63!important; /* Medium Green */
	background-color: #0e6640!important; /* Dark Green */
	border: 1px solid #0e6640!important; /* Dark Green */
}

/*@media only screen and (max-width: 767px) {.filter_buttons label.js { min-width: 23.9%; } }*/
@media only screen and (max-width: 736px) {.filter_buttons label.js, .nav-pills li { min-width: 23.9%; } }
@media only screen and (max-width: 584px) {.filter_buttons label.js, .nav-pills li { min-width: 23.69%; } }
/*@media only screen and (max-width: 568px) {.filter_buttons label.js { min-width: 23.7%; } }*/
@media only screen and (max-width: 496px) {.filter_buttons label.js, .nav-pills li { min-width: 23.56%; } }
@media only screen and (max-width: 456px) {.filter_buttons label.js, .nav-pills li { min-width: 23.5%; } }
@media only screen and (max-width: 439px) {.filter_buttons label.js, .nav-pills li { min-width: 23.47%; } }
@media only screen and (max-width: 431px) {.filter_buttons label.js, .nav-pills li { min-width: 23.4%; } }
/*@media only screen and (max-width: 375px) {.filter_buttons label.js { min-width: 23.8%; } }*/
@media only screen and (max-width: 360px) {.filter_buttons label.js, .nav-pills li { min-width: 24%; } }
@media only screen and (max-width: 320px) {.filter_buttons label.js, .nav-pills li { min-width: 23.1%; } }




@media only screen and (max-width: 1024px) {
#schedule_wrapper > div {
    display: block;
}
.change_direction {
	height: 26px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	/*background: red;*/
}
.change_direction a {
	display: inline-block;
	margin: 6px 0 0 0;
	padding: 0 0 0 26px;
	background: url("/~/media/depts/metro/images/icons/change_direction6_north_south.png") no-repeat;
	border: none!important;
	cursor: pointer;
}

}
@media only screen and (max-width: 1041px) {
}
@media only screen and (max-width: 802px) {
}



@media only screen and (max-width: 767px) {
.mobile-table-instruction {
	display: block!important;
	padding: 6px!important;
	margin-bottom: 0!important;
	-webkit-border-bottom-right-radius: 0px!important;
	-webkit-border-bottom-left-radius: 0px!important;
	-moz-border-radius-bottomright: 0px!important;
	-moz-border-radius-bottomleft: 0px!important;
	border-bottom-right-radius: 0px!important;
	border-bottom-left-radius: 0px!important;
}	
.nav-pills li {
	margin: 0 2px 20px 0!important;
}
.nav-pills li a {
	padding: 6px .549em!important;
}



.alert-icon {
	top: -45px;
	/*background-color: green;*/
}

/*#map img {
    padding: 0 20px 20px;
}
.row-schedule {
    margin-left: -20px;
    margin-right: -20px;
}*/

/*.row-schedule:before, .row-schedule:after {
    content: " ";
    display: table;
}
.row-schedule:after {
    content: " ";
    display: table;
}
.row-schedule h3 {
    margin-left: 20px;
    margin-right: 20px;
}
.js .table { display: none; }*/
.js .CSVTable { display: block; }
.js .table.table-fares { display: block; width: 100%; }

h1 { 
    font-size: 28px!important;
}
h2.subtitle {
	/*margin-bottom: 24px!important;
	background: blue;
	margin:0!important;*/
}
h3 { 
    font-size: 22px!important;
}
#wheretobuy table.fares-table {
    margin-top: 10px !important;
}
.change_direction {
	height: 20px;
	line-height: 20px;
	font-size: 14px!important;
}
.change_direction a {
	margin: 6px 0 0 -20px;
}
.schedule_more_button {
	top: -27px;
	top: 8px;
}
#schedule_container table th {
	font-size: 1.1em;
}

/*.filter_buttons label.js {
    background: red;
	min-width:23.3%;
}*/

}

@media only screen and (max-width: 463px) {
/*.filter_buttons label.js {
    min-width:23%;
}*/
.alert-icon {
	/*background-color: blue;*/
}

}

@media only screen and (min-width:361px) and (max-width: 431px) {
.filter_buttons label.js {
    /*min-width:23%;*/
	padding: 5px 10px;
    margin: 0 5px 30px 0;
}

}

@media only screen and (max-width: 360px) {
.filter_buttons label.js {
    /*min-width:22%;*/
	display: inline-block;
    padding: 4px 6px;
    width: auto;
    text-align: center;
    margin: 0 4px 30px 0;
}
.filter_buttons label.js:last-child{
    /*margin: 0 0 20px 0;*/
}
h2.subtitle {
	/*margin-bottom: 24px!important;
	background: blue;*/
	margin:-18px 0 20px!important;
}
}




table tr:nth-child(2n) {
    background-color: #ebf0f4;
}

	.table td {
		border-bottom: 1px solid #d4d9dd;
		border-right: none;
		border-top: none;
	}
	.table th {
		text-transform:none;
		padding: 12px 12px;
		vertical-align: text-top;
	}
	.table th a {
		padding: 12px 14px;
		display: block;
	}
	.evening {
		font-weight: bold;
	}

/* END RESPONSIVE SCHEDULE TABLES */


	
.clear {
	clear: both;
	display: block;
}
.noborder { border:none!important; }
div#social_nav_wrapper ul.social_nav li.facebook a {
	background-image:url(/images/icons/social/facebook_32_normal.png)
}
div#social_nav_wrapper ul.social_nav li.facebook a:hover {
	background-image:url(/images/icons/social/facebook_32_hot.png)
}
div#social_nav_wrapper ul.social_nav li.twitter a {
	background-image:url(/images/icons/social/twitter_32_normal.png)
}
div#social_nav_wrapper ul.social_nav li.twitter a:hover {
	background-image:url(/images/icons/social/twitter_32_hot.png)
}
div#social_nav_wrapper ul.social_nav li.delicious a {
	background-image:url(/images/icons/social/delicious_32_normal.png)
}
div#social_nav_wrapper ul.social_nav li.delicious a:hover {
	background-image:url(/images/icons/social/delicious_32_hot.png)
}
div#social_nav_wrapper ul.social_nav li.rss_feeds a {
	background-image:url(/images/icons/social/rss_32_normal.png)
}
div#social_nav_wrapper ul.social_nav li.rss_feeds a:hover {
	background-image:url(/images/icons/social/rss_32_hot.png)
}
div#social_nav_wrapper ul.social_nav li.wordpress a {
	background-image:url(/images/icons/social/wordpress_32_normal.png)
}
div#social_nav_wrapper ul.social_nav li.wordpress a:hover {
	background-image:url(/images/icons/social/wordpress_32_hot.png)
}
div#social_nav_wrapper ul.social_nav li.youtube a {
	background-image:url(/images/icons/social/youtube_32_normal.png)
}
div#social_nav_wrapper ul.social_nav li.youtube a:hover {
	background-image:url(/images/icons/social/youtube_32_hot.png)
}
div#social_nav_wrapper ul.social_nav li.have_a_say a {
	background-image:url(/images/icons/social/have_a_say_32_normal.png)
}
div#social_nav_wrapper ul.social_nav li.have_a_say a:hover {
	background-image:url(/images/icons/social/have_a_say_32_hot.png)
}
div#social_nav_wrapper ul.social_nav3 {
	list-style:none!important;
	width:100%;
	margin:0;
	padding:0
}
div#social_nav_wrapper ul.social_nav3 li a {
	display:block;
	width:25px;
	height:25px;
	cursor:pointer;
	text-indent:-9000px;
	overflow:hidden;
	background-repeat:no-repeat!important;
	background-image:url(/images/icons/social/social_nav_sprite5.png);
	margin:6px 0 0;
	padding:0
}
div#social_nav_wrapper ul.social_nav3 li.facebook a:hover {
	background-position:0 -25px
}
div#social_nav_wrapper ul.social_nav3 li.twitter a {
	background-position:-25px 0
}
div#social_nav_wrapper ul.social_nav3 li.twitter a:hover {
	background-position:-25px -25px
}
div#social_nav_wrapper ul.social_nav3 li.have_a_say a {
	background-position:-50px 0
}
div#social_nav_wrapper ul.social_nav3 li.have_a_say a:hover {
	background-position:-50px -25px
}
div#social_nav_wrapper ul.social_nav3 li.delicious a {
	background-position:-75px 0
}
div#social_nav_wrapper ul.social_nav3 li.delicious a:hover {
	background-position:-75px -25px
}
div#social_nav_wrapper ul.social_nav3 li.rss_feeds a {
	background-position:-100px 0
}
div#social_nav_wrapper ul.social_nav3 li.rss_feeds a:hover {
	background-position:-100px -25px
}
div#social_nav_wrapper ul.social_nav3 li.youtube a {
	background-position:-125px 0
}
div#social_nav_wrapper ul.social_nav3 li.youtube a:hover {
	background-position:-125px -25px
}
div#social_nav_wrapper ul.social_nav3 li.blog a {
	background-position:-150px 0
}
div#social_nav_wrapper ul.social_nav3 li.blog a:hover {
	background-position:-150px -25px
}
div#social_nav_wrapper ul.social_nav3 li.instagram a {
	background-position:-175px 0
}
div#social_nav_wrapper ul.social_nav3 li.instagram a:hover {
	background-position:-175px -25px
}
div#social_nav_wrapper {
	right:106px;
	position:absolute;
	z-index:2000;
	margin:0 0 0 18px;
	padding:0
}
div#social_nav_wrapper ul.social_nav3 li {
	float:left;
	list-style:none!important;
	color:#595855;
	font-style:italic;
	font-size:12px;
	line-height:40px;
	margin:0 6px 0 0;
	padding:0
}
#have_a_say_bridge_link {
	width:91px;
	height:39px;
	position:absolute;
	right:16px;
	top:0;
	background-image:url(/sandbox/bridge/images/have_a_say_footer_link3.png);
	background-position:right top;
	background-repeat:no-repeat;
	z-index:1000
}
.button.follow {
	background-color: #fff;
	padding: 5px 4px;
	line-height:1em;
	color:#606060!important;
	border-radius:6px;
	border:solid 1px #b7b7b7;
	-moz-background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	background-clip:padding-box!important;
	width: 120px;
	height: 10px;
	text-align: left;
}
.button.follow:hover {
	background-color: #ededed;
}
.button.follow.facebook {
	background-image: url("/images/icons/social/facebook_14.jpg")!important;
	background-position: 6px 4px!important;
	background-repeat: no-repeat!important;
	padding: 6px 4px 6px 24px !important;
}
.button.follow.twitter {
	background-image: url("/images/icons/social/twitter_14.png");
	background-position: 6px 3px;
	background-repeat: no-repeat;
	padding: 5px 4px 5px 24px !important;
}
.button.follow.instagram {
	background-image: url("/images/icons/social/instagram_14.jpg");
	background-position: 6px 3px;
	background-repeat: no-repeat;
	padding: 5px 4px 5px 24px !important;
}
#have_a_say_bridge_link a {
	display:block;
	text-indent:-9000px;
	width:238px;
	height:74px
}

/*=======================================
	VIDEO SLIDER
========================================*/
/*.home-scroller {
	width: 100%;
	background: red;
}*/
#video-gallery, #scroller1 {
	width: 100%;
	display: none;
}
.videoGallery .rsTmb {
	padding: 20px;
}
.videoGallery .rsThumbs .rsThumb {
	width: 220px!important;
	height: 80px;
	border-bottom: 1px solid #2E2E2E;
}
.videoGallery .rsThumbs {
	width: 220px!important;
	padding: 0;
}
.videoGallery .rsThumb:hover {
	background: #000;
}
.videoGallery .rsThumb.rsNavSelected {
	background-color: #02874A;
	border-bottom:-color #02874A;
}
.sampleBlock, .textBlock {
	left: 14px;
	top: 20px;
	width: 95%;/*background: red;*/
}
.rsVideoContainer {
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	float:left;
}
.rsABlock h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 6px 0;
	color: #fff;
}
.rsABlock h3 span {
	font-size: 16px;
	clear: both;
	display: block;
}
.rsABlock h2 {
	font-size: 28px !important;
	font-weight: bold;
	margin: 0 0 6px 0;
	color: #ffcc00;
}
.rsABlock p, .rsABlock a {
	color: #fff;
	font-weight: bold !important;
}
.rsABlock.black h3, .rsABlock.black p {
	color: #000 !important;
}
.rsABlock a {
	text-decoration: underline;
}
.rsABlock a.button {
	text-decoration: none !important;
}

/*=======================================
	CONTENT SLIDER
========================================*/
#content-slider-1 {
	width: 100%;
	display: none;
}
#content-slider-1 .rsContainer {
/*background: #eee!important;*/
}
.contentSlider {
	width: 100%;
}
.contentSlider, .contentSlider .rsOverflow, .contentSlider .rsSlide, .contentSlider .rsVideoFrameHolder, .contentSlider .rsThumbs {
	background: #eee!important;
	color: #000;
}
.contentSlider .rsSlide, .contentSlider .rsOverflow {
	background: #eee;
}
.contentSlider h3 {
	font-size: 24px;
	line-height: 31px;
	margin: 0 0 8px;
	font-weight: bold;
}
.contentSlider img {
	max-width: 100%;
	height: auto;
	display: block;
}
.content-slider-bg {
	width: 100%;
	padding: 0 5% 24px;
	background: #eee;
}
/*================================================================
	NEWS FEED
=================================================================*/
.news_feed {
/*background: red;*/
}
.news_feed h4 {
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: .03em;
	background-color: #e4e4e4;
	margin: 0 0 4px;
	padding: 6px;
}
.news_feed ul {
	margin: 12px 0 0 -40px !important;
	list-style: none !important;
}
#rss_feeds .news_feed {
	border: 1px solid #e4e4e4;
	margin: 0 !important;
	padding: 12px 12px 4px 12px;
}
.news_feed li {
	line-height: 1.2;
	margin-bottom: 10px;
	font-size: 11px;
	color: #999;
	margin: 0 0 10px 0 !important;
	padding: 0 0 10px 0 !important;
	border-bottom: 1px dotted #999;
	list-style: none !important;
}
.news_feed li a {
	display: block;
	clear: both;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	margin-bottom: -6px;
	padding: 0;
}
.news_feed li a:hover {
	color: #000;
	text-decoration: underline;
}
#news_link, #commute_news_link {
	text-align:right;
	height: 20px;
}
/*=======================================
	WEATHER
========================================*/
#weather, #weather_related {
	width: 55%;
	/*min-height: 288px;*/
  margin: 0;
	padding: 0 20px 0 0;
	text-align: left;
	border-right: 1px solid #ccc;
	text-transform: uppercase;
	float: none;
	float: left;
	background: red;
}
#weather_related {
	width: 42%;
	text-transform: none;
	padding: 0;
	float: none;
	float: right;
	border: none !important;
	background: yellow;
}
#weather_related li a {
	margin-bottom: 0;
}
#weather h2 {
	margin: 0;
	color: #333;
	font-size: 85px !important;
	font-weight: normal;
	text-align: left;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
	line-height: 1;
}
#weather h2 span {
	clear: both;
	display: block;
	font-size: 13px;
	text-shadow: none;
}
#weather h3 {
	font-size: 18px;
}
#weather p {
	margin: 0;
	padding: 0;
}
#weather ul {
	/*background: #fff;
  background: rgba(255,255,255,0.90);*/
  padding: 0;
	margin: 0!important;
}
#weather li {
	/*display: inline-block;
  border-radius: 5px;*/
  color: #333;
	font-size: 12px;
	margin: 0 10px 0 0;
	padding-right: 12px;
}
#weather li a {
	display: inline-block;
	/*border-radius: 5px;*/
  color: #333;
	font-size: 12px;
	font-weight: normal;
}
#weather .currently {
/*margin: 0 20px;*/
}
#weather_related ul {
	margin-left: 32px!important;
}
#weather_related h3 {
	margin-top: 0 !important;
	margin-left: 1em!important;
	font-size: 16px!important;
	text-transform: capitalize;
}
#weather_related ul, #weather_related li {
	list-style: square!important;
}
#weather_related li {
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: none;
}
#weather_related li a {
	display: block;
	clear: both;
	font-size: 13px!important;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #5E6984!important;
}
#weather_related li a:hover {
	text-decoration: underline;
	color: #000!important;
}
/*=======================================
	FAN MAIL 'QUOTES' SLIDER
========================================*/
#quotes-slider.rsMinW, #quotes-slider.rsMinW .rsOverflow, #quotes-slider.rsMinW .rsSlide, #quotes-slider.rsMinW .rsVideoFrameHolder, #quotes-slider.rsMinW .rsThumbs {
	background: none !important;
	background: #e2f2ce !important;
	color: #333;
	width: 100%;
}
#quotes-slider.rsMinW {
	margin-right: -10px;
	margin-left: 0;
	border: 0 !important;
}
#quotes-slider .version_b .rsMinW {
	margin-left: 0;
}
#quotes-slider .rsContent {
	background: #e2f2ce;
	background: none;
	margin-bottom: 40px;
	border: 0 !important;
}
/*===============
    Arrows
================*/
#quotes-slider.rsMinW .rsArrowLeft {
	right: 30px;
	bottom: 7px;
}
#quotes-slider.rsMinW .rsArrowRight {
	right: 0px;
	bottom: 7px;
}
/*===============
    Bullets
================*/
.rsMinW .rsBullets {
	position: absolute;
	bottom: 20px;
	right: 73px;
	z-index: 35;
	padding-top: 6px;
	height: auto;
	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
.rsMinW .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
 *display:inline;
 *zoom:1;
	padding: 8px 10px 8px 6px;
}
.rsMinW .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #53623f;
	background: rgba(102,102,102,0.5);
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.rsMinW .rsBullet.rsNavSelected span {
	background: #FFF;
}
/*.rsMinW .rsBullet {
	margin: 0 4px 0 0;
}
.rsMinW .rsBullet span {
	width: 8px!important;
	height: 8px!important;
	background: #53623f;
	background: rgba(102,102,102,0.5);
}
img.rsImg {
	max-width: none;
}*/

a.fanmail_link {
	text-decoration: none !important;
}
a.fanmail_link p {
	font-size: 13px !important;
	margin: -20px 0 10px 0;
	padding: 0 0 0;
	display: block;
	text-align: right;/*background: red;*/
}
.fanmail_link a:hover, a.fanmail_link:hover p {
	text-decoration: underline;
	color: #000 !important;
}
/*=======================================
	THE SPEECH BUBBLE
========================================*/
.triangle-border {
	position:relative;
	padding:18px;
	margin:.8em 0 1.3em 0;
	border:5px solid #5a8f00;
	border:5px solid #8cc366;
	color:#333;
	background:#fff;
	background-color:#ededed;
	background-color:#cfe8bd;
	background-color:#e2f2ce;
	/* css3 */
	border-radius:10px;
	display: block;
	width: 93%;
}
/* Variant : for left positioned triangle
------------------------------------------ */

.triangle-border.left {
	margin-left:30px;
	margin-left: 0;
}
/* THE TRIANGLE
-------------------------------------------*/

.triangle-border:before {
	content:"";
	position:absolute;
	bottom:-20px; /* value = - border-top-width - border-bottom-width */
	left:38px; /* controls horizontal position */
	border-width:20px 20px 0;
	border-style:solid;
	border-color:#5a8f00 transparent;
	border-color:#8cc366 transparent;
	/* reduce the damage in FF3.0 */
  display:block;
	width:0;
}
/* creates the smaller  triangle */
.triangle-border:after {
	content:"";
	position:absolute;
	bottom:-13px; /* value = - border-top-width - border-bottom-width */
	left:45px; /* value = (:before left) + (:before border-left) - (:after border-left) */
	border-width:13px 13px 0;
	border-style:solid;
	border-color:#fff transparent;
	border-color:#ededed transparent;
	border-color:#cfe8bd transparent;
	border-color:#e2f2ce transparent;
	/* reduce the damage in FF3.0 */
  display:block;
	width:0;
}
.happy_face_green {
	clear: both;
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 0 0 47px;
	background-image: url("/images/icons/happy_face/blue.png");
	background-image: url("/images/icons/happy_face/light_green.png");
	background-position: 0 0;
	background-repeat: no-repeat;/*background-color: red;*/
}
/* QUOTES SLIDER
-------------------------------------------*/
#quotes-slider {
	width: 100%;
	display: none;
}
#quotes-slider blockquote {
	border: none !important;
	margin: 10px 0 0 0!important;
	padding: 0 0 0 36px!important;
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	display: block;
	line-height: 1.45;
	position: relative;
	color: #383838;/*background-color: red;*/
}
#quotes-slider blockquote:before {
	font-family:inherit!important;
	display:inline!important;
	content:""!important;
	float:none!important;
	padding-right:0!important;
	font-size:inherit!important;
	line-height:1;
	color:#d6d5d1;
}
#quotes-slider blockquote {
	background-image: url(/~/media/transportation/metro/images/quotes.ashx);
	background-position: 0 6px;
	background-repeat: no-repeat;
}
blockquote p, #quotes-slider blockquote p {
	font-size: 18px!important;
	font-family: Georgia, "Times New Roman", Times, serif!important;
	font-style: italic;
	color: #636841;
	line-height: 1.5!important;
	margin: 0!important;
	padding: 0!important;
	background: none!important;
}
cite {
	clear: both;
	display: block;
	text-transform: uppercase;
	font-size: 12px !important;
	line-height: 1.4;
	color: #7a9559 !important;
	margin: 10px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif !important;
	font-style: normal !important;
}
cite:before {
	content: "\2014 \2009";
}
.home .white_box_content {
	height: 185px;
	overflow: hidden;
}
.home div div {
	position: relative;
	padding: 0;
}
.home .caption {
	position: absolute;
	color: #fff;
	z-index: 100;
	left: 0;/*cursor: pointer;*/
}
.home .full_caption {
	width: 100%;
	height: 100%;
	top: -5px;
	text-align: left;
	padding: 0;
}
.home .full_caption h2 {
	line-height: 34px;
	margin: 0;
	padding: 0 10px;
}
.home .full_caption h2 a {
	color: #000 !important;
	display: block;
}
.home .full_caption h3 {
	color: #fff !important;
	margin-bottom: 4px;
	font-size: 14px;
}
.home .full_caption a, .home .full_caption li {
	color: #ddd !important;
}
.home .full_caption li {
	line-height: 1;
}
.home .full_caption ul, .home .full_caption ul li {
	list-style: square !important;
}
.js .home .slide {
	top: 200px;
	position: absolute;
}
.home .slide {
	background-color: #494d83;
	background-color: #066d51;
	opacity: 0.9;
	padding: 10px;
	width: 100%;
	height: 100%;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.home img {
	position: absolute;
	top: 34px;
	bottom: 0;
	height: 151px;
	max-width: 461px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

/*================================
	DIVIDERS
================================*/

.divider-rule {
    border-bottom: 1px solid #ccc;
    padding: 1rem 0 0;
    margin: 0 20px 1rem;
    height: 1px;
    clear: both;
    overflow: hidden;
}

hr.divider-hr, 
hr.divider-hr.lt-grey, 
hr.divider-hr.md-grey,
hr.divider-hr.dr-grey {
	border: none; 
	height: 1px; 
	margin: 2em auto;
}
hr.divider-hr.lt-grey {
	color: #eee; 
	background: #eee;
}
hr.divider-hr.md-grey {
	color: #666; 
	background: #666;
}
hr.divider-hr.dk-grey {
	color: #333; 
	background: #333;
}
.vertical_divider {
	padding: 0 0 0 14px;
	margin: 0 14px 0 0;
	border-right: 1px solid #999;
	display: inline-block;
	height: 100%;
}
.divider.fullwidth, .divider.mediumwidth {
	background-repeat:no-repeat;
	background-position:top center;
	height:42px;
	clear:both;
	border:0;
	width:100%
}
.routedivider.mediumwidth {
	background-repeat:no-repeat;
	background-position:50% 52%;
	height:20px;
	clear:both;
	border:0;
	width:100%
}
.divider.smallwidth {
	background-repeat:no-repeat;
	background-position:top center;
	height:28px;
	clear:both;
	border:0;
	width:100%
}
.divider.fullwidth {
	background-image:url("/~/media/depts/metro/images/dividers/hr_full_width.png");
}
.divider.mediumwidth, .routedivider.mediumwidth {
	background-image:url("/~/media/depts/metro/images/dividers/hr_medium_width.png");
}
.divider.mediumwidth.afterlead {
	margin: -10px 0 20px;
}
.divider.mediumwidth--short {
	margin: 4px 0 10px;
	height:14px;
	background-repeat:no-repeat;
	background-image: url("/~/media/depts/metro/images/dividers/hr_medium_width_short.png");
	background-position:bottom center;
	clear:both;
	border:0;
	width:100%
}

.divider.smallwidth {
	background-image:url("/~/media/depts/metro/images/dividers/hr_small_width.png");
}
.right, img.right, .right-desktop, img.right-desktop, div.right-img {
	float: right;
}
.left, img.left, .left-desktop, img.left-desktop, div.left-img {
	float: left;
}
img.right, img.right-desktop, div.right-img  {
	margin: 0 0 20px 12px;
}
img.left, img.left-desktop, div.left-img {
	margin: 0 12px 20px 0;
}

.width75, img.width75 {
	width: 75%;
}

.width50, img.width50 {
	width: 50%;
}
.width40, img.width40 {
	width: 40%;
}

.width33, img.width33 {
	width: 33%;
}

.width25, img.width25 {
	width: 25%;
}

.width20, img.width20 {
	width: 20%;
}

.width15, img.width15 {
	width: 15%;
}
/* ---------------------------------------------------------------
	 IMAGE STYLES
------------------------------------------------------------------*/

img.border0 { padding: 0px; background-color: none !important; border: 0px solid #ccc !important; }
img.border1 { padding: 1px; background-color: #fff; border: 1px solid #ccc; }
img.border2 { padding: 2px; background-color: #fff; border: 1px solid #ccc; }
img.border3 { padding: 3px; background-color: #fff; border: 1px solid #ccc; }
img.border4 { padding: 4px; background-color: #fff; border: 1px solid #ccc; }
img.border5 { padding: 5px; background-color: #fff; border: 1px solid #ccc; }
img.border6 { padding: 6px; background-color: #fff; border: 1px solid #ccc; }
img.border7 { padding: 7px; background-color: #fff; border: 1px solid #ccc; }
img.border8 { padding: 8px; background-color: #fff; border: 1px solid #ccc; }
img.border9 { padding: 9px; background-color: #fff; border: 1px solid #ccc; }
img.border10 { padding: 10px; background-color: #fff; border: 1px solid #ccc; }
img.border11 { padding: 11px; background-color: #fff; border: 1px solid #ccc; }
img.border12 { padding: 12px; background-color: #fff; border: 1px solid #ccc; }
img.border15 { padding: 15px; background-color: #fff; border: 1px solid #ccc; }
img.border20 { padding: 20px; background-color: #fff; border: 1px solid #ccc; }

div.border0 { padding: 0px; background-color: none !important; border: 0px solid #ccc !important; }
div.border1 { padding: 1px; background-color: #fff; border: 1px solid #ccc; }
div.border2 { padding: 2px; background-color: #fff; border: 1px solid #ccc; }
div.border3 { padding: 3px; background-color: #fff; border: 1px solid #ccc; }
div.border4 { padding: 4px; background-color: #fff; border: 1px solid #ccc; }
div.border5 { padding: 5px; background-color: #fff; border: 1px solid #ccc; }
div.border6 { padding: 6px; background-color: #fff; border: 1px solid #ccc; }
div.border7 { padding: 7px; background-color: #fff; border: 1px solid #ccc; }
div.border8 { padding: 8px; background-color: #fff; border: 1px solid #ccc; }
div.border9 { padding: 9px; background-color: #fff; border: 1px solid #ccc; }
div.border10 { padding: 10px; background-color: #fff; border: 1px solid #ccc; }
div.border11 { padding: 11px; background-color: #fff; border: 1px solid #ccc; }
div.border12 { padding: 12px; background-color: #fff; border: 1px solid #ccc; }
div.border15 { padding: 15px; background-color: #fff; border: 1px solid #ccc; }
div.border20 { padding: 20px; background-color: #fff; border: 1px solid #ccc; }

.video.border0 { padding: 0px; background-color: none !important; border: 0px solid #ccc !important; }
.video.border1 { padding: 1px; background-color: #fff !important;; border: 1px solid #ccc !important; }
.video.border2 { padding: 2px; background-color: #fff !important;; border: 1px solid #ccc !important; }
.video.border3 { padding: 3px; background-color: #fff !important;; border: 1px solid #ccc !important; }
.video.border4 { padding: 4px; background-color: #fff !important;; border: 1px solid #ccc !important; }
.video.border5 { padding: 5px; background-color: #fff !important;; border: 1px solid #ccc !important; }
.video.border6 { padding: 6px; background-color: #fff !important;; border: 1px solid #ccc !important; }
.video.border7 { padding: 7px; background-color: #fff !important;; border: 1px solid #ccc !important; }
.video.border8 { padding: 8px; background-color: #fff !important;; border: 1px solid #ccc !important; }
.video.border9 { padding: 9px; background-color: #fff !important;; border: 1px solid #ccc !important; }
.video.border10 { padding: 10px; background-color: #fff !important;; border: 1px solid #ccc !important; }
.video.border11 { padding: 11px; background-color: #fff !important;; border: 1px solid #ccc !important; }
.video.border12 { padding: 12px; background-color: #fff !important;; border: 1px solid #ccc !important; }
.video.border15 { padding: 15px; background-color: #fff !important;; border: 1px solid #ccc !important; }
.video.border20 { padding: 20px; background-color: #fff !important;; border: 1px solid #ccc !important; }

.video-dark.border0 { padding: 0px; background-color: none !important; border: 0px solid #ccc !important; }
.video-dark.border1 { padding: 1px; background-color: #0E665D !important;; border: 1px solid #666 !important; }
.video-dark.border2 { padding: 2px; background-color: #0E665D !important;; border: 1px solid #666 !important; }
.video-dark.border3 { padding: 3px; background-color: #0E665D !important;; border: 1px solid #666 !important; }
.video-dark.border4 { padding: 4px; background-color: #0E665D !important;; border: 1px solid #666 !important; }
.video-dark.border5 { padding: 5px; background-color: #0E665D !important;; border: 1px solid #666 !important; }
.video-dark.border6 { padding: 6px; background-color: #0E665D !important;; border: 1px solid #666 !important; }
.video-dark.border7 { padding: 7px; background-color: #0E665D !important;; border: 1px solid #666 !important; }
.video-dark.border8 { padding: 8px; background-color: #0E665D !important;; border: 1px solid #666 !important; }
.video-dark.border9 { padding: 9px; background-color: #0E665D !important;; border: 1px solid #666 !important; }
.video-dark.border10 { padding: 10px; background-color: #0E665D !important;; border: 1px solid #666 !important; }
.video-dark.border11 { padding: 11px; background-color: #0E665D !important;; border: 1px solid #666 !important; }
.video-dark.border12 { padding: 12px; background-color: #0E665D !important;; border: 1px solid #666 !important; }
.video-dark.border15 { padding: 15px; background-color: #0E665D !important;; border: 1px solid #666 !important; }
.video-dark.border20 { padding: 20px; background-color: #0E665D !important;; border: 1px solid #666 !important; }

.video-dark > .photo-caption { color: #fff!important; }



.enlarge-image { 
        overflow: hidden;
}
.enlarge-image img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.enlarge-image:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/*===============================================
	Metro Nav Bar
================================================*/
.nav_group_wrapper {
	margin: 0 -20px 0;
}
.metro_nav_wrapper2 {
	display: none;
}
.metro_nav_wrapper {
	position:absolute!important;
	margin:0 0 0 0!important;
	top: -192px!important;
	margin: 0;
	top: 0;
    *right: 0;
	left: 0px;
	background-color: #ffcc00;
    width: 100%;
	overflow:hidden!important;
	/*display: none!important;*/
}
.metro_nav_wrapper ul, .metro_nav_wrapper li {
	list-style: none!important;
	margin: 0;
	padding: 0;
}
.nav_group {
	float: left;
	*zoom: 1;
        display: table;
	/*table-layout: fixed;*/
       margin: 0;
	padding: 0;
	font-size: .95em;
}
.travel_mode {
	/*width:60%;	height: 60px;*/
    *width: 65%;
	background-color: #0e6640;
}
.travel_mode li {
	width:16.66%;
	display: table-cell;
	height: 60px;
}
.service_info {
	/*width: 40%;	height: 60px;*/
        *width: 35%;
	background-color: #ffcc00;
}
.service_info li {
	width:33.33%;
	display: table-cell;
	height: 60px;
}
.travel_mode li a, .service_info li a {
	display: block;
	width: 100%;
	height: 60px;
	margin:0;
	padding: 10px 0 0 0;
	border: none;
	text-decoration: none;
	text-align: center;
	color: #333;
	font-size: .9em;
}
.travel_mode li a {
	border-left: 1px solid #488b6e;
	color: #fff;
	font-weight: bold;
	padding-top: 38px;
	background-position: 50% 8px;
	background-repeat: no-repeat;
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80);
}
.travel_mode li.bus a {
	background-image: url("/~/media/depts/metro/images/icons/travel-options/bus_icon_white.png");
}
.travel_mode li.bus.active a {
	background-image: url("/~/media/depts/metro/images/icons/travel-options/bus_icon_green.png");
}

.travel_mode li.bike a {
	background-image: url("/~/media/depts/metro/images/icons/travel-options/bike_icon_white.png");
}
.travel_mode li.bike.active a {
	background-image: url("/~/media/depts/metro/images/icons/travel-options/bike_icon_green.png");
}

.travel_mode li.rideshare a {
	background-image: url("/~/media/depts/metro/images/icons/travel-options/rideshare_icon_white.png");
}
.travel_mode li.rideshare.active a {
	background-image: url("/~/media/depts/metro/images/icons/travel-options/rideshare_icon_green.png");
}

.travel_mode li.rail a {
	background-image: url("/~/media/depts/metro/images/icons/travel-options/rail_icon_white.png");
}
.travel_mode li.rail.active a {
	background-image: url("/~/media/depts/metro/images/icons/travel-options/rail_icon_green.png");
}

.travel_mode li.watertaxi a {
	background-image: url("/~/media/depts/metro/images/icons/travel-options/watertaxi_icon_white.png");
}
.travel_mode li.watertaxi.active a {
	background-image: url("/~/media/depts/metro/images/icons/travel-options/watertaxi_icon_green.png");
}

.travel_mode li.accessible a {
	background-image: url("/~/media/depts/metro/images/icons/travel-options/accessible_icon_white.png");
}
.travel_mode li.accessible.active a {
	background-image: url("/~/media/depts/metro/images/icons/travel-options/accessible_icon_green.png");
}

.travel_mode li a:hover, .travel_mode li a:focus {
	background-color: #159f63;
	color: #fff;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}
.service_info li a {
	border-left: 1px solid #c6a006;
	padding-left: 6px;
	padding-right: 6px;
}
.service_info li.active a {
	background: #fff!important;
	color: #000!important;
}
.service_info li a span {
	clear: both;
	display: block;
}
.service_info li a:hover, .service_info li a:focus {
	background: #fce06f;
}
.travel_mode li.active a, .travel_mode li.active a:hover {
	background-color: #fff;
	color: #0e6640!important;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}

@media screen and (min-width:992px) {
	.select2-container {
		max-width: 552px;
}
}

@media screen and (max-width:991px) {
body {
	/*background-color: red!important;*/
}
}
/*@media screen and (max-width:991px)and (min-width:768px)and (max-width:991px) {*/
@media screen and (min-width:768px)and (max-width:991px) {
body {
	/*background-color: yellow!important;*/
}
}
@media screen and (max-width:991px)and (max-width:767px) {
body {
	/*background-color: blue!important;*/
}
}
@media screen and (max-width:991px)and (min-width:768px)and (max-width:991px) {
/*body {
	background-color: #9c3!important;
}
.metro_nav_wrapper {
	top: -220px!important;
}
.nav_group span { display: block; clear: both; }*/
}
/**/@media screen and (max-width:767px) { 
body {
	/*background-color: #0FF!important;*/
}
.travel_mode {
	width:100%;
        display: block;
        clear: both;
}
.travel_mode li {
	width:16.66%!important;
        float: left!important;
	display: inline!important;
	height: 60px;
}
.service_info {
	width:100%;
        display: block;
        clear: both;
}
.service_info li {
	width:33.33%!important;
        float: left!important;
	display: inline!important;
}
.service_info,.service_info li,.service_info li a {
	height: 37px;
}


#schedule_container table td {
	font-size: 1.1em;
}
#morning.rt, #afternoon.rt, 
#morning_schedule.rt, #morning_schedule1.rt, #morning_schedule1.rt, #afternoon_schedule.rt, #afternoon_schedule1.rt, #afternoon_schedule2.rt  {
	border-collapse:collapse!important;
}

#morning.rt caption, #afternoon.rt caption, 
#morning_schedule.rt caption, #morning_schedule1.rt caption, #morning_schedule1.rt caption, #afternoon_schedule.rt caption, #afternoon_schedule1.rt caption, #afternoon_schedule2.rt caption  {
	font-weight: bold;
	width: 100%!important;
	display: block;
	white-space: normal!important;
}
}
@media(max-width:480px) { /* phone */
.metro_nav_wrapper {
        height: 180px;
}
.travel_mode {
	width:100%;
        display: block;
        clear: both;
}

.travel_mode li {
	width:33.33%!important;
        float: left!important;
	display: inline!important;
	height: 60px;
}
.travel_mode li:first-child + li + li + li a { border-left: none!important; }
.travel_mode li:first-child + li + li + li a,.travel_mode li:first-child + li + li + li + li a,.travel_mode li:first-child + li + li + li + li + li a { border-top: 1px solid #488b6e;
 }

.service_info {
	width:100%;
        display: block;
        clear: both;
}
.service_info li {
	width:33.33%!important;
        float: left!important;
	display: inline!important;
}
.service_info,.service_info li,.service_info li a {
	height: 60px;
}
.nav_group span { display: block; clear: both; }



}




/* IE Hacks 
.metro_nav_wrapper {
	*width: 100%!important;
        *display: block!important;
        *background-color: red;
}
.nav_group li {
        *display: inline-block;
}
.travel_mode {
	*width: 65%;
}
.service_info {
	*width: 35%;
}
.nav_group span { 
        *display: block!important; clear: both; 
}
*/

/*==================================================================================================*/
/*	COLORED BOXES
/*==================================================================================================*/
.white_box_content h2, .grey_box_content h2, .blue_box_content h2, .green_box_content h2, .dark_green_box_content h2, .yellow_box_content h2, .red_box_content h2, .gyt_feature_box_content h2 {
	font-size: 20px !important;
	background: none !important;
	border: none !important;
}
.white_box_content h4, .grey_box_content h4, .blue_box_content h4, .green_box_content h4, .yellow_box_content h4, .red_box_content h4, .gyt_feature_box_content h4 {
	font-size: 16px !important;
	background: none !important;
	border: none !important;
}
.white_box, .grey_box, .blue_box, .green_box, .yellow_box, .red_box {
	margin: 0 0 20px 0;
}
.white_box {
	border-radius: 5px;
	border: 1px solid #bbb;
	-webkit-box-shadow: 0 3px 5px 0 #ccc;
	box-shadow: 0 3px 5px 0 #ccc;
}
.white_box_content h3 {
	margin-bottom: 6px;
}
.white_box_content {
	border-radius: 5px;
	border: 1px solid #fff;
	padding:10px;
}
.white_box {
	background: #fff;
	color: #333;
	border-color: #C1C1C1;
}
.grey_box, .blue_box, .green_box, .yellow_box, .red_box {
	margin: 0 0 20px 0;
}
.grey_box {
	border-radius: 5px;
	border: 1px solid #bbb;
	-webkit-box-shadow: 0 3px 5px 0 #ccc;
	box-shadow: 0 3px 5px 0 #ccc;
}
.grey_box_content h3 {
	margin-bottom: 6px;
}
.grey_box_content {
	border-radius: 5px;
	border: 1px solid #fff;
	padding:10px;
}
.grey_box {
	background: #EAEAEA;
	color: #333;
	border-color: #C1C1C1;
}
.blue_box {
	border-radius: 5px;
	border: 1px solid #bbb;
	-webkit-box-shadow: 0 3px 5px 0 #ccc;
	box-shadow: 0 3px 5px 0 #ccc;
}
.blue_box_content h3 {
	margin-bottom: 6px;
}
.blue_box_content {
	border-radius: 5px;
	border: 1px solid #fff;
	padding:10px;
}
.blue_box {
	background: #D7E7F5;
	color: #5E6984;
	color: #333;
	border-color: #AACEE6;
}
.green_box {
	border-radius: 5px;
	border: 1px solid #bbb;
	-webkit-box-shadow: 0 3px 5px 0 #ccc;
	box-shadow: 0 3px 5px 0 #ccc;
}
.green_box_content h3 {
	margin-bottom: 6px;
}
.green_box_content {
	border-radius: 5px;
	border: 1px solid #fff;
	padding:10px;
}
.green_box {
	background: #E2F2CE;
	color: #466840;
	border-color: #BFE098;
}
.green_box a {
	color: #466840 !important;
}
.dark_green_box {
	border-radius: 5px;
	border: 1px solid #bbb;
	-webkit-box-shadow: 0 3px 5px 0 #ccc;
	box-shadow: 0 3px 5px 0 #ccc;
}
.dark_green_box_content h3 {
	margin-bottom: 6px;
}
.dark_green_box_content {
	border-radius: 5px;
	border: 1px solid #fff;
	padding:10px;
}
.dark_green_box {
	background: #066d51;
	color: #fff;
	border-color: #044d39;
}
.dark_green_box a {
	color: #fcc !important;
}
.yellow_box {
	border-radius: 5px;
	border: 1px solid #bbb;
	-webkit-box-shadow: 0 3px 5px 0 #ccc;
	box-shadow: 0 3px 5px 0 #ccc;
}
.yellow_box_content h3 {
	margin-bottom: 6px;
}
.yellow_box_content {
	border-radius: 5px;
	border: 1px solid #fff;
	padding:10px;
}
.yellow_box {
	background: #D7E7F5;
	color: #5E6984;
	border-color: #AACEE6;
}
.yellow_box {
	background: #FFF9CC;
	color: #736B4C;
	color: #5e5635;
	border-color: #FFDB4F;
}
.red_box {
	border-radius: 5px;
	border: 1px solid #bbb;
	-webkit-box-shadow: 0 3px 5px 0 #ccc;
	box-shadow: 0 3px 5px 0 #ccc;
}
.red_box_content h3 {
	margin-bottom: 6px;
}
.red_box_content {
	border-radius: 5px;
	border: 1px solid #fff;
	padding:10px;
}
.red_box {
	background: #FDE9EA;
	color: #A14A40;
	border-color: #FDCED0;
}
.gyt_feature_box {
	border-radius: 5px;
	border: 1px solid #bbb;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 3px 5px 0 #ccc;
	box-shadow: 0 3px 5px 0 #ccc;
}
.gyt_feature_box_content h2 {
	margin-bottom: 6px;
	color: #003366;
}
.gyt_feature_box_content {
	border-radius: 5px;
	border: 1px solid #fff;
	padding:10px;
}
.gyt_feature_box {
	background: #D7E7F5;
	color: #5E6984;
	border-color: #AACEE6;
}
.gyt_feature_box:hover {
	background: #9dc2e2;
	background: #FFF9CC;
	background: #E2F2CE;
	border-color: #AACEE6;
}
.gyt_feature_box_content a {
	text-decoration: none;
	color: #0b5095;
	display: block;
	width: 100%;
	cursor: pointer;
}
.gyt_feature_box_content a:hover {
	color: #003366;
}
.gyt_feature_box_content img.left {
	margin: 0 14px 0 0;
	max-width: 120px;
}
.royalSlider > .rsContent {
	visibility: hidden;
}


/* ---------------------------------------------------------------
	 Spacers
-----------------------------------------------------------------*/

/* pixels */
.spacer1 { height: 1px; }
.spacer2 { height: 2px; }
.spacer3 { height: 3px; }
.spacer4 { height: 4px; }
.spacer5 { height: 5px; }
.spacer6 { height: 6px; }
.spacer7 { height: 7px; }
.spacer8 { height: 8px; }
.spacer9 { height: 9px; }
.spacer10 { height: 10px; }
.spacer12 { height: 12px; }
.spacer14 { height: 14px; }
.spacer16 { height: 16px; }
.spacer18 { height: 18px; }
.spacer20 { height: 20px; }
.spacer21 { height: 21px; }
.spacer22 { height: 22px; }
.spacer23 { height: 23px; }
.spacer24 { height: 24px; }
.spacer25 { height: 25px; }
.spacer26 { height: 26px; }
.spacer27 { height: 27px; }
.spacer28 { height: 28px; }
.spacer29 { height: 29px; }
.spacer30 { height: 30px; }
.spacer31 { height: 31px; }
.spacer32 { height: 32px; }
.spacer33 { height: 33px; }
.spacer34 { height: 34px; }
.spacer35 { height: 35px; }
.spacer36 { height: 36px; }
.spacer37 { height: 37px; }
.spacer38 { height: 38px; }
.spacer39 { height: 39px; }
.spacer40 { height: 40px; }
.spacer50 { height: 50px; }
.spacer60 { height: 60px; }

/* rems */
.spacer1rem { height: 1rem; }
.spacer2rem { height: 2rem; }
.spacer3rem { height: 3rem; }
.spacer4rem { height: 4rem; }
/*----------------------------------------------------------------
     Padding all sides
-----------------------------------------------------------------*/
.padding10 { padding: 10px!important; }
.padding20 { padding: 20px!important; }
.padding30 { padding: 30px!important; }
.padding30 { padding: 40px!important; }


/* ---------------------------------------------------------------
	 Padding top
-----------------------------------------------------------------*/
.padding-top0 { padding-top: 0px!important; }
.padding-top1 { padding-top: 1px!important; }
.padding-top2 { padding-top: 2px!important; }
.padding-top3 { padding-top: 3px!important; }
.padding-top4 { padding-top: 4px!important; }
.padding-top5 { padding-top: 5px!important; }
.padding-top6 { padding-top: 6px!important; }
.padding-top7 { padding-top: 7px!important; }
.padding-top8 { padding-top: 8px!important; }
.padding-top9 { padding-top: 9px!important; }
.padding-top10 { padding-top: 10px!important; }
.padding-top12 { padding-top: 12px!important; }
.padding-top14 { padding-top: 14px!important; }
.padding-top16 { padding-top: 16px!important; }
.padding-top18 { padding-top: 18px!important; }
.padding-top20 { padding-top: 20px!important; }
.padding-top21 { padding-top: 21px!important; }
.padding-top22 { padding-top: 22px!important; }
.padding-top23 { padding-top: 23px!important; }
.padding-top24 { padding-top: 24px!important; }
.padding-top25 { padding-top: 25px!important; }
.padding-top26 { padding-top: 26px!important; }
.padding-top27 { padding-top: 27px!important; }
.padding-top28 { padding-top: 28px!important; }
.padding-top29 { padding-top: 29px!important; }
.padding-top30 { padding-top: 30px!important; }
.padding-top31 { padding-top: 31px!important; }
.padding-top32 { padding-top: 32px!important; }
.padding-top33 { padding-top: 33px!important; }
.padding-top34 { padding-top: 34px!important; }
.padding-top35 { padding-top: 35px!important; }
.padding-top36 { padding-top: 36px!important; }
.padding-top37 { padding-top: 37px!important; }
.padding-top38 { padding-top: 38px!important; }
.padding-top39 { padding-top: 39px!important; }
.padding-top40 { padding-top: 40px!important; }


/* ---------------------------------------------------------------
	 Padding bottom
-----------------------------------------------------------------*/
.padding-bottom0 { padding-bottom: 0px!important; }
.padding-bottom1 { padding-bottom: 1px!important; }
.padding-bottom2 { padding-bottom: 2px!important; }
.padding-bottom3 { padding-bottom: 3px!important; }
.padding-bottom4 { padding-bottom: 4px!important; }
.padding-bottom5 { padding-bottom: 5px!important; }
.padding-bottom6 { padding-bottom: 6px!important; }
.padding-bottom7 { padding-bottom: 7px!important; }
.padding-bottom8 { padding-bottom: 8px!important; }
.padding-bottom9 { padding-bottom: 9px!important; }
.padding-bottom10 { padding-bottom: 10px!important; }
.padding-bottom12 { padding-bottom: 12px!important; }
.padding-bottom14 { padding-bottom: 14px!important; }
.padding-bottom16 { padding-bottom: 16px!important; }
.padding-bottom18 { padding-bottom: 18px!important; }
.padding-bottom20 { padding-bottom: 20px!important; }
.padding-bottom21 { padding-bottom: 21px!important; }
.padding-bottom22 { padding-bottom: 22px!important; }
.padding-bottom23 { padding-bottom: 23px!important; }
.padding-bottom24 { padding-bottom: 24px!important; }
.padding-bottom25 { padding-bottom: 25px!important; }
.padding-bottom26 { padding-bottom: 26px!important; }
.padding-bottom27 { padding-bottom: 27px!important; }
.padding-bottom28 { padding-bottom: 28px!important; }
.padding-bottom29 { padding-bottom: 29px!important; }
.padding-bottom30 { padding-bottom: 30px!important; }
.padding-bottom31 { padding-bottom: 31px!important; }
.padding-bottom32 { padding-bottom: 32px!important; }
.padding-bottom33 { padding-bottom: 33px!important; }
.padding-bottom34 { padding-bottom: 34px!important; }
.padding-bottom35 { padding-bottom: 35px!important; }
.padding-bottom36 { padding-bottom: 36px!important; }
.padding-bottom37 { padding-bottom: 37px!important; }
.padding-bottom38 { padding-bottom: 38px!important; }
.padding-bottom39 { padding-bottom: 39px!important; }
.padding-bottom40 { padding-bottom: 40px!important; }


/* ---------------------------------------------------------------
	 Padding left
-----------------------------------------------------------------*/
.padding-left0 { padding-left: 0px!important; }
.padding-left1 { padding-left: 1px!important; }
.padding-left2 { padding-left: 2px!important; }
.padding-left3 { padding-left: 3px!important; }
.padding-left4 { padding-left: 4px!important; }
.padding-left5 { padding-left: 5px!important; }
.padding-left6 { padding-left: 6px!important; }
.padding-left7 { padding-left: 7px!important; }
.padding-left8 { padding-left: 8px!important; }
.padding-left9 { padding-left: 9px!important; }
.padding-left10 { padding-left: 10px!important; }
.padding-left12 { padding-left: 12px!important; }
.padding-left14 { padding-left: 14px!important; }
.padding-left16 { padding-left: 16px!important; }
.padding-left18 { padding-left: 18px!important; }
.padding-left20 { padding-left: 20px!important; }
.padding-left21 { padding-left: 21px!important; }
.padding-left22 { padding-left: 22px!important; }
.padding-left23 { padding-left: 23px!important; }
.padding-left24 { padding-left: 24px!important; }
.padding-left25 { padding-left: 25px!important; }
.padding-left26 { padding-left: 26px!important; }
.padding-left27 { padding-left: 27px!important; }
.padding-left28 { padding-left: 28px!important; }
.padding-left29 { padding-left: 29px!important; }
.padding-left30 { padding-left: 30px!important; }
.padding-left31 { padding-left: 31px!important; }
.padding-left32 { padding-left: 32px!important; }
.padding-left33 { padding-left: 33px!important; }
.padding-left34 { padding-left: 34px!important; }
.padding-left35 { padding-left: 35px!important; }
.padding-left36 { padding-left: 36px!important; }
.padding-left37 { padding-left: 37px!important; }
.padding-left38 { padding-left: 38px!important; }
.padding-left39 { padding-left: 39px!important; }
.padding-left40 { padding-left: 40px!important; }



/* ---------------------------------------------------------------
	 Padding right
-----------------------------------------------------------------*/
.padding-right0 { padding-right: 0px!important; }
.padding-right1 { padding-right: 1px!important; }
.padding-right2 { padding-right: 2px!important; }
.padding-right3 { padding-right: 3px!important; }
.padding-right4 { padding-right: 4px!important; }
.padding-right5 { padding-right: 5px!important; }
.padding-right6 { padding-right: 6px!important; }
.padding-right7 { padding-right: 7px!important; }
.padding-right8 { padding-right: 8px!important; }
.padding-right9 { padding-right: 9px!important; }
.padding-right10 { padding-right: 10px!important; }
.padding-right12 { padding-right: 12px!important; }
.padding-right14 { padding-right: 14px!important; }
.padding-right16 { padding-right: 16px!important; }
.padding-right18 { padding-right: 18px!important; }
.padding-right20 { padding-right: 20px!important; }
.padding-right21 { padding-right: 21px!important; }
.padding-right22 { padding-right: 22px!important; }
.padding-right23 { padding-right: 23px!important; }
.padding-right24 { padding-right: 24px!important; }
.padding-right25 { padding-right: 25px!important; }
.padding-right26 { padding-right: 26px!important; }
.padding-right27 { padding-right: 27px!important; }
.padding-right28 { padding-right: 28px!important; }
.padding-right29 { padding-right: 29px!important; }
.padding-right30 { padding-right: 30px!important; }
.padding-right31 { padding-right: 31px!important; }
.padding-right32 { padding-right: 32px!important; }
.padding-right33 { padding-right: 33px!important; }
.padding-right34 { padding-right: 34px!important; }
.padding-right35 { padding-right: 35px!important; }
.padding-right36 { padding-right: 36px!important; }
.padding-right37 { padding-right: 37px!important; }
.padding-right38 { padding-right: 38px!important; }
.padding-right39 { padding-right: 39px!important; }
.padding-right40 { padding-right: 40px!important; }


/* ---------------------------------------------------------------
	 margin bottom
-----------------------------------------------------------------*/
.margin-bottom1,.bottom1 { margin-bottom: 1px!important; }
.margin-bottom2,.bottom2 { margin-bottom: 2px!important; }
.margin-bottom3,.bottom3 { margin-bottom: 3px!important; }
.margin-bottom4,.bottom4 { margin-bottom: 4px!important; }
.margin-bottom5,.bottom5 { margin-bottom: 5px!important; }
.margin-bottom6,.bottom6 { margin-bottom: 6px!important; }
.margin-bottom7,.bottom7 { margin-bottom: 7px!important; }
.margin-bottom8,.bottom8 { margin-bottom: 8px!important; }
.margin-bottom9,.bottom9 { margin-bottom: 9px!important; }
.margin-bottom10,.bottom10 { margin-bottom: 10px!important; }
.margin-bottom12,.bottom12 { margin-bottom: 12px!important; }
.margin-bottom14,.bottom14 { margin-bottom: 14px!important; }
.margin-bottom16,.bottom16 { margin-bottom: 16px!important; }
.margin-bottom18,.bottom18 { margin-bottom: 18px!important; }
.margin-bottom20,.bottom20 { margin-bottom: 20px!important; }
.margin-bottom30,.bottom30 { margin-bottom: 30px!important; }
.margin-bottom40,.bottom40 { margin-bottom: 40px!important; }

.no-margin-bottom, .bottom0 { margin-bottom: 0!important; }


/* ---------------------------------------------------------------
	 margin left
-----------------------------------------------------------------*/
.margin-left1,.left1 { margin-left: 1px!important; }
.margin-left2,.left2 { margin-left: 2px!important; }
.margin-left3,.left3 { margin-left: 3px!important; }
.margin-left4,.left4 { margin-left: 4px!important; }
.margin-left5,.left5 { margin-left: 5px!important; }
.margin-left6,.left6 { margin-left: 6px!important; }
.margin-left7,.left7 { margin-left: 7px!important; }
.margin-left8,.left8 { margin-left: 8px!important; }
.margin-left9,.left9 { margin-left: 9px!important; }
.margin-left10,.left10 { margin-left: 10px!important; }
.margin-left12,.left12 { margin-left: 12px!important; }
.margin-left14,.left14 { margin-left: 14px!important; }
.margin-left16,.left16 { margin-left: 16px!important; }
.margin-left18,.left18 { margin-left: 18px!important; }
.margin-left20,.left20 { margin-left: 20px!important; }

.no-margin-left, .left0 { margin-left: 0!important; }



/* ---------------------------------------------------------------
	 Bootstrap 4 spacing classes
-----------------------------------------------------------------*/

    .padding-xs { padding: .25em!important; }
    .padding-sm { padding: .5em!important; }
    .padding-md { padding: 1em!important; }
    .padding-lg { padding: 1.5em!important; }
    .padding-xl { padding: 3em!important; }

	.padding-x-xs { padding: .25em 0!important; }
	.padding-x-sm { padding: .5em 0!important; }
	.padding-x-md { padding: 1em 0!important; }
	.padding-x-lg { padding: 1.5em 0!important; }
	.padding-x-xl { padding: 3em 0!important; }

	.padding-y-xs { padding: 0 .25em!important; }
	.padding-y-sm { padding: 0 .5em!important; }
	.padding-y-md { padding: 0 1em!important; }
	.padding-y-lg { padding: 0 1.5em!important; }
	.padding-y-xl { padding: 0 3em!important; }

	.padding-top-xs { padding-top: .25em!important; }
	.padding-top-sm { padding-top: .5em!important; }
	.padding-top-md { padding-top: 1em!important; }
	.padding-top-lg { padding-top: 1.5em!important; }
	.padding-top-xl { padding-top: 3em!important; }

	.padding-right-xs { padding-right: .25em!important; }
	.padding-right-sm { padding-right: .5em!important; }
	.padding-right-md { padding-right: 1em!important; }
	.padding-right-lg { padding-right: 1.5em!important; }
	.padding-right-xl { padding-right: 3em!important; }

	.padding-bottom-xs { padding-bottom: .25em!important; }
	.padding-bottom-sm { padding-bottom: .5em!important; }
	.padding-bottom-md { padding-bottom: 1em!important; }
	.padding-bottom-lg { padding-bottom: 1.5em!important; }
	.padding-bottom-xl { padding-bottom: 3em!important; }

	.padding-left-xs { padding-left: .25em!important; }
	.padding-left-sm { padding-left: .5em!important; }
	.padding-left-md { padding-left: 1em!important!important; }
	.padding-left-lg { padding-left: 1.5em!important; }
	.padding-left-xl { padding-left: 3em!important; }

	.margin-xs { margin: .25em!important; }
	.margin-sm { margin: .5em!important; }
	.margin-md { margin: 1em!important; }
	.margin-lg { margin: 1.5em!important; }
	.margin-xl { margin: 3em!important; }

	.margin-x-xs { margin: .25em 0!important; }
	.margin-x-sm { margin: .5em 0!important; }
	.margin-x-md { margin: 1em 0!important; }
	.margin-x-lg { margin: 1.5em 0!important; }
	.margin-x-xl { margin: 3em 0!important; }

	.margin-y-xs { margin: 0 .25em!important; }
	.margin-y-sm { margin: 0 .5em!important; }
	.margin-y-md { margin: 0 1em!important; }
	.margin-y-lg { margin: 0 1.5em!important; }
	.margin-y-xl { margin: 0 3em!important; }

	.margin-top-xs { margin-top: .25em!important; }
	.margin-top-sm { margin-top: .5em!important; }
	.margin-top-md { margin-top: 1em!important; }
	.margin-top-lg { margin-top: 1.5em!important; }
	.margin-top-xl { margin-top: 3em!important; }

	.margin-right-xs { margin-right: .25em!important; }
	.margin-right-sm { margin-right: .5em!important; }
	.margin-right-md { margin-right: 1em!important; }
	.margin-right-lg { margin-right: 1.5em!important; }
	.margin-right-xl { margin-right: 3em!important; }

	.margin-bottom-xs { margin-bottom: .25em!important; }
	.margin-bottom-sm { margin-bottom: .5em!important; }
	.margin-bottom-md { margin-bottom: 1em!important; }
	.margin-bottom-lg { margin-bottom: 1.5em!important; }
	.margin-bottom-xl { margin-bottom: 3em!important; }

	.margin-left-xs { margin-left: .25em!important; }
	.margin-left-sm { margin-left: .5em!important; }
	.margin-left-md { margin-left: 1em!important; }
	.margin-left-lg { margin-left: 1.5em!important; }
	.margin-left-xl { margin-left: 3em!important; }





/* ---------------------------------------------------------------
	 alternative flex grid
-----------------------------------------------------------------*/
.row-fluid {
width:100%;
zoom:1;
}



.row-fluid [class*="span"] {
min-height:30px;
-webkit-box-sizing:border-box;
box-sizing:border-box;
float:left;
margin-left:2.0744680851064%;
background: red;
}


.row-fluid .span12 {
width:99.946808510638%;
}

.row-fluid .span11 {
width:91.436170212766%;
}

.row-fluid .span10 {
width:82.925531914894%;
}

.row-fluid .span9 {
width:74.414893617021%;
}

.row-fluid .span8 {
width:65.904255319149%;
}

.row-fluid .span7 {
width:57.393617021277%;
}

.row-fluid .span6 {
width:48.882978723404%;
}

.row-fluid .span5 {
width:40.372340425532%;
}


.row-fluid .span4 {
width:31.86170212766%;
}

.row-fluid .span3 {
width:23.351063829787%;
}

.row-fluid .span2 {
width:14.840425531915%;
}

.row-fluid .span1 {
width:6.3297872340426%;
}

/* ---------------------------------------------------------------
	 Media Boxes
-----------------------------------------------------------------*/
.thumbnail-overlay i.fa {
	background: #66a4e6;
	background: #528ece;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
}
.thumbnail-overlay .media-box-title {
	color: #fff;
}
		
/* *********** HIDE THE "NO MORE ENTRIES" BUTTON *********** */
.media-boxes-no-more-entries{
	display: none;
}
				

	.box {  
		border-radius: 5px !important;
		border: 1px solid #bbb;
		-webkit-box-shadow: 0 3px 5px 0 #ccc !important;
		box-shadow: 0 3px 5px 0 #ccc !important;
	}
	.box-caption .box-title {
		font-weight: bold;
	}
	.box-caption .box-text ul {
	  margin: 0;
	  padding: 0 0 0 20px;
	  /*background: red;*/
	}
	.box-caption .box-text ul li {
	  margin: 0;
	  padding: 0;
	 /* background: yellow;*/
	}
	.box-caption .box-text li a, .box-caption .box-text li a:link {
		text-decoration: none;
		color: #0000ff;
	}
	.box-caption .box-text li a:hover {
		text-decoration: underline;
		color: #000;
	}
	.media-box{
		font-size: 14px;
	  }
	
	  .media-box-container{
		border-radius: 10px!important;
		-webkit-box-shadow: none!important;
		-o-box-shadow: none!important;
		-ms-box-shadow: none!important;
		box-shadow: none!important;		
	  }
	  .media-box-content{
		padding: 20px;
		position: relative;
	    background: #f2f2f3 !important;
		/*color: rgb(51, 51, 51);*/
		color: #000;
		line-height: 1.4;
	  }
	 .media-box-title{
		letter-spacing: 0px;
		line-height: 1.1;
		font-weight: 800;
		color: #333333;
		/*font-size: 16px!important;*/
		font-size: 18px!important;
	  }
	.media-box .media-box-category {
		font-size:12px;
		line-height:15px;
		color:#fb1953;
		margin:-6px 0 14px;
		padding:0 0 6px;
		display:block;
		clear:both;
		border-bottom:1px solid #ccc
	}
	.media-box .media-box-category a{
		text-decoration: none!important;
		display: block;
		border: 0;
	}
	.media-box-text {
		color: #000!important;
		/*font-size: 13px!important;*/
		font-size: 14px!important;
		line-height: 1.4!important;
	}
	
	.media-box-text ul {
		margin: 0 0 0 16px;
		padding: 0;
		/*background: red;*/
	}
	.media-box-text ul li {
		margin: 0;
		padding: 0;
		line-height: 1.8;
	}
	.white-popup {
          position: relative;
          background: #FFF;
          padding: 20px;
          width: auto;
          max-width: 500px;
          margin: 20px auto;
    }
	.white-popup-block {
			background:#FFF;
			padding:40px 30px 20px 30px;
			text-align:left;
			max-width:650px;
			margin:20px auto;
			position:relative
	}
	.media-box-more {
		/*border-top: 1px solid #ccc;
		padding: 6px 0 0 0;
		*/margin: 0;
		display: block;
	}
	.media-box-more a {
		/*font-size: 0.95em;*/
		font-size: 14px!important;
		color: #ff0000!important;
	}
	
	.media-box-quote {
		background: #6db33f;
		background: #159f63;
	}
	
	.media-box-link a {
		background: #159f63;
	}
	
	.media-box-link a:hover {
		background: #122210;
	}
	
	.media-box .thumbnail-overlay i.fa  {
        color: #fff!important;
}
	
	
	#grid .thumbnail-overlay i.fa,
	#grid1 .thumbnail-overlay i.fa,
	#grid2 .thumbnail-overlay i.fa,
	#video-grid1 .thumbnail-overlay i.fa,
	#apps .thumbnail-overlay i.fa{
			background: #28ac86;
			background: #fff;
			background: #275937;
			background: #6db33f!important;
			
		}
		#grid .thumbnail-overlay i.fa:hover,
		#grid1 .thumbnail-overlay i.fa:hover,
		#grid2 .thumbnail-overlay i.fa:hover,
		#video-grid1 .thumbnail-overlay i.fa:hover,
		#apps .thumbnail-overlay i.fa:hover {
			background: #333 !important;
			color: #fff!important;
  		}
		#grid .thumbnail-overlay,
		#grid1 .thumbnail-overlay,
		#grid2 .thumbnail-overlay,
		#video-grid1 .thumbnail-overlay,
		#apps .thumbnail-overlay{
			background: #28ac86; /* fallback for IE8 */
    		background-color: rgba(40,172,134, .80);
			background: #275937;
			background-color: rgba(39,89,55, .80);
			
		}

	.mfp-close{
		background-images:url('/~/media/depts/metro/scripts/media-boxes/css/icons/icon-close.png')!important;
		background-position: right;
		background-repeat: no-repeat;
		background-color: red;
		z-index: 9000;
		position: absolute;
	}
	.rsMinW .rsPlayBtnIcon {
		width:64px;
		display:block;
		height:64px;
		border-radius: 4px;
		
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	
		background:url('/~/media/depts/metro/scripts/royalslider/957/skins/minimal-white/rs-minimal-white-sprite.png') no-repeat 0 -32px;
		background-color: #000;
		background-color: rgba(0,0,0,0.75);
		*background-color: #000;
		z-index: 9999!important;
	}

/*.rsBtnCenterer {
	z-index: 500;
}
.textBlock {s
	z-index: 400;
}*/
	/*.close-this {
		width: 44px;
		height: 44px;
		line-height: 44px;
		position: absolute;
		right: 0;
		top: -50px;
		text-decoration: none;
		text-align: center;
		opacity: 0.65;
		filter: alpha(opacity=65);
		padding: 0 0 18px 10px;
		background-image: url('/~/media/depts/metro/css/media-boxes/icons/icon-close.ashx');
		background-repeat: no-repeat;
		width: 40px;
		height: 40px;
		text-indent: -9000px;
	}
	.close-this:hover {
		color: #333;
		border-bottom: 1px dotted #333;
		cursor: pointer;
		
	}*/
	
	
	
	
.media-box-alert {
	background: #ffcc99;
}
.media-box-news {
	background: #cee0ee;
}
	
	
	
.media-box-subscribe, .media-box-rss, .modal-box-subscribe {
   padding: 20px;
   margin: 0;
}
.media-box-subscribe .form, .modal-box-subscribe form {
   padding: 0;
   margin: 0;
}
.media-box-subscribe ol, .media-box-subscribe ol li,
.modal-box-subscribe ol, .modal-box-subscribe ol li {
   list-style: none;
   margin: 0;
   /*background: yellow;*/
}
.media-box-rss .kcRssReader, .media-box-rss .kcRssReader li {
   list-style: none;
   padding: 0;
   /*background: yellow;*/
}
.media-box-rss .kcRssReader {
   margin: 16px 0 6px;
}
.media-box-rss .kcRssReader li {
   margin: 0 0 10px;
   line-height: 1.4;
}
.media-box-rss .kcRssReader li a {
   font-weight: bold;
   font-size: 14px;
   border-bottom: none;
}
.media-box-subscribe .input_group,
.modal-box-subscribe .input_group {
   margin: 0;
   /*background: red;*/
}
.media-box-subscribe input, .media-box-subscribe select,
.modal-box-subscribe input, .modal-box-subscribe select {
   color: #333;
}
.media-box-subscribe option,
.modal-box-subscribe option {
   padding: 4px;
}
.media-box-subscribe .required,
.modal-box-subscribe .required {
   display: inline;
}
.media-box-subscribe .media-box-title,
.media-box-rss .media-box-title,
.modal-box-subscribe .media-box-title {
    letter-spacing: 0px;
    line-height: 1.1;
    font-weight: 800;
    color: #fff;
    font-size: 14px;
    margin: 0 0 20px;
  }
.media-box-rss .media-box-title {
    color: #000;
	margin: auto;
 }
 .media-box-rss .media-box-subtitle {
    color: #333;
	font-size: 12px;
 }
.media-box-subscribe .instructions--head,
.modal-box-subscribe .instructions--head {
    line-height: 1.4;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 6px;
}
.media-box-subscribe .instructions--body,
.modal-box-subscribe .instructions--body {
    line-height: 1.4;
    font-weight: normal;
    font-size: 12px;
}

/* modal-box styles */
	.modal-box {
		font-size: 13px;
		line-height: 17px;
		padding: 20px;
		background: #f2f2f3;
	}
		
	.modal-box-subscribe {
		background: #2C393F;
		color: #fff;
		padding: 0;
	}
	        
		
/* Remove background of videos with overlay always visible */
		.overlay-always-visible{
			background: none!important;

			-webkit-transition: background .1s linear;
		         -o-transition: background .1s linear;
		            transition: background .1s linear;
		}
		.overlay-always-visible:hover{
			/*background: rgba(0,0,0,.2);*/
			background-color: rgba(39,89,55, .80)!important;
		}		
		
		/**
		 * Simple fade transition,
		 */
		.mfp-fade.mfp-bg {
			opacity: 0;
			-webkit-transition: all 0.15s ease-out; 
			-o-transition: all 0.15s ease-out; 
			transition: all 0.15s ease-out;
		}
		.mfp-fade.mfp-bg.mfp-ready {
			opacity: 0.8;
		}
		.mfp-fade.mfp-bg.mfp-removing {
			opacity: 0;
		}
		
		.mfp-fade.mfp-wrap .mfp-content {
			opacity: 0;
			-webkit-transition: all 0.15s ease-out; 
			-o-transition: all 0.15s ease-out; 
			transition: all 0.15s ease-out;
		}
		.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
			opacity: 1;
		}
		.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
			opacity: 0;
		}



/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}



@media screen and (max-width: 425px) {
  .media-boxes-drop-down .drop-down-label {
         display: none; 
         left: auto; 
         top: auto; 
         position: relative;
         border: none;
         font-size: .5em;
    }
   .media-boxes-drop-down {
         width: 100%;
   }
}
		
		
		
	
/*====================================
	Intro Header
=====================================*/
.intro_header {
	position: relative;
	margin: 0 0 1.5em 0;
	/*background-color: #0e6640;*/
	background-color: #ededed;
	/*-moz-border-radius: .4em .4em 0 0;
	-webkit-border-radius: .4em .4em 0 0;
	border-radius: .4em .4em 0 0;*/
	border-radius: .4em;
	display: block;
	clear: both;
	overlay: hidden;
	
}
	.intro_header .intro_wrapper {
		/*position: absolute;*/
		padding: 1.3em;
		padding-right: 0;
		width: 67%;
		/*background: red;*/
	}
		.intro_header .intro_wrapper h2 {
			padding: 0;
			margin: 0 0 7px 0;
			color: #ffffff;
		}
		.intro_header .intro_wrapper p, .intro_header .intro_wrapper a {
			/*color: #ffffff;*/
		}
			.intro_header .intro_wrapper a:hover {
				/*color: #ffffcc;
				border-color: #ffffcc;*/
			}
	.intro_header img.one-third {
		width: 33%;
	}
	.intro_header img.float-right {
		float: right;
	}
	.intro_header img.drop-down {
		margin: 12px 0 -20px 0;
	}
	.intro_header img.rounded {
		border-radius: .4em;
	}
	.intro_header img.rounded.top-only {
		border-radius: 0;
		-webkit-border-top-left-radius: .4em;
		-webkit-border-top-right-radius: .4em;
		-moz-border-radius-topleft: .4em;
		-moz-border-radius-topright: .4em;
		border-top-left-radius: .4em;
		border-top-right-radius: .4em;
	}
	.intro_header img.rounded.bottom-only {
		border-radius: 0;
		-webkit-border-bottom-right-radius: .4em;
		-webkit-border-bottom-left-radius: .4em;
		-moz-border-radius-bottomright: .4em;
		-moz-border-radius-bottomleft: .4em;
		border-bottom-right-radius: .4em;
		border-bottom-left-radius: .4em;
	}
	.intro_header img.stick-bottom {
		position: absolute;
		bottom:0;
		right: 0;
		z-index: 0;
	}
	/*.intro_header img {
		-moz-border-radius: .4em .4em 0 0;
		-webkit-border-radius: .4em .4em 0 0;
		border-radius: .4em .4em 0 0;
	}*/
	.intro_plan_trip {
		padding: 2em;
		overflow: hidden;
	}
	.intro_plan_trip .or {
		padding: 0;
		margin-top: -.25em;
		text-align: center;
		color: #fff;
		font-size: 1.9em;
		white-space:nowrap;
		width:30%;
		float: left;
	}
	.intro_plan_trip .finder_input, .intro_plan_trip .plan_button {
		width:35%;
		float: left;
	}

/*====================================
	Route Finder (select2)
=====================================*/
.desktop_right, .table_right {
	float: right;
	width: 50%;
	margin: -50px 0 20px 0;
}


ul.buslines {
		border-top: 1px solid #ccc;
		margin: 0;
		padding: 0;
		min-height: 400px;
	}
		ul.buslines li {
			padding: 0;
			margin: 0;
			border-bottom: 1px solid #ccc;
			list-style: none;
			position: relative;
		}
			ul.buslines li a {
				font-size: 1.3em;
				display: block;
				border: none;
				padding: .5em 65px .5em .5em;
				color: #333;
				
			}
				ul.buslines li.frequent-icon a {
					background: url("/images/frequent-small.png") right .75em no-repeat;
					background-size: 1em 1em;	/* 24 px context */
				}
				ul.buslines li a:hover, ul.buslines li:hover > a {
					background-color: #ffffcc;
					background-color: #f5f5f5;
					border: none;
				}


ul.buslines li.no-results-found {
	font-size: 1.3em;
	display: block;
	padding: .5em;
}				

.extra_links {
  display:none;
}
.extra_links a {
 	display: inline-block!important;
	margin: 0 20px 0 0;
	padding: 6px 10px;
	font-size: 1em;
	background: #ededed;
}
	

.buslines li:hover .extra_links,
.buslines li:focus .extra_links {
  display:block;
  background-color: #ffffcc;
}	


.filter_box_wrapper {
	position: relative;
}
			
input#filter_box, input#route-search { 
	width: 100%;
	border:3px solid #ccc;
	background:#fff;
	font-size:1.3em;
	font-size: 16px;
	/*color:#444;*/
	border-radius:6px;
	margin:0 0 20px;
	padding: 6px;
	outline:0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
input#filter_box:focus, input#route-search:focus {
	background:#fff;
	border-color:#ddd;
  -webkit-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
  outline: none;
  border: 3px solid #999;
  background: #ffc;
}
input#filter_box::-ms-clear,, input#route-searc::-ms-clearh {
    display: none!important;
	width:0!important;
	height:0!important;
}
.clear-input {
  	background: url("/~/media/depts/metro/images/icons/delete/circle_999_close_delete_20.png") no-repeat scroll 0 0 transparent!important;
	background-position: center center;
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 8px;
	height: 20px;
	width: 20px;
	z-index: 8000;
	border: 0px solid;
	-webkit-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
	text-indent: -9000px;
}






@-moz-document url-prefix() {
ol.steps {
counter-reset:li;
margin-left:0;
padding-left:0
}
ol.steps>li {
position:relative;
margin:0 0 10px 2em;
padding:4px 8px;
list-style:none;
border-top:2px solid #ededed;
min-height:40px;
}
ol.steps>li:before {
content:counter(li);
counter-increment:li;
position:absolute;
top:-2px;
left:-2em;
-webkit-box-sizing:border-box;
box-sizing:border-box;
width:2em;
margin-right:8px;
padding:4px;
border-top:2px solid #ededed;
color:#666;
background:#ededed;
font-weight:700;
font-family:"Helvetica Neue", Arial, sans-serif;
font-size:16px;
text-align:center
}
.steps li ol, .steps li ul {
margin-top:6px
}
ol.steps ol li:last-child {
margin-bottom:0
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
ol.steps {
	counter-reset:li;
	margin-left:0;
	padding-left:0
}
ol.steps>li {
	position:relative;
	margin:0 0 40px 2em;
	padding:4px 8px;
	list-style:none;
	border-top:2px solid #ededed;
	min-height:40px
}
ol.steps>li:before {
	content:counter(li);
	counter-increment:li;
	position:absolute;
	top:-2px;
	left:-2em;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:2em;
	margin-right:8px;
	padding:4px;
	border-top:2px solid #ededed;
	border-top: 2px solid #efeee0;
	color:#666;
	background:#ededed;
	background: #efeee0;
	font-weight:700;
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-size:16px;
	text-align:center
}
.steps li ol, .steps li ul {
	margin-top:6px
}
ol.steps ol li:last-child {
	margin-bottom:0
}
}
ol.steps img.border6 {
	width: 180px !important;
	height: auto !important;
}


/* step headings */
.step__heading {
    padding-left: 2em;
    line-height: 1.4rem
}
.step__heading.h1,
.step__heading.h2,
.step__heading.h3,
.step__heading.h4,
.step__heading.h5,
.step__heading.h6 {
    line-height: 1.4rem
}
.step__heading:before {
    display: block;
    position: absolute;
    background-color: #f43e3e;
    background-color: #527952;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    border-radius: 50%;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    margin-left: -2.25em
}

.step__heading.yellow:before {
    background-color: #ffd318;
	color: #333;
}
.step__heading.rapidride-yellow:before {
    background-color: #fef18d;
	color: #333;
}



.step__heading.step1:before {
    content: '1'!important;
    padding-right: 2px
}
.step__heading.step2:before {
    content: '2'
}
.step__heading.step3:before {
    content: '3'
}
.step__heading.step4:before {
    content: '4'
}
.step__heading.step5:before {
    content: '5'
}
.step__heading.step6:before {
    content: '6'
}
.step__heading.step7:before {
    content: '7'
}
.step__heading.step8:before {
    content: '8'
}
.step__heading.step9:before {
    content: '9'
}









ul.agency_contact_info {
	top: 0;
	float: right;
	position: relative;
	font-size: 0.9em;
}

.greenspan {
	color: #6CB33F;
	padding: 0 0px 4px 0px;
	font: normal 20px/20px 'Humanist', arial, sans-serif;
text-shadow:
}
.roundbox {
	border-width: 1px;
	border-style: solid;
	border-color: #d8d6d8 #c4c4c4 #acacac #c4c4c4;
	padding: 6px;
	background-color: #eaeaea;
	background-color: #f2f2f3;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, .75) inset;
	        box-shadow: 0 1px 1px rgba(255, 255, 255, .75) inset;
}



/* ========================================
	TABLES
==========================================*/
#fares {
	border-collapse: collapse;
	width: 100%
}
#fares th {
	background-color: #ebf2d2;
	background-color: #f2f2f3;
}
#fares th span {
	clear: both;
	display: block;
	font-size: 0.9em;
	font-weight: normal;
}
#fares td, #fares th {
	text-align:left;
	padding: 5px;
	border-bottom: 1px solid #026cb6
}
#fares tr td.alt, #fares tr th.alt {
	border-right: 1px dotted #026cb6;
}
#fares tr td.none {
	border-bottom: none
}



/*===============================================
	SIDE TEAM MEMBER BIO PANEL - codyhouse.co
=================================================*/
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */
main {
  position: relative;
  z-index: 2;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}
main.slide-out {
  /* the main element slides to the left when the author bio is visible */
  -webkit-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  transform: translateX(-270px);
}
main.slide-out .cd-overlay {
  /* the overlay layer gets visible when the author bio slides in */
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}
@media only screen and (min-width: 768px) {
  main.slide-out {
    /* change in size of the author bio section */
    -webkit-transform: translateX(-600px);
    -ms-transform: translateX(-600px);
    transform: translateX(-600px);
  }
}
@media only screen and (min-width: 1200px) {
  main.slide-out {
    -webkit-transform: translateX(-800px);
    -ms-transform: translateX(-800px);
    transform: translateX(-800px);
  }
}

.cd-section {
  padding: 2em 0;
  text-align: center;
}
.cd-section .cd-container {
  /* this modifies the .cd-container default max-width */
  max-width: 768px;
}
.cd-section h2 {
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 20px;
  font-size: 1.25rem;
}
.cd-section p {
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .cd-section {
    padding: 4em;
  }
  .cd-section p {
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1200px) {
  .cd-section {
    padding: 6em;
  }
  .cd-section h2 {
    margin-bottom: 2em;
  }
  .cd-section p {
    line-height: 1.8;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

header {
  /*background: #f2ecbd;*/
}
header h1 {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: .4em;
  color: #3e380c;
}
header p {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #93861d;
}

.cd-placeholder-1 {
  background: #f25f5c;
  color: #fdeaea;
}

.cd-placeholder-2 {
  background: #FFF;
}

#cd-team {
  background: #8abeb2;
}
#cd-team .cd-container {
  max-width: 1200px;
}
#cd-team h2 {
  color: #1a2f2a;
}
#cd-team li {
  margin-bottom: 2em;
  border-radius: 0.25em;
  -webkit-box-shadow: 0 0 10px rgba(92, 75, 81, 0);
          box-shadow: 0 0 10px rgba(92, 75, 81, 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.no-touch #cd-team li:hover {
  -webkit-box-shadow: 0 0 10px rgba(92, 75, 81, 0.3);
          box-shadow: 0 0 10px rgba(92, 75, 81, 0.3);
}
.no-touch #cd-team li:hover .cd-img-overlay {
  opacity: 1;
}
#cd-team figure {
  position: relative;
}
#cd-team img {
  display: block;
  width: 100%;
  border-radius: .25em .25em 0 0;
}
#cd-team .cd-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(92, 75, 81, 0.9);
  opacity: 0;
  border-radius: .25em .25em 0 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#cd-team .cd-img-overlay span {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #FFF;
}
#cd-team .cd-member-info {
  height: 80px;
  background: #FFF;
  text-align: center;
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
  padding-top: 20px;
  border-radius: 0 0 .25em .25em;
}
#cd-team .cd-member-info span {
  display: block;
  font-family: "Droid Serif", serif;
  font-weight: normal;
  color: #999999;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: .5em;
}
@media only screen and (min-width: 768px) {
  #cd-team li {
    width: 31%;
    float: left;
    margin-right: 3.5%;
  }
  #cd-team li:nth-child(3n) {
    margin-right: 0;
  }
}

.cd-member-bio {
  position: fixed;
  top: 0;
  right: 0;
  width: 270px;
  height: 100%;
  overflow-y: auto;
  /* smooth scrolling on mobile phones and tablets */
  -webkit-overflow-scrolling: touch;
  background: #5c4b51;
  z-index: 1;
  /* this how we move the author bio section off the canvas */
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}
.cd-member-bio.slide-in {
  /* the author bio section slides in when the user clicks on the team member picture */
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.cd-member-bio .cd-member-bio-pict {
  position: relative;
}
.cd-member-bio .cd-member-bio-pict::after {
  /* gradient at the bottom of the image - same color of the background of the section */
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: -webkit-linear-gradient( bottom , #5c4b51, rgba(92, 75, 81, 0));
  background: -webkit-gradient(linear, left bottom, left top, from(#5c4b51), to(rgba(92, 75, 81, 0)));
  background: -webkit-linear-gradient(bottom, #5c4b51, rgba(92, 75, 81, 0));
  background: -o-linear-gradient(bottom, #5c4b51, rgba(92, 75, 81, 0));
  background: linear-gradient(to top, #5c4b51, rgba(92, 75, 81, 0));
}
.no-cssgradients .cd-member-bio .cd-member-bio-pict::after {
  display: none;
}
.cd-member-bio img {
  width: 100%;
  display: block;
}
.cd-member-bio .cd-bio-content {
  padding: 1em;
  color: #FFF;
}
.cd-member-bio .cd-bio-content h1 {
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
.cd-member-bio .cd-bio-content p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 1em 0;
  line-height: 1.4;
  color: #d7cfd2;
}
@media only screen and (min-width: 768px) {
  .cd-member-bio {
    width: 600px;
    -webkit-transform: translateX(600px);
    -ms-transform: translateX(600px);
    transform: translateX(600px);
  }
  .cd-member-bio .cd-bio-content {
    padding: 2em;
  }
  .cd-member-bio .cd-bio-content p {
    line-height: 1.6;
    margin: 2em 0;
  }
}
@media only screen and (min-width: 1200px) {
  .cd-member-bio {
    width: 800px;
    -webkit-transform: translateX(800px);
    -ms-transform: translateX(800px);
    transform: translateX(800px);
  }
  .cd-member-bio .cd-member-bio-pict::after {
    height: 150px;
  }
  .cd-member-bio .cd-bio-content {
    padding: 4em;
    /* we move the content up so the title is over the color gradient */
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  .cd-member-bio .cd-bio-content h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .cd-member-bio .cd-bio-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .no-cssgradients .cd-member-bio .cd-bio-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.cd-member-bio-close {
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: fixed;
  top: 10px;
  right: 10px;
  background: url("../images/cd-icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 3;
  display: none;
}
.cd-member-bio-close.is-visible {
  display: block;
  -webkit-animation: cd-move-in 0.8s;
  animation: cd-move-in 0.8s;
}
@media only screen and (min-width: 1200px) {
  .cd-member-bio-close {
    right: 20px;
    top: 20px;
  }
}

.cd-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(138, 190, 178, 0.8);
  cursor: pointer;
  display: none;
}

/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}



/* EMBED CONTAINER */
.calendar-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.calendar-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.embed-container,
.map-container {
    position: relative;
    padding-bottom: 80%;
    height: 0;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container iframe,
.map-container iframe,
.map-container object,
.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map_large {
    position: absolute;
    z-index: 40;
    bottom: 0;
    margin-bottom: -6px;
}
.enlarge {
	float: right;
	vertical-align: top;
	font-size: 0.9em;
	margin-top: -30px;
}

.enlarge-image { 
        overflow: hidden;
}
.enlarge-image img {
	max-width: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.enlarge-image:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	    transform: scale(1.1);
}

	
	
/*!!!!!!!!!!!!!!!!!!!!!!!!!! FARES TABLE !!!!!!!!!!!!!!!!!!!!!!!!!!*/
table.fares-table, .table-fares {
  border-style: none;
  border-top-width: 0;
  border: 1px solid #e8e8e8;
  width: 100%;
  
}
.table-fares thead th {
	border: none;
	border-left: 1px solid #fff;
}
.table-fares thead th:first-child {
	border: none;
}
table.fares-table tr {
  border-style: none;
  border-bottom-width: 0;
}
table.fares-table tr.title-row {
  font-weight: bold;
  border-bottom-width: 0;
  color: #333;
}
table.fares-table th, table.fares-table td {
  border-style: none;
  padding: 5px 1em;
  text-align: left;
  vertical-align: top;
}
table.fares-table th.tool, table.fares-table td.tool {
  padding: 0 1em;
}
table.fares-table th.fare-type, table.fares-table td.fare-type {
  font-weight: bold;
}
table.fares-table th + th,
table.fares-table th + td,
table.fares-table td + th,
table.fares-table td + td {
  border-left-width: 1px;
}
table.fares-table thead tr:last-child {
  border-bottom-width: 2px;
}
table.fares-table thead th,
table.fares-table tr.index th,
.table-fares thead th {
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px .6em;
}
table.fares-table thead th,
.table-fares thead th {
  background: #159f63!important;
}
table.fares-table thead th {
  background: #001a31;
  color: #fff;
}
table.fares-table tbody:first-of-type tr.index th {
  padding-top: 1em;
}
table.fares-table tbody .title-row th {
  background: #143a5b;
  color: #fff;
}
table.fares-table tbody td {
  font-weight: normal;
  background: none;
  color: #002240;
}
table.fares-table th, table.fares-table td, 
.table-fares th, .table-fares td {
	font-size: 1.1em;
}
.table-fares td {
	font-size: 1.3em;
}
table.fares-table tfoot td {
	font-size: .9em;
}
/*.metro-nav-row {
    position: relative;
}*/

/* !!!!!!!!!!!!!!!!!!!! BREAKPOINT - MAX - 768 !!!!!!!!!!!!!!!!!!!! */
/** ONLY FOR MOBILE **/
@media only screen and (max-width: 767px) {
	.metro-nav-row {
		display: none!important;
	}
}
/* !!!!!!!!!!!!!!!!!!!! BREAKPOINT - MAX - 480 !!!!!!!!!!!!!!!!!!!! */
/** ONLY FOR MOBILE **/
@media only screen and (max-width: 479px) {
  #wheretobuy table.fares-table {
    margin-top: 10px !important;
  }
  
  div.table-wrapper {
	border: 1px solid #e8e8e8;
	border-radius: 4px;
  }

  table.fares-table {
    border: none;
	padding-bottom: 0;
    display: block;
    width: 100%;
    margin-top: 0px;
	/*
     * make everything display block so it 
     * aligns vertically
     */
    /* Labeling
     * adding a data-title attribute to the cells
     * lets us add text before the content to provide
     * the missing context
     * 
     * Markup: 
     *   <td data-title="Column Header">Content Here</td>
     * 
     * Display:
     *   Column Header: Content Here
     */
  }
  table.fares-table caption {
    display: block;
  }
  table.fares-table thead {
    display: none;
    visibility: hidden;
  }
  table.fares-table tbody, table.fares-table tr, table.fares-table th, table.fares-table td {
    border: 0;
    display: block;
    text-align: left;
    white-space: normal;
  }
  table.fares-table tbody.fare-type, table.fares-table tr.fare-type, table.fares-table th.fare-type, table.fares-table td.fare-type {
    font-size: 1.2em;
    font-weight: bold;
  }
  table.fares-table tr {
    padding-bottom: 5px;
    border-bottom: solid 1px #e8e8e8;
  }
  table.fares-table tr.title-row {
    font-weight: bold;
    font-size: 1.5em;
    border-bottom: none;
    background: #143a5b;
    padding-left: 0;
    color: #fff;
  }
  table.fares-table th[data-title]:before,
  table.fares-table td[data-title]:before {
    content: attr(data-title);
    font-weight: bold;
    display: block;
    width: 100%;
  }
  table.fares-table th:not([data-title]) {
    font-weight: bold;
  }
  table.fares-table td:empty {
    display: none;
  }
}


/* hover effect for maps */
span.enlarge-map {
	background:center center no-repeat #fff;
	height: 100%;
	position: absolute;
  text-align: center;
  /*line-height: 153px;*/
	width: 100%;
	z-index: 10;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	
}
 
/* add the font awesome icon */
 
.enlarge-map:before {
    content: "\f00e"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #333;
    font-size: 50px;
    /*padding-right: 50px;*/
    position: absolute;
    top: 80px;
    left: 42%;
}


/*===============================================*/
/* EFFECTIVE DATES */
/*===============================================*/

.school_effective_date p {
	display: none;
}

.external {
    font-family: 'FontAwesome';
    content: " \f08e";
}


/*===============================================*/
/* FARE TABLE */
/*===============================================*/

.fare-table__heading {
background:#007fae;
background: #109e63;
border-radius:4px 4px 0 0;
text-align:center;
color:#fff;
border-bottom:3px solid #016f98;
border-bottom-color: #0b8155;
margin:0;
padding:.675em 0;
font-size: 1.2em;
}

.fare-table__heading sup {
font-size:.5em;
/*padding-left:.2em;*/
}

.fare-table__products {
text-align:center;
border-left:1px solid #dcdcdc;
border-right:1px solid #dcdcdc;
}

.agency > .fare-table__products {
	border: none!important; 
}

ul.fare-table__products {
list-style-type:none;
background-color:#fff;
margin: 0 0 20px;
padding: 0;
}

.fare-table__product {
border-bottom:1px solid #dcdcdc;
/*height:7.25em;*/
margin: 0;
padding:1em 0;
}

.fare-table__product--double {
/*height:7.9em;*/
}

.fare-table__product--featured {
background-color:#f4f4f4;
border:1px solid #dcdcdc;
border-bottom-width:3px;
height:7.5em;
margin:-1px -4px;
padding:1.25em 0;
}

.fare-table__product-price--regular {
font-size:1.375em;
font-size:1.625em;
font-weight:400;
color:#007fae;
}

.fare-table__product--featured .fare-table__product-price--regular {
font-size:1.625em;
}

.fare-table__product--featured .fare-table__product-price--discount {
font-size:1.125em;
color:#5c5c5c;
}

.fare-table__product-name {
font-size:.85em;
margin-top:.625em;
text-transform:uppercase;
letter-spacing:.04em;
color:#454545;
color:#000;
}

.agency > .fare-table__product-name {
font-size:.9em;
}

.fare-table__product-name:first-child {
margin-top:1.375em;
margin-top: 0;
}

.fare-table__product-name div {
display:inline-block;
border-top:1px dashed #dcdcdc;
padding:.875em .875em 0;
}

.fare-table__services {
font-size:.875em;
background:#00516f;
border-radius:0 0 4px 4px;
color:#fff;
height:12em;
}

.fare-table__services h4 {
/*font-family:ProximaNova,Helvetica,Arial,sans-serif;*/
font-weight:400;
font-style:normal;
text-transform:uppercase;
font-size:1em;
background:#016f98;
text-align:center;
color:#fff;
letter-spacing:.08em;
margin:0;
padding:.75em;
}

.fare-table__services ul {
list-style:none;
margin:0;
padding:.75em 0;
}

.fare-table__services .fare-table__service:last-child {
border-radius:0 0 4px 4px;
}

.fare-table__service {
padding:.125em .875em;
}

.fare-table__services .fare-table__service a {
color:#fff;
border-bottom:dotted 1px #fff;
}

.fare-table__services .fare-table__service a:hover {
border-bottom:dotted 1px #089fd6;
text-decoration:none;
}

.fare-table-legend {
line-height:1.5em;
margin-bottom:2em;
margin-top:1em;
}

.fare-table-legend__regular {
margin-left:.375em;
color:#007fae;
color: #000;
font-size:1.125em;
}

.senior-fare-table-header {
margin-top:1.5em;
width:100%;
background:#00516f;
border-radius:4px 4px 0 0;
color:#fff;
font-family:ProximaNovaBold,Helvetica,Arial,sans-serif;
font-weight:700;
font-style:normal;
font-size:1.125em;
padding:1em;
}

.table--senior-fare-table th {
background-color:#f9f9f9;
border-right:1px dashed #dcdcdc;
border-left:1px dashed #dcdcdc;
border-bottom:1px dashed #dcdcdc;
}

.table--senior-fare-table td,.table--senior-fare-table th {
text-align:center;
padding:.5em;
}

.table--senior-fare-table td {
border-right:1px dashed #dcdcdc;
border-bottom:1px dashed #dcdcdc;
}

.table--senior-fare-table .senior-fare-header-bg {
background:#007fae;
color:#fff;
font-family:ProximaNovaBold,Helvetica,Arial,sans-serif;
font-weight:700;
font-style:normal;
border:0;
border-left:1px solid #016f98;
border-bottom:3px solid #016f98;
}

.table--senior-fare-table .senior-fare-header-bg:last-child {
border-right:1px solid #016f98;
}

.table--senior-fare-table .senior-fare-label {
font-size:.75em;
text-transform:uppercase;
letter-spacing:.04em;
}

.table--senior-fare-table .fare-table__product-name:first-child {
margin-top:.875em;
}

#zones-peak-fares:focus {
    outline: none;
}

@media screen and (max-width: 480px) {
.fare-table__heading {
background:#007fae;
background: #109e63;
border-radius:4px 4px 0 0;
text-align:center;
color:#fff;
border-bottom:3px solid #016f98;
border-bottom-color: #0b8155;
margin:0;
padding:.675em 0;
font-size: 1em;
}
}

.pricing-block {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0 45px 6px 0;
    margin: 0 0 6px 0;
}
.pricing-block:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin: 0 0 2px;
}
.pricing-block>.price {
    position: absolute;
    top: 0;
    right: 0;
}

/* TIMELINE ======================================= */
.timeline {
  background: #456990;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.timeline h3 {
  padding: 20px 0;
  margin: 0 20px;
}
.timeline ul {
  background: #456990;
  padding: 30px 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #a4c7ed;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 350px;
  padding: 15px;
  background: #fff;
}

.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before { /* pointer (west) */
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #fff transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -389px;
}

.timeline ul li:nth-child(even) div::before { /* pointer (east) */
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #fff;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}


/* EFFECTS ================================== */

.timeline ul li::after {
  -webkit-transition: background .5s ease-in-out;
  -o-transition: background .5s ease-in-out;
  transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #ededed;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  -webkit-transform: translate3d(200px, 0, 0);
          transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  -webkit-transform: translate3d(-200px, 0, 0);
          transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  visibility: visible;
  opacity: 1;
}

.timeline ul li.current div {
  background: #ffd318;
}

.timeline ul li.current:nth-child(odd) div::before { /* pointer (west) */
  border-color: transparent #ffd318 transparent transparent;
}

.timeline ul li.current:nth-child(even) div::before { /* pointer (east) */
  border-color: transparent transparent transparent #ffd318;
}

.timeline ul li.current::after {
  background: #ffd318;
}


/* GENERAL MEDIA QUERIES ================================== */

@media screen and (max-width: 1199px) {
  .timeline ul li div {
    width: 300px;
  }
  .timeline ul li:nth-child(even) div {
    left: -339px;
    /*300+45-6*/
  }
}
@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}







@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div, .timeline ul li.current:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before, .timeline ul li.current:nth-child(even) div::before { /* pointer (west) */
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #fff transparent transparent;
  }
  .timeline ul li.current:nth-child(even) div::before { /* pointer (west) */
	border-color: transparent #ffd318 transparent transparent;
  }
}



#signuplink {
   position: absolute;
   right: 20px;
   display: none;
}



/*========================================================
	NOTIFICATION BOXES
=========================================================*/
.notify {
    /*background-color:#e3f7fc; */
    color:#555; 
    border:.1em solid;
    border-color: #8ed9f6;
	border-radius: 5px;
    /*font-family:Tahoma,Geneva,Arial,sans-serif;
    font-size:1.1em;*/
    padding:6px 10px;
    margin:0 0 20px 0;
    cursor: default;
}

.notify-yellow  { background-color: #fff8c4!important; border-color: #f7deae; }
.notify-red     { background-color: #ffecec!important; border-color: #fad9d7; }
.notify-green   { background-color: #e9ffd9!important; border-color: #D1FAB6; }
.notify-dark-green { background-color: #109e63!important; border-color: #0e6640!important; }
.notify-grey    { background-color: #f2f2f3!important; border-color: #ccc; }
.notify-blue    { background-color: #d6e7f7!important; border-color: #b5d3f7; color: #333; }
/*.notify-med-blue { background-color: #3399cc!important; border-color:#006699; color: #fff; }*/
.notify-med-blue { background-color: #0064a8!important; border-color:#0064a8!important; }
.notify-dark-blue { background-color: #2e2b60!important; border-color: #2e2b60!important; }
.notify-white   { background-color: #fff!important; border-color: #ccc; }

.notify p.large {
	font-size: 14px;
	line-height: 1.4;
}
.notify.center-align a {
	text-align: center;
	display: block;
}
.notify h3 {
	margin: 8px 0 10px 0;
}
.notify h4, .notify h5 {
	line-height: 1.5;
} 

/*================================================
    PHOTO WRAP
=================================================*/
.wrap50 {
	width: 50%;
	margin: 0 0 20px 20px;
}
@media screen and (max-width: 480px) {
	.wrap50 {
		width: 100%;
		float:none;
		display: block;
		margin: 12px 0 20px;
	}
}


/*================================================
    PHOTO CAPTION
=================================================*/
.photo-with-caption .caption {
    padding: 10px 0 16px;
    color: #666;
    text-align: left
}

.photo-caption p {
    font-size: .8em;
    margin: 6px 0;
    color: #000;
}

.photo-caption p:last-child {
    margin: 6px 0 0;
}

/*================================================
    NEWS FEED
=================================================*/
.news-feed .media-title h4 {
	margin: 0 0 12px 0;
}
.news-feed .media-contact {
	border-top: 3px solid #f2f2f2;
	padding-top: 12px;
	margin-top: 16px;
	display: block;
}
.news-feed .media-body a {
	font-size:1em!important;
}
.news-feed .media-body .caption {
	font-size: .9em!important;
	margin: 8px 0 0;
}
.news-feed .media-body.more .container {
	margin-top: 0;
}




/*========================================================
	JUMP DROP DOWN MENUS
=========================================================*/
.jump-menu select {
	margin: 0;
	padding:5px;
	font-size:14px;
	line-height:1.3;
	height:32px;
	width: 100%;
	border-radius:4px;
	border:1px solid #aaa
}
.social-icons {
	font-size: 4.8rem;
	/*font-size-adjust: auto;*/
}
.social-icons.small {
	font-size: 3rem;
	margin-right: 10px!important;
	/*font-size-adjust: auto;*/
}
.social-icons.small li {
	margin-right: 8px!important;
}
@media screen and (max-width: 320px) {
	  .social-icons {
			font-size: 4.25rem;
		}
		.social-icons.small {
        	font-size: 3rem;
        	margin-right: 10px!important;
        	/*font-size-adjust: auto;*/
        }
        .social-icons.small li {
        	margin-right: 8px!important;
        }
}
.social-icons, .social-icons li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-icons li {
    display: inline;
}
.social-icons li>a {
	border: none;
	text-decoration: none;
	display: inline-block;
}
.social-icons li .fa {
    vertical-align: text-top;
}
.social-icons li:last-child {
    margin-right: 0;
	/*background: red;*/
}
.social-icons p {
	text-indent: -9000px;
	position: absolute;
}




/*------------------------------*/
	/*  Metro branding styles       */
	/*------------------------------*/
	.metro_brand {
		display: block!important;
        position: relative;
		top: 0px;
		left: 0px;
		right: 0px;
		height: auto;
		/*width: calc(100% - 40px);*/
                width: auto;
		color: white;
		text-align: center;
		/*line-height: 55px;*/
		text-indent: -9000px;
		z-index: auto;
		/*background-color: #109e63;  medium green */
		/*background-color: #ffcf00;  yellow */
		/*background-color: #456c95;  blue   */
        background-color: none!important;
		margin: -60px 0 8px 0;
                padding: 0;
	}
	.metro_brand a {
		display: block;
		width: 100%;
                width: calc(100% - 20px);
                height: 60px;
		margin: 0;
                padding: 0;
		background-image: url('/~/media/depts/metro/images/logos/metro_type_header_lg.png')!important;
		
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: contain;
		border: none!important;
		text-decoration: none;
	}

@media screen and (max-width:1199px) {
/*------------------------------*/
	/*  Metro branding styles       */
	/*------------------------------*/
	.metro_brand {
                margin: -50px 0 8px 0;

	}
}

@media screen and (max-width:992px) {
/*------------------------------*/
	/*  Metro branding styles       */
	/*------------------------------*/
	.metro_brand {
		/*height: 70px;*/
                margin: 12px 0 8px 0;

	}

}


@media screen and (max-width:767px) {
/*------------------------------*/
	/*  Metro branding styles       */
	/*------------------------------*/
	.metro_brand {
		position: relative;
		top: 0px;
		left: 0px;
		right: 0px;
		height: 42px;
		width: 100%;
		display: block;
		color: white;
		text-align: center;
		line-height: 36px;
		text-indent: -9000px;
		z-index: auto;
		/*background-color: #109e63;  medium green */
		/*background-color: #ffcf00;  yellow */
		/*background-color: #456c95;  blue   */
		margin: 0;
	}
	.metro_brand a {
		display: block;
		width: 100%;
		height: 42px;
		margin: 0 auto;
		background-image: url('/~/media/depts/metro/images/logos/metro_type_header_sm.png')!important;
		
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: contain;
		border: none!important;
		text-decoration: none;
	}



.main-breadcrumb-row {
     background-color: #109e63!important; /* medium green */
     background-color: #0e6640!important; /* dark green */
     border: none!important;
}
.breadcrumb li, .breadcrumb li a, .breadcrumb>.active {
    color: #fff!important;
    display: none!important;
}

}


/* Swiper */

.swiper-container {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .swiper-slide {
        background-position: center;
        background-size: cover;
        /*original width: 575px;*/ 
        /*original height: 360px;*/
        width: 400px;
        height: 250.2px;
    }


.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  top: 40%;
  left: 6px;
  right: auto;
  color: #fff;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  top: 40%;
  right: 6px;
  left: auto;
  color: #fff;
}

@media only screen and (max-width: 425px) { 
.swiper-container {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 50px;
    }
.swiper-slide {
        background-position: center;
        background-size: cover;
        width: 425px;
        height: 277px;
    }
 }

@media only screen
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 
.swiper-container {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 320px;
        height: 208px;
    }
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  top: 40%;
  left: 10px;
  right: auto;
  color: #fff;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  top: 40%;
  right: 10px;
  left: auto;
  color: #fff;
}
 }
 
 /* Fancybox 3 */
 .fancybox-popup {
    display: none;
    max-width: 900px!important;
}
 .fancybox-slide--iframe .fancybox-content {
	width  : 900px;
	height : 506px;
	max-width  : 100%;
	max-height : 100%;
	margin: 0;
}

.fancybox-popup.orange-popup {
    /*background-color: #FABA70;*/
background: rgb(250,186,112);
background: -moz-linear-gradient(180deg, rgba(250,186,112,1) 0%, rgba(255,244,168,1) 50%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(250,186,112,1) 0%, rgba(255,244,168,1) 50%, rgba(255,255,255,1) 100%);
background: linear-gradient(180deg, rgba(250,186,112,1) 0%, rgba(255,244,168,1) 50%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faba70",endColorstr="#ffffff",GradientType=1);
}

.fancybox-popup.light-yellow-popup {
background: #FFF9DB!important;
}

.multi-alert-language-content {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #de7a06;
}

.multi-alert-language-content:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

/* Fancybox video thumbnail */
.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0px;
  border:none!important
}
.video-thumbnail:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  /*-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: center middle;*/
  /*content: "\f144"; fa-play-circle 
  content: "\f167"; fa-you-tube */
  content: "\f04b";
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 60px;
  padding-left: 3px;
  color: #eee;
  color: #000;
  opacity: .8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  background: #fff;
  height: 62px;
  width: 62px;
  text-align: center;
  border-radius: 50%;
}
.video-thumbnail:hover:before {
  color: #fff;
  background: #000;
  /*-webkit-transform: scale(.75);
  -moz-transform: scale(.75);
  -o-transform: scale(.75);
  transform: scale(.75);*/
}




/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px!important; }
}

/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px!important; }
}

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px!important; }
}

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px!important; }
}



/* Flexbox */

.grid-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin:0;
    margin-left: -1%;
    margin-right: -1%;
    padding:0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; /*space-around;*/ /*flex-start;*/ /*space-between;*/
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.grid-item {
    border:1px solid #eee!important;
    padding:0px 10px 12px 15px!important;
    background-color:#fff;
    border-radius:5px;
    width: 31.3%; /*48%;*/
    margin: 0 1% 2%;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-line-pack: cneter;
    align-content: center;
}

.grid-item-single {
    /*border:1px solid #eee!important;*/
    border:1px solid #bccee0!important;
    background-color:#fff;
    padding:10px!important;
    border-radius:5px;
    width: 80%; /*48%;*/
    margin: 0 auto 2%;
    /*-webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
}
.grid-item-single > p {
    margin:0!important;
    padding:0!important;
}
.well-green .grid-item-single > p {
    color: #fff!important;
}

.grid-wrapper a {
    display:block;
    text-decoration: none!important;
}
.grid-wrapper a.button-heading:hover,
.grid-wrapper a.grid-item:hover {
    background-color:#d3e9ff;
}
.grid-wrapper a.grid-item-single:hover {
    background-color:#b4d9ff;
}
.grid-wrapper a.grid-item-single:hover p{
    color:#333!important;
}
.grid-wrapper a > h4 {
    margin-bottom: 0!important;
}
.grid-wrapper a > p {
    margin-top: 0!important;
}

@media (max-width: 767px) {
  .grid-wrapper a {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .grid-wrapper {
  }
  .grid-wrapper a {
    width: 100%;
  }
}


/* CARD GRID */

.card-wrapper {
	padding: 0;
	margin: 0;
	/*display: -ms-flexbox;
	display: -webkit-flex;*/
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
        justify-content: space-between;
}

.card-wrapper>.card {
        box-sizing: box-border;
        min-height: 50px;
	background: #fff;
	padding: 8px 20px;
	margin: 0;
        text-align: center;
        //background: red;
}

.card-wrapper>.card img {
        max-height: 6em;
        margin: 10px auto;
}

/*@media only screen and (min-width: 700px) {

.card-wrapper>.card {
        -ms-flex: 1 0 30%; 
        flex: 1 0 30%;

}


.card-wrapper>.card:nth-child(1),
.card-wrapper>.card:nth-child(2),
.card-wrapper>.card:nth-child(3) {
        border-bottom: 1px solid #ccc;

}

.card-wrapper>.card:nth-child(2),
.card-wrapper>.card:nth-child(3),
.card-wrapper>.card:nth-child(5),
.card-wrapper>.card:nth-child(6) {
        border-left: 1px solid #ccc;
}

}*/

@media only screen and (max-width: 700px) {
	flexbox-container {
		margin: 0;
	}
	.flexbox-container>div.panel {
		min-height: 50px;
		flex: 1 1 100%;
	}
	.flexbox-container>div.panel:last-child, .flexbox-container>div.card:last-child {
		margin-bottom: 0;
	}

        
        
}

@media only screen and (min-width: 501px) /*and (max-width: 699px)*/ {

        .card-wrapper>.card {
                flex: 1 0 50%; /* 2 columns horizontal */
                border-bottom: 1px solid #ccc;
        }

        .card-wrapper>.card:nth-child(2),
        .card-wrapper>.card:nth-child(4),
        .card-wrapper>.card:nth-child(6) {
                border-left: 1px solid #ccc;

        }

        .card-wrapper>.card:nth-last-child(-n+2) {
                border-bottom: none;
        }

        /*.card-wrapper>.card:nth-child(1),
        .card-wrapper>.card:nth-child(2),
        .card-wrapper>.card:nth-child(3),
        .card-wrapper>.card:nth-child(4) {
                border-bottom: 1px solid #ccc;

        }*/

}



@media only screen and (max-width: 500px) {

        .card-wrapper>.card {
                border-bottom: 1px solid #ccc;
                flex: 1 0 100%; /* 1 column vertical */
        }

        .card-wrapper>.card:last-child {
                border-bottom: none;
        }

}
/* end of CARD GRID */


/* ==============================================*/
/*     Page Specific Styles                      */
/* ==============================================*/

/* ==== Home Styles =============================*/
     
/*.alert-global { display: none!important; }*/
.js .route_select2_2, .well-alert {
    display: none;
} 
.well-alert--show {
    display: block;
}
.well-alert {
    text-align: center;
}
/*.well-alert p {
    width: 60%;
    margin: 0 auto!important;
}*/
@media screen and (max-width: 768px) {
.well-alert p {
    width: 100%;
    margin: 0 auto!important;
}
}

body {
     padding-bottom: 0px;
}
.route_select_wrapper3 {
background-color: #109e63!important;


-webkit-box-shadow: 0px 28px 50px 24px rgba(41,41,41,1);
box-shadow: 0px 28px 50px 24px rgba(41,41,41,1);

-webkit-box-shadow: -1px 28px 86px 33px rgba(41,41,41,1);
box-shadow: -1px 28px 86px 33px rgba(41,41,41,1);

-webkit-box-shadow: 0px 28px 65px 24px rgba(41,41,41,1);
box-shadow: 0px 28px 65px 24px rgba(41,41,41,1);

position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 0px;
    height: 150px;
    background-color: gray;
    -webkit-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s;
z-index: 999;
padding-top: 30px;
text-align: center;
}



.fTab {
    position: fixed;
    right: 20px!important;
    bottom: 10px;
    background: #109e63!important;
border: none!important;
color: #fff!important;
    
    -webkit-transition: bottom 0.3s;
    -o-transition: bottom 0.3s;
    transition: bottom 0.3s;
z-index: 1000;
}
.fTab:focus {
    outline:0!important;
    /*background: #a5a29c!important;*/
}
.fTab.active {
    bottom: 100px;
    background: #333!important;
}
.fTab.active + .route_select_wrapper3 {
    max-height: 150px;
}

.well.well-blue-gradient {
    background:#456c95!important;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);  
}

.quick-links-wrapper {
  display: table;
  width: 100%;
  padding: 18px 30px;
}

.quick-links-item {
  display: table-cell;
  width: 33.33%;
}
.quick-links-item div {
    font-size: 20px;
}
.quick-links-item p {
    font-weight: bold;
    font-size: 16px;
    margin: 8px 0 0;
}
.quick-links-item a {
    display: block;
    border: none!important;
    padding: 10px 0;
}
.quick-links-item a:hover {
 background-color: #35587c!important;
}

#quick-links-list-wrapper { 
width: 100%; 
overflow: hidden; 
/*background: red;*/
text-align: center; 
}
#quick-links-list-wrapper ul { 
list-style: none; 
margin: 8px auto 0;
padding: 0; 
position: relative; 
display: block;
float: left;
left: 50%;
/*white-space: nowrap;*/
}
#quick-links-list-wrapper ul li { 
margin: 0; 
padding: 0; 
line-height: 1.6;
font-weight: bold;
font-size: 1.8rem; 
position: relative; 
float: left; 
display: block;
white-space: nowrap; 
right: 50%;
/*background: yellow;*/ 
}
#quick-links-list-wrapper ul li:first-child {
     margin-left: 0;
}
#quick-links-list-wrapper ul li:last-child {
     margin-right: 0;

}
/*#quick-links-list-wrapper ul li:nth-child(2), #quick-links-list-wrapper ul li:nth-child(3) {
     margin-right: 20px;
     padding-right: 20px;
     border-right: 1px solid #23dc8e;
     margin-left: 20px;
     padding-left: 20px;
     border-left: 1px solid #23dc8e;
}
#quick-links-list-wrapper ul li:nth-child(3) {
     margin-right: 20px;
     padding-right: 20px;
     border-right: 1px solid #23dc8e;
     margin-left: 20px;
     padding-left: 20px;
     border-left: 1px solid #23dc8e;
}*/
#quick-links-list-wrapper ul li a {
     display: block;
     text-decoration: none!important;
     border: none!important;
     border-bottom: 1px solid #109e63!important;
     padding: 4px 4px 0;
     color: #ffffcc!important;
}
.route_select_wrapper #quick-links-list-wrapper ul li a {
     padding: 0px 4px;
     /*margin-bottom: 4px;
     border-bottom: 1px solid #527952!important;*/
}
#quick-links-list-wrapper ul li a:hover {
     border-bottom: 1px dotted #fff!important;
     color: #fff!important;
}

.quick-links-list2, .quick-links-list2 li {
     list-style: none;
}
.quick-links-list2 {
     margin: 8px 0 0 0!important;
     padding: 0;
     width: 100%;
     max-width: 600px;
text-align: center;
background: red;
}
.quick-links-list2 li {
     display: inline-block;
     margin: 0 8px!important;
     padding: 0;
     line-height: 1.5;
}
.quick-links-list2 li:first-child {
     margin-left: 0!important;

}
.quick-links-list2 li:last-child {
     margin-right: 0!important;

}
.quick-links-list li a {
     display: block;
     text-decoration: none!important;
     border: none!important;
     padding: 6px 6px 3px;
     border-radius: 5px;
     background-color: #0b8b56!important;
}

.quick-links, .quick-links-blue {
 display: block;
 text-decoration: none!important;
 border: none!important;
 padding: 8px;
border-radius: 5px;
}
.quick-links:hover {
 /*background-color: #e3e1cc!important;
 background-color: #086542!important;*/
 background-color: #0b8b56!important;
}
.quick-links-blue:hover {
 background-color: #35587c!important;
}

#news-panel {
    margin-top: 10px;
    margin-bottom: -20px;
}
#news-panel .panel-head {
background-repeat:no-repeat !important;
background-size:cover !important;
background-position:center !important;
color: #fff;
padding: 30px 10px 12px 10px;
font-size: 20px;
}

#news-panel .commute {
background-image: url('/~/media/depts/metro/images/news/commute2.jpg');
}
#news-panel .news {
background-image: url('/~/media/depts/metro/images/news/news2.jpg');
}
#news-panel .blog {
background-image: url('/~/media/depts/metro/images/news/blog2.jpg');
}
#news-panel .connect {
background-image: url('/~/media/depts/metro/images/news/connect2.jpg');
}


@media screen and (max-width:820px) {
.fTab.active {
    bottom: 130px;
    background: #333!important;
}
}

@media screen and (max-width:500px) {
.well.well-blue-gradient {
    text-align: center;  
}
.quick-links-wrapper {
  display: block;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
}

.quick-links-item {
  display: block;
  width: 100%;
  clear: both;
  text-align: left!important;
  border-bottom: 1px solid #6596ca;
  position: relative;
  /*overflow: hidden;*/
}
.quick-links-item div {
    font-size: 16px;
    display: inline-block;
}
.quick-links-item p {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 0 8px;
    display:inline-block;
}
.quick-links-item p:after {
    font-family: 'FontAwesome';
    content: '\f054';
    padding-left: 5px;
    position: relative;
    font-size: 100%;
    position: absolute;
    right: 20px;
}
.quick-links-item a {
    display: block;
    padding: 20px 20px;
}
.quick-links-item a:hover {
 background-color: #35587c!important;

    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);  
}
}
        
@media screen and (max-width:390px) {

#quick-links-list-wrapper ul { 
list-style: none; 
margin: 8px auto 0;
padding: 0; 
position: relative; 
float: left;
left: 50%;
display: block; 
/*white-space: nowrap;*/
}
#quick-links-list-wrapper ul li { 
margin: 0; 
padding: 0; 
line-height: 1.6;
font-weight: bold;
font-size: 1.5rem; 
position: relative; 
float: left; 
display: block; 
right: 50%;
/*background: yellow;*/ 
}

/*#quick-links-list-wrapper ul li:nth-child(3) {
     margin-right: 10px;
     padding-right: 10px;
     border-right: 1px solid #23dc8e;
     margin-left: 10px;
     padding-left: 10px;
     border-left: 1px solid #23dc8e;
}*/

}        

@media screen and (max-width: 320px) {
#news-panel .panel-head {
   font-size: 17px!important;
   white-space: nowrap!important;
}
}


/*.page-header {
    position: absolute;
    text-indent: -9000px;
    height: 0;
}*/


/*=======================================
	NEWS FEED
========================================*/
.news-feed h2, .news-feed .popover { display: none!important; }
.news-feed .media {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-top: 10px
}
.news-feed .media:last-of-type {
	border-bottom: none
}
.news-feed .media .pull-left {
	padding-right: 20px;
	padding-left: 5px;
	margin: 0;
}
.news-feed .media .media-left {
	text-align: left;
	width: 30px;line-height: 1.3;
}
.news-feed .media .media-body {
	vertical-align: top;
	margin-left: 45px;
	margin-top: -40px;
}
.news-feed .media a {
	font-weight: 600;
	line-height: 1.3;
}
.news-feed .media a:link {
	border-bottom: none
}
/*.news-feed .media a:hover, .news-feed .media a:focus {
	border-bottom: 1px dotted #747167
}
.news-feed .media a:active {
	border-bottom: 1px solid #747167
}*/
.news-feed .date-day {
	color: #5a5956;
	font-weight: 800;
	font-size: 18px;
	text-align: right
}
.news-feed .date-month {
	color: #5a5956
}
.news-feed p {
	padding-top: 1px
}
.news-feed .all-events {
	padding-top: 10px;
	padding-bottom: 10px
}

/*=======================================
	VIDEO SLIDER
========================================*/
/*.home-scroller {
	width: 100%;
	background: red;
}*/
#video-gallery, #scroller1, .videoGallery {
	width: 100%;
        display: none;
        min-height: 300px;
        border: none!important;
        background-color: #333;
}
.videoGallery .rsOverflow, .royalSlider.videoGallery {
	height: 403px !important;
}
.videoGallery .rsTmb {
	padding: 20px;
}
.videoGallery .rsThumbs {
	width: 35%!important;
	padding: 0;
}
.videoGallery .rsThumbs .rsThumb {
	width: 100%!important;
	height: 80px;
	border-bottom: 1px solid #2E2E2E;
}
.videoGallery .rsThumb:hover {
	background: #000;
}
.videoGallery .rsThumb.rsNavSelected {
	background-color: #02874A;
	border-bottom-color: #02874A;
        background-color: #426d94;
        border-bottom-color: #426d94;
        background-color: #3a3a3a;
        border-bottom-color: #3a3a3a;
}
.sampleBlock, .textBlock {
	left: 0px;
        padding: 0 45px;
	top: 20px;
	width: 100%;
        /*background: red;*/
}


.rsVideoContainer {
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	float:left;
}
.rsABlock h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 6px 0;
	color: #fff;
}
.rsABlock h3 span {
	font-size: 16px;
	clear: both;
	display: block;
}
.rsABlock h2 {
	font-size: 28px !important;
	font-weight: bold;
	margin: 0 0 6px 0;
	color: #ffcc00;
}
.rsABlock p, .rsABlock a {
	color: #fff;
	font-weight: bold !important;
}
.rsABlock.black h3, .rsABlock.black p {
	color: #000 !important;
}
.rsABlock a {
	text-decoration: underline;
}
.rsABlock a.button {
	text-decoration: none !important;
}

.select2-selection__placeholder {
        color: #000!important;
        font-size: 1.3em;
}


@media screen and (max-width: 766px) {

.videoGallery .rsTmb {
	padding: 6px 8px;
}
.videoGallery .rsTmb h5 {
	font-size: 12px;
	line-height: 17px;
}
.videoGallery .rsThumbs.rsThumbsVer {
	width: 33%!important;
}
.videoGallery .rsThumbs .rsThumb {
	width:100%!important;
}
.videoGallery .rsTmb span {
	display: inline-block;
}


.sampleBlock, .textBlock {
	padding: 0 45px;
	top: 20px;
}

}

@media screen and (max-width: 600px) {
.videoGallery .rsThumbs.rsThumbsVer {
	width:0!important;
}
.videoGallery .rsThumbs .rsThumb {
	width:0!important;
}
.videoGallery .rsTmb span {
	display: none;
}
}


@media screen and (max-width: 480px) {
.videoGallery .rsOverflow, .royalSlider.videoGallery {
	height: 300px !important;
}
.videoGallery .rsTmb h5 {
	font-size: 12px;
	line-height: 17px;
}
.videoGallery .rsThumbs.rsThumbsVer {
	width:0!important;
}
.videoGallery .rsThumbs .rsThumb {
	width:0!important;
}
.videoGallery .rsTmb span {
	display: none;
}
}



/* New Alert Banner Styles*/
.alert {
    text-align: left!important;
    margin: 0px -20px 0px!important;
    padding: 14px 20px;
    border-radius: 0px!important;
    border: 0;
}
.alert-warning {
    background-color:#faba70!important;
}
.alert-body {
    display:none;
}
.alert-body.open {
    display:block;
}
.alert-heading {
    color: #000!important;
    margin-bottom: 8px;
    vertical-align: middle;
    line-height: 1.3;
}
.alert-heading.link {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    color: #914f03!important;
}
.alert-heading.link:after {
    content:"\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: relative;
    bottom: 2px;
    margin-left: 6px;
    font-size: 22px;
    vertical-align: middle;
}
.alert-heading.link:hover {
    color: #000!important;
}
button.close {
    position: absolute;
    top:-4px;
    right:6px;
    font-size: 40px;
}

/* ==== End Home Styles ==========================================*/


/* Google Translate 

#google_translate_element .goog-te-gadget select {
    display: block!important;
    clear: both!important;
}*/













/* ==== Banner Styles 2019 =======================================*/
/* Globals */

section {
  margin: 0 0 40px;
  padding: 0;
  /*border-bottom: 1px solid #ccc;*/
}


/* Stylesheet 1 */
svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.svg-inline--fa.fa-lg {
  vertical-align: -0.225em;
}

.svg-inline--fa.fa-w-1 {
  width: 0.0625em;
}

.svg-inline--fa.fa-w-2 {
  width: 0.125em;
}

.svg-inline--fa.fa-w-3 {
  width: 0.1875em;
}

.svg-inline--fa.fa-w-4 {
  width: 0.25em;
}

.svg-inline--fa.fa-w-5 {
  width: 0.3125em;
}

.svg-inline--fa.fa-w-6 {
  width: 0.375em;
}

.svg-inline--fa.fa-w-7 {
  width: 0.4375em;
}

.svg-inline--fa.fa-w-8 {
  width: 0.5em;
}

.svg-inline--fa.fa-w-9 {
  width: 0.5625em;
}

.svg-inline--fa.fa-w-10 {
  width: 0.625em;
}

.svg-inline--fa.fa-w-11 {
  width: 0.6875em;
}

.svg-inline--fa.fa-w-12 {
  width: 0.75em;
}

.svg-inline--fa.fa-w-13 {
  width: 0.8125em;
}

.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}

.svg-inline--fa.fa-w-15 {
  width: 0.9375em;
}

.svg-inline--fa.fa-w-16 {
  width: 1em;
}

.svg-inline--fa.fa-w-17 {
  width: 1.0625em;
}

.svg-inline--fa.fa-w-18 {
  width: 1.125em;
}

.svg-inline--fa.fa-w-19 {
  width: 1.1875em;
}

.svg-inline--fa.fa-w-20 {
  width: 1.25em;
}

.svg-inline--fa.fa-pull-left {
  margin-right: 0.3em;
  width: auto;
}

.svg-inline--fa.fa-pull-right {
  margin-left: 0.3em;
  width: auto;
}

.svg-inline--fa.fa-border {
  height: 1.5em;
}

.svg-inline--fa.fa-li {
  width: 2em;
}

.svg-inline--fa.fa-fw {
  width: 1.25em;
}

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -0.125em;
  width: 1em;
}

.fa-layers svg.svg-inline--fa {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
      transform-origin: center center;
}

.fa-layers-counter, .fa-layers-text {
  display: inline-block;
  position: absolute;
  text-align: center;
}

.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
      transform-origin: center center;
}

.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: 0.25em;
  right: 0;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
      transform: scale(0.25);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
      transform-origin: top right;
}

.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
      transform: scale(0.25);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
      transform-origin: bottom right;
}

.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
      transform: scale(0.25);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
      transform-origin: bottom left;
}

.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
      transform: scale(0.25);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
      transform-origin: top right;
}

.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
      transform: scale(0.25);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
      transform-origin: top left;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
      transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
      transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em;
}

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em;
}

.fa-inverse {
  color: #fff;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,50%,to {
    opacity: 1;
  }

  25%,75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,50%,to {
    opacity: 1;
  }

  25%,75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,11.1%,to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from,11.1%,to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

button[data-balloon] {
  overflow: visible;
}

[data-balloon] {
  position: relative;
  cursor: pointer;
}

[data-balloon]:after {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  -o-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  font-family: sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-shadow: none !important;
  font-size: .8rem !important;
  background: rgba(33,37,41,0.9);
  border-radius: 4px;
  color: #fff;
  content: attr(data-balloon);
  padding: .5em 1em;
  position: absolute;
  white-space: nowrap;
  z-index: 10;
}

[data-balloon]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  -o-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  content: '';
  position: absolute;
  z-index: 10;
}

[data-balloon]:hover:before,[data-balloon]:hover:after,[data-balloon][data-balloon-visible]:before,[data-balloon][data-balloon-visible]:after {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  pointer-events: auto;
}

[data-balloon].font-awesome:after {
  font-family: FontAwesome;
}

[data-balloon][data-balloon-break]:after {
  white-space: pre;
}

[data-balloon][data-balloon-blunt]:before,[data-balloon][data-balloon-blunt]:after {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

[data-balloon][data-balloon-pos="up"]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 11px;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
      transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
      transform-origin: top;
}

[data-balloon][data-balloon-pos="up"]:before {
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
      transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
      transform-origin: top;
}

[data-balloon][data-balloon-pos="up"]:hover:after,[data-balloon][data-balloon-pos="up"][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos="up"]:hover:before,[data-balloon][data-balloon-pos="up"][data-balloon-visible]:before {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos="up-left"]:after {
  bottom: 100%;
  left: 0;
  margin-bottom: 11px;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
      transform: translate(0, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
      transform-origin: top;
}

[data-balloon][data-balloon-pos="up-left"]:before {
  bottom: 100%;
  left: 5px;
  margin-bottom: 5px;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
      transform: translate(0, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
      transform-origin: top;
}

[data-balloon][data-balloon-pos="up-left"]:hover:after,[data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="up-left"]:hover:before,[data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="up-right"]:after {
  bottom: 100%;
  right: 0;
  margin-bottom: 11px;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
      transform: translate(0, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
      transform-origin: top;
}

[data-balloon][data-balloon-pos="up-right"]:before {
  bottom: 100%;
  right: 5px;
  margin-bottom: 5px;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
      transform: translate(0, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
      transform-origin: top;
}

[data-balloon][data-balloon-pos="up-right"]:hover:after,[data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="up-right"]:hover:before,[data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

[data-balloon][data-balloon-pos='down']:after {
  left: 50%;
  margin-top: 11px;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
      transform: translate(-50%, -10px);
}

[data-balloon][data-balloon-pos='down']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  left: 50%;
  margin-top: 5px;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
      transform: translate(-50%, -10px);
}

[data-balloon][data-balloon-pos='down']:hover:after,[data-balloon][data-balloon-pos='down'][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos='down']:hover:before,[data-balloon][data-balloon-pos='down'][data-balloon-visible]:before {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos='down-left']:after {
  left: 0;
  margin-top: 11px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
      transform: translate(0, -10px);
}

[data-balloon][data-balloon-pos='down-left']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  left: 5px;
  margin-top: 5px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
      transform: translate(0, -10px);
}

[data-balloon][data-balloon-pos='down-left']:hover:after,[data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

[data-balloon][data-balloon-pos='down-left']:hover:before,[data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

[data-balloon][data-balloon-pos='down-right']:after {
  right: 0;
  margin-top: 11px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
      transform: translate(0, -10px);
}

[data-balloon][data-balloon-pos='down-right']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  right: 5px;
  margin-top: 5px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
      transform: translate(0, -10px);
}

[data-balloon][data-balloon-pos='down-right']:hover:after,[data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

[data-balloon][data-balloon-pos='down-right']:hover:before,[data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

[data-balloon][data-balloon-pos='left']:after {
  margin-right: 11px;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
      transform: translate(10px, -50%);
}

[data-balloon][data-balloon-pos='left']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  margin-right: 5px;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
      transform: translate(10px, -50%);
}

[data-balloon][data-balloon-pos='left']:hover:after,[data-balloon][data-balloon-pos='left'][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos='left']:hover:before,[data-balloon][data-balloon-pos='left'][data-balloon-visible]:before {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos='right']:after {
  left: 100%;
  margin-left: 11px;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
      transform: translate(-10px, -50%);
}

[data-balloon][data-balloon-pos='right']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  left: 100%;
  margin-left: 5px;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
      transform: translate(-10px, -50%);
}

[data-balloon][data-balloon-pos='right']:hover:after,[data-balloon][data-balloon-pos='right'][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos='right']:hover:before,[data-balloon][data-balloon-pos='right'][data-balloon-visible]:before {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

[data-balloon][data-balloon-length='small']:after {
  white-space: normal;
  width: 80px;
}

[data-balloon][data-balloon-length='medium']:after {
  white-space: normal;
  width: 150px;
}

[data-balloon][data-balloon-length='large']:after {
  white-space: normal;
  width: 260px;
}

[data-balloon][data-balloon-length='xlarge']:after {
  white-space: normal;
  width: 380px;
}

@media screen and (max-width: 768px) {
  [data-balloon][data-balloon-length='xlarge']:after {
    white-space: normal;
    width: 90vw;
  }
}

[data-balloon][data-balloon-length='fit']:after {
  white-space: normal;
  width: 100%;
}

code[class*=language-],pre[class*=language-] {
  color: #ffe8cc;
  font-size: 1em;
  text-shadow: none;
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

code[class*=language-]::mozselection,code[class*=language-]::-moz-selection,pre[class*=language-]::mozselection,pre[class*=language-]::-moz-selection {
  text-shadow: none;
  background: #ffc078;
}

code[class*=language-]::mozselection,code[class*=language-]::selection,pre[class*=language-]::mozselection,pre[class*=language-]::selection {
  text-shadow: none;
  background: #ffc078;
}

@media print {
  code[class*=language-],pre[class*=language-] {
    text-shadow: none;
  }
}

pre[class*=language-] {
  overflow: auto;
}

:not(pre)>code[class*=language-] {
  padding: .1em .3em;
  border-radius: .3em;
  color: #ff922b;
  background: #ffe8cc;
}

.namespace {
  opacity: .7;
}

.token.cdata,.token.comment,.token.doctype,.token.prolog,.token.punctuation {
  color: #868e96;
}

.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag {
  color: #ffd8a8;
}

.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string {
  color: #ffa94d;
}

.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url {
  color: #e8590c;
}

.token.atrule,.token.attr-value,.token.keyword {
  color: #fff;
}

.token.function {
  color: #ff922b;
}

.token.important,.token.regex,.token.variable {
  color: #ffa94d;
}

.token.bold,.token.important {
  font-weight: 700;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

pre[data-line] {
  position: relative;
}

pre[class*=language-]>code[class*=language-] {
  position: relative;
  z-index: 1;
}

.line-highlight {
  position: absolute;
  left: 0;
  right: 0;
  padding: inherit 0;
  margin-top: 1em;
  background: rgba(255,255,255,0.5);
  -webkit-box-shadow: inset 5px 0 0 rgba(0,0,0,0.1);
  box-shadow: inset 5px 0 0 rgba(0,0,0,0.1);
  z-index: 0;
  pointer-events: none;
  line-height: inherit;
  white-space: pre;
}/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,aside,footer,header,nav,section {
  display: block;
}

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

figcaption,figure,main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,strong {
  font-weight: inherit;
}

b,strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button,input,optgroup,select,textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

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

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  font-family: fa5-proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
}

@media screen and (min-width: 30em) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 60em) {
  html {
    font-size: 16px;
  }
}

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

button,input,optgroup,select,textarea {
  font-size: 100%;
  margin: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

.button-reset {
  background: rgba(0,0,0,0);
  border: none;
  cursor: pointer;
  font-family: fa5-proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 0;
  -webkit-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

html,body,div,article,section,main,footer,header,form,fieldset,legend,pre,code,a,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,textarea,table,td,th,tr,input[type="email"],input[type="number"],input[type="password"],input[type="tel"],input[type="text"],input[type="url"],.border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.aspect-ratio {
  height: 0;
  position: relative;
}

.aspect-ratio--16x9 {
  padding-bottom: 56.25%;
}

.aspect-ratio--9x16 {
  padding-bottom: 177.77%;
}

.aspect-ratio--4x3 {
  padding-bottom: 75%;
}

.aspect-ratio--3x4 {
  padding-bottom: 133.33%;
}

.aspect-ratio--6x4 {
  padding-bottom: 66.6%;
}

.aspect-ratio--4x6 {
  padding-bottom: 150%;
}

.aspect-ratio--8x5 {
  padding-bottom: 62.5%;
}

.aspect-ratio--5x8 {
  padding-bottom: 160%;
}

.aspect-ratio--7x5 {
  padding-bottom: 71.42%;
}

.aspect-ratio--5x7 {
  padding-bottom: 140%;
}

.aspect-ratio--1x1 {
  padding-bottom: 100%;
}

.aspect-ratio--object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

@media screen and (min-width: 30em) {
  .aspect-ratio-ns {
    height: 0;
    position: relative;
  }

  .aspect-ratio--16x9-ns {
    padding-bottom: 56.25%;
  }

  .aspect-ratio--9x16-ns {
    padding-bottom: 177.77%;
  }

  .aspect-ratio--4x3-ns {
    padding-bottom: 75%;
  }

  .aspect-ratio--3x4-ns {
    padding-bottom: 133.33%;
  }

  .aspect-ratio--6x4-ns {
    padding-bottom: 66.6%;
  }

  .aspect-ratio--4x6-ns {
    padding-bottom: 150%;
  }

  .aspect-ratio--8x5-ns {
    padding-bottom: 62.5%;
  }

  .aspect-ratio--5x8-ns {
    padding-bottom: 160%;
  }

  .aspect-ratio--7x5-ns {
    padding-bottom: 71.42%;
  }

  .aspect-ratio--5x7-ns {
    padding-bottom: 140%;
  }

  .aspect-ratio--1x1-ns {
    padding-bottom: 100%;
  }

  .aspect-ratio--object-ns {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .aspect-ratio-m {
    height: 0;
    position: relative;
  }

  .aspect-ratio--16x9-m {
    padding-bottom: 56.25%;
  }

  .aspect-ratio--9x16-m {
    padding-bottom: 177.77%;
  }

  .aspect-ratio--4x3-m {
    padding-bottom: 75%;
  }

  .aspect-ratio--3x4-m {
    padding-bottom: 133.33%;
  }

  .aspect-ratio--6x4-m {
    padding-bottom: 66.6%;
  }

  .aspect-ratio--4x6-m {
    padding-bottom: 150%;
  }

  .aspect-ratio--8x5-m {
    padding-bottom: 62.5%;
  }

  .aspect-ratio--5x8-m {
    padding-bottom: 160%;
  }

  .aspect-ratio--7x5-m {
    padding-bottom: 71.42%;
  }

  .aspect-ratio--5x7-m {
    padding-bottom: 140%;
  }

  .aspect-ratio--1x1-m {
    padding-bottom: 100%;
  }

  .aspect-ratio--object-m {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
}

@media screen and (min-width: 60em) {
  .aspect-ratio-l {
    height: 0;
    position: relative;
  }

  .aspect-ratio--16x9-l {
    padding-bottom: 56.25%;
  }

  .aspect-ratio--9x16-l {
    padding-bottom: 177.77%;
  }

  .aspect-ratio--4x3-l {
    padding-bottom: 75%;
  }

  .aspect-ratio--3x4-l {
    padding-bottom: 133.33%;
  }

  .aspect-ratio--6x4-l {
    padding-bottom: 66.6%;
  }

  .aspect-ratio--4x6-l {
    padding-bottom: 150%;
  }

  .aspect-ratio--8x5-l {
    padding-bottom: 62.5%;
  }

  .aspect-ratio--5x8-l {
    padding-bottom: 160%;
  }

  .aspect-ratio--7x5-l {
    padding-bottom: 71.42%;
  }

  .aspect-ratio--5x7-l {
    padding-bottom: 140%;
  }

  .aspect-ratio--1x1-l {
    padding-bottom: 100%;
  }

  .aspect-ratio--object-l {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
}

img {
  max-width: 100%;
}

.cover {
  background-size: cover !important;
}

.contain {
  background-size: contain !important;
}

@media screen and (min-width: 30em) {
  .cover-ns {
    background-size: cover !important;
  }

  .contain-ns {
    background-size: contain !important;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .cover-m {
    background-size: cover !important;
  }

  .contain-m {
    background-size: contain !important;
  }
}

@media screen and (min-width: 60em) {
  .cover-l {
    background-size: cover !important;
  }

  .contain-l {
    background-size: contain !important;
  }
}

.bg-center {
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-top {
  background-repeat: no-repeat;
  background-position: top center;
}

.bg-right {
  background-repeat: no-repeat;
  background-position: center right;
}

.bg-bottom {
  background-repeat: no-repeat;
  background-position: bottom center;
}

.bg-left {
  background-repeat: no-repeat;
  background-position: center left;
}

@media screen and (min-width: 30em) {
  .bg-center-ns {
    background-repeat: no-repeat;
    background-position: center center;
  }

  .bg-top-ns {
    background-repeat: no-repeat;
    background-position: top center;
  }

  .bg-right-ns {
    background-repeat: no-repeat;
    background-position: center right;
  }

  .bg-bottom-ns {
    background-repeat: no-repeat;
    background-position: bottom center;
  }

  .bg-left-ns {
    background-repeat: no-repeat;
    background-position: center left;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .bg-center-m {
    background-repeat: no-repeat;
    background-position: center center;
  }

  .bg-top-m {
    background-repeat: no-repeat;
    background-position: top center;
  }

  .bg-right-m {
    background-repeat: no-repeat;
    background-position: center right;
  }

  .bg-bottom-m {
    background-repeat: no-repeat;
    background-position: bottom center;
  }

  .bg-left-m {
    background-repeat: no-repeat;
    background-position: center left;
  }
}

@media screen and (min-width: 60em) {
  .bg-center-l {
    background-repeat: no-repeat;
    background-position: center center;
  }

  .bg-top-l {
    background-repeat: no-repeat;
    background-position: top center;
  }

  .bg-right-l {
    background-repeat: no-repeat;
    background-position: center right;
  }

  .bg-bottom-l {
    background-repeat: no-repeat;
    background-position: bottom center;
  }

  .bg-left-l {
    background-repeat: no-repeat;
    background-position: center left;
  }
}

.outline {
  outline: 1px solid;
}

.outline-transparent {
  outline: 1px solid transparent;
}

.outline-0 {
  outline: 0;
}

@media screen and (min-width: 30em) {
  .outline-ns {
    outline: 1px solid;
  }

  .outline-transparent-ns {
    outline: 1px solid transparent;
  }

  .outline-0-ns {
    outline: 0;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .outline-m {
    outline: 1px solid;
  }

  .outline-transparent-m {
    outline: 1px solid transparent;
  }

  .outline-0-m {
    outline: 0;
  }
}

@media screen and (min-width: 60em) {
  .outline-l {
    outline: 1px solid;
  }

  .outline-transparent-l {
    outline: 1px solid transparent;
  }

  .outline-0-l {
    outline: 0;
  }
}

.outline-0-focus:focus {
  outline: 0;
}

@media screen and (min-width: 30em) {
  .outline-0-focus-ns:focus {
    outline: 0;
  }

  .outline-transparent-focus-ns:focus {
    outline: 1px solid transparent;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .outline-0-focus-m:focus {
    outline: 0;
  }

  .outline-transparent-focus-m:focus {
    outline: 1px solid transparent;
  }
}

@media screen and (min-width: 60em) {
  .outline-0-focus-l:focus {
    outline: 0;
  }

  .outline-transparent-focus-l:focus {
    outline: 1px solid transparent;
  }
}

@media screen and (min-width: 77.5rem) {
  .outline-xl {
    outline: 1px solid;
  }

  .outline-transparent-xl {
    outline: 1px solid transparent;
  }

  .outline-0-xl {
    outline: 0;
  }

  .outline-0-focus-xl:focus {
    outline: 0;
  }

  .outline-transparent-focus-xl:focus {
    outline: 1px solid transparent;
  }
}

@media screen and (min-width: 91.25rem) {
  .outline-2x {
    outline: 1px solid;
  }

  .outline-transparent-2x {
    outline: 1px solid transparent;
  }

  .outline-0-2x {
    outline: 0;
  }

  .outline-0-focus-2x:focus {
    outline: 0;
  }

  .outline-transparent-focus-2x:focus {
    outline: 1px solid transparent;
  }
}

.bn {
  border-style: none;
  border-width: 0;
}

.ba {
  border-style: solid;
  border-width: 1px;
}

.bt {
  border-top-style: solid;
  border-top-width: 1px;
}

.br {
  border-right-style: solid;
  border-right-width: 1px;
}

.bb {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl {
  border-left-style: solid;
  border-left-width: 1px;
}

@media screen and (min-width: 30em) {
  .bn-ns {
    border-style: none;
    border-width: 0;
  }

  .ba-ns {
    border-style: solid;
    border-width: 1px;
  }

  .bt-ns {
    border-top-style: solid;
    border-top-width: 1px;
  }

  .br-ns {
    border-right-style: solid;
    border-right-width: 1px;
  }

  .bb-ns {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .bl-ns {
    border-left-style: solid;
    border-left-width: 1px;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .bn-m {
    border-style: none;
    border-width: 0;
  }

  .ba-m {
    border-style: solid;
    border-width: 1px;
  }

  .bt-m {
    border-top-style: solid;
    border-top-width: 1px;
  }

  .br-m {
    border-right-style: solid;
    border-right-width: 1px;
  }

  .bb-m {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .bl-m {
    border-left-style: solid;
    border-left-width: 1px;
  }
}

@media screen and (min-width: 60em) {
  .bn-l {
    border-style: none;
    border-width: 0;
  }

  .ba-l {
    border-style: solid;
    border-width: 1px;
  }

  .bt-l {
    border-top-style: solid;
    border-top-width: 1px;
  }

  .br-l {
    border-right-style: solid;
    border-right-width: 1px;
  }

  .bb-l {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .bl-l {
    border-left-style: solid;
    border-left-width: 1px;
  }
}

@media screen and (min-width: 77.5rem) {
  .bn-xl {
    border-style: none;
    border-width: 0;
  }

  .ba-xl {
    border-style: solid;
    border-width: 1px;
  }

  .bt-xl {
    border-top-style: solid;
    border-top-width: 1px;
  }

  .br-xl {
    border-right-style: solid;
    border-right-width: 1px;
  }

  .bb-xl {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .bl-xl {
    border-left-style: solid;
    border-left-width: 1px;
  }
}

@media screen and (min-width: 91.25rem) {
  .bn-2x {
    border-style: none;
    border-width: 0;
  }

  .ba-2x {
    border-style: solid;
    border-width: 1px;
  }

  .bt-2x {
    border-top-style: solid;
    border-top-width: 1px;
  }

  .br-2x {
    border-right-style: solid;
    border-right-width: 1px;
  }

  .bb-2x {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .bl-2x {
    border-left-style: solid;
    border-left-width: 1px;
  }
}

.b--black {
  border-color: #000;
}

.b--near-black {
  border-color: #212529;
}

.b--dark-gray {
  border-color: #868e96;
}

.b--mid-gray {
  border-color: #495057;
}

.b--gray {
  border-color: #adb5bd;
}

.b--silver {
  border-color: #adb5bd;
}

.b--light-silver {
  border-color: #ced4da;
}

.b--moon-gray {
  border-color: #dee2e6;
}

.b--light-gray {
  border-color: #ced4da;
}

.b--near-white {
  border-color: #f8f9fa;
}

.b--white {
  border-color: #fff;
}

.b--white-90 {
  border-color: rgba(255,255,255,0.9);
}

.b--white-80 {
  border-color: rgba(255,255,255,0.8);
}

.b--white-70 {
  border-color: rgba(255,255,255,0.7);
}

.b--white-60 {
  border-color: rgba(255,255,255,0.6);
}

.b--white-50 {
  border-color: rgba(255,255,255,0.5);
}

.b--white-40 {
  border-color: rgba(255,255,255,0.4);
}

.b--white-30 {
  border-color: rgba(255,255,255,0.3);
}

.b--white-20 {
  border-color: rgba(255,255,255,0.2);
}

.b--white-10 {
  border-color: rgba(255,255,255,0.1);
}

.b--white-05 {
  border-color: rgba(255,255,255,0.05);
}

.b--white-025 {
  border-color: rgba(255,255,255,0.025);
}

.b--white-0125 {
  border-color: rgba(255,255,255,0.0125);
}

.b--black-90 {
  border-color: rgba(0,0,0,0.9);
}

.b--black-80 {
  border-color: rgba(0,0,0,0.8);
}

.b--black-70 {
  border-color: rgba(0,0,0,0.7);
}

.b--black-60 {
  border-color: rgba(0,0,0,0.6);
}

.b--black-50 {
  border-color: rgba(0,0,0,0.5);
}

.b--black-40 {
  border-color: rgba(0,0,0,0.4);
}

.b--black-30 {
  border-color: rgba(0,0,0,0.3);
}

.b--black-20 {
  border-color: rgba(0,0,0,0.2);
}

.b--black-10 {
  border-color: rgba(0,0,0,0.1);
}

.b--black-05 {
  border-color: rgba(0,0,0,0.05);
}

.b--black-025 {
  border-color: rgba(0,0,0,0.025);
}

.b--black-0125 {
  border-color: rgba(0,0,0,0.0125);
}

.b--dark-red {
  border-color: #f03e3e;
}

.b--red {
  border-color: #fa5252;
}

.b--light-red {
  border-color: #ff8787;
}

.b--orange {
  border-color: #fd7e14;
}

.b--gold {
  border-color: #fcc419;
}

.b--yellow {
  border-color: #ffd43b;
}

.b--light-yellow {
  border-color: #ffe066;
}

.b--purple {
  border-color: #7950f2;
}

.b--light-purple {
  border-color: #9775fa;
}

.b--dark-pink {
  border-color: #f06595;
}

.b--hot-pink {
  border-color: #c2255c;
}

.b--pink {
  border-color: #f783ac;
}

.b--light-pink {
  border-color: #faa2c1;
}

.b--dark-green {
  border-color: #37b24d;
}

.b--green {
  border-color: #40c057;
}

.b--light-green {
  border-color: #69db7c;
}

.b--navy {
  border-color: #1864ab;
}

.b--dark-blue {
  border-color: #1c7ed6;
}

.b--blue {
  border-color: #228be6;
}

.b--light-blue {
  border-color: #4dabf7;
}

.b--lightest-blue {
  border-color: #d0ebff;
}

.b--washed-blue {
  border-color: #e7f5ff;
}

.b--washed-green {
  border-color: #ebfbee;
}

.b--washed-yellow {
  border-color: #fff9db;
}

.b--washed-red {
  border-color: #fff5f5;
}

.b--transparent {
  border-color: rgba(0,0,0,0);
}

.b--inherit {
  border-color: inherit;
}

.b--black-030 {
  border-color: rgba(0,0,0,0.03);
}

.b--black-020 {
  border-color: rgba(0,0,0,0.02);
}

.b--white-030 {
  border-color: rgba(255,255,255,0.03);
}

.b--white-020 {
  border-color: rgba(255,255,255,0.02);
}

.b--gray0 {
  border-color: #f8f9fa;
}

.b--gray1 {
  border-color: #f1f3f5;
}

.b--gray2 {
  border-color: #e9ecef;
}

.b--gray3 {
  border-color: #dee2e6;
}

.b--gray4 {
  border-color: #ced4da;
}

.b--gray5 {
  border-color: #adb5bd;
}

.b--gray6 {
  border-color: #868e96;
}

.b--gray7 {
  border-color: #495057;
}

.b--gray8 {
  border-color: #343a40;
}

.b--gray9 {
  border-color: #212529;
}

.b--red0 {
  border-color: #fff5f5;
}

.b--red1 {
  border-color: #ffe3e3;
}

.b--red2 {
  border-color: #ffc9c9;
}

.b--red3 {
  border-color: #ffa8a8;
}

.b--red4 {
  border-color: #ff8787;
}

.b--red5 {
  border-color: #ff6b6b;
}

.b--red6 {
  border-color: #fa5252;
}

.b--red7 {
  border-color: #f03e3e;
}

.b--red8 {
  border-color: #e03131;
}

.b--red9 {
  border-color: #c92a2a;
}

.b--orange0 {
  border-color: #fff4e6;
}

.b--orange1 {
  border-color: #ffe8cc;
}

.b--orange2 {
  border-color: #ffd8a8;
}

.b--orange3 {
  border-color: #ffc078;
}

.b--orange4 {
  border-color: #ffa94d;
}

.b--orange5 {
  border-color: #ff922b;
}

.b--orange6 {
  border-color: #fd7e14;
}

.b--orange7 {
  border-color: #f76707;
}

.b--orange8 {
  border-color: #e8590c;
}

.b--orange9 {
  border-color: #d9480f;
}

.b--yellow0 {
  border-color: #fff9db;
}

.b--yellow1 {
  border-color: #fff3bf;
}

.b--yellow2 {
  border-color: #ffec99;
}

.b--yellow3 {
  border-color: #ffe066;
}

.b--yellow4 {
  border-color: #ffd43b;
}

.b--yellow5 {
  border-color: #fcc419;
}

.b--yellow6 {
  border-color: #fab005;
}

.b--yellow7 {
  border-color: #f59f00;
}

.b--yellow8 {
  border-color: #f08c00;
}

.b--yellow9 {
  border-color: #e67700;
}

.b--green0 {
  border-color: #ebfbee;
}

.b--green1 {
  border-color: #d3f9d8;
}

.b--green2 {
  border-color: #b2f2bb;
}

.b--green3 {
  border-color: #8ce99a;
}

.b--green4 {
  border-color: #69db7c;
}

.b--green5 {
  border-color: #51cf66;
}

.b--green6 {
  border-color: #40c057;
}

.b--green7 {
  border-color: #37b24d;
}

.b--green8 {
  border-color: #2f9e44;
}

.b--green9 {
  border-color: #2b8a3e;
}

.b--lime {
  border-color: #82c91e;
}

.b--lime0 {
  border-color: #f4fce3;
}

.b--lime1 {
  border-color: #e9fac8;
}

.b--lime2 {
  border-color: #d8f5a2;
}

.b--lime3 {
  border-color: #c0eb75;
}

.b--lime4 {
  border-color: #a9e34b;
}

.b--lime5 {
  border-color: #94d82d;
}

.b--lime6 {
  border-color: #82c91e;
}

.b--lime7 {
  border-color: #74b816;
}

.b--lime8 {
  border-color: #66a80f;
}

.b--lime9 {
  border-color: #5c940d;
}

.b--teal {
  border-color: #12b886;
}

.b--teal0 {
  border-color: #e6fcf5;
}

.b--teal1 {
  border-color: #c3fae8;
}

.b--teal2 {
  border-color: #96f2d7;
}

.b--teal3 {
  border-color: #63e6be;
}

.b--teal4 {
  border-color: #38d9a9;
}

.b--teal5 {
  border-color: #20c997;
}

.b--teal6 {
  border-color: #12b886;
}

.b--teal7 {
  border-color: #0ca678;
}

.b--teal8 {
  border-color: #099268;
}

.b--teal9 {
  border-color: #087f5b;
}

.b--cyan {
  border-color: #15aabf;
}

.b--cyan0 {
  border-color: #e3fafc;
}

.b--cyan1 {
  border-color: #c5f6fa;
}

.b--cyan2 {
  border-color: #99e9f2;
}

.b--cyan3 {
  border-color: #66d9e8;
}

.b--cyan4 {
  border-color: #3bc9db;
}

.b--cyan5 {
  border-color: #22b8cf;
}

.b--cyan6 {
  border-color: #15aabf;
}

.b--cyan7 {
  border-color: #1098ad;
}

.b--cyan8 {
  border-color: #0c8599;
}

.b--cyan9 {
  border-color: #0b7285;
}

.b--blue0 {
  border-color: #e7f5ff;
}

.b--blue1 {
  border-color: #d0ebff;
}

.b--blue2 {
  border-color: #a5d8ff;
}

.b--blue3 {
  border-color: #74c0fc;
}

.b--blue4 {
  border-color: #4dabf7;
}

.b--blue5 {
  border-color: #339af0;
}

.b--blue6 {
  border-color: #228be6;
}

.b--blue7 {
  border-color: #1c7ed6;
}

.b--blue8 {
  border-color: #1971c2;
}

.b--blue9 {
  border-color: #1864ab;
}

.b--blue10 {
  border-color: #155592;
}

.b--indigo {
  border-color: #4c6ef5;
}

.b--indigo0 {
  border-color: #edf2ff;
}

.b--indigo1 {
  border-color: #dbe4ff;
}

.b--indigo2 {
  border-color: #bac8ff;
}

.b--indigo3 {
  border-color: #91a7ff;
}

.b--indigo4 {
  border-color: #748ffc;
}

.b--indigo5 {
  border-color: #5c7cfa;
}

.b--indigo6 {
  border-color: #4c6ef5;
}

.b--indigo7 {
  border-color: #4263eb;
}

.b--indigo8 {
  border-color: #3b5bdb;
}

.b--indigo9 {
  border-color: #364fc7;
}

.b--violet {
  border-color: #7950f2;
}

.b--violet0 {
  border-color: #f3f0ff;
}

.b--violet1 {
  border-color: #e5dbff;
}

.b--violet2 {
  border-color: #d0bfff;
}

.b--violet3 {
  border-color: #b197fc;
}

.b--violet4 {
  border-color: #9775fa;
}

.b--violet5 {
  border-color: #845ef7;
}

.b--violet6 {
  border-color: #7950f2;
}

.b--violet7 {
  border-color: #7048e8;
}

.b--violet8 {
  border-color: #6741d9;
}

.b--violet9 {
  border-color: #5f3dc4;
}

.b--grape {
  border-color: #be4bdb;
}

.b--grape0 {
  border-color: #f8f0fc;
}

.b--grape1 {
  border-color: #f3d9fa;
}

.b--grape2 {
  border-color: #eebefa;
}

.b--grape3 {
  border-color: #e599f7;
}

.b--grape4 {
  border-color: #da77f2;
}

.b--grape5 {
  border-color: #cc5de8;
}

.b--grape6 {
  border-color: #be4bdb;
}

.b--grape7 {
  border-color: #ae3ec9;
}

.b--grape8 {
  border-color: #9c36b5;
}

.b--grape9 {
  border-color: #862e9c;
}

.b--pink0 {
  border-color: #fff0f6;
}

.b--pink1 {
  border-color: #ffdeeb;
}

.b--pink2 {
  border-color: #fcc2d7;
}

.b--pink3 {
  border-color: #faa2c1;
}

.b--pink4 {
  border-color: #f783ac;
}

.b--pink5 {
  border-color: #f06595;
}

.b--pink6 {
  border-color: #e64980;
}

.b--pink7 {
  border-color: #d6336c;
}

.b--pink8 {
  border-color: #c2255c;
}

.b--pink9 {
  border-color: #a61e4d;
}

.b--brown0 {
  border-color: #e6b674;
}

.b--brown1 {
  border-color: #c09962;
}

.b--brown2 {
  border-color: #9d7e52;
}

.b--brown3 {
  border-color: #7e6644;
}

.b--brown4 {
  border-color: #665339;
}

.b--brown5 {
  border-color: #534532;
}

.b--brown6 {
  border-color: #463b2d;
}

.b--brown7 {
  border-color: #3c352a;
}

.b--brown8 {
  border-color: #36312a;
}

.b--brown9 {
  border-color: #332f2b;
}

.b--primary0 {
  border-color: #e7f5ff;
}

.b--primary1 {
  border-color: #d0ebff;
}

.b--primary2 {
  border-color: #a5d8ff;
}

.b--primary3 {
  border-color: #74c0fc;
}

.b--primary4 {
  border-color: #4dabf7;
}

.b--primary5 {
  border-color: #339af0;
}

.b--primary6 {
  border-color: #228be6;
}

.b--primary7 {
  border-color: #1c7ed6;
}

.b--primary8 {
  border-color: #1971c2;
}

.b--primary9 {
  border-color: #1864ab;
}

.b--secondary0 {
  border-color: #f8f9fa;
}

.b--secondary1 {
  border-color: #f1f3f5;
}

.b--secondary2 {
  border-color: #e9ecef;
}

.b--secondary3 {
  border-color: #dee2e6;
}

.b--secondary4 {
  border-color: #ced4da;
}

.b--secondary5 {
  border-color: #adb5bd;
}

.b--secondary6 {
  border-color: #868e96;
}

.b--secondary7 {
  border-color: #495057;
}

.b--secondary8 {
  border-color: #343a40;
}

.b--secondary9 {
  border-color: #212529;
}

.b--secondary0 {
  border-color: #f8f9fa;
}

.b--secondary1 {
  border-color: #f1f3f5;
}

.b--secondary2 {
  border-color: #e9ecef;
}

.b--secondary3 {
  border-color: #dee2e6;
}

.b--secondary4 {
  border-color: #ced4da;
}

.b--secondary5 {
  border-color: #adb5bd;
}

.b--secondary6 {
  border-color: #868e96;
}

.b--secondary7 {
  border-color: #495057;
}

.b--secondary8 {
  border-color: #343a40;
}

.b--secondary9 {
  border-color: #212529;
}

.b--vip0 {
  border-color: #e6fcf5;
}

.b--vip1 {
  border-color: #c3fae8;
}

.b--vip2 {
  border-color: #96f2d7;
}

.b--vip3 {
  border-color: #63e6be;
}

.b--vip4 {
  border-color: #38d9a9;
}

.b--vip5 {
  border-color: #20c997;
}

.b--vip6 {
  border-color: #12b886;
}

.b--vip7 {
  border-color: #0ca678;
}

.b--vip8 {
  border-color: #099268;
}

.b--vip9 {
  border-color: #087f5b;
}

.b--success0 {
  border-color: #ebfbee;
}

.b--success1 {
  border-color: #d3f9d8;
}

.b--success2 {
  border-color: #b2f2bb;
}

.b--success3 {
  border-color: #8ce99a;
}

.b--success4 {
  border-color: #69db7c;
}

.b--success5 {
  border-color: #51cf66;
}

.b--success6 {
  border-color: #40c057;
}

.b--success7 {
  border-color: #37b24d;
}

.b--success8 {
  border-color: #2f9e44;
}

.b--success9 {
  border-color: #2b8a3e;
}

.b--danger0 {
  border-color: #fff5f5;
}

.b--danger1 {
  border-color: #ffe3e3;
}

.b--danger2 {
  border-color: #ffc9c9;
}

.b--danger3 {
  border-color: #ffa8a8;
}

.b--danger4 {
  border-color: #ff8787;
}

.b--danger5 {
  border-color: #ff6b6b;
}

.b--danger6 {
  border-color: #fa5252;
}

.b--danger7 {
  border-color: #f03e3e;
}

.b--danger8 {
  border-color: #e03131;
}

.b--danger9 {
  border-color: #c92a2a;
}

.b--warning0 {
  border-color: #fff9db;
}

.b--warning1 {
  border-color: #fff3bf;
}

.b--warning2 {
  border-color: #ffec99;
}

.b--warning3 {
  border-color: #ffe066;
}

.b--warning4 {
  border-color: #ffd43b;
}

.b--warning5 {
  border-color: #fcc419;
}

.b--warning6 {
  border-color: #fab005;
}

.b--warning7 {
  border-color: #f59f00;
}

.b--warning8 {
  border-color: #f08c00;
}

.b--warning9 {
  border-color: #e67700;
}

.br0 {
  border-radius: 0;
}

.br1 {
  border-radius: .125rem;
}

.br2 {
  border-radius: .25rem;
}

.br3 {
  border-radius: .5rem;
}

.br4 {
  border-radius: 1rem;
}

.br-100 {
  border-radius: 100%;
}

.br-pill {
  border-radius: 9999px;
}

.br--bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.br--top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.br--right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.br--left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media screen and (min-width: 30em) {
  .br0-ns {
    border-radius: 0;
  }

  .br1-ns {
    border-radius: .125rem;
  }

  .br2-ns {
    border-radius: .25rem;
  }

  .br3-ns {
    border-radius: .5rem;
  }

  .br4-ns {
    border-radius: 1rem;
  }

  .br-100-ns {
    border-radius: 100%;
  }

  .br-pill-ns {
    border-radius: 9999px;
  }

  .br--bottom-ns {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .br--top-ns {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .br--right-ns {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .br--left-ns {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .br0-m {
    border-radius: 0;
  }

  .br1-m {
    border-radius: .125rem;
  }

  .br2-m {
    border-radius: .25rem;
  }

  .br3-m {
    border-radius: .5rem;
  }

  .br4-m {
    border-radius: 1rem;
  }

  .br-100-m {
    border-radius: 100%;
  }

  .br-pill-m {
    border-radius: 9999px;
  }

  .br--bottom-m {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .br--top-m {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .br--right-m {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .br--left-m {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media screen and (min-width: 60em) {
  .br0-l {
    border-radius: 0;
  }

  .br1-l {
    border-radius: .125rem;
  }

  .br2-l {
    border-radius: .25rem;
  }

  .br3-l {
    border-radius: .5rem;
  }

  .br4-l {
    border-radius: 1rem;
  }

  .br-100-l {
    border-radius: 100%;
  }

  .br-pill-l {
    border-radius: 9999px;
  }

  .br--bottom-l {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .br--top-l {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .br--right-l {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .br--left-l {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.br--bottom-left {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.br--top-left {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.br--bottom-right {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.br--top-right {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
}

@media screen and (min-width: 30em) {
  .br--bottom-left-ns {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .br--top-left-ns {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .br--bottom-right-ns {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .br--top-right-ns {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .br--bottom-left-m {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .br--top-left-m {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .br--bottom-right-m {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .br--top-right-m {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
  }
}

@media screen and (min-width: 60em) {
  .br--bottom-left-l {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .br--top-left-l {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .br--bottom-right-l {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .br--top-right-l {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
  }
}

.b--dotted {
  border-style: dotted;
}

.b--dashed {
  border-style: dashed;
}

.b--solid {
  border-style: solid;
}

.b--none {
  border-style: none;
}

@media screen and (min-width: 30em) {
  .b--dotted-ns {
    border-style: dotted;
  }

  .b--dashed-ns {
    border-style: dashed;
  }

  .b--solid-ns {
    border-style: solid;
  }

  .b--none-ns {
    border-style: none;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .b--dotted-m {
    border-style: dotted;
  }

  .b--dashed-m {
    border-style: dashed;
  }

  .b--solid-m {
    border-style: solid;
  }

  .b--none-m {
    border-style: none;
  }
}

@media screen and (min-width: 60em) {
  .b--dotted-l {
    border-style: dotted;
  }

  .b--dashed-l {
    border-style: dashed;
  }

  .b--solid-l {
    border-style: solid;
  }

  .b--none-l {
    border-style: none;
  }
}

.b--double {
  border-style: double;
}

@media screen and (min-width: 30em) {
  .b--double-ns {
    border-style: double;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .b--double-m {
    border-style: double;
  }
}

@media screen and (min-width: 60em) {
  .b--double-l {
    border-style: double;
  }
}

@media screen and (min-width: 77.5rem) {
  .b--dotted-xl {
    border-style: dotted;
  }

  .b--dashed-xl {
    border-style: dashed;
  }

  .b--solid-xl {
    border-style: solid;
  }

  .b--none-xl {
    border-style: none;
  }

  .b--double-xl {
    border-style: double;
  }
}

@media screen and (min-width: 91.25rem) {
  .b--dotted-2x {
    border-style: dotted;
  }

  .b--dashed-2x {
    border-style: dashed;
  }

  .b--solid-2x {
    border-style: solid;
  }

  .b--none-2x {
    border-style: none;
  }

  .b--double-2x {
    border-style: double;
  }
}

.bw0 {
  border-width: 0;
}

.bw1 {
  border-width: .125rem;
}

.bw2 {
  border-width: .25rem;
}

.bw3 {
  border-width: .5rem;
}

.bw4 {
  border-width: 1rem;
}

.bw5 {
  border-width: 2rem;
}

.bt-0 {
  border-top-width: 0;
}

.br-0 {
  border-right-width: 0;
}

.bb-0 {
  border-bottom-width: 0;
}

.bl-0 {
  border-left-width: 0;
}

@media screen and (min-width: 30em) {
  .bw0-ns {
    border-width: 0;
  }

  .bw1-ns {
    border-width: .125rem;
  }

  .bw2-ns {
    border-width: .25rem;
  }

  .bw3-ns {
    border-width: .5rem;
  }

  .bw4-ns {
    border-width: 1rem;
  }

  .bw5-ns {
    border-width: 2rem;
  }

  .bt-0-ns {
    border-top-width: 0;
  }

  .br-0-ns {
    border-right-width: 0;
  }

  .bb-0-ns {
    border-bottom-width: 0;
  }

  .bl-0-ns {
    border-left-width: 0;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .bw0-m {
    border-width: 0;
  }

  .bw1-m {
    border-width: .125rem;
  }

  .bw2-m {
    border-width: .25rem;
  }

  .bw3-m {
    border-width: .5rem;
  }

  .bw4-m {
    border-width: 1rem;
  }

  .bw5-m {
    border-width: 2rem;
  }

  .bt-0-m {
    border-top-width: 0;
  }

  .br-0-m {
    border-right-width: 0;
  }

  .bb-0-m {
    border-bottom-width: 0;
  }

  .bl-0-m {
    border-left-width: 0;
  }
}

@media screen and (min-width: 60em) {
  .bw0-l {
    border-width: 0;
  }

  .bw1-l {
    border-width: .125rem;
  }

  .bw2-l {
    border-width: .25rem;
  }

  .bw3-l {
    border-width: .5rem;
  }

  .bw4-l {
    border-width: 1rem;
  }

  .bw5-l {
    border-width: 2rem;
  }

  .bt-0-l {
    border-top-width: 0;
  }

  .br-0-l {
    border-right-width: 0;
  }

  .bb-0-l {
    border-bottom-width: 0;
  }

  .bl-0-l {
    border-left-width: 0;
  }
}

@media screen and (min-width: 30em) {
  .bw6-ns {
    border-width: 3rem;
  }

  .bw7-ns {
    border-width: 4rem;
  }

  .bw8-ns {
    border-width: 5rem;
  }

  .bw9-ns {
    border-width: 6rem;
  }

  .bw10-ns {
    border-width: 7rem;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .bw6-m {
    border-width: 3rem;
  }

  .bw7-m {
    border-width: 4rem;
  }

  .bw8-m {
    border-width: 5rem;
  }

  .bw9-m {
    border-width: 6rem;
  }

  .bw10-m {
    border-width: 7rem;
  }
}

@media screen and (min-width: 60em) {
  .bw6-l {
    border-width: 3rem;
  }

  .bw7-l {
    border-width: 4rem;
  }

  .bw8-l {
    border-width: 5rem;
  }

  .bw9-l {
    border-width: 6rem;
  }

  .bw10-l {
    border-width: 7rem;
  }
}

@media screen and (min-width: 77.5rem) {
  .bw0-xl {
    border-width: 0;
  }

  .bw1-xl {
    border-width: .125rem;
  }

  .bw2-xl {
    border-width: .25rem;
  }

  .bw3-xl {
    border-width: .5rem;
  }

  .bw4-xl {
    border-width: 1rem;
  }

  .bw5-xl {
    border-width: 2rem;
  }

  .bt-0-xl {
    border-top-width: 0;
  }

  .br-0-xl {
    border-right-width: 0;
  }

  .bb-0-xl {
    border-bottom-width: 0;
  }

  .bl-0-xl {
    border-left-width: 0;
  }

  .bw6-xl {
    border-width: 3rem;
  }

  .bw7-xl {
    border-width: 4rem;
  }

  .bw8-xl {
    border-width: 5rem;
  }

  .bw9-xl {
    border-width: 6rem;
  }

  .bw10-xl {
    border-width: 7rem;
  }
}

@media screen and (min-width: 91.25rem) {
  .bw0-2x {
    border-width: 0;
  }

  .bw1-2x {
    border-width: .125rem;
  }

  .bw2-2x {
    border-width: .25rem;
  }

  .bw3-2x {
    border-width: .5rem;
  }

  .bw4-2x {
    border-width: 1rem;
  }

  .bw5-2x {
    border-width: 2rem;
  }

  .bt-0-2x {
    border-top-width: 0;
  }

  .br-0-2x {
    border-right-width: 0;
  }

  .bb-0-2x {
    border-bottom-width: 0;
  }

  .bl-0-2x {
    border-left-width: 0;
  }

  .bw6-2x {
    border-width: 3rem;
  }

  .bw7-2x {
    border-width: 4rem;
  }

  .bw8-2x {
    border-width: 5rem;
  }

  .bw9-2x {
    border-width: 6rem;
  }

  .bw10-2x {
    border-width: 7rem;
  }
}

.shadow-0 {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shadow-1 {
  -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.025);
  box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.025);
}

.shadow-2 {
  -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.05);
  box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.05);
}

.shadow-3 {
  -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.1);
  box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.1);
}

.shadow-4 {
  -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.2);
  box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.2);
}

.shadow-5 {
  -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.4);
  box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.4);
}

.shadow-6 {
  -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.5);
  box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.5);
}

.shadow-inset-1 {
  -webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.025);
  box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.025);
}

.shadow-inset-2 {
  -webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.05);
  box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.05);
}

.shadow-inset-3 {
  -webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.1);
  box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.1);
}

.shadow-inset-4 {
  -webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.2);
  box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.2);
}

.shadow-inset-5 {
  -webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.4);
  box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.4);
}

.shadow-inset-6 {
  -webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.5);
  box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.5);
}

@media screen and (min-width: 30em) {
  .shadow-1-ns {
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.025);
    box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.025);
  }

  .shadow-2-ns {
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.05);
    box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.05);
  }

  .shadow-3-ns {
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.1);
    box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.1);
  }

  .shadow-4-ns {
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.2);
    box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.2);
  }

  .shadow-5-ns {
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.4);
    box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.4);
  }

  .shadow-6-ns {
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.5);
    box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.5);
  }

  .shadow-inset-1-ns {
    -webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.025);
    box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.025);
  }

  .shadow-inset-2-ns {
    -webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.05);
    box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.05);
  }

  .shadow-inset-3-ns {
    -webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.1);
    box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.1);
  }

  .shadow-inset-4-ns {
    -webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.2);
    box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.2);
  }

  .shadow-inset-5-ns {
    -webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.4);
    box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.4);
  }

  .shadow-inset-6-ns {
    -webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.5);
    box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.5);
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .shadow-1-m {
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.025);
    box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.025);
  }

  .shadow-2-m {
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.05);
    box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.05);
  }

  .shadow-3-m {
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.1);
    box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.1);
  }

  .shadow-4-m {
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.2);
    box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.2);
  }

  .shadow-5-m {
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.4);
    box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.4);
  }

  .shadow-6-m {
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.5);
    box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.5);
  }

  .shadow-inset-1-m {
    -webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.025);
    box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.025);
  }

  .shadow-inset-2-m {
    -webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.05);
    box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.05);
  }

  .shadow-inset-3-m {
    -webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.1);
    box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.1);
  }

  .shadow-inset-4-m {
    -webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.2);
    box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.2);
  }

  .shadow-inset-5-m {
    -webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.4);
    box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.4);
  }

  .shadow-inset-6-m {
    -webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.5);
    box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.5);
  }
}

@media screen and (min-width: 60em) {
  .shadow-1-l {
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.025);
    box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.025);
  }

  .shadow-2-l {
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.05);
    box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.05);
  }

  .shadow-3-l {
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.1);
    box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.1);
  }

  .shadow-4-l {
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.2);
    box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.2);
  }

  .shadow-5-l {
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.4);
    box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.4);
  }

  .shadow-6-l {
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.5);
    box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.5);
  }

  .shadow-inset-1-l {
    -webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.025);
    box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.025);
  }

  .shadow-inset-2-l {
    -webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.05);
    box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.05);
  }

  .shadow-inset-3-l {
    -webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.1);
    box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.1);
  }

  .shadow-inset-4-l {
    -webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.2);
    box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.2);
  }

  .shadow-inset-5-l {
    -webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.4);
    box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.4);
  }

  .shadow-inset-6-l {
    -webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.5);
    box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.5);
  }
}

.pre {
  overflow-x: auto;
  overflow-y: hidden;
  overflow: scroll;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-1 {
  top: 1rem;
}

.right-1 {
  right: 1rem;
}

.bottom-1 {
  bottom: 1rem;
}

.left-1 {
  left: 1rem;
}

.top-2 {
  top: 2rem;
}

.right-2 {
  right: 2rem;
}

.bottom-2 {
  bottom: 2rem;
}

.left-2 {
  left: 2rem;
}

.top--1 {
  top: -1rem;
}

.right--1 {
  right: -1rem;
}

.bottom--1 {
  bottom: -1rem;
}

.left--1 {
  left: -1rem;
}

.top--2 {
  top: -2rem;
}

.right--2 {
  right: -2rem;
}

.bottom--2 {
  bottom: -2rem;
}

.left--2 {
  left: -2rem;
}

.absolute--fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 30em) {
  .top-0-ns {
    top: 0;
  }

  .left-0-ns {
    left: 0;
  }

  .right-0-ns {
    right: 0;
  }

  .bottom-0-ns {
    bottom: 0;
  }

  .top-1-ns {
    top: 1rem;
  }

  .left-1-ns {
    left: 1rem;
  }

  .right-1-ns {
    right: 1rem;
  }

  .bottom-1-ns {
    bottom: 1rem;
  }

  .top-2-ns {
    top: 2rem;
  }

  .left-2-ns {
    left: 2rem;
  }

  .right-2-ns {
    right: 2rem;
  }

  .bottom-2-ns {
    bottom: 2rem;
  }

  .top--1-ns {
    top: -1rem;
  }

  .right--1-ns {
    right: -1rem;
  }

  .bottom--1-ns {
    bottom: -1rem;
  }

  .left--1-ns {
    left: -1rem;
  }

  .top--2-ns {
    top: -2rem;
  }

  .right--2-ns {
    right: -2rem;
  }

  .bottom--2-ns {
    bottom: -2rem;
  }

  .left--2-ns {
    left: -2rem;
  }

  .absolute--fill-ns {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .top-0-m {
    top: 0;
  }

  .left-0-m {
    left: 0;
  }

  .right-0-m {
    right: 0;
  }

  .bottom-0-m {
    bottom: 0;
  }

  .top-1-m {
    top: 1rem;
  }

  .left-1-m {
    left: 1rem;
  }

  .right-1-m {
    right: 1rem;
  }

  .bottom-1-m {
    bottom: 1rem;
  }

  .top-2-m {
    top: 2rem;
  }

  .left-2-m {
    left: 2rem;
  }

  .right-2-m {
    right: 2rem;
  }

  .bottom-2-m {
    bottom: 2rem;
  }

  .top--1-m {
    top: -1rem;
  }

  .right--1-m {
    right: -1rem;
  }

  .bottom--1-m {
    bottom: -1rem;
  }

  .left--1-m {
    left: -1rem;
  }

  .top--2-m {
    top: -2rem;
  }

  .right--2-m {
    right: -2rem;
  }

  .bottom--2-m {
    bottom: -2rem;
  }

  .left--2-m {
    left: -2rem;
  }

  .absolute--fill-m {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 60em) {
  .top-0-l {
    top: 0;
  }

  .left-0-l {
    left: 0;
  }

  .right-0-l {
    right: 0;
  }

  .bottom-0-l {
    bottom: 0;
  }

  .top-1-l {
    top: 1rem;
  }

  .left-1-l {
    left: 1rem;
  }

  .right-1-l {
    right: 1rem;
  }

  .bottom-1-l {
    bottom: 1rem;
  }

  .top-2-l {
    top: 2rem;
  }

  .left-2-l {
    left: 2rem;
  }

  .right-2-l {
    right: 2rem;
  }

  .bottom-2-l {
    bottom: 2rem;
  }

  .top--1-l {
    top: -1rem;
  }

  .right--1-l {
    right: -1rem;
  }

  .bottom--1-l {
    bottom: -1rem;
  }

  .left--1-l {
    left: -1rem;
  }

  .top--2-l {
    top: -2rem;
  }

  .right--2-l {
    right: -2rem;
  }

  .bottom--2-l {
    bottom: -2rem;
  }

  .left--2-l {
    left: -2rem;
  }

  .absolute--fill-l {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.top-025 {
  top: .25rem;
}

.right-025 {
  right: .25rem;
}

.bottom-025 {
  bottom: .25rem;
}

.left-025 {
  left: .25rem;
}

.top--025 {
  top: -0.25rem;
}

.right--025 {
  right: -0.25rem;
}

.bottom--025 {
  bottom: -0.25rem;
}

.left--025 {
  left: -0.25rem;
}

.top-050 {
  top: .5rem;
}

.right-050 {
  right: .5rem;
}

.bottom-050 {
  bottom: .5rem;
}

.left-050 {
  left: .5rem;
}

.top--050 {
  top: -0.5rem;
}

.right--050 {
  right: -0.5rem;
}

.bottom--050 {
  bottom: -0.5rem;
}

.left--050 {
  left: -0.5rem;
}

.top-075 {
  top: .75rem;
}

.right-075 {
  right: .75rem;
}

.bottom-075 {
  bottom: .75rem;
}

.left-075 {
  left: .75rem;
}

.top--075 {
  top: -0.75rem;
}

.right--075 {
  right: -0.75rem;
}

.bottom--075 {
  bottom: -0.75rem;
}

.left--075 {
  left: -0.75rem;
}

.top--3 {
  top: -3rem;
}

.right--3 {
  right: -3rem;
}

.bottom--3 {
  bottom: -3rem;
}

.left--3 {
  left: -3rem;
}

.top--4 {
  top: -4rem;
}

.right--4 {
  right: -4rem;
}

.bottom--4 {
  bottom: -4rem;
}

.left--4 {
  left: -4rem;
}

.top-3 {
  top: 3rem;
}

.right-3 {
  right: 3rem;
}

.bottom-3 {
  bottom: 3rem;
}

.left-3 {
  left: 3rem;
}

.top-4 {
  top: 4rem;
}

.right-4 {
  right: 4rem;
}

.bottom-4 {
  bottom: 4rem;
}

.left-4 {
  left: 4rem;
}

@media screen and (min-width: 30em) {
  .top-025-ns {
    top: .25rem;
  }

  .right-025-ns {
    right: .25rem;
  }

  .bottom-025-ns {
    bottom: .25rem;
  }

  .left-025-ns {
    left: .25rem;
  }

  .top--025-ns {
    top: -0.25rem;
  }

  .right--025-ns {
    right: -0.25rem;
  }

  .bottom--025-ns {
    bottom: -0.25rem;
  }

  .left--025-ns {
    left: -0.25rem;
  }

  .top-050-ns {
    top: .5rem;
  }

  .right-050-ns {
    right: .5rem;
  }

  .bottom-050-ns {
    bottom: .5rem;
  }

  .left-050-ns {
    left: .5rem;
  }

  .top--050-ns {
    top: -0.5rem;
  }

  .right--050-ns {
    right: -0.5rem;
  }

  .bottom--050-ns {
    bottom: -0.5rem;
  }

  .left--050-ns {
    left: -0.5rem;
  }

  .top-075-ns {
    top: .75rem;
  }

  .right-075-ns {
    right: .75rem;
  }

  .bottom-075-ns {
    bottom: .75rem;
  }

  .left-075-ns {
    left: .75rem;
  }

  .top--075-ns {
    top: -0.75rem;
  }

  .right--075-ns {
    right: -0.75rem;
  }

  .bottom--075-ns {
    bottom: -0.75rem;
  }

  .left--075-ns {
    left: -0.75rem;
  }

  .top--3-ns {
    top: -3rem;
  }

  .right--3-ns {
    right: -3rem;
  }

  .bottom--3-ns {
    bottom: -3rem;
  }

  .left--3-ns {
    left: -3rem;
  }

  .top--4-ns {
    top: -4rem;
  }

  .right--4-ns {
    right: -4rem;
  }

  .bottom--4-ns {
    bottom: -4rem;
  }

  .left--4-ns {
    left: -4rem;
  }

  .top-3-ns {
    top: 3rem;
  }

  .right-3-ns {
    right: 3rem;
  }

  .bottom-3-ns {
    bottom: 3rem;
  }

  .left-3-ns {
    left: 3rem;
  }

  .top-4-ns {
    top: 4rem;
  }

  .right-4-ns {
    right: 4rem;
  }

  .bottom-4-ns {
    bottom: 4rem;
  }

  .left-4-ns {
    left: 4rem;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .top-025-m {
    top: .25rem;
  }

  .right-025-m {
    right: .25rem;
  }

  .bottom-025-m {
    bottom: .25rem;
  }

  .left-025-m {
    left: .25rem;
  }

  .top--025-m {
    top: -0.25rem;
  }

  .right--025-m {
    right: -0.25rem;
  }

  .bottom--025-m {
    bottom: -0.25rem;
  }

  .left--025-m {
    left: -0.25rem;
  }

  .top-050-m {
    top: .5rem;
  }

  .right-050-m {
    right: .5rem;
  }

  .bottom-050-m {
    bottom: .5rem;
  }

  .left-050-m {
    left: .5rem;
  }

  .top--050-m {
    top: -0.5rem;
  }

  .right--050-m {
    right: -0.5rem;
  }

  .bottom--050-m {
    bottom: -0.5rem;
  }

  .left--050-m {
    left: -0.5rem;
  }

  .top-075-m {
    top: .75rem;
  }

  .right-075-m {
    right: .75rem;
  }

  .bottom-075-m {
    bottom: .75rem;
  }

  .left-075-m {
    left: .75rem;
  }

  .top--075-m {
    top: -0.75rem;
  }

  .right--075-m {
    right: -0.75rem;
  }

  .bottom--075-m {
    bottom: -0.75rem;
  }

  .left--075-m {
    left: -0.75rem;
  }

  .top--3-m {
    top: -3rem;
  }

  .right--3-m {
    right: -3rem;
  }

  .bottom--3-m {
    bottom: -3rem;
  }

  .left--3-m {
    left: -3rem;
  }

  .top--4-m {
    top: -4rem;
  }

  .right--4-m {
    right: -4rem;
  }

  .bottom--4-m {
    bottom: -4rem;
  }

  .left--4-m {
    left: -4rem;
  }

  .top-3-m {
    top: 3rem;
  }

  .right-3-m {
    right: 3rem;
  }

  .bottom-3-m {
    bottom: 3rem;
  }

  .left-3-m {
    left: 3rem;
  }

  .top-4-m {
    top: 4rem;
  }

  .right-4-m {
    right: 4rem;
  }

  .bottom-4-m {
    bottom: 4rem;
  }

  .left-4-m {
    left: 4rem;
  }
}

@media screen and (min-width: 60em) {
  .top-025-l {
    top: .25rem;
  }

  .right-025-l {
    right: .25rem;
  }

  .bottom-025-l {
    bottom: .25rem;
  }

  .left-025-l {
    left: .25rem;
  }

  .top--025-l {
    top: -0.25rem;
  }

  .right--025-l {
    right: -0.25rem;
  }

  .bottom--025-l {
    bottom: -0.25rem;
  }

  .left--025-l {
    left: -0.25rem;
  }

  .top-050-l {
    top: .5rem;
  }

  .right-050-l {
    right: .5rem;
  }

  .bottom-050-l {
    bottom: .5rem;
  }

  .left-050-l {
    left: .5rem;
  }

  .top--050-l {
    top: -0.5rem;
  }

  .right--050-l {
    right: -0.5rem;
  }

  .bottom--050-l {
    bottom: -0.5rem;
  }

  .left--050-l {
    left: -0.5rem;
  }

  .top-075-l {
    top: .75rem;
  }

  .right-075-l {
    right: .75rem;
  }

  .bottom-075-l {
    bottom: .75rem;
  }

  .left-075-l {
    left: .75rem;
  }

  .top--075-l {
    top: -0.75rem;
  }

  .right--075-l {
    right: -0.75rem;
  }

  .bottom--075-l {
    bottom: -0.75rem;
  }

  .left--075-l {
    left: -0.75rem;
  }

  .top--3-l {
    top: -3rem;
  }

  .right--3-l {
    right: -3rem;
  }

  .bottom--3-l {
    bottom: -3rem;
  }

  .left--3-l {
    left: -3rem;
  }

  .top--4-l {
    top: -4rem;
  }

  .right--4-l {
    right: -4rem;
  }

  .bottom--4-l {
    bottom: -4rem;
  }

  .left--4-l {
    left: -4rem;
  }

  .top-3-l {
    top: 3rem;
  }

  .right-3-l {
    right: 3rem;
  }

  .bottom-3-l {
    bottom: 3rem;
  }

  .left-3-l {
    left: 3rem;
  }

  .top-4-l {
    top: 4rem;
  }

  .right-4-l {
    right: 4rem;
  }

  .bottom-4-l {
    bottom: 4rem;
  }

  .left-4-l {
    left: 4rem;
  }
}

@media screen and (min-width: 77.5rem) {
  .top-025-xl {
    top: .25rem;
  }

  .right-025-xl {
    right: .25rem;
  }

  .bottom-025-xl {
    bottom: .25rem;
  }

  .left-025-xl {
    left: .25rem;
  }

  .top--025-xl {
    top: -0.25rem;
  }

  .right--025-xl {
    right: -0.25rem;
  }

  .bottom--025-xl {
    bottom: -0.25rem;
  }

  .left--025-xl {
    left: -0.25rem;
  }

  .top-050-xl {
    top: .5rem;
  }

  .right-050-xl {
    right: .5rem;
  }

  .bottom-050-xl {
    bottom: .5rem;
  }

  .left-050-xl {
    left: .5rem;
  }

  .top--050-xl {
    top: -0.5rem;
  }

  .right--050-xl {
    right: -0.5rem;
  }

  .bottom--050-xl {
    bottom: -0.5rem;
  }

  .left--050-xl {
    left: -0.5rem;
  }

  .top-075-xl {
    top: .75rem;
  }

  .right-075-xl {
    right: .75rem;
  }

  .bottom-075-xl {
    bottom: .75rem;
  }

  .left-075-xl {
    left: .75rem;
  }

  .top--075-xl {
    top: -0.75rem;
  }

  .right--075-xl {
    right: -0.75rem;
  }

  .bottom--075-xl {
    bottom: -0.75rem;
  }

  .left--075-xl {
    left: -0.75rem;
  }

  .top-0-xl {
    top: 0;
  }

  .right-0-xl {
    right: 0;
  }

  .bottom-0-xl {
    bottom: 0;
  }

  .left-0-xl {
    left: 0;
  }

  .top-1-xl {
    top: 1rem;
  }

  .right-1-xl {
    right: 1rem;
  }

  .bottom-1-xl {
    bottom: 1rem;
  }

  .left-1-xl {
    left: 1rem;
  }

  .top-2-xl {
    top: 2rem;
  }

  .right-2-xl {
    right: 2rem;
  }

  .bottom-2-xl {
    bottom: 2rem;
  }

  .left-2-xl {
    left: 2rem;
  }

  .top--3-xl {
    top: -3rem;
  }

  .right--3-xl {
    right: -3rem;
  }

  .bottom--3-xl {
    bottom: -3rem;
  }

  .left--3-xl {
    left: -3rem;
  }

  .top--4-xl {
    top: -4rem;
  }

  .right--4-xl {
    right: -4rem;
  }

  .bottom--4-xl {
    bottom: -4rem;
  }

  .left--4-xl {
    left: -4rem;
  }

  .top-3-xl {
    top: 3rem;
  }

  .right-3-xl {
    right: 3rem;
  }

  .bottom-3-xl {
    bottom: 3rem;
  }

  .left-3-xl {
    left: 3rem;
  }

  .top-4-xl {
    top: 4rem;
  }

  .right-4-xl {
    right: 4rem;
  }

  .bottom-4-xl {
    bottom: 4rem;
  }

  .left-4-xl {
    left: 4rem;
  }

  .absolute--fill-xl {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 91.25rem) {
  .top-025-2x {
    top: .25rem;
  }

  .right-025-2x {
    right: .25rem;
  }

  .bottom-025-2x {
    bottom: .25rem;
  }

  .left-025-2x {
    left: .25rem;
  }

  .top--025-2x {
    top: -0.25rem;
  }

  .right--025-2x {
    right: -0.25rem;
  }

  .bottom--025-2x {
    bottom: -0.25rem;
  }

  .left--025-2x {
    left: -0.25rem;
  }

  .top-050-2x {
    top: .5rem;
  }

  .right-050-2x {
    right: .5rem;
  }

  .bottom-050-2x {
    bottom: .5rem;
  }

  .left-050-2x {
    left: .5rem;
  }

  .top--050-2x {
    top: -0.5rem;
  }

  .right--050-2x {
    right: -0.5rem;
  }

  .bottom--050-2x {
    bottom: -0.5rem;
  }

  .left--050-2x {
    left: -0.5rem;
  }

  .top-075-2x {
    top: .75rem;
  }

  .right-075-2x {
    right: .75rem;
  }

  .bottom-075-2x {
    bottom: .75rem;
  }

  .left-075-2x {
    left: .75rem;
  }

  .top--075-2x {
    top: -0.75rem;
  }

  .right--075-2x {
    right: -0.75rem;
  }

  .bottom--075-2x {
    bottom: -0.75rem;
  }

  .left--075-2x {
    left: -0.75rem;
  }

  .top-0-2x {
    top: 0;
  }

  .right-0-2x {
    right: 0;
  }

  .bottom-0-2x {
    bottom: 0;
  }

  .left-0-2x {
    left: 0;
  }

  .top-1-2x {
    top: 1rem;
  }

  .right-1-2x {
    right: 1rem;
  }

  .bottom-1-2x {
    bottom: 1rem;
  }

  .left-1-2x {
    left: 1rem;
  }

  .top-2-2x {
    top: 2rem;
  }

  .right-2-2x {
    right: 2rem;
  }

  .bottom-2-2x {
    bottom: 2rem;
  }

  .left-2-2x {
    left: 2rem;
  }

  .top--3-2x {
    top: -3rem;
  }

  .right--3-2x {
    right: -3rem;
  }

  .bottom--3-2x {
    bottom: -3rem;
  }

  .left--3-2x {
    left: -3rem;
  }

  .top--4-2x {
    top: -4rem;
  }

  .right--4-2x {
    right: -4rem;
  }

  .bottom--4-2x {
    bottom: -4rem;
  }

  .left--4-2x {
    left: -4rem;
  }

  .top-3-2x {
    top: 3rem;
  }

  .right-3-2x {
    right: 3rem;
  }

  .bottom-3-2x {
    bottom: 3rem;
  }

  .left-3-2x {
    left: 3rem;
  }

  .top-4-2x {
    top: 4rem;
  }

  .right-4-2x {
    right: 4rem;
  }

  .bottom-4-2x {
    bottom: 4rem;
  }

  .left-4-2x {
    left: 4rem;
  }

  .absolute--fill-2x {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.cf:before,.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.cl {
  clear: left;
}

.cr {
  clear: right;
}

.cb {
  clear: both;
}

.cn {
  clear: none;
}

@media screen and (min-width: 30em) {
  .cl-ns {
    clear: left;
  }

  .cr-ns {
    clear: right;
  }

  .cb-ns {
    clear: both;
  }

  .cn-ns {
    clear: none;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .cl-m {
    clear: left;
  }

  .cr-m {
    clear: right;
  }

  .cb-m {
    clear: both;
  }

  .cn-m {
    clear: none;
  }
}

@media screen and (min-width: 60em) {
  .cl-l {
    clear: left;
  }

  .cr-l {
    clear: right;
  }

  .cb-l {
    clear: both;
  }

  .cn-l {
    clear: none;
  }
}

.dn {
  display: none;
}

.di {
  display: inline;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.dit {
  display: inline-table;
}

.dt {
  display: table;
}

.dtc {
  display: table-cell;
}

.dt-row {
  display: table-row;
}

.dt-row-group {
  display: table-row-group;
}

.dt-column {
  display: table-column;
}

.dt-column-group {
  display: table-column-group;
}

.dt--fixed {
  table-layout: fixed;
  width: 100%;
}

@media screen and (min-width: 30em) {
  .dn-ns {
    display: none;
  }

  .di-ns {
    display: inline;
  }

  .db-ns {
    display: block;
  }

  .dib-ns {
    display: inline-block;
  }

  .dit-ns {
    display: inline-table;
  }

  .dt-ns {
    display: table;
  }

  .dtc-ns {
    display: table-cell;
  }

  .dt-row-ns {
    display: table-row;
  }

  .dt-row-group-ns {
    display: table-row-group;
  }

  .dt-column-ns {
    display: table-column;
  }

  .dt-column-group-ns {
    display: table-column-group;
  }

  .dt--fixed-ns {
    table-layout: fixed;
    width: 100%;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .dn-m {
    display: none;
  }

  .di-m {
    display: inline;
  }

  .db-m {
    display: block;
  }

  .dib-m {
    display: inline-block;
  }

  .dit-m {
    display: inline-table;
  }

  .dt-m {
    display: table;
  }

  .dtc-m {
    display: table-cell;
  }

  .dt-row-m {
    display: table-row;
  }

  .dt-row-group-m {
    display: table-row-group;
  }

  .dt-column-m {
    display: table-column;
  }

  .dt-column-group-m {
    display: table-column-group;
  }

  .dt--fixed-m {
    table-layout: fixed;
    width: 100%;
  }
}

@media screen and (min-width: 60em) {
  .dn-l {
    display: none;
  }

  .di-l {
    display: inline;
  }

  .db-l {
    display: block;
  }

  .dib-l {
    display: inline-block;
  }

  .dit-l {
    display: inline-table;
  }

  .dt-l {
    display: table;
  }

  .dtc-l {
    display: table-cell;
  }

  .dt-row-l {
    display: table-row;
  }

  .dt-row-group-l {
    display: table-row-group;
  }

  .dt-column-l {
    display: table-column;
  }

  .dt-column-group-l {
    display: table-column-group;
  }

  .dt--fixed-l {
    table-layout: fixed;
    width: 100%;
  }
}

@media screen and (min-width: 77.5rem) {
  .dn-xl {
    display: none;
  }

  .di-xl {
    display: inline;
  }

  .db-xl {
    display: block;
  }

  .dib-xl {
    display: inline-block;
  }

  .dit-xl {
    display: inline-table;
  }

  .dt-xl {
    display: table;
  }

  .dtc-xl {
    display: table-cell;
  }

  .dt-row-xl {
    display: table-row;
  }

  .dt-row-group-xl {
    display: table-row-group;
  }

  .dt-column-xl {
    display: table-column;
  }

  .dt-column-group-xl {
    display: table-column-group;
  }

  .dt--fixed-xl {
    table-layout: fixed;
    width: 100%;
  }
}

@media screen and (min-width: 91.25rem) {
  .dn-2x {
    display: none;
  }

  .di-2x {
    display: inline;
  }

  .db-2x {
    display: block;
  }

  .dib-2x {
    display: inline-block;
  }

  .dit-2x {
    display: inline-table;
  }

  .dt-2x {
    display: table;
  }

  .dtc-2x {
    display: table-cell;
  }

  .dt-row-2x {
    display: table-row;
  }

  .dt-row-group-2x {
    display: table-row-group;
  }

  .dt-column-2x {
    display: table-column;
  }

  .dt-column-group-2x {
    display: table-column-group;
  }

  .dt--fixed-2x {
    table-layout: fixed;
    width: 100%;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}

.flex-none {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
.flex-column {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
}


.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.emulated-flex-gap > * {
  margin: 12px 0 0 12px;
}

.emulated-flex-gap {
  display: inline-flex;
  flex-wrap: wrap;
  margin: -12px 0 0 -12px;
  width: calc(100% + 12px);
}

.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

.content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-last {
  -webkit-box-ordinal-group: 100000;
  -ms-flex-order: 99999;
  order: 99999;
}

.flex-grow-0 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.flex-shrink-1 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

@media screen and (min-width: 30em) {
  .flex-ns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .inline-flex-ns {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .flex-auto-ns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }

  .flex-none-ns {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .flex-column-ns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-row-ns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .flex-wrap-ns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-nowrap-ns {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .flex-wrap-reverse-ns {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .flex-column-reverse-ns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .flex-row-reverse-ns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .items-start-ns {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .items-end-ns {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .items-center-ns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .items-baseline-ns {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .items-stretch-ns {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .self-start-ns {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .self-end-ns {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .self-center-ns {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .self-baseline-ns {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }

  .self-stretch-ns {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }

  .justify-start-ns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .justify-end-ns {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .justify-center-ns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .justify-between-ns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .justify-around-ns {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .content-start-ns {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .content-end-ns {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .content-center-ns {
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .content-between-ns {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .content-around-ns {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .content-stretch-ns {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .order-0-ns {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-1-ns {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-2-ns {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-3-ns {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-4-ns {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-5-ns {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-6-ns {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-7-ns {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-8-ns {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-last-ns {
    -webkit-box-ordinal-group: 100000;
    -ms-flex-order: 99999;
    order: 99999;
  }

  .flex-grow-0-ns {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .flex-grow-1-ns {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .flex-shrink-0-ns {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .flex-shrink-1-ns {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .flex-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .inline-flex-m {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .flex-auto-m {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }

  .flex-none-m {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .flex-column-m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-row-m {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .flex-wrap-m {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-nowrap-m {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .flex-wrap-reverse-m {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .flex-column-reverse-m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .flex-row-reverse-m {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .items-start-m {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .items-end-m {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .items-center-m {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .items-baseline-m {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .items-stretch-m {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .self-start-m {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .self-end-m {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .self-center-m {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .self-baseline-m {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }

  .self-stretch-m {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }

  .justify-start-m {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .justify-end-m {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .justify-center-m {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .justify-between-m {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .justify-around-m {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .content-start-m {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .content-end-m {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .content-center-m {
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .content-between-m {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .content-around-m {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .content-stretch-m {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .order-0-m {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-1-m {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-2-m {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-3-m {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-4-m {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-5-m {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-6-m {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-7-m {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-8-m {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-last-m {
    -webkit-box-ordinal-group: 100000;
    -ms-flex-order: 99999;
    order: 99999;
  }

  .flex-grow-0-m {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .flex-grow-1-m {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .flex-shrink-0-m {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .flex-shrink-1-m {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

@media screen and (min-width: 60em) {
  .flex-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .inline-flex-l {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .flex-auto-l {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }

  .flex-none-l {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .flex-column-l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-row-l {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .flex-wrap-l {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-nowrap-l {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .flex-wrap-reverse-l {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .flex-column-reverse-l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .flex-row-reverse-l {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .items-start-l {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .items-end-l {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .items-center-l {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .items-baseline-l {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .items-stretch-l {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .self-start-l {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .self-end-l {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .self-center-l {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .self-baseline-l {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }

  .self-stretch-l {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }

  .justify-start-l {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .justify-end-l {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .justify-center-l {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .justify-between-l {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .justify-around-l {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .content-start-l {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .content-end-l {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .content-center-l {
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .content-between-l {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .content-around-l {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .content-stretch-l {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .order-0-l {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-1-l {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-2-l {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-3-l {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-4-l {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-5-l {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-6-l {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-7-l {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-8-l {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-last-l {
    -webkit-box-ordinal-group: 100000;
    -ms-flex-order: 99999;
    order: 99999;
  }

  .flex-grow-0-l {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .flex-grow-1-l {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .flex-shrink-0-l {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .flex-shrink-1-l {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

.flex-basis-none {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.flex-basis-auto {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.flex-basis-100 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.flex-basis-90 {
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
}

.flex-basis-80 {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}

.flex-basis-70 {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}

.flex-basis-60 {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.flex-basis-50 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.flex-basis-40 {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.flex-basis-30 {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.flex-basis-20 {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.flex-basis-10 {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

@media screen and (min-width: 30em) {
  .flex-basis-none-ns {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }

  .flex-basis-auto-ns {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .flex-basis-100-ns {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .flex-basis-90-ns {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }

  .flex-basis-80-ns {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }

  .flex-basis-70-ns {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }

  .flex-basis-60-ns {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }

  .flex-basis-50-ns {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .flex-basis-40-ns {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .flex-basis-30-ns {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .flex-basis-20-ns {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .flex-basis-10-ns {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .flex-basis-none-m {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }

  .flex-basis-auto-m {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .flex-basis-100-m {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .flex-basis-90-m {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }

  .flex-basis-80-m {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }

  .flex-basis-70-m {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }

  .flex-basis-60-m {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }

  .flex-basis-50-m {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .flex-basis-40-m {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .flex-basis-30-m {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .flex-basis-20-m {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .flex-basis-10-m {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
}

@media screen and (min-width: 60em) {
  .flex-basis-none-l {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }

  .flex-basis-auto-l {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .flex-basis-100-l {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .flex-basis-90-l {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }

  .flex-basis-80-l {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }

  .flex-basis-70-l {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }

  .flex-basis-60-l {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }

  .flex-basis-50-l {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .flex-basis-40-l {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .flex-basis-30-l {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .flex-basis-20-l {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .flex-basis-10-l {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
}

@media screen and (min-width: 77.5rem) {
  .flex-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .inline-flex-xl {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .flex-auto-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }

  .flex-none-xl {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .flex-column-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-row-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .flex-wrap-xl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-nowrap-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .flex-wrap-reverse-xl {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .flex-column-reverse-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .flex-row-reverse-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .items-start-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .items-end-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .items-center-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .items-baseline-xl {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .items-stretch-xl {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .self-start-xl {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .self-end-xl {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .self-center-xl {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .self-baseline-xl {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }

  .self-stretch-xl {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }

  .justify-start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .justify-end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .justify-center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .justify-between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .justify-around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .content-start-xl {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .content-end-xl {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .content-center-xl {
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .content-between-xl {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .content-around-xl {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .content-stretch-xl {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .order-0-xl {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-1-xl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-2-xl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-3-xl {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-4-xl {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-5-xl {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-6-xl {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-7-xl {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-8-xl {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-last-xl {
    -webkit-box-ordinal-group: 100000;
    -ms-flex-order: 99999;
    order: 99999;
  }

  .flex-grow-0-xl {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .flex-grow-1-xl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .flex-shrink-0-xl {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .flex-shrink-1-xl {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .flex-basis-none-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }

  .flex-basis-auto-xl {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .flex-basis-100-xl {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .flex-basis-90-xl {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }

  .flex-basis-80-xl {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }

  .flex-basis-70-xl {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }

  .flex-basis-60-xl {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }

  .flex-basis-50-xl {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .flex-basis-40-xl {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .flex-basis-30-xl {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .flex-basis-20-xl {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .flex-basis-10-xl {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
}

@media screen and (min-width: 91.25rem) {
  .flex-2x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .inline-flex-2x {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .flex-auto-2x {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }

  .flex-none-2x {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .flex-column-2x {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-row-2x {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .flex-wrap-2x {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-nowrap-2x {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .flex-wrap-reverse-2x {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .flex-column-reverse-2x {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .flex-row-reverse-2x {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .items-start-2x {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .items-end-2x {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .items-center-2x {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .items-baseline-2x {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .items-stretch-2x {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .self-start-2x {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .self-end-2x {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .self-center-2x {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .self-baseline-2x {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }

  .self-stretch-2x {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }

  .justify-start-2x {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .justify-end-2x {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .justify-center-2x {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .justify-between-2x {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .justify-around-2x {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .content-start-2x {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .content-end-2x {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .content-center-2x {
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .content-between-2x {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .content-around-2x {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .content-stretch-2x {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .order-0-2x {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-1-2x {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-2-2x {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-3-2x {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-4-2x {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-5-2x {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-6-2x {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-7-2x {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-8-2x {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-last-2x {
    -webkit-box-ordinal-group: 100000;
    -ms-flex-order: 99999;
    order: 99999;
  }

  .flex-grow-0-2x {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .flex-grow-1-2x {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .flex-shrink-0-2x {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .flex-shrink-1-2x {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .flex-basis-none-2x {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }

  .flex-basis-auto-2x {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .flex-basis-100-2x {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .flex-basis-90-2x {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }

  .flex-basis-80-2x {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }

  .flex-basis-70-2x {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }

  .flex-basis-60-2x {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }

  .flex-basis-50-2x {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .flex-basis-40-2x {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .flex-basis-30-2x {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .flex-basis-20-2x {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .flex-basis-10-2x {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
}

.fl {
  float: left;
  _display: inline;
}

.fr {
  float: right;
  _display: inline;
}

.fn {
  float: none;
}

@media screen and (min-width: 30em) {
  .fl-ns {
    float: left;
    _display: inline;
  }

  .fr-ns {
    float: right;
    _display: inline;
  }

  .fn-ns {
    float: none;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .fl-m {
    float: left;
    _display: inline;
  }

  .fr-m {
    float: right;
    _display: inline;
  }

  .fn-m {
    float: none;
  }
}

@media screen and (min-width: 60em) {
  .fl-l {
    float: left;
    _display: inline;
  }

  .fr-l {
    float: right;
    _display: inline;
  }

  .fn-l {
    float: none;
  }
}

.sans-serif {
  font-family: fa5-proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.serif {
  font-family: museo-slab,"Museo Slab",Georgia,"Times New Roman",Times,serif;
}

.mono,code,.code,pre {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

.system-sans-serif {
  font-family: sans-serif;
}

.system-serif {
  font-family: serif;
}

.i {
  font-style: italic;
}

.fs-normal {
  font-style: normal;
}

@media screen and (min-width: 30em) {
  .i-ns {
    font-style: italic;
  }

  .fs-normal-ns {
    font-style: normal;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .i-m {
    font-style: italic;
  }

  .fs-normal-m {
    font-style: normal;
  }
}

@media screen and (min-width: 60em) {
  .i-l {
    font-style: italic;
  }

  .fs-normal-l {
    font-style: normal;
  }
}

.normal {
  font-weight: normal;
}

.b {
  font-weight: bold;
}

.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

@media screen and (min-width: 30em) {
  .normal-ns {
    font-weight: normal;
  }

  .b-ns {
    font-weight: bold;
  }

  .fw1-ns {
    font-weight: 100;
  }

  .fw2-ns {
    font-weight: 200;
  }

  .fw3-ns {
    font-weight: 300;
  }

  .fw4-ns {
    font-weight: 400;
  }

  .fw5-ns {
    font-weight: 500;
  }

  .fw6-ns {
    font-weight: 600;
  }

  .fw7-ns {
    font-weight: 700;
  }

  .fw8-ns {
    font-weight: 800;
  }

  .fw9-ns {
    font-weight: 900;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .normal-m {
    font-weight: normal;
  }

  .b-m {
    font-weight: bold;
  }

  .fw1-m {
    font-weight: 100;
  }

  .fw2-m {
    font-weight: 200;
  }

  .fw3-m {
    font-weight: 300;
  }

  .fw4-m {
    font-weight: 400;
  }

  .fw5-m {
    font-weight: 500;
  }

  .fw6-m {
    font-weight: 600;
  }

  .fw7-m {
    font-weight: 700;
  }

  .fw8-m {
    font-weight: 800;
  }

  .fw9-m {
    font-weight: 900;
  }
}

@media screen and (min-width: 60em) {
  .normal-l {
    font-weight: normal;
  }

  .b-l {
    font-weight: bold;
  }

  .fw1-l {
    font-weight: 100;
  }

  .fw2-l {
    font-weight: 200;
  }

  .fw3-l {
    font-weight: 300;
  }

  .fw4-l {
    font-weight: 400;
  }

  .fw5-l {
    font-weight: 500;
  }

  .fw6-l {
    font-weight: 600;
  }

  .fw7-l {
    font-weight: 700;
  }

  .fw8-l {
    font-weight: 800;
  }

  .fw9-l {
    font-weight: 900;
  }
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

.input-focus:focus {
  border-color: #4dabf7;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.0125),0 0 8px rgba(34,139,230,0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.0125),0 0 8px rgba(34,139,230,0.5);
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.3;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.3;
}

:-moz-placeholder {
  color: inherit;
  opacity: 0.3;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.3;
}

.no-resize {
  resize: none;
}

.input-number-reset {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

.input-number-reset:hover,.input-number-reset:focus {
  -moz-appearance: number-input;
}

.input-select-custom {
  background-image: url("/images/bg-input-select-custom.svg");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 8px 10px;
  -webkit-appearance: none;
}

.input-radio-custom ~ label .unchecked-icon,.input-radio-custom ~ label .checked-icon {
  -webkit-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
}

.input-radio-custom ~ label .checked-icon {
  display: none;
  opacity: 0;
}

.input-radio-custom ~ label .unchecked-icon {
  display: block;
  opacity: 1.0;
}

.input-radio-custom:checked ~ label .checked-icon {
  display: block;
  opacity: 1.0;
}

.input-radio-custom:checked ~ label .unchecked-icon {
  display: none;
  opacity: 0;
}

.input-checkbox-custom ~ label .unchecked-icon,.input-checkbox-custom ~ label .checked-icon {
  -webkit-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
}

.input-checkbox-custom ~ label .checked-icon {
  display: none;
  opacity: 0;
}

.input-checkbox-custom ~ label .unchecked-icon {
  display: block;
  opacity: 1.0;
}

.input-checkbox-custom:checked ~ label .checked-icon {
  display: block;
  opacity: 1.0;
}

.input-checkbox-custom:checked ~ label .unchecked-icon {
  display: none;
  opacity: 0;
}

.h1 {
  height: 1rem;
}

.h2 {
  height: 2rem;
}

.h3 {
  height: 4rem;
}

.h4 {
  height: 8rem;
}

.h5 {
  height: 16rem;
}

.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.min-h-100 {
  min-height: 100%;
}

.vh-25 {
  height: 25vh;
}

.vh-50 {
  height: 50vh;
}

.vh-75 {
  height: 75vh;
}

.vh-100 {
  height: 100vh;
}

.min-vh-100 {
  min-height: 100vh;
}

.h-auto {
  height: auto;
}

.h-inherit {
  height: inherit;
}

@media screen and (min-width: 30em) {
  .h1-ns {
    height: 1rem;
  }

  .h2-ns {
    height: 2rem;
  }

  .h3-ns {
    height: 4rem;
  }

  .h4-ns {
    height: 8rem;
  }

  .h5-ns {
    height: 16rem;
  }

  .h-25-ns {
    height: 25%;
  }

  .h-50-ns {
    height: 50%;
  }

  .h-75-ns {
    height: 75%;
  }

  .h-100-ns {
    height: 100%;
  }

  .min-h-100-ns {
    min-height: 100%;
  }

  .vh-25-ns {
    height: 25vh;
  }

  .vh-50-ns {
    height: 50vh;
  }

  .vh-75-ns {
    height: 75vh;
  }

  .vh-100-ns {
    height: 100vh;
  }

  .min-vh-100-ns {
    min-height: 100vh;
  }

  .h-auto-ns {
    height: auto;
  }

  .h-inherit-ns {
    height: inherit;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .h1-m {
    height: 1rem;
  }

  .h2-m {
    height: 2rem;
  }

  .h3-m {
    height: 4rem;
  }

  .h4-m {
    height: 8rem;
  }

  .h5-m {
    height: 16rem;
  }

  .h-25-m {
    height: 25%;
  }

  .h-50-m {
    height: 50%;
  }

  .h-75-m {
    height: 75%;
  }

  .h-100-m {
    height: 100%;
  }

  .min-h-100-m {
    min-height: 100%;
  }

  .vh-25-m {
    height: 25vh;
  }

  .vh-50-m {
    height: 50vh;
  }

  .vh-75-m {
    height: 75vh;
  }

  .vh-100-m {
    height: 100vh;
  }

  .min-vh-100-m {
    min-height: 100vh;
  }

  .h-auto-m {
    height: auto;
  }

  .h-inherit-m {
    height: inherit;
  }
}

@media screen and (min-width: 60em) {
  .h1-l {
    height: 1rem;
  }

  .h2-l {
    height: 2rem;
  }

  .h3-l {
    height: 4rem;
  }

  .h4-l {
    height: 8rem;
  }

  .h5-l {
    height: 16rem;
  }

  .h-25-l {
    height: 25%;
  }

  .h-50-l {
    height: 50%;
  }

  .h-75-l {
    height: 75%;
  }

  .h-100-l {
    height: 100%;
  }

  .min-h-100-l {
    min-height: 100%;
  }

  .vh-25-l {
    height: 25vh;
  }

  .vh-50-l {
    height: 50vh;
  }

  .vh-75-l {
    height: 75vh;
  }

  .vh-100-l {
    height: 100vh;
  }

  .min-vh-100-l {
    min-height: 100vh;
  }

  .h-auto-l {
    height: auto;
  }

  .h-inherit-l {
    height: inherit;
  }
}

.h025 {
  height: .25rem;
}

.h050 {
  height: .5rem;
}

.h075 {
  height: .75rem;
}

.h6 {
  height: 24rem;
}

.h7 {
  height: 32rem;
}

.h8 {
  height: 48rem;
}

.min-h1 {
  min-height: 1rem;
}

.min-h2 {
  min-height: 2rem;
}

.min-h3 {
  min-height: 4rem;
}

.min-h4 {
  min-height: 8rem;
}

.min-h5 {
  min-height: 16rem;
}

.min-h6 {
  min-height: 24rem;
}

.min-h7 {
  min-height: 32rem;
}

.min-h8 {
  min-height: 48rem;
}

@media screen and (min-width: 30em) {
  .h025-ns {
    height: .25rem;
  }

  .h050-ns {
    height: .5rem;
  }

  .h075-ns {
    height: .75rem;
  }

  .h6-ns {
    height: 24rem;
  }

  .h7-ns {
    height: 32rem;
  }

  .h8-ns {
    height: 48rem;
  }

  .min-h1-ns {
    min-height: 1rem;
  }

  .min-h2-ns {
    min-height: 2rem;
  }

  .min-h3-ns {
    min-height: 4rem;
  }

  .min-h4-ns {
    min-height: 8rem;
  }

  .min-h5-ns {
    min-height: 16rem;
  }

  .min-h6-ns {
    min-height: 24rem;
  }

  .min-h7-ns {
    min-height: 32rem;
  }

  .min-h8-ns {
    min-height: 48rem;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .h025-m {
    height: .25rem;
  }

  .h050-m {
    height: .5rem;
  }

  .h075-m {
    height: .75rem;
  }

  .h6-m {
    height: 24rem;
  }

  .h7-m {
    height: 32rem;
  }

  .h8-m {
    height: 48rem;
  }

  .min-h1-m {
    min-height: 1rem;
  }

  .min-h2-m {
    min-height: 2rem;
  }

  .min-h3-m {
    min-height: 4rem;
  }

  .min-h4-m {
    min-height: 8rem;
  }

  .min-h5-m {
    min-height: 16rem;
  }

  .min-h6-m {
    min-height: 24rem;
  }

  .min-h7-m {
    min-height: 32rem;
  }

  .min-h8-m {
    min-height: 48rem;
  }
}

@media screen and (min-width: 60em) {
  .h025-l {
    height: .25rem;
  }

  .h050-l {
    height: .5rem;
  }

  .h075-l {
    height: .75rem;
  }

  .h6-l {
    height: 24rem;
  }

  .h7-l {
    height: 32rem;
  }

  .h8-l {
    height: 48rem;
  }

  .min-h1-l {
    min-height: 1rem;
  }

  .min-h2-l {
    min-height: 2rem;
  }

  .min-h3-l {
    min-height: 4rem;
  }

  .min-h4-l {
    min-height: 8rem;
  }

  .min-h5-l {
    min-height: 16rem;
  }

  .min-h6-l {
    min-height: 24rem;
  }

  .min-h7-l {
    min-height: 32rem;
  }

  .min-h8-l {
    min-height: 48rem;
  }
}

@media screen and (min-width: 77.5rem) {
  .h1-xl {
    height: 1rem;
  }

  .h2-xl {
    height: 2rem;
  }

  .h3-xl {
    height: 4rem;
  }

  .h4-xl {
    height: 8rem;
  }

  .h5-xl {
    height: 16rem;
  }

  .h-25-xl {
    height: 25%;
  }

  .h-50-xl {
    height: 50%;
  }

  .h-75-xl {
    height: 75%;
  }

  .h-100-xl {
    height: 100%;
  }

  .min-h-100-xl {
    min-height: 100%;
  }

  .vh-25-xl {
    height: 25vh;
  }

  .vh-50-xl {
    height: 50vh;
  }

  .vh-75-xl {
    height: 75vh;
  }

  .vh-100-xl {
    height: 100vh;
  }

  .min-vh-100-xl {
    min-height: 100vh;
  }

  .h-auto-xl {
    height: auto;
  }

  .h-inherit-xl {
    height: inherit;
  }

  .h025-xl {
    height: .25rem;
  }

  .h050-xl {
    height: .5rem;
  }

  .h075-xl {
    height: .75rem;
  }

  .h6-xl {
    height: 24rem;
  }

  .h7-xl {
    height: 32rem;
  }

  .h8-xl {
    height: 48rem;
  }

  .min-h1-xl {
    min-height: 1rem;
  }

  .min-h2-xl {
    min-height: 2rem;
  }

  .min-h3-xl {
    min-height: 4rem;
  }

  .min-h4-xl {
    min-height: 8rem;
  }

  .min-h5-xl {
    min-height: 16rem;
  }

  .min-h6-xl {
    min-height: 24rem;
  }

  .min-h7-xl {
    min-height: 32rem;
  }

  .min-h8-xl {
    min-height: 48rem;
  }
}

@media screen and (min-width: 91.25rem) {
  .h1-2x {
    height: 1rem;
  }

  .h2-2x {
    height: 2rem;
  }

  .h3-2x {
    height: 4rem;
  }

  .h4-2x {
    height: 8rem;
  }

  .h5-2x {
    height: 16rem;
  }

  .h-25-2x {
    height: 25%;
  }

  .h-50-2x {
    height: 50%;
  }

  .h-75-2x {
    height: 75%;
  }

  .h-100-2x {
    height: 100%;
  }

  .min-h-100-2x {
    min-height: 100%;
  }

  .vh-25-2x {
    height: 25vh;
  }

  .vh-50-2x {
    height: 50vh;
  }

  .vh-75-2x {
    height: 75vh;
  }

  .vh-100-2x {
    height: 100vh;
  }

  .min-vh-100-2x {
    min-height: 100vh;
  }

  .h-auto-2x {
    height: auto;
  }

  .h-inherit-2x {
    height: inherit;
  }

  .h025-2x {
    height: .25rem;
  }

  .h050-2x {
    height: .5rem;
  }

  .h075-2x {
    height: .75rem;
  }

  .h6-2x {
    height: 24rem;
  }

  .h7-2x {
    height: 32rem;
  }

  .h8-2x {
    height: 48rem;
  }

  .min-h1-2x {
    min-height: 1rem;
  }

  .min-h2-2x {
    min-height: 2rem;
  }

  .min-h3-2x {
    min-height: 4rem;
  }

  .min-h4-2x {
    min-height: 8rem;
  }

  .min-h5-2x {
    min-height: 16rem;
  }

  .min-h6-2x {
    min-height: 24rem;
  }

  .min-h7-2x {
    min-height: 32rem;
  }

  .min-h8-2x {
    min-height: 48rem;
  }
}

.tracked--1 {
  letter-spacing: -.05em;
}

.tracked0 {
  letter-spacing: .025em;
}

.tracked1 {
  letter-spacing: .05em;
}

.tracked2 {
  letter-spacing: .1em;
}

.tracked3 {
  letter-spacing: .25em;
}

@media screen and (min-width: 30em) {
  .tracked--1-ns {
    letter-spacing: -.05em;
  }

  .tracked0-ns {
    letter-spacing: .025em;
  }

  .tracked1-ns {
    letter-spacing: .05em;
  }

  .tracked2-ns {
    letter-spacing: .1em;
  }

  .tracked3-ns {
    letter-spacing: .25em;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .tracked--1-m {
    letter-spacing: -.05em;
  }

  .tracked0-m {
    letter-spacing: .025em;
  }

  .tracked1-m {
    letter-spacing: .05em;
  }

  .tracked2-m {
    letter-spacing: .1em;
  }

  .tracked3-m {
    letter-spacing: .25em;
  }
}

@media screen and (min-width: 60em) {
  .tracked--1-l {
    letter-spacing: -.05em;
  }

  .tracked0-l {
    letter-spacing: .025em;
  }

  .tracked1-l {
    letter-spacing: .05em;
  }

  .tracked2-l {
    letter-spacing: .1em;
  }

  .tracked3-l {
    letter-spacing: .25em;
  }
}

@media screen and (min-width: 77.5rem) {
  .tracked--1-xl {
    letter-spacing: -.05em;
  }

  .tracked0-xl {
    letter-spacing: .025em;
  }

  .tracked1-xl {
    letter-spacing: .05em;
  }

  .tracked2-xl {
    letter-spacing: .1em;
  }

  .tracked3-xl {
    letter-spacing: .25em;
  }
}

@media screen and (min-width: 91.25rem) {
  .tracked--1-2x {
    letter-spacing: -.05em;
  }

  .tracked0-2x {
    letter-spacing: .025em;
  }

  .tracked1-2x {
    letter-spacing: .05em;
  }

  .tracked2-2x {
    letter-spacing: .1em;
  }

  .tracked3-2x {
    letter-spacing: .25em;
  }
}

.lh-solid {
  line-height: 1;
}

.lh-title {
  line-height: 1.25;
}

.lh-copy {
  line-height: 1.5;
}

@media screen and (min-width: 30em) {
  .lh-solid-ns {
    line-height: 1;
  }

  .lh-title-ns {
    line-height: 1.25;
  }

  .lh-copy-ns {
    line-height: 1.5;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .lh-solid-m {
    line-height: 1;
  }

  .lh-title-m {
    line-height: 1.25;
  }

  .lh-copy-m {
    line-height: 1.5;
  }
}

@media screen and (min-width: 60em) {
  .lh-solid-l {
    line-height: 1;
  }

  .lh-title-l {
    line-height: 1.25;
  }

  .lh-copy-l {
    line-height: 1.5;
  }
}

.lh0 {
  line-height: 0;
}

.lh1 {
  line-height: 1;
}

@media screen and (min-width: 30em) {
  .lh0-ns {
    line-height: 0;
  }

  .lh1-ns {
    line-height: 1;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .lh0-m {
    line-height: 0;
  }

  .lh1-m {
    line-height: 1;
  }
}

@media screen and (min-width: 60em) {
  .lh0-l {
    line-height: 0;
  }

  .lh1-l {
    line-height: 1;
  }
}

@media screen and (min-width: 77.5rem) {
  .lh0-xl {
    line-height: 0;
  }

  .lh1-xl {
    line-height: 1;
  }
}

@media screen and (min-width: 91.25rem) {
  .lh0-2x {
    line-height: 0;
  }

  .lh1-2x {
    line-height: 1;
  }
}

.link {
  text-decoration: none;
  -webkit-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.link:link,.link:visited {
  -webkit-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.link:hover {
  -webkit-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.link:active {
  -webkit-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.link:focus {
  -webkit-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
  outline: 1px dotted currentColor;
}

.link-dotted {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
  -webkit-text-decoration-skip: unset;
  text-decoration-skip: unset;
}

.hover-link-solid:hover {
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
}

.link-underline-dark {
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(0,0,0,0.15);
  text-decoration-color: rgba(0,0,0,0.15);
}

.link-underline-dark:hover {
  -webkit-text-decoration-color: initial;
  text-decoration-color: initial;
}

.link-underline-light {
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(255,255,255,0.25);
  text-decoration-color: rgba(255,255,255,0.25);
}

.link-underline-light:hover {
  -webkit-text-decoration-color: initial;
  text-decoration-color: initial;
}

.list {
  list-style-type: none;
}

.list-position-inside {
  list-style-position: inside;
}

.list-position-outside {
  list-style-position: outside;
}

.list-custom li {
  counter-increment: step-counter;
}

.list-custom li:before {
  content: counter(step-counter);
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 2rem;
  height: 100%;
  opacity: 0.15;
  padding-right: 1em;
  border-right: 1px solid;
  text-align: right;
  font-weight: 600;
  line-height: 1.1;
}

.mw-100 {
  max-width: 100%;
}

.mw1 {
  max-width: 16rem;
}

.mw2 {
  max-width: 20rem;
}

.mw3 {
  max-width: 25rem;
}

.mw4 {
  max-width: 31.25rem;
}

.mw5 {
  max-width: 39.0625rem;
}

.mw6 {
  max-width: 48.82812rem;
}

.mw7 {
  max-width: 61.03516rem;
}

.mw8 {
  max-width: 76.29395rem;
}

.mw9 {
  max-width: 95.36743rem;
}

.mw-none {
  max-width: none;
}

@media screen and (min-width: 30em) {
  .mw-100-ns {
    max-width: 100%;
  }

  .mw1-ns {
    max-width: 16rem;
  }

  .mw2-ns {
    max-width: 20rem;
  }

  .mw3-ns {
    max-width: 25rem;
  }

  .mw4-ns {
    max-width: 31.25rem;
  }

  .mw5-ns {
    max-width: 39.0625rem;
  }

  .mw6-ns {
    max-width: 48.82812rem;
  }

  .mw7-ns {
    max-width: 61.03516rem;
  }

  .mw8-ns {
    max-width: 76.29395rem;
  }

  .mw9-ns {
    max-width: 95.36743rem;
  }

  .mw-none-ns {
    max-width: none;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .mw-100-m {
    max-width: 100%;
  }

  .mw1-m {
    max-width: 16rem;
  }

  .mw2-m {
    max-width: 20rem;
  }

  .mw3-m {
    max-width: 25rem;
  }

  .mw4-m {
    max-width: 31.25rem;
  }

  .mw5-m {
    max-width: 39.0625rem;
  }

  .mw6-m {
    max-width: 48.82812rem;
  }

  .mw7-m {
    max-width: 61.03516rem;
  }

  .mw8-m {
    max-width: 76.29395rem;
  }

  .mw9-m {
    max-width: 95.36743rem;
  }

  .mw-none-m {
    max-width: none;
  }
}

@media screen and (min-width: 60em) {
  .mw-100-l {
    max-width: 100%;
  }

  .mw1-l {
    max-width: 16rem;
  }

  .mw2-l {
    max-width: 20rem;
  }

  .mw3-l {
    max-width: 25rem;
  }

  .mw4-l {
    max-width: 31.25rem;
  }

  .mw5-l {
    max-width: 39.0625rem;
  }

  .mw6-l {
    max-width: 48.82812rem;
  }

  .mw7-l {
    max-width: 61.03516rem;
  }

  .mw8-l {
    max-width: 76.29395rem;
  }

  .mw9-l {
    max-width: 95.36743rem;
  }

  .mw-none-l {
    max-width: none;
  }
}

@media screen and (min-width: 77.5rem) {
  .mw-100-xl {
    max-width: 100%;
  }

  .mw1-xl {
    max-width: 16rem;
  }

  .mw2-xl {
    max-width: 20rem;
  }

  .mw3-xl {
    max-width: 25rem;
  }

  .mw4-xl {
    max-width: 31.25rem;
  }

  .mw5-xl {
    max-width: 39.0625rem;
  }

  .mw6-xl {
    max-width: 48.82812rem;
  }

  .mw7-xl {
    max-width: 61.03516rem;
  }

  .mw8-xl {
    max-width: 76.29395rem;
  }

  .mw9-xl {
    max-width: 95.36743rem;
  }

  .mw-none-xl {
    max-width: none;
  }
}

@media screen and (min-width: 91.25rem) {
  .mw-100-2x {
    max-width: 100%;
  }

  .mw1-2x {
    max-width: 16rem;
  }

  .mw2-2x {
    max-width: 20rem;
  }

  .mw3-2x {
    max-width: 25rem;
  }

  .mw4-2x {
    max-width: 31.25rem;
  }

  .mw5-2x {
    max-width: 39.0625rem;
  }

  .mw6-2x {
    max-width: 48.82812rem;
  }

  .mw7-2x {
    max-width: 61.03516rem;
  }

  .mw8-2x {
    max-width: 76.29395rem;
  }

  .mw9-2x {
    max-width: 95.36743rem;
  }

  .mw-none-2x {
    max-width: none;
  }
}

.w1 {
  width: 1rem;
}

.w2 {
  width: 2rem;
}

.w3 {
  width: 4rem;
}

.w4 {
  width: 8rem;
}

.w5 {
  width: 16rem;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-33 {
  width: 33%;
}

.w-34 {
  width: 34%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.w-third {
  width: 33.33333%;
}

.w-two-thirds {
  width: 66.66667%;
}

.w-auto {
  width: auto;
}

@media screen and (min-width: 30em) {
  .w1-ns {
    width: 1rem;
  }

  .w2-ns {
    width: 2rem;
  }

  .w3-ns {
    width: 4rem;
  }

  .w4-ns {
    width: 8rem;
  }

  .w5-ns {
    width: 16rem;
  }

  .w-10-ns {
    width: 10%;
  }

  .w-20-ns {
    width: 20%;
  }

  .w-25-ns {
    width: 25%;
  }

  .w-30-ns {
    width: 30%;
  }

  .w-33-ns {
    width: 33%;
  }

  .w-34-ns {
    width: 34%;
  }

  .w-40-ns {
    width: 40%;
  }

  .w-50-ns {
    width: 50%;
  }

  .w-60-ns {
    width: 60%;
  }

  .w-70-ns {
    width: 70%;
  }

  .w-75-ns {
    width: 75%;
  }

  .w-80-ns {
    width: 80%;
  }

  .w-90-ns {
    width: 90%;
  }

  .w-100-ns {
    width: 100%;
  }

  .w-third-ns {
    width: 33.33333%;
  }

  .w-two-thirds-ns {
    width: 66.66667%;
  }

  .w-auto-ns {
    width: auto;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .w1-m {
    width: 1rem;
  }

  .w2-m {
    width: 2rem;
  }

  .w3-m {
    width: 4rem;
  }

  .w4-m {
    width: 8rem;
  }

  .w5-m {
    width: 16rem;
  }

  .w-10-m {
    width: 10%;
  }

  .w-20-m {
    width: 20%;
  }

  .w-25-m {
    width: 25%;
  }

  .w-30-m {
    width: 30%;
  }

  .w-33-m {
    width: 33%;
  }

  .w-34-m {
    width: 34%;
  }

  .w-40-m {
    width: 40%;
  }

  .w-50-m {
    width: 50%;
  }

  .w-60-m {
    width: 60%;
  }

  .w-70-m {
    width: 70%;
  }

  .w-75-m {
    width: 75%;
  }

  .w-80-m {
    width: 80%;
  }

  .w-90-m {
    width: 90%;
  }

  .w-100-m {
    width: 100%;
  }

  .w-third-m {
    width: 33.33333%;
  }

  .w-two-thirds-m {
    width: 66.66667%;
  }

  .w-auto-m {
    width: auto;
  }
}

@media screen and (min-width: 60em) {
  .w1-l {
    width: 1rem;
  }

  .w2-l {
    width: 2rem;
  }

  .w3-l {
    width: 4rem;
  }

  .w4-l {
    width: 8rem;
  }

  .w5-l {
    width: 16rem;
  }

  .w-10-l {
    width: 10%;
  }

  .w-20-l {
    width: 20%;
  }

  .w-25-l {
    width: 25%;
  }

  .w-30-l {
    width: 30%;
  }

  .w-33-l {
    width: 33%;
  }

  .w-34-l {
    width: 34%;
  }

  .w-40-l {
    width: 40%;
  }

  .w-50-l {
    width: 50%;
  }

  .w-60-l {
    width: 60%;
  }

  .w-70-l {
    width: 70%;
  }

  .w-75-l {
    width: 75%;
  }

  .w-80-l {
    width: 80%;
  }

  .w-90-l {
    width: 90%;
  }

  .w-100-l {
    width: 100%;
  }

  .w-third-l {
    width: 33.33333%;
  }

  .w-two-thirds-l {
    width: 66.66667%;
  }

  .w-auto-l {
    width: auto;
  }
}

.w6 {
  width: 32rem;
}

.w7 {
  width: 64rem;
}

.w8 {
  width: 128rem;
}

.w025 {
  width: 0.25rem;
}

.w050 {
  width: 0.5rem;
}

.w075 {
  width: 0.75rem;
}

.w-0 {
  width: 0;
}

.w-1 {
  width: 1%;
}

.w-15 {
  width: 15%;
}

.w-32 {
  width: 32%;
}

.w-45 {
  width: 45%;
}

.w-49 {
  width: 49%;
}

.w-85 {
  width: 85%;
}

.w-grid-2 {
  width: calc(100%/2);
}

.w-grid-3 {
  width: calc(100%/3);
}

.w-grid-4 {
  width: calc(100%/4);
}

.w-grid-6 {
  width: calc(100%/6);
}

.w-grid-8 {
  width: calc(100%/8);
}

.w-grid-9 {
  width: calc(100%/9);
}

.w-grid-10 {
  width: calc(100%/10);
}

.w-grid-12 {
  width: calc(100%/12);
}

.w-grid-16 {
  width: calc(100%/16);
}

.w-grid-20 {
  width: calc(100%/20);
}

.w-grid-24 {
  width: calc(100%/24);
}

.w-grid-32 {
  width: calc(100%/32);
}

@media screen and (min-width: 30em) {
  .w6-ns {
    width: 32rem;
  }

  .w7-ns {
    width: 64rem;
  }

  .w8-ns {
    width: 128rem;
  }

  .w025-ns {
    width: 0.25rem;
  }

  .w050-ns {
    width: 0.5rem;
  }

  .w075-ns {
    width: 0.75rem;
  }

  .w-0-ns {
    width: 0;
  }

  .w-15-ns {
    width: 15%;
  }

  .w-32-ns {
    width: 32%;
  }

  .w-45-ns {
    width: 45%;
  }

  .w-49-ns {
    width: 49%;
  }

  .w-85-ns {
    width: 85%;
  }

  .w-grid-2-ns {
    width: calc(100%/2);
  }

  .w-grid-3-ns {
    width: calc(100%/3);
  }

  .w-grid-4-ns {
    width: calc(100%/4);
  }

  .w-grid-6-ns {
    width: calc(100%/6);
  }

  .w-grid-8-ns {
    width: calc(100%/8);
  }

  .w-grid-9-ns {
    width: calc(100%/9);
  }

  .w-grid-10-ns {
    width: calc(100%/10);
  }

  .w-grid-12-ns {
    width: calc(100%/12);
  }

  .w-grid-16-ns {
    width: calc(100%/16);
  }

  .w-grid-20-ns {
    width: calc(100%/20);
  }

  .w-grid-24-ns {
    width: calc(100%/24);
  }

  .w-grid-32-ns {
    width: calc(100%/32);
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .w6-m {
    width: 32rem;
  }

  .w7-m {
    width: 64rem;
  }

  .w8-m {
    width: 128rem;
  }

  .w025-m {
    width: 0.25rem;
  }

  .w050-m {
    width: 0.5rem;
  }

  .w075-m {
    width: 0.75rem;
  }

  .w-0-m {
    width: 0;
  }

  .w-15-m {
    width: 15%;
  }

  .w-32-m {
    width: 32%;
  }

  .w-45-m {
    width: 45%;
  }

  .w-49-m {
    width: 49%;
  }

  .w-85-m {
    width: 85%;
  }

  .w-grid-2-m {
    width: calc(100%/2);
  }

  .w-grid-3-m {
    width: calc(100%/3);
  }

  .w-grid-4-m {
    width: calc(100%/4);
  }

  .w-grid-6-m {
    width: calc(100%/6);
  }

  .w-grid-8-m {
    width: calc(100%/8);
  }

  .w-grid-9-m {
    width: calc(100%/9);
  }

  .w-grid-10-m {
    width: calc(100%/10);
  }

  .w-grid-12-m {
    width: calc(100%/12);
  }

  .w-grid-16-m {
    width: calc(100%/16);
  }

  .w-grid-20-m {
    width: calc(100%/20);
  }

  .w-grid-24-m {
    width: calc(100%/24);
  }

  .w-grid-32-m {
    width: calc(100%/32);
  }
}

@media screen and (min-width: 60em) {
  .w6-l {
    width: 32rem;
  }

  .w7-l {
    width: 64rem;
  }

  .w8-l {
    width: 128rem;
  }

  .w025-l {
    width: 0.25rem;
  }

  .w050-l {
    width: 0.5rem;
  }

  .w075-l {
    width: 0.75rem;
  }

  .w-0-l {
    width: 0;
  }

  .w-15-l {
    width: 15%;
  }

  .w-32-l {
    width: 32%;
  }

  .w-45-l {
    width: 45%;
  }

  .w-49-l {
    width: 49%;
  }

  .w-85-l {
    width: 85%;
  }

  .w-grid-2-l {
    width: calc(100%/2);
  }

  .w-grid-3-l {
    width: calc(100%/3);
  }

  .w-grid-4-l {
    width: calc(100%/4);
  }

  .w-grid-4-l {
    width: calc(100%/4);
  }

  .w-grid-6-l {
    width: calc(100%/6);
  }

  .w-grid-8-l {
    width: calc(100%/8);
  }

  .w-grid-9-l {
    width: calc(100%/9);
  }

  .w-grid-10-l {
    width: calc(100%/10);
  }

  .w-grid-12-l {
    width: calc(100%/12);
  }

  .w-grid-16-l {
    width: calc(100%/16);
  }

  .w-grid-20-l {
    width: calc(100%/20);
  }

  .w-grid-24-l {
    width: calc(100%/24);
  }

  .w-grid-32-l {
    width: calc(100%/32);
  }
}

@media screen and (min-width: 77.5rem) {
  .w1-xl {
    width: 1rem;
  }

  .w2-xl {
    width: 2rem;
  }

  .w3-xl {
    width: 4rem;
  }

  .w4-xl {
    width: 8rem;
  }

  .w5-xl {
    width: 16rem;
  }

  .w-10-xl {
    width: 10%;
  }

  .w-20-xl {
    width: 20%;
  }

  .w-25-xl {
    width: 25%;
  }

  .w-30-xl {
    width: 30%;
  }

  .w-33-xl {
    width: 33%;
  }

  .w-34-xl {
    width: 34%;
  }

  .w-40-xl {
    width: 40%;
  }

  .w-50-xl {
    width: 50%;
  }

  .w-60-xl {
    width: 60%;
  }

  .w-70-xl {
    width: 70%;
  }

  .w-75-xl {
    width: 75%;
  }

  .w-80-xl {
    width: 80%;
  }

  .w-90-xl {
    width: 90%;
  }

  .w-100-xl {
    width: 100%;
  }

  .w-third-xl {
    width: 33.33333%;
  }

  .w-two-thirds-xl {
    width: 66.66667%;
  }

  .w-auto-xl {
    width: auto;
  }

  .w6-xl {
    width: 32rem;
  }

  .w7-xl {
    width: 64rem;
  }

  .w8-xl {
    width: 128rem;
  }

  .w025-xl {
    width: 0.25rem;
  }

  .w050-xl {
    width: 0.5rem;
  }

  .w075-xl {
    width: 0.75rem;
  }

  .w-0-xl {
    width: 0;
  }

  .w-1-xl {
    width: 1%;
  }

  .w-15-xl {
    width: 15%;
  }

  .w-45-xl {
    width: 45%;
  }

  .w-49-xl {
    width: 49%;
  }

  .w-85-xl {
    width: 85%;
  }

  .w-grid-2-xl {
    width: calc(100%/2);
  }

  .w-grid-3-xl {
    width: calc(100%/3);
  }

  .w-grid-4-xl {
    width: calc(100%/4);
  }

  .w-grid-6-xl {
    width: calc(100%/6);
  }

  .w-grid-8-xl {
    width: calc(100%/8);
  }

  .w-grid-9-xl {
    width: calc(100%/9);
  }

  .w-grid-10-xl {
    width: calc(100%/10);
  }

  .w-grid-12-xl {
    width: calc(100%/12);
  }

  .w-grid-16-xl {
    width: calc(100%/16);
  }

  .w-grid-20-xl {
    width: calc(100%/20);
  }

  .w-grid-24-xl {
    width: calc(100%/24);
  }

  .w-grid-32-xl {
    width: calc(100%/32);
  }
}

@media screen and (min-width: 91.25rem) {
  .w1-2x {
    width: 1rem;
  }

  .w2-2x {
    width: 2rem;
  }

  .w3-2x {
    width: 4rem;
  }

  .w4-2x {
    width: 8rem;
  }

  .w5-2x {
    width: 16rem;
  }

  .w-10-2x {
    width: 10%;
  }

  .w-20-2x {
    width: 20%;
  }

  .w-25-2x {
    width: 25%;
  }

  .w-30-2x {
    width: 30%;
  }

  .w-33-2x {
    width: 33%;
  }

  .w-34-2x {
    width: 34%;
  }

  .w-40-2x {
    width: 40%;
  }

  .w-50-2x {
    width: 50%;
  }

  .w-60-2x {
    width: 60%;
  }

  .w-70-2x {
    width: 70%;
  }

  .w-75-2x {
    width: 75%;
  }

  .w-80-2x {
    width: 80%;
  }

  .w-90-2x {
    width: 90%;
  }

  .w-100-2x {
    width: 100%;
  }

  .w-third-2x {
    width: 33.33333%;
  }

  .w-two-thirds-2x {
    width: 66.66667%;
  }

  .w-auto-2x {
    width: auto;
  }

  .w6-2x {
    width: 32rem;
  }

  .w7-2x {
    width: 64rem;
  }

  .w8-2x {
    width: 128rem;
  }

  .w025-2x {
    width: 0.25rem;
  }

  .w050-2x {
    width: 0.5rem;
  }

  .w075-2x {
    width: 0.75rem;
  }

  .w-0-2x {
    width: 0;
  }

  .w-1-2x {
    width: 1%;
  }

  .w-15-2x {
    width: 15%;
  }

  .w-45-2x {
    width: 45%;
  }

  .w-49-2x {
    width: 49%;
  }

  .w-85-2x {
    width: 85%;
  }

  .w-grid-2-2x {
    width: calc(100%/2);
  }

  .w-grid-3-2x {
    width: calc(100%/3);
  }

  .w-grid-4-2x {
    width: calc(100%/4);
  }

  .w-grid-6-2x {
    width: calc(100%/6);
  }

  .w-grid-8-2x {
    width: calc(100%/8);
  }

  .w-grid-9-2x {
    width: calc(100%/9);
  }

  .w-grid-10-2x {
    width: calc(100%/10);
  }

  .w-grid-12-2x {
    width: calc(100%/12);
  }

  .w-grid-16-2x {
    width: calc(100%/16);
  }

  .w-grid-20-2x {
    width: calc(100%/20);
  }

  .w-grid-24-2x {
    width: calc(100%/24);
  }

  .w-grid-32-2x {
    width: calc(100%/32);
  }
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-y-auto {
  overflow-y: auto;
}

@media screen and (min-width: 30em) {
  .overflow-visible-ns {
    overflow: visible;
  }

  .overflow-hidden-ns {
    overflow: hidden;
  }

  .overflow-scroll-ns {
    overflow: scroll;
  }

  .overflow-auto-ns {
    overflow: auto;
  }

  .overflow-x-visible-ns {
    overflow-x: visible;
  }

  .overflow-x-hidden-ns {
    overflow-x: hidden;
  }

  .overflow-x-scroll-ns {
    overflow-x: scroll;
  }

  .overflow-x-auto-ns {
    overflow-x: auto;
  }

  .overflow-y-visible-ns {
    overflow-y: visible;
  }

  .overflow-y-hidden-ns {
    overflow-y: hidden;
  }

  .overflow-y-scroll-ns {
    overflow-y: scroll;
  }

  .overflow-y-auto-ns {
    overflow-y: auto;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .overflow-visible-m {
    overflow: visible;
  }

  .overflow-hidden-m {
    overflow: hidden;
  }

  .overflow-scroll-m {
    overflow: scroll;
  }

  .overflow-auto-m {
    overflow: auto;
  }

  .overflow-x-visible-m {
    overflow-x: visible;
  }

  .overflow-x-hidden-m {
    overflow-x: hidden;
  }

  .overflow-x-scroll-m {
    overflow-x: scroll;
  }

  .overflow-x-auto-m {
    overflow-x: auto;
  }

  .overflow-y-visible-m {
    overflow-y: visible;
  }

  .overflow-y-hidden-m {
    overflow-y: hidden;
  }

  .overflow-y-scroll-m {
    overflow-y: scroll;
  }

  .overflow-y-auto-m {
    overflow-y: auto;
  }
}

@media screen and (min-width: 60em) {
  .overflow-visible-l {
    overflow: visible;
  }

  .overflow-hidden-l {
    overflow: hidden;
  }

  .overflow-scroll-l {
    overflow: scroll;
  }

  .overflow-auto-l {
    overflow: auto;
  }

  .overflow-x-visible-l {
    overflow-x: visible;
  }

  .overflow-x-hidden-l {
    overflow-x: hidden;
  }

  .overflow-x-scroll-l {
    overflow-x: scroll;
  }

  .overflow-x-auto-l {
    overflow-x: auto;
  }

  .overflow-y-visible-l {
    overflow-y: visible;
  }

  .overflow-y-hidden-l {
    overflow-y: hidden;
  }

  .overflow-y-scroll-l {
    overflow-y: scroll;
  }

  .overflow-y-auto-l {
    overflow-y: auto;
  }
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

@media screen and (min-width: 30em) {
  .static-ns {
    position: static;
  }

  .relative-ns {
    position: relative;
  }

  .absolute-ns {
    position: absolute;
  }

  .fixed-ns {
    position: fixed;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .static-m {
    position: static;
  }

  .relative-m {
    position: relative;
  }

  .absolute-m {
    position: absolute;
  }

  .fixed-m {
    position: fixed;
  }
}

@media screen and (min-width: 60em) {
  .static-l {
    position: static;
  }

  .relative-l {
    position: relative;
  }

  .absolute-l {
    position: absolute;
  }

  .fixed-l {
    position: fixed;
  }
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

@media screen and (min-width: 30em) {
  .sticky-ns {
    position: -webkit-sticky;
    position: sticky;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .sticky-m {
    position: -webkit-sticky;
    position: sticky;
  }
}

@media screen and (min-width: 60em) {
  .sticky-l {
    position: -webkit-sticky;
    position: sticky;
  }
}

@media screen and (min-width: 77.5rem) {
  .static-xl {
    position: static;
  }

  .relative-xl {
    position: relative;
  }

  .absolute-xl {
    position: absolute;
  }

  .fixed-xl {
    position: fixed;
  }

  .sticky-xl {
    position: -webkit-sticky;
    position: sticky;
  }
}

@media screen and (min-width: 91.25rem) {
  .static-2x {
    position: static;
  }

  .relative-2x {
    position: relative;
  }

  .absolute-2x {
    position: absolute;
  }

  .fixed-2x {
    position: fixed;
  }

  .sticky-2x {
    position: -webkit-sticky;
    position: sticky;
  }
}

.o-100 {
  opacity: 1;
}

.o-90 {
  opacity: .9;
}

.o-80 {
  opacity: .8;
}

.o-70 {
  opacity: .7;
}

.o-60 {
  opacity: .6;
}

.o-50 {
  opacity: .5;
}

.o-40 {
  opacity: .4;
}

.o-30 {
  opacity: .3;
}

.o-20 {
  opacity: .2;
}

.o-10 {
  opacity: .1;
}

.o-05 {
  opacity: .05;
}

.o-025 {
  opacity: .025;
}

.o-0 {
  opacity: 0;
}

.o-75 {
  opacity: .75;
}

.o-25 {
  opacity: .25;
}

.o-15 {
  opacity: .15;
}

.o-0125 {
  opacity: .0125;
}

.rotate-45 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.rotate-135 {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.rotate-225 {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
      transform: rotate(225deg);
}

.rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}

.rotate-315 {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
      transform: rotate(315deg);
}

@media screen and (min-width: 30em) {
  .rotate-45-ns {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }

  .rotate-90-ns {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
  }

  .rotate-135-ns {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
  }

  .rotate-180-ns {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }

  .rotate-225-ns {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
        transform: rotate(225deg);
  }

  .rotate-270-ns {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
        transform: rotate(270deg);
  }

  .rotate-315-ns {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
        transform: rotate(315deg);
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .rotate-45-m {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }

  .rotate-90-m {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
  }

  .rotate-135-m {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
  }

  .rotate-180-m {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }

  .rotate-225-m {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
        transform: rotate(225deg);
  }

  .rotate-270-m {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
        transform: rotate(270deg);
  }

  .rotate-315-m {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
        transform: rotate(315deg);
  }
}

@media screen and (min-width: 60em) {
  .rotate-45-l {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }

  .rotate-90-l {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
  }

  .rotate-135-l {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
  }

  .rotate-180-l {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }

  .rotate-225-l {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
        transform: rotate(225deg);
  }

  .rotate-270-l {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
        transform: rotate(270deg);
  }

  .rotate-315-l {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
        transform: rotate(315deg);
  }
}

.color-inherit {
  color: inherit;
}

.black-90 {
  color: rgba(0,0,0,0.9);
}

.black-80 {
  color: rgba(0,0,0,0.8);
}

.black-70 {
  color: rgba(0,0,0,0.7);
}

.black-60 {
  color: rgba(0,0,0,0.6);
}

.black-50 {
  color: rgba(0,0,0,0.5);
}

.black-40 {
  color: rgba(0,0,0,0.4);
}

.black-30 {
  color: rgba(0,0,0,0.3);
}

.black-20 {
  color: rgba(0,0,0,0.2);
}

.black-15 {
  color: rgba(0,0,0,0.15);
}

.black-10 {
  color: rgba(0,0,0,0.1);
}

.black-05 {
  color: rgba(0,0,0,0.05);
}

.white-90 {
  color: rgba(255,255,255,0.9);
}

.white-80 {
  color: rgba(255,255,255,0.8);
}

.white-70 {
  color: rgba(255,255,255,0.7);
}

.white-60 {
  color: rgba(255,255,255,0.6);
}

.white-50 {
  color: rgba(255,255,255,0.5);
}

.white-40 {
  color: rgba(255,255,255,0.4);
}

.white-30 {
  color: rgba(255,255,255,0.3);
}

.white-20 {
  color: rgba(255,255,255,0.2);
}

.white-10 {
  color: rgba(255,255,255,0.1);
}

.white-05 {
  color: rgba(255,255,255,0.05);
}

.black {
  color: #000;
}

.near-black {
  color: #212529;
}

.dark-gray {
  color: #868e96;
}

.mid-gray {
  color: #495057;
}

.gray {
  color: #adb5bd;
}

.silver {
  color: #adb5bd;
}

.light-silver {
  color: #ced4da;
}

.moon-gray {
  color: #dee2e6;
}

.light-gray {
  color: #ced4da;
}

.near-white {
  color: #f8f9fa;
}

.white {
  color: #fff;
}

.dark-red {
  color: #f03e3e;
}

.red {
  color: #fa5252;
}

.light-red {
  color: #ff8787;
}

.orange {
  color: #fd7e14;
}

.gold {
  color: #fcc419;
}

.yellow {
  color: #ffd43b;
}

.light-yellow {
  color: #ffe066;
}

.purple {
  color: #7950f2;
}

.light-purple {
  color: #9775fa;
}

.dark-pink {
  color: #f06595;
}

.hot-pink {
  color: #c2255c;
}

.pink {
  color: #f783ac;
}

.light-pink {
  color: #faa2c1;
}

.dark-green {
  color: #37b24d;
}

.green {
  color: #40c057;
}

.light-green {
  color: #69db7c;
}

.navy {
  color: #1864ab;
}

.dark-blue {
  color: #1c7ed6;
}

.blue {
  color: #228be6;
}

.light-blue {
  color: #4dabf7;
}

.lightest-blue {
  color: #d0ebff;
}

.washed-blue {
  color: #e7f5ff;
}

.washed-green {
  color: #ebfbee;
}

.washed-yellow {
  color: #fff9db;
}

.washed-red {
  color: #fff5f5;
}

.bg-black-90 {
  background-color: rgba(0,0,0,0.9);
}

.bg-black-80 {
  background-color: rgba(0,0,0,0.8);
}

.bg-black-70 {
  background-color: rgba(0,0,0,0.7);
}

.bg-black-60 {
  background-color: rgba(0,0,0,0.6);
}

.bg-black-50 {
  background-color: rgba(0,0,0,0.5);
}

.bg-black-40 {
  background-color: rgba(0,0,0,0.4);
}

.bg-black-30 {
  background-color: rgba(0,0,0,0.3);
}

.bg-black-20 {
  background-color: rgba(0,0,0,0.2);
}

.bg-black-15 {
  background-color: rgba(0,0,0,0.15);
}

.bg-black-10 {
  background-color: rgba(0,0,0,0.1);
}

.bg-black-05 {
  background-color: rgba(0,0,0,0.05);
}

.bg-white-90 {
  background-color: rgba(255,255,255,0.9);
}

.bg-white-80 {
  background-color: rgba(255,255,255,0.8);
}

.bg-white-70 {
  background-color: rgba(255,255,255,0.7);
}

.bg-white-60 {
  background-color: rgba(255,255,255,0.6);
}

.bg-white-50 {
  background-color: rgba(255,255,255,0.5);
}

.bg-white-40 {
  background-color: rgba(255,255,255,0.4);
}

.bg-white-30 {
  background-color: rgba(255,255,255,0.3);
}

.bg-white-20 {
  background-color: rgba(255,255,255,0.2);
}

.bg-white-10 {
  background-color: rgba(255,255,255,0.1);
}

.bg-white-05 {
  background-color: rgba(255,255,255,0.05);
}

.bg-black {
  background-color: #000;
}

.bg-near-black {
  background-color: #212529;
}

.bg-dark-gray {
  background-color: #868e96;
}

.bg-mid-gray {
  background-color: #495057;
}

.bg-gray {
  background-color: #adb5bd;
}

.bg-silver {
  background-color: #adb5bd;
}

.bg-light-silver {
  background-color: #ced4da;
}

.bg-moon-gray {
  background-color: #dee2e6;
}

.bg-light-gray {
  background-color: #ced4da;
}

.bg-near-white {
  background-color: #f8f9fa;
}

.bg-white {
  background-color: #fff;
}

.bg-transparent {
  background-color: rgba(0,0,0,0);
}

.bg-dark-red {
  background-color: #f03e3e;
}

.bg-red {
  background-color: #fa5252;
}

.bg-light-red {
  background-color: #ff8787;
}

.bg-orange {
  background-color: #fd7e14;
}

.bg-gold {
  background-color: #fcc419;
}

.bg-yellow {
  background-color: #ffd43b;
}

.bg-light-yellow {
  background-color: #ffe066;
}

.bg-purple {
  background-color: #7950f2;
}

.bg-light-purple {
  background-color: #9775fa;
}

.bg-dark-pink {
  background-color: #f06595;
}

.bg-hot-pink {
  background-color: #c2255c;
}

.bg-pink {
  background-color: #f783ac;
}

.bg-light-pink {
  background-color: #faa2c1;
}

.bg-dark-green {
  background-color: #37b24d;
}

.bg-green {
  background-color: #40c057;
}

.bg-light-green {
  background-color: #69db7c;
}

.bg-navy {
  background-color: #1864ab;
}

.bg-dark-blue {
  background-color: #1c7ed6;
}

.bg-blue {
  background-color: #228be6;
}

.bg-light-blue {
  background-color: #4dabf7;
}

.bg-lightest-blue {
  background-color: #d0ebff;
}

.bg-washed-blue {
  background-color: #e7f5ff;
}

.bg-washed-green {
  background-color: #ebfbee;
}

.bg-washed-yellow {
  background-color: #fff9db;
}

.bg-washed-red {
  background-color: #fff5f5;
}

.bg-inherit {
  background-color: inherit;
}

.gray0 {
  color: #f8f9fa;
}

.gray1 {
  color: #f1f3f5;
}

.gray2 {
  color: #e9ecef;
}

.gray3 {
  color: #dee2e6;
}

.gray4 {
  color: #ced4da;
}

.gray5 {
  color: #adb5bd;
}

.gray6 {
  color: #868e96;
}

.gray7 {
  color: #495057;
}

.gray8 {
  color: #343a40;
}

.gray9 {
  color: #212529;
}

.red {
  color: #fa5252;
}

.red0 {
  color: #fff5f5;
}

.red1 {
  color: #ffe3e3;
}

.red2 {
  color: #ffc9c9;
}

.red3 {
  color: #ffa8a8;
}

.red4 {
  color: #ff8787;
}

.red5 {
  color: #ff6b6b;
}

.red6 {
  color: #fa5252;
}

.red7 {
  color: #f03e3e;
}

.red8 {
  color: #e03131;
}

.red9 {
  color: #c92a2a;
}

.orange {
  color: #fd7e14;
}

.orange0 {
  color: #fff4e6;
}

.orange1 {
  color: #ffe8cc;
}

.orange2 {
  color: #ffd8a8;
}

.orange3 {
  color: #ffc078;
}

.orange4 {
  color: #ffa94d;
}

.orange5 {
  color: #ff922b;
}

.orange6 {
  color: #fd7e14;
}

.orange7 {
  color: #f76707;
}

.orange8 {
  color: #e8590c;
}

.orange9 {
  color: #d9480f;
}

.yellow {
  color: #ffd43b;
}

.yellow0 {
  color: #fff9db;
}

.yellow1 {
  color: #fff3bf;
}

.yellow2 {
  color: #ffec99;
}

.yellow3 {
  color: #ffe066;
}

.yellow4 {
  color: #ffd43b;
}

.yellow5 {
  color: #fcc419;
}

.yellow6 {
  color: #fab005;
}

.yellow7 {
  color: #f59f00;
}

.yellow8 {
  color: #f08c00;
}

.yellow9 {
  color: #e67700;
}

.green {
  color: #40c057;
}

.green0 {
  color: #ebfbee;
}

.green1 {
  color: #d3f9d8;
}

.green2 {
  color: #b2f2bb;
}

.green3 {
  color: #8ce99a;
}

.green4 {
  color: #69db7c;
}

.green5 {
  color: #51cf66;
}

.green6 {
  color: #40c057;
}

.green7 {
  color: #37b24d;
}

.green8 {
  color: #2f9e44;
}

.green9 {
  color: #2b8a3e;
}

.lime {
  color: #82c91e;
}

.lime0 {
  color: #f4fce3;
}

.lime1 {
  color: #e9fac8;
}

.lime2 {
  color: #d8f5a2;
}

.lime3 {
  color: #c0eb75;
}

.lime4 {
  color: #a9e34b;
}

.lime5 {
  color: #94d82d;
}

.lime6 {
  color: #82c91e;
}

.lime7 {
  color: #74b816;
}

.lime8 {
  color: #66a80f;
}

.lime9 {
  color: #5c940d;
}

.teal {
  color: #12b886;
}

.teal0 {
  color: #e6fcf5;
}

.teal1 {
  color: #c3fae8;
}

.teal2 {
  color: #96f2d7;
}

.teal3 {
  color: #63e6be;
}

.teal4 {
  color: #38d9a9;
}

.teal5 {
  color: #20c997;
}

.teal6 {
  color: #12b886;
}

.teal7 {
  color: #0ca678;
}

.teal8 {
  color: #099268;
}

.teal9 {
  color: #087f5b;
}

.cyan {
  color: #15aabf;
}

.cyan0 {
  color: #e3fafc;
}

.cyan1 {
  color: #c5f6fa;
}

.cyan2 {
  color: #99e9f2;
}

.cyan3 {
  color: #66d9e8;
}

.cyan4 {
  color: #3bc9db;
}

.cyan5 {
  color: #22b8cf;
}

.cyan6 {
  color: #15aabf;
}

.cyan7 {
  color: #1098ad;
}

.cyan8 {
  color: #0c8599;
}

.cyan9 {
  color: #0b7285;
}

.blue {
  color: #228be6;
}

.blue0 {
  color: #e7f5ff;
}

.blue1 {
  color: #d0ebff;
}

.blue2 {
  color: #a5d8ff;
}

.blue3 {
  color: #74c0fc;
}

.blue4 {
  color: #4dabf7;
}

.blue5 {
  color: #339af0;
}

.blue6 {
  color: #228be6;
}

.blue7 {
  color: #1c7ed6;
}

.blue8 {
  color: #1971c2;
}

.blue9 {
  color: #1864ab;
}

.blue10 {
  color: #155592;
}

.indigo {
  color: #4c6ef5;
}

.indigo0 {
  color: #edf2ff;
}

.indigo1 {
  color: #dbe4ff;
}

.indigo2 {
  color: #bac8ff;
}

.indigo3 {
  color: #91a7ff;
}

.indigo4 {
  color: #748ffc;
}

.indigo5 {
  color: #5c7cfa;
}

.indigo6 {
  color: #4c6ef5;
}

.indigo7 {
  color: #4263eb;
}

.indigo8 {
  color: #3b5bdb;
}

.indigo9 {
  color: #364fc7;
}

.violet {
  color: #7950f2;
}

.violet0 {
  color: #f3f0ff;
}

.violet1 {
  color: #e5dbff;
}

.violet2 {
  color: #d0bfff;
}

.violet3 {
  color: #b197fc;
}

.violet4 {
  color: #9775fa;
}

.violet5 {
  color: #845ef7;
}

.violet6 {
  color: #7950f2;
}

.violet7 {
  color: #7048e8;
}

.violet8 {
  color: #6741d9;
}

.violet9 {
  color: #5f3dc4;
}

.grape {
  color: #be4bdb;
}

.grape0 {
  color: #f8f0fc;
}

.grape1 {
  color: #f3d9fa;
}

.grape2 {
  color: #eebefa;
}

.grape3 {
  color: #e599f7;
}

.grape4 {
  color: #da77f2;
}

.grape5 {
  color: #cc5de8;
}

.grape6 {
  color: #be4bdb;
}

.grape7 {
  color: #ae3ec9;
}

.grape8 {
  color: #9c36b5;
}

.grape9 {
  color: #862e9c;
}

.pink {
  color: #f783ac;
}

.pink0 {
  color: #fff0f6;
}

.pink1 {
  color: #ffdeeb;
}

.pink2 {
  color: #fcc2d7;
}

.pink3 {
  color: #faa2c1;
}

.pink4 {
  color: #f783ac;
}

.pink5 {
  color: #f06595;
}

.pink6 {
  color: #e64980;
}

.pink7 {
  color: #d6336c;
}

.pink8 {
  color: #c2255c;
}

.pink9 {
  color: #a61e4d;
}

.brown {
  color: #463b2d;
}

.brown0 {
  color: #e6b674;
}

.brown1 {
  color: #c09962;
}

.brown2 {
  color: #9d7e52;
}

.brown3 {
  color: #7e6644;
}

.brown4 {
  color: #665339;
}

.brown5 {
  color: #534532;
}

.brown6 {
  color: #463b2d;
}

.brown7 {
  color: #3c352a;
}

.brown8 {
  color: #36312a;
}

.brown9 {
  color: #332f2b;
}

.primary0 {
  color: #e7f5ff;
}

.primary1 {
  color: #d0ebff;
}

.primary2 {
  color: #a5d8ff;
}

.primary3 {
  color: #74c0fc;
}

.primary4 {
  color: #4dabf7;
}

.primary5 {
  color: #339af0;
}

.primary6 {
  color: #228be6;
}

.primary7 {
  color: #1c7ed6;
}

.primary8 {
  color: #1971c2;
}

.primary9 {
  color: #1864ab;
}

.primary10 {
  color: #155592;
}

.secondary0 {
  color: #f8f9fa;
}

.secondary1 {
  color: #f1f3f5;
}

.secondary2 {
  color: #e9ecef;
}

.secondary3 {
  color: #dee2e6;
}

.secondary4 {
  color: #ced4da;
}

.secondary5 {
  color: #adb5bd;
}

.secondary6 {
  color: #868e96;
}

.secondary7 {
  color: #495057;
}

.secondary8 {
  color: #343a40;
}

.secondary9 {
  color: #212529;
}

.vip0 {
  color: #e6fcf5;
}

.vip1 {
  color: #c3fae8;
}

.vip2 {
  color: #96f2d7;
}

.vip3 {
  color: #63e6be;
}

.vip4 {
  color: #38d9a9;
}

.vip5 {
  color: #20c997;
}

.vip6 {
  color: #12b886;
}

.vip7 {
  color: #0ca678;
}

.vip8 {
  color: #099268;
}

.vip9 {
  color: #087f5b;
}

.info0 {
  color: #e7f5ff;
}

.info1 {
  color: #d0ebff;
}

.info2 {
  color: #a5d8ff;
}

.info3 {
  color: #74c0fc;
}

.info4 {
  color: #4dabf7;
}

.info5 {
  color: #339af0;
}

.info6 {
  color: #228be6;
}

.info7 {
  color: #1c7ed6;
}

.info8 {
  color: #1971c2;
}

.info9 {
  color: #1864ab;
}

.success0 {
  color: #ebfbee;
}

.success1 {
  color: #d3f9d8;
}

.success2 {
  color: #b2f2bb;
}

.success3 {
  color: #8ce99a;
}

.success4 {
  color: #69db7c;
}

.success5 {
  color: #51cf66;
}

.success6 {
  color: #40c057;
}

.success7 {
  color: #37b24d;
}

.success8 {
  color: #2f9e44;
}

.success9 {
  color: #2b8a3e;
}

.danger0 {
  color: #fff5f5;
}

.danger1 {
  color: #ffe3e3;
}

.danger2 {
  color: #ffc9c9;
}

.danger3 {
  color: #ffa8a8;
}

.danger4 {
  color: #ff8787;
}

.danger5 {
  color: #ff6b6b;
}

.danger6 {
  color: #fa5252;
}

.danger7 {
  color: #f03e3e;
}

.danger8 {
  color: #e03131;
}

.danger9 {
  color: #c92a2a;
}

.warning0 {
  color: #fff9db;
}

.warning1 {
  color: #fff3bf;
}

.warning2 {
  color: #ffec99;
}

.warning3 {
  color: #ffe066;
}

.warning4 {
  color: #ffd43b;
}

.warning5 {
  color: #fcc419;
}

.warning6 {
  color: #fab005;
}

.warning7 {
  color: #f59f00;
}

.warning8 {
  color: #f08c00;
}

.warning9 {
  color: #e67700;
}

.bg-gray0 {
  background-color: #f8f9fa;
}

.bg-gray1 {
  background-color: #f1f3f5;
}

.bg-gray2 {
  background-color: #e9ecef;
}

.bg-gray3 {
  background-color: #dee2e6;
}

.bg-gray4 {
  background-color: #ced4da;
}

.bg-gray5 {
  background-color: #adb5bd;
}

.bg-gray6 {
  background-color: #868e96;
}

.bg-gray7 {
  background-color: #495057;
}

.bg-gray8 {
  background-color: #343a40;
}

.bg-gray9 {
  background-color: #212529;
}

.bg-red0 {
  background-color: #fff5f5;
}

.bg-red1 {
  background-color: #ffe3e3;
}

.bg-red2 {
  background-color: #ffc9c9;
}

.bg-red3 {
  background-color: #ffa8a8;
}

.bg-red4 {
  background-color: #ff8787;
}

.bg-red5 {
  background-color: #ff6b6b;
}

.bg-red6 {
  background-color: #fa5252;
}

.bg-red7 {
  background-color: #f03e3e;
}

.bg-red8 {
  background-color: #e03131;
}

.bg-red9 {
  background-color: #c92a2a;
}

.bg-orange0 {
  background-color: #fff4e6;
}

.bg-orange1 {
  background-color: #ffe8cc;
}

.bg-orange2 {
  background-color: #ffd8a8;
}

.bg-orange3 {
  background-color: #ffc078;
}

.bg-orange4 {
  background-color: #ffa94d;
}

.bg-orange5 {
  background-color: #ff922b;
}

.bg-orange6 {
  background-color: #fd7e14;
}

.bg-orange7 {
  background-color: #f76707;
}

.bg-orange8 {
  background-color: #e8590c;
}

.bg-orange9 {
  background-color: #d9480f;
}

.bg-yellow0 {
  background-color: #fff9db;
}

.bg-yellow1 {
  background-color: #fff3bf;
}

.bg-yellow2 {
  background-color: #ffec99;
}

.bg-yellow3 {
  background-color: #ffe066;
}

.bg-yellow4 {
  background-color: #ffd43b;
}

.bg-yellow5 {
  background-color: #fcc419;
}

.bg-yellow6 {
  background-color: #fab005;
}

.bg-yellow7 {
  background-color: #f59f00;
}

.bg-yellow8 {
  background-color: #f08c00;
}

.bg-yellow9 {
  background-color: #e67700;
}

.bg-green0 {
  background-color: #ebfbee;
}

.bg-green1 {
  background-color: #d3f9d8;
}

.bg-green2 {
  background-color: #b2f2bb;
}

.bg-green3 {
  background-color: #8ce99a;
}

.bg-green4 {
  background-color: #69db7c;
}

.bg-green5 {
  background-color: #51cf66;
}

.bg-green6 {
  background-color: #40c057;
}

.bg-green7 {
  background-color: #37b24d;
}

.bg-green8 {
  background-color: #2f9e44;
}

.bg-green9 {
  background-color: #2b8a3e;
}

.bg-lime {
  background-color: #82c91e;
}

.bg-lime0 {
  background-color: #f4fce3;
}

.bg-lime1 {
  background-color: #e9fac8;
}

.bg-lime2 {
  background-color: #d8f5a2;
}

.bg-lime3 {
  background-color: #c0eb75;
}

.bg-lime4 {
  background-color: #a9e34b;
}

.bg-lime5 {
  background-color: #94d82d;
}

.bg-lime6 {
  background-color: #82c91e;
}

.bg-lime7 {
  background-color: #74b816;
}

.bg-lime8 {
  background-color: #66a80f;
}

.bg-lime9 {
  background-color: #5c940d;
}

.bg-teal {
  background-color: #12b886;
}

.bg-teal0 {
  background-color: #e6fcf5;
}

.bg-teal1 {
  background-color: #c3fae8;
}

.bg-teal2 {
  background-color: #96f2d7;
}

.bg-teal3 {
  background-color: #63e6be;
}

.bg-teal4 {
  background-color: #38d9a9;
}

.bg-teal5 {
  background-color: #20c997;
}

.bg-teal6 {
  background-color: #12b886;
}

.bg-teal7 {
  background-color: #0ca678;
}

.bg-teal8 {
  background-color: #099268;
}

.bg-teal9 {
  background-color: #087f5b;
}

.bg-cyan {
  background-color: #15aabf;
}

.bg-cyan0 {
  background-color: #e3fafc;
}

.bg-cyan1 {
  background-color: #c5f6fa;
}

.bg-cyan2 {
  background-color: #99e9f2;
}

.bg-cyan3 {
  background-color: #66d9e8;
}

.bg-cyan4 {
  background-color: #3bc9db;
}

.bg-cyan5 {
  background-color: #22b8cf;
}

.bg-cyan6 {
  background-color: #15aabf;
}

.bg-cyan7 {
  background-color: #1098ad;
}

.bg-cyan8 {
  background-color: #0c8599;
}

.bg-cyan9 {
  background-color: #0b7285;
}

.bg-blue0 {
  background-color: #e7f5ff;
}

.bg-blue1 {
  background-color: #d0ebff;
}

.bg-blue2 {
  background-color: #a5d8ff;
}

.bg-blue3 {
  background-color: #74c0fc;
}

.bg-blue4 {
  background-color: #4dabf7;
}

.bg-blue5 {
  background-color: #339af0;
}

.bg-blue6 {
  background-color: #228be6;
}

.bg-blue7 {
  background-color: #1c7ed6;
}

.bg-blue8 {
  background-color: #1971c2;
}

.bg-blue9 {
  background-color: #1864ab;
}

.bg-blue10 {
  background-color: #155592;
}

.bg-indigo {
  background-color: #4c6ef5;
}

.bg-indigo0 {
  background-color: #edf2ff;
}

.bg-indigo1 {
  background-color: #dbe4ff;
}

.bg-indigo2 {
  background-color: #bac8ff;
}

.bg-indigo3 {
  background-color: #91a7ff;
}

.bg-indigo4 {
  background-color: #748ffc;
}

.bg-indigo5 {
  background-color: #5c7cfa;
}

.bg-indigo6 {
  background-color: #4c6ef5;
}

.bg-indigo7 {
  background-color: #4263eb;
}

.bg-indigo8 {
  background-color: #3b5bdb;
}

.bg-indigo9 {
  background-color: #364fc7;
}

.bg-violet {
  background-color: #7950f2;
}

.bg-violet0 {
  background-color: #f3f0ff;
}

.bg-violet1 {
  background-color: #e5dbff;
}

.bg-violet2 {
  background-color: #d0bfff;
}

.bg-violet3 {
  background-color: #b197fc;
}

.bg-violet4 {
  background-color: #9775fa;
}

.bg-violet5 {
  background-color: #845ef7;
}

.bg-violet6 {
  background-color: #7950f2;
}

.bg-violet7 {
  background-color: #7048e8;
}

.bg-violet8 {
  background-color: #6741d9;
}

.bg-violet9 {
  background-color: #5f3dc4;
}

.bg-grape {
  background-color: #be4bdb;
}

.bg-grape0 {
  background-color: #f8f0fc;
}

.bg-grape1 {
  background-color: #f3d9fa;
}

.bg-grape2 {
  background-color: #eebefa;
}

.bg-grape3 {
  background-color: #e599f7;
}

.bg-grape4 {
  background-color: #da77f2;
}

.bg-grape5 {
  background-color: #cc5de8;
}

.bg-grape6 {
  background-color: #be4bdb;
}

.bg-grape7 {
  background-color: #ae3ec9;
}

.bg-grape8 {
  background-color: #9c36b5;
}

.bg-grape9 {
  background-color: #862e9c;
}

.bg-pink0 {
  background-color: #fff0f6;
}

.bg-pink1 {
  background-color: #ffdeeb;
}

.bg-pink2 {
  background-color: #fcc2d7;
}

.bg-pink3 {
  background-color: #faa2c1;
}

.bg-pink4 {
  background-color: #f783ac;
}

.bg-pink5 {
  background-color: #f06595;
}

.bg-pink6 {
  background-color: #e64980;
}

.bg-pink7 {
  background-color: #d6336c;
}

.bg-pink8 {
  background-color: #c2255c;
}

.bg-pink9 {
  background-color: #a61e4d;
}

.bg-brown0 {
  background-color: #e6b674;
}

.bg-brown1 {
  background-color: #c09962;
}

.bg-brown2 {
  background-color: #9d7e52;
}

.bg-brown3 {
  background-color: #7e6644;
}

.bg-brown4 {
  background-color: #665339;
}

.bg-brown5 {
  background-color: #534532;
}

.bg-brown6 {
  background-color: #463b2d;
}

.bg-brown7 {
  background-color: #3c352a;
}

.bg-brown8 {
  background-color: #36312a;
}

.bg-brown9 {
  background-color: #332f2b;
}

.bg-primary0 {
  background-color: #e7f5ff;
}

.bg-primary1 {
  background-color: #d0ebff;
}

.bg-primary2 {
  background-color: #a5d8ff;
}

.bg-primary3 {
  background-color: #74c0fc;
}

.bg-primary4 {
  background-color: #4dabf7;
}

.bg-primary5 {
  background-color: #339af0;
}

.bg-primary6 {
  background-color: #228be6;
}

.bg-primary7 {
  background-color: #1c7ed6;
}

.bg-primary8 {
  background-color: #1971c2;
}

.bg-primary9 {
  background-color: #1864ab;
}

.bg-primary10 {
  background-color: #155592;
}

.bg-secondary0 {
  background-color: #f8f9fa;
}

.bg-secondary1 {
  background-color: #f1f3f5;
}

.bg-secondary2 {
  background-color: #e9ecef;
}

.bg-secondary3 {
  background-color: #dee2e6;
}

.bg-secondary4 {
  background-color: #ced4da;
}

.bg-secondary5 {
  background-color: #adb5bd;
}

.bg-secondary6 {
  background-color: #868e96;
}

.bg-secondary7 {
  background-color: #495057;
}

.bg-secondary8 {
  background-color: #343a40;
}

.bg-secondary9 {
  background-color: #212529;
}

.bg-secondary0 {
  background-color: #f8f9fa;
}

.bg-secondary1 {
  background-color: #f1f3f5;
}

.bg-secondary2 {
  background-color: #e9ecef;
}

.bg-secondary3 {
  background-color: #dee2e6;
}

.bg-secondary4 {
  background-color: #ced4da;
}

.bg-secondary5 {
  background-color: #adb5bd;
}

.bg-secondary6 {
  background-color: #868e96;
}

.bg-secondary7 {
  background-color: #495057;
}

.bg-secondary8 {
  background-color: #343a40;
}

.bg-secondary9 {
  background-color: #212529;
}

.bg-vip0 {
  background-color: #e6fcf5;
}

.bg-vip1 {
  background-color: #c3fae8;
}

.bg-vip2 {
  background-color: #96f2d7;
}

.bg-vip3 {
  background-color: #63e6be;
}

.bg-vip4 {
  background-color: #38d9a9;
}

.bg-vip5 {
  background-color: #20c997;
}

.bg-vip6 {
  background-color: #12b886;
}

.bg-vip7 {
  background-color: #0ca678;
}

.bg-vip8 {
  background-color: #099268;
}

.bg-vip9 {
  background-color: #087f5b;
}

.bg-info0 {
  background-color: #e7f5ff;
}

.bg-info1 {
  background-color: #d0ebff;
}

.bg-info2 {
  background-color: #a5d8ff;
}

.bg-info3 {
  background-color: #74c0fc;
}

.bg-info4 {
  background-color: #4dabf7;
}

.bg-info5 {
  background-color: #339af0;
}

.bg-info6 {
  background-color: #228be6;
}

.bg-info7 {
  background-color: #1c7ed6;
}

.bg-info8 {
  background-color: #1971c2;
}

.bg-info9 {
  background-color: #1864ab;
}

.bg-success0 {
  background-color: #ebfbee;
}

.bg-success1 {
  background-color: #d3f9d8;
}

.bg-success2 {
  background-color: #b2f2bb;
}

.bg-success3 {
  background-color: #8ce99a;
}

.bg-success4 {
  background-color: #69db7c;
}

.bg-success5 {
  background-color: #51cf66;
}

.bg-success6 {
  background-color: #40c057;
}

.bg-success7 {
  background-color: #37b24d;
}

.bg-success8 {
  background-color: #2f9e44;
}

.bg-success9 {
  background-color: #2b8a3e;
}

.bg-danger0 {
  background-color: #fff5f5;
}

.bg-danger1 {
  background-color: #ffe3e3;
}

.bg-danger2 {
  background-color: #ffc9c9;
}

.bg-danger3 {
  background-color: #ffa8a8;
}

.bg-danger4 {
  background-color: #ff8787;
}

.bg-danger5 {
  background-color: #ff6b6b;
}

.bg-danger6 {
  background-color: #fa5252;
}

.bg-danger7 {
  background-color: #f03e3e;
}

.bg-danger8 {
  background-color: #e03131;
}

.bg-danger9 {
  background-color: #c92a2a;
}

.bg-warning0 {
  background-color: #fff9db;
}

.bg-warning1 {
  background-color: #fff3bf;
}

.bg-warning2 {
  background-color: #ffec99;
}

.bg-warning3 {
  background-color: #ffe066;
}

.bg-warning4 {
  background-color: #ffd43b;
}

.bg-warning5 {
  background-color: #fcc419;
}

.bg-warning6 {
  background-color: #fab005;
}

.bg-warning7 {
  background-color: #f59f00;
}

.bg-warning8 {
  background-color: #f08c00;
}

.bg-warning9 {
  background-color: #e67700;
}

@media screen and (min-width: 30em) {
  .bg-transparent-ns {
    background-color: rgba(0,0,0,0);
  }

  .bg-inherit-ns {
    background-color: inherit;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .bg-transparent-m {
    background-color: rgba(0,0,0,0);
  }

  .bg-inherit-m {
    background-color: inherit;
  }
}

@media screen and (min-width: 60em) {
  .bg-transparent-l {
    background-color: rgba(0,0,0,0);
  }

  .bg-inherit-l {
    background-color: inherit;
  }
}

@media screen and (min-width: 77.5rem) {
  .bg-transparent-xl {
    background-color: rgba(0,0,0,0);
  }

  .bg-inherit-xl {
    background-color: inherit;
  }
}

@media screen and (min-width: 91.25rem) {
  .bg-transparent-2x {
    background-color: rgba(0,0,0,0);
  }

  .bg-inherit-2x {
    background-color: inherit;
  }
}

.hover-black:hover,.hover-black:focus {
  color: #000;
}

.hover-near-black:hover,.hover-near-black:focus {
  color: #212529;
}

.hover-dark-gray:hover,.hover-dark-gray:focus {
  color: #868e96;
}

.hover-mid-gray:hover,.hover-mid-gray:focus {
  color: #495057;
}

.hover-gray:hover,.hover-gray:focus {
  color: #adb5bd;
}

.hover-silver:hover,.hover-silver:focus {
  color: #adb5bd;
}

.hover-light-silver:hover,.hover-light-silver:focus {
  color: #ced4da;
}

.hover-moon-gray:hover,.hover-moon-gray:focus {
  color: #dee2e6;
}

.hover-light-gray:hover,.hover-light-gray:focus {
  color: #ced4da;
}

.hover-near-white:hover,.hover-near-white:focus {
  color: #f8f9fa;
}

.hover-white:hover,.hover-white:focus {
  color: #fff;
}

.hover-black-90:hover,.hover-black-90:focus {
  color: rgba(0,0,0,0.9);
}

.hover-black-80:hover,.hover-black-80:focus {
  color: rgba(0,0,0,0.8);
}

.hover-black-70:hover,.hover-black-70:focus {
  color: rgba(0,0,0,0.7);
}

.hover-black-60:hover,.hover-black-60:focus {
  color: rgba(0,0,0,0.6);
}

.hover-black-50:hover,.hover-black-50:focus {
  color: rgba(0,0,0,0.5);
}

.hover-black-40:hover,.hover-black-40:focus {
  color: rgba(0,0,0,0.4);
}

.hover-black-30:hover,.hover-black-30:focus {
  color: rgba(0,0,0,0.3);
}

.hover-black-20:hover,.hover-black-20:focus {
  color: rgba(0,0,0,0.2);
}

.hover-black-10:hover,.hover-black-10:focus {
  color: rgba(0,0,0,0.1);
}

.hover-white-90:hover,.hover-white-90:focus {
  color: rgba(255,255,255,0.9);
}

.hover-white-80:hover,.hover-white-80:focus {
  color: rgba(255,255,255,0.8);
}

.hover-white-70:hover,.hover-white-70:focus {
  color: rgba(255,255,255,0.7);
}

.hover-white-60:hover,.hover-white-60:focus {
  color: rgba(255,255,255,0.6);
}

.hover-white-50:hover,.hover-white-50:focus {
  color: rgba(255,255,255,0.5);
}

.hover-white-40:hover,.hover-white-40:focus {
  color: rgba(255,255,255,0.4);
}

.hover-white-30:hover,.hover-white-30:focus {
  color: rgba(255,255,255,0.3);
}

.hover-white-20:hover,.hover-white-20:focus {
  color: rgba(255,255,255,0.2);
}

.hover-white-10:hover,.hover-white-10:focus {
  color: rgba(255,255,255,0.1);
}

.hover-inherit:hover,.hover-inherit:focus {
  color: inherit;
}

.hover-bg-black:hover,.hover-bg-black:focus {
  background-color: #000;
}

.hover-bg-near-black:hover,.hover-bg-near-black:focus {
  background-color: #212529;
}

.hover-bg-dark-gray:hover,.hover-bg-dark-gray:focus {
  background-color: #868e96;
}

.hover-bg-mid-gray:hover,.hover-bg-mid-gray:focus {
  background-color: #495057;
}

.hover-bg-gray:hover,.hover-bg-gray:focus {
  background-color: #adb5bd;
}

.hover-bg-silver:hover,.hover-bg-silver:focus {
  background-color: #adb5bd;
}

.hover-bg-light-silver:hover,.hover-bg-light-silver:focus {
  background-color: #ced4da;
}

.hover-bg-moon-gray:hover,.hover-bg-moon-gray:focus {
  background-color: #dee2e6;
}

.hover-bg-light-gray:hover,.hover-bg-light-gray:focus {
  background-color: #ced4da;
}

.hover-bg-near-white:hover,.hover-bg-near-white:focus {
  background-color: #f8f9fa;
}

.hover-bg-white:hover,.hover-bg-white:focus {
  background-color: #fff;
}

.hover-bg-transparent:hover,.hover-bg-transparent:focus {
  background-color: rgba(0,0,0,0);
}

.hover-bg-black-90:hover,.hover-bg-black-90:focus {
  background-color: rgba(0,0,0,0.9);
}

.hover-bg-black-80:hover,.hover-bg-black-80:focus {
  background-color: rgba(0,0,0,0.8);
}

.hover-bg-black-70:hover,.hover-bg-black-70:focus {
  background-color: rgba(0,0,0,0.7);
}

.hover-bg-black-60:hover,.hover-bg-black-60:focus {
  background-color: rgba(0,0,0,0.6);
}

.hover-bg-black-50:hover,.hover-bg-black-50:focus {
  background-color: rgba(0,0,0,0.5);
}

.hover-bg-black-40:hover,.hover-bg-black-40:focus {
  background-color: rgba(0,0,0,0.4);
}

.hover-bg-black-30:hover,.hover-bg-black-30:focus {
  background-color: rgba(0,0,0,0.3);
}

.hover-bg-black-20:hover,.hover-bg-black-20:focus {
  background-color: rgba(0,0,0,0.2);
}

.hover-bg-black-10:hover,.hover-bg-black-10:focus {
  background-color: rgba(0,0,0,0.1);
}

.hover-bg-white-90:hover,.hover-bg-white-90:focus {
  background-color: rgba(255,255,255,0.9);
}

.hover-bg-white-80:hover,.hover-bg-white-80:focus {
  background-color: rgba(255,255,255,0.8);
}

.hover-bg-white-70:hover,.hover-bg-white-70:focus {
  background-color: rgba(255,255,255,0.7);
}

.hover-bg-white-60:hover,.hover-bg-white-60:focus {
  background-color: rgba(255,255,255,0.6);
}

.hover-bg-white-50:hover,.hover-bg-white-50:focus {
  background-color: rgba(255,255,255,0.5);
}

.hover-bg-white-40:hover,.hover-bg-white-40:focus {
  background-color: rgba(255,255,255,0.4);
}

.hover-bg-white-30:hover,.hover-bg-white-30:focus {
  background-color: rgba(255,255,255,0.3);
}

.hover-bg-white-20:hover,.hover-bg-white-20:focus {
  background-color: rgba(255,255,255,0.2);
}

.hover-bg-white-10:hover,.hover-bg-white-10:focus {
  background-color: rgba(255,255,255,0.1);
}

.hover-dark-red:hover,.hover-dark-red:focus {
  color: #f03e3e;
}

.hover-red:hover,.hover-red:focus {
  color: #fa5252;
}

.hover-light-red:hover,.hover-light-red:focus {
  color: #ff8787;
}

.hover-orange:hover,.hover-orange:focus {
  color: #fd7e14;
}

.hover-gold:hover,.hover-gold:focus {
  color: #fcc419;
}

.hover-yellow:hover,.hover-yellow:focus {
  color: #ffd43b;
}

.hover-light-yellow:hover,.hover-light-yellow:focus {
  color: #ffe066;
}

.hover-purple:hover,.hover-purple:focus {
  color: #7950f2;
}

.hover-light-purple:hover,.hover-light-purple:focus {
  color: #9775fa;
}

.hover-dark-pink:hover,.hover-dark-pink:focus {
  color: #f06595;
}

.hover-hot-pink:hover,.hover-hot-pink:focus {
  color: #c2255c;
}

.hover-pink:hover,.hover-pink:focus {
  color: #f783ac;
}

.hover-light-pink:hover,.hover-light-pink:focus {
  color: #faa2c1;
}

.hover-dark-green:hover,.hover-dark-green:focus {
  color: #37b24d;
}

.hover-green:hover,.hover-green:focus {
  color: #40c057;
}

.hover-light-green:hover,.hover-light-green:focus {
  color: #69db7c;
}

.hover-navy:hover,.hover-navy:focus {
  color: #1864ab;
}

.hover-dark-blue:hover,.hover-dark-blue:focus {
  color: #1c7ed6;
}

.hover-blue:hover,.hover-blue:focus {
  color: #228be6;
}

.hover-light-blue:hover,.hover-light-blue:focus {
  color: #4dabf7;
}

.hover-lightest-blue:hover,.hover-lightest-blue:focus {
  color: #d0ebff;
}

.hover-washed-blue:hover,.hover-washed-blue:focus {
  color: #e7f5ff;
}

.hover-washed-green:hover,.hover-washed-green:focus {
  color: #ebfbee;
}

.hover-washed-yellow:hover,.hover-washed-yellow:focus {
  color: #fff9db;
}

.hover-washed-red:hover,.hover-washed-red:focus {
  color: #fff5f5;
}

.hover-bg-dark-red:hover,.hover-bg-dark-red:focus {
  background-color: #f03e3e;
}

.hover-bg-red:hover,.hover-bg-red:focus {
  background-color: #fa5252;
}

.hover-bg-light-red:hover,.hover-bg-light-red:focus {
  background-color: #ff8787;
}

.hover-bg-orange:hover,.hover-bg-orange:focus {
  background-color: #fd7e14;
}

.hover-bg-gold:hover,.hover-bg-gold:focus {
  background-color: #fcc419;
}

.hover-bg-yellow:hover,.hover-bg-yellow:focus {
  background-color: #ffd43b;
}

.hover-bg-light-yellow:hover,.hover-bg-light-yellow:focus {
  background-color: #ffe066;
}

.hover-bg-purple:hover,.hover-bg-purple:focus {
  background-color: #7950f2;
}

.hover-bg-light-purple:hover,.hover-bg-light-purple:focus {
  background-color: #9775fa;
}

.hover-bg-dark-pink:hover,.hover-bg-dark-pink:focus {
  background-color: #f06595;
}

.hover-bg-hot-pink:hover,.hover-bg-hot-pink:focus {
  background-color: #c2255c;
}

.hover-bg-pink:hover,.hover-bg-pink:focus {
  background-color: #f783ac;
}

.hover-bg-light-pink:hover,.hover-bg-light-pink:focus {
  background-color: #faa2c1;
}

.hover-bg-dark-green:hover,.hover-bg-dark-green:focus {
  background-color: #37b24d;
}

.hover-bg-green:hover,.hover-bg-green:focus {
  background-color: #40c057;
}

.hover-bg-light-green:hover,.hover-bg-light-green:focus {
  background-color: #69db7c;
}

.hover-bg-navy:hover,.hover-bg-navy:focus {
  background-color: #1864ab;
}

.hover-bg-dark-blue:hover,.hover-bg-dark-blue:focus {
  background-color: #1c7ed6;
}

.hover-bg-blue:hover,.hover-bg-blue:focus {
  background-color: #228be6;
}

.hover-bg-light-blue:hover,.hover-bg-light-blue:focus {
  background-color: #4dabf7;
}

.hover-bg-lightest-blue:hover,.hover-bg-lightest-blue:focus {
  background-color: #d0ebff;
}

.hover-bg-washed-blue:hover,.hover-bg-washed-blue:focus {
  background-color: #e7f5ff;
}

.hover-bg-washed-green:hover,.hover-bg-washed-green:focus {
  background-color: #ebfbee;
}

.hover-bg-washed-yellow:hover,.hover-bg-washed-yellow:focus {
  background-color: #fff9db;
}

.hover-bg-washed-red:hover,.hover-bg-washed-red:focus {
  background-color: #fff5f5;
}

.hover-bg-inherit:hover,.hover-bg-inherit:focus {
  background-color: inherit;
}

.hover-gray0:focus,.hover-gray0:hover {
  color: #f8f9fa;
}

.hover-gray1:focus,.hover-gray1:hover {
  color: #f1f3f5;
}

.hover-gray2:focus,.hover-gray2:hover {
  color: #e9ecef;
}

.hover-gray3:focus,.hover-gray3:hover {
  color: #dee2e6;
}

.hover-gray4:focus,.hover-gray4:hover {
  color: #ced4da;
}

.hover-gray5:focus,.hover-gray5:hover {
  color: #adb5bd;
}

.hover-gray6:focus,.hover-gray6:hover {
  color: #868e96;
}

.hover-gray7:focus,.hover-gray7:hover {
  color: #495057;
}

.hover-gray8:focus,.hover-gray8:hover {
  color: #343a40;
}

.hover-gray9:focus,.hover-gray9:hover {
  color: #212529;
}

.hover-red:focus,.hover-red:hover {
  color: #fa5252;
}

.hover-red0:focus,.hover-red0:hover {
  color: #fff5f5;
}

.hover-red1:focus,.hover-red1:hover {
  color: #ffe3e3;
}

.hover-red2:focus,.hover-red2:hover {
  color: #ffc9c9;
}

.hover-red3:focus,.hover-red3:hover {
  color: #ffa8a8;
}

.hover-red4:focus,.hover-red4:hover {
  color: #ff8787;
}

.hover-red5:focus,.hover-red5:hover {
  color: #ff6b6b;
}

.hover-red6:focus,.hover-red6:hover {
  color: #fa5252;
}

.hover-red7:focus,.hover-red7:hover {
  color: #f03e3e;
}

.hover-red8:focus,.hover-red8:hover {
  color: #e03131;
}

.hover-red9:focus,.hover-red9:hover {
  color: #c92a2a;
}

.hover-orange:focus,.hover-orange:hover {
  color: #fd7e14;
}

.hover-orange0:focus,.hover-orange0:hover {
  color: #fff4e6;
}

.hover-orange1:focus,.hover-orange1:hover {
  color: #ffe8cc;
}

.hover-orange2:focus,.hover-orange2:hover {
  color: #ffd8a8;
}

.hover-orange3:focus,.hover-orange3:hover {
  color: #ffc078;
}

.hover-orange4:focus,.hover-orange4:hover {
  color: #ffa94d;
}

.hover-orange5:focus,.hover-orange5:hover {
  color: #ff922b;
}

.hover-orange6:focus,.hover-orange6:hover {
  color: #fd7e14;
}

.hover-orange7:focus,.hover-orange7:hover {
  color: #f76707;
}

.hover-orange8:focus,.hover-orange8:hover {
  color: #e8590c;
}

.hover-orange9:focus,.hover-orange9:hover {
  color: #d9480f;
}

.hover-yellow:focus,.hover-yellow:hover {
  color: #ffd43b;
}

.hover-yellow0:focus,.hover-yellow0:hover {
  color: #fff9db;
}

.hover-yellow1:focus,.hover-yellow1:hover {
  color: #fff3bf;
}

.hover-yellow2:focus,.hover-yellow2:hover {
  color: #ffec99;
}

.hover-yellow3:focus,.hover-yellow3:hover {
  color: #ffe066;
}

.hover-yellow4:focus,.hover-yellow4:hover {
  color: #ffd43b;
}

.hover-yellow5:focus,.hover-yellow5:hover {
  color: #fcc419;
}

.hover-yellow6:focus,.hover-yellow6:hover {
  color: #fab005;
}

.hover-yellow7:focus,.hover-yellow7:hover {
  color: #f59f00;
}

.hover-yellow8:focus,.hover-yellow8:hover {
  color: #f08c00;
}

.hover-yellow9:focus,.hover-yellow9:hover {
  color: #e67700;
}

.hover-green:focus,.hover-green:hover {
  color: #40c057;
}

.hover-green0:focus,.hover-green0:hover {
  color: #ebfbee;
}

.hover-green1:focus,.hover-green1:hover {
  color: #d3f9d8;
}

.hover-green2:focus,.hover-green2:hover {
  color: #b2f2bb;
}

.hover-green3:focus,.hover-green3:hover {
  color: #8ce99a;
}

.hover-green4:focus,.hover-green4:hover {
  color: #69db7c;
}

.hover-green5:focus,.hover-green5:hover {
  color: #51cf66;
}

.hover-green6:focus,.hover-green6:hover {
  color: #40c057;
}

.hover-green7:focus,.hover-green7:hover {
  color: #37b24d;
}

.hover-green8:focus,.hover-green8:hover {
  color: #2f9e44;
}

.hover-green9:focus,.hover-green9:hover {
  color: #2b8a3e;
}

.hover-lime:focus,.hover-lime:hover {
  color: #82c91e;
}

.hover-lime0:focus,.hover-lime0:hover {
  color: #f4fce3;
}

.hover-lime1:focus,.hover-lime1:hover {
  color: #e9fac8;
}

.hover-lime2:focus,.hover-lime2:hover {
  color: #d8f5a2;
}

.hover-lime3:focus,.hover-lime3:hover {
  color: #c0eb75;
}

.hover-lime4:focus,.hover-lime4:hover {
  color: #a9e34b;
}

.hover-lime5:focus,.hover-lime5:hover {
  color: #94d82d;
}

.hover-lime6:focus,.hover-lime6:hover {
  color: #82c91e;
}

.hover-lime7:focus,.hover-lime7:hover {
  color: #74b816;
}

.hover-lime8:focus,.hover-lime8:hover {
  color: #66a80f;
}

.hover-lime9:focus,.hover-lime9:hover {
  color: #5c940d;
}

.hover-teal:focus,.hover-teal:hover {
  color: #12b886;
}

.hover-teal0:focus,.hover-teal0:hover {
  color: #e6fcf5;
}

.hover-teal1:focus,.hover-teal1:hover {
  color: #c3fae8;
}

.hover-teal2:focus,.hover-teal2:hover {
  color: #96f2d7;
}

.hover-teal3:focus,.hover-teal3:hover {
  color: #63e6be;
}

.hover-teal4:focus,.hover-teal4:hover {
  color: #38d9a9;
}

.hover-teal5:focus,.hover-teal5:hover {
  color: #20c997;
}

.hover-teal6:focus,.hover-teal6:hover {
  color: #12b886;
}

.hover-teal7:focus,.hover-teal7:hover {
  color: #0ca678;
}

.hover-teal8:focus,.hover-teal8:hover {
  color: #099268;
}

.hover-teal9:focus,.hover-teal9:hover {
  color: #087f5b;
}

.hover-cyan:focus,.hover-cyan:hover {
  color: #15aabf;
}

.hover-cyan0:focus,.hover-cyan0:hover {
  color: #e3fafc;
}

.hover-cyan1:focus,.hover-cyan1:hover {
  color: #c5f6fa;
}

.hover-cyan2:focus,.hover-cyan2:hover {
  color: #99e9f2;
}

.hover-cyan3:focus,.hover-cyan3:hover {
  color: #66d9e8;
}

.hover-cyan4:focus,.hover-cyan4:hover {
  color: #3bc9db;
}

.hover-cyan5:focus,.hover-cyan5:hover {
  color: #22b8cf;
}

.hover-cyan6:focus,.hover-cyan6:hover {
  color: #15aabf;
}

.hover-cyan7:focus,.hover-cyan7:hover {
  color: #1098ad;
}

.hover-cyan8:focus,.hover-cyan8:hover {
  color: #0c8599;
}

.hover-cyan9:focus,.hover-cyan9:hover {
  color: #0b7285;
}

.hover-blue:focus,.hover-blue:hover {
  color: #228be6;
}

.hover-blue0:focus,.hover-blue0:hover {
  color: #e7f5ff;
}

.hover-blue1:focus,.hover-blue1:hover {
  color: #d0ebff;
}

.hover-blue2:focus,.hover-blue2:hover {
  color: #a5d8ff;
}

.hover-blue3:focus,.hover-blue3:hover {
  color: #74c0fc;
}

.hover-blue4:focus,.hover-blue4:hover {
  color: #4dabf7;
}

.hover-blue5:focus,.hover-blue5:hover {
  color: #339af0;
}

.hover-blue6:focus,.hover-blue6:hover {
  color: #228be6;
}

.hover-blue7:focus,.hover-blue7:hover {
  color: #1c7ed6;
}

.hover-blue8:focus,.hover-blue8:hover {
  color: #1971c2;
}

.hover-blue9:focus,.hover-blue9:hover {
  color: #1864ab;
}

.hover-blue10:focus,.hover-blue10:hover {
  color: #155592;
}

.hover-indigo:focus,.hover-indigo:hover {
  color: #4c6ef5;
}

.hover-indigo0:focus,.hover-indigo0:hover {
  color: #edf2ff;
}

.hover-indigo1:focus,.hover-indigo1:hover {
  color: #dbe4ff;
}

.hover-indigo2:focus,.hover-indigo2:hover {
  color: #bac8ff;
}

.hover-indigo3:focus,.hover-indigo3:hover {
  color: #91a7ff;
}

.hover-indigo4:focus,.hover-indigo4:hover {
  color: #748ffc;
}

.hover-indigo5:focus,.hover-indigo5:hover {
  color: #5c7cfa;
}

.hover-indigo6:focus,.hover-indigo6:hover {
  color: #4c6ef5;
}

.hover-indigo7:focus,.hover-indigo7:hover {
  color: #4263eb;
}

.hover-indigo8:focus,.hover-indigo8:hover {
  color: #3b5bdb;
}

.hover-indigo9:focus,.hover-indigo9:hover {
  color: #364fc7;
}

.hover-violet:focus,.hover-violet:hover {
  color: #7950f2;
}

.hover-violet0:focus,.hover-violet0:hover {
  color: #f3f0ff;
}

.hover-violet1:focus,.hover-violet1:hover {
  color: #e5dbff;
}

.hover-violet2:focus,.hover-violet2:hover {
  color: #d0bfff;
}

.hover-violet3:focus,.hover-violet3:hover {
  color: #b197fc;
}

.hover-violet4:focus,.hover-violet4:hover {
  color: #9775fa;
}

.hover-violet5:focus,.hover-violet5:hover {
  color: #845ef7;
}

.hover-violet6:focus,.hover-violet6:hover {
  color: #7950f2;
}

.hover-violet7:focus,.hover-violet7:hover {
  color: #7048e8;
}

.hover-violet8:focus,.hover-violet8:hover {
  color: #6741d9;
}

.hover-violet9:focus,.hover-violet9:hover {
  color: #5f3dc4;
}

.hover-grape:focus,.hover-grape:hover {
  color: #be4bdb;
}

.hover-grape0:focus,.hover-grape0:hover {
  color: #f8f0fc;
}

.hover-grape1:focus,.hover-grape1:hover {
  color: #f3d9fa;
}

.hover-grape2:focus,.hover-grape2:hover {
  color: #eebefa;
}

.hover-grape3:focus,.hover-grape3:hover {
  color: #e599f7;
}

.hover-grape4:focus,.hover-grape4:hover {
  color: #da77f2;
}

.hover-grape5:focus,.hover-grape5:hover {
  color: #cc5de8;
}

.hover-grape6:focus,.hover-grape6:hover {
  color: #be4bdb;
}

.hover-grape7:focus,.hover-grape7:hover {
  color: #ae3ec9;
}

.hover-grape8:focus,.hover-grape8:hover {
  color: #9c36b5;
}

.hover-grape9:focus,.hover-grape9:hover {
  color: #862e9c;
}

.hover-pink:focus,.hover-pink:hover {
  color: #f783ac;
}

.hover-pink0:focus,.hover-pink0:hover {
  color: #fff0f6;
}

.hover-pink1:focus,.hover-pink1:hover {
  color: #ffdeeb;
}

.hover-pink2:focus,.hover-pink2:hover {
  color: #fcc2d7;
}

.hover-pink3:focus,.hover-pink3:hover {
  color: #faa2c1;
}

.hover-pink4:focus,.hover-pink4:hover {
  color: #f783ac;
}

.hover-pink5:focus,.hover-pink5:hover {
  color: #f06595;
}

.hover-pink6:focus,.hover-pink6:hover {
  color: #e64980;
}

.hover-pink7:focus,.hover-pink7:hover {
  color: #d6336c;
}

.hover-pink8:focus,.hover-pink8:hover {
  color: #c2255c;
}

.hover-pink9:focus,.hover-pink9:hover {
  color: #a61e4d;
}

.hover-brown:focus,.hover-brown:hover {
  color: #463b2d;
}

.hover-brown0:focus,.hover-brown0:hover {
  color: #e6b674;
}

.hover-brown1:focus,.hover-brown1:hover {
  color: #c09962;
}

.hover-brown2:focus,.hover-brown2:hover {
  color: #9d7e52;
}

.hover-brown3:focus,.hover-brown3:hover {
  color: #7e6644;
}

.hover-brown4:focus,.hover-brown4:hover {
  color: #665339;
}

.hover-brown5:focus,.hover-brown5:hover {
  color: #534532;
}

.hover-brown6:focus,.hover-brown6:hover {
  color: #463b2d;
}

.hover-brown7:focus,.hover-brown7:hover {
  color: #3c352a;
}

.hover-brown8:focus,.hover-brown8:hover {
  color: #36312a;
}

.hover-brown9:focus,.hover-brown9:hover {
  color: #332f2b;
}

.hover-primary0:focus,.hover-primary0:hover {
  color: #e7f5ff;
}

.hover-primary1:focus,.hover-primary1:hover {
  color: #d0ebff;
}

.hover-primary2:focus,.hover-primary2:hover {
  color: #a5d8ff;
}

.hover-primary3:focus,.hover-primary3:hover {
  color: #74c0fc;
}

.hover-primary4:focus,.hover-primary4:hover {
  color: #4dabf7;
}

.hover-primary5:focus,.hover-primary5:hover {
  color: #339af0;
}

.hover-primary6:focus,.hover-primary6:hover {
  color: #228be6;
}

.hover-primary7:focus,.hover-primary7:hover {
  color: #1c7ed6;
}

.hover-primary8:focus,.hover-primary8:hover {
  color: #1971c2;
}

.hover-primary9:focus,.hover-primary9:hover {
  color: #1864ab;
}

.hover-secondary0:focus,.hover-secondary0:hover {
  color: #f8f9fa;
}

.hover-secondary1:focus,.hover-secondary1:hover {
  color: #f1f3f5;
}

.hover-secondary2:focus,.hover-secondary2:hover {
  color: #e9ecef;
}

.hover-secondary3:focus,.hover-secondary3:hover {
  color: #dee2e6;
}

.hover-secondary4:focus,.hover-secondary4:hover {
  color: #ced4da;
}

.hover-secondary5:focus,.hover-secondary5:hover {
  color: #adb5bd;
}

.hover-secondary6:focus,.hover-secondary6:hover {
  color: #868e96;
}

.hover-secondary7:focus,.hover-secondary7:hover {
  color: #495057;
}

.hover-secondary8:focus,.hover-secondary8:hover {
  color: #343a40;
}

.hover-secondary9:focus,.hover-secondary9:hover {
  color: #212529;
}

.hover-vip0:focus,.hover-vip0:hover {
  color: #e6fcf5;
}

.hover-vip1:focus,.hover-vip1:hover {
  color: #c3fae8;
}

.hover-vip2:focus,.hover-vip2:hover {
  color: #96f2d7;
}

.hover-vip3:focus,.hover-vip3:hover {
  color: #63e6be;
}

.hover-vip4:focus,.hover-vip4:hover {
  color: #38d9a9;
}

.hover-vip5:focus,.hover-vip5:hover {
  color: #20c997;
}

.hover-vip6:focus,.hover-vip6:hover {
  color: #12b886;
}

.hover-vip7:focus,.hover-vip7:hover {
  color: #0ca678;
}

.hover-vip8:focus,.hover-vip8:hover {
  color: #099268;
}

.hover-vip9:focus,.hover-vip9:hover {
  color: #087f5b;
}

.hover-info0:focus,.hover-info0:hover {
  color: #e7f5ff;
}

.hover-info1:focus,.hover-info1:hover {
  color: #d0ebff;
}

.hover-info2:focus,.hover-info2:hover {
  color: #a5d8ff;
}

.hover-info3:focus,.hover-info3:hover {
  color: #74c0fc;
}

.hover-info4:focus,.hover-info4:hover {
  color: #4dabf7;
}

.hover-info5:focus,.hover-info5:hover {
  color: #339af0;
}

.hover-info6:focus,.hover-info6:hover {
  color: #228be6;
}

.hover-info7:focus,.hover-info7:hover {
  color: #1c7ed6;
}

.hover-info8:focus,.hover-info8:hover {
  color: #1971c2;
}

.hover-info9:focus,.hover-info9:hover {
  color: #1864ab;
}

.hover-success0:focus,.hover-success0:hover {
  color: #ebfbee;
}

.hover-success1:focus,.hover-success1:hover {
  color: #d3f9d8;
}

.hover-success2:focus,.hover-success2:hover {
  color: #b2f2bb;
}

.hover-success3:focus,.hover-success3:hover {
  color: #8ce99a;
}

.hover-success4:focus,.hover-success4:hover {
  color: #69db7c;
}

.hover-success5:focus,.hover-success5:hover {
  color: #51cf66;
}

.hover-success6:focus,.hover-success6:hover {
  color: #40c057;
}

.hover-success7:focus,.hover-success7:hover {
  color: #37b24d;
}

.hover-success8:focus,.hover-success8:hover {
  color: #2f9e44;
}

.hover-success9:focus,.hover-success9:hover {
  color: #2b8a3e;
}

.hover-danger0:focus,.hover-danger0:hover {
  color: #fff5f5;
}

.hover-danger1:focus,.hover-danger1:hover {
  color: #ffe3e3;
}

.hover-danger2:focus,.hover-danger2:hover {
  color: #ffc9c9;
}

.hover-danger3:focus,.hover-danger3:hover {
  color: #ffa8a8;
}

.hover-danger4:focus,.hover-danger4:hover {
  color: #ff8787;
}

.hover-danger5:focus,.hover-danger5:hover {
  color: #ff6b6b;
}

.hover-danger6:focus,.hover-danger6:hover {
  color: #fa5252;
}

.hover-danger7:focus,.hover-danger7:hover {
  color: #f03e3e;
}

.hover-danger8:focus,.hover-danger8:hover {
  color: #e03131;
}

.hover-danger9:focus,.hover-danger9:hover {
  color: #c92a2a;
}

.hover-warning0:focus,.hover-warning0:hover {
  color: #fff9db;
}

.hover-warning1:focus,.hover-warning1:hover {
  color: #fff3bf;
}

.hover-warning2:focus,.hover-warning2:hover {
  color: #ffec99;
}

.hover-warning3:focus,.hover-warning3:hover {
  color: #ffe066;
}

.hover-warning4:focus,.hover-warning4:hover {
  color: #ffd43b;
}

.hover-warning5:focus,.hover-warning5:hover {
  color: #fcc419;
}

.hover-warning6:focus,.hover-warning6:hover {
  color: #fab005;
}

.hover-warning7:focus,.hover-warning7:hover {
  color: #f59f00;
}

.hover-warning8:focus,.hover-warning8:hover {
  color: #f08c00;
}

.hover-warning9:focus,.hover-warning9:hover {
  color: #e67700;
}

.hover-bg-gray0:focus,.hover-bg-gray0:hover {
  background-color: #f8f9fa;
}

.hover-bg-gray1:focus,.hover-bg-gray1:hover {
  background-color: #f1f3f5;
}

.hover-bg-gray2:focus,.hover-bg-gray2:hover {
  background-color: #e9ecef;
}

.hover-bg-gray3:focus,.hover-bg-gray3:hover {
  background-color: #dee2e6;
}

.hover-bg-gray4:focus,.hover-bg-gray4:hover {
  background-color: #ced4da;
}

.hover-bg-gray5:focus,.hover-bg-gray5:hover {
  background-color: #adb5bd;
}

.hover-bg-gray6:focus,.hover-bg-gray6:hover {
  background-color: #868e96;
}

.hover-bg-gray7:focus,.hover-bg-gray7:hover {
  background-color: #495057;
}

.hover-bg-gray8:focus,.hover-bg-gray8:hover {
  background-color: #343a40;
}

.hover-bg-gray9:focus,.hover-bg-gray9:hover {
  background-color: #212529;
}

.hover-bg-red:focus,.hover-bg-red:hover {
  background-color: #fa5252;
}

.hover-bg-red0:focus,.hover-bg-red0:hover {
  background-color: #fff5f5;
}

.hover-bg-red1:focus,.hover-bg-red1:hover {
  background-color: #ffe3e3;
}

.hover-bg-red2:focus,.hover-bg-red2:hover {
  background-color: #ffc9c9;
}

.hover-bg-red3:focus,.hover-bg-red3:hover {
  background-color: #ffa8a8;
}

.hover-bg-red4:focus,.hover-bg-red4:hover {
  background-color: #ff8787;
}

.hover-bg-red5:focus,.hover-bg-red5:hover {
  background-color: #ff6b6b;
}

.hover-bg-red6:focus,.hover-bg-red6:hover {
  background-color: #fa5252;
}

.hover-bg-red7:focus,.hover-bg-red7:hover {
  background-color: #f03e3e;
}

.hover-bg-red8:focus,.hover-bg-red8:hover {
  background-color: #e03131;
}

.hover-bg-red9:focus,.hover-bg-red9:hover {
  background-color: #c92a2a;
}

.hover-bg-orange:focus,.hover-bg-orange:hover {
  background-color: #fd7e14;
}

.hover-bg-orange0:focus,.hover-bg-orange0:hover {
  background-color: #fff4e6;
}

.hover-bg-orange1:focus,.hover-bg-orange1:hover {
  background-color: #ffe8cc;
}

.hover-bg-orange2:focus,.hover-bg-orange2:hover {
  background-color: #ffd8a8;
}

.hover-bg-orange3:focus,.hover-bg-orange3:hover {
  background-color: #ffc078;
}

.hover-bg-orange4:focus,.hover-bg-orange4:hover {
  background-color: #ffa94d;
}

.hover-bg-orange5:focus,.hover-bg-orange5:hover {
  background-color: #ff922b;
}

.hover-bg-orange6:focus,.hover-bg-orange6:hover {
  background-color: #fd7e14;
}

.hover-bg-orange7:focus,.hover-bg-orange7:hover {
  background-color: #f76707;
}

.hover-bg-orange8:focus,.hover-bg-orange8:hover {
  background-color: #e8590c;
}

.hover-bg-orange9:focus,.hover-bg-orange9:hover {
  background-color: #d9480f;
}

.hover-bg-yellow:focus,.hover-bg-yellow:hover {
  background-color: #ffd43b;
}

.hover-bg-yellow0:focus,.hover-bg-yellow0:hover {
  background-color: #fff9db;
}

.hover-bg-yellow1:focus,.hover-bg-yellow1:hover {
  background-color: #fff3bf;
}

.hover-bg-yellow2:focus,.hover-bg-yellow2:hover {
  background-color: #ffec99;
}

.hover-bg-yellow3:focus,.hover-bg-yellow3:hover {
  background-color: #ffe066;
}

.hover-bg-yellow4:focus,.hover-bg-yellow4:hover {
  background-color: #ffd43b;
}

.hover-bg-yellow5:focus,.hover-bg-yellow5:hover {
  background-color: #fcc419;
}

.hover-bg-yellow6:focus,.hover-bg-yellow6:hover {
  background-color: #fab005;
}

.hover-bg-yellow7:focus,.hover-bg-yellow7:hover {
  background-color: #f59f00;
}

.hover-bg-yellow8:focus,.hover-bg-yellow8:hover {
  background-color: #f08c00;
}

.hover-bg-yellow9:focus,.hover-bg-yellow9:hover {
  background-color: #e67700;
}

.hover-bg-green:focus,.hover-bg-green:hover {
  background-color: #40c057;
}

.hover-bg-green0:focus,.hover-bg-green0:hover {
  background-color: #ebfbee;
}

.hover-bg-green1:focus,.hover-bg-green1:hover {
  background-color: #d3f9d8;
}

.hover-bg-green2:focus,.hover-bg-green2:hover {
  background-color: #b2f2bb;
}

.hover-bg-green3:focus,.hover-bg-green3:hover {
  background-color: #8ce99a;
}

.hover-bg-green4:focus,.hover-bg-green4:hover {
  background-color: #69db7c;
}

.hover-bg-green5:focus,.hover-bg-green5:hover {
  background-color: #51cf66;
}

.hover-bg-green6:focus,.hover-bg-green6:hover {
  background-color: #40c057;
}

.hover-bg-green7:focus,.hover-bg-green7:hover {
  background-color: #37b24d;
}

.hover-bg-green8:focus,.hover-bg-green8:hover {
  background-color: #2f9e44;
}

.hover-bg-green9:focus,.hover-bg-green9:hover {
  background-color: #2b8a3e;
}

.hover-bg-lime:focus,.hover-bg-lime:hover {
  background-color: #82c91e;
}

.hover-bg-lime0:focus,.hover-bg-lime0:hover {
  background-color: #f4fce3;
}

.hover-bg-lime1:focus,.hover-bg-lime1:hover {
  background-color: #e9fac8;
}

.hover-bg-lime2:focus,.hover-bg-lime2:hover {
  background-color: #d8f5a2;
}

.hover-bg-lime3:focus,.hover-bg-lime3:hover {
  background-color: #c0eb75;
}

.hover-bg-lime4:focus,.hover-bg-lime4:hover {
  background-color: #a9e34b;
}

.hover-bg-lime5:focus,.hover-bg-lime5:hover {
  background-color: #94d82d;
}

.hover-bg-lime6:focus,.hover-bg-lime6:hover {
  background-color: #82c91e;
}

.hover-bg-lime7:focus,.hover-bg-lime7:hover {
  background-color: #74b816;
}

.hover-bg-lime8:focus,.hover-bg-lime8:hover {
  background-color: #66a80f;
}

.hover-bg-lime9:focus,.hover-bg-lime9:hover {
  background-color: #5c940d;
}

.hover-bg-teal:focus,.hover-bg-teal:hover {
  background-color: #12b886;
}

.hover-bg-teal0:focus,.hover-bg-teal0:hover {
  background-color: #e6fcf5;
}

.hover-bg-teal1:focus,.hover-bg-teal1:hover {
  background-color: #c3fae8;
}

.hover-bg-teal2:focus,.hover-bg-teal2:hover {
  background-color: #96f2d7;
}

.hover-bg-teal3:focus,.hover-bg-teal3:hover {
  background-color: #63e6be;
}

.hover-bg-teal4:focus,.hover-bg-teal4:hover {
  background-color: #38d9a9;
}

.hover-bg-teal5:focus,.hover-bg-teal5:hover {
  background-color: #20c997;
}

.hover-bg-teal6:focus,.hover-bg-teal6:hover {
  background-color: #12b886;
}

.hover-bg-teal7:focus,.hover-bg-teal7:hover {
  background-color: #0ca678;
}

.hover-bg-teal8:focus,.hover-bg-teal8:hover {
  background-color: #099268;
}

.hover-bg-teal9:focus,.hover-bg-teal9:hover {
  background-color: #087f5b;
}

.hover-bg-cyan:focus,.hover-bg-cyan:hover {
  background-color: #15aabf;
}

.hover-bg-cyan0:focus,.hover-bg-cyan0:hover {
  background-color: #e3fafc;
}

.hover-bg-cyan1:focus,.hover-bg-cyan1:hover {
  background-color: #c5f6fa;
}

.hover-bg-cyan2:focus,.hover-bg-cyan2:hover {
  background-color: #99e9f2;
}

.hover-bg-cyan3:focus,.hover-bg-cyan3:hover {
  background-color: #66d9e8;
}

.hover-bg-cyan4:focus,.hover-bg-cyan4:hover {
  background-color: #3bc9db;
}

.hover-bg-cyan5:focus,.hover-bg-cyan5:hover {
  background-color: #22b8cf;
}

.hover-bg-cyan6:focus,.hover-bg-cyan6:hover {
  background-color: #15aabf;
}

.hover-bg-cyan7:focus,.hover-bg-cyan7:hover {
  background-color: #1098ad;
}

.hover-bg-cyan8:focus,.hover-bg-cyan8:hover {
  background-color: #0c8599;
}

.hover-bg-cyan9:focus,.hover-bg-cyan9:hover {
  background-color: #0b7285;
}

.hover-bg-blue:focus,.hover-bg-blue:hover {
  background-color: #228be6;
}

.hover-bg-blue0:focus,.hover-bg-blue0:hover {
  background-color: #e7f5ff;
}

.hover-bg-blue1:focus,.hover-bg-blue1:hover {
  background-color: #d0ebff;
}

.hover-bg-blue2:focus,.hover-bg-blue2:hover {
  background-color: #a5d8ff;
}

.hover-bg-blue3:focus,.hover-bg-blue3:hover {
  background-color: #74c0fc;
}

.hover-bg-blue4:focus,.hover-bg-blue4:hover {
  background-color: #4dabf7;
}

.hover-bg-blue5:focus,.hover-bg-blue5:hover {
  background-color: #339af0;
}

.hover-bg-blue6:focus,.hover-bg-blue6:hover {
  background-color: #228be6;
}

.hover-bg-blue7:focus,.hover-bg-blue7:hover {
  background-color: #1c7ed6;
}

.hover-bg-blue8:focus,.hover-bg-blue8:hover {
  background-color: #1971c2;
}

.hover-bg-blue9:focus,.hover-bg-blue9:hover {
  background-color: #1864ab;
}

.hover-bg-blue10:focus,.hover-bg-blue10:hover {
  background-color: #155592;
}

.hover-bg-indigo:focus,.hover-bg-indigo:hover {
  background-color: #4c6ef5;
}

.hover-bg-indigo0:focus,.hover-bg-indigo0:hover {
  background-color: #edf2ff;
}

.hover-bg-indigo1:focus,.hover-bg-indigo1:hover {
  background-color: #dbe4ff;
}

.hover-bg-indigo2:focus,.hover-bg-indigo2:hover {
  background-color: #bac8ff;
}

.hover-bg-indigo3:focus,.hover-bg-indigo3:hover {
  background-color: #91a7ff;
}

.hover-bg-indigo4:focus,.hover-bg-indigo4:hover {
  background-color: #748ffc;
}

.hover-bg-indigo5:focus,.hover-bg-indigo5:hover {
  background-color: #5c7cfa;
}

.hover-bg-indigo6:focus,.hover-bg-indigo6:hover {
  background-color: #4c6ef5;
}

.hover-bg-indigo7:focus,.hover-bg-indigo7:hover {
  background-color: #4263eb;
}

.hover-bg-indigo8:focus,.hover-bg-indigo8:hover {
  background-color: #3b5bdb;
}

.hover-bg-indigo9:focus,.hover-bg-indigo9:hover {
  background-color: #364fc7;
}

.hover-bg-violet:focus,.hover-bg-violet:hover {
  background-color: #7950f2;
}

.hover-bg-violet0:focus,.hover-bg-violet0:hover {
  background-color: #f3f0ff;
}

.hover-bg-violet1:focus,.hover-bg-violet1:hover {
  background-color: #e5dbff;
}

.hover-bg-violet2:focus,.hover-bg-violet2:hover {
  background-color: #d0bfff;
}

.hover-bg-violet3:focus,.hover-bg-violet3:hover {
  background-color: #b197fc;
}

.hover-bg-violet4:focus,.hover-bg-violet4:hover {
  background-color: #9775fa;
}

.hover-bg-violet5:focus,.hover-bg-violet5:hover {
  background-color: #845ef7;
}

.hover-bg-violet6:focus,.hover-bg-violet6:hover {
  background-color: #7950f2;
}

.hover-bg-violet7:focus,.hover-bg-violet7:hover {
  background-color: #7048e8;
}

.hover-bg-violet8:focus,.hover-bg-violet8:hover {
  background-color: #6741d9;
}

.hover-bg-violet9:focus,.hover-bg-violet9:hover {
  background-color: #5f3dc4;
}

.hover-bg-grape:focus,.hover-bg-grape:hover {
  background-color: #be4bdb;
}

.hover-bg-grape0:focus,.hover-bg-grape0:hover {
  background-color: #f8f0fc;
}

.hover-bg-grape1:focus,.hover-bg-grape1:hover {
  background-color: #f3d9fa;
}

.hover-bg-grape2:focus,.hover-bg-grape2:hover {
  background-color: #eebefa;
}

.hover-bg-grape3:focus,.hover-bg-grape3:hover {
  background-color: #e599f7;
}

.hover-bg-grape4:focus,.hover-bg-grape4:hover {
  background-color: #da77f2;
}

.hover-bg-grape5:focus,.hover-bg-grape5:hover {
  background-color: #cc5de8;
}

.hover-bg-grape6:focus,.hover-bg-grape6:hover {
  background-color: #be4bdb;
}

.hover-bg-grape7:focus,.hover-bg-grape7:hover {
  background-color: #ae3ec9;
}

.hover-bg-grape8:focus,.hover-bg-grape8:hover {
  background-color: #9c36b5;
}

.hover-bg-grape9:focus,.hover-bg-grape9:hover {
  background-color: #862e9c;
}

.hover-bg-pink:focus,.hover-bg-pink:hover {
  background-color: #f783ac;
}

.hover-bg-pink0:focus,.hover-bg-pink0:hover {
  background-color: #fff0f6;
}

.hover-bg-pink1:focus,.hover-bg-pink1:hover {
  background-color: #ffdeeb;
}

.hover-bg-pink2:focus,.hover-bg-pink2:hover {
  background-color: #fcc2d7;
}

.hover-bg-pink3:focus,.hover-bg-pink3:hover {
  background-color: #faa2c1;
}

.hover-bg-pink4:focus,.hover-bg-pink4:hover {
  background-color: #f783ac;
}

.hover-bg-pink5:focus,.hover-bg-pink5:hover {
  background-color: #f06595;
}

.hover-bg-pink6:focus,.hover-bg-pink6:hover {
  background-color: #e64980;
}

.hover-bg-pink7:focus,.hover-bg-pink7:hover {
  background-color: #d6336c;
}

.hover-bg-pink8:focus,.hover-bg-pink8:hover {
  background-color: #c2255c;
}

.hover-bg-pink9:focus,.hover-bg-pink9:hover {
  background-color: #a61e4d;
}

.hover-bg-brown:focus,.hover-bg-brown:hover {
  background-color: #463b2d;
}

.hover-bg-brown0:focus,.hover-bg-brown0:hover {
  background-color: #e6b674;
}

.hover-bg-brown1:focus,.hover-bg-brown1:hover {
  background-color: #c09962;
}

.hover-bg-brown2:focus,.hover-bg-brown2:hover {
  background-color: #9d7e52;
}

.hover-bg-brown3:focus,.hover-bg-brown3:hover {
  background-color: #7e6644;
}

.hover-bg-brown4:focus,.hover-bg-brown4:hover {
  background-color: #665339;
}

.hover-bg-brown5:focus,.hover-bg-brown5:hover {
  background-color: #534532;
}

.hover-bg-brown6:focus,.hover-bg-brown6:hover {
  background-color: #463b2d;
}

.hover-bg-brown7:focus,.hover-bg-brown7:hover {
  background-color: #3c352a;
}

.hover-bg-brown8:focus,.hover-bg-brown8:hover {
  background-color: #36312a;
}

.hover-bg-brown9:focus,.hover-bg-brown9:hover {
  background-color: #332f2b;
}

.hover-bg-primary0:focus,.hover-bg-primary0:hover {
  background-color: #e7f5ff;
}

.hover-bg-primary1:focus,.hover-bg-primary1:hover {
  background-color: #d0ebff;
}

.hover-bg-primary2:focus,.hover-bg-primary2:hover {
  background-color: #a5d8ff;
}

.hover-bg-primary3:focus,.hover-bg-primary3:hover {
  background-color: #74c0fc;
}

.hover-bg-primary4:focus,.hover-bg-primary4:hover {
  background-color: #4dabf7;
}

.hover-bg-primary5:focus,.hover-bg-primary5:hover {
  background-color: #339af0;
}

.hover-bg-primary6:focus,.hover-bg-primary6:hover {
  background-color: #228be6;
}

.hover-bg-primary7:focus,.hover-bg-primary7:hover {
  background-color: #1c7ed6;
}

.hover-bg-primary8:focus,.hover-bg-primary8:hover {
  background-color: #1971c2;
}

.hover-bg-primary9:focus,.hover-bg-primary9:hover {
  background-color: #1864ab;
}

.hover-bg-secondary0:focus,.hover-bg-secondary0:hover {
  background-color: #f8f9fa;
}

.hover-bg-secondary1:focus,.hover-bg-secondary1:hover {
  background-color: #f1f3f5;
}

.hover-bg-secondary2:focus,.hover-bg-secondary2:hover {
  background-color: #e9ecef;
}

.hover-bg-secondary3:focus,.hover-bg-secondary3:hover {
  background-color: #dee2e6;
}

.hover-bg-secondary4:focus,.hover-bg-secondary4:hover {
  background-color: #ced4da;
}

.hover-bg-secondary5:focus,.hover-bg-secondary5:hover {
  background-color: #adb5bd;
}

.hover-bg-secondary6:focus,.hover-bg-secondary6:hover {
  background-color: #868e96;
}

.hover-bg-secondary7:focus,.hover-bg-secondary7:hover {
  background-color: #495057;
}

.hover-bg-secondary8:focus,.hover-bg-secondary8:hover {
  background-color: #343a40;
}

.hover-bg-secondary9:focus,.hover-bg-secondary9:hover {
  background-color: #212529;
}

.hover-bg-vip0:focus,.hover-bg-vip0:hover {
  background-color: #e6fcf5;
}

.hover-bg-vip1:focus,.hover-bg-vip1:hover {
  background-color: #c3fae8;
}

.hover-bg-vip2:focus,.hover-bg-vip2:hover {
  background-color: #96f2d7;
}

.hover-bg-vip3:focus,.hover-bg-vip3:hover {
  background-color: #63e6be;
}

.hover-bg-vip4:focus,.hover-bg-vip4:hover {
  background-color: #38d9a9;
}

.hover-bg-vip5:focus,.hover-bg-vip5:hover {
  background-color: #20c997;
}

.hover-bg-vip6:focus,.hover-bg-vip6:hover {
  background-color: #12b886;
}

.hover-bg-vip7:focus,.hover-bg-vip7:hover {
  background-color: #0ca678;
}

.hover-bg-vip8:focus,.hover-bg-vip8:hover {
  background-color: #099268;
}

.hover-bg-vip9:focus,.hover-bg-vip9:hover {
  background-color: #087f5b;
}

.hover-bg-info0:focus,.hover-bg-info0:hover {
  background-color: #e7f5ff;
}

.hover-bg-info1:focus,.hover-bg-info1:hover {
  background-color: #d0ebff;
}

.hover-bg-info2:focus,.hover-bg-info2:hover {
  background-color: #a5d8ff;
}

.hover-bg-info3:focus,.hover-bg-info3:hover {
  background-color: #74c0fc;
}

.hover-bg-info4:focus,.hover-bg-info4:hover {
  background-color: #4dabf7;
}

.hover-bg-info5:focus,.hover-bg-info5:hover {
  background-color: #339af0;
}

.hover-bg-info6:focus,.hover-bg-info6:hover {
  background-color: #228be6;
}

.hover-bg-info7:focus,.hover-bg-info7:hover {
  background-color: #1c7ed6;
}

.hover-bg-info8:focus,.hover-bg-info8:hover {
  background-color: #1971c2;
}

.hover-bg-info9:focus,.hover-bg-info9:hover {
  background-color: #1864ab;
}

.hover-bg-success0:focus,.hover-bg-success0:hover {
  background-color: #ebfbee;
}

.hover-bg-success1:focus,.hover-bg-success1:hover {
  background-color: #d3f9d8;
}

.hover-bg-success2:focus,.hover-bg-success2:hover {
  background-color: #b2f2bb;
}

.hover-bg-success3:focus,.hover-bg-success3:hover {
  background-color: #8ce99a;
}

.hover-bg-success4:focus,.hover-bg-success4:hover {
  background-color: #69db7c;
}

.hover-bg-success5:focus,.hover-bg-success5:hover {
  background-color: #51cf66;
}

.hover-bg-success6:focus,.hover-bg-success6:hover {
  background-color: #40c057;
}

.hover-bg-success7:focus,.hover-bg-success7:hover {
  background-color: #37b24d;
}

.hover-bg-success8:focus,.hover-bg-success8:hover {
  background-color: #2f9e44;
}

.hover-bg-success9:focus,.hover-bg-success9:hover {
  background-color: #2b8a3e;
}

.hover-bg-danger0:focus,.hover-bg-danger0:hover {
  background-color: #fff5f5;
}

.hover-bg-danger1:focus,.hover-bg-danger1:hover {
  background-color: #ffe3e3;
}

.hover-bg-danger2:focus,.hover-bg-danger2:hover {
  background-color: #ffc9c9;
}

.hover-bg-danger3:focus,.hover-bg-danger3:hover {
  background-color: #ffa8a8;
}

.hover-bg-danger4:focus,.hover-bg-danger4:hover {
  background-color: #ff8787;
}

.hover-bg-danger5:focus,.hover-bg-danger5:hover {
  background-color: #ff6b6b;
}

.hover-bg-danger6:focus,.hover-bg-danger6:hover {
  background-color: #fa5252;
}

.hover-bg-danger7:focus,.hover-bg-danger7:hover {
  background-color: #f03e3e;
}

.hover-bg-danger8:focus,.hover-bg-danger8:hover {
  background-color: #e03131;
}

.hover-bg-danger9:focus,.hover-bg-danger9:hover {
  background-color: #c92a2a;
}

.hover-bg-warning0:focus,.hover-bg-warning0:hover {
  background-color: #fff9db;
}

.hover-bg-warning1:focus,.hover-bg-warning1:hover {
  background-color: #fff3bf;
}

.hover-bg-warning2:focus,.hover-bg-warning2:hover {
  background-color: #ffec99;
}

.hover-bg-warning3:focus,.hover-bg-warning3:hover {
  background-color: #ffe066;
}

.hover-bg-warning4:focus,.hover-bg-warning4:hover {
  background-color: #ffd43b;
}

.hover-bg-warning5:focus,.hover-bg-warning5:hover {
  background-color: #fcc419;
}

.hover-bg-warning6:focus,.hover-bg-warning6:hover {
  background-color: #fab005;
}

.hover-bg-warning7:focus,.hover-bg-warning7:hover {
  background-color: #f59f00;
}

.hover-bg-warning8:focus,.hover-bg-warning8:hover {
  background-color: #f08c00;
}

.hover-bg-warning9:focus,.hover-bg-warning9:hover {
  background-color: #e67700;
}

.hover-b--black:focus,.hover-b--black:hover {
  border-color: #000;
}

.hover-b--black-030:focus,.hover-b--black-030:hover {
  border-color: rgba(0,0,0,0.03);
}

.hover-b--black-020:focus,.hover-b--black-020:hover {
  border-color: rgba(0,0,0,0.02);
}

.hover-b--white:focus,.hover-b--white:hover {
  border-color: #fff;
}

.hover-b--white-030:focus,.hover-b--white-030:hover {
  border-color: rgba(255,255,255,0.03);
}

.hover-b--white-020:focus,.hover-b--white-020:hover {
  border-color: rgba(255,255,255,0.02);
}

.hover-b--gray0:focus,.hover-b--gray0:hover {
  border-color: #f8f9fa;
}

.hover-b--gray1:focus,.hover-b--gray1:hover {
  border-color: #f1f3f5;
}

.hover-b--gray2:focus,.hover-b--gray2:hover {
  border-color: #e9ecef;
}

.hover-b--gray3:focus,.hover-b--gray3:hover {
  border-color: #dee2e6;
}

.hover-b--gray4:focus,.hover-b--gray4:hover {
  border-color: #ced4da;
}

.hover-b--gray5:focus,.hover-b--gray5:hover {
  border-color: #adb5bd;
}

.hover-b--gray6:focus,.hover-b--gray6:hover {
  border-color: #868e96;
}

.hover-b--gray7:focus,.hover-b--gray7:hover {
  border-color: #495057;
}

.hover-b--gray8:focus,.hover-b--gray8:hover {
  border-color: #343a40;
}

.hover-b--gray9:focus,.hover-b--gray9:hover {
  border-color: #212529;
}

.hover-b--red:focus,.hover-b--red:hover {
  border-color: #fa5252;
}

.hover-b--red0:focus,.hover-b--red0:hover {
  border-color: #fff5f5;
}

.hover-b--red1:focus,.hover-b--red1:hover {
  border-color: #ffe3e3;
}

.hover-b--red2:focus,.hover-b--red2:hover {
  border-color: #ffc9c9;
}

.hover-b--red3:focus,.hover-b--red3:hover {
  border-color: #ffa8a8;
}

.hover-b--red4:focus,.hover-b--red4:hover {
  border-color: #ff8787;
}

.hover-b--red5:focus,.hover-b--red5:hover {
  border-color: #ff6b6b;
}

.hover-b--red6:focus,.hover-b--red6:hover {
  border-color: #fa5252;
}

.hover-b--red7:focus,.hover-b--red7:hover {
  border-color: #f03e3e;
}

.hover-b--red8:focus,.hover-b--red8:hover {
  border-color: #e03131;
}

.hover-b--red9:focus,.hover-b--red9:hover {
  border-color: #c92a2a;
}

.hover-b--orange:focus,.hover-b--orange:hover {
  border-color: #fd7e14;
}

.hover-b--orange0:focus,.hover-b--orange0:hover {
  border-color: #fff4e6;
}

.hover-b--orange1:focus,.hover-b--orange1:hover {
  border-color: #ffe8cc;
}

.hover-b--orange2:focus,.hover-b--orange2:hover {
  border-color: #ffd8a8;
}

.hover-b--orange3:focus,.hover-b--orange3:hover {
  border-color: #ffc078;
}

.hover-b--orange4:focus,.hover-b--orange4:hover {
  border-color: #ffa94d;
}

.hover-b--orange5:focus,.hover-b--orange5:hover {
  border-color: #ff922b;
}

.hover-b--orange6:focus,.hover-b--orange6:hover {
  border-color: #fd7e14;
}

.hover-b--orange7:focus,.hover-b--orange7:hover {
  border-color: #f76707;
}

.hover-b--orange8:focus,.hover-b--orange8:hover {
  border-color: #e8590c;
}

.hover-b--orange9:focus,.hover-b--orange9:hover {
  border-color: #d9480f;
}

.hover-b--yellow:focus,.hover-b--yellow:hover {
  border-color: #ffd43b;
}

.hover-b--yellow0:focus,.hover-b--yellow0:hover {
  border-color: #fff9db;
}

.hover-b--yellow1:focus,.hover-b--yellow1:hover {
  border-color: #fff3bf;
}

.hover-b--yellow2:focus,.hover-b--yellow2:hover {
  border-color: #ffec99;
}

.hover-b--yellow3:focus,.hover-b--yellow3:hover {
  border-color: #ffe066;
}

.hover-b--yellow4:focus,.hover-b--yellow4:hover {
  border-color: #ffd43b;
}

.hover-b--yellow5:focus,.hover-b--yellow5:hover {
  border-color: #fcc419;
}

.hover-b--yellow6:focus,.hover-b--yellow6:hover {
  border-color: #fab005;
}

.hover-b--yellow7:focus,.hover-b--yellow7:hover {
  border-color: #f59f00;
}

.hover-b--yellow8:focus,.hover-b--yellow8:hover {
  border-color: #f08c00;
}

.hover-b--yellow9:focus,.hover-b--yellow9:hover {
  border-color: #e67700;
}

.hover-b--green:focus,.hover-b--green:hover {
  border-color: #40c057;
}

.hover-b--green0:focus,.hover-b--green0:hover {
  border-color: #ebfbee;
}

.hover-b--green1:focus,.hover-b--green1:hover {
  border-color: #d3f9d8;
}

.hover-b--green2:focus,.hover-b--green2:hover {
  border-color: #b2f2bb;
}

.hover-b--green3:focus,.hover-b--green3:hover {
  border-color: #8ce99a;
}

.hover-b--green4:focus,.hover-b--green4:hover {
  border-color: #69db7c;
}

.hover-b--green5:focus,.hover-b--green5:hover {
  border-color: #51cf66;
}

.hover-b--green6:focus,.hover-b--green6:hover {
  border-color: #40c057;
}

.hover-b--green7:focus,.hover-b--green7:hover {
  border-color: #37b24d;
}

.hover-b--green8:focus,.hover-b--green8:hover {
  border-color: #2f9e44;
}

.hover-b--green9:focus,.hover-b--green9:hover {
  border-color: #2b8a3e;
}

.hover-b--lime:focus,.hover-b--lime:hover {
  border-color: #82c91e;
}

.hover-b--lime0:focus,.hover-b--lime0:hover {
  border-color: #f4fce3;
}

.hover-b--lime1:focus,.hover-b--lime1:hover {
  border-color: #e9fac8;
}

.hover-b--lime2:focus,.hover-b--lime2:hover {
  border-color: #d8f5a2;
}

.hover-b--lime3:focus,.hover-b--lime3:hover {
  border-color: #c0eb75;
}

.hover-b--lime4:focus,.hover-b--lime4:hover {
  border-color: #a9e34b;
}

.hover-b--lime5:focus,.hover-b--lime5:hover {
  border-color: #94d82d;
}

.hover-b--lime6:focus,.hover-b--lime6:hover {
  border-color: #82c91e;
}

.hover-b--lime7:focus,.hover-b--lime7:hover {
  border-color: #74b816;
}

.hover-b--lime8:focus,.hover-b--lime8:hover {
  border-color: #66a80f;
}

.hover-b--lime9:focus,.hover-b--lime9:hover {
  border-color: #5c940d;
}

.hover-b--teal:focus,.hover-b--teal:hover {
  border-color: #12b886;
}

.hover-b--teal0:focus,.hover-b--teal0:hover {
  border-color: #e6fcf5;
}

.hover-b--teal1:focus,.hover-b--teal1:hover {
  border-color: #c3fae8;
}

.hover-b--teal2:focus,.hover-b--teal2:hover {
  border-color: #96f2d7;
}

.hover-b--teal3:focus,.hover-b--teal3:hover {
  border-color: #63e6be;
}

.hover-b--teal4:focus,.hover-b--teal4:hover {
  border-color: #38d9a9;
}

.hover-b--teal5:focus,.hover-b--teal5:hover {
  border-color: #20c997;
}

.hover-b--teal6:focus,.hover-b--teal6:hover {
  border-color: #12b886;
}

.hover-b--teal7:focus,.hover-b--teal7:hover {
  border-color: #0ca678;
}

.hover-b--teal8:focus,.hover-b--teal8:hover {
  border-color: #099268;
}

.hover-b--teal9:focus,.hover-b--teal9:hover {
  border-color: #087f5b;
}

.hover-b--cyan:focus,.hover-b--cyan:hover {
  border-color: #15aabf;
}

.hover-b--cyan0:focus,.hover-b--cyan0:hover {
  border-color: #e3fafc;
}

.hover-b--cyan1:focus,.hover-b--cyan1:hover {
  border-color: #c5f6fa;
}

.hover-b--cyan2:focus,.hover-b--cyan2:hover {
  border-color: #99e9f2;
}

.hover-b--cyan3:focus,.hover-b--cyan3:hover {
  border-color: #66d9e8;
}

.hover-b--cyan4:focus,.hover-b--cyan4:hover {
  border-color: #3bc9db;
}

.hover-b--cyan5:focus,.hover-b--cyan5:hover {
  border-color: #22b8cf;
}

.hover-b--cyan6:focus,.hover-b--cyan6:hover {
  border-color: #15aabf;
}

.hover-b--cyan7:focus,.hover-b--cyan7:hover {
  border-color: #1098ad;
}

.hover-b--cyan8:focus,.hover-b--cyan8:hover {
  border-color: #0c8599;
}

.hover-b--cyan9:focus,.hover-b--cyan9:hover {
  border-color: #0b7285;
}

.hover-b--blue:focus,.hover-b--blue:hover {
  border-color: #228be6;
}

.hover-b--blue0:focus,.hover-b--blue0:hover {
  border-color: #e7f5ff;
}

.hover-b--blue1:focus,.hover-b--blue1:hover {
  border-color: #d0ebff;
}

.hover-b--blue2:focus,.hover-b--blue2:hover {
  border-color: #a5d8ff;
}

.hover-b--blue3:focus,.hover-b--blue3:hover {
  border-color: #74c0fc;
}

.hover-b--blue4:focus,.hover-b--blue4:hover {
  border-color: #4dabf7;
}

.hover-b--blue5:focus,.hover-b--blue5:hover {
  border-color: #339af0;
}

.hover-b--blue6:focus,.hover-b--blue6:hover {
  border-color: #228be6;
}

.hover-b--blue7:focus,.hover-b--blue7:hover {
  border-color: #1c7ed6;
}

.hover-b--blue8:focus,.hover-b--blue8:hover {
  border-color: #1971c2;
}

.hover-b--blue9:focus,.hover-b--blue9:hover {
  border-color: #1864ab;
}

.hover-b--blue10:focus,.hover-b--blue10:hover {
  border-color: #155592;
}

.hover-b--indigo:focus,.hover-b--indigo:hover {
  border-color: #4c6ef5;
}

.hover-b--indigo0:focus,.hover-b--indigo0:hover {
  border-color: #edf2ff;
}

.hover-b--indigo1:focus,.hover-b--indigo1:hover {
  border-color: #dbe4ff;
}

.hover-b--indigo2:focus,.hover-b--indigo2:hover {
  border-color: #bac8ff;
}

.hover-b--indigo3:focus,.hover-b--indigo3:hover {
  border-color: #91a7ff;
}

.hover-b--indigo4:focus,.hover-b--indigo4:hover {
  border-color: #748ffc;
}

.hover-b--indigo5:focus,.hover-b--indigo5:hover {
  border-color: #5c7cfa;
}

.hover-b--indigo6:focus,.hover-b--indigo6:hover {
  border-color: #4c6ef5;
}

.hover-b--indigo7:focus,.hover-b--indigo7:hover {
  border-color: #4263eb;
}

.hover-b--indigo8:focus,.hover-b--indigo8:hover {
  border-color: #3b5bdb;
}

.hover-b--indigo9:focus,.hover-b--indigo9:hover {
  border-color: #364fc7;
}

.hover-b--violet:focus,.hover-b--violet:hover {
  border-color: #7950f2;
}

.hover-b--violet0:focus,.hover-b--violet0:hover {
  border-color: #f3f0ff;
}

.hover-b--violet1:focus,.hover-b--violet1:hover {
  border-color: #e5dbff;
}

.hover-b--violet2:focus,.hover-b--violet2:hover {
  border-color: #d0bfff;
}

.hover-b--violet3:focus,.hover-b--violet3:hover {
  border-color: #b197fc;
}

.hover-b--violet4:focus,.hover-b--violet4:hover {
  border-color: #9775fa;
}

.hover-b--violet5:focus,.hover-b--violet5:hover {
  border-color: #845ef7;
}

.hover-b--violet6:focus,.hover-b--violet6:hover {
  border-color: #7950f2;
}

.hover-b--violet7:focus,.hover-b--violet7:hover {
  border-color: #7048e8;
}

.hover-b--violet8:focus,.hover-b--violet8:hover {
  border-color: #6741d9;
}

.hover-b--violet9:focus,.hover-b--violet9:hover {
  border-color: #5f3dc4;
}

.hover-b--grape:focus,.hover-b--grape:hover {
  border-color: #be4bdb;
}

.hover-b--grape0:focus,.hover-b--grape0:hover {
  border-color: #f8f0fc;
}

.hover-b--grape1:focus,.hover-b--grape1:hover {
  border-color: #f3d9fa;
}

.hover-b--grape2:focus,.hover-b--grape2:hover {
  border-color: #eebefa;
}

.hover-b--grape3:focus,.hover-b--grape3:hover {
  border-color: #e599f7;
}

.hover-b--grape4:focus,.hover-b--grape4:hover {
  border-color: #da77f2;
}

.hover-b--grape5:focus,.hover-b--grape5:hover {
  border-color: #cc5de8;
}

.hover-b--grape6:focus,.hover-b--grape6:hover {
  border-color: #be4bdb;
}

.hover-b--grape7:focus,.hover-b--grape7:hover {
  border-color: #ae3ec9;
}

.hover-b--grape8:focus,.hover-b--grape8:hover {
  border-color: #9c36b5;
}

.hover-b--grape9:focus,.hover-b--grape9:hover {
  border-color: #862e9c;
}

.hover-b--pink:focus,.hover-b--pink:hover {
  border-color: #f783ac;
}

.hover-b--pink0:focus,.hover-b--pink0:hover {
  border-color: #fff0f6;
}

.hover-b--pink1:focus,.hover-b--pink1:hover {
  border-color: #ffdeeb;
}

.hover-b--pink2:focus,.hover-b--pink2:hover {
  border-color: #fcc2d7;
}

.hover-b--pink3:focus,.hover-b--pink3:hover {
  border-color: #faa2c1;
}

.hover-b--pink4:focus,.hover-b--pink4:hover {
  border-color: #f783ac;
}

.hover-b--pink5:focus,.hover-b--pink5:hover {
  border-color: #f06595;
}

.hover-b--pink6:focus,.hover-b--pink6:hover {
  border-color: #e64980;
}

.hover-b--pink7:focus,.hover-b--pink7:hover {
  border-color: #d6336c;
}

.hover-b--pink8:focus,.hover-b--pink8:hover {
  border-color: #c2255c;
}

.hover-b--pink9:focus,.hover-b--pink9:hover {
  border-color: #a61e4d;
}

.hover-b--brown:focus,.hover-b--brown:hover {
  border-color: #463b2d;
}

.hover-b--brown0:focus,.hover-b--brown0:hover {
  border-color: #e6b674;
}

.hover-b--brown1:focus,.hover-b--brown1:hover {
  border-color: #c09962;
}

.hover-b--brown2:focus,.hover-b--brown2:hover {
  border-color: #9d7e52;
}

.hover-b--brown3:focus,.hover-b--brown3:hover {
  border-color: #7e6644;
}

.hover-b--brown4:focus,.hover-b--brown4:hover {
  border-color: #665339;
}

.hover-b--brown5:focus,.hover-b--brown5:hover {
  border-color: #534532;
}

.hover-b--brown6:focus,.hover-b--brown6:hover {
  border-color: #463b2d;
}

.hover-b--brown7:focus,.hover-b--brown7:hover {
  border-color: #3c352a;
}

.hover-b--brown8:focus,.hover-b--brown8:hover {
  border-color: #36312a;
}

.hover-b--brown9:focus,.hover-b--brown9:hover {
  border-color: #332f2b;
}

.hover-b--primary0:focus,.hover-b--primary0:hover {
  border-color: #e7f5ff;
}

.hover-b--primary1:focus,.hover-b--primary1:hover {
  border-color: #d0ebff;
}

.hover-b--primary2:focus,.hover-b--primary2:hover {
  border-color: #a5d8ff;
}

.hover-b--primary3:focus,.hover-b--primary3:hover {
  border-color: #74c0fc;
}

.hover-b--primary4:focus,.hover-b--primary4:hover {
  border-color: #4dabf7;
}

.hover-b--primary5:focus,.hover-b--primary5:hover {
  border-color: #339af0;
}

.hover-b--primary6:focus,.hover-b--primary6:hover {
  border-color: #228be6;
}

.hover-b--primary7:focus,.hover-b--primary7:hover {
  border-color: #1c7ed6;
}

.hover-b--primary8:focus,.hover-b--primary8:hover {
  border-color: #1971c2;
}

.hover-b--primary9:focus,.hover-b--primary9:hover {
  border-color: #1864ab;
}

.hover-b--secondary0:focus,.hover-b--secondary0:hover {
  border-color: #f8f9fa;
}

.hover-b--secondary1:focus,.hover-b--secondary1:hover {
  border-color: #f1f3f5;
}

.hover-b--secondary2:focus,.hover-b--secondary2:hover {
  border-color: #e9ecef;
}

.hover-b--secondary3:focus,.hover-b--secondary3:hover {
  border-color: #dee2e6;
}

.hover-b--secondary4:focus,.hover-b--secondary4:hover {
  border-color: #ced4da;
}

.hover-b--secondary5:focus,.hover-b--secondary5:hover {
  border-color: #adb5bd;
}

.hover-b--secondary6:focus,.hover-b--secondary6:hover {
  border-color: #868e96;
}

.hover-b--secondary7:focus,.hover-b--secondary7:hover {
  border-color: #495057;
}

.hover-b--secondary8:focus,.hover-b--secondary8:hover {
  border-color: #343a40;
}

.hover-b--secondary9:focus,.hover-b--secondary9:hover {
  border-color: #212529;
}

.hover-b--vip0:focus,.hover-b--vip0:hover {
  border-color: #e6fcf5;
}

.hover-b--vip1:focus,.hover-b--vip1:hover {
  border-color: #c3fae8;
}

.hover-b--vip2:focus,.hover-b--vip2:hover {
  border-color: #96f2d7;
}

.hover-b--vip3:focus,.hover-b--vip3:hover {
  border-color: #63e6be;
}

.hover-b--vip4:focus,.hover-b--vip4:hover {
  border-color: #38d9a9;
}

.hover-b--vip5:focus,.hover-b--vip5:hover {
  border-color: #20c997;
}

.hover-b--vip6:focus,.hover-b--vip6:hover {
  border-color: #12b886;
}

.hover-b--vip7:focus,.hover-b--vip7:hover {
  border-color: #0ca678;
}

.hover-b--vip8:focus,.hover-b--vip8:hover {
  border-color: #099268;
}

.hover-b--vip9:focus,.hover-b--vip9:hover {
  border-color: #087f5b;
}

.hover-b--info0:focus,.hover-b--info0:hover {
  border-color: #e7f5ff;
}

.hover-b--info1:focus,.hover-b--info1:hover {
  border-color: #d0ebff;
}

.hover-b--info2:focus,.hover-b--info2:hover {
  border-color: #a5d8ff;
}

.hover-b--info3:focus,.hover-b--info3:hover {
  border-color: #74c0fc;
}

.hover-b--info4:focus,.hover-b--info4:hover {
  border-color: #4dabf7;
}

.hover-b--info5:focus,.hover-b--info5:hover {
  border-color: #339af0;
}

.hover-b--info6:focus,.hover-b--info6:hover {
  border-color: #228be6;
}

.hover-b--info7:focus,.hover-b--info7:hover {
  border-color: #1c7ed6;
}

.hover-b--info8:focus,.hover-b--info8:hover {
  border-color: #1971c2;
}

.hover-b--info9:focus,.hover-b--info9:hover {
  border-color: #1864ab;
}

.hover-b--success0:focus,.hover-b--success0:hover {
  border-color: #ebfbee;
}

.hover-b--success1:focus,.hover-b--success1:hover {
  border-color: #d3f9d8;
}

.hover-b--success2:focus,.hover-b--success2:hover {
  border-color: #b2f2bb;
}

.hover-b--success3:focus,.hover-b--success3:hover {
  border-color: #8ce99a;
}

.hover-b--success4:focus,.hover-b--success4:hover {
  border-color: #69db7c;
}

.hover-b--success5:focus,.hover-b--success5:hover {
  border-color: #51cf66;
}

.hover-b--success6:focus,.hover-b--success6:hover {
  border-color: #40c057;
}

.hover-b--success7:focus,.hover-b--success7:hover {
  border-color: #37b24d;
}

.hover-b--success8:focus,.hover-b--success8:hover {
  border-color: #2f9e44;
}

.hover-b--success9:focus,.hover-b--success9:hover {
  border-color: #2b8a3e;
}

.hover-b--danger0:focus,.hover-b--danger0:hover {
  border-color: #fff5f5;
}

.hover-b--danger1:focus,.hover-b--danger1:hover {
  border-color: #ffe3e3;
}

.hover-b--danger2:focus,.hover-b--danger2:hover {
  border-color: #ffc9c9;
}

.hover-b--danger3:focus,.hover-b--danger3:hover {
  border-color: #ffa8a8;
}

.hover-b--danger4:focus,.hover-b--danger4:hover {
  border-color: #ff8787;
}

.hover-b--danger5:focus,.hover-b--danger5:hover {
  border-color: #ff6b6b;
}

.hover-b--danger6:focus,.hover-b--danger6:hover {
  border-color: #fa5252;
}

.hover-b--danger7:focus,.hover-b--danger7:hover {
  border-color: #f03e3e;
}

.hover-b--danger8:focus,.hover-b--danger8:hover {
  border-color: #e03131;
}

.hover-b--danger9:focus,.hover-b--danger9:hover {
  border-color: #c92a2a;
}

.hover-b--warning0:focus,.hover-b--warning0:hover {
  border-color: #fff9db;
}

.hover-b--warning1:focus,.hover-b--warning1:hover {
  border-color: #fff3bf;
}

.hover-b--warning2:focus,.hover-b--warning2:hover {
  border-color: #ffec99;
}

.hover-b--warning3:focus,.hover-b--warning3:hover {
  border-color: #ffe066;
}

.hover-b--warning4:focus,.hover-b--warning4:hover {
  border-color: #ffd43b;
}

.hover-b--warning5:focus,.hover-b--warning5:hover {
  border-color: #fcc419;
}

.hover-b--warning6:focus,.hover-b--warning6:hover {
  border-color: #fab005;
}

.hover-b--warning7:focus,.hover-b--warning7:hover {
  border-color: #f59f00;
}

.hover-b--warning8:focus,.hover-b--warning8:hover {
  border-color: #f08c00;
}

.hover-b--warning9:focus,.hover-b--warning9:hover {
  border-color: #e67700;
}

.pa0 {
  padding: 0;
}

.pa1 {
  padding: .25rem;
}

.pa2 {
  padding: .5rem;
}

.pa3 {
  padding: 1rem;
}

.pa4 {
  padding: 1.5rem;
}

.pa5 {
  padding: 2rem;
}

.pa6 {
  padding: 3rem;
}

.pa7 {
  padding: 6rem;
}

.pl0 {
  padding-left: 0;
}

.pl1 {
  padding-left: .25rem;
}

.pl2 {
  padding-left: .5rem;
}

.pl3 {
  padding-left: 1rem;
}

.pl4 {
  padding-left: 1.5rem;
}

.pl5 {
  padding-left: 2rem;
}

.pl6 {
  padding-left: 3rem;
}

.pl7 {
  padding-left: 6rem;
}

.pr0 {
  padding-right: 0;
}

.pr1 {
  padding-right: .25rem;
}

.pr2 {
  padding-right: .5rem;
}

.pr3 {
  padding-right: 1rem;
}

.pr4 {
  padding-right: 1.5rem;
}

.pr5 {
  padding-right: 2rem;
}

.pr6 {
  padding-right: 3rem;
}

.pr7 {
  padding-right: 6rem;
}

.pb0 {
  padding-bottom: 0;
}

.pb1 {
  padding-bottom: .25rem;
}

.pb2 {
  padding-bottom: .5rem;
}

.pb3 {
  padding-bottom: 1rem;
}

.pb4 {
  padding-bottom: 1.5rem;
}

.pb5 {
  padding-bottom: 2rem;
}

.pb6 {
  padding-bottom: 3rem;
}

.pb7 {
  padding-bottom: 6rem;
}

.pt0 {
  padding-top: 0;
}

.pt1 {
  padding-top: .25rem;
}

.pt2 {
  padding-top: .5rem;
}

.pt3 {
  padding-top: 1rem;
}

.pt4 {
  padding-top: 1.5rem;
}

.pt5 {
  padding-top: 2rem;
}

.pt6 {
  padding-top: 3rem;
}

.pt7 {
  padding-top: 6rem;
}

.pv0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pv1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.pv2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.pv3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pv4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pv5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pv6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pv7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.ph0 {
  padding-left: 0;
  padding-right: 0;
}

.ph1 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.ph2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.ph3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.ph4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.ph5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.ph6 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.ph7 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.ma0 {
  margin: 0;
}

.ma1 {
  margin: .25rem;
}

.ma2 {
  margin: .5rem;
}

.ma3 {
  margin: 1rem;
}

.ma4 {
  margin: 1.5rem;
}

.ma5 {
  margin: 2rem;
}

.ma6 {
  margin: 3rem;
}

.ma7 {
  margin: 6rem;
}

.ml0 {
  margin-left: 0;
}

.ml1 {
  margin-left: .25rem;
}

.ml2 {
  margin-left: .5rem;
}

.ml3 {
  margin-left: 1rem;
}

.ml4 {
  margin-left: 1.5rem;
}

.ml5 {
  margin-left: 2rem;
}

.ml6 {
  margin-left: 3rem;
}

.ml7 {
  margin-left: 6rem;
}

.mr0 {
  margin-right: 0;
}

.mr1 {
  margin-right: .25rem;
}

.mr2 {
  margin-right: .5rem;
}

.mr3 {
  margin-right: 1rem;
}

.mr4 {
  margin-right: 1.5rem;
}

.mr5 {
  margin-right: 2rem;
}

.mr6 {
  margin-right: 3rem;
}

.mr7 {
  margin-right: 6rem;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: .25rem;
}

.mb2 {
  margin-bottom: .5rem;
}

.mb3 {
  margin-bottom: 1rem;
}

.mb4 {
  margin-bottom: 1.5rem;
}

.mb5 {
  margin-bottom: 2rem;
}

.mb6 {
  margin-bottom: 3rem;
}

.mb7 {
  margin-bottom: 6rem;
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: .25rem;
}

.mt2 {
  margin-top: .5rem;
}

.mt3 {
  margin-top: 1rem;
}

.mt4 {
  margin-top: 1.5rem;
}

.mt5 {
  margin-top: 2rem;
}

.mt6 {
  margin-top: 3rem;
}

.mt7 {
  margin-top: 6rem;
}

.mv0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mv1 {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.mv2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.mv3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mv4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mv5 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mv6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mv7 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mh0 {
  margin-left: 0;
  margin-right: 0;
}

.mh1 {
  margin-left: .25rem;
  margin-right: .25rem;
}

.mh2 {
  margin-left: .5rem;
  margin-right: .5rem;
}

.mh3 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mh4 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mh5 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mh6 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mh7 {
  margin-left: 6rem;
  margin-right: 6rem;
}

@media screen and (min-width: 30em) {
  .pa0-ns {
    padding: 0;
  }

  .pa1-ns {
    padding: .25rem;
  }

  .pa2-ns {
    padding: .5rem;
  }

  .pa3-ns {
    padding: 1rem;
  }

  .pa4-ns {
    padding: 1.5rem;
  }

  .pa5-ns {
    padding: 2rem;
  }

  .pa6-ns {
    padding: 3rem;
  }

  .pa7-ns {
    padding: 6rem;
  }

  .pl0-ns {
    padding-left: 0;
  }

  .pl1-ns {
    padding-left: .25rem;
  }

  .pl2-ns {
    padding-left: .5rem;
  }

  .pl3-ns {
    padding-left: 1rem;
  }

  .pl4-ns {
    padding-left: 1.5rem;
  }

  .pl5-ns {
    padding-left: 2rem;
  }

  .pl6-ns {
    padding-left: 3rem;
  }

  .pl7-ns {
    padding-left: 6rem;
  }

  .pr0-ns {
    padding-right: 0;
  }

  .pr1-ns {
    padding-right: .25rem;
  }

  .pr2-ns {
    padding-right: .5rem;
  }

  .pr3-ns {
    padding-right: 1rem;
  }

  .pr4-ns {
    padding-right: 1.5rem;
  }

  .pr5-ns {
    padding-right: 2rem;
  }

  .pr6-ns {
    padding-right: 3rem;
  }

  .pr7-ns {
    padding-right: 6rem;
  }

  .pb0-ns {
    padding-bottom: 0;
  }

  .pb1-ns {
    padding-bottom: .25rem;
  }

  .pb2-ns {
    padding-bottom: .5rem;
  }

  .pb3-ns {
    padding-bottom: 1rem;
  }

  .pb4-ns {
    padding-bottom: 1.5rem;
  }

  .pb5-ns {
    padding-bottom: 2rem;
  }

  .pb6-ns {
    padding-bottom: 3rem;
  }

  .pb7-ns {
    padding-bottom: 6rem;
  }

  .pt0-ns {
    padding-top: 0;
  }

  .pt1-ns {
    padding-top: .25rem;
  }

  .pt2-ns {
    padding-top: .5rem;
  }

  .pt3-ns {
    padding-top: 1rem;
  }

  .pt4-ns {
    padding-top: 1.5rem;
  }

  .pt5-ns {
    padding-top: 2rem;
  }

  .pt6-ns {
    padding-top: 3rem;
  }

  .pt7-ns {
    padding-top: 6rem;
  }

  .pv0-ns {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pv1-ns {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .pv2-ns {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .pv3-ns {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pv4-ns {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .pv5-ns {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pv6-ns {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .pv7-ns {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .ph0-ns {
    padding-left: 0;
    padding-right: 0;
  }

  .ph1-ns {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .ph2-ns {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .ph3-ns {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ph4-ns {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ph5-ns {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ph6-ns {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .ph7-ns {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .ma0-ns {
    margin: 0;
  }

  .ma1-ns {
    margin: .25rem;
  }

  .ma2-ns {
    margin: .5rem;
  }

  .ma3-ns {
    margin: 1rem;
  }

  .ma4-ns {
    margin: 1.5rem;
  }

  .ma5-ns {
    margin: 2rem;
  }

  .ma6-ns {
    margin: 3rem;
  }

  .ma7-ns {
    margin: 6rem;
  }

  .ml0-ns {
    margin-left: 0;
  }

  .ml1-ns {
    margin-left: .25rem;
  }

  .ml2-ns {
    margin-left: .5rem;
  }

  .ml3-ns {
    margin-left: 1rem;
  }

  .ml4-ns {
    margin-left: 1.5rem;
  }

  .ml5-ns {
    margin-left: 2rem;
  }

  .ml6-ns {
    margin-left: 3rem;
  }

  .ml7-ns {
    margin-left: 6rem;
  }

  .mr0-ns {
    margin-right: 0;
  }

  .mr1-ns {
    margin-right: .25rem;
  }

  .mr2-ns {
    margin-right: .5rem;
  }

  .mr3-ns {
    margin-right: 1rem;
  }

  .mr4-ns {
    margin-right: 1.5rem;
  }

  .mr5-ns {
    margin-right: 2rem;
  }

  .mr6-ns {
    margin-right: 3rem;
  }

  .mr7-ns {
    margin-right: 6rem;
  }

  .mb0-ns {
    margin-bottom: 0;
  }

  .mb1-ns {
    margin-bottom: .25rem;
  }

  .mb2-ns {
    margin-bottom: .5rem;
  }

  .mb3-ns {
    margin-bottom: 1rem;
  }

  .mb4-ns {
    margin-bottom: 1.5rem;
  }

  .mb5-ns {
    margin-bottom: 2rem;
  }

  .mb6-ns {
    margin-bottom: 3rem;
  }

  .mb7-ns {
    margin-bottom: 6rem;
  }

  .mt0-ns {
    margin-top: 0;
  }

  .mt1-ns {
    margin-top: .25rem;
  }

  .mt2-ns {
    margin-top: .5rem;
  }

  .mt3-ns {
    margin-top: 1rem;
  }

  .mt4-ns {
    margin-top: 1.5rem;
  }

  .mt5-ns {
    margin-top: 2rem;
  }

  .mt6-ns {
    margin-top: 3rem;
  }

  .mt7-ns {
    margin-top: 6rem;
  }

  .mv0-ns {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mv1-ns {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .mv2-ns {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .mv3-ns {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mv4-ns {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .mv5-ns {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mv6-ns {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .mv7-ns {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .mh0-ns {
    margin-left: 0;
    margin-right: 0;
  }

  .mh1-ns {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .mh2-ns {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .mh3-ns {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .mh4-ns {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .mh5-ns {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .mh6-ns {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .mh7-ns {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .pa0-m {
    padding: 0;
  }

  .pa1-m {
    padding: .25rem;
  }

  .pa2-m {
    padding: .5rem;
  }

  .pa3-m {
    padding: 1rem;
  }

  .pa4-m {
    padding: 1.5rem;
  }

  .pa5-m {
    padding: 2rem;
  }

  .pa6-m {
    padding: 3rem;
  }

  .pa7-m {
    padding: 6rem;
  }

  .pl0-m {
    padding-left: 0;
  }

  .pl1-m {
    padding-left: .25rem;
  }

  .pl2-m {
    padding-left: .5rem;
  }

  .pl3-m {
    padding-left: 1rem;
  }

  .pl4-m {
    padding-left: 1.5rem;
  }

  .pl5-m {
    padding-left: 2rem;
  }

  .pl6-m {
    padding-left: 3rem;
  }

  .pl7-m {
    padding-left: 6rem;
  }

  .pr0-m {
    padding-right: 0;
  }

  .pr1-m {
    padding-right: .25rem;
  }

  .pr2-m {
    padding-right: .5rem;
  }

  .pr3-m {
    padding-right: 1rem;
  }

  .pr4-m {
    padding-right: 1.5rem;
  }

  .pr5-m {
    padding-right: 2rem;
  }

  .pr6-m {
    padding-right: 3rem;
  }

  .pr7-m {
    padding-right: 6rem;
  }

  .pb0-m {
    padding-bottom: 0;
  }

  .pb1-m {
    padding-bottom: .25rem;
  }

  .pb2-m {
    padding-bottom: .5rem;
  }

  .pb3-m {
    padding-bottom: 1rem;
  }

  .pb4-m {
    padding-bottom: 1.5rem;
  }

  .pb5-m {
    padding-bottom: 2rem;
  }

  .pb6-m {
    padding-bottom: 3rem;
  }

  .pb7-m {
    padding-bottom: 6rem;
  }

  .pt0-m {
    padding-top: 0;
  }

  .pt1-m {
    padding-top: .25rem;
  }

  .pt2-m {
    padding-top: .5rem;
  }

  .pt3-m {
    padding-top: 1rem;
  }

  .pt4-m {
    padding-top: 1.5rem;
  }

  .pt5-m {
    padding-top: 2rem;
  }

  .pt6-m {
    padding-top: 3rem;
  }

  .pt7-m {
    padding-top: 6rem;
  }

  .pv0-m {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pv1-m {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .pv2-m {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .pv3-m {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pv4-m {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .pv5-m {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pv6-m {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .pv7-m {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .ph0-m {
    padding-left: 0;
    padding-right: 0;
  }

  .ph1-m {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .ph2-m {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .ph3-m {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ph4-m {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ph5-m {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ph6-m {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .ph7-m {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .ma0-m {
    margin: 0;
  }

  .ma1-m {
    margin: .25rem;
  }

  .ma2-m {
    margin: .5rem;
  }

  .ma3-m {
    margin: 1rem;
  }

  .ma4-m {
    margin: 1.5rem;
  }

  .ma5-m {
    margin: 2rem;
  }

  .ma6-m {
    margin: 3rem;
  }

  .ma7-m {
    margin: 6rem;
  }

  .ml0-m {
    margin-left: 0;
  }

  .ml1-m {
    margin-left: .25rem;
  }

  .ml2-m {
    margin-left: .5rem;
  }

  .ml3-m {
    margin-left: 1rem;
  }

  .ml4-m {
    margin-left: 1.5rem;
  }

  .ml5-m {
    margin-left: 2rem;
  }

  .ml6-m {
    margin-left: 3rem;
  }

  .ml7-m {
    margin-left: 6rem;
  }

  .mr0-m {
    margin-right: 0;
  }

  .mr1-m {
    margin-right: .25rem;
  }

  .mr2-m {
    margin-right: .5rem;
  }

  .mr3-m {
    margin-right: 1rem;
  }

  .mr4-m {
    margin-right: 1.5rem;
  }

  .mr5-m {
    margin-right: 2rem;
  }

  .mr6-m {
    margin-right: 3rem;
  }

  .mr7-m {
    margin-right: 6rem;
  }

  .mb0-m {
    margin-bottom: 0;
  }

  .mb1-m {
    margin-bottom: .25rem;
  }

  .mb2-m {
    margin-bottom: .5rem;
  }

  .mb3-m {
    margin-bottom: 1rem;
  }

  .mb4-m {
    margin-bottom: 1.5rem;
  }

  .mb5-m {
    margin-bottom: 2rem;
  }

  .mb6-m {
    margin-bottom: 3rem;
  }

  .mb7-m {
    margin-bottom: 6rem;
  }

  .mt0-m {
    margin-top: 0;
  }

  .mt1-m {
    margin-top: .25rem;
  }

  .mt2-m {
    margin-top: .5rem;
  }

  .mt3-m {
    margin-top: 1rem;
  }

  .mt4-m {
    margin-top: 1.5rem;
  }

  .mt5-m {
    margin-top: 2rem;
  }

  .mt6-m {
    margin-top: 3rem;
  }

  .mt7-m {
    margin-top: 6rem;
  }

  .mv0-m {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mv1-m {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .mv2-m {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .mv3-m {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mv4-m {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .mv5-m {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mv6-m {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .mv7-m {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .mh0-m {
    margin-left: 0;
    margin-right: 0;
  }

  .mh1-m {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .mh2-m {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .mh3-m {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .mh4-m {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .mh5-m {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .mh6-m {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .mh7-m {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

@media screen and (min-width: 60em) {
  .pa0-l {
    padding: 0;
  }

  .pa1-l {
    padding: .25rem;
  }

  .pa2-l {
    padding: .5rem;
  }

  .pa3-l {
    padding: 1rem;
  }

  .pa4-l {
    padding: 1.5rem;
  }

  .pa5-l {
    padding: 2rem;
  }

  .pa6-l {
    padding: 3rem;
  }

  .pa7-l {
    padding: 6rem;
  }

  .pl0-l {
    padding-left: 0;
  }

  .pl1-l {
    padding-left: .25rem;
  }

  .pl2-l {
    padding-left: .5rem;
  }

  .pl3-l {
    padding-left: 1rem;
  }

  .pl4-l {
    padding-left: 1.5rem;
  }

  .pl5-l {
    padding-left: 2rem;
  }

  .pl6-l {
    padding-left: 3rem;
  }

  .pl7-l {
    padding-left: 6rem;
  }

  .pr0-l {
    padding-right: 0;
  }

  .pr1-l {
    padding-right: .25rem;
  }

  .pr2-l {
    padding-right: .5rem;
  }

  .pr3-l {
    padding-right: 1rem;
  }

  .pr4-l {
    padding-right: 1.5rem;
  }

  .pr5-l {
    padding-right: 2rem;
  }

  .pr6-l {
    padding-right: 3rem;
  }

  .pr7-l {
    padding-right: 6rem;
  }

  .pb0-l {
    padding-bottom: 0;
  }

  .pb1-l {
    padding-bottom: .25rem;
  }

  .pb2-l {
    padding-bottom: .5rem;
  }

  .pb3-l {
    padding-bottom: 1rem;
  }

  .pb4-l {
    padding-bottom: 1.5rem;
  }

  .pb5-l {
    padding-bottom: 2rem;
  }

  .pb6-l {
    padding-bottom: 3rem;
  }

  .pb7-l {
    padding-bottom: 6rem;
  }

  .pt0-l {
    padding-top: 0;
  }

  .pt1-l {
    padding-top: .25rem;
  }

  .pt2-l {
    padding-top: .5rem;
  }

  .pt3-l {
    padding-top: 1rem;
  }

  .pt4-l {
    padding-top: 1.5rem;
  }

  .pt5-l {
    padding-top: 2rem;
  }

  .pt6-l {
    padding-top: 3rem;
  }

  .pt7-l {
    padding-top: 6rem;
  }

  .pv0-l {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pv1-l {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .pv2-l {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .pv3-l {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pv4-l {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .pv5-l {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pv6-l {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .pv7-l {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .ph0-l {
    padding-left: 0;
    padding-right: 0;
  }

  .ph1-l {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .ph2-l {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .ph3-l {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ph4-l {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ph5-l {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ph6-l {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .ph7-l {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .ma0-l {
    margin: 0;
  }

  .ma1-l {
    margin: .25rem;
  }

  .ma2-l {
    margin: .5rem;
  }

  .ma3-l {
    margin: 1rem;
  }

  .ma4-l {
    margin: 1.5rem;
  }

  .ma5-l {
    margin: 2rem;
  }

  .ma6-l {
    margin: 3rem;
  }

  .ma7-l {
    margin: 6rem;
  }

  .ml0-l {
    margin-left: 0;
  }

  .ml1-l {
    margin-left: .25rem;
  }

  .ml2-l {
    margin-left: .5rem;
  }

  .ml3-l {
    margin-left: 1rem;
  }

  .ml4-l {
    margin-left: 1.5rem;
  }

  .ml5-l {
    margin-left: 2rem;
  }

  .ml6-l {
    margin-left: 3rem;
  }

  .ml7-l {
    margin-left: 6rem;
  }

  .mr0-l {
    margin-right: 0;
  }

  .mr1-l {
    margin-right: .25rem;
  }

  .mr2-l {
    margin-right: .5rem;
  }

  .mr3-l {
    margin-right: 1rem;
  }

  .mr4-l {
    margin-right: 1.5rem;
  }

  .mr5-l {
    margin-right: 2rem;
  }

  .mr6-l {
    margin-right: 3rem;
  }

  .mr7-l {
    margin-right: 6rem;
  }

  .mb0-l {
    margin-bottom: 0;
  }

  .mb1-l {
    margin-bottom: .25rem;
  }

  .mb2-l {
    margin-bottom: .5rem;
  }

  .mb3-l {
    margin-bottom: 1rem;
  }

  .mb4-l {
    margin-bottom: 1.5rem;
  }

  .mb5-l {
    margin-bottom: 2rem;
  }

  .mb6-l {
    margin-bottom: 3rem;
  }

  .mb7-l {
    margin-bottom: 6rem;
  }

  .mt0-l {
    margin-top: 0;
  }

  .mt1-l {
    margin-top: .25rem;
  }

  .mt2-l {
    margin-top: .5rem;
  }

  .mt3-l {
    margin-top: 1rem;
  }

  .mt4-l {
    margin-top: 1.5rem;
  }

  .mt5-l {
    margin-top: 2rem;
  }

  .mt6-l {
    margin-top: 3rem;
  }

  .mt7-l {
    margin-top: 6rem;
  }

  .mv0-l {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mv1-l {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .mv2-l {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .mv3-l {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mv4-l {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .mv5-l {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mv6-l {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .mv7-l {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .mh0-l {
    margin-left: 0;
    margin-right: 0;
  }

  .mh1-l {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .mh2-l {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .mh3-l {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .mh4-l {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .mh5-l {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .mh6-l {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .mh7-l {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

@media screen and (min-width: 77.5rem) {
  .pa0-xl {
    padding: 0;
  }

  .pa1-xl {
    padding: .25rem;
  }

  .pa2-xl {
    padding: .5rem;
  }

  .pa3-xl {
    padding: 1rem;
  }

  .pa4-xl {
    padding: 1.5rem;
  }

  .pa5-xl {
    padding: 2rem;
  }

  .pa6-xl {
    padding: 3rem;
  }

  .pa7-xl {
    padding: 6rem;
  }

  .pl0-xl {
    padding-left: 0;
  }

  .pl1-xl {
    padding-left: .25rem;
  }

  .pl2-xl {
    padding-left: .5rem;
  }

  .pl3-xl {
    padding-left: 1rem;
  }

  .pl4-xl {
    padding-left: 1.5rem;
  }

  .pl5-xl {
    padding-left: 2rem;
  }

  .pl6-xl {
    padding-left: 3rem;
  }

  .pl7-xl {
    padding-left: 6rem;
  }

  .pr0-xl {
    padding-right: 0;
  }

  .pr1-xl {
    padding-right: .25rem;
  }

  .pr2-xl {
    padding-right: .5rem;
  }

  .pr3-xl {
    padding-right: 1rem;
  }

  .pr4-xl {
    padding-right: 1.5rem;
  }

  .pr5-xl {
    padding-right: 2rem;
  }

  .pr6-xl {
    padding-right: 3rem;
  }

  .pr7-xl {
    padding-right: 6rem;
  }

  .pb0-xl {
    padding-bottom: 0;
  }

  .pb1-xl {
    padding-bottom: .25rem;
  }

  .pb2-xl {
    padding-bottom: .5rem;
  }

  .pb3-xl {
    padding-bottom: 1rem;
  }

  .pb4-xl {
    padding-bottom: 1.5rem;
  }

  .pb5-xl {
    padding-bottom: 2rem;
  }

  .pb6-xl {
    padding-bottom: 3rem;
  }

  .pb7-xl {
    padding-bottom: 6rem;
  }

  .pt0-xl {
    padding-top: 0;
  }

  .pt1-xl {
    padding-top: .25rem;
  }

  .pt2-xl {
    padding-top: .5rem;
  }

  .pt3-xl {
    padding-top: 1rem;
  }

  .pt4-xl {
    padding-top: 1.5rem;
  }

  .pt5-xl {
    padding-top: 2rem;
  }

  .pt6-xl {
    padding-top: 3rem;
  }

  .pt7-xl {
    padding-top: 6rem;
  }

  .pv0-xl {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pv1-xl {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .pv2-xl {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .pv3-xl {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pv4-xl {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .pv5-xl {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pv6-xl {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .pv7-xl {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .ph0-xl {
    padding-left: 0;
    padding-right: 0;
  }

  .ph1-xl {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .ph2-xl {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .ph3-xl {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ph4-xl {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ph5-xl {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ph6-xl {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .ph7-xl {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .ma0-xl {
    margin: 0;
  }

  .ma1-xl {
    margin: .25rem;
  }

  .ma2-xl {
    margin: .5rem;
  }

  .ma3-xl {
    margin: 1rem;
  }

  .ma4-xl {
    margin: 1.5rem;
  }

  .ma5-xl {
    margin: 2rem;
  }

  .ma6-xl {
    margin: 3rem;
  }

  .ma7-xl {
    margin: 6rem;
  }

  .ml0-xl {
    margin-left: 0;
  }

  .ml1-xl {
    margin-left: .25rem;
  }

  .ml2-xl {
    margin-left: .5rem;
  }

  .ml3-xl {
    margin-left: 1rem;
  }

  .ml4-xl {
    margin-left: 1.5rem;
  }

  .ml5-xl {
    margin-left: 2rem;
  }

  .ml6-xl {
    margin-left: 3rem;
  }

  .ml7-xl {
    margin-left: 6rem;
  }

  .mr0-xl {
    margin-right: 0;
  }

  .mr1-xl {
    margin-right: .25rem;
  }

  .mr2-xl {
    margin-right: .5rem;
  }

  .mr3-xl {
    margin-right: 1rem;
  }

  .mr4-xl {
    margin-right: 1.5rem;
  }

  .mr5-xl {
    margin-right: 2rem;
  }

  .mr6-xl {
    margin-right: 3rem;
  }

  .mr7-xl {
    margin-right: 6rem;
  }

  .mb0-xl {
    margin-bottom: 0;
  }

  .mb1-xl {
    margin-bottom: .25rem;
  }

  .mb2-xl {
    margin-bottom: .5rem;
  }

  .mb3-xl {
    margin-bottom: 1rem;
  }

  .mb4-xl {
    margin-bottom: 1.5rem;
  }

  .mb5-xl {
    margin-bottom: 2rem;
  }

  .mb6-xl {
    margin-bottom: 3rem;
  }

  .mb7-xl {
    margin-bottom: 6rem;
  }

  .mt0-xl {
    margin-top: 0;
  }

  .mt1-xl {
    margin-top: .25rem;
  }

  .mt2-xl {
    margin-top: .5rem;
  }

  .mt3-xl {
    margin-top: 1rem;
  }

  .mt4-xl {
    margin-top: 1.5rem;
  }

  .mt5-xl {
    margin-top: 2rem;
  }

  .mt6-xl {
    margin-top: 3rem;
  }

  .mt7-xl {
    margin-top: 6rem;
  }

  .mv0-xl {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mv1-xl {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .mv2-xl {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .mv3-xl {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mv4-xl {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .mv5-xl {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mv6-xl {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .mv7-xl {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .mh0-xl {
    margin-left: 0;
    margin-right: 0;
  }

  .mh1-xl {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .mh2-xl {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .mh3-xl {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .mh4-xl {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .mh5-xl {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .mh6-xl {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .mh7-xl {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

@media screen and (min-width: 91.25rem) {
  .pa0-2x {
    padding: 0;
  }

  .pa1-2x {
    padding: .25rem;
  }

  .pa2-2x {
    padding: .5rem;
  }

  .pa3-2x {
    padding: 1rem;
  }

  .pa4-2x {
    padding: 1.5rem;
  }

  .pa5-2x {
    padding: 2rem;
  }

  .pa6-2x {
    padding: 3rem;
  }

  .pa7-2x {
    padding: 6rem;
  }

  .pl0-2x {
    padding-left: 0;
  }

  .pl1-2x {
    padding-left: .25rem;
  }

  .pl2-2x {
    padding-left: .5rem;
  }

  .pl3-2x {
    padding-left: 1rem;
  }

  .pl4-2x {
    padding-left: 1.5rem;
  }

  .pl5-2x {
    padding-left: 2rem;
  }

  .pl6-2x {
    padding-left: 3rem;
  }

  .pl7-2x {
    padding-left: 6rem;
  }

  .pr0-2x {
    padding-right: 0;
  }

  .pr1-2x {
    padding-right: .25rem;
  }

  .pr2-2x {
    padding-right: .5rem;
  }

  .pr3-2x {
    padding-right: 1rem;
  }

  .pr4-2x {
    padding-right: 1.5rem;
  }

  .pr5-2x {
    padding-right: 2rem;
  }

  .pr6-2x {
    padding-right: 3rem;
  }

  .pr7-2x {
    padding-right: 6rem;
  }

  .pb0-2x {
    padding-bottom: 0;
  }

  .pb1-2x {
    padding-bottom: .25rem;
  }

  .pb2-2x {
    padding-bottom: .5rem;
  }

  .pb3-2x {
    padding-bottom: 1rem;
  }

  .pb4-2x {
    padding-bottom: 1.5rem;
  }

  .pb5-2x {
    padding-bottom: 2rem;
  }

  .pb6-2x {
    padding-bottom: 3rem;
  }

  .pb7-2x {
    padding-bottom: 6rem;
  }

  .pt0-2x {
    padding-top: 0;
  }

  .pt1-2x {
    padding-top: .25rem;
  }

  .pt2-2x {
    padding-top: .5rem;
  }

  .pt3-2x {
    padding-top: 1rem;
  }

  .pt4-2x {
    padding-top: 1.5rem;
  }

  .pt5-2x {
    padding-top: 2rem;
  }

  .pt6-2x {
    padding-top: 3rem;
  }

  .pt7-2x {
    padding-top: 6rem;
  }

  .pv0-2x {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pv1-2x {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .pv2-2x {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .pv3-2x {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pv4-2x {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .pv5-2x {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pv6-2x {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .pv7-2x {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .ph0-2x {
    padding-left: 0;
    padding-right: 0;
  }

  .ph1-2x {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .ph2-2x {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .ph3-2x {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ph4-2x {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ph5-2x {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ph6-2x {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .ph7-2x {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .ma0-2x {
    margin: 0;
  }

  .ma1-2x {
    margin: .25rem;
  }

  .ma2-2x {
    margin: .5rem;
  }

  .ma3-2x {
    margin: 1rem;
  }

  .ma4-2x {
    margin: 1.5rem;
  }

  .ma5-2x {
    margin: 2rem;
  }

  .ma6-2x {
    margin: 3rem;
  }

  .ma7-2x {
    margin: 6rem;
  }

  .ml0-2x {
    margin-left: 0;
  }

  .ml1-2x {
    margin-left: .25rem;
  }

  .ml2-2x {
    margin-left: .5rem;
  }

  .ml3-2x {
    margin-left: 1rem;
  }

  .ml4-2x {
    margin-left: 1.5rem;
  }

  .ml5-2x {
    margin-left: 2rem;
  }

  .ml6-2x {
    margin-left: 3rem;
  }

  .ml7-2x {
    margin-left: 6rem;
  }

  .mr0-2x {
    margin-right: 0;
  }

  .mr1-2x {
    margin-right: .25rem;
  }

  .mr2-2x {
    margin-right: .5rem;
  }

  .mr3-2x {
    margin-right: 1rem;
  }

  .mr4-2x {
    margin-right: 1.5rem;
  }

  .mr5-2x {
    margin-right: 2rem;
  }

  .mr6-2x {
    margin-right: 3rem;
  }

  .mr7-2x {
    margin-right: 6rem;
  }

  .mb0-2x {
    margin-bottom: 0;
  }

  .mb1-2x {
    margin-bottom: .25rem;
  }

  .mb2-2x {
    margin-bottom: .5rem;
  }

  .mb3-2x {
    margin-bottom: 1rem;
  }

  .mb4-2x {
    margin-bottom: 1.5rem;
  }

  .mb5-2x {
    margin-bottom: 2rem;
  }

  .mb6-2x {
    margin-bottom: 3rem;
  }

  .mb7-2x {
    margin-bottom: 6rem;
  }

  .mt0-2x {
    margin-top: 0;
  }

  .mt1-2x {
    margin-top: .25rem;
  }

  .mt2-2x {
    margin-top: .5rem;
  }

  .mt3-2x {
    margin-top: 1rem;
  }

  .mt4-2x {
    margin-top: 1.5rem;
  }

  .mt5-2x {
    margin-top: 2rem;
  }

  .mt6-2x {
    margin-top: 3rem;
  }

  .mt7-2x {
    margin-top: 6rem;
  }

  .mv0-2x {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mv1-2x {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .mv2-2x {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .mv3-2x {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mv4-2x {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .mv5-2x {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mv6-2x {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .mv7-2x {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .mh0-2x {
    margin-left: 0;
    margin-right: 0;
  }

  .mh1-2x {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .mh2-2x {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .mh3-2x {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .mh4-2x {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .mh5-2x {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .mh6-2x {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .mh7-2x {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

.na1 {
  margin: -.25rem;
}

.na2 {
  margin: -.5rem;
}

.na3 {
  margin: -1rem;
}

.na4 {
  margin: -1.5rem;
}

.na5 {
  margin: -2rem;
}

.na6 {
  margin: -3rem;
}

.na7 {
  margin: -6rem;
}

.nl1 {
  margin-left: -.25rem;
}

.nl2 {
  margin-left: -.5rem;
}

.nl3 {
  margin-left: -1rem;
}

.nl4 {
  margin-left: -1.5rem;
}

.nl5 {
  margin-left: -2rem;
}

.nl6 {
  margin-left: -3rem;
}

.nl7 {
  margin-left: -6rem;
}

.nr1 {
  margin-right: -.25rem;
}

.nr2 {
  margin-right: -.5rem;
}

.nr3 {
  margin-right: -1rem;
}

.nr4 {
  margin-right: -1.5rem;
}

.nr5 {
  margin-right: -2rem;
}

.nr6 {
  margin-right: -3rem;
}

.nr7 {
  margin-right: -6rem;
}

.nb1 {
  margin-bottom: -.25rem;
}

.nb2 {
  margin-bottom: -.5rem;
}

.nb3 {
  margin-bottom: -1rem;
}

.nb4 {
  margin-bottom: -1.5rem;
}

.nb5 {
  margin-bottom: -2rem;
}

.nb6 {
  margin-bottom: -3rem;
}

.nb7 {
  margin-bottom: -6rem;
}

.nt1 {
  margin-top: -.25rem;
}

.nt2 {
  margin-top: -.5rem;
}

.nt3 {
  margin-top: -1rem;
}

.nt4 {
  margin-top: -1.5rem;
}

.nt5 {
  margin-top: -2rem;
}

.nt6 {
  margin-top: -3rem;
}

.nt7 {
  margin-top: -6rem;
}

@media screen and (min-width: 30em) {
  .na1-ns {
    margin: -.25rem;
  }

  .na2-ns {
    margin: -.5rem;
  }

  .na3-ns {
    margin: -1rem;
  }

  .na4-ns {
    margin: -1.5rem;
  }

  .na5-ns {
    margin: -2rem;
  }

  .na6-ns {
    margin: -3rem;
  }

  .na7-ns {
    margin: -6rem;
  }

  .nl1-ns {
    margin-left: -.25rem;
  }

  .nl2-ns {
    margin-left: -.5rem;
  }

  .nl3-ns {
    margin-left: -1rem;
  }

  .nl4-ns {
    margin-left: -1.5rem;
  }

  .nl5-ns {
    margin-left: -2rem;
  }

  .nl6-ns {
    margin-left: -3rem;
  }

  .nl7-ns {
    margin-left: -6rem;
  }

  .nr1-ns {
    margin-right: -.25rem;
  }

  .nr2-ns {
    margin-right: -.5rem;
  }

  .nr3-ns {
    margin-right: -1rem;
  }

  .nr4-ns {
    margin-right: -1.5rem;
  }

  .nr5-ns {
    margin-right: -2rem;
  }

  .nr6-ns {
    margin-right: -3rem;
  }

  .nr7-ns {
    margin-right: -6rem;
  }

  .nb1-ns {
    margin-bottom: -.25rem;
  }

  .nb2-ns {
    margin-bottom: -.5rem;
  }

  .nb3-ns {
    margin-bottom: -1rem;
  }

  .nb4-ns {
    margin-bottom: -1.5rem;
  }

  .nb5-ns {
    margin-bottom: -2rem;
  }

  .nb6-ns {
    margin-bottom: -3rem;
  }

  .nb7-ns {
    margin-bottom: -6rem;
  }

  .nt1-ns {
    margin-top: -.25rem;
  }

  .nt2-ns {
    margin-top: -.5rem;
  }

  .nt3-ns {
    margin-top: -1rem;
  }

  .nt4-ns {
    margin-top: -1.5rem;
  }

  .nt5-ns {
    margin-top: -2rem;
  }

  .nt6-ns {
    margin-top: -3rem;
  }

  .nt7-ns {
    margin-top: -6rem;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .na1-m {
    margin: -.25rem;
  }

  .na2-m {
    margin: -.5rem;
  }

  .na3-m {
    margin: -1rem;
  }

  .na4-m {
    margin: -1.5rem;
  }

  .na5-m {
    margin: -2rem;
  }

  .na6-m {
    margin: -3rem;
  }

  .na7-m {
    margin: -6rem;
  }

  .nl1-m {
    margin-left: -.25rem;
  }

  .nl2-m {
    margin-left: -.5rem;
  }

  .nl3-m {
    margin-left: -1rem;
  }

  .nl4-m {
    margin-left: -1.5rem;
  }

  .nl5-m {
    margin-left: -2rem;
  }

  .nl6-m {
    margin-left: -3rem;
  }

  .nl7-m {
    margin-left: -6rem;
  }

  .nr1-m {
    margin-right: -.25rem;
  }

  .nr2-m {
    margin-right: -.5rem;
  }

  .nr3-m {
    margin-right: -1rem;
  }

  .nr4-m {
    margin-right: -1.5rem;
  }

  .nr5-m {
    margin-right: -2rem;
  }

  .nr6-m {
    margin-right: -3rem;
  }

  .nr7-m {
    margin-right: -6rem;
  }

  .nb1-m {
    margin-bottom: -.25rem;
  }

  .nb2-m {
    margin-bottom: -.5rem;
  }

  .nb3-m {
    margin-bottom: -1rem;
  }

  .nb4-m {
    margin-bottom: -1.5rem;
  }

  .nb5-m {
    margin-bottom: -2rem;
  }

  .nb6-m {
    margin-bottom: -3rem;
  }

  .nb7-m {
    margin-bottom: -6rem;
  }

  .nt1-m {
    margin-top: -.25rem;
  }

  .nt2-m {
    margin-top: -.5rem;
  }

  .nt3-m {
    margin-top: -1rem;
  }

  .nt4-m {
    margin-top: -1.5rem;
  }

  .nt5-m {
    margin-top: -2rem;
  }

  .nt6-m {
    margin-top: -3rem;
  }

  .nt7-m {
    margin-top: -6rem;
  }
}

@media screen and (min-width: 60em) {
  .na1-l {
    margin: -.25rem;
  }

  .na2-l {
    margin: -.5rem;
  }

  .na3-l {
    margin: -1rem;
  }

  .na4-l {
    margin: -1.5rem;
  }

  .na5-l {
    margin: -2rem;
  }

  .na6-l {
    margin: -3rem;
  }

  .na7-l {
    margin: -6rem;
  }

  .nl1-l {
    margin-left: -.25rem;
  }

  .nl2-l {
    margin-left: -.5rem;
  }

  .nl3-l {
    margin-left: -1rem;
  }

  .nl4-l {
    margin-left: -1.5rem;
  }

  .nl5-l {
    margin-left: -2rem;
  }

  .nl6-l {
    margin-left: -3rem;
  }

  .nl7-l {
    margin-left: -6rem;
  }

  .nr1-l {
    margin-right: -.25rem;
  }

  .nr2-l {
    margin-right: -.5rem;
  }

  .nr3-l {
    margin-right: -1rem;
  }

  .nr4-l {
    margin-right: -1.5rem;
  }

  .nr5-l {
    margin-right: -2rem;
  }

  .nr6-l {
    margin-right: -3rem;
  }

  .nr7-l {
    margin-right: -6rem;
  }

  .nb1-l {
    margin-bottom: -.25rem;
  }

  .nb2-l {
    margin-bottom: -.5rem;
  }

  .nb3-l {
    margin-bottom: -1rem;
  }

  .nb4-l {
    margin-bottom: -1.5rem;
  }

  .nb5-l {
    margin-bottom: -2rem;
  }

  .nb6-l {
    margin-bottom: -3rem;
  }

  .nb7-l {
    margin-bottom: -6rem;
  }

  .nt1-l {
    margin-top: -.25rem;
  }

  .nt2-l {
    margin-top: -.5rem;
  }

  .nt3-l {
    margin-top: -1rem;
  }

  .nt4-l {
    margin-top: -1.5rem;
  }

  .nt5-l {
    margin-top: -2rem;
  }

  .nt6-l {
    margin-top: -3rem;
  }

  .nt7-l {
    margin-top: -6rem;
  }
}

@media screen and (min-width: 77.5rem) {
  .na1-xl {
    margin: -.25rem;
  }

  .na2-xl {
    margin: -.5rem;
  }

  .na3-xl {
    margin: -1rem;
  }

  .na4-xl {
    margin: -1.5rem;
  }

  .na5-xl {
    margin: -2rem;
  }

  .na6-xl {
    margin: -3rem;
  }

  .na7-xl {
    margin: -6rem;
  }

  .nl1-xl {
    margin-left: -.25rem;
  }

  .nl2-xl {
    margin-left: -.5rem;
  }

  .nl3-xl {
    margin-left: -1rem;
  }

  .nl4-xl {
    margin-left: -1.5rem;
  }

  .nl5-xl {
    margin-left: -2rem;
  }

  .nl6-xl {
    margin-left: -3rem;
  }

  .nl7-xl {
    margin-left: -6rem;
  }

  .nr1-xl {
    margin-right: -.25rem;
  }

  .nr2-xl {
    margin-right: -.5rem;
  }

  .nr3-xl {
    margin-right: -1rem;
  }

  .nr4-xl {
    margin-right: -1.5rem;
  }

  .nr5-xl {
    margin-right: -2rem;
  }

  .nr6-xl {
    margin-right: -3rem;
  }

  .nr7-xl {
    margin-right: -6rem;
  }

  .nb1-xl {
    margin-bottom: -.25rem;
  }

  .nb2-xl {
    margin-bottom: -.5rem;
  }

  .nb3-xl {
    margin-bottom: -1rem;
  }

  .nb4-xl {
    margin-bottom: -1.5rem;
  }

  .nb5-xl {
    margin-bottom: -2rem;
  }

  .nb6-xl {
    margin-bottom: -3rem;
  }

  .nb7-xl {
    margin-bottom: -6rem;
  }

  .nt1-xl {
    margin-top: -.25rem;
  }

  .nt2-xl {
    margin-top: -.5rem;
  }

  .nt3-xl {
    margin-top: -1rem;
  }

  .nt4-xl {
    margin-top: -1.5rem;
  }

  .nt5-xl {
    margin-top: -2rem;
  }

  .nt6-xl {
    margin-top: -3rem;
  }

  .nt7-xl {
    margin-top: -6rem;
  }
}

@media screen and (min-width: 91.25rem) {
  .na1-2x {
    margin: -.25rem;
  }

  .na2-2x {
    margin: -.5rem;
  }

  .na3-2x {
    margin: -1rem;
  }

  .na4-2x {
    margin: -1.5rem;
  }

  .na5-2x {
    margin: -2rem;
  }

  .na6-2x {
    margin: -3rem;
  }

  .na7-2x {
    margin: -6rem;
  }

  .nl1-2x {
    margin-left: -.25rem;
  }

  .nl2-2x {
    margin-left: -.5rem;
  }

  .nl3-2x {
    margin-left: -1rem;
  }

  .nl4-2x {
    margin-left: -1.5rem;
  }

  .nl5-2x {
    margin-left: -2rem;
  }

  .nl6-2x {
    margin-left: -3rem;
  }

  .nl7-2x {
    margin-left: -6rem;
  }

  .nr1-2x {
    margin-right: -.25rem;
  }

  .nr2-2x {
    margin-right: -.5rem;
  }

  .nr3-2x {
    margin-right: -1rem;
  }

  .nr4-2x {
    margin-right: -1.5rem;
  }

  .nr5-2x {
    margin-right: -2rem;
  }

  .nr6-2x {
    margin-right: -3rem;
  }

  .nr7-2x {
    margin-right: -6rem;
  }

  .nb1-2x {
    margin-bottom: -.25rem;
  }

  .nb2-2x {
    margin-bottom: -.5rem;
  }

  .nb3-2x {
    margin-bottom: -1rem;
  }

  .nb4-2x {
    margin-bottom: -1.5rem;
  }

  .nb5-2x {
    margin-bottom: -2rem;
  }

  .nb6-2x {
    margin-bottom: -3rem;
  }

  .nb7-2x {
    margin-bottom: -6rem;
  }

  .nt1-2x {
    margin-top: -.25rem;
  }

  .nt2-2x {
    margin-top: -.5rem;
  }

  .nt3-2x {
    margin-top: -1rem;
  }

  .nt4-2x {
    margin-top: -1.5rem;
  }

  .nt5-2x {
    margin-top: -2rem;
  }

  .nt6-2x {
    margin-top: -3rem;
  }

  .nt7-2x {
    margin-top: -6rem;
  }
}

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

.striped--light-silver:nth-child(odd) {
  background-color: #ced4da;
}

.striped--moon-gray:nth-child(odd) {
  background-color: #dee2e6;
}

.striped--light-gray:nth-child(odd) {
  background-color: #ced4da;
}

.striped--near-white:nth-child(odd) {
  background-color: #f8f9fa;
}

.stripe-light:nth-child(odd) {
  background-color: rgba(255,255,255,0.1);
}

.stripe-dark:nth-child(odd) {
  background-color: rgba(0,0,0,0.1);
}

.border-spacing-0 {
  border-spacing: 0;
}

.border-spacing-1 {
  border-spacing: 1px;
}

.striped--dark:nth-child(odd) {
  background-color: rgba(0,0,0,0.025);
}

.striped--light:nth-child(odd) {
  background-color: rgba(255,255,255,0.025);
}

.strike {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

@media screen and (min-width: 30em) {
  .strike-ns {
    text-decoration: line-through;
  }

  .underline-ns {
    text-decoration: underline;
  }

  .no-underline-ns {
    text-decoration: none;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .strike-m {
    text-decoration: line-through;
  }

  .underline-m {
    text-decoration: underline;
  }

  .no-underline-m {
    text-decoration: none;
  }
}

@media screen and (min-width: 60em) {
  .strike-l {
    text-decoration: line-through;
  }

  .underline-l {
    text-decoration: underline;
  }

  .no-underline-l {
    text-decoration: none;
  }
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

@media screen and (min-width: 30em) {
  .tl-ns {
    text-align: left;
  }

  .tr-ns {
    text-align: right;
  }

  .tc-ns {
    text-align: center;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .tl-m {
    text-align: left;
  }

  .tr-m {
    text-align: right;
  }

  .tc-m {
    text-align: center;
  }
}

@media screen and (min-width: 60em) {
  .tl-l {
    text-align: left;
  }

  .tr-l {
    text-align: right;
  }

  .tc-l {
    text-align: center;
  }
}

@media screen and (min-width: 77.5rem) {
  .tl-xl {
    text-align: left;
  }

  .tr-xl {
    text-align: right;
  }

  .tc-xl {
    text-align: center;
  }
}

@media screen and (min-width: 91.25rem) {
  .tl-2x {
    text-align: left;
  }

  .tr-2x {
    text-align: right;
  }

  .tc-2x {
    text-align: center;
  }
}

.ttc {
  text-transform: capitalize;
}

.ttl {
  text-transform: lowercase;
}

.ttu {
  text-transform: uppercase;
}

.ttn {
  text-transform: none;
}

@media screen and (min-width: 30em) {
  .ttc-ns {
    text-transform: capitalize;
  }

  .ttl-ns {
    text-transform: lowercase;
  }

  .ttu-ns {
    text-transform: uppercase;
  }

  .ttn-ns {
    text-transform: none;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .ttc-m {
    text-transform: capitalize;
  }

  .ttl-m {
    text-transform: lowercase;
  }

  .ttu-m {
    text-transform: uppercase;
  }

  .ttn-m {
    text-transform: none;
  }
}

@media screen and (min-width: 60em) {
  .ttc-l {
    text-transform: capitalize;
  }

  .ttl-l {
    text-transform: lowercase;
  }

  .ttu-l {
    text-transform: uppercase;
  }

  .ttn-l {
    text-transform: none;
  }
}

.f0 {
  font-size: 0;
}

.f1 {
  font-size: .64rem;
}

.f2 {
  font-size: .8rem;
}

.f3 {
  font-size: 1rem;
}

.f4 {
  font-size: 1.25rem;
}

.f5 {
  font-size: 1.5625rem;
}

.f6 {
  font-size: 1.95312rem;
}

.f7 {
  font-size: 2.44141rem;
}

.f8 {
  font-size: 3.05176rem;
}

.f9 {
  font-size: 3.8147rem;
}

.f10 {
  font-size: 4.76837rem;
}

.f11 {
  font-size: 5.96046rem;
}

.f12 {
  font-size: 7.45058rem;
}

@media screen and (min-width: 30em) {
  .f0-ns {
    font-size: 0;
  }

  .f1-ns {
    font-size: .64rem;
  }

  .f2-ns {
    font-size: .8rem;
  }

  .f3-ns {
    font-size: 1rem;
  }

  .f4-ns {
    font-size: 1.25rem;
  }

  .f5-ns {
    font-size: 1.5625rem;
  }

  .f6-ns {
    font-size: 1.95312rem;
  }

  .f7-ns {
    font-size: 2.44141rem;
  }

  .f8-ns {
    font-size: 3.05176rem;
  }

  .f9-ns {
    font-size: 3.8147rem;
  }

  .f10-ns {
    font-size: 4.76837rem;
  }

  .f11-ns {
    font-size: 5.96046rem;
  }

  .f12-ns {
    font-size: 7.45058rem;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .f0-m {
    font-size: 0;
  }

  .f1-m {
    font-size: .64rem;
  }

  .f2-m {
    font-size: .8rem;
  }

  .f3-m {
    font-size: 1rem;
  }

  .f4-m {
    font-size: 1.25rem;
  }

  .f5-m {
    font-size: 1.5625rem;
  }

  .f6-m {
    font-size: 1.95312rem;
  }

  .f7-m {
    font-size: 2.44141rem;
  }

  .f8-m {
    font-size: 3.05176rem;
  }

  .f9-m {
    font-size: 3.8147rem;
  }

  .f10-m {
    font-size: 4.76837rem;
  }

  .f11-m {
    font-size: 5.96046rem;
  }

  .f12-m {
    font-size: 7.45058rem;
  }
}

@media screen and (min-width: 60em) {
  .f0-l {
    font-size: 0;
  }

  .f1-l {
    font-size: .64rem;
  }

  .f2-l {
    font-size: .8rem;
  }

  .f3-l {
    font-size: 1rem;
  }

  .f4-l {
    font-size: 1.25rem;
  }

  .f5-l {
    font-size: 1.5625rem;
  }

  .f6-l {
    font-size: 1.95312rem;
  }

  .f7-l {
    font-size: 2.44141rem;
  }

  .f8-l {
    font-size: 3.05176rem;
  }

  .f9-l {
    font-size: 3.8147rem;
  }

  .f10-l {
    font-size: 4.76837rem;
  }

  .f11-l {
    font-size: 5.96046rem;
  }

  .f12-l {
    font-size: 7.45058rem;
  }
}

@media screen and (min-width: 77.5rem) {
  .f0-xl {
    font-size: 0;
  }

  .f1-xl {
    font-size: .64rem;
  }

  .f2-xl {
    font-size: .8rem;
  }

  .f3-xl {
    font-size: 1rem;
  }

  .f4-xl {
    font-size: 1.25rem;
  }

  .f5-xl {
    font-size: 1.5625rem;
  }

  .f6-xl {
    font-size: 1.95312rem;
  }

  .f7-xl {
    font-size: 2.44141rem;
  }

  .f8-xl {
    font-size: 3.05176rem;
  }

  .f9-xl {
    font-size: 3.8147rem;
  }

  .f10-xl {
    font-size: 4.76837rem;
  }

  .f11-xl {
    font-size: 5.96046rem;
  }

  .f12-xl {
    font-size: 7.45058rem;
  }
}

@media screen and (min-width: 91.25rem) {
  .f0-2x {
    font-size: 0;
  }

  .f1-2x {
    font-size: .64rem;
  }

  .f2-2x {
    font-size: .8rem;
  }

  .f3-2x {
    font-size: 1rem;
  }

  .f4-2x {
    font-size: 1.25rem;
  }

  .f5-2x {
    font-size: 1.5625rem;
  }

  .f6-2x {
    font-size: 1.95312rem;
  }

  .f7-2x {
    font-size: 2.44141rem;
  }

  .f8-2x {
    font-size: 3.05176rem;
  }

  .f9-2x {
    font-size: 3.8147rem;
  }

  .f10-2x {
    font-size: 4.76837rem;
  }

  .f11-2x {
    font-size: 5.96046rem;
  }

  .f12-2x {
    font-size: 7.45058rem;
  }
}

.measure {
  max-width: 30em;
}

.measure-wide {
  max-width: 34em;
}

.measure-narrow {
  max-width: 20em;
}

.indent {
  text-indent: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

.small-caps {
  font-variant: small-caps;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

@media screen and (min-width: 30em) {
  .measure-ns {
    max-width: 30em;
  }

  .measure-wide-ns {
    max-width: 34em;
  }

  .measure-narrow-ns {
    max-width: 20em;
  }

  .indent-ns {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }

  .small-caps-ns {
    font-variant: small-caps;
  }

  .truncate-ns {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .measure-m {
    max-width: 30em;
  }

  .measure-wide-m {
    max-width: 34em;
  }

  .measure-narrow-m {
    max-width: 20em;
  }

  .indent-m {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }

  .small-caps-m {
    font-variant: small-caps;
  }

  .truncate-m {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
}

@media screen and (min-width: 60em) {
  .measure-l {
    max-width: 30em;
  }

  .measure-wide-l {
    max-width: 34em;
  }

  .measure-narrow-l {
    max-width: 20em;
  }

  .indent-l {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }

  .small-caps-l {
    font-variant: small-caps;
  }

  .truncate-l {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
}

.overflow-container {
  overflow-y: scroll;
}

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

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

@media screen and (min-width: 30em) {
  .center-ns {
    margin-right: auto;
    margin-left: auto;
  }

  .mr-auto-ns {
    margin-right: auto;
  }

  .ml-auto-ns {
    margin-left: auto;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .center-m {
    margin-right: auto;
    margin-left: auto;
  }

  .mr-auto-m {
    margin-right: auto;
  }

  .ml-auto-m {
    margin-left: auto;
  }
}

@media screen and (min-width: 60em) {
  .center-l {
    margin-right: auto;
    margin-left: auto;
  }

  .mr-auto-l {
    margin-right: auto;
  }

  .ml-auto-l {
    margin-left: auto;
  }
}

.center-v {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.center-h {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.center-a {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

@media screen and (min-width: 30em) {
  .center-v-ns {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }

  .center-h-ns {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }

  .center-a-ns {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }

  .mr-auto-ns {
    margin-right: auto;
  }

  .ml-auto-ns {
    margin-left: auto;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .center-v-md {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }

  .center-h-md {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }

  .center-a-md {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }

  .mr-auto-md {
    margin-right: auto;
  }

  .ml-auto-md {
    margin-left: auto;
  }
}

@media screen and (min-width: 60em) {
  .center-v-l {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }

  .center-h-l {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }

  .center-a-l {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }

  .mr-auto-l {
    margin-right: auto;
  }

  .ml-auto-l {
    margin-left: auto;
  }
}

@media screen and (min-width: 77.5rem) {
  .center-xl {
    margin-right: auto;
    margin-left: auto;
  }

  .center-v-xl {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }

  .center-h-xl {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }

  .center-a-xl {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }

  .mr-auto-xl {
    margin-right: auto;
  }

  .ml-auto-xl {
    margin-left: auto;
  }
}

@media screen and (min-width: 91.25rem) {
  .center-2x {
    margin-right: auto;
    margin-left: auto;
  }

  .center-v-2x {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }

  .center-h-2x {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }

  .center-a-2x {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }

  .mr-auto-2x {
    margin-right: auto;
  }

  .ml-auto-2x {
    margin-left: auto;
  }
}

.clip {
  position: fixed !important;
  _position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

@media screen and (min-width: 30em) {
  .clip-ns {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .clip-m {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
}

@media screen and (min-width: 60em) {
  .clip-l {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
}

.ws-normal {
  white-space: normal;
}

.nowrap {
  white-space: nowrap;
}

.pre {
  white-space: pre;
}

@media screen and (min-width: 30em) {
  .ws-normal-ns {
    white-space: normal;
  }

  .nowrap-ns {
    white-space: nowrap;
  }

  .pre-ns {
    white-space: pre;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .ws-normal-m {
    white-space: normal;
  }

  .nowrap-m {
    white-space: nowrap;
  }

  .pre-m {
    white-space: pre;
  }
}

@media screen and (min-width: 60em) {
  .ws-normal-l {
    white-space: normal;
  }

  .nowrap-l {
    white-space: nowrap;
  }

  .pre-l {
    white-space: pre;
  }
}

.pre-wrap {
  white-space: pre-wrap;
}

@media screen and (min-width: 30em) {
  .pre-wrap-ns {
    white-space: pre-wrap;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .pre-wrap-m {
    white-space: pre-wrap;
  }
}

@media screen and (min-width: 60em) {
  .pre-wrap-l {
    white-space: pre-wrap;
  }
}

@media screen and (min-width: 77.5rem) {
  .ws-normal-xl {
    white-space: normal;
  }

  .nowrap-xl {
    white-space: nowrap;
  }

  .pre-xl {
    white-space: pre;
  }

  .pre-wrap-xl {
    white-space: pre-wrap;
  }
}

@media screen and (min-width: 91.25rem) {
  .ws-normal-2x {
    white-space: normal;
  }

  .nowrap-2x {
    white-space: nowrap;
  }

  .pre-2x {
    white-space: pre;
  }

  .pre-wrap-2x {
    white-space: pre-wrap;
  }
}

.word-normal {
  word-break: normal;
}

.word-wrap {
  word-break: break-all;
}

.word-nowrap {
  word-break: keep-all;
}

@media screen and (min-width: 30em) {
  .word-normal-ns {
    word-break: normal;
  }

  .word-wrap-ns {
    word-break: break-all;
  }

  .word-nowrap-ns {
    word-break: keep-all;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .word-normal-m {
    word-break: normal;
  }

  .word-wrap-m {
    word-break: break-all;
  }

  .word-nowrap-m {
    word-break: keep-all;
  }
}

@media screen and (min-width: 60em) {
  .word-normal-l {
    word-break: normal;
  }

  .word-wrap-l {
    word-break: break-all;
  }

  .word-nowrap-l {
    word-break: keep-all;
  }
}

.v-base {
  vertical-align: baseline;
}

.v-mid {
  vertical-align: middle;
}

.v-top {
  vertical-align: top;
}

.v-btm {
  vertical-align: bottom;
}

@media screen and (min-width: 30em) {
  .v-base-ns {
    vertical-align: baseline;
  }

  .v-mid-ns {
    vertical-align: middle;
  }

  .v-top-ns {
    vertical-align: top;
  }

  .v-btm-ns {
    vertical-align: bottom;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .v-base-m {
    vertical-align: baseline;
  }

  .v-mid-m {
    vertical-align: middle;
  }

  .v-top-m {
    vertical-align: top;
  }

  .v-btm-m {
    vertical-align: bottom;
  }
}

@media screen and (min-width: 60em) {
  .v-base-l {
    vertical-align: baseline;
  }

  .v-mid-l {
    vertical-align: middle;
  }

  .v-top-l {
    vertical-align: top;
  }

  .v-btm-l {
    vertical-align: bottom;
  }
}

.dim {
  opacity: 1;
  -webkit-transition: opacity .15s ease-in;
  -o-transition: opacity .15s ease-in;
  transition: opacity .15s ease-in;
}

.dim:hover,.dim:focus {
  opacity: .5;
  -webkit-transition: opacity .15s ease-in;
  -o-transition: opacity .15s ease-in;
  transition: opacity .15s ease-in;
}

.dim:active {
  opacity: .8;
  -webkit-transition: opacity .15s ease-out;
  -o-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out;
}

.glow {
  -webkit-transition: opacity .15s ease-in;
  -o-transition: opacity .15s ease-in;
  transition: opacity .15s ease-in;
}

.glow:hover,.glow:focus {
  opacity: 1;
  -webkit-transition: opacity .15s ease-in;
  -o-transition: opacity .15s ease-in;
  transition: opacity .15s ease-in;
}

.hide-child .child {
  opacity: 0;
  -webkit-transition: opacity .15s ease-in;
  -o-transition: opacity .15s ease-in;
  transition: opacity .15s ease-in;
}

.hide-child:hover .child,.hide-child:focus .child,.hide-child:active .child {
  opacity: 1;
  -webkit-transition: opacity .15s ease-in;
  -o-transition: opacity .15s ease-in;
  transition: opacity .15s ease-in;
}

.underline-hover:hover,.underline-hover:focus {
  text-decoration: underline;
}

.grow {
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.grow:hover,.grow:focus {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

.grow:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
      transform: scale(0.9);
}

.grow-large {
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.grow-large:hover,.grow-large:focus {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}

.grow-large:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
      transform: scale(0.95);
}

.pointer:hover {
  cursor: pointer;
}

.cursor-default:hover {
  cursor: default;
}

.shadow-hover {
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.shadow-hover::after {
  content: '';
  -webkit-box-shadow: 0px 0px 16px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 16px 2px rgba(0,0,0,0.2);
  border-radius: inherit;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.shadow-hover:hover::after,.shadow-hover:focus::after {
  opacity: 1;
}

.bg-animate,.bg-animate:hover,.bg-animate:focus {
  -webkit-transition: background-color .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
}

.dim {
  opacity: 1;
  -webkit-transition: opacity .1s ease-in;
  -o-transition: opacity .1s ease-in;
  transition: opacity .1s ease-in;
}

.dim:hover,.dim:focus {
  opacity: .5;
  -webkit-transition: opacity .1s ease-in;
  -o-transition: opacity .1s ease-in;
  transition: opacity .1s ease-in;
}

.dim:active {
  opacity: .8;
  -webkit-transition: opacity .1s ease-out;
  -o-transition: opacity .1s ease-out;
  transition: opacity .1s ease-out;
}

.glow {
  -webkit-transition: opacity .15s ease-in;
  -o-transition: opacity .15s ease-in;
  transition: opacity .15s ease-in;
}

.glow:hover,.glow:focus {
  opacity: 1;
  -webkit-transition: opacity .15s ease-in;
  -o-transition: opacity .15s ease-in;
  transition: opacity .15s ease-in;
}

.hide-child .child {
  opacity: 0;
  -webkit-transition: opacity .1s ease-in;
  -o-transition: opacity .1s ease-in;
  transition: opacity .1s ease-in;
}

.hide-child:hover .child,.hide-child:focus .child,.hide-child:active .child {
  opacity: 1;
  -webkit-transition: opacity .1s ease-in;
  -o-transition: opacity .1s ease-in;
  transition: opacity .1s ease-in;
}

.underline-hover:hover,.underline-hover:focus {
  text-decoration: underline;
}

.grow {
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform .25s ease-out;
  transition: -webkit-transform .25s ease-out;
  -o-transition: transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

.grow:hover,.grow:focus {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

.grow:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
      transform: scale(0.9);
}

.grow-large {
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.grow-large:hover,.grow-large:focus {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}

.grow-large:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
      transform: scale(0.95);
}

.pointer:focus,.pointer:hover {
  cursor: pointer;
}

.not-allowed:hover:focus,.not-allowed:hover:hover {
  cursor: not-allowed;
}

.text:focus,.text:hover {
  cursor: text;
}

.zoom-in:focus,.zoom-in:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.zoom-out:focus,.zoom-out:hover {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.default:focus,.default:hover {
  cursor: default;
}

.shadow-hover {
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.shadow-hover::after {
  content: '';
  -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.05);
  box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.05);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.shadow-hover:hover::after,.shadow-hover:focus::after {
  opacity: 1;
}

.b--animate,.b--animate:hover,.b--animate:focus {
  -webkit-transition: border-color .1s ease-in-out;
  -o-transition: border-color .1s ease-in-out;
  transition: border-color .1s ease-in-out;
}

.bg-animate,.bg-animate:hover,.bg-animate:focus {
  -webkit-transition: background-color .1s ease-in-out;
  -o-transition: background-color .1s ease-in-out;
  transition: background-color .1s ease-in-out;
}

.color-animate,.color-animate:hover,.color-animate:focus {
  -webkit-transition: color .1s ease-in-out;
  -o-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}

.all-animate,.all-animate:hover,.all-animate:focus {
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.z-0 {
  z-index: 0;
}

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

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-999 {
  z-index: 999;
}

.z-9999 {
  z-index: 9999;
}

.z-max {
  z-index: 2147483647;
}

.z-inherit {
  z-index: inherit;
}

.z-initial {
  z-index: initial;
}

.z-unset {
  z-index: unset;
}

.nested-copy-line-height p,.nested-copy-line-height ul,.nested-copy-line-height ol {
  line-height: 1.5;
}

.nested-headline-line-height h1,.nested-headline-line-height h2,.nested-headline-line-height h3,.nested-headline-line-height h4,.nested-headline-line-height h5,.nested-headline-line-height h6 {
  line-height: 1.25rem;
}

.nested-list-reset ul,.nested-list-reset ol {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}

.nested-copy-indent p+p {
  text-indent: .1em;
  margin-top: 0;
  margin-bottom: 0;
}

.nested-copy-seperator p+p {
  margin-top: 1.5em;
}

.nested-img img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.nested-links a {
  color: #228be6;
  -webkit-transition: color .15s ease-in;
  -o-transition: color .15s ease-in;
  transition: color .15s ease-in;
}

.nested-links a:hover,.nested-links a:focus {
  color: #4dabf7;
  -webkit-transition: color .15s ease-in;
  -o-transition: color .15s ease-in;
  transition: color .15s ease-in;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.spin {
  -webkit-animation-name: spin;
  animation-name: spin;
}

@-webkit-keyframes pulseOpacity {
  0% {
    opacity: 0.99;
  }

  50% {
    opacity: 0.66;
  }

  100% {
    opacity: 0.99;
  }
}

@keyframes pulseOpacity {
  0% {
    opacity: 0.99;
  }

  50% {
    opacity: 0.66;
  }

  100% {
    opacity: 0.99;
  }
}

.pulseOpacity {
  -webkit-animation-name: pulseOpacity;
  animation-name: pulseOpacity;
}

@-webkit-keyframes colorCycle {
  0% {
    color: #228be6;
  }

  12.5% {
    color: #12b886;
  }

  25% {
    color: #40c057;
  }

  37.5% {
    color: #ffd43b;
  }

  50% {
    color: #fd7e14;
  }

  62.5% {
    color: #fa5252;
  }

  75% {
    color: #f783ac;
  }

  87.5% {
    color: #7950f2;
  }

  100% {
    color: #228be6;
  }
}

@keyframes colorCycle {
  0% {
    color: #228be6;
  }

  12.5% {
    color: #12b886;
  }

  25% {
    color: #40c057;
  }

  37.5% {
    color: #ffd43b;
  }

  50% {
    color: #fd7e14;
  }

  62.5% {
    color: #fa5252;
  }

  75% {
    color: #f783ac;
  }

  87.5% {
    color: #7950f2;
  }

  100% {
    color: #228be6;
  }
}

.colorCycle {
  -webkit-animation-name: colorCycle;
  animation-name: colorCycle;
}

@-webkit-keyframes shadowCycle {
  0% {
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(34,139,230,0.25);
    box-shadow: 0 0.25rem 0.125rem 0 rgba(34,139,230,0.25);
  }

  12.5% {
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(18,184,134,0.25);
    box-shadow: 0 0.25rem 0.125rem 0 rgba(18,184,134,0.25);
  }

  25% {
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(64,192,87,0.25);
    box-shadow: 0 0.25rem 0.125rem 0 rgba(64,192,87,0.25);
  }

  37.5% {
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(255,212,59,0.25);
    box-shadow: 0 0.25rem 0.125rem 0 rgba(255,212,59,0.25);
  }

  50% {
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(253,126,20,0.25);
    box-shadow: 0 0.25rem 0.125rem 0 rgba(253,126,20,0.25);
  }

  62.5% {
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(250,82,82,0.25);
    box-shadow: 0 0.25rem 0.125rem 0 rgba(250,82,82,0.25);
  }

  75% {
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(247,131,172,0.25);
    box-shadow: 0 0.25rem 0.125rem 0 rgba(247,131,172,0.25);
  }

  87.5% {
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(121,80,242,0.25);
    box-shadow: 0 0.25rem 0.125rem 0 rgba(121,80,242,0.25);
  }

  100% {
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(34,139,230,0.25);
    box-shadow: 0 0.25rem 0.125rem 0 rgba(34,139,230,0.25);
  }
}

@keyframes shadowCycle {
  0% {
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(34,139,230,0.25);
    box-shadow: 0 0.25rem 0.125rem 0 rgba(34,139,230,0.25);
  }

  12.5% {
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(18,184,134,0.25);
    box-shadow: 0 0.25rem 0.125rem 0 rgba(18,184,134,0.25);
  }

  25% {
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(64,192,87,0.25);
    box-shadow: 0 0.25rem 0.125rem 0 rgba(64,192,87,0.25);
  }

  37.5% {
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(255,212,59,0.25);
    box-shadow: 0 0.25rem 0.125rem 0 rgba(255,212,59,0.25);
  }

  50% {
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(253,126,20,0.25);
    box-shadow: 0 0.25rem 0.125rem 0 rgba(253,126,20,0.25);
  }

  62.5% {
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(250,82,82,0.25);
    box-shadow: 0 0.25rem 0.125rem 0 rgba(250,82,82,0.25);
  }

  75% {
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(247,131,172,0.25);
    box-shadow: 0 0.25rem 0.125rem 0 rgba(247,131,172,0.25);
  }

  87.5% {
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(121,80,242,0.25);
    box-shadow: 0 0.25rem 0.125rem 0 rgba(121,80,242,0.25);
  }

  100% {
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(34,139,230,0.25);
    box-shadow: 0 0.25rem 0.125rem 0 rgba(34,139,230,0.25);
  }
}

.shadowCycle {
  -webkit-animation-name: shadowCycle;
  animation-name: shadowCycle;
}

@-webkit-keyframes bgCyclePrimary {
  0% {
    background-color: #228be6;
  }

  50% {
    background-color: #1c7ed6;
  }

  100% {
    background-color: #228be6;
  }
}

@keyframes bgCyclePrimary {
  0% {
    background-color: #228be6;
  }

  50% {
    background-color: #1c7ed6;
  }

  100% {
    background-color: #228be6;
  }
}

.bgCyclePrimary {
  -webkit-animation-name: bgCyclePrimary;
  animation-name: bgCyclePrimary;
}

@-webkit-keyframes bgCycleGray {
  0% {
    background-color: #f1f3f5;
  }

  50% {
    background-color: #e9ecef;
  }

  100% {
    background-color: #f1f3f5;
  }
}

@keyframes bgCycleGray {
  0% {
    background-color: #f1f3f5;
  }

  50% {
    background-color: #e9ecef;
  }

  100% {
    background-color: #f1f3f5;
  }
}

.bgCycleGray {
  -webkit-animation-name: bgCycleGray;
  animation-name: bgCycleGray;
}

@-webkit-keyframes bgIconsShowcaseSlide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-1200px, 0, 0);
    transform: translate3d(-1200px, 0, 0);
  }
}

@keyframes bgIconsShowcaseSlide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-1200px, 0, 0);
    transform: translate3d(-1200px, 0, 0);
  }
}

@-webkit-keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.floatUpDown {
  -webkit-animation-name: floatUpDown;
  animation-name: floatUpDown;
}

@-webkit-keyframes iconStyleShowcase {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  33% {
    opacity: 1;
  }

  53% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes iconStyleShowcase {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  33% {
    opacity: 1;
  }

  53% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.animated1 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

.animated2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated3 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.animated4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.animated5 {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

.animated6 {
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
}

.animated7 {
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
}

.animated-delay1 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated-delay2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated-delay3 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animated-delay4 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated-delay5 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.animated-delay6 {
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.animated-delay7 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.ease-in {
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.ease-out {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.linear {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.step-start {
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
}

.step-end {
  -webkit-animation-timing-function: step-end;
  animation-timing-function: step-end;
}

.button-depth {
  -webkit-transition: color .1s ease-in-out,background-color .1s ease-in-out;
  -o-transition: color .1s ease-in-out,background-color .1s ease-in-out;
  transition: color .1s ease-in-out,background-color .1s ease-in-out;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.0125),0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.0125),0 1px 1px rgba(0,0,0,0.05);
  border-top-width: .0625rem;
  border-bottom-width: calc(.2rem + .0625rem);
}

.button-depth:active,.button-depth.active {
  border-top-width: calc(.2rem + .0625rem);
  border-bottom-width: .0625rem;
}

.bg-img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: top;
  border-radius: inherit;
}

.bg-img>* {
  position: relative;
  z-index: 2;
}

.bg-img-invert:after {
  -webkit-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
}

.bg-img-o-100:after {
  opacity: 1;
}

.bg-img-o-90:after {
  opacity: .9;
}

.bg-img-o-80:after {
  opacity: .8;
}

.bg-img-o-70:after {
  opacity: .7;
}

.bg-img-o-60:after {
  opacity: .6;
}

.bg-img-o-50:after {
  opacity: .5;
}

.bg-img-o-40:after {
  opacity: .4;
}

.bg-img-o-30:after {
  opacity: .3;
}

.bg-img-o-20:after {
  opacity: .2;
}

.bg-img-o-10:after {
  opacity: .1;
}

.bg-img-o-005:after {
  opacity: 0.05;
}

.bg-img-o-0025:after {
  opacity: 0.025;
}

.bg-img-o-0 :after {
  opacity: 0;
}

.bg-stripes {
  background: -webkit-repeating-linear-gradient(45deg, #000, #000 0.5rem, rgba(0,0,0,0) 0.5rem, rgba(0,0,0,0) 1rem);
  background: -o-repeating-linear-gradient(45deg, #000, #000 0.5rem, rgba(0,0,0,0) 0.5rem, rgba(0,0,0,0) 1rem);
  background: repeating-linear-gradient(45deg, #000, #000 0.5rem, rgba(0,0,0,0) 0.5rem, rgba(0,0,0,0) 1rem);
}

.bg-stripes-invert {
  background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 0.5rem, rgba(0,0,0,0) 0.5rem, rgba(0,0,0,0) 1rem);
  background: -o-repeating-linear-gradient(45deg, #fff, #fff 0.5rem, rgba(0,0,0,0) 0.5rem, rgba(0,0,0,0) 1rem);
  background: repeating-linear-gradient(45deg, #fff, #fff 0.5rem, rgba(0,0,0,0) 0.5rem, rgba(0,0,0,0) 1rem);
}

@media screen and (min-width: 30em) {
  .bg-img-invert-ns:after {
    -webkit-filter: brightness(0) invert(100%);
    filter: brightness(0) invert(100%);
  }

  .bg-img-o-100-ns:after {
    opacity: 1;
  }

  .bg-img-o-90-ns:after {
    opacity: .9;
  }

  .bg-img-o-80-ns:after {
    opacity: .8;
  }

  .bg-img-o-70-ns:after {
    opacity: .7;
  }

  .bg-img-o-60-ns:after {
    opacity: .6;
  }

  .bg-img-o-50-ns:after {
    opacity: .5;
  }

  .bg-img-o-40-ns:after {
    opacity: .4;
  }

  .bg-img-o-30-ns:after {
    opacity: .3;
  }

  .bg-img-o-20-ns:after {
    opacity: .2;
  }

  .bg-img-o-10-ns:after {
    opacity: .1;
  }

  .bg-img-o-005-ns:after {
    opacity: 0.05;
  }

  .bg-img-o-0025-ns:after {
    opacity: 0.025;
  }

  .bg-img-o-0-ns :after {
    opacity: 0;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .bg-img-invert-m:after {
    -webkit-filter: brightness(0) invert(100%);
    filter: brightness(0) invert(100%);
  }

  .bg-img-o-100-m:after {
    opacity: 1;
  }

  .bg-img-o-90-m:after {
    opacity: .9;
  }

  .bg-img-o-80-m:after {
    opacity: .8;
  }

  .bg-img-o-70-m:after {
    opacity: .7;
  }

  .bg-img-o-60-m:after {
    opacity: .6;
  }

  .bg-img-o-50-m:after {
    opacity: .5;
  }

  .bg-img-o-40-m:after {
    opacity: .4;
  }

  .bg-img-o-30-m:after {
    opacity: .3;
  }

  .bg-img-o-20-m:after {
    opacity: .2;
  }

  .bg-img-o-10-m:after {
    opacity: .1;
  }

  .bg-img-o-005-m:after {
    opacity: 0.05;
  }

  .bg-img-o-0025-m:after {
    opacity: 0.025;
  }

  .bg-img-o-0-m :after {
    opacity: 0;
  }
}

@media screen and (min-width: 60em) {
  .bg-img-invert-l:after {
    -webkit-filter: brightness(0) invert(100%);
    filter: brightness(0) invert(100%);
  }

  .bg-img-o-100-l:after {
    opacity: 1;
  }

  .bg-img-o-90-l:after {
    opacity: .9;
  }

  .bg-img-o-80-l:after {
    opacity: .8;
  }

  .bg-img-o-70-l:after {
    opacity: .7;
  }

  .bg-img-o-60-l:after {
    opacity: .6;
  }

  .bg-img-o-50-l:after {
    opacity: .5;
  }

  .bg-img-o-40-l:after {
    opacity: .4;
  }

  .bg-img-o-30-l:after {
    opacity: .3;
  }

  .bg-img-o-20-l:after {
    opacity: .2;
  }

  .bg-img-o-10-l:after {
    opacity: .1;
  }

  .bg-img-o-005-l:after {
    opacity: 0.05;
  }

  .bg-img-o-0025-l:after {
    opacity: 0.025;
  }

  .bg-img-o-0-l :after {
    opacity: 0;
  }
}

.dashed {
  position: relative;
}

.dashed:before {
  content: "";
  position: absolute;
  border-width: 2px;
  border-style: dashed;
  border-color: inherit;
}

.dashed-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dashed-top:before {
  top: -4px;
  left: 0;
  right: 0;
}

.dashed-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dashed-right:before {
  right: -4px;
  top: 0;
  bottom: 0;
}

.dashed-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.dashed-bottom:before {
  bottom: -4px;
  left: 0;
  right: 0;
}

.dashed-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dashed-left:before {
  left: -4px;
  top: 0;
  bottom: 0;
}

.dashed-muted:before {
  border-color: rgba(255,255,255,0.3);
}

.dashed-muted.dashed-top {
  border-top-style: solid;
  border-top-width: 4px;
}

.dashed-muted.dashed-right {
  border-right-style: solid;
  border-right-width: 4px;
}

.dashed-muted.dashed-bottom {
  border-bottom-style: solid;
  border-bottom-width: 4px;
}

.dashed-muted.dashed-left {
  border-left-style: solid;
  border-left-width: 4px;
}

/*.disabled {
  outline: none;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}*/

.pe-auto {
  pointer-events: auto;
}

.pe-none {
  pointer-events: none;
}

.select-all {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}

.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scroll-disabled {
  height: 100%;
  overflow: hidden;
}

@media print {
  body {
    background: #fff !important;
    color: #000 !important;
    overflow: visible !important;
    height: 100%;
  }

  a:link,a:visited,a {
    background: transparent;
    color: #868e96;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
  }

  table,a {
    page-break-inside: avoid;
  }

  a[href^=http]:after {
    content: " < " attr(href) "> ";
  }

  img {
    content: "";
  }

  article a[href^="#"]:after {
    content: "";
  }

  a:not(:local-link):after {
    content: " < " attr(href) "> ";
  }

  .pa0-pr {
    padding: 0;
  }

  .pa1-pr {
    padding: .25rem;
  }

  .pa2-pr {
    padding: .5rem;
  }

  .pa3-pr {
    padding: 1rem;
  }

  .pa4-pr {
    padding: 1.5rem;
  }

  .pa5-pr {
    padding: 2rem;
  }

  .pa6-pr {
    padding: 3rem;
  }

  .pa7-pr {
    padding: 6rem;
  }

  .pl0-pr {
    padding-left: 0;
  }

  .pl1-pr {
    padding-left: .25rem;
  }

  .pl2-pr {
    padding-left: .5rem;
  }

  .pl3-pr {
    padding-left: 1rem;
  }

  .pl4-pr {
    padding-left: 1.5rem;
  }

  .pl5-pr {
    padding-left: 2rem;
  }

  .pl6-pr {
    padding-left: 3rem;
  }

  .pl7-pr {
    padding-left: 6rem;
  }

  .pr0-pr {
    padding-right: 0;
  }

  .pr1-pr {
    padding-right: .25rem;
  }

  .pr2-pr {
    padding-right: .5rem;
  }

  .pr3-pr {
    padding-right: 1rem;
  }

  .pr4-pr {
    padding-right: 1.5rem;
  }

  .pr5-pr {
    padding-right: 2rem;
  }

  .pr6-pr {
    padding-right: 3rem;
  }

  .pr7-pr {
    padding-right: 6rem;
  }

  .pb0-pr {
    padding-bottom: 0;
  }

  .pb1-pr {
    padding-bottom: .25rem;
  }

  .pb2-pr {
    padding-bottom: .5rem;
  }

  .pb3-pr {
    padding-bottom: 1rem;
  }

  .pb4-pr {
    padding-bottom: 1.5rem;
  }

  .pb5-pr {
    padding-bottom: 2rem;
  }

  .pb6-pr {
    padding-bottom: 3rem;
  }

  .pb7-pr {
    padding-bottom: 6rem;
  }

  .pt0-pr {
    padding-top: 0;
  }

  .pt1-pr {
    padding-top: .25rem;
  }

  .pt2-pr {
    padding-top: .5rem;
  }

  .pt3-pr {
    padding-top: 1rem;
  }

  .pt4-pr {
    padding-top: 1.5rem;
  }

  .pt5-pr {
    padding-top: 2rem;
  }

  .pt6-pr {
    padding-top: 3rem;
  }

  .pt7-pr {
    padding-top: 6rem;
  }

  .pv0-pr {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pv1-pr {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .pv2-pr {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .pv3-pr {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pv4-pr {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .pv5-pr {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pv6-pr {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .pv7-pr {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .ph0-pr {
    padding-left: 0;
    padding-right: 0;
  }

  .ph1-pr {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .ph2-pr {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .ph3-pr {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ph4-pr {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ph5-pr {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ph6-pr {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .ph7-pr {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .ma0-pr {
    margin: 0;
  }

  .ma1-pr {
    margin: .25rem;
  }

  .ma2-pr {
    margin: .5rem;
  }

  .ma3-pr {
    margin: 1rem;
  }

  .ma4-pr {
    margin: 1.5rem;
  }

  .ma5-pr {
    margin: 2rem;
  }

  .ma6-pr {
    margin: 3rem;
  }

  .ma7-pr {
    margin: 6rem;
  }

  .ml0-pr {
    margin-left: 0;
  }

  .ml1-pr {
    margin-left: .25rem;
  }

  .ml2-pr {
    margin-left: .5rem;
  }

  .ml3-pr {
    margin-left: 1rem;
  }

  .ml4-pr {
    margin-left: 1.5rem;
  }

  .ml5-pr {
    margin-left: 2rem;
  }

  .ml6-pr {
    margin-left: 3rem;
  }

  .ml7-pr {
    margin-left: 6rem;
  }

  .mr0-pr {
    margin-right: 0;
  }

  .mr1-pr {
    margin-right: .25rem;
  }

  .mr2-pr {
    margin-right: .5rem;
  }

  .mr3-pr {
    margin-right: 1rem;
  }

  .mr4-pr {
    margin-right: 1.5rem;
  }

  .mr5-pr {
    margin-right: 2rem;
  }

  .mr6-pr {
    margin-right: 3rem;
  }

  .mr7-pr {
    margin-right: 6rem;
  }

  .mb0-pr {
    margin-bottom: 0;
  }

  .mb1-pr {
    margin-bottom: .25rem;
  }

  .mb2-pr {
    margin-bottom: .5rem;
  }

  .mb3-pr {
    margin-bottom: 1rem;
  }

  .mb4-pr {
    margin-bottom: 1.5rem;
  }

  .mb5-pr {
    margin-bottom: 2rem;
  }

  .mb6-pr {
    margin-bottom: 3rem;
  }

  .mb7-pr {
    margin-bottom: 6rem;
  }

  .mt0-pr {
    margin-top: 0;
  }

  .mt1-pr {
    margin-top: .25rem;
  }

  .mt2-pr {
    margin-top: .5rem;
  }

  .mt3-pr {
    margin-top: 1rem;
  }

  .mt4-pr {
    margin-top: 1.5rem;
  }

  .mt5-pr {
    margin-top: 2rem;
  }

  .mt6-pr {
    margin-top: 3rem;
  }

  .mt7-pr {
    margin-top: 6rem;
  }

  .mv0-pr {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mv1-pr {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .mv2-pr {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .mv3-pr {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mv4-pr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .mv5-pr {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mv6-pr {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .mv7-pr {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .mh0-pr {
    margin-left: 0;
    margin-right: 0;
  }

  .mh1-pr {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .mh2-pr {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .mh3-pr {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .mh4-pr {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .mh5-pr {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .mh6-pr {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .mh7-pr {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .tl-pr {
    text-align: left;
  }

  .tr-pr {
    text-align: right;
  }

  .tc-pr {
    text-align: center;
  }

  .dn-pr {
    display: none !important;
  }

  .di-pr {
    display: inline !important;
  }

  .db-pr {
    display: block !important;
  }

  .dib-pr {
    display: inline-block !important;
  }

  .dit-pr {
    display: inline-table !important;
  }

  .dt-pr {
    display: table !important;
  }

  .dtc-pr {
    display: table-cell !important;
  }

  .dt-row-pr {
    display: table-row !important;
  }

  .dt-row-group-pr {
    display: table-row-group !important;
  }

  .dt-column-pr {
    display: table-column !important;
  }

  .dt-column-group-pr {
    display: table-column-group !important;
  }

  .dt--fixed-pr {
    table-layout: fixed;
    width: 100%;
  }

  .v-base-pr {
    vertical-align: baseline;
  }

  .v-mid-pr {
    vertical-align: middle;
  }

  .v-top-pr {
    vertical-align: top;
  }

  .v-btm-pr {
    vertical-align: bottom;
  }

  .cf-pr:before,.cf-pr:after {
    content: " ";
    display: table;
  }

  .cf-pr:after {
    clear: both;
  }

  .cf-pr {
    *zoom: 1;
  }

  .cl-pr {
    clear: left;
  }

  .cr-pr {
    clear: right;
  }

  .cb-pr {
    clear: both;
  }

  .cn-pr {
    clear: none;
  }

  .fl-pr {
    float: left;
    _display: inline;
  }

  .fr-pr {
    float: right;
    _display: inline;
  }

  .fn-pr {
    float: none;
  }

  .flex-pr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .inline-flex-pr {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .flex-auto-pr {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }

  .flex-none-pr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .flex-column-pr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-row-pr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .flex-wrap-pr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .items-start-pr {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .items-end-pr {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .items-center-pr {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .items-baseline-pr {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .items-stretch-pr {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .self-start-pr {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .self-end-pr {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .self-center-pr {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .self-baseline-pr {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }

  .self-stretch-pr {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }

  .justify-start-pr {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .justify-end-pr {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .justify-center-pr {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .justify-between-pr {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .justify-around-pr {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .content-start-pr {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .content-end-pr {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .content-center-pr {
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .content-between-pr {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .content-around-pr {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .content-stretch-pr {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .order-0-pr {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-1-pr {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-2-pr {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-3-pr {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-4-pr {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-5-pr {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-6-pr {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-7-pr {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-8-pr {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-last-pr {
    -webkit-box-ordinal-group: 100000;
    -ms-flex-order: 99999;
    order: 99999;
  }

  .flex-grow-0-pr {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .flex-grow-1-pr {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .flex-shrink-0-pr {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .flex-basis-none-pr {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }

  .flex-basis-auto-pr {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .flex-nowrap-pr {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .flex-wrap-reverse-pr {
    -ms-flex-wrap: reverse;
    flex-wrap: reverse;
  }

  .bw0-pr {
    border-width: 0;
  }

  .bw1-pr {
    border-width: .125rem;
  }

  .bw2-pr {
    border-width: .25rem;
  }

  .bw3-pr {
    border-width: .5rem;
  }

  .bw4-pr {
    border-width: 1rem;
  }

  .bw5-pr {
    border-width: 2rem;
  }

  .bt-0-pr {
    border-top-width: 0;
  }

  .br-0-pr {
    border-right-width: 0;
  }

  .bb-0-pr {
    border-bottom-width: 0;
  }

  .bl-0-pr {
    border-left-width: 0;
  }

  .page-break-pr {
    display: block;
    page-break-before: always;
  }
}

.min-w1 {
  min-width: 1rem;
}

.min-w2 {
  min-width: 2rem;
}

.min-w3 {
  min-width: 4rem;
}

.min-w4 {
  min-width: 8rem;
}

.min-w5 {
  min-width: 16rem;
}

.min-w6 {
  min-width: 32rem;
}

.min-w7 {
  min-width: 48rem;
}

.min-w8 {
  min-width: 64rem;
}

.min-w9 {
  min-width: 96rem;
}

.min-w-10 {
  min-width: 10%;
}

.min-w-20 {
  min-width: 20%;
}

.min-w-25 {
  min-width: 25%;
}

.min-w-30 {
  min-width: 30%;
}

.min-w-33 {
  min-width: 33%;
}

.min-w-34 {
  min-width: 34%;
}

.min-w-40 {
  min-width: 40%;
}

.min-w-50 {
  min-width: 50%;
}

.min-w-60 {
  min-width: 60%;
}

.min-w-70 {
  min-width: 70%;
}

.min-w-75 {
  min-width: 75%;
}

.min-w-80 {
  min-width: 80%;
}

.min-w-90 {
  min-width: 90%;
}

.min-w-100 {
  min-width: 100%;
}

.min-w-none {
  min-width: none;
}

@media screen and (min-width: 30em) {
  .min-w1-ns {
    min-width: 1rem;
  }

  .min-w2-ns {
    min-width: 2rem;
  }

  .min-w3-ns {
    min-width: 4rem;
  }

  .min-w4-ns {
    min-width: 8rem;
  }

  .min-w5-ns {
    min-width: 16rem;
  }

  .min-w6-ns {
    min-width: 32rem;
  }

  .min-w7-ns {
    min-width: 48rem;
  }

  .min-w8-ns {
    min-width: 64rem;
  }

  .min-w9-ns {
    min-width: 96rem;
  }

  .min-w-10-ns {
    min-width: 10%;
  }

  .min-w-20-ns {
    min-width: 20%;
  }

  .min-w-25-ns {
    min-width: 25%;
  }

  .min-w-30-ns {
    min-width: 30%;
  }

  .min-w-33-ns {
    min-width: 33%;
  }

  .min-w-34-ns {
    min-width: 34%;
  }

  .min-w-40-ns {
    min-width: 40%;
  }

  .min-w-50-ns {
    min-width: 50%;
  }

  .min-w-60-ns {
    min-width: 60%;
  }

  .min-w-70-ns {
    min-width: 70%;
  }

  .min-w-75-ns {
    min-width: 75%;
  }

  .min-w-80-ns {
    min-width: 80%;
  }

  .min-w-90-ns {
    min-width: 90%;
  }

  .min-w-100-ns {
    min-width: 100%;
  }

  .min-w-none-ns {
    min-width: none;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .min-w1-m {
    min-width: 1rem;
  }

  .min-w2-m {
    min-width: 2rem;
  }

  .min-w3-m {
    min-width: 4rem;
  }

  .min-w4-m {
    min-width: 8rem;
  }

  .min-w5-m {
    min-width: 16rem;
  }

  .min-w6-m {
    min-width: 32rem;
  }

  .min-w7-m {
    min-width: 48rem;
  }

  .min-w8-m {
    min-width: 64rem;
  }

  .min-w9-m {
    min-width: 96rem;
  }

  .min-w-10-m {
    min-width: 10%;
  }

  .min-w-20-m {
    min-width: 20%;
  }

  .min-w-25-m {
    min-width: 25%;
  }

  .min-w-30-m {
    min-width: 30%;
  }

  .min-w-33-m {
    min-width: 33%;
  }

  .min-w-34-m {
    min-width: 34%;
  }

  .min-w-40-m {
    min-width: 40%;
  }

  .min-w-50-m {
    min-width: 50%;
  }

  .min-w-60-m {
    min-width: 60%;
  }

  .min-w-70-m {
    min-width: 70%;
  }

  .min-w-75-m {
    min-width: 75%;
  }

  .min-w-80-m {
    min-width: 80%;
  }

  .min-w-90-m {
    min-width: 90%;
  }

  .min-w-100-m {
    min-width: 100%;
  }

  .min-w-none-m {
    min-width: none;
  }
}

@media screen and (min-width: 60em) {
  .min-w1-l {
    min-width: 1rem;
  }

  .min-w2-l {
    min-width: 2rem;
  }

  .min-w3-l {
    min-width: 4rem;
  }

  .min-w4-l {
    min-width: 8rem;
  }

  .min-w5-l {
    min-width: 16rem;
  }

  .min-w6-l {
    min-width: 32rem;
  }

  .min-w7-l {
    min-width: 48rem;
  }

  .min-w8-l {
    min-width: 64rem;
  }

  .min-w9-l {
    min-width: 96rem;
  }

  .min-w-10-l {
    min-width: 10%;
  }

  .min-w-20-l {
    min-width: 20%;
  }

  .min-w-25-l {
    min-width: 25%;
  }

  .min-w-30-l {
    min-width: 30%;
  }

  .min-w-33-l {
    min-width: 33%;
  }

  .min-w-34-l {
    min-width: 34%;
  }

  .min-w-40-l {
    min-width: 40%;
  }

  .min-w-50-l {
    min-width: 50%;
  }

  .min-w-60-l {
    min-width: 60%;
  }

  .min-w-70-l {
    min-width: 70%;
  }

  .min-w-75-l {
    min-width: 75%;
  }

  .min-w-80-l {
    min-width: 80%;
  }

  .min-w-90-l {
    min-width: 90%;
  }

  .min-w-100-l {
    min-width: 100%;
  }

  .min-w-none-l {
    min-width: none;
  }
}

@media screen and (min-width: 77.5rem) {
  .min-w1-xl {
    min-width: 1rem;
  }

  .min-w2-xl {
    min-width: 2rem;
  }

  .min-w3-xl {
    min-width: 4rem;
  }

  .min-w4-xl {
    min-width: 8rem;
  }

  .min-w5-xl {
    min-width: 16rem;
  }

  .min-w6-xl {
    min-width: 32rem;
  }

  .min-w7-xl {
    min-width: 48rem;
  }

  .min-w8-xl {
    min-width: 64rem;
  }

  .min-w9-xl {
    min-width: 96rem;
  }

  .min-w-10-xl {
    min-width: 10%;
  }

  .min-w-20-xl {
    min-width: 20%;
  }

  .min-w-25-xl {
    min-width: 25%;
  }

  .min-w-30-xl {
    min-width: 30%;
  }

  .min-w-33-xl {
    min-width: 33%;
  }

  .min-w-34-xl {
    min-width: 34%;
  }

  .min-w-40-xl {
    min-width: 40%;
  }

  .min-w-50-xl {
    min-width: 50%;
  }

  .min-w-60-xl {
    min-width: 60%;
  }

  .min-w-70-xl {
    min-width: 70%;
  }

  .min-w-75-xl {
    min-width: 75%;
  }

  .min-w-80-xl {
    min-width: 80%;
  }

  .min-w-90-xl {
    min-width: 90%;
  }

  .min-w-100-xl {
    min-width: 100%;
  }

  .min-w-none-xl {
    min-width: none;
  }
}

@media screen and (min-width: 91.25rem) {
  .min-w1-2x {
    min-width: 1rem;
  }

  .min-w2-2x {
    min-width: 2rem;
  }

  .min-w3-2x {
    min-width: 4rem;
  }

  .min-w4-2x {
    min-width: 8rem;
  }

  .min-w5-2x {
    min-width: 16rem;
  }

  .min-w6-2x {
    min-width: 32rem;
  }

  .min-w7-2x {
    min-width: 48rem;
  }

  .min-w8-2x {
    min-width: 64rem;
  }

  .min-w9-2x {
    min-width: 96rem;
  }

  .min-w-10-2x {
    min-width: 10%;
  }

  .min-w-20-2x {
    min-width: 20%;
  }

  .min-w-25-2x {
    min-width: 25%;
  }

  .min-w-30-2x {
    min-width: 30%;
  }

  .min-w-33-2x {
    min-width: 33%;
  }

  .min-w-34-2x {
    min-width: 34%;
  }

  .min-w-40-2x {
    min-width: 40%;
  }

  .min-w-50-2x {
    min-width: 50%;
  }

  .min-w-60-2x {
    min-width: 60%;
  }

  .min-w-70-2x {
    min-width: 70%;
  }

  .min-w-75-2x {
    min-width: 75%;
  }

  .min-w-80-2x {
    min-width: 80%;
  }

  .min-w-90-2x {
    min-width: 90%;
  }

  .min-w-100-2x {
    min-width: 100%;
  }

  .min-w-none-2x {
    min-width: none;
  }
}

.blur1 {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.blur2 {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.blur3 {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.grayscale0 {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.grayscale1 {
  -webkit-filter: grayscale(25%);
  filter: grayscale(25%);
}

.grayscale2 {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}

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

@media screen and (min-width: 30em) {
  .blur1-ns {
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }

  .blur2-ns {
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }

  .blur3-ns {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }

  .grayscale0-ns {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  .grayscale1-ns {
    -webkit-filter: grayscale(25%);
    filter: grayscale(25%);
  }

  .grayscale2-ns {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
  }

  .grayscale3-ns {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .blur1-m {
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }

  .blur2-m {
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }

  .blur3-m {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }

  .grayscale0-m {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  .grayscale1-m {
    -webkit-filter: grayscale(25%);
    filter: grayscale(25%);
  }

  .grayscale2-m {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
  }

  .grayscale3-m {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}

@media screen and (min-width: 60em) {
  .blur1-l {
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }

  .blur2-l {
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }

  .blur3-l {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }

  .grayscale0-l {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  .grayscale1-l {
    -webkit-filter: grayscale(25%);
    filter: grayscale(25%);
  }

  .grayscale2-l {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
  }

  .grayscale3-l {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}

.has-pointer-tip {
  position: relative;
}

.has-pointer-tip .top.pointer-tip {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: inherit;
}

.has-pointer-tip .top-0q.pointer-tip {
  top: -10px;
  left: 10%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: inherit;
}

.has-pointer-tip .top-1q.pointer-tip {
  top: -10px;
  left: 25%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: inherit;
}

.has-pointer-tip .top-3q.pointer-tip {
  top: -10px;
  left: 75%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: inherit;
}

.has-pointer-tip .top-4q.pointer-tip {
  top: -10px;
  left: 90%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: inherit;
}

.has-pointer-tip .top.pointer-tip {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: inherit;
}

.has-pointer-tip .right.pointer-tip {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: inherit;
}

.has-pointer-tip .bottom.pointer-tip {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: inherit;
}

.has-pointer-tip .bottom-0q.pointer-tip {
  bottom: -10px;
  left: 10%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: inherit;
}

.has-pointer-tip .bottom-1q.pointer-tip {
  bottom: -10px;
  left: 25%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: inherit;
}

.has-pointer-tip .bottom-3q.pointer-tip {
  bottom: -10px;
  left: 75%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: inherit;
}

.has-pointer-tip .bottom-4q.pointer-tip {
  bottom: -10px;
  left: 90%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: inherit;
}

.has-pointer-tip .left.pointer-tip {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: inherit;
}

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

.scale {
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-origin: center;
}

.scale1 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

.scale2 {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
      transform: scale(1.01);
}

.scale3 {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
      transform: scale(1.02);
}

.scale4 {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
      transform: scale(1.25);
}

.scale5 {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
      transform: scale(1.5);
}

.scale6 {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
      transform: scale(2);
}

.scale-1 {
  -webkit-transform: scale(0.99);
  -ms-transform: scale(0.99);
      transform: scale(0.99);
}

.scale-2 {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
      transform: scale(0.98);
}

.scale-3 {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
      transform: scale(0.75);
}

.scale-4 {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
      transform: scale(0.5);
}

.is-target:before {
  content: '';
  display: block;
  height: 1.5rem;
  margin-top: -1.5rem;
  visibility: hidden;
  pointer-events: none;
}

.bg-img-sprinkles:after {
  background-image: url("/images/bg-sprinkles.svg");
}

.bg-img-sprinkles-bw:after {
  background-image: url("/images/bg-sprinkles-bw.svg");
}

.bg-img-min-h-500 {
  min-height: 500px;
}

.bg-img-tile-dol-icons-travel:after {
  background-image: url("/images/tile-dol-icons-travel.svg");
  background-repeat: repeat;
}

.bg-img-tile-lod-icons-travel:after {
  background-image: url("/images/tile-lod-icons-travel.svg");
  background-repeat: repeat;
}

.bg-img-tile-dol-icons-interfaces:after {
  background-image: url("/images/tile-dol-icons-interfaces.svg");
  background-repeat: repeat;
}

.bg-img-tile-lod-icons-interfaces:after {
  background-image: url("/images/tile-lod-icons-interfaces.svg");
  background-repeat: repeat;
}

.bg-img-tile-dol-icons-misc1:after {
  background-image: url("/images/tile-dol-icons-misc1.svg");
  background-repeat: repeat;
}

.bg-img-tile-lod-icons-misc1:after {
  background-image: url("/images/tile-lod-icons-misc1.svg");
  background-repeat: repeat;
}

.bg-img-tile-dol-icons-misc2:after {
  background-image: url("/images/tile-dol-icons-misc2.svg");
  background-repeat: repeat;
}

.bg-img-tile-lod-icons-misc2:after {
  background-image: url("/images/tile-lod-icons-misc2.svg");
  background-repeat: repeat;
}

.bg-img-tile-dol-icons-free1:after {
  background-image: url("/images/tile-dol-icons-free1.svg");
  background-repeat: repeat;
}

.bg-img-tile-lod-icons-free1:after {
  background-image: url("/images/tile-lod-icons-free1.svg");
  background-repeat: repeat;
}

.bg-img-tile-dol-icons-free2:after {
  background-image: url("/images/tile-dol-icons-free2.svg");
  background-repeat: repeat;
}

.bg-img-tile-lod-icons-free2:after {
  background-image: url("/images/tile-lod-icons-free2.svg");
  background-repeat: repeat;
}

.bg-img-tile-dol-icons-interfaces:after {
  background-image: url("/images/tile-dol-icons-interfaces.svg");
  background-repeat: repeat;
}

.bg-img-tile-lod-icons-interfaces:after {
  background-image: url("/images/tile-lod-icons-interfaces.svg");
  background-repeat: repeat;
}

.bg-img-tile-dol-icons-users:after {
  background-image: url("/images/tile-dol-icons-users.svg");
  background-repeat: repeat;
}

.bg-img-tile-lod-icons-users:after {
  background-image: url("/images/tile-lod-icons-users.svg");
  background-repeat: repeat;
}

.bg-img-tile-dol-icons-system:after {
  background-image: url("/images/tile-dol-icons-system.svg");
  background-repeat: repeat;
}

.bg-img-tile-lod-icons-system:after {
  background-image: url("/images/tile-lod-icons-system.svg");
  background-repeat: repeat;
}

.bg-img-tile-dol-icons-ks:after {
  background-image: url("/images/tile-dol-icons-ks.svg");
  background-repeat: repeat;
}

.bg-img-tile-lod-icons-ks:after {
  background-image: url("/images/tile-lod-icons-ks.svg");
  background-repeat: repeat;
}

.invoice-pre:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.invoice-date:before {
  content: "Date:";
}

.invoice-description:before {
  content: "Description:";
}

.invoice-quantity:before {
  content: "Quantity:";
}

.invoice-price:before {
  content: "Price (USD):";
}

@media screen and (min-width: 30em) {
  .invoice-pre:before {
    display: none;
  }
}

@media print {
  .invoice-pre:before {
    display: none;
  }
}

.license-badge-sm .license-badge-symbol {
  font-size: .8rem;
}

.shadow-wrap {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.05);
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

@-webkit-keyframes xfade {
  17% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  92% {
    opacity: 0;
  }
}

@keyframes xfade {
  17% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  92% {
    opacity: 0;
  }
}

.search-results-list-icon {
  width: 5rem;
  min-height: 3.5rem;
}

@media screen and (min-width: 60em) {
  .search-facets {
    width: 14rem;
  }
}

.icon-grid {
  width: 384px;
  height: 320px;
  font-size: 256px;
  line-height: 256px;
}

.icon-grid-marker-14x14 {
  width: 226px;
  height: 226px;
}

.icon-grid-marker-16x12 {
  width: 258px;
  height: 194px;
}

.icon-grid-marker-12x16 {
  width: 194px;
  height: 260px;
}

.icon-grid-marker-20x10 {
  width: 324px;
  height: 162px;
}

.icon-grid-marker-ellipse {
  width: 250px;
  height: 250px;
}

@media screen and (min-width: 30em) {
  .icon-grid {
    width: 576px;
    height: 480px;
    font-size: 384px;
    line-height: 384px;
  }

  .icon-grid-marker-14x14 {
    width: 338px;
    height: 338px;
  }

  .icon-grid-marker-16x12 {
    width: 386px;
    height: 290px;
  }

  .icon-grid-marker-12x16 {
    width: 290px;
    height: 390px;
  }

  .icon-grid-marker-20x10 {
    width: 486px;
    height: 242px;
  }

  .icon-grid-marker-ellipse {
    width: 374px;
    height: 374px;
  }
}

#carbonads {
  position: relative;
  text-align: center;
}

.carbon-wrap {
  display: block;
  margin-bottom: .5rem;
  text-align: center;
}

.carbon-img {
  border: 0.25rem solid #fff;
  border-radius: .125rem;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: .5rem;
}

.carbon-text {
  line-height: 1.25;
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color .5s ease-in;
  -o-transition: color .5s ease-in;
  transition: color .5s ease-in;
}

.carbon-poweredby {
  color: inherit;
  opacity: 0.65;
  text-decoration: none;
}

.layout-inline {
  text-align: center;
}

.layout-inline .carbon-wrap {
  display: inline-block;
  margin-bottom: 0;
}

.layout-inline .carbon-img {
  margin-bottom: 0;
}

.layout-inline .carbon-img>img {
  vertical-align: middle;
}

.layout-inline .carbon-text {
  display: inline-block;
  margin-top: .5rem;
  margin-right: 1rem;
  margin-bottom: .5rem;
  margin-left: 1rem;
}

.free-folk {
  text-align: center;
  line-height: 1.5;
}

.free-folk a {
  color: #868e96;
  text-decoration: none;
  display: inline-block;
}

.free-folk a:focus,.free-folk a:hover {
  color: #4dabf7;
}

.free-folk .default-ad {
  display: none;
}

.free-folk .default-image {
  display: none;
}

.free-folk .placement-wrapper a {
  padding: .5rem;
}

.free-folk .default-title {
  font-weight: bold;
}

.free-folk .default-title:before {
  content: "Ad";
  background-color: #f783ac;
  font-weight: bold;
  font-size: .64rem;
  letter-spacing: .1em;
  line-height: 1;
  color: white;
  text-transform: uppercase;
  padding: .25rem .5rem;
  margin-right: .5rem;
  border-radius: .25rem;
}

.free-folk .default-title:after {
  content: " Ã¢â‚¬â€ ";
}

.free-folk-light a {
  color: #f1f3f5;
  text-decoration: none;
  display: inline-block;
}

.free-folk-light a:focus,.free-folk-light a:hover {
  color: #fff;
}

.bg-striped-black {
  background: -webkit-repeating-linear-gradient(315deg, #212529, #212529 5px, rgba(0,0,0,0) 5px, rgba(0,0,0,0) 10px);
  background: -o-repeating-linear-gradient(315deg, #212529, #212529 5px, rgba(0,0,0,0) 5px, rgba(0,0,0,0) 10px);
  background: repeating-linear-gradient(135deg, #212529, #212529 5px, rgba(0,0,0,0) 5px, rgba(0,0,0,0) 10px);
}

.bg-striped-white {
  background: -webkit-repeating-linear-gradient(315deg, #fff, #fff 5px, rgba(0,0,0,0) 5px, rgba(0,0,0,0) 10px);
  background: -o-repeating-linear-gradient(315deg, #fff, #fff 5px, rgba(0,0,0,0) 5px, rgba(0,0,0,0) 10px);
  background: repeating-linear-gradient(135deg, #fff, #fff 5px, rgba(0,0,0,0) 5px, rgba(0,0,0,0) 10px);
}

.docs-generated>h1 {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.44141rem;
}

.docs-generated>h2,.docs-generated>h3,.docs-generated>h4,.docs-generated>h5,.docs-generated>h6 {
  position: relative;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-right: 2rem;
  font-size: 1.5625rem;
}

.docs-generated>h2:before,.docs-generated>h3:before,.docs-generated>h4:before,.docs-generated>h5:before,.docs-generated>h6:before {
  content: '';
  display: block;
  height: 1.5rem;
  margin: -1.5rem 0 0 0;
  visibility: hidden;
  pointer-events: none;
}

.docs-generated>h2 .doc-direct-link,.docs-generated>h3 .doc-direct-link,.docs-generated>h4 .doc-direct-link,.docs-generated>h5 .doc-direct-link,.docs-generated>h6 .doc-direct-link {
  margin-top: 1.5rem;
}

.docs-generated>p {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.docs-generated>p:last-child {
  margin-bottom: 0;
}

.docs-generated>hr {
  border-style: none;
  border-width: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-width: .25rem;
  width: 100%;
  border-color: #f1f3f5;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.docs-generated code {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  font-size: 0.9rem;
  color: #ff922b;
}

.docs-generated code.inline {
  display: inline;
  margin-left: .25rem;
  margin-right: .25rem;
  white-space: nowrap;
}

.docs-generated>h1>a,.docs-generated>h2>a,.docs-generated>h3>a,.docs-generated>h4>a,.docs-generated>h5>a,.docs-generated>h6>a,.docs-generated>p>a,.docs-generated>div>a,.docs-generated>blockquote p>a,.docs-generated>ol li>a,.docs-generated>ul li>a,.docs-generated>.table-wrap td>a,.docs-generated>.table-wrap td strong>a,.docs-generated>.table-wrap th>a,.docs-generated>table td>a,.docs-generated>table th>a {
  text-decoration: none;
  -webkit-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
  color: #339af0;
}

.docs-generated>h1>a:focus,.docs-generated>h1>a:hover,.docs-generated>h2>a:focus,.docs-generated>h2>a:hover,.docs-generated>h3>a:focus,.docs-generated>h3>a:hover,.docs-generated>h4>a:focus,.docs-generated>h4>a:hover,.docs-generated>h5>a:focus,.docs-generated>h5>a:hover,.docs-generated>h6>a:focus,.docs-generated>h6>a:hover,.docs-generated>p>a:focus,.docs-generated>p>a:hover,.docs-generated>div>a:focus,.docs-generated>div>a:hover,.docs-generated>blockquote p>a:focus,.docs-generated>blockquote p>a:hover,.docs-generated>ol li>a:focus,.docs-generated>ol li>a:hover,.docs-generated>ul li>a:focus,.docs-generated>ul li>a:hover,.docs-generated>.table-wrap td>a:focus,.docs-generated>.table-wrap td>a:hover,.docs-generated>.table-wrap td strong>a:focus,.docs-generated>.table-wrap td strong>a:hover,.docs-generated>.table-wrap th>a:focus,.docs-generated>.table-wrap th>a:hover,.docs-generated>table td>a:focus,.docs-generated>table td>a:hover,.docs-generated>table th>a:focus,.docs-generated>table th>a:hover {
  color: #228be6;
  text-decoration: underline;
}

.docs-generated>h1>a code,.docs-generated>h2>a code,.docs-generated>h3>a code,.docs-generated>h4>a code,.docs-generated>h5>a code,.docs-generated>h6>a code,.docs-generated>p>a code,.docs-generated>div>a code,.docs-generated>blockquote p>a code,.docs-generated>ol li>a code,.docs-generated>ul li>a code,.docs-generated>.table-wrap td>a code,.docs-generated>.table-wrap td strong>a code,.docs-generated>.table-wrap th>a code,.docs-generated>table td>a code,.docs-generated>table th>a code {
  color: inherit;
}

.docs-generated>h1>a.no-underline-hover:focus,.docs-generated>h1>a.no-underline-hover:hover,.docs-generated>h2>a.no-underline-hover:focus,.docs-generated>h2>a.no-underline-hover:hover,.docs-generated>h3>a.no-underline-hover:focus,.docs-generated>h3>a.no-underline-hover:hover,.docs-generated>h4>a.no-underline-hover:focus,.docs-generated>h4>a.no-underline-hover:hover,.docs-generated>h5>a.no-underline-hover:focus,.docs-generated>h5>a.no-underline-hover:hover,.docs-generated>h6>a.no-underline-hover:focus,.docs-generated>h6>a.no-underline-hover:hover,.docs-generated>p>a.no-underline-hover:focus,.docs-generated>p>a.no-underline-hover:hover,.docs-generated>div>a.no-underline-hover:focus,.docs-generated>div>a.no-underline-hover:hover,.docs-generated>blockquote p>a.no-underline-hover:focus,.docs-generated>blockquote p>a.no-underline-hover:hover,.docs-generated>ol li>a.no-underline-hover:focus,.docs-generated>ol li>a.no-underline-hover:hover,.docs-generated>ul li>a.no-underline-hover:focus,.docs-generated>ul li>a.no-underline-hover:hover,.docs-generated>.table-wrap td>a.no-underline-hover:focus,.docs-generated>.table-wrap td>a.no-underline-hover:hover,.docs-generated>.table-wrap td strong>a.no-underline-hover:focus,.docs-generated>.table-wrap td strong>a.no-underline-hover:hover,.docs-generated>.table-wrap th>a.no-underline-hover:focus,.docs-generated>.table-wrap th>a.no-underline-hover:hover,.docs-generated>table td>a.no-underline-hover:focus,.docs-generated>table td>a.no-underline-hover:hover,.docs-generated>table th>a.no-underline-hover:focus,.docs-generated>table th>a.no-underline-hover:hover {
  text-decoration: none;
}

.docs-generated a.doc-download-button {
  color: inherit;
  text-decoration: none;
}

.docs-generated>blockquote {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.docs-generated>.table-wrap {
  width: 100%;
  overflow: auto;
  margin-bottom: 1.5rem;
}

.docs-generated table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
}

.docs-generated table thead tr {
  text-align: left;
}

.docs-generated table th {
  border-style: solid;
  border-width: 1px;
  border-color: #f1f3f5;
  padding: 1rem;
  font-weight: bold;
}

.docs-generated table tr {
  text-align: left;
}

.docs-generated table td {
  border-style: solid;
  border-width: 1px;
  border-color: #f1f3f5;
  padding: 1rem;
}

.docs-generated>ol,.docs-generated>ul {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.docs-generated>ol li,.docs-generated>ul li {
  line-height: 1.5;
  margin-bottom: .5rem;
}

.docs-generated>ol li:last-child,.docs-generated>ul li:last-child {
  margin-bottom: 0;
}

.docs-generated>ol li ul,.docs-generated>ol li ol,.docs-generated>ul li ul,.docs-generated>ul li ol {
  margin-left: .5rem;
}

.docs-generated .docs-alert a {
  text-decoration: none;
  -webkit-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
  color: #339af0;
}

.docs-generated .docs-alert a:focus,.docs-generated .docs-alert a:hover {
  color: #228be6;
  text-decoration: underline;
}

.docs-generated .docs-alert a code {
  color: inherit;
}

.docs-alert>h2, .docs-alert h2 {
    max-width: 100%;
    line-height: 1.3;
}

.toggle-app-nav-enter-active {
  -webkit-animation: toggleAppNav .5s;
  animation: toggleAppNav .5s;
}

.toggle-app-nav-leave-active {
  animation: toggleAppNav .5s reverse;
}

.wrapper-modal {
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.modal {
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.modal-enter,.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal,.modal-leave-active .modal {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.hover-colorCycle:focus,.hover-colorCycle:hover {
  -webkit-animation: colorCycle infinite 4s ease-in-out;
  animation: colorCycle infinite 4s ease-in-out;
}

.checkbox-custom .checkbox-default,.checkbox-custom .checkbox-checked {
  -webkit-transition: opacity .1s ease-in;
  -o-transition: opacity .1s ease-in;
  transition: opacity .1s ease-in;
}

.checkbox-custom .checkbox-checked {
  opacity: 0;
}

.checkbox-custom .checkbox-default {
  opacity: 1.0;
}

.checkbox-custom input:checked ~ .checkbox-checked {
  opacity: 1.0;
}

.checkbox-custom input:checked ~ .checkbox-default {
  opacity: 0;
}

.cheatsheet-set .icon .icon-name,.cheatsheet-set .icon .icon-unicode {
  padding-left: .125rem;
  padding-top: .125rem;
}

@media print {
  .cheatsheet-set .icon {
    width: calc(100%/4);
  }
}

.list-leaderboard .list-row .number,.list-leaderboard .list-row .number-hover {
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.list-leaderboard .list-row .number {
  opacity: 1;
}

.list-leaderboard .list-row .number-hover {
  opacity: 0;
}

.list-leaderboard .list-row:first-child {
  border-top: none;
}

.list-leaderboard .list-row:last-child {
  border-bottom: none;
}

.list-leaderboard .list-row:focus .number,.list-leaderboard .list-row:hover .number {
  opacity: 0;
}

.list-leaderboard .list-row:focus .number-hover,.list-leaderboard .list-row:hover .number-hover {
  opacity: 1;
}

.terminal-line-start:before {
  content: "$";
  display: inline;
  opacity: 0.5;
  margin-right: .5rem;
}

.view {
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.nav-app-menu {
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  left: -20rem;
  width: 20rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.nav-app-menu-showing .nav-app-menu {
  -webkit-transform: translateX(20rem);
  -ms-transform: translateX(20rem);
      transform: translateX(20rem);
}

.nav-app-menu-showing .view {
  -webkit-transform: translateX(20rem);
  -ms-transform: translateX(20rem);
      transform: translateX(20rem);
}

.nav-account-menu {
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  right: -20rem;
  width: 20rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.nav-account-menu-showing .nav-account-menu {
  -webkit-transform: translateX(-20rem);
  -ms-transform: translateX(-20rem);
      transform: translateX(-20rem);
}

.nav-account-menu-showing .view {
  -webkit-transform: translateX(-20rem);
  -ms-transform: translateX(-20rem);
      transform: translateX(-20rem);
}

.iconStyleShowcase .icons {
  -webkit-animation-name: iconStyleShowcase;
  animation-name: iconStyleShowcase;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}

.iconStyleShowcase .icons-2 {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.iconStyleShowcase .icons-3 {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}

.example-pointer {
  position: relative;
  height: 60px;
}

.example-pointer:before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 30px solid #228be6;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.example-pointer-1:before {
  border-left-color: #15aabf;
}

.example-pointer-2:before {
  border-left-color: #228be6;
}

.example-pointer-3:before {
  border-left-color: #4c6ef5;
}

.gradient-l-0-blue9-transparent {
  background: -webkit-gradient(linear, left bottom, left top, from(#1864ab), color-stop(50%, rgba(0,0,0,0)), to(rgba(0,0,0,0)));
  background: -webkit-linear-gradient(bottom, #1864ab 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(bottom, #1864ab 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
  background: linear-gradient(0deg, #1864ab 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
}

.header-search-input {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.input-radio-custom ~ label {
  color: #adb5bd;
}

.input-radio-custom:checked ~ label {
  color: inherit;
}

.demo-icon-rendering {
  min-height: 27rem;
}

#payment_method_list .input-radio-custom ~ label .icon {
  color: #ced4da;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

#payment_method_list .input-radio-custom:checked ~ label .icon {
  color: inherit;
}

.dropdown:not(.dropdown-open)>.dropdown-menu {
  display: none;
}

.StripeElement {
  background-color: #fff;
  -webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.05);
  box-shadow: inset 0 .25rem .125rem 0 rgba(0,0,0,0.05);
  border: .125rem solid #dee2e6;
  border-radius: .25rem;
  padding: 1.5rem;
  -webkit-transition: border-color .1s ease-in-out;
  -o-transition: border-color .1s ease-in-out;
  transition: border-color .1s ease-in-out;
}

.StripeElement--focus {
  border-color: #4dabf7;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.0125),0 0 8px rgba(34,139,230,0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.0125),0 0 8px rgba(34,139,230,0.5);
}

.StripeElement--invalid {
  border-color: #ff6b6b;
}

.StripeElement--webkit-autofill {
  background-color: #fff9db !important;
}

.bg-theme-default {
  background: -webkit-gradient(linear, left top, left bottom, from(#155592), to(#1c7ed6));
  background: -webkit-linear-gradient(#155592, #1c7ed6);
  background: -o-linear-gradient(#155592, #1c7ed6);
  background: linear-gradient(#155592, #1c7ed6);
}

.theme-scene-f1 {
  font-size: 32px;
}

.theme-scene-f2 {
  font-size: 48px;
}

.theme-scene-f3 {
  font-size: 64px;
}

.theme-scene-f4 {
  font-size: 96px;
}

.theme-scene-f5 {
  font-size: 128px;
}

.theme-scene-f6 {
  font-size: 240px;
}



/* Sticky signup bottom bar */
.sticky_signup_wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0; 
	display: block;
	width: 100%;
        background: #c9302c;
	z-index: 8990;
	text-align: center;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

.sticky_signup_wrapper a  {
        border: none!important;
        text-decoration: none;
        display: block;
        text-align: center;
        display: block;
        width: 100%;
        line-height: 54px;
        margin: 0;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
}
.sticky_signup_wrapper a:hover  {
        background: #a91310;
        color: #fff;
}



/* Slide in bar at the bottom */
.sticky-bottom-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0; 
	display: none;
	width: 100%;
        background: #006848;                    /* green */
        background-color: rgba(0,0,0, .75);     /* black */
        background-color: rgba(253,183,26, .9); /* yellow */
        background-color: rgba(201,48,44, .9); /* red */
        z-index: 8990;
	text-align: center;
        height: 60px;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);

}
.sticky-bottom-bar a:hover  {
        color: #fff;
        background-color: rgba(255,255,255, .9);
  -o-transition:all .2s ease-in-out;
  -ms-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -webkit-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
}


.sticky-bottom-bar a  {
        border: none!important;
        text-decoration: none;
        display: block;
        text-align: center;
        display: block;
        width: 100%;
        line-height: 60px;
        margin: 0;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: normal;
}
.sticky-bottom-bar a:hover  {
        color: #000;
}


/* Cognito Forms Styles */

.cognito .c-forms-form {
    margin: 0 auto;
    padding: 0;
}

.cognito ::placeholder {
    color: #999;
    opacity: 1;
}




/* ====== Notification styles - May 2020 ====== */

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.notification {
  margin: 0;
  /*overflow: hidden;*/
  border-radius: 4px;
}

.notification-sidebar {
  padding-top: .9rem;
  padding-bottom: .9rem;
  min-width: 4.3rem;
  text-align: center;
  position: relative;
}

.notification-content {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  padding-top: 1rem;
  padding-bottom: 1.2rem;
}

.notification-content h4 {
  font-size: 1.5rem;
  margin: 0 0 .15rem!important;
  padding: 0!important;
}
.notification-content p {
  margin: .45rem 0 0!important;
  padding: 0!important;
}
.notification-content p + p {
  margin: .6rem 0 0!important;
  padding: 0!important;
}

.notification-tips {
  background-color: #f1f3f5;
}
.notification-info {
  background-color: #D9EDF7;
}
.notification-groups,
.notification-success,
.notification-thumbs-up,
.notification-celebration,
.notification-open-house,
.notification-time{
  background-color: #ddf9c5;
}
.notification-warning,
.notification-unavailable {
  background-color: #fff9db;
}
.notification-danger,
.notification-canceled {
  background-color: #F2DEDE;
}



/* icons */
.notification-tips .notification-sidebar:after,
.notification-info .notification-sidebar:after,
.notification-groups .notification-sidebar:after,
.notification-success .notification-sidebar:after,
.notification-thumbs-up .notification-sidebar:after,
.notification-warning .notification-sidebar:after,
.notification-unavailable .notification-sidebar:after,
.notification-danger .notification-sidebar:after,
.notification-canceled .notification-sidebar:after,
.notification-celebration .notification-sidebar::after,
.notification-open-house .notification-sidebar::after,
.notification-time .notification-sidebar::after{
  font-family: "Material Icons";
  font-size: 2.8rem;
  position: absolute;
  left: calc(50% - 1.4rem);
  top: .2rem;
}
.notification-tips .notification-sidebar:after {
  content: "wb_incandescent";
  font-family: "Material Icons Outlined";
  transform: rotate(180deg);
}
.notification-info .notification-sidebar:after {
  content: "info";
  font-family: "Material Icons Outlined";
}
.notification-groups .notification-sidebar:after {
  content: "groups";
  font-family: "Material Icons Outlined";
}
.notification-success .notification-sidebar:after {
  content: "check_circle";
  font-family: "Material Icons Outlined";
}
.notification-thumbs-up .notification-sidebar:after {
  content: "thumb_up";
  font-size: 2.5rem;
  left: calc(50% - 1.25rem);
}
.notification-warning .notification-sidebar:after {
  content: "warning";
}
.notification-unavailable .notification-sidebar:after {
  content: "not_interested";
}
.notification-danger .notification-sidebar:after {
  content: "report";
}
.notification-canceled .notification-sidebar:after {
  content: "not_interested";
}
.notification-celebration .notification-sidebar::after {
    content: "celebration";
    /*font-size: 2.5rem;
    left: calc(50% - 1.25rem);*/
}
.notification-open-house .notification-sidebar::after {
    content: "house";
}
.notification-time .notification-sidebar::after {
    content: "schedule";
}



/* sidebar/header/icon color */
.notification-tips .notification-sidebar {
  min-width: 4.8rem;
  color: #bfc4c9;
  /*background: red;*/
}
.notification-info .notification-sidebar {
  background-color: #7acef4;
  color: #3091f2;
}
.notification-groups .notification-sidebar,
.notification-success .notification-sidebar,
.notification-thumbs-up .notification-sidebar,
.notification-celebration .notification-sidebar,
.notification-open-house .notification-sidebar,
.notification-time .notification-sidebar {
  background-color: #badd7e;
  color: #64b53b;
}
.notification-warning .notification-sidebar,
.notification-unavailable .notification-sidebar {
  background-color: #ffe066;
  color: #fab005;
}
.notification-danger .notification-sidebar,
.notification-canceled .notification-sidebar {
  background-color: #f99f9f;
  color: #ef212b;
}



.notification-tips .notification-content {
  padding-left: 0;
}

.notification a.btn {
  display: inline-block;
  margin: 1.3em 0 .7em;
  /*background: white!important;*/
}

/* buttons */
.notification .notification-button, 
.btn-notification {
  display:inline-block;
  font-weight:normal;
  text-align:center;
  vertical-align:middle;
  -ms-touch-action:manipulation;
  touch-action:manipulation;
  cursor:pointer;
  background-image:none;
  border:1px solid transparent;
  white-space:nowrap;
  padding:6px 12px;
  font-size:14px;
  line-height:1.42857143;
  border-radius:4px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  text-decoration: none;
  background-color: rgba(255,255,255,0.7);
  transition: box-shadow .2s;
}
.btn-notification:hover {
  background-color: rgba(255,255,255,1);
  box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.notification-tips .notification-button {
  background-color: #d2d7db;
}
.notification-info .notification-button {
  background-color: #7acef4;
}
.notification-groups .notification-button,
.notification-success .notification-button,
.notification-thumbs-up .notification-button,
.notification-time .notification-button  {
  background-color: #badd7e;
}
.notification-warning .notification-button {
  background-color: #ffe066;
}
.notification-danger .notification-button,
.notification-canceled.notification-button {
  background-color: #f99f9f;
}



/* Vertical flex box */
.notification.vflex {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
.vflex .notification-sidebar {
    padding: 0;
    min-height: 4.2rem;
  }

.vflex .notification-tips .notification-sidebar:after,
.vflex .notification-info .notification-sidebar:after,
.vflex .notification-groups .notification-sidebar:after,
.vflex .notification-success .notification-sidebar:after,
.vflex .notification-thumbs-up .notification-sidebar:after,
.vflex .notification-warning .notification-sidebar:after,
.vflex .notification-unavailable .notification-sidebar:after,
.vflex .notification-danger .notification-sidebar:after,
.vflex .notification-canceled .notification-sidebar:after,
.vflex .notification-celebration .notification-sidebar::after{
   top: .1rem;
}
.vflex.notification-tips .notification-content {
    padding-left: 1.5rem;
  }
.vflex.notification-tips .notification-sidebar {
    min-height: 3.2rem;
    padding-top: .4rem;
    padding-bottom: 0;
    min-width: 100%;
  }



/* for small widths less than 480px */
@media (max-width: 30em) {
  .notification.flex {
    flex-direction: column;
    text-align: center;
  }

  .notification-sidebar {
    padding: 0;
    min-height: 4.2rem;
  }

.notification-tips .notification-sidebar:after,
.notification-info .notification-sidebar:after,
.notification-groups .notification-sidebar:after,
.notification-success .notification-sidebar:after,
.notification-thumbs-up .notification-sidebar:after,
.notification-warning .notification-sidebar:after,
.notification-unavailable .notification-sidebar:after,
.notification-danger .notification-sidebar:after,
.notification-canceled .notification-sidebar:after   {
   top: .1rem;
}
.notification-tips .notification-content  {
    padding-left: 1.5rem;
  }
.notification-tips .notification-sidebar {
    min-height: 3.2rem;
    padding-top: .4rem;
    padding-bottom: 0;
    min-width: 100%;
  }
}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

/* IE10+ CSS styles go here */
.notification-tips .notification-sidebar:after,
.notification-info .notification-sidebar:after,
.notification-groups .notification-sidebar:after,
.notification-success .notification-sidebar:after,
.notification-thumbs-up .notification-sidebar:after,
.notification-warning .notification-sidebar:after,
.notification-unavailable .notification-sidebar:after,
.notification-danger .notification-sidebar:after,
.notification-canceled .notification-sidebar:after   {
content: "";
  display:block;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  left: calc(50% - 15px);
  top: 7px;
}
.notification-tips .notification-sidebar:after {
  background-image: url("/~/media/depts/metro/images/svg/wb_incandescent-bfc4c9-48dp.svg");
  transform: rotate(180deg);
}
.notification-info .notification-sidebar:after {
  background-image: url("/~/media/depts/metro/images/svg/info-3091f2-48dp.svg");
  /*height: 25px;*/
  top: 7px;
}
.notification-groups .notification-sidebar:after {
  background-image: url("/~/media/depts/metro/images/svg/check_circle-64b53b-48dp.svg");

}
.notification-success .notification-sidebar:after {
  background-image: url("/~/media/depts/metro/images/svg/check_circle-64b53b-48dp.svg");

}
.notification-thumbs-up .notification-sidebar:after {
  background-image: url("/~/media/depts/metro/images/svg/thumb_up-64b53b-48dp.svg");

}
.notification-warning .notification-sidebar:after {
  background-image: url("/~/media/depts/metro/images/svg/warning-fab005-48dp.svg");
  height: 25px;

}
.notification-unavailable .notification-sidebar:after {
  background-image: url("/~/media/depts/metro/images/svg/not_interested-fab005-48dp.svg");

}
.notification-danger .notification-sidebar:after {
  content: "report";
  background-image: url("/~/media/depts/metro/images/svg/report-ef212b-48dp.svg");

}
.notification-canceled .notification-sidebar:after {
  content: "not_interested";
  background-image: url("/~/media/depts/metro/images/svg/not_interested-ef212b-48dp.svg");

}


}


/* End of Notification styles */






/* service_info color override */
.service_info {
    background: #0F6640;
    
}

.service_info li a {
	border-left: 1px solid #488b6e!important;
    color: #fff;
}

.service_info li a:hover, .service_info li a:focus {
	background-color: #159f63;
}


.travel_mode li, .service_info li {
    position: relative;
}

.travel_mode li.active::before,
.service_info li.active::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    border-bottom: 6px solid #A4C727!important;
}
/* END .service_info color override */





/* Metro Nav Bar 3 */

.metro-nav-bar3,
metro-nav-bar3 li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.metro-nav-bar3 {
  display: flex;
  display: none!important;
}

.metro-nav-bar3 li {
  background: #0f6640;
  height: 60px;
  border-left: 1px solid #488b6e;
  width: 11.11%;
  position: relative;
}

.metro-nav-bar3 li.active::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  border-bottom: 6px solid #a4c727 !important;
}

.metro-nav-bar3 li a {
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  color: #cde0d8;
  text-decoration: none;
  height: 60px;
  text-align: center;
  /*padding: 0 8px 4px;*/
  padding: 6px 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: none!important;
  /*outline: 1px solid red;*/
}

.metro-nav-bar3 li:first-child {
  border-left: none;
}

.metro-nav-bar3 li a:hover,
.metro-nav-bar3 li a:focus {
  background-color: #159f63;
  color: #fff;
}

.metro-nav-bar3 li.active,
.metro-nav-bar3 li.active a:hover {
  background: #fff;
}

.metro-nav-bar3 li.active a {
  color: #0e6640;
}

.metro-nav-bar3 a::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: 50% 50%;
  margin: auto;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha" (Opacity=60);
}

.metro-nav-bar3 .active a::before,
.metro-nav-bar3 a:hover::before  {
  content: "";
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: 50% 50%;
  margin: auto;
  -moz-opacity: 1;
  -khtml-opacity: 10;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha" (Opacity=100);
}

.metro-nav-bar3 .bus a::before {
  background-image: url("/~/media/depts/metro/images/icons/travel-options/busiconwhite2x.png");
  height: 30px;
  width: 30px;
}
.metro-nav-bar3 .bus.active a::before {
  background-image: url("/~/media/depts/metro/images/icons/travel-options/busicongreen2x.png");
}

.metro-nav-bar3 .bike a::before {
  background-image: url("/~/media/depts/metro/images/icons/travel-options/bikeiconwhite2x.png");
  height: 30px;
  width: 60px;
}
.metro-nav-bar3 .bike.active a::before {
  background-image: url("/~/media/depts/metro/images/icons/travel-options/bikeicongreen2x.png");
}

.metro-nav-bar3 .rideshare a::before {
  background-image: url("/~/media/depts/metro/images/icons/travel-options/rideshareiconwhite2x.png");
  height: 30px;
  width: 30px;
}
.metro-nav-bar3 .rideshare.active a::before {
  background-image: url("/~/media/depts/metro/images/icons/travel-options/rideshareicongreen2x.png");
}

.metro-nav-bar3 .rail a::before {
  background-image: url("/~/media/depts/metro/images/icons/travel-options/railiconwhite2x.png");
  height: 30px;
  width: 23px;
}
.metro-nav-bar3 .rail.active a::before {
  background-image: url("/~/media/depts/metro/images/icons/travel-options/railicongreen2x.png");
}

.metro-nav-bar3 .watertaxi a::before {
  background-image: url("/~/media/depts/metro/images/icons/travel-options/watertaxiiconwhite2x.png");
  height: 30px;
  width: 42px;
}
.metro-nav-bar3 .watertaxi.active a::before {
  background-image: url("/~/media/depts/metro/images/icons/travel-options/watertaxiicongreen2x.png");
}

.metro-nav-bar3 .accessible a::before {
  background-image: url("/~/media/depts/metro/images/icons/travel-options/accessibleiconwhite2x");
  height: 30px;
  width: 30px;
}
.metro-nav-bar3 .accessible.active a::before {
  background-image: url("/~/media/depts/metro/images/icons/travel-options/accessibleicongreen2x.png");
}

.metro-nav-bar3 .schedules a::before {
  background-image: url("/~/media/depts/metro/images/icons/schedulesiconwhite2x.png");
  height: 31px;
  width: 29px;
}
.metro-nav-bar3 .schedules.active a::before {
  background-image: url("/~/media/depts/metro/images/icons/schedulesicongreen2x.png");
}

.metro-nav-bar3 .fares a::before {
  background-image: url("/~/media/depts/metro/images/icons/metro-nav-bar3/fares_icon_white2.png");
  height: 30px;
  width: 50px;
}
.metro-nav-bar3 .fares.active a::before {
  background-image: url("/~/media/depts/metro/images/icons/metro-nav-bar3/fares_icon_green2.png");
}

.metro-nav-bar3 .alerts a::before {
  background-image: url("/~/media/depts/metro/images/icons/alerticonwhite2x.png");
  height: 30px;
  width: 35px;
}
.metro-nav-bar3 .alerts.active a::before {
  background-image: url("/~/media/depts/metro/images/icons/alerticongreen2x.png");
}
/* END Metro Nav Bar 3 */



/* shareable links */
.js-copy {
    padding: 0;
    margin: 0;
    cursor: copy;
}
.dotted-line-link {
    border-bottom:1px dotted #a6a39b!important;
    color: #477C3F!important;
}



/* map cards */

.map-card {
   background-color: #fff;
   border: 1px solid #ccc;
}

.map-card img {
   display: inline-block;
   object-fit: cover;
   object-position: 50% -1px;
   width: 100%;
   height: 10rem;
   overflow: hidden;
   border: 1px solid #ccc;
}

.map-card a {
   border: none!important;
   display: block;
   padding: 6px;
}


.needs-translation {
    background: yellow!important;
    color: red!important;
}









/* Styles from components in the new Sitecore */
:root {
    --primary: #187089;
    --primary-hover: #0e4b5c;
    --primary-ghost-white: #187089;
    --primary-ghost: #1fabb3;
    --primary-light-background: #cdf4ff;
}

.topic-cards-row {
    background-color: #f5f5f5;
    padding: 40px 20px;
    width: 100%;
}
.topic-cards-row .container {
    width: 100%!important;
}
.topic-cards-row .topic-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.topic-cards-row .topic-cards-wrapper .topic-card {
    flex: 0 0 50%;
    max-width: calc(50% - 24px);
    margin: 0 12px 24px;
    box-sizing: border-box;
}

@media (max-width: 767px) {
.topic-cards-row {
    padding: 30px 0px;
}
.topic-cards-row .topic-cards-wrapper .topic-card {
    position: relative;
    /*width: 100%;*/
    flex: 0 0 100%;
    max-width: calc(100% - 24px);
    padding-bottom: 20px;
}
}
.topic-card a {
    min-height: 175px !important;
    border: 1px solid #ececec!important;
    background-color: #ffffff;
    text-decoration: none;
    display: block;
    height: 100%;
}
.topic-card a:hover {
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 50%);
}
.topic-card .topic-card-header {
    display: flex;
    align-items: flex-start;
    padding: 20px 20px 0;
    color: #333;
    border-bottom: 1px solid #f4f4f4;
}
.topic-card .topic-card-header h3 {
    font-family: "Open Sans"!important;
    font-size: 18px!important;
    font-weight: bold!important;
}
.topic-card .topic-card-header .topic-card-badge {
    flex: 1;
    white-space: nowrap;
    color: #ffffff;
    font-family: "Cabin",sans-serif;
    text-align: right;
    margin: -0.5rem 0 0.7rem 0.5rem;
}
.topic-card .topic-card-header .topic-card-badge span {
    font-size: 13px;
    padding: 5px 13px 5px 10px;
    height: 26px;
    max-width: 56px;
    text-transform: uppercase;
    background: linear-gradient(
-137deg, #fff 4px, transparent 0) 0 3px,linear-gradient(
320deg, #fff 3px, var(--primary) 0) 0 3px;
    background-position: right bottom;
    background-repeat: repeat-y;
    background-size: 6px 6px;
    background-color: var(--primary);
}
.topic-card .topic-card-footer {
    line-height: 1.3;
    color: #333;
    margin: 20px;
    max-height: 115px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}



.download-app-buttons {
    margin: 3rem auto;
    display: flex;
    justify-content: center;
    gap: 2rem;
}
.app-button {
   border: none!important;
   text-decoration: none!important;
}

@media screen and (max-width: 425px) {
   .download-app-buttons, .sponsors-banner {
       gap: 1.5rem;
   }
    .sponsors-banner{
       display: grid;
    }
   .intentionalist-logo {
       max-width: 60%;
   }
}

@media screen and (max-width: 300px) {
   .download-app-buttons {
      flex-direction: column;
      align-items: center;
   }
   .app-button img {
      max-width: 150px;
   }
   .sponsor-img img{
      max-width: 50px; 
   }
}


.h-line-only {
    display: none;
}