/* 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,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') /*../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 }

/**
 * selectize.default.css (v0.12.4) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}
.selectize-control {
  position: relative;
  padding-top: 5px;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input, .selectizeStyle {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus, .selectizeStyle:focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #ffffff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/js/colorbox/images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(/js/colorbox/images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/js/colorbox/images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/js/colorbox/images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/js/colorbox/images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/js/colorbox/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/js/colorbox/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/js/colorbox/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/js/colorbox/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(/js/colorbox/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/js/colorbox/images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/js/colorbox/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/js/colorbox/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/js/colorbox/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
.datagrid { border-collapse: collapse; color: #363636; }
.datagrid td {padding: 2px 4px 4px 4px; font-size: 1em; border: solid 1px #dddddd; vertical-align: top;}
.datagrid a { font-weight: bold; color: #D95101;  border-style: none none dotted none;border-width: 0px 0px 1px 0px; text-decoration: none; margin-bottom: 2px;}
.datagrid a:hover { color: #363636;}
.datagrid img {border: none;}
.datagrid .datagridHeader { background-color: #58585a; color: white; font-weight: bold; padding: 4px;}
.datagrid .datagridHeader td { padding:4px; }
.datagrid .datagridFooter { font-weight:bold;}
.datagrid tr td {vertical-align: text-top; }
.datagrid tr a {font-weight:bold;}
.datagrid tr td div.subTitle {color: #444444; margin-bottom: 15px; font-size: .9em; text-transform: uppercase; margin-left: 20px;}
.datagrid tr td div.subTitle:before {content: '\00BB'}

.datagrid .EmptyDatagridMessage  {background-color: #EFEFEF; font-style: italic;}
.datagrid .datagridAlternatingItem { background-color:white }

