/*
 Theme Name:   DFW Institution
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/**-------------------------------**/
/** Sticky Footer - not on Mobile **/

@media only screen
  and (min-width: 768px) {
	.site-info {
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 9999;
			   }

	body {
		margin-bottom: 50px;  
	}
}


/**------------------------------**/
/** Legend/Graph - Wealth/Credit **/
.no-style-list {
	list-style: none;
}

.color-square-bullet {
    width: 15px;
    height: 15px;
    display: block;
    margin-right: 5px;
    overflow: hidden;
    float: left;
}

.modbgtxt-ltred {
    background-color: #e35a57 !important;
    color: #fff !important;
}

.modbgtxt-medseablue {
    background-color: #008cbb !important;
    color: #fff !important;
}


.modbgtxt-ltgreen {
    background-color: #87c572 !important;
    color: #fff !important;
}

.modbgtxt-purple {
    background-color: #9686ff !important;
    color: #fff;
}

.modbgtxt-medseablue-lt {
    background-color: #c0e9f5 !important;
    color: #068 !important;
}
