/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body.hmg-ts-is-mobile {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'HMG TS Icons';
  src: url("../fonts/hmg-ts-icons.eot");
  src: url("../fonts/hmg-ts-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/hmg-ts-icons.woff") format("woff"), url("../fonts/hmg-ts-icons.ttf") format("truetype"), url("../fonts/hmg-ts-icons.svg#hmg-ts-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="ts-icon-"],
[class*=" ts-icon-"] {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'HMG TS Icons';
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  line-height: 1;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="ts-icon-"]:before,
[class*=" ts-icon-"]:before {
  font-family: 'HMG TS Icons';
}
.ts-icon-spin {
  -webkit-animation: ts-spin 2s infinite linear;
  animation: ts-spin 2s infinite linear;
}
.ts-pulse {
  -webkit-animation: ts-spin 1s infinite steps(8);
  animation: ts-spin 1s infinite steps(8);
}
@-webkit-keyframes ts-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ts-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ts-icon-users:before {
  content: "\61";
}
.ts-icon-search:before {
  content: "\62";
}
.ts-icon-bell:before {
  content: "\63";
}
.ts-icon-user-plus:before {
  content: "\64";
}
.ts-icon-tag:before {
  content: "\65";
}
.ts-icon-tags:before {
  content: "\66";
}
.ts-icon-location-arrow:before {
  content: "\67";
}
.ts-icon-map-marker:before {
  content: "\68";
}
.ts-icon-map-pin:before {
  content: "\69";
}
.ts-icon-list-ul:before {
  content: "\6a";
}
.ts-icon-list-ol:before {
  content: "\6b";
}
.ts-icon-list:before {
  content: "\6c";
}
.ts-icon-bars:before {
  content: "\6d";
}
.ts-icon-plus:before {
  content: "\6e";
}
.ts-icon-plus-circle:before {
  content: "\6f";
}
.ts-icon-plus-square:before {
  content: "\70";
}
.ts-icon-plus-square-o:before {
  content: "\71";
}
.ts-icon-minus:before {
  content: "\72";
}
.ts-icon-minus-circle:before {
  content: "\73";
}
.ts-icon-minus-square:before {
  content: "\74";
}
.ts-icon-minus-square-o:before {
  content: "\75";
}
.ts-icon-calendar2:before {
  content: "\76";
}
.ts-icon-calendar:before {
  content: "\77";
}
.ts-icon-calendar-check-o:before {
  content: "\78";
}
.ts-icon-calendar-minus-o:before {
  content: "\79";
}
.ts-icon-calendar-o:before {
  content: "\7a";
}
.ts-icon-calendar-plus-o:before {
  content: "\41";
}
.ts-icon-calendar-times-o:before {
  content: "\42";
}
.ts-icon-dollar:before {
  content: "\43";
}
.ts-icon-usd:before {
  content: "\44";
}
.ts-icon-envelope:before {
  content: "\45";
}
.ts-icon-envelope-o:before {
  content: "\46";
}
.ts-icon-envelope-square:before {
  content: "\47";
}
.ts-icon-paper-plane:before {
  content: "\48";
}
.ts-icon-paper-plane-o:before {
  content: "\49";
}
.ts-icon-arrow-circle-down:before {
  content: "\4a";
}
.ts-icon-arrow-circle-left:before {
  content: "\4b";
}
.ts-icon-arrow-circle-o-down:before {
  content: "\4c";
}
.ts-icon-arrow-circle-o-left:before {
  content: "\4d";
}
.ts-icon-arrow-circle-o-right:before {
  content: "\4e";
}
.ts-icon-arrow-circle-o-up:before {
  content: "\4f";
}
.ts-icon-arrow-circle-right:before {
  content: "\50";
}
.ts-icon-arrow-circle-up:before {
  content: "\51";
}
.ts-icon-arrow-down:before {
  content: "\52";
}
.ts-icon-arrow-left:before {
  content: "\53";
}
.ts-icon-arrow-right:before {
  content: "\54";
}
.ts-icon-arrow-up:before {
  content: "\55";
}
.ts-icon-arrows:before {
  content: "\56";
}
.ts-icon-arrows-alt:before {
  content: "\57";
}
.ts-icon-arrows-h:before {
  content: "\58";
}
.ts-icon-arrows-v:before {
  content: "\59";
}
.ts-icon-exchange:before {
  content: "\5a";
}
.ts-icon-sign-in:before {
  content: "\30";
}
.ts-icon-sign-out:before {
  content: "\31";
}
.ts-icon-chevron-circle-down:before {
  content: "\32";
}
.ts-icon-chevron-circle-left:before {
  content: "\33";
}
.ts-icon-chevron-circle-right:before {
  content: "\34";
}
.ts-icon-chevron-circle-up:before {
  content: "\35";
}
.ts-icon-chevron-down:before {
  content: "\36";
}
.ts-icon-chevron-left:before {
  content: "\37";
}
.ts-icon-chevron-right:before {
  content: "\38";
}
.ts-icon-chevron-up:before {
  content: "\39";
}
.ts-icon-angle-double-down:before {
  content: "\21";
}
.ts-icon-angle-double-left:before {
  content: "\22";
}
.ts-icon-angle-double-right:before {
  content: "\23";
}
.ts-icon-angle-double-up:before {
  content: "\24";
}
.ts-icon-angle-down:before {
  content: "\25";
}
.ts-icon-angle-left:before {
  content: "\26";
}
.ts-icon-angle-right:before {
  content: "\27";
}
.ts-icon-angle-up:before {
  content: "\28";
}
.ts-icon-list-thumbnails:before {
  content: "\29";
}
.ts-icon-thumbnails:before {
  content: "\2a";
}
.ts-icon-thumbnails2:before {
  content: "\2b";
}
.ts-icon-thumbnails-large:before {
  content: "\2c";
}
.ts-icon-rss:before {
  content: "\2d";
}
.ts-icon-rss-square:before {
  content: "\2e";
}
.ts-icon-facebook:before {
  content: "\2f";
}
.ts-icon-facebook-official:before {
  content: "\3a";
}
.ts-icon-facebook-square:before {
  content: "\3b";
}
.ts-icon-twitter:before {
  content: "\3c";
}
.ts-icon-twitter-square:before {
  content: "\3d";
}
.ts-icon-linkedin:before {
  content: "\3e";
}
.ts-icon-linkedin-square:before {
  content: "\3f";
}
.ts-icon-pinterest:before {
  content: "\40";
}
.ts-icon-pinterest-p:before {
  content: "\5b";
}
.ts-icon-pinterest-square:before {
  content: "\5d";
}
.ts-icon-instagram:before {
  content: "\5e";
}
.ts-icon-youtube:before {
  content: "\5f";
}
.ts-icon-youtube-play:before {
  content: "\60";
}
.ts-icon-youtube-square:before {
  content: "\7b";
}
.ts-icon-google:before {
  content: "\7c";
}
.ts-icon-google-plus:before {
  content: "\7d";
}
.ts-icon-google-plus-square:before {
  content: "\7e";
}
.ts-icon-random:before {
  content: "\5c";
}
.ts-icon-sort:before {
  content: "\e000";
}
.ts-icon-sort-alpha-asc:before {
  content: "\e001";
}
.ts-icon-sort-alpha-desc:before {
  content: "\e002";
}
.ts-icon-sort-amount-asc:before {
  content: "\e003";
}
.ts-icon-sort-amount-desc:before {
  content: "\e004";
}
.ts-icon-sort-asc:before {
  content: "\e005";
}
.ts-icon-sort-desc:before {
  content: "\e006";
}
.ts-icon-sort-numeric-asc:before {
  content: "\e007";
}
.ts-icon-sort-numeric-desc:before {
  content: "\e008";
}
.ts-icon-clock:before {
  content: "\e009";
}
.ts-icon-clock2:before {
  content: "\e00a";
}
.ts-icon-star-o:before {
  content: "\e00b";
}
.ts-icon-star-half-o:before {
  content: "\e00c";
}
.ts-icon-star-half:before {
  content: "\e00d";
}
.ts-icon-star:before {
  content: "\e00e";
}
.ts-icon-caret-down:before {
  content: "\e00f";
}
.ts-icon-caret-left:before {
  content: "\e010";
}
.ts-icon-caret-right:before {
  content: "\e011";
}
.ts-icon-caret-up:before {
  content: "\e012";
}
.ts-icon-filter:before {
  content: "\e013";
}
.ts-icon-home:before {
  content: "\e014";
}
.ts-icon-phone:before {
  content: "\e015";
}
.ts-icon-phone-square:before {
  content: "\e016";
}
.ts-icon-mobile:before {
  content: "\e017";
}
.ts-icon-refresh:before {
  content: "\e018";
}
.ts-icon-retweet:before {
  content: "\e019";
}
.ts-icon-spinner:before {
  content: "\e01a";
}
.ts-icon-load-a:before {
  content: "\e01b";
}
.ts-icon-load-b:before {
  content: "\e01c";
}
.ts-icon-load-c:before {
  content: "\e01d";
}
.ts-icon-load-d:before {
  content: "\e01e";
}
.ts-icon-ios-navigate-outline:before {
  content: "\e01f";
}
.ts-icon-crosshairs:before {
  content: "\e020";
}
.ts-icon-times:before {
  content: "\e021";
}
.ts-icon-target:before {
  content: "\e022";
}
.ts-icon-check:before {
  content: "\e023";
}
.ts-icon-check-circle:before {
  content: "\e024";
}
.ts-icon-check-circle-o:before {
  content: "\e025";
}
.ts-icon-check-square:before {
  content: "\e026";
}
.ts-icon-check-square-o:before {
  content: "\e027";
}
.hmg-ts,
.hmg-ts *,
.hmg-ts *:before,
.hmg-ts *:after {
  box-sizing: border-box;
}
.hmg-ts {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.hmg-ts {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.hmg-ts a {
  text-decoration: none;
  font-weight: normal;
}
.hmg-ts a:hover,
.hmg-ts a:focus {
  text-decoration: none;
}
.hmg-ts a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.hmg-ts figure {
  margin: 0;
}
.hmg-ts img {
  vertical-align: middle;
}
.hmg-ts-img-responsive,
.hmg-ts-thumbnail > img,
.hmg-ts-thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.hmg-ts-img-rounded {
  border-radius: 4px;
}
.hmg-ts-img-thumbnail {
  padding: 0px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.hmg-ts-img-circle {
  border-radius: 50%;
}
.hmg-ts hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #EEE;
}
.hmg-ts-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.hmg-ts-sr-only-focusable:active,
.hmg-ts-sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.hmg-ts [role="button"] {
  cursor: pointer;
}
.hmg-ts h1,
.hmg-ts h2,
.hmg-ts h3,
.hmg-ts h4,
.hmg-ts h5,
.hmg-ts h6,
.hmg-ts .h1,
.hmg-ts .h2,
.hmg-ts .h3,
.hmg-ts .h4,
.hmg-ts .h5,
.hmg-ts .h6 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
.hmg-ts h1 small,
.hmg-ts h2 small,
.hmg-ts h3 small,
.hmg-ts h4 small,
.hmg-ts h5 small,
.hmg-ts h6 small,
.hmg-ts .h1 small,
.hmg-ts .h2 small,
.hmg-ts .h3 small,
.hmg-ts .h4 small,
.hmg-ts .h5 small,
.hmg-ts .h6 small,
.hmg-ts h1 .small,
.hmg-ts h2 .small,
.hmg-ts h3 .small,
.hmg-ts h4 .small,
.hmg-ts h5 .small,
.hmg-ts h6 .small,
.hmg-ts .h1 .small,
.hmg-ts .h2 .small,
.hmg-ts .h3 .small,
.hmg-ts .h4 .small,
.hmg-ts .h5 .small,
.hmg-ts .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #CCC;
}
.hmg-ts h1,
.hmg-ts .h1,
.hmg-ts h2,
.hmg-ts .h2,
.hmg-ts h3,
.hmg-ts .h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
.hmg-ts h1 small,
.hmg-ts .h1 small,
.hmg-ts h2 small,
.hmg-ts .h2 small,
.hmg-ts h3 small,
.hmg-ts .h3 small,
.hmg-ts h1 .small,
.hmg-ts .h1 .small,
.hmg-ts h2 .small,
.hmg-ts .h2 .small,
.hmg-ts h3 .small,
.hmg-ts .h3 .small {
  font-size: 65%;
}
.hmg-ts h4,
.hmg-ts .h4,
.hmg-ts h5,
.hmg-ts .h5,
.hmg-ts h6,
.hmg-ts .h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.hmg-ts h4 small,
.hmg-ts .h4 small,
.hmg-ts h5 small,
.hmg-ts .h5 small,
.hmg-ts h6 small,
.hmg-ts .h6 small,
.hmg-ts h4 .small,
.hmg-ts .h4 .small,
.hmg-ts h5 .small,
.hmg-ts .h5 .small,
.hmg-ts h6 .small,
.hmg-ts .h6 .small {
  font-size: 75%;
}
.hmg-ts h1,
.hmg-ts .h1 {
  font-size: 41px;
}
.hmg-ts h2,
.hmg-ts .h2 {
  font-size: 34px;
}
.hmg-ts h3,
.hmg-ts .h3 {
  font-size: 28px;
}
.hmg-ts h4,
.hmg-ts .h4 {
  font-size: 20px;
}
.hmg-ts h5,
.hmg-ts .h5 {
  font-size: 16px;
}
.hmg-ts h6,
.hmg-ts .h6 {
  font-size: 14px;
}
.hmg-ts p {
  margin: 0 0 12px;
}
.hmg-ts .lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .hmg-ts .lead {
    font-size: 24px;
  }
}
.bold {
  font-weight: 700;
}
.not-bold {
  font-weight: 300;
}
small,
.hmg-ts-small {
  font-size: 87%;
}
mark,
.hmg-ts-mark {
  background-color: #fae8e1;
  padding: 0.2em;
}
.hmg-ts-text-left {
  text-align: left;
}
.hmg-ts-text-right {
  text-align: right;
}
.hmg-ts-text-center {
  text-align: center;
}
.hmg-ts-text-justify {
  text-align: justify;
}
.hmg-ts-text-nowrap {
  white-space: nowrap;
}
.hmg-ts-text-lowercase {
  text-transform: lowercase;
}
.hmg-ts-text-uppercase {
  text-transform: uppercase;
}
.hmg-ts-text-capitalize {
  text-transform: capitalize;
}
.hmg-ts-text-muted {
  color: #CCC;
}
.hmg-ts-text-primary {
  color: #337ab7;
}
a.hmg-ts-text-primary:hover,
a.hmg-ts-text-primary:focus {
  color: #286090;
}
.hmg-ts-text-success {
  color: #3c763d;
}
a.hmg-ts-text-success:hover,
a.hmg-ts-text-success:focus {
  color: #2b542c;
}
.hmg-ts-text-info {
  color: #31708f;
}
a.hmg-ts-text-info:hover,
a.hmg-ts-text-info:focus {
  color: #245269;
}
.hmg-ts-text-warning {
  color: #e55934;
}
a.hmg-ts-text-warning:hover,
a.hmg-ts-text-warning:focus {
  color: #cc3f1a;
}
.hmg-ts-text-danger {
  color: #a94442;
}
a.hmg-ts-text-danger:hover,
a.hmg-ts-text-danger:focus {
  color: #843534;
}
.hmg-ts-bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.hmg-ts-bg-primary:hover,
a.hmg-ts-bg-primary:focus {
  background-color: #286090;
}
.hmg-ts ul,
.hmg-ts ol {
  margin-top: 0;
  margin-bottom: 12px;
}
.hmg-ts ul ul,
.hmg-ts ol ul,
.hmg-ts ul ol,
.hmg-ts ol ol {
  margin-bottom: 0;
}
.hmg-ts-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.hmg-ts-list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.hmg-ts-list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.hmg-ts dl {
  margin-top: 0;
  margin-bottom: 24px;
}
.hmg-ts dt,
.hmg-ts dd {
  line-height: 1.5;
}
.hmg-ts dt {
  font-weight: bold;
}
.hmg-ts dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .hmg-ts-dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .hmg-ts-dl-horizontal dd {
    margin-left: 180px;
  }
}
.hmg-ts abbr[title],
.hmg-ts abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #CCC;
}
.hmg-ts .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.hmg-ts blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 20px;
  border-left: 5px solid #EEE;
}
.hmg-ts blockquote p:last-child,
.hmg-ts blockquote ul:last-child,
.hmg-ts blockquote ol:last-child {
  margin-bottom: 0;
}
.hmg-ts blockquote footer,
.hmg-ts blockquote small,
.hmg-ts blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #CCC;
}
.hmg-ts blockquote footer:before,
.hmg-ts blockquote small:before,
.hmg-ts blockquote .small:before {
  content: '\2014 \00A0';
}
.hmg-ts .blockquote-reverse,
.hmg-ts blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #EEE;
  border-left: 0;
  text-align: right;
}
.hmg-ts .blockquote-reverse footer:before,
.hmg-ts blockquote.pull-right footer:before,
.hmg-ts .blockquote-reverse small:before,
.hmg-ts blockquote.pull-right small:before,
.hmg-ts .blockquote-reverse .small:before,
.hmg-ts blockquote.pull-right .small:before {
  content: '';
}
.hmg-ts .blockquote-reverse footer:after,
.hmg-ts blockquote.pull-right footer:after,
.hmg-ts .blockquote-reverse small:after,
.hmg-ts blockquote.pull-right small:after,
.hmg-ts .blockquote-reverse .small:after,
.hmg-ts blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.hmg-ts address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}
.hmg-ts code,
.hmg-ts kbd,
.hmg-ts pre,
.hmg-ts samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.hmg-ts code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}
.hmg-ts kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 1px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.hmg-ts kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
.hmg-ts pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.hmg-ts pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.hmg-tspre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.hmg-ts-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
/* @media (min-width: 768px) {
  .hmg-ts-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .hmg-ts-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .hmg-ts-container {
    width: 1200px;
  }
} */
.hmg-ts-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.hmg-ts-row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.hmg-ts fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.hmg-ts legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.hmg-ts label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .hmg-ts label {
    text-transform: uppercase;
  }
}
.hmg-ts label.hmg-ts-badge {
  display: block;
  clear: both;
}
.hmg-ts-badge {
  background: #7f7f7f;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
}
#ts_talent_entry .hmg-ts-badge {
  position: relative;
  margin: 0;
  bottom: -10px;
  left: 10px;
}
#ts_talent_entry .hmg-ts-badge + textarea {
  padding-top: 16px;
}
#ts_talent_entry {
  margin: 24px 0;
}
.hmg-ts input[type="search"] {
  box-sizing: border-box;
}
.hmg-ts input[type="radio"],
.hmg-ts input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.hmg-ts input[type="file"] {
  display: block;
}
.hmg-ts input[type="range"] {
  display: block;
  width: 100%;
}
.hmg-ts select[multiple],
.hmg-ts select[size] {
  height: auto;
}
.hmg-ts input[type="file"]:focus,
.hmg-ts input[type="radio"]:focus,
.hmg-ts input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.hmg-ts output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.hmg-ts-form-control,
select.hmg-ts-form-control,
textarea.hmg-ts-form-control,
input[type="text"].hmg-ts-form-control,
input[type="password"].hmg-ts-form-control,
input[type="datetime"].hmg-ts-form-control,
input[type="datetime-local"].hmg-ts-form-control,
input[type="date"].hmg-ts-form-control,
input[type="month"].hmg-ts-form-control,
input[type="time"].hmg-ts-form-control,
input[type="week"].hmg-ts-form-control,
input[type="number"].hmg-ts-form-control,
input[type="email"].hmg-ts-form-control,
input[type="url"].hmg-ts-form-control,
input[type="search"].hmg-ts-form-control,
input[type="tel"].hmg-ts-form-control,
input[type="color"].hmg-ts-form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  margin-bottom: 0;
  max-width: 100% !important;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-image: none;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.hmg-ts-form-control:focus,
select.hmg-ts-form-control:focus,
textarea.hmg-ts-form-control:focus,
input[type="text"].hmg-ts-form-control:focus,
input[type="password"].hmg-ts-form-control:focus,
input[type="datetime"].hmg-ts-form-control:focus,
input[type="datetime-local"].hmg-ts-form-control:focus,
input[type="date"].hmg-ts-form-control:focus,
input[type="month"].hmg-ts-form-control:focus,
input[type="time"].hmg-ts-form-control:focus,
input[type="week"].hmg-ts-form-control:focus,
input[type="number"].hmg-ts-form-control:focus,
input[type="email"].hmg-ts-form-control:focus,
input[type="url"].hmg-ts-form-control:focus,
input[type="search"].hmg-ts-form-control:focus,
input[type="tel"].hmg-ts-form-control:focus,
input[type="color"].hmg-ts-form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.hmg-ts-form-control::-moz-placeholder,
select.hmg-ts-form-control::-moz-placeholder,
textarea.hmg-ts-form-control::-moz-placeholder,
input[type="text"].hmg-ts-form-control::-moz-placeholder,
input[type="password"].hmg-ts-form-control::-moz-placeholder,
input[type="datetime"].hmg-ts-form-control::-moz-placeholder,
input[type="datetime-local"].hmg-ts-form-control::-moz-placeholder,
input[type="date"].hmg-ts-form-control::-moz-placeholder,
input[type="month"].hmg-ts-form-control::-moz-placeholder,
input[type="time"].hmg-ts-form-control::-moz-placeholder,
input[type="week"].hmg-ts-form-control::-moz-placeholder,
input[type="number"].hmg-ts-form-control::-moz-placeholder,
input[type="email"].hmg-ts-form-control::-moz-placeholder,
input[type="url"].hmg-ts-form-control::-moz-placeholder,
input[type="search"].hmg-ts-form-control::-moz-placeholder,
input[type="tel"].hmg-ts-form-control::-moz-placeholder,
input[type="color"].hmg-ts-form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.hmg-ts-form-control:-ms-input-placeholder,
select.hmg-ts-form-control:-ms-input-placeholder,
textarea.hmg-ts-form-control:-ms-input-placeholder,
input[type="text"].hmg-ts-form-control:-ms-input-placeholder,
input[type="password"].hmg-ts-form-control:-ms-input-placeholder,
input[type="datetime"].hmg-ts-form-control:-ms-input-placeholder,
input[type="datetime-local"].hmg-ts-form-control:-ms-input-placeholder,
input[type="date"].hmg-ts-form-control:-ms-input-placeholder,
input[type="month"].hmg-ts-form-control:-ms-input-placeholder,
input[type="time"].hmg-ts-form-control:-ms-input-placeholder,
input[type="week"].hmg-ts-form-control:-ms-input-placeholder,
input[type="number"].hmg-ts-form-control:-ms-input-placeholder,
input[type="email"].hmg-ts-form-control:-ms-input-placeholder,
input[type="url"].hmg-ts-form-control:-ms-input-placeholder,
input[type="search"].hmg-ts-form-control:-ms-input-placeholder,
input[type="tel"].hmg-ts-form-control:-ms-input-placeholder,
input[type="color"].hmg-ts-form-control:-ms-input-placeholder {
  color: #999;
}
.hmg-ts-form-control::-webkit-input-placeholder,
select.hmg-ts-form-control::-webkit-input-placeholder,
textarea.hmg-ts-form-control::-webkit-input-placeholder,
input[type="text"].hmg-ts-form-control::-webkit-input-placeholder,
input[type="password"].hmg-ts-form-control::-webkit-input-placeholder,
input[type="datetime"].hmg-ts-form-control::-webkit-input-placeholder,
input[type="datetime-local"].hmg-ts-form-control::-webkit-input-placeholder,
input[type="date"].hmg-ts-form-control::-webkit-input-placeholder,
input[type="month"].hmg-ts-form-control::-webkit-input-placeholder,
input[type="time"].hmg-ts-form-control::-webkit-input-placeholder,
input[type="week"].hmg-ts-form-control::-webkit-input-placeholder,
input[type="number"].hmg-ts-form-control::-webkit-input-placeholder,
input[type="email"].hmg-ts-form-control::-webkit-input-placeholder,
input[type="url"].hmg-ts-form-control::-webkit-input-placeholder,
input[type="search"].hmg-ts-form-control::-webkit-input-placeholder,
input[type="tel"].hmg-ts-form-control::-webkit-input-placeholder,
input[type="color"].hmg-ts-form-control::-webkit-input-placeholder {
  color: #999;
}
.hmg-ts-form-control::-ms-expand,
select.hmg-ts-form-control::-ms-expand,
textarea.hmg-ts-form-control::-ms-expand,
input[type="text"].hmg-ts-form-control::-ms-expand,
input[type="password"].hmg-ts-form-control::-ms-expand,
input[type="datetime"].hmg-ts-form-control::-ms-expand,
input[type="datetime-local"].hmg-ts-form-control::-ms-expand,
input[type="date"].hmg-ts-form-control::-ms-expand,
input[type="month"].hmg-ts-form-control::-ms-expand,
input[type="time"].hmg-ts-form-control::-ms-expand,
input[type="week"].hmg-ts-form-control::-ms-expand,
input[type="number"].hmg-ts-form-control::-ms-expand,
input[type="email"].hmg-ts-form-control::-ms-expand,
input[type="url"].hmg-ts-form-control::-ms-expand,
input[type="search"].hmg-ts-form-control::-ms-expand,
input[type="tel"].hmg-ts-form-control::-ms-expand,
input[type="color"].hmg-ts-form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.hmg-ts-form-control[disabled],
select.hmg-ts-form-control[disabled],
textarea.hmg-ts-form-control[disabled],
input[type="text"].hmg-ts-form-control[disabled],
input[type="password"].hmg-ts-form-control[disabled],
input[type="datetime"].hmg-ts-form-control[disabled],
input[type="datetime-local"].hmg-ts-form-control[disabled],
input[type="date"].hmg-ts-form-control[disabled],
input[type="month"].hmg-ts-form-control[disabled],
input[type="time"].hmg-ts-form-control[disabled],
input[type="week"].hmg-ts-form-control[disabled],
input[type="number"].hmg-ts-form-control[disabled],
input[type="email"].hmg-ts-form-control[disabled],
input[type="url"].hmg-ts-form-control[disabled],
input[type="search"].hmg-ts-form-control[disabled],
input[type="tel"].hmg-ts-form-control[disabled],
input[type="color"].hmg-ts-form-control[disabled],
.hmg-ts-form-control[readonly],
select.hmg-ts-form-control[readonly],
textarea.hmg-ts-form-control[readonly],
input[type="text"].hmg-ts-form-control[readonly],
input[type="password"].hmg-ts-form-control[readonly],
input[type="datetime"].hmg-ts-form-control[readonly],
input[type="datetime-local"].hmg-ts-form-control[readonly],
input[type="date"].hmg-ts-form-control[readonly],
input[type="month"].hmg-ts-form-control[readonly],
input[type="time"].hmg-ts-form-control[readonly],
input[type="week"].hmg-ts-form-control[readonly],
input[type="number"].hmg-ts-form-control[readonly],
input[type="email"].hmg-ts-form-control[readonly],
input[type="url"].hmg-ts-form-control[readonly],
input[type="search"].hmg-ts-form-control[readonly],
input[type="tel"].hmg-ts-form-control[readonly],
input[type="color"].hmg-ts-form-control[readonly],
fieldset[disabled] .hmg-ts-form-control,
fieldset[disabled] select.hmg-ts-form-control,
fieldset[disabled] textarea.hmg-ts-form-control,
fieldset[disabled] input[type="text"].hmg-ts-form-control,
fieldset[disabled] input[type="password"].hmg-ts-form-control,
fieldset[disabled] input[type="datetime"].hmg-ts-form-control,
fieldset[disabled] input[type="datetime-local"].hmg-ts-form-control,
fieldset[disabled] input[type="date"].hmg-ts-form-control,
fieldset[disabled] input[type="month"].hmg-ts-form-control,
fieldset[disabled] input[type="time"].hmg-ts-form-control,
fieldset[disabled] input[type="week"].hmg-ts-form-control,
fieldset[disabled] input[type="number"].hmg-ts-form-control,
fieldset[disabled] input[type="email"].hmg-ts-form-control,
fieldset[disabled] input[type="url"].hmg-ts-form-control,
fieldset[disabled] input[type="search"].hmg-ts-form-control,
fieldset[disabled] input[type="tel"].hmg-ts-form-control,
fieldset[disabled] input[type="color"].hmg-ts-form-control {
  background-color: #EEE;
  opacity: 1;
}
.hmg-ts-form-control[disabled],
select.hmg-ts-form-control[disabled],
textarea.hmg-ts-form-control[disabled],
input[type="text"].hmg-ts-form-control[disabled],
input[type="password"].hmg-ts-form-control[disabled],
input[type="datetime"].hmg-ts-form-control[disabled],
input[type="datetime-local"].hmg-ts-form-control[disabled],
input[type="date"].hmg-ts-form-control[disabled],
input[type="month"].hmg-ts-form-control[disabled],
input[type="time"].hmg-ts-form-control[disabled],
input[type="week"].hmg-ts-form-control[disabled],
input[type="number"].hmg-ts-form-control[disabled],
input[type="email"].hmg-ts-form-control[disabled],
input[type="url"].hmg-ts-form-control[disabled],
input[type="search"].hmg-ts-form-control[disabled],
input[type="tel"].hmg-ts-form-control[disabled],
input[type="color"].hmg-ts-form-control[disabled],
fieldset[disabled] .hmg-ts-form-control,
fieldset[disabled] select.hmg-ts-form-control,
fieldset[disabled] textarea.hmg-ts-form-control,
fieldset[disabled] input[type="text"].hmg-ts-form-control,
fieldset[disabled] input[type="password"].hmg-ts-form-control,
fieldset[disabled] input[type="datetime"].hmg-ts-form-control,
fieldset[disabled] input[type="datetime-local"].hmg-ts-form-control,
fieldset[disabled] input[type="date"].hmg-ts-form-control,
fieldset[disabled] input[type="month"].hmg-ts-form-control,
fieldset[disabled] input[type="time"].hmg-ts-form-control,
fieldset[disabled] input[type="week"].hmg-ts-form-control,
fieldset[disabled] input[type="number"].hmg-ts-form-control,
fieldset[disabled] input[type="email"].hmg-ts-form-control,
fieldset[disabled] input[type="url"].hmg-ts-form-control,
fieldset[disabled] input[type="search"].hmg-ts-form-control,
fieldset[disabled] input[type="tel"].hmg-ts-form-control,
fieldset[disabled] input[type="color"].hmg-ts-form-control {
  cursor: not-allowed;
}
textarea.hmg-ts-form-control,
textareaselect.hmg-ts-form-control,
textareatextarea.hmg-ts-form-control,
textareainput[type="text"].hmg-ts-form-control,
textareainput[type="password"].hmg-ts-form-control,
textareainput[type="datetime"].hmg-ts-form-control,
textareainput[type="datetime-local"].hmg-ts-form-control,
textareainput[type="date"].hmg-ts-form-control,
textareainput[type="month"].hmg-ts-form-control,
textareainput[type="time"].hmg-ts-form-control,
textareainput[type="week"].hmg-ts-form-control,
textareainput[type="number"].hmg-ts-form-control,
textareainput[type="email"].hmg-ts-form-control,
textareainput[type="url"].hmg-ts-form-control,
textareainput[type="search"].hmg-ts-form-control,
textareainput[type="tel"].hmg-ts-form-control,
textareainput[type="color"].hmg-ts-form-control {
  height: auto;
}
.hmg-ts-form-control.hmg-ts-form-control-auto,
select.hmg-ts-form-control.hmg-ts-form-control-auto,
textarea.hmg-ts-form-control.hmg-ts-form-control-auto,
input[type="text"].hmg-ts-form-control.hmg-ts-form-control-auto,
input[type="password"].hmg-ts-form-control.hmg-ts-form-control-auto,
input[type="datetime"].hmg-ts-form-control.hmg-ts-form-control-auto,
input[type="datetime-local"].hmg-ts-form-control.hmg-ts-form-control-auto,
input[type="date"].hmg-ts-form-control.hmg-ts-form-control-auto,
input[type="month"].hmg-ts-form-control.hmg-ts-form-control-auto,
input[type="time"].hmg-ts-form-control.hmg-ts-form-control-auto,
input[type="week"].hmg-ts-form-control.hmg-ts-form-control-auto,
input[type="number"].hmg-ts-form-control.hmg-ts-form-control-auto,
input[type="email"].hmg-ts-form-control.hmg-ts-form-control-auto,
input[type="url"].hmg-ts-form-control.hmg-ts-form-control-auto,
input[type="search"].hmg-ts-form-control.hmg-ts-form-control-auto,
input[type="tel"].hmg-ts-form-control.hmg-ts-form-control-auto,
input[type="color"].hmg-ts-form-control.hmg-ts-form-control-auto {
  width: auto;
}
#hmg-ts-wrapper .hmg-ts-form-control,
.hmg-ts-modal .hmg-ts-form-control,
#hmg-ts-wrapper select.hmg-ts-form-control,
.hmg-ts-modal select.hmg-ts-form-control,
#hmg-ts-wrapper textarea.hmg-ts-form-control,
.hmg-ts-modal textarea.hmg-ts-form-control,
#hmg-ts-wrapper input[type="text"].hmg-ts-form-control,
.hmg-ts-modal input[type="text"].hmg-ts-form-control,
#hmg-ts-wrapper input[type="password"].hmg-ts-form-control,
.hmg-ts-modal input[type="password"].hmg-ts-form-control,
#hmg-ts-wrapper input[type="datetime"].hmg-ts-form-control,
.hmg-ts-modal input[type="datetime"].hmg-ts-form-control,
#hmg-ts-wrapper input[type="datetime-local"].hmg-ts-form-control,
.hmg-ts-modal input[type="datetime-local"].hmg-ts-form-control,
#hmg-ts-wrapper input[type="date"].hmg-ts-form-control,
.hmg-ts-modal input[type="date"].hmg-ts-form-control,
#hmg-ts-wrapper input[type="month"].hmg-ts-form-control,
.hmg-ts-modal input[type="month"].hmg-ts-form-control,
#hmg-ts-wrapper input[type="time"].hmg-ts-form-control,
.hmg-ts-modal input[type="time"].hmg-ts-form-control,
#hmg-ts-wrapper input[type="week"].hmg-ts-form-control,
.hmg-ts-modal input[type="week"].hmg-ts-form-control,
#hmg-ts-wrapper input[type="number"].hmg-ts-form-control,
.hmg-ts-modal input[type="number"].hmg-ts-form-control,
#hmg-ts-wrapper input[type="email"].hmg-ts-form-control,
.hmg-ts-modal input[type="email"].hmg-ts-form-control,
#hmg-ts-wrapper input[type="url"].hmg-ts-form-control,
.hmg-ts-modal input[type="url"].hmg-ts-form-control,
#hmg-ts-wrapper input[type="search"].hmg-ts-form-control,
.hmg-ts-modal input[type="search"].hmg-ts-form-control,
#hmg-ts-wrapper input[type="tel"].hmg-ts-form-control,
.hmg-ts-modal input[type="tel"].hmg-ts-form-control,
#hmg-ts-wrapper input[type="color"].hmg-ts-form-control,
.hmg-ts-modal input[type="color"].hmg-ts-form-control {
  height: 38px;
  padding: 6px 12px;
  margin-bottom: 0;
  max-width: 100% !important;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1px;
  font-size: 16px;
}
#hmg-ts-wrapper select[multiple].hmg-ts-form-control,
.hmg-ts-modal select[multiple].hmg-ts-form-control,
#hmg-ts-wrapper textarea.hmg-ts-form-control,
.hmg-ts-modal textarea.hmg-ts-form-control {
  height: auto !important;
  max-width: 100% !important;
}
.hmg-ts-form-control-inline {
  width: auto !important;
  display: inline-block !important;
}
.hmg-ts input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .hmg-ts input[type="date"].hmg-ts-form-control,
  .hmg-ts input[type="time"].hmg-ts-form-control,
  .hmg-ts input[type="datetime-local"].hmg-ts-form-control,
  .hmg-ts input[type="month"].hmg-ts-form-control {
    line-height: 38px;
  }
  .hmg-ts input[type="date"].hmg-ts-input-sm,
  .hmg-ts input[type="time"].hmg-ts-input-sm,
  .hmg-ts input[type="datetime-local"].hmg-ts-input-sm,
  .hmg-ts input[type="month"].hmg-ts-input-sm,
  .hmg-ts-input-group-sm .hmg-ts input[type="date"],
  .hmg-ts-input-group-sm .hmg-ts input[type="time"],
  .hmg-ts-input-group-sm .hmg-ts input[type="datetime-local"],
  .hmg-ts-input-group-sm .hmg-ts input[type="month"] {
    line-height: 33px;
  }
  .hmg-ts input[type="date"].hmg-ts-input-lg,
  .hmg-ts input[type="time"].hmg-ts-input-lg,
  .hmg-ts input[type="datetime-local"].hmg-ts-input-lg,
  .hmg-ts input[type="month"].hmg-ts-input-lg,
  .hmg-ts-input-group-lg .hmg-ts input[type="date"],
  .hmg-ts-input-group-lg .hmg-ts input[type="time"],
  .hmg-ts-input-group-lg .hmg-ts input[type="datetime-local"],
  .hmg-ts-input-group-lg .hmg-ts input[type="month"] {
    line-height: 49px;
  }
}
.hmg-ts-form-group {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .hmg-ts-form-group div[class^="col-sm-"] {
    margin-bottom: 15px / 2;
  }
}
@media (max-width: 991px) {
  .hmg-ts-form-group div[class^="col-md-"] {
    margin-bottom: 15px / 2;
  }
}
@media (max-width: 1199px) {
  .hmg-ts-form-group div[class^="col-lg-"] {
    margin-bottom: 15px / 2;
  }
}
.hmg-ts-radio,
.hmg-ts-checkbox {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
}
.hmg-ts-radio label,
.hmg-ts-checkbox label {
  min-height: 24px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  text-transform: none;
}
label.hmg-ts-radio-inline,
label.hmg-ts-checkbox-inline {
  font-weight: normal;
}
.hmg-ts-radio input[type="radio"],
.hmg-ts-radio-inline input[type="radio"],
.hmg-ts-checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.hmg-ts-checkbox input[type="checkbox"] {
  position: inherit;
  margin-left: 0;
}
.hmg-ts-radio.has-input input[type="radio"],
.hmg-ts-radio-inline.has-input input[type="radio"],
.hmg-ts-checkbox.has-input input[type="checkbox"],
.hmg-ts-checkbox-inline.has-input input[type="checkbox"] {
  margin-top: 12px;
}
.hmg-ts-radio + .hmg-ts-radio,
.hmg-ts-checkbox + .hmg-ts-checkbox {
  margin-top: -5px;
}
.hmg-ts-radio-inline,
.hmg-ts-checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.hmg-ts-radio-inline + .hmg-ts-radio-inline,
.hmg-ts-checkbox-inline + .hmg-ts-checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.hmg-ts input[type="radio"][disabled],
.hmg-ts input[type="checkbox"][disabled],
.hmg-ts input[type="radio"].disabled,
.hmg-ts input[type="checkbox"].disabled,
fieldset[disabled] .hmg-ts input[type="radio"],
fieldset[disabled] .hmg-ts input[type="checkbox"] {
  cursor: not-allowed;
}
.hmg-ts-radio-inline.disabled,
.hmg-ts-checkbox-inline.disabled,
fieldset[disabled] .hmg-ts-radio-inline,
fieldset[disabled] .hmg-ts-checkbox-inline {
  cursor: not-allowed;
}
.hmg-ts-radio.disabled label,
.hmg-ts-checkbox.disabled label,
fieldset[disabled] .hmg-ts-radio label,
fieldset[disabled] .hmg-ts-checkbox label {
  cursor: not-allowed;
}
.hmg-ts-form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 40px;
}
.hmg-ts-form-control-static.hmg-ts-input-lg,
.hmg-ts-form-control-static.hmg-ts-input-sm {
  padding-left: 0;
  padding-right: 0;
}
.hmg-ts-input-sm {
  height: 33px;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 1px;
}
select.hmg-ts-input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.hmg-ts-input-sm,
select[multiple].hmg-ts-input-sm {
  height: auto;
}
.hmg-ts-form-group-sm .hmg-ts-form-control {
  height: 33px;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 1px;
}
.hmg-ts-form-group-sm select.hmg-ts-form-control {
  height: 33px;
  line-height: 33px;
}
.hmg-ts-form-group-sm textarea.hmg-ts-form-control,
.hmg-ts-form-group-sm select[multiple].hmg-ts-form-control {
  height: auto;
}
.hmg-ts-form-group-sm .hmg-ts-form-control-static {
  height: 33px;
  min-height: 38px;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 1.5;
}
.hmg-ts-input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.hmg-ts-input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.hmg-ts-input-lg,
select[multiple].hmg-ts-input-lg {
  height: auto;
}
.hmg-ts-form-group-lg .hmg-ts-form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 4px;
}
.hmg-ts-form-group-lg select.hmg-ts-form-control {
  height: 49px;
  line-height: 49px;
}
.hmg-ts-form-group-lg textarea.hmg-ts-form-control,
.hmg-ts-form-group-lg select[multiple].hmg-ts-form-control {
  height: auto;
}
.hmg-ts-form-group-lg .hmg-ts-form-control-static {
  height: 49px;
  min-height: 44px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.hmg-ts-has-feedback {
  position: relative;
}
.hmg-ts-has-feedback .hmg-ts-form-control {
  padding-right: 47.5px;
}
.hmg-ts-form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}
.hmg-ts-input-lg + .hmg-ts-form-control-feedback,
.hmg-ts-input-group-lg + .hmg-ts-form-control-feedback,
.hmg-ts-form-group-lg .hmg-ts-form-control + .hmg-ts-form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.hmg-ts-input-sm + .hmg-ts-form-control-feedback,
.hmg-ts-input-group-sm + .hmg-ts-form-control-feedback,
.hmg-ts-form-group-sm .hmg-ts-form-control + .hmg-ts-form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.hmg-ts-has-success .hmg-ts-help-block,
#hmg-ts-wrapper .hmg-ts-has-success .hmg-ts-help-block,
.hmg-ts-has-success .hmg-ts-control-label,
#hmg-ts-wrapper .hmg-ts-has-success .hmg-ts-control-label,
.hmg-ts-has-success .hmg-ts-radio,
#hmg-ts-wrapper .hmg-ts-has-success .hmg-ts-radio,
.hmg-ts-has-success .hmg-ts-checkbox,
#hmg-ts-wrapper .hmg-ts-has-success .hmg-ts-checkbox,
.hmg-ts-has-success .hmg-ts-radio-inline,
#hmg-ts-wrapper .hmg-ts-has-success .hmg-ts-radio-inline,
.hmg-ts-has-success .hmg-ts-checkbox-inline,
#hmg-ts-wrapper .hmg-ts-has-success .hmg-ts-checkbox-inline,
.hmg-ts-has-success.hmg-ts-radio label,
#hmg-ts-wrapper .hmg-ts-has-success.hmg-ts-radio label,
.hmg-ts-has-success.hmg-ts-checkbox label,
#hmg-ts-wrapper .hmg-ts-has-success.hmg-ts-checkbox label,
.hmg-ts-has-success.hmg-ts-radio-inline label,
#hmg-ts-wrapper .hmg-ts-has-success.hmg-ts-radio-inline label,
.hmg-ts-has-success.hmg-ts-checkbox-inline label,
#hmg-ts-wrapper .hmg-ts-has-success.hmg-ts-checkbox-inline label {
  color: #3c763d;
}
.hmg-ts-has-success .hmg-ts-form-control,
#hmg-ts-wrapper .hmg-ts-has-success .hmg-ts-form-control,
.hmg-ts-has-success.hmg-ts-form-control,
#hmg-ts-wrapper .hmg-ts-has-success.hmg-ts-form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.hmg-ts-has-success .hmg-ts-form-control:focus,
#hmg-ts-wrapper .hmg-ts-has-success .hmg-ts-form-control:focus,
.hmg-ts-has-success.hmg-ts-form-control:focus,
#hmg-ts-wrapper .hmg-ts-has-success.hmg-ts-form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.hmg-ts-has-success .hmg-ts-input-group-addon,
#hmg-ts-wrapper .hmg-ts-has-success .hmg-ts-input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.hmg-ts-has-success .hmg-ts-form-control-feedback,
#hmg-ts-wrapper .hmg-ts-has-success .hmg-ts-form-control-feedback {
  color: #3c763d;
}
label.hmg-ts-has-success,
label#hmg-ts-wrapper .hmg-ts-has-success {
  color: #3c763d;
}
.hmg-ts-has-warning .hmg-ts-help-block,
#hmg-ts-wrapper .hmg-ts-has-warning .hmg-ts-help-block,
.hmg-ts-has-warning .hmg-ts-control-label,
#hmg-ts-wrapper .hmg-ts-has-warning .hmg-ts-control-label,
.hmg-ts-has-warning .hmg-ts-radio,
#hmg-ts-wrapper .hmg-ts-has-warning .hmg-ts-radio,
.hmg-ts-has-warning .hmg-ts-checkbox,
#hmg-ts-wrapper .hmg-ts-has-warning .hmg-ts-checkbox,
.hmg-ts-has-warning .hmg-ts-radio-inline,
#hmg-ts-wrapper .hmg-ts-has-warning .hmg-ts-radio-inline,
.hmg-ts-has-warning .hmg-ts-checkbox-inline,
#hmg-ts-wrapper .hmg-ts-has-warning .hmg-ts-checkbox-inline,
.hmg-ts-has-warning.hmg-ts-radio label,
#hmg-ts-wrapper .hmg-ts-has-warning.hmg-ts-radio label,
.hmg-ts-has-warning.hmg-ts-checkbox label,
#hmg-ts-wrapper .hmg-ts-has-warning.hmg-ts-checkbox label,
.hmg-ts-has-warning.hmg-ts-radio-inline label,
#hmg-ts-wrapper .hmg-ts-has-warning.hmg-ts-radio-inline label,
.hmg-ts-has-warning.hmg-ts-checkbox-inline label,
#hmg-ts-wrapper .hmg-ts-has-warning.hmg-ts-checkbox-inline label {
  color: #e55934;
}
.hmg-ts-has-warning .hmg-ts-form-control,
#hmg-ts-wrapper .hmg-ts-has-warning .hmg-ts-form-control,
.hmg-ts-has-warning.hmg-ts-form-control,
#hmg-ts-wrapper .hmg-ts-has-warning.hmg-ts-form-control {
  border-color: #e55934;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.hmg-ts-has-warning .hmg-ts-form-control:focus,
#hmg-ts-wrapper .hmg-ts-has-warning .hmg-ts-form-control:focus,
.hmg-ts-has-warning.hmg-ts-form-control:focus,
#hmg-ts-wrapper .hmg-ts-has-warning.hmg-ts-form-control:focus {
  border-color: #cc3f1a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f1a38e;
}
.hmg-ts-has-warning .hmg-ts-input-group-addon,
#hmg-ts-wrapper .hmg-ts-has-warning .hmg-ts-input-group-addon {
  color: #e55934;
  border-color: #e55934;
  background-color: #fae8e1;
}
.hmg-ts-has-warning .hmg-ts-form-control-feedback,
#hmg-ts-wrapper .hmg-ts-has-warning .hmg-ts-form-control-feedback {
  color: #e55934;
}
label.hmg-ts-has-warning,
label#hmg-ts-wrapper .hmg-ts-has-warning {
  color: #e55934;
}
.hmg-ts-has-error .hmg-ts-help-block,
#hmg-ts-wrapper .hmg-ts-has-error .hmg-ts-help-block,
.hmg-ts-has-error .hmg-ts-control-label,
#hmg-ts-wrapper .hmg-ts-has-error .hmg-ts-control-label,
.hmg-ts-has-error .hmg-ts-radio,
#hmg-ts-wrapper .hmg-ts-has-error .hmg-ts-radio,
.hmg-ts-has-error .hmg-ts-checkbox,
#hmg-ts-wrapper .hmg-ts-has-error .hmg-ts-checkbox,
.hmg-ts-has-error .hmg-ts-radio-inline,
#hmg-ts-wrapper .hmg-ts-has-error .hmg-ts-radio-inline,
.hmg-ts-has-error .hmg-ts-checkbox-inline,
#hmg-ts-wrapper .hmg-ts-has-error .hmg-ts-checkbox-inline,
.hmg-ts-has-error.hmg-ts-radio label,
#hmg-ts-wrapper .hmg-ts-has-error.hmg-ts-radio label,
.hmg-ts-has-error.hmg-ts-checkbox label,
#hmg-ts-wrapper .hmg-ts-has-error.hmg-ts-checkbox label,
.hmg-ts-has-error.hmg-ts-radio-inline label,
#hmg-ts-wrapper .hmg-ts-has-error.hmg-ts-radio-inline label,
.hmg-ts-has-error.hmg-ts-checkbox-inline label,
#hmg-ts-wrapper .hmg-ts-has-error.hmg-ts-checkbox-inline label {
  color: #a94442;
}
.hmg-ts-has-error .hmg-ts-form-control,
#hmg-ts-wrapper .hmg-ts-has-error .hmg-ts-form-control,
.hmg-ts-has-error.hmg-ts-form-control,
#hmg-ts-wrapper .hmg-ts-has-error.hmg-ts-form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.hmg-ts-has-error .hmg-ts-form-control:focus,
#hmg-ts-wrapper .hmg-ts-has-error .hmg-ts-form-control:focus,
.hmg-ts-has-error.hmg-ts-form-control:focus,
#hmg-ts-wrapper .hmg-ts-has-error.hmg-ts-form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.hmg-ts-has-error .hmg-ts-input-group-addon,
#hmg-ts-wrapper .hmg-ts-has-error .hmg-ts-input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.hmg-ts-has-error .hmg-ts-form-control-feedback,
#hmg-ts-wrapper .hmg-ts-has-error .hmg-ts-form-control-feedback {
  color: #a94442;
}
label.hmg-ts-has-error,
label#hmg-ts-wrapper .hmg-ts-has-error {
  color: #a94442;
}
label.hmg-ts-has-success,
label.hmg-ts-has-warning,
label.hmg-ts-has-error {
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
  margin-top: 5px;
  text-transform: none !important;
}
.hmg-ts-has-feedback label ~ .hmg-ts-form-control-feedback {
  top: 29px;
}
.hmg-ts-has-feedback label.sr-only ~ .hmg-ts-form-control-feedback {
  top: 0;
}
.hmg-ts-help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.8);
}
.hmg-ts-form-inline {
  margin: 0;
}
.hmg-ts-form-inline .hmg-ts-form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.hmg-ts-form-inline .hmg-ts-form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.hmg-ts-form-inline .hmg-ts-form-control-static {
  display: inline-block;
  margin: 0;
}
.hmg-ts-form-inline .hmg-ts-input-group {
  display: inline-table;
  vertical-align: middle;
}
.hmg-ts-form-inline .hmg-ts-input-group .hmg-ts-input-group-addon,
.hmg-ts-form-inline .hmg-ts-input-group .hmg-ts-input-group-btn,
.hmg-ts-form-inline .hmg-ts-input-group .hmg-ts-form-control {
  width: auto;
}
.hmg-ts-form-inline .hmg-ts-input-group > .hmg-ts-form-control {
  width: 100%;
}
.hmg-ts-form-inline .hmg-ts-control-label {
  margin-bottom: 0;
  vertical-align: middle;
}
.hmg-ts-form-inline .hmg-ts-radio,
.hmg-ts-form-inline .hmg-ts-checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.hmg-ts-form-inline .hmg-ts-radio label,
.hmg-ts-form-inline .hmg-ts-checkbox label {
  padding-left: 0;
}
.hmg-ts-form-inline .hmg-ts-radio input[type="radio"],
.hmg-ts-form-inline .hmg-ts-checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0;
}
.hmg-ts-form-inline .hmg-ts-has-feedback .hmg-ts-form-control-feedback {
  top: 0;
}
.hmg-ts-form-horizontal .hmg-ts-radio,
.hmg-ts-form-horizontal .hmg-ts-checkbox,
.hmg-ts-form-horizontal .hmg-ts-radio-inline,
.hmg-ts-form-horizontal .hmg-ts-checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.hmg-ts-form-horizontal .hmg-ts-radio,
.hmg-ts-form-horizontal .hmg-ts-checkbox {
  min-height: 31px;
}
.hmg-ts-form-horizontal .hmg-ts-form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .hmg-ts-form-horizontal .hmg-ts-control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.hmg-ts-form-horizontal .hmg-ts-has-feedback .hmg-ts-form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .hmg-ts-form-horizontal .hmg-ts-form-group-lg .hmg-ts-control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .hmg-ts-form-horizontal .hmg-ts-form-group-sm .hmg-ts-control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.hmg-ts-btn {
  display: inline-block;
  margin-bottom: 0;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0 none;
  color: #fff;
  background-color: #337ab7;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hmg-ts-btn:focus,
.hmg-ts-btn.focus {
  color: #fff;
  background-color: #286090;
}
.hmg-ts-btn:hover {
  color: #fff;
  background-color: #286090;
}
.hmg-ts-btn:active,
.hmg-ts-btn.active,
.open > .dropdown-toggle.hmg-ts-btn {
  color: #fff;
  background-color: #286090;
}
.hmg-ts-btn:active:hover,
.hmg-ts-btn.active:hover,
.open > .dropdown-toggle.hmg-ts-btn:hover,
.hmg-ts-btn:active:focus,
.hmg-ts-btn.active:focus,
.open > .dropdown-toggle.hmg-ts-btn:focus,
.hmg-ts-btn:active.focus,
.hmg-ts-btn.active.focus,
.open > .dropdown-toggle.hmg-ts-btn.focus {
  color: #fff;
  background-color: #204d74;
}
.hmg-ts-btn:active,
.hmg-ts-btn.active,
.open > .dropdown-toggle.hmg-ts-btn {
  background-image: none;
}
.hmg-ts-btn.disabled:hover,
.hmg-ts-btn[disabled]:hover,
fieldset[disabled] .hmg-ts-btn:hover,
.hmg-ts-btn.disabled:focus,
.hmg-ts-btn[disabled]:focus,
fieldset[disabled] .hmg-ts-btn:focus,
.hmg-ts-btn.disabled.focus,
.hmg-ts-btn[disabled].focus,
fieldset[disabled] .hmg-ts-btn.focus {
  background-color: #337ab7;
}
.hmg-ts-btn .badge {
  color: #337ab7;
  background-color: #fff;
}
@media (max-width: 767px) {
  .hmg-ts-btn {
    text-transform: uppercase;
  }
}
.hmg-ts-btn:focus,
.hmg-ts-btn:active:focus,
.hmg-ts-btn.active:focus,
.hmg-ts-btn.focus,
.hmg-ts-btn:active.focus,
.hmg-ts-btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.hmg-ts-btn:hover,
.hmg-ts-btn:focus,
.hmg-ts-btn.focus {
  color: #fff;
  text-decoration: none;
}
.hmg-ts-btn:active,
.hmg-ts-btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.hmg-ts-btn.disabled,
.hmg-ts-btn[disabled],
fieldset[disabled] .hmg-ts-btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.hmg-ts-btn {
  color: #fff;
  background-color: #337ab7;
}
a.hmg-ts-btn:focus,
a.hmg-ts-btn.focus {
  color: #fff;
  background-color: #286090;
}
a.hmg-ts-btn:hover {
  color: #fff;
  background-color: #286090;
}
a.hmg-ts-btn:active,
a.hmg-ts-btn.active,
.open > .dropdown-togglea.hmg-ts-btn {
  color: #fff;
  background-color: #286090;
}
a.hmg-ts-btn:active:hover,
a.hmg-ts-btn.active:hover,
.open > .dropdown-togglea.hmg-ts-btn:hover,
a.hmg-ts-btn:active:focus,
a.hmg-ts-btn.active:focus,
.open > .dropdown-togglea.hmg-ts-btn:focus,
a.hmg-ts-btn:active.focus,
a.hmg-ts-btn.active.focus,
.open > .dropdown-togglea.hmg-ts-btn.focus {
  color: #fff;
  background-color: #204d74;
}
a.hmg-ts-btn:active,
a.hmg-ts-btn.active,
.open > .dropdown-togglea.hmg-ts-btn {
  background-image: none;
}
a.hmg-ts-btn.disabled:hover,
a.hmg-ts-btn[disabled]:hover,
fieldset[disabled] a.hmg-ts-btn:hover,
a.hmg-ts-btn.disabled:focus,
a.hmg-ts-btn[disabled]:focus,
fieldset[disabled] a.hmg-ts-btn:focus,
a.hmg-ts-btn.disabled.focus,
a.hmg-ts-btn[disabled].focus,
fieldset[disabled] a.hmg-ts-btn.focus {
  background-color: #337ab7;
}
a.hmg-ts-btn .badge {
  color: #337ab7;
  background-color: #fff;
}
a.hmg-ts-btn.disabled,
fieldset[disabled] a.hmg-ts-btn {
  pointer-events: none;
}
a.hmg-ts-btn-linkedin,
a.hmg-ts-btn-facebook {
  position: relative;
  padding-left: 56px;
}
a.hmg-ts-btn-linkedin .ts-icon-facebook,
a.hmg-ts-btn-facebook .ts-icon-facebook,
a.hmg-ts-btn-linkedin .ts-icon-linkedin,
a.hmg-ts-btn-facebook .ts-icon-linkedin {
  display: block;
  position: absolute;
  width: 44px;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
}
a.hmg-ts-btn-linkedin .ts-icon-facebook:before,
a.hmg-ts-btn-facebook .ts-icon-facebook:before,
a.hmg-ts-btn-linkedin .ts-icon-linkedin:before,
a.hmg-ts-btn-facebook .ts-icon-linkedin:before {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 360px) {
  a.hmg-ts-btn-linkedin,
  a.hmg-ts-btn-facebook {
    min-width: 300px;
  }
}
a.hmg-ts-btn-linkedin {
  color: #fff;
  background-color: #0077B5;
}
a.hmg-ts-btn-linkedin:focus,
a.hmg-ts-btn-linkedin.focus {
  color: #fff;
  background-color: #005582;
}
a.hmg-ts-btn-linkedin:hover {
  color: #fff;
  background-color: #005582;
}
a.hmg-ts-btn-linkedin:active,
a.hmg-ts-btn-linkedin.active,
.open > .dropdown-togglea.hmg-ts-btn-linkedin {
  color: #fff;
  background-color: #005582;
}
a.hmg-ts-btn-linkedin:active:hover,
a.hmg-ts-btn-linkedin.active:hover,
.open > .dropdown-togglea.hmg-ts-btn-linkedin:hover,
a.hmg-ts-btn-linkedin:active:focus,
a.hmg-ts-btn-linkedin.active:focus,
.open > .dropdown-togglea.hmg-ts-btn-linkedin:focus,
a.hmg-ts-btn-linkedin:active.focus,
a.hmg-ts-btn-linkedin.active.focus,
.open > .dropdown-togglea.hmg-ts-btn-linkedin.focus {
  color: #fff;
  background-color: #003e5e;
}
a.hmg-ts-btn-linkedin:active,
a.hmg-ts-btn-linkedin.active,
.open > .dropdown-togglea.hmg-ts-btn-linkedin {
  background-image: none;
}
a.hmg-ts-btn-linkedin.disabled:hover,
a.hmg-ts-btn-linkedin[disabled]:hover,
fieldset[disabled] a.hmg-ts-btn-linkedin:hover,
a.hmg-ts-btn-linkedin.disabled:focus,
a.hmg-ts-btn-linkedin[disabled]:focus,
fieldset[disabled] a.hmg-ts-btn-linkedin:focus,
a.hmg-ts-btn-linkedin.disabled.focus,
a.hmg-ts-btn-linkedin[disabled].focus,
fieldset[disabled] a.hmg-ts-btn-linkedin.focus {
  background-color: #0077B5;
}
a.hmg-ts-btn-linkedin .badge {
  color: #0077B5;
  background-color: #fff;
}
a.hmg-ts-btn-facebook {
  color: #fff;
  background-color: #3b5998;
}
a.hmg-ts-btn-facebook:focus,
a.hmg-ts-btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
}
a.hmg-ts-btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
}
a.hmg-ts-btn-facebook:active,
a.hmg-ts-btn-facebook.active,
.open > .dropdown-togglea.hmg-ts-btn-facebook {
  color: #fff;
  background-color: #2d4373;
}
a.hmg-ts-btn-facebook:active:hover,
a.hmg-ts-btn-facebook.active:hover,
.open > .dropdown-togglea.hmg-ts-btn-facebook:hover,
a.hmg-ts-btn-facebook:active:focus,
a.hmg-ts-btn-facebook.active:focus,
.open > .dropdown-togglea.hmg-ts-btn-facebook:focus,
a.hmg-ts-btn-facebook:active.focus,
a.hmg-ts-btn-facebook.active.focus,
.open > .dropdown-togglea.hmg-ts-btn-facebook.focus {
  color: #fff;
  background-color: #23345a;
}
a.hmg-ts-btn-facebook:active,
a.hmg-ts-btn-facebook.active,
.open > .dropdown-togglea.hmg-ts-btn-facebook {
  background-image: none;
}
a.hmg-ts-btn-facebook.disabled:hover,
a.hmg-ts-btn-facebook[disabled]:hover,
fieldset[disabled] a.hmg-ts-btn-facebook:hover,
a.hmg-ts-btn-facebook.disabled:focus,
a.hmg-ts-btn-facebook[disabled]:focus,
fieldset[disabled] a.hmg-ts-btn-facebook:focus,
a.hmg-ts-btn-facebook.disabled.focus,
a.hmg-ts-btn-facebook[disabled].focus,
fieldset[disabled] a.hmg-ts-btn-facebook.focus {
  background-color: #3b5998;
}
a.hmg-ts-btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}
.hmg-ts-btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
  background: transparent;
}
.hmg-ts-btn-link,
.hmg-ts-btn-link:active,
.hmg-ts-btn-link.active,
.hmg-ts-btn-link[disabled],
fieldset[disabled] .hmg-ts-btn-link {
  background-color: transparent;
  box-shadow: none;
}
.hmg-ts-btn-link,
.hmg-ts-btn-link:hover,
.hmg-ts-btn-link:focus,
.hmg-ts-btn-link:active {
  border-color: transparent;
}
.hmg-ts-btn-link:hover,
.hmg-ts-btn-link:focus {
  color: #23527c;
  text-decoration: none;
  background-color: transparent;
}
.hmg-ts-btn-link[disabled]:hover,
fieldset[disabled] .hmg-ts-btn-link:hover,
.hmg-ts-btn-link[disabled]:focus,
fieldset[disabled] .hmg-ts-btn-link:focus {
  color: #CCC;
  text-decoration: none;
}
.hmg-ts-btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 4px;
}
.hmg-ts-btn-sm {
  padding: 5px 8px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 1px;
}
.hmg-ts-btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 1px;
}
@media (max-width: 767px) {
  .hmg-ts-btn-xs-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 4px;
  }
  .hmg-ts-btn-xs-sm {
    padding: 5px 8px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 1px;
  }
  .hmg-ts-btn-xs-xs {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 1px;
  }
}
.hmg-ts-btn-block {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .hmg-ts-btn-xs-block,
  .hmg-ts-btn-block-xs {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hmg-ts-btn-block-sm {
    display: block;
    width: 100%;
  }
}
.hmg-ts-btn-block + .hmg-ts-btn-block {
  margin-top: 5px;
}
input[type="submit"].hmg-ts-btn-block,
input[type="reset"].hmg-ts-btn-block,
input[type="button"].hmg-ts-btn-block {
  width: 100%;
}
.hmg-ts-fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.hmg-ts-fade.hmg-ts-in {
  opacity: 1;
}
.hmg-ts-collapse {
  display: none;
}
.hmg-ts-collapse.hmg-ts-in {
  display: block;
}
tr.hmg-ts-collapse.hmg-ts-in {
  display: table-row;
}
tbody.hmg-ts-collapse.hmg-ts-in {
  display: table-row-group;
}
.hmg-ts-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hmg-ts .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.hmg-ts .dropup,
.hmg-ts .dropdown {
  position: relative;
}
.hmg-ts .dropdown-toggle:focus {
  outline: 0;
}
.hmg-ts .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.hmg-ts .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.hmg-ts .dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.hmg-ts .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  white-space: nowrap;
}
.hmg-ts .dropdown-menu > li > a:hover,
.hmg-ts .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.hmg-ts .dropdown-menu > .active > a,
.hmg-ts .dropdown-menu > .active > a:hover,
.hmg-ts .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.hmg-ts .dropdown-menu > .disabled > a,
.hmg-ts .dropdown-menu > .disabled > a:hover,
.hmg-ts .dropdown-menu > .disabled > a:focus {
  color: #CCC;
}
.hmg-ts .dropdown-menu > .disabled > a:hover,
.hmg-ts .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.hmg-ts .open > .dropdown-menu {
  display: block;
}
.hmg-ts .open > a {
  outline: 0;
}
.hmg-ts .dropdown-menu-right {
  left: auto;
  right: 0;
}
.hmg-ts .dropdown-menu-left {
  left: 0;
  right: auto;
}
.hmg-ts .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #CCC;
  white-space: nowrap;
}
.hmg-ts .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.hmg-ts .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.hmg-ts .dropup .caret,
.hmg-ts .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.hmg-ts .dropup .dropdown-menu,
.hmg-ts .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.hmg-ts-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.hmg-ts-input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.hmg-ts-input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.hmg-ts-input-group .form-control:focus {
  z-index: 3;
}
.hmg-ts-input-group-lg > .hmg-ts-form-control,
.hmg-ts-input-group-lg > .hmg-ts-input-group-addon,
.hmg-ts-input-group-lg > .hmg-ts-input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.hmg-ts-input-group-lg > .hmg-ts-form-control,
select.hmg-ts-input-group-lg > .hmg-ts-input-group-addon,
select.hmg-ts-input-group-lg > .hmg-ts-input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.hmg-ts-input-group-lg > .hmg-ts-form-control,
textarea.hmg-ts-input-group-lg > .hmg-ts-input-group-addon,
textarea.hmg-ts-input-group-lg > .hmg-ts-input-group-btn > .btn,
select[multiple].hmg-ts-input-group-lg > .hmg-ts-form-control,
select[multiple].hmg-ts-input-group-lg > .hmg-ts-input-group-addon,
select[multiple].hmg-ts-input-group-lg > .hmg-ts-input-group-btn > .btn {
  height: auto;
}
.hmg-ts-input-group-sm > .hmg-ts-form-control,
.hmg-ts-input-group-sm > .hmg-ts-input-group-addon,
.hmg-ts-input-group-sm > .hmg-ts-input-group-btn > .btn {
  height: 33px;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 1px;
}
select.hmg-ts-input-group-sm > .hmg-ts-form-control,
select.hmg-ts-input-group-sm > .hmg-ts-input-group-addon,
select.hmg-ts-input-group-sm > .hmg-ts-input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.hmg-ts-input-group-sm > .hmg-ts-form-control,
textarea.hmg-ts-input-group-sm > .hmg-ts-input-group-addon,
textarea.hmg-ts-input-group-sm > .hmg-ts-input-group-btn > .btn,
select[multiple].hmg-ts-input-group-sm > .hmg-ts-form-control,
select[multiple].hmg-ts-input-group-sm > .hmg-ts-input-group-addon,
select[multiple].hmg-ts-input-group-sm > .hmg-ts-input-group-btn > .btn {
  height: auto;
}
.hmg-ts-input-group-addon,
.hmg-ts-input-group-btn,
.hmg-ts-input-group .hmg-ts-form-control,
#hmg-ts-wrapper .hmg-ts-input-group .ms-parent {
  display: table-cell;
}
.hmg-ts-input-group-addon:not(:first-child):not(:last-child),
.hmg-ts-input-group-btn:not(:first-child):not(:last-child),
.hmg-ts-input-group .hmg-ts-form-control:not(:first-child):not(:last-child),
#hmg-ts-wrapper .hmg-ts-input-group .ms-parent:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.hmg-ts-input-group-addon,
.hmg-ts-input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.hmg-ts-input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #333;
  text-align: center;
  background-color: #EEE;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.hmg-ts-input-group-addon.hmg-ts-input-sm {
  padding: 5px 8px;
  font-size: 14px;
  border-radius: 1px;
}
.hmg-ts-input-group-addon.hmg-ts-input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 4px;
}
.hmg-ts-input-group-addon input[type="radio"],
.hmg-ts-input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.hmg-ts-input-group .hmg-ts-form-control:first-child,
.hmg-ts-input-group-addon:first-child,
.hmg-ts-input-group-btn:first-child > .hmg-ts-btn,
.hmg-ts-input-group-btn:first-child > .hmg-ts-btn-group > .hmg-ts-btn,
.hmg-ts-input-group-btn:first-child > .hmg-ts-dropdown-toggle,
.hmg-ts-input-group-btn:last-child > .hmg-ts-btn:not(:last-child):not(.hmg-ts-dropdown-toggle),
.hmg-ts-input-group-btn:last-child > .hmg-ts-btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.hmg-ts-input-group-addon:first-child {
  border-right: 0;
}
.hmg-ts-input-group .hmg-ts-form-control:last-child,
.hmg-ts-input-group-addon:last-child,
.hmg-ts-input-group-btn:last-child > .hmg-ts-btn,
.hmg-ts-input-group-btn:last-child > .hmg-ts-btn-group > .hmg-ts-btn,
.hmg-ts-input-group-btn:last-child > .hmg-ts-dropdown-toggle,
.hmg-ts-input-group-btn:first-child > .hmg-ts-btn:not(:first-child),
.hmg-ts-input-group-btn:first-child > .hmg-ts-btn-group:not(:first-child) > .hmg-ts-btn {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}
.hmg-ts-input-group-addon:last-child {
  border-left: 0;
}
.hmg-ts-input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.hmg-ts-input-group-btn > .hmg-ts-btn {
  position: relative;
}
.hmg-ts-input-group-btn > .hmg-ts-btn + .hmg-ts-btn {
  margin-left: -1px;
}
.hmg-ts-input-group-btn > .hmg-ts-btn:hover,
.hmg-ts-input-group-btn > .hmg-ts-btn:focus,
.hmg-ts-input-group-btn > .hmg-ts-btn:active {
  z-index: 2;
}
.hmg-ts-input-group-btn:first-child > .hmg-ts-btn,
.hmg-ts-input-group-btn:first-child > .hmg-ts-btn-group {
  margin-right: -1px;
}
.hmg-ts-input-group-btn:last-child > .hmg-ts-btn,
.hmg-ts-input-group-btn:last-child > .hmg-ts-btn-group {
  z-index: 2;
  margin-left: -1px;
}
.hmg-ts-thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 24px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.hmg-ts-is-mobile .hmg-ts-thumbnail {
  padding: 0px / 2;
}
.hmg-ts-thumbnail > img,
.hmg-ts-thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.hmg-ts-thumbnail:hover,
a.hmg-ts-thumbnail:focus,
a.hmg-ts-thumbnail.active {
  border-color: #337ab7;
}
.hmg-ts-thumbnail .caption {
  padding: 9px;
  color: #333;
}
.hmg-ts-alert {
  padding: 15px;
  margin-bottom: 24px;
  border-left: 4px solid transparent;
  border-radius: 0px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.hmg-ts-alert h4 {
  margin-top: 0;
  color: inherit;
}
.hmg-ts-alert .alert-link {
  font-weight: bold;
}
.hmg-ts-alert > p,
.hmg-ts-alert > ul {
  margin-bottom: 0;
}
.hmg-ts-alert > p + p {
  margin-top: 5px;
}
.hmg-ts-alert-dismissable,
.hmg-ts-alert-dismissible {
  padding-right: 35px;
}
.hmg-ts-alert-dismissable .hmg-ts-close,
.hmg-ts-alert-dismissible .hmg-ts-close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.hmg-ts-alert-success {
  background-color: #FBFBFB;
  border-color: #3c763d;
  color: #3c763d;
}
.hmg-ts-alert-success hr {
  border-top-color: #336534;
}
.hmg-ts-alert-success .alert-link {
  color: #2b542c;
}
.hmg-ts-alert-info {
  background-color: #FBFBFB;
  border-color: #31708f;
  color: #31708f;
}
.hmg-ts-alert-info hr {
  border-top-color: #2a617c;
}
.hmg-ts-alert-info .alert-link {
  color: #245269;
}
.hmg-ts-alert-warning {
  background-color: #FBFBFB;
  border-color: #e55934;
  color: #e55934;
}
.hmg-ts-alert-warning hr {
  border-top-color: #e2471d;
}
.hmg-ts-alert-warning .alert-link {
  color: #cc3f1a;
}
.hmg-ts-alert-danger {
  background-color: #FBFBFB;
  border-color: #a94442;
  color: #a94442;
}
.hmg-ts-alert-danger hr {
  border-top-color: #973d3b;
}
.hmg-ts-alert-danger .alert-link {
  color: #843534;
}
.hmg-ts-close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.hmg-ts-close:hover,
.hmg-ts-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
button.hmg-ts-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.hmg-ts-modal-open {
  overflow: hidden;
}
.hmg-ts-modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.hmg-ts-modal.hmg-ts-fade .hmg-ts-modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (min-width: 768px) {
  .hmg-ts-modal.hmg-ts-fade .hmg-ts-modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
  }
}
@media (max-width: 767px) {
  .hmg-ts-modal.hmg-ts-fade .hmg-ts-modal-dialog {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
.hmg-ts-modal.hmg-ts-in .hmg-ts-modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hmg-ts-modal-open .hmg-ts-modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.hmg-ts-modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.hmg-ts-modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.hmg-ts-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.hmg-ts-modal-backdrop.hmg-ts-fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.hmg-ts-modal-backdrop.hmg-ts-in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.hmg-ts-modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.hmg-ts-modal-header .hmg-ts-close {
  margin-top: -2px;
}
.hmg-ts-modal-title {
  margin: 0 !important;
  line-height: 1.5;
}
.hmg-ts-modal-body {
  position: relative;
  padding: 15px;
}
.hmg-ts-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.hmg-ts-modal-footer .hmg-ts-btn + .hmg-ts-btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.hmg-ts-modal-footer .hmg-ts-btn-group .hmg-ts-btn + .hmg-ts-btn {
  margin-left: -1px;
}
.hmg-ts-modal-footer .hmg-ts-btn-block + .hmg-ts-btn-block {
  margin-left: 0;
}
.hmg-ts-modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .hmg-ts-modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .hmg-ts-modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .hmg-ts-modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .hmg-ts-modal-lg {
    width: 900px;
  }
}
.hmg-ts-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.hmg-ts-tooltip.hmg-ts-in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.hmg-ts-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.hmg-ts-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.hmg-ts-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.hmg-ts-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.hmg-ts-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 2px;
}
.hmg-ts-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.hmg-ts-tooltip.top .hmg-ts-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.hmg-ts-tooltip.top-left .hmg-ts-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.hmg-ts-tooltip.top-right .hmg-ts-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.hmg-ts-tooltip.right .hmg-ts-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.hmg-ts-tooltip.left .hmg-ts-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.hmg-ts-tooltip.bottom .hmg-ts-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.hmg-ts-tooltip.bottom-left .hmg-ts-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.hmg-ts-tooltip.bottom-right .hmg-ts-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.hmg-ts-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 400px;
  max-width: 98%;
  padding: 1px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.hmg-ts-popover.top {
  margin-top: -10px;
}
.hmg-ts-popover.right {
  margin-left: 10px;
}
.hmg-ts-popover.bottom {
  margin-top: 10px;
}
.hmg-ts-popover.left {
  margin-left: -10px;
}
.hmg-ts-popover .hmg-ts-close {
  margin: 10px;
}
.hmg-ts .hmg-ts-popover-title {
  margin: 0;
  padding: 30px / 2;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 3px 3px 0 0;
}
.hmg-ts .hmg-ts-popover-content {
  padding: 30px / 2;
}
.hmg-ts-popover > .hmg-ts-arrow,
.hmg-ts-popover > .hmg-ts-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.hmg-ts-popover > .hmg-ts-arrow {
  border-width: 11px;
}
.hmg-ts-popover > .hmg-ts-arrow:after {
  border-width: 10px;
  content: "";
}
.hmg-ts-popover.top > .hmg-ts-arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.hmg-ts-popover.top > .hmg-ts-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.hmg-ts-popover.right > .hmg-ts-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.hmg-ts-popover.right > .hmg-ts-arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.hmg-ts-popover.bottom > .hmg-ts-arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.hmg-ts-popover.bottom > .hmg-ts-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.hmg-ts-popover.left > .hmg-ts-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.hmg-ts-popover.left > .hmg-ts-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
#hmg-ts-wrapper .ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
#hmg-ts-wrapper .ms-parent.hmg-ts-form-control {
  border: 0;
  padding: 0;
  box-shadow: none;
}
.ms-choice {
  width: 100% !important;
  text-align: left;
}
.ms-choice,
select.ms-choice,
textarea.ms-choice,
input[type="text"].ms-choice,
input[type="password"].ms-choice,
input[type="datetime"].ms-choice,
input[type="datetime-local"].ms-choice,
input[type="date"].ms-choice,
input[type="month"].ms-choice,
input[type="time"].ms-choice,
input[type="week"].ms-choice,
input[type="number"].ms-choice,
input[type="email"].ms-choice,
input[type="url"].ms-choice,
input[type="search"].ms-choice,
input[type="tel"].ms-choice,
input[type="color"].ms-choice {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  margin-bottom: 0;
  max-width: 100% !important;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-image: none;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ms-choice:focus,
select.ms-choice:focus,
textarea.ms-choice:focus,
input[type="text"].ms-choice:focus,
input[type="password"].ms-choice:focus,
input[type="datetime"].ms-choice:focus,
input[type="datetime-local"].ms-choice:focus,
input[type="date"].ms-choice:focus,
input[type="month"].ms-choice:focus,
input[type="time"].ms-choice:focus,
input[type="week"].ms-choice:focus,
input[type="number"].ms-choice:focus,
input[type="email"].ms-choice:focus,
input[type="url"].ms-choice:focus,
input[type="search"].ms-choice:focus,
input[type="tel"].ms-choice:focus,
input[type="color"].ms-choice:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ms-choice::-moz-placeholder,
select.ms-choice::-moz-placeholder,
textarea.ms-choice::-moz-placeholder,
input[type="text"].ms-choice::-moz-placeholder,
input[type="password"].ms-choice::-moz-placeholder,
input[type="datetime"].ms-choice::-moz-placeholder,
input[type="datetime-local"].ms-choice::-moz-placeholder,
input[type="date"].ms-choice::-moz-placeholder,
input[type="month"].ms-choice::-moz-placeholder,
input[type="time"].ms-choice::-moz-placeholder,
input[type="week"].ms-choice::-moz-placeholder,
input[type="number"].ms-choice::-moz-placeholder,
input[type="email"].ms-choice::-moz-placeholder,
input[type="url"].ms-choice::-moz-placeholder,
input[type="search"].ms-choice::-moz-placeholder,
input[type="tel"].ms-choice::-moz-placeholder,
input[type="color"].ms-choice::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.ms-choice:-ms-input-placeholder,
select.ms-choice:-ms-input-placeholder,
textarea.ms-choice:-ms-input-placeholder,
input[type="text"].ms-choice:-ms-input-placeholder,
input[type="password"].ms-choice:-ms-input-placeholder,
input[type="datetime"].ms-choice:-ms-input-placeholder,
input[type="datetime-local"].ms-choice:-ms-input-placeholder,
input[type="date"].ms-choice:-ms-input-placeholder,
input[type="month"].ms-choice:-ms-input-placeholder,
input[type="time"].ms-choice:-ms-input-placeholder,
input[type="week"].ms-choice:-ms-input-placeholder,
input[type="number"].ms-choice:-ms-input-placeholder,
input[type="email"].ms-choice:-ms-input-placeholder,
input[type="url"].ms-choice:-ms-input-placeholder,
input[type="search"].ms-choice:-ms-input-placeholder,
input[type="tel"].ms-choice:-ms-input-placeholder,
input[type="color"].ms-choice:-ms-input-placeholder {
  color: #999;
}
.ms-choice::-webkit-input-placeholder,
select.ms-choice::-webkit-input-placeholder,
textarea.ms-choice::-webkit-input-placeholder,
input[type="text"].ms-choice::-webkit-input-placeholder,
input[type="password"].ms-choice::-webkit-input-placeholder,
input[type="datetime"].ms-choice::-webkit-input-placeholder,
input[type="datetime-local"].ms-choice::-webkit-input-placeholder,
input[type="date"].ms-choice::-webkit-input-placeholder,
input[type="month"].ms-choice::-webkit-input-placeholder,
input[type="time"].ms-choice::-webkit-input-placeholder,
input[type="week"].ms-choice::-webkit-input-placeholder,
input[type="number"].ms-choice::-webkit-input-placeholder,
input[type="email"].ms-choice::-webkit-input-placeholder,
input[type="url"].ms-choice::-webkit-input-placeholder,
input[type="search"].ms-choice::-webkit-input-placeholder,
input[type="tel"].ms-choice::-webkit-input-placeholder,
input[type="color"].ms-choice::-webkit-input-placeholder {
  color: #999;
}
.ms-choice::-ms-expand,
select.ms-choice::-ms-expand,
textarea.ms-choice::-ms-expand,
input[type="text"].ms-choice::-ms-expand,
input[type="password"].ms-choice::-ms-expand,
input[type="datetime"].ms-choice::-ms-expand,
input[type="datetime-local"].ms-choice::-ms-expand,
input[type="date"].ms-choice::-ms-expand,
input[type="month"].ms-choice::-ms-expand,
input[type="time"].ms-choice::-ms-expand,
input[type="week"].ms-choice::-ms-expand,
input[type="number"].ms-choice::-ms-expand,
input[type="email"].ms-choice::-ms-expand,
input[type="url"].ms-choice::-ms-expand,
input[type="search"].ms-choice::-ms-expand,
input[type="tel"].ms-choice::-ms-expand,
input[type="color"].ms-choice::-ms-expand {
  border: 0;
  background-color: transparent;
}
.ms-choice[disabled],
select.ms-choice[disabled],
textarea.ms-choice[disabled],
input[type="text"].ms-choice[disabled],
input[type="password"].ms-choice[disabled],
input[type="datetime"].ms-choice[disabled],
input[type="datetime-local"].ms-choice[disabled],
input[type="date"].ms-choice[disabled],
input[type="month"].ms-choice[disabled],
input[type="time"].ms-choice[disabled],
input[type="week"].ms-choice[disabled],
input[type="number"].ms-choice[disabled],
input[type="email"].ms-choice[disabled],
input[type="url"].ms-choice[disabled],
input[type="search"].ms-choice[disabled],
input[type="tel"].ms-choice[disabled],
input[type="color"].ms-choice[disabled],
.ms-choice[readonly],
select.ms-choice[readonly],
textarea.ms-choice[readonly],
input[type="text"].ms-choice[readonly],
input[type="password"].ms-choice[readonly],
input[type="datetime"].ms-choice[readonly],
input[type="datetime-local"].ms-choice[readonly],
input[type="date"].ms-choice[readonly],
input[type="month"].ms-choice[readonly],
input[type="time"].ms-choice[readonly],
input[type="week"].ms-choice[readonly],
input[type="number"].ms-choice[readonly],
input[type="email"].ms-choice[readonly],
input[type="url"].ms-choice[readonly],
input[type="search"].ms-choice[readonly],
input[type="tel"].ms-choice[readonly],
input[type="color"].ms-choice[readonly],
fieldset[disabled] .ms-choice,
fieldset[disabled] select.ms-choice,
fieldset[disabled] textarea.ms-choice,
fieldset[disabled] input[type="text"].ms-choice,
fieldset[disabled] input[type="password"].ms-choice,
fieldset[disabled] input[type="datetime"].ms-choice,
fieldset[disabled] input[type="datetime-local"].ms-choice,
fieldset[disabled] input[type="date"].ms-choice,
fieldset[disabled] input[type="month"].ms-choice,
fieldset[disabled] input[type="time"].ms-choice,
fieldset[disabled] input[type="week"].ms-choice,
fieldset[disabled] input[type="number"].ms-choice,
fieldset[disabled] input[type="email"].ms-choice,
fieldset[disabled] input[type="url"].ms-choice,
fieldset[disabled] input[type="search"].ms-choice,
fieldset[disabled] input[type="tel"].ms-choice,
fieldset[disabled] input[type="color"].ms-choice {
  background-color: #EEE;
  opacity: 1;
}
.ms-choice[disabled],
select.ms-choice[disabled],
textarea.ms-choice[disabled],
input[type="text"].ms-choice[disabled],
input[type="password"].ms-choice[disabled],
input[type="datetime"].ms-choice[disabled],
input[type="datetime-local"].ms-choice[disabled],
input[type="date"].ms-choice[disabled],
input[type="month"].ms-choice[disabled],
input[type="time"].ms-choice[disabled],
input[type="week"].ms-choice[disabled],
input[type="number"].ms-choice[disabled],
input[type="email"].ms-choice[disabled],
input[type="url"].ms-choice[disabled],
input[type="search"].ms-choice[disabled],
input[type="tel"].ms-choice[disabled],
input[type="color"].ms-choice[disabled],
fieldset[disabled] .ms-choice,
fieldset[disabled] select.ms-choice,
fieldset[disabled] textarea.ms-choice,
fieldset[disabled] input[type="text"].ms-choice,
fieldset[disabled] input[type="password"].ms-choice,
fieldset[disabled] input[type="datetime"].ms-choice,
fieldset[disabled] input[type="datetime-local"].ms-choice,
fieldset[disabled] input[type="date"].ms-choice,
fieldset[disabled] input[type="month"].ms-choice,
fieldset[disabled] input[type="time"].ms-choice,
fieldset[disabled] input[type="week"].ms-choice,
fieldset[disabled] input[type="number"].ms-choice,
fieldset[disabled] input[type="email"].ms-choice,
fieldset[disabled] input[type="url"].ms-choice,
fieldset[disabled] input[type="search"].ms-choice,
fieldset[disabled] input[type="tel"].ms-choice,
fieldset[disabled] input[type="color"].ms-choice {
  cursor: not-allowed;
}
textarea.ms-choice,
textareaselect.ms-choice,
textareatextarea.ms-choice,
textareainput[type="text"].ms-choice,
textareainput[type="password"].ms-choice,
textareainput[type="datetime"].ms-choice,
textareainput[type="datetime-local"].ms-choice,
textareainput[type="date"].ms-choice,
textareainput[type="month"].ms-choice,
textareainput[type="time"].ms-choice,
textareainput[type="week"].ms-choice,
textareainput[type="number"].ms-choice,
textareainput[type="email"].ms-choice,
textareainput[type="url"].ms-choice,
textareainput[type="search"].ms-choice,
textareainput[type="tel"].ms-choice,
textareainput[type="color"].ms-choice {
  height: auto;
}
.ms-choice.hmg-ts-form-control-auto,
select.ms-choice.hmg-ts-form-control-auto,
textarea.ms-choice.hmg-ts-form-control-auto,
input[type="text"].ms-choice.hmg-ts-form-control-auto,
input[type="password"].ms-choice.hmg-ts-form-control-auto,
input[type="datetime"].ms-choice.hmg-ts-form-control-auto,
input[type="datetime-local"].ms-choice.hmg-ts-form-control-auto,
input[type="date"].ms-choice.hmg-ts-form-control-auto,
input[type="month"].ms-choice.hmg-ts-form-control-auto,
input[type="time"].ms-choice.hmg-ts-form-control-auto,
input[type="week"].ms-choice.hmg-ts-form-control-auto,
input[type="number"].ms-choice.hmg-ts-form-control-auto,
input[type="email"].ms-choice.hmg-ts-form-control-auto,
input[type="url"].ms-choice.hmg-ts-form-control-auto,
input[type="search"].ms-choice.hmg-ts-form-control-auto,
input[type="tel"].ms-choice.hmg-ts-form-control-auto,
input[type="color"].ms-choice.hmg-ts-form-control-auto {
  width: auto;
}
.hmg-ts-input-group .ms-choice {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ms-choice.disabled {
  background-color: #EEE;
  background-image: none;
  border: 1px solid #ccc;
  cursor: default;
}
.ms-choice > span {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.ms-choice > span.placeholder {
  color: #999;
}
.ms-choice > div {
  position: absolute;
  top: 6px;
  right: 0;
  width: 20px;
  height: 25px;
  background: url('../images/multiple-select.png') left top no-repeat;
}
.ms-choice > div.open {
  background: url('../images/multiple-select.png') right top no-repeat;
}
.ms-drop {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.ms-drop.bottom {
  top: 100%;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.ms-drop.top {
  bottom: 100%;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
}
.ms-search input {
  height: 33px;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 1px;
}
.ms-search input,
select.ms-search input,
textarea.ms-search input,
input[type="text"].ms-search input,
input[type="password"].ms-search input,
input[type="datetime"].ms-search input,
input[type="datetime-local"].ms-search input,
input[type="date"].ms-search input,
input[type="month"].ms-search input,
input[type="time"].ms-search input,
input[type="week"].ms-search input,
input[type="number"].ms-search input,
input[type="email"].ms-search input,
input[type="url"].ms-search input,
input[type="search"].ms-search input,
input[type="tel"].ms-search input,
input[type="color"].ms-search input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  margin-bottom: 0;
  max-width: 100% !important;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-image: none;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ms-search input:focus,
select.ms-search input:focus,
textarea.ms-search input:focus,
input[type="text"].ms-search input:focus,
input[type="password"].ms-search input:focus,
input[type="datetime"].ms-search input:focus,
input[type="datetime-local"].ms-search input:focus,
input[type="date"].ms-search input:focus,
input[type="month"].ms-search input:focus,
input[type="time"].ms-search input:focus,
input[type="week"].ms-search input:focus,
input[type="number"].ms-search input:focus,
input[type="email"].ms-search input:focus,
input[type="url"].ms-search input:focus,
input[type="search"].ms-search input:focus,
input[type="tel"].ms-search input:focus,
input[type="color"].ms-search input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ms-search input::-moz-placeholder,
select.ms-search input::-moz-placeholder,
textarea.ms-search input::-moz-placeholder,
input[type="text"].ms-search input::-moz-placeholder,
input[type="password"].ms-search input::-moz-placeholder,
input[type="datetime"].ms-search input::-moz-placeholder,
input[type="datetime-local"].ms-search input::-moz-placeholder,
input[type="date"].ms-search input::-moz-placeholder,
input[type="month"].ms-search input::-moz-placeholder,
input[type="time"].ms-search input::-moz-placeholder,
input[type="week"].ms-search input::-moz-placeholder,
input[type="number"].ms-search input::-moz-placeholder,
input[type="email"].ms-search input::-moz-placeholder,
input[type="url"].ms-search input::-moz-placeholder,
input[type="search"].ms-search input::-moz-placeholder,
input[type="tel"].ms-search input::-moz-placeholder,
input[type="color"].ms-search input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.ms-search input:-ms-input-placeholder,
select.ms-search input:-ms-input-placeholder,
textarea.ms-search input:-ms-input-placeholder,
input[type="text"].ms-search input:-ms-input-placeholder,
input[type="password"].ms-search input:-ms-input-placeholder,
input[type="datetime"].ms-search input:-ms-input-placeholder,
input[type="datetime-local"].ms-search input:-ms-input-placeholder,
input[type="date"].ms-search input:-ms-input-placeholder,
input[type="month"].ms-search input:-ms-input-placeholder,
input[type="time"].ms-search input:-ms-input-placeholder,
input[type="week"].ms-search input:-ms-input-placeholder,
input[type="number"].ms-search input:-ms-input-placeholder,
input[type="email"].ms-search input:-ms-input-placeholder,
input[type="url"].ms-search input:-ms-input-placeholder,
input[type="search"].ms-search input:-ms-input-placeholder,
input[type="tel"].ms-search input:-ms-input-placeholder,
input[type="color"].ms-search input:-ms-input-placeholder {
  color: #999;
}
.ms-search input::-webkit-input-placeholder,
select.ms-search input::-webkit-input-placeholder,
textarea.ms-search input::-webkit-input-placeholder,
input[type="text"].ms-search input::-webkit-input-placeholder,
input[type="password"].ms-search input::-webkit-input-placeholder,
input[type="datetime"].ms-search input::-webkit-input-placeholder,
input[type="datetime-local"].ms-search input::-webkit-input-placeholder,
input[type="date"].ms-search input::-webkit-input-placeholder,
input[type="month"].ms-search input::-webkit-input-placeholder,
input[type="time"].ms-search input::-webkit-input-placeholder,
input[type="week"].ms-search input::-webkit-input-placeholder,
input[type="number"].ms-search input::-webkit-input-placeholder,
input[type="email"].ms-search input::-webkit-input-placeholder,
input[type="url"].ms-search input::-webkit-input-placeholder,
input[type="search"].ms-search input::-webkit-input-placeholder,
input[type="tel"].ms-search input::-webkit-input-placeholder,
input[type="color"].ms-search input::-webkit-input-placeholder {
  color: #999;
}
.ms-search input::-ms-expand,
select.ms-search input::-ms-expand,
textarea.ms-search input::-ms-expand,
input[type="text"].ms-search input::-ms-expand,
input[type="password"].ms-search input::-ms-expand,
input[type="datetime"].ms-search input::-ms-expand,
input[type="datetime-local"].ms-search input::-ms-expand,
input[type="date"].ms-search input::-ms-expand,
input[type="month"].ms-search input::-ms-expand,
input[type="time"].ms-search input::-ms-expand,
input[type="week"].ms-search input::-ms-expand,
input[type="number"].ms-search input::-ms-expand,
input[type="email"].ms-search input::-ms-expand,
input[type="url"].ms-search input::-ms-expand,
input[type="search"].ms-search input::-ms-expand,
input[type="tel"].ms-search input::-ms-expand,
input[type="color"].ms-search input::-ms-expand {
  border: 0;
  background-color: transparent;
}
.ms-search input[disabled],
select.ms-search input[disabled],
textarea.ms-search input[disabled],
input[type="text"].ms-search input[disabled],
input[type="password"].ms-search input[disabled],
input[type="datetime"].ms-search input[disabled],
input[type="datetime-local"].ms-search input[disabled],
input[type="date"].ms-search input[disabled],
input[type="month"].ms-search input[disabled],
input[type="time"].ms-search input[disabled],
input[type="week"].ms-search input[disabled],
input[type="number"].ms-search input[disabled],
input[type="email"].ms-search input[disabled],
input[type="url"].ms-search input[disabled],
input[type="search"].ms-search input[disabled],
input[type="tel"].ms-search input[disabled],
input[type="color"].ms-search input[disabled],
.ms-search input[readonly],
select.ms-search input[readonly],
textarea.ms-search input[readonly],
input[type="text"].ms-search input[readonly],
input[type="password"].ms-search input[readonly],
input[type="datetime"].ms-search input[readonly],
input[type="datetime-local"].ms-search input[readonly],
input[type="date"].ms-search input[readonly],
input[type="month"].ms-search input[readonly],
input[type="time"].ms-search input[readonly],
input[type="week"].ms-search input[readonly],
input[type="number"].ms-search input[readonly],
input[type="email"].ms-search input[readonly],
input[type="url"].ms-search input[readonly],
input[type="search"].ms-search input[readonly],
input[type="tel"].ms-search input[readonly],
input[type="color"].ms-search input[readonly],
fieldset[disabled] .ms-search input,
fieldset[disabled] select.ms-search input,
fieldset[disabled] textarea.ms-search input,
fieldset[disabled] input[type="text"].ms-search input,
fieldset[disabled] input[type="password"].ms-search input,
fieldset[disabled] input[type="datetime"].ms-search input,
fieldset[disabled] input[type="datetime-local"].ms-search input,
fieldset[disabled] input[type="date"].ms-search input,
fieldset[disabled] input[type="month"].ms-search input,
fieldset[disabled] input[type="time"].ms-search input,
fieldset[disabled] input[type="week"].ms-search input,
fieldset[disabled] input[type="number"].ms-search input,
fieldset[disabled] input[type="email"].ms-search input,
fieldset[disabled] input[type="url"].ms-search input,
fieldset[disabled] input[type="search"].ms-search input,
fieldset[disabled] input[type="tel"].ms-search input,
fieldset[disabled] input[type="color"].ms-search input {
  background-color: #EEE;
  opacity: 1;
}
.ms-search input[disabled],
select.ms-search input[disabled],
textarea.ms-search input[disabled],
input[type="text"].ms-search input[disabled],
input[type="password"].ms-search input[disabled],
input[type="datetime"].ms-search input[disabled],
input[type="datetime-local"].ms-search input[disabled],
input[type="date"].ms-search input[disabled],
input[type="month"].ms-search input[disabled],
input[type="time"].ms-search input[disabled],
input[type="week"].ms-search input[disabled],
input[type="number"].ms-search input[disabled],
input[type="email"].ms-search input[disabled],
input[type="url"].ms-search input[disabled],
input[type="search"].ms-search input[disabled],
input[type="tel"].ms-search input[disabled],
input[type="color"].ms-search input[disabled],
fieldset[disabled] .ms-search input,
fieldset[disabled] select.ms-search input,
fieldset[disabled] textarea.ms-search input,
fieldset[disabled] input[type="text"].ms-search input,
fieldset[disabled] input[type="password"].ms-search input,
fieldset[disabled] input[type="datetime"].ms-search input,
fieldset[disabled] input[type="datetime-local"].ms-search input,
fieldset[disabled] input[type="date"].ms-search input,
fieldset[disabled] input[type="month"].ms-search input,
fieldset[disabled] input[type="time"].ms-search input,
fieldset[disabled] input[type="week"].ms-search input,
fieldset[disabled] input[type="number"].ms-search input,
fieldset[disabled] input[type="email"].ms-search input,
fieldset[disabled] input[type="url"].ms-search input,
fieldset[disabled] input[type="search"].ms-search input,
fieldset[disabled] input[type="tel"].ms-search input,
fieldset[disabled] input[type="color"].ms-search input {
  cursor: not-allowed;
}
textarea.ms-search input,
textareaselect.ms-search input,
textareatextarea.ms-search input,
textareainput[type="text"].ms-search input,
textareainput[type="password"].ms-search input,
textareainput[type="datetime"].ms-search input,
textareainput[type="datetime-local"].ms-search input,
textareainput[type="date"].ms-search input,
textareainput[type="month"].ms-search input,
textareainput[type="time"].ms-search input,
textareainput[type="week"].ms-search input,
textareainput[type="number"].ms-search input,
textareainput[type="email"].ms-search input,
textareainput[type="url"].ms-search input,
textareainput[type="search"].ms-search input,
textareainput[type="tel"].ms-search input,
textareainput[type="color"].ms-search input {
  height: auto;
}
.ms-search input.hmg-ts-form-control-auto,
select.ms-search input.hmg-ts-form-control-auto,
textarea.ms-search input.hmg-ts-form-control-auto,
input[type="text"].ms-search input.hmg-ts-form-control-auto,
input[type="password"].ms-search input.hmg-ts-form-control-auto,
input[type="datetime"].ms-search input.hmg-ts-form-control-auto,
input[type="datetime-local"].ms-search input.hmg-ts-form-control-auto,
input[type="date"].ms-search input.hmg-ts-form-control-auto,
input[type="month"].ms-search input.hmg-ts-form-control-auto,
input[type="time"].ms-search input.hmg-ts-form-control-auto,
input[type="week"].ms-search input.hmg-ts-form-control-auto,
input[type="number"].ms-search input.hmg-ts-form-control-auto,
input[type="email"].ms-search input.hmg-ts-form-control-auto,
input[type="url"].ms-search input.hmg-ts-form-control-auto,
input[type="search"].ms-search input.hmg-ts-form-control-auto,
input[type="tel"].ms-search input.hmg-ts-form-control-auto,
input[type="color"].ms-search input.hmg-ts-form-control-auto {
  width: auto;
}
select.ms-search input {
  height: 33px;
  line-height: 33px;
}
textarea.ms-search input,
select[multiple].ms-search input {
  height: auto;
}
.ms-search input,
.ms-search input:focus {
  background-image: url('../images/multiple-select.png');
  background-repeat: no-repeat;
  background-position: 100% -18px;
}
.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 5px 8px;
}
.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
  padding-left: 20px;
  margin: 0;
}
.ms-drop ul > li .disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
}
.ms-drop ul > li.multiple {
  display: block;
  float: left;
}
.ms-drop ul > li.group {
  clear: both;
  padding-left: 0;
}
.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ms-drop ul > li label {
  font-weight: normal;
  display: block;
  white-space: nowrap;
  font-size: 14px;
  margin: 0 0 4px;
}
.ms-drop ul > li label.optgroup {
  font-weight: bold;
  margin-top: 8px;
}
.ms-drop ul input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 8px;
  margin-top: 0;
}
.ms-drop ul > li.ms-select-all {
  padding-left: 0;
}
.ms-drop ul > li.ms-select-all label {
  font-weight: bold;
}
.ms-drop ul .ms-no-results {
  display: none;
}
body.hmg-ts-is-mobile {
  background: #EEE;
  padding-bottom: 15px;
}
body.hmg-ts-is-mobile #hmg-ts-wrapper {
  background: #EEE;
}
#hmg-ts-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
#hmg-ts-wrapper > .hmg-ts-container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.hmg-ts-is-mobile #hmg-ts-wrapper > .hmg-ts-container-fluid {
  padding-left: 30px / 2;
  padding-right: 30px / 2;
}
.hmg-ts-transition {
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.hmg-ts-target-collapse {
  display: none;
}
.hmg-ts-trigger-collapse .ts-icon-minus:before {
  content: "\72";
}
.hmg-ts-trigger-collapse .ts-icon-minus-circle:before {
  content: "\73";
}
.hmg-ts-trigger-collapse .ts-icon-minus-square:before {
  content: "\74";
}
.hmg-ts-trigger-collapse .ts-icon-minus-square-o:before {
  content: "\75";
}
.hmg-ts-trigger-collapse .ts-icon-caret-up:before {
  content: "\e012";
}
.hmg-ts-trigger-collapse .ts-icon-arrow-up:before {
  content: "\55";
}
.hmg-ts-trigger-collapse .ts-icon-arrow-circle-up:before {
  content: "\51";
}
.hmg-ts-trigger-collapse .ts-icon-arrow-circle-o-up:before {
  content: "\4f";
}
.hmg-ts-trigger-collapse.hmg-ts-collapsed .ts-icon-minus:before {
  content: "\6e";
}
.hmg-ts-trigger-collapse.hmg-ts-collapsed .ts-icon-minus-circle:before {
  content: "\6f";
}
.hmg-ts-trigger-collapse.hmg-ts-collapsed .ts-icon-minus-square:before {
  content: "\70";
}
.hmg-ts-trigger-collapse.hmg-ts-collapsed .ts-icon-minus-square-o:before {
  content: "\71";
}
.hmg-ts-trigger-collapse.hmg-ts-collapsed .ts-icon-caret-up:before {
  content: "\e00f";
}
.hmg-ts-trigger-collapse.hmg-ts-collapsed .ts-icon-arrow-up:before {
  content: "\52";
}
.hmg-ts-trigger-collapse.hmg-ts-collapsed .ts-icon-arrow-circle-up:before {
  content: "\4a";
}
.hmg-ts-trigger-collapse.hmg-ts-collapsed .ts-icon-arrow-circle-o-up:before {
  content: "\4c";
}
body.hmg-ts-is-mobile .hmg-ts-mobile-card {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 2px #EEE;
}
.hmg-ts-page-intro {
  @extend .clearfix;
  clear: both;
  margin-bottom: 24px / 2;
}
#ts-link-top {
  display: block;
  position: fixed;
  opacity: 0;
  width: 44px;
  height: 44px;
  border-radius: 2px 0 0 2px;
  bottom: 120px;
  right: 0px;
  background: #000;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 44px;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
#ts-link-top.ts-is-visible,
#ts-link-top.ts-fade-out,
.no-touch #ts-link-top:hover {
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
#ts-link-top.ts-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 0.4;
}
#ts-link-top.ts-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.2;
}
.no-touch #ts-link-top:hover {
  opacity: 1;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  opacity: 1;
  float: left;
  width: auto;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
#talent-lastjobdate-datepicker .hmg-ts-input-group-addon {
  cursor: pointer;
}
.hmg-ts-txt-divider {
  display: -webkit-box;
  display: flex;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #7f7f7f;
  font-weight: bold;
  font-size: 14px;
}
.hmg-ts-txt-divider:before,
.hmg-ts-txt-divider:after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: #EEE;
}
@media (max-width: 767px) {
  .hmg-ts-txt-divider:before,
  .hmg-ts-txt-divider:after {
    background: #CCC;
  }
}
@media (min-width: 768px) {
  .hmg-ts-txt-divider {
    -webkit-box-pack: left;
            justify-content: left;
  }
}
.hmg-ts-inner-txt {
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
}
#ts-header-bar {
  margin-bottom: 24px / 2;
}
@media (min-width: 1100px) {
  #ts-user-nav-container {
    float: right;
  }
  #ts-quick-search-container {
    float: left;
  }
}
#ts-user-nav {
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  #ts-user-nav {
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #CCC;
  }
}
#ts-user-nav-header {
  position: relative;
}
#ts-user-nav-toggle {
  position: relative;
  z-index: 10;
  float: right;
  padding: 22px 20px;
  height: 60px;
  margin: 0;
  background-color: #333;
  background-image: none;
}
#ts-user-nav-toggle .icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}
#ts-user-nav-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
#hmg-ts-mobile-logo-wrapper {
  display: block;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 8px 68px 8px 8px;
  margin: 0;
}
#hmg-ts-mobile-logo {
  display: block;
  float: left;
  height: 44px;
  font-size: 20px;
  line-height: 44px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
#hmg-ts-mobile-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#ts-user-nav-collapse {
  clear: both;
}
#ts-user-nav-collapse > ul {
  margin: 0;
  list-style: none;
}
#ts-user-nav-collapse > ul > li {
  margin: 0;
  list-style: none;
}
#ts-user-nav-collapse > ul > li > a {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  display: block;
  position: relative;
  color: #333;
}
#ts-user-nav-collapse > ul > li > a:hover,
#ts-user-nav-collapse > ul > li > a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  #ts-user-nav-collapse,
  .hmg-ts-is-mobile #ts-user-nav-collapse {
    display: none;
  }
  #ts-user-nav-collapse > ul > li > a,
  .hmg-ts-is-mobile #ts-user-nav-collapse > ul > li > a {
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 12px 12px 62px;
    border-top: 1px solid #CCC;
  }
  #ts-user-nav-collapse > ul > li > a,
  .hmg-ts-is-mobile #ts-user-nav-collapse > ul > li > a,
  #ts-user-nav-collapse > ul > li > a:hover,
  .hmg-ts-is-mobile #ts-user-nav-collapse > ul > li > a:hover,
  #ts-user-nav-collapse > ul > li > a:focus,
  .hmg-ts-is-mobile #ts-user-nav-collapse > ul > li > a:focus {
    color: #333;
  }
  #ts-user-nav-collapse > ul > li > a > i,
  .hmg-ts-is-mobile #ts-user-nav-collapse > ul > li > a > i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    text-align: center;
    border-right: 1px solid #CCC;
  }
  #ts-user-nav-collapse > ul > li > a > i:before,
  .hmg-ts-is-mobile #ts-user-nav-collapse > ul > li > a > i:before {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (min-width: 768px) {
  #ts-user-nav-collapse {
    display: block !important;
  }
  #ts-user-nav-collapse > ul > li {
    float: left;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  #ts-user-nav-collapse > ul > li > a {
    padding: 0 8px;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
  }
  #ts-user-nav-collapse > ul > li > a > i {
    padding-right: 4px;
  }
  #ts-user-nav-collapse > ul > li:last-child > a {
    padding-right: 0;
    border-right: 0;
  }
}
#ts-mobile-footer {
  display: block;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
#ts-mobile-footer > ul {
  margin: 0;
  padding: 0;
}
#ts-mobile-footer > ul > li {
  width: 50%;
  float: left;
}
#ts-mobile-footer > ul > li > a {
  display: block;
  padding: 6px;
  color: #7f7f7f;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#ts-mobile-footer > ul > li.active > a {
  color: #337ab7;
}
#link-adv-search {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
#link-adv-search:hover,
#link-adv-search:focus {
  text-decoration: none;
}
#ts-advanced-search-collapse {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
#ts-advanced-search-collapse > .hmg-ts-row > .col-md-6:nth-child(odd) {
  clear: both;
}
@media (max-width: 767px) {
  .proximity-block {
    display: block;
    white-space: nowrap;
    margin-bottom: 24px / 2;
  }
}
#ts-btn-search {
  margin-bottom: 24px / 2;
}
@media (max-width: 767px) {
  #ts-btn-search {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 4px;
  }
}
#ts-adv-search-link {
  clear: both;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
#ts-adv-search-link:hover,
#ts-adv-search-link:focus {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}
#hmg-ts-filter-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 24px;
}
body.hmg-ts-is-mobile #hmg-ts-filter-bar {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -24px;
}
#TSSearchList_form {
  margin-bottom: 0;
}
#filter-bar-inner {
  background: rgba(0, 0, 0, 0.02);
  padding: 6px 12px;
}
#filter-bar-inner .hmg-ts-form-group {
  padding-left: 8px;
  padding-right: 8px;
}
#link-filters {
  color: #333;
}
#ts-filters-collapse {
  clear: both;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 15px;
  border-top: 1px solid #EEE;
}
#ts-filters-collapse .hmg-ts-row > .col-sm-6:nth-child(odd) {
  clear: both;
}
@media (max-width: 767px) {
  #ts-filters-collapse .hmg-ts-form-group {
    border-bottom: 1px solid #EEE;
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) {
  #applyFilters {
    float: right;
  }
}
#total {
  width: auto;
  background: transparent;
  border: 0 none;
  text-align: right;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
#rssLink {
  font-size: 20px !important;
}
.hmg-ts-btn-switch {
  display: inline-block;
  padding: 5px 8px;
  font-size: 20px !important;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  background: transparent;
  border: 0 none;
  box-shadow: none;
  outline: none !important;
}
.hmg-ts-btn-switch:hover,
.hmg-ts-btn-switch:focus,
.hmg-ts-btn-switch.focus,
.hmg-ts-btn-switch:active,
.hmg-ts-btn-switch.active {
  color: rgba(0, 0, 0, 0.8);
}
.hmg-ts-search-results {
  position: relative;
}
#loading_results {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
  font-size: 36px;
}
#loading_results > i {
  margin: 30px;
}
.hmg-ts-featured-img {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  border: 1px solid #EEE;
  margin: 0 auto 24px;
  /* background: rgba(0, 0, 0, 0.02); */
}
.hmg-ts-featured-img img {
  margin: 0 auto;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.hmg-ts-featured-img img:hover {
  -webkit-filter: saturate(1.2);
  filter: saturate(1.2);
}
#ts_inquire_modal .hmg-ts-featured-img {
  margin-right: 30px / 2;
}
#TSSearchList_container {
  min-height: 100px !important;
}
.filter-controls span {
  text-transform: capitalize;
}
/* entire container, keeps perspective */
.ts-flip-container {
  position: relative;
  clear: both;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
/* flip the pane when hovered */
.ts-flip-container:hover .ts-flipper,
.ts-flip-container.hover .ts-flipper {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
/* flip speed goes here */
.ts-flipper {
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
}
/* hide back of pane during swap */
.ts-flip-back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  border: 1px solid #EEE;
}
/* front pane, placed above back */
.ts-flip-front {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 2;
  /* for firefox 31 */
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.hmg-ts-post-item {
  margin-bottom: 24px;
}
.hmg-ts-post-item .post-item-inner {
  display: block;
}
.hmg-ts-post-item .hmg-ts-post-title {
  font-size: 20px;
  margin: 0 0 12px;
  font-weight: bold;
}
.hmg-ts-post-item .hmg-ts-post-location,
.hmg-ts-post-item .hmg-ts-post-country,
.hmg-ts-post-item .hmg-ts-post-categories,
.hmg-ts-post-item .hmg-ts-post-categories-links {
  display: block;
}
.hmg-ts-post-item .hmg-ts-desc {
  margin-top: 24px / 2;
}
.list-view .hmg-ts-post-item {
  width: 100%;
  clear: both;
}
.list-view .hmg-ts-post-item .grid-view-only {
  display: none;
}
.list-view .hmg-ts-post-item .list-view-only {
  display: block;
}
.list-view .hmg-ts-post-item .hmg-ts-post-title {
  font-size: 20px;
  padding-top: 24px / 2;
  font-weight: bold;
}
@media (max-width: 767px) {
  .list-view .hmg-ts-post-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 24px;
  }
  .list-view .hmg-ts-post-item .hmg-ts-featured-img {
    width: 35%;
  }
  .list-view .hmg-ts-post-item.with-img .hmg-ts-post-info {
    margin-left: 40%;
  }
  .list-view .hmg-ts-post-item .hmg-ts-desc {
    clear: both;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .list-view .hmg-ts-post-item .hmg-ts-featured-img {
    width: 302px;
    margin-bottom: 0;
  }
  .list-view .hmg-ts-post-item.with-img .hmg-ts-post-info,
  .list-view .hmg-ts-post-item.with-img .hmg-ts-desc {
    margin-left: 330px;
  }
}
.grid-view .hmg-ts-post-item .grid-view-only {
  display: block;
}
.grid-view .hmg-ts-post-item .list-view-only {
  display: none;
}
.grid-view .hmg-ts-post-item .hmg-ts-post-title {
  clear: both;
}
.grid-view .hmg-ts-post-item .hmg-ts-post-location,
.grid-view .hmg-ts-post-item .hmg-ts-post-country,
.grid-view .hmg-ts-post-item .hmg-ts-post-categories,
.grid-view .hmg-ts-post-item .hmg-ts-post-categories-links {
  font-size: 14px;
}
@media (max-width: 767px) {
  .grid-view .hmg-ts-post-item:nth-child(odd) {
    clear: both;
  }
  .grid-view .hmg-ts-post-item .post-item-inner {
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #EEE;
  }
  .grid-view .hmg-ts-post-item .hmg-ts-featured-img {
    margin-bottom: 0;
    border-bottom: 1px solid #EEE;
  }
  .grid-view .hmg-ts-post-item .hmg-ts-featured-img,
  .grid-view .hmg-ts-post-item .hmg-ts-featured-img img {
    border-radius: 2px 2px 0 0;
  }
  .grid-view .hmg-ts-post-item .hmg-ts-post-info {
    padding: 6px 12px;
    clear: both;
  }
  .grid-view .hmg-ts-post-item .hmg-ts-post-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
@media (min-width: 768px) {
  .grid-view .hmg-ts-post-item.no-img .post-item-inner {
    border: 1px solid rgba(0, 0, 0, 0.07);
    padding: 30px / 2;
  }
}
#ts-details,
#ts-talent-bio,
#ts-talent-skills,
#ts-talent-testimonial,
#ts-recruiter-box {
  clear: both;
  margin-bottom: 24px;
}

#ts-details {
  margin-top: 24px;
}
#ts-talent-skills,
#ts-talent-testimonial {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding-top: 24px;
}
#ts-details .hmg-ts-featured-img img {
  margin: 0 auto;
}
@media (min-width: 768px) {
  #ts-details .hmg-ts-featured-img {
    width: 302px;
    float: left;
    border-radius: 50%;
  }
  #ts-details #ts-details-container.with-img {
    margin-left: 332px;
  }
}
@media (max-width: 767px) {
  #ts-details {
    margin-top: 20px;
    text-align: center;
  }
  #ts-details .hmg-ts-featured-img {
    margin-bottom: -50px;
    z-index: 1;
    float: none;
    display: inline-block;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  }
  #ts-details .hmg-ts-featured-img img {
    max-width: 150px;
  }
  #ts-details .hmg-ts-featured-img,
  #ts-details .hmg-ts-featured-img img {
    border-radius: 2px;
  }
  #ts-details .hmg-ts-talent-details {
    padding: 20px;
  }
  #ts-details .with-img .hmg-ts-talent-details {
    padding-top: 70px;
  }
  #ts-details #ts-title {
    margin-top: 0px;
    font-size: 28px;
  }
}

#ts-details .hot-talent-badge {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  margin: auto 0;
}

#ts-details .hmg-ts-availability {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  margin: auto 0;
}

#ts-details .hmg-ts-details {
  display: flex;
  gap: 45px;
  margin: 30px 0;
}

#ts-details .hmg-ts-details  .hmg-ts-detail-label,
#ts-details .hmg-ts-skills-label {
  color: #7f7f7f;
}

#ts-details .hmg-ts-skill-tag {
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  padding: 5px 12px;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  border-radius: 9999px;
  font-size: 14px;
}

#ts-details .hmg-ts-inquire-box {
  margin-top: 24px;
}
#ts-details #ts-title {
  display: flex;
  gap: 10px;
}

#ts-details .hmg-ts-title {
  margin-top: 0;
}

.hmg-ts-recruiter-box .candidate-recruiter {
  margin: 24px 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
}

.hmg-ts-recruiter-box .candidate-recruiter .recruiter-header{
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 10px;
}


.hmg-ts-recruiter-box .candidate-recruiter .recruiter-header img{
  height: 70px;
  border-radius: 50%;
}

.hmg-ts-recruiter-box .candidate-recruiter .recruiter-content{
  display: flex;
  gap: 20px;
  text-align: left;
  margin-bottom: 10px;
}

.hmg-ts-recruiter-box .candidate-recruiter .recruiter-content .recruiter-about{
  width: 60%;
}

.hmg-ts-recruiter-box .candidate-recruiter .recruiter-name-text{
  font-size: 24px;
  font-weight: 500;
}

.hmg-ts-recruiter-box .candidate-recruiter .recruiter-about-text,
.hmg-ts-recruiter-box .candidate-recruiter .recruiter-contact-text
{
  font-size: 20px;
}

#ts-details .hmg-ts-details  span{
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

#ts-detail-items {
  margin-bottom: 24px / 2;
}
.details-item {
  display: block;
}
#ts-rating,
#ts-date, 
#ts-post-num {
  margin-bottom: 24px / 2;
}
#ts-date, #ts-post-num {
  font-size: 14px;
  color: #7f7f7f;
}
#ts-recruiter-box {
  background: #FBFBFB;
}
#ts-recruiter-details {
  padding: 30px;
  display: inline-grid;
}
@media (max-width: 767px) {
  #ts-recruiter-details {
    padding: 20px;
  }
}
#ts-recruiter-img img {
  float: left;
  margin-right: 30px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #ts-recruiter-img img {
    max-width: 75px;
    margin-right: 0;
    margin-bottom: 24px / 2;
  }
}
#ts-recruiter-title {
  margin-top: 0;
}
#ts-recruiter-title small {
  color: #7f7f7f;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #ts-recruiter-title {
    margin-left: 95px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #ts-recruiter-bio {
    clear: both;
    font-size: 14px;
  }
}
#ts-recruiter-contact {
  clear: both;
  background: #EEE;
}
#ts-recruiter-contact,
#ts-recruiter-contact a {
  color: #333;
}
#ts-recruiter-contact .hmg-ts-recruiter-social {
  display: block;
  float: left;
  padding: 6px 12px;
  border-right: 1px solid #FBFBFB;
}
#ts-recruiter-contact a:hover {
  background: #FBFBFB;
}
@media (max-width: 767px) {
  #ts-recruiter-contact {
    background: #FBFBFB;
  }
  #ts-recruiter-contact .hmg-ts-recruiter-social {
    border: 0 none;
  }
  #ts-recruiter-contact #ts-recruiter-phone,
  #ts-recruiter-contact #ts-recruiter-email {
    float: none;
    border-bottom: 1px dashed #CCC;
  }
}
#ts_inquire {
  margin: 0;
}
#client-terms {
  position: relative;
  overflow: scroll;
  height: 300px;
  padding: 15px;
  margin-bottom: 12px;
  background: #EEE;
  border: 1px solid #ccc;
  font-size: 14px;
  resize: vertical;
}
#client-terms ol,
#client-terms li {
  margin-bottom: 24px / 4;
}
.hmg-jb-form-control,
select.hmg-jb-form-control,
textarea.hmg-jb-form-control,
input[type="text"].hmg-jb-form-control,
input[type="password"].hmg-jb-form-control,
input[type="email"].hmg-jb-form-control,
input[type="url"].hmg-jb-form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 9px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  box-sizing: border-box !important;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-appearance: none;
}
.hmg-ts .multiselect-with-groups {
  position: relative;
}
.hmg-ts .combobox {
  width: 250px;
  padding: 10px 35px 10px 5px;
  border: 1px solid #fff;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
}
.hmg-ts .fa-caret-down {
  position: absolute;
  font-size: 16px;
  line-height: 1.5;
  top: 0;
  right: 0;
  padding: 0 10px;
  color: #fff;
}
.hmg-ts .listbox {
  position: absolute;
  display: none;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  background: #fff;
  z-index: 99;
  text-align: left;
  max-height: 250px;
  overflow-y: auto;
  border: 1px solid #c2c2c2;
  border-radius: 0 0 2px;
  margin-top: -1px;
}
.hmg-ts .listbox.open {
  display: block;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.hmg-ts .listbox .option {
  padding: 4px 6px;
  cursor: default;
}
.hmg-ts .listbox .option.selected {
  font-weight: 600;
}
.hmg-ts .listbox .underline {
  text-decoration: underline;
}
.hmg-ts .multiselect .option:before,
.hmg-ts .multiselect-with-groups .option:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #c2c2c2;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0px 10px 0px 10px;
}
.hmg-ts .multiselect-with-groups .option.selected:before {
  border: 1px solid #4a5ab9;
  background: #5264ce;
}
.hmg-ts .multiselect .option:after,
.hmg-ts .multiselect-with-groups .option:after {
  /*Add another block-level blank space*/
  content: '';
  display: none;
  margin: 4px auto;
  /*Make it a small rectangle so the border will create an L-shape*/
  width: 4px;
  height: 10px;
  /*Add a white border on the bottom and left, creating that 'L' */
  border: solid white;
  border-width: 0 2px 2px 0;
  /*Rotate the L 45 degrees to turn it into a checkmark*/
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hmg-ts .multiselect .option.selected:after,
.hmg-ts .multiselect-with-groups .option.selected:after {
  display: inline-block;
  left: 22px;
  position: absolute;
}
.hmg-ts .optgroup-label {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 0px 0px 0px 10px;
}
.hmg-ts-checkbox input[type="checkbox"] {
  position: inherit;
  margin-left: 0;
}
.hmg-ts-clearfix:before,
.hmg-ts-clearfix:after,
.hmg-ts-dl-horizontal dd:before,
.hmg-ts-dl-horizontal dd:after,
.hmg-ts-container:before,
.hmg-ts-container:after,
.hmg-ts-container-fluid:before,
.hmg-ts-container-fluid:after,
.hmg-ts-row:before,
.hmg-ts-row:after,
.hmg-ts-form-horizontal .hmg-ts-form-group:before,
.hmg-ts-form-horizontal .hmg-ts-form-group:after,
.hmg-ts-modal-header:before,
.hmg-ts-modal-header:after,
.hmg-ts-modal-footer:before,
.hmg-ts-modal-footer:after {
  content: " ";
  display: table;
}
.hmg-ts-clearfix:after,
.hmg-ts-dl-horizontal dd:after,
.hmg-ts-container:after,
.hmg-ts-container-fluid:after,
.hmg-ts-row:after,
.hmg-ts-form-horizontal .hmg-ts-form-group:after,
.hmg-ts-modal-header:after,
.hmg-ts-modal-footer:after {
  clear: both;
}
.hmg-ts-center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hmg-ts-pull-right {
  float: right !important;
}
.hmg-ts-alignright {
  float: right;
  margin-left: 30px / 2;
}
.hmg-ts-pull-left {
  float: left !important;
}
.hmg-ts-alignleft {
  float: left;
  margin-right: 30px / 2;
}
.hmg-ts-hide {
  display: none !important;
}
.hmg-ts-show {
  display: block !important;
}
.hmg-ts-invisible {
  visibility: hidden;
}
.hmg-ts-text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hmg-ts-hidden {
  display: none !important;
}
.hmg-ts-affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.hmg-ts-visible-xs,
.hmg-ts-visible-sm,
.hmg-ts-visible-md,
.hmg-ts-visible-lg {
  display: none !important;
}
.hmg-ts-visible-xs-block,
.hmg-ts-visible-xs-inline,
.hmg-ts-visible-xs-inline-block,
.hmg-ts-visible-sm-block,
.hmg-ts-visible-sm-inline,
.hmg-ts-visible-sm-inline-block,
.hmg-ts-visible-md-block,
.hmg-ts-visible-md-inline,
.hmg-ts-visible-md-inline-block,
.hmg-ts-visible-lg-block,
.hmg-ts-visible-lg-inline,
.hmg-ts-visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .hmg-ts-visible-xs {
    display: block !important;
  }
  table.hmg-ts-visible-xs {
    display: table !important;
  }
  tr.hmg-ts-visible-xs {
    display: table-row !important;
  }
  th.hmg-ts-visible-xs,
  td.hmg-ts-visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hmg-ts-visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hmg-ts-visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .hmg-ts-visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hmg-ts-visible-sm {
    display: block !important;
  }
  table.hmg-ts-visible-sm {
    display: table !important;
  }
  tr.hmg-ts-visible-sm {
    display: table-row !important;
  }
  th.hmg-ts-visible-sm,
  td.hmg-ts-visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hmg-ts-visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hmg-ts-visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hmg-ts-visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hmg-ts-visible-md {
    display: block !important;
  }
  table.hmg-ts-visible-md {
    display: table !important;
  }
  tr.hmg-ts-visible-md {
    display: table-row !important;
  }
  th.hmg-ts-visible-md,
  td.hmg-ts-visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hmg-ts-visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hmg-ts-visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hmg-ts-visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .hmg-ts-visible-lg {
    display: block !important;
  }
  table.hmg-ts-visible-lg {
    display: table !important;
  }
  tr.hmg-ts-visible-lg {
    display: table-row !important;
  }
  th.hmg-ts-visible-lg,
  td.hmg-ts-visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .hmg-ts-visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .hmg-ts-visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .hmg-ts-visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hmg-ts-hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hmg-ts-hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hmg-ts-hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hmg-ts-hidden-lg {
    display: none !important;
  }
}
.hmg-ts-visible-print {
  display: none !important;
}
@media print {
  .hmg-ts-visible-print {
    display: block !important;
  }
  table.hmg-ts-visible-print {
    display: table !important;
  }
  tr.hmg-ts-visible-print {
    display: table-row !important;
  }
  th.hmg-ts-visible-print,
  td.hmg-ts-visible-print {
    display: table-cell !important;
  }
}
.hmg-ts-visible-print-block {
  display: none !important;
}
@media print {
  .hmg-ts-visible-print-block {
    display: block !important;
  }
}
.hmg-ts-visible-print-inline {
  display: none !important;
}
@media print {
  .hmg-ts-visible-print-inline {
    display: inline !important;
  }
}
.hmg-ts-visible-print-inline-block {
  display: none !important;
}
@media print {
  .hmg-ts-visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hmg-ts-hidden-print {
    display: none !important;
  }
}
