/* Variables */
/* was 831 */
/* transitions */
/* Variables */
/* was 831 */
/* transitions */
* {
  box-sizing: border-box;
  outline: 0;
  font-family: Open Sans, sans-serif; }

html {
  font-size: 10px;
  line-height: 1.5;
  height: 100%; }

body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  background: #f5f5f5;
  color: #555;
  height: 100%;
  line-height: 1.5;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none; }

strong {
  font-weight: 600; }

img {
  max-width: 100%; }

option {
  font-size: 1.6rem; }

/* Generic/Global Styling */
.clear,
.clearfix {
  clear: both; }

.no-decoration {
  text-decoration: none; }

.no-margin {
  margin: 0; }

.no-margin-bottom {
  margin-bottom: 0; }

.half-margin-top {
  margin-top: 7px; }

.no-margin-top {
  margin-top: 0; }

a {
  color: #444;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s; }
  a:hover {
    -webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s; }

p:first-child {
  margin-top: 0; }
p:last-child {
  margin-bottom: 0; }

.full-width {
  width: 100%; }

.inline {
  display: inline; }

.overflow {
  overflow: hidden; }

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

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

.text-left {
  text-align: left; }

.normal {
  font-weight: 400; }

.sm-text-center {
  text-align: center; }
  @media screen and (min-width: 414px) {
    .sm-text-center {
      text-align: left; } }

.md-text-center {
  text-align: center; }
  @media screen and (min-width: 470px) {
    .md-text-center {
      text-align: left; } }

.lg-text-center {
  text-align: center; }
  @media screen and (min-width: 600px) {
    .lg-text-center {
      text-align: left; } }

.lg-right-center {
  text-align: center; }
  @media screen and (min-width: 600px) {
    .lg-right-center {
      text-align: right; } }

.lg-left-center {
  text-align: center; }
  @media screen and (min-width: 600px) {
    .lg-left-center {
      text-align: left; } }

.xl-left-center {
  text-align: center; }
  @media screen and (min-width: 917px) {
    .xl-left-center {
      text-align: left; } }

.xl-right-center {
  text-align: center; }
  @media screen and (min-width: 917px) {
    .xl-right-center {
      text-align: right; } }

.sm-right {
  float: none; }
  @media screen and (min-width: 414px) {
    .sm-right {
      float: right; } }

.sm-left {
  float: none; }
  @media screen and (min-width: 414px) {
    .sm-left {
      float: left; } }

.xs-hide {
  display: none; }
  @media screen and (min-width: 414px) {
    .xs-hide {
      display: inline-block; } }

.xs-show {
  display: inline-block; }
  @media screen and (min-width: 414px) {
    .xs-show {
      display: none; } }

.sm-hide {
  display: none; }
  @media screen and (min-width: 917px) {
    .sm-hide {
      display: inline-block; }
      .sm-hide.table {
        display: table; }
      .sm-hide.table-cell {
        display: table-cell; }
      .sm-hide.block {
        display: block; } }

.sm-show {
  display: inline-block; }
  .sm-show.block {
    display: block; }
  @media screen and (min-width: 917px) {
    .sm-show {
      display: none; }
      .sm-show.block {
        display: none; } }

.sm-text-center {
  text-align: center; }
  @media screen and (min-width: 917px) {
    .sm-text-center {
      text-align: inherit; } }

.lg-hide {
  display: none; }
  @media screen and (min-width: 600px) {
    .lg-hide {
      display: inline-block; }
      .lg-hide.block {
        display: block; } }

.lg-show {
  display: block; }
  @media screen and (min-width: 600px) {
    .lg-show {
      display: none; } }

.relative {
  position: relative; }

/* Main Containers */
.wrap {
  width: 100%;
  margin: auto; }
  @media screen and (min-width: 917px) {
    .wrap {
      width: 830px; } }

.row {
  margin-left: 0;
  margin-right: 0; }

[class^="col-"] {
  padding-left: 0;
  padding-right: 0; }

@media screen and (min-width: 917px) {
  #main {
    background: #ffffff url("//images.freeola.co.uk/main/sidebar.png") right repeat-y; }
    #main.not-homepage {
      margin-top: 20px; } }
#main #content {
  width: 100%;
  height: auto;
  padding: 0;
  background: #ffffff; }
  @media screen and (min-width: 917px) {
    #main #content {
      float: left;
      width: 603px;
      padding: 0px; }
      #main #content.full-width {
        width: 100%; } }

/* full width container with normal site padding
wrap all content in one (or more) of these.
Add extra classes as required */
section,
.content-inner {
  padding: 2.4rem 1.8rem; }
  @media screen and (min-width: 414px) {
    section,
    .content-inner {
      padding: 24px 24px; } }
  section.top-pad,
  .content-inner.top-pad {
    padding: 24px 18px 24px; }
    @media screen and (min-width: 414px) {
      section.top-pad,
      .content-inner.top-pad {
        padding: 24px 24px; } }
  section.no-top-pad,
  .content-inner.no-top-pad {
    padding: 0 18px 24px; }
    @media screen and (min-width: 414px) {
      section.no-top-pad,
      .content-inner.no-top-pad {
        padding: 0 24px 24px; } }
  section.no-bottom-pad,
  .content-inner.no-bottom-pad {
    padding: 12px 18px 0; }
    @media screen and (min-width: 414px) {
      section.no-bottom-pad,
      .content-inner.no-bottom-pad {
        padding: 24px 24px 0; } }
  section.no-top-bottom-pad,
  .content-inner.no-top-bottom-pad {
    padding: 0 18px; }
    @media screen and (min-width: 414px) {
      section.no-top-bottom-pad,
      .content-inner.no-top-bottom-pad {
        padding: 0 24px; } }
  @media screen and (max-width: 600px) {
    section.lg-no-top-bottom-pad,
    .content-inner.lg-no-top-bottom-pad {
      padding: 0 12px; } }
  @media screen and (max-width: 600px) {
    section.lg-no-bottom-pad,
    .content-inner.lg-no-bottom-pad {
      padding: 24px 24px 0; } }
  section.no-side-pad,
  .content-inner.no-side-pad {
    padding: 12px 0 24px; }
    @media screen and (min-width: 414px) {
      section.no-side-pad,
      .content-inner.no-side-pad {
        padding: 24px 0; } }
  section.half-side-pad,
  .content-inner.half-side-pad {
    padding: 12px 9px; }
    @media screen and (min-width: 414px) {
      section.half-side-pad,
      .content-inner.half-side-pad {
        padding: 24px 9px; } }

/* full width heading image container
just supply the background image url and height on the page */
.head_contain {
  width: 100%;
  height: 200px;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: 100% 100%;
  background-size: cover; }
  .head_contain .dark_head_contain {
    position: absolute;
    bottom: 24px;
    left: 24px; }
  @media screen and (min-width: 414px) {
    .head_contain.mininav .dark_head_contain {
      bottom: 72px; } }
  .head_contain .price-spot {
    position: absolute;
    top: 24px;
    right: 24px;
    display: none; }
    @media screen and (min-width: 470px) {
      .head_contain .price-spot {
        display: inline-block; } }
  .head_contain .promo-spot {
    position: absolute;
    top: 24px;
    right: 24px;
    display: none;
    height: 115px;
    width: 115px;
    background: #3f9ad8;
    color: #fff;
    border-radius: 50% 0 50% 50%;
    text-align: center; }
    @media screen and (min-width: 470px) {
      .head_contain .promo-spot {
        display: block; } }
    .head_contain .promo-spot div {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-weight: 600;
      line-height: 1.3;
      text-transform: uppercase; }
    .head_contain .promo-spot span {
      display: block;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); }
      .head_contain .promo-spot span.sub {
        font-size: 1.2rem; }
      .head_contain .promo-spot span.price {
        font-size: 3.2rem;
        line-height: 0;
        font-weight: 700;
        margin: 1.4rem 0 1.7rem; }
      .head_contain .promo-spot span.plain {
        font-size: 1.6rem;
        text-transform: none; }
      .head_contain .promo-spot span.lower {
        display: inline;
        text-transform: none; }

.padded-multiline {
  line-height: 45px;
  padding: 0px 0;
  font-size: 1.9rem;
  font-weight: 300;
  margin: 0; }
  @media screen and (min-width: 414px) {
    .padded-multiline {
      font-size: 3rem;
      width: 430px; } }
  .padded-multiline.smaller {
    font-size: 1.6rem;
    line-height: 1.6; }
    @media screen and (min-width: 414px) {
      .padded-multiline.smaller {
        font-size: 2.4rem; } }
    .padded-multiline.smaller span {
      padding: 2px 10px; }
      .padded-multiline.smaller span.no-margin {
        margin: 0; }
  .padded-multiline span {
    color: #ffffff;
    display: block;
    padding: 2px 10px 0px 10px;
    background: url("//images.freeola.co.uk/getdotted/new-domain-types/bkgd.png") repeat scroll 0 0;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    margin: 0 0 1px 0; }
    @media screen and (min-width: 414px) {
      .padded-multiline span {
        display: inline-block; } }
    .padded-multiline span.bottom-line {
      padding: 0 10px;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone; }

/* input field within a header image */
.plain-search {
  width: 88%;
  max-width: 555px;
  position: absolute;
  bottom: 24px;
  left: 6%; }
  @media screen and (min-width: 414px) {
    .plain-search {
      left: 24px; } }
  @media screen and (min-width: 917px) {
    .plain-search {
      left: 24px;
      width: 100%; } }
  .plain-search .field-container input[type="text"] {
    width: 90%; }
  .plain-search .field-container button {
    width: 10%; }

.field-container {
  position: static;
  width: 100%;
  border-radius: 8px;
  background: #ffffff; }
  @media screen and (min-width: 414px) {
    .field-container {
      margin: 1rem auto; } }
  @media screen and (min-width: 917px) {
    .field-container {
      background: #ffffff; } }
  .field-container input[type="text"] {
    border-style: solid;
    border-width: 2px 0 2px 2px;
    border-color: transparent;
    width: 90%;
    padding: 1rem;
    font-weight: 400;
    color: #444444;
    font-size: 1em;
    height: 44px;
    float: left;
    border-radius: 8px 0 0 8px;
    text-align: left;
    -webkit-transition: border-color 500ms linear 0s;
    -moz-transition: border-color 500ms linear 0s;
    transition: border-color 500ms linear 0s; }
    @media screen and (min-width: 414px) {
      .field-container input[type="text"] {
        text-align: left;
        height: 50px;
        width: 60%; } }
    @media screen and (min-width: 917px) {
      .field-container input[type="text"] {
        width: 90%; } }
    .field-container input[type="text"]:focus {
      border-color: #8bbf36 transparent #8bbf36 #8bbf36;
      -webkit-transition: border-color 500ms linear 0s;
      -moz-transition: border-color 500ms linear 0s;
      transition: border-color 500ms linear 0s; }
  .field-container button {
    width: 10%;
    border-style: solid;
    border-width: 2px 2px 2px 0;
    border-color: transparent;
    padding: 0 0.8rem 0 0;
    background: #ffffff;
    height: 44px;
    float: left;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    font-size: 1.8rem;
    -webkit-transition: border-color 500ms linear 0s;
    -moz-transition: border-color 500ms linear 0s;
    transition: border-color 500ms linear 0s; }
    @media screen and (min-width: 414px) {
      .field-container button {
        height: 50px;
        padding: 0; } }
    .field-container button span {
      -webkit-transition: color 500ms linear 0s;
      -moz-transition: color 500ms linear 0s;
      transition: color 500ms linear 0s; }
    .field-container button.focused {
      border-color: #8bbf36 #8bbf36 #8bbf36;
      -webkit-transition: border-color 500ms linear 0s;
      -moz-transition: border-color 500ms linear 0s;
      transition: border-color 500ms linear 0s; }
      .field-container button.focused span {
        color: #8bbf36;
        -webkit-transition: color 500ms linear 0s;
        -moz-transition: color 500ms linear 0s;
        transition: color 500ms linear 0s; }

/* A full width container with grey background */
.cut-out {
  background: #f9f9f9;
  padding: 2.4rem;
  margin: 0; }
  .cut-out.bordered {
    border-width: 1px 0;
    border-style: solid;
    border-color: #eeeeee; }
  .cut-out.no-pad {
    padding: 0; }
  .cut-out.sm-side-pad {
    padding: 0 2.4rem; }

.dashed_box {
  border: 1px dashed #b3b3b3;
  padding: 2.2rem 0;
  text-align: center;
  margin: 0 0 2.4rem 0;
  word-wrap: break-word; }
  .dashed_box.align-left {
    text-align: left; }
  .dashed_box.no-margin {
    margin: 0; }
  .dashed_box.margin-top {
    margin: 2.4rem 0; }
  .dashed_box.no-margin-bottom {
    margin-bottom: 0; }
  .dashed_box.pad {
    padding: 22px 12px; }
  .dashed_box.pad24 {
    padding: 2.4rem; }
  .dashed_box p {
    margin: 0px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #444444; }
    .dashed_box p.normal {
      font-weight: 400; }
    .dashed_box p.smaller {
      font-size: 1.4rem; }
    .dashed_box p.even-smaller {
      font-size: 1.2rem; }
    .dashed_box p.header {
      font-size: 1.5rem;
      font-weight: 600;
      margin-top: 0;
      margin-bottom: 1.5rem; }
      .dashed_box p.header.half-margin-bottom {
        margin-bottom: 0.3rem; }
      .dashed_box p.header.no-margin {
        margin-bottom: 0; }
  .dashed_box .green {
    background: none;
    color: #8bbf36; }
  .dashed_box a {
    color: #3f9ad8;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
    .dashed_box a:hover {
      color: #444444;
      -webkit-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
  .dashed_box.normal {
    padding: 2.4rem;
    margin: 0; }
    .dashed_box.normal p {
      font-weight: 400;
      font-size: 1.4rem;
      margin: 0 0 1.2rem 0;
      text-align: left; }
      .dashed_box.normal p:last-child {
        margin: 0; }
    .dashed_box.normal .section_header {
      font-size: 1.6rem;
      text-align: left; }

.grey_box {
  background: #eeeeee none repeat scroll 0 0;
  border-bottom: 1px solid #ffffff;
  margin: 0;
  padding: 24px 0;
  width: 100%; }
  @media screen and (min-width: 917px) {
    .grey_box {
      margin: 0 auto -24px; } }
  .grey_box.no-margin {
    margin: 0; }
  .grey_box h3 {
    font-size: 2.2rem;
    font-weight: 300;
    text-align: center;
    margin: 0; }
    @media screen and (min-width: 600px) {
      .grey_box h3 {
        margin: auto;
        font-size: 2.8rem; } }
  .grey_box .info_collapse {
    margin-top: 0px; }
  .grey_box .no_marg_top {
    margin-top: 0px; }

.grey-block {
  border-left: 3px solid #888888;
  background-color: #ecf0f1;
  clear: both;
  margin: 0 0 2.4rem;
  padding: 20px; }
  .grey-block.no-margin {
    margin: 0; }
  .grey-block.no-border {
    border: 0; }
  .grey-block .section_head {
    font-size: 2rem;
    font-weight: 400;
    border-bottom: none;
    color: #555;
    padding-bottom: 12px;
    margin-bottom: 12px; }
  .grey-block p {
    margin: 0 0 24px; }
  .grey-block .result-heading {
    text-align: center;
    word-wrap: break-word; }
    @media screen and (min-width: 470px) {
      .grey-block .result-heading {
        text-align: left; } }
    .grey-block .result-heading span {
      display: block; }
      @media screen and (min-width: 470px) {
        .grey-block .result-heading span {
          display: inline; } }

.search-again input {
  float: left;
  width: 80%;
  height: 51px;
  border-radius: 0;
  border-color: #eeeeee;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  padding: 0 0 0 1rem;
  font-size: 1.6rem; }
  @media screen and (min-width: 414px) {
    .search-again input {
      width: 90%; } }
.search-again button {
  width: 20%;
  float: left;
  height: 51px;
  background: #8bbf36;
  text-align: center;
  padding: 0;
  -webkit-transition: background 500ms linear 0s;
  -moz-transition: background 500ms linear 0s;
  transition: background 500ms linear 0s; }
  @media screen and (min-width: 414px) {
    .search-again button {
      width: 10%; } }
  .search-again button:hover {
    background: #6e972b;
    -webkit-transition: background 500ms linear 0s;
    -moz-transition: background 500ms linear 0s;
    transition: background 500ms linear 0s; }
.search-again .gd-btn {
  margin: 0; }

.green {
  clear: both;
  background: url("//images.freeola.co.uk/getdotted/renewals/green_overlay_bkgd.png") no-repeat center center/cover;
  height: auto;
  width: 100%;
  padding: 2.4rem 0; }
  @media screen and (min-width: 414px) {
    .green {
      padding: 4.8rem 0; } }
  .green h2 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    line-height: 35px;
    margin: 0; }
    @media screen and (min-width: 414px) {
      .green h2 {
        font-size: 26px; } }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.content_list {
  list-style-type: none;
  padding-left: 0; }
  @media screen and (min-width: 414px) {
    .content_list {
      border-left: 1px solid #eeeeee; } }
  @media screen and (min-width: 600px) {
    .content_list {
      margin-left: 12px;
      padding-right: 12px; } }
  .content_list li {
    position: relative;
    padding: 1.2rem 0 2.4rem;
    margin: 0; }
    @media screen and (min-width: 414px) {
      .content_list li {
        padding: 3.8rem 0 0 2.6rem; } }
    .content_list li img {
      display: none;
      position: absolute;
      left: -21px;
      top: 29px; }
      @media screen and (min-width: 414px) {
        .content_list li img {
          display: inline-block; } }
    @media screen and (min-width: 414px) {
      .content_list li:nth-child(1) {
        padding: 0.8rem 0 0 2.6rem; } }
    .content_list li:nth-child(1) img {
      display: none;
      position: absolute;
      left: -21px;
      top: 0; }
      @media screen and (min-width: 414px) {
        .content_list li:nth-child(1) img {
          display: inline-block; } }
    @media screen and (min-width: 414px) {
      .content_list li:nth-last-child(1):not(:first-of-type) {
        padding: 3.8rem 0 0.7rem 2.6rem; } }
    @media screen and (min-width: 414px) {
      .content_list li:only-child {
        padding: 0.8rem 0 2.4rem 2.6rem; } }
  .content_list .section_header {
    font-weight: 300;
    font-size: 1.8rem;
    padding: 0; }
    @media screen and (min-width: 470px) {
      .content_list .section_header {
        font-size: 2.4rem; } }
    .content_list .section_header strong {
      font-weight: 600; }

button {
  border: 0;
  padding: 0;
  margin: 0; }

/* Link buttons */
.gd-btn,
.fr-btn {
  background: #777 none repeat scroll 0 0;
  border: 0 none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  height: 51px;
  line-height: 1.5;
  font-weight: 600;
  margin: 8px 0;
  outline: 0 none;
  padding: 1.5rem 2.25rem;
  text-decoration: none;
  width: 100%;
  text-align: center;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s; }
  @media screen and (min-width: 414px) {
    .gd-btn,
    .fr-btn {
      text-align: left;
      width: auto;
      margin: 0; }
      .gd-btn.full-width,
      .fr-btn.full-width {
        width: 100%; }
      .gd-btn.text-center,
      .fr-btn.text-center {
        text-align: center; } }
  .gd-btn:hover,
  .fr-btn:hover {
    background: #5e5e5e;
    -webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s; }
  .gd-btn span,
  .fr-btn span {
    display: inline-block; }
    .gd-btn span.text,
    .fr-btn span.text {
      border-bottom: 1px dotted #ffffff; }
  .gd-btn.checkout, .gd-btn.green,
  .fr-btn.checkout,
  .fr-btn.green {
    background-color: #8bbf36; }
    .gd-btn.checkout:hover, .gd-btn.green:hover,
    .fr-btn.checkout:hover,
    .fr-btn.green:hover {
      background-color: #6e972b; }

.fr-btn {
  background-color: #3f9ad8; }
  .fr-btn.no-margin-top {
    margin-top: 0; }
  .fr-btn:hover {
    background-color: #2680be; }

/* alternate buttons */
.gd-alt-btn,
.fr-alt-btn {
  display: block;
  background-color: #86be2d;
  text-align: center;
  color: #ffffff;
  height: 50px;
  line-height: 5rem;
  font-size: 1.5rem;
  text-decoration: none;
  width: 100%;
  margin: 10px 0;
  -webkit-transition: background 0.25s ease 0s;
  -moz-transition: background 0.25s ease 0s;
  transition: background 0.25s ease 0s; }
  @media screen and (min-width: 470px) {
    .gd-alt-btn,
    .fr-alt-btn {
      padding: 0 1.3rem; } }
  @media screen and (min-width: 600px) {
    .gd-alt-btn,
    .fr-alt-btn {
      display: inline-block;
      width: auto;
      margin: 0; } }
  .gd-alt-btn.full-width,
  .fr-alt-btn.full-width {
    width: 100%; }
  .gd-alt-btn:hover,
  .fr-alt-btn:hover {
    background-color: #7cac23;
    -webkit-transition: background 0.25s ease 0s;
    -moz-transition: background 0.25s ease 0s;
    transition: background 0.25s ease 0s; }
  .gd-alt-btn .but-text,
  .fr-alt-btn .but-text {
    border-bottom: 1px dotted #ffffff;
    position: relative;
    top: -1px; }
  .gd-alt-btn .icon-privacy,
  .gd-alt-btn .fa,
  .fr-alt-btn .icon-privacy,
  .fr-alt-btn .fa {
    font-size: 15px;
    position: relative;
    top: 1px;
    padding-right: 3px; }

.fr-alt-btn {
  background-color: #3f9ad8; }
  .fr-alt-btn:hover {
    background-color: #2680be; }
  .fr-alt-btn.no-margin-top {
    margin-top: 0; }
  .fr-alt-btn.grey {
    background-color: #999999; }
    .fr-alt-btn.grey:hover {
      background-color: gray; }

.fr-btn.flat,
.fr-alt-btn.flat {
  background-color: #009fe1; }
  .fr-btn.flat:hover,
  .fr-alt-btn.flat:hover {
    background-color: #007bae; }

a.green-link {
  color: #8bbf36;
  -webkit-transition: color 500ms linear 0s;
  -moz-transition: color 500ms linear 0s;
  transition: color 500ms linear 0s; }
  a.green-link:hover {
    color: #6e972b;
    -webkit-transition: color 500ms linear 0s;
    -moz-transition: color 500ms linear 0s;
    transition: color 500ms linear 0s; }
a.link, a.main_text_link {
  color: #3f9ad8;
  text-decoration: none;
  border-style: dotted;
  border-width: 0 0 1px 0;
  border-color: #3f9ad8;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s; }
  a.link:hover, a.main_text_link:hover {
    color: #2680be;
    border-color: #2680be;
    -webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s; }
a.dark-link {
  color: #444444;
  -webkit-transition: color 500ms linear 0s;
  -moz-transition: color 500ms linear 0s;
  transition: color 500ms linear 0s; }
  a.dark-link:hover {
    color: #8ac127;
    -webkit-transition: color 500ms linear 0s;
    -moz-transition: color 500ms linear 0s;
    transition: color 500ms linear 0s; }

.search-box-container {
  position: relative; }
  .search-box-container.header-search {
    top: -31px; }
    .search-box-container.header-search .search-box {
      padding: 0 7.5px; }
      @media screen and (min-width: 414px) {
        .search-box-container.header-search .search-box {
          padding: 0 30px; } }
      .search-box-container.header-search .search-box .search-input-container {
        width: 82.4%; }
      .search-box-container.header-search .search-box .search-button-container {
        width: 16%; }
        @media screen and (min-width: 917px) {
          .search-box-container.header-search .search-box .search-button-container {
            width: 85px; } }
  .search-box-container.inset-box .search-box {
    padding: 0 24px; }
    .search-box-container.inset-box .search-box .form-container {
      background: #ffffff;
      padding: 7px;
      max-width: 603px;
      border-radius: 8px; }
  .search-box-container .search-box {
    background: #87bc3a;
    padding: 15px 7.5px; }
    @media screen and (min-width: 414px) {
      .search-box-container .search-box {
        padding: 30px; } }
    .search-box-container .search-box.no-bg {
      background: none; }
    .search-box-container .search-box.no-side-pad {
      padding: 0 0; }
      @media screen and (min-width: 414px) {
        .search-box-container .search-box.no-side-pad {
          padding: 0 0; } }
    .search-box-container .search-box .form-container {
      width: 100%; }
      @media screen and (min-width: 414px) {
        .search-box-container .search-box .form-container {
          width: 100%;
          margin: 0 auto 0 0; } }
      .search-box-container .search-box .form-container:after {
        clear: both;
        display: table;
        content: ''; }
    .search-box-container .search-box .search-mid-container {
      background-image: url("//images.freeola.co.uk/getdotted/new-domain-types/bottom-search-joiner.png"); }
    .search-box-container .search-box .search-button-container {
      background-color: #73A031;
      border-radius: 5px;
      float: left;
      width: 19%;
      text-align: center;
      position: relative;
      height: 60px; }
      .search-box-container .search-box .search-button-container:hover, .search-box-container .search-box .search-button-container:focus {
        background-color: #6e972b; }
      @media screen and (min-width: 917px) {
        .search-box-container .search-box .search-button-container {
          width: 85px; } }
      .search-box-container .search-box .search-button-container button {
        cursor: pointer;
        background-color: transparent;
        outline: none;
        width: 100%;
        height: 60px;
        border: none;
        line-height: 20px;
        padding: 0; }
        .search-box-container .search-box .search-button-container button span {
          text-decoration: none;
          color: white;
          font-size: 1.25rem;
          border-left: none;
          border-right: none;
          border-top: none;
          border-bottom: 1px dotted #ffffff;
          background-color: transparent;
          padding: 4px 0 0 0;
          outline: none; }
          @media screen and (min-width: 414px) {
            .search-box-container .search-box .search-button-container button span {
              font-size: 18px; } }
      .search-box-container .search-box .search-button-container .checking,
      .search-box-container .search-box .search-button-container .checking-bottom {
        width: 25px;
        height: 25px;
        background: url("//images.freeola.co.uk/getdotted/checking.gif") no-repeat 0 0;
        display: none;
        margin: 16px auto; }
      .search-box-container .search-box .search-button-container .checking-bottom {
        background: url("//images.freeola.co.uk/getdotted/checking-bottom.gif") no-repeat 0 0; }
      .search-box-container .search-box .search-button-container .checking-icon {
        display: none; }
        .search-box-container .search-box .search-button-container .checking-icon span {
          font-size: 4rem;
          color: #ffffff;
          margin-top: 2rem; }
    .search-box-container .search-box .search-input-container {
      background-color: #73A031;
      border: 1px solid #73A031;
      border-radius: 5px;
      padding: 9px;
      width: 79%;
      float: left; }
      .search-box-container .search-box .search-input-container input {
        line-height: 35px;
        height: 40px;
        font-size: 15px;
        border: none;
        width: 100%;
        padding: 0px 0px 0px 10px;
        -webkit-transition: width 250ms linear 0s;
        -moz-transition: width 250ms linear 0s;
        transition: width 250ms linear 0s; }
        .search-box-container .search-box .search-input-container input.mag_image {
          outline: none;
          padding-left: 35px;
          background-image: url("//images.freeola.co.uk/getdotted/new-domain-types/search-icon.png");
          background-repeat: no-repeat;
          background-position: 10px 13px; }
        .search-box-container .search-box .search-input-container input.input-error {
          border: 1px solid red; }
    .search-box-container .search-box .search-mid-container {
      background-image: url("//images.freeola.co.uk/getdotted/new-domain-types/bottom-search-joiner.png");
      height: 60px;
      width: 1.6%;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      float: left; }
      @media screen and (min-width: 917px) {
        .search-box-container .search-box .search-mid-container {
          width: 10px; } }
    @media screen and (min-width: 414px) {
      .search-box-container .search-box.lighter .form-container {
        width: 100%;
        max-width: 567px;
        margin: 0 auto; } }
    .search-box-container .search-box.lighter .search-input-container,
    .search-box-container .search-box.lighter .search-button-container {
      background-color: #8bbf36;
      border-color: #8bbf36; }
    .search-box-container .search-box.lighter .search-mid-container {
      background-image: url("//images.freeola.co.uk/getdotted/new-domain-types/top-search-joiner.png"); }
    .search-box-container .search-box .search-image {
      display: none;
      width: 80px;
      height: 80px;
      position: absolute;
      top: 5px; }
      @media screen and (min-width: 600px) {
        .search-box-container .search-box .search-image {
          right: 4px;
          display: block; } }
      @media screen and (min-width: 917px) {
        .search-box-container .search-box .search-image {
          top: -14px;
          right: 24px;
          width: 131px;
          height: 131px; } }
      .search-box-container .search-box .search-image img {
        max-width: 100%; }
  .search-box-container p {
    margin-top: 0px;
    font-size: 1.4rem;
    color: #ffffff;
    line-height: 25px; }
    @media screen and (min-width: 470px) {
      .search-box-container p {
        font-size: 1.6rem; } }
    .search-box-container p.search-heading-bottom {
      font-size: 22px;
      font-weight: 300;
      margin-top: 0;
      color: inherit; }
      @media screen and (min-width: 917px) {
        .search-box-container p.search-heading-bottom {
          font-size: 26px; } }
  .search-box-container br {
    display: none; }
    @media screen and (min-width: 470px) {
      .search-box-container br {
        display: inline-block; } }

.search-box-indent {
  padding: 0; }
  @media screen and (min-width: 470px) {
    .search-box-indent {
      padding: 0 0 0 5rem; } }

.reasons {
  font-size: 12px; }
  .reasons.stop ul {
    padding: initial; }
  .reasons.stop p {
    font-size: 1.4rem; }
  .reasons.easy-control {
    border-top: 1px #e7e8e9 solid; }
  .reasons h2 {
    font-size: 18px;
    font-weight: 300;
    color: #555;
    display: block;
    padding: 0 0 20px;
    text-align: center;
    border-bottom: 1px #e7e8e9 solid;
    margin-top: 0; }
    @media screen and (min-width: 414px) {
      .reasons h2 {
        font-size: 27px; } }
  .reasons article {
    padding-left: 42px;
    line-height: 1.5;
    color: #555; }
  .reasons span {
    height: 34px;
    width: 33px;
    display: block;
    float: left;
    position: relative;
    top: 13px;
    margin-right: 8px; }
  .reasons h3 {
    font-size: 14px;
    font-weight: 400;
    margin: 17px 0 10px 0;
    margin: 17px 0 0;
    color: #555; }
    @media screen and (min-width: 414px) {
      .reasons h3 {
        font-size: 18px; } }
  .reasons .stop h2 {
    text-align: left; }
  .reasons .stop span {
    font-size: 26px;
    color: #87bc3a; }
  .reasons .stop ul li {
    font-size: 13px; }
  .reasons ul {
    padding: 0; }
    .reasons ul li {
      list-style-type: none;
      font-size: 12px; }
    .reasons ul.left {
      float: left;
      padding-right: 8px; }
      .reasons ul.left li:first-child {
        background: url("//images.freeola.co.uk/getdotted/renewals/globe_icon.png") no-repeat 0 25px; }
      .reasons ul.left li:last-child {
        background: url("//images.freeola.co.uk/getdotted/renewals/stack_icon.png") no-repeat 0 25px; }
    .reasons ul.right {
      float: right;
      display: inline; }
      .reasons ul.right li:first-child {
        background: url("//images.freeola.co.uk/getdotted/renewals/cart_icon.png") no-repeat 0 25px; }
      .reasons ul.right li:last-child {
        background: url("//images.freeola.co.uk/getdotted/renewals/user_icon.png") no-repeat 0 25px; }
  .reasons a {
    color: #555; }
  .reasons.easy-control h3 {
    font-size: 22px; }
  .reasons.easy-control p {
    font-size: 1.4rem;
    line-height: 1.5; }

.section_header,
.section-header {
  font-size: 1.9rem;
  font-weight: 700;
  color: #555;
  margin: 0 0 0.8rem 0; }
  @media screen and (min-width: 470px) {
    .section_header,
    .section-header {
      margin: 0px 0px 20px 0px; } }
  .section_header.light,
  .section-header.light {
    font-weight: 300; }
  .section_header.normal,
  .section-header.normal {
    font-weight: 400; }
  .section_header.bold,
  .section-header.bold {
    font-weight: 600; }
  .section_header.no-margin,
  .section-header.no-margin {
    margin: 0; }
  .section_header.no-margin-top,
  .section-header.no-margin-top {
    margin-top: 0; }
  .section_header.no-margin-bottom,
  .section-header.no-margin-bottom {
    margin-bottom: 0; }
  .section_header.middle,
  .section-header.middle {
    font-size: 1.6rem; }
  .section_header.larger,
  .section-header.larger {
    font-size: 1.8rem; }
    @media screen and (min-width: 470px) {
      .section_header.larger,
      .section-header.larger {
        font-size: 2.4rem; } }
  .section_header.s24,
  .section-header.s24 {
    font-size: 2.4rem;
    color: #555;
    font-weight: 400;
    margin: 3.6rem 0 3.2rem; }
  .section_header span,
  .section-header span {
    font-size: 22px;
    padding-right: 10px;
    position: relative;
    top: 2px; }
    .section_header span.inherit,
    .section-header span.inherit {
      top: auto;
      position: static;
      font-size: inherit;
      padding: 0; }

.header_text {
  clear: left;
  color: #ffffff;
  float: left;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 44px;
  margin: 0 0 0 50px;
  background: url("//images.freeola.co.uk/free-unlimited-services/head_bar_bkgd.png") repeat scroll 0 0; }

.intro_text {
  text-align: center;
  margin-top: 5px;
  font-weight: 400;
  color: #333333; }

.section_head {
  font-size: 2.4rem;
  font-weight: 400;
  color: #555;
  margin: 36px 0 12px; }
  .section_head.no-margin {
    margin: 0; }
  .section_head span {
    padding-right: 10px;
    font-size: 20px;
    color: #555; }

.text_link {
  color: #3f9ad8;
  -webkit-transition: color 500ms linear 0s;
  -moz-transition: color 500ms linear 0s;
  transition: color 500ms linear 0s; }
  .text_link:hover {
    color: #555555;
    -webkit-transition: color 500ms linear 0s;
    -moz-transition: color 500ms linear 0s;
    transition: color 500ms linear 0s; }

hr {
  height: 1px;
  background: #eeeeee;
  border: 0;
  margin-bottom: 20px; }
  hr.no-margin {
    margin: 0; }
  hr.hr_24 {
    clear: both;
    color: #eeeeee;
    width: 100%;
    margin: 20px 0; }

.sub-headings {
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  padding: 2.4rem 0;
  color: #555; }
  .sub-headings.sm-pad {
    padding: 2.4rem 1.2rem; }
    @media screen and (min-width: 600px) {
      .sub-headings.sm-pad {
        padding: 2.4rem 0; } }
  .sub-headings.mini-nav-pad {
    padding: 2.4rem 1.2rem; }
    @media screen and (min-width: 414px) {
      .sub-headings.mini-nav-pad {
        padding: 0 0.6rem 2.4rem; } }
  .sub-headings.no-border {
    border-bottom: 0; }
  .sub-headings.no-top-pad {
    padding: 0 0 2.4rem; }
  .sub-headings.no-bottom-pad {
    padding: 2.4rem 0 0; }
  .sub-headings.no-pad {
    padding: 0; }
  .sub-headings h1, .sub-headings h2 {
    font-size: 2rem;
    font-weight: 300;
    margin: 0; }
    .sub-headings h1.small-heading, .sub-headings h2.small-heading {
      font-size: 1.8rem; }
    .sub-headings h1.normal, .sub-headings h2.normal {
      font-weight: 400; }
    .sub-headings h1.bold, .sub-headings h2.bold {
      font-weight: 600; }
    .sub-headings h1.larger, .sub-headings h2.larger {
      font-size: 2.8rem; }
  .sub-headings strong {
    font-weight: 700; }
  .sub-headings .sub-heading-bottom {
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0;
    color: #3d3d3d; }

/* Block classes,
* Encompasses 2, 3 and 4 column grids.
* Extend these if necessary in a page specific stylesheet
*/
.double-block {
  /* Add a border between the blocks */ }
  .double-block.no-margin-bottom .block {
    margin-bottom: 0; }
  .double-block .block {
    width: 100%;
    margin: 0 0 1.2rem;
    float: left; }
    @media screen and (max-width: 600px) {
      .double-block .block.no-margin-bottom {
        margin-bottom: 0; }
      .double-block .block:nth-child(2) {
        margin-bottom: 0; } }
    @media screen and (min-width: 600px) {
      .double-block .block {
        width: 50%;
        margin: 0;
        padding: 0 12px 0 0; }
        .double-block .block:nth-child(2) {
          padding: 0 0 0 12px; } }
    .double-block .block.no-pad {
      padding: 0; }
    .double-block .block:after {
      content: '';
      display: block;
      clear: both; }
  .double-block:after {
    content: ' ';
    display: block;
    clear: both; }
  .double-block.bordered .block {
    position: relative; }
    @media screen and (min-width: 917px) {
      .double-block.bordered .block:after {
        background: #eeeeee none repeat scroll 0 0;
        height: 120px;
        right: 0px;
        position: absolute;
        top: 38px;
        width: 1px; } }
    @media screen and (max-width: 917px) {
      .double-block.bordered .block:not(:last-child):after {
        width: 80%;
        margin: 1.8rem auto;
        height: 1px;
        background: #eeeeee;
        content: ''; } }

.triple-block {
  /* Add a border between the blocks */
  /* Add a plus inside a circle in between the blocks
  * Can easily be extended by defining

  .icon-split {
    .block {
      &:not(:last-child)
      {
      content: font-awesome-unicode
      }
    }
  }

  * in your page scss */ }
  .triple-block.no-margin-bottom .block {
    margin-bottom: 0; }
  .triple-block.stacked .block:nth-child(1) {
    float: right;
    padding: 0 0 0 12px;
    padding: 0; }
  .triple-block .block {
    width: 100%;
    margin: 0 0 0.3rem;
    float: left; }
    @media screen and (min-width: 600px) {
      .triple-block .block {
        width: 31.333%;
        margin: 0 1%; }
        .triple-block .block:nth-last-child(1):after {
          content: '';
          display: block;
          clear: both; }
        .triple-block .block.two-thirds {
          width: 62.666%; } }
    .triple-block .block:after {
      content: '';
      display: block;
      clear: both; }
  .triple-block:after {
    content: '';
    display: block;
    clear: both; }
  .triple-block.bordered .block {
    position: relative; }
    @media screen and (min-width: 917px) {
      .triple-block.bordered .block:after {
        background: #eeeeee none repeat scroll 0 0;
        height: 100px;
        left: -8px;
        position: absolute;
        top: 38px;
        width: 1px; } }
    @media screen and (max-width: 917px) {
      .triple-block.bordered .block:not(:last-child):after {
        width: 80%;
        margin: 1.8rem auto;
        height: 1px;
        background: #eeeeee;
        content: ''; } }
  .triple-block.lose-margin .block:nth-child(1) {
    margin-left: 0; }
    @media screen and (min-width: 600px) {
      .triple-block.lose-margin .block:nth-child(1) {
        width: 32.333%; } }
  .triple-block.lose-margin .block:nth-child(3) {
    margin-right: 0; }
    @media screen and (min-width: 600px) {
      .triple-block.lose-margin .block:nth-child(3) {
        width: 32.333%; } }
  .triple-block.icon-split .block {
    position: relative; }
    @media screen and (min-width: 600px) {
      .triple-block.icon-split .block:not(:last-child):after {
        color: #888888;
        content: "\f055";
        font-family: fontawesome;
        font-size: 1.1rem;
        position: absolute;
        right: -10px;
        top: 65px;
        background: #ffffff none repeat scroll 0 0;
        border-radius: 50%;
        box-sizing: border-box;
        color: #888888;
        content: "\f067";
        font-family: fontawesome;
        font-size: 1.8rem;
        height: 30px;
        padding-top: 6px;
        position: absolute;
        right: -21px;
        text-align: center;
        top: 59px;
        width: 30px;
        z-index: 1; } }

.quad-block.no-margin-bottom .block {
  margin-bottom: 0; }
.quad-block .block {
  width: 100%;
  margin: 1% 0;
  float: left; }
  .quad-block .block.three-quarters {
    width: 100%; }
  @media screen and (min-width: 470px) {
    .quad-block .block {
      width: 48%;
      margin: 1%; }
      .quad-block .block.three-quarters {
        width: 100%; } }
  @media screen and (min-width: 600px) {
    .quad-block .block {
      width: 23%;
      margin: 1%; }
      .quad-block .block.half {
        width: 48%; }
      .quad-block .block.three-quarters {
        width: 73%; } }
  .quad-block .block:after {
    content: '';
    display: block;
    clear: both; }
.quad-block:after {
  content: '';
  display: block;
  clear: both; }

.quint-block .block {
  width: 100%;
  margin: 1% 0;
  float: left; }
  .quint-block .block.three-fifths, .quint-block .block.two-fifths {
    width: 100%; }
  @media screen and (min-width: 470px) {
    .quint-block .block {
      width: 31%;
      margin: 0 1%; } }
  @media screen and (min-width: 600px) {
    .quint-block .block {
      width: 18%; }
      .quint-block .block.three-fifths, .quint-block .block.two-fifths {
        width: 48%; } }
  @media screen and (min-width: 917px) {
    .quint-block .block.four-fifths {
      width: calc( ( (100%/5) * 4 ) - 2%); }
    .quint-block .block.three-fifths {
      width: calc( ( (100%/5) * 3 ) - 2%); }
    .quint-block .block.two-fifths {
      width: calc( ( (100%/5) * 2) - 2%); } }
.quint-block:after {
  content: '';
  display: block;
  clear: both; }

.six-block .block {
  width: 100%;
  margin: 1% 0;
  float: left; }
  .six-block .block:after {
    content: '';
    display: block;
    clear: both; }
  @media screen and (min-width: 917px) {
    .six-block .block.five-six {
      width: calc( ( (100%/6) * 5) - 2%); }
    .six-block .block.four-six {
      width: calc( ( (100%/6) * 4 ) - 2%); }
    .six-block .block.three-six {
      width: calc( ( (100%/6) * 3 ) - 2%); }
    .six-block .block.two-six {
      width: calc( ( (100%/6) * 2) - 2%); } }
.six-block.stacked .block:nth-child(1) {
  padding: 0; }
  @media screen and (min-width: 600px) {
    .six-block.stacked .block:nth-child(1) {
      float: right;
      padding: 0 0 0 12px; } }
.six-block:after {
  content: '';
  display: block;
  clear: both; }

/*popups */
/* Popup Styling */
.popup-template {
  display: none; }

.mfp-container .mfp-content {
  background-color: #ffffff;
  margin: auto;
  position: relative;
  width: 100%;
  max-width: 600px; }
  .mfp-container .mfp-content .popup-heading {
    border-width: 0 0 1px 0;
    border-style: dotted;
    border-color: #CCCCCC;
    color: #333333;
    font-family: 'Open Sans',sans-serif;
    font-size: 2rem;
    font-weight: 400;
    padding: 30px 55px 30px 20px;
    text-align: left; }
  .mfp-container .mfp-content .popup-close {
    background-image: url("//images.freeola.co.uk/freeola/broadband/close.png");
    cursor: pointer;
    height: 17px;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 17px; }
  .mfp-container .mfp-content .popup-content {
    color: #555555;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 21px;
    padding: 2.4rem; }

/* Domains Popup Styling */
.domains-popup .mfp-container .mfp-content .popup-heading {
  background-color: #ecf0f1;
  border: none;
  padding: 20px 55px 20px 20px;
  color: #555;
  font-size: 21px;
  font-family: 'Open Sans', Arial, 'Sans Serif';
  font-weight: 400; }
.domains-popup .mfp-container .mfp-content .popup-close {
  background-image: none;
  font-size: 25px;
  top: 16px;
  right: 20px;
  height: 25px;
  width: 25px; }
.domains-popup .mfp-container .mfp-content .popup-content {
  border: 25px solid #ecf0f1;
  border-top: none;
  padding: 25px 0 0; }
  .domains-popup .mfp-container .mfp-content .popup-content > p, .domains-popup .mfp-container .mfp-content .popup-content > a, .domains-popup .mfp-container .mfp-content .popup-content > h2, .domains-popup .mfp-container .mfp-content .popup-content > div {
    margin: 0 25px 25px; }

.tick-list-container {
  margin: auto;
  width: 100%; }
  @media screen and (min-width: 600px) {
    .tick-list-container {
      width: calc(100vw - 17%); } }
  @media screen and (min-width: 917px) {
    .tick-list-container {
      width: 100%; } }
  .tick-list-container ul:after {
    content: '';
    clear: both;
    display: block; }
  .tick-list-container ul.full-width li {
    width: 100%; }
    @media screen and (min-width: 600px) {
      .tick-list-container ul.full-width li:nth-last-child(1), .tick-list-container ul.full-width li:nth-last-child(2) {
        margin-bottom: 0.8rem; } }
  .tick-list-container li {
    font-size: 1.3rem;
    font-weight: 600;
    color: #444444;
    margin: 0.8rem 0;
    float: left;
    width: 100%;
    text-align: left; }
    @media screen and (min-width: 600px) {
      .tick-list-container li {
        width: 50%;
        text-align: left; } }
  .tick-list-container span {
    color: #8bbf36;
    font-size: 14px;
    margin: 0;
    padding: 0 8px 0 0; }

.check-list:after {
  clear: both;
  display: block;
  content: ''; }
.check-list li {
  width: 100%;
  font-size: 1.4rem;
  margin: 0 0 0.3rem; }
  @media screen and (min-width: 917px) {
    .check-list li:last-child {
      margin: 0 0 0 0; } }
  .check-list li:after {
    clear: both;
    content: '';
    display: block; }
.check-list div {
  float: right;
  width: 93%; }
  @media screen and (min-width: 470px) {
    .check-list div {
      width: 95.5%; } }
.check-list span {
  color: #8bbf36;
  display: block;
  float: left;
  width: 7%;
  min-height: 30px;
  height: 100%;
  padding-top: 5px; }
  .check-list span.fr-blue {
    color: #3f9ad8; }
  @media screen and (min-width: 470px) {
    .check-list span {
      width: 4.5%; } }
.check-list.bold div {
  font-weight: 600; }
.check-list.more-space div {
  width: 93%; }

@media screen and (max-width: 600px) {
  .header-benefits .block {
    margin-bottom: 0; } }
.header-benefits .check-list {
  font-style: italic; }
  .header-benefits .check-list li {
    font-size: 1.4rem; }
    @media screen and (min-width: 600px) {
      .header-benefits .check-list li {
        font-size: 1.3rem; } }
    .header-benefits .check-list li span {
      width: 7%; }
      @media screen and (min-width: 470px) {
        .header-benefits .check-list li span {
          width: 4.5%; } }
      @media screen and (min-width: 600px) {
        .header-benefits .check-list li span {
          width: 7%; } }
    .header-benefits .check-list li div {
      width: 93%; }
      @media screen and (min-width: 470px) {
        .header-benefits .check-list li div {
          width: 95.5%; } }
      @media screen and (min-width: 600px) {
        .header-benefits .check-list li div {
          width: 93%; } }

/*Lacks complete browser support, but still worth using */
.flex-block {
  display: block; }
  @media screen and (min-width: 600px) {
    .flex-block {
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .flex-block .block {
    padding: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media screen and (min-width: 600px) {
      .flex-block .block {
        padding: 0 1.2rem 0 0; }
        .flex-block .block:nth-child(2) {
          padding: 0 0 0 1.2rem; } }
  .flex-block.inverted .block {
    padding: 0; }
    @media screen and (min-width: 600px) {
      .flex-block.inverted .block:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0 0 0 1.2rem; }
      .flex-block.inverted .block:nth-child(2) {
        padding: 0 1.2rem 0 0; } }

@media screen and (max-width: 917px) {
  .break-line {
    display: block; } }

/* Sidebar */
#sidebar {
  display: none;
  box-sizing: border-box;
  width: 227px;
  padding: 0 0 18px 0;
  border-left: 1px solid #dedede;
  font-family: Open Sans, sans-serif;
  float: right;
  background: transparent; }
  #sidebar.is-getdotted {
    border-left: 0;
    width: 226px; }
  @media screen and (min-width: 917px) {
    #sidebar {
      display: block; } }

.double-block-flex {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
  .double-block-flex > .block {
    width: 100%; }
    @media screen and (min-width: 900px) {
      .double-block-flex > .block {
        width: 49.5%; }
        .double-block-flex > .block:nth-child(1) {
          float: left; }
        .double-block-flex > .block:nth-child(2) {
          float: right; } }
  .double-block-flex:after {
    clear: both;
    display: block;
    content: ' '; }

body {
  background: #f3f4f5;
  overflow-x: hidden;
  font-family: Open Sans, sans-serif;
  position: relative; }

header,
main {
  width: 100%; }

section {
  padding: 0; }
  section > div {
    max-width: 1200px;
    width: 100%;
    margin: auto; }

header {
  width: 100%;
  padding: 2.4rem 0 0;
  background: #fff; }
  @media screen and (min-width: 800px) {
    header {
      height: 70px; } }

.mobile-menu {
  display: block;
  position: absolute;
  top: 4rem;
  right: 2.4rem;
  width: 35px;
  height: 35px; }
  @media screen and (min-width: 800px) {
    .mobile-menu {
      display: none; } }

.menu-toggler {
  display: block;
  width: 35px;
  height: 35px;
  position: relative;
  cursor: pointer;
  z-index: 1; }

.menu-toggler__line {
  height: calc(35px / 5);
  background: #2d2d2d;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: .5s, .25s;
  transition-duration: .5s, .25s;
  -webkit-transition-delay: 0s, .5s;
  transition-delay: 0s, .5s; }

.input-toggler:checked ~ .menu-toggler .menu-toggler__line {
  -webkit-transition-delay: .25s, 0s;
  transition-delay: .25s, 0s; }

.menu-toggler__line:nth-child(2) {
  top: calc(35px / 5 * 2);
  -webkit-animation-duration: .6s;
  animation-duration: .6s; }

.menu-toggler__line:nth-child(3) {
  top: calc(35px / 5 * 4);
  -webkit-animation-duration: .7s;
  animation-duration: .7s; }

.input-toggler {
  display: none; }

.input-toggler:checked ~ .menu-toggler .menu-toggler__line {
  background: #2d2d2d; }

.input-toggler:checked ~ .menu-toggler .menu-toggler__line:nth-child(1) {
  -webkit-transform: translateY(14px) rotate(45deg);
  transform: translateY(14px) rotate(45deg);
    /*-webkit-transform: translateY(calc(40px / 5 * 2)) rotate(45deg);
	        transform: translateY(calc(40px / 5 * 2)) rotate(45deg);*/ }

.input-toggler:checked ~ .menu-toggler .menu-toggler__line:nth-child(2) {
  opacity: 0; }

.input-toggler:checked ~ .menu-toggler .menu-toggler__line:nth-child(3) {
  -webkit-transform: translateY(-14px) rotate(-45deg);
  transform: translateY(-14px) rotate(-45deg);
  -webkit-transform: translateY(calc(35px / 5 * -2)) rotate(-45deg);
  transform: translateY(calc(35px / 5 * -2)) rotate(-45deg); }

.nav-toggle {
  position: absolute;
  top: 3rem;
  right: 2.4rem;
  font-size: 3.6rem;
  -webkit-transition: transform 350ms linear 0s;
  -moz-transition: transform 350ms linear 0s;
  transition: transform 350ms linear 0s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .nav-toggle.expanded {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: transform 350ms linear 0s;
    -moz-transition: transform 350ms linear 0s;
    transition: transform 350ms linear 0s; }
  @media screen and (min-width: 800px) {
    .nav-toggle {
      display: none; } }

.header-items {
  width: 100%;
  max-width: 1248px;
  padding: 0;
  margin: 0 auto;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (min-width: 800px) {
    .header-items {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .header-items .logo {
    min-width: 184px;
    padding-left: 1.2rem;
    float: left; }
    @media screen and (min-width: 800px) {
      .header-items .logo {
        padding-left: 2.4rem; } }
  @media screen and (max-width: 800px) {
    .header-items nav {
      display: block;
      width: 100%;
      z-index: 5;
      background: #ddd;
      height: 0;
      overflow: hidden;
      opacity: 0;
      -webkit-transition: height,opacity 350ms linear 0ms;
      -moz-transition: height,opacity 350ms linear 0ms;
      transition: height,opacity 350ms linear 0ms; } }
  @media screen and (min-width: 800px) {
    .header-items nav {
      padding-right: 2.4rem;
      float: left; }
      .header-items nav:after {
        clear: both;
        content: '';
        display: block; } }
  .header-items nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .header-items nav ul:after {
      clear: both;
      content: '';
      display: block; }
  .header-items nav li {
    margin: 0 1rem 0.6rem;
    float: left;
    display: none; }
    @media screen and (min-width: 800px) {
      .header-items nav li {
        display: list-item; } }
    @media screen and (min-width: 900px) {
      .header-items nav li {
        margin: 0 1.2rem; }
        .header-items nav li:after {
          clear: both;
          content: '';
          display: block; } }
  .header-items nav:after {
    clear: both;
    content: '';
    display: block; }
  .header-items nav a {
    color: #2d2d2d;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    font-size: 1.4rem; }
    .header-items nav a:after {
      position: absolute;
      width: 100%;
      height: 3px;
      content: ' ';
      background: orange;
      opacity: 0;
      bottom: -5px;
      left: 0;
      -webkit-transition: opacity 500ms linear 0s;
      -moz-transition: opacity 500ms linear 0s;
      transition: opacity 500ms linear 0s; }
    .header-items nav a:hover:after {
      opacity: 1;
      -webkit-transition: opacity 500ms linear 0s;
      -moz-transition: opacity 500ms linear 0s;
      transition: opacity 500ms linear 0s; }
  .header-items nav.mobile-nav {
    height: 400px;
    opacity: 1; }
    @media screen and (max-width: 800px) {
      .header-items nav.mobile-nav {
        -webkit-transition: height, opacity 350ms linear 0ms;
        -moz-transition: height, opacity 350ms linear 0ms;
        transition: height, opacity 350ms linear 0ms; }
        .header-items nav.mobile-nav ul li {
          width: 100%;
          float: none;
          display: block;
          padding: 0 1rem;
          border-bottom: 1px solid #fff;
          height: 40px;
          margin: 0;
          -webkit-transition: background 500ms linear 0s;
          -moz-transition: background 500ms linear 0s;
          transition: background 500ms linear 0s; }
          .header-items nav.mobile-nav ul li:nth-last-child(1) {
            border-bottom: 0; }
          .header-items nav.mobile-nav ul li:hover {
            background: #c7c7c7;
            -webkit-transition: background 500ms linear 0s;
            -moz-transition: background 500ms linear 0s;
            transition: background 500ms linear 0s; }
            .header-items nav.mobile-nav ul li:hover > a {
              color: #000;
              -webkit-transition: color 500ms linear 0s;
              -moz-transition: color 500ms linear 0s;
              transition: color 500ms linear 0s; }
          .header-items nav.mobile-nav ul li a {
            display: inline-block;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 100%;
            font-weight: 400;
            font-size: 1.6rem;
            -webkit-transition: color 500ms linear 0s;
            -moz-transition: color 500ms linear 0s;
            transition: color 500ms linear 0s; }
            .header-items nav.mobile-nav ul li a:hover:after {
              display: none; } }

h1,
h2,
h3,
p {
  margin: 0; }

h1 {
  font-size: 2.9rem;
  font-weight: 300;
  color: #333;
  margin-bottom: 1px;
  line-height: 1.52; }
  @media screen and (min-width: 800px) {
    h1 {
      font-size: 3.1rem; } }

h2 {
  font-weight: 400;
  color: #333;
  font-size: 2rem;
  margin-bottom: 17px;
  line-height: 1.75; }
  @media screen and (min-width: 800px) {
    h2 {
      font-size: 2.4rem; } }

p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px;
  color: #333; }

.error-messages {
  background: #fff;
  z-index: 1;
  padding: 4.8rem 0; }
  @media screen and (min-width: 800px) {
    .error-messages {
      padding: 6rem 0; } }

.error-wrapper {
  width: 100%;
  padding: 0 0 3.6rem; }
  .error-wrapper .block:nth-child(2) {
    display: none;
    -ms-flex-item-align: end;
    align-self: flex-end; }
    @media screen and (min-width: 800px) {
      .error-wrapper .block:nth-child(2) {
        display: block; } }

.error-text {
  padding: 0 4.8rem; }
  @media screen and (min-width: 800px) and (max-width: 1000px) {
    .error-text {
      padding: 0 4.8rem 2.4rem; } }

.error-image {
  background-image: url("/assets/images/laptop.png");
  background-size: 100% 100%;
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
  height: 224px;
  width: 411px; }
  @media screen and (min-width: 1000px) {
    .error-image {
      background-size: 100% 100%;
      background-position: right center;
      width: 650px;
      height: 382px; } }
  .error-image p {
    font-family: Helvetica, Arial;
    font-size: 14rem;
    color: #fff;
    font-weight: 700;
    line-height: unset;
    text-align: center;
    text-shadow: 0 15px 0 #cdcdcd, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15), 0 30px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-56%);
    -ms-transform: translateY(-56%);
    transform: translateY(-56%); }
    @media screen and (min-width: 1000px) {
      .error-image p {
        text-align: center;
        font-size: 22rem; } }

.error-carousel {
  padding-top: 50px;
  position: relative;
  z-index: 2; }
  .error-carousel:before {
    background: #f3f4f5;
    content: " ";
    display: block;
    height: 110px;
    left: 0%;
    position: absolute;
    top: -34px;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    width: 100%;
    z-index: -1; }
    @media screen and (min-width: 800px) {
      .error-carousel:before {
        background: #f3f4f5 none repeat scroll 0 0;
        content: " ";
        display: block;
        height: 183px;
        left: -5%;
        position: absolute;
        top: -99px;
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
        width: 110%;
        z-index: -1; } }

.slide {
  cursor: move; }
  @media screen and (min-width: 800px) {
    .slide {
      padding: 0 2.4rem; } }

.slide-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-grid-column-align: space-between;
  justify-items: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .slide-block > .block {
    width: 100%; }
    .slide-block > .block:nth-child(1) {
      text-align: center;
      background-repeat: no-repeat;
      background-position: center center;
      height: 380px; }
      .slide-block > .block:nth-child(1).domains {
        background-image: url("/assets/images/domains.jpg"); }
      .slide-block > .block:nth-child(1).line-rental {
        background-image: url("/assets/images/line-rental.jpg"); }
      .slide-block > .block:nth-child(1).website-builder {
        background-image: url("/assets/images/website-builder.jpg"); }
      .slide-block > .block:nth-child(1).email {
        background-image: url("/assets/images/email.jpg"); }
      .slide-block > .block:nth-child(1).broadband {
        background-image: url("/assets/images/broadband.jpg"); }
      .slide-block > .block:nth-child(1).web-design {
        background-image: url("/assets/images/web-design.jpg"); }
      @media screen and (min-width: 800px) {
        .slide-block > .block:nth-child(1) {
          padding: 0 0 0 4.8rem; } }
    @media screen and (min-width: 900px) {
      .slide-block > .block {
        width: 49%;
        margin: 0 1% 0 0; }
        .slide-block > .block:nth-child(1) {
          float: left; }
        .slide-block > .block:nth-child(2) {
          padding: 0;
          margin: 0 0 0 1%;
          float: right; } }
    .slide-block > .block:after {
      display: block;
      content: ' ';
      clear: both; }
  .slide-block:after {
    display: block;
    content: ' ';
    clear: both; }

.slide-text {
  color: #333;
  padding: 0 4.8rem; }
  @media screen and (min-width: 900px) {
    .slide-text {
      padding: 0 0.6rem 0 0; } }
  .slide-text h2 {
    font-size: 2.9rem;
    font-weight: 300;
    margin-bottom: 5px;
    line-height: 1.52; }
    @media screen and (min-width: 800px) {
      .slide-text h2 {
        font-size: 3.1rem; } }
  .slide-text h3 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 16px;
    line-height: 1.75; }
    @media screen and (min-width: 800px) {
      .slide-text h3 {
        font-size: 2.4rem; } }
  .slide-text .btn-container {
    text-align: center; }
    @media screen and (min-width: 800px) {
      .slide-text .btn-container {
        text-align: left; } }
  .slide-text .rounded-btn {
    border-radius: 25px;
    background: #3d9bec;
    color: #fff;
    line-height: 1.715;
    padding: 1.2rem 2.4rem;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    margin-top: 26px; }
    @media screen and (min-width: 800px) {
      .slide-text .rounded-btn {
        height: 50px; } }

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 50;
  line-height: 0;
  font-size: 0;
  height: 80px;
  width: 40px;
  background: transparent;
  cursor: pointer; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 4rem;
    line-height: 1.7;
    color: #33;
    font-family: FontAwesome; }
  .slick-prev:hover,
  .slick-next:hover {
    background: transparent; }

.slick-prev {
  left: -0.5vw;
  top: 42%; }
  .slick-prev:before {
    content: '\f104'; }

.slick-next {
  right: -0.5vw;
  top: 42%; }
  .slick-next:before {
    content: '\f105'; }

.slick-dots {
  text-align: center;
  margin: 2.4rem 0;
  width: 100%; }
  .slick-dots li {
    display: inline-block;
    margin: 0 0.6rem;
    position: relative;
    cursor: pointer;
    height: 20px;
    width: 20px; }
    .slick-dots li button {
      background: transparent none repeat scroll 0 0;
      border: 0 none;
      color: transparent;
      cursor: pointer;
      display: block;
      font-size: 0;
      height: 20px;
      line-height: 0;
      outline: medium none;
      padding: 5px;
      width: 20px; }
      .slick-dots li button:before {
        color: #333;
        content: "\f10c";
        font-family: "FontAwesome";
        font-size: 1.4rem;
        height: 20px;
        left: 0;
        line-height: 20px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 20px; }
    .slick-dots li.slick-active button:before {
      content: '\f111'; }

/*# sourceMappingURL=errors.css.map */
