@import url("/styles/bootstrap/bootstrap.min-3.1.1.css");

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the h3BP dev community and team.
 *
 * Detailed information about this CSS: h3bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

   article,
   aside,
   details,
   figcaption,
   figure,
   footer,
   header,
   hgroup,
   nav,
   section,
   summary {
    display: block;
  }

  audio,
  canvas,
  video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }

  audio:not([controls]) {
    display: none;
  }

  [hidden] {
    display: none;
  }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h3bp.com/g
 */

 html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  min-width: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #444;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.4;
  min-width: 1024px;
  width: 100%;
}

/*
 * Remove text-shadow in selection highlight: h3bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

 ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}


/* =============================================================================
   Links
   ========================================================================== */

   a {
    color: #00e;
  }

  a:visited {
    color: #551a8b;
  }

  a:hover {
    color: #06e;
  }

  a:focus {
    outline: thin dotted;
  }

/*
 * Improve readability when focused and hovered in all browsers: h3bp.com/h
 */

 a:hover,
 a:active {
  outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

   abbr[title] {
    border-bottom: 1px dotted;
  }

  b,
  strong {
    font-weight: bold;
  }

  blockquote {
    margin: 1em 40px;
  }

  dfn {
    font-style: italic;
  }

  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }

  ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
  }

  mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
  }

/*
 * Redeclare monospace font family: h3bp.com/j
 */

 pre,
 code,
 kbd,
 samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text
 */

 pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

/*
 * Position subscript and superscript content without affecting line-height: h3bp.com/k
 */

 sub,
 sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

   ul,
   ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
  }

  dd {
    margin: 0 0 0 40px;
  }

  nav ul,
  nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
  }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h3bp.com/d
 * 2. Remove the gap between images and borders on image containers: h3bp.com/i/440
 */

 img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

/*
 * Correct overflow not hidden in IE9
 */

 svg:not(:root) {
  overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

   figure {
    margin: 0;
  }


/* =============================================================================
   Forms
   ========================================================================== */

   form {
    margin: 0;
  }

  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }

/*
 * Indicate that 'label' will shift focus to the associated form element
 */

 label {
  cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

 legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

 button,
 input,
 select,
 textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

 button,
 input {
  line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

 button,
 input[type="button"],
 input[type="reset"],
 input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements
 */

 button[disabled],
 input[disabled] {
  cursor: default;
}

/*
 * Consistent box sizing and appearance
 */

 input[type="checkbox"],
 input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"] {
  display: none;
}
/*
 * Remove inner padding and border in FF3/4: h3bp.com/l
 */

 button::-moz-focus-inner,
 input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

 textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}


/* =============================================================================
   Tables
   ========================================================================== */

   table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  td {
    vertical-align: top;
  }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

   .chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
  }


/* ==|== primary styles =====================================================
   Author: Seth Etter
   ========================================================================== */

   h1, h2, h3,
   h4, h3, h6,
   .sectionTitle {
    color: #133241;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
  }

  h1,
  .sectionTitle {
    font-size: 1.9em;
  }

  .sectionTitle {
    margin: 10px 0;
  }

  h2 {
    font-size: 1.75em; clear: left;
  }

  h3 {
    font-size: 1.3em;
  }

  h4 {
    font-size: 1.1em;
  }

  h5, h6 {
    font-size: 1em;
  }

  h1 + p, h2 + p, h3 + p, h4 + p {
    margin-top: 5px;
  }

  h3 a:link, h3 a:visited, h3 a:active {
    padding: 0;
    text-decoration: none;
  }

  table td {
    padding:3px;
  }

  /* links */
  a:link,
  a:visited {
    text-decoration: none;
    color: #0c5a81;
  }

  a:hover,
  a:active {
    text-decoration: none;
    color: #167db1;
  }

  /* images */
  .imgborder {
    border: 5px solid #bbb !important;
  }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
  margin: 0 auto;
  max-width: 980px;
}

.leftcol {
  width: 560px;
  min-width: 560px;
  padding: 0 20px 30px 0;
  float: left;
}

.rightcol {
  width: 290px;
  float: right;
  padding-top: 15px;
}

.full-column {
  width: 100%;
  padding-top:15px;
}

.sectionContent .panel {
  background: #fff ;
}

.sectionTitle {
  display: none;
}

/* site header
-----------------------------------------------------------*/
.main-header {
  height: 130px;
}

.logo {
  margin-top: 20px;
}

/* navigation */
.main-header nav {
  clear: right;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.main-header nav a:link,
.main-header nav a:visited {
  color: #8b8b8b;
  text-decoration:none;
}

.main-header nav a:hover,
.main-header nav a:active {
  color: #585858;
  text-decoration:none;
}

.main-header nav .rmHorizontal > .rmItem > .rmLink {
  font-size: 20px;
  line-height: 36px;
  /* margin: 10px 30px; */
  margin-left: 30px;
}

.main-header nav .rmVertical .rmText {
  font-size: 14px;
  line-height: 27px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.main-header nav ul li.rmLast {
  margin-right: 0;
}

.main-nav .rmSlide .rmVertical {
  background: #26546c;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid #18394b;
}

.main-nav .rmSlide .rmVertical .rmItem:hover {
  background: rgb(255,145,58);
}

.main-nav .rmSlide .rmVertical .rmItem a:link,
.main-nav .rmSlide .rmVertical .rmItem a:visited {
  color: #fff;
  font-weight: bold;
}

/* social links */
.main-header .content-wrapper {
  position: relative;
}
.social-links {
  position: absolute;
  top: 20px;
  right: 230px;
}
.social-links ul {
  list-style: none;
  /* width: 106px; */
}
.social-links ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.social-links ul li a {  
  display: block;
  text-indent: -9999px;
}
.social-links .facebook {  
  width: 32px;
  height: 32px;
  background: url(/facebook-icon.png) no-repeat top left;
}
.social-links .twitter {  
  width: 32px;
  height: 32px;
  background: url(/twitter-icon.png) no-repeat top left;
}
.social-links .google {  
  width: 32px;
  height: 32px;
  background: url(/google-plus-icon.png) no-repeat top left;
}


/* search box */
.search {
  margin: 35px 0 10px 0;
  /*background: #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 7px;*/
  width: 200px;
  height: 30px;
}
/*.search .Search_Button {
  border: 0;
  width: 19px;
  height: 21px;
  text-indent: -9999px;
  direction: ltr;
  background: #eaeaea url(/search-icon.png) no-repeat top left;
  font-size: 0;
  line-height: 0;
  float: right;
  position: absolute;
  top: 3px;
  right: 5px;
}
.search .Search_Image {
  padding-bottom:10px; 
}*/

/* banner ads
------------------------------------------------------------*/
.main-wrap .message li {
  clear: none;
}

.main-wrap > .msgContainer {
  width: 900px;
  height: 382px;
  margin: 0 auto;
}

/* column ads
------------------------------------------------------------*/
.colad2 {
  float: right;
  padding-left: 10px;
}

/* feature slider
------------------------------------------------------------*/

.feature-slider .content-wrapper {
  width:900px;
  position: relative;
}
.feature-slider .flexslider {
  padding: 40px;
  height: 300px;
  margin-bottom: 10px;
  background: #b7b7b7 url(/slider-bg.png) repeat-x top left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #888;
}
.flexslider h2 {
  font-size: 36px;
}
.flexslider .item-text {
  height: 90px;
  font-size: 18px;
  line-height: 1.6;
  color: #777;
  margin-bottom: 30px;
  padding-right: 15px;
}
.flexslider .item-text p {
  width: 100%;
  min-width: 100%;
}
.flexslider .cta-button a span {
  background: url(/cta-btn-arrows.png) no-repeat top right;
  display: block;
  float: right;
  width: 40px;
  margin-top: 3px;
}
.flexslider .cta-button a:link,
.flexslider .cta-button a:visited {
  display: block;
  background: url(/cta-btn-bg.png) repeat-x top left; 
  height: 22px;
  width: 165px;
  padding: 11px 15px 9px 15px;
  font-size: 18px;
  line-height: 1;
  border: 1px solid #5399bd;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
}
.flexslider .cta-button a:hover,
.flexslider .cta-button a:active {
  background: url(/cta-btn-bg-hover.png) repeat-x top left; 
}
.flex-nav-direction div {
  position: absolute;
  top: 160px;
  width: 55px;
  height: 55px;
  margin: 0;
  padding: 0;
  background: url(/slider-direction-btn.png) no-repeat top left;
}
.flex-nav-direction .left-arrow {
  left: -30px;
}
.flex-nav-direction .left-arrow:hover {
  background-position: 0px -55px;
}
.flex-nav-direction .right-arrow {
  right: -30px;
  background-position: -55px 0px;
}
.flex-nav-direction .right-arrow:hover {
  background-position: -55px -55px;
}
.flex-nav-custom {
  width: 100%;
  margin-bottom: 35px;
  height: 32px;
  background: url(/slider-nav-bg.png) repeat-x top left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #888;
}
.flex-nav-custom ul {
  width: 860px;
  margin: 0 auto;
  padding: 0;
  height: 32px;
  overflow: hidden;
  text-transform: uppercase;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.flex-nav-custom ul li {
  width: 213px;
  list-style: none;
  display: block;
  float: left;
  height: 100%;
  line-height: 32px;
  margin: 0;
  padding: 2px 0 0 0;
  border-right: 1px solid #888;
  text-align: center;
}
.flex-nav-custom ul li.first {
  border-left: 1px solid #888;
}
.flex-nav-custom ul li a {
  color: #777;
  text-decoration: none;
}
.flex-nav-custom ul .flex-active,
.flex-nav-custom ul .flex-active:hover {
  background: url(/slider-nav-bg-current.png) repeat-x top left;
}
.flex-nav-custom ul .flex-active a {
  color: #fff;
}
.flex-nav-custom ul li:hover {
  background: url(/slider-nav-bg-hover.png) repeat-x top left;
}
#home .parentSection_ContentList { display: none; }

.parentSection .contentList .itemTitle { display: none; }

/* main content 
-------------------------------------------------------------*/
.main-wrap {
  padding: 35px 0 40px 0;
  background: #163142 url(/city-bg.jpg) no-repeat top center;
  min-width: 1024px;
  width: 100%;
}
/* breadcrumbs */
.breadcrumbs {
  font-size: 0.7em;
  padding-top: 20px;
  margin: 0;
  padding-bottom: 0;
}

/* Hide homepage section title to display custom */
#home .breadcrumbs { display: none; }
#home .sectionTitle { display: none; }
#home .adminHeader h2 {
  margin:20px 0 15px 0;
  font-weight: bold;
  font-size: 2em;
}

/* print link */
.printLink {
  position: absolute;
  right: 340px;
  bottom: 20px;
}

/* live chat graphic */
.chat {
  float: right;
  margin-right: 25px;
}

/* social / font sizer */
.leftcol .fontSizer {
  display: none;
}
.leftcol .RadSocialShare {
  position: absolute;
  bottom: 12px;
  left: 25px;
}
.main-content .content-wrapper {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 30px 20px 30px;
  margin-top: 20px;
  width: 920px;
  background: #fff;
  overflow: hidden;
  clear: both;
  position: relative;
}
.rgba .main-content .content-wrapper {
  background: rgba(255, 255, 255, .8);
}
.main-content .content-wrapper .main-inner {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
  clear: both;
}

/* industries */
.home-industries h2 {
  margin: 10px 0 20px;
}
.home-industries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-industries ul li {
  padding: 0;
  margin: 0;
}
.home-industries ul li a {
  display: block;
  width: 300px;
  height: 165px;
  margin: 0 5px 5px 0;
  float: left;
  position: relative;
  border-bottom: 45px solid #0c5a81;
}

.home-industries ul li a:hover {
  border-bottom: 45px solid #083348;
}

.home-industries ul li a span {
  position: absolute;
  display: block;
  bottom: -45px;
  left: 0;
  width: 290px;
  height: 32px;
  padding: 13px 0 0 10px;
  margin: 0;
}

.home-industries .restaurants a {
  background: url(/industry-restaurants.jpg) no-repeat top left;
  color: #fff;
}
.home-industries .suppliers a {
  background: url(/industry-suppliers.jpg) no-repeat top left;
  color: #fff;
}
.lt-ie8 .suppliers a { padding-top: 0; margin-top: -22px; }
.home-industries .associations a {
  background: url(/industry-associations.jpg) no-repeat top left;
  color: #fff;
}
.home-industries .health a {
  background: url(/industry-health.jpg) no-repeat top left;
  color: #fff;
}
.lt-ie8 .health a { padding-top: 0; margin-top: -22px; }

/* home testimonial */
.home-testimonial {
  width: 280px;
  float: right;
}
.home-testimonial h3 {
  font-size: 1.2em;
}
.home-testimonial blockquote {
  border-left: 10px solid #888;
  margin: 10px 0;
  padding: 5px 0 5px 15px;
  font-size: 13px;
  color: #444;
}

/* rss updates */
.rss-updates {
  width: 280px;
  float: right;
  font-size: 12px;
  border-bottom: 1px solid #888;
}
.rss-updates:before {
  /* content: 'Stay informed and get involved.'; */
  font-size: 1.5em;
  padding: 20px 0;
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #133241;
}
.rss-updates .rssVertical_RssItemAuthor,
.rss-updates .rssVertical_RssItemDescription,
.rss-updates .rssVertical_RssItemPubDate,
.rss-updates .WebBox_TitleText {
  display: none;
}
.rss-updates .rssVertical_RssItemOuter {
  padding: 10px 0;
  border-top: 1px solid #888;
  margin: 0;
}


/* parent sections
-------------------------------------------------------------*/
.parentSection_ContentList {
  margin-top: 15px;
  border-bottom: 1px solid #999;
}
.parentSection_ContentList .separatorItemCell {
  padding: 0 10px;
}
.parentSection_ContentList td {
  padding-bottom: 15px;
}
.parentSection_ContentList .itemTitle {
  /* display: none; */
}
.parentSection_ContentList .itemBriefDescription h2 {
  margin: 0 0 5px 0;
}
.parentSection_ContentList .contentItemCell {
  width: 50%;
}


/* Content Section
--------------------------------------------------------------*/
.columnLayout1 {
  margin-top: 20px;
}
.itemHasRead { display: none; }
.contentItemCell .itemTitle {
  padding-top: 10px;
}
.downloadSection .itemHasRead,
.articleSection .itemHasRead {
  padding-top: 5px;
}
.contentItemCell .itemArticleDescription {
  width: 100%;
  border-bottom: 1px solid #bbb;
}
.contentList > tbody > tr > td > table > tbody > tr > td {
  font-size: 0.9em;
  padding: 3px;
  font-weight: bold;
}
.contentList > tbody > tr > td > table {
  margin-bottom: 10px;
}
/* pagination padding fix */
.contentList > tbody > tr > td,
.contentList > tbody > tr > td > table > tbody > tr > td {
  padding: 0;
}
.contentList > tbody > tr > td > table a:link { 
  font-weight: bold;
}
.downloadSection .itemTitle a,
.articleSection .itemTitle a,
.surveySection .itemTitle a,
.article .title {
  font-size: 1em !important;
}
.faqSection .sectionContent > table,
.newsletterSection .sectionContent > table,
.surveySection .sectionContent > table {
  border-bottom: 1px solid #999;
}
.contentItemCell {
  border-top: 1px solid #999;
}
.contentItemCell .itemBriefDescription {
  float: none;
  clear: none;
}
/* remove img border and padding from edit/trash icons */
.itemEditContent img {
  border: 0 !important;
  margin: 0 !important;
}
/* buttons */
.itemReadMoreLink {
  max-width: 200px !important;
}
.itemReadMoreLink a:link,
.itemReadMoreLink a:visited,
.downloadSection_ItemDownloadViewLink a:link,
.downloadSection_ItemDownloadViewLink a:visited,
.downloadSection_ItemDownloadLink a:link,
.downloadSection_ItemDownloadLink a:visited,
.downloadSection_ItemDownloadEmailLink a:link,
.downloadSection_ItemDownloadEmailLink a:visited,
.itemDownloadViewLink a:link,
.itemDownloadViewLink a:visited,
.itemDownloadLink a:link,
.itemDownloadLink a:visited,
.itemDownloadEmailLink a:link,
.itemDownloadEmailLink a:visited,
#divReadMoreLink a:link, 
#divReadMoreLink a:visited,
.backToListLink,
.itemCommentCount a:link,
.itemCommentCount a:visited,
.SurveyItemViewResults a:link,
.SurveyItemViewResults a:visited {
  display: block;
  border: 1px solid #bbb;
  padding: 5px 10px;
  margin: 10px 0 0 0;
  text-align: center;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #ccc));
  background: -webkit-linear-gradient(#eeeeee, #ccc);
  background: -moz-linear-gradient(#eeeeee, #ccc);
  background: -o-linear-gradient(#eeeeee, #ccc);
  background: -ms-linear-gradient(#eeeeee, #ccc);
  background: linear-gradient(#eeeeee, #ccc);
  color: #000;
  font-weight: bold;
  font-size: 0.7em;
  text-decoration: none;
}
.itemReadMoreLink a:hover,
.itemReadMoreLink a:active,
.downloadSection_ItemDownloadViewLink a:hover,
.downloadSection_ItemDownloadViewLink a:active,
.downloadSection_ItemDownloadLink a:hover,
.downloadSection_ItemDownloadLink a:active,
.downloadSection_ItemDownloadEmailLink a:hover,
.downloadSection_ItemDownloadEmailLink a:active,
.itemDownloadViewLink a:hover,
.itemDownloadViewLink a:active,
.itemDownloadLink a:hover,
.itemDownloadLink a:active,
.itemDownloadEmailLink a:hover,
.itemDownloadEmailLink a:active,
#divReadMoreLink a:hover, 
#divReadMoreLink a:active,
.backToListLink:hover,
.itemCommentCount a:hover,
.itemCommentCount a:active,
.SurveyItemViewResults a:hover,
.SurveyItemViewResults a:active {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ccc), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(#ccc, #eeeeee);
  background: -moz-linear-gradient(#ccc, #eeeeee);
  background: -o-linear-gradient(#ccc, #eeeeee);
  background: -ms-linear-gradient(#ccc, #eeeeee);
  background: linear-gradient(#ccc, #eeeeee);
}
.itemCommentCount,
.SurveyItemViewResults {
  text-indent: -99999px;
}
.itemCommentCount a,
.SurveyItemViewResults a {
  text-indent: 0;
  margin-top: -5px !important;
  margin-bottom: -10px !important;
}
.itemEditContent,
.itemCreateDuplicate {
  margin-top: 15px;
  margin-right: 5px !important;
}
.itemCreateDuplicate td,
.itemCreateDuplicate tr {
  padding: 0;
  margin: 0;
}

/* Download Section
------------------------------------------------------------*/
.itemDownloadFileSize,
.itemDownloadFileName,
.itemDownloadCount {
  font-size: 0.8em !important;
  margin: 0 !important;
  padding: 0 !important;
}

.downloadSection .itemBriefDescription {
  border-top: 1px solid #bbb;
  margin-top: 30px;
  padding-top: 10px;
}


/* Articles
-------------------------------------------------------------*/
.contentItemCell {
  position: relative;
}
.contentItemCell .RadSocialShare {
  left: 0;
  bottom: 0;
}
.articleSection .sectionTitle {
  margin-bottom: 30px;
}
.articleSection .itemTitle {
  padding-top: 10px;
}
/* articles page social icon placement */
.contentItemCell {
  position: relative;
}
.contentItemCell .itemText > .itemSocialShare > .RadSocialShare {
  position: static;
  margin-left: -5px;
  width: 100%;
}
.contentItemCell .itemText > .itemSocialShare > .RadSocialShare > .sshContent {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 5px 0;
}
.article > .RadSocialShare {
  display: none;
}
.articleSection .itemEditContent {
  padding-bottom: 20px;
}

/* Archive List */
.archive {
  padding: 0 25px 0 10px;
  margin-bottom: 10px;
}
.archive .archive_Title {
  line-height: 2.4em;
  font-size: 1.4em;
}
.archive .RadTreeView > .rtUL > .rtLI {
  border-bottom: 1px solid #aaa;
}
.archive .RadTreeView > .rtUL > .rtFirst {
  border-top: 1px solid #aaa;
}


/* Single Article
-------------------------------------------------------------*/
.article .sectionTitle { display: none; }
.article .backToListLink:first-child { display: none; }
.article { padding-top: 15px; }
.article .article_Title {
  font-size: 1.5em !important;
}
.article_BodyText img,
.articleSection img {
  margin: 10px;
  border: 1px solid #bbb;
}
.sectionContent {
  position: relative;
}
.article .RadSocialShare {
  position: absolute;
  top: 45px;
  left: 0px;
  width: 100%;
  padding: 0;
}
.article .RadSocialShare .sshContent {
  padding: 5px 0;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  width: 100%;
}
.article .article_BodyText {
  padding-top: 30px;
}
.article blockquote,
.articleSection blockquote {
  width: 170px;
  margin: 5px 10px 10px 10px;
  padding: 25px 40px;
  color: #555;
  font-size: 1.05em;
  font-style: italic;
  border: 1px solid #777;
  background: #ddd;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
.articleSection blockquote:before,
.article blockquote:before {
  content: '\201C';
  font-family: serif;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  font-size: 100px;
  top: -50px;
  left: -20px;
  color: #444;
  text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);    
}
.articleSection blockquote:after,
.article blockquote:after {
  content: '\201D';
  font-family: serif;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  font-size: 100px;
  bottom: -85px;
  right: -20px;
  color: #444;
  text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);    
}



/* Link Section 
-------------------------------------------------------------*/
.linkSection .itemImage {
  float: right;
}

.linkSection .itemLinkTitle a {
  font-size: 1.2em !important;
  font-weight: bold;
}

.linkSection .contentItemCell {
  padding: 20px 20px 0 0;
}

/*.linkSection .sectionContent tr:first-child { border-top: 1px solid #aaa; }*/

.linkSection .itemImage img {
  border: 1px solid #888;
  margin: 5px 10px 0 0;
  border-collapse: separate;
  box-shadow: 2px 2px 5px #777;
}

/* GeoMap Section
------------------------------------------------------------*/
.geoMap_Canvas { width: 100%; }

/* Form Section 
-------------------------------------------------------------*/
.formSection input[type="checkbox"] {
  margin-right: 5px;
}
.formSection_Title {
  background: none;
  border: 0;
  border-bottom: 1px solid #aaa;
  padding: 5px 0 15px;
  margin: 15px 0;
  font-size: 1.3em;
}

/* Survey Section
--------------------------------------------------------------*/
.survey_RowLabel {
  margin:20px 0 0 0;
  padding-top: 15px;
  border-top: 1px solid #888;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
.survey_RowLabel,
.survey_RowValue {
  background: #fff;
  padding-left: 15px;
  border-left: 1px solid #888;
  border-right: 1px solid #888;
  width: auto;
}
.survey_RowValue {
  padding-bottom: 15px;
  border-bottom: 1px solid #888;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.survey_RowValue label {
  padding: 5px 10px 5px 5px;
}

/* edit survey styles */
.surveyAdd legend {
  padding: 15px;
  color: #000;
  font-size: 1.5em;
}
.surveyAdd .form_RowLabel {
  margin-top: 15px;
}
.surveyAdd .form_Row {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border: 1px solid #888;
  background: #fff;
  width: auto;
}
.surveyAdd .form_Row label {
  padding: 5px 10px 5px 5px;
}
.surveyAdd fieldset .form_Row {
  background: 0;
  border: 0;
  padding: 0;
}

/* survey results */
.surveyResult_BarGraphOuterCell {
  width: 400px;
}

/* FAQ section
-------------------------------------------------------------*/
.faq .title {
  font-size: 1.3em;
}


/* Newsletter Section
-------------------------------------------------------------*/
.newsletterSection .itemTitle {
  padding-top: 10px;
}

/* Survey section
-------------------------------------------------------------*/
.survey .title {
  font-size: 1.3em;
}


/* Customer Gallery
-------------------------------------------------------------*/
.customer-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.customer-gallery li {
  float: left;
  width: 290px;
  padding-right: 15px;
  margin-bottom: 5px;
  position: relative;
}

.customer-gallery li h2 {
  font-size: 1.1em;
  width: 280px;
  padding: 10px;
  font-weight: bold;
  background: #bbb;
  text-align: center;
  position: absolute;
  bottom: 0px;
  display: none;
}

/* footer
-------------------------------------------------------------*/
.main-footer .content-wrapper {
  background: url(/sitemap-compass.png) no-repeat;
  background-position: 100% 20%;
  overflow: hidden;
  position: relative;
}

.main-footer .copyright {
  font-size: 0.9em;
  text-align: center;
  padding:50px 0;
  border-bottom: 1px solid #a0a0a0;
  width: 760px;
  margin: 0 auto 40px;
}

.credit {
  position: absolute;
  /* top: 80px;
  left: 40%; */
  width: 100%;
  text-align: center;
  top: 80px;
}

/* sitemap */

.main-footer .sitemap {
  min-width: 980px;
  margin: 0 0 50px 0;
  overflow: hidden;
}

.main-footer .sitemap .rsmLevel1 {
  margin-bottom: 25px;
}

.main-footer .sitemap .RadSiteMap .rsmLink {
  padding: 0;
}

.main-footer .sitemap .RadSiteMap  > ul > li > a {
  font-size: 20px;
  font-weight: bold;
  color: #133241;
}

.main-footer .sitemap .RadSiteMap > .rsmList { margin: 0 auto; width: 700px; }
.main-footer .sitemap .RadSiteMap > .rsmList > .rsmItem { width: 24% !important; }

/* utility
-------------------------------------------------------------*/

.float-left {
  float: left;
}
.article img.float-left,
.article blockquote.float-left,
.articleSection img.float-left,
.articleSection blockquote.float-left {
  margin-left: 0 !important;
}

.float-right {
  float: right;
}
.article img.float-right,
.article blockquote.float-right,
.articleSection img.float-right,
.articleSection blockquote.float-right {
  margin-right: 0 !important;
}

.clear {
    clear: both; 
}

.clear-fix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}



/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

   @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
  }



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/*
 * Image replacement
 */

 .ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}

/*
 * Hide from both screenreaders and browsers: h3bp.com/u
 */

 .hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h3bp.com/v
 */

 .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h3bp.com/p
 */

 .visuallyhidden.focusable:active,
 .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

 .invisible {
  visibility: hidden;
}

/*
 * Contain floats: h3bp.com/q
 */

 .clearfix:before,
 .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h3bp.com/r
   ========================================================================== */

   @media print {
    * {
      background: transparent !important;
      color: #000 !important; /* Black prints faster: h3bp.com/s */
      box-shadow:none !important;
      text-shadow: none !important;
    }

    a,
    a:visited {
      text-decoration: underline;
    }

    a[href]:after {
      content: " (" attr(href) ")";
    }

    abbr[title]:after {
      content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

     .ir a:after,
     a[href^="javascript:"]:after,
     a[href^="#"]:after {
      content: "";
    }

    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }

    thead {
      display: table-header-group; /* h3bp.com/t */
    }

    tr,
    img {
      page-break-inside: avoid;
    }

    img {
      max-width: 100% !important;
    }

    @page {
      margin: 0.5cm;
    }

    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }

    h2,
    h3 {
      page-break-after: avoid;
    }
  }

/* survey
-------------------------------------------------------------*/
.survey .rowLabel {
  font-weight: bold;
}

.survey .rowValue {
  margin-bottom: 15px; 
}
  


 .survey .class=row {
    font-size: 2em;
}

.survey .title h1 {
  font-size: 1.9em;
}



* {
    box-sizing: inherit;
}

.row {
    box-sizing: border-box !important;
}

.row .label {
    width: 175px;
}

input[type=radio] {
    margin-right: 5px;
}









/***************************************/
/* fix for left column header graphics */
/* 20150821JHJR  */
/***************************************/

#ctl01_ctl00_ctl00_AdminHeader {
    width:560px;
    overflow:hidden;
    position:relative;
    height:auto;
}

#ctl01_ctl00_ctl00_AdminHeader img {
    max-width:560px;
    height:auto;
    position:relative;
    right:0;
    top:0;
}

.leftcol img {
    max-width:560px;
    height:auto;
    position:relative;
    right:0;
    top:0;
}

/***************************************/
/* add footer google partner graphic */
/* 20160411JHJR  */
/***************************************/
#footerGooglePartner {
  position: absolute;
  top: 40px;
  left: 0;
}
#footerGooglePartner img {
  width: 170px;
  height: auto;
}