* {
  outline: none;
}

html,
body {
  height: 100%;
  min-height: 100%;
}

body {
  margin: 0;
  background: radial-gradient(circle, white, #98b0dfe8, #001b6c),url(/nodeweb.png) no-repeat center center fixed;
  /*! background:white; */
  background-size: cover;
}

.tb {
  display: table;
  width: 100%;
  background:green;
}

.td {
  display: table-cell;
  vertical-align:middle;
}

footer a{text-decoration: none;}
footer a{color:white;}
footer a:hover{color:white;}
footer a:visited{color:white;}
footer a:active{color:white;}

#cover input,
button {
  color: #fff;
  font-family: helvetica;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
}

.default-mode {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 74%;
  padding: 22px;
  margin: 65px auto 0 auto;
  background-color: #212529;
  border-radius: 20px;
  box-shadow: 0 10px 40px #0f1437b8, 0 0 0 5px #fff0;
  /*! transform: scale(0.6); */
  border: 5px solid white;
  z-index:10000;
}

.top-mode{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 45%;
  padding: 22px;
  margin: auto;
  background-color: #212529;
  border-radius: 20px;
  box-shadow: 0 10px 40px #0f1437b8, 0 0 0 5px #fff0;
  transform: scale(0.6);
  border: 5px solid white;
  z-index:10000;
}

#cover form {
  height: 36px;
}

#cover input[type="text"] {
  width: 90%;
  font-size: 2em;
  line-height: 1;
  /*! background:purple; */
  position: absolute;
  /*! top:15px; */
  /*! margin-right: 44px; */
}


@-moz-document url-prefix() {
  #cover input[type="text"] {top:15px;}
}


#cover input[type="text"]::placeholder {
  color:#ffffff6b;
}

#cover #s-cover {
  width: 1px;
  padding-left: 35px;
  position: absolute;
  top: 0px;
  right: 104px;
}

#cover button {
  position: relative;
  display: block;
  width: 85px;
  height: 96px;
  cursor: pointer;
  /*! background: #212529; */
}

/*searchglass circle default*/
#cover #s-circle {
  position: relative;
  top: -20px;
  left: 45px;
  width: 35px;
  height: 35px;
  margin-top: 0;
  border-width: 10px;
  border: 5px solid gold; /*searchglass circle width*/
  background-color: transparent;
  border-radius: 50%;
  transition: 0.5s ease all;
}

/*searchglass handle default*/
#cover button span {
  position: absolute;
  top: 55px;
  left: 75px;
  display: block;
  width: 10px;
  height: 15px;
  background-color: transparent;
  border-radius: 10px;
  transform: rotateZ(67deg);
  transition: 0.5s ease all;
}

/*searchglass handle default w/ actions*/
#cover button span:before,
#cover button span:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px; /*searchglass handle length*/
  height: 7px; /*searchglass handle width*/
  background-color: gold;
  border-radius: 10px;
  transform: rotateZ(0);
  transition: 0.5s ease all;
}

/* searchglass circle squasehd into line */
#cover #s-cover:hover #s-circle {
  top: -8px;
  width: 40px;
  height: 6px;
  left:40px;
  border-width: 0;
  background-color: gold;
  border-radius: 20px;
}

/*searchglass pointer arrow defaults (top & bottom) */
#cover #s-cover:hover span {
  top: 50%;
  left: 60px;
  width: 20px;
  margin-top: -10px;
  transform: rotateZ(0);
}
/*search pointer arrow top*/
#cover #s-cover:hover button span:before {
  bottom: 17px;
  transform: rotateZ(50deg);
}
/*search ointer arrow bottom*/
#cover #s-cover:hover button span:after {
  bottom: 2px;
  transform: rotateZ(-50deg);
}
#cover #s-cover:hover button span:before,
#cover #s-cover:hover button span:after {
  right: -6px;
  width: 25px; /*controls lenght of pointer arrow top & bottom*/
  background-color: gold;
}


.py-5 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  position: fixed;
  width: 100%;
  bottom: 0px;
}

#headline-wrapper{
  position: absolute;
  top: 0px;
  margin-top: 20px;
  color: black;
  margin-top: -292px;
  text-align:center;
  width: 100%;
  margin-left: -20px;
}

#headline{
  font-style: italic;
  font-size: 8em;
  color: #fdd702;
}

.text-stroke{
   color: black;
   text-shadow: 2px 2px 2px #000, -2px -2px 2px #000, 2px -2px 2px #000, -2px 2px 2px #000, 2px 2px 2px #000;
   font-size: 50px;
   }

#sub-headline{font-size: 2em;}

#underline-wrapper{
  position: absolute;
  top: 0px;
  margin-top:610px;
  color: black;
  text-align:center;
  width: 100%;
  font-size:1.2em;
  padding-left:1rem;
  padding-right:1rem;
}
#underline{}

.navbar-brand{font-style:italic;color:gold !important; visibility:hidden;}
.navbar-toggler{border:1px solid #9b9b9b;}
.nav-item .nav-link{color:white;}

/* START MEDIA QUERIES */

@media (max-width: 1130px){
  #headline{font-size:7em;}
  #sub-headline{font-size:1.8em;}
  #headline-wrapper{margin-top: -270px;}
  #underline-wrapper{margin-top:600px;}
}

@media (max-width: 1020px){
  #headline{font-size:5em;}
  .default-mode{width:92%; margin-top:10px;}
  .text-stroke{
   color: black;
   text-shadow: 1px 1px 1 #000, -1px -1px 1 #000, 1px -1px 1 #000, -1px 1px 1 #000, 1px 1px 1 #000;
   font-size: 50px;
   }
  #sub-headline{font-size: 1.5em;}
  #headline-wrapper{margin-top: -190px;}
  #underline-wrapper{margin-top:535px;}
}


@media (max-width: 999px){
  .top-mode{
    margin-top:-17px;
    transform: scale(.4);
    width:150%;
    margin-left:-300px;
  }
  .navbar-brand{visibility: hidden !important;}
  #search-results-wrapper{padding-top:5rem !important;}
  #account-wrapper{margin-top:-2rem;}
  #login-wrapper .col-md-7{margin-top:-3rem;}
  #confirm-wrapper .col-md-7{margin-top:-3rem;}
}

@media (min-width: 992px){
  #mainNav{height:5.5rem;}
  .navbar-brand{font-size:2em;}
}

@media (max-width: 710px){
  .data-button{font-size:.85em !important;}
   #headline{font-size:4em;}
  .default-mode{width:92%; margin-top:10px;}
  .text-stroke{
   color: black;
   text-shadow: 1px 1px 1 #000, -1px -1px 1 #000, 1px -1px 1 #000, -1px 1px 1 #000, 1px 1px 1 #000;
   font-size: 50px;
   }
   #adbudget{text-shadow: 1px 1px 1 #000, -1px -1px 1 #000, 1px -1px 1 #000, -1px 1px 1 #000, 1px 1px 1 #000 !important;}
  #sub-headline{font-size: 1.5em;}
  #headline-wrapper{margin-top: -190px;}
  #underline-wrapper{margin-top:480px;font-size:1em;}

  #headline{font-size:3em;}
  .default-mode{width:92%; margin-top:0px;}
  .text-stroke{
   color: black;
   text-shadow: 1px 1px 1 #000, -1px -1px 1 #000, 1px -1px 1 #000, -1px 1px 1 #000, 1px 1px 1 #000;
   font-size: 50px;
   }
  #sub-headline{font-size:1.2em;}
  #headline-wrapper{margin-top: -150px;}

  #cover form{height:1px;}
  #cover input[type="text"] {top:8px; font-size:1.5em; width:83%;}
  @-moz-document url-prefix() {
    #cover input[type="text"]{top:6px;}
  }

  /*searchglass circle default*/
  #cover #s-circle {
    position: relative;
    top: -32px;
    left: 62px;
    width: 20px;
    height: 20px;
    margin-top: 0;
    border-width: 10px;
    border: 4px solid gold; /*searchglass circle width*/
    background-color: transparent;
    border-radius: 50%;
    transition: 0.5s ease all;
  }

  /*searchglass handle default*/
  #cover button span {
    position: absolute;
    top: 25px;
    left: 80px;
    display: block;
    width: 10px;
    height: 15px;
    background-color: transparent;
    border-radius: 10px;
    transform: rotateZ(67deg);
    transition: 0.5s ease all;
  }

  /*searchglass handle default w/ actions*/
  #cover button span:before,
  #cover button span:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 17px; /*searchglass handle length*/
    height: 5px; /*searchglass handle width*/
    background-color: gold;
    border-radius: 10px;
    transform: rotateZ(0);
    transition: 0.5s ease all;
  }

  /* searchglass circle squasehd into line */
  #cover #s-cover:hover #s-circle {
    top: -25px;
    width: 20px;
    height: 4px;
    left:59px;
    border-width: 0;
    background-color: gold;
    border-radius: 20px;
  }

  /*searchglass pointer arrow defaults (top & bottom) */
  #cover #s-cover:hover span {
    top: 50%;
    left: 60px;
    width: 20px;
    margin-top: -28px;
    transform: rotateZ(0);
  }
  /*search pointer arrow top*/
  #cover #s-cover:hover button span:before {
    bottom: 15px;
    transform: rotateZ(50deg);
  }
  /*search ointer arrow bottom*/
  #cover #s-cover:hover button span:after {
    bottom: 4px;
    transform: rotateZ(-50deg);
  }
  #cover #s-cover:hover button span:before,
  #cover #s-cover:hover button span:after {
    right: -6px;
    width: 18px; /*controls lenght of pointer arrow top & bottom*/
    background-color: gold;
  }
  .top-mode{width:115%;margin-left:-20%;transform:scale(0.6);margin-top:0px;}
  .navbar-brand{visibility:hidden;}
}

/* END MEDIA QUERIES */

#search-results-wrapper{
  width:100%;
  position: absolute;
  height:100%;
  left:0px;
  top:0px;
  right:0px;
  overflow-y: scroll;
  padding-left:1rem;
  padding-right:1rem;
  padding-top:7rem;
  padding-bottom:3.5rem;
}

.result-record-wrapper{
  position: relative;
  background:white;
  margin-bottom: 2rem;
  margin-left:auto;
  margin-right:auto;
  max-width:600px;
  border-radius:.5rem;
  border:2px solid #212529;
  /*! box-shadow: 0px 0px 4px 1px #0006; */
}

.result-name{
  /* background:#212529; */
  /* color:white; */
  padding: 0rem 1rem .0rem 1rem;
  font-size: 1.5em;
  /* padding-left: 6rem; */
  /* margin-top: -.5rem; */
}

.result-keywords{
  padding:.3rem 1rem .3rem 1rem;
  font-size:.8em;
  line-height: 1.4;
  /* border-bottom: 1px solid #a1a1a1; */
  /* background: #212529; */
  /* color: white; */
  font-style: italic;
  /* background: gold; */
}
.result-divider{
  /* background:#a6a6a6; */
  height:1px;
}

.result-owner-name{
  padding:.3rem 1rem .3rem 1rem;
}

.result-owner-address1{
  padding:0rem 1rem 0rem 1rem;
  font-size: .8em;
  line-height: 1.2;
}
.result-owner-address2{
  padding:0rem 1rem .6rem 1rem;
  font-size: .8em;
  line-height: 1.2;
}

.result-data-buttons{
  padding-bottom:1rem;
  /* padding-top: .5rem; */
  padding-left:1rem;
}
.data-button{
  margin-right:.3rem;
  padding: 0rem 0.5rem 0rem .5rem;
  background: lightgray;
  border:1px solid black;
  cursor: pointer;
  border-radius: .5rem;
  font-size: .8em;
}
.result-data-display-wrapper{
  padding:.3rem 1rem .3rem 1rem;
  border-top:1px solid #a6a6a6;
}

#footer{font-size:.8em;}

#no-results-found{
  position: relative;
  background:#f4f4f4;
  margin-bottom: 1rem;
  margin-left:auto;
  margin-right:auto;
  max-width:600px;
  border-radius:.5rem;
  border:2px solid #212529;
  text-align: center;
  padding:1rem;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f121;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: gold;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}










/* pricing table styling */


#pricing{text-align:center;position: absolute;width: 100%;top: 0px;bottom: 0px;overflow: scroll;padding-top: 6.5rem;padding-bottom: 3rem;}
#pricing h1{
  margin-bottom:2rem;
  margin-top:-1.5rem;
  background:#ffffffcf;
  padding-top:.5rem;
  padding-bottom: .5rem;
  width: 332px;
  margin:auto;
  border-radius:10rem;
  font-size: 1.8rem;
  border: 2px solid #061f6866;
}

#pricing .container{margin-top:1rem;}

.amount{font-size:3em;}
.permonth{font-size:1em;}

.pricingTable{
    background: linear-gradient(#fff,#f1f1f1);
    font-family: 'Helvitica', sans-serif;
    text-align: center;
    padding: 0 0 25px;
    border-radius: 11px;
    box-shadow: 0 0 20px -10px #fff;
    border: 3px solid #212529;
    max-width: 400px;
    margin: auto;
}
.pricingTable .pricingTable-header{
    color: #fff;
    background: #212529;
    padding: 45px 10px 60px;
    border-radius: 7px 7px 0px 0px;
    /* border: 3px solid black; */
    /* z-index: 0; */
}
.pricingTable .title{
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}
.pricingTable .price-value{
    color: #000000;
    background: #fff;
    /* font-size: 45px; */
    line-height: 1;
    padding: 5px;
    width: 80%;
    margin: -39px auto 20px;
    border-radius: 50px;
    border: 2px solid #000000;
    text-align: center;
    position:relative;
}
.pricingTable .pricing-content{
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content li{
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0 0 5px;
    border-bottom: 2px solid #111;
}
.pricingTable .pricing-content li:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.pricingTable .pricingTable-signup a{
    color:#fff;
    background: #0c256a;
    font-size: 27px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 80%;
    padding: 8px;
    margin: 0 auto;
    border-radius: 20px;
    display: block;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup a:hover{
    letter-spacing: 3px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.pricingTable.blue .pricingTable-header,
.pricingTable.blue .pricingTable-signup a{
    background: #279CFC;
}
.pricingTable.blue .price-value{
    color: #279CFC;
    border-color: #279CFC;
}
.pricingTable.purple .pricingTable-header,
.pricingTable.purple .pricingTable-signup a{
    background: #744EA5;
}
.pricingTable.purple .price-value{
    color: #744EA5;
    border-color: #744EA5;
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 40px; }
}

.option3 .pricingTable-header{
    background:gold;
    color:black;
}

.pricingTable-header{
  position:relative;
}

@media (max-width:990px){
  #pricing{margin-top:-2.4rem;}
}

#contact{
  position: absolute;
  top:0;
  bottom:0;
  margin:auto;
  overflow:scroll;
  width:100%;
  padding-left:1rem;
  padding-right:1rem;
}

#contact .col-md-8{
  background:#fff;
  padding:2rem;
  border:2px solid black;
  border-radius:.4rem;
}

.specialItem{font-weight:bold !important;}

.asterix{}

.result-type{
  /* position:absolute; */
  left: .8rem;
  top:-2px;
  font-size: .8em;
  background: #4c4c4c00;
  /* color:#f4f4f4; */
  padding: 0rem 0rem 0rem 1.1rem;
  /* border-radius:0rem 0rem .4rem .4rem; */
  text-decoration: underline;
  background: #212529;
  color: white;
  padding-bottom: .2rem;
  /* font-weight: bold; */
}

.result-brand-owner-divider{
  background:#212529;
  height:2px;
}

.owner-label{
  font-size:.8em;
  padding-left: 1.1rem;
  text-decoration:underline;
  /* font-weight: bold; */
  padding-top: .3rem;
}

.result-keyword-address-divider{margin-bottom: .5rem;}

.result-company-data-wrapper{
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:.5rem;
  display:none;
}

.result-brand-data-wrapper{display:none;border-top: 1px solid #bbb;margin-left: 1rem;margin-right: 1rem;}

.result-agency-data-wrapper{display:none;padding-left: 1rem;padding-right: 1rem;/*! overflow-y: scroll; */}

.active-data-button{
  background:gold;
}

.company-budget-label{
  border-top:1px solid #bbb;
  font-size:.8em;
  text-decoration: underline;
  padding-top:1rem;
}

.media-formats-label{
  font-size:.8em;
  text-decoration: underline;
}

.company-budget-display{
  padding-top:.5rem;
  padding-bottom:.5rem;
}

.media-data-display{font-size:.8em;padding-top:.5rem;padding-bottom: .5rem;display: inline-block;min-height: 310px;}

.media-data-display-no-chart{font-size:.8em;padding-top:.5rem;padding-bottom: .5rem;display: inline-block;}

.media-type{
}
.media-format-spend{float:right;}
.media-type-display{
  border-bottom:1px solid #bbb;
  width:220px;
}
.media-type-display:first-of-type{border-top:1px solid #bbb;}

.media-chart{
  width: 300px;
  height: 300px;
  display: inline-block;
  float: right;
  right: 0px;
  position: absolute;
  margin-right: 1rem;
  visibility:hidden;
}

.chart-color{
  width:10px;
  height:10px;
  float:right;
  margin-left:.3rem;
  margin-top:.25rem;
}

@media (max-width: 613px){
  .media-data-display{
    min-height:revert;
  }
  .media-chart{
    display:revert;
    position:revert;
    float:revert;
    right:revert;
    margin-top:.8rem;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:.8rem;
    width:85%;
    height:auto;
  }
  .brand-image{
    height:50px !important;
  }

}

.out-of-credits{
  font-size:.8em;
  padding-bottom: 1rem;
  border-top: 1px solid #bbb;
  padding-top: 1rem;
}

.brand-image{
  width:100px;
  height:90px;
  /*! position: absolute; */
  top:0;
  right:0;
  /*! margin-top:1.8rem; */
  /*! margin-right:.4rem; */
  float: right;
  margin-top: .5rem;
}

.brand-image img{
  max-width:100%;
  max-height: 100%;
  float:right;
}

.brand-budget-label{
  font-size:.8em;
  text-decoration: underline;
  margin-top: 1rem;
}

.brand-rank-label{
  font-size:.8em;
  text-decoration: underline;
}

.brand-budget-display{
  padding-top:.5rem;
  padding-bottom:.5rem;
}
.brand-rank{
  font-size:.8em;
  padding-top:.5rem;
  padding-bottom:.5rem;
}

.agency-partners-label{
  font-size:.8em;
  text-decoration: underline;
  border-top: 1px solid #bbb;
  padding-top: 1rem;
  padding-bottom: .5rem;
  box-shadow: antiquewhite;
}

.agency-partners-list{
  overflow-y: scroll;
  max-height: 200px;
  border:1px solid #bbb;
  margin-bottom:1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  font-size: .8rem;
  box-shadow: inset 0px 0px 5px 1px #c9c9c9;
}

.agency-partner-list-item{
  padding-bottom:.3rem;
}

.upgrade-notice{
  font-size:.8em;
  padding-top:.5rem;
  padding-bottom:.5rem;
}

#account-wrapper {
  width: 100%;
  position: relative;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow-y: scroll;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 7rem;
  padding-bottom: 3.5rem;
}

#account-wrapper-inner{
  max-width:800px;
  margin:auto;
  background:white;
  padding:1rem;
  border-radius: .5rem;
  border: 2px solid black;
  position: relative;
}

.tab-content{
  padding-top:1rem;
}

#header-banner{font-size: 1.5em;text-decoration: underline;margin-bottom:1rem;}
#user-name{font-size:1.2em;margin-bottom:1rem;}

.nav-tabs{border-bottom:1px solid black;}

.nav-tabs .nav-link{
  border:1px solid black;
  margin-right:.1rem;
  color:black;
  padding:.25rem .55rem .25rem .55rem;
}

#account-wrapper-inner .nav-tabs .active{
  border:1px solid black;
  background:black;
  color:white;
}

#change_password ,#update_details{background:black;border:1px solid black;font-weight:bold;}

.account-label{padding-right:.5rem;}
.account-section{margin-bottom:.5rem;}

#login-wrapper {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow-y: scroll;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 7rem;
  padding-bottom: 3.5rem;
}

#confirm-wrapper {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow-y: scroll;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 7rem;
  padding-bottom: 3.5rem;
}

#login-wrapper .col-md-7{
  width: 350px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top:-1rem;
}

#confirm-wrapper .col-md-7{
  width: 350px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top:-1rem;
}

#confirm-wrapper .px-4{padding: 0px !important;/*! font-size: .5em !important; */}
#confirm-wrapper .pt-4{padding:1rem !important;}
#confirm-wrapper .text-success{font-size:1.1em; color:black !important;padding-bottom: .1rem;}
#confirm-wrapper .text-error{font-size:1.1em; color:red !important;margin: 0px !important;}

#mainNav .nav-link{color:white !important;}
#btn-register, #btn-forgot-password, #btn-login{background:black;border:1px solid black;margin-top:  1rem !important;}

.mt-5{border:2px solid black;}

#create{display:inline;}
#registration-form-headline{text-align:center;font-weight: bold;text-decoration: underline;margin-bottom: 1rem;}

#mainNav #upgrade-menu-link .nav-link{font-weight:bold; color: gold !important;}

#upgrade-account-button{
  color:black;
  background:gold;
  width:100px;
  text-align:center;
  border-radius:5px;
  text-decoration:none;
  border:2px solid black;
  font-weight:bold;
  top: 1.5rem;
  position: absolute;
  right: 1rem;
}

.nav-tabs .nav-link:hover{
  border:1px solid black;
}


#nav-user-budgets H6{font-size:1.2em;}
#nav-user-budgets TH{font-weight: normal; text-decoration: underline;}
#nav-user-budgets TD{width:50%;}
#nav-user-budgets TABLE{width:100%;}

#new-password-label{margin-bottom:1rem;font-size:1.1em;}
#password-reset-form{text-align: center;}
#password-reset-form button{width:100%;background-color:black;}


.terms{position: relative;}

.termsCheckboxWrapper{
  display: inline-block;
  width: 10%;
  position: absolute;
  top: 0px;
}

.termsTextWrapper{
  display: inline-block;
  width: 90%;
  font-size: .7em;
  margin-left: 10%;
}

.errorTxt{color:#dc3545;font-weight: bold;}

#create .btn-success{background: green; font-weight: bold;}
#create .btn-pre-success{background: black; color: white;}


#free-trial-form-headline{text-align:center; font-size:1.1em; font-weight: bold;}
.free-trial-form-subheadline{text-align: center; font-size:1em; font-weight: bold;}


/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}
