/*============================================================================
  #Settings Variables
==============================================================================*/
/* BREAKPOINT VARIABLES */
/* COLOR VARIABLES */
/* TYPOGRAPHY VARIABLES */
/*============================================================================
  #Sierra Stylesheet
==============================================================================*/
/* GENERAL STYLE */
h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, img {
  margin: 1.5rem 0;
  line-height: 1.5; }

.bar {
  border-top: 6px dotted #ff9999;
  margin-bottom: 50px; }

/* SECTION STYLES */
.section .container {
  max-width: 960px; }
.section--medium {
  padding: 60px 0; }
.section .heading .heading__subtitle {
  margin-bottom: 2rem; }

/* FEATURES SECTION STYLE */
.section--feature p {
  opacity: .7;
  font-style: italic;
  line-height: 1.71;
  font-size: 14px; }

/* TEXT SECTION STYLE */
.section--text h6 {
  font-family: Playfair Display;
  color: #ff9999;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px; }
.section--text .heading__subtitle {
  font-style: italic;
  font-size: 20px;
  font-weight: 700;
  opacity: .4; }

/* OPT IN SECTION STYLE */
.section--opt_in h6 {
  font-family: Playfair Display;
  color: #ff9999;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px; }
.section--opt_in h1 {
  margin: 2rem 0; }
.section--opt_in .optin__panel--boxed {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1); }
.section--opt_in .optin__heading {
  font-family: Playfair Display;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 2rem;
  font-style: italic; }

/* IMAGE SECTION STYLES */
.section--img img {
  margin: 0 auto; }

/* VIDEO SECTION STYLES */
.section--video .video, .section--video img {
  margin: 0; }

/* OPT IN SECTION STYLES */
.section--opt_in .btn-form {
  font-size: 18px; }
.section--opt_in form input.form-control:not([type=checkbox]):not([type=radio]), .section--opt_in textarea {
  padding: 10px 15px; }
  .section--opt_in form input.form-control:not([type=checkbox]):not([type=radio]):focus, .section--opt_in textarea:focus {
    border: 1px solid #151a1e; }

/* CTA STYLES */
.btn {
  border-radius: 3px;
  font-weight: 400; }

.btn--large {
  font-size: 18px; }

/* LAYOUT STYLES */
@media (min-width: 767px) {
  /* SECTION TITLE STYLES */
  .heading .col-md-8 {
    width: 83.333333%; }
  .heading .heading__title {
    font-size: 36px; }

  /* IMAGE SECTION STYLES */
  .section--img .col-md-10 {
    width: 66.666667%; }

  /* VIDEO SECTION STYLES */
  .section--video .col-md-10 {
    width: 100%; }

  /* CTA STYLES */
  .section--cta .heading .col-md-8 {
    width: 83.333333%; }
  .section--cta .col-md-10 {
    width: 50%; }

  /* TEXT SECTION STYLE */
  .section--text h1 {
    font-size: 36px; }

  /* OPT IN SECTION STYLE */
  .section--opt_in .col-md-6 {
    position: relative; }
    .section--opt_in .col-md-6:before {
      content: "";
      top: 0;
      left: 15px;
      width: 50%;
      position: absolute;
      border-top: 6px dotted #ff9999; }
  .section--opt_in h1 {
    font-size: 40px; } }
