
@font-face {
    font-family: 'HouschkaAltProBold';
    src: url('houschkaaltpro-bold-webfont.eot');
    src: url('houschkaaltpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('houschkaaltpro-bold-webfont.woff') format('woff'),
    url('houschkaaltpro-bold-webfont.ttf') format('truetype'),
    url('houschkaaltpro-bold-webfont.svg#HouschkaAltProBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'fs_albertregular';
    src: url('fsalbert-webfont.woff2') format('woff2'),
    url('fsalbert-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
    margin: 0px;
}

body {
    margin: 0px;
    font-family: 'HouschkaAltProBold';
}

input
{
    -webkit-appearance: none;
}

/* Header */

body > header {
    background-color: #5A2078;
    color: white;
    padding-bottom: 80px;
}

body > header .stickyeyes-label {
    width: 138px;
    height: 156px;
    margin: 0 auto 52px;
    background-image: url('../../cot-tool/img/tag-tail.png');
    background-repeat: no-repeat;
    background-position: bottom;
}

body > header .stickyeyes-label > a {
    display: block;
    background-color: white;
}

body > header .stickyeyes-label a > img {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 18px;
    width: 95px;
    height: 98px;
}

.page-intro {
    margin: 0 auto;
    text-align:center;
    font-size: 22px;
}

.page-intro .lead-line {
    margin: 0 auto;
    text-align:center;
    font-family: 'fs_albertregular';
    font-size: 30px;
}

.page-intro h1 {
    text-transform: uppercase;
    font-size: 70px;
    margin: 0;
}

.page-intro .strap-line {
    margin: 0 auto;
    text-align:center;
    font-family: 'fs_albertregular';
}

.summary-band {
    margin-top: 26px;
    background-color: #4F1E6C;
    font-size: 22px;
    font-family: 'fs_albertregular';
}

.summary-band .container {
    width: 626px;
    margin: 0 auto;
}

.summary-band .container ul {
    display: table;
    padding: 35px 0;
    margin: 0 auto;
}

.summary-band .container ul li {
}

#header section
{
    padding:10px 20px;
}
/* End Header */

/* Reusable components */

.text-field, .bootstrap-tagsinput {
    font-family: 'fs_albertregular';
    border: 2px solid #BABABA;
    margin-top: 5px;
    padding: 22px;
    font-size: 18px;
    box-sizing: border-box;
}

.text-field.error, .error > .bootstrap-tagsinput {
    border-color: red;
}

.styled-selector.error
{
    border-color:red;
}

.action-button {
    background-color: #009ee3;
    border: none;
    font-family: 'HouschkaAltProBold';
    text-transform: uppercase;
    text-decoration: none;
    font-size: 22px;
    color: white;
    padding: 15px 75px;
    -webkit-transition: background .15s linear,color .15s linear;
    transition: background .15s linear,color .15s linear;
}

.action-button:hover
{
    cursor: pointer;
    color: #fff;
    background: #123c8a;
}

.share-icon {
    width: 40px;
    height: 40px;
}

/* End Reusable components */

/* Article */

article {
    padding-top: 28px;
}

article.results {
    padding-top: 0px;
}

article.results header {
    background-color: #565656;
    color: white;
    padding: 30px 10px 30px;
}
article.results .header p
{
word-wrap: break-word;
}

article.results header h2,
article.results header p {
    display: block;
    width: 1200px;
    margin: 0 auto;
}

article.results header h2 {
    font-family: 'HouschkaAltProBold';
    font-size: 40px;
    text-transform: uppercase;
}

article section {
    margin: 28px auto;
    width: 1204px;
    border: 1px solid #E2E2E2;
    padding: 68px 10px 54px;
}



article .narrow {
    width: 626px;
    margin: 20px auto;
    text-align: center;
}

a {
    color: #009EE3;
    transition: color 0.25s ease-in-out;
}

a:hover {
    color: #123C8A;
}

article.results section {
    margin: 28px auto;
    border: none;
    padding: 68px 0px 54px;
}

article section.report-email h2,
article section.report-success h2,
article .report-request h2 {
    display: table;
    margin: 0 auto;
    font-family: 'HouschkaAltProBold';
    text-transform: uppercase;
    font-size: 36px;
    color: #123c8a;
}

article .report-email
{
    display:none;
}
article .report-request .form
{
    max-width: 800px;
}
article .report-email .form,
article .report-request .form {
    display: table;
    margin: 66px auto 0;
}

article .report-request .form .action-button {
    display: table;
    margin: 54px auto 0;
}
article .report-email .form > div
{
    text-align:center;
}
article .report-email .form > div > label {
    display: inline-block;
    width: 378px;
    padding: 0px 45px;
    text-transform: uppercase;
    font-size: 22px;
    text-align: left;
    vertical-align: top;
}

article .report-email .form .text-field {
    width: 100%;
    margin-bottom:25px;
    box-sizing: border-box;
}

article .report-email .action-button {
    display: table;
    margin: 40px auto;
}

article .report-request .form > div > label {
    width:100%;
    padding: 0px;
    text-transform: uppercase;
    font-size: 22px;
}
article .report-request .form > div > label > span
{
    text-transform: none;
    color: #BABABA;
    font-family: fs_albertregular;
    font-size: 18px;
}
article .report-email .form > div > label.company_type {
    width: 420px;
}

article .report-request .form > label.country-selector {
    font-family: 'fs_albertregular';
    font-size: 14px;
    display: block;
    text-align: center;
    width: auto;
    margin: 22px auto;
}

article .report-request .form > label.country-selector span {
    font-weight: bold;
    color: #663081;
}

article .report-request .form > label.country-selector a {
    font-weight: bold;
    text-decoration: none;
    color: black;
    padding-left: 5px;
}

article .report-request .form > label.country-selector a img {
    padding-left: 5px;
}

article .report-request .form > label.country-selector a.hide {
}
article .report-request .form .styled-selector
{
    display: none;
}
.styled-selector {

    margin: 0px auto;
    font-family: 'fs_albertregular';
    border: 2px solid #BABABA;
    margin-top: 5px;
    padding: 0px;
    font-size: 18px;
    width: 100%;

    overflow: hidden;
    /*background: url(img/scot-dropdown.png) no-repeat right;*/
}

.styled-selector select {
    background: transparent;
    width: 100%;
    padding: 22px;
    font-size: 16px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

#header.report .styled-selector {
    max-width: 480px;
}

article .report-email .form .styled-selector, article .report-email .form .styled-selector select
{
width: 100%;
}
article .report-email .form .styled-selector
{
    margin-bottom:25px;
}
article .report-request .form .text-field {
    width: 100%;
    margin-bottom: 25px;
}
 article .report-request .form .bootstrap-tagsinput {
      width: auto;
    margin-bottom: 25px;
 }

article .report-request .form .bootstrap-tagsinput input
{
    font-size:18px;
}

/**
 * Report-success section
 */
article section.report-success img {
    display: block;
    margin: 0 auto 40px;
}

article section.report-email p,
article section.report-success p {
    display: table;
    margin: 0 auto;
    font-family: 'fs_albertregular';
    font-size: 18px;
    color: black;
    text-align: center;
}

/**
 * Report-results section
 */
article section.report-results #page-star-rating {
    margin-bottom:48px;
}

article section.report-results #page-star-rating-mobile
{
    display:none;
}

article section.report-results p {
    width: 515px;
    font-family: 'HouschkaAltProBold';
    text-transform: uppercase;
    font-size: 45px;
    margin: 0;
    line-height: 60px;
}

article section.report-results .score-word {
    color: #a2ca2a;
}

article section.report-results .big-pie {
    float: right;
    margin-top: -120px;
    height: 470px;
    margin-bottom: 40px;
}

article section.report-results .big-pie .big-chart {
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 0 20px white;
}

article section.report-results .big-pie .pie-center {
    position: relative;
    top: -320px;
    text-align: center;
    width: 470px;
}

article section.report-results .big-pie .pie-center .content-score {
    text-transform: uppercase;
    font-size: 34px;
}

article section.report-results .big-pie .pie-center .score {
    position: relative;
    color: #6e348b;
    font-size: 130px;
    margin: 0;
    top: -10px;
}

article.results hr {
    width: 1200px;
    height: 4px;
    background-color: #123c8a;
    border: none;
    margin: 0 auto 0;
}

article.results section.report-results
{
    margin-bottom: 0;
}

article.results .results-breakdown ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: table;
    width: 1100px;
}

article.results .results-breakdown ul li {
    display: inline-block;
    text-align: center;
    height: 420px;
}

article.results .results-breakdown .stars {
    margin: 30px auto 55px;
}

article.results .results-breakdown h3 {
    font-size: 18px;
    text-transform: uppercase;
}

article.results .results-breakdown p {
    font-size: 22px;
    text-transform: uppercase;
    border: 1px solid #E2E2E2;
    position: relative;
    background-color: white;
    padding: 14px 10px;
}

article.results .results-breakdown .search-volume {
    color: #6e348b;
    box-shadow: 0px 0px 3px #E2E2E2;
    margin-right: 40px;
    padding: 0 40px;
}

article.results .results-breakdown .your-ranking {
    color: #009ee3;
    box-shadow: 0px 0px 3px #E2E2E2;
    margin: 0 40px;
    padding: 0 40px;
}

article.results .results-breakdown .missed-opportunities {
    color: #3bbdc0;
    box-shadow: 0px 0px 3px #E2E2E2;
    margin-left: 40px;
    padding: 0 40px;
}

article.results .results-breakdown .search-volume .pie-center,
article.results .results-breakdown .your-ranking .pie-center,
article.results .results-breakdown .missed-opportunities .pie-center {
    height: 0px;
}

article.results .results-breakdown .search-volume img {
    display: block;
    position: relative;
    top: -135px;
    left: 80px;
}

article.results .results-breakdown .your-ranking img {
    display: block;
    position: relative;
    top: -138px;
    left: 78px;
}

article.results .results-breakdown .missed-opportunities img {
    display: block;
    position: relative;
    top: -130px;
    left: 83px;
}

article.titled,
article.results section.titled {
    border-top: 4px #123c8a solid;
    padding-top: 28px;
}

.titled  h3 {
    font-family: 'HouschkaAltProBold';
    text-transform: uppercase;
    font-size: 24px;
    color: #009ee3;
    margin-top: 0px;
}

article.results .titled  ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: table;
    width: 1100px;
    border-spacing: 20px;
}

article.results .titled  ul li {
    display: table-cell;
    text-align: center;
    box-shadow: 0px 0px 3px #E2E2E2;
    padding: 0 30px 30px;
    width: 250px;
}

article.results .titled  ul li img {
    display: block;
    margin: 40px auto 32px;
}

article.results .titled  ul li h4 {
    font-family: 'HouschkaAltProBold';
    text-transform: uppercase;
    font-size: 14px;
    color: black;
    margin-top: 0px;
    margin-bottom: 14px;
}

article.results .titled p {
    font-family: 'fs_albertregular';
    font-size: 14px;
    color: black;
    margin-top: 0px;
}

.upsell {
    background-color: #565656;
    color: white;
    padding: 45px 10px 30px;
    margin-bottom: 100px;
}

.upsell h2,
.upsell h3 {
    display: block;
    width: 1200px;
    margin: 0 auto;
    font-family: 'HouschkaAltProBold';
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
}

.upsell .checks {
    margin: 42px auto;
    padding: 0;
    display: table;
    width: 960px;
    list-style: none;
}

.upsell .checks li {
    float: left;
    /* width: 318px; */
    width: 244px;
    height: 30px;
    margin: 0 24px 14px;
    padding: 6px 0px 0px 60px;
    background: url('../../cot-tool/img/scot-upsell.png') no-repeat left top;
    text-align: left;
}
.upsell.downloads .checks li {
     background: url('../../cot-tool/img/scot-icon-download.png') no-repeat left top;
     padding: 0px 0px 0px 30px;
}
.upsell.downloads .checks
{
    margin-left: 220px;
    margin-bottom: 20px;
}
.upsell.downloads
{
    background-color:#5A2078;
    padding: 40px 0px 10px;
}
.upsell.downloads h3
{
        background: url("../../cot-tool/img/scot-icon-note.png") top center no-repeat;
        padding-top: 100px;
}

.upsell .checks li:nth-child(3n) {
    margin-right: 0;
}

.upsell .checks li:nth-child(1n) {
    margin-left: 0;
}

.clear-left {
    float: none;
    clear: both;
}

.upsell a.action-button {
    display: table;
    margin: 0 auto 40px;
}

.upsell a
{
    color:inherit;
}

/* Slider */
article section.slider {
    padding-bottom: 75px;
}

article section.slider .features {
    width: 1100px;
    height: 365px;
    margin: 0 auto;
}

article section.slider .features .item {
}

article section.slider .features .item > div {
    float: left;
}

article section.slider .features .item > div ul {
    list-style: none;
}

article section.slider .features .item > div table {
    width: 460px;
    margin-left: 40px;
    margin-top: 40px;
}

article section.slider .features .item > div td {
    font-family: 'HouschkaAltProBold';
    font-size: 18px;
    text-transform: uppercase;
}

article section.slider .features .item > div td img {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}

article section.slider .features .item > div td strong {
    color: #663081;
}

/* While-you-wait */
article section.while-you-wait {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

article section.while-you-wait h3 {
    border: none;
    border-top: 3px solid #123c8a;
    border-bottom: 1px solid #E2E2E2;
    padding: 14px 0;
}

article section.while-you-wait ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: table;
    width: 100%;
}

article section.while-you-wait ul li {
    display: table-cell;
    text-align: center;
}

article section.while-you-wait ul li h4 a,
article section.while-you-wait ul li h4 a:visited {
    color: #009ee3;
    text-decoration: none;
    font-family: 'fs_albertregular';
    font-size: 18px;
}

article section.while-you-wait ul li img {
    width: 250px;
    height: auto;
    max-height: 250px;
}
/* End Article */

/* Footer */


/* Extend */
footer .text-field {
    border: none;
    padding: 12px 22px;
}

/* Extend */
footer .action-button {
    padding: 11px 75px;
}

.callback {
   /* width: 706px; */
    margin: 0 auto;
    text-align:center;
}

.callback > h2 {
    text-transform: uppercase;
    font-size: 35px;
}

.callback > p {
    font-family: 'fs_albertregular';
    font-size: 22px;
}
.callback > h2,
.callback > p {
    margin: 0 auto;
    width: 660px;
}

.callback .share {
    display: table;
    margin: 64px auto 0;
    display: inline-block;
}

.callback .share p {
    margin: 0 0 11px;
    text-transform: uppercase;
    font-size: 22px;
}

.callback .share ul {
    display: table;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.callback .share ul li {
    display: inline-block;
    margin:0px 10px;
}

/* End Footer */

.bootstrap-tagsinput
{
    line-height: 40px;
    padding: 20px;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
    font-family: fs_albertregular;
    background-color: #f0f4f7;
    border: 1px solid #ecedf1;
    color: #52555b;
}
.bootstrap-tagsinput .tag.label
{
    display: inline;
    padding: .2em .6em .3em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    text-transform: none;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
color: #c5cace;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "✕";
    padding: 0px 2px 0px 10px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  color:#000000;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  color:#000000;
}








/* TOOLTIP TRIGGER */

.tooltip-trigger {
    width: 1.25em;
    height: 1.25em;
    background: #2385BA;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -2px;
    margin: 0 0 0 5px;
    font-size: 0.8em;
    color: white;
    text-align: center;
    font-style: normal;
    font-family: 'Imapct';
}




.smoothscroll-trigger {
    width: 58px;
    height: 32px;
    background: url('../../cot-tool/img/down-arrow.png') no-repeat center center;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    margin: 60px auto -40px;
    opacity: 0.5;
    transition: opacity 0.25s ease-in-out;
}

.smoothscroll-trigger:hover {
    opacity: 1;
}

/* Clearfix */
.clearfix:after,
.lt-ie8 .ie7-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clearfix,
.lt-ie8 .ie7-clearfix {
    *zoom: 1;
}


.callback form { margin: 46px 0px 0px; }
.callback form input[type=text] { width: 100%; }
.callback form label { display: none; }
.callback .hubspot > form > div { width: 100%; }
.callback .hubspot .hs-error-msgs { display: none !important; }
.callback .hubspot .submitted-message {
    margin-top: 40px;
    font-family: 'HouschkaAltProBold';
    text-transform: uppercase;
    font-size: 22px;
}
.callback .hs-form input { color: #000; }
.callback .hs-form input[type="email"] { width: 100%; }
.callback .hs-form textarea { width: 100%; resize: none; height: 100px; }
.callback .hs-form div:nth-child(3) { display: block; }
.callback .hs-form div:nth-child(4) { display: block; }
.callback .hs-form .error { border: 2px solid red; }
.callback .share { display: table; margin: 64px auto 0; display: inline-block; }
.callback .share p { margin: 0 0 11px; text-transform: uppercase; font-size: 22px; }
.callback .share ul { display: table; margin: 0 auto; padding: 0; list-style: none; }
.callback .share ul li { display: inline-block; margin: 0px 10px; }

.hubspot { width: 660px; margin: auto; }
.hubspot .hs-form input:not([type="image"]), .hubspot .hs-form textarea { box-sizing: border-box; }
.hubspot .hs-form.stacked .field { margin-bottom: auto; }
.hubspot .hs-form.stacked label { display: none; }
.hubspot .hs-form input.hs-input { height: auto; }
.hubspot .hs-form input.hs-input, .hubspot .hs-form textarea.hs-input { max-width: none; width: 100%; }
.hubspot .hs-form .hs-button { background-image: none; border-radius: 0; line-height: normal; box-shadow: none; }
.hubspot .hs-form .hs-button:hover { background-image: none; box-shadow: none; }
.hubspot .hs-form .hs-button:hover:not(.inactive), .hubspot .hs-form .hs-button:focus:not(.inactive), .hubspot .hs-form .hs-button.hovered:not(.inactive) { box-shadow: none; border: 0; }
.hubspot input.hs-input, .hubspot textarea.hs-input, .hubspot select.hs-input { border-radius: 0; box-shadow: 0; }
.hs-form input[type="text"],
.hs-form input[type="tel"],
.hs-form input[type="email"],
.hs-form textarea{
    font-family: 'fs_albertregular';
    height: 100px;
    padding: 12px 22px;
    margin-top: 5px;
    font-size: 18px;
    margin-bottom: 20px;
    border:none;
}

.hubspot { width: 660px; margin: auto; }


.hs_full_name.field.hs-form-field { width: 48%; float: left; }

.hs_phone.field.hs-form-field { width: 48%; float: right; }
.hs-form input[type="submit"] {
    background-color: #009ee3;
    border: none;
    font-family: 'HouschkaAltProBold';
    text-transform: uppercase;
    text-decoration: none;
    font-size: 22px;
    color: white;
    padding: 11px 75px;
    -webkit-transition: background .15s linear,color .15s linear;
    transition: background .15s linear,color .15s linear;
}

.hs-form input[type="submit"] {
    background-color: #009ee3;
    border: none;
    font-family: 'HouschkaAltProBold';
    text-transform: uppercase;
    text-decoration: none;
    font-size: 22px;
    color: white;
    padding: 11px 75px;
    -webkit-transition: background .15s linear,color .15s linear;
    transition: background .15s linear,color .15s linear;
}

.hs-form input[type="submit"]:hover
{
    cursor: pointer;
    color: #fff;
    background: #123c8a;
}