/* Variants */
body {
  font-family: open sans, tahoma;
  background-color: #fff;
  padding: 0;
  color: #444;
}
.pure-g {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-family: 'Open Sans', 'Roboto', sans-serif !important;
}
input,
select,
textarea {
  background-color: #fff;
  color: #222;
  border: 1px solid #ccc;
}
a {
  color: inherit;
}
img,
img:focus,
a,
a:focus {
  outline: 0;
}
a:visited {
  color: #222;
}
a.blue-link {
  color: #3c75bb;
}
button.primary {
  padding: 0.5em 1.5em;
  color: #fff;
  background: #3c75bb;
  font-family: 'open sans', 'roboto', sans-serif;
  border: 0;
  border-radius: 0.2em;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  -webkit-transition: -webkit-transform 0.2s, box-shadow 0.2s;
  -moz-transition: -moz-transform 0.2s, box-shadow 0.2s;
  -o-transition: -o-transform 0.2s, box-shadow 0.2s;
  -ms-transition: -ms-transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button.primary:hover {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 30px 60px -12px rgba(50,50,93,0.25), 0 18px 36px -18px rgba(0,0,0,0.3), 0 -12px 36px -8px rgba(0,0,0,0.025);
  box-shadow: 0 30px 60px -12px rgba(50,50,93,0.25), 0 18px 36px -18px rgba(0,0,0,0.3), 0 -12px 36px -8px rgba(0,0,0,0.025);
}
/*
 * -- Layout Styles --
 */
.pure-button-primary {
  background-color: #3c75bb;
}
.main ul {
  padding-left: 1.25em;
}
.page-title {
  display: none;
}
.page-content {
  padding: 2em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #555;
}
.l-box {
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  max-width: 1250px;
  margin: 0 auto;
}
.sizer {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
div[class^="ion"] {
  font-size: 1em;
  display: inline-block;
}
.header .support-btns .btn .icon i {
  -ms-left: 50%;
}
/* pure extension */
@media screen and (min-width: 48em) {
  .page-title .container {
    padding: 1em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 48em) {
  .pure-u-sm-0 {
    display: none;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .pure-u-md-0 {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .pure-u-lg-0 {
    display: none;
  }
}
/* main 151 */
.header {
  background: #fff;
  color: #555;
  width: 100%;
  -webkit-transition: height 0.25s ease-in-out;
  -moz-transition: height 0.25s ease-in-out;
  -o-transition: height 0.25s ease-in-out;
  -ms-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header .container {
  height: 100%;
}
.header .container .mobile-menu {
  vertical-align: middle;
}
.header .container .mobile-menu i {
  font-size: 1.75em;
}
.header .container .hamburger {
  margin: 0 auto;
  width: 1.5em;
  height: 1.25em;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.header .container .hamburger.open span:nth-child(1) {
  top: 0.5em;
  width: 0;
  left: 50%;
}
.header .container .hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .container .hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .container .hamburger.open span:nth-child(4) {
  top: 0.5em;
  width: 0;
  left: 50%;
}
.header .container .hamburger span {
  display: block;
  position: absolute;
  height: 0.2em;
  width: 100%;
  background: #fff;
  border-radius: 1em;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header .container .hamburger span:nth-child(1) {
  top: 0;
}
.header .container .hamburger span:nth-child(2),
.header .container .hamburger span:nth-child(3) {
  top: 0.5em;
}
.header .container .hamburger span:nth-child(4) {
  top: 1em;
}
.header a {
  color: #fff;
  text-decoration: none;
}
.header .logo,
.header .support-btns {
  vertical-align: middle;
}
.header .logo {
  font-family: open sans, serif;
  position: relative;
  padding: 1em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header .logo img {
  max-height: 3em;
}
.header .logo svg {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 70px;
  display: block;
}
.header .logo .logo-wrapper {
  display: inline-block;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header .logo .logo-wrapper > * {
  display: inline-block;
  vertical-align: middle;
}
.header .logo .icon {
  width: 80px;
}
.header .logo .text {
  text-align: right;
  line-height: 2em;
}
.header .logo .text .top {
  font-size: 2.5em;
  color: #3c75bb;
  font-weight: 600;
  letter-spacing: -1px;
}
.header .logo .text .bottom {
  font-size: 18px;
  color: #555;
}
.header .support-btns {
  text-align: right;
}
.header .info-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 1em 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header .chat,
.header .phone {
  display: inline-block;
  font-family: 'open sans', 'roboto', sans-serif;
}
.header .chat .item,
.header .phone .item {
  display: inline-block;
  padding: 0 1em;
}
.header .chat .item h2,
.header .phone .item h2 {
  margin-top: 0;
  color: #444;
}
.header .chat span,
.header .phone span {
  margin-right: 0.25em;
  display: inline-block;
}
.header .chat {
  cursor: pointer;
}
.header .chat:hover {
  color: #3c75bb;
}
.header .chat:hover h2,
.header .chat:hover i {
  color: #3c75bb;
}
.header .phone span {
  -webkit-transform: scale(1.25) rotate(20deg) translate(0, 2px);
  -moz-transform: scale(1.25) rotate(20deg) translate(0, 2px);
  -o-transform: scale(1.25) rotate(20deg) translate(0, 2px);
  -ms-transform: scale(1.25) rotate(20deg) translate(0, 2px);
  transform: scale(1.25) rotate(20deg) translate(0, 2px);
}
.header .dl-btns {
  padding: 0 0.5em;
}
.header .dl-btns .btn-wrapper {
  display: inline-block;
  padding: 0 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.9em;
}
.header .dl-btns .tv button {
  background: #3c75bb;
  color: #fff;
}
.header .dl-btns .tv i {
  color: #3c75bb;
}
.header .dl-btns .vfp button {
  background: #a91419;
  color: #fff;
}
.header .dl-btns .vfp i {
  color: #a91419;
}
.header .dl-btns button {
  border-radius: 0.25em;
  border: 0;
  padding: 0.5em 1em;
  position: relative;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
}
.header .dl-btns button:before {
  content: '';
  display: block;
  border-radius: 0.25em;
  top: 3px;
  bottom: 3px;
  left: 50%;
  right: 50%;
  position: absolute;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.header .dl-btns button:hover:before {
  left: 3px;
  right: 3px;
  background: #fff;
  color: #222;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.header .dl-btns button:hover span {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.header .dl-btns button:hover i {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.header .dl-btns button span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.header .dl-btns button i {
  text-align: center;
  width: 100%;
  top: 50%;
  left: 0;
  display: block;
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  font-size: 2em;
}
@media screen and (max-width: 48em) {
  .header .logo,
  .header .support-btns {
    text-align: center;
  }
  .header .dl-btns {
    display: none;
  }
}
@media screen and (max-width: 36em) {
  .header .support-btns {
    display: none;
text
  }
}
nav {
  position: relative;
  background-color: #3c75bb;
}
nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
@media screen and (min-width: 64em) {
  nav .mobile-nav {
    display: none;
  }
  nav a {
    text-decoration: none;
  }
  nav ul.top-nav li.top {
    color: #fff;
    display: inline-block;
    line-height: 3.5em;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-family: open sans, sans serif;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
  }
  nav ul.top-nav li.top:hover {
    background: #33639f;
  }
  nav ul.top-nav li.top > div a {
    color: #fff;
  }
  nav ul.top-nav li.top > a {
    color: #fff;
    text-decoration: none;
  }
  nav ul.top-nav li.top > a:visited {
    color: #fff;
  }
  nav ul {
    margin: 0;
    padding: 0;
    z-index: 9;
  }
  nav ul li {
    line-height: initial;
    position: relative;
    cursor: pointer;
  }
  nav ul li.home span {
    display: none;
  }
  nav ul li.home i {
    padding: 0;
    font-size: 1.25em;
  }
  nav ul li i {
    padding: 0 0.5em;
  }
  nav ul li:hover > ul {
    display: block;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  nav ul li > ul {
    background: #fff;
    -webkit-box-shadow: 0 30px 60px -12px rgba(50,50,93,0.5), 0 18px 36px -18px rgba(0,0,0,0.5), 0 -12px 36px -8px rgba(0,0,0,0.05);
    box-shadow: 0 30px 60px -12px rgba(50,50,93,0.5), 0 18px 36px -18px rgba(0,0,0,0.5), 0 -12px 36px -8px rgba(0,0,0,0.05);
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    width: 125%;
    border-radius: 0.25em;
  }
  nav ul li > ul a {
    padding: 1em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #555 !important;
  }
  nav ul li > ul li {
    display: block;
    font-size: 0.9em;
    text-transform: initial;
    padding: 1em;
    border-radius: 0.25em;
  }
  nav ul li > ul li:hover > ul {
    display: block;
  }
  nav ul li > ul li > ul {
    display: none;
    width: 100%;
    left: 100%;
    top: 0;
  }
  nav ul li > ul li > ul li {
    font-size: 1em;
  }
  nav ul li > ul li:hover {
    background: #f4f4f4;
  }
  nav ul li > ul li:last-of-type {
    border-bottom: 0;
  }
  nav ul li > ul li i {
    font-size: 0.8em;
    float: right;
  }
  nav ul li i {
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 64em) {
  nav .mobile-nav i {
    float: left;
    padding-right: 0.5em;
    font-size: 1.75em;
    line-height: 2.1;
  }
  nav .mobile-nav .menu,
  nav .mobile-nav .call {
    padding: 0 1em;
    line-height: 3.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
  }
  nav .mobile-nav .text {
    color: #fff;
  }
  nav .mobile-nav .menu {
    text-align: right;
  }
  nav .mobile-nav .text,
  nav .mobile-nav .menu-wrapper,
  nav .mobile-nav .hamburger {
    display: inline-block;
  }
  nav .mobile-nav .hamburger {
    margin: 0 auto;
    width: 1.5em;
    height: 1.25em;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    right: 0.5em;
    top: 0.3em;
  }
  nav .mobile-nav .hamburger.open span:nth-child(1) {
    top: 0.5em;
    width: 0;
    left: 50%;
  }
  nav .mobile-nav .hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav .mobile-nav .hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  nav .mobile-nav .hamburger.open span:nth-child(4) {
    top: 0.5em;
    width: 0;
    left: 50%;
  }
  nav .mobile-nav .hamburger span {
    display: block;
    position: absolute;
    height: 0.2em;
    width: 100%;
    background: #fff;
    border-radius: 1em;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  nav .mobile-nav .hamburger span:nth-child(1) {
    top: 0;
  }
  nav .mobile-nav .hamburger span:nth-child(2),
  nav .mobile-nav .hamburger span:nth-child(3) {
    top: 0.5em;
  }
  nav .mobile-nav .hamburger span:nth-child(4) {
    top: 1em;
  }
  nav i {
    float: right;
  }
  nav a {
    color: #fff !important;
    text-decoration: none;
  }
  nav ul {
    padding: 0;
    margin: 0;
  }
  nav ul .free {
    display: none;
  }
  nav ul.top-nav {
    background: #3c75bb;
    border-right: 0.2em solid #33639f;
    -webkit-box-shadow: 0.1em 0 0.25em rgba(0,0,0,0.5);
    box-shadow: 0.1em 0 0.25em rgba(0,0,0,0.5);
    color: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 15em;
    padding-bottom: 5em;
    z-index: 999;
    overflow-y: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  nav ul.top-nav.active {
    left: 0;
  }
  nav ul.top-nav .home {
    padding: 1em 1em 0;
  }
  nav ul.top-nav > li {
    padding: 1em;
    border-bottom: 1px solid #33639f;
  }
  nav ul.top-nav > li ul {
    max-height: 42;
    overflow: hidden;
    -webkit-transition: all 0.25se ease-in-out;
    -moz-transition: all 0.25se ease-in-out;
    -o-transition: all 0.25se ease-in-out;
    -ms-transition: all 0.25se ease-in-out;
    transition: all 0.25se ease-in-out;
  }
  nav ul.top-nav > li > ul {
    padding-left: 1.2em;
  }
  nav ul.top-nav > li > ul > li,
  nav ul.top-nav > li > ul > a li {
    padding: 0.5em 0;
  }
  nav ul.top-nav > li > ul > li i,
  nav ul.top-nav > li > ul > a li i,
  nav ul.top-nav > li > ul > li > ul,
  nav ul.top-nav > li > ul > a li > ul {
    display: none;
  }
}
@media screen and (max-width: 48em) {
  nav .dl {
    display: none;
  }
}
@media screen and (max-width: 35.6em) {
  nav ul.top-nav {
    width: 12em;
  }
  nav .mobile-nav .supp {
    display: none;
  }
}
footer {
  background-color: #262523;
  background-image: url("/img/az-subtle.png");
  color: #fff;
}
footer h1,
footer h2,
footer h4,
footer a,
footer a:visited {
  color: #fff;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  color: #3c75bb;
}
footer h1,
footer h2,
footer h4 {
  font-family: 'Open Sans', 'Roboto', sans-serif;
}
footer h4 {
  margin-bottom: 0;
  margin-top: 0.5em;
}
footer > .container {
  padding: 4em 0;
}
footer .info,
footer .quick-links {
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer .copyright {
  padding: 1em 0 3em;
  text-align: center;
  font-size: 0.9em;
}
footer .socials {
  padding: 0.5em 0;
  text-align: center;
}
footer .socials i {
  font-size: 1.25em;
  padding: 0 0.5em;
}
footer .quick-links .links {
  padding: 0.25em 0;
}
div.scroll-back-up {
  position: fixed;
  left: -75%;
  bottom: 1.5em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  border-radius: 0.2em;
  padding: 0.3em 0.7em;
  z-index: 1000;
  -webkit-transition: opacity 0.5s ease, left 0s linear 0.5s;
  -moz-transition: opacity 0.5s ease, left 0s linear 0.5s;
  -o-transition: opacity 0.5s ease, left 0s linear 0.5s;
  -ms-transition: opacity 0.5s ease, left 0s linear 0.5s;
  transition: opacity 0.5s ease, left 0s linear 0.5s;
  cursor: pointer;
  font-size: 1.5em;
  text-align: center;
}
div.scroll-back-up.active {
  left: calc(50% + 550px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.5s ease, left 0s linear;
  -moz-transition: opacity 0.5s ease, left 0s linear;
  -o-transition: opacity 0.5s ease, left 0s linear;
  -ms-transition: opacity 0.5s ease, left 0s linear;
  transition: opacity 0.5s ease, left 0s linear;
}
@media screen and (max-width: 1280px) {
  div.scroll-back-up.active {
    left: calc(100% - 3.5em);
  }
}
blocker {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease-in-out, z-index 0s linear 0.5s;
  -moz-transition: opacity 0.5s ease-in-out, z-index 0s linear 0.5s;
  -o-transition: opacity 0.5s ease-in-out, z-index 0s linear 0.5s;
  -ms-transition: opacity 0.5s ease-in-out, z-index 0s linear 0.5s;
  transition: opacity 0.5s ease-in-out, z-index 0s linear 0.5s;
  background-color: rgba(0,0,0,0.85);
  text-align: center;
}
blocker.blocking {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 10000;
  -webkit-transition: opacity 0.5s ease-in-out, z-index 0s linear;
  -moz-transition: opacity 0.5s ease-in-out, z-index 0s linear;
  -o-transition: opacity 0.5s ease-in-out, z-index 0s linear;
  -ms-transition: opacity 0.5s ease-in-out, z-index 0s linear;
  transition: opacity 0.5s ease-in-out, z-index 0s linear;
}
blocker .lightbox {
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #fff;
}
blocker .lightbox .controls > div {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  -webkit-transition: left 0.5s ease-in-out, right 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out, right 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out, right 0.5s ease-in-out;
  -ms-transition: left 0.5s ease-in-out, right 0.5s ease-in-out;
  transition: left 0.5s ease-in-out, right 0.5s ease-in-out;
}
blocker .lightbox .controls > div > * {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5em;
  cursor: pointer;
  text-shadow: 0px 0px 2px #000;
}
blocker .lightbox .controls i {
  font-size: 1.5em;
}
blocker .lightbox .controls .left-control {
  left: 0;
  right: 50%;
  text-align: left;
}
blocker .lightbox .controls .left-control.no-more {
  left: -5em;
}
blocker .lightbox .controls .right-control {
  left: 50%;
  right: 0;
  text-align: right;
}
blocker .lightbox .controls .right-control.no-more {
  right: -5em;
}
blocker .lightbox .controls .close-control {
  z-index: 101;
  right: 3em;
  width: 1em;
  top: 1em;
  height: 1em;
  bottom: auto;
}
blocker .lightbox .panels {
  white-space: nowrap;
  position: relative;
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  -ms-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
  left: 0;
  height: 100%;
}
blocker .lightbox .panel {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
blocker .lightbox .panel > div {
  display: inline-block;
  vertical-align: middle;
}
blocker .lightbox .panel img {
  max-height: calc(100vh - 3em);
  max-width: 100%;
}
blocker .lightbox * {
  max-width: 100%;
  max-height: 100%;
  max-width: 100vw;
  max-height: 100vh;
}
blocker .lightbox.with-gallery .controls > div {
  bottom: 9em;
}
blocker .lightbox.with-gallery .panels {
  height: calc(100% - 9em);
}
blocker .lightbox.with-gallery .panel img {
  max-height: calc(100vh - 11em);
}
blocker .lightbox .gallery {
  overflow: auto;
}
blocker .lightbox .gallery .slider {
  max-width: none;
  white-space: nowrap;
}
blocker .lightbox .gallery .slider > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 0.5em;
  margin: 0.5em;
  height: 6em;
  width: 8em;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: box-shadow 0.5s ease-in-out;
  -moz-transition: box-shadow 0.5s ease-in-out;
  -o-transition: box-shadow 0.5s ease-in-out;
  -ms-transition: box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0.2em;
  position: relative;
  overflow: hidden;
}
blocker .lightbox .gallery .slider > div:before {
  position: absolute;
  content: 'selected';
  bottom: -2em;
  right: 0;
  width: 100%;
  padding: 0.2em 0;
  background-color: #f79f1d;
  color: #262523;
  font-size: 0.8em;
  -webkit-transition: bottom 0.5s ease;
  -moz-transition: bottom 0.5s ease;
  -o-transition: bottom 0.5s ease;
  -ms-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
}
blocker .lightbox .gallery .slider > div.active:before {
  bottom: 0;
}
/* BHPH Software 3 */
/* Broker 3 */
/* Careers 3 */
/* Contact Us 3 */
.container.bg {
  background-color: #fff;
  color: #222;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
}
.container-full {
  max-width: 100%;
}
/* removes dotted outline in firefox */
.pure-form .select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.form-wrapper {
  padding-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-form {
  background: #fff;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  padding: 1em;
  border-radius: 0.5em;
}
.pure-form h1 {
  margin-top: 0;
}
.pure-form.bumpy {
  margin-top: 1em;
}
.pure-form fieldset {
  margin-top: 1em;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.pure-form fieldset:first-child {
  margin-top: 0;
}
.pure-form fieldset fieldset {
  margin: 0.5em;
}
div.field {
  display: inline-block;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  max-width: 100%;
}
div.field > label {
  white-space: nowrap;
  font-size: 0.8em;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}
div.field > label > * {
  font-size: 1em;
}
.pure-form input:focus:not([type]),
.pure-form input[type="text"]:focus,
.pure-form input[type="password"]:focus,
.pure-form input[type="email"]:focus,
.pure-form input[type="url"]:focus,
.pure-form input[type="date"]:focus,
.pure-form input[type="month"]:focus,
.pure-form input[type="time"]:focus,
.pure-form input[type="datetime"]:focus,
.pure-form input[type="datetime-local"]:focus,
.pure-form input[type="week"]:focus,
.pure-form input[type="number"]:focus,
.pure-form input[type="search"]:focus,
.pure-form input[type="tel"]:focus,
.pure-form input[type="color"]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
  border-color: #3c75bb;
}
div.field.large > label,
div.string.field > label > input {
  width: 100%;
}
div.submit.field {
  display: block;
}
div.submit > button,
div.submit .btn {
  background-color: #3c75bb;
  color: #fff;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
}
div.string.field > label > input,
div.date.field > label > input,
div.label.field > label > div,
div.number.field > label > input,
div.phone.field > label > input,
div.email.field > label > input,
div.select.field > label > select {
  margin-top: 0.2em;
  display: block;
  width: 100%;
  background: #fff;
  border-color: #ccc;
  color: #262523;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.5em;
}
.underliney div.string.field > label > input,
.underliney div.date.field > label > input,
.underliney div.label.field > label > div,
.underliney div.number.field > label > input,
.underliney div.phone.field > label > input,
.underliney div.email.field > label > input,
.underliney div.select.field > label > select {
  border-width: 0 0 1px;
  border-radius: 0;
}
div.select.field > label > select {
  display: block;
}
div.string.field > label > input,
div.date.field > label > input,
div.select.field > label > select {
  height: 3.5em;
}
div.field.button > button {
  margin-top: 1.2em;
}
div.text.field {
  display: block;
}
div.text.field > label > textarea {
  width: 100%;
  min-height: 7em;
  display: block;
  margin-top: 0.2em;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
}
div.check.field > label > input {
  margin-right: 0.25em;
}
div.field > label > span.required:after {
  content: '*';
  color: #c8171e;
}
.underliney div.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  margin-top: 0.2em;
  display: block;
  width: 100%;
  border-width: 0 0 1px;
  border-color: #fff;
  color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-style: solid;
  padding-bottom: 0;
  padding-left: 0;
}
.pure-form div.select select option {
  padding: 0.5em 0 0.5em 0.2em;
  background: #fff;
  color: #222;
}
.pure-form textarea {
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 1px solid #262523;
}
.pure-form.submitted :invalid:not(fieldset) {
  border: 2px solid #f00;
}
/* 
 * Submit Modal
 */
.submit-modal {
  display: none;
  position: relative;
  height: 370px;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: calc(50vh - 185px);
  padding: 3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #666;
  border-radius: 0.2em;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  z-index: 10001;
}
.submit-modal.active {
  display: block;
}
.submit-modal .svg-placeholder {
  width: 100px;
  height: 100px;
}
.submit-modal svg {
  max-height: 100px;
  width: 100px;
  display: block;
  margin: 0 auto 1em;
}
.submit-modal .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.submit-modal .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  -webkit-animation: dash 0.9s ease-in-out;
  -moz-animation: dash 0.9s ease-in-out;
  -o-animation: dash 0.9s ease-in-out;
  -ms-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.submit-modal .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  -moz-animation: dash 0.9s 0.35s ease-in-out forwards;
  -o-animation: dash 0.9s 0.35s ease-in-out forwards;
  -ms-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.submit-modal .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -moz-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -o-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -ms-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
.submit-modal .status {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.2em;
  display: none;
}
.submit-modal .status.active {
  display: block;
}
.submit-modal .status:first-of-type {
  padding-top: 1em;
}
.submit-modal .status.success {
  color: #73af55;
}
.submit-modal .status.success .processing {
  display: none;
}
.submit-modal .status .processing {
  position: relative;
  margin: 0.5em auto 0;
  width: 8px;
  height: 8px;
  background-color: $bgA;
  border-radius: 8px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  -ms-animation-delay: 200ms;
  animation-delay: 200ms;
}
.submit-modal .status .processing:before,
.submit-modal .status .processing:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: $bgA;
  border-radius: 10px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.submit-modal .status .processing:before {
  left: -16px;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  -ms-animation-delay: 0ms;
  animation-delay: 0ms;
}
.submit-modal .status .processing:after {
  left: 16px;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
  animation-delay: 400ms;
}
@-webkit-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@media screen and (max-width: 48em) {
  .pure-form.bumpy {
    margin: 0 auto;
  }
  .form-wrapper {
    padding-left: 0;
  }
}
@media screen and (max-width: 36em) {
  div.field {
    display: block !important;
  }
  div.string.field > label > input,
  div.select.field > label > select {
    width: 100%;
  }
  div.check.field > label:before {
    display: none;
  }
  div.button.field > button {
    margin-top: 0;
  }
  div.submit > button {
    width: 100%;
  }
}
.contact-us-wrapper {
  margin: 1em auto;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #262523;
}
.contact-us-wrapper h2 {
  margin-top: 0;
}
.contact-us-wrapper .contact-info span {
  color: #3c75bb;
  font-weight: 500;
}
.contact-us-wrapper .contact-box {
  background-color: #fff;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 35em;
  margin: 0 auto 1em;
  border-radius: 0.5em;
}
.contact-us-wrapper .contact-box p {
  padding: 0 0.5em;
  line-height: 2em;
}
.contact-us-wrapper .contact-box .day {
  padding: 0.5em;
}
.contact-us-wrapper .contact-box .day span {
  display: inline-block;
  width: 7em;
  font-weight: 500;
}
@media screen and (max-width: 48em) {
  .contact-us-wrapper {
    padding: 0;
    margin: 1em auto;
  }
  .contact-us-wrapper .contact-box {
    max-width: 100%;
  }
}
/* Customers Page 3 */
/* Demo Form 3 */
.container.bg {
  background-color: #fff;
  color: #222;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
}
.container-full {
  max-width: 100%;
}
/* removes dotted outline in firefox */
.pure-form .select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.form-wrapper {
  padding-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-form {
  background: #fff;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  padding: 1em;
  border-radius: 0.5em;
}
.pure-form h1 {
  margin-top: 0;
}
.pure-form.bumpy {
  margin-top: 1em;
}
.pure-form fieldset {
  margin-top: 1em;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.pure-form fieldset:first-child {
  margin-top: 0;
}
.pure-form fieldset fieldset {
  margin: 0.5em;
}
div.field {
  display: inline-block;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  max-width: 100%;
}
div.field > label {
  white-space: nowrap;
  font-size: 0.8em;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}
div.field > label > * {
  font-size: 1em;
}
.pure-form input:focus:not([type]),
.pure-form input[type="text"]:focus,
.pure-form input[type="password"]:focus,
.pure-form input[type="email"]:focus,
.pure-form input[type="url"]:focus,
.pure-form input[type="date"]:focus,
.pure-form input[type="month"]:focus,
.pure-form input[type="time"]:focus,
.pure-form input[type="datetime"]:focus,
.pure-form input[type="datetime-local"]:focus,
.pure-form input[type="week"]:focus,
.pure-form input[type="number"]:focus,
.pure-form input[type="search"]:focus,
.pure-form input[type="tel"]:focus,
.pure-form input[type="color"]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
  border-color: #3c75bb;
}
div.field.large > label,
div.string.field > label > input {
  width: 100%;
}
div.submit.field {
  display: block;
}
div.submit > button,
div.submit .btn {
  background-color: #3c75bb;
  color: #fff;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
}
div.string.field > label > input,
div.date.field > label > input,
div.label.field > label > div,
div.number.field > label > input,
div.phone.field > label > input,
div.email.field > label > input,
div.select.field > label > select {
  margin-top: 0.2em;
  display: block;
  width: 100%;
  background: #fff;
  border-color: #ccc;
  color: #262523;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.5em;
}
.underliney div.string.field > label > input,
.underliney div.date.field > label > input,
.underliney div.label.field > label > div,
.underliney div.number.field > label > input,
.underliney div.phone.field > label > input,
.underliney div.email.field > label > input,
.underliney div.select.field > label > select {
  border-width: 0 0 1px;
  border-radius: 0;
}
div.select.field > label > select {
  display: block;
}
div.string.field > label > input,
div.date.field > label > input,
div.select.field > label > select {
  height: 3.5em;
}
div.field.button > button {
  margin-top: 1.2em;
}
div.text.field {
  display: block;
}
div.text.field > label > textarea {
  width: 100%;
  min-height: 7em;
  display: block;
  margin-top: 0.2em;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
}
div.check.field > label > input {
  margin-right: 0.25em;
}
div.field > label > span.required:after {
  content: '*';
  color: #c8171e;
}
.underliney div.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  margin-top: 0.2em;
  display: block;
  width: 100%;
  border-width: 0 0 1px;
  border-color: #fff;
  color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-style: solid;
  padding-bottom: 0;
  padding-left: 0;
}
.pure-form div.select select option {
  padding: 0.5em 0 0.5em 0.2em;
  background: #fff;
  color: #222;
}
.pure-form textarea {
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 1px solid #262523;
}
.pure-form.submitted :invalid:not(fieldset) {
  border: 2px solid #f00;
}
/* 
 * Submit Modal
 */
.submit-modal {
  display: none;
  position: relative;
  height: 370px;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: calc(50vh - 185px);
  padding: 3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #666;
  border-radius: 0.2em;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  z-index: 10001;
}
.submit-modal.active {
  display: block;
}
.submit-modal .svg-placeholder {
  width: 100px;
  height: 100px;
}
.submit-modal svg {
  max-height: 100px;
  width: 100px;
  display: block;
  margin: 0 auto 1em;
}
.submit-modal .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.submit-modal .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  -webkit-animation: dash 0.9s ease-in-out;
  -moz-animation: dash 0.9s ease-in-out;
  -o-animation: dash 0.9s ease-in-out;
  -ms-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.submit-modal .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  -moz-animation: dash 0.9s 0.35s ease-in-out forwards;
  -o-animation: dash 0.9s 0.35s ease-in-out forwards;
  -ms-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.submit-modal .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -moz-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -o-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -ms-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
.submit-modal .status {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.2em;
  display: none;
}
.submit-modal .status.active {
  display: block;
}
.submit-modal .status:first-of-type {
  padding-top: 1em;
}
.submit-modal .status.success {
  color: #73af55;
}
.submit-modal .status.success .processing {
  display: none;
}
.submit-modal .status .processing {
  position: relative;
  margin: 0.5em auto 0;
  width: 8px;
  height: 8px;
  background-color: $bgA;
  border-radius: 8px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  -ms-animation-delay: 200ms;
  animation-delay: 200ms;
}
.submit-modal .status .processing:before,
.submit-modal .status .processing:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: $bgA;
  border-radius: 10px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.submit-modal .status .processing:before {
  left: -16px;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  -ms-animation-delay: 0ms;
  animation-delay: 0ms;
}
.submit-modal .status .processing:after {
  left: 16px;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
  animation-delay: 400ms;
}
@-webkit-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@media screen and (max-width: 48em) {
  .pure-form.bumpy {
    margin: 0 auto;
  }
  .form-wrapper {
    padding-left: 0;
  }
}
@media screen and (max-width: 36em) {
  div.field {
    display: block !important;
  }
  div.string.field > label > input,
  div.select.field > label > select {
    width: 100%;
  }
  div.check.field > label:before {
    display: none;
  }
  div.button.field > button {
    margin-top: 0;
  }
  div.submit > button {
    width: 100%;
  }
}
.contact-us-wrapper .requirements-box {
  background-color: #fff;
  border-radius: 0.5em;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 35em;
  margin: 0px auto;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
}
/* Demo Form - Script Testing 3 */
.container.bg {
  background-color: #fff;
  color: #222;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
}
.container-full {
  max-width: 100%;
}
/* removes dotted outline in firefox */
.pure-form .select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.form-wrapper {
  padding-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-form {
  background: #fff;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  padding: 1em;
  border-radius: 0.5em;
}
.pure-form h1 {
  margin-top: 0;
}
.pure-form.bumpy {
  margin-top: 1em;
}
.pure-form fieldset {
  margin-top: 1em;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.pure-form fieldset:first-child {
  margin-top: 0;
}
.pure-form fieldset fieldset {
  margin: 0.5em;
}
div.field {
  display: inline-block;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  max-width: 100%;
}
div.field > label {
  white-space: nowrap;
  font-size: 0.8em;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}
div.field > label > * {
  font-size: 1em;
}
.pure-form input:focus:not([type]),
.pure-form input[type="text"]:focus,
.pure-form input[type="password"]:focus,
.pure-form input[type="email"]:focus,
.pure-form input[type="url"]:focus,
.pure-form input[type="date"]:focus,
.pure-form input[type="month"]:focus,
.pure-form input[type="time"]:focus,
.pure-form input[type="datetime"]:focus,
.pure-form input[type="datetime-local"]:focus,
.pure-form input[type="week"]:focus,
.pure-form input[type="number"]:focus,
.pure-form input[type="search"]:focus,
.pure-form input[type="tel"]:focus,
.pure-form input[type="color"]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
  border-color: #3c75bb;
}
div.field.large > label,
div.string.field > label > input {
  width: 100%;
}
div.submit.field {
  display: block;
}
div.submit > button,
div.submit .btn {
  background-color: #3c75bb;
  color: #fff;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
}
div.string.field > label > input,
div.date.field > label > input,
div.label.field > label > div,
div.number.field > label > input,
div.phone.field > label > input,
div.email.field > label > input,
div.select.field > label > select {
  margin-top: 0.2em;
  display: block;
  width: 100%;
  background: #fff;
  border-color: #ccc;
  color: #262523;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.5em;
}
.underliney div.string.field > label > input,
.underliney div.date.field > label > input,
.underliney div.label.field > label > div,
.underliney div.number.field > label > input,
.underliney div.phone.field > label > input,
.underliney div.email.field > label > input,
.underliney div.select.field > label > select {
  border-width: 0 0 1px;
  border-radius: 0;
}
div.select.field > label > select {
  display: block;
}
div.string.field > label > input,
div.date.field > label > input,
div.select.field > label > select {
  height: 3.5em;
}
div.field.button > button {
  margin-top: 1.2em;
}
div.text.field {
  display: block;
}
div.text.field > label > textarea {
  width: 100%;
  min-height: 7em;
  display: block;
  margin-top: 0.2em;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
}
div.check.field > label > input {
  margin-right: 0.25em;
}
div.field > label > span.required:after {
  content: '*';
  color: #c8171e;
}
.underliney div.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  margin-top: 0.2em;
  display: block;
  width: 100%;
  border-width: 0 0 1px;
  border-color: #fff;
  color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-style: solid;
  padding-bottom: 0;
  padding-left: 0;
}
.pure-form div.select select option {
  padding: 0.5em 0 0.5em 0.2em;
  background: #fff;
  color: #222;
}
.pure-form textarea {
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 1px solid #262523;
}
.pure-form.submitted :invalid:not(fieldset) {
  border: 2px solid #f00;
}
/* 
 * Submit Modal
 */
.submit-modal {
  display: none;
  position: relative;
  height: 370px;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: calc(50vh - 185px);
  padding: 3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #666;
  border-radius: 0.2em;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  z-index: 10001;
}
.submit-modal.active {
  display: block;
}
.submit-modal .svg-placeholder {
  width: 100px;
  height: 100px;
}
.submit-modal svg {
  max-height: 100px;
  width: 100px;
  display: block;
  margin: 0 auto 1em;
}
.submit-modal .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.submit-modal .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  -webkit-animation: dash 0.9s ease-in-out;
  -moz-animation: dash 0.9s ease-in-out;
  -o-animation: dash 0.9s ease-in-out;
  -ms-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.submit-modal .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  -moz-animation: dash 0.9s 0.35s ease-in-out forwards;
  -o-animation: dash 0.9s 0.35s ease-in-out forwards;
  -ms-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.submit-modal .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -moz-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -o-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -ms-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
.submit-modal .status {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.2em;
  display: none;
}
.submit-modal .status.active {
  display: block;
}
.submit-modal .status:first-of-type {
  padding-top: 1em;
}
.submit-modal .status.success {
  color: #73af55;
}
.submit-modal .status.success .processing {
  display: none;
}
.submit-modal .status .processing {
  position: relative;
  margin: 0.5em auto 0;
  width: 8px;
  height: 8px;
  background-color: $bgA;
  border-radius: 8px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  -ms-animation-delay: 200ms;
  animation-delay: 200ms;
}
.submit-modal .status .processing:before,
.submit-modal .status .processing:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: $bgA;
  border-radius: 10px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.submit-modal .status .processing:before {
  left: -16px;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  -ms-animation-delay: 0ms;
  animation-delay: 0ms;
}
.submit-modal .status .processing:after {
  left: 16px;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
  animation-delay: 400ms;
}
@-webkit-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@media screen and (max-width: 48em) {
  .pure-form.bumpy {
    margin: 0 auto;
  }
  .form-wrapper {
    padding-left: 0;
  }
}
@media screen and (max-width: 36em) {
  div.field {
    display: block !important;
  }
  div.string.field > label > input,
  div.select.field > label > select {
    width: 100%;
  }
  div.check.field > label:before {
    display: none;
  }
  div.button.field > button {
    margin-top: 0;
  }
  div.submit > button {
    width: 100%;
  }
}
.contact-us-wrapper .requirements-box {
  background-color: #fff;
  border-radius: 0.5em;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 35em;
  margin: 0px auto;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
}
/* DMS 3 */
.page-content aside {
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px dotted #d3d3d3;
}
.page-content aside a {
  text-decoration: none;
}
.page-content .contact-side,
.page-content .side {
  padding: 1em 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1em 0;
}
.page-content .contact-side:first-of-type,
.page-content .side:first-of-type {
  margin-top: 0;
}
.page-content .contact-side h3,
.page-content .side h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: open sans;
}
.page-content .contact-side .request-info,
.page-content .side .request-info {
  color: #3c75bb;
}
.page-content .contact-side .request-info i,
.page-content .side .request-info i {
  float: right;
  color: #3c75bb;
  margin-top: -6px;
  font-size: 1.5em;
}
.page-content .contact-side {
  margin-top: 1.5em;
}
.page-content .contact-side .side-form {
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-content .contact-side .side-form input,
.page-content .contact-side .side-form select,
.page-content .contact-side .side-form textarea {
  width: 100%;
}
.page-content .contact-side .side-form .pure-button-primary {
  margin-top: 1em;
  width: 100%;
}
.page-content .side p {
  padding-left: 1em;
}
.page-content .side a {
  color: #262523;
  text-decoration: none;
}
.page-content .side .links {
  padding: 0.5em 1em;
  cursor: pointer;
  border-bottom: 1px dotted #d3d3d3;
}
.page-content .side .links.selected {
  background-color: #f79f1d;
}
.page-content .side .links:not(.selected):hover {
  background-color: #f4f4f4;
}
.page-content .side .days {
  padding: 0.5em 1em;
}
.page-content .side .days.selected {
  background-color: #f79f1d;
}
.page-content .main {
  padding: 0 1em 1em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-content .main p {
  line-height: 1.5;
}
.page-content .main ul li {
  padding: 0.25em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-content .main h3 {
  font-weight: 400;
  border-bottom: 2px solid #f79f1d;
  padding-bottom: 0.5em;
  margin-top: 2em;
  font-family: open sans;
}
.page-content .main .feature-box {
  text-align: center;
}
.page-content .main .feature-box .item {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-content .main .feature-box .item img {
  margin: 0 auto;
}
.page-content .main .feature-box .item div[class^="ion"] {
  color: #999;
  font-size: 4em;
}
.page-content .main .ss-wrapper .ss-row .l-box {
  padding: 0.5em;
}
.page-content .main .ss-wrapper .ss-row .ss-box {
  border: 0.5em solid #f4f4f4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-content .main .ss-wrapper .ss-row .ss-box:hover {
  border: 0.5em solid #f79f1d;
}
.page-content .main .download-box {
  margin: 1em;
  display: inline-block;
  width: 25em;
  text-align: left;
}
.page-content .main .download-box:hover .content-wrapper .content i {
  color: #f79f1d;
}
.page-content .main .download-box .header {
  font-family: open sans, sans-serif;
  background: #3c75bb;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0.25em;
  padding: 1em 2em;
  position: relative;
}
.page-content .main .download-box .header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.1);
  height: 50%;
}
.page-content .main .download-box .header i {
  float: right;
  font-size: 1.5em;
  line-height: 1;
}
.page-content .main .download-box .content-wrapper {
  padding: 0 0.25em;
  color: #222;
}
.page-content .main .download-box .content-wrapper .content {
  padding: 0.5em 1em;
  border: 1px solid #d5d5d5;
  background: #f4f4f4;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.page-content .main .download-box .content-wrapper .content .icon,
.page-content .main .download-box .content-wrapper .content .text {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-content .main .download-box .content-wrapper .content .icon {
  padding: 0 0.5em;
}
.page-content .main .download-box .content-wrapper .content .text {
  padding: 0 1em;
}
.page-content .main .download-box .content-wrapper .content .text .top {
  padding-bottom: 0.5em;
}
.page-content .main .download-box .content-wrapper .content span {
  font-size: 2em;
}
.page-content .main .download-box .content-wrapper .content i {
  font-size: 7em;
  color: #888;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.page-content .main .download-demo-box,
.page-content .main .map-box {
  margin: 1em 0;
  border: 0.25em solid #3c75bb;
  text-transform: uppercase;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.page-content .main .download-demo-box .download-icon,
.page-content .main .map-box .download-icon,
.page-content .main .download-demo-box .content-box,
.page-content .main .map-box .content-box {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-content .main .download-demo-box .download-icon,
.page-content .main .map-box .download-icon {
  border-right: 1px solid #d5d5d5;
  padding-right: 1em;
  margin-right: 1em;
  height: 100%;
}
.page-content .main .download-demo-box h2,
.page-content .main .map-box h2 {
  margin: 0;
}
.page-content .main .download-demo-box div[class^="ion"],
.page-content .main .map-box div[class^="ion"] {
  color: #d5d5d5;
  font-size: 4em;
}
.page-content .main .download-demo-box:hover div[class^="ion"],
.page-content .main .map-box:hover div[class^="ion"] {
  color: #f79f1d;
}
.page-content h2:first-of-type {
  margin-top: 0;
  font-family: open sans;
}
/*
** Side Form Syles
*/
.contact-side .pure-form input[type="text"],
.contact-side .pure-form input[type="password"],
.contact-side .pure-form input[type="email"],
.contact-side .pure-form input[type="url"],
.contact-side .pure-form input[type="date"],
.contact-side .pure-form input[type="month"],
.contact-side .pure-form input[type="time"],
.contact-side .pure-form input[type="datetime"],
.contact-side .pure-form input[type="datetime-local"],
.contact-side .pure-form input[type="week"],
.contact-side .pure-form input[type="number"],
.contact-side .pure-form input[type="search"],
.contact-side .pure-form input[type="tel"],
.contact-side .pure-form input[type="color"],
.contact-side .pure-form select,
.contact-side .pure-form textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0px 0px 1px;
  border-color: #000;
  background-color: transparent;
  border-radius: 0;
}
.contact-side label {
  margin-top: 1em;
}
@media screen and (min-width: 48em) {
  .page-title .quick-links {
    display: none;
  }
}
@media screen and (max-width: 48em) {
  .page-title {
    font-size: initial;
  }
  .page-title a {
    color: #222;
  }
  .page-title .quick-links.active ul {
    max-height: 10em;
    padding: 0.5em 0 0 0.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-title .quick-links.active span {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .page-title .quick-links {
    padding: 1em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-title .quick-links a {
    text-decoration: none;
  }
  .page-title span {
    float: right;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    -moz-transition: -moz-transform 0.25s ease-in-out;
    -o-transition: -o-transform 0.25s ease-in-out;
    -ms-transition: -ms-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
  }
  .page-title ul {
    margin: 0;
    padding-left: 0.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    max-height: 0;
    -webkit-transition: max-height 0.25s ease-in;
    -moz-transition: max-height 0.25s ease-in;
    -o-transition: max-height 0.25s ease-in;
    -ms-transition: max-height 0.25s ease-in;
    transition: max-height 0.25s ease-in;
    overflow: hidden;
  }
  .page-title ul li {
    padding: 0.5em 0;
    border-bottom: 0.1em solid #d5d5d5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-title ul li:last-of-type {
    border-bottom: 0;
  }
  .page-title .container {
    display: none;
  }
  .page-content .main .download-demo-box {
    display: none;
  }
  .ss-wrapper .ss-row .l-box:nth-child(odd) {
    padding-left: 0;
  }
  .ss-wrapper .ss-row .l-box:nth-child(even) {
    padding-right: 0;
  }
}
@media screen and (max-width: 35.5em) {
  .page-content .main .download-box {
    display: none;
  }
}
/* DMS 2 3 */
/* DMS - Program 3 */
/* DMS - Requirements 3 */
/* DMS - Screenshots 3 */
/* DotNetDemo Form 3 */
.container.bg {
  background-color: #fff;
  color: #222;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
}
.container-full {
  max-width: 100%;
}
/* removes dotted outline in firefox */
.pure-form .select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.form-wrapper {
  padding-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-form {
  background: #fff;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  padding: 1em;
  border-radius: 0.5em;
}
.pure-form h1 {
  margin-top: 0;
}
.pure-form.bumpy {
  margin-top: 1em;
}
.pure-form fieldset {
  margin-top: 1em;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.pure-form fieldset:first-child {
  margin-top: 0;
}
.pure-form fieldset fieldset {
  margin: 0.5em;
}
div.field {
  display: inline-block;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  max-width: 100%;
}
div.field > label {
  white-space: nowrap;
  font-size: 0.8em;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}
div.field > label > * {
  font-size: 1em;
}
.pure-form input:focus:not([type]),
.pure-form input[type="text"]:focus,
.pure-form input[type="password"]:focus,
.pure-form input[type="email"]:focus,
.pure-form input[type="url"]:focus,
.pure-form input[type="date"]:focus,
.pure-form input[type="month"]:focus,
.pure-form input[type="time"]:focus,
.pure-form input[type="datetime"]:focus,
.pure-form input[type="datetime-local"]:focus,
.pure-form input[type="week"]:focus,
.pure-form input[type="number"]:focus,
.pure-form input[type="search"]:focus,
.pure-form input[type="tel"]:focus,
.pure-form input[type="color"]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
  border-color: #3c75bb;
}
div.field.large > label,
div.string.field > label > input {
  width: 100%;
}
div.submit.field {
  display: block;
}
div.submit > button,
div.submit .btn {
  background-color: #3c75bb;
  color: #fff;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
}
div.string.field > label > input,
div.date.field > label > input,
div.label.field > label > div,
div.number.field > label > input,
div.phone.field > label > input,
div.email.field > label > input,
div.select.field > label > select {
  margin-top: 0.2em;
  display: block;
  width: 100%;
  background: #fff;
  border-color: #ccc;
  color: #262523;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.5em;
}
.underliney div.string.field > label > input,
.underliney div.date.field > label > input,
.underliney div.label.field > label > div,
.underliney div.number.field > label > input,
.underliney div.phone.field > label > input,
.underliney div.email.field > label > input,
.underliney div.select.field > label > select {
  border-width: 0 0 1px;
  border-radius: 0;
}
div.select.field > label > select {
  display: block;
}
div.string.field > label > input,
div.date.field > label > input,
div.select.field > label > select {
  height: 3.5em;
}
div.field.button > button {
  margin-top: 1.2em;
}
div.text.field {
  display: block;
}
div.text.field > label > textarea {
  width: 100%;
  min-height: 7em;
  display: block;
  margin-top: 0.2em;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
}
div.check.field > label > input {
  margin-right: 0.25em;
}
div.field > label > span.required:after {
  content: '*';
  color: #c8171e;
}
.underliney div.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  margin-top: 0.2em;
  display: block;
  width: 100%;
  border-width: 0 0 1px;
  border-color: #fff;
  color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-style: solid;
  padding-bottom: 0;
  padding-left: 0;
}
.pure-form div.select select option {
  padding: 0.5em 0 0.5em 0.2em;
  background: #fff;
  color: #222;
}
.pure-form textarea {
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 1px solid #262523;
}
.pure-form.submitted :invalid:not(fieldset) {
  border: 2px solid #f00;
}
/* 
 * Submit Modal
 */
.submit-modal {
  display: none;
  position: relative;
  height: 370px;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: calc(50vh - 185px);
  padding: 3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #666;
  border-radius: 0.2em;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  z-index: 10001;
}
.submit-modal.active {
  display: block;
}
.submit-modal .svg-placeholder {
  width: 100px;
  height: 100px;
}
.submit-modal svg {
  max-height: 100px;
  width: 100px;
  display: block;
  margin: 0 auto 1em;
}
.submit-modal .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.submit-modal .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  -webkit-animation: dash 0.9s ease-in-out;
  -moz-animation: dash 0.9s ease-in-out;
  -o-animation: dash 0.9s ease-in-out;
  -ms-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.submit-modal .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  -moz-animation: dash 0.9s 0.35s ease-in-out forwards;
  -o-animation: dash 0.9s 0.35s ease-in-out forwards;
  -ms-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.submit-modal .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -moz-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -o-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -ms-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
.submit-modal .status {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.2em;
  display: none;
}
.submit-modal .status.active {
  display: block;
}
.submit-modal .status:first-of-type {
  padding-top: 1em;
}
.submit-modal .status.success {
  color: #73af55;
}
.submit-modal .status.success .processing {
  display: none;
}
.submit-modal .status .processing {
  position: relative;
  margin: 0.5em auto 0;
  width: 8px;
  height: 8px;
  background-color: $bgA;
  border-radius: 8px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  -ms-animation-delay: 200ms;
  animation-delay: 200ms;
}
.submit-modal .status .processing:before,
.submit-modal .status .processing:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: $bgA;
  border-radius: 10px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.submit-modal .status .processing:before {
  left: -16px;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  -ms-animation-delay: 0ms;
  animation-delay: 0ms;
}
.submit-modal .status .processing:after {
  left: 16px;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
  animation-delay: 400ms;
}
@-webkit-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@media screen and (max-width: 48em) {
  .pure-form.bumpy {
    margin: 0 auto;
  }
  .form-wrapper {
    padding-left: 0;
  }
}
@media screen and (max-width: 36em) {
  div.field {
    display: block !important;
  }
  div.string.field > label > input,
  div.select.field > label > select {
    width: 100%;
  }
  div.check.field > label:before {
    display: none;
  }
  div.button.field > button {
    margin-top: 0;
  }
  div.submit > button {
    width: 100%;
  }
}
.contact-us-wrapper .requirements-box {
  background-color: #fff;
  border-radius: 0.5em;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 35em;
  margin: 0px auto;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
}
/* Download Demo Page 3 */
.demo-list li {
  padding: 0.5em 0;
}
p.warning {
  color: #c8171e;
}
/* ELT Forms 3 */
/* End User License Agreement 3 */
#user-license-agreement {
  color: #444;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  overflow-y: auto;
  z-index: 9999;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#user-license-agreement strong {
  color: #000;
}
#user-license-agreement .centered {
  text-align: center;
}
/* FAQ 3 */
/* Finance Companies 3 */
/* Flat Rate Referral 3 */
#crmWebToEntityForm tr {
  height: 2.5em;
}
/* Flat Rate Success 3 */
/* Floor Plan Companies 3 */
/* Getting Started - DMS 3 */
/* Getting Started Websites 3 */
/* Home 3 */
.home-content a {
  text-decoration: none;
}
.home-content section {
  padding: 4em 0;
}
.home-content .slider {
  height: 100%;
  width: 100%;
}
.home-content .slider:hover .controls .left-control,
.home-content .slider:focus .controls .left-control {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.home-content .slider:hover .controls .right-control,
.home-content .slider:focus .controls .right-control {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.home-content .slider .slide-btns {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 9;
  bottom: 3em;
}
.home-content .slider .slide-btns .circle {
  height: 0.5em;
  width: 0.5em;
  border: 0.2em solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.25em;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
  box-shadow: 0 0 1px rgba(0,0,0,0.2);
  cursor: pointer;
}
.home-content .slider .slide-btns .circle.selected {
  background-color: #f79f1d;
}
.home-content .slider .container {
  overflow: hidden;
}
.home-content .slider h1 {
  color: #fff;
  font-size: 3em;
  font-weight: 800;
  margin: 0;
}
.home-content .slider p {
  line-height: 1.5;
  font-size: 1.35em;
}
.home-content .slider .slide-holder {
  position: relative;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  height: 100%;
  z-index: 5;
}
.home-content .slider .slide-img {
  display: inline-block;
  white-space: normal;
  left: 0;
  width: 100%;
  position: relative;
}
.home-content .slider .slide-img.idx-3 img {
  max-height: 400px;
}
.home-content .slider .slide-img.idx-2 img {
  max-height: 400px;
}
.home-content .slider .slide-img .slide-text,
.home-content .slider .slide-img .img {
  vertical-align: middle;
}
.home-content .slider .slide-img .slide-text {
  color: #fff;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home-content .slider .slide-img .slide-text a + a button {
  margin-left: 1em;
}
.home-content .slider .slide-img .slide-text .secondary {
  background-color: #f79f1d;
  color: #222;
}
.home-content .slider .slide-img .text-wrapper {
  max-width: 650px;
  margin: 0 auto;
}
.home-content .slider .slide-img .img {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home-content .slider .slide-img img {
  margin: 0 auto;
}
.home-content .slider .controls .left-control,
.home-content .slider .controls .right-control {
  position: absolute;
  text-align: center;
  z-index: 10;
  top: 50%;
  border-radius: 50%;
  background: rgba(0,0,0,0.25);
  cursor: pointer;
}
.home-content .slider .controls .left-control {
  left: 2em;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  height: 55px;
  width: 55px;
  padding: 7px 5px 0 0;
  -webkit-transform: translate(-150%, -50%);
  -moz-transform: translate(-150%, -50%);
  -o-transform: translate(-150%, -50%);
  -ms-transform: translate(-150%, -50%);
  transform: translate(-150%, -50%);
}
.home-content .slider .controls .right-control {
  right: 2em;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  height: 55px;
  width: 61px;
  padding: 7px 0 0 3px;
  -webkit-transform: translate(150%, -50%);
  -moz-transform: translate(150%, -50%);
  -o-transform: translate(150%, -50%);
  -ms-transform: translate(150%, -50%);
  transform: translate(150%, -50%);
}
.home-content .slider .controls i {
  color: #fff;
  font-size: 2.5em;
}
.home-content .main-products {
  position: relative;
}
.home-content .main-products .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: -7em;
}
.home-content .main-products .prod-wrapper {
  padding: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: fit-content;
}
.home-content .main-products .prod-wrapper:hover .icon svg {
  fill: #3c75bb !important;
}
.home-content .main-products .prod-wrapper:hover .box {
  border-color: #3c75bb !important;
}
.home-content .main-products .prod-wrapper .box {
  border-bottom: 5px solid #555;
}
.home-content .main-products .prod-wrapper .title {
  color: #3c75bb;
}
.home-content .main-products .prod-wrapper .icon svg {
  fill: #555;
  max-width: 8em;
  margin-bottom: 1em;
}
.home-content .main-products .box {
  border-radius: 8px;
  padding: 2em;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color, box-shadow, -webkit-transform;
  -moz-transition-property: color, box-shadow, -moz-transform;
  -o-transition-property: color, box-shadow, -o-transform;
  -ms-transition-property: color, box-shadow, -ms-transform;
  transition-property: color, box-shadow, transform;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s;
  transition-duration: 0.15s;
  color: #444;
  background: #fff;
  text-align: center;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home-content .main-products .box:hover {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 30px 60px -12px rgba(50,50,93,0.25), 0 18px 36px -18px rgba(0,0,0,0.3), 0 -12px 36px -8px rgba(0,0,0,0.025);
  box-shadow: 0 30px 60px -12px rgba(50,50,93,0.25), 0 18px 36px -18px rgba(0,0,0,0.3), 0 -12px 36px -8px rgba(0,0,0,0.025);
}
.home-content .main-products .box .title {
  font-size: 1.5em;
  font-weight: 600;
  font-family: 'open sans', 'roboto', sans-serif;
}
.home-content .main-products .box p {
  font-size: 1.1em;
  color: #444;
  line-height: 1.5;
  margin: 0.5em 0;
}
.home-content .partners .picture {
  padding-bottom: 30%;
  background-image: url("/img/laptopguy.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: right bottom;
  border-radius: 0.5em;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
}
.home-content .partners .picture:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -7em;
  bottom: 0;
  background: rgba(51,99,159,0.75);
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -o-transform: skew(25deg);
  -ms-transform: skew(25deg);
  transform: skew(25deg);
  width: 60%;
}
.home-content .partners .picture:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -7em;
  bottom: 0;
  background: rgba(60,117,187,0.75);
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -o-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
  width: 60%;
}
.home-content .partners .text-overlay {
  color: #fff;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 1em 2.5em;
  max-width: 450px;
}
.home-content .partners .text-overlay h1 {
  color: #fff;
  margin: 0;
}
.home-content .partners .text-overlay p {
  font-size: 18px;
  line-height: 1.5;
}
.home-content .partners .text-overlay button {
  background-color: #f79f1d;
  color: #222;
}
.home-content .schedule {
  position: relative;
  overflow: hidden;
}
.home-content .schedule h1 {
  text-align: center;
}
.home-content .schedule h2 {
  margin: 0;
}
.home-content .schedule h3 {
  margin: 0;
  color: #666;
  font-weight: 400;
}
.home-content .schedule .completed .wrapper {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 5px;
  background: #32c850;
  color: #fff;
}
.home-content .schedule .ga-class {
  text-align: right;
}
.home-content .schedule .fl-class {
  text-align: left;
}
.home-content .schedule .calendar-wrapper {
  padding: 1em 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.home-content .schedule .place {
  margin-top: 1em;
}
.home-content .schedule .place i {
  margin-right: 0.5em;
}
.home-content .schedule .place a {
  color: #3c75bb;
}
.home-content .schedule .calendar {
  text-align: center;
  border-radius: 0.25em;
  overflow: hidden;
  min-width: 10em;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
}
.home-content .schedule .calendar .day {
  background: #3c75bb;
  padding: 1em;
  color: #fff;
}
.home-content .schedule .calendar .date {
  padding: 10px 0;
  background: #fff;
  color: #222;
  font-size: 3em;
  font-family: 'open sans', 'roboto', sans-serif;
  font-weight: 600;
}
.home-content .getting .prod-content {
  padding-left: 4em;
}
.home-content .getting .prod-content .item + .item {
  padding-top: 1.25em;
}
.home-content .getting .prod-content .item:hover .icon:before {
  -webkit-transform: translate(-10px, -10px) scale(1);
  -moz-transform: translate(-10px, -10px) scale(1);
  -o-transform: translate(-10px, -10px) scale(1);
  -ms-transform: translate(-10px, -10px) scale(1);
  transform: translate(-10px, -10px) scale(1);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.home-content .getting .prod-content .item:hover h3 {
  color: #3c75bb;
}
.home-content .getting .prod-content .icon {
  display: inline-block;
  background: #3c75bb;
  border-radius: 50%;
  text-align: center;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 57px;
  font-size: 2.25em;
  position: relative;
}
.home-content .getting .prod-content .icon:before {
  content: '';
  background: rgba(60,117,187,0.15);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate(-10px, -10px) scale(0);
  -moz-transform: translate(-10px, -10px) scale(0);
  -o-transform: translate(-10px, -10px) scale(0);
  -ms-transform: translate(-10px, -10px) scale(0);
  transform: translate(-10px, -10px) scale(0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  -o-transition: -o-transform 0.3s, opacity 0.2s;
  -ms-transition: -ms-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
.home-content .getting .prod-content .text {
  display: inline-block;
  margin-left: 1em;
  vertical-align: top;
  margin-top: 5px;
}
.home-content .getting .prod-content .text h3,
.home-content .getting .prod-content .text p {
  margin: 0;
}
.home-content .getting .video-player,
.home-content .getting .prod-content {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home-content .getting .big-container {
  max-width: 1550px;
  margin: 0 auto;
}
.home-content .getting .video-player {
  padding: 4em;
}
.home-content .getting .video-container {
  max-width: 600px;
  padding-bottom: 60%;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
}
.home-content .getting iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 64em) {
  .home-content section {
    padding: 2em 0;
  }
  .home-content .slider .left-control,
  .home-content .slider .right-control {
    display: none;
  }
  .home-content .slider .slide-btns {
    bottom: 1em;
  }
  .home-content .main-products .container {
    margin-top: 0;
  }
  .home-content .partners .text-overlay {
    max-width: 425px;
  }
  .home-content .partners .picture {
    padding-bottom: 40%;
  }
  .home-content .partners .picture:before,
  .home-content .partners .picture:after {
    width: 75%;
  }
  .home-content .getting .video-player {
    padding: 2em;
  }
  .home-content .getting .prod-content {
    padding: 0 0 0 1em;
    text-align: center;
  }
  .home-content .getting .prod-content .item-wrapper {
    margin: 0 auto;
    display: inline-block;
    text-align: left;
  }
}
@media screen and (max-width: 48em) {
  .home-content .slider .img {
    display: none;
  }
  .home-content .partners .picture-wrapper {
    max-width: 550px;
  }
  .home-content .partners .text-overlay {
    bottom: 2em;
    top: initial;
    -webkit-transform: initial;
    -moz-transform: initial;
    -o-transform: initial;
    -ms-transform: initial;
    transform: initial;
    width: 100%;
    max-width: initial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .home-content .partners .picture {
    height: 600px;
    padding-bottom: 0;
    -webkit-background-size: 150%;
    -moz-background-size: 150%;
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: top right;
  }
  .home-content .partners .picture:before {
    right: -3em;
    left: -3em;
    bottom: -5em;
    width: auto;
    top: 250px;
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  .home-content .partners .picture:after {
    right: -3em;
    left: -3em;
    bottom: -5em;
    width: auto;
    top: 250px;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  .home-content .getting .prod-content {
    padding: 1em;
  }
  .home-content .getting .prod-content .icon {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 2em;
  }
  .home-content .getting .prod-content .icon:hover:before {
    display: none;
  }
}
@media screen and (max-width: 36em) {
  .home-content .slider {
    text-align: center;
  }
  .home-content .slider h1 {
    font-size: 2.25em;
  }
  .home-content .slider button.demo {
    display: none;
  }
  .home-content .partners .picture:before,
  .home-content .partners .picture:after {
    top: 185px;
  }
  .home-content .schedule .ga-class,
  .home-content .schedule .fl-class {
    text-align: center;
  }
  .home-content .getting .video-player {
    padding: 1em;
  }
}
/* Location 3 */
.days {
  padding: 0.5em 0;
}
.map-canvas {
  min-height: 30vh;
  margin-top: 2em;
  padding: 0px;
}
@media only screen and (max-width: 35.6em) {
  .map-canvas {
    min-height: 20em;
  }
}
/* Partners 3 */
.p-img {
  vertical-align: middle;
}
.p-img img {
  margin: 0 auto;
}
.state-group .p-img {
  padding: 0.25em 0;
}
/* Pawn 3 */
/* Privacy 3 */
/* Request Info 3 */
.container.bg {
  background-color: #fff;
  color: #222;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
}
.container-full {
  max-width: 100%;
}
/* removes dotted outline in firefox */
.pure-form .select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.form-wrapper {
  padding-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-form {
  background: #fff;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  padding: 1em;
  border-radius: 0.5em;
}
.pure-form h1 {
  margin-top: 0;
}
.pure-form.bumpy {
  margin-top: 1em;
}
.pure-form fieldset {
  margin-top: 1em;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.pure-form fieldset:first-child {
  margin-top: 0;
}
.pure-form fieldset fieldset {
  margin: 0.5em;
}
div.field {
  display: inline-block;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  max-width: 100%;
}
div.field > label {
  white-space: nowrap;
  font-size: 0.8em;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}
div.field > label > * {
  font-size: 1em;
}
.pure-form input:focus:not([type]),
.pure-form input[type="text"]:focus,
.pure-form input[type="password"]:focus,
.pure-form input[type="email"]:focus,
.pure-form input[type="url"]:focus,
.pure-form input[type="date"]:focus,
.pure-form input[type="month"]:focus,
.pure-form input[type="time"]:focus,
.pure-form input[type="datetime"]:focus,
.pure-form input[type="datetime-local"]:focus,
.pure-form input[type="week"]:focus,
.pure-form input[type="number"]:focus,
.pure-form input[type="search"]:focus,
.pure-form input[type="tel"]:focus,
.pure-form input[type="color"]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
  border-color: #3c75bb;
}
div.field.large > label,
div.string.field > label > input {
  width: 100%;
}
div.submit.field {
  display: block;
}
div.submit > button,
div.submit .btn {
  background-color: #3c75bb;
  color: #fff;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
}
div.string.field > label > input,
div.date.field > label > input,
div.label.field > label > div,
div.number.field > label > input,
div.phone.field > label > input,
div.email.field > label > input,
div.select.field > label > select {
  margin-top: 0.2em;
  display: block;
  width: 100%;
  background: #fff;
  border-color: #ccc;
  color: #262523;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.5em;
}
.underliney div.string.field > label > input,
.underliney div.date.field > label > input,
.underliney div.label.field > label > div,
.underliney div.number.field > label > input,
.underliney div.phone.field > label > input,
.underliney div.email.field > label > input,
.underliney div.select.field > label > select {
  border-width: 0 0 1px;
  border-radius: 0;
}
div.select.field > label > select {
  display: block;
}
div.string.field > label > input,
div.date.field > label > input,
div.select.field > label > select {
  height: 3.5em;
}
div.field.button > button {
  margin-top: 1.2em;
}
div.text.field {
  display: block;
}
div.text.field > label > textarea {
  width: 100%;
  min-height: 7em;
  display: block;
  margin-top: 0.2em;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
}
div.check.field > label > input {
  margin-right: 0.25em;
}
div.field > label > span.required:after {
  content: '*';
  color: #c8171e;
}
.underliney div.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  margin-top: 0.2em;
  display: block;
  width: 100%;
  border-width: 0 0 1px;
  border-color: #fff;
  color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-style: solid;
  padding-bottom: 0;
  padding-left: 0;
}
.pure-form div.select select option {
  padding: 0.5em 0 0.5em 0.2em;
  background: #fff;
  color: #222;
}
.pure-form textarea {
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 1px solid #262523;
}
.pure-form.submitted :invalid:not(fieldset) {
  border: 2px solid #f00;
}
/* 
 * Submit Modal
 */
.submit-modal {
  display: none;
  position: relative;
  height: 370px;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: calc(50vh - 185px);
  padding: 3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #666;
  border-radius: 0.2em;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  z-index: 10001;
}
.submit-modal.active {
  display: block;
}
.submit-modal .svg-placeholder {
  width: 100px;
  height: 100px;
}
.submit-modal svg {
  max-height: 100px;
  width: 100px;
  display: block;
  margin: 0 auto 1em;
}
.submit-modal .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.submit-modal .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  -webkit-animation: dash 0.9s ease-in-out;
  -moz-animation: dash 0.9s ease-in-out;
  -o-animation: dash 0.9s ease-in-out;
  -ms-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.submit-modal .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  -moz-animation: dash 0.9s 0.35s ease-in-out forwards;
  -o-animation: dash 0.9s 0.35s ease-in-out forwards;
  -ms-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.submit-modal .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -moz-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -o-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -ms-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
.submit-modal .status {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.2em;
  display: none;
}
.submit-modal .status.active {
  display: block;
}
.submit-modal .status:first-of-type {
  padding-top: 1em;
}
.submit-modal .status.success {
  color: #73af55;
}
.submit-modal .status.success .processing {
  display: none;
}
.submit-modal .status .processing {
  position: relative;
  margin: 0.5em auto 0;
  width: 8px;
  height: 8px;
  background-color: $bgA;
  border-radius: 8px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  -ms-animation-delay: 200ms;
  animation-delay: 200ms;
}
.submit-modal .status .processing:before,
.submit-modal .status .processing:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: $bgA;
  border-radius: 10px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.submit-modal .status .processing:before {
  left: -16px;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  -ms-animation-delay: 0ms;
  animation-delay: 0ms;
}
.submit-modal .status .processing:after {
  left: 16px;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
  animation-delay: 400ms;
}
@-webkit-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@media screen and (max-width: 48em) {
  .pure-form.bumpy {
    margin: 0 auto;
  }
  .form-wrapper {
    padding-left: 0;
  }
}
@media screen and (max-width: 36em) {
  div.field {
    display: block !important;
  }
  div.string.field > label > input,
  div.select.field > label > select {
    width: 100%;
  }
  div.check.field > label:before {
    display: none;
  }
  div.button.field > button {
    margin-top: 0;
  }
  div.submit > button {
    width: 100%;
  }
}
.contact-us-wrapper {
  margin: 1em auto;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #262523;
}
.contact-us-wrapper h2 {
  margin-top: 0;
}
.contact-us-wrapper .contact-info span {
  color: #3c75bb;
  font-weight: 500;
}
.contact-us-wrapper .contact-box {
  background-color: #fff;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 35em;
  margin: 0 auto 1em;
  border-radius: 0.5em;
}
.contact-us-wrapper .contact-box p {
  padding: 0 0.5em;
  line-height: 2em;
}
.contact-us-wrapper .contact-box .day {
  padding: 0.5em;
}
.contact-us-wrapper .contact-box .day span {
  display: inline-block;
  width: 7em;
  font-weight: 500;
}
@media screen and (max-width: 48em) {
  .contact-us-wrapper {
    padding: 0;
    margin: 1em auto;
  }
  .contact-us-wrapper .contact-box {
    max-width: 100%;
  }
}
/* Route One 3 */
/* Schedule 3 */
.current-month .completed {
  padding: 1em 0 0;
}
.current-month .completed .wrapper {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 5px;
  background: #32c850;
  color: #fff;
}
.training-msg {
  background: #ca181f;
  color: #fff;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.training-msg i {
  color: #fff;
  margin-right: 0.5em;
}
.cal-card .address p,
.cal-card .address p a {
  color: #ca181f;
  text-decoration: none;
}
.cal-card .state {
  padding-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cal-card .outline {
  max-width: 10em;
  background: #f4f4f4;
  text-align: center;
  border-radius: 0.5em;
  overflow: hidden;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
}
.cal-card .outline .day-of-week {
  background-color: #3c75bb;
  color: #fff;
  padding: 0.5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cal-card .outline .number {
  font-size: 2.5em;
  padding: 0.25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cal-card h4 {
  margin: 0.5em 0 0.25em 0;
  font-size: 1.5em;
  text-transform: uppercase;
}
.cal-card .info {
  padding: 1em 0;
  line-height: 1.25em;
}
@media screen and (max-width: 35.6em) {
  .current-month .l-box {
    padding: 0.5em 0;
  }
}
/* Schedule 2 3 */
.current-month .completed {
  padding: 1em 0 0;
}
.current-month .completed .wrapper {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 5px;
  background: #32c850;
  color: #fff;
}
.training-msg {
  background: #ca181f;
  color: #fff;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.training-msg i {
  color: #fff;
  margin-right: 0.5em;
}
.cal-card .address p,
.cal-card .address p a {
  color: #ca181f;
  text-decoration: none;
}
.cal-card .state {
  padding-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cal-card .outline {
  max-width: 10em;
  background: #f4f4f4;
  text-align: center;
  border-radius: 0.5em;
  overflow: hidden;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
}
.cal-card .outline .day-of-week {
  background-color: #3c75bb;
  color: #fff;
  padding: 0.5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cal-card .outline .number {
  font-size: 2.5em;
  padding: 0.25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cal-card h4 {
  margin: 0.5em 0 0.25em 0;
  font-size: 1.5em;
  text-transform: uppercase;
}
.cal-card .info {
  padding: 1em 0;
  line-height: 1.25em;
}
@media screen and (max-width: 35.6em) {
  .current-month .l-box {
    padding: 0.5em 0;
  }
}
/* Schedule Page (New) 3 */
h2.month {
  font-weight: 400;
  border-bottom: 2px solid #f79f1d;
  padding-bottom: 0.5em;
  margin-top: 2em;
  font-family: open sans, sans serif;
}
h2.reg-month {
  font-weight: 400;
  border-bottom: 2px solid #f79f1d;
  padding-bottom: 0.5em;
  font-family: open sans, sans serif;
}
.cal-card .address p,
.cal-card .address p a {
  color: #ca181f;
  text-decoration: none;
}
.cal-card .state {
  padding-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cal-card .outline {
  max-width: 10em;
  background: #f4f4f4;
  text-align: center;
  border-radius: 0.5em;
  overflow: hidden;
}
.cal-card .outline .day-of-week {
  background-color: #3c75bb;
  color: #fff;
  padding: 0.5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cal-card .outline .number {
  font-size: 2.5em;
  padding: 0.25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cal-card h4 {
  margin: 0.5em 0 0.25em 0;
  font-size: 1.5em;
  text-transform: uppercase;
}
.cal-card .info {
  padding: 1em 0;
  line-height: 1.25em;
}
@media screen and (max-width: 35.6em) {
  .current-month .l-box {
    padding: 0.5em 0;
  }
}
/* Shop Page 3 */
/* Site Terms 3 */
.site-terms ol ul {
  padding-left: 1em;
}
.site-terms ol ul li {
  padding: 0.5em 0;
}
/* Spanish Download Demo Page 3 */
.container.bg {
  background-color: #fff;
  color: #222;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
}
.container-full {
  max-width: 100%;
}
/* removes dotted outline in firefox */
.pure-form .select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.form-wrapper {
  padding-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-form {
  background: #fff;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  padding: 1em;
  border-radius: 0.5em;
}
.pure-form h1 {
  margin-top: 0;
}
.pure-form.bumpy {
  margin-top: 1em;
}
.pure-form fieldset {
  margin-top: 1em;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.pure-form fieldset:first-child {
  margin-top: 0;
}
.pure-form fieldset fieldset {
  margin: 0.5em;
}
div.field {
  display: inline-block;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  max-width: 100%;
}
div.field > label {
  white-space: nowrap;
  font-size: 0.8em;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}
div.field > label > * {
  font-size: 1em;
}
.pure-form input:focus:not([type]),
.pure-form input[type="text"]:focus,
.pure-form input[type="password"]:focus,
.pure-form input[type="email"]:focus,
.pure-form input[type="url"]:focus,
.pure-form input[type="date"]:focus,
.pure-form input[type="month"]:focus,
.pure-form input[type="time"]:focus,
.pure-form input[type="datetime"]:focus,
.pure-form input[type="datetime-local"]:focus,
.pure-form input[type="week"]:focus,
.pure-form input[type="number"]:focus,
.pure-form input[type="search"]:focus,
.pure-form input[type="tel"]:focus,
.pure-form input[type="color"]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
  border-color: #3c75bb;
}
div.field.large > label,
div.string.field > label > input {
  width: 100%;
}
div.submit.field {
  display: block;
}
div.submit > button,
div.submit .btn {
  background-color: #3c75bb;
  color: #fff;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
}
div.string.field > label > input,
div.date.field > label > input,
div.label.field > label > div,
div.number.field > label > input,
div.phone.field > label > input,
div.email.field > label > input,
div.select.field > label > select {
  margin-top: 0.2em;
  display: block;
  width: 100%;
  background: #fff;
  border-color: #ccc;
  color: #262523;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.5em;
}
.underliney div.string.field > label > input,
.underliney div.date.field > label > input,
.underliney div.label.field > label > div,
.underliney div.number.field > label > input,
.underliney div.phone.field > label > input,
.underliney div.email.field > label > input,
.underliney div.select.field > label > select {
  border-width: 0 0 1px;
  border-radius: 0;
}
div.select.field > label > select {
  display: block;
}
div.string.field > label > input,
div.date.field > label > input,
div.select.field > label > select {
  height: 3.5em;
}
div.field.button > button {
  margin-top: 1.2em;
}
div.text.field {
  display: block;
}
div.text.field > label > textarea {
  width: 100%;
  min-height: 7em;
  display: block;
  margin-top: 0.2em;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
}
div.check.field > label > input {
  margin-right: 0.25em;
}
div.field > label > span.required:after {
  content: '*';
  color: #c8171e;
}
.underliney div.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  margin-top: 0.2em;
  display: block;
  width: 100%;
  border-width: 0 0 1px;
  border-color: #fff;
  color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-style: solid;
  padding-bottom: 0;
  padding-left: 0;
}
.pure-form div.select select option {
  padding: 0.5em 0 0.5em 0.2em;
  background: #fff;
  color: #222;
}
.pure-form textarea {
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 1px solid #262523;
}
.pure-form.submitted :invalid:not(fieldset) {
  border: 2px solid #f00;
}
/* 
 * Submit Modal
 */
.submit-modal {
  display: none;
  position: relative;
  height: 370px;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: calc(50vh - 185px);
  padding: 3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #666;
  border-radius: 0.2em;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  z-index: 10001;
}
.submit-modal.active {
  display: block;
}
.submit-modal .svg-placeholder {
  width: 100px;
  height: 100px;
}
.submit-modal svg {
  max-height: 100px;
  width: 100px;
  display: block;
  margin: 0 auto 1em;
}
.submit-modal .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.submit-modal .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  -webkit-animation: dash 0.9s ease-in-out;
  -moz-animation: dash 0.9s ease-in-out;
  -o-animation: dash 0.9s ease-in-out;
  -ms-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.submit-modal .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  -moz-animation: dash 0.9s 0.35s ease-in-out forwards;
  -o-animation: dash 0.9s 0.35s ease-in-out forwards;
  -ms-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.submit-modal .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -moz-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -o-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -ms-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
.submit-modal .status {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.2em;
  display: none;
}
.submit-modal .status.active {
  display: block;
}
.submit-modal .status:first-of-type {
  padding-top: 1em;
}
.submit-modal .status.success {
  color: #73af55;
}
.submit-modal .status.success .processing {
  display: none;
}
.submit-modal .status .processing {
  position: relative;
  margin: 0.5em auto 0;
  width: 8px;
  height: 8px;
  background-color: $bgA;
  border-radius: 8px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  -ms-animation-delay: 200ms;
  animation-delay: 200ms;
}
.submit-modal .status .processing:before,
.submit-modal .status .processing:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: $bgA;
  border-radius: 10px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.submit-modal .status .processing:before {
  left: -16px;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  -ms-animation-delay: 0ms;
  animation-delay: 0ms;
}
.submit-modal .status .processing:after {
  left: 16px;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
  animation-delay: 400ms;
}
@-webkit-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@media screen and (max-width: 48em) {
  .pure-form.bumpy {
    margin: 0 auto;
  }
  .form-wrapper {
    padding-left: 0;
  }
}
@media screen and (max-width: 36em) {
  div.field {
    display: block !important;
  }
  div.string.field > label > input,
  div.select.field > label > select {
    width: 100%;
  }
  div.check.field > label:before {
    display: none;
  }
  div.button.field > button {
    margin-top: 0;
  }
  div.submit > button {
    width: 100%;
  }
}
/* Spanish Page 3 */
/* Testing Demo Form 3 */
.container.bg {
  background-color: #fff;
  color: #222;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
}
.container-full {
  max-width: 100%;
}
/* Testing Page 3 */
/* Training Registration 3 */
.container.bg {
  background-color: #fff;
  color: #222;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
}
.container-full {
  max-width: 100%;
}
/* removes dotted outline in firefox */
.pure-form .select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.form-wrapper {
  padding-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-form {
  background: #fff;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  padding: 1em;
  border-radius: 0.5em;
}
.pure-form h1 {
  margin-top: 0;
}
.pure-form.bumpy {
  margin-top: 1em;
}
.pure-form fieldset {
  margin-top: 1em;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.pure-form fieldset:first-child {
  margin-top: 0;
}
.pure-form fieldset fieldset {
  margin: 0.5em;
}
div.field {
  display: inline-block;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  max-width: 100%;
}
div.field > label {
  white-space: nowrap;
  font-size: 0.8em;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}
div.field > label > * {
  font-size: 1em;
}
.pure-form input:focus:not([type]),
.pure-form input[type="text"]:focus,
.pure-form input[type="password"]:focus,
.pure-form input[type="email"]:focus,
.pure-form input[type="url"]:focus,
.pure-form input[type="date"]:focus,
.pure-form input[type="month"]:focus,
.pure-form input[type="time"]:focus,
.pure-form input[type="datetime"]:focus,
.pure-form input[type="datetime-local"]:focus,
.pure-form input[type="week"]:focus,
.pure-form input[type="number"]:focus,
.pure-form input[type="search"]:focus,
.pure-form input[type="tel"]:focus,
.pure-form input[type="color"]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
  border-color: #3c75bb;
}
div.field.large > label,
div.string.field > label > input {
  width: 100%;
}
div.submit.field {
  display: block;
}
div.submit > button,
div.submit .btn {
  background-color: #3c75bb;
  color: #fff;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
}
div.string.field > label > input,
div.date.field > label > input,
div.label.field > label > div,
div.number.field > label > input,
div.phone.field > label > input,
div.email.field > label > input,
div.select.field > label > select {
  margin-top: 0.2em;
  display: block;
  width: 100%;
  background: #fff;
  border-color: #ccc;
  color: #262523;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.5em;
}
.underliney div.string.field > label > input,
.underliney div.date.field > label > input,
.underliney div.label.field > label > div,
.underliney div.number.field > label > input,
.underliney div.phone.field > label > input,
.underliney div.email.field > label > input,
.underliney div.select.field > label > select {
  border-width: 0 0 1px;
  border-radius: 0;
}
div.select.field > label > select {
  display: block;
}
div.string.field > label > input,
div.date.field > label > input,
div.select.field > label > select {
  height: 3.5em;
}
div.field.button > button {
  margin-top: 1.2em;
}
div.text.field {
  display: block;
}
div.text.field > label > textarea {
  width: 100%;
  min-height: 7em;
  display: block;
  margin-top: 0.2em;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
}
div.check.field > label > input {
  margin-right: 0.25em;
}
div.field > label > span.required:after {
  content: '*';
  color: #c8171e;
}
.underliney div.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  margin-top: 0.2em;
  display: block;
  width: 100%;
  border-width: 0 0 1px;
  border-color: #fff;
  color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-style: solid;
  padding-bottom: 0;
  padding-left: 0;
}
.pure-form div.select select option {
  padding: 0.5em 0 0.5em 0.2em;
  background: #fff;
  color: #222;
}
.pure-form textarea {
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 1px solid #262523;
}
.pure-form.submitted :invalid:not(fieldset) {
  border: 2px solid #f00;
}
/* 
 * Submit Modal
 */
.submit-modal {
  display: none;
  position: relative;
  height: 370px;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: calc(50vh - 185px);
  padding: 3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #666;
  border-radius: 0.2em;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  z-index: 10001;
}
.submit-modal.active {
  display: block;
}
.submit-modal .svg-placeholder {
  width: 100px;
  height: 100px;
}
.submit-modal svg {
  max-height: 100px;
  width: 100px;
  display: block;
  margin: 0 auto 1em;
}
.submit-modal .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.submit-modal .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  -webkit-animation: dash 0.9s ease-in-out;
  -moz-animation: dash 0.9s ease-in-out;
  -o-animation: dash 0.9s ease-in-out;
  -ms-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.submit-modal .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  -moz-animation: dash 0.9s 0.35s ease-in-out forwards;
  -o-animation: dash 0.9s 0.35s ease-in-out forwards;
  -ms-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.submit-modal .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -moz-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -o-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -ms-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
.submit-modal .status {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.2em;
  display: none;
}
.submit-modal .status.active {
  display: block;
}
.submit-modal .status:first-of-type {
  padding-top: 1em;
}
.submit-modal .status.success {
  color: #73af55;
}
.submit-modal .status.success .processing {
  display: none;
}
.submit-modal .status .processing {
  position: relative;
  margin: 0.5em auto 0;
  width: 8px;
  height: 8px;
  background-color: $bgA;
  border-radius: 8px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  -ms-animation-delay: 200ms;
  animation-delay: 200ms;
}
.submit-modal .status .processing:before,
.submit-modal .status .processing:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: $bgA;
  border-radius: 10px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.submit-modal .status .processing:before {
  left: -16px;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  -ms-animation-delay: 0ms;
  animation-delay: 0ms;
}
.submit-modal .status .processing:after {
  left: 16px;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
  animation-delay: 400ms;
}
@-webkit-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@media screen and (max-width: 48em) {
  .pure-form.bumpy {
    margin: 0 auto;
  }
  .form-wrapper {
    padding-left: 0;
  }
}
@media screen and (max-width: 36em) {
  div.field {
    display: block !important;
  }
  div.string.field > label > input,
  div.select.field > label > select {
    width: 100%;
  }
  div.check.field > label:before {
    display: none;
  }
  div.button.field > button {
    margin-top: 0;
  }
  div.submit > button {
    width: 100%;
  }
}
/* Upgrade 3 */
.partner-box .details-button {
  background-color: #3c75bb;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.partner-box .details-button:hover:after {
  -webkit-transform: translateX(100%) skewX(-30deg);
  -moz-transform: translateX(100%) skewX(-30deg);
  -o-transform: translateX(100%) skewX(-30deg);
  -ms-transform: translateX(100%) skewX(-30deg);
  transform: translateX(100%) skewX(-30deg);
}
.partner-box .details-button:after {
  top: -50%;
  z-index: 1;
  content: '';
  width: 150%;
  height: 200%;
  position: absolute;
  left: calc(-150% - 40px);
  background-color: rgba(255,255,255,0.2);
  -webkit-transform: skewX(-40deg);
  -moz-transform: skewX(-40deg);
  -o-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  transform: skewX(-40deg);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* Videos 3 */
/* Virtual Training 3 */
/* Warranty Companies 3 */
/* Websites 3 */
section.alt {
  background: #f4f4f4;
}
section .headline {
  max-width: 800px;
  margin: 0 auto;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section .headline h1 {
  margin-top: 0;
}
section .headline p {
  line-height: 1.75;
  font-size: 18px;
}
.lg-container {
  max-width: 1550px;
  margin: 0 auto;
}
.web-features .online,
.web-features .advertising,
.web-features .network,
.web-features .inventory,
.web-features .payments {
  padding: 4em 0;
}
.web-features .online .img,
.web-features .advertising .img,
.web-features .network .img,
.web-features .inventory .img,
.web-features .payments .img {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.web-features .online img,
.web-features .advertising img,
.web-features .network img,
.web-features .inventory img,
.web-features .payments img {
  margin: 0 auto;
}
.web-features .online img {
  max-height: 340px;
}
.web-features .advertising img {
  max-height: 340px;
}
.web-features .network img {
  max-height: 325px;
}
.web-features .inventory img {
  max-height: 420px;
}
.web-features .payments img {
  max-height: 445px;
}
/* Websites 2 3 */
section.alt {
  background: #f4f4f4;
}
section .headline {
  max-width: 800px;
  margin: 0 auto;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section .headline h1 {
  margin-top: 0;
}
section .headline p {
  line-height: 1.75;
  font-size: 18px;
}
.lg-container {
  max-width: 1550px;
  margin: 0 auto;
}
.web-features .online,
.web-features .advertising,
.web-features .network,
.web-features .inventory,
.web-features .payments {
  padding: 4em 0;
}
.web-features .online .img,
.web-features .advertising .img,
.web-features .network .img,
.web-features .inventory .img,
.web-features .payments .img {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.web-features .online img,
.web-features .advertising img,
.web-features .network img,
.web-features .inventory img,
.web-features .payments img {
  margin: 0 auto;
}
.web-features .online img {
  max-height: 340px;
}
.web-features .advertising img {
  max-height: 340px;
}
.web-features .network img {
  max-height: 325px;
}
.web-features .inventory img {
  max-height: 420px;
}
.web-features .payments img {
  max-height: 445px;
}
/* Websites - Feeds 3 */
/* Websites - Responsive 3 */
/* Why Buy From Us Page 3 */
.why-buy-video-container {
  max-width: 600px;
  padding-bottom: 45%;
  margin: 0 auto;
  position: relative;
}
.why-buy-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 48em) {
  .why-buy-video-container {
    padding-bottom: 65%;
  }
}
/* Products 3 */
.page-content .product-page {
  padding: 2em 0;
}
.page-content .product-page h3 {
  font-weight: 400;
  border-bottom: 2px solid #f79f1d;
  padding-bottom: 0.5em;
  margin-top: 2em;
}
.page-content .product-page .fed-img {
  margin: 0 auto;
}
.page-content .product-cards {
  padding: 2em 0;
}
.page-content .sales-box {
  border-radius: 0.5em;
  border: 1px solid #d5d5d5;
  overflow: hidden;
}
.page-content .sales-box.dms {
  margin-top: -1em;
  -webkit-box-shadow: 0 0 0.5em rgba(0,0,0,0.3);
  box-shadow: 0 0 0.5em rgba(0,0,0,0.3);
  position: relative;
  z-index: 9;
  border: 0.2em solid #d5d5d5;
}
.page-content .sales-box.dms .bottom {
  min-height: 17em;
}
.page-content .sales-box h3 {
  font-family: open sans;
  font-weight: 500;
  margin: 0;
  border-bottom: 0;
  padding: 0;
}
.page-content .sales-box a {
  text-decoration: none;
}
.page-content .sales-box .top {
  text-align: center;
  background: -webkit-linear-gradient(#f4f4f4, #ddd);
  background: -moz-linear-gradient(#f4f4f4, #ddd);
  background: -o-linear-gradient(#f4f4f4, #ddd);
  background: -ms-linear-gradient(#f4f4f4, #ddd);
  background: linear-gradient(#f4f4f4, #ddd);
  background-color: #f4f4f4;
  border-bottom: 1px solid #d5d5d5;
  padding: 2em 0.5em 3em;
}
.page-content .sales-box .bottom {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 15em;
}
.page-content .sales-box .bottom .price {
  cursor: pointer;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1em;
  margin-top: -2em;
  text-align: center;
  background: -webkit-linear-gradient(#f79f1d, #e38a08);
  background: -moz-linear-gradient(#f79f1d, #e38a08);
  background: -o-linear-gradient(#f79f1d, #e38a08);
  background: -ms-linear-gradient(#f79f1d, #e38a08);
  background: linear-gradient(#f79f1d, #e38a08);
  background-color: #f79f1d;
  border: 0.25em solid #fff;
  margin-bottom: 1em;
  -webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 -1px 1px rgba(0,0,0,0.2);
}
.page-content .sales-box .bottom .info {
  border-bottom: 1px solid #d5d5d5;
  padding: 0.5em 0;
  text-align: center;
}
.page-content .sales-box .bottom .read-more {
  background-color: #3c75bb;
  color: #fff;
  text-align: center;
  border-radius: 0.2em;
  margin-top: 0.5em;
  padding: 0.5em 1em;
}
@media screen and (max-width: 64em) {
  .page-content .product-cards {
    padding: 0;
  }
  .page-content .sales-box {
    margin-bottom: 1em;
  }
  .page-content .sales-box.dms {
    margin-top: initial;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d5d5d5;
  }
  .page-content .sales-box.dms .bottom {
    min-height: 15em;
  }
}
/* Training 3 */
/* About 3 */
.aboutus-page {
  padding: 4em 0 0;
}
.aboutus-page .faces {
  text-align: center;
  margin-top: 2em;
}
.aboutus-page .faces h4 {
  margin-bottom: 0;
}
.aboutus-page .faces img {
  margin: 0 auto;
}
/* News 3 */
.blog-post {
  padding: 1em 0;
  border-bottom: 1px dotted #666;
}
.blog-post:first-of-type {
  padding-top: 0;
}
.blog-post:last-of-type {
  border-bottom: 0;
}
.blog-post .blog-author {
  color: #666;
}
.blog-post .blog-header {
  border-bottom: 0.2em solid #f79f1d;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.blog-post .blog-header h2 {
  margin-bottom: 0.25em;
}
/* Downloads 3 */
.downloads h2 {
  margin-top: 2em;
  font-family: open sans;
  padding-left: 0.5em;
}
.downloads h2:first-of-tpe {
  margin-top: 1em;
}
.downloads .download-row {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.downloads .download-row.odd {
  background: #f4f4f4;
}
.downloads .download-row:hover {
  background: #f79f1d;
}
.downloads .download-row .order,
.downloads .download-row .info,
.downloads .download-row .btn,
.downloads .download-row .updated {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.downloads .download-row .order,
.downloads .download-row .btn,
.downloads .download-row .updated {
  text-align: center;
}
.downloads .download-row .order {
  font-size: 1.25em;
  font-weight: 500;
}
.downloads .download-row span {
  color: #ca181f;
}
.downloads .download-row .dl-icon {
  float: left;
  padding-right: 1em;
}
.downloads .download-row .btn {
  position: relative;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  -ms-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}
.downloads .download-row .btn:after {
  content: "\0021e7";
  position: absolute;
  top: -0.4em;
  left: 0;
  right: 0;
  display: block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 5em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  text-shadow: 0 0 1em #000;
  -webkit-transition: opacity 0.3s ease-in-out, font-size 0.3s ease-in-out, top 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, font-size 0.3s ease-in-out, top 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, font-size 0.3s ease-in-out, top 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out, font-size 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, font-size 0.3s ease-in-out, top 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99;
}
.downloads .download-row .btn:active:after {
  font-size: 1em;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  top: 0.3em;
}
.downloads .support {
  display: inline-block;
  padding-bottom: 2em;
}
.downloads .support .btn {
  border-radius: 4px;
  display: inline-block;
  margin: 0 0.25em;
  overflow: hidden;
  padding: 0.5em 4em 0.5em 1em;
  position: relative;
  text-decoration: none;
  line-height: 1;
  font-size: 0.85em;
  color: #fff;
  vertical-align: middle;
}
.downloads .support .btn:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.2), transparent);
  background-image: -moz-linear-gradient(rgba(255,255,255,0.2), transparent);
  background-image: -o-linear-gradient(rgba(255,255,255,0.2), transparent);
  background-image: -ms-linear-gradient(rgba(255,255,255,0.2), transparent);
  background-image: linear-gradient(rgba(255,255,255,0.2), transparent);
  height: 50%;
}
.downloads .support .btn.tv {
  background: #3c75bb;
}
.downloads .support .btn.tv .icon {
  border-left: 1px solid #33639f;
}
.downloads .support .btn.vfp {
  background: #c7171e;
}
.downloads .support .btn.vfp .icon {
  border-left: 1px solid #a91419;
}
.downloads .support .btn .text {
  font-size: 1em;
  line-height: 1.2;
  position: relative;
  right: 0;
  padding-right: 1em;
  -webkit-transition: right 300ms ease;
  -moz-transition: right 300ms ease;
  -o-transition: right 300ms ease;
  -ms-transition: right 300ms ease;
  transition: right 300ms ease;
  display: block;
  text-align: left;
}
.downloads .support .btn .icon {
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 58px;
  height: 70%;
  font-size: 1.5em;
}
.downloads .support .btn .icon i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -10px;
}
.downloads .support .btn:hover .text {
  right: 100%;
}
.downloads .support .btn:hover .icon {
  border-left: 0;
  font-size: 2em;
  width: 100%;
}
/* Getting Started 3 */
.main .gs-title {
  padding-bottom: 1em;
  text-align: center;
}
.main .gs-dms,
.main .gs-websites {
  cursor: pointer;
}
.main .gs-dms:hover h1:after,
.main .gs-websites:hover h1:after {
  width: 7em;
}
.main .gs-dms a,
.main .gs-websites a {
  text-decoration: none;
}
.main .gs-dms h1,
.main .gs-websites h1 {
  text-align: center;
  font-family: open sans, sans-serif;
  font-weight: 500;
}
.main .gs-dms h1:after,
.main .gs-websites h1:after {
  content: '';
  display: block;
  width: 4em;
  height: 0.1em;
  background: #f79f1d;
  margin: 0 auto;
  position: relative;
  bottom: -0.5em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.main .gs-dms img,
.main .gs-websites img {
  margin: 0 auto;
}
.main a.gs-dl-link {
  color: #3c75bb;
  text-decoration: none;
  display: inline-block;
}
.main .dl-pdf > * {
  display: inline-block;
  vertical-align: middle;
}
.main .claim-wrapper {
  padding: 1em 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main .claim-wrapper a {
  text-decoration: none;
}
.main .claim-wrapper .claim-box {
  border: 0.25em solid #f4f4f4;
  position: relative;
}
.main .claim-wrapper .claim-box:hover {
  border: 0.25em solid #ccc;
}
.main .claim-wrapper .claim-box.flag:before {
  position: absolute;
  content: 'Important';
  top: -1.8em;
  right: -0.25em;
  padding: 0.25em 0.5em;
  font-size: 0.8em;
  background: #de2c28;
  color: #fff;
}
.main .claim-wrapper .claim-box a {
  color: #3c75bb;
  font-size: 0.9em;
}
.main .claim-wrapper .claim-box .text {
  padding: 0 0.5em;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}
.main .claim-wrapper .claim-box .icon {
  font-size: 1.5em;
  padding: 0.5em 0;
  text-align: center;
  width: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
}
.main .claim-wrapper .claim-box .icon.google {
  background: #dd4b39;
}
.main .claim-wrapper .claim-box .icon.facebook {
  background: #3b5998;
}
.main .claim-wrapper .claim-box .icon.bing {
  background: #ffb900;
}
.main .claim-wrapper .claim-box .icon.yahoo {
  background: #620973;
}
.main .claim-wrapper .claim-box .icon.youtube {
  background: #de2c28;
}
.main .claim-wrapper .claim-box .icon.twitter {
  background: #5ea9dd;
}
.main .claim-wrapper .claim-box .icon.linkedin {
  background: #007ab5;
}
aside .guides a {
  color: #3c75bb !important;
}
aside .yt-container {
  position: relative;
  padding-bottom: 55%;
  max-width: 100%;
}
aside .yt-container iframe {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
/* 404 3 */
.four-oh-four-page {
  min-height: 50vh;
  color: #262523;
}
.four-oh-four-page .large-text {
  font-size: 11.25em;
  font-weight: 600;
}
.four-oh-four-page h1 {
  margin: 0.25em 0;
  font-weight: 500;
}
.four-oh-four-page h2 {
  color: #666;
  font-weight: 300;
  margin-top: 0;
}
.four-oh-four-page .container {
  padding: 2.5em 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.four-oh-four-page a {
  color: #3c75bb;
}
@-moz-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-webkit-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-o-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-moz-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-o-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-moz-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-webkit-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-o-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-moz-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-o-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-moz-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-webkit-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-o-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-moz-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-o-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-moz-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-webkit-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-o-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-moz-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-o-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-moz-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-webkit-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-o-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-moz-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-o-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-moz-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-webkit-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-o-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-moz-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-o-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-moz-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-webkit-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-o-keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@keyframes dotted {
  0% {
    background-color: $bgA;
  }
  100% {
    background-color: #262523;
  }
}
@-moz-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-o-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
