@charset "utf-8";

/* ****************************************************************************
 * section-fullwide-content STYLES
 * ****************************************************************************
 */


/*
 * Fullwide content
 * ****************************************************************************
 */
.tm-section-fullwide-content-wrapper {
  width                 : 100%;
  margin                : 0px 0px 20px 0px;
}

.tm-section-fullwide-content-wrapper li h2 {
}

.tm-section-fullwide-content {
}

.tm-section-fullwide-content-elements {
  padding               : 0px 0px 0px 0px;
}

.tm-page-node .tm-section-fullwide-content-elements .tm-widget-content {
  margin                : 0px 0px 0px 0px;
}


/*
 * 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) {
}
