
.sd-form-element{
	max-width:100%;
}
.h2 {
    font-size: 1.7em;
}
.h3{
	font-size: 1.35em;
}
.h4{
	font-size: 1.15em;
	margin-top: 13.5px;
    margin-bottom: 2.25px;
}
.width-50{
	width:50px;
}
.width-100{
	width:100px;
}
.width-200{
	width:200px;
}
.width-300{
	width:300px;
}
.width-400{
	width:400px;
}
.width-500{
	width:500px;
}
.width-600{
	width:600px;
}
.d-flex{
	display: -ms-flexbox;
	display:flex;
}

.step-list li::before {
    padding: 0px 0px;
    position: absolute;
    width: 27px;
    text-align: center;
    height: 27px;
}

.displayFlex{
	display:flex;
	flex-flow: row wrap;
}
.flexEnd{
	align-items:flex-end
}

@media only screen and (max-width: 768px){
	.mobileBlock{
		display: block;
	}
}

.icon-admin:before {
    content: ' ';
	display: inline-block;
    background-image: url(../images/admin-icon-sm.svg);
    background-size: 17px 17px;
    height: 17px;
    width: 17px;
    margin-left: .5em;
    top: 3px;
    position: relative;
}

/* --------------------------------------secondary navigation------------------------------------------------- */
.secondaryNav{
	background: #F8D44C;
}
#nav {
	margin:0;
	padding:0;
}
#nav li {
	display:inline;
	padding:0;
	margin:0;
	text-align: center;
}

#nav {
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
#nav object{
	height:20px;
}

#nav a:link,
#nav a:visited {
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
	min-width: 75px;
	padding:10px 10px 0px 10px;
	float:left;
	width:auto;
	border-bottom: 6px solid transparent;
	transition: 0.3s;
}

#nav a:before {
	display: block;
    content: ' ';
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    margin: 0 auto 5px;
}

#nav #nav-home a:before {
    background-image: url(../images/home-icon-sm.svg);
}
#nav #nav-add a:before {
    background-image: url(../images/add-icon-sm.svg);
}
#nav #nav-search a:before {
    background-image: url(../images/search-icon-sm.svg);
}
#nav #nav-reports a:before {
    background-image: url(../images/reports-icon-sm.svg);
}
#nav #nav-admin a:before {
	background-image: url(../images/admin-icon-sm.svg);
}

#nav a:hover,
#nav a:focus {
	background:#FFF0B8;
	transition: 0.3s;
}

#add #nav-add a,
#search #nav-search a,
#reports #nav-reports a,
 {
	background:#e35a00;
	text-shadow:none;
	border-bottom: 6px solid transparent;
}
#add #nav-add a:hover,
#search #nav-search a:hover,
#reports #nav-reports a:hover,
 {
	background:#FFF0B8;
	transition: 0.3s;
}

#nav a:active, #nav a:focus, #nav a.active {
	background:#FFF0B8;
	border-bottom: 6px solid #004A8B;
}

/*  ---------------------------------------------End NAV----------------------------------------------------------- */

/*  ---------------------------------------------Start form elements----------------------------------------------------------- */


/* Start field widths */

.fw-2 {
    max-width: 2em;
    width: 100%;
}
.fw-4 {
    max-width: 4em;
    width: 100%;
}
.fw-6 {
    max-width: 6em;
    width: 100%;
}
.fw-8 {
    max-width: 8em;
    width: 100%;
}
.fw-10 {
    max-width: 10em;
    width: 100%;
}.fw-15 {
    max-width: 15em;
    width: 100%;
}
.fw-20 {
    max-width: 20em;
    width: 100%;
}
.fw-25 {
    max-width: 25em;
    width: 100%;
}
.fw-30 {
    max-width: 30em;
    width: 100%;
}
.fw-35 {
    max-width: 35em;
    width: 100%;
}
.fw-40 {
    max-width: 40em;
    width: 100%;
}
.fw-50 {
    max-width: 50em;
    width: 100%;
}

/* End field widths */

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], textarea, input[list] {
    border: 1px solid #a2a2a2;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="tel"]:hover, textarea:hover, input[list]:hover {
    outline: 4px solid #F8D44C;
	transition: outline-width 0.2s ease;
}
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[list] {
    height:2.3em
}

.input-group-text {
    font-weight: 600;
    color: #444444;
    background-color: #D0D0D0;
    border: 1px solid #a2a2a2;
	border-radius: 0;
	height:2.3em
}

.form-group {
    margin-bottom: 1em;
}

/* Start Radio button */
legend.label{

    margin-bottom: 5px;
    font-size: 1em;
    line-height: inherit;
    color: inherit;
    font-weight: 600;
	border-bottom: 0;
	color: #444;
	font-family: "open_sansbold",Helvetica,Arial,Tahoma,sans-serif;
}

legend h1, legend h2, legend h3, legend h4, legend h5, h1.label, h2.label, h3.label, h4.label, h5.label  {
    margin: 0;
    font-size: 1em;
    line-height: 1.6875;
    color: inherit;
    font-weight: bold;
	border-bottom: 0;
	color: #444;
	font-family: "open_sansbold",Helvetica,Arial,Tahoma,sans-serif;
}

.govns-radios__item {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.25;
  display: block;
  position: relative;
  min-height: 40px;
  margin-bottom: 0;
  padding-left: 40px;
  clear: left; }
  
.govns-radios__item.inline {
  display: inline-block; }

.govns-radios__item:last-child,
.govns-radios__item:last-of-type {
  margin-bottom: 0; }

.govns-radios__input {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -2px;
  width: 44px;
  height: 44px;
  margin: 0;
  opacity: 0; }

.govns-radios__label {
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 15px 5px;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

.govns-label-span {
    padding: 4px 12px;
    position: relative;
    left: -15px; }

.govns-radios__item:hover .govns-label-span  {
	background-color: #f8d44c;
	transition: 0.3s;  }
.govns-radios__item:hover .govns-radios__input + .govns-radios__label:before {
  box-shadow: 0 0 0 6px #f8d44c;
	transition: 0.3s; }
.govns-radios__item:hover .govns-radios__item .govns-radios__input:focus + .govns-radios__label:before {
  box-shadow: 0 0 0 4px #f8d44c, 0 0 0 10px #f8d44c; }
@media (hover: none), (pointer: coarse) {
  .govns-radios__item:hover .govns-radios__item .govns-radios__input + .govns-radios__label:before  {
    box-shadow: none; }
  .govns-radios__item:hover .govns-radios__item .govns-radios__input:focus + .govns-radios__label:before {
    box-shadow: 0 0 0 4px #f8d44c; } }

.govns-radios__label:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #a2a2a2;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0); }

.govns-radios__label:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: 38px;
	height: 38px;
	border: 10px solid #0058a4;
	border-radius: 50%;
	opacity: 0;
	background: #0058a4; }

.govns-radios__hint {
  display: block;
  padding-right: 15px;
  padding-left: 15px; }

.govns-radios__input:focus + .govns-radios__label:before {
  border-width: 4px;
  box-shadow: 0 0 0 4px #f8d44c}

.govns-radios__input:checked + .govns-radios__label:after {
  opacity: 1; }

.govns-radios--inline.govns-radios--conditional .govns-radios__item {
  margin-right: 0;
  float: none; }

.govns-radios__divider {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  margin-bottom: 10px;
  text-align: center; }

.govns-radios--small .govns-radios__item {
  min-height: 0;
  margin-bottom: 0;
  padding-left: 34px;
  float: left; }
  
  
 .govns-radios--small .govns-radios__item .govns-label-span {
    padding: 4px 12px;
    position: relative;
    left: -10px; }

.govns-radios--small .govns-radios__item:after {
  content: "";
  display: block;
  clear: both; }

.govns-radios--small .govns-radios__input {
  left: -10px; }

.govns-radios--small .govns-radios__label {
  margin-top: -2px;
  padding: 13px 15px 13px 1px;
  float: left; }

.govns-radios--small .govns-radios__label:before {
  top: 8px;
  width: 24px;
  height: 24px; }

.govns-radios--small .govns-radios__label:after {
  top: 10px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-width: 10px;
  color: #0058a4; }

.govns-radios--small .govns-radios__hint {
  padding: 0;
  clear: both;
  pointer-events: none; }

.govns-radios--small .govns-radios__conditional {
  margin-left: 10px;
  padding-left: 20px;
  clear: both; }

.govns-radios--small .govns-radios__divider {
  width: 24px;
  margin-bottom: 5px; }

.govns-hint {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin-bottom: 15px; }
  
  /* end Radio button */

/*  ---------------------------------------------End form elements----------------------------------------------------------- */

/*  --------------------------------------------- Start Card----------------------------------------------------------- */

*, *:before, *:after {
	box-sizing: border-box;
}

.card {
	background: #ffffff;
	box-shadow: 0 0 10px rgb(217, 230, 214);
	/*box-shadow: 0 0 20px rgba(217, 230, 214, 0);*/
	border-radius: 5px;
	/*max-width:200px;*/
	text-align: left;
	float: left;
	border: 0 solid white;
	/*margin-bottom: 1em;*/
	padding: 8px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 1.0em;
	width: 100%;
}
.card:hover {
	outline: 4px solid #F8D44C;
	transition: outline-width 0.2s ease;
}
.card .icon {
	margin: 20px 0 10px 0;
}

.card .icon svg {
	width: 100px;
	height: 100px;
}

.card .icon svg path {
	fill: #F6B352;
}

.card .title:after {
	display: block;
    content: ' ';
    background-repeat: no-repeat;
    background-position: center center;
    height: 69px;
    width: auto;
    margin: 15px auto 5px;
	
}
.card .title.add:after {
    background-image: url(../images/add-icon-lg.svg);
}

.card .title.search:after {
    background-image: url(../images/search-icon-lg.svg);	
}

.card .title.reports:after {
    background-image: url(../images/reports-icon-lg.svg);	
}

.card .title.admin:after {
    background-image: url(../images/admin-icon-lg.svg);	
}

.card p{
	margin-bottom: .6em;
}

/* --------------------------------------------end card ----------------------------------------------------- */
.mainpage-card {
	display: flex; 
	flex-flow: column wrap; 
	justify-content: flex-start;  
	max-width:200px; 
	margin:5px;
}
/* --------------------------------------------Start Quick Type----------------------------------------------------- */
.quickTypeList {
	font-size: .9em;
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 1em;
}

/* --------------------------------------------End Quick Type----------------------------------------------------- */
/* --------------------------------------------start balanced column ----------------------------------------------------- */

.programList {
  column-count: 3;
  column-gap: 24px;
}
.submissionList{
  column-count: 2;
  column-gap: 24px;
}

.programListColumn {
  column-fill: auto;
}

.programListItem {
  display:block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* --------------------------------------------end balanced column----------------------------------------------------- */
/* --------------------------------------------start btn ----------------------------------------------------- */
.btn-lg{
    margin: 1em auto;	
}
.btn-default {
	transition: 0.3s;
}
.btn-2nd {
    color: #0058a4;
    background-color: #fff;
    border-color: transparent;
	transition: 0.3s;
}
.btn-2nd:hover {
    color: #0058a4;
    background-color: #d4d4d4;
    border-color: rgba(0,0,0,0);
	transition: 0.3s;
}

/* --------------------------------------------end btn ----------------------------------------------------- */


/* --------------------------------------------Start sidebar ----------------------------------------------------- */
.screen-reader-only{
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(1px 1px 1px 1px); // IE 6 and 7
	clip: rect(1px,1px,1px,1px);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	-webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	overflow: hidden !important;	
}
.summaryContainer{
	background-color: #dddddd;
}
.summaryTitle:before {
    content: "Record Summary";
    color: #fff;
    font-size: 1.15em;
    font-weight: 600;
    position: absolute;
    width: 215px;
    top: -35px;
    left: 24px;
    z-index: 2;
}

.summaryTitle:after {
	content: "";
    height: 45px;
    left: 0;
    z-index: 1;
    position: absolute;
    top: -50px;
    width: 245px;
    padding: 10px 0 0 10px;
    border-bottom: 40px solid #3FBCED;
    border-left: 0px solid transparent;
    border-right: 28px solid transparent;
}

.summaryTitle{
    position:absolute;
}
.summaryTitle h2{
    color: transparent;
    margin: 0;
    padding: 0;
}
.summaryEdit{
	float:right;
}
.summaryEditing{
	
}
.summarycontent{
	padding: 24px;
	font-size: .9rem;
	margin-bottom: 2rem;
}
.summaryLabel{
	margin-bottom:0;
}
.summaryText{
	margin-bottom:.5rem;
}
.summarySectionEdit{
	
}

/* --------------------------------------------End Sidebar ----------------------------------------------------- */

/* --------------------------------------------start sticky footer ----------------------------------------------------- */

.Site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.Site-content {
  flex: 1;
}
/* --------------------------------------------End sticky footer ----------------------------------------------------- */

/* --------------------------------------------start modal ----------------------------------------------------- */
.modal-footer{
	padding: 0 1rem;
	display: block;
}
