@charset "UTF-8";
.bg_gray {
  background: #eee !important;
}

.bg_red {
  background: #ec1234 !important;
}

.bg_yellow {
  background: #fbe201 !important;
}

.bg_gold {
  background: #c0b14c !important;
}

.bg_beige {
  background: rgba(255, 249, 177, 0.2) !important;
}

.bg_wine {
  background: #ac222f !important;
  padding: 0 7px;
}

.bg_orange {
  background: #efa800 !important;
}

.bg_green {
  background: #14944a !important;
}

.br_none {
  border: none !important;
}

.c_black {
  color: #000;
}

.c_brown {
  color: #5e2e2e;
}

.c_purple {
  color: #5a2287;
}

.c_blue {
  color: #39b8b6;
}

.c_brown {
  color: #a91000;
}

.c_red {
  color: #d6001c;
}

.c_gray {
  color: #666;
}

.c_green {
  color: #44d62c;
}

.c_black {
  color: #333;
}

.c_white {
  color: #fff;
}

.c_orange {
  color: #efa800;
}

.c_pink {
  color: #e2007e;
}

.c_purple {
  color: #af3296;
}

.c_emerald {
  color: #00bab9;
}

.c_navy {
	color: #0d3245;
}

.c_wine {
  color: #ac222f;
}

.c_mp3 {
  color: #1106a0;
}

.c_pdf {
  color: #df1995;
}

.c_vimeo {
  color: #1c92e9;
}

.c_xls {
  color: #1c790d;
}

.c_word {
  color: #2b7cd3;
}

.clear {
  clear: both;
}

.fw_600 {
  font-weight: 600;
}

.fs_70p {
  font-size: 70% !important;
}

.fs_80p {
  font-size: 80% !important;
}

.fs_90p {
  font-size: 90% !important;
}

.fs_100p {
  font-size: 100% !important;
}

.fs_110p {
  font-size: 110% !important;
}

.fs_115p {
  font-size: 115% !important;
}

.fs_120p {
  font-size: 120% !important;
}

.fs_130p {
  font-size: 130% !important;
}

.fs_140p {
  font-size: 140% !important;
}

.fs_150p {
  font-size: 150% !important;
}

.ta_center {
  text-align: center;
}

.ta_right {
  text-align: right;
}

.td_under {
  text-decoration: underline;
}

.td_yellow {
  border-bottom: solid 3px #fffa22 !important;
}

.mt_0 {
  margin-top: 0 !important;
}

.mt_5 {
  margin-top: 5px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.nolist {
  list-style: none !important;
}

.txtidt li {
  list-style-position: inside;
  margin-left: 1em;
  margin-bottom: 3px;
  text-indent: -1em;
}

.clist {
  text-align: center;
}

.clist ul {
  display: inline-block;
}

.marker_yellow {
  background: linear-gradient(transparent 40%, #ff0 40%);
}

.marker_green {
  background: linear-gradient(transparent 60%, #6f6 60%);
}

.marker_blue {
  background: linear-gradient(transparent 60%, #49c9e4 60%);
}

.marker_pink {
  background: linear-gradient(transparent 60%, #e20180 60%);
}

.marker_red {
  background: linear-gradient(transparent 60%, #f00 60%);
}

.marker_navy {
  background: linear-gradient(transparent 60%, #dae7f7 60%);
}

.marker_cream {
  background: linear-gradient(transparent 60%, #fdfbda 60%);
}

@media print, screen and (max-width: 800px) {}