@charset "UTF-8";

:root{
  color-scheme:light dark;
}

@media (prefers-color-scheme:dark){
  :root{
    --nav-text-color:#fff;
    --content-text-color:#fff;
    --background-color:#000;
    --border-color:#464646;
  }
}

:root{
  color-scheme:light;
  --nav-text-color:#000;
  --content-text-color:#222;
  --background-color:#fff;
  --border-color:#e1e4e5;
}

html{
  font-family:sans-serif;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
}

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

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

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

[hidden],template{
  display:none;
}

a{
  background-color:transparent;
}

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

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

dfn{
  font-style:italic;
}

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

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

small{
  font-size:80%;
}

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

sup{
  top:-.5em;
}

sub{
  bottom:-.25em;
}

img{
  border:0;
}

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

figure{
  margin:1em 40px;
}

hr{
  box-sizing:content-box;
}

pre{
  overflow:auto;
}

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

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

button{
  overflow:visible;
}

button,select{
  text-transform:none;
}

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

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

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

input{
  line-height:normal;
}

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

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

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

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

fieldset{
  border:1px solid silver;
  margin:0 2px;
  padding:.35em .625em .75em;
}

legend{
  border:0;
  padding:0;
}

textarea{
  overflow:auto;
}

optgroup{
  font-weight:700;
}

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

td,th{
  padding:0;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
  color:inherit;
}

meta.foundation-version{
  font-family:"/{{VERSION}}/";
}

meta.foundation-mq-small{
  font-family:"/only screen/";
  width:0;
}

meta.foundation-mq-small-only{
  font-family:"/only screen and (max-width: 40em)/";
  width:0;
}

meta.foundation-mq-medium{
  font-family:"/only screen and (min-width:40.0625em)/";
  width:40.0625em;
}

meta.foundation-mq-medium-only{
  font-family:"/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width:40.0625em;
}

meta.foundation-mq-large{
  font-family:"/only screen and (min-width:64.0625em)/";
  width:64.0625em;
}

meta.foundation-mq-large-only{
  font-family:"/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width:64.0625em;
}

meta.foundation-mq-xlarge{
  font-family:"/only screen and (min-width:90.0625em)/";
  width:90.0625em;
}

meta.foundation-mq-xlarge-only{
  font-family:"/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width:90.0625em;
}

meta.foundation-mq-xxlarge{
  font-family:"/only screen and (min-width:120.0625em)/";
  width:120.0625em;
}

meta.foundation-data-attribute-namespace{
  font-family:false;
}

body,html{
  height:100%;
}

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

body,html{
  font-size:100%;
}

body{
  background:#fff;
  color:#313333;
  cursor:auto;
  font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
  font-style:normal;
  font-weight:400;
  line-height:1.5;
  margin:0;
  padding:0;
  position:relative;
}

a:hover{
  cursor:pointer;
}

img{
  max-width:100%;
  height:auto;
  -ms-interpolation-mode:bicubic;
}

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

.left{
  float:left !important;
}

.right{
  float:right !important;
}

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

.clearfix:after{
  clear:both;
}

.hide{
  display:none;
}

.invisible{
  visibility:hidden;
}

.antialiased{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

img{
  display:inline-block;
  vertical-align:middle;
}

textarea{
  height:auto;
  min-height:50px;
}

.row,select{
  width:100%;
}

.row{
  margin:0 auto;
  max-width:76.25rem;
}

.row:after,.row:before{
  content:" ";
  display:table;
}

.row:after{
  clear:both;
}

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

.row.collapse .row{
  margin-left:0;
  margin-right:0;
}

.row .row{
  margin:0 -.625rem;
  max-width:none;
  width:auto;
}

.row .row:after,.row .row:before{
  content:" ";
  display:table;
}

.row .row:after{
  clear:both;
}

.row .row.collapse{
  margin:0;
  max-width:none;
  width:auto;
}

.row .row.collapse:after,.row .row.collapse:before{
  content:" ";
  display:table;
}

.row .row.collapse:after{
  clear:both;
}

.column,.columns{
  padding-left:.625rem;
  padding-right:.625rem;
  width:100%;
  float:left;
}

.column+.column:last-child,.column+.columns:last-child,.columns+.column:last-child,.columns+.columns:last-child{
  float:right;
}

.column+.column.end,.column+.columns.end,.columns+.column.end,.columns+.columns.end{
  float:left;
}

@media only screen{
  .small-push-0{
    position:relative;
    left:0;
    right:auto;
  }

  .small-pull-0{
    position:relative;
    right:0;
    left:auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column,.columns{
    position:relative;
    padding-left:.625rem;
    padding-right:.625rem;
    float:left;
  }

  .small-1{
    width:8.33333%;
  }

  .small-2{
    width:16.66667%;
  }

  .small-3{
    width:25%;
  }

  .small-4{
    width:33.33333%;
  }

  .small-5{
    width:41.66667%;
  }

  .small-6{
    width:50%;
  }

  .small-7{
    width:58.33333%;
  }

  .small-8{
    width:66.66667%;
  }

  .small-9{
    width:75%;
  }

  .small-10{
    width:83.33333%;
  }

  .small-11{
    width:91.66667%;
  }

  .small-12{
    width:100%;
  }

  .small-offset-0{
    margin-left:0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .small-reset-order{
    float:left;
    left:auto;
    margin-left:0;
    margin-right:0;
    right:auto;
  }

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

  .column.small-uncentered,.columns.small-uncentered{
    float:left;
    margin-left:0;
    margin-right:0;
  }

  .column.small-centered:last-child,.columns.small-centered:last-child{
    float:none;
  }

  .column.small-uncentered:last-child,.columns.small-uncentered:last-child{
    float:left;
  }

  .column.small-uncentered.opposite,.columns.small-uncentered.opposite{
    float:right;
  }

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

  .row.small-collapse .row{
    margin-left:0;
    margin-right:0;
  }

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

@media only screen and (min-width:40.0625em){
  .medium-push-0{
    position:relative;
    left:0;
    right:auto;
  }

  .medium-pull-0{
    position:relative;
    right:0;
    left:auto;
  }

  .medium-push-1{
    position:relative;
    left:8.33333%;
    right:auto;
  }

  .medium-pull-1{
    position:relative;
    right:8.33333%;
    left:auto;
  }

  .medium-push-2{
    position:relative;
    left:16.66667%;
    right:auto;
  }

  .medium-pull-2{
    position:relative;
    right:16.66667%;
    left:auto;
  }

  .medium-push-3{
    position:relative;
    left:25%;
    right:auto;
  }

  .medium-pull-3{
    position:relative;
    right:25%;
    left:auto;
  }

  .medium-push-4{
    position:relative;
    left:33.33333%;
    right:auto;
  }

  .medium-pull-4{
    position:relative;
    right:33.33333%;
    left:auto;
  }

  .medium-push-5{
    position:relative;
    left:41.66667%;
    right:auto;
  }

  .medium-pull-5{
    position:relative;
    right:41.66667%;
    left:auto;
  }

  .medium-push-6{
    position:relative;
    left:50%;
    right:auto;
  }

  .medium-pull-6{
    position:relative;
    right:50%;
    left:auto;
  }

  .medium-push-7{
    position:relative;
    left:58.33333%;
    right:auto;
  }

  .medium-pull-7{
    position:relative;
    right:58.33333%;
    left:auto;
  }

  .medium-push-8{
    position:relative;
    left:66.66667%;
    right:auto;
  }

  .medium-pull-8{
    position:relative;
    right:66.66667%;
    left:auto;
  }

  .medium-push-9{
    position:relative;
    left:75%;
    right:auto;
  }

  .medium-pull-9{
    position:relative;
    right:75%;
    left:auto;
  }

  .medium-push-10{
    position:relative;
    left:83.33333%;
    right:auto;
  }

  .medium-pull-10{
    position:relative;
    right:83.33333%;
    left:auto;
  }

  .medium-push-11{
    position:relative;
    left:91.66667%;
    right:auto;
  }

  .medium-pull-11{
    position:relative;
    right:91.66667%;
    left:auto;
  }

  .column,.columns{
    position:relative;
    padding-left:.625rem;
    padding-right:.625rem;
    float:left;
  }

  .medium-1{
    width:8.33333%;
  }

  .medium-2{
    width:16.66667%;
  }

  .medium-3{
    width:25%;
  }

  .medium-4{
    width:33.33333%;
  }

  .medium-5{
    width:41.66667%;
  }

  .medium-6{
    width:50%;
  }

  .medium-7{
    width:58.33333%;
  }

  .medium-8{
    width:66.66667%;
  }

  .medium-9{
    width:75%;
  }

  .medium-10{
    width:83.33333%;
  }

  .medium-11{
    width:91.66667%;
  }

  .medium-12{
    width:100%;
  }

  .medium-offset-0{
    margin-left:0 !important;
  }

  .medium-offset-1{
    margin-left:8.33333% !important;
  }

  .medium-offset-2{
    margin-left:16.66667% !important;
  }

  .medium-offset-3{
    margin-left:25% !important;
  }

  .medium-offset-4{
    margin-left:33.33333% !important;
  }

  .medium-offset-5{
    margin-left:41.66667% !important;
  }

  .medium-offset-6{
    margin-left:50% !important;
  }

  .medium-offset-7{
    margin-left:58.33333% !important;
  }

  .medium-offset-8{
    margin-left:66.66667% !important;
  }

  .medium-offset-9{
    margin-left:75% !important;
  }

  .medium-offset-10{
    margin-left:83.33333% !important;
  }

  .medium-offset-11{
    margin-left:91.66667% !important;
  }

  .medium-reset-order{
    float:left;
    left:auto;
    margin-left:0;
    margin-right:0;
    right:auto;
  }

  .column.medium-centered,.columns.medium-centered{
    margin-left:auto;
    margin-right:auto;
    float:none;
  }

  .column.medium-uncentered,.columns.medium-uncentered{
    float:left;
    margin-left:0;
    margin-right:0;
  }

  .column.medium-centered:last-child,.columns.medium-centered:last-child{
    float:none;
  }

  .column.medium-uncentered:last-child,.columns.medium-uncentered:last-child{
    float:left;
  }

  .column.medium-uncentered.opposite,.columns.medium-uncentered.opposite{
    float:right;
  }

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

  .row.medium-collapse .row{
    margin-left:0;
    margin-right:0;
  }

  .row.medium-uncollapse>.column,.row.medium-uncollapse>.columns{
    padding-left:.625rem;
    padding-right:.625rem;
    float:left;
  }

  .push-0{
    left:0;
    right:auto;
  }

  .pull-0,.push-0{
    position:relative;
  }

  .pull-0{
    right:0;
    left:auto;
  }

  .push-1{
    left:8.33333%;
    right:auto;
  }

  .pull-1,.push-1{
    position:relative;
  }

  .pull-1{
    right:8.33333%;
    left:auto;
  }

  .push-2{
    left:16.66667%;
    right:auto;
  }

  .pull-2,.push-2{
    position:relative;
  }

  .pull-2{
    right:16.66667%;
    left:auto;
  }

  .push-3{
    left:25%;
    right:auto;
  }

  .pull-3,.push-3{
    position:relative;
  }

  .pull-3{
    right:25%;
    left:auto;
  }

  .push-4{
    left:33.33333%;
    right:auto;
  }

  .pull-4,.push-4{
    position:relative;
  }

  .pull-4{
    right:33.33333%;
    left:auto;
  }

  .push-5{
    left:41.66667%;
    right:auto;
  }

  .pull-5,.push-5{
    position:relative;
  }

  .pull-5{
    right:41.66667%;
    left:auto;
  }

  .push-6{
    left:50%;
    right:auto;
  }

  .pull-6,.push-6{
    position:relative;
  }

  .pull-6{
    right:50%;
    left:auto;
  }

  .push-7{
    left:58.33333%;
    right:auto;
  }

  .pull-7,.push-7{
    position:relative;
  }

  .pull-7{
    right:58.33333%;
    left:auto;
  }

  .push-8{
    left:66.66667%;
    right:auto;
  }

  .pull-8,.push-8{
    position:relative;
  }

  .pull-8{
    right:66.66667%;
    left:auto;
  }

  .push-9{
    left:75%;
    right:auto;
  }

  .pull-9,.push-9{
    position:relative;
  }

  .pull-9{
    right:75%;
    left:auto;
  }

  .push-10{
    left:83.33333%;
    right:auto;
  }

  .pull-10,.push-10{
    position:relative;
  }

  .pull-10{
    right:83.33333%;
    left:auto;
  }

  .push-11{
    left:91.66667%;
    right:auto;
  }

  .pull-11,.push-11{
    position:relative;
  }

  .pull-11{
    right:91.66667%;
    left:auto;
  }
}

@media only screen and (min-width:64.0625em){
  .large-push-0{
    position:relative;
    left:0;
    right:auto;
  }

  .large-pull-0{
    position:relative;
    right:0;
    left:auto;
  }

  .large-push-1{
    position:relative;
    left:8.33333%;
    right:auto;
  }

  .large-pull-1{
    position:relative;
    right:8.33333%;
    left:auto;
  }

  .large-push-2{
    position:relative;
    left:16.66667%;
    right:auto;
  }

  .large-pull-2{
    position:relative;
    right:16.66667%;
    left:auto;
  }

  .large-push-3{
    position:relative;
    left:25%;
    right:auto;
  }

  .large-pull-3{
    position:relative;
    right:25%;
    left:auto;
  }

  .large-push-4{
    position:relative;
    left:33.33333%;
    right:auto;
  }

  .large-pull-4{
    position:relative;
    right:33.33333%;
    left:auto;
  }

  .large-push-5{
    position:relative;
    left:41.66667%;
    right:auto;
  }

  .large-pull-5{
    position:relative;
    right:41.66667%;
    left:auto;
  }

  .large-push-6{
    position:relative;
    left:50%;
    right:auto;
  }

  .large-pull-6{
    position:relative;
    right:50%;
    left:auto;
  }

  .large-push-7{
    position:relative;
    left:58.33333%;
    right:auto;
  }

  .large-pull-7{
    position:relative;
    right:58.33333%;
    left:auto;
  }

  .large-push-8{
    position:relative;
    left:66.66667%;
    right:auto;
  }

  .large-pull-8{
    position:relative;
    right:66.66667%;
    left:auto;
  }

  .large-push-9{
    position:relative;
    left:75%;
    right:auto;
  }

  .large-pull-9{
    position:relative;
    right:75%;
    left:auto;
  }

  .large-push-10{
    position:relative;
    left:83.33333%;
    right:auto;
  }

  .large-pull-10{
    position:relative;
    right:83.33333%;
    left:auto;
  }

  .large-push-11{
    position:relative;
    left:91.66667%;
    right:auto;
  }

  .large-pull-11{
    position:relative;
    right:91.66667%;
    left:auto;
  }

  .column,.columns{
    position:relative;
    padding-left:.625rem;
    padding-right:.625rem;
    float:left;
  }

  .large-1{
    width:8.33333%;
  }

  .large-2{
    width:16.66667%;
  }

  .large-3{
    width:25%;
  }

  .large-4{
    width:33.33333%;
  }

  .large-5{
    width:41.66667%;
  }

  .large-6{
    width:50%;
  }

  .large-7{
    width:58.33333%;
  }

  .large-8{
    width:66.66667%;
  }

  .large-9{
    width:75%;
  }

  .large-10{
    width:83.33333%;
  }

  .large-11{
    width:91.66667%;
  }

  .large-12{
    width:100%;
  }

  .large-offset-0{
    margin-left:0 !important;
  }

  .large-offset-1{
    margin-left:8.33333% !important;
  }

  .large-offset-2{
    margin-left:16.66667% !important;
  }

  .large-offset-3{
    margin-left:25% !important;
  }

  .large-offset-4{
    margin-left:33.33333% !important;
  }

  .large-offset-5{
    margin-left:41.66667% !important;
  }

  .large-offset-6{
    margin-left:50% !important;
  }

  .large-offset-7{
    margin-left:58.33333% !important;
  }

  .large-offset-8{
    margin-left:66.66667% !important;
  }

  .large-offset-9{
    margin-left:75% !important;
  }

  .large-offset-10{
    margin-left:83.33333% !important;
  }

  .large-offset-11{
    margin-left:91.66667% !important;
  }

  .large-reset-order{
    float:left;
    left:auto;
    margin-left:0;
    margin-right:0;
    right:auto;
  }

  .column.large-centered,.columns.large-centered{
    margin-left:auto;
    margin-right:auto;
    float:none;
  }

  .column.large-uncentered,.columns.large-uncentered{
    float:left;
    margin-left:0;
    margin-right:0;
  }

  .column.large-centered:last-child,.columns.large-centered:last-child{
    float:none;
  }

  .column.large-uncentered:last-child,.columns.large-uncentered:last-child{
    float:left;
  }

  .column.large-uncentered.opposite,.columns.large-uncentered.opposite{
    float:right;
  }

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

  .row.large-collapse .row{
    margin-left:0;
    margin-right:0;
  }

  .row.large-uncollapse>.column,.row.large-uncollapse>.columns{
    padding-left:.625rem;
    padding-right:.625rem;
    float:left;
  }

  .push-0{
    left:0;
    right:auto;
  }

  .pull-0,.push-0{
    position:relative;
  }

  .pull-0{
    right:0;
    left:auto;
  }

  .push-1{
    left:8.33333%;
    right:auto;
  }

  .pull-1,.push-1{
    position:relative;
  }

  .pull-1{
    right:8.33333%;
    left:auto;
  }

  .push-2{
    left:16.66667%;
    right:auto;
  }

  .pull-2,.push-2{
    position:relative;
  }

  .pull-2{
    right:16.66667%;
    left:auto;
  }

  .push-3{
    left:25%;
    right:auto;
  }

  .pull-3,.push-3{
    position:relative;
  }

  .pull-3{
    right:25%;
    left:auto;
  }

  .push-4{
    left:33.33333%;
    right:auto;
  }

  .pull-4,.push-4{
    position:relative;
  }

  .pull-4{
    right:33.33333%;
    left:auto;
  }

  .push-5{
    left:41.66667%;
    right:auto;
  }

  .pull-5,.push-5{
    position:relative;
  }

  .pull-5{
    right:41.66667%;
    left:auto;
  }

  .push-6{
    left:50%;
    right:auto;
  }

  .pull-6,.push-6{
    position:relative;
  }

  .pull-6{
    right:50%;
    left:auto;
  }

  .push-7{
    left:58.33333%;
    right:auto;
  }

  .pull-7,.push-7{
    position:relative;
  }

  .pull-7{
    right:58.33333%;
    left:auto;
  }

  .push-8{
    left:66.66667%;
    right:auto;
  }

  .pull-8,.push-8{
    position:relative;
  }

  .pull-8{
    right:66.66667%;
    left:auto;
  }

  .push-9{
    left:75%;
    right:auto;
  }

  .pull-9,.push-9{
    position:relative;
  }

  .pull-9{
    right:75%;
    left:auto;
  }

  .push-10{
    left:83.33333%;
    right:auto;
  }

  .pull-10,.push-10{
    position:relative;
  }

  .pull-10{
    right:83.33333%;
    left:auto;
  }

  .push-11{
    left:91.66667%;
    right:auto;
  }

  .pull-11,.push-11{
    position:relative;
  }

  .pull-11{
    right:91.66667%;
    left:auto;
  }
}

.alert-box{
  display:block;
  font-size:.8125rem;
  font-weight:400;
  margin-bottom:1.25rem;
  padding:.875rem 1.5rem .875rem .875rem;
  position:relative;
  transition:opacity .3s ease-out;
  background-color:#0084ff;
  border:1px solid #0072db;
  color:#fff;
}

.alert-box .close{
  right:.25rem;
  background:inherit;
  color:#333;
  font-size:1.375rem;
  line-height:.9;
  margin-top:-.6875rem;
  opacity:.3;
  padding:0 6px 4px;
  position:absolute;
  top:50%;
}

.alert-box .close:focus,.alert-box .close:hover{
  opacity:.5;
}

.alert-box.radius{
  border-radius:3px;
}

.alert-box.round{
  border-radius:1000px;
}

.alert-box.success{
  background-color:#43ac6a;
  border-color:#3a945b;
  color:#fff;
}

.alert-box.alert{
  background-color:#f04124;
  border-color:#de2d0f;
  color:#fff;
}

.alert-box.secondary{
  background-color:#e7e7e7;
  border-color:#c7c7c7;
  color:#4f4f4f;
}

.alert-box.warning{
  background-color:#f08a24;
  border-color:#de770f;
  color:#fff;
}

.alert-box.info{
  background-color:#a0d3e8;
  border-color:#74bfdd;
  color:#4f4f4f;
}

.alert-box.alert-close{
  opacity:0;
}

.breadcrumbs{
  display:block;
  list-style:none;
  margin-left:0;
  overflow:hidden;
  padding:.5625rem .875rem;
  background-color:#f4f4f4;
  border:1px solid #dcdcdc;
  border-radius:3px;
}

.breadcrumbs>*{
  color:#0084ff;
  float:left;
  font-size:.6875rem;
  line-height:.6875rem;
  margin:0;
  text-transform:uppercase;
}

.breadcrumbs>:focus a,.breadcrumbs>:hover a{
  text-decoration:underline;
}

.breadcrumbs>* a{
  color:#0084ff;
}

.breadcrumbs>.current,.breadcrumbs>.current a{
  color:#333;
  cursor:default;
}

.breadcrumbs>.current:focus,.breadcrumbs>.current:focus a,.breadcrumbs>.current:hover,.breadcrumbs>.current:hover a{
  text-decoration:none;
}

.breadcrumbs>.unavailable,.breadcrumbs>.unavailable a{
  color:#999;
}

.breadcrumbs>.unavailable:focus,.breadcrumbs>.unavailable:hover,.breadcrumbs>.unavailable:hover a,.breadcrumbs>.unavailable a:focus{
  color:#999;
  cursor:not-allowed;
  text-decoration:none;
}

.breadcrumbs>:before{
  color:#aaa;
  content:"/";
  margin:0 .75rem;
  position:relative;
  top:1px;
}

.breadcrumbs>:first-child:before{
  content:" ";
  margin:0;
}

[aria-label=breadcrumbs] [aria-hidden=true]:after{
  content:"/";
}

[class*=block-grid-]{
  display:block;
  padding:0;
  margin:0 -.625rem;
}

[class*=block-grid-]:after,[class*=block-grid-]:before{
  content:" ";
  display:table;
}

[class*=block-grid-]:after{
  clear:both;
}

[class*=block-grid-]>li{
  display:block;
  float:left;
  height:auto;
  padding:0 .625rem 1.25rem;
}

@media only screen{
  .small-block-grid-1>li{
    list-style:none;
    width:100%;
  }

  .small-block-grid-1>li:nth-of-type(1n){
    clear:none;
  }

  .small-block-grid-1>li:nth-of-type(1n+1){
    clear:both;
  }

  .small-block-grid-2>li{
    list-style:none;
    width:50%;
  }

  .small-block-grid-2>li:nth-of-type(1n){
    clear:none;
  }

  .small-block-grid-2>li:nth-of-type(odd){
    clear:both;
  }

  .small-block-grid-3>li{
    list-style:none;
    width:33.33333%;
  }

  .small-block-grid-3>li:nth-of-type(1n){
    clear:none;
  }

  .small-block-grid-3>li:nth-of-type(3n+1){
    clear:both;
  }

  .small-block-grid-4>li{
    list-style:none;
    width:25%;
  }

  .small-block-grid-4>li:nth-of-type(1n){
    clear:none;
  }

  .small-block-grid-4>li:nth-of-type(4n+1){
    clear:both;
  }

  .small-block-grid-5>li{
    list-style:none;
    width:20%;
  }

  .small-block-grid-5>li:nth-of-type(1n){
    clear:none;
  }

  .small-block-grid-5>li:nth-of-type(5n+1){
    clear:both;
  }

  .small-block-grid-6>li{
    list-style:none;
    width:16.66667%;
  }

  .small-block-grid-6>li:nth-of-type(1n){
    clear:none;
  }

  .small-block-grid-6>li:nth-of-type(6n+1){
    clear:both;
  }

  .small-block-grid-7>li{
    list-style:none;
    width:14.28571%;
  }

  .small-block-grid-7>li:nth-of-type(1n){
    clear:none;
  }

  .small-block-grid-7>li:nth-of-type(7n+1){
    clear:both;
  }

  .small-block-grid-8>li{
    list-style:none;
    width:12.5%;
  }

  .small-block-grid-8>li:nth-of-type(1n){
    clear:none;
  }

  .small-block-grid-8>li:nth-of-type(8n+1){
    clear:both;
  }

  .small-block-grid-9>li{
    list-style:none;
    width:11.11111%;
  }

  .small-block-grid-9>li:nth-of-type(1n){
    clear:none;
  }

  .small-block-grid-9>li:nth-of-type(9n+1){
    clear:both;
  }

  .small-block-grid-10>li{
    list-style:none;
    width:10%;
  }

  .small-block-grid-10>li:nth-of-type(1n){
    clear:none;
  }

  .small-block-grid-10>li:nth-of-type(10n+1){
    clear:both;
  }

  .small-block-grid-11>li{
    list-style:none;
    width:9.09091%;
  }

  .small-block-grid-11>li:nth-of-type(1n){
    clear:none;
  }

  .small-block-grid-11>li:nth-of-type(11n+1){
    clear:both;
  }

  .small-block-grid-12>li{
    list-style:none;
    width:8.33333%;
  }

  .small-block-grid-12>li:nth-of-type(1n){
    clear:none;
  }

  .small-block-grid-12>li:nth-of-type(12n+1){
    clear:both;
  }
}

@media only screen and (min-width:40.0625em){
  .medium-block-grid-1>li{
    list-style:none;
    width:100%;
  }

  .medium-block-grid-1>li:nth-of-type(1n){
    clear:none;
  }

  .medium-block-grid-1>li:nth-of-type(1n+1){
    clear:both;
  }

  .medium-block-grid-2>li{
    list-style:none;
    width:50%;
  }

  .medium-block-grid-2>li:nth-of-type(1n){
    clear:none;
  }

  .medium-block-grid-2>li:nth-of-type(odd){
    clear:both;
  }

  .medium-block-grid-3>li{
    list-style:none;
    width:33.33333%;
  }

  .medium-block-grid-3>li:nth-of-type(1n){
    clear:none;
  }

  .medium-block-grid-3>li:nth-of-type(3n+1){
    clear:both;
  }

  .medium-block-grid-4>li{
    list-style:none;
    width:25%;
  }

  .medium-block-grid-4>li:nth-of-type(1n){
    clear:none;
  }

  .medium-block-grid-4>li:nth-of-type(4n+1){
    clear:both;
  }

  .medium-block-grid-5>li{
    list-style:none;
    width:20%;
  }

  .medium-block-grid-5>li:nth-of-type(1n){
    clear:none;
  }

  .medium-block-grid-5>li:nth-of-type(5n+1){
    clear:both;
  }

  .medium-block-grid-6>li{
    list-style:none;
    width:16.66667%;
  }

  .medium-block-grid-6>li:nth-of-type(1n){
    clear:none;
  }

  .medium-block-grid-6>li:nth-of-type(6n+1){
    clear:both;
  }

  .medium-block-grid-7>li{
    list-style:none;
    width:14.28571%;
  }

  .medium-block-grid-7>li:nth-of-type(1n){
    clear:none;
  }

  .medium-block-grid-7>li:nth-of-type(7n+1){
    clear:both;
  }

  .medium-block-grid-8>li{
    list-style:none;
    width:12.5%;
  }

  .medium-block-grid-8>li:nth-of-type(1n){
    clear:none;
  }

  .medium-block-grid-8>li:nth-of-type(8n+1){
    clear:both;
  }

  .medium-block-grid-9>li{
    list-style:none;
    width:11.11111%;
  }

  .medium-block-grid-9>li:nth-of-type(1n){
    clear:none;
  }

  .medium-block-grid-9>li:nth-of-type(9n+1){
    clear:both;
  }

  .medium-block-grid-10>li{
    list-style:none;
    width:10%;
  }

  .medium-block-grid-10>li:nth-of-type(1n){
    clear:none;
  }

  .medium-block-grid-10>li:nth-of-type(10n+1){
    clear:both;
  }

  .medium-block-grid-11>li{
    list-style:none;
    width:9.09091%;
  }

  .medium-block-grid-11>li:nth-of-type(1n){
    clear:none;
  }

  .medium-block-grid-11>li:nth-of-type(11n+1){
    clear:both;
  }

  .medium-block-grid-12>li{
    list-style:none;
    width:8.33333%;
  }

  .medium-block-grid-12>li:nth-of-type(1n){
    clear:none;
  }

  .medium-block-grid-12>li:nth-of-type(12n+1){
    clear:both;
  }
}

@media only screen and (min-width:64.0625em){
  .large-block-grid-1>li{
    list-style:none;
    width:100%;
  }

  .large-block-grid-1>li:nth-of-type(1n){
    clear:none;
  }

  .large-block-grid-1>li:nth-of-type(1n+1){
    clear:both;
  }

  .large-block-grid-2>li{
    list-style:none;
    width:50%;
  }

  .large-block-grid-2>li:nth-of-type(1n){
    clear:none;
  }

  .large-block-grid-2>li:nth-of-type(odd){
    clear:both;
  }

  .large-block-grid-3>li{
    list-style:none;
    width:33.33333%;
  }

  .large-block-grid-3>li:nth-of-type(1n){
    clear:none;
  }

  .large-block-grid-3>li:nth-of-type(3n+1){
    clear:both;
  }

  .large-block-grid-4>li{
    list-style:none;
    width:25%;
  }

  .large-block-grid-4>li:nth-of-type(1n){
    clear:none;
  }

  .large-block-grid-4>li:nth-of-type(4n+1){
    clear:both;
  }

  .large-block-grid-5>li{
    list-style:none;
    width:20%;
  }

  .large-block-grid-5>li:nth-of-type(1n){
    clear:none;
  }

  .large-block-grid-5>li:nth-of-type(5n+1){
    clear:both;
  }

  .large-block-grid-6>li{
    list-style:none;
    width:16.66667%;
  }

  .large-block-grid-6>li:nth-of-type(1n){
    clear:none;
  }

  .large-block-grid-6>li:nth-of-type(6n+1){
    clear:both;
  }

  .large-block-grid-7>li{
    list-style:none;
    width:14.28571%;
  }

  .large-block-grid-7>li:nth-of-type(1n){
    clear:none;
  }

  .large-block-grid-7>li:nth-of-type(7n+1){
    clear:both;
  }

  .large-block-grid-8>li{
    list-style:none;
    width:12.5%;
  }

  .large-block-grid-8>li:nth-of-type(1n){
    clear:none;
  }

  .large-block-grid-8>li:nth-of-type(8n+1){
    clear:both;
  }

  .large-block-grid-9>li{
    list-style:none;
    width:11.11111%;
  }

  .large-block-grid-9>li:nth-of-type(1n){
    clear:none;
  }

  .large-block-grid-9>li:nth-of-type(9n+1){
    clear:both;
  }

  .large-block-grid-10>li{
    list-style:none;
    width:10%;
  }

  .large-block-grid-10>li:nth-of-type(1n){
    clear:none;
  }

  .large-block-grid-10>li:nth-of-type(10n+1){
    clear:both;
  }

  .large-block-grid-11>li{
    list-style:none;
    width:9.09091%;
  }

  .large-block-grid-11>li:nth-of-type(1n){
    clear:none;
  }

  .large-block-grid-11>li:nth-of-type(11n+1){
    clear:both;
  }

  .large-block-grid-12>li{
    list-style:none;
    width:8.33333%;
  }

  .large-block-grid-12>li:nth-of-type(1n){
    clear:none;
  }

  .large-block-grid-12>li:nth-of-type(12n+1){
    clear:both;
  }
}

@media only screen{
  .hide-for-large,.hide-for-large-only,.hide-for-large-up,.hide-for-medium,.hide-for-medium-only,.hide-for-medium-up,.hide-for-xlarge,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xxlarge,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.show-for-large-down,.show-for-medium-down,.show-for-small,.show-for-small-down,.show-for-small-only,.show-for-small-up,.show-for-xlarge-down,.show-for-xxlarge-down{
    display:inherit !important;
  }

  .hide-for-large-down,.hide-for-medium-down,.hide-for-small,.hide-for-small-down,.hide-for-small-only,.hide-for-small-up,.hide-for-xlarge-down,.hide-for-xxlarge-down,.show-for-large,.show-for-large-only,.show-for-large-up,.show-for-medium,.show-for-medium-only,.show-for-medium-up,.show-for-xlarge,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xxlarge,.show-for-xxlarge-only,.show-for-xxlarge-up{
    display:none !important;
  }

  .hidden-for-large,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-medium,.hidden-for-medium-only,.hidden-for-medium-up,.hidden-for-xlarge,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xxlarge,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.visible-for-large-down,.visible-for-medium-down,.visible-for-small,.visible-for-small-down,.visible-for-small-only,.visible-for-small-up,.visible-for-xlarge-down,.visible-for-xxlarge-down{
    position:static !important;
    height:auto;
    width:auto;
    overflow:visible;
    clip:auto;
  }

  .hidden-for-large-down,.hidden-for-medium-down,.hidden-for-small,.hidden-for-small-down,.hidden-for-small-only,.hidden-for-small-up,.hidden-for-xlarge-down,.hidden-for-xxlarge-down,.visible-for-large,.visible-for-large-only,.visible-for-large-up,.visible-for-medium,.visible-for-medium-only,.visible-for-medium-up,.visible-for-xlarge,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xxlarge,.visible-for-xxlarge-only,.visible-for-xxlarge-up{
    clip:rect(1px, 1px, 1px, 1px);
    height:1px;
    overflow:hidden;
    position:absolute !important;
    width:1px;
  }

  table.hide-for-large,table.hide-for-large-only,table.hide-for-large-up,table.hide-for-medium,table.hide-for-medium-only,table.hide-for-medium-up,table.hide-for-xlarge,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xxlarge,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.show-for-large-down,table.show-for-medium-down,table.show-for-small,table.show-for-small-down,table.show-for-small-only,table.show-for-small-up,table.show-for-xlarge-down,table.show-for-xxlarge-down{
    display:table !important;
  }

  thead.hide-for-large,thead.hide-for-large-only,thead.hide-for-large-up,thead.hide-for-medium,thead.hide-for-medium-only,thead.hide-for-medium-up,thead.hide-for-xlarge,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xxlarge,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.show-for-large-down,thead.show-for-medium-down,thead.show-for-small,thead.show-for-small-down,thead.show-for-small-only,thead.show-for-small-up,thead.show-for-xlarge-down,thead.show-for-xxlarge-down{
    display:table-header-group !important;
  }

  tbody.hide-for-large,tbody.hide-for-large-only,tbody.hide-for-large-up,tbody.hide-for-medium,tbody.hide-for-medium-only,tbody.hide-for-medium-up,tbody.hide-for-xlarge,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xxlarge,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.show-for-large-down,tbody.show-for-medium-down,tbody.show-for-small,tbody.show-for-small-down,tbody.show-for-small-only,tbody.show-for-small-up,tbody.show-for-xlarge-down,tbody.show-for-xxlarge-down{
    display:table-row-group !important;
  }

  tr.hide-for-large,tr.hide-for-large-only,tr.hide-for-large-up,tr.hide-for-medium,tr.hide-for-medium-only,tr.hide-for-medium-up,tr.hide-for-xlarge,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xxlarge,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.show-for-large-down,tr.show-for-medium-down,tr.show-for-small,tr.show-for-small-down,tr.show-for-small-only,tr.show-for-small-up,tr.show-for-xlarge-down,tr.show-for-xxlarge-down{
    display:table-row;
  }

  td.hide-for-large,td.hide-for-large-only,td.hide-for-large-up,td.hide-for-medium,td.hide-for-medium-only,td.hide-for-medium-up,td.hide-for-xlarge,td.hide-for-xlarge-only,td.hide-for-xlarge-up,td.hide-for-xxlarge,td.hide-for-xxlarge-only,td.hide-for-xxlarge-up,td.show-for-large-down,td.show-for-medium-down,td.show-for-small,td.show-for-small-down,td.show-for-small-only,td.show-for-small-up,td.show-for-xlarge-down,td.show-for-xxlarge-down,th.hide-for-large,th.hide-for-large-only,th.hide-for-large-up,th.hide-for-medium,th.hide-for-medium-only,th.hide-for-medium-up,th.hide-for-xlarge,th.hide-for-xlarge-only,th.hide-for-xlarge-up,th.hide-for-xxlarge,th.hide-for-xxlarge-only,th.hide-for-xxlarge-up,th.show-for-large-down,th.show-for-medium-down,th.show-for-small,th.show-for-small-down,th.show-for-small-only,th.show-for-small-up,th.show-for-xlarge-down,th.show-for-xxlarge-down{
    display:table-cell !important;
  }
}

@media only screen and (min-width:40.0625em){
  .hide-for-large,.hide-for-large-only,.hide-for-large-up,.hide-for-small,.hide-for-small-down,.hide-for-small-only,.hide-for-xlarge,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xxlarge,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.show-for-large-down,.show-for-medium,.show-for-medium-down,.show-for-medium-only,.show-for-medium-up,.show-for-small-up,.show-for-xlarge-down,.show-for-xxlarge-down{
    display:inherit !important;
  }

  .hide-for-large-down,.hide-for-medium,.hide-for-medium-down,.hide-for-medium-only,.hide-for-medium-up,.hide-for-small-up,.hide-for-xlarge-down,.hide-for-xxlarge-down,.show-for-large,.show-for-large-only,.show-for-large-up,.show-for-small,.show-for-small-down,.show-for-small-only,.show-for-xlarge,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xxlarge,.show-for-xxlarge-only,.show-for-xxlarge-up{
    display:none !important;
  }

  .hidden-for-large,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-small-only,.hidden-for-xlarge,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xxlarge,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.visible-for-large-down,.visible-for-medium,.visible-for-medium-down,.visible-for-medium-only,.visible-for-medium-up,.visible-for-small-up,.visible-for-xlarge-down,.visible-for-xxlarge-down{
    position:static !important;
    height:auto;
    width:auto;
    overflow:visible;
    clip:auto;
  }

  .hidden-for-large-down,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-medium-only,.hidden-for-medium-up,.hidden-for-small-up,.hidden-for-xlarge-down,.hidden-for-xxlarge-down,.visible-for-large,.visible-for-large-only,.visible-for-large-up,.visible-for-small,.visible-for-small-down,.visible-for-small-only,.visible-for-xlarge,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xxlarge,.visible-for-xxlarge-only,.visible-for-xxlarge-up{
    clip:rect(1px, 1px, 1px, 1px);
    height:1px;
    overflow:hidden;
    position:absolute !important;
    width:1px;
  }

  table.hide-for-large,table.hide-for-large-only,table.hide-for-large-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-small-only,table.hide-for-xlarge,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xxlarge,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.show-for-large-down,table.show-for-medium,table.show-for-medium-down,table.show-for-medium-only,table.show-for-medium-up,table.show-for-small-up,table.show-for-xlarge-down,table.show-for-xxlarge-down{
    display:table !important;
  }

  thead.hide-for-large,thead.hide-for-large-only,thead.hide-for-large-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-small-only,thead.hide-for-xlarge,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xxlarge,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.show-for-large-down,thead.show-for-medium,thead.show-for-medium-down,thead.show-for-medium-only,thead.show-for-medium-up,thead.show-for-small-up,thead.show-for-xlarge-down,thead.show-for-xxlarge-down{
    display:table-header-group !important;
  }

  tbody.hide-for-large,tbody.hide-for-large-only,tbody.hide-for-large-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-small-only,tbody.hide-for-xlarge,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xxlarge,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.show-for-large-down,tbody.show-for-medium,tbody.show-for-medium-down,tbody.show-for-medium-only,tbody.show-for-medium-up,tbody.show-for-small-up,tbody.show-for-xlarge-down,tbody.show-for-xxlarge-down{
    display:table-row-group !important;
  }

  tr.hide-for-large,tr.hide-for-large-only,tr.hide-for-large-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-small-only,tr.hide-for-xlarge,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xxlarge,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.show-for-large-down,tr.show-for-medium,tr.show-for-medium-down,tr.show-for-medium-only,tr.show-for-medium-up,tr.show-for-small-up,tr.show-for-xlarge-down,tr.show-for-xxlarge-down{
    display:table-row;
  }

  td.hide-for-large,td.hide-for-large-only,td.hide-for-large-up,td.hide-for-small,td.hide-for-small-down,td.hide-for-small-only,td.hide-for-xlarge,td.hide-for-xlarge-only,td.hide-for-xlarge-up,td.hide-for-xxlarge,td.hide-for-xxlarge-only,td.hide-for-xxlarge-up,td.show-for-large-down,td.show-for-medium,td.show-for-medium-down,td.show-for-medium-only,td.show-for-medium-up,td.show-for-small-up,td.show-for-xlarge-down,td.show-for-xxlarge-down,th.hide-for-large,th.hide-for-large-only,th.hide-for-large-up,th.hide-for-small,th.hide-for-small-down,th.hide-for-small-only,th.hide-for-xlarge,th.hide-for-xlarge-only,th.hide-for-xlarge-up,th.hide-for-xxlarge,th.hide-for-xxlarge-only,th.hide-for-xxlarge-up,th.show-for-large-down,th.show-for-medium,th.show-for-medium-down,th.show-for-medium-only,th.show-for-medium-up,th.show-for-small-up,th.show-for-xlarge-down,th.show-for-xxlarge-down{
    display:table-cell !important;
  }
}

@media only screen and (min-width:64.0625em){
  .hide-for-medium,.hide-for-medium-down,.hide-for-medium-only,.hide-for-small,.hide-for-small-down,.hide-for-small-only,.hide-for-xlarge,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xxlarge,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.show-for-large,.show-for-large-down,.show-for-large-only,.show-for-large-up,.show-for-medium-up,.show-for-small-up,.show-for-xlarge-down,.show-for-xxlarge-down{
    display:inherit !important;
  }

  .hide-for-large,.hide-for-large-down,.hide-for-large-only,.hide-for-large-up,.hide-for-medium-up,.hide-for-small-up,.hide-for-xlarge-down,.hide-for-xxlarge-down,.show-for-medium,.show-for-medium-down,.show-for-medium-only,.show-for-small,.show-for-small-down,.show-for-small-only,.show-for-xlarge,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xxlarge,.show-for-xxlarge-only,.show-for-xxlarge-up{
    display:none !important;
  }

  .hidden-for-medium,.hidden-for-medium-down,.hidden-for-medium-only,.hidden-for-small,.hidden-for-small-down,.hidden-for-small-only,.hidden-for-xlarge,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xxlarge,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.visible-for-large,.visible-for-large-down,.visible-for-large-only,.visible-for-large-up,.visible-for-medium-up,.visible-for-small-up,.visible-for-xlarge-down,.visible-for-xxlarge-down{
    position:static !important;
    height:auto;
    width:auto;
    overflow:visible;
    clip:auto;
  }

  .hidden-for-large,.hidden-for-large-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-medium-up,.hidden-for-small-up,.hidden-for-xlarge-down,.hidden-for-xxlarge-down,.visible-for-medium,.visible-for-medium-down,.visible-for-medium-only,.visible-for-small,.visible-for-small-down,.visible-for-small-only,.visible-for-xlarge,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xxlarge,.visible-for-xxlarge-only,.visible-for-xxlarge-up{
    clip:rect(1px, 1px, 1px, 1px);
    height:1px;
    overflow:hidden;
    position:absolute !important;
    width:1px;
  }

  table.hide-for-medium,table.hide-for-medium-down,table.hide-for-medium-only,table.hide-for-small,table.hide-for-small-down,table.hide-for-small-only,table.hide-for-xlarge,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xxlarge,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.show-for-large,table.show-for-large-down,table.show-for-large-only,table.show-for-large-up,table.show-for-medium-up,table.show-for-small-up,table.show-for-xlarge-down,table.show-for-xxlarge-down{
    display:table !important;
  }

  thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-medium-only,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-small-only,thead.hide-for-xlarge,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xxlarge,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.show-for-large,thead.show-for-large-down,thead.show-for-large-only,thead.show-for-large-up,thead.show-for-medium-up,thead.show-for-small-up,thead.show-for-xlarge-down,thead.show-for-xxlarge-down{
    display:table-header-group !important;
  }

  tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-medium-only,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-small-only,tbody.hide-for-xlarge,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xxlarge,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.show-for-large,tbody.show-for-large-down,tbody.show-for-large-only,tbody.show-for-large-up,tbody.show-for-medium-up,tbody.show-for-small-up,tbody.show-for-xlarge-down,tbody.show-for-xxlarge-down{
    display:table-row-group !important;
  }

  tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-medium-only,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-small-only,tr.hide-for-xlarge,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xxlarge,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.show-for-large,tr.show-for-large-down,tr.show-for-large-only,tr.show-for-large-up,tr.show-for-medium-up,tr.show-for-small-up,tr.show-for-xlarge-down,tr.show-for-xxlarge-down{
    display:table-row;
  }

  td.hide-for-medium,td.hide-for-medium-down,td.hide-for-medium-only,td.hide-for-small,td.hide-for-small-down,td.hide-for-small-only,td.hide-for-xlarge,td.hide-for-xlarge-only,td.hide-for-xlarge-up,td.hide-for-xxlarge,td.hide-for-xxlarge-only,td.hide-for-xxlarge-up,td.show-for-large,td.show-for-large-down,td.show-for-large-only,td.show-for-large-up,td.show-for-medium-up,td.show-for-small-up,td.show-for-xlarge-down,td.show-for-xxlarge-down,th.hide-for-medium,th.hide-for-medium-down,th.hide-for-medium-only,th.hide-for-small,th.hide-for-small-down,th.hide-for-small-only,th.hide-for-xlarge,th.hide-for-xlarge-only,th.hide-for-xlarge-up,th.hide-for-xxlarge,th.hide-for-xxlarge-only,th.hide-for-xxlarge-up,th.show-for-large,th.show-for-large-down,th.show-for-large-only,th.show-for-large-up,th.show-for-medium-up,th.show-for-small-up,th.show-for-xlarge-down,th.show-for-xxlarge-down{
    display:table-cell !important;
  }
}

@media only screen and (min-width:90.0625em){
  .hide-for-large,.hide-for-large-down,.hide-for-large-only,.hide-for-medium,.hide-for-medium-down,.hide-for-medium-only,.hide-for-small,.hide-for-small-down,.hide-for-small-only,.hide-for-xxlarge,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.show-for-large-up,.show-for-medium-up,.show-for-small-up,.show-for-xlarge,.show-for-xlarge-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xxlarge-down{
    display:inherit !important;
  }

  .hide-for-large-up,.hide-for-medium-up,.hide-for-small-up,.hide-for-xlarge,.hide-for-xlarge-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xxlarge-down,.show-for-large,.show-for-large-down,.show-for-large-only,.show-for-medium,.show-for-medium-down,.show-for-medium-only,.show-for-small,.show-for-small-down,.show-for-small-only,.show-for-xxlarge,.show-for-xxlarge-only,.show-for-xxlarge-up{
    display:none !important;
  }

  .hidden-for-large,.hidden-for-large-down,.hidden-for-large-only,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-medium-only,.hidden-for-small,.hidden-for-small-down,.hidden-for-small-only,.hidden-for-xxlarge,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.visible-for-large-up,.visible-for-medium-up,.visible-for-small-up,.visible-for-xlarge,.visible-for-xlarge-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xxlarge-down{
    position:static !important;
    height:auto;
    width:auto;
    overflow:visible;
    clip:auto;
  }

  .hidden-for-large-up,.hidden-for-medium-up,.hidden-for-small-up,.hidden-for-xlarge,.hidden-for-xlarge-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xxlarge-down,.visible-for-large,.visible-for-large-down,.visible-for-large-only,.visible-for-medium,.visible-for-medium-down,.visible-for-medium-only,.visible-for-small,.visible-for-small-down,.visible-for-small-only,.visible-for-xxlarge,.visible-for-xxlarge-only,.visible-for-xxlarge-up{
    clip:rect(1px, 1px, 1px, 1px);
    height:1px;
    overflow:hidden;
    position:absolute !important;
    width:1px;
  }

  table.hide-for-large,table.hide-for-large-down,table.hide-for-large-only,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-medium-only,table.hide-for-small,table.hide-for-small-down,table.hide-for-small-only,table.hide-for-xxlarge,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.show-for-large-up,table.show-for-medium-up,table.show-for-small-up,table.show-for-xlarge,table.show-for-xlarge-down,table.show-for-xlarge-only,table.show-for-xlarge-up,table.show-for-xxlarge-down{
    display:table !important;
  }

  thead.hide-for-large,thead.hide-for-large-down,thead.hide-for-large-only,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-medium-only,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-small-only,thead.hide-for-xxlarge,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.show-for-large-up,thead.show-for-medium-up,thead.show-for-small-up,thead.show-for-xlarge,thead.show-for-xlarge-down,thead.show-for-xlarge-only,thead.show-for-xlarge-up,thead.show-for-xxlarge-down{
    display:table-header-group !important;
  }

  tbody.hide-for-large,tbody.hide-for-large-down,tbody.hide-for-large-only,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-medium-only,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-small-only,tbody.hide-for-xxlarge,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.show-for-large-up,tbody.show-for-medium-up,tbody.show-for-small-up,tbody.show-for-xlarge,tbody.show-for-xlarge-down,tbody.show-for-xlarge-only,tbody.show-for-xlarge-up,tbody.show-for-xxlarge-down{
    display:table-row-group !important;
  }

  tr.hide-for-large,tr.hide-for-large-down,tr.hide-for-large-only,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-medium-only,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-small-only,tr.hide-for-xxlarge,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.show-for-large-up,tr.show-for-medium-up,tr.show-for-small-up,tr.show-for-xlarge,tr.show-for-xlarge-down,tr.show-for-xlarge-only,tr.show-for-xlarge-up,tr.show-for-xxlarge-down{
    display:table-row;
  }

  td.hide-for-large,td.hide-for-large-down,td.hide-for-large-only,td.hide-for-medium,td.hide-for-medium-down,td.hide-for-medium-only,td.hide-for-small,td.hide-for-small-down,td.hide-for-small-only,td.hide-for-xxlarge,td.hide-for-xxlarge-only,td.hide-for-xxlarge-up,td.show-for-large-up,td.show-for-medium-up,td.show-for-small-up,td.show-for-xlarge,td.show-for-xlarge-down,td.show-for-xlarge-only,td.show-for-xlarge-up,td.show-for-xxlarge-down,th.hide-for-large,th.hide-for-large-down,th.hide-for-large-only,th.hide-for-medium,th.hide-for-medium-down,th.hide-for-medium-only,th.hide-for-small,th.hide-for-small-down,th.hide-for-small-only,th.hide-for-xxlarge,th.hide-for-xxlarge-only,th.hide-for-xxlarge-up,th.show-for-large-up,th.show-for-medium-up,th.show-for-small-up,th.show-for-xlarge,th.show-for-xlarge-down,th.show-for-xlarge-only,th.show-for-xlarge-up,th.show-for-xxlarge-down{
    display:table-cell !important;
  }
}

@media only screen and (min-width:120.0625em){
  .hide-for-large,.hide-for-large-down,.hide-for-large-only,.hide-for-medium,.hide-for-medium-down,.hide-for-medium-only,.hide-for-small,.hide-for-small-down,.hide-for-small-only,.hide-for-xlarge,.hide-for-xlarge-down,.hide-for-xlarge-only,.show-for-large-up,.show-for-medium-up,.show-for-small-up,.show-for-xlarge-up,.show-for-xxlarge,.show-for-xxlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up{
    display:inherit !important;
  }

  .hide-for-large-up,.hide-for-medium-up,.hide-for-small-up,.hide-for-xlarge-up,.hide-for-xxlarge,.hide-for-xxlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.show-for-large,.show-for-large-down,.show-for-large-only,.show-for-medium,.show-for-medium-down,.show-for-medium-only,.show-for-small,.show-for-small-down,.show-for-small-only,.show-for-xlarge,.show-for-xlarge-down,.show-for-xlarge-only{
    display:none !important;
  }

  .hidden-for-large,.hidden-for-large-down,.hidden-for-large-only,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-medium-only,.hidden-for-small,.hidden-for-small-down,.hidden-for-small-only,.hidden-for-xlarge,.hidden-for-xlarge-down,.hidden-for-xlarge-only,.visible-for-large-up,.visible-for-medium-up,.visible-for-small-up,.visible-for-xlarge-up,.visible-for-xxlarge,.visible-for-xxlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up{
    position:static !important;
    height:auto;
    width:auto;
    overflow:visible;
    clip:auto;
  }

  .hidden-for-large-up,.hidden-for-medium-up,.hidden-for-small-up,.hidden-for-xlarge-up,.hidden-for-xxlarge,.hidden-for-xxlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.visible-for-large,.visible-for-large-down,.visible-for-large-only,.visible-for-medium,.visible-for-medium-down,.visible-for-medium-only,.visible-for-small,.visible-for-small-down,.visible-for-small-only,.visible-for-xlarge,.visible-for-xlarge-down,.visible-for-xlarge-only{
    clip:rect(1px, 1px, 1px, 1px);
    height:1px;
    overflow:hidden;
    position:absolute !important;
    width:1px;
  }

  table.hide-for-large,table.hide-for-large-down,table.hide-for-large-only,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-medium-only,table.hide-for-small,table.hide-for-small-down,table.hide-for-small-only,table.hide-for-xlarge,table.hide-for-xlarge-down,table.hide-for-xlarge-only,table.show-for-large-up,table.show-for-medium-up,table.show-for-small-up,table.show-for-xlarge-up,table.show-for-xxlarge,table.show-for-xxlarge-down,table.show-for-xxlarge-only,table.show-for-xxlarge-up{
    display:table !important;
  }

  thead.hide-for-large,thead.hide-for-large-down,thead.hide-for-large-only,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-medium-only,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-small-only,thead.hide-for-xlarge,thead.hide-for-xlarge-down,thead.hide-for-xlarge-only,thead.show-for-large-up,thead.show-for-medium-up,thead.show-for-small-up,thead.show-for-xlarge-up,thead.show-for-xxlarge,thead.show-for-xxlarge-down,thead.show-for-xxlarge-only,thead.show-for-xxlarge-up{
    display:table-header-group !important;
  }

  tbody.hide-for-large,tbody.hide-for-large-down,tbody.hide-for-large-only,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-medium-only,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-small-only,tbody.hide-for-xlarge,tbody.hide-for-xlarge-down,tbody.hide-for-xlarge-only,tbody.show-for-large-up,tbody.show-for-medium-up,tbody.show-for-small-up,tbody.show-for-xlarge-up,tbody.show-for-xxlarge,tbody.show-for-xxlarge-down,tbody.show-for-xxlarge-only,tbody.show-for-xxlarge-up{
    display:table-row-group !important;
  }

  tr.hide-for-large,tr.hide-for-large-down,tr.hide-for-large-only,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-medium-only,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-small-only,tr.hide-for-xlarge,tr.hide-for-xlarge-down,tr.hide-for-xlarge-only,tr.show-for-large-up,tr.show-for-medium-up,tr.show-for-small-up,tr.show-for-xlarge-up,tr.show-for-xxlarge,tr.show-for-xxlarge-down,tr.show-for-xxlarge-only,tr.show-for-xxlarge-up{
    display:table-row;
  }

  td.hide-for-large,td.hide-for-large-down,td.hide-for-large-only,td.hide-for-medium,td.hide-for-medium-down,td.hide-for-medium-only,td.hide-for-small,td.hide-for-small-down,td.hide-for-small-only,td.hide-for-xlarge,td.hide-for-xlarge-down,td.hide-for-xlarge-only,td.show-for-large-up,td.show-for-medium-up,td.show-for-small-up,td.show-for-xlarge-up,td.show-for-xxlarge,td.show-for-xxlarge-down,td.show-for-xxlarge-only,td.show-for-xxlarge-up,th.hide-for-large,th.hide-for-large-down,th.hide-for-large-only,th.hide-for-medium,th.hide-for-medium-down,th.hide-for-medium-only,th.hide-for-small,th.hide-for-small-down,th.hide-for-small-only,th.hide-for-xlarge,th.hide-for-xlarge-down,th.hide-for-xlarge-only,th.show-for-large-up,th.show-for-medium-up,th.show-for-small-up,th.show-for-xlarge-up,th.show-for-xxlarge,th.show-for-xxlarge-down,th.show-for-xxlarge-only,th.show-for-xxlarge-up{
    display:table-cell !important;
  }
}

.hide-for-portrait,.show-for-landscape{
  display:inherit !important;
}

.hide-for-landscape,.show-for-portrait{
  display:none !important;
}

table.hide-for-landscape,table.show-for-portrait{
  display:table !important;
}

thead.hide-for-landscape,thead.show-for-portrait{
  display:table-header-group !important;
}

tbody.hide-for-landscape,tbody.show-for-portrait{
  display:table-row-group !important;
}

tr.hide-for-landscape,tr.show-for-portrait{
  display:table-row !important;
}

td.hide-for-landscape,td.show-for-portrait,th.hide-for-landscape,th.show-for-portrait{
  display:table-cell !important;
}

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

  .hide-for-landscape,.show-for-portrait{
    display:none !important;
  }

  table.hide-for-portrait,table.show-for-landscape{
    display:table !important;
  }

  thead.hide-for-portrait,thead.show-for-landscape{
    display:table-header-group !important;
  }

  tbody.hide-for-portrait,tbody.show-for-landscape{
    display:table-row-group !important;
  }

  tr.hide-for-portrait,tr.show-for-landscape{
    display:table-row !important;
  }

  td.hide-for-portrait,td.show-for-landscape,th.hide-for-portrait,th.show-for-landscape{
    display:table-cell !important;
  }
}

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

  .hide-for-portrait,.show-for-landscape{
    display:none !important;
  }

  table.hide-for-landscape,table.show-for-portrait{
    display:table !important;
  }

  thead.hide-for-landscape,thead.show-for-portrait{
    display:table-header-group !important;
  }

  tbody.hide-for-landscape,tbody.show-for-portrait{
    display:table-row-group !important;
  }

  tr.hide-for-landscape,tr.show-for-portrait{
    display:table-row !important;
  }

  td.hide-for-landscape,td.show-for-portrait,th.hide-for-landscape,th.show-for-portrait{
    display:table-cell !important;
  }
}

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

.hide-for-touch,.touch .show-for-touch{
  display:inherit !important;
}

.touch .hide-for-touch{
  display:none !important;
}

.touch table.show-for-touch,table.hide-for-touch{
  display:table !important;
}

.touch thead.show-for-touch,thead.hide-for-touch{
  display:table-header-group !important;
}

.touch tbody.show-for-touch,tbody.hide-for-touch{
  display:table-row-group !important;
}

.touch tr.show-for-touch,tr.hide-for-touch{
  display:table-row !important;
}

.touch td.show-for-touch,.touch th.show-for-touch,td.hide-for-touch,th.hide-for-touch{
  display:table-cell !important;
}

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

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

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

@media print{
  .print-only,.show-for-print{
    display:block !important;
  }

  .hide-for-print,.hide-on-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,th.show-for-print{
    display:table-cell !important;
  }
}

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

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

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

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

@media only screen and (max-width:40em){
  .small-only-text-left{
    text-align:left !important;
  }

  .small-only-text-right{
    text-align:right !important;
  }

  .small-only-text-center{
    text-align:center !important;
  }

  .small-only-text-justify{
    text-align:justify !important;
  }
}

@media only screen{
  .small-text-left{
    text-align:left !important;
  }

  .small-text-right{
    text-align:right !important;
  }

  .small-text-center{
    text-align:center !important;
  }

  .small-text-justify{
    text-align:justify !important;
  }
}

@media only screen and (min-width:40.0625em) and (max-width:64em){
  .medium-only-text-left{
    text-align:left !important;
  }

  .medium-only-text-right{
    text-align:right !important;
  }

  .medium-only-text-center{
    text-align:center !important;
  }

  .medium-only-text-justify{
    text-align:justify !important;
  }
}

@media only screen and (min-width:40.0625em){
  .medium-text-left{
    text-align:left !important;
  }

  .medium-text-right{
    text-align:right !important;
  }

  .medium-text-center{
    text-align:center !important;
  }

  .medium-text-justify{
    text-align:justify !important;
  }
}

@media only screen and (min-width:64.0625em) and (max-width:90em){
  .large-only-text-left{
    text-align:left !important;
  }

  .large-only-text-right{
    text-align:right !important;
  }

  .large-only-text-center{
    text-align:center !important;
  }

  .large-only-text-justify{
    text-align:justify !important;
  }
}

@media only screen and (min-width:64.0625em){
  .large-text-left{
    text-align:left !important;
  }

  .large-text-right{
    text-align:right !important;
  }

  .large-text-center{
    text-align:center !important;
  }

  .large-text-justify{
    text-align:justify !important;
  }
}

@media only screen and (min-width:90.0625em) and (max-width:120em){
  .xlarge-only-text-left{
    text-align:left !important;
  }

  .xlarge-only-text-right{
    text-align:right !important;
  }

  .xlarge-only-text-center{
    text-align:center !important;
  }

  .xlarge-only-text-justify{
    text-align:justify !important;
  }
}

@media only screen and (min-width:90.0625em){
  .xlarge-text-left{
    text-align:left !important;
  }

  .xlarge-text-right{
    text-align:right !important;
  }

  .xlarge-text-center{
    text-align:center !important;
  }

  .xlarge-text-justify{
    text-align:justify !important;
  }
}

@media only screen and (min-width:120.0625em) and (max-width:6249999.9375em){
  .xxlarge-only-text-left{
    text-align:left !important;
  }

  .xxlarge-only-text-right{
    text-align:right !important;
  }

  .xxlarge-only-text-center{
    text-align:center !important;
  }

  .xxlarge-only-text-justify{
    text-align:justify !important;
  }
}

@media only screen and (min-width:120.0625em){
  .xxlarge-text-left{
    text-align:left !important;
  }

  .xxlarge-text-right{
    text-align:right !important;
  }

  .xxlarge-text-center{
    text-align:center !important;
  }

  .xxlarge-text-justify{
    text-align:justify !important;
  }
}

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

a{
  line-height:inherit;
  text-decoration:none;
}

a,a:focus,a:hover{
  color:#0084ff;
}

a img{
  border:none;
}

p{
  font-family:inherit;
  font-size:1rem;
  font-weight:400;
  line-height:1.75;
  margin-bottom:1rem;
  text-rendering:optimizeLegibility;
}

p.lead{
  font-size:1.21875rem;
  line-height:1.6;
}

p aside{
  font-size:.875rem;
  font-style:italic;
  line-height:1.35;
}

h1,h2,h3,h4,h5,h6{
  color:#222;
  font-family:Apple SD Gothic NEO,Calibri,sans-serif;
  font-style:normal;
  font-weight:500;
  line-height:1.2;
  margin-bottom:.5rem;
  margin-top:.2rem;
  text-rendering:optimizeLegibility;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{
  color:#6f6f6f;
  font-size:60%;
  line-height:0;
}

h1{
  font-size:2.125rem;
}

h2{
  font-size:1.6875rem;
}

h3{
  font-size:1.375rem;
}

h4,h5{
  font-size:1.125rem;
}

h6{
  font-size:1rem;
}

.subheader{
  line-height:1.4;
  color:#6f6f6f;
  font-weight:400;
  margin-top:.2rem;
  margin-bottom:.5rem;
}

hr{
  border:solid #ddd;
  border-width:1px 0 0;
  clear:both;
  height:0;
  margin:1.25rem 0 1.1875rem;
}

em,i{
  font-style:italic;
}

b,em,i,strong{
  line-height:inherit;
}

b,strong{
  font-weight:700;
}

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

code{
  background-color:#f8f8f8;
  border:1px solid #dfdfdf;
  color:#333;
  font-family:Consolas,Liberation Mono,Courier,monospace;
  font-weight:400;
  padding:.125rem .3125rem .0625rem;
}

dl,ol,ul{
  font-family:inherit;
  font-size:1rem;
  line-height:1.75;
  list-style-position:outside;
  margin-bottom:1rem;
}

ul{
  margin-left:1.8rem;
}

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

ul.circle li ul,ul.disc li ul,ul.square li ul{
  list-style:inherit;
}

ul.square{
  list-style-type:square;
  margin-left:1.8rem;
}

ul.circle{
  list-style-type:circle;
}

ul.circle,ul.disc{
  margin-left:1.8rem;
}

ul.disc{
  list-style-type:disc;
}

ol{
  margin-left:1.8rem;
}

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

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

.no-bullet li ol,.no-bullet li ul{
  margin-left:1.25rem;
  margin-bottom:0;
  list-style:none;
}

dl dt{
  margin-bottom:.3rem;
  font-weight:700;
}

dl dd{
  margin-bottom:.75rem;
}

abbr,acronym{
  text-transform:uppercase;
  font-size:90%;
  color:#313333;
  cursor:help;
}

abbr{
  text-transform:none;
}

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

blockquote{
  margin:0 0 1rem;
  padding:.5625rem 1.25rem 0 1.1875rem;
  border-left:1px solid #ddd;
}

blockquote cite{
  display:block;
  font-size:.8125rem;
  color:#555;
}

blockquote cite:before{
  content:"\2014 \0020";
}

blockquote cite a,blockquote cite a:visited{
  color:#555;
}

blockquote,blockquote p{
  line-height:1.75;
  color:#6f6f6f;
}

.vcard{
  display:inline-block;
  margin:0 0 1.25rem;
  border:1px solid #ddd;
  padding:.625rem .75rem;
}

.vcard li{
  margin:0;
  display:block;
}

.vcard .fn{
  font-size:.9375rem;
}

.vcard .fn,.vevent .summary,.vevent abbr{
  font-weight:700;
}

.vevent abbr{
  cursor:default;
  text-decoration:none;
  border:none;
  padding:0 .0625rem;
}

@media only screen and (min-width:40.0625em){
  h1,h2,h3,h4,h5,h6{
    line-height:1.2;
  }

  h1{
    font-size:2.75rem;
  }

  h2{
    font-size:2.3125rem;
  }

  h3{
    font-size:1.6875rem;
  }

  h4{
    font-size:1.4375rem;
  }

  h5{
    font-size:1.125rem;
  }

  h6{
    font-size:1rem;
  }
}

@media print{
  *{
    background:transparent !important;
    color:#000 !important;
    box-shadow:none !important;
    text-shadow:none !important;
  }

  a,a:visited{
    text-decoration:underline;
  }

  a[href]:after{
    content:" (" attr(href) ")";
  }

  abbr[title]:after{
    content:" (" attr(title) ")";
  }

  .ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{
    content:"";
  }

  blockquote,pre{
    border:1px solid #999;
    page-break-inside:avoid;
  }

  thead{
    display:table-header-group;
  }

  img,tr{
    page-break-inside:avoid;
  }

  img{
    max-width:100% !important;
  }

  @page{
    margin:.34in;
  }

  h2,h3,p{
    orphans:3;
    widows:3;
  }

  h2,h3{
    page-break-after:avoid;
  }
}

.button,button{
  -webkit-appearance:none;
  -moz-appearance:none;
  border-radius:0;
  cursor:pointer;
  font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight:400;
  line-height:normal;
  margin:0 0 1.25rem;
  position:relative;
  text-align:center;
  text-decoration:none;
  display:inline-block;
  padding:1rem 2rem 1.0625rem;
  font-size:1rem;
  background-color:#0084ff;
  border:0 solid #006acc;
  color:#fff;
  transition:background-color .3s ease-out;
}

.button:focus,.button:hover,button:focus,button:hover{
  background-color:#006acc;
  color:#fff;
}

.button.secondary,button.secondary{
  background-color:#e7e7e7;
  border-color:#b9b9b9;
  color:#333;
}

.button.secondary:focus,.button.secondary:hover,button.secondary:focus,button.secondary:hover{
  background-color:#b9b9b9;
  color:#333;
}

.button.success,button.success{
  background-color:#43ac6a;
  border-color:#368a55;
  color:#fff;
}

.button.success:focus,.button.success:hover,button.success:focus,button.success:hover{
  background-color:#368a55;
  color:#fff;
}

.button.alert,button.alert{
  background-color:#f04124;
  border-color:#cf2a0e;
  color:#fff;
}

.button.alert:focus,.button.alert:hover,button.alert:focus,button.alert:hover{
  background-color:#cf2a0e;
  color:#fff;
}

.button.warning,button.warning{
  background-color:#f08a24;
  border-color:#cf6e0e;
  color:#fff;
}

.button.warning:focus,.button.warning:hover,button.warning:focus,button.warning:hover{
  background-color:#cf6e0e;
  color:#fff;
}

.button.info,button.info{
  background-color:#a0d3e8;
  border-color:#61b6d9;
  color:#333;
}

.button.info:focus,.button.info:hover,button.info:focus,button.info:hover{
  background-color:#61b6d9;
  color:#fff;
}

.button.large,button.large{
  padding:1.125rem 2.25rem 1.1875rem;
  font-size:1.25rem;
}

.button.small,button.small{
  padding:.875rem 1.75rem .9375rem;
  font-size:.8125rem;
}

.button.tiny,button.tiny{
  padding:.625rem 1.25rem .6875rem;
  font-size:.6875rem;
}

.button.expand,button.expand{
  font-size:1rem;
  padding:1rem 1rem 1.0625rem;
  width:100%;
}

.button.left-align,button.left-align{
  text-align:left;
  text-indent:.75rem;
}

.button.right-align,button.right-align{
  text-align:right;
  padding-right:.75rem;
}

.button.radius,button.radius{
  border-radius:3px;
}

.button.round,button.round{
  border-radius:1000px;
}

.button.disabled,.button[disabled],button.disabled,button[disabled]{
  background-color:#0084ff;
  border-color:#006acc;
  color:#fff;
  box-shadow:none;
  cursor:default;
  opacity:.7;
}

.button.disabled:focus,.button.disabled:hover,.button[disabled]:focus,.button[disabled]:hover,button.disabled:focus,button.disabled:hover,button[disabled]:focus,button[disabled]:hover{
  background-color:#006acc;
  color:#fff;
  background-color:#0084ff;
}

.button.disabled.secondary,.button[disabled].secondary,button.disabled.secondary,button[disabled].secondary{
  background-color:#e7e7e7;
  border-color:#b9b9b9;
  color:#333;
  box-shadow:none;
  cursor:default;
  opacity:.7;
}

.button.disabled.secondary:focus,.button.disabled.secondary:hover,.button[disabled].secondary:focus,.button[disabled].secondary:hover,button.disabled.secondary:focus,button.disabled.secondary:hover,button[disabled].secondary:focus,button[disabled].secondary:hover{
  background-color:#b9b9b9;
  color:#333;
  background-color:#e7e7e7;
}

.button.disabled.success,.button[disabled].success,button.disabled.success,button[disabled].success{
  background-color:#43ac6a;
  border-color:#368a55;
  color:#fff;
  box-shadow:none;
  cursor:default;
  opacity:.7;
}

.button.disabled.success:focus,.button.disabled.success:hover,.button[disabled].success:focus,.button[disabled].success:hover,button.disabled.success:focus,button.disabled.success:hover,button[disabled].success:focus,button[disabled].success:hover{
  background-color:#368a55;
  color:#fff;
  background-color:#43ac6a;
}

.button.disabled.alert,.button[disabled].alert,button.disabled.alert,button[disabled].alert{
  background-color:#f04124;
  border-color:#cf2a0e;
  color:#fff;
  box-shadow:none;
  cursor:default;
  opacity:.7;
}

.button.disabled.alert:focus,.button.disabled.alert:hover,.button[disabled].alert:focus,.button[disabled].alert:hover,button.disabled.alert:focus,button.disabled.alert:hover,button[disabled].alert:focus,button[disabled].alert:hover{
  background-color:#cf2a0e;
  color:#fff;
  background-color:#f04124;
}

.button.disabled.warning,.button[disabled].warning,button.disabled.warning,button[disabled].warning{
  background-color:#f08a24;
  border-color:#cf6e0e;
  color:#fff;
  box-shadow:none;
  cursor:default;
  opacity:.7;
}

.button.disabled.warning:focus,.button.disabled.warning:hover,.button[disabled].warning:focus,.button[disabled].warning:hover,button.disabled.warning:focus,button.disabled.warning:hover,button[disabled].warning:focus,button[disabled].warning:hover{
  background-color:#cf6e0e;
  color:#fff;
  background-color:#f08a24;
}

.button.disabled.info,.button[disabled].info,button.disabled.info,button[disabled].info{
  background-color:#a0d3e8;
  border-color:#61b6d9;
  color:#333;
  box-shadow:none;
  cursor:default;
  opacity:.7;
}

.button.disabled.info:focus,.button.disabled.info:hover,.button[disabled].info:focus,.button[disabled].info:hover,button.disabled.info:focus,button.disabled.info:hover,button[disabled].info:focus,button[disabled].info:hover{
  background-color:#61b6d9;
  color:#fff;
  background-color:#a0d3e8;
}

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

@media only screen and (min-width:40.0625em){
  .button,button{
    display:inline-block;
  }
}

form{
  margin:0 0 1rem;
}

form .row .row{
  margin:0 -.5rem;
}

form .row .row .column,form .row .row .columns{
  padding:0 .5rem;
}

form .row .row.collapse{
  margin:0;
}

form .row .row.collapse .column,form .row .row.collapse .columns{
  padding:0;
}

form .row .row.collapse input{
  -webkit-border-bottom-right-radius:0;
  -webkit-border-top-right-radius:0;
  border-bottom-right-radius:0;
  border-top-right-radius:0;
}

form .row input.column,form .row input.columns,form .row textarea.column,form .row textarea.columns{
  padding-left:.5rem;
}

label{
  color:#4d4d4d;
  cursor:pointer;
  display:block;
  font-size:.875rem;
  font-weight:400;
  line-height:1.5;
  margin-bottom:0;
}

label.right{
  float:none !important;
  text-align:right;
}

label.inline{
  margin:0 0 1rem;
  padding:.5625rem 0;
}

label small{
  text-transform:capitalize;
  color:#676767;
}

.postfix,.prefix{
  border-style:solid;
  border-width:1px;
  display:block;
  font-size:.875rem;
  height:2.3125rem;
  line-height:2.3125rem;
  overflow:visible;
  padding-bottom:0;
  padding-top:0;
  position:relative;
  text-align:center;
  width:100%;
  z-index:2;
}

.postfix.button,.prefix.button{
  border:none;
  padding:0;
  text-align:center;
}

.prefix.button.radius{
  border-radius:0;
  -webkit-border-bottom-left-radius:3px;
  -webkit-border-top-left-radius:3px;
  border-bottom-left-radius:3px;
  border-top-left-radius:3px;
}

.postfix.button.radius{
  border-radius:0;
  -webkit-border-bottom-right-radius:3px;
  -webkit-border-top-right-radius:3px;
  border-bottom-right-radius:3px;
  border-top-right-radius:3px;
}

.prefix.button.round{
  border-radius:0;
  -webkit-border-bottom-left-radius:1000px;
  -webkit-border-top-left-radius:1000px;
  border-bottom-left-radius:1000px;
  border-top-left-radius:1000px;
}

.postfix.button.round{
  border-radius:0;
  -webkit-border-bottom-right-radius:1000px;
  -webkit-border-top-right-radius:1000px;
  border-bottom-right-radius:1000px;
  border-top-right-radius:1000px;
}

label.prefix,span.prefix{
  border-right:none;
}

label.postfix,label.prefix,span.postfix,span.prefix{
  background:#f2f2f2;
  color:#333;
  border-color:#ccc;
}

label.postfix,span.postfix{
  border-left:none;
}

input:not([type]),input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{
  -webkit-appearance:none;
  -moz-appearance:none;
  border-radius:0;
  background-color:#fff;
  border:1px solid #ccc;
  box-shadow:inset 0 1px 2px rgba(0, 0, 0, .1);
  color:#000;
  display:block;
  font-family:inherit;
  font-size:.875rem;
  height:2.3125rem;
  margin:0 0 1rem;
  padding:.5rem;
  width:100%;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-transition:border-color .15s linear,background .15s linear;
  -moz-transition:border-color .15s linear, background .15s linear;
  -ms-transition:border-color .15s linear, background .15s linear;
  -o-transition:border-color .15s linear, background .15s linear;
  transition:border-color .15s linear,background .15s linear;
}

input:not([type]):focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus{
  background:#fafafa;
  border-color:#999;
  outline:none;
}

fieldset[disabled] input:not([type]),fieldset[disabled] input[type=color],fieldset[disabled] input[type=date],fieldset[disabled] input[type=datetime-local],fieldset[disabled] input[type=datetime],fieldset[disabled] input[type=email],fieldset[disabled] input[type=month],fieldset[disabled] input[type=number],fieldset[disabled] input[type=password],fieldset[disabled] input[type=search],fieldset[disabled] input[type=tel],fieldset[disabled] input[type=text],fieldset[disabled] input[type=time],fieldset[disabled] input[type=url],fieldset[disabled] input[type=week],fieldset[disabled] textarea,input:not([type]):disabled,input:not([type])[disabled],input:not([type])[readonly],input[type=color]:disabled,input[type=color][disabled],input[type=color][readonly],input[type=date]:disabled,input[type=date][disabled],input[type=date][readonly],input[type=datetime-local]:disabled,input[type=datetime-local][disabled],input[type=datetime-local][readonly],input[type=datetime]:disabled,input[type=datetime][disabled],input[type=datetime][readonly],input[type=email]:disabled,input[type=email][disabled],input[type=email][readonly],input[type=month]:disabled,input[type=month][disabled],input[type=month][readonly],input[type=number]:disabled,input[type=number][disabled],input[type=number][readonly],input[type=password]:disabled,input[type=password][disabled],input[type=password][readonly],input[type=search]:disabled,input[type=search][disabled],input[type=search][readonly],input[type=tel]:disabled,input[type=tel][disabled],input[type=tel][readonly],input[type=text]:disabled,input[type=text][disabled],input[type=text][readonly],input[type=time]:disabled,input[type=time][disabled],input[type=time][readonly],input[type=url]:disabled,input[type=url][disabled],input[type=url][readonly],input[type=week]:disabled,input[type=week][disabled],input[type=week][readonly],textarea:disabled,textarea[disabled],textarea[readonly]{
  background-color:#ddd;
  cursor:default;
}

input:not([type]).radius,input[type=color].radius,input[type=date].radius,input[type=datetime-local].radius,input[type=datetime].radius,input[type=email].radius,input[type=month].radius,input[type=number].radius,input[type=password].radius,input[type=search].radius,input[type=tel].radius,input[type=text].radius,input[type=time].radius,input[type=url].radius,input[type=week].radius,textarea.radius{
  border-radius:3px;
}

form .row .prefix-radius.row.collapse button,form .row .prefix-radius.row.collapse input,form .row .prefix-radius.row.collapse select,form .row .prefix-radius.row.collapse textarea{
  border-radius:0;
  -webkit-border-bottom-right-radius:3px;
  -webkit-border-top-right-radius:3px;
  border-bottom-right-radius:3px;
  border-top-right-radius:3px;
}

form .row .postfix-radius.row.collapse button,form .row .postfix-radius.row.collapse input,form .row .postfix-radius.row.collapse select,form .row .postfix-radius.row.collapse textarea,form .row .prefix-radius.row.collapse .prefix{
  border-radius:0;
  -webkit-border-bottom-left-radius:3px;
  -webkit-border-top-left-radius:3px;
  border-bottom-left-radius:3px;
  border-top-left-radius:3px;
}

form .row .postfix-radius.row.collapse .postfix{
  border-radius:0;
  -webkit-border-bottom-right-radius:3px;
  -webkit-border-top-right-radius:3px;
  border-bottom-right-radius:3px;
  border-top-right-radius:3px;
}

form .row .prefix-round.row.collapse button,form .row .prefix-round.row.collapse input,form .row .prefix-round.row.collapse select,form .row .prefix-round.row.collapse textarea{
  border-radius:0;
  -webkit-border-bottom-right-radius:1000px;
  -webkit-border-top-right-radius:1000px;
  border-bottom-right-radius:1000px;
  border-top-right-radius:1000px;
}

form .row .postfix-round.row.collapse button,form .row .postfix-round.row.collapse input,form .row .postfix-round.row.collapse select,form .row .postfix-round.row.collapse textarea,form .row .prefix-round.row.collapse .prefix{
  border-radius:0;
  -webkit-border-bottom-left-radius:1000px;
  -webkit-border-top-left-radius:1000px;
  border-bottom-left-radius:1000px;
  border-top-left-radius:1000px;
}

form .row .postfix-round.row.collapse .postfix{
  border-radius:0;
  -webkit-border-bottom-right-radius:1000px;
  -webkit-border-top-right-radius:1000px;
  border-bottom-right-radius:1000px;
  border-top-right-radius:1000px;
}

input[type=submit]{
  -webkit-appearance:none;
  -moz-appearance:none;
  border-radius:0;
}

textarea[rows]{
  height:auto;
}

textarea{
  max-width:100%;
}

::-webkit-input-placeholder{
  color:#444;
}

:-moz-placeholder,::-moz-placeholder{
  color:#444;
}

:-ms-input-placeholder{
  color:#444;
}

select{
  -webkit-appearance:none !important;
  -moz-appearance:none !important;
  background-color:#fafafa;
  background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjEyIiB3aWR0aD0iMjQiIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDYgMyI+PHBhdGggZD0iTTUuOTkyIDBsLTMgMy0zLTN6Ii8+PC9zdmc+");
  background-position:100%;
  background-repeat:no-repeat;
  border:1px solid #ccc;
  color:#000;
  font-family:inherit;
  font-size:.875rem;
  line-height:normal;
  padding:.5rem;
  border-radius:0;
  height:2.3125rem;
}

select::-ms-expand{
  display:none;
}

select.radius{
  border-radius:3px;
}

select:focus{
  background-color:#f3f3f3;
  border-color:#999;
}

select:disabled{
  background-color:#ddd;
  cursor:default;
}

select[multiple]{
  height:auto;
}

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

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

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

fieldset{
  border:1px solid #ddd;
  margin:1.125rem 0;
  padding:1.25rem;
}

fieldset legend{
  font-weight:700;
  margin:0 0 0 -.1875rem;
  padding:0 .1875rem;
}

[data-abide] .error small.error,[data-abide] .error span.error,[data-abide] small.error,[data-abide] span.error{
  display:block;
  font-size:.75rem;
  font-style:italic;
  font-weight:400;
  margin-bottom:1rem;
  margin-top:-1px;
  padding:.375rem .5625rem .5625rem;
  background:#f04124;
  color:#fff;
}

[data-abide] small.error,[data-abide] span.error{
  display:none;
}

small.error,span.error{
  display:block;
  font-size:.75rem;
  font-style:italic;
  font-weight:400;
  margin-bottom:1rem;
  margin-top:-1px;
  padding:.375rem .5625rem .5625rem;
  background:#f04124;
  color:#fff;
}

.error input,.error select,.error textarea{
  margin-bottom:0;
}

.error input[type=checkbox],.error input[type=radio]{
  margin-bottom:1rem;
}

.error label,.error label.error{
  color:#f04124;
}

.error small.error{
  display:block;
  font-size:.75rem;
  font-style:italic;
  font-weight:400;
  margin-bottom:1rem;
  margin-top:-1px;
  padding:.375rem .5625rem .5625rem;
  background:#f04124;
  color:#fff;
}

.error>label>small{
  background:transparent;
  color:#676767;
  display:inline;
  font-size:60%;
  font-style:normal;
  margin:0;
  padding:0;
  text-transform:capitalize;
}

.error span.error-message{
  display:block;
}

input.error,select.error,textarea.error{
  margin-bottom:0;
}

label.error{
  color:#f04124;
}

.button-group{
  list-style:none;
  margin:0;
  left:0;
}

.button-group:after,.button-group:before{
  content:" ";
  display:table;
}

.button-group:after{
  clear:both;
}

.button-group.even-2 li{
  display:inline-block;
  margin:0 -2px;
  width:50%;
}

.button-group.even-2 li .button,.button-group.even-2 li>button{
  border-left:1px solid;
  border-color:hsla(0, 0%, 100%, .5);
}

.button-group.even-2 li:first-child .button,.button-group.even-2 li:first-child button{
  border-left:0;
}

.button-group.even-2 li .button,.button-group.even-2 li button{
  width:100%;
}

.button-group.even-3 li{
  display:inline-block;
  margin:0 -2px;
  width:33.33333%;
}

.button-group.even-3 li .button,.button-group.even-3 li>button{
  border-left:1px solid;
  border-color:hsla(0, 0%, 100%, .5);
}

.button-group.even-3 li:first-child .button,.button-group.even-3 li:first-child button{
  border-left:0;
}

.button-group.even-3 li .button,.button-group.even-3 li button{
  width:100%;
}

.button-group.even-4 li{
  display:inline-block;
  margin:0 -2px;
  width:25%;
}

.button-group.even-4 li .button,.button-group.even-4 li>button{
  border-left:1px solid;
  border-color:hsla(0, 0%, 100%, .5);
}

.button-group.even-4 li:first-child .button,.button-group.even-4 li:first-child button{
  border-left:0;
}

.button-group.even-4 li .button,.button-group.even-4 li button{
  width:100%;
}

.button-group.even-5 li{
  display:inline-block;
  margin:0 -2px;
  width:20%;
}

.button-group.even-5 li .button,.button-group.even-5 li>button{
  border-left:1px solid;
  border-color:hsla(0, 0%, 100%, .5);
}

.button-group.even-5 li:first-child .button,.button-group.even-5 li:first-child button{
  border-left:0;
}

.button-group.even-5 li .button,.button-group.even-5 li button{
  width:100%;
}

.button-group.even-6 li{
  display:inline-block;
  margin:0 -2px;
  width:16.66667%;
}

.button-group.even-6 li .button,.button-group.even-6 li>button{
  border-left:1px solid;
  border-color:hsla(0, 0%, 100%, .5);
}

.button-group.even-6 li:first-child .button,.button-group.even-6 li:first-child button{
  border-left:0;
}

.button-group.even-6 li .button,.button-group.even-6 li button{
  width:100%;
}

.button-group.even-7 li{
  display:inline-block;
  margin:0 -2px;
  width:14.28571%;
}

.button-group.even-7 li .button,.button-group.even-7 li>button{
  border-left:1px solid;
  border-color:hsla(0, 0%, 100%, .5);
}

.button-group.even-7 li:first-child .button,.button-group.even-7 li:first-child button{
  border-left:0;
}

.button-group.even-7 li .button,.button-group.even-7 li button{
  width:100%;
}

.button-group.even-8 li{
  display:inline-block;
  margin:0 -2px;
  width:12.5%;
}

.button-group.even-8 li .button,.button-group.even-8 li>button{
  border-left:1px solid;
  border-color:hsla(0, 0%, 100%, .5);
}

.button-group.even-8 li:first-child .button,.button-group.even-8 li:first-child button{
  border-left:0;
}

.button-group.even-8 li .button,.button-group.even-8 li button{
  width:100%;
}

.button-group>li{
  display:inline-block;
  margin:0 -2px;
}

.button-group>li .button,.button-group>li>button{
  border-left:1px solid;
  border-color:hsla(0, 0%, 100%, .5);
}

.button-group>li:first-child .button,.button-group>li:first-child button{
  border-left:0;
}

.button-group.stack>li{
  display:block;
  margin:0;
  float:none;
}

.button-group.stack>li .button,.button-group.stack>li>button{
  border-left:1px solid;
}

.button-group.stack>li:first-child .button,.button-group.stack>li:first-child button{
  border-left:0;
}

.button-group.stack>li .button,.button-group.stack>li>button{
  border-color:hsla(0, 0%, 100%, .5);
  border-left-width:0;
  border-top:1px solid;
  display:block;
  margin:0;
}

.button-group.stack>li>button{
  width:100%;
}

.button-group.stack>li:first-child .button,.button-group.stack>li:first-child button{
  border-top:0;
}

.button-group.stack-for-small>li{
  display:inline-block;
  margin:0 -2px;
}

.button-group.stack-for-small>li .button,.button-group.stack-for-small>li>button{
  border-left:1px solid;
  border-color:hsla(0, 0%, 100%, .5);
}

.button-group.stack-for-small>li:first-child .button,.button-group.stack-for-small>li:first-child button{
  border-left:0;
}

@media only screen and (max-width:40em){
  .button-group.stack-for-small>li{
    display:block;
    margin:0;
    width:100%;
  }

  .button-group.stack-for-small>li .button,.button-group.stack-for-small>li>button{
    border-left:1px solid;
  }

  .button-group.stack-for-small>li:first-child .button,.button-group.stack-for-small>li:first-child button{
    border-left:0;
  }

  .button-group.stack-for-small>li .button,.button-group.stack-for-small>li>button{
    border-color:hsla(0, 0%, 100%, .5);
    border-left-width:0;
    border-top:1px solid;
    display:block;
    margin:0;
  }

  .button-group.stack-for-small>li>button{
    width:100%;
  }

  .button-group.stack-for-small>li:first-child .button,.button-group.stack-for-small>li:first-child button{
    border-top:0;
  }
}

.button-group.radius>*{
  display:inline-block;
  margin:0 -2px;
}

.button-group.radius>* .button,.button-group.radius>*>button{
  border-left:1px solid;
  border-color:hsla(0, 0%, 100%, .5);
}

.button-group.radius>:first-child .button,.button-group.radius>:first-child button{
  border-left:0;
}

.button-group.radius>*,.button-group.radius>*>.button,.button-group.radius>*>a,.button-group.radius>*>button{
  border-radius:0;
}

.button-group.radius>:first-child,.button-group.radius>:first-child>.button,.button-group.radius>:first-child>a,.button-group.radius>:first-child>button{
  -webkit-border-bottom-left-radius:3px;
  -webkit-border-top-left-radius:3px;
  border-bottom-left-radius:3px;
  border-top-left-radius:3px;
}

.button-group.radius>:last-child,.button-group.radius>:last-child>.button,.button-group.radius>:last-child>a,.button-group.radius>:last-child>button{
  -webkit-border-bottom-right-radius:3px;
  -webkit-border-top-right-radius:3px;
  border-bottom-right-radius:3px;
  border-top-right-radius:3px;
}

.button-group.radius.stack>*{
  display:block;
  margin:0;
}

.button-group.radius.stack>* .button,.button-group.radius.stack>*>button{
  border-left:1px solid;
}

.button-group.radius.stack>:first-child .button,.button-group.radius.stack>:first-child button{
  border-left:0;
}

.button-group.radius.stack>* .button,.button-group.radius.stack>*>button{
  border-color:hsla(0, 0%, 100%, .5);
  border-left-width:0;
  border-top:1px solid;
  display:block;
  margin:0;
}

.button-group.radius.stack>*>button{
  width:100%;
}

.button-group.radius.stack>:first-child .button,.button-group.radius.stack>:first-child button{
  border-top:0;
}

.button-group.radius.stack>*,.button-group.radius.stack>*>.button,.button-group.radius.stack>*>a,.button-group.radius.stack>*>button{
  border-radius:0;
}

.button-group.radius.stack>:first-child,.button-group.radius.stack>:first-child>.button,.button-group.radius.stack>:first-child>a,.button-group.radius.stack>:first-child>button{
  -webkit-top-left-radius:3px;
  -webkit-top-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
}

.button-group.radius.stack>:last-child,.button-group.radius.stack>:last-child>.button,.button-group.radius.stack>:last-child>a,.button-group.radius.stack>:last-child>button{
  -webkit-bottom-left-radius:3px;
  -webkit-bottom-right-radius:3px;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
}

@media only screen and (min-width:40.0625em){
  .button-group.radius.stack-for-small>*{
    display:inline-block;
    margin:0 -2px;
  }

  .button-group.radius.stack-for-small>* .button,.button-group.radius.stack-for-small>*>button{
    border-left:1px solid;
    border-color:hsla(0, 0%, 100%, .5);
  }

  .button-group.radius.stack-for-small>:first-child .button,.button-group.radius.stack-for-small>:first-child button{
    border-left:0;
  }

  .button-group.radius.stack-for-small>*,.button-group.radius.stack-for-small>*>.button,.button-group.radius.stack-for-small>*>a,.button-group.radius.stack-for-small>*>button{
    border-radius:0;
  }

  .button-group.radius.stack-for-small>:first-child,.button-group.radius.stack-for-small>:first-child>.button,.button-group.radius.stack-for-small>:first-child>a,.button-group.radius.stack-for-small>:first-child>button{
    -webkit-border-bottom-left-radius:3px;
    -webkit-border-top-left-radius:3px;
    border-bottom-left-radius:3px;
    border-top-left-radius:3px;
  }

  .button-group.radius.stack-for-small>:last-child,.button-group.radius.stack-for-small>:last-child>.button,.button-group.radius.stack-for-small>:last-child>a,.button-group.radius.stack-for-small>:last-child>button{
    -webkit-border-bottom-right-radius:3px;
    -webkit-border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    border-top-right-radius:3px;
  }
}

@media only screen and (max-width:40em){
  .button-group.radius.stack-for-small>*{
    display:block;
    margin:0;
  }

  .button-group.radius.stack-for-small>* .button,.button-group.radius.stack-for-small>*>button{
    border-left:1px solid;
  }

  .button-group.radius.stack-for-small>:first-child .button,.button-group.radius.stack-for-small>:first-child button{
    border-left:0;
  }

  .button-group.radius.stack-for-small>* .button,.button-group.radius.stack-for-small>*>button{
    border-color:hsla(0, 0%, 100%, .5);
    border-left-width:0;
    border-top:1px solid;
    display:block;
    margin:0;
  }

  .button-group.radius.stack-for-small>*>button{
    width:100%;
  }

  .button-group.radius.stack-for-small>:first-child .button,.button-group.radius.stack-for-small>:first-child button{
    border-top:0;
  }

  .button-group.radius.stack-for-small>*,.button-group.radius.stack-for-small>*>.button,.button-group.radius.stack-for-small>*>a,.button-group.radius.stack-for-small>*>button{
    border-radius:0;
  }

  .button-group.radius.stack-for-small>:first-child,.button-group.radius.stack-for-small>:first-child>.button,.button-group.radius.stack-for-small>:first-child>a,.button-group.radius.stack-for-small>:first-child>button{
    -webkit-top-left-radius:3px;
    -webkit-top-right-radius:3px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
  }

  .button-group.radius.stack-for-small>:last-child,.button-group.radius.stack-for-small>:last-child>.button,.button-group.radius.stack-for-small>:last-child>a,.button-group.radius.stack-for-small>:last-child>button{
    -webkit-bottom-left-radius:3px;
    -webkit-bottom-right-radius:3px;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
  }
}

.button-group.round>*{
  display:inline-block;
  margin:0 -2px;
}

.button-group.round>* .button,.button-group.round>*>button{
  border-left:1px solid;
  border-color:hsla(0, 0%, 100%, .5);
}

.button-group.round>:first-child .button,.button-group.round>:first-child button{
  border-left:0;
}

.button-group.round>*,.button-group.round>*>.button,.button-group.round>*>a,.button-group.round>*>button{
  border-radius:0;
}

.button-group.round>:first-child,.button-group.round>:first-child>.button,.button-group.round>:first-child>a,.button-group.round>:first-child>button{
  -webkit-border-bottom-left-radius:1000px;
  -webkit-border-top-left-radius:1000px;
  border-bottom-left-radius:1000px;
  border-top-left-radius:1000px;
}

.button-group.round>:last-child,.button-group.round>:last-child>.button,.button-group.round>:last-child>a,.button-group.round>:last-child>button{
  -webkit-border-bottom-right-radius:1000px;
  -webkit-border-top-right-radius:1000px;
  border-bottom-right-radius:1000px;
  border-top-right-radius:1000px;
}

.button-group.round.stack>*{
  display:block;
  margin:0;
}

.button-group.round.stack>* .button,.button-group.round.stack>*>button{
  border-left:1px solid;
}

.button-group.round.stack>:first-child .button,.button-group.round.stack>:first-child button{
  border-left:0;
}

.button-group.round.stack>* .button,.button-group.round.stack>*>button{
  border-color:hsla(0, 0%, 100%, .5);
  border-left-width:0;
  border-top:1px solid;
  display:block;
  margin:0;
}

.button-group.round.stack>*>button{
  width:100%;
}

.button-group.round.stack>:first-child .button,.button-group.round.stack>:first-child button{
  border-top:0;
}

.button-group.round.stack>*,.button-group.round.stack>*>.button,.button-group.round.stack>*>a,.button-group.round.stack>*>button{
  border-radius:0;
}

.button-group.round.stack>:first-child,.button-group.round.stack>:first-child>.button,.button-group.round.stack>:first-child>a,.button-group.round.stack>:first-child>button{
  -webkit-top-left-radius:1rem;
  -webkit-top-right-radius:1rem;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
}

.button-group.round.stack>:last-child,.button-group.round.stack>:last-child>.button,.button-group.round.stack>:last-child>a,.button-group.round.stack>:last-child>button{
  -webkit-bottom-left-radius:1rem;
  -webkit-bottom-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
}

@media only screen and (min-width:40.0625em){
  .button-group.round.stack-for-small>*{
    display:inline-block;
    margin:0 -2px;
  }

  .button-group.round.stack-for-small>* .button,.button-group.round.stack-for-small>*>button{
    border-left:1px solid;
    border-color:hsla(0, 0%, 100%, .5);
  }

  .button-group.round.stack-for-small>:first-child .button,.button-group.round.stack-for-small>:first-child button{
    border-left:0;
  }

  .button-group.round.stack-for-small>*,.button-group.round.stack-for-small>*>.button,.button-group.round.stack-for-small>*>a,.button-group.round.stack-for-small>*>button{
    border-radius:0;
  }

  .button-group.round.stack-for-small>:first-child,.button-group.round.stack-for-small>:first-child>.button,.button-group.round.stack-for-small>:first-child>a,.button-group.round.stack-for-small>:first-child>button{
    -webkit-border-bottom-left-radius:1000px;
    -webkit-border-top-left-radius:1000px;
    border-bottom-left-radius:1000px;
    border-top-left-radius:1000px;
  }

  .button-group.round.stack-for-small>:last-child,.button-group.round.stack-for-small>:last-child>.button,.button-group.round.stack-for-small>:last-child>a,.button-group.round.stack-for-small>:last-child>button{
    -webkit-border-bottom-right-radius:1000px;
    -webkit-border-top-right-radius:1000px;
    border-bottom-right-radius:1000px;
    border-top-right-radius:1000px;
  }
}

@media only screen and (max-width:40em){
  .button-group.round.stack-for-small>*{
    display:block;
    margin:0;
  }

  .button-group.round.stack-for-small>* .button,.button-group.round.stack-for-small>*>button{
    border-left:1px solid;
  }

  .button-group.round.stack-for-small>:first-child .button,.button-group.round.stack-for-small>:first-child button{
    border-left:0;
  }

  .button-group.round.stack-for-small>* .button,.button-group.round.stack-for-small>*>button{
    border-color:hsla(0, 0%, 100%, .5);
    border-left-width:0;
    border-top:1px solid;
    display:block;
    margin:0;
  }

  .button-group.round.stack-for-small>*>button{
    width:100%;
  }

  .button-group.round.stack-for-small>:first-child .button,.button-group.round.stack-for-small>:first-child button{
    border-top:0;
  }

  .button-group.round.stack-for-small>*,.button-group.round.stack-for-small>*>.button,.button-group.round.stack-for-small>*>a,.button-group.round.stack-for-small>*>button{
    border-radius:0;
  }

  .button-group.round.stack-for-small>:first-child,.button-group.round.stack-for-small>:first-child>.button,.button-group.round.stack-for-small>:first-child>a,.button-group.round.stack-for-small>:first-child>button{
    -webkit-top-left-radius:1rem;
    -webkit-top-right-radius:1rem;
    border-top-left-radius:1rem;
    border-top-right-radius:1rem;
  }

  .button-group.round.stack-for-small>:last-child,.button-group.round.stack-for-small>:last-child>.button,.button-group.round.stack-for-small>:last-child>a,.button-group.round.stack-for-small>:last-child>button{
    -webkit-bottom-left-radius:1rem;
    -webkit-bottom-right-radius:1rem;
    border-bottom-left-radius:1rem;
    border-bottom-right-radius:1rem;
  }
}

.button-bar:after,.button-bar:before{
  content:" ";
  display:table;
}

.button-bar:after{
  clear:both;
}

.button-bar .button-group{
  float:left;
  margin-right:.625rem;
}

.button-bar .button-group div,.inline-list{
  overflow:hidden;
}

.inline-list{
  list-style:none;
  margin:0 0 1.0625rem -1.375rem;
  padding:0;
}

.inline-list>li{
  float:left;
  list-style:none;
  margin-left:1.375rem;
}

.inline-list>li,.inline-list>li>*{
  display:block;
}

.off-canvas-wrap{
  -webkit-backface-visibility:hidden;
  position:relative;
  width:100%;
  overflow:hidden;
}

.off-canvas-wrap.move-bottom,.off-canvas-wrap.move-left,.off-canvas-wrap.move-right,.off-canvas-wrap.move-top{
  min-height:100%;
  -webkit-overflow-scrolling:touch;
}

.inner-wrap{
  position:relative;
  width:100%;
  -webkit-transition:-webkit-transform .5s ease;
  -moz-transition:-moz-transform .5s ease;
  -ms-transition:-ms-transform .5s ease;
  -o-transition:-o-transform .5s ease;
  transition:transform .5s ease;
}

.inner-wrap:after,.inner-wrap:before{
  content:" ";
  display:table;
}

.inner-wrap:after{
  clear:both;
}

.tab-bar{
  -webkit-backface-visibility:hidden;
  background:#333;
  color:#fff;
  height:2.8125rem;
  line-height:2.8125rem;
  position:relative;
}

.tab-bar h1,.tab-bar h2,.tab-bar h3,.tab-bar h4,.tab-bar h5,.tab-bar h6{
  color:#fff;
  font-weight:700;
  line-height:2.8125rem;
  margin:0;
}

.tab-bar h1,.tab-bar h2,.tab-bar h3,.tab-bar h4{
  font-size:1.125rem;
}

.left-small{
  border-right:1px solid #1a1a1a;
  left:0;
}

.left-small,.right-small{
  height:2.8125rem;
  position:absolute;
  top:0;
  width:2.8125rem;
}

.right-small{
  border-left:1px solid #1a1a1a;
  right:0;
}

.tab-bar-section{
  height:2.8125rem;
  padding:0 .625rem;
  position:absolute;
  text-align:center;
  top:0;
}

.tab-bar-section.left{
  text-align:left;
}

.tab-bar-section.right{
  text-align:right;
}

.tab-bar-section.left{
  left:0;
  right:2.8125rem;
}

.tab-bar-section.right{
  left:2.8125rem;
  right:0;
}

.tab-bar-section.middle{
  left:2.8125rem;
  right:2.8125rem;
}

.tab-bar .menu-icon{
  color:#fff;
  display:block;
  height:2.8125rem;
  padding:0;
  position:relative;
  text-indent:2.1875rem;
  transform:translateZ(0);
  width:2.8125rem;
}

.tab-bar .menu-icon span:after{
  content:"";
  display:block;
  height:0;
  position:absolute;
  top:50%;
  margin-top:-.5rem;
  left:.90625rem;
  box-shadow:0 0 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;
  width:1rem;
}

.tab-bar .menu-icon span:hover:after{
  box-shadow:0 0 0 1px #b3b3b3,0 7px 0 1px #b3b3b3,0 14px 0 1px #b3b3b3;
}

.left-off-canvas-menu{
  background:#333;
  bottom:0;
  box-sizing:content-box;
  -webkit-overflow-scrolling:touch;
  -ms-overflow-style:-ms-autohiding-scrollbar;
  overflow-x:hidden;
  overflow-y:auto;
  position:absolute;
  transition:transform .5s ease 0s;
  width:100vw;
  z-index:1001;
  -webkit-transform:translate3d(-100%, 0, 0);
  -moz-transform:translate3d(-100%, 0, 0);
  -ms-transform:translate(-100%);
  -o-transform:translate3d(-100%, 0, 0);
  transform:translate3d(-100%, 0, 0);
  left:0;
  top:0;
}

.left-off-canvas-menu,.left-off-canvas-menu *,.right-off-canvas-menu{
  -webkit-backface-visibility:hidden;
}

.right-off-canvas-menu{
  background:#333;
  bottom:0;
  box-sizing:content-box;
  -webkit-overflow-scrolling:touch;
  -ms-overflow-style:-ms-autohiding-scrollbar;
  overflow-x:hidden;
  overflow-y:auto;
  position:absolute;
  transition:transform .5s ease 0s;
  width:100vw;
  z-index:1001;
  -webkit-transform:translate3d(100%, 0, 0);
  -moz-transform:translate3d(100%, 0, 0);
  -ms-transform:translate(100%);
  -o-transform:translate3d(100%, 0, 0);
  transform:translate3d(100%, 0, 0);
  right:0;
  top:0;
}

.right-off-canvas-menu *,.top-off-canvas-menu{
  -webkit-backface-visibility:hidden;
}

.top-off-canvas-menu{
  background:#333;
  bottom:0;
  box-sizing:content-box;
  -webkit-overflow-scrolling:touch;
  -ms-overflow-style:-ms-autohiding-scrollbar;
  overflow-x:hidden;
  overflow-y:auto;
  position:absolute;
  transition:transform .5s ease 0s;
  width:100vw;
  z-index:1001;
  -webkit-transform:translate3d(0, -100%, 0);
  -moz-transform:translate3d(0, -100%, 0);
  -ms-transform:translateY(-100%);
  -o-transform:translate3d(0, -100%, 0);
  transform:translate3d(0, -100%, 0);
  top:0;
  width:100%;
  height:18.75rem;
}

.bottom-off-canvas-menu,.top-off-canvas-menu *{
  -webkit-backface-visibility:hidden;
}

.bottom-off-canvas-menu{
  background:#333;
  box-sizing:content-box;
  -webkit-overflow-scrolling:touch;
  -ms-overflow-style:-ms-autohiding-scrollbar;
  overflow-x:hidden;
  overflow-y:auto;
  position:absolute;
  transition:transform .5s ease 0s;
  width:100vw;
  z-index:1001;
  -webkit-transform:translate3d(0, 100%, 0);
  -moz-transform:translate3d(0, 100%, 0);
  -ms-transform:translateY(100%);
  -o-transform:translate3d(0, 100%, 0);
  transform:translate3d(0, 100%, 0);
  bottom:0;
  width:100%;
  height:18.75rem;
}

.bottom-off-canvas-menu *{
  -webkit-backface-visibility:hidden;
}

ul.off-canvas-list{
  list-style-type:none;
  margin:0;
  padding:0;
}

ul.off-canvas-list li label{
  background:#444;
  border-bottom:none;
  border-top:1px solid #5e5e5e;
  color:#999;
  display:block;
  font-size:.75rem;
  font-weight:700;
  margin:0;
  padding:.3rem .9375rem;
  text-transform:uppercase;
}

ul.off-canvas-list li a{
  border-bottom:1px solid #262626;
  color:hsla(0, 0%, 100%, .7);
  display:block;
  padding:.66667rem;
  transition:background .3s ease;
}

ul.off-canvas-list li a:active,ul.off-canvas-list li a:hover{
  background:#242424;
}

.move-right>.inner-wrap{
  -webkit-transform:translate3d(100vw, 0, 0);
  -moz-transform:translate3d(100vw, 0, 0);
  -ms-transform:translate(100vw);
  -o-transform:translate3d(100vw, 0, 0);
  transform:translate3d(100vw, 0, 0);
}

.move-right .exit-off-canvas{
  -webkit-backface-visibility:hidden;
  box-shadow:-4px 0 4px rgba(0, 0, 0, .5),4px 0 4px rgba(0, 0, 0, .5);
  cursor:pointer;
  transition:background .3s ease;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  background:hsla(0, 0%, 100%, .2);
  bottom:0;
  display:block;
  left:0;
  position:absolute;
  right:0;
  top:0;
  z-index:1002;
}

@media only screen and (min-width:40.0625em){
  .move-right .exit-off-canvas:hover{
    background:hsla(0, 0%, 100%, .05);
  }
}

.move-left>.inner-wrap{
  -webkit-transform:translate3d(-100vw, 0, 0);
  -moz-transform:translate3d(-100vw, 0, 0);
  -ms-transform:translate(-100vw);
  -o-transform:translate3d(-100vw, 0, 0);
  transform:translate3d(-100vw, 0, 0);
}

.move-left .exit-off-canvas{
  -webkit-backface-visibility:hidden;
  box-shadow:-4px 0 4px rgba(0, 0, 0, .5),4px 0 4px rgba(0, 0, 0, .5);
  cursor:pointer;
  transition:background .3s ease;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  background:hsla(0, 0%, 100%, .2);
  bottom:0;
  display:block;
  left:0;
  position:absolute;
  right:0;
  top:0;
  z-index:1002;
}

@media only screen and (min-width:40.0625em){
  .move-left .exit-off-canvas:hover{
    background:hsla(0, 0%, 100%, .05);
  }
}

.move-top>.inner-wrap{
  -webkit-transform:translate3d(0, -18.75rem, 0);
  -moz-transform:translate3d(0, -18.75rem, 0);
  -ms-transform:translateY(-18.75rem);
  -o-transform:translate3d(0, -18.75rem, 0);
  transform:translate3d(0, -18.75rem, 0);
}

.move-top .exit-off-canvas{
  -webkit-backface-visibility:hidden;
  box-shadow:-4px 0 4px rgba(0, 0, 0, .5),4px 0 4px rgba(0, 0, 0, .5);
  cursor:pointer;
  transition:background .3s ease;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  background:hsla(0, 0%, 100%, .2);
  bottom:0;
  display:block;
  left:0;
  position:absolute;
  right:0;
  top:0;
  z-index:1002;
}

@media only screen and (min-width:40.0625em){
  .move-top .exit-off-canvas:hover{
    background:hsla(0, 0%, 100%, .05);
  }
}

.move-bottom>.inner-wrap{
  -webkit-transform:translate3d(0, 18.75rem, 0);
  -moz-transform:translate3d(0, 18.75rem, 0);
  -ms-transform:translateY(18.75rem);
  -o-transform:translate3d(0, 18.75rem, 0);
  transform:translate3d(0, 18.75rem, 0);
}

.move-bottom .exit-off-canvas{
  -webkit-backface-visibility:hidden;
  box-shadow:-4px 0 4px rgba(0, 0, 0, .5),4px 0 4px rgba(0, 0, 0, .5);
  cursor:pointer;
  transition:background .3s ease;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  background:hsla(0, 0%, 100%, .2);
  bottom:0;
  display:block;
  left:0;
  position:absolute;
  right:0;
  top:0;
  z-index:1002;
}

@media only screen and (min-width:40.0625em){
  .move-bottom .exit-off-canvas:hover{
    background:hsla(0, 0%, 100%, .05);
  }
}

.offcanvas-overlap .bottom-off-canvas-menu,.offcanvas-overlap .left-off-canvas-menu,.offcanvas-overlap .right-off-canvas-menu,.offcanvas-overlap .top-off-canvas-menu{
  -ms-transform:none;
  -webkit-transform:none;
  -moz-transform:none;
  -o-transform:none;
  transform:none;
  z-index:1003;
}

.offcanvas-overlap .exit-off-canvas{
  -webkit-backface-visibility:hidden;
  box-shadow:-4px 0 4px rgba(0, 0, 0, .5),4px 0 4px rgba(0, 0, 0, .5);
  cursor:pointer;
  transition:background .3s ease;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  background:hsla(0, 0%, 100%, .2);
  bottom:0;
  display:block;
  left:0;
  position:absolute;
  right:0;
  top:0;
  z-index:1002;
}

@media only screen and (min-width:40.0625em){
  .offcanvas-overlap .exit-off-canvas:hover{
    background:hsla(0, 0%, 100%, .05);
  }
}

.offcanvas-overlap-left .right-off-canvas-menu{
  -ms-transform:none;
  -webkit-transform:none;
  -moz-transform:none;
  -o-transform:none;
  transform:none;
  z-index:1003;
}

.offcanvas-overlap-left .exit-off-canvas{
  -webkit-backface-visibility:hidden;
  box-shadow:-4px 0 4px rgba(0, 0, 0, .5),4px 0 4px rgba(0, 0, 0, .5);
  cursor:pointer;
  transition:background .3s ease;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  background:hsla(0, 0%, 100%, .2);
  bottom:0;
  display:block;
  left:0;
  position:absolute;
  right:0;
  top:0;
  z-index:1002;
}

@media only screen and (min-width:40.0625em){
  .offcanvas-overlap-left .exit-off-canvas:hover{
    background:hsla(0, 0%, 100%, .05);
  }
}

.offcanvas-overlap-right .left-off-canvas-menu{
  -ms-transform:none;
  -webkit-transform:none;
  -moz-transform:none;
  -o-transform:none;
  transform:none;
  z-index:1003;
}

.offcanvas-overlap-right .exit-off-canvas{
  -webkit-backface-visibility:hidden;
  box-shadow:-4px 0 4px rgba(0, 0, 0, .5),4px 0 4px rgba(0, 0, 0, .5);
  cursor:pointer;
  transition:background .3s ease;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  background:hsla(0, 0%, 100%, .2);
  bottom:0;
  display:block;
  left:0;
  position:absolute;
  right:0;
  top:0;
  z-index:1002;
}

@media only screen and (min-width:40.0625em){
  .offcanvas-overlap-right .exit-off-canvas:hover{
    background:hsla(0, 0%, 100%, .05);
  }
}

.offcanvas-overlap-top .bottom-off-canvas-menu{
  -ms-transform:none;
  -webkit-transform:none;
  -moz-transform:none;
  -o-transform:none;
  transform:none;
  z-index:1003;
}

.offcanvas-overlap-top .exit-off-canvas{
  -webkit-backface-visibility:hidden;
  box-shadow:-4px 0 4px rgba(0, 0, 0, .5),4px 0 4px rgba(0, 0, 0, .5);
  cursor:pointer;
  transition:background .3s ease;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  background:hsla(0, 0%, 100%, .2);
  bottom:0;
  display:block;
  left:0;
  position:absolute;
  right:0;
  top:0;
  z-index:1002;
}

@media only screen and (min-width:40.0625em){
  .offcanvas-overlap-top .exit-off-canvas:hover{
    background:hsla(0, 0%, 100%, .05);
  }
}

.offcanvas-overlap-bottom .top-off-canvas-menu{
  -ms-transform:none;
  -webkit-transform:none;
  -moz-transform:none;
  -o-transform:none;
  transform:none;
  z-index:1003;
}

.offcanvas-overlap-bottom .exit-off-canvas{
  -webkit-backface-visibility:hidden;
  box-shadow:-4px 0 4px rgba(0, 0, 0, .5),4px 0 4px rgba(0, 0, 0, .5);
  cursor:pointer;
  transition:background .3s ease;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  background:hsla(0, 0%, 100%, .2);
  bottom:0;
  display:block;
  left:0;
  position:absolute;
  right:0;
  top:0;
  z-index:1002;
}

@media only screen and (min-width:40.0625em){
  .offcanvas-overlap-bottom .exit-off-canvas:hover{
    background:hsla(0, 0%, 100%, .05);
  }
}

.no-csstransforms .left-off-canvas-menu{
  left:-100vw;
}

.no-csstransforms .right-off-canvas-menu{
  right:-100vw;
}

.no-csstransforms .top-off-canvas-menu{
  top:-18.75rem;
}

.no-csstransforms .bottom-off-canvas-menu{
  bottom:-18.75rem;
}

.no-csstransforms .move-left>.inner-wrap{
  right:100vw;
}

.no-csstransforms .move-right>.inner-wrap{
  left:100vw;
}

.no-csstransforms .move-top>.inner-wrap{
  right:18.75rem;
}

.no-csstransforms .move-bottom>.inner-wrap{
  left:18.75rem;
}

.left-submenu{
  -webkit-overflow-scrolling:touch;
  background:#333;
  bottom:0;
  box-sizing:content-box;
  margin:0;
  overflow-x:hidden;
  overflow-y:auto;
  position:absolute;
  top:0;
  width:100vw;
  height:18.75rem;
  z-index:1002;
  -webkit-transform:translate3d(-100%, 0, 0);
  -moz-transform:translate3d(-100%, 0, 0);
  -ms-transform:translate(-100%);
  -o-transform:translate3d(-100%, 0, 0);
  transform:translate3d(-100%, 0, 0);
  left:0;
  -webkit-transition:-webkit-transform .5s ease;
  -moz-transition:-moz-transform .5s ease;
  -ms-transition:-ms-transform .5s ease;
  -o-transition:-o-transform .5s ease;
  transition:transform .5s ease;
}

.left-submenu,.left-submenu *{
  -webkit-backface-visibility:hidden;
}

.left-submenu .back>a{
  background:#444;
  color:#999;
  font-weight:700;
  padding:.3rem .9375rem;
  text-transform:uppercase;
  margin:0;
}

.left-submenu .back>a,.left-submenu .back>a:hover{
  border-bottom:none;
  border-top:1px solid #5e5e5e;
}

.left-submenu .back>a:hover{
  background:#303030;
}

.left-submenu .back>a:before{
  content:"\AB";
  margin-right:.5rem;
  display:inline;
}

.left-submenu.move-right,.left-submenu.offcanvas-overlap,.left-submenu.offcanvas-overlap-right{
  -webkit-transform:translateZ(0);
  -moz-transform:translateZ(0);
  -ms-transform:translate(0);
  -o-transform:translateZ(0);
  transform:translateZ(0);
}

.right-submenu{
  -webkit-overflow-scrolling:touch;
  background:#333;
  bottom:0;
  box-sizing:content-box;
  margin:0;
  overflow-x:hidden;
  overflow-y:auto;
  position:absolute;
  top:0;
  width:100vw;
  height:18.75rem;
  z-index:1002;
  -webkit-transform:translate3d(100%, 0, 0);
  -moz-transform:translate3d(100%, 0, 0);
  -ms-transform:translate(100%);
  -o-transform:translate3d(100%, 0, 0);
  transform:translate3d(100%, 0, 0);
  right:0;
  -webkit-transition:-webkit-transform .5s ease;
  -moz-transition:-moz-transform .5s ease;
  -ms-transition:-ms-transform .5s ease;
  -o-transition:-o-transform .5s ease;
  transition:transform .5s ease;
}

.right-submenu,.right-submenu *{
  -webkit-backface-visibility:hidden;
}

.right-submenu .back>a{
  background:#444;
  border-bottom:none;
  border-top:1px solid #5e5e5e;
  color:#999;
  font-weight:700;
  padding:.3rem .9375rem;
  text-transform:uppercase;
  margin:0;
}

.right-submenu .back>a:hover{
  background:#303030;
  border-bottom:none;
  border-top:1px solid #5e5e5e;
}

.right-submenu .back>a:after{
  content:"\BB";
  margin-left:.5rem;
  display:inline;
}

.right-submenu.move-left,.right-submenu.offcanvas-overlap,.right-submenu.offcanvas-overlap-left{
  -webkit-transform:translateZ(0);
  -moz-transform:translateZ(0);
  -ms-transform:translate(0);
  -o-transform:translateZ(0);
  transform:translateZ(0);
}

.top-submenu{
  -webkit-overflow-scrolling:touch;
  background:#333;
  bottom:0;
  box-sizing:content-box;
  margin:0;
  overflow-x:hidden;
  overflow-y:auto;
  position:absolute;
  width:100vw;
  height:18.75rem;
  z-index:1002;
  -webkit-transform:translate3d(0, -100%, 0);
  -moz-transform:translate3d(0, -100%, 0);
  -ms-transform:translateY(-100%);
  -o-transform:translate3d(0, -100%, 0);
  transform:translate3d(0, -100%, 0);
  top:0;
  width:100%;
  -webkit-transition:-webkit-transform .5s ease;
  -moz-transition:-moz-transform .5s ease;
  -ms-transition:-ms-transform .5s ease;
  -o-transition:-o-transform .5s ease;
  transition:transform .5s ease;
}

.top-submenu,.top-submenu *{
  -webkit-backface-visibility:hidden;
}

.top-submenu .back>a{
  background:#444;
  color:#999;
  font-weight:700;
  padding:.3rem .9375rem;
  text-transform:uppercase;
  margin:0;
}

.top-submenu .back>a,.top-submenu .back>a:hover{
  border-bottom:none;
  border-top:1px solid #5e5e5e;
}

.top-submenu .back>a:hover{
  background:#303030;
}

.top-submenu.move-bottom,.top-submenu.offcanvas-overlap,.top-submenu.offcanvas-overlap-bottom{
  -webkit-transform:translateZ(0);
  -moz-transform:translateZ(0);
  -ms-transform:translate(0);
  -o-transform:translateZ(0);
  transform:translateZ(0);
}

.bottom-submenu{
  -webkit-overflow-scrolling:touch;
  background:#333;
  box-sizing:content-box;
  margin:0;
  overflow-x:hidden;
  overflow-y:auto;
  position:absolute;
  top:0;
  width:100vw;
  height:18.75rem;
  z-index:1002;
  -webkit-transform:translate3d(0, 100%, 0);
  -moz-transform:translate3d(0, 100%, 0);
  -ms-transform:translateY(100%);
  -o-transform:translate3d(0, 100%, 0);
  transform:translate3d(0, 100%, 0);
  bottom:0;
  width:100%;
  -webkit-transition:-webkit-transform .5s ease;
  -moz-transition:-moz-transform .5s ease;
  -ms-transition:-ms-transform .5s ease;
  -o-transition:-o-transform .5s ease;
  transition:transform .5s ease;
}

.bottom-submenu,.bottom-submenu *{
  -webkit-backface-visibility:hidden;
}

.bottom-submenu .back>a{
  background:#444;
  border-bottom:none;
  border-top:1px solid #5e5e5e;
  color:#999;
  font-weight:700;
  padding:.3rem .9375rem;
  text-transform:uppercase;
  margin:0;
}

.bottom-submenu .back>a:hover{
  background:#303030;
  border-bottom:none;
  border-top:1px solid #5e5e5e;
}

.bottom-submenu.move-top,.bottom-submenu.offcanvas-overlap,.bottom-submenu.offcanvas-overlap-top{
  -webkit-transform:translateZ(0);
  -moz-transform:translateZ(0);
  -ms-transform:translate(0);
  -o-transform:translateZ(0);
  transform:translateZ(0);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:after{
  content:"\BB";
  margin-left:.5rem;
  display:inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu>a:before{
  content:"\AB";
  margin-right:.5rem;
  display:inline;
}

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

  to{
    -webkit-transform:rotate(1turn);
    transform:rotate(1turn);
  }
}

@keyframes rotate{
  0%{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }

  to{
    -webkit-transform:rotate(1turn);
    -moz-transform:rotate(1turn);
    -ms-transform:rotate(1turn);
    transform:rotate(1turn);
  }
}

.slideshow-wrapper{
  position:relative;
}

.slideshow-wrapper ul{
  list-style-type:none;
  margin:0;
}

.slideshow-wrapper ul li,.slideshow-wrapper ul li .orbit-caption{
  display:none;
}

.slideshow-wrapper ul li:first-child{
  display:block;
}

.slideshow-wrapper .orbit-container{
  background-color:transparent;
}

.slideshow-wrapper .orbit-container li,.slideshow-wrapper .orbit-container li .orbit-caption{
  display:block;
}

.slideshow-wrapper .orbit-container .orbit-bullets li{
  display:inline-block;
}

.slideshow-wrapper .preloader{
  border-radius:1000px;
  animation-duration:1.5s;
  animation-iteration-count:infinite;
  animation-name:rotate;
  animation-timing-function:linear;
  border:3px solid;
  display:block;
  height:40px;
  left:50%;
  margin-left:-20px;
  margin-top:-20px;
  position:absolute;
  top:50%;
  width:40px;
}

.orbit-container{
  background:none;
  overflow:hidden;
  position:relative;
  width:100%;
}

.orbit-container .orbit-slides-container{
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
  -webkit-transform:translateZ(0);
  -moz-transform:translateZ(0);
  -ms-transform:translateZ(0);
  -o-transform:translateZ(0);
  transform:translateZ(0);
}

.orbit-container .orbit-slides-container img{
  display:block;
  max-width:100%;
}

.orbit-container .orbit-slides-container>*{
  position:absolute;
  top:0;
  width:100%;
  margin-left:100%;
}

.orbit-container .orbit-slides-container>:first-child{
  margin-left:0;
}

.orbit-container .orbit-slides-container>* .orbit-caption{
  bottom:0;
  position:absolute;
  background-color:rgba(51, 51, 51, .8);
  color:#fff;
  font-size:.875rem;
  padding:.625rem .875rem;
  width:100%;
}

.orbit-container .orbit-slide-number{
  left:10px;
  background:transparent;
  color:#fff;
  font-size:12px;
  position:absolute;
  top:10px;
  z-index:10;
}

.orbit-container .orbit-slide-number span{
  font-weight:700;
  padding:.3125rem;
}

.orbit-container .orbit-timer{
  position:absolute;
  top:12px;
  right:10px;
  height:6px;
  width:100px;
  z-index:10;
}

.orbit-container .orbit-timer .orbit-progress{
  height:3px;
  background-color:hsla(0, 0%, 100%, .3);
  display:block;
  width:0;
  position:relative;
  right:20px;
  top:5px;
}

.orbit-container .orbit-timer>span{
  border:4px solid #fff;
  border-top:none;
  border-bottom:none;
  display:none;
  height:14px;
  position:absolute;
  top:0;
  width:11px;
  right:0;
}

.orbit-container .orbit-timer.paused>span{
  top:0;
  width:11px;
  height:14px;
  border:8px inset transparent;
  border-left:8px solid #fff;
  right:-4px;
}

.orbit-container .orbit-timer.paused>span.dark{
  border-left-color:#333;
}

.orbit-container:hover .orbit-timer>span{
  display:block;
}

.orbit-container .orbit-next,.orbit-container .orbit-prev{
  background-color:transparent;
  color:#fff;
  height:60px;
  line-height:50px;
  margin-top:-25px;
  position:absolute;
  text-indent:-9999px !important;
  top:45%;
  width:36px;
  z-index:10;
}

.orbit-container .orbit-next:hover,.orbit-container .orbit-prev:hover{
  background-color:rgba(0, 0, 0, .3);
}

.orbit-container .orbit-next>span,.orbit-container .orbit-prev>span{
  border:10px inset;
  display:block;
  height:0;
  margin-top:-10px;
  position:absolute;
  top:50%;
  width:0;
}

.orbit-container .orbit-prev{
  left:0;
}

.orbit-container .orbit-prev>span{
  border-right-style:solid;
  border-color:transparent #fff transparent transparent;
}

.orbit-container .orbit-prev:hover>span{
  border-right-color:#fff;
}

.orbit-container .orbit-next{
  right:0;
}

.orbit-container .orbit-next>span{
  border-left-style:solid;
  border-color:transparent transparent transparent #fff;
  left:50%;
  margin-left:-4px;
}

.orbit-container .orbit-next:hover>span{
  border-left-color:#fff;
}

.orbit-bullets,.orbit-bullets-container{
  text-align:center;
}

.orbit-bullets{
  display:block;
  float:none;
  margin:0 auto 30px;
  overflow:hidden;
  position:relative;
  top:10px;
}

.orbit-bullets li{
  background:#ccc;
  cursor:pointer;
  display:inline-block;
  float:none;
  height:.5625rem;
  margin-right:6px;
  width:.5625rem;
  border-radius:1000px;
}

.orbit-bullets li.active{
  background:#999;
}

.orbit-bullets li:last-child{
  margin-right:0;
}

.touch .orbit-bullets,.touch .orbit-container .orbit-next,.touch .orbit-container .orbit-prev{
  display:none;
}

@media only screen and (min-width:40.0625em){
  .touch .orbit-container .orbit-next,.touch .orbit-container .orbit-prev{
    display:inherit;
  }

  .touch .orbit-bullets{
    display:block;
  }
}

@media only screen and (max-width:40em){
  .orbit-stack-on-small .orbit-slides-container{
    height:auto !important;
  }

  .orbit-stack-on-small .orbit-slides-container>*{
    margin:0!important;
    opacity:1 !important;
    position:relative;
  }

  .orbit-bullets,.orbit-next,.orbit-prev,.orbit-stack-on-small .orbit-slide-number,.orbit-timer{
    display:none;
  }
}

.reveal-modal-bg{
  background:#000;
  background:rgba(0, 0, 0, .45);
  bottom:0;
  position:fixed;
  right:0;
  z-index:1004;
}

.reveal-modal,.reveal-modal-bg{
  display:none;
  top:0;
  left:0;
}

.reveal-modal{
  border-radius:3px;
  position:absolute;
  visibility:hidden;
  width:100%;
  z-index:1005;
  background-color:#fff;
  padding:1.875rem;
  border:1px solid #666;
  box-shadow:0 0 10px rgba(0, 0, 0, .4);
}

@media only screen and (max-width:40em){
  .reveal-modal{
    min-height:100vh;
  }
}

.reveal-modal .column,.reveal-modal .columns{
  min-width:0;
}

.reveal-modal>:first-child{
  margin-top:0;
}

.reveal-modal>:last-child{
  margin-bottom:0;
}

@media only screen and (min-width:40.0625em){
  .reveal-modal{
    left:0;
    margin:0 auto;
    max-width:76.25rem;
    right:0;
    width:80%;
    top:6.25rem;
  }
}

.reveal-modal.radius{
  box-shadow:none;
  border-radius:3px;
}

.reveal-modal.round{
  box-shadow:none;
  border-radius:1000px;
}

.reveal-modal.collapse{
  padding:0;
  box-shadow:none;
}

@media only screen and (min-width:40.0625em){
  .reveal-modal.tiny{
    width:30%;
  }
}

@media only screen and (min-width:40.0625em){
  .reveal-modal.small,.reveal-modal.tiny{
    left:0;
    margin:0 auto;
    max-width:76.25rem;
    right:0;
  }
  .reveal-modal.small{
    width:40%;
  }
}

@media only screen and (min-width:40.0625em){
  .reveal-modal.medium{
    width:60%;
  }
}

@media only screen and (min-width:40.0625em){
  .reveal-modal.large,.reveal-modal.medium{
    left:0;
    margin:0 auto;
    max-width:76.25rem;
    right:0;
  }
  .reveal-modal.large{
    width:70%;
  }
}

@media only screen and (min-width:40.0625em){
  .reveal-modal.xlarge{
    left:0;
    margin:0 auto;
    max-width:76.25rem;
    right:0;
    width:95%;
  }
}

.reveal-modal.full{
  height:100vh;
  height:100%;
  left:0;
  margin-left:0 !important;
  max-width:none !important;
  min-height:100vh;
  top:0;
}

@media only screen and (min-width:40.0625em){
  .reveal-modal.full{
    left:0;
    margin:0 auto;
    max-width:76.25rem;
    right:0;
    width:100%;
  }
}

.reveal-modal.toback{
  z-index:1003;
}

.reveal-modal .close-reveal-modal{
  color:#aaa;
  cursor:pointer;
  font-size:2.5rem;
  font-weight:700;
  line-height:1;
  position:absolute;
  top:.625rem;
  right:1.375rem;
}

.side-nav{
  display:block;
  font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:.875rem 0;
}

.side-nav li{
  font-size:.875rem;
  font-weight:400;
  margin:0 0 .4375rem;
}

.side-nav li a:not(.button){
  color:#0084ff;
  display:block;
  margin:0;
  padding:.4375rem .875rem;
}

.side-nav li a:not(.button):focus,.side-nav li a:not(.button):hover{
  background:rgba(0, 0, 0, .025);
  color:#4da9ff;
}

.side-nav li a:not(.button):active{
  color:#4da9ff;
}

.side-nav li.active>a:first-child:not(.button){
  color:#4da9ff;
  font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight:400;
}

.side-nav li.divider{
  height:0;
  list-style:none;
  padding:0;
  border-top:1px solid #e6e6e6;
}

.side-nav li.heading{
  color:#0084ff;
  font-size:.875rem;
  font-weight:700;
  text-transform:uppercase;
}

.tabs{
  margin-bottom:0 !important;
  margin-left:0;
}

.tabs:after,.tabs:before{
  content:" ";
  display:table;
}

.tabs:after{
  clear:both;
}

.tabs .tab-title,.tabs dd{
  float:left;
  list-style:none;
  margin-bottom:0 !important;
  position:relative;
}

.tabs .tab-title>a,.tabs dd>a{
  display:block;
  background-color:#efefef;
  color:#222;
  font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size:1rem;
  padding:1rem 2rem;
}

.tabs .tab-title>a:hover,.tabs dd>a:hover{
  background-color:#e1e1e1;
}

.tabs .tab-title.active>a,.tabs dd.active>a{
  background-color:#fff;
  color:#222;
}

.tabs.radius .tab:first-child a,.tabs.radius dd:first-child a{
  -webkit-border-bottom-left-radius:3px;
  -webkit-border-top-left-radius:3px;
  border-bottom-left-radius:3px;
  border-top-left-radius:3px;
}

.tabs.radius .tab:last-child a,.tabs.radius dd:last-child a{
  -webkit-border-bottom-right-radius:3px;
  -webkit-border-top-right-radius:3px;
  border-bottom-right-radius:3px;
  border-top-right-radius:3px;
}

.tabs.vertical .tab-title,.tabs.vertical dd{
  position:inherit;
  float:none;
  display:block;
  top:auto;
}

.tabs-content{
  margin-bottom:1.5rem;
  width:100%;
}

.tabs-content:after,.tabs-content:before{
  content:" ";
  display:table;
}

.tabs-content:after{
  clear:both;
}

.tabs-content>.content{
  display:none;
  float:left;
  padding:.625rem 0;
  width:100%;
}

.tabs-content>.content.active{
  display:block;
  float:none;
}

.tabs-content>.content.contained{
  padding:.625rem;
}

.tabs-content.vertical{
  display:block;
}

.tabs-content.vertical>.content{
  padding:0 .625rem;
}

@media only screen and (min-width:40.0625em){
  .tabs.vertical{
    float:left;
    margin:0;
    margin-bottom:1.25rem !important;
    max-width:20%;
    width:20%;
  }

  .tabs-content.vertical{
    float:left;
    margin-left:-1px;
    max-width:80%;
    padding-left:1rem;
    width:80%;
  }
}

.no-js .tabs-content>.content{
  display:block;
  float:none;
}

ul.pagination{
  display:block;
  margin-left:-.3125rem;
  min-height:1.875rem;
}

ul.pagination li{
  color:#222;
  font-size:.75rem;
  height:1.875rem;
  margin-left:0;
}

ul.pagination li a,ul.pagination li button{
  border-radius:3px;
  transition:background-color .3s ease-out;
  background:none;
  color:#999;
  display:block;
  font-size:1em;
  font-weight:400;
  line-height:inherit;
  padding:.0625rem .625rem;
}

ul.pagination li:hover a,ul.pagination li:hover button,ul.pagination li a:focus,ul.pagination li button:focus{
  background:#e6e6e6;
}

ul.pagination li.unavailable a,ul.pagination li.unavailable button{
  cursor:default;
  color:#999;
  pointer-events:none;
}

ul.pagination li.unavailable:hover a,ul.pagination li.unavailable:hover button,ul.pagination li.unavailable a:focus,ul.pagination li.unavailable button:focus{
  background:transparent;
}

ul.pagination li.current a,ul.pagination li.current button{
  background:#0084ff;
  color:#fff;
  cursor:default;
  font-weight:700;
}

ul.pagination li.current a:focus,ul.pagination li.current a:hover,ul.pagination li.current button:focus,ul.pagination li.current button:hover{
  background:#0084ff;
}

ul.pagination li{
  display:block;
  float:left;
}

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

.pagination-centered ul.pagination li{
  display:inline-block;
  float:none;
}

.panel{
  border:1px solid #d8d8d8;
  margin-bottom:1.25rem;
  padding:1.25rem;
  background:#f2f2f2;
  color:#333;
}

.panel>:first-child{
  margin-top:0;
}

.panel>:last-child{
  margin-bottom:0;
}

.panel dl,.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6,.panel li,.panel p{
  color:#333;
}

.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6{
  line-height:1;
  margin-bottom:.625rem;
}

.panel h1.subheader,.panel h2.subheader,.panel h3.subheader,.panel h4.subheader,.panel h5.subheader,.panel h6.subheader{
  line-height:1.4;
}

.panel.callout{
  border:1px solid #d8d8d8;
  margin-bottom:1.25rem;
  padding:1.25rem;
  background:#f0f8ff;
  color:#333;
}

.panel.callout>:first-child{
  margin-top:0;
}

.panel.callout>:last-child{
  margin-bottom:0;
}

.panel.callout dl,.panel.callout h1,.panel.callout h2,.panel.callout h3,.panel.callout h4,.panel.callout h5,.panel.callout h6,.panel.callout li,.panel.callout p{
  color:#333;
}

.panel.callout h1,.panel.callout h2,.panel.callout h3,.panel.callout h4,.panel.callout h5,.panel.callout h6{
  line-height:1;
  margin-bottom:.625rem;
}

.panel.callout h1.subheader,.panel.callout h2.subheader,.panel.callout h3.subheader,.panel.callout h4.subheader,.panel.callout h5.subheader,.panel.callout h6.subheader{
  line-height:1.4;
}

.panel.callout a:not(.button){
  color:#0084ff;
}

.panel.callout a:not(.button):focus,.panel.callout a:not(.button):hover{
  color:#0072db;
}

.panel.radius{
  border-radius:3px;
}

.progress{
  background-color:#f6f6f6;
  border:1px solid #fff;
  height:1.5625rem;
  margin-bottom:.625rem;
  padding:.125rem;
}

.progress .meter{
  background:#0084ff;
}

.progress .meter,.progress .meter.secondary{
  display:block;
  height:100%;
  float:left;
  width:0;
}

.progress .meter.secondary{
  background:#e7e7e7;
}

.progress .meter.success{
  background:#43ac6a;
}

.progress .meter.alert,.progress .meter.success{
  display:block;
  height:100%;
  float:left;
  width:0;
}

.progress .meter.alert{
  background:#f04124;
}

.progress.secondary .meter{
  background:#e7e7e7;
}

.progress.secondary .meter,.progress.success .meter{
  display:block;
  height:100%;
  float:left;
  width:0;
}

.progress.success .meter{
  background:#43ac6a;
}

.progress.alert .meter{
  background:#f04124;
  display:block;
  height:100%;
  float:left;
  width:0;
}

.progress.radius{
  border-radius:3px;
}

.progress.radius .meter{
  border-radius:2px;
}

.progress.round{
  border-radius:1000px;
}

.progress.round .meter{
  border-radius:999px;
}

.pricing-table{
  border:1px solid #ddd;
  margin-left:0;
  margin-bottom:1.25rem;
}

.pricing-table *{
  list-style:none;
  line-height:1;
}

.pricing-table .title{
  background-color:#333;
  color:#eee;
  font-size:1rem;
}

.pricing-table .price,.pricing-table .title{
  font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight:400;
  padding:.9375rem 1.25rem;
  text-align:center;
}

.pricing-table .price{
  background-color:#f6f6f6;
  color:#333;
  font-size:2rem;
}

.pricing-table .description{
  color:#777;
  font-size:.75rem;
  line-height:1.4;
}

.pricing-table .bullet-item,.pricing-table .description{
  background-color:#fff;
  border-bottom:1px dotted #ddd;
  font-weight:400;
  padding:.9375rem;
  text-align:center;
}

.pricing-table .bullet-item{
  color:#333;
  font-size:.875rem;
}

.pricing-table .cta-button{
  background-color:#fff;
  padding:1.25rem 1.25rem 0;
  text-align:center;
}

table{
  background:#fff;
  border:1px solid #ddd;
  margin-bottom:1.25rem;
  table-layout:auto;
}

table caption{
  background:transparent;
  color:#222;
  font-size:1rem;
  font-weight:700;
}

table thead{
  background:#f5f5f5;
}

table thead tr td,table thead tr th{
  color:#222;
  font-size:.875rem;
  font-weight:700;
  padding:.5rem .625rem .625rem;
}

table tfoot{
  background:#f5f5f5;
}

table tfoot tr td,table tfoot tr th{
  color:#222;
  font-size:.875rem;
  font-weight:700;
  padding:.5rem .625rem .625rem;
}

table tr td,table tr th{
  color:#222;
  font-size:.875rem;
  padding:.5625rem .625rem;
  text-align:left;
}

table tr.alt,table tr.even,table tr:nth-of-type(2n){
  background:#f9f9f9;
}

table tbody tr td,table tbody tr th,table tfoot tr td,table tfoot tr th,table thead tr th,table tr td{
  display:table-cell;
  line-height:1.125rem;
}

body{
  background-color:var(--background-color);
}

.author.vcard{
  border:none;
  padding:inherit;
  margin:inherit;
}

.author.vcard .fn{
  font-size:inherit;
  font-weight:inherit;
}

.hidden{
  display:none;
}

.flex{
  display:flex;
}

.justify-center{
  justify-content:center;
}

#wpstats{
  display:none;
}

body.bgr-is-cache .site-content .content-section-featured-wrap,body.bgr-is-cache .site-content .featured-section-heading-wrap,body .site-content .channel-break,body .site-content .content-section-featured-wrap>.row,body .site-content .featured-section-heading-wrap>.row,body .site-content .main-content-wrap,body .site-content>.row,body .site-footer,body>.leaderboard-wrap{
  min-width:76.25rem;
  overflow-x:hidden;
}

body.bgr-is-cache .site-content .content-section-featured-wrap.main-content-wrap,body.bgr-is-cache .site-content .featured-section-heading-wrap.main-content-wrap,body .site-content .channel-break.main-content-wrap,body .site-content .content-section-featured-wrap>.row.main-content-wrap,body .site-content .featured-section-heading-wrap>.row.main-content-wrap,body .site-content .main-content-wrap.main-content-wrap,body .site-content>.row.main-content-wrap,body .site-footer.main-content-wrap,body>.leaderboard-wrap.main-content-wrap{
  overflow-x:initial !important;
}

body.bgr-is-cache .site-content .main-content-wrap,body .site-header,body .site-header .site-nav>.row{
  min-width:76.25rem;
}

.primary-category-badge{
  font-size:.625rem;
  padding:.3125rem .4375rem;
  letter-spacing:.25px;
  font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight:500;
  color:#fff;
  border-radius:2px;
  display:inline-block;
  text-transform:uppercase;
}

ul.pagination{
  margin-bottom:0;
}

.channel-color-background{
  color:#fff;
  background-color:#0084ff;
}

.channel-color-text,.channel-color-text-hover:active,.channel-color-text-hover:focus,.channel-color-text-hover:hover{
  color:#0084ff;
}

.channel-color-background-gradient{
  background-image:linear-gradient(135deg, #1e61ee, #1ce3ff);
}

.channel-color-background-inverse-gradient{
  background-image:linear-gradient(-45deg, #1e61ee, #1ce3ff);
}

.channel-color-border{
  border-color:#0084ff;
}

.channel-business.channel-color-border{
  border-color:#7bbd3d;
}

.channel-business .channel-color-text,.channel-business .channel-color-text-hover:active,.channel-business .channel-color-text-hover:focus,.channel-business .channel-color-text-hover:hover{
  color:#7bbd3d;
}

.channel-business .channel-color-background{
  background-color:#7bbd3d;
}

.channel-business .channel-color-background-gradient{
  background-color:#96ab38;
  background-image:linear-gradient(135deg, #429321, #b4ed50);
}

.channel-business .channel-color-background-inverse-gradient{
  background-color:#96ab38;
  background-image:linear-gradient(-45deg, #429321, #b4ed50);
}

.channel-business .channel-color-background-inverse-gradient.primary-category-badge{
  background-image:linear-gradient(-45deg, rgba(66, 147, 33, .5), rgba(180, 237, 80, .5));
}

.channel-cache.channel-color-border{
  border-color:#c9a237;
}

.channel-cache .channel-color-text,.channel-cache .channel-color-text-hover:active,.channel-cache .channel-color-text-hover:focus,.channel-cache .channel-color-text-hover:hover{
  color:#c9a237;
}

.channel-cache .channel-color-background{
  background-color:#c9a237;
}

.channel-blackfriday .channel-color-background,.channel-cars .channel-color-background,.channel-travel .channel-color-background,.channel-wine .channel-color-background{
  background-color:#000;
}

.channel-deals.channel-color-border{
  border-color:#fcc500;
}

.channel-deals .channel-color-text,.channel-deals .channel-color-text-hover:active,.channel-deals .channel-color-text-hover:focus,.channel-deals .channel-color-text-hover:hover{
  color:#fcc500;
}

.channel-deals .channel-color-background{
  background-color:#fcc500;
}

.channel-deals .channel-color-background-gradient{
  background-color:#ecc731;
  background-image:linear-gradient(135deg, #f0a91c, #e7e545);
}

.channel-deals .channel-color-background-inverse-gradient{
  background-color:#ecc731;
  background-image:linear-gradient(-45deg, #f0a91c, #e7e545);
}

.channel-deals .channel-color-background-inverse-gradient.primary-category-badge{
  background-image:linear-gradient(-45deg, rgba(240, 169, 28, .5), rgba(231, 229, 69, .5));
}

.channel-entertainment.channel-color-border{
  border-color:#a058c1;
}

.channel-entertainment .channel-color-text,.channel-entertainment .channel-color-text-hover:active,.channel-entertainment .channel-color-text-hover:focus,.channel-entertainment .channel-color-text-hover:hover{
  color:#a058c1;
}

.channel-entertainment .channel-color-background{
  background-color:#a058c1;
}

.channel-entertainment .channel-color-background-gradient{
  background-color:#7d48c3;
  background-image:linear-gradient(135deg, #3023ae, #c96dd8);
}

.channel-entertainment .channel-color-background-inverse-gradient{
  background-color:#7d48c3;
  background-image:linear-gradient(-45deg, #3023ae, #c96dd8);
}

.channel-entertainment .channel-color-background-inverse-gradient.primary-category-badge{
  background-image:linear-gradient(-45deg, rgba(48, 35, 174, .5), rgba(201, 109, 216, .5));
}

.channel-lifestyle.channel-color-border{
  border-color:#fcc500;
}

.channel-lifestyle .channel-color-text,.channel-lifestyle .channel-color-text-hover:active,.channel-lifestyle .channel-color-text-hover:focus,.channel-lifestyle .channel-color-text-hover:hover{
  color:#fcc500;
}

.channel-lifestyle .channel-color-background-gradient{
  background-color:#ecc731;
  background-image:linear-gradient(135deg, #f0a91c, #e7e545);
}

.channel-lifestyle .channel-color-background-inverse-gradient{
  background-color:#ecc731;
  background-image:linear-gradient(-45deg, #f0a91c, #e7e545);
}

.channel-lifestyle .channel-color-background-inverse-gradient.primary-category-badge{
  background-image:linear-gradient(-45deg, rgba(240, 169, 28, .5), rgba(231, 229, 69, .5));
}

.channel-lifestyle .channel-color-background{
  background-color:#fcc500;
}

.channel-science.channel-color-border{
  border-color:#ff7400;
}

.channel-science .channel-color-text,.channel-science .channel-color-text-hover:active,.channel-science .channel-color-text-hover:focus,.channel-science .channel-color-text-hover:hover{
  color:#ff7400;
}

.channel-science .channel-color-background-gradient{
  background-color:#fc870f;
  background-image:linear-gradient(135deg, #fa661e, #fea700);
}

.channel-science .channel-color-background-inverse-gradient{
  background-color:#fc870f;
  background-image:linear-gradient(-45deg, #fa661e, #fea700);
}

.channel-science .channel-color-background-inverse-gradient.primary-category-badge{
  background-image:linear-gradient(-45deg, rgba(250, 102, 30, .5), rgba(254, 167, 0, .5));
}

.channel-science .channel-color-background{
  background-color:#ff7400;
}

.channel-politics.channel-color-border{
  border-color:#f43b14;
}

.channel-politics .channel-color-text,.channel-politics .channel-color-text-hover:active,.channel-politics .channel-color-text-hover:focus,.channel-politics .channel-color-text-hover:hover{
  color:#f43b14;
}

.channel-politics .channel-color-background-gradient{
  background-color:#f34858;
  background-image:linear-gradient(135deg, #e71451, #ff7c5f);
}

.channel-politics .channel-color-background-inverse-gradient{
  background-color:#f34858;
  background-image:linear-gradient(-45deg, #e71451, #ff7c5f);
}

.channel-politics .channel-color-background-inverse-gradient.primary-category-badge{
  background-image:linear-gradient(-45deg, rgba(231, 20, 81, .5), rgba(255, 124, 95, .5));
}

.channel-politics .channel-color-background{
  background-color:#f43b14;
}

.channel-tech.channel-color-border{
  border-color:#0084ff;
}

.channel-tech .channel-color-text,.channel-tech .channel-color-text-hover:active,.channel-tech .channel-color-text-hover:focus,.channel-tech .channel-color-text-hover:hover{
  color:#0084ff;
}

.channel-tech .channel-color-background-gradient{
  background-image:linear-gradient(135deg, #1e61ee, #1ce3ff);
}

.channel-tech .channel-color-background-inverse-gradient{
  background-color:#1da2f7;
  background-image:linear-gradient(-45deg, #1e61ee, #1ce3ff);
}

.channel-tech .channel-color-background-inverse-gradient.primary-category-badge{
  background-image:linear-gradient(-45deg, rgba(30, 97, 238, .5), rgba(28, 227, 255, .5));
}

.channel-tech .channel-color-background{
  background-color:#0084ff;
}

@keyframes marquee{
  0%{
    visibility:visible;
    transform:translateZ(0);
  }

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

iframe[src*="ads.pubmatic.com"]{
  visibility:hidden;
  height:0;
  overflow:hidden;
}

.pmc-contextual-player{
  margin-bottom:1rem;
}

.page-header .entry-meta{
  font-family:Apple SD Gothic NEO,Calibri,sans-serif;
}

.page-header .featured-image .description{
  display:block;
  font-size:13px;
  line-height:17px;
  color:#999;
  margin-bottom:13px;
  margin-top:10px;
}

.bgr-style-featured .page-header .featured-image .description,.pmc-mobile .page-header .featured-image .description{
  margin-bottom:0;
}

.page-header .byline .author-name{
  font-weight:500;
}

.page-header .byline .author-name a{
  color:inherit;
}

.page-header .byline .author-name .twitter{
  color:#1da1f2;
}

.page-header .byline .author-name .twitter img{
  margin-left:.35rem;
  margin-right:.2rem;
  margin-top:-3px;
}

.news-bar{
  text-align:left;
  font-size:18px;
  position:relative;
  background-image:linear-gradient(135deg, #fa661e, #fea700);
}

body.pmc-mobile .news-bar{
  margin-top:5px;
  margin-bottom:15px;
}

.news-bar.red-gradient{
  background-color:red;
  background-image:none;
}

.news-bar.blue-gradient{
  background-image:linear-gradient(135deg, #1e61ee, #1ce3ff);
}

.news-bar.green-gradient{
  background-image:linear-gradient(135deg, #429321, #b4ed50);
}

.news-bar.pink-gradient{
  background-image:linear-gradient(135deg, #fc2a19, #fc5fa6);
}

.news-bar.purple-gradient{
  background-image:linear-gradient(135deg, #3023ae, #c96dd8);
}

.news-bar strong{
  color:hsla(0, 0%, 100%, .75);
  font-family:Apple SD Gothic NEO,Calibri,sans-serif;
  font-weight:500;
  text-transform:uppercase;
  letter-spacing:.52px;
}

.news-bar a{
  color:#fff;
  display:block;
  padding-top:10px;
  padding-bottom:12px;
}

body.pmc-no-mobile .news-bar a{
  padding-top:16px;
  padding-bottom:16px;
}

.news-bar a:after{
  background-image:url(../images/icons/right-arrow.svg);
  background-repeat:no-repeat;
  position:absolute;
  top:50%;
  right:12px;
  content:" ";
  display:block;
  height:19px;
  transform:translateY(-50%);
  width:1rem;
  z-index:1;
}

.share-buttons a{
  color:#fff;
  display:block;
  font-size:.9375rem;
  padding-top:.8125rem;
  padding-bottom:.8125rem;
  line-height:.9375rem;
  text-align:center;
  letter-spacing:.5px;
  text-decoration:none;
}

.share-buttons .share-facebook{
  background-color:#3c5799;
}

.share-buttons .share-facebook img{
  margin-top:-4px;
}

.share-buttons .share-twitter{
  background-color:#1da1f2;
}

.share-buttons .share-twitter img{
  margin-top:-3px;
}

.gallery-standard .gallery-item{
  text-align:center;
  float:left;
  margin:0 0 20px;
}

.gallery-standard.gallery-columns-2 .gallery-item{
  width:50%;
}

.gallery-standard.gallery-columns-3 .gallery-item{
  width:33.33333%;
}

.gallery-standard.gallery-columns-4 .gallery-item{
  width:25%;
}

.gallery-standard:after{
  content:" ";
  display:block;
  clear:both;
}

.jp-carousel-overlay{
  height:auto !important;
}

.jp-carousel-info{
  display:none;
}

.bgr-gallery-counter{
  padding-top:10px;
  display:inline-block;
  color:#fff;
}

.bgr-thumbnail-gallery-hover{
  display:inline-block;
  position:relative;
}

.bgr-thumbnail-gallery-hover:before{
  opacity:0;
  transition:opacity .3s ease-in-out;
  cursor:pointer;
  content:attr(data-current) " / " attr(data-total);
  position:absolute;
  background-color:rgba(0, 0, 0, .7);
  border-radius:3px;
  text-align:center;
  display:block;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  color:#fff;
  padding:8px 12px;
  font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
}

.bgr-thumbnail-gallery-hover:hover:before{
  opacity:1;
}

.bgr-thumbnail-gallery .gallery{
  display:flex;
  justify-content:space-between;
}

.bgr-thumbnail-gallery .gallery:after{
  content:none;
}

.bgr-thumbnail-gallery .gallery-item{
  position:relative;
  width:150px;
  float:none;
}

.bgr-thumbnail-gallery .gallery-item:nth-of-type(1n+6){
  display:none;
}

.bgr-thumbnail-gallery .gallery-item:nth-of-type(5){
  display:block;
}

.bgr-thumbnail-gallery .gallery-item:nth-of-type(5) .gallery-icon{
  position:relative;
}

.bgr-thumbnail-gallery .gallery-item:nth-of-type(5) .gallery-icon:before{
  display:block;
  content:"";
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:rgba(0, 0, 0, .5);
  position:absolute;
  cursor:pointer;
}

.bgr-thumbnail-gallery .gallery-item:nth-of-type(5) .gallery-icon:after{
  display:block;
  content:"";
  font-size:48px;
  color:#fff;
  z-index:1;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}

.bgr-thumbnail-gallery .gallery-item:nth-of-type(5) .gallery-icon.has-count:after{
  content:attr(data-count) "+";
  cursor:pointer;
}

.bgr-thumbnail-gallery-opener:hover{
  cursor:pointer;
}

.cache-gallery{
  border-bottom:1px solid #acacac;
  margin-top:-5px;
}

.cache-gallery header{
  position:relative;
  text-align:center;
  margin-bottom:8px;
}

.cache-gallery header:before{
  height:1px;
  left:0;
  right:0;
  content:"";
  display:block;
  background-color:#acacac;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
}

.cache-gallery header h3{
  font-weight:400;
  font-style:italic;
  font-family:Tiempos,Georgia,Cambria,Times,sans-serif;
  color:#3c3c3c;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  background-color:#fff;
  padding-left:22px;
  padding-right:22px;
  display:inline-block;
  z-index:1;
  position:relative;
}

.cache-gallery .gallery-slides:after{
  background-color:#fff;
  content:" ";
  display:block;
  height:32px;
  width:80px;
  position:absolute;
  bottom:0;
  right:0;
}

.cache-gallery figure{
  margin:0;
  outline:none;
}

.cache-gallery figure figcaption{
  font-style:italic;
  margin-top:10px;
  margin-bottom:6px;
}

.cache-gallery figure figcaption .gallery-credit{
  float:right;
}

body.pmc-no-mobile .cache-gallery figure figcaption .gallery-credit{
  margin-right:100px;
}

.cache-gallery .slide:nth-child(n+2){
  display:none;
}

.cache-gallery .slick-initialized .slide:nth-child(n+2){
  display:inherit;
}

.liveblog-entry{
  padding-top:16px;
}

.liveblog-entry .liveblog-author-avatar{
  display:none;
}

.liveblog-entry .liveblog-author-avatar img{
  width:36px;
  height:36px;
  border-radius:18px;
}

.liveblog-entry .liveblog-entry-text{
  margin-left:0;
}

.liveblog-entry .liveblog-entry-actions{
  margin-bottom:16px;
}

.liveblog-entry .liveblog-author-name{
  font-size:.625rem;
  padding:.3125rem .4375rem;
  letter-spacing:.25px;
  font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight:500;
  color:#fff;
  border-radius:2px;
  display:inline-block;
  text-transform:uppercase;
  background-color:#0084ff;
}

.liveblog-entry .liveblog-meta-time{
  display:inline-block;
  margin-left:6px;
  font-size:12px;
}

.liveblog-entry .liveblog-meta-time .date{
  display:none;
}

.liveblog-entry .liveblog-meta-time .time:before{
  content:"";
}

.liveblog-entry .liveblog-meta-time a{
  text-transform:none;
  color:#181a1a;
}

.trending.index-module{
  background-color:#fff;
}

.trending.index-module h3{
  font-family:Apple SD Gothic NEO,Calibri,sans-serif;
}

.trending.index-module header{
  background-color:#000;
  padding-top:12px;
  padding-bottom:11px;
  margin:0;
}

.trending.index-module header h3{
  font-size:36px;
  line-height:48px;
  font-style:italic;
  letter-spacing:-1px;
  color:#fff;
  text-transform:uppercase;
}

.trending.index-module header h3:before{
  content:"#";
  font-style:normal;
  color:#0084ff;
}

.trending.index-module ol{
  list-style-type:none;
  margin:0;
  padding:0;
  border-bottom:5px solid #000;
}

.trending.index-module ol li{
  font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
  margin:0;
  padding:0;
  border-bottom:1px solid #e5e5e5;
}

.trending.index-module ol li:last-child{
  border-bottom:none;
}

.trending.index-module ol li.black-background{
  padding-top:15px !important;
  padding-bottom:15px !important;
}

.trending.index-module ol li.black-background:before{
  background-image:none;
  background-color:#000;
}

.trending.index-module ol li a{
  display:flex;
}

.trending.index-module ol .number{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  width:60px;
  text-align:center;
  font-size:35px;
  line-height:47px;
  color:#fff;
  background-color:#0084ff;
}

.trending.index-module ol .headline,.trending.index-module ol .wp-post-image{
  align-self:center;
}

.trending.index-module ol .headline{
  font-size:15px;
  line-height:19px;
  font-weight:500;
  font-family:Apple SD Gothic NEO,Calibri,sans-serif;
  color:#000;
  flex-grow:1;
  margin-left:12px;
  margin-top:10px;
  margin-bottom:10px;
}

.trending.index-module ol .wp-post-image{
  position:relative;
  margin-left:12px;
  margin-top:10px;
  margin-bottom:10px;
  width:80px;
  height:80px;
  flex-shrink:0;
}

.trending.index-module ol .channel-deals .number{
  background-color:#fcc500;
}

.trending.index-module ol .channel-business .number{
  background-color:#7bbd3d;
}

.trending.index-module ol .channel-entertainment .number{
  background-color:#a058c1;
}

.trending.index-module ol .channel-lifestyle .number{
  background-color:#fcc500;
}

.trending.index-module ol .channel-science .number{
  background-color:#ff7400;
}

.trending.index-module ol .channel-politics .number{
  background-color:#f43b14;
}

.trending.index-module ol .channel-tech .number{
  background-color:#0084ff;
}

.trending.index-module.todays-best-deals{
  margin-top:1rem;
}

.trending.index-module.todays-best-deals header h3{
  font-size:30px;
}

.trending.index-module.todays-best-deals ol{
  margin-bottom:0;
}

@media only screen and (min-width:40.0625em){
  .trending.index-module.todays-best-deals ol{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
  }

  .trending.index-module.todays-best-deals ol li{
    width:50%;
    display:flex;
  }
}

.trending.index-module.todays-best-deals ol .number{
  color:#ff7400;
  background-color:transparent;
}

.entry-content h2{
  font-size:35px;
}

.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{
  color:var(--content-text-color);
}

.entry-content .twitter-tweet{
  margin-left:auto;
  margin-right:auto;
}

.entry-content .entry-tags{
  color:#abb3b3;
  font-size:12px;
  margin-bottom:1rem;
}

.entry-content .trending.channel-deals{
  margin-bottom:1rem;
}

.entry-content .trending.channel-deals header{
  background-color:#fcc500;
}

.entry-content .image-meta{
  display:block;
}

.entry-content .featured-image-source{
  margin-top:-12px;
  margin-bottom:10px;
}

.entry-content .featured-image-source .source{
  font-size:12px;
  line-height:.9375rem;
  font-weight:300;
  letter-spacing:.5px;
  display:inline-block;
}

.entry-content .featured-image-source .source:before{
  content:" ";
  display:inline-block;
  height:12px;
  width:15px;
  margin-right:5px;
  background-image:url(../images/icons/camera-black.png);
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
  top:1px;
}

.entry-content .aligncenter{
  margin:0 auto;
  display:table;
}

.entry-content .source,.entry-content .wp-caption-text{
  font-size:13px;
  line-height:17px;
  color:#999;
}

.entry-content .image-meta,.entry-content .wp-caption-text{
  margin-top:10px;
}

.entry-content .wp-caption-text{
  margin-bottom:25px;
}

.entry-content li{
  margin-bottom:14px;
}

.entry-content li ul{
  margin-top:14px;
}

.entry-content .primeday-plug{
  margin-top:1rem;
  margin-bottom:1rem;
  position:relative;
  background-repeat:no-repeat;
  background-size:cover;
}

.entry-content .primeday-plug p{
  display:block;
  padding:14px 32px 14px 16px;
  position:relative;
  z-index:2;
  color:#fff;
  font-size:18px;
  font-weight:700;
}

.entry-content .primeday-plug p a{
  color:#fff;
  text-decoration:underline;
}

.entry-content .primeday-plug p a.prime-link{
  color:#f90;
}

body.pmc-no-mobile .entry-content .primeday-plug:before{
  content:" ";
  background-image:url(../images/amazon-primeday.png);
  background-repeat:no-repeat;
  background-size:contain;
  display:block;
  position:absolute;
  right:-10px;
  top:25%;
  width:200px;
  height:40px;
  z-index:2;
}

.entry-content .primeday-plug:after{
  top:0;
  left:0;
  right:0;
  bottom:0;
  opacity:.9;
  content:"";
  display:block;
  z-index:1;
  position:absolute;
  background-color:#0087ff;
}

body.single .featured-image .bgr-watermark{
  position:relative;
  display:inline-block;
}

body.single .featured-image .bgr-watermark.bgr-watermark-bgr_logo:before{
  background-image:url(../images/bgr-watermark_h700.png);
  background-size:contain;
  background-repeat:no-repeat;
  z-index:1;
  position:absolute;
  display:block;
  content:" ";
  bottom:5%;
  right:4%;
  height:300px;
  width:16%;
  background-position:100% 100%;
}

.entry-content>p a{
  color:#0084ff;
}

.single-post-cache .entry-content>p a{
  color:#c9a237;
}

.single-post-cache .entry-content{
  font-family:Tiempos,Georgia,Cambria,Times,sans-serif;
  color:#3c3c3c;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

.single-post-cache .entry-content blockquote,.single-post-cache .entry-content ol,.single-post-cache .entry-content p,.single-post-cache .entry-content ul{
  font-size:18px;
  line-height:29px;
}

.single-post-cache .entry-content ol,.single-post-cache .entry-content p,.single-post-cache .entry-content ul{
  margin-bottom:30px;
}

.single-post-cache .entry-content ol,.single-post-cache .entry-content ul{
  padding-left:35px;
}

.single-post-cache .entry-content h1,.single-post-cache .entry-content h2,.single-post-cache .entry-content h3,.single-post-cache .entry-content h4,.single-post-cache .entry-content h5,.single-post-cache .entry-content h6{
  padding-bottom:4px;
  border-bottom:2px solid #c9a237;
  margin-bottom:20px;
}

.single-post-cache .entry-content blockquote{
  color:#3c3c3c;
  font-style:italic;
  border-left:4px solid #c9a237;
}

.single-post-cache .entry-content blockquote p{
  color:#3c3c3c;
}

.single-post-cache .entry-content .cache-gallery{
  margin-bottom:30px;
}

.single-post-cache .entry-content .cache-gallery h3{
  padding-bottom:0;
  margin-bottom:8px;
  border-bottom:none;
}

ul.pagination{
  border:1px solid #c4cacc;
  border-radius:100px;
  display:inline-block;
  margin-left:0;
  background-color:#f9f9f9;
}

ul.pagination li{
  color:#abb3b3;
  height:auto;
  border-left:1px solid #c4cacc;
  border-right:1px solid #c4cacc;
  margin-left:-1px;
  background-color:#fff;
}

ul.pagination li:first-child{
  border-left:none;
  background-color:transparent;
}

ul.pagination li:last-child{
  border-right:none;
  background-color:transparent;
}

ul.pagination li .current{
  color:#fff;
  background-color:#0084ff;
  transition:background-color .3s ease-out;
  display:block;
  font-weight:400;
  padding:.0625rem .625rem;
}

ul.pagination li a{
  color:#313333;
}

ul.pagination li a,ul.pagination li button{
  border-radius:0;
}

ul.pagination li .page-numbers,ul.pagination li a{
  width:34px;
  line-height:30px;
  font-weight:500;
  display:inline-block;
}

ul.pagination li .next,ul.pagination li .prev{
  width:37px;
}

ul.pagination li .next img,ul.pagination li .prev img{
  margin-top:-.2rem;
}

ul.pagination li span.next img,ul.pagination li span.prev img{
  opacity:.25;
}

ul.pagination li:hover a,ul.pagination li:hover button,ul.pagination li a:focus,ul.pagination li button:focus{
  background:inherit;
}

.gift-guide{
  background-color:#f5f5f5;
}

.gift-guide .page-cover-image{
  background-size:cover;
  background-repeat:no-repeat;
  height:220px;
  background-position-y:center;
}

.gift-guide .logo{
  color:#000;
}

.gift-guide .logo .presented-by{
  font-size:15px;
  margin-bottom:2px;
}

.gift-guide .entry-byline{
  display:flex;
  color:#000;
}

.gift-guide .entry-byline .author-share{
  flex:1;
}

.gift-guide .entry-byline .author-date span{
  font-weight:700;
}

.gift-guide .page-content{
  max-width:970px;
  margin-left:auto;
  margin-right:auto;
}

.gift-guide .page-content .share-buttons{
  display:block;
  margin-bottom:0;
  margin-top:18px;
}

.gift-guide .page-content .share-buttons a.share-facebook,.gift-guide .page-content .share-buttons a.share-twitter{
  display:inline-block;
  float:none;
  width:40px;
  height:40px;
  border-radius:20px;
  flex:0;
}

.gift-guide .page-content .share-buttons a.share-facebook{
  background-color:#3b559e;
  margin-right:10px;
}

.gift-guide .page-content .share-buttons a.share-twitter{
  background-color:#00a1f8;
}

.gift-guide .entry-content{
  font-family:Apple SD Gothic NEO,Calibri,sans-serif;
  color:#000;
}

.gift-guide .entry-content p{
  font-family:inherit;
}

.gift-guide .gift-guide-product{
  flex-direction:column;
}

.gift-guide .gift-guide-product a{
  display:block;
  color:inherit;
  border:1px solid #e5e5e5;
  flex-direction:column;
  background:#fff;
}

.gift-guide .gift-guide-product span{
  display:block;
  text-align:center;
}

.gift-guide .gift-guide-product .gift-guide-image{
  position:relative;
  height:200px;
  display:block;
  background-size:cover;
}

.gift-guide .gift-guide-product .gift-guide-price{
  position:relative;
  left:50%;
  transform:translate(-50%, -50%);
  font-size:18px;
  font-weight:700;
  text-align:center;
  font-size:26px;
  line-height:1.1538462;
}

.gift-guide .gift-guide-product .gift-guide-price:before{
  content:" ";
  height:0;
  width:0;
  border-left:95px solid transparent;
  border-right:95px solid transparent;
  border-bottom:50px solid #fff;
  position:absolute;
  top:-34px;
  left:50%;
  transform:translateX(-50%);
  z-index:-1;
}

.gift-guide .gift-guide-product .gift-guide-price span{
  position:relative;
  top:0;
}

.gift-guide .gift-guide-product .gift-guide-description,.gift-guide .gift-guide-product .gift-guide-title{
  margin-left:20px;
  margin-right:20px;
}

.gift-guide .gift-guide-product .gift-guide-title{
  font-size:25px;
  line-height:31px;
  margin-top:16px;
  margin-bottom:12px;
  font-weight:700;
}

.gift-guide .gift-guide-product .gift-guide-description{
  font-size:15px;
  line-height:1.6071429;
  font-weight:400;
  margin-top:15px;
  margin-bottom:30px;
}

.gift-guide .gift-guide-product .gift-guide-cta{
  background-color:#0084ff;
  color:#fff;
  font-size:18px;
  line-height:54px;
  font-weight:700;
}

.gift-guide .gift-guide-product .gift-guide-description{
  flex:1;
}

.bgr-responsive{
  position:relative;
  overflow:hidden;
  padding-top:var(--padding-top);
}

.bgr-responsive iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:0;
}

.product-callout:not(.product-callout-grid-item){
  margin-top:1rem;
  margin-bottom:1rem;
  font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
  display:flex;
  flex-direction:column;
}

body.pmc-no-mobile .product-callout:not(.product-callout-grid-item){
  max-width:635px;
  margin-left:auto;
  margin-right:auto;
  flex-direction:row;
}

body.pmc-no-mobile .product-callout:not(.product-callout-grid-item) .details-container{
  margin-left:15px;
}

.product-callout:not(.product-callout-grid-item) span{
  display:block;
}

.product-callout:not(.product-callout-grid-item) .image-container{
  display:flex;
  justify-content:center;
  object-fit:contain;
  flex:none;
}

body.pmc-no-mobile .product-callout:not(.product-callout-grid-item) .image-container{
  align-items:start;
  width:160px;
}

.product-callout:not(.product-callout-grid-item) .product-disclaimer{
  font-size:10px;
  line-height:14px;
  color:#666;
}

.product-callout:not(.product-callout-grid-item) .product-prime-logo{
  width:60px;
  height:26px;
}

.product-callout:not(.product-callout-grid-item) .product-title{
  font-weight:700;
  color:#000;
  color:var(--content-text-color);
  font-size:20px;
  line-height:26px;
  margin-bottom:10px;
  margin-top:5px;
}

body.pmc-no-mobile .product-callout:not(.product-callout-grid-item) .product-title{
  margin-top:0;
}

.product-callout:not(.product-callout-grid-item) .price-container{
  margin-top:6px;
  margin-bottom:6px;
}

.product-callout:not(.product-callout-grid-item) .disclaimer-container{
  padding-left:30px;
  padding-right:30px;
  margin-top:5px;
  text-align:center;
}

.product-callout:not(.product-callout-grid-item) .disclaimer-container img{
  margin-left:-4px;
}

body.pmc-no-mobile .product-callout:not(.product-callout-grid-item) .disclaimer-container{
  padding-left:15px;
  padding-right:15px;
  margin-top:0;
}

.product-callout:not(.product-callout-grid-item) .numbers-container{
  font-size:14px;
  line-height:20px;
  font-weight:500;
  display:table;
  width:100%;
}

.product-callout:not(.product-callout-grid-item) .numbers-container>span{
  display:table-row;
}

.product-callout:not(.product-callout-grid-item) .numbers-container>span>span{
  display:table-cell;
}

.product-callout:not(.product-callout-grid-item) .numbers-container .numbers-label{
  text-align:right;
  color:#666;
  padding-right:10px;
  min-width:75px;
}

.product-callout:not(.product-callout-grid-item) .numbers-container .product-original-price .numbers-value{
  text-decoration:line-through;
  color:#92929d;
}

.product-callout:not(.product-callout-grid-item) .numbers-container .product-price .numbers-value{
  font-size:20px;
  color:red;
}

.product-callout:not(.product-callout-grid-item) .numbers-container .product-discount .numbers-value{
  color:red;
}

body.pmc-no-mobile .product-callout:not(.product-callout-grid-item) .price-container{
  display:flex;
}

body.pmc-no-mobile .product-callout:not(.product-callout-grid-item) .price-container>span:first-child{
  width:70%;
}

body.pmc-no-mobile .product-callout:not(.product-callout-grid-item) .price-container>span:last-child{
  width:30%;
}

body.pmc-no-mobile .product-callout:not(.product-callout-grid-item) .price-container .disclaimer-container{
  order:1;
}

body.pmc-no-mobile .product-callout:not(.product-callout-grid-item) .price-container .numbers-container{
  order:2;
}

.product-callout:not(.product-callout-grid-item) .product-buy-button{
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:8px;
  background-color:#0084ff;
  font-weight:700;
  border-radius:3px;
  padding-top:8px;
  padding-bottom:8px;
}

.product-callout:not(.product-callout-grid-item) .product-buy-button .product-buy-text{
  margin-top:-2px;
  font-size:20px;
  line-height:20px;
  color:#fff;
}

.product-callout:not(.product-callout-grid-item) .product-buy-button .product-coupon{
  display:inline-block;
  font-size:14px;
  margin-left:10px;
  color:#000;
  background-color:#ffb800;
  padding:3px 5px;
  border-radius:3px;
}

.product-callout:not(.product-callout-grid-item) .product-buy-button .product-coupon>span{
  display:inline-block;
}

.product-callout:not(.product-callout-grid-item) .product-buy-button .product-coupon>span:first-child{
  font-weight:400;
}

.product-callout-grid .product-callout-grid-disclaimer{
  margin-top:10px;
  color:#c4c4c4;
  font-size:12px;
  line-height:20px;
  text-align:center;
}

.product-callout-grid-compact,.product-callout-grid-editorial{
  display:grid;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  grid-row-gap:15px;
  margin-top:1rem;
  margin-bottom:1rem;
}

.product-callout-grid-compact .product-callout-grid-disclaimer,.product-callout-grid-editorial .product-callout-grid-disclaimer{
  margin-top:0;
  color:#c4c4c4;
  font-size:12px;
  line-height:20px;
  text-align:center;
  grid-column:1 / -1;
}

body.pmc-no-mobile .product-callout-grid-compact,body.pmc-no-mobile .product-callout-grid-editorial{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  grid-column-gap:15px;
  grid-row-gap:15px;
}

.product-callout.product-callout-grid-item-compact{
  box-shadow:2px 2px 8px hsla(0, 0%, 76.9%, .5);
  border-radius:10px;
  padding:15px;
  font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
  display:inline-flex;
}

.product-callout.product-callout-grid-item-compact span{
  display:block;
}

.product-callout.product-callout-grid-item-compact .image-container{
  justify-content:center;
  object-fit:contain;
  flex:none;
  width:80px;
  align-self:center;
}

.product-callout.product-callout-grid-item-compact .image-container img{
  object-fit:contain;
}

.product-callout.product-callout-grid-item-compact .product-title{
  font-weight:700;
  color:#000;
  color:var(--content-text-color);
  font-size:16px;
  line-height:26px;
  flex-grow:1;
  margin-left:10px;
  margin-right:10px;
  align-self:center;
}

.product-callout.product-callout-grid-item-compact .price-container{
  text-align:center;
}

.product-callout.product-callout-grid-item-compact .product-buy-button{
  flex:none;
  color:#fff;
  background-color:#0084ff;
  font-weight:700;
  font-size:18px;
  line-height:18px;
  border-radius:3px;
  padding:8px 10px 9px;
}

.product-callout.product-callout-grid-item-compact .product-unit-price{
  color:#000;
  color:var(--content-text-color);
  font-weight:700;
  margin-top:5px;
  font-size:14px;
  line-height:18px;
  white-space:nowrap;
}

.product-callout.product-callout-grid-item-editorial{
  box-shadow:2px 2px 8px hsla(0, 0%, 76.9%, .5);
  border-radius:10px;
  display:block;
  position:relative;
  padding:15px;
}

.product-callout.product-callout-grid-item-editorial span{
  display:block;
}

.product-callout.product-callout-grid-item-editorial .product-award{
  position:absolute;
  top:0;
  left:15px;
  color:#000;
  background-color:#ffb800;
  font-size:12px;
  padding:4px 15px;
  line-height:12px;
  text-transform:uppercase;
  font-weight:700;
}

.product-callout.product-callout-grid-item-editorial .image-container{
  display:flex;
  justify-content:center;
  margin-bottom:8px;
}

.product-callout.product-callout-grid-item-editorial .image-container img{
  object-fit:contain;
}

.product-callout.product-callout-grid-item-editorial .product-title{
  font-weight:700;
  color:#0084ff;
  font-size:24px;
  line-height:32px;
  text-decoration:underline;
  margin-bottom:8px;
}

.product-callout.product-callout-grid-item-editorial .price-container{
  display:flex;
  color:#000;
  color:var(--content-text-color);
  font-size:18px;
  line-height:30px;
  margin-bottom:8px;
}

.product-callout.product-callout-grid-item-editorial .price-container>span{
  margin-right:8px;
}

.product-callout.product-callout-grid-item-editorial .price-container .product-price{
  font-weight:700;
}

.product-callout.product-callout-grid-item-editorial .price-container .product-original-price{
  text-decoration:line-through;
  font-weight:lighter;
}

.product-callout.product-callout-grid-item-editorial .price-container .product-discount{
  font-size:14px;
}

.product-callout.product-callout-grid-item-editorial .product-coupon{
  font-size:14px;
  color:#000;
  background-color:#ffb800;
  padding:3px 5px;
  border-radius:3px;
  white-space:nowrap;
  margin-bottom:8px;
  display:inline-block;
}

.product-callout.product-callout-grid-item-editorial .product-coupon>span{
  display:inline-block;
}

.product-callout.product-callout-grid-item-editorial .product-coupon>span:last-child{
  font-weight:700;
}

.product-callout.product-callout-grid-item-editorial .product-summary{
  color:#000;
  color:var(--content-text-color);
  font-size:18px;
  line-height:30px;
  margin-bottom:8px;
}

.product-callout.product-callout-grid-item-editorial .product-description{
  color:#000;
  color:var(--content-text-color);
  font-size:14px;
  line-height:24px;
  margin-bottom:8px;
}

.product-callout.product-callout-grid-item-editorial .product-buy-button{
  font-weight:700;
  color:#0084ff;
  font-size:18px;
  line-height:24px;
  text-decoration:underline;
}

.product-callout.product-callout-grid-item-stacked{
  margin-top:20px;
  margin-bottom:20px;
  font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  row-gap:10px;
}

body.pmc-no-mobile .product-callout.product-callout-grid-item-stacked{
  display:flex;
  margin-top:1rem;
  margin-bottom:1rem;
}

.product-callout.product-callout-grid-item-stacked span{
  display:block;
}

.product-callout.product-callout-grid-item-stacked .image-container{
  display:flex;
  justify-content:center;
  object-fit:contain;
  flex:none;
  width:120px;
  grid-column:span 1 / span 1;
}

.product-callout.product-callout-grid-item-stacked .image-container img{
  object-fit:contain;
}

.product-callout.product-callout-grid-item-stacked .product-title{
  font-weight:700;
  color:#000;
  color:var(--content-text-color);
  font-size:20px;
  line-height:26px;
  margin-left:15px;
  grid-column:span 2 / span 2;
}

body.pmc-no-mobile .product-callout.product-callout-grid-item-stacked .product-title{
  margin-right:15px;
  width:480px;
}

.product-callout.product-callout-grid-item-stacked .product-coupon{
  font-size:14px;
  color:#000;
  background-color:#ffb800;
  padding:3px 5px;
  border-radius:3px;
  white-space:nowrap;
}

.product-callout.product-callout-grid-item-stacked .product-coupon>span{
  display:inline-block;
}

.product-callout.product-callout-grid-item-stacked .product-coupon>span:last-child{
  font-weight:700;
}

.product-callout.product-callout-grid-item-stacked .product-coupon .product-coupon-label{
  display:block;
}

body.pmc-no-mobile .product-callout.product-callout-grid-item-stacked .product-coupon .product-coupon-label{
  display:inline-block;
}

.product-callout.product-callout-grid-item-stacked .product-prime-logo{
  margin-left:auto;
}

.product-callout.product-callout-grid-item-stacked .disclaimer-container{
  flex:none;
  margin-left:10px;
  margin-right:10px;
  text-align:center;
  grid-column:span 2 / span 2;
  display:flex;
  justify-content:space-between;
  align-items:self-start;
}

body.pmc-no-mobile .product-callout.product-callout-grid-item-stacked .disclaimer-container{
  display:block;
  min-width:100px;
}

.product-callout.product-callout-grid-item-stacked .price-container{
  text-align:right;
}

body.pmc-no-mobile .product-callout.product-callout-grid-item-stacked .price-container{
  width:170px;
}

.product-callout.product-callout-grid-item-stacked .product-buy-button{
  display:inline-block;
  grid-column:span 1 / span 1;
  color:#fff;
  background-color:#0084ff;
  font-weight:700;
  font-size:20px;
  line-height:20px;
  border-radius:3px;
  padding:8px 10px 9px;
  white-space:nowrap;
}

.product-callout.product-callout-grid-item-stacked .product-unit-price{
  color:#000;
  color:var(--content-text-color);
  font-weight:700;
  margin-top:5px;
  font-size:14px;
  line-height:18px;
  white-space:nowrap;
}

.product-callout.product-callout-grid-item-stacked .product-discount{
  margin-top:5px;
  color:red;
  font-size:14px;
  line-height:18px;
  white-space:nowrap;
}

.product-callout.product-callout-todays-top-deal{
  position:relative;
  margin-top:1.75rem;
  margin-bottom:1rem;
  padding:1rem .8rem 2rem;
  border-top:3px solid #0084ff;
  border-bottom:1px solid #0084ff;
  max-width:none;
}

body.pmc-no-mobile .product-callout.product-callout-todays-top-deal{
  padding-left:2rem;
  padding-right:2rem;
}

.product-callout.product-callout-todays-top-deal .top-deal-label{
  font-size:24px;
  font-weight:700;
  color:#0084ff;
  position:absolute;
  transform:translateY(-55%);
  background-color:var(--background-color);
  padding-right:10px;
  top:0;
  left:0;
}

body.pmc-no-mobile .product-callout.product-callout-todays-top-deal .product-callout-todays-top-deal-disclaimer{
  margin-left:160px;
}

.product-callout.product-callout-todays-top-deal .disclaimer-container{
  text-align:center;
}

.product-callout.product-callout-todays-top-deal .disclaimer-container .product-disclaimer{
  display:none !important;
}

.product-callout.product-callout-todays-top-deal .top-deal-label{
  display:block;
}

.product-callout.product-callout-todays-top-deal .details-container{
  flex-grow:1;
}

.product-callout.product-callout-todays-top-deal .product-callout-todays-top-deal-disclaimer{
  position:absolute;
  left:0;
  right:0;
  bottom:.5rem;
  font-size:10px;
  line-height:14px;
  color:#666;
  text-align:center;
}

body{
  counter-reset:dont-miss-primeday;
}

.dont-miss:not(.prime-day-gradient){
  margin-top:1rem;
  margin-bottom:1rem;
  position:relative;
  background-repeat:no-repeat;
  background-size:cover;
}

.dont-miss:not(.prime-day-gradient) ul{
  list-style-type:none;
  margin:0;
  padding:0;
}

.dont-miss:not(.prime-day-gradient) ul li{
  margin:0;
  padding:0;
}

.dont-miss:not(.prime-day-gradient)[class*=gradient] a{
  display:block;
  padding:14px 32px 14px 16px;
}

.dont-miss:not(.prime-day-gradient)[class*=gradient]:after{
  top:0;
  left:0;
  right:0;
  bottom:0;
  opacity:.9;
  content:"";
  display:block;
  z-index:1;
  position:absolute;
}

.dont-miss:not(.prime-day-gradient)[class*=gradient] strong{
  color:hsla(0, 0%, 100%, .75);
  display:block;
  font-family:Apple SD Gothic NEO,Calibri,sans-serif;
  font-weight:600;
  text-transform:uppercase;
  font-size:20px;
  line-height:32px;
  letter-spacing:3.25px;
  padding-bottom:1px;
  position:relative;
  z-index:2;
}

.dont-miss:not(.prime-day-gradient)[class*=gradient] strong span{
  display:none;
}

.dont-miss:not(.prime-day-gradient)[class*=gradient] span.title{
  font-size:24px;
  line-height:29px;
  color:#fff;
  display:block;
  font-family:Apple SD Gothic NEO,Calibri,sans-serif;
  font-weight:600;
  position:relative;
  z-index:2;
}

.dont-miss:not(.prime-day-gradient)[class*=gradient] span.title:after{
  background-image:url(../images/icons/right-arrow.svg);
  background-repeat:no-repeat;
  position:absolute;
  top:50%;
  right:-20px;
  transform:translateY(-50%);
  content:" ";
  display:block;
  height:1.1rem;
  width:1rem;
}

.dont-miss:not(.prime-day-gradient)[class*=gradient] span.image,.dont-miss:not(.prime-day-gradient)[class*=gradient] span.price{
  display:none;
}

.dont-miss:not(.prime-day-gradient).orange-gradient:after{
  background-color:#fc870f;
}

.dont-miss:not(.prime-day-gradient).blue-gradient:after{
  background-color:#1da2f7;
}

.dont-miss:not(.prime-day-gradient).green-gradient:after{
  background-color:#96ab38;
}

.dont-miss:not(.prime-day-gradient).pink-gradient:after{
  background-color:#fc4663;
}

.dont-miss:not(.prime-day-gradient).purple-gradient:after{
  background-color:#7d48c3;
}

.dont-miss:not(.prime-day-gradient).blackfriday-gradient:after{
  background-color:rgba(0, 0, 0, .9);
}

.dont-miss:not(.prime-day-gradient).blackfriday-gradient strong{
  color:#f2de02;
}

.dont-miss:not(.prime-day-gradient).prime-day-gradient{
  padding:16px 34px 20px 18px;
}

.dont-miss:not(.prime-day-gradient).prime-day-gradient a{
  padding:7px 0;
}

body.pmc-no-mobile .dont-miss:not(.prime-day-gradient).prime-day-gradient a{
  margin-right:20px;
}

.dont-miss:not(.prime-day-gradient).prime-day-gradient a:last-child{
  margin-bottom:0;
}

body.pmc-no-mobile .dont-miss:not(.prime-day-gradient).prime-day-gradient:before{
  content:" ";
  background-image:url(../images/amazon-prime_h375.png);
  background-repeat:no-repeat;
  background-size:contain;
  display:block;
  position:absolute;
  right:50px;
  top:7px;
  width:120px;
  height:48px;
  z-index:2;
}

body.pmc-no-mobile .dont-miss:not(.prime-day-gradient).prime-day-gradient.blackfriday-gradient:before,body.pmc-no-mobile .dont-miss:not(.prime-day-gradient).prime-day-gradient.cybermonday-gradient:before,body.pmc-no-mobile .dont-miss:not(.prime-day-gradient).prime-day-gradient.cyberweek-gradient:before,body.pmc-no-mobile .dont-miss:not(.prime-day-gradient).prime-day-gradient.darkblackfriday-gradient:before{
  display:none;
}

.dont-miss:not(.prime-day-gradient).prime-day-gradient:after{
  background-color:#06a7e2;
  background-image:linear-gradient(136deg, #06a7e2, #78ddff);
}

.dont-miss:not(.prime-day-gradient).prime-day-gradient.darkblackfriday-gradient:after{
  background-color:#0084ff;
  background-image:none;
}

.dont-miss:not(.prime-day-gradient).prime-day-gradient strong{
  color:#fee500;
  font-size:25px;
  letter-spacing:.52px;
  line-height:24px;
  margin-bottom:16px;
}

.dont-miss:not(.prime-day-gradient).prime-day-gradient span.title{
  display:inline-block;
  font-size:18px;
  line-height:24px;
  margin-left:36px;
}

.dont-miss:not(.prime-day-gradient).prime-day-gradient span.title:before{
  counter-increment:dont-miss-primeday;
  content:counter(dont-miss-primeday);
  display:block;
  background:#f90;
  left:-36px;
  height:26px;
  width:26px;
  border-radius:13px;
  top:50%;
  transform:translateY(-45%);
  position:absolute;
  text-align:center;
  font-size:16px;
  line-height:25px;
}

.dont-miss:not(.prime-day-gradient).prime-day-gradient span.title:after{
  right:-23px;
  height:14px;
  width:13px;
  background-size:contain;
  transform:translateY(-45%);
}

.dont-miss.prime-day-gradient{
  position:relative;
  margin-top:1rem;
  margin-bottom:1rem;
  font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
  padding:20px 10px 23%;
  background-image:url(../images/prime-day-graphic.png);
  background-position:bottom;
  background-size:contain;
  background-repeat:no-repeat;
}

body.pmc-no-mobile .dont-miss.prime-day-gradient{
  box-shadow:2px 2px 4px #c4c4c4;
  border-radius:20px;
}

.dont-miss.prime-day-gradient .dont-miss-header{
  margin-bottom:10px;
  text-align:center;
  display:block;
}

.dont-miss.prime-day-gradient .dont-miss-header a{
  display:block;
  font-size:24px;
  color:transparent;
  background-image:url(../images/prime-day-deals-headline.png);
  height:56px;
  width:265px;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:50%;
  margin-left:auto;
  margin-right:auto;
}

body.pmc-no-mobile .dont-miss.prime-day-gradient .dont-miss-header a{
  width:325px;
  height:70px;
}

.dont-miss.prime-day-gradient .dont-miss-header span{
  display:none;
}

body.pmc-no-mobile .dont-miss.prime-day-gradient{
  padding-left:20px;
  padding-right:20px;
}

.dont-miss.prime-day-gradient ul{
  margin:0;
  position:relative;
  z-index:2;
}

body.pmc-no-mobile .dont-miss.prime-day-gradient ul{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  column-gap:20px;
}

.dont-miss.prime-day-gradient ul li{
  display:flex;
}

.dont-miss.prime-day-gradient ul li a{
  padding-top:10px;
  padding-bottom:10px;
  font-size:15px;
  line-height:20px;
  font-weight:500;
  display:flex;
  flex-grow:1;
  align-items:center;
}

.dont-miss.prime-day-gradient ul li a img{
  height:60px;
  width:auto;
  flex:none;
  display:inline-block;
  background-color:#fff;
  border-radius:5px;
  box-shadow:2px 2px 4px rgba(0, 0, 0, .25);
}

.dont-miss.prime-day-gradient ul li a span.title{
  margin-left:15px;
  margin-right:15px;
  color:#000;
  display:inline-block;
}

.dont-miss.prime-day-gradient ul li a span.price{
  display:inline-block;
  text-align:center;
  background-color:#0084ff;
  border-radius:3px;
  color:#fff;
  padding:1px 5px;
  font-size:13px;
  font-weight:400;
  margin-left:auto;
}

.dont-miss.prime-day-gradient .dont-miss-cta{
  position:relative;
  z-index:2;
  display:block;
  text-align:center;
  font-size:22px;
  line-height:28px;
  margin-left:5px;
  margin-right:5px;
}

.dont-miss.prime-day-gradient .dont-miss-cta a{
  color:#000;
  font-size:20px;
  padding-bottom:2px;
  border-bottom:1px solid #f6b732;
}

.dont-miss.prime-day-gradient .dont-miss-more{
  position:absolute;
  display:block;
  color:transparent;
  z-index:1;
  top:0;
  left:0;
  right:0;
  bottom:0;
}

.dont-miss.prime-day-gradient:after{
  z-index:-1;
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background:linear-gradient(180deg, #c6f1ff 15.87%, hsla(0, 0%, 100%, 0)), #319cff;
}

body.pmc-no-mobile .dont-miss.prime-day-gradient:after{
  border-radius:20px;
}

.site-header{
  text-align:center;
  position:fixed;
  left:0;
  right:0;
  background-color:var(--background-color);
  z-index:10000;
  box-shadow:0 1px 7px 1px rgba(0, 0, 0, .05);
  top:0;
  overflow-y:visible;
}

body.admin-bar .site-header{
  top:32px;
}

body.bgr-canada .site-header li.channel-about-bgr{
  margin-left:auto;
}

.site-header .site-nav>.row{
  overflow-y:visible;
}

.site-header .site-search form{
  margin:0;
  display:flex;
}

.site-header .site-search form .site-search-input{
  width:125px;
  display:none;
  box-shadow:none;
  border:none;
  border-bottom:2px solid #343737;
  color:#000;
  text-align:left;
  margin:-4px 0 0;
}

.site-header .site-search form .site-search-input:focus{
  background-color:transparent;
}

.site-header .site-search form .site-search-button{
  background-image:url(../images/icons/search.png);
  background-size:contain;
  background-repeat:no-repeat;
  background-color:transparent;
  display:inline-block;
  border:none;
  width:1.55rem;
  height:18px;
  margin:0;
  position:relative;
  top:7px;
}

.site-header .site-search form .site-search-button:focus{
  outline:0;
}

.site-header .site-logo a{
  display:block;
}

.site-header .site-logo a img{
  height:40px;
}

.site-header .site-nav{
  text-transform:uppercase;
}

.site-header .site-nav li{
  padding-left:12px;
  padding-right:12px;
  max-width:150px;
}

.site-header .site-nav li a{
  color:#242626;
  font-size:12px;
  letter-spacing:.26px;
  display:block;
  font-family:Apple SD Gothic NEO,Calibri,sans-serif;
}

.site-header .site-nav li .channel-decorator a{
  padding-bottom:12px;
}

.site-header .site-nav li .channel-decorator:after{
  content:" ";
  display:block;
  height:2px;
  background-color:#0084ff;
  position:relative;
  margin-top:-6px;
}

.site-header .site-nav li.site-logo .channel-decorator:after,.site-header .site-nav li.site-search .channel-decorator:after{
  display:none;
  padding-left:0;
  padding-right:0;
}

.site-header .site-nav li.edition-links{
  position:relative;
  flex:none;
}

.site-header .site-nav li.edition-links>span img{
  vertical-align:bottom;
}

.site-header .site-nav li.edition-links ul{
  display:none;
  position:absolute;
  top:20px;
  right:2px;
  background-color:#fff;
  z-index:1;
  box-shadow:0 1px 7px 1px rgba(0, 0, 0, .05);
  width:145px;
}

.site-header .site-nav li.edition-links ul li{
  display:block;
  padding:0;
}

.site-header .site-nav li.edition-links ul li a{
  display:block;
  padding:6px 10px;
  display:flex;
}

.site-header .site-nav li.edition-links ul li a span{
  padding-right:4px;
}

.site-header .site-nav li.edition-links ul li a img{
  margin-left:auto;
  flex:none;
  width:20px;
  height:20px;
}

.site-header .site-nav li.edition-links:hover ul{
  display:block;
}

.site-header .site-nav li.channel-tech .channel-decorator:after{
  background-color:#0084ff;
}

.site-header .site-nav li.channel-entertainment .channel-decorator:after{
  background-color:#a058c1;
}

.site-header .site-nav li.channel-business .channel-decorator:after,.site-header .site-nav li.channel-cache .channel-decorator:after{
  background-color:#7bbd3d;
}

.site-header .site-nav li.channel-science .channel-decorator:after{
  background-color:#ff7400;
}

.site-header .site-nav li.channel-lifestyle .channel-decorator:after{
  background-color:#f43b14;
}

.site-header .site-nav li.channel-deals .channel-decorator:after{
  background-color:#fcc500;
}

.site-header .site-nav li.channel-politics .channel-decorator:after{
  background-color:#f43b14;
}

.site-header .site-nav li.channel-about-bgr .channel-decorator:after{
  background-color:#343737;
}

.site-header .scroll-nav ul,.site-header .site-nav ul{
  list-style-type:none;
  display:flex;
  margin:0;
}

.site-header .scroll-nav li,.site-header .site-nav li{
  font-weight:500;
  padding-top:18px;
  padding-bottom:14px;
}

.site-header .scroll-nav li.site-logo,.site-header .site-nav li.site-logo{
  width:130px;
  padding-left:0;
  flex-shrink:0;
}

.site-header .scroll-nav li.site-search,.site-header .site-nav li.site-search{
  padding-right:0;
  flex-grow:1;
  padding-top:24px;
}

.site-header .site-nav li.channel{
  flex-grow:1;
  flex-basis:100%;
  padding-top:28px;
}

.site-header .scroll-nav li{
  padding-left:15px;
  padding-right:15px;
}

.site-header .scroll-nav li.site-logo{
  display:flex;
  align-items:center;
  justify-content:center;
}

.site-header .scroll-nav li.featured-story{
  position:relative;
  display:flex;
  flex-grow:1;
  background-image:url(../images/trending.png);
  background-repeat:no-repeat;
  background-size:contain;
  background-position:50%;
}

.site-header .scroll-nav li.featured-story>div{
  flex-grow:1;
  display:flex;
  align-items:center;
}

.site-header .scroll-nav li.featured-story .number{
  text-align:center;
  font-size:35px;
  line-height:47px;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:3.5rem;
}

.site-header .scroll-nav li.featured-story .inner{
  text-align:left;
  margin-left:3.5rem;
  margin-right:.75rem;
  flex-grow:1;
}

.site-header .scroll-nav li.featured-story .primary-category{
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.5px;
  margin-top:-4px;
}

.site-header .scroll-nav li.featured-story h4{
  line-height:1.1;
  margin:0;
}

.site-header .scroll-nav li.channel-links{
  width:345.5px;
  font-weight:700;
  display:flex;
  flex-shrink:0;
  align-items:center;
  justify-content:center;
  padding-left:0;
  padding-right:12px;
}

.site-header .scroll-nav li.channel-links a{
  flex-grow:1;
  font-size:24px;
  display:block;
  width:150px;
  color:#fff;
  text-transform:uppercase;
  align-self:stretch;
  display:flex;
  align-items:center;
  justify-content:center;
}

.site-header .scroll-nav li.channel-links a.channel-news,.site-header .scroll-nav li.channel-links a.channel-tech{
  background-color:#0084ff;
}

.site-header .scroll-nav li.channel-links a.channel-deals{
  background-color:#fcc500;
}

.site-header .sticky-site-nav-shim{
  height:75px;
}

body.bgr-is-cache .site-header{
  background-color:#252525;
}

body.bgr-is-cache .site-header .site-logo{
  filter:invert(100%);
}

body.bgr-is-cache .site-header .site-search .site-search-button{
  background-image:url(../images/icons/search-white.png);
}

body.bgr-is-cache .site-header .site-nav{
  border-top-color:#252525;
}

body.bgr-is-cache .site-header .site-nav li{
  position:relative;
}

body.bgr-is-cache .site-header .site-nav li:before{
  position:absolute;
  left:-1px;
  height:14px;
  top:45%;
  transform:translateY(-50%);
  width:1px;
  background-color:#fff;
  content:" ";
  display:block;
}

body.bgr-is-cache .site-header .site-nav li:first-child:before{
  display:none;
}

body.bgr-is-cache .site-header .site-nav li a{
  color:#fff;
  font-weight:600;
  letter-spacing:1.39px;
}

body.bgr-is-cache .site-header .site-nav li:after{
  background-color:transparent;
}

body.bgr-is-cache .leaderboard-wrap{
  background-color:#252525;
}

.ad-leaderboard{
  margin-top:1.25rem;
}

#pmc-ad-bait{
  display:none;
}

.infinite-scroll-element,.site-content{
  margin-top:1.25rem;
  margin-bottom:1.25rem;
}

.page-header .featured-image img{
  width:100%;
}

.page-header.large-featured{
  position:relative;
}

.page-header.large-featured .entry-title{
  position:absolute;
  z-index:2;
  bottom:38px;
  left:38px;
  right:55px;
  margin:0;
}

.page-header.large-featured .entry-title span{
  background-size:1145px 1px;
  letter-spacing:.1px;
  padding:.6rem 1.75rem .6rem 1rem;
  line-height:3.7rem;
  color:#fff;
  box-decoration-break:clone;
}

.page-header .entry-title{
  font-size:2.375rem;
  line-height:2.8125rem;
  margin-top:.8125rem;
  margin-bottom:.8125rem;
  color:#181a1a;
  font-weight:600;
}

.page-header .entry-meta{
  border-top:1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
  padding-top:.8125rem;
  padding-bottom:.8125rem;
  margin-bottom:.8125rem;
}

.page-header .primary-category{
  font-size:11px;
  line-height:11px;
  padding:5px 6px 5px 7px;
  margin-top:0;
  margin-bottom:0;
  text-transform:uppercase;
  display:inline-block;
}

.page-header .byline .author-name{
  margin-right:10px;
}

.page-header .byline .posted-on{
  color:#898989;
  font-weight:300;
  letter-spacing:.5px;
  font-size:13px;
}

.page-content .author-bio{
  display:flex;
  margin-bottom:1rem;
}

.page-content .author-bio .author-bio-image-container{
  border-right:4px solid #0084ff;
  padding-right:20px;
  margin-right:15px;
  display:flex;
}

.page-content .author-bio .author-bio-image-container img{
  max-width:none;
  align-self:center;
}

.page-content .author-bio .author-bio-image-container.with-avatar img{
  border-radius:9999px;
}

.page-content .author-bio .author-bio-text{
  font-style:italic;
}

.page-content .share-buttons a{
  padding-top:14.5px;
  padding-bottom:14.5px;
  width:160px;
  border-radius:2px;
  display:inline-block;
}

.page-content .share-buttons a.share-twitter{
  margin-left:12px;
}

.sidebar-content .sidebar-section-middle-track{
  position:sticky;
  top:20px;
}

.admin-bar .sidebar-content .sidebar-section-middle-track{
  top:44px;
}

.sidebar-content .sidebar-section-middle-track{
  flex:1;
}

.sidebar-content .ad-widget>div>*,.sidebar-content .trending-widget>div{
  margin-bottom:10px;
}

.page-branded-image{
  margin-bottom:1.25rem;
  position:relative;
}

.page-branded-image:before{
  content:" ";
  display:block;
  top:0;
  left:0;
  right:0;
  bottom:0;
  position:absolute;
  background-image:linear-gradient(135deg, rgba(30, 97, 238, .7), rgba(28, 227, 255, .7));
}

.page-branded-image .page-branded-bgr-logo{
  position:absolute;
  z-index:2;
  background-color:#fff;
  padding:20px 30px;
  left:50%;
  transform:translate(-50%, -50%);
  top:50%;
}

body.error404 .content-section,body.page .content-section,body.search .content-section,body.single .content-section{
  display:flex;
  margin-bottom:1.25rem;
}

body.error404 .content-section:last-child,body.page .content-section:last-child,body.search .content-section:last-child,body.single .content-section:last-child{
  margin-bottom:0;
}

body.error404 .main-content,body.page .main-content,body.search .main-content,body.single .main-content{
  width:70%;
}

body.error404 .sidebar-content,body.page .sidebar-content,body.search .sidebar-content,body.single .sidebar-content{
  width:30%;
  position:relative;
}

.about-section-container{
  margin-top:40px;
  margin-bottom:60px;
}

.about-section-container .about-section{
  height:352px;
  position:relative;
  margin-top:60px;
  margin-bottom:60px;
}

.about-section-container .about-section:first-child{
  margin-top:0;
}

.about-section-container .about-section:last-child{
  margin-bottom:0;
}

.about-section-container .about-section:nth-child(2n) .about-section-text{
  margin-right:30px;
}

.about-section-container .about-section:nth-child(2n) .about-section-image{
  float:left;
  margin-right:90px;
}

.about-section-container .about-section:nth-child(odd) .about-section-text{
  margin-left:30px;
}

.about-section-container .about-section:nth-child(odd) .about-section-image{
  float:right;
  margin-left:90px;
}

.about-section-container .about-section-image{
  width:532.5px;
}

.about-section-container .about-section-text{
  position:relative;
}

.about-section-container .about-section-text h3{
  font-size:32px;
  line-height:45px;
}

.page-contact-authors{
  margin:14px -6px;
}

.page-contact-authors:after{
  content:" ";
  display:block;
  clear:both;
}

.page-contact-authors .author{
  float:left;
  font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
  width:50%;
}

body.pmc-mobile .page-contact-authors .author{
  width:auto;
  float:none;
}

.page-contact-authors .author .author-inner{
  margin:6px;
  height:350px;
  position:relative;
  overflow:hidden;
  background-repeat:no-repeat;
  background-size:cover;
}

body.pmc-mobile .page-contact-authors .author .author-inner{
  background-position-x:center;
}

.page-contact-authors .author .author-inner:before{
  content:" ";
  display:block;
  top:0;
  left:0;
  right:0;
  bottom:0;
  position:absolute;
  background-image:linear-gradient(180deg, transparent, rgba(0, 0, 0, .5));
  z-index:2;
}

body.pmc-no-mobile .page-contact-authors .author:first-child .author-inner{
  height:712px;
}

.page-contact-authors .author-posts-link{
  position:absolute;
  display:block;
  width:100%;
  height:100%;
  z-index:3;
  color:inherit;
}

.page-contact-authors .author-details{
  position:absolute;
  z-index:3;
  bottom:0;
  color:#fff;
  width:100%;
}

.page-contact-authors .author-details ul{
  list-style-type:none;
  display:flex;
  border-top:1px solid hsla(0, 0%, 100%, .2);
  margin:0;
}

.page-contact-authors .author-details li{
  display:inline-block;
  flex:1;
  border-left:1px solid hsla(0, 0%, 100%, .2);
}

.page-contact-authors .author-details li:first-child{
  border-left:none;
}

.page-contact-authors .author-details li span{
  display:block;
}

.page-contact-authors .author-details li.author-contact span:first-child,.page-contact-authors .author-details li .author-display-name{
  padding-top:12px;
}

.page-contact-authors .author-details li .author-attribute-label,.page-contact-authors .author-details li.author-contact span:last-child{
  padding-bottom:12px;
}

.page-contact-authors .author-details li.author-contact,.page-contact-authors .author-details li.author-name{
  padding-left:15px;
  padding-right:15px;
}

body.pmc-mobile .page-contact-authors .author-details li.author-contact,body.pmc-mobile .page-contact-authors .author-details li.author-name{
  padding-left:8px;
  padding-right:8px;
}

.page-contact-authors .author-details li .author-display-name{
  font-size:20px;
  line-height:24px;
}

body.pmc-mobile .page-contact-authors .author-details li .author-display-name{
  font-size:16px;
  line-height:19px;
}

.page-contact-authors .author-details li .author-title{
  font-size:15px;
  line-height:27px;
  color:hsla(0, 0%, 100%, .6);
  top:2px;
  position:relative;
  margin-bottom:9px;
}

body.pmc-mobile .page-contact-authors .author-details li .author-title{
  font-size:12px;
  line-height:19px;
}

.page-contact-authors .author-details li.author-contact{
  font-size:16px;
  line-height:24px;
}

body.pmc-mobile .page-contact-authors .author-details li.author-contact{
  font-size:13px;
  line-height:19px;
}

.page-contact-authors .author-details li.author-contact a{
  color:#fff;
  position:relative;
  z-index:5;
}

.page-contact-authors .author-details li.author-contact .author-twitter img{
  margin-top:-3px;
  margin-right:9px;
}

.page-contact-authors .author-details li.author-contact .author-email img{
  margin-top:-1px;
  margin-right:11px;
}

.page-contact-authors .author-details li.author-contact span:nth-child(2){
  top:2px;
  position:relative;
}

.page-template-page-gift-guide .page-cover-image{
  min-height:300px;
}

.page-template-page-gift-guide .site-header{
  background-color:#000;
}

.page-template-page-gift-guide .site-header .site-logo{
  filter:invert(100%);
}

.page-template-page-gift-guide .site-header .site-nav{
  border-top-color:#000;
}

.page-template-page-gift-guide .site-header .site-nav li{
  position:relative;
}

.page-template-page-gift-guide .site-header .site-nav li:before{
  position:absolute;
  left:-1px;
  height:14px;
  top:45%;
  transform:translateY(-50%);
  width:1px;
  background-color:#fff;
  content:" ";
  display:block;
}

.page-template-page-gift-guide .site-header .site-nav li:first-child:before{
  display:none;
}

.page-template-page-gift-guide .site-header .site-nav li a{
  color:#fff;
  font-weight:500;
  letter-spacing:1.39px;
}

.page-template-page-gift-guide .site-header .site-nav li:after{
  background-color:transparent;
}

.page-template-page-gift-guide .site-content{
  margin-top:0;
}

.page-template-page-gift-guide .logo{
  float:right;
}

.page-template-page-gift-guide .logo img{
  max-width:200px;
}

.page-template-page-gift-guide .entry-title{
  font-size:60px;
  line-height:1.25;
  margin:75px 0 15px;
}

.page-template-page-gift-guide .entry-content p{
  font-size:22px;
  line-height:29px;
  padding-top:36px;
  padding-bottom:24px;
  margin-bottom:0;
}

.page-template-page-gift-guide .gift-guide-product-list{
  display:flex;
  flex-flow:row wrap;
  margin-left:-6px;
  margin-right:-6px;
}

.page-template-page-gift-guide .gift-guide-product-list .gift-guide-product{
  flex:1;
  display:flex;
  flex-basis:33.33333%;
  max-width:33.33333%;
  flex-direction:column;
  padding:6px;
}

.page-template-page-gift-guide .gift-guide-product-list .gift-guide-product a{
  flex:1;
  display:flex;
  flex-direction:column;
}

.single-post-cache{
  color:#333;
}

.single-post-cache .leaderboard-wrap{
  padding-bottom:1.25rem;
}

.single-post-cache .site-content{
  margin-top:0;
}

.single-post-cache .infinite-scroll-element{
  margin-top:0;
  margin-bottom:0;
}

.single-post-cache .featured-image-cover{
  height:450px;
  min-width:76.25rem;
  background-color:#252525;
  background-size:cover;
  background-repeat:no-repeat;
  position:relative;
}

.single-post-cache .featured-image-cover.featured-template{
  height:725px;
}

.single-post-cache .featured-image-cover .columns{
  position:static;
}

.single-post-cache .page-header{
  width:1200px;
  margin:-109px auto 40px;
}

.single-post-cache .page-header .inner{
  width:870px;
}

.single-post-cache .page-header .entry-title{
  margin:0;
  background-color:#fff;
  padding:22px 31px 23px;
}

.single-post-cache .page-header .entry-title span{
  color:#000;
  margin:0;
  font-size:45px;
  line-height:56px;
  font-weight:700;
}

.single-post-cache .page-header .entry-meta{
  padding:10px 20px 0;
  margin:20px 0 0;
  width:870px;
  bottom:0;
  background-color:#fff;
  border:none;
  border-top:1px solid #acacac;
  position:relative;
}

.single-post-cache .page-header .entry-meta .posted-on{
  position:absolute;
  top:-10px;
  left:50%;
  transform:translateX(-50%);
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  color:#4a4a4a;
  background-color:#fff;
  padding-left:24px;
  padding-right:24px;
}

.single-post-cache .entry-content .byline{
  float:left;
  margin-right:10px;
  margin-bottom:10px;
  width:100px;
  font-family:Apple SD Gothic NEO,Calibri,sans-serif;
}

.single-post-cache .entry-content .byline>a:first-child{
  display:block;
}

.single-post-cache .entry-content .byline .avatar{
  width:60px;
  height:60px;
  border-radius:30px;
  display:block;
  margin:8px auto 12px;
}

.single-post-cache .entry-content .byline .email span,.single-post-cache .entry-content .byline .twitter span{
  display:none;
}

.single-post-cache .entry-content .byline .email{
  margin-left:8px;
}

.single-post-cache .author-name{
  font-size:13px;
  line-height:17px;
  font-weight:400;
  text-align:center;
}

.single-post-cache .author-name a{
  font-weight:600;
  color:inherit;
}

.single-post-cache .author-name a:first-child:after{
  content:" ";
  display:block;
  margin-bottom:12px;
}

.single-post-cache .posted-on{
  font-size:14px;
  line-height:16px;
}

.single-post-cache .site-content .main-content{
  width:890px;
  padding-top:20px;
}

.single-post-cache .site-content .sidebar-content{
  width:320px;
}

.single-post-cache .site-content .sidebar-content .sidebar-section-top-track{
  top:40px;
  position:sticky;
  flex:1;
}

.single-post-cache .site-content .sidebar-content .ad-widget>div>*,.single-post-cache .site-content .sidebar-content .ad-widget>img,.single-post-cache .site-content .sidebar-content .trending-widget>div{
  margin-top:40px;
  margin-bottom:0;
}

.single-post-cache.admin-bar .site-content .sidebar-content .sidebar-section-top-track{
  top:64px;
}

.single-post-cache .entry-content>*{
  margin-left:80px;
  margin-right:80px;
}

.single-post-cache .entry-content>* .bgr-responsive,.single-post-cache .entry-content>* img.size-full{
  margin-left:-80px;
  margin-right:-80px;
  width:auto;
  max-width:870px;
}

.single-post-cache .entry-content .cache-gallery{
  margin-left:0;
  margin-right:0;
}

.single-post-cache .entry-content blockquote{
  padding:0 0 0 23px;
  margin-left:53px;
}

.single-post-cache .entry-content>blockquote,.single-post-cache .entry-content>div,.single-post-cache .entry-content>img,.single-post-cache .entry-content>ol,.single-post-cache .entry-content>p,.single-post-cache .entry-content>ul{
  margin-bottom:26px;
}

.single-post-cache .cache-gallery .slick-arrow{
  bottom:-10px;
  height:30px;
  width:26px;
  top:auto;
  margin-bottom:0;
  z-index:1;
  background-color:#fff;
}

.single-post-cache .cache-gallery .slick-arrow:before{
  font-family:initial;
  opacity:1;
  content:"";
  display:block;
  height:30px;
  background-repeat:no-repeat;
  background-position:50%;
  background-size:cover;
}

.single-post-cache .cache-gallery .slick-arrow.slick-prev{
  left:auto;
  right:35px;
}

.single-post-cache .cache-gallery .slick-arrow.slick-prev:before{
  background-image:url(../images/icons/grey-left-arrow.png);
  margin-left:-4px;
}

.single-post-cache .cache-gallery .slick-arrow.slick-next{
  right:0;
}

.single-post-cache .cache-gallery .slick-arrow.slick-next:before{
  background-image:url(../images/icons/grey-right-arrow.png);
  margin-right:-4px;
}

.single-post-cache .channel-break.bgr-recommended{
  background-image:url(../images/featured-channel-cars-desktop.jpg);
}

.single-post-cache .channel-break.bgr-recommended:before{
  background-color:#252525;
  opacity:.9;
}

.single-post-cache .channel-break.bgr-recommended h2{
  margin-bottom:0;
}

.single-post-cache .channel-break.bgr-recommended .channel-break-content{
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
}

.single-post-cache .channel-break.bgr-recommended .channel-break-content .featured-image{
  margin-bottom:16px;
}

.single-post-cache .channel-break.bgr-recommended .channel-break-content h3.entry-title{
  margin-bottom:12px;
}

.single-post-cache .channel-break.bgr-recommended .channel-break-content .index-entry-meta{
  font-weight:400;
}

.single-post-cache .channel-break.bgr-recommended .channel-break-content .index-entry-meta .author{
  font-weight:500;
}

.single-post-cache .channel-break.bgr-recommended .channel-break-content .index-entry-meta .date{
  color:#c9a237;
}

.entry-content .alignright{
  float:right;
  margin:0 0 .75rem .75rem;
}

.entry-content .alignleft{
  float:left;
  margin:0 .75rem .75rem 0;
}

.section-heading{
  border-top:2px solid #464646;
  border-bottom:1px solid #dfdfdf;
  text-transform:uppercase;
  padding-top:2px;
  padding-bottom:0;
  font-weight:700;
  font-size:13px;
  letter-spacing:4.79px;
  line-height:31px;
}

.index-entry-meta,.section-heading{
  font-family:Apple SD Gothic NEO,Calibri,sans-serif;
}

.index-entry-meta{
  font-size:12px;
  color:#898989;
  font-weight:300;
  letter-spacing:.5px;
}

.index-entry-meta .author{
  font-weight:400;
}

.index-entry-meta .date{
  float:right;
}

.index-entry-meta-top{
  font-weight:400;
  text-transform:uppercase;
  line-height:14px;
  letter-spacing:1.52px;
  font-family:Apple SD Gothic NEO,Calibri,sans-serif;
}

.index-entry-meta-top .channel{
  font-size:12px;
}

.index-entry-meta-top .date{
  float:right;
  font-size:11px;
  font-weight:300;
}

body.archive .content-section,body.home .content-section{
  display:flex;
  margin-top:1.25rem;
  margin-bottom:1.25rem;
}

body.archive .content-section .section-primary-column article,body.home .content-section .section-primary-column article{
  position:relative;
  margin-bottom:12px;
}

body.archive .content-section .section-primary-column article:last-child,body.home .content-section .section-primary-column article:last-child{
  margin-bottom:0;
}

body.archive .content-section .section-primary-column .inner,body.home .content-section .section-primary-column .inner{
  position:absolute;
  z-index:2;
  background-color:#fff;
  left:0;
  bottom:0;
  right:0;
  margin:24px;
  padding:18px 24px;
  border:1px solid #f0f0f0;
}

body.archive .content-section .section-primary-column .index-entry-meta-top,body.home .content-section .section-primary-column .index-entry-meta-top{
  margin-bottom:15px;
}

body.archive .content-section .section-primary-column h3.entry-title,body.home .content-section .section-primary-column h3.entry-title{
  font-size:22px;
  line-height:27px;
}

body.archive .content-section .section-primary-column .entry-content p,body.home .content-section .section-primary-column .entry-content p{
  margin-bottom:0;
  font-size:15px;
  line-height:22px;
  color:#181a1a;
}

body.archive .content-section .section-primary-column .featured-image,body.home .content-section .section-primary-column .featured-image{
  position:relative;
}

body.archive .content-section .section-secondary-column,body.home .content-section .section-secondary-column{
  flex:0 0 388px;
  border-left:1px solid #f0f0f0;
}

body.archive .content-section .section-secondary-column .index-entry-meta-top,body.home .content-section .section-secondary-column .index-entry-meta-top{
  margin-bottom:5px;
}

body.archive .content-section .section-secondary-column h3.entry-title,body.home .content-section .section-secondary-column h3.entry-title{
  font-size:18px;
  line-height:24px;
}

body.archive .content-section .section-secondary-column .index-entry-meta .date,body.home .content-section .section-secondary-column .index-entry-meta .date{
  display:none;
}

body.archive .content-section .section-secondary-column .index-entry-meta,body.home .content-section .section-secondary-column .index-entry-meta{
  font-size:12px;
  line-height:14px;
}

body.archive .content-section .section-primary-column,body.archive .content-section .section-secondary-column,body.home .content-section .section-primary-column,body.home .content-section .section-secondary-column{
  padding-left:10px;
  padding-right:10px;
}

body.archive .content-section .section-primary-column .featured-image,body.archive .content-section .section-primary-column .index-entry-meta,body.archive .content-section .section-primary-column h3,body.archive .content-section .section-secondary-column .featured-image,body.archive .content-section .section-secondary-column .index-entry-meta,body.archive .content-section .section-secondary-column h3,body.home .content-section .section-primary-column .featured-image,body.home .content-section .section-primary-column .index-entry-meta,body.home .content-section .section-primary-column h3,body.home .content-section .section-secondary-column .featured-image,body.home .content-section .section-secondary-column .index-entry-meta,body.home .content-section .section-secondary-column h3{
  margin-bottom:.625rem;
}

body.archive .content-section .section-primary-column .index-entry-meta-top .date,body.archive .content-section .section-secondary-column .index-entry-meta-top .date,body.home .content-section .section-primary-column .index-entry-meta-top .date,body.home .content-section .section-secondary-column .index-entry-meta-top .date{
  color:#313333;
}

body.archive .content-section .section-primary-column .featured-image img,body.archive .content-section .section-secondary-column .featured-image img,body.home .content-section .section-primary-column .featured-image img,body.home .content-section .section-secondary-column .featured-image img{
  border-radius:2px;
  border:1px solid rgba(0, 0, 0, .1);
}

body.archive .content-section .section-primary-column .has-product-link a:hover,body.archive .content-section .section-secondary-column .has-product-link a:hover,body.home .content-section .section-primary-column .has-product-link a:hover,body.home .content-section .section-secondary-column .has-product-link a:hover{
  position:relative;
}

body.archive .content-section .section-primary-column .has-product-link a:hover:before,body.archive .content-section .section-secondary-column .has-product-link a:hover:before,body.home .content-section .section-primary-column .has-product-link a:hover:before,body.home .content-section .section-secondary-column .has-product-link a:hover:before{
  position:absolute;
  content:"Buy Now";
  display:block;
  padding:10px 32px;
  font-size:20px;
  font-weight:700;
  left:50%;
  top:50%;
  background-color:#0084ff;
  color:#fff;
  transform:translate(-50%, -50%);
}

body.archive .content-section .section-primary-column,body.home .content-section .section-primary-column{
  padding-right:18px;
}

body.archive .content-section .section-primary-column article:last-child .featured-image,body.home .content-section .section-primary-column article:last-child .featured-image{
  margin-bottom:0;
}

body.archive .content-section .section-primary-column .read-more,body.home .content-section .section-primary-column .read-more{
  margin-left:3px;
  position:relative;
  top:1px;
}

body.archive .content-section .section-secondary-column,body.home .content-section .section-secondary-column{
  padding-left:18px;
}

.page-awards-image{
  position:relative;
}

.page-awards-image .page-awards-bgr-logo-wrap{
  padding:30px;
  border-radius:6px;
  z-index:2;
  text-align:center;
}

.page-awards-image .page-awards-bgr-logo-wrap,.page-awards-image .page-awards-bgr-logo-wrap .oval{
  position:absolute;
  background-color:#0084ff;
  left:50%;
  transform:translate(-50%, -50%);
  top:50%;
}

.page-awards-image .page-awards-bgr-logo-wrap .oval{
  opacity:.66;
  height:200px;
  width:550px;
  border-radius:50%;
  filter:blur(47px);
}

.page-awards-image .page-awards-bgr-logo-wrap:after,.page-awards-image .page-awards-bgr-logo-wrap:before{
  content:"🏆";
  display:block;
  font-size:100px;
  position:absolute;
  top:30px;
  z-index:2;
}

.page-awards-image .page-awards-bgr-logo-wrap:before{
  left:-150px;
}

.page-awards-image .page-awards-bgr-logo-wrap:after{
  right:-150px;
}

.page-awards-image .page-awards-bgr-logo-wrap .first,.page-awards-image .page-awards-bgr-logo-wrap .second{
  position:relative;
  z-index:3;
}

.page-awards-image .page-awards-bgr-logo-wrap .second{
  margin-top:20px;
  font-family:Apple SD Gothic NEO,Calibri,sans-serif;
  font-size:29px;
  letter-spacing:4px;
  text-transform:uppercase;
  font-weight:500;
  color:#fff;
}

.page-awards .featured-image{
  position:relative;
}

.page-awards .featured-image:before{
  background-image:url(../images/bgr-awards-banner.svg);
  position:absolute;
  right:25px;
  top:0;
  display:block;
  background-size:contain;
  content:"";
  width:79px;
  height:88px;
}

.page-awards .content-section{
  margin-top:20px;
  margin-bottom:20px;
}

.page-awards .index-list-content .featured-image{
  float:none;
  margin-left:0;
  margin-right:0;
  margin-bottom:12px;
}

.page-awards .index-list-content .featured-image img{
  width:100%;
}

.page-awards .index-list-content article{
  border-bottom:none;
}

.page-awards .sidebar-content .sidebar-section-top-track{
  flex:1;
}

.page-awards .most-popular.index-module header:after,.page-awards .most-popular.index-module header:before{
  content:"🏆";
}

body.author .content-section{
  display:flex;
}

body.author .page-header{
  position:relative;
  font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
  overflow:hidden;
}

body.author .page-header:before{
  content:" ";
  display:block;
  top:0;
  left:0;
  right:0;
  bottom:0;
  position:absolute;
  background-image:linear-gradient(180deg, transparent, rgba(0, 0, 0, .5));
}

body.author .page-header .author-details{
  position:absolute;
  bottom:0;
  color:#fff;
  width:100%;
}

body.author .page-header .author-details .author-bio{
  width:616px;
  margin:13px;
}

body.author .page-header .author-details .author-bio .author-bio-label{
  font-size:15px;
  line-height:18px;
  text-transform:uppercase;
  color:hsla(0, 0%, 100%, .6);
}

body.author .page-header .author-details .author-bio .author-bio-content{
  font-size:21px;
  line-height:25px;
}

body.author .page-header .author-details ul{
  list-style-type:none;
  display:flex;
  border-top:1px solid hsla(0, 0%, 100%, .2);
  margin:0;
  width:100%;
}

body.author .page-header .author-details li{
  display:inline-block;
  flex:1;
  border-left:1px solid hsla(0, 0%, 100%, .2);
}

body.author .page-header .author-details li:first-child{
  border-left:none;
}

body.author .page-header .author-details li span{
  display:block;
}

body.author .page-header .author-details li.author-attribute-fixed-width{
  width:160px;
}

body.author .page-header .author-details li .author-attribute-label,body.author .page-header .author-details li .author-attribute-value,body.author .page-header .author-details li .author-channel-badge{
  text-align:center;
  text-transform:uppercase;
}

body.author .page-header .author-details li .author-attribute-value,body.author .page-header .author-details li.author-contact span:first-child,body.author .page-header .author-details li .author-display-name{
  padding-top:12px;
}

body.author .page-header .author-details li .author-attribute-label,body.author .page-header .author-details li.author-contact span:last-child{
  padding-bottom:12px;
}

body.author .page-header .author-details li .author-attribute-label{
  font-size:13px;
  line-height:24px;
  letter-spacing:2px;
  color:hsla(0, 0%, 100%, .6);
}

body.author .page-header .author-details li .author-attribute-value{
  font-size:24px;
  line-height:28px;
  letter-spacing:.8px;
}

body.author .page-header .author-details li.author-contact,body.author .page-header .author-details li.author-name{
  padding-left:15px;
  padding-right:15px;
}

body.author .page-header .author-details li .author-display-name{
  font-size:20px;
  line-height:24px;
  color:inherit;
}

body.author .page-header .author-details li .author-title{
  font-size:15px;
  line-height:27px;
  color:hsla(0, 0%, 100%, .6);
  top:2px;
  position:relative;
  margin-bottom:9px;
}

body.author .page-header .author-details li.author-contact{
  font-size:16px;
  line-height:24px;
}

body.author .page-header .author-details li.author-contact a{
  color:#fff;
}

body.author .page-header .author-details li.author-contact .author-twitter img{
  margin-top:-3px;
  margin-right:9px;
}

body.author .page-header .author-details li.author-contact .author-email img{
  margin-top:-1px;
  margin-right:11px;
}

body.author .page-header .author-details li.author-contact span:nth-child(2){
  top:2px;
  position:relative;
}

body.author .page-header .author-details li.author-channel .author-attribute-label{
  line-height:16px;
  top:5px;
  position:relative;
}

body.author .page-header .author-details li .author-channel-badge{
  font-size:15px;
  letter-spacing:2px;
  font-weight:500;
  line-height:18px;
  padding-top:11px;
  padding-bottom:11px;
  margin-bottom:5px;
}

body.author .main-content{
  flex:1;
}

body.author .sidebar-content{
  width:20rem;
  position:relative;
}

body.author .sidebar-content .sidebar-section-top-track{
  flex:1;
}

body.author .index-list-content article:last-child{
  margin-bottom:0;
  padding-bottom:0;
}

body.author .index-list-content .featured-image img{
  border-radius:2px;
  border:1px solid rgba(0, 0, 0, .1);
}

body.author .most-popular.index-module article span.avatar{
  display:none;
}

body.author .most-popular.index-module article span.text{
  width:226px;
}

body.term-cache .content-section-featured-wrap,body.term-cache .featured-section-heading-wrap{
  background-color:#252525;
}

body.term-cache .content-section-featured-wrap{
  background-image:linear-gradient(0deg, #000, #252525 39%);
}

body.term-cache h1,body.term-cache h2,body.term-cache h3,body.term-cache h4,body.term-cache h5,body.term-cache h6{
  color:#333;
}

body.term-cache .site-content{
  margin-top:0;
}

body.term-cache .featured-section-heading-wrap{
  padding-top:1.25rem;
  position:relative;
  z-index:2;
}

body.term-cache .featured-section-heading-wrap .section-heading{
  letter-spacing:2.79px;
}

body.term-cache .content-section-featured-wrap{
  box-shadow:0 2px 10px 0 rgba(0, 0, 0, .5);
  position:relative;
  margin-bottom:17px;
}

body.term-cache .content-section-featured-wrap:before{
  content:" ";
  height:10px;
  color:#252525;
  display:block;
  left:0;
  right:0;
  position:absolute;
  top:-10px;
}

body.term-cache .content-section-featured{
  margin-top:0;
  margin-bottom:0;
  padding-top:20px;
  padding-bottom:35px;
  position:relative;
}

body.term-cache .content-section-featured .headline-overlay-gradient:before{
  display:none;
}

body.term-cache .content-section-featured .latest-featured-primary .featured-image a:before{
  background-image:linear-gradient(0deg, #000 14%, hsla(0, 0%, 100%, 0) 39%);
  opacity:.5;
  display:block;
  content:" ";
  top:-1px;
  left:-1px;
  right:-1px;
  bottom:-1px;
  position:absolute;
  z-index:1;
}

body.term-cache .content-section-featured .latest-featured-primary .inner{
  background-color:rgba(37, 37, 37, .75);
  z-index:2;
  position:absolute;
  width:578px;
  left:24px;
  top:50%;
  bottom:auto;
  padding:18px 24px 40px;
}

body.term-cache .content-section-featured .latest-featured-primary .inner .entry-title{
  margin-top:22px;
  font-size:26px;
  line-height:32px;
}

body.term-cache .content-section-featured .latest-featured-primary .inner .entry-title a{
  display:block;
  color:#fff;
  font-weight:700;
}

body.term-cache .content-section-featured .latest-featured-primary .inner .index-entry-meta-top{
  font-size:14px;
}

body.term-cache .content-section-featured .latest-featured-primary .inner .index-entry-meta-top .primary-category{
  color:inherit;
}

body.term-cache .content-section-featured .latest-featured-primary .inner .index-entry-meta-top .date{
  color:#fff;
  font-weight:400;
}

body.term-cache .content-section-featured .latest-featured-bar{
  position:absolute;
  bottom:24px;
  left:10px;
  right:10px;
  height:100px;
  display:flex;
  z-index:3;
}

body.term-cache .content-section-featured .latest-featured-bar article{
  flex:1;
  border-left:1px solid #c4cacc;
  padding-left:24px;
  padding-right:24px;
  height:100px;
}

body.term-cache .content-section-featured .latest-featured-bar article:first-child{
  border-left:none;
}

body.term-cache .content-section-featured .latest-featured-bar article .featured-image{
  float:left;
  position:relative;
}

body.term-cache .content-section-featured .latest-featured-bar article .featured-image a:before{
  background-image:linear-gradient(0deg, #c9a237, transparent);
  opacity:.25;
  content:" ";
  display:block;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border-radius:35px;
}

body.term-cache .content-section-featured .latest-featured-bar article .featured-image img{
  border-radius:42px;
  height:84px;
  width:84px;
}

body.term-cache .content-section-featured .latest-featured-bar article .inner{
  margin-left:95px;
}

body.term-cache .content-section-featured .latest-featured-bar article .index-entry-meta-top{
  font-size:12px;
}

body.term-cache .content-section-featured .latest-featured-bar article .index-entry-meta-top .primary-category{
  font-weight:500;
}

body.term-cache .content-section-featured .latest-featured-bar article .index-entry-meta-top .date{
  display:none;
}

body.term-cache .content-section-featured .latest-featured-bar article h3{
  font-size:19px;
  line-height:24px;
}

body.term-cache .content-section-featured .latest-featured-bar article h3 a{
  color:#fff;
  font-weight:700;
}

body.term-cache .section-heading{
  border-top:1px solid #464646;
  height:25px;
  overflow-y:hidden;
  border-bottom:none;
}

body.term-cache .section-heading:before{
  display:block;
  content:" ";
  border-top:1px solid #464646;
}

body.term-cache .featured-section-heading-wrap .section-heading{
  border-top-color:#fff;
  color:#fff;
  font-weight:400;
}

body.term-cache .featured-section-heading-wrap .section-heading:before{
  border-top-color:#fff;
}

body.term-cache .site-content .content-section-1{
  margin-top:15px;
}

body.term-cache .section-primary-column article .author a,body.term-cache .section-secondary-column article .author a{
  color:#c9a237;
}

body.term-cache .section-primary-column .index-entry-meta-top,body.term-cache .section-secondary-column .index-entry-meta-top{
  font-weight:500;
}

body.index-classic .content-section{
  display:flex;
}

body.index-classic .main-content{
  flex:1;
}

body.index-classic .sidebar-content{
  width:20rem;
  position:relative;
}

body.index-classic .index-list-content article:last-child{
  margin-bottom:0;
  padding-bottom:0;
}

body.index-classic .index-list-content .featured-image img{
  border-radius:2px;
  border:1px solid rgba(0, 0, 0, .1);
}

.content-section.content-section-featured,body.archive .content-section.content-section-featured,body.home .content-section.content-section-featured{
  display:block;
}

.content-section.content-section-featured a{
  color:#212121;
}

.content-section.content-section-featured .latest-center-column,.content-section.content-section-featured .latest-left-column,.content-section.content-section-featured .latest-right-column{
  padding-left:.625rem;
  padding-right:.625rem;
}

.content-section.content-section-featured .latest-left-column{
  float:left;
  width:318px;
  padding-right:.4rem;
}

.content-section.content-section-featured .latest-left-column .headline-overlay-gradient{
  margin-bottom:.7rem;
}

.content-section.content-section-featured .latest-left-column .headline-overlay-gradient .inner .entry-title{
  font-size:16px;
  line-height:24px;
  position:absolute;
  bottom:0;
  left:0;
  z-index:3;
  margin-left:16px;
  margin-right:16px;
  margin-bottom:12px;
}

.content-section.content-section-featured .latest-left-column .headline-overlay-gradient .inner .index-entry-meta-top{
  position:absolute;
  top:0;
  left:0;
  z-index:3;
  margin-top:12px;
  margin-left:16px;
  margin-right:16px;
}

.content-section.content-section-featured .latest-left-column .headline-overlay-gradient .inner .index-entry-meta-top .primary-category{
  font-size:10px;
  line-height:10px;
  padding:4px 5px 4px 6px;
  font-weight:400;
}

.content-section.content-section-featured .latest-left-column .headline-overlay-gradient .inner .index-entry-meta-top .date{
  display:none;
}

.content-section.content-section-featured .latest-left-column .headline-overlay-gradient .featured-image img{
  transform:scale(1.1);
}

.content-section.content-section-featured .latest-center-column{
  padding-left:.2rem;
  padding-right:.2rem;
  position:relative;
  flex:1;
  margin-left:311.6px;
  margin-right:309.6px;
}

.content-section.content-section-featured .latest-center-column .headline-overlay-gradient{
  height:598px;
}

.content-section.content-section-featured .latest-center-column .headline-overlay-gradient .featured-image img{
  max-width:none;
  transform:scale(1.1);
}

.content-section.content-section-featured .latest-center-column .headline-overlay-gradient .inner{
  margin:26px;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  top:auto;
  z-index:2;
}

.content-section.content-section-featured .latest-center-column .headline-overlay-gradient .inner .entry-title{
  font-size:24px;
  line-height:31px;
}

.content-section.content-section-featured .latest-center-column .index-entry-meta-top{
  font-size:13px;
  line-height:19px;
  letter-spacing:2.03px;
  margin-bottom:25px;
}

.content-section.content-section-featured .latest-center-column .index-entry-meta-top .primary-category{
  font-size:15px;
  line-height:15px;
  padding:5px 6px 5px 7px;
  margin-top:0;
  margin-bottom:0;
}

.content-section.content-section-featured .latest-center-column .index-entry-meta-top .date{
  margin-top:2px;
  color:#fff;
  font-size:14px;
}

.content-section.content-section-featured .headline-overlay-gradient{
  position:relative;
  overflow:hidden;
}

.content-section.content-section-featured .headline-overlay-gradient:before{
  background:linear-gradient(180deg, rgba(255, 116, 0, 0) 21%, rgba(0, 0, 0, .14) 44%, rgba(0, 0, 0, .9));
  content:" ";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index:1;
}

.content-section.content-section-featured .headline-overlay-gradient .featured-image img{
  transform:scale(1.1);
}

.content-section.content-section-featured .headline-overlay-gradient:hover .featured-image a:after{
  position:absolute;
  content:" ";
  background-color:rgba(0, 0, 0, .15);
  top:0;
  bottom:0;
  left:0;
  right:0;
  display:block;
  background-color:rgba(0, 0, 0, .05);
  z-index:2;
}

.content-section.content-section-featured .headline-overlay-gradient .index-entry-meta-top .primary-category{
  display:inline-block;
  color:#fff;
  font-weight:500;
}

.content-section.content-section-featured .headline-overlay-gradient .entry-title{
  margin:0;
}

.content-section.content-section-featured .headline-overlay-gradient .entry-title a{
  color:#fff;
  display:block;
}

.content-section.content-section-featured .headline-overlay-gradient.channel-tech .primary-category{
  background-color:#0084ff;
}

.content-section.content-section-featured .headline-overlay-gradient.channel-entertainment .primary-category{
  background-color:#a058c1;
}

.content-section.content-section-featured .headline-overlay-gradient.channel-business .primary-category{
  background-color:#7bbd3d;
}

.content-section.content-section-featured .headline-overlay-gradient.channel-science .primary-category{
  background-color:#ff7400;
}

.content-section.content-section-featured .headline-overlay-gradient.channel-deals .primary-category{
  background-color:#fcc500;
}

.content-section.content-section-featured .headline-overlay-gradient.channel-politics .primary-category{
  background-color:#f43b14;
}

.content-section.content-section-featured .headline-overlay-gradient.channel-lifestyle .primary-category{
  background-color:#fcc500;
}

.content-section.content-section-featured .latest-right-column{
  float:right;
  width:316px;
  padding-left:.4rem;
}

.content-section.content-section-featured .latest-right-column .trending{
  height:598px;
  overflow-y:hidden;
  display:flex;
  flex-direction:column;
}

.content-section.content-section-featured .latest-right-column .trending ol{
  display:flex;
  flex-direction:column;
  flex-grow:1;
}

.content-section.content-section-featured .latest-right-column .trending li{
  flex-grow:1;
  display:flex;
}

.content-section.content-section-featured .js-headline-testing-preload{
  min-height:160px;
  background-color:#e5e5e5;
}

.content-section.content-section-featured .js-headline-testing-preload .index-entry-meta-top{
  background-color:#c4cacc;
  min-height:19px;
  min-width:64px;
}

.channel-break{
  background-color:#0084ff;
  border-radius:2px;
  background-size:cover;
  position:relative;
}

.channel-break:before{
  content:" ";
  display:block;
  top:0;
  left:0;
  right:0;
  bottom:0;
  position:absolute;
  z-index:1;
  opacity:.9;
}

.channel-break header{
  text-transform:uppercase;
  text-align:center;
  position:relative;
  z-index:2;
}

.channel-break header h2 a{
  display:block;
  padding-top:40px;
  padding-bottom:40px;
  font-weight:700;
  font-size:36px;
  line-height:44px;
  letter-spacing:3.6px;
}

.channel-break h3{
  font-size:20px;
  line-height:24px;
  font-weight:600;
}

.channel-break a{
  color:#fff;
}

.channel-break .channel-break-content{
  display:flex;
  padding-bottom:40px;
  padding-left:10px;
  padding-right:10px;
  max-width:76.25rem;
  width:100%;
  margin-left:auto;
  margin-right:auto;
  justify-content:space-between;
}

.channel-break.channel-tech{
  background-image:url(../images/featured-channel-tech-desktop.jpg);
}

.channel-break.channel-tech:before{
  background-color:#0084ff;
}

.channel-break.channel-entertainment{
  background-image:url(../images/featured-channel-entertainment-desktop.jpg);
}

.channel-break.channel-entertainment:before{
  background-color:#a058c1;
}

.channel-break.channel-deals{
  background-image:url(../images/featured-channel-deals-desktop.jpg);
}

.channel-break.channel-deals:before{
  background-color:#fcc500;
}

.channel-break.channel-science{
  background-image:url(../images/featured-channel-science-desktop.jpg);
}

.channel-break.channel-science:before{
  background-color:#ff7400;
}

.channel-break.channel-business{
  background-image:url(../images/featured-channel-business-desktop.jpg);
}

.channel-break.channel-business:before{
  background-color:#7bbd3d;
}

.channel-break.channel-politics{
  background-image:url(../images/featured-channel-politics-desktop.jpg);
}

.channel-break.channel-politics:before{
  background-color:#f43b14;
}

.channel-break.bgr-recommended{
  background-image:url(../images/featured-channel-tech-desktop.jpg);
}

.channel-break.bgr-recommended:before{
  background-color:#a058c1;
}

body.single-post-deals .channel-break.bgr-recommended{
  background-image:url(../images/featured-channel-deals-desktop.jpg);
}

body.single-post-deals .channel-break.bgr-recommended:before{
  opacity:.95;
  background-color:#fcc500;
}

body.bgr-is-cache .channel-break.bgr-recommended{
  background-image:url(../images/featured-channel-cars-desktop.jpg);
}

body.bgr-is-cache .channel-break.bgr-recommended:before{
  background-color:#252525;
}

.channel-break.channel-cars{
  background-image:url(../images/featured-channel-cars-desktop.jpg);
}

.channel-break.channel-cars:before{
  background-color:#252525;
}

.channel-break.channel-wine{
  background-image:url(../images/featured-channel-wine-desktop.jpg);
}

.channel-break.channel-wine:before{
  background-color:#252525;
}

.channel-break.channel-travel{
  background-image:url(../images/featured-channel-travel-desktop.jpg);
}

.channel-break.channel-travel:before{
  background-color:#252525;
}

.channel-break.channel-cars:before,.channel-break.channel-travel:before,.channel-break.channel-wine:before{
  opacity:.65;
}

.channel-break.channel-cars .channel-break-content,.channel-break.channel-travel .channel-break-content,.channel-break.channel-wine .channel-break-content{
  padding-bottom:16px;
}

.channel-break.channel-cars .featured-image a:before,.channel-break.channel-travel .featured-image a:before,.channel-break.channel-wine .featured-image a:before{
  background-image:linear-gradient(0deg, #b9b9b9, #c9a237);
  opacity:.15;
}

.channel-break.channel-bgr-deals:before,.channel-break.channel-blackfriday:before{
  background-color:#000;
  opacity:1;
}

.channel-break.channel-bgr-deals h2 a,.channel-break.channel-blackfriday h2 a{
  color:#f2de02;
}

.channel-break article{
  width:33.33%;
  width:33.33333%;
  max-width:360px;
  float:left;
  position:relative;
  z-index:2;
}

.channel-break article h3{
  font-size:19px;
  line-height:23px;
}

.channel-break article h3 a.channel-color-text-hover:active,.channel-break article h3 a.channel-color-text-hover:focus,.channel-break article h3 a.channel-color-text-hover:hover{
  color:#fff;
}

.channel-break article .inner{
  padding-bottom:2rem;
}

.channel-break article .index-entry-meta{
  color:hsla(0, 0%, 100%, .5);
  position:absolute;
  left:0;
  right:0;
  font-size:14px;
  line-height:17px;
  color:#fff;
  bottom:1rem;
}

.channel-break article .index-entry-meta .date{
  font-size:13px;
  line-height:16px;
}

.channel-break article .featured-image{
  margin-bottom:.75rem;
}

.channel-break article .featured-image a{
  position:relative;
  overflow:hidden;
  display:block;
}

.channel-break article .featured-image a:before{
  content:" ";
  display:block;
  top:0;
  left:0;
  right:0;
  bottom:0;
  position:absolute;
  z-index:3;
  opacity:.15;
}

.channel-break article .featured-image a:hover:after{
  position:absolute;
  content:" ";
  background-color:rgba(0, 0, 0, .15);
  top:0;
  bottom:0;
  left:0;
  right:0;
  display:block;
  z-index:4;
}

.channel-break article:first-child .featured-image a:before{
  width:300%;
  left:0;
}

.channel-break article:nth-child(2) .featured-image a:before{
  width:300%;
  left:-100%;
}

.channel-break article:nth-child(3) .featured-image a:before{
  width:300%;
  left:-200%;
}

body.single-post-cache .channel-break .index-entry-meta,body.term-cache .channel-break .index-entry-meta{
  color:#bfbfbf;
}

.index-list-content article{
  border-bottom:1px solid #f0f0f0;
  padding-bottom:1rem;
  margin-bottom:1rem;
}

.index-list-content article:last-child{
  border-bottom:none;
}

.index-list-content article .featured-image{
  float:right;
  margin-left:14 px;
}

.index-list-content article .index-entry-meta,.index-list-content article .primary-category{
  margin-bottom:.625rem;
}

.index-list-content article .entry-content p{
  margin-bottom:0;
}

.index-list-content article:after{
  display:block;
  content:" ";
  clear:both;
}

.index-grid-highlights.index-module{
  background-color:#f9f9f9;
  border:1px solid #e5e5e5;
  border-radius:2px;
}

.index-grid-highlights.index-module header{
  position:relative;
  padding:16px 12px;
}

.index-grid-highlights.index-module header:after,.index-grid-highlights.index-module header:before{
  position:absolute;
  display:block;
  top:50%;
  margin-top:-.7rem;
  font-size:1rem;
  line-height:1.4rem;
  width:24px;
}

.index-grid-highlights.index-module header:before{
  left:11px;
}

.index-grid-highlights.index-module header:after{
  right:12px;
}

.index-grid-highlights.index-module header h3.index-module-title{
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:15px;
  font-weight:500;
  margin:0;
  background-clip:text;
  -webkit-background-clip:text;
  text-fill-color:transparent;
  -webkit-text-fill-color:transparent;
}

.index-grid-highlights.index-module article{
  overflow:hidden;
  position:relative;
  margin-left:-1px;
  margin-right:-1px;
}

.index-grid-highlights.index-module article span.text{
  font-family:Apple SD Gothic NEO,Calibri,sans-serif;
  font-weight:700;
}

.index-grid-highlights.index-module article a{
  display:inline-block;
}

.index-grid-highlights.index-module article a span.color-gradient{
  content:" ";
  display:block;
  top:0;
  left:0;
  right:0;
  bottom:0;
  position:absolute;
}

.index-grid-highlights.index-module article a.color-gradient-blue span.color-gradient{
  background-image:linear-gradient(135deg, #1e61ee, #1ce3ff);
}

.index-grid-highlights.index-module article a.color-gradient-pink span.color-gradient{
  background-image:linear-gradient(135deg, #fc2a19, #fc5fa6);
}

.index-grid-highlights.index-module article a.color-gradient-purple span.color-gradient{
  background-image:linear-gradient(135deg, #3023ae, #c96dd8);
}

.index-grid-highlights.index-module article a.color-gradient-green span.color-gradient{
  background-image:linear-gradient(135deg, #429321, #b4ed50);
}

.index-grid-highlights.index-module article a.color-gradient-orange span.color-gradient{
  background-image:linear-gradient(135deg, #fa661e, #fea700);
}

.picked-for-you.index-module header:after,.picked-for-you.index-module header:before{
  content:"💯";
}

.picked-for-you.index-module header h3.index-module-title{
  background-image:linear-gradient(-45deg, #fc2a19, #fc5fa6);
}

.picked-for-you.index-module article a span.color-gradient{
  opacity:.8;
}

.picked-for-you.index-module article a.color-gradient-blue span.text{
  color:#1da2f7;
}

.picked-for-you.index-module article a.color-gradient-pink span.text{
  color:#fc4663;
}

.picked-for-you.index-module article a.color-gradient-purple span.text{
  color:#7d48c3;
}

.picked-for-you.index-module article a.color-gradient-green span.text{
  color:#96ab38;
}

.picked-for-you.index-module article a.color-gradient-orange span.text{
  color:#fc870f;
}

.picked-for-you.index-module article a span.emoji{
  position:absolute;
  font-size:64px;
  top:12px;
  left:50%;
  margin-left:-2.3rem;
  z-index:3;
}

.picked-for-you.index-module article a span.outer{
  position:absolute;
  bottom:19px;
  left:12px;
  right:20px;
  font-size:16px;
  line-height:24px;
  display:inline-block;
  font-weight:500;
}

.picked-for-you.index-module article a span.inner{
  background-color:#fff;
  padding:5px 8px 5px 5px;
  box-decoration-break:clone;
}

.picked-for-you.index-module article a span.text{
  opacity:.8;
}

.picked-for-you.index-module article a:hover span.color-gradient:after{
  position:absolute;
  content:" ";
  background-color:rgba(0, 0, 0, .15);
  top:0;
  bottom:0;
  left:0;
  right:0;
  display:block;
  z-index:2;
}

.most-popular.index-module{
  margin-bottom:1rem;
}

.most-popular.index-module header:after,.most-popular.index-module header:before{
  content:"🔥";
}

.most-popular.index-module header h3.index-module-title{
  background-image:linear-gradient(135deg, #fbda61, #f76b1c);
}

.most-popular.index-module article{
  min-height:114px;
}

.most-popular.index-module article span.color-gradient{
  opacity:.93;
}

.most-popular.index-module article span.avatar,.most-popular.index-module article span.number,.most-popular.index-module article span.text{
  z-index:1;
  position:absolute;
  color:#fff;
  transform:translateY(-50%);
  top:50%;
}

.most-popular.index-module article span.number{
  font-size:32px;
  left:16px;
  text-align:center;
}

.most-popular.index-module article span.avatar{
  right:16px;
}

.most-popular.index-module article span.avatar img{
  border-radius:20px;
  border:3px solid #fff;
}

.most-popular.index-module article span.text{
  left:48px;
  font-size:14px;
  line-height:21px;
  width:156px;
  font-size:15px;
  font-weight:500;
}

@media only screen and (min-width:64.0625em){
  .most-popular.index-module article span.text{
    width:225px;
  }
}

.most-popular.index-module article:hover span.color-gradient:after{
  position:absolute;
  content:" ";
  background-color:rgba(0, 0, 0, .15);
  top:0;
  bottom:0;
  left:0;
  right:0;
  display:block;
  z-index:2;
}

.site-footer{
  background-color:#000;
  padding-top:1.25rem;
  padding-bottom:1.25rem;
  overflow-y:hidden;
}

body.bgr-is-cache .site-footer{
  border-top:4px solid #c9a237;
}

.site-footer .links{
  padding-bottom:1.25rem;
  border-bottom:1px solid hsla(0, 0%, 100%, .15);
  margin-bottom:.75rem;
}

.site-footer .links>.row{
  display:flex;
  padding-left:10px;
  padding-right:10px;
}

.site-footer .links .contact-links{
  float:left;
  flex:1;
}

.site-footer .links .ad{
  float:right;
  width:728px;
  margin-left:.4rem;
}

@media only screen and (min-width:64.0625em){
  .site-footer .links .ad{
    margin-left:.75rem;
  }
}

.site-footer .links ul{
  margin:0;
  list-style-type:none;
  display:flex;
}

.site-footer .links ul:first-child{
  margin-bottom:.75rem;
}

.site-footer .links ul:first-child li a{
  background-color:#3023ae;
  line-height:2.5rem;
  font-weight:500;
}

.site-footer .links ul:last-child li a{
  background-color:#ff5e3a;
}

.site-footer .links li{
  display:inline-block;
  text-align:center;
  flex:1;
  margin-left:.2rem;
  margin-right:.2rem;
}

@media only screen and (min-width:64.0625em){
  .site-footer .links li{
    margin-left:.375rem;
    margin-right:.375rem;
  }
}

.site-footer .links li:first-child{
  margin-left:0;
}

.site-footer .links li:last-child{
  margin-right:0;
}

.site-footer .links li a{
  font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
  display:inline-block;
  color:#fff;
  font-size:.8125rem;
  text-transform:uppercase;
  width:100%;
  height:2.4375rem;
  border-radius:2px;
  letter-spacing:.46px;
  line-height:2.4rem;
}

.site-footer .links li a.button-advertise{
  background:linear-gradient(90deg, #2f18b1, #532dba);
}

body.bgr-is-cache .site-footer .links li a.button-advertise{
  background:linear-gradient(90deg, #454545, #414141);
}

.site-footer .links li a.button-about{
  background:linear-gradient(90deg, #572fbb, #7a41c5);
}

body.bgr-is-cache .site-footer .links li a.button-about{
  background:linear-gradient(90deg, #404040, #333);
}

.site-footer .links li a.button-contact{
  background:linear-gradient(90deg, #7e44c6, #a054cf);
}

body.bgr-is-cache .site-footer .links li a.button-contact{
  background:linear-gradient(90deg, #313131, #252525);
}

.site-footer .links li a.button-facebook{
  background:linear-gradient(90deg, #ff2566, #ff325a);
}

body.bgr-is-cache .site-footer .links li a.button-facebook{
  background:#c9a237;
}

.site-footer .links li a.button-twitter{
  background:linear-gradient(90deg, #ff3358, #ff404c);
}

body.bgr-is-cache .site-footer .links li a.button-twitter{
  background:#c9a237;
}

.site-footer .links li a.button-feed{
  background:linear-gradient(90deg, #ff434c, #ff4e3e);
}

body.bgr-is-cache .site-footer .links li a.button-feed,body.bgr-is-cache .site-footer .links li a.button-instagram{
  background:#c9a237;
}

.site-footer .pmc-logos{
  padding:1rem 10px;
}

.site-footer .pmc-logos ul{
  margin:0;
  list-style-type:none;
  text-align:center;
}

.site-footer .pmc-logos li{
  width:13.5%;
  display:inline-block;
  height:4.125rem;
  position:relative;
}

.site-footer .pmc-logos li a{
  display:block;
}

.site-footer .pmc-logos li:first-child{
  width:10%;
  text-align:left;
}

.site-footer .pmc-logos li:last-child{
  width:5%;
  text-align:right;
}

.site-footer .copy{
  text-align:center;
  color:#abb3b3;
}

.site-footer .copy p{
  margin-bottom:0;
  font-size:.8125rem;
  line-height:1.25rem;
  letter-spacing:.1px;
}

.site-footer .copy a,.site-footer .copy p:last-child{
  color:#656565;
}

.site-footer .copy a:after{
  padding-right:9px;
  margin-right:3px;
  border-right:1px solid #abb3b3;
  content:"";
  display:inline;
}

.site-footer .copy a:last-child:after{
  border-right:none;
}
