/*Accessibility helpers*/
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.logo-slider .logo-slider--slider_item img {
	filter: grayscale(100%);
}

.logo-slider .logo-slider--slider_item img:hover {
	filter: grayscale(0%);
}

/* common */
.mt-10 {
    margin-top:10px !important;
}
.mb-20 {
    margin-bottom:20px;
}
.mb-30 {
    margin-bottom:30px;
}
.mb-40 {
    margin-bottom:40px;
}
.mt-100 {
    margin-top:100px !important;
}
.mt-140 {
    margin-top:140px !important;
}
.mr-5 {
    margin-right:5px !important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center !important;
}

/* branding */
.page-branding .brand-wrap {
    width: 100%;
    float: left;
    border-radius:10px;
    background-color:#fff;
    box-shadow: 0px 22px 40px rgba(161, 180, 189, 0.25);
    border: 1px solid #eee;
    margin-bottom:20px;
}
.page-branding .brand-wrap.blue .brand-img {
    background:#009aba;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.page-branding .brand-wrap.nd-blue .brand-img {
    background:#179BA6;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.page-branding .brand-wrap.xap-blue .brand-img {
    background:#014466;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.page-branding .brand-wrap.full-radius {
    border-radius:10px;
}
.page-branding .brand-wrap.full-radius .brand-img {
    border-radius:10px;
}
.page-branding .brand-wrap .brand-img {
    width: 100%;
    float: left;
    padding:30px;
    text-align:center;
}
.page-branding .brand-wrap .brand-img img {
    margin:0 auto;
    max-width:100%;
}
.page-branding img.border {
    border: 1px solid #eee;
}

.page-branding .brand-wrap .brand-content {
    width: 100%;
    float: left;
    padding:20px 30px;
    border-top:1px solid #eee;
}
.page-branding .brand-icons img {
   margin-bottom:10px; 
}
.page-branding .brand-icons img.xap-blue {
    background-color:#014466;
    margin-bottom:10px; 
}

/* branding row/column fix */
.page-branding .row {
    width:100%;
    float:left;
    display:block;
}
.page-branding .col-lg-1,
.page-branding .col-lg-2,
.page-branding .col-lg-3,
.page-branding .col-lg-4,
.page-branding .col-lg-5,
.page-branding .col-lg-6,
.page-branding .col-lg-7,
.page-branding .col-lg-8,
.page-branding .col-lg-9,
.page-branding .col-lg-10,
.page-branding .col-lg-11,
.page-branding .col-lg-12,
.page-branding .col-md-1,
.page-branding .col-md-2,
.page-branding .col-md-3,
.page-branding .col-md-4,
.page-branding .col-md-5,
.page-branding .col-md-6,
.page-branding .col-md-7,
.page-branding .col-md-8,
.page-branding .col-md-9,
.page-branding .col-md-10,
.page-branding .col-md-11,
.page-branding .col-md-12,
.page-branding .col-sm-1,
.page-branding .col-sm-2,
.page-branding .col-sm-3,
.page-branding .col-sm-4,
.page-branding .col-sm-5,
.page-branding .col-sm-6,
.page-branding .col-sm-7,
.page-branding .col-sm-8,
.page-branding .col-sm-9,
.page-branding .col-sm-10,
.page-branding .col-sm-11,
.page-branding .col-sm-12,
.page-branding .col-xs-1,
.page-branding .col-xs-2,
.page-branding .col-xs-3,
.page-branding .col-xs-4,
.page-branding .col-xs-5,
.page-branding .col-xs-6,
.page-branding .col-xs-7,
.page-branding .col-xs-8,
.page-branding .col-xs-9,
.page-branding .col-xs-10,
.page-branding .col-xs-11,
.page-branding .col-xs-12 {
    float: left !important;
}
.page-branding h3 {
    font-size:30px;
    float:left;
    display:block;
}
.page-branding .mt-30 {
    margin-top:30px !important;
}
.page-branding .mb-30 {
    margin-bottom:30px !important;
}
.page-branding .mb-0 {
    margin-bottom:0px !important;
}
.page-branding .margin-fix {
    margin-bottom:100px !important;
    padding:0 15px;
}
.page-branding p {
    margin:0 0 5px;
}
.page-branding .brand-icons {
    width:100%;
    float:left;
    display:block;
}

/* header */
.menu-open #site-header, .shrink #site-header {
    box-shadow:0px 12px 25px 0px rgba(161, 180, 189, 0.25);
}


/* home page tabs */
.content-tabber--tab_image img {
    max-height:375px;
}


/* contact page */
fieldset {
    border:none;
}
.g-recaptcha {
    margin-bottom:24px;
}
.field-optional {
}
.contact .contact--content h1 .text-quaternary:after {
	content: "";
	position: absolute;
	top: -14px;
	left: unset;
	width: 35px;
	height: 39px;
	background-image: url(../images/text-accent.svg);
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
}

/* label overlap */
.label-overlap {
    position:relative;
}
.label-overlap label {
    position: absolute;
    z-index: 1;
    padding: 10px 23px;
}

/* select 2 */
.select2-container--default .select2-selection--multiple {
    border-radius: 10px !important;
    border: 1px solid #d2d2d2 !important;
    background: #fff;
    color: #515151;
}
.select2-container .select2-search--inline {
    height: 35px;
}
.select2-container--default .select2-search--inline .select2-search__field {
    height: 15px !important;
    margin-top: 7px !important;
    position: relative;
    margin: 0 !important;
    
    top: 9px !important;
    caret-color: transparent;
}
.select2-selection__rendered {
    min-height:40px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4f5fa !important;
    border-color: #e4f5fa !important;
    color: #014466 !important;
    font-weight: 600 !important;
    padding: 2px 8px !important;
    margin-top: 6px !important;
    margin-right: 6px !important;
}
.select2-selection__choice__remove {
    color:#009aba !important;
    font-size:18px !important;
}

/* collector */
.btn-collector {
    background-color:#337ab7;
}

/* about */
.team-members .team-members--item_image.no-bkgd {
    background-color: transparent;
}
.about-embrace .container {
    position:relative;
}
.embrace--accent_dots {
    position: absolute;
    top: -40px;
    left: 60px;
    z-index: -1 !important;
}
.embrace--double_arrow {
    position: absolute;
    top: 0px;
    right: 70px;
    z-index: -1 !important;
}
.about-embrace .a-link {
    font-weight:600;
    transition: color 0.3s ease-in-out;
}
.about-embrace .a-link:hover,
.about-embrace .a-link:active,
.about-embrace .a-link:focus {
    color:#014466 !important;
}

/* choices */
.features-tabber--item_inner img {
    max-height:40px;
}

.ch-hero {
   margin: 0 !important;
   position: relative;
   padding: 4rem 0;
}
.ch-hero::before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: -40px;
  height: 40px;
  width: 100%;
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
}


/* paws */
.content-center {
    text-align:center;
}
.content-center .tab-img {
    max-width:400px !important;
}

/* testimonials */
.testimonials .testimonials--accent_dots {
    z-index:-1 !important;
}

/* appdocs */
.spacer-top {
    margin-top:100px;
}
.spacer-bottom {
    margin-bottom:100px;
}
.text-center {
    text-align:center;
}

/* wbl */
.spacer-top-50 {
    margin-top:50px !important;
}
.spacer-top-30 {
    margin-top:30px !important;
}
body h1 {
    font-family: Quicksand,sans-serif !important;
    color:#014466 !important;
}

/* access data services */
.img-100 {
    max-width:100px !important;
}

/* partners */
.partners .banner-img img {
    display: block;
    margin: 0 auto 20px;
    max-width: 250px !important;
    max-height:250px;
}

.partners a {
    color:#009aba;
    font-weight:600;
    transition: color 0.3s ease-in-out;
    text-decoration:none;
}
.partners a:hover {
    color:#eeb249 !important;
    text-decoration:none;
}
.partners .video-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    background-color: #fff;
}
.partners .video-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.partners table {
    border-collapse:collapse;
}
.partners table th,
.partners table td {
    border:1px solid #ccc;
    padding:10px;
    font-size:14px;
    line-height:22px;
}
.partners .equal-height {
    display:flex;
    min-width:1px;
}
.partners .brand-wrap {
    display:table;
    min-height:250px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.partners .brand-wrap:hover {
    webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025);
}
.partners .brand-wrap .brand-img {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.partners .img-round {
    border-radius:10px;
}
.partners .social-icons {
}
.partners .social-icons a {
    background: #009aba;
    height: 34px;
    width: 34px;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    padding: 4px 0;
    transition: 0.3s ease-in-out;
}
.partners .social-icons a:hover {
    background: #eeb249;
    color:#fff !important;
}

/*product banner*/
.banner-product {
    position: relative;
    padding: 75px 0 80px;
    background-color: #e4f5fa;
    margin-bottom: 0;
}
.banner-product:before {
    content: "";
    position: absolute;
    top: -125px;
    left: 0;
    width: 100%;
    height: 125px;
    background-color: #e4f5fa;
}
.banner-product .g--heading-accent>span:before, .banner-product .g--heading-accent_r>span:before {
    content: "";
    position: absolute;
    top: -26px;
    left: -32px;
    width: 35px;
    height: 39px;
    background-image: none;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
.banner-product .g--pretitle span {
    color: #fdf5e7;
    background-color: #eeb249;
    border-radius: 50px;
    padding: 7px 22px;
    margin-bottom: 10px;
    font-size: 15.5px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.86px;
    text-transform: uppercase;
    display: inline-block;
}

/*sub nav*/
.subnav {
    display: flex;
    position: relative;
    padding: 0 0 38px;
    background-color: #e4f5fa;
    margin-bottom: 0;
}
.nav-tabs {
    border-bottom: 1px solid #fff;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
li.nav-item {
    padding-right: 14px;
}
.nav-link {
    color:#014466;
    font-weight:600;
    font-size: 1.125rem;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #014466;
    background-color: #fff;
    border-color: #fff;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color:#c6ecf3;
    border: 1px solid transparent;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width:10rem;
    text-align: center;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color:#009aba;
    isolation: isolate;
}

/* responsive */
@media (max-width: 1359px){

    .number-tabber--content h2 {font-size:36px;}
    .number-tabber .number-tabber--actions {margin-top:55px !important;}
    .number-tabber .number-tabber--actions li {margin-bottom: 10px !important;}
    .number-tabber .number-tabber--actions li .number-tabber--actions_number {height:50px !important; width:50px !important;font-size:20px !important;}
    .number-tabber .number-tabber--actions li .number-tabber--actions_text {font-size:16px !important;}
    .number-tabber--tabs {margin-top:20px !important;}


    .contact .contact--content h1 .text-quaternary:after {top:59px;}

}
@media (max-width:991px) {

    .content-center .tab-img {max-width:100% !important;}
    .content-tabber .content-tabber--tab_tagline {font-size:16px !important;line-height:24px !important;}

    .features-tabber .features-tabber--actions li .features-tabber--item_inner span {font-size:14px; line-height:20px;}
    .features-tabber .features-tabber--actions {overflow-x: unset !important;overflow-y: unset !important;}

    .about-embrace .embrace--accent_dots {left:-60px;}
    .about-embrace .embrace--double_arrow {right:-20px;}

    .number-tabber--content h2 {font-size:30px;}
    .number-tabber .number-tabber--actions li .number-tabber--actions_number {padding: 0 22px !important;}
    .number-tabber .number-tabber--actions li .number-tabber--actions_text {line-height: 19px !important;}
    .number-tabber .number-tabber--actions {margin-top:45px !important;}

    .contact .contact--content h1 .text-quaternary:after {height:30px; top:57px;}

}
@media (max-width:767px) {

    body .h2, body h2 {font-size:30px !important;}
    body .h3, body h3 {font-size:24px !important;}

    #tns1 {width:calc(982%) !important;}
    .logo-slider .logo-slider--slider_wrap {padding:8px 60px !important;}

    .content-tabber--tab_title {margin-bottom:10px;}
    .content-tabber .content-tabber--actions li a {font-size:16px !important;padding:11px 19px !important;}

    .features-tabber .features-tabber--actions li .features-tabber--item_inner i {font-size:30px !important;}
    .features-tabber .features-tabber--actions li .features-tabber--item_inner span {display:none !important;}
    .features-tabber .features-tabber--actions li .features-tabber--item_inner{padding:25px 0 !important;}
    .features-tabber .features-tabber--item_title span:before {display:none;}
    .features-tabber .features-tabber--item {padding:52px 30px !important;}
    .features-tabber .features-tabber--item_title {font-size:24px !important;}

    .number-tabber .number-tabber--actions {margin-top:55px !important;}
    .number-tabber .number-tabber--actions li {margin-bottom: 10px !important;}
    .number-tabber .number-tabber--actions li .number-tabber--actions_number {height:50px !important; width:50px !important;font-size:20px !important;}
    .number-tabber .number-tabber--actions li .number-tabber--actions_text {font-size:16px !important;}
    .number-tabber--tabs {margin-top:20px !important;}

    .g--checkmark-list {margin: 0 0 50px !important}

    .contact .contact--content h1 .text-quaternary:after {top:-8px;}
    .title-demo span:before {display:none;}

}
@media (max-width:640px) {

    .contact {margin: 75px 0 100px !important;}
    .contact .contact--content h1 .text-quaternary:after {display:none;}

}
@media (max-width:599px){

    #site-header {padding: 0 15px;}
    #site-footer .site-footer--inner {padding:75px 20px 45px}
    #main > .block {padding-left:15px;padding-right:15px;}

    .about-embrace .embrace--accent_dots {display:none;}
    .about-embrace .embrace--double_arrow {display:none;}

    .partners .video-container {margin-bottom:20px;}
    .partners .sm-mb-20 {margin-bottom:20px;}

}
@media (max-width:480px) {

    #tns1 > .tns-item {width:calc(100%) !important;}
    
    .features-tabber .features-tabber--actions li .features-tabber--item_inner i {font-size:24px !important;}

    .g--pretitle span {font-size:13px;}
    

}