/* Colors */
/* Fonts */
/* Break Points */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/*
Author: Jared Meyering
Description: Easy media queries. Desgned for bootstrap.
*/
/* Breakpoints can be overridden*/
/*
Author: Jared Meyering
Description: Provides an easy interface for creating css3 transitions
*/
* {
  font-family: myriad-pro,arial; }

.green-text, .green-link, a.green-link {
  color: #7fba00; }

/* This is override for the confirmation page. native textarea are very ugly */
textarea {
  font-family: myriad-pro, arial;
  padding: 5px; }

/* Max width for the wait time and sharing box on confirm page */
.confirm-info {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }

/* autoComplete styles */
.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box; }

.autocomplete-suggestion {
  position: relative;
  padding: 0 .6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.02em;
  color: #333; }

.autocomplete-suggestion b {
  font-weight: normal;
  color: #1f8dd6; }

.autocomplete-suggestion.selected {
  background: #f0f0f0; }

.hidden {
  display: none; }

/* upgrade form */
.trial-input {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.2em;
  padding: 25px 20px;
  border: 2px solid lightgray;
  border-radius: 8px;
  margin-bottom: 10px;
  width: 350px; }

.free-trial-button {
  text-align: center;
  padding: 10px;
  font-weight: bold;
  padding-top: 20px; }

.btn#mktFrmSubmit {
  padding: 10px !important;
  background-color: #f8c744; }

.upgrade-ut-logo {
  max-width: 650px;
  width: 95%; }

.upgrade-logo-container {
  text-align: center;
  padding: 40px 0px; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: lighter;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 18px;
  font-size: 1.4em;
  line-height: 1.428571429;
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-decoration: none; }

.btn-default {
  color: white !important;
  background-color: #7fba00 !important;
  box-shadow: 0px 0px 7px #888888;
  font-weight: bold; }

.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: white;
  background-color: #8bca01 !important;
  border-color: #adadad; }

.btn:hover,
.btn:focus {
  color: black;
  text-decoration: none; }

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65); }

.upgrade-button {
  font-weight: bold;
  margin: 20px 0 30px;
  font-size: .8em;
  letter-spacing: 1px; }

.main-logo {
  display: block;
  width: 200px;
  padding-top: 50px; }

.responsive-logo {
  display: none; }

.main-logo {
  display: none; }

.responsive-logo {
  width: 350px; }

/* Overrides for the ddSlick plugin */
.dd-container {
  display: inline-block;
  margin-bottom: 10px; }

.dd-selected {
  height: 50px;
  text-decoration: none !important; }
  .dd-selected-text {
    font-weight: normal;
    line-height: 30px !important; }

.dd-select img {
  height: 28px; }

.dd-options li {
  margin-bottom: 0; }

.dd-options img {
  height: 28px; }

.box {
  width: 100%;
  border: 3px solid #e6e6e6;
  padding: 10px;
  font-size: 17px;
  position: relative;
  box-sizing: border-box;
  /* Set a fixed height for the confirmation page */ }
  @media only screen and (max-width: 768px) {
    .box {
      margin-bottom: 10px; } }
  .box__heading {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 10px; }
  .box--no-padding {
    padding: 0px; }
  .box--confirm {
    height: 260px;
    margin-left: 40px; }
    @media only screen and (max-width: 768px) {
      .box--confirm {
        height: auto;
        margin-left: auto; } }

.sharing__textbox {
  width: 100%;
  min-height: 80px;
  text-align: left;
  line-height: 17px;
  font-size: 15px;
  border: 0; }

.sharing__refresh-link {
  text-align: left;
  margin-bottom: 10px;
  margin-top: 5px; }
  .sharing__refresh-link a {
    color: #7fba00;
    text-decoration: none; }
    .sharing__refresh-link a:visited {
      text-decoration: none; }

.heading {
  margin-bottom: 30px; }

.video-privacy {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 17px;
  /*
     * This is a terrible hack to get the dropdown centered. I'm chalking this
     * up to an issue with the grid framework
     */ }
  .video-privacy__tooltip {
    vertical-align: text-bottom;
    margin: 0 5px; }
  .video-privacy__description {
    vertical-align: top; }
    @media only screen and (max-width: 768px) {
      .video-privacy__description {
        display: block; } }
    .video-privacy__description--result-page {
      display: inline-block;
      margin-left: 10px;
      margin-top: 15px; }
    .video-privacy__description--pending {
      color: red; }
    .video-privacy__description--confirm-page {
      display: inline-block;
      margin-left: 15px;
      margin-top: 15px;
      vertical-align: top; }
  .video-privacy__check {
    margin-bottom: 10px;
    margin-left: -27px;
    display: none; }
  .video-privacy__group {
    width: 85%;
    margin-left: auto;
    margin-right: auto; }
  .video-privacy--result-page {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      .video-privacy--result-page {
        text-align: center; } }

.privacy-status {
  padding: 10px 0px;
  text-align: center;
  margin-top: 40px; }

.integration__logo {
  width: 100%;
  max-width: 200px;
  margin: 20px auto 0 auto;
  display: block; }
  @media only screen and (min-width: 993px) {
    .integration__logo {
      right: 20px;
      top: 20px;
      position: absolute; } }

.integration__closing header {
  color: #ffffff;
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.4; }

.info-circle {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0 20px 0 20px; }
  .info-circle__element {
    position: relative;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto; }
    .info-circle__element p {
      font-size: 1.4em;
      color: #ffffff; }
    .info-circle__element img {
      margin-bottom: 15px; }

.terms {
  max-width: 750px;
  margin: 0 auto 20px;
  padding: 0 25px; }
  .terms > * {
    text-align: left; }
  .terms h1 {
    text-align: center;
    color: #ffffff; }
  .terms h2 {
    margin-top: 40px;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff; }
  .terms h3 {
    margin-top: 15px;
    font-weight: normal;
    color: #ffffff; }
  .terms p {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4em; }
  .terms p strong {
    margin-bottom: 15px;
    color: #ffffff; }
  .terms address {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff; }

.optimizely__closing-image {
  max-width: 100%;
  display: none; }
  @media only screen and (min-width: 769px) {
    .optimizely__closing-image {
      display: block; } }

.optimizely__info-circle {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0 20px 0 20px; }
  @media only screen and (min-width: 769px) {
    .optimizely__info-circle {
      display: none; } }

.optimizely__element {
  position: relative;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 993px) {
    .optimizely__element {
      width: 350px; } }
  .optimizely__element p {
    font-size: 1.4em; }

.optimizely__confirm {
  background-color: #e6e6e6;
  overflow: hidden;
  padding: 1em;
  text-align: center;
  font-weight: lighter;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px; }
  .optimizely__confirm img {
    max-width: 100%;
    width: 90%;
    margin: auto;
    padding: 10px; }
    @media only screen and (min-width: 769px) {
      .optimizely__confirm img {
        float: left;
        width: 33.3%;
        box-sizing: border-box; } }
  .optimizely__confirm p {
    clear: both;
    padding-top: 25px; }
  .optimizely__confirm header {
    font-size: 2em;
    font-weight: light;
    margin-bottom: 25px;
    line-height: 1.1em; }

.optimizely__result-closing header {
  color: #7fba00;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px; }

.optimizely__result-closing img {
  width: 250px;
  vertical-align: middle; }

.optimizely__result-closing button {
  margin-bottom: 15px; }

.optimizely__phone {
  color: #7fba00;
  font-weight: bold; }
