body{
	font-family:'Open Sans', 'Open Sans Bold', sans-serif;
	/*color: #343579;*/
  color: #333333;
  /*font-size: 27px;*/
  font-size: 23px;
}

img{
	max-width: 100%;
}
h1,h2,h3{
  color: #343579;
}
p{
	margin-bottom: 10px;
}

li{
  word-break: break-word;
}

@media(min-width: 1600px){
  .container{
    max-width: 1400px;
  }
}

@media(min-width: 1800px){
  .container{
    max-width: 1600px;
  }
}

@media(min-width: 1900px){
  .container{
    max-width: 1700px;
  }
}

@media(min-width: 2000px){
  .container{
    max-width: 1800px;
  }
}








/*header*/
.headerWrapper{
	background: #343579;
}

@media(max-width: 767px){
  .headerWrapper{
    padding: 5px 0;
  }
}
.topNav{
	text-align: right;
	padding-bottom: 15px;
	border-bottom: 1px solid white;
}

.topNav p{
	font-size: 18px;
	font-weight: bold;
	display: inline;
	color: white;
}

.topNav p span{
	padding-right: 5px;
	padding-left: 5px;
}

.navbar-collapse{
	margin-right: auto;
}

.nav-link{
	font-size: 26px;
	color: white;
	text-decoration: none;
	padding-bottom: 2px;
}

@media(min-width: 1200px){
  .navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 25px;
  }
}

@media(min-width: 1400px){
  .navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 30px;
  }
}

@media(min-width: 767px){
  .borderNavItem{
    border:1px solid white;
  }
}

@media(max-width: 1200px){
  .nav-link{
    font-size: 22px;
  }
}


.nav-link:focus, .nav-link:hover{
	color: white;
	/*border-bottom: 1px solid white;*/
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

@media(min-width: 1050px){
  .rightFloat{
    position: absolute;
    right: 0;
  }

  .rightFloat a{
    padding-top: 5px;
    padding-bottom: 5px;
  }
}


.navbar-toggler{
  color: white;
  font-size: 30px;
  margin-left: auto;
}

.navbar-toggler-icon{
  height: auto;
  width: auto;
}

button:focus:not(:focus-visible){
  border: none;
  box-shadow: none;
}
/*header*/


/*footer*/
.footerWrapper{
	background-color: #343579;
	padding: 40px 0;
	color: white;
	text-align: center;
  font-size: 25px;
}

.footerWrapper a{
	color: white;
	text-decoration: none;
}

@media(max-width: 767px){
  .footerWrapper{
    font-size: 18px;
  }
}
/*footer end*/


/*utilities*/
.bold{
	font-weight: bold !important;
}

.white{
	color: white;
}

.elementCenter{
	text-align: center;
}

.underline{
	text-decoration: underline;
  text-decoration-skip-ink: none;
}

.size45{
  font-size: 45px;
  line-height: normal;
  font-weight: normal;
}


.size40{
  font-size: 40px;
  line-height: normal;
  font-weight: normal;
}

.size30{
	font-size: 30px;
	line-height: normal;
	font-weight: normal;
}

.size35{
  font-size: 35px;
  line-height: normal;
  font-weight: normal;
}
.size25{
  font-size: 25px;
}

.size27{
	/*font-size: 27px;*/
  font-size: 23px;
}

.size18{
	font-size: 18px;
}

@media(max-width: 767px){

  body{
    font-size: 18px;
  }
  .size45{
    font-size: 35px;
  }

  .size40{
    font-size: 30px;
  }

  .size35{
    font-size: 25px;
  }

  .size30{
    font-size: 20px;
  }

  .size25, .size27{
    font-size: 18px;
  }

  .size18{
    font-size: 16px;
  }
}

.marginTop15{
	margin-top: 15px;
}
.marginTop{
	margin-top: 35px;
}

.marginTop25{
  margin-top: 25px;
}


.marginTop55{
  margin-top: 55px;
}

.noMarginBottom{
	margin-bottom: 0px;
}

@media(max-width: 767px){

  .marginTop{
    margin-top: 20px;
  }

  .marginTop25{
    margin-top: 20px;
  }

  .marginTop55{
    margin-top: 30px;
  }
}

.redColor{
  color:#D9001B;
}

.marginLR{
  margin-left: 20px;
  margin-right: 20px;
}

.noLineBreaks{
  white-space: nowrap;
}

.btn{
	padding: 12px 25px;
	border-radius: 5px;
  font-size: 30px;
	box-shadow: none;
}

.btn.btn-blue{
	background: #343579;
	color: white;
}

.btn.roundedBtn{
  border-radius: 30px;
}

.btn.thin{
  padding: 5px 20px;
}

@media(min-width: 1024px){
  .borderRight{
    border-right: 1px solid #8F8FB6;
  }
}

@media(min-width: 1200px){
  .marginLeft10{
    margin-left: 10px !important;
  }
}

@media(max-width: 767px){
  .btn{
    font-size: 20px;
    padding: 10px 20px;
  }
}


.offsetLeft{
  padding-left: 50px;
}

@media(max-width: 1023px){
  .phoneMarginTop{
    margin-top: 25px;
  }
}

@media(min-width: 993px){
  .paddinTop45{
    padding-top: 45px;
    font-size: 20px;
  }
}

.paddinTop70{
  padding-top: 70px;
}
/*content wrapper*/
.contentWrapper{
	padding:10px 0 60px 0;
}

.contentWrapper a{
  color: #0000FF;
}

.borderedBox{
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border-width: 3px;
  border-style: solid;
  border-color: rgba(52, 53, 121, 1);
  border-radius: 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.lookupGroupBorder{
  background: inherit;
  background-color: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(121, 121, 121, 1);
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 90px;
  position: absolute;
  margin-left: -15px;
  width: 450px;
  z-index: 1;
  background: transparent;
  margin-top: 35px;
}

@media only screen and (min-width: 768px) {
  .lookupGroupBorder{
   width: 680px;
  }
}


@media only screen and (min-width: 992px) {
  .lookupGroupBorder{
   width: 550px;
  }
}

@media only screen and (min-width: 1200px){
  .lookupGroupBorder{
   width: 450px;
  }
}

@media only screen and (min-width: 1600px) {
  .lookupGroupBorder{
   width: 500px;
  }
}

@media only screen and (min-width: 1800px) {
  .lookupGroupBorder{
   width: 550px;
  }
}

@media only screen and (min-width: 1900px) {
  .lookupGroupBorder{
   width: 600px;
  }
}

.lookupLabel{
    z-index: 999;
    position: relative;
    background: white;
}

@media(max-width: 767px){
  .borderedBox{
    margin-left: 0px;
    margin-right: 0px;
  }
}

.thinBorderedBox{
  background: inherit;
  background-color: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(121, 121, 121, 1);
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px;
  margin: 30px 0;
}


.signUpPage .form-group{
  margin: 25px 0;
}

/*form*/

.formHeader{
  padding: 2px 10px;
  background: inherit;
  background-color: rgba(52, 53, 121, 1);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(121, 121, 121, 1);
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
}

.formContent{
  padding: 25px;
  background: inherit;
  background-color: rgba(177, 179, 179, 0.5137254901960784);
  border: none;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media(min-width: 993px){
  .rightAlignLabel{
    text-align: right;
    width: 100%;
    display: block;
  }
}

input,textarea,select{
  padding: 2px 10px;
  letter-spacing: normal;
  vertical-align: none;
  text-align: left;
  text-transform: none;
  background-color: white;
  border: 1px solid rgba(121, 121, 121, 1);
  width: 100%;
  max-width: 100%;
}

input[type="checkbox"]{
  width: 20px;
  height: 20px;
}

input[type="radio"]{
  width: 20px;
  height: 20px;
}
.form-group{
  margin: 20px 0;
  /*margin: 25px 0;*/
}

.formContent label{
  font-size: 25px;
  /*text-align: right;*/
}

@media(max-width: 767px){
  .formContent{
    padding: 15px;
  }

  .form-group{
    margin: 15px 0;
  }

  .formContent label{
    font-size: 18px;
  }
}


/*modal*/

.modal-header{
  padding: 20px 50px;
  background: inherit;
  background-color: rgba(52, 53, 121, 1);
  box-sizing: border-box;
  border-style: solid;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
}
.modal.show .modal-dialog{
  max-width: 60%;
}
.modal-content{
  border: 1px solid rgba(121, 121, 121, 1);
  border-radius: 0px;
}

.modal-body{
  padding: 50px;
}

.modal-footer{
  text-align: center;
  border-top: none;
  justify-content: center;
  padding-bottom: 40px;
}

.modal-footer .btn{
  margin-right: 30px;
  margin-left: 30px;
}


@media(max-width: 767px){
  .modal.show .modal-dialog{
    max-width: 95%;
  }

  .modal-body{
    padding: 20px;
  }
  .modal-header{
    padding: 15px 25px;
  }
}

/*modal end*/

.arrowBackground{
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 45px 0;
}
.phoneTitle{
  display: none;
}

@media(max-width: 1399px){
  .arrowBackground .size45{
    font-size: 30px;
  }
}
@media(max-width: 1024px){
  .arrowBackground{
    display:none;
  }

  .phoneTitle{
    display: block;
  }
}

.lookUpResultHeader{
  background: rgba(52, 53, 121, 1);
  color: white;
  text-align: center;
}

.lookUpResultBody{
  /*background: rgba(242, 242, 242, 1);*/
}

table.dataTable {
  border-collapse: collapse !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  background: transparent !important;
  border: none !important;
  color: #333333 !important;
  font-weight: bold !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
  color: #333333 !important;
}

/*User/Account panel*/

.dropdown {
  cursor: pointer;
}

.dropdown-item {
  cursor: pointer;
}

.dropdown-menu {
  width: 96%;
  text-align: center;
  margin-left: 2%;
}

.innerAccountPanel {
  cursor: pointer;
  max-width: 440px;
  overflow-x: clip;
  text-overflow: ellipsis;
}

.accountPanel {
  max-width: 500px;
}

.accountPanel button,
button:focus:not(:focus-visible) {
  border: white;
  box-shadow: 0px 0px 0px 1px white!important;
}

.accountPanel.dropdown-toggle {
  background-color: #343579;
  border-color: white;
  font-size: inherit;
}

@media print {
  .no-print {
    display: none !important;
  }
}

  /* Ensure the container has a relative position so the pseudo-elements are positioned relative to it */
  .borderedCriteria {
    position: relative;
}

/* Pseudo-element for lowered top border */
.borderedCriteria::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: black;
    z-index: 1;
}

.borderedCriteria::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: black;
    z-index: 1;
}

.borderedCriteriaLeftBorder::before {

    content: "";
    position: absolute;
    width: 1px;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 90px;
    background-color: black;
    z-index: 1;
}

.borderedCriteriaRightBorder {
    position: relative;
}
.borderedCriteriaRightBorder::before {
    content: "";
    position: absolute;
    width: 1px;
    top: -64px;
    right: -12px;
    height: 90px;
    background-color: black;
    z-index: 1;
}



/* Ensure the labels have a background and are positioned above the pseudo border */
.lookupLabel.insetCriterionLabel {
    background-color: #fff;
    position: relative;
    z-index: 2;
}

#StateDropdown {
    height: 100%;
}

#StateDropdown option:not(:first-child) {
  font-size: 20px;
}

.defaultState
{
  font-size: 17px;
}
.stateSelected{
  font-size: 20px;
}

@media (min-width: 1200px) { /* Bootstrap's xl breakpoint */
  .offset-half {
      margin-left: 4.16667%; /* equivalent to half of one column in a 12 column grid */
  }
}