.text-hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.text-smaller {
  font-size: .85em;
}
.text-small {
  font-size: .9em;
}
.width-full {
  float: left;
  display: inline-block;
  width: 100%;
}
.color-link {
  color: #005F65;
}
.content-width {
  width: 975px;
}
.content-border {
  border: 8px solid #fff;
}
img {
  max-width: 100%;
  height: auto;
}
h3:not(.tile-title) {
  line-height: 28px;
  font-size: 20px;
}
body {
  padding: 0 !important;
}
.bg-full {
  background: #f6f6f6;
}
.container {
  max-width: 760px !important;
}
#notice {
  display: none;
  color: #f00;
  padding: 15px 15px 15px 40px;
  background: #fee;
  border-bottom: 1px solid #ccc;
}
header {
  padding: 10px 15px;
  margin-bottom: 25px;
}
header h1 {
  font-size: 30px;
  line-height: 36px;
}
header h2 {
  font-size: 22px;
  line-height: 28px;
}
#objectives {
  margin-bottom: 20px;
}
#objectives ul li {
  font-weight: bold;
}
#content .section {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 2px dashed #D17633;
}
#content .term {
  color: #393;
  border-bottom: 1px dashed #393;
  white-space: nowrap;
}
#content .term:hover, #content .term:focus, #content .term:active {
  text-decoration: none;
  color: #000000;
}
#content .source {
  color: #777;
  font-style: italic;
  font-size: 13px;
  margin: 10px auto 5px;
}
#content .thumbnail {
  margin: 15px 0;
  background: #fff;
  padding-top: 10px;
}
#content .thumbnail img {
  margin-bottom: 10px;
}
#content .thumbnail > a {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
#content .thumbnail p {
  text-align: center;
}
#content .thumbnail h4 {
  text-align: center;
  margin: 10px 20px;
}
#content .thumbnail .description {
  margin: 0 20px 20px;
}
#content .thumbnail .description p {
  text-align: left;
}
#content .thumbnail .source {
  margin: 15px auto;
}
#content .align-left {
  margin: 0 15px 15px 0;
}
#content .align-right {
  margin: 0 0 15px 15px;
}
.block {
  margin: 20px auto;
  border: 1px solid #ddd;
  background: #f6f6f6;
  padding: 20px 25px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.block h4 {
  margin-top: 0;
  margin-bottom: 15px;
}
.block .feedback {
  background: #fff;
  padding: 15px;
  margin: 15px auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.block .feedback .correct strong {
  color: #3a0;
}
.block .feedback .incorrect strong {
  color: #f00;
}
.icon {
  padding-left: 65px;
}
.note {
  border: 1px solid #ffcf8d;
  background: #fffeed url('../images/icon-note.png') 15px 15px no-repeat;
}
.note > h4 {
  color: #f90;
}
.study {
  border: 1px solid #8F6942;
  background: #EEE9E3 url('../images/icon-study.png') 15px 15px no-repeat;
}
.study > h4 {
  color: #8F6942;
}
.schedule {
  border: 1px solid #bbb;
  background: #fefefe url('../images/icon-schedule.png') 15px 15px no-repeat;
}
.schedule > h4 {
  color: #666;
}
.action {
  border: 1px solid #919FA7;
  background: #fefefe url('../images/icon-action.png') 15px 15px no-repeat;
}
.action > h4 {
  color: #6C7F89;
}
.medication {
  border: 1px solid #E4C39E;
  background: #fffeed url('../images/icon-medication.png') 15px 15px no-repeat;
}
.medication > h4 {
  color: #F16321;
}
.talk {
  border: 1px solid #e3c0f2;
  background: #fff1ff url('../images/icon-talk.png') 17px 12px no-repeat;
}
.talk > h4 {
  color: #400459;
}
.module {
  border: 1px solid #bdd5d8;
  background: #eef6f7 url('../images/icon-module.png') 15px 15px no-repeat;
}
.module > h4 {
  color: #006;
}
.phone {
  border: 1px solid #acc1cd;
  background: #fff url('../images/icon-phone.png') 16px 12px no-repeat;
}
.phone > h4 {
  color: #00457F;
}
.important {
  border: 1px solid #E16469;
  background: #fff url('../images/icon-important.png') 16px 13px no-repeat;
}
.important > h4 {
  color: #EC1B23;
}
.admin {
  border: 1px solid #fc8a57;
  background: #fff1eb url('../images/icon-admin.png') 17px 15px no-repeat;
}
.admin > h4 {
  color: #F83D06;
}
.mouse {
  background: #fff url('../images/icon-mouse.png') 15px 13px no-repeat;
}
.mouse > h4 {
  color: #4D6F92;
}
.flagged {
  border: 1px solid #ffaba5;
  background: #fee url('../images/icon-flagged.png') 18px 15px no-repeat;
}
.flagged > h4 {
  color: #F94234;
}
.download {
  border: 1px solid #FDC47F;
  background: #fff url('../images/icon-download.png') 22px 16px no-repeat;
}
.download > h4 {
  color: #fc8900;
}
.law {
  background: #fff url('../images/icon-law.png') 16px 12px no-repeat;
}
.emergency {
  border: 1px solid #1e5d7d;
  background: #e7f5fc url('../images/icon-emergency.png') 16px 13px no-repeat;
}
.emergency > h4 {
  color: #1e5d7d;
}
.icon.video {
  background: #eee url('../images/icon-video.png') 15px 12px no-repeat;
}
.icon.video > h4 {
  color: #444;
}
.icon.video div {
  margin-bottom: 10px;
}
.case-study {
  border: 1px solid #6c0;
  background: #f1fcec url('../images/icon-case-study.png') 15px 13px no-repeat;
}
.case-study > h4 {
  color: #3a0;
}
.quick-question {
  background: #f6f6f6 url('../images/icon-quick-question.png') 15px 16px no-repeat;
}
.quick-question > h4 {
  color: #09c;
}
.fast-fact {
  border: 1px solid #ffa0a0;
  background: #fee url('../images/icon-fast-fact.png') 15px 14px no-repeat;
}
.fast-fact > h4 {
  color: #f00;
}
.video-container {
  width: 480px;
  height: 300px;
}
video {
  max-width: 100%;
  height: auto;
}
#video-player-1_wrapper,
#video-player-2_wrapper,
#video-player-3_wrapper,
#video-player-4_wrapper,
#video-player-5_wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
}
#video-player-1_wrapper iframe,
#video-player-2_wrapper iframe,
#video-player-3_wrapper iframe,
#video-player-4_wrapper iframe,
#video-player-5_wrapper iframe,
#video-player-1_wrapper object,
#video-player-2_wrapper object,
#video-player-3_wrapper object,
#video-player-4_wrapper object,
#video-player-5_wrapper object,
#video-player-1_wrapper embed,
#video-player-2_wrapper embed,
#video-player-3_wrapper embed,
#video-player-4_wrapper embed,
#video-player-5_wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .verify {
  margin: 0;
  padding: 25px 15px;
}
.popover {
  border-color: #393;
}
.popover .popover-title {
  background: #ddffde;
  color: #393;
}
.btn-custom {
  background-color: #58842e !important;
  background-repeat: repeat-x;
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr= #8ac355 ", endColorstr=" #57842e ")'";
  background-image: -khtml-gradient(linear, left top, left bottom, from(#8ac355), to(#57842e));
  background-image: -moz-linear-gradient(top, #8ac355, #57842e);
  background-image: -ms-linear-gradient(top, #8ac355, #57842e);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8ac355), color-stop(100%, #57842e));
  background-image: -webkit-linear-gradient(top, #8ac355, #57842e);
  background-image: -o-linear-gradient(top, #8ac355, #57842e);
  background-image: linear-gradient(#8ac355, #57842e);
  border-color: #57842e #57842e #4b7128;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.btn-custom strong {
  font-weight: 500;
}
.btn-custom .caret {
  border-top-color: white;
  border-bottom-color: white;
}
.row {
  margin-right: -20px;
}
.tile .row {
  margin-right: 0;
}
/***** misc *****/
.nowrap {
  white-space: nowrap;
}
* html .clearfix {
  height: 1%;
  overflow: visible;
}
* + html .clearfix {
  min-height: 1%;
  display: inline-block;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
figure {
  margin: .5rem 0 1rem;
}
/***** hide *****/
.display-none {
  display: none;
}
.hide,
hr,
.skip {
  position: absolute;
  top: 0px;
  left: -999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #content {
    margin-right: 15px;
    margin-left: 15px;
  }
  .row {
    margin-left: -20px;
  }
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: 1px solid #ccc;
  }
  td {
    display: block;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
}
@media (max-width: 480px) {
  #notice {
    display: block;
  }
  .video-container {
    width: 230px;
    height: 160px;
  }
}

#container {
  overflow: initial !important;
}

.static-header {
  border-bottom: 2px dotted #b47e00;
  margin: 1rem auto;
  max-width: 680px;
  padding-bottom: 1.5rem;
}

.static-header img {
  margin: 0 !important;
}

.content-type-title {
  font-size: .8rem !important;
  margin-bottom: 0 !important;
  margin-top: .5rem;
  text-align: left !important;
}

.page-title {
  font-size: 1.3rem !important;
  font-weight: 900 !important;
  line-height 1.4;
  margin-bottom: 0 !important;
  margin-top: -.35rem;
  text-align: left !important;
}

// Tiles for static courses

.resources {
}

.list-items {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.list-items .tile-link {
  text-decoration: none !important;
}

.tile-title {
  text-align: left !important;
}

.tile-image img {
  margin: 0 auto;
}
