.cgl-active.cgl-filter .reset-btn {
	display: inline-block;
}
.cgl-filter .reset-btn {
	display: none;
	border: 1px solid transparent;
    width: 37px;
    height: 37px;
    line-height: 15px;
    padding: 5px 14px;
    box-sizing: border-box;
    margin: 3px 0;
    position: relative;
    cursor: pointer;
}
.cgl-filter .reset-btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 13px;
	left: 6px;
	width: 15px;
	height: 1px;
	background-color: #b1adad;
	-moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cgl-filter .reset-btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 13px;
	left: 6px;
	width: 15px;
	height: 1px;
	background-color: #b1adad;
	-moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}/* Ribbon CSS */
.ribbon {
    -webkit-transform: rotate(135deg); 
     -moz-transform: rotate(135deg); 
      -ms-transform: rotate(135deg); 
       -o-transform: rotate(135deg); 
          transform: rotate(135deg); 
    border: 25px solid transparent;
    border-top: 25px solid #e3512a;
    position: absolute;
    top: -4px;
    left: -36px;
    padding: 0 10px;
    width: 110px;
    color: white;
/*    font-family: sans-serif;*/
    size: 11px;
}
.ribbon .txt {
    transform: rotate(180deg);
    position: absolute;
    top: -24px;
    left: 6px;
    font-weight: bold;
}

/* Sidebar CSS */
.display-posts-listing .title {
    margin-left: 10px;
}
.display-posts-listing .listing-item {
    position: relative;
}
.display-posts-listing .listing-item:first-child {
    margin-top: 10px;
}
.display-posts-listing .ribbon {
    top: 22px;
    left: -25px;
}
.display-posts-listing .ribbon .txt {
    top: -22px;
    left: 6px;
}.fly_cat {
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.fly_cat a {
    color: #4a4a4a;
    width: 100%;
    height: 100%;
    display: block;
}
.fly_cat p {
    margin-bottom: 0;
}
.fly_cat .thumb {
	float: left;
	margin: 0 10px 2px 0;
	width: 140px;
	height: auto;
}
.fly_cat.right .thumb{
	float: right;
	margin: 0 0 2px 10px;
}
.fly_cat .posttitlespan {
	font-weight: bold;
    font-size: 1.3125rem;
	margin: 0;
	margin-bottom: 4px;
    color: #4a4a4a;
}
.fly_cat .post-details.sbdate {
    color: #9B9BA7;
}
.fly_cat span {
	display: block;
	color: #4A4A4A;
	line-height: 1.3em;
    margin-bottom: 0.375rem;
    font-size: 0.875rem;
    text-rendering: optimizeLegibility;
}body {
    color: #2c3e50;
    background: #ecf0f1;
}
.faq-container {
    margin-bottom: 30px;
}
.faq-container h1 {
    margin: 0;
    line-height: 2;
    text-align: center;
}
.faq-container h2 {
    margin: 0 0 .5em;
    /* font-weight: normal; */
}
.faq-container input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.faq-container .row {
    display: flex;
}
.faq-container .row .col {
    flex: 1;
}
/*
.faq-container .row .col:last-child {
    margin-left: 1em;
}
*/
/* Accordion styles */
.faq-container .tabs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}
.faq-container .tab {
    width: 100%;
    color: #000;
    overflow: hidden;
    background-color: #f5f5f5;
}
.faq-container .tab:nth-child(even) {
    background-color: #ffffff;
}    
.faq-container .tab-label {
    display: flex;
    /* justify-content: space-between; */
    justify-content: left;
    padding: .5em 1em;
    /* background: #2c3e50; */
    font-weight: bold;
    cursor: pointer;
    position: relative;
    /* Icon */
}
.faq-container .fruit {
    margin-top: 0;
    margin-right: 15px;
}    
.faq-container .tab:hover {
    background: #dbdbdb;
}
.faq-container .dm-q {
    max-width: 75%;
}
/*
.faq-container .tab-label:hover {
  background: #1a252f;
}
*/
.faq-container .tab-label::after {
    content: "\276F";
    /*  width: 1em;*/
    /*  height: 1em;*/
    text-align: right;
    transition: all .35s;
    position: absolute;
    right: 30px;
}
.faq-container .tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    transition: all .35s;
}
.faq-container .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}
.faq-container .tab-close:hover {
    background: #1a252f;
}
.faq-container input:checked + .tab-label {
    background: #dbdbdb;
}
.faq-container input:checked + .tab-label::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.faq-container input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
    border-bottom: 1px solid #f5f5f5;
}.kk-collapse {
    display: block;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    transition: all .5s cubic-bezier(0, 1, 0, 1);
}

.kk-collapse.show {
    height: auto!important;
    opacity: 1;
    overflow: visible;
    max-height: 9999em!important;
    transition: all .5s ease-in-out;
}

.kk-toggle-text {
    background: url(arrow-down.png) no-repeat 2px center;
    padding-left: 20px;
    cursor: pointer
}

.kk-toggle-text.show {
    background-image: url(arrow-up.png);
}
.authorblock {
    max-width: none !important;
    margin-bottom: 20px;
}
.dma-row {
    display: grid;
    grid-template-columns: calc(33% - 10px) calc(33% - 10px) calc(33% - 10px);
    grid-gap: 20px;
}

/** START GRID **/
.dma-row.dma-row-1 {
    grid-template-columns: calc(100%);
}
.dma-row.dma-row-2 {
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
}
.dma-row.dma-row-3 {
    grid-template-columns: calc(33% - 11px) calc(33% - 11px) calc(33% - 11px);
}
.dma-row.dma-row-4 {
    grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
}
.dma-row.dma-row-5 {
    grid-template-columns: calc(20% - 16px) calc(20% - 16px) calc(20% - 16px) calc(20% - 16px) calc(20% - 16px);
}
/** END GRID **/

.dma-column {
    background-color: #fff;
    padding: 10px 10px 55px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
    position: relative;
    padding: 10px;
}
.dma-left {
    float: left;
    width: 25%;
}
.dma-right {
    float: left;
    width: calc(100% - 28%);
    margin-left: 20px;
}
.dma-socials {
    text-align: center;
    margin-top: 15px;
}
.dmas {
    display: inline-block;
    margin-right: 8px;
}
.dmas a {
/*    padding: 5px;*/
    display: inline-block;
}
.dmas span {
    color: #333;
    border: 1px solid #333;
    border-radius: 3px;
    width: 48px;
    height: 48px;
    padding-top: 13px;
}
.dma-mail span:hover {
    color: #EA4335 !important;
    border: 1px solid #EA4335 !important;
}
.dma-facebook span:hover {
    color: #3b5998 !important;
    border: 1px solid #3b5998 !important;
}
.dma-twitter span:hover {
    color: #1DA1F2 !important;
    border: 1px solid #1DA1F2 !important;
}
.dma-linkedin span:hover {
    color: #0e76a8 !important;
    border: 1px solid #0e76a8 !important;
}
.dma-column a.payment-link {
    display: block;
    width: 100%;
}
.dma-column img {
    width: 100% !important;
    height: auto !important;
    margin: 0;
    padding: 0;
}
.dma-heading {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    margin: 5px 0;
    display: block;
    float: left;
}
.dma-function {
    display: block;
    float: left;
    width: 100%;
    color: #333;
    margin-bottom: 10px;
    font-style: italic;
}
.dma-text {
    color: #444;
    float: left;
}
.dma-button a {
    background-color: #8dbce5;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    width: 100%;
    padding: 12px 0;
    float: left;
    display: block;
    margin-top: 10px;
}
.dma-button a:hover {
    opacity: 0.8;
}

/* ABOUT US PAGE */
.authorblock.onpage .dma-left {
    width: 100%;
    text-align: center;
    padding-top: 25px;
}
.authorblock.onpage .dma-right {
    width: 100%;
    margin-left: 0;
    text-align: center;
}
.authorblock.onpage .dma-column img {
    width: 50% !important;
}
.authorblock.onpage .dma-heading {
    float: none;
    margin-top: 20px;
}
/* END ABOUT US PAGE */

/* SINGLE BIO PAGE */
.authorblock.singlebio .dma-column {
    box-shadow: none;
    padding: 0;
}
.authorblock.singlebio .uitlijn {
    font-weight: 600;
}
.authorblock.singlebio .dma-function {
     margin-bottom: 0; 
}
.authorblock.singlebio .dma-heading {
    margin-bottom: 15px;
}
.authorblock.singlebio .dma-text {
    margin-top: 10px;
}
.display-posts-listing.image-left .listing-item {
	overflow: hidden; 
	margin-bottom: 32px;
	width: 100%;
}

.display-posts-listing.image-left .image {
	float: left;
	margin: 0 16px 0 0;
}

.display-posts-listing.image-left .title {
	display: block;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.display-posts-listing.image-left .excerpt-dash { 
	display: none; 
}
.display-posts-listing.image-left .listing-item {
    overflow: hidden;
    margin-bottom: 32px;
    width: 31%;
    display: inline-block;
    float: left;
    margin-right: 2%;
}
@media screen and (min-width:1px) and (max-width:768px) {
    .display-posts-listing.image-left .listing-item {
        overflow: hidden;
        margin-bottom: 32px;
        width: 100%;
        display: inline-block;
        float: left;
        margin-right: 0;
    }
    .listing-item img {
        width: 100%;
    }
    .display-posts-listing.image-left .image {
        float: none;
        margin: 0 16px 0 0;
    }
}
/* END SINGLE BIO PAGE */

@media only screen and (max-width: 768px) {
    .dma-row {
        grid-template-columns: none !important;
    }
}
@media screen and (min-width:1px) and (max-width:1099px) {
    .dma-row {
        grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    }
    .dma-right {
        width: calc(100% - 33%);
    }
    .dmas {
        margin-bottom: 14px;
    }
    .dmas a {
        padding: 0;
        display: block;
    }
    .dmas span {
        color: #333;
        border: 1px solid #333;
        border-radius: 3px;
        width: 48px;
        height: 48px;
        padding-top: 12px;
    }
}.howtoblock {
    max-width: none !important;
    margin-bottom: 20px;
}
.dmh-row {
    display: grid;
    /*grid-template-columns: calc(33% - 10px) calc(33% - 10px) calc(33% - 10px);*/
    grid-template-columns: 100%;
    grid-gap: 20px;
}

/** START GRID **/
.dmh-row.dmh-row-1 {
    grid-template-columns: calc(100%);
}
.dmh-row.dmh-row-2 {
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
}
.dmh-row.dmh-row-3 {
    grid-template-columns: calc(33% - 11px) calc(33% - 11px) calc(33% - 11px);
}
.dmh-row.dmh-row-4 {
    grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
}
.dmh-row.dmh-row-5 {
    grid-template-columns: calc(20% - 16px) calc(20% - 16px) calc(20% - 16px) calc(20% - 16px) calc(20% - 16px);
}
/** END GRID **/

.dmh-column {
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
    position: relative;
}
.dmh-column a.payment-link {
    display: block;
    width: 100%;
}
.dmh-column img {
    width: 100% !important;
    height: auto !important;
    margin: 0;
    padding: 0;
}
.dmh-heading {
    margin: 5px 0;
    display: block;
    float: left;
    padding-top: 0 !important;
}
.dmh-text {
    color: #444;
    float: left;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.dmh-button {
    background-color: #8dbce5;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    width: calc(100% - 20px);
    padding: 5px 0;
    position: absolute;
    bottom: 10px;
}
.dmh-column:hover .dmh-button {
    opacity: 0.8;
}
.howtoleft {
    display: inline-block;
    width: 58%;
    margin-right: 3%;
    vertical-align: middle;
}
.howtoright {
    display: inline-block;
    width: 38%;
    vertical-align: middle;
}

/* NLG specific */
.howtoblock .dmh-column h2.dmh-heading {
    margin-top: 0 !important;
}
.howtoblock h3.dmh-heading {
    margin-top: 0 !important;
    width: 100%;
    line-height: 1.4;
    margin-bottom: 10px !important;
}

@media only screen and (max-width: 768px) {
    .dmh-row {
        grid-template-columns: none !important;
    }
    .howtoleft {
        width: 100%;
    }
    .howtoright {
        width: 100%;
        margin-top: 15px;
    }
}
@media screen and (min-width:1px) and (max-width:1099px) {
    .dmh-row {
        grid-template-columns: 100%;
    }   
}@charset "UTF-8";
/*
 * WP Review by MyThemeShop
 * https://mythemeshop.com/plugins/wp-review/
 */
[data-wp-review-tabs] .tab-titles:after, [data-ui-tabs] .ui-tabs-nav:after, .wp-reviews-list .reviews-pagination:after, .wp-reviews-list .item:after, .review-list li:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.review-wrapper {
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.review-wrapper .review-list {
  margin: 0;
  list-style: none;
  padding: 0;
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.review-wrapper .review-list li {
  margin: 0;
  list-style: none;
}
.review-wrapper li:after {
  content: "";
  display: block;
  clear: both;
}
.review-wrapper .review-desc li:after {
  display: none;
}
.review-wrapper .review-total-wrapper h5 {
  font-family: inherit;
}

.review-title {
  background-color: #f6f6f6;
  border-bottom: 1px solid #e7e7e7;
  margin: 0;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

.review-price {
  float: right;
}

.review-links {
  list-style: none;
  padding: 15px 15px 8px !important;
  margin: 0 !important;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.review-links li {
  display: inline-block;
  margin-bottom: 10px;
}
.review-links li a {
  display: block;
  padding: 4px 10px;
  margin: 0 10px 0 0;
  border: 1px solid;
  border-radius: 5px;
  outline: 0;
}
.review-links li:last-child a {
  margin-right: 0;
}
.review-links .review-links:not(:last-child) a {
  margin-right: 10px;
}

.entry-content .review-wrapper li:last-child a {
  margin-right: 0;
}

.wpr-error {
  background: #f9ada7;
  padding: 10px;
  margin: 10px 0;
}

.review-list li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 15px;
  position: relative;
  list-style: none !important;
}
.review-list li:nth-child(even) {
  background-color: #fafafa;
}
.review-list li:last-child {
  border-bottom: 1px solid #e7e7e7;
}

.wp_review_comment .review-list, .widefat .column-comment ul.review-list {
  margin: 0;
  padding: 0;
}

.wp_review_comment .review-list li, .wp-review-comment-form .review-list li {
  padding: 10px;
  margin: 0;
  background: #f9f9f9;
  border-bottom: 1px solid #e7e7e7;
}

.review-summary-title {
  margin-bottom: 5px;
}

.review-desc {
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.review-desc p:last-child {
  margin-bottom: 0;
}

.review-pros-cons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 15px 30px;
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.review-pros-cons .review-pros {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.review-pros-cons .review-pros p:last-of-type {
  margin-bottom: 0;
}
.review-pros-cons .review-cons {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.review-pros-cons .review-cons p:last-of-type {
  margin-bottom: 0;
}
.review-pros-cons .review-pros .mb-5 strong:before,
.review-pros-cons .review-cons .mb-5 strong:before {
  content: "";
  font-family: "FontAwesome";
  font-weight: normal;
  margin-right: 5px;
  opacity: 0.7;
}
.review-pros-cons .review-cons .mb-5 strong:before {
  content: "";
}
.review-pros-cons ul,
.review-pros-cons ol {
  margin: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.review-pros-cons li {
  list-style-type: none !important;
}
.review-pros-cons .review-pros ul li:before,
.review-pros-cons .review-cons ul li:before {
  content: "";
  font-family: "FontAwesome";
  opacity: 0.4;
  margin-right: 7px;
}
.review-pros-cons .review-cons ul li:before {
  content: "";
}

.wp_review_comment .review-pros-cons {
  padding-left: 0;
  padding-right: 0;
}

textarea#wp_review_comment_pros, textarea#wp_review_comment_cons {
  height: 100px;
}

.wp-review-comment-form-qualifier label {
  display: block;
}
.wp-review-comment-form-qualifier select {
  display: block;
  width: 100%;
}

#review .review-desc ul,
#review .review-desc ol {
  margin: 0;
  margin-left: 0;
  padding: 0;
}

.review-result-wrapper {
  white-space: nowrap;
  position: relative;
}

.review-star .review-result-wrapper {
  display: inline-block;
}

.review-star .review-result-wrapper img.wp-review-image {
  max-width: 20px;
  max-height: 20px;
  display: inline-block;
  opacity: 0.6;
}

.wp-review-usercomment-rating-star .review-result-wrapper img {
  opacity: 0.6;
}

.wp-review-usercomment-rating-star .review-result-wrapper .review-result img {
  opacity: 1;
}

.review-star .wpr-count {
  margin-left: 3px;
  vertical-align: top;
}

.review-result-wrapper i, .review-result-wrapper img.wp-review-image {
  font-style: normal;
  font-size: 16px;
  padding: 0;
  line-height: inherit;
}

.reviewed-item {
  display: inline-block;
  padding: 10px 15px;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.reviewed-item .review-links {
  border: 0;
  background: transparent !important;
}
.reviewed-item .review-links li {
  margin: 0;
}
.reviewed-item .reviewed-item-data img {
  vertical-align: top;
}

.reviewed-item-image {
  float: right;
  max-width: 40%;
  margin-left: 15px;
}

.rtl .reviewed-item-image {
  float: left;
  margin-left: 0;
  margin-right: 15px;
}

.reviewed-item-data-label {
  display: inline-block;
}

.reviewed-item-data p:last-of-type {
  margin-bottom: 0;
}

.review-result {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}

.rtl .review-result {
  left: auto;
  right: 0;
}

.review-total-wrapper {
  float: right;
  padding-right: 0;
  clear: both;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px 20px 15px;
}

.rtl .review-total-wrapper {
  float: left;
}

.review-total-wrapper span.review-total-box {
  border: 0;
  display: block;
  font-size: 40px;
  font-weight: 700;
  text-align: right;
  margin: 0;
  padding: 35px 0 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.circle-point span.review-total-box {
  height: 180px;
}

.review-total-wrapper span.review-total-box small {
  font-size: 12px;
  display: block;
}

.percentage-icon {
  font-size: 22px;
  position: relative;
  top: -14px;
}

.review-total-star {
  position: relative;
  margin-top: 5px;
  margin: 0 auto;
  float: right;
}

.review-star.review-total {
  position: relative;
}

.wp-review-loading-msg, .wp-review-loading .review-result-wrapper {
  display: none;
}

.wp-review-loading .wp-review-loading-msg {
  display: block;
}

.review-total {
  z-index: 99;
}

.rtl .review-total {
  left: auto;
  right: 0;
}

.review-star, .wp-review-user-feature-rating-star {
  position: relative;
  margin-top: 5px;
  margin: 0 auto;
  display: inline-block;
}

.postbox .review-star {
  position: relative;
  right: auto;
  top: auto;
}

.review-list .review-star,
.user-review-area .review-star,
.wp-review-point-type .review-total-circle .review-star,
.wp-review-percentage-type .review-total-circle .review-star,
.review-list .wp-review-user-feature-rating-star {
  float: right;
  text-align: right;
}

.wpr-login-required-message {
  font-size: 80%;
}

.rtl .review-list .review-star,
.rtl .user-review-area .review-star,
.rtl .review-total-circle .review-star,
.rtl .wp-review-point-type .review-total-circle .review-star,
.rtl .wp-review-percentage-type .review-total-circle .review-star {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}

/**
 * Bar & Percentage Point
 */
.circle-point .review-list li {
  padding: 14px 15px;
}

.review-point .review-result-wrapper, .review-percentage .review-result-wrapper {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 22px;
}

.review-point .review-result-wrapper {
  background-color: rgba(0, 0, 0, 0.1);
}

.wp-review-point-type .review-result, .wp-review-percentage-type .review-result, .review-total-point .review-result {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 22px;
}

.rtl .wp-review-point-type .review-result, .rtl .wp-review-percentage-type .review-result, .rtl .review-total-point .review-result {
  left: auto;
  right: 0px;
}

.review-total-star.allowed-to-rate .review-result-wrapper {
  background: none;
}

.wp-review-point-type .review-total-point .review-result-wrapper {
  background: none;
}

.review-total-percentage.allowed-to-rate.has-not-rated-yet, .review-total-point.allowed-to-rate.has-not-rated-yet {
  float: none;
  cursor: pointer;
}

.review-percentage .review-result-wrapper, .review-point .review-result-wrapper {
  position: relative;
  width: 100%;
}

.review-percentage .review-result, .review-point .review-result {
  background: currentColor;
  height: 22px;
}

.wp-review-comment-rating.wp-review-comment-rating-point .review-result-wrapper, .wp-review-user-rating.wp-review-user-rating-point .review-result-wrapper, .wp-review-comment-rating.wp-review-comment-rating-percentage .review-result-wrapper, .wp-review-user-rating.wp-review-user-rating-percentage .review-result-wrapper {
  cursor: pointer;
}

.wp-review-user-rating.wp-review-user-rating-point.has-rated .review-result-wrapper, .wp-review-user-rating.wp-review-user-rating-percentage.has-rated .review-result-wrapper {
  cursor: default;
}

.wp-review-comment-rating.wp-review-comment-rating-point .review-result-wrapper:hover .review-result, .wp-review-user-rating.wp-review-user-rating-point .review-result-wrapper:hover .review-result, .wp-review-comment-rating.wp-review-comment-rating-percentage .review-result-wrapper:hover .review-result, .wp-review-user-rating.wp-review-user-rating-percentage .review-result-wrapper:hover .review-result {
  display: block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.review-point, .review-percentage {
  position: relative;
  clear: both;
}

.wp-review-your-rating {
  position: absolute;
  top: 102%;
  left: 45%;
  margin-left: -20px;
  font-size: 12px;
  line-height: 18px;
  background: #f0f0f0;
  color: #fff;
  pointer-events: none;
  z-index: 999;
  display: none;
  white-space: nowrap;
  padding: 2px 4px;
}

.rtl .wp-review-your-rating {
  left: auto;
  right: 45%;
}

.column-wp_review_rating .wp-review-circle-rating {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.review-point:hover .wp-review-your-rating,
.review-percentage:hover .wp-review-your-rating {
  display: block;
}

.review-result-text {
  position: absolute;
  left: 4px;
  top: 0px;
  font-size: 16px;
  line-height: 22px;
  display: none;
}

.rtl .review-result-text {
  left: auto;
  right: 4px;
}

.wp-review-usercomment-rating .review-result-text, .wp-admin .review-result-text {
  display: block;
}

/**
 * Circle
 */
.review-total-circle.allowed-to-rate.has-not-rated-yet .review-result-wrapper {
  cursor: pointer;
}

.wp-review-user-rating-circle .review-result-wrapper {
  text-align: right;
}

.wp-review-user-rating.wp-review-user-rating-circle.wp-review-input-set {
  float: right;
}

.wp-review-circle-type .user-total-wrapper {
  overflow: hidden;
  margin-top: 3px;
}

.review-wrapper .wp-review-circle-rating {
  padding: 0;
  width: auto;
  display: inline;
}

.user-review-area .review-circle {
  float: right;
  height: 32px;
}

.review-list .review-circle {
  float: right;
  margin-top: -4px;
}

.wp-review-circle-type .review-total-wrapper > .review-total-box {
  display: none;
}

.review-circle.review-total {
  height: 100px;
  width: 100px;
}

/**
 * Twenty series themes compatibilty
 */
.entry-content .review-wrapper h1, .entry-content .review-wrapper h2, .entry-content .review-wrapper h3, .entry-content .review-wrapper h4, .entry-content .review-wrapper h5, .entry-content .review-wrapper h6 {
  margin: 0;
}

.entry-content .review-summary-title, #content .review-summary-title, .entry-content .reviewed-item p, #content .reviewed-item p {
  margin-bottom: 5px;
}

#content .review-desc p:last-child {
  margin-bottom: 0;
}

#review .review-desc ul {
  margin: 0;
  margin-left: 20px;
  padding-left: 0;
}

/**
 * Basic styling for wp_review_display_total
 */
.review-total-only {
  padding: 3px 8px;
  background: #fff;
  display: inline-block;
  border-radius: 3px;
}

.review-total-only .percentage-icon {
  font-size: inherit;
  top: 0;
}

.review-total-only .review-type-star {
  font-size: 12px;
  padding: 3px 6px;
}

.review-total-only .review-total-star {
  font-size: 12px;
  margin: 0;
}

.review-result-wrapper .review-result i, .review-result-wrapper .review-result img.wp-review-image {
  opacity: 1;
  filter: alpha(opacity=100);
}

.wp-review-box-float-left {
  margin-right: 20px;
}

.wp-review-box-float-right {
  margin-left: 20px;
}

/**
 * Users review area
 */
.wpr-user-features-rating {
  clear: both;
}
.wpr-user-features-rating .user-review-title {
  padding: 10px 15px;
  margin: 0;
  font-weight: bold;
}
.wpr-user-features-rating .user-total-wrapper {
  margin: 0;
  display: inline-block;
}
.wpr-user-features-rating .wp-review-user-feature-rating-circle + span {
  display: inline-block;
  margin-top: 10px;
}
.wpr-user-features-rating .wp-review-user-feature-rating-circle .review-result-wrapper {
  height: 50px;
}

.user-review-area {
  border-top: 1px solid #e7e7e7;
  padding: 10px 15px;
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.user-review-area .wp-review-user-rating-star {
  float: right;
}

.wp-review-user-rating .review-star .review-result-wrapper:hover span img {
  opacity: 1;
}
.wp-review-user-rating .review-star .review-result-wrapper:hover span:hover ~ span img {
  opacity: 0.6;
}

.review-total-star.allowed-to-rate {
  float: right;
  margin: 0;
}

.user-review-title {
  margin: 15px 15px 10px;
  padding: 0;
  font-family: inherit;
}

.user-total-wrapper .user-review-title {
  font-weight: bold;
  margin: 0;
  display: inline-block;
}

.wp-review-user-rating .review-result-wrapper span {
  cursor: pointer;
  padding: 0 0 0 4px;
}
.wp-review-user-rating .review-result-wrapper span img.wp-review-image {
  opacity: 0.6;
}
.wp-review-user-rating .review-result-wrapper span:hover i, .wp-review-user-rating .review-result-wrapper span:hover img.wp-review-image,
.wp-review-user-rating .review-result-wrapper span.active i,
.wp-review-user-rating .review-result-wrapper span.active img.wp-review-image {
  opacity: 1 !important;
}
.wp-review-user-rating .review-result-wrapper .review-result i, .wp-review-user-rating .review-result-wrapper .review-result img.wp-review-image {
  padding-left: 4px;
}
.wp-review-user-rating.has-rated .review-result-wrapper:hover .review-result {
  display: block;
}
.wp-review-user-rating .review-result-wrapper:hover .review-result, .wp-review-user-rating.wp-review-loading .review-result-wrapper, .wp-review-user-rating.wp-review-loading .wp-review-your-rating {
  display: none;
}
.wp-review-user-rating .review-list li {
  border-top: 1px solid;
}

.wpr-rating-accept-btn {
  width: 100%;
  float: right;
  border-radius: 0;
  padding: 14px;
  border: 0;
  color: #fff;
  font-size: inherit;
  cursor: pointer;
}

.wpr-rating-accept-btn[disabled] {
  cursor: not-allowed;
}

.wp-review-rating-input.review-point .review-result-wrapper,
.wp-review-rating-input.review-percentage .review-result-wrapper,
.wp-review-rating-input.review-circle canvas {
  cursor: pointer;
}

/**
 * Review in comments
 */
.wp-review-comment-form-rating {
  margin-bottom: 15px;
}
.wp-review-comment-form-rating .review-list li {
  padding: 10px;
  background: #f9f9f9;
}
.wp-review-comment-form-rating .user-review-title {
  margin: 0;
  margin-bottom: 10px;
}
.wp-review-comment-form-rating .features-rating-list {
  margin: 0;
  padding: 0;
}

.wp-review-comment-field {
  margin-bottom: 10px;
}

.review-total-star-comments {
  position: relative;
  display: inline-block;
}

.wp-review-comment-title {
  font-size: 18px;
}

.comment-text-inner {
  clear: both;
}

.comment .review-list li {
  margin-bottom: 0;
}

.wp-review-comment-rating .review-result-wrapper span {
  cursor: pointer;
  padding-left: 4px;
}
.wp-review-comment-rating .review-result-wrapper span i, .wp-review-comment-rating .review-result-wrapper span img.wp-review-image {
  opacity: 0.6;
}
.wp-review-comment-rating .review-result-wrapper span:hover i,
.wp-review-comment-rating .review-result-wrapper span.active i,
.wp-review-comment-rating .review-result-wrapper span:hover img.wp-review-image,
.wp-review-comment-rating .review-result-wrapper span.active img.wp-review-image {
  opacity: 1 !important;
  color: #FFB300;
}
.wp-review-comment-rating .review-result-wrapper span:hover ~ span i {
  opacity: 1;
  color: currentColor;
}
.wp-review-comment-rating .review-result-wrapper:hover .review-result {
  display: none;
}
.wp-review-comment-rating .review-result-wrapper .review-result {
  letter-spacing: -1.9px;
}
.wp-review-comment-rating .review-result-wrapper .review-result i, .wp-review-comment-rating .review-result-wrapper .review-result img.wp-review-image {
  padding-left: 4px;
}
.wp-review-comment-rating .review-result-wrapper:hover span img {
  opacity: 1;
}
.wp-review-comment-rating .review-result-wrapper:hover span:hover ~ span img {
  opacity: 0.6;
}

.wpr-comment-features-rating .wp-review-user-feature-rating-circle {
  height: 50px;
}
.wpr-comment-features-rating .review-list .review-circle {
  margin-top: 0;
  height: 50px;
}
.wpr-comment-features-rating li .wp-review-user-feature-rating-circle + span {
  margin-top: 14px;
  display: inline-block;
}

.rtl .wp-review-comment-rating .review-result-wrapper span i {
  float: right;
}

.wp-review-feedback {
  margin-top: 10px;
}

.wp-review-feedback .review-btn {
  display: inline-block;
  text-decoration: none;
  background: #eee;
  padding: 3px 9px;
  color: #333;
  border-radius: 4px;
  font-size: 14px;
}

.wp-review-feedback .review-btn.voted, .wp-review-feedback .review-btn.voted ~ a {
  cursor: default;
}

.wp-review-feedback .review-btn:hover, .wp-review-feedback .review-btn.voted {
  text-decoration: none;
  background: #81C784;
  color: #fff !important;
}

.wp-review-feedback .review-btn:nth-child(2) {
  margin-left: 5px;
}

.rtl .wp-review-feedback .review-btn:nth-child(2) {
  margin-left: auto;
  margin-right: 5px;
}

.wp-review-feedback .review-btn:nth-child(2):hover, .wp-review-feedback .review-btn.voted:nth-child(2) {
  text-decoration: none;
  background-color: #E57373;
  color: #fff !important;
}

.wp-review-comment-form-title {
  clear: both;
  margin-bottom: 15px;
}

.wp-review-comment-form-author label, .wp-review-comment-form-email label, .wp-review-comment-form-url label {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.wp-review-comment-rating-circle-wrapper .review-comment-field-msg {
  vertical-align: middle;
  margin-right: 0;
}

.wp-review-comment-rating-circle-wrapper .wp-review-comment-field-inner {
  display: inline-block;
  vertical-align: middle;
}

.wp-review-comment-rating .review-result-wrapper a {
  text-decoration: none;
  border: none;
}

.wp-review-comment-rating-star .review-total-star {
  float: none;
}

.wp-review-comment-rating-circle-wrapper .wp-review-comment-field-inner, .wp-review-comment-rating-star-wrapper .wp-review-comment-field-inner {
  display: inline-block;
}

.wp-review-comment-form .wp-review-comment-field-inner {
  display: block;
}
.wp-review-comment-form .user-review-title {
  margin: 0 0 10px;
}
.wp-review-comment-form .wpr-comment-features-rating > ul {
  margin: 0;
}

#comments .wp-review-comment-qualifier, #comments .wp-review-usercomment-image {
  margin-bottom: 15px;
}

#comments .wp-review-usercomment-image img {
  float: left !important;
  max-width: 100%;
}

.wp-review-usercomment-rating, #comments .wp-review-usercomment-rating {
  margin-bottom: 15px;
}
.wp-review-usercomment-rating ul, .wp-review-usercomment-rating ol, #comments .wp-review-usercomment-rating ul, #comments .wp-review-usercomment-rating ol {
  margin: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
}
.wp-review-usercomment-rating li, #comments .wp-review-usercomment-rating li {
  display: block;
  margin-bottom: 15px;
}
.wp-review-usercomment-rating .review-star, #comments .wp-review-usercomment-rating .review-star {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
}

.wp-review-comment-rating-star {
  display: inline-block;
}

form.wp-review-comment-form input, #commentform.wp-review-comment-form input, #commentform.wp-review-comment-form select {
  width: 100%;
  max-width: 100%;
  height: 44px;
  font-size: 16px;
  padding-left: 2.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rtl form.wp-review-comment-form input, .rtl #commentform.wp-review-comment-form input {
  padding-left: auto;
  padding-right: 2.5%;
}

form.wp-review-comment-form textarea, #commentform.wp-review-comment-form textarea {
  width: 100%;
  background: rgba(0, 0, 0, 0.035);
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.31);
  max-width: 100%;
  font-size: 16px;
  padding-left: 2.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rtl form.wp-review-comment-form textarea, .rtl #commentform.wp-review-comment-form textarea {
  padding-left: auto;
  padding-right: 2.5%;
}

form.wp-review-comment-form > div, #commentform.wp-review-comment-form > div {
  width: 100%;
  margin-bottom: 10px;
  float: left;
}

.rtl form.wp-review-comment-form > div, .rtl #commentform.wp-review-comment-form > div {
  float: right;
}

/**
 * Show on thumbnails
 */
.wp-review-thumbnail-wrapper {
  position: relative;
}

.wp-review-on-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 2px 4px;
}

.wp-review-on-thumbnail.review-type-star .review-total-star {
  margin: 0;
}

.review-type-circle.latestPost-review-wrapper, .review-type-circle.wp-review-on-thumbnail {
  height: 44px;
}

.latestPost-review-wrapper .wp-review-circle-rating, .wp-review-on-thumbnail .wp-review-circle-rating {
  font-size: 11px !important;
}

.review-type-circle.review-total-only, .review-type-circle.wp-review-show-total {
  padding-top: 6px;
  height: 32px;
}

.latestPost-review-wrapper {
  padding: 2px 8px;
  background: #444;
  color: #fff;
}

.review-type-star.latestPost-review-wrapper .review-result-wrapper {
  color: #fff !important;
}
.review-type-star.latestPost-review-wrapper .review-result-wrapper i, .review-type-star.latestPost-review-wrapper .review-result-wrapper img.wp-review-image {
  opacity: 0.6;
}
.review-type-star.latestPost-review-wrapper .review-result-wrapper .review-result {
  color: #fff !important;
}
.review-type-star.latestPost-review-wrapper .review-result-wrapper .review-result i, .review-type-star.latestPost-review-wrapper .review-result-wrapper .review-result img.wp-review-image {
  opacity: 1;
}

.widget .wp-review-show-total .review-star, .widget .wp-review-user-rating .review-star {
  position: relative;
  top: auto;
  right: auto;
}

/*
 * Spin Animation For Loader
 */
.animate-spin {
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  display: inline-block;
}

@-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);
  }
}
/*-----------------------------------------------------*/
/* Responsvie
/*-----------------------------------------------------*/
@media screen and (max-width: 600px) {
  #review.review-wrapper .user-review-area .review-percentage, #review.review-wrapper .user-review-area .review-point {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .user-review-area .user-total-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .review-total-wrapper {
    text-align: right;
  }

  .user-review-area .user-total-wrapper {
    max-width: 60%;
    line-height: 1.2;
  }

  .user-review-area .user-total-wrapper .user-review-title {
    margin-top: 0 !important;
  }

  .review-price {
    float: none;
  }

  .review-wrapper .review-title {
    font-size: 16px;
  }

  .review-total-wrapper span.review-total-box {
    padding: 10px 0 20px;
    text-align: right;
    padding-left: 10px;
  }

  .reviewed-item-image {
    max-width: 100%;
    width: 100%;
    margin: 0 0 10px 0;
    float: left;
  }

  .rtl .review-total-wrapper span.review-total-box {
    padding: 10px 0 20px;
    text-align: right;
    padding-left: 0;
    padding-right: 10px;
  }

  .review-total-star.allowed-to-rate {
    position: relative;
    right: auto;
    left: 0;
    float: left;
  }

  .rtl .review-total-star.allowed-to-rate {
    right: 0;
    left: auto;
    float: right;
  }

  .review-pros-cons .review-pros, .review-pros-cons .review-cons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .review-pros-cons .review-pros p:last-child, .review-pros-cons .review-cons p:last-child {
    margin-bottom: 0;
  }

  .review-pros-cons .review-pros {
    padding-bottom: 20px;
  }
}
.rtl .review-total-box {
  unicode-bidi: -moz-isolate-override;
  unicode-bidi: isolate-override;
}

.rtl .wp-review-user-rating-total {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate;
}

.rtl .wp-review-user-rating-total + small {
  unicode-bidi: -moz-plaintext;
  unicode-bidi: plaintext;
}

.rtl .review-links li a {
  margin: 0 0 0 10px;
}

/*---------------------------
 *       Reviews list
 *--------------------------*/
.wp-reviews-list {
  position: relative;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  /* Loading... */
}
.wp-reviews-list * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wp-reviews-list ul {
  list-style-type: none;
}
.wp-reviews-list .item {
  padding: 10px 15px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 0;
  position: relative;
  list-style-type: none;
  margin: 0;
}
.wp-reviews-list .item:last-child {
  border: none;
}
.wp-reviews-list img {
  max-width: 100%;
  height: auto;
}
.wp-reviews-list a {
  color: #444;
}
.wp-reviews-list .thumb_small {
  float: left;
  margin-right: 12px;
  padding-top: 2px;
  width: 65px;
  height: 65px;
  overflow: hidden;
}
.wp-reviews-list .thumb_large {
  float: none;
  max-width: 100%;
  display: inline-block;
  margin-bottom: 4px;
  position: relative;
}
.wp-reviews-list .entry-title {
  font-weight: 700;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.wp-reviews-list .entry-title span {
  font-weight: normal;
}
.wp-reviews-list .entry-title a {
  display: block;
}
.wp-reviews-list .postmeta {
  color: #999;
  font-size: 13px;
  margin-top: 5px;
  font-weight: normal;
  float: right;
}
.wp-reviews-list .review-count {
  float: left;
}
.wp-reviews-list .review-total-only {
  display: inline-block;
  font-weight: normal;
  background: #eee;
}
.wp-reviews-list .wp-post-image {
  margin: 0 !important;
}
.wp-reviews-list .loading {
  min-height: 120px;
}
.wp-reviews-list .loading:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 11;
}
.wp-reviews-list .loading:after {
  content: "";
  margin: 0 auto 3em auto;
  font-size: 10px;
  position: absolute;
  top: 45%;
  left: 49%;
  z-index: 12;
  text-indent: -9999em;
  border-top: 0.4em solid rgba(0, 0, 0, 0.2);
  border-right: 0.4em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.4em solid rgba(0, 0, 0, 0.2);
  border-left: 0.4em solid #000;
  -webkit-animation: load8 0.5s infinite linear;
  animation: load8 0.5s infinite linear;
  border-radius: 50%;
  width: 2em;
  height: 2em;
}
.wp-reviews-list .reviews-pagination {
  padding-bottom: 15px;
}
.wp-reviews-list .reviews-pagination a {
  margin: 0 15px;
}
.wp-reviews-list .reviews-pagination .next {
  float: right;
}

[data-ui-tabs] .ui-tabs-nav {
  list-style: none;
  padding: 0 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 10px 0;
}
[data-ui-tabs] .ui-tabs-nav li {
  float: left;
  margin: 0;
  list-style-type: none;
}
[data-ui-tabs] .ui-tabs-nav a {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 15px;
  background-color: rgba(0, 0, 0, 0.15);
  outline: 0;
  float: left;
  border: 0;
  color: inherit;
}
[data-ui-tabs] .ui-tabs-nav .ui-state-active a {
  background-color: rgba(255, 255, 255, 0.45);
}

[data-wp-review-tabs] .tab-titles {
  list-style: none;
  padding: 0 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 10px 0;
}
[data-wp-review-tabs] .tab-title {
  float: left;
  margin: 0;
  list-style-type: none;
}
[data-wp-review-tabs] .tab-title button {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 15px;
  background-color: rgba(0, 0, 0, 0.15);
  outline: 0;
  float: left;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
}
[data-wp-review-tabs] .tab-title.active a {
  background-color: rgba(255, 255, 255, 0.45);
}

.wp_review_tab_widget_content {
  position: relative;
  border: 1px solid #E4E4E4;
}

.wp_review_tab_widget_content img {
  max-width: 100%;
  height: auto;
}

.wp_review_tab_widget_content a {
  color: #444;
}

.wp_review_tab_widget_content ul.wp-review-tabs li {
  list-style: none;
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
}

.wp_review_tab_widget_content ul.has-1-tabs li {
  width: 100%;
  float: none;
  margin: 0 auto;
}

.wp_review_tab_widget_content ul.has-3-tabs li {
  width: 33.33%;
}

.wp_review_tab_widget_content ul.has-4-tabs li {
  width: 50%;
}

.wp_review_tab_widget_content .tab_title a {
  display: block;
  background: #f0f0f0;
  border-left: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  padding: 2px 0 4px;
  line-height: 2.4;
  text-decoration: none;
  position: relative;
  font-weight: bold;
}

.wp_review_tab_widget_content .tab_title:first-child a {
  margin-left: 0;
  border-left: 0;
}

.wp_review_tab_widget_content .tab_title.selected a {
  background: #fff;
  border-bottom: 1px solid #fff;
}

.wp_review_tab_widget_content .inside {
  background: #fff;
}

.wp_review_tab_widget_content .tab-content li, .widget .wp_review_tab_widget_content .tab-content li {
  list-style-type: none;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 15px 15px;
  border-bottom: 1px solid #E4E4E4;
  text-align: left;
  color: #444;
  background: none;
  position: relative;
}

.wp_review_tab_widget_content .tab-content li:last-child {
  border: none;
  margin-bottom: 0;
}

.wp_review_tab_thumb_small {
  float: left;
  margin-right: 12px;
  padding-top: 4px;
  width: 65px;
  height: 65px;
  overflow: hidden;
}

.wp_review_tab_thumb_large {
  float: none;
  max-width: 100%;
  display: inline-block;
  margin-bottom: 4px;
  position: relative;
}

.wp_review_tab_widget_content .entry-title {
  font-size: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.wp_review_tab_widget_content .entry-title span {
  color: #999;
}

.wp_review_tab_widget_content .wp-review-tab-postmeta {
  color: #999;
  font-size: 13px;
  float: right;
  margin-top: 5px;
}

.wp_review_tab_widget_content .wp-post-image {
  margin: 0 !important;
}

/* Pagination */
.wp_review_tab_widget_content .wp-review-tab-pagination {
  margin: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 15px;
  float: left;
}

.wp_review_tab_widget_content .wp-review-tab-pagination a {
  margin: 0 15px;
}

.wp-review-tab-pagination a.next {
  float: right;
}

/* Loading... */
.wp-review-tab-loading {
  min-height: 120px;
}

.wp-review-tab-loading:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 11;
}

.clear {
  clear: both;
}

.wp-review-tab-loading:after {
  content: "";
  margin: 0 auto 3em auto;
  font-size: 10px;
  position: absolute;
  top: 45%;
  left: 49%;
  z-index: 12;
  text-indent: -9999em;
  border-top: 0.4em solid rgba(0, 0, 0, 0.2);
  border-right: 0.4em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.4em solid rgba(0, 0, 0, 0.2);
  border-left: 0.4em solid #000;
  -webkit-animation: load8 0.5s infinite linear;
  animation: load8 0.5s infinite linear;
  border-radius: 50%;
  width: 2em;
  height: 2em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Rating... */
.review-total-only.small-thumb {
  font-size: 13px;
  font-weight: bold;
  padding: 1px 0;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 3px;
}

.review-total-only.large-thumb {
  position: absolute;
  top: 10px;
  right: 15px;
  border-radius: 0;
}

.wp_review_tab_widget_content .has-4-tabs .tab_title.selected a {
  border-bottom: 1px solid #E4E4E4;
}

.wp_review_tab_widget_content .has-4-tabs .tab_title:nth-child(3) a {
  border-left: 0;
}

.title-right {
  overflow: hidden;
}

/* WooCommerce */
.wp-review-product-rating {
  margin-bottom: 10px;
}

.wp-review-comment-form-photo {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  clear: both;
  margin-right: 0;
  margin-left: 0;
}

.wp-review-comment-form-photo p {
  margin-bottom: 0;
}

.wp-review-comment-form-photo {
  position: relative;
}

.wp-review-comment-form-photo a {
  position: absolute;
  top: 0;
  right: 0;
}

.wp-review-comment-form-photo #wp_review_comment_attachment_url {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.wp-review-comment-form-photo input {
  margin-top: 8px;
}

.wp-review-comment-form-photo input.input-file {
  padding-left: 0;
}

.wp-review-comment-form-photo .hide {
  display: none;
}

#comments .wp-review-usercomment-image {
  display: block;
  float: left;
  width: 100%;
}

.wp_review_comments_template #comments .is_verified {
  color: #b75c21;
  font-weight: bold;
}

#commentform.wp-review-comment-form .comment-form-cookies-consent input {
  width: auto;
  height: auto;
}

#commentform.wp-review-comment-form .comment-form-cookies-consent label {
  margin-left: 8px;
}

body.rtl .review-wrapper .review-star .wpr-count {
  margin-left: 0;
  margin-right: 3px;
}
body.rtl .review-wrapper .review-total-wrapper span.review-total-box {
  text-align: left;
}
body.rtl .review-wrapper .review-pros-cons .review-pros {
  padding-right: 0;
  padding-left: 10px;
}
body.rtl .review-wrapper .review-pros-cons .review-cons {
  padding-left: 0;
  padding-right: 10px;
}
body.rtl .review-wrapper .user-review-area .wp-review-user-rating-star {
  float: left;
}
body.rtl .wp-review-comment-form-photo a {
  right: auto;
  left: 0;
}
body.rtl .review-pros-cons .review-pros {
  padding-right: 0;
  padding-left: 10px;
}
body.rtl .review-pros-cons .review-cons {
  padding-right: 10px;
  padding-left: 0;
}
body.rtl #comments .wp-review-usercomment-image img {
  float: right !important;
}
body.rtl .wpr-businesses .business-data {
  padding-right: 10px;
  padding-left: 5px;
}
body.rtl .wp-reviews-list .thumb_small {
  float: right;
  margin-right: 0;
  margin-left: 12px;
}
body.rtl .wp-reviews-list .review-count {
  float: right;
}
body.rtl .wp-reviews-list .postmeta {
  float: left;
}
body.rtl .wp-reviews-list .reviews-pagination .next {
  float: left;
}
body.rtl .review-total-only.large-thumb {
  right: auto;
  left: 15px;
}
body.rtl .wpr-place-reviews .review-image {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

/**
 * Font icon
 */
@font-face {
  font-family: "font-icons";
  src: url("../fonts/font-icons.eot");
  src: url("../fonts/font-icons.eot") format("embedded-opentype"), url("../fonts/font-icons.woff") format("woff"), url("../fonts/font-icons.ttf") format("truetype"), url("../fonts/font-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=mts-icon-]:before, [class*=" mts-icon-"]:before {
  font-family: "font-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}

[class*=mts-icon-loader]:before {
  font-family: "font-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}

.mts-icon-star:before {
  content: "";
}

.mts-icon-loader:before {
  content: "";
}@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file.

******************************************************************/
/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('assets/fonts/font-name.eot');
    	src: url('assets/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('assets/fonts/font-name.woff') format('woff'),
             url('assets/fonts/font-name.ttf') format('truetype'),
             url('assets/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*********************
CSS3 GRADIENTS.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/**
 * Foundation for Sites by ZURB
 * Version 6.1.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

.slide-in-down.mui-enter {
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

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

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

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

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
    font-size: 24px; 
    margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #4A4A4A;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

select {
  width: 100%;
  border-radius: 3px; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1; }

.row {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }

.column, .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #202020;
    line-height: 0; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 24px; }
  h2 {
    font-size: 2rem; }
  h3 {
    font-size: 1.125rem; }
  h4 {
    font-size: 16px; }
  h5 {
    font-size: 0.875rem; }
  h6 {
    font-size: 0.75rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 80rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #202020;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #202020; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #9B9B9B; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #9B9B9B; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #9B9B9B;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #9B9BA7;
  border: 1px solid #202020;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #9B9BA7;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #9B9B9B; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0.35em 1em;
  margin: 0 0 1rem 0;
  font-size: 14.4px;
  background-color: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fff; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #ffffff transparent transparent;
    border-top-style: solid;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #9B9BA7;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 3px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #9B9BA7;
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 0 5px #202020;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #9B9BA7;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

label > [type='checkbox'],
label > [type='label'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 3px 0 0 3px; }
  .input-group > :last-child > * {
    border-radius: 0 3px 3px 0; }

.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #9B9BA7;
  color: #0a0a0a;
  border: 1px solid #9B9BA7; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem; }

.fieldset {
  border: 1px solid #9B9BA7;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #ffffff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #9B9BA7;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right 0.5rem center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #9B9BA7;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

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

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

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

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #9B9BA7;
  border-radius: 3px;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border-bottom: 1px solid #9B9BA7; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #9B9BA7; }
  :last-child > .accordion-title {
    border-bottom-width: 0; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #9B9BA7;
  background-color: #ffffff; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #ffffff; }
  .badge.secondary {
    background: #777;
    color: #ffffff; }
  .badge.success {
    background: #3adb76;
    color: #ffffff; }
  .badge.alert {
    background: #ec5840;
    color: #ffffff; }
  .badge.warning {
    background: #ffae00;
    color: #ffffff; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #202020;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #2199e8; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #202020; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    float: left;
    margin: 0;
    font-size: inherit; }
    .button-group .button:not(:last-child) {
      border-right: 1px solid #ffffff; }
  .button-group.tiny {
    font-size: 0.6rem; }
  .button-group.small {
    font-size: 0.75rem; }
  .button-group.large {
    font-size: 1.25rem; }
  .button-group.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button {
      display: table-cell;
      float: none; }
  .button-group.primary .button {
    background-color: #2199e8;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button {
    width: 100%; }
    .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child) {
      border-right: 1px solid; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        border-right: 1px solid #ffffff; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 3px;
  position: relative;
  color: #9B9B9B;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #9B9B9B;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #ffffff;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  float: left;
  margin-right: 0.75rem;
  margin-left: 0.6rem;
  margin-top: 14px; }

.dropdown-pane {
  background-color: #ffffff;
  border: 1px solid #202020;
  display: block;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
  border-radius: 3px; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu .is-dropdown-submenu-parent {
  position: relative; }
  .dropdown.menu .is-dropdown-submenu-parent a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-left-arrow.opens-inner .submenu {
    right: 0;
    left: auto; }
  .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow.opens-inner .submenu {
    left: 0;
    right: auto; }
  .dropdown.menu .is-dropdown-submenu-parent.opens-inner .submenu {
    top: 100%; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #202020;
  border: 1px solid #202020;
  margin-top: -1px; }
  .dropdown.menu .submenu > li {
    width: 100%; }
  .dropdown.menu .submenu.first-sub {
    top: 100%;
    left: 0;
    right: auto; }
  .dropdown.menu .submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .dropdown.menu .submenu, .dropdown.menu .submenu.js-dropdown-active {
    display: block; }

.dropdown.menu .is-dropdown-submenu-parent.opens-left .submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.align-right .submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }
  .is-dropdown-menu.vertical > li .submenu {
    top: 0;
    left: 100%; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 3px;
  background: #2199e8;
  color: #ffffff; }
  .label.secondary {
    background: #777;
    color: #ffffff; }
  .label.success {
    background: #3adb76;
    color: #ffffff; }
  .label.alert {
    background: #ec5840;
    color: #ffffff; }
  .label.warning {
    background: #ffae00;
    color: #ffffff; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      display: block;
      padding: 0;
      padding-bottom: 1rem; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not( + .media-object-section:first-child) {
    padding-left: 1rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li:not(.menu-text) > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a > img,
  .menu > li > a > i {
    vertical-align: middle; }
  .menu > li > a > span {
    vertical-align: middle; }
  .menu > li > a > img,
  .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple a {
    padding: 0;
    margin-right: 1rem; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a > img,
    .menu.icon-top > li > a > i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.no-js [data-responsive-menu] ul {
  display: none; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #ffffff;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }
  .is-off-canvas-open .js-off-canvas-exit {
    display: block; }

.off-canvas {
  position: absolute;
  background: #9B9BA7;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #ffffff;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #202020;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #9B9B9B; }
    .orbit-bullets button.is-active {
      background-color: #9B9B9B; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    display: none;
    border-radius: 3px; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 3px; }
    .pagination a:hover,
    .pagination button:hover {
      background: #9B9BA7; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: #ffffff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #202020;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '…';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '«';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '»';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #202020;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px; }
  .progress.primary .progress-meter {
    background-color: #2199e8; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8;
  border-radius: 3px; }
  .progress-meter .progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #ffffff;
    white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #9B9BA7;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #202020;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  border-radius: 3px; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #1583cc; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #202020;
  margin: 100px auto 0;
  background-color: #ffffff;
  border-radius: 3px;
  position: absolute;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 80rem; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 80rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 80rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 80rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #202020;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 3px;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #ffffff;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 3px; }
  input:checked ~ .switch-paddle {
    background: #2199e8; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem; }

table {
  margin-bottom: 1rem;
  border-radius: 3px; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #ffffff; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead,
  tfoot {
    background: #f9f9f9;
    color: #9B9B9B; }
    thead tr,
    tfoot tr {
      background: transparent; }
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  tbody tr:nth-child(even) {
    background-color: #f2f2f2; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #fafafa; }

table.hover tr:nth-of-type(even):hover {
  background-color: #ededed; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #9B9BA7; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #2199e8; }
  .tabs.primary > li > a {
    color: #ffffff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #2199e8; }
    .tabs-title > a:hover {
      background: #ffffff; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #9B9BA7; }

.tabs-content {
  background: #ffffff;
  transition: all 0.5s ease;
  border: 1px solid #9B9BA7;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #9B9BA7;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #ffffff;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 3px;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #ffffff;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff; }
  .menu-icon:hover::after {
    background: #202020;
    box-shadow: 0 7px 0 #202020, 0 14px 0 #202020; }

.has-tip {
  border-bottom: dotted 1px #9B9B9B;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #ffffff;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 3px; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #ffffff; }
  .top-bar a {
    color: #2199e8; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }
  .top-bar input.button {
    width: auto; }

@media screen and (max-width: 39.9375em) {
  .stacked-for-small .top-bar-right {
    width: 100%; }
  .stacked-for-small .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 63.9375em) {
  .stacked-for-medium .top-bar-right {
    width: 100%; }
  .stacked-for-medium .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 74.9375em) {
  .stacked-for-large .top-bar-right {
    width: 100%; }
  .stacked-for-large .top-bar-left {
    width: 100%; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .top-bar-right {
    width: 100%; }
  .top-bar-left {
    width: 100%; } }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

/************************************************

Stylesheet: Main Stylesheet

*************************************************/

/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

h1, .h1, h2, .h2, p {
  color: #4A4A4A; }

h1, .h1, h2, .h2, h3, .h3 {
  font-weight: bold; }

h1, .h1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

h2, .h2 {
  font-size: 24px;
  margin: 1.5625rem 0; }

h3, .h3 {
  font-size: 21px; }
  h3 a, .h3 a {
    color: #4A4A4A; }

h5, .h5 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8125rem; }

p {
  font-size: 15px;
  line-height: 1.5; }

header h2 {
  margin-top: 0;
  margin-bottom: 1.875rem;
  font-size: 2.5rem;
  font-weight: bold; }

header span.byline {
  margin-bottom: 1.5rem;
  display: block; }

.single h1 {
  margin-bottom: 0; }

.button {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
/*  text-transform: uppercase;*/
  padding: 0.75rem 0.5625rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.vh-pagination .prev, .vh-pagination .next {
  background: #2199e8;
  text-transform: uppercase;
  color: white;
  min-width: 130px;
  padding: 0.625rem 1.5625rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

/*********************
HEADER STYLES
*********************/
.header {
  min-height: 4.8125rem;
  box-shadow: 0 2px 0 0 rgba(112, 112, 112, 0.09);
  -webkit-box-shadow: 0 2px 0 0 rgba(112, 112, 112, 0.09);
  -moz-box-shadow: 0 2px 0 0 rgba(112, 112, 112, 0.09); }
  .header ul.off-canvas-list li {
    list-style: none; }

.relative {
  position: relative; }

.show {
  display: inline-block !important; }

/*********************
NAVIGATION STYLES
*********************/
.top-strip {
  background: #0a0a0a; }
  .top-strip .top-bar {
    background: #0a0a0a;
    padding: 0.625rem 0; }
    .top-strip .top-bar .top-bar-left ul {
      margin-top: 0.1875rem; }
      .top-strip .top-bar .top-bar-left ul li {
        font-size: 0.875rem; }
        .top-strip .top-bar .top-bar-left ul li a {
          padding: 0 0 0 0.625rem; }
        .top-strip .top-bar .top-bar-left ul li:first-child a {
          padding: 0; }
    .top-strip .top-bar .title-area {
      z-index: 1; }
    .top-strip .top-bar ul {
      background: none; }
      .top-strip .top-bar ul li {
        font-size: 0.8125rem; }
        .top-strip .top-bar ul li a {
          color: #9B9B9B;
          padding: 0 0 0 0.3125rem; }

.social-icons {
  margin: 0;
  line-height: 0.75rem; }
  .social-icons li {
    list-style-type: none;
    display: inline-block; }
    .social-icons li a {
      font-size: 19px;
      color: #9B9B9B; }

.logo {
  margin: 1.625rem 0 0 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 0.9375rem;
  text-transform: uppercase;
  font-weight: bold; }
  .logo a {
    color: #0a0a0a;
    line-height: 1rem; }

.site-description {
  margin: 0;
  font-size: 0.8125rem;
  color: #9B9BA7;
  font-weight: 400; }

.logo-wrapper .heading-logo {
  padding: 0;
  display: block; }

.logo-wrapper .logo-image {
  margin-top: 1.5625rem; }

.logo-wrapper .logo-icon {
  width: 3.125rem;
  float: left;
  margin-top: 1.25rem;
  margin-right: 0.9375rem; }

.top-bar#top-bar-menu {
  position: relative;
  padding: 0; }
  .top-bar#top-bar-menu .row .top-bar-left {
    width: 30%; }
  .top-bar#top-bar-menu .menu {
    margin: 0;
    float: right;
    margin-right: 0; }
    .top-bar#top-bar-menu .menu li {
      height: 2.5rem;
      border-top: 2px solid white; }
      .top-bar#top-bar-menu .menu li:hover {
        border-top: 2px solid #2199e8; }
        .top-bar#top-bar-menu .menu li:hover a {
          color: #2199e8; }
      .top-bar#top-bar-menu .menu li a {
        font-size: 0.9375rem;
        padding: 2rem 1rem;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        color: #0a0a0a;
        font-weight: 500; }
        .top-bar#top-bar-menu .menu li a.button a {
          padding: 0;
          color: #ffffff; }
      .top-bar#top-bar-menu .menu li.cta:hover {
        border-top: 2px solid white; }
      .top-bar#top-bar-menu .menu li.cta a {
        margin: 1.25rem 0 1.25rem 1.25rem;
        padding: 0.625rem 1.5625rem;
        display: inline-block;
        background: #2199e8;
        font-size: 0.9375rem;
        text-transform: uppercase;
        color: white; }
    .top-bar#top-bar-menu .menu .submenu {
      padding: 0.625rem 1.5rem 0 1.5rem;
      background: #1F1F1F;
      z-index: 100;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
      .top-bar#top-bar-menu .menu .submenu > li {
        border-bottom: 1px solid #4A4A4A;
        border-top: 0; }
        .top-bar#top-bar-menu .menu .submenu > li a {
          padding: 0.625rem 0;
          color: white; }
          .top-bar#top-bar-menu .menu .submenu > li a:hover {
            color: #9B9BA7; }
        .top-bar#top-bar-menu .menu .submenu > li:last-child {
          border-bottom: none; }
        .top-bar#top-bar-menu .menu .submenu > li ul {
          z-index: 150; }
        .top-bar#top-bar-menu .menu .submenu > li.is-right-arrow > a:after {
          position: absolute;
          top: 50%;
          margin-top: -7px;
          right: 1rem;
          display: block;
          width: 0;
          height: 0;
          border: inset 5px;
          content: '';
          border-right-width: 0;
          border-left-style: solid;
          border-color: transparent transparent transparent #fff;
          opacity: 0.7; }

.menu-mobile {
  float: right;
  padding: 0.75rem 1.875rem;
  margin: 0.8125rem 0 0 0;
  border: 1px solid #D8D8D8;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #2199e8; }

.accordion-menu {
  width: 100%;
  clear: both; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 4.75rem 0; }

#content .taxonomy-description {
  margin-bottom: 2rem; }

.article {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #F5F5F5; }
  .article p {
    margin-bottom: 0; }

.single-title,
.page-title {
  font-family: "Open Sans", sans-serif;
  color: #4A4A4A;
  font-size: 40px; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.page #content #main h1 {
  margin-bottom: 3rem; }

.byline, .tags {
  color: #9B9BA7;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 0.625rem;
  font-size: 0.875rem; }
  .byline .tags-title, .tags .tags-title {
    color: #9B9BA7; }
  .byline a, .tags a {
    color: #9B9BA7;
    margin-right: 0.25rem; }
    .byline a:hover, .tags a:hover {
      color: #2199e8; }

#main {
  padding-right: 2.5rem; }

.entry-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.post-categories {
  margin-left: 0;
  margin-right: 0.1875rem;
  margin-bottom: 0;
  list-style-type: none; }
  .post-categories li a {
    font-size: 0.75rem;
    list-style-type: none;
    font-family: "Open Sans", sans-serif; }

.post-details {
  width: 100%;
  margin-bottom: 0;
  color: #9B9BA7; }
  .post-details a {
    color: #9B9BA7; }
  .post-details .post-categories {
    float: left; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0.35em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #1583cc;
    color: #fff; }

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

.pagination {
  text-align: center;
  clear: both; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 1px solid #9B9BA7;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

.row.collapse .sidebar-wrapper-casino {
  padding-left: 2.5rem; }

.sidebar-wrapper {
  margin-top: 0; }
  .sidebar-wrapper div:first-child {
    margin-top: 0; }

.game-post {
  margin-top: 7.375rem; }

.widget {
  margin: 0 0 1.25rem 0;
  clear: both; }
  .widget ul {
    margin: 0;
    font-size: 0.875rem; }
    .widget ul li {
      list-style: none;
      color: #9B9BA7;
      line-height: 1.8125rem;
      border-bottom: 1px solid #F5F5F5;
      padding: 0.3125rem 0; }
      .widget ul li a {
        color: #0a0a0a; }
        .widget ul li a:hover {
          color: #2199e8; }
  .widget .textwidget {
    color: #4A4A4A; }

.homepage-widget {
  padding-left: 0; }
  .homepage-widget .widget {
    padding-left: 0;
    list-style-type: none; }
    .homepage-widget .widget ul li:before {
      font-family: "Material Design Icons";
      font-size: 1.0625rem;
      content: '\f238';
      margin-top: 0.0625rem;
      margin-right: 0.5rem; }
    .homepage-widget .widget ul li a {
      color: #9B9BA7;
      transition: padding-left 0.125s ease-in-out; }
      .homepage-widget .widget ul li a:hover {
        padding-left: 5px;
        color: #0a0a0a; }

.game-post-banner {
  width: 100%;
  height: 11.25rem;
  position: relative;
  background: #0a0a0a;
  overflow: hidden; }
  .game-post-banner .image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    z-index: 1;
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px); }
  .game-post-banner h1, .game-post-banner h2 {
    text-align: center;
    display: inline-block;
    margin: 3.125rem auto 0 auto;
    width: 100%;
    color: #ffffff;
    font-weight: bold;
    font-size: 4rem;
    position: relative;
    z-index: 2; }

/*********************
FOOTER STYLES
*********************/
.footer {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  clear: both;
  margin-top: 3.75rem;
  background: #202020;
  font-size: 0.9375rem; }
  .footer .columns:first-child {
    padding-left: 0; }
  .footer .columns:last-child {
    padding-right: 0; }
  .footer .widget {
    margin-bottom: 1.875rem; }
    .footer .widget h2 {
      padding-top: 1.25rem;
      text-transform: uppercase;
      margin-bottom: 1.75rem;
      font-size: 0.875rem;
      color: #9B9BA7; }
    .footer .widget .textwidget {
      line-height: 1.5rem; }
    .footer .widget ul li {
      border-bottom: 1px solid #4A4A4A;
      padding-top: 0.3125rem;
      padding-bottom: 0.3125rem;
      font-size: 15px; }
      .footer .widget ul li:last-child {
        border-bottom: 0; }
      .footer .widget ul li a {
        color: #ffffff; }
  .footer .footer-strip {
    background: #0a0a0a;
    padding: 1.625rem 0 1.5rem 0; }
    .footer .footer-strip .logo-footer {
      color: #ffffff;
      float: left;
      margin-top: 0.375rem;
      margin-right: 2.5rem;
      line-height: 0.9375rem;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-size: 22px;
      text-transform: uppercase; }
      .footer .footer-strip .logo-footer span {
        margin: 0.125rem 0 0 0;
        font-size: 13px;
        color: #9B9BA7;
        width: 100%;
        font-weight: normal;
        display: inline-block;
        text-transform: capitalize; }
    .footer .footer-strip p {
      margin: 0; }
    .footer .footer-strip .copyright {
      float: right; }
    .footer .footer-strip .social-icons {
      float: right;
      margin-top: 0.625rem; }
    .footer .footer-strip ul.menu {
      float: left; }
      .footer .footer-strip ul.menu li a {
        color: #9B9BA7;
        font-size: 15px;
     }


/*********************
FOUNDATION STYLES
*********************/
/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

.off-canvas-content {
  position: relative; }

.top-strip {
  position: relative;
  z-index: 100; }

.top-bar ul li a, .footer ul li a {
  text-transform: none; }

.games-menu {
  position: absolute;
  right: 2.8125rem;
  top: 2.125rem;
  color: #0a0a0a;
  display: block;
  height: 1.5625rem;
  width: 1.5625rem; }
  .games-menu:before {
    font-size: 1.5625rem; }

.game-overlay {
  background: #0a0a0a;
  position: absolute;
  display: none;
  top: 7.1875rem;
  padding: 3.75rem;
  z-index: 1000; }
  .game-overlay h2 {
    color: white;
    margin: 0 0 1.25rem 0.625rem; }
  .game-overlay .vh-row-sm .vh-item {
    width: 20% !important; }
  .game-overlay .vh-filter, .game-overlay .vh-pagination {
    display: none; }

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  height: 2px;
  width: 25px;
  background: #9B9BA7;
  position: absolute;
  display: block;
  content: '';
  transition: all 500ms ease-in-out; }

#nav-toggle span:before {
  top: 7px; }

#nav-toggle span:after {
  bottom: -14px; }

#nav-toggle:hover span {
  background: #0a0a0a; }
  #nav-toggle:hover span:before, #nav-toggle:hover span:after {
    background: #0a0a0a; }

.large-banner {
  width: 100%;
  min-height: 450px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .large-banner .banner-overlay-box {
    position: absolute;
    left: 8%;
    top: 146px;
    width: 50%; }
    .large-banner .banner-overlay-box h2, .large-banner .banner-overlay-box h3 {
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      text-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
      -webkit-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
      -moz-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.6); }
    .large-banner .banner-overlay-box h2 {
      font-size: 66px;
      line-height: 30px;
      font-weight: bold; }
    .large-banner .banner-overlay-box h3 {
      font-size: 36px;
      text-transform: uppercase;
      font-weight: normal;
      margin: 0;
      line-height: 36px; }
    .large-banner .banner-overlay-box .button {
      margin-top: 1.25rem;
      background: white;
      color: #FF5A62; }

.button.slider {
  background: white;
  color: #FF5A62;
  height: auto;
  margin: 0; }

.category-label ul li {
  display: block;
  float: left; }
  .category-label ul li a {
    background: #FF5A62;
    color: #ffffff;
    padding: 0.3125rem 0.5rem 0.375rem 0.5rem;
    margin-right: 0.375rem;
    text-transform: uppercase; }

.divider {
  border-left: 1px solid #F5F5F5;
  padding-left: 2.5rem; }

.post-banner {
  position: relative;
  width: 100%;
  height: 22.5rem;
  margin-bottom: 1.875rem; }
  .post-banner img {
    max-width: 100%; }
  .post-banner .overlay {
    position: absolute;
    bottom: 0;
    padding: 1.875rem 2.5rem;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
    .post-banner .overlay h2 {
      display: inline-block;
      font-size: 1.5rem;
      margin-top: 1rem;
      margin-bottom: 0.5rem;
      width: 100%;
      font-weight: bold; }
      .post-banner .overlay h2 a {
        color: #ffffff; }
    .post-banner .overlay h5 {
      color: #ffffff;
      text-transform: uppercase; }

.list-post {
  margin-bottom: 1.875rem;
  display: block; }
  .list-post p {
    margin-bottom: 0.375rem;
    font-size: 14px; }
  .list-post h3 {
    display: block;
    color: red; }
  .list-post h4.byline {
    font-size: 0.75rem;
    font-weight: 400;
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }
    .list-post h4.byline a {
      color: #2199e8; }
    .list-post h4.byline.tags-list {
      float: right;
      margin: 4px 0 0 0; }
  .list-post img {
    padding-right: 1.25rem; }
  .list-post .read-more {
    text-transform: uppercase;
    color: #9B9BA7;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400; }
    .list-post .read-more:hover {
      color: #2199e8; }

.vh-casino-providers {
  margin-top: 1.875rem;
  text-transform: uppercase;
  color: #0a0a0a;
  font-size: 0.875rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); }
  .vh-casino-providers thead {
    border-bottom: 0; }
    .vh-casino-providers thead tr th {
      padding: 0.9375rem 0 0.9375rem 0.625rem;
      background-color: #FF5A62;
      color: #ffffff;
      font-weight: 500;
      border-bottom: 0; }
      .vh-casino-providers thead tr th:first-child {
        padding-left: 1.625rem; }
      .vh-casino-providers thead tr th:last-child {
        padding: 1.25rem;
        text-align: center; }
  .vh-casino-providers tbody tr {
    border-bottom: 0; }
    .vh-casino-providers tbody tr:nth-child(even) {
      background: #f2f2f2; }
    .vh-casino-providers tbody tr td.vh-casino a img {
      width: auto; }
    .vh-casino-providers tbody tr td.vh-cta-buttons {
      padding: 0.625rem 1.25rem; }
      .vh-casino-providers tbody tr td.vh-cta-buttons a {
        color: #FF5A62; }
        .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow {
          border: 1px solid #FF5A62;
          background: none;
          color: #FF5A62 !important;
          font-size: 0.875rem;
          display: inline-block;
          width: 100%;
          padding: 0.625rem 1.25rem;
          margin: 0.25rem 0 0 0; }
          .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow:hover {
            background: #FF5A62;
            color: #ffffff !important; }
    .vh-casino-providers tbody tr td.vh-bonus {
      font-weight: 500;
      font-family: "Open Sans", Helvetica, Arial, sans-serif; }

.tablepress {
  margin-top: 1.875rem;
  text-transform: uppercase;
  color: #0a0a0a;
  font-size: 0.875rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); }
  .tablepress thead {
    border: 0; }
    .tablepress thead tr th {
      padding: 1.25rem 0 1.25rem 0.625rem;
      background-color: #FF5A62;
      color: #ffffff;
      font-weight: 500; }
      .tablepress thead tr th:first-child {
        padding-left: 1.625rem; }
      .tablepress thead tr th:last-child {
        padding: 1.25rem;
        text-align: center; }
  .tablepress tbody {
    border: 0; }
    .tablepress tbody tr td {
      padding: 1.25rem 1.25rem 1.25rem 0.625rem;
      vertical-align: middle;
      border: 0; }
      .tablepress tbody tr td a {
        color: #FF5A62; }
        .tablepress tbody tr td a.button {
          border: 1px solid #FF5A62;
          font-family: "Open Sans", Helvetica, Arial, sans-serif;
          text-transform: uppercase;
          padding: 0.75rem 1.5625rem;
          background: none;
          display: inline-block;
          box-shadow: 0;
          -webkit-box-shadow: 0;
          -moz-box-shadow: 0;
          width: 100%;
          margin: 0.25rem 0 0 0;
          white-space: nowrap; }
          .tablepress tbody tr td a.button:hover {
            background: #FF5A62;
            color: #ffffff; }
      .tablepress tbody tr td:first-child {
        padding-left: 1.625rem; }
      .tablepress tbody tr td img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        height: 2.8125rem;
        width: 2.8125rem;
        margin: 0; }

.bonus-table-sidebar {
  margin-bottom: 1.875rem; }
  .bonus-table-sidebar .large-cta {
    font-size: 1.3125rem;
    padding: 1.25rem 0;
    width: 100%;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative; }
    .bonus-table-sidebar .large-cta i {
      background-image: url("../images/dd.svg");
      background-repeat: no-repeat;
      width: 14px;
      height: 8px;
      position: absolute;
      top: 27px;
      right: 30px; }
      .bonus-table-sidebar .large-cta i.switch {
        transform: scaleY(-1);
        filter: FlipV;
        -ms-filter: "FlipV"; }
  .bonus-table-sidebar #mini-casino-table {
    display: none; }
  .bonus-table-sidebar thead {
    display: none; }
  .bonus-table-sidebar tbody tr .column-1, .bonus-table-sidebar tbody tr .column-3 {
    display: none; }
  .bonus-table-sidebar tbody tr .column-2 {
    padding: 0.625rem 0 0.625rem 1.25rem;
    font-size: 0.875rem; }
  .bonus-table-sidebar tbody tr .column-4 .button {
    font-size: 0.75rem;
    float: right;
    padding: 0.5rem 0.75rem;
    width: 100%;
    border-color: #2199e8;
    color: #2199e8;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; }
    .bonus-table-sidebar tbody tr .column-4 .button:hover {
      background: #2199e8;
      color: #ffffff;
      border-color: #2199e8; }

.rating {
  list-style-type: none;
  margin: 0; }
  .rating li {
    font-family: "Material Design Icons";
    display: inline-block;
    font-size: 1.3125rem;
    color: #0a0a0a; }
    .rating li.star:before {
      content: "\f5bc"; }
    .rating li:before {
      content: "\f5be"; }

.vh-filter {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0; }
  .vh-filter select {
    width: 35%;
    float: initial;
    padding: 10px; }
    .vh-filter select:hover {
      background-color: #F5F5F5;
      color: #9B9B9B; }

li.vh-games-widget-item {
  width: 50%;
  position: relative;
  padding: 0 0.625rem;
  border-radius: border-box;
  -webkit-border-radius: border-box;
  -moz-border-radius: border-box;
  margin: 0 0 0.9375rem 0;
  list-style-type: none;
  float: left; }
  li.vh-games-widget-item h3 {
    color: #0a0a0a;
    font-family: "Open Sans", sans-serif;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.125rem;
    height: 3.4375rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 0 1.25rem;
    white-space: pre-wrap;
    background: #F5F5F5;
    vertical-align: middle;
    text-transform: uppercase; }
  li.vh-games-widget-item img {
    width: 100%;
    padding: 0; }

.Widget_vh_recent_games {
  display: inline-block; }
  .Widget_vh_recent_games .vh-games-widget-item {
    padding: 0; }

#comment, .search-field {
  border-color: #bcbcbc #dadada #e5e5e5;
  border-width: 1px;
  border-style: solid;
  box-shadow: inset 0px 0px 0px 0px;
  -webkit-box-shadow: inset 0px 0px 0px 0px;
  -moz-box-shadow: inset 0px 0px 0px 0px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.no-image-radius {
  margin: 0 auto;
  display: block;
  height: 7rem;
  width: 7rem;
  background: #D8D8D8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }
  .no-image-radius.archive {
    height: auto;
    width: 93%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: #f2f2f2;
    padding: 10%;
    margin: 0; }
  .no-image-radius span {
    margin: 0;
    text-align: center;
    font-size: 58px;
    font-weight: bold;
    display: inherit;
    line-height: 112px;
    color: white;
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }

.casino-reviews-grid .card {
  background: #F5F5F5;
  margin-bottom: 1.875rem;
  display: block;
  min-height: 349px;
  position: relative; }
  .casino-reviews-grid .card .review-type-star {
    background: transparent;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 1rem; }
  .casino-reviews-grid .card div[class*="wp-review-"] .review-result-wrapper i {
    color: #000; }
  .casino-reviews-grid .card .vh-casino-title {
    padding: 2rem 1rem;
    text-align: center;
    color: #FF5A62;
    text-transform: uppercase;
    display: block;
    font-size: 0.875rem;
    max-height: 5.25rem;
    overflow: hidden; }
  .casino-reviews-grid .card .vh-casino-overlay {
    min-height: 112px; }
    .casino-reviews-grid .card .vh-casino-overlay img {
      margin: 0 auto;
      display: block;
      width: 7rem;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%; }
  .casino-reviews-grid .card .vh-bonus-text {
    padding: 2rem 0 0 0;
    text-align: center;
    color: #0a0a0a;
    text-transform: uppercase;
    font-size: 0.875rem; }
  .casino-reviews-grid .card .terms-link {
    display: block;
    text-align: center;
    font-size: 0.8125rem;
    margin-bottom: 0.3125rem; }
  .casino-reviews-grid .card .button {
    width: 100%;
    margin: 0;
    background: #D8D8D8;
    position: absolute;
    bottom: 0; }
  .casino-reviews-grid .card:hover {
    cursor: pointer;
    background: #ffffff;
    box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.16); }
    .casino-reviews-grid .card:hover .no-image-radius {
      background: #E7F1F8; }
      .casino-reviews-grid .card:hover .no-image-radius span {
        color: #ABBFCD; }
    .casino-reviews-grid .card:hover .button {
      background: #2199e8; }

.casino-reviews-grid .pagination {
  text-align: center;
  clear: both; }

.casino-reviews-grid .grid-casino-rating {
  min-height: 62px; }

.widget_search {
  margin-top: 1.875rem; }

.casino-thumb {
  padding: 2.125rem;
  background: #333; }
  .casino-thumb.row {
    margin-left: 0;
    margin-right: 0; }
    .casino-thumb.row .columns {
      padding-left: 0;
      padding-right: 0; }
      .casino-thumb.row .columns h3 a {
        color: white; }
        .casino-thumb.row .columns h3 a i {
          margin-left: 10px; }
          .casino-thumb.row .columns h3 a i img {
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            width: 14px;
            margin-top: -4px; }
  .casino-thumb img {
    margin-bottom: 0;
    width: 7rem;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px; }
  .casino-thumb h3, .casino-thumb h4 {
    margin-left: 2.5rem;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400; }
  .casino-thumb .terms-link-post {
    margin-left: 2.5rem; }
  .casino-thumb h3 {
    color: white;
    font-size: 1.3125rem;
    margin-top: 1.875rem;
    margin-bottom: 0; }
  .casino-thumb h4 {
    color: #D8D8D8;
    font-size: 1.125rem; }

div[class^="wp-review-"], div[class*="wp-review-"] {
  padding: 2.125rem;
  border: 0;
  background: #333; }
  div[class^="wp-review-"] .review-result-wrapper .review-result, div[class^="wp-review-"] .review-result-wrapper i, div[class*="wp-review-"] .review-result-wrapper .review-result, div[class*="wp-review-"] .review-result-wrapper i {
    color: white; }
    div[class^="wp-review-"] .review-result-wrapper .review-result i, div[class^="wp-review-"] .review-result-wrapper i i, div[class*="wp-review-"] .review-result-wrapper .review-result i, div[class*="wp-review-"] .review-result-wrapper i i {
      color: white; }
  div[class^="wp-review-"] .review-desc, div[class*="wp-review-"] .review-desc {
    padding: 2.25rem 0; }
    div[class^="wp-review-"] .review-desc .review-summary-title strong, div[class*="wp-review-"] .review-desc .review-summary-title strong {
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 0.625rem;
      display: inline-block; }
    div[class^="wp-review-"] .review-desc p, div[class*="wp-review-"] .review-desc p {
      color: #9B9BA7; }
  div[class^="wp-review-"] .review-total-wrapper .review-total-box, div[class*="wp-review-"] .review-total-wrapper .review-total-box {
    font-weight: 400;
    color: white; }
  div[class^="wp-review-"] .review-title, div[class*="wp-review-"] .review-title {
    background: none;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    padding: 0 0 1.125rem 0;
    border: 0;
    font-size: 1.3125rem;
    text-transform: capitalize;
    color: white;
    font-weight: 400; }
  div[class^="wp-review-"] ul.review-list li, div[class*="wp-review-"] ul.review-list li {
    background: #333;
    border: 0;
    color: #9B9BA7; }
    div[class^="wp-review-"] ul.review-list li .review-percentage, div[class*="wp-review-"] ul.review-list li .review-percentage {
      float: right;
      width: 200px; }
      div[class^="wp-review-"] ul.review-list li .review-percentage .review-result-wrapper .review-result, div[class*="wp-review-"] ul.review-list li .review-percentage .review-result-wrapper .review-result {
        background: #9B9BA7; }
    div[class^="wp-review-"] ul.review-list li:nth-child(2n), div[class*="wp-review-"] ul.review-list li:nth-child(2n) {
      background: #4A4A4A; }
    div[class^="wp-review-"] ul.review-list li .review-star, div[class*="wp-review-"] ul.review-list li .review-star {
      top: 0.3125rem; }
    div[class^="wp-review-"] ul.review-list li .review-point, div[class*="wp-review-"] ul.review-list li .review-point {
      float: right; }
  div[class^="wp-review-"] .user-review-area, div[class*="wp-review-"] .user-review-area {
    border: 0;
    color: #9B9BA7;
    background: #4A4A4A; }
    div[class^="wp-review-"] .user-review-area .review-point, div[class^="wp-review-"] .user-review-area .review-percentage, div[class*="wp-review-"] .user-review-area .review-point, div[class*="wp-review-"] .user-review-area .review-percentage {
      float: right;
      width: 200px;
      position: absolute;
      top: 12px;
      right: 15px; }
    div[class^="wp-review-"] .user-review-area .review-star, div[class^="wp-review-"] .user-review-area .review-point, div[class*="wp-review-"] .user-review-area .review-star, div[class*="wp-review-"] .user-review-area .review-point {
      margin-top: -2px; }
    div[class^="wp-review-"] .user-review-area .wp-review-user-rating, div[class*="wp-review-"] .user-review-area .wp-review-user-rating {
      background: #4A4A4A !important;
      padding: 0; }
    div[class^="wp-review-"] .user-review-area .user-total-wrapper .user-review-title, div[class*="wp-review-"] .user-review-area .user-total-wrapper .user-review-title {
      font-weight: 400;
      color: white; }
    div[class^="wp-review-"] .user-review-area .user-total-wrapper .review-total-wrapper .review-total-box, div[class*="wp-review-"] .user-review-area .user-total-wrapper .review-total-wrapper .review-total-box {
      font-weight: 400;
      color: #202020; }

/*********************
 WP-REVIEW WIDGET STYLING
 *********************/
.wp_review_tab_widget_content .inside {
  padding-top: 0 !important; }
  .wp_review_tab_widget_content .inside .tab-content .wp_review_tab_thumb_large {
    display: block; }
  .wp_review_tab_widget_content .inside .tab-content .wp-review-tab-pagination {
    background: none;
    margin: 0;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    border-top: 1px solid #D8D8D8; }
  .wp_review_tab_widget_content .inside .tab-content ul li {
    padding: 0.875rem 0.9375rem 0.9375rem 0.9375rem;
    margin: 0; }
    .wp_review_tab_widget_content .inside .tab-content ul li .title-right .entry-title {
      line-height: 1rem;
      margin-top: 0.25rem; }
    .wp_review_tab_widget_content .inside .tab-content ul li .title-right .review-total-only.small-thumb {
      margin: 0;
      width: 100%;
      display: block !important;
      background: none; }
    .wp_review_tab_widget_content .inside .tab-content ul li .title-right .review-total-only .review-star {
      margin: 0; }
      .wp_review_tab_widget_content .inside .tab-content ul li .title-right .review-total-only .review-star .review-result-wrapper i {
        font-size: 0.8125rem; }
        .wp_review_tab_widget_content .inside .tab-content ul li .title-right .review-total-only .review-star .review-result-wrapper i:before {
          color: #333; }
    .wp_review_tab_widget_content .inside .tab-content ul li .title-right .review-total-only.large-thumb {
      position: relative;
      top: auto !important;
      right: auto !important;
      width: auto !important;
      padding: 0 !important;
      background: transparent !important;
      margin: 0 0 0.3125rem 0;
      display: block; }
    .wp_review_tab_widget_content .inside .tab-content ul li .title-right .wp-review-tab-postmeta {
      background: none;
      padding: 0;
      margin: 0;
      float: left;
      display: block;
      line-height: 1rem;
      font-size: 0.6875rem;
      text-transform: uppercase; }

.wp_review_tab_widget_content.wp-review-tab-loading {
  padding: 0;
  width: auto !important; }

.home-top-sidebar .widget {
  margin-top: 1.5625rem; }

.home-sidebar-1 .Widget_vh_recent_games li.vh-games-widget-item {
  width: 48%; }

.sidebar-wrapper .casino-reviews-grid .column, .sidebar-wrapper .casino-reviews-grid .columns, .sidebar-wrapper-news .casino-reviews-grid .column, .sidebar-wrapper-news .casino-reviews-grid .columns, .sidebar-wrapper-casino .casino-reviews-grid .column, .sidebar-wrapper-casino .casino-reviews-grid .columns {
  width: 98%;
  clear: none; }

.sidebar-wrapper .casino-reviews-grid .grid-casino-rating .wp-review-show-total, .sidebar-wrapper-news .casino-reviews-grid .grid-casino-rating .wp-review-show-total, .sidebar-wrapper-casino .casino-reviews-grid .grid-casino-rating .wp-review-show-total {
  margin: 0;
  width: 100%;
  padding: 1rem; }

.sidebar-wrapper .casino-reviews-grid .column .button, .sidebar-wrapper .casino-reviews-grid .columns .button, .sidebar-wrapper-news .casino-reviews-grid .column .button, .sidebar-wrapper-news .casino-reviews-grid .columns .button, .sidebar-wrapper-casino .casino-reviews-grid .column .button, .sidebar-wrapper-casino .casino-reviews-grid .columns .button {
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.75rem 1.5625rem; }

.home-sidebar-2 .casino-reviews-grid .column, .home-sidebar-2 .casino-reviews-grid .columns {
  width: 49%;
  clear: none; }

.home-sidebar-2 .Widget_vh_recent_games li.vh-games-widget-item {
  width: 48%; }

.footer .wp_review_tab_widget_content {
  margin-top: 1.875rem;
  border: 0; }
  .footer .wp_review_tab_widget_content .tab-content ul li {
    margin: 0;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0;
    padding-right: 0; }
    .footer .wp_review_tab_widget_content .tab-content ul li .title-right .review-total-only .review-star .review-result-wrapper i:before {
      color: #4A4A4A; }
  .footer .wp_review_tab_widget_content .tab-content .wp-review-tab-pagination {
    border-top: 1px solid #4A4A4A; }
  .footer .wp_review_tab_widget_content .wp-review-tabs .tab_title a {
    text-transform: uppercase;
    background: none;
    color: #9B9BA7;
    border-left: 1px solid #1F1F1F;
    border-bottom: 1px solid #1F1F1F; }
  .footer .wp_review_tab_widget_content .wp-review-tabs .tab_title.selected a {
    border-bottom: 1px solid #1F1F1F; }
  .footer .wp_review_tab_widget_content .inside {
    background: none; }
    .footer .wp_review_tab_widget_content .inside .tab-content ul li .title-right .wp-review-tab-postmeta {
      padding: 0;
      background: none; }

.footer .textwidget p a {
  color: #ffffff; }

.footer .vh-casino-providers thead tr th:first-child {
  padding-left: 0.625rem; }

.footer .vh-casino-providers .vh-cta-buttons .vh-playnow {
  padding: 0.5625rem !important; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar, .sidebar-wrapper, div[class^="sidebar-wrapper-"], div[class*="sidebar-wrapper-"] {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  margin-top: 0; }
  .sidebar h2, .sidebar-wrapper h2, div[class^="sidebar-wrapper-"] h2, div[class*="sidebar-wrapper-"] h2 {
    margin: 0 0 1.5625rem; }
  .sidebar-casino, .sidebar-wrapper-casino, div[class^="sidebar-wrapper-"]-casino, div[class*="sidebar-wrapper-"]-casino {
    margin-top: 4.875rem; }
    .sidebar-casino .widget:first-child h2, .sidebar-wrapper-casino .widget:first-child h2, div[class^="sidebar-wrapper-"]-casino .widget:first-child h2, div[class*="sidebar-wrapper-"]-casino .widget:first-child h2 {
      margin: 0 0 1.5625rem 0; }
  .sidebar-news .widget:first-child h2, .sidebar-wrapper-news .widget:first-child h2, div[class^="sidebar-wrapper-"]-news .widget:first-child h2, div[class*="sidebar-wrapper-"]-news .widget:first-child h2 {
    margin: 0 0 1.5625rem 0; }
  .sidebar .button-container .review-type-point, .sidebar .button-container .review-type-percentage, .sidebar-wrapper .button-container .review-type-point, .sidebar-wrapper .button-container .review-type-percentage, div[class^="sidebar-wrapper-"] .button-container .review-type-point, div[class^="sidebar-wrapper-"] .button-container .review-type-percentage, div[class*="sidebar-wrapper-"] .button-container .review-type-point, div[class*="sidebar-wrapper-"] .button-container .review-type-percentage {
    display: none !important; }
  .sidebar .button-container .widget h2, .sidebar-wrapper .button-container .widget h2, div[class^="sidebar-wrapper-"] .button-container .widget h2, div[class*="sidebar-wrapper-"] .button-container .widget h2 {
    margin-top: 2.5rem; }
  .sidebar .button-container .widget p .excerpt-read-more, .sidebar-wrapper .button-container .widget p .excerpt-read-more, div[class^="sidebar-wrapper-"] .button-container .widget p .excerpt-read-more, div[class*="sidebar-wrapper-"] .button-container .widget p .excerpt-read-more {
    display: none; }
  .sidebar .button-container .button, .sidebar-wrapper .button-container .button, div[class^="sidebar-wrapper-"] .button-container .button, div[class*="sidebar-wrapper-"] .button-container .button {
    font-size: 1.3125rem;
    text-transform: capitalize;
    padding: 1.25rem 0;
    text-align: center;
    color: #ffffff;
    width: 100%;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16); }
  .sidebar .button-container .blue, .sidebar-wrapper .button-container .blue, div[class^="sidebar-wrapper-"] .button-container .blue, div[class*="sidebar-wrapper-"] .button-container .blue {
    background: #2199e8; }
    .sidebar .button-container .blue:hover, .sidebar-wrapper .button-container .blue:hover, div[class^="sidebar-wrapper-"] .button-container .blue:hover, div[class*="sidebar-wrapper-"] .button-container .blue:hover {
      background: #1583cc; }
  .sidebar .button-container .red, .sidebar-wrapper .button-container .red, div[class^="sidebar-wrapper-"] .button-container .red, div[class*="sidebar-wrapper-"] .button-container .red {
    background: #FF5A62;
    margin-top: 1.25rem; }
    .sidebar .button-container .red:hover, .sidebar-wrapper .button-container .red:hover, div[class^="sidebar-wrapper-"] .button-container .red:hover, div[class*="sidebar-wrapper-"] .button-container .red:hover {
      background: #F24F56; }
  .sidebar .button-container div[class^="wp-review-"], .sidebar .button-container div[class*="wp-review-"], .sidebar-wrapper .button-container div[class^="wp-review-"], .sidebar-wrapper .button-container div[class*="wp-review-"], div[class^="sidebar-wrapper-"] .button-container div[class^="wp-review-"], div[class^="sidebar-wrapper-"] .button-container div[class*="wp-review-"], div[class*="sidebar-wrapper-"] .button-container div[class^="wp-review-"], div[class*="sidebar-wrapper-"] .button-container div[class*="wp-review-"] {
    background: none !important;
    width: 8.125rem;
    display: block;
    padding: 0;
    margin: 0 auto 1.875rem auto; }
    .sidebar .button-container div[class^="wp-review-"] i.mts-icon-star, .sidebar .button-container div[class^="wp-review-"] .mts-icon-star:before, .sidebar .button-container div[class*="wp-review-"] i.mts-icon-star, .sidebar .button-container div[class*="wp-review-"] .mts-icon-star:before, .sidebar-wrapper .button-container div[class^="wp-review-"] i.mts-icon-star, .sidebar-wrapper .button-container div[class^="wp-review-"] .mts-icon-star:before, .sidebar-wrapper .button-container div[class*="wp-review-"] i.mts-icon-star, .sidebar-wrapper .button-container div[class*="wp-review-"] .mts-icon-star:before, div[class^="sidebar-wrapper-"] .button-container div[class^="wp-review-"] i.mts-icon-star, div[class^="sidebar-wrapper-"] .button-container div[class^="wp-review-"] .mts-icon-star:before, div[class^="sidebar-wrapper-"] .button-container div[class*="wp-review-"] i.mts-icon-star, div[class^="sidebar-wrapper-"] .button-container div[class*="wp-review-"] .mts-icon-star:before, div[class*="sidebar-wrapper-"] .button-container div[class^="wp-review-"] i.mts-icon-star, div[class*="sidebar-wrapper-"] .button-container div[class^="wp-review-"] .mts-icon-star:before, div[class*="sidebar-wrapper-"] .button-container div[class*="wp-review-"] i.mts-icon-star, div[class*="sidebar-wrapper-"] .button-container div[class*="wp-review-"] .mts-icon-star:before {
      color: #333; }
  .sidebar .textwidget .tablepress thead tr th, .sidebar-wrapper .textwidget .tablepress thead tr th, div[class^="sidebar-wrapper-"] .textwidget .tablepress thead tr th, div[class*="sidebar-wrapper-"] .textwidget .tablepress thead tr th {
    padding: 0.625rem 1.25rem; }
    .sidebar .textwidget .tablepress thead tr th.column-2, .sidebar .textwidget .tablepress thead tr th.column-3, .sidebar-wrapper .textwidget .tablepress thead tr th.column-2, .sidebar-wrapper .textwidget .tablepress thead tr th.column-3, div[class^="sidebar-wrapper-"] .textwidget .tablepress thead tr th.column-2, div[class^="sidebar-wrapper-"] .textwidget .tablepress thead tr th.column-3, div[class*="sidebar-wrapper-"] .textwidget .tablepress thead tr th.column-2, div[class*="sidebar-wrapper-"] .textwidget .tablepress thead tr th.column-3 {
      display: none; }
  .sidebar .textwidget .tablepress tbody tr td, .sidebar-wrapper .textwidget .tablepress tbody tr td, div[class^="sidebar-wrapper-"] .textwidget .tablepress tbody tr td, div[class*="sidebar-wrapper-"] .textwidget .tablepress tbody tr td {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem; }
    .sidebar .textwidget .tablepress tbody tr td:first-child, .sidebar .textwidget .tablepress tbody tr td.column-3, .sidebar-wrapper .textwidget .tablepress tbody tr td:first-child, .sidebar-wrapper .textwidget .tablepress tbody tr td.column-3, div[class^="sidebar-wrapper-"] .textwidget .tablepress tbody tr td:first-child, div[class^="sidebar-wrapper-"] .textwidget .tablepress tbody tr td.column-3, div[class*="sidebar-wrapper-"] .textwidget .tablepress tbody tr td:first-child, div[class*="sidebar-wrapper-"] .textwidget .tablepress tbody tr td.column-3 {
      display: none; }
    .sidebar .textwidget .tablepress tbody tr td a.button, .sidebar-wrapper .textwidget .tablepress tbody tr td a.button, div[class^="sidebar-wrapper-"] .textwidget .tablepress tbody tr td a.button, div[class*="sidebar-wrapper-"] .textwidget .tablepress tbody tr td a.button {
      border: 1px solid #FF5A62;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      padding: 0.5rem 0.75rem;
      font-size: 0.75rem;
      color: #FF5A62;
      background: none;
      display: inline-block;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      width: 100%;
      margin: 0.25rem 0 0 0;
      white-space: nowrap; }
      .sidebar .textwidget .tablepress tbody tr td a.button:hover, .sidebar-wrapper .textwidget .tablepress tbody tr td a.button:hover, div[class^="sidebar-wrapper-"] .textwidget .tablepress tbody tr td a.button:hover, div[class*="sidebar-wrapper-"] .textwidget .tablepress tbody tr td a.button:hover {
        background: #FF5A62;
        color: #ffffff; }
  .sidebar .widget_text, .sidebar-wrapper .widget_text, div[class^="sidebar-wrapper-"] .widget_text, div[class*="sidebar-wrapper-"] .widget_text {
    color: #4A4A4A;
    font-size: 0.875rem;
    margin-bottom: 1.875rem; }

.textwidget table.vh-casino-providers thead tr th.vh-devices {
  display: none; }

.textwidget table.vh-casino-providers tbody tr td.vh-devices {
  display: none; }

.sidebar .singlegame_widget .textwidget .vh-casino-providers thead, .sidebar .widget .textwidget .vh-casino-providers thead, .sidebar-wrapper .singlegame_widget .textwidget .vh-casino-providers thead, .sidebar-wrapper .widget .textwidget .vh-casino-providers thead, div[class^="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers thead, div[class^="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers thead, div[class*="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers thead, div[class*="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers thead {
  background: #FF5A62; }
  .sidebar .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-casino, .sidebar .widget .textwidget .vh-casino-providers thead tr th.vh-casino, .sidebar-wrapper .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-casino, .sidebar-wrapper .widget .textwidget .vh-casino-providers thead tr th.vh-casino, div[class^="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-casino, div[class^="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers thead tr th.vh-casino, div[class*="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-casino, div[class*="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers thead tr th.vh-casino {
    width: 100%; }
  .sidebar .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-bonus, .sidebar .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-devices, .sidebar .widget .textwidget .vh-casino-providers thead tr th.vh-bonus, .sidebar .widget .textwidget .vh-casino-providers thead tr th.vh-devices, .sidebar-wrapper .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-bonus, .sidebar-wrapper .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-devices, .sidebar-wrapper .widget .textwidget .vh-casino-providers thead tr th.vh-bonus, .sidebar-wrapper .widget .textwidget .vh-casino-providers thead tr th.vh-devices, div[class^="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-bonus, div[class^="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-devices, div[class^="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers thead tr th.vh-bonus, div[class^="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers thead tr th.vh-devices, div[class*="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-bonus, div[class*="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-devices, div[class*="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers thead tr th.vh-bonus, div[class*="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers thead tr th.vh-devices {
    display: none; }

.sidebar .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-devices, .sidebar .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-bonus, .sidebar .widget .textwidget .vh-casino-providers tbody tr td.vh-devices, .sidebar .widget .textwidget .vh-casino-providers tbody tr td.vh-bonus, .sidebar-wrapper .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-devices, .sidebar-wrapper .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-bonus, .sidebar-wrapper .widget .textwidget .vh-casino-providers tbody tr td.vh-devices, .sidebar-wrapper .widget .textwidget .vh-casino-providers tbody tr td.vh-bonus, div[class^="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-devices, div[class^="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-bonus, div[class^="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers tbody tr td.vh-devices, div[class^="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers tbody tr td.vh-bonus, div[class*="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-devices, div[class*="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-bonus, div[class*="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers tbody tr td.vh-devices, div[class*="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers tbody tr td.vh-bonus {
  display: none; }

.sidebar .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-casino a img, .sidebar .widget .textwidget .vh-casino-providers tbody tr td.vh-casino a img, .sidebar-wrapper .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-casino a img, .sidebar-wrapper .widget .textwidget .vh-casino-providers tbody tr td.vh-casino a img, div[class^="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-casino a img, div[class^="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers tbody tr td.vh-casino a img, div[class*="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-casino a img, div[class*="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers tbody tr td.vh-casino a img {
  width: 6.75rem; }

.sidebar .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow, .sidebar .widget .textwidget .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow, .sidebar-wrapper .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow, .sidebar-wrapper .widget .textwidget .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow, div[class^="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow, div[class^="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow, div[class*="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow, div[class*="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow {
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  white-space: nowrap; }

.dataTables_wrapper label input, .dataTables_wrapper label select {
  display: inline;
  margin: 0.125rem 0 0.3125rem 0;
  width: auto;
  max-width: 8.75rem;
  height: 2rem;
  padding: 0.125rem 0.625rem 0.125rem 0.3125rem; }

.paging_simple .paginate_button.next:after, .paging_simple .paginate_button.previous:before {
  text-shadow: none;
  font-weight: normal;
  color: #ccc; }

.iframe_kh_wrapper {
  margin-bottom: 1rem; }

.play-now {
  background: white;
  padding: 6px 10px;
  position: absolute;
  text-transform: uppercase;
  width: 60%;
  top: 100%;
  font-size: 14px;
  left: 15%;
  right: 15%;
  color: #FF5A62;
  opacity: 0;
  text-align: center;
  margin: auto;
  overflow: hidden;
  border-radius: 0;
  -webkit-border-radius: 0;
  z-index: 200;
  will-change: opacity,top,background-color;
  transition: opacity .15s linear,top 120ms ease-out,background-color 120ms ease-out !important; }

.Widget_vh_recent_games {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0; }
  .Widget_vh_recent_games li.vh-games-widget-item {
    width: 47%;
    position: relative;
    padding: 0;
    border-radius: border-box;
    -webkit-border-radius: border-box;
    -moz-border-radius: border-box;
    margin: 0 0.625rem 0.625rem 0;
    list-style-type: none;
    float: left; }
    .Widget_vh_recent_games li.vh-games-widget-item .vh-game-title {
      color: #0a0a0a;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-size: 0.9375rem;
      font-weight: normal;
      line-height: 1.125rem;
      height: 3.4375rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      padding: 0 1.25rem;
      white-space: pre-wrap;
      background: #F5F5F5;
      vertical-align: middle; }
    .Widget_vh_recent_games li.vh-games-widget-item img {
      width: 100%;
      padding: 0; }
    .Widget_vh_recent_games li.vh-games-widget-item:hover .play-now {
      display: inline-block;
      will-change: opacity,top,background-color;
      transition: opacity .15s linear,top 120ms ease-out,background-color 120ms ease-out !important;
      top: 42%;
      opacity: 1; }
    .Widget_vh_recent_games li.vh-games-widget-item:hover .vh-overlay {
      background: #0a0a0a; }
    .Widget_vh_recent_games li.vh-games-widget-item:hover img {
      opacity: .5; }
    .Widget_vh_recent_games li.vh-games-widget-item a.vh-thumb-link {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none; }
    .Widget_vh_recent_games li.vh-games-widget-item a > div {
      position: relative;
      display: block;
      overflow: hidden;
      z-index: 120;
      background: #F1F1F1;
      outline: none; }

@media (min-width: 1200px) {
  .widget .vh-item {
    width: 45%;
    margin: 0 0.625rem !important;
    border-bottom: 0; } }

@media (max-width: 1024px) {
  .widget .vh-filter select:first-child {
    margin-left: 0; }
  .widget .vh-filter select:last-child {
    margin-right: 8px; }
  .widget #vh-lobby-posts {
    margin: 0 -10px; }
    .widget #vh-lobby-posts .vh-item {
      width: 45%;
      margin: 0 0.625rem !important; }
  .vh-pagination {
    margin: 0.625rem 0; } }

@media (max-width: 800px) {
  .vh-filter .play-now {
    display: none; }
  .vh-item:hover .play-now {
    display: none; }
  .vh-item img {
    width: auto;
    height: auto; } }

@media (max-width: 768px) {
  .widget #vh-lobby-posts .vh-item {
    width: 47%;
    margin: 0 0.625rem !important; } }

@media (max-width: 600px) {
  .vh-filter {
    display: block; }
    .vh-filter select {
      min-width: 100%;
      margin-top: 0;
      margin-bottom: 0.3125rem; }
  ul#vh-lobby-posts {
    padding: 0 15px; }
    ul#vh-lobby-posts .vh-item {
      width: 100%;
      border-bottom: 0; } }

@media (max-width: 420px) {
  .widget {
    margin: 0 0.625rem; }
    .widget ul#vh-lobby-posts .vh-item {
      width: 100%;
      border-bottom: 0;
      margin: 0 !important; }
  .entry-content ul#vh-lobby-posts {
    margin-top: 1.25rem;
    padding: 0; }
    .entry-content ul#vh-lobby-posts .vh-item {
      padding: 0; } }

@media only screen and (min-width: 1200px) and (max-width: 1340px) {
  .top-bar#top-bar-menu .row .menu {
    margin-right: 5%; } }

@media (max-width: 1200px) {
  .top-bar#top-bar-menu .row {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
    .top-bar#top-bar-menu .row .menu {
      margin-right: 5rem; } }

@media (max-width: 1024px) {
  .top-strip, .games-menu {
    display: none; }
  .header .top-bar#top-bar-menu {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    .header .top-bar#top-bar-menu .row .menu {
      margin-right: 0; }
    .header .top-bar#top-bar-menu .row .top-bar-left {
      margin-top: 0;
      margin-left: 1.25rem;
      width: 30%; }
      .header .top-bar#top-bar-menu .row .top-bar-left .heading-logo h1.logo {
        margin-top: 1.625rem; }
      .header .top-bar#top-bar-menu .row .top-bar-left .logo-image {
        margin-top: 1.25rem; }
  .large-banner {
    min-height: 350px; }
    .large-banner .banner-overlay-box {
      top: 74px; }
  .category-label ul li {
    margin-top: 0.3125rem; }
    .category-label ul li a {
      padding: 0.125rem 0.375rem;
      font-size: 0.75rem; }
  #content #inner-content {
    padding: 1.875rem 0; }
  .tablepress tbody {
    border: 0; }
    .tablepress tbody tr td {
      padding: 0.625rem; }
      .tablepress tbody tr td a.button {
        padding: 0.625rem;
        white-space: nowrap; }
  .footer {
    padding: 0 1.875rem; }
  .footer-strip {
    display: none; } }

@media (max-width: 768px) {
  .divider {
    border-left: 0; }
  .header {
    min-height: 4.25rem; }
    .header .top-bar#top-bar-menu {
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      .header .top-bar#top-bar-menu .row .top-bar-left {
        margin-top: 0;
        margin-left: 0;
        width: 50%; }
        .header .top-bar#top-bar-menu .row .top-bar-left .logo {
          margin: 1.25rem 0 0 0; }
        .header .top-bar#top-bar-menu .row .top-bar-left .logo-icon {
          width: 12%; }
      .header .top-bar#top-bar-menu .row .top-bar-right .menu-mobile {
        display: block !important;
        padding: 0.625rem 0.9375rem;
        font-size: 18px; }
      .header .top-bar#top-bar-menu .row ul[id^="menu-"] {
        display: none; }
  #main {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .tablepress-responsive-phone thead {
    display: none !important; }
  .tablepress-responsive-phone tbody tr td {
    text-align: center;
    padding: 1.25rem; }
  .button-container .tablepress-responsive-phone tbody tr {
    width: 100%;
    display: table-row; }
    .button-container .tablepress-responsive-phone tbody tr td {
      width: 26%;
      padding: 0.625rem;
      display: table-cell;
      text-align: left;
      border-bottom: 1px solid #dddddd; }
      .button-container .tablepress-responsive-phone tbody tr td:first-child {
        display: none; }
      .button-container .tablepress-responsive-phone tbody tr td.column-3 {
        display: none; }
  .vh-casino-providers thead {
    background: none !important; }
    .vh-casino-providers thead tr {
      height: 3.25rem;
      position: relative; }
      .vh-casino-providers thead tr th {
        position: absolute;
        background: white;
        color: #4A4A4A;
        text-align: center;
        padding: 0.625rem;
        border-bottom: 1px solid #F5F5F5; }
        .vh-casino-providers thead tr th.vh-casino {
          width: 80% !important;
          height: 3.25rem;
          padding: 0.9375rem; }
        .vh-casino-providers thead tr th.vh-bonus, .vh-casino-providers thead tr th.vh-devices, .vh-casino-providers thead tr th.vh-cta-buttons {
          display: none; }
  .vh-casino-providers tbody tr td.vh-casino {
    padding: 0.9375rem 0.625rem 0.3125rem 0.625rem; }
  .vh-casino-providers tbody tr td.vh-cta-buttons {
    padding: 0.3125rem 0.625rem; }
    .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow {
      margin-top: 0;
      padding: 0.5rem 0.75rem;
      font-size: 0.75rem; }
  .post-banner .overlay {
    width: 100%;
    height: 100%;
    padding: 28% 2.5rem 2.5rem 2.5rem; }
    .post-banner .overlay h1 {
      margin-top: 1.25rem;
      font-size: 1.875rem; }
    .post-banner .overlay h5 {
      font-size: 1.125rem; }
  #content #inner-content {
    padding: 2.375rem 0; }
    #content #inner-content #main {
      padding-right: 1.875rem;
      padding-left: 1.875rem; }
  .sidebar-wrapper-news .widget {
    width: 100%;
    float: left;
    clear: none; }
  .game-post {
    margin-top: 1.25rem; }
  .footer-strip, .game-post-banner {
    display: none; }
  .footer {
    padding-bottom: 1.875rem; }
    .footer .columns:first-child {
      padding-left: 0.9375rem; }
    .footer .widget {
      margin-bottom: 0; }
      .footer .widget h2 {
        padding-top: 0.625rem;
        margin-bottom: 0.9375rem; }
  .no-image-radius.archive, .archive .no-image-radius.archive {
    /*width: 100%;*/ }
  div[class^="wp-review-"], div[class*="wp-review-"] {
    padding: 15px; }
  .widget_wp_review_tab {
    margin-bottom: 1.25rem; }
  [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    border-color: #bcbcbc #dadada #e5e5e5; } }

@media (max-width: 600px) {
  .single-title, .page-title {
    font-size: 1.125rem; }
  p {
    font-size: 0.8125rem; }
  .top-strip, .games-menu, .footer-strip {
    display: none; }
  .divider {
    border: 0;
    padding-left: 0; }
  .sidebar-wrapper-news {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .header {
    min-height: 4.25rem; }
    .header .top-bar#top-bar-menu {
      padding-right: 0;
      padding-left: 0; }
      .header .top-bar#top-bar-menu .row .accordion-menu {
        display: none;
        margin-top: 0.9375rem;
        margin-bottom: 0.625rem;
        background: #F5F5F5;
        float: none; }
        .header .top-bar#top-bar-menu .row .accordion-menu li {
          height: auto;
          clear: both; }
          .header .top-bar#top-bar-menu .row .accordion-menu li a {
            padding: 0.75rem 1.25rem; }
          .header .top-bar#top-bar-menu .row .accordion-menu li ul {
            padding: 0;
            width: 100%; }
            .header .top-bar#top-bar-menu .row .accordion-menu li ul li {
              display: inline-block;
              width: 100%; }
          .header .top-bar#top-bar-menu .row .accordion-menu li.cta {
            background: white; }
            .header .top-bar#top-bar-menu .row .accordion-menu li.cta a {
              margin: 0; }
        .header .top-bar#top-bar-menu .row .accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
          margin-top: -8px; }
      .header .top-bar#top-bar-menu .row .logo {
        margin: 0.3125rem 0 0 0; }
      .header .top-bar#top-bar-menu .top-bar-left {
        width: 70%;
        margin-left: 0; }
        .header .top-bar#top-bar-menu .top-bar-left.logo-wrapper .heading-logo {
          display: inline-block; }
          .header .top-bar#top-bar-menu .top-bar-left.logo-wrapper .heading-logo h1.logo {
            font-size: 1.25rem; }
        .header .top-bar#top-bar-menu .top-bar-left.logo-wrapper .site-description {
          margin-bottom: 0.9375rem; }
        .header .top-bar#top-bar-menu .top-bar-left.logo-wrapper .logo-icon {
          margin: 1.25rem 0.625rem 0 0;
          display: block;
          width: 30px; }
      .header .top-bar#top-bar-menu .top-bar-right {
        width: 20%; }
  .button.slider {
    background: white;
    color: #FF5A62;
    height: auto;
    margin: 0;
    padding: 5px 10px;
    font-size: 0.625rem; }
  .large-banner {
    min-height: 17.5rem; }
    .large-banner .banner-overlay-box {
      width: 100%;
      position: relative;
      top: 0;
      left: 0;
      padding-top: 1.875rem;
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
      .large-banner .banner-overlay-box h2 {
        font-size: 3.125rem; }
      .large-banner .banner-overlay-box h3 {
        font-size: 1.875rem; }
  .review-list li span {
    text-align: center;
    width: 100%; }
  .review-list li .review-star {
    margin: 0 0 0.3125rem 0.9375rem;
    position: relative;
    top: 0 !important;
    right: 0;
    float: right; }
  .post-banner {
    height: 12.5rem; }
    .post-banner .overlay {
      height: 12.5rem;
      width: 100%;
      padding: 4.0625rem 1.25rem 1.25rem 1.25rem;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; }
      .post-banner .overlay h1 {
        margin-top: 0.625rem;
        margin-bottom: 0;
        font-size: 1.25rem;
        line-height: 1.3125rem; }
      .post-banner .overlay h5 {
        font-size: 0.75rem; }
      .post-banner .overlay .category-label ul li {
        margin-top: 0.3125rem; }
        .post-banner .overlay .category-label ul li a {
          padding: 0.125rem 0.375rem;
          font-size: 0.6875rem; }
  .list-post img {
    padding: 0;
    width: 100%; }
  .list-post.row.collapse {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .list-post .post-details {
    margin-top: 0.3125rem;
    font-size: 0.75rem; }
  #content #inner-content #main article header h1 {
    font-size: 1.25rem;
    line-height: 34px; }
  #content #inner-content #main article header h4.byline {
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 0.75rem; }
  #content #inner-content #main article section .iframe_kh_wrapper iframe {
    min-width: 100%; }
  .casino-reviews-grid .card .vh-bonus-text {
    padding: 18px 0 0 0; }
  .casino-reviews-grid .card .grid-casino-rating {
    min-height: 44px; }
    .casino-reviews-grid .card .grid-casino-rating .review-type-star {
      padding: 5px; }
  .casino-reviews-grid .card .vh-casino-title, .casino-reviews-grid .card .vh-bonus-text, .casino-reviews-grid .card .button {
    font-size: 1.125rem; }
  .casino-reviews-grid .card .vh-casino-overlay img {
    height: 7.5rem;
    width: 7.5rem; }
  .casino-reviews-grid .card .vh-casino-overlay .no-image-radius {
    height: 7.5rem;
    width: 7.5rem; }
    .casino-reviews-grid .card .vh-casino-overlay .no-image-radius h1 {
      font-size: 3.75rem;
      line-height: 118px; }
  .sidebar, .sidebar-wrapper {
    padding: 0 1.25rem; }
  .footer {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    .footer .columns:first-child {
      padding-left: 0.625rem; }
  .mobile-sticky-casino .casinocta {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    z-index: 100;
    left: 0; }
  .mobile-sticky .dataTables_wrapper {
    margin-bottom: 0; }
  .mobile-sticky .globalaff, .mobile-sticky .bonus-table-sidebar {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    z-index: 100;
    left: 0; } }

@media (max-width: 440px) {
  .header .top-bar#top-bar-menu .row .top-bar-left {
    width: 80%; }
  .casino-thumb {
    text-align: center;
    padding-bottom: 0; }
    .casino-thumb h3, .casino-thumb h4, .casino-thumb .terms-link-post {
      margin: 0.625rem 0; }
  .terms-link-post {
    text-align: center; }
  .singlegame_widget .vh-games-widget-item h3 {
    padding: 0 0.3rem !important; }
  .singlegame_widget .vh-games-widget-item img {
    margin-bottom: 0; } }

@media (max-width: 320px) {
  .header .top-bar#top-bar-menu .row .top-bar-left {
    margin-left: 0; }
    .header .top-bar#top-bar-menu .row .top-bar-left.logo-wrapper .logo-icon {
      width: 15%;
      float: left;
      margin-top: 1rem; }
    .header .top-bar#top-bar-menu .row .top-bar-left.logo-wrapper .heading-logo {
      width: 78%; }
      .header .top-bar#top-bar-menu .row .top-bar-left.logo-wrapper .heading-logo .logo {
        margin-top: 1.0625rem;
        font-size: 0.9375rem; }
      .header .top-bar#top-bar-menu .row .top-bar-left.logo-wrapper .heading-logo .site-description {
        font-size: 0.75rem; }
  .header .top-bar#top-bar-menu .row .top-bar-right .menu-mobile {
    padding: 0.625rem;
    font-size: 13px; }
  .widget {
    margin-bottom: 0; }
    .widget h2 {
      padding-top: 0;
      margin-bottom: 0.9375rem;
      font-size: 1.125rem; }
    .widget ul li {
      font-size: 0.8125rem; }
  .sidebar-wrapper-news {
    padding-left: 0;
    padding-right: 0; }
    .sidebar-wrapper-news .widget {
      width: 100%; }
  .list-post img {
    padding: 0;
    width: 100%; }
  .list-post.row.collapse {
    width: 100%; }
  .footer {
    padding: 0; }
    .footer .widget {
      margin-bottom: 0; }
      .footer .widget h2 {
        padding-top: 0;
        margin-bottom: 0.9375rem; } }

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/ }

/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
.mdi:before,.mdi-set{display:inline-block;font:normal normal normal 24px/1 "Material Design Icons";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.mdi-access-point:before{content:"";}.mdi-access-point-network:before{content:"";}.mdi-account:before{content:"";}.mdi-account-alert:before{content:"";}.mdi-account-box:before{content:"";}.mdi-account-box-outline:before{content:"";}.mdi-account-card-details:before{content:"";}.mdi-account-check:before{content:"";}.mdi-account-circle:before{content:"";}.mdi-account-convert:before{content:"";}.mdi-account-edit:before{content:"";}.mdi-account-key:before{content:"";}.mdi-account-location:before{content:"";}.mdi-account-minus:before{content:"";}.mdi-account-multiple:before{content:"";}.mdi-account-multiple-minus:before{content:"";}.mdi-account-multiple-outline:before{content:"";}.mdi-account-multiple-plus:before{content:"";}.mdi-account-network:before{content:"";}.mdi-account-off:before{content:"";}.mdi-account-outline:before{content:"";}.mdi-account-plus:before{content:"";}.mdi-account-remove:before{content:"";}.mdi-account-search:before{content:"";}.mdi-account-settings:before{content:"";}.mdi-account-settings-variant:before{content:"";}.mdi-account-star:before{content:"";}.mdi-account-switch:before{content:"";}.mdi-adjust:before{content:"";}.mdi-air-conditioner:before{content:"";}.mdi-airballoon:before{content:"";}.mdi-airplane:before{content:"";}.mdi-airplane-landing:before{content:"";}.mdi-airplane-off:before{content:"";}.mdi-airplane-takeoff:before{content:"";}.mdi-airplay:before{content:"";}.mdi-alarm:before{content:"";}.mdi-alarm-check:before{content:"";}.mdi-alarm-multiple:before{content:"";}.mdi-alarm-off:before{content:"";}.mdi-alarm-plus:before{content:"";}.mdi-alarm-snooze:before{content:"";}.mdi-album:before{content:"";}.mdi-alert:before{content:"";}.mdi-alert-box:before{content:"";}.mdi-alert-circle:before{content:"";}.mdi-alert-circle-outline:before{content:"";}.mdi-alert-decagram:before{content:"";}.mdi-alert-octagon:before{content:"";}.mdi-alert-octagram:before{content:"";}.mdi-alert-outline:before{content:"";}.mdi-all-inclusive:before{content:"";}.mdi-alpha:before{content:"";}.mdi-alphabetical:before{content:"";}.mdi-altimeter:before{content:"";}.mdi-amazon:before{content:"";}.mdi-amazon-clouddrive:before{content:"";}.mdi-ambulance:before{content:"";}.mdi-amplifier:before{content:"";}.mdi-anchor:before{content:"";}.mdi-android:before{content:"";}.mdi-android-debug-bridge:before{content:"";}.mdi-android-studio:before{content:"";}.mdi-angular:before{content:"";}.mdi-angularjs:before{content:"";}.mdi-animation:before{content:"";}.mdi-apple:before{content:"";}.mdi-apple-finder:before{content:"";}.mdi-apple-ios:before{content:"";}.mdi-apple-keyboard-caps:before{content:"";}.mdi-apple-keyboard-command:before{content:"";}.mdi-apple-keyboard-control:before{content:"";}.mdi-apple-keyboard-option:before{content:"";}.mdi-apple-keyboard-shift:before{content:"";}.mdi-apple-mobileme:before{content:"";}.mdi-apple-safari:before{content:"";}.mdi-application:before{content:"";}.mdi-apps:before{content:"";}.mdi-archive:before{content:"";}.mdi-arrange-bring-forward:before{content:"";}.mdi-arrange-bring-to-front:before{content:"";}.mdi-arrange-send-backward:before{content:"";}.mdi-arrange-send-to-back:before{content:"";}.mdi-arrow-all:before{content:"";}.mdi-arrow-bottom-left:before{content:"";}.mdi-arrow-bottom-right:before{content:"";}.mdi-arrow-compress:before{content:"";}.mdi-arrow-compress-all:before{content:"";}.mdi-arrow-down:before{content:"";}.mdi-arrow-down-bold:before{content:"";}.mdi-arrow-down-bold-box:before{content:"";}.mdi-arrow-down-bold-box-outline:before{content:"";}.mdi-arrow-down-bold-circle:before{content:"";}.mdi-arrow-down-bold-circle-outline:before{content:"";}.mdi-arrow-down-bold-hexagon-outline:before{content:"";}.mdi-arrow-down-box:before{content:"";}.mdi-arrow-down-drop-circle:before{content:"";}.mdi-arrow-down-drop-circle-outline:before{content:"";}.mdi-arrow-down-thick:before{content:"";}.mdi-arrow-expand:before{content:"";}.mdi-arrow-expand-all:before{content:"";}.mdi-arrow-left:before{content:"";}.mdi-arrow-left-bold:before{content:"";}.mdi-arrow-left-bold-box:before{content:"";}.mdi-arrow-left-bold-box-outline:before{content:"";}.mdi-arrow-left-bold-circle:before{content:"";}.mdi-arrow-left-bold-circle-outline:before{content:"";}.mdi-arrow-left-bold-hexagon-outline:before{content:"";}.mdi-arrow-left-box:before{content:"";}.mdi-arrow-left-drop-circle:before{content:"";}.mdi-arrow-left-drop-circle-outline:before{content:"";}.mdi-arrow-left-thick:before{content:"";}.mdi-arrow-right:before{content:"";}.mdi-arrow-right-bold:before{content:"";}.mdi-arrow-right-bold-box:before{content:"";}.mdi-arrow-right-bold-box-outline:before{content:"";}.mdi-arrow-right-bold-circle:before{content:"";}.mdi-arrow-right-bold-circle-outline:before{content:"";}.mdi-arrow-right-bold-hexagon-outline:before{content:"";}.mdi-arrow-right-box:before{content:"";}.mdi-arrow-right-drop-circle:before{content:"";}.mdi-arrow-right-drop-circle-outline:before{content:"";}.mdi-arrow-right-thick:before{content:"";}.mdi-arrow-top-left:before{content:"";}.mdi-arrow-top-right:before{content:"";}.mdi-arrow-up:before{content:"";}.mdi-arrow-up-bold:before{content:"";}.mdi-arrow-up-bold-box:before{content:"";}.mdi-arrow-up-bold-box-outline:before{content:"";}.mdi-arrow-up-bold-circle:before{content:"";}.mdi-arrow-up-bold-circle-outline:before{content:"";}.mdi-arrow-up-bold-hexagon-outline:before{content:"";}.mdi-arrow-up-box:before{content:"";}.mdi-arrow-up-drop-circle:before{content:"";}.mdi-arrow-up-drop-circle-outline:before{content:"";}.mdi-arrow-up-thick:before{content:"";}.mdi-assistant:before{content:"";}.mdi-asterisk:before{content:"";}.mdi-at:before{content:"";}.mdi-atom:before{content:"";}.mdi-attachment:before{content:"";}.mdi-audiobook:before{content:"";}.mdi-auto-fix:before{content:"";}.mdi-auto-upload:before{content:"";}.mdi-autorenew:before{content:"";}.mdi-av-timer:before{content:"";}.mdi-baby:before{content:"";}.mdi-baby-buggy:before{content:"";}.mdi-backburger:before{content:"";}.mdi-backspace:before{content:"";}.mdi-backup-restore:before{content:"";}.mdi-bandcamp:before{content:"";}.mdi-bank:before{content:"";}.mdi-barcode:before{content:"";}.mdi-barcode-scan:before{content:"";}.mdi-barley:before{content:"";}.mdi-barrel:before{content:"";}.mdi-basecamp:before{content:"";}.mdi-basket:before{content:"";}.mdi-basket-fill:before{content:"";}.mdi-basket-unfill:before{content:"";}.mdi-battery:before{content:"";}.mdi-battery-10:before{content:"";}.mdi-battery-20:before{content:"";}.mdi-battery-30:before{content:"";}.mdi-battery-40:before{content:"";}.mdi-battery-50:before{content:"";}.mdi-battery-60:before{content:"";}.mdi-battery-70:before{content:"";}.mdi-battery-80:before{content:"";}.mdi-battery-90:before{content:"";}.mdi-battery-alert:before{content:"";}.mdi-battery-charging:before{content:"";}.mdi-battery-charging-100:before{content:"";}.mdi-battery-charging-20:before{content:"";}.mdi-battery-charging-30:before{content:"";}.mdi-battery-charging-40:before{content:"";}.mdi-battery-charging-60:before{content:"";}.mdi-battery-charging-80:before{content:"";}.mdi-battery-charging-90:before{content:"";}.mdi-battery-minus:before{content:"";}.mdi-battery-negative:before{content:"";}.mdi-battery-outline:before{content:"";}.mdi-battery-plus:before{content:"";}.mdi-battery-positive:before{content:"";}.mdi-battery-unknown:before{content:"";}.mdi-beach:before{content:"";}.mdi-beaker:before{content:"";}.mdi-beats:before{content:"";}.mdi-beer:before{content:"";}.mdi-behance:before{content:"";}.mdi-bell:before{content:"";}.mdi-bell-off:before{content:"";}.mdi-bell-outline:before{content:"";}.mdi-bell-plus:before{content:"";}.mdi-bell-ring:before{content:"";}.mdi-bell-ring-outline:before{content:"";}.mdi-bell-sleep:before{content:"";}.mdi-beta:before{content:"";}.mdi-bible:before{content:"";}.mdi-bike:before{content:"";}.mdi-bing:before{content:"";}.mdi-binoculars:before{content:"";}.mdi-bio:before{content:"";}.mdi-biohazard:before{content:"";}.mdi-bitbucket:before{content:"";}.mdi-black-mesa:before{content:"";}.mdi-blackberry:before{content:"";}.mdi-blender:before{content:"";}.mdi-blinds:before{content:"";}.mdi-block-helper:before{content:"";}.mdi-blogger:before{content:"";}.mdi-bluetooth:before{content:"";}.mdi-bluetooth-audio:before{content:"";}.mdi-bluetooth-connect:before{content:"";}.mdi-bluetooth-off:before{content:"";}.mdi-bluetooth-settings:before{content:"";}.mdi-bluetooth-transfer:before{content:"";}.mdi-blur:before{content:"";}.mdi-blur-linear:before{content:"";}.mdi-blur-off:before{content:"";}.mdi-blur-radial:before{content:"";}.mdi-bomb:before{content:"";}.mdi-bomb-off:before{content:"";}.mdi-bone:before{content:"";}.mdi-book:before{content:"";}.mdi-book-minus:before{content:"";}.mdi-book-multiple:before{content:"";}.mdi-book-multiple-variant:before{content:"";}.mdi-book-open:before{content:"";}.mdi-book-open-page-variant:before{content:"";}.mdi-book-open-variant:before{content:"";}.mdi-book-plus:before{content:"";}.mdi-book-variant:before{content:"";}.mdi-bookmark:before{content:"";}.mdi-bookmark-check:before{content:"";}.mdi-bookmark-music:before{content:"";}.mdi-bookmark-outline:before{content:"";}.mdi-bookmark-plus:before{content:"";}.mdi-bookmark-plus-outline:before{content:"";}.mdi-bookmark-remove:before{content:"";}.mdi-boombox:before{content:"";}.mdi-bootstrap:before{content:"";}.mdi-border-all:before{content:"";}.mdi-border-bottom:before{content:"";}.mdi-border-color:before{content:"";}.mdi-border-horizontal:before{content:"";}.mdi-border-inside:before{content:"";}.mdi-border-left:before{content:"";}.mdi-border-none:before{content:"";}.mdi-border-outside:before{content:"";}.mdi-border-right:before{content:"";}.mdi-border-style:before{content:"";}.mdi-border-top:before{content:"";}.mdi-border-vertical:before{content:"";}.mdi-bow-tie:before{content:"";}.mdi-bowl:before{content:"";}.mdi-bowling:before{content:"";}.mdi-box:before{content:"";}.mdi-box-cutter:before{content:"";}.mdi-box-shadow:before{content:"";}.mdi-bridge:before{content:"";}.mdi-briefcase:before{content:"";}.mdi-briefcase-check:before{content:"";}.mdi-briefcase-download:before{content:"";}.mdi-briefcase-upload:before{content:"";}.mdi-brightness-1:before{content:"";}.mdi-brightness-2:before{content:"";}.mdi-brightness-3:before{content:"";}.mdi-brightness-4:before{content:"";}.mdi-brightness-5:before{content:"";}.mdi-brightness-6:before{content:"";}.mdi-brightness-7:before{content:"";}.mdi-brightness-auto:before{content:"";}.mdi-broom:before{content:"";}.mdi-brush:before{content:"";}.mdi-buffer:before{content:"";}.mdi-bug:before{content:"";}.mdi-bulletin-board:before{content:"";}.mdi-bullhorn:before{content:"";}.mdi-bullseye:before{content:"";}.mdi-burst-mode:before{content:"";}.mdi-bus:before{content:"";}.mdi-cached:before{content:"";}.mdi-cake:before{content:"";}.mdi-cake-layered:before{content:"";}.mdi-cake-variant:before{content:"";}.mdi-calculator:before{content:"";}.mdi-calendar:before{content:"";}.mdi-calendar-blank:before{content:"";}.mdi-calendar-check:before{content:"";}.mdi-calendar-clock:before{content:"";}.mdi-calendar-multiple:before{content:"";}.mdi-calendar-multiple-check:before{content:"";}.mdi-calendar-plus:before{content:"";}.mdi-calendar-question:before{content:"";}.mdi-calendar-range:before{content:"";}.mdi-calendar-remove:before{content:"";}.mdi-calendar-text:before{content:"";}.mdi-calendar-today:before{content:"";}.mdi-call-made:before{content:"";}.mdi-call-merge:before{content:"";}.mdi-call-missed:before{content:"";}.mdi-call-received:before{content:"";}.mdi-call-split:before{content:"";}.mdi-camcorder:before{content:"";}.mdi-camcorder-box:before{content:"";}.mdi-camcorder-box-off:before{content:"";}.mdi-camcorder-off:before{content:"";}.mdi-camera:before{content:"";}.mdi-camera-burst:before{content:"";}.mdi-camera-enhance:before{content:"";}.mdi-camera-front:before{content:"";}.mdi-camera-front-variant:before{content:"";}.mdi-camera-iris:before{content:"";}.mdi-camera-off:before{content:"";}.mdi-camera-party-mode:before{content:"";}.mdi-camera-rear:before{content:"";}.mdi-camera-rear-variant:before{content:"";}.mdi-camera-switch:before{content:"";}.mdi-camera-timer:before{content:"";}.mdi-cancel:before{content:"";}.mdi-candle:before{content:"";}.mdi-candycane:before{content:"";}.mdi-car:before{content:"";}.mdi-car-battery:before{content:"";}.mdi-car-connected:before{content:"";}.mdi-car-wash:before{content:"";}.mdi-cards:before{content:"";}.mdi-cards-outline:before{content:"";}.mdi-cards-playing-outline:before{content:"";}.mdi-cards-variant:before{content:"";}.mdi-carrot:before{content:"";}.mdi-cart:before{content:"";}.mdi-cart-off:before{content:"";}.mdi-cart-outline:before{content:"";}.mdi-cart-plus:before{content:"";}.mdi-case-sensitive-alt:before{content:"";}.mdi-cash:before{content:"";}.mdi-cash-100:before{content:"";}.mdi-cash-multiple:before{content:"";}.mdi-cash-usd:before{content:"";}.mdi-cast:before{content:"";}.mdi-cast-connected:before{content:"";}.mdi-cast-off:before{content:"";}.mdi-castle:before{content:"";}.mdi-cat:before{content:"";}.mdi-ceiling-light:before{content:"";}.mdi-cellphone:before{content:"";}.mdi-cellphone-android:before{content:"";}.mdi-cellphone-basic:before{content:"";}.mdi-cellphone-dock:before{content:"";}.mdi-cellphone-iphone:before{content:"";}.mdi-cellphone-link:before{content:"";}.mdi-cellphone-link-off:before{content:"";}.mdi-cellphone-settings:before{content:"";}.mdi-certificate:before{content:"";}.mdi-chair-school:before{content:"";}.mdi-chart-arc:before{content:"";}.mdi-chart-areaspline:before{content:"";}.mdi-chart-bar:before{content:"";}.mdi-chart-bar-stacked:before{content:"";}.mdi-chart-bubble:before{content:"";}.mdi-chart-gantt:before{content:"";}.mdi-chart-histogram:before{content:"";}.mdi-chart-line:before{content:"";}.mdi-chart-line-stacked:before{content:"";}.mdi-chart-pie:before{content:"";}.mdi-chart-scatterplot-hexbin:before{content:"";}.mdi-chart-timeline:before{content:"";}.mdi-check:before{content:"";}.mdi-check-all:before{content:"";}.mdi-check-circle:before{content:"";}.mdi-check-circle-outline:before{content:"";}.mdi-checkbox-blank:before{content:"";}.mdi-checkbox-blank-circle:before{content:"";}.mdi-checkbox-blank-circle-outline:before{content:"";}.mdi-checkbox-blank-outline:before{content:"";}.mdi-checkbox-marked:before{content:"";}.mdi-checkbox-marked-circle:before{content:"";}.mdi-checkbox-marked-circle-outline:before{content:"";}.mdi-checkbox-marked-outline:before{content:"";}.mdi-checkbox-multiple-blank:before{content:"";}.mdi-checkbox-multiple-blank-circle:before{content:"";}.mdi-checkbox-multiple-blank-circle-outline:before{content:"";}.mdi-checkbox-multiple-blank-outline:before{content:"";}.mdi-checkbox-multiple-marked:before{content:"";}.mdi-checkbox-multiple-marked-circle:before{content:"";}.mdi-checkbox-multiple-marked-circle-outline:before{content:"";}.mdi-checkbox-multiple-marked-outline:before{content:"";}.mdi-checkerboard:before{content:"";}.mdi-chemical-weapon:before{content:"";}.mdi-chevron-double-down:before{content:"";}.mdi-chevron-double-left:before{content:"";}.mdi-chevron-double-right:before{content:"";}.mdi-chevron-double-up:before{content:"";}.mdi-chevron-down:before{content:"";}.mdi-chevron-left:before{content:"";}.mdi-chevron-right:before{content:"";}.mdi-chevron-up:before{content:"";}.mdi-chip:before{content:"";}.mdi-church:before{content:"";}.mdi-circle:before{content:"";}.mdi-circle-outline:before{content:"";}.mdi-cisco-webex:before{content:"";}.mdi-city:before{content:"";}.mdi-clipboard:before{content:"";}.mdi-clipboard-account:before{content:"";}.mdi-clipboard-alert:before{content:"";}.mdi-clipboard-arrow-down:before{content:"";}.mdi-clipboard-arrow-left:before{content:"";}.mdi-clipboard-check:before{content:"";}.mdi-clipboard-flow:before{content:"";}.mdi-clipboard-outline:before{content:"";}.mdi-clipboard-plus:before{content:"";}.mdi-clipboard-text:before{content:"";}.mdi-clippy:before{content:"";}.mdi-clock:before{content:"";}.mdi-clock-alert:before{content:"";}.mdi-clock-end:before{content:"";}.mdi-clock-fast:before{content:"";}.mdi-clock-in:before{content:"";}.mdi-clock-out:before{content:"";}.mdi-clock-start:before{content:"";}.mdi-close:before{content:"";}.mdi-close-box:before{content:"";}.mdi-close-box-outline:before{content:"";}.mdi-close-circle:before{content:"";}.mdi-close-circle-outline:before{content:"";}.mdi-close-network:before{content:"";}.mdi-close-octagon:before{content:"";}.mdi-close-octagon-outline:before{content:"";}.mdi-close-outline:before{content:"";}.mdi-closed-caption:before{content:"";}.mdi-cloud:before{content:"";}.mdi-cloud-check:before{content:"";}.mdi-cloud-circle:before{content:"";}.mdi-cloud-download:before{content:"";}.mdi-cloud-off-outline:before{content:"";}.mdi-cloud-outline:before{content:"";}.mdi-cloud-print:before{content:"";}.mdi-cloud-print-outline:before{content:"";}.mdi-cloud-sync:before{content:"";}.mdi-cloud-upload:before{content:"";}.mdi-code-array:before{content:"";}.mdi-code-braces:before{content:"";}.mdi-code-brackets:before{content:"";}.mdi-code-equal:before{content:"";}.mdi-code-greater-than:before{content:"";}.mdi-code-greater-than-or-equal:before{content:"";}.mdi-code-less-than:before{content:"";}.mdi-code-less-than-or-equal:before{content:"";}.mdi-code-not-equal:before{content:"";}.mdi-code-not-equal-variant:before{content:"";}.mdi-code-parentheses:before{content:"";}.mdi-code-string:before{content:"";}.mdi-code-tags:before{content:"";}.mdi-code-tags-check:before{content:"";}.mdi-codepen:before{content:"";}.mdi-coffee:before{content:"";}.mdi-coffee-outline:before{content:"";}.mdi-coffee-to-go:before{content:"";}.mdi-coin:before{content:"";}.mdi-coins:before{content:"";}.mdi-collage:before{content:"";}.mdi-color-helper:before{content:"";}.mdi-comment:before{content:"";}.mdi-comment-account:before{content:"";}.mdi-comment-account-outline:before{content:"";}.mdi-comment-alert:before{content:"";}.mdi-comment-alert-outline:before{content:"";}.mdi-comment-check:before{content:"";}.mdi-comment-check-outline:before{content:"";}.mdi-comment-multiple-outline:before{content:"";}.mdi-comment-outline:before{content:"";}.mdi-comment-plus-outline:before{content:"";}.mdi-comment-processing:before{content:"";}.mdi-comment-processing-outline:before{content:"";}.mdi-comment-question-outline:before{content:"";}.mdi-comment-remove-outline:before{content:"";}.mdi-comment-text:before{content:"";}.mdi-comment-text-outline:before{content:"";}.mdi-compare:before{content:"";}.mdi-compass:before{content:"";}.mdi-compass-outline:before{content:"";}.mdi-console:before{content:"";}.mdi-contact-mail:before{content:"";}.mdi-contacts:before{content:"";}.mdi-content-copy:before{content:"";}.mdi-content-cut:before{content:"";}.mdi-content-duplicate:before{content:"";}.mdi-content-paste:before{content:"";}.mdi-content-save:before{content:"";}.mdi-content-save-all:before{content:"";}.mdi-content-save-settings:before{content:"";}.mdi-contrast:before{content:"";}.mdi-contrast-box:before{content:"";}.mdi-contrast-circle:before{content:"";}.mdi-cookie:before{content:"";}.mdi-copyright:before{content:"";}.mdi-counter:before{content:"";}.mdi-cow:before{content:"";}.mdi-creation:before{content:"";}.mdi-credit-card:before{content:"";}.mdi-credit-card-multiple:before{content:"";}.mdi-credit-card-off:before{content:"";}.mdi-credit-card-plus:before{content:"";}.mdi-credit-card-scan:before{content:"";}.mdi-crop:before{content:"";}.mdi-crop-free:before{content:"";}.mdi-crop-landscape:before{content:"";}.mdi-crop-portrait:before{content:"";}.mdi-crop-rotate:before{content:"";}.mdi-crop-square:before{content:"";}.mdi-crosshairs:before{content:"";}.mdi-crosshairs-gps:before{content:"";}.mdi-crown:before{content:"";}.mdi-cube:before{content:"";}.mdi-cube-outline:before{content:"";}.mdi-cube-send:before{content:"";}.mdi-cube-unfolded:before{content:"";}.mdi-cup:before{content:"";}.mdi-cup-off:before{content:"";}.mdi-cup-water:before{content:"";}.mdi-currency-btc:before{content:"";}.mdi-currency-eur:before{content:"";}.mdi-currency-gbp:before{content:"";}.mdi-currency-inr:before{content:"";}.mdi-currency-ngn:before{content:"";}.mdi-currency-rub:before{content:"";}.mdi-currency-try:before{content:"";}.mdi-currency-usd:before{content:"";}.mdi-currency-usd-off:before{content:"";}.mdi-cursor-default:before{content:"";}.mdi-cursor-default-outline:before{content:"";}.mdi-cursor-move:before{content:"";}.mdi-cursor-pointer:before{content:"";}.mdi-cursor-text:before{content:"";}.mdi-database:before{content:"";}.mdi-database-minus:before{content:"";}.mdi-database-plus:before{content:"";}.mdi-debug-step-into:before{content:"";}.mdi-debug-step-out:before{content:"";}.mdi-debug-step-over:before{content:"";}.mdi-decagram:before{content:"";}.mdi-decagram-outline:before{content:"";}.mdi-decimal-decrease:before{content:"";}.mdi-decimal-increase:before{content:"";}.mdi-delete:before{content:"";}.mdi-delete-circle:before{content:"";}.mdi-delete-empty:before{content:"";}.mdi-delete-forever:before{content:"";}.mdi-delete-sweep:before{content:"";}.mdi-delete-variant:before{content:"";}.mdi-delta:before{content:"";}.mdi-deskphone:before{content:"";}.mdi-desktop-mac:before{content:"";}.mdi-desktop-tower:before{content:"";}.mdi-details:before{content:"";}.mdi-developer-board:before{content:"";}.mdi-deviantart:before{content:"";}.mdi-dialpad:before{content:"";}.mdi-diamond:before{content:"";}.mdi-dice-1:before{content:"";}.mdi-dice-2:before{content:"";}.mdi-dice-3:before{content:"";}.mdi-dice-4:before{content:"";}.mdi-dice-5:before{content:"";}.mdi-dice-6:before{content:"";}.mdi-dice-d10:before{content:"";}.mdi-dice-d20:before{content:"";}.mdi-dice-d4:before{content:"";}.mdi-dice-d6:before{content:"";}.mdi-dice-d8:before{content:"";}.mdi-dice-multiple:before{content:"";}.mdi-dictionary:before{content:"";}.mdi-directions:before{content:"";}.mdi-directions-fork:before{content:"";}.mdi-discord:before{content:"";}.mdi-disk:before{content:"";}.mdi-disk-alert:before{content:"";}.mdi-disqus:before{content:"";}.mdi-disqus-outline:before{content:"";}.mdi-division:before{content:"";}.mdi-division-box:before{content:"";}.mdi-dna:before{content:"";}.mdi-dns:before{content:"";}.mdi-do-not-disturb:before{content:"";}.mdi-do-not-disturb-off:before{content:"";}.mdi-dolby:before{content:"";}.mdi-domain:before{content:"";}.mdi-dots-horizontal:before{content:"";}.mdi-dots-vertical:before{content:"";}.mdi-douban:before{content:"";}.mdi-download:before{content:"";}.mdi-download-network:before{content:"";}.mdi-drag:before{content:"";}.mdi-drag-horizontal:before{content:"";}.mdi-drag-vertical:before{content:"";}.mdi-drawing:before{content:"";}.mdi-drawing-box:before{content:"";}.mdi-dribbble:before{content:"";}.mdi-dribbble-box:before{content:"";}.mdi-drone:before{content:"";}.mdi-dropbox:before{content:"";}.mdi-drupal:before{content:"";}.mdi-duck:before{content:"";}.mdi-dumbbell:before{content:"";}.mdi-earth:before{content:"";}.mdi-earth-box:before{content:"";}.mdi-earth-box-off:before{content:"";}.mdi-earth-off:before{content:"";}.mdi-edge:before{content:"";}.mdi-eject:before{content:"";}.mdi-elevation-decline:before{content:"";}.mdi-elevation-rise:before{content:"";}.mdi-elevator:before{content:"";}.mdi-email:before{content:"";}.mdi-email-alert:before{content:"";}.mdi-email-open:before{content:"";}.mdi-email-open-outline:before{content:"";}.mdi-email-outline:before{content:"";}.mdi-email-secure:before{content:"";}.mdi-email-variant:before{content:"";}.mdi-emby:before{content:"";}.mdi-emoticon:before{content:"";}.mdi-emoticon-cool:before{content:"";}.mdi-emoticon-dead:before{content:"";}.mdi-emoticon-devil:before{content:"";}.mdi-emoticon-excited:before{content:"";}.mdi-emoticon-happy:before{content:"";}.mdi-emoticon-neutral:before{content:"";}.mdi-emoticon-poop:before{content:"";}.mdi-emoticon-sad:before{content:"";}.mdi-emoticon-tongue:before{content:"";}.mdi-engine:before{content:"";}.mdi-engine-outline:before{content:"";}.mdi-equal:before{content:"";}.mdi-equal-box:before{content:"";}.mdi-eraser:before{content:"";}.mdi-eraser-variant:before{content:"";}.mdi-escalator:before{content:"";}.mdi-ethernet:before{content:"";}.mdi-ethernet-cable:before{content:"";}.mdi-ethernet-cable-off:before{content:"";}.mdi-etsy:before{content:"";}.mdi-ev-station:before{content:"";}.mdi-evernote:before{content:"";}.mdi-exclamation:before{content:"";}.mdi-exit-to-app:before{content:"";}.mdi-export:before{content:"";}.mdi-eye:before{content:"";}.mdi-eye-off:before{content:"";}.mdi-eye-off-outline:before{content:"";}.mdi-eye-outline:before{content:"";}.mdi-eyedropper:before{content:"";}.mdi-eyedropper-variant:before{content:"";}.mdi-face:before{content:"";}.mdi-face-profile:before{content:"";}.mdi-facebook:before{content:"";}.mdi-facebook-box:before{content:"";}.mdi-facebook-messenger:before{content:"";}.mdi-factory:before{content:"";}.mdi-fan:before{content:"";}.mdi-fast-forward:before{content:"";}.mdi-fast-forward-outline:before{content:"";}.mdi-fax:before{content:"";}.mdi-feather:before{content:"";}.mdi-ferry:before{content:"";}.mdi-file:before{content:"";}.mdi-file-account:before{content:"";}.mdi-file-chart:before{content:"";}.mdi-file-check:before{content:"";}.mdi-file-cloud:before{content:"";}.mdi-file-delimited:before{content:"";}.mdi-file-document:before{content:"";}.mdi-file-document-box:before{content:"";}.mdi-file-excel:before{content:"";}.mdi-file-excel-box:before{content:"";}.mdi-file-export:before{content:"";}.mdi-file-find:before{content:"";}.mdi-file-hidden:before{content:"";}.mdi-file-image:before{content:"";}.mdi-file-import:before{content:"";}.mdi-file-lock:before{content:"";}.mdi-file-multiple:before{content:"";}.mdi-file-music:before{content:"";}.mdi-file-outline:before{content:"";}.mdi-file-pdf:before{content:"";}.mdi-file-pdf-box:before{content:"";}.mdi-file-plus:before{content:"";}.mdi-file-powerpoint:before{content:"";}.mdi-file-powerpoint-box:before{content:"";}.mdi-file-presentation-box:before{content:"";}.mdi-file-restore:before{content:"";}.mdi-file-send:before{content:"";}.mdi-file-tree:before{content:"";}.mdi-file-video:before{content:"";}.mdi-file-word:before{content:"";}.mdi-file-word-box:before{content:"";}.mdi-file-xml:before{content:"";}.mdi-film:before{content:"";}.mdi-filmstrip:before{content:"";}.mdi-filmstrip-off:before{content:"";}.mdi-filter:before{content:"";}.mdi-filter-outline:before{content:"";}.mdi-filter-remove:before{content:"";}.mdi-filter-remove-outline:before{content:"";}.mdi-filter-variant:before{content:"";}.mdi-find-replace:before{content:"";}.mdi-fingerprint:before{content:"";}.mdi-fire:before{content:"";}.mdi-firefox:before{content:"";}.mdi-fish:before{content:"";}.mdi-flag:before{content:"";}.mdi-flag-checkered:before{content:"";}.mdi-flag-outline:before{content:"";}.mdi-flag-outline-variant:before{content:"";}.mdi-flag-triangle:before{content:"";}.mdi-flag-variant:before{content:"";}.mdi-flash:before{content:"";}.mdi-flash-auto:before{content:"";}.mdi-flash-off:before{content:"";}.mdi-flash-outline:before{content:"";}.mdi-flash-red-eye:before{content:"";}.mdi-flashlight:before{content:"";}.mdi-flashlight-off:before{content:"";}.mdi-flask:before{content:"";}.mdi-flask-empty:before{content:"";}.mdi-flask-empty-outline:before{content:"";}.mdi-flask-outline:before{content:"";}.mdi-flattr:before{content:"";}.mdi-flip-to-back:before{content:"";}.mdi-flip-to-front:before{content:"";}.mdi-floppy:before{content:"";}.mdi-flower:before{content:"";}.mdi-folder:before{content:"";}.mdi-folder-account:before{content:"";}.mdi-folder-download:before{content:"";}.mdi-folder-google-drive:before{content:"";}.mdi-folder-image:before{content:"";}.mdi-folder-lock:before{content:"";}.mdi-folder-lock-open:before{content:"";}.mdi-folder-move:before{content:"";}.mdi-folder-multiple:before{content:"";}.mdi-folder-multiple-image:before{content:"";}.mdi-folder-multiple-outline:before{content:"";}.mdi-folder-open:before{content:"";}.mdi-folder-outline:before{content:"";}.mdi-folder-plus:before{content:"";}.mdi-folder-remove:before{content:"";}.mdi-folder-star:before{content:"";}.mdi-folder-upload:before{content:"";}.mdi-font-awesome:before{content:"";}.mdi-food:before{content:"";}.mdi-food-apple:before{content:"";}.mdi-food-fork-drink:before{content:"";}.mdi-food-off:before{content:"";}.mdi-food-variant:before{content:"";}.mdi-football:before{content:"";}.mdi-football-australian:before{content:"";}.mdi-football-helmet:before{content:"";}.mdi-format-align-bottom:before{content:"";}.mdi-format-align-center:before{content:"";}.mdi-format-align-justify:before{content:"";}.mdi-format-align-left:before{content:"";}.mdi-format-align-middle:before{content:"";}.mdi-format-align-right:before{content:"";}.mdi-format-align-top:before{content:"";}.mdi-format-annotation-plus:before{content:"";}.mdi-format-bold:before{content:"";}.mdi-format-clear:before{content:"";}.mdi-format-color-fill:before{content:"";}.mdi-format-color-text:before{content:"";}.mdi-format-float-center:before{content:"";}.mdi-format-float-left:before{content:"";}.mdi-format-float-none:before{content:"";}.mdi-format-float-right:before{content:"";}.mdi-format-font:before{content:"";}.mdi-format-header-1:before{content:"";}.mdi-format-header-2:before{content:"";}.mdi-format-header-3:before{content:"";}.mdi-format-header-4:before{content:"";}.mdi-format-header-5:before{content:"";}.mdi-format-header-6:before{content:"";}.mdi-format-header-decrease:before{content:"";}.mdi-format-header-equal:before{content:"";}.mdi-format-header-increase:before{content:"";}.mdi-format-header-pound:before{content:"";}.mdi-format-horizontal-align-center:before{content:"";}.mdi-format-horizontal-align-left:before{content:"";}.mdi-format-horizontal-align-right:before{content:"";}.mdi-format-indent-decrease:before{content:"";}.mdi-format-indent-increase:before{content:"";}.mdi-format-italic:before{content:"";}.mdi-format-line-spacing:before{content:"";}.mdi-format-line-style:before{content:"";}.mdi-format-line-weight:before{content:"";}.mdi-format-list-bulleted:before{content:"";}.mdi-format-list-bulleted-type:before{content:"";}.mdi-format-list-checks:before{content:"";}.mdi-format-list-numbers:before{content:"";}.mdi-format-page-break:before{content:"";}.mdi-format-paint:before{content:"";}.mdi-format-paragraph:before{content:"";}.mdi-format-pilcrow:before{content:"";}.mdi-format-quote-close:before{content:"";}.mdi-format-quote-open:before{content:"";}.mdi-format-rotate-90:before{content:"";}.mdi-format-section:before{content:"";}.mdi-format-size:before{content:"";}.mdi-format-strikethrough:before{content:"";}.mdi-format-strikethrough-variant:before{content:"";}.mdi-format-subscript:before{content:"";}.mdi-format-superscript:before{content:"";}.mdi-format-text:before{content:"";}.mdi-format-textdirection-l-to-r:before{content:"";}.mdi-format-textdirection-r-to-l:before{content:"";}.mdi-format-title:before{content:"";}.mdi-format-underline:before{content:"";}.mdi-format-vertical-align-bottom:before{content:"";}.mdi-format-vertical-align-center:before{content:"";}.mdi-format-vertical-align-top:before{content:"";}.mdi-format-wrap-inline:before{content:"";}.mdi-format-wrap-square:before{content:"";}.mdi-format-wrap-tight:before{content:"";}.mdi-format-wrap-top-bottom:before{content:"";}.mdi-forum:before{content:"";}.mdi-forward:before{content:"";}.mdi-foursquare:before{content:"";}.mdi-fridge:before{content:"";}.mdi-fridge-filled:before{content:"";}.mdi-fridge-filled-bottom:before{content:"";}.mdi-fridge-filled-top:before{content:"";}.mdi-fullscreen:before{content:"";}.mdi-fullscreen-exit:before{content:"";}.mdi-function:before{content:"";}.mdi-gamepad:before{content:"";}.mdi-gamepad-variant:before{content:"";}.mdi-garage:before{content:"";}.mdi-garage-open:before{content:"";}.mdi-gas-cylinder:before{content:"";}.mdi-gas-station:before{content:"";}.mdi-gate:before{content:"";}.mdi-gauge:before{content:"";}.mdi-gavel:before{content:"";}.mdi-gender-female:before{content:"";}.mdi-gender-male:before{content:"";}.mdi-gender-male-female:before{content:"";}.mdi-gender-transgender:before{content:"";}.mdi-gesture-double-tap:before{content:"";}.mdi-gesture-swipe-down:before{content:"";}.mdi-gesture-swipe-left:before{content:"";}.mdi-gesture-swipe-right:before{content:"";}.mdi-gesture-swipe-up:before{content:"";}.mdi-gesture-tap:before{content:"";}.mdi-gesture-two-double-tap:before{content:"";}.mdi-gesture-two-tap:before{content:"";}.mdi-ghost:before{content:"";}.mdi-gift:before{content:"";}.mdi-git:before{content:"";}.mdi-github-box:before{content:"";}.mdi-github-circle:before{content:"";}.mdi-github-face:before{content:"";}.mdi-glass-flute:before{content:"";}.mdi-glass-mug:before{content:"";}.mdi-glass-stange:before{content:"";}.mdi-glass-tulip:before{content:"";}.mdi-glassdoor:before{content:"";}.mdi-glasses:before{content:"";}.mdi-gmail:before{content:"";}.mdi-gnome:before{content:"";}.mdi-gondola:before{content:"";}.mdi-google:before{content:"";}.mdi-google-cardboard:before{content:"";}.mdi-google-chrome:before{content:"";}.mdi-google-circles:before{content:"";}.mdi-google-circles-communities:before{content:"";}.mdi-google-circles-extended:before{content:"";}.mdi-google-circles-group:before{content:"";}.mdi-google-controller:before{content:"";}.mdi-google-controller-off:before{content:"";}.mdi-google-drive:before{content:"";}.mdi-google-earth:before{content:"";}.mdi-google-glass:before{content:"";}.mdi-google-keep:before{content:"";}.mdi-google-maps:before{content:"";}.mdi-google-nearby:before{content:"";}.mdi-google-pages:before{content:"";}.mdi-google-photos:before{content:"";}.mdi-google-physical-web:before{content:"";}.mdi-google-play:before{content:"";}.mdi-google-plus:before{content:"";}.mdi-google-plus-box:before{content:"";}.mdi-google-translate:before{content:"";}.mdi-google-wallet:before{content:"";}.mdi-gradient:before{content:"";}.mdi-grease-pencil:before{content:"";}.mdi-grid:before{content:"";}.mdi-grid-large:before{content:"";}.mdi-grid-off:before{content:"";}.mdi-group:before{content:"";}.mdi-guitar-acoustic:before{content:"";}.mdi-guitar-electric:before{content:"";}.mdi-guitar-pick:before{content:"";}.mdi-guitar-pick-outline:before{content:"";}.mdi-hackernews:before{content:"";}.mdi-hamburger:before{content:"";}.mdi-hand-pointing-right:before{content:"";}.mdi-hanger:before{content:"";}.mdi-hangouts:before{content:"";}.mdi-harddisk:before{content:"";}.mdi-headphones:before{content:"";}.mdi-headphones-box:before{content:"";}.mdi-headphones-settings:before{content:"";}.mdi-headset:before{content:"";}.mdi-headset-dock:before{content:"";}.mdi-headset-off:before{content:"";}.mdi-heart:before{content:"";}.mdi-heart-box:before{content:"";}.mdi-heart-box-outline:before{content:"";}.mdi-heart-broken:before{content:"";}.mdi-heart-half:before{content:"";}.mdi-heart-half-full:before{content:"";}.mdi-heart-half-outline:before{content:"";}.mdi-heart-off:before{content:"";}.mdi-heart-outline:before{content:"";}.mdi-heart-pulse:before{content:"";}.mdi-help:before{content:"";}.mdi-help-box:before{content:"";}.mdi-help-circle:before{content:"";}.mdi-help-circle-outline:before{content:"";}.mdi-help-network:before{content:"";}.mdi-hexagon:before{content:"";}.mdi-hexagon-multiple:before{content:"";}.mdi-hexagon-outline:before{content:"";}.mdi-highway:before{content:"";}.mdi-history:before{content:"";}.mdi-hololens:before{content:"";}.mdi-home:before{content:"";}.mdi-home-map-marker:before{content:"";}.mdi-home-modern:before{content:"";}.mdi-home-outline:before{content:"";}.mdi-home-variant:before{content:"";}.mdi-hook:before{content:"";}.mdi-hook-off:before{content:"";}.mdi-hops:before{content:"";}.mdi-hospital:before{content:"";}.mdi-hospital-building:before{content:"";}.mdi-hospital-marker:before{content:"";}.mdi-hotel:before{content:"";}.mdi-houzz:before{content:"";}.mdi-houzz-box:before{content:"";}.mdi-human:before{content:"";}.mdi-human-child:before{content:"";}.mdi-human-female:before{content:"";}.mdi-human-greeting:before{content:"";}.mdi-human-handsdown:before{content:"";}.mdi-human-handsup:before{content:"";}.mdi-human-male:before{content:"";}.mdi-human-male-female:before{content:"";}.mdi-human-pregnant:before{content:"";}.mdi-humble-bundle:before{content:"";}.mdi-image:before{content:"";}.mdi-image-album:before{content:"";}.mdi-image-area:before{content:"";}.mdi-image-area-close:before{content:"";}.mdi-image-broken:before{content:"";}.mdi-image-broken-variant:before{content:"";}.mdi-image-filter:before{content:"";}.mdi-image-filter-black-white:before{content:"";}.mdi-image-filter-center-focus:before{content:"";}.mdi-image-filter-center-focus-weak:before{content:"";}.mdi-image-filter-drama:before{content:"";}.mdi-image-filter-frames:before{content:"";}.mdi-image-filter-hdr:before{content:"";}.mdi-image-filter-none:before{content:"";}.mdi-image-filter-tilt-shift:before{content:"";}.mdi-image-filter-vintage:before{content:"";}.mdi-image-multiple:before{content:"";}.mdi-import:before{content:"";}.mdi-inbox:before{content:"";}.mdi-inbox-arrow-down:before{content:"";}.mdi-inbox-arrow-up:before{content:"";}.mdi-incognito:before{content:"";}.mdi-infinity:before{content:"";}.mdi-information:before{content:"";}.mdi-information-outline:before{content:"";}.mdi-information-variant:before{content:"";}.mdi-instagram:before{content:"";}.mdi-instapaper:before{content:"";}.mdi-internet-explorer:before{content:"";}.mdi-invert-colors:before{content:"";}.mdi-itunes:before{content:"";}.mdi-jeepney:before{content:"";}.mdi-jira:before{content:"";}.mdi-jsfiddle:before{content:"";}.mdi-json:before{content:"";}.mdi-keg:before{content:"";}.mdi-kettle:before{content:"";}.mdi-key:before{content:"";}.mdi-key-change:before{content:"";}.mdi-key-minus:before{content:"";}.mdi-key-plus:before{content:"";}.mdi-key-remove:before{content:"";}.mdi-key-variant:before{content:"";}.mdi-keyboard:before{content:"";}.mdi-keyboard-backspace:before{content:"";}.mdi-keyboard-caps:before{content:"";}.mdi-keyboard-close:before{content:"";}.mdi-keyboard-off:before{content:"";}.mdi-keyboard-return:before{content:"";}.mdi-keyboard-tab:before{content:"";}.mdi-keyboard-variant:before{content:"";}.mdi-kickstarter:before{content:"";}.mdi-kodi:before{content:"";}.mdi-label:before{content:"";}.mdi-label-outline:before{content:"";}.mdi-lambda:before{content:"";}.mdi-lamp:before{content:"";}.mdi-lan:before{content:"";}.mdi-lan-connect:before{content:"";}.mdi-lan-disconnect:before{content:"";}.mdi-lan-pending:before{content:"";}.mdi-language-c:before{content:"";}.mdi-language-cpp:before{content:"";}.mdi-language-csharp:before{content:"";}.mdi-language-css3:before{content:"";}.mdi-language-html5:before{content:"";}.mdi-language-javascript:before{content:"";}.mdi-language-php:before{content:"";}.mdi-language-python:before{content:"";}.mdi-language-python-text:before{content:"";}.mdi-language-swift:before{content:"";}.mdi-language-typescript:before{content:"";}.mdi-laptop:before{content:"";}.mdi-laptop-chromebook:before{content:"";}.mdi-laptop-mac:before{content:"";}.mdi-laptop-off:before{content:"";}.mdi-laptop-windows:before{content:"";}.mdi-lastfm:before{content:"";}.mdi-launch:before{content:"";}.mdi-layers:before{content:"";}.mdi-layers-off:before{content:"";}.mdi-lead-pencil:before{content:"";}.mdi-leaf:before{content:"";}.mdi-led-off:before{content:"";}.mdi-led-on:before{content:"";}.mdi-led-outline:before{content:"";}.mdi-led-variant-off:before{content:"";}.mdi-led-variant-on:before{content:"";}.mdi-led-variant-outline:before{content:"";}.mdi-library:before{content:"";}.mdi-library-books:before{content:"";}.mdi-library-music:before{content:"";}.mdi-library-plus:before{content:"";}.mdi-lightbulb:before{content:"";}.mdi-lightbulb-on:before{content:"";}.mdi-lightbulb-on-outline:before{content:"";}.mdi-lightbulb-outline:before{content:"";}.mdi-link:before{content:"";}.mdi-link-off:before{content:"";}.mdi-link-variant:before{content:"";}.mdi-link-variant-off:before{content:"";}.mdi-linkedin:before{content:"";}.mdi-linkedin-box:before{content:"";}.mdi-linux:before{content:"";}.mdi-loading:before{content:"";}.mdi-lock:before{content:"";}.mdi-lock-open:before{content:"";}.mdi-lock-open-outline:before{content:"";}.mdi-lock-outline:before{content:"";}.mdi-lock-pattern:before{content:"";}.mdi-lock-plus:before{content:"";}.mdi-lock-reset:before{content:"";}.mdi-login:before{content:"";}.mdi-login-variant:before{content:"";}.mdi-logout:before{content:"";}.mdi-logout-variant:before{content:"";}.mdi-looks:before{content:"";}.mdi-loop:before{content:"";}.mdi-loupe:before{content:"";}.mdi-lumx:before{content:"";}.mdi-magnet:before{content:"";}.mdi-magnet-on:before{content:"";}.mdi-magnify:before{content:"";}.mdi-magnify-minus:before{content:"";}.mdi-magnify-minus-outline:before{content:"";}.mdi-magnify-plus:before{content:"";}.mdi-magnify-plus-outline:before{content:"";}.mdi-mail-ru:before{content:"";}.mdi-mailbox:before{content:"";}.mdi-map:before{content:"";}.mdi-map-marker:before{content:"";}.mdi-map-marker-circle:before{content:"";}.mdi-map-marker-minus:before{content:"";}.mdi-map-marker-multiple:before{content:"";}.mdi-map-marker-off:before{content:"";}.mdi-map-marker-plus:before{content:"";}.mdi-map-marker-radius:before{content:"";}.mdi-margin:before{content:"";}.mdi-markdown:before{content:"";}.mdi-marker:before{content:"";}.mdi-marker-check:before{content:"";}.mdi-martini:before{content:"";}.mdi-material-ui:before{content:"";}.mdi-math-compass:before{content:"";}.mdi-matrix:before{content:"";}.mdi-maxcdn:before{content:"";}.mdi-medical-bag:before{content:"";}.mdi-medium:before{content:"";}.mdi-memory:before{content:"";}.mdi-menu:before{content:"";}.mdi-menu-down:before{content:"";}.mdi-menu-down-outline:before{content:"";}.mdi-menu-left:before{content:"";}.mdi-menu-right:before{content:"";}.mdi-menu-up:before{content:"";}.mdi-menu-up-outline:before{content:"";}.mdi-message:before{content:"";}.mdi-message-alert:before{content:"";}.mdi-message-bulleted:before{content:"";}.mdi-message-bulleted-off:before{content:"";}.mdi-message-draw:before{content:"";}.mdi-message-image:before{content:"";}.mdi-message-outline:before{content:"";}.mdi-message-plus:before{content:"";}.mdi-message-processing:before{content:"";}.mdi-message-reply:before{content:"";}.mdi-message-reply-text:before{content:"";}.mdi-message-settings:before{content:"";}.mdi-message-settings-variant:before{content:"";}.mdi-message-text:before{content:"";}.mdi-message-text-outline:before{content:"";}.mdi-message-video:before{content:"";}.mdi-meteor:before{content:"";}.mdi-microphone:before{content:"";}.mdi-microphone-off:before{content:"";}.mdi-microphone-outline:before{content:"";}.mdi-microphone-settings:before{content:"";}.mdi-microphone-variant:before{content:"";}.mdi-microphone-variant-off:before{content:"";}.mdi-microscope:before{content:"";}.mdi-microsoft:before{content:"";}.mdi-minecraft:before{content:"";}.mdi-minus:before{content:"";}.mdi-minus-box:before{content:"";}.mdi-minus-box-outline:before{content:"";}.mdi-minus-circle:before{content:"";}.mdi-minus-circle-outline:before{content:"";}.mdi-minus-network:before{content:"";}.mdi-mixcloud:before{content:"";}.mdi-monitor:before{content:"";}.mdi-monitor-multiple:before{content:"";}.mdi-more:before{content:"";}.mdi-motorbike:before{content:"";}.mdi-mouse:before{content:"";}.mdi-mouse-off:before{content:"";}.mdi-mouse-variant:before{content:"";}.mdi-mouse-variant-off:before{content:"";}.mdi-move-resize:before{content:"";}.mdi-move-resize-variant:before{content:"";}.mdi-movie:before{content:"";}.mdi-multiplication:before{content:"";}.mdi-multiplication-box:before{content:"";}.mdi-music:before{content:"";}.mdi-music-box:before{content:"";}.mdi-music-box-outline:before{content:"";}.mdi-music-circle:before{content:"";}.mdi-music-note:before{content:"";}.mdi-music-note-bluetooth:before{content:"";}.mdi-music-note-bluetooth-off:before{content:"";}.mdi-music-note-eighth:before{content:"";}.mdi-music-note-half:before{content:"";}.mdi-music-note-off:before{content:"";}.mdi-music-note-quarter:before{content:"";}.mdi-music-note-sixteenth:before{content:"";}.mdi-music-note-whole:before{content:"";}.mdi-music-off:before{content:"";}.mdi-nature:before{content:"";}.mdi-nature-people:before{content:"";}.mdi-navigation:before{content:"";}.mdi-near-me:before{content:"";}.mdi-needle:before{content:"";}.mdi-nest-protect:before{content:"";}.mdi-nest-thermostat:before{content:"";}.mdi-netflix:before{content:"";}.mdi-network:before{content:"";}.mdi-new-box:before{content:"";}.mdi-newspaper:before{content:"";}.mdi-nfc:before{content:"";}.mdi-nfc-tap:before{content:"";}.mdi-nfc-variant:before{content:"";}.mdi-ninja:before{content:"";}.mdi-nodejs:before{content:"";}.mdi-note:before{content:"";}.mdi-note-multiple:before{content:"";}.mdi-note-multiple-outline:before{content:"";}.mdi-note-outline:before{content:"";}.mdi-note-plus:before{content:"";}.mdi-note-plus-outline:before{content:"";}.mdi-note-text:before{content:"";}.mdi-notification-clear-all:before{content:"";}.mdi-npm:before{content:"";}.mdi-nuke:before{content:"";}.mdi-numeric:before{content:"";}.mdi-numeric-0-box:before{content:"";}.mdi-numeric-0-box-multiple-outline:before{content:"";}.mdi-numeric-0-box-outline:before{content:"";}.mdi-numeric-1-box:before{content:"";}.mdi-numeric-1-box-multiple-outline:before{content:"";}.mdi-numeric-1-box-outline:before{content:"";}.mdi-numeric-2-box:before{content:"";}.mdi-numeric-2-box-multiple-outline:before{content:"";}.mdi-numeric-2-box-outline:before{content:"";}.mdi-numeric-3-box:before{content:"";}.mdi-numeric-3-box-multiple-outline:before{content:"";}.mdi-numeric-3-box-outline:before{content:"";}.mdi-numeric-4-box:before{content:"";}.mdi-numeric-4-box-multiple-outline:before{content:"";}.mdi-numeric-4-box-outline:before{content:"";}.mdi-numeric-5-box:before{content:"";}.mdi-numeric-5-box-multiple-outline:before{content:"";}.mdi-numeric-5-box-outline:before{content:"";}.mdi-numeric-6-box:before{content:"";}.mdi-numeric-6-box-multiple-outline:before{content:"";}.mdi-numeric-6-box-outline:before{content:"";}.mdi-numeric-7-box:before{content:"";}.mdi-numeric-7-box-multiple-outline:before{content:"";}.mdi-numeric-7-box-outline:before{content:"";}.mdi-numeric-8-box:before{content:"";}.mdi-numeric-8-box-multiple-outline:before{content:"";}.mdi-numeric-8-box-outline:before{content:"";}.mdi-numeric-9-box:before{content:"";}.mdi-numeric-9-box-multiple-outline:before{content:"";}.mdi-numeric-9-box-outline:before{content:"";}.mdi-numeric-9-plus-box:before{content:"";}.mdi-numeric-9-plus-box-multiple-outline:before{content:"";}.mdi-numeric-9-plus-box-outline:before{content:"";}.mdi-nut:before{content:"";}.mdi-nutrition:before{content:"";}.mdi-oar:before{content:"";}.mdi-octagon:before{content:"";}.mdi-octagon-outline:before{content:"";}.mdi-octagram:before{content:"";}.mdi-octagram-outline:before{content:"";}.mdi-odnoklassniki:before{content:"";}.mdi-office:before{content:"";}.mdi-oil:before{content:"";}.mdi-oil-temperature:before{content:"";}.mdi-omega:before{content:"";}.mdi-onedrive:before{content:"";}.mdi-onenote:before{content:"";}.mdi-opacity:before{content:"";}.mdi-open-in-app:before{content:"";}.mdi-open-in-new:before{content:"";}.mdi-openid:before{content:"";}.mdi-opera:before{content:"";}.mdi-orbit:before{content:"";}.mdi-ornament:before{content:"";}.mdi-ornament-variant:before{content:"";}.mdi-owl:before{content:"";}.mdi-package:before{content:"";}.mdi-package-down:before{content:"";}.mdi-package-up:before{content:"";}.mdi-package-variant:before{content:"";}.mdi-package-variant-closed:before{content:"";}.mdi-page-first:before{content:"";}.mdi-page-last:before{content:"";}.mdi-page-layout-body:before{content:"";}.mdi-page-layout-footer:before{content:"";}.mdi-page-layout-header:before{content:"";}.mdi-page-layout-sidebar-left:before{content:"";}.mdi-page-layout-sidebar-right:before{content:"";}.mdi-palette:before{content:"";}.mdi-palette-advanced:before{content:"";}.mdi-panda:before{content:"";}.mdi-pandora:before{content:"";}.mdi-panorama:before{content:"";}.mdi-panorama-fisheye:before{content:"";}.mdi-panorama-horizontal:before{content:"";}.mdi-panorama-vertical:before{content:"";}.mdi-panorama-wide-angle:before{content:"";}.mdi-paper-cut-vertical:before{content:"";}.mdi-paperclip:before{content:"";}.mdi-parking:before{content:"";}.mdi-pause:before{content:"";}.mdi-pause-circle:before{content:"";}.mdi-pause-circle-outline:before{content:"";}.mdi-pause-octagon:before{content:"";}.mdi-pause-octagon-outline:before{content:"";}.mdi-paw:before{content:"";}.mdi-paw-off:before{content:"";}.mdi-pen:before{content:"";}.mdi-pencil:before{content:"";}.mdi-pencil-box:before{content:"";}.mdi-pencil-box-outline:before{content:"";}.mdi-pencil-circle:before{content:"";}.mdi-pencil-circle-outline:before{content:"";}.mdi-pencil-lock:before{content:"";}.mdi-pencil-off:before{content:"";}.mdi-pentagon:before{content:"";}.mdi-pentagon-outline:before{content:"";}.mdi-percent:before{content:"";}.mdi-periscope:before{content:"";}.mdi-pharmacy:before{content:"";}.mdi-phone:before{content:"";}.mdi-phone-bluetooth:before{content:"";}.mdi-phone-classic:before{content:"";}.mdi-phone-forward:before{content:"";}.mdi-phone-hangup:before{content:"";}.mdi-phone-in-talk:before{content:"";}.mdi-phone-incoming:before{content:"";}.mdi-phone-locked:before{content:"";}.mdi-phone-log:before{content:"";}.mdi-phone-minus:before{content:"";}.mdi-phone-missed:before{content:"";}.mdi-phone-outgoing:before{content:"";}.mdi-phone-paused:before{content:"";}.mdi-phone-plus:before{content:"";}.mdi-phone-settings:before{content:"";}.mdi-phone-voip:before{content:"";}.mdi-pi:before{content:"";}.mdi-pi-box:before{content:"";}.mdi-piano:before{content:"";}.mdi-pig:before{content:"";}.mdi-pill:before{content:"";}.mdi-pillar:before{content:"";}.mdi-pin:before{content:"";}.mdi-pin-off:before{content:"";}.mdi-pine-tree:before{content:"";}.mdi-pine-tree-box:before{content:"";}.mdi-pinterest:before{content:"";}.mdi-pinterest-box:before{content:"";}.mdi-pistol:before{content:"";}.mdi-pizza:before{content:"";}.mdi-plane-shield:before{content:"";}.mdi-play:before{content:"";}.mdi-play-box-outline:before{content:"";}.mdi-play-circle:before{content:"";}.mdi-play-circle-outline:before{content:"";}.mdi-play-pause:before{content:"";}.mdi-play-protected-content:before{content:"";}.mdi-playlist-check:before{content:"";}.mdi-playlist-minus:before{content:"";}.mdi-playlist-play:before{content:"";}.mdi-playlist-plus:before{content:"";}.mdi-playlist-remove:before{content:"";}.mdi-playstation:before{content:"";}.mdi-plex:before{content:"";}.mdi-plus:before{content:"";}.mdi-plus-box:before{content:"";}.mdi-plus-box-outline:before{content:"";}.mdi-plus-circle:before{content:"";}.mdi-plus-circle-multiple-outline:before{content:"";}.mdi-plus-circle-outline:before{content:"";}.mdi-plus-network:before{content:"";}.mdi-plus-one:before{content:"";}.mdi-plus-outline:before{content:"";}.mdi-pocket:before{content:"";}.mdi-pokeball:before{content:"";}.mdi-polaroid:before{content:"";}.mdi-poll:before{content:"";}.mdi-poll-box:before{content:"";}.mdi-polymer:before{content:"";}.mdi-pool:before{content:"";}.mdi-popcorn:before{content:"";}.mdi-pot:before{content:"";}.mdi-pot-mix:before{content:"";}.mdi-pound:before{content:"";}.mdi-pound-box:before{content:"";}.mdi-power:before{content:"";}.mdi-power-plug:before{content:"";}.mdi-power-plug-off:before{content:"";}.mdi-power-settings:before{content:"";}.mdi-power-socket:before{content:"";}.mdi-prescription:before{content:"";}.mdi-presentation:before{content:"";}.mdi-presentation-play:before{content:"";}.mdi-printer:before{content:"";}.mdi-printer-3d:before{content:"";}.mdi-printer-alert:before{content:"";}.mdi-printer-settings:before{content:"";}.mdi-priority-high:before{content:"";}.mdi-priority-low:before{content:"";}.mdi-professional-hexagon:before{content:"";}.mdi-projector:before{content:"";}.mdi-projector-screen:before{content:"";}.mdi-publish:before{content:"";}.mdi-pulse:before{content:"";}.mdi-puzzle:before{content:"";}.mdi-qqchat:before{content:"";}.mdi-qrcode:before{content:"";}.mdi-qrcode-scan:before{content:"";}.mdi-quadcopter:before{content:"";}.mdi-quality-high:before{content:"";}.mdi-quicktime:before{content:"";}.mdi-radar:before{content:"";}.mdi-radiator:before{content:"";}.mdi-radio:before{content:"";}.mdi-radio-handheld:before{content:"";}.mdi-radio-tower:before{content:"";}.mdi-radioactive:before{content:"";}.mdi-radiobox-blank:before{content:"";}.mdi-radiobox-marked:before{content:"";}.mdi-raspberrypi:before{content:"";}.mdi-ray-end:before{content:"";}.mdi-ray-end-arrow:before{content:"";}.mdi-ray-start:before{content:"";}.mdi-ray-start-arrow:before{content:"";}.mdi-ray-start-end:before{content:"";}.mdi-ray-vertex:before{content:"";}.mdi-rdio:before{content:"";}.mdi-react:before{content:"";}.mdi-read:before{content:"";}.mdi-readability:before{content:"";}.mdi-receipt:before{content:"";}.mdi-record:before{content:"";}.mdi-record-rec:before{content:"";}.mdi-recycle:before{content:"";}.mdi-reddit:before{content:"";}.mdi-redo:before{content:"";}.mdi-redo-variant:before{content:"";}.mdi-refresh:before{content:"";}.mdi-regex:before{content:"";}.mdi-relative-scale:before{content:"";}.mdi-reload:before{content:"";}.mdi-remote:before{content:"";}.mdi-rename-box:before{content:"";}.mdi-reorder-horizontal:before{content:"";}.mdi-reorder-vertical:before{content:"";}.mdi-repeat:before{content:"";}.mdi-repeat-off:before{content:"";}.mdi-repeat-once:before{content:"";}.mdi-replay:before{content:"";}.mdi-reply:before{content:"";}.mdi-reply-all:before{content:"";}.mdi-reproduction:before{content:"";}.mdi-resize-bottom-right:before{content:"";}.mdi-responsive:before{content:"";}.mdi-restart:before{content:"";}.mdi-restore:before{content:"";}.mdi-rewind:before{content:"";}.mdi-rewind-outline:before{content:"";}.mdi-rhombus:before{content:"";}.mdi-rhombus-outline:before{content:"";}.mdi-ribbon:before{content:"";}.mdi-road:before{content:"";}.mdi-road-variant:before{content:"";}.mdi-robot:before{content:"";}.mdi-rocket:before{content:"";}.mdi-roomba:before{content:"";}.mdi-rotate-3d:before{content:"";}.mdi-rotate-left:before{content:"";}.mdi-rotate-left-variant:before{content:"";}.mdi-rotate-right:before{content:"";}.mdi-rotate-right-variant:before{content:"";}.mdi-rounded-corner:before{content:"";}.mdi-router-wireless:before{content:"";}.mdi-routes:before{content:"";}.mdi-rowing:before{content:"";}.mdi-rss:before{content:"";}.mdi-rss-box:before{content:"";}.mdi-ruler:before{content:"";}.mdi-run:before{content:"";}.mdi-run-fast:before{content:"";}.mdi-sale:before{content:"";}.mdi-satellite:before{content:"";}.mdi-satellite-variant:before{content:"";}.mdi-saxophone:before{content:"";}.mdi-scale:before{content:"";}.mdi-scale-balance:before{content:"";}.mdi-scale-bathroom:before{content:"";}.mdi-scanner:before{content:"";}.mdi-school:before{content:"";}.mdi-screen-rotation:before{content:"";}.mdi-screen-rotation-lock:before{content:"";}.mdi-screwdriver:before{content:"";}.mdi-script:before{content:"";}.mdi-sd:before{content:"";}.mdi-seal:before{content:"";}.mdi-search-web:before{content:"";}.mdi-seat-flat:before{content:"";}.mdi-seat-flat-angled:before{content:"";}.mdi-seat-individual-suite:before{content:"";}.mdi-seat-legroom-extra:before{content:"";}.mdi-seat-legroom-normal:before{content:"";}.mdi-seat-legroom-reduced:before{content:"";}.mdi-seat-recline-extra:before{content:"";}.mdi-seat-recline-normal:before{content:"";}.mdi-security:before{content:"";}.mdi-security-home:before{content:"";}.mdi-security-network:before{content:"";}.mdi-select:before{content:"";}.mdi-select-all:before{content:"";}.mdi-select-inverse:before{content:"";}.mdi-select-off:before{content:"";}.mdi-selection:before{content:"";}.mdi-selection-off:before{content:"";}.mdi-send:before{content:"";}.mdi-serial-port:before{content:"";}.mdi-server:before{content:"";}.mdi-server-minus:before{content:"";}.mdi-server-network:before{content:"";}.mdi-server-network-off:before{content:"";}.mdi-server-off:before{content:"";}.mdi-server-plus:before{content:"";}.mdi-server-remove:before{content:"";}.mdi-server-security:before{content:"";}.mdi-set-all:before{content:"";}.mdi-set-center:before{content:"";}.mdi-set-center-right:before{content:"";}.mdi-set-left:before{content:"";}.mdi-set-left-center:before{content:"";}.mdi-set-left-right:before{content:"";}.mdi-set-none:before{content:"";}.mdi-set-right:before{content:"";}.mdi-settings:before{content:"";}.mdi-settings-box:before{content:"";}.mdi-shape-circle-plus:before{content:"";}.mdi-shape-plus:before{content:"";}.mdi-shape-polygon-plus:before{content:"";}.mdi-shape-rectangle-plus:before{content:"";}.mdi-shape-square-plus:before{content:"";}.mdi-share:before{content:"";}.mdi-share-variant:before{content:"";}.mdi-shield:before{content:"";}.mdi-shield-half-full:before{content:"";}.mdi-shield-outline:before{content:"";}.mdi-shopping:before{content:"";}.mdi-shopping-music:before{content:"";}.mdi-shovel:before{content:"";}.mdi-shovel-off:before{content:"";}.mdi-shredder:before{content:"";}.mdi-shuffle:before{content:"";}.mdi-shuffle-disabled:before{content:"";}.mdi-shuffle-variant:before{content:"";}.mdi-sigma:before{content:"";}.mdi-sigma-lower:before{content:"";}.mdi-sign-caution:before{content:"";}.mdi-sign-direction:before{content:"";}.mdi-sign-text:before{content:"";}.mdi-signal:before{content:"";}.mdi-signal-2g:before{content:"";}.mdi-signal-3g:before{content:"";}.mdi-signal-4g:before{content:"";}.mdi-signal-hspa:before{content:"";}.mdi-signal-hspa-plus:before{content:"";}.mdi-signal-off:before{content:"";}.mdi-signal-variant:before{content:"";}.mdi-silverware:before{content:"";}.mdi-silverware-fork:before{content:"";}.mdi-silverware-spoon:before{content:"";}.mdi-silverware-variant:before{content:"";}.mdi-sim:before{content:"";}.mdi-sim-alert:before{content:"";}.mdi-sim-off:before{content:"";}.mdi-sitemap:before{content:"";}.mdi-skip-backward:before{content:"";}.mdi-skip-forward:before{content:"";}.mdi-skip-next:before{content:"";}.mdi-skip-next-circle:before{content:"";}.mdi-skip-next-circle-outline:before{content:"";}.mdi-skip-previous:before{content:"";}.mdi-skip-previous-circle:before{content:"";}.mdi-skip-previous-circle-outline:before{content:"";}.mdi-skull:before{content:"";}.mdi-skype:before{content:"";}.mdi-skype-business:before{content:"";}.mdi-slack:before{content:"";}.mdi-sleep:before{content:"";}.mdi-sleep-off:before{content:"";}.mdi-smoking:before{content:"";}.mdi-smoking-off:before{content:"";}.mdi-snapchat:before{content:"";}.mdi-snowflake:before{content:"";}.mdi-snowman:before{content:"";}.mdi-soccer:before{content:"";}.mdi-sofa:before{content:"";}.mdi-solid:before{content:"";}.mdi-sort:before{content:"";}.mdi-sort-alphabetical:before{content:"";}.mdi-sort-ascending:before{content:"";}.mdi-sort-descending:before{content:"";}.mdi-sort-numeric:before{content:"";}.mdi-sort-variant:before{content:"";}.mdi-soundcloud:before{content:"";}.mdi-source-branch:before{content:"";}.mdi-source-commit:before{content:"";}.mdi-source-commit-end:before{content:"";}.mdi-source-commit-end-local:before{content:"";}.mdi-source-commit-local:before{content:"";}.mdi-source-commit-next-local:before{content:"";}.mdi-source-commit-start:before{content:"";}.mdi-source-commit-start-next-local:before{content:"";}.mdi-source-fork:before{content:"";}.mdi-source-merge:before{content:"";}.mdi-source-pull:before{content:"";}.mdi-speaker:before{content:"";}.mdi-speaker-off:before{content:"";}.mdi-speaker-wireless:before{content:"";}.mdi-speedometer:before{content:"";}.mdi-spellcheck:before{content:"";}.mdi-spotify:before{content:"";}.mdi-spotlight:before{content:"";}.mdi-spotlight-beam:before{content:"";}.mdi-spray:before{content:"";}.mdi-square:before{content:"";}.mdi-square-inc:before{content:"";}.mdi-square-inc-cash:before{content:"";}.mdi-square-outline:before{content:"";}.mdi-square-root:before{content:"";}.mdi-stackexchange:before{content:"";}.mdi-stackoverflow:before{content:"";}.mdi-stadium:before{content:"";}.mdi-stairs:before{content:"";}.mdi-star:before{content:"";}.mdi-star-circle:before{content:"";}.mdi-star-half:before{content:"";}.mdi-star-off:before{content:"";}.mdi-star-outline:before{content:"";}.mdi-steam:before{content:"";}.mdi-steering:before{content:"";}.mdi-step-backward:before{content:"";}.mdi-step-backward-2:before{content:"";}.mdi-step-forward:before{content:"";}.mdi-step-forward-2:before{content:"";}.mdi-stethoscope:before{content:"";}.mdi-sticker:before{content:"";}.mdi-sticker-emoji:before{content:"";}.mdi-stocking:before{content:"";}.mdi-stop:before{content:"";}.mdi-stop-circle:before{content:"";}.mdi-stop-circle-outline:before{content:"";}.mdi-store:before{content:"";}.mdi-store-24-hour:before{content:"";}.mdi-stove:before{content:"";}.mdi-subdirectory-arrow-left:before{content:"";}.mdi-subdirectory-arrow-right:before{content:"";}.mdi-subway:before{content:"";}.mdi-subway-variant:before{content:"";}.mdi-summit:before{content:"";}.mdi-sunglasses:before{content:"";}.mdi-surround-sound:before{content:"";}.mdi-svg:before{content:"";}.mdi-swap-horizontal:before{content:"";}.mdi-swap-vertical:before{content:"";}.mdi-swim:before{content:"";}.mdi-switch:before{content:"";}.mdi-sword:before{content:"";}.mdi-sword-cross:before{content:"";}.mdi-sync:before{content:"";}.mdi-sync-alert:before{content:"";}.mdi-sync-off:before{content:"";}.mdi-tab:before{content:"";}.mdi-tab-plus:before{content:"";}.mdi-tab-unselected:before{content:"";}.mdi-table:before{content:"";}.mdi-table-column-plus-after:before{content:"";}.mdi-table-column-plus-before:before{content:"";}.mdi-table-column-remove:before{content:"";}.mdi-table-column-width:before{content:"";}.mdi-table-edit:before{content:"";}.mdi-table-large:before{content:"";}.mdi-table-row-height:before{content:"";}.mdi-table-row-plus-after:before{content:"";}.mdi-table-row-plus-before:before{content:"";}.mdi-table-row-remove:before{content:"";}.mdi-tablet:before{content:"";}.mdi-tablet-android:before{content:"";}.mdi-tablet-ipad:before{content:"";}.mdi-taco:before{content:"";}.mdi-tag:before{content:"";}.mdi-tag-faces:before{content:"";}.mdi-tag-heart:before{content:"";}.mdi-tag-multiple:before{content:"";}.mdi-tag-outline:before{content:"";}.mdi-tag-plus:before{content:"";}.mdi-tag-remove:before{content:"";}.mdi-tag-text-outline:before{content:"";}.mdi-target:before{content:"";}.mdi-taxi:before{content:"";}.mdi-teamviewer:before{content:"";}.mdi-telegram:before{content:"";}.mdi-television:before{content:"";}.mdi-television-guide:before{content:"";}.mdi-temperature-celsius:before{content:"";}.mdi-temperature-fahrenheit:before{content:"";}.mdi-temperature-kelvin:before{content:"";}.mdi-tennis:before{content:"";}.mdi-tent:before{content:"";}.mdi-terrain:before{content:"";}.mdi-test-tube:before{content:"";}.mdi-text-shadow:before{content:"";}.mdi-text-to-speech:before{content:"";}.mdi-text-to-speech-off:before{content:"";}.mdi-textbox:before{content:"";}.mdi-texture:before{content:"";}.mdi-theater:before{content:"";}.mdi-theme-light-dark:before{content:"";}.mdi-thermometer:before{content:"";}.mdi-thermometer-lines:before{content:"";}.mdi-thumb-down:before{content:"";}.mdi-thumb-down-outline:before{content:"";}.mdi-thumb-up:before{content:"";}.mdi-thumb-up-outline:before{content:"";}.mdi-thumbs-up-down:before{content:"";}.mdi-ticket:before{content:"";}.mdi-ticket-account:before{content:"";}.mdi-ticket-confirmation:before{content:"";}.mdi-ticket-percent:before{content:"";}.mdi-tie:before{content:"";}.mdi-tilde:before{content:"";}.mdi-timelapse:before{content:"";}.mdi-timer:before{content:"";}.mdi-timer-10:before{content:"";}.mdi-timer-3:before{content:"";}.mdi-timer-off:before{content:"";}.mdi-timer-sand:before{content:"";}.mdi-timer-sand-empty:before{content:"";}.mdi-timer-sand-full:before{content:"";}.mdi-timetable:before{content:"";}.mdi-toggle-switch:before{content:"";}.mdi-toggle-switch-off:before{content:"";}.mdi-tooltip:before{content:"";}.mdi-tooltip-edit:before{content:"";}.mdi-tooltip-image:before{content:"";}.mdi-tooltip-outline:before{content:"";}.mdi-tooltip-outline-plus:before{content:"";}.mdi-tooltip-text:before{content:"";}.mdi-tooth:before{content:"";}.mdi-tor:before{content:"";}.mdi-tower-beach:before{content:"";}.mdi-tower-fire:before{content:"";}.mdi-traffic-light:before{content:"";}.mdi-train:before{content:"";}.mdi-tram:before{content:"";}.mdi-transcribe:before{content:"";}.mdi-transcribe-close:before{content:"";}.mdi-transfer:before{content:"";}.mdi-transit-transfer:before{content:"";}.mdi-translate:before{content:"";}.mdi-treasure-chest:before{content:"";}.mdi-tree:before{content:"";}.mdi-trello:before{content:"";}.mdi-trending-down:before{content:"";}.mdi-trending-neutral:before{content:"";}.mdi-trending-up:before{content:"";}.mdi-triangle:before{content:"";}.mdi-triangle-outline:before{content:"";}.mdi-trophy:before{content:"";}.mdi-trophy-award:before{content:"";}.mdi-trophy-outline:before{content:"";}.mdi-trophy-variant:before{content:"";}.mdi-trophy-variant-outline:before{content:"";}.mdi-truck:before{content:"";}.mdi-truck-delivery:before{content:"";}.mdi-truck-fast:before{content:"";}.mdi-truck-trailer:before{content:"";}.mdi-tshirt-crew:before{content:"";}.mdi-tshirt-v:before{content:"";}.mdi-tumblr:before{content:"";}.mdi-tumblr-reblog:before{content:"";}.mdi-tune:before{content:"";}.mdi-tune-vertical:before{content:"";}.mdi-twitch:before{content:"";}.mdi-twitter:before{content:"";}.mdi-twitter-box:before{content:"";}.mdi-twitter-circle:before{content:"";}.mdi-twitter-retweet:before{content:"";}.mdi-uber:before{content:"";}.mdi-ubuntu:before{content:"";}.mdi-umbraco:before{content:"";}.mdi-umbrella:before{content:"";}.mdi-umbrella-outline:before{content:"";}.mdi-undo:before{content:"";}.mdi-undo-variant:before{content:"";}.mdi-unfold-less-horizontal:before{content:"";}.mdi-unfold-less-vertical:before{content:"";}.mdi-unfold-more-horizontal:before{content:"";}.mdi-unfold-more-vertical:before{content:"";}.mdi-ungroup:before{content:"";}.mdi-unity:before{content:"";}.mdi-untappd:before{content:"";}.mdi-update:before{content:"";}.mdi-upload:before{content:"";}.mdi-upload-network:before{content:"";}.mdi-usb:before{content:"";}.mdi-vector-arrange-above:before{content:"";}.mdi-vector-arrange-below:before{content:"";}.mdi-vector-circle:before{content:"";}.mdi-vector-circle-variant:before{content:"";}.mdi-vector-combine:before{content:"";}.mdi-vector-curve:before{content:"";}.mdi-vector-difference:before{content:"";}.mdi-vector-difference-ab:before{content:"";}.mdi-vector-difference-ba:before{content:"";}.mdi-vector-intersection:before{content:"";}.mdi-vector-line:before{content:"";}.mdi-vector-point:before{content:"";}.mdi-vector-polygon:before{content:"";}.mdi-vector-polyline:before{content:"";}.mdi-vector-radius:before{content:"";}.mdi-vector-rectangle:before{content:"";}.mdi-vector-selection:before{content:"";}.mdi-vector-square:before{content:"";}.mdi-vector-triangle:before{content:"";}.mdi-vector-union:before{content:"";}.mdi-verified:before{content:"";}.mdi-vibrate:before{content:"";}.mdi-video:before{content:"";}.mdi-video-off:before{content:"";}.mdi-video-switch:before{content:"";}.mdi-view-agenda:before{content:"";}.mdi-view-array:before{content:"";}.mdi-view-carousel:before{content:"";}.mdi-view-column:before{content:"";}.mdi-view-dashboard:before{content:"";}.mdi-view-day:before{content:"";}.mdi-view-grid:before{content:"";}.mdi-view-headline:before{content:"";}.mdi-view-list:before{content:"";}.mdi-view-module:before{content:"";}.mdi-view-parallel:before{content:"";}.mdi-view-quilt:before{content:"";}.mdi-view-sequential:before{content:"";}.mdi-view-stream:before{content:"";}.mdi-view-week:before{content:"";}.mdi-vimeo:before{content:"";}.mdi-vine:before{content:"";}.mdi-violin:before{content:"";}.mdi-visualstudio:before{content:"";}.mdi-vk:before{content:"";}.mdi-vk-box:before{content:"";}.mdi-vk-circle:before{content:"";}.mdi-vlc:before{content:"";}.mdi-voice:before{content:"";}.mdi-voicemail:before{content:"";}.mdi-volume-high:before{content:"";}.mdi-volume-low:before{content:"";}.mdi-volume-medium:before{content:"";}.mdi-volume-minus:before{content:"";}.mdi-volume-mute:before{content:"";}.mdi-volume-off:before{content:"";}.mdi-volume-plus:before{content:"";}.mdi-vpn:before{content:"";}.mdi-walk:before{content:"";}.mdi-wallet:before{content:"";}.mdi-wallet-giftcard:before{content:"";}.mdi-wallet-membership:before{content:"";}.mdi-wallet-travel:before{content:"";}.mdi-wan:before{content:"";}.mdi-washing-machine:before{content:"";}.mdi-watch:before{content:"";}.mdi-watch-export:before{content:"";}.mdi-watch-import:before{content:"";}.mdi-watch-vibrate:before{content:"";}.mdi-water:before{content:"";}.mdi-water-off:before{content:"";}.mdi-water-percent:before{content:"";}.mdi-water-pump:before{content:"";}.mdi-watermark:before{content:"";}.mdi-waves:before{content:"";}.mdi-weather-cloudy:before{content:"";}.mdi-weather-fog:before{content:"";}.mdi-weather-hail:before{content:"";}.mdi-weather-lightning:before{content:"";}.mdi-weather-lightning-rainy:before{content:"";}.mdi-weather-night:before{content:"";}.mdi-weather-partlycloudy:before{content:"";}.mdi-weather-pouring:before{content:"";}.mdi-weather-rainy:before{content:"";}.mdi-weather-snowy:before{content:"";}.mdi-weather-snowy-rainy:before{content:"";}.mdi-weather-sunny:before{content:"";}.mdi-weather-sunset:before{content:"";}.mdi-weather-sunset-down:before{content:"";}.mdi-weather-sunset-up:before{content:"";}.mdi-weather-windy:before{content:"";}.mdi-weather-windy-variant:before{content:"";}.mdi-web:before{content:"";}.mdi-webcam:before{content:"";}.mdi-webhook:before{content:"";}.mdi-webpack:before{content:"";}.mdi-wechat:before{content:"";}.mdi-weight:before{content:"";}.mdi-weight-kilogram:before{content:"";}.mdi-whatsapp:before{content:"";}.mdi-wheelchair-accessibility:before{content:"";}.mdi-white-balance-auto:before{content:"";}.mdi-white-balance-incandescent:before{content:"";}.mdi-white-balance-iridescent:before{content:"";}.mdi-white-balance-sunny:before{content:"";}.mdi-widgets:before{content:"";}.mdi-wifi:before{content:"";}.mdi-wifi-off:before{content:"";}.mdi-wii:before{content:"";}.mdi-wiiu:before{content:"";}.mdi-wikipedia:before{content:"";}.mdi-window-close:before{content:"";}.mdi-window-closed:before{content:"";}.mdi-window-maximize:before{content:"";}.mdi-window-minimize:before{content:"";}.mdi-window-open:before{content:"";}.mdi-window-restore:before{content:"";}.mdi-windows:before{content:"";}.mdi-wordpress:before{content:"";}.mdi-worker:before{content:"";}.mdi-wrap:before{content:"";}.mdi-wrench:before{content:"";}.mdi-wunderlist:before{content:"";}.mdi-xaml:before{content:"";}.mdi-xbox:before{content:"";}.mdi-xbox-controller:before{content:"";}.mdi-xbox-controller-battery-alert:before{content:"";}.mdi-xbox-controller-battery-empty:before{content:"";}.mdi-xbox-controller-battery-full:before{content:"";}.mdi-xbox-controller-battery-low:before{content:"";}.mdi-xbox-controller-battery-medium:before{content:"";}.mdi-xbox-controller-battery-unknown:before{content:"";}.mdi-xbox-controller-off:before{content:"";}.mdi-xda:before{content:"";}.mdi-xing:before{content:"";}.mdi-xing-box:before{content:"";}.mdi-xing-circle:before{content:"";}.mdi-xml:before{content:"";}.mdi-yammer:before{content:"";}.mdi-yeast:before{content:"";}.mdi-yelp:before{content:"";}.mdi-yin-yang:before{content:"";}.mdi-youtube-play:before{content:"";}.mdi-zip-box:before{content:"";}.mdi-18px.mdi-set,.mdi-18px.mdi:before{font-size:18px;}.mdi-24px.mdi-set,.mdi-24px.mdi:before{font-size:24px;}.mdi-36px.mdi-set,.mdi-36px.mdi:before{font-size:36px;}.mdi-48px.mdi-set,.mdi-48px.mdi:before{font-size:48px;}.mdi-dark:before{color:rgba(0,0,0,.54);}.mdi-dark.mdi-inactive:before{color:rgba(0,0,0,.26);}.mdi-light:before{color:#fff;}.mdi-light.mdi-inactive:before{color:rgba(255,255,255,.3);}.mdi-rotate-45:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}.mdi-rotate-90:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.mdi-rotate-135:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);}.mdi-rotate-180:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.mdi-rotate-225:before{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);}.mdi-rotate-270:before{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);}.mdi-rotate-315:before{-webkit-transform:rotate(315deg);-ms-transform:rotate(315deg);transform:rotate(315deg);}.mdi-flip-h:before{-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH";}.mdi-flip-v:before{-webkit-transform:scaleY(-1);transform:scaleY(-1);filter:FlipV;-ms-filter:"FlipV";}.mdi-spin:before{-webkit-animation:mdi-spin 2s infinite linear;animation:mdi-spin 2s infinite linear;}@-webkit-keyframes mdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}@keyframes mdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}