.be-updates label{
  color:#fa461c;
  display: block;
  font-size: 0.85em;
  line-height: 1.764705882em;
}

.be-updates h2{
  color:#00BCB5;
  margin: 0 0 .2em 0;
  font-size: 1.4em;
  position: relative;
}

.be-updates h2 a{
    position: absolute;
    right: 0;
    font-size: 0.6em;
    bottom: 0;
}

.be-updates .form-group{
  margin: 10px 0;
  position: relative;
}

.be-updates hr{
  border-top: 4px solid #00538A;
  margin: .5em 0;
}

.be-updates label{
  margin: 0;
  display: flex;
  align-items: center;
}

.be-updates input,  .be-updates select{
  margin: 0; 
  height: 42px;
}

.be-updates input, .be-updates select{
  border: 1px solid #E8E8E8;
  box-shadow: none;
  font-size: 16px;
}

.help-icon{
    width: 1.2em;
    height: 1.2em;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    color: #828282;
    justify-content: center;
    border-radius: 50%;
    margin-left: .3em;
    cursor: pointer;
    font-size: .9em;
}

.help-icon div{
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 60%;
  background: #00bcb5;
  padding: .5em 1em;
  font-size: .8em;
  line-height: 1.4em;
  color: #fff;
  border-radius: 4px;
}

.help-icon:hover div{
  display: flex;
}

.text-danger{
  display: block;
  width: 100%;
  font-size: .7em;
  margin-top: .2em;
  text-transform: uppercase;
}

.be-updates .extra-top-margin{
  margin-top: 30px;
}

.be-updates .form-footer{
  display: flex;
}

.form-footer button{
    min-width: 8em;
    padding: .8em;
    margin-top: .5em;
}

.push-right{
  margin-left: auto;
}

.be-updates .btn.disabled, .be-updates .btn[disabled], .be-updates fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .45;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.be-updates fieldset{
  border: 3px solid #E6E6E6;
  margin-top: 10px;
}

.fieldset-header{
  padding: .5em .7em;
  background: #E6E6E6;
  display: flex;
  align-items: center;
}

.fieldset-header button {
  margin: -.3em -.1em -.2em auto;
  padding: 5px 10px;
}

 .fieldset-header h3{
  margin: 0;
}

.fieldset-content{
  padding:.5em 1em;
}

.account-types{
  margin-top: 1em;
}

.type-wrapper span{
  margin-top: .25em;
  display: block;
  text-align: center;
  font-size: .6em;
  color: #7D7D7D;
}

.account-types .btn-success {
    padding: .8em;
    color: #00bcb5;
    font-weight: bold;
}

.terms-and-conditions {
    margin-top: 1em;
    background: #E8E8E8;
    padding: .5em 1em;
}

.terms-and-conditions .subTerms {
    display: flex;
}

.terms-and-conditions .termCheckbox {
    width: 5%;
}

.terms-and-conditions .termCheckbox input[type="checkbox"] {
    width: 85%;
}

.terms-and-conditions .termsText {
    width: 95%;
    font-size: 19px; 
    font-weight: bold;
}

.modal-wrapper{
  position: fixed;
  top: 0;
  left:0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-overlay{
  position: absolute;
  top: 0;
  left:0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .5;
}

.modal-main{
  max-width: 700px;
  max-height: 90%;
  width: 90%;
  background: #FFF;
  position: relative;
  z-index: 5;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  color:#4A4A4A;
  font-size: .8em;
}

.modal-main h1 {
  margin-top: 0;
  color: #00538A;
}

.modal-main h2 {
  font-size: 1.6em;
  color: #00538A;
}


.close-modal-button{
  background: transparent;
  border: none;
  font-size: 2em;
  position: absolute;
  right:.25em;
  top:0;
}

.modal-scroll-area{
  padding: 2.5em;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
} 

.videoWrapper {
	position: relative;
	padding-bottom: 50%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  border: 1px solid #000;
}

.modal-main a{
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0;
  color: #fff;
  background-color: #02908b;
  border-color: #027773;
}

.modal-main a:hover{
    color: #fff;
    background-color: #015e5a;
    border-color: #013a38;
    text-decoration: none;
}

.modal-main a:focus{
    text-decoration: none;
}

a:hover {
 cursor:pointer;
}

.pad-top-10 {
    padding-top: 10px;
}