body{
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	font-weight: 300;
	color: #231f20;
	line-height: 1.4210;
	letter-spacing: 0;
	margin: 0;
	min-width: 320px;
	padding: 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	height: auto;
	max-width: 100%;
}
iframe{
	max-width: 100%;
}
a,
.button,
button{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	outline: none!important;
}
a{
	color: #004b8d;
	text-decoration: none;
}
a:hover{
	color: #002d54;
}
.white-link a{
	color: #fff;
	text-decoration: underline;
}
.row a {
	text-decoration:underline;
}
mainContentOfPage a {
	text-decoration: underline;
}
ul{
	padding-left: 20px;
	margin: 0 0 1.4em;
}
li{
	padding: 3px 0;
}
p{
	margin: 0 0 1.4em;
}
p:last-child,
ul:last-child{
	margin-bottom: 0;
}
h1,
.h1{
	font-family: 'Raleway', sans-serif;
	font-size: 2.8421em;
	font-weight: bold;
	line-height: 1.2;
}
h2{
	font-family: 'Raleway', sans-serif;
	font-size: 1.8947em;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 0.5em;
}
h3{
	font-family: 'Raleway', sans-serif;
	font-size: 1.27em;
	font-weight: normal;
	line-height: 1.15;
	margin: 0 0 0.5em;
}
.button{
	background: #00853e;
	border: 1px solid #ffffff;
	color: #ffffff;
	display: inline-block;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	min-width: 160px;
	padding: 12px 30px;
	text-align: center;
}
.button-full{
	border-color: transparent;
}
.button:hover{
	background: #005025;
	color: #fff;
}
.button-blue{
	background: #004b8d;
}
a.button-blue{
	text-decoration: none;
}
.button-blue:hover{
	background: #003360;
}
.button-white{
	background: #ffffff;
	color: black;
}
a.button-white{
	text-decoration: none;
}
.button-white:hover{
	background: #ffffff;
}
::-webkit-input-placeholder {color:#161616; opacity: 1;}
::-moz-placeholder          {color:#161616; opacity: 1;}
:-moz-placeholder           {color:#161616; opacity: 1;}
:-ms-input-placeholder      {color:#161616; opacity: 1;}
button{
	background: #00853e;
	color: #fff;
	font-size: 18px;
	border: none;
	font-weight: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
a.button{
	text-decoration: none;
}
button:hover{
	background: #005025;
}
.container{
	max-width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.padding-top{
	padding-top: 10px;
}
.padding-bottom{
	padding-bottom: 20px;
}
.light-font {
	font-weight: 100;
}
hr {
	margin: 40px 0 10px; color: #000000;	background-color: #000000; height: 1px; border: 0;
}
/*-------Header-----------*/
.header-top{
	padding: 14px 0;
}
.header-top-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.header-logo-wrap img{
	height: auto;
	width: 192px;
}
.header-contacts{
	font-size: 16px;
	padding-bottom: 10px;
}
.header-contacts ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.header-contacts li{
	display: inline-block;
	margin: 0 15px;
}
.header-contacts a{
	color: #004b8d;
}
.header-contacts a:hover{
	color: #002d54;
}
.header-form{
	font-weight: normal;
	padding-top: 8px;
	white-space:nowrap;
}
.header-form{
	font-size: 13px;
}
.header-form input{
	border: 1px solid #cccccc;
	height: 24px;
	max-width: 154px;
	padding: 0 4px;
	width: 100%;
	margin: 0 4px;
}
.header-form button{
	height: 24px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: top;
	width: 70px;
}
#loginbutton-new{
	height: 31px;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    vertical-align: top;
    width: 106px;
}

.forgot-password{
	display: block;
	text-align: right;
}
.header-bot{
	background: #004b8d;
}
.navigation{
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}
.navigation:before{
	content: " ";
	display: table;
}
.navigation:after{
	clear: both;
	content: " ";
	display: table;
}
.navigation ul{
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.navigation li{
	border-right: 1px solid #0a467b;
	display: block;
	float: left;
	padding: 0;
	position: relative;
}
.navigation li:last-child{
	border-right: none;
}
.navigation a{
	color: #fff;
	display: block;
	padding: 14px 36px;
	position: relative;
}
.navigation a:hover,
.navigation .current-menu-item > a{
	background: #33b1e3;
	color: #fff;
}
.navigation ul ul{
	display: none;
}
.navigation ul ul li{
  display: block;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0;
  width: 100%;
}
.navigation ul ul a{
  background: #e1f3fa;
  color: #004b8d;
  font-weight: 600;
  padding: 11px 20px;
}
#touch-menu{
	bottom: auto;
	display: none;
	cursor: pointer;
	width: 32px;
	height: 20px;
	margin: 13px 0 13px auto;
	z-index: 10;
}
#touch-menu span:after,
#touch-menu span:before{
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}
#touch-menu span:after{
	top: 9px;
}
#touch-menu span{
	position: relative;
	display: block;
	top: 9px;
}
#touch-menu span,
#touch-menu span:after,
#touch-menu span:before{
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 2px;
}
#touch-menu.on span{
	background-color: transparent;
}
#touch-menu.on span:before{
	transform: rotate(45deg) translate(5px, 5px);
}
#touch-menu.on span:after{
	transform: rotate(-45deg) translate(7px, -8px);
}
/*--------------Footer-----------*/
.footer{
	color: #fff;
}
.footer a{
	color: #fff;
	text-decoration: none;
}
.footer-top{
	background: #33b1e3;
	padding: 40px 0;
}
.footer-top .button{
	font-size: 18px;
}
.footer-bot{
	background: #002e54;
	padding: 40px 0;
}
.footer-logo-wrap img{
	width: 200px;
}
.footer-links{
	font-size: 16px;
	font-weight: normal;
	padding: 22px 0;
	text-align: right;
}
.footer-links a{
	display: inline-block;
	margin: 0 5px;
}
.footer-top-content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.footer-top-title{
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
}
.footer-top-text{
	font-size: 24px;
}
/*------------Home--------------*/
.celc-top-section{
        background: #c0d2e0;
        background: linear-gradient(to bottom, #c0d2e0, #d8e2eb);
        padding-top: 50px;
}
.celc-top-row{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
}
.celc-top-content-col{
        order: 1;
        width: 50%;
}
.celc-top-image-col{
        order: 2;
        width: 50%;
}
.celc-top-content h1{
        font-size: 42px;
        font-weight: 100;
        margin: 0;
}
@media only screen and (max-width : 767px) {
        .celc-top-section{
                text-align: center;
        }
        .celc-top-row{
                display: block;
        }
        .celc-top-content-col{
                padding: 50px 0;
                width: 100%;
        }
        .celc-top-image-col{
                width: 100%;
        }
}
.section{
	padding: 50px 0;
}
.pt-0{
	padding-top: 0!important;
}
.pb-0{
	padding-bottom: 0!important;
}
.block-bg{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.home-top-section{
	background-image: url('/qrweb/images/Home-QwickRate-solutions.jpg');
}
.home-top-section-inner{
	background: rgba(5,45,83,0.45);
	padding: 60px 0 30px;
}
.home-top-section .get-tour-link{
	min-width: 130px;
	padding: 12px;
	position: absolute;
	right: -25px;
	top: 10px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.home-top-section .container{
	position: relative;
}
.home-top-section-content{
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 1.57em;
	margin: 0 auto;
	max-width: 1000px;
	text-align: center;
}
.home-top-section-content h1{
	font-size: 1.4em;
	line-height: 1.2;
	max-width: 1060px;
	margin: 0 0 0.7em;
	text-transform: uppercase;
}
.home-top-section-content p{
	margin: 0.6em 0;
}
.scroll-arrow{
	background: url('/qrweb/images/icons/arrow-down.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	display: block;
	height: 3.6em;
	margin: 0 auto;
	text-indent: 110%;
	overflow: hidden;
	width: 3.6em;
}
.offerings-block{
	font-weight: normal;
	margin: 0 auto;
	max-width: 360px;
	text-align: center;
}
.offerings-block-logo{
	margin: 0 0 0.4em;
}
.offerings-block-content h2{
	margin: 0 0 0.5em;
}
.offerings-block-content p{
	font-size: 1.053em;
	line-height: 1.4;
}
.offerings-block-buttons{
	margin-top: 1.3em;
}
.offerings-block-buttons a{
	margin: 5px 7px;
	min-width: 125px;
	padding: 12px 25px;
	text-decoration: none;
}
.home-banks-section{
	background: #eaf7fc;
}
.home-banks-block{
	max-width: 525px;
	padding-left: 180px;
	position: relative;
}
.home-banks-block img{
	border: 2px solid #00853e;
	border-radius: 50%;
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 7.9em;
}
.home-banks-block h2{
	color: #004b8d;
	margin: 0 0 0.25em;
}
.home-banks-block p{
	margin: 0 0 1.1em;
}
.home-banks-block ul{
	font-size: 16px;
	list-style-type: none; 
	margin: 0 0 1.3em;
	padding: 0;
}
.home-banks-block li{
	margin-bottom: 5px;
	padding-left: 30px;
	position: relative;
}
.home-banks-block li:before{
	border-left: 5px solid #33b1e3;
	border-bottom: 5px solid #33b1e3;
	content: "";
	display: block;
	height: 11px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 18px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.home-news-section{
	background: #97c93d;
	color: #fff;
	padding: 25px 0;
}
.home-news-content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.home-news-title{
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
}
.home-news-text{
	font-size: 24px;
}
.section-quote {
	text-align: center;
	font-size: 1.12em;
	font-weight: 500;
	padding: 0 60px;
	margin-top: 40px;
}
.section-quote-sig {
	margin-top: 16px;
	font-size: .75em;
}
.testimonials-section{
	background-image: url('/qrweb/images/testimonials-bg.jpg');
	color: #fff;
	text-align: center;
}
.testimonials-section-inner{
	background: rgba(0,75,141,0.7);
	padding: 80px 0;
}
.testimonials-section h2{
	margin: 0 0 0.8em;
	text-transform: uppercase;
}
.testimonials-slider-wrap{
	margin: 0 auto;
	max-width: 1030px;
}
.testimonials-section .swiper-slide{
	opacity: 0!important;
}
.testimonials-section .swiper-slide-active{
	opacity: 1!important;
}
.testimonials-section .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 0;
	line-height: 1;
	margin-top: 32px;
	position: relative;
}
.swiper-pagination-bullet{
	background: transparent;
	border: 1px solid #fff;
	height: 16px;
	opacity: 1;
	outline: none;
	width: 16px;
}
.swiper-pagination-bullet-active{
	background: #fff;
}
.testimonials-content{
	font-size: 1.1579em;
	font-weight: normal;
}
.testimonials-details{
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
}
.testimonials-position{
	font-style: italic;
	font-weight: bold;
}
.qwickanalytics-home-section{
	background: #67bfec;
	background: linear-gradient(to top, #67bfec, #ffffff);
	padding: 60px 0;
}
.qwickanalytics-home-section .container{
	max-width: 1080px;
}
.qwickanalytics-home-section h2{
	color: #004b8d;
	margin: 0 0 2em;
	text-align: center;
	text-transform: uppercase;
}
.qwickanalytics-home-image{
	text-align: center;
}
.qwickanalytics-home-image img{
	max-width: 90%;
}
.qwickanalytics-home-buttons{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	max-width: 450px;
	text-decoration: none;
}
.qwickanalytics-home-buttons img{
	height: auto;
	width: 160px;
}
.qwicksentry-home-section{
	background-image: url('/qrweb/images/Home-QwickSentry.jpg');
	color: #fff;
}
.qwicksentry-home-section h2{
	margin: 0 auto 0.5em;
	max-width: 910px;
	text-align: center;
	text-transform: uppercase;
}
.qwicksentry-home-section-inner{
	background: rgba(0,75,141,0.8);
}
.qwicksentry-home-content{
	max-width: 1050px;
}
.qwicksentry-home-buttons{
	margin-top: 1.4em;
}
.qwicksentry-home-buttons a{
	margin: 0 20px 10px 0;
	text-decoration: none;
}
.qwickrate-home-section{
	text-align: center;
}
.qwickrate-home-section h2{
	color: #004b8d;
	text-transform: uppercase;
}
.qwickrate-block{
	max-width: 300px;
	margin: 35px auto 0;
	text-align: center;
}
.qwickrate-block-image{
	margin-bottom: 1.15em;
}
.qwickrate-block-image img{
	border: 2px solid #00853e;
	border-radius: 50%;
	height: auto;
}
.qwickrate-button-wrap{
	margin-top: 50px;
}
/*--------Resources-----------*/
.resources-top-section{
	background-image: url('/qrweb/images/QwickRate-Resources.jpg');
}
.top-section-inner{
	background: rgba(5,45,83,0.7);
	color: #fff;
	padding: 56px 0;
}
.top-section h1,
.top-section h3,
.top-section .h1{
	font-family: 'Raleway', sans-serif;
	font-size: 2.8421em;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}
.resources-top-section-inner{
	padding: 25px 0;
}
.resources-top-section-content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.resources-nav{
	font-family: 'Raleway', sans-serif;
	font-size: 1.0526em;
	font-weight: bold;
	list-style-type: none; 
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.resources-nav li{
	display: inline-block;
	padding: 0 24px;
	vertical-align: top;
}
.resources-nav a{
	display: block;
	color: #fff;
}
.resources-nav a:hover,
.resources-nav .current-resources-item a{
	color: #97c93d;
}
.resources-nav a:hover svg,
.resources-nav  .current-resources-item a svg{
	fill: #97c93d;
}
.resources-nav span{
	display: block;
}
.resources-nav-icon{
	margin-bottom: 13px;
}
.resources-nav svg{
	height: 80px;
	fill: #fff;
	width: 80px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.top-section-content-wrap{
	position: relative;
}
.get-tour-side-button{
	min-width: 100px;
	font-size: 14px!important;
	line-height: 14px!important;
	margin-top: -22px;
	padding: 17px 30px!important;
	position: fixed;
	right: -41px;
	top: 50%;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	z-index: 5;
}
.resources-top-section-content-wrap .get-tour-link{
	margin: 0;
	top: 40px;
}
.resources-video-section{
	background: #fff;
}
.resources-video-section:nth-child(odd){
	background: #eaf7fc;
}
.resources-video-section:nth-child(odd) .resources-video-block{
	background: #fff;
}
.resources-video-section h2{
	color: #004b8d;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
.resources-video-block{
	background: #eaf7fc;
	margin: 30px auto 0;
	max-width: 430px;
	padding: 16px;
}
.video-container{ 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 
.video-container iframe{ 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.resources-video-title{
	font-family: 'Raleway', sans-serif;
	font-size: 1.0526em;
	font-weight: 600;
	line-height: 1.3;
	margin-top: 1em;
	min-height: 75px;
}
/*-----------Team-------------*/
.team-top-section{
	background-image: url('/qrweb/images/banks-QwickRate-solutions.jpg');
}
.intro-section-content h1,
.banks-main-section h1,
.intro-section-content h2{
	font-size: 1.6842em;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 0.7em;
}
.team-feed-section{
	padding: 15px 0;
}
.member-block{
	padding: 40px;
}
.president-block{
	background: #e5edf3;
}
.member-table{
	display: table;
	width: 100%;
}
.member-image-cell{
	display: table-cell;
	padding-right: 30px;
	vertical-align: top;
	width: 245px;
}
.member-content-cell{
	display: table-cell;
	vertical-align: top;
}
.member-content-cell h3{
	color: #004b8d;
	font-weight: bold;
	margin: 0 0 0.2em;
	font-size: 1.17em;
}
.member-content-cell h4{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.3;
	margin: 0 0 0.9em;
}
.team-header{
	background: #004b8d;
	color: #fff;
	padding: 9px 18px;
}
.team-header h2{
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
}
.team-header-green{
	background: #00853e;
}
/*-----------Team Main-------------*/
.team-main-top-section{
	background-image: url('/qrweb/images/about-QwickRate-team.jpg');
}
.about-team-feed-wrap{
	padding: 20px 0;
}
.about-team-item-table{
	display: table;
	max-width: 400px;
	padding: 25px 0;
	width: 100%;
}
.about-team-item-image-cell{
	display: table-cell;
	padding-right: 15px;
	max-width: 170px; 
	vertical-align: top;
	width: 45%;
}
.about-team-item-image-cell img{
	border-radius: 50%;
	display: block;
	width: 100%;
}
.about-team-item-content-cell{
	display: table-cell;
	vertical-align: middle;
}
.about-team-item-content-cell h3{
	color: #004b8d;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 0.3em;
	font-size: 1.1em;
}
.about-team-item-content-cell h4{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0em;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 0.6em;
}
.about-team-item-content-cell a{
	color: #00853e;
	font-weight: 600;
	text-decoration: underline;
}
.about-team-item-content-cell a:hover{
	color: #004922;
}
/*-----------About-------------*/
.about-top-section{
	background-image: url('/qrweb/images/about-QwickRate-team.jpg');
}
.intro-section-content h3{
	color: #004b8d;
	font-weight: bold;
	margin: 1.8em 0 1em;
}
.intro-section-content a{
	text-decoration: underline;
}
.about-learn-section{
	background: #33b1e3;
	color: #fff;
	text-align: center;
}
.about-learn-section h2{
	margin-bottom: 0.6em;
	text-transform: uppercase;
}
.about-learn-section .button{
	margin-top: 10px;
	max-width: 230px;
	padding: 12px 5px;
	width: 100%;
}
.timeline-section a{
	text-decoration: underline;
}
.timeline-section h3{
	color: #004b8d;
	font-weight: bold;
	padding-left: 65px;
}
.timeline-feed-item{
	min-height: 50px;
	margin-bottom: 14px;
	padding: 12px 0 0 65px;
	position: relative;
}
.timeline-date{
	background: #41b6e6;
	border-radius: 50%;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	left: 0;
	text-align: center;
	position: absolute;
	top: 0;
	width: 50px;
}
.timeline-content p{
	margin: 0 0 0.7em;
}
.timeline-content p:last-child{
	margin-bottom: 0;
}
/*-----Form--------*/
body.modal-open{
	overflow: hidden;
}
.form-modal-main{
	display: none;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	text-align: center;
	top: 0;
	z-index: 1050;
	overflow-x: hidden;
	overflow-y: auto;
}
@media only screen and (min-width : 768px) {
	.form-modal-main:before {
		content: "";
		display: inline-block;
		height: auto;
		vertical-align: middle;
		margin-right: -0px;
		height: 100%;
	}
}
.form-modal-main.modal-open{
	display: block;
}
.form-modal-inner{
	display: inline-block;
	vertical-align: middle;
	max-width: 815px;
	margin: 30px auto;
	width: 97%;
}
.form-model-wrap{
	width: 100%;
	position: relative;
	text-align: left;
}
.form-modal-inner{
	position: relative;
	z-index: 2;
}
.form-modal-bg-overlay{
	background: rgba(0, 0, 0, 0.8);
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.form-popup{
	background: #eaf7fc;
	max-width: 815px;
	margin: 0 auto;
	position: relative;
}
.form-popup-close{
	background: #00853e;
	color: #fff!important;
	cursor: pointer;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
	height: 44px;
	line-height: 44px;
	right: 0!important;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 0!important;
	opacity: 1;
	width: 44px;
	transition: all 0.3s linear;
}
.form-popup-close:hover{
	background: #005025;
}
.form-popup-header{
	background: #33b1e3;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 1.8947em;
	font-weight: bold;
	line-height: 1.1;
	padding: 0.95em 40px;
	text-align: center;
	text-transform: uppercase;
}
.form-popup-content{
	font-size: 16px;
	color: #333132;
	margin: 0 auto;
	max-width: 740px;
	padding: 25px 15px; 
}
.form-info-row{
	margin-right: -10px;
	margin-left: -10px;
}
.form-row{
	margin-bottom: 20px;
}
form label.error{
	color: #f31808;
	display: block;
	font-size: 13px;
	line-height: 16px;
	margin-top: 4px;
	text-align: left;
}
form label.error:before,
form label.error:after{
	content: none;
	display: none;
}
.form-col-6{
	display: block;
	float: left;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 50%;
}
.form-col-6 input{
	border: 1px solid #e5e4e4;
	color: #161616;
	font-size: 14px;
	display: block;
	background: #fff;
	height: 45px;
	padding: 0 15px;
	outline: none!important;
	width: 100%;
}
.form-block-label{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}
.form-block-label span{
	font-weight: 300;
}
.form-block-required .form-block-label:after{
	color: #f31808;
	content: "*";
}
.checkbox-block-item{
	display: block;
	margin-bottom: 7px;
	position: relative;
	overflow: hidden;
}
.checkbox-block-item input{
	height: 1px;
	left: -10px;
	position: absolute;
	top: -10px;
	width: 1px;
}
.checkbox-block-item input:checked + label:after{
	opacity: 1;
}
.checkbox-block label{
	cursor: pointer;
	display: inline-block;
	line-height: 22px;
	position: relative;
	padding-left: 37px;
}
.checkbox-block label:before{
	background: #fff;
	border: 1px solid #e5e4e4;
	content: "";
	display: block;
	height: 22px;
	left: 0;
	position: absolute;
	top: 0;
	width: 22px;
}
.checkbox-block label:after{
	border-bottom: 2px solid #333132;
	border-right: 2px solid #333132;
	content: "";
	display: block;
	height: 10px;
	left: 9px;
	position: absolute;
	opacity: 0;
	top: 5px;
	width: 5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.form-block-label.form-block-label-inline{
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	width: 120px;
}
.ui-widget.ui-widget-content{
	font-size: 15px;
}
.form-input-block input,
.form-input-block select{
	border: 1px solid #e5e4e4;
	color: #161616;
	font-size: 14px;
	display: inline-block;
	background: #fff;
	height: 34px;
	padding: 0 10px;
	outline: none!important;
	width: 220px;
}
.form-input-block input#datepicker{
  background-image: url('/qrweb/images/icons/date-icon.png');
  background-repeat: no-repeat;
  background-position: center right 5px;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
}
.form-input-block select{
	padding-right: 0;
}
.form-input-block label.error{
	padding-left: 125px;
}
.radio-block{
	display: inline-block;
	vertical-align: middle;
}
.radio-block label{
	display: inline-block;
	color: #161616;
	cursor: pointer;
	font-size: 12px;
	line-height: 14px;
	margin-right: 10px;
	text-align: center;
}
.radio-block input{
	display: block;
	height: 12px;
	margin: 6px auto 0;
	width: 12px;
}
.g-recaptcha > div{
	margin: 0;
}
.form-button-wrap{
	margin-top: 30px;
	text-align: center;
}
.form-button-wrap button{
	height: 48px;
	width: 170px;
}
/*---------Banks--------*/
.banks-top-section{
	background-image: url('/qrweb/images/banks-QwickRate-solutions.jpg');
}
.benefit-banks-section:nth-child(even){
	background: #eaf7fc;
}
.benefit-banks-section h2{
	color: #004b8d;
	margin: 0 0 1em;
	text-align: center;
	text-transform: uppercase;
}
.banks-feed-image{
	text-align: center;
}
.banks-feed-image img{
	max-width: 90%;
}
.banks-experts-img{
	width: 110px;
}
.banks-feed-buttons-right{
	text-align: right;
	overflow: hidden;
}
.banks-feed-buttons-right .button{
	float: right;
}
.banks-feed-icba{
	height: auto;
	display: inline-block;
	margin: 0 25px;
	vertical-align: middle;
	width: 110px;
}
.banks-feed-content-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.banks-feed-content-right{
	padding-left: 40px;
}
.banks-feed-qwicksentry-content h5{
	color: #00853e;
	font-size: 1.1579em;
	font-weight: 600;
	line-height: 1.227;
	margin: -0.5em 0 1.4em;
}
/*--------Banks Single------*/
.banks-single-top-section{
	background-image: url('/qrweb/images/banks-QwickRate-solutions.jpg');
}
.intro-bank-content-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.intro-bank-content-left{
	width: 75%;
}
.intro-bank-content-right{
	padding-left: 20px;
	text-align: center;
	width: 25%;
}
.intro-bank-content-right img{
	height: auto;
	display: inline-block;
	width: 190px;
}
.banks-main-section-inner{
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}
.no-bottom-border {
	border-bottom: none;
}
.no-top-border {
	border-top: none;
}
.border-top{
	border-top: 1px solid #000000;
}
.border-bottom{
	border-bottom: 1px solid #000000;
}
.banks-main-section h3{
	color: #004b8d;
	font-weight: bold;
}
.callout-block{
	background: #004b8d;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 1.05em;
	font-weight: 600;
	line-height: 1.1;
	max-width: 260px;
	margin-left: auto;
	padding: 25px 20px;
}
.callout-block-light{
	background: #e6edf3;
	color: #231f20;
	font-family: 'Raleway', sans-serif;
	font-size: 1.05em;
	font-weight: 100;
	line-height: 1.3;
	max-width: 260px;
	margin-left: auto;
	padding: 25px 20px;
}
.callout-block-lg{
	background: #004b8d;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 1.05em;
	font-weight: 600;
	line-height: 1.1;
	max-width: 330px;
	margin-left: auto;
	padding: 25px 20px;
}
.callout-block-title{
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	margin-bottom: 18px;
}
.callout-item{
	background-image: url('/qrweb/images/banks-funding-issuer.png');
	background-repeat: no-repeat;
	background-position: center left;
	min-height: 48px;
	margin-top: 1.5em;
	position: relative;
	padding-left: 70px;
}
.callout-item-tour{
	background-image: url('/qrweb/images/banks-funding-investors.png');
	background-repeat: no-repeat;
	background-position: center left 4px;
}
.callout-item a{
	color: #fff;
	text-decoration: underline;
}
.banks-value-header{
	padding-bottom: 70px;
}
.banks-value-header p{
	font-family: 'Raleway', sans-serif;
	font-size: 1.6842em;
	line-height: 1.125em;
}
.banks-value-section{
	padding: 0 0 60px;
}
.banks-value-section .row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.banks-value-image{
	text-align: center;
}
.banks-value-image img{
	max-width: 80%;
}
.banks-value-content h3{
	color: #004b8d;
	font-weight: bold;
}
.banks-value-content p{
	margin-bottom: 0.3em;
}
.banks-value-buttons{
	margin-top: 1.8em;
}
.banks-bottom-section{
	background: #97c93d;
	color: #fff;
}
.banks-bottom-section h2{
	text-align: center;
	text-transform: uppercase;
}
.banks-bottom-content{
	font-size: 1.2631em;
	line-height: 1.08em;
	font-weight: normal;
}
.banks-bottom-button{
	text-align: right;
}
/*---------Credit Unions--------*/
.cu-top-section{
	background-image: url('/qrweb/images/credit-unions-QwickRate-solutions.jpg');
}
.cu-testimonial {
	color: #2471A3;
	font-size: .8579em;
	font-weight: 600;
	line-height: 1.227;
	max-width: 90%;
	text-align: center;	
	margin-bottom: 1em;
	margin-top: 2em;
}
.cu-testimonial-signature {	
	font-size: .6579em;
	font-weight: 600;
	line-height: 1.227;	
	max-width: 90%;
	text-align: center;
	margin-bottom: 1em;	
}
.cu-testimonial-border {
	border-bottom: 1px solid #2471A3;
	margin-top: 1em;	
}
/*margin: -0.5em 0 1.4em;*/
/*---------Other Investors--------*/
.oi-top-section{
	background-image: url('/qrweb/images/other-investors-QwickRate.jpg');
}
/*---------Meet Lacey--------*/
.lacey-top-section{
	background-image: url('/qrweb/images/meet-lacey-QwickRate.jpg');
}
.lacey-1{
	margin-top: -60px;
}
.lacey-2{
	margin-top: -185px;
}
/*---------Webinars--------*/
.webinars-top-section{
	background-image: url('/qrweb/images/webinars-QwickRate-solutions.jpg');
}
.webinars-icon-section{
	background: #eaf7fc;
	padding: 35px 0;
}
.webinars-icon-section .container{
	max-width: 800px;
}
.webinars-icon-block{
	padding: 15px 0;
	text-align: center;
}
.webinars-icon{
	margin-bottom: 25px;
}
.webinars-date-space{
	margin-bottom: 35px;
}
/*---------Misc--------*/
img.svc-icon {
	margin-top: -18px;
	padding-right: 0px;
}
/*---------News--------*/
.news-wrap {
	padding: 20px 0;
	text-align: left;
}
/*---------QwickViews--------*/
.resources-blue-back{
	background: #eaf7fc;
	margin: 30px auto 0;
	padding: 16px;
}
.resources-blue-back h3{
	color: #004b8d;
	font-weight: bold;
	margin: 0 0 0.3em;
}
.resources-blue-back a{
	color: #00853e;
	font-weight: 600;
}
.resources-blue-back h4{
	font-family: 'Raleway', sans-serif;
	font-size: 1.17em;
	font-weight: normal;
	line-height: 1.15;
	margin: 0 0 0.5em;
}
.resources-blue-back p{
	margin: 0 0 1.1em;
}

.resources-white-back{
	background: #ffffff;
	margin: 30px auto 0;
	padding: 16px;
}
.resources-white-back h3{
	color: #004b8d;
	font-weight: bold;
	margin: 0 0 0.3em;
}
.resources-white-back a{
	color: #00853e;
	font-weight: 600;
}
.resources-white-back h4{
	font-family: 'Raleway', sans-serif;
	font-size: 1.17em;
	font-weight: normal;
	line-height: 1.15;
	margin: 0 0 0.5em;
}
.resources-white-back p{
	margin: 0 0 1.1em;
}
.bank-overview-blue-back{
	background: #eaf7fc;
	margin: 30px auto 0;
	padding: 16px;
	text-align: center;
	font-size: 16px;
	max-width: 260px;
}
.bank-overview-blue-back h3{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 0.2em;
}
.bank-overview-blue-back p{
	margin: 0 0 1.1em;
}
.cu-overview-white-back{
	background: #ffffff;
	margin: 30px auto 0;
	padding: 16px;
	text-align: center;
	font-size: 16px;
	max-width: 260px;
}
.cu-overview-white-back h3{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 0.2em;
}
.cu-overview-white-back p{
	margin: 0 0 1.1em;
}
/*--------Contact-----------*/
.contact-form-wrap{
	background: #eaf7fc;
	max-width: 890px;
	margin: 0 auto;
	padding: 55px 40px;
}
.contact-form-wrap input,
.contact-form-wrap select,
.contact-form-wrap textarea{
  background-color: #ffffff;
	border: 1px solid #e5e4e4;
	border-radius: 0;
	color: #212121;
	display: block;
	font-family: inherit;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0 15px;
	outline: none!important;
	width: 100%;
}
.contact-form-wrap input,
.contact-form-wrap select{
	height: 45px;
}
.contact-form-wrap textarea{
	height: 190px;
	padding: 10px 15px;
	resize: none;
}
.submit-button-wrap{
	margin-top: 30px;
	text-align: center;
}
.contact-form-wrap button{
	height: 48px;
	width: 170px;
}
#copyright {
	font-size: 80%;
}
/*-------Start Landing Pages-----------*/
/*-------Landing Pages-----------*/
.tt-landing .header-contacts,
.tt-landing .header-form{
	display: none;
}
.tt-landing .get-tour-side-button{
	display: none;
}
.tt-landing .footer{
	border-bottom: 7px solid #002e54;
}
.tt-landing .footer-bot{
	display: none;
}
.tt-top-section-wrap{
}
.tt-top-section{
	background-image: url('/qrweb/images/landing/take-tour-img-header-1.jpg');
	border-top: 10px solid #004b8d;
}
.tt-top-section2{
	background-image: url('/qrweb/images/landing/take-tour-img-header-2.jpg');
	border-top: 10px solid #004b8d;
	padding: 85px 0;
}
.tt-top-section3{
	background-image: url('/qrweb/images/landing/take-tour-img-header-3.jpg');
	border-top: 10px solid #004b8d;
	padding: 85px 0;
}
.tt-top-section-inner{
	/*------- color-overlay: rgba(5,45,83,0.45); -----------*/
	padding: 30px 0;
}
.tt-header-button-wrap .container{
	position: relative;
	z-index: 2;
}
.tt-header-button{
	color: #004b8d;
	font-size: 16px;
	position: absolute;
	top: -40px;
	right: 15px;
}
.tt-header-button:hover{
	text-decoration: underline;
}
.tt-top-section-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.tt-top-section-row .col-sm-7{
	width: 55%;
}
.tt-top-section-row .col-sm-5{
	width: 45%;
}
.tt-top-section-content{
	color: #fff;
}
.tt-top-section-content h1{
	font-size: 2.2em;
	margin: 0 0 0.7em;
}
.tt-top-section-content p{
	font-size: 1.58em;
	line-height: 1.2;
}
.tt-top-section-image{
	text-align: right;
}
.tt-main-section-content h3{
	color: #004b8d;
	font-size: 1.37em;
	font-weight: bold;
}
.tt-main-section-content ul{
	padding-left: 3em;
}
.tt-main-section-content hr{
	margin: 30px 0;
	color: #a7a9ac;
	background-color: #a7a9ac;
	height: 1px;
	border: 0;
}
.tt-main-section-content h4{
	color: #00853e;
	font-size: 1.27em;
	font-weight: bold;
	margin: 0.6em 0;
}
.tt-main-section-content h4 + p{
	font-size: 1.1em;
}
.tt-main-section-form{
	background: #eaf7fc;
	padding: 30px;
}
.tt-main-section-form h3{
	color: #004b8d;
	font-size: 1.27em;
	font-weight: bold;
	margin: 0 0 1em;
	text-align: center;
	text-transform: uppercase;
}
.tt-main-section-form .form-row{
	margin-bottom: 10px;
}
.tt-main-section-form .form-col-6{
	float: none;
	width: 100%;
}
.tt-main-section-form .form-col-6 input,
.tt-main-section-form .form-col-6 select,
.tt-main-section-form .form-input-block input,
.tt-main-section-form .form-input-block select{
	height: 36px;
	padding-left: 12px;
}
.form-block-label.form-block-label-inline{
	font-size: 13px;
	width: 100px;
}
.form-input-block input.datepicker-field{
  background-image: url('/qrweb/images/icons/date-icon.png');
  background-repeat: no-repeat;
  background-position: center right 5px;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
}
.tt-main-section-form .form-button-wrap{
	margin-top: 20px;
}
.tt-main-section-form  .form-button-wrap button{
	font-size: 14px;
	height: 34px;
	width: 80px;
}
.tt-main-section-form form label.error{
	font-size: 12px;
}
.form-input-block label.error{
	padding-left: 108px;
}
/*-------End Landing Pages-----------*/
/*-------Start CBA of GA Landing Page-----------*/
.cba-top-section-image-right{
	text-align: right;
}
.cba-main-section-content ul{
	padding-left: 1em;
}
.cba-main-section-footer{
	border-top: 1px solid #a7a9ac;
	margin-top: 1.5em;
	padding-top: 1.5em;
}
.cba-main-section-footer img{
	float: left;
	margin: 0 20px 20px 0;
	width: 67px;
}
.cba-main-section-footer h4{
	color: #00853e;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 0.6em;
}
.cba-main-section-footer b{
	margin-right: 6px;
}
/*-------End CBA of GA Landing Page-----------*/
/*-------Start 2019 Intellicredit Addition-----------*/
.offerings-block-logo{
	margin-bottom: 0.8em;
}
.offerings-block-content p{
	font-size: 1em;
	min-height: 5.6em;
}
.offerings-block-content h2{
	font-size: 1.6em;
}
.offerings-block-buttons{
	margin-top: 0.8em;
}
.offerings-block-buttons a{
	margin: 5px;
	min-width: 0;
	padding: 11px 16px;
}
.benefit-banks-section.white-background{
	background: #fff;
}
/*-------End 2019 Intellicredit Addition-----------*/
/* Start Intellicredit Podcast 5/24/2022 */
.webinar-cta-section{
        background: #009ed9;
        color: #fff;
}
.webinar-cta-row{
        margin: 0 auto;
        max-width: 880px;
        padding: 25px 180px 25px 140px;
        position: relative;
}
.webinar-cta-icon{
        bottom: 0;
        left: 0;
        position: absolute;
        opacity: 0.4;
        width: 114px;
}
.webinar-cta-icon img{
        display: block;
        height: auto;
        width: 100%;
}
.webinar-cta-text{
        font-size: 1.685em;
        line-height: 1.1875em;
        max-width: 550px;
}
.webinar-cta-button{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
}
/* END Intellicredit Podcast 5/24/2022 */
/*-------CTA---------*/
.cta-section{
background: #00853e;
color: #fff;
padding: 15px 0;
}
.cta .button{
font-size: 18px;
}
.cta-content{
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cta-title{
font-size: 36px;
font-weight: bold;
line-height: 1.2;
text-transform: uppercase;
padding-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
}
.cta-subtitle{
font-size: 28px;
padding-right: 120px;
padding-top: 10px;
padding-bottom: 10px;
}
.cta-text{
font-size: 24px;
padding-right: 70px;
padding-top: 10px;
padding-bottom: 10px;
}
.cta-button{
padding-top: 10px;
padding-bottom: 10px;
}
.bottom-cta-section{
padding: 40px 0;
}
.cecl-block{
	background: #3cb2e1;
	color: #fff;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.ceclbutton{
	background: #98c748;
	border: 1px solid #ffffff;
	color: #ffffff;
	display: inline-block;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	min-width: 160px;
	padding: 12px 30px;
	text-align: center;
}
/*------------Industry Endorsements----------*/
.endorsement-row{
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                border-bottom: 1px solid #7fa5c6;
                padding: 30px 0;
}
.endorsement-row:first-child{
                padding-top: 0;
}
.endorsement-row:last-child{
                border: none;
                padding-bottom: 0;
}
.endorsement-logo-col{
                font-size: 30px;
                font-weight: 600;
                line-height: 1.1;
                text-align: center;
                width: 24%;
}
.endorsement-logo{
                display: inline-block;
                text-align: center;
}
.endorsement-content-col{
                -ms-flex-item-align: center;
                align-self: center;
                padding-left: 20px;
                width: 76%;
}
.endorsement-content{
                font-size: 24px;
}
/*------------Zan Smith Webinar Callout----------*/
.zsw-callout-section{
	background-image: url('/qrweb/images/callouts/zsw-callout-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}
.zsw-callout-section-inner{
	background: rgba(16, 153, 214, 0.8);
	padding: 20px 0;
}
.zsw-callout-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zsw-callout-text{
	order: 1;
	max-width: 52%;
}
.zsw-callout-text h3{
	font-size: 1.2em;
	font-weight: 600;
	margin: 0;
}
.zsw-callout-logo{
	order: 2;
}
.zsw-callout-button{
	order: 3;
}