@charset "utf-8";

/* ****************************************************************************
 *  FIELD WIDGET
 * ****************************************************************************
 */


.tm-government-position-group-wrapper ul {
  list-style            : none;
  padding               : 0 0 0 0;
}

.tm-government-position-group-wrapper li,
.tm-page-node .tm-widget-content .tm-government-position-group-wrapper li {
  line-height           : 1em;
}




/*
 * SCREEN 'regular' - between 1024px and 1279px
 * ****************************************************************************
 */
@media only screen and (min-width:1024px) and (max-width:1279px) {
}


/*
 * SCREEN 'medium' - between 768px and 1023px
 * ****************************************************************************
 */
@media only screen and (min-width:768px) and (max-width:1023px) {
}


/*
 * SCREEN 'small' - between 480px and 768px
 * ****************************************************************************
 */
@media only screen and (min-width:480px) and (max-width:767px) {
}


/*
 * SCREEN 'lite' - smaller than 480px
 * ****************************************************************************
 */
@media only screen and (min-width:0px) and (max-width:479px) {
}
