@import url('https://fonts.googleapis.com/css?family=Oswald:700|Lato:300,400,400i,900,700i|Open+Sans:400,400i,700,700i');
header.navbar {
  margin-bottom: 0;
}
.container {
  max-width: 960px;
}
.form-control,
.input-group,
.input-group-addon {
  border-radius: 0 !important;
}
section {
  position: relative;
  padding: 60px 0;
}
section.thin {
  padding: 35px 0;
}
section.image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.white {
  background-color: white;
}
section.black {
  background-color: black;
  color: white;
  text-shadow: 1px 1px 1px #000;
}
section.gray {
  background-color: #f2f2f2;
}
section.gray hr {
  border-color: #DADADA;
}
section.alt {
  background-color: #fafafa;
}
section.alt hr {
  border-color: #DADADA;
}
section.primary {
  background-color: #ff9b00;
  color: white;
}
section.primary hr {
  border-color: white;
}
section.secondary {
  background-color: #3cb038;
  color: white;
}
section.secondary hr {
  border-color: white;
}
section.footer {
  background-color: #313131;
  color: #646464;
}
section .section-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 700;
}
section.hero {
  color: white;
}
section.hero h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 90px;
  line-height: 1;
}
section.hero h3 {
  margin-top: 0;
}
section.hero p {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 0;
}
section.hero p.small {
  font-size: 18px;
}
section.logos {
  text-align: center;
  padding: 10px 0;
  background-color: #fefefe;
  border-bottom: 1px solid #f1f1f1;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Lato', sans-serif;
  margin-bottom: 30px;
  line-height: 1.4;
}
.text-primary {
  color: #ff9b00 !important;
}
.text-secondary {
  color: #3cb038 !important;
}
.text-green {
  color: #226c5d !important;
}
.text-hand {
  font-family: 'Indie Flower', cursive;
  font-size: 160%;
}
h1 {
  line-height: 1.2;
  font-size: 52px;
  font-weight: 700;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
h2 {
  font-size: 36px;
  font-weight: 300;
}
h3 {
  font-size: 25px;
  font-weight: 300;
}
section li,
section dd {
  margin-bottom: .8em;
}
section p,
section ul,
section ol {
  margin-bottom: 1.5em;
}
section li > ul,
section li > ol {
  margin-top: .8em;
}
section hr {
  border-top: 1px solid #ddd;
  width: 50%;
  min-width: 200px;
  margin: 60px auto;
}
section hr.thin {
  margin: 30px auto;
}
ul.chevron li,
ul.check li,
ul.plus li,
ul.times li {
  list-style: none;
}
ul.chevron li:before,
ul.check li:before,
ul.plus li:before,
ul.times li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ff9b00;
  content: '\f054';
  position: absolute;
  margin-left: -25px;
  margin-top: 10px;
}
ul.check li:before {
  content: "\f00c";
}
ul.plus li:before {
  content: "\f067";
}
ul.times li:before {
  content: "\f00d";
}
ul.li-white li:before {
  color: white;
}
li.strike {
  color: #c0c0c0;
  text-decoration: line-through;
}
.checkbox {
  font-size: 12px;
  line-height: 1.5;
  padding: 12px 10px 10px 35px !important;
  background: #efefef;
}
.btn-primary {
  color: white;
  background-color: #ff9b00;
  border: 0;
  border-bottom: 4px solid #cc7c00;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  background-color: #cc7c00;
  border-color: #cc7c00;
}
.btn-secondary {
  color: white;
  background-color: #3cb038;
  border: 0;
  border-bottom: 4px solid #2f892c;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:focus {
  color: white;
  background-color: #2f892c;
  border-color: #2f892c;
}
.btn-cta {
  font-size: 22px;
  font-weight: bold;
  padding: 15px 20px;
}
.arrow {
  margin-top: -40px;
  position: absolute;
  width: 100%;
  z-index: 9999;
  text-align: center;
}
.arrow img {
  width: 75px;
}
blockquote {
  border: 3px solid #ff9b00;
  padding: 40px;
  margin-bottom: 40px;
}
blockquote h2,
blockquote h3,
blockquote h4 {
  text-align: left;
  margin-top: 5px;
}
blockquote:before {
  content: "\201C";
  position: relative;
  font-size: 72px;
  color: #ff9b00;
  display: inline;
  float: left;
  width: 50px;
  height: 40px;
  line-height: 70px;
  font-family: serif;
}
blockquote cite {
  display: block;
  text-align: right;
}
blockquote.white {
  border-color: white;
  color: white;
}
blockquote.white:before {
  color: white;
}
blockquote.headshot img.headshot {
  max-width: 100%;
  border-radius: 9000px;
}
@media only screen and (min-width: 480px) {
  blockquote.headshot {
    padding-left: 200px;
    position: relative;
  }
  blockquote.headshot img.headshot {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 140px;
  }
}
.callout {
  font-family: 'Indie Flower', cursive;
  font-size: 29px;
  line-height: 1.1;
  text-align: center;
}
.callout.callout-right {
  text-align: right;
}
.callout.callout-left {
  text-align: left;
}
.callout.callout-white {
  color: white;
  text-shadow: 1px 1px 0 #646464;
}
.callout.callout-white.callout-right:after {
  background-image: url(../img/arrow-white-sketch-left.png);
}
.callout.callout-white.callout-left:after {
  background-image: url(../img/arrow-white-sketch-right.png);
}
@media (min-width: 1200px) {
  .callout {
    position: absolute;
    max-width: 190px;
    z-index: 99;
    top: -140px;
    color: #646464;
    text-shadow: 1px 1px 0 white;
  }
  .callout:after {
    position: absolute;
    width: 213px;
    height: 104px;
    bottom: -104px;
    content: " ";
    background-repeat: no-repeat;
    background-position: center;
  }
  .callout.callout-right {
    right: -90px;
  }
  .callout.callout-right:after {
    right: 0;
    background-image: url(../img/arrow-black-sketch-left.png);
  }
  .callout.callout-left {
    left: -90px;
  }
  .callout.callout-left:after {
    left: 0;
    background-image: url(../img/arrow-black-sketch-right.png);
  }
}
@media (min-width: 1300px) {
  .callout.callout-right {
    right: -120px;
  }
  .callout.callout-left {
    left: -120px;
  }
}
@media (min-width: 1500px) {
  .callout.callout-right {
    right: -160px;
  }
  .callout.callout-left {
    left: -160px;
  }
}
.pullquote {
  text-align: center;
  max-width: 800px;
  margin: 60px auto;
  line-height: 1.4;
  font-weight: 100;
  font-style: oblique;
  background-color: transparent;
  border-radius: 0;
  padding: 60px 20px;
  position: relative;
}
.pullquote:after,
.pullquote:before {
  position: absolute;
  width: 60%;
  content: " ";
  border-top: 1px solid #ddd;
  bottom: 0;
  left: 20%;
}
.pullquote:before {
  bottom: auto;
  top: 0;
}
.pullquote.pull-right,
.pullquote.pull-left {
  margin: 0 30px 0 30px;
}
.pullquote .thin {
  padding: 20px;
}
.hr-image {
  border-bottom: 1px solid #ff9b00;
  margin: 0 0 60px 0;
  text-align: center;
}
.hr-image i {
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-color: white;
  background-repeat: no-repeat;
  padding: 10px;
  width: 62px;
  height: 34px;
  margin-bottom: -25px;
}
.hr-image i.hr-heart {
  background-image: url(../img/icon-sm-gut.png);
}
.img-icon-secondary {
  background: #3cb038;
  border-radius: 9999px;
}
.img-icon-gray {
  background: #bcbcbc;
  border-radius: 9999px;
}
.speakers .speaker-img {
  width: 155px;
  float: left;
  margin: 0;
  position: relative;
}
.speakers .speaker-img img {
  width: 100%;
}
.speakers .speaker-img:hover:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 176px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 16px;
  font-style: oblique;
  text-align: center;
  content: attr(title);
}
.summit-tracks .track-select {
  float: left;
  width: 180px;
  margin-right: 5px;
  text-align: center;
  padding: 10px;
  background: white;
  border: 1px solid #3cb038;
  border-radius: 5px;
  padding-left: 70px;
  position: relative;
  height: 64px;
  cursor: pointer;
}
.summit-tracks .track-select img {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 6px;
  left: 6px;
}
.summit-tracks .track-select h4 {
  text-align: left;
  padding: 0;
  margin: 2px 0 0 0;
  line-height: 1.2;
  font-size: 17px;
}
.summit-tracks .track-select.active,
.summit-tracks .track-select:hover,
.summit-tracks .track-select:active,
.summit-tracks .track-select:focus {
  background: #3cb038;
  border-color: #2f892c;
}
.summit-tracks .track-select.active h4,
.summit-tracks .track-select:hover h4,
.summit-tracks .track-select:active h4,
.summit-tracks .track-select:focus h4 {
  color: white;
}
.summit-tracks .track-select.active .img-icon-secondary,
.summit-tracks .track-select:hover .img-icon-secondary,
.summit-tracks .track-select:active .img-icon-secondary,
.summit-tracks .track-select:focus .img-icon-secondary {
  background: #2f892c;
}
.speaker-box {
  position: relative;
  background: white;
  border: 1px solid #e1e1e1;
  text-align: center;
  border-radius: 5px 5px 0 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.speaker-box .btn-link {
  color: #ff9b00;
}
.speaker-box .btn-link:hover {
  color: #ff9b00;
}
.speaker-box .speaker-thumb {
  border-radius: 5px 5px 0 0;
  height: 140px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.speaker-box .speaker-thumb:hover:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 176px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 16px;
  font-style: oblique;
  text-align: center;
  content: attr(title);
}
.speaker-box h4 {
  margin: 10px 0 5px 0;
  font-weight: bold;
}
.speaker-box h5 {
  margin: 0 0 5px 0;
  color: #3cb038;
}
.speaker-box hr {
  margin: 10px 40px;
}
.speaker-box p {
  font-size: 14px;
  margin-bottom: 5px;
  text-align: left;
  padding: 0 10px;
}
.speaker-box .speaker-details {
  display: none;
  position: absolute;
  z-index: 999;
  margin-top: 10px;
  text-align: left;
  background: #ff9b00;
  color: white;
  padding: 20px 10px;
}
.speaker-box .speaker-details p {
  font-size: 14px;
  margin-bottom: 5px;
}
.speaker-box .speaker-details ul {
  margin-bottom: 5px;
  padding-left: 1.25em;
}
.speaker-box .speaker-details ul li {
  font-size: 14px;
}
.speaker-box .speaker-details ul li:before {
  color: white;
  font-size: 12px;
  margin-top: 5px;
  margin-left: -20px;
}
.speaker-box .speaker-details:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 88, 168, 0);
  border-bottom-color: #ff9b00;
  border-width: 20px;
  margin-left: -20px;
}
.accordion {
  margin: 0 0 30px;
  text-align: left;
  padding-left: 150px;
  padding-right: 50px;
  position: relative;
}
.accordion .accordion-title {
  cursor: pointer;
}
.accordion .accordion-content p {
  margin-bottom: 30px;
  line-height: 1.6;
}
.accordion .accordion-title:before {
  content: '+';
  width: 50px;
  height: 50px;
  background: #ff9b00;
  color: white;
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  left: 50px;
  padding: 9px 0;
}
.accordion.active .accordion-title:before {
  content: '—';
}
.fb-testimonials {
  max-width: 1068px;
  text-align: center;
}
.fb-testimonials .img-thumbnail {
  margin: 10px 0;
}
.optin-box {
  border: 12px solid #f1f1f1;
  padding: 10px 20px;
  color: #333;
  background: white;
  margin-top: 20px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.optin-box h3 {
  text-align: center;
  margin: 10px 0 10px 0;
  color: #333;
  font-weight: 900;
  text-transform: uppercase;
}
.optin-box p {
  font-size: 15px;
}
.optin-box small {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .optin-box {
    width: 450px;
    margin-top: -170px;
  }
  .optin-box.absolute {
    margin-top: -59px;
    position: absolute;
    z-index: 999;
  }
}
section.primary .optin-box {
  border-color: #cc7c00;
}
section.secondary .optin-box {
  border-color: #2f892c;
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #ff9b00;
  border-color: #ff9b00;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #ff9b00;
  border-color: #ff9b00;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #ff9b00;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #ff9b00;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #ff9b00;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  section.hero.image {
    background-position: -200px;
  }
  section .section-title {
    text-align: left;
  }
}
