body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}

main[role=main] {
  font-size: 17px;
}
a:hover {
  text-decoration: underline;
}
p {
  color: rgb(102, 102, 102);
}

input {
  border-radius: 2px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-top: 50px;
}

footer p, footer li {
  color: #c9dbef;
}

footer-main li:before {
  content: '\000BB';
  margin-left: -20px;
  margin-right: 10px;
}

.vimeo-tablet-wrapper:before {
  background-image: url('../images/rv_style_black_tablet_full.png');
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: -5%;
  bottom: -5%;
  left: -5%;
  right: -6%;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-16by9 {
  padding-top: 56.25%;
}

.embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.wysiwyg .content a {
  color: #2277cc;
}

.wysiwyg .content a.text-white {
  color: #FFFFFF;
}

.wysiwyg h1, .wysiwyg .content h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 18px 0 9px 0;
  font-weight: 500;
  color: #333;
  padding-bottom: 0.5rem;
}

.wysiwyg .content h3, .wysiwyg .content h4 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin: 18px 0 9px 0;
  font-weight: 500;
  color: #333;
  padding-bottom: 0.5rem;
}

.wysiwyg iframe {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

/* .wysiwyg .content ul li {
  padding-left: 15px;
} */

.wysiwyg img {
  margin: 0 auto 1rem;
  background-color: #f9f9f9;
  min-height: 150px;
  font-size: 0.8rem;
}
#resources img {
  min-height: 90px;
}
.wysiwyg img.float-right {
  margin-left: 1em;
}
.wysiwyg img.float-left {
  margin-right: 1em;
}
.wysiwyg img.fr-fic {
  margin-top: 1.2rem;
}
.comment-avatar img {
  width: 50px;
  height: 50px;
  min-height: 50px;
  border-radius: 50%;
}
/* .wysiwyg img.p-0 {
  padding: 0;
}

.wysiwyg img.mr-4 {
  margin-right: 1rem;
}

.wysiwyg img.fr-fil {
  float: left;
}

.wysiwyg img.fr-fir {
  float: right;
} */

/* .wysiwyg .content ul li::before {
  content: '\000BB';
  position: relative;
  left: -10px;
  top: -2px;
} */

.wysiwyg .content .text-blue-default {
  color: rgba(42,67,101) !important;
}

.wysiwyg .content .text-blue-dark {
  color: rgb(38, 70, 121) !important;
}
.wysiwyg ul {
  list-style-type: disc;
  padding-left: 1rem;
}
.comments ul {
  list-style: none;
}

.blog-post .content p:first-child {
  font-size: 1.5rem;
}

.blog-post .content p:first-child, .blog-post .content p, .wysiwyg .content p, #layout-content p{
  line-height: 1.5;
  padding-bottom: 1.5rem;
}

.formatted-text td, .formatted-text th {
  padding: 3px;
}

.formatted-text table {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.formatted-text table th:first-child {
  font-size: 1.5rem;
  text-align: left;;
}

.formatted-text table td {
  padding-right: 1.5rem;
  padding-bottom: 1rem;
}

[x-cloak] {
  display: none !important;
}

.pagination li.active>a {
  border-bottom: solid 2px gray;
}
.bg-blue-light {
  background-color: #c9dbef;
}
.blue-triangle:before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  content: '';
  display: block;
  height: 0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  width: 0;
}

.blue-triangle:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: '';
  display: block;
  height: 0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  width: 0;
  border-top: 8px solid #c9dbef;
}

nav button::before {
  -webkit-transition: width .3s linear;
  -moz-transition: width .3s linear;
  -ms-transition: width .3s linear;
  -o-transition: width .3s linear;
  transition: width .3s linear;
  background: rgba(255,255,255,0.5);
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 95%;
  width: 0;
}

nav button:hover::before {
  width: 100%;
}

.bg-burgandy {
  background-color: rgba(193,66,41, 1);
}

.trip-table {
  background-color: #DCDEE1;
  height: 400px;
}
.checkbox-label:hover input~.checkmark {
  background-color:#454545
}
.checkbox-label input:checked~.checkmark {
  background-color:#454545
}
.checkmark:after {
  content:"";
  position:absolute;
  display:none
}
.checkbox-label input:checked~.checkmark:after {
  display:block
}
.checkbox-label .checkmark:after {
  left:7px;
  top:3px;
  width:6px;
  height:12px;
  border:solid #fff;
  border-width:0 2px 2px 0;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg)
}
[type=radio]:checked,
[type=radio]:not(:checked) {
  position:absolute;
  left:-9999px
}
[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
  position:relative;
  padding-left:30px;
  cursor:pointer;
  line-height:20px;
  display:inline-block
}
[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:20px;
  height:20px;
  border:1px solid #d9e3f0;
  border-radius:100%;
  background:#fff
}
[type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
  content:"";
  width:10px;
  height:10px;
  background:#fd8e50;
  position:absolute;
  top:5px;
  left:5px;
  border-radius:100%;
  -webkit-transition:all .2s ease;
  transition:all .2s ease
}
[type=radio]:not(:checked)+label:after {
  opacity:0;
  -webkit-transform:scale(0);
  transform:scale(0)
}
[type=radio]:checked+label:after {
  opacity:1;
  -webkit-transform:scale(1);
  transform:scale(1)
}
.text-green {
  color: limegreen;
}
.disabled {
  pointer-events: none;
  filter: none;
  opacity: .4;
}
#wnQqcApp [type="radio"]:checked + label::before, #wnQqcApp [type="radio"]:not(:checked) + label::before,
#wnQqcApp [type="radio"]:checked + label::after, #wnQqcApp [type="radio"]:not(:checked) + label::after,
#wnQqcApp [type="radio"]:checked + label::after {
  display: none !important;
}
.content.formatted-text.space-y-4 > h2,
.content.formatted-text.space-y-4 > h3,
.content.formatted-text.space-y-4 > h4 {
  padding: 1rem 0;
}
.content.formatted-text.space-y-4 .wysiwyg img,
.content.formatted-text.space-y-4 img {
  width: 800px !important;
}
@media (min-width: 768px) {
  .banner-height {
    height: 450px;
  }
  .trip-table {
    height: 800px;
  }
}