/* This @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2d1427");
@font-face {
  font-family: "Avenir";
  src: url("//fonts.blueconic.com/fonts/2D1427_0_0.eot");
  src: url("//fonts.blueconic.com/fonts/2D1427_0_0.eot?#iefix") format("embedded-opentype"), url("//fonts.blueconic.com/fonts/2D1427_0_0.woff2") format("woff2"), url("//fonts.blueconic.com/fonts/2D1427_0_0.woff") format("woff"), url("//fonts.blueconic.com/fonts/2D1427_0_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Avenir";
  src: url("//fonts.blueconic.com/fonts/2D1427_1_0.eot");
  src: url("//fonts.blueconic.com/fonts/2D1427_1_0.eot?#iefix") format("embedded-opentype"), url("//fonts.blueconic.com/fonts/2D1427_1_0.woff2") format("woff2"), url("//fonts.blueconic.com/fonts/2D1427_1_0.woff") format("woff"), url("//fonts.blueconic.com/fonts/2D1427_1_0.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Avenir";
  src: url("//fonts.blueconic.com/fonts/2D1427_3_0.eot");
  src: url("//fonts.blueconic.com/fonts/2D1427_3_0.eot?#iefix") format("embedded-opentype"), url("//fonts.blueconic.com/fonts/2D1427_3_0.woff2") format("woff2"), url("//fonts.blueconic.com/fonts/2D1427_3_0.woff") format("woff"), url("//fonts.blueconic.com/fonts/2D1427_3_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Avenir";
  src: url("//fonts.blueconic.com/fonts/2D1427_2_0.eot");
  src: url("//fonts.blueconic.com/fonts/2D1427_2_0.eot?#iefix") format("embedded-opentype"), url("//fonts.blueconic.com/fonts/2D1427_2_0.woff2") format("woff2"), url("//fonts.blueconic.com/fonts/2D1427_2_0.woff") format("woff"), url("//fonts.blueconic.com/fonts/2D1427_2_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Avenir";
  src: url("//fonts.blueconic.com/fonts/2D1427_5_0.eot");
  src: url("//fonts.blueconic.com/fonts/2D1427_5_0.eot?#iefix") format("embedded-opentype"), url("//fonts.blueconic.com/fonts/2D1427_5_0.woff2") format("woff2"), url("//fonts.blueconic.com/fonts/2D1427_5_0.woff") format("woff"), url("//fonts.blueconic.com/fonts/2D1427_5_0.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Avenir";
  src: url("//fonts.blueconic.com/fonts/2D1427_4_0.eot");
  src: url("//fonts.blueconic.com/fonts/2D1427_4_0.eot?#iefix") format("embedded-opentype"), url("//fonts.blueconic.com/fonts/2D1427_4_0.woff2") format("woff2"), url("//fonts.blueconic.com/fonts/2D1427_4_0.woff") format("woff"), url("//fonts.blueconic.com/fonts/2D1427_4_0.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Icons";
  src: url("//fonts.blueconic.com/fonts/icomoon.eot?-t6rsd2");
  src: url("//fonts.blueconic.com/fonts/icomoon.eot?#iefix-t6rsd2") format("embedded-opentype"), url("//fonts.blueconic.com/fonts/icomoon.woff?-t6rsd2") format("woff"), url("//fonts.blueconic.com/fonts/icomoon.ttf?-t6rsd2") format("truetype"), url("//fonts.blueconic.com/fonts/icomoon.svg?-t6rsd2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* This breaks stuff: anchor links in list items will offset the bullet
a[name]:before {
  content: "";
  display: block;
  height: 70px;
  margin: -70px 0 0 0;
}
@media screen and (min-width: $tablet-min-width) and (max-width: $tablet-max-width) {
  body:not(.community-enabled) a[name]:before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0 0;
  }
}
@media screen and (min-width: $tablet-min-width) and (max-width: $tablet-wide-max-width) {
  body.community-enabled a[name]:before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0 0;
  }
}
*/
/* Resets */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: underline;
}

a.btn,
a.btn-default,
ul.dropdown-menu > li > a {
  text-decoration: none;
}

a,
a:visited {
  color: #666;
}

a:hover {
  color: #25abdc;
}

img a,
img,
a {
  border: none;
}

code,
.fixed-width {
  padding: 2px;
  color: #666;
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  font-family: monospace, serif;
  font-size: smaller;
  padding: 2px;
}

/* WP Styles */
@media screen and (min-width: 705px) {
  .alignright {
    float: right;
  }
  .alignleft {
    float: left;
  }
  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  img.alignright {
    margin: 0 0 1em 1.5em;
  }
  img.alignleft {
    margin: 0 1.5em 1em 0;
  }
}

/* Transitions */
#resources-nav li a,
#menu-icon span,
[id*="home-benefit-"] h3,
[id*="home-benefit-"] .icon,
#home-usps .usp h2,
#platform-capabilities .capability h2,
nav ul li a {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.team-member header,
.team-member .bio,
#resources-wrapper,
#team-member-wrapper,
#request-demo {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.team-member.active .bio * {
  -webkit-transition: opacity 0.25s ease-out 0.25s;
  transition: opacity 0.25s ease-out 0.25s;
}

#menu-icon span {
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

#benefits-container {
  margin-bottom: 0;
}

#benefits-container h3 {
  margin-bottom: 10px;
}

/* Text Styles */
h1 {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 300;
}

body:not(.community-enabled) h2 {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 300;
}

body.community-enabled h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 300;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
}

p,
li,
dt,
dd {
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
p,
ul,
ol {
  line-height: 1.4;
  margin-bottom: 20px;
}

ol li {
  margin-bottom: 10px;
}

/* Colored bullets are difficult: https://www.w3.org/Style/Examples/007/color-bullets.en.html */
ul.list,
main ul {
  list-style: none;
}

ul.list li,
main ul li {
  position: relative;
  padding-left: 1em;
}

ul.list li:before,
main ul li:before {
  content: "\2022";
  position: absolute;
  left: 0;
  color: #25abdc;
}

li ol {
  margin: 0 20px;
}

ol {
  margin: 0 20px 20px 40px;
}

main form.partner-community-request ul li:before {
  display: none;
}

main form.partner-community-request ul li {
  margin: 0;
}

dl.faq dd {
  display: none;
}

dl.faq.faq-table dt {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
}

dl.faq.faq-table dt:hover {
  background-color: #ef8826;
  color: #fff;
}

dl.faq.faq-table dd {
  border: none;
  border-radius: 4px;
  padding: 10px;
}

nav a,
.section-header h2 a,
a.button,
a.blog,
a.career,
a.news-item,
a.post-wrapper {
  text-decoration: none;
}

footer .link-group a {
  text-decoration: none;
}

a.blog:hover,
a.news-item:hover,
a.career:hover {
  color: #666;
}

.orange {
  color: #ef8826;
}

.light-blue {
  color: #25abdc;
}

.dark-blue {
  color: #075082;
}

.caret-link,
.see-all-articles {
  font-weight: 900;
  text-decoration: none !important;
}

.caret-link:before,
.see-all-articles:before {
  content: "\e604\0020";
  font-family: "Icons";
  font-size: 0.75em;
  color: #25abdc;
}

a .caret-link:hover {
  color: #25abdc;
}

.arrow-link {
  text-decoration: none;
}

.arrow-link:after {
  content: "\0020\e600";
  font-family: "Icons";
  position: relative;
  top: 2px;
  line-height: 1;
}

.social a {
  display: inline-block;
  font-family: "Icons";
  font-size: 12px;
  font-size: 1.2rem;
  color: #878787;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #ccc;
  border-radius: 999px;
  text-decoration: none;
}

.social .facebook:before {
  content: "\e602";
}

.social .twitter:before {
  content: "\e601";
}

.social .linkedin:before {
  content: "\e603";
}

.social .google:before {
  content: "\e605";
}

.color {
  color: #25abdc;
}

/* Generic CTA */
.generic-cta {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.generic-cta.left {
  text-align: left;
}

.generic-cta.right {
  text-align: right;
}

.generic-cta > a {
  background-color: #ebebeb;
  color: #666 !important;
  border-radius: 8px;
  display: inline-block;
  line-height: 40px;
  margin: 5px 5px 5px 0;
  padding: 5px 10px;
  white-space: nowrap;
  text-decoration: none;
}

main .generic-cta a,
#news-wrapper .generic-cta a {
  text-decoration: none;
}

.generic-cta > a:hover {
  background-color: #d2d1d1;
}

.generic-cta > a:last-child {
  background-color: #25abdc;
  color: #fff !important;
}

.generic-cta > a:last-child:hover {
  background-color: #1c8ab2;
  color: #fff !important;
}

.generic-cta a:last-child:after {
  content: "\0020\e600";
  font-family: "Icons";
  position: relative;
  top: 2px;
  line-height: 1;
}

.generic-cta h3 {
  max-width: 650px;
  margin: 0 auto 10px;
}

.generic-cta div.button {
  background-color: #25abdc;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  line-height: 40px;
  margin: 5px 0;
  padding: 5px 10px;
  white-space: nowrap;
}

.generic-cta div.button:hover {
  background-color: #1c8ab2;
}

.generic-cta div.button:after {
  content: "\0020\e600";
  font-family: "Icons";
  position: relative;
  top: 2px;
  line-height: 1;
}

@media screen and (min-width: 705px) {
  .generic-cta > a {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .generic-cta > a:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .generic-cta > a + a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

/* Global Styles */
html {
  font-size: 50%;
}

@media screen and (min-width: 705px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "Avenir", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  color: #666;
}

@media screen and (max-width: 704px) {
  body {
    padding-top: 50px;
  }
}

@media screen and (min-width: 705px) and (max-width: 1214px) {
  body:not(.community-enabled) {
    padding-top: 116px;
  }
}

@media screen and (min-width: 705px) and (max-width: 1304px) {
  body.community-enabled {
    padding-top: 95px;
  }
}

@media screen and (min-width: 1215px) {
  body:not(.community-enabled) {
    padding-top: 70px;
  }
}

@media screen and (min-width: 1305px) {
  body.community-enabled {
    padding-top: 70px;
  }
}

@media screen and (max-width: 799px) {
  .hide-small {
    display: none;
  }
}

#request-demo {
  display: none;
}

@media screen and (min-width: 705px) {
  #request-demo {
    display: block;
    position: fixed;
    left: -65px;
    top: 50%;
    height: 0;
    z-index: 999;
  }
  #request-demo.visible {
    left: -1px;
  }
  #request-demo.invisible {
    left: -65px !important;
  }
  #request-demo a {
    display: block;
    position: relative;
    left: -50%;
    padding: 20px;
    color: #fff;
    background-color: #4d565a;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: center top;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: center top;
    transform: rotate(-90deg);
    transform-origin: center top;
  }
  #request-demo a:after {
    display: inline-block;
    margin-left: 10px;
    color: #25abdc;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

nav .logo,
footer .logo {
  display: block;
  width: 120px;
}

@media screen and (min-width: 705px) {
  nav .logo,
  footer .logo {
    width: 150px;
  }
}

nav .logo img,
footer .logo img {
  display: block;
  margin: 0;
}

footer .logo {
  margin-bottom: 40px;
}

nav:not(.pagination):not(.scroll-nav) {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  z-index: 999;
  height: 50px;
}

@media screen and (min-width: 705px) {
  nav {
    height: auto;
    padding-top: 20px;
  }
}

@media screen and (min-width: 1215px) {
  body:not(.community-enabled) nav:not(.pagination) {
    height: 70px;
    padding: 0;
  }
}

@media screen and (min-width: 705px) and (max-width: 1214px) {
  body:not(.community-enabled) nav:not(.pagination) {
    height: 116px;
  }
}

@media screen and (min-width: 1305px) {
  body.community-enabled nav:not(.pagination):not(.scroll-nav) {
    height: 70px;
    padding: 0;
  }
}

nav {
  background-color: #fff;
}

nav .contain {
  height: 100%;
  background-color: #fff;
  padding-top: 14px;
}

nav .logo {
  position: absolute;
  left: 45px;
  top: 1px;
}

body.community-enabled nav .logo {
  top: 14px;
}

#menu .menu-item a {
  text-decoration: none;
}

#menu .call-us {
  display: none;
}

#menu .call-us span {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin: 0 10px 0 0;
}

#article-type,
#industry-type {
  z-index: 1;
}

@media screen and (min-width: 705px) and (max-width: 1214px) {
  body:not(.community-enabled) nav .logo {
    position: relative;
    left: 0;
    top: -20px;
  }
  body:not(.community-enabled) #menu .call-us {
    display: inline-block;
  }
  body:not(.community-enabled) #menu {
    margin-top: -20px;
  }
}

@media screen and (min-width: 705px) and (max-width: 1304px) {
  body.community-enabled nav:not(.pagination):not(.scroll-nav) {
    height: 95px;
    padding-top: 0;
  }
  body.community-enabled nav .logo {
    position: static;
  }
  body.community-enabled #menu .call-us {
    display: inline-block;
  }
}

@media screen and (min-width: 1215px) {
  body:not(.community-enabled) nav .logo {
    left: 80px;
    bottom: initial;
    top: 4px;
  }
  body:not(.community-enabled) #menu .call-us {
    display: inline-block;
  }
}

@media screen and (min-width: 1305px) {
  body.community-enabled nav .logo {
    left: 80px;
    bottom: 30px;
    top: auto;
  }
  body.community-enabled #menu .call-us {
    display: inline-block;
  }
}

@media screen and (max-width: 704px) {
  #menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 40px 0 0;
    background-color: rgba(7, 80, 130, 0.85);
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (min-width: 705px) {
  #menu {
    display: block !important;
  }
}

nav ul:not(.sub-menu) {
  list-style: none;
  margin-bottom: 0;
}

@media screen and (max-width: 704px) {
  nav ul:not(.sub-menu) {
    white-space: nowrap;
    padding-left: 15px;
  }
}

@media screen and (min-width: 705px) and (max-width: 1214px) {
  body:not(.community-enabled) nav ul:not(.sub-menu) {
    display: block;
    white-space: nowrap;
  }
}

@media screen and (min-width: 705px) and (max-width: 1304px) {
  body.community-enabled nav ul:not(.sub-menu) {
    display: block;
    white-space: nowrap;
  }
}

@media screen and (min-width: 1215px) {
  body:not(.community-enabled) nav ul:not(.sub-menu) {
    display: block;
    position: absolute;
    right: 80px;
    bottom: 0;
  }
}

@media screen and (min-width: 1305px) {
  body.community-enabled nav ul:not(.sub-menu) {
    display: block;
    position: absolute;
    right: 80px;
    bottom: 0;
  }
}

nav ul li {
  display: inline-block;
}

@media screen and (max-width: 704px) {
  #menu-item-26 {
    display: none;
  }
  #menu-item-26 + li a {
    padding-left: 0;
  }
}

@media screen and (min-width: 1215px) {
  body:not(.community-enabled) nav ul li {
    margin-bottom: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1305px) {
  body.community-enabled nav ul li {
    margin-bottom: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 705px) and (max-width: 1214px) {
  body:not(.community-enabled) nav ul li.demo {
    position: absolute;
    top: 0;
    right: 80px;
    margin: 0;
  }
}

@media screen and (min-width: 705px) and (max-width: 1304px) {
  body.community-enabled nav ul li.demo {
    position: absolute;
    top: 13px;
    right: 80px;
    margin: 0;
  }
}

nav ul li a {
  display: block;
  padding: 0 10px;
}

nav ul li:first-of-type a {
  padding-left: 0 !important;
}

@media screen and (max-width: 704px) {
  nav ul li a,
  nav ul li a:hover,
  nav ul li a:visited {
    font-size: 1.25em;
    font-weight: 300;
    color: #fff;
    line-height: 50px;
    display: inline;
  }
}

@media screen and (min-width: 705px) {
  nav ul li a {
    line-height: 57px;
    padding: 0 15px;
  }
  nav ul li.current-menu-item > a,
  nav ul li a:hover {
    color: #25abdc;
  }
}

@media screen and (max-width: 704px) {
  nav ul li.demo {
    background-color: #ef8826;
    margin: 0;
    padding: 0 20px;
  }
}

@media screen and (min-width: 705px) {
  nav ul li.demo a {
    -webkit-transition: none;
    transition: none;
    background-color: #ef8826;
    padding: 10px 12px;
    color: #fff;
    border-radius: 8px;
    line-height: normal;
    text-decoration: none;
  }
  nav ul li.demo a:hover {
    background-color: #d26f10;
  }
}

@media screen and (max-width: 704px) {
  nav ul.sub-menu {
    display: inline-block;
    margin: 0;
  }
  nav ul.sub-menu li:last-of-type {
    margin: 0;
  }
  nav ul.sub-menu li a {
    padding: 0 15px !important;
  }
  #menu-item-161 > a,
  #menu-item-25 .sub-menu,
  #menu-item-1427,
  #menu-item-1428,
  #menu-item-1429,
  #menu-item-1430,
  #menu-item-1431,
  #menu-item-1432 {
    display: none;
  }
}

@media screen and (min-width: 705px) {
  nav ul.sub-menu {
    display: none;
    position: absolute;
    border: 1px solid #eee;
  }
  nav ul.sub-menu li {
    margin: 0;
    display: block;
  }
  nav ul.sub-menu li a {
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    padding: 10px 20px 10px 10px !important;
    line-height: 20px;
    border-bottom: 1px solid #eee;
  }
  nav ul.sub-menu li:first-of-type a {
    padding-left: 10px !important;
  }
}

#nav-contact {
  display: none;
}

@media screen and (min-width: 1215px) {
  #nav-contact {
    display: block;
    position: absolute;
    right: 80px;
    top: 10px;
  }
}

@media screen and (min-width: 1215px) {
  #nav-contact .social {
    display: inline-block;
    margin-left: 10px;
  }
}

#nav-contact span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 10px;
  font-size: 1rem;
  color: #666;
}

#menu-icon {
  position: absolute;
  top: 15px;
  left: 10px;
  width: 25px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}

@media screen and (min-width: 705px) {
  #menu-icon {
    display: none;
  }
}

#menu-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #075082;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#menu-icon span:nth-child(1) {
  top: 0;
}

#menu-icon span:nth-child(2),
#menu-icon span:nth-child(3) {
  top: 8px;
}

#menu-icon span:nth-child(4) {
  top: 16px;
}

.open #menu-icon span:nth-child(1),
.open #menu-icon span:nth-child(4) {
  top: 8px;
  width: 0;
  left: 50%;
}

.open #menu-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(0deg);
  transform: rotate(45deg);
}

.open #menu-icon span:nth-child(3) {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(0deg);
  transform: rotate(-225deg);
}

#breadcrumbs {
  background-color: #c5c5c5;
  color: #fff;
}

#breadcrumbs a {
  line-height: 30px;
  color: #fff;
  text-decoration: none;
}

#breadcrumbs a:hover,
#breadcrumbs a:visited {
  color: #fff;
}

#breadcrumbs .active {
  font-weight: 900;
}

#breadcrumbs span {
  display: inline-block;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 0.32em;
  position: relative;
}

.page-header.solid {
  background-color: #d9ecf3;
  padding: 20px 0;
}

.page-header.solid h1 {
  color: #075082;
}

.page-header.solid h3 {
  color: #25abdc;
}

.page-header.simple {
  padding: 20px 0;
  background-color: #075082;
  margin-top: 0;
}

@media screen and (min-width: 705px) {
  .page-header.simple {
    padding: 40px 0;
  }
}

.page-header.simple h1,
.page-header.simple h2 {
  color: #fff;
  margin: 0;
}

footer {
  padding: 40px 0;
}

@media screen and (min-width: 705px) {
  footer {
    padding: 80px 0 40px;
  }
}

footer .wrapper {
  width: 100%;
  clear: both;
}

@media screen and (min-width: 705px) {
  footer .wrapper {
    margin-top: 50px;
  }
}

footer ul {
  list-style: none;
}

footer h4 {
  margin-bottom: 0;
}

footer .help p {
  max-width: 500px;
}

footer .help h4 {
  color: #25abdc;
}

footer .help a,
#copyright p a {
  text-decoration: underline;
}

@media screen and (min-width: 705px) {
  footer .link-group > ul > li {
    float: left;
    width: 28%;
    margin-right: 8%;
  }
  footer .link-group > ul > li:last-of-type {
    margin-right: 0;
  }
}

footer .link-group > ul > li > a {
  font-weight: 900;
}

@media screen and (max-width: 704px) {
  footer .link-group {
    display: none;
  }
  footer [class*="col-"] {
    margin-bottom: 20px;
  }
  footer .wrapper:last-of-type {
    margin-top: 0;
  }
}

footer .social {
  margin-bottom: 10px;
}

#copyright p {
  margin: 0;
}

#copyright p a {
  text-decoration: underline;
}

#page-wrapper {
  width: 100%;
  overflow-x: hidden;
}

section {
  position: relative;
  padding: 20px 0;
}

section#sharing,
section#home-payoff-top {
  padding: 0;
}

section#home-payoff-mid {
  padding: 20px 0;
}

@media screen and (min-width: 1215px) {
  section {
    padding: 60px 0;
  }
  section#blog-wrapper {
    padding: 20px 0 60px 0;
  }
  section#home-usps {
    padding: 0;
  }
  section#sharing,
  section#home-payoff-top {
    padding: 0;
  }
  section#platform-capabilities,
  section#home-payoff-mid {
    padding: 20px 0;
  }
  section#resources-section {
    padding: 40px 0 60px 0;
  }
}

section.gray {
  background-color: #eee;
}

.section-header {
  max-width: 800px;
  margin-bottom: 20px;
}

@media screen and (min-width: 705px) {
  .section-header {
    margin-bottom: 30px;
  }
}

.center .section-header,
.section-header.center {
  margin-right: auto;
  margin-left: auto;
}

/* Homepage most recent resource slide */
#home-header .swiper-slide {
  background: repeating-linear-gradient(135deg, #d0d0d0, #d0d0d0 80px, #ccc 80px, #ccc 160px);
  /*
  background-image: url('/static/presentation/blueconic/images/resource-banner.png');
  background-size: 100%;
  */
}

#home-header .swiper-slide a:hover {
  color: #666;
}

#home-header .swiper-slide > div > a > div {
  padding: 20px 0;
}

#home-header .swiper-slide .right h3 {
  font-weight: bold;
  margin-top: 0;
  color: #000;
}

main {
  padding-top: 30px;
  border-top: 1px solid #ccc;
}

.col-1-2.right main {
  padding-top: 0;
  border-top: none;
}

main h3 {
  color: #ef8826;
}

main img {
  margin-bottom: 20px;
  height: auto;
}

.cta-section {
  text-align: center;
  padding: 40px 4%;
  background-color: #424242;
  color: #fff;
}

.cta-section * {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 15px;
}

.cta-section .button {
  padding: 12px;
  border: 3px solid #25abdc;
  border-radius: 8px;
  color: #fff;
}

.cta-section .button:hover {
  border: 3px solid #1c8ab2;
}

.contain {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

@media screen and (min-width: 705px) {
  .contain {
    padding: 0 80px;
  }
}

.contain.narrow {
  max-width: 1000px;
}

.contain:after,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

[class*="col-"] {
  position: relative;
  height: 100%;
}

@media screen and (max-width: 704px) {
  [class*="col-"] {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 705px) {
  [class*="col-"] {
    float: left;
    margin-right: 8%;
  }
  .col-1-2 {
    width: 46%;
  }
  .col-1-3 {
    width: 28%;
  }
  .col-2-3 {
    width: 64%;
  }
  .col-1-4 {
    width: 19%;
  }
  .col-3-4 {
    width: 73%;
  }
  .col-1-5 {
    width: 13.6%;
  }
  .col-2-5 {
    width: 35.2%;
  }
  .col-3-5 {
    width: 56.8%;
  }
  [class*="col-"].right {
    float: right;
    margin-right: 0;
  }
}

.testimonial:not(.featured) .quote {
  color: #25abdc;
  position: relative;
  padding-left: 70px;
}

.testimonial:not(.featured) .quote:before {
  content: url("../images/quotes-dark-blue.png");
  position: absolute;
  left: 0;
}

.testimonial .author {
  margin-top: 20px;
  text-align: right;
}

.testimonial .author .logo {
  float: right;
  margin-left: 20px;
}

.testimonial .author p {
  margin: 0;
}

.testimonial .author .title {
  font-size: 13px;
  font-size: 1.3rem;
}

.divider {
  display: block;
  clear: both;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #ccc;
}

.divider.spacing20 {
  padding-top: 20px;
  margin-bottom: 20px;
}

.divider.spacing40 {
  padding-top: 40px;
  margin-bottom: 40px;
}

.divider.spacing80 {
  padding-top: 80px;
  margin-bottom: 80px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.share-button {
  display: inline-block;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

/* Global Form Styles */
form div {
  margin-bottom: 10px;
}

form ul {
  list-style: none;
}

form label {
  display: inline-block;
  margin-bottom: 5px;
}

form input,
form textarea,
form select {
  font: inherit;
  outline: none;
}

form input[type="text"],
form input[type="number"],
form input[type="email"],
form textarea,
form select {
  color: #fff;
  width: 100%;
  padding: 10px;
  background-color: transparent;
  border: 3px solid #25abdc;
  border-radius: 8px;
}

form.partner-community-request input[type="text"],
form.partner-community-request input[type="number"],
form.partner-community-request input[type="email"],
form.partner-community-request textarea,
form.partner-community-request select {
  width: 65%;
  line-height: 1.4;
  height: 2.3em;
  border-radius: 5px;
  padding: 8px;
  color: #666;
}

form.partner-community-request .gfield_error input[type="text"],
form.partner-community-request .gfield_error input[type="number"],
form.partner-community-request .gfield_error input[type="email"],
form.partner-community-request .gfield_error textarea,
form.partner-community-request .gfield_error select {
  border-color: red;
}

form.partner-community-request textarea {
  height: 6em;
}

form.partner-community-request input[type="submit"] {
  border-radius: 8px;
  background-color: #ef8826;
  padding: 10px 12px;
  color: #fff;
}

form.partner-community-request .validation_message {
  clear: both;
}

#blue-demo-form form input[type="text"],
#blue-demo-form form input[type="email"],
#blue-demo-form form textarea,
#blue-demo-form form select {
  border: 3px solid #25abdc !important;
}

form select {
  color: #ccc;
}

form textarea {
  max-width: 100%;
  height: 150px;
}

form input[type="submit"] {
  padding: 10px;
  background-color: #fff;
  -webkit-appearance: none;
  border-radius: 8px;
  border: none;
}

#blue-demo-form form input[type="submit"] {
  background-color: #fff !important;
  color: #666 !important;
}

#blue-demo-form .resources-form {
  background-color: transparent !important;
}

form input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

form .errormsg,
form .validation_message {
  display: block;
  font-weight: normal;
  color: red;
  margin: 5px 0 20px;
}

form .validation_error {
  color: #fff;
}

form.connection-form > div {
  margin-bottom: 0;
}

.gform_wrapper label {
  display: none;
}

.gform_wrapper.partner-community-request_wrapper label {
  display: inline-block;
  width: 30%;
  float: left;
  clear: both;
}

.gform_wrapper li {
  list-style: none;
}

.gform_wrapper input[type="submit"] {
  float: right;
}

.gform_wrapper input[type="submit"]:hover {
  opacity: 0.8;
}

.gform_wrapper .connection-form input[type="submit"] {
  float: none;
}

#contact-form .gform_wrapper input[type="checkbox"] {
  float: left;
}

#contact-form .gform_wrapper input::placeholder,
#contact-form .gform_wrapper textarea::placeholder {
  color: #25abdc;
  opacity: 0.5;
}

#contact-form .gform_wrapper input[type="checkbox"] + label {
  display: block;
  margin-left: 30px;
  font-weight: normal;
}

#contact-form .gform_wrapper input[type="checkbox"] + label a,
#contact-form .gform_wrapper input[type="checkbox"] + label a:hover,
#contact-form .gform_wrapper input[type="checkbox"] + label a:visited {
  color: #25abdc;
}

.resources-form {
  background-color: #ebebeb;
  font-weight: normal;
  color: #666;
  padding: 20px;
  border-radius: 8px;
  text-align: initial;
}

.resources-form p.form-field {
  margin-bottom: 10px;
}

.resources-form p.error {
  color: #ef8826;
}

.resources-form label {
  display: none;
}

#pardot-form label {
  display: block;
}

.resources-form ul li label {
  display: inline-block;
}

.resources-form input[type=text] {
  border: 1px solid #666;
  color: #666;
}

#blue-demo-form .resources-form input[type=text] {
  color: #fff !important;
}

.resources-form input[type=submit] {
  background-color: #ef8826;
  color: #fff;
}

.resources-form input[type=submit]:hover {
  background-color: #ff9836;
}

.resources-form input.primaryAction {
  cursor: pointer;
}

.resources-form input.primaryAction:hover {
  background-color: #ff9836;
}

.resources-form select {
  border: 1px solid #666;
  color: #a0a0a0;
}

.resources-form input[type="submit"],
.connection-form input[type="submit"] {
  width: 100%;
}

.connection-form {
  background-color: #ebebeb;
  color: #666;
  padding: 20px;
  font-weight: normal;
  border-radius: 8px;
}

.connection-form input[type="text"],
.connection-form textarea {
  border: 1px solid #666;
  color: #666;
}

.connection-form input[type="submit"] {
  background-color: #ef8826;
  color: #fff;
}

p.formHint {
  display: none;
}

.ginput_complex:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ginput_complex input {
  width: 49.5% !important;
  margin-right: 1%;
  float: left;
}

.ginput_complex .name_last input {
  margin-right: 0;
}

.gform_ajax_spinner {
  display: none !important;
}

/* Homepage Styles */
#home-header {
  position: relative;
  padding-bottom: 0;
  padding-top: 10px;
  /*
  height: 400px;
  background-color: #0a669c;
  background-size: cover;
  background: radial-gradient(circle, rgb(93, 202, 249),$primary-color 70%);
*/
}

.no-preserve3d #home-header {
  height: auto;
}

#home-header .swiper-slide {
  width: 100%;
}

#home-header .swiper-slide img {
  width: 100%;
}

@media screen and (max-width: 704px) {
  /* TODO */
}

@media only screen and (min-width: 705px) and (max-width: 1214px) {
  #home-header {
    padding-top: 20px;
  }
}

#home-benefits {
  padding: 20px 0;
}

#home-connections {
  padding: 20px 0;
}

#home-connections {
  padding: 20px 0;
}

#home-connections h3 {
  color: #ef8826;
  margin-bottom: 0;
}

#connections-cta a {
  text-decoration: underline;
}

[id*="home-benefit-"] {
  display: block;
}

[id*="home-benefit-"] .icon {
  margin-bottom: 10px;
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

@media screen and (min-width: 800px) {
  [id*="home-benefit-"]:hover h3 {
    color: #25abdc;
  }
  [id*="home-benefit-"]:hover .icon {
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #introduction {
    margin-top: 60px;
  }
}

#introduction header * {
  max-width: 600px;
  margin: 0 auto 10px;
}

#introduction .button {
  display: inline-block;
  width: 200px;
  padding: 5px;
  line-height: 40px;
  white-space: nowrap;
  background-color: #ebebeb;
}

@media screen and (min-width: 705px) {
  #introduction .button {
    /*border-width: 8px 0 8px 8px;*/
    border-radius: 8px 0 0 8px;
  }
}

#introduction .button.demo {
  background-color: #25abdc;
  color: #fff;
}

@media screen and (min-width: 705px) {
  #introduction .button.demo {
    border-radius: 0 8px 8px 0;
  }
}

#home-testimonials {
  padding: 40px 0;
}

#home-usps {
  padding-top: 0;
}

@media screen and (max-width: 704px) {
  #home-testimonials [class*="col-"] {
    /*margin: 0;*/
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 705px) {
  #home-testimonials .testimonial {
    margin-bottom: 20px;
  }
}

#home-testimonials .testimonial:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#home-testimonials .testimonial:not(.featured) {
  display: none;
}

@media screen and (min-width: 705px) {
  #home-testimonials .testimonial:not(.featured) {
    display: block;
  }
}

#home-testimonials .featured .quote {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  color: #25abdc;
}

@media screen and (min-width: 705px) {
  #home-testimonials .featured .quote {
    padding: 2%;
    border-style: solid;
    /* Needed for Firefox */
    border-color: #25abdc;
    -webkit-border-image: url("../images/border-quote.png") 14 44 40 44;
    -moz-border-image: url("../images/border-quote.png") 14 44 40 44;
    border-image: url("../images/border-quote.png") 14 44 40 44;
    border-width: 14px 44px 40px 44px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
  }
}

#home-testimonials .testimonial:not(.featured) .quote {
  position: relative;
  padding-left: 30px;
}

#home-testimonials .testimonial:not(.featured) .quote:before {
  content: url("../images/quotes-light-blue.png");
  left: -32px;
}

@media screen and (min-width: 705px) {
  #home-testimonials .featured .author {
    padding-right: 30%;
  }
}

@media screen and (max-width: 799px) {
  #home-usps [class*="col-"],
  #platform-capabilities [class*="col-"] {
    margin-bottom: 20px;
  }
}

#home-usps .section-header,
#platform-capabilities .section-header {
  margin-bottom: 50px;
}

@media screen and (min-width: 705px) {
  #home-usps .section-header,
  #platform-capabilities .section-header {
    margin-bottom: 80px;
  }
}

#home-usps .section-header h3,
#platform-capabilities .section-header h3 {
  color: #075082;
}

#home-usps .section-header {
  max-width: none;
}

#home-usps .section-header h1,
#home-usps .section-header h2 {
  margin: 0;
}

#home-usps .section-header h1 span,
#home-usps .section-header h2 span {
  color: #25abdc;
  font-weight: 900;
}

#home-usps .usp,
#platform-capabilities .capability {
  display: block;
  position: relative;
  padding: 40px 0;
  margin-top: -30px;
  text-decoration: none;
}

#home-usps a.usp:hover {
  color: #666;
}

@media screen and (min-width: 705px) {
  #home-usps .usp,
  #platform-capabilities .capability {
    padding: 40px 0;
  }
}

#home-usps .usp h1,
#home-usps .usp h2,
#platform-capabilities .capability h1,
#platform-capabilities .capability h2 {
  color: #075082;
}

#home-usps .usp h1 .number,
#home-usps .usp h2 .number {
  color: #ef8826;
}

#home-usps .usp:before,
#platform-capabilities .capability:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#home-usps .usp:nth-child(even):before,
#platform-capabilities .capability:nth-child(even):before {
  background-color: #eee;
  -webkit-transform: skewY(-1deg);
  -ms-transform: skewY(-1deg);
  transform: skewY(-1deg);
}

#home-usps .usp:nth-child(odd):before,
#platform-capabilities .capability:nth-child(odd):before {
  background-color: #fff;
  -webkit-transform: skewY(1deg);
  -ms-transform: skewY(1deg);
  transform: skewY(1deg);
}

@media screen and (max-width: 799px) {
  #home-usps .usp .content,
  #platform-capabilities .capability .content {
    position: static;
  }
}

#home-usps .usp .content p,
#platform-capabilities .capability .content p {
  font-size: 1.2em;
}

#home-usps .usp h1,
#home-usps .usp h2,
#platform-capabilities .capability h1,
#platform-capabilities .capability h2 {
  font-size: 29px;
  font-size: 2.9rem;
}

#home-usps .usp:hover h1,
#home-usps .usp:hover h2,
#platform-capabilities .capability:hover h1,
#platform-capabilities .capability:hover h2 {
  color: #ef8826;
}

#home-brands {
  padding-top: 40px;
}

#home-brands .contain {
  max-width: 1400px;
}

#home-brands h3 {
  color: #666;
}

#home-brands ul {
  margin-bottom: 40px;
}

#home-brands .logos img {
  margin: 0 10px;
}

#home-prove-points {
  margin-bottom: -20px;
}

@media screen and (min-width: 1215px) {
  #home-prove-points {
    padding: 80px 0;
  }
}

#home-prove-points h2 {
  margin: 0;
}

#home-prove-points ul {
  margin-bottom: 0;
}

#home-prove-points li {
  list-style: none;
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 300;
}

#home-prove-points li span {
  color: #25abdc;
  font-weight: bold;
}

@media screen and (min-width: 1215px) {
  #home-prove-points li:first-of-type {
    border-right: 2px solid #ccc;
  }
}

/* Inside Page Styles */
.featured-image {
  border-radius: 10px;
  margin-bottom: 80px;
}

#problem p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  color: #ef8826;
}

#solution ol {
  list-style-type: none;
  counter-reset: ol-counter;
}

#solution li {
  position: relative;
  padding-left: 1.5em;
}

#solution li:before {
  content: counter(ol-counter) ". ";
  counter-increment: ol-counter;
  position: absolute;
  left: 0;
  font-weight: 900;
  color: #25abdc;
}

#benefits-testimonial {
  clear: both;
  margin-top: 40px;
}

#benefits-testimonial .quote {
  color: #666;
}

#benefits-testimonial .quote:before {
  content: url("../images/quotes-gray.png");
}

#use-case h4 {
  margin-top: 40px;
}

.inside-cta .button {
  display: inline-block;
  padding: 5px 10px;
  line-height: 40px;
  white-space: nowrap;
  color: #fff;
  background-color: #25abdc;
  border-radius: 8px;
}

.inside-cta .button:hover {
  background-color: #1c8ab2;
}

/* Platform Page
   See "usps" above for styling of capabilities
*/
@media screen and (min-width: 1215px) {
  .header-graphic {
    max-width: 560px;
  }
}

#platform-more {
  padding-top: 0;
}

#platform-capabilities {
  padding-bottom: 0;
}

#platform-more header h3 {
  color: #ef8826;
}

#platform-more .wrapper {
  padding: 20px;
  border: 3px solid #ccc;
  border-radius: 8px;
}

@media screen and (min-width: 800px) {
  #platform-more .wrapper {
    padding: 40px;
  }
}

#platform-more .wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media screen and (min-width: 800px) {
  #platform-more .wrapper [class*="col-"]:first-of-type {
    width: 50%;
    padding-right: 4%;
    border-right: 1px solid #ccc;
    margin-right: 4%;
  }
}

@media screen and (max-width: 799px) {
  #platform-more .wrapper [class*="col-"]:last-of-type {
    margin-bottom: 0;
  }
}

#platform-more .wrapper .icon {
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (min-width: 705px) {
  #platform-more .wrapper .icon {
    margin-bottom: 20px;
  }
}

#platform-more a {
  display: inline-block;
  margin: 0 10px 10px;
}

/* Resources */
@media screen and (max-width: 704px) {
  #resources-overview-header,
  #blog-overview-header {
    display: none;
  }
}

.resources-header,
.blog-header {
  position: relative;
  background-color: #424242;
  padding: 20px 0;
  color: #aaa;
}

@media screen and (min-width: 800px) {
  .resources-header,
  .blog-header {
    padding: 20px;
  }
  .connections-header {
    padding: 0;
  }
}

.resources-header [class*="col-"],
.blog-header [class*="col-"] {
  margin: 0;
}

.resources-header h1,
.resources-header h2,
.resources-header a,
.blog-header h1,
.blog-header h2,
.blog-header a {
  color: #fff;
  text-decoration: none;
}

.resources-header h3,
.blog-header h3 {
  color: #25abdc;
}

.resources-header .image-wrapper,
.blog-header .image-wrapper {
  display: none;
}

.connections-header .image-wrapper {
  display: block;
  background-position: center center;
  background-size: cover;
  min-height: 60px;
  margin-top: 0;
  padding: 10px 0;
}

.connections-header {
  position: relative;
  min-height: 60px;
}

.connections-header h1 {
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  margin-top: 30px;
}

@media screen and (min-width: 800px) {
  .resources-header .image-wrapper,
  .blog-header .image-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50%;
    background-position: center center;
    background-size: cover;
  }
  .connections-header {
    height: 150px;
  }
  .connections-header .image-wrapper {
    height: 150px;
  }
}

@media screen and (min-width: 705px) {
  #resources-nav {
    border-style: solid;
    border: 2px solid #ccc;
    display: table;
  }
}

@media screen and (min-width: 705px) and (max-width: 799px) {
  #resources-nav {
    font-size: 75%;
  }
}

#resources-nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#resources-nav li {
  list-style: none;
  cursor: pointer;
}

@media screen and (max-width: 704px) {
  #resources-nav li {
    display: inline-block;
    padding: 2px 5px;
    margin-bottom: 5px;
    border-width: 2px solid #ccc;
    border-radius: 4px;
  }
}

@media screen and (min-width: 705px) {
  #resources-nav li {
    display: table-cell;
    vertical-align: middle;
    width: 14.28%;
    text-align: center;
    border-right: 1px solid #ccc;
    margin: 0;
  }
  #resources-nav li:last-of-type {
    border-right: none;
  }
  #resources-nav li a {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-weight: 900;
  }
}

#resources-nav li a.active {
  color: #25abdc;
}

#resources-wrapper {
  width: 104%;
  left: -2%;
  margin: 40px 0 0;
}

#resources-wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#resources-wrapper .resource {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 4%;
  border-style: solid;
  border: 2px solid #ccc;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  border-radius: 15px;
}

#resources-wrapper a.resource {
  text-decoration: none;
}

#resources-wrapper a.resource:hover {
  color: #666;
}

@media screen and (min-width: 705px) {
  #resources-wrapper .resource {
    width: 46%;
    margin: 0 2% 4%;
  }
}

@media screen and (min-width: 1215px) {
  #resources-wrapper .resource {
    width: 29.33%;
  }
}

#resources-wrapper .resource.customer-case h3,
#resources-wrapper .resource.video h3 {
  color: #25abdc;
}

#resources-wrapper .resource.factsheet h3,
#resources-wrapper .resource.webinar h3 {
  color: #075082;
}

#resources-wrapper .resource.infographic h3,
#resources-wrapper .resource.whitepaper h3 {
  color: #ef8826;
}

#resources-wrapper .resource .image {
  width: 100%;
  height: 175px;
  background-position: center center;
  background-size: cover;
}

#resources-wrapper .resource .content {
  padding: 20px;
}

#resources-wrapper .resource .content p:last-of-type {
  margin: 0;
}

#resources-wrapper .resource .content .category {
  font-weight: 900;
}

#resources-wrapper .resource .content .category .read-more-target {
  display: none;
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
}

#resources-wrapper .resource .content .category .read-more-state {
  display: none;
}

#resources-wrapper .resource .content .category .read-more-trigger {
  cursor: pointer;
}

#resources-wrapper .resource .content .category .read-more-state:checked ~ .read-more-trigger {
  display: none;
}

#resources-wrapper .resource .content .category .read-more-state:checked ~ .read-more-target {
  display: inline;
}

#platform-header {
  background-color: #25abdc;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
}

#platform-header p,
#platform-header .header-graphic {
  display: block;
}

#platform-header video {
  display: none;
}

@media screen and (min-width: 700px) {
  #platform-header p {
    max-width: 750px;
    margin: 0 auto 20px auto;
  }
  #platform-header .header-graphic {
    display: none;
  }
  #platform-header video {
    display: block;
  }
}

#platform-box {
  padding: 0 0 20px 0;
}

#platform-more {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}

#knowledge-base {
  text-align: center;
}

#platform-more > div,
#knowledge-base > div {
  display: inline-block;
  position: relative;
  text-align: left;
  padding: 20px 5%;
  border: 3px solid #ccc;
  border-radius: 8px;
  min-height: 230px;
}

#news-wrapper .section-tree h3 {
  color: #666;
}

#news-wrapper .section-tree h3 a {
  color: #666;
  text-decoration: none;
}

#news-wrapper .section-tree h3 a:hover {
  color: #25abdc !important;
}

#news-wrapper .section-tree a,
#news-wrapper .article-list a {
  text-decoration: none;
}

#news-wrapper .section-tree a:hover,
#news-wrapper .article-list a:hover {
  color: #25abdc;
}

#news-wrapper ul li:before {
  color: #666;
}

#news-wrapper .show-all .caret-link:first-of-type {
  margin-right: 80px;
}

a.events-item,
a.events-item:hover {
  text-decoration: none;
}

.events-item h3,
.events-item h4 {
  margin-bottom: 0;
}

main #knowledge-base .recent-articles h3,
main #knowledge-base .promoted-articles h3,
main #knowledge-base .related-articles h3 {
  color: #666;
}

main #knowledge-base a {
  text-decoration: none;
}

#platform-more h2 {
  font-size: 29px;
  font-size: 2.9rem;
}

#platform-more p,
#platform-more div {
  font-size: 22px;
  font-size: 2.2rem;
}

main #knowledge-base a:hover {
  color: #25abdc;
}

@media screen and (min-width: 705px) {
  #platform-more > div,
  #knowledge-base > div {
    padding: 30px 5% 30px 150px;
  }
  #platform-box {
    padding: 0 0 60px 0;
  }
}

@media screen and (min-width: 800px) {
  #platform-more > div {
    padding: 10px 10px 10px 250px;
  }
  #knowledge-base > div {
    padding: 40px 5% 40px 250px;
  }
  #platform-box {
    padding: 0 0 60px 0;
  }
}

#knowledge-base ul {
  list-style-position: inside;
}

#platform-more img,
#knowledge-base img {
  display: none;
  width: 75px;
  margin-bottom: 10px;
}

@media screen and (min-width: 705px) {
  #platform-more img,
  #knowledge-base img {
    display: block;
    position: absolute;
    left: 50px;
    top: 40%;
  }
}

@media screen and (min-width: 1215px) {
  #platform-more img,
  #knowledge-base img {
    display: block;
    top: 50%;
    left: 50px;
    width: 150px;
    margin-top: -75px;
  }
}

/* Footer menu items "Connections", "Become a Partner" and "Pricing" */
#menu-item-3503,
#menu-item-5324,
#menu-item-2759 {
  font-weight: 900;
}

#share-container {
  text-align: center;
  padding: 20px;
  margin-top: 40px;
  border: 3px solid #ccc;
  border-radius: 8px;
}

.at300b {
  float: none !important;
}

/* About Page */
#about-header {
  position: relative;
  padding: 40px 0;
  background-position: center center;
  background-size: cover;
  color: #fff;
}

@media screen and (min-width: 705px) {
  #about-header {
    padding: 60px 0;
  }
}

#about-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(7, 80, 130, 0.5);
  z-index: 0;
}

#about-header * {
  position: relative;
  color: #fff;
  z-index: 1;
}

@media screen and (min-width: 705px) {
  #about-header h1 {
    line-height: 400px;
  }
}

#about-management {
  padding-bottom: 0;
}

#team-member-wrapper {
  text-align: center;
}

.team-member {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (min-width: 705px) {
  .team-member {
    width: 46%;
    margin: 0 2% 4%;
  }
}

@media screen and (min-width: 960px) {
  .team-member {
    width: 21%;
  }
}

.team-member header {
  position: relative;
}

@media screen and (max-width: 704px) {
  .team-member header {
    margin-bottom: 20px;
  }
}

.team-member header p {
  font-size: 16px;
  font-size: 1.6rem;
}

.team-member img {
  border-radius: 10px;
  max-width: 100%;
  margin-bottom: 20px;
}

.team-member h3 {
  color: #25abdc;
  margin: 0;
}

.team-member header:before,
.team-member header:after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 50%;
  bottom: -31px;
  border-style: solid;
  border-color: transparent;
  border-top: 0;
  z-index: 1;
}

@media screen and (min-width: 705px) {
  .team-member header:before,
  .team-member header:after {
    bottom: -51px;
  }
}

@media screen and (min-width: 800px) {
  .team-member header:before,
  .team-member header:after {
    bottom: -51px;
  }
}

.team-member header:before {
  border-bottom-color: #ccc;
  border-width: 16px;
  margin-left: -16px;
}

.team-member header:after {
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}

.team-member.active header:before,
.team-member.active header:after {
  opacity: 1;
}

.team-member .bio {
  position: absolute;
  left: 15px;
  right: 15px;
  text-align: left;
  margin-right: 20px;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  overflow: hidden;
  text-align: left;
  margin: 10px 0 30px;
  padding: 0;
  border: 1px solid #ccc;
  border-width: 1px 0;
}

@media screen and (min-width: 705px) {
  .team-member .bio {
    left: 80px;
    right: 80px;
    margin: 30px 0;
  }
}

.team-member .bio * {
  opacity: 0;
}

.team-member.active .bio {
  padding: 30px 0 10px;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.team-member.active .bio * {
  opacity: 1;
}

.team-member .bio a {
  text-decoration: underline;
}

#about-investors {
  color: #fff;
  background-color: #25abdc;
}

#about-investors .clearfix {
  margin-bottom: 20px;
}

@media screen and (min-width: 705px) {
  #about-investors .clearfix {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 800px) {
  #about-investors .clearfix p {
    padding-right: 190px;
  }
}

#about-investors .logo {
  margin: 0 0 10px 0;
}

@media screen and (min-width: 800px) {
  #about-investors .logo {
    float: right;
    width: 150px;
    margin: 0 0 10px 40px;
    height: auto;
  }
}

.post-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  text-align: left;
  border-style: solid;
  /* Needed for Firefox */
  border-color: #ccc;
  -webkit-border-image: url("../images/border-outline-gray.png") 5;
  -moz-border-image: url("../images/border-outline-gray.png") 5;
  border-image: url("../images/border-outline-gray.png") 5;
  border-width: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  border-radius: 15px;
}

@media screen and (min-width: 705px) {
  .post-wrapper {
    width: 48%;
    margin: 0 1% 2%;
  }
}

@media screen and (min-width: 1215px) {
  .post-wrapper {
    width: 23%;
  }
}

.post-wrapper h3 {
  margin-bottom: 40px;
}

.post-wrapper.news h3 {
  color: #25abdc;
}

.post-wrapper.press h3,
.post-wrapper.event h3 {
  color: #075082;
}

.post-wrapper.blog h3 {
  color: #ef8826;
}

.post-wrapper h4,
.post-wrapper p {
  margin: 0;
}

#news-wrapper .career,
#news-wrapper .news-item,
#about-careers .career {
  display: block;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}

#news-wrapper .career:last-of-type,
#news-wrapper .news-item:last-of-type,
#about-careers .career:last-of-type {
  border-bottom: 1px solid #ccc;
}

#news-wrapper .career p,
#news-wrapper .news-item p,
#about-careers .career p {
  margin: 0;
  color: #666;
}

#about-careers .career h3 {
  margin-bottom: 5px;
  color: #25abdc;
}

#news-wrapper .news-item h3 {
  margin-bottom: 5px;
  margin-top: 0;
  color: #666;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}

#news-wrapper .news-item p {
  font-size: 16px;
  font-size: 1.6rem;
}

#news-wrapper .news-item p span,
#about-careers .career p span {
  font-weight: 900;
}

#news-wrapper .right h3,
#about-careers .right h3 {
  color: #075082;
}

/* Careers, News and Blog Posts */
#news-wrapper {
  padding-top: 20px;
}

.post {
  display: block;
  padding: 40px 0;
  border-top: 1px solid #ccc;
}

.post:last-of-type {
  border-bottom: 1px solid #ccc;
}

.post:not(.career):first-of-type {
  border-top: none;
}

.post h3 {
  margin: 0;
}

.post h3 .date {
  color: #25abdc;
}

.post h3 .type {
  font-weight: 900;
}

#pagination {
  margin: 40px 0;
}

#pagination li {
  display: inline-block;
  margin-right: 5px;
  font-weight: 900;
  list-style: none;
}

#pagination .current {
  color: #25abdc;
}

#apply {
  margin-top: 40px;
  text-align: center;
}

#apply a {
  display: inline-block;
  padding: 10px 20px;
  border: 3px solid #ef8826;
  border-radius: 8px;
}

.blog-search:before {
  font-family: "FontAwesome";
  content: "\f002";
  color: #25abdc;
  left: 292px;
  position: relative;
}

.blog-search input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  border: 2px solid #25abdc;
  background: #075082;
  line-height: 1.5em;
  height: 2em;
  width: 250px;
  border-radius: 7px;
  color: #25abdc;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 40px;
}

.blog-search input[type=search]::-webkit-input-placeholder {
  color: #25abdc;
  opacity: 0.8;
}

.blog-search input[type=search]:-moz-placeholder {
  /* Firefox 18- */
  color: #25abdc;
  opacity: 0.8;
}

.blog-search input[type=search]::-moz-placeholder {
  /* Firefox 19+ */
  color: #25abdc;
  opacity: 0.8;
}

.blog-search input[type=search]:-ms-input-placeholder {
  color: #25abdc;
  opacity: 0.8;
}

.blog-search input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.blog-search input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.blog-search input[type="search"]::-webkit-search-decoration,
.blog-search input[type="search"]::-webkit-search-cancel-button,
.blog-search input[type="search"]::-webkit-search-results-button,
.blog-search input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.blog-search input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.blog-search input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.blog-search input[type="search"]::-webkit-search-decoration,
.blog-search input[type="search"]::-webkit-search-cancel-button,
.blog-search input[type="search"]::-webkit-search-results-button,
.blog-search input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.blog-search-subscribe-wrapper {
  text-align: center;
}

#resources-section .blog-search-subscribe-wrapper,
.blog-search-subscribe-wrapper .search-small,
.blog-search-subscribe-wrapper #subscribe-blog-form-holder {
  display: inline-block;
}

.blog-search-subscribe-wrapper form div {
  margin-bottom: 0;
}

.blog-search-subscribe-wrapper .blog-search:before {
  color: #b3b2b2;
  left: 272px;
  font-size: 14px;
  font-size: 1.4rem;
}

.blog-search-subscribe-wrapper .blog-search input[type=search] {
  border: 2px solid #b3b2b2;
  background: #e6e5e5;
  background-image: -webkit-linear-gradient(top, #e0e0e0 0, #fff 100%);
  background-image: -o-linear-gradient(top, #e0e0e0 0, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#fff));
  background-image: linear-gradient(to bottom, #e0e0e0 0, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0e0e0', endColorstr='#ffffffff', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  line-height: 1.5em;
  height: 33px;
  width: 230px;
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 20px;
  margin-top: 0;
}

#resources-section .blog-search-subscribe-wrapper .blog-search input[type=search] {
  border: 1px solid #b3b2b2;
  margin-right: 0;
}

.blog-search-subscribe-wrapper .blog-search input[type=search]::-webkit-input-placeholder {
  color: #b3b2b2;
  opacity: 1;
}

.blog-search-subscribe-wrapper .blog-search input[type=search]:-moz-placeholder {
  /* Firefox 18- */
  color: #b3b2b2;
  opacity: 1;
}

.blog-search-subscribe-wrapper .blog-search input[type=search]::-moz-placeholder {
  /* Firefox 19+ */
  color: #b3b2b2;
  opacity: 1;
}

.blog-search-subscribe-wrapper .blog-search input[type=search]:-ms-input-placeholder {
  color: #b3b2b2;
  opacity: 1;
}

#blog-wrapper .post {
  position: relative;
}

@media screen and (max-width: 704px) {
  #blog-wrapper .post {
    padding-left: 0 !important;
  }
}

#blogposts-wrapper .blogpost {
  width: 100%;
  padding-right: 0;
}

#blog-wrapper .post img {
  display: none;
}

@media screen and (min-width: 705px) and (max-width: 1214px) {
  #blog-wrapper .post img {
    display: block;
    position: absolute;
    left: 0;
  }
}

@media screen and (min-width: 1215px) {
  #blogposts-wrapper .blogpost {
    width: 50%;
    padding-right: 5%;
  }
  #blog-wrapper .post img {
    display: block;
    position: absolute;
    left: 0;
  }
}

#blog-categories {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

#blog-categories li {
  list-style: none;
  display: inline-block;
  padding: 2px 5px;
  margin-bottom: 5px;
  border-style: solid;
  border-color: #ccc;
  -webkit-border-image: url("../images/border-outline-gray.png") 8;
  -moz-border-image: url("../images/border-outline-gray.png") 8;
  border-image: url("../images/border-outline-gray.png") 8;
  border-width: 8px;
}

#blog-categories li.active {
  color: #25abdc;
}

.featured-image-blog {
  width: 300px;
}

#subscribe-blog-wrapper {
  background-color: #ef8826;
  color: #fff;
  padding: 10px;
  z-index: 2;
  border-radius: 8px;
  width: 290px;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 20px auto 0;
  text-align: center;
}

#subscribe-blog-wrapper .buttontext {
  display: block;
  cursor: pointer;
}

#subscribe-blog-wrapper:hover {
  cursor: pointer;
  background-color: #d26f10;
}

#subscribe-blog-wrapper.opened:hover {
  cursor: auto;
  background-color: #ef8826;
}

#subscribe-blog-wrapper label {
  display: none;
}

#subscribe-blog-wrapper .contents {
  display: none;
}

#subscribe-blog-wrapper.opened .buttontext {
  display: none;
}

#subscribe-blog-wrapper.opened .contents {
  display: block;
}

#subscribe-blog-wrapper .resources-form {
  padding: 10px;
}

#subscribe-blog-wrapper .resources-form .buttonHolder {
  margin-bottom: 0;
}

#subscribe-blog-wrapper #subscribe {
  display: none;
}

#subscribe-blog-wrapper div:last-child {
  margin-bottom: 0;
}

#subscribe-blog-wrapper .uniForm .textInput,
#subscribe-blog-wrapper .uniForm .buttonInput {
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  padding: 5px;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 6px;
  width: 100%;
}

#subscribe-blog-wrapper .uniForm .formHolder {
  padding: 0;
}

#subscribe-blog-wrapper .uniForm .buttonHolder {
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -khtml-border-radius: 0;
}

#subscribe-blog-wrapper .uniForm .buttonHolder .primaryAction {
  background: #ccc;
  border-color: #ccc;
  padding: 6px 22px;
  line-height: 1;
  font-weight: normal;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -khtml-border-radius: 6px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}

#subscribe-blog-wrapper .uniForm .buttonHolder .primaryAction:hover {
  background: #b3b2b2;
  border-color: #b3b2b2;
}

#subscribe-blog-wrapper .uniForm .fieldHolder {
  padding: 0;
  margin-bottom: 10px;
}

#subscribe-blog-wrapper .uniForm .fieldHolder:first-of-type {
  margin-bottom: 0;
}

#subscribe-blog-wrapper .uniForm div[data-bc-id=bcf-1] {
  width: 33%;
  float: left;
  display: inline-block;
}

#subscribe-blog-wrapper .uniForm div[data-bc-id=bcf-1]:after {
  display: none;
}

#subscribe-blog-wrapper .uniForm div[data-bc-id=bcf-2] {
  width: 64%;
  display: inline-block;
  margin-left: 3%;
}

#subscribe-blog-wrapper .uniForm div[data-bc-id=bcf-5] {
  margin-bottom: 0;
}

#subscribe-blog-wrapper .errormsg {
  display: none;
}

#subscribe-blog-wrapper .error .textInput {
  border: 2px solid red;
}

#subscribe-blog-wrapper .uniForm .fieldHolder.error,
#subscribe-blog-wrapper .uniForm .fieldHolder.focused.error {
  background: transparent;
  border: none;
}

#subscribe-blog-wrapper .uniForm #okMsg {
  color: #666;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -khtml-border-radius: 6px;
}

#webinar-form .error .textInput {
  border: 2px solid red;
}

#webinar-form .fieldHolder .error {
  color: red;
  margin-left: 10px;
  margin-top: 5px;
}

/* Contact Page */
#contact-header {
  position: relative;
  color: #25abdc;
}

#contact-header .gform_title {
  color: #fff;
  margin-bottom: 10px;
}

#contact-header h1 {
  color: #fff;
  margin-bottom: 10px;
}

#contact-header h3 {
  margin-bottom: 40px;
}

#contact-header .gform_description,
#contact-header .gform_confirmation_message {
  display: block;
  margin-bottom: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
}

#contact-form,
#blue-demo-form {
  padding: 20px;
  background-color: #075082;
}

@media screen and (min-width: 705px) {
  #contact-form {
    float: right;
    width: 60%;
    padding: 60px;
  }
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
}

#map-canvas {
  display: block;
  position: absolute;
  top: 0;
  right: 60%;
  bottom: 0;
  left: 0;
}

#map-canvas img {
  max-width: none;
}

@media screen and (max-width: 704px) {
  #map-canvas {
    display: none;
  }
}

@media screen and (max-width: 704px) {
  #contact-info [class*="col-"] {
    margin-bottom: 20px;
  }
}

#contact-info h3 {
  color: #25abdc;
}

#contact-info a {
  text-decoration: underline;
}

/* BlueConic Elements */
/* Cookie Banner */
#bcpm-notification-outer-border {
  width: 100%;
  padding: 10px;
}

@media screen and (min-width: 705px) {
  #bcpm-notification-outer-border {
    padding: 20px 40px 20px 20px;
  }
}

#bcpm-box-close-button,
#bcpm-selector-close-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-weight: 300;
  font-size: 24px;
  font-size: 2.4rem;
  color: red;
}

.bcpm-notification-button {
  display: inline-block;
  background-color: #25abdc;
  border-radius: 5px;
  padding: 6px 12px;
  margin-bottom: 10px;
}

.bcpm-notification-button * {
  margin: 0 !important;
}

/* Cookie Permissions */
.bcpm-box-outer-border {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  text-align: center;
  overflow-y: scroll;
}

.bcpm-box-outer-border:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.bcpm-box-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #ccc;
  width: 90%;
  max-width: 600px;
  padding: 30px;
}

#bcpm-selector-close-button {
  color: black;
}

#bcpm-selector-title-text {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  color: #25abdc;
  margin-bottom: 20px;
}

.bcpm-box-wrapper p {
  margin-bottom: 20px;
}

.bcpm-box-wrapper dt {
  margin-bottom: 10px;
}

.bcpm-box-wrapper dd {
  margin-bottom: 20px;
}

.bcpm-box-wrapper input[type="radio"] {
  float: left;
  margin-right: 10px;
}

.bcpm-box-wrapper label {
  font-weight: 900;
}

.bcpm-button-text {
  display: inline-block;
  background-color: #25abdc;
  border-radius: 5px;
  padding: 10px 20px;
  margin-right: 20px;
  color: #fff;
}

.bcpm-notification-button,
.bcpm-box-close-button,
.bcpm-selector-close-button,
#bcpm-selector-ok,
a.bcpm-link {
  cursor: pointer;
}

.bcpm-notification-button:focus,
.bcpm-box-close-button:focus,
.bcpm-selector-close-button:focus,
#bcpm-selector-ok:focus {
  outline: 0;
}

.bcpm-box-wrapper a {
  text-decoration: underline;
}

/*
div.image-wrapper, div.col-1-2 > h1 {
  opacity: 0;
}
*/
@media screen and (max-width: 704px) {
  div.image-wrapper {
    opacity: 0;
  }
}

@media print {
  nav,
  header form,
  section.cta-section,
  div#share-container,
  #organization div.contain div.wrapper div.link-group {
    display: none;
  }
}

/* Pricing */
#pricing-header {
  background-image: url("/static/presentation/blueconic/images/blueconic-pricing-header.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1400px 150px;
  background-color: #0878a2;
  height: 100px;
  padding-top: 20px;
}

#pricing-header h1 {
  color: #fff;
}

.tabs {
  line-height: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}

.tabs li {
  margin: 10px 0;
  border-width: 0;
  background-color: #e8e8e8;
  color: #ccc;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  border-radius: 8px;
  padding: 10px 12px;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

.tabs li.selected {
  background: #ccc;
  color: #666;
}

@media screen and (min-width: 705px) {
  .tabs {
    line-height: 24px;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
    text-align: center;
  }
  .tabs:before {
    z-index: 1;
  }
  .tabs:after {
    border-bottom: 1px solid #aaa;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .tabs li {
    overflow: inherit;
    border-radius: inherit;
    font-size: inherit;
    font-weight: inherit;
    background: #ececec;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 1px solid #aaa;
    color: #aaa;
    display: inline-block;
    margin: 0 -5px;
    padding: 10px 20px;
    position: relative;
    z-index: 0;
    cursor: pointer;
  }
  .tabs li:before,
  .tabs li:after {
    border: 1px solid #aaa;
    bottom: -1px;
    content: " ";
    height: 5px;
    position: absolute;
    width: 5px;
  }
  .tabs li:before {
    border-bottom-right-radius: 6px;
    border-color: #aaa;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ececec;
    left: -6px;
  }
  .tabs li:after {
    border-bottom-left-radius: 6px;
    border-color: #aaa;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ececec;
    right: -6px;
  }
  .tabs li.selected {
    background: #fff;
    border-bottom-color: #fff;
    color: #666;
    z-index: 2;
  }
  .tabs li.selected:before {
    box-shadow: 2px 2px 0 #fff;
  }
  .tabs li.selected:after {
    box-shadow: -2px 2px 0 #fff;
  }
}

.pricing-wrapper .extrainfo p.no-margin-bottom {
  margin-bottom: 0;
}

.tier-wrapper {
  width: 250px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  text-align: center;
  margin-bottom: 20px;
}

.tier-wrapper .pricing-wrapper {
  width: 100%;
  margin-bottom: 40px;
  border-style: solid;
  /* Needed for Firefox */
  border-color: #ccc;
  border-width: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  border-radius: 15px;
}

.tier-wrapper .button {
  width: 200px;
  margin: 0;
  border-width: 0;
  background-color: #ef8826;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  border-radius: 8px;
  padding: 10px 12px;
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}

.tier-wrapper.pyxis .button {
  background-color: #07a;
}

.tier-wrapper a,
.tier-wrapper a:hover {
  color: #fff;
  text-decoration: none;
}

.tier-wrapper .button:hover {
  background-color: #d26f10;
}

.tier-wrapper.pyxis .button:hover {
  background-color: #005377;
}

.tier-wrapper .basicinfo {
  min-height: 400px;
}

.tier-wrapper .togglebutton {
  position: absolute;
  margin: 0;
  top: 382px;
  left: -14px;
  cursor: pointer;
  display: block;
  color: #fff;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: normal;
  width: 48px;
  height: 48px;
  border: 4px solid #fff;
  border-radius: 25px;
  padding: 0 2px 2px 2px;
  line-height: 38px;
  z-index: 2;
}

.tier-wrapper .extratoggle {
  height: 0;
  width: 25px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.tier-wrapper.pyxis .togglebutton {
  color: #fff;
  border-color: #fff;
  background-color: #25abdc;
}

.tier-wrapper.chamaeleon .togglebutton,
.tier-wrapper.phoenix .togglebutton,
.tier-wrapper.pegasus .togglebutton {
  color: #fff;
  border-color: #fff;
  background-color: #0878a2;
}

.tier-wrapper.hydra .togglebutton {
  color: #fff;
  border-color: #fff;
  background-color: #075082;
}

.tier-wrapper.pyxis .togglebutton:hover {
  color: #25abdc;
  border-color: #25abdc;
  background-color: #fff;
}

.tier-wrapper.chamaeleon .togglebutton:hover,
.tier-wrapper.phoenix .togglebutton:hover,
.tier-wrapper.pegasus .togglebutton:hover {
  color: #0878a2;
  border-color: #0878a2;
  background-color: #fff;
}

.tier-wrapper.hydra .togglebutton:hover {
  color: #075082;
  border-color: #075082;
  background-color: #fff;
}

.tier-wrapper.pyxis .pricing-wrapper {
  border-color: #25abdc;
  background-color: #25abdc;
  color: #fff;
}

.tier-wrapper.chamaeleon .pricing-wrapper,
.tier-wrapper.phoenix .pricing-wrapper,
.tier-wrapper.pegasus .pricing-wrapper {
  border-color: #0878a2;
  background-color: #0878a2;
  color: #fff;
}

.tier-wrapper.hydra .pricing-wrapper {
  border-color: #075082;
  background-color: #075082;
  color: #fff;
}

.tier-wrapper .price {
  margin-top: 20px;
  min-height: 60px;
}

.tier-wrapper.hydra .price {
  margin-top: 30px;
  min-height: 50px;
}

.tier-wrapper .basicinfo .price-dollar {
  font-size: 34px;
  font-size: 3.4rem;
}

.tier-wrapper .price-number {
  font-size: 34px;
  font-size: 3.4rem;
}

.tier-wrapper .price-text {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  top: -12px;
}

.tier-wrapper.hydra .price-number {
  line-height: 24px;
}

.tier-wrapper .extrainfo {
  background-color: #fff;
  color: #666;
  padding: 40px 0 20px 0;
  display: none;
}

.pricing-wrapper h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 900;
}

.pricing-wrapper.news h3 {
  color: #25abdc;
}

.pricing-wrapper.press h3,
.pricing-wrapper.event h3 {
  color: #075082;
}

.pricing-wrapper.blog h3 {
  color: #ef8826;
}

.pricing-wrapper p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 900;
  margin: 0;
}

.pricing-wrapper .extrainfo p {
  margin-bottom: 20px;
}

.pricing-wrapper .small {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

.pricing-wrapper h4 {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

.tier-wrapper .increase {
  cursor: pointer;
  position: relative;
  display: inline-block;
  top: -1px;
  left: 4px;
  background: none;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #fff;
  padding: 0;
  width: 18px;
  height: 13px;
  line-height: 12px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.tier-wrapper .decrease {
  cursor: pointer;
  position: relative;
  display: inline-block;
  top: -2px;
  background: none;
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #fff;
  width: 18px;
  height: 13px;
  line-height: 10px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.tier-wrapper .increase:hover {
  background-color: #fff;
  color: #25abdc;
}

.tier-wrapper .decrease:hover {
  background-color: #fff;
  color: #25abdc;
}

.tier-wrapper .decrease:active,
.tier-wrapper .increase:active {
  opacity: 0.7;
}

.tier-wrapper .decrease.disabled,
.tier-wrapper .decrease.disabled:hover,
.tier-wrapper .increase.disabled,
.tier-wrapper .increase.disabled:hover {
  background-color: #25abdc;
  border-color: #fff;
  color: #fff;
  opacity: 0.3;
}

.tier-wrapper .increase span {
  display: inline-block;
  font-weight: normal;
}

.tier-wrapper .decrease span {
  display: inline-block;
}

.tier-wrapper .decrease-align {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-bottom: 12px;
}

.tier-wrapper .increase-align {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.chamaeleon .decrease.disabled,
.chamaeleon .decrease.disabled:hover,
.chamaeleon .increase.disabled,
.chamaeleon .increase.disabled:hover {
  cursor: default;
}

.chamaeleon .no-selection {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

.tier-wrapper .illustration {
  display: block;
  width: 100%;
  height: 119px;
  background-position: center;
  background-repeat: no-repeat;
}

.tier-wrapper.pyxis .illustration {
  background-image: url("/static/presentation/blueconic/images/pyxis-trans.png");
}

.tier-wrapper.chamaeleon .illustration {
  background-image: url("/static/presentation/blueconic/images/chamaeleon-trans.png");
}

.tier-wrapper.phoenix .illustration {
  background-image: url("/static/presentation/blueconic/images/phoenix-trans.png");
}

.tier-wrapper.pegasus .illustration {
  background-image: url("/static/presentation/blueconic/images/pegasus-trans.png");
}

.tier-wrapper.hydra .illustration {
  background-image: url("/static/presentation/blueconic/images/hydra-trans.png");
}

.swiper-pagination-bullet {
  margin: 0 5px;
  width: 16px;
  height: 16px;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 0;
}

p.pyxis-signup {
  background-color: #e6e5e5;
  border-radius: 8px;
  padding: 10px;
  font-size: 1.4rem;
}

#permission-warning {
  display: none;
}

/* Progress Tracker v2 */
ol.progress[data-steps="2"] li {
  width: 49%;
}

ol.progress[data-steps="3"] li {
  width: 33%;
}

ol.progress[data-steps="4"] li {
  width: 24%;
}

ol.progress[data-steps="5"] li {
  width: 19%;
}

ol.progress[data-steps="6"] li {
  width: 16%;
}

ol.progress[data-steps="7"] li {
  width: 14%;
}

ol.progress[data-steps="8"] li {
  width: 12%;
}

ol.progress[data-steps="9"] li {
  width: 11%;
}

.progress {
  width: 100%;
  list-style: none;
  list-style-image: none;
  margin: 20px 0 20px 0;
  padding: 0;
}

.progress li {
  float: left;
  text-align: center;
  position: relative;
}

.progress .name {
  display: block;
  vertical-align: bottom;
  text-align: center;
  margin-bottom: 1em;
  color: black;
  opacity: 0.3;
}

.progress .step {
  color: #fff;
  border: 3px solid silver;
  background-color: silver;
  border-radius: 50%;
  line-height: 1.2;
  width: 1.4em;
  height: 1.4em;
  display: inline-block;
  z-index: 0;
}

.progress .step span {
  opacity: 0.5;
}

.progress .active .name,
.progress .active .step span {
  opacity: 1;
}

.progress .step:before {
  content: "";
  display: block;
  background-color: silver;
  height: 0.4em;
  width: 50%;
  position: absolute;
  bottom: 0.6em;
  left: 0;
  z-index: -1;
}

.progress .step:after {
  content: "";
  display: block;
  background-color: silver;
  height: 0.4em;
  width: 50%;
  position: absolute;
  bottom: 0.6em;
  right: 0;
  z-index: -1;
}

.progress li:first-of-type .step:before {
  display: none;
}

.progress li:last-of-type .step:after {
  display: none;
}

.progress .done .step,
.progress .done .step:before,
.progress .done .step:after,
.progress .active .step,
.progress .active .step:before {
  background-color: #25abdc;
}

.progress .done .step,
.progress .active .step {
  border: 3px solid #25abdc;
}

.tier-wrapper h4.header {
  font-weight: 900;
  margin-bottom: 10px;
}

@media screen and (min-width: 705px) {
  .tier-wrapper {
    width: 30%;
    margin: 0 1% 2%;
  }
  .tier-wrapper .price-text {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tier-wrapper .basicinfo .price-dollar {
    font-size: 30px;
    font-size: 3.0rem;
  }
  .tier-wrapper .price-number {
    font-size: 30px;
    font-size: 3.0rem;
  }
  .tier-wrapper .button {
    width: 120px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .tier-wrapper .basicinfo {
    min-height: 340px;
  }
  .tier-wrapper .extrainfo {
    padding: 30px 0 20px 0;
  }
  .pricing-wrapper h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .pricing-wrapper p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pricing-wrapper .small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pricing-wrapper h4 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tier-wrapper .pricing-wrapper {
    margin-bottom: 20px;
  }
  .tier-wrapper .togglebutton {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px;
    top: 332px;
    left: 0;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 0 2px 2px 2px;
    line-height: 21px;
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

@media print, screen and (min-width: 1305px) {
  .tier-wrapper {
    width: 18%;
  }
  .swiper-pagination {
    display: none;
  }
  .tier-wrapper .price-text {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tier-wrapper .basicinfo .price-dollar {
    font-size: 30px;
    font-size: 3.0rem;
  }
  .tier-wrapper .price-number {
    font-size: 30px;
    font-size: 3.0rem;
  }
  .tier-wrapper .button {
    width: 120px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 2px 4px;
  }
  .tier-wrapper .basicinfo {
    min-height: 340px;
  }
  .tier-wrapper .extrainfo {
    padding: 30px 0 20px 0;
  }
  .pricing-wrapper h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .pricing-wrapper p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pricing-wrapper .small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pricing-wrapper h4 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tier-wrapper .pricing-wrapper {
    margin-bottom: 20px;
  }
  .tier-wrapper .togglebutton {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px;
    top: 332px;
    left: 0;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 0 2px 2px 2px;
    line-height: 21px;
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

@media print {
  .tier-wrapper.hydra .price-number {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 32px;
  }
  .extratoggle {
    display: none;
  }
  .pricing-wrapper h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .tier-wrapper .illustration {
    display: none;
  }
  .tier-wrapper .basicinfo {
    min-height: 210px;
  }
}

tweet-this {
  border-bottom: 1px solid #ccc;
}

tweet-this.hover {
  border-bottom: 1px solid #25abdc;
}

.tweet-this-button {
  margin-left: 10px;
  display: inline-block;
  border-radius: 3px;
  background-color: #ccc;
  color: #fff;
  padding: 1px 3px;
  font-size: 12px;
  font-size: 1.2rem;
  cursor: pointer;
}

.tweet-this-button:hover {
  color: #fff;
  background-color: #25abdc;
}

.tweet-this-button:before {
  font-family: "Icons";
  content: "\e601";
  padding-right: 7px;
}

.latest-tweets a {
  text-decoration: none;
}

.latest-tweets .wrapper {
  padding-left: 68px;
  padding-bottom: 20px;
}

main .latest-tweets ul li {
  position: relative;
  padding-left: 0;
}

main .latest-tweets ul li:before {
  content: "";
}

.latest-tweets .twittername {
  font-weight: 600;
}

.latest-tweets .avatar {
  position: absolute;
  top: 0;
  left: 0;
}

.latest-tweets .tweet-text {
  margin-bottom: 0;
}

.latest-tweets .tweet-text a {
  color: #25abdc;
}

.latest-tweets .twitterhandle {
  font-size: 16px;
  font-size: 1.6rem;
}

.latest-tweets .tweet-details {
  font-size: 16px;
  font-size: 1.6rem;
}

.once {
  border: 3px solid #ccc;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  clear: both;
}

.display-once {
  display: none;
}

.once .once-close {
  position: absolute;
  right: 15px;
  cursor: pointer;
}

.once p {
  margin-bottom: 0;
  margin-top: 30px;
}

.connections {
  clear: both;
  display: block;
  border-top: 1px solid #ccc;
  padding: 10px 0;
}

.connections:nth-of-type(1) {
  border: none;
}

.connections h4,
.connections p {
  margin-bottom: 0;
}

.connections > p {
  clear: both;
}

.connections div:first-child {
  margin-bottom: 10px;
}

.connection-logo {
  position: relative;
  float: left;
  width: 120px;
  height: 120px;
  margin: 0 10px 10px 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #eee;
  text-align: center;
}

.connection-logo:hover {
  border: 1px solid #25abdc;
  cursor: pointer;
}

.connection-logo img {
  position: absolute;
  top: 17px;
  left: 30px;
  width: 60px;
  height: 60px;
}

.connection-name {
  position: absolute;
  top: 85px;
  left: 0;
  width: 120px;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 5px;
}

.show-links a {
  text-decoration: underline;
}

.show-links a:hover {
  color: #25abdc;
}

.show-links .idlink {
  font-weight: normal;
  color: #075082;
  text-decoration: none;
}

.show-links .idlink:hover {
  color: #0878a2;
  text-decoration: underline;
}

pre.show-all,
pre.prettyprint.show-all {
  max-height: initial;
}

.dab.swiper-explanation {
  border: 1px solid #666;
  padding: 10px;
  border-radius: 5px;
}

.dab.swiper-explanation p {
  margin-bottom: 0;
}

#slider {
  background: linear-gradient(to right, #25abd7 0%, #0878a2 22%, #0878a2 50%, #075082 100%);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  border: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.18);
  height: 10px;
  width: 60%;
  margin: 20px auto 80px auto;
}

#slider .ui-slider-handle {
  background: rgba(255, 255, 255, 0.21);
  border-color: rgba(0, 0, 0, 0.56);
  box-shadow: inset 0 0 2px 2px rgba(255, 255, 255, 0.89);
  border-radius: 20px;
}

#slider .ui-slider-handle.ui-state-hover,
#slider .ui-slider-handle:hover,
#slider .ui-slider-handle.ui-state-focus,
#slider .ui-slider-handle:focus,
#slider .ui-slider-handle.ui-state-active {
  background: rgba(255, 255, 255, 0.21);
}

#slider .ui-slider-pip {
  top: 20px;
}

#slider.ui-slider-pips .ui-slider-line,
#slider.ui-slider-pips [class*=ui-slider-pip-selected] .ui-slider-line,
#slider.ui-slider-pips .ui-slider-pip-inrange .ui-slider-line {
  background: #aaa;
}

#slider .ui-slider-pip .ui-slider-label {
  top: 10px;
  color: #aaa;
  font-weight: normal;
}

#slider.ui-widget {
  font-family: "Avenir", sans-serif;
}

#slider.ui-slider-float .ui-slider-tip-label {
  height: 55px;
}

#slider .ui-slider-handle:hover .ui-slider-tip,
#slider .ui-slider-handle.ui-state-hover .ui-slider-tip,
#slider .ui-slider-handle:focus .ui-slider-tip,
#slider .ui-slider-handle.ui-state-focus .ui-slider-tip,
#slider .ui-slider-handle.ui-state-active .ui-slider-tip,
#slider .ui-slider-pip:hover .ui-slider-tip-label,
#slider .ui-slider-tip,
#slider.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
#slider.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
#slider.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
#slider.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
#slider.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
#slider.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label,
#slider.ui-slider-float .ui-slider-tip {
  top: -10px;
}

#slider .ui-slider-pip-last .ui-slider-label {
  left: 0;
}

#slider.ui-slider-float {
  text-align: center;
}

#slider .ui-slider-tip,
#slider.ui-slider-float .ui-slider-tip {
  visibility: visible;
  opacity: 1;
  color: #075082;
  padding: 6px 10px 0 10px;
  width: 150px;
  display: inline-block;
  left: -35px;
  margin-left: calc(-50% - 27px);
  border: none;
  background: transparent;
  height: 0;
}

@media screen and (min-width: 705px) {
  #slider .ui-slider-tip,
  #slider.ui-slider-float .ui-slider-tip {
    margin-left: calc(-50% - 23px);
  }
}

#slider .ui-slider-tip span,
#slider .ui-slider-tip br {
  display: none;
}

#slider.ui-slider-float .ui-slider-tip,
#slider.ui-slider-float .ui-slider-tip-label {
  font-size: 12px;
  font-size: 1.2rem;
}

#slider .ui-slider-tip .number {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 900;
}

#slider .ui-slider-tip:before,
#slider .ui-slider-pip .ui-slider-tip-label:before,
#slider.ui-slider-float .ui-slider-tip:before,
#slider.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  content: " ";
  width: 0;
  height: 0;
  border: 8px solid rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-top-color: #666;
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -5px;
}

#slider .ui-slider-tip:after,
#slider .ui-slider-pip .ui-slider-tip-label:after,
#slider.ui-slider-float .ui-slider-tip:after,
#slider.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  content: " ";
  width: 0;
  height: 0;
  border: 8px solid rgba(255, 255, 255, 0);
  border-bottom-color: transparent;
  border-top-color: #fff;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -5px;
}

.dab.swiper-container {
  height: 280px;
  margin-bottom: 40px;
}

.dab .pricing-wrapper {
  position: relative;
}

.dab .ribbon {
  margin: 0;
  padding: 0;
  background: #ef8826;
  color: #fff;
  padding: 1em 20%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%) translateY(-100%) rotate(45deg);
  transform-origin: top left;
  z-index: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 900;
  display: none;
}

.dab .recommended .ribbon {
  display: block;
}

.dab .tier-wrapper .basicinfo {
  min-height: initial;
}

.dab .tier-wrapper {
  width: 220px;
}

.dab .tier-wrapper .button {
  width: 150px;
  width: 15rem;
  padding: 10px 8px;
  padding: 1.0rem 0.8rem;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.dab .tier-wrapper.chamaeleon .button,
.dab .tier-wrapper.phoenix .button {
  padding: 3px 8px 2px 8px;
  padding: 0.3rem 0.8rem 0.2rem 0.8rem;
}

.dab .tier-wrapper.chamaeleon.review .button,
.dab .tier-wrapper.phoenix.review .button {
  padding: 10px;
  padding: 1.0rem;
}

.dab .tier-wrapper.pyxis .button {
  background-color: #1c8ab2;
}

.dab .tier-wrapper.pyxis .button:hover {
  background-color: #156886;
}

.dab .tier-wrapper.chamaeleon .button,
.dab .tier-wrapper.phoenix .button,
.dab .tier-wrapper.pegasus .button {
  background-color: #065471;
}

.dab .tier-wrapper.chamaeleon .button:hover,
.dab .tier-wrapper.phoenix .button:hover,
.dab .tier-wrapper.pegasus .button:hover {
  background-color: #033041;
}

.dab .tier-wrapper.hydra .button {
  background-color: #043252;
}

.dab .tier-wrapper.hydra .button:hover {
  background-color: #021421;
}

.dab.blue {
  color: #075082;
  font-weight: bold;
}

.dab .tier-wrapper.pyxis.recommended .button,
.dab .tier-wrapper.chamaeleon.recommended .button,
.dab .tier-wrapper.phoenix.recommended .button,
.dab .tier-wrapper.pegasus.recommended .button,
.dab .tier-wrapper.hydra.recommended .button {
  background-color: #ef8826;
}

.dab .tier-wrapper.pyxis.recommended .button:hover,
.dab .tier-wrapper.chamaeleon.recommended .button:hover,
.dab .tier-wrapper.phoenix.recommended .button:hover,
.dab .tier-wrapper.pegasus.recommended .button:hover,
.dab .tier-wrapper.hydra.recommended .button:hover {
  background-color: #d26f10;
}

.dab .pricing-wrapper p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 20px;
  min-height: 40px;
}

.dab .tier-wrapper.pyxis .pricing-wrapper,
.dab .tier-wrapper.chamaeleon .pricing-wrapper,
.dab .tier-wrapper.phoenix .pricing-wrapper,
.dab .tier-wrapper.pegasus .pricing-wrapper,
.dab .tier-wrapper.hydra .pricing-wrapper,
.dab .tier-wrapper .pricing-wrapper {
  border: none;
}

.dab .tier-wrapper .basicinfo {
  padding: 0 10px;
}

.dab .tier-wrapper .basicinfo .button .default {
  display: block;
  font-size: 10px;
  font-size: 1.0rem;
}

.dab .tier-wrapper.review .basicinfo .button .default {
  display: none;
}

.dab .tier-wrapper .basicinfo .button .default .starting {
  display: block;
}

.dab .tier-wrapper .basicinfo .button .default .price {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
}

.dab .tier-wrapper .basicinfo .button .review {
  display: none;
}

.dab .tier-wrapper.review .basicinfo .button .review {
  display: block;
}

main .dab .tier-wrapper h3 {
  color: #fff;
  font-weight: 900;
}

@media screen and (min-width: 705px) and (max-width: 1214px) {
  .dab.swiper-container {
    height: 320px;
  }
  .dab .tier-wrapper {
    width: 260px;
  }
}

@media print, screen and (min-width: 1215px) {
  .dab.swiper-container {
    height: 320px;
  }
  .dab .tier-wrapper {
    width: 260px;
  }
}

.rak h1,
body:not(.community-enabled) .rak h2 {
  font-size: 32px;
  font-size: 3.2rem;
}

.rak .formHolder {
  position: relative;
}

.rak.col-1-2.tier-wrapper-parent {
  text-align: center;
}

.rak.tier-wrapper-parent .tier-wrapper .price {
  float: left;
  margin-top: 0;
  min-height: initial;
}

.rak.col-1-2.tier-wrapper-parent .tier-wrapper {
  width: 100%;
  max-width: 368px;
}

.rak.tier-wrapper-parent .tier-wrapper.pyxis .pricing-wrapper,
.rak .tier-wrapper.chamaeleon .pricing-wrapper,
.rak .tier-wrapper.phoenix .pricing-wrapper,
.rak .tier-wrapper.hydra .pricing-wrapper {
  border: none;
}

.rak.tier-wrapper-parent .tier-wrapper .pricing-wrapper {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.rak.tier-wrapper-parent .tier-wrapper .sign-up-wrapper {
  background-color: #ebebeb;
}

.rak .pyxis-signup a {
  text-decoration: underline;
  cursor: pointer;
}

.rak .faq {
  margin-bottom: 20px;
}

.rak .faq dd {
  margin-bottom: 20px;
}

.rak .faq dt {
  cursor: pointer;
}

.rak .faq dt:hover {
  text-decoration: underline;
  color: #25abdc;
}

.rak .relative-top,
.rak .fixed-top,
.rak .fixed-bot {
  position: relative;
  margin: 0 2px;
}

.smaller {
  font-size: 16px;
  font-size: 1.6rem;
}

.rak .plan-description {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}

.rak .faq dt {
  padding-left: 20px;
}

.rak .faq dt:before {
  content: "\2022";
  position: absolute;
  left: 0;
  color: #25abdc;
}

.rak .faq dd {
  padding-left: 20px;
  padding-top: 20px;
}

@media screen and (min-width: 705px) and (max-width: 1214px) {
  .rak.col-1-2.tier-wrapper-parent {
    text-align: left;
  }
  .rak .fixed-top {
    position: fixed;
    top: 80px;
    margin: 0 2px;
  }
  .rak .fixed-bot {
    position: absolute;
    margin: 0 2px;
  }
  .rak.col-1-2.tier-wrapper-parent .tier-wrapper {
    width: 386px;
  }
}

@media print, screen and (min-width: 1215px) {
  .rak.col-1-2.tier-wrapper-parent {
    text-align: left;
  }
  .rak .fixed-top {
    position: fixed;
    top: 80px;
    margin: 0 2px;
  }
  .rak .fixed-bot {
    position: absolute;
    margin: 0 2px;
  }
  .rak.col-1-2.tier-wrapper-parent .tier-wrapper {
    width: 386px;
  }
}

main .rak .formHolder h3 {
  color: #fff;
  font-weight: 900;
  font-size: 40px;
  font-size: 4.0rem;
  margin-top: 0;
}

main .rak .formHolder h4 {
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  font-size: 1.2rem;
  clear: both;
  padding: 10px;
}

.rak form.plan-form .illustration {
  margin-bottom: 0;
}

.rak form.plan-form .label,
.rak form.sign-up-form .label {
  font-size: 12px;
  font-size: 1.2rem;
}

.rak #identifiable_profiles {
  border: none;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  padding: 0 2px;
  margin: 0;
  width: 50%;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.1);
}

.rak #identifiable_profiles:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.rak .pyxis #identifiable_profiles {
  border-color: #ccc;
}

.rak .sign-up-indicator {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #0878a2;
}

.rak .pyxis .sign-up-indicator {
  background-color: #25abdc;
}

.rak .hydra .sign-up-indicator {
  background-color: #075082;
}

.rak .sign-up-wrapper {
  display: none;
  margin-bottom: 0;
}

.rak .sign-up-info {
  padding: 10px 10px 0 10px;
  margin-bottom: 0;
}

.rak #sign-up-button {
  margin-bottom: 0;
  padding: 0 10px;
}

.rak #sign-up-button input[type=button] {
  background-color: #ef8826;
  color: #fff;
  width: 100%;
  cursor: pointer;
  padding: 10px;
  -webkit-appearance: none;
  border-radius: 8px;
  border: none;
  margin: 0;
}

.rak #sign-up-button input[type=button]:hover {
  background-color: #d26f10;
}

.rak .pricing-wrapper h3 {
  margin-bottom: 10px;
}

.rak .sign-up-wrapper .fieldHolder.firstname {
  width: 33%;
  float: left;
  display: inline-block;
}

.rak .sign-up-wrapper .fieldHolder.lastname {
  width: 65%;
  display: inline-block;
  margin-left: 2%;
}

.rak .tier-wrapper .button-wrapper {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 10px 0;
}

.rak .tier-wrapper.pyxis .button-wrapper {
  background-color: #25abdc;
}

.rak .tier-wrapper.chamaeleon .button-wrapper,
.rak .tier-wrapper.phoenix .button-wrapper,
.rak .tier-wrapper.pegasus .button-wrapper {
  background-color: #0878a2;
}

.rak .tier-wrapper.hydra .button-wrapper {
  background-color: #075082;
}

.rak .formHolder .total {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}

.rak .formHolder .total .price,
.rak .formHolder .total .label {
  width: 100%;
}

.rak .planinfo {
  padding: 0 10px 0 10px;
  margin-bottom: 0;
}

.rak .formHolder .total .price,
.rak .tier-wrapper .planinfo .price-dollar,
.rak .tier-wrapper .planinfo .number {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 900;
}

.rak .formHolder .identifiables {
  height: 60px;
  width: 100%;
}

.rak .formHolder .engaged {
  width: 100%;
}

.rak .formHolder .identifiables .top,
.rak .formHolder .engaged .top {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
}

.rak .formHolder .identifiables .top {
  padding: 0 5px 0 0;
}

.rak .formHolder .identifiables .bottom {
  padding: 0 0 0 5px;
}

.rak .formHolder .identifiables .bottom,
.rak .formHolder .engaged .bottom {
  height: 14px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}

.rak .formHolder .engaged .decrease {
  cursor: pointer;
  position: relative;
  top: 0;
  display: block;
  float: left;
  background: none;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  border: none;
  width: 10%;
  height: 30px;
  line-height: 30px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  text-align: center;
}

.rak .formHolder .engaged .increase {
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  background: none;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  float: left;
  border: none;
  padding: 0;
  width: 10%;
  height: 30px;
  line-height: 30px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: center;
}

.rak .formHolder .engaged .decrease.disabled,
.rak .formHolder .engaged .increase.disabled {
  cursor: default;
}

.rak .formHolder .engaged .decrease,
.rak .formHolder .engaged .increase {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.rak .formHolder .engaged .decrease:hover,
.rak .formHolder .engaged .increase:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.rak .formHolder .engaged .decrease.disabled:hover,
.rak .formHolder .engaged .increase.disabled:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.rak .formHolder .engaged-wrapper,
.rak .formHolder .engaged-wrapper .top,
.rak .formHolder .engaged-wrapper .bottom {
  width: 80%;
  display: block;
}

.rak .formHolder .engaged-wrapper {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
}

.rak .formHolder .bottom {
  font-size: 12px;
  font-size: 1.2rem;
}

.rak #engaged_profiles {
  border: none;
  background: none;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0;
  height: 30px;
  text-align: center;
}

.rak .sign-up-wrapper {
  border-top: 5px solid #076c92;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  border-bottom: 5px solid #076c92;
  padding: 0;
  margin: 0;
}

.rak .pyxis .sign-up-wrapper {
  border-top: 5px solid #219ac7;
  border-bottom: 5px solid #219ac7;
}

.rak .hydra .sign-up-wrapper {
  border-top: 5px solid #064875;
  border-bottom: 5px solid #064875;
}

.col-1-2.rak .tier-wrapper {
  width: 100%;
}

.rak .formHolder .tabs {
  height: 50px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.rak .formHolder .tabs li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
  position: absolute;
  top: 8px;
  width: 51%;
  height: 50px;
  padding: 0;
  color: #ccc;
  background: #066284;
  border: none;
  margin: 0;
}

.rak #tab_annually {
  left: 0;
}

.rak #tab_monthly {
  left: 49%;
}

.rak .formHolder .tabs li:before {
  display: none;
}

.rak .formHolder .tabs li:after {
  display: none;
}

.rak .formHolder .tabs li.selected {
  background: #0878a2;
  border-bottom-color: #0878a2;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
  color: #fff;
  z-index: 2;
  top: 0;
}

.rak .formHolder.pyxis .tabs li {
  border: 0;
  background: #1f92bd;
}

.rak .formHolder.pyxis .tabs li.selected {
  background: #25abdc;
  border-bottom-color: #25abdc;
}

.rak .formHolder .tabs:after {
  display: none;
}

.rak .formHolder.hydra .tabs li {
  border-color: #aaa;
  background: #04304e;
}

.rak .formHolder.hydra .tabs li.selected {
  background: #075082;
  border-bottom-color: #075082;
}

.rak .ribbon {
  margin: 0;
  padding: 0;
  background: #d16d10;
  color: #ccc;
  padding: 2px 16px 2px 22px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%) translateY(-65%) rotate(45deg);
  transform-origin: top left;
  z-index: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: initial;
}

.rak .selected .ribbon {
  background: #ef8826;
  color: #fff;
}

.rak .pyxis .ribbon {
  display: none;
}

.rak .ribbon-container {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
  padding: 10px 0 0 0;
}

.rak form.plan-form input[type="text"] {
  border: 1px solid transparent;
  background-color: #d8d8d8;
  color: #666;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px 10px 12px 10px;
}

.rak form.plan-form .identifiables input[type="text"]::-webkit-input-placeholder {
  color: #e6e5e5;
}

.rak form.plan-form .identifiables input[type="text"]:-moz-placeholder {
  color: #e6e5e5;
}

.rak form.plan-form .identifiables input[type="text"]::-moz-placeholder {
  color: #e6e5e5;
}

.rak form.plan-form .identifiables input[type="text"]:-ms-input-placeholder {
  color: #e6e5e5;
}

.rak form.plan-form .fieldHolder {
  position: relative;
}

.rak form.plan-form .fieldHolder.error input[type="text"] {
  border: 1px solid red;
}

.rak .plan-form .description {
  position: absolute;
  font-size: 10px;
  font-size: 1.0rem;
  text-align: right;
  bottom: 2px;
  right: 10px;
  margin-bottom: 0;
}

.rak .plan-form .fieldHolder.empty .description {
  display: none;
}

.rak .plan-form .fieldHolder.error .description {
  display: none;
}

.rak .plan-form .fieldHolder .error {
  position: absolute;
  font-size: 10px;
  font-size: 1.0rem;
  text-align: right;
  bottom: 2px;
  right: 10px;
  color: red;
  margin-bottom: 0;
  display: none;
}

.rak .plan-form .fieldHolder.error .error {
  display: block;
}

/* Support */
/* Hide reciprocal links initially; javascript will unhide them */
.reciprocal-link {
  display: none;
}

/* Hide try it toaster initially; javascript will unhide it */
#try-it-toaster {
  display: none;
  width: 65px;
  height: 180px;
}

@media screen and (min-width: 705px) {
  #try-it-toaster a {
    display: block;
    position: relative;
    top: 70px;
    left: -190%;
    width: 225px;
    padding: 20px;
    color: #fff;
    text-decoration: none;
    background-color: #4d565a;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: center top;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: center top;
    transform: rotate(-90deg);
    transform-origin: center top;
    cursor: pointer;
  }
  #try-it-toaster a:after {
    position: relative;
    top: 8px;
    display: inline-block;
    margin-left: 10px;
    color: #25abdc;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-image: url("/static/uploads/2017/01/bc-try-it.png");
    background-size: 30px 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: "";
  }
}

@media screen and (min-width: 705px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 144dpi) {
  #try-it-toaster a:after {
    background-image: url("/static/uploads/2017/01/bc-try-it.png");
  }
}

@media screen and (min-width: 705px) {
  #try-it-toaster a:hover {
    text-decoration: underline;
  }
}

/* Algolia autocomplete */
.algolia-search-input {
  position: relative;
  width: 190px;
  margin-left: 180px;
  top: -3px;
}

@media screen and (min-width: 1215px) {
  .algolia-search-input {
    top: 8px;
  }
}

.algolia-search-input:before {
  position: absolute;
  top: 5px;
  left: 164px;
  font-family: "FontAwesome";
  content: "\f002";
  color: #aaa;
  z-index: 1;
}

.algolia-autocomplete {
  width: 100%;
}

.algolia-autocomplete .aa-input {
  width: 100%;
  border: 1px solid #aaa;
  padding: 4px 30px 4px 4px;
  border-radius: 5px;
  outline: none;
}

.algolia-autocomplete .aa-hint {
  width: 100%;
  color: #999;
}

.algolia-autocomplete div.aa-dropdown-menu {
  width: 500px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
}

.algolia-autocomplete .aa-dropdown-menu .aa-header {
  color: #fff;
  background-color: #aaa;
  font-size: 70%;
  padding: 4px 20px;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
  cursor: pointer;
  padding: 4px 20px;
  border-bottom: 1px solid #aaa;
}

.algolia-autocomplete .aa-dropdown-menu .aa-dataset-www .aa-suggestion:last-of-type {
  border-bottom: none;
}

.algolia-autocomplete .aa-dropdown-menu .aa-dataset-support .aa-suggestion:last-of-type {
  border-bottom: none;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
  background-color: #d5eff8;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
  font-weight: bold;
  font-style: normal;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion .title {
  width: 100%;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion .snippet {
  width: 100%;
  font-size: 14px;
  color: #aaa;
}

.algolia-autocomplete .aa-dropdown-menu .no-results {
  background-color: #fff;
  padding: 4px 20px;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

.algolia-autocomplete .aa-dropdown-menu .branding {
  text-align: right;
  font-size: 14px;
  padding: 0 20px;
  background-color: #fff;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-top: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.algolia-autocomplete .aa-dropdown-menu .branding img {
  max-height: 16px;
  margin-bottom: 4px;
}

body.community-enabled .query-wrapper {
  position: relative;
  width: 250px;
  margin: auto;
}

body.community-enabled .query-wrapper:before {
  font-family: "FontAwesome";
  content: "\f002";
  color: #25abdc;
  top: 25px;
  left: 220px;
  z-index: 1;
  position: absolute;
}

body.community-enabled form .query-wrapper div {
  margin-bottom: 0;
  text-align: initial;
}

body.community-enabled .query-wrapper .algolia-autocomplete .aa-input {
  border: 2px solid #25abdc;
  background: #075082;
  line-height: 1.5em;
  height: 2em;
  width: 250px;
  border-radius: 7px;
  color: #25abdc;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 40px;
}

@media screen and (max-width: 704px) {
  .algolia-autocomplete div.aa-dropdown-menu {
    width: 190px;
  }
  .algolia-autocomplete .aa-dropdown-menu .aa-suggestion .snippet {
    display: none;
  }
}

@media screen and (min-width: 705px) and (max-width: 1214px) {
  .algolia-search-input {
    position: absolute;
    top: 10px;
  }
  .algolia-autocomplete div.aa-dropdown-menu {
    width: 450px;
  }
}

/* Brafton */
div.vjs-control-bar div.vjs-sharing-button .vjs-menu-item img {
  margin-bottom: 0;
}

/* Fixing Gravity Forms 2.2.5 bug */
.gform_validation_container {
  display: none;
}

/* jQuery UI datepicker */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
  border-radius: 5px;
  border: 3px solid #25abdc;
  background-color: #eee;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}
