@font-face {
    font-family: Abel;
    src: url('font/Abel-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Oswald;
    src: url('font/Oswald-Light.ttf');
    src: url('font/Oswald-Bold.ttf');
    src: url('font/Oswald-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
ul {
    
}
p,span {
    font-family: 'Abel', sans-serif;
    font-size: 17px;
    color: #595959;
    line-height:20px;
}
h1,h2,h3,h4,h5 {
    font-family: 'Oswald', sans-serif;
}
h1 {
    font-size: 40px;
}

a {
    font-family: 'Abel', sans-serif;
    outline: none;
}
a:active, a:hover {
    text-decoration: none;
    color: #e84509;
}
html, button, input, select, textarea {
    font-family: 'Abel', sans-serif;
}
article h2 {
    width: 100%;
    display: inline-block;
}
article.hentry {
    padding-top: 0px;
    padding-bottom: 0px;
}
h1.entry-title {
    background: url("images/title-bg.jpg") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    color: #263577;
    font-style: italic;
    font-weight: bold;
    margin: 4% 0 1.5%;
    padding-bottom: 15px;
}
header#masthead {
	position: relative;
	z-index: 1;
}

/*search section - header */
.search-header-wrap {
    background-color: #fff;
    float:left;
    width: 100%;
}
.search-header-wrap .search-header-content {
    margin: 0 auto;
    max-width: 1200px;
    min-height: 40px;
}
.search-header-wrap .search-header-content .contact-header {
    float: left;
    margin-top: 8px;
}
.search-header-wrap .search-header-content .contact-header p {
    margin:0;
    color: #878787;
}
.search-header-wrap .search-header-content .contact-header .telephone {
    background: url(images/telephone.png) no-repeat 9px 2px;
    border-left: 1px solid #ebebeb;
    float: left;
    height: 24px;
    padding-left: 30px;
    padding-right: 16px;
    padding-top: 2px;
}
.search-header-wrap .search-header-content .contact-header .email {
    background: url(images/email.png) no-repeat 8px 1px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    float: left;
    height: 24px;
    padding-left: 30px;
    padding-right: 16px;
    padding-top: 2px;
}
.search-header-wrap .search-header-content .search-form {
    position: static;
    right: 0px;
    top: 0px;
    float: right;
}
.site-header .search-field {
    background: url(images/search-btn.jpg) no-repeat scroll center right;
    height: 40px;
    margin: 0;
    border-left: 1px solid #ebebeb;
    padding: 0 84px 0 18px;
    width: 230px;
}
.site-header .search-field:focus {
    background-position: right;
    border: none;
    border-left: 1px solid #ebebeb;
}

@media screen and (max-width: 499px) {
	.search-header-wrap .search-header-content .contact-header .telephone {
	    background: url(images/telephone.png) no-repeat 9px 0;
	    padding-top: 0;
	}
	.search-header-wrap .search-header-content .contact-header .telephone p {
	    position: relative;
	    top: -2px;
	}
	.search-header-wrap .search-header-content .contact-header .email {
	    background: url(images/email.png) no-repeat 8px 0;
	    padding-top: 0;
	}
	.search-header-wrap .search-header-content .contact-header .email p {
	    position: relative;
	    top: -1px;
	}
	.search-header-wrap .search-header-content .search-form {
	    width: 40px;
	}
}


/*logo section - header*/
.clear {
    clear: both;
}
.logo-header-wrap {
    background: url(images/header-bg.jpg) repeat-x scroll top left #fff;
    width: 100%;
    float: left;
}
.logo-header-wrap .logo-header-content {
    margin: 0 auto;
    max-width: 1200px;
    min-height: 101px;
}
.logo-header-wrap .logo-header-content .logo {
    float: left;
    width: 45%;
    padding-top: 16px;
}
.logo-header-wrap .logo-header-content .social-icon {
    float: right;
    width: 55%;
}
.logo-header-wrap .logo-header-content .social-icon ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 0;
}
.logo-header-wrap .logo-header-content .social-icon ul li {
    border-left:1px solid #ebebeb;
    display: inline-block;
}
.logo-header-wrap .logo-header-content .social-icon ul li:last-child {
    border-right:1px solid #ebebeb;
}
.logo-header-wrap .logo-header-content .social-icon ul li a {
    display: inline-block;
    padding: 50px 38px;
}
.logo-header-wrap .logo-header-content .social-icon ul li a.fb {
    background: url(images/facebook-icon.png) no-repeat scroll center,
    	url(images/facebook-icon-hover.png) no-repeat -99999px -99999px;
}
.logo-header-wrap .logo-header-content .social-icon ul li a.tw {
    background: url(images/twitter-icon.png) no-repeat scroll center,
    	url(images/twitter-icon-hover.png) no-repeat -99999px -99999px;
}
.logo-header-wrap .logo-header-content .social-icon ul li a.gp {
    background: url(images/google-plus-icon.png) no-repeat scroll center,
    	url(images/google-plus-icon-hover.png) no-repeat -99999px -99999px;
}
.logo-header-wrap .logo-header-content .social-icon ul li a.in {
    background: url(images/linked-in-icon.png) no-repeat scroll center,
    	url(images/linked-in-icon-hover.png) no-repeat -99999px -99999px;
}
.logo-header-wrap .logo-header-content .social-icon ul li a.rss {
    background: url(images/rss-icon.png) no-repeat scroll center,
    	url(images/rss-icon-hover.png) no-repeat -99999px -99999px;
}
.logo-header-wrap .logo-header-content .social-icon ul li a.fb:hover {
    background: url(images/facebook-icon-hover.png) no-repeat scroll center;
}
.logo-header-wrap .logo-header-content .social-icon ul li a.tw:hover {
    background: url(images/twitter-icon-hover.png) no-repeat scroll center;
}
.logo-header-wrap .logo-header-content .social-icon ul li a.gp:hover {
    background: url(images/google-plus-icon-hover.png) no-repeat scroll center;
}
.logo-header-wrap .logo-header-content .social-icon ul li a.in:hover {
    background: url(images/linked-in-icon-hover.png) no-repeat scroll center;
}
.logo-header-wrap .logo-header-content .social-icon ul li a.rss:hover {
    background: url(images/rss-icon-hover.png) no-repeat scroll center;
}
.logo-header-wrap .logo-header-content .menu-dropdown {
    display: none;
}

/*Navigation*/
#navbar {
    background: #263577;
    float: left;
    margin: 0;
    position: relative;
    z-index: 10;
    -webkit-transform: translateZ(0);  /* triggers GPU, sometimes fixes the issue */
	transform: translateZ(0);  /* non-webkit specific */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#navbar .main-navigation {
    max-width: 1200px;
}
#navbar .main-navigation .menu-item-30 a {
    background: url(images/home-nav.png) no-repeat scroll top center;
    text-indent:-999px;
    padding: 17px 35px;
}
#navbar .nav-menu li {
    
}
#navbar .nav-menu li a {
    color: #fff;
    text-transform: uppercase;
    padding: 17px 19px;
    font-family: 'Oswald', sans-serif;
}
#navbar .nav-menu li:hover > a, #navbar .nav-menu li a:hover, #navbar .nav-menu li:focus > a, #navbar .nav-menu li a:focus {
    background-color: #303e7d;
    color: #fff;
}
#navbar .nav-menu ul li:hover > a, #navbar .nav-menu ul li a:hover, #navbar .nav-menu ul li:focus > a, #navbar .nav-menu ul li a:focus {
    background-color: #c60808;
}
#navbar .nav-menu .current_page_item > a, #navbar .nav-menu .current_page_ancestor > a, #navbar .nav-menu .current-menu-item > a, #navbar .nav-menu .current-menu-ancestor > a {
    color: #fff;
    font-style: normal;
    background-color: #303e7d;
}
#navbar .nav-menu .menu-item-68 > a {
    background: url(images/home-nav.png) no-repeat scroll left center;
    text-indent: -999px;
    padding: 17px 35px;
}
#navbar .nav-menu ul .current_page_item > a, #navbar .nav-menu ul .current_page_ancestor > a, #navbar .nav-menu ul .current-menu-item > a, #navbar .nav-menu ul .current-menu-ancestor > a {
    background-color: #c60808;
}

/*Image section - header */
.home .site-header {
    background: none;
}
.home .site-header .home-link {
    min-height: 148px;
    margin-bottom: 12px;
    position: relative;
}
.home .site-header .shifter {
    position: absolute;
    left: 450px;
    top: 180px;
}
.home .site-header .home-link {
    text-align: center;
    text-transform: uppercase;
}
/*.home .site-header .home-link h1 {
    font-size: 60px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1.5px;
    padding: 28px 0 0;
    text-decoration: none;
}*/
.home .site-header .home-link h2 {
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.2px;
}
.home .site-header .conf-tech-header-wrap {
    background: url(images/header-img.png) no-repeat scroll center top / 2560px auto #fff;
    width: 100%;
    float: left;
}
.home .site-header .conf-tech-header-content {
    margin: 0 auto;
    max-width: 1200px;
    min-height: 415px;
    overflow-x: hidden;
}
.home .site-header .buttons-home {
    text-align: center;
}

.home .revtap {
	background: url(images/home-grey-pattern.png) repeat-x scroll bottom left #fff;
	border: 1px solid #e9e9e9;
	margin-top: 10px;
}

.home .revtap h3 {
	padding: 30px 0 0 0;
}

@media screen and (max-width: 1240px) {
    .home .site-header .conf-tech-header-content {
        min-height : 400px;
    }
	.home .site-header .shifter {
	    position: absolute;
	    right: 20px;
	    top: 160px;
	    left: auto;
	}
}

@media screen and (max-width: 1023px) {
	.home .site-header .shifter {
	    position: absolute;
	    right: 0;
	    top: 180px;
	    width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.home .site-header .shifter {
	    position: absolute;
	    right: 0;
	    top: 180px;
	    width: 100%;
	}
	
	.home .site-header .conf-tech-header-wrap {
    background: url(images/header-img.png) no-repeat scroll -900px top / 2560px auto #fff;
	}
}

@media screen and (max-width: 499px) {
	.home .site-header .shifter {
	    position: absolute;
	    right: 0;
	    top: 150px;
	    width: 100%;
	}
}


/*THE END HEADER*/

/* START FOOTER */
.footer-top-wrap {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #fff;
}
.footer-top-content {
    margin: 0 auto;
    max-width: 1200px;
    min-height: 100px;
}
.footer-top-content img {
    padding: 18px 0;
}
.footer-links-wrap {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #fafafa;
}
.footer-links-content {
    margin: auto;
    width:40%;
}

.footer-links-content a{
    float:left;
    margin-right: 5px; 

}

/*site info*/
footer.site-footer {
    background-color: #263577;
    font-family: 'Abel', sans-serif;
}
footer.site-footer a{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Abel', sans-serif;
}
footer.site-footer .footer-links-content h3 {
    color:#263577;
    font-size:14px;
    
}
footer.site-footer p{
    font-size: 14px;
}
.site-footer .site-info {
    max-width: 1200px;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    padding: 12px 0;
}
.site-footer .site-info .site-info-left {
    float: left;
    width: 30%;
    min-height: 30px;
}

.footer-links-left {
    float: left;
    width: 30%;
    min-height: 30px;
}

.footer-links-right {
    float: left;
    width: 30%;
}
.footer-links-content {
    float: left;
    width: 40%;
}
.site-footer .site-info .site-info-center {
    float: left;
    width: 40%;
}
.site-footer .site-info .site-info-center p {
    color: #fff;
    margin: 6px 0;
}
.site-footer .site-info .site-info-right {
    float: left;
    width: 30%;
}
.site-footer .site-info .site-info-right .social-icon ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 0;
}
.site-footer .site-info .site-info-right .social-icon ul li {
    border-left:1px solid #354691;
    display: inline-block;
}
.site-footer .site-info .site-info-right .social-icon ul li:last-child {
    border-right:1px solid #354691;
}
.site-footer .site-info .site-info-right .social-icon ul li a {
    display: inline-block;
    padding: 13px 23px;
}
.site-footer .site-info .site-info-right .social-icon ul li a.fb-ft {
    background: url(images/fb-ft.png) no-repeat scroll center,
	    url(images/fb-ft-hover.png) no-repeat -99999px -99999px;
}
.site-footer .site-info .site-info-right .social-icon ul li a.tw-ft {
    background: url(images/tw-ft.png) no-repeat scroll center,
	    url(images/tw-ft-hover.png) no-repeat -99999px -99999px;
}
.site-footer .site-info .site-info-right .social-icon ul li a.gp-ft {
    background: url(images/gp-ft.png) no-repeat scroll center,
	    url(images/gp-ft-hover.png) no-repeat -99999px -99999px;
}
.site-footer .site-info .site-info-right .social-icon ul li a.in-ft {
    background: url(images/in-ft.png) no-repeat scroll center,
	    url(images/in-ft-hover.png) no-repeat -99999px -99999px;
}
.site-footer .site-info .site-info-right .social-icon ul li a.rss-ft {
    background: url(images/rss-ft.png) no-repeat scroll center,
	    url(images/rss-ft-hover.png) no-repeat -99999px -99999px;
}
.site-footer  .site-info .site-info-right .social-icon ul li a.fb-ft:hover {
    background: url(images/fb-ft-hover.png) no-repeat scroll center;
}
.site-footer .site-info .site-info-right .social-icon ul li a.tw-ft:hover {
    background: url(images/tw-ft-hover.png) no-repeat scroll center;
}
.site-footer .site-info .site-info-right .social-icon ul li a.gp-ft:hover {
    background: url(images/gp-ft-hover.png) no-repeat scroll center;
}
.site-footer .site-info .site-info-right .social-icon ul li a.in-ft:hover {
    background: url(images/in-ft-hover.png) no-repeat scroll center;
}
.site-footer .site-info .site-info-right .social-icon ul li a.rss-ft:hover {
    background: url(images/rss-ft-hover.png) no-repeat scroll center;
}
/*THE END FOOTER*/






/* START CONTENT FOR HOME PAGE */

.home-wrap-product {
    float: left;
    width: 100%;
    text-align: center;
    background: url(images/home-grey-pattern.png) repeat-x scroll bottom left #fff;
}
.home-content-product {
    margin: 0 auto;
    max-width: 1200px;
    min-height: 1000px;
}
.home-content-product h2 {
    color: #263577;
    font-size: 40px;
    font-style: italic;
    text-transform: uppercase;
    background: url(images/title-bg.jpg) no-repeat scroll bottom center;
    padding-bottom: 15px;
}
.home-content-product p {
    color: #595959;
}
.home-content-product ul {
    color: #595959;
    padding: 0;
    list-style-type: none;
    font-family: 'Abel', sans-serif;
}

.home-content-product ul li:before {
    content: "• ";
    display: inline;
}

.home-wrap-monetization {
    float: left;
    width: 100%;
    text-align: center;
    background: url(images/home-blue-pattern.png) repeat scroll bottom left;
}
.home-content-monetization {
    margin: 0 auto;
    max-width: 1200px;
    min-height: 330px;
    padding-bottom: 2%;
    padding-top: 1.5%;
}
.home-content-monetization h2 {
    color: #fff;
    font-size: 40px;
    font-style: italic;
    text-transform: uppercase;
    background: url(images/title-bg.jpg) no-repeat scroll bottom center;
    padding-bottom: 15px;
}
.home-content-monetization p {
    color: #fff;
}
.home-wrap-trusted-by {
    float: left;
    width: 100%;
    text-align: center;
    background: url(images/home-white-pattern.png) repeat scroll bottom left;
}
.home-content-trusted-by {
    margin: 0 auto;
    max-width: 1200px;
    min-height: 330px;
    padding-bottom: 2%;
}
.home-content-trusted-by h2 {
    color: #263577;
    font-size: 40px;
    font-style: italic;
    text-transform: uppercase;
    background: url(images/title-bg.jpg) no-repeat scroll bottom center;
    padding-bottom: 15px;
}
.home-content-trusted-by p {
    color: #595959;
}
.home-wrap-about {
    float: left;
    width: 100%;
    text-align: center;
    background: url(images/home-grey-small-pattern.png) repeat scroll bottom left;
}
.home-content-about {
    margin: 0 auto;
    max-width: 1200px;
    min-height: 330px;
    padding-bottom: 2%;
    padding-top: 1.5%;
}
.home-content-about h2 {
    color: #263577;
    font-size: 40px;
    font-style: italic;
    background: url(images/title-bg.jpg) no-repeat scroll bottom center;
    padding-bottom: 15px;
}
.home-content-about p {
    color: #595959;
}
.home-wrap-news {
    float: left;
    width: 100%;
    text-align: center;
    background: url(images/news-events-bg.jpg) no-repeat scroll top center #21306e;
}
.home-content-news {
    margin: 0 auto;
    max-width: 1200px;
    min-height: 400px;
    padding-bottom: 0%;
}
.home-content-news h2 {
    color: #fff;
    font-size: 40px;
    font-style: italic;
    text-transform: uppercase;
    background: url(images/title-bg.jpg) no-repeat scroll bottom center;
    padding-bottom: 15px;
}
.home-content-news h3 {
    color: #fff;
    font-weight: normal;
}
.home-content-news span {
    color: #b0beff;
    font-weight: normal;
}
.home-content-news p {
    font-size: 20px;
    color: #fff;
}
.home-content-news span {
    font-size: 17px;
    color: #b0beff;
    font-style: italic;
    display: inline-block;
    margin: 8px 0;
}

.home-content-products {
    max-width: 1200px;
    margin: 0 auto;
    background: url(images/tablet-home-img.png) no-repeat scroll bottom center;
    min-height: 820px;
    padding-bottom: 80px;
    background-size: 100%;
}
.home-content-products .row {
    margin-left: 6.2%;
    margin-right: 6.2%;
    width: 25%;
    float: left;
}
.home-content-products .row h3 {
    color: #263577;
    font-size: 24px;
    font-style: italic;
    text-transform: uppercase;
    margin:0px;
}
.home-content-products .row h3::before {
    content:url(images/before-red.png);
}
.home-content-products .row ul {
    margin-top: 10px;
}
.home-content-products .row.confident-captcha {
    margin-top: 300px;
    margin-left: 0;
}
.home-content-products .row.confident-multi-factor {
    margin-top: 300px;
    margin-right: 0;
    float: right;
}
.home-button {
    border: 2px solid #b60000;
    background: url(images/btn-bg.png) repeat-x scroll top left;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    margin: 0 auto;
    padding: 9px 0;
    text-align: center;
    text-transform: uppercase;
    width: 240px;
    height: 62px;
    overflow: hidden;
    line-height: 40px;
    font-family: 'Oswald', sans-serif;
}
.home-button:hover {
    background: url(images/btn-bg-h.png) repeat-x scroll top left;
    color: white;
}
.home-button.blue {
    border: 2px solid #263577;
    background: url(images/btn-bgp.png) repeat-x scroll top left;
    margin-right: 1%;
}
.home-button.blue:hover {
    background: url(images/btn-bgp-h.png) repeat-x scroll top left;
}
.home-button.product-btn{
    width: 81%;
}






/*slider*/
.home .image_carousel {
    padding: 0;
    position: relative;
}
.home .image_carousel img {
    border-right: 1px solid #ccc;
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
}
.home .image_carousel a.prev {
    background: url(images/slider/arrow-prev-b.png) no-repeat transparent;
    width: 13px;
    height: 42px;
    display: block;
    position: absolute;
    top: 52px;
    outline: none;
}
.home .image_carousel a.next {
    background: url(images/slider/arrow-next-b.png) no-repeat transparent;
    width: 13px;
    height: 42px;
    display: block;
    position: absolute;
    top: 52px;
    outline: none;
}
.home .image_carousel a.prev {
    left: 0px;
    background-position: 0 0;
}
.home .image_carousel a.prev:hover {
    background: url(images/slider/arrow-prev-r.png) no-repeat transparent;
}
.home .image_carousel a.prev.disabled {
    background: url(images/slider/arrow-prev-b.png) no-repeat transparent;
}
.home .image_carousel a.next {
    right: 0px;
    background-position: 0 0;
}
.home .image_carousel a.next:hover {
    background: url(images/slider/arrow-next-r.png) no-repeat transparent;
}
.home .image_carousel a.next.disabled {
    background: url(images/slider/arrow-next-b.png) no-repeat transparent;
}
.home .image_carousel a.prev.disabled, .home .image_carousel a.next.disabled {
    cursor: default;
}
.home .image_carousel a.prev span, .home .image_carousel a.next span {
    display: none;
}

/*slider fir news*/
.home .wrappSlider {
    padding-top: 4%;
    padding-bottom: 1.4%;
    position: relative;
}
.home #carusel {
	list-style: none;
}
.home #carusel li {
    padding:0 20px;
    text-align: center;
    color: white;
}
.home #home-btn-prev {
    width: 13px;
    height: 42px;
    float: left;
    background: url(images/slider/arrow-prev-w.png) no-repeat transparent;
    outline: none;
    position: absolute;
    left: 0;
    top: 195px;
}
.home #home-btn-prev:hover {
    background: url(images/slider/arrow-prev-r.png) no-repeat transparent;
}
.home #home-btn-prev.disabled {
    background: url(images/slider/arrow-prev-w.png) no-repeat transparent;
}
.home #home-btn-next {
    width: 13px;
    height: 42px;
    float: right;
    background: url(images/slider/arrow-next-w.png) no-repeat transparent;
    outline: none;
    position: absolute;
    right: 0;
    top: 195px;
}
.home #home-btn-next:hover {
    background: url(images/slider/arrow-next-r.png) no-repeat transparent;
}
.home #home-btn-next.disabled {
    background: url(images/slider/arrow-next-w.png) no-repeat transparent;
}




@media screen and (max-width: 1240px) {
    .home-content-product {
        padding-left: 1%;
        padding-right: 1%;
    }
    .home-content-monetization {
        padding-left: 1%;
        padding-right: 1%;
    }
    .home-content-trusted-by {
        padding-left: 1%;
        padding-right: 1%;
    }
    .home-content-about {
        padding-left: 1%;
        padding-right: 1%;
    }
    .home-content-news {
        padding-left: 1%;
        padding-right: 1%;
    }
}

@media screen and (max-width: 1023px) {
    .home-content-products {
        min-height: 796px;
    }
    .home-content-products .row {
        float: left;
        margin-left: 1%;
        margin-right: 1%;
        width: 32%;
    }
    .home-content-products .row.confident-captcha {
        margin-top: 0;
    }
    .home-content-products .row.confident-multi-factor {
        margin-top: 0;
    }
    .site-footer .site-info .site-info-left {
        display: none;
    }
    .site-footer .site-info .site-info-center {
        width: 60%;
        text-align: left;
        padding-left: 2%;
    }
    .site-footer .site-info .site-info-right {
        width: 40%;
        margin-top: 5px;
    }
    
     .footer-links-left {
        display: none;
    }
    .footer-links-content {
        width: 70%;
        text-align: left;
        padding-left: 2%;
    }
    
    .footer-links-right {
        display: none;
    }

    .footer-links-content ul#menu-footer {
	    text-align: left;
	    margin-bottom: -20px;
    }
    
    .footer-links-content ul#menu-footer > li {
	    width: 28%;
	    display: inline-block;
	    float: none;
	    vertical-align: top;
	    margin-bottom: 2%;
    }
}

@media screen and (max-width: 900px) {
	#navbar .nav-menu li a {
        padding: 18px 8px;
    }
}

@media screen and (max-width: 768px) {
    h1.entry-title {
        font-size: 36px;
    }
    h3 {
        font-size: 20px;
        font-weight: normal;
    }
    .logo-header-wrap .logo-header-content {
        min-height: 80px;
    }
    .logo-header-wrap .logo-header-content .logo {
        width: 42%;
    }
    .logo-header-wrap .logo-header-content .logo img {
        width: 257px;
        padding-left: 8px;
    }
    .logo-header-wrap .logo-header-content .social-icon {
        width: 58%;
    }
    .logo-header-wrap .logo-header-content .social-icon ul li a {
        padding: 40px 34px;
    }
    #navbar .main-navigation .menu-main-menu-container ul {
        padding: 0;
    }
    #navbar .main-navigation .menu-main-menu-container ul ul.sub-menu {
        display: none;
    }
    
    #navbar .main-navigation .nav-menu #menu-item-68 a {
        background: url(images/home-nav.png) no-repeat scroll left center;
        padding: 17px 32px;
    }
    .home .site-header .conf-tech-header-content {
        min-height: 500px;
    }
    .home .site-header .home-link {
        min-height: 116px;
    }
    /*.home .site-header .home-link h1 {
        font-size: 48px;
        padding: 20px 0 0;
    }*/
    .home .site-header .home-link h2 {
        font-size: 24px;
    }
    .home-button {
        font-size: 20px;
        padding: 4px 0;
        width: 200px;
        height: 50px;
    }
    .home-content-products {
        min-height: 760px;
    }
    .home-content-products .row h3 {
        font-size: 20px;
    }
    .home .site-header .buttons-home {
        padding-left: 2%;
        padding-right: 2%;
    }
    .home-content-product {
        padding-left: 2%;
        padding-right: 2%;
    }
    .home-content-monetization {
        padding-left: 2%;
        padding-right: 2%;
    }
    .home-content-trusted-by {
        padding-left: 2%;
        padding-right: 2%;
    }
    .home-content-about {
        padding-left: 2%;
        padding-right: 2%;
    }
    .home-content-news {
        padding-left: 2%;
        padding-right: 2%;
    }
    .home-content-product h2 {
        font-size: 36px;
    }
    .home-content-monetization {
        padding-bottom: 6%;
    }
    .home-content-monetization h2 {
        font-size: 36px;
    }
    .home-content-trusted-by {
        padding-bottom: 6%;
    }
    .home-content-trusted-by h2 {
        font-size: 36px;
    }
    .home-content-about {
        padding-bottom: 6%;
    }
    .home-content-about h2 {
        font-size: 36px;
    }
    .home-content-news {
        padding-bottom: 6%;
    }
    .home-content-news h2 {
        font-size: 36px;
    }
    .footer-links-content ul#menu-footer {
	    text-align: left;
	    margin-bottom: -35px;
	    margin-top: 20px;
    }
    .footer-links-content ul#menu-footer > li > a {
        font-size: 17px;
        margin-bottom: 10px;
        margin-top: 0;
    }
    /*footer*/
    .footer-links-content ul#menu-footer > li {
       width: 45%;
	    display: inline-block;
	    float: none;
	    vertical-align: top;
	    margin-bottom: 5%;
    }
    .footer-links-content ul#menu-footer > li ul {
        padding: 0 0 0 15px;
    }
    .site-footer .site-info .site-info-center {
        width: 63%;
    }
    .site-footer .site-info .site-info-right {
        width: 37%;
    }
    .site-footer .site-info .site-info-right .social-icon ul li a {
        padding: 13px 20px;
    }
}

@media screen and (max-width: 643px) {
    #navbar .nav-menu li {
        background: none;
        padding-left: 0px;
    }
    #navbar .nav-menu li a {
        padding: 16px;
        cursor: pointer;
    }
    .logo-header-wrap .logo-header-content .menu-dropdown {
        display: block;
        float: right;
    }
    .logo-header-wrap .logo-header-content .menu-dropdown a {
        background: url(images/meni-dropdown.png) no-repeat scroll center #263577;
        cursor: pointer;
        display: block;
        padding: 40px 33px;
    }
    #navbar #site-navigation {
        min-height:0px;
    }
    #navbar #site-navigation .menu-toggle {
        display:none;
    }
    #navbar #site-navigation .screen-reader-text {
        display: none;
    }
    .logo-header-wrap .logo-header-content {
        width: 100%;
        float: left;
        background-color: #fff;
        margin-top:6px;
        border-bottom:1px solid #d2d2d2;
    }
    .logo-header-wrap .logo-header-content .logo {
        width: 44%;
        padding-bottom: 16px;
        padding-top:10px;
    }
    .logo-header-wrap .logo-header-content .social-icon {
        float: left;
        width: 56%;
    }
    .logo-header-wrap .logo-header-content .social-icon ul {
        float: right;
    }
    .logo-header-wrap .logo-header-content .social-icon ul li a {
        padding: 40px 23px;
    }
    .home-content-products {
        float: left;
    }
    .home-content-products > *:nth-child(n + 1) {
        margin-top: 30px !important;
    }
    .home-content-products .row.confident-multi-factor {
        margin-bottom: 26%;
    }
    .home-content-products .row {
        float: left;
        margin-left:0;
        margin-right:0;
        width: 100%;
    }
    .home-button.product-btn{
        width: 100%;
    }
    .home-button {
        width: 100%;
    }
    /*footer*/
    .site-footer .site-info .site-info-center {
        width: 100%;
        text-align: center;
    }
    .site-footer .site-info .site-info-right {
        width: 100%;
    }
    .site-footer .site-info .site-info-right .social-icon ul {
       float: none;
    }
}

@media screen and (max-width: 594px) {
    .logo-header-wrap .logo-header-content .menu-dropdown a {
        padding: 25px 32px;
    }
    .search-header-wrap .search-header-content .contact-header {
        margin-top: 3px;
        line-height: 1.3;
    }
    .search-header-wrap .search-header-content .contact-header .telephone {
        float: none;
        border: 0;
        height: 16px;
    }
    .search-header-wrap .search-header-content .contact-header .email {
        float: none;
        border: 0;
        height: 16px;
    }
    .search-header-wrap .search-header-content .contact-header .telephone p {
        font-size: 13px;
    }
    .search-header-wrap .search-header-content .contact-header .email p {
        font-size: 13px;
    }
    .logo-header-wrap .logo-header-content {
        width: 100%;
    }
    .logo-header-wrap .logo-header-content .logo {
        width: 100%;
    }
    .logo-header-wrap .logo-header-content .social-icon {
        width: 100%;
        border-top: 1px solid #d2d2d2;
    }
    .logo-header-wrap .logo-header-content .social-icon ul {
        float: left;
    }
    .logo-header-wrap .logo-header-content .social-icon ul li a {
        padding: 25px;
    }
}
@media screen and (max-width: 499px) {
    h1.entry-title {
       font-size: 30px;
    }
    p, span {
        line-height: 24px;
    }
    .site-header .search-field { padding: 0 66px 0 0; width: 66px; position: absolute; top:0; right: 0; }
    .site-header .search-field:focus { padding: 0 84px 0 18px; }

    .logo-header-wrap .logo-header-content .social-icon ul li a.fb {
        background-size: 41%;
    }
    .logo-header-wrap .logo-header-content .social-icon ul li a.tw {
        background-size: 41%;
    }
    .logo-header-wrap .logo-header-content .social-icon ul li a.gp {
        background-size: 41%;
    }
    .logo-header-wrap .logo-header-content .social-icon ul li a.in {
        background-size: 41%;
    }
    .logo-header-wrap .logo-header-content .social-icon ul li a.rss {
        background-size: 41%;
    }
    .logo-header-wrap .logo-header-content .social-icon ul li a.fb:hover {
        background-size: 41%;
    }
    .logo-header-wrap .logo-header-content .social-icon ul li a.tw:hover {
        background-size: 41%;
    }
    .logo-header-wrap .logo-header-content .social-icon ul li a.gp:hover {
        background-size: 41%;
    }
    .logo-header-wrap .logo-header-content .social-icon ul li a.in:hover {
        background-size: 41%;
    }
    .logo-header-wrap .logo-header-content .social-icon ul li a.rss:hover {
        background-size: 41%;
    }
    .home .site-header .conf-tech-header-content {
        min-height: 450px;
    }
    .home .site-header .home-link {
        min-height: 70px;
        padding: 0 15px;
    }
    /*.home .site-header .home-link h1 {
        font-size: 24px;
    }*/
    .home .site-header .home-link h2 {
        font-size: 14px;
    }
    .home-button {
        padding: 2px 0;
        height: 40px;
        width: 100%;
        font-size: 16px;
        line-height: 32px;
    }
    .home-button.blue {
        margin-right: 0;
    }
    .home-content-product h2 {
        font-size: 30px;
    }
    .home-content-monetization h2 {
        font-size: 30px;
    }
    .home-content-trusted-by h2 {
        font-size: 30px;
    }
    .home-content-about h2 {
        font-size: 30px;
    }
    .home-content-news h2 {
        font-size: 30px;
    }
    .home-content-news p {
        font-size: 18px;
        overflow: hidden;
        line-height: 25px;
    }
    .site-footer .site-info .site-info-center {
        width: 65%;
        margin: 0 auto;
        float: none;
    }
    
    /*footer*/
    .footer-links-content ul#menu-footer {
	    text-align: left;
	    margin-bottom: -20px;
	    margin-top: 20px;
    }
    .footer-links-content ul#menu-footer > li > a {
        font-size: 17px;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .footer-links-content ul#menu-footer > li {
       width: 100%;
	    display: inline-block;
	    float: none;
	    vertical-align: top;
	    margin-bottom: 7%;
    }
}
@media screen and (max-width: 499px) {
    .logo-header-wrap .logo-header-content .menu-dropdown a {
        padding: 25px 24px;
    }
    
    .home .site-header .conf-tech-header-content {
        min-height: 410px;
    }
}

/* PRODUCT SINGLE PAGE */
.products .content h1 {
	text-align: left;
	background: url(images/title-bg.jpg) no-repeat scroll bottom left;
}

.content h1 {
	text-align: left;
	background: url(images/title-bg.jpg) no-repeat scroll bottom left;
}

.content h3 {
    font-style:italic;
   /* color: #263577;*/
    position: relative;
    padding-left: 15px;
    margin-top: 30px;
}
 h3::before {
    /*position: absolute;*/
    content:url(images/before-red.png);
    left: 0;
    top: 0px;
}
 ul {
    padding: 0 25px 0 15px;
    list-style-type: disc;

}
 .big-buttons .big-button {
	margin-top: 0 !important;
}

 .big-buttons .big-button:first-child {
	margin-right: 10px;
	margin-bottom: 10px;
}
.default h3 {
    font-style:italic;
    color: #263577;
    position: relative;
    padding-left: 15px;
    margin-top: 30px;
}

 -wrap {
    width: 100%;
    padding: 0 0 30px 0;
}
 -wrap -content {
    margin: 0 auto;
    max-width: 1200px;
    padding:0 10px;
}
 -wrap -content .home-button{
    text-transform: none;
}
 -wrap -content .home-button.blue{
    text-transform: none;
}

.product-single-wrap .product-single-content {
    margin: 0 auto;
    max-width: 1200px;
    padding:0 10px;
}

.product-single-content li {
    color:#595959;
}

.product-single-content h3 {
    font-style:italic;
    color: #263577;
    position: relative;
    padding-left: 10px;
    margin-top: 30px;
}

.section-advertising-content h3 {
    font-style:italic;
    color: #263577;
    position: relative;

    margin-top: 30px;
}

.section-key-value-content h3 {
    font-style:italic;
    color: #263577;
    position: relative;
    margin-top: 30px;
}

 .section-advertising-wrap {
    background: url(images/home-white-pattern.png) repeat scroll bottom left;
    width: 100%;
    float: left;
}

.products.confident-captcha .section-advertising-wrap {
	overflow: hidden;
}

 .section-advertising-wrap .section-advertising-content {
    margin: 0 auto;
    max-width: 1200px;
    padding:0 10px;
    position: relative;
}
 .section-advertising-wrap .section-advertising-content .section-left {
    width: 50%;
    float: left;
}
 .section-advertising-wrap .section-advertising-content .section-right {
    width: 50%;
    float: left;
}

.section-advertising-wrap .section-advertising-content {
	line-height: 1em;
}

 .section-advertising-wrap .section-advertising-content .section-left {
    width: 50%;

    padding: 4% 0;
    position: relative;
    z-index: 1;
}
.products.confident-captcha .product-single .section-advertising-wrap .section-advertising-content .section-right {
    width: 50%;
    float: left;
}
.products.confident-captcha .product-single .section-advertising-wrap .section-advertising-content .section-right img {
    height: 100%;
    float: none;
    width: auto;
    float:left;
   /* right: 100%;*/
}

.products.confident-captcha .product-single .section-advertising-wrap .section-advertising-content .section-left {
    width: 50%;
    float: right;
    padding: 4% 0;
    position: relative;
    z-index: 1;
}
.section-advertising-wrap .section-advertising-content .section-left.confident-imageshield {
    width:50%;
    float:left;
    padding:4% 0;
}

.section-advertising-wrap .section-advertising-content .section-right.confident-imageshield img{
    width:50%;
    float:left;
}
.section-advertising-wrap .section-advertising-content .section-left li {
    color:#000;
}
.section-features-benefits-content h3 {
    color:#fff !important;
}
 .section-advertising-wrap .section-advertising-content .section-left h3 {
	margin-bottom: 10px;
}
 .section-advertising-wrap .section-advertising-content .section-left .big-button {
	margin-top: 0;
}
 .section-advertising-wrap .section-advertising-content .section-right.confident-imageshield img{
     width:100%;
     padding:37px 100px 40px 100px;
 }
 .section-advertising-wrap .section-advertising-content .section-right {
    width: 50%;
    float: left;
}

.section-advertising-wrap .section-advertising-content .section-right img {
    float: none;
    right: 60%;
}

@media screen and (max-width: 1023px) {
	.products.confident-captcha  .section-advertising-wrap .section-advertising-content .section-right img {
	    right: 125%;
	}
	
	.products.confident-captcha  .section-advertising-wrap .section-advertising-content .section-right {
		padding-top: 0;
		line-height: 1em;
	}
	
	
}

@media screen and (max-width: 768px) {
	.products.confident-captcha  .section-advertising-wrap .section-advertising-content .section-right img {
	    right: 0;
	    width: 100%;
	    border: 1px solid #cccccc;
	    margin: 5px 0 20px 0;
	}
	
	.products.confident-captcha  .section-advertising-wrap .section-advertising-content .section-right {
		width: 100%;
		text-align: center;
	}
	
	.products.confident-captcha  .section-advertising-wrap .section-advertising-content .section-left {
		width: 100%;
	}
}

 .section-advertising-wrap .section-advertising-content .section-left {
	color: black;
} 

/* .section-advertising-wrap .section-advertising-content .section-right img {
    margin-left:10%;
}
 .section-advertising-wrap .section-advertising-content .section-right img {
   padding: 40px 100px 40px 100px; 
}*/
@media screen and (max-width: 768px) {
	.confident-imageshield  .section-advertising-wrap .section-advertising-content .section-right img {
	   padding: 0; 
	}
	
	 .big-buttons {
		margin-bottom: 0;
	}
	 .home-button {
	    margin-bottom: 0;
	}
	 .home-button.blue {
	    margin-bottom: 0;
	}
}

@media screen and (max-width: 499px) {}


 .section-features-benefits-wrap {
    background: url(images/home-blue-pattern.png) repeat scroll bottom left;
    width: 100%;
    float: left;
}
 .section-features-benefits-wrap .section-features-benefits-content {
    margin: 0 auto;
    max-width: 1200px;
    padding:0 10px;
    text-align: left;
}
.section-features-benefits-wrap strong {
	color: white;
}
 .section-features-benefits-wrap .section-features-benefits-content ul{
    padding: 0;
    color: #fff;
    list-style: none;
}
 .section-features-benefits-wrap .section-features-benefits-content ul li{
    text-indent: -15px;
    margin-left: 15px;
}
.section-features-benefits-wrap .section-features-benefits-content ul li:before{
    content: "• ";
    display: inline;
}
 .section-features-benefits-wrap .section-features-benefits-content h3 {
    color: #fff;
    padding-left: 0;
}
.section-features-benefits-wrap .section-features-benefits-content h3:before {
    position: static;
}
 .section-features-benefits-wrap .section-features-benefits-content .section-left {
    width: 50%;
    float: left;
    padding: 5%;
}
.section-features-benefits-wrap .section-features-benefits-content .section-right {
    width: 50%;
    float: left;
    padding: 5%;
}

.section-key-value-wrap {
    background: url(images/home-white-pattern.png) repeat scroll bottom left;
    width: 100%;
    float: left;
}
 .section-key-value-wrap .section-key-value-content {
    margin: 0 auto;
    max-width: 1200px;
    padding:0 10px;
}
.section-key-value-wrap .section-key-value-content .section-left {
    width: 60%;
    float: left;

}
.section-key-value-wrap .section-key-value-content .section-left ul.features li {
    color:#595959;
}
.section-key-value-wrap .section-key-value-content .section-right {
 
    float: left;
}


.section-how-works-wrap {
    background: url(images/home-grey-small-pattern.png) repeat scroll bottom left;
    width: 100%;
    float: left;
}
.section-how-works-wrap .section-how-works-content {
    margin: 0 auto;
    max-width: 1200px;
    padding: 2% 10px;
}
.section-pricing-table-wrap {
    background: url(images/home-white-pattern.png) repeat scroll bottom left;
    width: 100%;
    float: left;
}
.section-pricing-table-wrap .section-pricing-table-content {
    margin: 0 auto;
    max-width: 1200px;
    padding: 2% 10px;
}
/*pricing table*/
.ptp-pricing-table {
    font-size: 20px;
    font-family: 'Abel', sans-serif;
    color: #595959;
}
.ptp-pricing-table h3 {
    padding-left: 0px;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
}
.ptp-pricing-table h3:before {
    position: static;
}
div.ptp-plan {
    background-color: #263577 !important;
}
div.ptp-plan h3 {
    color: #fff !important;
}
div.ptp-price {
    font-family: 'Oswald', sans-serif;
    background-color: #304396 !important;
    color: #fff !important;
    font-size: 48px;
}

#ptp-716 .ptp-plan {
    display: none;
}

#ptp-716 .ptp-bullet-item.ptp-row-id-3 {
    height: 62px !important;
}
div.ptp-price p{
    font-family: 'Oswald', sans-serif;
    color: #fff !important;
    font-size: 48px !important;
    line-height: 1em;
    margin: 0 0 10px 0;
}
div.ptp-price span {
    font-family: 'Oswald', sans-serif;
    font-size: 16px !important;
    color: #fff;
    line-height: 20px;
    display: block;
}
div.ptp-cta a.ptp-button {
    transition:background-color 0ms ease-out 0s !important;
    background: url("images/btn-bg.png") repeat-x scroll left top;
    border: 2px solid #b60000 !important;
    height: 62px;
    display: inline-block;
    padding: 12px 0;
    font-size: 24px !important;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;

}
div.ptp-cta a.ptp-button:hover {
    background-color:blue !important;
    background: url("images/btn-bg-h.png") repeat-x scroll left top;
}
.ptp-col-id-1 div.ptp-plan, .ptp-col-id-3 div.ptp-plan {
    background-color: #304290 !important;
}
.ptp-col-id-1 div.ptp-price, .ptp-col-id-3 div.ptp-price {
    background-color: #354ba9 !important;
}
.ptp-col-id-1 div.ptp-cta, .ptp-col-id-3 div.ptp-cta {
    background-color: #fff;
}
.ptp-col-id-0 .ptp-bullet-item.ptp-row-id-1, .ptp-col-id-0 .ptp-bullet-item.ptp-row-id-3, .ptp-col-id-0 .ptp-bullet-item.ptp-row-id-5 {
    background-color: #eaeaea;
}
.ptp-col-id-1 .ptp-bullet-item.ptp-row-id-0, .ptp-col-id-1 .ptp-bullet-item.ptp-row-id-2, .ptp-col-id-1 .ptp-bullet-item.ptp-row-id-4 {
    background-color: #eaeaea;
}
.ptp-col-id-2 .ptp-bullet-item.ptp-row-id-1, .ptp-col-id-2 .ptp-bullet-item.ptp-row-id-3, .ptp-col-id-2 .ptp-bullet-item.ptp-row-id-5 {
    background-color: #eaeaea;
}
.ptp-col-id-3 .ptp-bullet-item.ptp-row-id-0, .ptp-col-id-3 .ptp-bullet-item.ptp-row-id-2, .ptp-col-id-3 .ptp-bullet-item.ptp-row-id-4 {
    background-color: #eaeaea;
}
@media screen and (max-width: 850px) {
     .section-advertising-wrap .section-advertising-content .section-right {
        padding-top: 7%;
    }
     .section-key-value-wrap .section-key-value-content .section-right {
        padding-top: 4%;
    }
}
@media screen and (max-width: 643px) {
     .section-advertising-wrap .section-advertising-content .section-left {
        width: 100%;
    }
     .section-advertising-wrap .section-advertising-content .section-right {
        width: 100%;
        padding-top: 0;
    }
     .section-features-benefits-wrap .section-features-benefits-content .section-left {
        width: 100%;
    }
     .section-features-benefits-wrap .section-features-benefits-content .section-right {
        width: 100%;
    }
     .section-key-value-wrap .section-key-value-content .section-left{
        width: 100%;
    }
     .section-key-value-wrap .section-key-value-content .section-right {
        width: 100%;
        padding-top: 0;
    }
     .section-key-value-wrap .section-key-value-content .section-right img {
        margin-left: -8%;
    }
    
     .section-features-benefits-wrap .section-features-benefits-content .section-left {
	    padding-bottom: 0;
    }
    
     .section-features-benefits-wrap .section-features-benefits-content .section-right {
	    padding-top: 0;
    }
}

/* ------------------------------------------------------ */
/* Start home page ---------------------------------- */

.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
  *display: inline;
  width: 25px;
	height: 28px;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-car .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-car .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-car .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
  text-align: center;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-car .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.odometer {
	background: black;
	display: inline-block;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, .5);
}

.odometer .odometer-inside {
	font-size: 20px;
}

.odometer .odometer-value {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-style: normal;
	color: white;
	border-left: 1px solid rgba(255, 255, 255, .15);
	width: 25px;
	height: 28px;
	padding: 3px 0 0 0;
	display: inline-block;
}

.odometer .odometer-digit:nth-last-child(4n -1) .odometer-value {
	border-left: 1px solid rgba(255, 255, 255, .5);;
}

.odometer .odometer-digit:first-of-type .odometer-value {
	border-left: none;
}

.odometer-formatting-mark {
	display: none;
}

.counter-text {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	color: white;
	font-style: normal;
	display: inline-block;
	vertical-align: top;
	line-height: 1em;
	margin-left: 10px;
	text-shadow: 0px 3px 7px black;

}
.home-link .site-description {
	margin: 10px 0 20px 0;
}

.revtapcontainer-topright {
    position:absolute;  width:200px;background-color:#fff;margin:0px auto;right:0px;opacity:.75;
    left: auto;
    top: auto;
    text-align:center;
    padding : 20px 0px;
}
.revtapcontainer-topright img {
    width : 80%;
    margin : 0 auto;
    text-align:center;
}
@media screen and (max-width: 1400px) {
    .revtapcontainer-topright {
        display: none;
        position: fixed;
        top: -999px;
        left: -999px;
    }
}
.revtapcontainer, .revtapcontent {
    display : none;
}



@media screen and (max-width: 1400px) {
    .revtapcontainer {
        position: absolute;
        bottom: 0px;
        background-color: #fff;
        margin: 0px auto;
        right: 0px;
        left: 0px;
        opacity: .75;
        display: block;
    }
    .revtapcontent {
        max-width:1200px;margin:0px auto;
    }
    .revtapcontent > div {
        float : left;
        display : table-cell;
        width : 33%;
        text-align : center;
        vertical-align: middle;
        min-height : 70px;
        line-height: 60px;
    }
    .revtapsitelink {
        background-color: #EEB63F;border-radius: 300px;opacity:1;font-weight:bold;width:auto;margin-top:20px;padding:10px 25px;
    }
    .revtaptext {
        float:right;
        padding:10px;
        text-align:center;
        font-size:24px;
        line-height : 28px !important;
        font-family:"Abel", sans-seriff;
    }
    .revtaplogo {
        text-align:center;
    }
    .revtaplogo a { width : 100%; }
    .revtaplogo img {
        max-width : 40%;
    }
}

@media screen and (max-width: 1023px) {
	.counter-text {
		margin-left: 0;
		margin-top: 10px;
		display: block;
	}
}

@media screen and (max-width: 768px) {
    .revtapcontent > div {
        min-height : 40px;
    }
    .revtaptext {
        font-size : 16px;
    }
    .revtaplogo img {
        max-width : 60%;
    }
}

@media screen and (max-width: 440px) {
    .revtaptext {
        display:none;
    }
    .revtaplogo {
        width : 100%;
        margin : 0 auto;
        height : 70px;
        text-align:center;
        line-height: 70px;
    }
    .revtaplogo img {
        max-height : 60px;
        text-align:center;
    }
    .revtapcontainer {
        height : 70px;
    }
    .revtapsitelink {
        font-size : 12px;
        padding : 10px 15px;
    }
    .revtaplogo {
        width : 25%;
    }
    .revtaptext {
        width: 46%;
        font-size: 14px;
        line-height: 20px !important;
    }
    .revtaplogo img {
        max-width : 70%;
    }
}
@media screen and (max-width: 414px) {

    .revtapcontent > div.revtaplogo {
        width : 30%;
    }
    .revtaplogo img {
        max-width : 90%;
    }
    .revtapcontent > div.revtaptext {
        width: 30%;
        font-size: 14px;
        line-height: 20px !important;
    }
    .revtapcontent > div.revtapworks {
        width : 40%;
    }
}

/* End home page ------------------------------------ */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* Start default styles for content class --------------- */

.big-button {
	font: normal normal normal 24px/1.3em Oswald, sans-serif;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
	text-transform: uppercase;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .5);
	color: white;
	padding: 20px 20px;
	min-width: 240px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border-radius: 0 !important;
}

.big-button.red {
	background: linear-gradient(#d40303, #a20202);
	border: 1px solid #b60000 !important;
}

.big-button.red:hover {
	background: linear-gradient(#eb0000, #b40303);
	color: white;
}

.big-button.blue {
	background: linear-gradient(#324495, #263577);
	border: 1px solid #263577 !important;
}

.big-button.blue:hover {
	background: linear-gradient(#394ea8, #2b3b83);
	color: white;
}

.big-button:disabled {
	background: linear-gradient(#bfbfbf, #a1a1a1);
	border: 1px solid #b2b2b2 !important;
	cursor: default;
}

.big-button:disabled:hover {
	background: linear-gradient(#bfbfbf, #a1a1a1);
}

.content h1,
.content h2 {
    font: italic normal bold 40px/1.3em Oswald, sans-serif;
    color: #263577;
    background: url(images/title-bg.jpg) no-repeat scroll bottom left;
    padding: 0 0 15px 0;
    margin: 0;
    text-align: left;
}

.content h1 {
	margin-top: 33px;
}

.content h3 {
	font: italic normal bold 20px/1.3em Oswald, sans-serif;
	padding: 0 0 0 15px;
	position: relative;
	margin: 0;
	display: inline-block;
}

.content h3.blue {
	color: #263577;
}

.content h3:before {
    position: absolute;
    content:url(images/before-red.png);
    left: 0;
    top: 1px;
}

.products .content header p {
	font: normal normal normal 20px/1.3em Abel, sans-serif;
	margin-top: 15px;
    text-align:left;
}

 .inside {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.content.full-width {
	overflow: auto;
}

@media screen and (max-width: 1240px) {
	.content .inside {
		padding: 0 20px;
	}
}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 768px) {
	.big-button {
		font: normal normal normal 16px/1.3em Oswald, sans-serif;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
		text-transform: uppercase;
		box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .5);
		color: white;
		padding: 10px 0;
		width: 240px;
		max-width: 100%;
		min-width: 0;
		display: inline-block;
	}
}

@media screen and (max-width: 499px) {
	
	
	.content h1,
	.content h2 {
	    font: italic normal bold 24px/1.3em Oswald, sans-serif;
	}
	
	.content h3 {
		font: italic normal bold 20px/1.3em Oswald, sans-serif;
	}
	
	.content .inside {
		padding: 0 10px;
	}
}

/* End default styles for content class ----------------- */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* Start products page ---------------------------------- */

.products .all.content h1 {
	text-transform: uppercase;
}


.products .all.content -content h1+p {
	margin-top: 30px;
}

.products .all.content h2 {
	margin-top: 25px;
	margin-bottom: 15px;
}

.products .all.content header {
	text-align: center;
}

.products .all.content section {
	text-align: center;
	background: url(images/pattern-square.jpg) repeat;
}

.products .all.content section article .wrapper {
	padding: 0 0 35px 0;
}

.products .all.content section article .side {
	position: absolute;
	top: 30%;
	text-align: left;
}

.products .all.content section article .side.left {
	left: 0;
}

.products .all.content section article .side.right {
	right: 0;
}

.products .all.content section article img.center {
	max-width: 100%;
}

.products .all.content section article h3 {
    color: #263577;
}

.products .all.content section article h3:before {
    position: absolute;
    content:url(images/before-red.png);
    left: 0;
    top: 1px;
}

.products .all.content section article ul {
    padding: 0 0 0 20px;
    color: #595959;
    list-style: disc;
}

.products .all.content .big-button {
	margin: 20px 0 0 0;
}

.products .all.content section article.verification .wrapper {
	background: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .1) 69.5%, rgba(0, 0, 0, 0) 69.5%);
}

.products .all.content section article.authentication .wrapper {
	background: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .1) 67%, rgba(0, 0, 0, 0) 67%);
}

.products .all.content section article.authentication h2 {
	margin-bottom: -5px;
}

.products .all.content .blue-bar {
	background: url(images/pattern-square-blue.jpg) repeat;
	padding: 85px 0;
}

.products .all.content .blue-bar ul {
	list-style: none;
	display: table;
	table-layout: fixed;
}

.products .all.content .blue-bar ul li {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	box-shadow: inset 1px 0 0 0 #17245e, inset -1px 0 0 0 #313e7a;
	position: relative;
}

.products .all.content .blue-bar ul li:first-child {
	box-shadow: inset 1px 0 0 0 #313e7a, inset 2px 0 0 0 #17245e, inset -1px 0 0 0 #313e7a;
}

.products .all.content .blue-bar ul li:last-child {
	box-shadow: inset 1px 0 0 0 #17245e, inset -1px 0 0 0 #17245e, inset -2px 0 0 0 #313e7a;
}

.products .all.content .blue-bar h3 {
	color: white;
	margin: 10px 0 0 0;
}

@media screen and (max-width: 1240px) {
	.products .all.content section article .side.left {
		left: 20px;
	}
	
	.products .all.content section article .side.right {
		right: 20px;
	}
}

@media screen and (max-width: 1023px) {
	.products .all.content section article .side {
		width: 175px;
		top: 20%;
	}
	
	.products .all.content section article .wrapper {
		background: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .1)) !important;
	}

}

@media screen and (max-width: 768px) {
	.products .all.content section article .side {
		position: relative;
		top: 0;
		text-align: left;
	}
	
	.products .all.content section article .side {
		width: 100%;
	}
	
	.products .all.content section article .side ul {
		margin: 5px 0 0 0;
	}
	
	.products .all.content section article .side.left {
		left: 0;
		margin: 0 0 15px 0;
	}
	
	.products .all.content section article .side.right {
		right: 0;
		margin-top: 20px;
	}
	
	.products .all.content section article.authentication h2 {
		margin-bottom: 15px;;
	}
	
	.products .all.content .blue-bar {
		padding: 25px 0;
	}
	
	.products .all.content .blue-bar ul {
		display: block;
	}
	
	.products .all.content .blue-bar ul li {
		display: block;
		box-shadow: none;
		padding: 0 0 20px 0;
	}
	
	.products .all.content .blue-bar ul li:first-child {
		box-shadow: none;
	}
	
	.products .all.content .blue-bar ul li:last-child {
		box-shadow: none;
		padding-bottom: 0;
	}
	
	.products .all.content .blue-bar ul li img {
		width: 80px;
	}
}

@media screen and (max-width: 499px) {
	.products .all.content h1,
	.products .all.content h2 {
	    font: italic normal bold 24px/1.3em Oswald, sans-serif;
	    color: #263577;
	    background: url(images/title-bg.jpg) no-repeat scroll bottom center;
	    padding-bottom: 15px;
	    text-align: center;
	    margin-bottom: 15px;
	}
	
	.products .all.content h1 {
		text-transform: uppercase;
	}
	
	.products .all.content h3 {
	    font-size: 20px;
	    font-style: italic;
	    padding-left: 15px;
	    position: relative;
	    margin: 0;
	    display: inline-block;
	}
	
	.products .all.content h3:before {
	    position: absolute;
	    content:url(images/before-red.png);
	    left: 0;
	    top: 1px;
	}

}

/* End products page ------------------------------------ */
/* ------------------------------------------------------ */


/* ------------------------------------------------------ */
/* Start industries pages ------------------------------- */

.industries .all header h1 {
	text-align: left;
}

.industries .all header p {
	text-align: left;
}

.industries .all section {
	background: url(images/pattern-square.jpg) repeat;
	padding: 30px 0 0 0;
	overflow: auto;
	text-align: center;
}

.industries .all section article {
	text-align: left;
	display: inline-block;
	vertical-align: top;
}

.industries .all section article > div {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .5);
	background: white;
	border-radius: 10px;
}

.industries .all section article img {
	width: 100%;
	border-radius: 10px 10px 0 0;
}

.industries .all section article h3 {
	color: #263577;
	margin: 15px 0 0 15px;
}

.industries .all section article p {
	color: #263577;
	margin: 5px 15px 0 15px;
}

.industries .all section article a {
	padding: 10px 15px;
	margin: 10px 0 0 0;
	box-shadow: 0 -1px 0 0 #ebebeb;
	display: block;
	color: #aa0202;
}

.industries .all section article a:hover,
.industries .all section article a:hover span {
	color: #c60808;
}

.industries .all section article a span {
	font: normal normal normal 20px/1.3em Abel, sans-serif;
	color: #aa0202;
	padding: 0 0 0 5px;
	position: relative;
	top: -2px;
}

.industries .single header h1 {
	text-align: left;
	background: url(images/title-bg.jpg) no-repeat scroll bottom left;
}

.industries .single header p {
	text-align: left;
}

.industries .single section h3 {
	color: #263577;
}

.inside h3 {
    /*color: #263577;*/
}
.single aside {
	background: url(images/pattern-square.jpg) repeat;
	position: relative;
}

.single aside .inside {
	z-index: 1;
}

.industries .single aside img.background {
	position: absolute;
	top: 0;
	right: 50%;
}

 .industries .single aside  > div {
	padding: 5px 0 75px 40%;
}

 .single aside h3 {
	color: #263577;
	font-size: 24px;
}

 .single aside p {
	padding: 15px 0 0 0;
}

@media screen and (max-width: 1240px) {}

@media screen and (min-width: 769px) {
	.industries .all section article {
		width: 32%;
		padding-bottom: 30px;
	}
	
	.industries .all section article:nth-child(3n + 1) {
		padding-right: 20px;
	}
	
	.industries .all article:nth-child(3n + 2) {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.industries .all section article:nth-child(3n) {
		padding-left: 20px;
	}
}

@media screen and (min-width: 499px) and (max-width: 768px) {
	.industries .all section article {
		width: 49%;
		padding-bottom: 30px;
	}
	
	.industries .all section article:nth-child(2n + 1) {
		padding-right: 15px;
	}
	
	.industries .all article:nth-child(2n + 2) {
		padding-left: 15px;
	}
}

@media screen and (max-width: 768px) {
	.industries .single aside img.background {
		position: relative;
		height: auto;
		top: 0;
		right: 0;
		width: 100%;
	}
	
	.industries .single aside .inside > div {
		padding: 20px 0;
	}
	
	.industries .single aside h3 {
		color: #263577;
		font-size: 20px;
	}
	
	.industries .single aside p {
		padding: 5px 0 10px 0;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 499px) {
	.industries .all section article {
		float: left;
		width: 100%;
		padding-bottom: 20px;
	}	
}

/* End industries pages --------------------------------- */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* Start trials pages ----------------------------------- */

.trials header h1 {
	text-align: left;
	background: url(images/title-bg.jpg) no-repeat scroll bottom left;
}

.trials header p {
	text-align: left;
}

@media screen and (max-width: 1240px) {}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 499px) {}

/* End trials pages ------------------------------------- */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* Start demos pages ----------------------------------- */

.demos header h1 {
	text-align: left;
	background: url(images/title-bg.jpg) no-repeat scroll bottom left;
}

.demos header p {
	text-align: left;
}

.content .demosFrame {
	width: 100%;
	min-height: 920px;
	height: 100%;
}

.demo-form {
	background: #f4f4f4;
	border: #dddddd solid 1px;
	display: inline-block;
	padding: 30px 28px;
}

.demo-form #confidentcaptcha_wrapper {
	margin: 10px 0;
}

.demos p.message {
	color: #ca3c08;
	font-weight: bold;
	text-transform: capitalize;
}

@media screen and (max-width: 1240px) {}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 499px) {}

/* End demos pages -------------------------------------- */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* Start Full-width page -------------------------------- */

.page-template-page-templatesfull-width-center-php header h1,
.page-template-page-templatesfull-width-left-php header h1 {
	margin-bottom: 30px;
}

.page-template-page-templatesfull-width-center-php header h1 {
	text-align: left;
	background: url(images/title-bg.jpg) no-repeat scroll bottom left;
}

.page-template-page-templatesfull-width-left-php header h1 {
	text-align: left;
	background: url(images/title-bg.jpg) no-repeat scroll bottom left;
}

@media screen and (max-width: 1240px) {}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 499px) {}

/* End Full-width page ---------------------------------- */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* Start Demos & Trials page ---------------------------- */

.demos-and-trials header h1 {
	text-align: left;
	background: url(images/title-bg.jpg) no-repeat scroll bottom left;
	text-transform: uppercase;
}

.demos-and-trials header p {
	text-align: left;
}

.demos-and-trials section {
	background: url(images/pattern-square.jpg) repeat;
	padding: 60px 0 100px 0;
}

.demos-and-trials section ul.inside {
	list-style: none;
	display: table;
	table-layout: fixed;
	text-align: center;
}

.demos-and-trials section ul.inside li {
	display: table-cell;
	vertical-align: top;
	padding: 0 10px;
}

.demos-and-trials section ul.inside img {
	max-height: 202px;
	padding: 0 0 20px 0;
}

.demos-and-trials section ul.inside h3 {
	display: inline;
}

.demos-and-trials section ul.inside h3:before {
	top: 3px;
}

.demos-and-trials section ul.inside p {
	padding: 10px 10px 0 10px;
	min-height: 50px;
}

.demos-and-trials section .big-button.blue {
	margin-bottom: 10px;
}

.demos-and-trials .blue-bar {
	background: url(images/pattern-square-blue.jpg) repeat;
	padding: 70px 0;
	position: relative;
}

.demos-and-trials .blue-bar main {
	max-width: 69%;
}

.demos-and-trials .blue-bar main h3 {
	color: white;
	margin-bottom: 20px;
}

.demos-and-trials .blue-bar main p {
	color: white;
}

.demos-and-trials .blue-bar main span {
	color: white;
	margin-left: 30px;
}

.demos-and-trials .blue-bar aside {
	position: absolute;
	top: -100px;
	right: 100px;
}

@media screen and (max-width: 1240px) {
	.demos-and-trials  section ul.inside .h3-wrapper {
		min-height: 59px;
	}
	
	.demos-and-trials section ul.inside p {
		min-height: 70px;
	}
	
	.demos-and-trials .blue-bar main span {
		color: white;
		margin-left: 0;
		margin-top: 20px;
		display: block;
	}
}

@media screen and (max-width: 1023px) {
	.demos-and-trials section ul.inside img {
		max-height: 150px;
	}
	
	.demos-and-trials .content .big-button {
		font: normal normal normal 16px/1.3em Oswald, sans-serif;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
		text-transform: uppercase;
		box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .5);
		color: white;
		padding: 10px 0;
		display: inline-block;
		width: 100%;
		min-width: 0;
		max-width: 240px;
	}	
}

@media screen and (max-width: 768px) {
	.demos-and-trials section {
		padding: 20px 0;
	}
	
	.demos-and-trials section ul.inside {
		display: block;
		text-align: center;
	}
	
	.demos-and-trials section ul.inside li {
		display: block;
		padding: 0 0 40px 0;
	}
	
	.demos-and-trials section ul.inside li:last-child {
		padding: 0;
	}
	
	.demos-and-trials  section ul.inside .h3-wrapper {
		min-height: 0;
	}
	
	.demos-and-trials section ul.inside p {
		min-height: 0;
		padding: 10px 0;
		margin: 0;
	}
	
	.demos-and-trials .blue-bar {
		padding: 20px 0 10px 0;
	}
	
	.demos-and-trials .blue-bar main {
		max-width: 100%;
	}
	
	.demos-and-trials .blue-bar aside {
		position: relative;
		top: 0;
		right: 0;
		padding: 20px 0 0 0;
		text-align: center;
	}
}

@media screen and (max-width: 499px) {}

#content .hs-form .hs-button {
	font: normal normal normal 24px/1.3em Oswald, sans-serif;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
	text-transform: uppercase;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .5);
	color: white;
	padding: 20px 20px;
	min-width: 240px;
	display: inline-block;
	text-align: center;
	background: linear-gradient(#d40303, #a20202);
	border: 1px solid #b60000;
	border-radius: 0;
}

#content .hs-form .hs-button:hover {
	background: linear-gradient(#eb0000, #b40303);
	color: white;
}

#content .hs-form .actions {
	margin-top: 0;
}

@media screen and (max-width: 499px) {
	#content .hs-form .hs-button {
		font: normal normal normal 16px/1.3em Oswald, sans-serif;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
		text-transform: uppercase;
		box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .5);
		color: white;
		padding: 10px 0;
		width: 240px;
		max-width: 100%;
		display: block;
		margin: 0 auto;
		min-width: 0;
	}
}

/* End Demos & Trials page ------------------------------ */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* Start Developers page -------------------------------- */

.developers header h1 {
	text-align: left;
	background: url(images/title-bg.jpg) no-repeat scroll bottom left;
}

 ul.products {
	list-style: none;
	display: table;
	table-layout: fixed;
	text-align: center;
	padding: 30px 0 0 0;
	width: 100%;
}

 ul.products li {
	display: table-cell;
	vertical-align: top;
	width: 33%;
}

 ul.products li .icon {
	height: 112px;
	margin-bottom: 5px;
}

 ul.products li h3 {
	display: inline;
}

 ul.products li h3:before {
	top: 3px;
}

 ul.products li .big-button {
	margin-top: 20px;
}

 .content footer {
	background: url(images/pattern-square.jpg) repeat;
	text-align: center;
	margin-top: 120px;
}

 .content footer img {
	position: relative;
	top: -70px;
	margin-bottom: -40px;
	max-width: 100%;
}

@media screen and (min-width: 1240px) {
	.developers ul.products li:nth-child(1) {
		padding-right: 20px;
	}
	
	.developers ul.products li:nth-child(2) {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.developers ul.products li:nth-child(3) {
		padding-left: 20px;
	}
	
	.developers ul.products li:nth-child(3) .icon img {
		padding-top: 10px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.developers ul.products li .title {
		height: 59px;
		width: 90%;
		margin: 0 auto;
	}
	
	.developers ul.products li .big-button {
		font: normal normal normal 16px/1.3em Oswald, sans-serif;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
		text-transform: uppercase;
		box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .5);
		color: white;
		padding: 10px 0;
		display: inline-block;
		width: 90%;
		min-width: 0;
		max-width: 240px;
	}	
}

@media screen and (max-width: 768px) {
	.developers ul.products li .big-button {
		font: normal normal normal 16px/1.3em Oswald, sans-serif;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
		text-transform: uppercase;
		box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .5);
		color: white;
		padding: 10px 0;
		display: inline-block;
		width: 90%;
		min-width: 0;
		max-width: 240px;
	}
	
	.developers ul.products {
		display: block;
		padding: 10px 0 0 0;
	}
	
	.developers ul.products li {
		display: block;
		width: 100%;
		padding-bottom: 40px;
	}
	
	.developers ul.products li:last-child {
		padding-bottom: 0;
	}
	
	.developers ul.products li .big-button {
		margin-top: 10px;
	}
	
	.developers ul.products li .icon {
		height: auto;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 499px) {}

/* End Developers page ---------------------------------- */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* Start Developer/Captcha page ------------------------- */

.confident-captcha-api header h1 {
	text-align: left;
	background: url(images/title-bg.jpg) no-repeat scroll bottom left;
}

.confident-captcha-api section {
	padding: 30px 0 0 0;
}

.confident-captcha-api aside {
	background: url(images/pattern-square.jpg) repeat;
	padding: 30px 0 20px 0;
}

.confident-captcha-api aside .inside {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.confident-captcha-api aside .inside .left,
.confident-captcha-api aside .inside .right {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

.confident-captcha-api aside .inside .left {
	padding: 0 20px 0 0;
}

.confident-captcha-api aside .inside .right img {
	width: 100%;
	
}

.confident-captcha-api aside h3 {
	color: #263577;
}

.confident-captcha-api aside h3:nth-child(n + 2) {
	margin-top: 15px;
}

.confident-captcha-api aside ul.links {
	list-style: none;
	margin-top: 10px;
}

.confident-captcha-api aside ul.links li {
	display: inline-block;
}

.confident-captcha-api aside ul.links li a {
	display: inline-block;
	background: white;
	color: #595959;
	font-weight: 200;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 0 10px 10px 0;
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	min-width: 125px;
	text-align: center;
	line-height: 1em;
}

.confident-captcha-api aside ul.links li a:hover {
	background: #fdfdfd;
	border: 1px solid #cccccc;
}

@media screen and (max-width: 1240px) {}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 768px) {
	.confident-captcha-api aside .inside {
		display: block;
		width: 100%;
	}
	
	.confident-captcha-api aside .inside .left,
	.confident-captcha-api aside .inside .right {
		width: 100%;
		display: block;
	}
	
	.confident-captcha-api aside .inside .left {
		padding: 0 0 10px 0;
	}
}

@media screen and (max-width: 499px) {
	.confident-captcha-api aside {
		padding: 15px 0;
	}
}

/* End Developer/Captcha page --------------------------- */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* Start Developer/ImageShield page --------------------- */

.confident-imageshield-api header h1 {
	text-align: left;
	background: url(images/title-bg.jpg) no-repeat scroll bottom left;
}

.confident-imageshield-api section {
	padding: 30px 0 0 0;
}

.confident-imageshield-api aside {
	background: url(images/pattern-square.jpg) repeat;
	padding: 30px 0 20px 0;
}

.confident-imageshield-api aside .inside {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.confident-imageshield-api aside .inside .left,
.confident-imageshield-api aside .inside .right {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

.confident-imageshield-api aside .inside .left {
	padding: 0 20px 0 0;
}

.confident-imageshield-api aside .inside .right img {
	width: 100%;
	
}

.confident-imageshield-api aside h3 {
	color: #263577;
}

.confident-imageshield-api aside h3:nth-child(n + 2) {
	margin-top: 15px;
}

.confident-imageshield-api aside ul.links {
	list-style: none;
	margin-top: 10px;
}

.confident-imageshield-api aside ul.links li {
	display: inline-block;
}

.confident-imageshield-api aside ul.links li a {
	display: inline-block;
	background: white;
	color: #595959;
	font-weight: 200;
	text-transform: uppercase;
	padding: 10px;
	margin: 0 10px 10px 0;
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	min-width: 125px;
	text-align: center;
	line-height: 1em;
}

.confident-imageshield-api aside ul.links li a:hover {
	background: #fdfdfd;
	border: 1px solid #cccccc;
}

@media screen and (max-width: 1240px) {}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 768px) {
	.confident-imageshield-api aside .inside {
		display: block;
		width: 100%;
	}
	
	.confident-imageshield-api aside .inside .left,
	.confident-imageshield-api aside .inside .right {
		width: 100%;
		display: block;
	}
	
	.confident-imageshield-api aside .inside .left {
		padding: 0 0 10px 0;
	}
}

@media screen and (max-width: 499px) {
	.confident-imageshield-api aside {
		padding: 15px 0;
	}
}

/* End Developer/ImageShield page ----------------------- */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* Start Developer/Multi-Factor page --------------------- */

.confident-multi-factor-api header h1 {
	text-align: left;
	background: url(images/title-bg.jpg) no-repeat scroll bottom left;
}

.confident-multi-factor-api section {
	padding: 30px 0 0 0;
}

.confident-multi-factor-api aside {
	background: url(images/pattern-square.jpg) repeat;
	padding: 30px 0 20px 0;
}

.confident-multi-factor-api aside .inside {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.confident-multi-factor-api aside .inside .left,
.confident-multi-factor-api aside .inside .right {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

.confident-multi-factor-api aside .inside .left {
	padding: 0 20px 0 0;
}

.confident-multi-factor-api aside .inside .right img {
	width: 100%;
	
}

.confident-multi-factor-api aside h3 {
	color: #263577;
}

.confident-multi-factor-api aside h3:nth-child(n + 2) {
	margin-top: 15px;
}

.confident-multi-factor-api aside ul.links {
	list-style: none;
	margin-top: 10px;
}

.confident-multi-factor-api aside ul.links li {
	display: inline-block;
}

.confident-multi-factor-api aside ul.links li a {
	display: inline-block;
	background: white;
	color: #595959;
	font-weight: 200;
	text-transform: uppercase;
	padding: 10px;
	margin: 0 10px 10px 0;
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	min-width: 125px;
	text-align: center;
	line-height: 1em;
}

.confident-multi-factor-api aside ul.links li a:hover {
	background: #fdfdfd;
	border: 1px solid #cccccc;
}

@media screen and (max-width: 1240px) {}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 768px) {
	.confident-multi-factor-api aside .inside {
		display: block;
		width: 100%;
	}
	
	.confident-multi-factor-api aside .inside .left,
	.confident-multi-factor-api aside .inside .right {
		width: 100%;
		display: block;
	}
	
	.confident-multi-factor-api aside .inside .left {
		padding: 0 0 10px 0;
	}
}

@media screen and (max-width: 499px) {
	.confident-multi-factor-api aside {
		padding: 15px 0;
	}
}

/* End Developer/Multi-Factor page ---------------------- */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* Start Captcha Ad page -------------------------------- */

.captcha-advertising header h1 {
	text-align: left;
	background: url(images/title-bg.jpg) no-repeat scroll bottom left;
}

.captcha-advertising header p {
	text-align: left;
}

 .content section {
	/*background: url(images/pattern-square.jpg) repeat;*/
	padding: 30px 0;
}

 .content section .inside {
	display: table;
	table-layout: fixed;
}

.content section .inside > * {
	/*display: table-cell;*/
	vertical-align: middle;
}

 .content section .inside .left {
	width: 60%;
}

 .content section .inside .right img {
	width: 100%;
}

 .content section h2 {
	background: url(images/title-bg.jpg) no-repeat scroll bottom left;
}

 /*.content section h3 {
	color: #263577;
	margin-top: 20px;
}*/
.advertising .content aside {
    background: url(images/pattern-square-blue.jpg) repeat;
}

.advertising .content section .inside .left.publishers {
  width: 60%;
  display:table-cell;
}
 .content aside {
	/*background: url(images/pattern-square-blue.jpg) repeat;*/
	padding: 30px 0;
}
.content section .inside .right.publishers{
  
  vertical-align: middle;
}

.content aside .inside .left.advertisers {
  display: table-cell;
  vertical-align: middle;
}
.advertising-publishers .content .inside li {
    color:#000;
}
.captcha-advertising .content aside span,
.captcha-advertising .content aside b {
	color: white;
}

 .content aside .inside {
	display: table;
	table-layout: fixed;
}

 .content aside .inside > * {
	/*display: table-cell;*/
	vertical-align: middle;
}

 .content aside .inside .left img {
	width: 100%;
	display: block;
	padding-top: 20px;
}
.content .inside .left {
    width: 449px;
}

 .captcha-advertising .content aside .inside .right.advertisers h3, li,b,span {
   /*color: white;*/
}
.right.advertisers span{
    color:#fff;
}
.inside .left.publishers b {
    color:#263577;
}

.inside .left.publishers li,span {
    color:#000;
}
.revtap {
	background: url(images/pattern-square.jpg) repeat;
	position: relative;
}

 .revtap .inside {
	z-index: 1;
}

 .content .revtap img.background {
	position: absolute;
	height: 100%;
	top: 0;
	right: 50%;
}

 .revtap .inside > div {
	padding: 75px 0 75px 40%;
}

.revtap h3 {
	color: #263577;
	font-size: 24px;
}

.revtap p {
	padding: 15px 0 0 0;
}

@media screen and (max-width: 768px) {
	.revtap img.background {
		position: relative;
		height: auto;
		top: 0;
		right: 0;
		width: 100%;
	}
	
	.revtap .inside > div {
		padding: 20px 0;
	}
	
	 .revtap h3 {
		color: #263577;
		font-size: 20px;
	}
	
	 .revtap p {
		padding: 5px 0 10px 0;
		margin-bottom: 0;
	}
}









@media screen and (max-width: 1240px) {}

@media screen and (max-width: 1023px) {
	.content section .inside .left {
		width: 50%;
	}
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 499px) {
	 .content section {
		padding: 15px 0 30px 0;
	}
	
	 .content section .inside {
		display: block;
	}
	
	.content section .inside > * {
	/*	display: block;*/
	}
	
	 .content section .inside .left {
		width: 100%;
		padding-bottom: 10px;
	}
	
	.content aside {
		padding: 15px 0;
	}
	
	 .content aside .inside {
		display: block;
	}
	
	 .content aside .inside > * {
		display: block;
	}
	
	 .content aside .inside .left {
		padding-bottom: 10px;
	}
	
	.content aside .inside .right {
		width: 100%;
	}
}

/* End Captcha Ad page ---------------------------------- */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* Start Resources page ---------------------------------- */

.resources header#masthead div[style="clear:both;"] {
	display: none;
}

.resources .content .spacer {
	width: 100%;
	height: 1px;
	line-height: 0;
	clear: both;
	margin-bottom: -35px;
}

.resources .content header {
	background: url(images/pattern-square.jpg) repeat;
}

.resources .content header h1 {
	text-align: left;
	background: url(images/title-bg.jpg) no-repeat scroll bottom left;
	padding-top: 35px;
}

.resources .content nav {
	background: url(images/pattern-square.jpg) repeat;
	overflow: auto;
	padding: 30px 0;
}

.resources .content nav ul {
	background: white;
	border-radius: 10px;
	margin: 0;
	overflow: auto;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .5);
	padding: 0;
	width: 98%
}

.resources .content nav ul li {
	float: left;
	font-family: 'Oswald', sans-serif;
	color: #939393;
	font-size: 16px;
	display: inline-block;
	padding: 25px 30px 20px 30px;
	text-transform: uppercase;
	line-height: 1em;
	border-right: 1px solid #e0e0e0;
	cursor: pointer;
}

.resources .content nav ul li:hover,
.resources  .content nav ul li:active {
	color: #ca3c08;
}

.resources .content section {
	background: url(images/pattern-square.jpg) repeat;
	padding: 0 0 30px 0;
	overflow: auto;
}

.resources section article {
	float: left;
}

.resources section .inside {
	overflow: visible;
}

.resources section article > div {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .5);
	background: white;
	border-radius: 10px;
}

.resources section article img {
	width: 100%;
	border-radius: 10px 10px 0 0;
}

.resources section article h3 {
	color: #263577;
	margin: 15px 15px 0 15px;
	min-height: 52px;
	display: block;
}

.resources section article p {
	color: #263577;
	margin: 5px 15px 0 15px;
}

.resources section article a {
	padding: 10px 15px;
	margin: 10px 0 0 0;
	box-shadow: 0 -1px 0 0 #ebebeb;
	display: block;
	color: #aa0202;
}

.resources section article a:hover,
.resources section article a:hover span {
	color: #c60808;
}

.resources section article a span {
	font: normal normal normal 20px/1.3em Abel, sans-serif;
	color: #aa0202;
	padding: 0 0 0 5px;
	position: relative;
	top: -2px;
}

.resources section .back {
	margin-top: 20px;
}

@media screen and (min-width: 1240px) {
	.resources section article h3 {
		min-height: 78px;
	}
}

@media screen and (max-width: 1240px) {
	.resources section article h3 {
		min-height: 78px;
	}
}

@media screen and (max-width: 1000px) {
	.resources section article h3 {
		min-height: 104px;
	}
}

@media screen and (min-width: 769px) {
	.resources section article {
		width: 23%;
		margin-bottom: 2%;
		margin-right: 2%;
	}
}

@media screen and (min-width: 499px) and (max-width: 768px) {
	.resources section article {
		width: 49%;
		padding-bottom: 30px;
	}
	
	.resources section article:nth-child(2n + 1) {
		padding-right: 15px;
	}
	
	.resources article:nth-child(2n + 2) {
		padding-left: 15px;
	}
}

@media screen and (max-width: 768px) {
	.resources .content nav ul li {
		padding: 10px 15px;
		font-size: 16px;
	}
}

@media screen and (max-width: 499px) {
	.resources .content nav ul li {
		font-family: 'Oswald', sans-serif;
		color: #939393;
		font-size: 16px;
		display: block;
		width: 100%;
		padding: 5px 15px;
		text-transform: uppercase;
		line-height: 1em;
		border-right: 1px solid #e0e0e0;
	}
	
	.resources .content nav ul li:first-child {
		padding-top: 10px;
	}
	
	.resources .content nav ul li:last-child {
		padding-bottom: 10px;
	}
	
	.resources section article {
		float: left;
		width: 100%;
		padding-bottom: 20px;
	}
	
	.resources section article h3 {
		min-height: 0;
	}
}

/* End Resources page ------------------------------------ */
/* ------------------------------------------------------- */

/* ------------------------------------------------------ */
/* Start Careers page ----------------------------------- */

.careers header#masthead div[style="clear:both;"] {
	display: none;
}

.careers .content .spacer {
	width: 100%;
	height: 1px;
	line-height: 0;
	clear: both;
	margin-bottom: -35px;
}

.careers .content .wrapper {
	background: url(images/pattern-square.jpg) repeat;
	padding-top: 35px;
}

.careers .content .inside {
	display: table;
	table-layout: fixed;
}

.careers .content .inside main,
.careers .content .inside aside {
	display: table-cell;
	width: 50%;
}

.careers .content .inside main {
	padding-right: 30px;
	vertical-align: top;
}

.careers .content header h1 {
	text-align: left;
	background: url(images/title-bg.jpg) no-repeat scroll bottom left;
}

.careers .content section {
	padding: 30px 0 0 0;
}

.careers .content aside {
	vertical-align: middle;
}

.careers .content aside img {
	padding: 35px 0 30px 0;
}

@media screen and (max-width: 1240px) {}

@media screen and (min-width: 769px) {}

@media screen and (min-width: 499px) and (max-width: 768px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 499px) {
	.careers .content .inside {
		display: block;
	}
	
	.careers .content .inside main,
	.careers .content .inside aside {
		display: block;
		width: 100%;
	}
	
	.careers .content .inside main {
		padding-right: 0;
	}
	
	.careers .content aside img {
		padding: 0 0 20px 0;
	}
}

/* End Careers page ------------------------------------ */
/* ------------------------------------------------------- */

/* ------------------------------------------------------ */
/* Start Confident Notes page ---------------------------------- */

.inside .picture img {
    border: 5px solid white;
    box-shadow:0 1px 3px 1px rgba(0, 0, 0, .5);
}
.products.confident-notes  p.features {
	margin-bottom: 5px;
}
.products.confident-notes  ul.features {
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	.products.confident-notes  .section-key-value-wrap .section-key-value-content .section-left {
		width: 60%;
	}
	
	.products.confident-notes  .section-key-value-wrap .section-key-value-content .section-right {
		width: 40%;
		padding-top: 60px;
	}
}

@media screen and (max-width: 768px) {
	.products.confident-notes  .section-key-value-wrap .section-key-value-content h3 {
		margin-top: 10px;
	}
}

@media screen and (max-width: 499px) {}

/* End Confident Notes page ------------------------------------ */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* Start directors/executives pages ---------------------------------- */

.content.people-page header h1,
.content.people-pages header h1 {
	text-align: left;
	background: url(images/title-bg.jpg) no-repeat scroll bottom left;
}

.content.people-page article,
.content.people-pages article {
	padding: 40px 0;
}

.content .content.people-pages article:nth-child(2n) {
	background: url(images/pattern-square.jpg) repeat;
}

.content.people-page article .inside,
.content.people-pages article .inside {
	display: table;
	table-layout: fixed;
}

.content.people-page article .inside > *,
.content.people-pages article .inside > * {
	display: table-cell;
	vertical-align: top;
}

.content.people-page article .inside .summary strong,
.content.people-pages article .inside .summary strong {
	color: #bc360a;
	margin-top: 5px;
	display: block;
}

.content.people-page article .inside .picture,
.content.people-pages article .inside .picture {
	width: 275px;
	padding-right: 40px;
}

.content.people-page article .inside .picture img,
.content.people-pages article .inside .picture img {
	border: 5px solid white;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .5);
}

.content.people-pages aside {
	background: url(images/leaders-blue-background.png) no-repeat center center, url(images/pattern-square-blue.jpg) repeat;
	padding: 50px 0;
	text-align: center
}

.content.people-pages aside h2 {
	color: white;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
	background: url(images/title-bg.jpg) no-repeat scroll bottom center;
}


@media screen and (max-width: 1240px) {}

@media screen and (max-width: 1023px) {
	.content.people-page article .inside .picture,
	.content.people-pages article .inside .picture {
		width: 200px;
	}
}

@media screen and (max-width: 768px) {
	.content.people-page article .inside,
	.content.people-pages article .inside {
		display: block;
	}
	
	.content.people-page article .inside > *,
	.content.people-pages article .inside > * {
		display: block;
	}
	
	.content.people-page article .inside .picture,
	.content.people-pages article .inside .picture {
		width: 200px;
		padding-right: 0;
		padding-bottom: 20px;
	}
	
	.content.people-page article,
	.content.people-pages article {
		padding: 20px 0 10px 0;
	}
	
	.content.people-page article .inside .summary strong,
	.content.people-pages article .inside .summary strong {
		margin-bottom: -20px;
	}
}

@media screen and (max-width: 499px) {}

/* End directors pages ------------------------------------ */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* Start newsroom page ---------------------------------- */

.content .blog-main {
	width: 100%;
	display: table;
	padding-top: 30px;
}

.content .blog-main section {
	width: 75%;
	padding-right: 40px;
	display: table-cell;
	vertical-align: top;
}

.content .blog-main #secondary {
	width: 25%;
	display: table-cell;
	vertical-align: top;
}

.content .blog-main #secondary .widget-area.masonry {
	height: auto !important;
}

.content .blog-main #secondary .widget-area.masonry aside {
	position: relative !important;
}

.content .blog-main h1 {
	text-align: left;
	background: url(images/title-bg.jpg) no-repeat scroll bottom left;
}

.content .blog-main section article {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.content .blog-main section article > * {
	display: table-cell;
	vertical-align: middle;
}

.content .blog-main section article h2.date {
	background: none;
	padding: 0;
	width: 150px;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-bottom: none;
}

.content .blog-main section article a {
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	padding: 15px 20px;
	font-size: 20px;
	color: #595959;
}

.content .blog-main section article:last-child h2,
.content .blog-main section article:last-child a {
	border-bottom: 1px solid #e0e0e0;
}

.content .blog-main section article a:hover {
	color: #263577;
	background: white;
}

#content .content .blog-main .hs-form {
	margin-bottom: 0;
}

#content .content .blog-main .hs-form .actions {
	margin: 0;
	padding: 0;
}

#content .content .blog-main .hs-form .hs-button {
	font: normal normal normal 16px/1.3em Oswald, sans-serif;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
	text-transform: uppercase;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .5);
	color: white;
	padding: 10px 0;
	width: 240px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	min-width: 0;
}

#content .content .blog-main .hs-form .hs-input {
	box-sizing: border-box;
	padding: 20px 20px;
	display: block;
	width: 100%;
}

.content.blog-post section {
	padding-top: 30px;
}

@media screen and (max-width: 1240px) {}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 768px) {
	.content .blog-main {
		width: 100%;
		display: block;
		padding-top: 30px;
	}
	
	.content .blog-main section {
		width: 100%;
		padding-right: 0;
		display: block;
	}

	.content .blog-main #secondary {
		width: 100%;
		display: block;
		margin-top: 20px;
	}
}

@media screen and (max-width: 499px) {
	.content .blog-main section article h2.date {
		width: 90px;
	}
	
	.content .blog-main section .inside article a {
		border-top: 1px solid #e0e0e0;
		border-right: 1px solid #e0e0e0;
		padding: 5px 10px;
	}
}

/* End newsroom page ------------------------------------ */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* Start pricing pages ---------------------------------- */

.pricing #ptp-716 .ptp-plan {
	display: none;
}


table.single-product-pricing {
	border: #dddddd solid 1px;
	table-layout: fixed;
	font-size: 18px;
}

table.single-product-pricing tr td:first-child {
	text-align: left;
}

table.single-product-pricing tr:nth-child(even) {
	background: #f4f4f4;
	border-bottom: #dddddd solid 1px;
}

table.single-product-pricing tr:nth-child(1) {
	background: #263577;
	color: white;
	font: italic normal bold 20px/1.3em Oswald, sans-serif;
}
table.single-product-pricing tr:nth-child(1) td {
	padding: 10px 15px;
	text-align: center;
}

table.single-product-pricing tr td {
	vertical-align: top;
	padding: 10px;
	text-align: center;
}

table.single-product-pricing tr.header {
	background: #304290;
	font: italic normal bold 18px/1.3em Oswald, sans-serif;
	color: white;
}

table.single-product-pricing tr.header td {
	text-align: center;
}

table.confident-multifactor-pricing {
	width: auto;
	display: inline-table;
}

table.single-product-pricing .big-button {
	font: normal normal normal 16px/1.3em Oswald, sans-serif;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
	text-transform: uppercase;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .5);
	color: white;
	padding: 10px 0;
	display: inline-block;
	width: 90%;
	min-width: 0;
	max-width: 240px;	
}

@media screen and (max-width: 1240px) {}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 768px) {
	table.single-product-pricing {
		font-size: 14px;
	}
	
	table.single-product-pricing tr:nth-child(1) {
		background: #263577;
		color: white;
		font: italic normal bold 12px/1.3em Oswald, sans-serif;
	}
	table.single-product-pricing tr:nth-child(1) td {
		padding: 5px;
	}
	
	table.single-product-pricing tr td {
		padding: 5px;
	}
	
	table.confident-imageshield-pricing tr.header {
		font: italic normal bold 12px/1.3em Oswald, sans-serif;
	}
}

@media screen and (max-width: 499px) {}

/* End pricing pages ------------------------------------ */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* Start confident-captcha-confirmation page ---------------------------------- */

.confident-captcha-confirmation img[src*="grid"]:nth-last-of-type(n + 2) {
	margin-right: 20px;
	margin-bottom: 20px;
	max-width: 100%;
}

@media screen and (max-width: 1240px) {}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 499px) {
	.confident-captcha-confirmation img[src*="grid"]:nth-last-of-type(n + 2) {
		border-bottom: #dddddd solid 1px;
		padding-bottom: 20px;
		display: block;
	}
}

/* End confident-captcha-confirmationpage ------------------------------------ */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* Start options/customization page page ---------------- */

.confident-captcha-options .big-button {
	font: normal normal normal 16px/1.3em Oswald, sans-serif;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
	text-transform: uppercase;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .5);
	color: white;
	padding: 10px 0;
	display: inline-block;
	width: 90%;
	min-width: 0;
	max-width: 240px;	
}

.confident-captcha-options #next-steps .big-button:first-of-type {
	margin: 0 10px 10px 0;
}

.confident-captcha-options #main-content {
	padding-top: 30px;
}

.confident-captcha-options #main-content .inner {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.confident-captcha-options #main-content .inner > * {
	display: table-cell;
	vertical-align: top;	
}

.confident-captcha-options #main-content .inner #form1 {
	width: 600px;
	padding-right: 40px;
}

.confident-captcha-options #main-content #form1 > h5:first-child {
	margin-top: 0;
}

.confident-captcha-options .demo-form {
	background: #f4f4f4;
	border: #dddddd solid 1px;
	display: inline-block;
	padding: 30px 28px;
}

.confident-captcha-options .demo-form input {
	margin-bottom: 10px;
}

.confident-captcha-options .demo-form img#captcha {
	margin: 10px 0 20px;
}

.confident-captcha-options #customization_panel {
	z-index: 100;
	display:none;
	position: relative;
	background: white;
	background: #f4f4f4;
	border: #dddddd solid 1px;
	margin-top: 20px;
	width: 100%;
}

.confident-captcha-options #customization_panel .big-button {
	margin: 5px;
}

.confident-captcha-options #customization_panel td {
	padding: 10px 15px;
	border: none;
}

.confident-captcha-options #customization_panel td:nth-child(2n) {
	border-right: #dddddd solid 1px;
}

.confident-captcha-options #customization_panel tr:last-child {
	border-top: #dddddd solid 1px;
}

.confident-captcha-options #customization_panel tr:last-child td {
	text-align: center;
}

@media screen and (max-width: 1240px) {}

@media screen and (max-width: 1023px) {
	.confident-captcha-options #main-content .inner #form1 {
		width: 60%;
		padding-right: 40px;
	}
}

@media screen and (max-width: 768px) {
	.confident-captcha-options #main-content .inner {
		display: block;
	}
	
	.confident-captcha-options #main-content .inner > * {
		display: block;
	}
	
	.confident-captcha-options #main-content .inner #form1 {
		width: 100%;
		padding-right: 0;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 499px) {
	.confident-captcha-options #customization_panel td:nth-child(2n) {
		border-right: none;
		border-bottom: #dddddd solid 1px;
		padding-top: 0;
		padding-bottom: 10px;
	}
	
	.confident-captcha-options #customization_panel tr:last-child td {
		text-align: center;
		padding-bottom: 10px;
	}

	.confident-captcha-options #customization_panel td {
		display: block;
		
	}
	
	.confident-captcha-options #customization_panel td {
		padding: 10px 15px 0 15px;
		border: none;
	}
}

/* End options/customization page page ------------------ */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* Start checkout pages ---------------------------------- */

.woocommerce-cart .coupon,
.woocommerce-checkout .woocommerce-info {
	display: none;
}

@media screen and (max-width: 1240px) {}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 499px) {}

/* End checkout pages ------------------------------------ */
/* ------------------------------------------------------ */








/* ------------------------------------------------------ */
/* Start x page ---------------------------------- */

. {
	
}

@media screen and (max-width: 1240px) {}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 499px) {}

/* End x page ------------------------------------ */
/* ------------------------------------------------------ */


.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table cart {

}