/**************************
#Hicaliber Child Theme
**************************/

/**************************
TYPOGRAPHY - START
**************************/.konverter-page-menu li.toc-h3
/*General - START*/
html, body,label {
	color: #000;
}

body {
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 0;
}

h1, .h1 {
	font-size: 32px;
}
h2, .h2 {
	font-size: 24px;
}
h3, .h3 {
	font-size: 20px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 16px;
}
h6, .h6 {
	font-size: 14px;
}

@media (min-width: 641px) {
	h1, .h1 {
		font-size: 36px;
	}
	h2, .h2 {
		font-size: 26px;
	}
	h3, .h3 {
		font-size: 22px;
	}
	h4, .h4 {
		font-size: 18px;
	}
	h5, .h5 {
		font-size: 16px;
	}
	h6, .h6 {
		font-size: 14px;
	}
}

@media (min-width: 1024px) {
	h1, .h1 {
		font-size: 40px;
	}
	h2, .h2 {
		font-size: 36px;
	}
	h3, .h3 {
		font-size: 26px;
	}
	h4, .h4 {
		font-size: 22px;
	}
	h5, .h5 {
		font-size: 18px;
	}
	h6, .h6 {
		font-size: 14px;
	}
}

.lead {
	font-size: 16px;
	font-weight: 600;
}

ol, ul {
	margin-left: 40px;
}
.section-title {
	font-weight: 700;	
}

@media (min-width: 641px) {
	.lead {
		font-size: 18px;
	}
}

.wp-caption {background: #fff; padding: 0;}
body .default-section .slick-arrow:before, body .grey-section .slick-arrow:before, body .light-section .slick-arrow:before {color: #000;}

.hic-box.box-link .hic-title h3, 
.hic-box.box-link .hic-blurb p{
	color: #535353;
}
.header-transparent .top-header button {cursor: pointer;}
.header .dropdown.menu.medium-horizontal>li .is-dropdown-submenu li a{font-size: 15px;}
.header .dropdown.menu.medium-horizontal>li .is-dropdown-submenu li.active a{
	background-color: rgba(36, 63, 127, 0.1);
	color: #fff;
}
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu{
	width: 100%;
	padding: 15px 0;
	background-color: #fff;
}
.default-alignment .section-header, .default-alignment .section-footer {
	text-align: left;}
.grey-section .accordion{
	background-color: #f3f3f3;
}
.box-border.image-above-content .hic-image {margin-bottom: 0;}
.accordion-element.yellow-border .accordion-title, 
.accordion-element.yellow-border :last-child:not(.is-active)>.accordion-title{
	border-bottom: 2px solid #f0b924;
}
.accordion-element.blue-border .accordion-title, 
.accordion-element.blue-border :last-child:not(.is-active)>.accordion-title{
	border-bottom: 2px solid #00abe6;
}
.accordion-element.green-border .accordion-title, 
.accordion-element.green-border :last-child:not(.is-active)>.accordion-title{
	border-bottom: 2px solid #a0ce4e;
}



/*General - END*/

/**************************
TYPOGRAPHY - END
**************************/
/**************************
BUTTONS - START
**************************/
.button {
	padding: 15px 20px;
	font-size: 16px;
	font-weight: 600;
}

/*************************
BUTTONS - END
**************************/
/*************************
HELPERS - START
**************************/
/*Lists - START*/
.checklist li, .page-element.checklist ul li {
	padding-left: 26px;
}

.checklist li:before, .page-element.checklist ul li:before {
	font-weight: 900;
}

ol.steps-list, .page-element.steps-list ol {
	padding: 0;
}

ol.steps-list li, .page-element.steps-list ol li {
	padding: 20px 15px 20px 75px;
}

ol.steps-list li:before, .page-element.steps-list ol li:before {
	left: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	margin-top: -3px;
	font-weight: bold;
	text-align: center;
}

/*Lists - END*/

.page-element.portrait-images .hic-image:before, 
.sidebar-element.portrait-images .hic-image:before {
	padding-top: 112%;
}

/*No Border Table - START*/
.page-element table.no-border {
	margin: 0 0 32px;
}

.page-element table.no-border th {
	padding: 2px 14px 2px 0;
}

.page-element table.no-border td {
	padding: 2px 8px;
}

/*No Border Table - END*/
/*Slope - START*/
.slope-top-left-right, .slope-top-right-left, .slope-bottom-left-right, .slope-bottom-right-left {
	position: relative;
}

.slope-top-left-right:before, .slope-top-right-left:before, .slope-bottom-left-right:after, .slope-bottom-right-left:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 85px solid transparent;
	border-bottom: 85px solid transparent;
}

.slope-top-left-right:before, .slope-top-right-left:before {
	top: -85px;
}

.slope-bottom-left-right:before, .slope-bottom-right-left:after {
	bottom: -85px;
}

.slope-top-left-right:before, .slope-bottom-right-left:after {
	border-right: 100vw solid #fff;
}

.slope-top-right-left:before, .slope-bottom-left-right:after {
	border-left: 100vw solid #fff;
}

.modal-element .search-form input {
	margin-bottom:0;
	height: 100%;
}

.modal-element .search-form .input-group {
	height: 50px;
}

/*Slope - END*/
/*Full Column for Medium - Start*/
@media (min-width: 641px) and (max-width: 1023px){
	.page-element.full-col-for-medium .cell .hic-box{
		height: auto !important;
	}
}
/*Full Column for Medium - End*/
/*************************
HELPERS - END
**************************/
/**************************
HEADER - START
**************************/

.sticky-header.header-default-color .header, 
.sticky-header.header-light .header{
	background: linear-gradient(180deg, #0A5699 0%, #BE1E2B 100%);
}

.header-transparent .top-header,
.header-transparent .top-header a {
	color: #FFF;
}

.header.default-header-layout .top-header-body {
	position: absolute;
	right: 0;
	top: 0;
}

.header.default-header-layout .top-bar .top .menu-container{
	width: 100%;
	background-color: #fff;
}

.header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent:last-child{
	border-right: 0;
}

.header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent {
	width: 16.66%;
	padding: 0 15px;
}

.default-width .header.default-header-layout .grid-container{
	max-width: 1410px;
}

.with-top-header .header.default-header-layout .top-header .top-header-body{
	justify-content: flex-end;
	align-items: center;
	border-bottom:0;

}

.with-top-header .header.default-header-layout .top-header > .grid-container{
	position: relative;
}

.header .top-header {
	padding: 0;
}

.header .top-header .menu a {
	font-size: 13px;
	padding-left: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #fff;
}

.header .top-header .menu {
	text-align: left;
	display: inline-block;
	width: 100%;
}

.header .top-header ul li.social-icon {
	margin-top: 5px;
	margin-right: 5px;
	padding: 0;
}

.header .top-header ul li.social-icon a {
	padding: 5px 0;
	text-align: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
}

.header-transparent .top-header {
	background-color: #243f7f;
	color: #fff;
}

.header .top-header .menu a {
	border-right: 1px solid #fff;
	text-transform: none;
	font-size: 13px;
	font-weight: 400;
}

.header .top-header .menu li.active a {
	color: #fff;
	text-decoration: underline;
}

.header .top-header .menu li:last-child a {
	border-right: 0;
}

.header .top-header .menu a:hover {
	color: #fff !important;
	text-decoration: underline;
}

.header .top-header ul.menu.top-right-menu {
	text-align: right;
}

.header .top-header ul.menu.top-right-menu a {
	border: 0;
	font-size: 14px;
}

.top-header .search-form .input-group{
	height: 40px;
	position: relative;
	margin-bottom: 0;
}

.top-header .search-form input[type="text"]{
	border-radius: 3px;
	height: 35px;
	margin-bottom: 0;
	width: 100%;
}

.top-header .search-form input[type="text"]::placeholder{
	color: #000;
}

.top-header .search-form .search-submit{
	min-width: 50px;
	font-size: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	z-index: 9;
	height: 100%;
	background-color: transparent;
}

.top-header .search-form .input-group:before{
	content: '\f002';
	font-family: "Font Awesome 5 Pro";
	font-size: 17px;
	position: absolute;
	right: 13px;
	top: 7px;
}

.header .logo-wrap {
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 0;
}

.header .top-bar .top-bar-left{
	height: 100%;
	display: flex;
	align-items: center;
}

.header .logo-wrap .no-logo {
	line-height: 30px;
	display: inline-block;
	vertical-align: top;
}

.header-transparent .header .top-bar {
	-webkit-box-shadow: inset -23px 88px 57px -23px rgba(51, 51, 51, 1);
	-moz-box-shadow: inset -23px 88px 57px -23px rgba(51, 51, 51, 1);
	box-shadow: inset -23px 88px 57px -23px rgba(51, 51, 51, 1);
}

.header .top-bar .top-bar-right.hide-for-large {
	margin-top: 0;
}

.header .top-bar .top-bar-right.hide-for-large .menu .phone i {
	font-size: 22px;
}

.header .top-bar .top-bar-right.hide-for-large .menu .phone .number {
	display: none;
}

.header .top-bar-right.show-for-large {
	margin-top: 10px;
}

.header .top-bar .menu a {
	text-transform: none;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 20px;
	color: #333;
}


.header .social-media a{
	color: #fff;
	font-size: 20px;
}
.header .top-bar .menu>li.active a, .header .top-bar .menu>li a:hover, .header .top-bar .menu>li a:focus {
	color: #fff;
}

.header-theme .header .menu li.active > a, .header-theme .header .menu :not(.menu-button) > a:hover {
	color: #fff;
	text-decoration: underline;
}

.header .top-bar .dropdown.menu.medium-horizontal>li.active.is-dropdown-submenu-parent .is-dropdown-submenu {
	border-top: 2px solid #fff;
}

.header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
	padding-left: 0;
	margin-right: 20px;
	border: 0;
}

.header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f107';
	font-weight: normal;
	border: none;
	right: 14px;
	margin-top: -8px;
}

.header .dropdown.menu.medium-horizontal>li .is-dropdown-submenu li a {
	padding: 12px 15px;
	background-color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-shadow: none;
	color: #243f7f;
	line-height: 1.2;
}

.header .dropdown.menu.medium-horizontal>li .is-dropdown-submenu li a:hover {
	border: 0;
	background-color: #243f7f;
	color: #fff;
}

.header .top-bar .menu .is-active.is-dropdown-submenu-parent>a,
.header .top-bar .menu .is-dropdown-submenu li a:hover {
	color: #fff;
}

.header .top-bar .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent.is-active>a, .header .top-bar .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent.is-active>a::after {
	color: #333;
}

body:not(.header-light) .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
	color: #fff;
}

.menu-icon:after {
	background: #fff;
	box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}

.text-magnifier{
	margin:0;
}

.text-magnifier li{
	list-style: none;
	display: inline-block;
}

.text-magnifier li:first-child{
	padding-right: 20px;
	border-right: 1px solid #fff;
	padding-left: 20px;
	border-left: 1px solid #fff;
}

.text-magnifier li:last-child{
	padding-left: 13px;
	font-size: 24px;
	font-weight: 300;
	line-height: 25px;
}

.header .top-bar .text-magnifier {
	display: flex;
	align-items: center;
}

.text-magnifier li a{
	color: #fff;
}
.header .menu .is-dropdown-submenu li{
	border-bottom: none;
}

.header .top-header ul li:not(:last-child) {
	padding-right: 20px;
	margin-right: 0;
}

.off-canvas .is-accordion-submenu-parent i{
	color: inherit;
}

@media(min-width: 641px){

	.header.default-header-layout .top-bar .top-bar-left{
		justify-content: space-between;
		width: 100%;
	}

}

@media(max-width: 1023px) {
	.header-transparent .top-header {
		display: none;
	}
	.header .top-bar {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.text-magnifier li:last-child{
		border-right: 1px solid #fff;
		margin-right: 20px;
	}

	.off-canvas {
		background: #fff;
	}

	.off-canvas li.is-submenu-item {
		border: 0;
	}

	.off-canvas-content.is-open-right .header {
		top: 0 !important;
	}


	.header .top-bar .top-bar-right.hide-for-large .menu .phone i {
		font-size: 16px;
	}

	.text-magnifier li:last-child{
		padding-right: 13px;
	}
}

@media (min-width: 1024px) {
	.header.header-layout-1 .top-bar .top-bar-left {
		width: 22%;
	}

	.header.header-layout-1 .top-bar .top-bar-right {
		margin-top: 5px;
	}

	.header.default-header-layout .top-bar ul.menu{
		border: 1px solid #ccc;
	}

	.header.default-header-layout .top-bar-right ul li{
		padding: 0 20px;
	}

	.header .menu-container > .dropdown.menu.medium-horizontal>li{
		border-right: 1px solid #ccc;
	}

	.header .menu .submenu li a:hover {
		padding-left: 15px;
	}

	.header.default-header-layout .top-bar .top-bar-left{
		align-items: flex-end;
	}

	.header .menu .menu-button a{
		background-color: #e5281b !important;
	}

	.header.default-header-layout .top-bar .top-bar-right{
		margin-right: auto;
		width: 100%;
	}

	.header.default-header-layout .top-bar{
		padding-bottom: 0;
	}

	.header.default-header-layout .topbar-inner{
		flex-flow: column;
	}
	.with-top-header .header.default-header-layout .top-header .top-header-body{
		width: 65%;
		padding-top: 22px;
	}
}

@media (min-width: 768px){
	.header-transparent .hero .hero-banner-message{
		margin-top: 116px;
	}
}

@media (max-width: 1279px){
	.header .top-header ul li:not(:last-child){
		margin-right: 0px;
	}

}

@media (max-width: 768px){
	.top-header.two-column .grid-container > div > .cell:last-child,
	.header .top-header{
		display: none;
	}
}


/* Sticky Header - START*/
.sticky-header.scrolled .header {
	box-shadow: 0 2px 8px 0px rgba(0, 0, 0, .35);
}

.sticky-header .header .logo-wrap {
	transition: all 1s;
	padding: 5px 0;
}

.sticky-header.scrolled .header .logo-wrap {
	transition: all 1s;
}

@media (max-width: 640px){
	.top-bar-custom .media-icon-container > ul {
		width: 100%;
		margin: 0;
	}
	.top-bar-custom .media-icon-container {
		flex-wrap: wrap;
	}

	.sticky-header .header .logo-wrap {
		width: 50%;
	}

	.sticky-header .header .top-bar-custom{
		display: none;
	}

	.header .logo-wrap .logo.hide-for-large {
		max-width: 100%;
	}

	.header.default-header-layout .top-bar-right .top {
		margin-top: 25px;
	}
}

@media (min-width: 641px) and (max-width: 1023px){
	.sticky-header .header .logo-wrap {
		width: 33.33%;
	}

	.sticky-header .header .top-bar-custom{
		width: 66.67%;
	}
}

@media (min-width: 1024px){
	.sticky-header .header .logo-wrap,
	.sticky-header .header .top-bar-custom{
		width: 50%;
	}
}

/* Sticky Header - END*/
/**************************
HEADER - END
**************************/
/**************************
MOBILE MENU - START
**************************/
.off-canvas .menu li.is-accordion-submenu-item a {
	padding-left: 30px;
}

.off-canvas .menu a {
	color: inherit;
	font-weight: 600;
}

.off-canvas .menu-button {
	margin-left: 0;
}

.off-canvas li {
	border-bottom: 1px solid #ccc;
}

/**************************
MOBILE MENU - END
**************************/
/**************************
HERO - START
**************************/
.header-transparent.with-top-header .hero.short-banner {
	min-height: 425px;
}

.with-top-header .header.default-header-layout .top-header .top-header-body .cell:last-child {
	max-width: 300px;
}

.with-top-header .header.default-header-layout .top-header .top-header-body .cell:first-child {
	width: calc(100% - 300px);
	text-align: right;
	padding-right: 45px;
}

.hero .hic-button-wrap .button {
	margin: 1rem 0 0;
	min-width: 140px;
}


.hero .hero-banner-message .secondary-white-button {
	margin-left: 20px;
}

.hero .hero-banner-message p{
	font-size: 16px;
}

.hero .hero-banner-message h1, .hero .article-header h1 {
	font-weight: 600;
	font-size: 24px;
	line-height:1.2;
	margin-bottom:0;
}

/*.hero .hero-banner-message, .hero .article-header h1 {*/
/*  padding: 24px;*/
/*  background-color: rgba(0, 0, 0, 0.6);*/
/*  border-radius: 10px;*/
/*  color: #fff;*/
/*  text-shadow: none;*/
/*  width: fit-content;*/
/*	width: -moz-fit-content;*/
/*}*/

.home .hero .hero-banner-message{
	width: 100%;
	margin: auto;
}

.hero .article-header h1 {
	padding: 20px;
}

.hic-sitemap {
	background-color: #f9f9f9;
	margin-bottom: 24px;
}
.hic-sitemap .category:before,
.hic-sitemap .no-post:before{
	display: none;
}
.hic-sitemap .no-post {
	font-style: italic;
}
.hic-sitemap .category {
	font-weight: 700;
	padding: 16px 0;
	display: table;
}
.sitemap-items {
	margin-left: 0;
}
.hic-sitemap .hic-content {
	padding: 8px 16px 16px;
}

.page-element .section-header.heading-only {
	margin-bottom: 0;
}

.body-content.has-sidebar-left .page-content-container .page-element{
	margin-left: -15px;
	margin-right: -15px;
}

.hero-banner-message .checked-icon-image {
	margin: auto;
}

@media (min-width: 641px) {
	.hero.slider-carousel-banner .default-alignment .hero-banner-message, .hero.slider-carousel-banner .text-left .hero-banner-message {
		max-width: 400px;
		margin-left: 10%;
	}
	.hero .hero-banner-message h1, .hero .article-header h1 {
		font-size: 32px;
	}
}

@media (min-width: 1024px) {

	.hic-sitemap .category a {
		font-size: 24px;
	}

	.hic-sitemap .hic-content {
		padding: 0 24px 24px;
	}

	.hic-sitemap { 
		margin-bottom: 34px;    
	}

	.hero.slider-carousel-banner.default-height {
		min-height: 500px;
	}


	.header-transparent.page-banner-hidden .page-element:first-child {
		padding-top: 140px;
	}
	.header-transparent .hero .hero-banner-message {
		margin-top: 60px;  
	}
	.hero .hero-banner-message {
		max-width: 800px;  
		margin-left: auto;
		margin-right: auto;
	}


	.error404 .hero .hero-banner-message {
		padding: 32px;
	}

	.error404 .hero.full-screen-banner {
		min-height: 600px !important;
	}

	.body-content:not(.has-sidebar-left):not(.has-sidebar-right):not(.has-sidebar-both) .page-element:first-child {
		padding-top: 45px;
	}

	.body-content.has-sidebar-left .page-element:first-child, .body-content.has-sidebar-right .page-element:first-child, .body-content.has-sidebar-both .page-element:first-child {
		padding-top: 10px;
	}
	.body-content.has-sidebar-left .page-content-container p + .page-element, 
	.body-content.has-sidebar-right .page-content-container p + .page-element, 
	.body-content.has-sidebar-both .page-content-container p + .page-element,
	.body-content.has-sidebar-left .page-content-container .page-element:first-child, 
	.body-content.has-sidebar-right .page-content-container .page-element:first-child, 
	.body-content.has-sidebar-both .page-content-container .page-element:first-child{
		padding-top: 0;
	}
}

@media (min-width: 1280px) {
	.hero .hero-banner-message h1, .hero .article-header h1 {
		font-size: 40px;
	}
	.hero.slider-carousel-banner.default-height {
		min-height: 600px;
	}
	.hero .hero-banner-message {
		max-width: 850px;    
	}
}

@media all and (max-width: 768px) {
	.hero .hero-banner-message, .hero .article-header h1 {
		font-size: 36px;
	}

	.hero .hero-banner-message .hero-subtitle{
		font-size: 16px;
		max-width: 380px;
	}
}

/**************************
HERO - END
**************************/
/**************************
PAGE ELEMENTS - START
**************************/
/*Columns - START*/
.page-element.flexible-content li, 
.accordion-element .accordion-content li, 
.page-element.post-content li,
.page-content-element li,
.tabs-content .tabs-panel li,
.accordion-content li {
	position: relative;
}

.page-element.flexible-content img {
	margin: 20px 0;
}

a.external_icon::after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f08e';
	padding-left: 5px;
	font-size: 12px
}

/*Columns - END*/
/*General - START*/
.dark-section, .theme-section {
	color: #fff;
}

.page-element {
	padding: 30px 0;
}

.page-element.has-bg-img {
	color: #fff;
}

.page-element.has-bg-img .bg-image:before {
	background-color: rgba(10, 0, 0, .15);
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}

.section-header {
	margin-bottom: 20px;
}

.default-alignment.content-box-element .section-header, .default-alignment.content-box-element .section-footer, .default-alignment.post-element .section-header, .default-alignment.publication-element .section-header, .default-alignment.post-element .section-footer {
	text-align: center;
}

.page-element:not(.grey-white-boxes):not(.white-grey-boxes) > .inner-section > .grid-container > .grid-x > .cell:not(:last-child):not(.format-audio) > .hic-box {
	margin-bottom: 30px;
}

.page-content-container .listing-element .section-body > .medium-12 .hic-content h3,
.page-content-container .post-element .section-body .hic-content h3{
	padding-bottom: 0 !important;
	margin-top: 0 !important;
}

.page-content-container .listing-element.default-alignment .section-body > .medium-12 .hic-content h3,
.page-content-container .listing-element.text-left .section-body > .medium-12 .hic-content h3,
.page-content-container .post-element.default-alignment .section-body .hic-content h3,
.page-content-container .post-element.text-left .section-body .hic-content h3{
	text-align: left !important;
}

.page-element.box-shadow .hic-box {
	box-shadow: 4px 8px 12px 0 rgba(0, 0, 0, .15);
}

.page-element.box-border .hic-box {
	border: 1px solid rgb(112, 112, 112);
}

.page-element.image-left-content .hic-box .hic-title h3{
	font-size: 36px;
	color: #000;
}

.image-left-content.default-alignment .hic-box .hic-title h3 {
	text-align: center;
}

.page-element.image-left-content .has-image .hic-image{
	height: 100%;
}

.page-element.image-left-content .has-image .hic-content{
	background-color: #F3F3F3;
	padding: 15px;
}

.alternating-color-primary .hic-item .hic-button-wrap a.button{
	color: #000;
}

.alternating-color-primary .section-body > .hic-item:nth-child(4n+2) .hic-box, 
.alternating-color-primary .section-body > .hic-item:nth-child(4n+3) .hic-box{
	background: linear-gradient(180deg, #033A6A 0%, #0F74B4 170.24%);
	color: #fff;
}

.alternating-color-primary .section-body > .hic-item:nth-child(4n+1) .hic-box,
.alternating-color-primary .section-body > .hic-item:nth-child(4n+4) .hic-box,
.listing-element .hic-item .hic-box,
.page-element .section-body .cell.has-video .hic-box,
.page-element .section-body .cell.has-pdf .hic-box{
	background-color: #F3F3F3;
}

.alternating-color-primary .section-body > .hic-item:nth-child(4n+2) .hic-title a,
.alternating-color-primary .section-body > .hic-item:nth-child(4n+2) .hic-button-wrap .button,
.alternating-color-primary .section-body > .hic-item:nth-child(4n+3) .hic-title a,
.alternating-color-primary .section-body > .hic-item:nth-child(4n+3) .hic-button-wrap .button{
	color: #fff;
}

.alternating-color-primary .section-body > .hic-item:nth-child(4n+1) .hic-title a,
.alternating-color-primary .section-body > .hic-item:nth-child(4n+4) .hic-title a{
	color: #000;
}

.alternating-color-primary .section-body .hic-box,
.listing-element .hic-item .hic-box{
	padding: 15px;
}

.listing-element .hic-box .hic-button-wrap .button{
	padding: 0;
	background-color: transparent;
	text-transform: capitalize;
	position: relative;
}

.listing-element .hic-item .hic-button-wrap .button,
.listing-element .hic-item .hic-title a{
	color: #0D5597;
}

.listing-element:not(.project-listing) .cell:not(.medium-12) .hic-box{
	height: 100%;
}

.listing-element .hic-box .hic-content .hic-title h3{
	font-size: 20px;
	font-weight: 700;
}

.listing-element .hic-box .hic-button-wrap .button:after{
	content:'\f105';
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	right: -15px;
	top: 0px;
}

.listing-element .published-date{
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin-bottom: 0;
}

.page-element .section-title{
	font-weight: 800;
	color: #000;
}

.image-overlay-content .hic-box {
	position: relative;
	border: 0;
}

.image-overlay-content .hic-content {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	background-color: rgba(0, 0, 0, .6);
	margin-bottom: 0;
	padding: 10px 0;
	border-top: 2px solid;
	color: #fff;
}

.image-overlay-content .hic-title h3 {
	font-size: 22px;
	margin-bottom: 0;
}

.image-overlay-content .hic-title h3::after {
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
	position: relative;
	left: 5px;
}

.hic-title h3 {
	margin-bottom: 0;
}

.white-titles .hic-title h3 {
	color: #fff !important;
}

.white-boxes .hic-box {
	background-color: #fff;
	color: inherit;
}

.hic-box .hic-content .hic-title h3 {
	font-size: 18px;
	font-weight: bold;
}

.hic-box.title-border .hic-content .hic-title {
	border-top: 3px solid #777;
	border-bottom: 3px solid #777;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 30px;
}

.hic-box.title-border .hic-content .hic-title h3 {
	margin: 0;
}

.hic-box.border-green .hic-content .hic-title {
	border-color: #78b342;
}

.hic-box.border-orange .hic-content .hic-title {
	border-color: orange;
}

.hic-box.border-purple .hic-content .hic-title {
	border-color: purple;
}

.hic-blurb {
	margin-top: 10px;
}

/* HIC IMAGE ABOVE CONTENT */
.grey-section.image-above-content .hic-box {
	box-shadow: 4px 8px 12px 0 rgba(0, 0, 0, .15);
	background-color: #fff;
}

.grey-section.image-above-content .hic-image {
	margin-bottom: 10px;
}

.image-above-content .hic-content, .white-boxes .hic-content, .grey-boxes .hic-content, .grey-white-boxes .hic-content, .white-grey-boxes .hic-content, .primary-theme-boxes .hic-content, .box-shadow .hic-content, .box-border .hic-content {
	padding: 15px 10px;
}

.image-above-content .hic-image:before{
	padding-top: 52%;
}

.image-above-content .section-body > .cell:not(.article-item):not(.has-video).box-link .hic-content{
	background-color: #064d82;
	color: #fff;
}

.useful-links .hic-blurb a {
	text-decoration: underline;
}

.listing-element.white-grey-boxes .hic-title,
.listing-element.grey-white-boxes .hic-title
{
	margin-bottom: 5px;
}

.grey-white-boxes .post-byline,
.white-grey-boxes .post-byline{
	margin-bottom: 0;
}

@media (max-width: 640px){
	.hic-image .video-play-button, .video-play-button{
		width: 60px;
		height: 60px;
	}
}

@media (min-width: 641px){
	.alternating-color-primary .section-body .hic-box,
	.listing-element .hic-item .hic-box{
		padding: 30px;
	}

	.grey-white-boxes .section-body .hic-box, 
	.white-grey-boxes .section-body .hic-box{
		padding: 0 10px !important;
	}

	.grey-white-boxes.grid .section-body .cell,
	.white-grey-boxes.grid .section-body .cell{
		margin-bottom: 0;
	}
}

@media (min-width: 1024px){
	.image-above-content .hic-content, .white-boxes .hic-content, .grey-boxes .hic-content, .grey-white-boxes .hic-content, .white-grey-boxes .hic-content, .primary-theme-boxes .hic-content, .box-shadow .hic-content, .box-border .hic-content {
		padding: 20px 15px;
	}
}

/* HIC VIDEO BOX */
.hic-video-box .hic-image::before {
	content: '';
	display: block;
	padding-top: 60%;
}

.hic-video-box .hic-image {
	height: auto;
	position: relative;
}

.hic-video-box {
	position: relative;
	margin-bottom: 30px;
}

.hic-video-box .hic-content * {
	color: #fff;
}

.hic-video-box .hic-content {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	padding: 30px;
}

.video-play-container .video-play-button {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 12px;
	right: 0;
	bottom: 0;
	margin: auto;
}

.video-play-container {
	width: 50px;
	height: 50px;
	background-color: rgba(26, 26, 26, .75);
	border-radius: 50%;
	margin: auto;
	position: relative;
}

.flex-video embed, .flex-video iframe, .flex-video object, .flex-video video, .responsive-embed embed, .responsive-embed iframe, .responsive-embed object, .responsive-embed video {
	border: 0;
}

.page-element .section-title {
	margin-bottom: 20px;
}

@media (min-width: 641px) {
	.page-element {
		padding: 50px 0;
	}

	.page-element .section-title {
		font-size: 26px;
	}

	.image-left-content .hic-content {
		padding-left: 30px;
	}

	.image-right-content .hic-content {
		padding-right: 30px;
	}

	.page-element.image-left-content.then-right .grid .hic-box, .page-element.image-right-content.then-left .grid .hic-box {
		margin-bottom: 0;
	}

	.image-left-content.then-right .grid .hic-content, .image-right-content.then-left .grid .hic-content {
		display: flex;
		justify-content: center;
		align-content: center;
		flex-direction: column;
		text-align: left;
	}

	.page-element.image-left-content .has-image .hic-content{
		padding: 30px;
	}
}

@media (min-width: 1024px) {
	.page-element .section-title {
		font-size: 36px;
	}

	.page-element {
		padding: 80px 0;
	}

	.page-element.image-left-content .has-image .hic-content{
		padding: 30px 50px;
	}
}

/*General - END*/
/*Grid Layouts - START*/
.page-element.grid-layout-1 .section-body.grid .cell:not(:last-child) .hic-box {
	margin-bottom: 12px;
}

.page-element.grid-layout-1 .section-body.grid .hic-image {
	height: 275px;
}

@media (min-width: 641px) {
	.grid-layout-1 .grid-x>.medium-4:first-child {
		width: 66.66667%;
	}

	.page-element.grid-layout-1 .section-body.grid {
		padding-left: 9px;
		padding-right: 9px;
	}

	.page-element.grid-layout-1 .section-body.grid .cell {
		padding-left: 6px;
		padding-right: 6px;
	}
}

/*Grid Layouts - END*/

/*Chapter*/
.section-with-border .section-body{
	padding: 20px;
}

.section-with-border .section-body > .cell{
	border: 1px solid #d02126;
	padding: 30px;
}

/*Chapter End*/

/*sitemap*/

.hic-sitemap h3.header-style-1{
	border-color: #243f7f;
	font-weight: 700;
}
/**************************
PAGE ELEMENTS - END
**************************/
.accordion-title {
	border: 0;
	border-bottom: 1px solid #f3f3f3;
	font-size: 18px;
	padding: 10px 30px 10px 0;
}

.accordion-title:hover, .is-active .accordion-title,
.accordion-title:focus{
	background-color: transparent !important;
}

.accordion-title:before {
	position: absolute;
	right: 12px;
	margin-top: -16px;
	font-size: 30px;
	content: '\f105';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
}

.is-active>.accordion-title:before {
	content: "\f107";
}

.accordion-content {
	background-color: #F3F3F3;
}

.sidebar .accordion-content, .sidebar .accordion-content .accordion {
	background-color: transparent;
	border: 1px solid #D3D7DC;
	border-top: 0;
}

.accordion-orange-border .accordion-title, 
.accordion-orange-border :last-child:not(.is-active)>.accordion-title {
	border-color: #f48044 !important;
}

.accordion-orange-border .accordion-title:hover,
.accordion-orange-border .is-active .accordion-title{
	color: #f48044 !important;
}

.accordion-title:hover, 
.is-active .accordion-title {
	background-color: transparent;
}


/**************************
ENTRY CONTENT - START
**************************/
.entry-content .wp-post-image {
	margin-bottom: 20px;
}

.post-byline:empty{
	display: none;
}

.post-byline li {
	display: inline-block;
	margin-right: 8px;
	border-right: 1px solid #ccc;
	padding-right: 8px;
	line-height: 1;
	color: #8e8e8e;
	font-size: 14px;
}

.post-byline li:last-child {
	border-right: none;
}

/**************************
ENTRY CONTENT - END
**************************/
/**************************
SIDEBAR - START
**************************/
.sidebar .widget {
	background-color: #f3f3f3;
	padding: 24px;
}

.sidebar .widgettitle {
	font-weight: 600;
	margin-top: 0;
	font-size: 24px;
	border-bottom: 1px solid #cacaca;
	padding-bottom: 5px;
}

.sidebar li a {
	font-weight: 300;
	padding: 5px 0;
	display: block;
	/* 	border-bottom: 1px solid #e9e9e9; */
	color: #d02126;
}

.has-sidebar .inner-body-content { 
	display: flex; 
	margin: 0 auto; 
}

.default-width .has-sidebar .inner-body-content { 
	max-width: 1170px; 
	margin: 0 auto; 
}

.default-width .page-element .grid-container {
	max-width: calc(1410px - 100px);
}

.sidebar-element .sidebar-content{
	background-color: #f3f3f3;
	padding: 24px;
}

.sidebar .sidebar-element .sidebar-content{
	background-color: transparent;
}

.sidebar-left .sidebar{
	order:1;
}

.sidebar-left .main-content{
	order: 2;
}

.sidebar ul{
	margin-bottom: 0;
}

.sidebar .sidebar-content{
	padding: 0;
}

@media (max-width: 1023px){
	.has-sidebar .inner-body-content{
		flex-flow: column;
	}

	.has-sidebar-left .primary-sidebar .sidebar-element{
		padding-bottom: 0;
	}

	.sidebar .sidebar-content{
		border: none !important;
	}

	/*body:not(.search-results) .sidebar-element .sidebar-content{*/
	/*    display: block !important;*/
	/*}*/

	/*body:not(.search-results) .sidebar-element .custom-mobile-menu{*/
	/*    display: none !important;*/
	/*}*/

}

@media (max-width: 640px){
	.has-sidebar .inner-body-content{
		flex-direction: column;
	}

	.has-sidebar .page-element{
		padding-top: 0;
	}
}

@media (min-width: 768px){



}

@media (min-width: 1024px) {

	.sidebar .widget {
		margin-bottom: 30px;
	}
	.sidebar {
		width: 300px;
	}


	.has-sidebar .main-content {
		width: calc(100% - 300px);
	}
	.page-element.has-sidebar {
		padding: 0;
	}

	.page-element.has-sidebar .main-content, .page-element.has-sidebar .sidebar {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.sidebar-right .main-content {
		padding-right: 30px;
	}

	.sidebar-right .sidebar {
		border-left: 1px solid #e9e9e9;
		padding-left: 0;
	}

	.sidebar-right .sidebar .widgettitle {
		padding-left: 15px;
	}

	.sidebar-right .sidebar li {
		padding: 0;
	}

	.sidebar {
		width: 360px;
	}


	.has-sidebar .main-content {
		width: calc(100% - 360px);
	}
}

/**************************
SIDEBAR - END
**************************/
/**************************
FORMS - START
**************************/
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url],
[type=week], textarea {
	box-shadow: none;
}

input[type]:focus, textarea:focus {
	border: 1px solid #cacaca;
}

label {
	font-weight: 600;
}

.gform_wrapper .gform_title {
	font-size: 32px;
	text-transform: uppercase;
}

.gform_wrapper .gfield_label {
	font-weight: 700;
}

.gform_validation_container.gfield_visibility_visible {
	display: none !important;
}

.gfield.hidden_label label.gfield_label {
	display: none;
}

.gfield .ginput_container span input {
	margin-bottom: 0;
}

.gfield .ginput_container span label {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 10px;
}

.gfield input[type=radio] + label:before{
	top: 7px;
	content: '\f111';
	font-weight: 900;
	font-size: 11px;
	line-height: 1.3;
}

.gform_wrapper .gform_body ul li:before {display: none !important;}
.gform_wrapper label {font-size: 17px;}
.gform_wrapper .gfield_radio label {font-weight: normal;}
.gform_wrapper .gform_footer {    margin-top: 20px;}

.print-button {border: 1px solid #535353 !important; background-color: transparent !important; text-shadow: none; color: #535353 !important;
	font-size: 17px; font-weight: 600;}


/**************************
FORMS - END
**************************/

/*TEMP CSS - START*/
.footer-head {display: none;}
/*TEMP CSS - END*/

/*************************
Find my location
*************************/

.page-find-my-council .council-map iframe{
	max-width: 1000px;
	height: 600px;
}

.search-form .select2-selection__arrow::before{
	content: '\f002';
	position: absolute;
	width: 20px;
	height: 20px;
	font-family: 'Font Awesome 5 Pro';
	right: 9px;
	top: 10px;
	color: #7d7d7d;
}

.page-find-my-council .select2-container--default .select2-selection--single{
	height: 50px;
}

.page-find-my-council .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 50px;
}


.search-form .select2-container--default .select2-selection--single .select2-selection__arrow b{
	display:none;
}

.page-find-my-council .council-content{
	padding-top: 20px;
}

.page-find-my-council .council-map{
	margin-top: 90px;
}

.page-find-my-council .select2-container{
	width: 100% !important;
}

.page-element.local-council-results{
	padding-top: 30px;
	margin-top: 25px;
}

.page-element.local-council-results > .inner-section{
	position: relative;
}

.local-council-results::before{
	content: '';
	width: 100%;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fbfbfb;
}

.page-find-my-council .council-content .directory-details h3{
	font-size: 28px;
}

.page-find-my-council .select2-container--default .select2-selection--single{
	border-radius: 0;
}

.select2-container {text-align: left; max-width: 900px;}
.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {height: 45px;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 45px; padding-left: 15px;}

.council-content {padding-top: 30px;}
.council-content-header {margin: 20px 0;}
.council-map iframe {width: 100%; margin-bottom: 25px;}
.council-content .directory-details .cell {margin-bottom: 25px; margin-left: -24px; margin-right: -24px;}
.council-content .directory-details .cell h3.uppercase {font-size: 16px; font-weight: bold; margin-bottom: 20px;}
.council-content .directory-details .cell div {margin-bottom: 20px;}
.council-content .directory-details .table-inline-block tbody {
	border: 0;}
.search-form .search-location.button {margin-top: 25px;}

.council-content .directory-details .cell div table tr td div {margin-bottom: 0;}
.senior-staff-title b::after {
	content: ':';
}
.search-form .button.search-location {margin-top: 25px;}


.table-inline-block {
	background: transparent;
	width: auto;
}
.table-inline-block {
	margin: 0px
}
.table-inline-block tbody {
	background: transparent;
}
.table-inline-block tbody tr td {
	padding: 0px;
	background: transparent;
}

.wp-block-table table {margin-bottom: 30px;}
.wp-block-table:not(.is-style-stripes) tbody tr:first-child, .wp-block-table.is-style-regular tbody tr:first-child {font-weight: 600; background: #f3f3f3; color: #0a0a0a;}
.wp-block-table:not(.is-style-stripes) tbody tr:not(:first-child) td, .wp-block-table.is-style-regular tbody tr:not(:first-child) td {padding: 12px 20px;}
.wp-block-table:not(.is-style-stripes) tbody tr:first-child td, .wp-block-table.is-style-regular tbody tr:first-child td {padding: 20px;}
.wp-block-table:not(.is-style-stripes) tbody tr td, .wp-block-table.is-style-regular tbody tr td {border: 1px solid #dcdcdc; max-width: 840px;}
.wp-block-table:not(.is-style-stripes)  tbody tr:nth-child(2n), .wp-block-table.is-style-regular tbody tr:nth-child(2n) {background: transparent;}
.wp-block-table:not(.is-style-stripes) tbody tr td:nth-child(2n), .wp-block-table.is-style-regular tbody tr td:nth-child(2n) {text-align: right;}
.wp-block-table.is-style-stripes {border-bottom: 0;}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {background-color: #f3f3f3;}
.wp-block-table.is-style-stripes td {border: 1px solid #dcdcdc; padding: 12px 20px;}
.wp-block-table + .wp-block-table.is-style-stripes {margin-top: -30px;}
.wp-block-table + .wp-block-table.is-style-stripes td {border-top: 0;}


@media (max-width: 640px) {
	.council-map iframe {height: 350px;}
}


@media (min-width: 1024px) {
	.council-content-header h3 {font-size: 32px; font-weight: 600;}
	.council-map iframe {width: 100%; margin-bottom: 40px;}
	.council-content .directory-details .cell {margin-bottom: 50px;}
	.council-content .directory-details .cell h3.uppercase {font-size: 28px;}
}

/**************************
Directory LIsting - START
**************************/
.directory-listing .grid-padding-x>.accordion-container {padding-left: 0; padding-right: 0;}
.directory-listing .accordion-item .accordion-content .accordion-item:before {display: none;}
.directory-listing .accordion-item .accordion-content .accordion {padding: 0;}
.directory-listing .accordion-item .accordion-content .accordion-title {border-bottom: 0; padding: 0;
	font-size: 17px; color: #243f7f !important; margin-bottom: 3px;}
.directory-listing .accordion-item .accordion-content .accordion-title:before {font-size: 12px; content: "Show Details"; color: #555;}
.directory-listing .accordion-item .accordion-content .is-active>.accordion-title:before {
	content: "Hide Details";}
.directory-listing .accordion-content .accordion .accordion-content {margin-top: 10px; margin-bottom:15px; padding-left: 5px; padding-right: 5px;    background-color: #f7f7f7;}

.directory-listing .accordion-content .accordion .accordion-content h3 {
	font-size: 16px;
}
.directory-listing .accordion-content .table-inline-block tbody, .directory-listing .accordion-content .table-inline-block tbody tr td {border: 0;}

.directory-listing .tabs-title {
	width: 100%
}

.page-element.flexible-content .directory-listing ul li:before {
	display: none
}
.directory-listing .tabs-panel {
	padding: 0px
}


/*****
404
*********/

.error404 .hero-banner-message{
	margin-left: auto !important;
	margin-right: auto !important;
}
.error404 .hero-banner-message h4 a {
	color: #fff !important;
	text-decoration: underline;
}

/**************************
MODAL - START
**************************/
/* .reveal-overlay{
overflow-y: hidden;
}
*/
.reveal {
	overflow-y: auto;
}

.reveal .button {
	margin-bottom: 0;
}

.modal-element .modal-header {
	margin-bottom: 20px;
}

.modal-element .gform_fileupload_rules {
	margin-bottom: 1.5rem;
	display: block;
}


html.is-reveal-open.zf-has-scroll{
	overflow: hidden;
}

@media (min-width: 641px){
	.reveal {
		padding: 35px;
	}
}

/**************************
MODAL - END
**************************/
/**************************
#ELEMENT CONTACT FORM - START
**************************/
.map-form-element.default-contact-layout .grid-x > .cell {
	width: 100%;
}

.map-form-element.default-alignment .gform_footer {
	text-align: center;
}

.map-form-element.default-alignment .gform_footer .button {
	min-width: 150px;
}

@media (min-width: 1024px) {
	.map-form-element.has-bg-img .bg-float:before {
		background: rgba(27, 31, 42, 0.8);
	}

	.contact-layout-4.has-map .inner-section .grid-x>.cell:nth-child(3) {
		order: 2;
		width: 41.66%;
		align-self: stretch;
	}

	.contact-layout-4 .inner-section .grid-x>.cell:nth-child(2) {
		order: 4;
		width: 25%;
		padding: 0px;
	}

	.contact-layout-4.has-map .inner-section .grid-x>.cell:nth-child(4) {
		order: 3;
		width: 33.33%;
	}

	.contact-layout-4.has-map .sub-map {
		position: relative;
		height: 400px;
	}

	.contact-layout-4.has-map .sub-map p {
		margin: 0;
	}

	.contact-layout-4.has-map .sub-map iframe {
		position: absolute;
		height: 100%;
		width: 100%;
		left: 0;
		right: 0;
	}

	.contact-layout-4.has-bg-img input,
	.contact-layout-4.has-bg-img select,
	.contact-layout-4.has-bg-img textarea {
		background-color: transparent;
		border-left: none;
		border-right: none;
		border-top: none;
		border-color: #f4f4f4;
		color: #FFF;
	}

	.contact-layout-4.has-bg-img input[type="submit"] {
		min-width: 200px;
		border: 1px solid;
	}
}

/**************************
#ELEMENT CONTACT FORM - END
**************************/
/**************************
#HOMEPAGE - START
**************************/
.xlarge-buttons .section-footer {
	margin-top: 10px;
}

.xlarge-buttons .section-footer .button {
	width: 100%;
	display: inline-block;
	padding: 26px 10px;
	font-size: 26px;
	font-weight: 700;
	text-transform: capitalize;
	position: relative;
	margin-bottom: 4px;
}

.xlarge-buttons .section-footer .button:after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f054';
	font-weight: normal !important;
	position: absolute;
	right: 30px;
}

@media (min-width: 641px) {
	.xlarge-buttons .section-footer {
		margin-top: 35px;
	}

	.xlarge-buttons .section-footer .hic-button-wrap{
		display: flex;
		justify-content: space-between;
	}

	/*.xlarge-buttons .section-footer .button:first-child {*/
	/*  margin-right: 20px;*/
	/*}*/

	/*.xlarge-buttons .section-footer .button:last-child {*/
	/*  margin-left: 20px;*/
	/*}*/

	.xlarge-buttons .section-footer .button {
		width: calc(50% - 8px);
		float: left;
		padding: 32px 10px;

	}
}

@media (min-width:1024px){
	.xlarge-buttons .section-footer .button{
		font-size: 30px;
	}

	.xlarge-buttons .section-footer .button {
		width: calc(50% - 20px);
	}
}

/**************************
#HOMEPAGE - END
**************************/
/**************************
#CPT ARCHIVE - START
**************************/
.page-elements .widget-form-wrap {
	background-color: #f3f3f3;
}

/**************************
CPT ARCHIVE - END
**************************/
/**************************
FOOTER - START
**************************/
.footer {
	padding: 30px 0;
	margin: 0;
}

.footer .footer-col {
	margin-bottom: 30px;
}

.footer-layout-1 .contact-details>div, .footer-layout-1 .menu li a {
	padding: 8px 0;
}

.contact-details div {
	margin-bottom: 10px;
}

.footer-layout-1 .contact-details i {
	position: absolute;
	left: -20px;
	top: 12px;
}

.bottom-footer {
	padding: 15px 0;
	text-align: center;
}

.bottom-footer .inner-content .copyright p {
	margin-bottom: 0;
}

.bottom-footer .inner-content .menu {
	display: inline-block;
	margin: 0 auto;
}

.bottom-footer .inner-content .menu a {
	padding-top: 0;
}

.hicaliber-custom .bottom-footer {
	background-color: #194356;
	display: none;
}

.hicaliber-custom .bottom-footer div,
.hicaliber-custom .bottom-footer p,
.hicaliber-custom .bottom-footer a {
	color: #fff;
	font-size: 13px;
}

.hicaliber-custom .bottom-footer a:hover {
	text-decoration: underline;
}

.hicaliber-custom .bottom-footer .inner-content .colophon-link ul li {
	display: inline-block;
	border-right: 1px solid #fff;
}

.hicaliber-custom .bottom-footer .inner-content .colophon-link ul li:last-child {
	border-right: 0;
}

.hicaliber-custom .bottom-footer .inner-content ul li a {
	padding: 0 10px;
}

.hicaliber-custom .footer .footer-col h4 {
	font-weight: bold;
}

.hicaliber-custom .footer .footer-col .menu li a {
	font-size: 16px;
}

.hicaliber-custom .footer .footer-col .menu li.active a {
	background: none;
	text-decoration: underline;
}

.hicaliber-custom .footer {
	background: #f6f9fe;
}

.footer-layout-1 .footer-col{
	margin-bottom: 10px;
	text-align: center;
}

.footer-layout-2 .footer-col .menu li:after{
	display:none !important;
}

.footer-layout-2 .footer-body .footer-col-2{
	border-top: 1px solid;
	padding-top: 30px;
}
@media (min-width: 641px) {
	.footer {
		padding: 40px 0;
	}

	.footer-layout-1 .footer-col {
		text-align: left;
		margin-bottom: 0;
	}

	.footer-layout-1 .contact-details div {
		padding-left: 25px;
	}

	.footer-layout-1 .contact-details i {
		left: 0px;
	}

	.bottom-footer .inner-content {
		text-align: left;
	}

	.bottom-footer .inner-content .copyright {
		display: inline-block;
	}

	.bottom-footer .inner-content .colophon-link {
		display: inline-block;
		float: right;
	}

	.footer-layout-2 .footer-body{
		flex-flow: row wrap;
	}

	.footer-layout-2 .footer-col{
		width: 50%;
		text-align: left;
	}


	.footer-layout-2 .footer-col-1,
	.footer-layout-2 .footer-col-2{
		width: 100%;
		flex: none;
		padding: 0;
	}

	.footer-layout-2 .footer-col-2{
		text-align: center;
	}

	.footer-layout-2 .footer-col-1{
		justify-content: left;
	}

	.footer-layout-2 .footer-col .menu li{
		width: 50%;
		justify-content: left;
		padding-left: 15px;
		padding-right: 15px;
	}


}


@media (min-width: 1024px) {
	.footer-layout-2 .footer-col .menu li{
		width: 25%;
	}

	.footer-layout-2 .footer-col:not(.footer-col-1):not(.footer-col-2){
		width: 25%;
	}
	.footer {
		padding: 60px 0;
	}

	.footer-layout-1 .footer-col {
		margin-bottom: 30px;
	}

	.footer .logo-wrap img{
		width: 75%;
	}
}

/**************************
FOOTER - END
**************************/
/* START GO Custom CSS */
.hicaliber-custom .tabs {
	border-top: 1px solid #434343;
	border-bottom: 1px solid #434343;
}

.hicaliber-custom .tabs li.tabs-title a {
	font-size: 16px;
	color: #434343;
}

.hicaliber-custom .tabs li.tabs-title a:hover {
	color: #243f7f;
}

.hicaliber-custom .tabs li.tabs-title.is-active {
	border-top: 2px solid #434343;
	border-bottom: 2px solid #434343;
	border-left: 0;
	border-right: 0;
}

.hicaliber-custom .tabs-content,
.accordion-content {
	color: #535353;
	font-size: 17px;
	border: 0;
}

.hicaliber-custom .tabs-content .tabs-panel h3 {
	margin: 15px 0;
	font-size: 20px;
	color: #243f7f;
}



.table-1 {
	display: block;
	overflow-x: auto;
}

.table-1 table {
	border: 1px solid #dcdcdc;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .08), inset 0 0 0 1px rgba(255, 255, 255, .5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .08), inset 0 0 0 1px rgba(255, 255, 255, .5);
}

.table-1 table th {
	font-weight: 600;
	border: 1px solid #dcdcdc;
	background: #f6f6f6;
	padding: 20px;
	text-align: left;
}

.table-1 tr td {
	border: 1px solid #dcdcdc;
	padding: 20px;
}

@media all and (max-width: 768px) {
	.tabs .tabs-title {
		float: none;
		width: 100%;
		text-align: center;
	}
}

/* END GO Custom CSS */

/**************************
#GENERAL STYLING - START
**************************/


.map-form-element a[target=_blank]::after,
.event-social-media a[target=_blank]::after {
	display: none !important;
}

ul.social-media li {
	display: inline-block;
	padding-right: 6px;
}

.sidebar ul.social-media{
	width: 100%;
}

.sidebar ul.social-media li{
	padding-right: 0;
}

ul.social-media{
	margin-left:0;
}

.header-default-color .header .top-header .social-media a{
	color: #fff;
	font-size: 16px;
}

.contact-details a,
.social-media a{
	display: flex !important;
	align-items: center;
}

.sidebar .social-media a{
	justify-content: center;
}

.contact-details a i,
.social-media a i{
	padding-right: 10px;
	font-size: 25px;
}

.contact-us-form_wrapper{
	background-color: #f2f2f2;
	padding: 30px;
	border: 1px solid #cacaca;
}

.map-form-element.default-contact-layout .sub-map {
	padding: 0 15px;
}

.map-form-element.default-contact-layout #sub_map {
	margin-top: 30px;
}

.header-style-1 {
	background-color: #F2F2F2;
	padding: 16px 24px;
	border-bottom: 3px solid #ffce00;
}
.header-style-1 h3 {
	margin-bottom: 0;
	line-height: 1;
	font-weight: 700;
}

.avatar {
	height: 120px;
	width: 120px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	margin: auto;
}

.profile-picture a{
	display: block;
	margin-top: 10px;
}
.profile-picture{
	text-align: center;
}

.header .menu .is-dropdown-submenu{
	background-color: #ccc;
}

.header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a{
	margin-right: 0;
	margin-left: 0;
	text-align: center;
	font-size: 16px;
}

.link-as-title a{
	color: #d7153a;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

.gf_login_links a[title="Register"]{
	display:none;
}

.gf_login_links br{
	display: none;
}

.gf_login_links a{
	font-size: 12px;
	text-decoration: underline;
}

.top-header ul.top-right-menu li:not(:last-child){
	margin-right: 24px;
	padding-right:0;
}

.top-header ul.top-right-menu li:last-child{
	margin-right: 24px;
}

.top-header ul.top-right-menu li a{
	padding-right:0;
}

.top-header ul.top-right-menu li button{
	padding-right: 0;
	padding-left: 0;
}


.top-header a[target=_blank]:after, .page-element a[target=_blank]:after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f08e';
	padding-left: 5px;
	font-size: 12px;
}
.page-element.darker-overlay.has-bg-img .bg-image:before {
	background-color: rgba(10, 0, 0, .30);
}


@media (min-width: 641px){
	.map-form-element.default-contact-layout #sub_map {
		margin-top: 50px;
	}
}

@media (max-width: 1023px) {
	.off-canvas .menu>li.active > a,
	.off-canvas .is-accordion-submenu-parent.active i{
		color:#fff;
	}

	.off-canvas ul.is-accordion-submenu {
		padding: 30px 0;
		border-top: 1px solid #ccc;
	}

	.position-right.is-transition-push {
		box-shadow: -8px 0 20px 8px hsl(0deg 0% 4% / 25%);
	}
}
@media (min-width: 1024px) {
	.page-banner-hidden .header.header-layout-1 .top-bar .top-bar-right {margin-top: 20px;}
	.map-form-element.default-contact-layout #sub_map {
		margin-top: 80px;
	}
}
@media (min-width: 641px){
	.profile-picture{
		margin-right: 20px;
	}
	.with-watermark,
	.with-watermark .inner-section {
		position: relative;
	}
	.with-watermark { 
		overflow: hidden;
	}
	/*     .with-watermark:before {
	content: '';
	background-image: url(../images/olg-logo.png);
	height: 700px;
	width: 780px;
	left: -216px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -26px;
	opacity: .04;
} */
}
@media (min-width: 1024px){
	.with-watermark:before {
		height: 800px;
		width: 800px;
		left: -150px;     
		top: -16px;        
	}
}
/**************************
#COUNCIL PORTAL STYLING - START
**************************/


.council-profile{
	margin-bottom: 50px;
}

.council-profile h3{
	font-weight: 600;
	margin-bottom:0;
}

.profile-preferences{
	text-align: left;
}
.profile-preferences ul{
	margin-top: 20px;
}

.profile-details{
	text-align: center;
}
.follow-list .header-style-1 {
	border-bottom: 3px solid #61437d;
}

.upcoming-events-list .header-style-1{
	border-bottom: 3px solid #da8560;
}

.upcoming-activity-list .header-style-1{
	border-bottom: 3px solid #7ba24d;
}

.hic-notice-message{
	background-color: #f7f7f7;
	border-top: 2px solid #d7153a;
	padding: 10px 20px;
}
.hic-notice-message h2,
.hic-notice-message p{
	margin-bottom: 0;
	font-weight: 700;
}

.table-responsive{
	overflow: auto;
}


.account-element .account-image {height: 200px; width: 200px; border-radius: 100%; margin: 0 auto;}
.account-element .hic-image.account-image:before {padding-top: 100%;}
.account-element .top-back-link {
	text-align: center; margin-bottom: 25px;}
.account-element a.bottom-back-link {display: block; margin-top: 5px;}

.recent-updates.table-listing table tr:not(:first-child) td b {display: block; margin-top: 15px;}

/**************************
#COUNCIL PORTAL STYLING - END
**************************/

/**************************
#TABLE LISTING STYLING - START
**************************/
.table-listing .section-body {
	padding: 16px 0;
}

.table-listing table tr td{
	font-size: 12px;
}

.table-listing table tr td:first-child{
	width: 40%;
}

.table-listing table tr td:nth-child(2),
.table-listing table tr td:last-child{
	width: 30%;
}

@media (min-width: 641px){
	.table-listing .section-body {
		padding: 16px 24px;
	}
	.table-listing tbody{
		border: none;
	}

	.table-listing tbody tr{
		background-color: transparent !important;
	}

	.table-listing table tr td{
		padding: 2px 0;
		font-size: inherit;
	}

	.table-listing table tr td:first-child{
		width: 60%;
	}

	.table-listing table tr td:nth-child(2),
	.table-listing table tr td:last-child{
		width: 20%;
	}
}

@media (max-width: 641px){

	.profile-preferences li::before{
		display: none;
	}

	.profile-preferences{
		text-align: center;
		margin-top: 20px;
	}

	.profile-preferences ul{
		margin-left: 0;
	}

	.profile-details{
		margin-top: 10px;
	}
}
/**************************
#TABLE LISTING - END
**************************/
/**************************
#SEARCH STYLING - START
**************************/
.search-wrapper{
	margin-top: 40px;
}
.search-wrapper article,
.listing-element:not(.project-listing) .hic-box{
	padding-bottom: 24px;
}

.search-wrapper .entry-header,
.listing-element .hic-title{
	margin-bottom: 24px;
}

/* .listing-element .hic-title h3,
.listing-element .hic-title a{
margin-bottom: 10px;
font-size: 17px;
} */

.search-wrapper .entry-header .published-date{
	font-size: 14px;
}

/*.page-banner-hidden .body-content{*/
/*    padding-top: 120px;*/
/*}*/

/*.page-my-account.page-banner-hidden .body-content,*/
/*.page-edit-account.page-banner-hidden .body-content{*/
/*    padding-top:0;*/
/*}*/

.hic-simple-search-element input:not([type=submit]) {width: calc(100% - 90px); height: 49px; padding: 0 15px;}
.hic-simple-search-element input[type=submit] {margin-bottom: 1px;}

@media (max-width: 640px){
	.listing-element:not(.post-element):not(.publication-element):not(.project-implementation-element) .section-body > .cell{
		padding: 0;
	}
}

@media (min-width: 641px) {
	.hic-simple-search-element input:not([type=submit]) {width: 80%;}
}

@media (max-width: 1023px){
	.listing-element .main{
		margin: 30px 0 0;
	}

	.search-filter-left .widget-form-wrap{
		padding-bottom: 0;
	}
	.header .menu.top button {
		color: #fff;
	}
	.header .menu.top {
		display: flex;
		align-items: center;
	}
	.header .menu.top li a {
		padding: 0;
	}
	.header .menu.top li {
		line-height: 1;
		margin-right: 8px;
	}
	.header .menu.top .elem:first-child {
		display: none;
	}
	.header .menu.top li:last-child {
		margin-right: 0;
	}

	.child-page-menu li a{
		border-bottom: none;
	}
}


@media (min-width: 1024px){
	/*.page-banner-hidden .body-content{*/
	/*    padding-top: 200px;*/
	/*}*/

}
/**************************
#SEARCH STYLING - START
**************************/
.wide-layout .body-content.has-sidebar .inner-body-content{
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 24px;
	display: flex;
}

.green-check li:before {
	color: #00d40a;
}
.gform_fields {
	margin-left: 0;
	list-style: none;
}
.header-transparent .top-header button {
	color: #FFF;
}

.hero .search-form .search-submit,
.hero .search-form input[type="text"]{
	height: 50px;
}

@media(min-width: 641px) {
	.search-form .input-group {
		height: 50px;
	}
	.search-form input[type="text"] {
		width: calc(100% - 150px);
		height: 100%;
	}
	.search-form .search-submit {
		min-width: 150px;
	}

	.profile-picture{
		float: left;
	}

	.profile-details{
		text-align:left;
	}
}


@media (max-width: 1023px){
	.wide-layout .body-content.has-sidebar .inner-body-content{
		flex-flow: column;
	}

	.wide-layout .body-content.has-sidebar .main-content{
		order: 2;
	}

	.wide-layout .body-content.has-sidebar .sidebar{
		order: 1;
	}
}
/**************************
#GENERAL STYLING - START
**************************/


/**************************
#BANNER MENU - START
**************************/
.banner-menu {
	position: relative;
	z-index: 4;
}


.banner-menu #menu-chapters-menu > .page_item:hover > a {
	color: #d02126;
}

.banner-menu.grey-section,
.custom-mobile-menu{background: #4a4b4d; }

.banner-menu .child-page-menu {
	display: flex;
	margin-bottom: 0;
	justify-content: center;
	margin-left: 0;
}
.banner-menu .grid-container {
	position: relative;
}
.banner-menu .page_item {
	text-align: center;	
}
.banner-menu .page_item .children {
	display: none;
}
.theme-section a {
	color: #FFF;
}
.banner-menu .child-page-menu a {
	font-size: 14px;  
	color: #fff;
	display: block;
}
.banner-menu .custom-menu a {
	background-color: rgba(0, 0, 0, 0.6);
	color: #FFF;
}
.banner-menu .custom-menu {
	position: absolute;
	top: -35px;
	right: 24px;
}
.banner-menu .custom-menu .is-active a {
	background-color: #000;
}

.custom-mobile-menu{
	display: none;
	color: #242424;
	width: 100%;
	padding: 16px 24px;
}

.banner-menu .child-page-menu li:last-child {
	border-bottom: none
}

.banner-menu.grey-section .slick-arrow:before{
	color: #fff;
}

.banner-menu .menu-icon:after {
	background: #fff;
	box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}

.banner-menu ul li::before{
	display: none;
}

.banner-menu .custom-menu .menu-item a{
	padding: .6rem 1rem;
}

.banner-menu .slick-next{
	right: -10px;
}

.banner-menu .slick-prev {
	left: -10px;
}

.show-chapter-menu .banner-menu{
	display:none;
}

.page.show-chapter-menu .banner-menu.chapter-menu{
	display: block;
}

.show-chapter-menu .banner-menu ul li{
	list-style: none;
	text-align: center;
}

.page .chapter-menu{
	display: none;
}

.banner-menu h3{
	color: #fff;
	height: 100%;
	margin-bottom: 0;
	align-items: center;
	display: flex;
	font-size: 18px;
}


.banner-menu .child-page-menu li {
	border-left: 1px solid rgba(218, 218, 218, 0.3);
	border-right: 1px solid rgba(218, 218, 218, 0.3);
	margin-left: -1px;
}

.has-banner-title .cell.small-3{
	max-width: 140px;
	padding-right: 0;
}


.banner-menu .child-page-menu li{
	width: 36px;
}

.hide-banner-menu .banner-menu{
	display: none !important;
}

.hide-body .section-body{
	display: none;
}

.child-chapter-menu.child-page-menu > .menu-item-has-children .sub-menu,
.child-chapter-menu.child-page-menu .slick-track > .menu-item-has-children .sub-menu{
	display: none;
	position: absolute;
	width: 200px;
	margin-left: 0;
	background-color: #4a4b4d;
}

.child-chapter-menu.child-page-menu > .menu-item-has-children .sub-menu li:hover{
	background-color: #d02126;
}

.child-chapter-menu.child-page-menu > .menu-item-has-children .sub-menu li,
.child-chapter-menu.child-page-menu .slick-track > .menu-item-has-children .sub-menu li{
	width: 100%;
	padding: 0px 10px;
	text-align: left;
	border-bottom: 1px solid;
	max-width: auto;
	z-index: 9;
}

.child-chapter-menu.child-page-menu > .menu-item-has-children:hover > .sub-menu,
.child-chapter-menu.child-page-menu .slick-track > .menu-item-has-children:hover > .sub-menu{
	display: block;
}

@media(min-width: 768px){

	.banner-menu .slick-next{
		right: -25px;
	}

	.banner-menu .slick-prev {
		left: -25px;
	}

}

@media ( min-width: 1024px){

	.banner-menu .custom-menu {
		top: -39px;
	}

	.banner-menu .page_item a,
	.banner-menu .menu-item a,
	.banner-menu .child-chapter-menu a{
		padding: 10px 0;
		line-height: 1.2;
		height: 100%;
	}
	.child-page-menu .slick-track {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.banner-menu .child-page-menu li {
		height: inherit;
	}

}

@media ( max-width: 1023px){

	/*.banner-menu .child-page-menu {*/
	/* display: none;*/
	/*}*/
	.custom-mobile-menu{
		display: block;
	}

	.custom-mobile-menu i{
		float: right;
		margin-top: 5px;
	}

	.banner-menu .child-page-menu li {
		/*width: 100%;*/
		/*text-align: left;*/
		/*border-bottom: 1px solid #ccc;*/
		padding-top: 14px;
		padding-bottom: 14px;
	}

	/*.child-page-menu{*/
	/*    display:none;*/
	/*}*/
	.banner-menu .child-page-menu a{
		padding:0;
	}



	.child-chapter-menu.child-page-menu .sub-menu{
		display: none !important;
	}

}

@media (max-width: 641px){
	.hero .hero-banner-message, .hero .article-header h1{
		/*margin-top: 72px;*/
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.show-chapter-menu .banner-menu ul li{
		max-width: 50px;
	}

}
/**************************
#BANNER MENU - END
**************************/

/*************************
GLOSSARY
*************************/

.glossary-image{
	height: 100px;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

.glossary-content{
	background-color: #f3f3f3;
	padding: 20px;
}

.glossary-content .glossary-title{
	font-style: italic;
	color: #D02126;
	font-size: 30px;
	margin-top: 15px;
	margin-bottom: 15px;

}

.glossary-content h3{
	font-size: 20px;
}

@media (min-width: 1024px){
	#glosarry-modal{
		width: 700px;
	}

}
/************************
GLOSSARY - END
*************************/

body.font-size-14 { font-size:14px}
body.font-size-16 { font-size:16px}
body.font-size-18 { font-size:18px}

body.font-size-14 a.small-font,
body.font-size-16 a.medium-font,
body.font-size-18 a.large-font{
	text-decoration: underline;
}

.header .top-header ul.menu.top-right-menu a.small-font{
	font-size: 10px;
}

.header .top-header ul.menu.top-right-menu a.medium-font{
	font-size: 14px;
}

.header .top-header ul.menu.top-right-menu a.large-font{
	font-size: 18px;
}

.header .top-header ul.menu.top-right-menu li:first-child a{
	display: inline-block;
	padding-right:0;
}

.header .top-header ul.menu.top-right-menu li:first-child a:not(:last-child){
	padding-right: 8px;
}

.accordion-content,
.accordion-content .accordion{
	background-color: #f3f3f3;
}

.accordion-content .accordion{
	padding-left: 30px;
	padding-right: 30px;
}

.accordion-content .accordion .accordion-content{
	background-color: #f1f1f1;
}

.accordion-child .accordion-content .grid-container h3{
	font-weight: bold;
}

.accordion-child .accordion-content .grid-container > div > .cell{
	margin-bottom: 24px;
}

.accordion-child .accordion-content{
	padding-left: 0 !important;
	padding-right:0 !important;
}

@media (max-width: 641px){

	.directory-listing .accordion-item .accordion-content .accordion-title{
		width: 70%;
		position: static;
	}

	.directory-listing .accordion-item .accordion-child .accordion-title:before{
		top: 13px;
	}

	.directory-listing .accordion-item .accordion-child > li{
		margin-bottom: 8px;
	}
}

/**************************
#MODAL REGISTRATION STYLING - START
**************************/
#modal-elem-2 {
	display: flex;
	flex-wrap: wrap;
}
#modal-elem-2 .modal-title {
	width: 100%;
}
@media (min-width: 1024px){

	#modal-elem-2 .modal-blurb,
	#modal-elem-2 .modal-content {
		width: 50%;
	}

	#modal-elem-2 .modal-blurb {
		order: 2;
		padding-left: 16px;
		border-left: 1px solid #ccc;   
	}
	#modal-elem-2 .modal-content {
		padding-right: 16px;
	}
}
/**************************
#MODAL REGISTRATION STYLING - END
**************************/

/**************************
REGISTRATION STYLING - START
**************************/

.registration-form form li::before{
	display: none;
}

.registration-form .checklist li:before{
	content: '\f00c' !important;
	left: 0 !important;
}

.registration-form .gform_wrapper .gform_title,
.registration-form h3{
	text-transform: capitalize;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}

.registration-form [type=text],
.registration-form [type=password],
.registration-form  select{
	width: 100%;
}


.registration-form .section-body .cell:first-child{
	margin-right: auto;
	margin-left: 0;
	border-right: 1px solid #f2f2f2;
}

.registration-form .section-body .cell > .grid-x > div:first-child,
.registration-form .section-body .cell > .grid-x > div:last-child{
	margin-bottom: 20px;
}

.registration-form .section-body .cell > .grid-x > div:first-child{
	order: 2;
}

.registration-form .section-body .cell > .grid-x > div:last-child{
	order: 1;
}

.logged-in .registration-form .section-body > .cell:last-child{
	text-align: center;
}



.registration-form ul.gfield_checkbox{
	margin-left: 0;
}


@media(min-width: 1024px){

	.registration-form .section-body .cell > .grid-x > div:first-child{
		order: 1;
	}

	.registration-form .section-body .cell > .grid-x > div:last-child{
		order: 2;
	}

	.registration-form .section-body .cell:last-child{
		margin-left: 0;
		padding-right: 0;
	}

	.registration-form .section-body .cell{
		padding: 50px 50px;
	}
}

/**************************
REGISTRATION STYLING - END
**************************/

/**************************
My ACCOUNT STYLING - Start
**************************/

.account-element .section-body > .cell > .grid-container{
	max-width: 800px;
	border: 1px solid #f2f2f2;
	padding: 20px 0;
	border-radius: 20px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0, .2);
	background-color: #fff;
}

.page-edit-account .page-element .grid-container .section-body{
	padding-top: 40px;
}

.account-element .section-body .grid-container > div .cell{
	margin-bottom: 30px;
}

.account-element .section-body .grid-container > div .cell div:first-child{
	font-weight: 700;
}

.account-element .section-body .grid-container > div .cell:first-child{
	text-align:center;	
}

.account-element .section-body .grid-container > div .cell:first-child img{
	height: 200px;
}

.account-element .section-body .grid-container > div .cell:last-child{
	text-align: center;
}

.account-element .section-body .grid-container > div .cell ul{
	margin-top: 30px;
}

.account-element .section-body .grid-container h2{
	background-color: #F2F2F2;
	padding: 16px 24px 10px 16px;
	border-bottom: 3px solid #243f7f;
	font-weight: 700;
}

@media (min-width: 641px){
	.account-element .inner-section > .grid-container{
		margin-top: 50px;
	}
}

@media (min-width: 1024px){
	.account-element .section-body > .cell > .grid-container{
		padding: 50px;
		margin-left: auto;
		margin-right:auto;
	}

	.header-transparent.page-banner-hidden page-element:first-child{
		padding-top: 220px;
	}
}

/**************************
My ACCOUNT STYLING - End
**************************/

/**************************
Page Edit ACCOUNT STYLING - Start
**************************/


.page-edit-account .page-element .grid-container{
	max-width: 800px;
	margin-top: 70px;
	padding-left: 20px;
	padding-right:20px;
}

.page-edit-account .page-element .grid-container .section-body{
	border: 1px solid #f2f2f2;
	padding: 20px 0;
	border-radius: 20px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0, .2);
	background-color: #fff;
}

.page-edit-account form li::before{
	display: none;
}

.page-edit-account form ul{
	display: flex;
	flex-flow: row wrap;
}

.page-edit-account form ul .council-category-options li{
	width: 100%;
}
.page-edit-account form .gform_footer{
	margin: 20px auto 0;
	text-align: center;
}

.table-listing table tr td:nth-child(2) {padding-left: 20px;}

@media (min-width: 641px){
	.page-edit-account .page-element .grid-container .section-body{
		margin-left: 20px;
		margin-right: 20px;
	}
	.page-edit-account form .medium-6{
		width: 50%;
	}

	.page-edit-account form .medium-4{
		width: 33.33333%;
	}

	.page-edit-account form ul .cell{
		margin-bottom: 10px;
	}

	.page-edit-account form ul .cell{
		padding-left: 10px;
		padding-right: 10px;
	}

	.page-edit-account form .gform_footer{
		margin: 50px auto 0;
	}
	.page-edit-account .page-element .grid-container{
		margin-top: 50px;
		padding-left:0;
		padding-right: 0;
	}
}

@media (min-width: 1024px){
	.page-edit-account .page-element .grid-container .section-body{
		padding: 50px;
		margin-left: auto;
		margin-right:auto;
	}

	.page-edit-account .page-element .grid-container .section-body > .cell{
		padding: 0;
	}
}

@media (max-width: 320px){
	.page-edit-account .section-body > .cell{
		padding-left: 10px;
		padding-right: 10px;
	}

	.page-edit-account form ul label{
		margin-right: 0;
	}
}

/**************************
Page Edit ACCOUNT STYLING - End
**************************/

/**************************
Contacts STYLING - Start
**************************/
.page-contact-us .page-element .section-body h2{
	background-color: #F2F2F2;
	padding: 16px 24px;
	border-bottom: 3px solid #243f7f;
	margin-bottom: 0;
	font-weight: 700;
}

.page-contact-us .page-element .section-body tbody{
	border-top: 0;
}

.gf_left_small{
	width: 20%;
	float: left;
	margin-right: 2%;
}

.gform_wrapper .field-left-small, 
.gform_wrapper .field-right-small{
	width: 38%
}

.gform_wrapper .field-left-small{
	float: left;
}

.gform_wrapper .field-right-small{
	float: right;
}

.contact-details a{
	color: #535353;
}


/**************************
Contacts STYLING - END
**************************/


/**************************
Event STYLING - Start
**************************/

.event-details{
	padding-top:0;
	padding-bottom:0;
}

.experience-contact-block .cell{
	vertical-align: middle;
}

.experience-contact-block .event-detail div{
	display: inline-block;
	position: relative;
}

.experience-contact-block .event-detail i{
	position: absolute;
	left: 0;
	top: 3px;
	color: #243f7f;
	width: 20px;
	text-align: center;
}

.experience-contact-block .event-detail h3{
	margin-bottom: 0;
	font-weight: bold;
	font-size: 20px;
	border-right: 2px solid #78b342;
	text-align: right;
	padding-right: 20px;
}

.experience-contact-block .event-detail{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #78b342;
}

.experience-contact-block .event-detail div:first-child{
	padding-right: 20px;
}

.experience-contact-block .event-detail .title{
	padding-left: 25px;
}
.experience-contact-block .event-detail .secondary-title {
	font-weight: 700;
}

.event-social-media{
	padding-top: 0;
}
.experience-contact-block-bottom{
	text-align: center;
}

.experience-contact-block-bottom .icon-text{
	margin-bottom: 10px;
}

.experience-contact-block-bottom a{
	padding: 0 5px;
	font-size: 30px;
}

.experience-contact-block-bottom .website a{
	font-size: 18px;
	margin-top: 20px;
}

.event-follow-button .grid-container{
	position: relative;
}

.event-follow-button .single-title{
	text-align: left;
	margin-top: 50px;
	margin-bottom: 30px;
}

.single-post .hero{
	min-height: calc(200px + 88px);
}

.single-post .hero .hero-banner-message ul{
	display:none;
}

.event-follow-button{
	padding-bottom:0;
}

/*.single .post-content.default-alignment .single-title {
text-align: center;
}*/

.single-sub-title{
	margin-bottom: 30px;
}

.single .post-content .social-option {
	margin-top: 50px;
}

@media (min-width: 1024px){
	.single-post .hero{
		min-height: calc(250px + 88px);
	}
	.single .single-title {
		margin-bottom: 24px;
	}

	.single-sub-title{
		font-size: 32px;
	}
}

@media (min-width: 1280px){


	.single-post .hero{
		min-height: calc(200px + 88px + 37px);
	}
}


/**************************
Event STYLING - END
**************************/


/**************************
Search STYLING - Start
**************************/

.search-filter-left .hic-button-wrap,
.search-results .hic-button-wrap,
.archive.category .hic-button-wrap,
.listing-element .hic-button-wrap{
	margin-top: 24px;
}

.search-filter-left .hic-button-wrap a,
.listing-element .hic-button-wrap a{
	margin-bottom: 0;
}

.search-filter-left .hic-box.article-inner{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #d6d6d6;
}


.search-filter-left.wide-layout .inner-body-content{
	padding: 0 24px;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.search-filter-left .widget-form-wrap{
	background-color: transparent; 
}


.widget-form-wrap .button{
	width: 100%;
}

.widget-form-wrap .qs-ul,
.widget-form-wrap .button{
	margin-bottom:0;
}

.wide-layout .sidebar,
.search-filter-left .widget-form-wrap,
.wide-layout .widget-form-wrap{
	width: 100%;
}

.widget-form-wrap .grid-container > div > .cell{
	padding: 0;
}

.expand-icon.add-icon::before{
	content: "\f068";
}

@media (min-width: 1024px){
	.search-filter-left .main-content{
		display: flex;
	}

	.search-filter-left .listing-element{
		width: calc(100% - 360px);
		order: 2;
	}

	.wide-layout .sidebar,
	.search-filter-left .widget-form-wrap,
	.wide-layout .widget-form-wrap{
		width: 360px;
	}

	.widget-form-wrap .grid-container > div > .cell{
		padding-left: 0;
		padding-right: 15px;
	}

}


/**************************
Search STYLING - End
**************************/
.chapter-pagination{
	text-align: right;
	margin: 30px 0;
}
.hic-paginate-pagination{
	margin-top: 0;
}


ul.pagination{
	padding-left: 0;
	margin-top: 20px;
	margin-bottom: 40px;    
	padding-top: 0;
}

ul.pagination li{
	margin-left: 2px;
	margin-right: 2px;
	display: inline-block;
}

ul.pagination li a{
	background: transparent;
}
ul.pagination li a,
ul.pagination li .current{
	border: none;
	box-shadow: none;
	padding: 5px 10px;
	line-height: 1;
	transition: all .3s;
	height: 100%;
	border-radius: 5px;
	min-width: auto;
	min-height: auto;
}

ul.pagination li a:hover{
	background-color: #07305a;
	color: #fff;
}

ul.pagination li a.current{
	background-color: #07305a;
}

ul.pagination li.disabled a.prev{
	background-color: #ccc;
}

.search-widget ul{
	margin-left: 0;
}

.search-widget ul li{
	list-style: none;
}

.search-widget ul li label{
	margin-right: 0;
}

.copyright p{
	margin-bottom:0;
}

/*********************
PROJECTS
**********************/

.single-project .page-elements .hic-content{
	padding: 15px;
}
.project-details .section-body .hic-box{
	/*padding: 24px;*/
	background-color: #F3F3F3;
}

.project-details .hic-content,
.project-details .hic-title h4{
	font-size: 18px;
}

.center-title .section-title,
.single-post .single-title,
.single-project .section-title{
	text-align: center;
}

.single-project .page-elements .section-body > div:not(.project-details){
	padding-top: 4px;
}

.single-project .page-elements .section-body > div{
	width: 100%;
}

.single-project .page-elements .section-body > div:not(:first-child) .hic-title h4{
	color: #064d82;
	font-weight: 700;
}

.project-publication .hic-box .hic-blurb a{
	display: block;
	padding-top: 20px;
	font-weight: 700;
}

.single-project .project-publication .grid-container > div > .cell .hic-box:nth-child(odd){
	background-color: #F3F3F3;
}

.single-project .project-publication .grid-container > div > .cell .hic-box{
	/*padding: 24px;*/
	border-radius: 5px;
}

.project-factsheet .accordion-title{
	padding: 20px 30px 20px 0;
	color: #000;
}

.project-factsheet .accordion-title:before{
	content: '\f105';
	font-family: 'Font Awesome 5 Pro';
	color: #0D5597;
}

.project-video .hic-box{
	display: flex;
	background-color: #F3F3F3;
}

.project-video .hic-box .flex-video{
	margin-bottom: 0;
}

.project-video .hic-box .hic-content{
	padding: 15px;
	position:relative;
}

.sidebar-content .project-timeline{
	margin-top: 30px;
}

.project-timeline-item a {
	font-weight: 700;
}

.sidebar-content .project-timeline-item{
	background-color: #f3f3f3;
	padding: 20px;
	margin-bottom: 10px;
}

.sidebar-content .project-timeline .hic-title h4{
	color: #0D5597;
	font-weight: 700;
}

.sidebar-content .pt-details .pt-date{
	font-weight: 700;
}

.project-timeline .hic-title{
	margin-bottom: 15px;
}

.sidebar-content .project-contact .modal-button{
	width: 100%;
	margin-bottom: 0;
}

.sidebar-content .project-contact .contact-info{
	background-color: #F3F3F3;
	padding: 10px;
	font-size: 16px;
	color: #000;
}

.sidebar-content .project-contact .contact-info label{
	font-weight: 900;
}

@media (max-width: 640px){
	.project-video .hic-box{
		flex-wrap: wrap;
	}
	.single-project .project-details .hic-content{
		padding: 0;
	}

	.single-project .project-details .hic-content:not(:last-child){
		margin-bottom: 15px;
	}

	.single-project .project-details .hic-box {
		padding: 15px;
	}

	.project-video .hic-box .hic-image-container.has-video{
		width: 100%;
	}

	.project-details .hic-blurb{
		margin-top: 0;
	}
}

@media (min-width: 641px){
	.project-details .section-body .hic-box{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.project-video .hic-box .has-video, .project-video .hic-box .has-video + .hic-content{
		width: 50%;
	}

	.project-video .hic-box .hic-content{
		padding: 20px;
	}

	.single-project .page-elements .hic-content{
		padding: 20px;
	}
}

@media (max-width: 1023px){
	.single-project .project-timeline .hic-title {
		margin: 0;
	}
	.single-project .project-timeline .hic-title {
		padding: 20px;
	}
}

@media (min-width: 1024px){
	.sidebar-content .project-timeline .hic-title h4{
		font-size: 24px;
	}

	.project-video .hic-box .hic-content{
		padding: 30px;
	}

	.single-project .page-elements .hic-content{
		padding: 30px;
	}
}
/********************
PROJECTS END
*********************/

/**************************
Event STYLING - Start
*********************/

/**************************
Sidebar - Start
*********************/

.sidebar h3,
.sidebar h2,
.sidebar h4,
.sidebar h5,
.widget-form-wrap h2,
.widget-form-wrap h3,
.widget-form-wrap h4,
.widget-form-wrap h5{
	font-weight: 700;
}

.sidebar h3{
	margin-top: 24px;
}

.sidebar hr{
	margin-top: 8px;
}

.sidebar .button{
	margin-bottom: 0;
	width: 100%;
}

.widget-form-wrap .widget-form-inner-wrap {
	background: #f3f3f3; 
	padding: 24px;
}

.sidebar form p:last-child{
	margin-bottom:0;
}

.sidebar [class*="filter-"] form .button {
	background-color: transparent;
	color: #095699;
	font-weight: 900;
	padding: 0;
	text-transform: none;
}

.sidebar [class*="filter-"] form input[type="number"] {
	border-radius: 5px;
	box-shadow: 0px 3px 6px rgb(10 0 0 / 15%);
	background: -moz-linear-gradient(top, rgba(170,170,170,1) 0%, rgba(170,170,170,0.41) 21%, rgba(255,255,255,0.41) 61%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(170,170,170,1) 0%,rgba(170,170,170,0.41) 21%,rgba(255,255,255,0.41) 61%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(170,170,170,1) 0%,rgba(170,170,170,0.41) 21%,rgba(255,255,255,0.41) 61%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#ffffff',GradientType=0 );
}

.sidebar .filter-start-date form, .sidebar .filter-final-date form {
	padding: 0 15px;
}

.sidebar .widget {
	padding: 0;
	background: transparent;
}
.with-sidebar-menu .custom-mobile-menu,
.sidebar .custom-mobile-menu,
#hic-search-filter-form .custom-mobile-menu{
	box-shadow: none !important;
	font-weight: 700;
	background-color: #f3f3f3;
}

.with-sidebar-menu .child-page-menu .menu{
	padding: 16px 0;
}

.sidebar .menu li {
	width: 100%;
	margin-bottom: 10px;
}

.sidebar .menu li:not(.accordion-item){
	text-align: center;
}

.sidebar .menu li.accordion-item {
	text-align: left;
}

.with-sidebar-menu .menu,
.with-sidebar-menu .menu li{
	width: 100%;
}

.with-sidebar-menu .menu li a,
.sidebar .menu li a{
	border: 1px solid #D3D7DC;
	border-bottom: 0 !important;
	font-weight: 600;
	font-size: 18px;
	padding: 12px 15px;
	color: #000;
}

.with-sidebar-menu .menu li a{
	background-color: #fff !important; 
	width: 100%;
	border-bottom: 1px solid #D3D7DC !important;
	text-align: center;
}

@media (min-width: 641px){
	.with-sidebar-menu .menu li a,
	.sidebar .menu li a{
		padding: 15px 15px;
	}
}

@media (min-width: 1024px){
	.with-sidebar-menu .menu li a,
	.sidebar .menu li a{
		padding: 19px 15px;
	}

	.with-sidebar-menu .menu {
		padding-right: 30px;
	}
}

@media(min-width: 768px){

	.has-child-menu .inner-body-content{
		display: flex;
		justify-content: center;
		max-width: 1410px;
		margin: auto;
	}

	.has-child-menu .inner-body-content .child-page-menu{
		width: 300px;
		padding-top: 80px;
	}

	.has-child-menu .inner-body-content .main-content{
		width: calc( 100% - 100px );
	}
}

@media (max-width: 1023px){
	.has-sidebar-both .primary-sidebar .sidebar-element > .grid-x > .cell > .sidebar-content, .has-sidebar-left .primary-sidebar .sidebar-element > .grid-x > .cell > .sidebar-content {
		padding-left: 0;
		padding-right: 0;
	}

	.has-sidebar-left .sidebar-element .child-page-menu .cell {
		padding-right: 0px;
		padding-left: 0px;
	}
}

@media (min-width: 1024px){
	.sidebar-content{
		width: 300px;
	}
}
/*checkbox styling*/

input[type=checkbox] + label {
	display: block;
	margin: 0.2em;
	cursor: pointer;
	padding: 0.2em;
	padding-left: 35px;
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox] + label:before {
	content: "\f00c";
	border-radius: 0.2em;
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	vertical-align: middle;
	color: transparent;
	transition: .2s;
	text-align: center;
	border: 1px solid #535353;
	font-size: 19px;
	line-height: .5;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	top: 2px;
	background: -moz-linear-gradient(top, rgba(170,170,170,1) 0%, rgba(170,170,170,0.41) 10%, rgba(255,255,255,0.41) 30%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(170,170,170,1) 0%,rgba(170,170,170,0.41) 10%,rgba(255,255,255,0.41) 30%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(170,170,170,1) 0%,rgba(170,170,170,0.41) 10%,rgba(255,255,255,0.41) 30%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#ffffff',GradientType=0 );
	display: flex;
	justify-content: center;
	align-items: center;
}

input[type=checkbox] + label:active:before {
	transform: scale(1);
}

input[type=checkbox]:checked + label:before {
	background-color: transparent;
	border-color: #243f7f;
	color: #243f7f;
}

input[type=checkbox]:disabled + label:before {
	transform: scale(1);
	border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
	transform: scale(1);
	background-color: #bfb;
	border-color: #bfb;
}

/**************************
Sidebar - End
*********************/

.field-consent,
.consent-email{
	background-color: #f2f2f2;
	max-width: 708px;
}

.field-consent{
	padding: 10px;
	margin-top: 30px;
}

.consent-email{
	padding: 0px 20px 10px;
	margin-bottom: 30px;
}

form .notice-content{
	background-color: #f2f2f2;
	margin: 16px 0;
	padding: 5px 10px;
}
form .disabled textarea {
	height: auto;
	border: none;
	pointer-events: none;
	color: #535353;
	margin-bottom: 0;
	margin-top: 16px;
	padding: 16px 16px 0;
	border: 1px solid #f2f2f2;
}
/***********************
MAIN CONTENT
************************/
/*TEMP CSS - START*/
h1, h2, h3, h4, h5, h6 {font-weight: 600;}
.content-box-element .hic-box .button, .search-wrapper .button {padding: 10px 15px;}
.search-results .sidebar h3 {font-size: 22px;}
.sidebar form .button {margin-top: 15px;}
.header .top-header.one-column .grid-x>.small-6 {width: 100%; text-align: right;}
.header .top-header .menu {width: auto;
}
.hide-pagination .element-breadcrumbs {
	display: none;
}
.header + .element-breadcrumbs {
	margin-bottom: 15px;
}
.page-element.default-section h4:not(.sub-heading) {
	color: #d02126;
}
.reveal .close-button {background: #333;   border-radius: 50%; width: 40px;
	height: 40px; color: #fff; top: 1rem;}

.default-alignment.content-box-element .section-header, .default-alignment.content-box-element .section-footer, .default-alignment.post-element .section-header, .default-alignment.post-element .section-footer {
	text-align: center;
}
.top-header ul.top-right-menu li button {cursor: pointer; color: #fff;}

.body-content img.alignnone, .body-content img.aligncenter, .body-content img.alignleft, .body-content img.alignright {margin-bottom: 20px;
}

.body-content img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
ul.horizontal-list {margin-left: 0;}
ul.horizontal-list li {display: inline-block; margin-right: 10px;}
ul.horizontal-list li:before {display: none;}
.accordion-content h3 {font-size: 20px;}
.has-buttons .accordion-content p:last-child a:not(.glossary-modal-btn) {background-color: #d02126; color: #fff; padding: 5px 10px; margin-top: 10px;
	display: inline-block;}
.search-wrapper .post-not-found .article-header h1 {font-size: 24px;}
.black-font {color: #000 !important;}

@media (min-width: 641px) {
	.body-content img.alignleft {
		float: left;
		margin-right: 20px;
	}
	.body-content img.alignright {
		float: right;
		margin-left: 20px;
	}
	.hic-box .hic-content .hic-title h3 {
		font-size: 22px;}
}

@media (max-width: 640px) {
	.body-content img.alignnone, .body-content img.aligncenter, .body-content img.alignleft, .body-content img.alignright {width: 100%;}
}
/*TEMP CSS - END*/

.top-header a[target=_blank]:after, .page-element a[target=_blank]:after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f08e';
	padding-left: 5px;
	font-size: 12px;
	display: none;
}
.page-element.darker-overlay.has-bg-img .bg-image:before {
	background-color: rgba(10, 0, 0, .30);}
.page-elements>.page-element.default-section:not(.has-bg-img)+.page-element.default-section:not(.has-bg-img), .page-elements>.page-element.light-section+.page-element.light-section, .page-elements>.page-element.grey-section+.page-element.grey-section, .page-elements>.page-element.dark-section+.page-element.dark-section, .page-elements>.page-element.theme-section+.page-element.theme-section {padding-top: 0;} 

@media (min-width: 1024px) {
	.hero .hero-banner-message h1.small-h1 {font-size: 32px}
	.hero .hero-banner-message p {    font-size: 18px; line-height: 1.4;
		margin-top: 15px;}
	.page-banner-hidden .header.header-layout-1 .top-bar .top-bar-right {margin-top: 20px;}
	.page-banner-hidden.search-results .body-content {padding-top: 30px;}
}

/*Select-2 - START*/
.select2-container {text-align: left; max-width: 900px;}
.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {height: 45px;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 45px; padding-left: 15px;}
/*Select-2 - END*/

/*Child Theme CSS - START*/
.home .glossary-modal-btn {color: inherit !important;}
/*.hero .hero-bg-overlay {display: none;}*/
.wp-caption {background: #fff; padding: 0;}
body .default-section .slick-arrow:before, body .grey-section .slick-arrow:before, body .light-section .slick-arrow:before {color: #000;}

.hic-box.box-link .hic-title h3, 
.hic-box.box-link .hic-blurb p{
	color: #535353;
}
.header-transparent .top-header button {cursor: pointer;}
.header .dropdown.menu.medium-horizontal>li .is-dropdown-submenu li a {
	font-size: 16px;
	font-weight: 500;
	color: #333;
}
.header .dropdown.menu.medium-horizontal>li .is-dropdown-submenu li.active a{
	background-color: rgba(36, 63, 127, 0.1);
	color: #fff;
}
.default-alignment .section-header, .default-alignment .section-footer {
	text-align: left;}
.grey-section .accordion{
	background-color: #f3f3f3;
}
.box-border.image-above-content .hic-image {margin-bottom: 0;}

/*Council Portal - START*/
.table-listing table tr td:nth-child(2) {padding-left: 20px;}
/*Council Portal - END*/
/*Directory - START*/
.directory-listing .grid-padding-x>.accordion-container {padding-left: 0; padding-right: 0;}
.directory-listing .accordion-item .accordion-content .accordion-item:before {display: none;}
.directory-listing .accordion-item .accordion-content .accordion {padding: 0;}
.directory-listing .accordion-item .accordion-content .accordion-title {border-bottom: 0; padding: 0;
	font-size: 17px; color: #243f7f !important; margin-bottom: 3px;}
.directory-listing .accordion-item .accordion-content .accordion-title:before {font-size: 12px; content: "Show Details"; color: #555;}
.directory-listing .accordion-item .accordion-content .is-active>.accordion-title:before {
	content: "Hide Details";}
.directory-listing .accordion-content .accordion .accordion-content {margin-top: 10px; margin-bottom:15px; padding-left: 5px; padding-right: 5px;    background-color: #f7f7f7;}

.directory-listing .accordion-content .accordion .accordion-content h3 {
	font-size: 16px;
}
.directory-listing .accordion-content .table-inline-block tbody, .directory-listing .accordion-content .table-inline-block tbody tr td {border: 0;}

.directory-listing .tabs-title {
	width: 100%
}

.page-element.flexible-content .directory-listing ul li:before {
	display: none
}
.directory-listing .tabs-panel {
	padding: 0px
}
/*Directory - END*/

/*Find My Council - START*/
.council-content .directory-details .cell div table tr td div {margin-bottom: 0;}
.senior-staff-title b::after {
	content: ':';
}
.search-form .button.search-location {margin-top: 25px;}

@media (max-width: 640px) {
	.council-map iframe {height: 350px;}
}
/*Find My Council - END*/

.table-inline-block {
	background: transparent;
	width: auto;
}
.table-inline-block {
	margin: 0px
}
.table-inline-block tbody {
	background: transparent;
}
.table-inline-block tbody tr td {
	padding: 0px;
	background: transparent;
}

/*WordPress Blocks - START*/
.wp-block-table table {margin-bottom: 30px;}
.wp-block-table:not(.is-style-stripes) tbody tr:first-child, .wp-block-table.is-style-regular tbody tr:first-child {font-weight: 600; background: #f3f3f3; color: #0a0a0a;}
.wp-block-table:not(.is-style-stripes) tbody tr:not(:first-child) td, .wp-block-table.is-style-regular tbody tr:not(:first-child) td {padding: 12px 20px;}
.wp-block-table:not(.is-style-stripes) tbody tr:first-child td, .wp-block-table.is-style-regular tbody tr:first-child td {padding: 20px;}
.wp-block-table:not(.is-style-stripes) tbody tr td, .wp-block-table.is-style-regular tbody tr td {border: 1px solid #dcdcdc; max-width: 840px;}
.wp-block-table:not(.is-style-stripes)  tbody tr:nth-child(2n), .wp-block-table.is-style-regular tbody tr:nth-child(2n) {background: transparent;}
.wp-block-table:not(.is-style-stripes) tbody tr td:nth-child(2n), .wp-block-table.is-style-regular tbody tr td:nth-child(2n) {text-align: right;}
.wp-block-table.is-style-stripes {border-bottom: 0;}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {background-color: #f3f3f3;}
.wp-block-table.is-style-stripes td {border: 1px solid #dcdcdc; padding: 12px 20px;}
.wp-block-table + .wp-block-table.is-style-stripes, .page-content-container .wp-block-table + .wp-block-table {margin-top: -30px;}
.wp-block-table + .wp-block-table.is-style-stripes td, .page-content-container .wp-block-table + .wp-block-table td {border-top: 0; padding-top: 12px !important; padding-bottom: 12px !important; color: #535353; font-weight: normal;}
/*WordPress Blocks - END*/

/*Council Portal - START*/
.account-element .account-image {height: 200px; width: 200px; border-radius: 100%; margin: 0 auto;}
.account-element .hic-image.account-image:before {padding-top: 100%;}
.account-element .top-back-link {
	text-align: center; margin-bottom: 25px;}
.account-element a.bottom-back-link {display: block; margin-top: 5px;}

.recent-updates.table-listing table tr:not(:first-child) td b {display: block; margin-top: 15px;}
/*Council Portal - END*/

/*Gravity Form - START*/
.gform_wrapper .gform_body ul li:before {display: none !important;}
.gform_wrapper label {font-size: 17px;}
.gform_wrapper .gfield_radio label {font-weight: normal;}
.gform_wrapper .gform_footer {    margin-top: 20px;}
/*Gravity Form - END*/
.print-button {border: 1px solid #535353 !important; background-color: transparent !important; text-shadow: none; color: #535353 !important;
	font-size: 17px; font-weight: 600;}
/*Gravity Form - END*/

/*Chapters - START*/
.has-sidebar .page-element:not(:first-child) {padding-top: 0 !important;}
.has-sidebar .page-element {padding-bottom: 0;}
.has-sidebar .page-element p:last-child {margin-bottom: 0;}
.has-sidebar .page-element.grey-section {background-color: #fff;}
.has-sidebar .page-element.grey-section .section-body {padding: 20px;}
.has-sidebar .page-element.grey-section .section-body > .cell {padding: 20px; background-color: #f3f3f3;}
.has-sidebar .section-with-border .section-body > .cell {padding: 20px;}
.has-sidebar .default-alignment .section-footer {text-align: right; margin-top: 15px;}
.has-sidebar .section-footer {margin-bottom: 30px;}
/*Chapters - END*/

/*Footer - START*/
.hicaliber-custom.footer-default-color .footer {background: #eee;}
.hicaliber-custom.footer-default-color .footer .footer-col h4, .hicaliber-custom.footer-default-color .footer .social-media li a {color: #000;}

@media (min-width: 641px) {
	.footer-layout-1 .footer-col-1 {width: 130px; padding-top: 5px; padding-right: 0;;}
	.footer-layout-1 .footer-col-2 {width: calc(75% - 140px);}
	.footer-layout-1 .footer-col-3 {
		text-align: right; padding-right: 15px;}
}

@media (min-width: 1024px) {
	.footer {padding: 30px 0 0;}
}
/*Footer - END*/

/**********************
FOOTER
***********************/

.colophon-link .menu li{
	display: inline-block;
}

.colophon-link .menu,
.colophon-link{
	line-height: 1;
}

/************************
OUR TEAM - START
************************/
.team-element .hic-box {
	border: 1px solid #ccc;
}
.member-name {
	font-size: 25px;
	font-weight: 600;
	color: #064d82;
}
.member-position {
	font-size: 20px;
	font-weight: 600;
}

@media (max-width: 640px){
	.team-element .hic-image:before {
		padding-top: 120%;
	}
}
/************************
OUR TEAM - END
************************/

.hidden-label label.gfield_label {
	display: none;
}
.gfield_radio li {
	display: inline-block;
	margin-top: 10px;
}
.grey-form .gform_wrapper {
	padding: 30px 15px;
	border: 1px solid #D3D7DC;
	background: #F3F3F3;
}
.ginput_container_fileupload input[type=file] {
	background: white;
	text-align: center;
	padding: 15px;
	margin: 10px 0 20px;
	border: 1px solid #D3D7DC;
}
.grey-form .gform_footer input[type=submit] {
	background: #064d82;
	padding: 15px 30px;
	font-size: 18px;
}
.grey-form .gform_footer {
	text-align: center;
}

.gfield > label.gfield_label {
	margin-top: 1.5rem;
}

.inline-desc-as-title > .gfield_label {
	display: inline-block;
	margin-right: .5rem;
}

.inline-desc-as-title > .gfield_description {
	display: inline-block;
	font-weight: 700;
	line-height: 1.4;
}

@media (max-width: 640px){
	.gform_fileupload_rules {
		margin-bottom: 1.5rem;
		display: block;
	}

	.modal-element.reveal {
		background-color: #f2f2f2;
		padding-top: 0;
	}

	.modal-element .grid-container:not(.full)>.grid-padding-x.modal-header {
		margin-left: -15px;
		margin-right: -15px;
		padding: 15px;
		background-color: #fff;
	}
}

@media (min-width: 641px){
	.grey-form .gform_wrapper {
		padding: 35px 25px;
	}

	.gform_fields > .gfield.gf_left_half, .gform_fields > .gfield.gf_right_half {
		width: 50%;
	}

	.ginput_container_fileupload input[type=file] {
		padding: 45px 35px;
	}

	.modal-element .ginput_container_fileupload input[type=file]{
		padding: 20px;
	}

	.modal-element.reveal{
		padding-bottom: 0;
	}

	.modal-element .grid-container:not(.full)>.grid-padding-x.modal-content {
		background-color: #f2f2f2;
	}

	.modal-element .grid-container:not(.full)>.grid-padding-x.modal-content {
		margin-left: -35px;
		margin-right: -35px;
		padding: 35px;
	}
}

@media (min-width: 1024px){
	.grey-form .gform_wrapper {
		padding: 40px;
	}

	.ginput_container_fileupload input[type=file] {
		padding: 60px;
	}

	.modal-element .ginput_container_fileupload input[type=file]{
		padding: 20px 25px;
	}

	.grey-form .gform_footer {
		margin-top: 50px;
	}
}

/*Adjustment Styling Start*/

/*TOP HEADER RIGHT*/

.top-bar-custom .media-features li a {
	color: #fff;
	padding: 11px 10px;
}
.top-bar-custom .media-icon-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.top-bar-custom .media-features li {
	display: inline-block;
}
.top-bar-custom .media-features {
	margin-bottom: 0px;
	padding-bottom:0px;
	padding-right:10px;
}
.top-bar-custom .media-features .media-sharing i,
.top-bar-custom .media-features .media-print i{
	font-size: 21px;
}
.top-bar-custom .media-features li a.media-listen,
.top-bar-custom .media-features li a.media-play-button{
	background-color: #F3F3F3;
	color: #000;
	padding: 5px 15px;
	border-radius: 3px;
}

a.media-listen[disabled], a.media-play-button[disabled]{
	cursor: default;
	background-color: #e1e1e1 !important;
}

.top-bar-custom .media-features li a.media-play-button {
	margin-left: -2px;
}

@media (min-width: 1024px){
	.top-bar-custom .media-icon-container {
		padding-top: 22px;
	}
}

/*BREADCRUMB*/
.breadcrumb {
	padding-top: 10px;
}
.breadcrumb a {
	font-weight: bold;
}

/*SIDEBAR*/
.has-sidebar-left .sidebar-element .cell .menu li.current_page_item a{
	background-color:#F3F3F3;
}

.has-sidebar-left .sidebar-element .cell .menu li.current_page_item a,
.has-sidebar-left .sidebar-element .cell .menu li a:hover{
	color:#0d5597;
}

/*PAGES FORMATTING*/
.page-content-element.default-section .section-body .page-content-container h3,
.page-content-heading.default-section .section-body > .medium-12 .hic-content h3{
	color: #0d5597;
	font-weight:bold;
	padding-bottom: 20px;
	margin-top: 25px;
}
.page-content-element.default-alignment .section-body .page-content-container h3,
.page-content-heading.default-alignment .section-body > .medium-12 .hic-content h3{
	text-align: center;
}

@media (min-width: 1024px){
	.page-content-heading .section-body > .medium-12 .hic-content h3{
		font-size: 26px;
	}

	.has-sidebar-left .sidebar-element .cell {
		padding-left: 0px;
	}
}

/*OUR PROJECT*/
.header-default-color.our-project-page .page-content.default-section {
	padding-bottom: 0px;
}
.header-default-color.our-project-page .project-listing.content-only{
	padding-top:40px;
}
.header-default-color.our-project-page  .search-filters .row,
.header-default-color.our-project-page  .sort-by .row ,
.header-default-color.our-project-page  .sort-by .row .columns.medium-9 label{
	display: flex;
}
.header-default-color.our-project-page  .sort-by .row .columns.medium-9 label{
	align-items:center;
}
.header-default-color.our-project-page .sort-by .row .columns.medium-9 label select {
	width: 75%;
	margin-left: 20px;
	margin-bottom: 0px;
	height: 43px;
	border-right: none;
}
.header-default-color.our-project-page  .search-filters .row .columns.medium-8 input[type="text"]{
	height: 41px;
}
.header-default-color.our-project-page  .search-filters .row .columns.medium-8{
	width: 60%;
}
.search-filter-wrap .sort-by .button{
	background-color:#0A5699;
	width: 45px;
	padding: 0;
	background-color: #F3F3F3;
	color: #000;
}
.header-default-color.our-project-page .sort-by .row {
	justify-content: right;
}

.search-filter-wrap .search-filters{
	max-width: 374px;
	display: flex;
}

.search-filter-wrap .search-filters input,
.search-filter-wrap .search-filters .button,
.search-filter-wrap .sort-by select,
.search-filter-wrap .sort-by .button{
	margin-bottom: 0;
	height: 45px;
	min-width: 45px;
}

.search-filter-wrap .search-filters input{
	margin-bottom: 0;
}

.search-filter-wrap .search-filters .button{
	width: 114px;
}

.search-filter-wrap .sort-by{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.search-filter-wrap .sort-by label{
	margin-right: 20px;
	font-size: 16px;
	font-weight: 700;
}

.search-filter-wrap .sort-by select{
	width: 206px;
}

.project-listing.content-only .section-body .cell{
	padding:15px;
}
.project-listing.content-only .section-body .hic-box .hic-content{
	background-color: #f3f3f3;
}
.project-listing.content-only .section-body .hic-box .hic-content .hic-title{
	margin-bottom: 0px;
	font-weight:bold;
}
.project-listing.content-only .section-body .hic-box .hic-content .hic-title{
	padding: 10px 15px;
	display: flex;
	align-items: center;
}
.project-listing.content-only .section-body .hic-box .hic-content .hic-title a {
	display: block;
	width: 100%;
}
.project-listing.content-only .section-body .hic-box .hic-content .hic-blurb{
	padding: 10px 15px 20px;
	font-size: 16px;
}

.project-listing.content-only .section-body .hic-box .hic-content .hic-category{
	padding: 10px 15px 0;
	margin-top: 10px;
}

.project-listing.content-only .section-body .hic-box .hic-content .hic-category + .hic-blurb{
	margin-top: 0;
}

.project-listing.content-only .section-body .hic-box .hic-content .hic-category::before {
	content: 'Project Status: ';
	font-weight: bold;
}

.project-listing.content-only .section-body .hic-box .hic-content .hic-title h3{
	font-size:21px;
	position: relative;
	padding-right: 20px;
}
.project-listing.content-only .section-body .cell .hic-box {
	padding: 0px;
	border: 1px solid #dbd8d8;
	height: 100%;
	background-color: #f3f3f3;
}
.project-listing.content-only .section-body .hic-box .hic-content .hic-title {
	background-color:#fff;
}
.project-listing.content-only .section-body .project-details span {
	background-color: transparent;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	padding-left: 0px;
}
.project-listing.content-only .section-body .project-details{
	padding-bottom: 20px;
}
.search-filter-wrap {
	padding-bottom: 25px;
}
.page-content-element .search-filter-wrap {
	padding-bottom: 40px;
}

.project-listing.content-only .section-body .hic-box .hic-content .hic-title h3::after {
	content: "\f054";
	right: 0px;
	position: absolute;
	top: calc(50% - 13px);
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}
.header-default-color.our-project-page  .sort-by .button i:before{
	content:"\f354";
}
.header-default-color.our-project-page .body-content > .page-elements {
	display: none;
}
.project-element.default-section .project-loadmore {
	padding-left: 20px;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
.project-listing.content-only .section-body .spotlight-research-paper-tag .hic-box .hic-content .hic-title h3,
.project-listing.content-only .section-body .project.community-law-tag .hic-box .hic-content .hic-title h3,
.project-listing.content-only .section-body .project.reference-tag .hic-box .hic-content .hic-title h3{
	color: #fff;
}
.project-listing.content-only .section-body .project.community-law-tag:not(.reference-tag) .hic-box .hic-content .hic-title {
	background-color: #064d82;
}

.project-listing.content-only .section-body .project.reference-tag:not(.community-law-tag) .hic-box .hic-content .hic-title {
	background-color: #BE1E2B;
}

.project-listing.content-only .section-body .project.reference-tag.community-law-tag .hic-box .hic-content .hic-title{
	background-color: #5c3d68;
}

.project-listing.content-only .section-body .spotlight-research-paper-tag .hic-box .hic-content .hic-title{
	background-color: #40A0D8;
}

.project-listing.content-only .section-body .hic-box .hic-content .hic-category a {
	pointer-events: none;
	color: inherit;
}

ul.legend {
	margin-left: 0;
}

.legend .legend-item::before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 3px;
}

.legend-wrap .legend-label,
.legend .legend-colour,
.legend .legend-separator{
	display: none;
}

.legend .legend-item {
	display: inline-block;
	padding-left: 25px;
	margin-right: 15px;
	position: relative;
}

.legend .legend-item.reference::before {
	background-color: #BE1E2B;
}

.legend .legend-item.community-law::before {
	background-color: #064d82;
}

.legend .legend-item.spotlight-research-paper::before {
	background-color: #40A0D8;
}
.header-default-color.our-project-page .project-listing.content-only.group-by-category:not(:last-child) {
	padding: 40px 0;
}

@media (max-width: 640px){
	.project-listing .sort-by {
		margin-top: 15px;
	}
	.project-listing .sort-by label {
		margin-right: 10px;
		min-width: 60px;
	}
}

@media (min-width: 641px){
	.project-listing.content-only .section-body .hic-box .hic-content .hic-title{
		min-height: 75px;
	}
	.project-listing.content-only .section-body .hic-box .hic-content .hic-title{
		padding: 10px 25px;
	}

	.project-listing.content-only .section-body .hic-box .hic-content .hic-blurb{
		padding: 20px 25px;
	}

	.project-listing.content-only .section-body .hic-box .hic-content .hic-category{
		padding: 20px 25px 0;
	}
}

@media (max-width: 1023px){
	.project-listing .search-filters input{
		width: calc(100% - 114px);
	}
}

@media (min-width: 1024px){
	.project-listing .search-filters input{
		width: 264px;
	}
}

/*PAGINATION*/
.wp-pager{
	text-align:center;
}
.wp-pager span.current,
.wp-pager a.page-numbers:hover{
	background-color: rgb(6, 77, 130);
}
.wp-pager span.current,
.wp-pager span.page-numbers,
.wp-pager a.page-numbers:hover,
.wp-pager a.page-numbers{
	border-radius: 50%;
	width: 28px;
	height: 28px;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.wp-pager a.page-numbers{
	background-color: rgb(34, 147, 232);
}

/*GRAVITY FORM*/
::placeholder{
	color:#000!important;
}

/*Project Single Page*/
.hic-image-container .flex-video + p:last-child {
	margin: 2px 0 0;
}
.hic-image-container .flex-video + p {
	padding: 15px;
	font-size: smaller;
	font-style: italic;
	text-align: center;
	border: 1px solid #e1e1e1;
	display: inline-block;
}

.project-video .hic-box .hic-content .hic-button-wrap{
	position: absolute;
	bottom: 30px;
	font-weight: bold;
}
.project-status ul{
	list-style: none;
	margin: 0;
	display: flex;
}
.project-status ul li.project-status-state{
	padding: 12px 10px!important;
	text-align: center;
	min-height: 64px;
	justify-content: center;
	align-items: center;
	display: inline-flex;
}

.project-status ul li.project-status-state:not(:last-child)::before, 
.project-status ul li.project-status-state:not(:last-child)::after {
	content: '';
	position: absolute;
	width: 14px;
	border-style: solid;
	display: block;
	z-index: 10;
}
.project-status ul li.project-status-state {
	position: relative;
}
.project-status ul li.project-status-state:last-child {
	background: #c4c4c4;
	color: #000;
}

.single-project .project-overview + .project-video, .single-project .project-overview + .project-video .cell {
	padding-top: 0 !important;
}

.project-status ul li.project-status-state.active{
	color: #fff;
}

@media (max-width: 640px){
	.project-status ul li{
		width: 100%;
	}
}

@media (max-width: 640px){
	.project-status ul li.project-status-state:not(:last-child) {
		border-bottom: 3px solid #fff;
	}

	.project-status ul li.project-status-state:not(:last-child)::before, 
	.project-status ul li.project-status-state:not(:last-child)::after {
		height: 12px;
		width: 12px;
	}
	.project-status ul li.project-status-state:not(:last-child)::before {
		left: calc(50% - 14px);
		border-color: #fff transparent transparent transparent;
		bottom: -31px;
	}
	.project-status ul li.project-status-state:not(:last-child)::after {
		left: calc(50% - 12px);
		border-color: #064D82 transparent transparent transparent;
		bottom: -24px;

	}
	.project-status ul li.project-status-state.active::after {
		left: calc(50% - 12px);
		border-color: #BE1E2B transparent transparent transparent;
		bottom: -24px;
	}

	.project-status ul li.project-status-state:not(:last-child)::before {
		border-width: 14px;
	}
	.project-status ul li.project-status-state:not(:last-child)::after {
		border-width: 12px;
	}
	.project-status ul li.project-status-state.active::after {
		border-width: 12px;
	}
}

@media (min-width: 641px){
	.project-status ul li.project-status-state{
		padding: 8px 10px!important;
	}

	.project-status ul li.project-status-state:not(:last-child)::before {
		border-width: 32px;
	}
	.project-status ul li.project-status-state:not(:last-child)::after {
		border-width: 32px;
	}
	.project-status ul li.project-status-state.active::after {
		border-width: 32px;
	}

	.project-status ul li.project-status-state:not(:last-child) {
		border-right: 5px solid #fff;
	}

	.project-status ul li.project-status-state:not(:last-child)::before, 
	.project-status ul li.project-status-state:not(:last-child)::after {
		height: 100%;
	}
	.project-status ul li.project-status-state:not(:last-child)::before {
		top: 0px;
		border-color: transparent transparent transparent #fff;
		right: -68px;
	}
	.project-status ul li.project-status-state:not(:last-child)::after {
		top: 0px;
		border-color: transparent transparent transparent #064D82;
		right: -64px;

	}
	.project-status ul li.project-status-state.active::after {
		top: 0px;
		border-color: transparent transparent transparent #BE1E2B;
		right: -64px;

	}
	.project-status ul li.project-status-state {
		padding-right: 10px !important;
		padding-left: 20px !important;
	}
	.project-status ul li.project-status-state:last-child {
		padding: 2px 10px;
	}
}

@media (min-width: 641px) and (max-width: 1023px){
	.project-status ul li.project-status-state:nth-child(3n)::after,
	.project-status ul li.project-status-state:nth-child(3n)::before{
		display: none;
	}

	.project-status ul li.project-status-state:nth-child(3n){
		border-right: 0;
	}

	.project-status ul li{
		width: 33.33%;
	}
}

@media (max-width: 1023px){
	.project-status ul{
		flex-wrap: wrap;
	}
}

@media (min-width: 1024px){
	.project-status ul li.project-status-state{
		flex: 1 1 auto;
	}

	.project-status ul li.project-status-state {
		padding-right: 20px !important;
		padding-left: 40px !important;
	}
}
.accordion-title{
	border-bottom: 1px solid #dee1e5!important;
}

/*VIDEO PAGE*/
.video-boxes.default-section .section-body .hic-box {
	border: 1px solid #c0c0c0;
	padding-top: 0px;
}
.video-boxes.default-section .section-body .hic-content .video-title, 
.video-boxes.default-section .section-body .hic-content .video-description {
	padding: 0px 25px;
}
.video-boxes.default-section .section-body .hic-content .video-title h2{
	color:#064d82;
	font-size: 26px;
	font-weight:bold;
}
.video-boxes.default-section .section-body .hic-content .video-title .video-subheading{
	font-weight:bold;
	color:#000;
	font-size: 18px;
}
.video-boxes.default-section .section-body .hic-content .video-description{
	background-color:#f3f3f3;
	padding-bottom: 45px;
	padding-top: 15px;
	min-height: 330px;
}
.video-boxes.default-section .section-body .hic-content .video-description p {
	text-align: center;
}
.video-boxes.default-section .section-body .hic-content .video-description p a{
	font-weight: bold;
}
.video-boxes.default-section .section-body .hic-content .hic-blurb{
	margin-top:0px!important;
}
.post-element .social-sharing-container ul {
	margin-left: 0px;
	justify-content: flex-start;
	display: flex;
	align-items: center;
}
.post-content .social-option .transcript-link,
.post-content .social-option .download-link {
	margin-right: 0;
	margin-left: 0;
}

.post-content .social-option .download-link {
	display: inline-block;
	line-height: 30px;
	position: relative;
	top: 6px;
	margin-left: 15px;
}

.post-content .social-sharing-container{
	text-align: center;
	margin-bottom: 15px;
}

.social-sharer{
	margin: 0;
}

.post-content .social-sharer {
	justify-content: center;
}
.social-sharing-container li:frst-child{
	font-weight:bold;
	color:rgb(20, 104, 160);
}
.social-option .download-link {
	justify-self: flex-end;
	margin-left: auto;
	margin-right: 0;
}
.social-sharing-container li a {
	width: 42px;
	height: 42px;
	border: 1px solid #c0c0c0;
	display: flex;
	border-radius: 50%;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	font-size: 18px;
}
.social-option .transcript-link {
	margin-left: 18px;
	font-weight: 900;
}
.social-option .download-link {
	font-size: 30px;
}
.social-sharing-container li {
	display: inline-block;
}
.social-sharing-container li a:hover{
	background-color:rgb(20, 104, 160);
	color:#fff;
}
.post-element .social-sharing-container, .post-element .social-option {
	display: flex;
	align-items: center;
}

.post-element .has-video .social-option{
	justify-content: center;
}

.social-sharing-container .social-label {
	color: #064d82;
	font-weight: 600;
}
.post-element .social-sharing-container .social-label {
	margin-right: 10px;
}

.post-content .social-sharing-container .social-label{
	margin-bottom: 10px;
}
.team-element.image-left-content .section-body .hic-button-wrap {
	display: none;
}
.team-element.image-left-content .section-body .hic-content .hic-blurb{
	position:relative;
}
.team-element.image-left-content .section-body .hic-content .hic-blurb .less-content{
	position: absolute;
	right: 50px;
	bottom: -3px;
}
.search-sidebar ul.menu {
	display: block;
}
.search.search-results.has-child-menu .inner-body-content .main-content {
	width: 100%!important;
}
.search.search-results main .hic-content{
	width: 100%;
	background-color: #F3F3F3;
	padding: 15px !important;
}
.social-option {
	text-align: center;
}
.search-sidebar ul.menu li a:hover {
	background-color: #F3F3F3;
	color: #0d5597;
}
.search.search-results main .hic-content .hic-button-wrap .button {
	background-color: transparent;
	color: #0d5597;
	padding-left: 0px !important;
	font-weight: bold;
	position: relative;
}
.search.search-results main .hic-content .hic-button-wrap .button:after{
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	display: inline;
}
.sidebar ul li:not(.accordion-item):last-child {
	border-bottom: 1px solid #e9e9e9;
}

.sidebar ul.accordion{
	width: 100%;
}

.sidebar .contact-details-container .accordion li {
	border-bottom: 1px solid #e9e9e9;
}

.default-width .grid-container {
	max-width: 1410px;
}

.search-result-listing .archive-title{
	margin-bottom: 20px;
}

@media (min-width: 641px){
	.search.search-results main .hic-content{
		padding: 30px 40px !important;
	}
}

/*Make Submission page*/
.make-submision-form.default-section .section-header .section-title, 
.make-submision-form.default-section .section-header .sub-heading {
	text-align: center;
}
.make-submision-form.default-section .section-header .section-title{
	color:#0D5597;
}
.make-submision-form.default-section .section-header .sub-heading {
	text-decoration: underline;
}
.make-submision-form.default-section .section-body #gform_save_9_footer_link {
	display: block;
}
.has-sidebar-right .sidebar .widgettitle {
	background-color: #0A5699;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 10px;
}
.has-sidebar-right .sidebar .sidebar-content .project-widget {
	padding: 10px 20px;
}
.has-sidebar-right .sidebar .sidebar-content .widget:first-child {
	background-color:#F3F3F3;;
}
.has-sidebar-right .sidebar .project-widget h3 {
	background-color: rgb(10, 86, 153);
	color: #fff;
	margin-left: -20px;
	margin-right: -20px;
	font-size: 18px;
	padding: 20px;
	text-align: center;
	margin-bottom: -10px;
}

@media (max-width: 640px){
	.social-sharing-container, .social-option{
		flex-wrap: wrap;
		justify-content: center;
	}

	.social-sharing-container .social-label{
		margin-bottom: 10px;
		margin-right: 0;
	}

	.social-option .transcript-link{
		margin-top: 10px;
		margin-left: 0;
	}

	.article-item.medium-6 .social-sharing-container .social-label,
	.article-item.medium-6 .social-option .transcript-link {
		margin-right: 0;
	}
}

@media (min-width: 641px){
	.content-only .article-item .hic-content,
	.content-only .publication-item .hic-content{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		height: 100%;
	}

	.content-only .article-item .hic-content .hic-button-wrap,
	.content-only .publication-item .hic-content .hic-button-wrap{
		/*justify-self: flex-end;*/
		margin-top: auto;
		padding-top: 24px;
	}

	.content-only .article-item.medium-12 .hic-content .hic-button-wrap,
	.content-only .publication-item.medium-12 .hic-content .hic-button-wrap{
		margin-top: 0;
	}
}

@media (min-width: 641px) and (max-width: 1023px){
	.article-item.medium-6 .social-sharing-container, .article-item.medium-6 .social-option{
		flex-wrap: wrap;
		justify-content: center;
	}

	.article-item.medium-6 .social-sharing-container .social-label{
		margin-bottom: 10px;
	}

	.article-item.medium-6 .social-option .transcript-link{
		margin-top: 10px;
	}
}

@media( min-width: 1024px ){
	.default-width [class*="has-sidebar-"] .inner-body-content {
		max-width: 1410px;
	}

	.page-element.with-sidebar-menu-title .section-title {
		margin-left: 360px;
	}
}

/*Adjustment End*/

/* Project Filter - Start */
.project_filter .accordion li:last-child {
	margin-bottom: 0;
}
/* Project Filter - End */

/* Podcast & Video Listing - Start */
.cell.has-audio .hic-box{
	display: flex;
	flex-direction: column-reverse;
}

.cell.has-audio .hic-box,
.cell.has-video .hic-box,
.cell.has-pdf .hic-box{
	padding: 0;
	border: 1px solid #c0c0c0;
}

.cell.has-video .hic-content .hic-button-wrap,
.cell.has-audio .hic-content .hic-button-wrap {
	display: none;
}

.cell.has-video:not(.article-item) .hic-title,
.cell.has-pdf:not(.article-item) .hic-title,
.article-item.has-audio header,
.article-item.has-video header {
	margin: -15px -10px 0;
	padding: 15px 10px 8px;
	background-color: #fff;
}

.cell.has-audio .hic-title,
.cell.has-video .hic-title,
.cell.has-pdf .hic-title{
	margin-bottom: 5px;
}

.cell.has-audio .post-byline,
.cell.has-video .post-byline {
	margin: 0;
}

@media (min-width: 641px){
	.content-box-element .cell:not(.medium-12).has-video .hic-box,
	.content-box-element .cell:not(.medium-12).has-pdf .hic-box{
		height: 100%;
		margin-bottom: 0 !important;
	}
}

@media (min-width: 1024px){
	.cell.has-video:not(.article-item) .hic-title,
	.cell.has-pdf:not(.article-item) .hic-title,
	.article-item.has-audio header,
	.article-item.has-video header {
		margin: -20px -15px 0;
		padding: 20px 15px 10px;
	}
}
/* Podcast Listing - End */

/* Twitter Box - Start */
#ctf .ctf-item{
	border-top: 0;
}

.twitter-feed .hic-content {
	display: flex;
	flex-direction: column-reverse;
	padding: 0;
}
.twitter-feed .hic-title {
	padding: 15px 10px;
}
.default-section .twitter-feed .hic-blurb {
	background-color: #f3f3f3;
	color: #000;
}

.twitter-feed .hic-blurb {
	margin-top: 0;
}

.twitter-feed #ctf .ctf-author-name{
	display: none;
}
.twitter-feed #ctf.ctf-styles .ctf-author-screenname {
	font-size: 18px;
	font-weight: 700;
}
.twitter-feed #ctf .ctf-item{
	padding: 10px 20px;
}

.twitter-feed .slick-arrow{
	z-index: 1;
	top: 60%;
}
.twitter-feed .slick-prev {
	left: 10px;
}
.twitter-feed .slick-next {
	right: 10px;
}
.twitter-feed .ctf-tweet-text {
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.twitter-feed #ctf.ctf-narrow .ctf-author-box {
	margin-bottom: 5px;
	width: 100%;
}
.default-section .twitter-feed .slick-arrow:before {
	color: #074d82;
	font-weight: 900;
}

@media (min-width: 641px){
	.twitter-feed #ctf .ctf-item{
		padding: 20px 50px;
	}
	.twitter-feed .hic-title {
		padding: 20px 15px;
	}
	.twitter-feed .ctf-author-box {
		margin-bottom: 15px;
	}
}

@media (min-width: 641px) and (max-width: 1023px){
	.two-col-for-medium-only .twitter-feed {
		width: 100% !important;
	}

	.two-col-for-medium-only .section-body > .cell {
		width: 50%;
	}
}

@media (max-width: 1023px){
	#ctf.ctf-super-narrow .ctf-author-screenname, #ctf.ctf-super-narrow .ctf-screename-sep{
		display: inline;
	}
}
@media (min-width: 1024px){


	.twitter-feed .hic-blurb {
		position: relative;
		background-size: cover;
		background-position: center;
	}

	.twitter-feed .hic-blurb::before {
		content: "";
		width: 100%;
		height: auto;
		padding-top: 52%;
		display: block;
	}

	.twitter-feed div#ctf {
		width: 100%;
		overflow-y: inherit;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: hidden;
	}
}
/* Twitter Box - End */

/* Publication Page - Start */
.konverter-page-menu::before{
	content: 'Contents';
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
	color: #004383;
}

.post-navigation-menu .next-nav:not(:only-child) {
	justify-self: flex-end;
	margin-left: auto;
	padding-right: 20px;
}

.post-navigation-menu .prev-nav:not(:only-child) {
	justify-self: flex-start;
	margin-right: auto;
	padding-left: 20px;
}

.post-navigation-menu .hic-post-meta-nav:only-child{
	justify-self: center;
}
.post-navigation-menu {
	display: flex;
}

.post-navigation-menu .nav-content {
	padding: 0;
}
.post-navigation-menu .hic-post-meta-nav h3 {
	position: relative;
	font-size: inherit;
	font-weight: 900;
}

.post-navigation-menu .next-nav h3 {
	padding-right: 20px;
}

.post-navigation-menu .prev-nav h3{
	padding-left: 20px;
}

.post-navigation-menu .prev-nav h3::before,
.post-navigation-menu .next-nav h3::after{
	position: absolute;
	top: 0;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
}

.post-navigation-menu .prev-nav h3::before {
	content: '\f104';
	left: 0;
}

.post-navigation-menu .next-nav h3::after {
	content: '\f105';
	right: 0;
}

#foot-notes [id*="footnote-"], #foot-notes [id*="endnote-"] {
	margin-bottom: 8px;
}
#foot-notes [id*="footnote-"] p, #foot-notes [id*="endnote-"] p {
	display: inline;
}

.page-element.post-navigation {
	padding-top: 0;
}

.single-publication .sidebar .menu li {
	margin: 0;
}

.single-publication .sidebar .menu li a {
	background-color: transparent;
	border: 0;
	text-align: left;
	font-size: 16px;
}

.single-publication .sidebar .widget {
	background-color: #F3F3F3;
}

.single-publication .sidebar .widget:first-child h3{
	margin-top: 0;
	margin-bottom: 12px;
}

.single-publication .sidebar-element .menu li.current_page_item a{
	text-decoration: underline;
}

.single-publication-main-page .main-content {
	width: 100%;
}
.single-publication-main-page .sidebar.primary-sidebar {
	display: none;
}

@media (min-width: 641px){
	.konverter-page-menu::before{
		font-size: 22px;
	}
}

@media (max-width: 1023px){
	.single-publication .custom-mobile-menu::before {
		content: 'Contents';
		font-size: 16px;
		color: #004383;
	}
	.single-publication .custom-mobile-menu {
		font-size: 0;
	}

	.single-publication .sidebar-title {
		display: none;
	}
}

@media (min-width: 1024px){
	.single-publication-main-page.default-width .page-element.default-width .grid-container {
		max-width: 100%;
	}

	.konverter-page-menu::before{
		font-size: 26px;
	}

	.single-publication .has-sidebar-left .sidebar .widget {
		padding: 15px;
	}

	.single-publication .has-sidebar-left .inner-body-content {
		flex-direction: row-reverse;
	}

	.single-publication .has-sidebar-left .primary-sidebar .sidebar-content {
		margin-right: 0;
		margin-left: auto;
	}

	.single-publication .sidebar .menu li a {
		padding: 12px 0;
	}

	.single-publication .page-elements {
		min-height: 100%;
		/*display: flex;
		flex-wrap: wrap;*/
		align-items: flex-start;
	}

	.page-element.post-navigation {
		align-self: flex-end;
		margin-top: auto;
		margin-bottom: 0;
	}

	.single-publication .page-elements .page-element {
		width: 100%;
	}
}

/* Publication content */
p[data-style-id="indent-numbered-1-2MainContentStylesBullet"],
p[data-style-id="body-bullet2listMainContentStylesPrelimsCopy"],
p[data-style-id="body-bulletlistMainContentStylesPrelimsCopy"],
p[data-style-id="recommendation-numberedRecommendationsFrontSection"],
p[data-style-id="recommendation-followRecommendationsFrontSection"],
p[data-style-id="bullet-indent1MainContentStylesBullet"],
p[data-style-id="body-inent2noautoMainContentStylesPrelimsCopy"]{
	margin-bottom: .5em;
}

p[data-style-id="indent-numbered-1-2MainContentStylesBullet"] + p:not([data-style-id="indent-numbered-1-2MainContentStylesBullet"]),
p[data-style-id="body-bullet2listMainContentStylesPrelimsCopy"] + p:not([data-style-id="body-bullet2listMainContentStylesPrelimsCopy"]),
p[data-style-id="body-bulletlistMainContentStylesPrelimsCopy"] + p:not([data-style-id="body-bulletlistMainContentStylesPrelimsCopy"]),
p[data-style-id="recommendation-numberedRecommendationsFrontSection"] + p:not([data-style-id="recommendation-numberedRecommendationsFrontSection"]),
p[data-style-id="recommendation-followRecommendationsFrontSection"] + p:not([data-style-id="recommendation-followRecommendationsFrontSection"]),
p[data-style-id="bullet-indent1MainContentStylesBullet"] + p:not([data-style-id="bullet-indent1MainContentStylesBullet"]),
p[data-style-id="body-inent2noautoMainContentStylesPrelimsCopy"] + p:not([data-style-id="body-inent2noautoMainContentStylesPrelimsCopy"]){
	margin-top: 1em;
}

p[data-style-id="indent-numbered-1-2MainContentStylesBullet"],
p[data-style-id="body-bulletlistMainContentStylesPrelimsCopy"],
p[data-style-id="recommendation-followRecommendationsFrontSection"],
p[data-style-id="bullet-indent1MainContentStylesBullet"],
p[data-style-id="body-inent2noautoMainContentStylesPrelimsCopy"]{
	margin-left: 2em;
}

p[data-style-id="body-bullet2listMainContentStylesPrelimsCopy"] {
	margin-left: 4em;
}

[data-style-id="Bold"],
[data-style-id="figure-chart-graph-headMainContentStylesChapterCopy"]{
	font-weight: bold;
}

[data-style-id="Italics"]{
	font-style: italic;
}

.main .publication table th p {
	margin: 0;
}

.main .publication td {
	vertical-align: top;
}

/*@media (max-width: 640px){
.main .publication table.enabled thead, .main .publication table.enabled .thead {
display: none;
}

.main .publication table.enabled tbody td,
.main .publication table.enabled tbody th {
display: flex;
font-size: 12px;
flex-wrap: wrap;
justify-content: center;
}

.main .publication table.enabled tbody td::before,
.main .publication table.enabled tbody th::before {
content: attr(data-heading);
font-weight: 600;
display: block;
width: 100%;
text-align: center;
}

.main .publication table.enabled tbody td:empty,
.main .publication table.enabled tbody th:empty {
display: none !important;
}
}*/

/* Publication Page - End */

/* WP Blocks - Start */
.flex-video, .responsive-embed {
	padding-bottom: 56.25%;
}
/* WP Blocks - END */

/* LARGE CONTAINER - START */
.default-width .page-element.large-container .grid-container {
	max-width: calc(1520px - 100px);
}
/* LARGE CONTAINER - END */

/* IMPLEMENTATION LISTING - START*/

.listing-element.grid-table-view .hic-item .hic-box{
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	border-top: 1px solid #D3D7DC;
}

.grid.grid-table-view .section-body .cell{
	margin-bottom: 0;
}

.visible-content, 
.visible-content > p:last-child{
	display: inline;
}
.visible-content ~ .show-more-less {
	display: inline;
	font-weight: 700;
	color: #064d82;
	cursor: pointer;
}

.visible-content[data-expanded="false"] ~ .show-more-less::before{
	content: 'read more' !important;
}

.visible-content[data-expanded="true"] ~ .show-more-less::before {
	content: '\f106';
	font-family: 'Font Awesome 5 Pro';
}

.grid-table-view .hic-box .hic-content .hic-title, .grid-table-view .hic-box .hic-content .report-number, .grid-table-view .hic-box .hic-content .amending-legislation {
	font-weight: 700;
}
.grid-table-view .hic-box .hic-content * {
	font-size: inherit !important;
}

.grid-table-view .hic-content > * {
	padding: 0 15px;
	margin: 0;
}

.grid-table-view .hic-content {
	margin: 0 -15px;
}

.grid-table-view .hic-box .hic-content .hic-title, .grid-table-view .hic-box .hic-content .amending-legislation {
	color: #064d82;
}

.grid-table-view .search-filter-wrap label {
	font-weight: 900;
	font-size: 18px;
}

.search-filter-wrap div[for="order"] .selection {
	display: none;
}

.search-filters .field-group.select {
	display: flex;
	position: relative;
}

.search-filters .field-group.select div label {
	margin-left: 15px;
	font-size: 30px;
	line-height: 1.2;
	color: #064d82;
	cursor: pointer;
}

.search-filter-wrap div[for="order"] .selection span[value] {
	font-weight: 900;
	cursor: pointer;
}
.search-filter-wrap div[for="order"] .selection span {
	display: block;
	padding: 3px 0;
}
.search-filters .field-group.select[data-expanded="true"] .selection {
	display: block;
}
.search-filter-wrap div[for="order"] .selection {
	display: none;
	position: absolute;
	background-color: #fff;
	padding: 15px 15px 15px 45px;
	border-radius: 10px;
	box-shadow: 0px 0px 25px rgb(10 0 0 / 15%);
	top: 50px;
	left: 0;
}

.search-filters .field-group.select label {
	position: relative;
}

.search-filters .field-group.select [for="order" ] > label::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 12px;
	left: -10px;
	border: 20px solid transparent;
	border-bottom-color: #fff;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}

.search-filters .field-group.select[data-expanded="true"] [for="order" ] > label::after{
	opacity: 1;
	visibility: visible;
}

.search-filter-wrap div[for="order"] .selection [selected] {
	position: relative;
}

.search-filter-wrap div[for="order"] .selection [selected]::before {
	content: '\f00c';
	position: absolute;
	left: -30px;
	font-family: 'Font Awesome 5 Pro';
	color: #064d82;
}

@media (max-width: 640px){
	.grid-table-view .hic-content > * {
		margin-bottom: 15px;
	}

	.project-implementation-element.grid-table-view .hic-content > *::before{
		font-weight: 900;
		color: #000;
	}

	.project-implementation-element.grid-table-view .report-number::before {
		content: 'Date: ';
	}

	.project-implementation-element.grid-table-view .hic-title::before {
		content: 'Title: ';
	}

	.project-implementation-element.grid-table-view .amending-legislation::before {
		content: 'Amending legislation: ';
		display: block;
	}

	.project-implementation-element.grid-table-view .hic-blurb::before {
		content: 'Related measures: ';
		display: block;
	}
}

@media (min-width: 641px){
	.grid-table-view .hic-blurb {
		width: 33.33%;
	}
	.grid-table-view .hic-title {
		width: 16.67%;
	}

	.grid-table-view .amending-legislation {
		width: 33.33%;
	}

	.grid-table-view .report-number {
		width: 16.67%;
	}
	.grid-table-view .hic-content {
		display: flex;
	}

	.search-filter-wrap div[for="order"] .selection {
		padding: 15px 20px 15px 55px;
	}

	.search-filter-wrap div[for="order"] .selection span {
		padding: 5px 0;
	}

	.search-filter-wrap div[for="order"] .selection [selected]::before {
		left: -35px;
	}
}

@media (min-width: 1024px){
	.grid-table-view .hic-title, .grid-table-view .amending-legislation {
		width: 25%;
	}

	.dropdown.menu.vertical>li .is-dropdown-submenu{
		display: none;
	}

	.header .menu li:hover>.is-dropdown-submenu{
		display: block;
	}
	.grid-table-view .search-filter-wrap label {
		font-size: 20px;
	}

	.search-filter-wrap div[for="order"] .selection span {
		font-size: 20px;
	}

	.search-filter-wrap div[for="order"] .selection {
		padding: 15px 50px 15px 75px;
		border-radius: 15px;
	}

	.search-filter-wrap div[for="order"] .selection span {
		padding: 8px 0;
	}

	.search-filter-wrap div[for="order"] .selection [selected]::before {
		left: -45px;
	}
}
/* IMPLEMENTATION LISTING - END*/

/* AWS Polly - START*/
#amazon-polly-audio-table {
	display: none;
}
/* AWS Polly - END*/



/*****************************
# CUSTOMIZER - START
*****************************/

/*Hero - START*/
.hero.page-banner.default-height {color: #000;}
.hero.default-alignment .hero-banner-message {text-align: center;}
.hero.page-banner.default-height .hero-bg-overlay {display: none;}
/*Hero - END*/

/*WordPress Blocks - START*/
.wp-block-audio {margin-top: 25px; margin-bottom: 15px;}
.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption {text-align: center; font-size: 14px;
	padding: 8px; margin-top: 0;background-color: #f3f3f3;}

@media (max-width: 640px) {
	.wp-block-image .alignright, .wp-block-image .alignleft {float: none; margin: 15px 0; width: 100%;}
	.wp-block-image img {width: 100%;}
}
/*WordPress Blocks - END*/

/*Page Elements - START*/
.section-header .sub-heading {font-weight: 400;}
.has-sidebar-left .page-element.default-alignment .section-title {text-align: center;}
.lead p {line-height: 1.3;}
.hic-title h3 i {margin-right: 8px;}
.page-element.grey-boxes .hic-box, .grey-box.cell .hic.box {background-color: #f3f3f3;}

@media (min-width: 1024px) {
	.section-header .sub-heading {font-size: 20px;}
}
/*Page Elements - END*/

/*Sidebar - START*/
.sidebar .menu a {line-height: 1.2;}
/*Sidebar - END*/

/*Projects - START*/
.project-status ul {list-style: none;}
.project-status ul li.project-status-state {padding: 2px 10px;background: #064d82; color: #fefefe;}
.project-status ul li.project-status-state.active {background-color: #BE1E2B;}
/*Projects - END*/

/*Team - START*/
.team-element .member-position {
	display: none;
}
/*Team - END*/

/* PDF Download List - Start *
ul li a[href*=".pdf"]::before {
content: '\f1c1';
font-family: 'Font Awesome 5 Pro';
margin-right: 8px;
color: #e5281b;
}
* PDF Download List - End */

/*Konverted Pages - START*/
.main .publication h3, .main .publication h4 {margin-top: 20px; margin-bottom: 10px;}
.main .publication h5, .main .publication h6 {margin-bottom: 10px;}
.main .publication table, .main .publication table tbody {background-color: #f3f3f3;}
.main .publication #foot-notes {font-size: 12px;}
.main .publication p[data-style-id="recommendation-boxedheadingRecommendationBoxes"] {
	background-color: #f2f2f2;
	font-weight: 600;
	margin-bottom: 0;
	/*     padding: 15px; */
}

.main .publication :not(td):not(th) > p[data-style-id="recommendation-boxedheadingRecommendationBoxes"] {
	padding: 15px;
}

.main .publication :not(td):not(th) > p[data-style-id="recommendation-boxednumberedRecommendationBoxes"] {
	background-color: #f2f2f2;
	padding: 0 15px 15px;
	margin-bottom: 0;
}
.single-publication .sidebar .menu li:last-child {border-bottom: 0;}
/*Konverted Pages - END*/

/*Thank you page - START*/
.sent-icon{
	font-size: 120px;
	color: #0d5597;
}
/*Thank you page - END*/

/* 404 Page - Start*/
.error404 .hero{
	color: inherit;
}
.error404 .hero.full-screen-banner {
	min-height: 400px !important;
}
.error404 .hero .hero-bg-overlay {
	background: transparent !important;
}
/* 404 Page - End*/
/*****************************
# CUSTOMIZER - END
*****************************/
.single-publication .page-element {
	padding-bottom: 0px;
}
.single-publication .page-elements {
	padding-bottom: 50px;
}

ul ul {
	list-style-type: circle; /* Level 2 */
}
ul ul ul {
	list-style-type: square; /* Level 3 */
}

ol { list-style-type: decimal; }         /* 1, 2, 3, ... */
ol ol { list-style-type: lower-alpha; }  /* a, b, c, ... */
ol ol ol { list-style-type: lower-roman; } /* i, ii, iii, ... */

.publication-date {
	font-weight: bold;
}
.pagination-wrapper {
	text-align: center;
}

.pagination-wrapper li {
	display: inline;
}

.pagination-wrapper li a,
.pagination-wrapper li span {
	padding: 8px 8px;
	color: #004383;
	font-weight: bold;
	font-size: 22px;
}

.pagination-wrapper li a:hover {
	background-color: #0073aa;
	color: white;
	border-color: #0073aa;
}

.pagination-wrapper li .current {
	background-color: #0073aa;
	color: white;
	border-color: #0073aa;
	font-weight: bold;
}


.pagination-wrapper li a:hover img {
	content: url('/wp-content/uploads/2025/07/next-pagination-white.png');
}
.pagination-icon.prev {
	transform: rotate(180deg);
}

.page-id-1213 ul.page-numbers {
	margin-left: 0px;
}
#back-to-top {
	color: #fff;
	border: none;
	cursor: pointer;
	opacity: 0.9;
	transition: opacity 0.2s;
}
#back-to-top:hover {
	opacity: 1;
}

#back-to-top-pub {
	color: #fff;
	border: none;
	cursor: pointer;
	opacity: 0.9;
	transition: opacity 0.2s;
}
#back-to-top-pub:hover {
	opacity: 1;
}

/* Hide/show image depending on screen size */
.publication-image-link.mobile-only { display: none; }
.publication-image-link.desktop-only { display: block; }

.back-to-top-container {
	max-width: 1410px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.back-to-top-container-pub {
	max-width: 1410px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.single-publication .entry-content > img {
	display: none;
}
#back-to-top {
	font-size:16px;
}
#back-to-top-pub {
	font-size:16px;
}
.single-publication h3,
.single-publication h4,
.single-publication h5,
.single-publication h6 {
	color: #0d5597;
}

/* Hide mobile btns-pub on desktop, show on mobile */
.btns-pub-mobile { display: none; }
.btns-pub-desktop { display: block; }

#post-23946 {
	padding-left: 5px;
}

.btn-blue {
	display: block;
	width: 100%;
	padding: 18px 0;
	margin-bottom: 10px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-radius: 4px;
	background-color: #004383;
	font-size: 22px;
}

.btn-red {
	display: block;
	width: 100%;
	padding: 18px 0;
	margin-bottom: 10px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-radius: 4px;
	background-color: #A93034;
	font-size: 22px;
}

.btn-blue:hover {
	background-color: #004383;
	color: white;
	text-decoration: none;
}

.btn-red:hover {
	background-color: #A93034;
	color: white;
	text-decoration: none;
}

/* New Table Of Contents */
.konverter-page-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Level 2 items (accordion headers) */
.konverter-page-menu > li.toc-h2 {
	border-bottom: 1px solid #000000;
}

/* The link inside toc-h2 */
.konverter-page-menu > li.toc-h2 > a {
	display: block;
	position: relative;
	align-items: center;
	padding: 12px 16px;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	cursor: pointer;
	background: white;
	transition: background 0.3s, color 0.3s;
	font-weight: bold;
}

/* Hover effect */
.konverter-page-menu > li.toc-h2 > a:hover,
.konverter-page-menu li.toc-h3 a:hover {
	background: #004b87;
	color: white;
}

.konverter-page-menu > li.toc-h2.active > a {
	background: #004b87;
	color: white;
}

/* Active state for current-h2 class */
.single-publication .sidebar .menu li.current-h2 > a {
	color: #004383 !important;
	font-weight: bold;
}

.single-publication .sidebar-element > .grid-x .menu > li > a {
	font-weight: bold !important;
}

/* Arrow icon */
.konverter-page-menu > li.toc-h2:has(> ul) > a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	width: 12px;
	height: 12px;
	background-image: url('/wp-content/uploads/2025/07/vector-open.png'); /* blue down */
	background-size: contain;
	background-repeat: no-repeat;
	transition: transform 0.3s, background-image 0.3s;
}

/* Hover: change to white vector + turn down */
.konverter-page-menu > li.toc-h2:has(> ul) > a:hover::after,
.konverter-page-menu > li.toc-h2.active:has(> ul) > a::after {
	background-image: url('/wp-content/uploads/2025/07/vector-white.png');
	transform: rotate(180deg);
}

/* active: keep blue vector but turn up */
.konverter-page-menu > li.toc-h2.active:has(> ul) > a::after {
	transform: rotate(180deg); /* turn up */
}
/* Submenu container (hidden by default) */
.konverter-page-menu > li.toc-h2 > ul {
	display: none;
	padding: 0;
	margin: 0;
}

/* Submenu items */
.konverter-page-menu li.toc-h3 a {
	display: block;
	padding: 10px 24px;
	text-decoration: none;
	color: #000000;
	font-size: 16px;
	border-top: 1px solid #000000;
}
.konverter-page-menu li::marker {
	content: none;
}
.konverter-page-menu li.toc-h3 {
	list-style: none !important;
	list-style-type: none !important;
}

#back-to-publication {
	color: #004383;
	font-size: 20px;
	font-weight: bold;
}

#back-to-publication-pub {
	color: #004383;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}

.back-left {
	display: none;
}
.back-left-pub {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	margin-bottom: 10px;
}

.back-right {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #B0C4DE;
	padding:12px 20px;
	cursor: pointer;
}

.back-right-pub {
	position: fixed;
	bottom: 15px;
	right: 30px;
	z-index: 9999;
	display: flex;
	align-items: center;
	gap: 12px;
	background: #B0C4DE;
	padding: 12px 20px;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.btn-icon-pub {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	height: auto;
	width: auto;
	pointer-events: none;
}

.btns-pub a {
	position: relative;
	display: block;
	padding-right: 30px;
}

.single-publication .widget.widget_text .menu .submenu li a {
	font-weight: normal;
}
.single-publication .widget.widget_text .menu li {
	border-top: 1.5px solid black;
}
.h2-title-toc {
	color: #004383;
	margin-bottom: 15px;
}
.single-publication .article-header {
	margin-left: 7px;
}

.publication-content-mobile {
	display: none;
}

span[data-style-id="ExtraBoldItalic"],
span[data-style-id="Italic-Regular"],
span[data-style-id="Italic-SemiBold"],
span[data-style-id="BolderItalic"] { 
	font-style: italic;
}

p[data-style-id="bullet21-7MainContentStylesBullet"] {
	margin-left: 50px;
}
p[data-style-id="bullet7-7MainContentStylesBullet"] {
	margin-left: 35px;
}
p[data-style-id="body-indentMainContentStylesPrelimsCopy"],
p[data-style-id="indent-numbered-a-bMainContentStylesBullet"] {
	margin-left: 20px;
}

p[data-style-id="-Sub-bullets28-7MainContentStylesBullet"] {
	margin-left: clamp(65px, 62.451px + 0.6536vw, 75px);
}


p[data-style-id="quotesMainContentStylesQuoteCopy"],
p[data-style-id="quote-indentMainContentStylesQuoteCopy"],
p[data-style-id="quote-indentbulletMainContentStylesQuoteCopy"] {
	margin-left: 40px;
}

p[data-style-id="IntenseQuoteMainContentStylesQuoteCopy"] {
	border-top: solid #F7334D 1.0pt;
	border-left: none;
	border-bottom: solid #F7334D 1.0pt;
	border-right: none;
	padding: 22.0pt 0cm 10.0pt 0cm;
	margin-left: 39.7pt;
	margin-right: 39.7pt;
	text-align: center;
}
p[data-style-id="IntenseQuoteMainContentStylesQuoteCopy"] span:first-of-type strong {
	font-style: normal;
	color: #DD1F25;
	font-weight: normal;
}
p[data-style-id="IntenseQuoteMainContentStylesQuoteCopy"] span[data-style-id="FootnoteReference"] a {
	color: #DD1F25;
	font-weight: bold;
}

p[data-style-id="IntenseQuoteMainContentStylesQuoteCopy"] {
	color: #DD1F25;
}
span[data-style-id="Quote-FootnoteReference"] a {
	color: #DD1F25;
	font-weight: bold;
}

p[data-style-id="figure-chart-graph-headnoindentMainContentStylesTableCopy"],
p[data-style-id="figure-chart-graph-headMainContentStylesTableCopy"]{
	font-weight: bold;
}

span[style*="white-space: pre"] {
	display: inline-block;
	width: 12px;
}

.single-publication th {
	background-color: #F9B2BC;
	border: solid #F7334D 1.0pt;
}

.single-publication table.enabled tr.thead {
	background-color: #F9B2BC;
}

.single-publication td {
	border: solid #F7334D 1.0pt;
}

tr.inconsistent-row.thead td {
	background-color: #F9B2BC !important;
}

tr.inconsistent-row.thead td:has(p[data-style-id="10pt-TableIndenta7-7MainContentStylesTableCopy"]),
tr.inconsistent-row.thead td[rowspan="2"]:has(p[data-style-id="10pt-TableIndent7-7MainContentStylesTableCopy"]),
tr.inconsistent-row.thead td:has(p[data-style-id="bodyMainContentStylesPrelimsCopy"]) {
	background-color: #FFFFFF !important;
}


.inconsistent-row td {
	background-color: #FFFFFF;
}


.single-publication .entry-content > hr:nth-of-type(1) {
	width: 201px;
	height: 0.1px;
	background-color: black;
	border: none;
	margin: 16px 0;
}

.single-publication .entry-content > hr:nth-of-type(2) {
	height: 0.8px;
	background-color: black;
	border: none;
	margin-left: 0;
	margin-right: 0;
	margin-top: 30px;
}

ol#foot-notes {
	margin-left: 20px;
}

.page-id-1200 .page-columns {
	display: none;
}
.pagination-custom {
	margin-top: clamp(0px, -7.6471px + 1.9608vw, 30px);
}

td:has([data-style-id^="recommendation-boxed"]) {
	border: solid #FFE5E8 1pt;
	background: #FFE5E8;
	padding: 20px;
	vertical-align: top;
}

/* Heading */
p[data-style-id="recommendation-boxedheadingMainContentStylesRecommendationBoxes"] {
	font-weight: bold;
	font-size: 26px;
	border-bottom: solid white 2.25pt;
	color: #DD1F25;
}

/* Numbered items */
p[data-style-id="recommendation-boxednumberedMainContentStylesRecommendationBoxes"] {
	font-size: 12pt;
	margin: 8pt 0;
}

/* Italic text */
[data-style-id="Italic-Medium"] {
	font-style: italic;
	font-weight: normal;
}

.single-publication td p[data-style-id="intense-quotein-headblueMainContentStylesQuoteCopy"],
.single-publication td p[data-style-id="intense-quote-authorin-headMainContentStylesQuoteCopy"] {
	border: none !important;
	background: transparent !important;
}

.single-publication td:has(p[data-style-id="intense-quotein-headblueMainContentStylesQuoteCopy"]),
.single-publication td:has(p[data-style-id="intense-quote-authorin-headMainContentStylesQuoteCopy"]) {
	border-top: solid black 2px !important;
	border-bottom: solid black 2px !important;
	border-left: none !important;
	border-right: none !important;
	background: #fefefe !important;
}

/* Quote text */
.single-publication p[data-style-id="intense-quotein-headblueMainContentStylesQuoteCopy"] {
	color: #0074BE !important;
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.single-publication p[data-style-id="intense-quotein-headblueMainContentStylesQuoteCopy"] sup {
	font-size: 12px;
}

.single-publication p[data-style-id="intense-quote-authorin-headMainContentStylesQuoteCopy"] {
	font-size: 13px;
	color: #000;
	margin: 10px 0 0 0;
	text-align: right;
}

.single-publication td:has(p[data-style-id="intense-quote-authorin-headMainContentStylesQuoteCopy"]) {
	border-bottom: none !important;
}
.single-publication tbody:has(p[data-style-id="intense-quote-authorin-headMainContentStylesQuoteCopy"]) {
	border: none !important;
}

span[data-style-id="BoldBlue"] {
	color: #0074BE;
	font-weight: 600;
}
span[data-style-id="Semi-Bold"] {
	font-weight: 600;
}
p[data-style-id="rec-numberedMainContentStylesRecommendationsFrontSection"] {
	color: #0074BE;
	font-weight: bold;
}
span[data-style-id="Italic-BoldBlue"] {
	font-style: Italic;
}
p[data-style-id="SourceMainContentStylesTableCopy"] {
	text-align: end;
}
span[data-style-id="Italic-SemiBold"] {
	font-weight: 600;
}

span[data-style-id="tab-space"] {
	display: inline-block;
	width: 12px;
	white-space: pre;
}

p[data-style-id="body-indent4ptMainContentStylesPrelimsCopy"]:has(> span[data-style-id="tab-space"]) {
	padding-left: 12px;
	text-indent: -12px; 
}

p[data-style-id="body-indent4ptMainContentStylesPrelimsCopy"] {
	padding-left: 12px;
	text-indent: -12px;
}

p[data-style-id="Table-figure-chart-graph-headMainContentStylesTableCopy"],
p[data-style-id="Table-figure-chart-graph-headnoindentMainContentStylesTableCopy"],
p[data-style-id="Table-HeadExtBoldRLMainContentStylesTableCopy"] {
	font-weight: bold;
}

table:has(p[data-style-id="intense-quotein-headblueMainContentStylesQuoteCopy"]),
table:has(p[data-style-id="intense-quotein-headblueMainContentStylesQuoteCopy"]) > tbody {
	background-color: #fefefe !important;
}

.single-publication th:has(p[data-style-id="CaseStudyheadingMainContentStylesCaseStudyhighlighted"]) {
	background-color: #D8ECFF !important;
	padding: 11.35pt 19.85pt 5.65pt 39.7pt;
	height: 80px;
	border: none;
}
.single-publication tbody:has(p[data-style-id="CaseStudyheading2MainContentStylesCaseStudyhighlighted"]),
.single-publication tbody:has(p[data-style-id="CaseStudycopyMainContentStylesCaseStudyhighlighted"]){
	background-color: #D8ECFF !important;
	padding: 11.35pt 19.85pt 5.65pt 39.7pt;
	border: none;
}

.single-publication table:has(p[data-style-id="CaseStudyheading2MainContentStylesCaseStudyhighlighted"]),
.single-publication table:has(p[data-style-id="CaseStudyheadingMainContentStylesCaseStudyhighlighted"]) {
	border-collapse: separate;
}

.single-publication td:has(p[data-style-id="CaseStudyheading2MainContentStylesCaseStudyhighlighted"]),
.single-publication td:has(p[data-style-id="CaseStudycopyMainContentStylesCaseStudyhighlighted"]){
	padding: 11.35pt 19.85pt 5.65pt 39.7pt;
	border: none;
}

p[data-style-id="CaseStudyheading2MainContentStylesCaseStudyhighlighted"] {
	font-weight: bold;	
}
span[data-style-id="Italic-ExtraBold"] {
	font-style: italic;
}
p[data-style-id="rec-boxedheading-blueMainContentStylesRecommendationBoxes"] {
	font-weight: bold;
	color: #0074BE;
}
p[data-style-id="rec-boxedno-number-blueMainContentStylesRecommendationBoxes"] {
	color: #0074BE;
}
span[data-style-id="Italic-Mediumblue"] {
	font-style: italic;
}

.single-publication td:has(p[data-style-id="rec-boxedheading-blueMainContentStylesRecommendationBoxes"]) {
	padding: 19.85pt 39.7pt 25.5pt 39.7pt;
}

.single-publication tbody:has(p[data-style-id="rec-boxedheading-blueMainContentStylesRecommendationBoxes"]){
	background-color: #FEFEFE !important;
	padding: 11.35pt 19.85pt 5.65pt 39.7pt;
	border: solid #7FC1FF 6.0pt;
}

@media (max-width: 468px) {
	.page-id-1213 .publication-inner {
		padding: 27px 18px !important;
	}

	.page-id-1213 .content-wrap {
		padding: 0px;
	}
	.post-navigation-menu .next-nav:not(:only-child) {
		padding-right: 0;
	}
	.post-navigation-menu .prev-nav:not(:only-child) {
		padding-left: 0;
	}
	.post-navigation-menu {
		gap: 20px;
	}
	p[data-style-id="quotesMainContentStylesQuoteCopy"] {
		margin-right: 40px;
	}
	.konverter-page-menu > li.toc-h2 > a {
		padding-right: 32px;
	}
	.publication-content-desktop {
		display: none;
	}
	.publication-content-mobile {
		display: block;
	}
	.single-publication .article-header {
		margin-left: 0px !important;
	}
	.pagination-wrapper li a {
		padding: 8px 7px;
	}
	.btns-pub a {
		padding-right: 70px;
	}
	.btn-icon-pub {
		right: 40px;
	}
	.back-to-top-container-pub {
		margin-top: 40px;
	}
	#back-to-publication-pub {
		font-size: 14px;
	}
	.back-left {
		display: none;
	}
	#back-to-top-pub {
		display: none;
	}
	.back-right-pub {
		display: block;
		padding: 15px 20px;
		right: 20px;
	}
	.btns-pub-mobile { 
		display: block !important; 
	}
	.btns-pub-desktop {
		display: none !important;
	}
	.publication-image-link.mobile-only {
		display: block;
		margin: 1em 0; 
	}
	.publication-image-link.mobile-only img {
		padding: 5px 12px;
	}
	.publication-image-link.desktop-only { display: none; }
	.column.left, .column.right {
		width: 100% !important;
		float: none !important;
		text-align: left !important;
		padding: 0 !important;
	}
	.hic-button-wrap {
		width: 100%;
	}
	.single-publication .entry-content > img {
		display: block !important;
	}
	.image-link-pub {
		display: none !important;
	}
	.main-column-pub {
		flex-direction: column;
		gap: 20px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.main-column-pub > div {
		max-width: 100% !important;
	}
	.btns-pub {
		width: 100% !important;
	}
	.main-column-pub {
		display: flex;
		flex-direction: column;
		gap: 20px !important;
	}
	.btns-pub {
		order: 0;
	}
	.main-content-pub-inner {
		order: 1;
	}
	.page-id-1213 .breadcrumb,
	.single-publication .breadcrumb {
		display: none !important;
	}
	.single-publication .page-element {
		padding-top: 10px;
	}
	.page-id-1213 .element-breadcrumbs,
	.single-publication .element-breadcrumbs {
		margin-bottom: 0px;
	}
	.page-id-1213 .sidebar-element,
	.single-publication .sidebar-element {
		padding-top: 0px !important;
	}
	.back-to-top-container {
		justify-content: flex-end;
	}
	.page-id-1213 .publication-date {
		display: none;
	}
	.single-publication .page-elements {
		padding-bottom: 0px !important;
	}
	#post-23946 {
		padding-left: 0px !important;
	}
}

@media (max-width: 468px) {
	.custom-mobile-menu {
		margin-bottom: 19px;
	}
	table.enabled {
		display: block !important;
		width: 100% !important;
		overflow-x: auto !important;
		-webkit-overflow-scrolling: touch !important;
	}

	table.enabled tr {
		display: table-row !important;
	}

	table.enabled td,
	table.enabled th {
		white-space: normal !important;
		word-wrap: break-word !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		min-width: 180px !important;
	}
}


