/* CSS Document */
@charset "UTF-8";

.headermenunew {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: relative;
  width: 100%;
  z-index: 3;
  font-family: 'Montserrat', sans-serif;
  font-weight:300;
}

.headermenunew ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.headermenunew li a {
  display: block;
  padding: 6px 20px;
  border-top:1px solid #f4f4f4;
  font-size:16px;
  color:#636363;
  text-align:center;
  text-decoration: none;
}

.headermenunew li a:hover,
.headermenunew .menu-btn:hover {
  background-color: #2482bd;
  color:#ffffff;
}
.headermenunew .logonew {
  display: block;
  float: left;
  max-width:150px;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}
.headermenunew .logonewmem {
  display: block;
  float: left;
  max-width:150px;
  height:auto;
  font-size: 2em;
  padding: 8px 20px 0px 20px;
  text-decoration: none;
}

/* menu */

.headermenunew .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.headermenunew .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 34px 20px;
  position: relative;
  user-select: none;
}

.headermenunew .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.headermenunew .menu-icon .navicon:before,
.headermenunew .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.headermenunew .menu-icon .navicon:before {
  top: 5px;
}

.headermenunew .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.headermenunew .menu-btn {
  display: none;
}

.headermenunew .menu-btn:checked ~ .menu {
	  max-height: 100%;
}

.headermenunew .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.headermenunew .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.headermenunew .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.headermenunew .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.headermenunew .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
.mobilehidemenu a{
	  display:block;
	  float:right;
	  padding:24px 14px;
	  text-align:center;
	  font-size:16px;
	  text-decoration:none;
	  color:#636363;
  }
.hidesmallmobile {
	  display:none;
}
.showsmallmobile {
	display:block;
}
  .megalogin {
	padding:0px;
	width:100%;
	background-color:#ffffff;
	font-family: 'Montserrat', sans-serif;
	clear:both;
	display:inline-block;
}
.megacontainer {
	width:100%;
	margin:auto;
	background-color:#ffffff;
	float:none;
	display:block;
	border-top: 0px solid #f4f4f4;
}
.menusizing {
	font-size:30px;
}
.megacontainer a:link {
	color:#636363;
	text-decoration:none;
}
.megacontainer a:visited {
	color:#636363;
	text-decoration:none;
}
.megacontainer a:active {
	color:#636363;
	text-decoration:none;
}
.megacontainer a:hover {
	color:#2482bd;
	text-decoration:none;
}
.mobilehidemenu a:link {
	color:#636363;
	text-decoration:none;
}
.mobilehidemenu a:visited {
	color:#636363;
	text-decoration:none;
}
.mobilehidemenu a:active {
	color:#636363;
	text-decoration:none;
}
.mobilehidemenu a:hover {
	color:#2482bd;
	text-decoration:none;
}
.megaitemone {
	float:left;
	clear:none;
	padding:3%;
	width:43%;
	color:#636363;
	text-align:center;
	background-color:#ffffff;
	display:block;
	border-right: 0px solid #f4f4f4;
	border-top: 0px solid #f4f4f4;
	
}
.megaitemtwo {
	float:left;
	clear:none;
	padding:3%;
	width:44%;
	color:#636363;
	text-align:center;
	background-color:#ffffff;
	display:block;
	border-top: 0px solid #f4f4f4;
}
  .orangebackground {
	 background-color:#e57e38;
	 color:#ffffff;
	 border:none;
 }
 .orangebackground a{
	 background-color:#e57e38;
	 color:#ffffff !important;
 }
 .orangebackground a:visited{
	 background-color:#e57e38;
	 color:#ffffff !important;
 }
 .orangebackground a:active{
	 background-color:#e57e38;
	 color:#ffffff !important;
 }
.orangebackground:hover {
  background-color:#ea7a2e !important;
}
  .orangebackgroundmem {
	 background-color:#e57e38;
	 color:#ffffff;
	 border:none;
 }
 .orangebackgroundmem a{
	 background-color:#e57e38;
	 color:#ffffff !important;
 }
 .orangebackgroundmem a:visited{
	 background-color:#e57e38;
	 color:#ffffff !important;
 }
 .orangebackgroundmem a:active{
	 background-color:#e57e38;
	 color:#ffffff !important;
 }
.orangebackgroundmem:hover {
  background-color:#ea7a2e !important;
}
.mediummobilehide {
	display:none;
}
@media (min-width: 412px) {
	.mobilehidemenu a{
	  display:block;
	  float:right;
	  padding:24px 14px;
	  text-align:center;
	  text-decoration:none;
	  color:#636363;
  }
.hidesmallmobile {
	  display:block;
}
.showsmallmobile {
	display:none;
}
.headermenunew li a {
  display: block;
  padding: 16px 18px;
  font-size:16px;
  color:#636363;
  text-align:center;
  text-decoration: none;
}
}
/* 48em = 768px */

@media (min-width: 982px) {
.headermenunew li a {
  border-top:none;
}
.mediummobilehide {
	display:block;
}
.hidebox {
    display:block;
	padding:0px;
	width:40px;
	background-color:#ffffff;
	float:left;
}
.menusizing {
	font-size:40px;
}
#closex {
	cursor:pointer;
	float:left;
	color:#636363;
	background-color:#ffffff;
	font-family: 'Montserrat', sans-serif;
	clear:none;
}
.megalogin {
	padding:0px;
	width:100%;
	background-color:#ffffff;
	font-family: 'Montserrat', sans-serif;
	display:inline-block;
}
.megacontainer {
	width:681px;
	margin:auto;
	background-color:#ffffff;
	float:none;
	display:block;
	border-top: 0px solid #f4f4f4;
}
.megacontainer a:link {
	color:#636363;
	text-decoration:none;
}
.megacontainer a:visited {
	color:#636363;
	text-decoration:none;
}
.megacontainer a:active {
	color:#636363;
	text-decoration:none;
}
.megacontainer a:hover {
	color:#2482bd;
	text-decoration:none;
}
.megaitemone {
	float:left;
	clear:none;
	padding:20px;
	width:300px;
	color:#636363;
	text-align:center;
	background-color:#ffffff;
	display:block;
	border-right: 0px solid #f4f4f4;
	border-top: 0px solid #f4f4f4;
	
}
.megaitemtwo {
	float:left;
	clear:none;
	padding:20px;
	width:300px;
	color:#636363;
	text-align:center;
	background-color:#ffffff;
	display:block;
	border-top: 0px solid #f4f4f4;
}
  .headermenunew li {
    float: left;
  }
  .headermenunew .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .headermenunew .menu-icon {
    display: none;
  }
	  .headermenunew li {
    float: left;
  }
  .mobilehidemenu {
	  display:none;
  }
  .headermenunew .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .headermenunew .menu-icon {
    display: none;
  }
 .headermenunew .logonew {
  display: block;
  float: left;
  max-width:150px;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}
 .headermenunew .logonewmem {
  display: block;
  float: left;
  max-width:150px;
  height:auto;
  font-size: 2em;
  padding: 14px 20px 7px 20px;
  text-decoration: none;
}
.headermenunew {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: relative;
  width: 100%;
  z-index: 3;
  font-family: 'Montserrat', sans-serif;
  font-weight:300;
} 
.headermenunew li a {
  display: block;
  padding: 26px 12px;
  border-right: 0px solid #f4f4f4;
  font-size:15px;
  color:#636363;
  text-decoration: none;
}
  .headermenunew li {
    float: left;
  }
  .headermenunew .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .headermenunew .menu-icon {
    display: none;
  }
  .orangebackground {
	 background-color:#e57e38;
	 color:#ffffff;
	 border:none;
 }
 .orangebackground a{
	 background-color:#e57e38;
	 color:#ffffff !important;
 }
 .orangebackground a:visited{
	 background-color:#e57e38;
	 color:#ffffff !important;
 }
 .orangebackground a:active{
	 background-color:#e57e38;
	 color:#ffffff !important;
 }
.orangebackground:hover {
  background-color:#ea7a2e !important;
}
.orangebackground a{
	 background-color:#e57e38;
	 color:#ffffff !important;
 }
 .orangebackground a:visited{
	 background-color:#e57e38;
	 color:#ffffff !important;
 }
 .orangebackground a:active{
	 background-color:#e57e38;
	 color:#ffffff !important;
 }
.orangebackground:hover {
  background-color:#ea7a2e !important;
}
  .orangebackgroundmem {
	 background-color:#e57e38;
	 color:#ffffff;
	 border:none;
 }
 .orangebackgroundmem a{
	 background-color:#e57e38;
	 color:#ffffff !important;
 }
 .orangebackgroundmem a:visited{
	 background-color:#e57e38;
	 color:#ffffff !important;
 }
 .orangebackgroundmem a:active{
	 background-color:#e57e38;
	 color:#ffffff !important;
 }
.orangebackgroundmem:hover {
  background-color:#ea7a2e !important;
}
}
@media (min-width: 1124px) {
	  .headermenunew li {
    float: left;
  }
  .headermenunew li a {
    padding: 30px 30px;
  }
  .headermenunew .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .headermenunew .menu-icon {
    display: none;
  }
	  .headermenunew li {
    float: left;
  }
  .headermenunew .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .headermenunew .menu-icon {
    display: none;
  }
 .headermenunew .logonew {
  display: block;
  float: left;
  max-width:180px;
  font-size: 2em;
  padding: 14px 20px;
  text-decoration: none;
}
 .headermenunew .logonewmem {
  display: block;
  float: left;
  max-width:180px;
  height:auto;
  font-size: 2em;
  padding: 10px 20px 0px 20px;
  text-decoration: none;
}
  .headermenunew {
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: relative;
  width: 100%;
  z-index: 3;
  font-family: 'Montserrat', sans-serif;
  font-weight:300;
} 
.headermenunew li a {
  display: block;
  padding: 32px 16px;
  border-right: 0px solid #f4f4f4;
  font-size:15px;
  color:#636363;
  text-decoration: none;
}
  .headermenunew li {
    float: left;
  }
  .headermenunew .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .headermenunew .menu-icon {
    display: none;
  }
}
@media (min-width: 1306px){
  .headermenunew {
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: relative;
  width: 100%;
  z-index: 3;
  font-family: 'Montserrat', sans-serif;
  font-weight:300;
} 
.headermenunew li a {
  display: block;
  padding: 30px 24px;
  border-right: 0px solid #f4f4f4;
  font-size:15px;
  color:#636363;
  text-decoration: none;
}
.headermenunew .logonew {
  display: block;
  float: left;
  max-width:200px;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}
}





