/*
Theme Name:     inbox (cogency5)
Theme URI:      http: //newlegendmedia.com.com/
Description:    inbox Dev Child Theme
Author:         Jeff Hilton
Author URI:     http: //newlegendmedia.com
Template:       cogency5
Version:        0.1.0
*/
.c5-lay {
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.c5-lay > * {
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  -moz-box-sizing: border-box;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 20px;
}
/** LIST Layout (default) **/
.c5-lay,
.c5-lay-lst {
  margin-top: -20px;
  display: block;
}
/** NAV Layout **/
nav.c5-lay-nav {
  width: 100%;
  display: inline-table;
}
nav.c5-lay > c5-pod,
ul.c5-lay-nav > li {
  /* no need to specify c5-pod on every li when they are under this layout */
  display: table-cell;
  width: auto;
  padding: 0 10px;
}
/** GALLERY Layout **/
.c5-lay.c5-lay-gal {
  margin-left: -20px;
  margin-top: -20px;
  display: inline-table;
}
.c5-lay-gal.c5-pin {
  margin-left: 0px;
  margin-top: 0px;
}
.c5-lay-gal.c5-pin-left {
  margin-left: 0px;
}
.c5-lay-gal.c5-pin-top {
  margin-top: 0px;
}
.c5-lay-gal > .c5-pod,
.c5-lay-gal > article,
.c5-lay-gal > div {
  width: 300px;
  margin-left: 20px;
  /* CALC THIS */
  margin-top: 20px;
}
/** More LIST Layout **/
.c5-lay-lst > .c5-pod > .c5-lst-lft {
  width: 26.66667%;
  float: left;
  margin-right: 3%;
}
.c5-lay-lst > .c5-pod > .c5-lst-rgt {
  width: 70%;
  float: right;
}
/* responsive med */
.c5-med > img,
.c5-med > object,
.c5-med > embed,
.c5-med > video {
  max-width: 100%;
  height: auto;
}
.frames-debug {
  font-size: 12px;
  background-color: #fff;
  border: 1px solid red;
  padding: 5px;
  border-radius: 5px;
  color: red;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  width: auto;
  z-index: 9999;
  margin-top: -1em;
  display: none !important;
}
.c5-lay {
  *behavior: url(boxsizing.htc);
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
}
.c5-lay > * {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
}
.c5-lay-lst {
  *behavior: url(boxsizing.htc);
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  margin-top: -3%;
  display: block;
}
.c5-lay-lst > * {
  vertical-align: top;
  /* essentially makes the default layout be lists */
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  margin-top: 3%;
  display: block;
}
.c5-lay-lst.view-pin {
  margin-left: 0;
  margin-top: 0;
}
.c5-lay-lst.view-pin > * {
  margin-left: 0;
  margin-top: 0;
}
.c5-lay-gal {
  margin-left: -20px;
  margin-top: -20px;
  *behavior: url(boxsizing.htc);
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  display: inline-table;
}
.c5-lay-gal > * {
  zoom: 1;
  *display: inline;
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: inline-block;
}
.c5-lay-gal.view-pin {
  margin-left: 0;
  margin-top: 0;
}
.c5-lay-gal.view-pin > * {
  margin-left: 0;
  margin-top: 0;
}
.c5-lay-box {
  *behavior: url(boxsizing.htc);
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  display: table;
  width: 100%;
}
.c5-lay-box > * {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: table-cell;
  width: auto;
}
.nav-style {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.2;
}
.meta-style {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
  font-weight: 300;
  line-height: 1.3;
}
.meta-style a {
  color: #626262;
}
.summary-style {
  font-family: 'Roboto Condensed', sans-serif;
  color: #3b3e3f;
  font-weight: 700;
  line-height: 1.1;
  text-shadow: none;
}
html {
  margin: 0 15px !important;
  min-width: 996px;
}
a.btn:visited {
  color: #f85e14 !important;
}
.c5-controls a:visited {
  color: #555 !important;
}
.pulse360-setup .c5-site-header-items,
.pulse360 .c5-site-header-items,
.pulse360-complete .c5-site-header-items,
.pulse360-approval .c5-site-header-items {
  display: none;
}
.pulse360-setup .the-content > .c5-lay > * > header {
  display: none;
}
.pulse360-setup .the-content > .c5-lay > * > header h1 {
  color: #f85e14;
}
.intro-copy {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
}
.c5-view-frame.ms-survey-setup-intro,
.c5-view-frame.ms-survey-intro {
  margin-bottom: 2%;
}
.c5-view-frame.ms-survey-setup-intro > header,
.c5-view-frame.ms-survey-intro > header,
.c5-view-frame.ms-survey-setup-intro > footer,
.c5-view-frame.ms-survey-intro > footer {
  background: #ededed;
  padding: 5px 1% 4px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #fff;
  border-left: 1px solid #f4f4f4;
  margin-bottom: 0px;
}
.c5-view-frame.ms-survey-setup-intro > header h1,
.c5-view-frame.ms-survey-intro > header h1,
.c5-view-frame.ms-survey-setup-intro > footer h1,
.c5-view-frame.ms-survey-intro > footer h1,
.c5-view-frame.ms-survey-setup-intro > header h2,
.c5-view-frame.ms-survey-intro > header h2,
.c5-view-frame.ms-survey-setup-intro > footer h2,
.c5-view-frame.ms-survey-intro > footer h2 {
  color: #f85e14;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 5px 0;
}
.c5-view-frame.ms-survey-setup-intro > header h2,
.c5-view-frame.ms-survey-intro > header h2,
.c5-view-frame.ms-survey-setup-intro > footer h2,
.c5-view-frame.ms-survey-intro > footer h2 {
  color: #222;
  font-size: 13px;
}
.c5-view-frame.ms-survey-setup-intro > header > .c5-lay,
.c5-view-frame.ms-survey-intro > header > .c5-lay,
.c5-view-frame.ms-survey-setup-intro > footer > .c5-lay,
.c5-view-frame.ms-survey-intro > footer > .c5-lay {
  *behavior: url(boxsizing.htc);
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  display: table;
  width: 100%;
}
.c5-view-frame.ms-survey-setup-intro > header > .c5-lay > *,
.c5-view-frame.ms-survey-intro > header > .c5-lay > *,
.c5-view-frame.ms-survey-setup-intro > footer > .c5-lay > *,
.c5-view-frame.ms-survey-intro > footer > .c5-lay > * {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: table-cell;
  width: auto;
}
.c5-view-frame.ms-survey-setup-intro > header > .c5-lay .c5-controls,
.c5-view-frame.ms-survey-intro > header > .c5-lay .c5-controls,
.c5-view-frame.ms-survey-setup-intro > footer > .c5-lay .c5-controls,
.c5-view-frame.ms-survey-intro > footer > .c5-lay .c5-controls {
  vertical-align: middle;
}
.c5-view-frame.ms-survey-setup-intro > footer,
.c5-view-frame.ms-survey-intro > footer {
  padding: 7px 20px;
  border-bottom: 1px solid #ccc;
}
.c5-view-frame.ms-survey-setup-intro > .c5-body,
.c5-view-frame.ms-survey-intro > .c5-body {
  border: 1px solid #ccc;
  padding: 10px 15px;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #fff;
  border-left: 1px solid #fefefe;
  margin-bottom: 0px;
}
.c5-view-frame.ms-survey-setup-intro > .c5-body header,
.c5-view-frame.ms-survey-intro > .c5-body header {
  color: #222;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 5px 0;
}
.c5-view-frame.ms-survey-setup-intro .c5-body,
.c5-view-frame.ms-survey-intro .c5-body {
  border-bottom: 1px solid #ccc;
}
.c5-view-frame.ms-survey-setup-intro > header,
.c5-view-frame.ms-survey-intro > header {
  margin-top: 0;
  background: #fff;
}
.c5-view-frame.ms-survey-setup-intro > header h1,
.c5-view-frame.ms-survey-intro > header h1 {
  color: #f85e14;
  font-size: 19px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.2em;
}
.c5-view-frame.ms-survey-setup-intro > header > .c5-lay,
.c5-view-frame.ms-survey-intro > header > .c5-lay {
  margin-left: -5px;
  margin-top: -5px;
  margin-left: -20px;
  margin-top: -20px;
  *behavior: url(boxsizing.htc);
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  display: inline-table;
  width: 104%;
  margin-left: -4%;
  margin-top: -3%;
}
.c5-view-frame.ms-survey-setup-intro > header > .c5-lay > *,
.c5-view-frame.ms-survey-intro > header > .c5-lay > * {
  zoom: 1;
  *display: inline;
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  width: 16%;
  margin-left: 4%;
  margin-top: 3%;
  float: left;
}
.c5-view-frame.ms-survey-setup-intro > header > .c5-lay .brand-bnsf,
.c5-view-frame.ms-survey-intro > header > .c5-lay .brand-bnsf {
  height: 56px;
  background: url(images/bnsf_logo.gif ) center left no-repeat;
  vertical-align: middle;
}
.c5-view-frame.ms-survey-setup-intro > header > .c5-lay hgroup,
.c5-view-frame.ms-survey-intro > header > .c5-lay hgroup {
  width: 40%;
}
.c5-view-frame.ms-survey-setup-intro > header > .c5-lay hgroup > h1,
.c5-view-frame.ms-survey-intro > header > .c5-lay hgroup > h1 {
  text-transform: uppercase;
  margin: 0.6em 0 0.1em 0;
}
.c5-view-frame.ms-survey-setup-intro > header > .c5-lay hgroup > h2,
.c5-view-frame.ms-survey-intro > header > .c5-lay hgroup > h2 {
  font-size: 16px;
  margin: 0.1em 0 0.4em 0;
}
.c5-view-frame.ms-survey-setup-intro > header > .c5-lay .c5-controls,
.c5-view-frame.ms-survey-intro > header > .c5-lay .c5-controls {
  display: none;
  height: 56px;
  padding-top: 25px;
}
.c5-view-frame.ms-survey-intro .intro-copy {
  padding-right: 10%;
}
.intro-welcome-copy {
  border-left: 1px solid #fefefe;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #eee;
  margin-bottom: 0px;
  padding: 0.5em 1.5em;
  background: #f9f9f9;
}
.intro-welcome-copy h2 {
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 5px 0;
}
.intro-copy {
  font-size: 13px;
  color: #222;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.4em;
  border-bottom: 1px solid #eee;
  margin-bottom: 0px;
  padding: 0.5em 60px;
  background: #fff;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #e0e0e0;
  border: 1px solid #f85d13;
}
.intro-copy p {
  margin-right: 120px;
}
.intro-copy h2 {
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 5px 0;
}
.c5-btn-close {
  float: right;
}
.c5-site-body {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 0 auto;
  position: relative;
}
.c5-view-content-section > .c5-lay {
  width: 100%;
  max-width: 100%;
}
.c5-view-content-section.the-feature > .c5-lay {
  width: auto;
  max-width: 100%;
}
.c5-view-content-subsection.the-content {
  text-align: left;
}
.single-post .c5-view-content-subsection.the-content {
  max-width: 840px;
}
.single-post .c5-view-content-subsection.the-content .c5-view-post-single > header {
  padding: 0 2%;
}
.single-post .c5-view-content-subsection.the-content .c5-view-post-single > .c5-body {
  padding: 0 2%;
}
.single-post .c5-view-content-subsection.the-content .c5-view-post-single .post-tags {
  display: none;
}
.step {
  float: left;
  margin: 4px 10px 4px 0;
  width: 36px;
  height: 36px;
  color: #eeeeee;
  border: 1px solid #eee;
  display: inline-block;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  background: #f85e14;
  padding: 7px 0;
}
.the-content > .c5-lay > * {
  width: 100%;
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.the-content > .c5-lay > * > header {
  *behavior: url(boxsizing.htc);
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  display: table;
  width: 100%;
}
.the-content > .c5-lay > * > header > * {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: table-cell;
  width: auto;
}
.the-content > .c5-lay > * > header > *.header-controls {
  float: right;
}
.the-content > .c5-lay > * > header > *.header-controls > .c5-lay {
  *behavior: url(boxsizing.htc);
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  display: table;
  width: 100%;
}
.the-content > .c5-lay > * > header > *.header-controls > .c5-lay > * {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: table-cell;
  width: auto;
  padding: 0 5px;
}
.the-content > .c5-lay > * > header > *.header-controls > .c5-lay > *:last-child {
  padding-right: 0;
}
.the-content > .c5-lay > * > header {
  border-top: 1px solid #4a4e4f;
  border-bottom: 1px solid #323435;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e4142), color-stop(100%, #37393b));
  background: -webkit-linear-gradient(top, #3e4142, #37393b);
  background: -moz-linear-gradient(top, #3e4142, #37393b);
  background: -ms-linear-gradient(top, #3e4142, #37393b);
  background: -o-linear-gradient(top, #3e4142, #37393b);
  background: linear-gradient(top, #3e4142, #37393b);
  background-color: #3e4142;
  padding: 6px 2% 5px;
  border-bottom: 1px solid #1c1d1e;
  border-right: 1px solid #1c1d1e;
  border-top: 1px solid #4e5152;
  border-left: 1px solid #4e5152;
}
.the-content > .c5-lay > * > header h1 {
  font-size: 18px;
  color: #7fa422;
  font-weight: 700;
  text-shadow: none;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.8em;
}
.the-content > .c5-lay > * > header h2 {
  font-size: 14px;
  color: #555;
  margin: 0;
}
.the-content > .c5-lay > * .frame-intro .c5-lay > header {
  background: #65821b;
  padding: 3px 2% 3px;
  border-top: 1px solid #75971f;
  border-bottom: 1px solid #445812;
}
.the-content > .c5-lay > * .frame-intro .c5-lay > header h1 {
  color: #ddd;
  text-shadow: none;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
}
.the-content > .c5-lay > * .frame-intro .c5-lay > header h1 span {
  margin-left: 3px;
  color: #eee;
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  font-size: 24px;
}
.the-content > .c5-lay > * .video-gallery {
  padding: 2%;
}
.c5-view-full > header {
  margin-bottom: 1rem;
}
.c5-view-full h1,
.c5-view-full h2,
.c5-view-full h1 > a {
  margin: 0;
}
.c5-view-full h1 {
  height: 1.1;
  max-height: 1.1;
}
.c5-view-full h2 {
  margin-top: 0.2rem;
}
.c5-view-full .c5-desc {
  height: 4.2em;
  max-height: 4.2em;
  overflow: hidden;
}
.XXXsurvey-setup > .c5-lay {
  *behavior: url(boxsizing.htc);
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  margin-top: -3%;
  display: block;
}
.XXXsurvey-setup > .c5-lay > * {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
}
.c5-lay-survey-setup {
  padding: 0px 0px 30px;
}
.c5-lay-survey-setup h1,
.c5-lay-survey-setup h2 {
  color: #333;
}
.rdbQuestion {
  display: none;
}
.c5-view-frame .ms-questions,
.c5-view-frame .ms-raters,
.c5-view-frame .ms-survey-mgmt,
.c5-view-frame .ms-survey-results,
.c5-view-frame .survey {
  margin-bottom: 2%;
}
.c5-view-frame .ms-questions > header,
.c5-view-frame .ms-raters > header,
.c5-view-frame .ms-survey-mgmt > header,
.c5-view-frame .ms-survey-results > header,
.c5-view-frame .survey > header,
.c5-view-frame .ms-questions > footer,
.c5-view-frame .ms-raters > footer,
.c5-view-frame .ms-survey-mgmt > footer,
.c5-view-frame .ms-survey-results > footer,
.c5-view-frame .survey > footer {
  background: #ededed;
  padding: 5px 1% 4px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #fff;
  border-left: 1px solid #f4f4f4;
  margin-bottom: 0px;
}
.c5-view-frame .ms-questions > header h1,
.c5-view-frame .ms-raters > header h1,
.c5-view-frame .ms-survey-mgmt > header h1,
.c5-view-frame .ms-survey-results > header h1,
.c5-view-frame .survey > header h1,
.c5-view-frame .ms-questions > footer h1,
.c5-view-frame .ms-raters > footer h1,
.c5-view-frame .ms-survey-mgmt > footer h1,
.c5-view-frame .ms-survey-results > footer h1,
.c5-view-frame .survey > footer h1,
.c5-view-frame .ms-questions > header h2,
.c5-view-frame .ms-raters > header h2,
.c5-view-frame .ms-survey-mgmt > header h2,
.c5-view-frame .ms-survey-results > header h2,
.c5-view-frame .survey > header h2,
.c5-view-frame .ms-questions > footer h2,
.c5-view-frame .ms-raters > footer h2,
.c5-view-frame .ms-survey-mgmt > footer h2,
.c5-view-frame .ms-survey-results > footer h2,
.c5-view-frame .survey > footer h2 {
  color: #f85e14;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 5px 0;
}
.c5-view-frame .ms-questions > header h2,
.c5-view-frame .ms-raters > header h2,
.c5-view-frame .ms-survey-mgmt > header h2,
.c5-view-frame .ms-survey-results > header h2,
.c5-view-frame .survey > header h2,
.c5-view-frame .ms-questions > footer h2,
.c5-view-frame .ms-raters > footer h2,
.c5-view-frame .ms-survey-mgmt > footer h2,
.c5-view-frame .ms-survey-results > footer h2,
.c5-view-frame .survey > footer h2 {
  color: #222;
  font-size: 13px;
}
.c5-view-frame .ms-questions > header > .c5-lay,
.c5-view-frame .ms-raters > header > .c5-lay,
.c5-view-frame .ms-survey-mgmt > header > .c5-lay,
.c5-view-frame .ms-survey-results > header > .c5-lay,
.c5-view-frame .survey > header > .c5-lay,
.c5-view-frame .ms-questions > footer > .c5-lay,
.c5-view-frame .ms-raters > footer > .c5-lay,
.c5-view-frame .ms-survey-mgmt > footer > .c5-lay,
.c5-view-frame .ms-survey-results > footer > .c5-lay,
.c5-view-frame .survey > footer > .c5-lay {
  *behavior: url(boxsizing.htc);
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  display: table;
  width: 100%;
}
.c5-view-frame .ms-questions > header > .c5-lay > *,
.c5-view-frame .ms-raters > header > .c5-lay > *,
.c5-view-frame .ms-survey-mgmt > header > .c5-lay > *,
.c5-view-frame .ms-survey-results > header > .c5-lay > *,
.c5-view-frame .survey > header > .c5-lay > *,
.c5-view-frame .ms-questions > footer > .c5-lay > *,
.c5-view-frame .ms-raters > footer > .c5-lay > *,
.c5-view-frame .ms-survey-mgmt > footer > .c5-lay > *,
.c5-view-frame .ms-survey-results > footer > .c5-lay > *,
.c5-view-frame .survey > footer > .c5-lay > * {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: table-cell;
  width: auto;
}
.c5-view-frame .ms-questions > header > .c5-lay .c5-controls,
.c5-view-frame .ms-raters > header > .c5-lay .c5-controls,
.c5-view-frame .ms-survey-mgmt > header > .c5-lay .c5-controls,
.c5-view-frame .ms-survey-results > header > .c5-lay .c5-controls,
.c5-view-frame .survey > header > .c5-lay .c5-controls,
.c5-view-frame .ms-questions > footer > .c5-lay .c5-controls,
.c5-view-frame .ms-raters > footer > .c5-lay .c5-controls,
.c5-view-frame .ms-survey-mgmt > footer > .c5-lay .c5-controls,
.c5-view-frame .ms-survey-results > footer > .c5-lay .c5-controls,
.c5-view-frame .survey > footer > .c5-lay .c5-controls {
  vertical-align: middle;
}
.c5-view-frame .ms-questions > footer,
.c5-view-frame .ms-raters > footer,
.c5-view-frame .ms-survey-mgmt > footer,
.c5-view-frame .ms-survey-results > footer,
.c5-view-frame .survey > footer {
  padding: 7px 20px;
  border-bottom: 1px solid #ccc;
}
.c5-view-frame .ms-questions > .c5-body,
.c5-view-frame .ms-raters > .c5-body,
.c5-view-frame .ms-survey-mgmt > .c5-body,
.c5-view-frame .ms-survey-results > .c5-body,
.c5-view-frame .survey > .c5-body {
  border: 1px solid #ccc;
  padding: 10px 15px;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #fff;
  border-left: 1px solid #fefefe;
  margin-bottom: 0px;
}
.c5-view-frame .ms-questions > .c5-body header,
.c5-view-frame .ms-raters > .c5-body header,
.c5-view-frame .ms-survey-mgmt > .c5-body header,
.c5-view-frame .ms-survey-results > .c5-body header,
.c5-view-frame .survey > .c5-body header {
  color: #222;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 5px 0;
}
.c5-view-frame .ms-questions > header .c5-lay,
.c5-view-frame .ms-raters > header .c5-lay,
.c5-view-frame .ms-survey-mgmt > header .c5-lay,
.c5-view-frame .ms-survey-results > header .c5-lay,
.c5-view-frame .survey > header .c5-lay {
  margin-left: -20px;
  margin-top: -20px;
  *behavior: url(boxsizing.htc);
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  display: inline-table;
  width: 100%;
  margin-left: 0%;
  margin-top: 1%;
}
.c5-view-frame .ms-questions > header .c5-lay > *,
.c5-view-frame .ms-raters > header .c5-lay > *,
.c5-view-frame .ms-survey-mgmt > header .c5-lay > *,
.c5-view-frame .ms-survey-results > header .c5-lay > *,
.c5-view-frame .survey > header .c5-lay > * {
  zoom: 1;
  *display: inline;
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  width: 50%;
  margin-left: 0%;
  margin-top: -1%;
  float: left;
}
.c5-view-frame .ms-questions > header hgroup,
.c5-view-frame .ms-raters > header hgroup,
.c5-view-frame .ms-survey-mgmt > header hgroup,
.c5-view-frame .ms-survey-results > header hgroup,
.c5-view-frame .survey > header hgroup {
  width: 40%;
  max-width: 40%;
}
.c5-view-frame .ms-questions > header hgroup h1,
.c5-view-frame .ms-raters > header hgroup h1,
.c5-view-frame .ms-survey-mgmt > header hgroup h1,
.c5-view-frame .ms-survey-results > header hgroup h1,
.c5-view-frame .survey > header hgroup h1 {
  padding: 0.4em 10px 0.3em 10px;
}
.c5-view-frame .ms-questions > header hgroup h2,
.c5-view-frame .ms-raters > header hgroup h2,
.c5-view-frame .ms-survey-mgmt > header hgroup h2,
.c5-view-frame .ms-survey-results > header hgroup h2,
.c5-view-frame .survey > header hgroup h2 {
  display: none;
}
.c5-view-frame .ms-questions > header .c5-controls,
.c5-view-frame .ms-raters > header .c5-controls,
.c5-view-frame .ms-survey-mgmt > header .c5-controls,
.c5-view-frame .ms-survey-results > header .c5-controls,
.c5-view-frame .survey > header .c5-controls {
  width: 58%;
  max-width: 58%;
  padding: 9px 10px 7px 10px;
  text-align: left;
}
.c5-view-frame .ms-questions > header .c5-controls .btn-group,
.c5-view-frame .ms-raters > header .c5-controls .btn-group,
.c5-view-frame .ms-survey-mgmt > header .c5-controls .btn-group,
.c5-view-frame .ms-survey-results > header .c5-controls .btn-group,
.c5-view-frame .survey > header .c5-controls .btn-group {
  display: inline-block;
  vertical-align: bottom;
  width: 44%;
  text-align: left;
}
.c5-view-frame .ms-questions > header .c5-controls .c5-status-wrap,
.c5-view-frame .ms-raters > header .c5-controls .c5-status-wrap,
.c5-view-frame .ms-survey-mgmt > header .c5-controls .c5-status-wrap,
.c5-view-frame .ms-survey-results > header .c5-controls .c5-status-wrap,
.c5-view-frame .survey > header .c5-controls .c5-status-wrap {
  width: 55%;
  min-height: 28px;
  display: inline-block;
  vertical-align: bottom;
}
.c5-view-frame .ms-questions > header .c5-controls .c5-status,
.c5-view-frame .ms-raters > header .c5-controls .c5-status,
.c5-view-frame .ms-survey-mgmt > header .c5-controls .c5-status,
.c5-view-frame .ms-survey-results > header .c5-controls .c5-status,
.c5-view-frame .survey > header .c5-controls .c5-status {
  width: auto;
  display: none;
  line-height: 28px;
  background: #444;
  color: #f5f5f5;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.c5-view-frame .ms-questions > header .c5-controls .c5-status.ms-sending-status,
.c5-view-frame .ms-raters > header .c5-controls .c5-status.ms-sending-status,
.c5-view-frame .ms-survey-mgmt > header .c5-controls .c5-status.ms-sending-status,
.c5-view-frame .ms-survey-results > header .c5-controls .c5-status.ms-sending-status,
.c5-view-frame .survey > header .c5-controls .c5-status.ms-sending-status {
  float: right;
  vertical-align: bottom;
  background: transparent;
  color: #444;
  max-width: 260px;
  width: 260px;
}
.c5-view-frame .ms-questions > header h2,
.c5-view-frame .ms-raters > header h2,
.c5-view-frame .ms-survey-mgmt > header h2,
.c5-view-frame .ms-survey-results > header h2,
.c5-view-frame .survey > header h2 {
  font-size: 14px;
}
.c5-view-frame .ms-questions > header .intro-copy,
.c5-view-frame .ms-raters > header .intro-copy,
.c5-view-frame .ms-survey-mgmt > header .intro-copy,
.c5-view-frame .ms-survey-results > header .intro-copy,
.c5-view-frame .survey > header .intro-copy {
  color: #222;
  font-size: 13px;
  margin: -0.5em 8% 0 4.1%;
}
.c5-view-frame .survey > .c5-body {
  padding: 10px 10px 10px 5px;
}
.pulse360 .c5-view-frame .survey h2 {
  display: block;
  padding-left: 10px;
}
.ms-btn-save-questions,
.ms-btn-save-raters {
  display: none;
}
.ms-btn-change-duedate,
.ms-btn-send-reminders {
  margin-top: 5px;
}
.survey {
  clear: both;
}
.survey > .c5-lay {
  display: block;
  margin: 0;
}
.survey > .c5-lay > * {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
}
.ms-question.current {
  background: #fff;
}
.ms-question.current .ms-single-question {
  color: #000;
}
.ms-question.current label {
  color: #000;
}
.ms-question > .ms-ratings.c5-lay {
  margin: 0;
}
.ms-question > .ms-ratings.c5-lay > * {
  display: inline-block;
  margin-right: 25px;
  width: auto;
}
.ms-question > .ms-ratings.c5-lay > *:last-child {
  margin-right: 0;
}
.ms-text-input > .c5-lay {
  margin-left: -20px;
  margin-top: -20px;
  *behavior: url(boxsizing.htc);
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  display: inline-table;
}
.ms-text-input > .c5-lay > * {
  zoom: 1;
  *display: inline;
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: inline-block;
}
.ms-text-input > .c5-lay textarea {
  width: 65%;
}
.ms-text-input > .c5-lay .c5-controls {
  width: 15%;
}
.ms-text-input > .c5-lay .c5-controls > * {
  margin: 5px 10px 10px;
  display: block;
}
.rater-mgmt > .c5-lay .rater-list {
  width: 60%;
}
.rater-mgmt > .c5-lay .rater-defn {
  width: 36%;
  margin-right: 3%;
}
.ms-raters > .c5-lay {
  *behavior: url(boxsizing.htc);
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  margin-top: -3%;
  display: block;
  margin-top: 0;
}
.ms-raters > .c5-lay > * {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
.ms-list-repeatable .c5-item {
  width: 100%;
  border-top: 1px solid #dddddd;
  border-bottom: 2px solid #fff;
}
.ms-list-repeatable .c5-item > .c5-lay {
  *behavior: url(boxsizing.htc);
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  display: table;
  margin: 0;
  width: 100%;
}
.ms-list-repeatable .c5-item > .c5-lay > * {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: table-cell;
  width: auto;
  line-height: 1.2;
  vertical-align: middle;
  padding: 0px 5px 0px 0px;
  font-size: 12px;
}
.ms-list-repeatable .c5-item > .c5-lay .ms-controls-rater-before {
  display: none;
  width: 52px;
  min-width: 52px;
  text-align: right;
}
.ms-list-repeatable .c5-item > .c5-lay .ms-controls-rater-after {
  width: 75px;
  padding: 0;
  margin-top: 2px;
  text-align: right;
}
.ms-list-repeatable .c5-item > .c5-lay .ms-controls-rater-after > .btn {
  color: #666 !important;
  width: auto;
  display: inline-block;
  margin: 0;
  text-align: center;
  padding: 0 5px;
}
.ms-list-repeatable .c5-item > .c5-lay .ms-controls-rater-after .c5-item-edit {
  width: auto;
}
.ms-list-repeatable .c5-item > .c5-lay .ms-controls-rater-after .c5-item-remove {
  width: auto;
  margin-left: 10px;
}
.ms-list-repeatable .c5-item > .c5-lay .xxms-rater-item-status {
  display: inline-block;
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #fff;
  line-height: 1.6;
  white-space: nowrap;
  padding: 3px 5px;
  font-size: 12px;
}
.ms-list-repeatable .c5-item > .c5-lay .ms-rater-statuses {
  display: none;
  width: 180px;
  max-width: 100px;
  line-height: 1.6;
  white-space: nowrap;
  padding: 3px 5px;
  font-size: 12px;
}
.survey-mgmt > .c5-lay .survey-parameters {
  width: 30%;
}
.survey-mgmt > .c5-lay .survey-preflight {
  width: 30%;
}
.survey-mgmt > .c5-lay .survey-status {
  width: 30%;
}
.survey-mgmt ul,
.survey-results ul {
  padding: 0;
}
.survey-mgmt > .c5-lay,
.survey-results > .c5-lay {
  margin-left: -20px;
  margin-top: -20px;
  *behavior: url(boxsizing.htc);
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  display: inline-table;
  width: 102%;
  margin-left: -2%;
  margin-top: -1%;
}
.survey-mgmt > .c5-lay > *,
.survey-results > .c5-lay > * {
  zoom: 1;
  *display: inline;
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  width: 31.33333333%;
  margin-left: 2%;
  margin-top: 1%;
  float: left;
}
.survey-mgmt > .c5-lay > .survey-preflight,
.survey-results > .c5-lay > .survey-preflight {
  width: 33%;
}
.survey-mgmt > .c5-lay > *,
.survey-results > .c5-lay > * {
  width: 27%;
}
.c5-controls .btn {
  float: left;
  color: #f85e14;
}
.ms-reminder-date {
  display: none;
}
.ms-userdefined .c5-item-ndx,
.ms-rater-relation,
.lwms-selections .c5-item-ndx {
  background: #3e4142;
  color: #7fa422;
  color: #eee;
  padding: 2px 5px;
  margin-left: 5px;
  margin-right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ms-rater-relation {
  min-width: 18px;
  display: inline-block;
  padding: 0;
  text-align: center;
  background: #f85e14;
  margin-right: 15px;
  line-height: 1.5;
}
.lwms-selections .c5-item-ndx {
  margin-left: 0;
  margin-right: 5px;
}
.ms-rater > .c5-lay {
  *behavior: url(boxsizing.htc);
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  display: table;
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
  padding: 3px 5px 3px 10px;
}
.ms-rater > .c5-lay > * {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: table-cell;
  width: auto;
  line-height: 1.6;
  white-space: nowrap;
}
.ms-rater > .c5-lay > * .ms-rater-name {
  width: 150px;
  display: inline-block;
  font-weight: 600;
}
.ms-rater > .c5-lay > * .ms-rater-email {
  min-width: 40%;
  padding-left: 10px;
}
.survey-params-label {
  margin-right: 7px;
}
.ms-reviewer {
  margin-bottom: 15px;
}
.ms-reviewer.ms-reviewer-not-set {
  color: inherit;
}
.ms-reviewer-name,
.ms-approver-name {
  margin-right: 7px;
}
.ms-reviewer-email {
  margin-right: 7px;
}
.hidden {
  display: none;
}
.ms-approval-status {
  font-weight: bold;
}
.ms-contact-form {
  border: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ddd;
}
.ms-contact-form .c5-body {
  padding: 15px 15px;
  background: #f2f2f2;
  border-top: 1px solid #fff;
}
.ms-contact-form .c5-body > .c5-lay {
  max-width: 100%;
  overflow: hidden;
  *behavior: url(boxsizing.htc);
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  margin-top: -3%;
  display: block;
}
.ms-contact-form .c5-body > .c5-lay > .ms-form-field {
  vertical-align: top;
  /* essentially makes the default layout be lists */
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  margin-top: 3%;
  display: block;
}
.ms-contact-form .c5-body > .c5-lay select {
  width: 160px;
}
.ms-contact-form .c5-body > .c5-lay .btn-affirm {
  width: auto;
  min-width: 100px;
  margin-top: 10px;
}
.ms-contact-form .c5-body > .c5-lay .btn-cancel {
  width: auto;
  min-width: 100px;
  margin-top: 10px;
}
.ms-contact-form header {
  border-bottom: 1px solid #ddd;
  background: #f0f0f0;
  padding: 7px;
  margin: 0 !important;
}
.ms-add-reviewer-form {
  margin-bottom: 20px;
}
.rater-defn .btn-cancel {
  display: none;
}
.active-edit,
.XXedit-mode {
  background: #effdf2 !important;
}
.ms-btn-preview,
.ms-btn-send-survey,
.ms-btn-generate-report,
.ms-btn-self-survey {
  font-size: 16px;
  padding: 7px 15px 5px !important;
}
.line {
  display: inline-block;
  width: 52%;
  margin-left: 10px;
  height: 1px;
  border-top: 1px dotted #f85e14;
  display: none;
}
.arrow-right {
  display: inline-block;
  position: relative;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #f85e14;
  display: none;
}
.survey-due {
  line-height: 1.5;
  margin-bottom: 20px;
}
.ms-update-due-date-label {
  float: left;
}
.ms-send-reminders {
  margin-right: 5px;
}
.ms-update-due-date-fields {
  margin: 0 0 0 10px;
  float: left;
}
.ms-update-due-date-fields > * {
  margin-bottom: 10px;
}
.ms-update-due-date-controls {
  clear: both;
  margin-top: 10px;
}
button.ms-btn-reviewer-notify,
button.ms-btn-reviewer-cancel {
  max-width: 45%;
  float: left;
  margin-right: 10px;
}
button.ms-btn-cancel-duedate,
button.ms-btn-reviewer-cancel {
  color: #777;
}
button.ms-btn-update-duedate,
button.ms-btn-reviewer-send {
  color: #f85e14;
}
.ms-new-date-form {
  padding: 10px;
  background: #fcfcfc;
  width: 90%;
  border: 1px solid #f85e14;
  display: none;
  margin-bottom: 20px;
}
.ms-survey-due-date {
  font-weight: bold;
  font-size: 15px;
  margin-right: 5px;
}
.ms-popup.sm-modal h1 {
  color: #f85e14;
  font-size: 19px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.2em;
}
.ms-popup.sm-modal .modal-body {
  padding: 15px 25px;
}
.ms-form-field > .c5-lay {
  *behavior: url(boxsizing.htc);
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  display: table;
  width: 100%;
}
.ms-form-field > .c5-lay > * {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: table-cell;
  width: auto;
  vertical-align: middle;
  width: 35%;
  padding: 3px 5px;
  line-height: 1.6;
}
.ms-form-field > .c5-lay > input {
  width: 100%;
  border: 1px solid #dddddd;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.ms-question .c5-ico {
  float: left;
}
.ms-question a.ms-single-question {
  display: inline-block;
  width: 97% !important;
}
.c5-messages,
.ms-question {
  line-height: 24px;
  font-size: 14px;
  vertical-align: middle;
  color: #333;
}
.c5-messages .c5-ico,
.ms-question .c5-ico {
  width: 24px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.c5-messages.current .c5-ico,
.ms-question.current .c5-ico {
  background: transparent url(images/survey-icons.png ) no-repeat;
  background-position: -26px;
}
.c5-messages.valid,
.ms-question.valid,
.c5-messages.voted,
.ms-question.voted {
  color: green;
}
.c5-messages.valid .c5-ico,
.ms-question.valid .c5-ico,
.c5-messages.voted .c5-ico,
.ms-question.voted .c5-ico {
  background: transparent url(images/survey-icons.png ) no-repeat;
  background-position: 0px;
}
.c5-messages p,
.ms-question p {
  font-size: smaller;
  margin: 2px 0 2px 50px;
}
.c5-messages p {
  margin: 0px 0 5px 30px;
}
.c5-view-frame .ms-survey-mgmt > header .c5-controls .c5-status.date-status-text {
  display: none;
  width: 200px;
  vertical-align: text-top;
  line-height: 30px;
  text-align: center;
  float: right;
}
.ms-sending-status {
  overflow: hidden;
}
.ms-sending-status > .c5-lay {
  margin-left: -20px;
  margin-top: -20px;
  *behavior: url(boxsizing.htc);
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  display: inline-table;
  width: 100%;
  margin-left: 0%;
  margin-top: 1%;
}
.ms-sending-status > .c5-lay > * {
  zoom: 1;
  *display: inline;
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  width: 50%;
  margin-left: 0%;
  margin-top: -1%;
  float: left;
}
.ms-sending-status > .c5-lay > * {
  min-height: 32px;
  padding: 0;
}
.ms-sending-status > .c5-lay .status-text {
  width: 70%;
  vertical-align: text-top;
  line-height: 30px;
  text-align: center;
}
.ms-sending-status > .c5-lay #loaderImage {
  text-align: right;
  width: 24%;
  margin-left: 10px;
}
.ms-sending-status > .c5-lay #loaderImage > * {
  padding: 0;
  margin: 0;
}
.lwms-main .lwms-list {
  border: none;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #f9f9f9;
}
.lwms-main .lwms-left li.lwms-selectli {
  padding: 5px 5px 5px 10px;
}
.lwms-main .lwms-left {
  width: 49%;
  margin-right: 2%;
}
.lwms-main .lwms-right {
  width: 49%;
}
.lwms-main .lwms-right li.lwms-selectli {
  position: relative;
  display: inline-block;
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lwms-main .lwms-right .ms-messages-questions {
  height: 63px;
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 6px 9px 3px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  border-radius: 4px 4px 0 0;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #ccc;
  line-height: 1.25;
  margin: 0;
  background: #f0f0f0;
}
.lwms-main .lwms-right .ms-messages-questions p {
  margin-left: 30px;
}
.lwms-main .lwms-right .lwms-selections li {
  border-top: 1px solid #dddddd;
  border-bottom: 2px solid #fff;
  padding: 3px 26px 3px 5px;
  line-height: 1.6;
}
.lwms-main .lwms-right .lwms-selections li .ms-controls-quest-after {
  position: absolute;
  right: 3px;
}
.lwms-main .lwms-right .lwms-selections li .ms-controls-quest-after .btn {
  color: #666 !important;
  width: auto;
  display: inline-block;
  margin: 0;
  text-align: center;
  padding: 0 5px;
}
.nav-tabs {
  padding: 0;
  display: block;
  width: 100%;
}
.nav-tabs > li {
  height: 62px;
  min-width: 18%;
}
.nav-tabs > li.communicate {
  width: 111px;
  max-width: 112px;
}
.nav-tabs > li.communicate a {
  color: #7b9547;
}
.nav-tabs > li.communicate.active > a {
  background: #7b9547;
}
.nav-tabs > li.develop a {
  color: #ee914e;
}
.nav-tabs > li.develop.active > a {
  background: #ee914e;
}
.nav-tabs > li.lead a {
  color: #7e669d;
}
.nav-tabs > li.lead.active > a {
  background: #7e669d;
}
.nav-tabs > li.model a {
  color: #b55151;
}
.nav-tabs > li.model.active > a {
  background: #b55151;
}
.nav-tabs > li.vision a {
  color: #6c8c85;
}
.nav-tabs > li.vision.active > a {
  background: #6c8c85;
}
.nav-tabs > li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 6px 9px 3px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  border-radius: 4px 4px 0 0;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #ccc;
  line-height: 1.25;
  margin: 0;
  background: #f0f0f0;
}
.nav-tabs > .active > a {
  color: #fff !important;
  text-shadow: none;
  padding: 6px 8px 3px;
}
.lwms-main {
  width: 100%;
}
.lwms-main li.lwms-selectli:hover,
.lwms-main .lwms-right li:hover {
  color: #eee;
  background-color: #333;
  cursor: pointer;
}
.lwms-main li.lwms-selectli,
.bnsf-model-legend tr,
.approve-question-list tr {
  font-weight: 600;
}
.lwms-main li.lwms-selectli.communicate,
.bnsf-model-legend tr.communicate,
.approve-question-list tr.communicate {
  color: #7b9547;
}
.lwms-main li.lwms-selectli.develop,
.bnsf-model-legend tr.develop,
.approve-question-list tr.develop {
  color: #ee914e;
}
.lwms-main li.lwms-selectli.lead,
.bnsf-model-legend tr.lead,
.approve-question-list tr.lead {
  color: #7e669d;
}
.lwms-main li.lwms-selectli.model,
.bnsf-model-legend tr.model,
.approve-question-list tr.model {
  color: #b55151;
}
.lwms-main li.lwms-selectli.vision,
.bnsf-model-legend tr.vision,
.approve-question-list tr.vision {
  color: #6c8c85;
}
.approve-questions th,
.approve-raters th {
  height: 26px;
  font-size: 15px;
}
.bnsf-model-legend {
  width: 295px;
}
.approve-question-list td {
  height: 21px;
  line-height: 21px;
}
.pulse360-approval table {
  font-size: 14px;
}
.pulse360-approval table th {
  display: none;
}
.bnsf-model-legend td {
  padding: 0px 5px;
  font-family: 'Source Sans Pro', sans-serif;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #fff;
}
.bnsf-model-legend td:first-child {
  border-top: none;
}
.bnsf-model-legend td:last-child {
  border-bottom: none;
}
.bnsf-model-legend td > span {
  margin-bottom: 2px;
}
ol,
ul {
  list-style: none;
}
.ms-question {
  display: block;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #fff;
  padding: 4px 0 0;
  line-height: 30px;
  vertical-align: middle;
}
.ms-question .c5-ico {
  margin-top: 1px;
}
.ms-question:first-child,
.ms-question:first-child:hover {
  border-top: none;
}
.ms-question:last-child,
.ms-question:last-child:hover {
  border-bottom: none;
}
.ms-question:hover {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #fff;
}
.ms-question a.ms-single-question {
  width: 100%;
  padding: 0px;
  color: #606060;
  font-size: 15px;
}
.ms-question.voted a.ms-single-question {
  color: #606060;
}
.ms-response {
  display: none;
}
.ms-ratings {
  margin-left: 25px !important;
  padding: 2px 0px 8px 5px;
  display: none;
  font-weight: bold;
}
.ms-ratings label {
  font-size: 13px;
  font-weight: normal;
}
.surveyList a span {
  color: #4ca526;
  float: right;
  margin-top: 1px;
}
.surveyList .the-rating-label {
  color: #333;
  width: 50px;
  margin-right: 5px;
  font-size: 13px;
  font-weight: normal;
}
.surveyList .the-rating {
  width: 170px;
  font-size: 13px;
  font-weight: bold;
}
.surveyList a {
  display: inline-block;
  overflow: hidden;
}
.ms-text-input > .c5-lay {
  margin-left: -20px;
  margin-top: -20px;
  *behavior: url(boxsizing.htc);
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  display: inline-table;
}
.ms-text-input > .c5-lay > * {
  width: auto;
  zoom: 1;
  *display: inline;
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: inline-block;
}
.surveyList ul.rdbQuestion li label.current,
div.surveyList ul.rdbQuestion li label:hover {
  color: #2b80f4;
}
/* INPUT STYLES ################################# */
/* ############################################## */
a.lnkSurvey {
  background: url(../images/arrow.png) no-repeat;
  float: left;
  padding-right: 23px;
  font-size: 14px;
  padding: 4px 27px 4px 8px;
  color: #98a2a5;
  border: solid 1px #94a4a8;
  margin: 3px 0px 3px 5px;
  background-color: #f3f3f3;
  text-decoration: none;
  font-weight: bold;
  background-position: right;
  font-family: 'Cuprum', arial, serif;
}
a.lnkSurvey:hover,
a.lnkSurvey.current {
  background: url(../images/down.png) no-repeat;
  background-position: right;
  color: #b34141;
}
div.surveyList a.send {
  width: 60px;
  float: right;
  background: #fff url(../images/right.png) no-repeat;
  color: #778589;
  font-size: 16px;
  padding: 4px 30px 0px 10px;
  margin-top: 50px;
  border: solid 2px #94a4a8;
  font-weight: bold;
  text-decoration: none;
  background-position: right top;
  margin-left: 100px;
  height: 22px;
  font-family: 'Yanone Kaffeesatz', arial, serif;
}
div.surveyList a.send:hover {
  color: #0fab1e;
  border: solid 2px #0fab1e;
}
/*
.ms-results-data Style - This is what you want
------------------------------------------------------------------ */
.ms-report-page {
  page-break-after: always;
  font-family: "Arial Narrow", sans-serif;
  line-height: 1em;
}
.c5-view-frame.survey-report {
  display: block;
  font-family: "Arial Narrow", sans-serif;
}
.c5-view-frame.survey-report > .c5-lay {
  display: block;
}
.c5-view-frame.survey-report > .c5-lay > * {
  display: block;
  font-size: 11pt;
  line-height: 1em;
  color: #000000;
}
.c5-view-frame.survey-report > .c5-lay > * h1,
.c5-view-frame.survey-report > .c5-lay > * h2,
.c5-view-frame.survey-report > .c5-lay > * h3,
.c5-view-frame.survey-report > .c5-lay > * h4 {
  font-family: "Arial Narrow", sans-serif;
  color: #000;
  font-weight: bold;
  line-height: 1em;
}
.c5-view-frame.survey-report > .c5-lay > * h2 {
  font-size: 12pt;
  text-align: center;
}
.c5-view-frame.survey-report > .c5-lay > * p {
  line-height: 1em;
}
.ms-report-page {
  display: block;
}
.ms-report-cover {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ms-report-cover img {
  max-width: 100%;
}
.ms-report-cover .cover-meta {
  width: 50%;
  margin-top: 250px;
  text-align: center;
  margin-left: 45%;
}
.ms-report-cover .cover-meta h1 {
  font-size: 20pt;
}
.ms-report-cover .cover-meta h2 {
  font-size: 15pt;
  font-weight: normal;
}
.ms-response {
  display: block;
}
.ms-response > li {
  list-style-type: disc;
}
.pulse360 .ms-response {
  display: block;
  padding-left: 30px;
}
.pulse360 .ms-response > li {
  list-style-type: none;
}
.ms-report-footer {
  position: fixed;
  left: 0;
  right: 0;
}
.ms-report-header {
  width: 100%;
  height: 60px;
  background: url('/wp-content/themes/inbasket/images/bnsf-header.png') no-repeat;
}
.ms-report-header .hdr-for-who {
  margin-top: 25px;
  margin-left: 5px;
}
.ms-report-footer {
  border-top: 1px solid #000;
  bottom: 0;
  height: 28px;
  text-align: justify;
}
.ms-report-footer td {
  width: 33%;
}
.ms-report-footer .ftr-info {
  width: 100%;
}
.ms-report-footer .ftr-meta {
  text-align: left;
}
.ms-report-footer .ftr-note {
  text-align: center;
}
.ms-report-footer .page-num {
  text-align: right;
}
.ms-heading {
  color: #000;
  font-weight: bold;
  font-size: 12pt;
}
.ms-col-question {
  width: 50%;
  font-weight: normal;
}
.ms-behavior {
  font-weight: normal;
  font-size: 9pt;
}
.ms-report-question {
  color: #000;
  font-size: 11pt;
  font-weight: bold;
  margin: 20px 0 7px;
}
.ms-results-data {
  width: 100%;
  color: #000;
}
.ms-results-data th {
  padding: 10px 5px;
  border: 1px solid #666;
  background: #aaa9ab;
  font-size: 12pt;
  font-family: "Arial Narrow", sans-serif;
  line-height: 1em;
}
.ms-results-data th:first-child {
  font-size: 13pt;
}
.ms-results-data th:first-child {
  text-align: left;
  width: 60%;
}
.ms-raters-by-group .ms-results-data th:first-child,
.ms-raters-by-group .ms-results-data tr td:first-child {
  text-align: left;
  width: 25%;
}
.ms-raters-by-group .ms-results-data th:last-child,
.ms-raters-by-group .ms-results-data td:last-child {
  text-align: left;
}
.ms-results-data tr {
  text-align: center;
  padding-left: 15px;
}
.ms-results-data tr td {
  font-family: "Arial Narrow", sans-serif;
  padding: 3px 5px;
  border: 1px solid #666;
  font-size: 10.5pt;
  line-height: 1em;
}
.ms-results-data tr td:first-child {
  text-align: left;
  width: 60%;
  font-size: 12pt;
}
.ms-rating-scale {
  margin-left: 15px;
  margin-bottom: 30px;
}
.ms-rating-scale h3 {
  margin: 10px 0 0 0;
  font-size: 10pt;
}
.ms-rating-scale span {
  margin-right: 10px;
  line-height: 1em;
  font-size: 8pt;
}
.ms-rating-scale .ms-rating-value {
  font-weight: bold;
}
.mini-survey-report .c5-site-header-wrap,
.mini-survey-report .c5-site-footer-wrap {
  display: none !important;
}
.ms-report-cover {
  width: 100%;
  height: 964px;
  overflow: hidden;
  background: url('/wp-content/themes/inbasket/images/bnsf-cover.png') no-repeat;
}
.frames-debug {
  display: none !important;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
script {
  display: none !important;
}
style {
  display: none !important;
}
.pulse360-report .c5-site-header-wrap {
  display: none;
}
sup {
  top: -0.4em;
  left: 1px;
}
html {
  background: #eef0f0;
  color: #453f3c;
}
body {
  font-weight: normal;
  font-size: 15px;
  font-family: 'Arial', sans-serif;
}
body.mini-survey-report {
  background: #fff;
}
body.pharmco {
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #f2f2f2;
  /* less - heading-color */
  font-weight: normal;
  font-family: 'Arial', sans-serif;
  line-height: 1.2em;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 16px;
}
a,
a:visited {
  color: #3c96ab;
  text-decoration: none;
}
a:hover {
  color: #2f7585;
}
p,
a,
ul,
ol,
blockquote {
  line-height: 1.5em;
}
input[type="button"],
[type="submit"],
[type="reset"],
input[type="file"]::-webkit-file-upload-button,
button {
  border: 1px solid #999;
  border-radius: 2px;
}
input,
button,
select,
textarea {
  font-family: 'Arial', sans-serif;
}
.btn-group > .btn-small,
.btn-small {
  font-size: 13px;
}
.alignleft {
  float: left;
}
.skip-link {
  display: none;
}
html {
  margin: 0 !important;
  height: 100%;
}
body {
  padding: 0px;
  width: 100%;
  height: 100%;
}
#header-wrapper {
  width: 100%;
}
#header-wrapper #header-inner {
  padding: 0;
  margin: 0 auto;
  max-width: 1540px;
  min-width: 1140px;
  width: 100%;
  margin-top: 12px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
}
#header .c5-lay-site-header {
  *behavior: url(boxsizing.htc);
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin-left: -20px;
  margin-top: -20px;
  display: inline-table;
  margin: 0;
}
#header .c5-lay-site-header > * {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
}
#header .c5-lay-site-header .c5-branding {
  width: 320px;
  margin-left: 10px;
}
#header .c5-lay-site-header .c5-branding > img {
  max-width: 100%;
  border-radius: 3px;
}
#header .c5-lay-site-header .c5-nav-primary {
  width: auto;
  float: right;
  margin-right: 60px;
}
#header .c5-lay-site-header .reset {
  width: auto;
  font-size: 11px;
  padding: 1px 5px;
  margin-left: 40px;
  font-weight: normal;
  vertical-align: bottom;
  display: none;
}
.pharmco #header .c5-lay-site-header .c5-branding {
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  padding: 0px;
  height: 80px;
  width: 302px;
  background: transparent;
}
.administrator #header .reset {
  display: inline-block;
}
#c5-menu-primary {
  *behavior: url(boxsizing.htc);
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin-left: -10px;
  margin-top: -10px;
  display: inline-table;
  margin: 0;
}
#c5-menu-primary > li {
  zoom: 1;
  *display: inline;
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  margin: 3px 0 0 5px;
  width: 115px;
}
#c5-menu-primary > li:last-child {
  float: right;
}
a.inbox-next {
  font-size: 15px;
  float: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  background-color: #454547;
  color: #f0f0f0;
  text-shadow: none;
  padding: 6px 15px;
}
a.inbox-next:hover {
  background-image: none;
  background-color: #3a444a;
}
.c5-btn.btn-primary {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  background-color: #454547;
}
.c5-btn.btn-primary:hover {
  background-image: none;
  color: #222;
}
.inbox-btn {
  font-size: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  background-color: #454547;
  display: inline-block;
  text-shadow: none;
  padding: 10px 12px;
  margin: 20px;
  float: left;
}
.inbox-btn:hover {
  background-image: none;
  color: #222;
}
.pharmco .inbox-btn,
.pharmco .inbox-next,
.pharmco .btn-primary {
  color: #eeeeee !important;
}
.pharmco .inbox-btn.visited,
.pharmco .inbox-next.visited,
.pharmco .btn-primary.visited {
  color: #eeeeee !important;
}
.pharmco .inbox-btn:hover,
.pharmco .inbox-next:hover,
.pharmco .btn-primary:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border: 1px solid #ed0000 !important;
  border-top: 1px solid #d40000 !important;
  color: #fff !important;
  background-color: #ed0000 !important;
}
#content-wrapper {
  width: 100%;
}
#content-inner {
  padding: 0;
  margin: 0 auto;
  max-width: 1540px;
  min-width: 1140px;
  width: 100%;
}
#content {
  margin: 0;
  padding: 10px 0 15px 0;
  width: 100%;
}
#footer-wrapper {
  width: 100%;
}
#footer-inner {
  padding: 0;
  margin: 0 auto;
  max-width: 1540px;
  min-width: 1140px;
  width: 100%;
}
#footer {
  margin: 0;
  width: 100%;
}
.sm-lay-content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  background: #ddd;
}
.sm-lay-content h2 {
  font-size: 22px;
  line-height: 40px;
  width: 310px !important;
}
.sm-lay-content h3 {
  line-height: 40px;
  display: none !important;
}
.executive .sm-lay-content {
  background: #1897d3;
}
.executive .inbox-btn {
  color: #1897d3;
}
.executive .inbox-btn:hover {
  color: #fff;
  text-decoration: none;
  background: #1897d3;
}
.director .sm-lay-content {
  background: #53aabf;
}
.director .inbox-btn {
  color: #53aabf;
}
.director .inbox-btn:hover {
  color: #fff;
  text-decoration: none;
  background: #53aabf;
}
.manager .sm-lay-content {
  background: #87a04b;
}
.manager .inbox-btn {
  color: #87a04b;
}
.manager .inbox-btn:hover {
  color: #fff;
  text-decoration: none;
  background: #87a04b;
}
.pharmco .sm-lay-content {
  background: #adadaf;
}
.pharmco .inbox-btn {
  color: #adadaf;
}
.pharmco .inbox-btn:hover {
  color: #fff;
  text-decoration: none;
  background: #adadaf;
}
.outdoor-source .sm-lay-content {
  background: #d5d7d7;
}
.outdoor-source .inbox-btn {
  color: #d5d7d7;
}
.outdoor-source .inbox-btn:hover {
  color: #fff;
  text-decoration: none;
  background: #d5d7d7;
}
.zenith .sm-lay-content {
  background: #339deb;
}
.zenith .inbox-btn {
  color: #339deb;
}
.zenith .inbox-btn:hover {
  color: #fff;
  text-decoration: none;
  background: #339deb;
}
.c5-util-bar .c5-btn {
  vertical-align: middle;
}
.c5-pod-sum {
  *behavior: url(boxsizing.htc);
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  display: table;
  width: 100%;
  cursor: pointer;
}
.c5-pod-sum .c5-msg-type-area {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: table-cell;
  width: auto;
  width: 19px;
  vertical-align: middle;
  border-right: 1px solid #bbb;
}
.c5-pod-sum .c5-msg-type-area .c5-ico {
  background: transparent url(images/checks.png ) no-repeat;
  width: 16px;
  height: 16px;
}
.c5-pod-sum .c5-msg-type-area .c5-ico.reply {
  background-position: -48px;
}
.c5-pod-sum .c5-msg-type-area .c5-ico.reply_all {
  background-position: -64px;
}
.c5-pod-sum .c5-msg-type-area .c5-ico.forward {
  background-position: -80px;
}
.c5-pod-sum .c5-msg-type-area .c5-ico.notepad {
  background-position: -96px;
}
.c5-pod-sum .c5-msg-type-area .c5-ico.no_action {
  background-position: -112px;
}
.c5-pod-sum .c5-msg-type-area .c5-ico.voicemail {
  background-position: -128px;
}
.c5-pod-sum .c5-msg-type-area .c5-ico.new {
  background-position: -144px;
}
.c5-pod-sum .c5-msg-type-area .c5-ico.send_message {
  background-position: -160px;
}
.c5-pod-sum .c5-msg-type-area .c5-ico.save_message {
  background-position: -176px;
}
.c5-pod-sum .c5-msg-type-area .c5-ico.text_message {
  background-position: -192px;
}
.c5-pod-sum .c5-msg-type-area .c5-ico.contact {
  background-position: -208px;
}
.c5-pod-sum header {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: table-cell;
  width: auto;
  border-left: 1px solid #fff;
}
.c5-pod-sum header > * {
  padding-left: 6px;
}
.c5-pod-sum .post-content {
  display: none;
}
.inbox .c5-msg-type-area {
  display: none;
}
.c5-pod-ful .c5-msg-type-area {
  width: 400px;
}
.c5-pod-ful .c5-msg-type-area .c5-lbl {
  width: auto;
  display: inline-block;
}
.c5-pod-ful .c5-msg-type-area .c5-ico {
  display: inline-block;
  background: transparent url(images/checks.png ) no-repeat;
  width: 16px;
  height: 16px;
}
.c5-pod-ful .c5-msg-type-area .c5-ico.reply {
  background-position: -48px;
}
.c5-pod-ful .c5-msg-type-area .c5-ico.reply_all {
  background-position: -64px;
}
.c5-pod-ful .c5-msg-type-area .c5-ico.forward {
  background-position: -80px;
}
.c5-pod-ful .c5-msg-type-area .c5-ico.note {
  background-position: -96px;
}
.c5-pod-ful .c5-msg-type-area .c5-ico.no_action {
  background-position: -112px;
}
.c5-pod-ful .c5-msg-type-area .c5-ico.voicemail {
  background-position: -128px;
}
.c5-pod-ful .c5-msg-type-area .c5-ico.new {
  background-position: -144px;
}
.c5-pod-ful .c5-msg-type-area .c5-ico.text_message {
  background-position: -192px;
}
.c5-pod-ful .c5-msg-type-area .c5-response-text {
  display: inline-block;
}
button.c5-btn,
button,
.c5-btn {
  background: transparent;
  border: none;
  color: #e2e2e4;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  cursor: pointer;
  text-shadow: none;
  min-width: 58px;
}
button.c5-btn:disabled,
button:disabled,
.c5-btn:disabled {
  opacity: 0.4;
}
button.c5-btn:disabled:hover,
button:disabled:hover,
.c5-btn:disabled:hover {
  color: #e2e2e4;
  cursor: inherit;
  background: inherit;
}
button.c5-btn:disabled:hover .c5-ico,
button:disabled:hover .c5-ico,
.c5-btn:disabled:hover .c5-ico {
  background: inherit;
}
button.c5-btn:hover,
button:hover,
.c5-btn:hover {
  color: #fff;
  background: #1e1e26;
}
button.c5-btn:hover .c5-ico,
button:hover .c5-ico,
.c5-btn:hover .c5-ico {
  background: #1e1e26;
}
button.c5-btn .c5-ico,
button .c5-ico,
.c5-btn .c5-ico {
  display: inline-block;
  text-align: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  line-height: 30px;
  font-size: 16px;
  margin-right: -1px;
  vertical-align: middle;
}
button.c5-btn .c5-ico.top,
button .c5-ico.top,
.c5-btn .c5-ico.top {
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: -1px;
  width: 100%;
}
#c5-menu-primary .menu-item {
  padding: 5px;
}
#c5-menu-primary .menu-item > a {
  display: block;
  text-align: center;
  color: #555;
  width: 100%;
  padding: 10px 10px 7px;
  border-radius: 5px;
}
#c5-menu-primary .menu-item > a:hover {
  background: #fff;
  color: #000;
}
#c5-menu-primary .menu-item.current-menu-item > a {
  background: #3D3D3E;
  color: #fff;
}
.executive #c5-menu-primary .menu-item:hover > a {
  background: #1897d3;
  text-decoration: none;
}
.director #c5-menu-primary .menu-item:hover > a {
  background: #53aabf;
  color: #fff;
  text-decoration: none;
}
.manager #c5-menu-primary .menu-item:hover > a {
  background: #87a04b;
  color: #fff;
  text-decoration: none;
}
.pharmco #c5-menu-primary .menu-item:hover > a {
  background: #f20000;
  color: #fff;
  text-decoration: none;
}
.outdoor-source #c5-menu-primary .menu-item:hover > a {
  background: #929B85;
  color: #fff;
  text-decoration: none;
}
#c5-menu-primary l1 > a {
  font-size: 14px;
}
#c5-menu-primary .nav-instructions > a:before {
  display: inline-block;
  width: 100%;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin-bottom: 3px;
  font-size: 26px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f0cb";
}
#c5-menu-primary .nav-resources > a:before {
  display: inline-block;
  width: 100%;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin-bottom: 3px;
  font-size: 26px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f64b";
}
#c5-menu-primary .nav-assignment > a:before {
  display: inline-block;
  width: 100%;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin-bottom: 3px;
  font-size: 26px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f08d";
}
#c5-menu-primary .nav-inbox > a:before {
  display: inline-block;
  width: 100%;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin-bottom: 3px;
  font-size: 26px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f310";
}
#c5-menu-primary .nav-finished > a:before {
  display: inline-block;
  width: 100%;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin-bottom: 3px;
  font-size: 26px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f058";
}
.c5-btn .c5-ico.c5-ico-none i {
  display: none;
}
#content-wrapper {
  position: absolute;
  top: 104px;
  bottom: 0px;
  right: 0;
}
#content-inner,
#content {
  height: 100%;
  max-height: 100%;
  margin-bottom: 0;
  padding: 0;
}
#content {
  border-bottom: 3px solid #555;
  border-radius: 0 0 3px 3px;
}
.inbox-inbox .c5-page-body {
  max-height: 100%;
  height: 100%;
}
.sm-lay-content {
  height: 100%;
  max-height: 100%;
}
.sm-view-email {
  margin: 0;
  padding: 0;
}
.sm-lay-email {
  display: block;
  width: 100%;
  font-size: 0;
  max-height: 100%;
  height: 100%;
  -webkit-background-clip: padding-box;
}
.sm-lay-email .sm-email-msgs {
  font-size: inherit;
  display: inline-block;
  position: relative;
  width: 28.5%;
  max-height: 100%;
  height: 100%;
  background: #575f64;
  -webkit-box-shadow: inset 0px 0px 20px 0px rgba(64, 70, 74, 0.1);
  -moz-box-shadow: inset 0px 0px 20px 0px rgba(64, 70, 74, 0.1);
  box-shadow: inset 0px 0px 20px 0px rgba(64, 70, 74, 0.1);
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
}
.sm-lay-email .sm-email-msgs > header {
  *behavior: url(boxsizing.htc);
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  display: table;
  width: 100%;
  padding: 1px 10px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #454547;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sm-lay-email .sm-email-msgs > header h1,
.sm-lay-email .sm-email-msgs > header h2 {
  margin: 0;
  color: #f2f2f2;
  line-height: 42px;
}
.sm-lay-email .sm-email-msgs > header > * {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: table-cell;
  width: auto;
  vertical-align: middle;
}
.sm-lay-email .sm-email-msgs > header .c5-email-controls {
  text-align: right;
}
.sm-lay-email .sm-email-msgs > header .c5-email-controls .c5-btn {
  color: #48d4fe;
}
.sm-lay-email .sm-email-msgs > header .c5-email-controls .c5-btn .c5-ico {
  font-size: 18px;
}
.sm-lay-email .sm-email-msgs > .sm-acc-msgs {
  display: block;
  position: absolute;
  top: 59px;
  bottom: 0;
  overflow: hidden;
}
.sm-lay-email .sm-email-msgs > .sm-acc-msgs .accordion-group {
  border: none;
  height: 100%;
  overflow: hidden;
}
.sm-lay-email .sm-email-current {
  font-size: 13px;
  display: inline-block;
  position: relative;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  width: 71.5%;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
}
.sm-lay-email .sm-email-current > header {
  *behavior: url(boxsizing.htc);
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  display: table;
  width: 100%;
  padding: 1px 10px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #454547;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sm-lay-email .sm-email-current > header h1,
.sm-lay-email .sm-email-current > header h2 {
  margin: 0;
  color: #f2f2f2;
  line-height: 42px;
}
.sm-lay-email .sm-email-current > header > * {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: table-cell;
  width: auto;
  text-align: right;
}
.sm-lay-email .sm-email-current #the-timer {
  float: right;
  padding: 7px 2px 3px;
  margin-top: 7px;
  border-radius: 5px;
  background: #323235;
  border: 1px solid #111;
}
.sm-lay-email .sm-email-current #the-timer > * {
  text-align: center;
}
.sm-lay-email .sm-email-current #the-timer > * > * {
  color: #90BC57;
  min-width: 45px;
}
.sm-lay-email .sm-email-current #the-timer > * > *:first-child {
  min-width: 35px;
}
div#acc-grp-inbox.accordion-body.collapse.in,
div#acc-grp-draft.accordion-body.collapse.in,
div#acc-grp-sent.accordion-body.collapse.in,
div#acc-grp-contacts.accordion-body.collapse.in {
  max-height: 100%;
  overflow: auto;
}
.c5-lay.sm-lay-msgs-hdr > .sm-msgs-controls {
  display: none;
}
.executive #the-timer {
  color: #1897d3;
}
.director #the-timer {
  color: #53aabf;
}
.manager #the-timer {
  color: #87a04b;
}
.pharmco #the-timer {
  color: #eeeeee;
}
.outdoor-source #the-timer {
  color: #eeeeee;
}
.c5-page-body .c5_page_content {
  margin-top: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
}
.c5-page-body .c5_page_content > header {
  padding: 1px 10px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #454547;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
}
.c5-page-body .c5_page_content > header h1,
.c5-page-body .c5_page_content > header h2 {
  margin: 0;
  color: #f2f2f2;
  line-height: 42px;
}
.c5-page-body .c5_page_content > header > hgroup {
  *behavior: url(boxsizing.htc);
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  display: table;
  width: 100%;
}
.c5-page-body .c5_page_content > header > hgroup > * {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: table-cell;
  width: auto;
  width: 30%;
}
.c5-page-body .c5_page_content .c5-dsc {
  margin: 0 30px 20px 320px;
  background: #fafafa;
  overflow: hidden;
  padding: 20px 30px;
}
.c5-dsc ul,
.post-content ul {
  list-style: disc;
}
.c5-dsc ol,
.post-content ol {
  list-style: decimal;
}
.entry-title {
  display: none;
}
.c5-pod.c5_inbox {
  border-radius: 2px;
  padding: 10px;
  width: 100%;
  background: #fbfcfc;
  font-size: 14px;
}
.c5-pod.c5_inbox.c5-pod-ful > * {
  padding: 10px 25px 15px;
}
.c5-pod.c5_inbox.c5-pod-ful .c5-lay.sm-email-hdr {
  margin: 0;
}
.c5-pod.c5_inbox.c5-pod-ful .c5-lay.sm-email-hdr > * {
  margin: 4px 0;
}
.c5-pod.c5_inbox h1 {
  margin: 0;
  color: #333;
  font-size: 1.1em;
}
.c5-pod.c5_inbox h2 {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2;
}
.c5-pod.c5_inbox .c5-dsc {
  width: auto;
}
li {
  line-height: 18px;
}
.c5-pod-sum.c5_inbox {
  border-radius: 0px;
  padding: 4px 5px 4px 3px;
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #b0b0b1;
  color: #444;
  font-size: 13px;
  line-height: 17px;
}
li .c5-pod-sum.c5_inbox {
  background: #fafbfb;
  color: #444;
}
li .c5-pod-sum.c5_inbox:hover {
  background: #feffff;
  color: #111;
}
li:nth-child(odd) .c5-pod-sum.c5_inbox {
  background: #f6f6f7;
  color: #555;
}
li:nth-child(odd) .c5-pod-sum.c5_inbox:hover {
  background: #fff;
  color: #111;
}
li > .c5-pod-sum.c5_inbox.processed {
  background: #f2f3f3;
  opacity: 0.9;
  color: #808080;
}
li > .c5-pod-sum.c5_inbox.processed .c5-ico {
  background-position: -16px 0;
}
li > .c5-pod-sum.c5_inbox.processed:hover {
  background: #fdfdfd;
  color: #111;
}
li.active > .c5-pod-sum.c5_inbox {
  background: #fcfdfd !important;
}
.msg-list-inbox .c5-lay.sm-email-topline .sm-email-to {
  display: none;
}
.msg-list-sent .c5-lay.sm-email-topline .sm-email-from,
.msg-list-draft .c5-lay.sm-email-topline .sm-email-from {
  display: none;
}
.sm-status .count {
  position: static;
  display: inline-block;
  zoom: 1;
  *display: inline;
  opacity: 0;
}
.count {
  color: #fff;
  position: absolute;
  z-index: 88;
  margin-top: 4px;
  width: 18px;
  letter-spacing: -1px;
  padding: 0 2px;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
  height: 22px;
  min-width: 22px;
  text-align: center;
  -webkit-background-clip: padding-box;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  /*
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.75);
*/
}
.count.simpler {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  font-family: sans-serif;
}
.count.normal {
  background-color: #f0f1f1;
  color: #505050;
}
#sm-email-main {
  padding: 15px;
  position: absolute;
  overflow: auto;
  bottom: 0;
  top: 62px;
  height: 100%;
}
.c5-pod-ful.c5_inbox > * {
  padding: 10px 15px;
}
.c5-pod-ful.c5_inbox header {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}
.c5-pod-ful.c5_inbox .c5-dsc {
  border-top: 1px solid #fff;
}
.c5-pod-ful.c5_inbox .c5-lay.sm-lay-email-meta {
  *behavior: url(boxsizing.htc);
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  display: table;
  width: 100%;
}
.c5-pod-ful.c5_inbox .c5-lay.sm-lay-email-meta > * {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: table-cell;
  width: auto;
}
.c5-pod-ful.c5_inbox .c5-lay.sm-lay-email-meta > .xtra-options {
  width: 48%;
}
.c5-pod-ful.c5_inbox .c5-lay.sm-lay-email-meta > .xtra-options .c5-lbl {
  width: auto;
}
.c5-pod-ful.c5_inbox .c5-lay.sm-lay-email-meta > .xtra-options > * {
  display: inline-block;
  line-height: 26px;
}
.c5-pod-ful.c5_inbox .c5-lay.sm-lay-email-meta > .xtra-options a {
  padding: 4px 8px;
}
.c5-pod-ful.c5_inbox .c5-dtm {
  line-height: 34px;
}
.c5-pod-ful.sent .sm-email-from {
  display: none;
}
.sm-email-current-view {
  padding: 15px;
}
#the-timer {
  display: inline-block;
  margin-right: 15px;
  padding: 5px 5px 3px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  background-color: #3f474f;
  /*	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4F5963), to(#384047));
	background-image: -webkit-linear-gradient(top, #4F5963, #384047);
	background-image: -moz-linear-gradient(top, #4F5963, #384047);
	background-image: -o-linear-gradient(top, #4F5963, #384047);
	background-image: -ms-linear-gradient(top, #4F5963, #384047);
	background-image: linear-gradient(top, #515D68, #384047);
*/
  vertical-align: top;
}
#the-timer .countdown_row {
  *behavior: url(boxsizing.htc);
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  display: table;
  width: 100%;
  font-size: 13px;
}
#the-timer .countdown_row .countdown_section {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: table-cell;
  padding: 0 3px;
  line-height: 1.5em;
  width: auto;
}
.button-style {
  border-bottom: 1px solid #c0c0c1;
  border-right: 1px solid #b0b0b1;
  border-top: 1px solid #f9f9f9;
  border-left: 1px solid #f9f9f9;
  background-color: #e5e7e7;
  color: #2675EB;
}
.sm-pod-msgs .c5-tog {
  margin: 0;
  padding: 2px 5px 0 10px;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #c0c0c1;
  border-right: 1px solid #b0b0b1;
  border-top: 1px solid #f9f9f9;
  border-left: 1px solid #f9f9f9;
  background-color: #e5e7e7;
  color: #2675EB;
}
.c5-pod.sm-msgs-controls {
  float: right;
}
.c5-lay.sm-lay-msgs {
  margin: 10px;
}
.c5-lay.sm-lay-msgs-hdr {
  *behavior: url(boxsizing.htc);
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  display: table;
  width: 100%;
}
.c5-lay.sm-lay-msgs-hdr > * {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: table-cell;
  width: auto;
}
.c5-lay.sm-lay-msgs-hdr .sm-msgs-title {
  width: 46%;
}
.c5-lay.sm-lay-msgs-hdr h2 {
  display: none;
}
.accordion-group {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
}
.c5-lay.accordion-inner {
  margin: 0;
}
.c5-lay.accordion-inner > * {
  margin: 0;
}
.c5-pod.sm-pod-msgs > a {
  display: block;
  overflow: hidden;
  padding-top: 3px;
  padding-bottom: 3px;
}
.sm-msgs-title {
  margin: 0;
}
.sm-msgs-title > h1 {
  line-height: 32px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.executive .sm-msgs-title > h1 {
  color: #1897d3;
}
.director .sm-msgs-title > h1 {
  color: #53aabf;
}
.manager .sm-msgs-title > h1 {
  color: #87a04b;
}
.pharmco .sm-msgs-title > h1 {
  color: #222;
}
.pharmco .sm-msgs-title > h1:hover {
  color: #de0000;
}
.outdoor-source .sm-msgs-title > h1 {
  color: #222;
}
.outdoor-source .sm-msgs-title > h1:hover {
  color: #aeb2b2;
}
.sm-tog-contacts .sm-msgs-title > h1 {
  color: #4065a0;
}
.sm-msgs-title > h2 {
  line-height: 16px;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
  display: none;
}
.sm-msgs-status .count {
  position: static;
  display: inline-block;
  zoom: 1;
  *display: inline;
  opacity: 0;
}
.c5-pod.sm-msgs-controls {
  min-width: 128px;
  height: 32px;
  float: right;
}
.c5-pod.sm-msgs-controls > * {
  line-height: 32px;
  color: #111111;
}
.c5-pod.sm-msgs-controls > label {
  font-size: 13px;
}
.c5-pod.sm-msgs-controls > select {
  width: auto;
}
.c5-lay.c5-control-bar {
  *behavior: url(boxsizing.htc);
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin-left: -20px;
  margin-top: -20px;
  display: inline-table;
  margin: 0;
  width: 100%;
}
.c5-lay.c5-control-bar > * {
  zoom: 1;
  *display: inline;
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 42px;
  line-height: 50px;
  width: 121px;
}
.c5-lay.c5-control-bar .c5-msg-controls {
  width: auto;
}
.c5-lay.c5-control-bar .c5-xtra-controls {
  width: auto;
}
.c5-util-bar > * {
  display: inline-block;
  margin-left: 10px;
}
.sm-modal {
  top: 10%;
  right: 16%;
  left: 16%;
  width: auto;
  margin: 0;
  height: 100%;
  bottom: 0;
}
.sm-modal > * {
  box-sizing: border-box;
}
.sm-modal.fade.in {
  top: 0;
  bottom: 0;
}
.sm-modal h1 {
  color: #444;
}
.sm-modal .c5-btn {
  color: #aaa;
}
.sm-modal #resframe,
.sm-modal #attframe {
  height: 100%;
  top: 0;
  bottom: 0;
}
.sm-modal .modal-header {
  height: 8%;
}
.sm-modal .modal-body {
  max-height: 84%;
  height: 84%;
  padding: 1px 0px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.sm-modal .modal-footer {
  height: 8%;
}
.sm-tutorial {
  top: 20%;
  right: 20%;
  left: 20%;
  width: auto;
  margin: 0;
}
.sm-tutorial.fade.in {
  top: 20%;
}
.sm-tutorial h1,
.sm-tutorial h2 {
  color: #444;
}
.sm-tutorial .c5-btn {
  color: #aaa;
}
.sm-tutorial #resframe {
  min-height: 640px;
}
.sm-tutorial .modal-body {
  height: 100%;
  padding: 15px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 800px;
}
.sm-email-editor {
  display: none;
  border-radius: 2px;
  padding: 15px;
  width: 100%;
  overflow: auto;
  height: 100%;
}
.sm-email-editor > * {
  padding: 15px 20px;
}
.sm-email-editor header {
  padding: 1px 10px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #454547;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sm-email-editor header h1,
.sm-email-editor header h2 {
  margin: 0;
  color: #f2f2f2;
  line-height: 42px;
}
.sm-email-editor .c5-dsc {
  border-top: 1px solid #fff;
}
.sm-email-editor .c5-lay.c5-response-bar {
  *behavior: url(boxsizing.htc);
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  display: table;
  width: 100%;
  padding: 2px 20px;
}
.sm-email-editor .c5-lay.c5-response-bar > * {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: table-cell;
  width: auto;
}
.sm-email-editor .c5-lay.c5-response-bar .msg-prompt {
  font-size: 15px;
  text-transform: uppercase;
  color: #f2f2f3;
  vertical-align: middle;
}
.sm-email-from,
.sm-contact-name {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
}
.sm-email-from > .c5-lbl,
.sm-contact-name > .c5-lbl {
  font-weight: normal;
}
.sm-email-editor .c5-email-controls {
  display: none;
}
.c5-user-login.c5-form ol li {
  margin: 0;
}
.c5-form ol li {
  margin: 15px 0 17px;
}
.c5-form ol li.sm-editor-original-message-hdr {
  padding-top: 20px;
  margin-top: 30px;
  margin-bottom: 0px;
  border-top: 1px solid #ddd;
}
.c5-form ol li.sm-editor-original-message {
  margin-top: 5px;
  margin-bottom: 0px;
}
.sm-reply-form {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 25px 20px 25px;
  border-top: 1px solid #fff;
  background: #f2f3f3;
  font-size: 14px;
  margin: 0;
}
.sm-reply-form fieldset {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.sm-reply-form label {
  display: inline-block;
  width: 100px;
  text-transform: uppercase;
}
.sm-reply-form label.inline {
  width: 50%;
}
.sm-reply-form label.withcheck {
  margin-bottom: 4px;
}
.sm-reply-form label.withcheck > input {
  margin: 0 5px 0 1px;
  width: auto;
}
.sm-reply-form .sm-editor-original-attachment .attach-link {
  opacity: 1;
  transition: all 0.5s;
}
.sm-reply-form .sm-editor-hdr {
  /*
		.xtra-options {
			.pod-box();
			width: 34%;
			padding-top: 12px;
			margin-right: 5px;
			text-align: right;
			label.withcheck {
				width: 100%;
				> input {
					margin: 0 5px 0 1px;
					width: auto;
				}
				margin-bottom: 4px;
			}
			> * {
				margin-bottom: 15px;
			}
			.option-control {
				margin-left: 17px;
				&.select-attachment {
					margin-left: 15px;
				}
			}
			.option-add-attachment {
				visibility: hidden;
			}
		}
*/
}
.sm-reply-form .sm-editor-hdr ol {
  width: 64%;
}
.sm-reply-form label.withcheck:hover {
  background: #eee;
  cursor: pointer;
}
.sm-reply-form .big-label {
  width: auto;
}
.sm-reply-form .message-prompt-label {
  display: none;
  text-transform: none;
  font-size: 13px;
  font-weight: bold;
  width: auto;
}
.sm-reply-form input,
.sm-reply-form select,
.sm-reply-form textarea {
  display: inline-block;
  width: auto;
  min-width: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  -webkit-background-clip: padding-box;
  font-size: 13px;
  padding: 5px 5px;
}
.sm-reply-form .post-content {
  display: inline-block;
  width: 85%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  padding: 7px 5px;
}
.sm-reply-form .c5-orig-dsc {
  opacity: 0.7;
}
.c5-form input,
.c5-form select,
.c5-form textarea {
  margin-bottom: 0;
}
.sm-reply-form label {
  font-family: sans-serif;
  font-size: 12px;
}
.c5-lbl {
  display: inline-block;
  width: 62px;
  text-transform: uppercase;
  font-size: 12px;
}
.c5-pod-ful .c5-lbl {
  width: 85px;
}
.c5-lay.sm-email-topline {
  *behavior: url(boxsizing.htc);
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  display: table;
  margin: 0;
  line-height: 1.2em;
  width: 100%;
}
.c5-lay.sm-email-topline .sm-email-meta {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  display: table-cell;
  width: auto;
  margin: 0;
  width: 40%;
}
.c5-lay.sm-email-topline .sm-email-meta .c5-lay.sm-lay-email-meta {
  *behavior: url(boxsizing.htc);
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  display: table;
  width: 100%;
  margin: 0;
}
.c5-lay.sm-email-topline .sm-email-meta .c5-lay.sm-lay-email-meta > * {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  display: table-cell;
  width: auto;
  margin: 0;
}
.c5-lay.sm-email-topline .sm-email-meta .c5-lay.sm-lay-email-meta .sm-email-attachment {
  width: 16px;
  max-width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.c5-lay.sm-email-topline .sm-email-meta .c5-lay.sm-lay-email-meta .sm-email-attachment .attach-link {
  width: 100%;
  height: 16px;
  display: block;
  background: transparent url(images/checks.png ) no-repeat;
  background-position: -32px 0;
}
.c5-lay.sm-email-topline .sm-email-meta .c5-lay.sm-lay-email-meta .c5-dtm {
  padding-left: 20px;
  text-align: right;
  width: 100px;
}
.c5-lay.sm-email-topline .sm-email-from {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  display: table-cell;
  width: auto;
  margin: 0;
}
.c5-lay.sm-email-topline .sm-email-to {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  display: table-cell;
  width: auto;
  margin: 0;
}
.c5-lay.sm-email-topline .c5-ico {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: table-cell;
  width: auto;
  width: 16px;
  height: 16px;
  max-width: 16px;
}
.login #header {
  display: none;
}
.login .c5-page-body > h1 {
  font-size: 22px;
  color: #555;
  text-align: center;
}
.c5-user-login {
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  background: #3a444a;
  width: 380px;
  color: #fff;
  border: none;
}
.c5-user-login header {
  margin-bottom: 20px;
}
.c5-user-login .c5-user-login-username {
  margin-bottom: 10px;
}
.game-over-man {
  padding: 20px;
  width: 800px;
  color: #fff;
  border: none;
  margin: 80px auto;
}
.c5-user-login,
.game-over-man {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  background: #3a3e42;
}
.c5-user-login-form-layout {
  *behavior: url(boxsizing.htc);
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  display: table;
  width: 100%;
}
.c5-user-login-form-layout > * {
  *behavior: url(boxsizing.htc);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
  display: table-cell;
  width: auto;
  vertical-align: bottom;
  width: 30%;
}
.c5-user-login-form-layout .c5-credentials-group {
  width: 65%;
  margin-right: 20px;
}
.c5-user-login-form-layout .c5-user-login-controls,
.c5-user-login-form-layout .c5-user-login-credentials {
  width: 100%;
  padding: 0;
}
.c5-user-login-form-layout .c5-user-login-credentials li {
  margin-bottom: 15px;
}
.c5-user-login-form-layout .c5-user-login-credentials input {
  width: 90%;
}
.c5-user-login-form-layout .c5-user-login-options {
  margin: 0;
  padding: 0;
}
.c5-user-login-form-layout .c5-user-login-options ol {
  margin: 0;
}
.c5-user-login-form-layout .c5-user-login-options input {
  margin: 0;
}
.c5-user-login-form-layout button {
  border: none;
}
.c5-user-login-form-layout .c5-user-forgot-pswd {
  margin-top: 15px;
  display: block;
}
.c5-user-login-status {
  border: 1px solid #333;
  width: 95%;
  margin: 20px 0 10px 0;
}
.sm-finish-confirm {
  font-size: 15px;
}
.sm-finish-confirm small {
  font-size: 13px;
  color: red;
}
.sm-finish-confirm h1 {
  color: red;
}
.sm-finish-confirm .c5-btn {
  color: #333;
}
.sm-finish-confirm .c5-btn.danger {
  background: red;
  color: #fff;
}
.sm-note {
  font-size: 15px;
}
.sm-note textarea {
  width: 96%;
}
.sm-note small {
  font-size: 13px;
  color: #444;
}
.sm-note h1 {
  color: #444;
}
.sm-note .c5-btn {
  color: #f0f0f0;
}
.sm-note .c5-btn.danger {
  background: red;
  color: #fff;
}
.sm-editor-original-attachment {
  display: inline-block;
  width: 49%;
}
.sm-editor-original-attachment > label {
  width: auto;
}
.attachment-link {
  margin-left: 10px;
}
.attachment-link > .c5-ico {
  line-height: 1;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  background: url(images/checks.png ) no-repeat;
  background-position: -32px 0;
}
.sig {
  font-weight: bold;
}
.c5-met,
hgroup {
  font-weight: bold;
}
select {
  width: 40%;
  height: 26px;
  font-size: 13px;
}
select > option {
  padding: 0 5px;
  height: 22px;
  line-height: 1em;
}
input.reply-subject {
  width: 86%;
}
.c5-pod-sum .c5-met {
  width: 80%;
}
.c5-pod-sum .attachment span,
.c5-pod-sum .c5-dsc {
  display: none;
}
.navbar .nav > li > a {
  padding: 9px 25px 11px;
}
.btn-group .c5-btn,
.btn-group .btn-small {
  min-width: 70px;
  border-radius: 0;
  cursor: pointer;
}
.btn-group .c5-btn:first-child,
.btn-group .btn-small:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.btn-group .c5-btn:last-child,
.btn-group .btn-small:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
