html {
	background: #fff;
}

body {
	font: 1.6em "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0;
	-webkit-user-select: initial !important;
	-moz-user-select: initial !important;
	-ms-user-select: text !important;
	-o-user-select: initial !important;
	user-select: initial !important;
}

body1 {
    /* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
    /* font-size: 14px; */
    /* line-height: 1.42857143; */
    /* color: #333; */
    /* background-color: #fff; */
}


a, a:link, a:visited {
	text-decoration: none;
	color: #004fba;
}

a.active, a:hover, a:focus {
	text-decoration: underline;
	color: #103881;
}

a.reset-link:hover {
	font-weight: bold !important;
}

a.no-decoration, .no-decoration {
	text-decoration: none;
}

.rx-navbar-custom {
    font-size: 18px;
    font-weight: bold;
}

.rx-center {
	display: block;
	margin: 0 auto;
}

.rx-center2 {
	display: table;
	margin: 0 auto;
}

.rx-center3 {
	height: 100%; 
	display: table;
	margin: auto;
}

.rx-center-inner {
	display: table-cell;
    vertical-align: middle;
}

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

.rx-width-80 {
	width: 80%;
}

.rx-width-90 {
	width: 90%;
}

.rx-width-95 {
	width: 95%;
}

.rx-width-98 {
	width: 98%;
}

.rx-position-top {
	z-index:10000;
}

.rx-box {
    border-radius: 5px;
    padding: 7px;
    height: 280px;
    width: 280px;
    background-color: #f8f8f8;
}

.rx-box-single-col {
	border-radius: 5px;
    padding: 7px;
    background-color: #f8f8f8;    
	width: 100%;
	/*height: 650px;*/
	min-height: 300px;
	
}

.rx-single-box {
	border-radius: 5px;
    padding: 7px;
    background-color: #f8f8f8;    
	/*width: 100%;
	height: 100%;*/
	min-width: 300px;
	min-height:300px;
	max-width: fit-content;
	max-height:fit-content;
}

.rx-row {
	width: 99%;
	margin-top: 10px;
}

.rx-col {
	float: left;
	margin-right: 4px;
	margin-left: 3px;
	margin-top: 2px;
	marign-bottom: 2px;
}

.rx-search-input-sm {
	width: 40%;
}

.rx-search-input-md {
	width: 63%;
}

.rx-search-input-lg {
	width: 90%;
}


.rx-min-width {
	min-height: 250px;
}

@media only screen and (min-width: 1500px) {
	.rx-container {
	   width: 100%;
	   max-width: 1500px;
	   margin: 0 auto;
	}
	
	.rx-min-width {
		min-height: 250px;
	}
	
	.rx-box {
	    height: 330px;
	    width: 330px;
	}
}

/*
.container {
	margin: 0 auto;
}

.content-inner {
	min-height: 1px;
}

#content-column, .content-column {
	width: 100%;
}

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

.clearfix {
	zoom: 1;
}
*/

.rx-header{
	color: #103881 !important;
	/*font-family: "EB Garamond";*/
	line-height: 100px;//25
	height: 50px; //70px
	font-size: 25px;
	font-weight: normal !important;
	margin-top: 0px;
	padding: 5px 24px 5px 24px;
}

.rx-header .title {
  /*font-size: 50px;
  font-weight: bold !important;
  text-align: center;*/
  color: #111;
  font-family: "Times New Roman", Times, serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
  text-align: center;
  padding-bottom: 15px;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: red;
}

.rx-welcome {
	/*font-family: "EB Garamond";*/
	font-size: 20px;
	font-weight: normal !important;
	padding: 5px 100px 5px 100px;
}

.rx-content {
	/*font-family: "EB Garamond";*/
	font-size: 16px;
	font-weight: normal !important;
	padding: 5px 100px 5px 100px;
}

.rx-sub-content {
	margin-left: 0px;
}

.rx-content-3 {
	margin: 60px 100px 60px 100px;
}

.rx-indent-20px {
	margin-left: 20px;
}

.rx-footer-inner {
	margin-bottom: 20px;
	padding: 20px 40px;
	/*padding: 20px 300px 20px 360px;*/
	background-color: white; /*#f8f8f8;*//*color: #0c285a*/
	border-top: 1px solid #e7e7e7;
	color: #777; /*white*/ 
	/*text-align: center;*/
}
.rx-footer-box {
    float: left;
    margin-left: 20px;
}

.rx-footer-box a {
    color: #777;
}

.rx-footer-box a.active,
.rx-footer-box a:hover,
.rx-footer-box a:focus {
	cursor: pointer;
	text-decoration: underline;
}


.clearfix {
	clear: both;
}

.custom-ui {
  text-align: center;
  width: 500px;
  padding: 40px;
  background: #28bae6;
  box-shadow: 0 20px 75px rgba(0, 0, 0, 0.23);
  color: #fff;
}

.custom-ui > h1 {
  margin-top: 0;
}

.custom-ui > button {
  width: 160px;
  padding: 10px;
  border: 1px solid #fff;
  margin: 10px;
  cursor: pointer;
  background: none;
  color: #fff;
  font-size: 14px;
}


.modified-multi-value-wrapper .Select-multi-value-wrapper { 
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 13rem;
	height: 100%;
	width: 100%;
}

.rx-fldset {
    border: 1px lightgray solid;
    margin-top: -12px;
}

.rx-legend {
    border: 0px gray solid; 
    margin-left: 1em;
    margin-bottom: 2px;
    font-size: 18px;
    width: 200px; 
    padding: 0.2em 0.8em;
    /*background-color: gray;*/
    /*color:white;*/
}

.rx-align-middle {
  vertical-align: middle !important;  /* Vertical centering */
}