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

*/

@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');


:root{
	--ppc-black: #333333;
	--ppc-dark-gray: #939393;
	--ppc-light-gray: #f2f4f8;
	--ppc-primary-color: #052460;
	--ppc-primary-font: 'PT Sans', sans-serif;
	--ppc-primary-hover: #79973d;
	--ppc-secondary-color: #79973d;
	--ppc-secondary-font: 'Poppins', sans-serif;
	--ppc-third-color: #002e5b;
	--ppc-third-font: 'Rubik', sans-serif;
}

html{
	font-size: 16px;
}

body{
	color: var(--ppc-black);
	font-family: var(--ppc-primary-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}

a.btn-gold{
	background: #e2d18f;
	color: #ffffff;
	text-decoration: none;
  	border: none;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	display: inline-block;
	font-family: var(--ppc-secondary-font);
	font-size: 18px;
	font-weight: 500;
	padding: 15px 30px;
	position: relative;
	text-shadow: none;
	text-transform: uppercase;
}
a.btn-gold:hover{
	color: #ffffff !important;
	text-decoration: none;
}

.floatingdonate{
	border: dashed #052460;
	padding: 6px;
}

.item-pagelocationblog ul.fields-container a{
	display: list-item;
	line-height: 1px;
	list-style-position: inside;
	list-style-type: circle;
}

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


.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;
}
/* PPC
ul li{padding: 5px 0 5px;}
*/
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: 6px;
	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: 0 0 20px;
}
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: 500;
}

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

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{
}

.t3-module,
.module-ct{
}

h3.module-title{
	color: var(--ppc-primary-color);
	font-family: var(--ppc-secondary-font);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
}


h3.module-title strong{
	color: #000000;
	display: block;
	font-size: 36px;
	font-weight: 400;
	margin-top: 30px;
	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;
	border: 1px solid #cecdcd !important;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	color: #383838;
	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{
	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{
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	color: #383838;
	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: #383838 !important;
	opacity: 1;
}
::-webkit-input-placeholder{
	/* Chrome/Opera/Safari */
	color: #383838!important;
	opacity: 1;
}
::-moz-placeholder{
	/* Firefox 19+ */
	color: #383838!important;
}
:-ms-input-placeholder{
	/* IE 10+ */
	color: #383838!important;
}
:-moz-placeholder{
	/* Firefox 18- */
	color: #383838!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;
}

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: 25px;
	   -moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	color: #ffffff;
	display: inline-block;
	font-family: var(--ppc-secondary-font);
	font-size: 18px;
	font-weight: 500;
	padding: 15px 30px;
	position: relative;
	text-shadow: none;
	text-transform: uppercase;
}
.input-group .btn{
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.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-primary-hover);
	border-color: var(--ppc-primary-hover) ;
	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{
	color: #ffffff;
	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);
	color: #ffffff;
}

.btn + .btn{
	margin-left: 10px;
}

.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-wrap .form-left{
	border: none;
}

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

.login-wrap .form-left .other-links ul li{
	display: block;
	margin: 0;
}

.login-wrap .form-left .other-links ul li a{
	font-size: 16px;
}

.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;
	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;
	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: none;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	display: inline-block;
	margin: 0  !important;
	padding: 0 ;
	position: relative;
}

ul.nav.socialsmenu li:hover,
ul.nav.socialsmenu li:focus{
	background: none;
}

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

.t3-topmenu ul.nav.socialsmenu li + li::before{
	display: none;
}

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

ul.nav.socialsmenu li a{
	border: none;
	color: var(--ppc-secondary-color);
	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: 16px;
	height: 50px;
	left: 0;
	line-height: 50px;
	padding-right: 0;
	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: var(--ppc-primary-hover) !important;
	text-decoration: none !important;
}

ul.nav.socialsmenu li.active a{
	background: none !important;
	color: var(--ppc-primary-hover) !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: 500;
	}

	h2{
		color: var(--ppc-black);
		font-size: 26px;
		font-weight: 500;
	}
	h3{
		color: var(--ppc-black);
		font-size: 24px;
		font-weight: 500;
	}
	h4{
		color: var(--ppc-black);
		font-size: 20px;
		font-weight: 500;
	}
	h5{
		color: var(--ppc-black);
		font-size: 18px;
		font-weight: 500;
	}
	h6{
		color: var(--ppc-black);
		font-size: 16px;
		font-weight: 500;
	}
	.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: auto;
}

.dflex{
	display: flex;
}

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


.t3-topmenu p{
	margin: 0;
}

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

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


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


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


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



.t3-topmenu ul.nav li + li::before{
	border-left: 1px solid #8292b0;
	content: '';
	height: 18px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.t3-topmenu ul.nav li:nth-child(2)::before{
}

.t3-topmenu ul.nav li a,
.t3-topmenu ul.nav li span{
	border: none;
	color: #ffffff;
	font-family: var(--ppc-secondary-font);
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0 10px;
	position: relative;
	text-align: center;
	text-decoration: none;

	-webkit-font-smoothing: antialiased;
}

.t3-topmenu ul li:hover a,
.t3-topmenu ul li:focus a,
.t3-topmenu ul li a:hover,
.t3-topmenu ul li a:focus,
.t3-topmenu ul li.active a,
.t3-topmenu ul li.open a{
	background: none !important;
	color: var(--ppc-primary-hover);
	text-decoration: none;
}



/* 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;
	left: 15px; /*-70px*/
	max-width: 300px;
	padding: 15px 0 15px 0;
	position: relative;
	text-align: left;
	z-index: 99;
}


.logo-image a{
	display: block;
}

.logo-img-affix{
	display: none;
}
/* ppc
.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: 210px;
}

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

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


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

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

.innerPage .t3-header,
.innerPage #t3-header.affix-top{
	border-bottom: 1px solid #e1e1e1;
}

/* patient-portal */

.patient-portal{
	position: absolute;
	right: 60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.patient-portal ul.nav{
	list-style: none;
	margin: 0 !important;
}

.patient-portal li{
	display: block;
}

.patient-portal li a{
	background: var(--ppc-secondary-color);
	        border-radius: 25px;
	   -moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}

.patient-portal li a::before{
	margin-right: 5px;
}

.patient-portal li.open a,
.patient-portal li a:hover,
.patient-portal li a:focus{
	background: var(--ppc-primary-color);
	color: #ffffff;
}

/* 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-primary-color);
	font-family: var(--ppc-secondary-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 42px 15px;
	position: relative;
	text-decoration: none;
	text-transform: none;
}

.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-primary-hover);
}


.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;
}

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

.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a{
	color: var(--ppc-primary-color);
	font-family: var(--ppc-secondary-font);
	font-size: 14px;
	font-weight: 400;
	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-primary-hover);
}


.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-primary-hover) !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: var(--ppc-secondary-color);
	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{
	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;
}

.banner .slider-image{
	padding: 10px 10px 0;
}


.banner .banner-intro{
	background: var(--ppc-primary-color);
	color: rgba(255,255,255, 0.75);
	font-size: 22px;
	padding: 85px 60px 80px;
	position: relative;
}


.banner h2{
	color: #ffffff;
	font-family: var(--ppc-secondary-font);
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
	margin-top: 0;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}


.banner h2 strong{
	color: var(--ppc-secondary-color);
	display: block;
}

.banner h6{
	background: var(--ppc-primary-color);
	background: linear-gradient(to top, var(--ppc-primary-color) 17%, #2b5199 100%);
	-webkit-background-clip: text;
	font-family: var(--ppc-secondary-font);
	font-size: 100px;
	font-weight: bold;
	left: 0;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;

	-webkit-text-fill-color: transparent;
}


.banner h2 span{
	display: block;
}

.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-img{
	text-align: center;
}

.banner .banner-intro-inner{
	margin: 0 auto;
	max-width: 360px;
	padding: 0;
}

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

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

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


.banner a.btn + a.btn:hover,
.banner a.btn + a.btn:focus{
	background: #ffffff;
	color: var(--ppc-secondary-color) !important;
}

.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 .owl-dots{
	display: none;
}

/* Banner inner */



.t3-banner-inner{
	background: var(--ppc-primary-color);
	color: #ffffff ;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
}


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

.t3-banner-inner .module-inner{
	padding: 20px 0 30px;
}

.t3-banner-inner .module-title-bg{
	color: #ffffff;
	font-family: var(--ppc-secondary-font);
	font-size: 25px;
	font-weight: bold;
	left: 0;
	padding: 0;
	position: relative;
	right: 0;
	text-transform: uppercase;
	z-index: 5;
}

.t3-banner-inner .module-title::before{
	background: var(--ppc-primary-color);
	background: linear-gradient(to top, var(--ppc-primary-color) 17%, #2b5199 100%);
	-webkit-background-clip: text;
	content: 'NARMC';
	display: block;
	font-family: var(--ppc-secondary-font);
	font-size: 100px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: -50px;
	text-align: center;
	width: 100%;

	-webkit-text-fill-color: transparent;
}


.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 */

/* socials */

.socials{
	clear: both;
}

/* get-started */

.get-started .t3-module{
	background: #ffffff;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.15);
	        box-shadow: 0 4px 10px 0 rgba(0,0,0,0.15);
	margin-bottom: -60px;
	padding: 30px 30px 10px;
	position: relative;
	text-align: center;
	top: -60px;
	z-index: 200;
}

.get-started .t3-module h3.module-title{
	color: #001926;
	font-size: 30px;
	font-weight: 600;
	text-transform: none;
}

.get-started .form-group{
	margin-bottom: 10px;
}

.get-started label{
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

.get-started .btn{
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin: 10px auto 0;
}

/* Locations Services*/

.t3-locations-services{
	padding: 40px 0 0 0;
}

.t3-locations-services h6{
	background: #f9f9fa;
	background: linear-gradient(to top, #ffffff 0%, #eaebed 100%);
	-webkit-background-clip: text;
	font-size: 70px;
	font-weight: bold;
	margin: 0 0 -35px 0;
	text-align: center;
	text-transform: uppercase;

	-webkit-text-fill-color: transparent;
}

.t3-locations-services h3.module-title{
	color: var(--ppc-primary-color);
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}

.t3-locations-services h3.module-title::after{
	background: rgba(148,184,112,1);
	background:    -moz-linear-gradient(left, rgba(148,184,112,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(148,184,112,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(148,184,112,1) 0%, rgba(255,255,255,1) 100%);
	background:      -o-linear-gradient(left, rgba(148,184,112,1) 0%, rgba(255,255,255,1) 100%);
	background:     -ms-linear-gradient(left, rgba(148,184,112,1) 0%, rgba(255,255,255,1) 100%);
	background:         linear-gradient(to right, rgba(148,184,112,1) 0%, rgba(255,255,255,1) 100%);
	        border-radius: 2px;
	   -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	bottom: 0;
	content: '';
	height: 4px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 175px;

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94b870', endColorstr='#ffffff', GradientType=1 );
}

.t3-locations-services h5{
	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: 67%;
}

.t3-locations-services .locations-services-item{
	padding-bottom: 58px;
	position: relative;
}

.t3-locations-services .locations-services-item:hover{
	padding-bottom: 30px;
}

.t3-locations-services .locations-services-item-content{
	padding: 0 40px;
}

.t3-locations-services .locations-services-item-content-inner{
	background: #ffffff;
	        border-radius: 6px;
	   -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 10px 60px 0 rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 10px 60px 0 rgba(0,0,0,0.15);
	        box-shadow: 0 10px 60px 0 rgba(0,0,0,0.15);
	margin-top: -40px;
	padding: 20px 0;
	position: relative;
	text-align: center;
	z-index: 2;
}

.t3-locations-services .locations-services-item:hover .locations-services-item-content-inner{
}

.t3-locations-services .locations-services-item-content p{
	margin-bottom: 0;
}

.t3-locations-services h2{
	color: var(--ppc-primary-color);
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}

.t3-locations-services p.readmore{
	display: none;
}

.t3-locations-services .locations-services-item:hover p.readmore{
	display: block;
}

.t3-locations-services p.readmore a{
	color: var(--ppc-primary-color);
	font-size: 14px;
	font-weight: bold;
}

.t3-locations-services p.readmore a:hover,
.t3-locations-services p.readmore a:focus{
	color: var(--ppc-primary-hover);
	text-decoration: none;
}

/* t3-givingday */

.t3-givingday{
	background: #79973d;
	color: #ffffff;
}

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

.t3-givingday .imageLeft-img{
	padding: 0;
}

.t3-givingday h3.module-title{
	color: #ffffff;
	font-size: 32px;
	text-transform: none;
}

.t3-givingday .rsform-block-postext{
	font-size: 20px;
}

.t3-givingday form{
	padding-bottom: 0;
}

.t3-givingday input[type='text']{
	background: none !important;
}


.t3-givingday ::-webkit-input-placeholder{
	/* Chrome/Opera/Safari */
	color: #ffffff!important;
	opacity: 1;
}
.t3-givingday ::-moz-placeholder{
	/* Firefox 19+ */
	color: #ffffff!important;
}
.t3-givingday :-ms-input-placeholder{
	/* IE 10+ */
	color: #ffffff!important;
}
.t3-givingday :-moz-placeholder{
	/* Firefox 18- */
	color: #ffffff!important;
}

.t3-givingday button.btn-primary{
	background: #ffffff;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.15);
	        box-shadow: 0 5px 10px 0 rgba(0,0,0,0.15);
	color: var(--ppc-primary-color);
}

.t3-givingday button.btn-primary:hover,
.t3-givingday button.btn-primary:focus{
	background: var(--ppc-primary-color);
	color: #ffffff;
}

/* t3-about */

.t3-about{
	background: none;
	overflow: hidden;
	padding-top: 40px;
}

.t3-about .about{
	background: none !important;
}

.t3-about .imageLeft-content::before{
	background: linear-gradient(to top, #ffffff 0%, #eaebed 100%);
	-webkit-background-clip: text;
	content: 'about';
	display: block;
	font-family: var(--ppc-secondary-font);
	font-size: 70px;
	font-weight: bold;
	margin: 0 0 -55px 0;
	text-transform: uppercase;

	-webkit-text-fill-color: transparent;
}

.t3-about h3.module-title{
	color: var(--ppc-primary-color);
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-bottom: 20px;
	position: relative;
}



.t3-about h3.module-title::after{
	background: rgba(148,184,112,1);
	background:    -moz-linear-gradient(left, rgba(148,184,112,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(148,184,112,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(148,184,112,1) 0%, rgba(255,255,255,1) 100%);
	background:      -o-linear-gradient(left, rgba(148,184,112,1) 0%, rgba(255,255,255,1) 100%);
	background:     -ms-linear-gradient(left, rgba(148,184,112,1) 0%, rgba(255,255,255,1) 100%);
	background:         linear-gradient(to right, rgba(148,184,112,1) 0%, rgba(255,255,255,1) 100%);
	        border-radius: 2px;
	   -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	bottom: 0;
	content: '';
	height: 4px;
	left: 0;
	position: absolute;
	width: 175px;

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94b870', endColorstr='#ffffff', GradientType=1 );
}

.t3-about h3.module-title strong{
	color: #000000;
	font-size: 36px;
	font-weight: 400;
	text-transform: none;
}

.t3-about ul{
	list-style: none;
	margin-left: 0 !important;
	white-space: nowrap;
}

.t3-about ul li a.about-phone{
	background-image: url(../images/icons/phone.png);
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 42px;
	   -moz-background-size: auto 42px;
	     -o-background-size: auto 42px;
	        background-size: auto 42px;
	color: var(--ppc-primary-color);
	display: block;
	font-size: 22px;
	font-weight: bold;
	line-height: 60px;
	padding-left: 55px;
}

.t3-about ul li a.about-phone:hover{
	color: var(--ppc-primary-hover);
}

@media (max-width: 767px){
	.banner .item .container{
		padding: 0;
	}
}

/* t3-gallery */
.t3-gallery{
	color: var(--ppc-black);
}

.t3-gallery h3.module-title{
	color: var(--ppc-primary-color);
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
}

.t3-gallery h3.module-title span{
	border-bottom: 7px solid var(--ppc-primary-color);
	display: inline-block;
	padding: 0 10px;
}


.t3-gallery h3.module-title strong{
	color: #000000;
	font-size: 36px;
	font-weight: 400;
	margin-top: 20px;
	text-transform: uppercase;
}

/*t3-support*/
.t3-support{
	background-image: url(../images/support-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: 50px 20px 30px;
}

.t3-support .t3-module{
	background: #ffffff;
	border-left: 8px solid var(--ppc-primary-color);
	max-width: 520px;
	padding: 20px;
}

.t3-support a{
	text-decoration: underline;
	text-transform: uppercase;
}

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

.t3-support a.btn{
	text-decoration: none;
}

.t3-support a.btn:hover,
.t3-support a.btn:focus{
	color: #ffffff;
}
/* t3-news-events */

.t3-news-events{
	background: none;
}

.t3-news-events .latest-des{
	display: none;
	text-align: center;
}

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

.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 .t3-module::before{
	background: linear-gradient(to top, #ffffff 0%, #eaebed 100%);
	-webkit-background-clip: text;
	content: 'news';
	display: block;
	font-family: var(--ppc-secondary-font);
	font-size: 70px;
	font-weight: bold;
	margin: 0 0 -55px 0;
	text-align: center;
	text-transform: uppercase;

	-webkit-text-fill-color: transparent;
}

.t3-news-events h3.module-title{
	color: var(--ppc-primary-color);
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}

.t3-news-events h3.module-title::after{
	background: rgba(148,184,112,1);
	background:    -moz-linear-gradient(left, rgba(148,184,112,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(148,184,112,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(148,184,112,1) 0%, rgba(255,255,255,1) 100%);
	background:      -o-linear-gradient(left, rgba(148,184,112,1) 0%, rgba(255,255,255,1) 100%);
	background:     -ms-linear-gradient(left, rgba(148,184,112,1) 0%, rgba(255,255,255,1) 100%);
	background:         linear-gradient(to right, rgba(148,184,112,1) 0%, rgba(255,255,255,1) 100%);
	        border-radius: 2px;
	   -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	bottom: 0;
	content: '';
	height: 4px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 175px;

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94b870', endColorstr='#ffffff', GradientType=1 );
}


.t3-news-events .latestnews-item{
	background: #ffffff;
	border: none;
	margin-bottom: 40px;
	padding: 0;
}

.t3-news-events .news_intro_image{
	padding-bottom: 0;
}

.news_intro_image h4{
	margin: 0;
}

.t3-news-events .intro_text{
	padding: 0 40px;
	position: relative;
}

.t3-news-events .latestnews-item .intro_text-inner{
	background: #ffffff;
	        border-radius: 6px;
	   -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 10px 60px 0 rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 10px 60px 0 rgba(0,0,0,0.15);
	        box-shadow: 0 10px 60px 0 rgba(0,0,0,0.15);
	margin-top: -40px;
	padding: 20px;
	position: relative;
	z-index: 2;
}

.t3-news-events .latestnews-item h3{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 0;
}

.t3-news-events .latestnews-item h3 a{
	color: var(--ppc-primary-color);
}

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

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

.t3-news-events .latestnews-item a.btn span{
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.t3-news-events .latestnews-item a.btn span:hover{
	color: var(--ppc-primary-hover);
}
.t3-news-events .latestnews-item a.btn span::after{
	border-bottom: 1px solid var(--ppc-primary-hover);
	bottom: -3px;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}

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

.t3-news-events .latestnews-item a.btn:hover span::after,
.t3-news-events .latestnews-item a.btn:focus span::after{
	display: none;
}

.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;
}


/* cta */

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

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



/**/
.t3-footer{
	background: var(--ppc-primary-color);
	border: none;
	color: #ffffff;
	font-family: var(--ppc-third-font);
	font-size: 14px;
	padding-top: 40px;
	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: 500;
	margin-bottom: 20px;
	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,
.footer a.btn:hover,
.footer a.btn:focus{
	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.75;
	margin: 0;
	padding: 0;
	position: relative;
	text-decoration: 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: #ffffff;
	padding-left: 0;
	text-decoration: underline;
}

.footer .nav span::after,
.footer .nav > li > a::after{
	content: '\f054';
	display: none;
	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{
	padding-bottom: 20px;
}

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

.footer-1 .t3-module{
	position: relative;
}

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

.footer-1 img{
	max-width: 307px;
	width: 100%;
}

/* 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;
}


/* Footer Socials */

.footer ul.nav.socialsmenu li + li{
	margin-left: 20px !important;
}

.footer ul.nav.socialsmenu li a{
	background: #ffffff;
	        border-radius: 100px;
	   -moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	color: #000000;
}

.footer ul.nav.socialsmenu li a:before{
	padding-right: 0;
}


.footer ul.nav.socialsmenu li a.aikonsearch-trigger{
	display: none;
}

.footer ul.nav.socialsmenu li a:hover,
.footer ul.nav.socialsmenu li a:focus{
	background: var(--ppc-primary-hover) !important;
	color: #ffffff !important;
}

.footer ul.nav.socialsmenu li a:hover::before,
.footer ul.nav.socialsmenu li a:focus::before{
	color: #ffffff !important;
}

/*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: var(--ppc-secondary-color);
	border-top: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	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: var(--ppc-primary-color);
	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;
}

/**/

.t3-very-bottom{
	position: relative;
}

.t3-very-bottom .container{
	padding-bottom: 20px;
	padding-top: 80px;
}


.t3-very-bottom-hline{
	border: 1px solid rgba(255,255,255,0.4);
	content: '';
	left: 20px;
	position: absolute;
	right: 20px;
	top: 30px;
	z-index: 1;
}

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

	filter: alpha(opacity=1);
}

.back-to-top{
	background: var(--ppc-secondary-color);
	border: none;
	        border-radius: 30px;
	   -moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	color: #ffffff;
	font-size: 24px;
	height: 60px;
	left: 50%;
	line-height: 60px;
	margin: 0;
	opacity: 1;
	position: absolute;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 60px;
	z-index: 1000;
}


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


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


.t3-very-bottom .nav span,
.t3-very-bottom .nav > li > a{
	background: none;
	border-radius: 0;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.75;
	margin: 0;
	padding: 5px 10px 5px 0;
	position: relative;
	text-decoration: none;

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



.t3-very-bottom .nav > li:first-child{
	border: none;
}

.t3-very-bottom .nav span{
	display: block;
}

.t3-very-bottom .nav > li + li{
	margin: 0;
}
.t3-very-bottom .nav > li > a:hover,
.t3-very-bottom .nav > li > a:focus,
.t3-very-bottom .nav > li.active > a,
.t3-very-bottom .nav > li.active > a:hover,
.t3-very-bottom .nav > li.active > a:focus{
	background: none;
	color: #ffffff;
	padding-left: 0;
	text-decoration: underline;
}

.t3-very-bottom .bottom-right .nav > li > a{
	text-align: right;
}


/* 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: var(--ppc-primary-color);
	font-size: 24px;
	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: #f4f9fc;
	border: none;
	font-weight: normal;
	margin-bottom: 30px;
	padding: 35px 35px 25px 35px;
	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: 10px !important;
}

.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: #ffffff;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: var(--ppc-primary-color);
	display: block;
	font-weight: 500;
	padding: 10px 30px 10px 15px;
	position: relative;
	text-align: left;
	text-transform: none;
}

.t3-sidebar li a:before{
	background: none;
	color: var(--ppc-primary-color);
	content: '\f101';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	right: 15px;
	text-decoration: inherit;
	top: 10px;

	-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: var(--ppc-primary-hover);
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #ffffff;
	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{
	color: #ffffff;
}


.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: none;
	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-bottom: 30px;
	padding-top: 50px;
}


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

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

.t3-content{
}
/* PPC
.jpb-page dl,
.jpb-page ol,
.jpb-page ul,
.t3-content ul{
	list-style: none;
	margin-left: 0 !important;
}
*/

.jpb-page dl,
.jpb-page ol,
.jpb-page ul,
{
	list-style: none;
	margin-left: 0 !important;
}

/*
.t3-content ul li{
	 padding-left: 25px; 
	position: relative;padding-left: 25px;
}
---PPC--- */
.t3-content ul li:before{
	color: var(--ppc-secondary-color);
	/*--adjust as necessary--*/
	content: '\f058';
	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;
}

.layout-blog .page-header{
	display: none;
}

.article-inner{
	padding: 0;
}

.article-intro a:hover,
.article-intro a:focus,
.article-intro a:active{
	color: var(--ppc-primary-hover);
}

.news_intro_image.margin-bottom-30{
	margin-bottom: 30px;
}

.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 0;
	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;
}

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

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

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

.category-desc{
	color: #666666;
	padding-bottom: 40px;
}

#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,
.item-page-artist h1.article-title{
	color: #000000;
	font-family: var(--ppc-secondary-font);
	font-size: 26px;
	font-weight: 500;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	text-transform: none;
}
.item-page-artist h1.article-title,
h1.page-title{
	border-bottom: 1px solid #e1e1e1;
}
.item-page-artist h1.article-title span,
h1.page-title span{
	border-bottom: 2px solid var(--ppc-primary-color);
	display: inline-block;
	padding-bottom: 10px;
	padding-right: 20px;
}

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

.item-page > article .article-header,
.article-header{
	border: none;
	margin: 0;
	padding: 0 0 10px 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;
}

.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-size: 24px;
	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: #000000;
	display: block;
}

.article-header h2.article-title a:hover,
.article-header h2.article-title a:focus{
	color: var(--ppc-primary-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: 20px;
	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;
}

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;
}

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;
}

.artist-item .article-header h2.article-title{
	text-align: center;
}

.item-page-artist .article-header ul,
.artist-item ul{
	display: block;
	list-style: none;
	margin: 0 !important;
	text-align: center;
}

.item-page-artist ul.fields-container,
.artist-item ul.fields-container{
	display: none;
}

.item-page-artist .article-header ul li,
.artist-item ul li{
	display: inline-block;
}

.item-page-artist .article-header li a,
.artist-item li a{
	border: none;
	font-size: 14px;
	padding: 0 15px;
	position: relative;
	text-decoration: underline;
	text-transform: uppercase;
}

.item-page-artist .article-header li a:hover,
.item-page-artist .article-header li a:focus,
.artist-item li a:hover,
.artist-item li a:focus{
	text-decoration: none;
}

.item-page-artist .article-header li a::before,
.artist-item li a::before{
	border-left: 1px solid var(--ppc-primary-color);
	content: '';
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.item-page-artist .article-header li:first-child a::before,
.artist-item li:first-child a::before{
	display: none;
}

.item-page-artist .article-header li:last-child a{
	padding-right: 0;
}

.items-row .artist-item .item-content .article-intro{
	margin-bottom: 0;
}

.items-row .item .artist-item .item-content  a.btn{
	display: block;
	text-align: center;
}

td,
tr td{
	border: none;
	padding: 5px;
}
form td{
	padding-bottom: 30px;
}
blockquote{
	background: none;
	border: none;
	color: var(--ppc-black);
	font-size: 18px;
	font-weight: 400;
	margin: 30px 0;
	padding: 0 0 0 70px;
	position: relative;
}

blockquote h3{
	color: #000000;
	font-size: 30px;
	font-weight: normal;
	position: relative;
	z-index: 2;
}

blockquote h3::before{
	border-left: 10px solid var(--ppc-primary-color);
	bottom: 0;
	content: '';
	left: -24px;
	position: absolute;
	top: 0;
	z-index: 10;
}

blockquote::before{
	border-left: 1px solid #e0e0e0;
	bottom: 0;
	content: '';
	left: 50px;
	position: absolute;
	top: 0;
	z-index: 1;
}
.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: none;
	margin: 0 0 30px;
	overflow: hidden;
	position: relative;
}

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



.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: var(--ppc-secondary-color);
	color: #ffffff;
}

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

.t3-sidebar .t3-module.greenbg .btn{
	position: relative;
}

.t3-sidebar .t3-module.greenbg .btn:hover,
.t3-sidebar .t3-module.greenbg .btn:focus{
	background: #ffffff !important;
	color: var(--ppc-primary-color);
}

.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: #383838 !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: #383838;
	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);
}


/* 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: #383838;
}

.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;
}

.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;
}

/* Providers */



.providers 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 137% 0;
	position: relative;
}


.provider-item ul.fields-container{
	display: block;
	list-style: none;
	margin-left: 0 !important ;
}


/*
.provider-item ul li{
	font-size: 18px;
	font-weight: 600;
	padding-left: 48px;
	position: relative;
}
*/
.provider-item ul li + li{
	margin-top: 10px;
}

.provider-item ul li::before{
	display: none;
}

.provider-item ul li .field-label{
	display: none;
}

.provider-item ul li.services{
	background: url(../images/icons/service.png) 0 3px no-repeat;
  padding: 5px 0px 5px 48px;
  font-size: 18px;
    font-weight: 600;
}


.provider-item ul li.locations{
	background: url(../images/icons/location.png) 0 3px no-repeat;
  padding: 5px 0px 5px 48px;
  font-size: 18px;
    font-weight: 600;
}

.provider-item ul li.appointment-link{
	background: url(../images/icons/Appt.png) 0 3px no-repeat;
  padding: 5px 0px 5px 48px;
  font-size: 18px;
    font-weight: 600;
}

.providers .items-row{
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.providers .items-row .item{
	margin-bottom: 0;
}

.providers .items-row .item + .item article{
	border-top: 1px solid #eaeaea;
	margin-top: 10px;
	padding-top: 30px;
}


.providers .items-row .item .item-content a.btn{
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	font-size: 14px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	width: 100%;
}

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

.providers .items-row .item-content .article-header .article-title{
	margin-bottom: 15px;
	text-align: center;
}

.providers .items-row .item .item-content{
	padding: 20px 0 0;
}

.providers .items-row .item-content .article-intro{
	margin-bottom: 0;
}

.provider-item .field-sub-label,
.provider-item .field-sub-value {
	color: #052460;
	font-size: 16px;
	text-decoration: underline;
}

.fields-container .field-value a {
	text-decoration: underline;
}

.provider-item .article-content {
	margin-top: 30px;
}

@media screen and (max-width: 991px) {
	.provider-item .article-title {
		margin-top: 20px !important;
	}
}



/* Gallery */
.droppicsgallerydefault .droppicspictures{
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
	column-gap: 14px;
}

.droppicsgallerydefault .wimg{
	float: none !important;
	height: auto !important;
	margin: 0  !important;
	margin-bottom: 20px;
	max-width: 100%;
	padding: 7px 0;
	text-align: center;
	width: auto !important;
}

.droppicsgallerydefault .img{
}


/* Locations */


.bloglocationblog .item-content{
	text-align: center;
}

.bloglocationblog .item-content .btn{
	min-width: 220px;
}

.bloglocationblog .item-content p{
	margin-bottom: 15px;
}

.bloglocationblog .items-row .item-content .article-header .article-title{
	margin-bottom: 15px;
}

.item-pagelocationblog .fields-container .map-link,
.item-pagelocationblog .fields-container .phone{
	display: none;
}


.item-pagelocationblog ul.fields-container{
	list-style: none;
	margin-left: 0 !important ;
}

.item-pagelocationblog ul li{
	padding-left: 30px;
	position: relative;
  	margin-left: -40px;
  list-style: none;
}

.item-pagelocationblog ul li .field-label{
	display: none;
}
/* Icon Thad
.item-pagelocationblog ul li::before{
	color: var(--ppc-third-color);
	content: '\f19d';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}
*/
.item-pagelocationblog ul li.services::before{
	content: '\f0fa';
}


.item-pagelocationblog ul li.providers::before{
	display: none !important;
}

.bloglocationblog .item-content .btn:hover,
.bloglocationblog .item-content .btn:focus{
	color: #ffffff;
}

.bloglocationblog h3.blog-image{
	padding: 0 0 55% 0;
}

.bloglocationblog h3.blog-image img{
	display: none;
}

.bloglocationblog .items-row .item-content .article-intro{
	margin-bottom: 0;
}

.bloglocationblog .items-row .item .item-content{
	padding: 10px 20px 0;
}

.bloglocationblog .items-row .item-content .article-header{
	padding-right: 0;
}


.item-pagelocationblog article.article .news_intro_image{
	padding-bottom: 20px;
}

/* Responsive */

@media (max-width: 479px){
	.banner a.btn{
		font-size: 14px;
		padding: 10px 15px;
	}
}

@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;
	}

	.get-started .form-inline .form-group{
		display: block;
	}

	.get-started .form-inline .form-control{
		display: block;
		width: 100%;
	}
}



/* 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{
		left: 15px;
	}

	.topmenu{
		float: left;
		padding-left: 15px;
	}

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

	.topmenu2{
		float: right;
	}

	.topmenu2-xs{
		float: left;
	}

	.t3-topmenu ul.nav li a,
	.t3-topmenu ul.nav li span{
		font-size: 14px;
	}

	.socials{
		clear: none;
		float: right;
		padding-left: 0;
		padding-right: 20px;
		position: relative;
	}

	.socials::before{
		border-left: 1px solid #8292b0;
		content: '';
		height: 18px;
		left: 0;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
		width: 1px;
	}

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

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


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

	.t3-banner{
		background: var(--ppc-primary-color);
	}

	.banner .banner-next,
	.banner .banner-prev{
		display: none !important;
	}

	.banner .item .slider-image{
		float: left;
		margin-right: 1px;
		width: 60%;
	}

	.banner .banner-intro{
		background: none;
		padding: 85px 0 0 0;
		position: absolute;
		right: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
		width: 50%;
	}

	.banner h6{
		left: -25px;
	}

	.banner .owl-dots{
		display: none;
	}

	.banner .owl-theme .owl-dots .owl-dot span{
		background: var(--ppc-secondary-color);
		        border-radius: 0;
		   -moz-border-radius: 0;
		-webkit-border-radius: 0;
		height: 5px;
		margin-left: 12px;
		margin-right: 0;
		padding: 0;
		width: 24px;
	}

	.owl-theme .owl-dots .owl-dot.active span,
	.owl-theme .owl-dots .owl-dot:hover span{
		background: var(--ppc-primary-color);
	}

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

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

	.banner .item{
		padding: 0;
	}

	#t3-gallery .container,
	.t3-banner .container{
		max-width: 1800px;
		padding: 0;
		width: 96%;
	}

	/* HOME */

	.navbar-header{
		float: none;
	}

	.t3-givingday{
		padding-bottom: 20px;
		padding-top: 40px;
	}

	.t3-givingday h3.module-title{
		margin-top: 30px;
	}

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

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

	.about-img img{
		width: 400px;
	}

	.t3-about ul li{
		display: inline-block;
		padding-right: 20px;
		position: relative;
	}

	.t3-about ul li + li{
		padding: 0 20px 0 23px;
	}

	.t3-about ul li a{
		position: relative;
	}

	.t3-about ul li::before{
		border-left: 3px solid #e8ebec;
		content: '';
		height: 30px;
		left: 0;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
		z-index: 1;
	}

	.t3-about ul li:first-child::before{
		display: none;
	}


	.t3-news-events .t3-module{
		position: relative;
	}


	.t3-news-events .latest-des{
		position: absolute;
		right: 0;
		top: 10px;
	}

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

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

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

	.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;
	}

	.footer{
		padding-bottom: 40px;
	}

	.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;
	}

	.items-row .item + .item{
		border-left: none;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px){
	.fullvwwrap{
		overflow: hidden;
	}
	.fullvw{
		width: 58vw;
	}

	.topmenu{
		padding-left: 0;
	}

	.t3-topmenu .container{
		width: 100%;
	}

	.topmenu ul.nav{
		padding-left: 5px;
	}

	.socials{
		padding-right: 0;
	}


	.logo{
		background: #ffffff;
		left: 0;
		padding-left: 0;
		position: absolute;
		top: 61px;
		width: auto;
		z-index: 100;
	}

	.logo-image{
		max-height: none;
		max-width: 300px;
		padding: 15px 0;
		position: relative;
	}

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

	.patient-portal li a{
		font-size: 16px;
		height: 50px;
		line-height: 50px;
		padding: 0 25px;
	}

	.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-topmenu ul.nav li a,
	.t3-topmenu ul.nav li span{
		font-size: 16px;
	}

	.t3-mainnav .t3-navbar{
		border: none;
		display: block;
		padding: 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: none;
		margin: 0;
		padding-right: 0;
		text-align: right;
	}


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

	/* HOME */


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

	.banner .item{
		padding: 0;
	}

	.banner .item .slider-image{
		width: 50%;
	}


	.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-banner-inner .module-inner{
		padding: 30px 0 30px;
	}

	.t3-banner-inner .module-title::before{
		font-size: 200px;
		margin-bottom: -100px;
	}

	.t3-banner-inner .module-title-bg{
		font-size: 50px;
	}

	.get-started .t3-module{
		padding: 30px;
		text-align: left;
	}

	.get-started label{
		display: inline-block;
		line-height: 50px;
		margin: 0;
		padding: 0 5px;
	}

	.get-started .form-inline{
		display: flex;
		margin: 0;
		padding: 0;

		align-items: center;
		gap: 0.8em;
	}

	.get-started .form-inline .form-group{
		margin: 0;

		flex-basis: 30%;
	}

	.get-started .form-inline .form-control{
		width: 100%;
	}

	.get-started .btn{
		height: 50px;
		line-height: 50px;
		margin-left: 5px;
		margin-top: 0;
		padding: 0 30px;
	}

	.t3-locations-services h6{
		font-size: 170px;
		margin-bottom: -90px;
	}

	.t3-locations-services h3.module-title{
		font-size: 48px;
		margin-bottom: 60px;
	}

	.t3-givingday{
		padding-bottom: 60px;
		padding-top: 80px;
		position: relative;
	}

	.t3-givingday h3.module-title{
		margin-top: 0;
	}

	.t3-givingday .imageLeft-img img{
		opacity: 0;
	}

	.t3-givingday .container{
		position: static;
	}

	.t3-givingday .imageLeft-full{
		background-position: center right;
		background-repeat: no-repeat;
		-webkit-background-size: auto 100%;
		   -moz-background-size: auto 100%;
		     -o-background-size: auto 100%;
		        background-size: auto 100%;
		bottom: 0;
		left: 0;
		position: absolute;
		right: calc(50vw + 40px);
		top: 0;
	}

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

	.t3-about .imageLeft-content::before{
		font-size: 130px;
		margin-bottom: -95px;
	}

	.t3-about h3.module-title{
		font-size: 30px;
	}

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

	.t3-about .row-eq-height,
	.t3-about2 .row-eq-height{
		align-items: center;
	}

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

	.t3-support{
		padding-bottom: 60px;
		padding-left: 10%;
		padding-top: 100px;
	}

	.t3-news-events{
		padding-bottom: 0;
	}

	.t3-news-events h3.module-title{
		margin-bottom: 60px;
	}

	.t3-news-events .news_intro_image{
		margin-bottom: 0;
	}

	.t3-news-events .latestnews-item{
		height: 100%;
		margin-bottom: 40px;
	}

	.t3-news-events .latestnews-item .intro_text{
		height: calc(100% - 261px);
	}

	.t3-news-events .latestnews-item .intro_text-inner{
		height: 100%;
	}

	.t3-news-events .latestnews-item .intro_text-inner h4{
		margin-bottom: 40px;
	}

	.t3-news-events .t3-module::before{
		font-size: 130px;
		margin-bottom: -95px;
	}

	.t3-news-events h3.module-title{
		font-size: 30px;
	}

	.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;
	}


	.article-inner{
		padding: 0;
	}

	.article-tags > label{
		padding-left: 0;
	}

	.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: 30px;
		margin-bottom: 20px;
	}

	.blog .article-header h2.article-title{
		font-size: 24px;
	}

	.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: 30px;
		padding-top: 60px;
	}

	.items-row{
		padding-bottom: 30px;
	}
	.ja-products-wrapper.list .list .product-item .product-item-info,
	.items-row .item{
		/* height: 100%;
		margin: 0;
		overflow: hidden;
		padding: 0;
		*/
	}
	.ja-products-wrapper.list .list .product-item .product-item-info .product-item-details .news_intro_image,
	.items-row .item .news_intro_image{
	}

	.ja-products-wrapper.list .list .product-item .product-item-info .product-item-actions a.btn,
	.items-row .item .item-content a.btn{
	}

	.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;
	}

	.providers .items-row .item + .item article{
		border-top: none;
		margin-top: 0;
		padding-top: 0;
	}

	.providers .items-row .item + .item{
		border-left: 1px solid #eaeaea;
	}

	.providers .article-intro p:last-child{
		margin-bottom: 0;
	}

	.providers .items-row{
		padding-bottom: 30px;
	}

	.providers .items-row:last-child{
		border: none;
		padding-bottom: 0;
	}

	.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: 100px;
	}

	.footer{
		padding-bottom: 0;
		padding-top: 0;
		position: relative;
	}



	.footer-2 .module + .module,
	.footer-3 .module + .module,
	.footer-4 .module + .module{
		padding-top: 0;
	}

	.t3-very-bottom .container{
		padding-bottom: 30px;
		padding-top: 60px;
	}

	.t3-very-bottom .nav > li{
		display: inline-block;
	}

	.t3-very-bottom .nav > li + li{
		padding-left: 20px;
	}

	.bottom-right .nav{
		text-align: right;
	}

	.bottom-right .nav > li a{
		text-align: left;
	}

	.bottom-right .nav > li + li{
		padding-left: 20px;
	}


	.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;
	}

	.row-flex{
		display: flex;
	}

	blockquote{
		padding-left: 110px;
		padding-right: 100px;
	}


	blockquote h3::before{
		border-left: 10px solid var(--ppc-primary-color);
		bottom: 0;
		content: '';
		left: -35px;
		position: absolute;
		top: 0;
		z-index: 10;
	}

	blockquote::before{
		border-left: 1px solid #e0e0e0;
		bottom: 0;
		content: '';
		left: 80px;
		position: absolute;
		top: 0;
		z-index: 1;
	}



	.item-page-artist .article-header ul{
		bottom: 60px;
		position: absolute;
		right: 0;
	}

	.provider-item h1.article-title,
	.provider-item .article-header h1,
	.item-page > article.provider-item .article-header .article-title{
		font-size: 48px;
	}

	.bloglocationblog .items-row .item-content .article-header .article-title{
		min-height: 50px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px){
	.off-canvas-toggle{
		display: none;
	}

	.t3-header > .container{
		width: 100%;
	}

	#t3-mainnav{
		display: block;
		padding-top: 0;
	}

	#t3-mainnav{
		margin-top: 0;
	}

	.banner .banner-intro{
		padding-right: 0;
		width: 45%;
	}

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

	.banner h6{
		font-size: 140px;
		left: -50px;
		text-align: left;
		top: -30px;
	}


	.banner .owl-carousel .owl-item img{
		float: right;
		height: 100%;
		width: auto;
	}
	.banner .banner-intro-bottom{
		padding-right: 70px;
		right: 43%;
	}

	.banner .owl-dots{
		padding-right: 75px;
		right: 43%;
	}

	.banner .item .slider-image{
		text-align: right;
		width: 46%;
	}

	.banner .banner-intro-inner{
		margin: 0;
		max-width: none;
	}

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

	.get-started .t3-module{
		padding: 40px 50px 50px;
		top: -70px;
	}

	.get-started label{
		padding: 0 15px;
	}

	.get-started .btn{
		margin-left: 15px;
	}

	.t3-support .t3-module{
		padding: 50px 50px 30px;
	}

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

	.navbar-default .navbar-nav > li > a{
	}

	.t3-about .imageLeft-content::before{
		font-size: 150px;
		margin-bottom: -115px;
	}

	.t3-about h3.module-title{
		font-size: 46px;
	}

	.t3-news-events .t3-module::before{
		font-size: 150px;
		margin-bottom: -115px;
	}

	.t3-news-events h3.module-title{
		font-size: 46px;
	}

	.t3-news-events .latestnews-item{
		margin-bottom: 0;
	}

	.t3-news-events{
		padding-bottom: 60px;
	}


	.t3-about .imageLeft-img{
		padding-right: 70px;
	}

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

	.t3-footer{
		overflow: hidden;
	}

	.footer{
		position: relative;
	}




	.sb-horizontal.ja-mg-sidebar #jamegafilter-search-btn{
		margin-left: 20px;
	}

	.dashboard-charts{
		padding: 0 60px;
	}

	.droppicsgallerydefault .droppicspictures{
		-webkit-column-count: 4;
		   -moz-column-count: 4;
		        column-count: 4;
		column-gap: 30px;
	}

	.droppicsgallerydefault .wimg{
		float: none !important;
		height: auto !important;
		margin: 0  !important;
		margin-bottom: 20px;
		max-width: 100%;
		padding: 15px 0;
		text-align: center;
		width: auto !important;
	}

	.droppicsgallerydefault .img{
	}
}





@media (min-width: 1600px){
	.logo-image{
		left: calc((100vw - 1560px)/2 - 8px);
	}
	.socials{
		padding-right: 5px;
	}

	.topimg{
		left: -60px;
		position: absolute;
		top: 10px;
	}

	.top1 .module{
		padding-left: 0;
		padding-right: 0;
	}

	#t3-header .container{
		max-width: 1560px;
		padding: 0;
		width: 96%;
	}

	.patient-portal{
		right: 0;
		z-index: 100;
	}

	.t3-about .imageLeft-content::before{
		font-size: 200px;
		margin-bottom: -150px;
	}

	.t3-news-events .t3-module::before{
		font-size: 200px;
		margin-bottom: -150px;
	}

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

	#t3-mainnav{
		clear: none;
		display: block;
		float: none;
		margin-top: 0;
		padding: 0;
		padding-right: 0;
		position: relative;
		right: auto;
		top: auto;
		width: auto;
	}

	.banner h6{
		font-size: 180px;
		left: -70px;
		top: -65px;
	}

	.blog #item-container{
		left: -144px;
		position: relative;
		width: 1400px;
	}

	.items-row .item .item-content{
		padding: 15px 35px 25px;
	}

	.bloglocationblog .items-row .item .item-content{
		padding-top: 0;
	}

	.t3-about .container{
		width: 1440px;
	}
}


@media (min-width: 1750px){
	.topmenu ul.nav{
		padding-left: 10px;
	}
	.banner h2{
		font-size: 80px;
	}
}


@media (min-width: 1920px){
	.banner h2{
		font-size: 80px;
	}

	.t3-mainnav .t3-navbar{
		padding-left: 0;
	}
}


@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;
	}
}

.block-main-top{
	margin: 0 auto;
}
.block-main-top .t3-module{
	margin-bottom: 0;
}


.visible-custom-fields .fields-container{
	display: block;
}
.visible-custom-fields .field-entry.phone,
.visible-custom-fields .field-entry.services{
	display: none;
}
