
		/* sticky menu */

		.anchor-bar2 .anchor-inner {
			padding: calc(15px + (20 - 15) * ((100vw - 639px)/ (1200 - 639))) !important;
			max-width: 1200px !important;
			margin: 0 auto !important;	
		}

		.anchor-bar2 .anchor-inner {
			border-top: 0;
		}

		.anchor-bar2 ul {
			text-transform: uppercase;
		}

		.anchor-bar2 ul li {	
			margin: 0;
			padding-right: 20px !important;
		}

		.anchor-bar2 {
		  visibility: hidden;
		  height: 0px;
		}

		.is-sticky .anchor-bar2 {
		  visibility: visible !important;
		  height: auto;
		}

		/* banner overlap */

		.sticky-wrapper+.banner.fw-bnr {
			height: 500px !important;
			z-index: 0;
		}

		.section-overlap {
			position: relative;
			margin-top: -120px;
		}

		.section-overlap a:hover {
			color: #23527c !important;
		}		

		@media screen and (max-width: 640px) {

			.sticky-wrapper+.banner.fw-bnr {
				height: 420px !important;
			}
			.section-overlap {
				position: relative;
				margin-top: -30px;
			}
		}

		/* some bizarre customizations */

		.btn {
			text-transform: none !important;
		}

		.btn-filters .btn {
			margin-top: 0 !important;
		}

		.mar-tb-20 {
			margin: 20px 0;
		}

		.mar-b-20 {
			margin-bottom: 20px !important;
		}

		.pad-r-20 {
			padding: 0 20px 0 0;
		}

		.table-icon-wpr .table-wpr .table-cell:first-of-type {
			padding-right: 10px;
		}

		.icon-10 {
			height: 10px; width: 6px; 
		}

		.bg-grey.bg-light-grey {
			padding: 10px;
		}

		.bg-grey.bg-light-grey {
			background: #f5f8f9 !important;
		}

		@media screen and (min-width: 640px) and (max-width: 960px) {

			.carousel-wpr .icon-80 {
				height: 40px !important;
				width: 40px !important;
			}

		}

		@media screen and (min-width: 640px) {
			.grid-one-third.custom {
				width: 40% !important;
			}
			.grid-two-thirds.custom {
				width: 60% !important;
			}
			.callout.horizontal .callout-img {
				border-radius: 16px;
			}

		}

		@media screen and (max-width: 640px) {
			.grid-wpr.dividers>[class*=grid-]:after {
				background-color: transparent !important;
			}
			.callout.horizontal .callout-img {
				border-radius: 8px;
			}
		}

		/* carousel */

		.carousel-wpr .carousel-inner .carousel-item .btn, .carousel-wpr .carousel-inner .carousel-item img {
			display: inline-block !important;
		}

		.carousel-wpr .carousel-inner .carousel-item {
			outline-offset: 0 !important;
		}

		.slick-list {
			padding-bottom: 15px;
		}

		.text-large {
			font-size: 3.6rem; line-height: 4.5rem;
		}

		/* ie only */
		@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

			.icon-10.chevron {
				margin-top: -5px !important;
			}
  
		}

		/* ios */
		div.slick-slider {
			/*width: 1px;  min-width: 90%; *width: 90%;*/
		}