<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -----------------------------------------
   Duplie Shared Styles
----------------------------------------- */
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
body {
	font-size: 16px;-webkit-font-smoothing: antialiased;
}
html, body {
	/*height: 100%;*/
}
iframe html, body {
	height: 100%;
}
html {
    position: relative;
    min-height: 100%;
}

footer {
    /*left: 0;*/
    bottom: 0;
    width: 100%;
	/*padding-top: 4px;  &lt;-- removed since it was spacing and would show line with bg color*/
}
footer.sticky {
	position: absolute;
}
.sticky-footer {
	z-index: 2;
	position: fixed;
	width: 100%;
	background-color: #fdfdfd;
	bottom: 0px;
	left: 0px;
	padding: 20px;
	border-top: 1px solid #d2d2d2; 
}
.event-list-item.calendarWeek.openings {
	background-color: #fff2df;
	border: 1px solid #ffdcab;
}

.event-list-item.calendarWeek.mySignup {
    background-color: #eaffea;
    border: 1px solid #4fad09;
}

.thickbox-body .static-bottom {
	position: fixed;
	bottom: 60px; /* leave enough for buttons*/
}
/*Wrapper is used for sticky footer.*/
.main-page {
    min-height: calc(100vh - 57px);
    /* background: #fff; */
}
.bgw {
	background: #fff;
}
input.text-large {
    font-size: 28px;
}

.relative {
	position: relative;
}
.topRight {
	position: relative;
	float: right;
}
.relative&gt;.topRight {
	position: absolute;
    top: 0;
    right: 0;
}
.relative&gt;.topRight.outside {
	margin-top: -2px;
    margin-right: -2px;
}
.topLeft {
	position: relative;
	float: left;
	margin-right: 12px;
}
.box.relative .topright.badge {
    position: absolute;
    top: -9px;
    right: -6px;
}
.container-full-width {width: 100%;}
/* //TODO bcp changed/updated on 5/22 removed the following and replaced with next line*/
/*.main-content {padding: 5px; padding-top: 15px; width:100%; min-height: 300px; overflow:auto;}*/
.main-content {width:100%; min-height: 300px; overflow:auto;}
.admin-main-content {padding: 10px; padding-top: 15px; width:100%; min-height: 300px;} /* 10/27/2019 removed overflow: auto as the dropdowns were being covered up */

.page-header {font-size: x-large; margin-bottom: 10px; padding-left: 5px;overflow: visible;}
.page-subheader {font-size: large;padding-bottom: 8px;border-bottom: 1px solid #eeeeee;padding-left:12px;padding-right: 8px;padding-top:20px;}
.page-header .page-desc {padding:0px;color:#707070;font-size: medium;padding-top: 10px;}
.page-subheader .page-desc {padding:0px;color:#707070;font-size: medium;padding-top: 7px;}
.page-desc {
  padding-bottom: 9px;
  /*margin: 5px 0 15px;
  border-bottom: 1px solid #eeeeee;*/
}
.main-title {
	border-bottom: 1px solid #d8d8d8;
}
.strikethrough {
	text-decoration: line-through;
}
.op {width:100%; min-height: 300px; overflow:auto;}
.opPadding0 {padding: 0px;}
.opPadding1 {padding: 5px;padding-top: 15px;}
.opPadding2 {padding: 10px;padding-top: 25px;}
.opPadding3 {padding: 15px;padding-top: 40px;}

.opcPadding0 {padding: 0px;}
.opcPadding1 {padding: 5px;}
.opcPadding2 {padding: 10px;}
.opcPadding3 {padding: 20px;}

.pane1-content {white-space: normal;padding:0px;overflow:visible;margin-bottom:6px;}/*overflow:hidden; removed because tables were chopped off 9/1/2015*/
.pane2-content {white-space: normal;padding:5px;overflow:visible;}
.pane3-content {white-space: normal;padding:5px;overflow:visible;}
.pane4-content {white-space: normal;padding:5px;overflow:visible;}
.pane5-content {white-space: normal;padding:0px;overflow:visible;margin-top:6px;}
.content-bg {background-color: #fff;}

.speech-bubble-incoming {
    background-color: #eae9e9; /* #f8f8f8; */
    border: 1px solid #eae9e9;
    border-radius: 30px;
    /* width: 210px; */
    /* text-align: center; */
    padding: 20px;
    /* position: absolute; */
     display: inline-block;
  	position: relative;
  	margin: 10px;
  	margin-top: 20px;
  	margin-bottom: 2px;
}
.speech-bubble-outgoing-name {
	color: #9c9c9c;
	text-align: right;
	
}
.sms-incoming-tstamp {
	margin-left: 40px;
	color: #999999;
	font-size: 13px;
}
.speech-bubble-outgoing {
	margin: 20px;
	margin-left: 40px;
	margin-right: 30px;
	margin-top: 5px;
    background-color: #82aff3;
    color: #fff;
    border: 1px solid #659aea;
    border-radius: 30px;
    /* width: 210px; */
    min-width: 190px;
    /* text-align: center; */
    padding: 20px;
    /* position: absolute; */
    display: inline-block;
  	position: relative;
}

.speech-bubble-incoming-arrow:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  	left: 20px;
	right: auto;
	top: -20px;
	/* bottom: -20px; */
	border: 10px solid;
	/* border-color: #c8c8c8 transparent transparent #c8c8c8; */
	border-color: transparent transparent #eae9e9 #eae9e9;
}
.speech-bubble-outgoing-arrow:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  	left: auto;
	right: 30px;
	bottom: -20px;
	border: 10px solid;
	border-color: #82aff3 #82aff3 transparent transparent;
}
div.rte-content img {padding: 5px;}/*add padding around all images*/
div.rte-content {display: initial;}
div.rte-content ol, div.rte-content ul {
    padding: 0px;
    padding-left: 25px;
}
div.rte-content p {
	margin: 4px 0px 4px;
}
.rte-content {
	line-height: 1.6;
}

.duplie-banner {border-bottom: 2px solid #777777; padding: 7px; background-color: #d4d2d2; background-image: linear-gradient(#f3f3f3, #cccccc); opacity: .93; position: relative; z-index: 99;}
.duplie-banner a.title-link {color: rgb(62, 62, 62);}
.duplie-banner img.custom-image {max-height: 50px;}
.static-banner {width: 100%; position: fixed; top: 0; left: 0; bottom: auto; z-index: 99;padding: 10px; border-bottom: 2px solid #49a732; background-color: #fff;}
.static-banner .page-header {border-bottom: none;margin-bottom:0px;padding-top: 5px;padding-bottom: 10px;}
.static-banner .page-desc {display: none;}

.duplie-footer {border-top: 1px solid #d0cdcd; padding: 10px; background-color: #eaeaea; color: black; border-bottom: 1px solid #c6c6c6;}

div.division-select {
	background-color: #8e8e8e;
	padding: 10px;
	color: white;
	text-align: right;
}
div.division-select select {
	background-color: #e4e4e4;
	margin: 0px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
@media (max-width: 600px) {
	.main-title .brand a.title-link {font-size: 1rem;}
}
@media (min-width: 601px) {
	.main-title .brand a.title-link {font-size: x-large}
}

.navbar-inverse .brand, .navbar-inverse .nav&gt;li&gt;a {
-webkit-transition:color .125s ease-in;  
   -moz-transition:color .125s ease-in;  
   -o-transition:color .125s ease-in;  
   transition:color .125s ease-in;  
   }
ul.nav-pills.nav {margin: 0 0 0 0;}

.nav-pills&gt;.active&gt;a, .nav-pills&gt;.active&gt;a:hover, .nav-pills&gt;.active&gt;a:focus {
    border: 1px solid #91b0f2;
}
.nav-pills&gt;li&gt;a{
	border-bottom: 1px solid #e4e4e4;
}

.dark-pills .active a,
.dark-pills .active a:hover {
    background-color: #9C9C9C !important;
}
.nav-pills.dark-pills &gt; li &gt; a {
	color: #fff;
}
.nav-pills.dark-pills &gt; li &gt; a:hover {
	color: #423D3D;
}
.nav-pills.dark-pills &gt; li.active &gt; a:hover, .nav-pills.dark-pills &gt; li.active &gt; a:focus {
	color: #fff;
}
.nav-pills.dark-pills &gt; .active &gt; a, .nav-pills.dark-pills &gt; .active &gt; a:hover {
    background-color: #ababab;
    border-bottom: 1px solid #FF6105;
    border-radius: 0px;
    margin-bottom: 0px;
}
ul.nav-pills.dark-pills {
	padding-left: 5px;
	border: 1px solid #626565;
	background-color: #626565;
}

.clearBoth{clear:both;}
.fcg {color: #707070;}
.fcw {color: white;}
.fcblack {color: #000 !important;}
.fcdarkgray{color: #656363 !important;}
.block{display: block;}
.fsm {
	font-size: 13px;
}
.fm {
	font-size: 0.90rem;
}
.mb0 {margin-bottom: 0px !important;}
.mbs {margin-bottom: 8px}
.mbm {margin-bottom: 12px}
.mbl {margin-bottom: 25px}
.mts {margin-top: 8px}
.mtxs {margin-top: 3px}
.mtm {margin-top: 12px}
.mtl {margin-top: 25px}
.mtxl {margin-top: 40px}
.mls {margin-left: 8px}
.mlm {margin-left: 12px}
.mll {margin-left: 25px}
.mlxl {margin-left: 40px}
.mrs {margin-right: 8px}
.mrm {margin-right: 12px}
.mrl {margin-right: 25px}
.ms {margin: 8px;}
.mm {margin: 12px;}
.ml {margin: 25;}

.ml55 {margin-left: 55px}

.pts {padding-top: 8px}
.ptxs {padding-top: 3px}
.ptm {padding-top: 12px}
.ptl {padding-top: 25px}
.ptxl {padding-top: 40px}
.pls {padding-left: 8px}
.plxs {padding-left: 3px}
.plm {padding-left: 12px}
.pll {padding-left: 25px}
.prs {padding-right: 8px}
.prm {padding-right: 12px}
.prl {padding-right: 25px}
.pbs {padding-bottom: 8px}
.pbxs {padding-bottom: 3px}
.pbm {padding-bottom: 12px}
.pbl {padding-bottom: 25px}
.pbxl {padding-bottom: 40px}
.prxs {padding-right: 3px}
.p0 {padding: 0px !important}
.ps {padding: 8px}
.pss {padding: 3px}
.pm {padding: 12px !important}
.pl {padding: 25px !important}
.p-2x {padding: 35px;}

.radius {border-radius: 5px;}
.radius-top-5 {border-top-right-radius: 5px !important;border-top-left-radius: 5px !important;}

.line-condensed {
	line-height: 10px;
}
/*borders*/
.rbg {border-right: 1px solid #e0e0e0;}

.plxl {padding-left: 40px}
.pxl {padding: 45px}
.pxs {padding-left: 8px; padding-right: 8px;}
.pxm {padding-left: 16px; padding-right: 16px;}

.fh100{height: 100px; overflow: hidden;}
.fw100{width:100%}
.fw50{width:55px}
.w20p{width:20%;float:left;}
.w16p{width:16%;float:left;}
.w14p{width:14%;float:left;}
.mw150{min-width:150px;}
.mw200{min-width:200px;}
.aw {width:auto}
.fw33{width: 33.3%}
.center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-underline{text-decoration: underline;}
.text-uppercase {text-transform: uppercase!important;}

ul.droppable {
	margin: 0;
}
ul.droppable li {
	list-style-type: none;
    display: block; 
}

tfoot {background-color: gray;}
.mhs{min-height:70px;}
.box200{height:220px;overflow:hidden;border-radius:8px;}
.maxhs{max-height:280px;overflow-y:scroll;}
.minhs{min-height:280px;}
/*
.mhm{max-height:500px;overflow-y:scroll;}
.mhl{max-height:700px;overflow-y:scroll;}
*/
.thickbox-content {overflow:auto;}
.pic-list-content-30 {margin-left: 35px;min-height:35px}
.pic-list-content-50 {margin-left: 55px;min-height:45px;padding-top: 5px;}
.pic-list-content-60 {margin-left: 65px;min-height:45px}
.pic-container {width: 80%; height: 300px}
.pic-container img {max-width: 100%; max-height: auto;}

/*folder */
.main-folder {font-weight: bold;}
.sub-folder {margin-left: 25px;padding: 2px;}

div.selected {background-color: #f3f3f3;font-weight: bold;}
.fw20 { width: 20%}
.fw80 { width: 80%}
.fw200 {width: 200px}
.fw250 {width: 250px}
.fw270 {width: 270px}
.fw300 {width: 300px}
.fw400 {width: 400px}
.fw80px {width: 80px; word-wrap: break-word;}
.fw150px {width: 150px; word-wrap: break-word;}
.fullheight{height:100vh;}
.barTop {border-top:1px solid #E8E8E8;}
.barLeft {border-left:1px solid #E8E8E8;}
.barRight {border-right:1px solid #E8E8E8;}
.barBottom {border-bottom:1px solid #e6e5e5; margin-bottom: 7px;}/*E8E8E8*/
.barBottom0 {border-bottom:1px solid #e6e5e5;}
.barBottom.filled {overflow:hidden; padding-bottom:7px;}
tr.infoBarBottom td {border-bottom: 1px solid #007bfe;}
.filled{overflow:hidden;}

.bggr.barBottom {border-bottom:1px solid #91C082;}
.bgg{background-color: rgba(116, 112, 112, 0.35);/*#D8D7D7;*/}
.bgg-circle {background-color: whitesmoke; padding-left: 5px; padding-right: 5px; border-radius: 100%;}
.bgwhite{background-color: rgba(255, 255, 255, 0.35);/*#D8D7D7;*/}
.bglg {background-color: #f9f9f9;}
.bgmg {background-color: #f1f1f1;}
.bgly {background-color: #fafde7;}
.bglb {background-color: #e7f8fd;}
.circle-50 {height: 40px; width: 40px; padding-top: 10px;}
.orangebar{border-left: 5px solid #f39003 !important; border-right: 2px solid #ececec;}
.greenbar{border-left: 5px solid #4fad09 !important; border-right: 2px solid #ececec;}
.redbar{border-left: 5px solid #dc3545 !important; border-right: 2px solid #ececec;}
.bluebar{border-left: 5px solid #085096 !important; border-right: 2px solid #ececec;}
.tealbar{border-left: 5px solid #3b7b86; border-right: 2px solid #ececec;}
.purplebar{border-left: 5px solid #7a3b86 !important; border-right: 2px solid #ececec;}
.yellowbar{border-left: 5px solid #86803b !important; border-right: 2px solid #ececec;}

.tinted-gray{background-color: rgba(4, 4, 4, 0.5); background-blend-mode: multiply;}
.tinted-red{background-color: rgba(117, 8, 8, 0.63) !important; background-blend-mode: multiply;}
.tinted-orange{background-color: rgb(189, 151, 110) !important; background-blend-mode: multiply;}
.tinted-blue{background-color: rgba(0, 53, 109, 0.5) !important; background-blend-mode: multiply;}
.tinted-purple{background-color: rgba(52, 0, 109, 0.5) !important; background-blend-mode: multiply;}

.progress-bar {
	background-color: #f1f1f1!important;
	border-radius: 16px;
	padding: 3px;
}
.progress-bar .progress-blue {
	color: #fff!important;
    background-color: #1879C9!important;
    padding: 0.01em 24px 0.01em 6px;
    border-radius: 16px;
    font-size: 13px;
}

.progress-bar .progress-red {
	color: #fff!important;
    background-color: #f32221!important;
    padding: 0.01em 24px 0.01em 6px;
    border-radius: 16px;
    font-size: 13px;
}

.progress-bar .progress-orange {
	color: #fff!important;
    background-color: #f37821!important;
    padding: 0.01em 24px 0.01em 6px;
    border-radius: 16px;
    font-size: 13px;
}

.progress-bar .progress-green {
	color: #fff!important;
    background-color: #4fad08!important;
    padding: 0.01em 24px 0.01em 6px;
    border-radius: 16px;
    font-size: 13px;
}

.progress-bar .progress-gray {
	color: #fff!important;
    background-color: #757575!important;
    padding: 0.01em 24px 0px 6px;
    border-radius: 16px;
    font-size: 13px;
}

.bggreen-inverse {background-color: #54904D !important;color: #FFFFFF;}
.bgred-inverse {background-color: #dc3545 !important;color: #FFFFFF;} 
.bgred-inverse a {color: #fff !important;}
.bgblue-inverse {background-color: #2f97b5 !important;color: #FFFFFF;}
.bgblue-inverse a {color: #fff !important;} 
.bgorange-inverse {background-color: #f39003 !important;color: #FFFFFF;}
.bgorange-inverse a {color: #fff !important;}
.bgpurple-inverse {background-color: #6161a9 !important;color: #FFFFFF;}
.bgmagento-inverse {background-color: #a96189 !important;color: #FFFFFF;}
.bggray-inverse {background-color: #717171 !important;color: #FFFFFF;}


.bggTransparent {
	background: rgb(216, 216, 216); /* Fall-back for browsers that don't support rgba */
    background: rgba(216, 216, 216, .5);
}
.bgwhiteTransparent {
	background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba */
    background: rgba(255, 255, 255, .7);
    color: black;
}
.bgblackTransparent {
	background: rgb(0, 0, 0); /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 0, 0, .5);
    color: white;
}

.bggr{background-color: #DBF1D9;}
.bgr{background-color: #f1dcd9;}
.bgo{background-color: #f9e6c9;}
.bgb {background-color: black}
.bgblue {background-color: #eff6fb}
.bgyellow {background-color: #f3f5e5}
.box .checked{border:1px solid #8A9AF2; padding:5px; margin-top: 5px; margin-bottom: 5px; background-color: #E3E7FA}
.boxClear{border:1px solid #cccccc; padding:5px;}
.table.no-margin {
	margin: 0px;
}

table.admin thead, table.admin tfoot {
	background-color: #626565;
}
table.admin th a {
	color: #efefef;
}
table.admin th a:hover {
	color: #fff;
	text-decoration: underline;
}
table.genesis th a {
	color: #5d5d5d;
}
table.genesis th a:hover {
	color: #7c7c7c;
	text-decoration: underline;
}

ul.no-list {list-style-type: none;}
ul.checkable {list-style-type:none; margin: 0 0 0 0px}
ul.checkable &gt; li {float:left;margin: 5px; margin-left: 0px; overflow:hidden; width:220px;}
ul.checkable &gt; li.fixedH {height:90px}

.check-with-label:checked + .label-for-check {
  font-weight: bold;
}

/*.dropdown-menu&gt;li&gt;a{color:#333333 !important;} */

.ajaxTarget {padding: 5px; border-bottom:1px solid #e1e1e1;border-right:1px solid #e1e1e1;}

.pic-box {margin: 1px !important; padding: 10px;border: 2px solid #B6BABF;}
.pic-box-pic {overflow:hidden; text-align:center;height:150px;margin-bottom:4px;}
.pic-box-pic img {max-height:150px}
.pic-box-label{height:42px;overflow:hidden}
.pic-box-label-xl{height:190px;overflow:hidden}
.pic-box-buttons{border-top: 1px solid #cecece; padding:12px;overflow:hidden;min-height:55px;}
.pic-box:hover img {
  opacity: 0.4;
}
.box:hover.hoverChange {box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, 0.4);}
.shadow {box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, 0.2);}
.shadow-dark {box-shadow: #686868 1px 0px 20px 2px;}
.box-clear.shadow:hover.hoverChange {box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, 0.4);}

.orgPage-pane4.span12 {margin-left: 1px !important; clear: both;}

.item-banner-pic {max-height:200px;width:100%;}/*removed overflow: hidden; because on cover it was hiding popover for owner*/

.item-banner-pic-large {max-height:400px;width:100%;overflow:hidden;}

/*removed max h/w on 10/6 because it was jacking up the sizes for fundraisers */
.item-profile-pic {/*max-height:200px;max-width:300px;*/overflow:hidden;}
.item-profile-pic img {
/*max-width: 250px;
max-height: 200px;
border-radius: 6px;*/
width: 100%;/*add on 10/6 because it wasn't showing full width on fundraiser*/
text-align:center;
}

input.image-upload {
    display: none;
}
.custom-image-upload {
    border: 1px solid #475c67;
    border-top: 1px solid #fefefe;
    display: inline-block;
    padding: 12px 12px;
    cursor: pointer;
    background: #626565;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
}

#image-upload-preview {
	overflow: hidden;
	max-height: 300px;
	width: 100%;	
}

.max150 {max-height: 150px;max-width: 150px;}

img.item-circle-pic {
	border-radius: 100%;
	border: 3px solid #fff;
}
.underline {text-decoration: underline;}

.keepBottom {
	position: absolute; bottom: 0;
}
.pane-header {
padding-bottom: 9px;
margin: 5px 0 5px;
border-bottom: 1px solid #eeeeee;
}

div.content div.field-heading {
	position: relative;
    left: -15px;
}

table thead, table tfoot.adminTable {
	background-color: #626565;/*#c2d629;*/
  	color: #f3f3f3;/*#656A6F;*/
}
table.genesis thead {
	background-color: #f9f9f9;
    color: #5d5d5d;
    text-align: left;
    text-transform: uppercase;
}
table.genesis th, table.genesis th a, table.genesis td.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

table thead.print, table tfoot.print {
	background-color: #fff;
  	color: #000;
}

#preview {
background-color: #fff;
display: block;
float: left;
width: 200px;
}

.donation-box {
	border-radius: 9px;
    /* border: 1px solid gainsboro; */
    padding: 1px;
    font-size: 2.5em;
    height: 2em;
    line-height: 2em;
    /* background-color: rgb(247, 247, 247); */
    /* padding-left: 3px; */
}
.verbiage {
	line-height: 23px;
}

input.donation-amount {
	font-size: 1em !important;
	/*line-height: 120px;
	height: 2em;
	width: 2em;
	margin: 5px;*/
	/* background-color: rgb(245, 245, 245); */
	border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    box-shadow: none;
    width: 120px;
    padding: 3px !important;
    
	/* color: rgb(78, 144, 78); */
	text-align: right;
	margin-top: 4px;
	/* margin-right: 1px;
	margin-left: 5px; */
	
}
#donationButton {
	width: 100%;
	font-size: 20.5px;
}
.w100 {
	width: 100%;
}
body.embedded .genesis-bg {
	background-color: #fff;
}
body.embedded .genesis-container {
	background-color: #fff;
}
body.embedded .genesis-container-2x {
	background-color: #fff;
}

.genesis-bg {
	background-color: #f5f5f5;
}

.genesis-container {
	background-color: #f5f5f5;
	padding: 10px;
	padding-top: 25px;
}
.genesis-container-2x {
	background-color: #f5f5f5;
	padding: 20px;
	padding-top: 30px;
}
.genesis-container .page-header {
	border-bottom: none;
	margin: 0px;
}
.genesis-bg .page-header {
	border-bottom: none;
}
.genesis-box .page-header {
	border-bottom: 1px solid #eeeeee !important;
}
.genesis-box {
	background-color: #fff;
	box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 15px;
	border-radius: 5px;
}
.genesis-box .content {
	padding: 15px;
}

.genesis-box .content.top {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.genesis-box div.content:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.genesis-box div.genesis-list-item:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.genesis-box .content-tall {
	padding: 15px;
	padding-top: 28px;
    padding-bottom: 28px;
}

.genesis-box .content-2x {
	padding: 22px;
	padding-top: 28px;
    padding-bottom: 28px;
}

.genesis-box .content-3x {
	padding: 22px;
	padding-top: 35px;
	padding-bottom: 35px;
}

.genesis-box .title {
	color: #626565;
}
.genesis-box a.title:hover {
	color: #3b78e7;
	text-decoration: none;
}
.genesis-list-item.compact {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 3px;
}
.genesis-list-item {
	color: #616a6b;
	border-bottom: 1px solid #e6e5e5 !important;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
}
.genesis-list-item:last-of-type {
	border-bottom: none !important;
}
.row-fluid.genesis-list-item.canceled {
    background-color: #fffbfb;
}
.genesis-box .gray {
	background: #F9F9F9;
    /* background: rgba(232, 232, 232, 0.35); */
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.genesis-box .white {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.genesis-box .green {
	background-color: #3C8406;
	/* background-color: #4fad08; */
	border: none;
}

.genesis-box .light-green {
	background-color: #e9f7de;
	border: none;
}
.genesis-box .light-yellow {
	background-color: #f7f7de;
	border: none;
}

.genesis-box .red {
	background-color: #dc3545;
	border: none;
}
.genesis-box .blue2 {
	background-color: #3366d6;
	border: none;
}
.inverse .fcg {
	color: #dcdcdc;	
}

.genesis-box .inverse.gray {
	background-color: #626565;
	border: none;
}
.genesis-box .inverse.gray2 {
	background-color: #969696;
	border: none;
}

.genesis-box .inverse.yellow {
	background-color: #ca9809;
	border: none;
}

.genesis-box .inverse.orange {
	background-color: #f89406;
	border: none;
}
.genesis-box .inverse.blue {
	background-color: #3366d6;
	border: none;
}
.genesis-box .inverse.teal {
	background-color: #408d97;
	border: none;
}
.genesis-box .inverse.pink {
	background-color: #ab1a77;
	border: none;
}

.genesis-box .inverse.info {
	background-color: #1D7F9A;
	border: none;
}

.genesis-box .inverse {
    color: #fff;
}

.genesis-box .inverse a:not(.btn) {
	color: #fff;
}

.content-vert {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 461px) {
.signature {width: 400px; height: 100px;}
}
@media (max-width: 460px) {
.signature {width: 300px; height: 100px;}
}

.input-lg {font-size: 28px !important;line-height: 28px !important;}

label.error {color: rgb(132, 39, 39);}
.text-normal{font-size: initial;}

@media (max-width: 600px) {
	.text-xxxxxlarge{font-size: 2.4em;line-height:1.2;}
	.text-xxxxlarge{font-size: 2.2em;line-height:1.2;}
	.text-xxxlarge{font-size: 2em;line-height:1.2;}
}
@media (min-width: 601px) {
	.text-xxxxxlarge{font-size: 4em;line-height:1.2;}
	.text-xxxxlarge{font-size: 3em;line-height:1.2;}
	.text-xxxlarge{font-size: 2.5em;line-height:1.2;}
}

.text-xxlarge{font-size: xx-large;line-height:1.2;}
.text-xlarge{font-size: x-large;line-height:1.2;}
.text-large{font-size: large;line-height:1.2;}
.text-medium{font-size: medium;}
.text-initial{font-size: initial;}
.text-small{font-size: small;}

.item-description {
	font-size: large;
	line-height: 30px;
	padding: 15px;
}
.item-description ul&gt;li {
	line-height: 30px;
    padding: 5px;
}
.item-description ul,ol {
	padding: 15px;
}
.item-description p {
	margin: 9px 5px 9px;
}
.text-white {color: #f7f7f7;}
.text-black {color: black;}

.table td.center{text-align: center;}
.table th.center{text-align: center;}
.toggle-group-hdr{padding: 5px; background-color: #CACACA;border:1px solid #8D8D8D;cursor: pointer;}
.form-horizontal{padding-top:10px;}

/** Make donation form inputs larger */
.largeForm input, .largeForm textarea, .largeForm select {
     padding: .6rem;
     font-size: initial;
}
.largeForm select { height: 42px; }
.largeForm select[multiple] {height: auto;}
select {
	height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    /*font-size: 1rem;*/
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
}
select.multiSelect {
  height: 85px;
}
.largeForm .sentence {
	font-size: large;
	padding-top: 10px;
}
.largeForm .sentence input[type="text"] {
	margin-top: -7px;
	margin-left: 3px;
	margin-right: 3px;
	
}
input[name="flagNoShow"]:checked + span {
    color: #c53d36;
    font-weight: bold;
}
input[name="flagTardy"]:checked + span {
    color: #c57f36;
    font-weight: bold;
}
input[name="flagBehavior"]:checked + span {
    color: #c57f36;
    font-weight: bold;
}
input.text-error:checked + span {
    color: #dc3545;
    font-weight: bold;
}
input.text-warning:checked + span {
    color: #f39003;
    font-weight: bold;
}
input.text-success:checked + span {
    color: #4fad09;
    font-weight: bold;
}
input.text-primary:checked + span {
    color: #3367d6;
    font-weight: bold;
}

span.fixedOrderLabel {
    position: absolute;
    right: 140px;
}
span.fixedOrderLabelValue {
    position: absolute;
    right: 40px;
}

.border-success {
	border: 1px solid #4fad09;
}
.border-warning {
	border: 1px solid #f39003;
}
.border-primary {
	border: 1px solid #3367d6;
}
.border-error {
	border: 1px solid #dc3545;
}

/* .tab-content{padding: 10px;} */
.content-box{
background-color: #F2F5F8;
}
.calendarDay.selected{border: 1px solid #3F7DB5;}
.calendarDay.blankDay.selected{border: 1px solid #3F7DB5;}
.calendarDay.filterEvents {cursor: pointer;}
.calendarDay.blankDay {cursor: pointer;}
.calendarDay{
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.dayGray {
	background-color: rgb(226, 224, 224);
}
.dayOrange {
	background-color: rgb(240, 210, 147);
}
.dayRed {
	background-color: rgb(238, 200, 200);
}
.dayGreen {
	background-color: rgb(177, 230, 177);
}
.dayBlue {
	background-color: rgb(190, 214, 230);
}
.greenDot {
	background-image: url('../images/green_dot.jpg'); 
	background-repeat:  no-repeat;
	background-position-x: 2px;
	background-position-y: 2px;
}
.redDot {
	background-image: url('../images/red_dot.jpg'); 
	background-repeat:  no-repeat;
	background-position-x: 2px;
	background-position-y: 2px;
}
.yellowDot {
	background-image: url('../images/yellow_dot.jpg'); 
	background-repeat:  no-repeat;
	background-position-x: 2px;
	background-position-y: 2px;
}
.orangeDot {
	background-image: url('../images/orange_dot.jpg'); 
	background-repeat:  no-repeat;
	background-position-x: 2px;
	background-position-y: 2px;
}
.grayDot {
	background-image: url('../images/gray_dot.jpg'); 
	background-repeat:  no-repeat;
	background-position-x: 2px;
	background-position-y: 2px;
}
.blueDot {
	background-image: url('../images/blue_dot.jpg'); 
	background-repeat:  no-repeat;
	background-position-x: 2px;
	background-position-y: 2px;
}

.new-badge {
	display: inline-block;
    padding: 0.55em 0.9em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.45rem;
}
.new-badge-secondary {
	color: #516594;
    background-color: #e4e8ed;
}
tr.today &gt; td {
	border: 1px solid rgb(119, 101, 56);
}
.leftPane .paneContent img {
	max-height: 200px;
}
img.disabled {
	opacity: .3;
}
.box-inline {
	border:1px solid #cccccc;
}

div.hoverBox:hover {
	border: 2px solid #1dcb21;
}
div.hoverBox {
	border: 2px solid darkgray;
}
.box { border:1px solid #cccccc; padding:10px; margin-bottom: 15px; background-color: #F2F2F2}
.box-clear{border:1px solid #cccccc; padding:10px; margin-bottom: 15px;}
.box-white{border:1px solid #cccccc; padding:10px; margin-bottom: 15px; background-color: #FFF}
.box-whitish{border:1px solid #cccccc; padding:10px; background-color: #FFF; opacity: .9}
.box-reddish{border:1px solid #ffcaca; padding:10px; background-color: #FDD; opacity: .9}
.calendarDateBox {
	border: 1px solid #cccccc;padding-top: 15px;padding-bottom: 25px;color: #fff;background-color: #54595a; /*#717171;*/
}
.calendarDateBox .fcg {
	color: #e4e4e4;
}
.calendarDateBox a, .calendarDateBox a:hover {
	color: #fff;
}
.box-blue.medium {
	padding: 12px;
}
.box-blue.large {
	padding: 24px;
}
.box {
	background: #F9F9F9;border: 1px solid #e5e5e5;
}
.nospace {
	padding: 0px !important;
	margin: 0px !important;
}
.box-blue {
	background: #3E559C;border: 1px solid #E0DADA; color:#F0ECEC; padding:5px; margin-top: 5px; margin-bottom: 5px;
}
.box-grayblue {
	background: #505a77; padding:5px; margin-top: 5px; margin-bottom: 5px;
}
.box-ltblue {
	background: #6B82CC;border: 1px solid #E0DADA; color:#F0ECEC; padding:5px; margin-top: 5px; margin-bottom: 5px;
}
.box-red {
	background: #9C3E49;border: 1px solid #742D3B;color:#F0ECEC; padding:5px; margin-top: 5px; margin-bottom: 5px;
}
.box-green {
	background: #519740;border: 1px solid #276E1E;color:#ffffff; padding:10px; margin-top: 5px; margin-bottom: 5px;
}
.box-yellow {
	background: #978D40;border: 1px solid #8C7A34;color:#F0ECEC; padding:5px; margin-top: 5px; margin-bottom: 5px;
}
.box-orange {
	background: #e46f15;border: 1px solid #ce5e07;color:#fff; padding:5px; margin-top: 5px; margin-bottom: 5px;
}
.box-ltorange {
	background: #f7c7a3; border: 1px solid #efa368; color: #6d6666; padding: 5px; margin-top: 5px; margin-bottom: 5px;
}
.box-ltyellow {
	background: #fffef6; border: 1px solid #e6d65f; color: #6d6666; padding: 5px; margin-top: 5px; margin-bottom: 5px;
}
.box-purple {
	background: #774097;border: 1px solid #321e6e;color:#F0ECEC; padding:5px; margin-top: 5px; margin-bottom: 5px;
}
.box-teal {
	background: #408d97;border: 1px solid #1e5f6e;color:#F0ECEC; padding:5px; margin-top: 5px; margin-bottom: 5px;
}
.box-gray {
	background: #626565;border: 1px solid #404a4c;color:#F0ECEC; padding:5px; margin-top: 5px; margin-bottom: 5px;
}
.box-tan {
	background: #d2d0a5;border: 1px solid #9e9d86;color:#655f5f; padding:5px; margin-top: 5px; margin-bottom: 5px;
}
.box-ltgreen {
	background: #f5f5f5; border: 1px solid #b2d4ad;color:#668060; padding:5px; margin-top: 5px; margin-bottom: 5px; border-radius: 5px;
}
.box-dashed {
	border:1px dashed #b3b3b3; padding:5px; margin-top: 5px; margin-bottom: 5px; background-color: #fdfdfd;
}

.bg-constellations {
	background-image: url(../images/bg/constellations.jpg);
	background-color: #747979;
	background-size: cover;
}
.bg-polygon-color {
	background-image: url(../images/bg/polygon-color.jpg);
	background-color: #747979;
	background-size: cover;
}
.bg-polygon {
	background-image: url(../images/bg/polygon.jpg);
	background-color: #747979;
	background-size: cover;
}
.bg-vertical-lines {
	background-image: url(../images/bg/vertical-lines.jpg);
	background-color: #747979;
	background-size: cover;
}
.bg-hand-phone {
	background-image: url(../images/bg/pexels-photo-hand-phone.jpeg);
	background-color: #747979;
	background-size: cover;
	background-position-y: center;
}
.bg-phone {
	background-image: url(../images/bg/pexels-photo-phone.jpeg);
	background-color: #747979;
	background-size: cover;
}
.bg-clouds-orange {
	background-image: url(../images/bg/clouds-orange.jpeg);
	background-color: #747979;
	background-size: cover;
}
.bg-sunset-dark {
	background-image: url(../images/bg/sunset-dark.jpeg);
	background-color: #747979;
	background-size: cover;
}
.bg-sunset {
	background-image: url(../images/bg/sunset-dark.jpeg);
	background-color: #747979;
	background-size: cover;
	background-position-y: bottom;
}
.bg-people {
	background-image: url(../images/bg/people-banner.jpeg);
	background-color: #747979;
	background-size: cover;
}
.bg-people-sky {
	background-image: url(../images/bg/people-sky.jpeg);
	background-color: #747979;
	background-size: cover;
}
.bg-devices {
	background-image: url(../images/bg/devices-banner.jpeg);
	background-color: #747979;
	background-size: cover;
}


.block {
	display: block;
}
.leftPane{
	position: absolute;
    top: 0px; /* Header Height */
    bottom: 0px; /* Footer Height */
    position:relative;width: 18%;background: rgba(250, 250, 250, 0.85);border: 1px solid #e5e5e5;float: left;min-height:400px;margin-right:10px}
.rightPane{width: 80%;height: 100%;float: left;}
.rightPaneSmall{
	position: absolute;
    top: 0px; /* Header Height */
    bottom: 0px; /* Footer Height */
    position:relative;width: 18%;background: rgba(250, 250, 250, 0.85);border: 1px solid #e5e5e5;float: right;min-height:400px;margin-right:10px}
.leftPane70{
	position: absolute;
    top: 0px; /* Header Height */
    bottom: 0px; /* Footer Height */
    position:relative;width: 67%;border: 1px solid #e5e5e5;float: left;min-height:400px;margin-right:10px;height:400px;overflow-y:scroll;}
.rightPane30{
	position: absolute;
    top: 0px; /* Header Height */
    bottom: 0px; /* Footer Height */
    position:relative;width: 30%;background: rgba(250, 250, 250, 0.85);border: 1px solid #e5e5e5;float: right;min-height:400px;margin-right:10px}
.leftPaneButtons {
	/*background-color: #DFE8F6;*/
border-right: 1px solid #99BCE8;
border-bottom: 1px solid #99BCE8;
box-shadow: inset 0 3px 3px /*rgba(153, 188, 232, 0.25)*/rgba(0,0,0,.15);
text-align: left;
padding: 10px;
padding-top: 15px;
}
ul.sub-navbar {
	border-bottom: 0px solid #cecece;
	padding-bottom: 10px;
	padding-left: 20px;
}
ul.lhm &gt; li {
	line-height: 40px;
}

select.nomargin {
	margin: 0 0 0 0 !important
}
/*Dropdown menu */
.sidebar-nav {
    padding: 9px 0;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.dropdown.hover:hover &gt; .dropdown-menu {
    display: block;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}
.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.paneHeader{
	background-color: #c4c4c4;
	font-size: x-large;
	padding: 5px;
	color: dimGray;
}
.paneContent {
	padding: 5px;
	padding-bottom: 10px;
	padding-top: 15px;
	word-break: break-word;
}
.paneContent-2x {
	padding: 5px;
	padding-bottom: 12px;
	padding-top: 25px;
	word-break: break-word;
}
.pic50 {height: 50px; max-width: 50px;}
.pic100 {height: 100px; max-width: 100px;}
.ajaxLoad {cursor: pointer;}

.row {width:auto;}
 .bold{font-weight:bold;}

select {margin: 0 0 10px 0; }
.pad-10 {padding:10px;}
.button-set{
padding: 10px;
background: #DFE8F6;
border-top: 1px solid #99BCE8;
box-shadow: inset 0 1px 0 #ffffff;
position: absolute;
bottom: 0;
width: 100%;
}
.button-set-bottom{
padding: 10px;
background: #DFE8F6;
border-bottom: 1px solid #7a7a7a;
border-top: 1px solid #dedede;
/*border-bottom: 1px solid #99BCE8;*/
box-shadow: inset 0 1px 0 #ffffff;
background: url('../images/button-gradient.png') repeat; 
position: absolute;
bottom: 0;
width: 100%;
}
#editor {
max-height: 250px;
height: 250px;
background-color: white;
border-collapse: separate;
border: 1px solid rgb(204, 204, 204);
padding: 4px;
box-sizing: content-box;
-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
overflow: scroll;
outline: none;
}

.mh500scroll {
	max-height: 500px;
    overflow: scroll;
}
input.span1-2, textarea.span1-2, .uneditable-input.span1-2 {
width: 106px;
}
fieldset {margin:0;padding:0;border:none;}
.additional-search {}
.top-nav {margin:10px;}
.top-nav li {border-right:1px solid #bbb;padding:0 15px 0 0;}
.top-nav li.log-in-out {border:none;}
.top-nav li a {color:#bbb;-webkit-transition:color .25s ease-in;  
   -moz-transition:color .25s ease-in;  
   -o-transition:color .25s ease-in;  
   transition:color .25s ease-in;  }
.top-nav li a:hover {color:#fff}
.tableGroupHeader {font-weight: bold; color: #222;  }
.expandBtn {
background-color: lightgray;
color: #666;
border: 1px solid #CCC;
border-radius: 3px;
padding: 1px 2px 1px 5px;
margin: 0px 5px 0 0;
line-height: 14px;
}
tr.selectedRow td,tr.selectedRow td[class*="sorting"],.table-striped tbody&gt;tr.selectedRow:nth-child(odd)&gt;td,.table-striped tbody&gt;tr.selectedRow:hover td{ background-color: #ffc; color: #222;text-shadow:1px 1px 0 #fff}
.table {border: 1px solid #cccccc;}

.achievementTimes {
	background-color: rgb(226, 226, 226);
	color: #000;
	padding: 3px;
}
/*modals*/
.thickbox-header.iframe {
	position: fixed;
}
.thickbox-body {padding: 10px;background:#fff;}
.thickbox-body.iframe {margin-top:40px;margin-bottom:60px;padding-bottom: 40px;background:#fff;position:absolute;width:100%;}/*added position absolute and width:100% so on a long list on assign users to role, it would not chop off the last ones.  removed overflow-y: scroll; because calendarDay would hide the actions*/
.thickbox-content {max-height:500px;overflow:auto;padding:6px;background:#fff;}
.thickbox-footer.iframe {
	position: fixed;
}
.thickbox-header {
    height: 40px;
    left:0;
    top:0;
    width: 100%;
    background-color: #fafafa;
    border-bottom: 1px solid #d4d4d4;
    z-index: 400;
    padding: 10px;
    font-weight: bold;
}
.thickbox-footer {
clear: both;
margin-top: 5px;
padding-bottom: 10px;
display: inline-block;
/*height:50px;*/
width:100%;
left: 0;
bottom: 0;
background-color: #fafafa;
border-top: 1px solid #d4d4d4;
z-index: 400;
padding: 10px;
}
.button-set .button {margin:0;}

.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus,
.dropdown-submenu:hover &gt; a,
.dropdown-submenu:focus &gt; a {
  text-decoration: none;
  color: #333;
  background: #DFE8F6;
}
.dropdown-menu &gt; li &gt; a[data-disabled=disabled]:hover,
.dropdown-menu &gt; li &gt; a[data-disabled=disabled]:focus,
.dropdown-submenu[data-disabled=disabled]:hover &gt; a,
.dropdown-submenu[data-disabled=disabled]:focus &gt; a {
  text-decoration: none;
  color: #333;
  background: #ffffff !important;
}
.btn .caret {
margin-left: 2px;
margin-right: 2px;
}

/* CUSTOM pin/close buttons */
span.ui-layout-button-pin ,
a.ui-layout-button-close {
	position:	absolute;
	top:		5px;
	width: 		20px;
	height:		20px;
	z-index:	2;
	display:	block;
	cursor: 	pointer;
}
/* some a tags have spans in them (context menu), so we still want the pointer */
a &gt; span {
	cursor: pointer;
}
.form-horizontal .control-label {text-align:left;}
.largeForm .control-group {margin-bottom: 15px;}

.loading {
	opacity:0.65;filter:alpha(opacity=25);
    z-index:    1000;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/ajax-loader-200.gif') 
                50% 125px 
                no-repeat;
    position:absolute
}


/* Line On each side of text */
.lineThrough {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.lineThrough:before, .lineThrough:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #ccc;
}
.lineThrough:before {
    margin-left: -51%;
    text-align: right;
}
.lineThrough:after {
    margin-left: 1%;
    text-align: left;
}

/* Admin-Specific */
.body-admin {
	padding-top: 60px;
	padding-bottom: 40px;
}
/*.tab-content{margin-left: 20px;}*/
.modal {
width: 60%;
margin-left: -30%;
}
.panel-content  {
padding: 10px 0;
position: relative;
overflow: auto;
}
.ui-layout-center .panel-content {padding:0;}
.modal.wide{width: 800px;}
.modal.xwide{width: 1000px;}
.btn-ico {
background: #d8e6f6; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #dfe8f6 50%, #cbdbf4 51%, #c9d9f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#dfe8f6), color-stop(51%,#cbdbf4), color-stop(100%,#c9d9f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#dfe8f6 50%,#cbdbf4 51%,#c9d9f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#dfe8f6 50%,#cbdbf4 51%,#c9d9f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#dfe8f6 50%,#cbdbf4 51%,#c9d9f2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#dfe8f6 50%,#cbdbf4 51%,#c9d9f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9d9f2',GradientType=0 ); /* IE6-9 */
text-shadow:1px 1px 0 rgba(255,255,255,.75);
border-color:#99cce8;}
.result-table {
width: auto;
}

.typeahead-select-container ol {margin:0;padding:5px;}
.typeahead-select-container ol li {cursor:pointer;padding:3px 15px;font-weight:normal;list-style:none;margin:0;}
input.typeahead-select-input {margin: 0;
border-bottom: none;
border-radius: 4px 4px 0 0;
}
.form-body {padding: 15px;}

.dropdown-menu &gt; li:focus &gt; a:focus,.dropdown-menu &gt; li:active &gt; a:active,.dropdown-menu &gt; li:hover &gt; a:hover,.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus, .dropdown-submenu:hover &gt; a, .dropdown-submenu:focus &gt; a ,.dropdown-menu &gt; li:hover {
text-decoration: none;
color: #fff;
background: #007bfe;
}
.dropdown-menu&gt;li&gt;a:hover,.dropdown-menu&gt;li&gt;a:focus,.dropdown-submenu:hover&gt;a,.dropdown-submenu:focus&gt;a{text-decoration: none;
color: #fff;
background: #007bfe;}
.dropdown-menu&gt;.active&gt;a,.dropdown-menu&gt;.active&gt;a:hover,.dropdown-menu&gt;.active&gt;a:focus{text-decoration: none;
color: #fff;
background: #007bfe;}

ul.dropdown-menu&gt;li&gt;a.selected{
	background: url('../images/checkmark_16.png') no-repeat; 
}
i.info {color:#5d9be8;}
.modal form {margin:0;}
.table th.top-hdr {
padding: 0;
}
.nav-tabs {margin-top: 10px;}
.typeAheadShowing {z-index:1005 !important;overflow:visible !important;}
.ui-layout-pane  &gt; .ui-layout-pane {border:none;}
.expandBtn {cursor: pointer}
.selectable {cursor: pointer}
.showHand {cursor: pointer}
.draggable{cursor:move}
.droppable li{cursor:move}

a {cursor: pointer}
a.noline { text-decoration: none !important}
.charCounter i.icon-exclamation-sign {display:none;}
.charCounter.warning,.charCounter.warning i.icon-exclamation-sign {display:inline;color:#B94A48;}
.counterLabel { margin: 0px; font-size: 12px; color: gray; text-align: right; margin-top: -8px}
.form-horizontal .counterLabel, .form-inline .counterLabel { margin: 0px; font-size: 12px; color: gray; text-align: right; }

.highlightGray {
background-color: rgba(247, 247, 247, 1);
color: #5D5D5D;
padding: 3px;
overflow: auto;
padding-bottom: 6px;
padding-top: 6px;
}
.highlightRow {
	background-color: #f3f8fb;
	padding-top: 5px;
}
dl.list {margin:0;padding:0;}
dl.list dt,dl.list dd {margin:0;padding:0;width:29%;float:left;clear:right}
dl.list dd {float:right;width:70%;}


/**
Video css
**/
.showcase {
	/* height: 100vh; */
	padding: 60px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	/* padding: 0 20px; */
}
.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: var(--primary-color) url('./https://traversymedia.com/downloads/cover.jpg') no-repeat center
		center/cover;
}
.video-container video {
	min-width: 100%;
	min-height: 100%;
  	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}
.video-container:after {
	content: '';
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
}
.video-content {
	z-index: 2;
	color: #fff !important;
}

/*
-------------------------------------------------------------

    jQuery Tooltips
    See jquery.tooltip.js for usage.

    DIV.tooltip-container
       DIV.tooltip-pointer
       DIV.tooltip-pointer-border
       &lt;tooltip content&gt;

    Created by @dylang

-------------------------------------------------------------
*/
.tooltip-container {
  z-index: 100000;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: white;
  padding: 20px;
  position: absolute;
  width: 270px;
  font-size: 14px;
  line-height: 15px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow:0px 5px 10px rgba(0,0,0,.2)
  /* Tooltip content hacks */
  /* for tooltips with paragraphs in them */ }
  .tooltip-container .tooltip-pointer,
  .tooltip-container .tooltip-pointer-border {
    border-color: transparent;
    border-style: solid;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    position: absolute; }
  .tooltip-container .tooltip-pointer {
    border-width: 11px; }
  .tooltip-container .tooltip-pointer-border {
    border-width: 12px; }
  .tooltip-container p {
    margin-bottom: 10px; }
  .tooltip-container p:last-child {
    margin-bottom: 0; }

/* IE6 doesn't support border transparency,
   The chroma filter should make that color transparent */
.ie6 .tooltip-container .tooltip-pointer {
  border-color: pink;
  filter: chroma(color=pink); }
.ie6 .tooltip-container .tooltip-pointer-border {
  border-color: pink;
  filter: chroma(color=pink); }

/* Pointers */
/* Pointing down */
.tooltip-down .tooltip-pointer {
  border-top-color: white !important;
  bottom: -22px;
  left: 136px; }
.tooltip-down .tooltip-pointer-border {
	border-top-color:#ccc;
  border-top-color: rgba(0, 0, 0, 0.2) !important;
  bottom: -24px;
  left: 135px; }

/* Pointing up */
.tooltip-up .tooltip-pointer {
  border-bottom-color: white !important;
  top: -22px;
  left: 134px; }
.tooltip-up .tooltip-pointer-border {
	border-bottom-color:#ccc;
  border-bottom-color:rgba(0, 0, 0, 0.2) !important;
  top: -24px;
  left: 133px; }

/* Pointing Left */
.tooltip-left .tooltip-pointer {
  border-right-color: white !important;
  left: -22px; }
.tooltip-left .tooltip-pointer-border {
	 border-right-color:#ccc;
  border-right-color: rgba(0, 0, 0, 0.2) !important;
  left: -25px; }

/* Pointing Right */
.tooltip-right .tooltip-pointer {
  border-left-color: white !important;
  left: 313px; }
.tooltip-right .tooltip-pointer-border {
	border-left-color:#ccc;
  border-left-color: rgba(0, 0, 0, 0.2) !important;
  left: 314px; }
.notifyDropdown {
	background-color: #ffffff;/*5fc552 cool green */
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal;
	display: block;

	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid gray;
	border-bottom: 2px solid #636465;
	border-left: 1px solid #636465;
	padding-top: 5px;
	padding: 5px;
	position: absolute;
	overflow:visible;
	z-index: 40;
	*width: 400px; /*  the * indicates ie7 and below */
}
form.inline {
	margin: 0 0 0;
}
/* Util */
.hide {
    display: none;
}
i.alert-info,i.alert-error {background:transparent;border:none;}

 .nav-tabs&gt;.active&gt;a, .nav-tabs&gt;.active&gt;a:hover, .nav-tabs&gt;.active&gt;a:focus {
color: #555;
background-color: #FFF;
cursor: default;
}
 .nav-tabs {
margin: 10px 10px 0;
}

.tab-content .tab-content {
/*margin: 0 10px;*/
padding: 10px;
/* border: 1px solid; */
border-top: none;
}
td {vertical-align: top;}
.table thead tr th a {display: block;text-decoration: none;}
.table thead tr:first-child th {border-left:1px solid #f0f0f0;}
.table thead tr:last-child th {border-right:1px solid #f0f0f0;}
.ui-layout-pane .alert {margin:10px;}
div.thickbox-body &gt; .alert {margin-bottom: 10px;}


.main-message {padding: 9px 6px;background-color: #d9edf7;}
.main-message-reply {padding: 9px 6px;}
div#message-reply-box {
    max-height: 500px;
    overflow-y: scroll;
}
div.messageItem.selected {background-color: #E5EFF7; font-weight: bold;}
.popover-item a {display: block; color: #000;}
.popover-item.highlight &gt; a:hover {background-color: #E6EFF7;text-decoration: none;}
.popover-item.flag a:hover {background-color: #D8F5D5;text-decoration: none;}
div.popover-item {border-bottom: 1px solid #ddd;padding-top:5px;padding-bottom:5px;display: block; text-shadow: none !important;}
div.popover-item.flag {background-color: #EBF5EB;padding-left:2px;padding-right:2px;}
div.popover-content {padding: 9px 6px;}
div.popover-item-delete {vertical-align: top;}
.popover-footer {padding-top: 6px;padding-bottom: 6px;}
.popover {min-width: 180px;}
.inline radio {padding-left: 40px;}
div.checkboxGroup {
	margin-left: 20px;
	width: 90%;
	height: 150px;
	overflow: auto;
	padding: 10px;
	background-color: #f5f5f5;
border: 1px solid #e3e3e3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.noborder {
	border: 0px !important;
}
div.fixedHeight380 {
	height: 380px;
	overflow: auto;
}
div.checkboxGroupSelectAll {margin-left: 20px;padding-left: 10px;}
table.checkboxTable tr td:first-child { width: 20px;}
table.checkboxTable tr td {padding: 5px;}
.inactive{ opacity: .25;}
.e-toggler {
-webkit-transform: rotate(90deg);
letter-spacing: 1px;
}
 .dropdown-menu&gt;li&gt;a:not[disabled=disabled] {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 20px;
color: #333333;
white-space: nowrap;
}
.nowrap {white-space: nowrap;}
.wrap {
	overflow-wrap: break-word;
	word-wrap: break-word;
}
 a[data-disabled=disabled] {color: #c6c6c6 !important;}
  #modal_SaveMessage #modal-body {overflow:inherit;}
  input.intermediate {
   opacity : .50;
   filter  : alpha(opacity=50); /* IE&lt;9 */
   cursor  : default;
}
hr.small{margin: 0px 0;}
.padBlock {margin:15px;display:block}

/** Used in banner displays*/
.item-banner-cover-title {
	font-weight: bold;font-size: 1.8rem;line-height: 2.4rem;margin: 35px 12px;text-shadow: 1px 1px #383737;color: #fff;position: absolute;bottom: 0px;
} 
div.item-banner-cover-subtitle {
	font-weight: bold;font-size: 14px;line-height: 14px;text-shadow: 1px 1px #383737;color: #fff;position: absolute;bottom: 0px; padding: 9px;
    width: 100%;
    padding-left: 15px;
    /* background-color: #00000024; */
}
/* FIX */
input.date-pick.hasDatepicker {margin-right: 5px;}

.result-table td,.result-table th {text-align:left;vertical-align: top;}
.suggest_link {
	background-color: #FFFFFF;
	display: block;
	color: black;
}	
#ss1 a.suggest_link_over {		
	background-color: #eaeaea;
	border-left: 1px solid #16b73c;
	display: block;
}

.overflow-visible {
	overflow: visible !important;
}

#ss1 div{padding: 0px 0px 0px 0px;overflow: hidden;}
#ss1 a{display:block;color: black; padding: 8px; font-size: initial;border-left: 1px solid #dadada; border-bottom: 1px solid #f3f3f3;}
#ss1 a:hover{display:block;color: black;background-color: #f1f1f1;text-decoration: none;border-left: 1px solid #16b73c;}
#ss1 {
	z-index: 1051;font-size: initial;position:absolute;top:-30px; background-color:#FFFFFF; text-align:left; border:1px solid #b0b0b0; min-width:240px; max-width: 340px; box-shadow: 2px 4px 8px 1px rgba(0, 0, 0, 0.4);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;
}

#tagbox a{display:block;color: black; padding: 8px; font-size: initial;border-left: 1px solid #dadada; border-bottom: 1px solid #f3f3f3;}
#tagbox a:hover{display:block;color: black;background-color: #f1f1f1;text-decoration: none;border-left: 1px solid #16b73c;}
#tagbox {
	z-index: 1051;font-size: initial;position:absolute;display:none;padding:5px;top:-30px; background-color:#FFFFFF; text-align:left; border:1px solid #b0b0b0; min-width:240px; max-width: 340px; box-shadow: 2px 4px 8px 1px rgba(0, 0, 0, 0.4);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;
}
#tagbox a.suggest_link_over {		
	background-color: #eaeaea;
	border-left: 1px solid #16b73c;
	display: block;
}

a.linkDark,alinkDark:visited {color: #626565}
a.linkDark:hover,a.linkDark:focus{color:#3367d6;text-decoration:underline;}

a.linkBlack {
	color: #000 !important;
}
a.text-error {
	color: #DA2B3C !important;
}
a.text-warning {
	color: #BA5317 !important;
}
a.text-success {
	color: #3B8230 !important; /*#4fad09*/
}
a.text-urgent {
	color: #ca3293 !important;
}
a.showClicked:visited {
    color: #585858;
}
a.showClicked:hover {
    color: #3367d6;
}

a.linkGray {
	color: #757575 !important;
}
a.linkGrayDark {
	color: #656565 !important;
}
a.linkWhite {
	color: white !important;
}
.keep-selected {background-color:#DFE8F6}

.item-banner-cover-pic .social-media-container a {
    color: #444242 !important;
}
.item-banner-cover-pic .social-media-container {
    padding: 3px;
    padding-right: 10px;
    position: absolute;
    bottom: -40px;
    right: 0px;
}

.item-banner-cover-pic .last-updated-container {
    color: #797979 !important;
    font-style: italic;
}
.item-banner-cover-pic .last-updated-container {
    padding: 3px;
    position: absolute;
    bottom: -35px;
    left: 10px;
}

/* Static star display */
.starMap {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    background: url('../images/star_small_map.png') no-repeat scroll 0% 0% transparent;
}
.star_5 {
    background-position: -0px 0px;
    width: 65px;
    height: 13px;
}
.star_4_5 {
    background-position: -0px -20px;
    width: 65px;
    height: 13px;
}
.star_4 {
    background-position: -13px 0px;
    width: 65px;
    height: 13px;
}
.star_3_5 {
    background-position: -13px -20px;
    width: 65px;
    height: 13px;
}
.star_3 {
    background-position: -26px 0px;
    width: 65px;
    height: 13px;
}
.star_2_5 {
    background-position: -26px -20px;
    width: 65px;
    height: 13px;
}
.star_2 {
    background-position: -39px 0px;
    width: 65px;
    height: 13px;
}
.star_1_5 {
    background-position: -39px -20px;
    width: 65px;
    height: 13px;
}
.star_1 {
    background-position: -52px 0px;
    width: 65px;
    height: 13px;
}
.star_0_5 {
    background-position: -52px -20px;
    width: 65px;
    height: 13px;
}
.star_0_0 {
    background-position: -65px 0px;
    width: 65px;
    height: 13px;
}
@media print {
  .page-break {page-break-after: always;}
}
/**
Calendar
*/
.calendarDayNumber {
	background-color: whitesmoke !important;
}
.calendarDayNumber.today {
	background-color: #FADF75 !important;	
}
.calendarDayNumberRed {
	background-color: #fae1e1 !important;
}
.calendarDay.blankDay {
	background-color: #F5F5F5 !important;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;	
}
.calendarDayNumberYellow {
	background-color: #fbf4a8 !important;
}
.calendarDay a.linkDay {
	display: block;
	width: 100%;
	color: #5d5d5d;
}
.calendarDay.blankDay a.linkDay {
	display: block;
	width: 100%;
	color: #6a6a23;
}
.calendarDay a {
	color: #000000;
}
.calendar {
	background-color: #bcbcbd;
	padding: 1px;
}
.calendarDay {
	background-color: white;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
}

/**
form reporting data bar
*/
.reportingBar {
    overflow: hidden;
}
.reportingBar .reportingSet1 {
	background-color: #A1CFE2;
	padding: 4px;
}
.reportingBar .reportingSet2 {
	background-color: #FDCE79;
	padding: 4px;
}
.reportingBar .reportingSet3 {
	background-color: #EDA3F9;
	padding: 4px;
}
.reportingBar .reportingSet4 {
	background-color: #D5F79C;
	padding: 4px;
}
.reportingBar .reportingSet5 {
	background-color: #A1A5E2;
	padding: 4px;
}
.reportingBar .reportingSetOther {
	background-color: #F3F79C;
}
    
/**
Star Ratings
*/
.rating input {
    position:absolute;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
    cursor:pointer;
    width:17px;
}
 
.rating span {
    width:24px;
    height:16px;
    line-height:16px;
    padding:1px 22px 1px 0; /* 1px FireFox fix */
    background:url(../images/stars.png) no-repeat -22px 0;
}
/* contenteditable */
div[contenteditable="true"] {
   background: #FFF3D5;
   box-shadow: 1px 1px 2px #777;
   border: 1px solid #E2E2E2;
   padding: 7px;
}
.contenteditable-buttons {
	padding: 4px;
	background-color: rgb(241, 241, 241);
	box-shadow: 1px 1px 2px #777;
  	border: 1px solid #E2E2E2;
  	margin-bottom: 5px;
}

/* Change span immediately following the checked radio */
 
.rating input:checked + span {
    background-position:-22px 0;
}
 
/* Reset all remaining stars back to default background.
   This supersedes the above due to its ordering. */
 
.rating input:checked + span ~ span {
    background-position:0 0;
}
.adminHoverOutline {
	border: 3px solid #35BB08 !important;
}
.overlay {
	position:absolute;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	color:rgba(255,255,255,.85);
	padding: 6px;
	opacity:0;
	border: 1px solid #8e8e8e;
}
.overlay.static {
	position:relative !important;
}
.overlay-bottom {
	bottom: 0;
	background:rgba(0,0,0,.55);
}
.overlay-center {
	padding: 10px;
	width: 90%;
	bottom: 50%;
	left: 5%;
	background:rgba(0,0,0,.55);
}
.overlay-bg {
	background:rgba(0,0,0,.55);
}
.overlay-none {
	opacity:0;
}
.overlay-top {
	top: 0;
	right: 0;
	background:rgba(0,0,0,.55);
}
.overlay-right {
	bottom: 0;
	right: 0;
	background:rgba(0,0,0,.55);
}
.overlay div {
	top: 50%;
	transform: translateY(-50%);
}
div.overlay &gt; a {
	color:rgba(255,255,255,.85) !important;
	text-decoration: none;
}
.overlayTrigger {
	position: relative;
}

.overlayTrigger:hover .overlay {
	opacity:1;
	color:rgba(255,255,255,.85);
	z-index: 10;
}
.overlayTrigger:hover .overlayTarget {
	opacity:1;
	z-index: 10;
}
.overlayTarget {
	opacity:0;
}

.avatar-container {
	top: 10px;
	left: 10px;
	position: absolute;
	transition: bottom .3s;
	z-index: 3;
}
.avatar-pic {
	border: 5px solid #fff;
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(126, 131, 136, 0.45);
	position: relative;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
@media (max-width: 600px) {
	.avatar-normal {
		height: 100px;
		width: 100px;
		line-height: 100px;
	}
}
/* @media (max-width: 970px) {
	.item-banner-cover-title {
		font-weight: bold;font-size: 1.6rem;line-height: 2.2rem;margin: 25px 10px;text-shadow: 1px 1px #383737;color: #fff;position: absolute;bottom: 0px;
	}
} */
@media (min-width: 601px) {
	.avatar-normal {
		height: 190px;
		width: 190px;
		line-height: 190px;
	}
}
@media print {
	.item-banner-cover-title {
		font-size: 25px;
	}
	.duplie-form .item-banner-cover-pic {
		height: 90px !important;
		margin-bottom: 12px !important;
	}
	.duplie-form button.btn {
		display: none;
	}
	.duplie-form a.btn {
		display: none;
	}
	input {
		border-top: 0px !important;
		border-left: 0px !important;
		border-right: 0px !important;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transition: none;
		transition: none;
		border-radius: 0px;
	}
	.kbw-signature {
		border-top: 0px !important;
		border-left: 0px !important;
		border-right: 0px !important;
	}
	.overlay {
		display: none;
	}
	.genesis-container-2x {
	    padding: 10px;
	    padding-top: 10px;
	}
	.genesis-box .content {
	    padding: 5px;
	}
	.mtl {
	    margin-top: 5px;
	}
	.mtxl {
	    margin-top: 5px;
	}
	.full-width-print {
		width: 100% !important;
	}
	.control-group {
	    break-inside: avoid;
	    padding-top: 5px;
	}
	
	/** hide placeholder */
	::-webkit-input-placeholder { /** WebKit browsers */
      color: transparent;
	}
	:-moz-placeholder { /** Mozilla Firefox 4 to 18 */
      color: transparent;
	}
	::-moz-placeholder { /** Mozilla Firefox 19+ */
      color: transparent;
	}
	:-ms-input-placeholder { /** Internet Explorer 10+ */
      color: transparent;
	}
	input::placeholder {
         color: transparent;
    }
}
.avatar-small {
	height: 100px;
	width: 100px;
	line-height: 100px;
}
.avatar-pic.circle {
	border-radius: 100%;
}

img.circle {
	border-radius: 100%;
}
img.fifty {
	width: 50px;
    height: 50px;
}
img.thirty {
	width: 30px;
    height: 30px;
}
a.circle {
	/* border: 1px;
    border-style: solid; */
    border-radius: 50%;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none;
    background: whitesmoke;
}

.white-circle {
	border: 1px solid #fff; border-radius: 100%; padding: 5px;
}
img.circle-gray {
	border-radius: 100%;
	border: 2px solid #a5a5a5;
    background-color: #f7f7f7;
}
img.smallImg {
	max-width: 100px;
}
.avatar-pic img {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
}

/*facebook hack*/
.fb-comments, .fb-comments iframe[style], .fb-comments span {
   width: 100% !important;
}

.hero-content {
	/*
	removed this to center vert and horiz.
	margin: auto;
  	position: absolute;
  	top: 0; left: 0; bottom: 0; right: 0;
  	*/
  	
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*display: table-cell;
    vertical-align: middle; removed this*/
    height: 70%;
    width: 85%;
    overflow: hidden;
}
.hero-content-header-large {
	font-weight: bold;font-size: 400%;line-height: 1.2;margin: 14px 14px;text-shadow: 0px 3px 5px #616161;color:#fff;
}
.hero-content-header {
	font-weight: bold;font-size: 290%;line-height: 1.2;margin: 14px 14px;text-shadow: 0px 3px 5px #616161;color:#fff;
}
.hero-content-header-small {
	font-weight: bold;font-size: 150%;line-height: 1.2;margin: 14px 14px;text-shadow: 0px 3px 5px #616161;color:#fff;
}
.hero-content-desc {
	font-weight: bold;font-size: 200%;line-height: 1.2;margin: 14px 14px;text-shadow: 1px 1px #616161;color:#fff;
}
.hero-content-desc-small {
	font-weight: bold;font-size: 100%;line-height: 1.2;margin: 14px 14px;text-shadow: 1px 1px #616161;color:#fff;
}
@media (max-width: 767px) {
 .hero-content-header-large {
 	font-size: 240%;
 }
 .hero-content-header {
 	font-size: 140%;
 }
 .hero-content-desc {
 	font-size: 100%;
 }
}
@media (min-width: 768px) and (max-width: 1024px) {
 .hero-content-header {
 	font-size: 200%;
 }
 .hero-content-desc {
 	font-size: 150%;
 }
}

/* Flexible iFrame */

.embed-container {
    /*position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;*/
    overflow: hidden;
}
/* Flexible iFrame when embedding Google maps */

.embed-container.iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.embed-container img {
	display: block;
	margin-left: auto;
    margin-right: auto;
}

.embed-container iframe,   
.embed-container object,  
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 50%;
    padding: 5px;
}

form.showErrors input:invalid {
  background-image: url(../images/asterisk_10_red.gif);
  background-position: right top;
  background-repeat: no-repeat;
  border-color: #F16C68;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}
form.showErrors textarea:invalid {
  border-color: #F16C68;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}
form.showErrors select:invalid {
  border-color: #F16C68;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}

/* Styles for signature plugin v1.2.0. */
.kbw-signature {
	display: inline-block;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-ms-touch-action: none;
}
.rounded {
	border-radius: 90px;
}
.rounded-bottom-left {
	border-bottom-left-radius: 90px;
}
.kbw-signature.error {
	border: 1px solid #c32525;
}
.kbw-signature-disabled {
	opacity: 0.35;
}
#buttonDowGroup &gt; .btn:focus {
	outline: none
}

.darkBar {
	background-color: #626565;
    color: #fff;
    padding: 10px;
    padding-top: 15px;
    border-bottom: 2px solid #4fad08;
}
.darkBar a.bold {
	color: #fff;
}
.darkBar .fcg {
	color: #d8d8d8;
}
.genesis-blue-bar {
    /* background-color: #f6fbfd;;
    color: #656161;
    cursor: pointer;
    padding: 12px;
    border-top: 1px solid #b6c7e0;
    border-bottom: 1px solid #d8e1ee; */
    
    background-color: #f1f5f6;
    color: #656161;
    cursor: pointer;
    padding: 12px;
    border-top: 1px solid #bec3cb;
    border-bottom: 1px solid #c1cee0;
    
}
.genesis-blue-bar:hover {
	border: 1px solid #319fd0;
    /* border-bottom: 1px solid #2aabef; */
    background-color: #eaf6fb;
    color: #1071a0;
}
.genesis-gray-bar {
    background-color: #f2f2f2;
    color: #656161;
    padding: 12px;
    border-top: 1px solid #bcbec1;
    border-bottom: 1px solid #d8dce2;
    /* border-top-right-radius: 9px; */
    /* border-right: 2px solid #e6e9ee; */
    /* border-bottom-right-radius: 9px; */
    margin-bottom: 10px;
    /* box-shadow: 0 0 0 0.25rem rgb(173 203 237 / 25%);*/
}
.genesis-header-top {
	padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: medium;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid #dbdbdb;
    border-right: 0px;
    border-left: 0px;
    background-color: whitesmoke;
}

.genesis-header-top-blue {
	padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: medium;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #4d535b; /* #777575 gray */; /* #344378; blue */ 
    color: #fff!important;
}
.genesis-header-top-blue a:not(.btn) {
	color: white!important;
}

.genesis-header-top-blue .fcg {
	color: white!important;
}


.genesis-gray-pill {
	background-color: #f3f3f3;
    color: #656161;
    cursor: pointer;
    margin-top: 12px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 14px;
    padding: 12px;
    border: 1px solid #bcbec1;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 10px;
}

.text-gradient.text-primary {
    background-image: linear-gradient(310deg,#7928ca,#ff0080);
}
.text-gradient.text-secondary {
	background-image: linear-gradient(310deg,#7928ca,#0091ff);
}

.text-gradient {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
}

.navbar.main-nav.main-nav-top {
	background: #6d6d6d;
}
.navbar.main-nav.main-nav-top a {
	color: #fff;
}
/** Org can/should override **/
/* .darkBar {
	background-color: rgb(73, 80, 107);
}
table.admin thead, table.admin tfoot {
	background-color: #3e4a73;
} */

/*Bootstrap hacks add-ons*/
.btn-purple{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-image:-moz-linear-gradient(top, #62c462, #51a351);background-image: -webkit-linear-gradient(top, #9a62c4, #7c51a3);background-image:-o-linear-gradient(top, #9a62c4, #7c51a3);background-image: linear-gradient(to bottom, #9a62c4, #7c51a3);background-repeat:repeat-x;}
.btn-purple:hover,.btn-purple:focus,.btn-purple:active,.btn-purple.active,.btn-purple.disabled,.btn-purple[disabled]{color:#ffffff;background-color:#7851a3;*background-color:#499249;}
.btn-purple:active,.btn-purple.active{background-color:#408140 \9;}
.well.warning {
	background-color: #f1d8a0;
    border: 1px solid #caa82d;
}
/* Twitter bootstrap hack for append, prepend with input-block-level */
.input-append.input-block-level,
.input-prepend.input-block-level {
  display: table;
}

.input-append.input-block-level .add-on,
.input-prepend.input-block-level .add-on {
  display: table-cell;
  width: 1%; /* remove this if you want default bootstrap button width */
}

.input-append.input-block-level &gt; input,
.input-prepend.input-block-level &gt; input {
  box-sizing: border-box; /* use bootstrap mixin or include vendor variants */
  -moz-box-sizing: border-box; /* for Firefox */
  display: table; /* table-cell is not working well in Chrome for small widths */
  min-height: inherit;
  width: 100%;
}

.input-append.input-block-level &gt; input {
  border-right: 0;
}

.input-prepend.input-block-level &gt; input {
  border-left: 0;
}

/* fancy box fix */
.fancybox-slide--iframe .fancybox-content {
    border-radius: 10px;
}
.fancybox-iframe {
    border-radius: 10px;
}

.bg-circle {
	background-color: #f1f1f1;
    border-radius: 50px;
    padding: 20px;
    margin: 10px;
    display: block;
}

.circleProgress {
  position: relative;
  width: 100%;
  max-width: 200px;
  max-height: 200px;
  aspect-ratio: 1/1;
  display: inline-block;
}

/* .circleProgress svg {
  transform: rotate(-90deg);
} */

.circleProgress circle {
  fill: none;
  stroke-width: 20;
  stroke-linecap: round;
}

.circleProgress .bg {
  stroke: #e6e6e6;
}

.circleProgress .progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.circleProgress .progress-subtext {
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.0em;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}</pre></body></html>