/*================================================================
                 CLICK MENU STYLES
================================================================*/
/*
    THESE STYLES will probably not be needed and are adjusted in your main styles
    - * for example is most efficient when not a child of a class
       -- hopefully you already are using the box sizing globally
    - you may not need text-decoration etc. depending on your global anchors
*/
.cm-menu a, .cm-menu a:visited {
  color: #959595;
  text-decoration: none; }

.interior .cm-menu a, .interior .cm-menu a:visited {
  color: #959595;
  xfont: 300 20px / 20px "Work Sans"; }
.interior .cm-menu a:hover{
	color:#e63d30 !important;
}
.cm-menu *, .cm-menu *:after, .cm-menu *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.cm-menu:focus {
  outline: 0; }

.cm-menu, .cm-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }




.toggle-menu + .cm-menu, .cm-menu ul {
  max-height: 0;
  opacity: 0;
  outline: 0;
  overflow: hidden;
  -wekbit-transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out; }

@media (max-width: 1023px) {
  .main-nav ul {
    width: 100% !important; }
  .main-nav ul ul {
    margin-top: 0 !important;
    margin-right: 0 !important; }
  .main-nav ul {
    margin-right: 0 !important; }
  .cm-menu .opened > ul {
    max-height: 80em;
    margin-top: 0 !important;
    margin-right: 0;
    opacity: 1;
    border-bottom: 1px solid #ccc; }
  .cm-menu .opened > ul ul {
    margin-top: 0 !important; position: relative;}
  .cm-menu li a {
    display: inline-block !important;
    width: 100%; }
  .cm-menu li li {
    border: 0; }
  .cm-menu li li:first-child {
    width: 100% !important; }
  .cm-menu li input {
    color: #fff !important;
    background: rgba(28, 28, 28, 0.7) !important; }
  .icon-search.searchBar {
    display: none; }
  .toggle-menu + .cm-menu, .cm-menu ul {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -wekbit-transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
    margin-top: 4.75em; }
  .cm-js-active .cm-menu {
	  background: #5C5347 none repeat scroll 0 0;
    margin-top: 80px;
    max-height: 80em;
    opacity: 1;
    position: absolute;
    width: 100%;
   } }

/*.cm-menu { position:relative; }*/
.cm-menu li a {
  display: block;
  padding: 10px;
  position: relative; }

.cm-menu li {
  border-top: 1px solid #ccc; }

.cm-menu li:first-child {
  border-top: 0; }

.cm-menu ul li {
	display: inline;
	position: relative;
}

.cm-menu li input {
	background: #5C5347;
  border: none;
  outline: 0;
  width: 100%;
  text-transform: uppercase;
  padding: 15px 15px 15px 55px; }

.cm-menu .icon-search.searchBar {
  top: 10px;
  left: 1em;
  position: absolute; }

.cm-menu .has-sub:after,
.cm-menu .expander-wrap .has-sub > span:after {
  /*content:" ";*/
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: 2px 0 0 5px;
  vertical-align: middle;
  border: 5px solid transparent;
  /* Extra is for anti-aliasing issues in firefox and others */
  border: 5px solid transparent;
  border-top-color: #fff;
  -wekbit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0.98) translateY(-50%);
  -ms-transform: scale(0.98) translateY(-50%);
  transform: scale(0.98) translateY(-50%); }

.cm-menu .opened > .has-sub:after,
.cm-menu .opened > .expander-wrap .has-sub > span:after {
  border-top-color: #333;
  -webkit-transform: scale(0.98) translateY(-75%) rotate(-180deg);
  -ms-transform: scale(0.98) translateY(-75%) rotate(-180deg);
  transform: scale(0.98) translateY(-75%) rotate(-180deg); }

.cm-menu > .opened > a,
.cm-menu > li > a:hover,
.cm-menu > li > a:focus,
.cm-menu > li > div > a:hover,
.cm-menu > li > div > a:focus,
.cm-menu > .opened > a span,
.cm-menu > li > a:hover span,
.cm-menu > li > div > a:hover span,
.cm-menu > li > div > a:focus span{
	color: #e63d30 !important;
 
   }

.cm-menu > .opened > a svg{
	transform: rotate(45deg);
	transform-origin: 50% 50%;
}

.cm-menu > .opened > a svg:not(*:root){
	transform: rotate(90deg);
	transform-origin: 50% 50%;
}


.cm-menu ul svg{
	display:none;
}

.cm-menu ul li.opened > a{
	background-color:#453E35;	
}



.cm-menu > li.opened:last-child > a svg,
.cm-menu > li:last-child > a:hover svg,
.cm-menu > li:last-child > a:focus svg,
.cm-menu > li:last-child > div > a:hover svg,
.cm-menu > li:last-child > div > a:focus svg,
.cm-menu > li > a svg{
	transform: none;
	transform-origin: 0% 0%; 
   }



.interior-nav .cm-menu > .opened > a,
.interior-nav .cm-menu > li > a:hover,
.interior-nav .cm-menu > li > a:focus,
.interior-nav .cm-menu > li > div > a:hover,
.interior-nav .cm-menu > li > div > a:focus {
  background: none;
  border-bottom: none;
  xpadding: 30px 0 30px; }

.cm-menu .expander-wrap .has-sub:hover > span,
.cm-menu .expander-wrap .has-sub:focus > span {
  color: #ffff;
  background: #d4d4d4; }

.cm-menu ul .opened > a,
.cm-menu ul a:hover, .cm-menu ul li a:focus {
  background: #1c1c1c;
  background: rgba(28, 28, 28, 0.5); }

.cm-menu ul .opened > .has-sub:after,
.cm-menu ul .opened > .expander-wrap .has-sub > span:after {
  border-top-color: #fff; }

.cm-js-active .cm-menu {
  max-height: 80em;
  opacity: 1;
  outline: 0; }

.cm-menu .opened > ul {
  max-height: 80em;
  opacity: 1; 
	background-color: rgba(92,83,71,0.9);
  padding:0 10%;
  z-index: 3
}

.cm-menu  ul{
	z-index:-1;	
}

.cm-menu  ul li.opened > ul{
	background:none;	
}

.cm-menu ul ul{
	left: 0;
	margin: 0;
	position: absolute;
	top: 100%;	
	background-color: rgba(92, 83, 71, 0.7) !important;
}

/* ================= SEPARATE EXPANDERS OPTION IS ENABLED ================= */
.cm-menu .expander-wrap {
  display: table;
  width: 100%; }

.cm-menu .expander-wrap a {
  display: table-cell; }

.cm-menu .expander-wrap .has-sub {
  position: relative;
  width: 30px; }

.cm-menu .expander-wrap .has-sub:after {
  display: none; }

.cm-menu .expander-wrap .has-sub > span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #aaa; }

.cm-menu .expander-wrap .has-sub > span:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 50%;
  margin: 2px 0 0 5px;
  vertical-align: middle;
  border: 5px solid transparent;
  /* Extra is for anti-aliasing issues in firefox and others */
  border: 5px solid transparent;
  border-top-color: #fff;
  -wekbit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0.98) translate(50%, -50%);
  -ms-transform: scale(0.98) translate(50%, -50%);
  transform: scale(0.98) translate(50%, -50%); }

.cm-menu .opened > .expander-wrap .has-sub > span:after {
  border-top-color: #333;
  -webkit-transform: scale(0.98) translate(50%, -75%) rotate(-180deg);
  -ms-transform: scale(0.98) translate(50%, -75%) rotate(-180deg);
  transform: scale(0.98) translate(50%, -75%) rotate(-180deg); }

/* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */
.no-js .toggle-menu + .cm-menu {
  opacity: 1;
  max-height: 80em; }

.no-js .cm-menu > li:hover > a {
  background: #333; }

.no-js .cm-menu ul ul li:hover > a {
  background: #444; }

.no-js .cm-menu li:hover > ul {
  display: block;
  max-height: 80em;
  opacity: 1;
  width: 100%; }

.no-js .cm-menu ul {
  display: none;
  overflow: visible; }

/* ================= MENU OPEN FUNCTIONALITY ADDED ON SETUP ================= */
@media (min-width: 1024px) {
  .toggle-menu + .cm-menu {
    max-height: 80em;
    opacity: 1;
    overflow: visible; }
  .cm-menu ul {
    top: 100%;
    overflow: hidden; }
  .cm-menu .opened > ul {
    max-height: 80em;
    width: 100%;
    opacity: 1; }
  .cm-menu .animated > ul {
    overflow: visible;
    z-index: 10; }
  .cm-menu .animating > ul {
    z-index: -1;
    width: 100%;
    left: 0; } 
	
	.cm-menu ul ul {
    left: -121px;
    width: 340px !important;
    text-align: center;
	padding: 0 10px !important;
    margin-top: 15px;
	}
}
/*================================================================
                 CLICK MENU MENU TYPES
================================================================*/
/*  NAV BAR STYLE TYPE
    ================================================================*/
.main-nav ul {
  width: 63%;
  float: right;
  margin-right: 6.2%; }

@media (min-width: 1024px) {
  .nav-bar li {
    border-top: 0; }
  .nav-bar > ul {
    display: table;
    table-layout: fixed; }
  .nav-bar > ul > li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
  	padding:30px 10px;
  }
	
	
	.nav-bar > ul > li.opened{
		background-color: rgba(92, 83, 71, 0.9);	
	}
  .nav-nav > ul > li:last-child {
    margin-right: 0;
    text-align: right; }
  .nav-bar > ul > li > a {
    display: table;
    width: 100%;
    padding: 0px 0; 
  pointer-events:auto;
      color: #ffffff;
	  font: 300 20px / 20px "Work Sans";
  }
	
	

  .interior .nav-bar > ul > li:nth-child(6) > a {
    /* color: #f6891f !important;  */


  }
	.nav-bar > ul > li.on{
		padding-bottom:0;	
	}
	.nav-bar > ul > li.on > a{
		color: #e63d30 !important;
		border-bottom:solid 4px #757575 !important;
		padding-bottom:26px;
		font-weight: 500;
	}
	

  .nav-bar > ul > li > a svg {
    color: #C9C9C9 !important; }
  .interior-nav .nav-bar > ul > li > a {
    padding: 30px 0 26px;
    border-bottom: solid 4px #fff; }
  .nav-bar > ul > li > a > span {
    display: table-cell;
    padding: 0 0px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase; }
  .nav-bar > ul > li > a > span > svg {
    vertical-align: middle; }
  .nav-bar > ul > li > ul {
    position: absolute;
    width: 100%;
    left: 0; }
  .nav-bar .has-sub span:after {
    position: static;
    margin-top: 10px; }
  .nav-bar ul ul .has-sub:after {
    right: 5px; }
  .nav-bar ul li li li {
	  display: block;
	  margin-left: 0;
	  margin-right: 0;
	  text-align: center;
	  width: auto;
  }
  .nav-bar ul ul a {
    padding: 15px;
    color:#fff !important;
	  display:inline-block;
     }
  .nav-bar ul ul a:hover, .nav-bar ul ul a:focus,
  .nav-bar ul ul .opened > a {
    color: #fff;
	  }
  /* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */
  .no-js .nav-bar ul ul li:hover > a {
    color: #000;
    background: #ddd; } }

@media (min-width: 1024px) {
  .main-nav ul {
    width: 77%;
    text-align: right;
  pointer-events: auto;} }
  


/*  ACCORDION NAVIGATION
    ================================================================*/
/* ------------- CURRENTLY KEEPS SMALL SCREEN STYLES -------------- */
/*  DROP DOWN NAVIGATION
    ================================================================*/
@media (min-width: 1024px) {
  [data-type="dropdown"] ul {
    display: block;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 180px;
    background: #333;
    -wekbit-transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out; }
  [data-type="dropdown"] ul ul {
    top: -5px; }
  [data-type="dropdown"] .opened > ul {
    left: 100%;
    max-height: 80em;
    opacity: 1; }
  li[data-type="dropdown"]:nth-last-child(-n+2) ul {
    left: auto;
    right: 0; }
  li[data-type="dropdown"]:nth-last-child(-n+2) .opened > ul {
    left: auto;
    right: 100%; }
  .nav-bar ul li[data-type="dropdown"] li li {
    margin-left: 5px;
    margin-right: 5px; }
  [data-type="dropdown"] a + .has-sub {
    width: 0;
    min-height: 0;
    height: 100%; }
  [data-type="dropdown"] a + .has-sub > span {
    min-height: 0;
    height: 100%; }
  /* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */
  .no-js .cm-menu [data-type="dropdown"] li:hover > ul {
    left: 100%; }
  .no-js .cm-menu [data-type="dropdown"]:nth-last-child(-n+2) ul {
    left: auto;
    right: 0; }
  .no-js .cm-menu [data-type="dropdown"]:nth-last-child(-n+2) li:hover > ul {
    left: auto;
    right: 100%; } }

/*  SLIDING MENU NAVIGATION ADJUSTMENTS
    ================================================================*/
[data-type="sliding"].opened .sub-menu,
[data-type="sliding"].opened .sub-menu ul {
  max-width: 100%; }

.cm-menu [data-type="sliding"].opened .sub-menu > ul {
  max-height: 80em;
  opacity: 1; }

.cm-menu [data-type="sliding"].animated .sub-menu > ul {
  overflow: visible;
  z-index: 10; }

.cm-menu [data-type="sliding"].animating .sub-menu {
  z-index: -1; }

@media (min-width: 1024px) {
  [data-type="sliding"] .sub-menu {
    position: absolute;
    -wekbit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  [data-type="sliding"] .sub-menu > ul {
    outline: 0;
    display: block;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    width: 180px;
    background: #333;
    -wekbit-transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out; }
  [data-type="sliding"] .sub-menu > ul li {
    position: static; }
  [data-type="sliding"] .sub-menu > ul > li > ul {
    position: absolute;
    top: 0; }
  [data-type="sliding"] .sub-menu > ul ul {
    position: absolute;
    top: 0; }
  [data-type="sliding"] .sub-menu ul ul ul {
    position: static;
    margin: 0;
    padding: 0;
    max-height: 80em;
    width: 100%;
    overflow: hidden;
    background: transparent;
    opacity: 1; }
  [data-type="sliding"] .sub-menu ul ul .has-sub {
    color: #fff;
    cursor: default; }
  [data-type="sliding"] .sub-menu ul ul .has-sub {
    background: none;
    border-bottom: 1px solid #fff; }
  [data-type="sliding"] .sub-menu ul ul .has-sub:after,
  [data-type="sliding"] .sub-menu ul ul .expander-wrap .has-sub {
    display: none; }
  [data-type="sliding"] .sub-menu > ul > li > ul > li {
    float: left;
    width: 50%;
    padding: 0 5px; }
  [data-type="sliding"] .sub-menu > ul > li > ul > li:nth-child(2n+1) {
    clear: left; }
  [data-type="sliding"] .sub-menu > ul > li > ul > .link-landing {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  [data-type="sliding"] .sub-menu > ul > li > ul > .link-landing ~ li:nth-child(2n+1) {
    clear: none; }
  [data-type="sliding"] .sub-menu > ul > li > ul > .link-landing ~ li:nth-child(2n+2) {
    clear: left; }
  /* ================= ESSENTIAL SLIDING FUNCTIONALITY ================= */
  [data-type="sliding"] .sub-menu.cm-js-inactive {
    position: relative;
    left: 0 !important;
    width: 100% !important; }
  [data-type="sliding"] .sub-menu.cm-js-inactive > ul {
    min-width: 100%; }
  [data-type="sliding"] .sub-menu.cm-js-inactive > ul > li > ul {
    padding: 0;
    max-width: 0; }
  [data-type="sliding"] .sub-menu > ul ul {
    width: 100%;
    margin-left: -5px;
    padding-left: 180px;
    padding-right: 5px;
    z-index: -1;
    opacity: 0; }
  [data-type="sliding"] .sub-menu .animated ul {
    opacity: 1; }
  [data-type="sliding"].opened .sub-menu, [data-type="sliding"].opened .sub-menu ul {
    max-width: none; }
  /* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */
  .no-js .cm-menu [data-type="sliding"] li:hover > ul {
    left: 100%; }
  .no-js .cm-menu [data-type="sliding"]:nth-last-child(-n+2) ul {
    left: auto;
    right: 0; }
  .no-js .cm-menu [data-type="sliding"]:nth-last-child(-n+2) li:hover > ul {
    left: auto;
    right: 100%; } }

/*  MEGA MENU NAVIGATION ADJUSTMENTS
    ================================================================*/
@media (min-width: 1024px) {
  .cm-menu [data-type="mega"] {
    position: static; }
  [data-type="mega"] > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    background: #333;
    overflow: hidden;
    -wekbit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  [data-type="mega"] > ul ul {
    position: static;
    max-height: 80em;
    width: 100%;
    overflow: hidden;
    background: transparent;
    opacity: 1; }
  [data-type="mega"] > ul .opened ul {
    margin-left: 0; }
  [data-type="mega"] > ul > li {
    float: left;
    width: 25%; }
  [data-type="mega"] > ul > li:nth-child(4n+1) {
    clear: left; }
  [data-type="mega"] > ul > .link-landing {
    margin: 0;
    width: 100%; }
  [data-type="mega"] > ul > .link-landing ~ li:nth-child(4n+1) {
    clear: none; }
  [data-type="mega"] > ul > .link-landing ~ li:nth-child(4n+2) {
    clear: left; }
  /* ================= OPENED FUNCTIONALITY ADDED ON SETUP ================= */
  [data-type="mega"] a + .has-sub {
    width: 0;
    min-height: 0;
    height: 100%; }
  [data-type="mega"] a + .has-sub > span {
    min-height: 0;
    height: 100%; }
  [data-type="mega"] ul .has-sub:after {
    display: none; }
  [data-type="mega"].opened > ul {
    padding: 20px; }
  /* ================= SEPARATE EXPANDERS OPTION IS ENABLED ================= */
  [data-type="mega"] ul a + .has-sub {
    display: none; }
  /* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */
  .no-js .cm-menu [data-type="mega"] ul ul {
    display: block; } }

/*================================================================
                 NAVIGATION TOGGLE STYLES
================================================================*/
.toggle-menu {
  display: block;
  position: absolute;
  top: 19px;
  right: 10%;
  width: 50px;
  height: 62px; }

.toggle-menu:before, .toggle-menu:after, .toggle-menu > span:before {
  content: " ";
  position: absolute;
  left: 15%;
  border-radius: 2px;
  width: 70%;
  height: 3px;
  background: #959595; }


.sticky .toggle-menu:before, .sticky  .toggle-menu:after, .sticky  .toggle-menu > span:before{
    background:#fff;
}

.toggle-menu:before {
  top: 11px; }

.toggle-menu:after {
  top: 21px; }

.toggle-menu > span:before {
  top: 31px; }


@media (min-width: 1024px) {
  .toggle-menu {
    display: none; } }

.toggle-menu.active {
	background-color:#5C5347;
	color:#fff;
}

.toggle-menu.active:before, .toggle-menu.active:after, .toggle-menu.active > span:before{
	background-color:#fff;
}

/*================================================================
                 EXTRA OVERWRITE STYLES
================================================================*/
.main-nav {
	outline: 0 none;
	padding-top: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 1101;
}

.main-nav {
  top: 0px;
  margin-top: 0; }

[data-type="sliding"] .sub-menu .item-banner {
  width: 100%; }

[data-type="sliding"] .sub-menu .item-banner a {
  text-align: center;
  background: none; }

[data-type="mega"] .custom-sub {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -wekbit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

[data-type="mega"] .custom-sub ul {
  position: static;
  opacity: 1;
  max-height: 80em; }

[data-type="mega"] .custom-sub p {
  margin: 10px;
  color: #fff; }

[data-type="mega"] .custom-sub .banner-wrap {
  width: 100%; }

[data-type="mega"] .custom-sub .banner-wrap a {
  text-align: center;
  background: none; }

.cm-menu .opened > .custom-sub {
  max-height: 80em;
  opacity: 1;
  padding: 20px; }

.cm-menu .animated > .custom-sub {
  overflow: visible;
  z-index: 10; }

.cm-menu .animating > .custom-sub {
  z-index: -1; }

@media (min-width: 1024px) {
  [data-type="mega"] .custom-sub {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #333; } }

@media (min-width: 1024px) {
  .table-row {
    display: table;
    width: 100%; }
  .table-col {
    display: table-cell;
    vertical-align: top; }
}

.section-nav .opened > ul {
  border-bottom: 1px solid #d4d4d4;
  max-height: 80em;
  opacity: 1; }

.section-nav .opened > a,
.section-nav .opened > .expander-wrap a {
  border-bottom: 1px solid #aaa;
  color: #333;
  background: #d4d4d4; }

.section-nav .opened .opened > .expander-wrap > a {
  background: #c4c4c4; }


.headerFade-in .cm-menu ul a, .headerFade-in .cm-menu a:visited, .interior .cm-menu ul a, .interior .cm-menu il a:visited{
	color: #fff !important;
	font-size: 16px;
	text-transform: uppercase;
}
@media (max-width: 1023px) {

}


.nav-bar > ul > li:last-child ul li{
    display:block;
}

.siteSearch{
    padding:0.5em;
}

.siteSearch input[type='text']{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border-color: transparent !important;
	border-radius: 3px 0 0 3px !important;
	color: #fff !important;
	font-size: 24px !important;
	height: 57px !important;
	margin-bottom: 0 !important;
}

.siteSearch .btn{
	border: 0 none !important;
	border-radius: 0 3px 3px 0;
	font-size: 26px;
	font-weight: 300 !important;
	margin-bottom: 0 !important;
	text-align: right;
	background:none !important;
}

.siteSearch .btn:hover,
.siteSearch .btn:active,
.siteSearch .btn:focus
{
	background: none !important;
	color:#fff !important;
}

.siteSearch .btnWrapper{
	border:none !important;	
	color:#fff !important;
	background:none !important;
}

.siteSearch .btnWrapper:hover,
.siteSearch .btnWrapper:active,
.siteSearch .btnWrapper:focus,
.siteSearch .btnWrapper:hover .btn,
.siteSearch .btnWrapper:active .btn,
.siteSearch .btnWrapper:focus .btn{
	backround:none !important;	
	color:#fff !important;
}

.siteSearch .left{
    width:80%;
    float:left;
}

.siteSearch .right{
    width:20%;
    float:right;
}


@media (max-width: 1023px) {
    .interior .cm-menu a, .interior .cm-menu a:visited {
        color: #fff !important;
        font: 300 20px/20px "Work Sans";
    }

    .siteSearch input{
        display:block;
        width:100% !important;
        max-width:100% !important;
    }

    .siteSearch .left,
    .siteSearch .right{
        float:none;
        width:100%;
    }
	

}