/* ################################ */
/* #### Basic Accordion Styles #### */
/* ################################ */

#wb_page_wrap .accordion {
  margin-bottom: 0; }

#wb_page_wrap .accordion ul li {
  padding-left: 0;
  background-position: 12px top; }  

#wb_page_wrap .accordion:before, #wb_page_wrap .accordion:after {
  content: " ";
  display: table; }

#wb_page_wrap .accordion:after {
  clear: both; }

#wb_page_wrap .accordion .accordion-navigation, #wb_page_wrap .accordion .accordion-navigation {
  display: block;
  margin-bottom: 0 !important; }

#wb_page_wrap .accordion .accordion-navigation > a, #wb_page_wrap .accordion .accordion-navigation > a {
  background: transparent;
  border-bottom: 1px solid #ababab;
  color: #222222;
  padding: 0.9rem 0;
  display: block;
  font-size: 1rem; }

#wb_page_wrap .accordion .accordion-navigation > .content, #wb_page_wrap .accordion .accordion-navigation > .content {
  display: none;
  padding: 0.9375em 0; }

#wb_page_wrap .accordion .accordion-navigation > .content.open, #wb_page_wrap .accordion .accordion-navigation > .content.open {
    display: block;
    background: transparent; }


#wb_page_wrap .accordion-navigation { line-height: 36px; }

#wb_page_wrap .accordion-navigation > a:before { 
  width: 24px;
  height: 24px;
  float: left;
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 5px;
  background: url('img/popup/icon_open_close.svg') #ffd200 center no-repeat; cursor: pointer;
  background-size: 10px 10px;
  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#wb_page_wrap .accordion-navigation.open > a:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);

}

#wb_page_wrap .accordion-navigation > a:after {  
    content: " ";
    display: table;
    clear: both;
}

     
/* ######################## */
/* ##### Basic Styles ##### */
/* ######################## */ 

/* Slider */
#wb_page_wrap .slick-slider { margin-bottom: 30px; position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; -webkit-tap-highlight-color: transparent; }
#wb_page_wrap .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
#wb_page_wrap .slick-list:focus { outline: none; }
#wb_page_wrap .slick-loading .slick-list { background: white url("img/product_slider/ajax-loader.gif") center center no-repeat; }
#wb_page_wrap .slick-list.dragging { cursor: pointer; cursor: hand; }
#wb_page_wrap .slick-slider .slick-list, #wb_page_wrap .slick-track, #wb_page_wrap .slick-slide, #wb_page_wrap .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
#wb_page_wrap .slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
#wb_page_wrap .slick-track:before, #wb_page_wrap .slick-track:after { content: ""; display: table; }
#wb_page_wrap .slick-track:after { clear: both; }
#wb_page_wrap .slick-loading .slick-track { visibility: hidden; }
#wb_page_wrap .slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
#wb_page_wrap .slick-slide img { display: block; }
#wb_page_wrap .slick-slide.slick-loading img { display: none; }
#wb_page_wrap .slick-slide.dragging img { pointer-events: none; }
#wb_page_wrap .slick-initialized .slick-slide { display: block; }
#wb_page_wrap .slick-loading .slick-slide { visibility: hidden; }
#wb_page_wrap .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Prev Next Arrows */
#wb_page_wrap .slick-prev, #wb_page_wrap .slick-next { 
	position: absolute; 
	display: block; 
	width: 25px; 
	height: 60px;
	top: 5px;
	right: 20px; 
	padding: 0;
	border: 
	none; 
	outline: none; 
	line-height: 0; 
	font-size: 0; 
	cursor: pointer; 
	color: transparent;
	background: url('img/product_slider/btn_prev_next.svg') transparent left center no-repeat;
	background-size: 22px auto;
	-webkit-transition: background-position 500ms, opacity 500ms;
	transition: background-position 500ms, opacity 500ms;
}

#wb_page_wrap .slick-prev { 
	left: 20px;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}


/* Prev Next Arrows Hover (no-touch) */ 
.no-touch #wb_page_wrap .slick-prev:hover, .no-touch #wb_page_wrap .slick-next:hover { 
	outline: none; 
	background-color: transparent; 
	background-position: right center;
	opacity: 0.8;
}

/* Prev Next Arrows Focus */ 
#wb_page_wrap .slick-prev:focus, #wb_page_wrap .slick-next:focus { background-color: transparent;}

/* Pagination */
#wb_page_wrap .slider_plugin .slick-dots .slick-active button { background: #222; color: #fff; }
#wb_page_wrap .slider_plugin .slick-dots { list-style: none; display: block; padding: 0; width: 100%; position: relative; padding-left: 1.75em; padding-right: 1.75em; margin: 40px 0 20px 0; text-align:center;}
#wb_page_wrap .slider_plugin .slick-dots li { position: relative; display: inline-block; height: 44px; width: 38px; margin: 0 5px; padding: 0; line-height: 44px; cursor: pointer; background: #ffd200;  }
#wb_page_wrap .slider_plugin .slick-dots li:first-child { margin-left: 0;}
#wb_page_wrap .slider_plugin .slick-dots li button { border: 0; display: block; height: 44px; width: 38px; padding: 0; margin: 0; line-height: 44px; outline: none; font-size: 14px; color: #222; cursor: pointer; }
#wb_page_wrap .slider_plugin .slick-dots li button:hover, #wb_page_wrap .slick-dots li button:focus { outline: none; }

/* ############################## */
/* #### Desktop Basic Styles #### */
/* ############################## */ 

@media only screen and (min-width: 25em){
	#wb_page_wrap .slider_plugin .slick-dots li, #wb_page_wrap .slider_plugin .slick-dots li button  { 
		width: 44px;
	}

	#wb_page_wrap .slider_plugin .slick-dots  { 
		text-align: left;
	}
		

}

@media only screen and (min-width: 62.5em){

	#wb_page_wrap .slick-prev, #wb_page_wrap .slick-next { 
		height: 120px; 
		width: 50px;
		right: -100px; 
		top: 50%;
		margin-top: -10px; 
		background-size: 44px auto;
	}

	#wb_page_wrap .slick-prev { 
		left: -100px;
	}

}

@media only screen and (min-width: 82.5em){

	#wb_page_wrap .slick-prev, #wb_page_wrap .slick-next { 
		right: -170px; 
	}

	#wb_page_wrap .slick-prev { 
		left: -170px;
	}
}


/* ######################## */
/* #### Content Styles #### */
/* ######################## */ 

#wb_page_wrap .slide .product_headline { margin-bottom: 5px;}
#wb_page_wrap .slide .column + .column { margin-top: 20px; }
#wb_page_wrap .slide figure { max-width: 312px; margin: 0 auto;}
#wb_page_wrap .slide figure img { margin: 0 auto;}
#wb_page_wrap .product_subheadline { max-width: 320px; margin: 0 auto; font-size: 1.3rem; line-height: 1.2; text-align: center; margin-bottom: 30px; }

/* ################################ */
/* #### Desktop Content Styles #### */
/* ################################ */ 

@media only screen and (min-width: 46em){

	#wb_page_wrap .slide figure { max-width: none; }
	#wb_page_wrap .slide figure img { margin: 0;}
	#wb_page_wrap .product_subheadline { text-align: left; }

}


/* ################################ */
/* #### Basic Foundation Styles ### */
/* ################################ */

meta.foundation-version {
  font-family: "/5.3.1/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:46em)/";
  width: 46em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }


/* ############################### */
/* #### Basic Table Styles ####### */
/* ############################### */

#wb_page_wrap .table {
  display: table;
}

#wb_page_wrap .table-row {
  display: table-row;
}

#wb_page_wrap .table-cell {
  display: table-cell;
}

  
/* ############################### */
/* ##### Basic Text Styles ####### */
/* ############################### */

#wb_page_wrap .text {
	background: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: auto;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 0;
}

/* #################################### */
/* ### Basic KMT Branding Styles ###### */
/* #################################### */

#wb_page_wrap header.branding {

    height: 56px;
    width: 100%;
    background: url('img/branding/header.jpg') left top repeat-x;
}

#wb_page_wrap header.branding #kmt_logo {
    float: right;
    margin-right: 15px;
}

#wb_page_wrap header.branding .column {

    background: url('img/branding/header_strips.jpg') transparent 90% bottom no-repeat;
    height: 56px;
}



#wb_page_wrap footer.branding {

    background: url('img/branding/header.jpg') #fcd516 left -33px repeat-x;
    max-width: none;
    min-height: 300px;
}

#wb_page_wrap footer.branding .row {
    padding-top: 50px;
    background: url('img/branding/header_strips.jpg') transparent 90% 5px no-repeat;
}


@media only screen and (min-width: 45.9376em) {
    #wb_page_wrap footer.branding .row > .column { text-align: right; }
    #wb_page_wrap footer.branding .row > .column:first-child { text-align: left; }

}	
/* ######################################### */
/* ### Basic Contact-Component Styles ###### */
/* ######################################### */

#wb_page_wrap .wb_contact { 
	position: relative;
	width: 240px; 
	height: 240px; 
	margin: 20px auto;
  text-align: center;
	background: #ffd200; 
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%; 
}

#wb_page_wrap .wb_contact .contact-textfield { 
  position: absolute;
  width: 160px;
  height: 72px;
  overflow: hidden;
  top: 34px;
  left: 50%; 
  margin-left: -80px; 
  font-size: 20px; 
  line-height: 23px; }

#wb_page_wrap .wb_contact .contact-telephone, #wb_page_wrap .wb_contact .contact-email {
  width: 240px;
  position: absolute;
  bottom: 40px;
  text-align: center;
}

#wb_page_wrap .wb_contact .contact-telephone { bottom: 76px; }

#wb_page_wrap .wb_contact .contact-telephone span, #wb_page_wrap .wb_contact .contact-email span {
  padding-left: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  background: url('img/contact/icon_telephone.svg') left center no-repeat;
  background-size: 22px 22px;
}

#wb_page_wrap .wb_contact .contact-email span { background-image: url('img/contact/icon_email.svg'); }

/* ########################################### */
/* ### Desktop Contact-Component Styles ###### */
/* ########################################### */

@media only screen and (min-width: 22.5em){
  #wb_page_wrap .wb_contact { 
  width: 270px; 
  height: 270px;
  margin: 30px auto; 
  }

  #wb_page_wrap .wb_contact .contact-textfield { 
    width: 190px;
    height: 84px;
    top: 40px;
    margin-left: -95px; 
    font-size: 24px; 
    line-height: 27px;
  }

  #wb_page_wrap .wb_contact .contact-telephone, #wb_page_wrap .wb_contact .contact-email {
    width: 270px;
    bottom: 50px;
  }

  #wb_page_wrap .wb_contact .contact-telephone { bottom: 86px; }

  #wb_page_wrap .wb_contact .contact-telephone span, #wb_page_wrap .wb_contact .contact-email span {
    padding-left: 30px;
    font-size: 18px;
    line-height: 21px;
    background: url('img/contact/icon_telephone.svg') left center no-repeat;
    background-size: 22px 22px;
  }

  #wb_page_wrap .wb_contact .contact-email span { background-image: url('img/contact/icon_email.svg'); }
}


/* ################################################ */
/* ###### Basic grid / responsive properties ###### */
/* ################################################ */

/* Special properties  */
#wb_page_wrap *,
#wb_page_wrap *:before,
#wb_page_wrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#wb_page_wrap img {
  max-width: 100%;
  height: auto; 
  -ms-interpolation-mode: bicubic;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle; }
  
div[id^="cq-image-jsp-"] {
  margin-bottom: 30px;
}

#wb_page_wrap .center_content { text-align: center; }
#wb_page_wrap .center_content p { max-width: 270px; }

#wb_page_wrap .panel { max-width: 320px; margin: 0 auto; }
#wb_page_wrap .full_width .panel { max-width: none; }

@media only screen and (min-width: 46em){

  #wb_page_wrap .medium-7 .panel,
  #wb_page_wrap .medium-8 .panel,
  #wb_page_wrap .medium-9 .panel,
  #wb_page_wrap .medium-10 .panel,
  #wb_page_wrap .medium-11 .panel,
  #wb_page_wrap .medium-12 .panel { 
    max-width: none;
  }

}

/* Row properties */
#wb_page_wrap .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  /* max-width: 46em; 
  max-width: 59.4em;  Change to 59em TicketGREQ0373838*/
  max-width:59em;
  }

#wb_page_wrap .row.wide {
    max-width: 76em; }
    
#wb_page_wrap .row.wide-60-em {
    max-width: 60em;
    margin-top: 10px; } 
    
@media only screen and (max-width: 45.9375em){
  #wb_page_wrap .row.wide-60-em { padding-left: .5rem; }
}
/*Change for TicketGREQ0373838*/  
@media only screen and (max-width: 45.9375em) {
    #wb_page_wrap div.row{
        padding:0 5px;
    }
}      

#wb_page_wrap .row:before, .row:after {
  content: " ";
  display: table; }

#wb_page_wrap .row:after {
  clear: both; }

#wb_page_wrap .row.collapse > .column,
#wb_page_wrap .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

#wb_page_wrap .row.collapse .row {
  margin-left: 0;
  margin-right: 0; }

#wb_page_wrap .row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none; }

#wb_page_wrap .row .row:before, #wb_page_wrap .row .row:after {
  content: " ";
  display: table; }

#wb_page_wrap .row .row:after {
  clear: both; }

#wb_page_wrap .row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none; }

#wb_page_wrap .row .row.collapse:before, #wb_page_wrap .row .row.collapse:after {
    content: " ";
    display: table; }

#wb_page_wrap .row .row.collapse:after {
    clear: both; }

#wb_page_wrap .row + .row { margin-bottom: 60px; }

#wb_page_wrap .row + .row.wide { margin-bottom: 0; }
/* Column properties */
#wb_page_wrap .column,
#wb_page_wrap .columns {
  padding-left: 1.75em;
  padding-right: 1.75em;
  width: 100%;
  float: left; }

#wb_page_wrap [class*="column"] + [class*="column"]:last-child {
  float: right; }

#wb_page_wrap [class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  #wb_page_wrap .column,
  #wb_page_wrap .columns {
    position: relative;
    padding-left: 1.75em;
    padding-right: 1.75em;
    float: left; }
}  

@media only screen and (max-width: 45.9375em){
  #wb_page_wrap .column + .column { margin-top: 20px; }
}


@media only screen and (min-width: 46em) {

    #wb_page_wrap .medium-4 {
        width: 33.33333%; }

    #wb_page_wrap .medium-5 {
        width: 41.66667%; }

    #wb_page_wrap .medium-6 {
        width: 50%; }

    #wb_page_wrap .medium-7 {
        width: 58.33333%; }

}

/* ######################################## */
/* ##### CQ Specific Column Styling ####### */
/* ######################################## */

@media only screen and (min-width: 46em) {

    #wb_page_wrap .column.medium-4-4-4-c0,
    #wb_page_wrap .column.medium-4-4-4-c1,
    #wb_page_wrap .column.medium-4-4-4-c2 {
        width: 33.33333%; }

    #wb_page_wrap .column.medium-5-7-c0,
    #wb_page_wrap .column.medium-7-5-c1 {
        width: 41.66667%;
    }

    #wb_page_wrap .column.medium-6-6-c0,
    #wb_page_wrap .column.medium-6-6-c1 {
        width: 50%; }

    #wb_page_wrap .column.medium-7-5-c0,
    #wb_page_wrap .column.medium-5-7-c1 {
        width: 58.33333%;
    }

    #wb_page_wrap .column.medium-4-8-c0,
    #wb_page_wrap .column.medium-8-4-c1 {
        width: 33.33333%;
    }

    #wb_page_wrap .column.medium-8-4-c0,
    #wb_page_wrap .column.medium-4-8-c1 {
        width: 66.66667%;
    }

    #wb_page_wrap .column.medium-4-4-4,
    #wb_page_wrap .column.medium-4-8,
    #wb_page_wrap .column.medium-8-4,
    #wb_page_wrap .column.medium-6-6,
    #wb_page_wrap .column.medium-5-7,
    #wb_page_wrap .column.medium-7-5 {
        padding-left: 0;
        padding-right: 0;
        float: none;
        position: inherit;
    }
}

/* Block Grid */

#wb_page_wrap [class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
#wb_page_wrap [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
#wb_page_wrap [class*="block-grid-"]:after {
    clear: both; }
#wb_page_wrap [class*="block-grid-"] > li {
    display: block;
    height: auto;
    background-image: none;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
 #wb_page_wrap .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
   #wb_page_wrap .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
   #wb_page_wrap .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
}

@media only screen and (min-width: 25em) {
 #wb_page_wrap .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
   #wb_page_wrap .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
   #wb_page_wrap .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
}


@media only screen and (min-width: 41.25em) {
 #wb_page_wrap .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
   #wb_page_wrap .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
   #wb_page_wrap .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
}
/* ################################### */
/* #### Basic Individual Map ######### */
/* ################################### */
#wb_page_wrap .individual_map .map_wrap { position: relative; }

#wb_page_wrap .individual_map .column + .column {
  margin-top: 30px;
}

#wb_page_wrap .individual_map .btn_content_wrap { 
  display: block;
  margin-bottom: 20px;
}

#wb_page_wrap .individual_map .btn_content_wrap > h1 { 
  font-family: 'robotoregular', sans-serif;
}

#wb_page_wrap .individual_map .map_button { 
  display: none; 
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url('img/individual_map/icon_open_close.svg') #FFD200 center no-repeat;
  cursor: pointer;
  background-size: 10px 10px;
  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#wb_page_wrap .individual_map .map_button.active {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

#wb_page_wrap .individual_map .location_wrap h1 { 
  border-bottom: 1px solid #a2a2a2;
}

#wb_page_wrap .individual_map .location_wrap .table-cell:first-child {
  font-family: 'robotoregular', sans-serif;
  padding-right: 10px;
}

/* Block Grid for locations */
#wb_page_wrap .individual_map [class*="block-grid-"] > li.location_wrap {
    padding: 0 0.625rem 1.25rem; }

@media only screen {
 #wb_page_wrap .individual_map .small-block-grid-1 > li.location_wrap {
    width: 100%;
    list-style: none; }
   #wb_page_wrap .individual_map .small-block-grid-1 > li.location_wrap:nth-of-type(1n) {
      clear: none; }
   #wb_page_wrap .individual_map .small-block-grid-1 > li.location_wrap:nth-of-type(1n+1) {
      clear: both; }
}

@media only screen and (min-width: 38.75em) {
 #wb_page_wrap .individual_map .medium-block-grid-2 > li.location_wrap {
    width: 50%;
    list-style: none; }
   #wb_page_wrap .individual_map .medium-block-grid-2 > li.location_wrap:nth-of-type(1n) {
      clear: none; }
   #wb_page_wrap .individual_map .medium-block-grid-2 > li.location_wrap:nth-of-type(2n+1) {
      clear: both; }
}

/* ##################################### */
/* #### Desktop Individual Map ######### */
/* ##################################### */

@media only screen and (min-width: 46em){
  #wb_page_wrap .individual_map .map_button { 
    display: block;
  }

  #wb_page_wrap .individual_map .btn_content_wrap { 
    display: none;
    margin-bottom: 0;
  } 

  #wb_page_wrap .individual_map .btn_content_wrap > h1 { 
    font-family: 'robotolight', sans-serif;
  }   
}
/* ################################ */
/* ###### Basic PopUp Styles ###### */
/* ################################ */

body.disable_scroll { overflow: hidden; }

#wb_page_wrap .popup_overlayer { 
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: none;
    overflow-y: auto;
}

body #wb_page_wrap .popup_overlayer > .row  {
	max-width: 62.5em;
	margin: 40px auto 0 auto;
	position: relative;
}

#wb_page_wrap .popup_overlayer > .row .column + .column { 
	margin-top: 30px;

}

	#wb_page_wrap .popup_overlayer > .row .column { 
		position: static;


	}

/* Buttons */
#wb_page_wrap .btn_popup, #wb_page_wrap .btn_close { 
	width: 36px;
	height: 36px;
	margin: 28px auto;
	background: url('img/popup/icon_open_close.svg') #ffd200 center no-repeat; cursor: pointer;
	background-size: 16px 16px;
}

#wb_page_wrap .btn_popup span, #wb_page_wrap .btn_close span { 
	width: 36px;
	height: 36px;
	display: block;
}

#wb_page_wrap .btn_popup {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#wb_page_wrap .btn_close { margin: 0; position: fixed; top: 0; right: 0; z-index: 9999999;

} 

/* ################################## */
/* ###### Desktop PopUp Styles ###### */
/* ################################## */

@media only screen and (min-width: 53.75em) {
	#wb_page_wrap .popup_overlayer > .row .column { 
		position: absolute;
		left: 0;
		top: 100px;
		max-width: 1200px;
	}
	
	#wb_page_wrap .popup_overlayer > .row .column:first-child { 
		width: 400px;
		max-width: 400px;
		padding-top: 20px;
		padding-bottom: 20px;
		left: 30px;
		top: 50px;
		z-index: 10;
		background: rgba(255,255,255, 0.8);
	}
	
	#wb_page_wrap .popup_overlayer > .row .column + .column { 
	margin-top: 10px;
	}
 
}
/* ################################# */
/* ##### Product Slider Styles ##### */
/* ################################# */ 

/* Pagination */
#wb_page_wrap .slider_plugin .slick-dots .slick-active button { background: #222; color: #fff; }
#wb_page_wrap .slider_plugin .slick-dots { list-style: none; display: block; padding: 0; width: 100%; position: relative; padding-left: 1.75em; padding-right: 1.75em; margin: 40px 0 20px 0; text-align:center;}
#wb_page_wrap .slider_plugin .slick-dots li { position: relative; display: inline-block; height: 44px; width: 38px; margin: 0 5px; padding: 0; line-height: 44px; cursor: pointer; background: #ffd200;  }
#wb_page_wrap .slider_plugin .slick-dots li:first-child { margin-left: 0;}
#wb_page_wrap .slider_plugin .slick-dots li button { border: 0; display: block; height: 44px; width: 38px; padding: 0; margin: 0; line-height: 44px; outline: none; font-size: 14px; color: #222; cursor: pointer; }
#wb_page_wrap .slider_plugin .slick-dots li button:hover, #wb_page_wrap .slick-dots li button:focus { outline: none; }

/* ############################## */
/* #### Desktop Basic Styles #### */
/* ############################## */ 

@media only screen and (min-width: 25em){
	#wb_page_wrap .slider_plugin .slick-dots li, #wb_page_wrap .slider_plugin .slick-dots li button  { 
		width: 44px;
	}

	#wb_page_wrap .slider_plugin .slick-dots  { 
		text-align: left;
	}
		

}





/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

#wb_page_wrap {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Touch Kills */
#wb_page_wrap * { 
  -webkit-touch-callout: none;
  -ms-touch-action: none;
  -webkit-tap-highlight-color: transparent; }

/* SmoothScroll iPad */
#wb_page_wrap * { -webkit-overflow-scrolling: touch;
   }
/*vgunderao : Changes Done to remove unwanted check box*/
#wb_page_wrap input, #wb_page_wrap textarea, #wb_page_wrap button
{ 
	-webkit-border-radius: 0; 
	 border-radius: 0; 
	 background-image: none; 
}        


/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

#wb_page_wrap article,
#wb_page_wrap aside,
#wb_page_wrap details,
#wb_page_wrap figcaption,
#wb_page_wrap figure,
#wb_page_wrap footer,
#wb_page_wrap header,
#wb_page_wrap hgroup,
#wb_page_wrap main,
#wb_page_wrap nav,
#wb_page_wrap section,
#wb_page_wrap summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

#wb_page_wrap audio,
#wb_page_wrap canvas,
#wb_page_wrap progress,
#wb_page_wrap video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

#wb_page_wrap audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

#wb_page_wrap [hidden],
#wb_page_wrap template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

#wb_page_wrap a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

#wb_page_wrap a:active,
#wb_page_wrap a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

#wb_page_wrap abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

#wb_page_wrap b,
#wb_page_wrap strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

#wb_page_wrap dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

#wb_page_wrap h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

#wb_page_wrap mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

#wb_page_wrap small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

#wb_page_wrap sub,
#wb_page_wrap sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#wb_page_wrap sup {
  top: -1em;
}

#wb_page_wrap sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

#wb_page_wrap img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

#wb_page_wrap svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

#wb_page_wrap figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */

#wb_page_wrap hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

#wb_page_wrap pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

#wb_page_wrap code,
#wb_page_wrap kbd,
#wb_page_wrap pre,
#wb_page_wrap samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

#wb_page_wrap button,
#wb_page_wrap input,
#wb_page_wrap optgroup,
#wb_page_wrap select,
#wb_page_wrap textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

#wb_page_wrap button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

#wb_page_wrap button,
#wb_page_wrap select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

#wb_page_wrap button,
#wb_page_wrap input[type="button"], /* 1 */
#wb_page_wrap input[type="reset"],
#wb_page_wrap input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

#wb_page_wrap button[disabled],
#wb_page_wrap input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

#wb_page_wrap button::-moz-focus-inner,
#wb_page_wrap input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

#wb_page_wrap input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

#wb_page_wrap input[type="checkbox"],
#wb_page_wrap input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

#wb_page_wrap input[type="number"]::-webkit-inner-spin-button,
#wb_page_wrap input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

#wb_page_wrap input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

#wb_page_wrap input[type="search"]::-webkit-search-cancel-button,
#wb_page_wrap input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

#wb_page_wrap fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

#wb_page_wrap legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

#wb_page_wrap textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

#wb_page_wrap optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

#wb_page_wrap table {
  border-collapse: collapse;
  border-spacing: 0;
}

#wb_page_wrap td,
#wb_page_wrap th {
  padding: 0;
}
  /*vvreddv1 GREQ0509254 Redesign of kennametal distributor */
#wb_page_wrap select {
    height: 2.16666667rem;
    padding: 0.36666667rem 0.66666667rem;
    border: 1px solid #C2C3C4;
    margin: 0 0 1.33333333rem;
    font-size: .9rem;
    font-family: inherit;
    line-height: normal;
    color: #373739;
    background-color: #FFF;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../../../widia/images/download.svg);
    background-size: 9px 6px;
    background-position: right center;
    background-origin: content-box;
    background-repeat: no-repeat;
    width: 115%;
}
#wb_page_wrap .dist-icons img {
    display: inline;
    margin-right: 10px;
}
#wb_page_wrap img {
    border: 0;
}
#wb_page_wrap img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}
#wb_page_wrap button.wd-yellow-btn {
    border: 1px solid #cc9900;
    background: -webkit-linear-gradient(top, #f2d76a 1%,#eec10c 100%);
    box-shadow: 1px 1px #ccc;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 4px;
    text-align: center;
    text-shadow: 1px 1px 2px #fff;
    padding: .46em 1em;
}
#wb_page_wrap div.column.botPad {
    padding-bottom: 20px;
    overflow: hidden;
}
@media only screen and (min-width: 46em) {
    #wb_page_wrap .column.medium-3-3-3-3 {
        padding-left: 0;
        padding-right: 0;
        float: none;
        position: inherit;
    }
        #wb_page_wrap .column.medium-3-3-3-3-c0, 
        #wb_page_wrap .column.medium-3-3-3-3-c1, 
        #wb_page_wrap .column.medium-3-3-3-3-c2,
        #wb_page_wrap .column.medium-3-3-3-3-c3,
        #wb_page_wrap .column.medium-3-3-3-3-c4 {
            width: 20%;
           padding-left: 15px;
        }
}
#wb_page_wrap .dist .dist {
    width: auto;
    margin-left: 0;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
}
#distfinderkmt [class*="column"] + [class*="column"]:last-child {
    float: left;
}
 #distfinderxmlmoda [class*="column"] + [class*="column"]:last-child {
    float: left;
}
#wb_page_wrap .distresult a {
    color: #336699;
}
/*vvreddv1 GREQ0509254 Redesign of kennametal distributor */
/*vvreddv1 KNamtl-1873- Kmt new hero component */
#wb_page_wrap .kmthero {
	margin: 0px 3px 0px;
}
#wb_page_wrap .kmthero-container {
	position: relative;
	margin: 0;
	overflow: hidden;
	list-style: none;
}
@media screen and (min-width: 2000px) {
	#wb_page_wrap .kmthero-container {
	position: relative;
	margin: 0;
	overflow: hidden;
	list-style: none;
	height: 500px !important;
	}
}
@media screen and (max-width: 48em) {
#wb_page_wrap .kmthero-container {
	position: relative;
	margin: 0;
	overflow: hidden;
	list-style: none;
    height: 250px !important;
}   
}                                           
#wb_page_wrap .kmthero-slide {
	width: 100%;
	max-height: 100%;
}
#wb_page_wrap .kmthero-slide.no-motionui.is-active {
	top: 0;
	left: 0;
}
#wb_page_wrap .kmthero-figure {
	margin: 0;
}
#wb_page_wrap .kmthero-image {
	margin: 0;
	width: 100%;
	max-width: 100%;
}
@media screen and (min-width: 2000px) {
	#wb_page_wrap .kmthero-image {
	margin: 0 auto;
    /* width: auto; */
    max-width: 100%;
    max-height: 900px;
	}
}
#wb_page_wrap .kmthero-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1rem;
	margin-bottom: 0;
	color: #FFF;
	background-color: rgba(10, 10, 10, 0.5);
}
#wb_page_wrap .kmthero-previous,
#wb_page_wrap .kmthero-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	padding: 1rem;
	color: #FFF;
}
#wb_page_wrap .kmthero-previous {
	left: 0;
}
#wb_page_wrap .kmthero-next {
	left: auto;
	right: 0;
}
#wb_page_wrap .kmthero-bullets {
	position: unset;
	margin-top: 0.8rem;
	margin-bottom: 0.8rem;
	text-align: center;
}

#wb_page_wrap .kmthero-bullets button {
	width: 1.2rem;
	height: 1.2rem;
	margin: 0.1rem;
	background-color: #CACACA;
	border-radius: 50%;
}
#wb_page_wrap .kmthero-bullets button:hover {
	background-color: #787c80;
}
#wb_page_wrap .kmthero-bullets button.is-active {
	background-color: #787c80;
}
#wb_page_wrap .kmthero-next img,
#wb_page_wrap .kmthero-previous img {
	height: 100%;
}
@media screen and (min-width: 64em) {
	#wb_page_wrap .kmthero-slide a {
		padding: 12px 24px;
		position: absolute;
		top: 60%;
		right:51px;
		font-size: 15px;
	}
}
#wb_page_wrap .row.onslide-container{
position:absolute;
top:0;
right:0;
left:0;
max-width:60em;
text-align: center;
width: 100%;
height: 100%;
}
@media screen and (min-width: 48em) {
	#wb_page_wrap .kmthero-next,
	#wb_page_wrap .kmthero-previous {
		height: 85px;
		max-width: 45px;
	}
}
#wb_page_wrap .kmthero-bullets a {
	background: #DADADA;
}
#wb_page_wrap .kmthero-bullets .activeSlide {
	background: #ffd200;
}                                         
#wb_page_wrap .anchor-yellow-btn {
	background: yellow;
	border: 1px solid #979797;
	font-family: Helvetica Neue, Arial, sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #3B3B3B;
	padding: 12px 0;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
}
@media screen and (max-width: 48em) {
  #wb_page_wrap .kmthero .anchor-yellow-btn{
    right: 50px;
    width: 100px;
    position: absolute;
    top:54%;     
    font-size: 11px;  
    padding: 5px 0;                               
    }
 }
#wb_page_wrap .anchor-secondary-btn,
.anchor-third-btn {
	background: #F0F0F0;
	font-weight: 300;
	border-color: #B3B3B3;
	font-size: 1.2rem;
}
#wb_page_wrap .anchor-third-btn {
	background: #F8F8F8;
}

#wb_page_wrap.kmthero-slide .onslide-container {
	position: absolute;
	top: 0;
	width: 70%;
	height: 115%;
	right: 0;
	left: 0;
	text-align: center;
}
#wb_page_wrap .kmthero-previous,
#wb_page_wrap .kmthero-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	padding: 1rem;
	color: #FFF;
	background-color: transparent;
}

}
#wb_page_wrap .kmthero-container {
	position: relative;
	margin: 0;
	overflow: hidden;
	list-style: none;
}
.no-touch #wb_page_wrap .kmthero-previous:hover,
.no-touch #wb_page_wrap .kmthero-next:hover,
.no-touch #wb_page_wrap .kmthero-previous:active,
.no-touch #wb_page_wrap .kmthero-next:active,
.no-touch #wb_page_wrap .kmthero-previous:focus,
.no-touch #wb_page_wrap .kmthero-next:focus {
	background-color: rgba(10, 10, 10, 0.5);
}
#wb_page_wrap .kmthero-bullets a {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #CACACA;
    border-radius: 50%;
    padding: 2px 6px 3px;
    border: 0;
    border-style: outset;
    text-indent: -99999px;
    width: 14px;
    height: 13px;
    display: inline-block;
    margin-right: 8px;
    text-decoration: none;
}
  #wb_page_wrap .kmthero-bullets {
    position: absolute;
    top: 70%;
    width: 100%;
    z-index:10;
}
@media screen and (max-width: 48em) {
  #wb_page_wrap .kmthero .kmthero-bullets{
		top:65% ;                                  
  }
 }
@media screen and (max-width: 48em) {                            
#wb_page_wrap .kmthero-previous,
#wb_page_wrap .kmthero-next {
    top: 35%;
	height: 85px;
    max-width: 45px;	
   }
} 
 #wb_page_wrap .kmthero .fade-out-gradient {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100px;
	background: rgba(255, 255, 255, 0);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 80%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 );
}
  #wb_page_wrap .kmthero .kmthero-image{
   display:block;
  }

 #wb_page_wrap .kmthero  .image_mobile{
  display:none;
 }

@media (max-width: 640px) and (min-width: 320px){
 #wb_page_wrap .kmthero   .kmthero-image{
   display:none;
  }

  #wb_page_wrap .kmthero  .image_mobile{
   display:block;
  }
} 
/*vvreddv1 KNAMTL-1873- Kmt new hero component */

@media screen and (min-width: 48em) {
	.header .headerrow.servicerow {
		max-width:59.375rem;
	}

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
  .header .headerrow.servicerow {
		max-width:950px;
	}
} 
 
 
 /*KNAMTL-1880 vgunderao: featured component*/


#wb_page_wrap #columnfeatured a:link{
    text-decoration: none;
}
#wb_page_wrap #columnfeatured p {
    font-family: inherit;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0 auto;
    margin-bottom: 12px;
    text-rendering: optimizeLegibility;
}
  #wb_page_wrap .featured-4cols-lt0{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	overflow: hidden;
}
  #wb_page_wrap .featured-4cols-lt0 > .parsys_column{
	/*background-image: linear-gradient(-180deg, #FFFFFF 0%, #F4F4F4 97%);
	border: 1px solid #CFCFCF;
	border-right:none;*/
	display: inline-block;                                                   
	width: 25%;
	/* padding:10px 1% 0 1%; */
	/* flex: 1; */
}
  #wb_page_wrap .featured-4cols-lt0 > .parsys_column:last-child{
	/*border-right: 1px solid #CFCFCF;*/
}
   #wb_page_wrap .featured-4cols-lt0 > .parsys_column .imageWrap{
	background-position-x: center;
	background-position-y: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	height:100%;
}
  #wb_page_wrap .featured-2cols-lt0{
	height:100%;
}
 #wb_page_wrap .featured-2cols-lt0 .imageWrap{
	background-position-x: right;
	background-position-y: bottom;
	background-repeat: no-repeat;
	background-size:contain;
	overflow: hidden;
	border: none;
	border-top:none;
	padding:10px 2% 0 2%;
	height:100%;
	min-height: 130px;
	width:100%;
}

#wb_page_wrap .featured-2cols-lt0 > .parsys_column{
	width: 50%;
}

#wb_page_wrap .featured-2cols-lt0 > .parsys_column:first-child{
	border-right:none;
}

/*#wb_page_wrap .featured-2cols-lt0 a{
	background: url(../../../widia/images/cta-arrow.png) 100% 55% no-repeat;
	background-size: contain;
	padding-right: 30px;
}*/
  #wb_page_wrap #columnfeatured .featuredtextimage h2{
	font-weight: 300;
	font-family: "acumin-pro",sans-serif;
	font-size: 1.2em;
	color: #333333;
}
 #wb_page_wrap #columnfeatured.two-col .featuredtextimage h2{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.45em;
	color: #282828;
}
  #wb_page_wrap #columnfeatured .featuredtextimage h2 b{
	font-family: "acumin-pro",sans-serif;
	font-weight: 700;
}
  #wb_page_wrap #columnfeatured .featuredtextimage p{
	/* Multipurpose end mil: */
	font-family: "acumin-pro",sans-serif;
	font-size: 17px;
	color: #282828;
	text-align: left;
}
  #wb_page_wrap #columnfeatured.two-col .featuredtextimage p{
	/* Multipurpose end mil: */
	font-family: inherit;
    font-weight: 300;
    line-height: 1.5em;
	font-size: 1em;
    margin: 0 auto;
    margin-bottom: 12px;
	color: #333;
	text-align: left;
}
  #wb_page_wrap #columnfeatured .featuredtextimage p.text-center{
	text-align: center;	
}
  #wb_page_wrap #columnfeatured .featuredtextimage{
	height:100%;
	width: 100%;
	margin-bottom:-10px;
}
#wb_page_wrap .featured-2cols-lt0-c0 {
    width: 450px;
    float: left;
}
  @media only screen and (max-width: 45.9375em) {

	 #wb_page_wrap .featured-4cols-lt0 > .parsys_column{
		border: 1px solid #CFCFCF;
		border-bottom: none;
	}
	    #wb_page_wrap .featured-4cols-lt0 > .parsys_column:last-child{
		/* border-top: 1px solid #CFCFCF; */
	}
	    #wb_page_wrap .featured-4cols-lt0{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	    #wb_page_wrap .featured-4cols-lt0 > .parsys_column{
		width:50%;
		min-height: 260px;
	}
	#wb_page_wrap .featured-4cols-lt0 .featuredtextimage h2{
		font-size: 2em !important;
      		display:block;
	}
	#wb_page_wrap #columnfeatured .featuredtextimage p{
		font-size: 1.5em;
	}
	    #wb_page_wrap .featured-4cols-lt0 > .parsys_column{
		padding: 10px 3% 0 3%;
	}
	    #wb_page_wrap .featured-2cols-lt0 > .parsys_column{
		width: 100%;
		min-height: 150px;
		background-size: contain;
	}
	/*    #wb_page_wrap .featured-2cols-lt0 > .parsys_column:first-child{
		border-top:1px solid #CFCFCF;
		border-right:1px solid #CFCFCF;
	}*/
	    #wb_page_wrap #columnfeatured.two-col .featuredtextimage h2{
		font-size: 2em;
	}
	    #wb_page_wrap #columnfeatured.two-col .featuredtextimage h2,#wb_page_wrap #columnfeatured.two-col .featuredtextimage p{
		width:55%;
		margin: 10px; 0;
	}
	    #wb_page_wrap #columnfeatured.two-col .featuredtextimage p{
		font-size: 1.1em;
	}
	    #wb_page_wrap .featured-4cols-lt0 > .parsys_column .imageWrap{
		background-size: contain;
		background-position-x: 95%;
	}
	    #wb_page_wrap .featured-4cols-lt0 > .parsys_column .imageWrap.center{
		background-position-x: center;
	}
	/*vgunderao : KNAMTL:1880 adding CSS for responce ui in mobile view*/
	#wb_page_wrap .featured-4cols-lt0
        > .parsys_column{
        border:0;
    }
    	#wb_page_wrap .featured-4cols-lt0
        > .parsys_column{
        padding:0;
        margin-bottom:20px;
     }
    
    	#wb_page_wrap .featured-4cols-lt0{
        -ms-flex-direction: row;
        flex-direction: row;
        flex-flow: row wrap;
        display: flex;
    }	
}                                        
/* ################################### */
/* #### Basic Social Media PlugIn #### */
/* ################################### */

#wb_page_wrap .social_media_plugin { 
  padding-top: 40px;
  background: #ffd200;
}

#wb_page_wrap .social_media_plugin > .row { 
    margin-bottom: 60px;
}
#wb_page_wrap .social_media_plugin + .row { margin-top: 60px; margin-bottom: 60px;}

#wb_page_wrap .social_media_plugin:after { 
  display: table;
  content: " ";
  clear:both;
}

/*#wb_page_wrap .social_media_plugin .social_network { 
  padding-top: 80px;
  background: url('img/social_media_plugin/icon_network_facebook.png') transparent center top no-repeat;
  background-size: 60px auto;

 }*/

/*#wb_page_wrap .social_media_plugin .social_network.twitter { background-image: url('img/social_media_plugin/icon_network_twitter.png'); }*/
/*#wb_page_wrap .social_media_plugin .social_network.facebook { background-image: url('img/social_media_plugin/icon_network_facebook.png'); }*/
/*#wb_page_wrap .social_media_plugin .social_network.linkedin { background-image: url('img/social_media_plugin/icon_network_linkedin.png'); }*/


#wb_page_wrap .social_media_plugin .current_comment { 
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 17px; }

#wb_page_wrap .social_media_plugin .current_comment span { 
  display: block;
  padding-top: 5px;
  font-weight: 400;
  text-align: right;  }

#wb_page_wrap .social_media_plugin .call_to_action_text p { 
  font-size: 16px;
  font-weight: 400;
  text-align: center;  }

#wb_page_wrap .social_media_plugin .btn_post span {
  display: block;
  width: 32px;
  height: 32px;
  margin: 20px auto;  
  background: url('img/social_media_plugin/icon_social_open_close.svg') #222 center no-repeat;
  cursor: pointer;
  background-size: 16px 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#wb_page_wrap .social_media_plugin .btn_post span.active { 
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

#wb_page_wrap .social_media_plugin .user_post { display: none; }

#wb_page_wrap .social_media_plugin textarea {
  width: 248px;
  max-width: 248px;
  display: block;
  min-height: 114px;
  padding: 6px 3px;
  margin: 0 auto 20px auto;
  font-size: 14px;
  line-height: 17px;
  text-align: center; 
  border: 1px solid #e5c002;  
  background: #fff4bd; 
  -webkit-transition: background-color 500ms;
  transition: background-color 500ms; }


#wb_page_wrap .social_media_plugin textarea:focus, .social_media_plugin input:focus  { 
  outline: none;
}

#wb_page_wrap .social_media_plugin textarea:focus { background-color: #fff; }

#wb_page_wrap .social_media_plugin input.submit { 
  display: block;
  width: 120px;
  height: 44px;
  margin: 0 auto;
  border: 1px solid #e5c002; 
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmNmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZjNiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYzYmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #fffcf2 0%, #fff3ba 40%, #fff3ba 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffcf2), color-stop(40%,#fff3ba), color-stop(100%,#fff3ba));
  background: -webkit-linear-gradient(top,  #fffcf2 0%,#fff3ba 40%,#fff3ba 100%);
  background: -o-linear-gradient(top,  #fffcf2 0%,#fff3ba 40%,#fff3ba 100%);
  background: -ms-linear-gradient(top,  #fffcf2 0%,#fff3ba 40%,#fff3ba 100%);
  background: linear-gradient(to bottom,  #fffcf2 0%,#fff3ba 40%,#fff3ba 100%);
  filter: none; 
  -webkit-transition: background-image 500ms;
  transition: background-image 500ms; }

.no-touch #wb_page_wrap .social_media_plugin input.submit:hover { 
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmJlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZjZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #fffbea 40%, #fffcf2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(40%,#fffbea), color-stop(100%,#fffcf2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#fffbea 40%,#fffcf2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#fffbea 40%,#fffcf2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#fffbea 40%,#fffcf2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#fffbea 40%,#fffcf2 100%); /* W3C */
filter: none; 

 } 
/* ################################### */
/* #### Desktop Social Media PlugIn #### */
/* ################################### */

@media only screen and (min-width: 46em) {

  #wb_page_wrap .social_media_plugin textarea { 
    width: 188px;
    max-width: 188px;
  }

}
/* ####################################### */
/* ### Basic ScrollTop Button Styles ##### */
/* ####################################### */

#wb_page_wrap #top_btn {  
	display: none;
	width: 44px;
	height: 44px;
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -22px;
	-webkit-box-shadow: 0px 1px 26px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 26px 0px rgba(0, 0, 0, 0.4);
	z-index:9999;
}

#wb_page_wrap #top_btn a {  
	width: 44px;
	height: 44px;
	display: block;
	padding: 0;
	line-height: 44px;
	background-image: url('img/top_btn/top_btn.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 24px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}
/* ########################### */
/* #### Basic Font Styles #### */
/* ########################### */
body {font-size: 12px}
/* Typography resets */
#wb_page_wrap div,
#wb_page_wrap dl,
#wb_page_wrap dt,
#wb_page_wrap dd,
#wb_page_wrap ul,
#wb_page_wrap ol,
#wb_page_wrap li,
#wb_page_wrap h1,
#wb_page_wrap h2,
#wb_page_wrap h3,
#wb_page_wrap h4,
#wb_page_wrap h5,
#wb_page_wrap h6,
#wb_page_wrap pre,
#wb_page_wrap form,
#wb_page_wrap p,
#wb_page_wrap blockquote,
#wb_page_wrap th,
#wb_page_wrap td {
  /* margin: 0; */
  padding: 0; }


/* Basic */ 
html.services {
    font-size: initial;
}

#wb_page_wrap { 
    font-family: 'nimbus-sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    color: #222222;
    font-size: 1.33em;
}

/* Bold Styles */
#wb_page_wrap strong, #wb_page_wrap b { 
    font-family: 'nimbus-sans', sans-serif;
    font-weight: normal;
}

/* ########################### */
/* ######## Headlines ######## */
/* ########################### */

/* PageHeadline */
#wb_page_wrap #pageHeadline { margin: 30px 0; text-align: center; }
#wb_page_wrap #pageHeadline h1 { font-size: 3.3em; margin: 0; }

@media only screen and (min-width: 46em) { 
    #wb_page_wrap #pageHeadline { margin: 0 0 40px 0; }
    #wb_page_wrap #pageHeadline h1 { font-size: 3.3em; line-height: 48px; margin: 0; }

}

/* Default header styles */
#wb_page_wrap h1, #wb_page_wrap h2, #wb_page_wrap h3, #wb_page_wrap h4, #wb_page_wrap h5, #wb_page_wrap h6 {
    /*font-family: 'nimbus-sans-condensed', sans-serif;*/
    font-weight: normal;
    font-style: normal;
    color: #333333;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4; 
    background-size: auto 40px;
    background-position: center top;
    background-repeat: no-repeat;       
}

#wb_page_wrap h1 {
  font-size: 1.8em; }

#wb_page_wrap h2 {
  font-size: 1.75em; }

#wb_page_wrap h3 {
  font-size: 1.375em; }

#wb_page_wrap h4 {
  font-size: 1.25em; }

#wb_page_wrap h5 {
  font-size: 1.25em; }

#wb_page_wrap h6 {
  font-size: 1rem; }

@media only screen and (min-width: 40.063em) {
  
    #wb_page_wrap h1, 
    #wb_page_wrap h2, 
    #wb_page_wrap h3, 
    #wb_page_wrap h4, 
    #wb_page_wrap h5, 
    #wb_page_wrap h6 {

    line-height: 1.4; }

    #wb_page_wrap h1 {
	  font-size: 1.8em; }

	#wb_page_wrap h2 {
	  font-size: 1.75em; }
	
	#wb_page_wrap h3 {
	  font-size: 1.375em; }

	#wb_page_wrap h4 {
	  font-size: 1.25em; }

	#wb_page_wrap h5 {
	  font-size: 1.25em; }
	
	#wb_page_wrap h6 {
	  font-size: 1rem; }
}

/* ############################### */
/* ######## Paragraph Styles ##### */
/* ############################### */

#wb_page_wrap p {
  font-family: inherit;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 auto;
  margin-bottom: 12px;
  text-rendering: optimizeLegibility;
}

/* ################################# */
/* ######## List Styles ############ */
/* ################################# */

#wb_page_wrap ul,
#wb_page_wrap ol,
#wb_page_wrap dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

#wb_page_wrap ul { margin-left: 50px; }  

#wb_page_wrap ul li { 
  padding-left: 0;
  margin-bottom: .3em;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300; }

#wb_page_wrap dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
#wb_page_wrap dl dd {
  margin-bottom: 0.75rem; }

/* ########################### */
/* ######## Links Styles ##### */
/* ########################### */

#wb_page_wrap  a {
  color: #222;
  text-decoration: none;
  line-height: inherit;
}

#wb_page_wrap .rcrumbs .crumb a {
	color: #336699;
}

.no-touch #wb_page_wrap a:hover, #wb_page_wrap a:focus {
    color: #222; }

#wb_page_wrap .wysiwyg a {
    color: #336699;
    text-decoration: underline;
    line-height: inherit;
}

.no-touch #wb_page_wrap .wysiwyg a:hover, #wb_page_wrap .wysiwyg a:focus {
    color: #000; }

#wb_page_wrap.novo .wysiwyg a,
#wb_page_wrap.novo .text.parbase a,
#wb_page_wrap.novo .textimage.parbase a{
    color: #27b4e9;
    text-decoration: none;
    line-height: inherit;
}

.no-touch #wb_page_wrap.novo .wysiwyg a:hover, #wb_page_wrap.novo .wysiwyg a:focus,
.no-touch #wb_page_wrap.novo .text.parbase a:hover, #wb_page_wrap.novo .text.parbase a:focus,
.no-touch #wb_page_wrap.novo .textimage.parbase a:hover, #wb_page_wrap.novo .textimage.parbase a:focus {
    color: #27b4e9; }

#wb_page_wrap a img {
    border: none;
}

#wb_page_wrap a:hover {
  cursor: pointer; }

/* ################################### */
/* ######## Button Styles ############ */
/* ################################### */

#wb_page_wrap button, #wb_page_wrap .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: 'nimbus-sans-condensed', sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #ffd200;
  border-color: none;
  color: #222;
  transition: background-color 300ms ease-out; }
  .no-touch #wb_page_wrap button:hover, #wb_page_wrap button:focus, .no-touch #wb_page_wrap .button:hover, #wb_page_wrap .button:focus {
    background-color: #ffdf1f; }
  .no-touch #wb_page_wrap button:hover, #wb_page_wrap button:focus, .no-touch #wb_page_wrap .button:hover, #wb_page_wrap .button:focus {
    color: #222; }

#wb_page_wrap a.button p {
  font-size: initial;
  margin-top: 3px;
  margin-bottom: 3px;  }

#wb_page_wrap button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  #wb_page_wrap button, .button {
    display: inline-block; } }

#wb_page_wrap h2 b, #wb_page_wrap h3 b{
font-family: 'nimbus-sans-condensed', sans-serif;
}





/* ############################## */
/* ###### Lead Form errors ###### */
/* ############################## */

.modal-form-display .form_field_text.error {
    background-color: #f9f8cf;
    border-color: #cc0000;
}

.modal-form-display .form_field_textarea.error {
    background-color: #f9f8cf;
    border-color: #cc0000;
}

.modal-form-display label.error {
    color: #cc0000;
}
@media screen and (min-width: 48em) {
 #wb_page_wrap .large-box-wrap > .columns {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

#wb_page_wrap .twofourcolumnfeature .large-box-wrap .large-box-container {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 30px;
    min-height: 280px;
    padding-left: 10px;
    padding-right: 10px;
}    

#wb_page_wrap .twofourcolumnfeature .large-box-wrap .large-box-container, .small-box-wrap .small-box-container {
    background: #FAFAFA;
    background: -webkit-gradient(-180deg, linear, left top, left bottom, color-stop(50%, #FAFAFA), color-stop(100%, #DBDBDB));
 /*  background: linear-gradient(-180deg, #fafafa00 50%, #dbdbdb00 100%); */
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.23), 0px 2px 7px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.23) , 0px 2px 7px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.23) , 0px 2px 7px rgba(0, 0, 0, 0.09);
    border-radius: 1px;
}

#wb_page_wrap .twofourcolumnfeature .no-padd-left {
    padding-left: 0;
}    

#wb_page_wrap .twofourcolumnfeature .small-6 {
    width: 50%;
}  


#wb_page_wrap .twofourcolumnfeature .large-box-wrap .large-box-container .lbc-left .small-img {
    margin-bottom: 28px;
}  


#wb_page_wrap .twofourcolumnfeature div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
   padding: 0;
}   


#wb_page_wrap .twofourcolumnfeature h2 {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: -11px;
} 


#wb_page_wrap .twofourcolumnfeature h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.35;
}

#wb_page_wrap .twofourcolumnfeature .no-padd-right {
    padding-right: 0;
}    


@media screen and (min-width: 64em){
#wb_page_wrap .column, .columns {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
   }
@media screen and (min-width: 48em){
#wb_page_wrap .column, .columns {
    padding-left: 1rem;
    padding-right: 1rem;
}
    }

#wb_page_wrap .twofourcolumnfeature .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left;
}


#wb_page_wrap .twofourcolumnfeature .large-box-wrap .large-box-container .lbc-bottom {
    margin-top: 20px;
}

#wb_page_wrap .twofourcolumnfeature .no-padd {
    padding: 0;
}  

@media screen and (min-width: 48em){
#wb_page_wrap .medium-7 {
    width: 58.33333333%;
   }  
}  

#wb_page_wrap .twofourcolumnfeature .large-box-wrap .large-box-container .lbc-bottom p {
    font-size: 14px;
    margin-bottom: 0;
}    

#wb_page_wrap .twofourcolumnfeature .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left;
}



#wb_page_wrap .twofourcolumnfeature .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right;
}    

#wb_page_wrap .twofourcolumnfeature .small-box-wrap {
    margin-bottom: 20px;
    text-align: center;
}

@media screen and (min-width: 48em) {
#wb_page_wrap .small-box-wrap > .columns {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 48em) {
#wb_page_wrap .medium-3 {
    width: 25%;
}
}

#wb_page_wrap .twofourcolumnfeature .small-box-wrap .small-box-container {
    height: 226px;
    text-align: center;
    margin-top: 10px;
    padding-top: 18px;
    margin-bottom: 17px;
    background-repeat: no-repeat;
    background-position: center center;
}  

#wb_page_wrap .twofourcolumnfeature .small-box-wrap .small-box-under {
    padding: 0 15px;
    text-align: left;
}  

#wb_page_wrap .twofourcolumnfeature .small-box-wrap .small-box-under p {
    margin-bottom: 15px;
}    
#wb_page_wrap .twofourcolumnfeature{
	padding-left: 10px;
    padding-right: 10px;
}

/* Fix column width for mobile */
#wb_page_wrap .column, #wb_page_wrap .columns{
    padding-top: 0!important;
    margin-top: 9px !important;
}
