
.tripbeep {
    box-sizing: border-box;
    font-size: 16px;
}
.d-flex {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
}
.justify-space-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.justify-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.align-center {
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}
.text-underline {
    text-decoration: underline;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-uppercase {
    text-transform: uppercase;
}
.fs-14 {
    font-size: 14px
}
.tripbeep img {
    max-width: 100%;
}
.tripbeep a {
    display: block;
    text-decoration: none;
}
.tripbeep__top {
    margin-bottom: 30px
}
.tripbeep__top a {
    color:#fff;
    font-weight: 700;
    border-radius: 10px;
    width: 80%;
    margin:0 auto;
    padding:5px;
    background-color: #f58021;
    margin-bottom: 10px
}
.tripbeep__top a:hover {
    background-color:#ff831f;
    box-shadow: 0 5px 20px rgba(0,0,0,.2)
}
.banner {
    margin-bottom:20px;
}
.info {
    width: 400px;
    text-align: center;
}
.tripbeep  {
    width: 100%;
    margin:0 auto;
    background-color: #fff
}
.intro {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}
.tripbeep__featured{
    margin:0;
}
.tripbeep__featured li {
    list-style: none;
    text-align: center;
}
.tripbeep__featured li span {
    display: block;
    width: 100%;
    text-align: center;
    height: 55px;
}
.tripbeep__featured ul li span:first-child {
    height: 55px;
    margin-bottom: 5px;
}
hr {
    height: 8px;
    background-color: #808285;
    margin: 30px 0 10px;
}
.logos {
    margin-top: 10px;
}
.tripbeep .btn-subscribe {
    color: #f27e21;
    font-weight: 700;
    font-size: 20px;
    border: 2px solid #f27e21;
    display: inline-block;
    padding: 10px;
    margin-bottom: 50px;
}
.tripbeep .btn-subscribe:hover {
    color:#fff;
    background-color: #f27e21
}
.tripbeep h2 {
    color: #f27e21;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.tripbeep p {
    margin-bottom: 20px !important;
}
.tripbeep--about {
    font-size: 14px;
}
.tripbeep--about ol {
   padding-left: 20px
}
.tripbeep--about ol ol ol {
    margin-bottom: 15px
}
.tripbeep--about table {
    width: 350px
}
.tripbeep--about table td {
    padding: 5px
}
.tripbeep--subscribe {
    box-sizing: border-box;
}
.tripbeep--subscribe__logo {
    padding-right: 50px;
    -webkit-flex: 0 0 330px;
    -moz-flex: 0 0 330px;
    flex: 0 0 330px;
}
.fields {
    width: 100%
}
.field label {
    -webkit-flex:0 0 120px;
    -moz-flex:0 0 120px;
    flex:0 0 120px;
}
.tripbeep--subscribe form input[type="text"] {
    height: 25px;
    padding: 0 10px;
    width: calc(100% - 120px)
}
.tripbeep--subscribe form input[type="checkbox"] {
    margin-right: 10px
}
.tripbeep--subscribe form button {
    border:0;
    background-color: #f27e21;
    color:#fff;
    padding: 10px 20px;
    margin: 20px 0;
}