/**
 * @file 
 *  Executive Page Styles.
 *
 */
/**
 * Legacy IE support.
 */
/**
 * Font faces, stacks and sizes.
 */
/**
 * Colors, etc.
 */
/**
 * Partials to be shared with all .scss files.
 */
/**
 * Layout element mixins.
 */
/* The white box with grey border that surrounds most content. */
/* The grey box that surrounds content. */
/* The white box containing the main content. Has a green top border. */
/* Content inset into the white box */
/* Content inset on grey background */
/* Content on a lightgrey background with darker border ie left nav and right column of a normal page */
/* Button-like styling for inset box that sits at normal white box level. */
/* Button with a plus icon to the left. */
/* standard button across site. */
/**
 * Text element mixins.
 */
/**
 * Executive Page Styles.
 */
/* line 14, ../sass/executive.scss */
.nid-1198 .seed-flexible-wrapper .seed-flexible-right-sidebar {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
  clear: left;
  padding-right: 0;
  padding-left: 0;
}

/* line 25, ../sass/executive.scss */
.nid-1198 .seed-flexible-wrapper .seed-flexible-content-wrapper-with-left-sidebar-with-right-sidebar {
  float: left;
  width: 75%;
  margin-left: 25%;
  margin-right: -100%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
}

/* line 32, ../sass/executive.scss */
.exec-wrapper img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
/* line 38, ../sass/executive.scss */
.exec-wrapper .exec-dg {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
/* line 44, ../sass/executive.scss */
.exec-wrapper .exec-ed-wrapper {
  width: 100%;
  display: block;
}
/* line 48, ../sass/executive.scss */
.exec-wrapper .exec-ed-wrapper ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-left: solid 1px #cccccc;
}
/* line 54, ../sass/executive.scss */
.exec-wrapper .exec-ed-wrapper ul li {
  width: 16.666%;
  text-align: center;
  display: inline-block;
  float: left;
  font-size: 0.9em;
  box-sizing: border-box;
  border-right: solid 1px #cccccc;
  padding-right: 10px;
  padding-left: 10px;
  list-style-type: none;
  background: none;
}
/* line 68, ../sass/executive.scss */
.exec-wrapper .exec-more-info {
  width: 100%;
  display: block;
  border-bottom: solid 1px #cccccc;
  overflow: hidden;
  padding-bottom: 20px;
}
/* line 74, ../sass/executive.scss */
.exec-wrapper .exec-more-info p {
  margin-right: 130px;
}
/* line 77, ../sass/executive.scss */
.exec-wrapper .exec-more-info img {
  max-width: 100%;
  display: inline-block;
  float: right;
  margin-top: 40px;
}

/**
 * Media Queries.
 */
/* Small screen & tablet devices */
@media all and (max-width: 991px) {
  /* line 100, ../sass/executive.scss */
  .nid-1198 .seed-flexible-wrapper .seed-flexible-content-wrapper-with-left-sidebar-with-right-sidebar {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 16px;
    padding-right: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
  }
}
/* Phones */
@media (max-width: 767px) {
  /* line 110, ../sass/executive.scss */
  .exec-wrapper .exec-dg, .exec-wrapper .exec-ed-wrapper {
    display: none;
  }
  /* line 113, ../sass/executive.scss */
  .exec-wrapper .exec-more-info {
    padding-top: 10px;
  }
  /* line 115, ../sass/executive.scss */
  .exec-wrapper .exec-more-info p {
    margin-right: 0px;
  }
  /* line 118, ../sass/executive.scss */
  .exec-wrapper .exec-more-info img {
    display: block;
    float: none;
    margin: auto;
    clear: both;
  }
}
