

@font-face {
  font-family: "Kefa";
  src: url("/css/fonts/Kefa-Regular.woff2") format("woff2"),
       url("/css/fonts/Kefa-Regular.woff") format("woff");
}
@font-face {
  font-family: "Kefa";
  src: url("/css/fonts/Kefa-Bold.woff2") format("woff2"),
       url("/css/fonts/Kefa-Bold.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Overpass";
  src: url("/css/fonts/Overpass-Regular.woff2") format("woff2"),
       url("/css/fonts/Overpass-Regular.woff") format("woff");
}
@font-face {
  font-family: "Overpass";
  src: url("/css/fonts/Overpass-Bold.woff2") format("woff2"),
       url("/css/fonts/Overpass-Bold.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Overpass";
  src: url("/css/fonts/Overpass-Black.woff2") format("woff2"),
       url("/css/fonts/Overpass-Black.woff") format("woff");
  font-weight: 800;
}


body {
	font-family: Overpass;
	color: #000;
	padding-top: 102px;
	transition: all ease 0.15s;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.navall {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999
}
.navbar {
	background-color: rgba(235,236,240,0.9);
	position: relative;
}
.mCUPo {
	position: absolute;
	top: 0;
	right: 105%;
	height: 100%;
	width: 100%;
	background-color: #2A3565;
	transition: all ease 0.25s;
	z-index: 3;
}
.mCUPo.mCUP-open {
	right: 0%;
}
.navall {
	box-shadow: 0 2px 10px rgba(42,53,101,0.6);
}
.nav-link {
	font-weight: bold;
	color: #000;
	transition: all ease 0.15s;
}
.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	max-width: 50%;
}
.topnavlink {
	display: inline-block;
	padding:4px 10px;
	background-color: #fff;
	font-weight: 800;
	color: #066CB7;
	text-decoration: none;
	cursor: pointer;
    position: relative;
    z-index: 4;
}
.topnav {
	background-color: #2A3565;
}
.nav-link.btn-common {
	margin: 0 10px;
    padding: 6px 18px !important;
}
.navbar-toggler-icon {
	font-size: 2rem;
	display: -ms-flex;
	display: flex;
	-ms-align-items:center;
	align-items: center;
	-ms-flex-pack:center;
	justify-content: center;
}
.navbar-toggler {
	padding: 5px;
}
.hwave {
	position: relative;
}
.wavesvg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	min-width: 100vw;
}
.wavesvg:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	width: 100%;
	height: 100vw;
	background-color: #fff;
	opacity: 0.9;
}
.hwave svg {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 100%;
	min-width: 100vw;
}
.header {
	padding:0 0 70px;
	overflow: hidden;
}
.htxt {
	position: relative;
	z-index: 3;
	padding-left: 6%;
    width: 43%;
    padding-bottom: 7%;
    padding-top: 30px;
}
.htxt h1 {
	font-family: Kefa;
	font-weight: bold;
	color: #2A3565;
}
.btn-common, .cogForm .btn-default {
  color: #fff;
  border-radius: 25px;
  padding: 10px 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  background: #685583;
  border: none;
  z-index: 1;
  box-shadow: 0px 0px 6px #2A3565;
}
.btn-common:after, .cogForm .btn-default:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #DAD5E0;
  border-radius: 25px;
  transition: all 0.3s ease;
}
.btn-common:active {
  top: 2px;
}
.hbb {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.hbb:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    width: 100%;
    background-color: #7CB9E4;
    border-radius: 4px;
}
.iconcols {
	padding:70px 0 0;
	position: relative;
}
.iconcols .container {
	position: relative;
	z-index: 2;
}
.meshbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.meshimg {
    width: 100%;
    max-height: 1100px;
    opacity: 0.5;
    user-select: none;
    pointer-events: none;
}
.topH {
	text-align: center;
	margin-bottom: 40px;
}
.topH .hbb:before {
	max-width: 100%;
	width: 250px;
	margin: auto;
}
.iconcimg {
	width: 200px;
	max-width: 200px;
}
.iconcol {
	/*height: 250px;*/
	margin-bottom: 20px;
}
.colicon {
	text-align: center;
	color: #2A3565;
}
.colicon h3 {
	color: #066CB7;
}
.cta {
	padding:15px 0;
	background-color: #D6E4ED;
	margin-top: 80px;
}
.cta .container {
	position: relative;
	z-index: 2;
}
.ctaimg {
	border-radius: 50%;
}
.ctatxt *:not(.btn-common) {
	color: #2A3565;
	font-weight: bold;
}
.ctatxt p {
	font-size: 1.6em;
}
.btmbtns .btn-common {
	margin:5px 5px 0px;
}
.tml-in {
	width: 700px;
	max-width: 100%;
	margin: auto
}
.testimonial {
	padding:80px 0 0;
	text-align: center;
	position: relative;
	z-index: 2;
}
.tml-in h3 {
	color: #685583;
	font-style: italic;
}
.timeline {
	padding:80px 0 0;
	position: relative;
	z-index: 2;
}
.timeline h2 {
	color: #2A3565;
}
.timeline h3 {
	color: #685583;
	font-family: Kefa;
	margin-bottom: 20px;
}
.tlccircle {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 50%;
	background-color: #2A3565;
}
.tlcin h4 {
	color: #685583;
	font-family: Kefa;
	margin: 15px 0 0;
	font-size: 2em;
}
.tlhin h4 {
	color: #685583;
	font-family: Kefa;
	margin: 15px 0 0;
	font-size: 1.125em;
}
.tlci {
/*	width: 600px;
	max-width: 100vw;*/
	box-shadow: 0px 3px 6px rgba(0,0,0,0.26);
	padding: 20px;
	height: 100%;
	background-color: #fff;
}
.tlhi {
	box-shadow: 0px 3px 6px rgba(0,0,0,0.26);
	padding: 20px;
	height: 100%;
	background-color: #fff;
}
.tlc .owl-stage-outer {
	padding:10px 0;
}
.tlh .owl-stage-outer {
	padding:10px 0;
}

.tlc .owl-stage-outer:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #D5CFDC;
	margin: auto;
	z-index: -1;
}
.tlh .owl-stage-outer:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #D5CFDC;
	margin: auto;
	z-index: -1;
}
.tlc .owl-stage {
	display: -ms-flex;
	display: flex;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    position: relative;
}
.tlha {
	cursor: pointer;
} 
.tlh .owl-stage {
	display: -ms-flex;
	display: flex;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    position: relative;
}
.tlc .owl-stage:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.tlh .owl-stage:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.tlcco {
    position: relative;
    max-width: 150px;
    margin: auto;
}
.tlcin {
	height: 100%;
}
.tlcmid {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #685583;
    margin: 1px 10px 0;
}
.tlca svg {
	width: 40px;
	height: 20px;
}
.tlca {
	cursor: pointer;
	padding:15px 0;
}
.tlc-arrows {
	margin:0 0 10px;
}
.contactform {
	padding:80px 0 0;
	position: relative;
}
.contactform > .container-fluid {
	position: relative;
}
.navbar-brand img {
	height: 54px;
}
.tldragtxt span {
	color: #2A3565;
	font-style: italic;
}
.cfrcol {
	background-color: #2A3565;
}
.cf-right {
	text-align: center;
	padding:20px;
	color: #fff;
}
.cf-right h2 {
	font-family: Kefa;
	font-size: 2em;
}
.cf-left {
    width: 400px;
    max-width: 100%;
    margin: 20px auto;
}
.cflco {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}
.cflcircle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: rgba(104,85,131,0.8);
	padding:50px;
	color: #fff;

	display: -ms-flex;
	display: flex;
	-ms-align-items:center;
	align-items: center;
	-ms-flex-pack:center;
	justify-content: center;
	flex-direction: column;
}
.cflcircle h3 {
	margin-bottom: 20px;
}
.cogForm legend, .cogForm label {
	font-size: 1.1rem;
	margin-left: 10px !important
}
.cogForm input, .cogForm textarea {
    padding: 7px 15px;
    border-radius: 17px;
    border: none;
}
.cogForm .c-forms-form {
	outline: none;
}
.cogForm .cognito #c-submit-button, .cogForm .c-button-section .c-action {
	float: none;
}
.cogForm .c-button-section {
	text-align: center;
	padding-bottom: 0 !important;
}
.contactform > .container-fluid:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background:url('/img/meshbgo.png') top / cover;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.5;
}
.footcta {
	background-color: #D5CFDC;
	padding:15px 0;
}
.footcta p {
	margin-bottom: 0;
	font-weight: bold;
}
.footcta h3 {
	margin-bottom: 0;
	color: #2A3565
}
.footcta .btn-common {
	display: block;
}
.footLinks a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.fLt a {
	font-size: 1.2em;
	font-weight: 800;
	padding:5px 0;
	display: inline-block;
}
.footmain {
	background-color: #D6E4ED;
	padding:30px 0;
}
.fLm a {
	padding:5px 0;
	margin-bottom: 0;
	display: inline-block;
}
.footaddress p {
	font-weight: bold;
	margin-bottom: 0;
}
.footaddress {
	margin:15px 0;
}
.footcontact p {
	margin-bottom: 0;
}
.footBot {
	padding:10px 0;
	background-color: #066CB7;
	color: #fff;
	text-align: center;
}
.footBot p {
	margin: 0;
	font-style: italic;
}
.footcontact span {
	white-space: nowrap;
}
.topnavlo {
	padding-left: 60px;
	position: relative;
}
.tn-dd {
    overflow: hidden;
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    padding: 40px 15px 15px;
    z-index: 3;
    background-color: #2A3565;
    text-align: center;
    max-height: 0;
    opacity: 0;
    transition: all ease 0.3s;
}
.tn-dd.tn-ddo {
	max-height: 500px;
	top:0px;
	opacity: 1;
}
.btn-common.btnwhite {
	background-color: #fff;
	color: #685583;
}
.btn-common.btnblue {
	background-color: #066CB7;
	color: #fff;
}
.tn-ddin .btn-common.btnwhite {
    padding: 5px 10px;
    line-height: 1em;
    width: 100%;
    max-width: 170px;
    height: 42px;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px auto 0;
}
.nav-item {
	margin-left: 15px;
}
.bcrumbs {
	padding-bottom: 15px;
}
.bcrumbs a {
	color: #000;
	position: relative;
	display: inline-block;
	padding:2px 0;
	margin-right: 18px;
	text-decoration: none;
}
.bcrumbs a:before {
    content: ">";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    color: #000;
    pointer-events: none;
    user-select: none;
    margin: auto;
    line-height: 1em;
    height: 17px;
}
.bcrumbs a:first-child:before {
	content: none;
}
.bcrumbs a:not([href]) {
	color: #066CB7 !important;
	font-weight: bold;
}
.directors {
	padding:80px 0 0;
}
.dirbox {
	padding:20px 15px 15px;
	background-color: #F7F6F8;
	text-align: center;
}
.dirbox h3 {
	color: #066CB7;
	text-align: center;
}
.dircol {
	margin-bottom: 22px;
}
.testimonial {
	position: relative;
}
.testimonial > .container {
	position: relative;
	z-index: 2;
}
.picon {
	width: 50%;
    margin: auto auto 20px;
}
.products {
	padding:80px 0 0;
	margin-bottom: -60px;
}
.pcol {
	margin-bottom: 60px;
}
.pdd {
	border: 1px solid #685583;
	border-radius: 10px;
	background-color: #fff;
	position: relative;
}
.pddin {
	padding: 0px 15px 7px 34px;
}
.pddlink.collapsed .fa-caret-right {
	display: inline-block;
}
.pddlink.collapsed .fa-caret-down {
	display: none;
}
.pddlink .fa-caret-right {
	display: none;
}
.pddlink .fa-caret-down {
	display: inline-block;
}
.pddlink > .fa {
    width: 20px;
    font-size: 1.9em;
    position: absolute;
    left: 7px;
    top: 6px;
}
.pddlink > .fa.fa-caret-right {
    left: 13px;
}
.pddlink {
	color: #066CB7;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	transition: all ease 0.15s;
	padding: 7px 15px 7px 35px;
	display: block;
}
.pddlink.collapsed {
	color: #2A3565;
}
.pddlink span {
	display: block;
	font-size: 1.3em;
}
.bgcontainer {
	position: relative;
	overflow: hidden;
}
.loginput {
    padding: 7px 15px;
    border-radius: 17px;
    border: 1px solid #707070;
    background-color: #fff;
    width: 100%;
}
.loginForm label {
	display: block;
    font-size: 1.1em;
    margin: 0 0 5px 10px;
}
.login {
	position: relative;
	z-index: 3;
	margin-bottom: 60px;
}
.fpasstxt {
	font-style: italic;
	margin-top: 20px;
}
input.btn-common:focus {
	background-color: #DAD5E0;
	color: #000;
}
#errortxt {
	color: red;
}
.errors {
	text-align: center;
}
.header.headeralt {
	padding:0 0 70px;
}
.hlogout {
    position: absolute;
    bottom: 12%;
    right: 13%;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    z-index: 4;
}
.hlogout p {
	margin: 0 15px 0 0;
	font-weight: bold;
	color: #066CB7;
	font-size: 1.2em;
}
.uploadSection {
	padding: 60px 0 0;
	position: relative;
	z-index: 3;
	overflow: hidden;
}
.uSin span {
	display: block;
}
.uSin {
	text-align: center;
	position: relative;
}
.uformwrap {
    position: absolute;
    top: 0;
    left: -200vw;
}
.uSmax {
	font-size: 0.9rem;
	font-style: italic;
}
.uSreco {
	margin-top: 20px;
}
.btn-common.uploadBtn {
    font-size: 1.5rem;
    border-radius: 40px;
    padding: 10px 50px;
}
.fileList {
	padding:60px 0 70px;
	position: relative;
	z-index: 3
}
.fileI {
	display: -ms-flex;
	display: flex;
	-ms-align-items:center;
	align-items: center;
	-ms-flex-pack:space-between;
	justify-content: space-between;
}
.fileI p {
	margin-bottom: 0;
	font-weight: bold;
}
.fileCol {
	margin-bottom: 25px;
}
.fileSize {
    display: block;
    text-align: center;
    line-height: 1.2rem;
    font-size: 0.8rem;
}
.dropfileUI {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0,0,0,0);
    transition: background-color ease 0.3s, opacity ease 0.3s; 
    padding:30px;
    opacity: 0;
}
#dropfile.dropping .dropfileUI {
	z-index: 1000;
	background-color: rgba(255,255,255,0.8);
	display: block;
	opacity: 1;
}
.dfuiin {
	display: -ms-flex;
	display: flex;
	-ms-align-items:center;
	align-items: center;
	-ms-flex-pack:center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
	border: 5px dashed rgba(0,0,0,0.8)
}
.dfuiin span {
	font-size: 2em;
}
.bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: green;
	transition: all ease 0.15s;
}
.progressbar {
	position: relative;
	display: -ms-flex;
    display: flex;
    height: 0.5rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
    max-width: 500px;
    margin: auto;
}
.upStatus {
	text-align: center;
	margin-top:20px;
}
.fileAction {
	position: relative;
	padding: 0 25px 0 0;
}
.fileDelete {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 15px;
    margin: auto;
    display: block;
    color: #aaa;
    text-decoration: none !important;
    height: 22px;
    cursor: pointer;
    padding: 0;
    border: none;
    background: none;
}
.fileDelete:hover {
	color: red;
	height: 20px;
}
.fIdate,
.fItime {
    font-style: italic;
    display: block;
    line-height: 1em;
    font-size: 0.7em;
}
.deletableFN {
	font-weight: bold;
}
.close {
    background: transparent;
    border: 2px solid #6c757d;
    color: #6c757d;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 1.5em;
    padding: 0px;
    line-height: 1em;
    min-width: 35px;
    font-weight: bold;
}
#deletableFN {
	font-weight: 800;
	white-space: nowrap;
}
.areyousured {
	font-weight: bold;
	font-size: 1.2em;
}
.smCin {
	max-width: 500px;
	margin: auto;
}
.topH h2 {
	color: #2A3565
}
.smCin h4 {
	color: #066CB7;
}
.smCentered {
	padding:60px 0 0;
}
/* .pdfI {
	padding:20px 15px 60px;
	background-color: #F7F6F8;
	height: 100%;
	position: relative;
	text-align: center;
} */
/* .pdfIBtn {
	position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 1.1em;
} */
.wiscub-border {
	border-bottom: 2px solid #066CB7;
}

.pdfI a {
	color: #2A3565;
	text-decoration: none;
	border-bottom: 2px solid #066CB7;
}
.pdfI h3 {
	color: #066CB7;
	font-size: 1.15em;
}
.pdfList {
	padding:70px 0 0;
}
.resources {
	padding:70px 0 0;
}
.contactInfo {
	padding:60px 0 0;
	overflow: hidden;
	position: relative;
}
.contactI-l {
	position: relative;
	background-color: #2A3565;
}
.contactI-l:before {
	content: "";
	position: absolute;
	right: 99%;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 100%;
	background-color: #2A3565;
}
.contactI-r {
	position: relative;
	background-color: #685583;
}
.contactI-r:before {
	content: "";
	position: absolute;
	left: 99%;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 100%;
	background-color: #685583;
}
.cItxt {
	padding:30px 0;
	color: #fff;
}
.cItxt p {
	margin-bottom: 10px;
}
.cItxt a {
	color: #fff;
}
.mapClip {
	width: 100%;
	position: relative;
	height: 0;
	padding-bottom: 80%;
	background-color: #fff;
	/*clip-path: url(#wiscoClip);*/
	margin-bottom:30px;
}
.mapClip #map {
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	min-width: 100%;
	min-height: 100%;
}
.mapinfo {
	padding:60px 0 0;
	overflow: hidden;
}
.mapwrap svg {
	max-width: 100%;
	height: 0px;
	opacity: 0;
}
.maddress {
	display: inline-block;
	margin: auto;
	text-align: left;
}
.maddress p {
	margin: 0;
}
.mapwrap {
	text-align: center;
}
.mRi h3 {
	color: #685583;
	font-size: 1.3em;
	margin: 0;
}
.mRi p {
	margin: 0;
}
.mRi {
	margin-bottom: 30px;
}
.phoneNumbers strong {
	color: #685583
}
.meshbgcontainer {
	position: relative;
	overflow: hidden;
}
.meshbgcontainer .meshbg {
	z-index: -1;
}
.searchin {
	max-width: 400px;
	margin: auto;
}
.search {
	padding:60px 0;
}
.searchResults {
	padding:60px 0 0;
}
.searchResults ul {
	list-style: none;
	padding:0;
}
.searchResults li {
    border-left: 3px solid #685583;
    margin-bottom: 30px;
    padding-left: 30px;
}
.searchResults h2 {
	color: #066CB7;
	font-size: 1.3em;
}
.searchResults a {
	color: #066CB7
}
.paging {
	font-size: 1.1em;
	display: -ms-flex;
	display: flex;
	-ms-align-items:center;
	align-items: center;
	-ms-flex-pack:center;
	justify-content: center;
	font-weight: bold;
}
.paging a {
	margin:8px;
}
.fileddWrap {
    display: inline-block;
    margin: auto auto;
    text-align: center;
    font-weight: bold;
}
.dropdownHeading {
	display: block;
    text-align: left;
    padding-left: 12px;
}
.fileddWrap select {
	background:#fff;
	border: 1px solid #707070;
	padding: 7px 15px;
    border-radius: 17px;
    float: left;
}
.mobileSearchA {
	color: #000;
	font-size: 1.2em;
	display: -ms-flex;
	display: flex;
	text-decoration: none;
}
.navbar-nav .nav-link.mCUP {
    cursor: pointer;
    background-color: #2A3565;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-pack: between;
    justify-content: space-between;
    font-size: 1.2em;
}
.mCUPclose {
	text-align: center;
	position: relative;
}
.mCUPoIn {
	position: relative;
	display: -ms-flex;
	display: flex;
	-ms-align-items:center;
	align-items: center;
	flex-direction: column;
	-ms-flex-direction:column;
	-ms-flex-pack:between;
	justify-content: space-between;
	min-height: 100%;
	padding: 0 0 15px;
}
.mCUPlinks a {
    display: block;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 0px 6px #7CB9E4;
    color: #685583;
    text-align: center;
    font-size: 1.3em;
    padding: 8px 15px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 13px;
    width: 100%;
}
.mCUPclose {
	color: #fff;
	text-decoration: none;
	font-size: 1.3em;
	cursor: pointer;
	padding:15px;
}
.mCUPlinks {
	padding:0 15px;
}
.aTtab {
	display: none;
}
.aTtab.active {
	display: block;
}
.aTlink {
    color: #000;
    font-weight: bold;
    padding: 4px 15px;
    border: 1px solid #685583;
    border-radius: 4px 4px 0 0;
    background: #fff;
    text-decoration: none;
    font-size: 1.3em;
    cursor: pointer;
    display: inline-block;
    margin-bottom: -1px;
}
.aTlink.active {
	border-bottom: 1px solid transparent;
	color:#066CB7;
}
.aTlinks {
	border-bottom: 1px solid #685583;
	margin-bottom: 30px;
}
.userIHeading span {
	font-weight: bold;
	font-size: 1.1em;
}
.userIHeading {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
.userI {
	padding:4px;
	border-top: 1px solid #000;
}
.userI:first-child {
	border-top: none;
}
.userI .btn-common {
	display: inline-flex;
}
.uCIg label {
	font-weight: bold;
}
.uCIg {
	margin-bottom: 30px;
}
.uCIg input[type="text"], .uCIg input[type="password"] {
	display: block;
    background: #fff;
    border: 1px solid #707070;
    padding: 7px 15px;
    border-radius: 17px;
    width: 100%;
}
.uCIg input[type="checkbox"] {
	height: 20px;
	width: 20px;
	cursor: pointer;
}
.roleSubtxt {
	margin: 0;
}
.uCI-orgtitle {
	font-weight: bold;
	margin: 0;
}
.verinput {
	display: block;
    background: #fff;
    border: 1px solid #707070;
    padding: 7px 15px;
    border-radius: 17px;
    width: 100%;
    margin-bottom: 15px;
}
.verification {
	padding:0 0 60px;
}
.verform {
    max-width: 250px;
    margin: auto;
}
.verError {
	color: red;
}
.uCI-org {
	display: -ms-flex;
	display: flex;
	-ms-align-items:center;
	align-items: center;
}
.uCI-org input {
	margin-right: 5px
}
.checkvalid {
	background-color: #ffcaca !important;
}
.jtxt {
	padding:60px 0;
}
.footInfo img {
	height: 60px;
}
.footertndd {
	cursor: pointer;
}
.nnotif {
	padding:6px 15px;
	text-align: center;
	background-color: #fd443c;
}
.nnotifa {
	display: -ms-flex;
	display: flex;
	-ms-align-items:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content: center;
	text-decoration: none;
	color: #fff !important;
	font-weight: 800;
}
.nnotifa p {
	margin:0;
	padding-right: 8px;
}
.nnotifa .fa-chevron-up {
	display:block;
}
.nnotifa .fa-chevron-down {
	display:none;
}

.nnotifa.collapsed .fa-chevron-up {
	display:none;
}
.nnotifa.collapsed .fa-chevron-down {
	display:block;
}
.nnotifTxt {
	color: #fff;
	font-weight: bold;
	padding:10px 15px 5px;
}
.nnotifTxt p {
	margin-bottom: 5px;
}
.pitem {
	padding: 15px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    height: 100%;
    border-radius: 6px;
}
























@media (max-width: 991px) {
	.mapwrap {
		margin-bottom: 20px;
	}
	.mapClip {
		-webkit-clip-path:none;
		margin-bottom: 20px;
	}
	.mapClip #map {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.navbar-nav .nav-link {
	    background-color: #685583;
	    border-radius: 20px;
	    box-shadow: 0px 0px 6px #2A3565;
	    padding: 9px 25px !important;
	    color: #fff;
	    margin: 15px 0 0;
	    display: block;
	    text-transform: none;
	}
	.hlogout {
	    position: relative;
	    bottom: -65px;
	    right: 0;
	    padding: 0 15px;
	    -ms-flex-pack: center;
	    justify-content: center;
	}
	.meshbg {
		height: 100%;
	}
	.meshimg {
		height: 100%;
		max-height: none;
	}
	.header {
		padding:0 0 150px;
	}
	.wavesvg svg {
		display: none;
	}
	.wavesvg:before {
	    bottom: 0;
	    border-radius: 0 0 50% 50%;
	    width: 200%;
	    left: -53%;
	    box-shadow:0px 0px 6px rgba(0,0,0,0.46)
	}
	.htxt {
	    padding-left: 30px;
	    padding-right: 30px;
	    padding-top: 50px;
	    width: 100%;
	}
}
@media (min-width: 992px) {
	input.btn-common:hover {
		background-color: #DAD5E0;
		color: #000;
	}
	.cmnheader .htxt {
	    padding-left: 9%;
	    width: 39%;
	}
	.tlca {
		transition: all ease 0.15s;
		opacity: 0.5;
	}
	.tlca:hover {
		opacity: 1;
	}
	.btn-common:hover, .cogForm .btn-default:hover {
	  color: #000;
	}
	.btn-common:hover:after, .cogForm .btn-default:hover:after {
	  left: 0;
	  width: 100%;
	}
}
@media(max-width: 767px) {
	.tlci, .tlcin {
		height: auto;
	}
	.tlc-o .owl-stage {
		display: block;
	}
}

.small-img img {
	width: 90px;
	margin-right: 20px;
}
.small-img span {
	font-size: 1.3em;
	color: #2A3565;
	font-weight: bold;
}
.pdds {
	padding: 0px 15px 7px 34px;
}
.pdds span {
	font-size: 1.4em;
	color: #2A3565;
	font-weight: bold;
}

