.btn-group--fullwidth .dropdown-menu {
  top: 31px;
  min-width: 100%;
}

.btn-group--fullwidth .btn,
.btn-group--fullwidth .zend_form input[type="submit"],
.zend_form .btn-group--fullwidth input[type="submit"],
.btn-group--fullwidth .omnisearch__btn,
.btn-group--fullwidth .login-panel__main #login-element input,
.login-panel__main #login-element .btn-group--fullwidth input,
.btn-group--fullwidth .competitor__add {
  width: 100%;
}

.btn--google-sign-in {
  background: url(/images/google-icon.png) 12px 50% no-repeat;
  border: 1px solid #F3f3f3 !important;
  background-size: 7%;
  margin-bottom: 15px;
  width: 100%;
}

.btn--office365-sign-in {
  background: url(/images/office365-icon.png) 12px 50% no-repeat;
  border: 1px solid #F3f3f3 !important;
  background-size: 7%;
  margin-bottom: 15px;
  width: 100%;
}

/* Standard form stuff
----------------------------------------------------------------------------------------------------------------------------- */

.form-control,
.zend_form input,
.zend_form select,
.login-panel__main #username-element input,
.login-panel__main #password-element input,
.login-panel__main #passwordconfirm-element input {
  border-color: #d8d8d8;
  height: 39px;
  box-shadow: none;
  border-radius: 2px;
}

.form-control :after,
.zend_form input :after,
.zend_form select :after,
.login-panel__main #username-element input :after,
.login-panel__main #password-element input :after,
.login-panel__main #passwordconfirm-element input :after {
  content: " ";
  border-bottom: 1px solid red;
  margin: 10px 0;
  display: block;
}

.form-control:focus,
.zend_form input:focus,
.zend_form select:focus,
.login-panel__main #username-element input:focus,
.login-panel__main #password-element input:focus,
.login-panel__main #passwordconfirm-element input:focus {
  box-shadow: none;
  border-color: #5b5b75;
}

.control-label,
.form-horizontal .zend_form label {
  font-weight: bold;
  max-width: 100%;
  display: inline-block;
}

.form-horizontal .control-label,
.form-horizontal .zend_form .control-label,
.form-horizontal .zend_form label {
  text-align: left;
}

.btn-wrapper {
  text-align: right;
}

.form-control--inline {
  display: inline;
  width: auto;
  margin: 0 8px;
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

.checkbox input[type="checkbox"] {
  margin-top: 2px;
  margin-left: -28px;
}

.checkbox label {
  padding-left: 28px;
}

textarea.ng-touched:invalid,
input.ng-touched:invalid {
  border-color: red;
}

/* Small inputs
----------------------------------------------------------------------------------------------------------------------------- */

.input-sm,
.input-group-sm > .form-control,
.zend_form .input-group-sm > input,
.zend_form .input-group-sm > select,
.login-panel__main #username-element .input-group-sm > input,
.login-panel__main #password-element .input-group-sm > input,
.login-panel__main #passwordconfirm-element .input-group-sm > input,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.zend_form .input-group-sm > .input-group-btn > input[type="submit"],
.input-group-sm > .input-group-btn > .omnisearch__btn,
.login-panel__main #login-element .input-group-sm > .input-group-btn > input,
.input-group-sm > .input-group-btn > .competitor__add {
  height: 29px;
  padding: 5px;
}

/* SHITTY ZEND FORM OVERRIDES
----------------------------------------------------------------------------------------------------------------------------- */

.zend_form dd label {
  clear: both;
  width: 100% !important;
}

.zend_form dd label input {
  margin-right: 10px;
}

.zend_form input {
  margin-bottom: 10px;
}

.zend_form input[type="file"] {
  border: none;
  background: none;
  padding: 10px 0 0;
}

.zend_form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  padding: 0;
  display: inline-block;
}

.zend_form select {
  display: inline-block;
  width: auto;
  margin-bottom: 1em;
}

.zend_form input[type="submit"] {
  display: inline-block;
  width: auto;
  height: auto;
}

.zend_form #submit-label {
  display: none;
}

.zend_form #submit-element,
.zend_form #submitpchange-element {
  text-align: right;
  width: 100% !important;
}

.input__forcechange {
  height: 40px !important;
}

.form-horizontal .zend_form label {
  padding-left: 0;
  padding-right: 0;
}

.form-horizontal .zend_form dd {
  padding-left: 0;
  padding-right: 0;
}

.form-horizontal .zend_form label {
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .form-horizontal .zend_form label {
    margin-bottom: 0;
  }
}

/* ON-OFF SLIDER
----------------------------------------------------------------------------------------------------------------------------- */

/* SLIDE THREE */

.onOffSlider {
  width: 60px;
  height: 8px;
  background: #ddd;
  margin: 6px 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
}

.onOffSlider label {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  position: absolute;
  top: -6px;
  left: 3px;
  z-index: 1;
  background-color: #ccc;
}

.onOffSlider input[type=checkbox]:checked + label {
  left: 37px;
  background-color: #3b77c7;
}

.onOffSlider input[type=checkbox] {
  opacity: 0;
  width: 60px;
  margin-top: -10px;
}

.flat-checkbox input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  left: -1000px;
}

.flat-checkbox input[type="checkbox"] + label {
  position: relative;
}

.flat-checkbox input[type="checkbox"] + label::before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: .5em;
  position: relative;
  top: .25em;
  display: inline-block;
  background-color: #ddd;
  border-radius: 50%;
}

.flat-checkbox input[type="checkbox"] + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
}

.flat-checkbox input[type="checkbox"]:checked + label::after {
  background-color: #272C33;
}

#csrf_protect-label,
#csrf_protect-element {
  display: none;
}

.adduserform dt {
  clear: both;
}

.modal-user-edit input[type="checkbox"] {
  display: inline;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}

/**
 Bootstrap date picker custom styles
 */

div[uib-datepicker-popup-wrap] {
  display: inline;
}

div[uib-datepicker-popup-wrap] .dropdown-menu {
  background-color: #ffffff;
}

div[uib-datepicker-popup-wrap] .dropdown-menu:before {
  background-color: transparent;
  transform: rotate(0);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 17px solid #fff;
  top: -13px;
}

/* Scores
-------------------------------------------------- */

.score-label {
  font-size: .9em;
}

.score,
.score-inline {
  display: block;
  background: #E44127;
  padding: 15px 10px;
  color: #fff;
  font-size: 1.6em;
  font-weight: 500;
  text-align: center;
  line-height: 1em;
  width: 84px;
  border-radius: 3px;
}

/* Score colours - generic across site
-------------------------------------------------- */

.score_0 {
  background: #E44127;
}

.score_1 {
  background: #FF6647;
}

.score_2 {
  background: #FC9151;
}

.score_3 {
  background: #FFCE54;
}

.score_4 {
  background: #f7db4c;
}

.score_5 {
  background: #A5DE67;
}

.score_6 {
  background: #91CD51;
}

.score_7 {
  background: #52C194;
}

.score_8 {
  background: #3BAFDA;
}

.score_9 {
  background: #599AEC;
}

.score_10 {
  background: #4A89CD;
}

.score_info,
.score_NaN {
  background: #CCD1D9;
}

/* score inline - like on the websites table
-------------------------------------------------- */

.score-inline {
  width: 43px;
  padding: 7px 10px;
  font-size: 1em;
}

.score-fail {
  background: url("/images/simple-icons/panel-warning.png") no-repeat center;
  width: 43px;
  height: 28px;
  background-size: contain;
  display: inline-block;
}

@media (max-width: 992px) {
  .summary__score--sf .radial-progress {
    margin: 0 auto;
  }

  .summary__score--sf .radial-progress:hover .radial-progress__popover {
    display: none;
  }
}

.radial-progress {
  width: 80px;
  height: 80px;
  background-color: #e5e5e5;
  border-radius: 50%;
  overflow: hidden;
}

.radial-progress .radial-progress__circle .radial-progress__mask,
.radial-progress .radial-progress__circle .radial-progress__fill {
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50%;
}

.radial-progress .radial-progress__circle .radial-progress__mask,
.radial-progress .radial-progress__circle .radial-progress__fill {
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 1s;
  transition: -ms-transform 1s;
  transition: transform 1s;
  border-radius: 50%;
}

.radial-progress .radial-progress__circle .radial-progress__mask {
  clip: rect(0px, 80px, 80px, 40px);
}

.radial-progress .radial-progress__circle .radial-progress__mask .radial-progress__fill {
  clip: rect(0px, 40px, 80px, 0px);
  background-color: #a0d468;
}

.radial-progress .radial-progress__inset {
  width: 62px;
  height: 62px;
  position: absolute;
  margin-left: 9px;
  margin-top: 9px;
  background-color: #fff;
  border-radius: 50%;
}

.radial-progress .radial-progress__inset .radial-progress__percentage {
  height: 62px;
  width: 60px;
  overflow: hidden;
  position: absolute;
  left: 1px;
  line-height: 60px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: normal;
  font-size: 1.9em;
}

.radial-progress .radial-progress__mask--full,
.radial-progress .radial-progress__mask--half {
  overflow: hidden;
}

.radial-progress[data-score="0"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="0"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(1.7821782178deg);
  -ms-transform: rotate(1.7821782178deg);
  transform: rotate(1.7821782178deg);
}

.radial-progress[data-score="0"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(3.5643564356deg);
  -ms-transform: rotate(3.5643564356deg);
  transform: rotate(3.5643564356deg);
}

.radial-progress[data-score="1"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="1"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(3.5643564356deg);
  -ms-transform: rotate(3.5643564356deg);
  transform: rotate(3.5643564356deg);
}

.radial-progress[data-score="1"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(7.1287128713deg);
  -ms-transform: rotate(7.1287128713deg);
  transform: rotate(7.1287128713deg);
}

.radial-progress[data-score="2"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="2"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(5.3465346535deg);
  -ms-transform: rotate(5.3465346535deg);
  transform: rotate(5.3465346535deg);
}

.radial-progress[data-score="2"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(10.6930693069deg);
  -ms-transform: rotate(10.6930693069deg);
  transform: rotate(10.6930693069deg);
}

.radial-progress[data-score="3"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="3"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(7.1287128713deg);
  -ms-transform: rotate(7.1287128713deg);
  transform: rotate(7.1287128713deg);
}

.radial-progress[data-score="3"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(14.2574257426deg);
  -ms-transform: rotate(14.2574257426deg);
  transform: rotate(14.2574257426deg);
}

.radial-progress[data-score="4"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="4"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(8.9108910891deg);
  -ms-transform: rotate(8.9108910891deg);
  transform: rotate(8.9108910891deg);
}

.radial-progress[data-score="4"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(17.8217821782deg);
  -ms-transform: rotate(17.8217821782deg);
  transform: rotate(17.8217821782deg);
}

.radial-progress[data-score="5"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="5"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(10.6930693069deg);
  -ms-transform: rotate(10.6930693069deg);
  transform: rotate(10.6930693069deg);
}

.radial-progress[data-score="5"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(21.3861386139deg);
  -ms-transform: rotate(21.3861386139deg);
  transform: rotate(21.3861386139deg);
}

.radial-progress[data-score="6"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="6"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(12.4752475248deg);
  -ms-transform: rotate(12.4752475248deg);
  transform: rotate(12.4752475248deg);
}

.radial-progress[data-score="6"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(24.9504950495deg);
  -ms-transform: rotate(24.9504950495deg);
  transform: rotate(24.9504950495deg);
}

.radial-progress[data-score="7"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="7"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(14.2574257426deg);
  -ms-transform: rotate(14.2574257426deg);
  transform: rotate(14.2574257426deg);
}

.radial-progress[data-score="7"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(28.5148514851deg);
  -ms-transform: rotate(28.5148514851deg);
  transform: rotate(28.5148514851deg);
}

.radial-progress[data-score="8"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="8"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(16.0396039604deg);
  -ms-transform: rotate(16.0396039604deg);
  transform: rotate(16.0396039604deg);
}

.radial-progress[data-score="8"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(32.0792079208deg);
  -ms-transform: rotate(32.0792079208deg);
  transform: rotate(32.0792079208deg);
}

.radial-progress[data-score="9"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="9"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(17.8217821782deg);
  -ms-transform: rotate(17.8217821782deg);
  transform: rotate(17.8217821782deg);
}

.radial-progress[data-score="9"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(35.6435643564deg);
  -ms-transform: rotate(35.6435643564deg);
  transform: rotate(35.6435643564deg);
}

.radial-progress[data-score="10"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="10"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(19.603960396deg);
  -ms-transform: rotate(19.603960396deg);
  transform: rotate(19.603960396deg);
}

.radial-progress[data-score="10"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(39.2079207921deg);
  -ms-transform: rotate(39.2079207921deg);
  transform: rotate(39.2079207921deg);
}

.radial-progress[data-score="11"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="11"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(21.3861386139deg);
  -ms-transform: rotate(21.3861386139deg);
  transform: rotate(21.3861386139deg);
}

.radial-progress[data-score="11"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(42.7722772277deg);
  -ms-transform: rotate(42.7722772277deg);
  transform: rotate(42.7722772277deg);
}

.radial-progress[data-score="12"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="12"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(23.1683168317deg);
  -ms-transform: rotate(23.1683168317deg);
  transform: rotate(23.1683168317deg);
}

.radial-progress[data-score="12"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(46.3366336634deg);
  -ms-transform: rotate(46.3366336634deg);
  transform: rotate(46.3366336634deg);
}

.radial-progress[data-score="13"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="13"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(24.9504950495deg);
  -ms-transform: rotate(24.9504950495deg);
  transform: rotate(24.9504950495deg);
}

.radial-progress[data-score="13"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(49.900990099deg);
  -ms-transform: rotate(49.900990099deg);
  transform: rotate(49.900990099deg);
}

.radial-progress[data-score="14"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="14"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(26.7326732673deg);
  -ms-transform: rotate(26.7326732673deg);
  transform: rotate(26.7326732673deg);
}

.radial-progress[data-score="14"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(53.4653465347deg);
  -ms-transform: rotate(53.4653465347deg);
  transform: rotate(53.4653465347deg);
}

.radial-progress[data-score="15"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="15"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(28.5148514851deg);
  -ms-transform: rotate(28.5148514851deg);
  transform: rotate(28.5148514851deg);
}

.radial-progress[data-score="15"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(57.0297029703deg);
  -ms-transform: rotate(57.0297029703deg);
  transform: rotate(57.0297029703deg);
}

.radial-progress[data-score="16"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="16"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(30.297029703deg);
  -ms-transform: rotate(30.297029703deg);
  transform: rotate(30.297029703deg);
}

.radial-progress[data-score="16"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(60.5940594059deg);
  -ms-transform: rotate(60.5940594059deg);
  transform: rotate(60.5940594059deg);
}

.radial-progress[data-score="17"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="17"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(32.0792079208deg);
  -ms-transform: rotate(32.0792079208deg);
  transform: rotate(32.0792079208deg);
}

.radial-progress[data-score="17"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(64.1584158416deg);
  -ms-transform: rotate(64.1584158416deg);
  transform: rotate(64.1584158416deg);
}

.radial-progress[data-score="18"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="18"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(33.8613861386deg);
  -ms-transform: rotate(33.8613861386deg);
  transform: rotate(33.8613861386deg);
}

.radial-progress[data-score="18"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(67.7227722772deg);
  -ms-transform: rotate(67.7227722772deg);
  transform: rotate(67.7227722772deg);
}

.radial-progress[data-score="19"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="19"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(35.6435643564deg);
  -ms-transform: rotate(35.6435643564deg);
  transform: rotate(35.6435643564deg);
}

.radial-progress[data-score="19"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(71.2871287129deg);
  -ms-transform: rotate(71.2871287129deg);
  transform: rotate(71.2871287129deg);
}

.radial-progress[data-score="20"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="20"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(37.4257425743deg);
  -ms-transform: rotate(37.4257425743deg);
  transform: rotate(37.4257425743deg);
}

.radial-progress[data-score="20"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(74.8514851485deg);
  -ms-transform: rotate(74.8514851485deg);
  transform: rotate(74.8514851485deg);
}

.radial-progress[data-score="21"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="21"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(39.2079207921deg);
  -ms-transform: rotate(39.2079207921deg);
  transform: rotate(39.2079207921deg);
}

.radial-progress[data-score="21"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(78.4158415842deg);
  -ms-transform: rotate(78.4158415842deg);
  transform: rotate(78.4158415842deg);
}

.radial-progress[data-score="22"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="22"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(40.9900990099deg);
  -ms-transform: rotate(40.9900990099deg);
  transform: rotate(40.9900990099deg);
}

.radial-progress[data-score="22"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(81.9801980198deg);
  -ms-transform: rotate(81.9801980198deg);
  transform: rotate(81.9801980198deg);
}

.radial-progress[data-score="23"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="23"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(42.7722772277deg);
  -ms-transform: rotate(42.7722772277deg);
  transform: rotate(42.7722772277deg);
}

.radial-progress[data-score="23"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(85.5445544554deg);
  -ms-transform: rotate(85.5445544554deg);
  transform: rotate(85.5445544554deg);
}

.radial-progress[data-score="24"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="24"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(44.5544554455deg);
  -ms-transform: rotate(44.5544554455deg);
  transform: rotate(44.5544554455deg);
}

.radial-progress[data-score="24"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(89.1089108911deg);
  -ms-transform: rotate(89.1089108911deg);
  transform: rotate(89.1089108911deg);
}

.radial-progress[data-score="25"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="25"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(46.3366336634deg);
  -ms-transform: rotate(46.3366336634deg);
  transform: rotate(46.3366336634deg);
}

.radial-progress[data-score="25"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(92.6732673267deg);
  -ms-transform: rotate(92.6732673267deg);
  transform: rotate(92.6732673267deg);
}

.radial-progress[data-score="26"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="26"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(48.1188118812deg);
  -ms-transform: rotate(48.1188118812deg);
  transform: rotate(48.1188118812deg);
}

.radial-progress[data-score="26"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(96.2376237624deg);
  -ms-transform: rotate(96.2376237624deg);
  transform: rotate(96.2376237624deg);
}

.radial-progress[data-score="27"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="27"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(49.900990099deg);
  -ms-transform: rotate(49.900990099deg);
  transform: rotate(49.900990099deg);
}

.radial-progress[data-score="27"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(99.801980198deg);
  -ms-transform: rotate(99.801980198deg);
  transform: rotate(99.801980198deg);
}

.radial-progress[data-score="28"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="28"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(51.6831683168deg);
  -ms-transform: rotate(51.6831683168deg);
  transform: rotate(51.6831683168deg);
}

.radial-progress[data-score="28"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(103.366336634deg);
  -ms-transform: rotate(103.366336634deg);
  transform: rotate(103.366336634deg);
}

.radial-progress[data-score="29"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="29"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(53.4653465347deg);
  -ms-transform: rotate(53.4653465347deg);
  transform: rotate(53.4653465347deg);
}

.radial-progress[data-score="29"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(106.930693069deg);
  -ms-transform: rotate(106.930693069deg);
  transform: rotate(106.930693069deg);
}

.radial-progress[data-score="30"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="30"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(55.2475247525deg);
  -ms-transform: rotate(55.2475247525deg);
  transform: rotate(55.2475247525deg);
}

.radial-progress[data-score="30"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(110.495049505deg);
  -ms-transform: rotate(110.495049505deg);
  transform: rotate(110.495049505deg);
}

.radial-progress[data-score="31"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="31"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(57.0297029703deg);
  -ms-transform: rotate(57.0297029703deg);
  transform: rotate(57.0297029703deg);
}

.radial-progress[data-score="31"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(114.059405941deg);
  -ms-transform: rotate(114.059405941deg);
  transform: rotate(114.059405941deg);
}

.radial-progress[data-score="32"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="32"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(58.8118811881deg);
  -ms-transform: rotate(58.8118811881deg);
  transform: rotate(58.8118811881deg);
}

.radial-progress[data-score="32"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(117.623762376deg);
  -ms-transform: rotate(117.623762376deg);
  transform: rotate(117.623762376deg);
}

.radial-progress[data-score="33"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="33"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(60.5940594059deg);
  -ms-transform: rotate(60.5940594059deg);
  transform: rotate(60.5940594059deg);
}

.radial-progress[data-score="33"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(121.188118812deg);
  -ms-transform: rotate(121.188118812deg);
  transform: rotate(121.188118812deg);
}

.radial-progress[data-score="34"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="34"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(62.3762376238deg);
  -ms-transform: rotate(62.3762376238deg);
  transform: rotate(62.3762376238deg);
}

.radial-progress[data-score="34"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(124.752475248deg);
  -ms-transform: rotate(124.752475248deg);
  transform: rotate(124.752475248deg);
}

.radial-progress[data-score="35"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="35"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(64.1584158416deg);
  -ms-transform: rotate(64.1584158416deg);
  transform: rotate(64.1584158416deg);
}

.radial-progress[data-score="35"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(128.316831683deg);
  -ms-transform: rotate(128.316831683deg);
  transform: rotate(128.316831683deg);
}

.radial-progress[data-score="36"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="36"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(65.9405940594deg);
  -ms-transform: rotate(65.9405940594deg);
  transform: rotate(65.9405940594deg);
}

.radial-progress[data-score="36"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(131.881188119deg);
  -ms-transform: rotate(131.881188119deg);
  transform: rotate(131.881188119deg);
}

.radial-progress[data-score="37"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="37"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(67.7227722772deg);
  -ms-transform: rotate(67.7227722772deg);
  transform: rotate(67.7227722772deg);
}

.radial-progress[data-score="37"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(135.445544554deg);
  -ms-transform: rotate(135.445544554deg);
  transform: rotate(135.445544554deg);
}

.radial-progress[data-score="38"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="38"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(69.504950495deg);
  -ms-transform: rotate(69.504950495deg);
  transform: rotate(69.504950495deg);
}

.radial-progress[data-score="38"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(139.00990099deg);
  -ms-transform: rotate(139.00990099deg);
  transform: rotate(139.00990099deg);
}

.radial-progress[data-score="39"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="39"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(71.2871287129deg);
  -ms-transform: rotate(71.2871287129deg);
  transform: rotate(71.2871287129deg);
}

.radial-progress[data-score="39"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(142.574257426deg);
  -ms-transform: rotate(142.574257426deg);
  transform: rotate(142.574257426deg);
}

.radial-progress[data-score="40"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="40"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(73.0693069307deg);
  -ms-transform: rotate(73.0693069307deg);
  transform: rotate(73.0693069307deg);
}

.radial-progress[data-score="40"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(146.138613861deg);
  -ms-transform: rotate(146.138613861deg);
  transform: rotate(146.138613861deg);
}

.radial-progress[data-score="41"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="41"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(74.8514851485deg);
  -ms-transform: rotate(74.8514851485deg);
  transform: rotate(74.8514851485deg);
}

.radial-progress[data-score="41"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(149.702970297deg);
  -ms-transform: rotate(149.702970297deg);
  transform: rotate(149.702970297deg);
}

.radial-progress[data-score="42"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="42"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(76.6336633663deg);
  -ms-transform: rotate(76.6336633663deg);
  transform: rotate(76.6336633663deg);
}

.radial-progress[data-score="42"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(153.267326733deg);
  -ms-transform: rotate(153.267326733deg);
  transform: rotate(153.267326733deg);
}

.radial-progress[data-score="43"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="43"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(78.4158415842deg);
  -ms-transform: rotate(78.4158415842deg);
  transform: rotate(78.4158415842deg);
}

.radial-progress[data-score="43"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(156.831683168deg);
  -ms-transform: rotate(156.831683168deg);
  transform: rotate(156.831683168deg);
}

.radial-progress[data-score="44"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="44"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(80.198019802deg);
  -ms-transform: rotate(80.198019802deg);
  transform: rotate(80.198019802deg);
}

.radial-progress[data-score="44"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(160.396039604deg);
  -ms-transform: rotate(160.396039604deg);
  transform: rotate(160.396039604deg);
}

.radial-progress[data-score="45"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="45"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(81.9801980198deg);
  -ms-transform: rotate(81.9801980198deg);
  transform: rotate(81.9801980198deg);
}

.radial-progress[data-score="45"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(163.96039604deg);
  -ms-transform: rotate(163.96039604deg);
  transform: rotate(163.96039604deg);
}

.radial-progress[data-score="46"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="46"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(83.7623762376deg);
  -ms-transform: rotate(83.7623762376deg);
  transform: rotate(83.7623762376deg);
}

.radial-progress[data-score="46"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(167.524752475deg);
  -ms-transform: rotate(167.524752475deg);
  transform: rotate(167.524752475deg);
}

.radial-progress[data-score="47"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="47"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(85.5445544554deg);
  -ms-transform: rotate(85.5445544554deg);
  transform: rotate(85.5445544554deg);
}

.radial-progress[data-score="47"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(171.089108911deg);
  -ms-transform: rotate(171.089108911deg);
  transform: rotate(171.089108911deg);
}

.radial-progress[data-score="48"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="48"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(87.3267326733deg);
  -ms-transform: rotate(87.3267326733deg);
  transform: rotate(87.3267326733deg);
}

.radial-progress[data-score="48"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(174.653465347deg);
  -ms-transform: rotate(174.653465347deg);
  transform: rotate(174.653465347deg);
}

.radial-progress[data-score="49"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="49"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(89.1089108911deg);
  -ms-transform: rotate(89.1089108911deg);
  transform: rotate(89.1089108911deg);
}

.radial-progress[data-score="49"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(178.217821782deg);
  -ms-transform: rotate(178.217821782deg);
  transform: rotate(178.217821782deg);
}

.radial-progress[data-score="50"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="50"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(90.8910891089deg);
  -ms-transform: rotate(90.8910891089deg);
  transform: rotate(90.8910891089deg);
}

.radial-progress[data-score="50"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(181.782178218deg);
  -ms-transform: rotate(181.782178218deg);
  transform: rotate(181.782178218deg);
}

.radial-progress[data-score="51"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="51"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(92.6732673267deg);
  -ms-transform: rotate(92.6732673267deg);
  transform: rotate(92.6732673267deg);
}

.radial-progress[data-score="51"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(185.346534653deg);
  -ms-transform: rotate(185.346534653deg);
  transform: rotate(185.346534653deg);
}

.radial-progress[data-score="52"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="52"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(94.4554455446deg);
  -ms-transform: rotate(94.4554455446deg);
  transform: rotate(94.4554455446deg);
}

.radial-progress[data-score="52"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(188.910891089deg);
  -ms-transform: rotate(188.910891089deg);
  transform: rotate(188.910891089deg);
}

.radial-progress[data-score="53"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="53"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(96.2376237624deg);
  -ms-transform: rotate(96.2376237624deg);
  transform: rotate(96.2376237624deg);
}

.radial-progress[data-score="53"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(192.475247525deg);
  -ms-transform: rotate(192.475247525deg);
  transform: rotate(192.475247525deg);
}

.radial-progress[data-score="54"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="54"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(98.0198019802deg);
  -ms-transform: rotate(98.0198019802deg);
  transform: rotate(98.0198019802deg);
}

.radial-progress[data-score="54"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(196.03960396deg);
  -ms-transform: rotate(196.03960396deg);
  transform: rotate(196.03960396deg);
}

.radial-progress[data-score="55"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="55"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(99.801980198deg);
  -ms-transform: rotate(99.801980198deg);
  transform: rotate(99.801980198deg);
}

.radial-progress[data-score="55"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(199.603960396deg);
  -ms-transform: rotate(199.603960396deg);
  transform: rotate(199.603960396deg);
}

.radial-progress[data-score="56"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="56"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(101.584158416deg);
  -ms-transform: rotate(101.584158416deg);
  transform: rotate(101.584158416deg);
}

.radial-progress[data-score="56"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(203.168316832deg);
  -ms-transform: rotate(203.168316832deg);
  transform: rotate(203.168316832deg);
}

.radial-progress[data-score="57"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="57"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(103.366336634deg);
  -ms-transform: rotate(103.366336634deg);
  transform: rotate(103.366336634deg);
}

.radial-progress[data-score="57"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(206.732673267deg);
  -ms-transform: rotate(206.732673267deg);
  transform: rotate(206.732673267deg);
}

.radial-progress[data-score="58"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="58"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(105.148514851deg);
  -ms-transform: rotate(105.148514851deg);
  transform: rotate(105.148514851deg);
}

.radial-progress[data-score="58"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(210.297029703deg);
  -ms-transform: rotate(210.297029703deg);
  transform: rotate(210.297029703deg);
}

.radial-progress[data-score="59"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="59"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(106.930693069deg);
  -ms-transform: rotate(106.930693069deg);
  transform: rotate(106.930693069deg);
}

.radial-progress[data-score="59"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(213.861386139deg);
  -ms-transform: rotate(213.861386139deg);
  transform: rotate(213.861386139deg);
}

.radial-progress[data-score="60"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="60"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(108.712871287deg);
  -ms-transform: rotate(108.712871287deg);
  transform: rotate(108.712871287deg);
}

.radial-progress[data-score="60"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(217.425742574deg);
  -ms-transform: rotate(217.425742574deg);
  transform: rotate(217.425742574deg);
}

.radial-progress[data-score="61"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="61"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(110.495049505deg);
  -ms-transform: rotate(110.495049505deg);
  transform: rotate(110.495049505deg);
}

.radial-progress[data-score="61"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(220.99009901deg);
  -ms-transform: rotate(220.99009901deg);
  transform: rotate(220.99009901deg);
}

.radial-progress[data-score="62"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="62"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(112.277227723deg);
  -ms-transform: rotate(112.277227723deg);
  transform: rotate(112.277227723deg);
}

.radial-progress[data-score="62"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(224.554455446deg);
  -ms-transform: rotate(224.554455446deg);
  transform: rotate(224.554455446deg);
}

.radial-progress[data-score="63"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="63"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(114.059405941deg);
  -ms-transform: rotate(114.059405941deg);
  transform: rotate(114.059405941deg);
}

.radial-progress[data-score="63"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(228.118811881deg);
  -ms-transform: rotate(228.118811881deg);
  transform: rotate(228.118811881deg);
}

.radial-progress[data-score="64"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="64"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(115.841584158deg);
  -ms-transform: rotate(115.841584158deg);
  transform: rotate(115.841584158deg);
}

.radial-progress[data-score="64"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(231.683168317deg);
  -ms-transform: rotate(231.683168317deg);
  transform: rotate(231.683168317deg);
}

.radial-progress[data-score="65"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="65"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(117.623762376deg);
  -ms-transform: rotate(117.623762376deg);
  transform: rotate(117.623762376deg);
}

.radial-progress[data-score="65"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(235.247524752deg);
  -ms-transform: rotate(235.247524752deg);
  transform: rotate(235.247524752deg);
}

.radial-progress[data-score="66"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="66"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(119.405940594deg);
  -ms-transform: rotate(119.405940594deg);
  transform: rotate(119.405940594deg);
}

.radial-progress[data-score="66"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(238.811881188deg);
  -ms-transform: rotate(238.811881188deg);
  transform: rotate(238.811881188deg);
}

.radial-progress[data-score="67"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="67"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(121.188118812deg);
  -ms-transform: rotate(121.188118812deg);
  transform: rotate(121.188118812deg);
}

.radial-progress[data-score="67"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(242.376237624deg);
  -ms-transform: rotate(242.376237624deg);
  transform: rotate(242.376237624deg);
}

.radial-progress[data-score="68"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="68"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(122.97029703deg);
  -ms-transform: rotate(122.97029703deg);
  transform: rotate(122.97029703deg);
}

.radial-progress[data-score="68"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(245.940594059deg);
  -ms-transform: rotate(245.940594059deg);
  transform: rotate(245.940594059deg);
}

.radial-progress[data-score="69"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="69"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(124.752475248deg);
  -ms-transform: rotate(124.752475248deg);
  transform: rotate(124.752475248deg);
}

.radial-progress[data-score="69"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(249.504950495deg);
  -ms-transform: rotate(249.504950495deg);
  transform: rotate(249.504950495deg);
}

.radial-progress[data-score="70"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="70"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(126.534653465deg);
  -ms-transform: rotate(126.534653465deg);
  transform: rotate(126.534653465deg);
}

.radial-progress[data-score="70"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(253.069306931deg);
  -ms-transform: rotate(253.069306931deg);
  transform: rotate(253.069306931deg);
}

.radial-progress[data-score="71"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="71"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(128.316831683deg);
  -ms-transform: rotate(128.316831683deg);
  transform: rotate(128.316831683deg);
}

.radial-progress[data-score="71"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(256.633663366deg);
  -ms-transform: rotate(256.633663366deg);
  transform: rotate(256.633663366deg);
}

.radial-progress[data-score="72"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="72"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(130.099009901deg);
  -ms-transform: rotate(130.099009901deg);
  transform: rotate(130.099009901deg);
}

.radial-progress[data-score="72"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(260.198019802deg);
  -ms-transform: rotate(260.198019802deg);
  transform: rotate(260.198019802deg);
}

.radial-progress[data-score="73"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="73"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(131.881188119deg);
  -ms-transform: rotate(131.881188119deg);
  transform: rotate(131.881188119deg);
}

.radial-progress[data-score="73"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(263.762376238deg);
  -ms-transform: rotate(263.762376238deg);
  transform: rotate(263.762376238deg);
}

.radial-progress[data-score="74"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="74"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(133.663366337deg);
  -ms-transform: rotate(133.663366337deg);
  transform: rotate(133.663366337deg);
}

.radial-progress[data-score="74"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(267.326732673deg);
  -ms-transform: rotate(267.326732673deg);
  transform: rotate(267.326732673deg);
}

.radial-progress[data-score="75"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="75"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(135.445544554deg);
  -ms-transform: rotate(135.445544554deg);
  transform: rotate(135.445544554deg);
}

.radial-progress[data-score="75"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(270.891089109deg);
  -ms-transform: rotate(270.891089109deg);
  transform: rotate(270.891089109deg);
}

.radial-progress[data-score="76"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="76"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(137.227722772deg);
  -ms-transform: rotate(137.227722772deg);
  transform: rotate(137.227722772deg);
}

.radial-progress[data-score="76"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(274.455445545deg);
  -ms-transform: rotate(274.455445545deg);
  transform: rotate(274.455445545deg);
}

.radial-progress[data-score="77"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="77"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(139.00990099deg);
  -ms-transform: rotate(139.00990099deg);
  transform: rotate(139.00990099deg);
}

.radial-progress[data-score="77"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(278.01980198deg);
  -ms-transform: rotate(278.01980198deg);
  transform: rotate(278.01980198deg);
}

.radial-progress[data-score="78"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="78"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(140.792079208deg);
  -ms-transform: rotate(140.792079208deg);
  transform: rotate(140.792079208deg);
}

.radial-progress[data-score="78"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(281.584158416deg);
  -ms-transform: rotate(281.584158416deg);
  transform: rotate(281.584158416deg);
}

.radial-progress[data-score="79"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="79"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(142.574257426deg);
  -ms-transform: rotate(142.574257426deg);
  transform: rotate(142.574257426deg);
}

.radial-progress[data-score="79"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(285.148514851deg);
  -ms-transform: rotate(285.148514851deg);
  transform: rotate(285.148514851deg);
}

.radial-progress[data-score="80"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="80"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(144.356435644deg);
  -ms-transform: rotate(144.356435644deg);
  transform: rotate(144.356435644deg);
}

.radial-progress[data-score="80"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(288.712871287deg);
  -ms-transform: rotate(288.712871287deg);
  transform: rotate(288.712871287deg);
}

.radial-progress[data-score="81"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="81"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(146.138613861deg);
  -ms-transform: rotate(146.138613861deg);
  transform: rotate(146.138613861deg);
}

.radial-progress[data-score="81"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(292.277227723deg);
  -ms-transform: rotate(292.277227723deg);
  transform: rotate(292.277227723deg);
}

.radial-progress[data-score="82"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="82"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(147.920792079deg);
  -ms-transform: rotate(147.920792079deg);
  transform: rotate(147.920792079deg);
}

.radial-progress[data-score="82"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(295.841584158deg);
  -ms-transform: rotate(295.841584158deg);
  transform: rotate(295.841584158deg);
}

.radial-progress[data-score="83"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="83"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(149.702970297deg);
  -ms-transform: rotate(149.702970297deg);
  transform: rotate(149.702970297deg);
}

.radial-progress[data-score="83"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(299.405940594deg);
  -ms-transform: rotate(299.405940594deg);
  transform: rotate(299.405940594deg);
}

.radial-progress[data-score="84"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="84"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(151.485148515deg);
  -ms-transform: rotate(151.485148515deg);
  transform: rotate(151.485148515deg);
}

.radial-progress[data-score="84"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(302.97029703deg);
  -ms-transform: rotate(302.97029703deg);
  transform: rotate(302.97029703deg);
}

.radial-progress[data-score="85"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="85"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(153.267326733deg);
  -ms-transform: rotate(153.267326733deg);
  transform: rotate(153.267326733deg);
}

.radial-progress[data-score="85"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(306.534653465deg);
  -ms-transform: rotate(306.534653465deg);
  transform: rotate(306.534653465deg);
}

.radial-progress[data-score="86"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="86"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(155.04950495deg);
  -ms-transform: rotate(155.04950495deg);
  transform: rotate(155.04950495deg);
}

.radial-progress[data-score="86"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(310.099009901deg);
  -ms-transform: rotate(310.099009901deg);
  transform: rotate(310.099009901deg);
}

.radial-progress[data-score="87"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="87"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(156.831683168deg);
  -ms-transform: rotate(156.831683168deg);
  transform: rotate(156.831683168deg);
}

.radial-progress[data-score="87"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(313.663366337deg);
  -ms-transform: rotate(313.663366337deg);
  transform: rotate(313.663366337deg);
}

.radial-progress[data-score="88"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="88"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(158.613861386deg);
  -ms-transform: rotate(158.613861386deg);
  transform: rotate(158.613861386deg);
}

.radial-progress[data-score="88"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(317.227722772deg);
  -ms-transform: rotate(317.227722772deg);
  transform: rotate(317.227722772deg);
}

.radial-progress[data-score="89"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="89"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(160.396039604deg);
  -ms-transform: rotate(160.396039604deg);
  transform: rotate(160.396039604deg);
}

.radial-progress[data-score="89"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(320.792079208deg);
  -ms-transform: rotate(320.792079208deg);
  transform: rotate(320.792079208deg);
}

.radial-progress[data-score="90"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="90"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(162.178217822deg);
  -ms-transform: rotate(162.178217822deg);
  transform: rotate(162.178217822deg);
}

.radial-progress[data-score="90"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(324.356435644deg);
  -ms-transform: rotate(324.356435644deg);
  transform: rotate(324.356435644deg);
}

.radial-progress[data-score="91"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="91"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(163.96039604deg);
  -ms-transform: rotate(163.96039604deg);
  transform: rotate(163.96039604deg);
}

.radial-progress[data-score="91"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(327.920792079deg);
  -ms-transform: rotate(327.920792079deg);
  transform: rotate(327.920792079deg);
}

.radial-progress[data-score="92"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="92"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(165.742574257deg);
  -ms-transform: rotate(165.742574257deg);
  transform: rotate(165.742574257deg);
}

.radial-progress[data-score="92"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(331.485148515deg);
  -ms-transform: rotate(331.485148515deg);
  transform: rotate(331.485148515deg);
}

.radial-progress[data-score="93"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="93"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(167.524752475deg);
  -ms-transform: rotate(167.524752475deg);
  transform: rotate(167.524752475deg);
}

.radial-progress[data-score="93"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(335.04950495deg);
  -ms-transform: rotate(335.04950495deg);
  transform: rotate(335.04950495deg);
}

.radial-progress[data-score="94"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="94"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(169.306930693deg);
  -ms-transform: rotate(169.306930693deg);
  transform: rotate(169.306930693deg);
}

.radial-progress[data-score="94"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(338.613861386deg);
  -ms-transform: rotate(338.613861386deg);
  transform: rotate(338.613861386deg);
}

.radial-progress[data-score="95"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="95"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(171.089108911deg);
  -ms-transform: rotate(171.089108911deg);
  transform: rotate(171.089108911deg);
}

.radial-progress[data-score="95"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(342.178217822deg);
  -ms-transform: rotate(342.178217822deg);
  transform: rotate(342.178217822deg);
}

.radial-progress[data-score="96"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="96"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(172.871287129deg);
  -ms-transform: rotate(172.871287129deg);
  transform: rotate(172.871287129deg);
}

.radial-progress[data-score="96"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(345.742574257deg);
  -ms-transform: rotate(345.742574257deg);
  transform: rotate(345.742574257deg);
}

.radial-progress[data-score="97"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="97"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(174.653465347deg);
  -ms-transform: rotate(174.653465347deg);
  transform: rotate(174.653465347deg);
}

.radial-progress[data-score="97"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(349.306930693deg);
  -ms-transform: rotate(349.306930693deg);
  transform: rotate(349.306930693deg);
}

.radial-progress[data-score="98"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="98"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(176.435643564deg);
  -ms-transform: rotate(176.435643564deg);
  transform: rotate(176.435643564deg);
}

.radial-progress[data-score="98"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(352.871287129deg);
  -ms-transform: rotate(352.871287129deg);
  transform: rotate(352.871287129deg);
}

.radial-progress[data-score="99"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="99"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(178.217821782deg);
  -ms-transform: rotate(178.217821782deg);
  transform: rotate(178.217821782deg);
}

.radial-progress[data-score="99"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(356.435643564deg);
  -ms-transform: rotate(356.435643564deg);
  transform: rotate(356.435643564deg);
}

.radial-progress[data-score="100"] .radial-progress__circle .radial-progress__mask.radial-progress__mask--full,
.radial-progress[data-score="100"] .radial-progress__circle .radial-progress__fill {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.radial-progress[data-score="100"] .radial-progress__circle .radial-progress__fill.fix {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.radial-progress.score_0 .radial-progress__circle .radial-progress__fill {
  background: #E44127;
}

.radial-progress.score_1 .radial-progress__circle .radial-progress__fill {
  background: #FF6647;
}

.radial-progress.score_2 .radial-progress__circle .radial-progress__fill {
  background: #FC9151;
}

.radial-progress.score_3 .radial-progress__circle .radial-progress__fill {
  background: #FFCE54;
}

.radial-progress.score_4 .radial-progress__circle .radial-progress__fill {
  background: #f7db4c;
}

.radial-progress.score_5 .radial-progress__circle .radial-progress__fill {
  background: #A5DE67;
}

.radial-progress.score_6 .radial-progress__circle .radial-progress__fill {
  background: #91CD51;
}

.radial-progress.score_7 .radial-progress__circle .radial-progress__fill {
  background: #52C194;
}

.radial-progress.score_8 .radial-progress__circle .radial-progress__fill {
  background: #3BAFDA;
}

.radial-progress.score_9 .radial-progress__circle .radial-progress__fill {
  background: #599AEC;
}

.radial-progress.score_10 .radial-progress__circle .radial-progress__fill {
  background: #4A89CD;
}

.radial-progress.score_info .radial-progress__circle .radial-progress__fill,
.radial-progress.score_NaN .radial-progress__circle .radial-progress__fill {
  background: #CCD1D9;
}

@media (min-width: 992px) {
  .radial-progress {
    width: 100px;
    height: 100px;
  }

  .radial-progress .radial-progress__circle .radial-progress__mask,
  .radial-progress .radial-progress__circle .radial-progress__fill {
    width: 100px;
    height: 100px;
  }

  .radial-progress .radial-progress__circle .radial-progress__mask {
    clip: rect(0px, 100px, 100px, 50px);
  }

  .radial-progress .radial-progress__circle .radial-progress__mask .radial-progress__fill {
    clip: rect(0px, 50px, 100px, 0px);
  }

  .radial-progress .radial-progress__inset {
    width: 75px;
    height: 75px;
    margin-left: 12.5px;
    margin-top: 12.5px;
  }

  .radial-progress .radial-progress__inset .radial-progress__percentage {
    height: 75px;
    width: 60px;
    left: 7.5px;
    line-height: 73px;
    font-size: 2.25em;
  }
}

/* ==========================================================================
Popover - the normal one didn't position correctly - so I made a new one - D.B
========================================================================== */

.radial-progress__popover {
  display: none;
  transition: opacity 200ms;
  background: #272C33;
  padding: 20px;
  position: absolute;
  top: -10px;
  right: 120px;
  color: #fff;
  width: 260px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 100;
  text-align: center;
}

.radial-progress__popover:after {
  content: " ";
  position: absolute;
  top: 60px;
  right: -10px;
  background: #272C33;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  width: 20px;
  height: 20px;
  margin-top: -20px;
}

.radial-progress:hover .radial-progress__popover {
  display: block;
}

@media (max-width: 767px) {
  .radial-progress__popover {
    display: none;
  }
}

.omnisearch {
  font-weight: 300;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  background: white;
  z-index: 1000;
  opacity: 1;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-transition: 400ms all cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: 400ms all cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: 400ms all cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: 400ms all cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 400ms all cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.omnisearch.ng-hide-remove,
.omnisearch.ng-hide-add.ng-hide-add-active {
  opacity: 0;
}

.omnisearch.ng-hide-add,
.omnisearch.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}

.omnisearch__wrapper {
  margin: 70px auto 0;
  padding: 20px;
  position: relative;
}

.omnisearch__title {
  color: #8c8c8c;
  font-size: 1.5em;
  font-weight: normal;
}

.omnisearch__close {
  position: absolute;
  right: 25px;
  top: -20px;
  z-index: 2;
  cursor: pointer;
  font-size: 25px;
  color: #999;
  font-weight: bold;
  -webkit-transition: 200ms all;
  -moz-transition: 200ms all;
  -ms-transition: 200ms all;
  -o-transition: 200ms all;
  transition: 200ms all;
}

.omnisearch__close:hover {
  color: #555;
}

@media (min-width: 768px) {
  .omnisearch__wrapper {
    margin-top: 120px;
  }
}

/* ==========================================================================
   Search
   ========================================================================== */

.omnisearch__searchwrapper {
  position: relative;
  margin-bottom: 30px;
}

.omnisearch__search {
  margin-left: 0;
  width: 100%;
}

.omnisearch_spinner_container {
  background: #fff;
  position: absolute;
  right: 0;
  padding: 0 20px;
  width: 140px;
  height: 100px;
}

.omnisearch__input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e8e9ea;
  font-size: 2em;
  -webkit-transition: 200ms all cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: 200ms all cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: 200ms all cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: 200ms all cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 200ms all cubic-bezier(0.68, -0.55, 0.265, 1.55);
  appearance: none;
  margin-bottom: 2px;
  border-radius: 0;
  padding: 0;
}

.omnisearch__input:focus {
  outline: none;
}

.omnisearch__searchhint {
  font-size: 1em;
  color: black;
  opacity: 0.2;
}

@media (min-width: 768px) {
  .omnisearch__input {
    font-size: 3.4em;
  }

  .omnisearch__searchhint {
    font-size: 1.45em;
  }

  .omnisearch__searchwrapper {
    margin-bottom: 50px;
  }
}

/* ==========================================================================
   When searching...
   ========================================================================== */

.omnisearch__searchwrapper {
  transition: padding 250ms ease-in-out;
  padding-right: 0;
}

.omnisearch__searchwrapper.is-searching {
  padding-right: 125px;
}

.omnisearch__searchwrapper.is-searching .omnisearch__loadingspinner {
  transform: scale(1);
}

.omnisearch__searchwrapper.is-searching .omnisearch__loadingspinner.ng-hide {
  display: block;
  opacity: 1;
}

/* ==========================================================================
   All Results
   ========================================================================== */

@media (max-width: 767px) {
  .omnisearch__results {
    margin-bottom: 20px;
  }
}

.omnisearch__more-link {
  text-align: center;
}

.show-urlless {
  line-height: 22px;
}

.omni-more-button {
  height: 40px;
  margin-top: 20px;
  width: 100%;
  max-width: 340px;
}

/* ==========================================================================
   Individual Result
   ========================================================================== */

.omnisearch__result {
  display: block;
  padding: 0;
  margin: 0 0 10px;
  line-height: 1.5em;
  position: relative;
  font-size: 1.3em;
  min-height: 40px;
}

.omnisearch__result .score-inline {
  width: 46px;
  position: absolute;
  top: 0;
  right: 0;
}

.omnisearch__result .progress {
  margin: 4px 0 0;
  height: 10px;
}

.omnisearch__map {
  height: 500px;
  position: relative;
}

.omnisearch__map.omnisearch__hidemap {
  opacity: 0;
  pointer-events: none;
}

.omnisearch__result-title {
  font-size: 1em;
}

.omnisearch__result-url {
  color: rgba(51, 51, 51, 0.5);
  font-size: 0.72em;
  line-height: 1.3em;
  margin-top: -2px;
}

.device-ipad .tooltip {
  display: none !important;
}

.omnisearch__result-link {
  display: inline-block;
}

.omnisearch__result-link .omnisearch__result-tooltip {
  border: 1px solid red;
}

.omnisearch__btn-wrapper {
  position: absolute;
  top: 5px;
  right: 0;
  width: 126px;
  text-align: center;
}

.omnisearch__btn {
  width: 100%;
}

.omnisearch__more {
  text-align: left;
  color: #999;
  max-width: 400px;
  display: inline;
  font-size: 0.88em;
}

@media (max-width: 767px) {
  .omnisearch__result {
    font-size: 1em;
    min-height: 30px;
  }

  .omnisearch__btn {
    padding: 6px 5px;
    font-size: 0.9em;
    height: auto;
  }

  .omnisearch__btn-wrapper {
    width: 97px;
  }
}

@media (min-width: 768px) {
  /* max widths for results - shows elipses if longer */

  .omnisearch__result-title,
  .omnisearch__result-link {
    max-width: 480px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media (min-width: 992px) {
  /* max widths for results - shows elipses if longer */

  .omnisearch__result-title,
  .omnisearch__result-link {
    max-width: 400px;
  }
}

/* ==========================================================================
   Recent websites
   ========================================================================== */

@media (min-width: 768px) {
  .omnisearch__recentwebsites {
    margin-top: 70px;
  }
}

/* ==========================================================================
   Errors
   ========================================================================== */

.omnisearch__result .error,
.omnisearch__error {
  margin-top: 15px;
}

.omnisearch__suggestion,
.omnisearch__error_headline {
  font-weight: bold;
}

.omnisearch__result .error .omnisearch__errormessage .btn,
.omnisearch__result .error .omnisearch__errormessage .zend_form input[type="submit"],
.zend_form .omnisearch__result .error .omnisearch__errormessage input[type="submit"],
.omnisearch__result .error .omnisearch__errormessage .omnisearch__btn,
.omnisearch__result .error .omnisearch__errormessage .login-panel__main #login-element input,
.login-panel__main #login-element .omnisearch__result .error .omnisearch__errormessage input,
.omnisearch__result .error .omnisearch__errormessage .competitor__add {
  display: block;
  float: left;
  margin: 10px 0 0;
  width: auto;
}

/* ==========================================================================
   loading spinner
   ========================================================================== */

.omnisearch__result-spinner {
  vertical-align: middle;
  position: absolute;
  top: 7px;
  left: calc(50% - 25px);
  transition: opacity 2s;
  opacity: 1;
}

.requirement-issue.alert,
.omnisearch__result .requirement-issue.error,
.requirement-issue.omnisearch__error {
  margin: 5px !important;
  padding: 0 0 0 25px !important;
  background-color: transparent;
  background-image: url("/images/point-warning.png");
  background-repeat: no-repeat;
  background-size: auto 18px;
  background-position: left;
  font-weight: bold;
  border-radius: 0 !important;
}

.requirement-issue.alert-danger {
  background-image: url("/images/point-bad.png");
}

.additional-reqs-issue {
  padding: 20px !important;
  text-align: center;
}

@media (min-width: 550px) {
  .additional-reqs-issue.alert .btn,
  .omnisearch__result .additional-reqs-issue.error .btn,
  .additional-reqs-issue.omnisearch__error .btn,
  .additional-reqs-issue.alert .zend_form input[type="submit"],
  .zend_form .additional-reqs-issue.alert input[type="submit"],
  .omnisearch__result .additional-reqs-issue.error .zend_form input[type="submit"],
  .zend_form .omnisearch__result .additional-reqs-issue.error input[type="submit"],
  .additional-reqs-issue.omnisearch__error .zend_form input[type="submit"],
  .zend_form .additional-reqs-issue.omnisearch__error input[type="submit"],
  .additional-reqs-issue.alert .omnisearch__btn,
  .omnisearch__result .additional-reqs-issue.error .omnisearch__btn,
  .additional-reqs-issue.omnisearch__error .omnisearch__btn,
  .additional-reqs-issue.alert .login-panel__main #login-element input,
  .login-panel__main #login-element .additional-reqs-issue.alert input,
  .omnisearch__result .additional-reqs-issue.error .login-panel__main #login-element input,
  .login-panel__main #login-element .omnisearch__result .additional-reqs-issue.error input,
  .additional-reqs-issue.omnisearch__error .login-panel__main #login-element input,
  .login-panel__main #login-element .additional-reqs-issue.omnisearch__error input,
  .additional-reqs-issue.alert .competitor__add,
  .omnisearch__result .additional-reqs-issue.error .competitor__add,
  .additional-reqs-issue.omnisearch__error .competitor__add {
    float: none;
    display: block;
    margin: 20px 0 0;
  }
}

.additional-fields-section {
  margin-bottom: 20px;
}

.additional-fields-section .additional-fields-section-title {
  text-align: right;
  border-bottom: #d8d8d8 solid 1px;
  color: #a9a0a0;
  margin-bottom: 20px;
}

.additional-fields-section fieldset {
  margin-bottom: 8px;
}

.additional-fields-section fieldset .input-area {
  padding: 0;
}

.additional-fields-section .required-error input,
.additional-fields-section .required-error textarea,
.additional-fields-section .required-error select {
  border: red solid 1px;
}

.additional-fields-section .field-label {
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 0;
}

.additional-fields-section .unlocked-field-label {
  min-height: 42px;
  padding-top: 8px;
}

.additional-fields-section .locked-field-value {
  font-weight: bold;
}

.additional-fields-section .locked-field-value-empty {
  color: #ccc;
  font-weight: normal;
}

.additional-fields-section .edit-section-btn-container .edit-section-btn {
  padding: 1px 10px;
  font-size: 13px;
  height: 30px;
  background-color: #00BCD4;
  margin-top: 5px;
}

.additional-fields-section .edit-section-btn-container .edit-section-btn .glyphicon-pencil {
  margin-right: 5px;
}

.speech-bubble {
  border-radius: 20px;
  padding: 20px 25px;
  background: #fff;
  box-shadow: 0 1px 1px #ccc;
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
  text-align: left;
}

.speech-bubble p {
  margin: 0;
}

.speech-bubble :after {
  content: " ";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  box-shadow: 1px 1px 1px #ccc;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: -8px;
  right: 30px;
  background: #fff;
  z-index: 1;
}

.speech-bubble__wrapper {
  margin-bottom: 15px;
  text-align: right;
}

.speech-bubble__wrapper a,
.speech-bubble__wrapper a:visited {
  color: #777777;
}

/* Page heading & jumbotron
-------------------------------------------------- */

.page-title {
  font-size: 2em;
}

.light-wrapper,
.jumbotron-wrapper {
  background: #fff;
}

.light-wrapper .jumbotron,
.jumbotron-wrapper .jumbotron {
  background: none;
  padding: 20px 15px;
}

.light-wrapper .jumbotron h1,
.light-wrapper .jumbotron h2,
.light-wrapper .jumbotron .page-title,
.jumbotron-wrapper .jumbotron h1,
.jumbotron-wrapper .jumbotron h2,
.jumbotron-wrapper .jumbotron .page-title {
  font-size: 2em;
  margin: 0;
}

@media (min-width: 768px) {
  .light-wrapper .jumbotron,
  .jumbotron-wrapper .jumbotron {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .light-wrapper .jumbotron h1,
  .light-wrapper .jumbotron h2,
  .light-wrapper .jumbotron .page-title,
  .jumbotron-wrapper .jumbotron h1,
  .jumbotron-wrapper .jumbotron h2,
  .jumbotron-wrapper .jumbotron .page-title {
    font-size: 3em;
  }
}

.website-list {
  background: none;
  box-shadow: none;
}

.website-list thead > tr > th,
.website-list thead > tr > td,
.website-list tbody > tr > th,
.website-list tbody > tr > td,
.website-list tfoot > tr > th,
.website-list tfoot > tr > td {
  vertical-align: middle;
}

.website .thumbnail {
  width: 100px;
  padding: 5px;
  margin: 0;
}

.website .thumbnail__wrapper {
  width: 100px;
}

.website a,
.website a:visited {
  color: #333;
}

.website a:hover,
.website a:active {
  color: #2e83dc;
}

.website .website__name {
  word-break: break-word;
}

@media (min-width: 768px) {
  .website .thumbnail {
    width: 140px;
    min-height: 108px;
    margin: 15px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border: 0;
  }

  .website .thumbnail__wrapper {
    width: 140px;
  }
}

@media (min-width: 992px) {
  .website .thumbnail__wrapper {
    width: 185px;
  }
}

.activity_icon .base_icon,
.activity_icon .status_change,
.activity_icon .email_failed,
.activity_icon .email_sent,
.activity_icon .pdf_created,
.activity_icon .pdf_downloaded,
.activity_icon .competitor_added,
.activity_icon .competitor_removed,
.activity_icon .site_tested,
.activity_icon .site_retested {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 15px;
}

.activity_icon .status_change {
  background-image: url("/images/activity/status-changed.png");
}

.activity_icon .email_failed {
  background-image: url("/images/activity/email-failed-error.png");
}

.activity_icon .email_sent {
  background-image: url("/images/activity/email-sent.png");
}

.activity_icon .pdf_created {
  background-image: url("/images/activity/pdf-generated.png");
}

.activity_icon .pdf_downloaded {
  background-image: url("/images/activity/pdf-downloaded.png");
}

.activity_icon .competitor_added {
  background-image: url("/images/activity/competitor-added.png");
}

.activity_icon .competitor_removed {
  background-image: url("/images/activity/competitor-removed.png");
}

.activity_icon .site_tested {
  background-image: url("/images/activity/website-initially-tested.png");
}

.activity_icon .site_retested {
  background-image: url("/images/activity/website-retested.png");
}

#toast-container .toast-success {
  background-color: #87c940;
}

#toast-container .toast-error {
  background-color: #fb441f;
}

#toast-container .toast-info {
  background-color: #31b0d5;
}

.toast-top-right {
  top: 75px !important;
}

/* ==========================================================================
   Link to report
   ========================================================================== */

.progress {
  border-radius: 2px;
  background-color: #e6e9ed;
}

.progress .progress-bar {
  background-color: #f7db4c;
}

/* Facebook page cover
-------------------------------------------------- */

.fb-pg-cover__wrapper {
  position: relative;
  margin-bottom: 40px;
}

.fb-pg-cover {
  height: 250px;
  background: #F3f3f3;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.fb-pg-profile {
  border: 2px solid #fff;
  width: 160px;
  height: auto;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.fb-pg-profile--has-cover {
  position: absolute;
  bottom: -10px;
  left: 40px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.fb-profile.not-found {
  height: 160px;
  background: #fff;
  text-align: center;
  line-height: 160px;
  border: 1px solid #F3f3f3;
}

.fb-pg-pagename {
  margin-top: 15px;
  margin-left: 220px;
  font-weight: bold;
}

.dropdown-menu {
  background-color: #272C33;
  border: 0 none;
  color: #d4d5d6;
  margin-top: 10px;
}

.dropdown-menu > li > a,
.dropdown-menu > li > a:visited,
.dropdown-menu > li > form {
  padding: 7px 20px;
  color: #d4d5d6;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:active,
.dropdown-menu > li > a:focus {
  color: #d4d5d6;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:visited {
  padding-right: 30px;
  position: relative;
}

.dropdown-menu > .active > a:after {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  top: 6px;
  right: 10px;
}

.dropdown-menu hr {
  margin: 0;
}

.dropdown-menu .divider {
  margin: 6px 20px;
  background-color: #555;
}

.dropdown-menu .flag-icon {
  margin-left: 3px;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 10px;
}

.dropdown-menu-lang {
  max-height: 815px;
  overflow-y: scroll;
}

/* ==========================================================================
   the pointer
   ========================================================================== */

.dropdown-menu:before {
  content: " ";
  background: #272C33;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -6px;
  left: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.dropdown-menu.dropdown-menu-right:before {
  right: 20px;
  left: initial;
  left: auto;
}

.dropup .dropdown-menu:before {
  top: initial;
  bottom: -6px;
}

.dropup .dropdown-menu.dropdown-menu-right:before {
  right: initial;
  left: initial;
  left: auto;
}

/* ==========================================================================
   Different types of dropdowns
   ========================================================================== */

.dropdown-menu--fullwidth {
  width: 100%;
}

/* ==========================================================================
   Caret aligned right
   ========================================================================== */

.btn.dropdown-toggle,
.zend_form input.dropdown-toggle[type="submit"],
.dropdown-toggle.omnisearch__btn,
.login-panel__main #login-element input.dropdown-toggle,
.dropdown-toggle.competitor__add {
  padding-right: 30px;
  text-align: left;
}

.btn.dropdown-toggle--no-padding,
.zend_form input.dropdown-toggle--no-padding[type="submit"],
.dropdown-toggle--no-padding.omnisearch__btn,
.login-panel__main #login-element input.dropdown-toggle--no-padding,
.dropdown-toggle--no-padding.competitor__add {
  padding-right: 15px;
}

.btn.dropdown-toggle .caret,
.zend_form input.dropdown-toggle[type="submit"] .caret,
.dropdown-toggle.omnisearch__btn .caret,
.login-panel__main #login-element input.dropdown-toggle .caret,
.dropdown-toggle.competitor__add .caret {
  border-top: 8px solid;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  right: 10px;
  top: 15px;
}

.dropdown.dropup .btn .caret,
.dropdown.dropup .zend_form input[type="submit"] .caret,
.zend_form .dropdown.dropup input[type="submit"] .caret,
.dropdown.dropup .omnisearch__btn .caret,
.dropdown.dropup .login-panel__main #login-element input .caret,
.login-panel__main #login-element .dropdown.dropup input .caret,
.dropdown.dropup .competitor__add .caret,
.dropup .btn.dropdown-toggle .caret,
.dropup .zend_form input.dropdown-toggle[type="submit"] .caret,
.zend_form .dropup input.dropdown-toggle[type="submit"] .caret,
.dropup .dropdown-toggle.omnisearch__btn .caret,
.dropup .login-panel__main #login-element input.dropdown-toggle .caret,
.login-panel__main #login-element .dropup input.dropdown-toggle .caret,
.dropup .dropdown-toggle.competitor__add .caret {
  border-top: 0 none;
  border-bottom: 8px solid;
}

.btn.dropdown-toggle.dropdown-toggle-fix,
.zend_form input.dropdown-toggle.dropdown-toggle-fix[type="submit"],
.dropdown-toggle.dropdown-toggle-fix.omnisearch__btn,
.login-panel__main #login-element input.dropdown-toggle.dropdown-toggle-fix,
.dropdown-toggle.dropdown-toggle-fix.competitor__add {
  padding-right: 15px;
}

.btn.dropdown-toggle.dropdown-toggle-fix .caret,
.zend_form input.dropdown-toggle.dropdown-toggle-fix[type="submit"] .caret,
.dropdown-toggle.dropdown-toggle-fix.omnisearch__btn .caret,
.login-panel__main #login-element input.dropdown-toggle.dropdown-toggle-fix .caret,
.dropdown-toggle.dropdown-toggle-fix.competitor__add .caret {
  position: static;
}

/* ==========================================================================
   Reset values for colourpicker
   ========================================================================== */

.colorpicker .dropdown-menu {
  background-color: #fff;
  border: 1px solid #ddd;
}

.colorpicker .dropdown-menu::before {
  left: 11px;
}

.colorpicker .dropdown-menu::after {
  left: 12px;
}

.colorpicker .dropdown-menu::after,
.colorpicker .dropdown-menu::before {
  height: auto;
  background: transparent;
  transform: initial;
  -webkit-transform: initial;
  -moz-transform: initial;
}

.select-status .btn,
.select-status .zend_form input[type="submit"],
.zend_form .select-status input[type="submit"],
.select-status .omnisearch__btn,
.select-status .login-panel__main #login-element input,
.login-panel__main #login-element .select-status input,
.select-status .competitor__add {
  min-width: 112px;
}

/* ==========================================================================
Shows a spinner when clicked
========================================================================== */

.with-spinner {
  transition: width 250ms ease-in-out, padding 250ms, opacity 250ms ease-in-out;
  position: relative;
}

.with-spinner:after {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 9px;
  right: -9999px;
  opacity: 0;
  transition: right 0ms, opacity 200ms ease-in;
  transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  outline: none;
  display: none;
}

.with-spinner.clicked {
  padding-right: 45px;
}

.with-spinner.clicked:after {
  display: block;
  opacity: 1;
  right: 10px;
}

.alert,
.omnisearch__result .error,
.omnisearch__error {
  border-radius: 2px;
  transition: padding 200ms;
  margin-bottom: 20px;
  padding: 20px;
  border: 0 none;
}

.alert > p,
.omnisearch__result .error > p,
.omnisearch__error > p,
.alert > ul,
.omnisearch__result .error > ul,
.omnisearch__error > ul {
  margin-bottom: 0;
}

.alert > p + p,
.omnisearch__result .error > p + p,
.omnisearch__error > p + p {
  margin-top: 5px;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #000;
  color: #333;
}

.alert-success hr {
  border-top-color: black;
}

.alert-success .alert-link {
  color: #1a1919;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #000;
  color: #333;
}

.alert-info hr {
  border-top-color: black;
}

.alert-info .alert-link {
  color: #1a1919;
}

.alert-warning,
.omnisearch__result .error,
.omnisearch__error {
  background-color: #f7e6a5;
  border-color: #000;
  color: #333;
}

.alert-warning hr,
.omnisearch__result .error hr,
.omnisearch__error hr {
  border-top-color: black;
}

.alert-warning .alert-link,
.omnisearch__result .error .alert-link,
.omnisearch__error .alert-link {
  color: #1a1919;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #000;
  color: #333;
}

.alert-danger hr {
  border-top-color: black;
}

.alert-danger .alert-link {
  color: #1a1919;
}

.alert__icon {
  margin-right: 10px;
  font-size: 140%;
  margin-top: -2px;
  float: left;
}

.alert .btn,
.omnisearch__result .error .btn,
.omnisearch__error .btn,
.alert .zend_form input[type="submit"],
.zend_form .alert input[type="submit"],
.omnisearch__result .error .zend_form input[type="submit"],
.zend_form .omnisearch__result .error input[type="submit"],
.omnisearch__error .zend_form input[type="submit"],
.zend_form .omnisearch__error input[type="submit"],
.alert .omnisearch__btn,
.omnisearch__result .error .omnisearch__btn,
.omnisearch__error .omnisearch__btn,
.alert .login-panel__main #login-element input,
.login-panel__main #login-element .alert input,
.omnisearch__result .error .login-panel__main #login-element input,
.login-panel__main #login-element .omnisearch__result .error input,
.omnisearch__error .login-panel__main #login-element input,
.login-panel__main #login-element .omnisearch__error input,
.alert .competitor__add,
.omnisearch__result .error .competitor__add,
.omnisearch__error .competitor__add {
  display: block;
  margin-top: 15px;
}

@media (min-width: 550px) {
  .alert .btn,
  .omnisearch__result .error .btn,
  .omnisearch__error .btn,
  .alert .zend_form input[type="submit"],
  .zend_form .alert input[type="submit"],
  .omnisearch__result .error .zend_form input[type="submit"],
  .zend_form .omnisearch__result .error input[type="submit"],
  .omnisearch__error .zend_form input[type="submit"],
  .zend_form .omnisearch__error input[type="submit"],
  .alert .omnisearch__btn,
  .omnisearch__result .error .omnisearch__btn,
  .omnisearch__error .omnisearch__btn,
  .alert .login-panel__main #login-element input,
  .login-panel__main #login-element .alert input,
  .omnisearch__result .error .login-panel__main #login-element input,
  .login-panel__main #login-element .omnisearch__result .error input,
  .omnisearch__error .login-panel__main #login-element input,
  .login-panel__main #login-element .omnisearch__error input,
  .alert .competitor__add,
  .omnisearch__result .error .competitor__add,
  .omnisearch__error .competitor__add {
    float: right;
    display: inline-block;
    margin: -10px -8px 0 15px;
  }
}

@media (min-width: 992px) {
  .alert,
  .omnisearch__result .error,
  .omnisearch__error {
    padding: 30px 20px;
  }
}

/* ==========================================================================
   CTA button, always appearing under the content
   ========================================================================== */

.alert .alert__cta-btn,
.omnisearch__result .error .alert__cta-btn,
.omnisearch__error .alert__cta-btn {
  float: none !important;
  margin: 10px 0 0;
  display: inline-block;
}

.alert .alert__cta-btn:before,
.omnisearch__result .error .alert__cta-btn:before,
.omnisearch__error .alert__cta-btn:before {
  content: " ";
  clear: both;
}

/* ==========================================================================
   Alerts with links
   ========================================================================== */

a.alert,
.omnisearch__result a.error,
a.omnisearch__error {
  cursor: pointer;
  color: #3c763d;
}

a.alert:hover,
.omnisearch__result a.error:hover,
a.omnisearch__error:hover,
a.alert:active,
.omnisearch__result a.error:active,
a.omnisearch__error:active {
  color: #1a321a;
}

/* ==========================================================================
   Global alerts at the top of every page
   ========================================================================== */

.page-alert {
  margin-top: 1px;
  z-index: 1000;
  position: relative;
}

.alert-with-normal-button .btn,
.alert-with-normal-button .zend_form input[type="submit"],
.zend_form .alert-with-normal-button input[type="submit"],
.alert-with-normal-button .omnisearch__btn,
.alert-with-normal-button .login-panel__main #login-element input,
.login-panel__main #login-element .alert-with-normal-button input,
.alert-with-normal-button .competitor__add {
  float: none;
  margin: inherit;
}

/* ====================================================================================
   a label which shows only an icon on mobile, but text without icon on larger screens
   ==================================================================================== */

.lighthousewidget {
  text-align: center;
  margin-bottom: 20px;
}

.lighthousewidget .lighthousewidget__timingheading {
  font-weight: bold;
}

.lighthousewidget .google-icon {
  height: 24px;
  margin-right: 2px;
  margin-top: -4px;
}

.lighthousewidget .lighthousewidget__performancescore.lighthousewidget__performancescore--average .radial-progress .radial-progress__circle .radial-progress__fill {
  background-color: #edb322 !important;
  /** override standard radial colours **/
}

.lighthousewidget .lighthousewidget__performancescore.lighthousewidget__performancescore--bad .radial-progress .radial-progress__circle .radial-progress__fill {
  background-color: #f34a2f !important;
  /** override standard radial colours **/
}

.lighthousewidget .lighthousewidget__performancescore.lighthousewidget__performancescore--good .radial-progress .radial-progress__circle .radial-progress__fill {
  background-color: #8ecc4c !important;
  /** override standard radial colours **/
}

.lighthousewidget .lighthousewidget__performancescore .radial-progress {
  margin: 37px auto;
}

.lighthousewidget .lighthousewidget__timing .lighthousewidget__timingvaluevalue:before {
  content: "";
  width: 19px;
  margin-right: 5px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.lighthousewidget .lighthousewidget__timing.lighthousewidget__timing--average .lighthousewidget__timingvaluevalue {
  color: #b78b1c;
}

.lighthousewidget .lighthousewidget__timing.lighthousewidget__timing--average .lighthousewidget__timingvaluevalue:before {
  background-image: url("/images/simple-icons/panel-warning.png");
}

.lighthousewidget .lighthousewidget__timing.lighthousewidget__timing--bad .lighthousewidget__timingvaluevalue {
  color: #f34a2f;
}

.lighthousewidget .lighthousewidget__timing.lighthousewidget__timing--bad .lighthousewidget__timingvaluevalue:before {
  background-image: url("/images/simple-icons/panel-bad.png");
}

.lighthousewidget .lighthousewidget__timing.lighthousewidget__timing--good .lighthousewidget__timingvaluevalue {
  color: #70a538;
}

.lighthousewidget .lighthousewidget__timing.lighthousewidget__timing--good .lighthousewidget__timingvaluevalue:before {
  background-image: url("/images/simple-icons/panel-good.png");
}

.lighthousewidget .lighthousewidget__timing .lighthousewidget__timingvalue .lighthousewidget__timingvaluevalue {
  font-size: 1.8em;
}

.lighthousewidget .lighthousewidget__timing.lighthousewidget__timing--interactive img {
  height: 167px;
  margin-bottom: 0px;
}

.lighthousewidget .lighthousewidget__timing img {
  width: auto;
  height: 160px;
  margin: 0 auto 7px;
  display: block;
}

.performance-header {
  font-size: 18px;
  margin-bottom: 16px;
}

.lighthouse-speed-row,
.lighthouse-speed-pointer-row,
.lighthouse-speed-label-row {
  padding: 0 15px;
}

.average-score-value,
.average-score-value-pointer {
  width: fit-content;
  color: grey;
  font-size: 13px;
  transform: translateX(-50%);
  position: absolute;
}

.average-score-value {
  bottom: -28px;
}

.average-score-value-pointer {
  bottom: -5px;
}

.performance-score-value {
  border: 1px solid;
  width: 150px;
  padding: 5px 5px 0;
  font-size: 3rem;
  border-radius: 10px;
  background-color: #fff;
  transform: translateX(-50%);
}

.performance-score-value .performance-score-value-label {
  display: block;
  font-size: 1rem;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
}

.performance-score-value.performance-bad {
  color: #f34a2f;
}

.performance-score-value.performance-average {
  color: #edb322;
}

.performance-score-value.performance-good {
  color: #70a538;
}

.performance-score-value-pointer {
  width: 1px;
  height: 40px;
  transform: translateX(-50%);
}

.performance-score-value-pointer.performance-bad {
  background-color: #f34a2f;
}

.performance-score-value-pointer.performance-average {
  background-color: #edb322;
}

.performance-score-value-pointer.performance-good {
  background-color: #70a538;
}

.lighthouse-speed-blocks-row {
  line-height: 0;
}

.lighthouse-speed-row .lighthouse-speed-section {
  height: 15px;
}

.lighthouse-speed-row .lighthouse-speed-slow {
  background: #f34a2f;
}

.lighthouse-speed-row .lighthouse-speed-medium {
  background: #edb322;
}

.lighthouse-speed-row .lighthouse-speed-fast {
  background: #70a538;
}

.lighthouse-speed-pointer-row {
  line-height: 0;
}

.lighthouse-speed-pointer-row .lighthouse-speed-section {
  height: 10px;
}

.lighthouse-speed-pointer-row .lighthouse-speed-slow {
  border-left: 1px #f34a2f solid;
}

.lighthouse-speed-pointer-row .lighthouse-speed-medium {
  border-left: 1px #edb322 solid;
}

.lighthouse-speed-pointer-row .lighthouse-speed-fast {
  border-left: 1px #70a538 solid;
}

.lighthouse-speed-label-row {
  margin-top: 10px;
}

.lighthouse-speed-label-row .lighthouse-speed-slow,
.lighthouse-speed-label-row .lighthouse-speed-medium,
.lighthouse-speed-label-row .lighthouse-speed-fast {
  text-align: left;
  font-size: 16px;
}

.lighthouse-speed-section {
  display: inline-block;
}

.lighthouse-speed-slow {
  width: 50%;
}

.lighthouse-speed-medium {
  width: 40%;
}

.lighthouse-speed-fast {
  width: 10%;
}

/* ==========================================================================
Testbox was replaced by omnisearch, but still used for inbound tool
========================================================================== */

.testbox {
  text-align: center;
  position: relative;
  max-width: 500px;
  margin: 30px auto;
}

.testbox .form-inline {
  margin-bottom: 20px;
}

.testbox .input-group {
  width: 100%;
}

.testbox .testbox__btn {
  width: 80%;
}

.testbox .testbox__instruction {
  visibility: hidden;
  color: #777;
}

.testbox .input-group-addon {
  width: 70px !important;
}

@media (min-width: 480px) {
  .testbox .form-inline {
    position: relative;
  }

  .testbox .testbox__btn {
    display: inline-block;
    width: 70px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .testbox .form-group {
    display: inline-block;
    margin: 0;
    width: 100%;
    padding-right: 75px;
  }

  .testbox .testbox .testbox__input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
}

/* ==========================================================================
   Summary tables
   ========================================================================== */

.summary-table__title {
  background: #fafafa;
  font-weight: 600;
  color: #939191;
  text-align: left;
  font-size: 1.05em;
  text-transform: uppercase;
  border: 0 none !important;
  padding-left: 8px;
}

.summary-table__title .glyphicon,
.summary-table__title .nav-sidebar--with-nested .expander-icon,
.nav-sidebar--with-nested .summary-table__title .expander-icon {
  margin-right: 22px;
  font-size: 1em;
  vertical-align: initial !important;
}

.summary-table {
  background: #fff;
  font-size: 0.9em;
  margin-bottom: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  font-weight: 300;
  position: relative;
  z-index: 2;
}

.summary-table__wrapper {
  margin-bottom: 30px;
}

.test-summary {
  display: block;
  border-top: 1px solid #ddd;
  position: relative;
}

.test-summary:first-of-type {
  border-top: 0;
}

.test-summary__icon {
  display: inline-block;
  width: 22px;
  max-width: 22px;
  margin-right: 10px;
  vertical-align: top;
}

.test-summary__icon img {
  width: 100%;
  height: auto;
}

.test-summary__main {
  padding: 8px;
  position: relative;
  transition: opacity 0.5s !important;
  z-index: 1;
}

.test-summary__main.test-summary__main--hide {
  transition: opacity 0.5s !important;
  opacity: 0;
}

.test-summary__main:hover {
  background: rgba(160, 212, 104, 0.15);
  transition: background 200ms;
}

.test-summary__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 23px;
  bottom: 0;
  z-index: 10;
}

.test-summary__content,
.test-summary__label {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
}

.test-summary__content {
  max-width: 45%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.test-summary__label {
  width: 40%;
}

.test-summary__hide-btn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 22px;
  font-size: 1.5em;
  padding: 8px 4px;
  text-align: center;
  color: #333 !important;
  transition: background 200ms;
}

@media (max-width: 991px) {
  .summary-table .test-summary__hide-btn {
    display: block;
  }
}

/* ==========================================================================
   Exceptions for short screens
   ========================================================================== */

@media (max-height: 860px) {
  .summary-table__wrapper {
    margin-bottom: 15px;
  }

  .report__hidden_container {
    margin: -15px 0 20px;
  }
}

/* ==========================================================================
   Hiding a test - undo button
   ========================================================================== */

.section-hidden-message {
  background: #ffffff;
  padding: 12px 11px 19px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.section-hidden-message .message-text {
  margin-top: 4px;
  width: 65%;
  display: inline-block;
}

.section-summary__hide-btn {
  display: none;
  width: 22px;
  font-size: 21px;
  margin-left: 15px;
  color: #939191;
  text-align: right;
  float: right;
}

.section-summary__hide-btn.with-score {
  margin-top: -4px;
  text-align: left;
}

.summary-table__title:hover .section-summary__hide-btn {
  display: block;
}

.summary-table__title:hover .section-summary__hide-btn:hover {
  color: #000000;
}

.test-summary__main:hover .test-summary__hide-btn {
  display: block;
}

.test-summary__hide-btn:hover,
.test-summary__hide-btn:active {
  background: rgba(160, 212, 104, 0.35);
}

.test-summary__undo-msg {
  padding: 8px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s;
  vertical-align: top;
}

.test-summary__undo-msg .btn,
.test-summary__undo-msg .zend_form input[type="submit"],
.zend_form .test-summary__undo-msg input[type="submit"],
.test-summary__undo-msg .omnisearch__btn,
.test-summary__undo-msg .login-panel__main #login-element input,
.login-panel__main #login-element .test-summary__undo-msg input,
.test-summary__undo-msg .competitor__add {
  padding: 2px 5px;
  margin-left: 6px;
  max-height: 22px;
}

.test-summary__undo-msg.test-summary__undo-msg--show {
  opacity: 1;
  z-index: 99;
  transition: opacity 200ms 0.3s;
}

.test-summary__undo-msg.test-summary__undo-msg--show .test-summary__hide-btn {
  display: block;
}

/* ==========================================================================
   Hidden tests
   ========================================================================== */

.hidden-tests-container {
  transition: all 1s;
}

.hidden-tests {
  position: absolute;
  background: #272c33;
  padding: 8px;
  z-index: 20;
  border-radius: 4px;
  color: #bcbdbf;
  left: initial;
  right: 0;
  margin-top: 8px;
}

.hidden-tests .media-body,
.hidden-tests .metric-box__body {
  vertical-align: middle;
}

.hidden-tests:before {
  content: ' ';
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: initial;
  right: 25px;
}

.hidden-tests__show-msg {
  display: block;
  font-size: 0.8em;
  text-align: right;
  color: #aaaaaa;
  transition: color 200ms;
  text-decoration: none;
  outline: 0;
}

.hidden-tests__show-msg:hover,
.hidden-tests__show-msg:active,
.hidden-tests__show-msg:focus {
  color: #333;
  text-decoration: none;
  outline: 0;
}

.hidden-tests__restore-btn {
  max-height: 28px;
}

/* ==========================================================================
   Bug reporting
   ========================================================================== */

.grey-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.elementFadeIn {
  display: block;
  animation: fadeIn 150ms linear;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.bug-report-mode {
  background: white;
}

.bug-report-mode-contact-panel {
  padding: 6px;
}

.selection-wrapper {
  position: relative;
  z-index: 2;
  margin-top: -91px;
}

.selection-explainer {
  margin: -20px auto 20px;
  width: 814px;
  background: white;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
}

.selection-explainer p {
  display: inline;
  font-size: 12pt;
  margin-top: 14px;
}

.selection-explainer p a {
  cursor: pointer;
}

.selection-explainer div a {
  margin-top: 6px;
  margin-bottom: 6px;
}

@media screen and (max-width: 991px) {
  .selection-explainer {
    width: 100%;
  }

  .selection-explainer p {
    display: inherit;
    text-align: center;
  }

  .selection-explainer div a {
    display: table;
    margin: 10px auto;
  }
}

.cancel-selection {
  background: darkgrey;
  color: white !important;
}

.cancel-selection:hover {
  background: grey;
}

/* ==================================================================================================================
   A collapsible version of .media component (each cell is display block on mobile).
   Use when you need something aligned left or right of something else, but not sure of width of either (maybe cos of translation)
   ================================================================================================================== */

@media (max-width: 767px) {
  .media.media--collapsible,
  .media--collapsible.metric-box {
    display: block !important;
  }

  .media.media--collapsible .media-body,
  .media--collapsible.metric-box .media-body,
  .media.media--collapsible .metric-box__body,
  .media--collapsible.metric-box .metric-box__body,
  .media.media--collapsible .media-left,
  .media--collapsible.metric-box .media-left,
  .media.media--collapsible .metric-box__icon,
  .media--collapsible.metric-box .metric-box__icon,
  .media.media--collapsible .media-right,
  .media--collapsible.metric-box .media-right {
    display: block !important;
    margin: 0 0 10px;
    padding: 0;
    width: auto;
  }
}

/* ==========================================================================
A type of result block showing a metric, usually with an icon
========================================================================== */

.metric-box {
  margin: 0 0 20px 0;
  width: 100%;
  height: 80px;
  float: left;
  padding: 0;
  display: table;
  background: #fff;
  color: #333;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.metric-box h2:last-child,
.metric-box h3:last-child,
.metric-box p:last-child {
  margin-bottom: 0;
}

.metric-box p {
  font-size: 0.9em;
}

.metric-box:nth-child(2) {
  margin-right: 0;
}

.metric-box.metric-box-success .metric-box__icon {
  background: #a0d468 !important;
}

.metric-box__larger,
.test .metric-box__larger {
  font-size: 1.7em;
  margin: 0 0 8px;
}

.metric-box__icon {
  background: #D2D2D2;
  width: 80px;
  border-radius: 2px 0 0 2px;
  vertical-align: middle;
  padding: 0;
  text-align: center;
}

.metric-box__icon img {
  max-width: 35px;
  height: auto;
  max-height: 35px;
}

.metric-box__body {
  padding: 10px 15px;
  width: auto;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .metric-box {
    width: 47%;
    width: calc(50% - 10px);
    margin-right: 20px;
  }

  .metric-box:last-child,
  .metric-box.last {
    margin-right: 0;
  }
}

.directory-callout.directory-callout-vsr .directory-callout-large-metric {
  padding: 52px 16px 57px 16px;
}

.directory-callout.directory-callout-vsr .directory-callout-left-logo img {
  width: 100%;
  height: auto;
}

.directory-callout.directory-callout-vsr .directory-callout-headline {
  background-color: #feedec;
  font-weight: bold;
  font-size: 1.8em;
  color: #f34a30;
  text-align: center;
  margin: -19px 0px 16px -30px !important;
  padding: 7px 0;
}

.directory-callout {
  background-color: #fff;
  border-radius: 2px;
  border: 0 none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.directory-callout .directory-callout-large-metric {
  background-color: #eeeeee;
  padding: 32px 16px 37px 16px;
  margin-bottom: 0;
}

.directory-callout .directory-callout-large-metric .directory-callout-number {
  color: #f34b31;
  display: block;
  font-weight: bold;
  font-size: 2.8em;
}

.directory-callout .directory-callout-subtext {
  color: #999;
  margin: 14px 0 10px -12px;
}

.directory-callout .row .row {
  margin: 0 17px 6px -26px;
}

.directory-callout .directory-callout-bar-label {
  text-align: right;
}

.psi-overall-section {
  background-color: #fff;
  border-radius: 2px;
  border: 0 none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  padding: 10px;
}

.psi-overall-section .psi-speed-score-text-container {
  padding-left: 20px;
}

.psi-overall-section .psi-speed-score-text-container .psi-speed-score-text {
  font-size: 18px;
}

.psi-overall-section .psi-speed-score-bar {
  margin-top: 10px;
  padding: 0 20px;
}

/* ==========================================================================
Wrapper
========================================================================== */

.metric-boxes {
  overflow: auto;
  margin-bottom: 10px;
}

/* ==========================================================================
Alternate versions
========================================================================== */

@media (min-width: 768px) {
  .metric-boxes.metric-boxes--x3 .metric-box {
    width: 30%;
    width: calc(33.3333% - 15px);
    margin-right: 20px;
  }

  .metric-boxes.metric-boxes--x3 .metric-box:nth-child(3) {
    margin-right: 0;
  }
}

/* ==========================================================================
Average boxes. Use the same wrapper
========================================================================== */

.average-box__body {
  padding: 10px 20px;
  color: #505050;
  font-size: 14px;
}

.average-box__body h4 {
  margin: 10px 0 !important;
  font-size: 1em;
}

.average-box__body h4 .number {
  margin-right: 5px;
  font-weight: bold;
  font-size: 1.7em;
  color: #333;
}

.average-box__body h4 .text {
  display: inline-block;
}

.average-box__body .average-indicator {
  width: 100%;
  height: 8px;
  margin: 6px 0;
  border-radius: 4px;
  background: #f0f0f0;
}

.average-box__body .average-indicator .bar {
  background: #D2D2D2;
  height: 100%;
  border-radius: 3px;
}

.average-box__body .good-average .average-indicator .bar {
  background: #86cf2a;
}

.average-box__body .bad-average .average-indicator .bar {
  background: #f9470f;
}

.average-box__body .good {
  background: none;
}

.average-box__body .avg-tooltip {
  visibility: hidden;
  position: absolute;
  background: #272C33;
  color: #fff;
  line-height: 1.5;
  transition: opacity 200ms;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 100;
  margin-top: 30px;
  margin-left: -85px;
  padding: 20px;
  width: 100%;
  max-width: 366px;
}

.average-box__body .avg-tooltip :after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  border: 5px solid transparent;
  border-bottom-color: #272C33;
}

.average-box__body .avg-row:hover .avg-tooltip {
  visibility: visible;
}

.average-box__body .glyphicon,
.average-box__body .nav-sidebar--with-nested .expander-icon,
.nav-sidebar--with-nested .average-box__body .expander-icon {
  position: absolute;
  margin-left: 2px;
  font-size: 12px;
  color: #D2D2D2;
}

.yext-reviews-metrics {
  border-radius: 2px;
  border: 0 none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  min-height: 68px;
}

.yext-reviews-metrics .metric-box__icon {
  min-width: 132px;
  max-width: 132px;
  text-align: left;
  padding: 10px;
}

.yext-reviews-metrics .metric-box__icon .percentage {
  font-size: 28px;
  font-weight: bold;
}

.yext-reviews-metrics .metric-box__icon .percentage-info {
  font-size: 12px;
}

.yext-reviews-metrics .metric-box__body {
  width: 100%;
}

.yext-reviews-metrics .metric-box__body .headline {
  margin-bottom: 20px;
}

.yext-reviews-metrics .metric-box__body .result-row {
  margin-bottom: 20px;
}

.yext-reviews-metrics .metric-box__body .result-row .progress-bar-column {
  padding: 0;
}

.yext-reviews-metrics .metric-box__body .result-row .progress-bar-column .progress {
  border-radius: 6px;
  height: 15px;
  margin-bottom: 0;
  margin-top: 3px;
}

/* ==========================================================================
Generic score icon - used in sidebar, which has good/bad class on parent
========================================================================== */

.score-icon,
.icon-good,
.icon-bad,
.icon-info {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.score-icon--sm {
  width: 18px;
  height: 18px;
}

.good .score-icon,
.good .icon-good,
.good .icon-bad,
.good .icon-info {
  background-image: url("/images/simple-icons/panel-good.png");
}

.bad .score-icon,
.bad .icon-good,
.bad .icon-bad,
.bad .icon-info {
  background-image: url("/images/simple-icons/panel-bad.png");
}

.info .score-icon,
.info .icon-good,
.info .icon-bad,
.info .icon-info {
  background-image: url("/images/simple-icons/panel-na.png");
}

/* ==========================================================================
Specific good and bad icons
========================================================================== */

.icon-good {
  background-image: url("/images/simple-icons/panel-good.png");
}

.icon-bad {
  background-image: url("/images/simple-icons/panel-bad.png");
}

.icon-info {
  background-image: url("/images/simple-icons/panel-na.png");
}

.expandable {
  overflow: hidden;
  max-height: 0;
  transition: max-height 800ms;
}

.expandable.expandable--open {
  max-height: 2000px;
}

.nav.nav-tabs,
.block-tabs {
  border: 0;
}

.nav.nav-tabs li > a,
.block-tabs li > a,
.nav.nav-tabs li > a:visited,
.block-tabs li > a:visited {
  border: 0 none;
  transition: border 200ms;
  border-radius: 0;
  color: #333;
  padding: 10px 30px;
  margin: 0;
  text-align: center;
}

.nav.nav-tabs li > a:hover,
.block-tabs li > a:hover,
.nav.nav-tabs li > a:active,
.block-tabs li > a:active {
  border: 0 none;
}

.nav.nav-tabs li.active > a,
.block-tabs li.active > a,
.nav.nav-tabs li.active > a:visited,
.block-tabs li.active > a:visited,
.nav.nav-tabs li.active > a:hover,
.block-tabs li.active > a:hover,
.nav.nav-tabs li.active > a:focus,
.block-tabs li.active > a:focus {
  border: 0 none;
  transition: background 200ms;
  background: #f5f5f5;
}

/* ==========================================================================
   Summary tabs for mobile - fixed at bottom of screen
   ========================================================================== */

@media (max-width: 767px) {
  .summary__tabs.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    text-align: center;
    display: table;
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.2);
  }

  .summary__tabs.fixed-bottom > li {
    display: table-cell;
    width: 25%;
  }

  .summary__tabs.fixed-bottom > li > a {
    padding: 10px 15px 5px;
    display: block;
    border: 0 none;
    height: 64px;
  }

  .summary__tabs.fixed-bottom > li > a > .text-label {
    font-size: 0.85em;
    line-height: 1em;
  }

  .summary__tabs.fixed-bottom > li > a > .glyphicon,
  .nav-sidebar--with-nested .summary__tabs.fixed-bottom > li > a > .expander-icon,
  .summary__tabs.fixed-bottom > li > a > .fa {
    display: block;
    font-size: 1.7em;
    margin-bottom: 5px;
  }

  .summary__tabs.fixed-bottom > li > a:hover,
  .summary__tabs.fixed-bottom > li > a:active {
    background: rgba(247, 219, 76, 0.25);
    border: 0 none;
  }

  .summary__tabs.fixed-bottom li.active > a,
  .summary__tabs.fixed-bottom li.active > a:visited,
  .summary__tabs.fixed-bottom li.active > a:hover,
  .summary__tabs.fixed-bottom li.active > a:focus {
    border: 0 none;
    background: #f7db4c;
  }

  .summary__tabs.fixed-bottom .tabdrop a,
  .summary__tabs.fixed-bottom .tabdrop a:visited {
    color: #d4d5d6;
  }

  .summary__tabs.fixed-bottom .tabdrop .active a,
  .summary__tabs.fixed-bottom .tabdrop .active a:visited {
    color: #333;
  }

  .summary__tabs.fixed-bottom .tabdrop .dropdown-menu {
    right: 5px;
    border-radius: 3px;
  }

  .summary__tabs.fixed-bottom .tabdrop .dropdown-menu:before {
    right: 10px;
    left: initial;
  }

  .summary__tabs.fixed-bottom .tabdrop > a > .glyphicon,
  .summary__tabs.fixed-bottom .nav-sidebar--with-nested .tabdrop > a > .expander-icon,
  .nav-sidebar--with-nested .summary__tabs.fixed-bottom .tabdrop > a > .expander-icon,
  .summary__tabs.fixed-bottom .tabdrop > a > .fa {
    display: block;
    font-size: 2em;
    color: #333333;
    padding-top: 10px;
  }
}

/* ==========================================================================
   In presentation mode for mobile, don't highlight the "..."
   ========================================================================== */

@media (max-width: 767px) {
  .presentation-mode .summary__tabs li.tabdrop > a,
  .presentation-mode .summary__tabs li.tabdrop.active > a,
  .whitelabel .presentation-mode .summary__tabs li.tabdrop > a,
  .whitelabel .presentation-mode .summary__tabs li.tabdrop.active > a {
    background: none !important;
    border-top: none !important;
  }
}

/* ==========================================================================
   Only display the mobile-only items in block-tabs on mobile
   ========================================================================== */

@media (min-width: 768px) {
  .summary__tabs .mobile-only {
    display: none !important;
  }
}

.navbar-haystack-secondary > .active:not(.account-switcher-dropdown) > a {
  border-bottom: 2px solid #f7db4c;
  margin-bottom: -1px;
}

.navbar-haystack-secondary .badge {
  border-radius: 200px;
  background-color: #333;
  color: #fff;
  padding: 2px 7px;
  font-size: .8em;
  margin: 0 5px;
  vertical-align: text-top;
}

.navbar-haystack-secondary .badge.badge-alert {
  background-color: #fc6e51;
}

.navbar-haystack-secondary .account-switcher-dropdown {
  max-width: 225px;
}

.navbar-haystack-secondary .account-switcher-dropdown > a,
.navbar-haystack-secondary .account-switcher-dropdown > a:hover {
  display: inline-flex;
  font-weight: bold;
  padding-bottom: 0;
  color: #777;
}

@media (min-width: 768px) {
  .navbar-haystack-secondary .account-switcher-dropdown > a,
  .navbar-haystack-secondary .account-switcher-dropdown > a:hover {
    margin-right: 10px;
    padding-bottom: 5px;
  }
}

.navbar-haystack-secondary .account-switcher-dropdown > a > span,
.navbar-haystack-secondary .account-switcher-dropdown > a:hover > span {
  margin-top: 10px;
  display: inline-block;
  max-width: 185px;
  overflow: hidden;
}

.navbar-haystack-secondary .account-switcher-dropdown > a small,
.navbar-haystack-secondary .account-switcher-dropdown > a:hover small {
  position: absolute;
  margin-top: -7px;
}

.navbar-haystack-secondary .account-switcher-dropdown > a:after,
.navbar-haystack-secondary .account-switcher-dropdown > a:hover:after {
  content: '\25bc';
  margin: 10px 0 0 5px;
}

.navbar-haystack-secondary .account-switcher-dropdown .dropdown-menu:before {
  display: none;
}

/* ==========================================================================
   A type of nav with a border at the top - like on summary nav
   ========================================================================== */

.block-tabs-wrapper {
  position: relative;
}

.block-tabs {
  background: none;
  border: 0 none;
  width: 80%;
}

.block-tabs li {
  width: 18%;
}

.block-tabs li a {
  padding: 10px !important;
}

.block-tabs li.tabs-overflow-menu-button {
  width: 5%;
  height: 42px;
}

.block-tabs li.tabs-overflow-menu-button .tabs-overflow-button {
  padding: 8px 15px;
  height: 42px;
  box-shadow: none !important;
}

.block-tabs li.tabs-overflow-menu-button .tabs-overflow-button:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.block-tabs li.tabs-overflow-menu-button .overflow-dropdown-menu {
  background-color: #f5f5f5;
  padding: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.175);
  border-radius: 0;
}

.block-tabs li.tabs-overflow-menu-button .overflow-dropdown-menu:before {
  content: none;
}

.block-tabs li.tabs-overflow-menu-button .overflow-dropdown-menu .overflow-tab-item {
  display: block;
  width: 190px;
  color: #333;
  text-align: center;
  margin-bottom: 4px;
}

.block-tabs li.tabs-overflow-menu-button .overflow-dropdown-menu .overflow-tab-item:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.block-tabs li.tabs-overflow-menu-button .overflow-dropdown-menu .overflow-tab-item.active {
  border: 0 none;
  border-top: 3px solid #f7db4c;
  transition: background 200ms;
  background: #fafafa;
}

.block-tabs li > a,
.block-tabs li > a:visited {
  border: 0 none;
  border-top: 2px solid transparent;
  padding: 10px 30px;
  margin: 0;
}

.block-tabs li > a:hover,
.block-tabs li > a:active {
  border: 0 none;
  border-top: 2px solid transparent;
}

.block-tabs li.active > a,
.block-tabs li.active > a:visited,
.block-tabs li.active > a:hover,
.block-tabs li.active > a:focus {
  border: 0 none;
  border-top: 3px solid #f7db4c;
  transition: background 200ms;
  background: #fafafa;
}

.block-tabs .block-tabs__additional {
  float: right;
}

.block-tabs .block-tabs__additional a {
  padding-left: 15px;
  padding-right: 15px;
}

.block-tabs .glyphicon,
.block-tabs .nav-sidebar--with-nested .expander-icon,
.nav-sidebar--with-nested .block-tabs .expander-icon,
.block-tabs .fa {
  display: none;
  top: 3px;
}

.block-tabs .glyphicon-option-horizontal {
  display: block;
  top: 1px;
}

.block-tabs.summary__tabs.fixed-bottom li.dropdown.pull-right ul.dropdown-menu li {
  width: 100%;
}

@media (max-width: 767px) {
  .tabs-overflow-menu-button {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .block-tabs li > a {
    padding: 10px 50px;
  }
}

@media (min-width: 992px) {
  .block-tabs li > a {
    padding: 10px 60px;
  }
}

/* ==========================================================================
   Alternate version - for share modal
   ========================================================================== */

.block-tabs.block-tabs--3 li {
  width: 33.333%;
}

.block-tabs.block-tabs--2 li {
  width: 50%;
}

ul.nav-wizard {
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *zoom: 1;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

ul.nav-wizard:before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 46px;
  height: 47px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  z-index: 11;
  content: " ";
}

ul.nav-wizard:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 138px;
  height: 47px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  z-index: 11;
  content: " ";
}

ul.nav-wizard li {
  cursor: pointer;
  position: relative;
  float: left;
  height: 46px;
  display: inline-block;
  text-align: center;
  padding: 0 20px 0 30px;
  margin: 0;
  font-size: 16px;
  line-height: 46px;
  flex: 1 260px;
}

ul.nav-wizard li a {
  display: block;
  width: 100%;
  color: #333;
  padding: 0;
}

ul.nav-wizard li a:hover {
  background-color: transparent;
}

ul.nav-wizard li:before {
  position: absolute;
  display: block;
  border: 24px solid transparent;
  border-left: 16px solid #d4d4d4;
  border-right: 0;
  top: -1px;
  z-index: 10;
  content: '';
  right: -16px;
}

ul.nav-wizard li:after {
  position: absolute;
  display: block;
  border: 24px solid transparent;
  border-left: 16px solid #f9f9f9;
  border-right: 0;
  top: -1px;
  z-index: 10;
  content: '';
  right: -15px;
}

ul.nav-wizard li.active {
  cursor: default;
  color: #3a87ad;
  background: #d9edf7;
}

ul.nav-wizard li.active:after {
  border-left: 16px solid #d9edf7;
}

ul.nav-wizard li.active a,
ul.nav-wizard li.active a:active,
ul.nav-wizard li.active a:visited,
ul.nav-wizard li.active a:focus {
  color: #3a87ad;
  background: #d9edf7;
}

ul.nav-wizard .active ~ li {
  cursor: default;
  color: #999999;
  background: #ededed;
}

ul.nav-wizard .active ~ li:after {
  border-left: 16px solid #ededed;
}

ul.nav-wizard .active ~ li a,
ul.nav-wizard .active ~ li a:active,
ul.nav-wizard .active ~ li a:visited,
ul.nav-wizard .active ~ li a:focus {
  color: #999999;
  background: #ededed;
}

ul.nav-wizard.nav-wizard-backnav li:hover {
  color: #468847;
  background: #f6fbfd;
}

ul.nav-wizard.nav-wizard-backnav li:hover:after {
  border-left: 16px solid #f6fbfd;
}

ul.nav-wizard.nav-wizard-backnav li:hover a,
ul.nav-wizard.nav-wizard-backnav li:hover a:active,
ul.nav-wizard.nav-wizard-backnav li:hover a:visited,
ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
  color: #468847;
  background: #f6fbfd;
}

ul.nav-wizard.nav-wizard-backnav .active ~ li {
  color: #999999;
  background: #ededed;
}

ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
  border-left: 16px solid #ededed;
}

ul.nav-wizard.nav-wizard-backnav .active ~ li a,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:active,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
  color: #999999;
  background: #ededed;
}

.well,
.share-url__url,
.explainer,
.descriptor {
  min-height: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 2px;
  border: 0 none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.well blockquote,
.share-url__url blockquote,
.explainer blockquote,
.descriptor blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well .form-group:last-of-type,
.share-url__url .form-group:last-of-type,
.explainer .form-group:last-of-type,
.descriptor .form-group:last-of-type {
  margin-bottom: 0;
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.well.well--highlight,
.well--highlight.share-url__url,
.well--highlight.explainer,
.well--highlight.descriptor {
  background-color: #F6EABD;
}

.report-example-display-ad {
  font-family: serif;
  font-size: 14px;
  max-width: 350px;
  background: #fff;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.step-error {
  text-align: center;
  color: #a94442;
}

.policylist-policy-event_hook {
  background-color: #EEFFEE;
}

.policylist-policy-action {
  background-color: #EEEEFF;
}

.policylist-policy-rule {
  background-color: #FFEEEE;
}

.policylist-policy-action,
.policylist-policy-event_hook,
.policylist-policy-rule {
  padding: 8px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  text-align: center;
}

.content-area-what .content-item-input {
  height: auto;
}

.policy-editor ul.nav-wizard,
.content-area-editor ul.nav-wizard {
  flex-wrap: nowrap;
}

.policy-editor .hide-modal-step,
.content-area-editor .hide-modal-step {
  display: none;
}

.policy-editor .content-area-when .checkbox,
.content-area-editor .content-area-when .checkbox {
  margin-bottom: 24px;
}

.policy-editor .rule-builder .rule-builder,
.content-area-editor .rule-builder .rule-builder {
  padding-bottom: 10px;
}

.policy-editor .rule-builder .rule-builder .rule-builder-ruleset,
.content-area-editor .rule-builder .rule-builder .rule-builder-ruleset {
  padding: 10px;
  background-color: #ededed;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
}

.policy-editor .rule-builder .rule-builder .rule-builder-ruleset .rule-builder-basic-rule,
.content-area-editor .rule-builder .rule-builder .rule-builder-ruleset .rule-builder-basic-rule {
  background-color: #e0e0e0;
}

.policy-editor .rule-builder .ruleset-error,
.content-area-editor .rule-builder .ruleset-error {
  color: #9c0100;
}

.policy-editor .rule-builder .ruleset-empty-warning,
.content-area-editor .rule-builder .ruleset-empty-warning {
  text-align: center;
}

.policy-editor .rule-builder .delete-rule,
.content-area-editor .rule-builder .delete-rule {
  position: absolute;
  right: 5px;
  top: 11px;
  z-index: 1000;
  color: #222;
  cursor: pointer;
  font-size: 1.2em;
}

.policy-editor .rule-builder .ruleset-rule-container,
.content-area-editor .rule-builder .ruleset-rule-container {
  position: relative;
}

.policy-editor .rule-builder .rule-builder-linkword,
.content-area-editor .rule-builder .rule-builder-linkword {
  text-align: center;
  display: block;
  color: #666;
  margin-bottom: 10px;
}

.policy-editor .rule-builder input,
.policy-editor .rule-builder select:active,
.policy-editor .rule-builder select:focus,
.policy-editor .rule-builder select,
.content-area-editor .rule-builder input,
.content-area-editor .rule-builder select:active,
.content-area-editor .rule-builder select:focus,
.content-area-editor .rule-builder select {
  border: 0 solid transparent;
  color: #222;
  background: transparent;
  font-size: 1em;
}

.policy-editor .rule-builder option:hover,
.policy-editor .rule-builder option:focus,
.policy-editor .rule-builder option:active,
.policy-editor .rule-builder option:checked,
.content-area-editor .rule-builder option:hover,
.content-area-editor .rule-builder option:focus,
.content-area-editor .rule-builder option:active,
.content-area-editor .rule-builder option:checked {
  border: 0 solid transparent;
}

.policy-editor .rule-builder .rule-builder-input-option-container,
.content-area-editor .rule-builder .rule-builder-input-option-container {
  border-bottom: 1px solid #222;
  margin-right: 10px;
}

.policy-editor .rule-builder .rule-builder-input-option-container.rule-builder-error,
.content-area-editor .rule-builder .rule-builder-input-option-container.rule-builder-error {
  border-bottom-color: #ff424d;
}

.policy-editor .rule-builder .rule-builder-basic-rule,
.content-area-editor .rule-builder .rule-builder-basic-rule {
  background-color: #ededed;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  color: #222;
  padding: 10px 30px 10px 10px;
}

.policy-editor .rule-builder .rule-builder-basic-rule .rule-builder-basic-rule-inner,
.content-area-editor .rule-builder .rule-builder-basic-rule .rule-builder-basic-rule-inner {
  margin: 0;
}

.policy-editor .action-builder-action,
.content-area-editor .action-builder-action {
  background-color: #ededed;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  color: #222;
  padding: 10px;
  margin-bottom: 10px;
}

.policy-editor .delete-action-container,
.content-area-editor .delete-action-container {
  position: relative;
  margin-bottom: 30px;
}

.policy-editor .delete-action-container .delete-action,
.content-area-editor .delete-action-container .delete-action {
  position: absolute;
  right: 5px;
  z-index: 1000;
  color: #222;
  cursor: pointer;
  font-size: 1.2em;
}

.has-error .control-label:before,
.has-error .form-horizontal .zend_form label:before,
.form-horizontal .zend_form .has-error label:before {
  content: '\26A0';
  padding-right: 7px;
}

.content-area-editor ul.nav-wizard {
  flex-wrap: nowrap;
}

.content-area-editor .content-area-splitter {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 10px;
  font-size: 15px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #eee;
  padding-bottom: 5px;
}

.content-item-input {
  height: 60px;
}

.languageOption {
  padding: 0 10px 0 10px;
}

.language-dropdown {
  padding: 10px 0 10px 0;
}

.delete--what-content {
  position: absolute;
  right: 0;
  top: 0;
}

.content-item-holder {
  position: relative;
  margin-bottom: 5px;
}

.content-item--section {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  background-color: #eee;
  padding: 10px;
  animation: contentSection 2s;
}

@keyframes contentSection {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.content-area-what-previewer {
  max-height: 400px;
  overflow: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.image-selected img {
  width: 100%;
  height: auto;
  border: 2px solid #f7db4c;
}

image-selected-details p {
  font-weight: bold;
}

.content-areas__btn {
  position: relative;
  width: 54px;
}

.content-areas__btn--spinner {
  top: 10px;
  left: 2px;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  position: absolute;
}

.summary-card {
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.summary-card .summary-card-head {
  padding: 10px 20px;
  background: #272C33;
}

.summary-card .summary-card-head h1 {
  font-size: 1.6em;
  color: #fff;
  margin: 0;
}

.summary-card.danger .summary-card-head {
  background: #fc6e51;
}

.summary-card.warning .summary-card-head {
  background: #f7e6a5;
}

.summary-card.info .summary-card-head {
  background: #5bc0de;
}

.summary-card.success .summary-card-head {
  background: #a0d468;
}

.summary-card .summary-card-body {
  padding: 20px 20px 30px;
  background: #fff;
}

.summary-card .number {
  display: inline-block;
  font-size: 28px;
  margin-right: 10px;
  min-width: 80px;
  text-align: right;
}

.summary-card .button-container {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.summary-card .gray {
  opacity: 0.8;
}

.summary-card table td {
  vertical-align: baseline;
  padding-top: 8px;
}

.summary-card table .glyphicon,
.summary-card table .nav-sidebar--with-nested .expander-icon,
.nav-sidebar--with-nested .summary-card table .expander-icon,
.summary-card table .fa {
  margin-right: 6px;
}

.summary-card .btn-primary,
.summary-card .zend_form input[type="submit"],
.zend_form .summary-card input[type="submit"],
.summary-card .competitor__add {
  background-color: #f7db4c;
  color: #272C33;
}

.modal-set-language {
  background: #272C33;
  color: #fff;
}

.modal-set-language .modal-footer {
  border-color: #5a5a5a;
}

.modal-language-options {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 991px) {
  .modal-language-options {
    flex-direction: column;
  }
}

.modal-language-group--europe {
  width: 30%;
  order: 0;
  width: 50%;
}

@media screen and (max-width: 991px) {
  .modal-language-group--europe {
    width: 100%;
  }
}

.modal-language-group--europe ul {
  column-count: 2;
}

@media screen and (max-width: 767px) {
  .modal-language-group--europe ul {
    column-count: 1;
  }
}

@media screen and (max-width: 991px) {
  .modal-language-group--europe {
    width: 100%;
  }
}

.modal-language-group--americas {
  order: 1;
}

.modal-language-group--americas .language-body {
  border-left: 1px solid #5a5a5a;
  border-right: 1px solid #5a5a5a;
}

@media screen and (max-width: 991px) {
  .modal-language-group--americas .language-body {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #5a5a5a;
    border-top: 1px solid #5a5a5a;
    padding: 14px 0px;
  }
}

.modal-language-group--restofworld {
  order: 2;
}

.modal-language-group--restofworld,
.modal-language-group--americas {
  width: 25%;
}

@media screen and (max-width: 991px) {
  .modal-language-group--restofworld,
  .modal-language-group--americas {
    width: 100%;
  }
}

.modal-language-group .language-body {
  padding: 0px 14px;
}

@media screen and (max-width: 991px) {
  .modal-language-group .language-body {
    padding: 14px;
  }
}

.modal-language-group .map {
  display: table;
  height: 260px;
  margin: 15px auto;
  transition: 0.2s ease-in-out;
}

.modal-language-group .map.active {
  filter: brightness(0) invert(1);
}

.modal-language-group h4 {
  font-weight: 600;
  margin-left: 8px;
}

.modal-language-group ul {
  list-style: none;
  padding: 0px;
}

.modal-language-group li {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 30px;
  padding: 4px 8px 2px 8px;
  position: relative;
  transition: 0.2s ease-in-out;
}

.modal-language-group li:hover {
  opacity: 0.7;
}

.modal-language-group li .fa-check {
  color: lime;
  display: none;
  margin-right: 4px;
}

.modal-language-group li input {
  opacity: 0;
  position: absolute;
  top: 4px;
  z-index: -1;
}

.modal-language-group li .flag-icon {
  display: inline-block;
  margin-right: 4px;
}

.modal-language-group li.active {
  background: #373e48;
  font-weight: 800;
}

.modal-language-group li.active .flag-icon {
  display: none;
}

.modal-language-group li.active .fa-check {
  display: inline-block;
}

.modal.modal-content {
  background: #272C33;
  color: #fff;
}

.inline-dropdown {
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .inline-dropdown {
    margin-bottom: 0;
  }
}

.content-options {
  margin: 12px 0;
  padding: 0;
}

/* ==========================================================================
   Specific layouts
   ========================================================================== */

.brand_2019 {
  font-family: 'Nunito Sans', sans-serif;
}

.brand_2019 .navbar--top {
  background: #252525;
}

.brand_2019 .business-search-input {
  background-color: transparent;
}

.brand_2019 .business-card {
  will-change: transform;
  background-color: #fff;
}

.brand_2019 .business-card.add-business-manually-card {
  background-color: transparent;
}

.brand_2019 .dropdown-menu.dropdown-menu-right:before {
  right: 14px;
}

.brand_2019 .report-buttons-dropdown:before {
  right: 26px;
  left: auto;
}

.brand_2019 .btn-default {
  background-color: #f0f0f0;
}

.brand_2019 .form-control,
.brand_2019 .zend_form input,
.zend_form .brand_2019 input,
.brand_2019 .zend_form select,
.zend_form .brand_2019 select,
.brand_2019 .login-panel__main #username-element input,
.login-panel__main #username-element .brand_2019 input,
.brand_2019 .login-panel__main #password-element input,
.login-panel__main #password-element .brand_2019 input,
.brand_2019 .login-panel__main #passwordconfirm-element input,
.login-panel__main #passwordconfirm-element .brand_2019 input,
.brand_2019 .zend_form input,
.brand_2019 .zend_form select,
.brand_2019 .login-panel__main #username-element input,
.brand_2019 .login-panel__main #password-element input,
.brand_2019 .login-panel__main #passwordconfirm-element input,
.brand_2019 .search-btn,
.brand_2019 .btn,
.brand_2019 .zend_form input[type="submit"],
.zend_form .brand_2019 input[type="submit"],
.brand_2019 .omnisearch__btn,
.brand_2019 .login-panel__main #login-element input,
.login-panel__main #login-element .brand_2019 input,
.brand_2019 .competitor__add {
  border-radius: 6px;
}

.brand_2019 a.btn.business-card-view-btn,
.brand_2019 a.business-card-view-btn.omnisearch__btn,
.brand_2019 a.business-card-view-btn.competitor__add,
.brand_2019 button.btn.business-card-analyse-btn,
.brand_2019 button.business-card-analyse-btn.omnisearch__btn,
.brand_2019 button.business-card-analyse-btn.competitor__add {
  line-height: 1.4em;
  font-size: 1.1em;
}

.brand_2019 .login-panel__main #username-label,
.brand_2019 .login-panel__main #password-label {
  position: relative;
  overflow: visible;
  clip: unset;
  height: auto;
  width: auto;
}

.brand_2019 .login-panel__main .form-group dt label {
  font-weight: normal;
  font-size: 1.2em;
  text-indent: 2px;
}

.brand_2019 .login-panel__main .form-group dd input,
.brand_2019 .login-panel__main .form-group #username-element input,
.brand_2019 .login-panel__main .form-group #password-element input {
  border-radius: 7px;
  border: 1px solid #333;
}

.brand_2019 .login-panel__main #login-element input {
  border-radius: 7px;
}

.brand_2019 .login-panel__title {
  background-image: url("/images/new-prospect-logo.png");
}

.brand_2019 .login-panel__top {
  margin-bottom: 0;
}

.brand_2019 .full-bg {
  background-image: url("/images/login-bg.jpg");
  background-position: center;
  background-size: cover;
}

.brand_2019 .login-panel,
.brand_2019 .login-panel__top {
  background-color: transparent;
}

.brand_2019 .login-panel__top,
.brand_2019 .panel__top {
  border-radius: 16px 16px 0 0;
}

.brand_2019 .login-panel__sso .login-panel__sso-buttons li a {
  border-radius: 4px;
}

.brand_2019 .login-panel,
.brand_2019 .panel {
  border-radius: 16px;
}

.brand_2019.whitelabel.hide-search-bar .navbar-brand {
  width: 30px;
  height: 30px;
}

.brand_2019 .navbar__search-btn {
  border-radius: 7px;
}

.brand_2019 .navbar-brand {
  background-image: url("/images/new-prospect-logo-inverse.png");
  margin-top: 11px;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  margin-right: 10px;
}

.brand_2019.hide-search-bar .navbar-brand {
  width: 157px;
  height: 30px;
}

.brand_2019 .navbar__search-btn-wrapper {
  left: 65px;
  right: 230px;
}

.brand_2019 .navbar-brand-text {
  display: none;
}

.brand_2019.whitelabel .navbar-brand-text {
  display: block;
}

.brand_2019 .navbar .navbar__user-btn {
  width: 39px;
  border-radius: 50%;
}

.brand_2019 .navbar-haystack-secondary > .active:not(.account-switcher-dropdown) > a {
  border-bottom-color: #f3c008;
}

.brand_2019 .update-analysis-btn,
.brand_2019 .update-analysis-menu-btn {
  background-color: #f3c008;
}

.brand_2019 .block-tabs li.active > a,
.brand_2019 .block-tabs li.active > a:visited,
.brand_2019 .block-tabs li.active > a:hover,
.brand_2019 .block-tabs li.active > a:focus {
  border-top: 3px solid #f3c008;
}

@media (max-width: 767px) {
  .brand_2019 .summary__tabs.fixed-bottom li.active > a,
  .brand_2019 .summary__tabs.fixed-bottom li.active > a:visited,
  .brand_2019 .summary__tabs.fixed-bottom li.active > a:hover,
  .brand_2019 .summary__tabs.fixed-bottom li.active > a:focus {
    background-color: #f3c008;
  }
}

.brand_2019 .search-btn,
.brand_2019 .business-card-analyse-btn,
.brand_2019 .card-menu-stale-btn,
.brand_2019 .add-manually-btn,
.brand_2019 .new-analysis-indicator,
.brand_2019 .business-card-error-btn,
.brand_2019 .redirect-business-card,
.brand_2019 .manage-subscription-button,
.brand_2019 .summary-card .btn-primary,
.brand_2019 .summary-card .zend_form input[type="submit"],
.zend_form .brand_2019 .summary-card input[type="submit"],
.brand_2019 .summary-card .competitor__add {
  background-color: #f3c008;
}

@media (min-width: 992px) {
  .brand_2019 .radial-progress .radial-progress__inset .radial-progress__percentage {
    line-height: 76px;
  }
}

@media (min-width: 768px) {
  .brand_2019.night .panel__top {
    background-color: #f1f0f1;
    color: #222;
  }

  .brand_2019.night .full-bg {
    background-image: url("/images/login-bg-dark.jpg");
  }

  .brand_2019.night .login-panel {
    color: #fff;
  }

  .brand_2019.night .login-panel__title {
    background-image: url("/images/new-prospect-logo-inverse.png");
  }

  .brand_2019.night .login-panel__main #login-element input {
    background-color: #f3c008;
    color: #000;
  }

  .brand_2019.night .login-panel__forgotten a,
  .brand_2019.night .login-panel__forgotten a:visited {
    color: #fff;
  }

  .brand_2019.night .login-panel__forgotten a:hover {
    color: #f3c008;
  }

  .brand_2019 .login-panel__title {
    height: 65px;
    width: 360px;
  }

  .brand_2019 .navbar-brand {
    height: 39px;
    width: 39px;
  }

  .brand_2019 .navbar .navbar__user-btn {
    padding: 5px 7px !important;
  }

  .brand_2019 .business-search {
    background-image: url("/images/search-bg.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }

  .brand_2019.whitelabel .business-search {
    background: none;
  }

  .brand_2019.hide-search-bar .navbar-brand {
    width: 219px;
    height: 39px;
  }

  .brand_2019.whitelabel.hide-search-bar .navbar-brand {
    width: 39px;
    height: 39px;
  }

  .brand_2019 .navbar .navbar__adv-search-btn {
    background-color: transparent !important;
    border: 1px solid #fff;
    border-radius: 7px;
    color: #fff !important;
    width: 147px;
  }

  .brand_2019 .navbar .navbar__adv-search-btn:hover {
    background-color: #fff !important;
    color: #333 !important;
  }
}

.brand_2019.whitelabel .login-panel__top {
  background-color: transparent;
}

.brand_2019.whitelabel .login-panel {
  background-color: #fff;
}

.dropdown-menu-before {
  background: #272C33;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 52px;
  left: 23px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.dropdown-menu.dropdown-menu-right.open-menu {
  /* Hide the scroll bar on the menu */
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer */
}

.dropdown-menu.dropdown-menu-right.open-menu::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

.login-panel__pre-message {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.login-panel__post-message {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.login-panel__sso {
  font-size: 1.2em;
  margin-top: 20px;
  text-align: center;
}

.login-panel__sso .login-panel__sso-buttons {
  list-style: none;
  padding: 0;
  margin: 0;
}

.login-panel__sso .login-panel__sso-buttons li {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}

.login-panel__sso .login-panel__sso-buttons li a {
  padding: 8px 20px;
  border-radius: 1px;
  background-color: #333;
  display: inline-block;
  width: auto;
  margin: 0 5px;
  color: #fff;
}

.login-panel__sso .login-panel__sso-buttons li a img {
  height: 1em;
  width: auto;
  margin-top: -2px;
  vertical-align: middle;
}

.login-panel__sso .login-panel__sso-buttons li a.login-panel__sso-buttons-google {
  background-color: #DB4437;
}

.login-panel__sso .login-panel__sso-buttons li a.login-panel__sso-buttons-office {
  background-color: #d87b3d;
}

.login-panel {
  z-index: 10;
  position: relative;
  background: #fff;
  -webkit-animation: loginAnimation 1s;
  -moz-animation: loginAnimation 1s;
  -ms-animation: loginAnimation 1s;
  -o-animation: loginAnimation 1s;
  animation: loginAnimation 1s;
  transform-origin: 50% 80%;
  -webkit-transform-origin: 50% 80%;
}

.whitelabel .login-panel__main #username-element input:focus,
.whitelabel .login-panel__main #password-element input:focus,
.whitelabel .login-panel__main #passwordconfirm-element input:focus {
  box-shadow: none;
}

.login-panel__main {
  padding: 20px 30px 30px;
}

.login-panel__main #login-element {
  text-align: center;
  position: relative;
}

.login-panel__main #login-element input {
  font-size: 1.3em;
  padding: 15px 20px;
  width: 100%;
  height: 50px;
}

.login-panel__main #login-element input :focus {
  outline: none;
}

.login-panel__main #url-label,
.login-panel__main #url-element {
  display: none;
}

.login-panel__main #rememberme-label {
  margin-left: 28px;
}

.login-panel__main #rememberme-element {
  position: absolute;
  left: 0;
  top: 0;
}

.login-panel__main #rememberme-element input[type="checkbox"] {
  margin: 0;
}

.login-panel__main #username-element input,
.login-panel__main #password-element input,
.login-panel__main #passwordconfirm-element input {
  font-size: 1.3em;
  font-weight: 100;
  border: 1px solid #d7d7d7;
  height: 50px;
}

.login-panel__main #username-element input:focus,
.login-panel__main #password-element input:focus,
.login-panel__main #passwordconfirm-element input:focus {
  box-shadow: 0px 0px 10px #f7db4c;
}

.login-panel__main #username-element input:focus,
.login-panel__main #username-element input:active,
.login-panel__main #username-element input:hover,
.login-panel__main #password-element input:focus,
.login-panel__main #password-element input:active,
.login-panel__main #password-element input:hover,
.login-panel__main #passwordconfirm-element input:hover {
  border-color: #bebdbd;
}

.login-panel__top {
  padding: 20px 20px 10px;
  background: #272C33;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.login-panel__top img {
  vertical-align: middle;
}

.login-panel__logo {
  max-height: 100px;
}

.login-panel__rememberme {
  position: relative;
  margin-bottom: 10px;
}

.login-panel__explain {
  padding: 5px 10px 5px;
  text-align: center;
  font-weight: 500;
  font-size: 1.85em;
  margin: 0;
}

.login-panel__explain.error {
  background-color: #a94442;
  color: #fff;
  font-size: 1.3em;
  padding: 12px;
}

.login-panel__inputs {
  margin: 0;
}

.login-panel__inputs .zend_form {
  margin: 0;
}

.login-panel .errors {
  background: #d2322d;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0 0 2px 2px;
  margin-top: -2px;
  font-size: 0.97em;
}

.login-panel__forgotten {
  text-align: center;
  margin-top: 30px;
  font-weight: 100;
  font-size: 1.2em;
}

.login-panel__forgotten a,
.login-panel__forgotten a:visited {
  color: #333;
}

.login-panel__forgotten a:hover,
.login-panel__forgotten a:active {
  color: #2e83dc;
}

@media (min-width: 600px) {
  .login-panel {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -291px;
    margin-left: -250px;
  }
}

@media (min-width: 768px) {
  .login-panel__forgotten {
    margin: 20px 0 0;
  }
}

/* ==========================================================================
   company logo - as title
   ========================================================================== */

.login-panel__title {
  margin: auto;
  width: 320px;
  height: 77px;
  background: url("/images/prospect_logo_full.png") no-repeat center;
  background-size: contain;
  text-indent: -9999px;
}

/* ==========================================================================
   animated login button
   ========================================================================== */

#login-element {
  transition: width 250ms ease-in-out, padding 250ms, opacity 250ms ease-in-out;
}

#login-element input {
  transition: padding 250ms !important;
}

#login-element:after {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 13px;
  opacity: 0;
  transition: right 0ms, opacity 250ms ease-in;
  transition-delay: 250ms;
  -webkit-transition-delay: 250ms;
  outline: none;
  right: 5px;
  display: none;
}

@media (min-width: 600px) {
  #login-element:after {
    right: -120px;
    display: block;
  }
}

#login-element.clicked input {
  padding-right: 90px;
}

#login-element.clicked:after {
  opacity: 1;
  right: calc(50% - 30px);
  display: block;
}

html[lang="es-ES"] #login-element.clicked input,
html[lang="fr-CA"] #login-element.clicked input {
  padding-right: 130px;
}

html[lang="es-VE"] #login-element.clicked input,
html[lang="es-CL"] #login-element.clicked input,
html[lang="es-CO"] #login-element.clicked input {
  padding-right: 160px;
}

/* ==========================================================================
   Reset password panel
   ========================================================================== */

.reset-password__inputs {
  margin: 0;
}

.reset-password__inputs .zend_form {
  margin-bottom: 0;
}

.reset-password__inputs #submitpchange-label {
  display: none;
}

.reset-password__inputs dt,
.reset-password__inputs dd {
  display: block;
}

.reset-password__main {
  padding: 20px 30px 30px;
}

.reset-password__cancel,
.new-password__cancel {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

/* ==========================================================================
   New password panel
   ========================================================================== */

/* ==========================================================================
   Language options
   ========================================================================== */

.login-panel__language-options {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  display: inline-block;
  width: auto;
}

/* ==========================================================================
   IE9 exceptions
   ========================================================================== */

/* ==========================================================================
   Information panel for those coming from Chrome extendion
   ========================================================================== */

.trial-panel {
  background: #06091c;
  padding: 20px 30px;
  text-align: center;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.trial-panel .trial-panel-main-container {
  margin-top: 10px;
  background: #fff;
  padding: 30px 30px 56px;
}

.trial-panel .trial-panel-main-container h1 {
  font-size: 2.5em;
}

.trial-panel .trial-panel-main-container ul {
  text-align: left;
  margin: 20px 0;
  font-size: 18px;
  font-weight: 100;
}

@media (min-width: 600px) {
  .trial-panel .trial-panel-main-container ul {
    margin: 20px 60px;
  }
}

.trial-panel .trial-panel-main-container a {
  color: #06091c;
  text-decoration: underline;
  font-size: 14px;
}

.trial-panel .trial-panel-main-container .not-sure-span {
  font-size: 14px;
}

.trial-panel .btn-prospect-yellow {
  background: #f7db4c;
  color: #06091c;
  font-size: 22px;
  padding: 15px 40px;
  margin-top: -30px;
}

.trial-panel .trial-footer {
  font-size: 14px;
  color: #fff;
  padding-top: 14px;
}

.trial-panel .trial-footer a {
  color: #fff;
  text-decoration: underline;
}

.trial-panel .glyphicon-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ccc;
  cursor: pointer;
}

.trial-panel .trial-voucher {
  width: 100%;
  background: #a1d46f;
  padding: 10px;
  margin-top: 20px;
}

.trial-panel .trial-voucher .voucher-off,
.trial-panel .trial-voucher .voucher-code {
  font-weight: bold;
}

@media (min-width: 600px) {
  .trial-panel .trial-voucher {
    position: absolute;
    width: 300px;
    padding: 10px 80px 50px;
    right: -106px;
    bottom: -32px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .trial-panel .trial-voucher .voucher-off {
    font-size: 30px;
  }

  .trial-panel .trial-voucher .voucher-code {
    font-size: 18px;
  }

  .trial-panel .trial-voucher span {
    display: block;
    margin-top: -3px;
  }
}

@media (min-width: 600px) {
  .trial-panel {
    border-radius: 5px;
    width: 600px;
    margin-left: -300px;
    top: 50%;
  }
}

.chrome-welcome-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #06091c;
  z-index: -1;
}

.chrome-welcome-container {
  margin-bottom: 20px;
}

.chrome-welcome-container h1,
.chrome-welcome-container h2,
.chrome-welcome-container h3,
.chrome-welcome-container h4 {
  color: #fff;
  font-weight: 200;
}

.chrome-welcome-container .step-text,
.chrome-welcome-container .login-text {
  color: #fff;
  margin-bottom: 15px;
}

.chrome-welcome-container .logged-in-title {
  margin-top: 20px;
  font-size: 32px;
}

.chrome-welcome-container .prospect-logo-large {
  width: 100%;
  max-width: 700px;
  padding: 60px 20px 0;
}

.chrome-welcome-container .welcome-bg {
  background: url("/images/laptop-bg.png") fixed center;
  background-size: cover;
  padding: 60px 0 45px;
  margin: 20px 0;
}

.chrome-welcome-container .welcome-bg img {
  width: 70%;
  margin-bottom: 10px;
  border: 4px solid black;
}

.chrome-welcome-container .welcome-bg .step-text {
  font-size: 15px;
}

.chrome-welcome-container .welcome-bg .step-number {
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 4px;
  font-size: 16px;
  font-weight: 200;
  background: #f7db4c;
  color: #000;
  text-align: center;
  border-radius: 3px;
  top: -10px;
  margin-left: -10px;
}

.chrome-welcome-container .btn-prospect-yellow {
  background: #f7db4c;
  color: #06091c;
}

.chrome-welcome-container .btn,
.chrome-welcome-container .zend_form input[type="submit"],
.zend_form .chrome-welcome-container input[type="submit"],
.chrome-welcome-container .omnisearch__btn,
.chrome-welcome-container .login-panel__main #login-element input,
.login-panel__main #login-element .chrome-welcome-container input,
.chrome-welcome-container .competitor__add {
  padding: 15px;
  width: 200px;
  margin-bottom: 20px;
}

@media (min-height: 700px) {
  .chrome-welcome-container {
    margin-top: 4vh;
  }
}

.empty-share-container {
  margin-top: 50px;
}

.empty-share-container .empty-share {
  box-shadow: 0 0 8px #ccc;
  border-radius: 4px;
  padding: 0;
  background: #fafafa;
  margin: auto;
  float: none;
}

.empty-share-container .empty-share .empty-share-body {
  text-align: center;
  font-size: 18px;
  padding: 36px 40px;
}

.audit_log_dateheader {
  color: #5c9c30;
  border-top: none !important;
  padding-top: 26px !important;
}

/* ==========================================================================
   Summary header
   ========================================================================== */

.summary__header {
  background: #fff;
  position: relative;
  padding-top: 22px;
  padding-bottom: 15px;
  min-height: 100px;
}

.summary__score-wrapper {
  position: absolute;
  top: 0px;
  right: 16px;
  width: 300px;
}

.summary__website-link:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  content: "\e008";
}

.summary__status {
  margin-top: -35px;
  margin-right: 0;
}

.summary__topinfo {
  min-height: 70px;
}

@media (max-width: 767px) {
  .summary__tested-date {
    font-size: 0.8em;
  }

  .old-report-alert {
    margin-top: 40px !important;
  }
}

@media (min-width: 768px) {
  .summary__score-wrapper {
    top: 18px;
  }

  .summary__topinfo {
    margin-right: 130px;
  }

  .summary__header {
    padding-bottom: 22px;
  }
}

@media (min-width: 992px) {
  .summary__status {
    margin-top: 32px !important;
  }

  .summary__topinfo {
    margin-right: 300px;
  }

  .summary__header {
    min-height: 135px;
  }
}

/* ==========================================================================
   Margin between content and header
   ========================================================================== */

.summary__content {
  margin-top: 20px;
  margin-bottom: 80px;
}

@media (min-width: 992px) {
  .summary__content {
    margin-bottom: 60px;
  }
}

@media (max-height: 860px) {
  .summary__content {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .summary__content {
    margin-top: 50px;
  }
}

.summary-overview--sf {
  margin-top: 0 !important;
}

.summary--sf .block-tabs a {
  border-top: 2px solid transparent !important;
}

@media (max-width: 768px) {
  .summary-overview--sf #mobile-screenshots {
    display: none;
  }

  .summary--sf {
    padding-bottom: 65px;
  }
}

/* ==========================================================================
   Summary score
   ========================================================================== */

.summary__score {
  position: absolute;
  top: 10px;
  right: 0;
}

@media (min-width: 992px) {
  .summary__score--sf {
    position: absolute;
    right: 29px;
  }
}

@media (max-width: 992px) {
  .summary__score--sf .summary__score-title {
    display: none;
  }
}

.summary__score--sf-wrapper {
  margin-bottom: 20px;
  display: block;
  height: 100px;
}

.summary__score--sf-wrapper .summary__score-title {
  right: 150px !important;
}

@media (min-width: 768px) {
  .summary__sidebar {
    float: right;
    z-index: 999;
  }
}

.summary__score-title {
  display: none;
  position: absolute;
  right: 100px;
  top: 13px;
  text-align: right;
  color: #777;
  font-weight: normal;
}

@media (min-width: 768px) {
  .summary__score {
    top: 0;
  }
}

@media (min-width: 992px) {
  .summary__score-title {
    display: block;
    right: 125px;
    top: 38px;
  }
}

/* ==========================================================================
   Navbar
   ========================================================================== */

@media (min-width: 768px) {
  .summary__navbar {
    height: 41px;
  }
}

/* ==========================================================================
   Summary options
   ========================================================================== */

.summary__options.nav,
.summary__options.block-tabs {
  display: none;
}

@media (min-width: 768px) {
  .summary__options.nav,
  .summary__options.block-tabs {
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    border: 0 none;
  }

  .summary__options.nav > li > a,
  .summary__options.block-tabs > li > a,
  .summary__options.nav > li > a:visited,
  .summary__options.block-tabs > li > a:visited,
  .summary__options.nav > li.active > a,
  .summary__options.block-tabs > li.active > a,
  .summary__options.nav > li.active > a:visited,
  .summary__options.block-tabs > li.active > a:visited {
    color: #777;
    transition: color 200ms,opacity 200ms;
    display: inline-block;
    padding: 10px 14px 12px;
    border: 0 none !important;
    border-radius: 0;
    margin: 0;
    height: 41px;
  }

  .summary__options.nav > li > a .text-label,
  .summary__options.block-tabs > li > a .text-label,
  .summary__options.nav > li > a:visited .text-label,
  .summary__options.block-tabs > li > a:visited .text-label,
  .summary__options.nav > li.active > a .text-label,
  .summary__options.block-tabs > li.active > a .text-label,
  .summary__options.nav > li.active > a:visited .text-label,
  .summary__options.block-tabs > li.active > a:visited .text-label {
    display: none;
  }

  .summary__options.nav > li > a .glyphicon,
  .summary__options.block-tabs > li > a .glyphicon,
  .summary__options.nav > li > a .nav-sidebar--with-nested .expander-icon,
  .nav-sidebar--with-nested .summary__options.nav > li > a .expander-icon,
  .summary__options.block-tabs > li > a .nav-sidebar--with-nested .expander-icon,
  .nav-sidebar--with-nested .summary__options.block-tabs > li > a .expander-icon,
  .summary__options.nav > li > a .img-icon,
  .summary__options.block-tabs > li > a .img-icon,
  .summary__options.nav > li > a i,
  .summary__options.block-tabs > li > a i,
  .summary__options.nav > li > a:visited .glyphicon,
  .summary__options.block-tabs > li > a:visited .glyphicon,
  .summary__options.nav > li > a:visited .nav-sidebar--with-nested .expander-icon,
  .nav-sidebar--with-nested .summary__options.nav > li > a:visited .expander-icon,
  .summary__options.block-tabs > li > a:visited .nav-sidebar--with-nested .expander-icon,
  .nav-sidebar--with-nested .summary__options.block-tabs > li > a:visited .expander-icon,
  .summary__options.nav > li > a:visited .img-icon,
  .summary__options.block-tabs > li > a:visited .img-icon,
  .summary__options.nav > li > a:visited i,
  .summary__options.block-tabs > li > a:visited i,
  .summary__options.nav > li.active > a .glyphicon,
  .summary__options.block-tabs > li.active > a .glyphicon,
  .summary__options.nav > li.active > a .nav-sidebar--with-nested .expander-icon,
  .nav-sidebar--with-nested .summary__options.nav > li.active > a .expander-icon,
  .summary__options.block-tabs > li.active > a .nav-sidebar--with-nested .expander-icon,
  .nav-sidebar--with-nested .summary__options.block-tabs > li.active > a .expander-icon,
  .summary__options.nav > li.active > a .img-icon,
  .summary__options.block-tabs > li.active > a .img-icon,
  .summary__options.nav > li.active > a i,
  .summary__options.block-tabs > li.active > a i,
  .summary__options.nav > li.active > a:visited .glyphicon,
  .summary__options.block-tabs > li.active > a:visited .glyphicon,
  .summary__options.nav > li.active > a:visited .nav-sidebar--with-nested .expander-icon,
  .nav-sidebar--with-nested .summary__options.nav > li.active > a:visited .expander-icon,
  .summary__options.block-tabs > li.active > a:visited .nav-sidebar--with-nested .expander-icon,
  .nav-sidebar--with-nested .summary__options.block-tabs > li.active > a:visited .expander-icon,
  .summary__options.nav > li.active > a:visited .img-icon,
  .summary__options.block-tabs > li.active > a:visited .img-icon,
  .summary__options.nav > li.active > a:visited i,
  .summary__options.block-tabs > li.active > a:visited i {
    vertical-align: middle;
    font-size: 1.1em;
  }

  .summary__options.nav .dropdown-menu,
  .summary__options.block-tabs .dropdown-menu {
    margin-top: 10px;
  }

  .summary__options.nav > li > a:hover,
  .summary__options.block-tabs > li > a:hover,
  .summary__options.nav > li > a:active,
  .summary__options.block-tabs > li > a:active,
  .summary__options.nav > li.active > a:hover,
  .summary__options.block-tabs > li.active > a:hover,
  .summary__options.nav > li.active > a:active,
  .summary__options.block-tabs > li.active > a:active {
    background: black;
    color: #fff;
  }

  .summary__options.nav > li > a:hover .text-label,
  .summary__options.block-tabs > li > a:hover .text-label,
  .summary__options.nav > li > a:active .text-label,
  .summary__options.block-tabs > li > a:active .text-label {
    display: inline-block;
    position: absolute;
    top: 100%;
    right: 0;
    background: #000;
    color: #fff;
    transition: none;
    padding: 8px 20px;
    white-space: nowrap;
    z-index: 100;
  }

  .summary__options.nav .crankwheel-icon,
  .summary__options.block-tabs .crankwheel-icon {
    width: 14px;
    height: 14px;
    background-image: url("/images/crankwheel-icon-sprite.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    display: inline-block;
  }

  .summary__options.nav li:hover .crankwheel-icon,
  .summary__options.block-tabs li:hover .crankwheel-icon {
    background-position: center;
  }

  .summary__options.nav .crankwheel-screen-sharing-indicator[data-crankwheel-is-sharing-this-tab="true"] .crankwheel-icon,
  .summary__options.block-tabs .crankwheel-screen-sharing-indicator[data-crankwheel-is-sharing-this-tab="true"] .crankwheel-icon {
    background-position: right;
  }
}

/* ==========================================================================
   Special Salesforce btn in menu
   ========================================================================== */

.salesforce-btn__icon {
  width: 20px;
  height: 16px;
  background: url("/images/salesforce-menu-logo.png") no-repeat;
  background-size: contain;
  margin-top: 4px;
  display: block;
}

@media (min-width: 768px) {
  .salesforce-btn__label {
    display: block;
  }
}

/* ==========================================================================
   Summary title
   ========================================================================== */

.summary__title a {
  color: #333;
}

.summary__title a:hover {
  color: #666;
}

.summary__content .page-title {
  display: none;
}

@media (min-width: 992px) {
  .summary__title {
    font-size: 2.6em;
    padding-right: 55px;
  }
}

/* ==========================================================================
   Summary title
   ========================================================================== */

.summary__title {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding-right: 0;
  margin-top: 0;
  font-size: 1.5em;
}

.summary__title a.summary__title-value {
  display: inline-block;
  font-weight: 500;
  height: 1.2em;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0;
  max-width: 92%;
}

@media (max-width: 767px) {
  .summary__title {
    max-width: 72%;
    padding-right: 14px;
  }

  .summary__title a.summary__title-value {
    max-width: 82%;
  }
}

.summary__title a {
  color: #333;
}

.summary__title a:hover {
  color: #666;
}

.summary__title-label {
  display: block;
  margin-bottom: 10px;
  color: #777777;
  font-size: 1em;
  line-height: 1em;
}

.summary__content .page-title {
  display: none;
}

@media (min-width: 992px) {
  .summary__title {
    font-size: 2.6em;
    padding-right: 52px;
  }

  .summary__title-label {
    font-size: 1.55em;
    margin-bottom: 15px;
  }
}

/* ==========================================================================
   Retest button
   ========================================================================== */

.summary__retest {
  display: inline-block;
  border-left: 2px solid #F3f3f3;
  padding: 4px 7px 7px 7px;
  position: absolute;
  text-decoration: none;
  transition: background-color 200ms;
}

.summary__retest .wobble-destroyer {
  display: inline-block;
  background: url("/images/rotator.png");
  background-size: contain;
  width: 18px;
  height: 18px;
}

.summary__retest .wobble-destroyer.wobble-free-spinning {
  animation: spin 1.2s infinite linear;
}

.summary__retest.with-scheduling {
  border-left: none;
  padding: 4px;
}

.summary__retest:hover,
.summary__retest:active,
.summary__retest:focus {
  background: rgba(247, 219, 76, 0.1);
  text-decoration: none;
  outline: none;
}

.summary__retest:hover .glyphicon,
.summary__retest:hover .nav-sidebar--with-nested .expander-icon,
.nav-sidebar--with-nested .summary__retest:hover .expander-icon,
.summary__retest:active .glyphicon,
.summary__retest:active .nav-sidebar--with-nested .expander-icon,
.nav-sidebar--with-nested .summary__retest:active .expander-icon,
.summary__retest:focus .glyphicon,
.summary__retest:focus .nav-sidebar--with-nested .expander-icon,
.nav-sidebar--with-nested .summary__retest:focus .expander-icon {
  color: #333;
}

.website-list-action-button:hover .glyphicon,
.website-list-action-button:hover .nav-sidebar--with-nested .expander-icon,
.nav-sidebar--with-nested .website-list-action-button:hover .expander-icon,
.website-list-action-button:active .glyphicon,
.website-list-action-button:active .nav-sidebar--with-nested .expander-icon,
.nav-sidebar--with-nested .website-list-action-button:active .expander-icon,
.website-list-action-button:focus .glyphicon,
.website-list-action-button:focus .nav-sidebar--with-nested .expander-icon,
.nav-sidebar--with-nested .website-list-action-button:focus .expander-icon {
  color: #8b8b8b !important;
}

@media (min-width: 992px) {
  .summary__retest .wobble-destroyer {
    width: 26px;
    height: 26px;
  }
}

/* ==========================================================================
   Error warning
   ========================================================================== */

.summary__header .alert,
.summary__header .omnisearch__result .error,
.omnisearch__result .summary__header .error,
.summary__header .omnisearch__error {
  margin: 10px 0 10px;
  display: block;
  border-radius: 2px;
  padding: 20px 25px;
  width: 800px;
  background: #f5f5f5;
  font-weight: bold;
  font-size: 1.1em;
}

.summary__header .alert-warning .glyphicon.alert__icon,
.summary__header .omnisearch__result .error .glyphicon.alert__icon,
.omnisearch__result .summary__header .error .glyphicon.alert__icon,
.summary__header .omnisearch__error .glyphicon.alert__icon,
.summary__header .alert-warning .nav-sidebar--with-nested .alert__icon.expander-icon,
.nav-sidebar--with-nested .summary__header .alert-warning .alert__icon.expander-icon,
.summary__header .omnisearch__result .error .nav-sidebar--with-nested .alert__icon.expander-icon,
.nav-sidebar--with-nested .summary__header .omnisearch__result .error .alert__icon.expander-icon,
.omnisearch__result .summary__header .error .nav-sidebar--with-nested .alert__icon.expander-icon,
.nav-sidebar--with-nested .omnisearch__result .summary__header .error .alert__icon.expander-icon,
.summary__header .omnisearch__error .nav-sidebar--with-nested .alert__icon.expander-icon,
.nav-sidebar--with-nested .summary__header .omnisearch__error .alert__icon.expander-icon {
  color: #fdcd54;
}

.summary__header .alert-danger .glyphicon.alert__icon,
.summary__header .alert-danger .nav-sidebar--with-nested .alert__icon.expander-icon,
.nav-sidebar--with-nested .summary__header .alert-danger .alert__icon.expander-icon {
  color: #fb6e51;
}

/* ==========================================================================
   Exceptions & overwrides
   ========================================================================== */

.summary__header .progress {
  height: 13px;
  margin: 10px 0;
  border-radius: 0;
  box-shadow: 0;
}

/* ==========================================================================
   Presentation mode overrides
   ========================================================================== */

.presentation-mode .main {
  padding-top: 30px;
}

.live-demo-banner {
  text-align: center;
  padding: 16px;
  background: #333;
  color: #ffffff;
}

.live-demo-banner .live-demo-cta {
  font-size: 22px;
  margin-right: 20px;
  vertical-align: middle;
}

/* ==========================================================================
   Summary overview
   ========================================================================== */

.summary__sidebar {
  z-index: 2;
}

.summary-overview__screenshots .mobile-screenshot {
  width: 30%;
  position: relative;
  margin-top: -60%;
  margin-left: 60%;
}

.summary-overview__screenshots .tablet-screenshot {
  width: 90%;
}

.summary-overview__contact-panel,
.report-summary__contact-panel {
  color: #444;
}

.summary-overview__website {
  margin-left: 20px;
}

.overview-section-score span {
  width: 39px;
  float: right;
  padding: 6px 8px;
  font-size: .9em;
  margin-top: -4px;
}

.overview-section-score-settings span {
  margin: -1px 28px 0 0;
}

.overview-modal-icon {
  font-size: 25px;
  margin-top: 5px;
}

.summary-table__title-with-score {
  padding-left: 0 !important;
  margin-bottom: 12px;
}

.summary-overview__industry span,
.summary-overview__address span,
.report-summary__address span,
.summary-overview__phone span,
.report-summary__phone span,
.report-summary__social-links span,
.summary-overview__email span {
  float: left;
  color: #939191;
}

.summary-overview__industry p::first-letter {
  text-transform: uppercase;
}

.summary-overview__industry p,
.summary-overview__address p,
.report-summary__address p,
.summary-overview__phone p,
.report-summary__phone p,
.report-summary__social-links p,
.summary-overview__email p {
  margin-left: 20px;
}

.summary-overview__industry:after,
.summary-overview__address:after,
.report-summary__address:after,
.summary-overview__phone:after,
.report-summary__phone:after,
.report-summary__social-links:after,
.summary-overview__email:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.summary-overview__email a:link {
  color: #444;
}

.summary-overview__social-links {
  color: #ddd;
  margin-left: 20px;
}

.summary-overview__screenshots {
  margin: 0;
}

.summary-overview__last-tested {
  font-size: 0.95em;
  text-align: right;
}

@media (min-width: 768px) {
  .summary-overview__screenshots {
    margin: 0 15%;
  }
}

@media (min-width: 992px) {
  .summary-overview__screenshots {
    margin: 0;
  }
}

@media (min-height: 861px) {
  .summary-overview__last-tested {
    margin-top: 30px;
  }
}

/* ==========================================================================
   Summary result-tables
   ========================================================================== */

/* ==========================================================================
   Summary settings sidecol
   ========================================================================== */

.summary__delete-btn {
  margin: 15px 0;
  display: block;
  cursor: pointer;
}

@media (max-width: 767px) {
  .summary__delete-btn {
    display: none;
  }
}

/* ==========================================================================
   Exceptions & overrrides
   ========================================================================== */

.isIElt10 .table .result__icon img,
.isIElt10 .datatable table .result__icon img,
.datatable .isIElt10 table .result__icon img {
  width: 20px;
}

@media (max-width: 767px) {
  .summary__main {
    margin-bottom: 65px;
  }
}

@media (max-width: 991px) {
  .summary-overview__detail {
    margin-bottom: 20px;
  }
}

.summary-business-details,
.insites-report-tabs-desktop {
  display: none;
}

/* ==========================================================================
   Remove this soon - these are styles for a layout that soon won't exist
   ========================================================================== */

.send-email__title {
  font-size: 1.5em;
}

/* ==========================================================================
   Email in well
   ========================================================================== */

.send-email__well {
  background: #ececec;
  border: 0 none;
}

.email-message-list li {
  list-style: none;
}

.email-downloadlink {
  background: #424A54;
  border-radius: 2px;
  padding: 10px 16px;
}

.email-downloadlink a {
  color: #fff !important;
}

#emailPreviewContent,
#emailPreviewSubject {
  border: 1px solid #ddd;
  color: #444;
  background: #fff;
  padding: 20px;
  overflow-y: auto;
  height: 300px;
}

#emailPreviewSubject {
  height: auto;
}

.send-email__preview {
  left: 0;
  transition: position 250ms ease-in, left 250ms ease-in;
  transition-delay: 1s;
}

.send-email__preview.sending {
  left: 100%;
}

.send-email__main {
  overflow: hidden;
}

@media (min-width: 768px) {
  .send-email__title {
    margin-bottom: 32px;
  }

  .send-email__main {
    margin-top: 19px;
  }

  .send-email__well .send-email__title {
    margin-bottom: 32px;
  }
}

/* ==========================================================================
   Competitors layout
   ========================================================================== */

.competitors.summary__content {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .competitors.summary__content {
    padding-right: 0;
  }
}

.competitors__greyscale {
  transition: 3s;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

/* ==========================================================================
   Comparison table
   ========================================================================== */

.comp-table {
  color: #333;
  font-weight: normal;
}

.comp-table .competitor {
  border-top: 0;
}

.comp-table img {
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

.comp-table .add-competitor-search-button {
  margin-top: 3px;
  margin-bottom: 15px;
}

.comp-table__row {
  display: table-row;
  border-bottom: 1px solid #ddd;
}

.comp-table__label,
.comp-table__result {
  background: #fff;
  width: 20%;
  display: table-cell;
  vertical-align: top;
  font-size: 0.8em;
}

.comp-table__label {
  padding: 8px;
}

.comp-table__result {
  padding-left: 20px !important;
  position: relative;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-right: 8px;
}

.comp-table__result .point-icon {
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
}

.comp-table__result .text-overflow {
  max-height: 4.1em;
  overflow: hidden;
}

.comp-table__section-title {
  text-transform: uppercase;
  background: #ddd;
  color: #939191;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  height: auto;
}

.comp-table__section-title .comp-table__section-title-heading,
.comp-table__section-title .comp-table__section-title-score {
  width: 20%;
  display: table-cell;
}

.comp-table__section-title .comp-table__section-title-heading {
  padding: 8px;
}

.comp-table__section-title .comp-table__section-title-score {
  padding: 5px 0;
}

.comp-table__section-title .comp-table__section-title-score .score-inline {
  display: table;
}

.comp-help-icon {
  font-style: normal;
  font-size: 13px;
  color: #939191;
  cursor: pointer;
}

.comp-table__group {
  padding-top: 43px;
  position: relative;
  display: table;
  width: 100%;
}

.comp-sorry {
  background-color: #f5f5f5;
}

.comp-sorry p {
  text-align: center;
  color: #999;
}

.competitor_suggestions_table {
  border-collapse: separate;
  border-spacing: 20px 0px;
  margin: 0 -20px;
}

@media (max-width: 991px) {
  .comp-table {
    min-width: 700px;
  }
}

@media (min-width: 992px) {
  .comp-table__label,
  .comp-table__result {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    font-size: 1em;
    min-height: 43px;
  }

  .comp-table__result {
    padding-left: 38px !important;
  }

  .comp-table__result .point-icon {
    width: 28px;
    height: 28px;
  }

  .comp-table__group {
    padding-top: 43px;
  }
}

.comp-table__section-title {
  height: 36px;
}

.comp-table__group {
  padding-top: 36px;
}

/* ==========================================================================
   Comparison table title row (with score)
   ========================================================================== */

.comp-table__title {
  height: 1.2em;
  overflow: hidden;
  word-break: break-all;
  margin: 0;
  font-size: 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.comp-table__title a,
.comp-table__title a:visited {
  color: #333;
}

.comp-table__title a:hover,
.comp-table__title a:active {
  color: #2e83dc;
}

.comp-table__header {
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.comp-table__title--center {
  margin: 0 auto;
}

.comp-table__screenshot-row,
.comp-table__title-row {
  padding-left: 20%;
  display: table;
  width: 100%;
  position: relative;
}

.comp-table__title-row {
  table-layout: fixed;
}

.comp-table__title-wrapper {
  display: table-cell;
  background: none !important;
  position: relative;
  padding: 8px 8px 8px 0;
  text-align: left;
  width: 20%;
  background: transparent;
  border-top: 0;
  max-height: 37px;
  vertical-align: middle;
  padding-right: 60px !important;
}

.comp-table__score {
  font-size: 1em;
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 8px;
}

/* ==========================================================================
   Competitor component - part of the table
   ========================================================================== */

.competitor {
  display: inline-block;
  position: relative;
  width: 25%;
  padding: 8px 8px 8px 0;
  max-height: 188px;
  vertical-align: middle;
}

.competitor img {
  width: 100%;
}

.competitor .csspinner,
.competitor .omnisearch__result-spinner,
.competitor .with-spinner:after,
.competitor #login-element:after {
  position: absolute;
  top: 50%;
  top: calc(50% - 12.5px);
  left: 50%;
  left: calc(50% - 12.5px);
}

.competitor__img {
  border: 1px solid #F3f3f3;
}

.competitor--loading--hide {
  display: none;
}

.competitor__remove {
  cursor: pointer;
  position: absolute;
  right: 9px;
  height: auto;
}

.competitor__vertical-align {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  text-align: center;
  text-shadow: 2px 2px 2px #fff;
  left: 30px;
  right: 30px;
}

/* ==========================================================================
   Add new competitor
   ========================================================================== */

.competitor__add {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -75px;
}

.competitor__add .glyphicon,
.competitor__add .nav-sidebar--with-nested .expander-icon,
.nav-sidebar--with-nested .competitor__add .expander-icon {
  display: none;
}

.competitor__add-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100px;
  border: 1px dashed #ddd;
  padding: 2px 5px;
  background: url("/images/blanksite.png") top center;
  background-size: cover;
  text-align: center;
}

.competitor__add-wrapper .suggested-text {
  color: #939191;
  font-style: italic;
  font-size: 11px;
}

.competitor__add-wrapper h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 25px auto 15px;
  max-width: 163px;
  overflow-wrap: break-word;
}

.competitor__add-wrapper .btn,
.competitor__add-wrapper .zend_form input[type="submit"],
.zend_form .competitor__add-wrapper input[type="submit"],
.competitor__add-wrapper .omnisearch__btn,
.competitor__add-wrapper .login-panel__main #login-element input,
.login-panel__main #login-element .competitor__add-wrapper input,
.competitor__add-wrapper .competitor__add {
  margin-bottom: 20px;
}

.competitor__add-wrapper .not-right {
  font-size: 11px;
}

.competitor__add-wrapper .not-right a {
  text-decoration: underline;
}

.competitor__loading {
  margin-bottom: 20px;
}

.competitor__loading > div {
  margin: 0 auto;
  width: 100px;
  height: 100px;
}

@media (max-width: 767px) {
  .competitor__add {
    margin-left: -25px;
  }
}

/* ==========================================================================
   Sticky header
   ========================================================================== */

@media (min-width: 992px) {
  .comp-table--sticky-header .comp-table__header {
    position: fixed;
    max-width: 1145px;
    margin: 0 auto;
    padding: 0;
    z-index: 200;
    top: 60px;
    left: 15px;
    right: 15px;
    text-align: center;
    background: #fafafa;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 10px 5px -6px rgba(0, 0, 0, 0.2);
  }

  .comp-table--sticky-header .comp-table__details {
    margin-top: 22%;
  }
}

@media (min-width: 1175px) {
  .comp-table__header {
    left: 0;
    right: 0;
  }

  .comp-table--sticky-header .comp-table__details {
    margin-top: 240px;
  }
}

/* ==========================================================================
   Progress & spinners
   ========================================================================== */

.comp-table__title-wrapper .csspinner,
.comp-table__title-wrapper .omnisearch__result-spinner,
.comp-table__title-wrapper .with-spinner:after,
.comp-table__title-wrapper #login-element:after {
  position: absolute;
  top: 5px;
  right: 20px;
}

.competitor .progress {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  margin-top: -10px;
}

.competitor__awaiting {
  position: absolute;
  top: 50%;
  left: 40px;
  right: 30px;
  margin-top: -10px;
}

/* ==========================================================================
   Presentation mode overrides
   ========================================================================== */

.presentation-mode .competitor__add-wrapper {
  display: none;
}

.presentation-mode .comp-table--sticky-header .comp-table__header {
  top: 0px;
}

/* ==========================================================================
   IE9 hacks
   ========================================================================== */

.isIElt10 .comp-table .competitor {
  width: 200px;
  height: 170px;
}

.isIElt10 .comp-table .competitor__progress {
  margin-top: 75px;
}

.isIElt10 .competitor__add-wrapper {
  border: 0 none;
  height: auto;
}

.omnicompete {
  padding: 20px 30px;
}

.omnicompete .omnisearch__loadingspinner {
  left: initial;
  right: 0;
}

.omnicompete .close {
  margin-right: -10px;
}

.omnicompete .omnisearch__error {
  width: 100%;
}

/* ==========================================================================
   Hidden Footer options that are revealed when a website is selected
   ========================================================================== */

.selected-rows-options {
  position: fixed !important;
  height: 60px;
}

.selected-rows-options .dropup .dropdown-menu {
  margin-bottom: 20px;
}

.selected-rows-option-item {
  display: inline-block;
  vertical-align: middle;
}

.selected-rows-option-item-hidden {
  display: none;
}

.add-to-list__choose-list {
  z-index: 10;
}

.add-to-list__new-list-name {
  transition: opacity 3s, width 3s;
}

.add-to-list__new-list-name input {
  width: 174px !important;
  padding: 6px 12px;
  transition: padding 200ms, width 200ms, border 200ms;
}

.add-to-list__new-list-name.slide-hidden input {
  visibility: hidden;
  padding: 0;
  border: 0 none !important;
  transition: padding 200ms, width 200ms, border 200ms;
}

.selected-rows-options__additional {
  margin-left: 30px;
  display: inline;
}

/* ==========================================================================
   Search filter on sidebar
   ========================================================================== */

.new-filter__select-rule {
  padding-right: 0;
}

@media (min-width: 768px) {
  .new-filter__select-rule {
    padding-right: 15px;
    margin-bottom: 1em;
  }
}

@media (min-width: 992px) {
  .new-filter__select-rule {
    padding-right: 0;
  }

  .new-filter__select-rule-btn {
    padding-left: 5px;
  }
}

.rules-dropdown {
  height: 496px;
  overflow: hidden;
  overflow-y: auto;
  max-width: 100%;
}

.rules-dropdown a {
  white-space: normal !important;
}

.img-canvas-container {
  height: 97px;
  overflow: hidden;
}

.img-canvas-container .img-canvas {
  background-color: #fafafa;
  margin-top: -16.5px;
}

.website-list-score span {
  position: relative;
  margin-bottom: -18px;
}

@media (min-width: 768px) {
  .website-list-score span {
    margin-bottom: -35px;
  }
}

.website-list-thumbnail {
  margin-left: 12px !important;
}

.website-list-action-button {
  height: 38px;
  width: 38px;
  padding: 5px;
  color: #8b8b8b;
  position: relative !important;
}

.website-list-action-button:hover {
  background-color: #b0b0b085;
  color: #8b8b8b;
}

@media (min-width: 1200px) {
  .websites-filter,
  .websites-filter-full {
    height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .websites-filter {
    position: fixed;
    width: 28%;
  }

  .websites-filter-full {
    position: fixed;
    width: 370px;
  }
}

@media (max-width: 1200px) {
  .websites-filter-full {
    margin: 0 10px 30px 10px;
  }

  .websites-filter {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .add-websites-to-list-compact {
    display: none;
  }
}

.add-websites-to-list-footer {
  width: auto;
  left: auto;
  background-color: white;
  margin: 0 0 10px 10px !important;
  height: auto;
  display: none;
}

.add-websites-to-list-footer form {
  padding: 0 !important;
  margin: 0;
}

.add-websites-to-list-footer form button {
  margin: 0 !important;
}

@media (min-width: 992px) {
  .add-websites-to-list-footer {
    display: block;
  }
}

.update-analysis-btn,
.update-analysis-menu-btn {
  background-color: #f7db4c;
  color: #333;
  font-size: 13px !important;
  padding-left: 10px;
  padding-right: 10px;
}

.update-analysis-btn:hover,
.update-analysis-menu-btn:hover {
  background-color: #f7db4bd6;
}

.view-report-btn,
.view-report-menu-btn {
  background-color: #333;
  color: #ffffff !important;
  font-size: 13px !important;
  padding-left: 10px;
  padding-right: 10px;
}

.view-report-btn:hover,
.view-report-menu-btn:hover {
  background-color: #515151;
}

.lists-heading {
  margin-top: 5px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .view-report-btn,
  .update-analysis-btn {
    width: 115px;
  }
}

.report-buttons-dropdown {
  font-size: 13px !important;
  background-color: #333;
}

.report-buttons-dropdown:before {
  background-color: #333;
}

.report-buttons-dropdown li button {
  width: 100%;
  text-align: left;
  padding: 7px 18px 7px 20px;
  color: #d4d5d6;
  background: transparent;
  border: none;
}

.report-buttons-dropdown li button:hover {
  color: #d4d5d6;
  background-color: rgba(255, 255, 255, 0.15);
}

.add-sites-to-list-option input {
  vertical-align: middle;
}

.add-sites-to-list-option label {
  vertical-align: middle;
  margin: 4px 0 0 10px;
  font-weight: normal;
}

.progress-panel {
  z-index: 99;
  padding: 20px 50px;
}

.progress-panel .progress {
  margin: 0;
  box-shadow: none;
}

.progress-panel .progress-bar {
  box-shadow: none;
}

.progress-panel__title {
  text-align: center;
  padding: 0 15px;
  color: #333;
}

.progress-panel__wrapper {
  text-align: center;
  background: #fff;
  margin-top: 30px;
  padding-top: 22px;
  z-index: 100;
  position: relative;
}

.progress-panel__text {
  text-align: center;
  margin: 25px 0 0;
  font-size: 1em;
  font-weight: 100;
}

@media (min-width: 600px) {
  .progress-panel {
    padding: 25px 50px 25px;
  }

  .progress-panel .progress {
    height: 55px;
  }

  .progress-panel__title {
    font-size: 2.5em;
  }

  .progress-panel__wrapper {
    margin-top: 200px;
  }

  .progress-panel__text {
    font-size: 1.2em;
  }
}

@media (min-width: 992px) {
  .progress-panel {
    padding-left: 100px;
    padding-right: 100px;
  }
}

/* ==========================================================================
   Background
   ========================================================================== */

.progress-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #23272d;
}

.progress-bar__detected_url {
  border: 1px solid #faebcc;
  color: #8a6d3b;
  display: block;
  background-color: #fcf8e3;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  margin: 0 auto;
  margin-top: 10px;
  padding: 5px;
  position: relative;
}

.progress-bar__detected_url::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fcf8e3 transparent;
}

.sf-report-progress .progress {
  margin: 0;
}

.custom-tab-iframe {
  width: 100%;
}

/* ==========================================================================
   For the "lists" layout - not just any list markup in general!
   ========================================================================== */

.list-search__title {
  font-size: 1.5em;
}

/* ==========================================================================
First page - enter web address
========================================================================== */

@media (min-width: 480px) {
  .inbound-tool .testbox .testbox__instruction {
    visibility: visible;
    position: absolute;
    top: 10px;
    left: 100px;
  }
}

/* ==========================================================================
Inbound tool navbar
========================================================================== */

.custom-logo {
  max-width: 300px;
  height: auto;
  max-height: 46px;
  margin-top: 6px;
  margin-left: 15px;
}

@media (min-width: 768px) {
  .custom-logo {
    margin-left: 0;
  }
}

/* ==========================================================================
Progress
========================================================================== */

.inbound-tool .progress-bg {
  background: none;
}

.inbound-tool .progress .progress-bar {
  background: #3b77c7;
}

/* ==========================================================================
Custom report footer - to appear at the bottom of a report
========================================================================== */

.custom-footer__img {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}

/* ==========================================================================
Exceptions
========================================================================== */

.inbound-tool .report-summary__score .radial-progress__popover {
  display: none;
}

.btn.salesforce-connect,
.zend_form input.salesforce-connect[type="submit"],
.salesforce-connect.omnisearch__btn,
.login-panel__main #login-element input.salesforce-connect,
.salesforce-connect.competitor__add {
  margin: 0 6px;
}

.preview-image {
  float: left;
  max-width: 90%;
  max-height: 150px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  margin-bottom: 10px;
}

.remove-image-link {
  margin-left: 4px;
  float: left;
  color: red;
  cursor: pointer;
}

/* ==========================================================================
   Proposal table
   ========================================================================== */

table.proposal tbody tr td:first-of-type {
  padding-left: 15px;
}

table.proposal tbody tr td:last-of-type {
  padding-right: 15px;
}

.proposal {
  margin: 0;
}

.proposal__headings-wrapper th,
.proposal__headings-wrapper td {
  border-top: none !important;
  background: #fafafa;
}

.proposal__category {
  background-color: #ddd;
  color: #939191;
  text-transform: uppercase;
}

.proposal__wrapper {
  background: #fff;
  margin-bottom: 20px;
  overflow: auto;
  border-radius: 2px;
}

.proposal__wrapper.with-additional-info {
  border-bottom: none;
  margin-bottom: 0;
}

.proposal__add-btn {
  margin-left: 15px;
  margin-bottom: 20px;
}

.proposal__col-blank {
  width: 1px;
}

/* ==========================================================================
   Total cost
   ========================================================================== */

.total-cost {
  width: 100%;
  display: table;
  text-align: right;
  margin-top: 20px;
}

.total-cost p {
  font-weight: bold;
  text-align: right;
  font-size: larger;
}

.proposal-footer-summary {
  text-align: right;
  float: right;
}

.total-cost__wrapper,
.terms-conditions__wrapper {
  text-align: center;
  padding: 30px 20px 25px 0;
  background: #fafafa;
}

.total-cost__wrapper > div,
.terms-conditions__wrapper > a {
  margin-bottom: 30px;
}

.additional-terms__wrapper {
  text-align: right;
  margin-bottom: 20px;
  padding: 0 10px;
}

.total-cost__title {
  text-align: right;
  font-size: 1.45em;
  font-weight: bold;
  margin-top: 0;
}

.total-cost__item {
  display: table-row;
}

.total-cost__label,
.total-cost__total,
.total-cost__result,
.total-cost__price {
  display: table-cell;
}

.total-cost__label {
  width: 160px;
}

.total-cost__label,
.total-cost__price {
  padding-bottom: 5px;
}

.total-cost__item--tax .total-cost__result,
.total-cost__item--tax .total-cost__price {
  padding-bottom: 15px;
}

.total-cost__item--total {
  font-size: 1.45em;
}

.total-cost__item--total .total-cost__total,
.total-cost__item--total .total-cost__label {
  border-top: 1px solid #F3f3f3;
  padding-top: 15px;
}

.total-cost__tax-input {
  width: 36px;
  display: inline-block;
}

/* ==========================================================================
   Proposal summary
   ========================================================================== */

.proposal__summary {
  font-weight: bold;
}

/* ==========================================================================
   Proposal item - items in proposal
   ========================================================================== */

.proposal .proposal-item {
  max-width: 40%;
  padding: 20px 10px 20px;
}

.proposal .proposal-item__title {
  font-weight: bold;
  font-size: larger;
  margin: 0 0 5px;
}

.proposal .proposal-item__url {
  margin-top: 5px;
}

.proposal .proposal-item__delete-wrapper {
  width: 42px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.proposal .proposal-item__input-wrapper {
  width: 95px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.proposal .proposal-item__input-wrapper input {
  text-align: right;
  width: 79%;
  display: inline-block;
}

.proposal .proposal-item__input-wrapper input[type=radio] {
  width: auto;
}

.proposal .proposal-item__input-wrapper--quantity {
  width: 50px;
}

@media (min-width: 992px) {
  .proposal-item__input-wrapper--quantity {
    width: 85px !important;
  }
}

/* ==========================================================================
   Add product to proposal dialog
   ========================================================================== */

.modal-body .product {
  display: table;
  width: 100%;
}

.modal-body .product__body {
  display: table-cell;
}

.proposal__textarea {
  margin: 0 10px 10px 10px;
}

.proposal-validity-edit {
  margin: 20px 0;
}

.proposal-validity-edit .row {
  margin-bottom: 10px;
}

.proposal-validity-edit .default-validity-duration-label {
  line-height: 25px;
}

.proposal-validity-edit .validity-duration-label {
  line-height: 36px;
}

.proposal-validity-edit .created-at-label {
  line-height: 36px;
}

.proposal-valid-dates {
  margin: 20px;
  font-size: 15px;
}

.proposal-valid-dates div {
  margin-bottom: 10px;
}

.proposal-payments-row {
  text-align: right;
  width: 50%;
}

.proposal-payments-row .proposal-payment {
  display: inline-block;
  margin-left: 50px;
  padding: 3px;
  margin-bottom: 4px;
  max-width: 132px;
  overflow: hidden;
}

.proposal-payments-row .proposal-payment .proposal-payment-amount {
  font-size: 24px;
}

.proposal-payments-row .proposal-payment .proposal-payment-label {
  display: block;
  margin-top: 4px;
}

.presented-portfolio-totals {
  padding: 34px 0;
  text-align: center;
  width: 100%;
  background: #fafafa;
}

.presented-portfolio-totals .presented-portfolio-total {
  text-align: center;
  display: inline-block;
  width: 25%;
}

@media (max-width: 768px) {
  .presented-portfolio-totals .presented-portfolio-total {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .presented-portfolio-totals .presented-portfolio-total {
    width: 100%;
  }
}

.presented-portfolio-totals .presented-portfolio-total .presented-portfolio-total-label {
  font-size: 22px;
}

.presented-portfolio-totals .presented-portfolio-total .presented-portfolio-total-amount {
  font-size: 28px;
  color: #f3c008;
  padding: 6px 0;
}

.presented-portfolio-totals .presented-portfolio-total .presented-portfolio-total-amount .presented-portfolio-total-time {
  color: #333;
  font-size: 9pt;
}

.proposal-total-editor {
  margin-bottom: 30px;
}

.proposal__tools {
  margin-bottom: 20px;
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

.proposal-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  vertical-align: top;
}

.proposal-title .proposal-created-at {
  font-size: 14px;
  font-weight: normal;
}

.proposal-valid-until-date {
  background: #f3c008;
  text-align: center;
  padding: 8px 0;
  font-size: 17px;
  font-weight: bold;
}

.proposal-notes-container {
  border: 1.5px solid #dddddd;
  border-radius: 4px;
  padding: 20px;
  background: #fafafa;
}

.proposal-notes-container .proposal-notes-title {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #949494;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

.proposal-notes-container .proposal-notes {
  white-space: pre-line;
}

.total-cost__wrapper-editor {
  background: #fff;
}

.portfolio-vat-hidden {
  visibility: hidden;
}

.product {
  border-bottom: 1px solid #F3f3f3;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.product:last-of-type {
  border: 0;
}

.product__title {
  font-weight: bold;
  font-size: 1.3em;
}

.product__description {
  font-size: 0.9em;
  color: #777;
}

.product__add-btn {
  display: table-cell;
  padding-left: 15px;
  text-align: right;
}

/* ==========================================================================
   Add new product dialog
   ========================================================================== */

.modal-dialog .new-product__textarea {
  height: 200px !important;
}

.products-list tr:hover {
  cursor: pointer;
  background-color: #eeeeee;
}

.products-list th {
  background-color: #fafafa;
  cursor: default;
}

.products-list td:first-child {
  width: 60%;
}

.products-list td:nth-child(2) {
  text-align: right;
}

.product__section {
  text-align: right;
  border-bottom: 1px dashed #dfdfdf;
  font-size: larger;
  margin-bottom: 15px;
  color: #939393;
}

/* ==========================================================================
   Suggestions List
   ========================================================================== */

.products-suggestions {
  padding: 10px;
  list-style: none !important;
  background-color: #F9F9F9 !important;
  border: 1px solid #DFDFDF !important;
}

.products-suggestions li {
  padding: 5px;
  border-bottom: 1px solid #DFDFDF;
}

.products-suggestions li:last-child {
  border-bottom: none;
}

.products-suggestions li:hover {
  background-color: #DFDFDF;
  font-weight: bold;
}

.share-modal .modal-body {
  background: #fafafa;
}

.share-modal .modal-body .agent-header-container {
  margin-top: 30px;
}

.share-modal__title {
  text-align: center;
  margin: 0;
}

@media (min-width: 768px) {
  .share-modal .modal-body {
    padding: 35px 35px 20px;
  }

  .share-modal__title {
    font-size: 2.8em;
    padding: 15px 0;
  }
}

/* ==========================================================================
   Top tab nav in share menu
   ========================================================================== */

.share-modal .block-tabs-wrapper {
  margin: 0;
}

.share-modal .block-tabs-wrapper li > a {
  border-bottom: 2px solid rgba(0, 0, 0, 0.02);
  color: rgba(51, 51, 51, 0.5);
}

.share-modal .block-tabs-wrapper li.active > a {
  border-bottom: 2px solid transparent;
  color: #333;
}

.share-modal .block-tabs-wrapper .glyphicon,
.share-modal .block-tabs-wrapper .nav-sidebar--with-nested .expander-icon,
.nav-sidebar--with-nested .share-modal .block-tabs-wrapper .expander-icon {
  display: inline-block;
}

.share-modal .block-tabs-wrapper .block-tabs {
  width: 100% !important;
}

@media (min-width: 768px) {
  .share-modal .block-tabs-wrapper li > a {
    padding: 18px 20px;
    font-size: 1.4em;
  }
}

/* ==========================================================================
   Email preview
   ========================================================================== */

.share-modal .email-preview .well,
.share-modal .email-preview .share-url__url,
.share-modal .email-preview .explainer,
.share-modal .email-preview .descriptor {
  box-shadow: none;
}

.share-modal .email-preview__tab {
  padding: 10px 45px;
}

/* ==========================================================================
   Send URL
   ========================================================================== */

.share-url__img {
  margin: 30px auto 0;
  max-width: 420px;
}

.share-url__url {
  overflow: auto;
}

/* ==========================================================================
   Send URL
   ========================================================================== */

.share-download__preview {
  max-width: 440px;
  margin: auto;
}

.share-download__icon {
  height: 100px;
  width: auto;
  margin: 10px auto 32px;
}

.share-download__btn {
  max-width: 300px;
  margin: 0 auto 20px;
}

.share-download__sections {
  max-width: 300px;
  margin: auto;
}

@media (min-width: 768px) {
  .share-download__btn {
    max-width: 300px;
    margin: 40px auto 0;
  }

  .share-download__preview {
    margin-bottom: 20px;
  }
}

/* ==========================================================================
   Share by link
   ========================================================================== */

.sharekey-container {
  text-align: center;
  margin-top: 40px;
  background: #fff;
}

.sharekey-container .btn-copy {
  min-width: 200px;
}

.sharekey-container pre {
  text-align: left;
  background: #ebf2f9;
  overflow: hidden;
}

.share-link__preview {
  margin: 30px;
}

.share-link__preview img {
  max-width: 100%;
}

.agent-notice-separator {
  border-top: 1px solid #888;
}

#share-download-view .disabled,
.send-email__main .disabled {
  color: #999;
}

.share-sections {
  text-align: center;
}

.share-sections .share-section {
  text-align: center;
  display: inline-block;
  margin: 0 4px 10px;
}

.share-sections .share-section .share-section-image {
  height: 70px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  cursor: pointer;
  min-width: 59px;
}

.share-sections .share-section .share-section-image.glyphicon:before,
.share-sections .share-section .nav-sidebar--with-nested .share-section-image.expander-icon:before,
.nav-sidebar--with-nested .share-sections .share-section .share-section-image.expander-icon:before {
  font-size: 40px;
  line-height: 73px;
}

.share-sections .share-section.disabled .share-section-image {
  opacity: 0.5;
  cursor: auto;
}

.share-sections .share-section.disabled .share-section-label {
  color: #999;
}

.share-sections .share-section input[type=checkbox] {
  margin-left: -22px;
  vertical-align: bottom;
  margin-top: 51px;
  cursor: pointer;
  position: relative;
  float: right;
}

.share-sections .share-section input[type=checkbox][disabled=disabled] {
  cursor: auto;
}

.share-sections .share-section .share-section-label {
  text-align: center;
  margin-top: 7px;
  font-size: 13px;
}

.branding-options .branding-option {
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
}

.branding-options .branding-option .placeholder-logo {
  width: 100%;
  height: 37px;
  cursor: pointer;
  margin-bottom: 14px;
  float: right;
  font-size: 14px;
  color: grey;
  padding-top: 9px;
  overflow: hidden;
}

.branding-options .branding-option .share-brand-logo-container {
  width: 100%;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 15px;
  background-color: #fff;
  height: 70px;
  float: right;
  cursor: pointer;
  margin-bottom: 8px;
}

.branding-options .branding-option .share-brand-logo-container img {
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

.branding-options .branding-option input[type=checkbox] {
  cursor: pointer;
  float: right;
  margin-top: -27px;
  margin-right: -1px;
  position: relative;
}

.share-medium-radio {
  display: inline-block;
  margin-right: 20px;
}

.change-details-link {
  display: block;
  text-decoration: underline;
}

.share-checkbox-label {
  margin-top: 2px;
  display: inline-block;
}

.display__config--table {
  margin-top: 20px;
  border: 1px solid #000;
  height: 300px;
  overflow: auto;
}

.display__config--centertext {
  text-align: center;
}

.advanced__stats--date {
  width: 100px;
  display: inline-block;
  cursor: pointer;
}

.advanced__stats--pullright {
  float: right;
}

.advanced__stats--search {
  float: left;
  padding: 0 !important;
}

.advanced__stats--customfields {
  border: 1px solid #dfdfdf;
}

.advanced__stats--customfields td {
  padding: 10px;
  color: #000000;
}

.advanced__stats--customfields tr:nth-child(even) {
  background: #eee;
}

.advanced__stats--customfields tr:nth-child(odd) {
  background: #FFF;
}

.advanced__stats--val {
  font-weight: bold;
}

.clear {
  clear: both;
}

.stats__result-user {
  font-weight: bold;
}

.btn-no-pad {
  padding: 2px 5px 2px 5px !important;
  height: auto;
}

.stats__result-email {
  font-size: smaller;
  color: rgba(51, 51, 51, 0.5);
}

.advanced__stats--checkbox {
  padding-right: 20px !important;
}

.additional-filters {
  min-height: 20px;
  padding: 16px 0;
  margin: 16px;
  background-color: #f5f5f5;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.additional-filters .filter-toggle {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333;
}

.additional-filters .filter-toggle filter-toggle-closed {
  display: inline;
}

.additional-filters .filter-toggle .filter-toggle-open {
  display: none;
}

.additional-filters .filter-toggle .glyphicon,
.additional-filters .filter-toggle .nav-sidebar--with-nested .expander-icon,
.nav-sidebar--with-nested .additional-filters .filter-toggle .expander-icon {
  margin-left: 10px;
}

.additional-filters .filter-toggle[aria-expanded="true"] .filter-toggle-closed {
  display: none;
}

.additional-filters .filter-toggle[aria-expanded="true"] .filter-toggle-open {
  display: inline;
}

.activity-summary-title {
  text-align: center;
}

.sales-team-table th {
  cursor: pointer;
}

.select-per-page {
  margin: 20px 0;
}

.account-finder input[type='search'],
.account-finder input[type='submit'] {
  width: 100%;
}

.account-finder table tr > td:last-of-type {
  width: 80px;
}

.account-finder h2 {
  clear: both;
  padding-top: 40px;
}

.icon-select-icon {
  float: left;
}

.icon-select-icon input[type=radio] {
  display: none;
}

.icon-select-icon input[type=radio] + label {
  margin-bottom: 0;
}

.icon-select-icon input[type=radio] + label .glyphicon,
.icon-select-icon input[type=radio] + label .nav-sidebar--with-nested .expander-icon,
.nav-sidebar--with-nested .icon-select-icon input[type=radio] + label .expander-icon {
  color: #ccc;
  font-size: 1.5em;
  border: 2px solid #fff;
  padding: 5px;
}

.icon-select-icon input[type=radio]:checked + label .glyphicon,
.icon-select-icon input[type=radio]:checked + label .nav-sidebar--with-nested .expander-icon,
.nav-sidebar--with-nested .icon-select-icon input[type=radio]:checked + label .expander-icon {
  color: #333;
  border: 2px dotted #fc6e51;
}

.overview-layout-editor .sidebar {
  z-index: auto;
}

.overview-layout-editor .overflow-warning {
  position: absolute;
  top: 20cm;
  left: 0;
  right: 0;
  border-top: 1px dashed #fb6e51;
  z-index: 100;
}

.overview-layout-editor .overflow-warning .overflow-warning-label {
  position: absolute;
  left: -300px;
  width: 300px;
  top: -45px;
  border: 1px dashed #fb6e51;
  padding: 16px;
  background-color: #fff;
  font-weight: bold;
}

.overview-layout-editor .nav-sidebar {
  margin-bottom: 40px;
}

.overview-layout-editor .help-text {
  color: #ccc;
}

.overview-layout-editor h1 {
  margin-bottom: 10px;
}

.overview-layout-editor .column-heading {
  color: #ddd;
  font-size: 0.6em;
}

.overview-layout-editor .section-placeholder,
.overview-layout-editor .checkpoint-container,
.overview-layout-editor .report-tabs-reorder-container {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 0.9em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  font-weight: 300;
}

.overview-layout-editor .report-tabs-reorder-container {
  width: 50%;
  font-size: 13.5px;
}

.overview-layout-editor .report-tabs-reorder-container .checkpoint:hover {
  cursor: pointer;
  background-color: #eeeeee;
}

.overview-layout-editor .add-category {
  width: 100%;
  list-style: none;
  cursor: pointer;
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.overview-layout-editor .add-category.checkpoint-add {
  margin-top: 18px;
}

.overview-layout-editor .section-placeholder {
  height: 75px;
  list-style: none;
  background: repeating-linear-gradient(45deg, #eee, #eee 10px, #fff 10px, #fff 20px);
  margin-bottom: 30px;
}

.overview-layout-editor .checkpoint-placeholder {
  border-top: 1px solid #ddd;
  height: 25px;
  list-style: none;
  background: repeating-linear-gradient(45deg, #eee, #eee 10px, #fff 10px, #fff 20px);
}

.overview-layout-editor .checkpoint:first-of-type {
  border-top: 0;
}

.overview-layout-editor .section-container,
.overview-layout-editor .checkpoint-remove-container {
  margin: 0;
  padding: 0;
}

.overview-layout-editor .drag-handle {
  display: block;
  color: #ccc;
  position: absolute;
  right: 0;
  top: 5px;
}

.overview-layout-editor .section {
  list-style: none;
  margin-bottom: 30px;
  position: relative;
}

.overview-layout-editor .section .main-icon {
  margin-right: 20px;
  color: #939191;
}

.overview-layout-editor .section .checkpoint input {
  text-transform: none;
  width: 75%;
  border-bottom: none;
  color: #333;
  font-size: 1em;
  margin-bottom: 0;
  font-weight: normal;
}

.overview-layout-editor .section input {
  background: transparent;
  font-weight: 600;
  color: #939191;
  text-align: left;
  font-size: 1.05em;
  text-transform: uppercase;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #DDD;
  padding: 0;
  margin-bottom: 10px;
}

.overview-layout-editor .section input.ng-invalid {
  border-bottom-color: #fb441f;
}

.overview-layout-editor .section input:focus {
  outline: none;
}

.overview-layout-editor .section .edit-icon {
  color: #ccc;
}

.overview-layout-editor .checkpoint {
  position: relative;
  background-color: #fff;
  padding: 11px 8px 8px;
  border-top: 1px solid #ddd;
  display: block;
  list-style: none;
  margin: 0;
}

.overview-layout-editor .checkpoint .drag-handle {
  top: 13px;
  right: 10px;
}

.overview-layout-editor .column-container {
  margin: 0;
  padding: 0;
}

.overview-layout-editor .column {
  list-style: none;
}

.overview-layout-editor .additional-checkpoint-bin {
  background-color: #272C33;
  padding: 10px;
  clear: both;
}

.overview-layout-editor .additional-checkpoint-bin h2 {
  color: #f7db4c;
}

.overview-layout-editor .additional-checkpoint-bin .help-text {
  color: #fff;
}

.overview-layout-editor.modal-body .additional-checkpoint-bin {
  background-color: #ffffff;
}

.overview-layout-editor.modal-body .additional-checkpoint-bin .checkpoint {
  cursor: pointer;
}

.overview-layout-editor.modal-body .additional-checkpoint-bin .checkpoint:hover {
  background-color: #f0f0f0;
}

.overview-layout-editor .checkpoint-none {
  background: repeating-linear-gradient(45deg, #efefef, #efefef 10px, #fff 10px, #fff 20px);
  text-align: center;
  color: #aaa;
  list-style: none;
}

.overview-layout-editor .section-none {
  padding: 20px;
  text-align: center;
  color: #aaa;
  list-style: none;
  background: repeating-linear-gradient(45deg, #efefef, #efefef 10px, #fff 10px, #fff 20px);
}

.overview-layout-editor .checkpoint-icon {
  display: inline-block;
  width: 22px;
  max-width: 22px;
  margin-right: 10px;
  vertical-align: top;
  margin-top: -3px;
}

.overview-layout-editor .checkpoint-icon img {
  width: 100%;
  height: auto;
}

.overview-layout-editor .section-hidden {
  display: none;
}

.overview-layout-editor .section-bin,
.overview-layout-editor .checkpoint-bin {
  padding: 60px 0;
  background: repeating-linear-gradient(45deg, #fc6e51, #fc6e51 10px, #fb441f 10px, #fb441f 20px);
  font-size: 1.5em;
  color: #fff;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 150;
}

.overview-layout-editor .section-bin .bin-dropper,
.overview-layout-editor .checkpoint-bin .bin-dropper {
  list-style: none;
  width: 100%;
  padding: 0;
  text-align: center;
}

.overview-layout-editor .section-bin .section-placeholder,
.overview-layout-editor .section-bin .checkpoint-placeholder,
.overview-layout-editor .checkpoint-bin .section-placeholder,
.overview-layout-editor .checkpoint-bin .checkpoint-placeholder {
  display: none;
}

.overview-layout-editor .drop-imminent {
  font-weight: bold;
}

.email-tracking-table,
.inbound-leads-table {
  background: white;
}

.email-tracking-table .date-field,
.inbound-leads-table .date-field {
  width: 100px;
}

.email-tracking-table .details,
.inbound-leads-table .details {
  padding-left: 30px;
}

.email-tracking-table .details .glyphicon,
.email-tracking-table .details .nav-sidebar--with-nested .expander-icon,
.nav-sidebar--with-nested .email-tracking-table .details .expander-icon,
.inbound-leads-table .details .glyphicon,
.inbound-leads-table .details .nav-sidebar--with-nested .expander-icon,
.nav-sidebar--with-nested .inbound-leads-table .details .expander-icon {
  margin-left: -22px;
  margin-right: 4px;
}

.email-tracking-table .custom-report-data-table,
.inbound-leads-table .custom-report-data-table {
  margin: 20px 0;
}

.email-tracking-table .custom-report-data-table td,
.inbound-leads-table .custom-report-data-table td {
  border-top: none;
}

.report-tabs-reorder-editor {
  margin: 10px 0 30px 0;
}

.report-tabs-reorder-editor .help-text {
  font-size: 13px;
  margin: 12px 0 18px 0;
}

.admin__modal--accounts-message {
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}

.multi-account-logo {
  max-height: 40px;
}

.grey-text {
  color: #b9b7b7;
}

.dark-grey-text {
  color: #555555;
}

.add-account-checkbox-group {
  display: flex;
}

.add-account-checkbox-group label {
  margin-top: 6px;
  margin-left: 6px;
}

.api-keys-loading {
  width: 100%;
  text-align: center;
  padding: 40px 0;
}

.api-keys-loading .csspinner,
.api-keys-loading .omnisearch__result-spinner,
.api-keys-loading .with-spinner:after,
.api-keys-loading #login-element:after {
  margin: 0 auto;
}

.btncell {
  width: 200px;
  text-align: right;
}

.api-keys-btncell {
  width: 50%;
  text-align: right;
}

.api-keys-btncell .btn,
.api-keys-btncell .zend_form input[type="submit"],
.zend_form .api-keys-btncell input[type="submit"],
.api-keys-btncell .omnisearch__btn,
.api-keys-btncell .login-panel__main #login-element input,
.login-panel__main #login-element .api-keys-btncell input,
.api-keys-btncell .competitor__add {
  margin-bottom: 5px;
}

@media (min-width: 1056px) {
  .api-keys-btncell .btn-copy-key {
    margin-right: 5px;
  }
}

.no-keys {
  padding: 20px 0;
  text-align: center;
  background-color: #dbe0e6;
  border: 1px dotted #ddd;
}

.keycell {
  font-family: Courier, monospace;
  font-weight: bold;
}

.apikeys {
  margin-top: 20px;
}

.userfields__table--customfields {
  border: 1px solid #dfdfdf;
}

.userfields__dropdown .dropdown-menu:before {
  background-color: #ffffff !important;
}

.userfields__table--customfields td {
  padding: 10px;
  color: #000000;
}

.userfields__dropdown .dropdown-menu {
  background-color: #ffffff;
}

.userfields__table--customfields tr:nth-child(even) {
  background: #eee;
}

.userfields__table--customfields tr:nth-child(odd) {
  background: #FFF;
}

.admin-statboxes {
  padding-left: 0;
}

.admin-statbox {
  background: #fff;
  color: #333;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  list-style: none;
  margin-bottom: 10px;
  padding: 20px;
}

.admin-statbox-count {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 2.5em;
}

.admin-statbox-count_danger {
  color: red;
}

.reportEmails h2,
.inboundLeads h2 {
  margin-bottom: 25px;
}

.reportEmails .month-filter,
.inboundLeads .month-filter {
  margin-bottom: 30px;
}

.reportEmails .month-filter label,
.inboundLeads .month-filter label {
  font-weight: normal;
}

.reportEmails .month-filter select,
.inboundLeads .month-filter select {
  display: inline-block;
  width: auto;
  width: 50%;
}

.admin-chart {
  height: 370px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.form-check-inline {
  display: inline-block;
  margin-left: 20px;
}

.field-definition .label {
  padding: 5px 6px;
}

.field-definition .field-definition-id {
  font-family: monospace;
  color: #999;
}

.field-definition .field-definition-label {
  margin-top: 12px;
  margin-bottom: 5px;
}

.field-definition .field-definition-test {
  font-size: 9pt;
}

.field-definition .field-definition-description {
  margin-bottom: 0;
}

.field-definition .field-integer {
  background-color: #d9534f;
}

.field-definition .field-string {
  background-color: #b73399;
}

.field-definition .field-boolean {
  background-color: #5bc0de;
}

.field-definition .field-percent {
  background-color: #5bdebb;
}

.field-definition .field-array {
  background-color: #5b33b7;
}

.field-definition .field-float {
  background-color: #5c9eb8;
}

.field-definition .field-definition-caveats {
  list-style: none;
  padding: 0;
  margin: 0;
}

.field-definition .field-definition-caveats li {
  list-style: none;
  padding: 11px;
  margin: 16px 0 0;
}

.field-definition-search {
  margin: 16px -16px;
}

.settings-history-data {
  padding-left: 40px !important;
}

.settings-history-data-info {
  margin-bottom: 10px;
}

.settings-history-data-restore {
  margin-top: 30px;
}

.cancel-modal-body {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.cancel-modal-body .cancel-modal-body-p {
  margin: 10px 0 25px 0;
}

.cancel-modal-body .cancellation-reasons .cancellation-reason {
  width: 100%;
  margin: 15px 0;
}

.cancel-modal-body .cancellation-reasons .cancellation-reason .btn-primary,
.cancel-modal-body .cancellation-reasons .cancellation-reason .zend_form input[type="submit"],
.zend_form .cancel-modal-body .cancellation-reasons .cancellation-reason input[type="submit"],
.cancel-modal-body .cancellation-reasons .cancellation-reason .competitor__add {
  width: 40%;
}

.cancel-modal-body .cancellation-reasons .cancellation-reason .cancellation-reason-input-area input,
.cancel-modal-body .cancellation-reasons .cancellation-reason .cancellation-reason-input-area select {
  width: 70%;
  display: inline;
  margin-top: 10px;
}

.cancel-modal-body .cancellation-reasons .cancellation-reason .cancellation-reason-input-area .btn,
.cancel-modal-body .cancellation-reasons .cancellation-reason .cancellation-reason-input-area .zend_form input[type="submit"],
.zend_form .cancel-modal-body .cancellation-reasons .cancellation-reason .cancellation-reason-input-area input[type="submit"],
.cancel-modal-body .cancellation-reasons .cancellation-reason .cancellation-reason-input-area .omnisearch__btn,
.cancel-modal-body .cancellation-reasons .cancellation-reason .cancellation-reason-input-area .login-panel__main #login-element input,
.login-panel__main #login-element .cancel-modal-body .cancellation-reasons .cancellation-reason .cancellation-reason-input-area input,
.cancel-modal-body .cancellation-reasons .cancellation-reason .cancellation-reason-input-area .competitor__add {
  width: 20%;
  display: inline;
  margin-top: 10px;
  background: #272c33;
}

.cancel-modal-body .cancellation-reasons .cancellation-reason select .valid-option {
  color: #000000;
}

.cancel-modal-body .cancellation-reasons .cancellation-reason select.disabled {
  color: grey;
}

.cancellation-reason-boxes {
  text-align: center;
  width: 61%;
  margin: 20px auto;
  float: none;
}

.cancellation-reason-boxes .cancellation-reason-box {
  box-shadow: 0 0 8px #ccc;
  width: 188px;
  height: 133px;
  text-align: center;
  border-radius: 5px;
  padding: 20px 0;
  display: inline-grid;
  margin: 20px;
}

.cancellation-reason-boxes .cancellation-reason-box .cancellation-reason-box-total {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}

.cancellation-reason-boxes .cancellation-reason-box .cancellation-reason-box-reason {
  font-size: 15px;
}

#cancellationOverview {
  margin: 25px 0 60px 0;
}

.cancelled-accounts-table {
  margin-top: 10px;
  width: 100%;
  table-layout: fixed;
}

.share-info-panel {
  margin-top: 0 !important;
  margin-bottom: 22px;
}

.share-brand-logo {
  height: 26px;
  margin-right: 10px;
}

.brand-colour-indicator {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 7px;
  margin-left: 10px;
  position: relative;
  top: 3px;
}

.add-first-brand-btn {
  margin-top: 12px;
}

.share-brand-modal-body .form-group {
  display: flex;
}

.share-brand-modal-body .control-label,
.share-brand-modal-body .form-horizontal .zend_form label,
.form-horizontal .zend_form .share-brand-modal-body label {
  margin-top: 10px;
}

.share-brand-modal-body .add-user-restriction-input {
  vertical-align: bottom;
  margin-right: 10px;
  margin-top: 8px;
}

.share-brand-modal-body .add-user-restrictions {
  margin-top: 20px;
}

.share-brand-modal-body .permitted-users {
  margin-bottom: 20px;
}

.share-brand-modal-body .permitted-user-row {
  border: 1px solid #e5e5e5;
  display: flex;
  padding: 4px 0;
}

.share-brand-modal-body .permitted-user-row.no-top-border {
  border-top: 0;
}

.share-brand-modal-body .permitted-user-row .username {
  margin-top: 10px;
}

.batch-benefits-checklist {
  list-style-type: none;
  margin-bottom: 24px;
  margin-top: 24px;
}

.batch-benefits-checklist li {
  margin-bottom: 8px;
}

.batch-benefits-checklist li img {
  height: 26px;
  margin-right: 10px;
}

.batch-benefits-checklist li .batch-benefit {
  vertical-align: middle;
}

.load-preview-button {
  margin: 10px 0 20px;
}

.preview-loading-spinner {
  margin: auto;
}

.widget-preview-iframe {
  width: 100%;
  border: 0;
  min-height: 360px;
}

.widget-edit-modal-input-col {
  padding: 0 28px;
}

.widget-edit-modal-input-col label {
  margin-bottom: 14px;
}

#account-settings-form .red {
  color: red;
}

#account-settings-form .superuser-only {
  display: block;
  width: 100%;
  background-image: linear-gradient(45deg, #dddddd 25%, #e0e0e0 25%, #e0e0e0 50%, #dddddd 50%, #dddddd 75%, #e0e0e0 75%, #e0e0e0 100%);
  background-size: 56.57px 56.57px;
  margin-top: 32px;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 5px;
}

#account-settings-form .superuser-only:before {
  display: block;
  border-radius: 5px 5px 0 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ff6666;
  padding: 10px 15px;
  margin: -15px -15px 15px -15px;
  font-weight: bold;
  font-size: 1.3em;
  content: 'Silktide only options';
  text-align: center;
}

#account-settings-form .superuser-only .form-group:last-child {
  margin-bottom: 0;
}

#account-settings-form .superuser-only-help {
  background-image: linear-gradient(45deg, #dddddd 25%, #e0e0e0 25%, #e0e0e0 50%, #dddddd 50%, #dddddd 75%, #e0e0e0 75%, #e0e0e0 100%);
  background-size: 56.57px 56.57px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 5px;
  width: 100%;
  display: block;
}

#account-settings-form .enterprise-only {
  margin-top: -10px;
  color: #ef7b40;
}

#account-settings-form .enterprise-only a {
  color: #ef7b40;
  text-decoration: underline;
}

#account-settings-form .score-weight-indicator {
  margin-top: 5px;
  cursor: pointer;
}

#account-settings-form ul.no-padding {
  padding: 0;
}

#account-settings-form .additional-test-settings-toggle {
  color: #ccc;
  font-size: 26px;
  margin-left: 6px;
  cursor: pointer;
}

#account-settings-form .lists-setting {
  padding: 0;
  list-style: none;
}

#account-settings-form .lists-setting li:hover {
  cursor: pointer;
}

#account-settings-form .additional-test-settings {
  padding-top: 20px;
}

#account-settings-form .additional-test-settings .input-sm,
#account-settings-form .additional-test-settings .input-group-sm > .form-control,
#account-settings-form .additional-test-settings .zend_form .input-group-sm > input,
.zend_form #account-settings-form .additional-test-settings .input-group-sm > input,
#account-settings-form .additional-test-settings .zend_form .input-group-sm > select,
.zend_form #account-settings-form .additional-test-settings .input-group-sm > select,
#account-settings-form .additional-test-settings .login-panel__main #username-element .input-group-sm > input,
.login-panel__main #username-element #account-settings-form .additional-test-settings .input-group-sm > input,
#account-settings-form .additional-test-settings .login-panel__main #password-element .input-group-sm > input,
.login-panel__main #password-element #account-settings-form .additional-test-settings .input-group-sm > input,
#account-settings-form .additional-test-settings .login-panel__main #passwordconfirm-element .input-group-sm > input,
.login-panel__main #passwordconfirm-element #account-settings-form .additional-test-settings .input-group-sm > input,
#account-settings-form .additional-test-settings .input-group-sm > .input-group-addon,
#account-settings-form .additional-test-settings .input-group-sm > .input-group-btn > .btn,
#account-settings-form .additional-test-settings .zend_form .input-group-sm > .input-group-btn > input[type="submit"],
.zend_form #account-settings-form .additional-test-settings .input-group-sm > .input-group-btn > input[type="submit"],
#account-settings-form .additional-test-settings .input-group-sm > .input-group-btn > .omnisearch__btn,
#account-settings-form .additional-test-settings .login-panel__main #login-element .input-group-sm > .input-group-btn > input,
.login-panel__main #login-element #account-settings-form .additional-test-settings .input-group-sm > .input-group-btn > input,
#account-settings-form .additional-test-settings .input-group-sm > .input-group-btn > .competitor__add {
  width: 35px;
  text-align: center;
}

#account-settings-form .additional-test-settings input[type=range] {
  height: 28px;
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #fafafa;
  cursor: pointer;
}

#account-settings-form .additional-test-settings input[type=range]::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

#account-settings-form .additional-test-settings input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ccc;
  margin-top: -6px;
}

#account-settings-form .additional-test-settings input[type=range]:focus {
  outline: none;
}

#account-settings-form .additional-test-settings input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

#account-settings-form .additional-test-settings input[type=range]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

#account-settings-form .additional-test-settings input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ccc;
}

#account-settings-form .additional-test-settings input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

#account-settings-form .additional-test-settings input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}

#account-settings-form .additional-test-settings input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

#account-settings-form .additional-test-settings input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

#account-settings-form .additional-test-settings input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ccc;
}

#account-settings-form .additional-test-settings input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

#account-settings-form .additional-test-settings input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}

.account-settings .csspinner.csspinner-centered,
.account-settings .csspinner-centered.omnisearch__result-spinner,
.account-settings .csspinner-centered.with-spinner:after,
.account-settings .csspinner-centered#login-element:after {
  margin: 40px auto;
}

/* ==========================================================================
Subscription layout
========================================================================== */

.row.subscription_details {
  margin: 0;
  background-color: #f5f5f5;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.row.subscription_details .subscription-panel {
  padding: 16px;
  border-right: 1px solid #DDD;
}

.row.subscription_details .subscription-panel .subscription-panel-inner .subscription-panel-danger {
  color: #df211e;
}

.row.subscription_details .subscription-panel .subscription-panel-inner .subscription-panel-property {
  font-weight: bold;
  font-size: 1.7em;
}

.tiny-return-link {
  text-align: center;
  margin-top: 32px;
}

.subscription_manage p {
  margin: 20px 0;
}

.stripeCard {
  margin: 20px 0;
}

.hs-drop-shadow {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 16px;
}

.hs-drop-shadow-white {
  background-color: #fff;
}

.hs-drop-shadow-emphasise {
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.6);
}

.pad-as-button {
  padding: 10px 0;
  display: block;
}

.plan.plan-singleline {
  margin-top: 32px;
}

.plan.plan-singleline .plan-features {
  padding: 0 0 0 12px;
  margin: 20px 0 -16px;
  min-height: initial;
}

.plan.plan-singleline h2 {
  text-transform: none;
  text-align: left;
  font-size: 1.2em;
}

.plan {
  margin-bottom: 16px;
}

.plan h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 2em;
  margin-bottom: 26px;
}

.plan .plan-features {
  margin: 16px 0 0;
}

@media (min-width: 991px) {
  .plan .plan-features {
    min-height: 330px;
  }
}

.plan .plan-features p {
  margin: 16px 0;
}

.plan .plan-features li {
  list-style-image: url("/templatefiles/tick.svg");
  padding: 0px 0px 12px 12px;
}

.plan .plan-price {
  text-align: center;
  font-weight: bold;
  font-size: 2em;
}

.plan .plan-price.plan-price-sm {
  font-size: 1em;
  padding: 10px;
}

.plan .plan-footer {
  background-color: #eee;
  margin: 16px -16px -16px;
  padding: 16px;
  text-align: center;
  font-weight: bold;
}

.invoices {
  margin-top: 16px;
}

.invoices h4 {
  font-weight: bold;
  margin: 16px 0;
}

.invoices .invoice {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 16px;
  margin-bottom: 16px;
}

.invoices .invoice__id {
  font-weight: bold;
  background-color: #eee;
  margin: -16px -16px 16px;
  padding: 16px;
}

.invoices .invoice__date {
  text-align: center;
  font-size: 1em;
  color: #aaa;
}

.invoices .invoice__amount {
  text-align: center;
  font-weight: bold;
  font-size: 2em;
}

.invoices .invoice__download {
  margin: 16px 0 6px;
  text-align: center;
}

.checkout__container {
  background-color: #f5f5f5;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  padding: 16px;
  margin-top: 16px;
}

.checkout__container h4 {
  font-weight: bold;
  margin-bottom: 32px;
}

.checkout__container .csspinner,
.checkout__container .omnisearch__result-spinner,
.checkout__container .with-spinner:after,
.checkout__container #login-element:after {
  margin: auto;
}

.checkout__label p {
  font-weight: bold;
}

.checkout__processing {
  margin: 20px 0;
  display: inline-block;
}

.checkout__processing .csspinner,
.checkout__processing .omnisearch__result-spinner,
.checkout__processing .with-spinner:after,
.checkout__processing #login-element:after {
  margin-top: 15px;
  margin-left: 50%;
}

/* ==========================================================================
Test settings layout
========================================================================== */

.settings__test .settings__test__tests {
  margin-top: 20px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.settings__test .settings__test__tests .settings__test__test {
  border-bottom: 1px solid #ddd;
  padding: 20px;
}

.settings__test .settings__test__tests .settings__test__test:last-child {
  border-bottom: none;
}

.settings__test .settings__test__tests .onOffSlider {
  float: right;
}

.settings__test .settings__test__tests h2 {
  font-weight: normal;
  font-size: 1.3em;
  float: left;
  margin: 0;
}

.settings__test .settings__test__tests .settings__test__test-detailed-settings {
  clear: both;
  overflow-y: hidden;
  max-height: 100px;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.settings__test .settings__test__tests .settings__test__test-disabled {
  background-color: #fdfdfd;
  color: #777;
}

.settings__test .settings__test__tests .settings__test__test-detailed-settings-closed {
  max-height: 0;
}

.settings__test .settings__test__tests .settings__test__test-slider {
  padding: 0 0 8px;
}

.settings__test .settings__test__tests .settings__test__test-slider-label {
  font-weight: normal;
  color: #999;
  margin: -6px 0 8px 0;
  float: left;
}

.settings__test .settings__test__tests input[type=range] {
  margin-top: 24px;
  -webkit-appearance: none;
  margin-left: 30%;
  width: 70%;
}

.settings__test .settings__test__tests input[type=range]::-webkit-slider-runnable-track {
  width: 300px;
  height: 8px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

.settings__test .settings__test__tests input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ccc;
  margin-top: -6px;
  cursor: pointer;
}

.settings__test .settings__test__tests .settings__test__test-slider-enabled input[type=range]::-webkit-slider-thumb {
  background: #272C33;
}

.settings__test .settings__test__tests .settings__test__test-slider-enabled input[type=range]::-webkit-slider-thumb:active {
  background-color: #3b77c7;
}

.settings__test .settings__test__tests .settings__test__test-slider-enabled .settings__test__test-slider-value {
  color: #272C33;
}

.settings__test .settings__test__tests input[type=range]:focus {
  outline: none;
}

.settings__test .settings__test__tests input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

.settings__test .settings__test__tests .settings__test__test-slider-default-toggle {
  width: 70%;
  margin-left: 30%;
}

.settings__test .settings__test__tests .settings__test__test-slider-default-toggle label {
  font-weight: normal;
  color: #999;
  margin-top: 12px;
}

.settings__test .settings__test__tests .settings__test__test-slider-value {
  color: #999;
  float: right;
  margin-right: 3px;
}

.settings__test .settings__test__action-buttons {
  padding-top: 20px;
  text-align: right;
}

.account-tags .label {
  display: inline-block;
}

.user-buttons {
  width: 120px;
}

.connected-integration {
  width: 100%;
  display: table;
  height: 43px;
  margin-top: 4px;
  border-top: 0 !important;
}

.connected-integration span {
  display: table-cell;
  vertical-align: middle;
}

/* ==========================================================================
Custom fields input settings
========================================================================== */

.prompt-fields-table {
  margin-bottom: 0;
}

.prompt-fields-table .prompt-table-first-column {
  vertical-align: middle;
  border-top: none;
  width: 25%;
}

.prompt-fields-table .prompt-table-last-column {
  border-top: none;
  width: 75%;
}

.prompt-fields-table .prompt-table-last-column .additional-option-label {
  line-height: 30px;
  padding: 0;
  font-size: 13.5px;
}

.prompt-fields-table .prompt-table-last-column .additional-option-input-container {
  padding: 0;
}

.prompt-fields-table .prompt-table-last-column .additional-option-input-container .additional-option-input {
  height: 31px;
  font-size: 13.5px;
}

.blocked-inbound-sites-form {
  margin-top: 10px;
}

.blocked-inbound-sites-form .website-entry {
  width: 88%;
  display: inline-block;
}

.blocked-inbound-sites-form .website-remove {
  width: 11%;
  display: inline-block;
  text-align: right;
}

.tinymce-body {
  padding: 0;
}

.container-reporting {
  margin-top: 40px;
}

@media (max-width: 992px) {
  .container-reporting .col-md-3 .affix,
  .container-reporting .form-horizontal .zend_form label .affix,
  .form-horizontal .zend_form .container-reporting label .affix {
    position: relative;
  }
}

table.reporting-table table.table,
table.reporting-table .datatable table,
.datatable table.reporting-table table {
  margin: -1px 0;
}

.reseller-table-container {
  padding: 0 !important;
}

.sub-accounts-table {
  display: none;
}

table.right-headers th {
  text-align: right !important;
}

.muted {
  color: #bfbfbf;
}

.interface-bar {
  width: 100%;
  height: 8px;
  margin: 6px 0;
  border-radius: 4px;
  background: #f0f0f0;
}

.interface-bar .interface-bar-inner {
  background: #D2D2D2;
  height: 100%;
  border-radius: 3px;
}

.interface-bar .interface-bar-inner--good {
  background: #8ecc4e;
}

.interface-bar .interface-bar-inner--warn {
  background: #fdcd55;
}

.interface-bar .interface-bar-inner--bad {
  background: #f34a30;
}

.interface-bar .interface-bar-inner--bad .percentage-display-text {
  color: white;
}

.interface-bar .percentage-display-text {
  float: right;
  font-size: 18px;
  margin-right: 10px;
  line-height: 29px;
}

.interface-bar .percentage-display-text-after {
  font-size: 18px;
}

.interface-bar-thick {
  height: 28px;
}

.psi-score-bar {
  height: 51px;
  display: flex;
}

.orderable-column-head:hover {
  cursor: pointer;
}

.good-reporting-result {
  background: #d4f4ae;
  color: green;
  display: block;
  text-align: center;
}

.bad-reporting-result {
  background: #f88585;
  color: #750101;
  display: block;
  text-align: center;
}

.neutral-reporting-result {
  display: block;
  text-align: center;
}

.export-reporting-data-btn {
  margin: -20px -20px 15px 0;
}

.reporting-table-container {
  overflow-y: auto;
  max-height: 600px;
  margin: 20px 0 50px 0;
}

.reporting-table-container table thead th {
  position: sticky;
  top: 0;
  background: #e7e7e7;
  font-size: 14.5px;
}

.reporting-table-container table thead th.monthly-average {
  width: 60px;
}

.overtime--name {
  font-weight: bold;
  width: 135px;
}

.overtime--data {
  font-size: 12px;
}

.overtime--data--message {
  font-size: 8px;
  opacity: 0.8;
}

.overtime--spacer {
  padding: 35px !important;
}

.overtime--note {
  font-size: 10px;
  opacity: 0.8;
}

.batchDate {
  font-size: smaller;
  color: #999;
}

.batchHead td {
  padding-bottom: 10px !important;
  text-align: center;
}

.batchRow {
  border-top: 1px solid #999 !important;
}

.batchField {
  padding-top: 7px !important;
}

.batchField .batchAccountId {
  display: inline-block;
  width: 188px;
  margin-right: 20px;
  word-wrap: break-word;
}

.batchTable span.status {
  padding: 5px;
  background-color: #AAAAAA;
  color: #fff;
}

.batchTable span.incomplete {
  background-color: #FFDC00;
}

.batchTable span.tests_complete {
  background-color: #0074D9;
}

.batchTable span.csv_complete {
  background-color: #2ECC40;
}

.statusMessage {
  text-align: center;
}

.batch_button {
  width: 100%;
  text-align: right !important;
  margin-bottom: 30px !important;
}

.batch_new--inputs {
  margin-top: 30px !important;
  padding: 0 10px;
  width: 100%;
}

.batch_new--inputs label {
  margin-top: 20px;
}

.batch_new--inputs input[type="text"],
.batch_new--inputs input[type="file"] {
  width: 400px !important;
  display: inline-block;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #999;
  background-color: #fff !important;
}

.batch_new--inputs input[type="submit"] {
  float: right;
}

.batch_summary--h2 {
  margin-top: 25px;
}

.batch_summary--holder {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #000;
  padding-right: 1px;
}

.batch_summary {
  width: 100%;
  margin-bottom: 1px;
}

.batch_summary--column {
  background-color: #f9f6d8;
  min-width: 10px !important;
}

.batch_summary--header td {
  padding: 1px;
}

.batch_summary td,
.batch_summary th {
  padding: 5px;
  min-width: 150px;
}

.batch_summary th {
  padding: 10px 5px;
}

.batch_summary th.ignore select {
  font-weight: normal;
}

.batch_summary .ignore {
  font-weight: normal;
}

.column-additional-btn {
  padding: 1px 6px;
  height: 24px;
  transition: 0s;
  margin-left: 5px;
}

.column-select {
  margin-top: 5px;
  display: inline-flex;
}

.column-select select {
  width: 200px;
}

.display-block {
  display: block;
}

.batch_summary--customfieldsform {
  margin-top: 20px !important;
}

.batch_summary--customfieldsform dd {
  margin-bottom: 15px !important;
}

.batch_summary--customfieldsform select {
  min-width: 150px;
  border-radius: 2px;
  box-shadow: none;
  height: 39px;
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #d8d8d8;
}

.used-column {
  background-color: #dff0d8;
  font-weight: bold;
}

.batch-first-step-form {
  padding: 0 10px;
}

.batch-first-step-form #submit-element {
  float: right;
}

.batch-difference-modal {
  background: whitesmoke;
  padding: 30px 46px;
}

.batch-difference-modal .batch-difference {
  margin-bottom: 20px;
  font-size: 15px;
}

.batch-difference-modal .batch-difference ul {
  margin-top: 10px;
}

.batch-difference-modal .batch-difference ul li {
  margin: 2px 0;
}

.batch-difference-modal .batch-difference-image-container {
  padding-top: 26px;
  text-align: right;
}

.batch-difference-modal .batch-difference-image-container.without-differences {
  padding-top: 0;
  margin-top: -12px;
}

.batch-difference-modal .batch-difference-image-container img {
  height: 140px;
}

.users__spinner {
  margin-bottom: 10px;
  position: relative;
}

.users__counter {
  font-size: 0.9em;
  margin-left: 6px;
}

.users__roles {
  display: inline-block;
}

.users__email {
  color: #919191;
  font-size: 0.9em;
}

.user-import-form {
  margin-top: 30px;
}

.user-import-form #user-import-file {
  width: 400px;
}

.no-click {
  cursor: default !important;
}

.user-import-result-point {
  margin-bottom: 20px;
  font-size: 16px;
}

.user-import-result-point .glyphicon,
.user-import-result-point .nav-sidebar--with-nested .expander-icon,
.nav-sidebar--with-nested .user-import-result-point .expander-icon {
  margin-right: 8px;
}

.user-import-download {
  cursor: pointer;
  text-decoration: none !important;
}

.user-search-form {
  margin-bottom: 20px;
}

.profile-picture {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center;
}

.users__profile-picture {
  width: 50px;
}

.profile-picture-container {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.integration-icon {
  height: 20px;
}

.userfields__dropdown .integration-icon {
  height: 11px;
  margin-left: 1px;
  margin-bottom: 3px;
}

.user-info-container {
  margin-left: 5px;
  display: inline-block;
}

.hubspot-users-list .hubspot-users-headings {
  padding-bottom: 10px;
}

.hubspot-users-list .hubspot-users-headings .hubspot-users-heading {
  font-weight: bold;
  font-size: 16px;
}

.hubspot-users-list .hubspot-user {
  border-top: 1px solid #ddd;
  padding: 14px 0 18px 0;
}

.hubspot-users-list .hubspot-user .hubspot-user-name,
.hubspot-users-list .hubspot-user .hubspot-user-email,
.hubspot-users-list .hubspot-user .user-imported {
  line-height: 28px;
}

.hubspot-users-list .user-imported {
  background: aliceblue;
}

.hubspot-users-list .user-imported .glyphicon-ok-sign {
  font-size: 15px;
  margin-right: 4px;
}

.empty-hubspot-users-message {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}

.new-onboarding-link {
  font-weight: bold;
  max-width: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.user-share-brand-row {
  margin-bottom: 5px;
}

.user-share-brand-row .user-share-brand-logo-container {
  height: 72px;
  width: 92px;
}

.user-share-brand-row .user-share-brand-logo-container img {
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

.user-share-brand-row .user-share-brand-logo-container .placeholder-logo {
  width: 100%;
  height: 37px;
  font-size: 14px;
  color: grey;
  padding-top: 9px;
  overflow: hidden;
  border: 1px solid #bebdbd;
  text-align: center;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

.user-share-brand-row .user-share-brand-logo-container,
.user-share-brand-row .brand-name,
.user-share-brand-row input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
}

.user-share-brand-row input[type=checkbox] {
  cursor: pointer;
}

.user-share-brand-row .brand-name {
  width: 42%;
  padding: 0 10px;
}

.user-table-brand-logos {
  height: 30px;
  width: 50px;
  display: inline-block;
  text-align: center;
  margin: 5px;
  overflow: hidden;
}

.user-table-brand-logos img {
  max-width: 100%;
  max-height: 100%;
}

.user-table-brand-logos .empty-logo {
  border: 1px solid #bfbfbf;
  font-size: 12px;
  padding: 4px 5px;
  color: grey;
  max-width: 100%;
  max-height: 100%;
}

/* ==========================================================================
   Agent header
   ========================================================================== */

.agent-header {
  width: 100%;
  color: #000;
  background: #fff;
  border-bottom: 2px solid #dfdfdf;
}

.agent-header .logo-container {
  height: 120px;
}

.agent-header .logo-container img {
  max-height: 100%;
  padding: 20px 10px;
}

@media screen and (max-width: 992px) {
  .agent-header .logo-container {
    display: none;
  }
}

.agent-header .contact-container {
  height: 120px;
  padding: 10px;
}

.agent-header .contact-container img {
  max-height: 100%;
  float: right;
}

.agent-header .contact-container .contact-text {
  height: 100%;
  float: right;
  vertical-align: middle;
  padding: 10px 20px;
}

.agent-header .contact-container .contact-text strong {
  font-size: 120%;
}

.agent-header .contact-container .contact-text .fa {
  text-align: center;
  width: 20px;
}

.agent-header .contact-container .contact-text a {
  color: #000;
  text-decoration: underline;
}

.agent-header .contact-container .contact-text .gray {
  color: #303030;
}

@media screen and (max-width: 992px) {
  .agent-header .contact-wrapper {
    width: 100%;
  }
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  .sharelink-view .print-warning,
  .sharelink-view .sidebar--report,
  .sharelink-view .summary__navbar,
  .sharelink-view .test__help-link,
  .sharelink-view .help-panel,
  .sharelink-view .explainer,
  .sharelink-view .show-more-row {
    display: none !important;
  }

  .sharelink-view #report {
    width: 100%;
  }

  .sharelink-view .hidden-sm-up .test--block {
    page-break-inside: avoid;
    display: block;
    width: 100%;
  }

  .sharelink-view .summary__score-title {
    display: inline;
    margin-top: 24px;
  }

  .sharelink-view .summary-table,
  .sharelink-view .well,
  .sharelink-view .share-url__url,
  .sharelink-view .explainer,
  .sharelink-view .descriptor {
    box-shadow: none !important;
  }

  .sharelink-view .test__title {
    font-size: 3em;
    width: 100%;
    border-bottom: 1px solid lightgray;
  }

  .sharelink-view .descriptor .icon-good,
  .sharelink-view .descriptor .icon-bad,
  .sharelink-view .descriptor .icon-info {
    -webkit-print-color-adjust: exact;
  }

  .sharelink-view .recommendation,
  .sharelink-view .report-result,
  .sharelink-view .recommendation {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
  }
}

.invoice-list td {
  vertical-align: middle !important;
}

.invoice h1 {
  font-weight: bold;
  text-align: center;
}

.invoice-logo {
  text-align: center;
  width: 100%;
}

.invoice-status-paid {
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  padding: 0.60cm;
  color: #803f1e;
}

.invoice-cell-no-border {
  border-top: none !important;
}

.invoice-total-due {
  font-size: larger;
}

.invoice-details-table {
  width: 100%;
  table-layout: fixed;
}

.invoice-details-table td,
th {
  vertical-align: top;
  padding: 5px 0 5px 0;
}

.salesforce__error--container .error {
  margin-top: 20px;
}

.salesforce__page .btn,
.salesforce__page .zend_form input[type="submit"],
.zend_form .salesforce__page input[type="submit"],
.salesforce__page .omnisearch__btn,
.salesforce__page .login-panel__main #login-element input,
.login-panel__main #login-element .salesforce__page input,
.salesforce__page .competitor__add {
  margin-top: 20px;
}

.salesforce__page--view {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  background: white;
  margin-top: 15px;
  padding: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.sf-missing-details {
  margin-top: 30px;
  text-align: left;
}

.sf-missing-details__list {
  margin: 20px 0 20px 0 !important;
  text-align: left;
}

.salesforce__page--text p {
  font-size: 15px;
  margin: 0;
}

.salesforce__page .progress {
  margin-top: 30px;
}

.sf__iframe-body {
  height: 100%;
  padding-top: 0;
  margin-top: 0;
  background: url("/images/sf-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #e1e1e1;
}

@media screen and (max-height: 400px) and (max-width: 500px) {
  .salesforce__mobile.sf-mobileiframe__generic--only {
    display: block;
  }

  .sf__iframe {
    margin: 0;
    padding: 0;
    background-color: #fff !important;
    height: 300px;
    overflow: hidden;
    color: #0c0c0c;
  }

  .sf__iframe.sf__iframe-body {
    background-image: none;
  }

  .sf__iframe .container-fluid.summary__content.summary-overview.summary-overview--sf {
    padding: 0;
  }

  .sf__iframe .summary__navbar,
  .sf__iframe .summary__main {
    display: none !important;
  }

  .sf__iframe .sf-mobileiframe__header {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
  }

  .sf__iframe .sf-mobileiframe__header:before {
    background-image: url("/images/salesforce/silktide-icon.png");
    width: 32px;
    height: 32px;
    margin-right: 10px;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-bottom: -9px;
  }

  .sf__iframe .sf-mobileiframe__scorerow {
    display: block;
    padding: 0 10px;
  }

  .sf__iframe .sf-mobileiframe__scorerow .radial-progress {
    margin: 16px 15px 0;
  }

  .sf__iframe .sf-mobileiframe__scorerow .sf-mobileiframe__screenshot img {
    width: auto;
    height: auto;
    border-radius: 5px;
    max-height: 100px;
  }

  .sf__iframe .sf-mobileiframe__generic--hide {
    display: none;
  }

  .sf__iframe .summary--sf {
    padding-bottom: 0;
  }

  .sf__iframe .salesforce__page--view {
    padding: 0;
    box-shadow: none;
  }

  .sf__iframe .salesforce__page--text {
    padding: 15px;
  }

  .sf__iframe .salesforce__error--container {
    margin: -20px 15px 25px;
    color: #5d1414;
  }

  .sf__iframe .progress {
    margin: 0 10px !important;
    height: 30px;
  }

  .sf__iframe .sf-missing-details.alert,
  .sf__iframe .omnisearch__result .sf-missing-details.error,
  .omnisearch__result .sf__iframe .sf-missing-details.error,
  .sf__iframe .sf-missing-details.omnisearch__error {
    margin: 0;
    padding: 15px;
  }

  .sf__iframe .sf-missing-details.alert ul.sf-missing-details__list,
  .sf__iframe .omnisearch__result .sf-missing-details.error ul.sf-missing-details__list,
  .omnisearch__result .sf__iframe .sf-missing-details.error ul.sf-missing-details__list,
  .sf__iframe .sf-missing-details.omnisearch__error ul.sf-missing-details__list {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .sf__iframe .sf-mobileiframe__link,
  .sf__iframe .salesforce__page .btn,
  .sf__iframe .salesforce__page .zend_form input[type="submit"],
  .zend_form .sf__iframe .salesforce__page input[type="submit"],
  .sf__iframe .salesforce__page .omnisearch__btn,
  .sf__iframe .salesforce__page .login-panel__main #login-element input,
  .login-panel__main #login-element .sf__iframe .salesforce__page input,
  .sf__iframe .salesforce__page .competitor__add {
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    display: block;
    border-top: 1px solid #e3e3e3 !important;
    color: #0c0c0c;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-image: url("/images/salesforce/arrow.png");
    background-size: 8px;
    margin-top: -1px;
    border-bottom: 1px solid #e3e3e3 !important;
    text-decoration: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
  }

  .sf__iframe .sf-mobileiframe__link.sf-mobileiframe__link--retest,
  .sf__iframe .salesforce__page .btn.sf-mobileiframe__link--retest,
  .sf__iframe .salesforce__page .zend_form input.sf-mobileiframe__link--retest[type="submit"],
  .zend_form .sf__iframe .salesforce__page input.sf-mobileiframe__link--retest[type="submit"],
  .sf__iframe .salesforce__page .sf-mobileiframe__link--retest.omnisearch__btn,
  .sf__iframe .salesforce__page .login-panel__main #login-element input.sf-mobileiframe__link--retest,
  .login-panel__main #login-element .sf__iframe .salesforce__page input.sf-mobileiframe__link--retest,
  .sf__iframe .salesforce__page .sf-mobileiframe__link--retest.competitor__add {
    background-image: url("/images/salesforce/arrow-retest.png");
    background-size: 20px;
  }

  .sf__iframe .sf-mobileiframe__link.with-spinner.clicked,
  .sf__iframe .salesforce__page .btn.with-spinner.clicked,
  .sf__iframe .salesforce__page .zend_form input.with-spinner.clicked[type="submit"],
  .zend_form .sf__iframe .salesforce__page input.with-spinner.clicked[type="submit"],
  .sf__iframe .salesforce__page .with-spinner.clicked.omnisearch__btn,
  .sf__iframe .salesforce__page .login-panel__main #login-element input.with-spinner.clicked,
  .login-panel__main #login-element .sf__iframe .salesforce__page input.with-spinner.clicked,
  .sf__iframe .salesforce__page .with-spinner.clicked.competitor__add {
    background-image: none;
  }

  .sf__iframe .sf-mobileiframe__link.with-spinner.clicked:after,
  .sf__iframe .salesforce__page .btn.with-spinner.clicked:after,
  .sf__iframe .salesforce__page .zend_form input.with-spinner.clicked[type="submit"]:after,
  .zend_form .sf__iframe .salesforce__page input.with-spinner.clicked[type="submit"]:after,
  .sf__iframe .salesforce__page .with-spinner.clicked.omnisearch__btn:after,
  .sf__iframe .salesforce__page .login-panel__main #login-element input.with-spinner.clicked:after,
  .login-panel__main #login-element .sf__iframe .salesforce__page input.with-spinner.clicked:after,
  .sf__iframe .salesforce__page .with-spinner.clicked.competitor__add:after {
    border-right: 4px solid rgba(0, 0, 0, 0.5);
    border-top: 4px solid rgba(0, 0, 0, 0.5);
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    top: 13px;
  }

  .sf__iframe .sf-mobileiframe__link:hover,
  .sf__iframe .sf-mobileiframe__link:active,
  .sf__iframe .sf-mobileiframe__link:visited,
  .sf__iframe .sf-mobileiframe__link:focus,
  .sf__iframe .salesforce__page .btn:hover,
  .sf__iframe .salesforce__page .zend_form input:hover[type="submit"],
  .zend_form .sf__iframe .salesforce__page input:hover[type="submit"],
  .sf__iframe .salesforce__page .omnisearch__btn:hover,
  .sf__iframe .salesforce__page .login-panel__main #login-element input:hover,
  .login-panel__main #login-element .sf__iframe .salesforce__page input:hover,
  .sf__iframe .salesforce__page .competitor__add:hover,
  .sf__iframe .salesforce__page .btn:active,
  .sf__iframe .salesforce__page .zend_form input:active[type="submit"],
  .zend_form .sf__iframe .salesforce__page input:active[type="submit"],
  .sf__iframe .salesforce__page .omnisearch__btn:active,
  .sf__iframe .salesforce__page .login-panel__main #login-element input:active,
  .login-panel__main #login-element .sf__iframe .salesforce__page input:active,
  .sf__iframe .salesforce__page .competitor__add:active,
  .sf__iframe .salesforce__page .btn:visited,
  .sf__iframe .salesforce__page .zend_form input:visited[type="submit"],
  .zend_form .sf__iframe .salesforce__page input:visited[type="submit"],
  .sf__iframe .salesforce__page .omnisearch__btn:visited,
  .sf__iframe .salesforce__page .login-panel__main #login-element input:visited,
  .login-panel__main #login-element .sf__iframe .salesforce__page input:visited,
  .sf__iframe .salesforce__page .competitor__add:visited,
  .sf__iframe .salesforce__page .btn:focus,
  .sf__iframe .salesforce__page .zend_form input:focus[type="submit"],
  .zend_form .sf__iframe .salesforce__page input:focus[type="submit"],
  .sf__iframe .salesforce__page .omnisearch__btn:focus,
  .sf__iframe .salesforce__page .login-panel__main #login-element input:focus,
  .login-panel__main #login-element .sf__iframe .salesforce__page input:focus,
  .sf__iframe .salesforce__page .competitor__add:focus {
    text-decoration: none;
    border: none;
  }

  .sf__iframe .sf-mobileiframe__link .glyphicon,
  .sf__iframe .sf-mobileiframe__link .nav-sidebar--with-nested .expander-icon,
  .nav-sidebar--with-nested .sf__iframe .sf-mobileiframe__link .expander-icon,
  .sf__iframe .salesforce__page .btn .glyphicon,
  .sf__iframe .salesforce__page .zend_form input[type="submit"] .glyphicon,
  .zend_form .sf__iframe .salesforce__page input[type="submit"] .glyphicon,
  .sf__iframe .salesforce__page .omnisearch__btn .glyphicon,
  .sf__iframe .salesforce__page .login-panel__main #login-element input .glyphicon,
  .login-panel__main #login-element .sf__iframe .salesforce__page input .glyphicon,
  .sf__iframe .salesforce__page .competitor__add .glyphicon,
  .sf__iframe .salesforce__page .btn .nav-sidebar--with-nested .expander-icon,
  .nav-sidebar--with-nested .sf__iframe .salesforce__page .btn .expander-icon,
  .sf__iframe .salesforce__page .zend_form input[type="submit"] .nav-sidebar--with-nested .expander-icon,
  .nav-sidebar--with-nested .sf__iframe .salesforce__page .zend_form input[type="submit"] .expander-icon,
  .zend_form .sf__iframe .salesforce__page input[type="submit"] .nav-sidebar--with-nested .expander-icon,
  .nav-sidebar--with-nested .zend_form .sf__iframe .salesforce__page input[type="submit"] .expander-icon,
  .sf__iframe .salesforce__page .omnisearch__btn .nav-sidebar--with-nested .expander-icon,
  .nav-sidebar--with-nested .sf__iframe .salesforce__page .omnisearch__btn .expander-icon,
  .sf__iframe .salesforce__page .login-panel__main #login-element input .nav-sidebar--with-nested .expander-icon,
  .nav-sidebar--with-nested .sf__iframe .salesforce__page .login-panel__main #login-element input .expander-icon,
  .login-panel__main #login-element .sf__iframe .salesforce__page input .nav-sidebar--with-nested .expander-icon,
  .nav-sidebar--with-nested .login-panel__main #login-element .sf__iframe .salesforce__page input .expander-icon,
  .sf__iframe .salesforce__page .competitor__add .nav-sidebar--with-nested .expander-icon,
  .nav-sidebar--with-nested .sf__iframe .salesforce__page .competitor__add .expander-icon {
    display: none;
  }

  .sf__iframe .sf-mobileiframe__nav {
    display: block;
    margin-top: 20px;
  }

  .sf__iframe .sf-mobileiframe__icon {
    width: 32px;
    height: 32px;
    background-color: #efc207;
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -10px;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .sf__iframe .sf-mobileiframe__icon.sf-mobileiframe__icon--run {
    background-image: url("/images/salesforce/run.png");
    background-color: #f2c007;
  }

  .sf__iframe .sf-mobileiframe__icon.sf-mobileiframe__icon--view {
    background-image: url("/images/salesforce/eye.png");
    background-color: #efc207;
  }

  .sf__iframe .sf-mobileiframe__icon.sf-mobileiframe__icon--share {
    background-image: url("/images/salesforce/share.png");
    background-color: #9bba9a;
  }

  .sf__iframe .sf-mobileiframe__icon.sf-mobileiframe__icon--retest {
    background-image: url("/images/salesforce/retest.png");
    background-color: #e6727d;
  }
}

.sf-mobileiframe__generic--only {
  display: none;
}

.portfolio-box {
  position: relative;
  height: 225px;
  overflow: hidden;
  text-align: center;
}

.search-section {
  border-bottom: 2px solid lightgrey;
}

.close-modal {
  float: right;
  cursor: pointer;
}

.categories-search {
  margin-top: 10px;
  height: 66px;
  white-space: nowrap;
  overflow-x: auto;
}

.categories-search span {
  cursor: pointer;
}

.categories-search h4 {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  cursor: pointer;
  transform: translateY(-50%) translateX(-50%);
}

.icon img {
  height: 75px;
}

.portfolio-tablet-screenshot,
.portfolio-mobile-screenshot.mobile-screenshot-old {
  background-position: bottom;
  padding: 4.55% 1.75% !important;
}

.portfolio-item-title {
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
}

.portfolio-section {
  border-bottom: 1px dashed #dfdfdf;
  margin-bottom: 20px;
}

.portfolio-screenshot-image {
  width: 311px !important;
  height: 232px !important;
}

@media (max-width: 530px) {
  .portfolio-screenshot-image {
    width: 186px !important;
    height: 133px !important;
  }
}

.portfolio-screenshot-image-mobile {
  width: 96px !important;
  height: 158px !important;
}

@media (max-width: 530px) {
  .portfolio-screenshot-image-mobile {
    width: 54px !important;
    height: 99px !important;
  }
}

.portfolio-display-screenshot-image {
  width: 264px !important;
  height: 200px !important;
}

@media (max-width: 1200px) {
  .portfolio-display-screenshot-image {
    width: 233px !important;
    height: 175px !important;
  }
}

@media (max-width: 992px) {
  .portfolio-display-screenshot-image {
    width: 157px !important;
    height: 116px !important;
  }
}

@media (min-width: 768px) and (max-width: 940px) {
  .portfolio-display-screenshot-image {
    width: 117px !important;
    height: 86px !important;
  }
}

.portfolio-display-screenshot-image-mobile {
  width: 75px !important;
  height: 123px !important;
}

@media (max-width: 1200px) {
  .portfolio-display-screenshot-image-mobile {
    width: 70px !important;
    height: 118px !important;
  }
}

@media (max-width: 992px) {
  .portfolio-display-screenshot-image-mobile {
    width: 34px !important;
    height: 61px !important;
  }
}

@media (max-width: 768px) {
  .portfolio-display-screenshot-image-mobile {
    width: 49px !important;
    height: 76px !important;
  }
}

.portfolio-box-title {
  font-size: 15px;
  max-height: 15px;
  margin-top: 5px;
}

.portfolio-remove-item {
  bottom: 0;
  right: 0;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .portfolio-remove-item {
    position: absolute;
  }
}

@media (max-width: 549px) {
  .add-to-portfolio-btn {
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .add-to-portfolio-btn {
    float: left !important;
    margin-left: 8px !important;
  }
}

@media (min-width: 992px) {
  .add-to-portfolio-btn {
    float: right !important;
  }
}

.portfolio-warning-box {
  position: relative;
  top: 4px;
  margin-right: 10px;
  font-size: 140%;
}

.portfolio-modal-header {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.portfolio-array-modal {
  padding-top: 30px;
  overflow-y: auto;
  margin-bottom: 0;
}

.portfolio-box-descriptor {
  text-align: center;
}

.portfolio-title {
  font-size: 23px;
  font-weight: bold;
}

.portfolio-description,
.portfolio-location {
  font-size: 14px;
  margin-top: 20px;
}

.portfolio-location .fa-map-marker {
  margin-right: 5px;
}

.portfolio-highlights {
  margin-top: 30px;
}

.portfolio-highlights .highlight-label {
  font-size: 14px;
}

.descriptor-edit {
  color: white;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.portfolio-box-image {
  height: 100%;
  transition: all 0.3s;
  cursor: pointer;
}

.portfolio-text-item {
  height: 100%;
}

.portfolio-text-item h4 {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  padding: 16px;
}

.add-item {
  background-color: rgba(42, 47, 56, 0.1);
  height: 100%;
  text-align: center;
}

.add-item a {
  margin-top: 130px;
}

.portfolio-modal-image {
  max-height: 300px;
}

.portfolio-settings-row {
  margin-bottom: 40px;
}

.portfolio-settings-image {
  cursor: pointer;
  height: 80px !important;
  border: solid #cccccca3;
  border-radius: 6px;
  border-width: 6px 3px 6px 3px;
}

.portfolio-settings-edit {
  color: #222539;
  position: absolute;
  top: 10px;
  right: 40px;
  cursor: pointer;
}

.portfolio-settings-column {
  margin-top: 40px;
}

.portfolio-settings-column-description {
  margin-top: 40px;
}

.portfolio-settings-button {
  margin-left: 5px !important;
}

.portfolio-settings-search {
  margin-bottom: 10px;
}

#custom-search-input {
  border: solid 1px #E4E4E4;
}

#custom-search-input input {
  border: 0;
  box-shadow: none;
  font-size: 16px;
}

#custom-search-input button {
  margin: 2px 0 0 0;
  background: none;
  box-shadow: none;
  border: 0;
  color: #666666;
  padding: 0 8px 0 10px;
  border-left: solid 1px #ccc;
}

.shadow {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.box {
  background: whitesmoke;
  border-radius: 10px;
  height: 22rem;
  margin: 0 auto;
  text-align: left;
  width: 68%;
  box-shadow: 3px 3px 3px 0px darkgrey;
}

.centered {
  margin: 0 auto;
  text-align: left;
}

.letters-img {
  height: 40%;
  position: absolute;
  left: 30%;
  top: 15%;
}

.form-group--save {
  margin-top: 32px;
}

.information-panel {
  background-color: whitesmoke;
  border-color: #000;
  color: #333;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
}

.information-form {
  margin-top: 32px;
}

.information-form .form-active {
  display: block;
}

.information-form .form-hidden {
  display: none;
}

.information-panel-h1 {
  padding-bottom: 20px;
}

.information-panel-p {
  font-size: 16px;
}

.information-panel-image {
  height: 160px;
}

.information-panel-image--small {
  height: 120px;
}

@media screen and (max-width: 991px) {
  .information-panel-image {
    margin: 24px 0px;
  }
}

.selected-category {
  color: #ffffff;
  background-color: #2e5fa1;
}

.unselected-category {
  background-color: lightgrey;
}

.unselected-category:hover {
  background: darkgrey;
}

.portfolio-category {
  height: 30px;
  font-size: 14px;
  border-radius: 8px;
  margin-right: 5px;
  margin-top: 5px;
  padding-top: 5px;
}

.bg-overlay {
  background-color: transparent;
  height: 100%;
  width: 100%;
  position: absolute;
}

.bg-dark {
  background-color: rgba(22, 14, 21, 0.5);
}

.bg-light {
  background-color: rgba(255, 255, 255, 0.5);
}

.portfolio-preview-edit {
  padding-bottom: 60px;
}

.portfolio-modal-window .modal-dialog {
  width: 80%;
}

.portfolio-report-modal-window .modal-dialog {
  width: 80%;
}

.add-portfolio-manually {
  white-space: normal;
  height: auto;
}

@media (max-width: 1200px) {
  .add-portfolio-manually {
    margin-top: 30px;
  }
}

.portfolio-report-modal-window .modal-dialog .modal-content .modal-body,
.portfolio-modal-window .modal-dialog .modal-content .modal-body {
  overflow-y: auto;
}

@media (min-height: 950px) {
  .portfolio-report-modal-window .modal-dialog .modal-content .modal-body,
  .add-portfolio-modal-window .modal-dialog .modal-content .modal-body {
    height: 800px;
  }

  .portfolio-array-modal {
    height: 650px;
  }
}

@media (max-height: 950px) {
  .portfolio-report-modal-window .modal-dialog .modal-content .modal-body,
  .add-portfolio-modal-window .modal-dialog .modal-content .modal-body {
    height: 700px;
  }

  .portfolio-array-modal {
    height: 550px;
  }
}

@media (max-height: 870px) {
  .portfolio-report-modal-window .modal-dialog .modal-content .modal-body,
  .portfolio-modal-window .modal-dialog .modal-content .modal-body,
  .add-portfolio-modal-window .modal-dialog .modal-content .modal-body {
    height: 600px;
  }

  .portfolio-array-modal {
    height: 450px;
  }
}

.highlights-section {
  margin-top: 20px;
  padding-right: 0;
}

.highlights {
  padding-left: 0;
}

.highlights div {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

@media (max-width: 768px) {
  .highlights {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .highlights {
    margin-bottom: 75px;
  }
}

.highlight-icon {
  padding-left: 0;
}

.custom-highlight-icon {
  margin-top: 52px;
  cursor: pointer;
}

.fixed-highlight-icon {
  margin-top: 8px;
}

.highlight-label {
  padding-right: 0;
}

.highlight-label select {
  font-size: 13px;
}

.highlight-label input {
  margin-top: 10px;
  font-size: 13px;
}

.ui-select-focusser {
  display: none;
}

.highlight-dropdown-icon {
  margin: 5px 0 0 0;
}

.highlight-dropdown-button {
  border: none;
  padding: 0;
  background-color: white;
}

.highlight-dropdown {
  min-width: 10px;
  margin-top: 2px;
  background-color: #eee;
}

.highlight-dropdown:before {
  content: none;
}

.highlight-dropdown-caret {
  margin-left: 0;
}

.portfolio-data-row {
  border-top: none !important;
  border-bottom: 1px solid #ddd;
  margin-right: 10px;
  padding: 14px 0 18px 0;
}

.portfolio-data-row .image-container-checkbox-inline {
  display: inline-flex;
}

.portfolio-data-row .image-checkbox-inline {
  margin-left: 7px;
}

.portfolio-data-row .action-container {
  padding-right: 0;
  text-align: right;
}

@media (max-width: 454px) {
  .portfolio-data-row .image-container,
  .portfolio-data-row .report-info-container {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .portfolio-data-row .info-container,
  .portfolio-data-row .action-container,
  .portfolio-data-row .date-container {
    padding-top: 18px;
  }

  .portfolio-data-row .info-container,
  .portfolio-data-row .date-container {
    padding-left: 28px;
  }

  .portfolio-data-row .action-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 330px) {
  .portfolio-data-row .action-container,
  .portfolio-data-row .date-container {
    text-align: left;
    width: 100%;
    padding-left: 28px;
  }
}

@media (min-width: 768px) {
  .portfolio-data-row .action-container,
  .portfolio-data-row .date-container,
  .portfolio-data-row .info-container {
    padding-top: 40px;
  }

  .portfolio-data-row .date-container {
    padding-left: 10px;
  }

  .portfolio-data-row .info-container {
    padding-left: 0;
  }
}

.portfolio-data-row .view-report-btn,
.portfolio-data-row .update-analysis-btn {
  min-width: 105px;
  padding: 10px 8px;
}

.remove-filter-button {
  float: right !important;
  padding: 5px 0 5px 10px;
  height: 27px !important;
  width: 35px !important;
  color: #000000;
  cursor: pointer;
}

.remove-filter-button span {
  float: right;
}

.portfolio-item-image {
  height: 97px;
}

.load-more-items-button {
  text-align: center;
  margin-top: 20px;
}

.loading-more-items-spinner {
  margin: 50px auto;
  width: 100px;
}

@media (max-width: 525px) {
  .col-xxs-12 {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.btn,
.zend_form input[type="submit"],
.omnisearch__btn,
.login-panel__main #login-element input,
.competitor__add {
  cursor: pointer;
}

.business-search {
  font-weight: 300;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  background: white;
  z-index: 1000;
  opacity: 1;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-transition: 400ms all cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: 400ms all cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: 400ms all cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: 400ms all cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 400ms all cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.business-search.ng-hide-remove,
.business-search.ng-hide-add.ng-hide-add-active {
  opacity: 0;
}

.business-search.ng-hide-add,
.business-search.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}

.business-search-container {
  margin: 70px auto 0;
  padding: 20px 0 20px 20px;
  position: relative;
}

@media (min-width: 768px) {
  .business-search-container {
    margin-top: 120px;
  }
}

.business-search-input-container {
  margin-bottom: 40px;
  height: 67px;
  transition: 500ms;
  width: 100%;
}

.business-search-input-container .col-lg-12 {
  padding-right: 0;
}

@media (min-width: 768px) {
  .business-search-input-container {
    margin-bottom: 90px;
  }
}

.business-search-input-competitor-container {
  margin-top: 20px;
  margin-bottom: 40px;
}

.business-search-input-competitor-container .search-btn {
  top: 20px;
}

@media (max-width: 768px) {
  .business-search-input-competitor-container {
    margin-top: 30px;
  }

  .business-search-input-competitor-container .search-btn {
    top: 0;
  }
}

@media (min-width: 768px) {
  .minified-search-input-container {
    margin-top: -46px;
    margin-bottom: 6px;
    width: 74.3%;
  }
}

.business-search-input {
  width: 100.25%;
  border: none;
  border-bottom: 1px solid #e8e9ea;
  font-size: 2em;
  transition: 500ms;
  margin-bottom: 2px;
  margin-left: 5px;
  border-radius: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .business-search-input {
    font-size: 3.4em;
  }
}

.business-search-input:focus {
  outline: none;
}

.search-examples-container {
  margin: 5px 0 30px 5px;
}

.search-examples-container span {
  font-size: 19px;
  color: black;
  opacity: 0.2;
}

.search-btn {
  opacity: 1;
  transition: all 500ms;
  border: none;
  border-radius: 2px;
  top: 0;
  right: -7px;
  position: absolute;
  background-color: #f7db4b;
  color: #333;
  padding: 8px 40px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .search-btn {
    top: 22px;
  }
}

@media (max-width: 525px) {
  .search-btn {
    padding: 8px 10px;
  }
}

.search-btn:disabled {
  opacity: 0.5;
  filter: grayscale(1);
}

.search-btn:focus {
  text-decoration: none;
  outline: none;
  border: 1px solid #333;
}

.brand_2019 .card-menu-btn {
  width: 12%;
  background-color: #333;
  color: white;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  outline: none !important;
}

.brand_2019 .card-menu-btn:hover,
.brand_2019 .card-menu-btn:focus {
  color: white;
}

.brand_2019 .card-menu-stale-btn {
  background-color: #f3c008;
}

.brand_2019 .card-menu-stale-btn {
  color: #333;
}

.brand_2019 .card-menu-stale-btn:hover,
.brand_2019 .card-menu-stale-btn:focus {
  color: #333;
}

.card-additional-action-menu,
.card-additional-error-action-menu {
  list-style: none;
  padding-left: 0;
  background-color: #333;
  color: white;
  margin-bottom: 0;
  margin-top: -72.5px;
  transition: none;
  position: relative;
  z-index: 1;
  width: 70%;
  float: right;
}

.card-additional-action-menu li,
.card-additional-error-action-menu li {
  padding: 8px 8px 8px 14px;
  border-bottom: 0.3px solid #949494fa;
}

.card-additional-action-menu li:hover,
.card-additional-error-action-menu li:hover {
  background-color: #545454fa;
}

.card-additional-action-menu .card-additional-action-link,
.card-additional-error-action-menu .card-additional-action-link {
  color: white;
  width: 100%;
  display: block;
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  outline: none;
  box-shadow: none;
  padding: 0;
  text-align: left;
  height: 20px;
}

.card-additional-error-action-menu {
  margin-top: -36.5px;
}

@media (min-width: 768px) {
  .minified-search {
    font-size: 26px;
    cursor: pointer;
    border-bottom: 1px solid #e8e9ea57;
  }

  .minified-search-btn {
    top: 7px;
    font-size: 11px;
    padding: 4px 16px;
  }
}

.clear-search-btn {
  color: #bababa;
  background: none;
  border: none;
  padding: 0;
}

@media (max-width: 767px) {
  .clear-search-btn {
    padding-bottom: 5px;
  }
}

.clear-search-btn:focus {
  outline: none;
}

.clear-search-btn span:focus {
  outline: none;
}

.additional-info-message {
  font-size: 16px;
  padding: 15px 20px;
  margin-bottom: 30px;
  transition-duration: 0s;
}

.additional-info-message .additional-info-message-heading {
  font-weight: bold;
  font-size: 18px;
  padding-left: 24px;
}

.additional-info-message .additional-info-message-heading .additional-info-message-icon {
  margin: 4px 0 0 -24px;
  position: absolute;
  top: auto;
}

.additional-info-message .additional-info-message-sub {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  margin-left: 24px;
}

.additional-info-message .additional-info-btn-container {
  text-align: right;
}

.additional-info-message .additional-info-btn-container button,
.additional-info-message .additional-info-btn-container a {
  float: none;
  margin: 5px 0 0 0;
}

@media (max-width: 768px) {
  .additional-info-message .additional-info-btn-container button,
  .additional-info-message .additional-info-btn-container a {
    margin-left: 21px;
    float: left;
  }
}

.business-search-recent-title {
  margin: 10px 0 10px 4px;
  color: #8c8c8c;
  font-size: 17px;
  font-weight: normal;
}

.business-search-competitors-recent-title {
  margin: 10px 0;
  color: #8c8c8c;
  font-weight: normal;
}

.business-loading-spinner-container {
  float: none;
  margin: 0 auto;
  padding: 0 20px;
  width: 140px;
  height: 100px;
}

.business-loading-spinner {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: -moz-linear-gradient(left, #ccc 10%, rgba(0, 0, 0, 0) 82%);
  background: -webkit-linear-gradient(left, #ccc 10%, rgba(0, 0, 0, 0) 82%);
  background: -o-linear-gradient(left, #ccc 10%, rgba(0, 0, 0, 0) 82%);
  background: -ms-linear-gradient(left, #ccc 10%, rgba(0, 0, 0, 0) 82%);
  background: linear-gradient(to right, #ccc 10%, rgba(0, 0, 0, 0) 82%);
  -webkit-animation: spinspin 1s infinite linear;
  animation: spinspin 1s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.business-loading-spinner:after {
  background: #ffffff;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.business-card-container {
  visibility: hidden;
}

.business-card-container-animation {
  animation: slideUp 1s ease;
  transition: fadein;
  visibility: visible !important;
}

.no-animation {
  animation: none;
  transition: unset;
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.business-card {
  border: 1.5px solid #ccccccc2 !important;
  box-shadow: 0 0 8px #ccc;
  height: 327px;
  margin-bottom: 50px;
  max-width: 253px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  transition: all .2s ease-in-out;
}

.business-card p {
  margin-left: 10px;
  margin-right: 10px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.business-card:hover {
  transform: scale(1.05);
  opacity: 1 !important;
}

.summary-link {
  color: #333 !important;
}

.recent-business-card {
  opacity: 0.3;
}

.report-warning-container,
.report-error-container {
  margin-bottom: -120px;
  position: relative;
  text-align: center;
  z-index: 1;
  height: 107px;
}

.report-warning-container .report-warning-icon,
.report-error-container .report-warning-icon {
  font-size: 48px;
  margin-bottom: -11px;
  margin-top: 13px;
}

.report-warning-container .report-warning-message,
.report-error-container .report-warning-message {
  font-size: 16px;
  font-weight: bold;
}

.report-error-container {
  margin-bottom: -113px;
}

.report-error-container .report-warning-icon {
  margin-top: 6px;
}

.report-error-container .report-error-info {
  margin-top: -8px;
  font-size: 11px;
}

.report-error-container .report-error-info span {
  margin-right: 5px;
}

.add-business-manually-card {
  box-shadow: none;
  border: 1.5px dashed #cccccc !important;
  transform: scale(1) !important;
}

.no-scale {
  transform: scale(1) !important;
}

.add-manually-action-container {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

.add-manually-action-container .add-manually-action {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.add-manually-action-container .add-manually-action i {
  font-size: 40px;
}

.add-manually-action-container .add-manually-action p {
  font-size: 20px;
  font-weight: 500;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  white-space: normal;
}

.no-business-results {
  width: 100%;
  margin: 0;
  transition: fadein;
}

.no-business-results div,
.no-business-results p {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.no-business-results-message {
  font-weight: normal;
  color: #9E9E9E;
  margin-bottom: 20px;
  font-size: 16px;
}

.no-business-results-message span {
  margin-right: 10px;
}

.add-manually-btn {
  animation: slideUp 1s ease-in;
  background-color: #f7db4b;
  color: #333 !important;
  padding: 8px 40px 8px 40px;
  font-weight: normal;
  font-size: 16px;
}

.add-manually-btn:focus {
  outline: none;
}

.card-click-area {
  cursor: pointer;
}

.business-image-container {
  height: 120px;
  overflow: hidden;
  margin-right: 0.1px;
}

.business-image-container img {
  width: 100%;
  height: 174px;
}

.business-image-container canvas {
  width: 120%;
  background-color: #fafafa;
  vertical-align: bottom;
  margin: -91px 0 0 -10%;
  filter: grayscale(0.6);
}

.report-warning-image-container {
  opacity: 0.1;
}

.business-card-info {
  height: 143px;
}

.business-card-heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 10px;
}

.business-card-info-no-score {
  margin-top: 22px;
}

.business-card-info-point {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 6px;
}

.business-card-address-icon {
  position: absolute;
}

.business-card-address {
  display: block;
  white-space: normal;
  max-height: 55px;
  margin: -2px 10px 0 20px;
}

.no-url-info-point {
  color: #9e9e9e !important;
}

.permanently-closed-info-point {
  color: red !important;
}

.business-card-icon {
  margin-right: 6px;
}

.business-card-score span {
  position: relative;
  margin-top: -14px;
  margin-left: 10px;
}

.brand_2019 .business-card-view-btn,
.brand_2019 .business-card-analyse-btn {
  width: 88%;
  border-radius: 0;
  font-size: 16px;
  line-height: 16px;
}

.brand_2019 .business-card-view-btn:focus,
.brand_2019 .business-card-analyse-btn:focus {
  outline: none;
}

.brand_2019 .new-business-card-analyse-btn {
  width: 100%;
}

.business-card-view-btn {
  background-color: #333;
  color: white !important;
}

.business-card-analyse-btn {
  background-color: #f7db4b;
}

.business-card-analyse-btn.with-spinner.clicked:after {
  border: 4px solid #333;
  border-bottom-color: transparent;
}

.card-progress-bar {
  height: 39px;
  border-radius: 0;
}

.card-progress-bar .progress-bar {
  position: relative;
  background-color: #337ab7;
  background-size: 30px 30px;
  background-image: linear-gradient(-45deg, #337ab7 25%, #2B6398 25%, #2B6398 50%, #337ab7 50%, #337ab7 75%, #2B6398 75%, #2B6398);
  animation: barberpole 4.5s linear infinite;
}

.card-progress-text {
  width: 100%;
  text-align: center;
  margin-top: -49px;
  color: #aaa;
}

@keyframes barberpole {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 60px 30px;
  }
}

.business-card-fade {
  opacity: 0.6;
}

.business-card-fade:hover {
  transform: none;
}

.business-card-pre-flip-container {
  transition-duration: 400ms;
  perspective: 500px;
  perspective-origin: center;
}

.business-card-pre-flip {
  transform: scale(1.03);
}

.business-card-flip {
  transform: rotateY(180deg) scale(-1, 1);
  transition-duration: 630ms;
}

.new-analysis-indicator {
  margin-top: -5px;
  height: 5px;
  background-color: #f7db4b;
}

.redirect-business-card {
  border: 1.5px solid #ccccccc2 !important;
  box-shadow: 0 0 8px #ccc;
  height: 306px;
  max-width: 252px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  position: relative;
  background-color: #f7db4b;
  opacity: 0.9;
  width: 100%;
  z-index: 1;
  margin-bottom: -306px;
}

.redirect-business-container {
  height: 284px;
}

.redirect-business-message-container {
  text-align: center;
  margin-top: 31px;
}

.redirect-business-message {
  font-size: 22px;
  font-weight: bold;
}

.redirect-business-url {
  margin-top: 70px;
}

.redirect-business-url .redirect-business-url-value,
.redirect-business-url .redirect-business-url-message {
  text-overflow: ellipsis;
  overflow: hidden;
}

.redirect-business-url .redirect-business-url-message {
  font-weight: 500;
}

.redirect-business-url .redirect-business-url-value {
  font-weight: bold;
  font-size: 16px;
  padding: 0 10px;
}

.frame-url {
  margin-top: 40px;
}

.redirect-business-cancel {
  text-align: right;
  font-size: 22px;
}

.redirect-business-cancel span {
  cursor: pointer;
  margin-right: 5px;
  margin-top: 5px;
}

.brand_2019 .business-card-error-btn {
  width: 100%;
  color: #333;
}

.brand_2019 .business-card-redirect-btn {
  width: 100%;
  background-color: #333;
  color: #fff !important;
  border-radius: 0;
  font-size: 16px;
  line-height: 16px;
}

.brand_2019 .business-card-redirect-btn:focus {
  outline: none;
}

.brand_2019 .business-card-error-no-site-btn {
  width: 88%;
}

.business-competitor-container {
  padding: 20px 30px;
}

.business-competitor-container .business-competitor-result {
  margin: 0 0 10px;
  line-height: 1.5em;
  position: relative;
  font-size: 1.3em;
  min-height: 40px;
}

.business-competitor-container .business-competitor-result .business-competitor-result-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.business-competitor-container .business-competitor-result .business-competitor-result-url {
  color: rgba(51, 51, 51, 0.5);
  font-size: 0.72em;
  line-height: 1.3em;
  margin-top: -2px;
}

.business-competitor-container .business-competitor-result .business-competitor-btn-container {
  position: absolute;
  top: 5px;
  right: 0;
  width: 126px;
  text-align: center;
}

.business-competitor-container .business-competitor-result .business-competitor-btn-container button {
  width: 100%;
  transition: 0s;
}

.business-competitor-container .business-competitor-result .unable-to-analyse-competitor-btn-container {
  width: 236px;
}

.checkout-container {
  font-family: 'Nunito Sans', sans-serif;
}

input.submit-attempt.ng-invalid,
select.submit-attempt.ng-invalid,
.checkout-form-vat-input.ng-invalid,
#cardholder-name.ng-invalid {
  border-color: red !important;
}

@media (min-width: 767px) {
  .checkout-form-wrapper {
    display: table;
    margin-top: 50px;
  }

  .checkout-form-container,
  .checkout-info-container {
    float: none;
    display: table-cell;
  }
}

.checkout-header {
  height: 70px;
  line-height: 70px;
}

.checkout-header .checkout-header-logo {
  width: 166px;
}

@media (max-width: 767px) {
  .checkout-header .checkout-header-home-container {
    display: none;
  }
}

.checkout-header .checkout-header-home-container .checkout-header-home {
  width: 26px;
}

.checkout-header .checkout-header-home-container .checkout-header-home-text {
  color: #fff;
  margin-right: 20px;
  text-transform: uppercase;
  margin-left: 6px;
  font-size: 12px;
}

.checkout-header .header-contact-button {
  background: #fdcf18;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 23px;
}

.checkout-form-container {
  margin-bottom: 50px;
}

.checkout-form-container .terms-conditions {
  margin-top: 26px;
  font-weight: bold;
}

.checkout-form {
  background: #fff;
  padding: 30px 35px;
  margin: 0 50px;
  border-radius: 10px;
  border: 1.5px solid #ccccccc2 !important;
  box-shadow: 0 0 8px #ccc;
}

@media (min-width: 767px) and (max-width: 992px) {
  .checkout-form {
    margin: 0;
  }
}

.checkout-form .checkout-resend-verification {
  text-align: center;
  color: #32325d;
  font-size: 13.5px;
}

.checkout-form .checkout-resend-verification .resend-link {
  text-decoration: underline;
  cursor: pointer;
}

.checkout-form .checkout-verification-resending {
  font-size: 17px;
  margin-left: 2px;
}

.checkout-form .checkout-form-header {
  text-align: center;
}

.checkout-form .checkout-form-header .checkout-form-logo {
  width: 35px;
}

.checkout-form .checkout-form-header .checkout-form-headline {
  font-weight: bold;
  font-size: 17px;
  margin: 22px 12%;
}

.checkout-form .checkout-form-input {
  border-color: #a8a7a7;
  border-radius: 5px;
  height: 45px;
}

.checkout-form .checkout-form-btn-container {
  text-align: center;
  margin-top: 34px;
}

.checkout-form .checkout-form-btn-container .checkout-form-btn {
  background-color: #000;
  text-transform: uppercase;
  font-size: 13px;
  padding: 11px 28px;
  border-radius: 5px;
  height: 44px;
}

.checkout-form .checkout-form-btn-container .checkout-form-btn.clicked {
  padding-right: 45px;
}

.checkout-info-container {
  vertical-align: middle;
}

.checkout-info {
  padding: 0 42px;
}

.checkout-info .checkout-info-headline {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 18px;
  color: #32325d;
}

.checkout-info .checkout-info-extra {
  margin-bottom: 25px;
  font-weight: bold;
  margin-top: 14px;
  width: 70%;
}

.checkout-info .checkout-info-bullet {
  font-weight: bold;
  margin-bottom: 15px;
}

.checkout-info .checkout-info-bullet .checkout-info-bullet-check {
  width: 24px;
  margin-right: 24px;
}

.checkout-clients-banner {
  text-align: center;
  margin-top: 100px;
}

@media (max-width: 767px) {
  .checkout-clients-banner {
    margin-top: 50px;
  }
}

.checkout-clients-banner img {
  width: 12%;
  max-width: 115px;
  margin: 10px 17px;
}

.checkout-plan-info {
  background: #fff;
  padding: 30px 35px;
  margin: 0 50px;
  border-radius: 10px;
  border: 1.5px solid #ccccccc2 !important;
  box-shadow: 0 0 8px #ccc;
}

.checkout-plan-info .checkout-plan-info-header {
  color: #fff;
  border-radius: 10px 10px 0 0;
  margin: -30px -35px 10px -35px;
  background-image: url("/images/checkout-plan-header.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80px;
  padding: 24px 0 0 30px;
}

.checkout-plan-info .checkout-plan-info-header img {
  width: 25px;
  margin-right: 10px;
}

.checkout-plan-info .checkout-plan-info-header span {
  font-size: 17.5px;
  line-height: 22.5px;
  color: #eaeaea;
  vertical-align: middle;
}

.checkout-plan-info .checkout-plan-info-reports {
  margin: 25px 0;
}

.checkout-plan-info .checkout-plan-info-reports .checkout-plan-info-report-summary {
  font-weight: bold;
  font-size: 20px;
}

.checkout-plan-info .checkout-plan-info-reports .small {
  cursor: pointer;
  margin-left: 10px;
}

.checkout-plan-info .checkout-plan-info-price {
  font-size: 14px;
  margin: 22px 0 27px;
}

.checkout-plan-info .checkout-plan-info-price .price-breakdown {
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
  font-size: 20.5px;
}

.checkout-plan-info .checkout-info-bullet {
  font-weight: bold;
  margin-bottom: 15px;
}

.checkout-plan-info .checkout-info-bullet .checkout-info-bullet-check {
  width: 24px;
  margin-right: 12px;
}

.checkout-plan-info select.checkout-form-input {
  margin: 30px 0;
}

.vat-info {
  font-size: 12px;
  font-weight: normal;
  vertical-align: super;
  margin-left: 7px;
  border-bottom: 0.4px dashed darkgrey;
  cursor: default;
}

.vat-breakdown-info {
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 9px;
  margin-top: 20px;
  width: 35%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  left: 33%;
  position: absolute;
  background: white;
  z-index: 1;
}

.vat-breakdown-info .vat-breakdown-info-metric {
  margin-bottom: 6px;
}

.add-voucher-link {
  cursor: pointer;
  border-bottom: 0.4px dashed darkgrey;
}

.coupon-name {
  margin-top: 5px;
}

#cardholder-name {
  width: 90%;
  margin: auto;
  color: black;
  border-radius: 2px;
}

#cardholder-name::placeholder {
  color: #757575;
  font-size: 1em;
  line-height: 1.2em;
  font-family: sans-serif;
}

.card-details-message {
  font-size: 16px;
  text-align: center;
}

.update-subscription-heading {
  text-align: center;
  margin-bottom: 30px;
}

#new-card-element {
  width: 90%;
  margin: auto;
  float: none;
  padding: 10px;
  height: 39px;
  border-radius: 2px;
  border: 1px solid #d8d8d8;
}

#new-card-element .CardField-number {
  font-size: 14px;
}

.modify-plan-options:first-child {
  border-top: 1px solid #dedede;
}

.modify-plan-option {
  border-bottom: 1px solid #dedede;
  padding: 11px 0;
}

.modify-plan-option .plan-option-amount {
  text-align: left;
  padding: 10px;
}

.modify-plan-option .plan-option-price {
  padding: 10px;
  text-align: center;
}

.modify-plan-option .current-plan-message {
  padding: 10px;
  text-align: center;
  width: 105px;
  font-size: 15px;
  font-weight: bold;
  color: #272c34;
}

.modify-plan-option .select-plan-button {
  color: #272c34;
  background: transparent;
  border: 1px solid #272c34 !important;
  border-radius: 7px;
  width: 105px;
}

.modify-plan-option .select-plan-button.clicked {
  color: white;
  background: #272c34;
}

.modify-plan-option .select-plan-button:hover {
  background-color: #272c34;
  color: white;
}

@media (min-width: 768px) {
  .onboarding-body {
    background: linear-gradient(to right, #fafafa 50%, #252525 50%);
  }

  .onboarding-wizard-navbar {
    background: linear-gradient(to right, #fafafa 50%, #252525 50%) !important;
    border: 0;
    position: absolute;
  }
}

.onboarding-header-logo {
  height: 34px;
}

.onboarding-wizard-container {
  margin-top: 50px;
}

.onboarding-wizard-container .float-middle {
  float: none;
  margin: auto;
}

@media (min-width: 768px) {
  .onboarding-wizard-container .float-middle .onboarding-wizard {
    float: none !important;
    margin: auto !important;
  }
}

.onboarding-wizard-container .onboarding-wizard {
  box-shadow: 0 0 8px #ccc;
  border-radius: 4px;
  padding: 0;
  background: #fafafa;
}

@media (min-width: 768px) {
  .onboarding-wizard-container .onboarding-wizard {
    width: 86%;
    float: right;
  }
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body {
  min-height: 400px;
  padding: 36px 40px;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .onboarding-step-inline-image {
  width: 100%;
  margin-top: 66px;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body.unavailable {
  text-align: center;
  font-size: 18px;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .onboarding-details-input-column {
  padding: 0 30px;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .new-user-column {
  margin-bottom: 15px;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .new-user-column .icon-container {
  width: 13%;
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .new-user-column .icon-container img {
  height: 32px;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .new-user-column .input-container {
  width: 85%;
  display: inline-block;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .onboarding-details-input-help {
  font-size: 12px;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .onboarding-details-input {
  border: 1px solid #b1acac;
  height: 42px;
  margin: 6px 0 24px 0;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .onboarding-details-input.ng-touched.ng-invalid {
  border: 1px solid red;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .onboarding-details-input.new-user {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #252525;
  border-radius: 0;
  background: #fafafa;
  margin-bottom: 10px;
  padding: 0;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .onboarding-details-input.new-user.ng-touched.ng-invalid {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid red;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .business-heading {
  margin: 12px;
  font-size: 15px;
  display: flex;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .add-another-user {
  font-size: 13px;
  background: #252525;
  color: white;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .onboarding-image-input-container {
  display: flex;
  float: none;
  margin: 24px auto 0;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .onboarding-image-input-container .onboarding-upload-image-container {
  margin-right: 18px;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .onboarding-image-input-container .onboarding-upload-image-container .onboarding-upload-image {
  height: 78px;
  cursor: pointer;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .onboarding-image-input-container .onboarding-upload-image-container .onboarding-image-help {
  font-size: 12px;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .onboarding-image-input-container .onboarding-image-label-container div {
  margin-bottom: 8px;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .onboarding-image-input-container .onboarding-image-label-container .onboarding-image-label {
  font-size: 16px;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .onboarding-image-input-container .onboarding-image-label-container .onboarding-image-help {
  font-size: 12px;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .col-xs-12.onboarding-details-input-column .onboarding-image-heading {
  font-size: 17px;
  text-align: center;
  margin-bottom: 50px;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .col-xs-12.onboarding-details-input-column .onboarding-image-label-container {
  margin-top: 18px;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .business-categories-container {
  text-align: center;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .business-categories-container .business-category {
  box-shadow: 0 0 8px #ccc;
  height: 120px;
  padding: 19px;
  margin: 10px 0;
  font-size: 15px;
  border-radius: 10px;
  cursor: pointer;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .additional-category-container {
  margin: 10px 0;
  display: flex;
  padding-top: 20px;
  border-radius: 10px;
  font-size: 15px;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .sales-team-container {
  text-align: center;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .sales-team-container .onboarding-details-input,
.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .sales-team-container .business-categories-container {
  width: 70%;
  margin: auto;
}

@media (min-width: 768px) and (max-width: 950px) {
  .onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .sales-team-container .onboarding-details-input,
  .onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .sales-team-container .business-categories-container {
    width: 100%;
  }
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .sales-team-container .row:first-of-type {
  margin-bottom: 35px;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .sales-team-container .row:last-of-type {
  margin-top: 30px;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .sales-team-container select.onboarding-details-input {
  font-size: 16px;
  margin-top: 0;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .sales-team-container .sales-team-label {
  font-size: 17px;
  margin-bottom: 20px;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .category-details-icon {
  height: 34px !important;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-body .category-details-icon.selected-tick {
  height: 42px !important;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-step-error {
  margin-top: -14px;
  font-size: 14px;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-footer {
  min-height: 76px;
  padding: 17px 20px;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-footer.last-step-footer {
  text-align: center;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-footer .btn,
.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-footer .zend_form input[type="submit"],
.zend_form .onboarding-wizard-container .onboarding-wizard .onboarding-wizard-footer input[type="submit"],
.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-footer .omnisearch__btn,
.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-footer .login-panel__main #login-element input,
.login-panel__main #login-element .onboarding-wizard-container .onboarding-wizard .onboarding-wizard-footer input,
.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-footer .competitor__add {
  text-transform: uppercase;
  font-weight: bold;
  width: 120px;
  height: 42px;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-footer .next-button-container {
  text-align: center;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-footer .next-button {
  background: #ffd200;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-footer .back-button {
  margin-right: 5px;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-footer .next-button.with-spinner::after,
.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-footer .back-button.with-spinner::after {
  border-right: 4px solid #252525;
  border-top: 4px solid #252525;
  border-left: 4px solid #252525;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-footer .last-step-button {
  width: 224px;
  background: #ffd200;
}

.onboarding-wizard-container .onboarding-wizard .onboarding-wizard-footer .skip-button {
  font-size: 13px;
  line-height: 50px;
  cursor: pointer;
  color: #656565;
  text-transform: uppercase;
  margin-top: 24px;
}

.onboarding-wizard-container .onboarding-step-heading {
  font-size: 29px;
  text-align: center;
  margin-bottom: 36px;
  margin-top: 20px;
}

.onboarding-wizard-container .onboarding-wizard-sidebar {
  color: white;
  margin-top: 76px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .onboarding-wizard-container .onboarding-wizard-sidebar {
    display: none;
  }
}

.onboarding-wizard-container .onboarding-wizard-sidebar .step-number-progress-info {
  font-size: 13px;
  margin: -21px 85px 96px 64px;
}

.onboarding-wizard-container .onboarding-wizard-sidebar .confirmation-step-icon {
  width: 42px;
}

.onboarding-wizard-container .onboarding-wizard-sidebar .edit-step {
  margin-left: 5px;
  height: 13px;
  cursor: pointer;
  line-height: 37px;
  margin-top: 14px;
}

.onboarding-wizard-container .onboarding-wizard-sidebar .step-number-progress {
  display: flex;
  margin-bottom: 28px;
}

.onboarding-wizard-container .onboarding-wizard-sidebar .step-number-progress .step-number-title {
  line-height: 42px;
  margin-left: 24px;
  margin-right: 14px;
}

.onboarding-wizard-container .onboarding-wizard-sidebar .step-number-progress .step-number-display {
  background: #fff;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #252525;
}

.onboarding-wizard-container .onboarding-wizard-sidebar .step-number-progress .step-number-display.active {
  background: #ffd200;
}

.onboarding-wizard-container .onboarding-wizard-sidebar .step-number-progress .step-number-display.active:before {
  position: absolute;
  right: 98%;
  content: '';
  width: 0;
  height: 0;
  border-left: solid 15px #fafafa;
  border-right: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-top: solid 15px transparent;
}

@media (max-width: 620px) {
  .onboarding-wizard-container .onboarding-wizard-sidebar .step-number-progress {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    margin: 0 3px;
  }
}

.onboarding-wizard-container .onboarding-wizard-sidebar .step-number-progress.active {
  background: #ffd200;
}

.confirmation-step {
  text-align: center;
}

.confirmation-step .confirmation-step-icon {
  width: 86px;
  margin: 30px 0 6px;
}

.confirmation-step .confirmation-step-info {
  font-size: 18px;
  padding: 0 70px;
}

.welcome-step-head {
  background: #373636;
  color: white;
  text-align: center;
  padding: 30px 0;
  border-radius: 4px 4px 0 0;
}

.welcome-step-head .welcome-step-head-icon {
  height: 72px;
}

.welcome-step-head .welcome-step-head-text {
  font-size: 31px;
  width: 57%;
  margin: 18px auto 0;
}

.welcome-step-head .welcome-step-head-text .time-text {
  color: #ffd200;
}

.onboarding-wizard-body.welcome-step {
  min-height: 200px !important;
  padding: 40px 40px 28px !important;
}

.onboarding-wizard-body.welcome-step .confirmation-step-info {
  font-size: 21px;
  width: 69%;
  float: none;
  margin: auto;
  padding: 0;
}

.report-scheduler-open-container {
  display: inline;
  border-left: 2px solid #F3f3f3;
}

.report-scheduler-open {
  display: inline;
  padding: 4px;
  margin-left: 10px;
  cursor: pointer;
  color: #898989;
  vertical-align: top;
}

.report-scheduler-open .report-scheduler-icon,
.report-scheduler-open .report-scheduler-icon-set {
  height: 22px;
}

.report-scheduler-open .report-scheduler-icon-set {
  display: none;
}

.report-scheduler-open.has-schedule {
  color: #0a94d5;
}

.report-scheduler-open.has-schedule .report-scheduler-icon-set {
  display: unset;
}

.report-scheduler-open.has-schedule .report-scheduler-icon {
  display: none;
}

.report-scheduler-open:hover {
  background: rgba(247, 219, 76, 0.1);
}

.report-scheduler-alert {
  padding: 20px;
  margin: 0 0 24px 0 !important;
}

.scheduler-information-icon {
  text-align: center;
}

.scheduler-information-icon .glyphicon-info-sign {
  font-size: 26px;
}

.scheduler-datetime-container {
  display: inline-flex;
  margin-top: -8px;
}

.scheduler-datetime-container .scheduler-frequency-unit-input {
  width: 100px;
  margin-left: 12px;
}

.scheduler-date-input {
  padding-right: 24px;
  cursor: pointer;
  width: 174px;
}

.scheduler-date-input,
.scheduler-frequency-input,
.scheduler-frequency-unit-input,
.scheduler-limit-input {
  margin-top: 8px;
}

.scheduler-date-icon {
  color: #737373;
  position: absolute;
  left: 160px;
  top: 22px;
}

.scheduler-frequency-container {
  display: flex;
}

.scheduler-frequency-input,
.scheduler-limit-input {
  width: 16%;
  margin-right: 5%;
}

.scheduler-frequency-unit-input {
  width: 79%;
}

.frequency-unit-indicator {
  line-height: 55px;
}

.frequency-unit-indicator.disabled {
  color: #737373;
}

.scheduler-input-row {
  margin-top: 30px;
}

.scheduler-input-row .checkbox {
  margin-bottom: 13px;
}

.scheduler-input-row .checkbox .checkbox-label {
  line-height: 27px;
}

.scheduler-input-row .score-threshold-input {
  width: 80px;
  display: inline;
  margin: 0 6px 0 15px;
}

.scheduler-notification-emails-input {
  margin-top: 18px;
}

.scheduler-edit-notification-icon {
  margin-right: 5px;
}

@media (min-width: 768px) {
  .scheduler-notification-edit-modal .modal-dialog {
    max-width: 500px;
    margin-top: 210px;
  }
}

.schedule-summary-string {
  font-size: 15px;
  text-align: center;
  margin-top: 26px;
  margin-bottom: 10px;
  font-weight: bold;
}

.report-schedule-table-heading {
  font-size: 18px;
  margin-bottom: -5px;
  font-weight: bold;
}

.report-schedule-table-heading.complete {
  margin-top: 50px;
}

.report-schedule-table-heading.notifications-heading span {
  vertical-align: middle;
}

.report-schedule-table-heading.notifications-heading .glyphicon-envelope {
  margin-left: 4px;
}

.report-schedule-table td {
  vertical-align: middle !important;
  display: table-cell !important;
  padding: 14px 8px !important;
}

.report-schedule-table td.actions-container {
  text-align: right;
}

.report-schedule-table td.actions-container .glyphicon-arrow-right {
  margin-right: 5px;
}

.report-schedule-table .glyphicon-envelope {
  margin-left: 5px;
}

.report-schedule-table .report-score {
  position: absolute;
  left: 15px;
}

.report-schedule-table .business-image {
  width: 108px;
  margin-top: 12px;
}

.report-schedule-table .action-btn {
  padding: 6px 10px 6px 10px;
  height: auto;
}

.lead-generation-form {
  padding: 20px;
}

.lead-generation-form .consent-form-group {
  display: inline-flex;
}

.lead-generation-form .consent-form-group input {
  display: inline;
  min-width: 20px;
}

.lead-generation-form .consent-form-group label {
  margin: 5px 0 0 10px;
}

.lead-generation-form .submittedConfirmationText {
  margin: 20px 10px;
}

.lead-generation-settings-modal {
  padding: 0;
}

.lead-generation-settings-modal .menu-items-layout {
  margin-bottom: 0 !important;
  margin-right: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.lead-generation-settings-modal .menu-items-layout .menu-container {
  display: flex;
  padding: 0;
  border-right: 0.5px solid #f5f5f5;
  background: #fdfdfd;
  flex-direction: column;
}

.lead-generation-settings-modal .menu-items-layout .menu-container .lead-generation-settings-modal-menu {
  background: whitesmoke;
}

.lead-generation-settings-modal .menu-items-layout .menu-container .lead-generation-settings-modal-menu .lead-generation-settings-modal-menu-item {
  padding: 24px 20px;
  cursor: pointer;
  font-size: 14.5px;
  border-bottom: 1px solid #ededed;
  background: #f5f5f5;
}

.lead-generation-settings-modal .menu-items-layout .menu-container .lead-generation-settings-modal-menu .lead-generation-settings-modal-menu-item.active {
  background: #ffffff;
  font-weight: bold;
}

.lead-generation-settings-modal .menu-items-layout .menu-container .lead-generation-settings-modal-menu .lead-generation-settings-modal-menu-item.active:hover {
  background: #ffffff;
}

.lead-generation-settings-modal .menu-items-layout .menu-container .lead-generation-settings-modal-menu .lead-generation-settings-modal-menu-item:hover {
  background: #fbfbfb;
}

.lead-generation-settings-modal .menu-items-layout .items-container {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 850px;
}

.lead-generation-settings-modal .row {
  margin-bottom: 25px;
}

.lead-generation-settings-modal .report-field-options .input-sm,
.lead-generation-settings-modal .report-field-options .input-group-sm > .form-control,
.lead-generation-settings-modal .report-field-options .zend_form .input-group-sm > input,
.zend_form .lead-generation-settings-modal .report-field-options .input-group-sm > input,
.lead-generation-settings-modal .report-field-options .zend_form .input-group-sm > select,
.zend_form .lead-generation-settings-modal .report-field-options .input-group-sm > select,
.lead-generation-settings-modal .report-field-options .login-panel__main #username-element .input-group-sm > input,
.login-panel__main #username-element .lead-generation-settings-modal .report-field-options .input-group-sm > input,
.lead-generation-settings-modal .report-field-options .login-panel__main #password-element .input-group-sm > input,
.login-panel__main #password-element .lead-generation-settings-modal .report-field-options .input-group-sm > input,
.lead-generation-settings-modal .report-field-options .login-panel__main #passwordconfirm-element .input-group-sm > input,
.login-panel__main #passwordconfirm-element .lead-generation-settings-modal .report-field-options .input-group-sm > input,
.lead-generation-settings-modal .report-field-options .input-group-sm > .input-group-addon,
.lead-generation-settings-modal .report-field-options .input-group-sm > .input-group-btn > .btn,
.lead-generation-settings-modal .report-field-options .zend_form .input-group-sm > .input-group-btn > input[type="submit"],
.zend_form .lead-generation-settings-modal .report-field-options .input-group-sm > .input-group-btn > input[type="submit"],
.lead-generation-settings-modal .report-field-options .input-group-sm > .input-group-btn > .omnisearch__btn,
.lead-generation-settings-modal .report-field-options .login-panel__main #login-element .input-group-sm > .input-group-btn > input,
.login-panel__main #login-element .lead-generation-settings-modal .report-field-options .input-group-sm > .input-group-btn > input,
.lead-generation-settings-modal .report-field-options .input-group-sm > .input-group-btn > .competitor__add {
  width: 68%;
}

.lead-generation-settings-modal .report-field-options .input-sm[type="checkbox"],
.lead-generation-settings-modal .report-field-options .input-group-sm > .form-control[type="checkbox"],
.lead-generation-settings-modal .report-field-options .zend_form .input-group-sm > input[type="checkbox"],
.zend_form .lead-generation-settings-modal .report-field-options .input-group-sm > input[type="checkbox"],
.lead-generation-settings-modal .report-field-options .zend_form .input-group-sm > select[type="checkbox"],
.zend_form .lead-generation-settings-modal .report-field-options .input-group-sm > select[type="checkbox"],
.lead-generation-settings-modal .report-field-options .login-panel__main #username-element .input-group-sm > input[type="checkbox"],
.login-panel__main #username-element .lead-generation-settings-modal .report-field-options .input-group-sm > input[type="checkbox"],
.lead-generation-settings-modal .report-field-options .login-panel__main #password-element .input-group-sm > input[type="checkbox"],
.login-panel__main #password-element .lead-generation-settings-modal .report-field-options .input-group-sm > input[type="checkbox"],
.lead-generation-settings-modal .report-field-options .login-panel__main #passwordconfirm-element .input-group-sm > input[type="checkbox"],
.login-panel__main #passwordconfirm-element .lead-generation-settings-modal .report-field-options .input-group-sm > input[type="checkbox"],
.lead-generation-settings-modal .report-field-options .input-group-sm > .input-group-addon[type="checkbox"],
.lead-generation-settings-modal .report-field-options .input-group-sm > .input-group-btn > .btn[type="checkbox"],
.lead-generation-settings-modal .report-field-options .zend_form .input-group-sm > .input-group-btn > input[type="checkbox"][type="submit"],
.zend_form .lead-generation-settings-modal .report-field-options .input-group-sm > .input-group-btn > input[type="checkbox"][type="submit"],
.lead-generation-settings-modal .report-field-options .input-group-sm > .input-group-btn > .omnisearch__btn[type="checkbox"],
.lead-generation-settings-modal .report-field-options .login-panel__main #login-element .input-group-sm > .input-group-btn > input[type="checkbox"],
.login-panel__main #login-element .lead-generation-settings-modal .report-field-options .input-group-sm > .input-group-btn > input[type="checkbox"],
.lead-generation-settings-modal .report-field-options .input-group-sm > .input-group-btn > .competitor__add[type="checkbox"] {
  width: auto;
}

.lead-generation-settings-modal .report-field-options div {
  margin-top: 6px;
}

.lead-generation-settings-modal .report-field-options div label {
  width: 80px;
}

.lead-generation-settings-modal .overview-layout-editor .checkpoint.row.hostnames {
  font-weight: bold;
  font-size: 14px;
}

.lead-generation-settings-modal .overview-layout-editor .checkpoint.row.hostnames .hostname {
  line-height: 32px;
}

@media (min-width: 768px) {
  .lead-generation-panel-image {
    text-align: right;
  }
}

.lead-generation-preview {
  width: 400px;
  overflow: hidden;
  border: 1px solid black;
  float: none;
  margin: auto;
}

.orderable-table-head {
  cursor: pointer;
}

.information-panel.lead-generation-information {
  margin-top: 0;
}

.information-panel.lead-generation-information .information-panel-h1 {
  font-weight: bold;
}

.information-panel.lead-generation-information p {
  margin-bottom: 18px;
}

.lead-generation-information-row {
  margin-bottom: 25px;
}

.lead-generation-information-row .lead-generation-information-container {
  box-shadow: 0 0 6px #c7c7c7;
}

.lead-generation-information-row .lead-generation-information-container .information-panel-h1 {
  padding-bottom: 14px;
}

.lead-generation-information-row .lead-generation-information-container .recommendation {
  margin-bottom: 0;
  padding: 15px;
}

.lead-generation-help {
  margin-top: 20px;
  box-shadow: 0 0 6px #c7c7c7;
}

.lead-generation-help .lead-generation-help-title {
  background-color: whitesmoke;
  font-weight: bold;
  font-size: 21px;
  padding: 17px 15px;
  border-bottom: 1.5px solid #e6e6e6;
}

.lead-generation-help a {
  display: block;
  color: #000 !important;
  padding: 13px 15px;
  cursor: pointer;
  border-bottom: 1.5px solid #e6e6e6;
}

@media (min-width: 768px) {
  .lead-generation-information-row {
    display: flex;
    flex-wrap: wrap;
  }

  .lead-generation-information-container,
  .lead-generation-help-container {
    display: flex;
    flex-direction: column;
  }

  .lead-generation-information-container {
    overflow: hidden;
    position: relative;
  }

  .lead-generation-help {
    margin-top: 0;
  }
}

.white-text {
  color: #ffffff !important;
}

.inbound-widget-options {
  text-align: center;
}

.inbound-widget-options .widget-option {
  display: inline-block;
}

.inbound-preview-loading-spinner {
  margin: 30px auto;
}

.insites-brand {
  font-family: 'Mulish', sans-serif;
  background: #fcfdfe;
  color: #45515C;
}

.insites-brand .login-image-logo-container {
  top: 0;
  padding-top: 36px;
  left: 7%;
  position: absolute;
  width: 300px;
  background: #eaf0f7;
  z-index: 100;
}

.insites-brand .login-image-logo-container .login-image-logo {
  background-image: url(/images/insites-brand/dark-logo.svg);
  height: 27px !important;
  width: 143px !important;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 992px) {
  .insites-brand .login-image-logo-container {
    left: 24%;
    padding: 36px 20px 10px 20px;
    margin-left: -250px;
  }
}

.insites-brand .tool-screenshot-image-container {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -280px;
  height: 552px;
  width: 627px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .insites-brand .tool-screenshot-image-container {
    display: none;
  }
}

.insites-brand .login-panel__language-options {
  top: 30px;
  right: 30px;
}

.insites-brand .login-panel__language-options .btn,
.insites-brand .login-panel__language-options .zend_form input[type="submit"],
.zend_form .insites-brand .login-panel__language-options input[type="submit"],
.insites-brand .login-panel__language-options .omnisearch__btn,
.insites-brand .login-panel__language-options .login-panel__main #login-element input,
.login-panel__main #login-element .insites-brand .login-panel__language-options input,
.insites-brand .login-panel__language-options .competitor__add {
  border-radius: 20px;
  background: #EAF0F7;
  font-weight: bold;
  color: #45515C;
}

.insites-brand .login-panel__language-options .btn .flag-icon,
.insites-brand .login-panel__language-options .zend_form input[type="submit"] .flag-icon,
.zend_form .insites-brand .login-panel__language-options input[type="submit"] .flag-icon,
.insites-brand .login-panel__language-options .omnisearch__btn .flag-icon,
.insites-brand .login-panel__language-options .login-panel__main #login-element input .flag-icon,
.login-panel__main #login-element .insites-brand .login-panel__language-options input .flag-icon,
.insites-brand .login-panel__language-options .competitor__add .flag-icon {
  width: 24px;
  height: 15px;
  vertical-align: sub;
  margin-right: 5px;
}

.insites-brand .full-bg {
  background-image: url("/images/insites-brand/branded-background.png");
}

@media (min-width: 992px) {
  .insites-brand .full-bg {
    width: 50%;
    left: unset;
  }
}

@media (max-width: 991px) {
  .insites-brand .full-bg {
    display: none;
  }
}

@keyframes insitesLoginAnimation {
  0% {
    transform: translateY(-30%);
    opacity: 0;
  }

  100% {
    transform: translateY(-50%);
    opacity: 1;
  }
}

.insites-brand .login-panel {
  width: 500px;
  position: relative;
  top: 0;
  margin-top: 88px;
  animation: none;
  background: transparent !important;
}

@media (max-width: 767px) {
  .insites-brand .login-panel {
    margin-top: 0;
  }
}

@media (min-height: 796px) and (min-width: 768px) {
  .insites-brand .login-panel {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%);
    margin-top: 0 !important;
    animation: insitesLoginAnimation 1s;
  }
}

.insites-brand .login-panel__explain.error {
  background-color: #FBC606;
  color: #3A434C;
  padding: 20px;
  border-radius: 10px;
}

@media (min-width: 992px) {
  .insites-brand .login-panel,
  .insites-brand .brand_2019 .panel {
    left: 24%;
  }

  .insites-brand .login-panel {
    width: 440px;
    position: relative;
    top: 116px;
    left: 24%;
    margin: 0 0 0 -250px;
  }
}

.insites-brand .left-hand-panel {
  font-size: 14px;
  box-shadow: none;
}

.insites-brand .left-hand-panel .panel__top {
  text-align: left;
  background-color: transparent !important;
  padding: 20px 20px 0 20px;
}

.insites-brand .left-hand-panel .panel__top h1 {
  color: #39434C;
  font-size: 30px;
  font-weight: bold;
}

.insites-brand .left-hand-panel .login-verify:after {
  right: 130px !important;
  top: 27px !important;
}

.insites-brand .left-hand-panel .reset-password__main,
.insites-brand .left-hand-panel .auth-panel-main {
  padding: 10px 20px;
  margin-top: 0;
}

.insites-brand .left-hand-panel .reset-password__main .panel-secondary-help,
.insites-brand .left-hand-panel .auth-panel-main .panel-secondary-help {
  font-size: 20px;
  margin-bottom: 50px;
  line-height: 32px;
}

.insites-brand .left-hand-panel .reset-password__main label,
.insites-brand .left-hand-panel .auth-panel-main label {
  font-weight: normal;
}

.insites-brand .left-hand-panel .reset-password__main .reset-password__cancel,
.insites-brand .left-hand-panel .reset-password__main .new-password__cancel,
.insites-brand .left-hand-panel .auth-panel-main .reset-password__cancel,
.insites-brand .left-hand-panel .auth-panel-main .new-password__cancel {
  margin-top: 10px;
  position: initial;
  background: none;
  box-shadow: none;
  color: #F14B82;
  font-size: 14px;
  text-decoration: underline;
  width: 100%;
}

.insites-brand .left-hand-panel input[type=submit] {
  background: #F14B82;
  font-weight: bold;
  height: auto;
  width: 100%;
  font-size: 1.3em;
  padding: 15px 20px;
  margin: 14px 0;
  border-radius: 30px !important;
}

.insites-brand .left-hand-panel input[type=text] {
  font-weight: bold;
  height: 56px;
  left: 79px;
  top: 338px;
  background: #FFFFFF;
  border-radius: 10px;
  border: none;
  color: #F14B82 !important;
  letter-spacing: 0.5px;
}

.insites-brand .left-hand-panel input[type=text]:-webkit-autofill,
.insites-brand .left-hand-panel input[type=text]:-webkit-autofill:hover,
.insites-brand .left-hand-panel input[type=text]:-webkit-autofill:focus,
.insites-brand .left-hand-panel input[type=text]:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #FFFFFF inset !important;
  -webkit-text-fill-color: #F14B82 !important;
}

.insites-brand .left-hand-panel input[type=text]:focus {
  box-shadow: 0 0 10px #F14B82;
}

@media (max-width: 599px) {
  .insites-brand .login-panel {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -291px;
    margin-left: -250px;
  }
}

.insites-brand .login-panel__title,
.insites-brand .login-panel__explain {
  display: none;
}

.insites-brand .login-panel__title.error,
.insites-brand .login-panel__explain.error {
  display: block;
  margin: 18px;
}

.insites-brand .login-panel__top {
  text-align: left;
}

.insites-brand .login-panel__top .welcome-text {
  color: #39434C;
  font-size: 30px;
  font-weight: bold;
}

.insites-brand .login-panel__top .login-instruction-text {
  color: #39434C;
  font-size: 20px;
  line-height: 32px;
}

.insites-brand .login-panel__main {
  padding: 20px;
  margin-top: 24px;
}

.insites-brand .login-panel__main .form-group dt label {
  font-size: 14px;
  line-height: 26px;
}

.insites-brand .login-panel__main .form-group #username-element input,
.insites-brand .login-panel__main .form-group #password-element input,
.insites-brand .login-panel__main .form-group #passwordconfirm-element input {
  font-weight: bold;
  height: 56px;
  left: 79px;
  top: 338px;
  background: #FFFFFF;
  border-radius: 10px;
  border: none;
  color: #F14B82 !important;
  letter-spacing: 0.5px;
}

.insites-brand .login-panel__main .form-group #username-element input:-webkit-autofill,
.insites-brand .login-panel__main .form-group #username-element input:-webkit-autofill:hover,
.insites-brand .login-panel__main .form-group #username-element input:-webkit-autofill:focus,
.insites-brand .login-panel__main .form-group #username-element input:-webkit-autofill:active,
.insites-brand .login-panel__main .form-group #password-element input:-webkit-autofill,
.insites-brand .login-panel__main .form-group #password-element input:-webkit-autofill:hover,
.insites-brand .login-panel__main .form-group #password-element input:-webkit-autofill:focus,
.insites-brand .login-panel__main .form-group #password-element input:-webkit-autofill:active,
.insites-brand .login-panel__main .form-group #passwordconfirm-element input:-webkit-autofill,
.insites-brand .login-panel__main .form-group #passwordconfirm-element input:-webkit-autofill:hover,
.insites-brand .login-panel__main .form-group #passwordconfirm-element input:-webkit-autofill:focus,
.insites-brand .login-panel__main .form-group #passwordconfirm-element input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #FFFFFF inset !important;
  -webkit-text-fill-color: #F14B82 !important;
}

.insites-brand .login-panel__main .form-group #username-element input:focus,
.insites-brand .login-panel__main .form-group #password-element input:focus,
.insites-brand .login-panel__main .form-group #passwordconfirm-element input:focus {
  box-shadow: 0 0 10px #F14B82;
}

.insites-brand .login-panel__main #login-element:not(.clicked):after {
  font-family: 'Glyphicons Halflings';
  content: "\e080";
  margin-top: 4px;
  color: #fff;
  animation: none;
  opacity: 1;
  border: none;
}

.insites-brand .login-panel__main #login-element:after {
  transition: right 0ms, opacity 0ms ease-in;
  transition-delay: 0ms;
  right: 130px;
}

.insites-brand .login-panel__main #login-element input {
  border-radius: 25px;
  background: #F14B82;
  font-weight: bold;
  padding-right: 64px;
  height: auto;
}

.insites-brand .login-panel__main .login-panel__forgotten {
  text-align: left;
}

.insites-brand .login-panel__main .login-panel__forgotten a,
.insites-brand .login-panel__main .login-panel__forgotten a:visited {
  color: #F14B82;
  font-size: 14px;
  text-decoration: underline;
}

.insites-brand .login-panel__main .login-panel__forgotten a.help-link,
.insites-brand .login-panel__main .login-panel__forgotten a:visited.help-link {
  margin-left: 15px;
}

.insites-brand .login-panel__main .login-panel__sso {
  text-align: left;
  font-size: 14px;
  margin-top: 40px;
}

.insites-brand .login-panel__main .login-panel__sso .login-panel__sso-buttons {
  margin-top: 20px;
}

.insites-brand .login-panel__main .login-panel__sso .login-panel__sso-buttons .login-panel__sso-button a {
  border-radius: 24px;
  padding: 10px;
}

.insites-brand .login-panel__main .login-panel__sso .login-panel__sso-buttons .login-panel__sso-button a img {
  height: 30px;
  margin-top: 0;
}

.insites-brand .login-panel__main .login-panel__sso .login-panel__sso-buttons .login-panel__sso-button a span {
  display: none;
}

.insites-brand .login-panel__main .login-panel__sso .login-panel__sso-buttons .login-panel__sso-button a.login-panel__sso-buttons-office {
  background-color: #dd3c00;
}

.insites-brand .login-panel__main .login-panel__sso .login-panel__sso-buttons .login-panel__sso-button a.login-panel__sso-buttons-office img {
  height: 26px;
}

.insites-brand .login-panel__main .login-panel__sso .login-panel__sso-buttons .login-panel__sso-button a.login-panel__sso-buttons-google {
  background-color: #ffffff;
}

@media (max-width: 599px) {
  .insites-brand .panel.two-factor-auth {
    border-radius: 0;
  }

  .insites-brand .panel.two-factor-auth .login-panel__top {
    border-radius: 0;
  }
}

@media (min-width: 767px) {
  .insites-brand #login-element.login-verify input {
    padding-right: 54px;
  }
}

.insites-brand #login-element.login-verify:after {
  right: 170px;
}

.insites-brand .login-panel__language-options .dropdown-toggle {
  position: relative;
}

@media (max-width: 767px) {
  .insites-brand .login-image-logo-container {
    position: initial;
    margin-top: 56px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: block;
  }

  .insites-brand .login-image-logo-container .login-image-logo {
    margin: auto;
    height: 50px !important;
    width: 175px !important;
  }

  .insites-brand .login-panel {
    position: relative;
    top: 0;
    margin-top: 0;
    width: 100%;
    left: 0;
    margin-left: 0;
  }

  .insites-brand .login-panel__top,
  .insites-brand .login-panel__main .login-panel__forgotten,
  .insites-brand .login-panel__main .login-panel__sso {
    text-align: center;
  }

  .insites-brand .login-panel__main .login-panel__sso .login-panel__sso-buttons .login-panel__sso-button a {
    border-radius: 32px;
  }

  .insites-brand .login-panel__main .login-panel__sso .login-panel__sso-buttons .login-panel__sso-button a img {
    height: 42px;
  }

  .insites-brand .login-panel__main .login-panel__sso .login-panel__sso-buttons .login-panel__sso-button a.login-panel__sso-buttons-office img {
    height: 38px;
  }

  .insites-brand .login-panel__main #login-element:not(.clicked):after {
    display: none;
  }

  .insites-brand .login-panel__language-options {
    bottom: 0;
    top: auto;
    position: relative;
    width: 100%;
    text-align: center;
    right: 0;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .insites-brand .login-panel__language-options .btn,
  .insites-brand .login-panel__language-options .zend_form input[type="submit"],
  .zend_form .insites-brand .login-panel__language-options input[type="submit"],
  .insites-brand .login-panel__language-options .omnisearch__btn,
  .insites-brand .login-panel__language-options .login-panel__main #login-element input,
  .login-panel__main #login-element .insites-brand .login-panel__language-options input,
  .insites-brand .login-panel__language-options .competitor__add {
    border-radius: 20px;
    background: #39434C;
    color: #ffffff;
    font-weight: 600;
    box-shadow: none;
  }
}

.insites-brand .summary__title {
  overflow: unset;
}

.insites-brand .agent-header .contact-container img {
  border-radius: 100px;
}

.insites-brand .summary__header-wrapper {
  background: #39434C;
  padding: 2px 0;
}

.insites-brand .summary__header {
  background: #39434C;
  color: #ffffff;
}

.insites-brand .summary__header .alert .btn-primary,
.insites-brand .summary__header .omnisearch__result .error .btn-primary,
.omnisearch__result .insites-brand .summary__header .error .btn-primary,
.insites-brand .summary__header .omnisearch__error .btn-primary,
.insites-brand .summary__header .alert .zend_form input[type="submit"],
.zend_form .insites-brand .summary__header .alert input[type="submit"],
.insites-brand .summary__header .omnisearch__result .error .zend_form input[type="submit"],
.zend_form .insites-brand .summary__header .omnisearch__result .error input[type="submit"],
.omnisearch__result .insites-brand .summary__header .error .zend_form input[type="submit"],
.zend_form .omnisearch__result .insites-brand .summary__header .error input[type="submit"],
.insites-brand .summary__header .omnisearch__error .zend_form input[type="submit"],
.zend_form .insites-brand .summary__header .omnisearch__error input[type="submit"],
.insites-brand .summary__header .alert .competitor__add,
.insites-brand .summary__header .omnisearch__result .error .competitor__add,
.omnisearch__result .insites-brand .summary__header .error .competitor__add,
.insites-brand .summary__header .omnisearch__error .competitor__add {
  background: #F14B82;
}

.insites-brand .block-tabs {
  width: 100%;
}

.insites-brand .block-tabs li.tabs-overflow-menu-button {
  width: 4% !important;
}

.insites-brand .alert,
.insites-brand .omnisearch__result .error,
.omnisearch__result .insites-brand .error,
.insites-brand .omnisearch__error {
  background: rgba(251, 198, 4, 0.2);
  color: #45515C;
  margin-top: 30px;
  border-radius: 100px;
  box-shadow: none;
  padding: 20px 35px;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.insites-brand .alert img,
.insites-brand .omnisearch__result .error img,
.omnisearch__result .insites-brand .error img,
.insites-brand .omnisearch__error img {
  margin-right: 16px;
  display: inline-block;
  margin-top: -5px;
  width: 26px;
  height: 26px;
}

.insites-brand .alert .alert__icon,
.insites-brand .omnisearch__result .error .alert__icon,
.omnisearch__result .insites-brand .error .alert__icon,
.insites-brand .omnisearch__error .alert__icon {
  margin-right: 16px;
  margin-top: 0;
}

.insites-brand .portfolio-with-item {
  background: transparent;
}

@media (min-width: 768px) {
  .insites-brand .summary__tabs.block-tabs li {
    width: 13%;
  }

  .insites-brand .summary__topinfo {
    margin-right: 230px;
  }
}

@media (min-width: 992px) {
  .insites-brand .summary__topinfo {
    margin-right: 326px;
  }
}

.insites-brand .report-share-button-container {
  top: 24px;
  position: absolute;
  right: 16px;
  max-width: 230px;
  text-align: right;
}

@media (max-width: 767px) {
  .insites-brand .report-share-button-container {
    display: none;
  }
}

@media (min-width: 992px) {
  .insites-brand .report-share-button-container {
    max-width: 320px;
  }
}

.insites-brand .report-share-button-container .share-report-btn {
  height: 30px;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 18px;
}

.insites-brand .report-share-button-container .share-report-btn .fa-share {
  margin-right: 8px;
}

.insites-brand .report-share-button-container .report-extra-action {
  display: inline-block;
}

.insites-brand .report-share-button-container .report-extra-action a {
  background: #4A5864;
  color: #ffffff !important;
  padding: 0;
  border-radius: 31px;
  font-size: 12px;
  margin-left: 6px;
  text-align: center;
  display: inline-block;
  margin-top: 5px;
}

.insites-brand .report-share-button-container .report-extra-action a img {
  height: 30px;
}

.insites-brand .report-share-button-container .report-extra-action a:hover img {
  filter: brightness(88%);
}

.insites-brand .report-share-button-container .block-tabs__options {
  display: inline-block;
  margin-left: 10px;
}

.insites-brand .report-share-button-container .block-tabs__options a {
  color: #fff !important;
  vertical-align: sub;
  cursor: pointer;
}

.insites-brand .summary__header .summary__score-wrapper,
.insites-brand .summary__header .summary__topinfo .summary__title-label,
.insites-brand .summary__header .summary__topinfo .report-scheduler-open-container,
.insites-brand .summary__header .summary__topinfo .summary__retest {
  display: none;
}

.insites-brand .summary__header .summary__topinfo .alert,
.insites-brand .summary__header .summary__topinfo .omnisearch__result .error,
.omnisearch__result .insites-brand .summary__header .summary__topinfo .error,
.insites-brand .summary__header .summary__topinfo .omnisearch__error {
  margin-top: 24px;
}

.insites-brand .summary__header .progress {
  border-radius: 8px;
}

.insites-brand .summary__header .progress .progress-bar {
  background-color: #F14B82;
}

.insites-brand .summary__header .summary__topinfo .summary__title .summary__title-value {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  max-height: 104px;
  max-width: 100%;
  word-break: normal;
  white-space: normal;
  height: auto;
  padding-bottom: 6px;
}

.insites-brand .summary-business-details {
  display: block;
  position: relative;
}

.insites-brand .summary-business-details a {
  color: #ffffff !important;
  text-decoration: underline;
}

.insites-brand .summary-business-details .details-separator {
  margin: 0 10px;
}

@media (max-width: 767px) {
  .insites-brand .summary-business-details .details-separator {
    display: none;
  }

  .insites-brand .summary-business-details .business-detail {
    display: block;
    margin: 8px 0;
  }

  .insites-brand .summary-business-details .edit-details-link {
    position: absolute;
    right: 10px;
    top: 0;
  }
}

.insites-brand .summary-business-details .settings-link-action {
  font-size: 11px;
  margin-left: 10px;
}

.insites-brand .summary__header .edit-details-link .fa-pencil {
  height: 14px;
  width: 14px;
  background-size: contain;
  background: url("/images/insites-brand/pencil-light.png") no-repeat center;
}

.insites-brand .summary__header .edit-details-link .fa-pencil:before {
  display: none;
}

.insites-brand .nav.nav-tabs.summary__options,
.insites-brand .summary__options.block-tabs {
  display: none;
}

.insites-brand .insites-report-tabs-desktop {
  display: none;
  position: absolute;
  right: 15px;
  top: 0;
  border: 0 none;
}

.insites-brand .insites-report-tabs-desktop .share-report-btn .fa {
  margin-right: 4px;
  padding: 7px;
  border-radius: 14px;
  font-size: 12px;
  background-color: rgba(61, 32, 32, 0.2);
}

.insites-brand .insites-report-tabs-desktop .share-report-btn,
.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-btn {
  border-radius: 6px 6px 0 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  height: 42px;
  padding: 10px 24px;
  font-weight: 600;
  background: #F14B82;
}

.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-btn {
  padding: 0 15px;
  background-color: #576169;
}

.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-btn:hover {
  background-color: #4b545c;
}

.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-btn .glyphicon-option-horizontal {
  font-size: 18px;
  vertical-align: middle;
  color: #ffffff;
}

.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-menu {
  background-color: #39434C;
  padding: 0;
  min-width: 236px;
  left: -62px;
}

.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-menu:before {
  background: #39434C;
  right: 20px;
  left: auto;
  z-index: -1;
}

.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-menu ul li {
  padding: 10px 20px;
  cursor: pointer;
}

.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-menu ul li:first-of-type {
  border-radius: 4px 4px 0 0;
}

.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-menu ul li:last-of-type {
  border-radius: 0 0 4px 4px;
}

.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-menu ul li:hover {
  background-color: #4b545c;
}

.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-menu ul li a {
  color: #ffffff;
}

.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-menu ul li a i,
.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-menu ul li a .salesforce-btn__icon {
  float: left;
  padding: 4px 18px 0 0;
}

.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-menu ul li a i.crankwheel-icon,
.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-menu ul li a .salesforce-btn__icon,
.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-menu ul li a i.fa-arrows-alt,
.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-menu ul li a i.fa-bug,
.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-menu ul li a i.fa-cogs {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -3px;
  margin-right: 18px;
}

.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-menu ul li a i.crankwheel-icon:before,
.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-menu ul li a .salesforce-btn__icon:before,
.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-menu ul li a i.fa-arrows-alt:before,
.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-menu ul li a i.fa-bug:before,
.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-menu ul li a i.fa-cogs:before {
  display: none;
}

.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-menu ul li a i.crankwheel-icon {
  background-image: url("/images/insites-brand/report-menu-icons/crankwheel.png");
}

.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-menu ul li a i.fa-arrows-alt {
  background-image: url("/images/insites-brand/report-menu-icons/full-screen.png");
}

.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-menu ul li a i.fa-bug {
  background-image: url("/images/insites-brand/report-menu-icons/bug-report.png");
}

.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-menu ul li a i.fa-cogs {
  background-image: url("/images/insites-brand/report-menu-icons/settings.png");
}

.insites-brand .insites-report-tabs-desktop .report-tabs-dropdown-menu ul li a .salesforce-btn__icon {
  background-image: url("/images/insites-brand/report-menu-icons/salesforce.png");
}

@media (max-width: 767px) {
  .insites-brand .insites-report-tabs-desktop {
    display: none;
  }
}

.insites-brand .summary__navbar.dark-bg,
.insites-brand .block-tabs-wrapper {
  background: #39434C;
  height: 42px;
}

.insites-brand .nav.nav-tabs li > a,
.insites-brand .block-tabs li > a,
.insites-brand .block-tabs li > a,
.insites-brand .nav.nav-tabs li > a:visited,
.insites-brand .block-tabs li > a:visited,
.insites-brand .block-tabs li > a:visited {
  background-color: #576169;
  color: #ffffff;
}

.insites-brand .nav.nav-tabs li > a:hover,
.insites-brand .block-tabs li > a:hover,
.insites-brand .block-tabs li > a:hover,
.insites-brand .nav.nav-tabs li > a:visited:hover,
.insites-brand .block-tabs li > a:visited:hover,
.insites-brand .block-tabs li > a:visited:hover {
  background-color: #4b545c;
}

.insites-brand .block-tabs li.tabs-overflow-menu-button .tabs-overflow-button {
  background-color: #576169;
}

.insites-brand .block-tabs li.tabs-overflow-menu-button .tabs-overflow-button:hover {
  background-color: #4b545c;
}

.insites-brand .block-tabs li.tabs-overflow-menu-button .tabs-overflow-button .glyphicon-option-horizontal {
  color: #ffffff;
  font-size: 18px;
  vertical-align: middle;
}

.insites-brand .block-tabs li.active > a,
.insites-brand .block-tabs li.active > a:visited,
.insites-brand .block-tabs li.active > a:hover,
.insites-brand .block-tabs li.active > a:focus {
  color: #39434C;
  background: #fafafa;
}

.insites-brand .block-tabs li.active > a:hover,
.insites-brand .block-tabs li.active > a:visited:hover,
.insites-brand .block-tabs li.active > a:hover:hover,
.insites-brand .block-tabs li.active > a:focus:hover {
  background-color: #fafafa;
}

.insites-brand .block-tabs li.tabs-overflow-menu-button .overflow-dropdown-menu {
  background: #39434C;
  left: -139px;
  border-radius: 4px;
  margin-top: 10px;
}

.insites-brand .block-tabs li.tabs-overflow-menu-button .overflow-dropdown-menu:before {
  background: #39434C;
  right: 20px;
  left: auto;
  z-index: -1;
  content: " ";
}

.insites-brand .block-tabs li.tabs-overflow-menu-button .overflow-dropdown-menu .overflow-tab-item {
  background: #39434C;
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  padding: 10px 20px !important;
  margin: 0;
}

.insites-brand .block-tabs li.tabs-overflow-menu-button .overflow-dropdown-menu .overflow-tab-item:first-of-type {
  border-radius: 4px 4px 0 0;
}

.insites-brand .block-tabs li.tabs-overflow-menu-button .overflow-dropdown-menu .overflow-tab-item:last-of-type {
  border-radius: 0 0 4px 4px;
}

.insites-brand .block-tabs li.tabs-overflow-menu-button .overflow-dropdown-menu .overflow-tab-item:hover {
  background-color: #4b545c;
}

@media (min-width: 768px) {
  .insites-brand .block-tabs li.tabs-overflow-menu-button .tabs-overflow-button {
    border-radius: 6px 6px 0 0;
  }

  .insites-brand .nav.nav-tabs li > a,
  .insites-brand .block-tabs li > a,
  .insites-brand .block-tabs li > a,
  .insites-brand .nav.nav-tabs li > a:visited,
  .insites-brand .block-tabs li > a:visited,
  .insites-brand .block-tabs li > a:visited {
    border-radius: 6px 6px 0 0;
    margin: 1px;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    max-height: 42px;
    padding-top: 11px !important;
  }

  .insites-brand .block-tabs li.active > a,
  .insites-brand .block-tabs li.active > a:visited,
  .insites-brand .block-tabs li.active > a:hover,
  .insites-brand .block-tabs li.active > a:focus {
    border-top: 6px solid #F14B82;
    margin-top: -7px;
    height: 49px;
    max-height: 49px;
    font-weight: 600;
    padding-top: 12px !important;
  }

  .insites-brand .block-tabs li.tabs-overflow-menu-button .overflow-dropdown-menu .overflow-tab-item.active {
    border-top: 3px solid #F14B82;
    background: #39434C;
  }
}

.insites-brand .summary__tabs.fixed-bottom .dropdown-menu {
  background: #576169 !important;
}

.insites-brand .summary__tabs.fixed-bottom li a .text-label {
  overflow: hidden;
  max-height: 22px;
  display: block;
  line-height: normal;
}

@media (max-width: 767px) {
  .insites-brand .summary__tabs.fixed-bottom {
    z-index: 1000;
  }

  .insites-brand .summary__tabs.fixed-bottom li.active > a,
  .insites-brand .summary__tabs.fixed-bottom li.active > a:visited,
  .insites-brand .summary__tabs.fixed-bottom li.active > a:hover,
  .insites-brand .summary__tabs.fixed-bottom li.active > a:focus {
    background-color: #F14B82;
    border-top: 0;
    color: #ffffff;
  }

  .insites-brand .summary__tabs.fixed-bottom .tabdrop > a > .glyphicon,
  .insites-brand .summary__tabs.fixed-bottom .nav-sidebar--with-nested .tabdrop > a > .expander-icon,
  .nav-sidebar--with-nested .insites-brand .summary__tabs.fixed-bottom .tabdrop > a > .expander-icon,
  .insites-brand .summary__tabs.fixed-bottom .nav-sidebar--with-nested .tabdrop > a > .expander-icon,
  .insites-brand .nav-sidebar--with-nested .summary__tabs.fixed-bottom .tabdrop > a > .expander-icon,
  .insites-brand .summary__tabs.fixed-bottom .tabdrop > a > .fa {
    color: #ffffff;
  }

  .insites-brand .summary__tabs.fixed-bottom .dropdown-menu {
    background: #576169;
  }

  .insites-brand .summary__tabs.fixed-bottom .dropdown-menu li a {
    color: #ffffff;
    text-align: left;
    padding: 4px !important;
  }

  .insites-brand .summary__tabs.fixed-bottom .dropdown-menu li a:visited {
    color: #ffffff;
  }

  .insites-brand .summary__tabs.fixed-bottom .dropdown-menu:before {
    background: #576169;
  }

  .insites-brand .summary__tabs.fixed-bottom .tabdrop.open {
    background: #576169;
  }

  .insites-brand .summary__header .summary__topinfo .summary__title .summary__title-value {
    max-height: 100px;
    max-width: 100%;
    word-break: normal;
    white-space: normal;
    height: auto;
  }
}

@media (max-width: 767px) {
  .insites-brand.report-view .intercom-lightweight-app-launcher {
    right: 5px;
    bottom: 75px;
  }
}

@media (min-width: 992px) {
  .insites-brand .summary__sidebar {
    float: left;
  }
}

.insites-brand #mobile-screenshots,
.insites-brand #mobile-screenshots-portfolio {
  overflow: visible;
  position: relative;
}

.insites-brand .summary__score {
  left: auto;
  right: auto;
  margin-left: -20px;
  z-index: 100;
}

.insites-brand .tablet-screenshot {
  background-image: url(/images/insites-brand/desktop-background.svg);
  padding: 12px 0 0 13px;
  height: 257px;
  width: 302px;
  margin-top: 28px;
  margin-left: 18px;
}

.insites-brand .tablet-screenshot a,
.insites-brand .tablet-screenshot .screenshot-image-container {
  height: 148px;
  width: 275px;
  display: block;
  overflow: hidden;
}

.insites-brand .tablet-screenshot a img,
.insites-brand .tablet-screenshot .screenshot-image-container img {
  float: left;
  width: 100%;
}

.insites-brand .mobile-screenshot {
  background-image: url(/images/insites-brand/mobile-background.svg);
  margin-top: -202px;
  margin-left: 233px;
  height: 221px;
  width: 100px;
  padding-top: 49px;
}

.insites-brand .summary-overview__detail {
  display: none;
}

@media (max-width: 991px) {
  .insites-brand .summary__sidebar {
    float: none;
    margin-bottom: 20px;
  }

  .insites-brand .mobile-screenshot {
    padding: 50px 10px;
    height: 226px;
  }
}

@media (max-width: 991px) and (min-width: 374px) {
  .insites-brand .mobile-screenshot {
    margin-left: -102px;
  }
}

@media (max-width: 991px) {
  .insites-brand .mobile-screenshot img {
    height: 160px;
  }
}

.insites-brand .business-audit-info {
  color: #39434C;
  font-size: 15px;
  font-weight: 600;
  margin-top: 30px;
}

.insites-brand .business-audit-info .percentilebox {
  border-bottom: 0;
  background: #E2E7EF;
  padding: 24px;
  text-align: left;
  border-radius: 6px;
  margin: 50px auto 10px;
}

.insites-brand .business-audit-info .percentilebox .percentileHeadline {
  font-size: 14px;
  font-weight: 600;
}

.insites-brand .business-audit-info .percentilebox .btn,
.insites-brand .business-audit-info .percentilebox .zend_form input[type="submit"],
.zend_form .insites-brand .business-audit-info .percentilebox input[type="submit"],
.insites-brand .business-audit-info .percentilebox .omnisearch__btn,
.insites-brand .business-audit-info .percentilebox .login-panel__main #login-element input,
.login-panel__main #login-element .insites-brand .business-audit-info .percentilebox input,
.insites-brand .business-audit-info .percentilebox .competitor__add {
  display: none;
}

.insites-brand .business-audit-info .percentilebox .btn-insites-brand {
  color: #F14B82;
  background: none;
  box-shadow: none;
  padding: 0;
  margin-top: 13px;
  text-decoration: underline;
  font-size: 14px;
  float: none !important;
  display: block;
  text-align: left;
}

.insites-brand .business-audit-info .percentilebox .percent-value {
  display: none;
}

.insites-brand .business-audit-info .percentilebox .percent-value-insites {
  display: inline-block;
  background: url(/images/insites-brand/percentile-score.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 23%;
  border-radius: 36px;
  padding: 21px 0;
  text-align: center;
  height: 70px;
  color: #ffffff;
  font-size: 19px;
  vertical-align: top;
  line-height: 26px;
}

.insites-brand .business-audit-info .percentilebox .percent-text {
  width: 72%;
  display: inline-block;
  padding: 0 12px;
  vertical-align: top;
}

.insites-brand .business-audit-info .report-progress-bar .progress {
  margin: 20px 5px;
  box-shadow: none;
  border-radius: 10px;
  background-color: #e2e7ef;
  height: 14px;
}

.insites-brand .business-audit-info .report-progress-bar .progress .progress-bar {
  box-shadow: none;
  border-radius: 10px;
  background-color: #F14B82;
}

.insites-brand .business-audit-info .updating-analysis-message {
  font-size: 13px;
  font-weight: 600;
}

.insites-brand .business-audit-info .updating-analysis-message .glyphicon-repeat {
  color: #F14B82;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 8px;
  font-weight: bold;
}

.insites-brand .business-audit-info .alert,
.insites-brand .business-audit-info .omnisearch__result .error,
.omnisearch__result .insites-brand .business-audit-info .error,
.insites-brand .business-audit-info .omnisearch__error {
  margin-top: 20px;
}

@media (max-width: 549px) {
  .insites-brand .business-audit-info .alert .btn-primary,
  .insites-brand .business-audit-info .omnisearch__result .error .btn-primary,
  .omnisearch__result .insites-brand .business-audit-info .error .btn-primary,
  .insites-brand .business-audit-info .omnisearch__error .btn-primary,
  .insites-brand .business-audit-info .alert .zend_form input[type="submit"],
  .zend_form .insites-brand .business-audit-info .alert input[type="submit"],
  .insites-brand .business-audit-info .omnisearch__result .error .zend_form input[type="submit"],
  .zend_form .insites-brand .business-audit-info .omnisearch__result .error input[type="submit"],
  .omnisearch__result .insites-brand .business-audit-info .error .zend_form input[type="submit"],
  .zend_form .omnisearch__result .insites-brand .business-audit-info .error input[type="submit"],
  .insites-brand .business-audit-info .omnisearch__error .zend_form input[type="submit"],
  .zend_form .insites-brand .business-audit-info .omnisearch__error input[type="submit"],
  .insites-brand .business-audit-info .alert .competitor__add,
  .insites-brand .business-audit-info .omnisearch__result .error .competitor__add,
  .omnisearch__result .insites-brand .business-audit-info .error .competitor__add,
  .insites-brand .business-audit-info .omnisearch__error .competitor__add {
    margin: 20px auto 0;
  }
}

.insites-brand .report-actions-buttons {
  margin-top: 20px;
}

.insites-brand .report-actions-buttons .retest-button,
.insites-brand .report-actions-buttons .report-scheduler-open {
  display: inline-block;
  padding: 10px 25px;
  font-weight: 600;
  box-shadow: none;
  letter-spacing: 0.5px;
  width: 49%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .insites-brand .report-actions-buttons .retest-button,
  .insites-brand .report-actions-buttons .report-scheduler-open {
    margin: 5px 0;
    width: 100%;
    border-radius: 18px !important;
  }
}

.insites-brand .report-actions-buttons .report-actions-button-icon {
  height: 14px;
  margin-right: 4px;
  margin-bottom: -2px;
}

.insites-brand .report-actions-buttons .report-scheduler-open {
  border-radius: 0 18px 18px 0;
  margin-left: -2px;
  color: #ffffff;
  background: #39434C;
}

.insites-brand .report-actions-buttons .report-scheduler-open .report-actions-button-icon {
  margin-right: 0;
  height: 21px;
  margin-bottom: -6px;
}

.insites-brand .report-actions-buttons .report-scheduler-open:hover {
  background: #2E373F;
}

.insites-brand .report-actions-buttons .report-scheduler-open .report-scheduler-icon-set {
  height: 17px;
  vertical-align: text-top;
  margin-left: 2px;
}

.insites-brand .report-actions-buttons #next-schedule-text {
  display: none;
  font-size: 13px;
  margin-top: 13px;
}

.insites-brand .report-actions-buttons #next-schedule-text.show-next-schedule {
  display: block;
}

.insites-brand .report-actions-buttons #next-schedule-text .edit-schedule-link {
  color: #F14B82;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 4px;
}

.insites-brand .report-actions-buttons .retest-button {
  color: #ffffff;
  background: #F14B82;
  border-radius: 18px 0 0 18px;
  margin-right: -1px;
}

.insites-brand .report-actions-buttons .retest-button.without-schedule {
  border-radius: 18px;
  margin-right: 0;
}

.insites-brand .summary-table__title {
  background: #39434c;
  margin-bottom: 0;
  color: #ffffff;
  padding: 9px 18px !important;
  height: 44px;
  font-weight: normal;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px 6px 0 0;
  text-transform: none;
}

.insites-brand .summary-table__title .section-summary__hide-btn {
  color: #ffffff;
  line-height: 27px;
}

.insites-brand .summary-table__title .section-summary__hide-btn:hover {
  color: #ffffff;
}

.insites-brand .summary-table__title .summary__score {
  position: relative;
  float: right;
  top: -1px;
}

.insites-brand .summary-table__title .summary__score .minified-radial-score-container {
  padding-right: 0;
}

.insites-brand .summary-table__title .summary__score .minified-radial-score-container .radial-progress__percentage-minified.radial-minified-score {
  margin: 0 4px 0 0;
}

.insites-brand .summary-table__title .glyphicon,
.insites-brand .summary-table__title .nav-sidebar--with-nested .expander-icon,
.nav-sidebar--with-nested .insites-brand .summary-table__title .expander-icon {
  margin-right: 18px;
  margin-left: 2px;
}

.insites-brand .summary-table__wrapper .summary-table {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.11);
  border-radius: 0 0 5px 5px;
}

.insites-brand .section-summary__hide-btn.with-score {
  margin-right: 12px;
  margin-top: 0;
}

.insites-brand .test-summary__main {
  padding: 12px 10px;
  font-weight: 600;
  color: #45515C;
}

.insites-brand .test-summary__main .test-summary__icon {
  width: 18px;
  margin-right: 18px;
  margin-left: 8px;
}

.insites-brand .test-summary__main .test-summary__content {
  max-width: 42%;
}

.insites-brand .test-summary__label {
  padding: 2px 2px 0 0;
}

.insites-brand .test-summary__undo-msg {
  padding: 11px 20px;
}

.insites-brand .test-summary {
  border-top: 1px solid #f0f0f0;
}

.insites-brand .hidden-tests {
  z-index: 200;
}

.insites-brand .hidden-tests__restore-btn {
  padding: 4px 10px !important;
}

.insites-brand .hidden-tests__restore-btn:hover {
  background-color: #F14B82 !important;
}

.insites-brand .selection-wrapper {
  margin-top: 0;
}

.insites-brand .bug-report-on .summary-table__title .summary__score {
  z-index: 0;
}

.insites-brand .bug-report-on .report-actions-buttons .retest-button,
.insites-brand .bug-report-on .report-actions-buttons .report-scheduler-open,
.insites-brand .bug-report-on .percentilebox {
  opacity: 0.5;
}

.insites-brand .report-progress-bar.sf-report-progress .progress {
  margin: 20px 0;
  box-shadow: none;
  border-radius: 10px;
  background-color: #e2e7ef;
  height: 14px;
}

.insites-brand .report-progress-bar.sf-report-progress .progress .progress-bar {
  box-shadow: none;
  border-radius: 10px;
  background-color: #F14B82;
}

@media (min-width: 769px) {
  .insites-brand .report-progress-bar.sf-report-progress {
    display: none;
  }
}

.insites-brand .share-download__btn:after {
  top: 14px;
}

.insites-brand .percentileScore {
  background-color: #fff;
}

.insites-brand .report-page .nav-sidebar li a {
  padding-left: 50px;
}

.insites-brand .nav-sidebar {
  background: #39434C;
  border-radius: 6px;
  overflow: hidden;
}

.insites-brand .nav-sidebar li.selected a,
.insites-brand .nav-sidebar li a:hover,
.insites-brand .nav-sidebar li a:focus {
  background-color: #2d363e;
}

.insites-brand .nav-sidebar li a {
  color: #fff;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #54636E !important;
}

.insites-brand .nav-sidebar li .score-icon,
.insites-brand .nav-sidebar li .icon-good,
.insites-brand .nav-sidebar li .icon-bad,
.insites-brand .nav-sidebar li .icon-info {
  left: 16px;
}

.insites-brand .nav-sidebar li.info .score-icon,
.insites-brand .nav-sidebar li.info .icon-good,
.insites-brand .nav-sidebar li.info .icon-bad,
.insites-brand .nav-sidebar li.info .icon-info {
  background-image: url("/images/insites-brand/point-info.png");
}

.insites-brand .nav-sidebar li.warning .score-icon,
.insites-brand .nav-sidebar li.warning .icon-good,
.insites-brand .nav-sidebar li.warning .icon-bad,
.insites-brand .nav-sidebar li.warning .icon-info {
  background-image: url("/images/insites-brand/point-warning.png");
}

.insites-brand .nav-sidebar li.bad .score-icon,
.insites-brand .nav-sidebar li.bad .icon-good,
.insites-brand .nav-sidebar li.bad .icon-bad,
.insites-brand .nav-sidebar li.bad .icon-info {
  background-image: url("/images/insites-brand/point-bad.png");
}

.insites-brand .nav-sidebar li.good .score-icon,
.insites-brand .nav-sidebar li.good .icon-good,
.insites-brand .nav-sidebar li.good .icon-bad,
.insites-brand .nav-sidebar li.good .icon-info {
  background-image: url("/images/insites-brand/point-good-2.png");
}

@media (min-width: 768px) {
  .insites-brand .report-page .main--with-sidebar {
    width: 74%;
  }

  .insites-brand .report-page .sidebar--report {
    width: 26%;
    padding-right: 5px;
  }
}

.insites-brand .dismiss-button {
  border-radius: 20px;
}

.insites-brand .test-layout-wrapper {
  position: relative;
  border-radius: 10px;
  color: #45515C;
}

.insites-brand .test-layout-wrapper .btn,
.insites-brand .test-layout-wrapper .zend_form input[type="submit"],
.zend_form .insites-brand .test-layout-wrapper input[type="submit"],
.insites-brand .test-layout-wrapper .omnisearch__btn,
.insites-brand .test-layout-wrapper .login-panel__main #login-element input,
.login-panel__main #login-element .insites-brand .test-layout-wrapper input,
.insites-brand .test-layout-wrapper .competitor__add {
  font-weight: bold;
}

.insites-brand .test-layout-wrapper .three-box-container {
  margin-bottom: 0;
}

.insites-brand .test-layout-wrapper .report-result,
.insites-brand .test-layout-wrapper .recommendation {
  margin-top: 30px;
  padding: 30px 70px;
  border: 0;
  box-shadow: 0 6px 40px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
  border-radius: 5px;
  background: #fff !important;
}

.insites-brand .test-layout-wrapper .report-result .report-result__title,
.insites-brand .test-layout-wrapper .recommendation .report-result__title {
  font-size: 18px;
  font-weight: bold;
}

.insites-brand .test-layout-wrapper .report-result .report-result__title:before,
.insites-brand .test-layout-wrapper .recommendation .report-result__title:before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: ' ';
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-left: -40px;
  position: absolute;
  padding: 13px;
  border-radius: 40px;
  margin-top: -3px;
}

.insites-brand .test-layout-wrapper .report-result.result-warn .report-result__title:before,
.insites-brand .test-layout-wrapper .result-warn.recommendation .report-result__title:before {
  background-image: url("/images/insites-brand/result-warning.png");
}

.insites-brand .test-layout-wrapper .report-result.result-bad .report-result__title:before,
.insites-brand .test-layout-wrapper .result-bad.recommendation .report-result__title:before {
  background-image: url("/images/insites-brand/point-bad.png");
}

.insites-brand .test-layout-wrapper .report-result ul,
.insites-brand .test-layout-wrapper .recommendation ul {
  padding: 0 0 0 18px;
}

.insites-brand .test-layout-wrapper .report-result ul li,
.insites-brand .test-layout-wrapper .recommendation ul li {
  padding: 4px 8px;
  font-size: 13px;
}

.insites-brand .test-layout-wrapper .recommendations-wrapper {
  margin-top: 30px;
  padding: 20px 77px;
  box-shadow: 0 6px 40px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
  border-radius: 5px;
}

.insites-brand .test-layout-wrapper .recommendations-wrapper h3:before {
  background-image: url(/images/insites-brand/detail-recommendation-icon.png);
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F14B82;
  content: ' ';
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-left: -42px;
  position: absolute;
  padding: 13px;
  border-radius: 40px;
  margin-top: -3px;
}

.insites-brand .test-layout-wrapper .metric-boxes {
  margin-bottom: 0;
}

.insites-brand .test-layout-wrapper .descriptor {
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: none;
  font-size: 18px;
  font-weight: bold;
  padding: 24px 36px;
  line-height: 1.50em;
  color: #ffffff;
}

.insites-brand .test-layout-wrapper .descriptor.descriptor--bad {
  background: #FD4560;
}

.insites-brand .test-layout-wrapper .descriptor.descriptor--good {
  background: #00BC9B;
}

.insites-brand .test-layout-wrapper .descriptor.descriptor--info {
  background: #8a8989;
}

.insites-brand .test-layout-wrapper .descriptor span {
  vertical-align: middle;
  display: inline-block;
  max-width: 90%;
}

.insites-brand .test-layout-wrapper .descriptor .icon-good,
.insites-brand .test-layout-wrapper .descriptor .icon-bad,
.insites-brand .test-layout-wrapper .descriptor .icon-info {
  position: relative;
  margin-right: 10px;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
}

.insites-brand .test-layout-wrapper .descriptor .icon-good {
  background-image: url("/images/insites-brand/descriptor-icon-good.png");
}

.insites-brand .test-layout-wrapper .descriptor .icon-bad {
  background-image: url("/images/insites-brand/descriptor-icon-bad.png");
}

.insites-brand .test-layout-wrapper .descriptor .icon-info {
  background-image: url("/images/insites-brand/descriptor-icon-info.png");
}

.insites-brand .test-layout-wrapper .test-block-wrapper {
  background: #ffffff;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .test-detail-main-wrapper {
  border-radius: 0 0 10px 10px;
  box-shadow: 0 6px 40px -6px rgba(24, 39, 75, 0.12), 0 8px 24px -4px rgba(24, 39, 75, 0.08);
  padding: 0 36px 0 36px;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .test-detail-main-wrapper .mobile-screenshot {
  margin-left: 0;
  width: 168px;
  margin-bottom: 33px;
  height: 400px;
  padding: 13.55% 0.75%;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .test-detail-main-wrapper .mobile-screenshot img {
  width: 98%;
  margin-left: 1%;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .test-detail-main-wrapper .custom-elements > * {
  padding-top: 30px;
  padding-bottom: 30px;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .test-detail-main-wrapper .custom-elements .google-listing-link {
  padding: 30px 0 0;
  text-align: right;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .test-detail-main-wrapper .well,
.insites-brand .test-layout-wrapper .test-block-wrapper .test-detail-main-wrapper .share-url__url,
.insites-brand .test-layout-wrapper .test-block-wrapper .test-detail-main-wrapper .explainer,
.insites-brand .test-layout-wrapper .test-block-wrapper .test-detail-main-wrapper .descriptor {
  box-shadow: none;
  padding: 14px 32px;
  background: #f6f8fa;
  margin: 0 -38px;
  border-radius: 0;
  font-weight: 500;
  text-align: center;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable-local-presence,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements disavow-datatable {
  display: block;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable h4,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable-local-presence h4,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements disavow-datatable h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 20px 24px;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable h4 table tr th,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable-local-presence h4 table tr th,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements disavow-datatable h4 table tr th {
  font-weight: 600;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable .settings-button-text,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable-local-presence .settings-button-text,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements disavow-datatable .settings-button-text {
  text-align: right;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable .settings-button-text a,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable-local-presence .settings-button-text a,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements disavow-datatable .settings-button-text a {
  float: none !important;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable .datatable,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable-local-presence .datatable,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements disavow-datatable .datatable {
  margin-left: -36px;
  margin-right: -36px;
  font-size: 13px;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable .datatable .local-reference-details,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable-local-presence .datatable .local-reference-details,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements disavow-datatable .datatable .local-reference-details {
  background: transparent;
  border-bottom: 1px solid #EBEBEB;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable .datatable .local-reference-details td,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable-local-presence .datatable .local-reference-details td,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements disavow-datatable .datatable .local-reference-details td {
  padding: 0 8px 20px !important;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable .datatable table,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable-local-presence .datatable table,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements disavow-datatable .datatable table {
  margin-bottom: 0;
  box-shadow: none;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable .datatable table .tableCheckmark,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable-local-presence .datatable table .tableCheckmark,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements disavow-datatable .datatable table .tableCheckmark {
  width: 26px;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable .datatable table .label,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable-local-presence .datatable table .label,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements disavow-datatable .datatable table .label {
  margin-left: 10px;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable .datatable th,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable-local-presence .datatable th,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements disavow-datatable .datatable th {
  border: none;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable .datatable th,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable .datatable td,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable-local-presence .datatable th,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable-local-presence .datatable td,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements disavow-datatable .datatable th,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements disavow-datatable .datatable td {
  padding: 14px 8px;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable .datatable th.spacer,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable .datatable td.spacer,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable-local-presence .datatable th.spacer,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable-local-presence .datatable td.spacer,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements disavow-datatable .datatable th.spacer,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements disavow-datatable .datatable td.spacer {
  padding: 0;
  width: 55px;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable .datatable tbody tr:nth-child(odd),
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable-local-presence .datatable tbody tr:nth-child(odd),
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements disavow-datatable .datatable tbody tr:nth-child(odd) {
  background-color: #F6F8FA;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable .datatable tbody tr td,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable-local-presence .datatable tbody tr td,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements disavow-datatable .datatable tbody tr td {
  border: none;
  vertical-align: middle;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable .datatable .datatable-footnote,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements datatable-local-presence .datatable .datatable-footnote,
.insites-brand .test-layout-wrapper .test-block-wrapper .custom-elements disavow-datatable .datatable .datatable-footnote {
  margin: 20px 0 0;
  text-align: center;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .mobile-tick-boxes .tick-box-title {
  margin-bottom: 5px;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .descriptor {
  display: none;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .test__title {
  visibility: hidden;
  display: none;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .explainer-v2-image-container.insites-explainer img {
  height: 180px;
  max-height: 180px;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .explainer-v2 {
  background: #F6F8FA;
  color: #45515C;
  border-radius: 0 0 5px 5px;
  padding: 30px 70px;
  margin: 0 -36px 0 -36px;
  box-shadow: none;
  position: relative;
}

@media (min-width: 992px) {
  .insites-brand .test-layout-wrapper .test-block-wrapper .explainer-v2 .explainer-v2-text-container {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    padding-right: 58px;
  }
}

.insites-brand .test-layout-wrapper .test-block-wrapper .explainer-v2 .explainer-v2-text-container h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 17px;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .explainer-v2 .explainer-v2-text-container p {
  font-size: 14px;
}

@media (min-width: 992px) {
  .insites-brand .test-layout-wrapper .test-block-wrapper .explainer-v2 .explainer-v2-image-container {
    float: right;
  }
}

@media (max-width: 991px) {
  .insites-brand .test-layout-wrapper .test-block-wrapper .explainer-v2 .explainer-v2-image-container {
    margin-top: 15px;
  }
}

.insites-brand .test-layout-wrapper .test-block-wrapper .test__help-link {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  top: 0;
  right: 0;
  padding: 7px 14px 0 0;
  height: 74px;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .test__help-link .hide-test-button {
  color: #fff;
  width: 20px;
  text-align: right;
  display: none;
  float: right;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .test__help-link .find-out-more-text {
  margin-left: 0;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .test__help-link:hover .hide-test-button {
  display: block;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .test__title {
  font-size: 18px;
  font-weight: bold;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .descriptor {
  background: #f6f6f6;
  box-shadow: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .descriptor .icon-bad,
.insites-brand .test-layout-wrapper .test-block-wrapper .descriptor .icon-info,
.insites-brand .test-layout-wrapper .test-block-wrapper .descriptor .icon-good {
  top: 50%;
  margin-top: -16px;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .recommendation {
  border: none;
  background: transparent;
  padding: 0;
  box-shadow: none;
  margin-top: 20px;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .recommendation .recommendation__title {
  font-weight: bold;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .recommendation ul {
  padding: 0 0 0 18px;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .recommendation ul li {
  padding: 4px 8px;
  font-size: 13px;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .source {
  text-align: center;
  margin: 30px 0 0 0;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .footnote {
  font-size: 12px;
  border-top: none;
  width: 85%;
  margin: 30px auto 0;
  text-align: center;
  padding-top: 0;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .metric-boxes {
  text-align: center;
  padding-top: 10px;
  display: flex;
  justify-content: space-around;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .metric-box {
  color: #45515C;
  box-shadow: none;
  border: none;
  height: auto;
  max-width: 180px;
  padding: 0 6px;
  margin: 20px 0;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .metric-box .metric-box__icon {
  display: block;
  margin: auto;
  border-radius: 50px;
  padding: 15px;
  background: #E0EAFF;
  width: 100px;
  height: 100px;
  position: relative;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .metric-box .metric-box__icon img {
  width: 42px;
  height: auto;
  max-height: 62px;
  max-width: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}

.insites-brand .test-layout-wrapper .test-block-wrapper .metric-box.search-visitors-metric .metric-box__icon img {
  height: 99px;
  max-height: 99px;
  width: auto;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .metric-box.fb-likes-metric .metric-box__icon,
.insites-brand .test-layout-wrapper .test-block-wrapper .metric-box.fb-follows-metric .metric-box__icon,
.insites-brand .test-layout-wrapper .test-block-wrapper .metric-box.fb-date-metric .metric-box__icon {
  background: none;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .metric-box.fb-likes-metric .metric-box__icon img,
.insites-brand .test-layout-wrapper .test-block-wrapper .metric-box.fb-follows-metric .metric-box__icon img,
.insites-brand .test-layout-wrapper .test-block-wrapper .metric-box.fb-date-metric .metric-box__icon img {
  width: 86px;
  max-height: none;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .metric-box .metric-box__body {
  display: block;
  padding: 0;
  font-size: 14px;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .metric-box .metric-box__body h3 {
  margin: 26px 0 12px;
  background: #7754F8;
  color: #fff;
  font-size: 15px;
  border-radius: 100px;
  padding: 5px 14px;
  font-weight: 500;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .metric-box .metric-box__body h3 > * {
  color: #fff !important;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .metric-box .metric-box__body p {
  font-size: 15px;
}

.insites-brand .test-layout-wrapper .test-block-wrapper h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 20px 0;
}

.insites-brand .test-layout-wrapper .fb-pg-cover,
.insites-brand .test-layout-wrapper .fb-pg-profile {
  border-radius: 25px;
  box-shadow: 0 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
  border: none;
}

.insites-brand .test-layout-wrapper .fb-pg-pagename {
  visibility: hidden;
}

.insites-brand .test-layout-wrapper .explainer {
  box-shadow: none;
  margin-top: 30px;
}

.insites-brand .test-layout-wrapper .explainer-v2.side-layout {
  width: 30%;
  top: 0;
  bottom: 0;
  margin-bottom: 4px;
  position: absolute;
  background: #39434C;
  color: #ffffff;
  border-radius: 6px 0 0 6px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.11);
}

@media (max-width: 767px) {
  .insites-brand .test-layout-wrapper .explainer-v2.side-layout {
    bottom: 32px;
  }
}

.insites-brand .test-layout-wrapper .explainer-v2.side-layout .explainer-v2-text-container {
  width: 100%;
  position: absolute;
  top: 300px;
}

.insites-brand .test-layout-wrapper .explainer-v2.side-layout .explainer-v2-text-container h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 28px !important;
}

.insites-brand .test-layout-wrapper .explainer-v2.side-layout .explainer-v2-text-container p {
  font-size: 14px;
  max-height: 264px;
  overflow: hidden;
}

.insites-brand .test-layout-wrapper .explainer-v2.side-layout .explainer-v2-image-container {
  width: 112%;
  padding: 0 0 0 12px;
  text-align: left;
  margin-top: 20px;
}

.insites-brand .test-layout-wrapper .explainer-v2.side-layout .explainer-v2-image-container img {
  z-index: 1;
  max-height: 192px;
}

.insites-brand .test-layout-wrapper .help-panel.well,
.insites-brand .test-layout-wrapper .help-panel.share-url__url,
.insites-brand .test-layout-wrapper .help-panel.explainer,
.insites-brand .test-layout-wrapper .help-panel.descriptor {
  font-size: 13px;
  margin: 25px 0;
  text-align: left;
  font-weight: 500;
  box-shadow: 0 6px 40px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
  border-radius: 5px;
  border: none;
  padding: 20px 77px;
}

.insites-brand .test-layout-wrapper .help-panel.well .detail-help-title-image,
.insites-brand .test-layout-wrapper .help-panel.share-url__url .detail-help-title-image,
.insites-brand .test-layout-wrapper .help-panel.explainer .detail-help-title-image,
.insites-brand .test-layout-wrapper .help-panel.descriptor .detail-help-title-image {
  background-color: #F14B82;
  display: inline-block;
  margin-left: -42px;
  padding: 4px 9px;
  border-radius: 40px;
  margin-top: -3px;
}

.insites-brand .test-layout-wrapper .help-panel.well .detail-help-title-image img,
.insites-brand .test-layout-wrapper .help-panel.share-url__url .detail-help-title-image img,
.insites-brand .test-layout-wrapper .help-panel.explainer .detail-help-title-image img,
.insites-brand .test-layout-wrapper .help-panel.descriptor .detail-help-title-image img {
  height: auto;
  width: 10px;
}

.insites-brand .test-layout-wrapper .help-panel.well .detail-help-title,
.insites-brand .test-layout-wrapper .help-panel.share-url__url .detail-help-title,
.insites-brand .test-layout-wrapper .help-panel.explainer .detail-help-title,
.insites-brand .test-layout-wrapper .help-panel.descriptor .detail-help-title {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 34px 10px;
  display: inline-block;
}

.insites-brand .test-layout-wrapper .help-panel.well .help-body h2,
.insites-brand .test-layout-wrapper .help-panel.share-url__url .help-body h2,
.insites-brand .test-layout-wrapper .help-panel.explainer .help-body h2,
.insites-brand .test-layout-wrapper .help-panel.descriptor .help-body h2 {
  color: #F14B82;
  font-weight: bold;
}

.insites-brand .test-layout-wrapper .google-listing-link {
  background-color: transparent;
}

.insites-brand .test-layout-wrapper .search-highchart .search-highchart-title {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 20px 24px;
}

.insites-brand .test-layout-wrapper .search-highchart .search-highchart-chart {
  box-shadow: none;
}

.insites-brand datatable h4 {
  display: none;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .tests-detail-extra .custom-elements datatable,
.insites-brand .test-layout-wrapper .test-block-wrapper .tests-detail-extra .custom-elements datatable-local-presence,
.insites-brand .test-layout-wrapper .test-block-wrapper .tests-detail-extra .custom-elements disavow-datatable,
.insites-brand .test-layout-wrapper .test-block-wrapper .tests-detail-extra .custom-elements .datatable-wrapper,
.insites-brand .test-layout-wrapper .test-block-wrapper .tests-detail-extra .custom-elements .search-highchart,
.insites-brand .test-layout-wrapper .test-block-wrapper .tests-detail-extra .custom-elements .example-ad {
  box-shadow: 0 6px 40px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
  border-radius: 5px;
  display: block;
  padding: 20px 30px;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .tests-detail-extra .custom-elements datatable h4,
.insites-brand .test-layout-wrapper .test-block-wrapper .tests-detail-extra .custom-elements datatable-local-presence h4,
.insites-brand .test-layout-wrapper .test-block-wrapper .tests-detail-extra .custom-elements disavow-datatable h4,
.insites-brand .test-layout-wrapper .test-block-wrapper .tests-detail-extra .custom-elements .datatable-wrapper h4,
.insites-brand .test-layout-wrapper .test-block-wrapper .tests-detail-extra .custom-elements .search-highchart h4,
.insites-brand .test-layout-wrapper .test-block-wrapper .tests-detail-extra .custom-elements .example-ad h4 {
  margin-left: 32px;
  display: block;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .tests-detail-extra .custom-elements datatable .search-highchart,
.insites-brand .test-layout-wrapper .test-block-wrapper .tests-detail-extra .custom-elements datatable-local-presence .search-highchart,
.insites-brand .test-layout-wrapper .test-block-wrapper .tests-detail-extra .custom-elements disavow-datatable .search-highchart,
.insites-brand .test-layout-wrapper .test-block-wrapper .tests-detail-extra .custom-elements .datatable-wrapper .search-highchart,
.insites-brand .test-layout-wrapper .test-block-wrapper .tests-detail-extra .custom-elements .search-highchart .search-highchart,
.insites-brand .test-layout-wrapper .test-block-wrapper .tests-detail-extra .custom-elements .example-ad .search-highchart {
  box-shadow: none;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .tests-detail-extra .custom-elements datatable .datatable,
.insites-brand .test-layout-wrapper .test-block-wrapper .tests-detail-extra .custom-elements datatable-local-presence .datatable,
.insites-brand .test-layout-wrapper .test-block-wrapper .tests-detail-extra .custom-elements disavow-datatable .datatable,
.insites-brand .test-layout-wrapper .test-block-wrapper .tests-detail-extra .custom-elements .datatable-wrapper .datatable,
.insites-brand .test-layout-wrapper .test-block-wrapper .tests-detail-extra .custom-elements .search-highchart .datatable,
.insites-brand .test-layout-wrapper .test-block-wrapper .tests-detail-extra .custom-elements .example-ad .datatable {
  margin-left: -30px;
  margin-right: -30px;
}

.insites-brand .test-layout-wrapper .test-block-wrapper .tests-detail-extra .custom-elements disavow-datatable datatable,
.insites-brand .test-layout-wrapper .test-block-wrapper .tests-detail-extra .custom-elements .datatable-wrapper datatable {
  box-shadow: none;
  padding: 0;
}

.insites-brand .datatable .gdpr-result-checkpoint img {
  max-width: none;
}

.insites-brand #Test_Page_GDPR .test-layout-wrapper .test-block-wrapper .custom-elements datatable .datatable tbody tr,
.insites-brand #Test_Page_CCPA .test-layout-wrapper .test-block-wrapper .custom-elements datatable .datatable tbody tr {
  background: #fff;
}

.insites-brand #Test_Site_DomainAge .explainer {
  display: none;
}

.insites-brand .three-box {
  background: #fff;
  border-radius: 17px;
}

.insites-brand .three-box .three-box-metric {
  border: 4px solid;
  display: block;
  float: none;
  margin: auto;
  color: #45515C !important;
  padding: 17px 0;
  width: 76px;
  height: 76px;
  font-size: 25px;
}

.insites-brand .three-box .three-box-title {
  margin: 0;
  text-align: center;
}

.insites-brand .three-box .three-box-subtitle {
  margin: 15px 0 20px 0;
  text-align: center;
}

@media (max-width: 991px) {
  .insites-brand .three-box .three-box-subtitle {
    font-size: 14px;
  }
}

.insites-brand .three-box .three-box-foot {
  border-radius: 100px;
  margin: 0;
  padding: 5px;
  font-size: 16px;
}

@media (max-width: 991px) {
  .insites-brand .three-box .three-box-foot {
    font-size: 14px;
  }
}

.insites-brand .three-box.three-box-danger .three-box-metric {
  border-color: #FD4560;
}

.insites-brand .three-box.three-box-danger .three-box-foot {
  background-color: #FD4560;
}

.insites-brand .three-box.three-box-danger .metric-colour-text {
  color: #FD4560;
}

.insites-brand .three-box.three-box-warning .three-box-metric {
  border-color: #FBAA33;
}

.insites-brand .three-box.three-box-warning .three-box-foot {
  background-color: #FBAA33;
}

.insites-brand .three-box.three-box-warning .metric-colour-text {
  color: #FBAA33;
}

.insites-brand .three-box.three-box-success .three-box-metric {
  border-color: #00BC9B;
}

.insites-brand .three-box.three-box-success .three-box-foot {
  background-color: #00BC9B;
}

.insites-brand .three-box.three-box-success .metric-colour-text {
  color: #00BC9B;
}

.insites-brand .favicon-preview-container {
  padding: 0;
  margin: 0;
}

.insites-brand .mobile-tick-boxes.favicon-tick-boxes {
  width: 100%;
}

.insites-brand .mobile-tick-boxes .tick-box-good {
  background-image: url("/images/insites-brand/detail-table-good.png");
}

.insites-brand .mobile-tick-boxes .tick-box-bad {
  background-image: url("/images/insites-brand/detail-table-bad.png");
}

.insites-brand .mobile-tick-boxes .tick-box .tick-box-title {
  font-size: 16px;
}

.insites-brand .facebook-share-preview-container .facebook-share-preview {
  box-shadow: 0 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
  border-radius: 14px;
  border: none;
}

.insites-brand .directory-callout .directory-callout-large-metric .directory-callout-number {
  margin-bottom: 12px;
}

.insites-brand .lighthouse-speed-blocks-row .col-xs-10 {
  background: linear-gradient(90deg, #EF1717 0%, #FF753D 51.19%, #8EBD00 78.15%);
  border-radius: 100px;
  height: 21px;
}

.insites-brand .lighthouse-speed-row .lighthouse-speed-section {
  background: transparent !important;
  font-size: 13px;
}

.insites-brand .lighthouse-speed-row .performance-score-value {
  margin-left: 31%;
  padding: 17px 0;
  width: 74px;
  border-radius: 102px;
  font-size: 23px;
  font-weight: bold;
  border-width: medium;
}

.insites-brand .lighthouse-speed-row .performance-score-value .performance-score-value-label {
  display: none;
}

.insites-brand .lighthouse-speed-row .performance-score-value-pointer {
  height: 28px;
}

.insites-brand .lighthouse-speed-row .average-score-value {
  bottom: -16px;
}

.insites-brand .lighthousewidget__timingheading {
  background: #7754F8;
  border-radius: 100px;
  color: #fff;
  padding: 3px 0;
  font-weight: 600;
  margin: 0 20px 20px;
}

.insites-brand .lighthousewidget__timingvalue {
  font-size: 14px !important;
  font-weight: 600;
}

.insites-brand .lighthousewidget__timingvaluevalue {
  color: #45515C !important;
  font-size: 14px !important;
  font-weight: 600;
}

.insites-brand .lighthousewidget__timingvaluevalue:before {
  vertical-align: middle;
  width: 15px !important;
  height: 15px !important;
}

.insites-brand .lighthousewidget {
  margin-bottom: 0;
}

.insites-brand .lighthousewidget .lighthousewidget__timing.lighthousewidget__timing--interactive img {
  height: 160px;
}

.insites-brand .lighthousewidget .lighthousewidget__timing img {
  margin: 0 auto 14px;
}

.insites-brand .lighthousewidget__timing--good .lighthousewidget__timingvaluevalue:before {
  background-image: url("/images/insites-brand/detail-table-good.png") !important;
}

.insites-brand .lighthousewidget__timing--bad .lighthousewidget__timingvaluevalue:before {
  background-image: url("/images/insites-brand/detail-table-bad.png") !important;
}

.insites-brand .insites-favicon-preview {
  background-image: url("/images/url-bar-insites.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 94px;
  max-width: 448px;
  margin: 0 auto;
}

.insites-brand .insites-favicon-preview img {
  margin-left: 77px;
  margin-top: 19px;
}

.insites-brand .directory-callout {
  box-shadow: none;
  padding: 0 !important;
}

.insites-brand .directory-callout .directory-callout-row {
  position: relative;
}

@media (min-width: 992px) {
  .insites-brand .directory-callout .directory-callout-row .directory-callout-info {
    margin-left: 34%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
}

@media (max-width: 991px) {
  .insites-brand .directory-callout .directory-callout-row .directory-callout-info {
    text-align: center;
  }
}

.insites-brand .directory-callout .directory-callout-row .directory-callout-info .label-success {
  background-color: #00BC9B;
}

.insites-brand .directory-callout .directory-callout-row .directory-callout-info .label {
  font-size: 12px;
  border-radius: 5px;
}

.insites-brand .directory-callout .directory-callout-row .directory-callout-info .label .glyphicon,
.insites-brand .directory-callout .directory-callout-row .directory-callout-info .label .nav-sidebar--with-nested .expander-icon,
.nav-sidebar--with-nested .insites-brand .directory-callout .directory-callout-row .directory-callout-info .label .expander-icon {
  font-size: 9px;
  margin-right: 4px;
  top: 0;
}

.insites-brand .directory-callout .directory-callout-row .directory-callout-subtext {
  color: #45515C;
  font-weight: bold;
  margin-bottom: 22px;
}

.insites-brand .directory-callout .row {
  margin-bottom: 12px;
}

.insites-brand .directory-callout .interface-bar {
  height: 16px;
  border-radius: 20px;
  margin: 0;
}

.insites-brand .directory-callout .interface-bar .interface-bar-inner {
  border-radius: 20px;
}

.insites-brand .directory-callout .interface-bar .interface-bar-inner--bad {
  background: #FD4560;
}

.insites-brand .directory-callout .interface-bar .interface-bar-inner--warn {
  background: #FBAA33;
}

.insites-brand .show-more-row td {
  background: #fff !important;
}

.insites-brand .show-more-row td a {
  padding: 6px 25px;
  color: #fff !important;
  background: #F14B82;
  width: fit-content;
  float: none;
  margin: auto;
  font-weight: bold;
  border-radius: 25px;
}

.insites-brand .show-more-row td a .show-more-pointer {
  display: none;
}

.insites-brand .percentilebox {
  margin: -10px 0 45px 0;
}

.insites-brand .percentilebox .btn.btn-warning,
.insites-brand .percentilebox .zend_form input.btn-warning[type="submit"],
.zend_form .insites-brand .percentilebox input.btn-warning[type="submit"],
.insites-brand .percentilebox .btn-warning.omnisearch__btn,
.insites-brand .percentilebox .login-panel__main #login-element input.btn-warning,
.login-panel__main #login-element .insites-brand .percentilebox input.btn-warning,
.insites-brand .percentilebox .btn-warning.competitor__add {
  color: #45515C;
  background: transparent;
  border-radius: 50px;
  border: 2px solid #F14B82 !important;
  box-shadow: none;
  padding: 5px 15px;
  margin-top: -4px;
  font-weight: 600;
}

.insites-brand .percentilebox .btn.btn-warning:hover,
.insites-brand .percentilebox .zend_form input.btn-warning:hover[type="submit"],
.zend_form .insites-brand .percentilebox input.btn-warning:hover[type="submit"],
.insites-brand .percentilebox .btn-warning.omnisearch__btn:hover,
.insites-brand .percentilebox .login-panel__main #login-element input.btn-warning:hover,
.login-panel__main #login-element .insites-brand .percentilebox input.btn-warning:hover,
.insites-brand .percentilebox .btn-warning.competitor__add:hover {
  background-color: #F14B82;
  color: #fff;
}

.insites-brand .comp-table__group {
  padding-top: 37px !important;
}

.insites-brand .comp-table__group .comp-table__section-title {
  background: #39434C;
  color: #ffffff;
  font-size: 16px;
  border-radius: 6px;
  padding: 0 6px;
}

.insites-brand .comp-table__group .comp-table__section-title .comp-table__section-title-heading {
  text-transform: none;
  padding: 8px;
  font-size: 14px;
  font-weight: 600;
}

.insites-brand .comp-table__group .comp-table__section-title .comp-table__section-title-heading i {
  margin-right: 14px;
}

.insites-brand .comp-table__group .comp-table__section-title .minified-radial-score-container {
  margin-top: -4px;
  background: transparent;
}

.insites-brand .comp-table__group .comp-table__row {
  font-size: 13px;
  color: #45515C;
  font-weight: 600;
}

.insites-brand .comp-table__group .comp-table__row.alt-comp-row {
  background: #f3f8ff;
}

.insites-brand .comp-table__group .comp-table__row.alt-comp-row .comp-table__label,
.insites-brand .comp-table__group .comp-table__row.alt-comp-row .comp-table__result {
  background: transparent;
}

.insites-brand .comp-table__group .comp-table__row .comp-table__result.comp-result-loaded {
  border-left: 1px solid #e6eef6;
}

.insites-brand .comp-table__group .comp-table__row .comp-table__result .competitor-score-icon img {
  max-height: 20px;
  margin-left: 6px;
}

@media (min-width: 992px) {
  .insites-brand .comp-table__group .comp-table__row .comp-table__result .competitor-score-icon img {
    margin-top: 3px;
  }
}

.insites-brand .comp-table .add-competitor-search-button,
.insites-brand .competitor__add-wrapper .btn,
.insites-brand .competitor__add-wrapper .zend_form input[type="submit"],
.zend_form .insites-brand .competitor__add-wrapper input[type="submit"],
.insites-brand .competitor__add-wrapper .omnisearch__btn,
.insites-brand .competitor__add-wrapper .login-panel__main #login-element input,
.login-panel__main #login-element .insites-brand .competitor__add-wrapper input,
.insites-brand .competitor__add-wrapper .competitor__add,
.insites-brand .competitor__add {
  background: #F14B82;
}

.insites-brand .competitor__add .glyphicon-plus {
  display: inline-block;
}

.insites-brand .competitor__add-container {
  position: absolute;
  top: 36%;
  width: 100%;
}

.insites-brand .competitor__add-container .competitor__add-btn-container,
.insites-brand .competitor__add-container .competitor__add-text {
  text-align: center;
  width: 100%;
  padding-right: 10px;
  color: #45515C;
}

.insites-brand .competitor__add-container .competitor__add-text {
  font-weight: 600;
  margin-top: 20px;
}

.insites-brand .competitor__add-container .competitor__add-btn-container {
  margin-top: 0;
}

.insites-brand .competitor__add-container .competitor__add-btn-container .competitor__add-btn {
  background: #F14B82;
  color: #ffffff;
  padding: 9px 12px;
  border-radius: 20px;
  font-size: 15px;
  cursor: pointer;
}

.insites-brand .comp-table__title-wrapper .comp-table__title {
  font-size: 16px;
  color: #45515C;
}

.insites-brand .comp-table__title-wrapper .minified-radial-score-container {
  margin-bottom: 16px;
}

.insites-brand .competitor__remove {
  background: #F14B82;
  border-radius: 20px;
  top: 50%;
  margin-top: -18px;
  right: 50%;
  margin-right: -6px;
  display: none;
}

.insites-brand .competitor:hover .competitor__remove {
  display: block;
}

@media (max-width: 991px) {
  .insites-brand #competitorTable__holder {
    overflow: scroll;
  }

  .insites-brand #competitorTable__holder .comp-table {
    min-width: 800px;
  }

  .insites-brand #competitorTable__holder .comp-table .comp-table__section-title {
    font-size: 12px;
  }
}

.insites-brand .comp-sorry {
  background-color: #f3f8ff;
}

.insites-brand .comp-sorry p {
  color: #45515C;
}

.insites-brand .competitor-click-area {
  cursor: pointer;
}

.insites-brand .competitor img {
  border-radius: 10px 16px 16px 10px;
  height: 170px;
}

.insites-brand .competitor .competitor-click-area {
  border-radius: 10px;
}

.insites-brand .comp-table__header {
  top: 0;
  transition: all 0.5s ease;
}

.insites-brand .comp-table--sticky-header .comp-table__header {
  top: 80px;
  max-width: 100%;
  left: 0;
  right: 0;
}

.insites-brand .comp-table--sticky-header .comp-table__header .comp-table__header-content {
  max-width: 1145px;
  margin: 0 auto;
}

.insites-brand .report-version-selector {
  background: #E2E7EF;
  border: 0;
  color: #000000;
  cursor: pointer;
  width: 80% !important;
  margin: 0 auto 10px !important;
}

.insites-brand .progress-report-score {
  position: relative;
}

.insites-brand .progress-report-score .radial-progress {
  position: absolute;
}

@media (min-width: 1066px) {
  .insites-brand .progress-report-score .radial-progress {
    margin-left: 70px;
  }
}

.insites-brand .progress-reports-screenshots {
  text-align: center;
  margin-bottom: 45px;
}

.insites-brand .progress-reports-screenshots .mobile-screenshot {
  margin-left: 233px !important;
  height: 216px;
}

.insites-brand .progress-reports-screenshots .tablet-screenshot {
  z-index: -1;
}

.insites-brand .report-comparison-column .report-comparison-screenshot-container {
  margin-top: 0;
  height: auto;
}

.insites-brand .report-comparison-column .csspinner-centered,
.insites-brand .report-comparison-column .error-message {
  margin: 10px auto -35px !important;
}

.insites-brand .report-comparison-table {
  margin-top: 20px;
}

.insites-brand .report-comparison-table tr:not(.changes-only-settings-row) td.report-comparison-column:first-of-type {
  border-right: 1px solid #dfdfdf;
}

.insites-brand .changes-only-setting {
  background: transparent !important;
}

.insites-brand .changes-only-setting .control-label,
.insites-brand .changes-only-setting .form-horizontal .zend_form label,
.form-horizontal .zend_form .insites-brand .changes-only-setting label {
  margin-right: 10px;
  font-size: 15px;
  font-weight: 600;
}

.insites-brand .changes-only-setting .switch {
  background: #45515C;
  border-color: #45515C;
  height: 24px;
  width: 60px;
}

.insites-brand .changes-only-setting .switch small {
  height: 22px;
  width: 22px;
  top: 1px;
}

.insites-brand .changes-only-setting .switch.checked {
  background: #F14B82;
  border-color: #F14B82;
}

.insites-brand .changes-only-setting .switch.checked small {
  left: 38px;
}

.insites-brand .report-comparison-column .improvement-summary-group .improvement-summary-group-header {
  background: #39434C;
  margin-bottom: 0;
  color: #ffffff;
  padding: 8px 20px !important;
  height: 44px;
  border-radius: 6px 6px 0 0;
  width: 100% !important;
  display: block !important;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
}

.insites-brand .report-comparison-column .improvement-summary-group .improvement-summary-group-header .improvement-summary-group-header-icon-container,
.insites-brand .report-comparison-column .improvement-summary-group .improvement-summary-group-header .improvement-summary-group-header-title {
  vertical-align: sub;
}

.insites-brand .report-comparison-column .improvement-summary-group .improvement-summary-group-header .improvement-summary-group-header-icon-container {
  margin-right: 16px;
}

.insites-brand .report-comparison-column .improvement-summary-group .improvement-summary-group-header .lozenge-score {
  float: right;
  margin-top: -3px;
}

.insites-brand .report-comparison-column .improvement-summary-group .improvement-summary-group-score {
  display: none;
}

.insites-brand .report-comparison-column .improvement-summary-group .improvement-summary-group-tests .improvement-summary-group-test-result .improvement-summary-group-test-result-data .result {
  height: 21px;
}

.insites-brand .report-comparison-column .report-comparison-vendor {
  color: #45515C;
  margin: 0;
  font-weight: 600;
}

.insites-brand .improvement-summary-group {
  background: #fff;
  font-size: 0.9em;
  margin-bottom: 30px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.11);
  border-radius: 0 0 5px 5px;
}

.insites-brand .improvement-summary-group .improvement-summary-group-tests {
  padding: 5px 10px;
  margin: 0 !important;
  border-bottom: 1px solid #ddd;
  color: #45515C;
}

.insites-brand .improvement-summary-group .improvement-summary-group-test-title {
  font-weight: 600;
  padding: 0 !important;
  line-height: 28px;
  width: 50% !important;
}

.insites-brand .improvement-summary-group .improvement-summary-group-test-title .insites-result-image-container {
  display: inline-block;
  margin-right: 12px;
  margin-left: 6px;
}

.insites-brand .improvement-summary-group .improvement-summary-group-test-title .insites-result-image-container img {
  height: 20px;
}

.insites-brand .improvement-summary-group .improvement-summary-group-test-result {
  line-height: 28px;
  width: 50% !important;
  font-weight: 600;
}

.insites-brand .improvement-summary-group .improvement-summary-group-test-result .test-summary__icon {
  display: none;
}

.insites-brand .improvement-summary-group .improvement-summary-group-test-result-data {
  font-weight: 600;
}

.insites-brand .improvement-summary-group .empty-section-message {
  padding: 0 10px 10px;
}

.insites-brand .changes-only-settings-container .changes-only-setting {
  color: #45515C;
}

@media (max-width: 767px) {
  .insites-brand .improvement-comparison-container {
    overflow: scroll;
  }

  .insites-brand .improvement-comparison-container .report-comparison-table {
    min-width: 750px;
  }
}

.insites-brand .staging-input-button-container .btn,
.insites-brand .staging-input-button-container .zend_form input[type="submit"],
.zend_form .insites-brand .staging-input-button-container input[type="submit"],
.insites-brand .staging-input-button-container .omnisearch__btn,
.insites-brand .staging-input-button-container .login-panel__main #login-element input,
.login-panel__main #login-element .insites-brand .staging-input-button-container input,
.insites-brand .staging-input-button-container .competitor__add {
  background: #F14B82;
}

.insites-brand .staging-report-header-score-wrapper {
  display: none;
}

.insites-brand .staging-analysis-progress .staging-progress-bar .progress-bar {
  background-color: #F14B82;
}

.insites-brand .staging-summary .summary-overview__screenshots {
  margin: unset;
  text-align: center;
}

.insites-brand .staging-summary .business-audit-info {
  text-align: center;
  margin-top: 30px;
}

.insites-brand .staging-summary .business-audit-info .report-actions-buttons {
  margin-top: 20px;
}

.insites-brand .staging-report-tab-header {
  margin-top: 0;
  background: #E2E7EF;
  border: none;
  letter-spacing: 0.5px;
}

.insites-brand .staging-report-tab-header .staging-header-icon.retest-staging-icon {
  display: none;
}

.insites-brand .staging-report-tab-header .staging-header-button {
  font-weight: 600;
  color: #45515C;
}

.insites-brand .staging-report-tab-header .staging-header-button.active {
  border-bottom-color: #F14B82;
}

.insites-brand .staging-report-tab-header .staging-header-button:hover {
  background: #cbd0d8;
}

.insites-brand .staging-report-tab-header .compare-progress-button {
  background: transparent;
  font-size: 14px;
  box-shadow: none;
  text-decoration: underline;
  color: #F14B82;
  font-weight: 600;
}

.insites-brand .staging-report-tab-header .staging-header-icon {
  background: #F14B82;
  color: #fff;
  border-radius: 21px;
  padding: 10px;
  margin-top: 3px;
}

.insites-brand .staging-report-tab-header .staging-header-icon:hover {
  background: #F14B82;
}

.insites-brand .staging-report-tab-header .staging-header-url {
  font-weight: 600;
  color: #45515C;
}

@media (max-width: 767px) {
  .insites-brand .staging-report-tab-header {
    position: relative;
    margin-bottom: 70px;
  }

  .insites-brand .staging-report-tab-header .staging-url-container {
    position: absolute;
    width: fit-content;
    top: 48px;
    text-align: center;
    margin: 16px auto;
    float: none;
    padding: 8px 20px;
    background: #DEE4EB;
    border-radius: 25px;
    left: 0;
    right: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .insites-brand .staging-report-tab-header .staging-header-icon {
    padding: 6px;
    margin-top: 0;
  }
}

.insites-brand .sidebar--report .nav-sidebar--tests li a {
  padding-left: 50px;
}

.insites-brand .nav-sidebar li.sub-menu-item a {
  background-color: #576169 !important;
  color: #ffffff !important;
  border-bottom: 1px solid #637785 !important;
}

.insites-brand .nav-sidebar li.sub-menu-item a:hover {
  background-color: #464d54 !important;
}

.insites-brand .nav-sidebar li.sub-menu-item.selected a {
  background-color: #464d54 !important;
}

@media (min-width: 768px) {
  .insites-brand .account-settings .sidebar-nav {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .insites-brand .account-settings .sidebar-nav {
    margin: 10px 0 40px 0;
  }
}

.insites-brand .account-settings .sidebar-nav li.active a {
  background: #F14B82;
}

@media (max-width: 767px) {
  .insites-brand .account-switcher-dropdown {
    padding: 10px 0;
  }
}

.insites-brand .portfolio-modal-window input[type=file] {
  border-radius: 0;
}

.insites-brand .portfolio-modal-window .highlight-dropdown .highlight-dropdown-icon {
  padding: 2px;
  width: 100%;
  max-width: 100%;
}

.insites-brand .portfolio-tablet-screenshot {
  z-index: 1;
  height: 250px;
  margin-top: 0;
}

.insites-brand .portfolio-tablet-screenshot .portfolio-screenshot-image,
.insites-brand .portfolio-tablet-screenshot .portfolio-display-screenshot-image {
  width: 274px !important;
  height: 158px !important;
}

@media (max-width: 530px) {
  .insites-brand .portfolio-tablet-screenshot .portfolio-screenshot-image,
  .insites-brand .portfolio-tablet-screenshot .portfolio-display-screenshot-image {
    width: 274px !important;
    height: 158px !important;
  }
}

.insites-brand #mobile-screenshots-portfolio {
  margin: auto;
}

.insites-brand .add-to-portfolio-btn-container {
  box-shadow: none !important;
}

.insites-brand .portfolio-mobile-screenshot {
  z-index: 1;
  margin-left: 233px;
}