@media only screen and (max-width: 64.0625em) {
	#bcmStepKey { display: none; }
	.record_dropdown { margin-top: 20px !important; }
}

/* Header 2.0 - BEGIN */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
#cssmenu {
  background: #111111;
  width: auto;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
  text-align: center;
}
#cssmenu ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#cssmenu.align-right ul li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu ul li a {
  color: #B7B7B7;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#cssmenu ul li a:hover {
  color: #FFFFFF;
}
#cssmenu ul li a:hover:before {
  width: 100%;
}
#cssmenu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  background: #ffffff;
  opacity: .5;
}
#cssmenu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #369297;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
  display: none;
}
#cssmenu ul li.active a {
  color: #369297;
}
#cssmenu ul li.active a:before {
  width: 100%;
}
#cssmenu.align-right li.last > a:after,
#cssmenu.align-right li:last-child > a:after {
  display: block;
}
#cssmenu.align-right li:first-child a:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #cssmenu ul li {
    float: none;
    display: block;
  }
  #cssmenu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #fb998c;
  }
  #cssmenu ul li.last > a,
  #cssmenu ul li:last-child > a {
    border: 0;
  }
  #cssmenu ul li a:after {
    display: none;
  }
  #cssmenu ul li a:before {
    display: none;
  }
}
#BCM-fixed {
    position:fixed;
    display:none;
    top: 0;
	background-color: #111111;
	border-top: none;
	text-align: center;
	z-index: 1000;
	width: 100%;
}
.mn-logo-image img {
	margin-top: 5px;
}
/* Header 2.0 - END */

/* Footer 2.0 - BEGIN */
footer {
  background: #111111;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  position: fixed;
  right: 0;
  text-align: center;
}
/* Footer 2.0 - END */

/* Select dropdown - BEGIN */
/* .record_dropdown { color: #595d60; font-family: "Oswald", sans-serif; height: auto; margin-bottom: 0px; max-width: 300px; } */
.dropdown {
	margin-bottom: 0px;
}
.dropdown dd, .dropdown dt, .dropdown ul {
  margin: 0px;
  padding: 0px;
}
.dropdown dd {
  position: relative;
}
.dropdown dt a {
  background: #FFFFFF url('http://i.imgur.com/hRbauFc.png') no-repeat scroll right center;
  display: block;
  padding: 0;
  border: 1px solid #A6AFB7;
  border-radius: 3px;
  width: 500px;
  text-decoration: none;
  color: #3C434A;
}
.dropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 15px 14px;
}
.dropdown dd ul {
  background: #FFFFFF none repeat scroll 0 0;
  border: 1px solid #A6AFB7;
  border-radius: 0 0 3px 3px;
  display: none;
  list-style: none;
  padding: 5px 0px;
  position: absolute;
  left: 0px;
  top: -1px;
  width: 500px;
  min-width: 100px;
  z-index: 100;
}
.dropdown span.value {
  display: none;
}
.dropdown dd ul li a {
  padding: 5px 14px;
  display: block;
  text-decoration: none;
  color: #3C434A;
}
.dropdown dd ul li a:hover {
  background-color: #5D5F6E;
  color: #FFFFFF;
}
.dropdown dt a:hover, .dropdown dt a:active {
  border-color: #85929D;
}
/* Select dropdown - END */

/* Log rows - BEGIN */
.bcmRow { background-color: #ffffff; padding-top: 0.9375rem; padding-bottom: 0.9375rem; margin-top: 1px !important; }
.bcmRowOpen { background-color: #FFFF9C;	padding-top:30px; padding-bottom: 30px; text-align: center; margin-top: 20px !important; }
.bcmRowNoBg { padding-top: 0.9375rem; padding-bottom: 0.9375rem; margin-top: 1px !important; }
.noSidePadding { padding-left: 0px !important; padding-right: 0px !important; }

#openId { display: none; }

.rowStep1 { border-left: solid #164644 20px; }
.rowStep2 { border-left: solid #00615D 20px; }
.rowStep3 { border-left: solid #01A59E 20px; }
.rowStep4 { border-left: solid #00D0C7 20px; }

.step1 { border-top: solid #164644 25px; }
.step2 { border-top: solid #00615D 25px; }
.step3 { border-top: solid #01A59E 25px; }
.step4 { border-top: solid #00D0C7 25px; }

.step1:hover { background-color: #E8E8E8; }
.step2:hover { background-color: #E8E8E8; }
.step3:hover { background-color: #E8E8E8; }
.step4:hover { background-color: #E8E8E8; }

.footerLink { color: white; }
.footerLink:hover { color: #01A59E; }
/* Log rows - END */

.ccppImg { margin: auto; text-align: center; display: block; margin-top: 20px; }

button, .button {
	background-color: #369297;
}
button:hover, button:focus, .button:hover, .button:focus {
    background-color: #01A59E; 
}
