@charset "UTF-8";
/**
 * Toolkit styles
 */
/*
Font: 		Fungo
Style: 		
URL: 		https://www.youworkforthem.com/font/T5272/fungo
Foundry: 	Magdalena Boffito
Foundry: 	https://www.youworkforthem.com/designer/469/magdalena-boffito
Copyright:	Copyright (c) 2014 by Magdalena Boffito. All rights reserved.
Version: 	17
Created:	June 09, 2015
License: 	https://www.youworkforthem.com/font-license 
License: 	The WebFont(s) listed in this document must follow the YouWorkForThem
			WebFont license rules. All other parties are strictly restricted 
			from using the WebFonts(s) listed without a purchased license. 
			All details above must always remain unaltered and visible in your CSS.
*/


.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: none;
  border-radius: 0;
  background-color: #464646;
  color: #FFFFFF; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #002469;
    color: #FFFFFF; }
  .callout.secondary {
    background-color: #464646;
    color: #FFFFFF; }
  .callout.success {
    background-color: #029949;
    color: #000000; }
  .callout.warning {
    background-color: #e0ab06;
    color: #000000; }
  .callout.alert {
    background-color: #d71a17;
    color: #FFFFFF; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }
