/* Minification failed. Returning unminified contents.
(239,35): run-time error CSS1031: Expected selector, found '234'
(239,35): run-time error CSS1025: Expected comma or open brace, found '234'
 */
/* Minification failed. Returning unminified contents.
(235,35): run-time error CSS1031: Expected selector, found '234'
(235,35): run-time error CSS1025: Expected comma or open brace, found '234'
 */
*, *:before, *:after { box-sizing: border-box; }
.clearfix:after { content: ""; display: table; clear: both; }


/* grids */
div.row { margin: 0 -10px; margin-bottom: 20px; }
div.row:last-child { margin-bottom: 0; }
[class*="col-"] { padding: 10px; }

div.row div.heading {color: #1f8bcb; font-size: 1.15em; font-weight: bold;}
div.row div.graphic {max-height: 150px; overflow: hidden;}
div.row div.graphic img {min-height: 150px; width: 100%; height: auto; }

div.row div.graphicSetHeight {max-height: 150px; overflow: hidden;} 
div.row div.graphicSetHeight img {width: 100%; height: auto; }


@media all {  
  .col-1-5 {
    float: left;
    width: 20%;
    xborder: 1px solid blue;
    margin-bottom: 1%;
  }
  .col-1-5:nth-child(2n+1) { clear: none; }  
  .col-1-5:nth-child(3n+1) { clear: none; }  
  .col-1-5:nth-child(4n+1) { clear: none; }  
  .col-1-5:nth-child(5n+1) { clear: both; } 
  .col-1-5:nth-child(1) { border-right: 1px dashed #b7b7b7; border-bottom: none;}  
  .col-1-5:nth-child(2) { border-right: 1px dashed #b7b7b7; border-bottom: none;}  
  .col-1-5:nth-child(3) { border-right: 1px dashed #b7b7b7; border-bottom: none;}  
  .col-1-5:nth-child(4) { border-right: 1px dashed #b7b7b7; border-bottom: none;}  
  .col-1-5:nth-child(5) { border-right: none; border-bottom: none;}  

  .col-1-4 {
    float: left;
    width: 25%;
    xborder: 1px solid blue;
    margin-bottom: 1%;
  }
  .col-1-4:nth-child(2n+1) { clear: none; }  
  .col-1-4:nth-child(3n+1) { clear: none; }  
  .col-1-4:nth-child(4n+1) { clear: both; }  
  .col-1-4:nth-child(1) { border-right: 1px dashed #b7b7b7; border-bottom: none;}  
  .col-1-4:nth-child(2) { border-right: 1px dashed #b7b7b7; border-bottom: none;}  
  .col-1-4:nth-child(3) { border-right: 1px dashed #b7b7b7; border-bottom: none;}  
  .col-1-4:nth-child(4) { border-right: none; border-bottom: none;}  

  .col-1-3 {
    float: left;
    width: 33%;
    xborder: 1px solid blue;
    margin-bottom: 1%;
  }
  .col-1-3:nth-child(2n+1) { clear: none; }  
  .col-1-3:nth-child(3n+1) { clear: both; }  
  .col-1-3:nth-child(1) { border-right: 1px dashed #b7b7b7; border-bottom: none;}  
  .col-1-3:nth-child(2) { border-right: 1px dashed #b7b7b7; border-bottom: none;}  
  .col-1-3:nth-child(3) { border-right: none; border-bottom: none;}  

  .col-1-2 {
    float: left;
    width: 50%;
    xborder: 1px solid blue;
    margin-bottom: 1%;
  }
  .col-1-2:nth-child(2n+1) { clear: both; }  
  .col-1-2:nth-child(1) { border-right: 1px dashed #b7b7b7; border-bottom: none;}  
  .col-1-2:nth-child(2) { border-right: none; border-bottom: none;}  
}
  

@media all and ( max-width: 960px ) {
  .col-1-5 {
    float: left;
    width: 33%;
    xborder: 1px solid darkgreen;
  }
  .col-1-5:nth-child(2n+1) { clear: none; }  
  .col-1-5:nth-child(3n+1) { clear: both; }  
  .col-1-5:nth-child(4n+1) { clear: none; }  
  .col-1-5:nth-child(5n+1) { clear: none; }  
  .col-1-5:nth-child(1) { border-right: 1px dashed #b7b7b7; border-bottom: none;}  
  .col-1-5:nth-child(2) { border-right: 1px dashed #b7b7b7; border-bottom: none;}  
  .col-1-5:nth-child(3) { border-right: none; border-bottom: none;}  
  .col-1-5:nth-child(4) { border-right: 1px dashed #b7b7b7; border-bottom: none;} 
  .col-1-5:nth-child(5) { border-right: 1px dashed #b7b7b7; border-bottom: none;} 

  .col-1-4 {
    float: left;
    width: 33%;
    xborder: 1px solid darkgreen;
  }
  .col-1-4:nth-child(2n+1) { clear: none; }  
  .col-1-4:nth-child(3n+1) { clear: both; }  
  .col-1-4:nth-child(4n+1) { clear: none; }  
  .col-1-4:nth-child(1) { border-right: 1px dashed #b7b7b7; border-bottom: none;}  
  .col-1-4:nth-child(2) { border-right: 1px dashed #b7b7b7; border-bottom: none;}  
  .col-1-4:nth-child(3) { border-right: none; border-bottom: none;}  
  .col-1-4:nth-child(4) { border-right: 1px dashed #b7b7b7; border-bottom: none;}  

  .col-1-3 {
    float: left;
    width: 33%;
    xborder: 1px solid darkgreen;
  }
  .col-1-3:nth-child(2n+1) { clear: none; }  
  .col-1-3:nth-child(3n+1) { clear: both; }  
  .col-1-3:nth-child(1) { border-right: 1px dashed #b7b7b7; border-bottom: none;}  
  .col-1-3:nth-child(2) { border-right: 1px dashed #b7b7b7; border-bottom: none;}  
  .col-1-3:nth-child(3) { border-right: none; border-bottom: none;}  

  .col-1-2 {
    float: left;
    width: 50%;
    xborder: 1px solid blue;
    margin-bottom: 1%;
  }
  .col-1-2:nth-child(2n+1) { clear: both; }  
  .col-1-2:nth-child(1) { border-right: 1px dashed #b7b7b7; border-bottom: none;}  
  .col-1-2:nth-child(2) { border-right: none; border-bottom: none;}  
}

@media all and ( max-width: 797px ) {
  .col-1-5 {
    float: left;
    width: 50%;
    xborder: 1px solid pink;
  }
  .col-1-5:nth-child(2n+1) { clear: both; }  
  .col-1-5:nth-child(3n+1) { clear: none; }  
  .col-1-5:nth-child(4n+1) { clear: none; }  
  .col-1-5:nth-child(5n+1) { clear: both; } 
  .col-1-5:nth-child(1) { border-right: 1px dashed #b7b7b7; border-bottom: none;}  
  .col-1-5:nth-child(2) { border-right: none; border-bottom: none;}  
  .col-1-5:nth-child(3) { border-right: 1px dashed #b7b7b7; border-bottom: none;}  
  .col-1-5:nth-child(4) { border-right: none; border-bottom: none;}  
  .col-1-5:nth-child(5) { border-right: 1px dashed #b7b7b7; border-bottom: none;}  

  .col-1-4 {
    float: left;
    width: 50%;
    xborder: 1px solid pink;
  }
  .col-1-4:nth-child(2n+1) { clear: both; }  
  .col-1-4:nth-child(3n+1) { clear: none; }  
  .col-1-4:nth-child(4n+1) { clear: none; }  
  .col-1-4:nth-child(1) { border-right: 1px dashed #b7b7b7; border-bottom: none;}  
  .col-1-4:nth-child(2) { border-right: none; border-bottom: none;}  
  .col-1-4:nth-child(3) { border-right: 1px dashed #b7b7b7; border-bottom: none;}  
  .col-1-4:nth-child(4) { border-right: none; border-bottom: none;}  

  .col-1-3 {
    float: left;
    width: 50%;
    xborder: 1px solid pink;
  }
  .col-1-3:nth-child(2n+1) { clear: both; }  
  .col-1-3:nth-child(1) { border-right: 1px dashed #b7b7b7; border-bottom: none;}  
  .col-1-3:nth-child(2) { border-right: none; border-bottom: none;}  
  .col-1-3:nth-child(3) { border-right: 1px dashed #b7b7b7; border-bottom: none;}  

  .col-1-2 {
    float: left;
    width: 50%;
    xborder: 1px solid pink;
  }
  .col-1-2:nth-child(2n+1) { clear: both; }  
  .col-1-2:nth-child(1) { border-right: 1px dashed #b7b7b7; border-bottom: none;}  
  .col-1-2:nth-child(2) { border-right: none; border-bottom: none;}  

}


@media all and ( max-width: 480px ) {
  div.row div.graphic {min-height: 220px; }
  div.row div.graphic img {min-height: 220px; }

  .col-1-5 {
    width: 100%;
    xborder: 1px solid red;
  }
  .col-1-5:nth-child(2n+1) { clear: both; border-right: none;}  
  .col-1-5:nth-child(3n+1) { clear: both; border-right: none;}  
  .col-1-5:nth-child(4n+1) { clear: both; border-right: none;}  
  .col-1-5:nth-child(5n+1) { clear: both; border-right: none;}  
  .col-1-5:nth-child(1n+1) { border-right: none; border-bottom: 1px dashed #b7b7b7; }  

  .col-1-4 {
    width: 100%;
    xborder: 1px solid red;
  }
  .col-1-4:nth-child(2n+1) { clear: both; border-right: none;}  
  .col-1-4:nth-child(3n+1) { clear: both; border-right: none;}  
  .col-1-4:nth-child(4n+1) { clear: both; border-right: none;}  
  .col-1-4:nth-child(1n+1) { border-right: none; border-bottom: 1px dashed #b7b7b7; }  

  .col-1-3 {
    width: 100%;
    xborder: 1px solid red;
  }
  .col-1-3:nth-child(2n+1) { clear: both; border-right: none;}  
  .col-1-3:nth-child(3n+1) { clear: both; border-right: none;}  
  .col-1-3:nth-child(1n+1) { border-right: none; border-bottom: 1px dashed #b7b7b7; }  

  .col-1-2 {
    width: 100%;
    xborder: 1px solid red;
  }
  .col-1-2:nth-child(2n+1) { clear: both; border-right: none;}  
  .col-1-2:nth-child(1n+1) { border-right: none; border-bottom: 1px dashed #b7b7b7; }  
}

/* CSS for 'Feature 1 wide, 2 narrow Responsive' Template in admin area */
.itemList { display: grid; grid-template-columns: repeat(4, 1fr); }
.itemList .item { border: 1px dashed #b7b7b7; border-top: none; border-left: none; }
.itemList .item:nth-of-type(3) { border-right: none; }
.itemList .item.unpinned:nth-of-type(4n+3) { border-right: none; }
.itemList .item.unpinned { padding: 20px; display: flex; flex-direction: column; justify-content: flex-start; }
.itemList .item.unpinned .image { width: 100%; height: 200px; }
.itemList .item.unpinned .image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; border-width: 0px; }
.itemList .item.unpinned .heading { margin: 0 0 15px 0; font-weight: bold; color: #1f8bcb; font-size: 1.3em; text-decoration: none; }
.itemList .item.unpinned .subheading { margin: 0 0 20px 0; text-align: left; padding: 0; font-weight: bold; color: #000; }
.itemList .item.unpinned .text { text-align: left; line-height: 1.7; margin: 0 0 20px 0; }
.itemList .item.pinned { grid-column: span 2; padding: 10px; display: flex; align-items: stretch; }
.itemList .item.pinned .inner { padding: 20px; position: relative; background-color: #d0edff75; width: 100%; }
.itemList .item.pinned .heading { margin: 0 0 15px 0; font-weight: bold; color: #1f8bcb; font-size: 1.8em; text-decoration: none; padding-right: 80px; }
.itemList .item.pinned .subheading { margin: 0 0 20px 0; text-align: left; padding: 0; font-weight: bold; font-size: 1.2em; color: #000; }
.itemList .item.pinned .text { margin: 0 0 20px 0; text-align: left; font-size: 1em; line-height: 1.7; }
.itemList .item.pinned .image { max-width: 350px; width: 100%; height: 200px; margin: 0 auto; }
.itemList .item.pinned .image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; border-width: 0px; }

@media (max-width: 960px) {
    .itemList { grid-template-columns: repeat(2, 1fr); }
    .itemList .item:nth-of-type(3)234 { border-right: 1px dashed #b7b7b7; }
    .itemList .item.unpinned:nth-of-type(4n+3) { border-right: 1px dashed #b7b7b7; }
    .itemList .item.unpinned:nth-of-type(2n+1) { border-right: none; }
    .itemList .item.pinned { border-right: none; }
}

@media (max-width: 550px) {
    .itemList { grid-template-columns: 1fr; }
    .itemList .item { border-right: none; }
    .itemList .item.pinned { grid-column: span 1; }
}

body { font-size: 0.8em; background-color: white; font-family: 'DM Sans', sans-serif; overflow-y: scroll; }

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, blockquote, th {
	margin:0;
	padding:0;
}

.DownloadBtnDisabled { cursor: default; }

table { border-collapse: collapse; }

*, *:before, *:after { box-sizing: border-box; }
.clearfix:after { content: ""; display: table; clear: both; }

.wrapper { margin: 0 auto; padding: 10px 20px 20px 20px; min-width: 320px; max-width: 1200px; }
.wrapper h1 {margin: 0 -20px 10px -20px; font-size: 1.4em; font-weight: bold; color: #171717; border-bottom: 1px solid #b7b7b7; padding: 0px 10px 4px 10px;}
.wrapper h2 {margin-top: 8px; margin-bottom: 3px; font-size: 1.2em; font-weight: bold; color: #222222;}
.wrapper h3 {margin-top: 8px; margin-bottom: 3px; font-size: 1.1em; font-weight: bold; color: #444444;}
.wrapper h4 {margin-top: 8px; margin-bottom: 3px; font-size: 1em; font-weight: bold; color: #666666;}
.wrapper h6 {margin: 14px 0 3px 0; font-size: 1.4em; font-weight: bold; color: #1f8bcb; border-top: 2px solid #1f8bcb; padding: 3px 0 0 0px;}
  .wrapper a { overflow-wrap: break-word; }


.wrapper .messageToUser {font-weight: bold; color: red; padding: 6px 10px 6px 10px; border-top: 1px solid red; border-bottom: 1px solid red;} 
.wrapper .content { margin: 0; margin-bottom: 20px; }
.wrapper a {color:#1f8bcb !important;}
.wrapper a:hover {text-decoration: dotted; }

.button {background-color: #1f8bcb; font-weight: normal; color: white !important; font-size: 1.1em; padding: 5px 10px 5px 10px; border: 0px; cursor: pointer; -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px}
.buttonGreen {background-color: #58B783; font-weight: normal; color: white; font-size: 1.1em; padding: 5px 10px 5px 10px; border: 0px; cursor: pointer; -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px}
.CancelButton {font-weight: normal; color: Red;}

 div.buttonGroup {margin: 12px 0 12px 0}
 div.buttonGroup input[type=submit] {display: inline-table; margin-left: 60px }
 div.buttonGroup input[type=submit]:first-child {margin-left: 0}

.wrapper .discountApplied { font-weight: bold; color: Green; font-size: 1.2em}
.wrapper .discountNotApplied { font-weight: bold; color: red; font-size: 1.2em}



#regHeader {margin: 0 auto; padding: 0px 10px; min-width: 320px; max-width: 1200px; border-bottom: 1px solid #B7B7B7; font-size: .9em; color: #757575; display: flex; flex-direction: row;}
  #regHeader .logo { margin: 0; display: flex; align-items: center; justify-content: flex-start; padding: 19px 0; }
  #regHeader .logo a { display: block; }
  #regHeader .logo a img { display: block; }

  #regHeader .mobileMenu {display: none; clear: both; font-size: 1.3em; font-weight: bold; color: white; padding: 1% 5% 1% 1%; background: #1f8bcb 98% center no-repeat url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJNZW51IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDE0MS43MyAxNDEuNzMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE0MS43MyAxNDEuNzM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojRkZGRkZGOyIgZD0iTTEwNy40NjUsNjIuMDU3SDMyLjc1OWMtNC4wODYsMC03LjM5OCwzLjMxMi03LjM5OCw3LjM5OHYwDQoJCQljMCw0LjA4NiwzLjMxMiw3LjM5OCw3LjM5OCw3LjM5OGg3NC43MDdjNC4wODYsMCw3LjM5OC0zLjMxMiw3LjM5OC03LjM5OHYwQzExNC44NjMsNjUuMzY5LDExMS41NTEsNjIuMDU3LDEwNy40NjUsNjIuMDU3eg0KCQkJIE0xMDcuNDY1LDkzLjE2MUgzMi43NTljLTQuMDg2LDAtNy4zOTgsMy4zMTItNy4zOTgsNy4zOTh2MGMwLDQuMDg2LDMuMzEyLDcuMzk4LDcuMzk4LDcuMzk4aDc0LjcwNw0KCQkJYzQuMDg2LDAsNy4zOTgtMy4zMTIsNy4zOTgtNy4zOTh2MEMxMTQuODYzLDk2LjQ3MywxMTEuNTUxLDkzLjE2MSwxMDcuNDY1LDkzLjE2MXogTTEwNy40NjUsMzAuOTUzSDMyLjc1OQ0KCQkJYy00LjA4NiwwLTcuMzk4LDMuMzEyLTcuMzk4LDcuMzk4djBjMCw0LjA4NiwzLjMxMiw3LjM5OCw3LjM5OCw3LjM5OGg3NC43MDdjNC4wODYsMCw3LjM5OC0zLjMxMiw3LjM5OC03LjM5OHYwDQoJCQlDMTE0Ljg2MywzNC4yNjUsMTExLjU1MSwzMC45NTMsMTA3LjQ2NSwzMC45NTN6Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo='); cursor: pointer;}

  #regHeader .mobileMenuPopup {display: none; z-index: 9999; background-color: #1f8bcb; font-size: 1.2em; }
  #regHeader .mobileMenuPopup div {border-top: 1px solid #b7b7b7; padding: 1% 0 1% 1.5%;}
  #regHeader .mobileMenuPopup div:first-child {margin-top: 0.5%; }
  #regHeader .mobileMenuPopup div a {color: white; text-decoration: none;}

  #regHeader .top-nav { float: right; margin: 5px 0 0 0; text-align: right;  }
    #regHeader .top-nav a { padding: 0px 5px 0px 5px; color: #1f8bcb; font-weight: bold; text-decoration: none; }

  #regHeader .links { clear: right; margin: 0; padding: 10px 0 10px; text-align: right; width: 100%; }
    #regHeader .links div { display: inline-block; border-left: 1px solid #b7b7b7; margin-right: 2%; padding: 0.75% 0 0.75% 1%;}
    #regHeader .links div:last-child {margin-right: 0;}
      #regHeader .links .item a { color: #585858; font-size: 1.2em; font-weight: bold; text-decoration: none; }

.desktopMessage {display: none;}




@media all and ( max-width: 960px ) {
  #regHeader .links { clear: both; margin: 0; padding: 1% 0 0 1%; text-align: right;}
  .needsDesktop {display: none;}
  .desktopMessage {display: block; background-color: #eaeaea; padding: 5% 10% 30% 10%; text-align: center; color: black; font-size: 1.2em;}
}

#regFooter {margin: 1% auto; padding: 0px 10px 2% 10px; min-width: 320px; max-width: 1200px; border-top: 1px solid #B7B7B7; font-size: .9em; color: #757575}
#regFooter ul {list-style-type: none; margin: 0; padding: 0; }
#regFooter ul li {display: inline; border-left: 1px solid #b7b7b7; padding: 0px 6px 0px 8px; }
#regFooter ul li:first-child {border: none;}
#regFooter a {color: #757575; text-decoration: none;}
#regFooter a:hover {text-decoration: underline;}

#regFooter div {float: left; }
#regFooter div.designedBy {float: right; padding-right: 1%} 
#regFooter div.copyright {float: left; padding-right: 1%} 
#regFooter div.menuLinks {width: 100%; padding: 5px 0}


@media all and ( max-width: 680px ) {
  #regHeader { padding: 0px 10px 10px 10px; flex-direction: column; }

  #regHeader .links {display: none;}
  #regHeader .top-nav {display: none;}
  #regHeader .mobileMenu {display: block;}

  #regFooter {background-color: #1f8bcb; color: white; border: none; }
  #regFooter div {text-align: center; padding: 2% 0 1% 0; float: none !important;}
  #regFooter div.copyright {padding: 6% 0 0 0;}
  #regFooter ul {list-style-type: none; margin: 0; padding: 0; }
  #regFooter ul li {display: block; border: none; padding: 1% 0 1% 0}
  #regFooter a {color: white; text-decoration: none;}
}


#twitterFeed a {text-decoration: underline; color: #1f8bcb; }
#twitterFeed ul {margin: 0px; padding: 0px 0px 4px 0px;}
#twitterFeed ul li {margin: 5px 5px 5px 5px; list-style-type: none;}
#twitterFeed ul li a {text-decoration: none; color: #666666;}
#twitterFeed ul li a:hover {text-decoration: underline;}
#twitterFeed ul li .tweet { }
#twitterFeed ul li .datestamp {clear: both; font-size: .85em; color: #888888; text-align: right; padding: 2px 5px 4px 4px;}


#cookieNotification { margin: 0 auto; display: none; position: relative; top: -5px; background-color: #5b5b5b; color: #FFFFFF; border: none; padding: 10px 20px 10px 20px; min-width: 320px; max-width: 1200px; font-size: .9em; clear: both;}
#cookieNotification  #cookieNotificationClose {float: right; margin: 10px; padding: 5px 10px 5px 10px; font-weight: bold; color: white; background-color: #1f8bcb; cursor:pointer;}
#cookieNotification a { color: #FFFFFF; }

.EnterData {margin: 1% 1% 1% 5%}

.datagrid .datagridHeader {background-color: #cccccc;font-weight: bold; margin-bottom: 10px;}
.datagrid .datagridHeader   td { padding: 2px 4px 2px 4px;}
.datagrid .datagridItem {background-color: #efefef; border-bottom: 1px solid #666666}
.datagrid .datagridItem  td { padding: 2px 4px 2px 4px;}
.datagrid .datagridAlternatingItem {background-color: #ffffff; border-bottom: 1px solid #666666}
.datagrid .datagridAlternatingItem  td { padding: 2px 4px 2px 4px;}


.PaymentSummary {margin: 1% 3% 1% 3%; max-width: 800px;}
.PaymentSummary .PaymentSummaryTable {width: 100%; }
.PaymentSummary .PaymentSummaryTable .PaymentSummaryHeader { background-color: black; color: White; font-weight: bold;}
.PaymentSummary .PaymentSummaryTable .PaymentSummaryHeader td { padding: 2px 4px 2px 4px;}
.PaymentSummary .PaymentSummaryTable .PaymentSummaryItem {}
.PaymentSummary .PaymentSummaryTable .PaymentSummaryItem td { border-bottom: 1px solid gray; padding-top: 1px; padding-bottom: 2px; }
.PaymentSummary .PaymentSubtotal { width: 100%; text-align: right; border-top: 2px solid gray; margin-bottom: 3px; padding-top: 4px; padding-bottom: 1px;}
.PaymentSummary .PaymentDiscount { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 3px; padding-top: 3px; padding-bottom: 1px;}
.PaymentSummary .PaymentCreditCardSupplement { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 3px; padding-top: 3px; padding-bottom: 1px;}
.PaymentSummary .PaymentDelivery { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 3px; padding-top: 3px; padding-bottom: 1px;}
.PaymentSummary .PaymentVATAmount { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 6px; padding-top: 3px; padding-bottom: 1px;}
.PaymentSummary .PaymentGrandTotal { width: 100%; text-align: right; border-bottom: 2px solid black; border-top: 1px solid black; font-weight: bold; font-size: 1.2em; margin-bottom: 15px; padding-top: 3px; padding-bottom: 3px;}


/* Homepage */
.videoandeventsection { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 20px; }
.videoandeventsection .videoContent iframe { width: 100%; }
  .videoandeventsection .videoContent .icons { display: grid; grid-template-columns: repeat(3, 1fr); grid-column-gap: 20px; grid-row-gap: 30px; margin-top: 25px; }
.videoandeventsection .videoContent .icons .icon { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; grid-gap: 5px; border-right: 1px dashed #b7b7b7; padding-right: 20px; }
.videoandeventsection .videoContent .icons .icon:nth-of-type(3) { border-right: none; padding: 0; }
.videoandeventsection .videoContent .icons .icon:last-of-type { border-right: none; padding: 0; }
.videoandeventsection .videoContent .icons .icon img { width: 52px; height: auto; }
.videoandeventsection .videoContent .icons .icon p { color: #1f8bcb; text-align: center; font-size: 14px; margin: 0; }
.videoandeventsection .videoContent > a.btn { display: block; padding: 10px 20px; margin: 15px auto 0 auto; width: 230px; border-radius: 7px; color: #fff !important; text-align: center; text-decoration: none; background-color: #1f8bcb; font-weight: bold; font-size: 14px; }

.homepageEventItem .inner { padding: 20px; position: relative; background-color: #d0edff; display: flex; flex-direction: column; justify-content: center; height: 100%; }
.homepageEventItem .eventPinned { position: absolute; top: 0; right: 0; padding: 10px; background-color: #58b783; font-weight: bold; color: #fff; font-size: 1.1em; text-decoration: none; text-transform: uppercase; }
.homepageEventItem .eventTitle { font-weight: bold; color: #1f8bcb; font-size: 1.8em; text-decoration: none; padding-right: 80px; }
.homepageEventItem .eventDate { text-align: left; padding: 5px 0 5px 0; font-weight: bold; font-size: 1.2em; }
.homepageEventItem .eventLocation { text-align: left; padding: 0; font-weight: bold; font-size: 1.2em; }
.homepageEventItem .eventRow { display: flex; flex-direction: column; justify-content: center; padding: 30px 0; grid-gap: 30px; }
.homepageEventItem .eventRow .eventDescription { flex: 1; text-align: left; font-size: 1em; line-height: 1.7; }
.homepageEventItem .eventRow .eventImage { max-width: 350px; width: 100%; height: 200px; margin: 0 auto; }
.homepageEventItem .eventRow .eventImage img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.homepageEventItem .eventLink { display: block; width: fit-content; padding: 10px; margin: 0 auto 5px auto; background-color: #58b783; font-weight: bold; color: #fff !important; font-size: 1.1em; text-decoration: none; text-transform: uppercase; }

@media (max-width: 800px) {
  .videoandeventsection { grid-template-columns: 1fr; grid-gap: 50px; margin-bottom: 50px; }  
}


/* Awards Gallery*/
@media all { 
  .awardsGalleryBox { width: 25%; border-left: 6px solid #363032; border-right: 6px solid white; color: #dddddd; background: #1f8bcb; margin: 10px 0 0 0px; float: left; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAPCAMAAADu1H4BAAAAOVBMVEX///////////////////////////////////////////////////////////////////////////+0EB4eAAAAEnRSTlMA/mh4/Fn5MfXw6j1KJccmPksfmusRAAAAOklEQVR4XlXNSQoAIAwDQHfruuT/j/UShfY0lJAYb3jWEQiRQOoEpBEomUAdBCZRl87IZs95zXrrr1/lqwNZN2Z8fgAAAABJRU5ErkJggg==') /*../Images/template/arr_wh_R.png*/; background-repeat: no-repeat; background-position: right 3px center; cursor: pointer; min-height: 53px;}
    .awardsGalleryBox.nominations { width: 25%; border-left: 6px solid #363032; border-right: 6px solid white; color: white; background: #5BB885; margin: 10px 0 0 0px; float: left; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAPCAMAAADu1H4BAAAAOVBMVEX///////////////////////////////////////////////////////////////////////////+0EB4eAAAAEnRSTlMA/mh4/Fn5MfXw6j1KJccmPksfmusRAAAAOklEQVR4XlXNSQoAIAwDQHfruuT/j/UShfY0lJAYb3jWEQiRQOoEpBEomUAdBCZRl87IZs95zXrrr1/lqwNZN2Z8fgAAAABJRU5ErkJggg==') /*../Images/template/arr_wh_R.png*/; background-repeat: no-repeat; background-position: right 3px center; cursor: pointer; min-height: 53px; }
    .awardsGalleryBox .number { display: table-cell; vertical-align: top; font-size: 1.8em; font-family: arial; font-weight: normal; Min-width: 46px; padding: 2% 1% 1% 3%; color: white; text-align: right;}
    .awardsGalleryBox .title { display: table-cell; vertical-align: top; font-size: 1.2em; font-weight: bold; width: 100%; padding: 2% 3% 3% 2%; }
    .awardsGalleryBox:hover { background: #595959; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAPCAMAAADu1H4BAAAAOVBMVEX///////////////////////////////////////////////////////////////////////////+0EB4eAAAAEnRSTlMA/mh4/Fn5MfXw6j1KJccmPksfmusRAAAAOklEQVR4XlXNSQoAIAwDQHfruuT/j/UShfY0lJAYb3jWEQiRQOoEpBEomUAdBCZRl87IZs95zXrrr1/lqwNZN2Z8fgAAAABJRU5ErkJggg==') /*../Images/template/arr_wh_R.png*/; background-repeat: no-repeat; background-position: right 3px center; }

  .awardsPhoto {float: right;}
  .awardsPhoto img {max-width: 400px; height: auto;}

  .awardsPhotoList {clear: both;}
  .awardsPhotoList div {margin: 15px; display: inline-block;}
  .awardsPhotoList div img {max-width: 300px; height: auto; }

  .judgesComment { display: flex; flex-direction: row; grid-gap: 50px; }
  .judgesComment > p { font-weight: bold; max-width: 75px; margin: 15px 0 0 0; }
  .judgesComment > .quoteText { position: relative; flex: 1; padding: 35px; border: 1px solid #538AC8; margin: 25px 25px 25px 0; }
  .judgesComment > .quoteText > p { margin: 0; }
  .judgesComment > .quoteText .quoteArrow { position: absolute; top: -1px; left: -50px; width: 50px; height: auto; }
  .judgesComment > .quoteText .quoteTop { position: absolute; top: -25px; left: 15px; width: 50px; height: auto; }
  .judgesComment > .quoteText .quoteBottom { position: absolute; bottom: -25px; right: 15px; width: 50px; height: auto; }
}

@media all and ( max-width: 960px ) {
  .awardsGalleryBox { width: 33%; }

  .awardsPhoto {float: right;}
}

@media all and ( max-width: 797px ) {
  .awardsGalleryBox { width: 50%; }

  .awardsPhoto {float: none; clear: both; text-align: center;}

  .judgesComment { flex-direction: column; grid-gap: 0; margin: 30px 0 15px 0; }
  .judgesComment > p { max-width: unset; }
    .judgesComment > .quoteText { margin: 25px 25px 25px 50px; }
}

@media all and ( max-width: 660px ) {
  .awardsGalleryBox { width: 100%; }

  .awardsPhoto {float: none; clear: both; text-align: center;}
}

.AwardsCategory a { font-weight: bold; text-decoration: none; text-align: center;}
.AwardsCategory a:Hover { font-weight: bold}
.AwardsTitle { font-weight: bold; padding-bottom:4px;}
.Nominated { font-weight: bold;  color: #F58027; font-size: 15px;}


#rileyArchives { width: 100%; overflow: hidden; margin: 15px 0; }
#rileyArchives .singleRAI { float: left; width: 32%; box-sizing: border-box; margin: 20px 2% 20px 0; }
#rileyArchives .singleRAI:nth-child(3n) { margin-right: 0; }
#rileyArchives .singleRAI .rileyImage { width: 100%;  text-align: center; }
#rileyArchives .singleRAI .rileyImage img { max-width: 100%; border: 10px solid rgb(31, 139, 203) !important }
#rileyArchives .singleRAI .rileyDownload { width: 100%; display: block; clear: both; font-weight: bold; font-size: 1em; color: #fff !important; background-color: #aaaaaa; text-align: center; text-decoration: none; padding: 9.5px 0; }
#rileyArchives .singleRAI .rileyDownload:hover { background-color: #bbbbbb; }


@media only screen and (max-width: 600px) {
  #rileyArchives .singleRAI { width: 49%; }
  #rileyArchives .singleRAI:nth-child(3n) { margin-right: 2%; }
  #rileyArchives .singleRAI:nth-child(2n) { margin-right: 0; }
}

@media only screen and (max-width: 400px) {
  #rileyArchives .singleRAI { width: 100%; }
}


/* AWARDS CLASSES*/
#marketingObjectives .marketingObjective { display: none; margin: 10px 0; clear: both; }
#marketingObjectives .marketingObjective:first-child { display: block; }
#marketingObjectives .addObjective { display: inline-block; border: 1px solid #000; margin-left: 10px; padding: 3px 10px; font-weight: bold; cursor: pointer; }
.awardQuestionHintText { font-size: .85em; color: gray; padding: 2px 0 13px 0}


/*Members Directory*/
  .categoryLinks .categoryButtons { width: 30%; height: auto; margin: 20px 0; }

@media all and (max-width: 600px) {
  .categoryLinks .categoryButtons { width: 48%; }
}

@media all and (max-width: 400px) {
    .categoryLinks .categoryButtons { width: 100%; }
}


/* Sustain Logos*/
#listOfLogos {margin: 15px 0 0 0;}
#listOfLogos div {display: inline-block; vertical-align: middle;  margin: 5px;}
#listOfLogos div img {max-width: 150px; height: auto;}

    #searching {position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0.6); display: none; z-index: 999;}
    #searching div {position: absolute; top: 50%; left: 50%; margin-left: -100px; margin-top: -100px; background-color: White; padding: 50px; width: 300px; height: 200px; font-size: 1.5em; font-weight: bold; text-align: center;}

    #librarySearch {clear:both; width: 1200px; margin: 0px auto; font-size: .9em; } 
    #librarySearch .datePicker {font-size: 1.05em; width: 110px}

    #librarySearch .resetFilter {color: Gray; text-align: right; cursor: pointer;}
 
    #librarySearch .optionBox    {float: left; margin-left: 5px; margin-right: 5px;  }
    #results input[type=checkbox] {white-space: nowrap; }
    
    #divBrands    {width: 220px; height: 343px; overflow-x: hidden; overflow-y: auto; border: 1px solid silver; padding: 6px; }
    #divRetailers {width: 220px; height: 343px; overflow-x: hidden; overflow-y: auto; border: 1px solid silver; padding: 6px; }
    #divSectors   {width: 220px; height: 343px; overflow-x: hidden; overflow-y: auto; border: 1px solid silver; padding: 6px; }
    #divWhat      {width: 260px; height: 110px; overflow-x: hidden; overflow-y: auto; border: 1px solid silver; padding: 6px; }
    #divTypes     {width: 260px; height: 110px; overflow-x: hidden; overflow-y: auto; border: 1px solid silver; padding: 6px; }
    #divWhen      {width: 260px; height: 60px; overflow-x: hidden; overflow-y: hidden; border: 1px solid silver; padding: 6px; }
    #divDisplayTypes {width: 210px; height: 200px; overflow-x: hidden; overflow-y: auto; border: 1px solid silver; padding: 6px; }
    #divKeyword   {width: 210px; height: 98px; overflow-x: hidden; overflow-y: auto; border: 1px solid silver; padding: 6px; }

    #divSearchButton {display: none; clear:both; text-align:center; padding: 15px 0px 15px 0px;}
    
    #results {clear: both; min-height: 250px; font-size: .9em;} 
    #results .results {margin-left: 25px;}
    #results .getMoreResults {display: none; clear: both; color: darkgreen; font-weight: bold; cursor: pointer; padding: 5px 0px 10px 0px; text-align: center;}
    #results h3 {clear: both; color: #1f8bcb; font-size: 1.5em;}
    #results .single { position: relative; border: 1px solid silver; width: 225px; height: 280px; float: left; padding: 2px; margin: 0px 2px 10px 2px; font-size: 1em; }
    #results .single .resultNumber {position: absolute; top: 1px; left: 0px; width: 100%; text-align: center; color: Gray; font-size: .9em;}
    #results .single .reportIt {position: absolute; bottom: 2px; right: 2px; display: none; color: darkgreen; cursor: pointer; font-size: .9em; text-transform: uppercase;}
    #results .single .thumbnail {position: absolute; top: 14px; left: 0px; width: 100%; text-align: center;}
    #results .single .thumbnail img { border: none; max-height: 200px; width: auto; }
    #results .single .info {position: absolute; top: 165px; left: 0px; width: 100%; height: 55px; padding: 5px; } 
    #results .single .info div {width: 220px; text-overflow: ellipsis; overflow:hidden; white-space: nowrap;}

    #results .double { position: relative; border: 1px solid silver; width: 300px; height: 240px; float: left; padding: 2px; margin: 0px 2px 10px 2px; font-size: 1em; }
    #results .double .resultNumber {position: absolute; top: 2px; left: 0px; width: 100%; text-align: center; color: Gray; font-size: .9em;}
    #results .double .thumbnail {position: absolute; top: 12px; left: 0px; width: 100%; text-align: center;}
    #results .double .thumbnail img { border: none; }
    #results .double .info {position: absolute; top: 155px; left: 0px; width: 100%px; height: 55px; padding: 5px; } 
    #results .double .info div {width: 290px; text-overflow: ellipsis; overflow:hidden; white-space: nowrap;}

    #results .instructions {color: gray; clear: both; font-size: .9em;}
    #results .quantity {padding: 5px 0px 5px 0px; color: Gray; font-weight: bold;}
    
    #resultsNarrative {clear:both;}
    #resultsNarrative #summary {padding: 3px 0px 5px 30px;}

#adminToolbar { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAaCAYAAAHXptwiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5MDM1QkJGNTQzMjcxMUUwQkVDNDkwQTkwNEVGMzc0NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5MDM1QkJGNDQzMjcxMUUwQkVDNDkwQTkwNEVGMzc0NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCODYyRjBCREY5M0ZFMDExOTQzM0M3RkQ5ODk5M0RBRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PppYkfwAAAEKSURBVHjaYmQp3rCfAQmwSApwMaAIqIkLoAoISouhCAAEECMVzAAIIEa+qi0oZqADFkVhXga8ClSkhPAqAAggDGei6OZiZ8FtND8nG25JIS523JIivJy4JQXwSTLy4fYvQAAxcpRtwhtaeAOKl4OVgWzNglxs5GsW5uGgQDOe0CKomZubfM0AAUgnAxMAYBCGwezc/P/ewT5QaA4IkWLaxxnNiuWfnQLwUfjw3QAuBsuHu4xnOEEYRcyHmEUGe+WH8QUYI1vJRrIzBiUA6GMmhgGxmI2CPEWRxRwDZjHrAFnMyTZQFlOQnyiymJt9gCzmYmcdoMTFNkAWs7INUFAzswyQxU/5hQfEYgAFGxUeGXSYOAAAAABJRU5ErkJggg==') /*../images/_toolbar/tbar_bg_all.png*/; background-repeat: repeat-x; width: 100%; height: 32px; position: fixed; top: 0; left: 0; z-index: 99999; padding: 0; margin: 0; color: White; font-size: 1.1em; }

#adminToolbar .version { float: right; height: 26px; color: white; text-transform: uppercase; font-weight: bold; padding: 6px 40px 0 30px; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAaCAYAAAHXptwiAAAHCElEQVRIx4WW229cVxXGf2vttc9tLp7x2GPnXqdpapLQG61oRdsIgUQfEPDES4WAB3jircADL/wTSAikquI/KBXiAQlFXNKmpGkobdOkSZza9SVxxo7tzHhuZ87hYcapnd6WtLSP9vnW+rS11/rWFnvp1TMAP5719T9d7q/avkrC/nLk6zXHvkoLOz5V4RHtV+u1Or94eq2u1QN1Fi8vE40VyZK3EXvp1TNfP1ItALw5f6dl+yoJRzbPF6YqIQuVh1vy0suvvz9WK6Lhx8TxPmzh/RtIXqNw8iqzJ1aR8m/+cgbg4Fjkv3XQqlnaxbznlfe2VwF0plZiplbie0dr1aVLrzM9lpA03uJXpw/XZ2ol7Nj+cfjXhfqNpQIBjxCVCjQqRsWf5cXHXV12jgrw0xNRXX3Ey+9sDNMnoZGExg+KH9Yt7+Ad/Ozwcj0JDRuLg2FYCp3bN6gUFe8cY3GAjichJ6bKfmb2NK1mk7DboHz0CQ5XCiq//dvVi6uXF4PqRIlStYDYTfIsx2wCK8QBjWvL3JkrI6YUj73P5EREZTxEu0GYZQqD3KNByGZP2ewrWZgj0a9fu3eUHfv5U/vqrdVrqIWIRaiPEIsIogJ/ODe/uoOzUuT3BB4Yi/zye2cITImCkNrD36A9/28QZYBQio7ew1o1CfYEj8Ue2QIB8iwlpoO4DCQHlN14qxUjAF54cHxy4fKSRC4jPnaaKAkQmhQLBaIHn6Q7WEc15kca1VUT1Iq51kox3z25r3Lxtf/I3cV1JqpFquWEufMrXDm3QU6PhaXXydNtinHCWKGI04uQ/UOsUIiJwgBjAP0eV85dhUEBUcFUcc5od6Cxvky7c4vJacOZggh7CmfHQlN58bGpicHWiohFROVJXnlr6XY3zfLdODOnewK/f2pfpdScC7KNeZxFiFMG3RY/eWJ6cmU77/71g1ubO1gNTNntE7od9NpNwriEmeKdEviAvPEuM7Uk3I210NweZqdCp7lO3tmkevgUmm6Rrn+AimKq7MZb5O8Ldjq8UqC1fIlyLHgVIMM7ZTfe4vuCTQWRYZEo4HWUScA7ZTdeY2/s+A8fPVBL20Zl8hCtZpNms4W2G2hnjWRqlqzf4DsP18d28PLM786eOT5ZiMtbrVK/2ydKAqIkIC6ErC9eZCLJSCdqCIZqjGqCtxL/u9XZsiTwTHc6pc1WDx86vNtxJSycIK1uYNrESYiqQ9VhTnnyoC9bHBqrc/NsNJo8cOoIgSl5N+e/b84hKhRn3iNJjJkjz5NnfcTdodt7myh8CA0Dj1NwkrN0ZZmsB9cuLONyweVCmsIghZWVs6jdoj+4inM55gQzbwgg5AgZKoLkILlALvRT6Kc5vRSQPqI5IhniQAdxzP5TM6QqDFTJnCMVIxVj9tljhOU67czRzhwDr2ReGJhg8UEk+OWfP9UYn2UPThTCpw+Vi0F/06XtTUAQZ4gOHTXEGeZDBi7Mz3105+6lW3c7n5fPvOkXEh4ci/0Lx6vVbmsD6TUYtLdw6hB1iFNEFXS4ilMkzwkkl+cOSPmbx4+W//jGR6ufSRzc11P3m7dhN9++fmGoKyqU6g8QlydIuy1EFDWP8wH99TkGnQ0yBESISqf5vPwWfQlx6BxudPGMfLsxT29tAfOe8ZnH6SxdYACoCCoyBAl4FaLPJfZfQuwd5oace0wgHwzwTkglA5HRfj78Cdh9wrGHOA6+mPjYRCFMYgijmLTXHjEq5JBLNuwnzYbFxkh9EKw4hTdlppb4m3e7/U8Te9uzETiVJw6USxMmUePmBoM7W9xpGvX9Tw1lwmesL3/Axsp1vBMCyeh11lALCeonYaxGmnVAlLS7xPOHfNW5MuYLXGl0WldWW9u9QZbL879/4wzAo/vLxelAk+vvfowIOO8wb5h3mHd473Cj1YLhXhAGqFM6nSU63WVEPCoewSPqEbFd3x7FQD3eeywJhy+CyWJoH/7zXTZW7zI9M0Vtssx2s4uZ+8S9I4wCbs1vsDS3Bgpf+/Y01+fOUiqOM1X/Ck4zsqwHoqg4BIc6j3NGL12gl67g9CgWBUPiwAwTwZHRmF9lbXENUUdcinn02VkunVugudke3qOCE4EMVJRBCtutDRYX38R7JfDK5MRjJIVxmtvnSQdtGCgyGkRmgvlgeMfOHCo5suNkiAi97Q5rK5u07rQRGU4vchnVkKCqpOmoqHXoojm3199hKpgmlxYqO50gCDnOgTmze/N09Gi6J9SS5SDZ8JTZJxWLDpMMVV7pp6N2u9fsMuIZCvuQMBvtC6KCPPf3xj2tPjlmhUM+T66+cUmWri7BaJgde+w4187fZChIQv2BCrPPHGYhd63l9qD71TFf7K5fD65eP49IiveK98Kxh6bop7dHba/E4XGwk4NLW9L8P6djXeofbN9yAAAAAElFTkSuQmCC') /*../images/_toolbar/tbar_logo_zarr.png*/; background-repeat: no-repeat; background-position: right top; }

#adminToolbar .actions { float: left; height: 26px; color: Yellow; padding: 4px 10px 0 10px; font-weight: bold; }
#adminToolbar .actions div.text { float: left; padding: 2px 10px 0 0; vertical-align: top; }
#adminToolbar .actions div.icon { float: left; padding: 0 10px 0 0; vertical-align: top; }
#adminToolbar .actions a { color: white; text-decoration: none; font-size: 1em;}

#adminToolbar .previewPage { float: left; height: 26px; color: Yellow; padding: 5px 10px 0 10px; font-weight: bold; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAaCAYAAAHnKs0DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozODdBNjc5NTNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozODdBNjc5NDNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNzYyRjBCREY5M0ZFMDExOTQzM0M3RkQ5ODk5M0RBRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvdpJTkAAABCSURBVHjaYvj//z8DEwMQIAiAAGJAFQMIIAYsStAIgABiBCppgDEYEDrxMwACCK6YBYhJ104eAyDA4FYMTYEGvCoAqQA9jNBT8y4AAAAASUVORK5CYII=') /*../images/_toolbar/tbar_box_bg.png*/; background-repeat: repeat-x; text-transform: uppercase }

