.bcToasterContent {
    background: #ffffff !important;
    float: left;
    padding: 40px 30px 30px 30px !important ;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -khtml-border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 3px;
	width:350px;
}
.bcToaster.bcRight .bcToasterContent {
    border-radius: 6px 0 0 6px;
    border-width: 1px 0 1px 1px;
}
.bcToaster.bcLeft .bcToasterContent {
    border-radius: 6px 6px 0 0;
    border-width: 1px 0 1px 1px;
}
.bcToaster.bcShowClose .bcClose {
    width: 15px;
    height: 15px;
}

.bcToaster .bcClose {
    top: 15px;
    right: 15px;
}
.bcToasterContent h1{
	color: #212121;
	font-family:Roboto Condensed, Arial, sans-serif;
	font-size: 26px;
	line-height:32px;
	margin:0;
	text-align:center;
	display: flex; 
	flex-direction: column;
		font-weight:bold;
	}
	
.bcToasterContent h2{
  color: #212121;
    font-family:Roboto Condensed, Arial, sans-serif;
  font-size: 22px; 
  line-height:28px;
  margin:0 0 5px 0;
  text-align:center;
  	font-weight:bold;

	}
.bcToasterContent h3{
  color: #212121;
    font-family:Roboto Condensed, Arial, sans-serif;
  font-size: 18px; 
  line-height:24px;
  margin:0 0 5px 0;
  text-align:center;
  font-weight:bold;

	}
	
.bcToasterContent p{
  color: #000000;
    font-family:Roboto Condensed, Arial, sans-serif;
	font-size:16px;
	line-height:22px;
	text-align:left;
}
.bcToasterContent .center{ text-align:center !important;
	margin:7px 0 0 0;}

.bcToasterContent a:link, a:visited{
	font-size:14px;
	text-decoration:none;
	color: rgb(17, 111, 212);
	}
.bcToasterContent  a:hover{
		color:#2558a6;
	}
.bcToasterContent .bcLabel{
	  color: #000000;
    font-family:Roboto Condensed, Arial, sans-serif;
	font-size:16px;
	line-height:22px;
	text-align:left;
	font-weight:normal;}
	
.bcToasterContent .uniForm .textInput, .uniForm textarea {
    width: 100%;
	padding:0 10px;
	height:44px;
	margin-bottom:5px;
}

.bcToasterContent  hr
{  border-color:#aaa;}

.bcToasterContent .list {
  text-align: center;
}

.bcToasterContent  ul {
    list-style: disc;
    list-style-type: disc;
	 color: #000000;
    font-family:Roboto Condensed, Arial, sans-serif;
	font-size:16px;
	line-height:22px;
	text-align:left;
	margin:5px 0 20px -25px;
  display: inline-block;
}

.bcToasterContent  li {
    position: relative;
    clear: both;
}
.bcToasterContent ul li{
	    font-family:Roboto Condensed, Arial, sans-serif !important;
}
.bcToaster.bcShowClose.bcDefaultClose .bcClose {
    background-size: 32px 16px !important;
}
.bcToasterContent .uniForm .buttonHolder .primaryAction {
    height: 48px;
    padding: 10px 22px;
    line-height: 1;
    background-color: rgb(0, 111, 198);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    border-width: 1px;
    border-color: rgb(0, 111, 198);
    border-style: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -khtml-border-radius: 6px;
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 3px 0px;
    -webkit-box-shadow: rgb(0 0 0 / 30%) 0px 1px 3px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px;
    text-shadow: none;
}
.bcToasterContent .uniForm .buttonHolder .primaryAction {
    height: 48px;
    padding: 10px 22px;
    line-height: 1;
    background-color: rgb(0, 111, 198);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    border-width: 1px;
    border-color: rgb(0, 111, 198);
    border-style: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -khtml-border-radius: 6px;
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 3px 0px;


    -webkit-box-shadow: rgb(0 0 0 / 30%) 0px 1px 3px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px;
    text-shadow: none;
	margin:auto;
}
.bcToasterContent .uniForm .buttonHolder {
    background: #ffffff; 
    text-align: center;
    margin: 0;
    padding: 0;
}
.bcToasterContent .uniForm .buttonHolder .primaryAction:hover {
  background-color: #2558a6;
  color:#ffffff !important;
}
.bcToasterContent .Secondary {
    padding: 15px 22px !important;
    line-height: 48px !important;
	margin-left:auto!important;
	margin-right:auto!important;
  background-color: #ffffff !important;
  text-transform:uppercase !important;
    font-size: 14px !important;
    font-weight: normal !important;
    color:  rgb(17, 111, 212) !important;
	  border-width: 1px !important;
    border-color:  rgb(196, 196, 196);
	border-style:solid !important;
    border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -o-border-radius: 6px !important;
    -khtml-border-radius: 6px !important;
    text-shadow: none !important;
	text-align:center !important;
	display:inline!important;
}
.bcToasterContent .Secondary  a:link, a:visited {
	height: 100%;
	height:48px;
	display:block;
	  
}
.bcToasterContent .Secondary  a:hover {
  color: #2558a6;
}
@media screen and (max-width: 375px){
.bcToasterContent{
	overflow:none !important;
	width: 250px !important; 
    height: 100% !important;
	}
}

.uniForm .fieldHolder  {
    padding:15px 15px 10px 15px !important;
    position: relative;
	
}

.bcToasterContent ul {
    margin: 15px 0 0 0;
	width:100%
}
.uniForm ul li {
    background-color: #f2f2f2;
	width:100%;
	padding:7px 10px;
	font-family:'Roboto Condensed', sans-serif;
	margin:0 0 8px 0;
}

.uniForm ul li label {
    margin: 9px 0;
}

.uniForm label, .uniForm .label {
    margin: 0;
	color:#373d3f !important;
}

.uniForm ul {
    width: 100% !important;
	margin-top:10px !important;
}

.uniForm ul li input {
    margin: 6px 10px 0 0;
	width:17px;
	height:17px;
	background-color:#000;
}

.blueConicRadioButtonList{
    border-width: 1px;
    border-color: rgb(193, 193, 193);
    border-style: solid;
}

.bcToasterContent ul {
    margin: 15px 0 0 0;
	width:100%
}
.uniForm ul li {
    background-color: #f2f2f2;
	width:100%;
	padding:7px 10px;
	font-family:'Roboto Condensed', sans-serif;
	margin:0 0 8px 0;
}



.blueConicCheckboxList{
    border-width: 1px;
    border-color: rgb(193, 193, 193);
    border-style: solid;
}
.logo-center{text-align:center;}