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

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

:root{
	--ppc-black: #333333;
	--ppc-dark-gray: #939393;
	--ppc-light-gray: #f2f4f8;
	--ppc-primary-color: #337dbc;
	--ppc-primary-font: 'Poppins', sans-serif;
	--ppc-primary-hover: #181732;
	--ppc-secondary-color: #181732;
	--ppc-secondary-font: 'Poppins', sans-serif;
	--ppc-third-color: #337dbc;
}



html{
	font-size: 16px;
}

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


.items-row .item-content .article-intro,
.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;
}

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: 0;
	text-decoration: inherit;

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

.dropdown-menu > li > a{
	text-decoration: none;
}


ul.nav{
	margin-left: 0;
}


ul.inline{
	font-size: 0;
	text-align: center;
}

ul.inline li{
	background: none !important;
	display: inline-block;
	margin: 10px;
	padding: 0 !important;
}

p{
	line-height: 1.75;
	margin: 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: 34px;
	font-weight: bold;
}

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

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

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

h3.module-title{
	background-image: url(../images/heading-backgroud.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	-webkit-background-size: 207px auto;
	   -moz-background-size: 207px auto;
	     -o-background-size: 207px auto;
	        background-size: 207px auto;
	color: #000000;
	font-family: var(--ppc-secondary-font);
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
	padding-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
}


h3.module-title strong{
	font-weight: 700;
	position: relative;
}

.radio,
.checkbox{
	padding-left: 20px;
}

a.readmore{
	background: var(--ppc-primary-color);
	border: none;
	color: #ffffff;
	font-size: 1rem;
	padding: 12px 28px;
}
a.readmore:hover{
	background: var(--ppc-secondary-color);
	border: none;
	color: #ffffff;
}

section.readmore{
	margin-top: 5px;
}

form{
	padding-bottom: 20px;
}

select,
textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
.inputbox{
	background: #ffffff!important;
	border: none !important;
	border-bottom: 1px solid #dddddd !important;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	color: #a3a3a3;
	height: 48px;
	line-height: 48px;
	text-transform: uppercase;
}
input[type='text']{
	height: 48px;
	line-height: 48px;
	width: 100%;
}
textarea.input-large,
textarea{
	height: 300px;
	width: 100%;
}

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

select,
select.form-control,
select.inputbox,
select.input{
	        border-radius: 8px;
	   -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: none;
	height: 48px;
	padding: 10px;
	padding-right: 5px;
	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: #a3a3a3 !important;
	opacity: 1;
}
::-webkit-input-placeholder{
	/* Chrome/Opera/Safari */
	color: #a3a3a3!important;
	opacity: 1;
}
::-moz-placeholder{
	/* Firefox 19+ */
	color: #a3a3a3!important;
}
:-ms-input-placeholder{
	/* IE 10+ */
	color: #a3a3a3!important;
}
:-moz-placeholder{
	/* Firefox 18- */
	color: #a3a3a3!important;
}


select[disabled],
textarea[disabled],
input[type='text'][disabled],
input[type='password'][disabled],
input[type='datetime'][disabled],
input[type='datetime-local'][disabled],
input[type='date'][disabled],
input[type='month'][disabled],
input[type='time'][disabled],
input[type='week'][disabled],
input[type='number'][disabled],
input[type='email'][disabled],
input[type='url'][disabled],
input[type='search'][disabled],
input[type='tel'][disabled],
input[type='color'][disabled],
.inputbox[disabled],
select[readonly],
textarea[readonly],
input[type='text'][readonly],
input[type='password'][readonly],
input[type='datetime'][readonly],
input[type='datetime-local'][readonly],
input[type='date'][readonly],
input[type='month'][readonly],
input[type='time'][readonly],
input[type='week'][readonly],
input[type='number'][readonly],
input[type='email'][readonly],
input[type='url'][readonly],
input[type='search'][readonly],
input[type='tel'][readonly],
input[type='color'][readonly],
.inputbox[readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type='text'],
fieldset[disabled] input[type='password'],
fieldset[disabled] input[type='datetime'],
fieldset[disabled] input[type='datetime-local'],
fieldset[disabled] input[type='date'],
fieldset[disabled] input[type='month'],
fieldset[disabled] input[type='time'],
fieldset[disabled] input[type='week'],
fieldset[disabled] input[type='number'],
fieldset[disabled] input[type='email'],
fieldset[disabled] input[type='url'],
fieldset[disabled] input[type='search'],
fieldset[disabled] input[type='tel'],
fieldset[disabled] input[type='color'],
fieldset[disabled] .inputbox{
	width: 100% !important;
}

.formControlLabel{
	display: none;
}

hr{
	border: 0;
	border-top: 1px solid #b5b5b5;
	margin-bottom: 20px;
	margin-top: 0;
}
.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: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #ffffff;
	display: inline-block;
	font-family: var(--ppc-secondary-font);
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	position: relative;
	text-shadow: none;
	text-transform: none;
}

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

.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);
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	padding: 15px 30px !important;
	text-transform: uppercase;
}

.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: 0 30px !important;
}

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

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

.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{
	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 0 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 > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
div.k2Pagination ul li a{
	background: #ffffff;
	border: 1px solid #dfe9f1;
	color: #022147;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 17px 21px;
}

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: #f2f2f2;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	margin-right: 0;
	padding: 17px 21px;
	text-transform: uppercase;
}

.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: #f2f2f2;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	margin-left: 0;
	padding: 17px 21px;
	position: relative;
	text-transform: uppercase;
}

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

.counter{
	display: 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;
}
.article-content .pagination ul 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{
	background: transparent;
	background: var(--ppc-primary-color);
	border: 1px solid var(--ppc-primary-color);
	color: #ffffff;
	font-weight: bold;
}

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

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

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

ul.nav.socialsmenu li a{
	background: #ffffff;
	border: none;
	        border-radius: 100px;
	   -moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	color: var(--ppc-primary-color);
	font-family: FontAwesome;
	font-size: 20px;
	height: 50px;
	margin: 0 ;
	margin-right: 10px;
	padding: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-indent: -9999em;
	text-transform: uppercase;
	width: 50px;

	-webkit-font-smoothing: antialiased;
}

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


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

ul.nav.socialsmenu li.active a{
	color: var(--ppc-secondary-color) !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){
	.video{
		padding-top: 0;
	}

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

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

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

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

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

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

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

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

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

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


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

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


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

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

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


.t3-topmenu p{
	margin: 0;
}

.topmenu .module{
	margin: 0;
}

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

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

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

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

.topmenu ul.nav li::before{
}


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

	-webkit-font-smoothing: antialiased;
}


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

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



.topmenu2 .module{
	margin: 0;
}

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

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

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

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

.topmenu2 ul.nav li::before{
}


.topmenu2 ul.nav li a,
.topmenu2 ul.nav li span{
	border: none;
	color: #ffffff;
	font-size: 13px;
	line-height: 50px;
	margin: 0;
	padding: 0 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.topmenu2 ul.nav .caret{
	border-bottom-color: var(--ppc-primary-hover);
	border-top-color: var(--ppc-primary-hover);
}


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

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

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

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

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

/* request-an-appointment */

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


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

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

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

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


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

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

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

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

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

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

/**/

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

.logo-image a{
	display: block;
}

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

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

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

.t3-header{
	background: #337dbc;
	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: 60px;
}

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

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


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

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


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

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

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

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

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

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

	filter: alpha(opacity=100);
}

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

.off-canvas-toggle{
	background: none;
	border: none;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #ffffff;
	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;
}


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

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


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

.nav.navbar-nav li.open > a,
.nav.navbar-nav li.active > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
	background: none;
	color: var(--ppc-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-primary-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: 500;
	padding: 5px;
	text-decoration: none;
	text-transform: none;
	white-space: nowrap;
}
.t3-megamenu .mega-nav > li > a:hover,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus{
	background: none;
	color: var(--ppc-secondary-color);
}


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

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

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

/* banner */

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


.banner{
	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;
	padding-top: 75%;
	position: relative;
	text-align: center;
}

.banner .banner-intro{
	color: #ffffff;
	font-style: italic;
	left: 50%;
	position: absolute;
	text-shadow: 2px 2px 4px #000000;
	top: 40%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 100%;
}

.banner h2{
	color: #ffffff;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 0;
	text-shadow: 2px 2px 4px #000000;
	text-transform: uppercase;
}

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

.banner .banner-intro-inner{
	padding: 0 15px;
}

.banner .slide-link{
	display: none;
	padding-top: 20px;
}

.banner .slide-link a.btn{
	background: var(--ppc-primary-color);
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	font-size: 11px;
	padding: 10px 20px;
	text-transform: uppercase;
}

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

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

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

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

.owl-banner-dots{
	display: none;
	position: absolute;
	right: 100px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 70px;
	z-index: 2;
}

.owl-banner-dots button{
	background: none;
	border: none;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #ffffff;
	display: block;
	font-size: 14px;
	height: 50px;
	opacity: 0.5;
	position: relative;
	text-align: right;
	transition: all 200ms;
	width: 70px;
}

.owl-banner-dots button span{
	display: block;
	line-height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	transition: all 200ms;
	width: 16px;
}

.owl-banner-dots button::after{
	background: #ffffff;
	content: '';
	display: none;
	height: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 30px;
}

.owl-banner-dots button.active{
	opacity: 1;
}

.owl-banner-dots button.active::after{
	display: block;
}

.owl-banner-dots button.active span{
	display: block;
	left: 0;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(0);
	    -ms-transform: rotate(0);
	        transform: rotate(0);
	width: 16px;
}

.owl-banner-dots button:hover{
	color: #000000;
}
.owl-banner-dots button.active:hover,
.owl-banner-dots button.active:hover::after{
	color: #ffffff;
}

/* Banner inner */



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


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

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


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

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


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

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

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

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

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

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

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

/* Home */

/* Top */

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

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

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

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


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

.features{
	background: none;
	padding-top: 0;
}


.features .feature{
	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: 100vw;
	position: relative;
}

.features .t3-module{
	color: #ffffff;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.features .t3-module h3.module-title{
	background: rgba(29, 42, 84, 0.7);
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
	left: 15px;
	line-height: 66px;
	margin: 0;
	padding: 0 25px;
	position: absolute;
	right: 15px;
	text-align: left;
	text-transform: none;
	top: 30px;
}

.features .module-inner > a{
	background: rgba(29, 42, 84, 0.6);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.features .module-inner > a:hover{
	background: none;
}

.features .module-inner > a > span{
	color: #ffffff;
	display: inline-block;
	font-weight: 400;
	height: 30px;
	left: 50%;
	line-height: 30px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 130px;
	z-index: 3;
}

.features .module-inner > a > span::before{
	background: #ffffff;
	content: '';
	height: 15px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 2px;
}


.features .module-inner > a > span::after{
	background: #ffffff;
	content: '';
	height: 2px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 15px;
}


.features .module-inner > a > span > span::before{
	background: #ffffff;
	bottom: 0;
	content: '';
	height: 2px;
	opacity: 0;
	position: absolute;
	right: 0;
	width: 15px;
}


.features .module-inner > a > span > span::after{
	background: #ffffff;
	bottom: 0;
	content: '';
	height: 15px;
	opacity: 0;
	position: absolute;
	right: 0;
	width: 2px;
}


.features .module-inner > a:hover span::before,
.features .module-inner > a:hover span::after{
	opacity: 1;
	transition: all 100ms;
}

/* t3-about */

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

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

.t3-about h3.module-title{
}

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

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


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


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

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

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

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

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

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

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

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


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

/* t3-quick-contact */

.t3-quick-contact{
	background: #ffffff;
	padding-top: 40px;
}

.t3-quick-contact h3.module-title{
	font-weight: bold;
}

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

.rsform-block-send .btn-primary{
	background: var(--ppc-secondary-color);
}


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


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

/* t3-news-events */

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

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

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

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

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

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

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

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

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

.t3-partners{
	background: var(--ppc-secondary-color);
	padding-bottom: 20px;
	padding-top: 40px;
}

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

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

.t3-partners .owl-carousel .owl-stage .sponsor-item{
	display: flex;
	height: 100%;
	text-align: center;

	align-items: center;
	justify-content: center;
}

/* t3-schedule-meeting */

.bottom{
	background: #ffffff;
	padding-bottom: 30px;
}

.bottom .container{
	padding: 0;
}

.find-a-dealer{
	background-image: url(../images/find-a-dealer.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	color: #ffffff;
	margin-top: 20px;
	padding: 40px 20px;
	text-align: center;
}

.find-a-dealer h3.module-title{
	background: none;
	color: #ffffff;
	padding: 0;
}

.find-a-dealer h4{
	font-size: 18px;
	margin-top: 40px;
	text-transform: uppercase;
}

.find-a-dealer h4 a{
	color: #ffffff;
}

.find-a-dealer h4 a:hover{
	text-decoration: underline;
}


.join-our-team{
	background-image: url(../images/join-our-team.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	color: #ffffff;
	margin-top: 20px;
	padding: 40px 20px;
	text-align: center;
}

.join-our-team h3.module-title{
	background: none;
	color: #ffffff;
	padding: 0;
}

.join-our-team h4{
	font-size: 18px;
	margin-top: 40px;
	text-transform: uppercase;
}

.join-our-team h4 a{
	color: #ffffff;
}

.join-our-team h4 a:hover{
	text-decoration: underline;
}


/* cta */

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

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


.modal{
	padding: 0!important;
	text-align: center;
}

.modal:before{
	content: '';
	display: inline-block;
	height: 100%;
	margin-right: -4px;
	vertical-align: middle;
}

.modal-dialog{
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.modal .modal-title{
	font-size: 30px;
	text-align: center;
}

.modal .modal-header{
	border-bottom: none;
	position: relative;
	z-index: 2;
}

.modal .thankyouMessage{
	display: none;
	font-size: 18px;
	text-align: center;
}

.modal .thankyouMessage h2{
	font-size: 20px;
}

.modal .thankyouMessage img{
	max-width: 40px;
}

.modal-dialog{
	min-width: 400px;
}

.modal-header .close{
	border: 2px solid #484848;
	        border-radius: 100px;
	   -moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	color: #484848;
	font-size: 18px;
	height: 24px;
	line-height: 20px;
	opacity: 1;
	padding: 0;
	top: 23px;
	width: 24px;
}

.modal-header .close:hover,
.modal-header .close:focus{
	border: 2px solid var(--ppc-primary-color);
	color: var(--ppc-primary-color);
}

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


/* t3-what-is-include */

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

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

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

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

.t3-footer p{
	margin-bottom: 0;
}

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


.t3-footer .t3-module{
	background: none;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 0;
}

.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: 18px;
	font-weight: 600;
	margin-bottom: 0;
	padding-bottom: 0;
	position: relative;
	text-align: left;
}

.t3-footer .module-title::before{
	background: var(--ppc-secondary-color);
	bottom: 0;
	content: '';
	height: 2px;
	left: 0;
	position: absolute;
	width: 20px;
}

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


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


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

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

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

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

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

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

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

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

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



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


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

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



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

.footer .nav span{
	display: block;
}

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

.footer .nav span::after,
.footer .nav > li > a::after{
	content: '\f054';
	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 h3{
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 20px;
	text-transform: uppercase;
}

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

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

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

/* Footer 2*/
.footer-2{
	padding-top: 40px;
}

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

.contact-info h3.module-title{
	font-size: 14px;
}

.contact-info a{
	text-decoration: underline;
	text-transform: uppercase;
}

.contact-info a:hover{
	text-decoration: none;
}

/*form-search*/

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

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

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

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



/**/
.t3-copyright{
	background: #23366e;
	border-top: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	font-weight: normal;
	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: #232323;
	color: var(--ppc-primary-color);
	display: inline-block;
	padding: 5px 10px 5px 0;
	text-decoration: none;
}

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

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

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

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

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

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

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

/**/

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

	filter: alpha(opacity=1);
}

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

	filter: alpha(opacity=0);
}

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


/* Sidebar */

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

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


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

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

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

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


.t3-sidebar .t3-module + .t3-module .module-title,
.item-sidebar .t3-module + .t3-module .module-title,
.t3-sidebar .module-title{
	background: none;
	border: none;
	color: var(--ppc-black);
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}

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

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

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


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

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

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

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

.fieldacyemail{
	position: relative;
}


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


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

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


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


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

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

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

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

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

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

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

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


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


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

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

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

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


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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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



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


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

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

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

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

h2.nn_sliders-title{
	display: none;
}


/* Content */


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


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

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

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

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

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

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

.article-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: 1px solid var(--ppc-light-gray);
	margin-bottom: 30px;
	padding-bottom: 20px;
}

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

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

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

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


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

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

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

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

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: #232323;
	display: block;
	font-size: 100%;
	font-weight: 300;
}

.article-title span.red,
.article-header h1 span.red,
h1.page-title span.red{
	color: #232323;
	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: #1c1c1c;
	display: block;
}

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

.blog .article-header h2.article-title{
	font-weight: 700;
	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: #232323;
	display: block;
}

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

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 56% 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;
}
td,
tr td{
	border: none;
}
form td{
	padding-bottom: 30px;
}
blockquote{
	background: url(../images/quote.png) left 5px no-repeat;
	border: none;
	color: #022147;
	font-size: 24px;
	font-weight: 400;
	margin: 30px 0;
	padding: 0 0 0 70px;
	position: relative;
}

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

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


.items-row .item{
	background: none;
	margin: 0 0 10px;
	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: #00512f;
	color: #ffffff;
	padding: 30px 20px 20px;
	text-align: center;
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

/* Let's connect */

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

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

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

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

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


/* Responsive */




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

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

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


	img.pull-left,
	img.pull-right{
		clear: both;
		display: block;
		float: none !important;
		margin-bottom: 10px;
	}
}
@media (max-width: 767px){
	.contact-info .t3-module{
		width: 50%;
	}
}




/* Small devices (tablets, 768px and up) */
@media (min-width: 768px){
	img.pull-left{
		margin-bottom: 20px;
		margin-right: 20px;
	}
	img.pull-right{
		margin-bottom: 20px;
		margin-left: 20px;
	}

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

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

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

		-webkit-font-smoothing: auto ;
	}

	.topmenu ul.nav li a:hover,
	.topmenu ul.nav li span:hover{
		color: var(--ppc-primary-hover);
	}

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

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

	.features .feature{
		padding-top: 50vw;
	}

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

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

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

	.about1 .module{
		padding: 0;
	}

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

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

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

		align-items: center;
	}

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


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

	.banner .item{
		height: 400px;
		padding: 0;
	}



	/* HOME */


	.navbar-header{
		float: none;
	}

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

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

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

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

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

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


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

	.about ul{
	}

	.about ul li{
	}

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

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


	.t3-content{
		background: #ffffff;
	}

	.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-2{
		padding-bottom: 20px;
	}

	.contact-info .row-eq-height{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;

		flex-wrap: wrap;
	}



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

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

	.dflex{
		display: flex;

		align-items: center;
	}

	h1{
		font-size: 44px;
	}

	h2{
		font-size: 40px;
	}


	.logo{
		background: none;
		left: -30px;
		padding-left: 0;
		position: absolute;
		top: 7px;
		width: auto;
		z-index: 100;
	}

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

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

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

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


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

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

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

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

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


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


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

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

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

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

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

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


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

	.topmenu{
	}

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

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

	/* HOME */

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

	.banner .item{
		height: 45vw;
		max-height: 800px;
		padding: 0;
		text-align: left;
	}


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

	.banner .banner-next{
		display: none;
		right: 15px;
	}

	.banner .banner-prev{
		display: none;
		left: 15px;
	}

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


	.t3-top{
		position: relative;
		z-index: 90;
	}

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

	.top1 .module{
		padding: 40px 40px 0 90px;
	}

	.top2 .module{
		background: #ffffff;
		-webkit-box-shadow: 0 0 30px 5px rgba(0,0,0,0.5);
		   -moz-box-shadow: 0 0 30px 5px rgba(0,0,0,0.5);
		        box-shadow: 0 0 30px 5px rgba(0,0,0,0.5);
		margin-bottom: 0;
		padding: 40px 20px 20px;
		position: relative;
		top: -70px;
		z-index: 2;
	}

	.top2 h3.module-title{
		font-size: 26px;
	}

	/* Features */

	.features{
		padding: 0;
	}

	.features .t3-module{
		height: 100%;
		margin: 0;
	}

	.features .t3-module h3.module-title{
		font-size: 16px;
		margin-bottom: 20px;
	}

	.features .feature{
		padding-top: 300px;
	}

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

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

	.t3-about .row{
		margin-left: 0;
		margin-right: 0;

		align-items: center;
	}



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

	.about1 .module{
		padding-right: 40px;
		text-align: right;
	}

	.about3 .module{
		padding-left: 40px;
	}

	/* .bottom */

	.bottom{
		padding-top: 40px;
	}

	.bottom .container-fluid{
		padding-left: 0;
		padding-right: 0;
	}

	.join-our-team,
	.find-a-dealer{
		height: 100%;
		margin-top: 0;
		padding: 0;
		position: relative;
	}

	.join-our-team .t3-module,
	.find-a-dealer .t3-module{
		padding: 60px 60px 80px;
	}

	.join-our-team,
	.join-our-team h3.module-title{
		text-align: left;
	}

	.find-a-dealer,
	.find-a-dealer h3.module-title{
		text-align: right;
	}

	.join-our-team h4,
	.find-a-dealer h4{
		bottom: 60px;
		left: 60px;
		position: absolute;
	}

	.find-a-dealer h4{
		left: auto;
		right: 60px;
	}

	/* .t3-news-events */
	.t3-news-events{
		padding-bottom: 30px;
		padding-top: 60px;
	}

	.t3-news-events h3.module-title{
		text-align: left;
	}

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

	.t3-news-events .latestnews-item{
		height: 100%;
		margin-bottom: 0;
		padding: 0 0 10px;
		position: relative;
	}


	.t3-news-events .latestnews-item a.btn{
		bottom: 0;
		left: 0;
		position: absolute;
	}

	.bottom .feature .module{
		height: 100%;
		margin: 0;
	}


	.imageLeft-content,
	.imageRight-content{
		display: flex;
		font-size: 20px;

		align-items: center;
	}

	.imageLeft-content .module-ct{
		padding-right: 20px;
	}

	.imageRight-content .module-ct{
		padding-left: 20px;
	}

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

	.modal-dialog{
		min-width: 700px;
	}

	.modal-header .close{
		right: 34px;
		top: 34px;
	}

	.modal .modal-title{
		font-size: 40px;
		margin-top: 50px;
	}

	.modal-body{
		padding: 40px 100px 60px;
	}

	.modal .thankyouMessage h2{
		font-size: 40px;
		margin-top: 20px;
	}

	.include-items .row{
		flex-wrap: wrap;
	}

	.include-item-col{
		padding-bottom: 40px;
	}

	.t3-connect{
		margin-bottom: 0;
	}

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

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

	.t3-connect .module-inner{
		padding-bottom: 30px;
		padding-top: 50px;
	}


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

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


	#t3-mainbody{
		padding-top: 50px;
	}

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



	.copyright{
		padding: 20px 0;
	}

	.t3-sidebar .module-title{
		font-size: 22px;
	}

	.t3-connect h3.module-title{
		margin-bottom: 20px;
	}

	.t3-content{
	}

	.panel-group .accordion-heading a{
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.panel-group .accordion-heading:before{
		top: 58px;
	}

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

	.footer{
		padding-bottom: 20px;
		padding-top: 60px;
	}

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

	.footer-1 .t3-module{
		padding-top: 0;
	}

	.footer-2{
		padding-top: 10px;
	}

	.footer-2 .module{
		padding-left: 20px;
	}

	.contact-info .module{
		padding-left: 40px;
	}

	.topmenu2{
		padding-right: 20px;
	}

	.t3-quick-contact{
		padding-top: 60px;
	}
}

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

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

	.t3-about h3.module-title,
	h3.module-title{
		font-size: 40px;
		margin-bottom: 40px;
		padding-bottom: 55px;
	}
	#t3-mainnav{
		margin-top: 0;
	}


	.category-list .content-category > h1,
	.article-title,
	.article-header h1,
	h1.page-title,
	.item-page > article .article-header .article-title{
		font-size: 40px;
	}

	.banner .banner-intro{
		font-size: 30px;
	}

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



	.about h3.modal-title{
		font-size: 47px;
	}

	.about2 .module{
		margin-bottom: 0;
	}

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

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

	.features .t3-module{
		padding: 60px 40px 40px;
	}

	.features .t3-module h3.module-title{
		font-size: 20px;
	}

	.features .feature{
		padding-top: calc(25vw - 100px);
	}

	.t3-partners{
		padding-bottom: 30px;
		padding-top: 70px;
	}

	.t3-partners .module{
		padding-left: 42%;
		position: relative;
	}

	.t3-partners h3.module-title{
		left: 0;
		margin: 0;
		position: absolute;
		position: absolute;
		text-align: center;
		text-align: center;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
		width: 42%;
	}

	.join-our-team  h3.module-title,
	.find-a-dealer h3.module-title{
		font-size: 30px;
	}

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

	.bottom{
		position: relative;
		z-index: 4;
	}

	.bottom > .container > .row{
		margin: 0;
	}

	.bottom > .container > .row > *{
		padding: 0;
	}

	.bottom .feature .module h3.module-title{
		margin-bottom: 5px;
	}

	.bottom .feature .module p{
		line-height: 1.2;
	}

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

	.t3-footer{
		overflow: hidden;
	}

	.footer{
		padding-top: 60px;
	}
}





@media (min-width: 1600px){
	.logo{
		left: -85px;
	}

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

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

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


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