@font-face {
  font-family: 'AvenirNextMForBBG-Bold';
  font-style: normal;
  src: url('/css/fonts/AvenirNextMForBBG-Bold.otf');
}
@font-face {
  font-family: 'AvenirNextMForBBG-Demi';
  font-style: normal;
  src: url('/css/fonts/AvenirNextMForBBG-Demi.otf');
}
@font-face {
  font-family: 'AvenirNextMForBBG-Regular';
  font-style: normal;
  src: url('/css/fonts/AvenirNextMForBBG-Regular.otf');
}
@font-face {
  font-family: 'AvenirNextPForBBG-Bold';
  font-style: normal;
  src: url('/css/fonts/AvenirNextPForBBG-Bold.otf');
}
@font-face {
  font-family: 'AvenirNextPForBBG-Demi';
  font-style: normal;
  src: url('/css/fonts/AvenirNextPForBBG-Demi.otf');
}
@font-face {
  font-family: 'AvenirNextPForBBG-Regular';
  font-style: normal;
  src: url('/css/fonts/AvenirNextPForBBG-Regular.otf');
}
@font-face {
  font-family: 'BloombergFixedUnicodeI';
  font-style: normal;
  src: url('/assets/fonts/BloombergFixedUnicodeI.otf');
}
html {
  overflow-y: scroll;
}
body {
  background-color: #fff;
  background-image: url("../images/bgsquare.png");
  font-family: "AvenirNextPForBBG-Regular", Arial, sans-serif;
  color: #000;
  font-size: 14px;
}

body.live {
  margin: 0;
}

.org-brd {
  border-left: #FFB100 solid 10px;
}
hr {
  height: 2px;
  border-width: 0;
  color: #FFB100;
  background-color: #FFB100;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.container {
  max-width: 1440px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "AvenirNextMForBBG-Demi", Arial, sans-serif;
}
h1 {
  font-size: 1.7142rem !important;
}
h2 {
  font-size: 1.7142rem !important;
}
h4 {
  font-weight: bold !important;
  font-family: "AvenirNextPForBBG-Bold", Arial, sans-serif !important;
}
/* Font Size based on 14px root */
.f-12 {
  font-size: 0.85rem;
}
.f-14 {
  font-size: 1rem;
}
.f-15 {
  font-size: 1.0714rem;
}
.f-16 {
  font-size: 1.1428rem;
}
.f-18 {
  font-size: 1.2857rem;
}
.f-19 {
  font-size: 1.3571rem;
}
.f-20 {
  font-size: 1.4285rem;
}
.f-24 {
  font-size: 1.7142rem;
}
.f-26 {
  font-size: 1.8571rem;
}
.f-29 {
  font-size: 2.0714rem;
}
.f-34 {
  font-size: 2.4285rem;
}
.f-35 {
  font-size: 2.5rem;
}
.f-45 {
  font-size: 3.2142rem;
}
.f-55 {
  font-size: 3.9285rem;
}
.f-80 {
  font-size: 5.7142rem;
}
/* Line height */
.lh-0-5 {
  line-height: 0.5;
}
.lh-1 {
  line-height: 1;
}
.lh-1-1 {
  line-height: 1.1;
}
.lh-1-4 {
  line-height: 1.4;
}
.lh-1-6 {
  line-height: 1.6;
}
.lh-1-8 {
  line-height: 1.8;
}
.lh-0-5px {
  line-height: 5px;
}
.bg-black {
  background-color: black;
  border-right: 2px solid #ECB440;
  height: 100vh;
}
.vh {
	height: 100vh;
}
.bld {
  font-weight: bold !important;
  font-family: "AvenirNextPForBBG-Bold", Arial, sans-serif !important;
}
.btn-primary {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  font-size: 1rem;
  letter-spacing: 0.5px;
  color: #000000;
  text-transform: uppercase;
  border-radius: 0px;
  font-family: "AvenirNextPForBBG-Bold", Arial, sans-serif;
  background-color: #FFB100;
  border: none;
  font-weight: bold;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #000000;
  background-color: #DB9A06;
}
.btn, .btn:focus, button, button:focus {
  outline: none !important;
}
.btn-customY {
  background-color: #ECB440;
  color: #000000;
  border-radius: 0;
}
.btn-customY:hover, .btn-customY:focus, .btn-customY:active, .btn-customY.active, .btn-customY.focus, .btn-customY:active, .open > .dropdown-toggle .btn-customY {
  color: #FFF;
  background-color: #000000;
}
a {
  text-decoration: none;
  color: #000000;
  outline: none;
  font-family: "AvenirNextPForBBG-Demi", Arial, sans-serif;
  cursor: pointer;
}
a:hover, a:focus, a:active {
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}
a.home {
  text-decoration: none;
  color: #fff;
  outline: none;
  font-family: "AvenirNextPForBBG-Demi", Arial, sans-serif;
  cursor: pointer;
}
a.home:hover, a.home:focus, a.home:active {
  color: #FFB100;
  text-decoration: underline;
  cursor: pointer;
}
p {
  font-family: "AvenirNextPForBBG-Regular", Arial, sans-serif;
}
ul {
  display: block;
  list-style-type: disc;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
}
.NextPBBGBold {
  font-family: "AvenirNextPForBBG-Bold", Arial, sans-serif;
  font-weight: bold;
}
.NextPBBGReg {
  font-family: "AvenirNextPForBBG-Regular", Arial, sans-serif;
}
.txup {
  text-transform: uppercase;
}
.mtb-0-6 {
  margin-top: 0px;
  margin-bottom: 5px;
}
.mb-6 {
  margin-bottom: 5rem;
}
.mt-10 {
  margin-top: 0px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-22 {
  margin-top: 12%;
}
.ml-100 {
  margin-left: 100px;
}
.ml-60 {
  margin-left: 55px;
}
.ml-100 {
  margin-left: 100px;
}
.pr-20 {
  padding-right: 70px;
}
.ml-h100 {
  margin-left: 105px;
  margin-right: 80px;
}
.text-muted {
  color: #7f83a8 !important;
}
.bdyel {
  border-bottom: 2px solid #ECB440;
}
.txblk {
  color: black;
}
.txwht {
  color: white;
}
.txyel {
  color: #DB9A06;
}
/* Engage */
#error-messages {
  color: red;
}
.vertical-content {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
body.engage-question {
  margin: 0 auto 0;
  display: block;
}
.engage-question .select-group, .engage-question .text-group {
  background-color: #ffffff;
  margin: 15px 0;
}
.form-group.label-group {
  background: #000;
  padding: 25px;
  text-align: center;
}

.form-group.submit-group .btn {
  font-size: 18px;
  padding: 15px;
  font-family: 'AvenirNextPForBBG-Bold';
  text-transform: uppercase;
  background-color: #000;
  border: 0;
  color: #fff;
}

.option.btn {
  border: 2px solid black;
  margin: 5px 0;
  padding: 5px;
  font-size: 17px;
  cursor: pointer;
}

input.form-control.text-question {
  width: calc(100% - 24px);
  border: 2px solid black;
}

.engage-question .control-label {
  color: #fff;
  font-size: 26px;
  font-family: 'AvenirNextPForBBG-Bold';
}
#choice-form .option {
  border: solid #707070 2px;
  text-align: left;
  padding: 18px 10px;
  font-family: "AvenirNextPForBBG-Regular", Arial, sans-serif;
  text-transform: none;
  margin-bottom: 10px;
}
#choice-form textarea {
  border: 2px solid #707070;
  padding: 2%;
  min-height: 300px;
  font-size: 18px;
  font-family: 'AvenirNextPForBBG-Regular';
  display: block;
  width: calc(96% - 4px);
  margin: 15px 0;
}
#choice-form .option:hover, #choice-form .option.selected {
  background-color: #707070;
  color: #fff;
}
.engage-question input[type="submit"] {
  width: 100%;
  /*	font-family: "AvenirNextPForBBG-Demi", Arial, sans-serif;
	padding: 20px;
	font-size: 18px;*/
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(155, 155, 174, 0.3);
}
.form-control {
  padding: 8px 10px;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid rgba(155, 155, 174, 0.3);
  border-radius: 0px;
}
.form-control::-webkit-input-placeholder {
  color: #acacbc;
  font-size: 14px
}
.form-control:-ms-input-placeholder {
  color: #acacbc;
  font-size: 14px
}
.form-control::-ms-input-placeholder {
  color: #acacbc;
  font-size: 14px
}
.form-control::placeholder {
  color: #acacbc;
  font-size: 14px
}
.whitebg {
  background-color: #FFF;
  padding-top: 2rem;
  padding-bottom: 2rem;
  height: 100%;
}
.section.whitebg > .container {
  background-color: #FFF;
}
.container#clogin {
  padding-top: 7.1428rem;
  padding-bottom: 28.5714rem;
}
.home-logo {
  max-width: 220px;
}
.hometextbox {
  width: 500px;
}

.w-50 {
  height: auto;
  width: 50%;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px ;
}

.container {
  width: 75%;
  margin: 0 auto;
}

form#register-form {
  font-family: "AvenirNextPForBBG-Regular", Arial, sans-serif;
}

@media only screen and (max-width: 1919px) {}
@media only screen and (max-width: 1500px) {}
@media only screen and (max-width: 1280px) {}
@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 1080px) {}
@media only screen and (max-width: 1024px) {
  .whitebg {
    background-color: #FFF;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .f-80 {
    font-size: 5rem;
  }
  .whitebg {
    height: unset;
  }
  #choice-form textarea {
    min-height: 120px;
    width: 91%;
}
}
@media only screen and (max-width: 990px) {}
@media only screen and (max-width: 834px) {}
@media only screen and (max-width: 800px) {
  .head-logo {
    max-width: 350px;
  }
  .f-80 {
    font-size: 4rem;
  }

  .engage-question .form-control {
    padding: 0.75rem 0.35rem !important;
  }

  #choice-form textarea {
    width: 95%;
  }
}
@media only screen and (max-width: 736px) and (max-height: 414px) {
  .head-logo {
    max-width: 350px;
  }
  .f-80 {
    font-size: 3.8rem;
  }
  .container#clogin {
    padding-top: 2.8rem;
  }
  .mb-6 {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 540px) {
  .f-14 {
    font-size: 1rem;
  }
  .f-26 {
    font-size: 1.5rem;
  }
  .f-29 {
    font-size: 1.6rem;
  }
  .f-35 {
    font-size: 1.6rem;
  }
  .f-80 {
    font-size: 2.05rem;
  }
  .head-logo {
    max-width: 220px;
  }
  .hometextbox {
    width: 400px;
  }
  .mb-6 {
    margin-bottom: 2rem;
  }
  .mt-n3 {
    margin-top: -0.5rem !important;
  }
}
@media only screen and (max-width: 480px) {
  .f-14 {
    font-size: 1rem;
  }
  .f-26 {
    font-size: 1.5rem;
  }
  .f-29 {
    font-size: 1.6rem;
  }
  .f-35 {
    font-size: 1.6rem;
  }
  .f-80 {
    font-size: 2.05rem;
  }
  .head-logo {
    max-width: 220px;
  }
  .hometextbox {
    width: 270px;
  }
  .mb-6 {
    margin-bottom: 2rem;
  }
  .mt-n3 {
    margin-top: -0.5rem !important;
  }
}

@media only screen and (max-width: 375px) {
  .head-logo {
    max-width: 250px;
  }
  .container#clogin {
    padding-top: 2.8571rem;
  }
  .f-80 {
    font-size: 1.78rem;
  }
}
@media only screen and (max-width: 360px) {
  .f-14 {
    font-size: 1rem;
  }
  .f-26 {
    font-size: 1.5rem;
  }
  .f-29 {
    font-size: 1.6rem;
  }
  .f-35 {
    font-size: 1.6rem;
  }
  .f-80 {
    font-size: 1.78rem;
  }
  .head-logo {
    max-width: 220px;
  }
  .hometextbox {
    width: 280px;
  }
  .mb-6 {
    margin-bottom: 2rem;
  }
  .mt-n3 {
    margin-top: -0.5rem !important;
  }
}
@media only screen and (max-width: 320px) {
  .head-logo {
    max-width: 190px;
  }
  .f-14 {
    font-size: 1rem;
  }
  .f-26 {
    font-size: 1.4rem;
  }
  .f-29 {
    font-size: 1.4rem;
  }
  .f-35 {
    font-size: 1.4rem;
  }
  .f-80 {
    font-size: 1.55rem;
  }
  .hometextbox {
    width: 250px;
  }
  .container#clogin {
    padding-top: 2.8571rem;
  }
}
@media only screen and (max-width: 280px) {
  .head-logo {
    max-width: 150px;
  }
  .f-80 {
    font-size: 30px;
  }
  .hometextbox {
    width: 200px;
  }
}
/*# sourceMappingURL=style.css.map */