.container-row {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}

.container-row.smaller-row {
  max-width: 800px;
}

.container-biggest,
.container-smallest {
  display: inline-block;
  font-size: 15px;
  padding: 50px 50px 50px 0;
  vertical-align: top;
}

.container-biggest {
  width: 70%;
  padding-bottom: 300px;
}

.container-smallest {
  width: 30%;
  padding-right: 0;
  padding-bottom: 20px;
}

.privacy-approve-wrapper {
  display: flex;
}

.privacy-approve-wrapper label {
  font-weight: 400;
}

.privacy-approve-wrapper a {
  color: #2ca4af;
}

#pricacyApproval {
  float: left;
  margin-right: 10px;
}

.g-recaptcha {
  margin-top: 20px;
}

/* 
  Split view
*/

.split-view-block {
  display: inline-block;
  margin: 40px 30px;
  max-width: 380px;
  width: 100%;
  padding: 30px 20px;
  min-height: 380px;
  height: 100%;
  vertical-align: top;
  border-radius: 12px;
  position: relative;
  box-shadow: 1px 1px 4px 4px #232323;
}

.split-view-block .button {
  font-family: 'Lexend Deca';
  background-color: #2e6771;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 12px !important;
  box-sizing: border-box;
  font-weight: 400;
  -webkit-text-stroke: 0.5px;
  -webkit-appearance: none;
  padding: 7px 10px;
  user-select: none;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
}

.split-view-block .button.login {
  margin-top: 8px;
  color: #000;
  background-color: #f5f6fa;
  font-size: 15px;
}

.split-view-block .button.login span.small {
  font-size: 13px;
  margin-bottom: 4px;
}

.split-view-block .button.login span {
  font-size: 16px;
}

.split-view-block img {
  width: 310px;
}

.split-view-block.riverguide-recreant {
  background: #2a2a2a;
  color: #fff;
  font-family: 'Lexend Deca', sans-serif;
}

.riverguide-recreant img {
  margin-top: 23.32px;
}

.split-view-block .button {
  min-width: 280px;
  padding: 0.4em 1em 0.7em;
  border-radius: 100px;
}

.split-view-block .recreant .button {
  min-width: 0;
  width: 130px;
  margin: 11.11px 5px;
  padding: 0.6em 1em 0.7em;
  border-radius: 100px;
  font-family: 'Lexend Deca', sans-serif;
}

.split-view-block .button span {
  display: block;
  font-size: 0.7em;
  line-height: 100%;
}

.split-view-block .recreant .button span {
  display: inline-block;
}

#banner {
  position: relative;
}

.all-partners {
  background: #fff;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.all-partners img {
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
}

.read-more {
  position: absolute;
  width: 100%;
  cursor: pointer;
  bottom: -40px;
  left: 0;
  color: #fff;
}

.read-more i {
  border: 1px solid #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding: 3px;
  margin-right: 10px;
}

.container h1 {
  margin-bottom: 0;
}

.wrapper.extra-padding h1 {
  margin-bottom: 10px;
}

.container .button {
  margin-right: 10px;
}

.wrapper-riverguide,
.wrapper-riverguide h1,
.wrapper-riverguide h3,
.wrapper-riverguide p,
.wrapper-riverguide-recreant,
.wrapper-riverguide-recreant h1,
.wrapper-riverguide-recreant h3,
.wrapper-riverguide-recreant p {
  color: #fff;
}

.wrapper-gray {
  background: #383b43;
}

.wrapper-blue {
  background: #2ca4af;
}

.wrapper-orange {
  background: #e08c1f;
}

.wrapper-light-gray {
  background: #e9e9e9;
}

.wrapper-gray,
.wrapper-gray a,
.wrapper-gray h1,
.wrapper-gray h2,
.wrapper-gray h3,
.wrapper-orange,
.wrapper-orange a,
.wrapper-orange h1,
.wrapper-orange h2,
.wrapper-orange h3,
.wrapper-blue,
.wrapper-blue a,
.wrapper-blue h1,
.wrapper-blue h2,
.wrapper-blue h3 {
  color: #fff;
}

.wrapper-gray a.button {
  color: #333;
}

.wrapper-riverguide,
.wrapper-riverguide-recreant {
  font-size: 0;
}

.wrapper-riverguide {
  background: #2ca4af;
}

.wrapper-riverguide-recreant {
  background: #2e6771;
  font-family: 'Lexend Deca', sans-serif;
}

.functionality-box {
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  /* border-left: solid 4px #fff; */
  margin-bottom: 15px;
  border-radius: 12px;
}

.phones-wrapper {
  width: 95%;
  max-width: 1100px;
  margin: -330px auto 20px;
}

.fa-apple,
.fa-android {
  margin-right: 5px;
}

.phone-screen:first-child {
  margin-right: 15px;
}

.new-features-list img {
  max-width: 300px;
  max-height: 250px;
  float: right;
  margin-left: 20px;
}

.new-features-list img.left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
}

.news-messages a,
.new-features-list li {
  margin-bottom: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
}

.news-messages {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news-messages a {
  width: 48%;
  background: #eee;
}

.news-messages li:after,
.new-features-list li:after {
  content: '';
  display: block;
  clear: both;
}

.news-messages h4 {
  margin-right: 10px;
  margin-bottom: 0;
}

.news-messages div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.new-features-list li h3 {
  margin-bottom: 5px;
}

.riverguide-tutorials {
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap;
}

.riverguide-tutorials > div {
  padding: 10px 0;
  margin-right: 10px;
}

.riverguide-tutorials h4 {
  margin-bottom: 0;
  color: #fff;
}

.feedback-form {
  max-width: 500px;
  width: 100%;
  margin-top: 10px;
}

.feedback-form:after {
  content: '';
  display: block;
  clear: both;
}

.feedback-form input {
  margin-bottom: 10px;
}

.feedback-form input,
.feedback-form textarea {
  display: block;
  width: 100%;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  padding: 6px;
}

.feedback-form textarea {
  height: 100px;
}

.feedback-form .submit-feedback {
  margin-top: 20px;
  width: 150px;
  float: right;
}

.cooperations {
  margin-left: -10px;
  margin-right: -10px;
}

.cooperations li {
  background: #eeeeee;
  display: inline-block;
  margin: 10px;
  padding-left: 20px;
  margin-bottom: 20px;
  max-width: 537px;
  width: 100%;
  border-radius: 12px;
}

.cooperations li > div {
  display: block;
  clear: both;
}

.cooperations li > div:after {
  content: '';
  display: block;
  clear: both;
}

.cooperations h3 {
  display: inline-block;
  margin-top: 58px;
}

.cooperation-image {
  display: inline-block;
  width: 150px;
  float: left;
  margin-right: 20px;
}

.cooperation-text {
  max-width: 750px;
}

.riverguide ul {
  margin-bottom: 5px;
}

.login-link {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.login-link:hover {
  text-decoration: none;
  border-bottom: none;
}

.title-recreant {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7em;
  margin-bottom: 12px;
}

.logo-image.barge {
  height: 70px;
  width: 100%;
  max-width: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/riverguide_barge_new.png');
}

.powered-by {
  border-top: 1px solid #fff;
  margin-top: 40px;
  padding-top: 40px;
}

.disclaimer h3 {
  margin-bottom: 5px;
}

.powered-by .teqplay {
  float: right;
}

.powered-by .teqplay img {
  vertical-align: top;
  margin-left: 10px;
}

.blogpost-example {
  margin: 10px 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 12px;
}

.blogpost-example a {
  color: #2ca4af;
  text-decoration: underline;
}

.blogpost-example ul {
  list-style: circle;
  padding-left: 20px;
}

.blogpost-example:after {
  content: '';
  display: block;
  clear: both;
}

.blogpost-example img {
  float: left;
  margin-right: 20px;
  max-height: 320px;
}

.form-message {
  color: #191939;
  font-weight: 400;
  font-style: italic;
}

.form-message.feedback {
  display: none;
}

.form-message.error {
  display: none;
}

.go-back {
  margin-bottom: 20px;
  display: inline-block;
  font-style: italic;
}

.go-back i {
  margin-left: -5px;
  padding-left: 5px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;

  margin-right: 10px;
}

.go-back:hover i {
  padding-left: 0;
  padding-right: 5px;
}

#error-message,
#error-message a {
  color: #c91818;
  margin-bottom: 10px;
}

.brand {
  margin-top: 10px;
}

.thank-you h3 {
  margin-bottom: 0;
}

#shipType {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
}

.app-radio-select input {
  display: inline-block;
  width: auto;
  margin-bottom: 20px;
}

.label-inland {
  padding-right: 10px;
  margin-right: 10px;
}

.wrapper.youtube-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.youtube-frame {
  width: 100%;
  max-width: 800px;
  min-height: 400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.info-ais {
  margin-top: 16px;
  background-color: #d98c32;
  border-radius: 24px;
  padding: 8px;
  font-size: 14px;
  line-height: 20px;
}

.dropdown {
  position: absolute;
  right: 0px;
  z-index: 1;
  margin: 10px;
}

.dropdown button {
  background-color: #eeeeee;
  color: black;
  min-width: 130px;
  width: max-content;
  height: 40px;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  justify-content: space-evenly;
}

.dropdown button img {
  margin: 0 5px 0 0;
}

.dropdown button span {
  margin-left:10px;
}

.dropdown button img,
.dropdown-content li img {
  width: 28px;
}

.dropdown button,
.dropdown-content li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 500;
}

.dropdown button:hover {
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0px;
  margin-top: 10px;
  padding: 0;
  background-color: #f5f5f5;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
  max-height: 315px;
  text-align: left;
}

.dropdown-content li {
  padding: 12px 16px;
  text-decoration: none;
}

.dropdown-content li img {
  margin-right: 10px;
}

.dropdown-content li:hover {
  background-color: #f1f1f1;
  cursor: pointer;
  color: #2e6771;
  border-radius: 5px;
}

.dropdown:focus-within .dropdown-content {
  display: block;
}

.dropdown-content {
  animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}