/*============================================================================
  #Settings Variables
==============================================================================*/
/* BREAKPOINT VARIABLES */
/* COLOR VARIABLES */
/* TYPOGRAPHY VARIABLES */
/*============================================================================
  #BB Home Stylesheet
==============================================================================*/
/* SPECIFIC STYLES */
.section--1502467472470, .section--1502466994049, .section--1502467896760 {
  padding-bottom: 0; }

/* GENERAL STYLES */
h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, img {
  margin: .5rem 0; }

/* HEADING STYLE */
.heading .heading__title, .heading .section--heading__title, .section--heading .heading__title, .section--heading .section--heading__title {
  font-size: 24px;
  line-height: 1.42;
  text-transform: uppercase;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 2rem; }
  .heading .heading__title:after, .heading .section--heading__title:after, .section--heading .heading__title:after, .section--heading .section--heading__title:after {
    content: "";
    position: absolute;
    width: 118px;
    height: 3px;
    background: #16a085;
    bottom: 0;
    left: 50%;
    margin-left: -59px;
    transform: translate(0, 0); }

.section--heading {
  padding-bottom: 0; }
  .section--heading .section--heading__title {
    margin-bottom: 0; }

/* FORM STYLES */
form input.form-control:not([type=checkbox]):not([type=radio]) {
  border-radius: 3px;
  padding: 7px 10px;
  margin: .5rem 0; }

/* BTN STYLES */
.btn {
  border-radius: 3px;
  padding: 8px 10px;
  margin: .5rem 0; }

/* SECTION STYLES */
.section .container, .header .container, .footer .container {
  max-width: 980px; }

/* HEADER STYLES */
.header .logo--text {
  font-weight: 400; }
  .header .logo--text span {
    color: #e74c3c; }
.header a {
  font-family: Work Sans;
  text-transform: uppercase; }

/* HERO STYLES */
.section--hero h1 {
  padding: 1rem;
  background: rgba(0, 0, 0, 0.5); }

/* OPT IN BAR STYLES */
.section--opt_in .col-md-8 {
  width: 75%; }
.section--opt_in .offset-md-1 {
  margin-left: 0; }
.section--opt_in h5 {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 0; }
.section--opt_in p {
  font-family: Work Sans; }

/* TEXT STYLES */
.section--text {
  line-height: 1.89; }
  .section--text .col-md-10 {
    width: 100%; }

/* FEATURES STYLES */
.section--feature .col-md-4 {
  width: 50%; }
.section--feature p {
  font-size: 20px;
  font-family: Work Sans; }

/* SOCIAL CARDS STYLES */
.section--social_cards__card {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
  .section--social_cards__card h4 {
    font-size: 20px; }

/* BLOG POST STYLES */
.section--blog_posts .blog_post__title {
  font-weight: 400;
  font-size: 20px; }

/* TEXT AND IMG STYLES */
.section--text_img .row {
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
.section--text_img .col-md-6 {
  width: 33.333333%;
  padding: 30px; }
.section--text_img .col-md-5 {
  width: 66.666667%;
  padding: 30px;
  margin-left: 0;
  border-left: 1px solid #e5e9ed; }
.section--text_img h2 {
  font-size: 24px; }
.section--text_img h3 {
  font-size: 18px;
  font-weight: 400; }
.section--text_img p {
  font-size: 14px;
  opacity: .7;
  font-family: Work Sans; }

/* FEATURES STYLES */
.section--showcase .col-md-5 {
  width: 25%; }
.section--showcase .col-md-6 {
  width: 66.666667%; }
.section--showcase h2 {
  font-size: 24px; }
.section--showcase h3 {
  font-size: 18px;
  font-weight: 400; }
.section--showcase p {
  font-size: 14px;
  opacity: .7;
  font-family: Work Sans; }

/* LAYOUT STYLES */
@media (max-width: 767px) {
  .section [class*="col-md"] {
    display: block;
    width: 100%; } }
