/* Add here all your CSS customizations */
/* customizations for the rep pages */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
    font-family: 'FontAwesome';
    src: url('/fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
/* Fluid container with wide class */
.container-fluid.wide {
    max-width: 1400px;
}
.site-how-it-works h1 {
    color: #08c;
    font-size: 2.75rem;
    line-height: 4.125rem;
    font-weight: 300;
    margin-top: 0;
    position: relative;
    margin-bottom: 3.75rem;
    text-align: center;
}
#liveClasses ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
}
#liveClasses ul li {
    padding-bottom: 5px;
    line-height: 2;
    text-indent: 10px;
}
#liveClasses a:link, #liveClasses a:visited {
    color: #fff;
    text-decoration: none;
}
#liveClasses a:hover {
    background-color:  #15B1E8;
    color: #fff;
}
#liveClasses a {
    display: block;
    padding: 4px;
    width: 95%;
    background-color:#26baee; 
	border-radius: .25em;
}
#live {
    width: 50%;
}
.d-flex {
    display: flex !important;
}
.flex--item {
    margin: 8px;
}
.fd-column {
    flex-direction: column !important;
}
.s-btn__filled {
    color: #ffffff;
    background-color: #115689;
    border-color: #115689;
    box-shadow: inset 0 1px 0 0 rgb(255 255 255 / 70%);
}
.s-btn {
    position: relative;
    display: block;
    padding: 1em;
    color: #ffffff;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: #115689;
    outline: none;
    font-family: inherit;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.15384615;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
}
.s-btn:hover {
	background-color: #1667a3;
	text-decoration: none;
	color: #fff;
}
.s-btn__primary {
    color: #fff;
    background-color: #115689;
    box-shadow: inset 0 1px 0 0 rgb(255 255 255 / 40%);
}
.newbttn {
	list-style: none;
	width: 100%;
    margin-bottom: 16px !important;
	    margin-top: 8px !important;
	display: block;
}
/******** New Leadership Page ***********/

.leaderFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.leaderWrap {
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    width: 60%;
    padding-bottom: 45px;
}
.leaderName {
    padding-top: 8px;
    font-size: 1.2em;
    font-weight: bold;
}
.linkedInLink {
    font-size: .9em;
}
.leaderTitle {
    padding-top: 8px;
    font-weight: bold;
    color: #0088cc;
    text-transform: uppercase;
    font-size: .9em;
}


@media screen and (max-width: 767px) {
.site-how-it-works h1 {
    font-size: 2rem;
    line-height: 1.2;
}
}
.site-how-it-works h1:after {
    /* H1 heading icon add */
    content: "";
    position: relative;
    background: url("../images/heading-before.png") no-repeat center;
    background-size: 3.375rem 1.125rem;
    display: block;
    width: 40px;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    top: 0.5rem;
}
#header .search, .topBtns {
    float: right;
    margin: 5px 0 0 10px;
    position: relative;
    width: 23%;
}
.myButton a {
    background-color: #fec811;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e1b10e;
    display: inline-block;
    cursor: pointer;
    color: #333!important;
    font-family: Arial;
    font-size: 13px;
    padding: 5px 8px;
    float: left;
    margin-left: 8px;
    text-decoration: none;
}
.myButton a:hover {
    background-color: #d4d4d4;
    border: 1px solid #bcbcbc;
    text-decoration: none;
}
.myButton a:active {
    position: relative;
    top: 1px;
    text-decoration: none;
}
.myButton2 a {
    background-color: #fec811;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e1b10e;
    display: inline-block;
    cursor: pointer;
    color: #333!important;
    font-family: Arial;
    font-size: 13px;
    padding: 5px 8px;
    float: right;
    text-decoration: none;
}
.myButton2 a:hover {
    background-color: #d4d4d4;
    border: 1px solid #bcbcbc;
    text-decoration: none;
}
.myButton2 a:active {
    position: relative;
    top: 1px;
    text-decoration: none;
}

.myButtonOrange {
	background-color:#f59505;
	border-radius:5px;
	border:1px solid #e8a51e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #664a28;
}
.myButtonOrange:hover {
	background-color:#eb8b15;
	color: #ffffff;
	text-decoration: none;
}
.myButtonOrange:active {
	position:relative;
	top:1px;
}

#headerMobile {
    display: none !important;
}
.mobileSlide {
    display: none !important;
}
.grayBox {
    background-color: #DCDCDC;
    padding: 15px 15px 15px 30px;
    border-radius: 10px;
}
#repmain {
    width: 100%;
    background-color: #bebebe;
    padding: 15px 15px 15px 30px;
    border-radius: 10px;
    height: auto;
    margin-top: 20px;
}
#repmain p {
    color: #000;
}
.repHeader {
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    color: #000;
}
.repbox {
    width: 100%;
    background-color: #ebebeb;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    height: 330px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.repboxDSS {
    width: 100%;
    background-color: #ebebeb;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
.repbox p {
    font-size: 12px;
    line-height: 1.2;
}
.rep1 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.rep2 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
}
.repname {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
}
.repemail1 {
    text-align: center;
    margin: 0 auto;
}
a.repemail {
    font-size: 12px !important;
}
.repphone {
    font-size: 22px;
    text-align: center;
    margin-top: 5px;
}
.reppic {
    height: 145px;
    width: 145px;
    background-color: #9B9B9B;
    border-radius: 5px;
    margin: 0 auto;
}
.rep145 {
    height: 145px;
    width: 145px;
    border-radius: 5px;
    margin: 0;
    padding: 0;
}
/* Left navigation header */
.demoHead {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-top: 5px;
}
/* customizations for websites */
.newsletter {
    color: #fff;
}
#mail-optin-form {
    padding: 20px;
    border: 1px solid #fff;
    display: block;
    height: auto;
}
#mail-optin-form .headline h2 {
    color: #fff !important;
    font-size: 2.0em;
    font-weight: 300;
    line-height: 38px;
    margin: 0 0 15px;
}
.foot-note {
    font-size: .9;
    color: #fff;
}
.text {
    margin-bottom: 10px;
}
#mail-optin-form .hs-form {
    margin-bottom: 0;
}
#mail-optin-form .hs-form label {
    color: #fff !important;
}
#mail-optin-form .hs-form input {
    display: block;
}
#mail-optin-form .hs-form.stacked .field {
    margin-bottom: 0;
}
#mail-optin-form .hs-form .actions {
    margin-top: 0;
    margin-bottom: 0;
}
#mail-optin-form .hs-form input.hs-button.primary.large {
    color: #fff !important;
    background-color: #0f52ba !important;
    background-image: none;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    text-align: center;
    line-height: normal;
    font-weight: normal;
    padding: 0;
    margin: 0;
    height: 36px;
}
/* Login page styling */
.quotepage {
	background-color: #00416e;
	color: #ffffff;
	text-align: center;
    margin: 0px auto;
    position: relative;
    padding: 20px;
}
.quotepage h2{
	    font-size: 30px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1;
    font-weight: 500;
}
.quotepage p{
	    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1;
    font-weight: 500;
}
.logpage {
    background: rgba(12,206,188,1);
    /* Old Browsers */background: -moz-linear-gradient(-45deg, rgba(12,206,188,1) 0%, rgba(49,93,183,1) 100%);
    /* FF3.6+ */background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(12,206,188,1)), color-stop(100%, rgba(49,93,183,1)));
    /* Chrome, Safari4+ */background: -webkit-linear-gradient(-45deg, rgba(12,206,188,1) 0%, rgba(49,93,183,1) 100%);
    /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(-45deg, rgba(12,206,188,1) 0%, rgba(49,93,183,1) 100%);
    /* Opera 11.10+ */background: -ms-linear-gradient(-45deg, rgba(12,206,188,1) 0%, rgba(49,93,183,1) 100%);
    /* IE 10+ */background: linear-gradient(135deg, rgba(12,206,188,1) 0%, rgba(49,93,183,1) 100%);
/* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ccebc', endColorstr='#315db7', GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    margin: 0px auto;
    position: relative;
    text-align: left;
    padding: 30px;
}
.logpage h1 {
    font-size: 48px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1;
    font-weight: 600;
}
.logpage h2 {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1;
    font-weight: 500;
}
.logpage p {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1.2;
    font-weight: normal;
}
.graycontainer {
    background-color: #f5f5f5;
    margin: 25px auto 0 auto;
    position: relative;
    text-align: left;
    padding: 40px;
}
.loginMiddle {
    display: block;
    margin-bottom: 10px;
    padding: 10px 0;
    position: relative;
    text-align: left;
    padding: 25px;
}
.left {
    float: left
}
.right {
    float: right
}

.pageContent a.detailBox h3 {
    font-weight: 600;
    padding: 5px 20px;
    margin-bottom: 5px;
}
.pageContent a.detailBox p {
    padding: 0 130px 0 20px;
    line-height: 20px
}

.pageContent a.detailBox:hover {
    background-color: #f5f5f5;
    text-decoration: none;
    -webkit-box-shadow: -1px 10px 23px -5px rgba(24,30,110,0.31);
    -moz-box-shadow: -1px 10px 23px -5px rgba(24,30,110,0.31);
    box-shadow: -1px 10px 23px -5px rgba(24,30,110,0.31);
}
a.detailBox.Icon1 {
    background-image: url(../images/icon-1.png);
}
a.detailBox.Icon2 {
    background-image: url(../images/icon-2.png)
}
a.detailBox.Icon3 {
    background-image: url(../images/icon-3.png)
}
a.detailBox.Icon4 {
    background-image: url(../images/icon-4.png)
}
a.detailBox.Icon5 {
    background-image: url(../images/icon-5.png)
}
a.detailBox.Icon6 {
    background-image: url(../images/icon-6.png)
}
a.detailBox.Icon7 {
    background-image: url(../images/icon-7.png)
}
a.detailBox.Icon8 {
    background-image: url(../images/icon-8.png)
}
@media only screen and (min-width: 320px){

.pageContent a.detailBox {
    width: 100%;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    height: 400px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top right;
    margin: 10px 0
}
.pageContent a.detailBox {
    background-position: 98% 50%;
    background-size: 30%;
}
}

@media only screen and (min-width: 600px){
/******** New Leadership Page ***********/
.leaderWrap {
    width: 38%;
    padding-bottom: 45px;
}
/******** End New Leadership PAge *********/
.pageContent a.detailBox {
    width: 49%;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    height: 400px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top right;
    margin: 10px 0
}
.pageContent a.detailBox {
    background-position: 98% 50%;
    background-size: 30%;
}
}
@media only screen and (min-width: 769px){
.pageContent a.detailBox {
    width: 49%;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    height: 220px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top right;
    margin: 10px 0;
    text-decoration: none;
}
.pageContent a.detailBox {
    background-position: 98% 50%;
    background-size: 20%;
}
}
.spacer {
    margin-top: 25px;
}
#pageIntro {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/bluediamondBanner.jpg);
    background-size: cover;
    margin-top: -35px;
}
.introData {
    margin-top: 30px;
    color: #fff;
    font-size: 40px;
    text-align: left;
    line-height: 1.1;
}
.introData2 {
    margin-top: 16px;
    color: #fff;
    font-size: 20px;
    text-align: left;
    line-height: 1.2;
}
.videoTestimony {
    margin-top: 20px;
}
.imgMiddle {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.imgMid2 {
    postion: absolute;
    padding-left: -50%;
    margin-top: -234px;
}
.imgMid3 {
    postion: absolute;
    padding-left: 70%;
    margin-top: -233px;
}
.ces-1 {
    margin: 0 auto;
    text-align: center;
}
.fadeIn2 {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;/*-webkit-animation-delay: .5s; 
    animation-delay: .5s;*/
}
.seoback {
    width: 846px;
    height: 234px;
    background-image: url(../img/seoearth.gif);
    background-position: bottom;
}
#seo-slideshow {
    height: 76px;
    position: relative;
    overflow: hidden;
    margin-top: 25px;
}
#seo-slideshow > div {
    height: 76px;
    width: 1200px;
    background: url(../img/seoicons.png);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    -webkit-animation: moveSlideshow 60s linear infinite;
    -moz-animation: moveSlideshow 60s linear infinite;
}
 @-webkit-keyframes moveSlideshow {
 0% {
left: 0;
}
 100% {
left: -1684px;
}
}
@-moz-keyframes moveSlideshow {
 0% {
left: 0;
}
 100% {
left: -1684px;
}
}
ul.no-bullet {
    list-style: none; /* Remove list bullets */
    padding: 0;
    margin-left: 20px;
}
.no-bullet a {
    font-size: 18px;
    line-height: 1.6;
}
#fontbullet ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
#fontbullet ul {
    margin: 1.5em 0;
}
#fontbullet li {
    margin: 1em;
    margin-left: 2em;
}
#fontbullet li:before {
    content: '\f054';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    float: left;
    margin-left: -1.5em;
    color: #0074D9;
}
#fontbullet.link {
    font-size: 0.45em;
}
#fontbulletRed ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
#fontbulletRed ul {
    margin: 1.5em 0;
}
#fontbulletRed li {
    margin: 1em;
    margin-left: 2em;
}
#fontbulletRed li:before {
    content: '\f054';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    float: left;
    margin-left: -1.5em;
    color: #a81d36;
}
#fontbulletRed.link {
    font-size: 0.45em;
}
ol.numbered > li {
    list-style-type: decimal;
}
ul.bulleted > li {
    list-style-type: disc;
}
.top-buffer {
    margin-top: 20px;
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #fec811;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #feb811;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

@media (max-width: 600px) {
.videoTestimony {
    clear: both;
    margin-top: 60px;
}
.introData {
    margin-top: 35px;
    color: #fff;
    font-size: 30px;
    text-align: left;
    line-height: 1.2;
}
.introData2 {
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    text-align: left;
    line-height: 1.2;
}
.page-top h1 {
    border-bottom: 5px solid #CCC;
    color: #FFF;
    display: inline-block;
    font-weight: 200;
    margin: 10px 0px -25px;
    min-height: 36px;
    font-size: 2.0em;
    line-height: 28px;
    padding: 0px 0px 0px;
    position: relative;
}
}

@media only screen and (max-width: 991px) {
.mobile-hide {
    display: none !important;
}
#headerMobile {
    display: block !important;
}
#headerMobile a.white {
    color: #fff;
}
#headerMobile a:link {
    color: #fff;
    margin: 8px 4px;
}
}

@media only screen and (max-width: 480px) {
.slider-container {
    display: none !important;
}
.mobileSlide {
    background: url(../images/mobileslide.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: block !important;
    padding: 8px;
    height: auto;
}
.mobiletext1 {
    margin-top: 10px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
}
.mobiletext2 {
    margin-top: 10px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    text-transform: uppercase;
}
}
/*-----------------------------------------------------------------------------------

[How it works] (Section)

# How it works (wrapper)
# Typography (h1, h3, h4, p)
# Device image
# Section (image, icons)
# Carousel Slider
# carousel navigation
# carousel pagination

-----------------------------------------------------------------------------------*/
/* How it works section wrapper */
.site-how-it-works {
    padding-top: 5rem;
    padding-bottom: 6rem;
}

@media screen and (max-width: 767px) {
.site-how-it-works {
    padding-bottom: 5rem;
}
}
.site-how-it-works h1 {
    /* Typography */
    margin-bottom: 3.75rem;
}
.site-how-it-works h3 {
    color: #0088cc;
    font-family: inherit;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 0.625rem;
    margin-top: 1.25rem;
    text-align: left;
}
.site-how-it-works p {
    color: #708198;
    font-family: inherit;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.625rem;
    margin-top: 0;
    letter-spacing: 0.03125rem;
    text-align: left;
}
.site-how-it-works h4 {
    color: #59687c;
    font-family: inherit;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 0;
    padding: 0;
    margin-bottom: 0.625rem;
    text-align: left;
}
.site-how-it-works figure.device {
    /* device */
    text-align: center;
    position: relative;
    left: 0;
}
.site-how-it-works .section {
    /* Section */
    position: relative;
    padding-left: 3.75rem;
    margin-top: 2rem;
}
.site-how-it-works .section.first {
    margin-top: 3rem;
}
.site-how-it-works .section figure {
    position: absolute;
    top: 1rem;
    left: 0;
    display: block;
}
.site-how-it-works .section i.fa, .site-how-it-works .section span {
    /* Icons */
    font-size: 2rem;
    line-height: 0.9375rem;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 4px;
    background: rgba(12,206,188,1);
    /* Old Browsers */background: -moz-linear-gradient(-45deg, rgba(12,206,188,1) 0%, rgba(49,93,183,1) 100%);
    /* FF3.6+ */background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(12,206,188,1)), color-stop(100%, rgba(49,93,183,1)));
    /* Chrome, Safari4+ */background: -webkit-linear-gradient(-45deg, rgba(12,206,188,1) 0%, rgba(49,93,183,1) 100%);
    /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(-45deg, rgba(12,206,188,1) 0%, rgba(49,93,183,1) 100%);
    /* Opera 11.10+ */background: -ms-linear-gradient(-45deg, rgba(12,206,188,1) 0%, rgba(49,93,183,1) 100%);
    /* IE 10+ */background: linear-gradient(135deg, rgba(12,206,188,1) 0%, rgba(49,93,183,1) 100%);
/* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ccebc', endColorstr='#315db7', GradientType=1 );
/* IE6-9 fallback on horizontal gradient */
}

@media screen and (min-width: 768px) {
.site-how-it-works .swiper-button-prev, .site-how-it-works .swiper-button-next {
    /* Carousel slider navigation */
    width: 1.3125rem;
    height: 1.3125rem;
    line-height: 1.3125rem;
    opacity: 0.5;
    left: auto;
    right: 2.5rem;
    top: auto;
    bottom: 32.1875rem;
}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
.site-how-it-works .swiper-button-prev, .site-how-it-works .swiper-button-next {
    right: 1.875rem;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
.site-how-it-works .swiper-button-prev, .site-how-it-works .swiper-button-next {
    left: 1.125rem;
}
}

@media screen and (min-width: 768px) {
.site-how-it-works .swiper-button-prev:hover, .site-how-it-works .swiper-button-next:hover {
    color: white;
    opacity: 1;
}
.site-how-it-works .swiper-button-prev span, .site-how-it-works .swiper-button-next span, .site-how-it-works .swiper-button-prev i.fa, .site-how-it-works .swiper-button-next i.fa {
    line-height: 0.875rem;
    text-align: center;
    display: inline-block;
    left: 0;
    font-size: 1rem;
}
.site-how-it-works .swiper-button-next {
    left: auto;
    right: 2.5rem;
    bottom: 14.375rem;
}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
.site-how-it-works .swiper-button-next {
    right: 1.875rem;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
.site-how-it-works .swiper-button-next {
    left: 1.125rem;
}
}

@media screen and (min-width: 768px) {
.site-how-it-works .swiper-button-next span, .site-how-it-works .swiper-button-next i.fa {
    position: relative;
    top: -1px;
}
.site-how-it-works .swiper-pagination {
    /* Pagination */
    left: auto;
    width: auto;
    right: 2rem;
    top: auto;
    bottom: 16.25rem;
}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
.site-how-it-works .swiper-pagination {
    right: 1.4375rem;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
.site-how-it-works .swiper-pagination {
    left: auto;
}
}

@media screen and (min-width: 768px) {
.site-how-it-works .swiper-pagination-bullet {
    float: left;
    display: block;
    clear: both;
    width: 1.375rem;
    height: 1.375rem;
    border: #a7a7a7 solid 2px;
    background: none;
}
.site-how-it-works .swiper-pagination-bullet span {
    display: none;
}
.site-how-it-works .swiper-pagination-bullet-active {
    background: #2b8dd9;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.site-how-it-works .swiper-pagination-bullet-active span {
    display: inline-block;
    width: 5.25rem;
    height: 5.25rem;
    background-color: white;
    border: 0.125rem solid white;
    box-shadow: 0 0 21px rgba(255, 255, 255, 0.56);
    border-radius: 62.5rem;
    color: #FFFFFF;
    font-size: 2.375rem;
    line-height: 5rem;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    top: -1.875rem;
    left: -1.875rem;
}
.site-how-it-works .swiper-pagination-bullet-active span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 62.5rem;
    z-index: -1;
    color: #FFFFFF;
    background: rgba(70,200,255,1);
    /* Old Browsers */background: -moz-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(129,211,126,1) 100%);
    /* FF3.6+ */background: -webkit-gradient(left top, right top, color-stop(0%, rgba(70,200,255,1)), color-stop(100%, rgba(129,211,126,1)));
    /* Chrome, Safari4+ */background: -webkit-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(129,211,126,1) 100%);
    /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(129,211,126,1) 100%);
    /* Opera 11.10+ */background: -ms-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(129,211,126,1) 100%);
    /* IE 10+ */background: linear-gradient(to right, rgba(70,200,255,1) 0%, rgba(129,211,126,1) 100%);
/* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46c8ff', endColorstr='#81d37e', GradientType=1 );
/* IE6-9 */
}
}

@media screen and (max-width: 767px) {
.site-how-it-works .swiper-pagination-bullet {
/* Hide the icon on mobile view */
}
.site-how-it-works .swiper-pagination-bullet span {
    display: none;
}
}
/*-----------------------------------------------------------------------------------*/
/* Carousel slider CSS */
/*-----------------------------------------------------------------------------------*/
.swiper-container {
    /* Main container */
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    clear: both;
    list-style: none;
    box-shadow: none;
}
/* wrapper */
.swiper-wrapper {
    margin: 0;
    padding: 0;
    box-shadow: none;
}
/* Single slide */
.swiper-slide {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}
.swiper-slide-box {
    padding: 50px;
    background: #FFFFFF;
    border-radius: 6px;
    border-bottom: #f5f5f9 solid 1px;
    -webkit-box-shadow: 0px 0px 22px 6px rgba(24,30,110,0.03);
    -moz-box-shadow: 0px 0px 22px 6px rgba(24,30,110,0.03);
    box-shadow: 0px 0px 22px 6px rgba(24,30,110,0.03);
}
.swiper-slide-back-box {
    float: left;
    width: 90%;
    height: 15px;
    margin-left: 5%;
    background: #FFFFFF;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0px 0px 22px 6px rgba(24,30,110,0.03);
    -moz-box-shadow: 0px 0px 22px 6px rgba(24,30,110,0.03);
    box-shadow: 0px 0px 22px 6px rgba(24,30,110,0.03);
}
/* Pagination */
.swiper-pagination {
    box-shadow: none;
    text-shadow: none;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    left: 0;
    right: 0;
}

@media screen and (max-width: 991px) {
.swiper-pagination {
    margin-top: 0.625rem;
}
}

@media screen and (max-width: 767px) {
.swiper-pagination {
    margin-top: 1.25rem;
}
}
/* pagination bullet */
.swiper-pagination-bullet {
    width: 1.0625rem;
    height: 1.0625rem;
    background-color: #f2f4f5;
    opacity: 1;
    transition: 300ms linear;
    transition-property: background-color;
    margin: 0.4375rem;
    border: #a549e9 solid 1px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0.4375rem;
}
/* Active pagination bulet */
.swiper-pagination-bullet-active {
    background-color: #a549e9;
}
/* Navigatin prev button */
.swiper-button-prev, .swiper-button-next {
    margin: 0;
    padding: 0;
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    text-align: center;
    background: none;
    border-radius: 6.25rem;
    opacity: 0.3;
    border: 0.125rem solid #515151;
    font-size: 1.25rem;
    transition: 300ms linear;
    transition-property: background, opacity, border-color;
    left: -2.5rem;
}

@media screen and (max-width: 767px) {
.swiper-button-prev, .swiper-button-next {
    left: 0;
    /*top: -3.125rem;*/
    display: none;
}
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    background: #8fc741;
    opacity: 1;
    border-color: #8fc741;
}
.swiper-button-prev span, .swiper-button-next span, .swiper-button-prev i.fa, .swiper-button-next i.fa {
    position: absolute;
    top: 0;
    left: -0.125rem;
    right: 0;
    display: block;
    bottom: 0;
    line-height: 2.9375rem;
    width: 100%;
    height: 100%;
    text-align: center;
}
/* Navigation next button */
.swiper-button-next {
    left: auto;
    right: -2.5rem;
}

@media screen and (max-width: 767px) {
.swiper-button-next {
    right: 1.25rem;
}
}
.swiper-button-next span, .swiper-button-next i.fa {
    left: 0.125rem;
}
/* Carousel CSS for white section */
.section-white .swiper-pagination {
    margin-top: 2.5rem;
}
.section-white .swiper-pagination-bullet {
    background-color: #d3d3d3;
}
.section-white .swiper-pagination-bullet-active {
    background: #836aeb;
    background: rgba(50,187,241,1);
    /* Old Browsers */background: -moz-linear-gradient(-45deg, rgba(50,187,241,1) 0%, rgba(166,73,233,1) 68%, rgba(166,73,233,1) 100%);
    /* FF3.6+ */background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(50,187,241,1)), color-stop(68%, rgba(166,73,233,1)), color-stop(100%, rgba(166,73,233,1)));
    /* Chrome, Safari4+ */background: -webkit-linear-gradient(-45deg, rgba(50,187,241,1) 0%, rgba(166,73,233,1) 68%, rgba(166,73,233,1) 100%);
    /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(-45deg, rgba(50,187,241,1) 0%, rgba(166,73,233,1) 68%, rgba(166,73,233,1) 100%);
    /* Opera 11.10+ */background: -ms-linear-gradient(-45deg, rgba(50,187,241,1) 0%, rgba(166,73,233,1) 68%, rgba(166,73,233,1) 100%);
    /* IE 10+ */background: linear-gradient(135deg, rgba(50,187,241,1) 0%, rgba(166,73,233,1) 68%, rgba(166,73,233,1) 100%);
/* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32bbf1', endColorstr='#a649e9', GradientType=1 );
/* IE6-9 fallback on horizontal gradient */
}
.section-white .swiper-button-prev, .section-white .swiper-button-next {
    background-color: #f2f4f5;
    border-color: #f2f4f5;
    color: #1f3542;
    opacity: 1;
    transition: 300ms linear;
    transition-property: color, background, border-color;
}
.section-white .swiper-button-prev:hover, .section-white .swiper-button-next:hover {
    color: white;
    border: none;
    background: #8fc741;
    background: rgba(50,187,241,1);
    /* Old Browsers */background: -moz-linear-gradient(-45deg, rgba(50,187,241,1) 0%, rgba(166,73,233,1) 68%, rgba(166,73,233,1) 100%);
    /* FF3.6+ */background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(50,187,241,1)), color-stop(68%, rgba(166,73,233,1)), color-stop(100%, rgba(166,73,233,1)));
    /* Chrome, Safari4+ */background: -webkit-linear-gradient(-45deg, rgba(50,187,241,1) 0%, rgba(166,73,233,1) 68%, rgba(166,73,233,1) 100%);
    /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(-45deg, rgba(50,187,241,1) 0%, rgba(166,73,233,1) 68%, rgba(166,73,233,1) 100%);
    /* Opera 11.10+ */background: -ms-linear-gradient(-45deg, rgba(50,187,241,1) 0%, rgba(166,73,233,1) 68%, rgba(166,73,233,1) 100%);
    /* IE 10+ */background: linear-gradient(135deg, rgba(50,187,241,1) 0%, rgba(166,73,233,1) 68%, rgba(166,73,233,1) 100%);
/* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32bbf1', endColorstr='#a649e9', GradientType=1 );
/* IE6-9 fallback on horizontal gradient */
  
}
-----------------------------------------------------------------------------------*/ /* STORE ICONS */
.site-store-icons, .site-download-icons {
 margin: 0;
 padding: 0;
 display: block;
 width: 100%;
 clear: both;
 text-align: center;
 position: relative;
 height: 0;
 z-index: 10;
}

@media screen and (max-width: 991px) {
.site-store-icons, .site-download-icons {
    height: auto;
    /*background: #E5E8ED;*/
    padding: 1.25rem 0;
}
}
.site-store-icons .align-center, .site-download-icons .align-center {
    /* Align center class */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0;
}

@media screen and (max-width: 991px) {
.site-store-icons .align-center, .site-download-icons .align-center {
    position: relative;
}
}
.site-store-icons a, .site-download-icons a {
    background-color: #FFFFFF;
    position: relative;
    padding: 1.625rem 3.125rem 1.5625rem 3.75rem;
    transition: 300ms linear;
    transition-property: background;
    border-right: 0.25rem solid #1f3542;
}
.site-store-icons a:last-child, .site-download-icons a:last-child {
    border-right: none;
}
.site-store-icons a:hover, .site-download-icons a:hover {
    transition: all ease .5s;
    background: rgba(70,200,255,1);
    /* Old Browsers */background: -moz-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(129,211,126,1) 100%);
    /* FF3.6+ */background: -webkit-gradient(left top, right top, color-stop(0%, rgba(70,200,255,1)), color-stop(100%, rgba(129,211,126,1)));
    /* Chrome, Safari4+ */background: -webkit-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(129,211,126,1) 100%);
    /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(129,211,126,1) 100%);
    /* Opera 11.10+ */background: -ms-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(129,211,126,1) 100%);
    /* IE 10+ */background: linear-gradient(to right, rgba(70,200,255,1) 0%, rgba(129,211,126,1) 100%);
/* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46c8ff', endColorstr='#81d37e', GradientType=1 );
    /* IE6-9 */

    -webkit-box-shadow: 10px 10px 34px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 34px -11px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 34px -11px rgba(0,0,0,0.75);
}
.app-download-icons:hover h5 {
    color: #FFFFFF;
}
.app-download-icons:hover h6 {
    color: #FFFFFF;
}
.app-download-icons:hover i.fa {
    color: #FFFFFF;
}

@media screen and (max-width: 991px) {
.site-store-icons a, .site-download-icons a {
    border: none;
    margin: 0.625rem;
}
}

@media screen and (max-width: 767px) {
.site-store-icons a, .site-download-icons a {
    display: block;
    max-width: 16.875rem;
    margin: 0 auto 0.125rem;
}
}
.site-store-icons figure, .site-download-icons figure {
    /* Image */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    padding-left: 2.8125rem;
    line-height: 5.625rem;
}
.site-store-icons i.fa, .site-download-icons i.fa, .site-store-icons span, .site-download-icons span, .site-store-icons img, .site-download-icons img {
    /* Icons */
    color: #59687c;
    font-family: FontAwesome, serif;
    font-size: 2.9375rem;
    display: inline-block;
    font-weight: 400;
    line-height: 5.625rem;
    vertical-align: middle;
}
.site-store-icons i.fa.adjust, .site-download-icons i.fa.adjust {
    font-size: 1.875rem;
    position: relative;
    right: 0.625rem;
}
.site-store-icons img, .site-download-icons img {
    position: relative;
    right: 0.9375rem;
}

@media screen and (max-width: 767px) {
.site-store-icons img, .site-download-icons img {
    right: 0.625rem;
}
}
.site-store-icons h5, .site-download-icons h5 {
    /* Typography */
    color: #59687c;
    font-weight: 400;
    line-height: 1.375rem;
    font-size: 18px;
    margin: 0;
    width: 100%;
    text-align: left;
    display: block;
    padding: 0 0 0 1.25rem;
}
.site-store-icons h6, .site-download-icons h6 {
    color: #59687c;
    font-weight: 400;
    line-height: 0.875rem;
    font-size: 13px;
    margin: 0;
    width: 100%;
    text-align: left;
    display: block;
    padding: 0 0 0 1.25rem;
}
/*********************************** STYLING FOR HUBSPOT FORMS *****************************************/
hs-button-reset, .hs-form .hs-button {
    border: none;
    font-family: Arial, sans-serif;
    line-height: 1;
    margin: 0;
    outline: 0;
    padding: 0
}
.base-hs-button-styles, .hs-form .hs-button {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    padding: 8px 25px 8px;
    position: relative;
    text-align: center
}
.base-hs-button-styles:hover, .hs-form .hs-button:hover {
    text-decoration: none
}
input.hs-input[type=checkbox], input.hs-input[type=radio] {
    cursor: pointer
}
input.hs-input, textarea.hs-input, select.hs-input {
    display: inline-block;
    width: 210px;
    height: 24px;
    padding: 4px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: #666;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}
textarea.hs-input {
    padding-top: 5px
}
html.webkit textarea.hs-input {
    padding-top: 6px;
    padding-left: 5px
}
input.hs-input[type=checkbox], input.hs-input[type=radio] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 0;
    line-height: normal;
    border: none
}
input.hs-input[type=file] {
    background-color: #fff;
    padding: initial;
    border: initial;
    line-height: initial;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
input.hs-input[type=button], input.hs-input[type=reset], input.hs-input[type=submit] {
    width: auto;
    height: auto
}
input.hs-input[type=search] {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    background-image: url("/common_assets/static-2.158/img/form/search.png");
    background-repeat: no-repeat;
    padding-left: 26px;
    padding-right: 6px;
    padding-top: 5px;
    padding-bottom: 3px;
    background-position: 8px 8px
}
html.firefox input.hs-input[type=search] {
    position: relative;
    top: 1px
}
input.hs-input[type=search].transparent-image {
    background-image: url("/common_assets/static-2.158/img/form/search-transparent.png")
}
 input.hs-input[type="search"]::-webkit-search-decoration, input.hs-input[type="search"]::-webkit-search-cancel-button, input.hs-input[type="search"]::-webkit-search-results-button, input.hs-input[type="search"]::-webkit-search-results-decoration {
 display: none
}
select.hs-input, input.hs-input[type=file] {
    height: 27px
}
select[multiple].hs-input {
    height: inherit
}
textarea.hs-input {
    height: auto
}
 .hs-input:-moz-placeholder {
 color: #bfbfbf
}
 .hs-input::-webkit-input-placeholder {
 color: #bfbfbf
}
input.hs-input, textarea.hs-input {
    -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
    -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
    transition: border 0.2s linear, box-shadow 0.2s linear;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1)
}
input.hs-input:focus, textarea.hs-input:focus {
    outline: none;
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6)
}
input.hs-input.error, .hs-form div.field.error input, .hs-form div.field.error textarea, .hs-form div.field.error .chzn-choices, textarea.hs-input.error {
    border-color: #c87872;
    -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    box-shadow: 0 0 3px rgba(171, 41, 32, 0.25)
}
input.hs-input.error:focus, .hs-form div.field.error input:focus, .hs-form div.field.error textarea:focus, .hs-form div.field.error .chzn-choices:focus, textarea.hs-input.error:focus {
    border-color: #b9554d;
    -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
    -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
    box-shadow: 0 0 6px rgba(171, 41, 32, 0.5)
}
.input-mini.hs-input, input.mini.hs-input, textarea.mini.hs-input, select.mini.hs-input {
    width: 60px
}
.input-small.hs-input, input.small.hs-input, textarea.small.hs-input, select.small.hs-input {
    width: 90px
}
.input-medium.hs-input, input.medium.hs-input, textarea.medium.hs-input, select.medium.hs-input {
    width: 150px
}
.input-large.hs-input, input.large.hs-input, textarea.large.hs-input, select.large.hs-input {
    width: 210px
}
.input-xlarge.hs-input, input.xlarge.hs-input, textarea.xlarge.hs-input, select.xlarge.hs-input {
    width: 270px
}
.input-xxlarge.hs-input, input.xxlarge.hs-input, textarea.xxlarge.hs-input, select.xxlarge.hs-input {
    width: 530px
}
.input-stretch.hs-input, input.stretch.hs-input, textarea.stretch.hs-input, select.stretch.hs-input {
    box-sizing: border-box;
    width: 100%
}
textarea.hs-input.xxlarge {
    overflow-y: auto
}
input.hs-input.span1, textarea.hs-input.span1, select.hs-input.span1 {
    display: inline-block;
    float: none;
    width: 30px;
    margin-left: 0
}
input.hs-input.span2, textarea.hs-input.span2, select.hs-input.span2 {
    display: inline-block;
    float: none;
    width: 90px;
    margin-left: 0
}
input.hs-input.span3, textarea.hs-input.span3, select.hs-input.span3 {
    display: inline-block;
    float: none;
    width: 150px;
    margin-left: 0
}
input.hs-input.span4, textarea.hs-input.span4, select.hs-input.span4 {
    display: inline-block;
    float: none;
    width: 210px;
    margin-left: 0
}
input.hs-input.span5, textarea.hs-input.span5, select.hs-input.span5 {
    display: inline-block;
    float: none;
    width: 270px;
    margin-left: 0
}
input.hs-input.span6, textarea.hs-input.span6, select.hs-input.span6 {
    display: inline-block;
    float: none;
    width: 330px;
    margin-left: 0
}
input.hs-input.span7, textarea.hs-input.span7, select.hs-input.span7 {
    display: inline-block;
    float: none;
    width: 390px;
    margin-left: 0
}
input.hs-input.span8, textarea.hs-input.span8, select.hs-input.span8 {
    display: inline-block;
    float: none;
    width: 450px;
    margin-left: 0
}
input.hs-input.span9, textarea.hs-input.span9, select.hs-input.span9 {
    display: inline-block;
    float: none;
    width: 510px;
    margin-left: 0
}
input.hs-input.span10, textarea.hs-input.span10, select.hs-input.span10 {
    display: inline-block;
    float: none;
    width: 570px;
    margin-left: 0
}
input.hs-input.span11, textarea.hs-input.span11, select.hs-input.span11 {
    display: inline-block;
    float: none;
    width: 630px;
    margin-left: 0
}
input.hs-input.span12, textarea.hs-input.span12, select.hs-input.span12 {
    display: inline-block;
    float: none;
    width: 690px;
    margin-left: 0
}
input.hs-input.span13, textarea.hs-input.span13, select.hs-input.span13 {
    display: inline-block;
    float: none;
    width: 750px;
    margin-left: 0
}
input.hs-input.span14, textarea.hs-input.span14, select.hs-input.span14 {
    display: inline-block;
    float: none;
    width: 810px;
    margin-left: 0
}
input.hs-input.span15, textarea.hs-input.span15, select.hs-input.span15 {
    display: inline-block;
    float: none;
    width: 870px;
    margin-left: 0
}
input.hs-input.span16, textarea.hs-input.span16, select.hs-input.span16 {
    display: inline-block;
    float: none;
    width: 930px;
    margin-left: 0
}
input.hs-input[disabled], select.hs-input[disabled], textarea.hs-input[disabled] {
    background-color: #f5f5f5;
    border-color: #ddd;
    cursor: not-allowed
}
.help-inline, .help-block {
    font-size: 11px;
    line-height: 18px;
    color: #818181
}
.help-inline {
    padding-left: 5px
}
.help-block {
    display: block;
    max-width: 600px
}
.inline-inputs {
    color: #818181
}
.inline-inputs span, .inline-inputs input {
    display: inline-block
}
.inline-inputs input.mini {
    width: 60px
}
.inline-inputs input.small {
    width: 90px
}
.inline-inputs span {
    padding: 0 2px 0 1px
}
.input-prepend input, .input-append input {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}
.input-prepend .add-on, .input-append .add-on {
    position: relative;
    background: #f5f5f5;
    border: 1px solid #ccc;
    z-index: 2;
    float: left;
    display: block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 4px 4px 5px;
    margin-right: -1px;
    font-weight: normal;
    line-height: 18px;
    color: #bfbfbf;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}
.input-prepend .active, .input-append .active {
    background: #bfe0bf;
    border-color: #59ad59
}
.input-append input {
    float: left;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}
.input-append .add-on {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin-right: 0;
    margin-left: -1px
}
.hs-form {
    margin-bottom: 18px
}
.hs-form fieldset {
    margin-bottom: 18px;
    padding-top: 18px;
    max-width: none !important;
}
.hs-form fieldset legend {
    display: block;
    margin-left: 150px;
    font-size: 19.5px;
    line-height: 1;
    color: #414141
}
.hs-form .clearfix, .hs-form .field, .hs-form .hs-form-field {
    margin-bottom: 18px
}
.hs-form .clearfix:after, .hs-form .field:after, .hs-form .hs-form-field:after {
    content: "";
    display: table;
    clear: both
}
.hs-form label {
    padding-top: 5px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    float: left;
    width: 130px;
    text-align: right;
    color: #414141
}
.hs-form .input {
    margin-left: 150px
}
.hs-form div.field.error {
    background: #fae5e3;
    padding: 6px 0;
    margin-bottom: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}
.hs-form div.field.error>label, .hs-form div.field.error span.help-inline, .hs-form div.field.error span.help-block {
    color: #9d261d
}
.hs-form div.field.error .input-prepend span.add-on, .hs-form div.field.error .input-append span.add-on {
    background: #f4c8c5;
    border-color: #c87872;
    color: #b9554d
}
.hs-form .hsErrMsgContainer ul {
    margin-top: 6px;
    margin-bottom: 0px;
    margin-left: 7px;
    list-style: none
}
.hs-form .hsErrMsgContainer ul li {
    font-size: 12px;
    color: #a44e47
}
.hs-form .hsErrMsgContainer .hs-block-message {
    min-width: 200px;
    width: 200px
}
.hs-form .hsErrMsgContainer .hs-block-message ul {
    margin-top: 0px
}
.hs-form .actions {
    background: #f5f5f5;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 20px 18px 150px;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}
.hs-form .actions .secondary-action {
    float: right
}
.hs-form .actions .secondary-action a {
    line-height: 30px
}
.hs-form .actions .secondary-action a:hover {
    text-decoration: underline
}
.hs-form .inputs-list {
    margin: 0 0 5px;
    width: 100%
}
.hs-form .inputs-list>li {
    display: block;
    padding: 0;
    width: 100%
}
.hs-form .inputs-list label {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    text-align: left;
    white-space: normal;
    font-weight: normal
}
.hs-form .inputs-list label strong {
    color: #818181
}
.hs-form .inputs-list label small {
    font-size: 11px;
    font-weight: normal
}
.hs-form .inputs-list .inputs-list {
    margin-left: 25px;
    margin-bottom: 10px;
    padding-top: 0
}
.hs-form .inputs-list:first-child {
    padding-top: 6px
}
.hs-form .inputs-list>li+li {
    padding-top: 2px
}
.hs-form .inputs-list input[type=radio], .hs-form .inputs-list input[type=checkbox] {
    margin-bottom: 0
}
.hs-form.stacked {
    padding-left: 20px
}
.hs-form.stacked fieldset {
    padding-top: 9px
}
.hs-form.stacked legend {
    margin-left: 0
}
.hs-form.stacked label {
    display: block;
    float: none;
    width: auto;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px
}
.hs-form.stacked .field {
    margin-bottom: 18px
}
.hs-form.stacked .field div.input {
    margin-left: 0
}
.hs-form.stacked .field div.input>input+a, .hs-form.stacked .field div.input select+a, .hs-form.stacked .field div.input textarea+a {
    margin-top: 4px;
    display: block
}
.hs-form.stacked .inputs-list {
    margin-bottom: 0
}
.hs-form.stacked .inputs-list>li {
    padding-top: 0
}
.hs-form.stacked .inputs-list>li label {
    font-weight: normal;
    padding-top: 0
}
.hs-form.stacked div.error {
    padding: 3px 10px 6px;
    margin-top: 0;
    margin-left: -10px;
    margin-bottom: 9px
}
.hs-form.stacked .actions {
    margin-left: -20px;
    padding-left: 20px
}
.hs-form {
    padding-left: 0px
}
.hs-form.stacked {
    padding-left: 0px
}
.hs-form.stacked fieldset {
    padding: 0
}
.hs-form .hs-button {
    color: #fff;
    text-shadow: 0 -1px 0 #3574e3;
    background-color: #3574e3;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7ec8f4), color-stop(100%, #3574e3));
    background-image: -webkit-linear-gradient(top, #7ec8f4, #3574e3);
    background-image: -moz-linear-gradient(top, #7ec8f4, #3574e3);
    background-image: linear-gradient(top, #7ec8f4, #3574e3);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
    border-top: 1px solid #64baf0;
    border-bottom: 1px solid #1c4ed5;
    border-right: 1px solid #468ee6;
    border-left: 1px solid #468ee6;
    border-radius: 4px;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}
.hs-form .hs-button:visited, .hs-form .hs-button:hover {
    color: #fff
}
.hs-form .hs-button:hover:not(.inactive), .hs-form .hs-button:focus:not(.inactive), .hs-form .hs-button.hovered:not(.inactive) {
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0 0 5px #3574e3;
    border-top: 1px solid #4db0ee;
    border-bottom: 1px solid #1946be;
    border-right: 1px solid #3080e3;
    border-left: 1px solid #3080e3
}
.hs-form .hs-button:active:not(.inactive):not(.link), .hs-form .hs-button.depressed:not(.inactive):not(.link), .dropdown-open>.hs-form .hs-button:not(.inactive):not(.link) {
    background-color: #599eeb;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3574e3), color-stop(100%, #599eeb));
    background-image: -webkit-linear-gradient(top, #3574e3, #599eeb);
    background-image: -moz-linear-gradient(top, #3574e3, #599eeb);
    background-image: linear-gradient(top, #3574e3, #599eeb);
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px -1px 0px rgba(255, 255, 255, 0.3);
    border-top: 1px solid #1c4ed5;
    border-bottom: 1px solid #4084e2;
    border-right: 1px solid #468ee6;
    border-left: 1px solid #468ee6
}
.dropdown-open>.hs-form .hs-button:not(.inactive):not(.link) {
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3)
}
.hs-form .hs-button.disabled.disabled.disabled.disabled, .hs-form .hs-button[disabled][disabled][disabled] {
    background-color: #6387c5;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #88b1ce), color-stop(100%, #6387c5));
    background-image: -webkit-linear-gradient(top, #88b1ce, #6387c5);
    background-image: -moz-linear-gradient(top, #88b1ce, #6387c5);
    background-image: linear-gradient(top, #88b1ce, #6387c5);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0);
    border-top: 1px solid #7baacc;
    border-bottom: 1px solid #5774be;
    border-right: 1px solid #6c94c7;
    border-left: 1px solid #6c94c7;
    cursor: default;
    color: #ededed;
    text-shadow: none;
    opacity: 0.6
}
.hs-form .hs-button.disabled.disabled.disabled.disabled.next:before, .hs-form .hs-button[disabled][disabled][disabled].next:before {
    opacity: 0.5
}
.hs-form .hs-button.disabled.disabled.disabled.disabled.previous:before, .hs-form .hs-button[disabled][disabled][disabled].previous:before {
    opacity: 0.5
}
.hs-form .hs-button.next:before, .hs-form .hs-button.previous:before {
    background: url(/style_guide/static-8.319/img/hs-button-arrows.png) center 0 no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    content: " ";
    z-index: 99
}
.hs-form .hs-button.next {
    padding-right: 32px
}
.hs-form .hs-button.next:before {
    right: 9px
}
.hs-form .hs-button.previous {
    padding-left: 32px
}
.hs-form .hs-button.previous:before {
    background-position: center -16px;
    left: 9px
}
.hs-form .hs-button.inactive {
    cursor: default
}
.hs-form ul {
    list-style: none
}
.hs-form label {
    display: block;
    font-family: "Open Sans", Arial, sans-serif;
}
.hs-form label.hidden {
    display: none
}
.hs-form .hs-field-desc {
    color: #aaa;
    margin: 0px 0px 5px 150px;
    font-size: 11px;
    font-family: "Open Sans", Arial, sans-serif;
}
.hs-form .hs-form-required {
    color: red
}
.hs-form .field {
    margin-bottom: 9px
}
.hs-form .hs-richtext {
    margin-bottom: 3px;
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 18px;
    font-size: 14px;
    color: #414141
}
.hs-form .hs-richtext hr {
    text-align: left;
    margin-left: 0;
    width: 91%
}
.hs-form .email-correction, .hs-form .email-validation {
    padding-top: 3px;
    font-size: 12px;
    font-family: "Open Sans", Arial, sans-serif;
}
.hs-form .email-correction a, .hs-form .email-validation a {
    cursor: pointer
}
.hs-form .inputs-list {
    padding-left: 5px;
    list-style: none
}
.hs-form .inputs-list li input {
    margin: 3px 5px 3px 0px
}
.hs-form input[type=checkbox], .hs-form input[type=radio] {
    margin-right: 5px
}
.hs-form input:not([type="image"]), .hs-form textarea {
    box-sizing: content-box
}
.hs-form.stacked .hs-field-desc {
    margin: 0px 0px 2px 0px
}
.hs-form .hs-input, .hs-form textarea.hs-input {
    box-sizing: border-box;
    width: 90%
}
.hs-form .hs-input:not[type=checkbox], .hs-form .hs-input:not[type=radio], .hs-form textarea.hs-input:not[type=checkbox], .hs-form textarea.hs-input:not[type=radio] {
    min-height: 18px;
    min-width: 100px
}
.hs-form .actions {
    background: transparent;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 20px 18px 0px;
    border-top: none;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}
.hs-form .actions .secondary-action {
    float: right
}
.hs-form .actions .secondary-action a {
    line-height: 30px
}
.hs-form .actions .secondary-action a:hover {
    text-decoration: underline
}
.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: Arial, sans-serif
}
.pika-single.is-hidden {
    display: none
}
.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5)
}
.pika-single {
 *zoom: 1
}
.pika-single:before, .pika-single:after {
    content: " ";
    display: table
}
.pika-single:after {
    clear: both
}
.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px
}
.pika-title {
    position: relative;
    text-align: center
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0
}
.pika-label {
    display: inline-block;
 *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff
}
.pika-prev, .pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: 0.5;
 *position: absolute;
 *top: 0
}
.pika-prev:hover, .pika-next:hover {
    opacity: 1
}
.pika-prev.is-disabled, .pika-next.is-disabled {
    cursor: default;
    opacity: 0.2
}
.pika-prev, .is-rtl .pika-next {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
 *left: 0
}
.pika-next, .is-rtl .pika-prev {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
 *right: 0
}
.pika-select {
    display: inline-block;
 *display: inline
}
.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}
.pika-table th, .pika-table td {
    width: 14.28571%;
    padding: 0
}
.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center
}
.pika-table abbr {
    border-bottom: none;
    cursor: help
}
.pika-button {
    cursor: pointer;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5
}
.is-today .pika-button {
    color: #3af;
    font-weight: bold
}
.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #3af;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px
}
.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: 0.3
}
.pika-button:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
    border-radius: 3px !important
}
.pika-week {
    font-size: 11px;
    color: #999
}
.hs-form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}
.hs-form fieldset.form-columns-1 .hs-input {
    width: 95%
}
.hs-form fieldset.form-columns-1 .input {
    margin-right: 8px
}
.hs-form fieldset.form-columns-1 input[type="checkbox"], .hs-form fieldset.form-columns-1 input[type="radio"] {
    width: auto
}
.hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50%;
    float: left
}
.hs-form fieldset.form-columns-2 .input {
    margin-right: 8px
}
.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 32.7%;
    float: left
}
.hs-form fieldset.form-columns-3 .input {
    margin-right: 8px
}
.hs-form fieldset .hs-form-field.hidden-label {
    margin-top: 24px
}
.hs-form .hs-social-login {
    border-radius: 3px;
    box-sizing: content-box;
    width: 95%;
    max-width: 480px;
    height: 90px
}
.hsformerror {
    margin: 0 0 2px;
    padding: 2px 6px;
    height: auto;
    background-color: #fdd2d0;
    font-size: 11px;
    border: 1px solid #fcb3af;
    padding: 4px 16px 4px 10px;
    color: #000;
    display: none;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #fdd2d0));
    background-image: -webkit-linear-gradient(#fefefe, #fdd2d0);
    background-image: -moz-linear-gradient(#fefefe, #fdd2d0);
    background-image: -o-linear-gradient(#fefefe, #fdd2d0);
    background-image: linear-gradient(#fefefe, #fdd2d0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px #ddd;
    -moz-box-shadow: 0 0 6px #ddd;
    box-shadow: 0 0 6px #ddd;
    z-index: 99999
}
.hsformerror em {
    border: 10px solid;
    border-color: #fdd2d0 transparent transparent;
    bottom: -17px;
    display: block;
    height: 0;
    left: 60px;
    position: absolute;
    width: 0
}
.hsformerror p {
    font-family: Lucida Grande, Lucida Sans Unicode, bitstream vera sans, trebuchet ms, verdana, sans-serif;
    margin: 0;
    float: left;
    margin-right: 8px
}
.hsformerror:hover {
    cursor: default
}
.hsformerror .close-form-error {
    float: right;
    display: inline;
    top: 3px;
    position: absolute;
    font-family: Verdana !important;
    color: #b17c79 !important;
    cursor: pointer !important;
    font-size: 11px !important;
    font-weight: normal !important
}
.hsformerror .close-form-error:hover {
    color: #cc8884
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
form.hs-form .form-columns-2 .hs-form-field,  form.hs-form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%
}
form.hs-form .form-columns-2 .hs-form-field .hs-input,  form.hs-form .form-columns-3 .hs-form-field .hs-input {
    width: 95%
}
}

@media (max-width: 422px) {
.all-social-types {
    height: 100px
}
}

@media (max-width: 342px) {
.hs-social-login {
    height: 72px
}
}
/************** Responsive Car Dealer Websites Custom CSS 9-25-18 *****************/
.websites-main{
	text-align: center;
}
.websites-main h4{
	font-weight: bold;
	color: black;
}
.webDemoBtn{
	margin-bottom: 65px;
	width: 40%;
	font-weight: bold;
}
.webInfo{
	margin-bottom: 65px;
}
.webInfo h6{
	font-weight: bold;
	color: #0088cc;
	font-size: 20px;
}
.webInfoSupImg{
	text-align: center;
}
.topicContainer{
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,efefef+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	text-align: center;
	min-height: 200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.learnMoreBtn{
	align-self: flex-end;
}
.topicHead{
	font-weight: bold;
	color: #0088cc;
	font-size: 1.2em;
}
.topicContainer p{
	font-size: .95em;
}
.topicInfo p{
	line-height: 1.4;
}
.topicsHead{
	font-weight: bold;
	color: #0088cc;
	font-size: 18px;
	text-align: center;
	line-height: 1.5;
	margin: 20px 0px;
}
@media (max-width: 1200px){
	.topicContainer{
	min-height: 240px;
}
}
@media (max-width: 769px){
.webDemoBtn{
	margin-bottom: 25px;
}
.webInfo{
	margin-bottom: 25px;
}
.webInfoSupImg{
		margin-bottom: 10px;
		text-align: center;
}
.webInfoSupImg img{
	width: 320px;
}
.topicContainer{
	min-height: 100px;
}
.topicInfo p{
	line-height: 1.5;
}
}
@media (max-width: 600px) {
.webDemoBtn{
	width: 100%;
}
.topicContainer p{
	font-size: .9em;
}
}
/************** Responsive Car Dealer Websites Custom CSS 9-25-18 *****************/
.websites-main{
	text-align: center;
}
.websites-main h4{
	font-weight: bold;
	color: black;
}
.webDemoBtn{
	margin-bottom: 65px;
	width: 40%;
	font-weight: bold;
}
.webInfo{
	margin-bottom: 65px;
}
.webInfo h6{
	font-weight: bold;
	color: #0088cc;
	font-size: 20px;
}
.webInfoSupImg{
	text-align: center;
}
.topicContainer{
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,efefef+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	text-align: center;
	min-height: 200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.learnMoreBtn{
	align-self: flex-end;
}
.topicHead{
	font-weight: bold;
	color: #0088cc;
	font-size: 1.2em;
}
.topicContainer p{
	font-size: .95em;
}
.topicInfo p{
	line-height: 1.4;
}
.topicsHead{
	font-weight: bold;
	color: #0088cc;
	font-size: 18px;
	text-align: center;
	line-height: 1.5;
	margin: 20px 0px;
}
@media (max-width: 1200px){
	.topicContainer{
	min-height: 240px;
}
}
@media (max-width: 769px){
.webDemoBtn{
	margin-bottom: 25px;
}
.webInfo{
	margin-bottom: 25px;
}
.webInfoSupImg{
		margin-bottom: 10px;
		text-align: center;
}
.webInfoSupImg img{
	width: 320px;
}
.topicContainer{
	min-height: 100px;
}
.topicInfo p{
	line-height: 1.5;
}
}
@media (max-width: 600px) {
.webDemoBtn{
	width: 100%;
}
.topicContainer p{
	font-size: .9em;
}
}
/********************* Hours Directdions *******************/
.directionsMap {
    padding-bottom: 10px;
}
.mainMapHolder {
    position: relative;
    padding-bottom: 40%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.mainMapHolder iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/********************* bdc promo *******************/
.blueBand {
	display:block;
	background-color: #0073ac;
	height: 50px;
	width: 100%;
	color: #fff;
	margin-bottom: 20px;
	padding:10px 0;
}
.promo {
    background: url("../img/Background.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: block !important;
    padding:20px;
    height: auto;
}
.promo1 {
    font-size: 2.6em;
    line-height: 36px;
    margin: 0 0 22px;
	color: #fff;
	text-align: center;
}
.promo2 {
    font-size: 2.2em;
    line-height:30px;
    margin: 0 0 22px;
		color: #fff;
	text-align: center;
}
.offerLine {
    font-size: 1.7em;
    line-height:1.3;
	text-align: center;
	color: #333;
}
.card {
    box-shadow: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    border: 0;
	height: 350px;
}

.card .card-block, .card .card-body, .card.card-block, .card.card-body {
    padding: 20px;
    padding: 2rem
}
.card .card-block p:last-child, .card .card-body p:last-child, .card.card-block p:last-child, .card.card-body p:last-child {
    margin-bottom: º 0
}
.card .card-header {
    padding: 15px 20px;
    padding: 1.5rem 2rem;
    background-color: #eee;
    border: 0
}
.card .card-header i {
    margin-right: 10px
}
.card .card-header h1, .card .card-header h2, .card .card-header h3, .card .card-header h4, .card .card-header h5, .card .card-header h6 {
    margin: 0;
    font-weight: 400
}
.card .card-header h1 {
    font-size: 20px;
    font-size: 2rem
}
.card .card-header h2 {
    font-size: 18px;
    font-size: 1.8rem
}
.card .card-header h3 {
    display: block;
    color: #fff!important;
    font-size:24px;
	 font-weight: 500;
	 text-align:center;
}
.card .card-header h4 {
    font-size: 13px;
    font-size: 1.3rem
}
.card.card-primary {
    border-bottom: solid 3px #03a9f4;
    border-radius: 3px
}
.card.card-primary .card-header, .card.card-primary .card-footer {
    background-color: #0073ac;
    color: #f5f5f5
}
.card.card-info {
    border-bottom: solid 3px #00bcd4;
    border-radius: 3px
}
.card.card-royal {
    border-bottom: solid 3px #2c348c;
    border-radius: 3px
}
.card.card-royal .card-header, .card.card-royal .card-footer {
    background-color: #2c348c;
    color: #f5f5f5
}
.card.card-danger {
    border-bottom: solid 3px #f44336;
    border-radius: 3px
}
.card.card-danger .card-header, .card.card-danger .card-footer {
    background-color: #f44336;
    color: #f5f5f5
}
.rev_slider img {
    width: 100%;
}

@media (min-width: 902px) {
    .mainMapFlex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .directionsMap {
        width: 48%;
        padding-bottom: 0px;
    }
    .mainMapHolder {
    position: relative;
    padding-bottom: 75%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
}

@media screen and (min-width: 902px) {
/******** New Leadership Page ***********/
.leaderWrap {
    width: 28%;
    padding-bottom: 45px;
}  
.leaderFlex {
    justify-content: space-between;
}
}