@charset "UTF-8";
/* moved into critical css to improve page speed
@import 'page';
@import 'header';
@import 'nav';
@import 'homegallery';
*/
/*

///////////////////////
	COLOUR SCHEME
///////////////////////

white : rgb( 255 , 255 , 255 );
black : rgb( 1 , 1 , 1 );

lightest grey : rgb( 226 , 229 , 229 );
grey : rgb( 139 , 141 , 143 );
darkest grey : rgb( 80 , 83 , 82 );

UNA Red: rgb( 143 , 26 , 29 );

dark teal: rgb( 87 , 139 , 155 );
teal : rgb( 176 , 213 , 213 );
super light teal : rgb( 229 , 241 , 245 );

warm green: rgb( 234 , 243 , 223 );
warm green darker: rgb( 208 , 229 , 175 );

Shadows
2ndary darkest teal: rgb( 32, 89, 108 );
2ndary dark teal: rgb( 55, 112, 131 ); not used yet

Buttons gold: rgb( 248 , 215 , 135 );
2ndary gold: rgb( 209, 172, 83 ); not used yet
2ndary gold lighter: rgb( 248, 215, 135 ); 
2ndary darker gold: rgb( 173, 136, 46 );

Error msg red 
light rgb( 248, 153, 135 ); not used yet
dark rgb( 209, 103, 83 );

Success msg green
light rgb( 99, 182, 127 ); not used yet
dark rgb( 61, 153, 92 );

*/
/*MAIN*/
/*LINKS*/
/*TABLES*/
/*BUTTONS*/
/* overlay message status colours */
/*HEADER NAV*/
/*FOOTER NAV*/
/*SELECTION COLOR*/
/*MSG COLORS*/
/*UNA RED*/
/*can't combine these*/
::selection {
  background: rgb(248, 215, 135);
}

::-moz-selection {
  background: rgb(248, 215, 135);
}

table {
  border-spacing: 2px 0px;
  border-collapse: separate;
}

table.form-style {
  border-spacing: 10px 5px;
  border-collapse: separate;
}

fieldset {
  border: 2px groove;
  padding: 0.5em;
}

blockquote {
  margin-left: 1.5em;
  padding: 1em;
  border: 1px solid rgb(226, 229, 229);
  float: left;
}

input:focus {
  outline: none !important;
  border: 2px solid rgb(87, 139, 155);
  padding: 1px;
  margin: inherit;
  box-shadow: 0 0 5px 0 #54BBC9;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
img.edit-pencil {
  width: 16px;
  height: auto;
}
img.post-icon {
  width: 16px;
  height: auto;
}
img.cloud-download {
  display: block;
  width: 20px;
  height: auto;
  margin: 0 auto;
}
img.link-to-download {
  display: block;
  width: 50px;
  height: auto;
  margin: 5px auto;
  border-radius: 50%;
  border: 1px solid rgb(226, 229, 229);
  background: white;
}
img.gallery-image {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}
img.gallery-document {
  position: relative;
  width: 25%;
  height: auto;
}

label.second-inline-label {
  margin-left: 40px;
}

label.disabled {
  color: rgb(226, 229, 229);
}

/************************
	Main Page Content
************************/
#content {
  width: 100%;
  margin: 0 auto;
  min-height: 400px;
  background: transparent;
}

#noticebanner-wrapper {
  position: relative;
  background: rgb(234, 243, 223);
  margin: 0 auto;
  padding: 1em;
  width: 100%;
  font-size: 115%;
  text-align: left;
  border-bottom: 2px solid rgb(208, 229, 175);
}
#noticebanner-wrapper #noticebanner {
  position: relative;
  margin: 0 auto;
  width: 80%;
  max-width: 850px;
}
#noticebanner-wrapper #noticebanner:before {
  content: "ⓘ";
  position: absolute;
  left: -25px;
  color: #8e191b;
}

#agm-app-alert {
  font-size: 175%;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  padding: 1em;
  background: rgb(234, 243, 223);
  border-bottom: 2px solid rgb(208, 229, 175);
}
#agm-app-alert.bottom-margin {
  margin-bottom: 20px;
}

.spinner {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: 4px;
  padding-right: 4px;
}
.spinner.off {
  display: none;
}
.spinner img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.spinner #herobox img {
  width: 100%;
}

#fullcolumn {
  display: table;
  position: relative;
  width: 100%;
  background: transparent;
  padding-bottom: 20px;
}
#fullcolumn.darker {
  background: rgb(245, 245, 245);
}

#fullcolumn #rightcolumn {
  float: right;
  width: 37%;
}

#leftcolumn {
  float: left;
  width: 62%;
  overflow: hidden;
}

.mainsubs {
  width: 30%;
  float: left;
}

.sectiontitle,
#sectiontitle {
  display: block;
  font-size: 36px;
  line-height: 84px;
  color: rgb(80, 83, 82);
}

.sectiontitle {
  clear: both;
  padding-top: 50px;
  border-bottom: 1px solid rgb(226, 229, 229);
}

#sectiontitle a {
  font-weight: normal;
}
#sectiontitle.icon {
  margin-left: 100px;
}
#sectiontitle.icon:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 84px;
  left: 0;
}
#sectiontitle.icon.news:before {
  background: transparent url(/images/icons/pageheaders/Head_News.svg) top left no-repeat;
  background-size: 100% auto;
}
#sectiontitle.icon.about:before {
  background: transparent url(/images/icons/pageheaders/Head_About.svg) top left no-repeat;
  background-size: 100% auto;
}
#sectiontitle.icon.ca:before {
  background: transparent url(/images/icons/pageheaders/Head_CA.svg) top left no-repeat;
  background-size: 100% auto;
}
#sectiontitle.icon.education:before {
  background: transparent url(/images/icons/pageheaders/Head_Education.svg) top left no-repeat;
  background-size: 100% auto;
}
#sectiontitle.icon.join:before {
  background: transparent url(/images/icons/pageheaders/Head_Join.svg) top left no-repeat;
  background-size: 100% auto;
}
#sectiontitle.icon.ohs:before {
  background: transparent url(/images/icons/pageheaders/Head_OHS.svg) top left no-repeat;
  background-size: 100% auto;
}
#sectiontitle.icon.prc:before {
  background: transparent url(/images/icons/pageheaders/Head_PRC.svg) top left no-repeat;
  background-size: 100% auto;
}
#sectiontitle.icon.events:before {
  background: transparent url(/images/icons/pageheaders/Head_Events.svg) top left no-repeat;
  background-size: 100% auto;
}
#sectiontitle.icon.resources:before {
  background: transparent url(/images/icons/pageheaders/Head_Resources.svg) top left no-repeat;
  background-size: 100% auto;
}
#sectiontitle.icon.unanet:before {
  background: transparent url(/images/icons/pageheaders/Head_UNANet.svg) top left no-repeat;
  background-size: 100% auto;
}

#sectiondescription {
  margin-top: -1.5em;
}

#sectionlist, #sectionlistleft {
  padding-bottom: 1em;
  margin-bottom: 1em;
  padding-left: 2em;
}

#sectionlist h2 {
  font-size: 16px;
}

#sectionlistleft {
  display: none;
}

#sectionteasers {
  padding: 0;
}

#section {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* clears the floats */
#section:after {
  display: table;
  content: "";
  clear: both;
}

#sectioncontent {
  position: relative;
  float: right;
  width: 79%;
}

#sectioncontentevents.fullwidth,
#sectioncontent.fullwidth {
  width: 82%;
  margin-left: 9%;
  margin-right: 9%;
  float: none;
}

#sectioncontent table {
  max-width: 100%;
  border-spacing: 0;
  float: none;
  margin-bottom: 25px;
  border: 1px solid rgb(245, 245, 245);
}
#sectioncontent table tr > td {
  background: rgb(255, 255, 255);
  border: none;
  padding: 5px 10px;
  border-left: 1px solid rgb(245, 245, 245);
}
#sectioncontent table tr > td:first-child {
  border-left: none;
}
#sectioncontent table tr:nth-child(odd) > td {
  background: rgb(234, 243, 223);
}
#sectioncontent table tr:first-child > td {
  background: rgb(80, 83, 82);
  color: white;
}
#sectioncontent table.datatable tr:first-child > td {
  background: rgb(234, 243, 223);
  color: black;
}

#sectioncontentevents p,
#sectioncontent p {
  width: 100%;
  max-width: 750px;
}

.content-body {
  margin: 1%;
  padding-bottom: 30px;
  max-width: 750px;
}
.content-body img {
  width: auto;
  padding: 15px;
}
.content-body h2 {
  display: inline-block;
  margin: 2% auto;
  border-bottom: 2px solid rgb(208, 229, 175);
}
.content-body > p {
  margin: 1% 2% 1% 0;
}

#sectionsidebar {
  position: relative;
  float: left;
  width: 20%;
}

.section-panel {
  position: relative;
  display: inline-block;
  float: left;
  margin: 1%;
  padding: 2%;
  width: 98%;
  border-bottom: 2px solid rgb(226, 229, 229);
  background: rgb(250, 250, 250);
  transition: all 0.2s ease;
  /*
  .member-help-graphic{
  	width:30%;
  }

  .member-help-desc{
  	width:69%;

  	ul{
  		padding:0 15px;
  		height:85px;
  	}

  	li{
  		padding:0;
  		margin:0;
  	}

  	button,
  	a.img-button{
  		float:right;
  		margin-top:20px;
  	}
  }*/
}
.section-panel:hover {
  background: rgb(255, 255, 255);
}
.section-panel.half {
  width: 48%;
}
.section-panel.third {
  width: 31%;
}
.section-panel.quarter {
  width: 23%;
}
.section-panel.twothirds {
  width: 65%;
}
.section-panel.threequarters {
  width: 73%;
}
.section-panel.step-arrow {
  height: 50px;
  width: 50px;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 100px;
  border-radius: 50%;
}
.section-panel.centered {
  text-align: center;
}
.section-panel.topmargin {
  margin-top: 7%;
}
.section-panel.bottommargin {
  margin-bottom: 7%;
}
.section-panel.nobg {
  background: transparent;
  border-bottom: 2px solid transparent;
}
.section-panel .member-help {
  width: 49%;
  vertical-align: top;
}
.section-panel .member-help.third {
  width: 33%;
}
.section-panel .member-help.twothirds {
  width: 66%;
}
.section-panel .member-help.card-desc {
  padding: 0;
}
.section-panel > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 4%;
}
.section-panel p.padded {
  margin: 1em 2em 1em;
}
.section-panel ul.taller-spaces li {
  margin: 8px 0;
}
.section-panel .pretty-signature {
  text-align: left;
  float: right;
  margin-right: 3%;
  border-top: 1px solid rgb(225, 225, 225);
  padding: 10px;
}

.section-grid {
  clear: both;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
.section-grid.bottommargin {
  margin-bottom: 7%;
}

.grid-help-panel {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-gap: 10px;
  grid-auto-rows: min-content;
}
.grid-help-panel h2 {
  grid-column: 1/-1;
}
.grid-help-panel .member-help-graphic {
  grid-column: 1;
  width: 100%;
}
.grid-help-panel .member-help-graphic > img {
  padding: 25px;
}
.grid-help-panel .member-help-desc {
  display: grid;
  grid-template-rows: 150px 50px 1fr;
  grid-column: 2;
  width: 100%;
}
.grid-help-panel .member-help-desc > div {
  grid-column: 1;
  grid-row: 1;
}
.grid-help-panel .member-help-desc > div > ul {
  padding-top: 10px;
  padding-left: 25px;
}
.grid-help-panel .member-help-desc > a {
  grid-column: 1;
  grid-row: 2;
}
.grid-help-panel .hidden-mobile-button {
  display: none;
}

.download-fc-container {
  display: inline-block;
  position: relative;
  padding: 2%;
  vertical-align: top;
}
.download-fc-container.half {
  width: 40%;
}
.download-fc-container > h3 {
  text-align: center;
}

.links-container .section-panel {
  padding: 4%;
}
.links-container .section-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.links-container .section-panel ul li {
  padding: 10px;
}
.links-container .section-panel ul li:nth-child(odd) {
  background: rgb(255, 255, 255);
}
.links-container .section-panel ul li:nth-child(even) {
  background: rgb(250, 250, 250);
}

.sectionthird {
  float: left;
  width: 47%;
  margin: 1%;
  padding: 2%;
  border-bottom: 2px solid rgb(226, 229, 229);
  background: rgb(250, 250, 250);
}
.sectionthird > * {
  clear: both;
}

#sectioncontentevents h2,
#sectioncontent h2,
.content-body h2,
.section-panel h2,
.sectionthird h2 {
  border-bottom: 2px solid rgb(208, 229, 175);
}

.sectionthird img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

#fcandroid,
#fcios {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 5%;
  transition: all 0.2s ease;
}

#fcandroid.off,
#fcios.off {
  height: 0;
}

.member-help {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 2%;
}

#postcontent {
  position: relative;
}

.article,
#article {
  width: 100%;
  float: left;
  margin-top: 0;
  margin-bottom: 40px;
}

.article.narrow,
#article.narrow {
  width: 100%;
  max-width: 750px;
}

#postcontent h1 {
  margin-bottom: 0px;
}

.postmeta {
  font-size: 14px;
  width: 96%;
  margin-bottom: 20px;
}

.postmeta span {
  display: inline-block;
}

#postquote,
.articletools {
  width: 35%;
  float: right;
  clear: none;
  padding: 20px;
}

#postbody:after {
  content: "";
  display: block;
  clear: both;
}

#postnav {
  border-top: 2px solid rgb(208, 229, 175);
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
}

/*nav buttons through the posts*/
.post-nav {
  position: relative;
  padding: 10px;
  border: 1px solid rgb(255, 255, 255);
  width: 50px;
  height: 60px;
  border-radius: 50%;
  top: 0;
}
.post-nav a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.post-nav,
.post-nav a,
.post-nav button,
.post-nav a:hover,
.post-nav button:hover, .post-nav:hover {
  background: transparent !important;
  border-bottom: none !important;
}
.post-nav .inner-arrow-left,
.post-nav .inner-arrow-right {
  top: 20px;
}
.post-nav:hover .inner-arrow-left {
  border-color: transparent transparent transparent rgb(208, 229, 175);
}
.post-nav:hover .inner-arrow-right {
  border-color: transparent rgb(208, 229, 175) transparent transparent;
}
.post-nav.next {
  float: right;
}
.post-nav.prev {
  float: left;
}

.sharing-box-container {
  position: relative;
  padding: 0;
  width: 100%;
  height: 0;
  text-align: right;
}

#postbody.middle .articletools {
  display: none;
}

.sharing-box.top {
  position: relative;
  width: auto;
  display: inline;
  top: 2px;
  margin-left: 20px;
}
.sharing-box.top .stButton .chicklets {
  padding-left: 16px;
}
.sharing-box.top.mobile {
  display: none;
}
.sharing-box.bottom {
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-left: 0;
  padding: 10px;
  display: inline-block;
}

#posttext {
  float: left;
  width: 65%;
  max-width: 600px;
  padding: 20px;
  font-size: 16px;
}

.content-body h2,
#posttext h2 {
  border-bottom: 2px solid rgb(208, 229, 175);
}

.content-body h3,
#posttext h3 {
  margin-top: 1.5em;
}

.content-body h4,
#posttext h4 {
  margin-top: 1em;
  font-weight: normal;
}

.content-body img,
#posttext img {
  max-width: 100%;
  height: auto;
}

#posttext a {
  /*background:rgba( 234 , 243 , 223 , 1 );*/
  background: rgba(234, 243, 223, 0);
  text-decoration: none;
  /*border-bottom:1px solid rgb( 234 , 243 , 223 ); reversed these Aug 2017*/
  border-bottom: 2px solid rgba(234, 243, 223, 0);
  transition: all 0.2s ease;
  /*color:rgb( 143 , 26 , 29 );*/
  border-bottom: 1px dashed rgb(143, 26, 29);
}

#posttext a:hover {
  /*background:rgb( 234 , 243 , 223 );*/
  background: rgb(234, 243, 223);
  border-bottom: 2px solid rgb(234, 243, 223);
  border-bottom: 1px solid rgb(143, 26, 29);
}

#postbody.middle #posttext {
  float: none;
  margin: 0 auto;
}

#postend {
  width: 100%;
  text-align: center;
  padding: 20px;
}
#postend img {
  width: 30px;
  height: auto;
}

.pullquote {
  /*border: 1px solid rgb( 226 , 229 , 229 );*/
  padding: 20px;
  font-size: 22px;
  font-style: italic;
  text-align: center;
}

.bigquote {
  color: rgb(176, 213, 213);
  font-size: 100px;
  margin-top: -0.2em;
  margin-bottom: -0.5em;
}

.breadcrumb {
  margin-bottom: 0.75em;
}

.breadcrumb-link {
  font-size: 90%;
}

.crumb {
  background: rgb(242, 249, 254); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(242, 249, 254) 0%, rgb(214, 240, 253) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(242, 249, 254)), color-stop(100%, rgb(214, 240, 253))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(242, 249, 254) 0%, rgb(214, 240, 253) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(242, 249, 254) 0%, rgb(214, 240, 253) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgb(242, 249, 254) 0%, rgb(214, 240, 253) 100%); /* IE10+ */
  background: linear-gradient(top, rgb(242, 249, 254) 0%, rgb(214, 240, 253) 100%); /* W3C */
  padding: 0.25em 0.5em;
  border: 1px solid #8EA8FF;
  border-radius: 4px;
}

.crumb:hover {
  background: rgb(214, 240, 253); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(214, 240, 253) 1%, rgb(242, 249, 254) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgb(214, 240, 253)), color-stop(100%, rgb(242, 249, 254))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(214, 240, 253) 1%, rgb(242, 249, 254) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(214, 240, 253) 1%, rgb(242, 249, 254) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgb(214, 240, 253) 1%, rgb(242, 249, 254) 100%); /* IE10+ */
  background: linear-gradient(top, rgb(214, 240, 253) 1%, rgb(242, 249, 254) 100%); /* W3C */
  text-decoration: none;
}

.postimage {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.teaserimage {
  display: none; /*wtf?*/
  display: block;
  width: 100%;
}

.sectionimage {
  width: 40%;
  float: left;
  margin: 0 5% 3% 0;
}

.post-documents {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-documents li {
  padding: 10px;
}
.post-documents li:after {
  content: "";
  display: block;
  clear: both;
}
.post-documents li:nth-child(odd) {
  background: rgb(255, 255, 255);
}
.post-documents li img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 30px;
}
.post-documents li a {
  display: grid;
  align-content: center;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  white-space: pre-wrap;
  grid-template-columns: 40px 1fr;
  /*display:inline-block;
  vertical-align: middle;
  font-size:16px;
  line-height: 32px;
  margin-bottom:5px;*/
}

.print-box {
  float: right;
}

.print-box img {
  width: 16px;
}

.highlight {
  background-color: rgb(176, 213, 213);
}

.highlight-lighter {
  background-color: rgb(226, 229, 229);
}

.thumbnail {
  transition: all 0.2s ease;
}

.headline {
  color: rgb(80, 83, 82);
  margin: 1em auto 1.5em;
}
.headline a {
  color: inherit;
}
.headline > img {
  margin-right: 0.5em;
}

#emailbutton {
  display: inline-block;
  margin-right: 20px;
}

#emailbutton button {
  margin-left: 10px;
}

#calendarwrapper {
  position: relative;
}

.calendar-container {
  position: relative;
  overflow: hidden;
}

#calendarheader {
  background-color: rgb(87, 139, 155);
  color: black;
  color: white;
  font-size: 150%;
  line-height: 70px;
  width: 100%;
}

.calendar-table {
  width: 100%;
  border-collapse: collapse;
}

#calendarcurrentmonth {
  display: inline-block;
  min-width: 10em;
  cursor: pointer;
}

#calendar th {
  line-height: 30px;
  font-weight: 200;
  border-bottom: 2px solid rgb(208, 228, 174);
}
#calendar td {
  width: 13%;
  height: 80px;
  border-left: 1px solid rgb(245, 245, 245);
  border-bottom: 1px solid rgb(245, 245, 245);
  position: relative;
  z-index: 1;
}
#calendar td:nth-child(7n) {
  border-right: 1px solid rgb(245, 245, 245);
}
#calendar td.outofmonth {
  background-color: rgb(250, 250, 250);
  color: rgb(139, 141, 143);
}
#calendar td.outofmonth .event-cal-underlay {
  background-color: rgba(255, 255, 255, 0.9);
}
#calendar td.hasevent {
  background-color: rgb(241, 242, 242);
  opacity: 1;
}
#calendar td.today {
  background-color: rgb(234, 243, 223);
}
#calendar td > span {
  position: relative;
  z-index: 1;
  padding: 3px;
  display: inline-block;
}
#calendar span.outofmonth {
  color: rgb(226, 229, 229);
}

.calendarnavbutton {
  position: absolute;
  outline: 0;
  top: 10px;
  z-index: 100;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  border: none;
  cursor: hand;
  cursor: pointer;
}
.calendarnavbutton > .inner-arrow-left {
  border-color: transparent transparent transparent rgb(208, 229, 175);
}
.calendarnavbutton > .inner-arrow-right {
  border-color: transparent rgb(208, 229, 175) transparent transparent;
}
.calendarnavbutton.year {
  width: 15px;
  height: 20px;
  padding: 0;
  background: transparent;
  transform: rotate(-90deg);
  border-radius: 0;
}
.calendarnavbutton.year > .inner-arrow-right {
  right: 0;
  top: 0;
  border-color: transparent rgb(142, 25, 27) transparent transparent;
}
.calendarnavbutton.year > .inner-arrow-left {
  left: 0;
  top: 0;
  border-color: transparent transparent transparent rgb(142, 25, 27);
}
.calendarnavbutton.right {
  right: -25px;
}
.calendarnavbutton.left {
  left: -25px;
}
.calendarnavbutton.right.year {
  top: 15px;
  right: 75px;
}
.calendarnavbutton.left.year {
  top: 35px;
  left: auto;
  right: 75px;
}
.calendarnavbutton:hover {
  background: white;
}
.calendarnavbutton:hover > .inner-arrow-left {
  border-color: transparent transparent transparent rgb(87, 139, 155);
}
.calendarnavbutton:hover > .inner-arrow-left.off {
  border-color: transparent transparent transparent rgb(255, 255, 255);
}
.calendarnavbutton:hover > .inner-arrow-right {
  border-color: transparent rgb(87, 139, 155) transparent transparent;
}
.calendarnavbutton.year:hover {
  background: transparent;
}
.calendarnavbutton.year:hover > .inner-arrow-right {
  border-color: transparent rgb(255, 255, 255) transparent transparent;
}
.calendarnavbutton.year:hover > .inner-arrow-left {
  border-color: transparent transparent transparent rgb(255, 255, 255);
}

.calendar-event {
  position: relative;
  z-index: 1;
  padding: 2%;
}

#event-details-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 75px 50px;
  transition: all 0.2s;
  z-index: 100;
}
#event-details-container .content {
  background: white;
  position: relative;
  width: 100%;
  padding: 25px;
}
#event-details-container .close-button {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: hand;
  cursor: pointer;
}
#event-details-container.off {
  top: 100%;
}

#eventlistnarrow {
  position: relative;
  margin: 0 auto;
  display: none;
}

.event-cal-underlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  opacity: 1;
  z-index: 0;
}

.event-teaser {
  position: relative;
  z-index: 1;
  margin: 1%;
  padding: 2%;
  cursor: pointer;
  cursor: hand;
}

.event-teaser:hover + .event-cal-underlay {
  background: rgba(255, 255, 255, 0.5);
}

.event-detail-container.off {
  display: none;
}

.event-detail-container,
#event-details-container .event-detail-container {
  position: relative;
  display: block;
}

.event-detail-container.narrow {
  margin: 2%;
}

.event-detail-container.narrow .close-button {
  display: none;
}

.event-detail-icon {
  float: left;
  width: 50px;
  margin-right: 10px;
}

.event-detail-info {
  float: left;
  width: 80%;
}

.event-bg-colour {
  position: relative;
  display: inline-block;
  padding: 5px;
  border: 1px solid rgb(226, 229, 229);
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 3px;
  cursor: hand;
  cursor: pointer;
}

.event-bg-colour > label {
  min-width: 1px !important;
  margin-left: 5px;
}

.upcoming-panel {
  margin: 2%;
  padding: 10px;
}

/******************
 Event Display
******************/
.event-preview-container {
  position: relative;
  margin-bottom: 1em;
  cursor: pointer;
  clear: both;
}

.event-preview-details {
  display: none;
  cursor: pointer;
}

.event-preview-image {
  float: left;
  width: 25px;
  margin-right: 5px;
}
.event-preview-image img {
  max-width: 100%;
}

.event-preview-info {
  float: left;
  width: 80%;
}

.event-preview-container.footer-event {
  margin-bottom: 0;
}
.event-preview-container.footer-event .event-preview-info {
  float: none;
  width: 100%;
}

.event-description {
  font-size: 85%;
}

/*
 image gallery	
*/
#main-gallery {
  position: relative;
  background: rgb(255, 255, 255);
  padding: 40px 20px;
}

.gallery-document-item,
.gallery-image-item {
  position: relative;
  background: transparent;
  margin: 0;
  padding: 1%;
  overflow: hidden;
  transition: all 0.2s ease;
  z-index: 1;
  transform: scale(1, 1);
  display: grid;
  align-items: center;
  max-height: 160px;
  height: 160px;
  cursor: hand;
  cursor: pointer;
}
.gallery-document-item .pill,
.gallery-image-item .pill {
  margin-bottom: 0;
  font-size: 10px;
}

.gallery-document-item-wrapper,
.gallery-image-item-wrapper {
  position: relative;
  background: rgb(255, 255, 255);
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-bottom: 2px solid rgb(230, 230, 230);
  z-index: 1;
  text-align: center;
  padding: 5px;
  display: grid;
  align-items: center;
}
.gallery-document-item-wrapper .gallery-document-item-content,
.gallery-image-item-wrapper .gallery-document-item-content {
  display: grid;
  grid-template-columns: 75px 1fr;
  grid-gap: 10px;
  align-items: center;
}
.gallery-document-item-wrapper .gallery-document-item-content .document-filename,
.gallery-image-item-wrapper .gallery-document-item-content .document-filename {
  text-align: left;
  padding-right: 10px;
  max-width: 100%;
  max-height: 75px;
  overflow: hidden;
}
.gallery-document-item-wrapper .gallery-document-item-content img.gallery-document,
.gallery-image-item-wrapper .gallery-document-item-content img.gallery-document {
  width: auto;
  height: 100px;
}
.gallery-document-item-wrapper .gallery-document-item-content .document-info,
.gallery-image-item-wrapper .gallery-document-item-content .document-info {
  grid-column: 1/-1;
}

.info-item-section,
.edit-item-section,
.delete-item-section {
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgb(255, 255, 255);
  padding: 1%;
  z-index: 2;
  transition: all 0.2s ease;
  cursor: hand;
  cursor: pointer;
}
.info-item-section > img,
.edit-item-section > img,
.delete-item-section > img {
  max-width: 100%;
  height: auto;
}

.info-item-section {
  right: auto;
  left: 0;
  width: auto;
  height: auto;
}
.info-item-section .pill {
  margin-bottom: 0;
  font-size: 10px;
}

.edit-item-section {
  width: 30px;
}
.edit-item-section.on {
  top: 0;
  padding-right: 0;
}
.edit-item-section > img {
  width: auto;
  max-height: 100%;
}
.edit-item-section .pill {
  margin-bottom: 0;
  font-size: 10px;
}

.delete-item-overlay {
  position: absolute;
  top: 100%;
  bottom: -100%;
  left: 0;
  right: 0;
  background: rgba(80, 83, 82, 0.9);
  transition: all 0.2s ease;
  z-index: 3;
  padding: 5%;
  color: white;
  transition: all 0.2s ease;
}
.delete-item-overlay.on {
  top: 0;
  bottom: 0;
}

.attached-item-section {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255);
  z-index: 2;
  padding: 5%;
  text-align: center;
  font-size: 10px;
  transition: all 0.2s ease;
}
.attached-item-section .pill {
  font-size: 10px;
}

.date-item-section {
  position: absolute;
  top: 2%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 3px;
}
.date-item-section.unpub {
  color: rgb(209, 103, 83);
}
.date-item-section > div {
  position: relative;
  margin: 0 auto;
  background: white;
  width: 200px;
}

.gallery-document-item:hover,
.gallery-image-item:hover {
  z-index: 2;
  transform: scale(1.1, 1.1);
}

.gallery-document-item:hover > .gallery-document-item-wrapper > .attached-item-section,
.gallery-image-item:hover > .gallery-image-item-wrapper > .attached-item-section {
  bottom: 0;
}

.delete-item-section.on,
.gallery-image-item:hover > .gallery-image-item-wrapper > .delete-item-section,
.gallery-document-item:hover > .gallery-document-item-wrapper > .delete-item-section,
.gallery-image-item:hover > .gallery-image-item-wrapper > .info-item-section,
.gallery-document-item:hover > .gallery-document-item-wrapper > .info-item-section {
  top: 0;
}

.img-url {
  position: absolute;
  bottom: 0;
  left: 0;
}

.doc-url {
  position: absolute;
  bottom: 0;
  left: 0;
}

.hidden {
  display: none;
}

.load-more-container {
  clear: both;
  width: 100%;
  text-align: center;
  margin: 1em auto;
  grid-column: 1/-1;
}

.media-container ul {
  padding: 0;
}

.doc-filename {
  position: relative;
  padding: 5px;
  word-break: normal;
}

.nested-media-wrapper {
  position: absolute;
  top: 0;
  left: -100%;
  right: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border: 1px solid rgb(226, 229, 229);
  border-bottom-width: 3px;
  transition: all 0.2s;
  overflow-y: scroll;
}

.nested-media-wrapper.on {
  left: 0;
  right: 0;
}

.meta-media-container .meta-img {
  margin-top: 10px;
}

.close-save-cover-button,
.close-nested-media-button {
  float: right;
  top: 10px;
  right: 10px;
}

.group-container {
  padding: 10px 0;
}
.group-container h3 {
  display: grid;
  grid-template-columns: 1fr 40px;
  grid-gap: 10px;
}
.group-container h3 .document-group-editor.name {
  width: 100%;
}
.group-container h3 .document-group-editor.sort-order {
  width: 100%;
  text-align: center;
}
.group-container h3 .bump_container {
  grid-column: 1/-1;
}

.no-group-placeholder {
  color: rgb(139, 141, 143);
}

.media-gallery-filter {
  float: right;
  margin-right: 10px;
  padding: 5px;
}

/*******************************
	element modifiers
*******************************/
.mainpage-panels {
  position: relative;
  clear: both;
}

.grid {
  position: relative;
  display: table;
  width: 100%;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

[class*=col-] {
  float: left;
}

.grid.col-3 > div {
  width: 33.33%;
}

.grid.col-2 > div {
  width: 50%;
}

.main-panel .grid-item.col-1 {
  /*padding:0 20px 0 0; */
  border-right: 20px solid rgb(245, 245, 245);
}

.main-panel .grid-item.col-2 {
  /*padding: 0 20px; */
  border-left: 20px solid rgb(245, 245, 245);
  border-right: 20px solid rgb(245, 245, 245);
}

.main-panel .grid-item.col-3 {
  /*padding:0 0 0 20px; */
  border-left: 20px solid rgb(245, 245, 245);
}

.grid-content {
  position: relative;
}

.grid-content .grid-icon > img,
.grid-content > img {
  width: 100%;
  max-width: 100%;
}

.grid-content .grid-element {
  display: inline-block;
  vertical-align: top;
}

.mobile-campaign-box {
  display: none;
  width: 100%;
  margin: 10px auto 0;
  padding: 10px;
  background: white;
  clear: both;
}

.mobile-campaign-box .grid-content {
  width: 50%;
  margin: 0 auto;
  border: none;
  border-width: 0;
}

.mobile-campaign-box .grid-content:hover {
  background: white;
}

.main-panel {
  margin-top: 60px;
  width: 98%;
  margin-left: 1%;
}

.una-panel {
  margin-top: 60px;
  margin-bottom: 40px;
}

/* main top panels */
.main-panel > .grid-item {
  position: relative;
  background: rgb(250, 250, 250);
  background: rgb(255, 255, 255);
}

.una-panel > .grid-item {
  position: relative;
  background: rgb(250, 250, 250);
}

.una-panel h2 {
  color: rgb(142, 25, 27);
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 0;
  font-weight: normal;
}

.una-panel .grid-content .grid-icon {
  width: 30%;
  margin-right: 20px;
}

.una-panel .grid-content .grid-text {
  width: 60%;
}

.grid-content a,
.grid-content a p {
  color: rgb(80, 83, 82);
  text-decoration: none !important;
}

.grid-content a:hover,
.grid-content a p:hover {
  color: rgb(100, 100, 80);
}

.grid-content a > img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.grid-content p {
  margin: 0;
  line-height: 125%;
}

.una-section h2 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 3px;
  font-weight: normal;
}

.una-section h2.two-lines {
  font-size: 24px;
  line-height: 24px;
}

.una-panel .grid-content {
  padding: 20px 20px 40px 20px;
}

/* una section links */
.una-section {
  border: none;
  margin-top: 40px;
  padding-bottom: 40px;
}

.una-section > .grid-item {
  position: relative;
  background: rgb(250, 250, 250);
  border-top: 20px solid rgb(245, 245, 245);
}

.main-panel > .grid-item:after,
.una-panel > .grid-item:after,
.una-section > .grid-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  background: rgb(212, 215, 215);
  width: 100%;
}

.una-panel > .grid-item.col-1 {
  border-right: 10px solid rgb(245, 245, 245);
}

.una-panel > .grid-item.col-2 {
  border-left: 10px solid rgb(245, 245, 245);
  border-right: 10px solid rgb(245, 245, 245);
}

.una-panel > .grid-item.col-3 {
  border-left: 10px solid rgb(245, 245, 245);
}

.una-section > .grid-item.col-1 {
  border-left: 40px solid rgb(245, 245, 245);
  border-right: 10px solid rgb(245, 245, 245);
}

.una-section > .grid-item.col-2 {
  border-left: 10px solid rgb(245, 245, 245);
  border-right: 40px solid rgb(245, 245, 245);
}

.una-section > .grid-item.last-row {
  border-bottom: none;
}

.una-section .grid-content .grid-icon {
  width: 20%;
  margin-right: 20px;
}

.una-section .grid-content .grid-text {
  width: 70%;
}

.grid-content:hover {
  background: rgb(245, 245, 245);
}

.una-section .grid-item.col-2 .grid-content {
  padding-left: 40px;
}

.una-section .grid-content {
  padding: 40px 20px;
  min-height: 190px;
}

.una-section.provincial-health-agencies {
  text-align: center;
  margin: 0 auto;
  float: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  padding: 40px 20px 0;
  max-width: 768px;
}
.una-section.provincial-health-agencies.col-3 {
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 960px;
}

.una-section.provincial-health-agencies > .grid-item.col-1,
.una-section.provincial-health-agencies > .grid-item.col-2,
.una-section.provincial-health-agencies > .grid-item.col-3 {
  border: none;
  width: 100%;
  background: transparent;
  min-height: 0;
}

.una-section.provincial-health-agencies > .grid-item.col-1 .grid-content,
.una-section.provincial-health-agencies > .grid-item.col-2 .grid-content,
.una-section.provincial-health-agencies > .grid-item.col-3 .grid-content {
  padding: 0;
  background: transparent;
  min-height: 0;
}

.una-section.provincial-health-agencies > .grid-item::after {
  display: none;
}

/* Misc */
.header-button {
  vertical-align: top;
  float: right;
  margin-right: 10px;
}

/*----- Database Data Boxes ----- */
.box {
  border-bottom: 2px solid rgb(226, 229, 229);
  background: rgb(250, 250, 250);
  padding: 1em;
  margin-bottom: 1em;
  clear: both;
}

.noshadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.dashedbox {
  color: #ccc;
  text-align: center;
  font-size: 250%;
  border: 5px dashed #ccc;
  padding: 2em 4em;
}

.boxheader {
  color: #fff;
  /*	background-image: -webkit-gradient( linear, 0% 0%, 0% 100%, from( #f00 ), to( #800101 ) );
  	background-image: -moz-linear-gradient( 270deg, #f00, #800101 );
  */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#980101), to(#E30000));
  background-image: -moz-linear-gradient(270deg, #980101, #E30000);
  background-color: #640000;
  border-bottom: inherit;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-left: 0.5em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  margin-left: -1em;
  margin-right: -1em;
  margin-top: -1em;
  margin-bottom: 10px;
}

.boxheadersquare {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.boxheaderdark {
  color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999), to(#666));
  background-image: -moz-linear-gradient(270deg, #999, #666);
  background-color: #4C4C4C;
  border-bottom: inherit;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.box td {
  padding: 0.25em;
}

.rounded {
  border-radius: 9px;
}

.roundedtop {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.roundedbottom {
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

.bluetopbox {
  border-top: 1px solid rgb(176, 213, 213);
  padding-right: 1em;
}

.bluebottomline {
  border-bottom: 1px solid rgb(176, 213, 213);
}

.bluetopbox .header {
  text-align: center;
  width: 75%;
  margin: 0 auto 0.5em auto;
  color: #fff;
  background-color: rgb(87, 139, 155);
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

#campaignbox {
  pointer-events: none;
}
#campaignbox .fullimage {
  width: 100%;
}

#loginbox {
  margin: 0 auto 2em;
  max-width: 25em;
  font-size: 175%;
}

#loginbox input, #loginbox button {
  font-size: inherit;
}

/*----- Tables -----*/
.datatable {
  padding: 0;
  border-bottom: 2px solid rgb(139, 141, 143);
  background: rgb(226, 229, 229);
}
.datatable.full-width {
  width: 100%;
}
.datatable th {
  background-color: rgb(226, 229, 229);
  padding: 1em;
}
.datatable td {
  vertical-align: middle;
  padding: 0.25em 1em 0.25em 1em;
}
.datatable tr {
  background-color: rgb(255, 255, 255);
}
.datatable tr:nth-child(odd) {
  background-color: rgb(250, 250, 250);
}
.datatable tr:hover {
  background-color: rgb(229, 241, 245);
}
.datatable tr.selected-item {
  background-color: rgba(61, 153, 92, 0.1);
}
.datatable tr.selected-item td {
  padding: 0.5em 1em 0.5em 1em;
}
.datatable .doc-cover {
  padding: 10px;
  width: 80px;
  height: auto;
}
.datatable.struct-list-table td.name, .datatable.struct-list-table td.dates {
  width: 400px;
}

.dataTables_wrapper .datatable th {
  color: #fff;
  background-color: rgb(80, 83, 82);
  cursor: pointer;
}

.dataTables_filter {
  margin-bottom: 10px;
}

.dataTableNoVertical tr:hover {
  background-color: rgb(229, 241, 245);
}

.fcl tr td:first-child {
  font-size: 90%;
  color: #888;
  width: 110px;
  padding: 5px;
  text-align: right;
  vertical-align: top;
}

.agreements {
  padding: 0.6em;
  background-color: #ccc;
  border: 1px solid #aaa;
  border-radius: 9px;
}
.agreements td {
  text-align: center;
  background-color: #fff;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 0.5em;
}
.agreements td:hover {
  background-color: #e6feb1;
}

/*----- Archives -----*/
#archivecurrent {
  width: 100%;
  font-size: 0;
  display: block;
  position: relative;
}
#archivecurrent h2 {
  font-size: 24px;
  margin-left: 2vw;
}
#archivecurrent p {
  font-size: 14px;
}

#archive-list-wrapper {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
}

#archive-container {
  display: block;
  position: relative;
  white-space: nowrap;
}

.archivepast {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 15px;
  padding: 30px;
  font-size: 14px;
  background: rgb(245, 245, 245);
  border-bottom: 1px solid rgb(226, 229, 229);
  white-space: normal;
  box-sizing: border-box;
  width: 31.33%;
  margin: 0 1% 2%;
  padding: 4%;
}
.archivepast h2 {
  border-bottom: 2px solid rgb(208, 229, 175);
  margin-bottom: 2em;
}

.archive-nav {
  position: absolute;
  outline: 0;
  top: 83px;
  z-index: 100;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  border: none;
  cursor: hand;
  cursor: pointer;
}
.archive-nav.right {
  right: -18px;
}
.archive-nav.left {
  left: -17px;
}
.archive-nav:hover {
  background: white;
}
.archive-nav:hover > .inner-arrow-left {
  border-color: transparent transparent transparent rgb(87, 139, 155);
}
.archive-nav:hover > .inner-arrow-left.off {
  border-color: transparent transparent transparent rgb(255, 255, 255);
}
.archive-nav:hover > .inner-arrow-right {
  border-color: transparent rgb(87, 139, 155) transparent transparent;
}
.archive-nav:disabled {
  border: none;
}
.archive-nav:disabled > .inner-arrow-right {
  border-color: transparent rgb(226, 229, 229) transparent transparent;
}
.archive-nav.mobile .inner-arrow-left {
  transform: rotate(90deg);
}
.archive-nav .spinner {
  margin-left: -9px;
  z-index: 200;
}

.archive-item h3 {
  font-size: 16px;
}

#archive-mobile-loader {
  position: relative;
  display: none;
  margin: 4% auto 4%;
  top: 0;
}

/*----- Lists -----*/
#newsbulletins {
  list-style-type: none;
}
#newsbulletins li {
  padding: 0.75em 0;
}
#newsbulletins li:first-child {
  font-size: 150%;
}

.unaforms {
  width: 95%;
  margin-bottom: 2em;
}
.unaforms tr td:first-child {
  width: 15%;
  text-align: center;
}

/*----- General Stuff ----- */
.teaser {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  padding: 2% 4%;
  margin: 0 2% 4%;
  background: rgb(245, 245, 245);
  border-bottom: 2px solid rgb(226, 229, 229);
}
.teaser:hover {
  background: rgb(250, 250, 250);
}
.teaser p {
  margin-top: 0;
}

.teaserdate {
  font-size: 12px;
}
.teaserdate.unpub {
  color: rgb(209, 103, 83);
}

.gallery-editor .teaser {
  width: 98%;
  margin: 1%;
}

.fullwidth .teaser {
  width: 380px;
  margin: 0 30px 30px 0;
  padding: 30px;
}
.fullwidth .teaser h3 {
  font-size: 18px;
}
.fullwidth .teaser p {
  font-size: 14px;
}

.teaserphotosbadge {
  margin-left: 0.75em;
  padding: 0.35em 1em 0.35em 0.5em;
  background-color: rgb(255, 255, 255);
  border-left: 4px solid rgb(208, 229, 175);
}

#thumbscontainer {
  padding: 20px;
  border-bottom: 2px solid rgb(245, 245, 245);
  text-align: center;
}

.thumb-img {
  width: 17%;
  margin: 5px 1%;
  max-height: 80px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.thumb-img-indicator {
  float: right;
  font-size: 85%;
  color: rgb(139, 141, 143);
}

.img-caption {
  color: rgb(139, 141, 143);
}
.img-caption.extra {
  font-size: 90%;
  text-align: left;
  margin: 10px auto;
  padding-left: 10px;
}

.postphotosbadge {
  padding: 10px;
  text-align: left;
}

.floatreset {
  clear: both;
}

.clearfloat::after {
  clear: both;
  content: ".";
  display: block;
  height: 0px;
  visibility: hidden;
}

.inlineform {
  display: inline;
  margin: 5px;
}

.datalabel {
  font-size: 90%;
  color: #888;
  text-align: right;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

.voided {
  color: #f00;
  text-decoration: line-through;
}

a.img-button,
button,
input[type=submit] {
  position: relative;
  display: inline-block;
  background: rgb(255, 232, 177);
  border-radius: 3px;
  border: 1px solid rgb(248, 215, 135);
  color: rgb(80, 83, 82);
  font-size: 13px;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  margin-top: 0;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
}
a.img-button:hover,
button:hover,
input[type=submit]:hover {
  background: rgb(255, 243, 213);
}
a.img-button.top-margin-button,
button.top-margin-button,
input[type=submit].top-margin-button {
  margin-top: 10px;
}
a.img-button.bottom-margin-button,
button.bottom-margin-button,
input[type=submit].bottom-margin-button {
  margin-bottom: 10px;
}
a.img-button.download-button,
button.download-button,
input[type=submit].download-button {
  width: 100px;
}
a.img-button:disabled,
button:disabled,
input[type=submit]:disabled {
  background: white;
  border: 1px solid rgb(245, 245, 245);
  color: rgb(226, 229, 229);
}
a.img-button.media-action-button:disabled,
button.media-action-button:disabled,
input[type=submit].media-action-button:disabled {
  background: white;
  border: 1px solid #eee;
  border-bottom: none;
  background-image: linear-gradient(to bottom, #eee, #fff);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: black;
}
a.img-button.animate,
button.animate,
input[type=submit].animate {
  animation: pulse;
  animation-duration: 0.5s;
}

button {
  cursor: pointer;
  cursor: hand;
}
button:focus {
  outline: 0;
}
button.mini, button input[type=submit].mini {
  padding: 3px 8px;
  font-size: 10px;
}
button.transparent {
  background: transparent;
  border: none;
  color: black;
}
button.transparent.light {
  color: white;
}
button.pill-button {
  background: rgba(255, 255, 255, 0.1);
  padding: 0px 5px;
  vertical-align: top;
  transition: 0.2s;
}
button.pill-button:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #888;
}
button.right {
  margin-left: 5px;
}
button.big, button input[type=submit].big {
  padding: 15px 30px;
}
button.giant, button input[type=submit].giant {
  padding: 25px 50px;
  font-size: 16px;
}
button.green, button input[type=submit].green {
  background: rgb(208, 229, 175);
}
button.subMenu {
  margin-top: 10px;
  margin-bottom: 0;
}

.img-button {
  padding: 0;
  margin: 0 5px;
  background: transparent;
  border: none;
}
.img-button.big {
  padding: 15px 30px;
}
.img-button.no-deco, .img-button.no-deco:hover {
  text-decoration: none;
  color: inherit;
}

.una-help-button {
  width: 240px;
}

.button-container {
  position: relative;
}
.button-container.editor-delete {
  float: right;
}

.deletebutton {
  display: inline-block;
  background: rgb(248, 153, 135);
  border: 1px solid rgb(209, 103, 83);
  font-size: 13px;
  font-weight: bold;
  padding: 5px 18px;
  text-decoration: none;
}
.deletebutton:hover {
  background: rgb(255, 189, 177);
}
.deletebutton:active {
  background: rgb(209, 103, 83);
}

/*----- Forms ----- */
#loginform {
  font-size: 18pt;
  color: #fff;
  background-color: #3E8DB3;
  border-style: inset;
  border-width: 5px;
  border-radius: 15px;
  width: 15.5em;
  margin: 0 auto;
  padding: 1em 0 1em 0;
}
#loginform p {
  padding-left: 2em;
  padding-right: 2em;
}
#loginform input {
  font-size: 16pt;
}

.AJAX_Form.inline {
  display: inline-block;
}
.AJAX_Form.inline .results-msg-container {
  display: none;
}

/*----- Messages ----- */
.error {
  font-size: 14pt;
  color: rgb(177, 57, 60);
}

.smallerror {
  font-size: 85%;
  color: rgb(177, 57, 60);
}

.results-msg-container {
  display: inline-block;
  margin: 5px;
  margin-top: 10px;
  padding: 0;
}
.results-msg-container p {
  padding: 5px 20px;
  margin: 0;
}

.ajaxerror {
  border-left: 2px solid rgb(209, 103, 83);
  background: #f6e0dd;
}

.ajaxsuccess {
  border-left: 2px solid rgb(61, 153, 92);
  background: #d8ebde;
}

.errorbox {
  border: 2px solid #f00;
  background-color: #f99;
  padding-left: 1em;
  padding-right: 1em;
}

/* search page */
span.search-count {
  color: rgb(139, 141, 143);
  font-weight: normal;
}

/*----- Footer ----- */
.sess-timeout-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5%;
  background: rgba(80, 83, 82, 0.8);
  text-align: center;
  cursor: hand;
  cursor: pointer;
}

.sess-timeout-msg {
  position: relative;
  display: inline-block;
  background: rgb(226, 229, 229);
  border-bottom: 1px solid rgb(212, 215, 215);
  border-bottom: 3px solid rgb(80, 83, 82);
  text-align: center;
  padding: 3%;
  font-size: 1vw;
}
.sess-timeout-msg img {
  width: 60%;
}

#requested-on {
  display: none;
}

/* generic overlay style */
.overlay-wrapper {
  display: none;
  position: fixed;
  margin: 0 auto;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  overflow: scroll;
  z-index: 9000;
}
.overlay-wrapper.on {
  display: block;
}
.overlay-wrapper .overlayCloseButton {
  position: relative;
  z-index: 1000;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
.overlay-wrapper .overlay {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0 auto 5%;
  max-width: 1200px;
  border-bottom: 1px solid rgb(0, 0, 0);
  background: rgb(255, 255, 255);
  top: 5%;
}
.overlay-wrapper .overlay > .content {
  background: white;
  padding: 0;
  text-align: left;
}
.overlay-wrapper .overlay > .content.on {
  padding: 3em;
}
.overlay-wrapper .overlay .loading-box {
  position: relative;
  display: none;
  left: 0;
  right: 0;
  z-index: 10;
}
.overlay-wrapper .overlay .loading-box.on {
  display: block;
  margin: 10px;
}
.overlay-wrapper .overlay .loading-box.on.inline {
  margin: 0 5px;
  display: inline-block;
}
.overlay-wrapper .overlay .loading-box.on.inline > img {
  width: 1em;
}
.overlay-wrapper .overlay > .message {
  display: none;
  position: relative;
  text-align: center;
}
.overlay-wrapper .overlay > .message.success {
  color: rgb(38, 110, 98);
}
.overlay-wrapper .overlay > .message.fail {
  color: rgb(255, 0, 0) !important;
}
.overlay-wrapper .overlay > .message.on {
  display: block;
  padding: 50px 20px;
  background: rgb(245, 245, 245);
}

.overlay-wrapper.feedback {
  box-sizing: border-box;
  font-size: 100%;
}
.overlay-wrapper.feedback .overlay {
  display: table;
  position: relative;
  width: auto;
  padding: 0;
  margin: 10% auto;
  vertical-align: middle;
  border: 1px solid black;
  background: white;
}
.overlay-wrapper.feedback .overlay .loading-box,
.overlay-wrapper.feedback .overlay > .content {
  padding: 0 !important;
  display: none !important;
}
.overlay-wrapper.feedback .overlay .loading-box.on,
.overlay-wrapper.feedback .overlay > .content.on {
  display: block !important;
  padding: 3em !important;
  margin-top: 25px;
}
.overlay-wrapper.feedback .message {
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
  color: rgb(35, 35, 35);
}
.overlay-wrapper.feedback .message.on {
  padding: 50px;
}
.overlay-wrapper.feedback.fail .message {
  color: rgb(255, 0, 0) !important;
  background: white !important;
}
.overlay-wrapper.feedback.success .message {
  color: rgb(38, 110, 98) !important;
  background: white !important;
}

/* simplemodal-overlay 
	LOL need to override the hard coded values in the jQuery library
*/
#simplemodal-overlay {
  z-index: 11000 !important;
  opacity: 0.6 !important;
}

#confirmBoxContainer {
  z-index: 11001 !important;
}

#scroll-to-top {
  position: fixed;
  bottom: 40px;
  right: 7px;
  cursor: hand;
  cursor: pointer;
  padding: 1px;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  display: block;
  transition: all 0.2s;
}
#scroll-to-top .text {
  color: rgb(139, 141, 143);
  transition: all 0.2s;
}
#scroll-to-top .up-arrow {
  width: 12px;
  height: 12px;
  border: 2px solid rgb(139, 141, 143);
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
  position: absolute;
  left: 5px;
  top: -7px;
  transition: all 0.2s;
}
#scroll-to-top:hover .text {
  color: rgb(87, 139, 155);
}
#scroll-to-top:hover .up-arrow {
  border: 2px solid rgb(87, 139, 155);
  border-bottom: none;
  border-right: none;
  top: -12px;
}
#scroll-to-top.on {
  visibility: visible;
  opacity: 1;
}

#the404 {
  background: rgb(245, 245, 245);
  border-bottom: 2px solid rgb(226, 229, 229);
  padding: 50px;
}

.www-slideshow {
  margin-bottom: 75px;
  max-height: 100vh;
}
.www-slideshow.no-bottom-margin {
  margin-bottom: 0px;
}

.una-email-image {
  display: inline-block;
  width: 125px;
  height: auto;
  padding: 2px 5px 5px;
  border: 1px dashed rgb(226, 229, 229);
  margin-top: 5px;
}

.pill {
  display: inline-block;
  padding: 0.25em 0.5em;
  margin-bottom: 5px;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.pill.light .pill-label {
  background: rgb(235, 235, 235);
  color: rgb(0, 0, 0);
}
.pill.off {
  display: none;
}
.pill .pill-label {
  padding: inherit;
  border-radius: 3px 0px 0px 3px;
  background: #444;
  color: #fff;
}
.pill .pill-label label {
  cursor: pointer;
  cursor: hand;
}
.pill .pill-data {
  padding: inherit;
  border-radius: 0px 3px 3px 0px;
  color: #fff;
}
.pill .pill-data.pill-normal {
  background-color: #207ce5;
}
.pill .pill-data.pill-positive {
  background-color: #039635;
}
.pill .pill-data.pill-negative {
  background-color: #f61414;
}
.pill .pill-data.pill-warning {
  background-color: #bb0;
}
.pill .pill-data.pill-neutral {
  background-color: #888;
}
.pill .pill-data.pill-purple {
  background-color: #a006f0;
}
.pill .pill-data.pill-magenta {
  background-color: #f005e2;
}
.pill .loading-box.on {
  margin: 0 5px;
  display: inline-block;
}
.pill .loading-box.on > img {
  width: 1em;
}
.pill .removeButton {
  font-size: 10px;
}
.pill .dmsspinner {
  width: 10px;
  height: 10px;
}

/*********************
	Editor Styles
*********************/
body#tinymce {
  background-image: none;
  width: 100%;
  background-color: white;
}

/*
.list-section-form .mce-edit-area{
	max-height:250px;
	height:250px;
}*/
/* 
	this is the main tinymce width
	if the header plugin menu extends too far 
	to the right because it's a table it will go past 100%
*/
#body_tbl {
  width: 100% !important;
}

#sectionFormContainer {
  height: 300px;
  border: 1px dashed rgb(225, 225, 225);
  background: linear-gradient(45deg, rgb(245, 245, 245), rgb(200, 200, 200));
  display: grid;
  align-content: center;
  justify-content: center;
  width: 100%;
}
#sectionFormContainer.on {
  border: none;
  height: auto;
  display: block;
  background: transparent;
}

#posteditor {
  clear: both;
  margin-top: 20px;
}

#editor-container {
  position: relative;
  margin-top: 2%;
  clear: both;
}
#editor-container h2 {
  border-bottom: 2px solid rgb(208, 229, 175);
}
#editor-container:after {
  content: "";
  clear: both;
  position: relative;
  display: table;
  padding: 20px;
}
#editor-container--left {
  float: left;
  width: 25%;
  padding: 1%;
}
#editor-container--left.wide {
  width: 35%;
}
#editor-container--left.half {
  width: 50%;
}
#editor-container--right {
  float: right;
  width: 75%;
  padding: 1%;
}
#editor-container--right.narrow {
  width: 65%;
}
#editor-container--right.half {
  width: 50%;
}

.editor-form {
  position: relative;
  width: 100%;
  background: rgb(245, 245, 245);
  border-bottom: 2px solid rgb(226, 229, 229);
}
.editor-form-result-msg {
  width: 100%;
  padding: 2%;
  text-align: center;
  font-size: 16px;
  color: white;
  background: rgb(64, 133, 130);
  border-bottom: 1px solid rgb(64, 133, 130);
}
.editor-form-result-msg.error-msg {
  background: rgb(177, 57, 60);
}
.editor-form-id--number {
  font-size: 10px;
  padding: 0 5px;
  color: rgb(80, 83, 82);
}
.editor-form-item {
  padding: 10px;
}
.editor-form-name {
  width: 100%;
}
.editor-form-name > span,
.editor-form-name > input {
  font-size: 24px;
  width: 80%;
}
.editor-form-title > span,
.editor-form-title > input {
  font-size: 24px;
  width: 80%;
}
.editor-form-submit {
  margin: 10px;
}
.editor-form-textarea {
  width: 90%;
  height: 100px;
  margin: 1%;
  font-size: 14px;
}
.editor-form-textarea.taller {
  height: 200px;
}
.editor-form textarea {
  max-width: 100%;
  border: 1px solid rgb(212, 215, 215);
}
.editor-form select,
.editor-form input {
  margin: 2px auto;
}
.editor-form label {
  min-width: 75px;
  display: inline-block;
  text-align: right;
  margin-right: 5px;
}

.attachment-buttons {
  position: absolute;
  top: 10px;
  right: 10px;
}

.light-info {
  color: rgb(80, 83, 82);
}
.light-info.left-margin {
  margin-left: 5px;
}

.small-info {
  font-size: 12px;
}

input.halfwidth-input {
  width: 50%;
}
input.fullwidth-input {
  width: 100%;
}

textarea.halfwidth-text {
  width: 50%;
}
textarea.fullwidth-text {
  width: 50%;
}
textarea.small-text {
  min-height: 100px;
}
textarea.medium-text {
  min-height: 150px;
}
textarea.tall-text {
  min-height: 250px;
}

.editor-list-panel {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin: 1%;
  float: left;
  background: rgb(245, 245, 245);
  padding: 20px;
  min-height: 200px;
  border-bottom: 2px solid rgb(226, 229, 229);
}
.admin .editor-list-panel {
  width: 31%;
}
.editor-list-panel:hover {
  background: transparent;
}

/*
	MEDIA GALLERY	
*/
#media-gallery-wrapper {
  position: fixed;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0%;
  background: rgba(80, 83, 82, 0.9);
  z-index: 5000;
  transition: all 0.2s ease;
  padding: 5%;
}
#media-gallery-wrapper.on {
  top: 0;
}

#media-gallery {
  background: white;
  z-index: 5001;
  overflow: hidden;
  position: absolute;
  left: 100px;
  right: 100px;
  bottom: 100px;
  top: 100px;
}

.gallery-page {
  border: 1px solid rgb(80, 83, 82);
}

.gallery-page > h1,
#media-gallery > h1 {
  background: rgb(80, 83, 82);
  padding: 1%;
  color: white;
  position: relative;
  margin-bottom: 0;
}

.gallery-page #gallery-attached-documents-container {
  display: none;
}

.media-container {
  padding: 2%;
  display: none;
}
.media-container.on {
  display: grid;
  grid-template-columns: 100%;
}
.media-container.has-attached {
  grid-template-columns: 75% 25%;
  height: calc(100% - 80px);
  overflow: hidden;
}

.gallery-action-container {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
  z-index: 5000;
  background: white;
}
.gallery-action-container.on {
  opacity: 1;
  visibility: visible;
  top: 0px;
  transition: 0.2s ease;
  box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.3);
}

#gallery-document-container,
#gallery-image-container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  transition: 0.2s;
}
#gallery-document-container.has-attached,
#gallery-image-container.has-attached {
  position: absolute;
  top: 135px;
  left: 2%;
  right: 2%;
  bottom: 50px;
  overflow: hidden;
  right: 28%;
}
#gallery-document-container.has-attached .content-box,
#gallery-image-container.has-attached .content-box {
  width: 100%;
  position: absolute;
  top: 50px;
  bottom: 0;
  overflow: hidden;
}
#gallery-document-container.on,
#gallery-image-container.on {
  top: 50px;
}
#gallery-document-container .content-box,
#gallery-image-container .content-box {
  display: block;
  width: 100%;
  position: relative;
}
#gallery-document-container .query-results-meta,
#gallery-image-container .query-results-meta {
  padding: 3px;
  display: inilne-flex;
  font-size: 10px;
}

#gallery-attached-documents-container,
#gallery-attached-images-container {
  display: none;
}
#gallery-attached-documents-container.has-attached,
#gallery-attached-images-container.has-attached {
  display: block;
  position: absolute;
  top: 135px;
  right: 2%;
  width: 24%;
  bottom: 50px;
}

#gallery-document-search,
#gallery-image-search,
#gallery-document-upload,
#gallery-image-upload {
  padding: 2%;
  margin-bottom: 2%;
  margin-bottom: 0;
}
#gallery-document-search .container-close-button,
#gallery-image-search .container-close-button,
#gallery-document-upload .container-close-button,
#gallery-image-upload .container-close-button {
  float: right;
}

#gallery-documents,
#gallery-images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  width: 100%;
  overflow-y: scroll;
  max-height: 100%; /* height of the form above */
  padding: 2%;
  background: rgb(245, 245, 245);
  border: 1px solid rgb(230, 230, 230);
  border-right: none;
  text-align: center;
}
.gallery-page #gallery-documents,
.gallery-page #gallery-images {
  max-height: none;
  padding: 1%;
  overflow-y: auto;
}

#attached-documents,
#attached-images {
  overflow-y: scroll;
  height: calc(100% - 90px);
  max-height: calc(100% - 90px);
  padding: 10px;
  padding-top: 0;
  margin-top: 30px;
  background: rgb(245, 245, 245);
  border: 1px solid rgb(230, 230, 230);
}

#attached-document-sort-button,
#attached-image-sort-button {
  float: right;
  position: relative;
}

#attached-posts li,
#attached-documents li,
#attached-images li {
  position: relative;
  background: rgb(255, 255, 255);
  border-bottom: 2px solid rgb(226, 229, 229);
  cursor: ns-resize;
  overflow: hidden;
  min-height: 75px;
  padding: 2%;
  margin: 2%;
}
#attached-posts li > img,
#attached-documents li > img,
#attached-images li > img {
  max-width: 100%;
  height: auto;
}

#attached-posts li {
  min-height: 175px;
}
#attached-posts li .post-title-gallery {
  position: absolute;
  bottom: 0;
  padding: 5px;
  width: 100%;
  background: white;
}

#attached-documents li.empty-group-li {
  border: 2px dashed rgb(226, 229, 229);
  background: rgba(255, 255, 255, 0.5);
}

.attached-sort-delete.sort-item-delete,
.attached-item-sort.list-item-order {
  height: auto;
  width: auto;
}

li .attached-item-sort {
  position: absolute;
  padding: 5px 10px;
  background: rgb(255, 255, 255);
}

li .attached-sort-delete {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  background: rgb(245, 245, 245);
  border-bottom: 1px solid;
}

li.attached-document {
  display: grid;
  grid-template-columns: 30px 1fr 30px 30px;
  align-items: start;
}
li.attached-document .attached-item-sort {
  position: relative;
}
li.attached-document .doc-filename {
  max-width: 130px;
  word-wrap: break-word;
}
li.attached-document .edit-item-section,
li.attached-document .delete-item-section {
  position: relative;
  top: 0;
  right: 0;
}
li.attached-document .edit-item-section img,
li.attached-document .delete-item-section img {
  height: 30px;
  width: auto;
}

#the-attached-list ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

.attached-list-container {
  position: relative;
}

#gallery-meta-document-wrapper,
#gallery-meta-image-wrapper {
  position: absolute;
  top: 0;
  left: -110%;
  right: 110%;
  bottom: 0;
  display: block;
  overflow: hidden;
  text-align: left;
  transition: all 0.2s ease;
  background: rgb(226, 229, 229);
  background: rgb(245, 245, 245);
  padding: 2%;
  z-index: 1002;
}
.gallery-page #gallery-meta-document-wrapper,
.gallery-page #gallery-meta-image-wrapper {
  position: fixed;
}
#gallery-meta-document-wrapper.on,
#gallery-meta-image-wrapper.on {
  left: 0;
  right: 0;
}
#gallery-meta-document-wrapper img,
#gallery-meta-image-wrapper img {
  /*max-width:100%;*/
  max-width: 400px;
  width: 100%;
  height: auto;
}

.gallery-toggle-container {
  position: absolute;
  bottom: 0;
  right: 1%;
  width: 300px;
  text-align: right;
  font-size: 0;
}
.gallery-toggle-button {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  background: rgb(185, 185, 185);
  right: 0;
  bottom: 0;
  padding: 4% 10%;
  margin-left: 4%;
  font-size: 14px;
  font-weight: normal;
  cursor: hand;
  cursor: pointer;
}
.gallery-toggle-button.on {
  background: rgb(255, 255, 255);
  color: black;
}

.meta-data-container {
  text-align: left;
  grid-column: 2/-1;
  padding: 25px;
}
.meta-close-button {
  /*position:absolute;*/
  border: 1px solid rgb(212, 215, 215);
  background: rgb(185, 185, 185);
  top: 0;
  right: 0;
  padding: 2%;
  margin: 1%;
  z-index: 2;
  cursor: hand;
  cursor: pointer;
  display: grid;
  align-items: center;
  justify-content: center;
  max-height: 75px;
}
.meta-container {
  border: 1px solid rgb(212, 215, 215);
  padding: 5px;
  position: relative;
  display: grid;
  grid-template-columns: 2fr 3fr 75px;
  grid-gap: 10px;
}
.meta-container h1 {
  grid-column: 1/3;
  line-break: anywhere;
}
.meta-container h1 .filesize {
  margin: 0;
  font-size: 12px;
  display: block;
}
.meta-container .meta-action-feedback {
  display: none;
  grid-column: 1/-1;
  width: 100%;
  text-align: center;
  padding: 5px 10px;
  line-height: 150%;
}
.meta-container .meta-action-feedback p {
  padding: 0;
  margin: 0;
}
.meta-container .meta-action-feedback.ajaxerror, .meta-container .meta-action-feedback.ajaxsuccess {
  display: block;
}
.meta-media-container {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.meta-content {
  width: 100%;
  margin-right: 1%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 5px;
}
.meta-content-item {
  position: relative;
  width: 100%;
  margin: 1% auto;
  display: grid;
  grid-template-columns: 1fr 4fr;
  align-items: start;
}
.meta-content-item .meta-slug-prefix {
  margin-right: 2px;
  text-align: right;
  color: rgb(150, 150, 150);
}
.meta-content-item #meta-url-copy-text {
  color: rgb(150, 150, 150);
}
.meta-content-label {
  position: relative;
  padding-right: 3%;
  text-align: right;
}
.meta-content-data {
  width: 100%;
}
.meta-content-data #doc-change-saver {
  float: right;
}
.meta-content-data.slug-inputs {
  display: grid;
  grid-template-columns: 190px 1fr 50px;
}
.meta-content-data .copy-url-button {
  grid-column: 1/-1;
}
.meta-content .update-button {
  display: flex;
  grid-template-columns: 1fr 40px;
  align-items: center;
  background: #ffe8b1;
  background: #fff8e8;
  border: 1px solid #f8d787;
  border-radius: 5px;
  padding: 5px;
}
.meta-attachment-list {
  border: 1px solid rgb(226, 229, 229);
  background: rgb(245, 245, 245);
}
.meta-attachment-list ul {
  margin: 0;
  padding: 10px;
}
.meta-textarea {
  width: 100%;
  max-width: 100%;
  height: 100px;
}
.meta-input {
  width: 100%;
  max-width: 100%;
}
.meta-links ul {
  list-style: none;
}

input[readonly] {
  background: transparent;
  border: 1px solid rgb(225, 225, 225);
}

.copy-url-button {
  position: relative;
  padding: 5px;
  width: 100%;
  text-align: center;
  border: 1px solid rgb(212, 215, 215);
  margin-top: 5px;
  cursor: hand;
  cursor: pointer;
}
.copy-url-button:hover {
  background: rgba(185, 185, 185, 0.7);
}

/* ----- drag and drop and sorting ------- */
ul.nav-editor-list {
  list-style: none;
  width: auto;
  min-height: 100px;
  border: 1px solid rgb(212, 215, 215);
  background: rgba(212, 215, 215, 0.5);
  padding: 0 0 50px;
}

li.nav-editor-list-item {
  position: relative;
  display: block;
  width: auto;
  border: 1px dashed black;
  background: rgb(212, 215, 215);
  padding: 20px;
  margin: 5px;
  overflow: hidden;
  cursor: ns-resize;
}
li.nav-editor-list-item.sub-list-item--placeholder {
  padding: 5px;
}
li.nav-editor-list-item.nav-item-sorter {
  display: none;
}
li.nav-editor-list-item.nav-item-sorter.on {
  display: block;
}
.sub-sortable li.nav-editor-list-item {
  background: rgb(226, 229, 229);
}

.nav-item-sorter .nav-menu-list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  padding-left: 10px;
}

.nav-menu-list-item {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  margin-right: 10px;
  background: rgba(212, 215, 215, 0.5);
  border: 2px solid rgb(212, 215, 215);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(176, 213, 213, 0);
  -moz-box-shadow: 0px 2px 2px 0px rgba(176, 213, 213, 0);
  box-shadow: 0px 2px 2px 0px rgba(176, 213, 213, 0);
  transition: all 0.2s ease;
  cursor: hand;
  cursor: pointer;
}
.nav-menu-list-item.on {
  background: rgb(212, 215, 215);
  background: rgba(176, 213, 213, 0.5);
  border: 2px solid rgb(176, 213, 213);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(176, 213, 213, 0.7);
  -moz-box-shadow: 0px 2px 2px 0px rgba(176, 213, 213, 0.7);
  box-shadow: 0px 2px 2px 0px rgba(176, 213, 213, 0.7);
}

.sub-menu-section {
  display: none;
}
.sub-menu-section.on {
  display: block;
}

.new-nav-item {
  padding: 10px;
}

#new-nav-form {
  position: relative;
  margin-bottom: 5px;
  width: 100%;
}

.nav-form p {
  margin: 0;
  padding: 0;
}
.nav-form label {
  display: inline-block;
  text-align: right;
  width: 30%;
  margin-right: 5px;
}

.list-item-order {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
}

.sort-item-delete {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 20px;
  cursor: hand;
  cursor: pointer;
}
.sort-item-delete-confirm {
  position: absolute;
  z-index: 100;
  top: 0;
  right: -30%;
  left: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}
.sort-item-delete-confirm.on {
  left: 60%;
  right: 0;
}
#the-attached-list .sort-item-delete-confirm.on {
  left: 25%;
  background: rgba(0, 0, 0, 0.7);
}

.grid-header {
  display: grid;
  align-items: center;
  align-content: center;
}
.grid-header.education-menu-list {
  grid-template-columns: 1fr 50px 25px;
  grid-gap: 5px;
}

.draggable-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  height: 577px;
}
.draggable-menu-list-item {
  position: relative;
  padding: 20px;
  background: rgb(212, 215, 215);
  margin: 1px;
  cursor: move;
  overflow: hidden;
}
.draggable-menu-list-item:hover {
  padding: 20px;
  background: rgb(215, 215, 202);
  margin: 1px;
  cursor: move;
}

.ui-sortable-helper {
  width: 100%;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  66% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    transform: scale(1);
  }
  66% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    transform: scale(1);
  }
  66% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  66% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/*************************
	Structured Docs
*************************/
ul.structdocitem-list,
ul.structdoc-list-main,
ul.structdoc-list,
ul.struct-grouped-list {
  list-style: none;
  padding: 0;
  padding-left: 40px;
  margin: 0;
}

ul.struct-grouped-list {
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid rgb(226, 229, 229);
}

.struct-section-link {
  float: right;
  color: rgb(208, 229, 175);
}
.struct-section-link a {
  margin: 0 10px;
  font-size: 12px;
}

.struct-group-header {
  font-weight: normal;
  font-size: 100%;
  padding: 10px;
  margin-left: 10px;
  border-bottom: 1px solid rgb(226, 229, 229);
}

.structdoc-content-container,
.structdoc-content {
  position: relative;
  width: 100%;
  display: block;
}

.structdoc-content-container.off {
  display: none;
}

.structdoc-list-item {
  position: relative;
  margin-top: 2vh;
  background: rgb(255, 255, 255);
  padding: 10px;
  background: rgb(253, 253, 253);
  border: 1px solid rgb(246, 246, 246);
}
.structdoc-list-item.even {
  background: rgb(249, 249, 249);
}
.structdoc-list-item.new_row {
  background: rgb(189, 215, 224);
  min-height: 90px;
}
.structdoc-list-item.new_row:after {
  content: "Save this Structured Doc to officially create it";
  position: absolute;
  background: rgb(245, 245, 245);
  bottom: -3px;
  left: -3px;
  padding: 2px 25px;
  font-size: 10px;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.structdoc-list-item.new_row:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -3px;
  bottom: 14px;
  border-style: solid;
  border-width: 0 0 3px 3px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent;
}
.structdoc-list-item.new_row .action-move-button {
  opacity: 0;
  visibility: hidden;
}
.structdoc-list-item.new_row .structdoc-view-button,
.structdoc-list-item.new_row .control-area {
  display: none;
}
.structdoc-list-item.structdocitem-container.new_row:after {
  content: "Save this Structured Doc Item to officially create it";
}
.structdoc-list-item.draft {
  background: url(/images/icons/structureddocs/draft_tiles.jpg) repeat;
}
.structdoc-list-item.draft:after {
  content: "This Structured Doc is in Draft Status and is not visibile in the App";
  position: absolute;
  background: rgb(245, 245, 245);
  bottom: -3px;
  left: -3px;
  padding: 2px 25px;
  font-size: 10px;
  border: 3px solid rgb(255, 232, 177);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.structdoc-list-item.struct-group {
  padding: 0;
}
.structdoc-list-item.off {
  display: none;
}
.structdoc-list-item.sort-mode {
  border: 1px dashed rgb(226, 229, 229);
}
.structdoc-list-item.sort-mode .structdoc-view-button {
  display: none;
}
.structdoc-list-item.sort-mode > h3 button.drag-button {
  display: inline-block;
}
.structdoc-list-item.sort-mode .action-view-buttons {
  display: none;
}
.structdoc-list-item.sort-mode.dragging {
  min-height: 56px;
  height: 56px;
}
.structdoc-list-item.inactive-list-item {
  background: rgba(245, 125, 64, 0.1);
}
.structdoc-list-item.inactive-list-item.odd {
  background: rgba(245, 125, 64, 0.05);
}
.structdoc-list-item.notcurrent-list-item {
  background: rgba(234, 243, 223, 0.5);
}
.structdoc-list-item.notcurrent-list-item.odd {
  background: rgba(234, 243, 223, 0.25);
}

.drag-button {
  display: none;
}
.drag-button.on {
  display: inline-block;
}

.struct-grouped-list .structdoc-list-item {
  margin-top: 0;
}

/* hide child messages because it's super cluttered and illeligble */
.draft .structdoc-list-item.draft:after {
  display: none;
}

#agreements-container:hover > .control-area,
#resources-container:hover > .control-area,
.structdoc-list-item:hover > .structdoc-content-container > .control-area,
.structdoc-list-item:hover > .control-area {
  border: 1px dashed rgba(208, 229, 175, 0);
}

#agreements-container:hover > .control-area > button,
#resources-container:hover > .control-area > button,
.structdoc-list-item:hover > .structdoc-content-container > .control-area > button,
.structdoc-list-item:hover > .control-area > button {
  opacity: 1;
}

.control-area {
  display: inline-block;
  margin: 10px;
  border: 1px dashed rgb(208, 229, 175);
}
.control-area > .section-selector,
.control-area > button {
  display: inline-block;
  margin-right: 5px;
  opacity: 0.1;
}
.control-area > .section-selector {
  opacity: 1;
}
.control-area > button.disabled.on {
  background: rgb(87, 139, 155);
}

.structdoc-container {
  position: relative;
  opacity: 1;
  transition: all 0.5s ease;
}
.structdoc-container.off {
  opacity: 0;
  height: 0;
}
.structdoc-container > h3 > input {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  background: transparent;
  border: none;
  width: 70%;
  color: rgb(80, 83, 82);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*transition:all .2s linear;*/
}
.structdoc-container > h3 > input.editing {
  border: 1px solid;
  background: white;
}
.structdoc-container:hover > h3 > input {
  width: 50%;
}
.structdoc-container h3 {
  display: inline-flex;
  align-items: center;
  width: 56%;
  margin-bottom: 5px;
}
.structdoc-container h3.struct-group-header {
  display: block;
  max-width: 100%;
}
.structdoc-container h3 img {
  width: auto;
  height: 20px;
  margin-right: 10px;
}
.structdoc-container h3 .duplicator-button img {
  display: inline-block;
  margin-right: 0;
}
.structdoc-container .structdoc-view-button,
.structdoc-container .duplicator-button {
  opacity: 0;
}
.structdoc-container:hover .structdoc-view-button, .structdoc-container:hover .duplicator-button {
  opacity: 1;
}

.group-container h3 > input {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  position: vertical;
  background: transparent;
  border: none;
  width: 70%;
  color: rgb(80, 83, 82);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: all 0.2s linear;
}
.group-container h3 > input.sort-order {
  width: 30px;
  float: right;
  border: 1px solid rgb(225, 225, 255);
  margin-right: 10px;
}
.group-container h3 > input.editing {
  border: 1px solid;
  background: white;
}
.group-container h3 .bump_container {
  display: block;
  font-size: 10px;
  text-align: right;
  margin-top: 5px;
  margin-right: 10px;
}
.group-container h3 .bump_container .text {
  margin: 2px;
}

.subtitle-container {
  position: relative;
  display: block;
  width: 25%;
  margin: 0 0 15px 30px;
}
.subtitle-container > input {
  display: inline-block;
  width: 85%;
  left: 0;
  margin: 0;
  padding-left: 5px;
  border: 1px solid rgb(250, 250, 250);
}
.subtitle-container > input:focus {
  border: 1px solid rgb(139, 141, 143);
}
.subtitle-container a {
  display: inline-block;
}

.structdoc-view-button:hover {
  background: transparent;
}
.structdoc-view-button:hover .triangle {
  border-color: transparent transparent transparent rgb(87, 139, 155);
}

.action-view-buttons {
  position: absolute;
  top: 16px;
  top: 0;
  left: 0;
  width: 105px;
  z-index: 1;
}

.actionbox-indicator {
  position: absolute;
  top: 1px;
  right: 25px;
  transition: all 0.2s ease;
  z-index: 2;
}

.structdoc-delete-button.newdelete,
.structdoc-delete-button.draftdelete {
  position: absolute;
  left: 95px;
  width: 24px;
  z-index: 100;
  top: 2px;
}

.structdocitem-delete-button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 38px;
  z-index: 100;
  top: -3px;
}

.structdocitem-delete-button img,
.structdoc-newdelete-button img {
  max-width: 100%;
  height: auto;
}

.struct-actionbox-button {
  position: relative;
  width: 75px;
  border-radius: 0;
  height: 22px;
  display: block;
  background: transparent;
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  text-align: right;
  z-index: 1;
  border: none;
  color: rgb(226, 229, 229);
}
.struct-actionbox-button:hover, .struct-actionbox-button.on {
  background: transparent;
  border: none;
  color: rgb(139, 141, 143);
}

.struct-action-box {
  position: absolute;
  top: 0px;
  right: 0;
  width: 500px;
  height: 88px;
  padding: 0px;
  overflow: hidden;
}
.struct-action-box:hover {
  background: rgba(226, 229, 229, 0.1);
}
.struct-action-box:hover:before {
  background: rgb(226, 229, 229);
  top: 0;
  bottom: 0;
}
.struct-action-box:before {
  content: "";
  position: absolute;
  width: 2px;
  background: rgb(245, 245, 245);
  top: 50%;
  bottom: 50%;
  left: 0;
  transition: top 0.1s linear, bottom 0.1s linear;
}
.struct-action-box:hover .link > button, .struct-action-box:hover .archive > button, .struct-action-box:hover .status > button, .struct-action-box:hover .move > button {
  opacity: 1;
}
.struct-action-box.move-mode .actionbox-indicator {
  top: 23px;
}
.struct-action-box.move-mode > .action-container {
  top: -88px;
}
.struct-action-box.archive-mode .actionbox-indicator {
  top: 45px;
}
.struct-action-box.archive-mode > .action-container {
  top: -176px;
}
.struct-action-box.sort-mode > .action-container {
  top: -264px;
}
.struct-action-box.link-mode .actionbox-indicator {
  top: 67px;
}
.struct-action-box.link-mode > .action-container {
  top: -368px;
}
.struct-action-box .link,
.struct-action-box .archive,
.struct-action-box .status,
.struct-action-box .move,
.struct-action-box .sort {
  position: relative;
  width: 100%;
  height: 88px;
  text-align: right;
  top: 0;
  transition: all 0.2s ease;
}
.struct-action-box .link > div,
.struct-action-box .archive > div,
.struct-action-box .status > div,
.struct-action-box .move > div,
.struct-action-box .sort > div {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-top: 30px;
  margin-right: 10px;
}
.struct-action-box .link > button,
.struct-action-box .archive > button,
.struct-action-box .status > button,
.struct-action-box .move > button,
.struct-action-box .sort > button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-top: 28px;
  margin-right: 10px;
}
.struct-action-box .link > button,
.struct-action-box .archive > button,
.struct-action-box .status > button,
.struct-action-box .move > button {
  opacity: 0;
}
.struct-action-box .previous-struct {
  padding: 10px;
  margin-top: 0 !important;
  margin-right: 10px;
  width: 300px;
}
.struct-action-box .previous-struct span {
  display: block;
  text-align: left;
  margin: 0;
  padding: 2px;
}
.struct-action-box .previous-struct span.status, .struct-action-box .previous-struct span.state, .struct-action-box .previous-struct span.dates {
  height: auto;
  font-size: 75%;
}
.struct-action-box .previous-struct span.name {
  font-size: 85%;
}

.struct-group > .struct-action-box {
  height: 42px;
  border: none;
  background: transparent;
}
.struct-group > .struct-action-box .link,
.struct-group > .struct-action-box .archive,
.struct-group > .struct-action-box .status,
.struct-group > .struct-action-box .move,
.struct-group > .struct-action-box .sort {
  height: 42px;
}
.struct-group > .struct-action-box .link > div,
.struct-group > .struct-action-box .archive > div,
.struct-group > .struct-action-box .status > div,
.struct-group > .struct-action-box .move > div,
.struct-group > .struct-action-box .sort > div {
  margin-top: 23px;
}
.struct-group > .struct-action-box.sort-mode > .action-container {
  top: -126px;
}
.struct-group > .struct-action-box.archive-mode > .action-container {
  top: -84px;
}
.struct-group > .struct-action-box.move-mode > .action-container {
  top: -42px;
}
.struct-group > .struct-action-box.link-mode > .action-container {
  top: -168px;
}

.access-level {
  /*member*/
}
.access-level-graphic {
  position: relative;
  display: inline-block;
  float: right;
  margin-left: 10px;
}
.access-level-graphic .access-level-item {
  display: block;
  width: 25px;
  height: 5px;
  top: 0;
}
.access-level-container {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 0;
  /*member*/
  /*Local Exec*/
  /*Exec Board*/
  /*Staff*/
}
.access-level-container .access-level-label {
  display: inline-block;
  color: black;
  font-size: 12px;
}
.access-level-container .access-level-dud {
  background: rgb(226, 229, 229);
}
.access-level-container .access-level-dud-1 {
  background: rgb(226, 229, 229);
}
.access-level-container .access-level-dud-2 {
  background: rgb(235, 235, 235);
}
.access-level-container .access-level-dud-3 {
  background: rgb(240, 240, 240);
}
.access-level-container .access-level-dud-4 {
  background: rgb(245, 245, 245);
}
.access-level-container .access-level-1 {
  background: rgb(44, 157, 69);
}
.access-level-container .access-level-2 {
  background: rgb(198, 178, 71);
}
.access-level-container .access-level-3 {
  background: rgb(221, 128, 98);
}
.access-level-container .access-level-4 {
  background: rgb(226, 63, 31);
}
.access-level-button {
  /*Local Exec*/
  /*Exec Board*/
  /*Staff*/
}
.access-level-button.access-level-1 {
  background: rgb(209, 231, 215);
}
.access-level-button.access-level-2 {
  background: rgb(244, 240, 219);
}
.access-level-button.access-level-3 {
  background: rgb(244, 226, 220);
}
.access-level-button.access-level-4 {
  background: rgb(244, 226, 220);
}
.access-level-filter-container {
  float: right;
  margin-top: 10px;
}
.access-level-filter-container > button {
  margin-left: 5px;
}

.access-level-button.access-level-0.hiding,
.access-level-button.access-level-1.hiding,
.access-level-button.access-level-2.hiding,
.access-level-button.access-level-3.hiding,
.access-level-button.access-level-4.hiding {
  background: rgb(245, 245, 245);
  border-color: rgb(226, 229, 229);
}

.struct-action-box.access-level-1 .archive,
.struct-action-box.access-level-1 .status,
.struct-action-box.access-level-1 .move,
.struct-action-box.access-level-1 .sort {
  border-right: 5px solid rgb(209, 231, 215);
}
.struct-action-box.access-level-2 .archive,
.struct-action-box.access-level-2 .status,
.struct-action-box.access-level-2 .move,
.struct-action-box.access-level-2 .sort {
  border-right: 5px solid rgb(244, 240, 219);
}
.struct-action-box.access-level-3 .archive,
.struct-action-box.access-level-3 .status,
.struct-action-box.access-level-3 .move,
.struct-action-box.access-level-3 .sort {
  border-right: 5px solid rgb(244, 226, 220);
}
.struct-action-box.access-level-4 .archive,
.struct-action-box.access-level-4 .status,
.struct-action-box.access-level-4 .move,
.struct-action-box.access-level-4 .sort {
  border-right: 5px solid rgb(244, 226, 220);
}

.struct-list-selector.up {
  margin-top: 22px !important;
}
.struct-list-selector select {
  width: 300px;
}
.struct-list-selector input {
  display: none;
}
.struct-list-selector input.on {
  display: block;
  width: 280px;
  margin-top: 5px;
}
.struct-list-selector .struct-link-option span {
  padding: 3px;
}
.struct-list-selector .struct-link-option span.dates {
  font-weight: bold;
}
.struct-list-selector .struct-link-option span.status {
  color: rgb(150, 150, 150);
}
.struct-list-selector .struct-link-option span.current {
  background: rgb(150, 150, 150);
  color: white;
}

.no-previous-struct-selected {
  border-radius: 50%;
  border: 1px solid rgb(0, 0, 0);
  background: radial-gradient(rgba(255, 0, 0, 0.1), rgba(255, 0, 0, 0));
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  width: 18px;
  height: 18px;
  text-align: center;
  color: rgb(0, 0, 0);
}
.no-previous-struct-selected:hover {
  background: radial-gradient(rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0));
}

/****************/
.structdocitem-container {
  max-width: 824px;
}
.structdocitem-container.readonly input, .structdocitem-container.readonly input:focus, .structdocitem-container.readonly textarea, .structdocitem-container.readonly textarea:focus {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(245, 245, 245);
  outline: none;
  box-shadow: none;
  margin: 0;
}
.structdocitem-container.edit-mode input, .structdocitem-container.edit-mode input:focus, .structdocitem-container.edit-mode textarea, .structdocitem-container.edit-mode textarea:focus {
  border: 1px solid rgb(208, 229, 175);
  background: rgba(189, 215, 224, 0.2);
}
.structdocitem-container.new_row.edit-mode input, .structdocitem-container.new_row.edit-mode input:focus, .structdocitem-container.new_row.edit-mode textarea, .structdocitem-container.new_row.edit-mode textarea:focus {
  border: 1px solid rgb(208, 229, 175);
  background: rgba(255, 255, 255, 0.8);
}
.structdocitem-container h3 {
  display: block;
  width: 100%;
  max-width: none;
}
.structdocitem-container h3 > input {
  font-size: 20px;
  width: 100%;
  max-width: 800px;
  font-weight: bold;
  color: rgb(80, 83, 82);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.structdocitem-container .original-val {
  display: none;
}
.structdocitem-wrapper {
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 800px;
  padding: 0;
}
.structdocitem-wrapper > div {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.structdocitem-sort-container {
  width: 10%;
  line-height: 25px;
  position: relative;
  z-index: 1;
  margin-top: 6px;
  text-align: center;
}
.structdocitem-sort-container:after {
  content: "order";
  color: rgb(208, 229, 175);
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  font-size: 10px;
  z-index: 2;
  border: 1px;
}
.structdocitem-name-container {
  width: 60%;
}
.structdocitem-number-container {
  width: 12%;
}
.structdocitem-number {
  font-size: 16px;
  width: 80px;
  line-height: 25px;
}
.structdocitem-content-container {
  width: 100%;
}
.structdocitem-content {
  font-size: 16px;
  max-width: 800px;
  width: 100%;
  padding: 20px;
  min-height: 150px;
}
.structdocitem-button-container {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
}
.structdocitem-button-container > button {
  transition: all 0.4s ease;
  display: inline-block;
}
.structdocitem-button-container > button.off {
  display: none;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent rgb(208, 229, 175);
  transform: rotate(0deg);
  transition: all 0.2s ease;
}
.triangle.mini {
  margin-top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent rgb(208, 229, 175);
  transform: rotate(0deg);
  transition: all 0.2s ease;
}
.triangle.down {
  transform: rotate(90deg);
}

.structdocdocument-list-item {
  display: block;
  padding: 5px 10px;
  width: auto;
}
.structdocdocument-list-item:nth-child(odd) {
  background: rgb(250, 250, 250);
}
.structdocdocument-list-item.has-group a {
  margin-left: 10px;
}
.structdocdocument-list-item p {
  margin-top: 15px;
  margin-bottom: 1px;
  border-bottom: 1px solid rgb(226, 229, 229);
}

.manage-from-sections-msg {
  margin-left: 30px;
  font-weight: bold;
}

/*

///////////////////////
	COLOUR SCHEME
///////////////////////

white : rgb( 255 , 255 , 255 );
black : rgb( 1 , 1 , 1 );

lightest grey : rgb( 226 , 229 , 229 );
grey : rgb( 139 , 141 , 143 );
darkest grey : rgb( 80 , 83 , 82 );

UNA Red: rgb( 143 , 26 , 29 );

dark teal: rgb( 87 , 139 , 155 );
teal : rgb( 176 , 213 , 213 );
super light teal : rgb( 229 , 241 , 245 );

warm green: rgb( 234 , 243 , 223 );
warm green darker: rgb( 208 , 229 , 175 );

Shadows
2ndary darkest teal: rgb( 32, 89, 108 );
2ndary dark teal: rgb( 55, 112, 131 ); not used yet

Buttons gold: rgb( 248 , 215 , 135 );
2ndary gold: rgb( 209, 172, 83 ); not used yet
2ndary gold lighter: rgb( 248, 215, 135 ); 
2ndary darker gold: rgb( 173, 136, 46 );

Error msg red 
light rgb( 248, 153, 135 ); not used yet
dark rgb( 209, 103, 83 );

Success msg green
light rgb( 99, 182, 127 ); not used yet
dark rgb( 61, 153, 92 );

*/
/*MAIN*/
/*LINKS*/
/*TABLES*/
/*BUTTONS*/
/* overlay message status colours */
/*HEADER NAV*/
/*FOOTER NAV*/
/*SELECTION COLOR*/
/*MSG COLORS*/
/*UNA RED*/
/******************
	Footer
******************/
footer {
  font-size: 8pt;
  text-align: center;
  padding: 0;
}
footer a {
  font-weight: bold;
}

#footer {
  color: rgb(148, 150, 136);
  position: relative;
  margin: 0 auto;
  padding: 20px 0 0;
  background: rgb(255, 255, 255);
}
#footer.mainview {
  background: rgb(245, 245, 245);
}
#footer h3 a {
  color: rgb(80, 83, 82);
  border-bottom: 2px solid rgb(234, 243, 223);
}
#footer h3 a:hover {
  border-bottom: 2px solid rgb(208, 229, 175);
  text-decoration: none;
}

#footer-nav .footer {
  display: table;
  padding-left: 0;
  padding-bottom: 20px;
}

.footer > li {
  display: table-cell;
  margin: 0;
  padding: 1%;
  position: relative;
  vertical-align: top;
  text-align: left;
  width: 170px;
  height: 180px;
}
.footer a:hover {
  color: rgb(148, 150, 136);
}
.footer .subnav {
  z-index: 1;
  border: none;
  color: black;
  background: transparent;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 85%;
  font-weight: normal;
  padding: 0.5em;
  width: auto;
}
.footer .subsection {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .subsection li {
  padding: 2px 0;
  line-height: 1.1em;
}
.footer .subsection a {
  color: rgb(80, 83, 82);
  font-weight: normal;
}
.footer .subsection a:hover {
  color: rgb(33, 33, 33);
}

.affiliate-links {
  /*border-top:5px solid rgb( 240 , 240 , 240 );*/
  padding: 40px 0;
  background: white;
}
.affiliate-links > a {
  margin: 0 60px;
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  transform: scale(1);
  transition: all 0.2s;
}
.affiliate-links > a:hover {
  transform: scale(0.9);
}
.affiliate-links > a > img {
  max-height: 100%;
  width: auto;
  max-width: auto;
}

.una-contact-info {
  border-top: 5px solid rgb(240, 240, 240);
  background: rgb(226, 229, 229);
  width: 100%;
}
.una-contact-info > div {
  display: table;
  margin: 0 auto;
}

.una-contact-item {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding: 40px;
  color: rgb(80, 83, 82);
}
.una-contact-item h5 {
  color: rgb(142, 25, 27);
  font-size: 12px;
  margin-bottom: 5px;
}
.una-contact-item h5.top-pad {
  margin-top: 20px;
}
.una-contact-item p {
  margin: 2px 0;
  line-height: 14px;
}
.una-contact-item p > span {
  display: block;
}
.una-contact-item p.mini-info {
  font-size: 10px;
}
.una-contact-item p.top-space {
  margin-top: 20px;
}
.una-contact-item p.una-contact-numbers {
  margin: 5px 0;
}

.una-contact-numbers .num-label-light {
  color: rgb(173, 173, 156);
  margin-right: 5px;
}

.una-map-wrapper {
  background: rgb(226, 229, 229);
}

.una-map-container {
  width: 44%;
  height: 300px;
  position: relative;
  display: inline-block;
  border-bottom: 2px solid rgb(212, 215, 215);
  margin: 0 20px 40px;
  padding: 0;
  background: white;
}
.una-map-container.off {
  display: none;
}

.una-map-container-mobile {
  width: 60%;
  height: 200px;
  position: relative;
  display: none;
  vertical-align: top;
  border-bottom: 2px solid rgb(212, 215, 215);
  margin: 0;
  padding: 0;
  background: white;
}
.una-map-container-mobile.on {
  display: inline-block;
}

.map-link a {
  display: grid;
  display: inline-grid;
  grid-template-columns: 25px 80px;
  grid-gap: 5px;
  align-items: center;
  text-align: left;
}
.map-link a img {
  display: inline-block;
  height: 20px;
  width: auto;
  max-width: auto;
  margin: 0 auto;
}

.copy-info {
  color: rgb(80, 83, 82);
  background: rgb(80, 82, 83);
  color: rgb(245, 245, 245);
  font-size: 10px;
  margin: 0 auto;
  padding: 10px;
}

/*----- Responsive Tweaks -----*/
@media (max-width: 1700px) {
  #gallery-images,
  #gallery-documents {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  #media-gallery {
    left: 50px;
    right: 50px;
    bottom: 50px;
    top: 50px;
  }
  .meta-container h1 {
    font-size: 24px;
  }
}
@media (max-width: 1350px) {
  #gallery-images,
  #gallery-documents {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .gallery-page #gallery-images,
  .gallery-page #gallery-documents {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .width-manager {
    width: 100%;
    max-width: 1024px;
  }
}
/*
@media ( max-width: 1280px ){
}*/
@media (max-width: 1200px) {
  #media-gallery {
    left: 50px;
    right: 50px;
    bottom: 50px;
    top: 50px;
  }
  #fullcolumn {
    display: block;
  }
  .width-manager.half-stretch, .width-manager.stretch {
    width: 1024px;
    max-width: 1024px;
  }
  .post-gallery {
    height: 449px;
  }
  #article {
    margin: 0;
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .width-manager.half-stretch, .width-manager.stretch, .width-manager.stretch-armstrong {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .una-panel h2 {
    font-size: 3vw;
    line-height: 3vw;
  }
  .una-section h2 {
    font-size: 4.5vw;
    line-height: 4.5vw;
  }
  .una-section h2.two-lines {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
  #gallery-images,
  #gallery-documents {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-page #gallery-images,
  .gallery-page #gallery-documents {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #main-gallery {
    padding: 0px;
  }
  .post-gallery {
    height: 56.25vw;
  }
  .post-gallery-nav {
    right: 0;
    width: 0;
  }
  .post-gallery-nav .post-gallery-button.next {
    display: none;
  }
  .post-gallery-button {
    top: 28%;
  }
  .post-gallery-button .inner-arrow-right {
    right: 14px;
  }
  .post-gallery-button .inner-arrow-left {
    left: 14px;
  }
  .post-gallery-button.leftside.next {
    display: block;
  }
  .post-gallery-item {
    border: none;
    width: 100vw;
    margin-right: 0;
  }
  .content-hider {
    display: block;
    width: 100%;
    position: relative;
    padding: 20px 0;
    margin-left: 0.5%;
  }
  .content-hider > button {
    width: 31.5%;
    height: 100px;
    display: inline-block;
    vertical-align: top;
    margin: 0.5%;
    text-align: center;
  }
  .content-hider > button > img {
    display: block;
    height: 40px;
    width: auto;
    margin: 0 auto;
  }
  .content-hider > button > div {
    display: block;
    text-align: center;
    width: 100%;
  }
  .fullwidth .teaser {
    width: 46%;
    margin: 2%;
    padding: 30px;
    float: left;
  }
  .www-slideshow {
    margin-bottom: 50px;
    max-height: 75vh;
  }
  #footer-nav {
    max-width: 100%;
    margin: 0 auto;
  }
  #footer-nav .footer > li {
    width: 160px;
  }
}
@media screen and (max-width: 960px) {
  #nav-content {
    display: none;
  }
  div#header-logo {
    margin: 10px;
  }
  div#mobile-menu-toggle {
    top: 10px;
    display: block;
  }
  div#mobile-nav-content.on {
    display: block;
  }
  div#header-contact-info {
    padding: 0 5px;
    margin-top: 10px;
    right: 60px;
  }
  #section {
    width: 94%;
    margin: 0 3%;
    padding: 0;
  }
  #sectionsidebar,
  #sectioncontentevents,
  #sectioncontentevents.fullwidth,
  #sectioncontent,
  #sectioncontent.fullwidth {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .fullwidth .teaser,
  .archivepast {
    width: 43vw;
    margin: 1% 1vw;
    padding: 4vw;
  }
  .section-panel .member-help-desc {
    grid-template-rows: 1fr;
    min-height: 238px;
    padding-right: 15%;
  }
  .section-panel .member-help-desc > div > ul {
    padding-left: 10px;
  }
  .section-panel .member-help-desc > a {
    display: none;
  }
  #gallery-images,
  #gallery-documents {
    grid-template-columns: 1fr;
  }
  .gallery-page #gallery-images,
  .gallery-page #gallery-documents {
    grid-template-columns: 1fr 1fr;
  }
  .grid-help-panel {
    grid-template-columns: 125px 1fr;
  }
  .grid-help-panel .hidden-mobile-button {
    display: block;
    grid-column: 1/-1;
    padding: 10px 25px;
  }
  .member-help.have-card,
  .member-help.need-card {
    display: block;
    width: 100%;
  }
  .member-help.need-card {
    margin-top: 2em;
  }
  .section-panel .member-help.third,
  .section-panel .member-help.twothirds {
    width: 49%;
  }
  .affiliate-links {
    padding: 20px 0;
  }
  .affiliate-links > a {
    height: 55px;
    margin: 0 30px;
  }
  #archive-list-wrapper {
    border: none;
  }
  #footer-nav {
    max-width: 900px;
    margin: 0 auto;
  }
  #footer-nav .footer > li {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  div#header-contact-info {
    display: none;
  }
  div#mobile-tools {
    display: inline-block;
  }
  div#mobile-header {
    display: block;
    color: rgb(226, 229, 229);
    height: 30px;
    text-align: right;
    font-size: 12px;
    line-height: 30px;
    padding-right: 15px;
  }
  div#mobile-header a {
    color: rgb(226, 229, 229);
  }
  div#mobile-menu-toggle {
    top: 41px;
  }
  div#mobile-header-searchbox.on {
    display: block;
    width: 100%;
    height: 46px;
    padding: 10px;
  }
  .print-box {
    display: none;
  }
  #main-gallery {
    padding: 2px;
  }
  .post-gallery-overlay.on {
    top: 100%;
    bottom: 100%;
  }
  .post-gallery-info.on {
    bottom: 0;
  }
  .main-panel {
    margin-top: 10px;
  }
  .main-panel.grid {
    display: block;
  }
  .main-panel .grid-item.col-1 {
    border-right-width: 4px;
  }
  .main-panel .grid-item.col-2 {
    display: none;
  }
  .main-panel .grid-item.col-3 {
    border-left-width: 4px;
  }
  .grid.col-3 > div {
    width: 50%;
  }
  .mobile-campaign-box {
    display: block;
  }
  .content-hider > button {
    padding: 10px;
    height: 125px;
  }
  .una-panel {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .una-panel.grid.col-3 > div {
    width: 100%;
    border-right: none;
    border-left: none;
  }
  .una-panel .grid-content .grid-icon {
    width: 15%;
  }
  .una-panel > .grid-item:after {
    height: 1px;
  }
  .una-panel h2 {
    font-size: 4.5vw;
    line-height: 4.5vw;
  }
  .una-section {
    padding-bottom: 0;
    margin-top: 0;
  }
  .una-section.provincial-health-agencies {
    padding: 20px;
    background: rgb(255, 255, 255);
  }
  .una-section > .grid-item.col-1 {
    border-left: 20px solid rgb(245, 245, 245);
  }
  .una-section > .grid-item.col-2 {
    border-right: 20px solid rgb(245, 245, 245);
  }
  .una-section .grid-content {
    padding: 20px;
    min-height: 250px;
  }
  .una-section .grid-content .grid-element {
    display: block;
  }
  .una-section .grid-content .grid-icon {
    width: 35%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .section-panel.quarter.una-member-flow {
    display: block;
    margin: 0 auto;
    float: none;
    width: 40vw;
  }
  .section-panel.third.una-member-flow {
    display: block;
    margin: 0 auto;
    float: none;
    width: 60vw;
  }
  .affiliate-links {
    clear: both;
  }
  .affiliate-links > a {
    margin: 0 10px;
    height: 50px;
  }
  .una-contact-info > div {
    display: block;
    margin: 0 auto;
  }
  .una-contact-item {
    display: block;
    width: 100%;
  }
  .una-contact-item h5 {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 8px;
  }
  .una-contact-item.saro {
    padding-top: 0;
  }
  .una-contact-item.full-width {
    width: 100%;
    padding-top: 0;
  }
  .una-contact-item-info {
    display: inline-block;
    width: 35%;
    margin-right: 4%;
    vertical-align: top;
    font-size: 12px;
    line-height: 13px;
  }
  .una-contact-item .una-contact-numbers,
  .una-contact-item .mini-info a {
    font-size: 12px;
    line-height: 13px;
  }
  .una-map-container {
    width: 80%;
  }
  #postcontent h1 {
    line-height: 1.2em;
    margin-bottom: 0.5em;
  }
  #posttext {
    width: 55%;
  }
  .articletools {
    width: 44%;
  }
  #thumbscontainer {
    padding: 0;
  }
  #footer-nav {
    width: 99%;
    max-width: 99%;
    margin: 0;
    margin-left: 1%;
  }
  #footer-nav .footer {
    display: block;
  }
  #footer-nav .footer > li {
    display: inline-block;
    width: 33%;
    padding: 2%;
    float: left;
    vertical-align: top;
    min-height: 160px;
  }
  .datatable .doc-cover {
    padding: 0;
  }
}
@media screen and (max-width: 650px) {
  .fullwidth .teaser,
  .post-panel,
  .section-panel,
  .section-panel.half,
  .section-panel.third,
  .section-panel.twothirds,
  .section-panel.quarter,
  .section-panel.threequarters,
  .archive-panel,
  .links-panel,
  .archivepast {
    float: none;
    width: 94vw;
    margin: 4% auto;
    display: block;
  }
  .section-panel.grid-help-panel,
  .section-panel.half.grid-help-panel {
    display: grid;
  }
  .una-section {
    padding-bottom: 0;
    width: 100%;
    display: block;
  }
  .sharing-box.top {
    display: none;
  }
  .sharing-box.top.mobile {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
  .section-grid,
  .sharing-box.top .grid-item,
  .grid.col-2 > div {
    width: 100%;
    display: block;
  }
  .una-section .grid-content {
    min-height: inherit;
    padding: 20px;
  }
  .una-section .grid-content .grid-icon {
    width: 15%;
    margin-right: 20px;
  }
  .una-section .grid-content .grid-element {
    display: inline-block;
  }
  .una-section .grid-content .grid-element .grid-text {
    width: 69%;
  }
  .una-section .grid-item {
    padding: 0;
  }
  .una-section .grid-item:after {
    height: 1px;
  }
  .una-section .grid-item.col-2 .grid-content {
    padding-left: 20px;
  }
  .una-section > .grid-item.col-1,
  .una-section > .grid-item.col-2 {
    border-left: none;
    border-right: none;
    border: none;
  }
  .una-section h2.two-lines {
    font-size: 3.6vw;
    line-height: 3.6vw;
  }
  .mobile-link {
    display: block;
  }
  .desktop-link {
    display: none;
  }
  #header-logo {
    width: 150px;
  }
  #header-contact-text {
    width: 100%;
  }
  #posttext,
  .articletools {
    float: none;
    width: 100%;
  }
  #posttext {
    padding-top: 0;
  }
  .articletools.top {
    margin: 0;
    padding: 0;
    padding-top: 20px;
  }
  .pullquote {
    padding: 0 20px;
  }
  .post-gallery-button {
    display: none !important;
  }
  #leftcolumn,
  #rightcolumn {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  nav {
    background-position: right top;
  }
  .teaserimage {
    display: block;
    margin-bottom: 1em;
  }
  #frontpageimage {
    display: none;
  }
  #content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .sectiontitle,
  #sectiontitle {
    font-size: 30px;
    line-height: 63px;
  }
  .sectiontitle {
    padding-top: 25px;
  }
  #sectiontitle.icon {
    margin-left: 75px;
  }
  #sectiontitle.icon:before {
    width: 75px;
    height: 63px;
  }
  #sectionlist {
    display: none;
  }
  #sectionlistleft {
    display: block;
  }
  #sectionteasers {
    width: 100%;
  }
  .article,
  #article {
    width: 100%;
    float: none;
  }
  .postimage {
    width: 100%;
  }
  #posteditor input,
  #posteditor textarea,
  #posteditor select {
    max-width: 75%;
  }
  #calendarwrapper {
    width: 90%;
    margin: 0 auto;
  }
  #calendar {
    display: none;
  }
  #eventlistnarrow {
    display: block;
  }
  .lb-outerContainer {
    max-width: 100%;
    height: auto !important;
    min-height: 300px !important;
  }
  .lb-image {
    max-width: 100%;
  }
  .affiliate-links > a {
    height: 40px;
    margin: 0 5px;
  }
  .una-map-container-mobile,
  .una-contact-item-info {
    display: block;
    width: 100%;
    margin-right: 0;
    vertical-align: top;
  }
  .una-map-container-mobile {
    margin-top: 10px;
  }
  #sectioncontent table {
    font-size: 10px;
  }
  #sectioncontent table tr > td {
    padding: 2px;
  }
}
@media screen and (max-width: 500px) {
  .content-hider h1 {
    font-size: 7.2vw;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  #header-logo {
    width: 130px;
  }
  .post-gallery-info {
    display: none;
  }
  .fullwidth .teaser,
  .post-panel,
  .section-panel,
  .section-panel.half,
  .section-panel.third,
  .section-panel.twothirds,
  .section-panel.quarter,
  .section-panel.threequarters,
  .archive-panel,
  .links-panel,
  .archivepast {
    float: none;
    width: 94vw;
    margin: 4% auto;
    display: block;
  }
  .section-panel.quarter.una-member-flow {
    width: 50vw;
  }
  .section-panel.third.una-member-flow {
    width: 75vw;
  }
  .section-panel .member-help.third,
  .section-panel .member-help.twothirds {
    width: 100%;
  }
  .sectionimage {
    width: 100%;
    float: none;
  }
  .archive-nav,
  .archive-nav-container button {
    display: none;
  }
  #archive-mobile-loader {
    display: block;
  }
  #archive-list-wrapper {
    overflow: inherit;
    width: 100%;
    margin: 0;
  }
  #archive-container {
    white-space: normal;
    position: relative;
    width: 100%;
    margin: 0;
  }
  .archivepast {
    margin: 2vw 1vw;
  }
  #unalogo {
    width: 100%;
  }
  .sectiontitle,
  #sectiontitle {
    margin-top: 14px;
    font-size: 26px;
    line-height: 42px;
  }
  .sectiontitle {
    padding-top: 20px;
  }
  #sectiontitle.icon {
    margin-left: 50px;
  }
  #sectiontitle.icon:before {
    width: 50px;
    height: 42px;
  }
  #gallery-images,
  #gallery-documents,
  .gallery-page #gallery-images,
  .gallery-page #gallery-documents {
    grid-template-columns: 1fr;
  }
  #calendarcurrentmonth {
    min-width: 0;
    font-size: 85%;
  }
  .una-contact-item {
    display: block;
    width: 100%;
  }
  .una-contact-item.saro {
    padding-top: 0;
  }
  #footer-nav .footer > li {
    display: inline-block;
    width: 49.5%;
    padding: 2% 5%;
    float: left;
    vertical-align: top;
    min-height: 135px;
  }
  .affiliate-links > a {
    height: 30px;
    margin: 0 10px;
  }
  .una-section.provincial-health-agencies {
    padding: 10px;
  }
}
