@import "https://fonts.googleapis.com/css?family=Lato:400,400italic,300,300italic,700,700italic|Montserrat:400,700";

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0 0 48px 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  min-width: 320px;
}
@media (min-width: 720px) {
  body {
    font-size: 18px;
    margin: 0;
  }
}

.box {
  width: 100%;
  max-width: 1170px;
  height: 100%;
  margin: 0 auto;
  display: block;
}

.box.box-padding {
  padding: 16px;
}

.full {
  height: 520px;
  background: #d3d3d3;
}
.full-image.dark {
  background-color: #333;
}

@media (min-width: 720px) {
  .full-image {
    height: 520px;
    background-size: cover;
    background-position: center center;
  }
  .full-image.style1 {
    background-image: url("/assets/imgs/laptop-mobile.jpg");
  }

  .full-image.dark .full-image-content {
    background-color: rgba(51, 51, 51, .8);
  }
}
.full-image .full-image-content {
  display: table;
  padding: 32px 16px;
  height: 100%;
}
.full-image .full-image-content > .full-image-inner {
  display: table-cell;
  vertical-align: middle;
}

.brand {
  font-size: 32px;
  line-height: 60px;
  text-align: left;
  padding: 0 16px;
  cursor: pointer;
}
.brand > .image {
  vertical-align: text-bottom;
  margin: 0 12px 0 0;
  height: 38px;
}
@media (min-width: 720px) {
  .brand {
    float: left;
  }
}

.nav {
  position: relative;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
}
.nav > .inner {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: inherit;
}
.nav > .inner > li {
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  line-height: 48px;
}
.nav > .inner > li > a {
  color: #555;
  display: block;
  padding: 0 16px;
  line-height: inherit;
}
.nav > .inner > li:hover > a {
  text-decoration: underline;
}
.nav .nav__dropdown-toggle {
  font-size: inherit;
  line-height: 48px;
  padding: 0 16px;
  color: #555;
  font-weight: bold;
  border: none;
  background: none;
  cursor: pointer;
}
.nav .nav__dropdown-toggle.is-open {
  text-decoration: underline;
}
.nav .priority-nav__wrapper {
  position: static !important;
}
.nav .nav__dropdown {
  background: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  color: #fff;
  border-bottom: solid 1px #fff;
  position: relative;
}
.nav .nav__dropdown.priority-nav__dropdown {
  display: none;
  visibility: visible;
}
.nav .nav__dropdown.priority-nav__dropdown.show {
  display: block;
}
.nav .nav__dropdown > li {
  cursor: pointer;
  display: inline-block;
  line-height: 48px;
}
.nav .nav__dropdown > li > a {
  display: block;
  line-height: inherit;
  color: #555;
  padding: 0 16px;
}
.nav .nav__dropdown > li:hover > a {
  text-decoration: underline;
}
@media (min-width: 720px) {
  .nav {
    overflow: hidden;
    text-align: left;
    width: calc(100% - 250px);
  }
  .nav > .inner > li {
    line-height: 73px;
    height: 60px;
  }
  .nav > .inner > li > a {
    line-height: inherit;
  }
}

.secondary-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  min-width: 320px;
  background: #2469CC;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  z-index: 10;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
}
.secondary-nav > .box > .inner {
  text-align: right;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.secondary-nav > .box > .inner > li {
  float: left;
  height: 48px;
  line-height: 20px;
  width: 33%;
  text-align: center;
  cursor: pointer;
}
.secondary-nav > .box > .inner > li .icon {
  font-size: 24px;
  line-height: normal;
}
.secondary-nav > .box > .inner > li > a {
  display: block;
  line-height: inherit;
  padding: 0 16px;
  color: inherit;
}
.secondary-nav > .box > .inner.social-buttons {
  font-size: 20px;
  display: none;
}
@media (min-width: 720px) {
  .secondary-nav {
    position: relative;
    border-top: 0;
    background: #fff;
    color: #2469CC;
  }
  .secondary-nav > .box > .inner {
    float: right;
  }
  .secondary-nav > .box > .inner > li {
    width: auto;
    height: 32px;
    line-height: 32px;
  }
  .secondary-nav > .box > .inner > li > a {
    text-align: center;
  }
  .secondary-nav > .box > .inner > li .icon {
    display: none;
  }
  .secondary-nav > .box > .inner > li a:hover {
    text-decoration: underline;
  }
  .secondary-nav > .box > .inner.social-buttons {
    display: block;
    float: left;
  }
  .secondary-nav > .box > .inner.social-buttons > li {
    width: 32px;
  }
  .secondary-nav > .box > .inner.social-buttons > li > a {
    padding: 0;
    text-align: center;
  }
}

.secondary-nav > .box > .inner.social-buttons .fi-social-facebook {
  color: #365899;
}
.secondary-nav > .box > .inner.social-buttons .fi-social-twitter {
  color: #55acee;
}

.domain-search {
  font-size: 20px;
  line-height: 50px;
  color: #fff;
  padding: 1px 0;
}
.domain-search .search-left,
.domain-search .search-right {
  float: left;
}
.domain-search .search-left {
  width: 80%;
}
@media (min-width: 720px) {
  .domain-search .search-left {
    width: calc(100% - 175px);
  }
}
.domain-search .search-right {
  width: 20%;
}
@media (min-width: 720px) {
  .domain-search .search-right {
    width: 175px;
  }
}
.domain-search .search-input {
  font-size: inherit;
  color: inherit;
  display: block;
  line-height: 50px;
  height: 50px;
  background: #fff;
  border: 0;
  color: #444;
  outline: 0;
  width: 100%;
  padding: 0 16px;
}
.domain-search .search-input::-webkit-input-placeholder {
  color: #fff;
  color: #aaa;
}
.domain-search .search-input::-moz-placeholder {
  color: #fff;
  color: #aaa;
}
.domain-search .search-input:-ms-input-placeholder {
  color: #fff;
  color: #aaa;
}
.domain-search .search-input::placeholder {
  color: #fff;
  color: #aaa;
}
.domain-search .search-submit {
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 50px;
  height: 50px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border: none;
}
.domain-search .search-submit:hover {
  background: rgba(0, 0, 0, 0.4);
}
.domain-search .search-submit .search-text {
  display: none;
  margin: 0 0 0 8px;
}
@media (min-width: 720px) {
  .domain-search .search-submit .search-text {
    display: inline;
  }
}

.promo {
  background: #FFCA28;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
}
.promo .toggle-promo {
  display: none;
}
.promo .promo-title {
  cursor: pointer;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: .9em;
  font-weight: 700;
  color: #333;
}
.promo .promo-icon {
  position: absolute;
  width: 50px;
  font-size: 2em;
}
@media (min-width: 720px) {
  .promo .promo-title {
    font-size: 1em;
  }
}

.support a {
  color: inherit;
  text-decoration: inherit;
}

.foot {
  color: #fff;
  padding: 32px 8px 24px 8px;
  font-size: 1em;
  cursor: default;
}
.foot .title {
  font-weight: 600;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}
.foot .title + ul {
  margin: 8px 0;
  list-style: none;
  font-size: 14px;
}
.foot .title + ul li {
  line-height: 24px;
}
.foot .title + ul li > a {
  line-height: inherit;
  cursor: pointer;
}
.foot .title + ul .link {
  color: #fff;
}

.socket {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin: 0 0 48px 0;
}
@media (min-width: 720px) {
  .socket {
    margin: 0;
  }
}


.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Montserrat', sans-serif;
}

.h1 {
  font-size: 2em;
}

.h2 {
  font-size: 1.66em;
}

.h3 {
  font-size: 1.41em;
}

.h4 {
  font-size: 1.285em;
}

.h5 {
  font-size: 1.2em;
}

.h6 {
  font-size: 1.1em;
}

.p {
  margin: 0 0 11px 0;
}

.text-medium {
  font-size: 1.5em;
}

.text-big {
  font-size: 3em;
}

.text-huge {
  font-size: 4em;
}

.text-massive {
  font-size: 6em;
}

.text-primary {
  color: #74c255;
}

.text-secondary {
  color: #2469CC;
}

.text-white {
  color: #fff;
}

.text-grey {
  color: #808080;
}

.text-lightgrey {
  color: #d3d3d3;
}

.text-dark {
  text-color: #333;
}

.text-red {
  color: #cb2000;
}

.background-primary {
  background-color: #74c255;
}

.background-secondary {
  background-color: #2469CC;
}

.background-dark {
  background-color: #333;
}

.background-white {
  background-color: #fff;
}

.shadow-box {
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.4);
}

.image {
  max-width: 100%;
  vertical-align: middle;
}

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

.normal {
  font-weight: 400;
}

.bold {
  font-weight: 600;
}

.thin {
  font-weight: 300;
}

.hide {
  visibility: hidden;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.priority-nav-is-hidden {
  display: none;
}