@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Poppins:300,400,500,600,700');
body {
	-webkit-font-smoothing: antialiased;
	background-color: white;
	color: #5b796d;
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
	line-height: 1.5;
	margin:0;
}
 @media (max-height: 46em) and (min-width: 60em) {
body {
	font-size: .875em;
}
}
 @media (max-height: 40em) and (min-width: 60em) {
body {
	font-size: .75em;
}
}
/*override css*/
body.body-padding footer {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
}
.rows-of-3 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative;
}
.rows-of-3::after {
    clear: both;
    content: "";
    display: table;
}
@media (min-width: 40em) {
	.rows-of-3 > * {
	    float: left;
	    display: block;
	    margin-right: 2.3576515979%;
	    width: 31.7615656014%;
	}
	.rows-of-3 > *:nth-child(3n+1) {
	    clear: left;
	}
	.rows-of-3 > *:nth-child(3n) {
	    margin-right: 0;
	}
	.rows-of-3 > *:last-child {
	    margin-right: 0;
	}
}
.sh-sticky-wrap input[type="text"] {
	box-sizing: border-box;
	-webkit-transition: border-color;
	-moz-transition: border-color;
	transition: border-color;
	background-color: white;
	border-radius: 0;
	border: 1px solid #f3f3f3;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
	font-family: "Open Sans", sans-serif;
	font-size: 1.0625em;
	margin-bottom: 0.75em;
	padding: 0.5em 0.5em;
	box-sizing: border-box;
	width: 100%;
}
.sh-sticky-wrap input[type="text"]:hover {
	border-color: #dad9d9;
}
.sh-sticky-wrap input[type="text"]:focus {
	border-color: #00ab66;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 146, 87, 0.7);
	outline: none;
}


.sh-utility-nav .btn, .sh-sticky-wrap .btn {
	position: relative;
	-webkit-font-smoothing: antialiased;
	border-radius: 0;
	position: relative;
	color: #ffffff;
	font-size: 1.0625em;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
	box-sizing: border-box;
	text-decoration: none;
	overflow: hidden;
	z-index: 2;
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	transition: background 0.1s linear;
}
.sh-utility-nav .btn:hover {
	color: white;
}
.sh-utility-nav .btn:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}
.sh-utility-nav .btn, .sh-sticky-wrap .btn {
	background: #231f20;
	z-index: 2;
}
.sh-utility-nav .btn:before, .sh-sticky-wrap .btn:before {
	border-right: 25px solid transparent;
	border-top: 25px solid #00ab66;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}
.sh-utility-nav .btn:after, .sh-sticky-wrap .btn:after {
	border-bottom: 25px solid #00ab66;
	border-left: 25px solid transparent;
	content: "";
	height: 0;
	right: 0;
	position: absolute;
	bottom: 0;
	width: 0;
}
.sh-utility-nav .btn:hover, .sh-sticky-wrap .btn:hover {
	background: #00ab66;
}
.site-nav, #hs_menu_wrapper_primary_nav {
	background-color: #f3f3f3;
}
 @media (min-width: 60em) {
.site-nav,  #hs_menu_wrapper_primary_nav {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 0;
	left: 0;
	background: transparent;
}
}
.sn-level-1, #hs_menu_wrapper_primary_nav > ul {
	margin: 0;
	padding: 0;
}
 @media (min-width: 60em) {
.sn-level-1, #hs_menu_wrapper_primary_nav > ul {
	height: 5.8125em;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
}
.sn-li-l1, .hs-menu-depth-1 {
	display: block;
	background-color: #f3f3f3;
	position: relative;
}
.sn-li-l1 span, .hs-menu-depth-1 span {
	font-size: 1.125em;
	font-weight: 600;
}
.sn-li-l1 > a, .hs-menu-depth-1 > a {
	display: block;
	height: 3.125em;
	line-height: 3.125em;
	color: #231f20;
	text-decoration: none;
	padding: 0;
}
.sn-li-l1 > a:visited,  .hs-menu-depth-1 > a:visited {
	color: #231f20;
}
.sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,  .hs-menu-depth-1.has-subnav .m-subnav-arrow,  .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,  .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
	cursor: pointer;
	padding-right: 0em;
	background-image: url(down-arrow.svg);
	background-repeat: no-repeat;
	background-position: center 24px;
	background-size: auto;
	display: block;
	width: 40px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.sn-li-l1.has-subnav .m-subnav-arrow.active, .sn-li-l1.menu-item-has-children .m-subnav-arrow.active, .sn-li-l1.hs-item-has-children .m-subnav-arrow.active,  .hs-menu-depth-1.has-subnav .m-subnav-arrow.active,  .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active, .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active {
	background-image: url(down-arrow-green.svg);
}
.sn-li-l1:hover > a,  .hs-menu-depth-1:hover > a {
	color: #00ab66;
}
 @media (min-width: 60em) {
.sn-li-l1,  .hs-menu-depth-1 {
	background: transparent;
	height: 5.8125em;
	float: left;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
	text-align: center;
}
.sn-li-l1 span,  .hs-menu-depth-1 span {
	font-size: 1.125em;
}
.sn-li-l1 > a,  .hs-menu-depth-1 > a {
	box-sizing: border-box;
	height: 5.8125em;
	line-height: 5.8125em;
	padding: 0 15px;
	color: #231f20;
}
 @media (min-width:80em) { 
 .sn-li-l1 > a,  .hs-menu-depth-1 > a {
  padding: 0 1.3125em;
 }
 .sn-li-l1:hover > a, .hs-menu-depth-1:hover > a {
	 padding: 0 1.3125em !important;
	 }
 }
.sn-li-l1 > a:hover,  .hs-menu-depth-1 > a:hover {
	color: #00ab66;
	padding: 0 15px;
}
.sn-li-l1:hover .sn-level-2,  .sn-li-l1:hover .hs-menu-children-wrapper,  .hs-menu-depth-1:hover .sn-level-2,  .hs-menu-depth-1:hover .hs-menu-children-wrapper {
	display: block;
}
.sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,  .hs-menu-depth-1.has-subnav .m-subnav-arrow,  .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,  .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
	background-position: center bottom;
	right: 0;
	left: 0;
	top: auto;
	bottom: 16px;
	margin: 0 auto;
}
.sn-li-l1:hover.has-subnav .m-subnav-arrow, .sn-li-l1:hover.menu-item-has-children .m-subnav-arrow, .sn-li-l1:hover.hs-item-has-children .m-subnav-arrow,  .hs-menu-depth-1:hover.has-subnav .m-subnav-arrow,  .hs-menu-depth-1:hover.menu-item-has-children .m-subnav-arrow,  .hs-menu-depth-1:hover.hs-item-has-children .m-subnav-arrow {
	background-image: url(down-arrow-green.svg);
}
.sn-li-l1:hover > a,  .hs-menu-depth-1:hover > a {
	color: #00ab66;
}
}

.sn-level-1, .sn-level-2 {
    list-style: outside none none;
}
.sn-level-2, .hs-menu-children-wrapper {
	padding: 0;
	margin: 0;
	display: none;
	position: relative;
}
.sn-level-2.active,  .hs-menu-children-wrapper.active {
	display: block;
}
 @media (min-width: 60em) {
.sn-level-2,  .hs-menu-children-wrapper {
	position: absolute;
	z-index: 9;
	text-align: left;
	width: 23.75em;
}
.sn-level-2.active,  .hs-menu-children-wrapper.active {
	display: none;
}
}
.sn-li-l2, .sn-li-l3, .hs-menu-depth-2 {
	background-color: #f3f3f3;
}
.sn-li-l2 > a, .sn-li-l3 > a,  .hs-menu-depth-2 > a {
	padding: 0 1em;
	box-sizing: border-box;
	color: #231f20;
	display: block;
	text-decoration: none;
	line-height: 3.125em;
}
.sn-li-l2 > a span, .sn-li-l3 > a span,  .hs-menu-depth-2 > a span {
	font-size: 1.125em;
	line-height: 1.25em;
	display: inline-block;
	vertical-align: middle;
}
.sn-li-l2:last-child > a, .sn-li-l3:last-child > a,  .hs-menu-depth-2:last-child > a {
	border-bottom: 0;
}
.sn-li-l2:hover, .sn-li-l3:hover,  .hs-menu-depth-2:hover {
	background-color: #00ab66;
}
.sn-li-l2:hover > a, .sn-li-l3:hover > a,  .hs-menu-depth-2:hover > a {
	color: #ffffff;
}
 @media (min-width: 60em) {
.sn-li-l2, .sn-li-l3,  .hs-menu-depth-2 {
	position: relative;
	background-color: #f3f3f3;
}
.sn-li-l2 > a, .sn-li-l3 > a,  .hs-menu-depth-2 > a {
	padding: 0 1.5625em;
	box-sizing: border-box;
	line-height: 3.25em;
}
.sn-li-l2 > a span, .sn-li-l3 > a span,  .hs-menu-depth-2 > a span {
	font-size: 1.125em;
}
.sn-li-l2:hover, .sn-li-l3:hover,  .hs-menu-depth-2:hover {
	background-color: #00ab66;
}
.sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3,  .hs-menu-depth-2:hover .sn-level-3 {
	display: block;
	margin: -1.5625em;
	padding: 1.5625em;
	box-sizing: border-box;
}
}
.sn-level-3 {
	padding: 0;
	margin: 0;
	padding-top: 1px;
	display: none;
	position: relative;
}
.sn-level-3.active {
	display: block;
}
 @media (min-width: 60em) {
.sn-level-3 {
	position: absolute;
	top: 0;
	left: 100%;
}
.sn-level-3.active {
	display: none;
}
}
.site-nav-container {
	background-color: #f3f3f3;
	width: 100%;
	height: 100%;
	right: -100%;
	top: 0;
	bottom: 0;
	z-index: 1000;
	position: absolute;
	padding: 40px 27px 0 40px;
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.site-nav-container.active {
	right: 0;
}
 @media (min-width: 60em) {
.site-nav-container {
	padding: 0;
	width: auto;
	height: auto;
	right: auto;
	bottom: auto;
	top: auto;
	position: static;
	background-color: transparent;
}
}
.site-nav-container-screen {
	position: absolute;
	display: none;
	z-index: 999;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.site-nav-container-screen.active {
	display: block;
}
 @media (min-width: 60em) {
.site-nav-container-screen {
	display: none !important;
}
}
.close-menu {
	display: inline-block;
	position: relative;
	text-align: center;
	font-family: "Poppins", sans-serif;
	background-image: url(close.svg);
	background-size: 1.5625em 1.5625em;
	background-position: center center;
	background-repeat: no-repeat;
	height: 1.5625em;
	width: 1.5625em;
	margin: 1.0625em 0 0 1.625em;
vertical-align: top;
}
.close-menu:visited {
	color: #ffffff;
}
.close-menu:hover {
	color: #ffffff;
}
 @media (min-width: 60em) {
.close-menu {
	display: none;
}
}
.snc-header {
	padding-bottom: 1.625em;
	box-sizing: border-box;
}
 @media (min-width: 60em) {
.snc-header {
	padding: 0;
}
}
.inner-wrap, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-fullwidth {
	box-sizing: border-box;
	max-width: 73.5em;
	margin-left: auto;
	margin-right: auto;
	padding: 1.5em 1em 1.5em 1em;
	
}
.inner-wrap::after, .inner-wrap-narrow::after, .inner-wrap-wide::after, .inner-wrap-fullwidth::after {
	clear: both;
	content: "";
	display: table;
}
.inner-wrap > *:first-child, .inner-wrap-narrow > *:first-child, .inner-wrap-wide > *:first-child, .inner-wrap-fullwidth > *:first-child {
	margin-top: 0;
}
.inner-wrap > *:last-child, .inner-wrap-narrow > *:last-child, .inner-wrap-wide > *:last-child, .inner-wrap-fullwidth > *:last-child {
	margin-bottom: 0;
}
 @media (min-width: 40em) {
.inner-wrap, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-fullwidth {
	box-sizing: border-box;
	padding: 2.5em 1.5em 2.5em 1.5em;
	
}
}
.inner-wrap-narrow {
	max-width: 62.5em;
}
.inner-wrap-wide {
	max-width: 84.25em;
}
.inner-wrap-fullwidth {
	max-width: 100%;
}


/*   end defaults   */
.site-wrap {
	background: #ffffff;
	position: relative;
	overflow: hidden;
	margin-bottom:-24px;
}
/*=============== Sections ===============*/
.section-header-wrap {
  background-color: #cccccc; }
  .section-header-wrap .inner-wrap, .section-header-wrap .inner-wrap-narrow, .section-header-wrap .inner-wrap-wide, .section-header-wrap .inner-wrap-fullwidth {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
 

.section-cta {
  text-align: center; }
/*=============== Site Header ===============*/
.site-header {
	background-color: #ffffff;
	border-top: 5px solid #00ab66;
	text-align: right;
	border-bottom: 1px solid #cad4d0;
}
.site-header .inner-wrap-wide {
	box-sizing: border-box;
	padding-top: 1.875em;
	padding-bottom: 1.4375em;
	
}
 @media (min-width: 60em) {
.site-header .inner-wrap-wide {
	padding-top: 1.75em;
	padding-bottom: 0;
}
.site-header.stuck {
	box-shadow: 0 0 5px 0 #231f20;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}
.site-header.stuck .site-logo {
	width: 10%;
}
.site-header.stuck .sh-utility-nav {
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	height: 0;
	padding: 0;
}
.site-header.stuck .sh-sticky-wrap {
	box-sizing: border-box;
	padding-top: 0;
}
.site-header.stuck .sh-search-wrap {
    margin-top: 1.6875em;
}
}
.sh-sticky-wrap {
	text-align: left;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
 @media (min-width: 60em) {
.sh-sticky-wrap {
	padding-top: 0.5625em;
	text-align: right;
}
}
.site-logo {
	display: inline-block;
	max-width: 13.8125em;
	vertical-align: top;
	width: 45.8%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	float: left;
}
.site-logo img {
	display: block;
	max-width:100%;
}
@media screen and (min-width: 380px) {
	.site-logo {
    	width: 53.8%;
 	}
}
 @media (min-width: 60em) {
.site-logo {
	width: 13.8125em;
}
}
.rfs-btn {
	display: inline-block;
	box-sizing: border-box;
	padding: 1.2941176471em 1.7647058824em 1.2352941176em;
	
}
 @media (min-width: 60em) {
.rfs-btn {
	display: none;
}
}
.rfs-btn {
	box-sizing: border-box;
    padding: 1.29412em 1.76471em 1.23529em;
}
.sh-utility-nav {
	box-sizing: border-box;
	text-align: right;
	padding-top: 0.5em;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	box-sizing: border-box;
}
.sh-utility-nav .rfs-btn {
	display: none;
}
 @media (min-width: 60em) {
.sh-utility-nav {
	visibility: visible;
	opacity: 1;
	height: 4.4375em;
	padding-top: 0.6875em;
}
.sh-utility-nav .rfs-btn {
	display: inline-block;
	vertical-align: top;
	margin-left: 2.1764705882em;
}
}
.sh-search-wrap {
	display: inline-block;
	/*margin-top: 2.4375em;*/
	margin-top: 15px;
	vertical-align: top;
	position: relative;
}
@media screen and (min-width: 380px) {
    .sh-search-wrap {
		margin-top: 2.4375em;
	}
}
 @media (min-width: 60em) {
.sh-search-wrap {
	float: right;
	height: 5em;
	margin-left: 0;
	margin-top: 2.3125em;
	width: auto;
}
}
.sh-ico-search, .sh-ico-menu {
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	vertical-align: top;
	padding-top: 1.2em;
	width: 2em;
	margin-left: 1em;
	text-align: center;
	text-decoration: none;
}
.sh-ico-search span, .sh-ico-menu span {
	font-size: 1.125em;
}
.sh-ph {
	box-sizing: border-box;
	background: url(header-phone.svg) no-repeat left top/21px 21px;
	color: #000000;
	font-size: 1em;
	font-weight: 700;
	padding-left: 1.8421052632em;
	text-decoration: none;
}
 @media screen and (min-width: 380px) {
    font-size: 1.1875em;
    /*background-size: 25px 25px*/
 }
 @media (min-width: 40em) {
.sh-ph {
	background-position: left 0.2272727273em;
	display: inline-block;
	font-size: 1.375em;
	margin-top: 0.5909090909em;
	padding-left: 1.6818181818em;
	box-sizing: border-box;
	vertical-align: top;
}

}
.sh-ico-search {
	box-sizing: border-box;
	background-image: url(search.svg);
	background-size: 1.875em 1.875em;
	width: 1.875em;
	height: 1.875em;
	margin-left: 1.5625em;
	/*margin-top: 0.5em;*/
	margin-top: 0;
	padding-top: 1.875em;
}
 @media (min-width: 60em) {
.sh-ico-search {
	margin-left: 0;
	padding: 2.125em 2.1875em 2.875em;
	background-position: center center;
	
}
.sh-ico-search:hover, .sh-ico-search.active {
	border-bottom: 1px solid #00ab66;
	background: #00ab66 url(search-white.svg) no-repeat center center/1.875em 1.875em;
}
}

.sh-ico-menu {
	box-sizing: border-box;
	background-image: url(hamburger-menu.svg);
	background-size: 1.5625em 1.375em;
	color: #000;
	font-weight: 600;
	margin-left: 0;
	text-transform: uppercase;
	width: auto;
	padding-top: 1.5625em;
}
.sh-ico-menu span {
    font-size: 1em;
 }
/*@media screen and (min-width: 360px) {
	span {
	  font-size: 1.125em;
	}  
}*/
 @media (min-width: 60em) {
.sh-ico-menu {
	display: none;
}
}

.page-intro {
	background: url(dest-hero.jpg) no-repeat left top/cover;
}
.page-intro .pi-header{
	color: #ffffff;
	font-weight: 700;
	font-size: 2.8125em;
    font-family: "Poppins",sans-serif;
	text-transform: capitalize;
    line-height: 1.25;
	margin:0;
	}
.page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
	padding-top: 71px;
	padding-bottom: 72px;
}
/*=============== Site Content ===============*/
.site-content {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1 0 auto;
	-moz-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.site-content > .inner-wrap {
	padding-top: 2.375em;
	padding-bottom: 2.625em;
	font-size: 1.0625em;
    width: 70em;
}
.site-content-secondary {
	text-align: center;
	padding-top: 1.875em;
}
 @media (min-width: 40em) {
.site-content-secondary {
	text-align: right;
}
}
/*=============== Site Footer ===============*/
.site-footer {
	background-color: #231f20;
	text-align: left;
	color: #5b796d;
}
.site-footer .inner-wrap, .site-footer .inner-wrap-narrow, .site-footer .inner-wrap-wide, .site-footer .inner-wrap-fullwidth {
	padding-top: 3.4375em;
	padding-bottom: 1.375em;
}
.sf-address {
	font-size: 1.0625em;
	font-weight: 400;
	float:left;
	line-height: 1.75;
}
.sf-address a {
	text-decoration: none;
	color: #5b796d;
}
 @media (min-width: 60em) {
.sf-address {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #3c4742;
	border-bottom: 1px solid #3c4742;
	margin-bottom: 0;
	margin-right: 0;
	padding-right: 2.7647058824em;
	width: 33.4%;
	padding-bottom: 1.8235294118em;
	/*min-height: 258px;*/
	min-height: 15.5em;
}
.sf-address.mequon {
	padding-right: 1.2941176471em;
	box-sizing: border-box;
	padding-left: 3.2%;
	width: 33.5%;
	/*min-height: 258px;*/
	min-height: 15.5em;
}
.sf-address.madison {
	border-right: none;
	padding-right: 0;
	padding-left: 4.8%;
	box-sizing: border-box;
	width: 33.1%;
	/*min-height: 258px;*/
	min-height: 15.5em;
}
}
/*@media (min-width: 80em) {
.sf-address {	
	min-height:0;
}
.sf-address.mequon {	
	min-height:0;
}
.sf-address.madison {	
	min-height:0;
}	
}
*/
.sf-title {
    color: #00ab66;
    font-family: "Poppins",sans-serif;
    font-size: 1.11765em;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 1.25;
    margin: 0 0 18px;
    text-transform: uppercase;
}
.sf-location {
	background-image: url(location.svg);
	background-repeat: no-repeat;
	background-position: left 0.4117647059em;
	background-size: 0.9411764706em 1.1764705882em;
	padding-left: 1.7647058824em;
	padding-bottom: 0.2352941176em;
	box-sizing: border-box;
	display: block;
}
.sf-tel {
	background-image: url(toll-free.svg);
	background-repeat: no-repeat;
	background-position: left 0.3529411765em;
	background-size: 1.1764705882em 1.1764705882em;
	padding-left: 1.7647058824em;
	padding-bottom: 0.2352941176em;
	box-sizing: border-box;
	display: block;
}
.sf-ph {
	background-image: url(phone.svg);
	background-repeat: no-repeat;
	background-position: left 0.3529411765em;
	background-size: 1.1764705882em 1.1764705882em;
	padding-left: 1.7647058824em;
	padding-bottom: 0.2941176471em;
	box-sizing: border-box;
	display: block;
}
.sf-fax {
	background-image: url(fax.svg);
	background-repeat: no-repeat;
	background-position: left 0.2941176471em;
	background-size: 1.2352941176em 1.1764705882em;
	padding-left: 1.7647058824em;
	padding-bottom: 0.2352941176em;
	display: block;
}
.social-media {
	font-size: 1.0625em;
	font-weight: 400;
	padding-bottom: 1.4705882353em;
}
.social-media img {
	display: block;
}
.social-media .hover-img {
	display: none;
}
.social-media a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.4117647059em;
}
.social-media a:hover img {
	display: none;
}
.social-media a:hover img.hover-img {
	display: block;
}
 @media (min-width: 40em) {
.social-media {
	display: inline-block;
	vertical-align: top;
	padding-top: 0.1176470588em;
	padding-bottom: 0;
}
}

 @media (min-width: 40em) {
.sf-links {
	padding-top: 1.375em;
	text-align: left;
}
}
 @media (min-width: 40em) {
.sf-navigation {
	float: right;
	text-align: right;
}
}
.sf-links ul {
    margin: 0;
}
.sf-nav li {
	display: inline-block;
	vertical-align: top;
	padding-right: 0.625em;
	margin-right: 0.625em;
	box-sizing: border-box;
	position: relative;
}
.sf-nav li a {
	font-size: 1.0625em;
	color: #5b796d;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}
.sf-nav li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.sf-nav li:after {
	background: #5b796d;
	content: "";
	height: 1em;
	right: 0;
	position: absolute;
	top: 0.4117647059em;
	width: 0.1176470588em;
}
.sf-nav li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.sf-nav li:last-child:after {
	display: none;
}
 @media (min-width: 40em) {
.sf-nav li {
	padding-right: 1.75em;
	margin-right: 1.4375em;
	box-sizing: border-box;
}
}
.thomas-info {
	text-align: center;
	background-color: #00ab66;
}
.thomas-info .inner-wrap, .thomas-info .inner-wrap-narrow, .thomas-info .inner-wrap-wide, .thomas-info .inner-wrap-fullwidth {
	padding-top: 0.9375em;
	padding-bottom: 1.1875em;
}
.thomas-info a {
	color: #ffffff;
	text-decoration: underline;
	letter-spacing: 0.1px;
}
.thomas-info a:hover {
	color: #231f20;
}
.ti-text {
	font-size: 1.0625em;
	color: #ffffff;
	line-height: 1.5;
	font-weight: 400;
}
.ti-text span {
	display: inline;
}
 @media (min-width: 60em) {
.ti-text span {
	display: inline-block;
	margin-left: 0.2941176471em;
	padding-left: 0.5882352941em;
	box-sizing: border-box;
	position: relative;
	vertical-align: top;
}
.ti-text span:before {
	background: #ffffff;
	content: "";
	height: 1em;
	left: 0;
	position: absolute;
	top: 0.4117647059em;
	width: 0.0588235294em;
}
}
img[name=pphLoggerImage] {
	display: none;
}
/*=============== Search ===============*/
.search-module {
	background: #00ab66;
	display: none;
	position: absolute;
	right: 0;
	top: 4.75em;
	width: 18.75em;
	z-index: 1000;
}
 @media (min-width: 60em) {
.search-module {
	top: 5em;
}
}
.search-table {
	display: inline-block;
	vertical-align: top;
}
.search-row {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 100%;
}
.search-cell1 {
	display: inline-block;
	vertical-align: top;
}
.search-cell2 {
	display: inline-block;
	position: absolute;
	right: 0;
	vertical-align: top;
	top: 0.625em;
}
.search-text#search-site {
	background: #00ab66;
	border: medium none;
	box-shadow: none;
	color: #fff;
	font-size: 1.0625em;
	font-weight: 400;
	padding: 0.2941176471em 0.8823529412em;
	box-sizing: border-box;
	width: 17.6470588235em;
	margin-bottom: 0;
	height: 3.5294117647em;
}
.search-submit {
	width: 100%;
	height: 2.3em;
	border: 0;
	float: right;
	background: url(search-arrow.png) no-repeat center center/13px 21px !important;
}
.search-cell2 .search-submit {
	padding:1em;	
	}

.search-module .plp-page-searchBox-compact {
    background: none !important;
    border: none !important;
    padding: 13px 0 12px !important;
    width: 296px !important;
}
.search-module .plp-page-searchBox-compact input {
    background: transparent !important;
    border: 0 none !important;
    color: #ffffff !important;
    font-family: "Open Sans",sans-serif !important;
    font-size: 1.0625em !important;
    height: 35px !important;
    width: 264px !important;
    outline: none;
}

.search-module .plp-page-searchBox-compact input::placeholder{
   color: #fff;
}
.search-module .plp-page-searchBox-compact .plp-img-sprite {
    background: url("search-arrow.png") no-repeat 0 0 !important;
    margin: 6px 4px 5px !important;
}

span.yearfooter {
    margin-left: 0;
    padding-left: 0;
    position: static;
}



.dropdown {
  position: relative;
  display: inline-block;
  /*margin-left:  2.3125em;*/
  /*margin-right: 2.3125em;*/
  @media (min-width:  60em) {
  margin-right: 0;
}



}

.dropdown-content {
  display: none;
  position: absolute;
 background-color:#f3f3f3;
  width: 100%;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2000;
  text-align: left;
}

.dropdown-content  {
  a{
    display: block;
    padding: .875em 1.25em;
    color: #231f20;
    text-decoration: none;
    font-size: 1.125em;
    font-weight: 600;
  
    line-height: 1.4375em;
    &:hover, :focus{
      background-color: #00ab66;
            color: #fff;
    }
  }
  
}


.show-dd {display: block;}

@media (min-width:  60em) {
    div#myDd {
    margin-left:  2.3125em;
    min-width: 15.0625em;
    max-width: 15.125em;
    margin-top: 0.3125em;


	}

