
.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: 2px;
  position: relative;
  box-shadow: 1px 1px 4px 4px #232323;
}

  .split-view-block.riverguide {
    background: #2CA4AF;
  }

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

  .split-view-block.riverguide-recreant {
    background: #2e6771;
    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: 1100px;
  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;
}

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

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

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

.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);
}


.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%;
  }
  .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.recreant {
  height: 70px;
  width: 100%;
  max-width: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/logo_riverguiderecreant.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);
}

.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;
}

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

.go-back i {
  margin-left: -5px;
  padding-left: 5px;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .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;
}