@import "font-icon.css";
.box_shadow_links {
  -webkit-box-shadow: 0 2px 6px 0 rgba(184, 189, 209, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(184, 189, 209, 0.3);
  box-shadow: 0 2px 6px 0 rgba(184, 189, 209, 0.3);
  background-color: #ffffff;
}
.transition_linear {
  -webkit-transition: all 0.2s linear !important;
  -moz-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
}
.bottom_logo {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: transparent;
  padding: 16px;
}
.bottom_logo .footer {
  z-index: 1;
  text-align: center;
  color: #3988fe;
  font-size: 18px;
}
.bottom_logo .footer span {
  font-size: 14px;
}
body {
  margin: 0 !important;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}
.display-center {
  margin: 0 auto;
}
.nopad {
  padding: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
.no-margin-r {
  margin-right: 0 !important;
}
.nopad-r {
  padding-right: 0 !important;
}
.nopad-l {
  padding-left: 0 !important;
}
.full-width {
  width: 100% !important;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.box_shadow {
  -webkit-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21);
}
.float-r {
  float: right !important;
}
.float-l {
  float: left !important;
}
.no-float {
  float: none;
}
.clear:after {
  clear: both;
  content: "";
  display: block;
}
.no-border {
  border: 0 !important;
}
.no-border-bottom {
  border: 0px !important;
}
.full-width-label {
  display: block !important;
}
.full-width-td {
  text-align: center;
  padding: 10px 0;
  display: block;
}
.section-top-padding {
  padding: 15px 0 0;
}
.section-bottom-padding {
  padding: 0 0 15px;
}
.help {
  padding-bottom: 5px !important;
}
.user_select_none {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.low_box_shadow {
  box-shadow: 0 6px 5px -5px #e5e5e5;
}
.medium_box_shadow {
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15);
}
.high_box_shadow {
  box-shadow: 0 30px 40px -15px rgba(0, 0, 0, 0.15);
}
.low_box_shadow_btn {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.medium_box_shadow_btn {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.15);
}
.high_box_shadow_btn {
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.15);
}
.high_box_shadow_transition {
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.clearfix {
  clear: both;
}
.hide {
  display: none;
}
.display {
  display: block;
}
.display_must {
  display: block !important;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.align_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align_top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.justify_center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=color] input[type=number],
input[type=search],
textarea.materialize-textarea {
  border: 1px solid 1px solid #fafafa;
  border-radius: 1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 15px;
  box-shadow: none !important;
  border: 1px solid #e6ecf5;
  height: 46px;
}
input:not([type]):focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=time]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=tel]:focus,
input[type=color] input[type=number]:focus,
input[type=search]:focus,
textarea.materialize-textarea:focus {
  border: 1px solid #168eea;
  border-bottom: 1px solid #168eea;
}
input:not([type]):focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=time]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea.materialize-textarea:focus,
input[type=color]:focus {
  border: 1px solid #168eea;
  border-bottom: 1px solid #168eea;
}
input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]),
input[type=color]:focus:not([readonly]) {
  border: 1px solid #168eea;
  border-bottom: 1px solid #168eea;
}
input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
input[type=color]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  box-shadow: none;
}
input[type=color] {
  height: 46px !important;
}
select {
  border: 1px solid 1px solid #fafafa;
  border-radius: 1px !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 15px;
  box-shadow: none !important;
  border: 1px solid #e6ecf5;
  height: 46px;
}
select:focus {
  border: 1px solid #168eea;
  border-bottom: 1px solid #168eea;
}
span,
p,
h1,
h2,
h3,
h4,
h5,
ul,
li,
a {
  margin: 0;
  list-style: none;
  text-decoration: none;
  padding: 0;
}
select {
  line-height: 25px;
}
.transition {
  -webkit-transition: all 0.2s ease-in !important;
  -moz-transition: all 0.2s ease-in !important;
  -o-transition: all 0.2s ease-in !important;
  transition: all 0.2s ease-in !important;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
.c-hand {
  cursor: pointer;
}
.relative {
  position: relative !important;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f00;
}
.custom_selectbox {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 1px !important;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.is-danger-input {
  border: 1px solid #952929 !important;
}
.is-danger-input-invalid {
  border: 1px solid #952929 !important;
}
.is-danger {
  color: #952929 !important;
}
.no-user-select {
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li a {
  padding: 10px 15px;
  border-radius: 2px;
  background: #f2f2f2;
  border: 1px solid #e6ecf5;
  box-shadow: 0 6px 5px -5px #e5e5e5;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in !important;
  -moz-transition: all 0.2s ease-in !important;
  -o-transition: all 0.2s ease-in !important;
  transition: all 0.2s ease-in !important;
}
.pagination ul li a.dotted {
  background: #f2f2f2;
  border: 1px solid #e6ecf5;
  cursor: default;
}
.pagination ul li a.last {
  margin-left: -3px;
}
.pagination ul li a:hover {
  background: #e6ecf5;
}
.pagination ul li a.active {
  border: 1px solid #2d99ec;
  box-shadow: 0 6px 5px -5px #e5e5e5;
  color: #fff;
  background: #168eea;
}
.pagination ul li a.active:hover {
  color: #fff;
  background: #2d99ec;
}
.i_actions {
  margin-right: 5px;
  color: #9B9B9B !important;
  font-size: 1.3em !important;
  cursor: pointer;
}
.word_break {
  word-break: break-word;
  word-wrap: break-word;
}
span,
p,
h1,
h2,
h3,
h4,
h5,
ul,
li,
a {
  color: #333;
  margin: 0;
  list-style: none;
  text-decoration: none;
  padding: 0;
  word-break: break-word;
  word-wrap: break-word;
}
span:hover,
p:hover,
h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
ul:hover,
li:hover,
a:hover,
span:active,
p:active,
h1:active,
h2:active,
h3:active,
h4:active,
h5:active,
ul:active,
li:active,
a:active,
span:focus,
p:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
ul:focus,
li:focus,
a:focus {
  text-decoration: none;
}
.btn {
  white-space: initial !important;
  word-break: break-word;
  word-wrap: break-word;
}
body {
  margin: 0 auto;
  overflow: hidden;
}
.basic_form label {
  font-size: 14px;
  line-height: 1.25;
  color: #62747d;
  font-weight: 400;
  padding: 5px 0;
}
.basic_form input,
.basic_form select,
.basic_form textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 16px 10px;
  font-size: 14px;
  line-height: 1.25;
  color: #62747d;
  background: white;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #e0e6ed;
  border-radius: 4px;
}
.basic_form input:active,
.basic_form select:active,
.basic_form textarea:active,
.basic_form input:focus,
.basic_form select:focus,
.basic_form textarea:focus {
  color: #62747d;
  border: 1px solid #0C77F8;
  outline: 0;
}
.basic_form .input_field {
  margin-bottom: 20px;
}
.basic_form button[disabled],
.basic_form input[disabled],
.basic_form select[disabled],
.basic_form textarea[disabled] {
  background: #f3f3f3;
  cursor: not-allowed;
  color: #a9a9aa;
}
.basic_form .input_links {
  color: #0C77F8;
  font-size: 12px;
  opacity: 0.7;
}
.basic_form .input_links:hover {
  opacity: 1;
}
.cta_prev_form {
  padding: 0 20px;
}
.cta_prev_form .input_field {
  margin-bottom: 15px;
  height: auto;
  padding: 0;
  outline: none;
}
.cta_prev_form .input_field input,
.cta_prev_form .input_field select {
  padding: 10px 8px;
  font-size: 12px;
  border: 1px solid #e0e6ed;
  height: auto;
  display: block;
  width: 100%;
  border-radius: 4px;
}
.cta_prev_form .input_field input::-webkit-input-placeholder,
.cta_prev_form .input_field select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cdcdcd !important;
}
.cta_prev_form .input_field input::-moz-placeholder,
.cta_prev_form .input_field select::-moz-placeholder {
  /* Firefox 19+ */
  color: #cdcdcd !important;
}
.cta_prev_form .input_field input:-ms-input-placeholder,
.cta_prev_form .input_field select:-ms-input-placeholder {
  /* IE 10+ */
  color: #cdcdcd !important;
}
.cta_prev_form .input_field input:-moz-placeholder,
.cta_prev_form .input_field select:-moz-placeholder {
  /* Firefox 18- */
  color: #cdcdcd !important;
}
.cta_prev_form .input_field input:focus,
.cta_prev_form .input_field select:focus {
  outline: none;
  border: 1px solid #0C77F8;
}
.clearfix {
  clear: both;
}
.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #0dc5c1;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.checkbox,
.radio {
  display: inline-block;
  margin: 0;
}
.checkbox {
  text-align: center;
}
.checkbox input[type="checkbox"] {
  display: none !important;
}
.checkbox label {
  padding: 1px !important;
  padding-left: 22px !important;
  line-height: 1.42857143 !important;
  position: relative;
}
.checkbox label:after,
.checkbox label:before {
  content: '';
  padding-top: 1px;
  line-height: initial;
  position: absolute;
  left: 0;
  font-family: FontAwesome !important;
  top: 50%;
  font-size: 18px;
  transform: translateY(-50%);
}
.checkbox label:after {
  color: #0C77F8;
  content: '\f14a';
}
.checkbox label:before {
  color: #e1e2e4;
  content: '\f096';
}
.checkbox [type="checkbox"]:checked + label:after {
  display: block;
}
.checkbox [type="checkbox"]:checked + label:before {
  display: none;
}
.checkbox [type="checkbox"]:not(:checked) + label:before {
  display: block;
}
.checkbox [type="checkbox"]:not(:checked) + label:after {
  display: none;
}
.radio {
  text-align: center;
}
.radio input[type="radio"] {
  display: none !important;
}
.radio label {
  padding: 0 !important;
  padding-left: 22px !important;
  line-height: 1.42857143 !important;
  position: relative;
}
.radio label:after,
.radio label:before {
  content: '';
  position: absolute;
  left: 0;
  font-family: FontAwesome !important;
  top: 50%;
  font-size: 18px;
  transform: translateY(-50%);
}
.radio label:after {
  color: #0C77F8;
  content: '\f192';
}
.radio label:before {
  color: #e1e2e4;
  content: '\f10c';
}
.radio [type="radio"]:checked + label:after {
  display: block;
}
.radio [type="radio"]:checked + label:before {
  display: none;
}
.radio [type="radio"]:not(:checked) + label:before {
  display: block;
}
.radio [type="radio"]:not(:checked) + label:after {
  display: none;
}
.checkbox.disabled label,
.radio.disabled label {
  cursor: not-allowed;
}
.checkbox.top_side label {
  padding-left: 20px !important;
}
.checkbox.top_side label:after,
.checkbox.top_side label:before {
  font-size: 16px;
  top: 1px;
  transform: none;
}
.checkbox.small label {
  padding-left: 20px !important;
}
.checkbox.small label:after,
.checkbox.small label:before {
  font-size: 16px;
}
.disabled {
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.checkbox_option .error_box {
  position: absolute;
  top: -33px;
  width: 100%;
  z-index: 1;
  left: -7px;
}
.checkbox_option .error_box .error_message {
  color: #ffffff;
  background: #f76a60;
  display: inline-block;
  position: relative;
  padding: 4px 9px;
  border-radius: 2px;
  font-size: 14px;
}
.checkbox_option .error_box .error_message:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 100%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 5px solid #f76a60;
}
.checkbox_option ul,
.checkbox_option ol {
  padding-left: 16px;
  margin-bottom: 0;
}
.checkbox_option ul li,
.checkbox_option ol li {
  margin-bottom: 3px;
}
.checkbox_option ul li:last-child,
.checkbox_option ol li:last-child {
  margin-bottom: 0;
}
.checkbox_option ol li {
  list-style-type: decimal;
}
.checkbox_option ul li {
  list-style-type: disc;
}
.shoutout_box_single button,
.shoutout_box_wide button,
.shoutout_exit_intent button,
.popupCenter button,
.popupBottom button,
.shoutout_box_single input,
.shoutout_box_wide input,
.shoutout_exit_intent input,
.popupCenter input,
.popupBottom input,
.shoutout_box_single optgroup,
.shoutout_box_wide optgroup,
.shoutout_exit_intent optgroup,
.popupCenter optgroup,
.popupBottom optgroup,
.shoutout_box_single select,
.shoutout_box_wide select,
.shoutout_exit_intent select,
.popupCenter select,
.popupBottom select,
.shoutout_box_single textarea,
.shoutout_box_wide textarea,
.shoutout_exit_intent textarea,
.popupCenter textarea,
.popupBottom textarea,
.shoutout_box_single span,
.shoutout_box_wide span,
.shoutout_exit_intent span,
.popupCenter span,
.popupBottom span,
.shoutout_box_single p,
.shoutout_box_wide p,
.shoutout_exit_intent p,
.popupCenter p,
.popupBottom p,
.shoutout_box_single h1,
.shoutout_box_wide h1,
.shoutout_exit_intent h1,
.popupCenter h1,
.popupBottom h1,
.shoutout_box_single h2,
.shoutout_box_wide h2,
.shoutout_exit_intent h2,
.popupCenter h2,
.popupBottom h2,
.shoutout_box_single h3,
.shoutout_box_wide h3,
.shoutout_exit_intent h3,
.popupCenter h3,
.popupBottom h3,
.shoutout_box_single h4,
.shoutout_box_wide h4,
.shoutout_exit_intent h4,
.popupCenter h4,
.popupBottom h4,
.shoutout_box_single h5,
.shoutout_box_wide h5,
.shoutout_exit_intent h5,
.popupCenter h5,
.popupBottom h5,
.shoutout_box_single div,
.shoutout_box_wide div,
.shoutout_exit_intent div,
.popupCenter div,
.popupBottom div {
  font-family: 'Open Sans', sans-serif !important;
}
.cta_message {
  white-space: pre-wrap;
}
.single_box_bottomSmall {
  pointer-events: none;
  min-width: 400px;
  max-width: 400px;
  margin: 15px;
  position: fixed;
  bottom: 0;
  padding-left: 70px;
  transform: translateY(115%);
  opacity: 0;
  visibility: hidden;
}
.single_box_bottomSmall .shoutout_box_inner {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  pointer-events: auto;
  pointer-events: initial;
  -webkit-border-radius: 8px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 8px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 8px;
  border-bottom-left-radius: 0;
}
.single_box_bottomSmall .shoutout_box_inner .box_content {
  pointer-events: auto;
  pointer-events: initial;
  position: relative;
  display: inline-block;
  width: 100%;
}
.single_box_bottomSmall .shoutout_box_inner .box_content .inner_content {
  position: relative;
}
.single_box_bottomSmall .shoutout_box_inner .box_content .inner_content .content_box {
  padding: 15px 0;
}
.single_box_bottomSmall .shoutout_box_inner .box_content .inner_content .content_box p,
.single_box_bottomSmall .shoutout_box_inner .box_content .inner_content .content_box h2 {
  color: #5a5a5a;
  word-break: break-word;
  word-wrap: break-word;
}
.single_box_bottomSmall .shoutout_box_inner .box_content .inner_content .content_box h2 {
  color: #333;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.single_box_bottomSmall .shoutout_box_inner .box_content .inner_content .content_box p {
  font-size: 17px;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.single_box_bottomSmall .shoutout_box_inner .box_content .inner_content .link_block .link_btn {
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
  color: #0C77F8;
}
.single_box_bottomSmall .shoutout_box_inner .box_content .inner_content .btn_block {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.single_box_bottomSmall .shoutout_box_inner .box_content .inner_content .btn_style .btn {
  background: white;
  background: #0C77F8;
  color: #ffffff;
  padding: 8px 18px;
  font-weight: bold;
  font-size: 14px;
  min-width: 130px;
  white-space: inherit;
  white-space: initial;
}
.single_box_bottomSmall .shoutout_box_inner .box_content .inner_content .fields_three.fields_three_full .item_input {
  height: auto;
  padding: 11px 12px;
  font-size: 13px;
}
.single_box_bottomSmall .shoutout_box_inner .box_content .powered_by {
  text-shadow: none;
  color: #b3b3b3;
  padding: 2px 4px;
  position: relative;
  bottom: 0;
  right: -15px;
  font-weight: normal;
  font-size: 10px;
  outline: none;
  text-align: right;
}
.single_box_bottomSmall .shoutout_box_inner .box_content .powered_by a {
  color: grey;
}
.single_box_bottomSmall .shoutout_box_inner .box_content .powered_by:active,
.single_box_bottomSmall .shoutout_box_inner .box_content .powered_by:focus {
  outline: none;
}
.single_box_bottomSmall .shoutout_box_inner .curve_bottom {
  position: absolute;
  bottom: 0;
  left: -41px;
  z-index: 1;
  width: 57px;
}
.single_box_bottomSmall .shoutout_box_inner .top_heading {
  -webkit-transition: all 0.2s ease-in !important;
  -moz-transition: all 0.2s ease-in !important;
  -o-transition: all 0.2s ease-in !important;
  transition: all 0.2s ease-in !important;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
  top: -1px;
  background: transparent !important;
  padding: 13px 15px;
  padding-right: 25px;
}
.single_box_bottomSmall .shoutout_box_inner .top_heading p {
  font-size: 13px;
  color: #848484;
}
.single_box_bottomSmall .shoutout_box_inner .top_heading .close_btn {
  pointer-events: auto;
  pointer-events: initial;
  position: absolute;
  right: 6px;
  top: 50%;
  background: transparent !important;
  transform: translateY(-50%);
  cursor: pointer;
  text-align: center;
  padding: 0 6px;
  border: 0;
  outline: none;
  z-index: 1;
}
.single_box_bottomSmall .shoutout_box_inner .top_heading .close_btn:focus,
.single_box_bottomSmall .shoutout_box_inner .top_heading .close_btn:active {
  border: 0;
  outline: none;
}
.single_box_bottomSmall .shoutout_box_inner .top_heading .close_btn:hover {
  background: transparent !important;
}
.single_box_bottomSmall .shoutout_box_inner .top_heading .close_btn img {
  width: 9px;
}
.single_box_bottomSmall .shoutout_box_inner .large_text {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.single_box_bottomSmall .shoutout_box_inner .small_text {
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.single_box_bottomSmall .box_footer {
  display: inline-block;
  pointer-events: auto;
  pointer-events: initial;
  position: absolute;
  left: 0;
  bottom: 4px;
}
.single_box_bottomSmall .box_footer .image_box {
  padding: 0 !important;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background: #ffffff;
  -webkit-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21);
  display: inline-block;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  padding: 4px;
}
.single_box_bottomSmall .box_footer .image_box .notification_circle {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  background: #e43430;
  color: #ffffff;
  border: 2px solid #ffffff;
  text-align: center;
  border-radius: 50%;
  font-size: 11px;
  width: 20px;
  height: 20px;
  padding: 1px;
  font-weight: bold;
}
.single_box_bottomSmall .box_footer .image_box img {
  border-radius: 50%;
  width: 65px !important;
  height: 65px !important;
  padding: 5px !important;
}
.single_box_bottomSmall .box_footer.no_border .image_box {
  padding: 0;
}
.single_box_bottomSmall .checkbox_option .checkbox {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.single_box_bottomSmall .checkbox_option .checkbox a {
  text-decoration: underline;
  color: #62747d;
}
.single_box_bottomSmall.left_side {
  padding-right: 15px;
}
.single_box_bottomSmall.left_side .shoutout_box_inner {
  transform-origin: 0px bottom;
}
.single_box_bottomSmall.right_side {
  padding-left: 0;
  padding-right: 70px;
  right: 0;
}
.single_box_bottomSmall.right_side .shoutout_box_inner {
  transform-origin: right bottom;
  border-radius: 0;
  -webkit-border-radius: 8px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 8px;
  -moz-border-radius-bottomright: 0;
  border-radius: 8px;
  border-bottom-right-radius: 0;
}
.single_box_bottomSmall.right_side .shoutout_box_inner .box_content .powered_by {
  right: inherit;
  right: initial;
  left: -15px;
  text-align: left;
}
.single_box_bottomSmall.right_side .shoutout_box_inner .curve_bottom {
  transform: scaleX(-1);
  left: inherit;
  left: initial;
  right: -41px;
}
.single_box_bottomSmall.right_side .shoutout_box_inner .top_heading {
  border-radius: 0;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.single_box_bottomSmall.right_side .box_footer {
  left: inherit;
  left: initial;
  right: 0;
}
.single_box_bottomSmall.right_side .box_footer .image_box .notification_circle {
  right: inherit;
  right: initial;
  left: 0;
}
.single_box_bottomSmall.animationIn {
  visibility: visible;
  opacity: 1;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: bounceInUp;
}
.single_box_bottomSmall.fullOpen .shoutout_box_inner .large_text,
.single_box_bottomSmall.fullOpen .shoutout_box_inner .btn_block,
.single_box_bottomSmall.fullOpen .shoutout_box_inner .top_heading {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  margin-bottom: 0 !important;
}
.single_box_bottomSmall.fullOpen .shoutout_box_inner .small_text {
  opacity: 1;
  visibility: visible;
  max-height: inherit;
  max-height: initial;
}
.single_box_bottomSmall.fullOpen .box_footer .image_box .notification_circle {
  -webkit-transition: all 0.2s ease-in !important;
  -moz-transition: all 0.2s ease-in !important;
  -o-transition: all 0.2s ease-in !important;
  transition: all 0.2s ease-in !important;
  visibility: visible;
  opacity: 1;
}
.single_box_bottomSmall.left_side.animationOutClose .shoutout_box_inner,
.single_box_bottomSmall.right_side.animationOutClose .shoutout_box_inner {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: bounceOut;
}
.single_box_bottomSmall.left_side.animationOutOpen .shoutout_box_inner,
.single_box_bottomSmall.right_side.animationOutOpen .shoutout_box_inner {
  animation-duration: 0.25s;
  animation-fill-mode: both;
  animation-name: bounceIn;
}
.shoutout_box_single {
  min-width: 400px;
  max-width: 500px;
  position: fixed;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-101%);
}
.shoutout_box_single .shoutout_box_inner {
  border-top: 3px solid #0C77F8;
  pointer-events: auto;
  pointer-events: initial;
  -webkit-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21);
  position: relative;
}
.shoutout_box_single .shoutout_box_inner .box_content {
  position: relative;
  display: inline-block;
  background: white;
  width: 100%;
}
.shoutout_box_single .shoutout_box_inner .box_content .inner_content {
  position: relative;
}
.shoutout_box_single .shoutout_box_inner .box_content .inner_content .image_box,
.shoutout_box_single .shoutout_box_inner .box_content .inner_content .content_box {
  display: inline-block;
}
.shoutout_box_single .shoutout_box_inner .box_content .inner_content .content_box {
  display: block;
  padding: 15px 0;
  padding-bottom: 10px;
}
.shoutout_box_single .shoutout_box_inner .box_content .inner_content .content_box p,
.shoutout_box_single .shoutout_box_inner .box_content .inner_content .content_box h2 {
  color: #5a5a5a;
  word-break: break-word;
  word-wrap: break-word;
}
.shoutout_box_single .shoutout_box_inner .box_content .inner_content .content_box h2 {
  color: #333;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.shoutout_box_single .shoutout_box_inner .box_content .inner_content .content_box p {
  font-size: 14px;
  white-space: pre-wrap;
}
.shoutout_box_single .shoutout_box_inner .box_content .inner_content .box_btn {
  margin-bottom: 15px;
}
.shoutout_box_single .shoutout_box_inner .box_content .inner_content .box_btn .btn {
  background: #0C77F8;
  border: 0;
  font-size: 13px;
  padding: 6px 7px;
  font-weight: 600;
  color: #ffffff;
  outline: none !important;
}
.shoutout_box_single .shoutout_box_inner .box_content .inner_content .box_btn .link_btn {
  color: #0C77F8;
  text-decoration: underline;
  font-weight: bold;
}
.shoutout_box_single .shoutout_box_inner .box_content .powered_by {
  text-shadow: none;
  background: #ffffff;
  color: #b3b3b3;
  padding: 2px 4px;
  position: absolute;
  z-index: 11;
  bottom: 0;
  right: 0;
  font-weight: normal;
  font-size: 10px;
  outline: none;
}
.shoutout_box_single .shoutout_box_inner .box_content .powered_by span {
  color: gray;
}
.shoutout_box_single .shoutout_box_inner .box_content .powered_by:active,
.shoutout_box_single .shoutout_box_inner .box_content .powered_by:focus {
  outline: none;
}
.shoutout_box_single .shoutout_box_inner .close_btn {
  pointer-events: auto;
  pointer-events: initial;
  position: absolute;
  right: 1px;
  top: 0;
  cursor: pointer;
  background: white;
  text-align: center;
  padding: 0 6px;
  border: 0;
  outline: none;
  z-index: 1;
}
.shoutout_box_single .shoutout_box_inner .close_btn:focus,
.shoutout_box_single .shoutout_box_inner .close_btn:active {
  border: 0;
  outline: none;
}
.shoutout_box_single .shoutout_box_inner .close_btn:hover {
  background: #f6f7fb;
}
.shoutout_box_single .shoutout_box_inner .close_btn img {
  width: 9px;
}
.shoutout_box_single .box_footer {
  display: inline-block;
  pointer-events: auto;
  pointer-events: initial;
  margin-top: 14px;
  padding: 0 !important;
  position: relative;
}
.shoutout_box_single .box_footer .image_box {
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21);
  display: inline-block;
  height: 65px;
  width: 65px;
  overflow: hidden;
  border-radius: 50%;
  padding: 4px;
  background: #ffffff;
}
.shoutout_box_single .box_footer .image_box img {
  border-radius: 50%;
  width: 65px !important;
  height: 65px !important;
  padding: 5px !important;
}
.shoutout_box_single .box_footer .name {
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 59px;
  font-size: 13px;
  transform: translateY(-50%);
  background: #ffffff;
  color: #62747d;
  padding: 2px 7px;
  padding-left: 19px;
  border-radius: 3px;
  font-weight: 600;
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21);
}
.shoutout_box_single .checkbox_option {
  margin-bottom: 15px;
}
.shoutout_box_single .checkbox_option .checkbox {
  margin-bottom: 10px;
  display: block;
  text-align: left;
}
.shoutout_box_single .checkbox_option .checkbox a {
  text-decoration: underline;
  color: #62747d;
}
.shoutout_box_single .checkbox_option .checkbox:last-child {
  margin-bottom: 0;
}
.shoutout_box_single .checkbox_option label {
  text-align: left;
  font-size: 13px;
}
.shoutout_box_single.left_arrow {
  left: 15px;
  padding-left: 0;
  padding-right: 30px;
  transform: translateX(-101%);
}
.shoutout_box_single.left_arrow .shoutout_box_inner {
  transform-origin: 18px bottom;
}
.shoutout_box_single.left_arrow .shoutout_box_inner .arrow_bottom {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 99%;
  left: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid #fff;
}
.shoutout_box_single.left_arrow .shoutout_box_inner .box_content .powered_by {
  right: 0;
}
.shoutout_box_single.left_arrow .box_footer {
  text-align: left;
}
.shoutout_box_single.left_arrow .box_footer.no_border .image_box {
  padding: 0;
}
.shoutout_box_single.right_arrow {
  right: 15px;
  transform: translateX(101%);
  padding-left: 30px;
  padding-right: 0;
}
.shoutout_box_single.right_arrow .shoutout_box_inner {
  transform-origin: right bottom;
}
.shoutout_box_single.right_arrow .shoutout_box_inner .arrow_bottom {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 99%;
  right: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid #fff;
}
.shoutout_box_single.right_arrow .shoutout_box_inner .box_content .powered_by {
  right: 0;
  left: initial;
}
.shoutout_box_single.right_arrow .box_footer {
  text-align: right;
  float: right;
}
.shoutout_box_single.right_arrow .box_footer .name {
  right: 59px;
  left: initial;
  padding-right: 19px;
  padding-left: 7px;
}
.shoutout_box_single.right_arrow .box_footer.no_border .image_box {
  padding: 0;
}
.shoutout_box_single.left_arrow.animationIn {
  visibility: visible;
  opacity: 1;
  animation-duration: 0.25s;
  animation-fill-mode: both;
  animation-name: translateXLeftIn;
}
.shoutout_box_single.left_arrow.animationIn .shoutout_box_inner {
  animation-delay: 0.25s;
  animation-duration: 0.25s;
  animation-fill-mode: both;
  animation-name: bounceIn;
}
.shoutout_box_single.right_arrow.animationIn {
  visibility: visible;
  opacity: 1;
  animation-duration: 0.25s;
  animation-fill-mode: both;
  animation-name: translateXRightIn;
}
.shoutout_box_single.right_arrow.animationIn .shoutout_box_inner {
  animation-delay: 0.25s;
  animation-duration: 0.25s;
  animation-fill-mode: both;
  animation-name: bounceIn;
}
.shoutout_box_single.left_arrow.animationOutClose .shoutout_box_inner,
.shoutout_box_single.right_arrow.animationOutClose .shoutout_box_inner {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: bounceOut;
}
.shoutout_box_single.left_arrow.animationOutOpen .shoutout_box_inner,
.shoutout_box_single.right_arrow.animationOutOpen .shoutout_box_inner {
  animation-duration: 0.25s;
  animation-fill-mode: both;
  animation-name: bounceIn;
}
.shoutout_box_wide {
  width: 100%;
  position: fixed;
  bottom: 0;
  min-height: 70px;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.shoutout_box_wide .shoutout_box_inner {
  pointer-events: auto;
  pointer-events: initial;
  width: 100%;
  border-top: 3px solid #0C77F8;
  transition: all 0.4s linear;
  box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.3), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21);
}
.shoutout_box_wide .shoutout_box_inner .close_btn {
  position: absolute;
  right: 1px;
  top: 0;
  cursor: pointer;
  background: white;
  text-align: center;
  padding: 0 6px;
  border: 0;
  outline: none;
  z-index: 1;
}
.shoutout_box_wide .shoutout_box_inner .close_btn:focus,
.shoutout_box_wide .shoutout_box_inner .close_btn:active {
  border: 0;
  outline: none;
}
.shoutout_box_wide .shoutout_box_inner .close_btn:hover {
  background: #f6f7fb;
}
.shoutout_box_wide .shoutout_box_inner .close_btn img {
  width: 9px;
}
.shoutout_box_wide .shoutout_box_inner .box_content {
  position: relative;
  background: white;
  display: table;
  width: 100%;
  height: 70px;
}
.shoutout_box_wide .shoutout_box_inner .box_content .box_btn {
  max-width: 250px;
}
.shoutout_box_wide .shoutout_box_inner .box_content .box_left {
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
  height: 70px;
}
.shoutout_box_wide .shoutout_box_inner .box_content .box_left .image_box {
  cursor: pointer;
  -webkit-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21), 0 0 0 rgba(0, 0, 0, 0.21);
  height: 70px;
  width: 70px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
}
.shoutout_box_wide .shoutout_box_inner .box_content .box_left .image_box img {
  width: 100%;
  height: 100%;
}
.shoutout_box_wide .shoutout_box_inner .box_content .box_right {
  height: 100%;
  width: 100%;
  padding: 10px;
  padding-left: 80px;
  display: table-cell;
  vertical-align: middle;
}
.shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline .inner_content_inline_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline .inner_content_inline_inner.form_inner {
  display: block;
}
.shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline .inner_content_inline_inner.form_inner h2 {
  margin-right: 0;
  margin-bottom: 8px;
}
.shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline .inner_content_inline_inner.form_inner .basic_form {
  justify-content: center;
  max-width: 500px;
  margin: 0 auto;
}
.shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline p,
.shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline h2 {
  word-break: break-word;
  word-wrap: break-word;
  color: #5a5a5a;
}
.shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline h2 {
  margin-right: 10px;
  font-size: 15px;
  font-weight: normal;
  max-width: 500px;
  text-align: center;
}
.shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline p {
  text-align: center;
  font-size: 13px;
  white-space: pre-wrap;
  line-height: 18px;
}
.shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline .btn {
  background: #0C77F8;
  font-size: 13px;
  padding: 6px 7px;
  color: #ffffff;
  white-space: initial;
  display: block;
}
.shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline .btn_link {
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}
.shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline .basic_form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline .basic_form .input_field {
  margin-bottom: 0;
  padding-left: 0;
}
.shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline .basic_form .input_field input,
.shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline .basic_form .input_field select {
  padding: 8px 8px;
  font-size: 12px;
}
.shoutout_box_wide .shoutout_box_inner .box_content .box_poweredby {
  width: 160px;
  text-align: right;
}
.shoutout_box_wide .shoutout_box_inner .box_content .box_poweredby a {
  display: inline-block;
  color: #b3b3b3;
  font-size: 10px;
}
.shoutout_box_wide .shoutout_box_inner .box_content .box_poweredby span {
  font-weight: 600;
  color: #168eea;
}
.shoutout_box_wide .shoutout_box_inner .box_content .box_poweredby:active,
.shoutout_box_wide .shoutout_box_inner .box_content .box_poweredby:focus {
  outline: none;
}
.shoutout_box_wide .shoutout_box_inner .box_content .responsive_poweredby {
  display: none;
}
.shoutout_box_wide .shoutout_box_inner_wide {
  transform: translate3d(0, 101%, 0);
}
.shoutout_box_wide .shoutout_box_inner_small {
  position: absolute;
  width: 70px;
  bottom: 0;
  transform: translate3d(0, 101%, 0);
}
.shoutout_box_wide .checkbox_option {
  margin-top: 10px;
  text-align: center;
}
.shoutout_box_wide .checkbox_option .checkbox_option_inner {
  display: inline-block;
}
.shoutout_box_wide .checkbox_option .checkbox {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.shoutout_box_wide .checkbox_option .checkbox:last-child {
  margin-bottom: 0;
}
.shoutout_box_wide .checkbox_option .checkbox a {
  text-decoration: underline;
  color: #62747d;
}
.shoutout_box_wide .responsive_hide {
  display: block;
}
.shoutout_box_wide .responsive_show {
  display: none;
  padding-top: 0;
  padding-bottom: 15px;
}
.shoutout_box_wide .center_content {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.shoutout_box_wide.animationIn {
  visibility: visible;
  opacity: 1;
}
.shoutout_box_wide.animationIn .shoutout_box_inner_wide {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: slideInUp;
}
.shoutout_box_wide.animationOutClose .shoutout_box_inner_wide {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: slideOutDown;
}
.shoutout_box_wide.animationOutClose .shoutout_box_inner_small {
  animation-delay: 0.3s;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: slideInUp;
}
.shoutout_box_wide.animationOutOpen .shoutout_box_inner_wide {
  animation-delay: 0.4s;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: slideInUp;
}
.shoutout_box_wide.animationOutOpen .shoutout_box_inner_small {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: slideOutDown;
}
.shoutout_exit_intent {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.shoutout_exit_intent ._scroll {
  overflow: auto;
  position: relative;
  z-index: 1;
  padding: 50px 0;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.shoutout_exit_intent .bg {
  position: fixed;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #1c2b3b;
}
.shoutout_exit_intent .box_poweredby {
  font-size: 10px !important;
  z-index: 1;
}
.shoutout_exit_intent .box_poweredby p {
  font-size: 10px !important;
  margin-bottom: 0 !important;
  margin-top: 15px;
  color: #3a434c !important;
}
.shoutout_exit_intent .box_poweredby p a {
  color: #979ea2 !important;
}
.shoutout_exit_intent .close_btn {
  position: absolute;
  top: 15px;
  right: 25px;
  background: #ffffff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  z-index: 2;
  cursor: pointer;
}
.shoutout_exit_intent .close_btn:focus,
.shoutout_exit_intent .close_btn:active,
.shoutout_exit_intent .close_btn:hover {
  outline: none;
}
.shoutout_exit_intent .close_btn img {
  width: 9px;
}
.shoutout_exit_intent .box_inner {
  padding: 15px;
  max-width: 700px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.shoutout_exit_intent .box_inner h2,
.shoutout_exit_intent .box_inner p {
  color: #ffffff;
  word-break: break-word;
  word-wrap: break-word;
}
.shoutout_exit_intent .box_inner h2 {
  font-size: 40px;
  margin-bottom: 25px;
  font-weight: bold;
  line-height: initial;
}
.shoutout_exit_intent .box_inner p {
  font-size: 20px;
  margin-bottom: 20px;
  white-space: pre-wrap;
}
.shoutout_exit_intent .box_inner .link_block .link_btn {
  color: white;
  text-decoration: underline;
  font-size: 20px;
  font-weight: bold;
}
.shoutout_exit_intent .box_inner .btn_style .btn {
  border-radius: 2px;
  background: white;
  padding: 10px 18px;
  font-weight: bold;
  font-size: 17px;
  min-width: 170px;
  white-space: initial;
}
.shoutout_exit_intent .checkbox_option {
  margin-bottom: 15px;
}
.shoutout_exit_intent .checkbox_option .checkbox {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.shoutout_exit_intent .checkbox_option .checkbox p {
  color: #333 !important;
  font-size: 13px !important;
  margin-bottom: 0 !important;
}
.shoutout_exit_intent .checkbox_option .checkbox:last-child {
  margin-bottom: 0;
}
.shoutout_exit_intent .checkbox_option .checkbox a {
  text-decoration: underline;
  color: #62747d;
}
.shoutout_exit_intent.animationIn {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}
.shoutout_exit_intent.animationIn .box_inner {
  -webkit-animation-delay: 0.2s;
  /* Safari 4.0 - 8.0 */
  animation-delay: 0.2s;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}
.shoutout_exit_intent.animationOut {
  -webkit-animation-delay: 0.2s;
  /* Safari 4.0 - 8.0 */
  animation-delay: 0.2s;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: fadeOut;
}
.shoutout_exit_intent.animationOut .box_inner {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: fadeOutUp;
}
.popupCenter {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.popupCenter ._scroll {
  overflow: auto;
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 50px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.popupCenter .bg {
  position: fixed;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #1c2b3b;
  opacity: 0.88;
}
.popupCenter .close_btn {
  position: absolute;
  top: 6px;
  right: 6px;
  border: 0;
  z-index: 2;
  cursor: pointer;
  background: transparent;
}
.popupCenter .close_btn:focus,
.popupCenter .close_btn:active,
.popupCenter .close_btn:hover {
  border: 0;
  background: transparent;
  outline: none;
}
.popupCenter .close_btn img {
  width: 9px;
}
.popupCenter .box_inner {
  max-width: 700px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.popupCenter .box_inner .box_inner_main {
  padding: 8px;
  padding-bottom: 0;
}
.popupCenter .box_inner h2,
.popupCenter .box_inner p {
  color: #333333;
  word-break: break-word;
  word-wrap: break-word;
}
.popupCenter .box_inner h2 {
  line-height: initial;
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: bold;
}
.popupCenter .box_inner p {
  font-size: 20px;
  margin-bottom: 40px;
  white-space: pre-wrap;
}
.popupCenter .box_inner .img_block,
.popupCenter .box_inner .text_block {
  padding: 15px;
}
.popupCenter .box_inner .text_block {
  min-width: 50%;
}
.popupCenter .box_inner .content {
  padding: 0 15px;
  background: #ffffff;
}
.popupCenter .box_inner .img_block {
  width: 280px;
}
.popupCenter .box_inner .img_block .img {
  width: 255px;
  margin: 0 auto;
}
.popupCenter .box_inner .img_block .img img {
  max-width: 100%;
  margin: auto;
}
.popupCenter .box_inner .btn_block {
  padding: 15px;
}
.popupCenter .box_inner .link_block {
  text-align: center;
}
.popupCenter .box_inner .link_block .link_btn {
  text-decoration: underline;
  font-size: 20px;
  font-weight: bold;
  color: #0C77F8;
}
.popupCenter .box_inner .btn_style {
  text-align: center;
}
.popupCenter .box_inner .btn_style .btn {
  border-radius: 2px;
  background: white;
  padding: 10px 18px;
  background: #0C77F8;
  color: #ffffff;
  font-weight: bold;
  font-size: 17px;
  min-width: 170px;
  white-space: initial;
}
.popupCenter .box_poweredby {
  text-align: center;
}
.popupCenter .box_poweredby p {
  color: #b3b3b3;
  font-size: 10px !important;
  margin: 0;
  margin-top: 8px;
}
.popupCenter .box_poweredby p a {
  color: grey;
}
.popupCenter .checkbox_option {
  padding-top: 10px;
  text-align: center;
}
.popupCenter .checkbox_option .checkbox_option_inner {
  display: inline-block;
}
.popupCenter .checkbox_option .checkbox {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.popupCenter .checkbox_option .checkbox p {
  color: #333 !important;
  font-size: 13px !important;
  margin-bottom: 0 !important;
}
.popupCenter .checkbox_option .checkbox:last-child {
  margin-bottom: 0;
}
.popupCenter .checkbox_option .checkbox a {
  text-decoration: underline;
  color: #62747d;
}
.popupCenter .responsive_show {
  display: none;
  padding-top: 0;
  padding-bottom: 15px;
}
.popupCenter .responsive_hide {
  display: block;
}
.popupCenter.animationIn {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}
.popupCenter.animationIn .box_inner {
  -webkit-animation-delay: 0.2s;
  /* Safari 4.0 - 8.0 */
  animation-delay: 0.2s;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}
.popupCenter.animationOut {
  -webkit-animation-delay: 0.2s;
  /* Safari 4.0 - 8.0 */
  animation-delay: 0.2s;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: fadeOut;
}
.popupCenter.animationOut .box_inner {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: fadeOutUp;
}
.popupBottom {
  position: fixed;
  background-color: #ffffff;
  box-shadow: rgba(50, 50, 93, 0.4) 0px 6px 25px 0px;
  border: 1px solid #ececec;
  bottom: 0;
  max-width: 400px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  opacity: 0;
  visibility: hidden;
}
.popupBottom .close_btn {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  z-index: 2;
  cursor: pointer;
  background: transparent;
}
.popupBottom .close_btn:focus,
.popupBottom .close_btn:active,
.popupBottom .close_btn:hover {
  border: 0;
  background: transparent;
  outline: none;
}
.popupBottom .close_btn img {
  width: 9px;
}
.popupBottom .box_inner {
  position: relative;
  text-align: center;
}
.popupBottom .box_inner:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
}
.popupBottom .box_inner .content {
  padding: 30px 50px;
  position: relative;
  z-index: 1;
}
.popupBottom .box_inner .content .basic_form {
  max-width: 300px;
  margin: 0 auto;
}
.popupBottom .box_inner .text_block {
  text-align: center;
}
.popupBottom .box_inner .text_block h2,
.popupBottom .box_inner .text_block p {
  color: #333333;
  word-break: break-word;
  word-wrap: break-word;
}
.popupBottom .box_inner .text_block h2 {
  line-height: 37px;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: bold;
}
.popupBottom .box_inner .text_block p {
  font-size: 20px;
  margin-bottom: 30px;
  white-space: pre-wrap;
}
.popupBottom .box_inner input {
  text-align: center;
}
.popupBottom .box_inner .link_block {
  text-align: center;
}
.popupBottom .box_inner .link_block .link_btn {
  text-decoration: underline;
  font-size: 20px;
  font-weight: bold;
  color: #0C77F8;
}
.popupBottom .box_inner .btn_block .btn {
  padding: 10px 15px;
  box-shadow: none !important;
  border-radius: 0;
  color: #ffffff;
  background: #0C77F8;
  outline: none;
  font-weight: bold;
  display: block;
  width: 100%;
}
.popupBottom .box_inner .btn_style {
  text-align: center;
}
.popupBottom .box_inner .btn_style .btn {
  border-radius: 2px;
  background: white;
  padding: 10px 18px;
  background: #0C77F8;
  color: #ffffff;
  font-weight: bold;
  font-size: 17px;
  min-width: 170px;
  white-space: initial;
}
.popupBottom .box_poweredby {
  text-align: center;
  position: absolute;
  left: 8px;
  bottom: 8px;
}
.popupBottom .box_poweredby p {
  color: #b3b3b3;
  font-size: 10px;
  margin: 0;
}
.popupBottom .box_poweredby p a {
  color: grey;
}
.popupBottom .checkbox_option {
  margin-bottom: 15px;
}
.popupBottom .checkbox_option .checkbox {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.popupBottom .checkbox_option .checkbox label {
  font-size: 13px;
}
.popupBottom .checkbox_option .checkbox:last-child {
  margin-bottom: 0;
}
.popupBottom .checkbox_option .checkbox a {
  text-decoration: underline;
  color: #62747d;
}
.popupBottom.left_move {
  transform: translateX(-101%);
  left: 0;
}
.popupBottom.right_move {
  transform: translateX(101%);
  right: 15px;
}
.popupBottom.left_move.animationIn {
  visibility: visible;
  opacity: 1;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: translateXLeftIn;
}
.popupBottom.right_move.animationIn {
  visibility: visible;
  opacity: 1;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: translateXRightIn;
}
.popupBottom.left_move.animationOut {
  visibility: visible;
  opacity: 1;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: translateXLeftOut;
}
.popupBottom.right_move.animationOut {
  visibility: visible;
  opacity: 1;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: translateXRightOut;
}
.btn {
  text-transform: initial;
}
.fields_three .item_input {
  margin-left: 10px;
  width: 100%;
  outline: none;
}
.fields_three .item_input:first-child {
  margin-left: 0;
}
.fields_three .btn {
  padding: 13px 15px;
  box-shadow: none !important;
  height: auto;
  border-radius: 0;
  float: left;
  color: #ffffff;
  background: #0C77F8;
  outline: none !important;
  font-weight: bold;
  white-space: initial;
}
.fields_three.fields_three_full {
  max-width: 400px;
  margin: 0 auto;
}
.fields_three.fields_three_full .item_input {
  margin-bottom: 15px;
  margin-left: 0;
  border-radius: 4px;
}
.pre_loader {
  position: fixed;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 5px;
  text-align: center;
  width: 100%;
}
.pre_loader .loader_block {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.pre_loader .loader_block img {
  width: 38px;
  vertical-align: middle;
}
.pre_loader .loader_block span {
  color: #fff;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.custom_script_container {
  position: fixed;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
}
.custom_script_container .close_btn {
  position: absolute;
  background: #e6ecf6;
  cursor: pointer;
  text-align: center;
  padding: 0;
  outline: none;
  z-index: 99999;
  height: 30px;
  width: 30px;
  border: 0;
  border-radius: 50%;
  opacity: 0.8;
}
.custom_script_container .close_btn:focus,
.custom_script_container .close_btn:active {
  outline: none;
}
.custom_script_container .close_btn:hover {
  background: #e6ecf6;
  opacity: 1;
}
.custom_script_container .close_btn img {
  width: 10px;
}
.custom_script_container.middle_position {
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.custom_script_container.middle_position .close_btn {
  right: 15px;
  top: 15px;
}
.custom_script_container.top_left_position {
  top: 0;
  text-align: left;
  left: 15px;
}
.custom_script_container.top_left_position .close_btn {
  left: 15px;
  top: 15px;
}
.custom_script_container.bottom_left_position {
  bottom: 0;
  text-align: left;
  left: 15px;
}
.custom_script_container.bottom_left_position .close_btn {
  left: 15px;
  top: 15px;
}
.custom_script_container.top_right_position {
  top: 0;
  text-align: right;
  right: 15px;
}
.custom_script_container.top_right_position .close_btn {
  right: 15px;
  top: 15px;
}
.custom_script_container.bottom_right_position {
  bottom: 0;
  text-align: right;
  right: 15px;
}
.custom_script_container.bottom_right_position .close_btn {
  right: 15px;
  top: 15px;
}
.custom_script_container.middle_position.animationIn {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: csSlideInDown;
}
.custom_script_container.top_left_position.animationIn,
.custom_script_container.bottom_left_position.animationIn {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: csSLeftIn;
}
.custom_script_container.top_right_position.animationIn,
.custom_script_container.bottom_right_position.animationIn {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: csSRightIn;
}
.custom_script_container.middle_position.animationOut {
  -webkit-animation-delay: 0.2s;
  /* Safari 4.0 - 8.0 */
  animation-delay: 0.2s;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: csSlideInUp;
}
.custom_script_container.top_left_position.animationOut,
.custom_script_container.bottom_left_position.animationOut {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: csSLeftClose;
}
.custom_script_container.top_right_position.animationOut,
.custom_script_container.bottom_right_position.animationOut {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: csSRightClose;
}
@keyframes csSlideInDown {
  from {
    transform: translate(-50%, -75%);
    visibility: hidden;
    opacity: 0;
  }
  to {
    transform: translate(-50%, calc(-50% + 0.5px));
    visibility: visible;
    opacity: 1;
  }
}
@keyframes csSlideInUp {
  from {
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
  }
  to {
    transform: translate(-50%, -75%);
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes csSLeftIn {
  from {
    transform: translateX(-101%);
    visibility: hidden;
    opacity: 0;
  }
  to {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
}
@keyframes csSLeftClose {
  from {
    transform: translateX(0);
    visibility: hidden;
    opacity: 0;
  }
  to {
    transform: translateX(-101%);
    visibility: visible;
    opacity: 1;
  }
}
@keyframes csSRightIn {
  from {
    transform: translateX(101%);
    visibility: hidden;
    opacity: 0;
  }
  to {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
}
@keyframes csSRightClose {
  from {
    transform: translateX(0);
    visibility: hidden;
    opacity: 0;
  }
  to {
    transform: translateX(101%);
    visibility: visible;
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes bounceIn {
  from {
    display: block;
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounceOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.4);
    height: 0;
    overflow: hidden;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -1000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -1000px, 0);
  }
}
@keyframes translateXLeftIn {
  from {
    transform: translateX(-101%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes translateXRightIn {
  from {
    transform: translateX(101%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes translateXLeftOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-101%);
  }
}
@keyframes translateXRightOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(101%);
  }
}
@keyframes translateYIn {
  from {
    transform: translateY(115%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 115%, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 992px) {
  .shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline {
    display: block;
  }
  .shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline .box_poweredby {
    display: none;
  }
  .shoutout_box_wide .shoutout_box_inner .box_content .responsive_poweredby {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline h2 {
    max-width: 300px;
  }
  .shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline .inner_content_inline_inner {
    padding: 0 15px;
  }
  .shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline .inner_content_inline_inner.form_inner {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .shoutout_box_wide .shoutout_box_inner .box_content .box_btn {
    text-align: center;
  }
  .shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline .inner_content_inline_inner {
    display: block;
  }
  .shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline h2 {
    margin-bottom: 10px;
    max-width: initial;
  }
  .shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline .basic_form {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .basic_form input,
  .basic_form select,
  .basic_form textarea {
    padding: 13px 10px;
    font-size: 13px;
  }
  .shoutout_exit_intent .box_inner h2 {
    font-size: 32px;
  }
  .shoutout_exit_intent .box_inner p {
    font-size: 18px;
  }
  .fields_three.fields_three_full .item_input {
    height: 42px;
    font-size: 13px;
  }
  .fields_three .btn {
    padding: 10px 15px;
  }
  .popupCenter .box_inner .content {
    display: block;
    text-align: center;
  }
  .popupCenter .box_inner .img_block {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .popupCenter .box_inner {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .contentVideoFrameWrapper {
    padding: 0 !important;
    margin-top: 40px;
  }
  .contentVideoFrameWrapper .container {
    max-width: 100% !important;
  }
  .shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline .inner_content_inline_inner.without_form_inner {
    display: block;
    text-align: center;
  }
  .shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline .inner_content_inline_inner.without_form_inner h2 {
    margin: 0;
    margin-bottom: 7px;
    padding: 0;
  }
  .shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline .basic_form .input_field input,
  .shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline .basic_form .input_field select {
    padding: 7px 7px;
    font-size: 11px;
  }
  .shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline h2 {
    font-size: 14px;
    padding: 0 12px;
  }
  .shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline .btn {
    font-size: 12px;
    padding: 5px 7px;
  }
  .shoutout_box_wide {
    width: 100%;
    left: 0;
  }
  .popupCenter .box_inner h2 {
    font-size: 28px;
  }
  .popupCenter .box_inner p {
    font-size: 17px;
  }
  .popupCenter .fields_three {
    display: block;
    margin: 0 auto;
    max-width: 300px;
  }
  .popupCenter .responsive_show {
    display: block;
  }
  .popupCenter .responsive_hide {
    display: none;
  }
  .fields_three .item_input {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .popupBottom .box_inner .text_block h2 {
    font-size: 28px;
  }
  .popupBottom .box_inner .text_block p {
    font-size: 17px;
  }
  .popupCenter .box_inner p {
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .shoutout_box_wide .shoutout_box_inner .box_content .box_btn {
    max-width: inherit;
  }
  .single_box_bottomSmall.right_side .box_footer {
    float: right;
    right: 3px;
  }
  .generic_site_preview .single_box_bottomSmall .shoutout_box_inner {
    margin-bottom: 10px;
    position: relative;
  }
  .single_box_bottomSmall .box_footer {
    position: relative;
    left: 6px;
    bottom: 0;
    margin-top: 10px;
  }
  .single_box_bottomSmall {
    min-width: initial;
  }
  .single_box_bottomSmall.left_side {
    padding-left: 0;
  }
  .single_box_bottomSmall.right_side {
    padding-right: 0;
  }
  .single_box_bottomSmall .shoutout_box_inner .curve_bottom {
    position: absolute;
    bottom: -31px;
    left: -13px;
    transform: rotate(180deg);
  }
  .single_box_bottomSmall.right_side .shoutout_box_inner .curve_bottom {
    left: initial;
    right: -13px;
    transform: rotate(270deg);
    bottom: -29px;
  }
  .shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline .inner_content_inline_inner.form_inner .basic_form {
    display: block;
    text-align: center;
  }
  .shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline .basic_form .input_field {
    margin-bottom: 6px;
    float: none;
    display: inline-block;
    width: 100%;
    max-width: 250px;
  }
  .shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline .basic_form {
    display: block;
    text-align: center;
  }
  .shoutout_box_wide .responsive_show {
    display: block;
  }
  .shoutout_box_wide .responsive_hide {
    display: none;
  }
}
@media (max-width: 450px) {
  .shoutout_box_wide .shoutout_box_inner .box_content .inner_content_inline h2 {
    font-size: 13px;
  }
  .cta_prev_form {
    padding: 0 15px;
  }
  .shoutout_box_single {
    width: 100%;
    padding: 0 30px;
    padding-left: 0;
    margin: 0;
    min-width: initial;
  }
  .shoutout_box_single .input_field {
    margin-bottom: 10px;
  }
  .shoutout_box_single .input_field input,
  .shoutout_box_single .input_field select {
    padding: 10px 5px;
    font-size: 11px;
    height: auto;
    display: block;
    width: 100%;
    border-radius: 2px;
  }
  .shoutout_box_single .shoutout_box_inner .box_content .box_poweredby {
    border-radius: 2px;
    padding: 10px 15px;
  }
  .shoutout_box_single .shoutout_box_inner .box_content .inner_content .box_btn .btn {
    font-size: 12px;
  }
}
.shoutout_box_single .box_footer .image_box {
  padding: 0px !important;
}
.shoutout_box_single .box_footer .image_box img {
  width: 100%;
}
.single_box_bottomSmall .box_footer .image_box {
  padding: 0px !important;
}
.single_box_bottomSmall .box_footer .image_box img {
  width: 100%;
}
.font_family {
  font-family: 'Nunito Sans', sans-serif;
}
body {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  background: #f2f6f7;
  font-size: 16px;
}
body,
html,
button,
input,
optgroup,
select,
textarea,
span,
p,
h1,
h2,
h3,
h4,
h5,
div,
ul,
li,
ol,
a {
  font-family: 'Nunito Sans', sans-serif;
  color: #64717c;
  margin: 0;
  list-style: none;
  text-decoration: none;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body:hover,
html:hover,
button:hover,
input:hover,
optgroup:hover,
select:hover,
textarea:hover,
span:hover,
p:hover,
h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
div:hover,
ul:hover,
li:hover,
ol:hover,
a:hover,
body:active,
html:active,
button:active,
input:active,
optgroup:active,
select:active,
textarea:active,
span:active,
p:active,
h1:active,
h2:active,
h3:active,
h4:active,
h5:active,
div:active,
ul:active,
li:active,
ol:active,
a:active,
body:focus,
html:focus,
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus,
span:focus,
p:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
div:focus,
ul:focus,
li:focus,
ol:focus,
a:focus {
  text-decoration: none;
}
.preview_item_link {
  cursor: pointer;
}
.bio-preview-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
  overflow-y: scroll;
}
.bio-preview-block .preview-inner .preview-mockup-inner {
  height: 100%;
  padding: 40px 15px;
}
.bio-preview-block .preview-inner .preview-mockup-inner .preview-mockup-inner-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  width: auto;
  margin: 0 auto;
}
.bio-preview-block .preview-inner .profile__box {
  margin-bottom: 20px;
}
.bio-preview-block .preview-inner .profile__box .avatar {
  margin-right: 0;
}
.bio-preview-block .preview-inner .profile__box .avatar .brand_img {
  margin: 0 auto;
  width: 92px;
  height: 92px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-radius: 50%;
}
.bio-preview-block .preview-inner .profile__box .avatar,
.bio-preview-block .preview-inner .profile__box .content {
  display: block;
  text-align: center;
}
.bio-preview-block .preview-inner .profile__box .avatar .url,
.bio-preview-block .preview-inner .profile__box .content .url {
  margin-top: 10px;
}
.bio-preview-block .preview-inner .profile__box .avatar .url p,
.bio-preview-block .preview-inner .profile__box .content .url p {
  font-weight: bold;
  color: #b3b3c3;
}
.bio-preview-block .preview-inner .preview_body .title-name {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.bio-preview-block .preview-inner .preview_body .title-name i,
.bio-preview-block .preview-inner .preview_body .title-name span {
  vertical-align: middle;
  display: inline-block;
}
.bio-preview-block .preview-inner .preview_body .title-name i {
  margin-right: 5px;
  margin-top: 5px;
}
.bio-preview-block .preview-inner .preview_body .title-name span {
  word-break: break-word;
  word-wrap: break-word;
}
.bio-preview-block .preview-inner .preview_body .card_like .title {
  font-weight: 600;
  font-size: 15px;
  word-break: break-word;
  word-wrap: break-word;
  margin-top: -8px;
}
.bio-preview-block .preview-inner .preview_item_link {
  background: #ffffff;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  -webkit-transition: all 0.2s linear !important;
  -moz-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
}
.bio-preview-block .preview-inner .preview_item_link a {
  font-weight: 600;
  text-align: center;
  word-break: break-word;
  word-wrap: break-word;
}
.bio-preview-block .preview-inner .preview_item_link .preview_item_link_icon {
  margin-left: auto;
  cursor: pointer;
  min-width: 30px;
}
.bio-preview-block .preview-inner .preview_item_social_channels ul {
  text-align: center;
}
.bio-preview-block .preview-inner .preview_item_social_channels ul li {
  display: inline-block;
  font-size: 22px;
  margin-right: 7px;
  margin-left: 7px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.bio-preview-block .preview-inner .preview_item_social_channels ul li a {
  display: block;
}
.white_and_orange .preview-inner .preview_item_link {
  background: #d89505;
  border: 1px solid #d89505;
}
.white_and_orange .preview-inner .preview_item_link:hover {
  background: #ffffff;
}
.white_and_orange .preview-inner .preview_item_link:hover a {
  color: #d89505;
}
.white_and_orange .preview-inner .preview_item_link a {
  color: #ffffff;
}
.white_and_orange .footer span {
  color: #3988fe;
}
.white_and_blue .preview-inner .preview_item_link {
  background: #168eea;
  border: 1px solid #168eea;
}
.white_and_blue .preview-inner .preview_item_link:hover {
  background: #ffffff;
}
.white_and_blue .preview-inner .preview_item_link:hover a {
  color: #168eea;
}
.white_and_blue .preview-inner .preview_item_link a {
  color: #ffffff;
}
.white_and_blue .footer span {
  color: #3988fe;
}
.white_and_purple .preview-inner .preview_item_link {
  background: #463eda;
  border: 1px solid #463eda;
}
.white_and_purple .preview-inner .preview_item_link:hover {
  background: #ffffff;
}
.white_and_purple .preview-inner .preview_item_link:hover a {
  color: #463eda;
}
.white_and_purple .preview-inner .preview_item_link a {
  color: #ffffff;
}
.white_and_purple .footer span {
  color: #3988fe;
}
.white_and_pink .preview-inner .preview_item_link {
  background: #f76a60;
  border: 1px solid #f76a60;
}
.white_and_pink .preview-inner .preview_item_link:hover {
  background: #ffffff;
}
.white_and_pink .preview-inner .preview_item_link:hover a {
  color: #f76a60;
}
.white_and_pink .preview-inner .preview_item_link a {
  color: #ffffff;
}
.white_and_pink .footer span {
  color: #3988fe;
}
.white_and_green .preview-inner .preview_item_link {
  background: #38ad8e;
  border: 1px solid #38ad8e;
}
.white_and_green .preview-inner .preview_item_link:hover {
  background: #ffffff;
}
.white_and_green .preview-inner .preview_item_link:hover a {
  color: #38ad8e;
}
.white_and_green .preview-inner .preview_item_link a {
  color: #ffffff;
}
.white_and_green .footer span {
  color: #3988fe;
}
.black_and_gradient .footer span {
  color: #ffffff;
}
.black_and_gradient .preview-inner .preview-mockup-inner {
  position: relative;
}
.black_and_gradient .preview-inner .preview-mockup-inner:after {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: '';
  background-color: #9a9b9b;
  background: -webkit-gradient(linear, left bottom, left top, from(#9a9b9b), to(#3f4049));
  background: linear-gradient(0deg, #9a9b9b, #3f4049);
}
.black_and_gradient .preview-inner .preview_item_link {
  border: 1px solid transparent;
}
.black_and_gradient .preview-inner .preview_item_link:hover {
  background: transparent;
  border: 1px solid #ffffff;
}
.black_and_gradient .preview-inner .preview_item_link:hover a {
  color: #ffffff;
}
.black_and_gradient .preview-inner .preview_body .title-name span,
.black_and_gradient .preview-inner .preview_body .title-name i {
  color: #ffffff;
}
.black_and_gradient .preview-inner .profile__box .avatar .url p,
.black_and_gradient .preview-inner .profile__box .content .url p {
  color: #ffffff;
}
.blue_and_gradient .preview-inner .preview-mockup-inner {
  position: relative;
}
.blue_and_gradient .preview-inner .preview-mockup-inner:after {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: '';
  background-color: #76f3fa;
  background: -webkit-gradient(linear, left bottom, left top, from(#76f3fa), to(#3a4eff));
  background: linear-gradient(0deg, #76f3fa, #3a4eff);
}
.blue_and_gradient .preview-inner .preview_item_link {
  border: 1px solid transparent;
}
.blue_and_gradient .preview-inner .preview_item_link:hover {
  background: transparent;
  border: 1px solid #ffffff;
}
.blue_and_gradient .preview-inner .preview_item_link:hover a {
  color: #ffffff;
}
.blue_and_gradient .preview-inner .preview_body .title-name span,
.blue_and_gradient .preview-inner .preview_body .title-name i {
  color: #ffffff;
}
.blue_and_gradient .preview-inner .profile__box .avatar .url p,
.blue_and_gradient .preview-inner .profile__box .content .url p {
  color: #ffffff;
}
.blue_and_gradient .footer span {
  color: #ffffff;
}
.pink_and_gradient .preview-inner .preview-mockup-inner {
  position: relative;
}
.pink_and_gradient .preview-inner .preview-mockup-inner:after {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: '';
  background-color: #fd8f67;
  background: -webkit-gradient(linear, left bottom, left top, from(#fd8f67), to(#d463a3));
  background: linear-gradient(0deg, #fd8f67, #d463a3);
}
.pink_and_gradient .preview-inner .preview_item_link {
  border: 1px solid transparent;
}
.pink_and_gradient .preview-inner .preview_item_link:hover {
  background: transparent;
  border: 1px solid #ffffff;
}
.pink_and_gradient .preview-inner .preview_item_link:hover a {
  color: #ffffff;
}
.pink_and_gradient .footer span {
  color: #ffffff;
}
.green_and_gradient .preview-inner .preview-mockup-inner {
  position: relative;
}
.green_and_gradient .preview-inner .preview-mockup-inner:after {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: '';
  background-color: #aaf0cb;
  background: -webkit-gradient(linear, left bottom, left top, from(#aaf0cb), to(#39e09b));
  background: linear-gradient(0deg, #aaf0cb, #39e09b);
}
.green_and_gradient .preview-inner .preview_item_link {
  border: 1px solid transparent;
}
.green_and_gradient .preview-inner .preview_item_link:hover {
  background: transparent;
  border: 1px solid #ffffff;
}
.green_and_gradient .preview-inner .preview_item_link:hover a {
  color: #ffffff;
}
.green_and_gradient .preview-inner .preview_body .title-name span,
.green_and_gradient .preview-inner .preview_body .title-name i {
  color: #ffffff;
}
.green_and_gradient .preview-inner .profile__box .avatar .url p,
.green_and_gradient .preview-inner .profile__box .content .url p {
  color: #ffffff;
}
.green_and_gradient .footer span {
  color: #ffffff;
}
.preview_item_social_channels ul li a .spotify:hover {
  color: #0a7530 !important;
}
.preview_item_social_channels ul li a .apple:hover {
  color: #000000 !important;
}
.preview_item_social_channels ul li a .pinterest:hover {
  color: #cb2027 !important;
}
.preview_item_social_channels ul li a .tiktok:hover {
  color: #000000 !important;
}
.preview_item_social_channels ul li a .snapchat:hover {
  color: #FFFC00 !important;
}
.preview_item_social_channels ul li a .youtube:hover {
  color: #b31217 !important;
}
.preview_item_social_channels ul li a .instagram:hover {
  color: #9b36b7 !important;
}
.preview_item_social_channels ul li a .twitter:hover {
  color: #00aced !important;
}
.preview_item_social_channels ul li a .facebook:hover {
  color: #3b5998 !important;
}
.preview_item_social_channels ul li a .linkedin:hover {
  color: #007bb6 !important;
}
.preview_item_social_channels ul li a .medium:hover {
  color: #000000 !important;
}
.preview_item_social_channels ul li a .twitch:hover {
  color: #6441a5 !important;
}
.preview_item_social_channels ul li a .soundcloud:hover {
  color: #ff8802 !important;
}
/******************
Animations
*******************/
.tada {
  animation-name: tada;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.shake {
  animation-name: shake;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.swing {
  animation-name: swing;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.wobble {
  animation-name: wobble;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.jello {
  animation-name: jello;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.pulse {
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.zoom {
  animation-name: zoom;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes tada {
  5% {
    transform: scale(1) rotate(0);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-2deg);
  }
  15%,
  25% {
    transform: scale(1.1) rotate(2deg);
  }
  35%,
  30% {
    transform: scale(0.9) rotate(-2deg);
  }
  40% {
    transform: scale(1) rotate(0);
  }
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  5% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  15% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  20% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  25% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  30% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  40% {
    transform: translate(1px, 1px) rotate(0deg);
  }
}
@keyframes swing {
  5% {
    transform: rotate(15deg);
  }
  10% {
    transform: rotate(-10deg);
  }
  15% {
    transform: rotate(5deg);
  }
  20% {
    transform: rotate(-5deg);
  }
  80% {
    transform: rotate(0deg);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  10% {
    transform: translateX(-25%) rotate(-5deg);
  }
  15% {
    transform: translateX(20%) rotate(3deg);
  }
  20% {
    transform: translateX(-15%) rotate(-3deg);
  }
  25% {
    transform: translateX(10%) rotate(2deg);
  }
  30% {
    transform: translateX(-5%) rotate(-1deg);
  }
  70% {
    transform: translateX(0%) rotate(0deg);
  }
}
@keyframes jello {
  11.1% {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    transform: none;
  }
}
@keyframes pulse {
  10% {
    transform: scale(1, 1);
  }
  20% {
    transform: scale(1.1, 1.1);
  }
  30% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1.1, 1.1);
  }
  60% {
    transform: scale(1, 1);
  }
}
@keyframes zoom {
  10% {
    transform: scale(1, 1);
  }
  20% {
    transform: scale(1.1, 1.1);
  }
  30% {
    transform: scale(1, 1);
  }
  70% {
    transform: scale(1, 1);
  }
}
.rounded-t-10 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rounded-b-10 {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.rounded-10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}
