@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
h5 {
  font-size: 14px;
}
h4 {
  font-size: 18px;
}
h2 {
  font-size: 30px;
}
label {
  font-weight: bold;
  margin-bottom: 5px;
}
/** FONTS **/
/** COLOURS **/
/** NAV **/
.m-t-xs {
  margin-top: 0.5em;
}
.m-t-sm {
  margin-top: 1em;
}
.m-t, section#takePride .invite-messaging {
  margin-top: 2em;
}
.m-t-lg {
  margin-top: 3em;
}
.m-b-xs {
  margin-bottom: 0.5em;
}
.m-b-sm {
  margin-bottom: 1em;
}
.m-b {
  margin-bottom: 2em;
}
.m-b-lg {
  margin-bottom: 3em;
}
.m-r-xs {
  margin-right: 0.5em;
}
.m-r-sm {
  margin-right: 1em;
}
.m-r {
  margin-right: 2em;
}
.m-r-lg {
  margin-right: 3em;
}
.m-l-xs {
  margin-left: 0.5em;
}
.m-l-sm {
  margin-left: 1em;
}
.m-l {
  margin-left: 2em;
}
.m-l-lg {
  margin-left: 3em;
}
nav {
  position: fixed;
  height: 100%;
  width: 240px;
  max-width: 240px;
  max-height: 100vh;
  padding: 20px 0 0 50px;
  background: #2b90d9;
  background: -webkit-gradient(linear, left top, right top, from(#05abe0), to(#287FBF));
  background: -webkit-linear-gradient(left, #05abe0 0%, #287FBF 100%);
  background: -moz-linear-gradient(left, #05abe0 0%, #287FBF 100%);
  background: -o-linear-gradient(left, #05abe0 0%, #287FBF 100%);
  background: linear-gradient(to right, #05abe0 0%, #287FBF 100%);
  overflow: hidden;
  color: #FFF;
  -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
@media (max-width: 767px) {
  nav {
    left: -250px;
    /*left or right and the width of your navigation panel*/
    width: 240px;
    /*should match the above value*/
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav {
    left: -250px;
    /*left or right and the width of your navigation panel*/
    width: 240px;
    /*should match the above value*/
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav {
    left: 0 !important;
    width: 240px !important;
  }
}
@media (min-width: 1200px) {
  nav {
    left: 0 !important;
    width: 240px !important;
  }
}
nav .brand {
  margin-left: -30px;
}
nav .brand img {
  width: 200px;
}
@media (max-width: 767px) {
  nav .brand img {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav .brand img {
    width: 90%;
  }
}
nav ul {
  position: relative;
  top: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  nav ul {
    top: 10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav ul {
    top: 10%;
  }
}
nav ul li {
  margin-bottom: 30px;
  font-weight: 700;
}
nav ul li a {
  text-decoration: none;
  color: #FFF;
  -webkit-transition: color 150ms ease-in-out;
  -moz-transition: color 150ms ease-in-out;
  -o-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
nav ul li a:visited, nav ul li a:focus {
  color: #FFF;
  text-decoration: none;
}
nav ul li a:hover {
  text-decoration: none;
  color: #282C37;
}
nav .nav-silhouette {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 63px;
  background: url("/img/toronto-silhouette.png") no-repeat center bottom;
}
.menu-link {
  position: absolute;
  top: 25px;
  left: 20px;
  z-index: 1;
  font-size: 24px;
  color: #FFF;
}
#navPlane {
  position: absolute;
  left: -20%;
  bottom: 10%;
  -webkit-animation: move 12s infinite;
  -moz-animation: move 12s infinite;
  -o-animation: move 12s infinite;
  animation: move 12s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.74, 0.05);
  -moz-animation-timing-function: cubic-bezier(0.6, -0.28, 0.74, 0.05);
  -o-animation-timing-function: cubic-bezier(0.6, -0.28, 0.74, 0.05);
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.74, 0.05);
}
#navPlane img {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
html, body {
  height: 100%;
}
body {
  font-weight: 300;
  background-color: #282C37;
  font-size: 16px;
  font-family: "Lato", san-serif;
  color: #282C37;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
h2 {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
p {
  line-height: 27px;
}
@media (max-width: 767px) {
  p {
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  p {
    line-height: 22px;
  }
}
h2 + .sub-header {
  color: #9BAEC8;
  font-size: 18px;
  font-weight: 300;
  margin-top: -1.5em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  h2 + .sub-header {
    margin-top: -1em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h2 + .sub-header {
    margin-top: -1em;
  }
}
.no-spacing, body, .screenshot-list ul {
  margin: 0;
  padding: 0;
}
.text-grey {
  color: #9BAEC8;
}
.btn {
  font-size: 20px;
  font-weight: 400;
}
.btn.btn-sm {
  font-size: 14px;
}
.btn.btn-lg {
  padding: 10px 26px;
}
.btn.btn-primary {
  background-color: #2b90d9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 3px solid #2b90d9;
}
.btn.btn-primary.transparent {
  background-color: rgba(43, 144, 217, 0.5);
  -webkit-transition: background-color 150ms ease-in-out;
  -moz-transition: background-color 150ms ease-in-out;
  -o-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}
.btn.btn-primary.transparent:hover {
  background-color: rgba(43, 144, 217, 0.85);
}
.content {
  background-color: #FFF;
  padding-left: 240px;
}
@media (max-width: 767px) {
  .content {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 620px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 730px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 930px;
  }
}
.image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(40, 44, 55, 0.6);
  background: -webkit-gradient(linear, left top, right top, from(#0e419b), to(#19859c));
  background: -webkit-linear-gradient(left, #0e419b 0%, #19859c 100%);
  background: -moz-linear-gradient(left, #0e419b 0%, #19859c 100%);
  background: -o-linear-gradient(left, #0e419b 0%, #19859c 100%);
  background: linear-gradient(to right, #0e419b 0%, #19859c 100%);
  background: -webkit-linear-gradient(315deg, #072050 0%, #0e4350 100%);
  background: -moz-linear-gradient(315deg, #072050 0%, #0e4350 100%);
  background: -o-linear-gradient(315deg, #072050 0%, #0e4350 100%);
  background: linear-gradient(135deg, #072050 0%, #0e4350 100%);
  opacity: 0.6;
}
.landing-header {
  position: relative;
  height: 746px;
  width: 100%;
  background-image: url("/img/office-web.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF;
}
@media (max-width: 767px) {
  .landing-header {
    height: 736px;
  }
}
.landing-header.small {
  height: 145px;
  background-image: url("/img/toronto.jpg");
}
@media (max-width: 767px) {
  .landing-header.small {
    height: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing-header.small {
    height: 75px;
  }
}
.landing-header.small h1 {
  position: absolute;
  bottom: 0;
  left: 50px;
  font-size: 50px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .landing-header.small h1 {
    position: absolute;
    bottom: 8px;
    left: 60px;
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing-header.small h1 {
    position: absolute;
    bottom: 8px;
    left: 60px;
    font-size: 30px;
  }
}
.landing-header .contact-link {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #FFF;
  text-decoration: none;
}
.landing-header .contact-link:hover {
  color: #2b90d9;
}
.landing-header .contact-link:active, .landing-header .contact-link:focus, .landing-header .contact-link:visited {
  color: #FFF;
}
.landing-header .messaging {
  position: relative;
  color: #FFF;
  top: 170px;
}
@media (max-width: 767px) {
  .landing-header .messaging {
    top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing-header .messaging {
    top: 140px;
  }
}
@media (max-width: 767px) {
  .landing-header .messaging .company-logo {
    margin-bottom: 2em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing-header .messaging .company-logo {
    margin-bottom: 2em;
  }
}
.landing-header .messaging h1 {
  margin-bottom: 20px;
  font-size: 46px;
}
@media (max-width: 767px) {
  .landing-header .messaging h1 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing-header .messaging h1 {
    font-size: 32px;
  }
}
.landing-header .messaging h3 {
  margin-bottom: 20px;
  line-height: 36px;
  font-weight: 300;
  color: #9BAEC8;
}
@media (max-width: 767px) {
  .landing-header .messaging h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing-header .messaging h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
.landing-header .messaging p {
  font-size: 14px;
}
.landing-header .landing-header-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: -webkit-linear-gradient(315deg, rgba(217, 225, 232, 0.5) 0%, rgba(187, 201, 217, 0.5) 50%, rgba(217, 225, 232, 0.5) 100%, rgba(155, 174, 200, 0.5) 100%);
  background: -moz-linear-gradient(315deg, rgba(217, 225, 232, 0.5) 0%, rgba(187, 201, 217, 0.5) 50%, rgba(217, 225, 232, 0.5) 100%, rgba(155, 174, 200, 0.5) 100%);
  background: -o-linear-gradient(315deg, rgba(217, 225, 232, 0.5) 0%, rgba(187, 201, 217, 0.5) 50%, rgba(217, 225, 232, 0.5) 100%, rgba(155, 174, 200, 0.5) 100%);
  background: linear-gradient(135deg, rgba(217, 225, 232, 0.5) 0%, rgba(187, 201, 217, 0.5) 50%, rgba(217, 225, 232, 0.5) 100%, rgba(155, 174, 200, 0.5) 100%);
}
@media (max-width: 767px) {
  .landing-header .landing-header-footer {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing-header .landing-header-footer {
    height: auto;
  }
}
.landing-header .landing-header-footer h5 {
  display: inline-block;
  line-height: 44px;
  color: #FFF;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .landing-header .landing-header-footer h5 {
    margin-bottom: 0;
    line-height: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing-header .landing-header-footer h5 {
    margin-bottom: 0;
    line-height: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .landing-header .landing-header-footer h5 {
    margin-bottom: 0;
    line-height: 25px;
  }
}
.landing-header .landing-header-footer ul {
  position: relative;
  top: -3px;
  display: inline-block;
  padding: 0;
  margin-left: 40px;
  margin-bottom: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .landing-header .landing-header-footer ul {
    display: block;
    margin-left: 0;
    padding: 15px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing-header .landing-header-footer ul {
    display: block;
    margin-left: 0;
    padding: 15px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .landing-header .landing-header-footer ul {
    display: block;
    margin-left: 0;
    padding: 15px 0 0;
  }
}
.landing-header .landing-header-footer ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  opacity: 0.9;
}
.landing-header .landing-header-footer ul li img {
  max-height: 28px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.landing-header .landing-header-divider {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 6px;
  background: -webkit-linear-gradient(315deg, #282c37 0%, #2b90d9 50%, #d9e1e8 100%, #9baec8 100%);
  background: -moz-linear-gradient(315deg, #282c37 0%, #2b90d9 50%, #d9e1e8 100%, #9baec8 100%);
  background: -o-linear-gradient(315deg, #282c37 0%, #2b90d9 50%, #d9e1e8 100%, #9baec8 100%);
  background: linear-gradient(135deg, #282c37 0%, #2b90d9 50%, #d9e1e8 100%, #9baec8 100%);
}
.page-description {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-description {
    margin-bottom: 1em;
  }
}
section {
  position: relative;
  padding: 3em 0;
}
@media (max-width: 767px) {
  section {
    padding: 1em 0;
  }
}
section .section-content {
  position: relative;
}
section.grey {
  background-color: #F5F5F9;
}
section#whatMakesUsDifferent {
  background-image: url("/img/office-2-scaled.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF;
}
section#takePride {
  text-align: center;
}
section#takePride h4 {
  font-weight: 300;
}
section#takePride .invite-messaging span {
  font-size: 22px;
}
section#takePride .invite-messaging .btn {
  margin-top: -6px;
}
section.map {
  padding: 0;
}
section.screenshot-viewer {
  background: -webkit-linear-gradient(315deg, white 0%, #d9e1e8 100%, #9baec8 100%);
  background: -moz-linear-gradient(315deg, white 0%, #d9e1e8 100%, #9baec8 100%);
  background: -o-linear-gradient(315deg, white 0%, #d9e1e8 100%, #9baec8 100%);
  background: linear-gradient(135deg, white 0%, #d9e1e8 100%, #9baec8 100%);
  padding-bottom: 0;
  overflow: hidden;
}
section.screenshot-viewer .screenshot {
  position: relative;
  height: 770px;
  width: 100%;
  margin-bottom: -10em;
}
section.screenshot-viewer .screenshot:not(.no-browser) {
  margin-top: 3em;
  background-image: url("/img/browser.png");
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  section.screenshot-viewer .screenshot {
    height: 340px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.screenshot-viewer .screenshot {
    height: 520px;
    width: 100%;
  }
}
section.screenshot-viewer .screenshot .screenshot-display {
  position: absolute;
  top: 35px;
  right: 0;
  bottom: 60px;
  left: 0;
  background: url("/img/sample-screenshot.jpg") no-repeat top center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  section.screenshot-viewer .screenshot .screenshot-display {
    top: 11px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.screenshot-viewer .screenshot .screenshot-display {
    top: 23px;
  }
}
section.screenshot-viewer .screenshot img {
  width: 100%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.screenshot-list {
  background-color: #282C37;
  padding: 1.5em 0 1.2em;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.screenshot-list ul {
  list-style: none;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .screenshot-list ul {
    padding: 0 1em;
    white-space: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .screenshot-list ul {
    padding: 0 1em;
    white-space: nowrap;
  }
}
.screenshot-list ul li {
  display: inline-block;
  height: 126px;
  width: 225px;
  margin-right: 5px;
  border: 5px solid #FFF;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  cursor: pointer;
  -webkit-transition: box-shadow 100ms ease-in-out;
  -moz-transition: box-shadow 100ms ease-in-out;
  -webkit-transition: -webkit-box-shadow 100ms ease-in-out;
  transition: -webkit-box-shadow 100ms ease-in-out;
  -moz-transition: box-shadow 100ms ease-in-out, -moz-box-shadow 100ms ease-in-out;
  -o-transition: box-shadow 100ms ease-in-out;
  transition: box-shadow 100ms ease-in-out;
  transition: box-shadow 100ms ease-in-out, -webkit-box-shadow 100ms ease-in-out, -moz-box-shadow 100ms ease-in-out;
}
.screenshot-list ul li:last-child {
  margin-right: 0;
}
.screenshot-list ul li:hover {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.screenshot-list ul li img {
  width: 100%;
}
footer {
  color: #CCC;
  background-color: #282C37;
}
footer .closing-message {
  padding: 16px 0;
  background-color: #9BAEC8;
  text-align: center;
  font-size: 20px;
  color: #FFF;
}
footer .footer-content {
  position: relative;
  display: table;
  width: 100%;
  padding: 35px 30px;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 767px) {
  footer .footer-content {
    padding: 2em;
  }
}
footer .footer-content .footer-row {
  display: table-row;
}
footer .footer-content .footer-left, footer .footer-content .footer-right, footer .footer-content .footer-logo {
  display: table-cell;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  footer .footer-content .footer-left, footer .footer-content .footer-right, footer .footer-content .footer-logo {
    display: block;
  }
}
footer .footer-content .footer-right {
  text-align: right;
}
@media (max-width: 767px) {
  footer .footer-content .footer-right {
    margin-top: 1em;
    text-align: left;
  }
}
footer .footer-content .footer-logo {
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  footer .footer-content .footer-logo {
    display: none;
  }
}
footer .footer-content .flag {
  height: 12px;
  width: 24px;
  margin-right: 5px;
}
footer a {
  color: #CCC;
}
footer a:focus, footer a:active {
  color: #CCC;
}
.nav-tabs-container {
  background-color: #282C37;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.nav.nav-tabs {
  margin-top: 6px;
  background-color: #282C37;
  border: none;
}
@media (max-width: 767px) {
  .nav.nav-tabs {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav.nav-tabs.container {
    width: 100%;
    padding: 0;
  }
}
.nav.nav-tabs li {
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .nav.nav-tabs li {
    float: none;
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav.nav-tabs li {
    float: none;
    display: block;
    width: 100%;
  }
}
.nav.nav-tabs li.nav-item a.nav-link.active {
  background: transparent;
  color: #ffffff;
  border: none;
  border-bottom: 5px solid #2b90d9;
}
.nav.nav-tabs li.nav-item a.nav-link.active:hover {
  border-bottom: 5px solid #2b90d9;
}
@media (max-width: 767px) {
  .nav.nav-tabs li.nav-item a.nav-link.active {
    background: #2b90d9;
  }
  .nav.nav-tabs li.nav-item a.nav-link.active:hover {
    background: #2b90d9;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav.nav-tabs li.nav-item a.nav-link.active {
    background: #2b90d9;
  }
  .nav.nav-tabs li.nav-item a.nav-link.active:hover {
    background: #2b90d9;
  }
}
.nav.nav-tabs li a {
  padding: 20px 30px;
  margin: 0;
  border: none;
  border-bottom: 5px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}
.nav.nav-tabs li a:hover {
  background-color: #000;
  border: none;
  border-bottom: 5px solid #000;
}
.nav.nav-tabs li a:focus, .nav.nav-tabs li a:active {
  color: #FFF;
}
@media (max-width: 767px) {
  .nav.nav-tabs li a {
    padding: 0.75em 0;
    border: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav.nav-tabs li a {
    padding: 0.75em 0;
    border: none !important;
  }
}
.nav.nav-tabs li a span {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .nav.nav-tabs li a span {
    font-size: 9px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav.nav-tabs li a span {
    display: inline-block;
    margin-left: 1em;
    font-size: 10px;
  }
}
dl.process-list dd {
  position: relative;
  padding-left: 290px;
  margin-bottom: 3em;
  font-size: 14px;
}
@media (max-width: 767px) {
  dl.process-list dd {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  dl.process-list dd {
    padding-left: 235px;
  }
}
dl dd .process-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 130px;
  width: 270px;
  background: #FFF;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  dl dd .process-image {
    position: relative;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  dl dd .process-image {
    height: 120px;
    width: 210px;
  }
}
dl dd .process-image.plan {
  background-image: url("/img/office-3-scaled.jpg");
}
dl dd .process-image.collaborate {
  background-image: url("/img/office-4-scaled.jpg");
}
dl dd .process-image.support {
  background-image: url("/img/office-5-scaled.jpg");
}
dl dd h5 {
  margin-bottom: 5px;
  margin-top: 10px;
  color: #9BAEC8;
  text-transform: uppercase;
}
dl dd h3 {
  margin-top: 5px;
  font-size: 20px;
}
.team-member {
  padding: 20px 0 0 110px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .team-member {
    padding-left: 80px;
  }
}
.team-member.single {
  padding-left: 25px;
}
.team-member.advisor {
  padding-left: 90px;
}
@media (max-width: 767px) {
  .team-member.advisor {
    padding-left: 70px;
  }
}
.team-member.advisor h3 {
  font-size: 20px;
}
.team-member.advisor .team-member-image {
  height: 80px;
  width: 80px;
  top: 10px;
}
@media (max-width: 767px) {
  .team-member.advisor .team-member-image {
    top: 15px;
    height: 60px;
    width: 60px;
  }
}
.team-member.advisor .title {
  font-size: 14px;
}
.team-member .team-member-image {
  position: absolute;
  top: 5px;
  left: 10px;
  height: 100px;
  width: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .team-member .team-member-image {
    top: 15px;
    left: 15px;
    height: 70px;
    width: 70px;
  }
}
.team-member .team-member-image img {
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.team-member h3 {
  margin-bottom: 5px;
  font-size: 22px;
  color: #2b90d9;
}
.team-member h3 span {
  font-size: 16px;
}
.team-member .title {
  margin-bottom: 5px;
  color: #9BAEC8;
  font-style: italic;
  font-weight: 400;
}
.team-member ul {
  padding: 0;
  list-style: none;
}
.team-member ul li {
  display: inline-block;
  margin-right: 5px;
}
.team-member ul li a {
  color: #CCC;
}
.team-member ul li a:active, .team-member ul li afocus {
  color: #CCC;
}
.team-member ul li a:hover {
  color: #AAA;
}
.well {
  padding: 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #FCFCFC;
}
@media (max-width: 767px) {
  .well {
    padding: 5px 15px;
  }
}
.form label {
  font-size: 14px;
  text-transform: uppercase;
}
.form label sup {
  top: 1px;
  color: red;
  font-size: 16px;
}
@media (max-width: 767px) {
  .contact {
    margin-bottom: 1em;
  }
}
.contact .contact-left {
  padding-right: 30px;
  border-right: 1px solid #d9e1e8;
}
@media (max-width: 767px) {
  .contact .contact-left {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact .contact-left {
    padding-right: 0;
    border-right: none;
  }
}
.form-control {
  border: 1px solid #e1e1e1;
  background: #fcfcfc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.linkedin-icon, .facebook-icon, .twitter-icon {
  font-size: 21px;
}
blockquote {
  padding: 0 20px;
  font-weight: 400;
  color: #9BAEC8;
  line-height: 30px;
}
/* GOOGLE MAPS */
.map {
  height: 380px;
  width: 100%;
}
.map .map-container {
  height: 380px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.map .map-container:before, .map .map-container:after, .map .map:before, .map .map:after {
  content: '';
  position: absolute;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.map .map-container:before {
  top: -5px;
  left: 0;
  right: 0;
  height: 5px;
}
.map .map-container:after {
  right: -5px;
  top: 0;
  bottom: 0;
  width: 5px;
}
.map .map:before {
  bottom: -5px;
  left: 0;
  right: 0;
  height: 5px;
}
.map .map:after {
  left: -5px;
  top: 0;
  bottom: 0;
  width: 5px;
}
.map #map {
  height: 380px;
  width: 100%;
}
/* Need to not do this */
a[href^="http://maps.google.com/maps"] {
  display: none !important;
}
a[href^="https://maps.google.com/maps"] {
  display: none !important;
}
.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none;
}
.gmnoprint div {
  background: none !important;
}
/* Flashing cursor */
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #282C37;
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes move {
  from {
    left: -20%;
  }
  to {
    left: 120%;
  }
}
@-moz-keyframes move {
  from {
    left: -20%;
  }
  to {
    left: 120%;
  }
}
@-o-keyframes move {
  from {
    left: -20%;
  }
  to {
    left: 120%;
  }
}
@keyframes move {
  from {
    left: -20%;
  }
  to {
    left: 120%;
  }
}
.client-logo {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.client-logo img {
  max-height: 50px;
  max-width: 55%;
}
.affiliate-logo {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.affiliate-logo img {
  max-height: 75px;
  max-width: 55%;
}
.no-margin-top {
  margin-top: 0;
}
blockquote {
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
.no-padding-top {
  padding-top: 0;
}
.navbar-inner {
  border-radius: 0 0 4px 4px;
  display: table-cell;
  vertical-align: middle;
}
.navbar {
  height: 115px;
  display: table;
}
#feedback-recaptcha {
  margin-bottom: 1rem;
}
.mt-25 {
  margin-top: 25px;
}
