/* layout tools - margins */
.otl-p3 .otl-clear {
   margin: 0;
}
.otl-p3 .otl-clear-top {
   margin-top: 0;
}
.otl-p3 .otl-clear-bottom {
   margin-bottom: 0;
}
.otl-p3 .otl-sm-top {
   margin-top: 5px;
}
.otl-p3 .otl-sm-bottom {
   margin-bottom: 5px;
}
.otl-p3 .otl-lh-1 {
   line-height: 1;
}

/* used until text-hide in PL is fixed */
.otl-p3 .otl-text-hide {
   height: 1px;
   width: 1px;
   position: absolute;
   overflow: hidden;
   top: -10px;
}
.otl-p3 [data-toggle="modal"] {
   cursor: pointer;
}

/* coupon border style */
.otl-p3 .otl-coupon {
   padding: 15px;
}
.otl-p3 .otl-inner-border {
   border: dashed 1px #fff;
   padding: 20px 25px;
}

/* outer red border style */
.otl-p3 .otl-outer-border {
   border: solid 1px #C00;
   padding: 20px 25px;
}

/* font tools */
.otl-p3 .text-red {
   color: #C00;
}
.otl-p3 .text-white {
   color: #fff;
}
.otl-p3 .link-black {
   color: #222;
   text-decoration: underline
}
.otl-p3 p.small {
   font-size: 12px;
}

/* only at REI Outlet badge */
.otl-p3 .otl-badge {
   background-color: #fff;
   color: #C00;
   padding: 3px 15px;
   display: inline-block;
   text-transform: uppercase;
   margin-left: auto;
   margin-right: auto;
}
.otl-p3 .otl-badge-rev {
   background-color: #C00;
   color: #fff;
   padding: 3px 15px;
   display: inline-block;
   text-transform: uppercase;
   margin-left: auto;
   margin-right: auto;
}

/* x-brands */
.otl-p3.otl-x-brands hr {
   max-width: 280px;
}
.otl-p3.otl-x-brands .col-xs-12 {
   padding-top: 20px;
   padding-bottom: 20px;
}