/*!
Theme Name: VACI
Theme URI: 
Author: Lee Wise
Author URI: https://twitter.com/theleewise
Description: A custom theme for VA Claims Insider
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */

@media only screen and (max-width: 585px) {
  .site-footer iframe {
    height: 694px;
  }

	#subscribe-iframe {
		height: 341px;
	}
}

@media only screen and (min-width: 586px) {
  .site-footer iframe {
    height: 347px;
  }
	#subscribe-iframe {
		height: 303px;
	}
}