.ebb  * {
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.ebb input[type=checkbox] {
    margin-right: 10px;
}

.ebb h1 {
	font-size: 34px;
	color: white;
}

.ebb h4 {
	font-size: 20px;
}

.ebb  p {
	margin-bottom: 20px;
}

.ebb .hide {
	display: none;
}

.ebb strong, .ebb b {
	font-weight: 500;
}

.ebb .blue {
	color: #23BAFE;
}

.ebb .center {
	text-align: center;
}

.ebb a:HOVER {
	text-decoration: none;
}

.ebb a.blue:HOVER {
	color: #505050;
}
.ebb .container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 3% 5%;
	position: relative;
}

.ebb .input-large {
	height: 4.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

.ebb .button {
	text-align: center;
	display: inline-block;
	padding: 5px 25px;
	background-color: #23BAFE;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 400;
	transition: all .6s linear;
	border: 1px solid #23BAFE;
	font-size: 14px;
	min-width: 275px;
	text-transform: uppercase;
	margin: 10px 0;
}
.ebb .button:HOVER {
	background-color: #fff;
	color: #23BAFE;
}
.ebb .button.white {
	color: #23BAFE;
	background-color: #fff;
}
.ebb .button.white:hover {
	color: #fff;
	background-color: #23BAFE;
}

.ebb .button.disabled, .ebb .button.disabled:hover {
	background-color: #A7A7A7;
	border-color: #A7A7A7;
	cursor: default;
	color: #FFFFFF;
}

.ebb .header {
	text-align: center;
	padding: 20px 0;
	background: #28C2FE;
	color: #fff;
}

.ebb form .container {
	max-width: 620px;
	background: #E5F8FF;
}

.ebb form {
	margin-bottom: 3%;
}

.ebb .form-group {
	margin-bottom: 16px;
}

.ebb .submit-button-wrapper {
	text-align: center;
}

.ebb .bqp-wrapper,
.ebb .consent-wrapper {
	border: 1px solid #ced4da;
	border-radius: 6px;
	padding: 15px;
	background-color: #F5F5F5;
}

.ebb .dropdown {
	height: 4.5rem !important;
}

#consent-to-transfer {
	width: 20px;
	box-shadow: none;
}

/* Colorbox */
#colorbox.ebb-modal {
	border: 0;
	border-radius: 0;
	background: #FFFFFF;
}

#colorbox.ebb-modal #cboxTopLeft, #colorbox.ebb-modal #cboxTopCenter,
	#colorbox.ebb-modal #cboxTopRight, #colorbox.ebb-modal #cboxBottomLeft,
	#colorbox.ebb-modal #cboxBottomCenter, #colorbox.ebb-modal #cboxBottomRight
	{
	display: none;
}

#colorbox.ebb-modal #cboxMiddleRight {
	width: 13px;
}

#colorbox.ebb-modal #cboxContent #cboxLoadedContent {
	font-size: 16px;
	padding: 0;
	margin: 50px auto 0;
	text-align: center;
	/* max-width: 524px ; */
	font-weight: 400;
	font-family: "Montserrat", Arial, sans-serif;
	color: #444444;
	line-height: 18px;
	border-radius: 0;
}

#colorbox.ebb-modal #cboxClose {
	background: none;
	color: #999;
	width: 40px;
	height: 40px;
	text-indent: 0;
	right: -15px;
}

#colorbox.ebb-modal a {
	font-size: 14px;
	color: #23BAFE;
}

#colorbox.ebb-modal #cboxContent #cboxLoadedContent .account-number-modal-content
	{
	text-align: left;
}

.ebb .edit-acc.button.white {
	min-width: 40px;
	color: #23BAFE;
	background-color: #fff;
}

.ebb .edit-acc.button.white:hover {
	color: #fff;
	background-color: #23BAFE;
}

.tc-read-terms {
	text-decoration: underline;
	font-weight: 300;
	color: #23BAFE;
}

.white-bg {
	background: #fff;
}

@media only screen and (max-device-width: 600px) {
	#divCIPForm .submit-button-wrapper .button {
		width: 100%;
	}
}

.tc-content {
	overflow-y: scroll;
	border: none;
	height: 300px;
	background-color: #ffffff;
	padding: 12px 12px 12px 12px;
}

ul.skirk {
	list-style: disc;
}

.scroll {
	overflow-y: auto;
	height: 300px;
	margin-bottom: 12px;
	border: 1px solid #ced4da;
	padding: 8px;
	border-radius: .25rem;
	background-color: white;
}
.hidden {
	display: none;
}
.cols_b .main {
	float: left;
	width: 100%;
}

li.boone {
	font-size: 14px;
	padding-bottom: 14px;
	margin-left: 15px;
}

.tc-content::-webkit-scrollbar {
	width: 6px;
}

.tc-content::-webkit-scrollbar-track {
	background: #fff;
}

.tc-content::-webkit-scrollbar-thumb {
	background: #b5adad;
	border-radius: 6px;
}

.tc-content-outer {
	border: 2px solid darkgrey;
	padding-right: 7px;
	border-radius: 6px;
	margin-top: 5px;
	margin-bottom: 10px;
}
/* removes arrows from number inputs */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
  }
