@import url(https://fonts.googleapis.com/css?family=Rubik:400,600);
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}
body {
  min-width: 1230px;
  font-size: 1.6rem;
  font-family: 'Rubik', 'Calibri', 'PT Sans', sans-serif;
  background-color: #fff;
  color: #212B36;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-align: center;
}
a,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.container {
  width: 117rem;
  margin: 0 auto;
  padding: 0 3rem;
}
.container--blog {
  width: 102rem;
}
.wrapper {
  position: relative;
}
.section-title {
  font-size: 3.6rem;
  color: #5053AB;
}
.section-title--white {
  color: #fff;
}
.section-subtitle {
  font-size: 1.8rem;
  color: #fff;
  line-height: 2.4rem;
  text-align: center;
  margin: .5rem 0 1.5rem;
  color: #676778;
}
.section-subtitle--white {
  color: #BCC5FF;
}
.section-subtitle a {
  color: #5053AB;
}
.section-subtitle a:hover {
  color: #5053AB;
  text-decoration: underline;
}
.section {
  padding: 8rem 0;
}
.section--gradient {
  background-color: #5053AB;
  background-image: linear-gradient(0deg, #5053AB 0%, #7581CE 100%);
}
.section--gradient-h {
  background-color: #5053AB;
  background-image: linear-gradient(45deg, #5053AB 0%, #7581CE 100%);
}
.submenu {
  position: relative;
  z-index: 100;
  margin: 0;
  padding: 0;
  margin-top: 4rem;
  margin-bottom: 6rem;
  list-style-type: none;
  border-bottom: 1px solid #DDE5ED;
}
.submenu--col-2 .submenu-item {
  width: 49%;
}
.submenu--col-3 .submenu-item {
  width: 33%;
}
.submenu--col-4 .submenu-item {
  width: 24%;
}
.submenu-item {
  display: inline-block;
  text-align: center;
  padding-bottom: 0rem;
  margin-bottom: -0.1rem;
}
.submenu-item--active .submenu-item__link {
  border-bottom: 1px solid #EA1821;
  color: #EA1821;
}
.submenu-item__link {
  display: block;
  width: 100%;
  color: #5053AB;
  transition: color 0.15s ease-in;
  font-size: 1.4rem;
  letter-spacing: .1rem;
}
.submenu-item__link:hover {
  color: #EA1821;
  transition: none;
}
.submenu-item--active span.submenu-item__link:hover {
  color: #EA1821;
}
span.submenu-item__link:hover {
  color: #5053AB;
}
.submenu-wrapper__white .submenu {
  border-bottom: 1px solid #BCC5FF;
}
.submenu-wrapper__white .submenu-item--active .submenu-item__link {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.submenu-wrapper__white .submenu-item--active .submenu-item__link:hover {
  color: #fff;
}
.submenu-wrapper__white .submenu .submenu-item__link {
  color: #fff;
}
.submenu-wrapper__white--checkout .submenu .submenu-item__link {
  color: #BCC5FF;
}
.submenu-wrapper__white--checkout .submenu .submenu-item--active .submenu-item__link {
  color: #fff;
}
.submenu-colored {
  height: 4rem;
  background-color: #F9FAFF;
  border-bottom: 1px solid #E3E6F5;
  margin: 0;
  padding: 0;
}
.submenu-colored .container {
  height: 4rem;
}
.submenu-colored.submenu--col-2 .submenu-item {
  width: 50%;
}
.submenu-colored.submenu--col-3 .submenu-item {
  width: 33.3%;
}
.submenu-colored.submenu--col-4 .submenu-item {
  width: 25%;
}
.submenu-colored .submenu-item {
  float: left;
  height: 4rem;
  font-size: 1.4rem;
  color: #5053AB;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-right: 1px solid #E3E6F5;
  line-height: 4rem;
  margin-top: -0.1rem;
}
.submenu-colored .submenu-item:first-child {
  border-left: 1px solid #E3E6F5;
}
.submenu-colored .submenu-item--active a {
  height: 4.1rem;
  background: #7581CE;
  color: #FFFFFF;
  border-bottom: none;
}
.page-header {
  height: 9rem;
  background-color: #fff;
  border-bottom: 1px solid #DDE5ED;
}
.page-header__logo {
  display: block;
  float: left;
  width: 15rem;
  height: 4.7rem;
  background: url('//trackoff.com/images/logo.svg') no-repeat center;
  margin-top: 2.2rem;
}
.header-nav {
  float: right;
}
.header-nav__list {
  list-style-type: none;
  margin: 3rem 0 0;
  padding: 0;
}
.header-nav__item {
  display: inline-block;
  margin-left: 3rem;
  text-transform: uppercase;
}
.header-nav__item a {
  color: #5053AB;
  transition: color 0.15s ease-in;
  letter-spacing: .1rem;
  font-size: 1.4rem;
}
.header-nav__item a:hover {
  color: #EA1821;
  transition: none;
}
.header-nav__item .btn-cta {
  font-size: 1.2rem;
  letter-spacing: .1rem;
  color: #EA1821;
  padding: .9rem 1.5rem .8rem;
  transition-property: background-color, color;
  transition-duration: .2s;
}
.header-nav__item .btn-cta:hover {
  background-color: #EA1821;
  transition: none;
}
.header-nav__item .btn-cta:hover,
.header-nav__item .btn-cta:focus,
.header-nav__item .btn-cta:active {
  color: #fff;
}
.header-nav__item--active a {
  color: #EA1821;
  font-weight: 700;
}
.header-nav__item--active a:hover {
  color: #EA1821;
  border-bottom: none;
}
.header-contacts {
  float: right;
  margin-top: 2.6rem;
  margin-left: 6.3rem;
  text-align: right;
}
.header-contacts__phone,
.header-contacts__email {
  display: inline-block;
}
.header-contacts__phone {
  font-size: 2rem;
  line-height: 1;
  color: #212B36;
}
.header-contacts__phone:hover {
  color: #212B36;
}
.header-contacts__email {
  font-size: 1.4rem;
  line-height: 1;
  color: #5053AB;
  border-bottom: 1px solid rgba(188, 197, 255, 0.4);
  transition-property: border-color, color;
  transition-duration: .2s;
}
.header-contacts__email:hover {
  color: #EA1821;
  border-bottom: 1px solid #EA1821;
  transition: none;
}
.btn-cta {
  display: inline-block;
  text-align: center;
  font-size: 1.5rem;
  padding: 1.2rem 5rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  background-color: #EA1821;
  background-image: linear-gradient(180deg, #F9323A 2%, #EA1821 100%);
  box-shadow: 0 4px 6px 0 rgba(152, 7, 13, 0.2);
  border-radius: 4px;
  color: #fff;
  outline: none;
}
.btn-cta:hover,
.btn-cta:focus {
  color: #fff;
  background-image: linear-gradient(180deg, #EB3139 2%, #FF4048 100%);
  cursor: pointer;
}
.btn-cta:active,
.btn-cta:focus {
  color: #fff;
  text-decoration: none;
}
.btn-cta--ghost {
  color: #EA1821;
  background: none;
  box-shadow: none;
  border: 1px solid rgba(234, 24, 33, 0.4);
  transition: border-color 0.2s ease-in;
}
.btn-cta--ghost:hover {
  border-color: #EA1821;
  transition: none;
}
.btn-cta--ghost:hover {
  background: none;
  color: #EA1821;
  box-shadow: none;
}
.page-footer {
  background-image: linear-gradient(0deg, #5053AB 0%, #5053AB 100%);
  background-color: #5053AB;
  padding-top: 5.7rem;
}
.footer-nav {
  float: left;
  width: 25%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-nav__item {
  margin-bottom: .8rem;
}
.footer-nav__item a {
  font-size: 1.5rem;
  color: #BCC5FF;
  transition: color 0.15s ease-in;
}
.footer-nav__item a:hover {
  color: #fff;
  transition: none;
}
.footer-nav__item--heading {
  margin-bottom: 1.5rem;
}
.footer-nav__item--heading a {
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: .1rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: border-color 0.2s ease-in;
}
.footer-nav__item--heading a:hover {
  border-color: #fff;
  transition: none;
}
.footer-block__wrapper {
  padding-top: 4.3rem;
  padding-bottom: 5rem;
}
.footer-block {
  float: left;
  display: block;
  box-sizing: border-box;
  width: 35rem;
  height: 16rem;
  background: rgba(44, 45, 86, 0.1);
  border-radius: 4px;
  margin-left: 3rem;
  padding: 2.9rem 3.2rem;
}
.footer-block:first-child {
  margin-left: 0;
}
.footer-block__title {
  text-align: left;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: .1rem;
  text-transform: uppercase;
}
.footer-block__content {
  padding-top: 10px;
}
.footer-block__phone {
  float: left;
  font-size: 2.6rem;
  color: #fff;
}
.footer-block__phone:hover {
  color: #fff;
}
.footer-block__work-hours {
  float: left;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  margin-top: .6rem;
  margin-left: 1rem;
}
.footer-block__email {
  margin-top: 5rem;
  font-size: 1.8rem;
  line-height: 1;
  color: #BCC5FF;
  border-bottom: 1px solid rgba(188, 197, 255, 0.4);
  transition: border-color 0.2s ease-in;
}
.footer-block__email:hover {
  border-color: #BCC5FF;
  transition: none;
}
.footer-block__email:hover {
  color: #BCC5FF;
}
.footer-block__social {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  background: rgba(44, 45, 86, 0.1);
  border-radius: 4px;
  margin-right: .9rem;
  margin-top: .2rem;
  background-repeat: no-repeat;
  background-position: center;
  transition-property: background-color, color;
  transition-duration: .2s;
}
.footer-block__social:hover {
  background-color: rgba(44, 45, 86, 0.4);
  transition: none;
}
.footer-block__social--twitter {
  background-image: url('//trackoff.com/images/ico-social-twitter.svg');
}
.footer-block__social--linkedin {
  background-image: url('//trackoff.com/images/ico-social-linkedin.svg');
}
.footer-block__social--facebook {
  background-image: url('//trackoff.com/images/ico-social-fb.svg');
}
.footer-block__link {
  font-size: 1.4rem;
  color: #BCC5FF;
  transition: color 0.15s ease-in;
}
.footer-block__link:hover {
  color: #fff;
  transition: none;
}
.footer-subline {
  height: 6rem;
  background-color: #2C2D56;
  background-color: rgba(44, 45, 86, 0.1);
  line-height: 5.9rem;
}
.footer-subline__copyright {
  float: left;
  font-size: 14px;
  color: #fff;
}
.footer-subline__links {
  float: right;
  width: 30%;
}
.footer-subline__links a {
  font-size: 14px;
  color: #BCC5FF;
  transition: color 0.15s ease-in;
}
.footer-subline__links a:hover {
  color: #fff;
  transition: none;
}
.subline-privacy {
  float: right;
}
.subline-privacy__link {
  margin-left: 3rem;
}
.subline-divider {
  float: right;
  height: 2rem;
  width: .1rem;
  background-color: #BCC5FF;
  margin: 2.1rem 3rem 0;
}
.blog__content {
  margin-right: -3rem;
  margin-top: 5rem;
}
.blog-item {
  display: table;
  float: left;
  width: 54rem;
  height: 34rem;
  margin-right: 3rem;
  margin-bottom: 3rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blog-item:hover .blog-item__wrapper {
  background-color: rgba(0, 0, 0, 0.7);
}
.blog-item__wrapper {
  display: table-cell;
  vertical-align: bottom;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.2s ease-in-out;
}
.blog-item__title {
  font-size: 3rem;
  color: #FFFFFF;
  padding: 0 3rem 2rem;
  text-align: left;
}
.page-numbers {
  display: inline-block;
  margin-right: 0.8rem;
  width: 4rem;
  height: 4rem;
  border: 1px solid #7581CE;
  border-radius: 4px;
  line-height: 4rem;
  text-align: center;
  background-color: #7581CE;
  color: #fff;
}
.page-numbers.current {
  color: #7581CE;
  background-color: #fff;
}
.blog-post__header {
  display: table;
  position: relative;
  width: 100%;
  height: 48rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 4rem;
}
.blog-post__header .post-header__back {
  position: absolute;
  display: inline-block;
  font-size: 1.5rem;
  color: #5053AB;
  background-color: #fff;
  padding-left: 2.3rem;
  padding-right: .7rem;
  padding-bottom: .1rem;
  border-radius: 2px;
  left: 3rem;
  top: 3rem;
}
.blog-post__header .post-header__back:before {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 8px 4px 0;
  border-color: transparent #5053AB transparent transparent;
  left: .8rem;
  top: .5rem;
}
.blog-post__header .post-header__wrapper {
  min-height: 48rem;
  display: table-cell;
  text-align-last: auto;
  vertical-align: bottom;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 3rem;
}
.blog-post__header .post-header__title {
  font-size: 3.6rem;
  color: #fff;
  text-align: left;
}
.blog-post__header .post-header__date {
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: .1rem;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0 .6rem;
  border-radius: 2px;
  margin-bottom: 1rem;
}
.blog-post__content {
  width: 74rem;
  margin: 0 auto;
  padding: 3rem 0;
}
.blog-post__content p {
  color: #212B36;
  line-height: 2.2rem;
}
.blog-post__content h2,
.blog-post__content h3 {
  font-size: 24px;
  color: #212B36;
  text-align: left;
}
.blog-post__content h3 {
  font-size: 20px;
}
.blog-post__content a {
  color: #EA1821;
}
.blog-post__content a:hover {
  text-decoration: underline;
}
.blog-post__content ul {
  padding: 0;
}
.blog-post__content img {
  margin: 1rem 0;
  max-width: 74rem;
}
.blog-post__content td {
  padding: 1rem;
}
.blog-post__footer {
  text-align: center;
  background-color: #F8F9FF;
  padding: 6rem 0;
}
.blog-post__footer .post-footer__subtitle {
  font-size: 1.2rem;
  color: #EA1821;
  letter-spacing: .2rem;
}
.blog-post__footer .post-footer__title {
  font-size: 3.6rem;
  color: #5053AB;
}
.blog-post__footer .post-footer__share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 2rem;
}
.blog-post__footer .post-footer__share--facebook {
  margin-top: -1rem;
}
.blog-post__footer .post-footer__share .fb-share-button {
  margin-right: 15px;
}
.blog-post__footer .post-footer__share .twitter-share-button {
  margin-right: 13px;
  margin-top: .2rem;
}
.blog-post__footer .post-footer__share .google-plus {
  margin-right: 12px;
  margin-top: .7rem;
}
.blog-post__footer .post-footer__share .IN-widget {
  margin-top: .3rem;
}
