.flexslider {
  border: none;
  }

.slider-info {
  width: 50%;
  position: absolute;
  bottom: 6.5%;
  left: 10%;
  color: #fff;
}

.slider-info a {
  text-decoration: none;
  color: #465b65;
}

.slider-title {
  display: inline-block;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: .250em;
  border-left-color: #fbb82a;
  line-height: 1.23;
  border-left-width: 10px;
  border-left-style: solid;
  border-left-color: #fbd749;
  padding: 0;
}

.slider-title>* {
  white-space: pre-wrap;
  padding: 0 10px 0 0;
  background: #fbd749;
  zoom: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.slider-summary p {
  color: #fbd749;
  background: #465b65;
  padding: 10px;
  display: table;
  margin-bottom: 20px;
}

.learn-more.button {
text-decoration: none;
  background-color: #fbd749;
  color: #465b65;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
}


/*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }



    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
.slider-title {font-size: 27px;}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
.slider-title {font-size: 14px; margin-bottom:20px;}
.slider-summary {display:none;}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
.slider-title {font-size: 20px;}
.slider-summary {font-size:13px}
    }