﻿@font-face {
  font-family: SmoothCirculars;
  src: url("../fonts/SmoothCirculars-bluink.otf") format("opentype");
}

/*neutral*/
* {
	 font-family: Roboto, sans-serif;
}

.lato {
	 font-family: Roboto, sans-serif;
}

.smoothcirculars {
	font-family: SmoothCirculars;
}

.footer,
.header,
.contactus {
  background: #0038b1;
  color: white;
}

.product {
	 background: #f5f5f5;
}

.pricing {
	 background: #f5f5f5;
}

.ctas-button {
	 color: #ffffff !important;
}

.ctas-button-3:hover {
  color: white !important;
  background: #155184;
}

.ctas-button-eid-me:hover {
	 background: #2e76f2;
}

.ctas-button-4:hover {
  color: #333333;
  background: #dddddd;
}

.ctas-button-5:hover {
	 background: #0dab4c;
}

.ctas-button-6:hover {
	 background: #f5f5f5;
}

*,
*:before,
*:after {
  margin: 0;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  box-shadow: inset 0px 80px 0 0 #0038b1;
  -webkit-box-shadow: inset 0px 80px 0 0 #0038b1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.push {
	 flex: 1;
}

/*text*/

.subheading,
.subheading-sm,
.subheading-xs {
  color: #0038b1;
  font-weight: 700;
}

.heading {
  font-size: 46px;
  line-height: 68px;
}

.subheading {
  font-size: 30px;
  line-height: 40px;
}

.subheading-sm {
  font-size: 22px;
  line-height: 34px;
}

.subheading-xs {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  padding-bottom: 15px;
}

.paragraph {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.para-sm {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}

.heading + .paragraph {
	 margin-top: 30px;
}

.subheading + .paragraph {
	 margin-top: 10px;
}

p.paragraph {
	 color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0038b1;
  line-height: 1.4em;
}

ul, li {
  color: #333333;
  margin-bottom: 26px;
}
ul, ol {
  padding-left: 30px;
  padding-top: 15px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.panel ul,
.panel ol {
  padding-left: 12px;
}

.header-title {
  color: #ffffff;
  text-align: center;
}

.footer-title {
	 color: #ffffff;
}

a:link {
  color: #0038b1;
}

a:visited {
  color: #47445D;
}

a:hover {
  color: #5038F6;
}

a:active {
  color: #F68638;
}

.logo {
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
}

.nav-link2,
.nav-link {
  text-decoration: none;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff !important;
}

.nav-link:not(:first-of-type) {
	 margin-left: 20px;
}

.nav-link-action {
  text-decoration: none;
  font-size: 18px;
  line-height: 30px;
  margin-left: 20px;
  color: #ffffff !important;
}

#mobile-contact-button {
  display: none;
  background: #1060e4;
  border: none;
  font-weight: 500;
  position: relative;
  margin-top: -40px;
  max-width: 140px;
  float: right;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 1px;
}

#nav {
  padding-top: 0;
  width: 100%;
  background: #0038b1;
  border: none !important;
}

.nav-button {
  display: inline-block;
  height: 36px;
  line-height: 34px;
  padding: 0 20px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .3px;
  border: 1px solid #0dab4c;
  text-decoration: none;
  color: #ffffff;
  background-color:#0b893d;
  -webkit-transition-duration: 0.4s; /* Safari */
}

.nav-button:hover {
	 background-color:#0dab4c;
}

.nav-button-2 {
  display: inline-block;
  height: 36px;
  line-height: 34px;
  padding: 0 20px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .3px;
  border: 1px solid #ffffff;
  text-decoration: none;
  color: #ffffff;
  background-color:#0038b1;
  -webkit-transition-duration: 0.4s; /* Safari */
}

.nav-button-2:hover {
	 background-color:#155184;
}

.text-center {
	 text-align: center;
}
.text-right {
	 text-align: right;
}

/*flexbox styles*/
.flex,
.flex-wrap,
.spread,
.center,
.right,
.vertical,
.centervertical {
	 display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.spread {
	 justify-content: space-between;
}
.center {
  align-items: center;
  justify-content: center;
}
.centervertical {
  flex-direction: column;
  justify-content: center;
}
.right {
	 justify-content: flex-end;
}
.vertical {
	 flex-direction: column;
}

/*grid*/
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	 padding: 0 15px;
}

.col-1 {width: 8.333333%;}
.col-2 {width: 16.666667%;}
.col-3 {width: 25%;}
.col-4 {width: 33.333333%;}
.col-5 {width: 41.666667%;}
.col-6 {width: 50%;}
.col-7 {width: 58.333333%;}
.col-8 {width: 66.666667%;}
.col-9 {width: 75%;}
.col-10 {width: 83.333333%;}
.col-11 {width: 91.666667%;}
.col-12 {width: 100%;}

/*containers*/
.container-lrg,
.container-sml,
.container-xsm,
.container-xxs {
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.container-lrg {
	 max-width: 1200px;
}

.container-sml {
	 max-width: 700px;
}

.container-xsm {
	 max-width: 550px;
}

.container-xxs {
  max-width: 450px;
}

.ctas {
	 margin: 40px 0 0 0;
}

.header {
  padding: 2px 0 90px 0;
  overflow: hidden;
}

.header .heading {
	 margin: 120px 0 0 0;
}

.header.empty {
	 padding: 0;
}

.header-text {
  color: #0038b1;
  font-size: 36px;
  text-align: center;
}

.header-text-resources {
  color: #0038b1;
  font-size: 30px;
  text-align: center;
}

.subheader-text-resources {
  color: #0038b1;
  font-size: 23px;
  text-align: center;
}

.ctas-input {
  outline: none;
  border: none;
  border-radius: 3px;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  width: 260px;
  display: inline-block;
}

.ctas-button {
  display: inline-block;
  margin: 0 0 0 10px;
  height: 40px;
  line-height: 38px;
  padding: 1px 20px;
  background: #fff;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .3px;
  border: 1px solid white;
  text-decoration: none;
  -webkit-transition-duration: 0.4s; /* Safari */
}

.ctas-button:hover {
	 background: #e4e4e4;
}

.socialproof {
  padding: 90px 0 90px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.socialproof img {
  max-height: 110px;
  max-width: 100%;
  margin-top: 45px;
}
.socialproof .logos {
	 flex-wrap: wrap;
}

.contactus {
	 padding: 45px 0 45px 0;
}
.contactus img {
  max-height: 80px;
  max-width: 100%;
  margin-top: 45px;
}
.contactus .logos {
	 flex-wrap: wrap;
}

.alert {
  display: block;
  text-align: center;
  padding: 30px;
}

.alert-error {
  background: #f2dede;
  border: 1px solid #ebccd1;
}

.alert-success {
  background: #def2de;
  border: 1px solid #d1ebcc;
}

.contact-form input[type="text"],
.contact-form input[type="date"],
.contact-form input[type="datetime"],
.contact-form input[type="email"],
.contact-form input[type="number"],
.contact-form input[type="search"],
.contact-form input[type="time"],
.contact-form input[type="url"],
.contact-form textarea,
.contact-form select {
	 margin: 10px;
}

.product {
  padding: 45px 0 45px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.product .flex {
  justify-content: center;
  flex-wrap: wrap;
}
.product img {
  max-height: 80px;
  max-width: 100%;
  margin-top: 45px;
  margin-bottom: 45px;
}
.product .product-box {
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  background: white;
  padding: 15px;
  margin: 0px 10px 15px 10px;
  min-width: 360px;
  max-width: 430px;
  -webkit-flex: 1 1 360px;
  border-radius: 5px;
}

.product-box h1,
.product-box h2 {
  width: 100%;
  text-align: center;
}

.product-box h3 {
  color: #333333;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 10px;
}

.product-box h4 {
	 font-size: 25px;
	 margin-bottom: 20px;
}

.product-box h5 {
	 font-size: 20px;
}

.product-box p {
  text-align: center;
  margin-top: auto;
}

.product-box p {
  color: #333333;
  text-align: left;
  line-height: 22px;
  margin-top: auto;
  padding-bottom: 30px;
}

.pricing {
	 padding: 45px 0 45px 0;
}
.pricing .flex {
  justify-content: center;
  flex-wrap: wrap;
}
.pricing img {
  max-height: 80px;
  max-width: 100%;
  margin-top: 45px;
  margin-bottom: 45px;
}
.pricing .pricing-box {
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  background: white;
  padding: 50px 15px;
  margin: 20px 10px;
  min-width: 360px;
  max-width: 360px;
  -webkit-flex: 1 1 360px;
  border-radius: 5px;
}

.pricing-box ul {
  margin-bottom: 20px;
  line-height: 25px;
}

.pricing-box li.no-pad {
  margin-left: -2.14285714em;
  margin-bottom: 10px;
}

.pricing-box .fa-li {
  color: #0038b1;
  margin-top: 1px;
  padding-top: 0;
}

.pricing-box h1,
.pricing-box h2 {
  width: 100%;
  text-align: center;
}

.pricing-box h4 {
  font-size: 25px;
  margin-bottom: 20px;
}

.pricing-box h5 {
	 font-size: 20px;
}

.pricing-box p {
  text-align: center;
  margin-top: auto;
}

.support-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  text-align: center;
}

.support-links h2 {
  width: 100%;
  font-family: Roboto;
}

.support-links .support-link {
  width: 100%;
  min-width: 230px;
  max-width: 340px;
  background: #ffffff;
  margin: 10px;
  padding: 5px;
  text-decoration: none;
  color: #0038b1;
  font-size: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.10), 0 3px 6px rgba(0,0,0,0.10);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.support-links .support-link:hover {
	 box-shadow: 0 3px 9px rgba(0,0,0,0.15), 0 3px 9px rgba(0,0,0,0.15);
}

.support-links .support-link ul {
  list-style: none;
  padding-left: 0;
  padding-top: 10px;
  margin: -5px;
}

.support-links .support-link li {
  /*padding-top: 10px;
  padding-bottom: 10px;*/
}

.support-links .support-link li {
	 border-top: 1px solid rgba(0,0,0,0.05);
}

.support-links .support-link li a {
  display: block;
  text-decoration: none;
  color: #1060e4;
  font-size: 17px;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  text-align: left;
}

.support-links .support-link li a:hover {
	 background: #f3f3f3;
}

.support-links .support-link h3 {
  text-decoration: none;
  color: #0038b1;
  font-size: 20px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
}

.support-links .support-link p {
  padding: 10px;
  text-decoration: none;
  color: #333333;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
}

.support-links .support-link form {
  border-top: 1px solid rgba(0,0,0,0.05);
  font-size: 16px;
  padding-top: 10px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: left;
}

.support-links .support-link form label {
  font-size: 17px;
}

.support-links .support-link form .form-control {
  padding: 10px;
  margin-top: 5px;
  width: 65%;
}

.support-links .support-link form .ctas-button-3 {
  height: 41px;
  width: 34%;
  margin: 0;
  padding: 0;
}

.app-stores {
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.app-stores-container {
  width: 50%;
  padding: 10px 10px 0 10px;
}

.app-stores-container:not(:last-child) {
	 border-right: 1px solid rgba(0,0,0,0.1);
}

.app-stores-container h2 {
	 margin-bottom: 10px;
}

.app-store-link-container {
  /*justify-content: space-around;*/
  flex-wrap: wrap; 
}

.app-store-link {
	 margin: 20px;
}

.privacy-policy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
}

.privacy-policy-section {
  min-width: 300px;
  width: 49%;
  margin-bottom: 20px;
}

.terms-conditions-use,
.getting-started,
.article {
  font-size: 18px;
}

.terms-conditions-use,
.getting-started {
  padding: 10px;
  padding-bottom: 30px;
  margin: 0 auto 30px auto;
}


.terms-conditions-use-section,
.getting-started-section,
.article-section {
  margin: auto;
  min-width: 300px;
  padding-bottom: 20px;
}

.terms-conditions-use-section .paragraph,
.getting-started-section .paragraph,
.article-section .paragraph,
.article-section ul,
.article-section ol {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 16px;
}

.terms-conditions-use-section h3,
.getting-started-section h3, 
.article-section h3 {
  line-height: 26px;
  padding-bottom: 16px;
}

.ctas-button,
.ctas-button-2,
.ctas-button-3,
.ctas-button-4,
.ctas-button-5,
.ctas-button-6,
.ctas-button-eid-me {
  text-align: center;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  padding: 1px 20px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .3px;
  text-decoration: none;
  -webkit-transition-duration: 0.4s; /* Safari */
}

.ctas-button {
  border: 1px solid #ffffff;
  color: #0038b1;
  background: #ffffff;
}

.ctas-button-2,
.ctas-button-3 {
  border: 1px solid #ffffff;
  color: #ffffff !important;
  background: #0038b1;
}

.ctas-button-4 {
  border: 1px solid #ffffff;
  background: #cdcdcd;
  color: #333333 !important;
}

.ctas-button-5 {
/*  border: 1px solid #0b893d;*/
  color: #ffffff !important;
  background: #0b893d;
}

.ctas-button-6 {
  border: 1px solid #0b893d;
  color: #0b893d !important;
  background: #ffffff;
}

.ctas-button-eid-me {
  border: 1px solid #2e76f2;
  color: #ffffff;
  background: #2056a0;
}

.footer {
	 padding: 45px 0 5px;
}

.footer .footer-nav {
  /*padding-top: 90px;*/
  flex-wrap: wrap;
}

.footer .nav-link {
  display: inline-block;
  margin: 0 10px;
}

.footer-nav h2 {
	 margin-top: 25px;
}

.footer a {
  text-decoration: none;
  color: #ffffff;
}

.footer a:hover {
  text-decoration: underline;
}

.ctas-button-2 {
  background: transparent;
  margin: 0 0 0 10px;
}

.feature6 {
  padding: 90px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.feature3 {
  padding: 90px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.feature3 .emoji {
  font-size: 55px;
  color: black;
}

.feature7 {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.feature9,
.feature10 {
  padding-top: 45px;
  padding-bottom: 90px;
}

.feature9 .subheading-xs:not(:first-child),
.feature10 .subheading-xs:not(:first-child){
  padding-top: 15px;
}

.feature9 h2,
.feature9 .subheading-sm,
.feature9 .subheading-xs,
.feature9 .para-sm,
.feature9 .paragraph,
.feature9 li {
  padding-bottom: 15px;
}

.feature10 h2,
.feature10 .subheading-sm,
.feature10 .subheading-xs,
.feature10 .para-sm,
.feature10 .paragraph,
.feature10 li {
  padding-bottom: 25px;
  margin-bottom: 0;
}

.feature9 .container-xsm {
  padding-bottom: 30px;
}

.feature10 .container-xsm {
  padding-bottom: 65px;
}

.feature9 ol,
.feature9 ul,
.feature10 ol,
.feature10 ul {
  padding-top: 0;
  margin-bottom: 0;
}

.feature9 li,
.feature10 li {
  margin-bottom: 0;
}

.feature5 {
  padding: 90px 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.feature5 .emoji {
  width: 44px;
  height: 44px;
  position: absolute;
  transform: translate3d(calc(-100% - 20px),0,0);
  min-width: inherit;
  z-index: 9999;
}

.feature5 .emoji b {
	 font-size: 40px;
}

.feature5 .steps:not(:last-of-type) {
	 margin-bottom: 20px;
}

.feature2 {
	 border-bottom: 1px solid rgba(0,0,0,.1);
}

.feature2 .col-6:nth-of-type(2n - 1) {
	 padding: 90px 90px 90px 20px;
	 /*border-right: 1px solid rgba(0,0,0,.1);*/
}

.feature2 .col-6:nth-of-type(3n - 1) {
  padding: 90px 20px 90px 90px;
  border-left: 1px solid rgba(0,0,0,.1);
}

.feature2 .emoji {
  font-size: 55px;
  color: black
}

.header .feature2 {
	 border-bottom: none;
}

.header .feature2 .col-6:nth-of-type(2n - 1) {
  padding: 20px 50px 20px 60px;
  /*border-right: 1px solid rgba(0,0,0,.1);*/
}

.header .feature2 .col-6:nth-of-type(3n - 1) {
  padding: 20px 60px 20px 50px;
  border-left: none;
}

.header .feature2 .emoji {
  font-size: 55px;
  color: black;
}

.feature4 {
	 border-bottom: 1px solid rgba(0,0,0,.1);
}

.feature4 .col-6-left-show,
.feature4 .col-6-left-hide,
.feature4 .col-6-right-show,
.feature4 .col-6-right-hide {
  width: 50%;
  align-self: center;
}

.feature4 .col-6-left-show,
.feature4 .col-6-left-hide {
  padding: 90px 20px 90px 40px;
}

.feature4 .col-6-right-show,
.feature4 .col-6-right-hide {
  padding: 90px 40px 90px 20px;
}

.feature4 .emoji {
  font-size: 55px;
  color: black;
}

.header .feature4 {
  border-bottom: none;
}

.header .feature4 .col-6-left-show,
.header .feature4 .col-6-left-hide {
  padding: 20px 50px 20px 60px;
}

.header .feature4 .col-6-right-show,
.header .feature4 .col-6-right-hide {
  padding: 20px 60px 20px 50px;
  border-left: none;
}

.header .feature4 .emoji {
  font-size: 55px;
  color: black;
}

.feature4 .col-6-left-show .graphic,
.feature4 .col-6-right-show .graphic,
.feature4 .col-6-left-hide .graphic,
.feature4 .col-6-right-hide .graphic {
	 display: none;
}

.feature11 {
  padding-top: 90px;
  padding-bottom: 45px;
}

.video-third-cta-desktop {
  display: block;
}

.video-third-cta-mobile {
  display: none;
}

.video-third {
	 border-bottom: 1px solid rgba(0,0,0,.1);
}

.video-third .col-6-left-show,
.video-third .col-6-left-hide {
  width: 66%;
  align-self: center;
}

.video-third .col-6-right-show,
.video-third .col-6-right-hide {
  width: 33%;
  align-self: center;
}

.video-third .col-6-left-show,
.video-third .col-6-left-hide {
  padding: 90px 20px 90px 40px;
}

.video-third .col-6-right-show,
.video-third .col-6-right-hide {
  padding: 90px 40px 90px 20px;
}

.video-third .emoji {
  font-size: 55px;
  color: black;
}

.header .video-third {
  border-bottom: none;
}

.header .video-third .col-6-left-show,
.header .video-third .col-6-left-hide {
  padding: 20px 50px 20px 60px;
}

.header .video-third .col-6-right-show,
.header .video-third .col-6-right-hide {
  padding: 20px 60px 20px 50px;
  border-left: none;
}

.header .video-third .emoji {
  font-size: 55px;
  color: black;
}

.video-third .col-6-left-show .graphic,
.video-third .col-6-right-show .graphic,
.video-third .col-6-left-hide .graphic,
.video-third .col-6-right-hide .graphic {
	 display: none;
}

.feature8 {
	 border-bottom: 1px solid rgba(0,0,0,.1);
}

.feature8 .col-6:nth-of-type(2n - 1) {
  padding: 90px 70px 90px 40px;
  /*border-right: 1px solid rgba(0,0,0,.1);*/
}

.feature8 .col-6:nth-of-type(3n - 1) {
  padding: 90px 40px 90px 70px;
  border-left: 1px solid rgba(0,0,0,.1);
}

.feature8 .emoji {
  font-size: 55px;
  color: black
}

.header .feature8 {
	 border-bottom: none;
}

.header .feature8 .col-6:nth-of-type(2n - 1) {
  padding: 20px 50px 20px 60px;
  /*border-right: 1px solid rgba(0,0,0,.1)*/
}

.header .feature8 .col-6:nth-of-type(3n - 1) {
  padding: 20px 60px 20px 50px;
  border-left: none;
}

.header .feature8 .emoji {
  font-size: 55px;
  color: black;
}

.bg-white {
  background-color: #fff;
}

.bg-grey {
  background-color: #f8f8f8;
}

.bg-blue {
  background-color: #f6faff;
}

.bg-grey-blue {
  /* CSS gradients */
  background-image: -moz-linear-gradient(top, #f8f8f8 0%, #f6faff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f6faff));
  background-image: linear-gradient(to bottom, #f8f8f8, #f6faff);

  /* IE */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#f6faff', GradientType=0);
}

.border-bottom {
  border-bottom: 1px solid #eeeeee;
}

.border-bottom-blue {
  border-bottom: 1px solid #e1edf9;
}

.flex-item-container {
  max-width: 530px;
  margin: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flex-item-3d-2m {
  flex-shrink: 1;
  width: 33.333333%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

#industries .flex-item-3d-2m {
  padding-bottom: 45px;
}

.flex-item-3d-3m {
  flex-shrink: 1;
  width: 33.333333%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.flex-item-4d-2m {
  flex-shrink: 1;
  width: 50%;
  padding-bottom: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

.flex-item-4d-3m {
  flex-shrink: 1;
  width: 25%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.flex-item-5d-1m {
  flex-shrink: 1;
  width: 20%;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.flex-cont {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  justify-content: center;
}

.announcement {
  width: auto;
  max-width: 550px;
  min-width: 300px;
  margin-top: 0;
  margin-bottom: 45px;
  margin-left: 30px;
  margin-right: 30px;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 3px;
  color: #333333;
  text-align: left;
}

.table {
  width: 100%;
  max-width: 400px;
  min-width: 300px;
  margin-left: 30px;
  margin-right: 30px;
  background: #ffffff;
  margin-top: 30px;
  border-radius: 5px;
  color: #333333;
  box-shadow: 0px 0px 20px #dddddd;
}

.table-row {
  width: 100%;
  padding: 15px 15px;
  border-bottom: 1px solid #f8f8f8;
  display: flex;
}

.table-row .col-5{
  text-align: right;
}

.table-row .subheading-xs {
  line-height: 28px;
  font-size: 17px;
}

/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
  font-size: 16px;
	 background-color: #ffffff;
  color: #333333;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
  background-color: #f5f5f5;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
  padding: 15px 18px 30px 18px;
  display: none;
  color: #222222;
  line-height: 24px;
}

div.accordion-label-container {
  float: left;
  width: 88%;
  padding: 0;
  margin: 0;
  text-decoration: underline;
}

button.accordion div.accordion-symbol-container {
  float: right;
  width: 5%;
  padding: 3px 0 0 0;
  margin: 0;
  text-align: center;
}

button.accordion div.accordion-symbol::after {
  content: '+'; /* Unicode character for "plus" sign (+) */
  font-size: 20px;
  font-weight: bold;
  color: #0038b1;
  float: right;
  width: 5%;
  padding: 0;
  margin: 0;
  text-align: center;
}

button.accordion.active div.accordion-symbol::after {
  content: "–"; /* Unicode character for "minus" sign (-) */
}

div.accordion-label-container h3.subheading-sm {
  text-decoration: underline;
}

.fa
{
  padding: 15px;
  font-size: 20px!important;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  -webkit-transition-duration: 0.4s;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3b5998;
  color: white;
}

.fa-twitter {
  background: #55acee;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.hide-mobile {
	 display: inherit;
}

.hide-mobile-923 {
  display: block;
}

.hide-desktop {
	 display: none;
}

.testimonial {
  color: #0038b1;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 15px;
}

.testimonial + p {
  color: #0038b1;
}

.ecwid .ecwid-btn--primary {
  background: #0038b1!important;
  color: #ffffff!important;
}

.ecwid .ecwid-btn--secondary:hover {
  background: #0038b1!important;
  color: #ffffff!important;
}

.ecwid .ecwid-btn--secondary:focus {
	 border: 2px solid #333333!important;
}

.ecwid .ecwid-btn--secondary:active {
	 border: 2px solid #333333!important;
}

.ecwid-productBrowser-head {
  color: #333333;
  text-align: center;
}

.ecwid-productBrowser-categoryPath-categoryLink {
	 text-align: center;
}

.ecwid-productBrowser-price-value {
  color: #595959;
  font-size: 19px;
}

input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="time"],
input[type="url"],
textarea,
select 
{
  transition: all 0.30s ease-in-out;
  transition-property: border, box-shadow;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 15px;
  color: #555555;
  font: 95% Roboto, Helvetica, sans-serif;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus
{
  box-shadow: 0 0 5px #0038b1;
  border: 1px solid #0038b1;
}

input[type="submit"],
input[type="button"]{
  margin: 10px;
  width: 304px;
  height: 75px;
}

.home-banner .action-button {
  position: absolute;
  top: 60%;
  z-index: 1;
  display: block;
  text-align: center;
}

.home-banner .ctas-button-5 {      
  border: 2px solid #ffffff;
  color: #ffffff !important;
  background: #0038b1;
  box-shadow: 0 0 20px rgba(255,255,255,0.50);
  width: 150px;
}

.home-banner .ctas-button-5:hover {
  background: #155283;
}

.home-banner {
  background-size: 100%;
  background-color: #0038b1;
  background-image: none;
  position: relative;
}

.home-banner-660x408,
.home-banner-829x316,
.home-banner-1000x382,
.home-banner-1300x496,
.home-banner-1920x733 {
  width: 100%;
  display: none;
  position: relative;
  bottom: 4%; 
}

h1.action {
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  color: #333333;
}

.centered-content {
  position: relative;
  margin: 0 auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
	
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.agile_crm_form_embed {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.theme2 {
  margin: auto;
  font-family: Roboto, sans-serif !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.theme2 .agile-group {
  max-width: 88%;
}

.theme2 .agile-group:last-child {
  padding-bottom: 30px !important;
}

.agile-group label {
  font-size: 16px !important;
  padding-top: 15px !important;
  padding-bottom: 3px !important;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
  font-family: 'Roboto', sans-serif !important;
  color: #333;
}

.agile-group .agile-text-element {
  padding: 12px 25px 5px 0 !important;
}

.theme2 fieldset input[type=text],
.theme2 fieldset input[type=number],
.theme2 fieldset input[type=email],
.theme2 fieldset input[type=password],
.theme2 fieldset input[type=url],
.theme2 fieldset select,
.theme2 fieldset textarea {
  padding: 5px 10px !important;
  line-height: 25px !important;
  font-size: 16px !important;
}

.theme2 input[type=text],
.theme2 input[type=number],
.theme2 input[type=email],
.theme2 input[type=password],
.theme2 input[type=url],
.theme2 select,
.theme2 textarea {
  border: 1px solid #999999 !important;
  transition: none !important;
  border-radius: 3px !important;
}

.theme2 input[type=text]:focus,
.theme2 input[type=number]:focus,
.theme2 input[type=email]:focus,
.theme2 input[type=password]:focus,
.theme2 input[type=url]:focus,
.theme2 select:focus,
.theme2 textarea:focus {
  margin-bottom: -4px!important;
}

.required-control {
  padding-bottom: 5px !important;
}

legend {
  padding: 30px 10% 14px 10% !important; 
  font-size: 22px !important;
  font-weight: 500 !important;
}

.agile-button {
  text-align: center;
  margin: 9px 0 0 0 !important;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  border-radius: 3px;
  font-size: 16px !important;
  font-weight: 700;
  letter-spacing: .3px;
  border: 1px solid #0b893d !important;
  text-decoration: none;
  color: white;
  background: #0b893d !important;
  max-width: 60% !important;
  -webkit-transition-duration: 0.4s; /* Safari */
}

.agile-button:hover {
  background: #0dab4c !important;
  border: 1px solid #0dab4c !important;
}

.agile-group {
  margin: auto !important;
}

.theme2 .agile-field {
  min-width: 100% !important;
}

.theme2 button {
  padding: 0 !important;
}

p.agile-form-description {
  display: none;
}

.form-area-container {
  position: relative;
  width: 100%;
  max-width: 420px;
  height: 596px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  margin-bottom: 45px;
}

.form-loading-message-container {
  position: absolute;
  z-index: 1;
  margin: auto;
  width: 100%;
  text-align: left;
  padding: 0 15px;
  
  opacity: 0;
  animation-name: opacityOn;
  animation-duration: 2s;
  animation-delay: 4s;
  animation-fill-mode: forwards;
}

@keyframes opacityOn {
  0% {
    opacity: 0;
  }
  
  100% {
    opacity: 1;
  }
}

.form-content-container {
  position: absolute;
  z-index: 2;
  width: 100% !important;
}

h2.form-loading-message {
  margin: auto;
  padding-top: 30px;
  color: #999999;
  font-weight: 400;
  font-size: 20px;
}
h2.disable-ad-blocker-message {
  margin: auto;
  padding-top: 45px;
  color: #999999;
  font-weight: 400;
  font-size: 18px;
}

.theme2 .agile-field textarea {
  min-height: 50px !important;
}

.feature-subheading {
  padding-top: 90px;
	 padding-bottom: 90px;
  background-color: #f5f5f5;
	 border-bottom: 1px solid rgba(0,0,0,.1);
}

.card-col .subheading-sm,
.card-col-wide .subheading-sm {
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
}
      
.card-col {
  width: 100%;
  height: inherit;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  padding: 20px 20px 20px 20px;
  border-radius: 5px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.12);
  transition: 0.3s ease-in-out;
}

.card-col-wide {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  padding: 15px;
  padding-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.22);
  transition: 0.3s ease-in-out;
}

.card-col img,
.card-col-wide img {
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}

.card-col p,
.card-col-wide p {
  line-height: 25px;
}

.card-col .ctas-button-5,
.card-col .ctas-button-6,
.card-col-wide .ctas-button-5,
.card-col-wide .ctas-button-6 {
  margin-top: 20px;
}

.card-col-padding {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: inherit;
}

.card-col-padding-wide {
  margin: auto;
}

#competitor-card-col {
  background-color: #f5f5f5;
}

#competitor-card-col .subheading-sm,
#competitor-card-col li {
  color: #666666;
}

#solutions .subheading-xs {
  line-height: 26px;
  font-weight: 600;
  padding-bottom: 15px;
  color: #333333;
}

#eid-me-solutions .card-col {
  height: 550px;
}

#eid-me-solutions .card-col-top {
  height: 391px;
}

#bluink-enterprise-solutions .card-col {
  height: 600px;
}

#bluink-enterprise-solutions .card-col-top {
  height: 435px;
}

#bluink-key-solutions .card-col {
  height: 600px;
}

#bluink-key-solutions .card-col-top {
  height: 490px;
}

.agile-group.agile-form-multicheckboxes,
.agile-group.agile-form-inlinecheckboxes {
  margin-top: 10px !important;
}

.agile-field.agile-field-xlarge.agile-height-default {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#all-solutions,
#bluink-key-solutions,
#bluink-enterprise-solutions,
#eid-me-solutions {
  background-color: #f5f5f5;
}

#eid-me-solutions,
#bluink-key-solutions {
  padding-bottom: 60px;
}

#category-personal-1 {
  display: none;
}

#category-personal-2 {
  display: block;
}

#verticals ul {
  padding-left: 20px;
  padding-top: 0;
  margin-bottom: 0;
}

#verticals li {
  margin-bottom: 7px;
}

#customer-benefits {
  background-color: #0038b1;
  color: #ffffff;
  padding-bottom: 45px;
}

#customer-benefits h3,
#customer-benefits p {
  color: #ffffff;
}

#customer-benefits h4 {
  color: #ffffff;
  font-size: 1.17em;
  margin-bottom: 0.58em;
}

.category-name {
  padding-bottom: 15px;
}

.category-underline {
  display: none;
}

.card-col img {
  width: 70px;
  height: 70px;
  border-radius: 12px;
}

.agile-label {
  padding-right: 0 !important;
}

.agile-group .i-checks {
  margin-right: 0 !important;
}

.article .col-6:nth-child(n+3) {
  padding-top: 0;
}

.article .col-6 img {
  width: 100%;
  max-width: 225px;
}

.article hr {
  margin-top: 30px;
  margin-bottom: 45px;
}

.article .accordion-label-container {
  font-size: 18px;
  color: #1060e4;
}

.article .accordion-label-container:link {
  color: #1060e4;
}

.article .accordion-label-container:hover {
  color: #5038F6;
}

.article .accordion-label-container:active {
  color: #F68638;
}

.article button.accordion .accordion-symbol::after {
  color: #1060e4;
}

.article .panel {
  text-align: center;
}

.screenshot-container-sml + p {
  margin-top: 15px;
}

.breadcrumbs-container {
  
}

.nav-row {
  margin: 0;
  padding-left: 0;
  background: #0038b1;
}

.bilingual {
  padding-right: 34px;
}

.nav-row a {
  text-decoration: none;
}

.nav-link-all {
  color: #ffffff;
  background: #0038b1;
  display: block;
  padding: 10px 15px;
  position: relative;
  text-decoration: none;
  font-size: 15px;
  line-height: 31px;
}

.nav-link-all a {
  color: #ffffff !important;
  text-decoration: none;
}

.nav-link-drawer {
  color: #ffffff;
  display: block;
  padding: 5px 5px;
  position: fixed;
  text-decoration: none;
  font-size: 15px;
  line-height: 31px;
}

.nav-link-drawer a {
  color: #ffffff !important;
  text-decoration: none;
}

.drawer-navbar-header {
  display: none;
}

.nav-col a:hover {
  text-decoration: underline;
}

.nav-link-all:hover,
.nav-link-all:focus-within,
.nav-link-2:hover,
.nav-link-2:focus-within {
  background: #1060e4 !important;
  cursor: pointer;
}

.nav-link-all a:focus-within,
.nav-link-2 a:focus-within {
  /*outline: none;*/
  outline-width: 5px;
  background: #1060e4;
}

.nav-col {
  margin: 0;
  padding-left: 0;
  background: #1060e4;
  visibility: hidden;
  opacity: 0;
  min-width: 160px;
  position: absolute;
  margin-top: 10px;
  left: 0;
  display: none;
}

.nav-col .nav-link-all {
  background: #1060e4;
}

.nav-sub-col {
  width: 50%;
}

#nav-business {
  min-width: 550px;
  display: flex;
}

#nav-business .nav-link-all:hover,
#nav-business .nav-link-all:focus-within,
#nav-business .nav-link-2:hover,
#nav-business .nav-link-2:focus-within {
  background: #1060e4 !important;
}

.nav-link-1:hover > .nav-col,
.nav-link-1:focus-within > .nav-col,
.nav-link-1 .nav-col:hover,
.nav-link-1 .nav-col:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}

.nav-link-1{
  display: inline-block;
}

.nav-link-2 {
  clear: both;
  width: 100%;
}

.nav-link-3 {
  clear: both;
  width: 100%;
  padding: 8px 15px;
  line-height: 27px;
}

.nav-mobile a {
  text-decoration: none;
}

.nav-link-mobile {
  color: #ffffff;
  font-size: 18px;
  line-height: 29px;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  padding: 12px 0 12px 0;
}

/* Style the buttons that are used to open and close the accordion panel */
.nav-mobile button.accordion {
  color: #ffffff;
  font-size: 18px;
  line-height: 29px;
  width: 100%;
  padding: 12px 0 12px 0;
  background: #0038b1;
  border: none;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
  text-align: left;
  transition: 0.4s;
  outline: none;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.nav-mobile button.accordion.active {
  background-color: #1060e4;
}

/* Style the accordion panel. Note: hidden by default */
.nav-mobile div.panel {
  padding: 0 0 18px 18px;
  display: none;
  color: #222222;
  line-height: 24px;
}

.nav-mobile-sub-panel {
  padding: 0 0 18px 18px;
}

.nav-mobile div.accordion-label-container {
  float: left;
  width: 85%;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

.nav-mobile button.accordion div.accordion-symbol-container {
  float: right;
  width: 5%;
  padding: 3px 0 0 0;
  margin: 0;
  text-align: center;
}

.nav-mobile button.accordion div.accordion-symbol::after {
  content: '+'; /* Unicode character for "plus" sign (+) */
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  float: right;
  width: 5%;
  padding: 0;
  padding-right: 25px;
  margin: 0;
  text-align: center;
}

.nav-mobile button.accordion.active div.accordion-symbol::after {
  content: "–"; /* Unicode character for "minus" sign (-) */
}

.col-6-left-show img,
.col-6-right-show img,
.col-6-left-hide img,
.col-6-right-hide img {
  width: 100%;
}

.card-col .subheading-sm {
  padding: 10px 0;
}

.card-col ul {
  padding-left: 20px;
  padding-top: 0;
  width: 290px;
}

.login-protocols img {
  width: 100%;
  max-width: 100px;
}

.page-description {
  font-size: 18px;
  line-height: 140%;
  color: #111111;
  font-weight: 400;
  text-align: center;
}

#home-banner-text-lrg {
  display: block;
  max-width: 1200px;
}

#home-banner-text-sml {
  max-width: 1200px;
  padding-top: 30px;
  padding-bottom: 0;
  background-color: #0038B1;
  color: #ffffff;
}

.home-header-top {
  background-image: url(https://bluink.ca/img/eid-me-home-banner-lrg.jpg);
  background-position: center;
  background-color: #0038b1;
  background-size: 100%;
  padding-top: 10%;
  padding-bottom: 8%;
}

.home-header-bottom {
  display: none;
  background-color: #0038b1;
}

.home-header-top h1,
.home-header-top h2,
.home-header-top .paragraph,
.home-header-top a,
.home-header-bottom h1,
.home-header-bottom h2,
.home-header-bottom .paragraph,
.home-header-bottom a {
  color: #ffffff;
}

.home-header-top h2 {
  font-size: 23px;    
}

#home-banner-text-lrg div {
  max-width: 400px;
  padding-left: 15px;
}

.eid-me-header {
  background-image: url(https://bluink.ca/img/eid-me-banner-sml.jpg);
  background-position: center;
  background-color: #ffffff;
  background-size: 200%;
  padding-top: 52px;
  padding-bottom: 52px;
}

.bluink-enterprise-header {
  background-image: url(../img/bluink-enterprise-banner-sml.jpg);
  background-position: left -300px top -140px;
  background-size: 240%;
  padding-top: 62px;
  padding-bottom: 52px;
  background-color: #ffffff;
}
      
.polygon-header {
  background-image: url(../img/white-polygons.jpg);
  background-position: center;
  background-color: #ffffff;
  background-size: 100%;
  padding-top: 52px;
  padding-bottom: 52px;
}

.white-header {
  background-color: #ffffff;
  padding-top: 90px;
  padding-bottom: 90px;
}

.resources-header {
  background-image: url(https://bluink.ca/img/white-polygons.jpg);
  background-position: center;
  background-color: #ffffff;
  background-size: 100%;
  padding: 90px 0 60px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.resources-header .container-lrg,
.resources-header .container-sml,
.resources-header .container-xsm,
.resources-header .container-xxs {
  text-align: center;
}

.resources-header .container-lrg.nav-desktop,
.resources-header .container-lrg.nav-mobile {
  text-align: left;
}

.resources-feature {
  padding: 90px 0 30px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.resources-header .container-lrg,
.resources-header .container-sml,
.resources-header .container-xsm,
.resources-header .container-xxs {
  padding-bottom: 15px;
}

.resources-body .container-lrg,
.resources-body .container-sml,
.resources-body .container-xsm,
.resources-body .container-xxs,
.resources-cta .container-lrg,
.resources-cta .container-sml,
.resources-cta .container-xsm,
.resources-cta .container-xxs {
  padding-bottom: 30px;
}

.resources-body {
  padding: 60px 0 30px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.resources-body h2 {
  margin-bottom: 10px;
}

.resources-body .paragraph {
  padding-bottom: 15px;
}

.resources-body .ctas-button-5 {
  margin-bottom: 15px;
}

.resources-body ul,
.resources-body ol {
  padding-top: 0;
}

.resources-cta {
  padding: 90px 0 60px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
  background-image: url(../../img/white-polygons.jpg);
  background-position: center;
  text-align: center;
}

.resources-cta:first-child {
  padding-bottom: 30px;
}

.resources-container {
  width: 100%;
  padding: 0;
  margin: auto;
  flex-wrap: wrap;
  display: flex;
}

.resources-container-image {
  max-width: 730px;
  padding: 0 15px 45px 15px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.resources-container-video {
  max-width: 750px;
  padding: 0 15px 45px 15px;
  margin: auto;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;  
}

.one-col,
.two-col,
.three-col,
.col-resources {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/*.three-col .paragraph,
.col-resources .paragraph {
  max-width: 330px;
}*/

.three-col,
.two-col,
.one-col {
  padding: 0 0 45px 0;
}

.col-resources {
  padding: 0 15px;
  margin-bottom: 60px;
}

.resource-preview,
.resource-preview-members {
  margin-bottom: 10px;
  transition: filter 0.5s ease;
}

.resource-preview:hover,
.resource-preview-members:hover {
  cursor: pointer;
  filter: opacity(0.8);
}

.resource-preview {
  background-color: #333333;
}

.resource-preview-members {
  background-color: #0038b1;
}

.resource-type-container {
  height: 35px;
}

.resource-type {
  font-size: 17px;
  line-height: 35px;
  padding-left: 15px;
  color: #ffffff;
  font-weight: 600;
}

.subscribe-feature {
  background-color: #f8f8f8;
  padding-top: 90px;
  padding-bottom: 120px;
  margin-top: 0;
}

.three-col .subheading-sm {
  padding-top: 15px;
  padding-bottom: 15px;
}
      
.resources .subheading-sm {
  padding: 18px;
}

.theme2 legend {
  font-weight: 700 !important;
  color: #0038b1 !important;
  line-height: 34px;
}

.buttons-2 {
  display: flex;
  flex-wrap: nowrap;
}

/*.card-col img {
  width: 80px;
  height: 80px;
  margin-top: 15px;
  border-radius: 0;
}*/

.card-col .solution-img {
  width: 100%;
  height: inherit;
  padding-bottom: 0;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 15px;
}

.social-proof {
  flex-basis: 140px;
  padding-bottom: 60px;
}

.social-proof .paragraph {
  font-size: 16px;
  text-align: center;
  padding-top: 5px;
}

.summary-feature {
  padding-bottom: 0;
}
      
#home-summary .paragraph,
#home-summary .subheading,
#home-summary .subheading-sm {
  color: #ffffff;
}

.desktop-padding-top-30 {
  padding-top: 30px;
}

.mobile-padding-top-15 {
  padding-top: 0;
}

.container-subheading {
  padding-bottom: 45px;
}

.entry-content li {
  margin-bottom: 14px;
}

.margin-0 {
  margin: 0;
}

.margin-bottom-0 {
  margin-bottom: 0!important;
}

.margin-top-0 {
  margin-top: 0!important;
}

.padding-0 {
  padding: 0;
}

.padding-top-0 {
  padding-top: 0;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-45 {
  padding-bottom: 45px;
}

.nowrap {
  white-space: nowrap;
}

.border-bottom-none {
  border-bottom: none;
}

.border-bottom {
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.bluink-text {
  font-weight: 400;
  color: #0038b1;
}

.weight-400 {
  font-weight: 400;
}

.header-container {
  display: flex;
  flex-wrap: wrap;
  padding: 45px 15px 45px 15px;
  align-items: center;
  justify-content: center;
}

.header-item {
  width: 100%;
  min-width: 290px;
  max-width: 500px;
  padding-left: 15px;
  padding-right: 15px;
}

.header-item:nth-of-type(1) {
  padding-bottom: 20px;
}

.header-item h1 {
  font-size: 1.8em;
}

.header-item h2 {
  font-size: 20px;
  font-weight: 400;
  padding: 20px 0 24px 0;
  color: #333333;
}

.block-img {
  margin-bottom: 5px;
}

/*Media Queries*/

@media (max-width: 336px) {        
  .card-col,
  .card-col-wide {
    max-width: 320px;
    border-radius: 0;
  }
}

@media (max-width: 349px) {
  #all-solutions {
    padding-top: 41px;
    padding-bottom: 39px;
  }
}

@media (min-width: 350px) {
  #all-solutions {
    padding-top: 41px;
    padding-bottom: 39px;
  }
}

@media (max-width: 360px) {
  .feature-subheading {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  
  /*.container-xsm button.accordion div.accordion-symbol::after {
 	  margin: 12px 0 0 0;
  }*/
}

/*@media (min-width: 361px) {
	.container-xsm button.accordion div.accordion-symbol::after {
		margin: 4px 0 0 0;
	}
}*/

@media (max-width: 400px) {	
  .pricing .pricing-box,
  .product .product-box {
    min-width: inherit;
    max-width: 360px;
  }
}

@media (max-width: 420px) {
  .logo {
    font-size: 22px;
  }
}

@media (max-width: 430px) { 
  .tagline {
    padding-top: 10px;
    padding-bottom: 0;
  }
  
  h1.action {
		  font-size: 20px;
	 }
}

@media (min-width: 431px) {
  .tagline {
    padding-top: 10px;
    padding-bottom: 0;
  }
  
  h1.action {
		  font-size: 20px;
	 }
}

@media (max-width: 440px) {
  .ctas-input,
  .ctas-button {
    display: block;
    width: 100%;
    text-align: center;
  }
  
  .ctas-button,
  .ctas-button-2 {
    margin: 10px 0 0 0;
    width: 100%;
    text-align: center;
  }

  .header-text {
    font-size: 30px;
  }
  
  .buttons-2 {
    flex-wrap: wrap;
  }
  
  .buttons-2 .col-6 {
    width: 100%;
  }
  
  .buttons-2 .col-6:nth-of-type(1) {
    padding-bottom: 15px;
  }
}

@media (max-width: 450px) {	        
  .agile-button {
    margin-left: 0 !important;
    margin-right: 15% !important;
    max-width: 70% !important;
    width: 70% !important;
  }
  
  .form-area-container {
    margin-top: -20px;
    margin-bottom: 0;
  }
  
  .form-view.theme2 {
    background: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: none;
    /*border-bottom: 1px solid #e5e5e5;*/
  }
  
  .theme2 {
    border-radius: 0 !important;
  }
  
  .card-feature {
    padding-bottom: 0;
    border-bottom: none;
  }
  
  .subscribe-feature {
    padding-top: 0 !important;
    padding-bottom: 0px !important;
    border-bottom: none;
    background-color: #ffffff;
  }
}

@media (max-width: 480px) {	  
  .agile_crm_form_embed {
    padding: 0 !important;
  }
}

@media (min-width: 480px) {
  .eid-me-header {
    background-image: url(https://bluink.ca/img/eid-me-banner-sml.jpg);
    background-size: 110%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .polygon-header {
    background-size: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 500px) {
  /*grid*/
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    padding: 0 0;
  }
  
  .header-item {
    padding-left: 0;
    padding-right: 0;
  }
  
  .footer .footer-nav .col-3 {
    width: 100%;
  }  
  
  .feature3 .col-4:nth-of-type(1) {
    margin-bottom: 0;
  }

  .feature3 .col-4:not(:nth-of-type(1)) {
    width: 100%;
    margin-top: 30px;
  }
  
  .feature5 .steps:nth-of-type(1) {
    margin-bottom: 0;
  }
  .feature5 .steps:not(:nth-of-type(1)) {
    width: 100%;
    margin-top: 30px;
  }
}

@media (min-width: 526px) {
  .bluink-enterprise-header {
    background-image: url(../img/bluink-enterprise-banner-sml.jpg);
    background-position: left -50px top -50px;
    background-size: 110%;
    padding-top: 70px;
    padding-bottom: 60px;
    background-color: #ffffff;
  }
}
      
@media (max-width: 544px) {
  .card-cont,
  .card-cont-2
  .summary-cont {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 545px) {
  .card-cont,
  .card-cont-2 {
    flex-wrap: wrap;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0;
    max-width: 708px;
  }
  
  .summary-cont {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}

@media (max-width: 549px) {
  .article .col-6 {
    width: 100%;
    padding: 0 0 15px 0;
  }

  /*.article .col-6:first-of-type {
    width: 100%;
    padding: 30px 5px 45px 5px;
  }*/

  .article .col-6:last-of-type {
    width: 100%;
    padding: 0 0 0 0;
  }
  
  .screenshot-container-sml {
    margin-bottom: 30px;
  }
  
  .screenshot-container-lrg {
    display: none;
  }
}

@media (min-width: 550px) {
  .getting-started .col-6 {
    padding: 30px 5px 45px 5px;
  }
  
  .screenshot-container-sml {
    display: none;
  }
}

@media (min-width: 551px) {
  .tagline {
    padding-top: 10px;
    padding-bottom: 0;
  }
  
  h1.action {
		  font-size: 20px;
	 }
}

@media (max-width: 600px) {
  .socialproof .col-3 {
    width: 33.33%;
  }
 
  .contactus .col-3 {
		  width: 33.33%;
	 }
  
  .product {
    padding: 15px 0 0 0;
  }

  .pricing .col-3 {
    width: 33.33%;
  }

  .product .col-3 {
    width: 33.33%;
  }
  
  .feature2 {
    padding: 90px 0;
  }

  .feature2 .flex {
    flex-direction: column;
  }

  .feature2	.col-6:nth-of-type(1),
  .feature2	.col-6:nth-of-type(2) {
    padding: 30px 20px 0px 20px;
    border: none;
    width: 100%;
  }

  .feature2	.col-6:nth-of-type(2) {
    margin-top: 0;
  }	

  .header .feature2 {
    padding: 0;
  }

  .header .feature2 .flex {
    flex-direction: column;
  }

  .header .feature2	.col-6:nth-of-type(1) {
    padding: 15px 20px;
    border: none;
    width: 100%;
  }
  
  .header .feature2	.col-6:nth-of-type(2) {
    padding: 0 20px;
    border: none;
    width: 100%;
  }

  .header .feature2	.col-6:nth-of-type(2) {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .flex-item-3d-2m {
    width: 50%;
  }

  .flex-item-3d-3m {
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-item-4d-3m {
    width: 33.333333%;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .flex-item-5d-1m {
    width: 100%;
    padding-bottom: 25px;
  }
  
  .flex-item-5d-1m:nth-of-type(4) {
    width: 100%;
    padding-bottom: 5px;
  }
  
  .hide-mobile {
		  display: none;
	 }
	
	 .hide-desktop {
		  display: inherit;
	 }
  
  .testimonial {
    font-size: 17px;
    line-height: 25px;
  }
  
  .announcement,
  .table.open-positions {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 639px) {
  .card-cont-padding {
    padding: 0 0;
  }

  .card-col-padding {
    padding: 0 0 30px 0;
  }
  
  .card-col-padding-wide {
    padding: 0 0 30px 0;
  }
}

@media (max-width: 640px) {
  .terms-conditions-use-section {
    width: 100%;
  }
}

@media (min-width: 640px) {
  #competitor-card-col:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.22);
    -webkite-transform: none;
    transform: none;
  }

  .card-cont-padding {
    padding: 0 15px;
  }

  .card-col-padding {
    padding: 0 15px 30px 15px;
  }
  
  .card-col-padding-wide {
    padding: 0 15px 30px 15px;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 660px) {
  .home-banner-660x408 {
    display: block;
  }

  .home-banner .action-button {
    display: none;
  }
}

@media (min-width: 661px) {  
  .tagline {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  h1.action {
		  font-size: 20px;
	 }
}

@media (min-width: 661px) and (max-width: 829px) {
  .home-banner-829x316 {
    display: block;
  }

  .home-banner .action-button {
    display: none;
  }
}

@media (min-width: 685px) {
  .polygon-header {
    background-size: 100%;
    padding-top: 113px;
    padding-bottom: 80px;
  }
}

@media (max-width: 700px) and (min-width: 501px) {
  .footer .footer-nav .col-3 {
    width: 50%;
  }  
}

@media (max-width: 729px) {
  #bluink-enterprise-solutions .card-col {
    height: auto;
  }

  #bluink-enterprise-solutions .card-col-top {
    height: auto;
  }
  
  #bluink-enterprise-solutions .ctas-button-5 {
    margin-top: 21px;
  }
  
  .card-col-wide {
    max-width: 320px;
  }
}

@media (max-width: 750px) {
  /*.col-12 {
    max-width: 500px;
    margin: auto;
  }
  
  .feature3 .emoji {
    font-size: 40px;
  }

  .feature3 .flex,
  .resources-feature .flex,
  .feature5 .centervertical {
    flex-wrap: wrap;
  }

  .feature3 .col-4,
  .feature7 .col-4,
  .feature9 .col-4,
  .feature5 .steps {
    width: 100%;
    margin-bottom: 30px;
    max-width: 500px;
    margin: auto;
  }
  
  .feature7 .col-4,
  .feature9 .col-4 {
    margin-bottom: 0;
  }
  
  .feature3 .col-4:not(:last-of-type),
  .feature5 .steps:not(:last-of-type) {
    padding-bottom: 45px;
  }*/
}

@media (min-width: 750px) {
  .eid-me-header {
    background-image: url(https://bluink.ca/img/eid-me-banner-lrg.jpg);
    background-size: 130%;
    padding-top: 113px;
    padding-bottom: 100px;
  }
  
  .col-resources {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}

@media (max-width: 539px) {
  #home-banner-text-lrg {
    display: none;
  }
  
  .home-header-top {
    background-image: url(https://bluink.ca/img/eid-me-home-banner-sml.jpg);
    background-position: 50% 10%;
    background-size: 100%;
    padding-top: 90%;
    padding-bottom: 10%; 
  }
  
  .home-header-bottom {
    display: block;
  }
}

@media (max-width: 759px) and (min-width: 540px) {
  .home-header-top {
    background-image: url(https://bluink.ca/img/eid-me-home-banner-med.jpg);
    background-position: 50% 10%;
    background-size: 100%;
    padding-top: 10%;
    padding-bottom: 8%;
  }
  
  .home-header-top h2 {
    font-size: 18px;
  }
  
  #home-banner-text-lrg div {
    max-width: 360px;
  }
}

@media (min-width: 780px) {
  .header-container {
    flex-wrap: nowrap;
    padding: 90px 15px 90px 15px;
    justify-content: space-between;
  }
  
  .header-item:nth-of-type(1) {
    padding-right: 20px;
  }
  
  .header-item:nth-of-type(2) {
    padding-left: 20px;
  }
}

@media (min-width: 789px) {
  .bluink-enterprise-header {
    background-image: url(../img/bluink-enterprise-banner-lrg.jpg);
    background-position: left -300px top -200px;
    background-size: 170%;
    background-color: #ffffff;
    padding-top: 113px;
    padding-bottom: 80px;
  }
}

@media (max-width: 829px) {
  .drawer-navbar-header {
    display: block;
  }
  
  #mobile-contact-button {
    display: block;
  }
  
  .nav-link {
    display: block;
    text-align: left;
    margin-left: 0 !important;
 	}

	 .nav-link-action {
    display: block;
    text-align: left;
    margin-left: 0 !important;
	 }
	
  .nav-button {
    display: block !important;
    height: 36px;
    line-height: 34px;
    padding: 0 20px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .3px;
    border: 1px solid #0dab4c;
    text-decoration: none;
    margin-top: 14px;
    margin-left: 0;
    text-align: center;
  }

  .nav-button-2 {
    display: block !important;
    height: 36px;
    line-height: 34px;
    padding: 0 20px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .3px;
    border: 1px solid #ffffff;
    text-decoration: none;
    margin-top: 14px;
    margin-left: 0;
    text-align: center;
  }

  .drawer-navbar {
    z-index: 99999 !important;
  }

  .logo-main {
    display: none;
  }

  body.drawer-open .logo-drawer {
    display: visible;
  }

  .drawer-nav {
    -webkit-transition: opacity .6s cubic-bezier(.45,.63,.36,.6) !important;
    transition: opacity .6s cubic-bezier(.45,.63,.36,.6) !important;
  }

  body.drawer-open .drawer-nav {
    opacity: 1;
  }

  body.drawer-close .drawer-nav {
    opacity: 0;
  }

  .drawer-navbar-header {
    -webkit-transition: height .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: height .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    z-index: 99999 !important;
  }

  body.drawer-open .drawer-navbar-header {
    height: 100vh !important;
  }

  .drawer-navbar-header {
    height: 50px !important;
  }

  .drawer-open .drawer-nav {
    top: 80px !important;
    padding-top: 0 !important;
    z-index: 99999 !important;
  }

  .drawer-nav .spread {
    justify-content: inherit;
  }
  
  .nav-desktop {
    display: none;
  }
  
  .nav-mobile {
    display: block;
  }
  
  #nav {
    height: inherit !important;
  }
  
  .feature4 {
		  padding: 60px 0;
	 }
 
  .feature4 .flex {
    flex-direction: column;
  }

  .feature4	.col-6-left-show,
  .feature4	.col-6-right-show {
    padding: 30px 10px;
    border: none;
    width: 100%;
  }

  .feature4	.col-6-left-hide,
  .feature4	.col-6-right-hide {
    display: none;
  }

  .header .feature4 {
    padding: 0;
  }

  .header .feature4 .flex {
    flex-direction: column;
  }

  .header .feature4	.col-6-left-show,
  .header .feature4	.col-6-right-show {
    padding: 0 10px;
    border: none;
    width: 100%;
  }

  .feature4 .col-6-left-show .paragraph,
  .feature4 .col-6-right-show .paragraph {
    padding-left: 10px;
    margin: 0 0;
  }

  .feature4 .col-6-left-show .graphic,
  .feature4 .col-6-right-show .graphic,
  .feature4 .col-6-left-hide .graphic,
  .feature4 .col-6-right-hide .graphic {
    display: block;
    max-width: 400px;
    margin: auto;
    padding-bottom: 30px;
  }
  
  .feature8 {
		  padding: 90px 0;
	 }
 
 	.feature8 .flex {
		  flex-direction: column;
	 }
 
  .feature8	.col-6:nth-of-type(1),
  .feature8	.col-6:nth-of-type(2) {
    padding: 0 20px;
    border: none;
    width: 100%;
	 }
 
	 .feature8	.col-6:nth-of-type(2) {
		  margin-top: 30px;
	 }
 
	 .header .feature8 {
		  padding: 0;
	 }
 
	 .header .feature8 .flex {
		  flex-direction: column;
	 }
 
  .header .feature8	.col-6:nth-of-type(1),
  .header .feature8	.col-6:nth-of-type(2) {
    padding: 0 20px;
    border: none;
    width: 100%;
	 }
 
	 .header .feature8	.col-6:nth-of-type(2) {
    margin-top: 10px;
    margin-bottom: 10px;
	 }
  
  .col-12 {
    max-width: 500px;
    margin: auto;
  }
  
  .feature3 .emoji {
    font-size: 40px;
  }

  .feature3 .flex,
  .resources-feature .flex,
  .feature5 .centervertical {
    flex-wrap: wrap;
  }

  .feature3 .col-4,
  .feature7 .col-4,
  .feature9 .col-4,
  .feature5 .steps {
    width: 100%;
    margin-bottom: 30px;
    max-width: 500px;
    margin: auto;
  }
  
  .feature7 .col-4,
  .feature9 .col-4 {
    margin-bottom: 0;
  }
  
  .feature3 .col-4:not(:last-of-type),
  .feature5 .steps:not(:last-of-type) {
    padding-bottom: 45px;
  }
}

@media (min-width: 830px) {
  .logo-drawer {
    display: none;
  }
  
  .nav-desktop {
    display: block;
  }
  
  .nav-mobile {
    display: none;
  }
  
  #nav {
    height: 51px !important;
  }
}

@media (max-width: 840px) {
  .app-stores-container,
  .privacy-policy-section {
    width: 100%;
  }

  .app-stores-container:not(:last-child) {
    border-right: 0;
  }
}

@media (max-width: 900px) {
  .heading {
    font-size: 32px;
    line-height: 40px;
  }
  
  .header .heading {
    margin-top: 100px;
  }  
  
  .feature5 .header-images {
    min-height: inherit;
    margin-top: 60px;
  }

  .feature5 .heading {
    margin-bottom: 50px;
  }

  .feature5 .flex {
    flex-direction: column;
  }

  .feature5 .centervertical {
    flex-direction: row;
  }

  .feature5 .steps {
    width: 33.33%;
    padding: 0 20px;
  }

  .feature5 .emoji {
    transform: none;
    position: relative;
  }

  .feature5	.col-5,
  .feature5	.col-6 {
    width: 100%;
  }  
  
  .feature2 .emoji {
    font-size: 40px;
  }

  .feature2	.col-6:nth-of-type(1) {
    padding: 90px 45px 90px 20px;
  }

  .feature2	.col-6:nth-of-type(2) {
    padding: 90px 20px 90px 45px;
  }
}

/*@media (min-width: 900px) {
  .feature4 .emoji {
    font-size: 40px;
  }

  .feature4 .col-6-left-show,
  .feature4 .col-6-right-show {
    padding: 60px 90px;
    border: none;
    width: 100%;
  }

  .feature4 .col-6-left-hide,
  .feature4 .col-6-right-hide {
    display: none;
  }

  .feature4	.subheading, .feature4 .subheading-sm {
    text-align: center;
  }

  .feature4 .col-6-left-show .paragraph,
  .feature4 .col-6-right-show .paragraph {
    padding-left: 0;
    margin: 0 10px;
  }

  .feature4 .col-6-left-show .graphic,
  .feature4 .col-6-right-show .graphic	{
    display: block;
    max-width: 500px;
    margin: auto;
  }	
 
  .feature8 .emoji {
    font-size: 40px;
  }

  .feature8	.col-6:nth-of-type(1) {
    padding: 45px 45px 45px 20px;
  }

  .feature8	.col-6:nth-of-type(2) {
    padding: 45px 20px 45px 45px;
  }
}*/

@media (min-width: 830px) and (max-width: 1000px) {
  .home-banner-1000x382 {
    display: block;
  }

  .home-banner .ctas-button-5 {
    width: 130px;
  }
}

@media (max-width: 923px) {  
  .hide-mobile-923 {
    display: none;
  }
             
  .mobile-padding-top-15 {
    padding-top: 15px;
  }
  
  .desktop-padding-top-30 {
    padding-top: 0;
  }
  
  #verticals .two-col {
    padding-bottom: 0;
  }

  #verticals ul {
    padding-top: 0;
    margin-bottom: 0;
  }

  #verticals li {
    margin-bottom: 7px;
  }
  
  .summary-img {
    opacity: 1;
  }

  .summary-img-div-sm {
    display: block;
    text-align: center;
    padding-top: 45px;
  }

  .summary-img-div-lg {
    display: none;
  }
  
  .subheading {
    font-size: 25px;
    line-height: 35px;
  }

  .subheading-sm {
    font-size: 20px;
    line-height: 30px;
  }

  .subheading-xs {
    font-size: 17px;
    line-height: 25px;
  }   
  
  .container-subheading {
    max-width: 500px;
    text-align: left;
  }
}

@media (min-width: 924px) {  
  .flex-item-container {
    max-width: none;
    padding: 0 15px 0 15px;
  }
  
  .flex-item-4d-2m {
    width: 25%;
  }
  
  .two-col {
    max-width: inherit;
  }
  
  .header-item h1 {
    font-size: 2.2em;
  }
  
  .summary-img {
    -webkit-filter: grayscale(0.2);
    filter: grayscale(0.2);

    -webkit-filter: opacity(0.9);
    filter: opacity(0.9);
  }

  .summary-img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);

    -webkit-filter: opacity(1);
    filter: opacity(1);
  }
  
  .one-col {
    width: 100%;
    padding: 0 15px 45px 15px;
    max-width: inherit;
  }
  
  .two-col {
    width: 50%;
    padding: 0 15px 45px 15px;
  }
  
  .three-col,
  .col-resources {
    width: 33.333333%;
    padding: 0 15px 45px 15px;
  }
  
  #verticals .two-col {
    width: 35%;
  }

  .summary-img-div-sm {
    display: none;
  }

  .summary-img-div-lg {
    display: block;
  }
  
  .resources-container {
    max-width: 1200px;
  }
}

@media (min-width: 970px) {
  .bluink-enterprise-header {
    background-image: url(../img/bluink-enterprise-banner-lrg.jpg);
    background-position: left -200px top -250px;
    background-size: 140%;
  }
}

@media (min-width: 1001px) {  
  .tagline {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  h1.action {
		  font-size: 24px;
	 }
}

@media (min-width: 1092px) {
  .card-cont {
    padding: 0 0 15px 0;
    max-width: 1062px;
  }
  
  .card-cont-2 {
    padding: 0;
    max-width: 800px;
  }
  
  #all-solutions {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .category-name {
    padding-bottom: 0;
  }

  #category-personal-1 {
    display: block;
  }

  #category-personal-2 {
    display: none;
  }

  .category-underline {
    display: block;
  }
}

@media (min-width: 1001px) and (max-width: 1300px) {
  .home-banner-1300x496 {
    display: block;
  }
}

@media (max-width: 1200px) {
  .video-third-cta-desktop {
    display: none;
  }
  
  .video-third-cta-mobile {
    display: block;
  }
  
  .video-third {
		  padding: 60px 0;
	 }
 
  .video-third .flex {
    flex-direction: column;
  }

  .video-third	.col-6-left-show,
  .video-third	.col-6-right-show {
    padding: 30px 0;
    border: none;
    width: 100%;
  }

  .video-third	.col-6-left-hide,
  .video-third	.col-6-right-hide {
    display: none;
  }

  .header .video-third {
    padding: 0;
  }

  .header .video-third .flex {
    flex-direction: column;
  }

  .header .video-third	.col-6-left-show,
  .header .video-third	.col-6-right-show {
    padding: 0 10px;
    border: none;
    width: 100%;
  }

  .video-third .col-6-left-show .paragraph,
  .video-third .col-6-right-show .paragraph {
    margin: 0 0;
  }

  .video-third .col-6-left-show .graphic,
  .video-third .col-6-right-show .graphic,
  .video-third .col-6-left-hide .graphic,
  .video-third .col-6-right-hide .graphic {
    display: block;
    max-width: 740px;
    margin: auto;
    padding-top: 30px;
  }
}

@media (min-width: 1213px) {
  .bluink-enterprise-header {
    background-image: url(../img/bluink-enterprise-banner-lrg.jpg);
    background-position: left -150px top -250px;
    background-size: 120%;
  }
}

@media (min-width: 1301px) {
  .home-banner-1920x733 {
    display: block;
  }
 
  .tagline {
    padding-top: 15px;
  }
 
  h1.action {
    font-size: 27px;
  }
}

@media (min-width: 1500px) {
  .bluink-enterprise-header {
    background-image: url(../img/bluink-enterprise-banner-lrg.jpg);
    background-position: left -150px top -400px;
  }
}