/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  /*list-style: none; */
}

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.slider-container {
  *zoom: 1; }
  .slider-container:before, .slider-container:after {
    content: " ";
    display: table; }
  .slider-container:after {
    clear: both; }

@-webkit-keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100); } }
@-moz-keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100); } }
@-o-keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100); } }
@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100); } }
@-webkit-keyframes fadeInLeft {
  0% {
    left: 100%;
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100); } }
@-moz-keyframes fadeInLeft {
  0% {
    left: 100%;
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100); } }
@-o-keyframes fadeInLeft {
  0% {
    left: 100%;
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100); } }
@keyframes fadeInLeft {
  0% {
    left: 100%;
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100); } }
@-webkit-keyframes fadeInRight {
  0% {
    right: 100%;
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100); } }
@-moz-keyframes fadeInRight {
  0% {
    right: 100%;
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100); } }
@-o-keyframes fadeInRight {
  0% {
    right: 100%;
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100); } }
@keyframes fadeInRight {
  0% {
    right: 100%;
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100); } }
@font-face {
  font-family: "Bebas Neue";
  src: url("/fonts/BebasNeueRegular.otf"); }
a:not(.btn) {
  color: #0071bc;
  text-decoration: none; }

a:hover:not(.btn) {
  text-decoration: underline; }

html {
  box-sizing: border-box; }

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

.container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
  position: relative;
  overflow: hidden; }

/*

.l-width-full {
  width: 100%;
}

.l-width-half {
  width: 100%;

  @include media($medium) {
    width: 50%;
  }
}

.l-width-third {
  @include fill-parent;

  @include media($medium) {
    @include span-columns(4);
  }
}

.l-width-60 {
  width: 100%;


}

.l-width-40 {
  width: 100%;

}

.layout-z { position: relative; }
.layout-z-1 { @extend .layout-z; z-index: 1; }
.layout-z-2 { @extend .layout-z; z-index: 2; }
.layout-z-3 { @extend .layout-z; z-index: 3; }
.layout-z-4 { @extend .layout-z; z-index: 4; }
.layout-z-5 { @extend .layout-z; z-index: 5; }
.layout-z-6 { @extend .layout-z; z-index: 6; }
.layout-z-7 { @extend .layout-z; z-index: 7; }
.layout-z-8 { @extend .layout-z; z-index: 8; }
.layout-z-9 { @extend .layout-z; z-index: 9; }
.layout-z-10 { @extend .layout-z; z-index: 10; }

.clearfix {
  @extend %clearfix;
}




.l-inline {
  display: inline;
}

.l-inline-block {
  display: inline-block;
}


.l-inline-right {
  @extend .l-inline;

  text-align: right;
}

.l-float-left {
  float: left;
}

.l-float-right {
  float: right;
}
*/
.list-inline {
  list-style-type: none; }

.triplet-set {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto; }
  .triplet-set::after {
    clear: both;
    content: "";
    display: table; }

.triplet, .triplet-prefeature, .triplet-feature {
  width: 100%; }
  @media screen and (min-width: 60em) {
    .triplet, .triplet-prefeature, .triplet-feature {
      float: left;
      display: block;
      margin-right: 2.85714%;
      width: 31.42857%; }
      .triplet:last-child, .triplet-prefeature:last-child, .triplet-feature:last-child {
        margin-right: 0; } }

.btn {
  background: transparent;
  cursor: pointer;
  padding: 10px 20px;
  display: block;
  font-size: inherit;
  border: solid 1px transparent;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  @media screen and (min-width: 30em) {
    .btn {
      display: inline-block; } }

.btn-primary--solid {
  background-color: #0071bc;
  border-color: #0071bc;
  color: #fff; }

.btn-primary--solid:hover {
  background-color: #005a96;
  border-color: #005a96;
  color: #fff; }

.btn-primary--clear {
  background-color: transparent;
  border-color: #0071bc;
  color: #0071bc; }

.btn--full {
  width: 100%; }

.navbar {
  background: #fff;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 50%;
  width: calc(100% + 1px);
  z-index: 100;
  -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.inaug-navbar-portal {
  text-align: center;
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 82.85714%; }
  .inaug-navbar-portal:last-child {
    margin-right: 0; }
  @media screen and (min-width: 40em) {
    .inaug-navbar-portal {
      float: left;
      display: block;
      margin-right: 2.85714%;
      width: 31.42857%; }
      .inaug-navbar-portal:last-child {
        margin-right: 0; } }

.inaug-navbar-portal a {
  background: url("../img/responsive/tourtrackr-icon-01.png") top left no-repeat transparent;
  background-size: contain;
  display: block;
  line-height: 40px;
  height: 40px;
  outline: none;
  padding-right: 20px;
  text-indent: -9999em;
  width: auto; }
  @media screen and (min-width: 40em) {
    .inaug-navbar-portal a {
      background-image: url("../img/inaugtrackr_logo.png");
      height: 60px;
      width: auto; } }

.inaug-navbar-portal img {
  display: block;
  width: 120px;
  height: 100%; }
  @media screen and (min-width: 40em) {
    .inaug-navbar-portal img {
      width: 160px; } }

.navbar-portal {
  text-align: center;
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 82.85714%; }
.navbar-portal:last-child {
  margin-right: 0; }
@media screen and (min-width: 40em) {
  .navbar-portal {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 31.42857%; }
  .navbar-portal:last-child {
    margin-right: 0; } }

.navbar-portal a {
  background: url("../img/responsive/tourtrackr-icon-01.png") top left no-repeat transparent;
  background-size: contain;
  display: block;
  line-height: 40px;
  height: 40px;
  outline: none;
  padding-right: 20px;
  text-indent: -9999em;
  width: auto; }
@media screen and (min-width: 40em) {
  .navbar-portal a {
    background-image: url("../img/responsive/tourtrackr-horiz-03.png");
    height: 40px;
    width: auto; } }

.navbar-portal img {
  display: block;
  width: 120px;
  height: 100%; }
@media screen and (min-width: 40em) {
  .navbar-portal img {
    width: 160px; } }

.navbar-links {
  max-height: 0;
  padding: 0;
  text-align: center;
  display: none;
  width: 100%;
  -webkit-transition: all, 0.3s, ease-out;
  -moz-transition: all, 0.3s, ease-out;
  transition: all, 0.3s, ease-out; }
  @media screen and (min-width: 40em) {
    .navbar-links {
      height: auto;
      max-height: 100px;
      text-align: right;
      display: block;
      float: left;
      display: block;
      margin-right: 2.85714%;
      width: 65.71429%; }
      .navbar-links:last-child {
        margin-right: 0; } }

.navbar-links.is-active {
  max-height: 360px;
  padding: 40px 0 10px;
  display: block;
  -webkit-transition: all, 0.3s, ease-out;
  -moz-transition: all, 0.3s, ease-out;
  transition: all, 0.3s, ease-out; }

.navbar-link {
  list-style-type: none;
  padding: 0.5em 0; }
  @media screen and (min-width: 40em) {
    .navbar-link {
      display: inline-block;
      padding: 0 1em; } }

@media screen and (min-width: 40em) {
  .navbar-link:last-of-type {
    padding-left: 1em; } }

.navbar-link a {
  display: block;
  padding: 0.5em 0.5em;
  text-transform: lowercase;
  -webkit-transition: color, 0.3s, ease-out;
  -moz-transition: color, 0.3s, ease-out;
  transition: color, 0.3s, ease-out; }
  @media screen and (min-width: 40em) {
    .navbar-link a {
      padding-left: 1em;
      padding-right: 1em; } }

.navbar-link:not(.navlink-button) a:hover {
  color: #1a1a1a;
  text-decoration: none; }

.navbar-link-button a {
  padding: 0.5em 1em; }

#nav-mobile-toggle {
  cursor: pointer;
  display: block;
  height: 36px;
  margin: 2px 0;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 20px;
  width: 35px; }
  @media screen and (min-width: 40em) {
    #nav-mobile-toggle {
      cursor: auto;
      height: 0;
      width: 0; } }

#nav-mobile-toggle > span {
  background-color: #a6a6a6;
  border-radius: 3px;
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 25px;
  -webkit-transition: all, 0.24s, ease-out;
  -moz-transition: all, 0.24s, ease-out;
  transition: all, 0.24s, ease-out; }
  @media screen and (min-width: 40em) {
    #nav-mobile-toggle > span {
      background: transparent;
      height: 0;
      width: 0; } }

#nav-mobile-toggle.is-active > span {
  background-color: #0071bc; }

#nav-mobile-toggle.is-active:hover > span {
  background-color: #a6a6a6; }

#nav-mobile-toggle > span:nth-of-type(1) {
  top: 8px; }

#nav-mobile-toggle > span:nth-of-type(2) {
  top: 16px; }

#nav-mobile-toggle > span:nth-of-type(3) {
  top: 24px; }

#nav-mobile-toggle:hover > span {
  background-color: #404040; }

.overlay, .overlay2 {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1; }

.overlay.is-active, .is-active.overlay2 {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 90;
  -webkit-transition: all, 0.5s, ease-out;
  -moz-transition: all, 0.5s, ease-out;
  transition: all, 0.5s, ease-out; }

.overlay2 {
  z-index: -1; }

.overlay2.is-active {
  z-index: 110;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.hero-content {
  text-align: center;
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 100%; }
  .hero-content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 60em) {
    .hero-content {
      padding-top: 120px;
      text-align: left;
      float: left;
      display: block;
      margin-right: 0px;
      width: 35%; }
      .hero-content:last-child {
        margin-right: 0; } }

.hero-promo {
  float: left;
  display: block;
  margin-right: 2.85714%;
  background-size: 585px 341px;
  width: 100%;
}
.hero-promo:last-child {
	margin-right: 0;
}
@media screen and (min-width: 60em) {
	.hero-promo {
	  float: left;
	  display: block;
	  margin-right: 2.85714%;
	  background-size: 585px 341px;
	  background: url("../img/tourtrackr/tour_trackr_bg_1.png") no-repeat left bottom;
	  width: 65%;
	}
  .hero-promo:last-child {
	margin-right: 0;
  }

}

.hero-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 30em; }
  @media screen and (min-width: 60em) {
    .hero-text {
      margin-left: inherit;
      margin-right: inherit; } }

.hero-button {
  margin: 1em 0 2em; }
  @media screen and (min-width: 30em) {
    .hero-button {
      margin: 1em 1em 2em 0; } }

.phone-preview {
  width: 300px;
  height: auto; }

.phone-preview img {
  width: 100%;
  height: auto; }

.content, .content-no-pad {
  background-image: url("../img/responsive/bg-light-grad.png");
  background-position: bottom;
  background-repeat: repeat-x;
  min-height: 480px;
  padding: 80px 0 0; }

.content-no-pad {
  padding-top: 0; }

.content h1, .content-no-pad h1,
.content h2,
.content-no-pad h2,
.content-no-pad h1,
.content-no-pad h2 {
  text-align: center; }

.triplet, .triplet-prefeature, .triplet-feature {
  text-align: center; }

.triplet img, .triplet-prefeature img, .triplet-feature img {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 20px; }
  @media screen and (min-width: 60em) {
    .triplet img, .triplet-prefeature img, .triplet-feature img {
      margin-top: 20px; } }

@media screen and (min-width: 60em) {
  .triplet-prefeature {
    margin-right: 0;
    margin-left: 34.28571%; } }

.triplet-feature {
  position: static;
  left: auto;
  bottom: 0;
  transform: none; }
  @media screen and (min-width: 60em) {
    .triplet-feature {
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%); } }

.triplet-feature img {
  display: block;
  position: relative;
  top: 100%;
  margin: 0 auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all, 0.8s, ease-out;
  -moz-transition: all, 0.8s, ease-out;
  transition: all, 0.8s, ease-out; }

.triplet-feature img.reveal {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100); }

.features-list {
  list-style-type: none;
  padding: 20px 0 0; }

.features-list li {
  padding: 10px 0;
  position: relative; }

.features-list-left h4,
.features-list-left p {
  text-align: center; }
  @media screen and (min-width: 60em) {
    .features-list-left h4,
    .features-list-left p {
      text-align: left; } }

.features-list-right h4,
.features-list-right p {
  text-align: center; }
  @media screen and (min-width: 60em) {
    .features-list-right h4,
    .features-list-right p {
      text-align: right; } }

.features-list-left li {
  left: 100%;
  opacity: 0;
  filter: alpha(opacity=0); }

.features-list-left.reveal li {
  animation-name: fadeInLeft;
  animation-direction: normal;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease-out; }

.features-list-left.reveal li:nth-of-type(1) {
  animation-delay: 0.1s; }

.features-list-left.reveal li:nth-of-type(2) {
  animation-delay: 0.4s; }

.features-list-left.reveal li:nth-of-type(3) {
  animation-delay: 0.7s; }

.features-list-right li {
  right: 100%;
  opacity: 0;
  filter: alpha(opacity=0); }

.features-list-right.reveal li {
  animation-name: fadeInRight;
  animation-direction: normal;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease-out; }

.features-list-right.reveal li:nth-of-type(1) {
  animation-delay: 0.1s; }

.features-list-right.reveal li:nth-of-type(2) {
  animation-delay: 0.4s; }

.features-list-right.reveal li:nth-of-type(3) {
  animation-delay: 0.7s; }

.faq {
  width: 100%; }
  @media screen and (min-width: 30em) {
    .faq {
      float: left;
      display: block;
      margin-right: 2.85714%;
      width: 82.85714%;
      margin-left: 8.57143%; }
      .faq:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 60em) {
    .faq {
      float: left;
      display: block;
      margin-right: 2.85714%;
      width: 65.71429%;
      margin-left: 17.14286%; }
      .faq:last-child {
        margin-right: 0; } }

.faq dt {
  margin-bottom: 1em; }

.faq dd {
  margin-bottom: 40px; }

footer {
  background: #565a5c;
  color: #e6e6e6;
  padding: 60px 0 40px;
  text-align: center; }

.footer-links li {
  display: inline-block;
  list-style-type: none;
  margin-bottom: 20px; }

.footer-links a {
  color: #e6e6e6; }

.footer-links a:hover {
  text-decoration: underline; }

.social {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  display: inline-block;
  height: 48px;
  margin: 0 10px;
  text-decoration: none;
  text-indent: -9999em;
  width: 48px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all, 0.3s, ease-out;
  -moz-transition: all, 0.3s, ease-out;
  transition: all, 0.3s, ease-out; }

.social:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.social a {
  padding: 6px; }

.social.fb {
  background-image: url("../img/responsive/social-fb.png"); }

.social.twitter {
  background-image: url("../img/responsive/social-twitter.png"); }

.copyright {
  opacity: 0.6;
  filter: alpha(opacity=60);
  font-size: 8.75px;
  font-size: 0.875rem; }

.form-block-container {
  margin-bottom: 60px;
  width: 100%; }
  @media screen and (min-width: 30em) {
    .form-block-container {
      float: left;
      display: block;
      margin-right: 2.85714%;
      width: 82.85714%;
      margin-left: 8.57143%; }
      .form-block-container:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 40em) {
    .form-block-container {
      float: left;
      display: block;
      margin-right: 2.85714%;
      width: 65.71429%;
      margin-left: 17.14286%; }
      .form-block-container:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 60em) {
    .form-block-container {
      float: left;
      display: block;
      margin-right: 2.85714%;
      width: 48.57143%;
      margin-left: 25.71429%; }
      .form-block-container:last-child {
        margin-right: 0; } }

.form-block {
  background: #fff;
  border: solid 1px #e6e6e6;
  display: block;
  margin-bottom: 40px;
  padding: 20px 20px 0;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.form-block-element {
  display: block;
  margin-bottom: 20px; }

.form-block-element > label {
  display: block; }

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea {
  background: #fff;
  border: solid 1px #a6a6a6;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  font-family: "Avenir", "Helvetica", sans-serif;
  font-size: inherit;
  height: auto;
  min-height: 40px;
  padding: 10px;
  outline: none;
  width: 100%; }

.form-block-element textarea {
  resize: vertical; }

.callout {
  background: inherit;
  border: solid 1px transparent;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 20px 10px 0;
  text-align: center; }

.callout-secondary {
  background-color: #e6e6e6;
  border-color: #a6a6a6; }

.callout-success {
  background-color: #bdefbd;
  border-color: #228b22;
  color: #228b22; }

.callout-error {
  background-color: #fef1f4;
  border-color: #dc143c;
  color: #dc143c; }

.modal-container {
  max-width: 480px;
  margin: 0 auto; }

#modal {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s ease-out;
  opacity: 0;
  width: 100%; }

#modal.is-active {
  z-index: 111;
  max-width: 80%;
  opacity: 1; }

#modal.is-active > div {
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }

#modal iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.slider-container {
  height: 588px;
  overflow: hidden;
  position: relative;
  left: 50%;
  width: 285px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media screen and (min-width: 60em) {
    .slider-container {
      left: 80%;
    }
	.hidden_large{

		display:none;
	}
  }
@media screen and (max-width: 60em) {

	.hidden_small{

		display:none;
	}
}

.slider-bg {
  background: url("../img/responsive/slider-bg.png") top center no-repeat transparent;
  position: absolute;
  height: 588px;
  width: 285px;
  z-index: 10; }

.slides-container {
  height: 446px;
  position: absolute;
  top: 71px;
  left: 17px;
  overflow: hidden;
  width: 251px; }

#slider {
  list-style-type: none;
  position: relative;
  z-index: 9; }

#slider li {
  display: block;
  float: left;
  height: 446px;
  position: relative;
  left: 0;
  width: 251px; }

#sidebar {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 14.28571%; }
  #sidebar:last-child {
    margin-right: 0; }

#dashboard {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 82.85714%; }
  #dashboard:last-child {
    margin-right: 0; }

.completion-check {
  margin-right: 5px; }

.unfilled {
  display: inline-block;
  width: 20px; }

.sidebar-links {
  list-style-type: none; }

.sidebar-links img {
  display: inline-block; }

.sidebar-link {
  margin-bottom: 10px; }

.dashboard-link {
  margin-bottom: 10px; }

body .em {
  font-style: italic; }
body strong {
  font-weight: 700; }
body p {
  color: inherit;
  font-weight: 400;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  max-width: 30em; }
body h1, body h2, body h3, body h4, body h5, body h6 {
  color: #404040;
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.5em; }
body h1 small, body h2 small, body h3 small, body h4 small, body h5 small, body h6 small {
  color: #a6a6a6; }
body .code {
  font-family: "Consolas", "Courier New", mono;
}
body ul, body .ul {
  list-style-type: disc; }

h1 {
  font-size: 32px;
  font-size: 2rem; }

h2 {
  font-size: 26px;
  font-size: 1.625rem; }

h3 {
  font-size: 24px;
  font-size: 1.5rem; }

h4 {
  font-size: 22px;
  font-size: 1.375rem; }

h5 {
  font-size: 20px;
  font-size: 1.25rem; }

h6 {
  font-size: 16px;
  font-size: 1rem; }

h1 small {
  font-size: calc($size * $small-font-size)px;
  font-size: 1.6rem; }

h2 small {
  font-size: calc($size * $small-font-size)px;
  font-size: 1.3rem; }

h3 small {
  font-size: calc($size * $small-font-size)px;
  font-size: 1.2rem; }

h4 small {
  font-size: calc($size * $small-font-size)px;
  font-size: 1.1rem; }

h5 small {
  font-size: calc($size * $small-font-size)px;
  font-size: 1rem; }

h6 small {
  font-size: calc($size * $small-font-size)px;
  font-size: 0.8rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 48px;
    font-size: 3rem; }

  h2 {
    font-size: 40px;
    font-size: 2.5rem; }

  h3 {
    font-size: 31px;
    font-size: 1.9375rem; }

  h4 {
    font-size: 25px;
    font-size: 1.5625rem; }

  h5 {
    font-size: 20px;
    font-size: 1.25rem; }

  h6 {
    font-size: 16px;
    font-size: 1rem; }

  h1 small {
    font-size: calc($size * $small-font-size)px;
    font-size: 2.4rem; }

  h2 small {
    font-size: calc($size * $small-font-size)px;
    font-size: 2rem; }

  h3 small {
    font-size: calc($size * $small-font-size)px;
    font-size: 1.55rem; }

  h4 small {
    font-size: calc($size * $small-font-size)px;
    font-size: 1.25rem; }

  h5 small {
    font-size: calc($size * $small-font-size)px;
    font-size: 1rem; }

  h6 small {
    font-size: calc($size * $small-font-size)px;
    font-size: 0.8rem; } }
#mobile_wrapper {
  max-width: 100% !important;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto; }
  #mobile_wrapper::after {
    clear: both;
    content: "";
    display: table; }

.override .body_text {
  margin-left: 0;
  margin-right: 0; }

.body_text {
  font-family: "Avenir", "Helvetica", sans-serif;
  font-size: inherit !important;
  font-weight: inherit !important; }

.body_text input {
  width: auto; }

table, tbody, tfoot, thead, tr, th, td {
  vertical-align: top; }

table[cellpadding="1"] td {
  padding: 1px !important; }

table[cellpadding="2"] td {
  padding: 2px !important; }

table[cellpadding="3"] td {
  padding: 3px !important; }

table[cellpadding="5"] td {
  padding: 5px !important; }

table[cellpadding="10"] td {
  padding: 10px !important; }

table[cellpadding="20"] td {
  padding: 20px !important; }

.border_bottom {
  padding: 10px; }

.override {
  margin: 0 auto 40px;
  min-height: 480px;
  width: 1200px; }

.blue_button,
.blue_button_small {
  background-color: #0071bc;
  border-color: #0071bc;
  color: #fff;
  cursor: pointer;
  padding: 10px 20px;
  display: block;
  font-size: inherit;
  border: solid 1px transparent;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  @media screen and (min-width: 30em) {
    .blue_button,
    .blue_button_small {
      display: inline-block; } }

.blue_button:hover,
.blue_button_small:hover {
  background-color: #005a96;
  border-color: #005a96;
  color: #fff; }

html {
  box-sizing: border-box; }

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

body {
  background: #fff;
  color: #666;
  font-family: "Avenir", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 120px;
  min-width: 320px;
  z-index: 0; }
  @media screen and (min-width: 60em) {
    body {
      padding-top: 100px; } }

img {
  display: block;
  margin: 0 auto; }

input, textarea, select, option {
  font-family: "Avenir", "Helvetica", sans-serif;
  font-size: inherit !important;
}

.wrapper {
  width: 100%; }

#fix {
  background: #fcf2d8;
  border: solid 1px #edb211;
  display: none;
  padding: 5px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.anchor {
  position: relative;
  top: -60px;
  visibility: hidden; }
