@media screen and (max-width: 720px) {
  .snapwidget.mobile {
    display: block;
  }
  
  .snapwidget.desktop {
    display: none;
  }
}

@media screen and (min-width: 721px) {
  .snapwidget.desktop {
    display: block;
  }
  
  .snapwidget.mobile {
    display: none;
  }	
}

/* Constant Contact Archive List - EJS */
#archiveList {
                     line-height: 2;
       }

/* End onstant Contact Archive List - EJS */

/* Rounded Corner - EJS */
div.rounded-corners {
	height: 100%;
    padding: 20px;
	background: #aaadb0;
    border: 1px solid #2966A2;
    border-radius: 10px;
    -moz-border-radius: 10px;
}	
/* End Rounded Corner - EJS */


/* CIRCLES AND NUMBERS - EJS */
.numberCircle {
    font-family: "OpenSans-Semibold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 0px;
    border-radius: 50%;
    font-size: 20px;
    min-width: 38px;
    min-height: 38px;
}

.numberCircle span {
    display: inline-block;
    padding-top: 50%;
    padding-bottom: 50%;
    margin-left: 1px;
    margin-right: 1px;
}
.clrBlue {
    background: #2966A2;
}
/*  END CIRCLES AND NUMBERS - EJS */



.uploadFile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.uploadFile + label {
    font-weight: 400;
    font-size: 1rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 0.375rem 0.75rem;
	color: #333333;
	background-color: #ebebeb;
	border: 1px solid #cccccc;
	border-radius: 0.25rem;
}

.uploadFile + label svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	fill: #333333;
	margin-top: -0.25em;
	/* 4px */
	margin-right: 0.25em;
	/* 4px */
}

.uploadFile:focus + label,
.uploadFile.has-focus + label,
.uploadFile + label:hover {
	background-color: #ffffff;
}

body {
	padding-top: 106px;
	color: #656565;
}
/* unvisited link */
a:link {
  color: #2966A2;
}
/* visited link */
a:visited {
  color: #2966A2;
}
/* mouse over link */
a:hover {
  color: #62ab40;
}
/* selected link */
a:active {
  color: #62ab40;
}

.hero-header {
	height: 50vh;
	min-height: 300px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
	-o-background-size: cover !important;
}

.btn-link {
    color: #2966A2;
}
.btn-outline-primary {
  color: white;
  border-color: white;
}
.btn-outline-primary:hover {
  background-color: #444444;
  border-color: #444444;
}

.navbar-light .navbar-nav .nav-link {
	color: #2966A2;
}
.centered {
    margin: 0 auto;
    text-align: left;
    width: 86%;
}

.card {
  height: 100%;
}
.card-no-border {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
}
.card-img-top {
     max-width: 100%;
     flex-shrink: 0;
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #fff;
    border-radius: .3rem;
}
.display-3 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.bg-blue {
    background-color: #2966A2 !important;
}


.bg-dark {
    background-color: #656565 !important;
}

.bg-orange {
    background-color: #ffc107!important;
}

.bg-dark-green {
    background-color: #3f7d26!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #2966A2;
}


.h2, h2 {
    font-size: 1.8rem;
}

.h3, h3 {
    font-size: 1.2rem;
}

.h4, h4 {
    font-size: 1.1rem;
}

.figcaption {
	padding: 0.5em;
	font-size: 7pt;
	text-align: center;
	border: thin silver solid;
	border-bottom: none;
}

input:required, textarea:required, select:required {
	border-left: 4px solid #a60000 !important;
}
.manageHeader {
	position: relative;
	text-align: center;
	background: #2966A2;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	line-height: 40px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	width: 100%;
	min-height: 40px;
	padding: 0 10px;
}
.manageMenuButtons {
	margin: 0 0 10px 0;
}
.manageMenuButtons h2 {
	margin: -10px 0 10px 0;
}

.modal {
  background: rgba(0,0,0,0.5);
}

@-o-keyframes fadeIt {
	0%   { background-color: #ffffff; }
	50%  { background-color: #80c8ff; }
	100% { background-color: #ffffff; }
}
@keyframes fadeIt {
	0%   { background-color: #ffffff; }
	50%  { background-color: #80c8ff; }
	100% { background-color: #ffffff; }
}

.activity-response{    
	-o-animation: fadeIt 1.5s ease-in-out; 
	animation: fadeIt 1.5s ease-in-out; 
}

.panel {
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	border-color: ##ddd;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel-body {
	padding: 0;
}

.detailOuter, .detailOuterEven {
	display: grid;
}
.detailWrapper {
	display: grid;
}
@media all and (min-width: 1051px) {
	.detailOuter {
		grid-gap: 50px;
		margin: 0 50px 0 0;
		grid-template-columns: 60% 40%;
	}
	.detailOuterEven {
		grid-gap: 50px;
		margin: 0 50px 0 0;
		grid-template-columns: 50% 50%;
	}
	.detailWrapper {
		grid-template-columns: 20% 30% 20% 30%;
	}
	.detailRightFull {
		grid-column: span 3;
	}
}
@media all and (max-width: 1050px) {
	.detailOuter {
		grid-template-columns: 100%;
	}
	.detailOuterEven {
		grid-template-columns: 100%;
	}
	.detailWrapper {
		grid-template-columns: 30% 70%;
	}
}
.detailLeft, .detailLeftFull {
	padding: 5px;
	text-align: right;
	font-weight: bold;
	margin: 4px 0 4px 0;
}
.detailLeftFull {
	grid-column: 1;
}
.detailRight, .detailRightFull {
	padding: 5px;
	background-color: #eeeeee;
	margin: 4px 0 4px 0;
}
.detailWrapper:after, detailOuter:after {
	content: "";
	display: table;
	clear: both;
}

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }

.imagedropshadow {
    padding: 5px;
}
a:hover img.imagedropshadow {
	border: 1px solid #cccccc;
	box-shadow: 1px 1px 5px #999999;
}

.formButtons {
	margin: 20px 0 0 20px;
	height: 50px;
}

.waitingDiv{
	display: none;
	border-radius:50%;
	margin: 26px 0 20px 70px;
	width: 24px;
	height: 24px;
	box-sizing:border-box;
	background:#555658;
	animation:waitingDiv-animate 1s linear infinite
}
.waitingDiv:before{border-radius:50%;content:" ";width:24px;height:24px;display:inline-block;box-sizing:border-box;background-color:#555658;position:absolute;left:-30px;animation:waitingDiv-animate-before 1s ease-in-out infinite}
.waitingDiv:after{border-radius:50%;content:" ";width:24px;height:24px;display:inline-block;box-sizing:border-box;background-color:#555658;position:absolute;right:-30px;animation:waitingDiv-animate-after 1s ease-in-out infinite}
@keyframes waitingDiv-animate{0%{opacity:.5;transform:scale(1) translateX(0)}25%{opacity:1;transform:scale(1.1) translateX(-15px)}50%{opacity:1;transform:scale(1.2) translateX(15px)}100%{opacity:.5;transform:scale(1) translateX(0)}}
@keyframes waitingDiv-animate-before{0%{opacity:.5;transform:scale(1)}25%{transform:scale(1.1)}100%,50%{opacity:1;transform:scale(1)}}
@keyframes waitingDiv-animate-after{0%,50%{opacity:.5;transform:scale(1)}50%{transform:scale(1.1)}100%,75%{opacity:1;transform:scale(1)}}

img {
	max-width: 100%;
	height: auto;
}

.fa { margin-right: 5px; }

table.listingTable {
	width: 100%;
}
table.listingTable th {
	text-transform: uppercase;
}
@media screen and (max-width: 991px) {
	table.listingTable {
		border: 0;
		empty-cells: show;
	}
	table.listingTable thead {
		display: none;
	}
	table.listingTable tr {
		display: block;
		margin-bottom: .625em;
	}
	table.listingTable td {
		margin: 2px;
		border-bottom: 1px solid #bdbdbd;
		display: block;
		text-align: right;
		min-height: 20px;
	}
	table.listingTable td:before {
		content: attr(aria-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}
	table.listingTable td:last-child {
		border-bottom: 0;
	}
	.hideSmall {
		display: none !important;
	}
	.titleClass {
		text-align: left !important;
		width: 100% !important;
		padding-left: 6px;
	}
	.titleClass + td {
		margin: 0 0 10px 0;
		display: block;
	}
}
@media screen and (min-width: 992px) {
	.hideLarge {
		display: none !important;
	}
}

.btn-green, input[type="button"], input[type="submit"] {
	color: #ffffff;
	background-color: #60a845;
    border-color: #60a845;
}

.btn-primary, input[type="button"], input[type="submit"] {
	color: #ffffff;
	background-color: #2966A2;
    border-color: #2966A2;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active, input[type="button"]:hover, input[type="submit"]:hover {
	color: #ffffff;
	background-color:#555658;
	border-color: #555658;
}

.btn-default, input[type="button"], input[type="submit"] {
	color: #333333;
	background-color: #ebebeb;
	border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active, input[type="button"]:hover, input[type="submit"]:hover {
	color: #333333;
	background-color: #ffffff;
	border-color: #adadad;
}

.btn-white {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
	color: #000000;
	background-color: #ffffff;
	border-color: #adadad;
}
input[type="text"], input[type="password"], textarea, select {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 6px;
	border-radius: 6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border: 2px solid #f1f1f1;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
}

.pointer { cursor: pointer; }

.popbox {
	display: none;
	position: absolute;
	z-index: 99999;
	padding: 4px;
	background: #ffffff;
	color: #000000;
	border: 1px solid #2966A2;
	margin: 0px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
	box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
}

.colHdrTxt a, .colHdrTxt A:visited, .colHdrTxt A:link {
    font-size: 8pt;
	color: white;
}

.listingCol { padding: 2px; font-size: 9pt; }
.notification {
	font-weight: bold;
	background: #555658;
	color: white;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin-bottom: 4px;
}

.titleClass {
	display: block;
  	width: 100%;
	text-align: right;
	background: #f1f1f1;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #DDDDDD;
	border-top: 1px solid #EEEEEE;
	padding-top: 6px;
	margin-bottom: 6px;
	min-height: 38px;
}
.errorMessage, .error {
	color: #a60000;
	font-style: italic;
	font-weight: bold;
}
.sortingTableHeader {
	background: #2966A2;
	padding: 2px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	box-shadow: 0 3px 4px -2px #777777;
}
.sortingTableHeader, .sortingTableHeader a, .sortingTableHeader a:visited, .sortingTableHeader a:link, .sortingTableHeader a:active {
	font-size: 9pt;
	color: white;
	font-weight: bold;
}	
.sortingTableHeaderSmall, .sortingTableHeaderSmall a, .sortingTableHeaderSmall a:visited, .sortingTableHeaderSmall a:link, .sortingTableHeaderSmall a:active {
    font-size: 7pt;
	color: white;
    font-weight: bold;
	background: #2966A2;
}

.filterDiv {
	float: left;
	white-space: nowrap;
	padding: 0 5px 5px 0;;
	font-size: 8pt;
	min-height: 36px;
}
.filtersDiv {
	border: 1px solid #ccc;
	padding: 5px 5px 0 5px;
	margin: 0 0 10px 0;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.filtersDiv:after {
	content: "";
	display: table;
	clear: both;
}

label { cursor: pointer; }
a { color: #2966A2; }



@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -0.125em;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: .75s linear infinite spinner-border;
	animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -0.125em;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: .75s linear infinite spinner-grow;
	animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
	.spinner-border,
	.spinner-grow {
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s;
	}
}