input[type=checkbox] {
	margin:10px 0 0;
}

.input-lg {

    height: 40px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;

}
input:invalid:required:not([type="submit"]), input.invalid:not([type="submit"]), select.invalid, select:invalid {
             border: 1px solid #000000;
        border-top-color: rgb(0, 0, 0);
        border-right-color: rgb(0, 0, 0);
        border-bottom-color: rgb(0, 0, 0);
        border-left-color: rgb(0, 0, 0);
    border-top-color: #000000;
    border-left-color: #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select {
    border: 1px solid #000000;
        border-top-color: rgb(0, 0, 0);
        border-right-color: rgb(0, 0, 0);
        border-bottom-color: rgb(0, 0, 0);
        border-left-color: rgb(0, 0, 0);
    border-top-color: #000000;
    border-left-color: #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    color: #5a646d;
    padding: 5px 10px;
    background-color: #ffffff;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    -webkit-transition: background 0.3s 0.25s ease-in-out;
    -moz-transition: background 0.3s 0.25s ease-in-out;
    -ms-transition: background 0.3s 0.25s ease-in-out;
    -o-transition: background 0.3s 0.25s ease-in-out;
    transition: background 0.3s 0.25s ease-in-out;
    
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {

        border: 1px solid #000000;
        border-top-color: rgb(0, 0, 0);
        border-right-color: rgb(0, 0, 0);
        border-bottom-color: rgb(0, 0, 0);
        border-left-color: rgb(0, 0, 0);
    border-top-color: #000000;
    border-left-color: #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    color: #5a646d;
    padding: 5px 10px;
    background-color: #ffffff;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    -webkit-transition: background 0.3s 0.25s ease-in-out;
    -moz-transition: background 0.3s 0.25s ease-in-out;
    -ms-transition: background 0.3s 0.25s ease-in-out;
    -o-transition: background 0.3s 0.25s ease-in-out;
    transition: background 0.3s 0.25s ease-in-out;
}

.btn {

    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    box-shadow: none;
    border: 1px solid #ffb81c;
		outline-color: #ffb81c;
		border-color: #ffb81c;
		color: #252525;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 24px;
    line-height: 22px;
    text-transform: none;
    letter-spacing: 0px;
		background-color: #ffb81c;
		margin-top: 10px;

}

.btn:hover { 
    text-decoration: underline;
    background-color: #003057;
    text-transform: none;
    background-image: linear-gradient(top, #003057, #003057);
    background-image: -o-linear-gradient(top, #003057, #003057);
    background-image: -moz-linear-gradient(top, #003057, #003057);
    background-image: -webkit-linear-gradient(top, #003057, #003057);
    background-image: -ms-linear-gradient(top, #003057, #003057);
    border: 1px solid #003057;
    box-shadow: 0 0 0 0 #888888;
    -moz-box-shadow: 0 0 0 0 #888888;
    -webkit-box-shadow: 0 0 0 0 #888888;
}





.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
 outline: 2px solid #003057;
 outline-offset: 2px;
 color: white;
 background-color: #003057;
 border: 1px solid #003057;
 /* background-color: #008638 ;
 border: 1px solid #008638; */
 /*box-shadow: 5px 5px 5px 5px #4bfcde; */
 /* border-left: 2px solid #4bfcde;
  border-right: 2px solid #4bfcde;
  border-bottom: 2px solid #4bfcde;
  border-top: 2px solid #4bfcde; */
 
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color: #808080;
    border-color: #808080;
}

.btn-primary.disabled, .btn-primary[disabled] {
    background-color: #808080;
    text-decoration: none;
    border: 1px solid #808080;
        border-top-color: rgb(128, 128, 128);
        border-right-color: rgb(128, 128, 128);
        border-bottom-color: rgb(128, 128, 128);
        border-left-color: rgb(128, 128, 128);
    cursor: default;
    box-shadow: 0 0 0 0 #888888;
    -moz-box-shadow: 0 0 0 0 #888888;
    -webkit-box-shadow: 0 0 0 0 #888888;
    
    }

a {
    color: #ffffff;
    text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.consent-blurb a {
  color: #457d78;
}

a:hover, a:focus {
    color: #003057;
    text-decoration: underline;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    color: #003057;
}

input[type="checkbox"]:focus {
    outline:none;
 outline:none;
 outline-offset:none;

}


.btn-default.disabled:hover, fieldset[disabled] .btn-default, .btn-default[disabled] { 
   text-decoration: none;
}

/* social login buttons */
body { /*padding: 2em;*/ }


/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 12px 19px 12px 0px;
  border: none;
  text-align: left;
  line-height: 58px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}

/* Google */
.loginBtn--Google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.loginBtn--Google:before {
  border-right: #BB3F30 1px solid;
  background: 6px 6px no-repeat;
  /*background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;*/
}
.loginBtn--Google:hover,
.loginBtn--Google:focus {
  background: #E74B37;
}

/* Microsoft */
.loginBtn--Microsoft {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #00ace6;
}
.loginBtn--Microsoft:before {
  border-right: #00ace6 1px solid;
  background: 6px 6px no-repeat;
  /*background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;*/
}
.loginBtn--Microsoft:hover,
.loginBtn--Microsoft:focus {
  background: #00ace6;
}

.column {
  float: left;
  width: 50%;
  padding: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.btn1 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #047B9D;
    background-color: #047B9D;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
   /* border-radius: 5px; */
    line-height: 22px;
    text-transform: none;
    letter-spacing: 0px;
    color:#fff;
}

.btn1-primary1.disabled, .btn1-primary1[disabled], fieldset[disabled] .btn1-primary1, .btn1-primary1.disabled:hover, .btn1-primary1[disabled]:hover, fieldset[disabled] .btn1-primary1:hover, .btn1-primary1.disabled:focus, .btn1-primary1[disabled]:focus, fieldset[disabled] .btn1-primary1:focus, .btn1-primary1.disabled.focus, .btn1-primary1.focus[disabled], fieldset[disabled] .btn1-primary1.focus, .btn1-primary1.disabled:active, .btn1-primary1[disabled]:active, fieldset[disabled] .btn1-primary1:active, .btn1-primary1.disabled.active, .btn1-primary1.active[disabled], fieldset[disabled] .btn1-primary1.active {
    background-color: #808080;
    border-color: #808080;
}
.btn1-primary1.disabled, .btn1-primary1[disabled] {
    background-color: #047B9D;
    text-decoration: none;
    border: 1px solid #047B9D;
        border-top-color: rgb(128, 128, 128);
        border-right-color: rgb(128, 128, 128);
        border-bottom-color: rgb(128, 128, 128);
        border-left-color: rgb(128, 128, 128);
    cursor: default;
    box-shadow: 0 0 0 0 #888888;
    -moz-box-shadow: 0 0 0 0 #888888;
    -webkit-box-shadow: 0 0 0 0 #888888;

    }
.btn1:hover {
   /* text-decoration: underline;*/
    background-color: #047B9D;
    text-transform: none;
   /* background-image: linear-gradient(top, #003057, #003057);
    background-image: -o-linear-gradient(top, #003057, #003057);
    background-image: -moz-linear-gradient(top, #003057, #003057);
    background-image: -webkit-linear-gradient(top, #003057, #003057);
    background-image: -ms-linear-gradient(top, #003057, #003057);*/
    border: 1px solid #047B9D;
    box-shadow: 0 0 0 0 #888888;
    -moz-box-shadow: 0 0 0 0 #888888;
    -webkit-box-shadow: 0 0 0 0 #888888;
}
.btn1:focus,.btn1:active:focus,.btn1.active:focus,.btn1.focus,.btn1:active.focus,.btn1.active.focus {
 outline:none;
 outline:none;
 outline-offset:none;
 background-color: #047B9D ;
 border: 1px solid #047B9D;
 /*box-shadow: 5px 5px 5px 5px #4bfcde; */
 border-left: 2px solid #4bfcde;
  border-right: 2px solid #4bfcde;
  border-bottom: 2px solid #4bfcde;
  border-top: 2px solid #4bfcde;
 }
