/*
font-family: var(--ppc-primary-font);
font-family: var(--ppc-secondary-font);
*/

@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@500;600&display=swap');

:root{
	--ppc-black: #333333;
	--ppc-dark-gray: #939393;
	--ppc-light-gray: #f2f4f8;
	--ppc-primary-color: #438fcc;
	--ppc-primary-font: 'Karla', sans-serif;
	--ppc-primary-hover: #4fadea; /* #64b7fa;*/
	--ppc-secondary-color: #87ba43;
	--ppc-secondary-font: 'Montserrat', sans-serif;
	--ppc-third-color: #002e5b;
}
.rsm-lbl-grand_total {font-size: 20px !important;}
#rsm_subscribe_payment {
    padding:10px;
  margin-bottom:10px;
  	border: 1px solid grey;
}
.form-horizontal .control-group .control-label
{
display: inline-block;
float: none !important;
width: 100% !important;
text-align: left !important;
}
.my_actions_wrapper{padding-bottom:20px; border-bottom: 1px solid #cbcbcb;}

ul.fields-container li {list-style: none;}
.summary-text {font-weight: bold !important; margin-left: -20px !important;}
html{font-size: 16px;}
.section-title-number {display:none;}
ul.stage-toc {text-align: left !important;}
body{
	color: var(--ppc-black);
	font-family: var(--ppc-primary-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}

.item-page .article-content{
	font-family: var(--ppc-primary-font);
	font-size: 16px;
}

.blog .article-aside {
    margin-bottom: 15px;
}

.t3-wrapper{
	background: #ffffff;
	overflow: hidden;
	padding-top: 0;
}

.t3-wrapper::after{
	background: rgba(0, 0, 0, 0.7);
}
ul{
	/* list-style: none; */
	margin-left: 40px;
	padding: 0;
}
ol li{
	padding: 3px 0 3px;
}
ul li{
	padding: 3px 0 3px;
}
ul li a{
	text-decoration: none;
}
li a.fa{
	font-family: var(--ppc-primary-font);

	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}

li a.fa:before{
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 0;
	text-decoration: inherit;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.dropdown-menu > li > a{
	text-decoration: none;
}
ul.nav{
	margin-left: 0;
}
ul.inline{
	font-size: 0;
	text-align: center;
}
ul.inline li{
	background: none !important;
	display: inline-block;
	margin: 10px;
	padding: 0 !important;
}
p{
	line-height: 1.75;
	margin: 12px 0 3px 0;
}
a:link,
a:visited{
	color: var(--ppc-primary-color);
}
.cat-title a{
	color: var(--ppc-primary-color);
}
.article-content a{
	border: none;
}
.article-content a:hover,
.article-content a:focus,
.article-content a:active,
a:hover,
a:focus{
	color: var(--ppc-secondary-color);
	text-decoration: none;
}
img{
	height: auto;
	max-width: 100%;
}
.article-intro img,
.article-content img{
	display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: var(--ppc-secondary-font);
	font-weight: 400;
}

h1{
	color: var(--ppc-black);
	font-size: 26px;
	font-weight: bold;
}

h2{
	color: var(--ppc-black);
	font-size: 24px;
	font-weight: bold;
}
h3{
	color: var(--ppc-black);
	font-size: 22px;
	font-weight: bold;
}
h4{
	color: var(--ppc-black);
	font-size: 20px;
	font-weight: bold;
}
h5{
	color: var(--ppc-black);
	font-size: 18px;
	font-weight: bold;
}
h6{
	color: var(--ppc-black);
	font-size: 16px;
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
	line-height: 1.2;
	margin: 20px 0;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span{
}

h3.module-title{
	color: #232323;
	font-family: var(--ppc-secondary-font);
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
}

h3.module-title strong{
	display: block;
	font-weight: 700;
	position: relative;
}
.radio,
.checkbox{
	padding-left: 20px;
}
a.readmore{
	background: var(--ppc-primary-color);
	border: none;
	color: #ffffff;
	font-size: 1rem;
	padding: 12px 28px;
}
a.readmore:hover{
	background: var(--ppc-secondary-color);
	border: none;
	color: #ffffff;
}
section.readmore{
	margin-top: 5px;
}
form{
	padding-bottom: 20px;
}
select,
textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
.inputbox,
.ja-filter-wrapper .filter-content .input-text,
.has-success .form-control,
.login-wrap .form-left .control-input input{
	background: #ffffff!important;
	/* PPC EDIT 
		border: none !important;
	    border-radius: 25px;
	   	-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 21%);
	   	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.21);
	    box-shadow: none;
	    box-shadow: 0 0 10px 0 rgb(0 0 0 / 21%); 
  */
	color: #111111;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
}

.login-wrap .password-group .input-group #password{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.login-wrap .form-left{
	border: none;
	        border-radius: 30px;
	   -moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 6%);
	   -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.06);
	        box-shadow: 0 0 15px 0 rgb(0 0 0 / 6%);
	padding: 30px;
}

.login-wrap .form-left .control-button{
	text-align: left;
}

.login-wrap .form-left .control-button .btn-primary{
	width: auto;
}

input[type='text']{
	height: 50px;
	line-height: 50px;
	width: 100%;
}
textarea.input-large,
textarea{
	height: 300px;
	width: 100%;
}

textarea.form-control{
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding-top: 12px;
}

select,
select.form-control,
select.inputbox,
select.input{
	/* PPC EDIT
  	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
  */
	box-shadow: none;
	color: #111111;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	width: 100% !important;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='datetime']::-moz-placeholder,
input[type='datetime-local']::-moz-placeholder,
input[type='date']::-moz-placeholder,
input[type='month']::-moz-placeholder,
input[type='time']::-moz-placeholder,
input[type='week']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='color']::-moz-placeholder,
.inputbox::-moz-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='datetime']:-ms-input-placeholder,
input[type='datetime-local']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
input[type='month']:-ms-input-placeholder,
input[type='time']:-ms-input-placeholder,
input[type='week']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='color']:-ms-input-placeholder,
.inputbox:-ms-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='datetime']::-webkit-input-placeholder,
input[type='datetime-local']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input[type='month']::-webkit-input-placeholder,
input[type='time']::-webkit-input-placeholder,
input[type='week']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='color']::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder{
	color: #6b84ad !important;
	opacity: 1;
}
::-webkit-input-placeholder{
	/* Chrome/Opera/Safari */
	color: #6b84ad!important;
	opacity: 1;
}
::-moz-placeholder{
	/* Firefox 19+ */
	color: #6b84ad!important;
}
:-ms-input-placeholder{
	/* IE 10+ */
	color: #6b84ad!important;
}
:-moz-placeholder{
	/* Firefox 18- */
	color: #6b84ad!important;
}

select:focus,
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus,
.inputbox:focus{
	border-color: #00bfe6;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(140, 197, 64, 0.6);
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(140, 197, 64, 0.6);
	outline: 0;
}

select[disabled],
textarea[disabled],
input[type='text'][disabled],
input[type='password'][disabled],
input[type='datetime'][disabled],
input[type='datetime-local'][disabled],
input[type='date'][disabled],
input[type='month'][disabled],
input[type='time'][disabled],
input[type='week'][disabled],
input[type='number'][disabled],
input[type='email'][disabled],
input[type='url'][disabled],
input[type='search'][disabled],
input[type='tel'][disabled],
input[type='color'][disabled],
.inputbox[disabled],
select[readonly],
textarea[readonly],
input[type='text'][readonly],
input[type='password'][readonly],
input[type='datetime'][readonly],
input[type='datetime-local'][readonly],
input[type='date'][readonly],
input[type='month'][readonly],
input[type='time'][readonly],
input[type='week'][readonly],
input[type='number'][readonly],
input[type='email'][readonly],
input[type='url'][readonly],
input[type='search'][readonly],
input[type='tel'][readonly],
input[type='color'][readonly],
.inputbox[readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type='text'],
fieldset[disabled] input[type='password'],
fieldset[disabled] input[type='datetime'],
fieldset[disabled] input[type='datetime-local'],
fieldset[disabled] input[type='date'],
fieldset[disabled] input[type='month'],
fieldset[disabled] input[type='time'],
fieldset[disabled] input[type='week'],
fieldset[disabled] input[type='number'],
fieldset[disabled] input[type='email'],
fieldset[disabled] input[type='url'],
fieldset[disabled] input[type='search'],
fieldset[disabled] input[type='tel'],
fieldset[disabled] input[type='color'],
fieldset[disabled] .inputbox{
	width: 100% !important;
}
/*
.formControlLabel{
	display: none;
}
*/
hr{
	border: 0;
	border-top: 1px solid #b5b5b5;
	margin-bottom: 20px;
	margin-top: 0;
}

.form-horizontal .control-group .controls{
	margin-left: 0;
}

.btn,
a.btn,
.lp-button-wrapper button,
.rsform-calendar-button,
.blog .item .readmore .btn,
.blog-featured .item .readmore .btn,
.blog .items-leading .readmore .btn,
.blog-featured .items-leading .readmore .btn{
	background: var(--ppc-primary-color);
	border: none;
	        border-radius: 20px;
	   -moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #ffffff;
	display: inline-block;
	font-family: var(--ppc-secondary-font);
	font-size: 16px;
	font-weight: 600;
	padding: 10px 40px;
	position: relative;
	text-shadow: none;
	text-transform: none;
}

.blog .item .readmore .btn:hover,
.blog-featured .item .readmore .btn:hover,
.blog .items-leading .readmore .btn:hover,
.blog-featured .items-leading .readmore .btn:hover,
.blog .item .readmore .btn:focus,
.blog-featured .item .readmore .btn:focus,
.blog .items-leading .readmore .btn:focus,
.blog-featured .items-leading .readmore .btn:focus,
.blog .item .readmore .btn:active,
.blog-featured .item .readmore .btn:active,
.blog .items-leading .readmore .btn:active,
.blog-featured .items-leading .readmore .btn:active,
.lp-button-wrapper button:hover,
.lp-button-wrapper button:focus,
.btn:hover,
.btn:focus,
.btn.focus{
	background: var(--ppc-secondary-color);
	border-color: transparent ;
	color: #ffffff !important;
	outline: none;
}
.blog .item .readmore .btn:before,
.blog-featured .item .readmore .btn:before,
.blog .items-leading .readmore .btn:before,
.blog-featured .items-leading .readmore .btn:before,
.blog .item .readmore .btn:after,
.blog-featured .item .readmore .btn:after,
.blog .items-leading .readmore .btn:after,
.blog-featured .items-leading .readmore .btn:after,
.blog .item .readmore .btn:after,
.blog-featured .item .readmore .btn:after,
.blog .items-leading .readmore .btn:after,
.blog-featured .items-leading .readmore .btn:after{
	display: none;
}

.btn-second,
a.btn-second{
	background: var(--ppc-secondary-color);
}

.btn-second:hover,
.btn-second:focus,
a.btn-second:hover,
a.btn-second:focus{
	background: var(--ppc-primary-color);
}

.com-finder__search .btn{
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	height: 48px;
}

.com-finder__search .btn .icon-search,
.com-finder__search .btn:after{
	display: none;
}

.btn-default,
a.btn-default{
	background: var(--ppc-secondary-color);
	border-color: var(--ppc-secondary-color);
	color: #ffffff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default{
	background: var(--ppc-dark-gray);
	border-color: var(--ppc-dark-gray);
	color: #ffffff;
	text-decoration: none;
}


.btn-orange,
.btn-link,
.btn-primary,
a.btn-primary{
	background: var(--ppc-primary-color);
	        border-radius: 25px;
	   -moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	padding: 15px 30px !important;
	text-transform: uppercase;
}

#login-form ul.unstyled{
	margin-left: 20px;
	padding-left: 0;
}

.btn-link,
a.btn-link{
	background: #333333;
	color: #ffffff;
}


.btn-orange,
a.btn-orange{
	background: var(--ppc-secondary-color);
	color: #ffffff;
}

a.btn-primary + a.btn-primary{
	clear: both;
	/* PPC margin-top: 10px; */
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.btn-orange:hover,
.btn-orange:focus,
.btn-link:hover,
.btn-link:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary{
	background: var(--ppc-primary-hover);
	color: #ffffff;
	text-decoration: none;
}

.btn.btn-danger{
	padding: 15px 30px !important;
}

.btn-lg{
	border-width: 2px;
	font-size: 16px;
	padding: 16px 66px;
}

.btn:active,
.btn.active{
	background-image: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	outline: 0;
}

.rsform-calendar-button{
	background: var(--ppc-primary-color);
	        border-radius: 25px;
	   -moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	color: #ffffff;
}

.rsform-calendar-boxr{
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0!important;
}

.input-group-addon{
	padding: 15px 0;
	width: 50px;
}

a.readmore{
	background: #2f4d57;
	border: none;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-top: -20px;
	padding: 20px 30px;
}
a.readmore:hover,
a.readmore:focus{
	background: #333333;
	color: #ffffff;
	text-decoration: none;
}

section.readmore a.readmore:hover,
section.readmore a.readmore:focus{
	background: #333333;
	color: #ffffff;
}


section.readmore{
	text-align: left;
}


.pagenav li > a{
	background: none;
	border: none;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #111111;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	height: auto;
	line-height: 1.2;
	padding: 0 0 15px 0;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
.pagenav li > a:hover,
.pagenav li > a:focus{
	background: none;
	color: #2f4d57;
}
label{
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
}

label strong{
	color: var(--ppc-black);
	font-weight: 400;
}

.container{
	position: relative;
}

/* Tools */

.height100{
	height: 100%;
}

.row-eq-height,
.row-eq-height-xs,
.container-eq-height .row{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	flex-wrap: wrap;
}

.flex-wrap{
	flex-wrap: wrap !important;
}


.row-eq-height:before{
	display: none;
}

.align-items-center{
	align-items: center;
}

.height100{
	height: 100%;
}

.avPlayerBlock,
.iframe-container{
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}

.avPlayerBlock iframe,
.iframe-container iframe{
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


/**/
ul.horizontal{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}

ul.horizontal li{
	margin: 10px;
}


/* pagination  */

.pagination-wrap{
	border-top: none;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	top: -0;
}

.article-content div.pagination{
	border-top: none;
}

.pagination{
	display: block;
	float: none;
}

.pagination .pagination{
	border: none;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	display: block;
	float: none;
	font-size: 0;
	list-style: none !important;
	margin-left: 0 !important;
	padding: 0;
	text-align: center;
}

.article-content .pagination{
	padding: 0;
	text-align: center;
}

.article-content .pagination ul li,
.pagination > li{
	background: none !important;
	border: none;
	display: inline-block;
	float: none;
	font-size: 16px;
	margin: 0 10px 15px 0;
	padding: 0 !important;
}

.article-content .pagination ul li:before,
.pagination > li:before{
	display: none;
}

.article-content .pagination ul li a,
.article-content .pagination ul li span,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li > a,
.pagination > li > span,
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
div.k2Pagination ul li a{
	background-color: #ffffff;
	border: none;
	        border-radius: 30px;
	   -moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 21%)!important;
	   -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.21)!important;
	        box-shadow: 0 0 10px 0 rgb(0 0 0 / 21%)!important;
	color: var(--ppc-third-color);
	font-size: 16px;
	font-weight: 500;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 50px;
}

ul.pagination li a{
	position: relative;
}

ul.pagination li a:before{
	border-left: 1px solid #ccc6c1;
	content: '';
	display: block;
	display: none;
	height: 16px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1px;
	z-index: 1;
}


ul.pagination li:nth-child(2) a:before{
	display: none;
}

.article-content .pagination > li:first-child > a,
.article-content .pagination > li:first-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span{
	background-color: #ffffff;
	border: none;
	        border-radius: 30px;
	   -moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 21%)!important;
	   -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.21)!important;
	        box-shadow: 0 0 10px 0 rgb(0 0 0 / 21%)!important;
	color: var(--ppc-third-color);
	font-size: 16px;
	font-weight: 500;
	height: auto;
	line-height: 1;
	margin-right: 0;
	padding: 17px 21px;
	width: auto;
}

.article-content .pagination > li:first-child > a:before,
.article-content .pagination > li:first-child > span:before,
.pagination > li:first-child > a:before,
.pagination > li:first-child > span:before{
	bottom: 0;
	content: '\f053';
	display: none;
	font-family: FontAwesome;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: inherit;
	text-indent: 0;
	top: 0;
}



.article-content .pagination > li:last-child > a,
.article-content .pagination > li:last-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span{
	background-color: #ffffff;
	border: none;
	        border-radius: 30px;
	   -moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 21%)!important;
	   -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.21)!important;
	        box-shadow: 0 0 10px 0 rgb(0 0 0 / 21%)!important;
	color: var(--ppc-third-color);
	font-size: 16px;
	font-weight: 500;
	height: auto;
	line-height: 1;
	margin-right: 0;
	padding: 17px 21px;
	width: auto;
}

.article-content .pagination > li:last-child > a:before,
.article-content .pagination > li:last-child > span:before,
.pagination > li:last-child > a:before,
.pagination > li:last-child > span:before{
	bottom: 0;
	content: '\f054';
	display: none;
	font-family: FontAwesome;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	left: 0;
	position: absolute;
	right: 0;
	text-decoration: inherit;
	text-indent: 0;
	top: 0;
}

.pagination .counter{
	background: none;
	color: var(--ppc-third-color);
	display: block;
	font-size: 14px;
	text-align: center;
	text-transform: none;
}

.article-content .pagination > li > a:hover,
.article-content .pagination > li > span:hover,
.article-content .pagination > li > a:focus,
.article-content .pagination > li > span:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus{
	background: var(--ppc-primary-color);
	border-color: var(--ppc-primary-color);
	color: #ffffff;
}
.pagination > li.active > a:hover,
.pagination > li.active > a:focus,
.pagination > li.active > a:active,
.article-content .pagination ul li.active a,
.pagination > li.active > a,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus{
	background: var(--ppc-primary-color);
	border: none;
	color: #ffffff;
}

.article-content .pagination > li:first-child > a:hover,
.article-content .pagination > li:first-child > span:hover,
.pagination > li:first-child > a:hover,
.pagination > li:first-child > span :hover{
	background: var(--ppc-primary-color);
	border-color: var(--ppc-primary-color);
	color: #ffffff;
}

.article-content .pagination > li:last-child > a:hover,
.article-content .pagination > li:last-child > span:hover,
.pagination > li:last-child > a:hover,
.pagination > li:last-child > span:hover{
	background: var(--ppc-primary-color);
	color: #ffffff;
}


.module .custom{
	background: none !important;
}

.cw-social-mod-bookmark{
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	margin-bottom: 0 !important;
	padding: 10px 0 10px 80px !important;
	position: relative;
}
.cw-social-mod h3,
.cw-social-mod-title-al{
	left: 0;
	margin: 0 !important;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.pagenav > li:before{
	display: none;
}

.icons .btn{
	padding-left: 30px;
	padding-right: 30px;
}

.icons .btn:after{
	display: none;
}

.icons li{
	padding-left: 0 !important;
}

.icons li:before{
	display: none;
}

.icons .dropdown-menu{
	background: #ffffff !important;
}
/*
* SOCIALS
*/

/**/

ul.nav.socialsmenu{
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;

	-webkit-columns: 1;
	   -moz-columns: 1;
	        columns: 1;
}

ul.nav.socialsmenu li{
	background: #ffffff;
	        border-radius: 100px;
	   -moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	display: inline-block;
	margin: 0 10px 0 0 !important;
	padding: 0 ;
	position: relative;
}

ul.nav.socialsmenu li:hover,
ul.nav.socialsmenu li:focus{
	background: var(--ppc-secondary-color);
}

ul.nav.socialsmenu li + li{
	border: none;
	margin-left: 0;
	padding: 0;
}

ul.nav.socialsmenu li:first-child{
	/* padding: 0; */
}

ul.nav.socialsmenu li a{
	border: none;
	color: #000000;
	font-family: FontAwesome;
	font-size: 20px;
	height: 50px;
	margin: 0 ;
	padding: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-indent: -9999em;
	text-transform: uppercase;
	width: 50px;

	-webkit-font-smoothing: antialiased;
}

ul.nav.socialsmenu li a:before{
	background: none;
	font-family: FontAwesome;
	font-size: 18px;
	height: 50px;
	left: 0;
	line-height: 50px;
	position: absolute;
	text-align: center;
	text-indent: 0;
	top: 0;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	width: 50px;
}

ul.nav.socialsmenu li:hover a:before,
ul.nav.socialsmenu li:focus a:before,
ul.nav.socialsmenu li:hover a,
ul.nav.socialsmenu li:focus a,
ul.nav.socialsmenu li a:hover,
ul.nav.socialsmenu li a:focus{
	background: none !important;
	color: #ffffff !important;
	text-decoration: none !important;
}

ul.nav.socialsmenu li.active a{
	background: none !important;
	color: #ffffff !important;
	text-decoration: none !important;
}
/* Video popup */

.demo-page-container{
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	position: relative;
	width: 100%;
}

.demo-page-container .youtube-link{
	position: relative;
}

.demo-page-container .youtube-link::after{
	background-image: url(../images/play.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	content: '';
	height: 86px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 86px;
	z-index: 2;
}

.demo-page-container h3{
	font-size: 38px;
	margin-bottom: 15px;
	margin-top: 0;
}

.demo-page-container p{
	font-size: 18px;
}

.demo-page-container h5{
	border-top: 1px solid #eeeeee;
	font-size: 26px;
	margin-bottom: 15px;
	margin-top: 20px;
	padding-top: 15px;
	text-transform: uppercase;
}

.youtube-link,
.youtube-link-dark{
	color: #fdffe4;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 0;
	text-decoration: none;
}

.grtyoutube-popup{
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999;
}

.grtyoutube-popup-content{
	height: 100%;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	max-width: 850px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 100%;
}

.grtyoutube-popup-close{
	color: #ffffff;
	cursor: pointer;
	font-size: 25px;
	height: 17px;
	margin-right: 30px;
	position: absolute;
	right: 0;
	top: 40px;
	width: 17px;
}

.grtyoutube-iframe{
	height: 100%;
	width: 100%;
}

.video{
	background-image: url(../images/video.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	padding-top: 100%;
	position: relative;
}

.video .module{
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.youtube-link{
	position: relative;
}

.youtube-link .btn{
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	border: none;
	padding-top: 100%;
	text-indent: -9999em;
	width: 100%;
}

.youtube-link .btn:hover,
.youtube-link .btn:focus{
	background-color: transparent;
	border: none;
	/*-webkit-box-shadow: 0 0 20px -5px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0 0 20px -5px rgba(0,0,0,0.4);
	        box-shadow: 0 0 20px -5px rgba(0,0,0,0.4);
		*/
}


@media (min-width: 992px){
	h1{
		color: var(--ppc-black);
		font-size: 30px;
		font-weight: bold;
	}

	h2{
		color: var(--ppc-black);
		font-size: 30px;
		font-weight: bold;
	}
	h3{
		color: var(--ppc-black);
		font-size: 24px;
		font-weight: bold;
	}
	h4{
		color: var(--ppc-black);
		font-size: 20px;
		font-weight: bold;
	}
	h5{
		color: var(--ppc-black);
		font-size: 18px;
		font-weight: bold;
	}
	h6{
		color: var(--ppc-black);
		font-size: 16px;
		font-weight: bold;
	}
	.video{
		padding-top: 0;
	}

	.grtyoutube-popup-content{
		height: 478px;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		max-width: 850px;
		overflow: hidden;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
		width: 850px;
	}
	.grtyoutube-iframe{
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
}

@media (max-width:767px){
	.grtyoutube-iframe{
		height: 100%;
		width: 100%;
	}

	.banner-img img{
		max-width: 100%;
	}

	.about-img img{
		width: 100%;
	}
}

.grtyoutube-dark-theme{
	background: rgba(0,0,0, 0.85);
}

.grtyoutube-dark-theme .grtyoutube-popup-content{
	-webkit-box-shadow: 0 0 8px 0 rgba(255,255,255,0.4);
	   -moz-box-shadow: 0 0 8px 0 rgba(255,255,255,0.4);
	        box-shadow: 0 0 8px 0 rgba(255,255,255,0.4);
}

.grtyoutube-dark-theme .grtyoutube-popup-close{
	background-color: #ffffff;
	background-image: url('../images/close.png');
	background-size: cover;
	border: medium none;
	border-radius: 50%;
	height: 35px;
	position: absolute;
	right: 50px;
	top: 30px;
	width: 35px;
	z-index: 198;
}

.grtyoutube-light-theme{
	background: rgba(255,255,255, 0.80);
}

.grtyoutube-light-theme .grtyoutube-popup-content{
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.4);
	   -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.4);
	        box-shadow: 0 0 8px 0 rgba(0,0,0,0.4);
}

.grtyoutube-light-theme .grtyoutube-popup-close{
	background-color: #ffffff;
	background-image: url('../images/close.png');
	background-size: cover;
	border: medium none;
	border-radius: 50%;
	height: 40px;
	margin-right: 0;
	position: absolute;
	right: 20px;
	top: 30px;
	width: 40px;
	z-index: 198;
}


.html5-main-video{
	height: 683px !important;
	left: 0;
	top: 0;
	width: 1210px !important;
}

@keyframes animate{
	0%{
		box-shadow: 0 0 0 0 rgba(255,255,255,0.7);
	}
	40%{
		box-shadow: 0 0 0 50px rgba(255,255,255,0);
	}
	80%{
		box-shadow: 0 0 0 50px rgba(255,255,255,0);
	}
	100%{
		box-shadow: 0 0 0 rgba(255,255,255,0);
	}
}


.t3-header > .container{
	display: block;
}

.scrollDown .t3-header,
.scrollUp .t3-header{
	height: 110px;
}

.dflex{
	display: flex;
}

/* Topmenu */
.t3-topmenu{
	background: var(--ppc-third-color);
	padding: 0;
	position: relative;
	z-index: 100;
}


.t3-topmenu p{
	margin: 0;
}

.topmenu .module{
	margin: 0;
}

.topmenu h3.module-title{
	display: none;
}

.topmenu ul.nav{
	display: block;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
	text-align: left;
}

.topmenu ul.nav li{
	background: none;
	display: inline-block;
	/* float: left; */
	margin: 0 !important;
	padding: 0;
	position: relative;
}

.topmenu ul.nav li + li{
	border: none;
	margin: 0;
}

.topmenu ul.nav li::before{
}


.topmenu ul.nav li a,
.topmenu ul.nav li span{
	border: none;
	color: #ffffff;
	font-family: FontAwesome;
	font-size: 20px;
	height: 50px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-indent: -9999em;
	text-transform: uppercase;
	width: 50px;

	-webkit-font-smoothing: antialiased;
}


.topmenu ul li:hover a,
.topmenu ul li:focus a,
.topmenu ul li a:hover,
.topmenu ul li a:focus,
.topmenu ul li.active a,
.topmenu ul li.open a{
	background: none !important;
	color: #ffffff; /*var(--ppc-third-color)*/
	text-decoration: underline !important;
}

.topmenu ul.nav li a:before{
	background: none;
	font-family: FontAwesome;
	font-size: 18px;
	height: 50px;
	left: 0;
	line-height: 50px;
	position: absolute;
	text-align: center;
	text-indent: 0;
	top: 0;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	width: 50px;
}



.topmenu2 .module{
	margin: 0;
}

.topmenu2 h3.module-title{
	display: none;
}

.topmenu2 ul.nav{
	display: block;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
	text-align: right;
}

.topmenu2 ul.nav li{
	background: none;
	display: inline-block;
	/* float: left; */
	margin: 0 !important;
	padding: 0;
	position: relative;
}

.topmenu2 ul.nav li + li{
	border: none;
	margin: 0;
}

.topmenu2 ul.nav li::before{
}


.topmenu2 ul.nav li a,
.topmenu2 ul.nav li span{
	background: var(--ppc-primary-hover);
	border: none;
	color: #ffffff;
	font-family: var(--ppc-secondary-font);
	font-size: 14px;
	font-weight: bold;
	line-height: 50px;
	margin: 0;
	padding: 0 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.topmenu2 ul.nav .caret{
	border-bottom-color: #ffffff;
	border-top-color: #ffffff;
}

.topmenu2 ul.nav li:last-child a{
	background: var(--ppc-secondary-color);
}


.topmenu2 ul li:hover a,
.topmenu2 ul li:focus a,
.topmenu2 ul li a:hover,
.topmenu2 ul li a:focus,
.topmenu2 ul li.active a,
.topmenu2 ul li.open a,
.topmenu2 .nav-stacked > li.open > a,
.topmenu2 .nav-stacked > li.open > a:hover,
.topmenu2 .nav-stacked > li.open > a:focus{
	background: var(--ppc-third-color) !important;
	color: #ffffff;
	text-decoration: none;
}

.topmenu2 .dropdown-menu{
	left: auto;
	margin-top: -1px;
	right: 0;
}

.topmenu2 ul.nav .dropdown-menu li{
	display: block;
}

.topmenu2 ul.nav .dropdown-menu li a{
	color: var(--ppc-primary-color);
	line-height: 1.2;
	padding: 10px 10px;
	text-align: left;
}

.topmenu2 ul.nav .dropdown-menu li a:hover,
.topmenu2 ul.nav .dropdown-menu li a:focus{
	color: var(--ppc-primary-hover);
}

/* request-an-appointment */

.request-an-appointment{
	background: var(--ppc-secondary-color);
	position: absolute;
	right: 60px;
	top: 10px;
	z-index: 999;
}


.request-an-appointment ul.menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

.request-an-appointment ul.menu li{
	background: none;
	display: block;
	padding: 0;
}

.request-an-appointment ul.menu li a{
	background: var(--ppc-secondary-color);
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 15px;
	text-transform: none;
	text-transform: uppercase;
}

.request-an-appointment ul.menu li a:hover,
.request-an-appointment ul.menu li a:focus{
	background: var(--ppc-primary-color);
	color: #ffffff;
}


/* t3-call-toll-free */
.t3-call-toll-free{
	left: 50%;
	margin-left: 20px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	z-index: 101;
}

.t3-call-toll-free ul.menu li a{
	color: var(--ppc-primary-color);
	font-weight: 600;
	padding-left: 55px;
	position: relative;
}

.t3-call-toll-free ul.menu li a:hover,
.t3-call-toll-free ul.menu li a:focus{
	color: var(--ppc-secondary-color);
}

.t3-call-toll-free ul.menu li a strong{
	color: #6a778c;
	display: block;
	font-size: 14px;
	font-weight: 400;
}

.t3-call-toll-free ul.menu li a.fa:before{
	background: var(--ppc-secondary-color);
	        border-radius: 100px;
	   -moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	color: #ffffff;
	display: block;
	font-size: 24px;
	height: 40px;
	left: 0;
	line-height: 42px;
	position: absolute;
	text-align: center;
	top: 5px;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	width: 40px;
}

.t3-call-toll-free ul.menu li a:hover,
.t3-call-toll-free ul.menu li a:focus{
	background: none;
}

/**/

.scrollDown .t3-header .logo-img,
.scrollUp .t3-header .logo-img{
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: all 500ms;
	     -o-transition: all 500ms;
	        transition: all 500ms;
}
.logo-image{
	background: none;
	float: none;
	max-width: 300px;
	padding: 15px 0 15px 15px;
	text-align: left;
	z-index: 99;
}

.logo-image a{
	display: block;
}

.logo-img-affix{
	display: none;
}

.logo-image img{
	max-height: 30px;
}

.logo-img-small{
	display: none;
	height: 0;
}

.t3-header{
	background: #ffffff;
	border-bottom: none;
	display: block;
	height: auto;
	left: 0;
	padding: 0;
	position: relative;
	right: 0;
	top: 0;
	z-index: 999;
}


.t3-header.affix{
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	left: 0;
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 99999999;
}

.t3-header.affix + div{
	margin-top: 110px;
}

.scrollDown .t3-header{
	display: none;
}

.scrollUp .t3-header{
	display: block;
}


.t3-header-inner{
	position: relative;
}

.container-fluid{
	max-width: none !important;
}


/* MAIN MENU */
/* Off canvas */

.navbar-header{
	padding-right: 0;
}

.t3-off-canvas{
	background: #ffffff;
	color: #1a1a1a;
}

.off-canvas-effect-4.t3-off-canvas{
	z-index: 1000;
}

.t3-off-canvas .t3-off-canvas-header{
	background: #ffffff;
	color: var(--ppc-black);
}

.t3-off-canvas .close{
	background: rgba(0, 0, 0, 0.2);
	color: #ffffff;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	margin: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;

	filter: alpha(opacity=100);
}

.t3-off-canvas .t3-off-canvas-body .module-title{
	margin-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
}

.off-canvas-toggle{
	background: none;
	border: none;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: var(--ppc-primary-color);
	display: block;
	font-size: 28px;
	font-weight: 700;
	height: 60px;
	left: auto;
	line-height: 60px;
	margin-right: 0;
	margin-top: 0;
	padding: 0 !important;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 60px !important;
}

.btn.off-canvas-toggle:after{
	display: none;
}

.off-canvas-toggle img{
	height: auto;
	max-width: 100%;
}
.off-canvas-toggle:hover,
.off-canvas-toggle:focus{
	background: #ffffff !important;
	color: var(--ppc-secondary-color);
}
.off-canvas-toggle.affix{
	left: 0;
	position: fixed;
	top: 0;
}
.t3-off-canvas .t3-off-canvas-body{
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding: 0;;
}

.t3-off-canvas .t3-off-canvas-header{
	padding-left: 15px;
}

.t3-off-canvas .t3-off-canvas-body .nav > li > a{
	color: #232323;
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 13px;
	padding-top: 13px;
	text-transform: none;
}

.t3-off-canvas .t3-off-canvas-body .nav > li > a:before{
	display: inline-block;
	font-family: FontAwesome;
	margin-right: 5px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}

.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a{
	display: block;
	font-size: 16px;
}

.t3-off-canvas .t3-off-canvas-body .nav > li > a .caret{
	display: none;
}


.t3-off-canvas .t3-off-canvas-body .nav li:hover > a,
.t3-off-canvas .t3-off-canvas-body .nav li:focus > a,
.t3-off-canvas .t3-off-canvas-body .nav li.active > a{
	background: none;
	color: #2f4d57;
}

/**/
.t3-off-canvas .t3-off-canvas-header h2.t3-off-canvas-header-title{
	font-size: 18px;
}
.t3-off-canvas .t3-off-canvas-body .t3-module{
	margin-bottom: 30px;
}

.t3-off-canvas .t3-off-canvas-body .t3-module.nomargin{
	margin: 0;
}

/*
* Accordion menu
*/

ul.accordionMenu{
	border: none;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.t3-off-canvas .t3-off-canvas-body ul.accordionMenu ul.dropdown-menu{
	display: none;
	padding: 0;
}

ul.accordionMenu li{
	background: #ffffff;
	border-bottom: none;
	display: block;
	float: none;
	margin-bottom: 0;
	padding: 0;
	position: relative;
}

ul.accordionMenu .nav-link{
	border-bottom: 1px solid #eeeeee;
	color: #2b2b2b;
	display: block;
	font-family: var(--ppc-secondary-font);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	padding: 10px 44px 10px 15px;
	position: relative;
	text-transform: uppercase;
	white-space: normal;
}

ul.accordionMenu li:hover .nav-link,
ul.accordionMenu li:focus .nav-link,
ul.accordionMenu .open .nav-link{
	background: var(--ppc-primary-color);
	color: #ffffff;
}

ul.accordionMenu li > span.accordion{
	background: none;
	-webkit-background-size: 14px 8px;
	   -moz-background-size: 14px 8px;
	     -o-background-size: 14px 8px;
	        background-size: 14px 8px;
	display: block;
	height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	z-index: 2;
}

ul.accordionMenu li > span.accordion::before{
	border-bottom: 5px solid transparent;
	border-left: 6px solid #3f3f3f;
	border-right: none;
	border-top: 5px solid transparent;
	content: '';
	height: 10px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 6px;
}
ul.accordionMenu li:hover > span.accordion::before,
ul.accordionMenu li:focus > span.accordion::before,
ul.accordionMenu .open > span.accordion::before{
	border-bottom: none;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #ffffff;
	content: '';
	height: 6px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 10px;
}

ul.accordionMenu .dropdown-menu > li > a.nav-link,
ul.accordionMenu .dropdown-menu > li.open > a.nav-link,
ul.accordionMenu .open .dropdown-menu > li > a.nav-link,
ul.accordionMenu .open .dropdown-menu .dropdown-header{
	background: none;
	border-bottom: 1px solid #eeeeee;
	color: #2b2b2b;
	font-weight: normal;
	line-height: 1.2;
	padding: 10px 44px 10px 25px;
	text-transform: none;
}

ul.accordionMenu .dropdown-menu > li:hover > a.nav-link,
ul.accordionMenu .dropdown-menu > li.open:hover > a.nav-link,
ul.accordionMenu .open .dropdown-menu > li:hover > a.nav-link,
ul.accordionMenu .dropdown-menu > li:focus > a.nav-link,
ul.accordionMenu .dropdown-menu > li.open:focus > a.nav-link,
ul.accordionMenu .open .dropdown-menu > li:focus > a.nav-link,
ul.accordionMenu .dropdown-menu > li.active > a.nav-link,
ul.accordionMenu .dropdown-menu > li.open.active > a.nav-link,
ul.accordionMenu .open .dropdown-menu > li.active > a.nav-link{
	background: #999999;
	color: #ffffff;
}

ul.accordionMenu .dropdown-menu .dropdown-menu > li > span.separator,
ul.accordionMenu .dropdown-menu .dropdown-menu > li > a.nav-link{
	padding-left: 30px;
}


ul.accordionMenu .dropdown-menu .dropdown-menu .dropdown-menu > li > span.separator,
ul.accordionMenu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu > li > a.nav-link{
	padding-left: 35px;
}


ul.accordionMenu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu > li > span.separator,
ul.accordionMenu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu > li > a.nav-link{
	padding-left: 40px;
}


ul.accordionMenu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu > li > span.separator,
ul.accordionMenu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu > li > a.nav-link{
	padding-left: 45px;
}



.modulelogo-image{
	padding: 15px 15px 10px 15px;
}


.aikon-search .closeit{
	padding-top: 3px !important;
}

/* nav */

.scrollDown .t3-mainnav{
	padding-top: 0;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.t3-mainnav{
	margin: 0;
	position: relative;
}
.t3-mainnav .aikonsearch-trigger{
	background: none;
	color: var(--ppc-secondary-color);
	display: block;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 60px;
}

.t3-mainnav .aikonsearch-trigger::after{
	border-left: 1px solid #acacac;
	content: '';
	height: 22px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.navbar{
	min-height: inherit !important;
}

#t3-mainnav{
	display: none;
	z-index: 90;
}

.navbar-default{
	background: none;
	border: none;
}

.navbar-default{
	background: none;
}

.navbar-default li.dropdown{
	background: none;
}

.navbar-default .navbar-nav{
	float: none;
	font-size: 0;
	padding-right: 60px;
	text-align: center;
}

.navbar-default .navbar-nav > li{
	background: none;
	display: inline-block;
	float: none;
	margin-left: 0;
	padding: 0;
	position: relative;
}

.navbar-default .navbar-nav > li:before{
	border-left: 1px solid rgba(255,255,255, 0.80);
	content: '';
	display: none !important;
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1px;
}

.navbar-default .navbar-nav > li:first-child:before{
	border: none;
}

.navbar-default .navbar-nav > li > a{
	border-top: none;
	color: var(--ppc-third-color);
	font-family: var(--ppc-secondary-font);
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	margin: 0;
	padding: 41px 15px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.navbar-default .navbar-nav > li:first-child > a{
	padding-left: 0;
}


.navbar-default .navbar-nav > li:last-child > a{
	padding-right: 0;
}

.nav.navbar-nav li.open > a,
.nav.navbar-nav li.active > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
	background: none;
	color: var(--ppc-secondary-color);
}


.navbar-default .navbar-nav > .dropdown > a .caret{
	border-bottom-color: var(--ppc-primary-color);
	border-top-color: var(--ppc-primary-color);
	display: none !important;
}

.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret,
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret,
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret{
	display: none;
	margin-top: -4px;
}

.navbar-default .navbar-nav > .dropdown.active a .caret,
.navbar-default .navbar-nav > .dropdown.active a:hover .caret,
.navbar-default .navbar-nav > .dropdown.active a:focus .caret,
.navbar-default .navbar-nav > .dropdown.active a:active .caret,
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret,
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret{
	border-bottom-color: var(--ppc-primary-color);
	border-top-color: var(--ppc-primary-color);
}


.t3-megamenu .mega-caption{
	color: #002b2c;
	display: inline;
	font-size: 16px;
	font-weight: 100;
}

.navbar-nav .open .dropdown-menu,
.dropdown-menu{
	background: #ffffff;
	border-color: var(--ppc-third-color);
	border-radius: 0;
	position: absolute !important;
}

.dropdown-submenu > .dropdown-menu{
	border-radius: 0;
}

.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a{
	color: var(--ppc-third-color);
	font-family: var(--ppc-secondary-font);
	font-size: 16px;
	font-weight: 600;
	padding: 5px;
	text-decoration: none;
	text-transform: none;
	white-space: nowrap;
}
.t3-megamenu .mega-nav > li > a:hover,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus{
	background: none;
	color: var(--ppc-secondary-color);
}


.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus,
.mega-nav .open > a,
.mega-nav .open > a:hover,
.mega-nav .open > a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover .mega-caption,
.t3-megamenu .mega-nav > li a:focus .mega-caption,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus .mega-caption,
.mega-nav .open > a .mega-caption,
.mega-nav .open > a:hover .mega-caption,
.mega-nav .open > a:focus .mega-caption{
	background: none;
	color: var(--ppc-secondary-color) !important;
}

.dropdown-submenu > a:after{
	border: none;
}

.t3-megamenu .mega-nav > li,
.t3-megamenu .dropdown-menu .mega-nav > li{
	background: none;
	padding: 0;
}

/* banner */

.t3-banner{
	background-position: bottom center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	overflow: hidden;
	position: relative;
}


.banner{
	background: #f6fbff;
	position: relative;
	z-index: 89;
}

.banner .t3-module{
	margin: 0;
}


.banner .item{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.banner h2{
	color: var(--ppc-black);
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 0;
	text-shadow: 3px 3px #ffffff;
	text-transform: none;
}

.banner h3{
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: none;
}

.banner h3 span{
	color: var(--ppc-primary-color);
	font-weight: 300;
	text-decoration: none !important;
}

.banner .banner-intro{
	color: var(--ppc-primary-color);
	font-size: 14px;
	font-weight: 500;
	padding: 30px 10px;
	text-transform: uppercase;
}


.banner .banner-img{
	text-align: center;
}

.banner .banner-intro-inner{
	padding: 0;
}
.slide-link .btn{
	margin-left: 10px;
}
.slide-link{
	background: #ffffff;
	        border-radius: 50px;
	   -moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 21%);
	   -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.21);
	        box-shadow: 0 0 15px 0 rgb(0 0 0 / 21%);
	color: var(--ppc-black);
	display: inline-block;
	line-height: 40px;
	padding: 10px 10px 10px 20px;
	text-transform: none;
}
.banner .slide-link{
	background: #ffffff;
	        border-radius: 50px;
	   -moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 21%);
	   -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.21);
	        box-shadow: 0 0 15px 0 rgb(0 0 0 / 21%);
	color: var(--ppc-black);
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 40px;
	padding: 10px 10px 10px 20px;
	text-transform: none;
}

.banner .slide-link a.btn{
	background: var(--ppc-secondary-color);
	        border-radius: 20px;
	   -moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	display: inline-block;
	font-size: 12px;
	line-height: 40px;
	margin-left: 15px;
	padding: 0 20px;
	text-transform: uppercase;
}

.banner .slide-link a.btn:hover,
.banner .slide-link a.btn:focus{
	background: var(--ppc-primary-color);
}

.banner .banner-next,
.banner .banner-prev{
	color: #ffffff;
	font-size: 40px;
	height: 40px;
	left: 15px;
	line-height: 1;
	opacity: 0.3;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 40px;
	z-index: 2;
}

.banner .banner-next{
	left: auto;
	right: 15px;
}

.banner .banner-next:hover,
.banner .banner-prev:hover{
	opacity: 1;
}

/* Banner inner */



.t3-banner-inner{
	background: #f8f8f8;
	color: var(--ppc-primary-color);
	display: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: right;
	text-align: left;
}


.t3-banner-inner .container{
	height: 100%;
}

.t3-banner-inner .module-title-bg{
	color: var(--ppc-primary-color);
	font-family: var(--ppc-secondary-font);
	font-size: 20px;
	font-weight: bold;
	left: 0;
	padding: 30px 0 30px;
	right: 0;
	text-align: left;
	text-transform: uppercase;
	z-index: 5;
}


.banner-inner::before{
	background: rgba(0, 0, 0, 0.4);
	bottom: 0;
	/* content: ''; */
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.banner-inner .t3-module{
	background-repeat: no-repeat !important;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
	     -o-background-size: cover !important;
	        background-size: cover !important;
	margin-bottom: 0;
	/* padding-bottom: 22%; */
	position: relative;
}


.banner-inner .banner-inner-bg{
	background: none !important;
	background-position: bottom center;
	background-repeat: repeat-x;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	border-bottom: none;
	margin-bottom: 0;
}

.banner-inner .module-title{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
}

.breadcrumbs{
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.breadcrumb{
	background: none;
	color: #777777;
}

.breadcrumb li:first-child{
	display: none;
}

.breadcrumb li a,
.breadcrumb li span{
	color: #777777;
	font-size: 14px;
}

.breadcrumb li a:hover{
	color: var(--ppc-primary-hover);
}

/* Home */

/* Top */

.t3-top .btn{
	text-transform: uppercase;
}

.topimg{
	padding-bottom: 20px;
	padding-top: 40px;
	text-align: center;
}

.top1 h3.module-title{
	color: #232323;
}

.top2 .module{
	border: 3px solid #a8cb65;
	padding: 40px 40px 20px;
	text-align: center;
}


.top2 h3.module-title{
	color: var(--ppc-primary-color);
	font-weight: bold;
}

.features{
	background: var(--ppc-secondary-color);
	padding-top: 40px;
}

.features .t3-module{
	color: #ffffff;
	overflow: hidden;
	padding: 40px 40px 20px;
	text-align: center;
}

.features .t3-module:nth-child(even){
	background: var(--ppc-primary-color);
	position: relative;
}


.features .t3-module h3.module-title{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}


.features .t3-module:hover h3.module-title,
.features .t3-module:focus h3.module-title{
	border-left-color: #ffffff;
	color: #ffffff;
}

.features .btn{
	font-size: 13px;
	text-transform: none;
}

.features .btn:hover{
	background: var(--ppc-dark-gray);
}

/* t3-about */

.t3-about{
	background: var(--ppc-light-gray);
	padding-top: 40px;
}

.t3-about .container{
	padding: 0;
}

.t3-about .row{
	margin: 0;
}

.t3-about .row > *{
	padding: 0;
}

.about1 .module{
	padding: 0 20px;
}

.about3 .module{
	padding: 20px 20px 0;
}

.t3-about .btn{
	font-size: 13px;
}

.about4{
	text-align: center;
}

.about4 .module,
.about4 p{
	margin-bottom: 0;
}
@media (max-width: 767px){
	.about-bottom table tr,
	.about-bottom table td{
		display: block;
		width: 100%!important;
	}


	.t3-footer table tr,
	.t3-footer table td{
		display: block;
		text-align: center;
		width: 100% !important;
	}

	.banner .item .container{
		padding: 0;
	}
}


/* t3-services */
.t3-services{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.t3-services h3.module-title{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.t3-services h3.module-title span{
	background-image: url(../images/logo-dink.png);
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 100%;
	   -moz-background-size: auto 100%;
	     -o-background-size: auto 100%;
	        background-size: auto 100%;
	display: inline-block;
	height: 65px;
	line-height: 65px;
	padding: 0 90px;
}

.t3-services .service-item{
	background: #ffffff;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	        box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	height: 100%;
	padding: 30px 30px 50px 30px;
	position: relative;
}

.t3-services h4{
	color: #232323;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
}

.t3-services .service-link{
	margin-bottom: 0;
}

.t3-services .service-link a{
	background: none;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	bottom: 15px;
	color: var(--ppc-primary-color);
	font-size: 14px;
	height: 50px;
	left: 0;
	line-height: 50px;
	padding: 0 30px 0 30px;
	position: absolute;
	text-transform: none;
	z-index: 2;
}

.t3-services .service-link a:hover,
.t3-services .service-link a:focus{
	color: var(--ppc-primary-hover);
}


.t3-services .service-item-col{
	margin-bottom: 40px;
}

/* t3-quick-contact */

.t3-quick-contact{
	background: var(--ppc-light-gray);
	padding-bottom: 40px;
	padding-top: 40px;
}

.t3-quick-contact h3.module-title{
	color: var(--ppc-third-color);
	font-weight: bold;
}

/* quick-contact-form */
.quick-contact-form{
	background: var(--ppc-primary-color);
	overflow: hidden;
	padding: 40px 40px 0;
}

.rsform-block-send .btn-primary{
	background: var(--ppc-primary-color);
	position: absolute;
	right: 20px;
	top: 0;
}


.rsform-block-send .btn-primary:hover,
.rsform-block-send .btn-primary:focus{
	background: var(--ppc-primary-hover);
}


.quick-contact-form .btn-primary:hover,
.quick-contact-form .btn-primary:focus{
	background: #ffffff;
	color: var(--ppc-primary-color);
}

.formContainer .row{
	position: relative;
}

/* t3-news-events */

.t3-news-events{
	background: #f5fafe;
	padding-top: 40px;
}

.t3-news-events .latest-des{
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.t3-news-events .latest-des a{
	color: #000000;
	text-decoration: underline;
}

.t3-news-events .latest-des a:hover,
.t3-news-events .latest-des a:focus{
	color: var(--ppc-primary-hover);
	text-decoration: none;
}

.t3-news-events h3.module-title{
	font-weight: bold;
	text-align: center;
}

.t3-news-events .latestnews-item{
	background: #ffffff;
	border: none;
	        border-radius: 30px;
	   -moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 6%);
	   -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.06);
	        box-shadow: 0 0 15px 0 rgb(0 0 0 / 6%);
	margin-bottom: 30px;
	overflow: hidden;
	padding: 0;
}

.t3-news-events .latestnews-item .intro_text-inner{
	padding: 0 30px 30px;
}

.t3-news-events .latestnews-item h4{
	font-size: 18px;
	margin-top: 0;
}

.t3-news-events .latestnews-item h4 a{
	color: #232323;
	font-weight: bold;
}

.t3-news-events .latestnews-item h4 a:hover{
	color: var(--ppc-secondary-color);
}

.t3-news-events .latestnews-item a.btn{
	background: none;
	border-bottom: none;
	color: var(--ppc-secondary-color);
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	padding: 0;
	text-transform: none;
}

.t3-news-events .latestnews-item a.btn:hover,
.t3-news-events .latestnews-item a.btn:focus{
	background: none;
	color: var(--ppc-primary-color) !important;
}

.cat-name{
	display: block;
	font-size: 14px;
	font-weight: 300;
	padding-bottom: 5px;
}

a.cat-data-research{
	color: #61a60e;
}

a.cat-cash-flow-management{
	color: #fa7907;
}

a.cat-transportation{
	color: #438fcc;
}

a.cat-name:hover,
a.cat-name:focus{
	color: #000000;
}

/* t3-pathways*/

.t3-pathways{
	background-color: var(--ppc-primary-hover);
	/*background-image: url(../images/pathways.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover; */
	padding-bottom: 20px;
	padding-top: 40px;
}

.t3-pathways .module{
	padding-bottom: 70px;
	position: relative;
}

.t3-pathways .module .pathways-nav{
	bottom: 0;
	left: 50%;
	margin-bottom: 0;
	position: absolute;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.t3-pathways h3.module-title{
	color: #ffffff;
	margin-bottom: 10px;
	text-align: center;
}

.t3-pathways .owl-carousel .owl-stage{
	display: flex;
}

.t3-pathways .owl-carousel .owl-stage .pathways-item{
	background: #ffffff;
	        border-radius: 20px;
	   -moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	height: 100%;
	margin: 0 auto;
	max-width: 270px;
	padding: 50px 40px;
	text-align: center;
}

.t3-pathways .owl-carousel .owl-stage .pathways-item h5{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	   -moz-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	height: 94px;
	margin: 0 0 20px;
}

.t3-pathways .owl-carousel .owl-stage .pathways-item h4{
	font-size: 18px;
	font-weight: 300;
	margin: 0;
}

.t3-pathways .owl-carousel .owl-stage .pathways-item h4 a{
	color: var(--ppc-third-color);
	text-decoration: none;
}

.t3-pathways .owl-carousel .owl-stage .pathways-item h4 a:hover,
.t3-pathways .owl-carousel .owl-stage .pathways-item h4 a:focus{
	color: var(--ppc-secondary-color);
	text-decoration: none;
}

.pathways-des{
	color: #ffffff;
	font-size: 16px;
	padding-bottom: 20px;
	text-align: center;
}

.pathways-nav{
	margin-bottom: 20px;
	text-align: center;
}

.pathways-nav-item{
	background: #ffffff;
	        border-radius: 100px;
	   -moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	color: var(--ppc-third-color);
	display: inline-block;
	float: right;
	font-size: 20px;
	height: 50px;
	line-height: 1;
	margin: 0 10px;
	position: relative;
	position: relative;
	transform: rotate(180deg);
	width: 50px;
}

.pathways-nav-item > *{
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

.pathways-nav-item:hover,
.pathways-nav-item:focus{
	background: var(--ppc-secondary-color);
	color: #ffffff;
	cursor: pointer;
}

/*t3-financial-intelligence*/
.t3-financial-intelligence{
	/* background-image: url(../images/woman.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	-webkit-background-size: auto 100vw;
	   -moz-background-size: auto 100vw;
	     -o-background-size: auto 100vw;
	        background-size: auto 100vw; 
	padding-top: 100vw;*/
}

.t3-financial-intelligence .t3-module{
	padding-top: 40px;
	text-align: center;
}

.t3-financial-intelligence a.btn{
	background: var(--ppc-secondary-color);
	border: 10px solid #ffffff;
	        border-radius: 30px;
	   -moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 21%);
	   -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.21);
	        box-shadow: 0 0 10px 0 rgb(0 0 0 / 21%);
	display: inline-block;
	font-size: 12px;
	line-height: 40px;
	margin-left: 0;
	padding: 0 20px;
	text-transform: uppercase;
}

.t3-financial-intelligence a.btn:hover,
.t3-financial-intelligence a.btn:focus{
	background: var(--ppc-primary-color);
}

/*t3-gnome-process*/

.t3-gnome-process h3.module-title{
	color: var(--ppc-third-color);
	text-align: center;
}

/*t3-simon-pricing*/
.t3-simon-pricing{
	background-image: url(../images/simon-pricing-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	padding-bottom: 20px;
	padding-top: 40px;
}

.t3-simon-pricing h3.module-title{
	color: #ffffff;
}

.t3-simon-pricing .t3-module{
	color: #ffffff;
	text-align: center;
}

/* */

.t3-case-study{
	background: #e4f0fa;
	padding: 40px 0 0;
	text-align: center;
}

.t3-case-study .imageRight-img{
	padding-top: 20px;
}

.t3-case-study h3.module-title{
	color: var(--ppc-third-color);
}

.t3-case-study h4{
	color: var(--ppc-third-color);
	font-size: 18px;
	font-weight: 500;
}

/* t3-solutions */
.t3-solutions{
	background: var(--ppc-primary-color);
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	padding: 40px 0 0;
	text-align: center;
}


.t3-solutions h3.module-title{
	color: #ffffff;
}

.t3-solutions .business .module-inner{
	background: #ffffff;
	        border-radius: 30px;
	   -moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 21%);
	   -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.21);
	        box-shadow: 0 0 15px 0 rgb(0 0 0 / 21%);
	color: var(--ppc-black);
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 40px;
	min-width: 360px;
	padding: 10px 10px 10px 20px;
	position: relative;
	text-align: left;
	text-transform: none;
}

.t3-solutions .business .module-inner p{
	line-height: 40px;
	margin: 0;
}

.t3-solutions .business .module-inner a.btn{
	background: var(--ppc-primary-color);
	        border-radius: 20px;
	   -moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	display: inline-block;
	font-size: 12px;
	line-height: 40px;
	margin-left: 15px;
	padding: 0 20px;
	position: absolute;
	right: 10px;
	text-transform: uppercase;
	top: 10px;
}

.t3-solutions .business .module-inner a.btn:hover,
.t3-solutions .business .module-inner a.btn:focus{
	background: var(--ppc-secondary-color);
}

/* t3-schedule-meeting */

.bottom{
	background: var(--ppc-secondary-color);
}

.bottom .feature .module{
	background: var(--ppc-secondary-color);
	color: #ffffff;
	margin: 0;
	overflow: hidden;
	padding: 30px 30px 30px 80px;
	position: relative;
}

.bottom .feature .module h3.module-title{
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: left;
	text-transform: uppercase;
}

.bottom .feature .module p{
	margin: 0;
}

.bottom .feature .module a{
	color: #ffffff;
}

.bottom .feature .module a:hover{
	color: var(--ppc-primary-color);
}

.bottom .feature-img{
	background-color: var(--ppc-primary-color);
	height: 60px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 60px;
}

.bottom .feature-img h4{
	background-position: center center;
	background-repeat: no-repeat;
	height: 60px;
	margin: 0;
	width: 60px;
}

/* cta */

.t3-cta{
	padding-bottom: 50px;
	padding-top: 50px;
}

.t3-cta .moduletable{
	text-align: center;
}

.rsform-block-send{
	text-align: center;
}


/* t3-what-is-include */

.what-is-include{
	color: #484848;
}

.include-item-icon h4{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	height: 60px;
	width: 60px;
}

.include-item h3{
	font-size: 24px;
}

/**/
.t3-footer{
	background: var(--ppc-third-color);
	border: none;
	border-top: 4px solid var(--ppc-secondary-color);
	color: #ffffff;
	font-size: 14px;
	padding-top: 30px;
	position: relative;
	text-align: left;
	z-index: 3;
}

.t3-footer p{
	margin-bottom: 20px;
}

.t3-footer td{
	text-align: center;
}


.t3-footer .t3-module{
	margin-bottom: 20px;
	overflow: hidden;
}

.t3-footer .were-social{
	border-bottom: 1px solid #374d8e;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}

.t3-footer .were-social .socialsmenu{
	padding-left: 100px !important;
}

.t3-footer .were-social p{
	line-height: 28px;
	margin: 0;
	position: absolute;
}

.t3-footer .were-social ul.nav.socialsmenu li{
	border: 2px solid #9fa5b8;
	margin-right: 10px !important;
}

.t3-footer .were-social ul.nav.socialsmenu li a{
	color: #9fa5b8;
	height: 28px;
	line-height: 28px;
	width: 28px;
}

.t3-footer .were-social ul.nav.socialsmenu li a:before{
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	width: 28px;
}


.t3-footer .were-social ul.nav.socialsmenu li a:hover,
.t3-footer .were-social ul.nav.socialsmenu li a:focus{
	background: #ffffff !important;
	color: #2d3741 !important;
}

.t3-footer .module-title{
	color: #ffffff;
	font-family: var(--ppc-secondary-font);
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 5px;
	position: relative;
	text-align: left;
}

.t3-footer .module-title strong{
	color: #ffffff;
}


.t3-footer .module-title span.border{
	display: none;
}


.t3-footer a:hover,
.t3-footer a:focus{
	color: #333333;
}
.t3-footer img{
	height: auto;
	max-width: 100%;
}

.t3-footer h4{
	color: var(--ppc-primary-color);
	font-size: 15px;
	margin: 0;
	text-transform: uppercase;
}

.t3-footer h4 span{
	color: var(--ppc-secondary-color);
	text-decoration: none !important;
}

.t3-footer h4 a{
	color: #333333;
}

.t3-footer h4 a:hover,
.t3-footer h4 a:focus{
	color: var(--ppc-secondary-color);
	text-decoration: none;
}

.t3-footer h4 a:hover span,
.t3-footer h4 a:focus span{
	color: #ffffff;
}

.footer a{
	color: #ffffff;
}
.footer a:hover,
.footer a:focus{
	color: #ffffff;
	text-decoration: underline;
}

.footer a.btn{
	background: #ffffff;
	color: var(--ppc-primary-color);
}

.footer a.btn:hover,
.footer a.btn:focus{
	background: var(--ppc-primary-color);
	color: #ffffff;
	text-decoration: none;
}



.footer .nav{
	font-size: 0;
	list-style: none;
	margin: 0 !important;
	padding: 0;
	/*
	-webkit-columns: 2;
	   -moz-columns: 2;
	        columns: 2;
		*/
}
.footer .nav > li{
	background: none;
	border: none;
	display: block;
	margin-bottom: 0;
	padding: 0;
	position: relative;
}


.footer .nav span,
.footer .nav > li > a{
	background: none;
	border-radius: 0;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	padding: 5px 10px 5px 0;
	position: relative;
	text-decoration: none;
	text-transform: none;

	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}



.footer .nav > li:first-child{
	border: none;
}

.footer .nav span{
	display: block;
}

.footer .nav > li + li{
	margin: 0;
}
.footer .nav > li > a:hover,
.footer .nav > li > a:focus,
.footer .nav > li.active > a,
.footer .nav > li.active > a:hover,
.footer .nav > li.active > a:focus{
	background: none;
	color: var(--ppc-secondary-color);
	text-decoration: none;
}

.footer .nav span::after,
.footer .nav > li > a::after{
	content: '\f054';
	display: none;
	font-family: FontAwesome;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	left: 0;
	position: absolute;
	text-decoration: inherit;
	top: 9px;
}

/* Footer 1*/

.footer-1 a{
	font-weight: bold;
	text-decoration: underline;
}

.footer-1 a:hover,
.footer-1 a:focus{
	text-decoration: none;
}

.footer-1 img{
	max-width: 50%;
}

/* Footer 2*/

.footer-2{
	flex-wrap: wrap;
}

.footer-2 .module{
	width: 100%;
}

.footer-2 .nav span.fa,
.footer-2 .nav > li > a.fa{
	font-family: var(--ppc-primary-font);
	padding-left: 0;

	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}

.footer-2 .nav a.fa:before,
.footer-2 .nav span.fa:before{
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	min-width: 22px;
	padding-right: 0;
	text-decoration: inherit;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer-2 .nav span.fa::after,
.footer-2 .nav > li > a.fa::after{
	display: none;
}
/*form-search*/

.form-search{
	background: none;
	position: relative;
}

.form-search input[type='search']{
	padding-right: 50px;
	width: 100%;
}

.form-search .button{
	background: #5271ff;
	border: none;
	color: #ffffff;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}

.form-search .button:hover,
.form-search .button:focus{
	background: none;
	border: none;
	color: #5271ff;
	outline: none;
}

.footer-4  .nav span::after,
.footer-4 .nav > li > a::after{
	display: none;
}

.footer-4 .nav span,
.footer-4 .nav > li > a{
	padding-left: 25px;
	position: relative;
}

.footer-4 .nav span::before,
.footer-4 .nav > li > a::before{
	display: inline-block;
	left: 0;
	min-width: 25px;
	position: absolute;
	text-align: left;
	top: 5px;
}



/**/
.t3-copyright{
	background: #00264c;
	border-top: none;
	color: #97adc2;
	font-size: 14px;
	font-weight: 400;
	font-weight: bold;
	padding: 0;
	text-align: center;
	text-transform: none;
}

.t3-copyright img{
	margin-bottom: 10px;
	max-width: 184px;
}

.copyright{
	margin-bottom: 0;
	overflow: hidden;
	padding: 20px 0;
}
.t3-copyright p{
	margin-bottom: 0;
}

.t3-copyright a{
	border: none;
	color: #ffffff;
	display: inline-block;
	padding: 0;
	text-decoration: none;
}

.t3-copyright a:hover,
.t3-copyright a:focus{
	background: none;
	color: #ffffff;
	text-decoration: underline;
}

.copyright .nav{
	margin: 0;
	padding: 0;
}

.copyright .nav-pills > li{
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}

.copyright .nav-pills > li:before{
	border-left: 2px solid #ffffff;
	height: 18px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1px;
}

.copyright .nav-pills > li:first-child:before{
	display: none;
}

.copyright .nav-pills > li > a{
	color: #ffffff;
	font-family: var(--ppc-primary-font);
	font-size: 20px;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.copyright .nav-pills > li > a:hover,
.copyright .nav-pills > li > a:focus,
.copyright .nav-pills > li.open > a,
.copyright .nav-pills > li.active > a{
	background: none;
	color: var(--ppc-secondary-color);
	text-decoration: none;
}

/**/

.back-to-top.reveal{
	cursor: pointer;
	opacity: 1;

	filter: alpha(opacity=1);
}

.back-to-top{
	background: var(--ppc-secondary-color);
	border: none;
	border: 1px solid var(--ppc-secondary-color);
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	bottom: 20px;
	color: #ffffff;
	font-size: 24px;
	height: 45px;
	line-height: 49px;
	margin: 0;
	opacity: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	-webkit-transition: opacity 350ms;
	   -moz-transition: opacity 350ms;
	     -o-transition: opacity 350ms;
	        transition: opacity 350ms;
	width: 45px;
	z-index: 1000;

	filter: alpha(opacity=0);
}

.back-to-top:hover,
.back-to-top:focus{
	background: var(--ppc-primary-color);
	border-color: var(--ppc-primary-color);
	color: #ffffff;
}


/* Sidebar */

.t3-sidebar{
	overflow: hidden;
	padding-bottom: 0;
	padding-top: 0;
}

.t3-sidebar-left{
	border: none;
}


.t3-sidebar-inner{
	border: 0;
	padding: 0;
}

.t3-sidebar a{
	/* color: var(--ppc-primary-color); */
}

.t3-sidebar a:hover,
.t3-sidebar a:focus{
}

.t3-sidebar-top{
	margin-bottom: 40px;
}


.t3-sidebar .t3-module + .t3-module .module-title,
.item-sidebar .t3-module + .t3-module .module-title,
.t3-sidebar .module-title{
	border: none;
	color: #1d3571;
	font-weight: 500;
	padding: 0;
}

.t3-sidebar .module-title:before,
.t3-sidebar .module-title:after{
	border-bottom: 1px solid #edeef1;
	content: '';
	display: none;
	margin-top: -1px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 70px;
}

.t3-sidebar .module-title span.border{
	background: #ffffff;
	display: inline-block;
	display: none;
	padding-right: 10px;
	position: relative;
	z-index: 2;
}

.t3-sidebar .module-title:after{
	margin-top: 1px;
}


.t3-sidebar-top .module-title{
	text-align: center;
}

.t3-sidebar-top .module-title:before{
	display: none;
}

.t3-sidebar-top .inputbox{
	background: #ffffff !important;
	border: 1px solid #cfd5dc !important;
}

.t3-sidebar-top .btn-primary{
	width: 100%;
}

.fieldacyemail{
	position: relative;
}


.t3-sidebar .t3-module{
	background: none;
	border: 1px solid var(--ppc-primary-color);
	font-weight: normal;
	margin-bottom: 30px;
	padding: 20px 20px 0;
	position: relative;
}


.t3-module.nobg{
	background: none;
	color: #232323;
	padding: 0;
}

.t3-module.nobg .module-inner h3.module-title{
	color: #232323;
}


.t3-module.nobg .module-title strong{
	color: #333333;
}


.t3-module.bluebg{
	background: var(--ppc-primary-color);
	border: none;
	color: #ffffff;
	position: relative;
	text-align: center;
}

.t3-sidebar .t3-module.bluebg h3.module-title{
	color: #ffffff;
}

.t3-module.bluebg a.btn,
.t3-module.bluebg .btn{
	background: #ffffff;
	border: 1px solid #ffffff;
	color: var(--ppc-primary-color);
}

.t3-module.bluebg a.btn:hover,
.t3-module.bluebg .btn:hover,
.t3-module.bluebg a.btn:focus,
.t3-module.bluebg .btn:focus{
	background: none;
	color: #ffffff;
}

.t3-module.hasbg .module-inner a.btn{
	background: #5a5135;
	        border-radius: 3px;
	   -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.t3-module.hasbg .module-inner a.btn:hover,
.t3-module.hasbg .module-inner a.btn:focus{
	background: var(--ppc-primary-color);
	color: #ffffff;
	text-decoration: none;
}
.t3-module.hasbg .module-inner h3.module-title{
	margin-bottom: 0;
	text-align: center;
}

.t3-module.hasbg .module-inner h3.module-title span{
	background: none;
}

.t3-module.hasbg .module-inner h3.module-title:before,
.t3-module.hasbg .module-inner h3.module-title:after{
	display: none;
}


.t3-sidebar .t3-module.module-bordered{
	border: 18px solid var(--ppc-primary-color);
	text-align: center;
}


.t3-sidebar .t3-module.module-bordered .module-title{
	color: #333333;
	font-weight: bold;
	text-align: center;
	text-align: center;
}

.t3-sidebar .t3-module.module-orange{
	background: var(--ppc-secondary-color);
	color: #ffffff;
	padding: 30px 30px 10px 30px;
}

.t3-sidebar .t3-module.module-orange .module-title{
	color: #ffffff;
}
.t3-sidebar .t3-module.module-orange .btn{
	background: none;
	border: 1px solid #ffffff;
	color: #ffffff;
}

.t3-sidebar .t3-module.module-orange .btn:hover,
.t3-sidebar .t3-module.module-orange .btn:focus{
	background: #ffffff;
	color: var(--ppc-secondary-color);
}


.t3-sidebar .t3-module.module-blue{
	background: var(--ppc-primary-color);
	color: #ffffff;
	padding: 30px 30px 10px 30px;
}

.t3-sidebar .t3-module.module-blue .module-title{
	color: #ffffff;
}
.t3-sidebar .t3-module.module-blue .btn{
	background: none;
	border: 1px solid #ffffff;
	color: #ffffff;
}

.t3-sidebar .t3-module.module-blue .btn:hover,
.t3-sidebar .t3-module.module-blue .btn:focus{
	background: #ffffff;
	color: var(--ppc-secondary-color);
}

.t3-sidebar .t3-module .module-ct{
	padding: 0;
}

.t3-sidebar .t3-module.redbox{
	background: var(--ppc-primary-color);
	border: none;
	color: #ffffff;
	margin-bottom: 40px;
	padding: 30px 20px;
}

.t3-sidebar .t3-module.redbox .module-title{
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
}

.t3-sidebar .t3-module.redbox .btn{
	background: #ffffff;
	border: 1px solid #ffffff;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	text-transform: uppercase;
}

.t3-sidebar .t3-module.redbox .btn:hover,
.t3-sidebar .t3-module.redbox .btn:focus{
	background: none;
	color: #ffffff;
}


.t3-module.orange .module-ct{
	background: var(--ppc-secondary-color);
	color: #ffffff;
	padding: 40px 20px 20px;
	text-align: center;
}

.modulenobg .module-ct{
	background: none;
	border: none;
	padding: 0;
}
.t3-sidebar .t3-module .custom{
	background: none !important;
}

.t3-sidebar ul,
.t3-sidebar .module-ct > ul.nav{
	list-style: none;
	margin: 0 0 20px;
}

.t3-sidebar ul{
	font-size: 0;
	margin-left: 0 !important;
}

.t3-sidebar li{
	font-size: 15px;
	margin-top: 0;
	padding: 0;
	text-transform: uppercase;
}

.t3-sidebar li + li{
	border: none;
	margin-top: 0;;
}

.t3-sidebar li.fa{
	font-family: var(--ppc-primary-font);
	position: relative;

	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}

.t3-sidebar li.fa:before{
	background: #5271ff;
	color: #ffffff;
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	height: 40px;
	left: 0;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 40px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.t3-sidebar li a{
	background: none;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #333333;
	display: block;
	font-weight: normal;
	padding: 5px 30px 5px 15px;
	position: relative;
	text-align: left;
	text-transform: none;
}

.t3-sidebar li a:before{
	background: none;
	border-bottom: 5px solid transparent;
	border-left: 8px solid var(--ppc-primary-color);
	border-right: none;
	border-top: 5px solid transparent;
	color: var(--ppc-primary-color);
	content: '';
	height: 10px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 14px;
	width: 8px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.t3-sidebar li:hover a,
.t3-sidebar li:focus a,
.t3-sidebar li a:hover,
.t3-sidebar li a:focus,
.t3-sidebar li.active a,
.t3-sidebar .nav-stacked > li.open > a,
.t3-sidebar .nav-stacked > li.open > a:hover,
.t3-sidebar .nav-stacked > li.open > a:focus{
	background: none;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: var(--ppc-primary-color);
	text-decoration: none !important;
}

.t3-sidebar li:hover a:before,
.t3-sidebar li:focus a:before,
.t3-sidebar li a:hover:before,
.t3-sidebar li a:focus:before,
.t3-sidebar li.active a:before{
}


.t3-sidebar .nav .caret{
	display: none;
}

.t3-sidebar .dropdown-menu{
	background: none !important;
	box-shadow: none;
	/*display: block !important;*/
	float: none;
	font-size: 15px;
	padding-left: 10px;
	position: relative;
}

.t3-sidebar .open .dropdown-menu{
	display: none;
}


.t3-sidebar .active .dropdown-menu{
	display: block;
}


.t3-sidebar .active > a{
	background: none !important;
	color: var(--ppc-primary-color) !important;
}
.t3-sidebar .active a:hover{
	background-color: none !important;
	color: var(--ppc-primary-color) !important;
}
.t3-sidebar .active b{
	float: left;
	margin-left: -5px;
	margin-right: 5px;
	margin-top: 7px;
}
.t3-sidebar .dropdown-menu .current a{
	background: none !important;
	color: var(--ppc-primary-color) !important;
}

.t3-sidebar .module_style2 ul li:before{
	display: none;
}

.t3-sidebar .module_style2 ul li  a{
	padding-left: 0;
}

.t3-sidebar .module_style2 .module-title{
	margin-bottom: 40px;
	position: relative;
}

.t3-sidebar .tagspopular ul{
	border: none;
}

.t3-sidebar .tagspopular ul li{
	border: none;
	display: inline-block;
}

.t3-sidebar .tagspopular ul li:before{
	display: none;
}

.t3-sidebar .tagspopular ul li a{
	background: none;
	color: #989898;
	font-size: 14px;
	padding: 5px 10px 5px 0;
	text-transform: uppercase;
}

.t3-sidebar .tagspopular ul li a:hover,
.t3-sidebar .tagspopular ul li a:focus{
	color: var(--ppc-primary-color);
}

.t3-sidebar blockquote{
	background: none;
	border: none;
	color: #666666;
	font-size: 100%;
	font-weight: 400;
	margin: 0;
	padding: 0 0 20px 20px;
	position: relative;
}

.t3-sidebar blockquote p{
	margin-bottom: 0;
}

.t3-sidebar .btn,
.t3-sidebar  a.btn{
	padding-left: 20px;
	padding-right: 20px;
}
/**/

.panel-group .accordion-heading{
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	padding-left: 0;
	padding-right: 40px;
	position: relative;
}

.panel-group .accordion-heading:before{
	border-bottom: none;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #2a416a;
	content: '';
	display: block;
	height: 4px;
	position: absolute;
	right: 0;
	top: 18px;
	width: 8px;
}



.panel-group .active .accordion-heading:before{
	border-bottom: 4px solid #2a416a;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: none;
}


.panel-group .panel{
	border-bottom: 1px solid #e6e6e6;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

.panel-group .panel:last-child{
	border-bottom: none;
}

.panel-group .accordion-group .accordion-heading a{
	color: #2a416a;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
.panel-group .accordion-group .accordion-heading:hover a,
.panel-group .accordion-group .accordion-heading:hover:before,
.panel-group .accordion-group .accordion-heading:focus a,
.panel-group .accordion-group .accordion-heading:focus:before,
.panel-group .accordion-group.active .accordion-heading a,
.panel-group .accordion-group.active .accordion-heading:before{
	color: var(--ppc-primary-color);
	text-transform: uppercase;
}

.panel-body{
	padding-left: 0;
}

h2.nn_sliders-title{
	display: none;
}


/* Content */


#t3-mainbody{
	background: #f6fbff;
	background-position: center 60px;
	background-repeat: no-repeat;
	-webkit-background-size: 90% auto;
	   -moz-background-size: 90% auto;
	     -o-background-size: 90% auto;
	        background-size: 90% auto;
	padding-top: 50px;
}


.t3-mainbody{
	padding-bottom: 0;
	padding-top: 0;
}

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

.t3-content{
	padding: 0 15px;
}

.jpb-page dl,
.jpb-page ol,
.jpb-page ul,
.t3-content ul{
	margin-left: 20px !important;
}

.t3-content ul li{
	padding-left: 0;
	position: relative;
}

.t3-content ul li:before{
	/*--adjust as necessary--*/
	color: #a3a8b2;
	font-family: FontAwesome;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	left: 0;
	padding-right: 0;
	position: absolute;
	text-decoration: inherit;
	top: 5px;
}

article.article{
	background: #ffffff;
	border: none;
	        border-radius: 30px;
	   -moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 6%);
	   -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.06);
	        box-shadow: 0 0 15px 0 rgb(0 0 0 / 6%);
	overflow: hidden;
}

.article-inner{
	padding: 20px 20px;
}

.article-tags{
	border-top: 1px solid #e9f5ff;
	display: flex;
	padding: 10px 0;
}

.article-tags > label{
	color: var(--ppc-third-color);
	font-weight: 500;
	margin: 0;
	padding: 10px 10px 10px 20px;
	position: relative;
}

.article-tags > label::before{
	color: var(--ppc-primary-color);
	content: '\f02c';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	text-decoration: inherit;
}

.item-page .tags{
	border: none;
	margin: 0;
}

.item-page .tags .badge,
.item-page .tags .label{
	font-size: 16px;
}

.item-page .tags .badge:before,
.item-page .tags .label:before{
	display: none;
}

.item-page .tags > span{
	background: var(--ppc-primary-hover);
	color: #ffffff;
	display: inline-block;
	padding: 0 10px;
}

.item-page .tags .badge,
.item-page .tags .label{
	margin-right: 0;
}

.item-page .tags a.label{
	color: #ffffff;
}

.item-page .tags > span:hover,
.item-page .tags > span:focus{
	background: var(--ppc-secondary-color);
}


.item-page .tags > span:hover a.label,
.item-page .tags > span:focus a.label{
	color: #ffffff;
}


.article-tags ul.tags,
ul.tags{
	font-size: 0;
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
}

.article-tags ul.tags::before,
ul.tags::before{
	color: var(--ppc-dark-gray);
	content: '\f02c';
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding: 20px 0 20px 0;
}

ul.tags li{
	display: inline-block;
	position: relative;
}

ul.tags li + li{
	margin: 0;
}

ul.tags li + li:before{
	border-left: 1px solid var(--ppc-primary-color);
	content: '';
	height: 14px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

ul.tags li a{
	background: none;
	color: var(--ppc-primary-color);
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 20px 10px;
	text-decoration: underline;
	text-transform: uppercase;
}

ul.tags li a:hover,
ul.tags li a:focus{
	background: none !important;
	color: var(--ppc-secondary-color);
}


.news_intro_image_none{
	margin-bottom: -10px;
}

.page-header{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
  font-family: var(--ppc-secondary-font)
}

.items-row{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 40px;
}

.items-row .item-content .article-intro{
	font-family: var(--ppc-primary-font);
}

.items-row .item-content .article-header{
	margin-bottom: 0;
	padding-right: 25px;
}

#infinity-next{
	background: var(--ppc-primary-color);
	border: none;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #ffffff;
	display: inline-block;
	font-family: var(--ppc-primary-font);
	font-size: 14px;
	font-weight: 600;
	padding: 14px 30px;
	position: relative;
	text-shadow: none;
	text-transform: uppercase;
}

#infinity-next:hover,
#infinity-next:focus{
	background: var(--ppc-secondary-color);
	color: #ffffff;
	text-decoration: none;
}


#infinity-next.loading{
	color: #232323;
}

.category-list .content-category > h1,
.page-title,
.page-header h1,
h1.article-title,
.article-header h1,
h1.page-title,
.item-page > article .article-header .article-title,
h1.page-title{
	color: var(--ppc-third-color);
	font-family: var(--ppc-secondary-font);
	font-size: 26px;
	font-weight: 700;
	padding: 0 0 10px 0;
	position: relative;
	text-transform: none;
}

.item-page > article .article-header .article-title a{
	color: #1d3571;
}

.item-page > article .article-header,
.article-header{
	border: none;
	margin: 0;
	padding: 0 25px 0 0;
	position: relative;
}

h2.article-title a:hover,
.article-header h2 a:hover,
h2.article-title a:focus,
.article-header h2 a:focus,
h2.article-title a:active,
.article-header h2 a:active{
	border: none;
}
/* pixel perfect
.fields-container{
	display: none;
}
*/
.article-title small,
.article-header h1  small,
h1.page-title  small{
	color: #333333;
	display: block;
	font-size: 100%;
	font-weight: 300;
}

.article-title span.red,
.article-header h1 span.red,
h1.page-title span.red{
	color: #333333;
	font-size: 100%;
}

h1,
.article-title a,
.article-header h1 a,
.article-title a:hover,
.article-header h1 a:hover,
.article-title a:focus,
.article-header h1 a:focus,
.search h1.page-title,
div.itemHeader h2.itemTitle{
	color: #333333;
	display: block;
}

h2.article-title{
	clear: both;
	color: #333333;
	font-weight: normal;
	margin: 20px 0;
	text-decoration: none;
	text-transform: none;
}

.blog .article-header h2.article-title{
	font-weight: 500;
	padding-bottom: 0;
	padding-top: 0;
	text-align: left;
	text-transform: none;
}
.article-header h2.article-title,
.article-header h2.article-title a{
	border: none;
	color: #333333;
	display: block;
}

.article-header h2.article-title a:hover,
.article-header h2.article-title a:focus{
	color: var(--ppc-secondary-color);
}
.article-header h2.article-title{
	font-weight: 500;
	margin: 0;
	overflow: hidden;
}
.item-page .article-header h2.article-title{
	margin: 0;
	overflow: hidden;
}

.news_intro_image{
	margin: 0;
	overflow: hidden;
	padding-bottom: 0;
	padding-top: 0;
}

.news_intro_image h4{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 58%;
}


.news_intro_image img{
	display: block;
	width: 100%;
}

.blog .news_intro_image img{
	display: none;
	width: 100%;
}

.news_intro_image .item-image,
.news_intro_image a{
	height: auto;
	margin-bottom: 0;
	width: 100%;
}

article.article .news_intro_image{
	padding-bottom: 0;
}

.news_intro_image h4{
	position: relative;
}

.news_intro_image h4 a{
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

h3.blog-image{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	margin: 0;
	padding: 0 0 75% 0;
	position: relative;
    height: 100%;
}

h3.blog-image a{
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.article-tags .tags:before{
	display: none;
}
td,
tr td{
	border: none;
}
form td{
	padding-bottom: 30px;
}

blockquote{
	background: none;
	border: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	margin: 30px auto;
	max-width: 90%;
	padding: 0;
	position: relative;
}

blockquote h2{
	color: #ffffff;
	margin-top: 0;
}

blockquote p{
	margin: 0 0 20px;
}

blockquote .quote-2::before{
	border-left: 1px solid #00214c;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	top: 0;
}


blockquote .quote-2::after{
	border-top: 1px solid #00214c;
	content: '';
	left: 0;
	position: absolute;
	right: 70%;
	top: 0;
}


blockquote .quote-3::before{
	border-right: 1px solid #00214c;
	bottom: 0;
	content: '';
	height: 50px;
	position: absolute;
	right: 0;
}


blockquote .quote-3::after{
	border-bottom: 1px solid #00214c;
	bottom: 0;
	content: '';
	left: 70%;
	position: absolute;
	right: 0;
}

blockquote .quote-3{
	padding: 15px;
}

blockquote .quote-4{
	background: rgba(0,33,76,1);
	background:    -moz-linear-gradient(top, rgba(0,33,76,1) 0%, rgba(0,185,252,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,33,76,1)), color-stop(100%, rgba(0,185,252,1)));
	background: -webkit-linear-gradient(top, rgba(0,33,76,1) 0%, rgba(0,185,252,1) 100%);
	background:      -o-linear-gradient(top, rgba(0,33,76,1) 0%, rgba(0,185,252,1) 100%);
	background:     -ms-linear-gradient(top, rgba(0,33,76,1) 0%, rgba(0,185,252,1) 100%);
	background:         linear-gradient(to bottom, rgba(0,33,76,1) 0%, rgba(0,185,252,1) 100%);
	-webkit-box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.5);
	   -moz-box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.5);
	        box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.5);
	color: #ffffff;
	padding: 40px;

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00214c', endColorstr='#00b9fc', GradientType=0 );
}


blockquote .quote-4::before{
	background-image: url(../images/quote-open.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	content: '';
	height: 37px;
	left: 30px;
	position: absolute;
	top: -10px;
	width: 40px;
	z-index: 3;
}


blockquote .quote-4::after{
	background-image: url(../images/quote-close.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	bottom: -10px;
	content: '';
	height: 37px;
	position: absolute;
	right: 30px;
	width: 40px;
	z-index: 3;
}

blockquote.style1{
	color: #333333;
	margin: 100px auto 50px;
}

blockquote.style1 h2{
	color: #333333;
	font-size: 18px;
	left: 120px;
	position: absolute;
	top: -34px;
}

blockquote.style1 .quote-4{
	background: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	color: #333333;
}

blockquote.style1 .quote-4::before{
	background-image: url(../images/quote-simon.jpg);
	-webkit-box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.5);
	   -moz-box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.5);
	        box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.5);
	height: 72px;
	top: -45px;
	width: 70px;
}

blockquote.style1 .quote-4::after{
	display: none;
}

blockquote.style1 .quote-2::after{
	right: 40%;
}

blockquote .quote-3::after{
	left: 65%;
}

blockquote.style1

blockquote h4{
	color: var(--ppc-secondary-color);
	font-size: 15px;
	font-weight: normal;
}
.search h1.page-title{
	margin-bottom: 20px;
}
.search .btn-default{
	background: none;
	border: 1px solid #cccccc;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #232323;
	font-size: 14px;
	height: 45px;
	line-height: 43px;
	padding-bottom: 0!important;
	padding-top: 0!important;
}

h2.article-title{
	margin: 0;
}
.article-image-full{
	float: none !important;
}
.article-image-full img{
	height: auto;
	width: 100%;
}


.items-row .item{
	background: none;
	background: #ffffff;
	        border-radius: 30px;
	   -moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 6%);
	   -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.06);
	        box-shadow: 0 0 15px 0 rgb(0 0 0 / 6%);
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
    min-height: 260px;
}

.items-row .item .item-content{
	padding: 10px 20px 20px;
	position: relative;
}

@media screen and (max-width: 991px) {
  .items-row .item .item-content {
      padding: 30px 20px;
      position: relative;
  }
}

.items-row .item .item-content a.btn{
	background: none;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: var(--ppc-third-color);
	font-size: 16px;
	padding-left: 0;
	padding-right: 0;
	text-decoration: underline;
}


.items-row .item .item-content a.btn:hover,
.items-row .item .item-content a.btn:focus{
	background: none;
	color: var(--ppc-secondary-color) !important;
	text-decoration: none;
}

.items-row .item .intro_text{
	border-bottom: 1px solid #ebebeb;
	clear: both;
	margin: 0;
	padding: 15px 0 20px;
}

.items-row .item .readmore{
	text-align: left;
}



.article-content{
	padding: 0;
}


.article-navigation{
	display: none;
}

/* Sidebar */

.t3-sidebar .t3-module.greenbg{
	background: #00512f;
	color: #ffffff;
	padding: 30px 20px 20px;
	text-align: center;
}

.t3-sidebar .t3-module.greenbg h3.module-title{
	color: #ffffff;
	text-align: center;
}

.t3-sidebar .t3-module.greenbg .btn{
	background: #00512f;
	position: relative;
}

.t3-sidebar .t3-module.greenbg .btn::after{
	background: #ffffff;
	bottom: -14px;
	content: '';
	height: 14px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 114px;
}

.t3-sidebar .t3-module.greenbg .btn:hover,
.t3-sidebar .t3-module.greenbg .btn:focus{
	background: none !important;
	color: #2f4d57;
}

.pop-search .aikonsearch-trigger{
	display: none;
}

.content-bottom{
	background: var(--ppc-primary-color);
	color: #ffffff;
	margin-bottom: 40px;
	padding: 30px 30px 10px;
}

.content-bottom h3.module-title{
	color: #ffffff;
	text-transform: uppercase;
}


.content-bottom ul{
	list-style: none;
	margin: 0 !important;
	padding: 0;
}

.content-bottom ul li{
	display: block;
	padding: 0;
}

.content-bottom ul li + li{
	margin-top: 10px;
}

.content-bottom ul li a{
	background: #ffffff;
	color: #424242;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 25px 25px 25px 60px;
	position: relative;
	text-transform: uppercase;
}

.content-bottom ul li a::before{
	font-size: 26px;
	left: 20px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.content-bottom ul li a:hover,
.content-bottom ul li a:focus{
	color: var(--ppc-primary-color);
	text-decoration: none;
}

.align-center{
	text-align: center;
}

/* Let's connect */

.t3-connect{
	margin-bottom: 40px;
}

.t3-connect .module-inner{
	background: rgba(68, 187, 141, 0.08);
	        border-radius: 8px;
	   -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0 auto;
	max-width: 80%;
	padding: 30px;
}

.t3-connect a.btn + a.btn{
	margin-top: 20px;
}

/* T4 page Builder */
body .jpb-page .container,
.t4b-section{
	padding: 0;
}

.align-items-center{
	align-items: center;
}


/* J!LIKE */

#likecount{
	display: none;
}

.techjoomla-bootstrap.native-jlike #jlike-container .meunlike,
.techjoomla-bootstrap.native-jlike #jlike-container .meundislike,
.techjoomla-bootstrap.native-jlike #jlike-container .melike,
.techjoomla-bootstrap.native-jlike #jlike-container .meunlike,
.techjoomla-bootstrap.native-jlike #jlike-container .meundislike,
.techjoomla-bootstrap.native-jlike #jlike-container .medislike
.native-jlike  #jlike-container a.melike,
.native-jlike  #jlike-container a.medislike,
.native-jlike  #jlike-container a.meunlike,
.native-jlike  #jlike-container a.meundislike{
	background: none !important;
	background-color: transparent !important;
}

.native-jlike  #jlike-container .melike,
.native-jlike  #jlike-container .meunlike{
	border: none !important;
	height: 20px;
	line-height: 20px;
	position: relative;
	width: 20px;
}

.melike:hover::before,
.meunlike::before{
	/*--adjust as necessary--*/
	color: red;
	content: '\f004';
	font-family: FontAwesome;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	left: 0;
	padding-right: 0.5em;
	position: absolute;
	text-decoration: inherit;
	top: 0;
}


.melike::before{
	/*--adjust as necessary--*/
	color: var(--ppc-third-color);
	content: '\f08a';
	font-family: FontAwesome;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	left: 0;
	padding-right: 0.5em;
	position: absolute;
	text-decoration: inherit;
	top: 0;
}

#annotation-snippet,
#jlike-delete{
	display: none;
}

div.techjoomla-bootstrap{
	background: 0 0;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 41px;
}

.item-page > article .article-header div.techjoomla-bootstrap,
.article-header div.techjoomla-bootstrap{
	right: 0;
	top: 0;
}

/* Pop Login */

.pop-login .t3-module{
	margin-bottom: 0;
}

.pop-login .modal-content{
	padding: 40px 40px 0;
}

.modal{
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
	height: 100%;
	left: 0;
	overflow: auto;
	padding-top: 100px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999999;
}

.modal-content{
	background-color: #fefefe;
	border: 1px solid #888888;
	margin: auto;
	padding: 20px;
	width: 80%;
}

.close{
	color: var(--ppc-third-color);
	float: right;
	font-size: 28px;
	font-weight: bold;
	opacity: 1;
}

.close:hover,
.close:focus{
	color: var(--ppc-secondary-color);
	cursor: pointer;
	text-decoration: none;
}

/* JA Mega Filter*/

.t3-banner-top{
	background: #f6fbff;
	padding: 30px 0 0 0;
	position: relative;
}

.sb-horizontal.ja-mg-sidebar{
	/* display: flex;

	justify-content: end;
	*/
}

.sb-horizontal.ja-mg-sidebar .filter-options{
	margin-bottom: 0 !important;
}


.sb-horizontal.ja-mg-sidebar{
	position: relative;
}


.sb-horizontal.ja-mg-sidebar #jamegafilter-search-btn{
	        border-radius: 25px !important;
	   -moz-border-radius: 25px !important;
	-webkit-border-radius: 25px !important;
	margin-top: 20px;
	padding: 15px 40px;
}

.sb-horizontal.ja-mg-sidebar #jamegafilter-search-btn:hover,
.sb-horizontal.ja-mg-sidebar #jamegafilter-search-btn:focus{
	background: var(--ppc-primary-color) !important;
}



.ja-toolbar-wrapper.toolbar-top,
.ja-toolbar-wrapper.toolbar-bottom .orderby-displaynumber{
	display: none;
}

.ja-filter-wrapper .filter-current.empty{
	display: none;
}

.ja-filter-wrapper .filter-content .filter-subtitle,
.ja-filter-wrapper .filter-content .filter-options-title{
	display: none;
}

.sb-horizontal.ja-mg-sidebar .filter-options .filter-field .filter-options-content{
	background: none !important;
	border: none !important;
	min-height: inherit !important;
	padding: 0 !important;
}

.sb-horizontal.ja-mg-sidebar .filter-options .filter-field .filter-options-content:not(.filter-dropdown){
	height: auto !important;
}

.ja-filter-wrapper .filter-content{
	background: none !important;
	padding: 0 !important;
}

.ja-filter-wrapper .filter-content .filter-field + .filter-field{
	margin-top: 0 !important;
}

.ja-filter-wrapper .filter-content .input-text,
.ja-filter-wrapper .filter-content .filter-items{
	background: #ffffff!important;
	border: none !important;
	/* border: none !important; */
	        border-radius: 25px !important;
	   -moz-border-radius: 25px!important;
	-webkit-border-radius: 25px!important;
	-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 21%)!important;
	   -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.21)!important;
	        box-shadow: none;
	        box-shadow: 0 0 10px 0 rgb(0 0 0 / 21%)!important;
}

.sb-horizontal.ja-mg-sidebar .filter-options .filter-field .filter-options-content:not(.filter-dropdown){
	overflow: visible !important;
}

.sb-horizontal.ja-mg-sidebar .filter-options .filter-field,
.sb-horizontal.ja-mg-sidebar .filter-options .filter-field{
	margin: 0 !important;
	width: 50% !important;
}

.ja-filter-wrapper .chosen-container{
	width: 100% !important;
}

.ja-filter-wrapper .chosen-container-single .chosen-single{
	background: #ffffff !important;
	border: none;
	        border-radius: 25px !important;
	   -moz-border-radius: 25px!important;
	-webkit-border-radius: 25px!important;
	-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 21%)!important;
	   -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.21)!important;
	        box-shadow: 0 0 10px 0 rgb(0 0 0 / 21%)!important;
	color: #6b84ad !important;
	font-size: 14px !important;
	height: 50px;
	line-height: 50px;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.ja-filter-wrapper .chosen-container-single .chosen-single div{
	height: 18px !important;
}

.ja-filter-wrapper .chosen-container-single .chosen-single div{
	right: 5px;
	top: 12px;
}

.ja-filter-wrapper .chosen-container-single .chosen-drop{
	background: var(--ppc-primary-color) !important;
	border: none;
	        border-radius: 5px !important;
	   -moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-webkit-box-shadow: none!important;
	   -moz-box-shadow: none!important;
	        box-shadow: none;
	        box-shadow: none!important;
	color: #ffffff;
}

.chosen-container .chosen-results{
	color: #ffffff;
	font-size: 14px;
	margin: 0 !important;
	padding: 5px 0 !important;
}

.chosen-container .chosen-results li{
	display: block !important;
	padding: 10px !important;
}

.chosen-container .chosen-results li.highlighted{
	background: var(--ppc-secondary-color) !important;
}

a#jamegafilter-search-btn{
	/* display: none; */
}

.selected-filters .filter-selected.filter-values h3,
.selected-filters .filter-actions{
	display: none;
}

.selected-filters .items{
	list-style: none;
	margin-top: 15px;
	padding-left: 0;
}

.selected-filters .items .item{
	background: var(--ppc-primary-color);
	        border-radius: 5px !important;
	   -moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	color: #ffffff;
	display: inline-block;
	margin-right: 10px;
	padding: 2px 5px;
}

.selected-filters .items .item:hover,
.selected-filters .items .item:focus{
	background: var(--ppc-secondary-color) !important;
}

.selected-filters .items .item .filter-label{
	display: none;
}

.ja-filter-wrapper ol.items .clear-filter.remove{
	padding-right: 25px !important;
}

.ja-filter-wrapper ol.items .clear-filter.remove:after{
	color: #ffffff !important;
}

.ja-filter-wrapper .filter-content .filter-field + .filter-field{
	position: relative;
}

.sb-horizontal.ja-mg-sidebar .filter-options .filter-field .filter-options-content:not(.filter-dropdown)::before{
	color: #6b84ad;
	content: '\f002';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	right: 25px;
	text-decoration: inherit;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}


.ja-products-wrapper.list .list .product-item .product-item-info{
	background: #ffffff;
	border: none;
	        border-radius: 30px;
	   -moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 6%);
	   -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.06);
	        box-shadow: 0 0 15px 0 rgb(0 0 0 / 6%);
	margin: 0 0 10px;
	overflow: visible;
	overflow: hidden;
	position: relative;
}


.ja-products-wrapper.list .list .product-item .product-item-info:hover{
	-webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 6%);
	   -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.06);
	        box-shadow: 0 0 15px 0 rgb(0 0 0 / 6%);
}


.ja-products-wrapper.list .list .product-item .product-item-info{
	padding: 0;
}

.ja-products-wrapper.list .list .product-item .product-item-info .thumb{
	margin-bottom: 0;
	position: static;
}

.ja-products-wrapper.list .list .product-item .product-item-info .product-item-photo{
	background: none;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.ja-products-wrapper.list .list .product-item .product-item-info .product-item-photo img{
	display: none;
}

.ja-products-wrapper.list .list.product-items{
	gap: 40px;
}


.ja-products-wrapper .product-item .product-item-name{
	font-size: 20px;
	line-height: 1.25;
	padding: 10px 20px 0;
}

.ja-products-wrapper .product-item .product-item-name a{
	color: var(--ppc-black);
}

.ja-products-wrapper .product-item .product-item-name a:hover,
.ja-products-wrapper .product-item .product-item-name a:focus{
	color: var(--ppc-secondary-color);
}

div.toolbar-bottom{
	border: none;
}


.ja-products-wrapper .product-item .item-field{
	margin-bottom: 10px;
}

.ja-products-wrapper .product-item .item-field.fulltext{
	padding: 0 20px 0;
}

.ja-products-wrapper.list .list .product-item .product-item-info .product-item-actions{
	float: none;
}

.ja-products-wrapper.list .list .product-item .product-item-info .product-item-actions a.btn{
	background: none;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: var(--ppc-third-color);
	font-size: 16px;
	padding-left: 20px;
	padding-right: 0;
	text-decoration: underline;
}

.ja-products-wrapper.list .list .product-item .product-item-info .product-item-actions a.btn:hover,
.ja-products-wrapper.list .list .product-item .product-item-info .product-item-actions a.btn:focus{
	color: var(--ppc-secondary-color);
	text-decoration: none;
}

.ja-products-wrapper .product-item-actions{
	margin-top: 10px;
	padding-bottom: 10px;
}

.products-toolbar .pagination-wrap{
	display: block;
}

.products-toolbar .pagination{
	margin-left: 0 !important;
}

.products-toolbar .pagination,
.products-toolbar .pagination > li{
	float: none;
	overflow: visible;
}

.products-toolbar .pagination{
	text-align: center;
}

.products-toolbar .pagination > li{
	display: inline-block;
}

.products-toolbar .pagination > li > a,
.products-toolbar .pagination > li > span{
	background-color: #ffffff;
	border: none;
	        border-radius: 30px;
	   -moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 21%)!important;
	   -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.21)!important;
	        box-shadow: 0 0 10px 0 rgb(0 0 0 / 21%)!important;
	color: var(--ppc-third-color);
	font-size: 16px;
	font-weight: 500;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0;
	width: 50px;
}

.products-toolbar .pagination > li:first-child a,
.products-toolbar .pagination > li:first-child span,
.products-toolbar .pagination > li:last-child a,
.products-toolbar .pagination > li:last-child span{
	        border-radius: 30px;
	   -moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

.products-toolbar .pagination > li.pages-item-first,
.products-toolbar .pagination > li.pages-item-last{
	display: none;
}


.products-toolbar .pagination > li.pages-item-prev a,
.products-toolbar .pagination > li.pages-item-next a{
	width: auto;
}
.products-toolbar .pagination > li.pages-item-prev span,
.products-toolbar .pagination > li.pages-item-next span{
	padding-left: 21px;
	padding-right: 21px;
}
.products-toolbar .pagination > li.active > a:active,
.products-toolbar .pagination > li.active > a:focus,
.products-toolbar .pagination > li.active > a:hover,
.products-toolbar .pagination > li.active > a,
.products-toolbar .pagination > li > a:hover,
.products-toolbar .pagination > li > span:hover{
	background: var(--ppc-primary-color);
	color: #ffffff;
}

.products-toolbar span{
	height: auto;
	padding: 0;
	vertical-align: baseline;
	width: auto;
}

.products-toolbar .toolbar-amount{
	text-transform: none;
}

/* .item-page .item-sidebar */

.item-page .item-sidebar{
	border: none;
	overflow: hidden;
	padding-top: 20px;
}

.item-page .item-sidebar h3.module-title{
	color: #1d3571;
	font-weight: 500;
}

.item-page .item-sidebar .nav-stacked{
	margin-left: 0 !important;
}

.nav-stacked > li + li{
	border: none;
	margin: 0;
}

.item-page .item-sidebar .nav-stacked > li > a{
	border: none;
	color: var(--ppc-primary-hover);
	font-family: var(--ppc-primary-font);
	padding: 0;
}

.item-page .item-sidebar .nav-stacked > li > a:hover,
.item-page .item-sidebar .nav-stacked > li > a:focus,
.item-page .item-sidebar .nav-stacked > li.active > a{
	color: var(--ppc-secondary-color);
}

/* */

.t3-subscribe{
	background: #e8f5ff;
	padding: 40px 0 0 0;
}

.t3-subscribe h3.module-title{
	font-weight: 500;
	margin-bottom: 0;
}

.t3-subscribe input.rsform-input-box{
	        border-radius: 25px;
	   -moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	padding-right: 150px;
}

.rsform-block-posttext{
	color: #328fd1;
	font-style: italic;
}


/* dashboard */

.dashboard h4{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	margin: 0;
	padding-top: 100%;
}

fieldset.PLG_USER_TOKEN_GROUP_LABEL,
fieldset.PLG_SYSTEM_ACTIONLOGS_OPTIONS,
fieldset.COM_USERS_SETTINGS_FIELDSET_LABEL{
	display: none;
}
.dashboard-chart-item,
.dashboard-profile{
	background: #ffffff;
	        border-radius: 30px;
	   -moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 6%);
	   -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.06);
	        box-shadow: 0 0 15px 0 rgb(0 0 0 / 6%);
	margin-bottom: 20px;
	overflow: hidden;
}

.dashboard-chart-item{
	padding: 25px;
	text-align: center;
}

.dashboard-profile h5{
	margin: 30px 0;
	text-align: center;
}

.dashboard-intro{
	color: #6b84ad;
}

.dashboard-intro h1{
	margin-top: 0;
}


.dashboard-intro-modules{
	border-top: 1px solid #d2e8fa;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.dashboard-intro-modules .t3-module{
	padding-top: 20px;
}

.dashboard-intro-modules h3.module-title{
	color: var(--ppc-third-color);
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	padding-left: 30px;
}

.dashboard-intro-modules ul,
.dashboard-intro-modules ul.nav{
	list-style: none;
	margin: 0;
}

.dashboard-intro-modules ul li,
.dashboard-intro-modules ul.nav li{
	border: none;
	display: block;
	margin: 0;
}
.dashboard-intro-modules ul li a,
.dashboard-intro-modules ul.nav li a{
	color: var(--ppc-primary-color);
	display: block;
	font-family: var(--ppc-primary-font);
	padding: 0;
	position: relative;
}
.dashboard-intro-modules ul li a::before,
.dashboard-intro-modules ul.nav li a::before{
	content: '- ';
}

.dashboard-intro-modules ul li a:hover,
.dashboard-intro-modules ul.nav li a:hover{
	color: var(--ppc-secondary-color);
}

.dashboard-intro-1 h3.module-title{
	background: url(../images/icons/libraries-visited.png) left 2px no-repeat;
}

.dashboard-intro-2 h3.module-title{
	background: url(../images/icons/tools.png) left 2px no-repeat;
}

.dashboard-chart-item h5{
	border-top: 1px solid #d2e8fa;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 0;
	margin-left: -25px;
	margin-right: -25px;
	margin-top: 25px;
	padding-top: 25px;
}

.recent-insights{
	padding-top: 20px;
	position: relative;
}

.recent-insights h3.module-title{
	margin-bottom: 30px;
}

.recent-insights .latest-des{
	text-align: center;
}
.recent-insights .insights-pretext a,
.recent-insights .latest-des a{
	color: var(--ppc-third-color);
	font-weight: 500;
	text-decoration: underline;
	text-transform: uppercase;
}

.recent-insights .insights-pretext a:hover,
.recent-insights .insights-pretext a:focus,
.recent-insights .latest-des a:hover,
.recent-insights .latest-des a:focus{
	color: var(--ppc-secondary-color);
	text-decoration: none;
}

.recent-insights .insights-pretext{
	position: absolute;
	right: 0;
	top: 30px;
}

/* Profile Edit */
.profile-edit{
	background: #ffffff;
	border: none;
	border: none;
	        border-radius: 30px;
	   -moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 6%);
	   -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.06);
	        box-shadow: 0 0 15px 0 rgb(0 0 0 / 6%);
	overflow: hidden;
	width: auto;
}

@media screen and (max-width: 479px) {
    .profile-edit {
        padding: 15px!important;
    }
}

.profile-edit .form-horizontal .control-label{
	text-align: left;
}

.profile-edit .input-group .btn.btn-danger{
	        border-radius: 20px;
	   -moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.btn-group{
	white-space: nowrap;
}

.btn-group > .btn,
.btn-group-vertical > .btn{
	float: none;
}

#jform_com_fields_dashboard_title-lbl,
#jform_com_fields_dashboard_title{
	display: none;
}

.profile-edit  .form-horizontal .form-group{
	padding-left: 20px;
	padding-right: 20px;
}

.xtd-button span{
	display: none;
}

.xtd-button{
	margin-top: 20px;
}

.reset .form-horizontal .control-group .control-label,
.remind .form-horizontal .control-group .control-label{
	padding-top: 10px;
	text-align: left;
}

/* New update for News item page */

.article-info{
	float: none;
	position: relative;
	width: 100%;
}

.authorBlock{
	border-left: 6px solid #00bfe6 ;
	padding-left: 4px;
}

.authorBlock h3{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	height: 50px;
	margin: 0;
	width: 50px;
}

.authorBlock h3 img{
	display: none;
}

.article-info .authorName{
	left: 80px;
	position: absolute;
	top: 0;
}

/*.article-info .published{
	bottom: 5px;
	left: 80px;
	position: absolute;
}*/

.category-name a{
	display: inline-block;
	text-transform: uppercase;
}

.user-picture{
	margin-top: 8px;
}

.blog .article-intro {
  margin-bottom: 0;
}

.blog .fields-container {
  margin-bottom: 0;
}



/* Responsive */

@media (max-width: 991px){
	.container-xs-fluid{
		padding: 0;
		width: 100%;
	}

	.t3-topmenu .container,
	.t3-header .container{
		padding: 0;
		width: 100%;
	}

	.row-eq-height,
	.container-eq-height .row{
		display: block;
	}


	img.pull-left,
	img.pull-right{
		clear: both;
		display: block;
		float: none !important;
		margin-bottom: 10px;
	}
}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px){
	.counter,
	.pagination .counter{
		float: none !important;
	}



	img.pull-left{
		margin-bottom: 20px;
		margin-right: 20px;
	}
	img.pull-right{
		margin-bottom: 20px;
		margin-left: 20px;
	}

	.logo-image img{
		max-height: 30px;
	}

	.row-eq-height,
	.row-eq-height-xs,
	.container-eq-height .row{
		flex-wrap: nowrap;
	}

	.topmenu ul.nav li:before{
		border-left: 1px solid #ffffff;
		content: '';
		height: 16px;
		position: absolute;
		right: 30px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}

	.topmenu ul.nav li:last-child::before{
		display: none;
	}

	.topmenu ul.nav li a,
	.topmenu ul.nav li span{
		border: none;
		color: #ffffff;
		font-family: var(--ppc-secondary-font);
		font-size: 15px;
		font-weight: 300;
		line-height: 50px;
		margin: 0;
		padding: 0 60px 0 20px;
		position: relative;
		text-align: left;
		text-decoration: none;
		text-indent: 0;
		text-transform: none;
		width: auto;
		width: 140px;

		-webkit-font-smoothing: auto ;
	}
	/* PPC
	.topmenu ul.nav li a:hover,
	.topmenu ul.nav li span:hover{
		color: var(--ppc-third-hover);
	}
*/
	.topmenu ul.nav li a:before{
		text-align: left;
	}

	.topmenu ul.nav li a::before,
	.topmenu ul.nav li span ::before{
	}

	.topmenu2 ul.nav li a,
	.topmenu2 ul.nav li span{
		font-size: 15px;
		width: 140px;
	}

	.features .module-inner{
		margin: 0 auto;
		max-width: 640px;
	}

	.t3-about .container{
		padding: 0 20px;
	}

	.t3-about .row{
		margin-left: -20px;
		margin-right: -20px;
	}

	.t3-about .row > *{
		padding: 0 20px;
	}

	.about1 .module{
		padding: 0;
	}

	.about3 .module{
		padding: 20px 0 0;
	}

	.about4 .module{
		padding-bottom: 40px;
	}

	.about-image{
		display: flex;
		text-align: center;

		align-items: center;
	}

	h1.article-title,
	.article-header h1,
	h1.page-title{
		font-size: 24px;
	}


	.banner .t3-module{
		margin-bottom: 0;
	}

	.banner .item{
		padding: 0;
	}

	.banner .item .container{
		height: 400px;
	}

	.banner .item .slider-image{
		bottom: 0;
		max-width: 400px;
		position: absolute;
		right: 0;
	}

	.banner .banner-intro{
		bottom: 60px;
		left: 15px;
		padding: 0;
		position: absolute;
		text-align: left;
	}


	/* HOME */


	.navbar-header{
		float: none;
	}

	.banner-intro h2{
		font-size: 50px;
	}

	.t3-banner-inner .module-title-bg{
		padding: 42px 0;
	}

	.t3-about{
		padding-top: 40px;
	}

	.youtube-link{
		display: block !important;
	}

	.youtube-link img{
		width: 100%;
	}

	.t3-advantage{
		padding-top: 60px;
	}

	.t3-financial-intelligence{
		background-color: var(--ppc-secondary-color);
		-webkit-background-size: 100% auto;
		   -moz-background-size: 100% auto;
		     -o-background-size: 100% auto;
		        background-size: 100% auto;
		padding-bottom: 20px;
		padding-top: 40px;
	}

	.t3-financial-intelligence .t3-module{
		background: #ffffff;
		-webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 21%);
		   -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.21);
		        box-shadow: 0 0 15px 0 rgb(0 0 0 / 21%);
		padding: 20px 30px 50px;
		position: relative;
		text-align: left;
	}

	.t3-financial-intelligence .t3-module a.btn{
		bottom: -30px;
		left: 30px;
		left: 40%;
		position: absolute;
	}


	.about-img img{
		/* max-width: 50%;
		visibility: hidden;
		*/
		max-height: 450px;
	}

	.about ul{
	}

	.about ul li{
	}

	.about ul li:last-child{
		margin-left: auto;

		align-self: flex-end;
		flex: 0 1 0;
	}


	.t3-content{
		background: none;
	}

	.footer-1 ul.nav li{
		display: inline-block;
	}


	.content-bottom ul li{
		display: inline-block;
		padding: 0;
		width: 50%;
	}

	.content-bottom ul li + li{
		margin-top: 0;
	}

	.content-bottom ul li:first-child{
		margin-left: -30px;
	}

	.content-bottom ul li:last-child{
		float: right;
		margin-right: -30px;
	}


	.t3-connect a.btn + a.btn{
		margin-left: 20px;
		margin-top: 0;
	}


	.t3-copyright{
		font-size: 14px;
	}

	.pop-login .modal-content{
		max-width: 400px;
	}

	.footer-2{
		flex-wrap: nowrap;
	}

	.sb-horizontal.ja-mg-sidebar{
		padding-right: 180px;
	}

	.com_jamegafilter .sb-horizontal.ja-mg-sidebar{
		padding-right: 0;
	}

	.ja-filter-wrapper .chosen-container-single .chosen-single{
		font-size: 16px !important;
	}

	.sb-horizontal.ja-mg-sidebar #jamegafilter-search-btn{
		margin-top: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	blockquote{
		margin: 50px auto;
		max-width: 600px;
	}

	blockquote .quote-4{
		padding: 75px 40px 65px;
	}

	blockquote .quote-4::before{
		height: 70px;
		left: 45px;
		top: -22px;
		width: 75px;
	}


	blockquote .quote-4::after{
		bottom: -13px;
		height: 70px;
		right: 45px;
		width: 75px;
	}

	blockquote.style1{
		margin-top: 150px;
		max-width: 800px;
	}

	blockquote.style1 h2{
		font-size: 24px;
		left: 220px;
		top: -56px;
	}

	blockquote.style1 .quote-4{
		padding-left: 50px;
		padding-right: 50px;
	}

	blockquote.style1 .quote-4::before{
		height: 140px;
		left: 52px;
		top: -85px;
		width: 136px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px){
	.btn,
	a.btn,
	.lp-button-wrapper button,
	.rsform-calendar-button,
	.blog .item .readmore .btn,
	.blog-featured .item .readmore .btn,
	.blog .items-leading .readmore .btn,
	.blog-featured .items-leading .readmore .btn{
		        border-radius: 25px;
		   -moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		padding: 15px 40px;
	}

	.fullvwwrap{
		overflow: hidden;
	}
	.fullvw{
		width: 58vw;
	}

	h1{
		font-size: 44px;
	}
	/* PPC
	h2{font-size: 40px;}
*/
	.logo{
		background: #ffffff;
		left: 0;
		padding-left: 0;
		position: absolute;
		top: 12px;
		width: auto;
		z-index: 100;
	}

	.logo-image{
		left: 0;
		max-height: none;
		padding: 22px 0;
		position: relative;
	}

	.logo-image img{
		max-height: 56px;
	}

	.request-an-appointment{
		right: 80px;
		top: 27px;
	}

	.request-an-appointment ul.menu li a{
		font-size: 12px;
		height: 46px;
		line-height: 46px;
	}


	h3.module-title{
		font-size: 30px;
		margin-bottom: 20px;
	}



	.t3-header{
		left: 0;
		right: 0;
		z-index: 100;
	}

	.t3-header.affix + div,
	.t3-header.affix + nav{
		margin-top: 150px;
	}

	#t3-header.affix-top{
		border: none;
		margin-top: 0;
		position: relative;
	}

	.t3-header-inner{
		min-height: 100px;
		position: relative;
	}


	.t3-header.affix{
		height: auto;
		position: fixed !important;
	}


	.t3-header.affix .logo-image{
		/*max-width: 160px; */
	}

	.t3-mainnav .t3-navbar{
		border: none;
		display: block;
	}

	#t3-mainnav{
		margin-top: 0;
		padding: 0;
		padding-right: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	#t3-mainnav.affix{
		left: 0;
		right: 0;
		top: 0;
		z-index: 1000;
	}

	#t3-mainnav.affix + div{
		margin-top: 100px;
	}

	.navbar-default .navbar-nav{
		display: block;
		float: right;
		margin: 0;
		padding-right: 0;
		text-align: right;
	}


	.t3-topmenu{
		position: relative;
		z-index: 9999;
	}

	.topmenu{
	}

	.topmenu ul.nav{
		padding: 0;
		text-align: left;
	}

	.off-canvas-toggle{
		right: 0;
		top: 20px;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
	}

	/* HOME */

	.banner h2{
		font-size: 70px;
	}

	.banner h3{
		font-size: 45px;
	}

	.banner .item{
		padding: 0;
		text-align: left;
	}

	.banner .item .container{
		height: 500px;
	}

	.banner .item .slider-image{
		max-width: 500px;
	}

	.banner .banner-intro{
		font-size: 20px;
	}

	.banner .slide-link{
		        border-radius: 40px;
		   -moz-border-radius: 40px;
		-webkit-border-radius: 40px;
		font-size: 16px;
		line-height: 60px;
		margin-top: 20px;
		padding-left: 40px;
	}

	.banner .slide-link a.btn{
		        border-radius: 30px;
		   -moz-border-radius: 30px;
		-webkit-border-radius: 30px;
		font-size: 16px;
		line-height: 60px;
		margin-left: 25px;
		padding-left: 40px;
		padding-right: 40px;
	}


	.banner .banner-next,
	.banner .banner-prev{
		display: none;
		font-size: 60px;
		height: 60px;
		line-height: 60px;
		width: 60px;
	}

	.banner:hover .banner-next,
	.banner:hover .banner-prev{
		display: block;
	}

	.banner .banner-next{
		right: 15px;
	}

	.banner .banner-prev{
		left: 15px;
	}



	.t3-top{
		position: relative;
		z-index: 90;
	}

	.topimg{
		left: 20px;
		position: absolute;
		top: 10px;
	}

	.top1 .module{
		padding: 40px 40px 0 90px;
	}

	.top2 .module{
		background: #ffffff;
		-webkit-box-shadow: 0 0 30px 5px rgba(0,0,0,0.21);
		   -moz-box-shadow: 0 0 30px 5px rgba(0,0,0,0.21);
		        box-shadow: 0 0 30px 5px rgba(0,0,0,0.21);
		margin-bottom: 0;
		padding: 40px 20px 20px;
		position: relative;
		top: -70px;
		z-index: 2;
	}

	.top2 h3.module-title{
		font-size: 26px;
	}

	.t3-pathways .module{
		padding-bottom: 0;
	}

	.t3-pathways h3.module-title{
		font-size: 40px;
		text-align: left;
	}

	.pathways-des{
		font-size: 20px;
		padding-bottom: 0;
		text-align: left;
	}

	.t3-pathways .module .pathways-nav{
		bottom: auto;
		left: auto;
		position: absolute;
		right: 10px;
		top: 20px;
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
	}

	.pathways-container{
		padding-top: 60px;
	}

	.t3-pathways .owl-carousel .owl-stage .pathways-item{
		max-width: none;
	}

	/*t3-financial-intelligence*/
	.t3-financial-intelligence{
		-webkit-background-size: auto 100%;
		   -moz-background-size: auto 100%;
		     -o-background-size: auto 100%;
		        background-size: auto 100%;
		padding-bottom: 50px;
		padding-top: 40px;
	}

	.t3-financial-intelligence .t3-module{
		padding: 80px;
	}

	.t3-financial-intelligence .t3-module a.btn{
		        border-radius: 40px;
		   -moz-border-radius: 40px;
		-webkit-border-radius: 40px;
		bottom: -40px;
		font-size: 16px;
		left: 40%;
		line-height: 60px;
		padding: 0 40px;
	}

	.t3-financial-intelligence h3.module-title{
		font-size: 40px;
		text-align: center;
	}

	/*.t3-gnome-process*/
	.t3-gnome-process{
		padding-top: 40px;
	}

	.t3-gnome-process h3.module-title{
		font-size: 40px;
		text-align: left;
	}

	.gnome-process{
		padding-top: 20px;
	}

	/* .t3-simon-pricing */
	.t3-simon-pricing h3.module-title{
		font-size: 40px;
		text-align: left;
	}

	.t3-simon-pricing .t3-module{
		text-align: left;
	}

	/* Features */

	.features{
		padding: 0;
	}

	.features .t3-module{
		height: 100%;
		margin: 0;
	}

	.features .t3-module h3.module-title{
		margin-bottom: 20px;
	}

	.t3-about{
		padding-bottom: 20px;
		padding-top: 60px;
	}

	.t3-about .container{
		padding: 0 20px;
	}

	.t3-about .row{
		margin-left: 0;
		margin-right: 0;

		align-items: center;
	}

	.t3-about .row > *{
		padding: 0;
	}

	.t3-about h3.module-title{
		font-size: 30px;
	}

	.about1 .module{
		padding-right: 40px;
		text-align: right;
	}

	.about3 .module{
		padding-left: 40px;
	}

	/* .t3-services */


	.t3-services h3.module-title{
		margin-bottom: 40px;
	}

	.t3-pathways{
		padding-top: 60px;
	}

	/* .t3-news-events */
	.t3-news-events{
		padding-bottom: 0;
		padding-top: 50px;
	}

	.t3-news-events h3.module-title{
		font-size: 40px;
		margin-bottom: 40px;
		text-align: center;
	}

	.t3-news-events .latest-des{
		padding-top: 60px;
	}

	.t3-news-events .latestnews-item{
		height: 100%;
		margin-bottom: 0;
		padding: 0 0 10px;
		position: relative;
	}

	.t3-news-events .latestnews-item .intro_text-inner{
		padding-bottom: 50px;
	}

	.t3-news-events .latestnews-item a.btn{
		bottom: 30px;
		left: 30px;
		position: absolute;
	}

	.bottom .feature .module{
		height: 100%;
		margin: 0;
	}


	.imageLeft-content,
	.imageRight-content{
		display: flex;
		font-size: 20px;

		align-items: center;
	}

	.imageLeft-content .module-ct{
		padding-right: 20px;
	}

	.imageRight-content .module-ct{
		padding-left: 20px;
	}

	.t3-cta{
		padding-bottom: 100px;
		padding-top: 60px;
	}

	.modal-dialog{
		min-width: 700px;
	}

	.modal-header .close{
		right: 34px;
		top: 34px;
	}

	.modal .modal-title{
		font-size: 40px;
		margin-top: 50px;
	}

	.modal-body{
		padding: 40px 100px 60px;
	}

	.modal .thankyouMessage h2{
		font-size: 40px;
		margin-top: 20px;
	}

	.include-items .row{
		flex-wrap: wrap;
	}

	.include-item-col{
		padding-bottom: 40px;
	}

	.t3-connect{
		margin-bottom: 0;
	}

	.t3-connect .t3-module{
		margin-bottom: 0;
	}

	.t3-connect a.btn + a.btn{
		margin-left: 20px;
		margin-top: 0;
	}

	.t3-connect .module-inner{
		padding-bottom: 30px;
		padding-top: 50px;
	}


	.article-inner{
		padding: 60px;
	}

	.article-tags > label{
		padding-left: 60px;
	}

	.category-list .content-category > h1,
	.page-title,
	.page-header h1,
	h1.article-title,
	.article-header h1,
	h1.page-title,
	.item-page > article .article-header .article-title,
	h1.page-title{
		font-size: 26px;
	}

	.blog .article-header h2.article-title{
		font-size: 20px;
	}

  .items-row .item-content .article-intro{
		display: -webkit-box;
		font-size: 16px;
		overflow: hidden;

		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	div.techjoomla-bootstrap{
		right: 20px;
		top: 20px;
	}

	.item-page > article .article-header div.techjoomla-bootstrap,
	.article-header div.techjoomla-bootstrap{
		right: 0;
		top: 5px;
	}

	.items-row .item-content .article-header{
		padding-right: 0;
	}

	#t3-mainbody{
		padding-bottom: 100px;
		padding-top: 50px;
	}

	.items-row{
		padding-bottom: 40px;
	}
	.ja-products-wrapper.list .list .product-item .product-item-info,
	.items-row .item{
		overflow: hidden;
		padding: 30px 30px 20px 430px;
	}
	.ja-products-wrapper.list .list .product-item .product-item-info .product-item-details .news_intro_image,
	.items-row .item .news_intro_image{
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 400px;
	}

/*	.ja-products-wrapper.list .list .product-item .product-item-info .product-item-actions a.btn,
	.items-row .item .item-content a.btn{
		bottom: 30px;
		left: 450px;
		padding-left: 0;
		position: absolute;
	}*/

	.ja-products-wrapper .product-item .item-field.fulltext{
		display: -webkit-box;
		font-size: 16px;
		overflow: hidden;

		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.ja-megafilter-wrap .main-content{
		padding-left: 0;
		padding-right: 0;
	}

	.items-row .item .item-content{
		position: static;
	}


	.copyright{
		padding: 20px 0;
	}

	.t3-sidebar .module-title{
		font-size: 22px;
	}

	.t3-connect h3.module-title{
		margin-bottom: 20px;
	}

	.t3-content{
	}

	.panel-group .accordion-heading a{
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.panel-group .accordion-heading:before{
		top: 58px;
	}

	.t3-footer{
		padding-bottom: 0;
		padding-top: 0;
	}

	.footer{
		padding-bottom: 20px;
		padding-top: 60px;
	}

	.footer-1 img{
		max-width: 100%;
	}

	.footer-1 .t3-module{
		padding-top: 0;
	}

	.footer-2 .module{
		padding-left: 40px;
	}

	.topmenu2{
		padding-right: 20px;
	}

	.t3-case-study{
		padding-bottom: 0;
		padding-top: 50px;
		text-align: left;
	}

	.t3-case-study h3.module-title{
		font-size: 40px;
	}

	.t3-case-study .imageRight-content .module-ct{
		padding-left: 0;
	}

	.t3-case-study h4{
		font-size: 22px;
	}

	.t3-case-study .row-eq-height{
		align-items: center;
	}

	.t3-solutions{
		padding-bottom: 20px;
		padding-top: 60px;
		text-align: left;
	}

	.t3-solutions h3.module-title{
		font-size: 40px;
		margin-bottom: 40px;
	}

	.t3-solutions .imageRight-content{
		font-size: 30px;
	}

	.t3-solutions .business .module-inner{
		        border-radius: 40px;
		   -moz-border-radius: 40px;
		-webkit-border-radius: 40px;
		display: block;
		font-size: 16px;
		font-size: 16px;
		line-height: 60px;
		margin: 0 auto;
		margin-top: 20px;
		padding-left: 40px;
		width: 600px;
	}

	.t3-solutions .business .module-inner p{
		line-height: 60px;
	}

	.t3-solutions .business .module-inner a.btn{
		        border-radius: 30px;
		   -moz-border-radius: 30px;
		-webkit-border-radius: 30px;
		font-size: 16px;
		line-height: 60px;
		margin-left: 45px;
		width: 260px;
	}

	.t3-banner-top .t3-module{
		margin-bottom: 0;
	}

	.t3-banner-top h3.module-title{
		font-size: 24px;
	}

	.subscribe-image .t3-module{
		margin-bottom: -100px;
		position: relative;
		top: -100px;
	}

	.item-page .item-sidebar{
		padding-top: 5px;
	}

	.item-page .item-sidebar h3.module-title{
		font-size: 26px;
	}

	.profile-edit{
		padding: 60px;
	}

	.dashboard-charts .row{
		flex-wrap: wrap;
	}

	.dashboard-chart-item{
		margin-bottom: 40px;
	}

	blockquote.style1 h2{
		font-size: 30px;
		top: -60px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px){
	.off-canvas-toggle{
		display: none;
	}

	.request-an-appointment{
		right: 0;
		top: 27px;
	}

	h3.module-title{
		font-size: 32px;
	}
	#t3-mainnav{
		margin-top: 0;
	}


	.category-list .content-category > h1,
	.article-title,
	.article-header h1,
	h1.page-title,
	.item-page > article .article-header .article-title{
		font-size: 34px;
	}

	.banner h2{
		font-size: 90px;
	}

	.banner h3{
		font-size: 60px;
	}

	.banner .item .container{
		height: 600px;
	}

	.banner .item .slider-image{
		max-width: 680px;
	}

	.banner .banner-intro{
		bottom: 100px;
		font-size: 20px;
	}


	.about h3.modal-title{
		font-size: 47px;
	}

	.about2 .module{
		margin-bottom: 0;
	}

	#t3-mainnav{
		display: block;
		z-index: 90;
	}

	.navbar-default .navbar-nav > li > a{
	}
	.t3-simon-pricing h3.module-title{
		font-size: 50px;
	}

	.t3-financial-intelligence h3.module-title{
		font-size: 50px;
		text-align: center;
	}
	.t3-financial-intelligence div{
		text-align: center;
	}


	.features .t3-module{
		padding: 60px 40px 40px;
	}

	.features .t3-module h3.module-title{
		font-size: 30px;
	}

	.t3-news-events h3.module-title{
		font-size: 50px;
		margin-bottom: 50px;
	}

	.bottom{
		background: none;
		margin-bottom: -63px ;
		position: relative;
		z-index: 4;
	}

	.bottom > .container > .row{
		margin: 0;
	}

	.bottom > .container > .row > *{
		padding: 0;
	}

	.bottom .feature .module h3.module-title{
		margin-bottom: 5px;
	}

	.bottom .feature .module p{
		line-height: 1.2;
	}

	.t3-cta{
		padding-bottom: 100px;
		padding-top: 40px;
	}

	.t3-footer{
		overflow: hidden;
	}

	.footer{
		padding-bottom: 60px;
		padding-top: 80px;
	}

	.t3-case-study h3.module-title{
		font-size: 50px;
	}

	.t3-case-study h4{
		font-size: 30px;
	}

	.t3-solutions h3.module-title{
		font-size: 50px;
	}

	.t3-banner-top .module-inner{
		display: flex;

		align-items: flex-start;
		flex-wrap: nowrap;
	}

	.t3-banner-top h3.module-title{
		color: var(--ppc-third-color);
		margin-top: 10px;
		width: 40%;
	}

	.t3-banner-top .module-ct{
		position: relative;
		width: 60%;
	}

	.sb-horizontal.ja-mg-sidebar #jamegafilter-search-btn{
		margin-left: 20px;
	}

	.dashboard-charts{
		padding: 0 60px;
	}
}

@media (min-width: 1600px){
	.topimg{
		left: -60px;
		position: absolute;
		top: 10px;
	}

	.top1 .module{
		padding-left: 0;
		padding-right: 0;
	}
}

.blog .btn {
	padding: 15px 40px 0 40px;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 992px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 992px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 992px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 992px),
only screen and (-webkit-min-device-pixel-ratio: 1.5)      and (min-width: 992px),
only screen and (   min--moz-device-pixel-ratio: 1.5)      and (min-width: 992px),
only screen and (     -o-min-device-pixel-ratio: 1.5/1)    and (min-width: 992px),
only screen and (        min-device-pixel-ratio: 1.5)      and (min-width: 992px){
	.modal .modal-title{
		font-size: 30px;
		margin-top: 30px;
	}

	.modal-body{
		padding: 20px 50px 20px;
	}

	.modal .thankyouMessage h2{
		font-size: 30px;
		margin-top: 20px;
	}
}

/* MX Changes below */
.rsm_form_container .control-group.address2,
.rsm_form_container .control-group.city{
	float: left;
	margin-right: 20px;
	width: 50%;
}
.rsm_form_container .control-group.apt-suite,
.rsm_form_container .control-group.state,
.rsm_form_container .control-group.zip{
	float: left;
	margin-right: 20px;
	width: 20%;
}
.item-page:after{
	clear: both;
	content: '';
	display: table;
}
.simplequiz_question input[type='radio'],
.simplequiz_user_fieldset .simplequiz.checkbox{
	box-shadow: none;
	display: inline-block;
	height: auto;
}
label.sq_label{
	background: #ddf0ff !important;
}
.simplequiz_question p{
	margin: 0 0 20px;
}
.simplequiz_field_label,
.simplequiz_field_input{
	border: none !important;
	vertical-align: baseline !important;
}
/* PPC EDIT #loanCalculatorForm input, #loanCalculatorForm select { width: 100%; box-shadow: 0 0 10px 0 rgb(0 0 0 / 21%); border-radius: 25px; } */

.sq_instance { background: #ffffff; border: none; border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px; -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 6%); -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 0 15px 0 rgb(0 0 0 / 6%); overflow: hidden; padding: 60px; }

.get-started-page h2.rsm_title small:after { content: " / month"; }





/* Membership Pro */
ul.osm-renew-options {
	padding: 0;
}

#osm-signup-page .row {
    --bs-gutter-x: 0!important;
    margin-left: 0;
    margin-right: 0;
}

#osm-signup-page .row#payment_method_container {
	display: none!important;
}

#osm-signup-page > .osm-message {
    padding-bottom: 30px; 
}

#osm-existing-user-login {
    padding: 0 0 20px 0;
    margin-top: 0;
    font-size: 24px;
}

#osm-new-user-register {
    padding: 10px 0 0 0;
    font-size: 24px;
}

#osm-account-information,
h3.osm-heading {
    font-size: 20px; 
}

#os_form [class*="col-"],
#osm_login_form [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

#os_form .form-actions {
    background-color: transparent;
    padding: 30px 0;
}

#regular_amount,
#trial_amount {
    border: none;
    background: transparent!important;
    box-shadow: none;
    padding-left: 0;
    color: inherit;
    font-weight: 600;
    pointer-events: none;
    height: auto!important;
    line-height: 1!important;
}

#osm-regular-amount-container .osm-addon-container .input-group-text,
#osm-trial-amount-container .osm-addon-container .input-group-text {
    font-weight: 600;
}
  
#osm-signup-page .btn-primary:hover {
    color: #fff!important;
    background: #87ba43;
}

#osm-profile .form-actions {
   background-color: #f5f5f5;
   border: 1px solid #cbcccd;
   margin-bottom: 5px;
}

.osm-custom-form-renew .form-actions {
   padding: 20px;
   margin: 0;
   background-color: #f5f5f5;
   border: 1px solid #cbcccd;
   border-radius: 4px;
}

.osm-bootstrap-label {
	font-size: 16px;  
}

/* login */
.login .other-links ul li:nth-child(2),
.pop-login .userdata ul li:nth-child(2) {
    display: none;
}