@import url('https://fonts.googleapis.com/css2?family=Open+Sans&amp;display=swap');

	.te_submit{
		background-color: green;
		border-color: green;
		border-radius: 5px;
		font-family: 'Nunito Sans', sans-serif;
		color: white;	
		margin-left: 3px;
		font-size: 12px;
		vertical-align: middle;
		padding: 0px 5px;
	}
	
	.selector {
		border-radius: 5px;
		vertical-align: middle;
	}
	
	.mainTempEditDiv {
		width: 900px; 
		border: solid 1px #999999;
		margin: 0 auto;
	}
	
	.te_header {
		/*border: solid 1px #999999;*/ 
		margin-bottom: 5px;
	}
	
	.te_headerDisplay {
		 background-color: #dfdfdf;
		 padding-left: 3px;
	}
	
	.te_headerOptions {
		 border-top: solid 1px #999999;
		 border-bottom: solid 1px #999999;
	}
	
	.te_submit_bigger {
		background-color: green;
		border-color: green;
		border-radius: 5px;
		font-family: 'Nunito Sans', sans-serif;
		color: white;	
		margin-left: 3px;
		font-size: small;
		width: auto;
		height: 35px;
		text-align: center;
		
	}
	
	input[type=file]{
		border:none;
	}


	input[type=checkbox] {
		vertical-align: middle;	
	}
	
	input[type=radio] {
		vertical-align: middle;	
	}
	
	.te_header_text {
		font-weight: bold;
		padding: 10px 0px 10px 5px;
	}
	
	.deleteButton {
		background-color: red;
		padding: 10px;
		border-radius: 5px;
		color: white;
		font-family: 'Nunito Sans', sans-serif;
		font-size: 12px;
		text-decoration: none;
	}
	
	#skiptocontent a {
		padding:6px;
		position: absolute;
		top:-40px;
		left:0px;
		color:white;
		border-right:1px solid white;
		border-bottom:1px solid white;
		border-bottom-right-radius:8px;
		background:transparent;
		-webkit-transition: top 1s ease-out, background 1s linear;
	    transition: top 1s ease-out, background 1s linear;
	    z-index: 100;
	}

	#skiptocontent a:focus {
		position:absolute;
		left:0px;
		top:0px;
		background:#BF1722;
		outline:0;	
		-webkit-transition: top .1s ease-in, background .5s linear;
	    transition: top .1s ease-in, background .5s linear;
	} 
	
	.bulletTextCondensed {
		width: 215px;
		background: #054810;
	    background-image: none;
		background-image: -webkit-linear-gradient(top, #000000, #333333);
		background-image: -moz-linear-gradient(top, #000000, #333333);
		background-image: -ms-linear-gradient(top, #000000, #333333);
		background-image: -o-linear-gradient(top, #000000, #333333);
		background-image: linear-gradient(to bottom, #000000, #333333);
		border-top-right-radius: 40px 40px;
		border-bottom-right-radius: 40px 40px;
		border-top-left-radius: 0px 0px;
		border-bottom-left-radius: 0px 0px;
		-webkit-border-radius: 28;
		text-shadow: 1px 1px 3px #666666;
		-webkit-box-shadow: 0px 1px 3px #666666;
		-moz-box-shadow: 0px 1px 3px #666666;
		box-shadow: 0px 1px 3px #666666;
		font-family: 'Nunito Sans';
		font-weight: 300;
		color: #ffffff;
		font-size: 20px;
		padding: 10px 20px 10px 20px;
		text-decoration: none;
		line-height: normal;
	}
	
	.bulletTextSmallCondensed {
	  width: 180px;
	  background: #054810;
	  background-image: -webkit-linear-gradient(top, #000000, #333333);
	  background-image: -moz-linear-gradient(top, #000000, #333333);
	  background-image: -ms-linear-gradient(top, #000000, #333333);
	  background-image: -o-linear-gradient(top, #000000, #333333);
	  background-image: linear-gradient(to bottom, #000000, #333333);
	  border-top-right-radius:  20px 20px;
	  border-bottom-right-radius:  20px 20px;
	  border-top-left-radius:  0px 0px;
	  border-bottom-left-radius:  0px 0px;
	  /* -webkit-border-radius: 28;
	  -moz-border-radius: 28;
	  border-radius: 28px; */
	  text-shadow: 1px 1px 3px #666666;
	  -webkit-box-shadow: 0px 1px 3px #666666;
	  -moz-box-shadow: 0px 1px 3px #666666;
	  box-shadow: 0px 1px 3px #666666;
	  font-family: 'Nunito Sans';
		font-weight: 300;
	  color: #ffffff;
	  font-size: 16px;
	  padding: 5px 10px 5px 10px;
	  text-decoration: none;
	  margin-left:-10px;
	  line-height: normal;
	}
	
	.contentpage_headingLinkText, A.contentpage_headingLinkText:link, a.contentpage_headingLinkText:active, a.contentpage_headingLinkText:visited {
		font-family: 'Nunito Sans';
		font-size: 13pt; 
		text-decoration: none; 
		color: #666666; 
		line-height: normal;
		}
		
	a.contentpage_headingLinkText:hover {
		text-decoration: none; color: #333333;
		}
	
	.contentpage_ann_header	{
		font-size: 11pt; 
		color: #3f1f00; 
		font-weight: bold; 
		font-family: 'Nunito Sans', sans-serif;
		line-height: normal;
		}
		
	.contentpage_ann_text	{
		font-size: 10pt; 
		color: #726b6a;
		line-height: normal;
		}
		
	a.contentpage_linkText, A.contentpage_linkText:link, a.contentpage_linkText:active, a.contentpage_linkText:visited {
		font-family: 'Nunito Sans', sans-serif;
		font-size: 10pt; 
		text-decoration: underline; 
		color: #726b6a;
		line-height: normal;
		}
		
	a.contentpage_linkText:hover {
		text-decoration: underline; color: #999999;
		}
		
	/* Global Styles for Secondary Pages */
	.secondaryNewsDiv {
		margin: 0px 20px;
	}
	
	.secondaryNewsImage {
		width: 100%;
		height: auto;
		margin-top: 30px;
		padding-right: 10px;
	}
	
	.secondaryNewsHeaderText {
		font-size: 14px;
		font-weight: 500;
		text-align:left;
		line-height:16px;
		width: 100%;
		padding-top: 30px;
		padding-bottom: 18px;
	}
	
	.secondaryNewsImageWithCaption {
		min-height: 70px;
	}
	
	.secondaryNewsCaption {
		font-size: 20px;
		font-weight: 600;
		text-align:left;
		line-height:30px;
		width: 100%;
		padding-top:8px;
		padding-right:20px;
	}
	
	/*Set images and iframes to be responsive*/
	.forceResponsiveImage img {
	    max-width: 100% !important;
	    height: auto;  /*!important; */
	}	
	
	
	.table-container-responsive table, th, td {
border-collapse: collapse;
max-width:100%;
}
.table-container-responsive table{
    max-width:100%;
    table-layout: auto;
    overflow-wrap: break-word;
}

/*	.forceResponsiveImage iframe {
	    max-width: 100% !important;
	    height: auto !important;
	}	*/
	
	

/* rounded buttons */



	
a.te_RoundButton {
display: inline-block;
padding:10px;
margin:0px 5px;
border:2px solid rgba(219, 219, 219, 0);
border-radius: 25px;
box-sizing: border-box;
text-decoration: none;
font-family: 'Open Sans',sans-serif;
font-weight:400;
color:#FFFFFF;
text-align: center;
transition: all 0.2s;
}
a.te_RoundButton:hover {
border-color: rgba(219, 219, 219, 1);
}

a.te_RectangleButton{
display: inline-block;
padding:10px;
margin:0px 5px;
background-color:#2c81c5;
border-radius: 5px;
box-sizing: border-box;
text-decoration: none;
font-family: 'Open Sans',sans-serif;
font-weight:400;
color:#FFFFFF;
text-align: center;
transition: all 0.2s;
}

a.te_RectangleButton:hover {
background-color:#205E91;
color:#FFFFFF;
}

a.te_LessRoundButton {
display: inline-block;
padding:10px;
margin:0px 5px;
border:2px solid rgba(219, 219, 219, 0);
border-radius: 5px;
box-sizing: border-box;
text-decoration: none;
font-family: 'Open Sans',sans-serif;
font-weight:400;
color:#FFFFFF;
text-align: center;
transition: all 0.2s;
}
a.te_LessRoundButton:hover {
border-color: rgba(219, 219, 219, 1);
}

/* end rounded buttons */


/* tooltip */
@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v95/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2) format('woff2');
}

.material-icons-outlined {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-top;
  cursor: default;
}
.material-icons-outlined .md-18 { font-size: 18px; }
.md-dark { color: rgba(0, 0, 0, 0.54); }

.tempedit_tooltip {
    position: relative;
    display: inline-block;
    
}

.tempedit_tooltip .tooltiptext {
    visibility: hidden;
    width: 500px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.tempedit_tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tempedit_tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}