/*

    Zebra_DatePicker: a lightweight jQuery date picker plugin

    Twitter Bootstrap theme

    copyright (c) 2011 - 2013 Stefan Gabos
    http://stefangabos.ro/jquery/zebra-datepicker/

*/
/* line 13, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker *,
.Zebra_DatePicker *:after,
.Zebra_DatePicker *:before {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important; }

/* line 17, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker {
  position: absolute;
  background: #FFF;
  border: 1px solid #999;
  display: none;
  z-index: 9999;
  padding: 5px; }

/* line 19, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker * {
  margin: 0;
  padding: 0;
  color: #373737;
  background: transparent;
  border: none;
  font-family: "museo-sans-n3","museo-sans",sans-serif;
  font-style: normal;
  font-weight: 300; }

/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
/* line 26, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker td,
.Zebra_DatePicker th {
  text-align: center;
  padding: 5px 0; }

/* line 31, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker td {
  cursor: pointer; }

/* line 33, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker {
  margin-top: 3px; }

/* line 37, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td {
  width: 30px; }

/* line 42, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker,
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker td.dp_selected,
.Zebra_DatePicker .dp_footer .dp_hover,
.Zebra_DatePicker td.dp_hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
/* line 52, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next {
  width: 30px; }

/* line 55, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker .dp_header .dp_caption {
  font-weight: bold; }

/* line 56, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker .dp_header .dp_hover {
  background: #DEDEDE;
  color: #373737; }

/* line 57, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker .dp_header .dp_blocked {
  color: #DEDEDE;
  cursor: default; }

/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
/* line 61, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker .dp_daypicker th {
  font-weight: bold; }

/* line 62, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker td.dp_not_in_month {
  color: #DEDEDE;
  cursor: default; }

/* line 65, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker td.dp_weekend_disabled {
  color: #DEDEDE;
  cursor: default; }

/* line 66, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker td.dp_selected {
  background: #039;
  color: #FFF !important; }

/* line 67, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker td.dp_week_number {
  cursor: text;
  font-weight: bold; }

/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
/* line 71, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker .dp_monthpicker td {
  width: 33%; }

/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
/* line 75, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker .dp_yearpicker td {
  width: 33%; }

/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
/* line 79, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker .dp_footer {
  margin-top: 3px; }

/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PREVIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
/* line 83, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker td.dp_current {
  color: #3A87AD; }

/* line 84, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker td.dp_disabled_current {
  color: #3A87AD; }

/* line 85, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker td.dp_disabled {
  color: #DEDEDE;
  cursor: default; }

/* line 86, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker td.dp_hover {
  background: #DEDEDE; }

/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
/* line 90, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
button.Zebra_DatePicker_Icon {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(/assets/calendar-6672f56f6074e8ba27d77ed75bfadfe1b61dfc6f6b6f32e3edc52c26d72e9db3.png) no-repeat left top;
  text-indent: -9000px;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  vertical-align: top; }

/* line 91, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
button.Zebra_DatePicker_Icon_Disabled {
  background-image: url(/assets/calendar-disabled-585aa8bcf3b89935701b6b912b3b0b9159f0b45a5c6b77f095a547d081b7c912.png); }

/* don't set vertical margins! */
/* line 94, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
button.Zebra_DatePicker_Icon {
  margin: 0 0 0 3px; }

/* line 95, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
button.Zebra_DatePicker_Icon_Inside {
  margin: 0 3px 0 0; }

/* = Custom
----------------------------------------------------------------------------------------------------------------------*/
/* line 100, /data/givecorpssite/releases/20180805013725/vendor/assets/stylesheets/zebra-datepicker.scss */
button.Zebra_DatePicker_Icon,
button.Zebra_DatePicker_Icon_Disabled {
  visibility: hidden; }
/*
	Icon font
*/

@font-face {
  font-family: 'RedactorFont';
  src: url('redactor-font.eot');
}
@font-face {
  font-family: 'RedactorFont';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggi/NUAAAC8AAAAYGNtYXAaVcx2AAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zm8dIFkAAAFwAAATSGhlYWQACVb9AAAUuAAAADZoaGVhA+ECBQAAFPAAAAAkaG10eEEBA94AABUUAAAAkGxvY2FVlFE8AAAVpAAAAEptYXhwAC8AkgAAFfAAAAAgbmFtZRHEcG0AABYQAAABZnBvc3QAAwAAAAAXeAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmHwHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYf//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAwAAACUCAAGSAAQACQANAAA3EQURBQEFEQURATUXBwACAP4AAdv+SgG2/tySkiUBbgH+lAEBSgH+3AEBJv7/3G9sAAAGAAAASQIAAW4ABAAJAA4AEwAYAB0AABMhFSE1FSEVITUVIRUhNSczFSM1FTMVIzUVMxUjNZIBbv6SAW7+kgFu/pKSSUlJSUlJAW5JSW5JSW5JSdxJSW5JSW5JSQAAAAACAAAAJQH3AZIAFgAuAAAlLgMnBzIuAic+AyMXNh4CByUnMg4CBx4DIxcnHgMXNi4CBwH3Dik/XUABAR04Vjg+WDUYAQFNeEcZEv7MAQENHDMlHzIfEQEBASZUTDYHCSBIZj4lGCQaEARqFi5HLzJFKhJqDC1RZSzVPQoWIxkbJBQID0wCCQ4VDxo4KA8PAAACAG4AJQGSAZIABAAzAAA3IQchJzceAzMyPgI3PgMnNyMXDgMHDgMjIi4CJy4DNycjBx4DF24BJQH+3QFABRIUGg0QGBUQCAYKBgQBAUABAQEEBAQCCAgKBQYJCQcEAgUCAwEBPwEBAwcJCEkkJD8HCgYEBAYKBwcRFRkPtcMGCQkHAwMFAwEBAwUDAwcJCQbDtQ8ZFREHAAUAAP//AgABtwAGAA4AFgBHAF8AAAEzFTMVIzUfAQc1IzUzNS8BNxUzFSMVFx4DFRwBDgEHDgMHMh4CFx4DHwEjJzwBJjQjLgMrARUjNTMyHgIXBzMyPgI3PgM1NC4CJy4DKwEVAUkjS24mkZFvb96RkW9vDAMFAwECAwICBQUGBAECAgIBAQICAgEbIBMBAQIEBQUCCh0qCAwKCQM3DgMFBQMCAQIBAQEBAgECAwQGAw4BtpYgtv9cXEolSUhcXEklSlUDCAoNBwQJBwcCAwUDAgEBAQIBAQMEBANCLgEBAQIGBwYCSLYBAwUDRAECAgECBAQGAwQFBQQBAgIBATIAAAAAAwBtAAABkgGTAAMADAARAAAlIzcXBzM3MxczAyMDFyEVITUBI0YjI7ZKF2MXSmVbZQEBJP7c5nh4eUlJASb+2iRJSQAKAAAAJQIAAZIABAAJAA4AEwAYAB0AIgAnACwAMQAANxEFEQU3FzUHFTU3NScVJwcVFzUVJxU3NRUHFRc1NxUXNQclBxUXNRUnFTc1FQcVFzUAAgD+ALeSkpKSJW1tbW1tbSWSkgEkbW1tbW1tJQFuAf6UASUBSgFIbQFIAUq4AUgBSm8BSgFIbQFIAUrbSAFKAQEBSAFKbwFKAUhtAUgBSgAAAAIACQAlAgABkgAWAC4AACUOAxU1DgMHJj4CFzU0HgIXBT4DNxU1FD4CNy4DNRUmDgIXAgA5VTkcQVxAKA8RGEh3Thc2Vz/+PAY3S1UlECAxICYyHQw9Z0chCt8wRi8VAWsFDxsjGS1kUiwLaQETKUYxYBAUDwgDTRABCRMlGhoiFwkBPhAQJzkZAAAAAgBJAEkBtwFuAEcAjwAAAQ4DFRQeAhceAxc+Azc+AzU0LgInLgMHJg4CBwYiBiYHNAYmIicwLgE0NTQ+Ajc+Azc1DgMHJw4DFRQeAhceAxc+Azc+AzU0LgInLgMHJg4CBwYiBiYVJgYmIjUiJjQmNTQ+Ajc+Azc1DgMHATkJDQkEAwYKBgcOEBAJCA4NDAUGCAUDAwQHBQUKCgwGBQoICAMBAgIBAQEBAQEBAQMGCgYGDxITCxMhHBYJzQkNCQQDBwkHBg4QEQgIDg0MBgUIBQMCBQcFBAoLDAYFCQkIAwECAgEBAQEBAQEBAwcJBgcPERQLEyEcFwkBIgwYHBsQCxgUEgcICwgDAQECBggGBQ0MDwYIDA0KBgUIBAQBAQICBQECAgEBAQECAQQCBQEKEhQRCggQDAwDFwgQFBQNAQwYHBsQCxgUEgcICwgDAQECBggGBQ0MDwYIDA0KBgUIBAQBAQICBQECAgEBAQECAQQCBQEKEhQRCggQDAwDFwgQFBQNAAT//wBJAgABbgAEAAkADgASAAATIRUhNRchFSE1FSEVITUHNQcXAAIA/gC3AUn+twFJ/rclk5MBbklJbklJbklJSbdcWwAAAAUAAABJAgABbgAEAAkADgAaAG0AABMhFSE1FSEVITUVIRUhNSczNSM1IwcVNxUjFRc+Azc+Azc0PgE0NTQuAicuAyMiBioBByIOAiMVPgM3Mj4BMjM6AR4BFx4CFBUcAQYUBw4DBw4DDwEVMzUjPgM3MZIBbv6SAW7+kgFu/pKNRBgUFhYYIAUHBQMBAgICAQEBAQEDBAICBgcHBQEEAwQCAgMEBAICBAQDAgIDAwMCAgMDAwEBAgEBAQEBAgICAQQGCQULRC0BAwQEAgFuSUluSUluSUlrFF0GFAZJFJEFBwYEAQIDBAMBAgMDAwIDBwUFAgIEAgEBAQEBAhUBAgIBAQEBAQIBAQIDBAIBAgMCAQICAwMCAQUHCQYNExQBBAMFAgADAAAASQIAAW4ALAAxAGwAACUiLgInNTMeAzMyPgI1NC4CIyIOAgcjNT4DMzIeAhUUDgIjJzMVIzUnIg4CByMVDgMVFB4CFxUzHgMzMj4CNzMVDgMjIi4CNTQ+AjMyHgIXFSMuAyMBbgoUEhEIHgUKCwsGEyEZDg4ZIRMGCwsKBR4IERIUCh41KBcXKDUet5KSJQYLCwoFHgQHBQICBQcEHgUKCwsGBgsLCgUeCBESFAoeNSgXFyg1HgoUEhEIHgUKCwsGSQMGBwU0AgQDAQ0XHhESHhcNAQMEAjQFBwYDFyg1Hx41KBe3SUkvAQMEAhgFCw0OBwcNDQsGFwIEAwEBAwQCNAUHBgMXKDUeHzUoFwMGBwU0AgQDAQAAAAEAAAC3AgABAAAEAAATIRUhNQACAP4AAQBJSQABAJIASQGSAZIADAAAAQ8CFzcHNxc3DwEXAQcpQQvBC0ApQAvBC0EBWdYBOAE6AdgBOgE4AQAAAAQAAABJAgABbgAEAAkADgASAAATIRUhNRchFSE1FSEVITUHNRcHAAIA/gC3AUn+twFJ/re3k5MBbklJbklJbklJSbdcWwAAAAMAAAAlAgABkgAEAAkAEgAANxEFEQUBBREFEQc/ARcVJTU3FwACAP4AAdv+SgG2tiQwPv6Sbm4lAW4B/pQBAUoB/twBASa4AV5eSgFIk5MABAAlAAAB2wG3AAMAGgAeADUAAAEVJzMHHgIGDwEOAS4BJy4BNDY/AT4BHgEXARcnFTceATI2PwE+AS4BJy4CBg8BDgEeARcB29vbKgMDAQICcwIGBgYCAwMBAnQCBQYGAv5029sqAwYGBQJzAgEBAgMCBgYGAnICAgEDAgG33NwrAgYGBgJzAgEBAgMDBQYGAnMCAQECA/51AdvaKgMDAQJzAgUGBgMCAwECAnMCBQYGAgAABAAA/9sCAAHbAAMAGgAeADUAACU1Fwc3LgI2PwE+AR4BFx4BFAYPAQ4BIiYnBycXNQcuASIGDwEOAR4BFx4CNj8BPgEuAScBJdvbKgMDAQICcwIGBgYCAwMBAnQCBQYGAnTb2yoDBgYFAnMCAQECAwIGBgYCcgICAQMC/9zbASwCBgYGAnICAgEDAgMGBgUCcwIBAwN1AdzbKgMDAQJzAgUGBgMCAwECAnICBgYGAgABAG4AJQFuAZIAEgAAJREjESM1Ii4CNTQ+AjsBESMBSSRKFigeEREeKBaTJSUBSf63khEeKBcWKB4R/pMAAAAAAwAlAAEB3AG2AAoAVwB4AAAlMwcnMzUjNxcjFQcOAwcOAyMiLgInLgM1ND4CNz4DOwE1NC4CJy4DIyIOAgcOAwc1PgM3PgIyMzIeAhceAx0BIzU1IyIOAgcOAxUUHgIXHgMzMj4CNz4DPQEBkkpcXEpKXFxK6wIGBgcEAwgICQUIDw4LBQUHBQIDBQkGBQ8SFAwlAQMDAgMFBwgFBAoJCQQFCQkJBQQJCQkEBQkKCQUNFRENBQUIBQI0FQgMCggDAwUDAQECAwICBQUHAwUJCQcCAwUCApKRkZORkZMHBAYFBQECAwIBAgUHBQULDQ8JCRANCwQFBgUCCQMGBQQCAgICAQEBAgEBAwQFAy8CAwMCAQEBAQIFCAUGDhIXDXgYSwECAwICBgYIBQQGBgUCAgMCAQIEBgQECgsOBwQAAAAEACUASgHbAW4AAwAMAC0AegAANyM3FwczNzMXMwMjAyUVFA4CBw4DIyIuAicuAzU0PgI3PgM7ATcuAyMqAQ4BBw4DBxU+Azc+AzMyHgIXHgMdASMiDgIHDgMVFB4CFx4DMzI+Ajc+AzcVMzU0LgInrjUbGok4EUsSOE1ETQF/AQMFAwMHCQoFBAYGBQIDAwIBAgMEAwMJCw0IFiIFDhIWDQYKCgoFBAoJCgQFCgoJBQUJCgoFBAkHBgIDAwMBJg0WEw8GBgkGAwIFCAUFDA4QCQUJCQgEBAcHBgI3AgUIBsV1dXZHRwEf/uFlBAcOCwsEBAYEAwICAwICBQYHAwUJBwUCAgMCAWIFCAYCAQEBAQMCBAIwAwUEAwIBAgEBAQIDAQIEBgYDCQMEBwQFCw4QCgkPDgsFBQcFAgEBAwICBQUHAxh7DhcTDwUAAAIASQBJAbcBkwAEAIEAABMhFSE1Fx4DFx4DFRQOAgcOAyMiLgInLgMnFR4DFx4DMzI+Ajc+AzU0LgInLgMvAS4DJy4DNTQ+Ajc+AzMyHgIXHgMXNS4DJy4DIyIOAgcOAxUUHgIXHgMfAUkBbv6SvwQIBgYCAgMDAQIDBQQDCAkLBgYNDAwGBg0NDQYGCwwNBgYNDAwHDxoXEggHCwgDAgUHBAUMDxIKHAcNCQcDAgMDAQIDBQMDCAkKBgYLCgsGBQsLCgYGCwwLBgYLDAsGDBcUEQcICwcDAgQHBAUMERUNIAEAJSUxAgMFBAMDBgYHAwUICAYDAgQDAQECAwMCBQcIBEEDBAUDAgECAQEDBgkGBQ8SFQwJEA8NBgYKCggDCwIFBQQDAgUFBgMFBwcFAwIDAwEBAgMCAgQGBgM9AgUDBAEBAgEBAwcJBgYPERMLCA8ODAQFCgoJBQsAAAQAAABJAgABbgAEAAkADgATAAA/ARcHJxc3FwcnJScHFzcXJwcXNwAltiO4AbYluCMB/yO4JbYBuCO2Jdsdkh6TAZQekhwBHZIekwGUHpIcAAAAAAUAAP/bAgAB2wAEAAkADgATABgAABcRIREhASERIREHITUhFRUhNSEVFSE1IRUAAgD+AAHb/koBtkn+3AEk/twBJP7cASQlAgD+AAHc/kkBt5JJSW5JSW5JSQAAAwCTAEkBbQGSABcALwBbAAA3Mh4CFx4DFwYUDgEHDgMrATczNzIeAhceAhQXBhQOAQcOAysBNzMDMzI+Ajc+Ayc2LgInLgMnPgM3PgMnNi4CJy4DKwED+AcNCQkDBAMEAQEBBAQEAgkKDQcqASgBBQsIBwIDAwQBAQQCBAEICAsFKgEoZGQRGRgRCAYLBgQBAQMEBwQGCg8OCggMDQgFAwcDAwEBBAYLBgcQFBcOZAHeAQMEAwMICQwHBgsJCAIDBAMBYYECAgMDAgYHCQUFCQcGAgIEAgFN/uoDBQgGBQ4RFQsKEQ8NBgUJBgQBAQMFBwUECwwOCAsSDw0FBggFAv63AAADACUAAAHbAbcABAANABEAADcRIREhEyMDMzczFzMDBxcjNyUBtv5K/URMOBBLETdLIho0GgABt/5JAW7+20hIASU1eHgAAAACAEIAHwG8AZkAIQBLAAAlBycOAS4BJwcXBw4BIiYvAS4BNDY/AT4BMhYfAR4BFAYHJy4BIgYPAQ4BFBYXHgE+AT8BLgMnLgI2PwE+AhYXBxc3PgE0JicBvJQEBQsMCwYhHg8PJygnDw8PDw8P1w8nKCcPDw8QEA8lCxscHAvFCwwLCgsbHRsLJwMFBgUCCgwDBQhSBg8QEgl+JoYLCwoL9pQEAQECAwMgHg8PDw8PDxAmKCcP1w8QEA8PDycoJw9+CwoLC8YLGx0bCwoLAQsLJgIDBAUCChcXFQhSBgYBBAV9JYYLHBwbCwAAAAMAAABJAgABbgAEAAkADgAAEyEVITUXIRUhNRczFSM1AAIA/gCSAW7+kpPb2wFuSUluSUluSUkAAwAAAEkCAAFuAAQACQAOAAATIRUhNRUhFSE1FTMVIzUAAgD+AAFt/pPc3AFuSUluSUluSUkAAAADAAAASQIAAW4ABAAJAA4AABMhFSE1FSEVITUVIRUhNQAB//4BAf/+AQIA/gABbklJbklJbklJAAMAAABJAgABbgAEAAkADgAAEyEHIScHIRchNxchByEnbgElAf7dAW0B/wH9/wFtASUB/t0BAW5JSW5JSW5JSQAGAAAAJwIAAZUACAANABQAGAAdACEAADc1IxEhFTMRIQEhFSE1FyMVIRUhNQcjNxcXITUhFScXIzdJSQG3Sf5JAUn+kwFtSiX+twFu27hcXG3+2wElKSlJICdJASVK/twBSdzcSbcl3EltbSUlJW5JSQAAAAEAAAABAADCHXSvXw889QALAgAAAAAAz3WLJQAAAADPdYsl////2wIAAdsAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgD//wAAAgAAAQAAAAAAAAAAAAAAAAAAACQAAAAAAAAAAAAAAAABAAAAAgAAAAIAAAACAAAAAgAAbgIAAAACAABtAgAAAAIAAAkCAABJAgD//wIAAAACAAAAAgAAAAIAAJICAAAAAgAAAAIAACUCAAAAAgAAbgIAACUCAAAlAgAASQIAAAACAAAAAgAAkwIAACUCAABCAgAAAAIAAAACAAAAAgAAAAIAAAAAAAAAAAoAFAAeAEAAcAC4AQQBhgGoAfoCQAMCAyYDuARGBFQEcASUBLwFFgVuBY4GLgbUB4IHrAfaCFwIgAj2CRIJLglKCWoJpAAAAAEAAAAkAJAACgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAYAAAAAQAAAAAAAgAOAGoAAQAAAAAAAwAYAC4AAQAAAAAABAAYAHgAAQAAAAAABQAWABgAAQAAAAAABgAMAEYAAQAAAAAACgAoAJAAAwABBAkAAQAYAAAAAwABBAkAAgAOAGoAAwABBAkAAwAYAC4AAwABBAkABAAYAHgAAwABBAkABQAWABgAAwABBAkABgAYAFIAAwABBAkACgAoAJAAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwAFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0UmVkYWN0b3JGb250AFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0AFIAZQBnAHUAbABhAHIAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AABIoAAoAAAAAEeAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAADgEAAA4Bg0Rie09TLzIAAA74AAAAYAAAAGAIIvzVY21hcAAAD1gAAABMAAAATBpVzHZnYXNwAAAPpAAAAAgAAAAIAAAAEGhlYWQAAA+sAAAANgAAADYACVb9aGhlYQAAD+QAAAAkAAAAJAPhAgVobXR4AAAQCAAAAJAAAACQQQED3m1heHAAABCYAAAABgAAAAYAJFAAbmFtZQAAEKAAAAFmAAABZhHEcG1wb3N0AAASCAAAACAAAAAgAAMAAAEABAQAAQEBDVJlZGFjdG9yRm9udAABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeKZviU+HQFHQAAAT8PHQAAAUQRHQAAAAkdAAAN+BIAJQEBDRkbHSAlKi80OT5DSE1SV1xhZmtwdXp/hImOk5idoqessba7wFJlZGFjdG9yRm9udFJlZGFjdG9yRm9udHUwdTF1MjB1RTYwMHVFNjAxdUU2MDJ1RTYwM3VFNjA0dUU2MDV1RTYwNnVFNjA3dUU2MDh1RTYwOXVFNjBBdUU2MEJ1RTYwQ3VFNjBEdUU2MEV1RTYwRnVFNjEwdUU2MTF1RTYxMnVFNjEzdUU2MTR1RTYxNXVFNjE2dUU2MTd1RTYxOHVFNjE5dUU2MUF1RTYxQnVFNjFDdUU2MUR1RTYxRXVFNjFGAAACAYkAIgAkAgABAAQABwAKAA0AQQCYAPEBSQH6Ai8CxwMhA98EGwTXBYEFkQW0BfEGLwagBxEHOgf0CLUJaQmsCfwKhAq5C0QLdAuiC9AMAQxo/JQO/JQO/JQO+5QOi7AVi/gB+JSLi/wB/JSLBfhv990V/EqLi/u5+EqLi/e5Bfu4+5QVi/dv9yb7Avsm+wEFDvcm+AIV+AKLi0L8AouL1AWL+wIV+AKLi0L8AouL1AWL+wIV+AKLi0L8AouL1AX7JvdwFdSLi0JCi4vUBYv7AhXUi4tCQouL1AWL+wIV1IuLQkKLi9QFDviLsBVky0yq+0KWCIshBYuLQMb7LPcT9z33GsW4i4sIiyEF92Wr9wT7QV77Cgj7yfdpFYvIBYuLb3ImSOFBtnqLiwiLfIvXBe6F9yJ7nGSl0PsO6Ps2YwgO9wLUFfe4i4tn+7iLi68FysoVnHmngrGLsounlJydnJ2Up4uyCIv3SUyLi/tXBYt8hoCDg4ODgId8i32Lf4+Dk4OTh5aLmgiL91dLi4v7SQWLZJRvnXkIDvfd+EoVrouL+yrWi4tr+wKLi/dKBbH7kxX3JS/7JS+L1fsDi4uw9wOLi9QF+3LTFfsl5/cl54tC9wOLi2b7A4uLQQWXNhWTg499i3iLf4mBhoSGg4SHgYmOio6KjYiNiI6GjoQIpklri3i5BYuMio2KjYaZhZKEiwiBi4tDbouL90q1iwWfi5mHk4MIVEcVmYsFk4uRjY+Pjo+NkYuUi5SJkoiOh4+FjYOLCH2Li1kFDve393oVRYuu9wyu+wwF+0r7DRXVi6LU7ouiQtWLJve6MIsm+7oFjGcV97iLi0L7uIuL1AUOi7AVi/gB+JSLi/wB/JSLBfdLrxX3JouL1Psmi4tCBYv3AhX3JouL1Psmi4tCBWb3SxX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBbD3cBWLQvcmi4vU+yaLBfe4ixX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBQ74lPdzFfss+xNAUIuLCIv1BftCgExsZEte9wr3BPdB92VrCIv1BYuLxV73PfsaCPxYLBWcsvcim+6RCIs/i5oFi4u2nOHVJs5vpIuLCItOBfs2s/sOLqVGCA73zfe2FXNsgGiLY4tpk3Ccd513n4Gji6CLnJKZmpqakpyLn4uehZt+mH+ZfJJ7i32LgIeChQiIiYmKiYuKi4mMioyKjoqPi5GLpJOknKOco6KcqJYIi6EFWXhlcnRrCPthixV0bH9oi2OLaZNwnXecd6CBoougi5ySmpqZmpKci5+LnoWbfph/mX2Seot+i3+IgoQIiImJioqLiYuKjIqMiY6Kj4uRi6SUpJujnKOinKmWCIuhBVh4ZnJzawgOi/gCFfiUi4tC/JSLi9QF90v7AhX33YuLQvvdi4vUBYv7AhX33YuLQvvdi4vUBWZCFYv3S/snL/cnMAUO9yb4AhX4AouLQvwCi4vUBYv7AhX4AouLQvwCi4vUBYv7AhX4AouLQvwCi4vUBfsh9hXPi4ufc4uL6HeLdYWLd6GRi0Jzi4t3Bav7JRWXl5KTjY6PkI2PjY+Mj4yPi5CLlIiThJCFkYKOf4uHi4aKhoqGioaKhokIi3YFkI6QjZCNkIyPjI+LkIuPio6IjoiMh4uGi4iLiImIiYeJh4eHiIiDgX18CIB+i3jPi4ufXosFjo+QkJGRCIuLBQ74AtQVcItyk3aYCIu/qYsFmIWZh5uLvYu0sIu5i7pisFmLe4t9h36FCG2Li78FoJikk6aL3IvMSYs6iztKSTqLCPtL90sV9yaLi0L7JouL1AVmuhV8i3yHfoUIbYuLcwWAfYR6i3iLeZJ5ln0Ii3SpiwWYhZqHmoubi5mPmJEIqYuLVwV2fnKDcIs6i0rNi9uL3MzN3Iumi6SDoH4Ii1dtiwV+kX2Pe4sIDov3lBX4lIuLQvyUi4vUBQ73m/ftFWL7a0qLgFL3VYuWxEuLtPdry4uWxPtVi4BSzIsFDov4AhX4lIuLQvyUi4vUBfdL+wIV992Li0L73YuL1AWL+wIV992Li0L73YuL1AX7S0IVi/dL9ycv+ycwBQ6LsBWL+AH4lIuL/AH8lIsF+G/33RX8SouL+7n4SouL97kF+0r7SxWvi7vqySyLQvwCi4vU9wL3JvcC+yYFDvhv+EsVi/tw+2/3cPdviwVhYBWShIyChoUI+wf7BwWFhoKMhJKEkoqUkJEI9wj3BwWQkJWKkYQI/CD8HxX3b4r7b/dvi/tuBbW1FZKElYqQkAj3B/cHBZCQipWEkoSRgo2FhQj7BvsHBYWGjYGRhQgO97n3kxWL93D3b/tv+2+KBbW3FYSSipSQkQj3B/cGBZGRlIqShJKEjIGGhgj7CPsHBYaGgYyFkgj7CPsJFftvjPdv+3CL928FYWEVhJKBjIaGCPsH+wcFhoaMgZKEkoSUipGRCPcG9wYFkZGJlIWSCA733bAVi/fdZ4uL+91Bi4v3JgVPi1q8i8iLx7y8x4sI9yeLi/wBZosFDvgm9yYV1Ysv+yUv9yXVi4v3J0GL5/cl5/slQYuL+ycF+3+EFYWCgoSBhoGGgIh/i3WLeZF+mH6XhZ2Looujkp2blpqXopGriwiwi4uUBYuUiJKFj4SQgo1/i3+Lf4l/iH+If4V+hAiLugWWkJeOl46XjZiMmIusi6KEmH6ZfZFyi2gIi/sMV4uLowWL1hV2iwV3i32IhIaDhoeCi36LgY6EkIWQhpOIlIuZi5aQkpaTlo+ai58Ii48FDvdC91kVVoum9wml+wkF+x37ChXDi5zS1oudRMOLPvezR4s++7MF+BPwFYuHBYt3h3uDgIOAf4V9i4GLg46GkYWRiJOLlIuYj5WTkJSQmY6giwihiwWt7RV9mXOSaYt8i36Kfol/iH6Hf4YIi1sFmJOYkJiPl46YjZmLl4uViJGHkoaOhIuCCIuCZYsFaYtyhXt/e3+DeItyi3SReZl+mH6ehaOLmIuXjZWQlpCTk5KUCItzwouL9w8Fi6+EpX2ZCA7U95QV+AKLi2b8AouLsAX3U1oVloeUhZGEkYSOgouCi36GgYKEgoR/iHuLe4t6jnuRepB6lHqXCItKBZqEm4Wch5yIm4mci7OLqZOfm5+alKOLq4ujhZ9/mn6bd5dwlAhvlgV3kX6ShZGFkIiTi5OLl4+UlJGTkZeOm4uai5mImoaZhpqEmYIIi8gFfJF8kHuPfI58jXuLaYtxg3h6d3uCdItui3WQeZd+l32hf61+CKuABQ6L928Vr6n3S/snZ277S/cmBYuLFfdL9yevbvtL+ydnqAX4lIsVZ6n7S/snr273S/cmBYuLFftL9ydnbvdL+yevqAUOi2YVi/iU+JSLi/yU/JSLBfhv+HAV/EqLi/xL+EqLi/hLBUL7JhX7uIuL1Pe4i4tCBYv7AhX7uIuL1Pe4i4tCBYv7AhX7uIuL1Pe4i4tCBQ73jPdyFZ6LmYiUg5ODj36LeYt6h3+DhIOEfYd3iwhii4vstIsFi/cVFZuLloiShJKFjoKLfYt+iIGEhYSFgIh7iwhii4vYtIsFJvuqFfCLBbWLqJKemp2ZlKKLqoulhZ9/mn+ZeZRzjZ+NmpKVl5aXkJuLoIungqB5mHqZcJJoiwgmi4v73QUOsIsVi/hL+EqLi/xL/EqLBfeR+AIVR4s/+7nDi5vT1oucQ8KLQPe5BWlWFaX7DFeLpfcMBQ74UPeKFfso+yiHjwV9h3uNfJMIamupbXx8BWJiSYtitAh8mgVitIvNtLQI92v3awW0tM2LtGIImnwFtGKLSWJiCGb3EhVuqFyKbm4I+1n7WgVtbotcp26ob7qLqKkIsrEFg4+EkIWScKaGsJ+gCN3dBZuapIyifwj7EvsRsWb3GvcaBaiojLpuqAgOi/gCFfiUi4tC/JSLi9QF9yb7AhX4AouLQvwCi4vUBfcn+wIV92+Li0L7b4uL1AUOi/gCFfiUi4tC/JSLi9QFi/sCFfgBi4tC/AGLi9QFi/sCFfdwi4tC+3CLi9QFDov4AhX4k4uLQvyTi4vUBYv7AhX4k4uLQvyTi4vUBYv7AhX4lIuLQvyUi4vUBQ73AvgCFfe4i4tC+7iLi9QF+wL7AhX4lIuLQvyUi4vUBfcC+wIV97iLi0L7uIuL1AUO1LIVi9RCi4v3ufhLi4tB1IuL+7j8S4sF99333RX8AYuL+3D4AYuL93AF1UIVZouL+0v73YuLZvgCi4v3cAX7b0IV+0yL5/cB5/sBBfcBZhX7uYuLsPe5i4tmBWL3AhW0QkKLq9QFDviUFPiUFYsMCgAAAAADAgABkAAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOYfAeD/4P/gAeAAIAAAAAEAAAAAAAAAAAAAACAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAOAAAAAoACAACAAIAAQAg5h///f//AAAAAAAg5gD//f//AAH/4xoEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAQAAhlBJsl8PPPUACwIAAAAAAM91iyUAAAAAz3WLJf///9sCAAHbAAAACAACAAAAAAAAAAEAAAHg/+AAAAIA//8AAAIAAAEAAAAAAAAAAAAAAAAAAAAkAAAAAAAAAAAAAAAAAQAAAAIAAAACAAAAAgAAAAIAAG4CAAAAAgAAbQIAAAACAAAJAgAASQIA//8CAAAAAgAAAAIAAAACAACSAgAAAAIAAAACAAAlAgAAAAIAAG4CAAAlAgAAJQIAAEkCAAAAAgAAAAIAAJMCAAAlAgAAQgIAAAACAAAAAgAAAAIAAAACAAAAAABQAAAkAAAAAAAOAK4AAQAAAAAAAQAYAAAAAQAAAAAAAgAOAGoAAQAAAAAAAwAYAC4AAQAAAAAABAAYAHgAAQAAAAAABQAWABgAAQAAAAAABgAMAEYAAQAAAAAACgAoAJAAAwABBAkAAQAYAAAAAwABBAkAAgAOAGoAAwABBAkAAwAYAC4AAwABBAkABAAYAHgAAwABBAkABQAWABgAAwABBAkABgAYAFIAAwABBAkACgAoAJAAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwAFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0UmVkYWN0b3JGb250AFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0AFIAZQBnAHUAbABhAHIAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
  font-weight: normal;
  font-style: normal;
}
/*
	Box
*/
.redactor-box {
  position: relative;
  overflow: visible;
  margin-bottom: 24px;
}
.redactor-box iframe,
.redactor-box textarea {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.redactor-box iframe {
  border: 1px solid #eee;
}
.redactor-box textarea {
  overflow: auto;
  outline: none;
  border: none;
  background-color: #111;
  box-shadow: none;
  color: #ccc;
  font-size: 13px;
  font-family: Menlo, Monaco, monospace, sans-serif;
  resize: none;
}
.redactor-box textarea:focus {
  outline: none;
}
/*
	Z-index setup
*/
.redactor-editor,
.redactor-box {
  background: #fff;
}
.redactor-editor,
.redactor-box,
.redactor-box textarea {
  z-index: auto !important;
}
.redactor-box-fullscreen {
  z-index: 1052 !important;
}
.redactor-toolbar,
.redactor-dropdown {
  z-index: 1053 !important;
}
#redactor-modal-overlay,
#redactor-modal-box,
#redactor-modal {
  z-index: 1054 !important;
}
/*
	Resize
*/
.redactor-resize {
  background: #f4f4f4;
  padding: 4px 0 3px 0;
  cursor: move;
  border: 1px solid #e3e3e3;
  border-top: none;
}
.redactor-resize div {
  width: 30px;
  margin: auto;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}
/*
	Fullscreen
*/
body .redactor-box-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/*
	Utils
*/
.body-hidden {
  overflow: hidden;
}
/*
	Editor
*/
.redactor-editor {
  position: relative;
  overflow: auto;
  margin: 0 !important;
  padding: 20px;
  outline: none;
  white-space: normal;
  border: 1px solid #eee;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}
.redactor-editor:focus {
  outline: none;
}
/*
	Placeholder
*/
.redactor-placeholder {
  position: relative;
}
.redactor-placeholder:after {
  position: absolute;
  top: 20px;
  left: 20px;
  content: attr(placeholder);
  color: #999 !important;
  font-weight: normal !important;
}
/* Placeholder in linebreaks mode */
.redactor-linebreaks.redactor-placeholder:after {
  top: 20px;
  left: 20px;
}
/*
	Toolbar
*/
.redactor-toolbar {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  font-size: 14px !important;
  line-height: 1 !important;
  background: #fff;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.redactor-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.redactor-toolbar.redactor-toolbar-overflow {
  overflow-y: auto;
  height: 29px;
  white-space: nowrap;
}
.redactor-toolbar.redactor-toolbar-external {
  z-index: 999;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.redactor-toolbar li {
  vertical-align: top;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  outline: none;
  list-style: none !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.redactor-toolbar li a {
  display: block;
  color: #333;
  text-align: center;
  padding: 9px 10px;
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  zoom: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.redactor-toolbar li a:hover {
  outline: none;
  background-color: #1f78d8;
  color: #fff;
}
.redactor-toolbar li a:hover i:before {
  color: #fff;
}
.redactor-toolbar li a:active,
.redactor-toolbar li a.redactor-act {
  outline: none;
  background-color: #ccc;
  color: #444;
}
.redactor-toolbar li a.redactor-btn-image {
  width: 14px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
}
.redactor-toolbar li a.fa-redactor-btn {
  display: inline-block;
  padding: 9px 10px 8px 10px;
  line-height: 1;
}
.redactor-toolbar li a.redactor-button-disabled {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.redactor-toolbar li a.redactor-button-disabled:hover {
  color: #333;
  outline: none;
  background-color: transparent !important;
  cursor: default;
}
/*
	Icons
*/
.re-icon {
  font-family: 'RedactorFont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.re-icon i:before {
  position: relative;
  font-size: 14px;
}
.re-video:before {
  content: "\e600";
}
.re-unorderedlist:before {
  content: "\e601";
}
.re-undo:before {
  content: "\e602";
}
.re-underline:before {
  content: "\e603";
}
.re-textdirection:before {
  content: "\e604";
}
.re-fontcolor:before {
  content: "\e605";
}
.re-table:before {
  content: "\e606";
}
.re-redo:before {
  content: "\e607";
}
.re-quote:before {
  content: "\e608";
}
.re-outdent:before {
  content: "\e609";
}
.re-orderedlist:before {
  content: "\e60a";
}
.re-link:before {
  content: "\e60b";
}
.re-horizontalrule:before {
  content: "\e60c";
}
.re-italic:before {
  content: "\e60d";
}
.re-indent:before {
  content: "\e60e";
}
.re-image:before {
  content: "\e60f";
}
.re-fullscreen:before {
  content: "\e610";
}
.re-normalscreen:before {
  content: "\e611";
}
.re-formatting:before {
  content: "\e612";
}
.re-fontsize:before {
  content: "\e613";
}
.re-fontfamily:before {
  content: "\e614";
}
.re-deleted:before {
  content: "\e615";
}
.re-html:before {
  content: "\e616";
}
.re-clips:before {
  content: "\e617";
}
.re-bold:before {
  content: "\e618";
}
.re-backcolor:before {
  content: "\e619";
}
.re-file:before {
  content: "\e61a";
}
.re-alignright:before {
  content: "\e61b";
}
.re-alignment:before,
.re-alignleft:before {
  content: "\e61c";
}
.re-alignjustify:before {
  content: "\e61d";
}
.re-aligncenter:before {
  content: "\e61e";
}
.re-gallery:before {
  content: "\e61f";
}
/*
	Toolbar tooltip
*/
.redactor-toolbar-tooltip {
  position: absolute;
  z-index: 1054;
  text-align: center;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 5px 8px;
  line-height: 1;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 12px;
  border-radius: 2px;
}
/*
	Dropdown
*/
.redactor-dropdown {
  position: absolute;
  top: 28px;
  left: 0;
  padding: 0;
  min-width: 220px;
  max-height: 254px;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  line-height: 1.6em;
}
.redactor-dropdown a {
  display: block;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.redactor-dropdown a:last-child {
  border-bottom: none;
}
.redactor-dropdown a:hover {
  background-color: #1f78d8;
  color: #fff !important;
  text-decoration: none;
}
/*
	IMAGE BOX
*/
#redactor-image-box {
  position: relative;
  max-width: 100%;
  display: inline-block;
  line-height: 0;
  outline: 1px dashed rgba(0, 0, 0, 0.6);
}
#redactor-image-editter {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -18px;
  line-height: 1;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  padding: 7px 10px;
  cursor: pointer;
}
#redactor-image-resizer {
  position: absolute;
  z-index: 2;
  line-height: 1;
  cursor: nw-resize;
  bottom: -4px;
  right: -5px;
  border: 1px solid #fff;
  background-color: #000;
  width: 8px;
  height: 8px;
}
/*
	LINK TOOLTIP
*/
.redactor-link-tooltip {
  position: absolute;
  z-index: 49999;
  padding: 10px;
  line-height: 1;
  display: inline-block;
  background-color: #000;
  color: #555 !important;
}
.redactor-link-tooltip,
.redactor-link-tooltip a {
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}
.redactor-link-tooltip a {
  color: #ccc;
  margin: 0 5px;
  text-decoration: none;
}
.redactor-link-tooltip a:hover {
  color: #fff;
}
/*
	DROPAREA
*/
#redactor-droparea {
  position: relative;
  overflow: hidden;
  padding: 140px 20px;
  border: 3px dashed rgba(0, 0, 0, 0.1);
}
#redactor-droparea.drag-hover {
  background: rgba(200, 222, 250, 0.75);
}
#redactor-droparea.drag-drop {
  background: rgba(250, 248, 200, 0.5);
}
#redactor-droparea-placeholder {
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
}
/*
	PROGRESS
*/
#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}
#redactor-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3d58a8;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-size: 40px 40px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/*
	MODAL
*/
#redactor-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: #000 !important;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
#redactor-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
#redactor-modal {
  position: relative;
  margin: auto;
  margin-bottom: 20px;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 14px !important;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  box-shadow: 0 1px 70px rgba(0, 0, 0, 0.5);
}
#redactor-modal header {
  padding: 30px 40px 5px 40px;
  font-size: 18px;
  font-weight: bold;
}
#redactor-modal section {
  padding: 30px 40px 50px 40px;
}
#redactor-modal label {
  display: block;
  float: none !important;
  margin: 15px 0 3px 0 !important;
  padding: 0;
}
#redactor-modal input[type="radio"],
#redactor-modal input[type="checkbox"] {
  position: relative;
  top: -1px;
}
#redactor-modal select {
  width: 100%;
}
#redactor-modal input[type="text"],
#redactor-modal input[type="password"],
#redactor-modal input[type="email"],
#redactor-modal input[type="url"],
#redactor-modal textarea {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 5px 4px;
  height: 28px;
  border: 1px solid #ccc;
  border-radius: 1px;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  color: #333;
  width: 100%;
  font-size: 14px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  -moz-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}
#redactor-modal input[type="text"]:focus,
#redactor-modal input[type="password"]:focus,
#redactor-modal input[type="email"]:focus,
#redactor-modal input[type="url"]:focus,
#redactor-modal textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
#redactor-modal input[type="text"].redactor-input-error,
#redactor-modal input[type="password"].redactor-input-error,
#redactor-modal input[type="email"].redactor-input-error,
#redactor-modal input[type="url"].redactor-input-error,
#redactor-modal textarea.redactor-input-error {
  border-color: #e82f2f;
  box-shadow: 0 0 0 2px rgba(232, 47, 47, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
#redactor-modal textarea {
  display: block;
  margin-top: 4px;
  line-height: 1.4em;
}
/*
	Tabs in Modal
*/
#redactor-modal-tabber {
  margin-bottom: 15px;
  font-size: 12px;
}
#redactor-modal-tabber a {
  border: 1px solid #ddd;
  line-height: 1;
  padding: 8px 15px;
  margin-right: -1px;
  text-decoration: none;
  color: #000;
}
#redactor-modal-tabber a:hover {
  background-color: #1f78d8;
  border-color: #1f78d8;
  color: #fff;
}
#redactor-modal-tabber a.active {
  cursor: default;
  background-color: #ddd;
  border-color: #ddd;
  color: rgba(0, 0, 0, 0.6);
}
/*
	List in Modal
*/
#redactor-modal #redactor-modal-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  max-height: 250px;
  overflow-x: scroll;
}
#redactor-modal #redactor-modal-list li {
  border-bottom: 1px solid #ddd;
}
#redactor-modal #redactor-modal-list li:last-child {
  border-bottom: none;
}
#redactor-modal #redactor-modal-list a {
  padding: 10px 5px;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  display: block;
  position: relative;
}
#redactor-modal #redactor-modal-list a:hover {
  background-color: #eee;
}
#redactor-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  text-align: right;
  color: #bbb;
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
}
#redactor-modal-close:hover {
  color: #000;
}
#redactor-modal footer button {
  position: relative;
  width: 100%;
  padding: 14px 16px;
  margin: 0;
  outline: none;
  border: none;
  background-color: #ddd;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  line-height: 1;
  cursor: pointer;
}
#redactor-modal footer button:hover {
  color: #777;
  background: none;
  background: #bbb;
  text-decoration: none;
}
#redactor-modal footer button.redactor-modal-delete-btn {
  background: none;
  color: #fff;
  background-color: #b52525;
}
#redactor-modal footer button.redactor-modal-delete-btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #881b1b;
}
#redactor-modal footer button.redactor-modal-action-btn {
  background: none;
  color: #fff;
  background-color: #2461b5;
}
#redactor-modal footer button.redactor-modal-action-btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #1a4580;
}
/*
	##############################################

	DROPDOWN FORMATTING

	##############################################
*/
.redactor-dropdown .redactor-formatting-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
.redactor-dropdown .redactor-formatting-pre {
  font-family: monospace, sans-serif;
}
.redactor-dropdown .redactor-formatting-h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h3 {
  font-size: 21px;
  line-height: 30px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h5 {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
}
/*
	##############################################

	 CONTENT STYLES

	##############################################
*/
.redactor-editor code,
.redactor-editor pre {
  font-family: Menlo, Monaco, monospace, sans-serif;
}
.redactor-editor div,
.redactor-editor p,
.redactor-editor ul,
.redactor-editor ol,
.redactor-editor table,
.redactor-editor dl,
.redactor-editor blockquote,
.redactor-editor pre {
  font-size: 14px;
  line-height: 1.6em;
}
.redactor-editor a {
  color: #15c;
  text-decoration: underline;
}
.redactor-editor object,
.redactor-editor embed,
.redactor-editor video,
.redactor-editor img {
  max-width: 100%;
  width: auto;
}
.redactor-editor video,
.redactor-editor img {
  height: auto;
}
.redactor-editor div,
.redactor-editor p,
.redactor-editor ul,
.redactor-editor ol,
.redactor-editor table,
.redactor-editor dl,
.redactor-editor figure,
.redactor-editor blockquote,
.redactor-editor pre {
  margin: 0;
  margin-bottom: 15px;
  border: none;
  background: none;
  box-shadow: none;
}
.redactor-editor iframe,
.redactor-editor object,
.redactor-editor hr {
  margin-bottom: 15px;
}
.redactor-editor iframe {
  width: auto;
}
.redactor-editor blockquote {
  margin-left: 1.6em !important;
  padding-left: 0;
  color: #777;
  font-style: italic;
}
.redactor-editor ul,
.redactor-editor ol {
  padding-left: 2em;
}
.redactor-editor ul ul,
.redactor-editor ol ol,
.redactor-editor ul ol,
.redactor-editor ol ul {
  margin: 2px;
  padding: 0;
  padding-left: 2em;
  border: none;
}
.redactor-editor dl dt {
  font-weight: bold;
}
.redactor-editor dd {
  margin-left: 1em;
}
.redactor-editor table {
  border-collapse: collapse;
  font-size: 1em;
  width: 100%;
}
.redactor-editor table td,
.redactor-editor table th {
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.redactor-editor table thead td,
.redactor-editor table th {
  font-weight: bold;
  border-bottom-color: #888;
}
.redactor-editor code {
  background-color: #d8d7d7;
}
.redactor-editor pre {
  overflow: auto;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f8f8f8;
  white-space: pre;
  font-size: 90%;
}
.redactor-editor hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}
.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4,
.redactor-editor h5,
.redactor-editor h6 {
  font-weight: bold;
  color: #000;
  padding: 0;
  background: none;
  text-rendering: optimizeLegibility;
  margin: 0 0 .5em 0;
}
.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4 {
  line-height: 1.3;
}
.redactor-editor h1 {
  font-size: 36px;
}
.redactor-editor h2 {
  font-size: 24px;
  margin-bottom: .7em;
}
.redactor-editor h3 {
  font-size: 21px;
}
.redactor-editor h4 {
  font-size: 18px;
}
.redactor-editor h5 {
  font-size: 16px;
}
.redactor-editor h6 {
  font-size: 12px;
  text-transform: uppercase;
}
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i);
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/assets/fontawesome-webfont-d4f5a99224154f2a808e42a441ddc9248ffe78b7a4083684ce159270b30b912a.eot");
  src: url("/assets/fontawesome-webfont-d4f5a99224154f2a808e42a441ddc9248ffe78b7a4083684ce159270b30b912a.eot?#iefix") format("embedded-opentype"), url("/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2") format("woff2"), url("/assets/fontawesome-webfont-a7c7e4930090e038a280fd61d88f0dc03dad4aeaedbd8c9be3dd9aa4c3b6f8d1.woff") format("woff"), url("/assets/fontawesome-webfont-1b7f3de49d68b01f415574ebb82e6110a1d09cda2071ad8451bdb5124131a292.ttf") format("truetype"), url("/assets/fontawesome-webfont-b3a230dc956cc55ffcae2ef35660fd047582e155065a962b33efc28ed2818a7f.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 19, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
/* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

/* line 33, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em; }

/* line 36, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em; }

/* line 39, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em; }

/* line 42, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em; }

/* line 45, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center; }

/* line 49, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

/* line 54, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative; }

/* line 57, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

/* line 64, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em; }

/* line 67, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

/* line 72, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left; }

/* line 75, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right; }

/* line 78, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em; }

/* line 81, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
/* line 85, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right; }

/* line 88, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left; }

/* line 91, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em; }

/* line 94, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em; }

/* line 97, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

/* line 101, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* line 125, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 131, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 137, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 143, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* line 149, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

/* line 155, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

/* line 162, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* line 170, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 177, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit; }

/* line 180, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em; }

/* line 183, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000"; }

/* line 191, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001"; }

/* line 194, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002"; }

/* line 197, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003"; }

/* line 200, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004"; }

/* line 203, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005"; }

/* line 206, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006"; }

/* line 209, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007"; }

/* line 212, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008"; }

/* line 215, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009"; }

/* line 218, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a"; }

/* line 221, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b"; }

/* line 224, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c"; }

/* line 227, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

/* line 232, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e"; }

/* line 235, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010"; }

/* line 238, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011"; }

/* line 241, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012"; }

/* line 244, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

/* line 248, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014"; }

/* line 251, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015"; }

/* line 254, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016"; }

/* line 257, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017"; }

/* line 260, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018"; }

/* line 263, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019"; }

/* line 266, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

/* line 269, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

/* line 272, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c"; }

/* line 275, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d"; }

/* line 278, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

/* line 282, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021"; }

/* line 285, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022"; }

/* line 288, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023"; }

/* line 291, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024"; }

/* line 294, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025"; }

/* line 297, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026"; }

/* line 300, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027"; }

/* line 303, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028"; }

/* line 306, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029"; }

/* line 309, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a"; }

/* line 312, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b"; }

/* line 315, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c"; }

/* line 318, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d"; }

/* line 321, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e"; }

/* line 324, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f"; }

/* line 327, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030"; }

/* line 330, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031"; }

/* line 333, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032"; }

/* line 336, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033"; }

/* line 339, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034"; }

/* line 342, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035"; }

/* line 345, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036"; }

/* line 348, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037"; }

/* line 351, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038"; }

/* line 354, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039"; }

/* line 357, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a"; }

/* line 360, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

/* line 364, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c"; }

/* line 367, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d"; }

/* line 370, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

/* line 375, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040"; }

/* line 378, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041"; }

/* line 381, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042"; }

/* line 384, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043"; }

/* line 387, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

/* line 391, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045"; }

/* line 394, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046"; }

/* line 397, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047"; }

/* line 400, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048"; }

/* line 403, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049"; }

/* line 406, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a"; }

/* line 409, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b"; }

/* line 412, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c"; }

/* line 415, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d"; }

/* line 418, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e"; }

/* line 421, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050"; }

/* line 424, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051"; }

/* line 427, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052"; }

/* line 430, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053"; }

/* line 433, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054"; }

/* line 436, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055"; }

/* line 439, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056"; }

/* line 442, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057"; }

/* line 445, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058"; }

/* line 448, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059"; }

/* line 451, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a"; }

/* line 454, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b"; }

/* line 457, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c"; }

/* line 460, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d"; }

/* line 463, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e"; }

/* line 466, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060"; }

/* line 469, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061"; }

/* line 472, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062"; }

/* line 475, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063"; }

/* line 478, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

/* line 482, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065"; }

/* line 485, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066"; }

/* line 488, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067"; }

/* line 491, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068"; }

/* line 494, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069"; }

/* line 497, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a"; }

/* line 500, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b"; }

/* line 503, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c"; }

/* line 506, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d"; }

/* line 509, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e"; }

/* line 512, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070"; }

/* line 515, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

/* line 519, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072"; }

/* line 522, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073"; }

/* line 525, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074"; }

/* line 528, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075"; }

/* line 531, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076"; }

/* line 534, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077"; }

/* line 537, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078"; }

/* line 540, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079"; }

/* line 543, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a"; }

/* line 546, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b"; }

/* line 549, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c"; }

/* line 552, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d"; }

/* line 555, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e"; }

/* line 558, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

/* line 562, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081"; }

/* line 565, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082"; }

/* line 568, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083"; }

/* line 571, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084"; }

/* line 574, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

/* line 578, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086"; }

/* line 581, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087"; }

/* line 584, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088"; }

/* line 587, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089"; }

/* line 590, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a"; }

/* line 593, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b"; }

/* line 596, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c"; }

/* line 599, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d"; }

/* line 602, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e"; }

/* line 605, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090"; }

/* line 608, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091"; }

/* line 611, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092"; }

/* line 614, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093"; }

/* line 617, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094"; }

/* line 620, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095"; }

/* line 623, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096"; }

/* line 626, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097"; }

/* line 629, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098"; }

/* line 632, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099"; }

/* line 635, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

/* line 639, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b"; }

/* line 642, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c"; }

/* line 645, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d"; }

/* line 648, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

/* line 652, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0"; }

/* line 655, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1"; }

/* line 658, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3"; }

/* line 661, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3"; }

/* line 664, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4"; }

/* line 667, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5"; }

/* line 670, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6"; }

/* line 673, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7"; }

/* line 676, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8"; }

/* line 679, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9"; }

/* line 682, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa"; }

/* line 685, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab"; }

/* line 688, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac"; }

/* line 691, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad"; }

/* line 694, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae"; }

/* line 697, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0"; }

/* line 700, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1"; }

/* line 703, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2"; }

/* line 706, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

/* line 710, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

/* line 714, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2"; }

/* line 717, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3"; }

/* line 720, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

/* line 724, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

/* line 728, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6"; }

/* line 731, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

/* line 735, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8"; }

/* line 738, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

/* line 743, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca"; }

/* line 746, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb"; }

/* line 749, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc"; }

/* line 752, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd"; }

/* line 755, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce"; }

/* line 758, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0"; }

/* line 761, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1"; }

/* line 764, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2"; }

/* line 767, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3"; }

/* line 770, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4"; }

/* line 773, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5"; }

/* line 776, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6"; }

/* line 779, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7"; }

/* line 782, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8"; }

/* line 785, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9"; }

/* line 788, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da"; }

/* line 791, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db"; }

/* line 794, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

/* line 798, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

/* line 802, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

/* line 806, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0"; }

/* line 809, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1"; }

/* line 812, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

/* line 816, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

/* line 820, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

/* line 824, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5"; }

/* line 827, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6"; }

/* line 830, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

/* line 834, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8"; }

/* line 837, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9"; }

/* line 840, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

/* line 844, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb"; }

/* line 847, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec"; }

/* line 850, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed"; }

/* line 853, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee"; }

/* line 856, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0"; }

/* line 859, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1"; }

/* line 862, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2"; }

/* line 865, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2"; }

/* line 868, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4"; }

/* line 871, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5"; }

/* line 874, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6"; }

/* line 877, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7"; }

/* line 880, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8"; }

/* line 883, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9"; }

/* line 886, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa"; }

/* line 889, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb"; }

/* line 892, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc"; }

/* line 895, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd"; }

/* line 898, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe"; }

/* line 901, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100"; }

/* line 904, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101"; }

/* line 907, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102"; }

/* line 910, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103"; }

/* line 913, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104"; }

/* line 916, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105"; }

/* line 919, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106"; }

/* line 922, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107"; }

/* line 925, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108"; }

/* line 928, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109"; }

/* line 931, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a"; }

/* line 934, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

/* line 938, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c"; }

/* line 941, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d"; }

/* line 944, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e"; }

/* line 947, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110"; }

/* line 950, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111"; }

/* line 953, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

/* line 957, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113"; }

/* line 960, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114"; }

/* line 963, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115"; }

/* line 966, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118"; }

/* line 969, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119"; }

/* line 972, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a"; }

/* line 975, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b"; }

/* line 978, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c"; }

/* line 981, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d"; }

/* line 984, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e"; }

/* line 987, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120"; }

/* line 990, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121"; }

/* line 993, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

/* line 997, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

/* line 1002, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124"; }

/* line 1005, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125"; }

/* line 1008, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126"; }

/* line 1011, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

/* line 1015, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128"; }

/* line 1018, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129"; }

/* line 1021, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a"; }

/* line 1024, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b"; }

/* line 1027, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c"; }

/* line 1030, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d"; }

/* line 1033, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e"; }

/* line 1036, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130"; }

/* line 1039, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131"; }

/* line 1042, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132"; }

/* line 1045, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133"; }

/* line 1048, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134"; }

/* line 1051, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135"; }

/* line 1054, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136"; }

/* line 1057, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137"; }

/* line 1060, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138"; }

/* line 1063, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139"; }

/* line 1066, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a"; }

/* line 1069, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b"; }

/* line 1072, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c"; }

/* line 1075, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d"; }

/* line 1078, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e"; }

/* line 1081, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140"; }

/* line 1084, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141"; }

/* line 1087, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142"; }

/* line 1090, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143"; }

/* line 1093, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144"; }

/* line 1096, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145"; }

/* line 1099, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146"; }

/* line 1102, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147"; }

/* line 1105, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148"; }

/* line 1108, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149"; }

/* line 1111, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a"; }

/* line 1114, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b"; }

/* line 1117, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c"; }

/* line 1120, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d"; }

/* line 1123, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e"; }

/* line 1126, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

/* line 1130, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

/* line 1134, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

/* line 1138, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

/* line 1142, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154"; }

/* line 1145, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

/* line 1149, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

/* line 1153, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

/* line 1159, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

/* line 1164, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

/* line 1168, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

/* line 1172, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b"; }

/* line 1175, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c"; }

/* line 1178, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d"; }

/* line 1181, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e"; }

/* line 1184, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160"; }

/* line 1187, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161"; }

/* line 1190, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162"; }

/* line 1193, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163"; }

/* line 1196, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164"; }

/* line 1199, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165"; }

/* line 1202, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166"; }

/* line 1205, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167"; }

/* line 1208, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168"; }

/* line 1211, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169"; }

/* line 1214, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a"; }

/* line 1217, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b"; }

/* line 1220, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c"; }

/* line 1223, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d"; }

/* line 1226, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e"; }

/* line 1229, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170"; }

/* line 1232, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171"; }

/* line 1235, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172"; }

/* line 1238, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173"; }

/* line 1241, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174"; }

/* line 1244, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175"; }

/* line 1247, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176"; }

/* line 1250, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177"; }

/* line 1253, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178"; }

/* line 1256, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179"; }

/* line 1259, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a"; }

/* line 1262, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b"; }

/* line 1265, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c"; }

/* line 1268, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d"; }

/* line 1271, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e"; }

/* line 1274, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180"; }

/* line 1277, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181"; }

/* line 1280, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182"; }

/* line 1283, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183"; }

/* line 1286, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

/* line 1290, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185"; }

/* line 1293, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186"; }

/* line 1296, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187"; }

/* line 1299, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188"; }

/* line 1302, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189"; }

/* line 1305, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a"; }

/* line 1308, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b"; }

/* line 1311, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c"; }

/* line 1314, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d"; }

/* line 1317, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

/* line 1320, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190"; }

/* line 1323, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

/* line 1327, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192"; }

/* line 1330, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193"; }

/* line 1333, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194"; }

/* line 1336, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

/* line 1340, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196"; }

/* line 1343, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197"; }

/* line 1346, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198"; }

/* line 1349, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199"; }

/* line 1352, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a"; }

/* line 1355, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b"; }

/* line 1358, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

/* line 1363, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

/* line 1367, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e"; }

/* line 1370, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0"; }

/* line 1373, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1"; }

/* line 1376, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2"; }

/* line 1379, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

/* line 1382, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4"; }

/* line 1385, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5"; }

/* line 1388, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6"; }

/* line 1391, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7"; }

/* line 1394, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8"; }

/* line 1397, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9"; }

/* line 1400, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa"; }

/* line 1403, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab"; }

/* line 1406, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac"; }

/* line 1409, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad"; }

/* line 1412, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae"; }

/* line 1415, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0"; }

/* line 1418, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1"; }

/* line 1421, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2"; }

/* line 1424, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3"; }

/* line 1427, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4"; }

/* line 1430, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5"; }

/* line 1433, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6"; }

/* line 1436, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7"; }

/* line 1439, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8"; }

/* line 1442, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

/* line 1446, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

/* line 1450, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb"; }

/* line 1453, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc"; }

/* line 1456, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd"; }

/* line 1459, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be"; }

/* line 1462, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0"; }

/* line 1465, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1"; }

/* line 1468, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2"; }

/* line 1471, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3"; }

/* line 1474, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

/* line 1477, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

/* line 1482, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

/* line 1486, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

/* line 1490, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

/* line 1494, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9"; }

/* line 1497, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca"; }

/* line 1500, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb"; }

/* line 1503, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc"; }

/* line 1506, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

/* line 1513, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce"; }

/* line 1516, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

/* line 1521, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

/* line 1525, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2"; }

/* line 1528, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3"; }

/* line 1531, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

/* line 1536, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5"; }

/* line 1539, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6"; }

/* line 1542, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

/* line 1546, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

/* line 1550, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

/* line 1554, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da"; }

/* line 1557, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db"; }

/* line 1560, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc"; }

/* line 1563, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd"; }

/* line 1566, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de"; }

/* line 1569, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0"; }

/* line 1572, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1"; }

/* line 1575, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2"; }

/* line 1578, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

/* line 1582, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4"; }

/* line 1585, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5"; }

/* line 1588, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6"; }

/* line 1591, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7"; }

/* line 1594, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8"; }

/* line 1597, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9"; }

/* line 1600, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea"; }

/* line 1603, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb"; }

/* line 1606, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec"; }

/* line 1609, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed"; }

/* line 1612, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee"; }

/* line 1615, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0"; }

/* line 1618, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1"; }

/* line 1621, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2"; }

/* line 1624, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3"; }

/* line 1627, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4"; }

/* line 1630, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5"; }

/* line 1633, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6"; }

/* line 1636, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7"; }

/* line 1639, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8"; }

/* line 1642, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9"; }

/* line 1645, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa"; }

/* line 1648, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb"; }

/* line 1651, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc"; }

/* line 1654, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd"; }

/* line 1657, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe"; }

/* line 1660, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200"; }

/* line 1663, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201"; }

/* line 1666, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202"; }

/* line 1669, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203"; }

/* line 1672, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204"; }

/* line 1675, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205"; }

/* line 1678, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206"; }

/* line 1681, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207"; }

/* line 1684, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208"; }

/* line 1687, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209"; }

/* line 1690, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a"; }

/* line 1693, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

/* line 1698, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c"; }

/* line 1701, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d"; }

/* line 1704, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e"; }

/* line 1707, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210"; }

/* line 1710, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211"; }

/* line 1713, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212"; }

/* line 1716, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213"; }

/* line 1719, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214"; }

/* line 1722, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215"; }

/* line 1725, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216"; }

/* line 1728, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217"; }

/* line 1731, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218"; }

/* line 1734, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219"; }

/* line 1737, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a"; }

/* line 1740, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b"; }

/* line 1743, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c"; }

/* line 1746, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d"; }

/* line 1749, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e"; }

/* line 1752, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221"; }

/* line 1755, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222"; }

/* line 1758, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223"; }

/* line 1761, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

/* line 1765, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225"; }

/* line 1768, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226"; }

/* line 1771, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227"; }

/* line 1774, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228"; }

/* line 1777, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229"; }

/* line 1780, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a"; }

/* line 1783, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b"; }

/* line 1786, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c"; }

/* line 1789, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d"; }

/* line 1792, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230"; }

/* line 1795, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231"; }

/* line 1798, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232"; }

/* line 1801, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233"; }

/* line 1804, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234"; }

/* line 1807, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235"; }

/* line 1810, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

/* line 1814, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237"; }

/* line 1817, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238"; }

/* line 1820, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239"; }

/* line 1823, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a"; }

/* line 1826, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

/* line 1830, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c"; }

/* line 1833, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d"; }

/* line 1836, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e"; }

/* line 1839, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

/* line 1844, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

/* line 1848, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

/* line 1852, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

/* line 1856, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

/* line 1860, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245"; }

/* line 1863, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246"; }

/* line 1866, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247"; }

/* line 1869, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248"; }

/* line 1872, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249"; }

/* line 1875, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a"; }

/* line 1878, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b"; }

/* line 1881, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c"; }

/* line 1884, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d"; }

/* line 1887, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e"; }

/* line 1890, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250"; }

/* line 1893, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

/* line 1897, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

/* line 1901, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

/* line 1905, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254"; }

/* line 1908, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

/* line 1912, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

/* line 1916, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257"; }

/* line 1919, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258"; }

/* line 1922, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259"; }

/* line 1925, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a"; }

/* line 1928, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b"; }

/* line 1931, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c"; }

/* line 1934, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d"; }

/* line 1937, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e"; }

/* line 1940, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260"; }

/* line 1943, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261"; }

/* line 1946, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262"; }

/* line 1949, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263"; }

/* line 1952, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264"; }

/* line 1955, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265"; }

/* line 1958, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266"; }

/* line 1961, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267"; }

/* line 1964, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268"; }

/* line 1967, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269"; }

/* line 1970, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a"; }

/* line 1973, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b"; }

/* line 1976, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

/* line 1980, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d"; }

/* line 1983, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e"; }

/* line 1986, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270"; }

/* line 1989, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271"; }

/* line 1992, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272"; }

/* line 1995, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273"; }

/* line 1998, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274"; }

/* line 2001, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275"; }

/* line 2004, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276"; }

/* line 2007, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277"; }

/* line 2010, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278"; }

/* line 2013, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279"; }

/* line 2016, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a"; }

/* line 2019, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b"; }

/* line 2022, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c"; }

/* line 2025, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d"; }

/* line 2028, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e"; }

/* line 2031, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280"; }

/* line 2034, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281"; }

/* line 2037, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282"; }

/* line 2040, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283"; }

/* line 2043, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284"; }

/* line 2046, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285"; }

/* line 2049, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286"; }

/* line 2052, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287"; }

/* line 2055, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288"; }

/* line 2058, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289"; }

/* line 2061, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a"; }

/* line 2064, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b"; }

/* line 2067, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c"; }

/* line 2070, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d"; }

/* line 2073, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e"; }

/* line 2076, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290"; }

/* line 2079, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291"; }

/* line 2082, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292"; }

/* line 2085, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293"; }

/* line 2088, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294"; }

/* line 2091, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295"; }

/* line 2094, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296"; }

/* line 2097, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297"; }

/* line 2100, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298"; }

/* line 2103, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299"; }

/* line 2106, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a"; }

/* line 2109, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b"; }

/* line 2112, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c"; }

/* line 2115, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d"; }

/* line 2118, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e"; }

/* line 2121, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0"; }

/* line 2124, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1"; }

/* line 2127, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

/* line 2130, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

/* line 2134, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

/* line 2139, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5"; }

/* line 2142, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6"; }

/* line 2145, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

/* line 2149, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8"; }

/* line 2152, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9"; }

/* line 2155, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa"; }

/* line 2158, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab"; }

/* line 2161, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac"; }

/* line 2164, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad"; }

/* line 2167, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae"; }

/* line 2170, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0"; }

/* line 2173, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1"; }

/* line 2176, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2"; }

/* line 2179, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

/* line 2183, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

/* line 2187, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5"; }

/* line 2190, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6"; }

/* line 2193, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7"; }

/* line 2196, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8"; }

/* line 2199, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9"; }

/* line 2202, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba"; }

/* line 2205, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

/* line 2209, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

/* line 2213, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd"; }

/* line 2216, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be"; }

/* line 2219, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0"; }

/* line 2222, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1"; }

/* line 2225, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

/* line 2229, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

/* line 2233, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4"; }

/* line 2236, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5"; }

/* line 2239, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6"; }

/* line 2242, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

/* line 2247, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

/* line 2251, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

/* line 2255, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

/* line 2259, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

/* line 2263, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc"; }

/* line 2266, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

/* line 2271, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce"; }

/* line 2274, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0"; }

/* line 2277, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1"; }

/* line 2280, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2"; }

/* line 2283, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

/* line 2287, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

/* line 2291, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5"; }

/* line 2294, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6"; }

/* line 2297, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7"; }

/* line 2300, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8"; }

/* line 2303, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9"; }

/* line 2306, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da"; }

/* line 2309, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db"; }

/* line 2312, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc"; }

/* line 2315, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd"; }

/* line 2318, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de"; }

/* line 2321, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0"; }

/* line 2324, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 2334, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/font-awesome-rails-4.7.0.4/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* line 1, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

/* line 7, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

/* line 14, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 21, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

/* line 23, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

/* line 26, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

/* line 33, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 39, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline {
  float: left; }

/* line 41, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

/* line 47, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/* line 50, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

/* line 61, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-results {
  display: block; }

/* line 64, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 69, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

/* line 73, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer; }

/* line 76, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown {
  left: 0; }

/* line 79, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* line 84, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 89, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px; }

/* line 92, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

/* line 96, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/* line 98, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none; }

/* line 101, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

/* line 118, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

/* line 128, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

/* line 132, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

/* line 135, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

/* line 139, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

/* line 141, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

/* line 147, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

/* line 159, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

/* line 162, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

/* line 166, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

/* line 169, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

/* line 172, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

/* line 176, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

/* line 181, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

/* line 187, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

/* line 189, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

/* line 193, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

/* line 199, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

/* line 208, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

/* line 214, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

/* line 217, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

/* line 220, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

/* line 224, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

/* line 228, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

/* line 232, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

/* line 236, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

/* line 239, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 243, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* line 247, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

/* line 250, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

/* line 257, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

/* line 261, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

/* line 264, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

/* line 267, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

/* line 270, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

/* line 272, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

/* line 274, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

/* line 277, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

/* line 280, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

/* line 283, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

/* line 286, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

/* line 290, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

/* line 294, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

/* line 299, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

/* line 309, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

/* line 311, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

/* line 314, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

/* line 319, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

/* line 321, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

/* line 337, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

/* line 349, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

/* line 352, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

/* line 361, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

/* line 363, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

/* line 366, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

/* line 370, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

/* line 380, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

/* line 390, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

/* line 396, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

/* line 398, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

/* line 402, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

/* line 404, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

/* line 413, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

/* line 419, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

/* line 422, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

/* line 425, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

/* line 429, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

/* line 433, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

/* line 436, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 441, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* line 446, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

/* line 450, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

/* line 454, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

/* line 458, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

/* line 461, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none; }

/* line 464, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

/* line 468, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

/* line 471, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

/* line 474, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

/* line 478, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

/* line 483, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*!
 * Bootstrap v4.0.0-alpha (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* line 19, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0; }

/* line 33, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/* line 54, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

/* line 67, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 77, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none; }

/* line 89, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent; }

/* line 99, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
a:active {
  outline: 0; }
/* line 102, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
a:hover {
  outline: 0; }

/* line 114, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 122, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold; }

/* line 131, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic; }

/* line 140, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 149, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/* line 158, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%; }

/* line 166, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 174, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em; }

/* line 178, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em; }

/* line 189, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0; }

/* line 197, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 208, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px; }

/* line 216, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0; }

/* line 225, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto; }

/* line 233, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* line 256, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

/* line 270, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible; }

/* line 281, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none; }

/* line 294, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/* line 306, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/* line 315, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 326, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal; }

/* line 338, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/* line 350, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 360, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

/* line 371, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 380, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/* line 391, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0; }

/* line 400, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto; }

/* line 409, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold; }

/* line 420, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 425, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0; }

@media print {
  /* line 9, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_print.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  /* line 16, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 21, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")"; }

  /* line 25, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 31, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group; }

  /* line 35, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 40, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important; }

  /* line 44, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 51, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid; }

  /* line 59, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none; }

  /* line 64, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  /* line 68, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000; }

  /* line 72, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important; }
    /* line 75, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_print.scss */
    .table td,
    .table th {
      background-color: #fff !important; }

  /* line 81, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
/* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
html {
  box-sizing: border-box; }

/* line 24, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: inherit; }

@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@-webkit-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/* line 60, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

/* line 67, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.6rem;
  line-height: 1.15;
  color: #495057;
  background-color: #F8F9FA; }

/* line 87, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

/* line 96, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 102, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #CED4DA; }

/* line 109, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

/* line 115, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 122, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

/* line 129, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: bold; }

/* line 133, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0; }

/* line 138, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem; }

/* line 147, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #4DADF7;
  text-decoration: none; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a:focus, a:hover {
    color: #7ec3f9;
    text-decoration: none; }
  /* line 156, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

/* line 166, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 178, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem; }

/* line 190, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle; }

/* line 205, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer; }

/* line 220, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

/* line 236, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
table {
  background-color: transparent; }

/* line 241, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: #868E96;
  text-align: left;
  caption-side: bottom; }

/* line 249, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: left; }

/* line 259, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: .5rem; }

/* line 265, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

/* line 279, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  resize: vertical; }

/* line 284, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* line 295, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

/* line 306, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none; }

/* line 317, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block; }

/* line 325, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important; }

/* line 5, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0;
  font-family: inherit;
  font-weight: 600;
  line-height: 1;
  color: inherit; }

/* line 14, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
h1 {
  font-size: 3.6rem; }

/* line 15, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
h2 {
  font-size: 3.2rem; }

/* line 16, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
h3 {
  font-size: 2.8rem; }

/* line 17, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
h4 {
  font-size: 2.4rem; }

/* line 18, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
h5 {
  font-size: 2rem; }

/* line 19, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
h6 {
  font-size: 1.6rem; }

/* line 24, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
.h1 {
  font-size: 3.6rem; }

/* line 25, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
.h2 {
  font-size: 3.2rem; }

/* line 26, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
.h3 {
  font-size: 2.8rem; }

/* line 27, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
.h4 {
  font-size: 2.4rem; }

/* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
.h5 {
  font-size: 2rem; }

/* line 29, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
.h6 {
  font-size: 1.6rem; }

/* line 31, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 2.4rem;
  font-weight: 400; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 9.6rem;
  font-weight: 600; }

/* line 41, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 7.2rem;
  font-weight: 600; }

/* line 45, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 4.8rem;
  font-weight: 600; }

/* line 49, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 1.2rem;
  font-weight: 600; }

/* line 59, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

/* line 71, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: normal; }

/* line 77, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: .2em;
  background-color: #FFD43B; }

/* line 88, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none; }

/* line 93, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  /* line 97, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }

/* line 105, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
.dl-horizontal {
  margin-right: -3rem;
  margin-left: -3rem; }
  /* line 2, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .dl-horizontal::after {
    content: "";
    display: table;
    clear: both; }

/* line 117, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase; }

/* line 123, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  padding: 1.5rem 3rem;
  margin-bottom: 3rem;
  font-size: 2rem;
  border-left: 0.25rem solid #DEE2E6; }
  /* line 132, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
  .blockquote p:last-child,
  .blockquote ul:last-child,
  .blockquote ol:last-child {
    margin-bottom: 0; }
  /* line 137, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
  .blockquote footer {
    display: block;
    font-size: 80%;
    line-height: 1.15;
    color: #868E96; }
    /* line 143, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
    .blockquote footer::before {
      content: "\2014 \00A0"; }

/* line 150, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse {
  padding-right: 3rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #DEE2E6;
  border-left: 0; }
  /* line 159, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
  .blockquote-reverse footer::before {
    content: ""; }
  /* line 160, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_type.scss */
  .blockquote-reverse footer::after {
    content: "\00A0 \2014"; }

/* line 8, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_images.scss */
.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

/* line 13, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_images.scss */
.img-rounded {
  border-radius: 0.6rem; }

/* line 18, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.15;
  background-color: #F8F9FA;
  border: 1px solid #ddd;
  border-radius: 0.6rem;
  transition: all .2s ease-in-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  display: inline-block;
  max-width: 100%;
  height: auto; }

/* line 32, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_images.scss */
.img-circle {
  border-radius: 50%; }

/* line 40, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block; }

/* line 45, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 1.5rem;
  line-height: 1; }

/* line 50, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #CED4DA; }

/* line 2, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

/* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.6rem; }

/* line 19, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.6rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); }
  /* line 27, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_code.scss */
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

/* line 36, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  line-height: 1.15;
  color: #495057; }
  /* line 45, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_code.scss */
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

/* line 55, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

/* line 5, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media (min-width: 544px) {
    /* line 5, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    /* line 5, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    /* line 5, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    /* line 5, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
    .container {
      max-width: 1140px; } }

/* line 17, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

/* line 27, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

/* line 8, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs, .col-sm, .col-md, .col-lg, .col-xl, html.flexboxtweener:not(.flexbox) .col-xs, html.flexboxtweener:not(.flexbox) .col-xs-1, html.flexboxtweener:not(.flexbox) .col-xs-2, html.flexboxtweener:not(.flexbox) .col-xs-3, html.flexboxtweener:not(.flexbox) .col-xs-4, html.flexboxtweener:not(.flexbox) .col-xs-5, html.flexboxtweener:not(.flexbox) .col-xs-6, html.flexboxtweener:not(.flexbox) .col-xs-7, html.flexboxtweener:not(.flexbox) .col-xs-8, html.flexboxtweener:not(.flexbox) .col-xs-9, html.flexboxtweener:not(.flexbox) .col-xs-10, html.flexboxtweener:not(.flexbox) .col-xs-11, html.flexboxtweener:not(.flexbox) .col-xs-12, html.flexboxtweener:not(.flexbox) .col-sm, html.flexboxtweener:not(.flexbox) .col-sm-1, html.flexboxtweener:not(.flexbox) .col-sm-2, html.flexboxtweener:not(.flexbox) .col-sm-3, html.flexboxtweener:not(.flexbox) .col-sm-4, html.flexboxtweener:not(.flexbox) .col-sm-5, html.flexboxtweener:not(.flexbox) .col-sm-6, html.flexboxtweener:not(.flexbox) .col-sm-7, html.flexboxtweener:not(.flexbox) .col-sm-8, html.flexboxtweener:not(.flexbox) .col-sm-9, html.flexboxtweener:not(.flexbox) .col-sm-10, html.flexboxtweener:not(.flexbox) .col-sm-11, html.flexboxtweener:not(.flexbox) .col-sm-12, html.flexboxtweener:not(.flexbox) .col-md, html.flexboxtweener:not(.flexbox) .col-md-1, html.flexboxtweener:not(.flexbox) .col-md-2, html.flexboxtweener:not(.flexbox) .col-md-3, html.flexboxtweener:not(.flexbox) .col-md-4, html.flexboxtweener:not(.flexbox) .col-md-5, html.flexboxtweener:not(.flexbox) .col-md-6, html.flexboxtweener:not(.flexbox) .col-md-7, html.flexboxtweener:not(.flexbox) .col-md-8, html.flexboxtweener:not(.flexbox) .col-md-9, html.flexboxtweener:not(.flexbox) .col-md-10, html.flexboxtweener:not(.flexbox) .col-md-11, html.flexboxtweener:not(.flexbox) .col-md-12, html.flexboxtweener:not(.flexbox) .col-lg, html.flexboxtweener:not(.flexbox) .col-lg-1, html.flexboxtweener:not(.flexbox) .col-lg-2, html.flexboxtweener:not(.flexbox) .col-lg-3, html.flexboxtweener:not(.flexbox) .col-lg-4, html.flexboxtweener:not(.flexbox) .col-lg-5, html.flexboxtweener:not(.flexbox) .col-lg-6, html.flexboxtweener:not(.flexbox) .col-lg-7, html.flexboxtweener:not(.flexbox) .col-lg-8, html.flexboxtweener:not(.flexbox) .col-lg-9, html.flexboxtweener:not(.flexbox) .col-lg-10, html.flexboxtweener:not(.flexbox) .col-lg-11, html.flexboxtweener:not(.flexbox) .col-lg-12, html.flexboxtweener:not(.flexbox) .col-xl, html.flexboxtweener:not(.flexbox) .col-xl-1, html.flexboxtweener:not(.flexbox) .col-xl-2, html.flexboxtweener:not(.flexbox) .col-xl-3, html.flexboxtweener:not(.flexbox) .col-xl-4, html.flexboxtweener:not(.flexbox) .col-xl-5, html.flexboxtweener:not(.flexbox) .col-xl-6, html.flexboxtweener:not(.flexbox) .col-xl-7, html.flexboxtweener:not(.flexbox) .col-xl-8, html.flexboxtweener:not(.flexbox) .col-xl-9, html.flexboxtweener:not(.flexbox) .col-xl-10, html.flexboxtweener:not(.flexbox) .col-xl-11, html.flexboxtweener:not(.flexbox) .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

/* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  flex: 0 0 8.33333%; }

/* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  flex: 0 0 16.66667%; }

/* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  flex: 0 0 25%; }

/* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  flex: 0 0 33.33333%; }

/* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  flex: 0 0 41.66667%; }

/* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  flex: 0 0 50%; }

/* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  flex: 0 0 58.33333%; }

/* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  flex: 0 0 66.66667%; }

/* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  flex: 0 0 75%; }

/* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  flex: 0 0 83.33333%; }

/* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  flex: 0 0 91.66667%; }

/* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  flex: 0 0 100%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 544px) {
  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.33333%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.66667%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.33333%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.66667%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.33333%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.66667%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.33333%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.66667%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 768px) {
  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.33333%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.66667%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.33333%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.66667%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.33333%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.66667%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.33333%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.66667%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.33333%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.66667%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.33333%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.66667%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.33333%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.66667%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.33333%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.66667%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66667%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66667%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66667%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66667%; }

  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-0 {
    right: auto; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-1 {
    right: 8.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-2 {
    right: 16.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-3 {
    right: 25%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-4 {
    right: 33.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-5 {
    right: 41.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-6 {
    right: 50%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-7 {
    right: 58.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-8 {
    right: 66.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-9 {
    right: 75%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-10 {
    right: 83.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-11 {
    right: 91.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-12 {
    right: 100%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-0 {
    left: auto; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-1 {
    left: 8.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-2 {
    left: 16.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-3 {
    left: 25%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-4 {
    left: 33.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-5 {
    left: 41.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-6 {
    left: 50%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-7 {
    left: 58.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-8 {
    left: 66.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-9 {
    left: 75%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-10 {
    left: 83.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-11 {
    left: 91.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-12 {
    left: 100%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-0 {
    margin-left: 0%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-1 {
    margin-left: 8.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-2 {
    margin-left: 16.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-3 {
    margin-left: 25%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-4 {
    margin-left: 33.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-5 {
    margin-left: 41.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-6 {
    margin-left: 50%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-7 {
    margin-left: 58.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-8 {
    margin-left: 66.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-9 {
    margin-left: 75%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-10 {
    margin-left: 83.33333%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-11 {
    margin-left: 91.66667%; }

  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-12 {
    margin-left: 100%; } }
/* line 52, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
.col-xs-first {
  order: -1; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
.col-xs-last {
  order: 1; }

@media (min-width: 544px) {
  /* line 52, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-first {
    order: -1; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-last {
    order: 1; } }
@media (min-width: 768px) {
  /* line 52, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-first {
    order: -1; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-last {
    order: 1; } }
@media (min-width: 992px) {
  /* line 52, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-first {
    order: -1; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-last {
    order: 1; } }
@media (min-width: 1200px) {
  /* line 52, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .col-xl-first {
    order: -1; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .col-xl-last {
    order: 1; } }
/* line 61, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
.row-xs-top {
  align-items: flex-start; }

/* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
.row-xs-center {
  align-items: center; }

/* line 63, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
.row-xs-bottom {
  align-items: flex-end; }

@media (min-width: 544px) {
  /* line 61, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .row-sm-top {
    align-items: flex-start; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .row-sm-center {
    align-items: center; }

  /* line 63, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .row-sm-bottom {
    align-items: flex-end; } }
@media (min-width: 768px) {
  /* line 61, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .row-md-top {
    align-items: flex-start; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .row-md-center {
    align-items: center; }

  /* line 63, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .row-md-bottom {
    align-items: flex-end; } }
@media (min-width: 992px) {
  /* line 61, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .row-lg-top {
    align-items: flex-start; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .row-lg-center {
    align-items: center; }

  /* line 63, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .row-lg-bottom {
    align-items: flex-end; } }
@media (min-width: 1200px) {
  /* line 61, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .row-xl-top {
    align-items: flex-start; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .row-xl-center {
    align-items: center; }

  /* line 63, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .row-xl-bottom {
    align-items: flex-end; } }
/* line 71, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
.col-xs-top {
  align-self: flex-start; }

/* line 72, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
.col-xs-center {
  align-self: center; }

/* line 73, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
.col-xs-bottom {
  align-self: flex-end; }

@media (min-width: 544px) {
  /* line 71, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-top {
    align-self: flex-start; }

  /* line 72, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-center {
    align-self: center; }

  /* line 73, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .col-sm-bottom {
    align-self: flex-end; } }
@media (min-width: 768px) {
  /* line 71, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-top {
    align-self: flex-start; }

  /* line 72, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-center {
    align-self: center; }

  /* line 73, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .col-md-bottom {
    align-self: flex-end; } }
@media (min-width: 992px) {
  /* line 71, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-top {
    align-self: flex-start; }

  /* line 72, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-center {
    align-self: center; }

  /* line 73, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .col-lg-bottom {
    align-self: flex-end; } }
@media (min-width: 1200px) {
  /* line 71, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .col-xl-top {
    align-self: flex-start; }

  /* line 72, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .col-xl-center {
    align-self: center; }

  /* line 73, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_grid.scss */
  .col-xl-bottom {
    align-self: flex-end; } }
/* line 5, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 3rem; }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tables.scss */
  .table th,
  .table td {
    padding: 1.5rem;
    line-height: 1.15;
    vertical-align: top;
    border-top: 1px solid #CED4DA; }
  /* line 18, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tables.scss */
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #CED4DA; }
  /* line 23, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tables.scss */
  .table tbody + tbody {
    border-top: 2px solid #CED4DA; }
  /* line 27, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tables.scss */
  .table .table {
    background-color: #F8F9FA; }

/* line 38, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.75rem; }

/* line 49, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #CED4DA; }
  /* line 52, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tables.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #CED4DA; }
  /* line 58, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tables.scss */
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

/* line 71, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F8F9FA; }

/* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  background-color: #DEE2E6; }

/* line 7, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: #DEE2E6; }

/* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: #cfd5db; }
  /* line 23, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: #cfd5db; }

/* line 7, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #69DB7C; }

/* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #54d66a; }
  /* line 23, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #54d66a; }

/* line 7, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #4DADF7; }

/* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #35a2f6; }
  /* line 23, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #35a2f6; }

/* line 7, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #FFD43B; }

/* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffce22; }
  /* line 23, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffce22; }

/* line 7, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #FF8787; }

/* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #ff6e6e; }
  /* line 23, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ff6e6e; }

/* line 109, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto; }

/* line 123, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tables.scss */
.thead-inverse th {
  color: #fff;
  background-color: #495057; }

/* line 129, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tables.scss */
.thead-default th {
  color: #868E96;
  background-color: #DEE2E6; }

/* line 135, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tables.scss */
.table-inverse {
  color: #DEE2E6;
  background-color: #495057; }
  /* line 139, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tables.scss */
  .table-inverse.table-bordered {
    border: 0; }
  /* line 143, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tables.scss */
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #868E96; }

/* line 152, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tables.scss */
.table-reflow thead {
  float: left; }
/* line 156, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tables.scss */
.table-reflow tbody {
  display: block;
  white-space: nowrap; }
/* line 161, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tables.scss */
.table-reflow th,
.table-reflow td {
  border-top: 1px solid #CED4DA;
  border-left: 1px solid #CED4DA; }
  /* line 166, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tables.scss */
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #CED4DA; }
/* line 176, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tables.scss */
.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #CED4DA; }
/* line 184, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tables.scss */
.table-reflow tr {
  float: left; }
  /* line 187, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tables.scss */
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #CED4DA; }

/* line 5, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 0.75rem;
  font-size: 1.6rem;
  line-height: 1.15;
  color: #495057;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  /* line 32, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  /* line 57, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .form-control:focus {
    border-color: #4DADF7;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px none; }
  /* line 41, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
  .form-control::placeholder {
    color: #868E96;
    opacity: 1; }
  /* line 52, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
  .form-control:disabled, .form-control[readonly] {
    background-color: #F8F9FA;
    opacity: 1; }
  /* line 59, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
  .form-control:disabled {
    cursor: not-allowed; }

/* line 66, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block; }

/* line 78, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
.form-control-label {
  padding: 0.75rem 0.75rem;
  margin-bottom: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 100, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 4.5rem; }
  /* line 104, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm input[type="date"].form-control,
  input[type="time"].input-sm, .input-group-sm
  input[type="time"].form-control,
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"].form-control,
  input[type="month"].input-sm, .input-group-sm
  input[type="month"].form-control {
    line-height: 3rem; }
  /* line 109, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg input[type="date"].form-control,
  input[type="time"].input-lg, .input-group-lg
  input[type="time"].form-control,
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"].form-control,
  input[type="month"].input-lg, .input-group-lg
  input[type="month"].form-control {
    line-height: 6rem; } }
/* line 122, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  min-height: 4.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0; }
  /* line 130, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

/* line 146, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.4rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 0; }

/* line 154, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 1.3rem 1.8rem;
  font-size: 2.4rem;
  line-height: 1.5;
  border-radius: 0; }

/* line 168, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 3rem; }

/* line 177, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 2.25rem; }
  /* line 184, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
  .radio label,
  .checkbox label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
    /* line 191, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
    .radio label input:only-child,
    .checkbox label input:only-child {
      position: static; }

/* line 196, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem; }

/* line 206, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem; }

/* line 213, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer; }

/* line 223, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem; }

/* line 235, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"]:disabled, input[type="radio"].disabled,
input[type="checkbox"]:disabled,
input[type="checkbox"].disabled {
  cursor: not-allowed; }

/* line 243, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed; }

/* line 251, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed; }

/* line 262, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 1.125rem;
  background-size: 2.925rem 2.925rem; }

/* line 8, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #69DB7C; }
/* line 21, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #69DB7C; }
/* line 33, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #69DB7C;
  border-color: #69DB7C;
  background-color: white; }
/* line 39, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #69DB7C; }
/* line 275, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="); }

/* line 8, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #FFD43B; }
/* line 21, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #FFD43B; }
/* line 33, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #FFD43B;
  border-color: #FFD43B;
  background-color: white; }
/* line 39, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #FFD43B; }
/* line 283, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"); }

/* line 8, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline, .has-danger.radio label, .has-danger.checkbox label, .has-danger.radio-inline label, .has-danger.checkbox-inline label {
  color: #FF8787; }
/* line 21, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-danger .form-control {
  border-color: #FF8787; }
/* line 33, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-danger .input-group-addon {
  color: #FF8787;
  border-color: #FF8787;
  background-color: white; }
/* line 39, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-danger .form-control-feedback {
  color: #FF8787; }
/* line 291, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="); }

@media (min-width: 544px) {
  /* line 391, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  /* line 398, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  /* line 405, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block; }
  /* line 409, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    /* line 413, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  /* line 421, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%; }
  /* line 425, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  /* line 432, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    /* line 439, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  /* line 443, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  /* line 450, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

/* line 5, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.9rem 1.2rem;
  font-size: 1.6rem;
  line-height: 1.15;
  border-radius: 0.6rem;
  transition: all 0.2s ease-in-out; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_buttons.scss */
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn:focus, .btn:hover {
    text-decoration: none; }
  /* line 29, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_buttons.scss */
  .btn.focus {
    text-decoration: none; }
  /* line 33, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_buttons.scss */
  .btn:active, .btn.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  /* line 40, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_buttons.scss */
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65;
    box-shadow: none; }

/* line 49, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

/* line 59, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #FFFFFF;
  background-color: #4DADF7;
  border-color: #4DADF7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-primary:hover {
    color: #FFFFFF;
    background-color: #1c97f5;
    border-color: #1292f4; }
  /* line 21, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary:focus, .btn-primary.focus {
    color: #FFFFFF;
    background-color: #1c97f5;
    border-color: #1292f4; }
  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #1c97f5;
    border-color: #1292f4;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    /* line 38, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #0a85e3;
      border-color: #086ebc; }
  /* line 49, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #4DADF7;
    border-color: #4DADF7; }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #4DADF7;
    border-color: #4DADF7; }

/* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #4DADF7;
  background-color: #FFFFFF;
  border-color: #CED4DA;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-secondary:hover {
    color: #4DADF7;
    background-color: #e6e6e6;
    border-color: #abb5c0; }
  /* line 21, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-secondary:focus, .btn-secondary.focus {
    color: #4DADF7;
    background-color: #e6e6e6;
    border-color: #abb5c0; }
  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    color: #4DADF7;
    background-color: #e6e6e6;
    border-color: #abb5c0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    /* line 38, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
      color: #4DADF7;
      background-color: #d4d4d4;
      border-color: #8594a3; }
  /* line 49, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #FFFFFF;
    border-color: #CED4DA; }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #FFFFFF;
    border-color: #CED4DA; }

/* line 65, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #FFFFFF;
  background-color: #4DADF7;
  border-color: #4DADF7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-info:hover {
    color: #FFFFFF;
    background-color: #1c97f5;
    border-color: #1292f4; }
  /* line 21, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info:focus, .btn-info.focus {
    color: #FFFFFF;
    background-color: #1c97f5;
    border-color: #1292f4; }
  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #FFFFFF;
    background-color: #1c97f5;
    border-color: #1292f4;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    /* line 38, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #0a85e3;
      border-color: #086ebc; }
  /* line 49, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #4DADF7;
    border-color: #4DADF7; }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #4DADF7;
    border-color: #4DADF7; }

/* line 68, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #FFFFFF;
  background-color: #69DB7C;
  border-color: #69DB7C;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-success:hover {
    color: #FFFFFF;
    background-color: #40d158;
    border-color: #38cf51; }
  /* line 21, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success:focus, .btn-success.focus {
    color: #FFFFFF;
    background-color: #40d158;
    border-color: #38cf51; }
  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #FFFFFF;
    background-color: #40d158;
    border-color: #38cf51;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    /* line 38, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #2ebf46;
      border-color: #269e3a; }
  /* line 49, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #69DB7C;
    border-color: #69DB7C; }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #69DB7C;
    border-color: #69DB7C; }

/* line 71, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #FFFFFF;
  background-color: #FFD43B;
  border-color: #FFD43B;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-warning:hover {
    color: #FFFFFF;
    background-color: #ffc908;
    border-color: #fdc500; }
  /* line 21, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning:focus, .btn-warning.focus {
    color: #FFFFFF;
    background-color: #ffc908;
    border-color: #fdc500; }
  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #FFFFFF;
    background-color: #ffc908;
    border-color: #fdc500;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    /* line 38, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #e3b100;
      border-color: #bb9200; }
  /* line 49, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #FFD43B;
    border-color: #FFD43B; }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #FFD43B;
    border-color: #FFD43B; }

/* line 74, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #FFFFFF;
  background-color: #FF8787;
  border-color: #FF8787;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-danger:hover {
    color: #FFFFFF;
    background-color: #ff5454;
    border-color: #ff4a4a; }
  /* line 21, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger:focus, .btn-danger.focus {
    color: #FFFFFF;
    background-color: #ff5454;
    border-color: #ff4a4a; }
  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #FFFFFF;
    background-color: #ff5454;
    border-color: #ff4a4a;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    /* line 38, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #ff3030;
      border-color: #ff0808; }
  /* line 49, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #FF8787;
    border-color: #FF8787; }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #FF8787;
    border-color: #FF8787; }

/* line 79, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary-outline {
  color: #4DADF7;
  background-image: none;
  background-color: transparent;
  border-color: #4DADF7; }
  /* line 67, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active, .open > .btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #4DADF7;
    border-color: #4DADF7; }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-primary-outline:hover {
    color: #fff;
    background-color: #4DADF7;
    border-color: #4DADF7; }
  /* line 84, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus {
    border-color: #afdafb; }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
    border-color: #afdafb; }

/* line 82, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary-outline {
  color: #CED4DA;
  background-image: none;
  background-color: transparent;
  border-color: #CED4DA; }
  /* line 67, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active, .open > .btn-secondary-outline.dropdown-toggle {
    color: #fff;
    background-color: #CED4DA;
    border-color: #CED4DA; }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-secondary-outline:hover {
    color: #fff;
    background-color: #CED4DA;
    border-color: #CED4DA; }
  /* line 84, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus {
    border-color: white; }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
    border-color: white; }

/* line 85, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info-outline {
  color: #4DADF7;
  background-image: none;
  background-color: transparent;
  border-color: #4DADF7; }
  /* line 67, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active, .open > .btn-info-outline.dropdown-toggle {
    color: #fff;
    background-color: #4DADF7;
    border-color: #4DADF7; }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-info-outline:hover {
    color: #fff;
    background-color: #4DADF7;
    border-color: #4DADF7; }
  /* line 84, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus {
    border-color: #afdafb; }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
    border-color: #afdafb; }

/* line 88, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success-outline {
  color: #69DB7C;
  background-image: none;
  background-color: transparent;
  border-color: #69DB7C; }
  /* line 67, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active, .open > .btn-success-outline.dropdown-toggle {
    color: #fff;
    background-color: #69DB7C;
    border-color: #69DB7C; }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-success-outline:hover {
    color: #fff;
    background-color: #69DB7C;
    border-color: #69DB7C; }
  /* line 84, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus {
    border-color: #bbefc4; }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
    border-color: #bbefc4; }

/* line 91, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning-outline {
  color: #FFD43B;
  background-image: none;
  background-color: transparent;
  border-color: #FFD43B; }
  /* line 67, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active, .open > .btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #FFD43B;
    border-color: #FFD43B; }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-warning-outline:hover {
    color: #fff;
    background-color: #FFD43B;
    border-color: #FFD43B; }
  /* line 84, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus {
    border-color: #ffeaa1; }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
    border-color: #ffeaa1; }

/* line 94, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger-outline {
  color: #FF8787;
  background-image: none;
  background-color: transparent;
  border-color: #FF8787; }
  /* line 67, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active, .open > .btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #FF8787;
    border-color: #FF8787; }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-danger-outline:hover {
    color: #fff;
    background-color: #FF8787;
    border-color: #FF8787; }
  /* line 84, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus {
    border-color: #ffeded; }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
    border-color: #ffeded; }

/* line 104, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: normal;
  color: #4DADF7;
  border-radius: 0; }
  /* line 109, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent;
    box-shadow: none; }
  /* line 116, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-link:hover {
    border-color: transparent; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-link:focus, .btn-link:hover {
    color: #7ec3f9;
    text-decoration: none;
    background-color: transparent; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #CED4DA;
    text-decoration: none; }

/* line 142, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 1.4rem 1.8rem;
  font-size: 2.4rem;
  line-height: 1.5;
  border-radius: 0.6rem; }

/* line 146, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.4rem 0.6rem;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 0.6rem; }

/* line 156, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%; }

/* line 162, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px; }

/* line 170, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/* line 1, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_animation.scss */
.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  /* line 5, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_animation.scss */
  .fade.in {
    opacity: 1; }

/* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_animation.scss */
.collapse {
  display: none; }
  /* line 13, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_animation.scss */
  .collapse.in {
    display: block; }

/* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_animation.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height; }

/* line 2, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropdown {
  position: relative; }

/* line 9, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .25rem;
  margin-left: .25rem;
  vertical-align: middle;
  content: "";
  border-top: 0.3rem solid;
  border-right: 0.3rem solid transparent;
  border-left: 0.3rem solid transparent; }
/* line 23, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle:focus {
  outline: 0; }

/* line 30, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3rem solid; }

/* line 38, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1.6rem;
  color: #495057;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.6rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

/* line 60, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 1px;
  margin: 1.5rem 0;
  overflow: hidden;
  background-color: #DEE2E6; }

/* line 67, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.15;
  color: #495057;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .dropdown-item:focus, .dropdown-item:hover {
    color: #495057;
    text-decoration: none;
    background-color: #F8F9FA; }
  /* line 36, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #4DADF7;
    outline: 0; }
  /* line 36, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #CED4DA; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; }

/* line 118, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_dropdown.scss */
.open > .dropdown-menu {
  display: block; }
/* line 123, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_dropdown.scss */
.open > a {
  outline: 0; }

/* line 132, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto; }

/* line 142, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0; }

/* line 148, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 1.4rem;
  line-height: 1.15;
  color: #868E96;
  white-space: nowrap; }

/* line 158, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

/* line 168, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_dropdown.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

/* line 181, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3rem solid; }
/* line 188, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

/* line 2, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  /* line 8, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    /* line 13, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }

/* line 26, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

/* line 35, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  margin-left: -5px; }
  /* line 2, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .btn-toolbar::after {
    content: "";
    display: table;
    clear: both; }
  /* line 39, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  /* line 44, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

/* line 51, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

/* line 56, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:first-child {
  margin-left: 0; }
  /* line 59, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

/* line 64, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

/* line 70, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn-group {
  float: left; }

/* line 73, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

/* line 77, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

/* line 82, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

/* line 87, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

/* line 106, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

/* line 110, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

/* line 117, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  /* line 121, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

/* line 128, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
.btn .caret {
  margin-left: 0; }

/* line 132, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3rem 0.3rem 0;
  border-bottom-width: 0; }

/* line 137, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3rem 0.3rem; }

/* line 148, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
/* line 2, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both; }
/* line 161, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none; }
/* line 166, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

/* line 176, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
/* line 179, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0.6rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
/* line 183, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0.6rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* line 188, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

/* line 192, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 197, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* line 217, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_button-group.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

/* line 5, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex; }
  /* line 17, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group .form-control {
    position: relative;
    z-index: 2;
    flex: 1;
    margin-bottom: 0; }

/* line 44, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

/* line 49, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle; }

/* line 82, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-addon {
  padding: 0.75rem 0.75rem;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  color: #495057;
  text-align: center;
  background-color: #F8F9FA;
  border: 1px solid #CED4DA;
  border-radius: 0.6rem; }
  /* line 94, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.4rem 0.75rem;
    font-size: 1.4rem;
    border-radius: 0.6rem; }
  /* line 99, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 1.3rem 1.8rem;
    font-size: 2.4rem;
    border-radius: 0.6rem; }
  /* line 106, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

/* line 117, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

/* line 126, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-addon:first-child {
  border-right: 0; }

/* line 129, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

/* line 138, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-addon:last-child {
  border-left: 0; }

/* line 147, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  /* line 156, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group-btn > .btn {
    position: relative; }
    /* line 158, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_input-group.scss */
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 2; }
  /* line 169, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  /* line 175, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_input-group.scss */
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

/* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_custom-forms.scss */
.c-input {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer; }
  /* line 17, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_custom-forms.scss */
  .c-input > input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    /* line 22, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_custom-forms.scss */
    .c-input > input:checked ~ .c-indicator {
      color: #fff;
      background-color: #0074d9;
      box-shadow: none; }
    /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_custom-forms.scss */
    .c-input > input:focus ~ .c-indicator {
      box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9; }
    /* line 33, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_custom-forms.scss */
    .c-input > input:active ~ .c-indicator {
      color: #fff;
      background-color: #84c6ff;
      box-shadow: none; }
  /* line 40, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_custom-forms.scss */
  .c-input + .c-input {
    margin-left: 1rem; }

/* line 49, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_custom-forms.scss */
.c-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 65%;
  line-height: 1rem;
  color: #eee;
  text-align: center;
  user-select: none;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  box-shadow: inset 0 0.125rem 0.125rem rgba(0, 0, 0, 0.1); }

/* line 73, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_custom-forms.scss */
.c-checkbox .c-indicator {
  border-radius: .25rem; }
/* line 77, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_custom-forms.scss */
.c-checkbox input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=); }
/* line 81, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_custom-forms.scss */
.c-checkbox input:indeterminate ~ .c-indicator {
  background-color: #0074d9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
  box-shadow: none; }

/* line 93, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_custom-forms.scss */
.c-radio .c-indicator {
  border-radius: 50%; }
/* line 97, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_custom-forms.scss */
.c-radio input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==); }

/* line 109, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_custom-forms.scss */
.c-inputs-stacked .c-input {
  display: inline; }
  /* line 112, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_custom-forms.scss */
  .c-inputs-stacked .c-input::after {
    display: block;
    margin-bottom: .25rem;
    content: ""; }
  /* line 118, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_custom-forms.scss */
  .c-inputs-stacked .c-input + .c-input {
    margin-left: 0; }

/* line 132, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_custom-forms.scss */
.c-select {
  display: inline-block;
  max-width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem \9;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid #ccc;
  -moz-appearance: none;
  -webkit-appearance: none; }
  /* line 146, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_custom-forms.scss */
  .c-select:focus {
    border-color: #51a7e8;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5); }
  /* line 153, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_custom-forms.scss */
  .c-select::-ms-expand {
    opacity: 0; }

/* line 158, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_custom-forms.scss */
.c-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px; }
  /* line 163, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_custom-forms.scss */
  .c-select-sm:not([multiple]) {
    height: 26px;
    min-height: 26px; }

/* line 174, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_custom-forms.scss */
.file {
  position: relative;
  display: inline-block;
  height: 2.5rem;
  cursor: pointer; }

/* line 180, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_custom-forms.scss */
.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

/* line 186, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_custom-forms.scss */
.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: .075rem solid #ddd;
  border-radius: .25rem;
  box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05); }

/* line 202, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_custom-forms.scss */
.file-custom::after {
  content: "Choose file..."; }

/* line 205, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_custom-forms.scss */
.file-custom::before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  content: "Browse";
  background-color: #eee;
  border: .075rem solid #ddd;
  border-radius: 0 .25rem .25rem 0; }

/* line 223, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_custom-forms.scss */
.file input:focus ~ .file-custom {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9; }

/* line 6, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

/* line 12, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: inline-block; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_nav.scss */
  .nav-link.disabled {
    color: #CED4DA; }
    /* line 36, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #CED4DA;
      cursor: not-allowed;
      background-color: transparent; }

/* line 35, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_nav.scss */
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

/* line 45, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #CED4DA; }
  /* line 2, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .nav-tabs::after {
    content: "";
    display: table;
    clear: both; }
  /* line 49, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_nav.scss */
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    /* line 54, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_nav.scss */
    .nav-tabs .nav-item + .nav-item {
      margin-left: .2rem; }
  /* line 59, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_nav.scss */
  .nav-tabs .nav-link {
    display: block;
    padding: 1.5rem;
    border: 1px solid transparent;
    border-radius: 0.6rem 0.6rem 0 0; }
    /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #DEE2E6 #DEE2E6 #CED4DA; }
    /* line 36, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #CED4DA;
      background-color: transparent;
      border-color: transparent; }
  /* line 36, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus,
  .nav-tabs .nav-item.open .nav-link:hover {
    color: #495057;
    background-color: transparent;
    border-color: #4DADF7 #4DADF7 transparent; }

/* line 2, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav-pills::after {
  content: "";
  display: table;
  clear: both; }
/* line 96, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-item {
  float: left; }
  /* line 99, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_nav.scss */
  .nav-pills .nav-item + .nav-item {
    margin-left: .2rem; }
/* line 104, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  display: block;
  padding: 1.5rem;
  border-radius: 0px; }
/* line 36, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #FFFFFF;
  cursor: default;
  background-color: #4DADF7; }

/* line 121, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_nav.scss */
.nav-stacked .nav-item {
  display: block;
  float: none; }
  /* line 125, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_nav.scss */
  .nav-stacked .nav-item + .nav-item {
    margin-top: .2rem;
    margin-left: 0; }

/* line 139, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none; }
/* line 142, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block; }

/* line 152, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* line 6, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  padding: 1.5rem 3rem; }
  /* line 2, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .navbar::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    /* line 6, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar {
      border-radius: 0; } }

/* line 23, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-full {
  z-index: 1000; }
  @media (min-width: 544px) {
    /* line 23, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-full {
      border-radius: 0; } }

/* line 32, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 544px) {
    /* line 32, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

/* line 45, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0; }

/* line 49, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }
  @media (min-width: 544px) {
    /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-sticky-top {
      border-radius: 0; } }

/* line 70, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 2.4rem; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }
  /* line 81, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-brand > img {
    display: block; }

/* line 87, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 3rem;
  margin-left: 3rem;
  overflow: hidden; }
  /* line 96, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-divider::before {
    content: "\00a0"; }

/* line 107, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 2.4rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 0.6rem; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

@media (min-width: 544px) {
  /* line 122, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-xs {
    display: block !important; } }
@media (min-width: 768px) {
  /* line 127, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-sm {
    display: block !important; } }
@media (min-width: 992px) {
  /* line 132, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-md {
    display: block !important; } }

/* line 145, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-item {
  float: left; }
/* line 149, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  /* line 154, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }
/* line 159, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

/* line 166, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: #4DADF7; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #4DADF7; }
/* line 175, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: #495057; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #4DADF7; }
/* line 36, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: #4DADF7; }
/* line 193, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 200, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: white; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: white; }
/* line 209, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
/* line 36, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white; }
/* line 227, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

/* line 5, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
.card {
  position: relative;
  display: block;
  margin-bottom: 3rem;
  background-color: #FFFFFF;
  border: 0 solid transparent;
  border-radius: 0.6rem; }

/* line 14, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
.card-block {
  padding: 3rem; }

/* line 18, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 3rem; }

/* line 22, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -1.5rem;
  margin-bottom: 0; }

/* line 27, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0; }

/* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none; }
/* line 44, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 3rem; }

/* line 52, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 0.6rem 0.6rem 0 0; }
/* line 58, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 0.6rem 0.6rem; }

/* line 70, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 3rem 3rem;
  background-color: #F8F9FA;
  border-bottom: 0 solid transparent; }
  /* line 75, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
  .card-header:first-child {
    border-radius: 0.6rem 0.6rem 0 0; }

/* line 80, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 3rem 3rem;
  background-color: #F8F9FA;
  border-top: 0 solid transparent; }
  /* line 85, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
  .card-footer:last-child {
    border-radius: 0 0 0.6rem 0.6rem; }

/* line 95, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
.card-primary {
  background-color: #4DADF7;
  border-color: #4DADF7; }

/* line 99, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
.card-success {
  background-color: #69DB7C;
  border-color: #69DB7C; }

/* line 103, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
.card-info {
  background-color: #4DADF7;
  border-color: #4DADF7; }

/* line 107, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
.card-warning {
  background-color: #FFD43B;
  border-color: #FFD43B; }

/* line 111, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
.card-danger {
  background-color: #FF8787;
  border-color: #FF8787; }

/* line 122, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
.card-inverse .card-header,
.card-inverse .card-footer {
  border-bottom: 0.075rem solid rgba(255, 255, 255, 0.2); }
/* line 126, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff; }
/* line 132, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
  color: rgba(255, 255, 255, 0.65); }
/* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #FFFFFF; }

/* line 149, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

/* line 156, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
.card-img {
  border-radius: 0.25rem; }

/* line 160, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

/* line 172, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
.card-img-top {
  border-radius: 0.6rem 0.6rem 0 0; }

/* line 175, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
.card-img-bottom {
  border-radius: 0 0 0.6rem 0.6rem; }

@media (min-width: 544px) {
  /* line 186, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -.625rem;
    margin-left: -.625rem; }
    /* line 192, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
    .card-deck .card {
      flex: 1 0 0;
      margin-right: .625rem;
      margin-left: .625rem; } }
@media (min-width: 544px) {
  /* line 224, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    /* line 234, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
    .card-group .card {
      flex: 1 0 0; }
      /* line 242, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      /* line 249, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        /* line 252, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        /* line 255, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      /* line 259, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        /* line 262, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        /* line 265, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      /* line 270, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        /* line 273, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }
@media (min-width: 544px) {
  /* line 289, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    /* line 293, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_card.scss */
    .card-columns .card {
      display: inline-block;
      width: 100%; } }
/* line 1, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  padding: 0 0;
  margin-bottom: 3rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.6rem; }
  /* line 2, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .breadcrumb::after {
    content: "";
    display: table;
    clear: both; }
  /* line 9, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_breadcrumb.scss */
  .breadcrumb > li {
    float: left; }
    /* line 12, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_breadcrumb.scss */
    .breadcrumb > li + li::before {
      padding-right: .5rem;
      padding-left: .5rem;
      color: #CED4DA;
      content: "/"; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_breadcrumb.scss */
  .breadcrumb > .active {
    color: #CED4DA; }

/* line 1, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-radius: 0.6rem; }
  /* line 8, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_pagination.scss */
  .pagination > li {
    display: inline; }
    /* line 11, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_pagination.scss */
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 0.9rem 1.2rem;
      margin-left: -1px;
      line-height: 1.15;
      color: #4DADF7;
      text-decoration: none;
      background-color: #FFFFFF;
      border: 1px solid #ddd; }
    /* line 24, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_pagination.scss */
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0.6rem;
      border-top-left-radius: 0.6rem; }
    /* line 31, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_pagination.scss */
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0.6rem;
      border-top-right-radius: 0.6rem; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .pagination > li > a:focus, .pagination > li > a:hover,
  .pagination > li > span:focus,
  .pagination > li > span:hover {
    color: #495057;
    background-color: #F8F9FA;
    border-color: #CED4DA; }
  /* line 36, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
  .pagination > .active > span,
  .pagination > .active > span:focus,
  .pagination > .active > span:hover {
    z-index: 2;
    color: #FFFFFF;
    cursor: default;
    background-color: #4DADF7;
    border-color: #4DADF7; }
  /* line 36, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover,
  .pagination > .disabled > a,
  .pagination > .disabled > a:focus,
  .pagination > .disabled > a:hover {
    color: #CED4DA;
    cursor: not-allowed;
    background-color: #FFFFFF;
    border-color: #CED4DA; }

/* line 5, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 1.4rem 1.8rem;
  font-size: 2.4rem;
  line-height: 1.5; }
/* line 12, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0.6rem;
  border-top-left-radius: 0.6rem; }
/* line 18, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0.6rem;
  border-top-right-radius: 0.6rem; }

/* line 5, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 0.4rem 0.6rem;
  font-size: 1.4rem;
  line-height: 1; }
/* line 12, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0.6rem;
  border-top-left-radius: 0.6rem; }
/* line 18, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0.6rem;
  border-top-right-radius: 0.6rem; }

/* line 1, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
  list-style: none; }
  /* line 2, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .pager::after {
    content: "";
    display: table;
    clear: both; }
  /* line 9, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_pager.scss */
  .pager li {
    display: inline; }
    /* line 12, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_pager.scss */
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #FFFFFF;
      border: 1px solid #ddd;
      border-radius: 1.5rem; }
    /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
    .pager li > a:focus, .pager li > a:hover {
      text-decoration: none;
      background-color: #F8F9FA; }
  /* line 36, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
    color: #CED4DA;
    cursor: not-allowed;
    background-color: #FFFFFF; }
  /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_pager.scss */
  .pager .disabled > span {
    color: #CED4DA;
    cursor: not-allowed;
    background-color: #FFFFFF; }

/* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_pager.scss */
.pager-next > a,
.pager-next > span {
  float: right; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_pager.scss */
.pager-prev > a,
.pager-prev > span {
  float: left; }

/* line 6, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.6rem; }
  /* line 19, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_labels.scss */
  .label:empty {
    display: none; }

/* line 25, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px; }

/* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.label:focus, a.label:hover {
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer; }

/* line 43, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_labels.scss */
.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem; }

/* line 55, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #868E96; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .label-default[href]:focus, .label-default[href]:hover {
    background-color: #6c757d; }

/* line 59, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #4DADF7; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #1c97f5; }

/* line 63, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #69DB7C; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .label-success[href]:focus, .label-success[href]:hover {
    background-color: #40d158; }

/* line 67, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #4DADF7; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .label-info[href]:focus, .label-info[href]:hover {
    background-color: #1c97f5; }

/* line 71, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #FFD43B; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ffc908; }

/* line 75, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #FF8787; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #ff5454; }

/* line 1, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 3rem 1.5rem;
  margin-bottom: 3rem;
  background-color: #FFFFFF;
  border-radius: 0.6rem; }

/* line 8, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-hr {
  border-top-color: #e6e6e6; }

@media (min-width: 544px) {
  /* line 13, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 6rem 3rem; } }
/* line 18, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

/* line 5, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  padding: 3rem;
  margin-bottom: 3rem;
  border: 1px solid transparent;
  border-radius: 0.6rem; }
  /* line 12, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_alert.scss */
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  /* line 16, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_alert.scss */
  .alert > p + p {
    margin-top: 5px; }

/* line 22, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit; }

/* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 600; }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 23rem; }
  /* line 41, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_alert.scss */
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

/* line 54, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  background-color: #bbefc4;
  border-color: #69DB7C;
  color: #495057; }
  /* line 8, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_alert.scss */
  .alert-success hr {
    border-top-color: #54d66a; }
  /* line 11, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_alert.scss */
  .alert-success .alert-link {
    color: #32373b; }

/* line 57, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  background-color: #afdafb;
  border-color: #4DADF7;
  color: #495057; }
  /* line 8, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_alert.scss */
  .alert-info hr {
    border-top-color: #35a2f6; }
  /* line 11, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_alert.scss */
  .alert-info .alert-link {
    color: #32373b; }

/* line 60, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  background-color: #ffeaa1;
  border-color: #FFD43B;
  color: #495057; }
  /* line 8, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_alert.scss */
  .alert-warning hr {
    border-top-color: #ffce22; }
  /* line 11, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_alert.scss */
  .alert-warning .alert-link {
    color: #32373b; }

/* line 63, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  background-color: #ffbaba;
  border-color: #FF8787;
  color: #495057; }
  /* line 8, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_alert.scss */
  .alert-danger hr {
    border-top-color: #ff6e6e; }
  /* line 11, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_alert.scss */
  .alert-danger .alert-link {
    color: #32373b; }

@keyframes progress-bar-stripes {
  from {
    background-position: 3rem 0; }
  to {
    background-position: 0 0; } }
/* line 15, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: block;
  width: 100%;
  height: 3rem;
  margin-bottom: 3rem; }

/* line 21, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_progress.scss */
.progress[value] {
  color: #0074d9;
  border: 0;
  appearance: none; }

/* line 29, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_progress.scss */
.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.6rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }

/* line 34, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_progress.scss */
.progress[value]::-webkit-progress-value::before {
  content: attr(value); }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_progress.scss */
.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-top-left-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem; }

/* line 42, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_progress.scss */
.progress[value="100"]::-webkit-progress-value {
  border-top-right-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem; }

@media screen and (min-width: 0\0) {
  /* line 76, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_progress.scss */
  .progress {
    background-color: #eee;
    border-radius: 0.6rem;
    box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }

  /* line 81, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    display: inline-block;
    height: 3rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-top-left-radius: 0.6rem;
    border-bottom-left-radius: 0.6rem; }

  /* line 89, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_progress.scss */
  .progress[width^="0"] {
    min-width: 2rem;
    color: #CED4DA;
    background-color: transparent;
    background-image: none; }

  /* line 95, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_progress.scss */
  .progress[width="100%"] {
    border-top-right-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem; } }
/* line 106, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_progress.scss */
.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 3rem 3rem; }

/* line 110, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_progress.scss */
.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 3rem 3rem; }

@media screen and (min-width: 0\0) {
  /* line 116, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 3rem 3rem; } }
/* line 127, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_progress.scss */
.progress-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite; }

/* line 130, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_progress.scss */
.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite; }

@media screen and (min-width: 0\0) {
  /* line 135, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_progress.scss */
  .progress-animated .progress-bar-striped {
    animation: progress-bar-stripes 2s linear infinite; } }
/* line 4, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_progress.scss */
.progress-success[value]::-webkit-progress-value {
  background-color: #69DB7C; }
/* line 8, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_progress.scss */
.progress-success[value]::-moz-progress-bar {
  background-color: #69DB7C; }
@media screen and (min-width: 0\0) {
  /* line 14, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_progress.scss */
  .progress-success .progress-bar {
    background-color: #69DB7C; } }

/* line 4, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_progress.scss */
.progress-info[value]::-webkit-progress-value {
  background-color: #4DADF7; }
/* line 8, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_progress.scss */
.progress-info[value]::-moz-progress-bar {
  background-color: #4DADF7; }
@media screen and (min-width: 0\0) {
  /* line 14, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_progress.scss */
  .progress-info .progress-bar {
    background-color: #4DADF7; } }

/* line 4, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_progress.scss */
.progress-warning[value]::-webkit-progress-value {
  background-color: #FFD43B; }
/* line 8, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_progress.scss */
.progress-warning[value]::-moz-progress-bar {
  background-color: #FFD43B; }
@media screen and (min-width: 0\0) {
  /* line 14, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_progress.scss */
  .progress-warning .progress-bar {
    background-color: #FFD43B; } }

/* line 4, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_progress.scss */
.progress-danger[value]::-webkit-progress-value {
  background-color: #FF8787; }
/* line 8, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_progress.scss */
.progress-danger[value]::-moz-progress-bar {
  background-color: #FF8787; }
@media screen and (min-width: 0\0) {
  /* line 14, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_progress.scss */
  .progress-danger .progress-bar {
    background-color: #FF8787; } }

/* line 2, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: flex;
  margin-bottom: 3rem; }

/* line 6, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1; }

/* line 9, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  align-self: center; }

/* line 12, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  align-self: flex-end; }

/* line 50, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block; }
  /* line 54, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_media.scss */
  .media-object.img-thumbnail {
    max-width: none; }

/* line 64, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_media.scss */
.media-right {
  padding-left: 10px; }

/* line 68, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_media.scss */
.media-left {
  padding-right: 10px; }

/* line 77, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

/* line 87, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none; }

/* line 5, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 0; }

/* line 16, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid #ddd; }
  /* line 26, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  /* line 29, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

/* line 36, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

/* line 48, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  width: 100%;
  color: #4DADF7;
  text-align: inherit; }
  /* line 54, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_list-group.scss */
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #495057; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.list-group-item:focus, a.list-group-item:hover,
  button.list-group-item:focus,
  button.list-group-item:hover {
    color: #4DADF7;
    text-decoration: none;
    background-color: #F8F9FA; }

/* line 36, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #CED4DA;
  cursor: not-allowed;
  background-color: #DEE2E6; }
  /* line 75, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit; }
  /* line 78, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #CED4DA; }
/* line 36, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #FFFFFF;
  background-color: #4DADF7;
  border-color: #4DADF7; }
  /* line 93, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small {
    color: inherit; }
  /* line 98, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: white; }

/* line 4, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #FFFFFF;
  background-color: #69DB7C; }

/* line 9, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #FFFFFF; }
  /* line 13, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #FFFFFF;
    background-color: #54d66a; }
  /* line 36, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
  button.list-group-item-success.active,
  button.list-group-item-success.active:focus,
  button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }

/* line 4, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #FFFFFF;
  background-color: #4DADF7; }

/* line 9, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #FFFFFF; }
  /* line 13, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #FFFFFF;
    background-color: #35a2f6; }
  /* line 36, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
  button.list-group-item-info.active,
  button.list-group-item-info.active:focus,
  button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }

/* line 4, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #FFFFFF;
  background-color: #FFD43B; }

/* line 9, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #FFFFFF; }
  /* line 13, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #FFFFFF;
    background-color: #ffce22; }
  /* line 36, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }

/* line 4, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #FFFFFF;
  background-color: #FF8787; }

/* line 9, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #FFFFFF; }
  /* line 13, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #FFFFFF;
    background-color: #ff6e6e; }
  /* line 36, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }

/* line 121, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

/* line 125, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

/* line 3, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_responsive-embed.scss */
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

/* line 25, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-21by9 {
  padding-bottom: 42.85714%; }

/* line 29, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

/* line 33, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%; }

/* line 1, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: .2; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .close:focus, .close:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5; }

/* line 22, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

/* line 8, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden; }

/* line 13, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch; }
  /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%); }
  /* line 32, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_modal.scss */
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

/* line 34, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

/* line 40, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

/* line 47, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.6rem;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

/* line 59, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.9); }
  /* line 69, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-backdrop.fade {
    opacity: 0; }
  /* line 70, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-backdrop.in {
    opacity: 0.9; }

/* line 75, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  padding: 3rem;
  border-bottom: 1px solid #CED4DA; }
  /* line 2, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .modal-header::after {
    content: "";
    display: table;
    clear: both; }

/* line 81, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  margin-top: -2px; }

/* line 86, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin: 0;
  line-height: 1; }

/* line 93, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  padding: 3rem; }

/* line 99, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  padding: 3rem;
  text-align: right;
  border-top: 1px solid #CED4DA; }
  /* line 2, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .modal-footer::after {
    content: "";
    display: table;
    clear: both; }
  /* line 106, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  /* line 111, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  /* line 115, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

/* line 121, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 544px) {
  /* line 132, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  /* line 136, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  /* line 141, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    width: 300px; } }
@media (min-width: 768px) {
  /* line 145, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg {
    width: 900px; } }
/* line 2, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 1.4rem;
  opacity: 0; }
  /* line 12, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip.in {
    opacity: 0.8; }
  /* line 14, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 0.75rem 0;
    margin-top: -3px; }
    /* line 19, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tooltip.scss */
    .tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -0.75rem;
      border-width: 0.75rem 0.75rem 0;
      border-top-color: rgba(0, 0, 0, 0.9); }
  /* line 27, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 0.75rem;
    margin-left: 3px; }
    /* line 32, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tooltip.scss */
    .tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -0.75rem;
      border-width: 0.75rem 0.75rem 0.75rem 0;
      border-right-color: rgba(0, 0, 0, 0.9); }
  /* line 40, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 0.75rem 0;
    margin-top: 3px; }
    /* line 45, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tooltip.scss */
    .tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -0.75rem;
      border-width: 0 0.75rem 0.75rem;
      border-bottom-color: rgba(0, 0, 0, 0.9); }
  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 0.75rem;
    margin-left: -3px; }
    /* line 58, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tooltip.scss */
    .tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -0.75rem;
      border-width: 0.75rem 0 0.75rem 0.75rem;
      border-left-color: rgba(0, 0, 0, 0.9); }

/* line 69, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #FFFFFF;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0.6rem; }

/* line 79, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 1, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 300px;
  padding: 1px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.15;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 1.4rem;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #CED4DA;
  border-radius: 0.6rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  /* line 22, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_popover.scss */
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -0.75rem; }
    /* line 26, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_popover.scss */
    .popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
      bottom: -1.75rem;
      left: 50%;
      margin-left: -1.75rem;
      border-top-color: #CED4DA;
      border-bottom-width: 0; }
      /* line 32, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_popover.scss */
      .popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
        bottom: 1px;
        margin-left: -0.75rem;
        content: "";
        border-top-color: #FFFFFF;
        border-bottom-width: 0; }
  /* line 42, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_popover.scss */
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 0.75rem; }
    /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_popover.scss */
    .popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
      top: 50%;
      left: -1.75rem;
      margin-top: -1.75rem;
      border-right-color: #CED4DA;
      border-left-width: 0; }
      /* line 52, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_popover.scss */
      .popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
        bottom: -0.75rem;
        left: 1px;
        content: "";
        border-right-color: #FFFFFF;
        border-left-width: 0; }
  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_popover.scss */
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 0.75rem; }
    /* line 66, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_popover.scss */
    .popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
      top: -1.75rem;
      left: 50%;
      margin-left: -1.75rem;
      border-top-width: 0;
      border-bottom-color: #CED4DA; }
      /* line 72, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_popover.scss */
      .popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
        top: 1px;
        margin-left: -0.75rem;
        content: "";
        border-top-width: 0;
        border-bottom-color: #FFFFFF; }
  /* line 82, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_popover.scss */
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -0.75rem; }
    /* line 86, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_popover.scss */
    .popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
      top: 50%;
      right: -1.75rem;
      margin-top: -1.75rem;
      border-right-width: 0;
      border-left-color: #CED4DA; }
      /* line 92, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_popover.scss */
      .popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
        right: 1px;
        bottom: -0.75rem;
        content: "";
        border-right-width: 0;
        border-left-color: #FFFFFF; }

/* line 105, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_popover.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1.6rem;
  background-color: #F8F9FA;
  border-bottom: 1px solid #e9ecef;
  border-radius: -0.4rem -0.4rem 0 0; }

/* line 114, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_popover.scss */
.popover-content {
  padding: 9px 14px; }

/* line 124, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_popover.scss */
.popover-arrow, .popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 134, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_popover.scss */
.popover-arrow {
  border-width: 1.75rem; }

/* line 137, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_popover.scss */
.popover-arrow::after {
  content: "";
  border-width: 0.75rem; }

/* line 2, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative; }

/* line 6, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  /* line 11, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left; }
    /* line 17, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      /* line 11, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
      .carousel-inner > .carousel-item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; }
        /* line 29, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
        .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
          left: 0;
          transform: translate3d(100%, 0, 0); }
        /* line 34, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
        .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
          left: 0;
          transform: translate3d(-100%, 0, 0); }
        /* line 39, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
        .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
          left: 0;
          transform: translate3d(0, 0, 0); } }
  /* line 48, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  /* line 54, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .active {
    left: 0; }
  /* line 58, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  /* line 65, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .next {
    left: 100%; }
  /* line 68, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .prev {
    left: -100%; }
  /* line 71, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  /* line 76, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .active.left {
    left: -100%; }
  /* line 79, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .active.right {
    left: 100%; }

/* line 89, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 2.4rem;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5; }
  /* line 104, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  /* line 107, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .carousel-control:focus, .carousel-control:hover {
    color: #FFFFFF;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  /* line 122, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1; }
  /* line 134, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  /* line 138, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  /* line 144, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-prev::before {
    content: "\2039"; }
  /* line 149, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-next::before {
    content: "\203a"; }

/* line 161, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  /* line 172, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 10px; }
  /* line 188, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #868E96; }

/* line 201, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  /* line 213, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption .btn {
    text-shadow: none; }

@media (min-width: 544px) {
  /* line 226, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  /* line 233, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-prev {
    margin-left: -15px; }
  /* line 236, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-next {
    margin-right: -15px; }

  /* line 242, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  /* line 249, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px; } }
/* line 2, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  content: "";
  display: table;
  clear: both; }

/* line 9, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 13, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important; }

/* line 17, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important; }

/* line 26, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 23, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* line 34, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden !important; }

/* line 38, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 49, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
.text-left {
  text-align: left !important; }

/* line 50, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
.text-right {
  text-align: right !important; }

/* line 51, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
.text-center {
  text-align: center !important; }

/* line 52, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
.text-justify {
  text-align: justify !important; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important; }

/* line 54, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 60, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
.text-xs-left {
  text-align: left; }

/* line 61, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
.text-xs-right {
  text-align: right; }

/* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
.text-xs-center {
  text-align: center; }

@media (min-width: 544px) {
  /* line 60, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
  .text-sm-left {
    text-align: left; }

  /* line 61, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
  .text-sm-right {
    text-align: right; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
  .text-sm-center {
    text-align: center; } }
@media (min-width: 768px) {
  /* line 60, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
  .text-md-left {
    text-align: left; }

  /* line 61, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
  .text-md-right {
    text-align: right; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
  .text-md-center {
    text-align: center; } }
@media (min-width: 992px) {
  /* line 60, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
  .text-lg-left {
    text-align: left; }

  /* line 61, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
  .text-lg-right {
    text-align: right; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
  .text-lg-center {
    text-align: center; } }
@media (min-width: 1200px) {
  /* line 60, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
  .text-xl-left {
    text-align: left; }

  /* line 61, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
  .text-xl-right {
    text-align: right; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
  .text-xl-center {
    text-align: center; } }
/* line 68, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important; }

/* line 69, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important; }

/* line 70, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important; }

/* line 74, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities.scss */
.text-muted {
  color: #868E96; }

/* line 4, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #4DADF7 !important; }

/* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:focus, a.text-primary:hover {
  color: #1c97f5; }

/* line 4, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #69DB7C !important; }

/* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:focus, a.text-success:hover {
  color: #40d158; }

/* line 4, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #4DADF7 !important; }

/* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:focus, a.text-info:hover {
  color: #1c97f5; }

/* line 4, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #FFD43B !important; }

/* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:focus, a.text-warning:hover {
  color: #ffc908; }

/* line 4, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #FF8787 !important; }

/* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:focus, a.text-danger:hover {
  color: #ff5454; }

/* line 7, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-background.scss */
.bg-inverse {
  color: #DEE2E6;
  background-color: #495057; }

/* line 12, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-background.scss */
.bg-faded {
  background-color: #F8F9FA; }

/* line 4, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  color: #fff !important;
  background-color: #4DADF7 !important; }

/* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:focus, a.bg-primary:hover {
  background-color: #1c97f5; }

/* line 4, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  color: #fff !important;
  background-color: #69DB7C !important; }

/* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:focus, a.bg-success:hover {
  background-color: #40d158; }

/* line 4, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  color: #fff !important;
  background-color: #4DADF7 !important; }

/* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:focus, a.bg-info:hover {
  background-color: #1c97f5; }

/* line 4, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  color: #fff !important;
  background-color: #FFD43B !important; }

/* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ffc908; }

/* line 4, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  color: #fff !important;
  background-color: #FF8787 !important; }

/* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:focus, a.bg-danger:hover {
  background-color: #ff5454; }

/* line 3, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-a-0 {
  margin: 0 !important; }

/* line 4, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-t-0 {
  margin-top: 0 !important; }

/* line 5, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-r-0 {
  margin-right: 0 !important; }

/* line 6, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-b-0 {
  margin-bottom: 0 !important; }

/* line 7, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-l-0 {
  margin-left: 0 !important; }

/* line 8, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

/* line 9, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

/* line 11, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-a {
  margin: 3rem !important; }

/* line 12, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-t {
  margin-top: 3rem !important; }

/* line 13, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-r {
  margin-right: 3rem !important; }

/* line 14, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-b {
  margin-bottom: 3rem !important; }

/* line 15, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-l {
  margin-left: 3rem !important; }

/* line 16, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-x {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

/* line 17, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-y {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

/* line 18, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

/* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-a-md {
  margin: 4.5rem !important; }

/* line 21, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-t-md {
  margin-top: 4.5rem !important; }

/* line 22, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-r-md {
  margin-right: 4.5rem !important; }

/* line 23, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-b-md {
  margin-bottom: 4.5rem !important; }

/* line 24, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-l-md {
  margin-left: 4.5rem !important; }

/* line 25, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-x-md {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important; }

/* line 26, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-y-md {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important; }

/* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-a-lg {
  margin: 9rem !important; }

/* line 29, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-t-lg {
  margin-top: 9rem !important; }

/* line 30, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-r-lg {
  margin-right: 9rem !important; }

/* line 31, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-b-lg {
  margin-bottom: 9rem !important; }

/* line 32, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-l-lg {
  margin-left: 9rem !important; }

/* line 33, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-x-lg {
  margin-right: 9rem !important;
  margin-left: 9rem !important; }

/* line 34, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.m-y-lg {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important; }

/* line 38, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-a-0 {
  padding: 0 !important; }

/* line 39, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-t-0 {
  padding-top: 0 !important; }

/* line 40, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-r-0 {
  padding-right: 0 !important; }

/* line 41, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-b-0 {
  padding-bottom: 0 !important; }

/* line 42, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-l-0 {
  padding-left: 0 !important; }

/* line 43, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

/* line 44, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-a {
  padding: 3rem !important; }

/* line 47, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-t {
  padding-top: 3rem !important; }

/* line 48, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-r {
  padding-right: 3rem !important; }

/* line 49, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-b {
  padding-bottom: 3rem !important; }

/* line 50, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-l {
  padding-left: 3rem !important; }

/* line 51, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-x {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

/* line 52, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-y {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

/* line 54, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-a-md {
  padding: 4.5rem !important; }

/* line 55, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-t-md {
  padding-top: 4.5rem !important; }

/* line 56, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-r-md {
  padding-right: 4.5rem !important; }

/* line 57, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-b-md {
  padding-bottom: 4.5rem !important; }

/* line 58, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-l-md {
  padding-left: 4.5rem !important; }

/* line 59, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-x-md {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important; }

/* line 60, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-y-md {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important; }

/* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-a-lg {
  padding: 9rem !important; }

/* line 63, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-t-lg {
  padding-top: 9rem !important; }

/* line 64, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-r-lg {
  padding-right: 9rem !important; }

/* line 65, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-b-lg {
  padding-bottom: 9rem !important; }

/* line 66, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-l-lg {
  padding-left: 9rem !important; }

/* line 67, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-x-lg {
  padding-right: 9rem !important;
  padding-left: 9rem !important; }

/* line 68, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.p-y-lg {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important; }

/* line 72, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-spacing.scss */
.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

/* line 6, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-responsive.scss */
.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  /* line 11, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-responsive.scss */
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  /* line 6, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-responsive.scss */
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  /* line 11, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-responsive.scss */
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  /* line 6, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-responsive.scss */
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  /* line 11, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-responsive.scss */
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  /* line 6, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-responsive.scss */
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  /* line 11, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-responsive.scss */
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  /* line 6, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-responsive.scss */
  .hidden-xl-up {
    display: none !important; } }

/* line 11, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-responsive.scss */
.hidden-xl-down {
  display: none !important; }

/* line 23, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-responsive.scss */
.visible-print-block {
  display: none !important; }
  @media print {
    /* line 23, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-responsive.scss */
    .visible-print-block {
      display: block !important; } }

/* line 30, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-responsive.scss */
.visible-print-inline {
  display: none !important; }
  @media print {
    /* line 30, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-responsive.scss */
    .visible-print-inline {
      display: inline !important; } }

/* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-responsive.scss */
.visible-print-inline-block {
  display: none !important; }
  @media print {
    /* line 37, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-responsive.scss */
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  /* line 45, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/_utilities-responsive.scss */
  .hidden-print {
    display: none !important; } }

/* line 6, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/_grid.scss */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media (min-width: 544px) {
    /* line 6, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/_grid.scss */
    .container {
      width: 576px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    /* line 6, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/_grid.scss */
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    /* line 6, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/_grid.scss */
    .container {
      width: 940px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    /* line 6, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/_grid.scss */
    .container {
      width: 1140px;
      max-width: 100%; } }

/* line 18, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/_grid.scss */
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

/* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem; }
  @media (min-width: 544px) {
    /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/_grid.scss */
    .row {
      margin-right: -1.5rem;
      margin-left: -1.5rem; } }
  @media (min-width: 768px) {
    /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/_grid.scss */
    .row {
      margin-right: -1.5rem;
      margin-left: -1.5rem; } }
  @media (min-width: 992px) {
    /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/_grid.scss */
    .row {
      margin-right: -1.5rem;
      margin-left: -1.5rem; } }
  @media (min-width: 1200px) {
    /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/_grid.scss */
    .row {
      margin-right: -1.5rem;
      margin-left: -1.5rem; } }

/* line 8, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs, .col-sm, .col-md, .col-lg, .col-xl, html.flexboxtweener:not(.flexbox) .col-xs, html.flexboxtweener:not(.flexbox) .col-xs-1, html.flexboxtweener:not(.flexbox) .col-xs-2, html.flexboxtweener:not(.flexbox) .col-xs-3, html.flexboxtweener:not(.flexbox) .col-xs-4, html.flexboxtweener:not(.flexbox) .col-xs-5, html.flexboxtweener:not(.flexbox) .col-xs-6, html.flexboxtweener:not(.flexbox) .col-xs-7, html.flexboxtweener:not(.flexbox) .col-xs-8, html.flexboxtweener:not(.flexbox) .col-xs-9, html.flexboxtweener:not(.flexbox) .col-xs-10, html.flexboxtweener:not(.flexbox) .col-xs-11, html.flexboxtweener:not(.flexbox) .col-xs-12, html.flexboxtweener:not(.flexbox) .col-sm, html.flexboxtweener:not(.flexbox) .col-sm-1, html.flexboxtweener:not(.flexbox) .col-sm-2, html.flexboxtweener:not(.flexbox) .col-sm-3, html.flexboxtweener:not(.flexbox) .col-sm-4, html.flexboxtweener:not(.flexbox) .col-sm-5, html.flexboxtweener:not(.flexbox) .col-sm-6, html.flexboxtweener:not(.flexbox) .col-sm-7, html.flexboxtweener:not(.flexbox) .col-sm-8, html.flexboxtweener:not(.flexbox) .col-sm-9, html.flexboxtweener:not(.flexbox) .col-sm-10, html.flexboxtweener:not(.flexbox) .col-sm-11, html.flexboxtweener:not(.flexbox) .col-sm-12, html.flexboxtweener:not(.flexbox) .col-md, html.flexboxtweener:not(.flexbox) .col-md-1, html.flexboxtweener:not(.flexbox) .col-md-2, html.flexboxtweener:not(.flexbox) .col-md-3, html.flexboxtweener:not(.flexbox) .col-md-4, html.flexboxtweener:not(.flexbox) .col-md-5, html.flexboxtweener:not(.flexbox) .col-md-6, html.flexboxtweener:not(.flexbox) .col-md-7, html.flexboxtweener:not(.flexbox) .col-md-8, html.flexboxtweener:not(.flexbox) .col-md-9, html.flexboxtweener:not(.flexbox) .col-md-10, html.flexboxtweener:not(.flexbox) .col-md-11, html.flexboxtweener:not(.flexbox) .col-md-12, html.flexboxtweener:not(.flexbox) .col-lg, html.flexboxtweener:not(.flexbox) .col-lg-1, html.flexboxtweener:not(.flexbox) .col-lg-2, html.flexboxtweener:not(.flexbox) .col-lg-3, html.flexboxtweener:not(.flexbox) .col-lg-4, html.flexboxtweener:not(.flexbox) .col-lg-5, html.flexboxtweener:not(.flexbox) .col-lg-6, html.flexboxtweener:not(.flexbox) .col-lg-7, html.flexboxtweener:not(.flexbox) .col-lg-8, html.flexboxtweener:not(.flexbox) .col-lg-9, html.flexboxtweener:not(.flexbox) .col-lg-10, html.flexboxtweener:not(.flexbox) .col-lg-11, html.flexboxtweener:not(.flexbox) .col-lg-12, html.flexboxtweener:not(.flexbox) .col-xl, html.flexboxtweener:not(.flexbox) .col-xl-1, html.flexboxtweener:not(.flexbox) .col-xl-2, html.flexboxtweener:not(.flexbox) .col-xl-3, html.flexboxtweener:not(.flexbox) .col-xl-4, html.flexboxtweener:not(.flexbox) .col-xl-5, html.flexboxtweener:not(.flexbox) .col-xl-6, html.flexboxtweener:not(.flexbox) .col-xl-7, html.flexboxtweener:not(.flexbox) .col-xl-8, html.flexboxtweener:not(.flexbox) .col-xl-9, html.flexboxtweener:not(.flexbox) .col-xl-10, html.flexboxtweener:not(.flexbox) .col-xl-11, html.flexboxtweener:not(.flexbox) .col-xl-12 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  @media (min-width: 544px) {
    /* line 8, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs, .col-sm, .col-md, .col-lg, .col-xl, html.flexboxtweener:not(.flexbox) .col-xs, html.flexboxtweener:not(.flexbox) .col-xs-1, html.flexboxtweener:not(.flexbox) .col-xs-2, html.flexboxtweener:not(.flexbox) .col-xs-3, html.flexboxtweener:not(.flexbox) .col-xs-4, html.flexboxtweener:not(.flexbox) .col-xs-5, html.flexboxtweener:not(.flexbox) .col-xs-6, html.flexboxtweener:not(.flexbox) .col-xs-7, html.flexboxtweener:not(.flexbox) .col-xs-8, html.flexboxtweener:not(.flexbox) .col-xs-9, html.flexboxtweener:not(.flexbox) .col-xs-10, html.flexboxtweener:not(.flexbox) .col-xs-11, html.flexboxtweener:not(.flexbox) .col-xs-12, html.flexboxtweener:not(.flexbox) .col-sm, html.flexboxtweener:not(.flexbox) .col-sm-1, html.flexboxtweener:not(.flexbox) .col-sm-2, html.flexboxtweener:not(.flexbox) .col-sm-3, html.flexboxtweener:not(.flexbox) .col-sm-4, html.flexboxtweener:not(.flexbox) .col-sm-5, html.flexboxtweener:not(.flexbox) .col-sm-6, html.flexboxtweener:not(.flexbox) .col-sm-7, html.flexboxtweener:not(.flexbox) .col-sm-8, html.flexboxtweener:not(.flexbox) .col-sm-9, html.flexboxtweener:not(.flexbox) .col-sm-10, html.flexboxtweener:not(.flexbox) .col-sm-11, html.flexboxtweener:not(.flexbox) .col-sm-12, html.flexboxtweener:not(.flexbox) .col-md, html.flexboxtweener:not(.flexbox) .col-md-1, html.flexboxtweener:not(.flexbox) .col-md-2, html.flexboxtweener:not(.flexbox) .col-md-3, html.flexboxtweener:not(.flexbox) .col-md-4, html.flexboxtweener:not(.flexbox) .col-md-5, html.flexboxtweener:not(.flexbox) .col-md-6, html.flexboxtweener:not(.flexbox) .col-md-7, html.flexboxtweener:not(.flexbox) .col-md-8, html.flexboxtweener:not(.flexbox) .col-md-9, html.flexboxtweener:not(.flexbox) .col-md-10, html.flexboxtweener:not(.flexbox) .col-md-11, html.flexboxtweener:not(.flexbox) .col-md-12, html.flexboxtweener:not(.flexbox) .col-lg, html.flexboxtweener:not(.flexbox) .col-lg-1, html.flexboxtweener:not(.flexbox) .col-lg-2, html.flexboxtweener:not(.flexbox) .col-lg-3, html.flexboxtweener:not(.flexbox) .col-lg-4, html.flexboxtweener:not(.flexbox) .col-lg-5, html.flexboxtweener:not(.flexbox) .col-lg-6, html.flexboxtweener:not(.flexbox) .col-lg-7, html.flexboxtweener:not(.flexbox) .col-lg-8, html.flexboxtweener:not(.flexbox) .col-lg-9, html.flexboxtweener:not(.flexbox) .col-lg-10, html.flexboxtweener:not(.flexbox) .col-lg-11, html.flexboxtweener:not(.flexbox) .col-lg-12, html.flexboxtweener:not(.flexbox) .col-xl, html.flexboxtweener:not(.flexbox) .col-xl-1, html.flexboxtweener:not(.flexbox) .col-xl-2, html.flexboxtweener:not(.flexbox) .col-xl-3, html.flexboxtweener:not(.flexbox) .col-xl-4, html.flexboxtweener:not(.flexbox) .col-xl-5, html.flexboxtweener:not(.flexbox) .col-xl-6, html.flexboxtweener:not(.flexbox) .col-xl-7, html.flexboxtweener:not(.flexbox) .col-xl-8, html.flexboxtweener:not(.flexbox) .col-xl-9, html.flexboxtweener:not(.flexbox) .col-xl-10, html.flexboxtweener:not(.flexbox) .col-xl-11, html.flexboxtweener:not(.flexbox) .col-xl-12 {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
  @media (min-width: 768px) {
    /* line 8, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs, .col-sm, .col-md, .col-lg, .col-xl, html.flexboxtweener:not(.flexbox) .col-xs, html.flexboxtweener:not(.flexbox) .col-xs-1, html.flexboxtweener:not(.flexbox) .col-xs-2, html.flexboxtweener:not(.flexbox) .col-xs-3, html.flexboxtweener:not(.flexbox) .col-xs-4, html.flexboxtweener:not(.flexbox) .col-xs-5, html.flexboxtweener:not(.flexbox) .col-xs-6, html.flexboxtweener:not(.flexbox) .col-xs-7, html.flexboxtweener:not(.flexbox) .col-xs-8, html.flexboxtweener:not(.flexbox) .col-xs-9, html.flexboxtweener:not(.flexbox) .col-xs-10, html.flexboxtweener:not(.flexbox) .col-xs-11, html.flexboxtweener:not(.flexbox) .col-xs-12, html.flexboxtweener:not(.flexbox) .col-sm, html.flexboxtweener:not(.flexbox) .col-sm-1, html.flexboxtweener:not(.flexbox) .col-sm-2, html.flexboxtweener:not(.flexbox) .col-sm-3, html.flexboxtweener:not(.flexbox) .col-sm-4, html.flexboxtweener:not(.flexbox) .col-sm-5, html.flexboxtweener:not(.flexbox) .col-sm-6, html.flexboxtweener:not(.flexbox) .col-sm-7, html.flexboxtweener:not(.flexbox) .col-sm-8, html.flexboxtweener:not(.flexbox) .col-sm-9, html.flexboxtweener:not(.flexbox) .col-sm-10, html.flexboxtweener:not(.flexbox) .col-sm-11, html.flexboxtweener:not(.flexbox) .col-sm-12, html.flexboxtweener:not(.flexbox) .col-md, html.flexboxtweener:not(.flexbox) .col-md-1, html.flexboxtweener:not(.flexbox) .col-md-2, html.flexboxtweener:not(.flexbox) .col-md-3, html.flexboxtweener:not(.flexbox) .col-md-4, html.flexboxtweener:not(.flexbox) .col-md-5, html.flexboxtweener:not(.flexbox) .col-md-6, html.flexboxtweener:not(.flexbox) .col-md-7, html.flexboxtweener:not(.flexbox) .col-md-8, html.flexboxtweener:not(.flexbox) .col-md-9, html.flexboxtweener:not(.flexbox) .col-md-10, html.flexboxtweener:not(.flexbox) .col-md-11, html.flexboxtweener:not(.flexbox) .col-md-12, html.flexboxtweener:not(.flexbox) .col-lg, html.flexboxtweener:not(.flexbox) .col-lg-1, html.flexboxtweener:not(.flexbox) .col-lg-2, html.flexboxtweener:not(.flexbox) .col-lg-3, html.flexboxtweener:not(.flexbox) .col-lg-4, html.flexboxtweener:not(.flexbox) .col-lg-5, html.flexboxtweener:not(.flexbox) .col-lg-6, html.flexboxtweener:not(.flexbox) .col-lg-7, html.flexboxtweener:not(.flexbox) .col-lg-8, html.flexboxtweener:not(.flexbox) .col-lg-9, html.flexboxtweener:not(.flexbox) .col-lg-10, html.flexboxtweener:not(.flexbox) .col-lg-11, html.flexboxtweener:not(.flexbox) .col-lg-12, html.flexboxtweener:not(.flexbox) .col-xl, html.flexboxtweener:not(.flexbox) .col-xl-1, html.flexboxtweener:not(.flexbox) .col-xl-2, html.flexboxtweener:not(.flexbox) .col-xl-3, html.flexboxtweener:not(.flexbox) .col-xl-4, html.flexboxtweener:not(.flexbox) .col-xl-5, html.flexboxtweener:not(.flexbox) .col-xl-6, html.flexboxtweener:not(.flexbox) .col-xl-7, html.flexboxtweener:not(.flexbox) .col-xl-8, html.flexboxtweener:not(.flexbox) .col-xl-9, html.flexboxtweener:not(.flexbox) .col-xl-10, html.flexboxtweener:not(.flexbox) .col-xl-11, html.flexboxtweener:not(.flexbox) .col-xl-12 {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
  @media (min-width: 992px) {
    /* line 8, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs, .col-sm, .col-md, .col-lg, .col-xl, html.flexboxtweener:not(.flexbox) .col-xs, html.flexboxtweener:not(.flexbox) .col-xs-1, html.flexboxtweener:not(.flexbox) .col-xs-2, html.flexboxtweener:not(.flexbox) .col-xs-3, html.flexboxtweener:not(.flexbox) .col-xs-4, html.flexboxtweener:not(.flexbox) .col-xs-5, html.flexboxtweener:not(.flexbox) .col-xs-6, html.flexboxtweener:not(.flexbox) .col-xs-7, html.flexboxtweener:not(.flexbox) .col-xs-8, html.flexboxtweener:not(.flexbox) .col-xs-9, html.flexboxtweener:not(.flexbox) .col-xs-10, html.flexboxtweener:not(.flexbox) .col-xs-11, html.flexboxtweener:not(.flexbox) .col-xs-12, html.flexboxtweener:not(.flexbox) .col-sm, html.flexboxtweener:not(.flexbox) .col-sm-1, html.flexboxtweener:not(.flexbox) .col-sm-2, html.flexboxtweener:not(.flexbox) .col-sm-3, html.flexboxtweener:not(.flexbox) .col-sm-4, html.flexboxtweener:not(.flexbox) .col-sm-5, html.flexboxtweener:not(.flexbox) .col-sm-6, html.flexboxtweener:not(.flexbox) .col-sm-7, html.flexboxtweener:not(.flexbox) .col-sm-8, html.flexboxtweener:not(.flexbox) .col-sm-9, html.flexboxtweener:not(.flexbox) .col-sm-10, html.flexboxtweener:not(.flexbox) .col-sm-11, html.flexboxtweener:not(.flexbox) .col-sm-12, html.flexboxtweener:not(.flexbox) .col-md, html.flexboxtweener:not(.flexbox) .col-md-1, html.flexboxtweener:not(.flexbox) .col-md-2, html.flexboxtweener:not(.flexbox) .col-md-3, html.flexboxtweener:not(.flexbox) .col-md-4, html.flexboxtweener:not(.flexbox) .col-md-5, html.flexboxtweener:not(.flexbox) .col-md-6, html.flexboxtweener:not(.flexbox) .col-md-7, html.flexboxtweener:not(.flexbox) .col-md-8, html.flexboxtweener:not(.flexbox) .col-md-9, html.flexboxtweener:not(.flexbox) .col-md-10, html.flexboxtweener:not(.flexbox) .col-md-11, html.flexboxtweener:not(.flexbox) .col-md-12, html.flexboxtweener:not(.flexbox) .col-lg, html.flexboxtweener:not(.flexbox) .col-lg-1, html.flexboxtweener:not(.flexbox) .col-lg-2, html.flexboxtweener:not(.flexbox) .col-lg-3, html.flexboxtweener:not(.flexbox) .col-lg-4, html.flexboxtweener:not(.flexbox) .col-lg-5, html.flexboxtweener:not(.flexbox) .col-lg-6, html.flexboxtweener:not(.flexbox) .col-lg-7, html.flexboxtweener:not(.flexbox) .col-lg-8, html.flexboxtweener:not(.flexbox) .col-lg-9, html.flexboxtweener:not(.flexbox) .col-lg-10, html.flexboxtweener:not(.flexbox) .col-lg-11, html.flexboxtweener:not(.flexbox) .col-lg-12, html.flexboxtweener:not(.flexbox) .col-xl, html.flexboxtweener:not(.flexbox) .col-xl-1, html.flexboxtweener:not(.flexbox) .col-xl-2, html.flexboxtweener:not(.flexbox) .col-xl-3, html.flexboxtweener:not(.flexbox) .col-xl-4, html.flexboxtweener:not(.flexbox) .col-xl-5, html.flexboxtweener:not(.flexbox) .col-xl-6, html.flexboxtweener:not(.flexbox) .col-xl-7, html.flexboxtweener:not(.flexbox) .col-xl-8, html.flexboxtweener:not(.flexbox) .col-xl-9, html.flexboxtweener:not(.flexbox) .col-xl-10, html.flexboxtweener:not(.flexbox) .col-xl-11, html.flexboxtweener:not(.flexbox) .col-xl-12 {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
  @media (min-width: 1200px) {
    /* line 8, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs, .col-sm, .col-md, .col-lg, .col-xl, html.flexboxtweener:not(.flexbox) .col-xs, html.flexboxtweener:not(.flexbox) .col-xs-1, html.flexboxtweener:not(.flexbox) .col-xs-2, html.flexboxtweener:not(.flexbox) .col-xs-3, html.flexboxtweener:not(.flexbox) .col-xs-4, html.flexboxtweener:not(.flexbox) .col-xs-5, html.flexboxtweener:not(.flexbox) .col-xs-6, html.flexboxtweener:not(.flexbox) .col-xs-7, html.flexboxtweener:not(.flexbox) .col-xs-8, html.flexboxtweener:not(.flexbox) .col-xs-9, html.flexboxtweener:not(.flexbox) .col-xs-10, html.flexboxtweener:not(.flexbox) .col-xs-11, html.flexboxtweener:not(.flexbox) .col-xs-12, html.flexboxtweener:not(.flexbox) .col-sm, html.flexboxtweener:not(.flexbox) .col-sm-1, html.flexboxtweener:not(.flexbox) .col-sm-2, html.flexboxtweener:not(.flexbox) .col-sm-3, html.flexboxtweener:not(.flexbox) .col-sm-4, html.flexboxtweener:not(.flexbox) .col-sm-5, html.flexboxtweener:not(.flexbox) .col-sm-6, html.flexboxtweener:not(.flexbox) .col-sm-7, html.flexboxtweener:not(.flexbox) .col-sm-8, html.flexboxtweener:not(.flexbox) .col-sm-9, html.flexboxtweener:not(.flexbox) .col-sm-10, html.flexboxtweener:not(.flexbox) .col-sm-11, html.flexboxtweener:not(.flexbox) .col-sm-12, html.flexboxtweener:not(.flexbox) .col-md, html.flexboxtweener:not(.flexbox) .col-md-1, html.flexboxtweener:not(.flexbox) .col-md-2, html.flexboxtweener:not(.flexbox) .col-md-3, html.flexboxtweener:not(.flexbox) .col-md-4, html.flexboxtweener:not(.flexbox) .col-md-5, html.flexboxtweener:not(.flexbox) .col-md-6, html.flexboxtweener:not(.flexbox) .col-md-7, html.flexboxtweener:not(.flexbox) .col-md-8, html.flexboxtweener:not(.flexbox) .col-md-9, html.flexboxtweener:not(.flexbox) .col-md-10, html.flexboxtweener:not(.flexbox) .col-md-11, html.flexboxtweener:not(.flexbox) .col-md-12, html.flexboxtweener:not(.flexbox) .col-lg, html.flexboxtweener:not(.flexbox) .col-lg-1, html.flexboxtweener:not(.flexbox) .col-lg-2, html.flexboxtweener:not(.flexbox) .col-lg-3, html.flexboxtweener:not(.flexbox) .col-lg-4, html.flexboxtweener:not(.flexbox) .col-lg-5, html.flexboxtweener:not(.flexbox) .col-lg-6, html.flexboxtweener:not(.flexbox) .col-lg-7, html.flexboxtweener:not(.flexbox) .col-lg-8, html.flexboxtweener:not(.flexbox) .col-lg-9, html.flexboxtweener:not(.flexbox) .col-lg-10, html.flexboxtweener:not(.flexbox) .col-lg-11, html.flexboxtweener:not(.flexbox) .col-lg-12, html.flexboxtweener:not(.flexbox) .col-xl, html.flexboxtweener:not(.flexbox) .col-xl-1, html.flexboxtweener:not(.flexbox) .col-xl-2, html.flexboxtweener:not(.flexbox) .col-xl-3, html.flexboxtweener:not(.flexbox) .col-xl-4, html.flexboxtweener:not(.flexbox) .col-xl-5, html.flexboxtweener:not(.flexbox) .col-xl-6, html.flexboxtweener:not(.flexbox) .col-xl-7, html.flexboxtweener:not(.flexbox) .col-xl-8, html.flexboxtweener:not(.flexbox) .col-xl-9, html.flexboxtweener:not(.flexbox) .col-xl-10, html.flexboxtweener:not(.flexbox) .col-xl-11, html.flexboxtweener:not(.flexbox) .col-xl-12 {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }

/* line 38, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.col-xs {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

/* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.col-xs-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

/* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.col-xs-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

/* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.col-xs-3 {
  flex: 0 0 25%;
  max-width: 25%; }

/* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.col-xs-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

/* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.col-xs-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

/* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%; }

/* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.col-xs-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

/* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.col-xs-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

/* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.col-xs-9 {
  flex: 0 0 75%;
  max-width: 75%; }

/* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.col-xs-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

/* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.col-xs-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

/* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.pull-xs-0 {
  right: auto; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.pull-xs-1 {
  right: 8.33333%; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.pull-xs-2 {
  right: 16.66667%; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.pull-xs-3 {
  right: 25%; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.pull-xs-4 {
  right: 33.33333%; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.pull-xs-5 {
  right: 41.66667%; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.pull-xs-6 {
  right: 50%; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.pull-xs-7 {
  right: 58.33333%; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.pull-xs-8 {
  right: 66.66667%; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.pull-xs-9 {
  right: 75%; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.pull-xs-10 {
  right: 83.33333%; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.pull-xs-11 {
  right: 91.66667%; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.pull-xs-12 {
  right: 100%; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.push-xs-0 {
  left: auto; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.push-xs-1 {
  left: 8.33333%; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.push-xs-2 {
  left: 16.66667%; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.push-xs-3 {
  left: 25%; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.push-xs-4 {
  left: 33.33333%; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.push-xs-5 {
  left: 41.66667%; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.push-xs-6 {
  left: 50%; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.push-xs-7 {
  left: 58.33333%; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.push-xs-8 {
  left: 66.66667%; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.push-xs-9 {
  left: 75%; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.push-xs-10 {
  left: 83.33333%; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.push-xs-11 {
  left: 91.66667%; }

/* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.push-xs-12 {
  left: 100%; }

/* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.offset-xs-1 {
  margin-left: 8.33333%; }

/* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.offset-xs-2 {
  margin-left: 16.66667%; }

/* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.offset-xs-3 {
  margin-left: 25%; }

/* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.offset-xs-4 {
  margin-left: 33.33333%; }

/* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.offset-xs-5 {
  margin-left: 41.66667%; }

/* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.offset-xs-6 {
  margin-left: 50%; }

/* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.offset-xs-7 {
  margin-left: 58.33333%; }

/* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.offset-xs-8 {
  margin-left: 66.66667%; }

/* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.offset-xs-9 {
  margin-left: 75%; }

/* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.offset-xs-10 {
  margin-left: 83.33333%; }

/* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
.offset-xs-11 {
  margin-left: 91.66667%; }

@media (min-width: 544px) {
  /* line 38, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-sm-0 {
    right: auto; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-sm-1 {
    right: 8.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-sm-2 {
    right: 16.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-sm-3 {
    right: 25%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-sm-4 {
    right: 33.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-sm-5 {
    right: 41.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-sm-6 {
    right: 50%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-sm-7 {
    right: 58.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-sm-8 {
    right: 66.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-sm-9 {
    right: 75%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-sm-10 {
    right: 83.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-sm-11 {
    right: 91.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-sm-12 {
    right: 100%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-sm-0 {
    left: auto; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-sm-1 {
    left: 8.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-sm-2 {
    left: 16.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-sm-3 {
    left: 25%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-sm-4 {
    left: 33.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-sm-5 {
    left: 41.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-sm-6 {
    left: 50%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-sm-7 {
    left: 58.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-sm-8 {
    left: 66.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-sm-9 {
    left: 75%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-sm-10 {
    left: 83.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-sm-11 {
    left: 91.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-sm-12 {
    left: 100%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66667%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66667%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66667%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66667%; } }
@media (min-width: 768px) {
  /* line 38, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-md-0 {
    right: auto; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-md-1 {
    right: 8.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-md-2 {
    right: 16.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-md-3 {
    right: 25%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-md-4 {
    right: 33.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-md-5 {
    right: 41.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-md-6 {
    right: 50%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-md-7 {
    right: 58.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-md-8 {
    right: 66.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-md-9 {
    right: 75%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-md-10 {
    right: 83.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-md-11 {
    right: 91.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-md-12 {
    right: 100%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-md-0 {
    left: auto; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-md-1 {
    left: 8.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-md-2 {
    left: 16.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-md-3 {
    left: 25%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-md-4 {
    left: 33.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-md-5 {
    left: 41.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-md-6 {
    left: 50%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-md-7 {
    left: 58.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-md-8 {
    left: 66.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-md-9 {
    left: 75%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-md-10 {
    left: 83.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-md-11 {
    left: 91.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-md-12 {
    left: 100%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66667%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66667%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66667%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  /* line 38, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-lg-0 {
    right: auto; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-lg-1 {
    right: 8.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-lg-2 {
    right: 16.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-lg-3 {
    right: 25%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-lg-4 {
    right: 33.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-lg-5 {
    right: 41.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-lg-6 {
    right: 50%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-lg-7 {
    right: 58.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-lg-8 {
    right: 66.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-lg-9 {
    right: 75%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-lg-10 {
    right: 83.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-lg-11 {
    right: 91.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-lg-12 {
    right: 100%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-lg-0 {
    left: auto; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-lg-1 {
    left: 8.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-lg-2 {
    left: 16.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-lg-3 {
    left: 25%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-lg-4 {
    left: 33.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-lg-5 {
    left: 41.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-lg-6 {
    left: 50%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-lg-7 {
    left: 58.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-lg-8 {
    left: 66.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-lg-9 {
    left: 75%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-lg-10 {
    left: 83.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-lg-11 {
    left: 91.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-lg-12 {
    left: 100%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66667%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66667%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66667%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1200px) {
  /* line 38, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  /* line 46, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-xl-0 {
    right: auto; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-xl-1 {
    right: 8.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-xl-2 {
    right: 16.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-xl-3 {
    right: 25%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-xl-4 {
    right: 33.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-xl-5 {
    right: 41.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-xl-6 {
    right: 50%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-xl-7 {
    right: 58.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-xl-8 {
    right: 66.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-xl-9 {
    right: 75%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-xl-10 {
    right: 83.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-xl-11 {
    right: 91.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .pull-xl-12 {
    right: 100%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-xl-0 {
    left: auto; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-xl-1 {
    left: 8.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-xl-2 {
    left: 16.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-xl-3 {
    left: 25%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-xl-4 {
    left: 33.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-xl-5 {
    left: 41.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-xl-6 {
    left: 50%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-xl-7 {
    left: 58.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-xl-8 {
    left: 66.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-xl-9 {
    left: 75%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-xl-10 {
    left: 83.33333%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-xl-11 {
    left: 91.66667%; }

  /* line 53, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .push-xl-12 {
    left: 100%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66667%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66667%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66667%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333%; }

  /* line 62, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66667%; } }
/* line 9, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
.flex-xs-first {
  order: -1; }

/* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
.flex-xs-last {
  order: 1; }

/* line 11, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
.flex-xs-unordered {
  order: 0; }

/* line 16, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
.flex-items-xs-top {
  align-items: flex-start; }

/* line 17, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
.flex-items-xs-middle {
  align-items: center; }

/* line 18, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
.flex-items-xs-bottom {
  align-items: flex-end; }

/* line 23, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
.flex-xs-top {
  align-self: flex-start; }

/* line 24, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
.flex-xs-middle {
  align-self: center; }

/* line 25, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
.flex-xs-bottom {
  align-self: flex-end; }

/* line 30, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
.flex-items-xs-left {
  justify-content: flex-start; }

/* line 31, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
.flex-items-xs-center {
  justify-content: center; }

/* line 32, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
.flex-items-xs-right {
  justify-content: flex-end; }

/* line 33, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
.flex-items-xs-around {
  justify-content: space-around; }

/* line 34, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
.flex-items-xs-between {
  justify-content: space-between; }

@media (min-width: 544px) {
  /* line 9, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-sm-first {
    order: -1; }

  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-sm-last {
    order: 1; }

  /* line 11, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-sm-unordered {
    order: 0; } }
@media (min-width: 544px) {
  /* line 16, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-sm-top {
    align-items: flex-start; }

  /* line 17, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-sm-middle {
    align-items: center; }

  /* line 18, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-sm-bottom {
    align-items: flex-end; } }
@media (min-width: 544px) {
  /* line 23, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-sm-top {
    align-self: flex-start; }

  /* line 24, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-sm-middle {
    align-self: center; }

  /* line 25, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-sm-bottom {
    align-self: flex-end; } }
@media (min-width: 544px) {
  /* line 30, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-sm-left {
    justify-content: flex-start; }

  /* line 31, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-sm-center {
    justify-content: center; }

  /* line 32, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-sm-right {
    justify-content: flex-end; }

  /* line 33, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-sm-around {
    justify-content: space-around; }

  /* line 34, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-sm-between {
    justify-content: space-between; } }
@media (min-width: 768px) {
  /* line 9, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-md-first {
    order: -1; }

  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-md-last {
    order: 1; }

  /* line 11, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-md-unordered {
    order: 0; } }
@media (min-width: 768px) {
  /* line 16, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-md-top {
    align-items: flex-start; }

  /* line 17, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-md-middle {
    align-items: center; }

  /* line 18, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-md-bottom {
    align-items: flex-end; } }
@media (min-width: 768px) {
  /* line 23, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-md-top {
    align-self: flex-start; }

  /* line 24, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-md-middle {
    align-self: center; }

  /* line 25, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-md-bottom {
    align-self: flex-end; } }
@media (min-width: 768px) {
  /* line 30, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-md-left {
    justify-content: flex-start; }

  /* line 31, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-md-center {
    justify-content: center; }

  /* line 32, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-md-right {
    justify-content: flex-end; }

  /* line 33, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-md-around {
    justify-content: space-around; }

  /* line 34, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-md-between {
    justify-content: space-between; } }
@media (min-width: 992px) {
  /* line 9, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-lg-first {
    order: -1; }

  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-lg-last {
    order: 1; }

  /* line 11, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-lg-unordered {
    order: 0; } }
@media (min-width: 992px) {
  /* line 16, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-lg-top {
    align-items: flex-start; }

  /* line 17, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-lg-middle {
    align-items: center; }

  /* line 18, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-lg-bottom {
    align-items: flex-end; } }
@media (min-width: 992px) {
  /* line 23, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-lg-top {
    align-self: flex-start; }

  /* line 24, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-lg-middle {
    align-self: center; }

  /* line 25, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-lg-bottom {
    align-self: flex-end; } }
@media (min-width: 992px) {
  /* line 30, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-lg-left {
    justify-content: flex-start; }

  /* line 31, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-lg-center {
    justify-content: center; }

  /* line 32, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-lg-right {
    justify-content: flex-end; }

  /* line 33, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-lg-around {
    justify-content: space-around; }

  /* line 34, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-lg-between {
    justify-content: space-between; } }
@media (min-width: 1200px) {
  /* line 9, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-xl-first {
    order: -1; }

  /* line 10, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-xl-last {
    order: 1; }

  /* line 11, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-xl-unordered {
    order: 0; } }
@media (min-width: 1200px) {
  /* line 16, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-xl-top {
    align-items: flex-start; }

  /* line 17, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-xl-middle {
    align-items: center; }

  /* line 18, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-xl-bottom {
    align-items: flex-end; } }
@media (min-width: 1200px) {
  /* line 23, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-xl-top {
    align-self: flex-start; }

  /* line 24, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-xl-middle {
    align-self: center; }

  /* line 25, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-xl-bottom {
    align-self: flex-end; } }
@media (min-width: 1200px) {
  /* line 30, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-xl-left {
    justify-content: flex-start; }

  /* line 31, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-xl-center {
    justify-content: center; }

  /* line 32, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-xl-right {
    justify-content: flex-end; }

  /* line 33, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-xl-around {
    justify-content: space-around; }

  /* line 34, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/utilities/_flex.scss */
  .flex-items-xl-between {
    justify-content: space-between; } }
/* line 1, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_admin_bar.scss */
.admin-bar {
  position: relative;
  z-index: 100;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999999;
  text-transform: uppercase;
  background-color: #2b2b2b; }

/* line 10, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_admin_bar.scss */
.admin-bar-descriptor {
  display: inline-block;
  padding: 15px 0;
  padding: 1.5rem 0; }

/* line 14, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_admin_bar.scss */
.admin-bar-main-links a {
  display: inline-block;
  padding: 15px;
  padding: 1.5rem;
  color: #FFFFFF; }
  /* line 18, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_admin_bar.scss */
  .admin-bar-main-links a:hover, .admin-bar-main-links a:active {
    color: #dddddd; }

/* line 3, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_sticky_div.scss */
[data-toggle='sticky-div'] {
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 999;
  transition: all 0.2s ease-in-out; }

/* line 2, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/plugins/_sticky_div.scss */
.no-smil.flexboxtweener [data-toggle='sticky-div'] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 8px rgba(73, 80, 87, 0.2); }

@media (min-width: 992px) {
  /* line 7, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_user_navbar.scss */
  .navbar-user {
    padding-top: 3rem;
    padding-bottom: 3rem; } }
  @media (min-width: 992px) and (min-width: 768px) {
    /* line 7, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_user_navbar.scss */
    .navbar-user {
      padding: 1.5rem 1.5rem;
      height: 120px;
      height: 12rem; } }

/* line 18, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_user_navbar.scss */
.navbar-brand {
  height: auto;
  white-space: normal !important; }
  /* line 21, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_user_navbar.scss */
  .navbar-brand img {
    max-width: 250px;
    max-width: 25rem;
    max-height: 80px;
    max-height: 8rem; }
  @media (min-width: 768px) {
    /* line 18, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_user_navbar.scss */
    .navbar-brand {
      height: 120px;
      height: 12rem;
      max-width: 340px;
      max-width: 34rem;
      padding-top: 10px;
      padding-top: 1rem;
      padding-bottom: 10px;
      padding-bottom: 1rem; }
      /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_user_navbar.scss */
      .navbar-brand img {
        max-height: 100px;
        max-height: 10rem;
        max-width: 340px;
        max-width: 34rem; } }
  /* line 40, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_user_navbar.scss */
  .navbar-brand img {
    max-height: 100px; }

/* line 43, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_user_navbar.scss */
.navbar-text {
  margin-left: 15px;
  margin-left: 1.5rem;
  padding-left: 15px;
  padding-left: 1.5rem;
  border-left: 1px solid #CED4DA; }

/* line 49, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_user_navbar.scss */
.sticky-div .btn-header-donate {
  opacity: 0;
  transition: all 0.2s ease-in-out; }
/* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_user_navbar.scss */
.sticky-div.stuck {
  box-shadow: 0 0 8px rgba(73, 80, 87, 0.2); }
  /* line 55, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_user_navbar.scss */
  .sticky-div.stuck .btn-header-donate {
    opacity: 1; }

/* line 2, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_background_variations.scss */
.bg-dark {
  background-color: rgba(73, 80, 87, 0.9); }
  @media (max-width: 991px) {
    /* line 5, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_background_variations.scss */
    .bg-dark.jumbotron, .bg-dark.card {
      background-color: #495057; } }
  /* line 7, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_background_variations.scss */
  .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .bg-dark p, .bg-dark label {
    color: #FFFFFF; }
  /* line 8, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_background_variations.scss */
  .bg-dark .text-muted {
    color: #CED4DA !important; }
  /* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_background_variations.scss */
  .bg-dark .progress {
    background-color: #868E96; }
  /* line 11, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_background_variations.scss */
  .bg-dark .btn-secondary h1, .bg-dark .btn-secondary h2, .bg-dark .btn-secondary h3, .bg-dark .btn-secondary h4, .bg-dark .btn-secondary h5, .bg-dark .btn-secondary h6, .bg-dark .btn-secondary p, .bg-dark .btn-secondary label {
    color: #4DADF7; }

/* line 3, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_everyday_default.scss */
.everyday_default .jumbotron {
  border-radius: 0; }
  /* line 5, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_everyday_default.scss */
  .everyday_default .jumbotron:before {
    width: 100%;
    height: 100%;
    -ms-transform-style: preserve-3d;
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: fixed;
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0; }
  @media (max-width: 991px) {
    /* line 3, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_everyday_default.scss */
    .everyday_default .jumbotron {
      padding: 0; }
      /* line 19, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_everyday_default.scss */
      .everyday_default .jumbotron:before {
        content: none; }
      /* line 20, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_everyday_default.scss */
      .everyday_default .jumbotron .card {
        box-shadow: none;
        border-radius: 0; } }
/* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_everyday_default.scss */
.everyday_default .progress-stats {
  position: absolute;
  top: 5px;
  left: 1.5rem;
  width: 100%;
  z-index: 10; }
/* line 36, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_everyday_default.scss */
.everyday_default.admin .jumbotron:before {
  margin-top: 0; }

/* line 42, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_everyday_default.scss */
body.preview.everyday_default .jumbotron:before {
  position: absolute; }

/* line 6, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/nfg_theme/_everyday_default.scss */
.no-smil.flexboxtweener .everyday_default .jumbotron,
.no-smil.flexboxtweener .everyday_story .jumbotron {
  top: 120px; }
  /* line 8, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/nfg_theme/_everyday_default.scss */
  .no-smil.flexboxtweener .everyday_default .jumbotron:before,
  .no-smil.flexboxtweener .everyday_story .jumbotron:before {
    top: 120px; }
  /* line 12, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/nfg_theme/_everyday_default.scss */
  .no-smil.flexboxtweener .everyday_default .jumbotron .card,
  .no-smil.flexboxtweener .everyday_story .jumbotron .card {
    margin-bottom: 120px; }
/* line 18, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/nfg_theme/_everyday_default.scss */
.no-smil.flexboxtweener .everyday_default.preview .jumbotron:before,
.no-smil.flexboxtweener .everyday_story.preview .jumbotron:before {
  top: 0; }

/* line 3, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_everyday_story.scss */
.everyday_story .jumbotron {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0; }
  @media (max-width: 991px) {
    /* line 3, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_everyday_story.scss */
    .everyday_story .jumbotron {
      background-image: none !important;
      padding: 0; }
      /* line 12, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_everyday_story.scss */
      .everyday_story .jumbotron .card {
        box-shadow: none;
        border-radius: 0; } }
  @media (min-width: 992px) {
    /* line 3, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_everyday_story.scss */
    .everyday_story .jumbotron {
      min-height: 500px; } }
/* line 22, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_everyday_story.scss */
.everyday_story.admin .jumbotron:before {
  margin-top: 0; }

/* line 5, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
.select2-container {
  width: 100% !important; }

/* line 6, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
.select2.select2-hidden-accessible {
  width: auto !important; }

/* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
body:not(.modal-open) .select2-container--default {
  z-index: 901; }

/* line 15, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #4DADF7; }
/* line 17, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
.select2-container--default.select2-container--open .select2-selection--single {
  background-color: #F8F9FA; }
/* line 23, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
.select2-container--default .select2-selection--single {
  padding-left: 0;
  padding-right: 45px;
  padding-right: 4.5rem;
  height: 4.5rem;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  background-color: #FFFFFF;
  background: #FFFFFF url(/assets/ux/icon-select-arrow-b6df43f74aa7574aedd4037094d8741ad9adad4c5b36e8dc42934f36504ed140.png) no-repeat;
  background-size: 12px 8px;
  background-position: right 13px top 19px;
  border: 1px solid #CED4DA;
  border-radius: 0.6rem;
  outline: none;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out; }
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
  .select2-container--default .select2-selection--single:hover {
    background-color: #F8F9FA; }
    /* line 40, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
    .select2-container--default .select2-selection--single:hover .select2-selection__rendered {
      color: #495057; }
  /* line 42, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 5px 45px 0 15px;
    padding: 0.5rem 4.5rem 0 1.5rem;
    color: #4DADF7;
    line-height: 34px;
    transition: color 0.15s ease-in-out; }
  /* line 48, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none; }
/* line 52, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
.select2-container--default .select2-selection--multiple {
  padding: 8px 7.5px 0;
  padding: 0.8rem 0.75rem 0;
  min-height: 4.5rem;
  font-size: 16px;
  font-size: 1.6rem;
  color: #495057;
  border: 1px solid #CED4DA;
  border-radius: 0;
  transition: border 0.15s ease-in-out, background-color 0.15s ease-in-out, color 0.15s ease-in-out; }
  /* line 60, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
  .select2-container--default .select2-selection--multiple .select2-search--inline {
    min-height: 18px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #495057;
    line-height: 1; }
    /* line 65, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
    .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
      margin-top: 0;
      min-height: 18px; }
  /* line 70, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin: 0;
    padding: 0; }
    /* line 2, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
    .select2-container--default .select2-selection--multiple .select2-selection__rendered::after {
      content: "";
      display: table;
      clear: both; }
    /* line 74, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
    .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
      margin: 0 3px 3px 0;
      margin: 0 0.3rem 0.3rem 0;
      padding: 3px 7.5px;
      padding: 0.3rem 0.75rem;
      min-width: 14px;
      font-weight: 600;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1;
      color: #4DADF7;
      background-color: #FFFFFF;
      border: 1px solid #CED4DA;
      border-radius: 0.6rem;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out; }
      /* line 86, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
      .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice:hover, .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice:active {
        color: #495057;
        background-color: #F8F9FA; }
      /* line 90, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
      .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice + li {
        margin-top: 0; }
  /* line 93, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 7.5px;
    margin-right: 0.75rem;
    color: #4DADF7; }
/* line 100, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
.select2-container--default .select2-dropdown {
  border: 1px solid #DEE2E6;
  border-radius: 0.6rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
/* line 105, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
.select2-container--default .select2-search--dropdown {
  padding: 7.5px;
  padding: 0.75rem; }
  /* line 107, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
  .select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0;
    padding: 7.5px 7.5px;
    padding: 0.75rem 0.75rem;
    font-size: 16px;
    font-size: 1.6rem;
    color: #495057;
    border: 1px solid #CED4DA;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    /* line 114, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
    .select2-container--default .select2-search--dropdown .select2-search__field:focus {
      border-color: #4DADF7; }
/* line 117, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
.select2-container--default .select2-results__option {
  position: relative;
  margin-top: 0;
  padding: 15px;
  padding: 1.5rem;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #495057;
  border-top: 1px solid #DEE2E6;
  z-index: 1;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out; }
  /* line 128, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
  .select2-container--default .select2-results__option.select2-results__option--highlighted {
    color: #495057;
    background-color: transparent; }
    /* line 131, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
    .select2-container--default .select2-results__option.select2-results__option--highlighted:hover, .select2-container--default .select2-results__option.select2-results__option--highlighted:active {
      color: #495057;
      background-color: #F8F9FA; }
  /* line 136, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
  .select2-container--default .select2-results__option[aria-selected='true'] {
    padding-right: 45px;
    padding-right: 4.5rem;
    color: #495057;
    background-color: transparent !important;
    cursor: default; }
    /* line 141, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
    .select2-container--default .select2-results__option[aria-selected='true']:after {
      position: absolute;
      top: 14px;
      right: 0.75rem;
      width: 36px;
      height: 100%;
      font-family: FontAwesome;
      font-size: 16px;
      font-size: 1.6rem;
      color: #69DB7C;
      text-align: center;
      content: '\f00c';
      z-index: 5; }
/* line 156, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
.select2-container--default .select2-results__group {
  padding: 15px;
  padding: 1.5rem;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3; }

/* line 167, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
.has-danger .select2-selection {
  border-color: #FF8787;
  color: #FF8787; }

/* line 175, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
.select2-selection__rendered .select2-selection__clear {
  position: relative;
  width: 60px;
  width: 6rem;
  color: transparent; }
  /* line 179, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/plugins/_select2.scss */
  .select2-selection__rendered .select2-selection__clear:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    width: 6rem;
    font-size: 10px;
    font-size: 1rem;
    line-height: 34px;
    font-family: "Source Sans Pro", sans-serif;
    color: #4DADF7;
    text-transform: uppercase;
    text-align: right;
    z-index: 10;
    content: "Clear X"; }

/* line 4, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/nfg_theme/_footer_links.scss */
#footer_site_links a {
  display: inline-block;
  padding: 15px;
  padding: 1.5rem; }

/* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_reboot.scss */
html {
  height: 100%; }

/* line 10, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_reboot.scss */
body {
  -ms-overflow-style: scrollbar !important;
  height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }
  @media (max-width: 991px) {
    /* line 10, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_reboot.scss */
    body {
      overflow-x: hidden;
      -webkit-overflow-scrolling: auto; } }

/* line 25, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_reboot.scss */
label {
  margin-bottom: 7.5px;
  margin-bottom: 0.75rem; }

/* line 28, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_reboot.scss */
a.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .4; }

/* line 36, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_reboot.scss */
div {
  position: relative; }

/* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_reboot.scss */
*, *:before, *:after {
  box-sizing: border-box; }

/* line 40, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_reboot.scss */
img {
  max-width: 100%;
  height: auto; }

/* line 4, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_type.scss */
h1, .h1 {
  font-size: 36px;
  font-size: 3.6rem; }

/* line 5, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_type.scss */
h2, .h2 {
  line-height: 1.15;
  font-size: 32px;
  font-size: 3.2rem; }

/* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_type.scss */
h3, .h3 {
  line-height: 1.1;
  font-size: 28px;
  font-size: 2.8rem; }

/* line 13, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_type.scss */
h4, .h4 {
  font-size: 24px;
  font-size: 2.4rem; }

/* line 14, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_type.scss */
h5, .h5 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2; }

/* line 18, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_type.scss */
h6, .h6 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.15; }

/* line 5, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_forms.scss */
.form-control {
  height: 4.5rem;
  line-height: 1.2; }

/* line 10, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_forms.scss */
textarea {
  min-height: 90px; }

/* line 12, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_forms.scss */
.text-help {
  font-weight: 600;
  font-style: italic;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #868E96;
  display: block;
  margin-top: 0.75rem; }

/* line 22, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_forms.scss */
.bg-dark .text-help {
  color: #CED4DA; }

/* line 27, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_forms.scss */
.radio,
.checkbox {
  margin-bottom: 1.5rem; }
  /* line 31, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_forms.scss */
  .radio label input,
  .checkbox label input {
    margin-right: 7.5px;
    margin-right: 0.75rem; }

/* line 36, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_forms.scss */
.has-danger label.required {
  color: #FF8787; }

/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_forms.scss */
label.required {
  position: relative; }
  /* line 42, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_forms.scss */
  label.required:before {
    content: '*';
    position: absolute;
    line-height: 1;
    font-weight: 700;
    color: #FF8787;
    left: -15px;
    left: -1.5rem;
    font-size: 24px;
    font-size: 2.4rem; }
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_forms.scss */
  label.required.not-required:before {
    content: none !important; }

/* line 5, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
  background-color: #4DADF7;
  border-color: #4DADF7; }
/* line 11, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_buttons.scss */
.btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary:disabled {
  background-color: #4DADF7;
  border-color: #4DADF7; }
  /* line 17, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_buttons.scss */
  .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:hover, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #4DADF7;
    border-color: #4DADF7; }

/* line 27, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_buttons.scss */
.btn {
  box-shadow: none !important; }
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_buttons.scss */
  .btn:focus, .btn.focus {
    outline: none !important; }

/* line 1, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_media.scss */
.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem; }

/* line 5, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_media.scss */
.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/* line 6, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_media.scss */
.media-middle {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

/* line 7, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_media.scss */
.media-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

/* line 14, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_button-group.scss */
[data-toggle="buttons"] input[type="radio"],
[data-toggle="buttons"] input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

/* line 7, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_custom-forms.scss */
.c-select {
  display: inline-block;
  max-width: 100%;
  padding: 0 45px 0 15px;
  padding: 0 4.5rem 0 1.5rem;
  padding-right: 9rem \9;
  height: 4.5rem;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #4DADF7;
  vertical-align: middle;
  background-color: #FFFFFF;
  background: #FFFFFF url(/assets/ux/icon-select-arrow@2x-ff4d7d5aa10937854e778b382523b6401ad143dea43d69e9654091cc747909cc.png) no-repeat;
  background-size: 12px 8px;
  background-position: right 13px top 19px;
  border: 1px solid #CED4DA;
  border-radius: 0.6rem;
  transition: all 0.2s ease;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  outline: none; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .c-select:focus, .c-select:hover {
    color: #4DADF7;
    background-color: #FFFFFF;
    border-color: #CED4DA;
    box-shadow: none; }

/* line 5, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.5rem 1.5rem;
  min-height: 36px; }

/* line 16, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
.navbar-brand {
  display: inline-block;
  float: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: inherit;
  white-space: nowrap; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

/* line 31, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  /* line 37, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    white-space: nowrap; }

/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem; }

/* line 58, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
.navbar-toggler {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.9rem 1.2rem;
  font-size: 1.6rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.6rem; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

/* line 71, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

/* line 83, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
.navbar-toggler-left {
  position: absolute;
  left: 1.5rem; }

/* line 87, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
.navbar-toggler-right {
  position: absolute;
  right: 1.5rem; }

@media (max-width: 1199px) {
  /* line 99, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
  .navbar-toggleable-md .navbar-nav {
    padding-top: 7.5px;
    padding-top: 0.75rem; }
    /* line 102, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
    .navbar-toggleable-md .navbar-nav .nav-item + .nav-item {
      margin-left: 0; }
    /* line 103, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
    .navbar-toggleable-md .navbar-nav .nav-item .nav-link {
      padding-top: 7.5px;
      padding-top: 0.75rem;
      padding-bottom: 7.5px;
      padding-bottom: 0.75rem; } }
@media (min-width: 992px) {
  /* line 97, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
  .navbar-toggleable-md {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    /* line 119, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
    .navbar-toggleable-md .navbar-nav {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      /* line 121, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
      .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: 7.5px;
        padding-right: 0.75rem;
        padding-left: 7.5px;
        padding-left: 0.75rem; }
    /* line 128, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
    .navbar-toggleable-md > .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
    /* line 135, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
    .navbar-toggleable-md .navbar-collapse {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
    /* line 142, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
    .navbar-toggleable-md .navbar-toggler {
      display: none; } }

/* line 148, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 544px) {
    /* line 148, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

/* line 158, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
.navbar-fixed-top {
  top: 0; }

/* line 159, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0; }

/* line 160, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }
  @media (min-width: 544px) {
    /* line 160, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
    .navbar-sticky-top {
      border-radius: 0; } }

/* line 176, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: #4DADF7; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
  .navbar-light .navbar-toggler:focus,
  .navbar-light .navbar-toggler:hover {
    color: #4DADF7; }
/* line 182, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: #495057; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #4DADF7; }
  /* line 185, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
  .navbar-light .navbar-nav .nav-link.disabled {
    color: #CED4DA; }
/* line 187, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: #4DADF7; }
/* line 192, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
.navbar-light .navbar-toggler {
  border-color: #CED4DA; }
/* line 193, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: #FFFFFF; }
/* line 194, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
.navbar-light .navbar-text {
  color: #495057; }

/* line 199, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white; }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-toggler:focus,
  .navbar-inverse .navbar-toggler:hover {
    color: white; }
/* line 205, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  /* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
  /* line 208, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
  .navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
/* line 210, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white; }
/* line 215, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
.navbar-inverse .navbar-toggler {
  border-color: #CED4DA; }
/* line 216, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
.navbar-inverse .navbar-toggler-icon {
  background-image: #FFFFFF; }
/* line 217, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_navbar.scss */
.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

/* line 1, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_card.scss */
.card {
  margin-bottom: 0;
  box-shadow: 0 0 8px rgba(73, 80, 87, 0.2); }

@media (min-width: 544px) {
  /* line 7, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_card.scss */
  .card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    /* line 11, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_card.scss */
    .card-deck .card {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0;
      -moz-box-flex: 1;
      -moz-flex: 1 0 0;
      -ms-flex: 1 0 0;
      flex: 1 0 0; }

  /* line 14, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_card.scss */
  .card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    /* line 18, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_card.scss */
    .card-group .card {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0;
      -moz-box-flex: 1;
      -moz-flex: 1 0 0;
      -ms-flex: 1 0 0;
      flex: 1 0 0; }

  /* line 21, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_card.scss */
  .card-columns {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 3rem 0; }
  to {
    background-position: 0 0; } }
/* line 8, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_progress.scss */
.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 1.2rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 3rem; }

/* line 18, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 3rem 3rem; }

/* line 24, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 0.2ms; }

/* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_progress.scss */
.bg-dark .progress-text-off {
  color: #495057; }

/* line 4, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_list-group.scss */
.list-group-item {
  padding: 15px 30px;
  padding: 1.5rem 3rem;
  margin-bottom: 0;
  border-color: #DEE2E6; }

/* line 11, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_list-group.scss */
.list-group-flush .list-group-item {
  padding: 15px 0;
  padding: 1.5rem 0;
  border-width: 1px 0 0 0; }
  /* line 14, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_list-group.scss */
  .list-group-flush .list-group-item:first-child {
    border-top: 0; }

/* line 6, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_carousel.scss */
.carousel-indicators {
  position: relative;
  bottom: 0; }
  /* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_carousel.scss */
  .carousel-indicators li {
    margin: 2px;
    background-color: #DEE2E6;
    border: none;
    vertical-align: middle;
    transition: all 0.2s ease-in-out; }
    /* line 15, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_carousel.scss */
    .carousel-indicators li:hover, .carousel-indicators li:active {
      background-color: #868E96; }

/* line 1, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_input-group.scss */
.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  /* line 4, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_input-group.scss */
  .input-group .form-control {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }

/* line 2, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.valign-top {
  vertical-align: top; }

/* line 3, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.valign-middle {
  vertical-align: middle; }

/* line 4, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.valign-bottom {
  vertical-align: bottom; }

/* line 14, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.border-a {
  border: 1px solid #CED4DA; }

/* line 15, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.border-t {
  border-top: 1px solid #CED4DA; }

/* line 16, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.border-r {
  border-right: 1px solid #CED4DA; }

/* line 17, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.border-b {
  border-bottom: 1px solid #CED4DA; }

/* line 18, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.border-l {
  border-left: 1px solid #CED4DA; }

/* line 19, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.border-style-dashed {
  border-style: dashed; }

/* line 20, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.border-b-none {
  border-bottom: none; }

/* line 23, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.divider {
  display: block;
  width: 100%;
  height: 1px;
  z-index: 1;
  position: relative;
  background-color: #CED4DA; }

/* line 33, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.box-shadow-sm {
  box-shadow: 0 0 8px rgba(73, 80, 87, 0.2); }

/* line 34, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.box-shadow-md {
  box-shadow: 0 0 30px rgba(73, 80, 87, 0.6); }

/* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.box-shadow-lg {
  box-shadow: 0 0 50px rgba(73, 80, 87, 0.8); }

/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.hide {
  display: none !important; }

/* line 40, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.display-inline {
  position: relative;
  display: inline !important; }

/* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.display-inline-block {
  position: relative;
  display: inline-block !important; }

/* line 42, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.display-block {
  display: block !important; }

/* line 43, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.overflow-hidden {
  overflow: hidden; }

/* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.overflow-visible {
  overflow: visible; }

/* line 48, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

/* line 49, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.flex-direction-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 51, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }

/* line 52, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.flex-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

/* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.flex-align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

/* line 54, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.flex-align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

/* line 55, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.flex-align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

/* line 59, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.pos-a-t-l {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important; }

/* line 64, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.pos-a-t-r {
  position: absolute;
  top: 0;
  right: 0; }

/* line 69, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.pos-a-c {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/* line 76, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.z-index-0 {
  z-index: 0; }

/* line 77, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.z-index-10 {
  z-index: 10; }

/* line 78, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.z-index-20 {
  z-index: 20; }

/* line 79, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.z-index-navbar-fixed {
  z-index: 1030; }

/* line 83, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.sr-hidden {
  speak: none; }

/* line 89, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.full-width-up-xs {
  width: 100%; }

@media (max-width: 543px) {
  /* line 92, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
  .full-width-down-xs {
    width: 100%; } }
@media (min-width: 544px) {
  /* line 89, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
  .full-width-up-sm {
    width: 100%; } }
@media (max-width: 767px) {
  /* line 92, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
  .full-width-down-sm {
    width: 100%; } }
@media (min-width: 768px) {
  /* line 89, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
  .full-width-up-md {
    width: 100%; } }
@media (max-width: 991px) {
  /* line 92, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
  .full-width-down-md {
    width: 100%; } }
@media (min-width: 992px) {
  /* line 89, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
  .full-width-up-lg {
    width: 100%; } }
@media (max-width: 1199px) {
  /* line 92, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
  .full-width-down-lg {
    width: 100%; } }
@media (min-width: 1200px) {
  /* line 89, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
  .full-width-up-xl {
    width: 100%; } }
/* line 92, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.full-width-down-xl {
  width: 100%; }

/* line 95, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.full-width {
  width: 100%; }

/* line 96, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.width-auto {
  width: auto !important; }

/* line 97, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.w-100 {
  width: 100% !important; }

/* line 98, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.w-100vw {
  width: 100vw !important; }

/* line 99, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.h-100 {
  height: 100% !important; }

/* line 100, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.h-100vh {
  height: 100vh !important; }

/* line 105, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.text-break-words {
  white-space: normal !important; }

/* line 106, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.text-wordwrap {
  word-break: break-word !important; }

/* line 109, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.font-weight-light {
  font-weight: 300 !important; }

/* line 110, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.font-weight-normal {
  font-weight: 400 !important; }

/* line 111, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.font-weight-medium {
  font-weight: 600 !important; }

/* line 112, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.font-weight-bold {
  font-weight: 700 !important; }

/* line 113, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.font-italic {
  font-style: italic; }

/* line 114, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.font-size-base {
  font-size: 1.6rem !important; }

/* line 115, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.font-size-xs {
  font-size: 1.2rem !important; }

/* line 116, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.font-size-sm {
  font-size: 1.4rem !important; }

/* line 117, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.font-size-lg {
  font-size: 2.4rem !important; }

/* line 120, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities.scss */
.text-inherit {
  color: inherit !important; }

/* line 4, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark-gray {
  color: #495057 !important; }

/* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark-gray:focus, a.text-dark-gray:hover {
  color: #32373b; }

/* line 4, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-muted {
  color: #868E96 !important; }

/* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-muted:focus, a.text-muted:hover {
  color: #6c757d; }

/* line 4, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #CED4DA !important; }

/* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:focus, a.text-light:hover {
  color: #b1bbc4; }

/* line 4, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-white {
  color: #FFFFFF !important; }

/* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-white:focus, a.text-white:hover {
  color: #e6e6e6; }

/* line 4, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-medium {
  color: #868E96 !important; }

/* line 20, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/gems/bootstrap-4.0.0.alpha2/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-medium:focus, a.text-medium:hover {
  color: #6c757d; }

/* line 6, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-background.scss */
.bg-color-primary {
  background-color: #F8F9FA !important; }

/* line 7, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-background.scss */
.bg-color-secondary {
  background-color: #DEE2E6 !important; }

/* line 8, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-background.scss */
.bg-color-tertiary {
  background-color: #868E96 !important; }

/* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-background.scss */
.bg-color-white {
  background-color: #FFFFFF !important; }

/* line 10, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-background.scss */
.bg-transparent {
  background: transparent !important; }

/* line 8, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-a-0 {
  margin: 0 0 !important; }

/* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-t-0 {
  margin-top: 0 !important; }

/* line 10, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-r-0 {
  margin-right: 0 !important; }

/* line 11, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-b-0 {
  margin-bottom: 0 !important; }

/* line 12, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-l-0 {
  margin-left: 0 !important; }

/* line 15, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

/* line 19, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

/* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-a-0-up-xs {
  margin: 0 0 !important; }

/* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-t-0-up-xs {
  margin-top: 0 !important; }

/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-r-0-up-xs {
  margin-right: 0 !important; }

/* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-b-0-up-xs {
  margin-bottom: 0 !important; }

/* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-l-0-up-xs {
  margin-left: 0 !important; }

@media (max-width: 543px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-0-down-xs {
    margin: 0 0 !important; } }

@media (max-width: 543px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-0-down-xs {
    margin-top: 0 !important; } }

@media (max-width: 543px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-0-down-xs {
    margin-right: 0 !important; } }

@media (max-width: 543px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-0-down-xs {
    margin-bottom: 0 !important; } }

@media (max-width: 543px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-0-down-xs {
    margin-left: 0 !important; } }

@media (min-width: 544px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-0-up-sm {
    margin: 0 0 !important; } }

@media (min-width: 544px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-0-up-sm {
    margin-top: 0 !important; } }

@media (min-width: 544px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-0-up-sm {
    margin-right: 0 !important; } }

@media (min-width: 544px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-0-up-sm {
    margin-bottom: 0 !important; } }

@media (min-width: 544px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-0-up-sm {
    margin-left: 0 !important; } }

@media (max-width: 767px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-0-down-sm {
    margin: 0 0 !important; } }

@media (max-width: 767px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-0-down-sm {
    margin-top: 0 !important; } }

@media (max-width: 767px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-0-down-sm {
    margin-right: 0 !important; } }

@media (max-width: 767px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-0-down-sm {
    margin-bottom: 0 !important; } }

@media (max-width: 767px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-0-down-sm {
    margin-left: 0 !important; } }

@media (min-width: 768px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-0-up-md {
    margin: 0 0 !important; } }

@media (min-width: 768px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-0-up-md {
    margin-top: 0 !important; } }

@media (min-width: 768px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-0-up-md {
    margin-right: 0 !important; } }

@media (min-width: 768px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-0-up-md {
    margin-bottom: 0 !important; } }

@media (min-width: 768px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-0-up-md {
    margin-left: 0 !important; } }

@media (max-width: 991px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-0-down-md {
    margin: 0 0 !important; } }

@media (max-width: 991px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-0-down-md {
    margin-top: 0 !important; } }

@media (max-width: 991px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-0-down-md {
    margin-right: 0 !important; } }

@media (max-width: 991px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-0-down-md {
    margin-bottom: 0 !important; } }

@media (max-width: 991px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-0-down-md {
    margin-left: 0 !important; } }

@media (min-width: 992px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-0-up-lg {
    margin: 0 0 !important; } }

@media (min-width: 992px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-0-up-lg {
    margin-top: 0 !important; } }

@media (min-width: 992px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-0-up-lg {
    margin-right: 0 !important; } }

@media (min-width: 992px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-0-up-lg {
    margin-bottom: 0 !important; } }

@media (min-width: 992px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-0-up-lg {
    margin-left: 0 !important; } }

@media (max-width: 1199px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-0-down-lg {
    margin: 0 0 !important; } }

@media (max-width: 1199px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-0-down-lg {
    margin-top: 0 !important; } }

@media (max-width: 1199px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-0-down-lg {
    margin-right: 0 !important; } }

@media (max-width: 1199px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-0-down-lg {
    margin-bottom: 0 !important; } }

@media (max-width: 1199px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-0-down-lg {
    margin-left: 0 !important; } }

@media (min-width: 1200px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-0-up-xl {
    margin: 0 0 !important; } }

@media (min-width: 1200px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-0-up-xl {
    margin-top: 0 !important; } }

@media (min-width: 1200px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-0-up-xl {
    margin-right: 0 !important; } }

@media (min-width: 1200px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-0-up-xl {
    margin-bottom: 0 !important; } }

@media (min-width: 1200px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-0-up-xl {
    margin-left: 0 !important; } }

/* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-a-0-down-xl {
  margin: 0 0 !important; }

/* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-t-0-down-xl {
  margin-top: 0 !important; }

/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-r-0-down-xl {
  margin-right: 0 !important; }

/* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-b-0-down-xl {
  margin-bottom: 0 !important; }

/* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-l-0-down-xl {
  margin-left: 0 !important; }

/* line 8, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-a-quarter {
  margin: 0.75rem 0.75rem !important; }

/* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-t-quarter {
  margin-top: 0.75rem !important; }

/* line 10, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-r-quarter {
  margin-right: 0.75rem !important; }

/* line 11, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-b-quarter {
  margin-bottom: 0.75rem !important; }

/* line 12, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-l-quarter {
  margin-left: 0.75rem !important; }

/* line 15, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-x-quarter {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important; }

/* line 19, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-y-quarter {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important; }

/* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-a-quarter-up-xs {
  margin: 0.75rem 0.75rem !important; }

/* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-t-quarter-up-xs {
  margin-top: 0.75rem !important; }

/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-r-quarter-up-xs {
  margin-right: 0.75rem !important; }

/* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-b-quarter-up-xs {
  margin-bottom: 0.75rem !important; }

/* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-l-quarter-up-xs {
  margin-left: 0.75rem !important; }

@media (max-width: 543px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-quarter-down-xs {
    margin: 0.75rem 0.75rem !important; } }

@media (max-width: 543px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-quarter-down-xs {
    margin-top: 0.75rem !important; } }

@media (max-width: 543px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-quarter-down-xs {
    margin-right: 0.75rem !important; } }

@media (max-width: 543px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-quarter-down-xs {
    margin-bottom: 0.75rem !important; } }

@media (max-width: 543px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-quarter-down-xs {
    margin-left: 0.75rem !important; } }

@media (min-width: 544px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-quarter-up-sm {
    margin: 0.75rem 0.75rem !important; } }

@media (min-width: 544px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-quarter-up-sm {
    margin-top: 0.75rem !important; } }

@media (min-width: 544px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-quarter-up-sm {
    margin-right: 0.75rem !important; } }

@media (min-width: 544px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-quarter-up-sm {
    margin-bottom: 0.75rem !important; } }

@media (min-width: 544px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-quarter-up-sm {
    margin-left: 0.75rem !important; } }

@media (max-width: 767px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-quarter-down-sm {
    margin: 0.75rem 0.75rem !important; } }

@media (max-width: 767px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-quarter-down-sm {
    margin-top: 0.75rem !important; } }

@media (max-width: 767px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-quarter-down-sm {
    margin-right: 0.75rem !important; } }

@media (max-width: 767px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-quarter-down-sm {
    margin-bottom: 0.75rem !important; } }

@media (max-width: 767px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-quarter-down-sm {
    margin-left: 0.75rem !important; } }

@media (min-width: 768px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-quarter-up-md {
    margin: 0.75rem 0.75rem !important; } }

@media (min-width: 768px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-quarter-up-md {
    margin-top: 0.75rem !important; } }

@media (min-width: 768px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-quarter-up-md {
    margin-right: 0.75rem !important; } }

@media (min-width: 768px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-quarter-up-md {
    margin-bottom: 0.75rem !important; } }

@media (min-width: 768px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-quarter-up-md {
    margin-left: 0.75rem !important; } }

@media (max-width: 991px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-quarter-down-md {
    margin: 0.75rem 0.75rem !important; } }

@media (max-width: 991px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-quarter-down-md {
    margin-top: 0.75rem !important; } }

@media (max-width: 991px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-quarter-down-md {
    margin-right: 0.75rem !important; } }

@media (max-width: 991px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-quarter-down-md {
    margin-bottom: 0.75rem !important; } }

@media (max-width: 991px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-quarter-down-md {
    margin-left: 0.75rem !important; } }

@media (min-width: 992px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-quarter-up-lg {
    margin: 0.75rem 0.75rem !important; } }

@media (min-width: 992px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-quarter-up-lg {
    margin-top: 0.75rem !important; } }

@media (min-width: 992px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-quarter-up-lg {
    margin-right: 0.75rem !important; } }

@media (min-width: 992px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-quarter-up-lg {
    margin-bottom: 0.75rem !important; } }

@media (min-width: 992px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-quarter-up-lg {
    margin-left: 0.75rem !important; } }

@media (max-width: 1199px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-quarter-down-lg {
    margin: 0.75rem 0.75rem !important; } }

@media (max-width: 1199px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-quarter-down-lg {
    margin-top: 0.75rem !important; } }

@media (max-width: 1199px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-quarter-down-lg {
    margin-right: 0.75rem !important; } }

@media (max-width: 1199px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-quarter-down-lg {
    margin-bottom: 0.75rem !important; } }

@media (max-width: 1199px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-quarter-down-lg {
    margin-left: 0.75rem !important; } }

@media (min-width: 1200px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-quarter-up-xl {
    margin: 0.75rem 0.75rem !important; } }

@media (min-width: 1200px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-quarter-up-xl {
    margin-top: 0.75rem !important; } }

@media (min-width: 1200px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-quarter-up-xl {
    margin-right: 0.75rem !important; } }

@media (min-width: 1200px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-quarter-up-xl {
    margin-bottom: 0.75rem !important; } }

@media (min-width: 1200px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-quarter-up-xl {
    margin-left: 0.75rem !important; } }

/* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-a-quarter-down-xl {
  margin: 0.75rem 0.75rem !important; }

/* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-t-quarter-down-xl {
  margin-top: 0.75rem !important; }

/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-r-quarter-down-xl {
  margin-right: 0.75rem !important; }

/* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-b-quarter-down-xl {
  margin-bottom: 0.75rem !important; }

/* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-l-quarter-down-xl {
  margin-left: 0.75rem !important; }

/* line 8, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-a-half {
  margin: 1.5rem 1.5rem !important; }

/* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-t-half {
  margin-top: 1.5rem !important; }

/* line 10, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-r-half {
  margin-right: 1.5rem !important; }

/* line 11, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-b-half {
  margin-bottom: 1.5rem !important; }

/* line 12, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-l-half {
  margin-left: 1.5rem !important; }

/* line 15, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-x-half {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

/* line 19, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-y-half {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

/* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-a-half-up-xs {
  margin: 1.5rem 1.5rem !important; }

/* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-t-half-up-xs {
  margin-top: 1.5rem !important; }

/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-r-half-up-xs {
  margin-right: 1.5rem !important; }

/* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-b-half-up-xs {
  margin-bottom: 1.5rem !important; }

/* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-l-half-up-xs {
  margin-left: 1.5rem !important; }

@media (max-width: 543px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-half-down-xs {
    margin: 1.5rem 1.5rem !important; } }

@media (max-width: 543px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-half-down-xs {
    margin-top: 1.5rem !important; } }

@media (max-width: 543px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-half-down-xs {
    margin-right: 1.5rem !important; } }

@media (max-width: 543px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-half-down-xs {
    margin-bottom: 1.5rem !important; } }

@media (max-width: 543px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-half-down-xs {
    margin-left: 1.5rem !important; } }

@media (min-width: 544px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-half-up-sm {
    margin: 1.5rem 1.5rem !important; } }

@media (min-width: 544px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-half-up-sm {
    margin-top: 1.5rem !important; } }

@media (min-width: 544px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-half-up-sm {
    margin-right: 1.5rem !important; } }

@media (min-width: 544px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-half-up-sm {
    margin-bottom: 1.5rem !important; } }

@media (min-width: 544px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-half-up-sm {
    margin-left: 1.5rem !important; } }

@media (max-width: 767px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-half-down-sm {
    margin: 1.5rem 1.5rem !important; } }

@media (max-width: 767px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-half-down-sm {
    margin-top: 1.5rem !important; } }

@media (max-width: 767px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-half-down-sm {
    margin-right: 1.5rem !important; } }

@media (max-width: 767px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-half-down-sm {
    margin-bottom: 1.5rem !important; } }

@media (max-width: 767px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-half-down-sm {
    margin-left: 1.5rem !important; } }

@media (min-width: 768px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-half-up-md {
    margin: 1.5rem 1.5rem !important; } }

@media (min-width: 768px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-half-up-md {
    margin-top: 1.5rem !important; } }

@media (min-width: 768px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-half-up-md {
    margin-right: 1.5rem !important; } }

@media (min-width: 768px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-half-up-md {
    margin-bottom: 1.5rem !important; } }

@media (min-width: 768px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-half-up-md {
    margin-left: 1.5rem !important; } }

@media (max-width: 991px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-half-down-md {
    margin: 1.5rem 1.5rem !important; } }

@media (max-width: 991px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-half-down-md {
    margin-top: 1.5rem !important; } }

@media (max-width: 991px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-half-down-md {
    margin-right: 1.5rem !important; } }

@media (max-width: 991px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-half-down-md {
    margin-bottom: 1.5rem !important; } }

@media (max-width: 991px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-half-down-md {
    margin-left: 1.5rem !important; } }

@media (min-width: 992px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-half-up-lg {
    margin: 1.5rem 1.5rem !important; } }

@media (min-width: 992px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-half-up-lg {
    margin-top: 1.5rem !important; } }

@media (min-width: 992px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-half-up-lg {
    margin-right: 1.5rem !important; } }

@media (min-width: 992px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-half-up-lg {
    margin-bottom: 1.5rem !important; } }

@media (min-width: 992px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-half-up-lg {
    margin-left: 1.5rem !important; } }

@media (max-width: 1199px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-half-down-lg {
    margin: 1.5rem 1.5rem !important; } }

@media (max-width: 1199px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-half-down-lg {
    margin-top: 1.5rem !important; } }

@media (max-width: 1199px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-half-down-lg {
    margin-right: 1.5rem !important; } }

@media (max-width: 1199px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-half-down-lg {
    margin-bottom: 1.5rem !important; } }

@media (max-width: 1199px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-half-down-lg {
    margin-left: 1.5rem !important; } }

@media (min-width: 1200px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-half-up-xl {
    margin: 1.5rem 1.5rem !important; } }

@media (min-width: 1200px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-half-up-xl {
    margin-top: 1.5rem !important; } }

@media (min-width: 1200px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-half-up-xl {
    margin-right: 1.5rem !important; } }

@media (min-width: 1200px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-half-up-xl {
    margin-bottom: 1.5rem !important; } }

@media (min-width: 1200px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-half-up-xl {
    margin-left: 1.5rem !important; } }

/* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-a-half-down-xl {
  margin: 1.5rem 1.5rem !important; }

/* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-t-half-down-xl {
  margin-top: 1.5rem !important; }

/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-r-half-down-xl {
  margin-right: 1.5rem !important; }

/* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-b-half-down-xl {
  margin-bottom: 1.5rem !important; }

/* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-l-half-down-xl {
  margin-left: 1.5rem !important; }

/* line 8, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-a-base {
  margin: 3rem 3rem !important; }

/* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-t-base {
  margin-top: 3rem !important; }

/* line 10, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-r-base {
  margin-right: 3rem !important; }

/* line 11, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-b-base {
  margin-bottom: 3rem !important; }

/* line 12, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-l-base {
  margin-left: 3rem !important; }

/* line 15, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-x-base {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

/* line 19, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-y-base {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

/* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-a-base-up-xs {
  margin: 3rem 3rem !important; }

/* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-t-base-up-xs {
  margin-top: 3rem !important; }

/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-r-base-up-xs {
  margin-right: 3rem !important; }

/* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-b-base-up-xs {
  margin-bottom: 3rem !important; }

/* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-l-base-up-xs {
  margin-left: 3rem !important; }

@media (max-width: 543px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-base-down-xs {
    margin: 3rem 3rem !important; } }

@media (max-width: 543px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-base-down-xs {
    margin-top: 3rem !important; } }

@media (max-width: 543px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-base-down-xs {
    margin-right: 3rem !important; } }

@media (max-width: 543px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-base-down-xs {
    margin-bottom: 3rem !important; } }

@media (max-width: 543px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-base-down-xs {
    margin-left: 3rem !important; } }

@media (min-width: 544px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-base-up-sm {
    margin: 3rem 3rem !important; } }

@media (min-width: 544px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-base-up-sm {
    margin-top: 3rem !important; } }

@media (min-width: 544px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-base-up-sm {
    margin-right: 3rem !important; } }

@media (min-width: 544px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-base-up-sm {
    margin-bottom: 3rem !important; } }

@media (min-width: 544px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-base-up-sm {
    margin-left: 3rem !important; } }

@media (max-width: 767px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-base-down-sm {
    margin: 3rem 3rem !important; } }

@media (max-width: 767px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-base-down-sm {
    margin-top: 3rem !important; } }

@media (max-width: 767px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-base-down-sm {
    margin-right: 3rem !important; } }

@media (max-width: 767px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-base-down-sm {
    margin-bottom: 3rem !important; } }

@media (max-width: 767px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-base-down-sm {
    margin-left: 3rem !important; } }

@media (min-width: 768px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-base-up-md {
    margin: 3rem 3rem !important; } }

@media (min-width: 768px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-base-up-md {
    margin-top: 3rem !important; } }

@media (min-width: 768px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-base-up-md {
    margin-right: 3rem !important; } }

@media (min-width: 768px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-base-up-md {
    margin-bottom: 3rem !important; } }

@media (min-width: 768px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-base-up-md {
    margin-left: 3rem !important; } }

@media (max-width: 991px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-base-down-md {
    margin: 3rem 3rem !important; } }

@media (max-width: 991px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-base-down-md {
    margin-top: 3rem !important; } }

@media (max-width: 991px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-base-down-md {
    margin-right: 3rem !important; } }

@media (max-width: 991px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-base-down-md {
    margin-bottom: 3rem !important; } }

@media (max-width: 991px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-base-down-md {
    margin-left: 3rem !important; } }

@media (min-width: 992px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-base-up-lg {
    margin: 3rem 3rem !important; } }

@media (min-width: 992px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-base-up-lg {
    margin-top: 3rem !important; } }

@media (min-width: 992px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-base-up-lg {
    margin-right: 3rem !important; } }

@media (min-width: 992px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-base-up-lg {
    margin-bottom: 3rem !important; } }

@media (min-width: 992px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-base-up-lg {
    margin-left: 3rem !important; } }

@media (max-width: 1199px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-base-down-lg {
    margin: 3rem 3rem !important; } }

@media (max-width: 1199px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-base-down-lg {
    margin-top: 3rem !important; } }

@media (max-width: 1199px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-base-down-lg {
    margin-right: 3rem !important; } }

@media (max-width: 1199px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-base-down-lg {
    margin-bottom: 3rem !important; } }

@media (max-width: 1199px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-base-down-lg {
    margin-left: 3rem !important; } }

@media (min-width: 1200px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-base-up-xl {
    margin: 3rem 3rem !important; } }

@media (min-width: 1200px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-base-up-xl {
    margin-top: 3rem !important; } }

@media (min-width: 1200px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-base-up-xl {
    margin-right: 3rem !important; } }

@media (min-width: 1200px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-base-up-xl {
    margin-bottom: 3rem !important; } }

@media (min-width: 1200px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-base-up-xl {
    margin-left: 3rem !important; } }

/* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-a-base-down-xl {
  margin: 3rem 3rem !important; }

/* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-t-base-down-xl {
  margin-top: 3rem !important; }

/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-r-base-down-xl {
  margin-right: 3rem !important; }

/* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-b-base-down-xl {
  margin-bottom: 3rem !important; }

/* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-l-base-down-xl {
  margin-left: 3rem !important; }

/* line 8, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-a-base-half {
  margin: 4.5rem 4.5rem !important; }

/* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-t-base-half {
  margin-top: 4.5rem !important; }

/* line 10, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-r-base-half {
  margin-right: 4.5rem !important; }

/* line 11, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-b-base-half {
  margin-bottom: 4.5rem !important; }

/* line 12, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-l-base-half {
  margin-left: 4.5rem !important; }

/* line 15, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-x-base-half {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important; }

/* line 19, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-y-base-half {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important; }

/* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-a-base-half-up-xs {
  margin: 4.5rem 4.5rem !important; }

/* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-t-base-half-up-xs {
  margin-top: 4.5rem !important; }

/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-r-base-half-up-xs {
  margin-right: 4.5rem !important; }

/* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-b-base-half-up-xs {
  margin-bottom: 4.5rem !important; }

/* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-l-base-half-up-xs {
  margin-left: 4.5rem !important; }

@media (max-width: 543px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-base-half-down-xs {
    margin: 4.5rem 4.5rem !important; } }

@media (max-width: 543px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-base-half-down-xs {
    margin-top: 4.5rem !important; } }

@media (max-width: 543px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-base-half-down-xs {
    margin-right: 4.5rem !important; } }

@media (max-width: 543px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-base-half-down-xs {
    margin-bottom: 4.5rem !important; } }

@media (max-width: 543px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-base-half-down-xs {
    margin-left: 4.5rem !important; } }

@media (min-width: 544px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-base-half-up-sm {
    margin: 4.5rem 4.5rem !important; } }

@media (min-width: 544px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-base-half-up-sm {
    margin-top: 4.5rem !important; } }

@media (min-width: 544px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-base-half-up-sm {
    margin-right: 4.5rem !important; } }

@media (min-width: 544px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-base-half-up-sm {
    margin-bottom: 4.5rem !important; } }

@media (min-width: 544px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-base-half-up-sm {
    margin-left: 4.5rem !important; } }

@media (max-width: 767px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-base-half-down-sm {
    margin: 4.5rem 4.5rem !important; } }

@media (max-width: 767px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-base-half-down-sm {
    margin-top: 4.5rem !important; } }

@media (max-width: 767px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-base-half-down-sm {
    margin-right: 4.5rem !important; } }

@media (max-width: 767px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-base-half-down-sm {
    margin-bottom: 4.5rem !important; } }

@media (max-width: 767px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-base-half-down-sm {
    margin-left: 4.5rem !important; } }

@media (min-width: 768px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-base-half-up-md {
    margin: 4.5rem 4.5rem !important; } }

@media (min-width: 768px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-base-half-up-md {
    margin-top: 4.5rem !important; } }

@media (min-width: 768px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-base-half-up-md {
    margin-right: 4.5rem !important; } }

@media (min-width: 768px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-base-half-up-md {
    margin-bottom: 4.5rem !important; } }

@media (min-width: 768px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-base-half-up-md {
    margin-left: 4.5rem !important; } }

@media (max-width: 991px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-base-half-down-md {
    margin: 4.5rem 4.5rem !important; } }

@media (max-width: 991px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-base-half-down-md {
    margin-top: 4.5rem !important; } }

@media (max-width: 991px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-base-half-down-md {
    margin-right: 4.5rem !important; } }

@media (max-width: 991px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-base-half-down-md {
    margin-bottom: 4.5rem !important; } }

@media (max-width: 991px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-base-half-down-md {
    margin-left: 4.5rem !important; } }

@media (min-width: 992px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-base-half-up-lg {
    margin: 4.5rem 4.5rem !important; } }

@media (min-width: 992px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-base-half-up-lg {
    margin-top: 4.5rem !important; } }

@media (min-width: 992px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-base-half-up-lg {
    margin-right: 4.5rem !important; } }

@media (min-width: 992px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-base-half-up-lg {
    margin-bottom: 4.5rem !important; } }

@media (min-width: 992px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-base-half-up-lg {
    margin-left: 4.5rem !important; } }

@media (max-width: 1199px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-base-half-down-lg {
    margin: 4.5rem 4.5rem !important; } }

@media (max-width: 1199px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-base-half-down-lg {
    margin-top: 4.5rem !important; } }

@media (max-width: 1199px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-base-half-down-lg {
    margin-right: 4.5rem !important; } }

@media (max-width: 1199px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-base-half-down-lg {
    margin-bottom: 4.5rem !important; } }

@media (max-width: 1199px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-base-half-down-lg {
    margin-left: 4.5rem !important; } }

@media (min-width: 1200px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-base-half-up-xl {
    margin: 4.5rem 4.5rem !important; } }

@media (min-width: 1200px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-base-half-up-xl {
    margin-top: 4.5rem !important; } }

@media (min-width: 1200px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-base-half-up-xl {
    margin-right: 4.5rem !important; } }

@media (min-width: 1200px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-base-half-up-xl {
    margin-bottom: 4.5rem !important; } }

@media (min-width: 1200px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-base-half-up-xl {
    margin-left: 4.5rem !important; } }

/* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-a-base-half-down-xl {
  margin: 4.5rem 4.5rem !important; }

/* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-t-base-half-down-xl {
  margin-top: 4.5rem !important; }

/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-r-base-half-down-xl {
  margin-right: 4.5rem !important; }

/* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-b-base-half-down-xl {
  margin-bottom: 4.5rem !important; }

/* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-l-base-half-down-xl {
  margin-left: 4.5rem !important; }

/* line 8, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-a-double {
  margin: 6rem 6rem !important; }

/* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-t-double {
  margin-top: 6rem !important; }

/* line 10, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-r-double {
  margin-right: 6rem !important; }

/* line 11, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-b-double {
  margin-bottom: 6rem !important; }

/* line 12, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-l-double {
  margin-left: 6rem !important; }

/* line 15, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-x-double {
  margin-right: 6rem !important;
  margin-left: 6rem !important; }

/* line 19, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-y-double {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important; }

/* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-a-double-up-xs {
  margin: 6rem 6rem !important; }

/* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-t-double-up-xs {
  margin-top: 6rem !important; }

/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-r-double-up-xs {
  margin-right: 6rem !important; }

/* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-b-double-up-xs {
  margin-bottom: 6rem !important; }

/* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-l-double-up-xs {
  margin-left: 6rem !important; }

@media (max-width: 543px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-double-down-xs {
    margin: 6rem 6rem !important; } }

@media (max-width: 543px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-double-down-xs {
    margin-top: 6rem !important; } }

@media (max-width: 543px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-double-down-xs {
    margin-right: 6rem !important; } }

@media (max-width: 543px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-double-down-xs {
    margin-bottom: 6rem !important; } }

@media (max-width: 543px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-double-down-xs {
    margin-left: 6rem !important; } }

@media (min-width: 544px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-double-up-sm {
    margin: 6rem 6rem !important; } }

@media (min-width: 544px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-double-up-sm {
    margin-top: 6rem !important; } }

@media (min-width: 544px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-double-up-sm {
    margin-right: 6rem !important; } }

@media (min-width: 544px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-double-up-sm {
    margin-bottom: 6rem !important; } }

@media (min-width: 544px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-double-up-sm {
    margin-left: 6rem !important; } }

@media (max-width: 767px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-double-down-sm {
    margin: 6rem 6rem !important; } }

@media (max-width: 767px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-double-down-sm {
    margin-top: 6rem !important; } }

@media (max-width: 767px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-double-down-sm {
    margin-right: 6rem !important; } }

@media (max-width: 767px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-double-down-sm {
    margin-bottom: 6rem !important; } }

@media (max-width: 767px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-double-down-sm {
    margin-left: 6rem !important; } }

@media (min-width: 768px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-double-up-md {
    margin: 6rem 6rem !important; } }

@media (min-width: 768px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-double-up-md {
    margin-top: 6rem !important; } }

@media (min-width: 768px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-double-up-md {
    margin-right: 6rem !important; } }

@media (min-width: 768px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-double-up-md {
    margin-bottom: 6rem !important; } }

@media (min-width: 768px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-double-up-md {
    margin-left: 6rem !important; } }

@media (max-width: 991px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-double-down-md {
    margin: 6rem 6rem !important; } }

@media (max-width: 991px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-double-down-md {
    margin-top: 6rem !important; } }

@media (max-width: 991px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-double-down-md {
    margin-right: 6rem !important; } }

@media (max-width: 991px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-double-down-md {
    margin-bottom: 6rem !important; } }

@media (max-width: 991px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-double-down-md {
    margin-left: 6rem !important; } }

@media (min-width: 992px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-double-up-lg {
    margin: 6rem 6rem !important; } }

@media (min-width: 992px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-double-up-lg {
    margin-top: 6rem !important; } }

@media (min-width: 992px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-double-up-lg {
    margin-right: 6rem !important; } }

@media (min-width: 992px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-double-up-lg {
    margin-bottom: 6rem !important; } }

@media (min-width: 992px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-double-up-lg {
    margin-left: 6rem !important; } }

@media (max-width: 1199px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-double-down-lg {
    margin: 6rem 6rem !important; } }

@media (max-width: 1199px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-double-down-lg {
    margin-top: 6rem !important; } }

@media (max-width: 1199px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-double-down-lg {
    margin-right: 6rem !important; } }

@media (max-width: 1199px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-double-down-lg {
    margin-bottom: 6rem !important; } }

@media (max-width: 1199px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-double-down-lg {
    margin-left: 6rem !important; } }

@media (min-width: 1200px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-double-up-xl {
    margin: 6rem 6rem !important; } }

@media (min-width: 1200px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-double-up-xl {
    margin-top: 6rem !important; } }

@media (min-width: 1200px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-double-up-xl {
    margin-right: 6rem !important; } }

@media (min-width: 1200px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-double-up-xl {
    margin-bottom: 6rem !important; } }

@media (min-width: 1200px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-double-up-xl {
    margin-left: 6rem !important; } }

/* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-a-double-down-xl {
  margin: 6rem 6rem !important; }

/* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-t-double-down-xl {
  margin-top: 6rem !important; }

/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-r-double-down-xl {
  margin-right: 6rem !important; }

/* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-b-double-down-xl {
  margin-bottom: 6rem !important; }

/* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-l-double-down-xl {
  margin-left: 6rem !important; }

/* line 8, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-a-double-half {
  margin: 7.5rem 7.5rem !important; }

/* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-t-double-half {
  margin-top: 7.5rem !important; }

/* line 10, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-r-double-half {
  margin-right: 7.5rem !important; }

/* line 11, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-b-double-half {
  margin-bottom: 7.5rem !important; }

/* line 12, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-l-double-half {
  margin-left: 7.5rem !important; }

/* line 15, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-x-double-half {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important; }

/* line 19, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-y-double-half {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important; }

/* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-a-double-half-up-xs {
  margin: 7.5rem 7.5rem !important; }

/* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-t-double-half-up-xs {
  margin-top: 7.5rem !important; }

/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-r-double-half-up-xs {
  margin-right: 7.5rem !important; }

/* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-b-double-half-up-xs {
  margin-bottom: 7.5rem !important; }

/* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-l-double-half-up-xs {
  margin-left: 7.5rem !important; }

@media (max-width: 543px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-double-half-down-xs {
    margin: 7.5rem 7.5rem !important; } }

@media (max-width: 543px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-double-half-down-xs {
    margin-top: 7.5rem !important; } }

@media (max-width: 543px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-double-half-down-xs {
    margin-right: 7.5rem !important; } }

@media (max-width: 543px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-double-half-down-xs {
    margin-bottom: 7.5rem !important; } }

@media (max-width: 543px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-double-half-down-xs {
    margin-left: 7.5rem !important; } }

@media (min-width: 544px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-double-half-up-sm {
    margin: 7.5rem 7.5rem !important; } }

@media (min-width: 544px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-double-half-up-sm {
    margin-top: 7.5rem !important; } }

@media (min-width: 544px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-double-half-up-sm {
    margin-right: 7.5rem !important; } }

@media (min-width: 544px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-double-half-up-sm {
    margin-bottom: 7.5rem !important; } }

@media (min-width: 544px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-double-half-up-sm {
    margin-left: 7.5rem !important; } }

@media (max-width: 767px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-double-half-down-sm {
    margin: 7.5rem 7.5rem !important; } }

@media (max-width: 767px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-double-half-down-sm {
    margin-top: 7.5rem !important; } }

@media (max-width: 767px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-double-half-down-sm {
    margin-right: 7.5rem !important; } }

@media (max-width: 767px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-double-half-down-sm {
    margin-bottom: 7.5rem !important; } }

@media (max-width: 767px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-double-half-down-sm {
    margin-left: 7.5rem !important; } }

@media (min-width: 768px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-double-half-up-md {
    margin: 7.5rem 7.5rem !important; } }

@media (min-width: 768px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-double-half-up-md {
    margin-top: 7.5rem !important; } }

@media (min-width: 768px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-double-half-up-md {
    margin-right: 7.5rem !important; } }

@media (min-width: 768px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-double-half-up-md {
    margin-bottom: 7.5rem !important; } }

@media (min-width: 768px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-double-half-up-md {
    margin-left: 7.5rem !important; } }

@media (max-width: 991px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-double-half-down-md {
    margin: 7.5rem 7.5rem !important; } }

@media (max-width: 991px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-double-half-down-md {
    margin-top: 7.5rem !important; } }

@media (max-width: 991px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-double-half-down-md {
    margin-right: 7.5rem !important; } }

@media (max-width: 991px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-double-half-down-md {
    margin-bottom: 7.5rem !important; } }

@media (max-width: 991px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-double-half-down-md {
    margin-left: 7.5rem !important; } }

@media (min-width: 992px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-double-half-up-lg {
    margin: 7.5rem 7.5rem !important; } }

@media (min-width: 992px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-double-half-up-lg {
    margin-top: 7.5rem !important; } }

@media (min-width: 992px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-double-half-up-lg {
    margin-right: 7.5rem !important; } }

@media (min-width: 992px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-double-half-up-lg {
    margin-bottom: 7.5rem !important; } }

@media (min-width: 992px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-double-half-up-lg {
    margin-left: 7.5rem !important; } }

@media (max-width: 1199px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-double-half-down-lg {
    margin: 7.5rem 7.5rem !important; } }

@media (max-width: 1199px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-double-half-down-lg {
    margin-top: 7.5rem !important; } }

@media (max-width: 1199px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-double-half-down-lg {
    margin-right: 7.5rem !important; } }

@media (max-width: 1199px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-double-half-down-lg {
    margin-bottom: 7.5rem !important; } }

@media (max-width: 1199px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-double-half-down-lg {
    margin-left: 7.5rem !important; } }

@media (min-width: 1200px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-double-half-up-xl {
    margin: 7.5rem 7.5rem !important; } }

@media (min-width: 1200px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-double-half-up-xl {
    margin-top: 7.5rem !important; } }

@media (min-width: 1200px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-double-half-up-xl {
    margin-right: 7.5rem !important; } }

@media (min-width: 1200px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-double-half-up-xl {
    margin-bottom: 7.5rem !important; } }

@media (min-width: 1200px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-double-half-up-xl {
    margin-left: 7.5rem !important; } }

/* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-a-double-half-down-xl {
  margin: 7.5rem 7.5rem !important; }

/* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-t-double-half-down-xl {
  margin-top: 7.5rem !important; }

/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-r-double-half-down-xl {
  margin-right: 7.5rem !important; }

/* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-b-double-half-down-xl {
  margin-bottom: 7.5rem !important; }

/* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-l-double-half-down-xl {
  margin-left: 7.5rem !important; }

/* line 8, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-a-triple {
  margin: 9rem 9rem !important; }

/* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-t-triple {
  margin-top: 9rem !important; }

/* line 10, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-r-triple {
  margin-right: 9rem !important; }

/* line 11, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-b-triple {
  margin-bottom: 9rem !important; }

/* line 12, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-l-triple {
  margin-left: 9rem !important; }

/* line 15, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-x-triple {
  margin-right: 9rem !important;
  margin-left: 9rem !important; }

/* line 19, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-y-triple {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important; }

/* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-a-triple-up-xs {
  margin: 9rem 9rem !important; }

/* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-t-triple-up-xs {
  margin-top: 9rem !important; }

/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-r-triple-up-xs {
  margin-right: 9rem !important; }

/* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-b-triple-up-xs {
  margin-bottom: 9rem !important; }

/* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-l-triple-up-xs {
  margin-left: 9rem !important; }

@media (max-width: 543px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-triple-down-xs {
    margin: 9rem 9rem !important; } }

@media (max-width: 543px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-triple-down-xs {
    margin-top: 9rem !important; } }

@media (max-width: 543px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-triple-down-xs {
    margin-right: 9rem !important; } }

@media (max-width: 543px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-triple-down-xs {
    margin-bottom: 9rem !important; } }

@media (max-width: 543px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-triple-down-xs {
    margin-left: 9rem !important; } }

@media (min-width: 544px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-triple-up-sm {
    margin: 9rem 9rem !important; } }

@media (min-width: 544px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-triple-up-sm {
    margin-top: 9rem !important; } }

@media (min-width: 544px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-triple-up-sm {
    margin-right: 9rem !important; } }

@media (min-width: 544px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-triple-up-sm {
    margin-bottom: 9rem !important; } }

@media (min-width: 544px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-triple-up-sm {
    margin-left: 9rem !important; } }

@media (max-width: 767px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-triple-down-sm {
    margin: 9rem 9rem !important; } }

@media (max-width: 767px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-triple-down-sm {
    margin-top: 9rem !important; } }

@media (max-width: 767px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-triple-down-sm {
    margin-right: 9rem !important; } }

@media (max-width: 767px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-triple-down-sm {
    margin-bottom: 9rem !important; } }

@media (max-width: 767px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-triple-down-sm {
    margin-left: 9rem !important; } }

@media (min-width: 768px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-triple-up-md {
    margin: 9rem 9rem !important; } }

@media (min-width: 768px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-triple-up-md {
    margin-top: 9rem !important; } }

@media (min-width: 768px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-triple-up-md {
    margin-right: 9rem !important; } }

@media (min-width: 768px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-triple-up-md {
    margin-bottom: 9rem !important; } }

@media (min-width: 768px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-triple-up-md {
    margin-left: 9rem !important; } }

@media (max-width: 991px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-triple-down-md {
    margin: 9rem 9rem !important; } }

@media (max-width: 991px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-triple-down-md {
    margin-top: 9rem !important; } }

@media (max-width: 991px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-triple-down-md {
    margin-right: 9rem !important; } }

@media (max-width: 991px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-triple-down-md {
    margin-bottom: 9rem !important; } }

@media (max-width: 991px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-triple-down-md {
    margin-left: 9rem !important; } }

@media (min-width: 992px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-triple-up-lg {
    margin: 9rem 9rem !important; } }

@media (min-width: 992px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-triple-up-lg {
    margin-top: 9rem !important; } }

@media (min-width: 992px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-triple-up-lg {
    margin-right: 9rem !important; } }

@media (min-width: 992px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-triple-up-lg {
    margin-bottom: 9rem !important; } }

@media (min-width: 992px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-triple-up-lg {
    margin-left: 9rem !important; } }

@media (max-width: 1199px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-triple-down-lg {
    margin: 9rem 9rem !important; } }

@media (max-width: 1199px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-triple-down-lg {
    margin-top: 9rem !important; } }

@media (max-width: 1199px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-triple-down-lg {
    margin-right: 9rem !important; } }

@media (max-width: 1199px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-triple-down-lg {
    margin-bottom: 9rem !important; } }

@media (max-width: 1199px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-triple-down-lg {
    margin-left: 9rem !important; } }

@media (min-width: 1200px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-a-triple-up-xl {
    margin: 9rem 9rem !important; } }

@media (min-width: 1200px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-t-triple-up-xl {
    margin-top: 9rem !important; } }

@media (min-width: 1200px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-r-triple-up-xl {
    margin-right: 9rem !important; } }

@media (min-width: 1200px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-b-triple-up-xl {
    margin-bottom: 9rem !important; } }

@media (min-width: 1200px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .m-l-triple-up-xl {
    margin-left: 9rem !important; } }

/* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-a-triple-down-xl {
  margin: 9rem 9rem !important; }

/* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-t-triple-down-xl {
  margin-top: 9rem !important; }

/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-r-triple-down-xl {
  margin-right: 9rem !important; }

/* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-b-triple-down-xl {
  margin-bottom: 9rem !important; }

/* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.m-l-triple-down-xl {
  margin-left: 9rem !important; }

/* line 8, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-a-0 {
  padding: 0 0 !important; }

/* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-t-0 {
  padding-top: 0 !important; }

/* line 10, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-r-0 {
  padding-right: 0 !important; }

/* line 11, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-b-0 {
  padding-bottom: 0 !important; }

/* line 12, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-l-0 {
  padding-left: 0 !important; }

/* line 15, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

/* line 19, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-a-0-up-xs {
  padding: 0 0 !important; }

/* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-t-0-up-xs {
  padding-top: 0 !important; }

/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-r-0-up-xs {
  padding-right: 0 !important; }

/* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-b-0-up-xs {
  padding-bottom: 0 !important; }

/* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-l-0-up-xs {
  padding-left: 0 !important; }

@media (max-width: 543px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-0-down-xs {
    padding: 0 0 !important; } }

@media (max-width: 543px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-0-down-xs {
    padding-top: 0 !important; } }

@media (max-width: 543px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-0-down-xs {
    padding-right: 0 !important; } }

@media (max-width: 543px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-0-down-xs {
    padding-bottom: 0 !important; } }

@media (max-width: 543px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-0-down-xs {
    padding-left: 0 !important; } }

@media (min-width: 544px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-0-up-sm {
    padding: 0 0 !important; } }

@media (min-width: 544px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-0-up-sm {
    padding-top: 0 !important; } }

@media (min-width: 544px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-0-up-sm {
    padding-right: 0 !important; } }

@media (min-width: 544px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-0-up-sm {
    padding-bottom: 0 !important; } }

@media (min-width: 544px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-0-up-sm {
    padding-left: 0 !important; } }

@media (max-width: 767px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-0-down-sm {
    padding: 0 0 !important; } }

@media (max-width: 767px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-0-down-sm {
    padding-top: 0 !important; } }

@media (max-width: 767px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-0-down-sm {
    padding-right: 0 !important; } }

@media (max-width: 767px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-0-down-sm {
    padding-bottom: 0 !important; } }

@media (max-width: 767px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-0-down-sm {
    padding-left: 0 !important; } }

@media (min-width: 768px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-0-up-md {
    padding: 0 0 !important; } }

@media (min-width: 768px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-0-up-md {
    padding-top: 0 !important; } }

@media (min-width: 768px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-0-up-md {
    padding-right: 0 !important; } }

@media (min-width: 768px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-0-up-md {
    padding-bottom: 0 !important; } }

@media (min-width: 768px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-0-up-md {
    padding-left: 0 !important; } }

@media (max-width: 991px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-0-down-md {
    padding: 0 0 !important; } }

@media (max-width: 991px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-0-down-md {
    padding-top: 0 !important; } }

@media (max-width: 991px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-0-down-md {
    padding-right: 0 !important; } }

@media (max-width: 991px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-0-down-md {
    padding-bottom: 0 !important; } }

@media (max-width: 991px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-0-down-md {
    padding-left: 0 !important; } }

@media (min-width: 992px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-0-up-lg {
    padding: 0 0 !important; } }

@media (min-width: 992px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-0-up-lg {
    padding-top: 0 !important; } }

@media (min-width: 992px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-0-up-lg {
    padding-right: 0 !important; } }

@media (min-width: 992px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-0-up-lg {
    padding-bottom: 0 !important; } }

@media (min-width: 992px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-0-up-lg {
    padding-left: 0 !important; } }

@media (max-width: 1199px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-0-down-lg {
    padding: 0 0 !important; } }

@media (max-width: 1199px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-0-down-lg {
    padding-top: 0 !important; } }

@media (max-width: 1199px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-0-down-lg {
    padding-right: 0 !important; } }

@media (max-width: 1199px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-0-down-lg {
    padding-bottom: 0 !important; } }

@media (max-width: 1199px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-0-down-lg {
    padding-left: 0 !important; } }

@media (min-width: 1200px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-0-up-xl {
    padding: 0 0 !important; } }

@media (min-width: 1200px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-0-up-xl {
    padding-top: 0 !important; } }

@media (min-width: 1200px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-0-up-xl {
    padding-right: 0 !important; } }

@media (min-width: 1200px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-0-up-xl {
    padding-bottom: 0 !important; } }

@media (min-width: 1200px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-0-up-xl {
    padding-left: 0 !important; } }

/* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-a-0-down-xl {
  padding: 0 0 !important; }

/* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-t-0-down-xl {
  padding-top: 0 !important; }

/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-r-0-down-xl {
  padding-right: 0 !important; }

/* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-b-0-down-xl {
  padding-bottom: 0 !important; }

/* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-l-0-down-xl {
  padding-left: 0 !important; }

/* line 8, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-a-quarter {
  padding: 0.75rem 0.75rem !important; }

/* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-t-quarter {
  padding-top: 0.75rem !important; }

/* line 10, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-r-quarter {
  padding-right: 0.75rem !important; }

/* line 11, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-b-quarter {
  padding-bottom: 0.75rem !important; }

/* line 12, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-l-quarter {
  padding-left: 0.75rem !important; }

/* line 15, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-x-quarter {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important; }

/* line 19, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-y-quarter {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important; }

/* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-a-quarter-up-xs {
  padding: 0.75rem 0.75rem !important; }

/* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-t-quarter-up-xs {
  padding-top: 0.75rem !important; }

/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-r-quarter-up-xs {
  padding-right: 0.75rem !important; }

/* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-b-quarter-up-xs {
  padding-bottom: 0.75rem !important; }

/* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-l-quarter-up-xs {
  padding-left: 0.75rem !important; }

@media (max-width: 543px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-quarter-down-xs {
    padding: 0.75rem 0.75rem !important; } }

@media (max-width: 543px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-quarter-down-xs {
    padding-top: 0.75rem !important; } }

@media (max-width: 543px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-quarter-down-xs {
    padding-right: 0.75rem !important; } }

@media (max-width: 543px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-quarter-down-xs {
    padding-bottom: 0.75rem !important; } }

@media (max-width: 543px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-quarter-down-xs {
    padding-left: 0.75rem !important; } }

@media (min-width: 544px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-quarter-up-sm {
    padding: 0.75rem 0.75rem !important; } }

@media (min-width: 544px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-quarter-up-sm {
    padding-top: 0.75rem !important; } }

@media (min-width: 544px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-quarter-up-sm {
    padding-right: 0.75rem !important; } }

@media (min-width: 544px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-quarter-up-sm {
    padding-bottom: 0.75rem !important; } }

@media (min-width: 544px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-quarter-up-sm {
    padding-left: 0.75rem !important; } }

@media (max-width: 767px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-quarter-down-sm {
    padding: 0.75rem 0.75rem !important; } }

@media (max-width: 767px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-quarter-down-sm {
    padding-top: 0.75rem !important; } }

@media (max-width: 767px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-quarter-down-sm {
    padding-right: 0.75rem !important; } }

@media (max-width: 767px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-quarter-down-sm {
    padding-bottom: 0.75rem !important; } }

@media (max-width: 767px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-quarter-down-sm {
    padding-left: 0.75rem !important; } }

@media (min-width: 768px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-quarter-up-md {
    padding: 0.75rem 0.75rem !important; } }

@media (min-width: 768px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-quarter-up-md {
    padding-top: 0.75rem !important; } }

@media (min-width: 768px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-quarter-up-md {
    padding-right: 0.75rem !important; } }

@media (min-width: 768px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-quarter-up-md {
    padding-bottom: 0.75rem !important; } }

@media (min-width: 768px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-quarter-up-md {
    padding-left: 0.75rem !important; } }

@media (max-width: 991px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-quarter-down-md {
    padding: 0.75rem 0.75rem !important; } }

@media (max-width: 991px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-quarter-down-md {
    padding-top: 0.75rem !important; } }

@media (max-width: 991px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-quarter-down-md {
    padding-right: 0.75rem !important; } }

@media (max-width: 991px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-quarter-down-md {
    padding-bottom: 0.75rem !important; } }

@media (max-width: 991px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-quarter-down-md {
    padding-left: 0.75rem !important; } }

@media (min-width: 992px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-quarter-up-lg {
    padding: 0.75rem 0.75rem !important; } }

@media (min-width: 992px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-quarter-up-lg {
    padding-top: 0.75rem !important; } }

@media (min-width: 992px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-quarter-up-lg {
    padding-right: 0.75rem !important; } }

@media (min-width: 992px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-quarter-up-lg {
    padding-bottom: 0.75rem !important; } }

@media (min-width: 992px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-quarter-up-lg {
    padding-left: 0.75rem !important; } }

@media (max-width: 1199px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-quarter-down-lg {
    padding: 0.75rem 0.75rem !important; } }

@media (max-width: 1199px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-quarter-down-lg {
    padding-top: 0.75rem !important; } }

@media (max-width: 1199px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-quarter-down-lg {
    padding-right: 0.75rem !important; } }

@media (max-width: 1199px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-quarter-down-lg {
    padding-bottom: 0.75rem !important; } }

@media (max-width: 1199px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-quarter-down-lg {
    padding-left: 0.75rem !important; } }

@media (min-width: 1200px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-quarter-up-xl {
    padding: 0.75rem 0.75rem !important; } }

@media (min-width: 1200px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-quarter-up-xl {
    padding-top: 0.75rem !important; } }

@media (min-width: 1200px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-quarter-up-xl {
    padding-right: 0.75rem !important; } }

@media (min-width: 1200px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-quarter-up-xl {
    padding-bottom: 0.75rem !important; } }

@media (min-width: 1200px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-quarter-up-xl {
    padding-left: 0.75rem !important; } }

/* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-a-quarter-down-xl {
  padding: 0.75rem 0.75rem !important; }

/* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-t-quarter-down-xl {
  padding-top: 0.75rem !important; }

/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-r-quarter-down-xl {
  padding-right: 0.75rem !important; }

/* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-b-quarter-down-xl {
  padding-bottom: 0.75rem !important; }

/* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-l-quarter-down-xl {
  padding-left: 0.75rem !important; }

/* line 8, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-a-half {
  padding: 1.5rem 1.5rem !important; }

/* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-t-half {
  padding-top: 1.5rem !important; }

/* line 10, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-r-half {
  padding-right: 1.5rem !important; }

/* line 11, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-b-half {
  padding-bottom: 1.5rem !important; }

/* line 12, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-l-half {
  padding-left: 1.5rem !important; }

/* line 15, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-x-half {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

/* line 19, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-y-half {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

/* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-a-half-up-xs {
  padding: 1.5rem 1.5rem !important; }

/* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-t-half-up-xs {
  padding-top: 1.5rem !important; }

/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-r-half-up-xs {
  padding-right: 1.5rem !important; }

/* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-b-half-up-xs {
  padding-bottom: 1.5rem !important; }

/* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-l-half-up-xs {
  padding-left: 1.5rem !important; }

@media (max-width: 543px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-half-down-xs {
    padding: 1.5rem 1.5rem !important; } }

@media (max-width: 543px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-half-down-xs {
    padding-top: 1.5rem !important; } }

@media (max-width: 543px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-half-down-xs {
    padding-right: 1.5rem !important; } }

@media (max-width: 543px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-half-down-xs {
    padding-bottom: 1.5rem !important; } }

@media (max-width: 543px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-half-down-xs {
    padding-left: 1.5rem !important; } }

@media (min-width: 544px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-half-up-sm {
    padding: 1.5rem 1.5rem !important; } }

@media (min-width: 544px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-half-up-sm {
    padding-top: 1.5rem !important; } }

@media (min-width: 544px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-half-up-sm {
    padding-right: 1.5rem !important; } }

@media (min-width: 544px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-half-up-sm {
    padding-bottom: 1.5rem !important; } }

@media (min-width: 544px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-half-up-sm {
    padding-left: 1.5rem !important; } }

@media (max-width: 767px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-half-down-sm {
    padding: 1.5rem 1.5rem !important; } }

@media (max-width: 767px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-half-down-sm {
    padding-top: 1.5rem !important; } }

@media (max-width: 767px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-half-down-sm {
    padding-right: 1.5rem !important; } }

@media (max-width: 767px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-half-down-sm {
    padding-bottom: 1.5rem !important; } }

@media (max-width: 767px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-half-down-sm {
    padding-left: 1.5rem !important; } }

@media (min-width: 768px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-half-up-md {
    padding: 1.5rem 1.5rem !important; } }

@media (min-width: 768px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-half-up-md {
    padding-top: 1.5rem !important; } }

@media (min-width: 768px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-half-up-md {
    padding-right: 1.5rem !important; } }

@media (min-width: 768px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-half-up-md {
    padding-bottom: 1.5rem !important; } }

@media (min-width: 768px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-half-up-md {
    padding-left: 1.5rem !important; } }

@media (max-width: 991px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-half-down-md {
    padding: 1.5rem 1.5rem !important; } }

@media (max-width: 991px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-half-down-md {
    padding-top: 1.5rem !important; } }

@media (max-width: 991px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-half-down-md {
    padding-right: 1.5rem !important; } }

@media (max-width: 991px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-half-down-md {
    padding-bottom: 1.5rem !important; } }

@media (max-width: 991px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-half-down-md {
    padding-left: 1.5rem !important; } }

@media (min-width: 992px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-half-up-lg {
    padding: 1.5rem 1.5rem !important; } }

@media (min-width: 992px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-half-up-lg {
    padding-top: 1.5rem !important; } }

@media (min-width: 992px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-half-up-lg {
    padding-right: 1.5rem !important; } }

@media (min-width: 992px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-half-up-lg {
    padding-bottom: 1.5rem !important; } }

@media (min-width: 992px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-half-up-lg {
    padding-left: 1.5rem !important; } }

@media (max-width: 1199px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-half-down-lg {
    padding: 1.5rem 1.5rem !important; } }

@media (max-width: 1199px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-half-down-lg {
    padding-top: 1.5rem !important; } }

@media (max-width: 1199px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-half-down-lg {
    padding-right: 1.5rem !important; } }

@media (max-width: 1199px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-half-down-lg {
    padding-bottom: 1.5rem !important; } }

@media (max-width: 1199px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-half-down-lg {
    padding-left: 1.5rem !important; } }

@media (min-width: 1200px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-half-up-xl {
    padding: 1.5rem 1.5rem !important; } }

@media (min-width: 1200px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-half-up-xl {
    padding-top: 1.5rem !important; } }

@media (min-width: 1200px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-half-up-xl {
    padding-right: 1.5rem !important; } }

@media (min-width: 1200px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-half-up-xl {
    padding-bottom: 1.5rem !important; } }

@media (min-width: 1200px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-half-up-xl {
    padding-left: 1.5rem !important; } }

/* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-a-half-down-xl {
  padding: 1.5rem 1.5rem !important; }

/* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-t-half-down-xl {
  padding-top: 1.5rem !important; }

/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-r-half-down-xl {
  padding-right: 1.5rem !important; }

/* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-b-half-down-xl {
  padding-bottom: 1.5rem !important; }

/* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-l-half-down-xl {
  padding-left: 1.5rem !important; }

/* line 8, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-a-base {
  padding: 3rem 3rem !important; }

/* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-t-base {
  padding-top: 3rem !important; }

/* line 10, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-r-base {
  padding-right: 3rem !important; }

/* line 11, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-b-base {
  padding-bottom: 3rem !important; }

/* line 12, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-l-base {
  padding-left: 3rem !important; }

/* line 15, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-x-base {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

/* line 19, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-y-base {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

/* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-a-base-up-xs {
  padding: 3rem 3rem !important; }

/* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-t-base-up-xs {
  padding-top: 3rem !important; }

/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-r-base-up-xs {
  padding-right: 3rem !important; }

/* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-b-base-up-xs {
  padding-bottom: 3rem !important; }

/* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-l-base-up-xs {
  padding-left: 3rem !important; }

@media (max-width: 543px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-base-down-xs {
    padding: 3rem 3rem !important; } }

@media (max-width: 543px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-base-down-xs {
    padding-top: 3rem !important; } }

@media (max-width: 543px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-base-down-xs {
    padding-right: 3rem !important; } }

@media (max-width: 543px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-base-down-xs {
    padding-bottom: 3rem !important; } }

@media (max-width: 543px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-base-down-xs {
    padding-left: 3rem !important; } }

@media (min-width: 544px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-base-up-sm {
    padding: 3rem 3rem !important; } }

@media (min-width: 544px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-base-up-sm {
    padding-top: 3rem !important; } }

@media (min-width: 544px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-base-up-sm {
    padding-right: 3rem !important; } }

@media (min-width: 544px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-base-up-sm {
    padding-bottom: 3rem !important; } }

@media (min-width: 544px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-base-up-sm {
    padding-left: 3rem !important; } }

@media (max-width: 767px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-base-down-sm {
    padding: 3rem 3rem !important; } }

@media (max-width: 767px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-base-down-sm {
    padding-top: 3rem !important; } }

@media (max-width: 767px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-base-down-sm {
    padding-right: 3rem !important; } }

@media (max-width: 767px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-base-down-sm {
    padding-bottom: 3rem !important; } }

@media (max-width: 767px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-base-down-sm {
    padding-left: 3rem !important; } }

@media (min-width: 768px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-base-up-md {
    padding: 3rem 3rem !important; } }

@media (min-width: 768px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-base-up-md {
    padding-top: 3rem !important; } }

@media (min-width: 768px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-base-up-md {
    padding-right: 3rem !important; } }

@media (min-width: 768px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-base-up-md {
    padding-bottom: 3rem !important; } }

@media (min-width: 768px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-base-up-md {
    padding-left: 3rem !important; } }

@media (max-width: 991px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-base-down-md {
    padding: 3rem 3rem !important; } }

@media (max-width: 991px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-base-down-md {
    padding-top: 3rem !important; } }

@media (max-width: 991px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-base-down-md {
    padding-right: 3rem !important; } }

@media (max-width: 991px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-base-down-md {
    padding-bottom: 3rem !important; } }

@media (max-width: 991px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-base-down-md {
    padding-left: 3rem !important; } }

@media (min-width: 992px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-base-up-lg {
    padding: 3rem 3rem !important; } }

@media (min-width: 992px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-base-up-lg {
    padding-top: 3rem !important; } }

@media (min-width: 992px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-base-up-lg {
    padding-right: 3rem !important; } }

@media (min-width: 992px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-base-up-lg {
    padding-bottom: 3rem !important; } }

@media (min-width: 992px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-base-up-lg {
    padding-left: 3rem !important; } }

@media (max-width: 1199px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-base-down-lg {
    padding: 3rem 3rem !important; } }

@media (max-width: 1199px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-base-down-lg {
    padding-top: 3rem !important; } }

@media (max-width: 1199px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-base-down-lg {
    padding-right: 3rem !important; } }

@media (max-width: 1199px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-base-down-lg {
    padding-bottom: 3rem !important; } }

@media (max-width: 1199px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-base-down-lg {
    padding-left: 3rem !important; } }

@media (min-width: 1200px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-base-up-xl {
    padding: 3rem 3rem !important; } }

@media (min-width: 1200px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-base-up-xl {
    padding-top: 3rem !important; } }

@media (min-width: 1200px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-base-up-xl {
    padding-right: 3rem !important; } }

@media (min-width: 1200px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-base-up-xl {
    padding-bottom: 3rem !important; } }

@media (min-width: 1200px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-base-up-xl {
    padding-left: 3rem !important; } }

/* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-a-base-down-xl {
  padding: 3rem 3rem !important; }

/* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-t-base-down-xl {
  padding-top: 3rem !important; }

/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-r-base-down-xl {
  padding-right: 3rem !important; }

/* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-b-base-down-xl {
  padding-bottom: 3rem !important; }

/* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-l-base-down-xl {
  padding-left: 3rem !important; }

/* line 8, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-a-base-half {
  padding: 4.5rem 4.5rem !important; }

/* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-t-base-half {
  padding-top: 4.5rem !important; }

/* line 10, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-r-base-half {
  padding-right: 4.5rem !important; }

/* line 11, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-b-base-half {
  padding-bottom: 4.5rem !important; }

/* line 12, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-l-base-half {
  padding-left: 4.5rem !important; }

/* line 15, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-x-base-half {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important; }

/* line 19, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-y-base-half {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important; }

/* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-a-base-half-up-xs {
  padding: 4.5rem 4.5rem !important; }

/* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-t-base-half-up-xs {
  padding-top: 4.5rem !important; }

/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-r-base-half-up-xs {
  padding-right: 4.5rem !important; }

/* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-b-base-half-up-xs {
  padding-bottom: 4.5rem !important; }

/* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-l-base-half-up-xs {
  padding-left: 4.5rem !important; }

@media (max-width: 543px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-base-half-down-xs {
    padding: 4.5rem 4.5rem !important; } }

@media (max-width: 543px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-base-half-down-xs {
    padding-top: 4.5rem !important; } }

@media (max-width: 543px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-base-half-down-xs {
    padding-right: 4.5rem !important; } }

@media (max-width: 543px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-base-half-down-xs {
    padding-bottom: 4.5rem !important; } }

@media (max-width: 543px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-base-half-down-xs {
    padding-left: 4.5rem !important; } }

@media (min-width: 544px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-base-half-up-sm {
    padding: 4.5rem 4.5rem !important; } }

@media (min-width: 544px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-base-half-up-sm {
    padding-top: 4.5rem !important; } }

@media (min-width: 544px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-base-half-up-sm {
    padding-right: 4.5rem !important; } }

@media (min-width: 544px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-base-half-up-sm {
    padding-bottom: 4.5rem !important; } }

@media (min-width: 544px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-base-half-up-sm {
    padding-left: 4.5rem !important; } }

@media (max-width: 767px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-base-half-down-sm {
    padding: 4.5rem 4.5rem !important; } }

@media (max-width: 767px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-base-half-down-sm {
    padding-top: 4.5rem !important; } }

@media (max-width: 767px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-base-half-down-sm {
    padding-right: 4.5rem !important; } }

@media (max-width: 767px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-base-half-down-sm {
    padding-bottom: 4.5rem !important; } }

@media (max-width: 767px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-base-half-down-sm {
    padding-left: 4.5rem !important; } }

@media (min-width: 768px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-base-half-up-md {
    padding: 4.5rem 4.5rem !important; } }

@media (min-width: 768px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-base-half-up-md {
    padding-top: 4.5rem !important; } }

@media (min-width: 768px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-base-half-up-md {
    padding-right: 4.5rem !important; } }

@media (min-width: 768px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-base-half-up-md {
    padding-bottom: 4.5rem !important; } }

@media (min-width: 768px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-base-half-up-md {
    padding-left: 4.5rem !important; } }

@media (max-width: 991px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-base-half-down-md {
    padding: 4.5rem 4.5rem !important; } }

@media (max-width: 991px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-base-half-down-md {
    padding-top: 4.5rem !important; } }

@media (max-width: 991px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-base-half-down-md {
    padding-right: 4.5rem !important; } }

@media (max-width: 991px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-base-half-down-md {
    padding-bottom: 4.5rem !important; } }

@media (max-width: 991px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-base-half-down-md {
    padding-left: 4.5rem !important; } }

@media (min-width: 992px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-base-half-up-lg {
    padding: 4.5rem 4.5rem !important; } }

@media (min-width: 992px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-base-half-up-lg {
    padding-top: 4.5rem !important; } }

@media (min-width: 992px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-base-half-up-lg {
    padding-right: 4.5rem !important; } }

@media (min-width: 992px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-base-half-up-lg {
    padding-bottom: 4.5rem !important; } }

@media (min-width: 992px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-base-half-up-lg {
    padding-left: 4.5rem !important; } }

@media (max-width: 1199px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-base-half-down-lg {
    padding: 4.5rem 4.5rem !important; } }

@media (max-width: 1199px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-base-half-down-lg {
    padding-top: 4.5rem !important; } }

@media (max-width: 1199px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-base-half-down-lg {
    padding-right: 4.5rem !important; } }

@media (max-width: 1199px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-base-half-down-lg {
    padding-bottom: 4.5rem !important; } }

@media (max-width: 1199px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-base-half-down-lg {
    padding-left: 4.5rem !important; } }

@media (min-width: 1200px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-base-half-up-xl {
    padding: 4.5rem 4.5rem !important; } }

@media (min-width: 1200px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-base-half-up-xl {
    padding-top: 4.5rem !important; } }

@media (min-width: 1200px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-base-half-up-xl {
    padding-right: 4.5rem !important; } }

@media (min-width: 1200px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-base-half-up-xl {
    padding-bottom: 4.5rem !important; } }

@media (min-width: 1200px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-base-half-up-xl {
    padding-left: 4.5rem !important; } }

/* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-a-base-half-down-xl {
  padding: 4.5rem 4.5rem !important; }

/* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-t-base-half-down-xl {
  padding-top: 4.5rem !important; }

/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-r-base-half-down-xl {
  padding-right: 4.5rem !important; }

/* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-b-base-half-down-xl {
  padding-bottom: 4.5rem !important; }

/* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-l-base-half-down-xl {
  padding-left: 4.5rem !important; }

/* line 8, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-a-double {
  padding: 6rem 6rem !important; }

/* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-t-double {
  padding-top: 6rem !important; }

/* line 10, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-r-double {
  padding-right: 6rem !important; }

/* line 11, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-b-double {
  padding-bottom: 6rem !important; }

/* line 12, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-l-double {
  padding-left: 6rem !important; }

/* line 15, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-x-double {
  padding-right: 6rem !important;
  padding-left: 6rem !important; }

/* line 19, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-y-double {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important; }

/* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-a-double-up-xs {
  padding: 6rem 6rem !important; }

/* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-t-double-up-xs {
  padding-top: 6rem !important; }

/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-r-double-up-xs {
  padding-right: 6rem !important; }

/* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-b-double-up-xs {
  padding-bottom: 6rem !important; }

/* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-l-double-up-xs {
  padding-left: 6rem !important; }

@media (max-width: 543px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-double-down-xs {
    padding: 6rem 6rem !important; } }

@media (max-width: 543px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-double-down-xs {
    padding-top: 6rem !important; } }

@media (max-width: 543px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-double-down-xs {
    padding-right: 6rem !important; } }

@media (max-width: 543px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-double-down-xs {
    padding-bottom: 6rem !important; } }

@media (max-width: 543px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-double-down-xs {
    padding-left: 6rem !important; } }

@media (min-width: 544px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-double-up-sm {
    padding: 6rem 6rem !important; } }

@media (min-width: 544px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-double-up-sm {
    padding-top: 6rem !important; } }

@media (min-width: 544px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-double-up-sm {
    padding-right: 6rem !important; } }

@media (min-width: 544px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-double-up-sm {
    padding-bottom: 6rem !important; } }

@media (min-width: 544px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-double-up-sm {
    padding-left: 6rem !important; } }

@media (max-width: 767px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-double-down-sm {
    padding: 6rem 6rem !important; } }

@media (max-width: 767px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-double-down-sm {
    padding-top: 6rem !important; } }

@media (max-width: 767px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-double-down-sm {
    padding-right: 6rem !important; } }

@media (max-width: 767px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-double-down-sm {
    padding-bottom: 6rem !important; } }

@media (max-width: 767px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-double-down-sm {
    padding-left: 6rem !important; } }

@media (min-width: 768px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-double-up-md {
    padding: 6rem 6rem !important; } }

@media (min-width: 768px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-double-up-md {
    padding-top: 6rem !important; } }

@media (min-width: 768px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-double-up-md {
    padding-right: 6rem !important; } }

@media (min-width: 768px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-double-up-md {
    padding-bottom: 6rem !important; } }

@media (min-width: 768px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-double-up-md {
    padding-left: 6rem !important; } }

@media (max-width: 991px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-double-down-md {
    padding: 6rem 6rem !important; } }

@media (max-width: 991px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-double-down-md {
    padding-top: 6rem !important; } }

@media (max-width: 991px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-double-down-md {
    padding-right: 6rem !important; } }

@media (max-width: 991px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-double-down-md {
    padding-bottom: 6rem !important; } }

@media (max-width: 991px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-double-down-md {
    padding-left: 6rem !important; } }

@media (min-width: 992px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-double-up-lg {
    padding: 6rem 6rem !important; } }

@media (min-width: 992px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-double-up-lg {
    padding-top: 6rem !important; } }

@media (min-width: 992px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-double-up-lg {
    padding-right: 6rem !important; } }

@media (min-width: 992px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-double-up-lg {
    padding-bottom: 6rem !important; } }

@media (min-width: 992px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-double-up-lg {
    padding-left: 6rem !important; } }

@media (max-width: 1199px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-double-down-lg {
    padding: 6rem 6rem !important; } }

@media (max-width: 1199px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-double-down-lg {
    padding-top: 6rem !important; } }

@media (max-width: 1199px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-double-down-lg {
    padding-right: 6rem !important; } }

@media (max-width: 1199px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-double-down-lg {
    padding-bottom: 6rem !important; } }

@media (max-width: 1199px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-double-down-lg {
    padding-left: 6rem !important; } }

@media (min-width: 1200px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-double-up-xl {
    padding: 6rem 6rem !important; } }

@media (min-width: 1200px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-double-up-xl {
    padding-top: 6rem !important; } }

@media (min-width: 1200px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-double-up-xl {
    padding-right: 6rem !important; } }

@media (min-width: 1200px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-double-up-xl {
    padding-bottom: 6rem !important; } }

@media (min-width: 1200px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-double-up-xl {
    padding-left: 6rem !important; } }

/* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-a-double-down-xl {
  padding: 6rem 6rem !important; }

/* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-t-double-down-xl {
  padding-top: 6rem !important; }

/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-r-double-down-xl {
  padding-right: 6rem !important; }

/* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-b-double-down-xl {
  padding-bottom: 6rem !important; }

/* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-l-double-down-xl {
  padding-left: 6rem !important; }

/* line 8, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-a-double-half {
  padding: 7.5rem 7.5rem !important; }

/* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-t-double-half {
  padding-top: 7.5rem !important; }

/* line 10, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-r-double-half {
  padding-right: 7.5rem !important; }

/* line 11, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-b-double-half {
  padding-bottom: 7.5rem !important; }

/* line 12, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-l-double-half {
  padding-left: 7.5rem !important; }

/* line 15, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-x-double-half {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important; }

/* line 19, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-y-double-half {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important; }

/* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-a-double-half-up-xs {
  padding: 7.5rem 7.5rem !important; }

/* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-t-double-half-up-xs {
  padding-top: 7.5rem !important; }

/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-r-double-half-up-xs {
  padding-right: 7.5rem !important; }

/* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-b-double-half-up-xs {
  padding-bottom: 7.5rem !important; }

/* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-l-double-half-up-xs {
  padding-left: 7.5rem !important; }

@media (max-width: 543px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-double-half-down-xs {
    padding: 7.5rem 7.5rem !important; } }

@media (max-width: 543px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-double-half-down-xs {
    padding-top: 7.5rem !important; } }

@media (max-width: 543px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-double-half-down-xs {
    padding-right: 7.5rem !important; } }

@media (max-width: 543px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-double-half-down-xs {
    padding-bottom: 7.5rem !important; } }

@media (max-width: 543px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-double-half-down-xs {
    padding-left: 7.5rem !important; } }

@media (min-width: 544px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-double-half-up-sm {
    padding: 7.5rem 7.5rem !important; } }

@media (min-width: 544px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-double-half-up-sm {
    padding-top: 7.5rem !important; } }

@media (min-width: 544px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-double-half-up-sm {
    padding-right: 7.5rem !important; } }

@media (min-width: 544px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-double-half-up-sm {
    padding-bottom: 7.5rem !important; } }

@media (min-width: 544px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-double-half-up-sm {
    padding-left: 7.5rem !important; } }

@media (max-width: 767px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-double-half-down-sm {
    padding: 7.5rem 7.5rem !important; } }

@media (max-width: 767px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-double-half-down-sm {
    padding-top: 7.5rem !important; } }

@media (max-width: 767px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-double-half-down-sm {
    padding-right: 7.5rem !important; } }

@media (max-width: 767px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-double-half-down-sm {
    padding-bottom: 7.5rem !important; } }

@media (max-width: 767px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-double-half-down-sm {
    padding-left: 7.5rem !important; } }

@media (min-width: 768px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-double-half-up-md {
    padding: 7.5rem 7.5rem !important; } }

@media (min-width: 768px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-double-half-up-md {
    padding-top: 7.5rem !important; } }

@media (min-width: 768px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-double-half-up-md {
    padding-right: 7.5rem !important; } }

@media (min-width: 768px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-double-half-up-md {
    padding-bottom: 7.5rem !important; } }

@media (min-width: 768px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-double-half-up-md {
    padding-left: 7.5rem !important; } }

@media (max-width: 991px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-double-half-down-md {
    padding: 7.5rem 7.5rem !important; } }

@media (max-width: 991px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-double-half-down-md {
    padding-top: 7.5rem !important; } }

@media (max-width: 991px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-double-half-down-md {
    padding-right: 7.5rem !important; } }

@media (max-width: 991px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-double-half-down-md {
    padding-bottom: 7.5rem !important; } }

@media (max-width: 991px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-double-half-down-md {
    padding-left: 7.5rem !important; } }

@media (min-width: 992px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-double-half-up-lg {
    padding: 7.5rem 7.5rem !important; } }

@media (min-width: 992px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-double-half-up-lg {
    padding-top: 7.5rem !important; } }

@media (min-width: 992px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-double-half-up-lg {
    padding-right: 7.5rem !important; } }

@media (min-width: 992px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-double-half-up-lg {
    padding-bottom: 7.5rem !important; } }

@media (min-width: 992px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-double-half-up-lg {
    padding-left: 7.5rem !important; } }

@media (max-width: 1199px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-double-half-down-lg {
    padding: 7.5rem 7.5rem !important; } }

@media (max-width: 1199px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-double-half-down-lg {
    padding-top: 7.5rem !important; } }

@media (max-width: 1199px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-double-half-down-lg {
    padding-right: 7.5rem !important; } }

@media (max-width: 1199px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-double-half-down-lg {
    padding-bottom: 7.5rem !important; } }

@media (max-width: 1199px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-double-half-down-lg {
    padding-left: 7.5rem !important; } }

@media (min-width: 1200px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-double-half-up-xl {
    padding: 7.5rem 7.5rem !important; } }

@media (min-width: 1200px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-double-half-up-xl {
    padding-top: 7.5rem !important; } }

@media (min-width: 1200px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-double-half-up-xl {
    padding-right: 7.5rem !important; } }

@media (min-width: 1200px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-double-half-up-xl {
    padding-bottom: 7.5rem !important; } }

@media (min-width: 1200px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-double-half-up-xl {
    padding-left: 7.5rem !important; } }

/* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-a-double-half-down-xl {
  padding: 7.5rem 7.5rem !important; }

/* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-t-double-half-down-xl {
  padding-top: 7.5rem !important; }

/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-r-double-half-down-xl {
  padding-right: 7.5rem !important; }

/* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-b-double-half-down-xl {
  padding-bottom: 7.5rem !important; }

/* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-l-double-half-down-xl {
  padding-left: 7.5rem !important; }

/* line 8, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-a-triple {
  padding: 9rem 9rem !important; }

/* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-t-triple {
  padding-top: 9rem !important; }

/* line 10, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-r-triple {
  padding-right: 9rem !important; }

/* line 11, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-b-triple {
  padding-bottom: 9rem !important; }

/* line 12, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-l-triple {
  padding-left: 9rem !important; }

/* line 15, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-x-triple {
  padding-right: 9rem !important;
  padding-left: 9rem !important; }

/* line 19, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-y-triple {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important; }

/* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-a-triple-up-xs {
  padding: 9rem 9rem !important; }

/* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-t-triple-up-xs {
  padding-top: 9rem !important; }

/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-r-triple-up-xs {
  padding-right: 9rem !important; }

/* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-b-triple-up-xs {
  padding-bottom: 9rem !important; }

/* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-l-triple-up-xs {
  padding-left: 9rem !important; }

@media (max-width: 543px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-triple-down-xs {
    padding: 9rem 9rem !important; } }

@media (max-width: 543px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-triple-down-xs {
    padding-top: 9rem !important; } }

@media (max-width: 543px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-triple-down-xs {
    padding-right: 9rem !important; } }

@media (max-width: 543px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-triple-down-xs {
    padding-bottom: 9rem !important; } }

@media (max-width: 543px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-triple-down-xs {
    padding-left: 9rem !important; } }

@media (min-width: 544px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-triple-up-sm {
    padding: 9rem 9rem !important; } }

@media (min-width: 544px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-triple-up-sm {
    padding-top: 9rem !important; } }

@media (min-width: 544px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-triple-up-sm {
    padding-right: 9rem !important; } }

@media (min-width: 544px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-triple-up-sm {
    padding-bottom: 9rem !important; } }

@media (min-width: 544px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-triple-up-sm {
    padding-left: 9rem !important; } }

@media (max-width: 767px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-triple-down-sm {
    padding: 9rem 9rem !important; } }

@media (max-width: 767px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-triple-down-sm {
    padding-top: 9rem !important; } }

@media (max-width: 767px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-triple-down-sm {
    padding-right: 9rem !important; } }

@media (max-width: 767px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-triple-down-sm {
    padding-bottom: 9rem !important; } }

@media (max-width: 767px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-triple-down-sm {
    padding-left: 9rem !important; } }

@media (min-width: 768px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-triple-up-md {
    padding: 9rem 9rem !important; } }

@media (min-width: 768px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-triple-up-md {
    padding-top: 9rem !important; } }

@media (min-width: 768px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-triple-up-md {
    padding-right: 9rem !important; } }

@media (min-width: 768px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-triple-up-md {
    padding-bottom: 9rem !important; } }

@media (min-width: 768px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-triple-up-md {
    padding-left: 9rem !important; } }

@media (max-width: 991px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-triple-down-md {
    padding: 9rem 9rem !important; } }

@media (max-width: 991px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-triple-down-md {
    padding-top: 9rem !important; } }

@media (max-width: 991px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-triple-down-md {
    padding-right: 9rem !important; } }

@media (max-width: 991px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-triple-down-md {
    padding-bottom: 9rem !important; } }

@media (max-width: 991px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-triple-down-md {
    padding-left: 9rem !important; } }

@media (min-width: 992px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-triple-up-lg {
    padding: 9rem 9rem !important; } }

@media (min-width: 992px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-triple-up-lg {
    padding-top: 9rem !important; } }

@media (min-width: 992px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-triple-up-lg {
    padding-right: 9rem !important; } }

@media (min-width: 992px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-triple-up-lg {
    padding-bottom: 9rem !important; } }

@media (min-width: 992px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-triple-up-lg {
    padding-left: 9rem !important; } }

@media (max-width: 1199px) {
  /* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-triple-down-lg {
    padding: 9rem 9rem !important; } }

@media (max-width: 1199px) {
  /* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-triple-down-lg {
    padding-top: 9rem !important; } }

@media (max-width: 1199px) {
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-triple-down-lg {
    padding-right: 9rem !important; } }

@media (max-width: 1199px) {
  /* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-triple-down-lg {
    padding-bottom: 9rem !important; } }

@media (max-width: 1199px) {
  /* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-triple-down-lg {
    padding-left: 9rem !important; } }

@media (min-width: 1200px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-a-triple-up-xl {
    padding: 9rem 9rem !important; } }

@media (min-width: 1200px) {
  /* line 29, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-t-triple-up-xl {
    padding-top: 9rem !important; } }

@media (min-width: 1200px) {
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-r-triple-up-xl {
    padding-right: 9rem !important; } }

@media (min-width: 1200px) {
  /* line 35, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-b-triple-up-xl {
    padding-bottom: 9rem !important; } }

@media (min-width: 1200px) {
  /* line 38, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
  .p-l-triple-up-xl {
    padding-left: 9rem !important; } }

/* line 41, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-a-triple-down-xl {
  padding: 9rem 9rem !important; }

/* line 44, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-t-triple-down-xl {
  padding-top: 9rem !important; }

/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-r-triple-down-xl {
  padding-right: 9rem !important; }

/* line 50, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-b-triple-down-xl {
  padding-bottom: 9rem !important; }

/* line 53, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/_utilities-spacing.scss */
.p-l-triple-down-xl {
  padding-left: 9rem !important; }

/* line 1, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/_custom_forms.scss */
html.flexboxtweener:not(.flexbox) .c-input-image {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex: 1 0 auto; }
/* line 1, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/_input-group.scss */
html.flexboxtweener:not(.flexbox) .input-group {
  display: table;
  border-collapse: separate; }
  /* line 5, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/_input-group.scss */
  html.flexboxtweener:not(.flexbox) .input-group .form-control {
    float: left;
    width: 100%; }
/* line 11, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/_input-group.scss */
html.flexboxtweener:not(.flexbox) .input-group-addon,
html.flexboxtweener:not(.flexbox) .input-group-btn,
html.flexboxtweener:not(.flexbox) .input-group .form-control {
  display: table-cell; }
/* line 15, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/_input-group.scss */
html.flexboxtweener:not(.flexbox) .input-group-addon,
html.flexboxtweener:not(.flexbox) .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: top;
  line-height: 1; }
/* line 1, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/_media.scss */
html.flexboxtweener:not(.flexbox) .media {
  display: -ms-flexbox; }
/* line 2, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/_media.scss */
html.flexboxtweener:not(.flexbox) .media-body {
  -ms-flex: 1 1 0px; }
/* line 3, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/_media.scss */
html.flexboxtweener:not(.flexbox) .media-middle {
  -ms-flex-item-align: center; }
/* line 4, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/_media.scss */
html.flexboxtweener:not(.flexbox) .media-bottom {
  -ms-flex-item-align: end; }
/* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
html.flexboxtweener:not(.flexbox) .flex-xs-first {
  -ms-flex-order: -1; }
/* line 10, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
html.flexboxtweener:not(.flexbox) .flex-xs-last {
  -ms-flex-order: 1; }
/* line 11, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
html.flexboxtweener:not(.flexbox) .flex-xs-unordered {
  -ms-flex-order: 0; }
/* line 16, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
html.flexboxtweener:not(.flexbox) .flex-items-xs-top {
  -ms-flex-align: start; }
/* line 17, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
html.flexboxtweener:not(.flexbox) .flex-items-xs-middle {
  -ms-flex-align: center; }
/* line 18, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
html.flexboxtweener:not(.flexbox) .flex-items-xs-bottom {
  -ms-flex-align: end; }
/* line 23, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
html.flexboxtweener:not(.flexbox) .flex-xs-top {
  -ms-flex-item-align: start; }
/* line 24, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
html.flexboxtweener:not(.flexbox) .flex-xs-middle {
  -ms-flex-item-align: center; }
/* line 25, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
html.flexboxtweener:not(.flexbox) .flex-xs-bottom {
  -ms-flex-item-align: end; }
/* line 30, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
html.flexboxtweener:not(.flexbox) .flex-items-xs-left {
  -ms-flex-pack: start; }
/* line 31, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
html.flexboxtweener:not(.flexbox) .flex-items-xs-center {
  -ms-flex-pack: center; }
/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
html.flexboxtweener:not(.flexbox) .flex-items-xs-right {
  -ms-flex-pack: end; }
/* line 33, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
html.flexboxtweener:not(.flexbox) .flex-items-xs-around {
  -ms-flex-pack: distribute; }
/* line 34, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
html.flexboxtweener:not(.flexbox) .flex-items-xs-between {
  -ms-flex-pack: justify; }
@media (min-width: 544px) {
  /* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-sm-first {
    -ms-flex-order: -1; }
  /* line 10, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-sm-last {
    -ms-flex-order: 1; }
  /* line 11, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-sm-unordered {
    -ms-flex-order: 0; } }
@media (min-width: 544px) {
  /* line 16, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-sm-top {
    -ms-flex-align: start; }
  /* line 17, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-sm-middle {
    -ms-flex-align: center; }
  /* line 18, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-sm-bottom {
    -ms-flex-align: end; } }
@media (min-width: 544px) {
  /* line 23, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-sm-top {
    -ms-flex-item-align: start; }
  /* line 24, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-sm-middle {
    -ms-flex-item-align: center; }
  /* line 25, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-sm-bottom {
    -ms-flex-item-align: end; } }
@media (min-width: 544px) {
  /* line 30, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-sm-left {
    -ms-flex-pack: start; }
  /* line 31, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-sm-center {
    -ms-flex-pack: center; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-sm-right {
    -ms-flex-pack: end; }
  /* line 33, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-sm-around {
    -ms-flex-pack: distribute; }
  /* line 34, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-sm-between {
    -ms-flex-pack: justify; } }
@media (min-width: 768px) {
  /* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-md-first {
    -ms-flex-order: -1; }
  /* line 10, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-md-last {
    -ms-flex-order: 1; }
  /* line 11, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-md-unordered {
    -ms-flex-order: 0; } }
@media (min-width: 768px) {
  /* line 16, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-md-top {
    -ms-flex-align: start; }
  /* line 17, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-md-middle {
    -ms-flex-align: center; }
  /* line 18, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-md-bottom {
    -ms-flex-align: end; } }
@media (min-width: 768px) {
  /* line 23, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-md-top {
    -ms-flex-item-align: start; }
  /* line 24, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-md-middle {
    -ms-flex-item-align: center; }
  /* line 25, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-md-bottom {
    -ms-flex-item-align: end; } }
@media (min-width: 768px) {
  /* line 30, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-md-left {
    -ms-flex-pack: start; }
  /* line 31, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-md-center {
    -ms-flex-pack: center; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-md-right {
    -ms-flex-pack: end; }
  /* line 33, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-md-around {
    -ms-flex-pack: distribute; }
  /* line 34, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-md-between {
    -ms-flex-pack: justify; } }
@media (min-width: 992px) {
  /* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-lg-first {
    -ms-flex-order: -1; }
  /* line 10, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-lg-last {
    -ms-flex-order: 1; }
  /* line 11, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-lg-unordered {
    -ms-flex-order: 0; } }
@media (min-width: 992px) {
  /* line 16, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-lg-top {
    -ms-flex-align: start; }
  /* line 17, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-lg-middle {
    -ms-flex-align: center; }
  /* line 18, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-lg-bottom {
    -ms-flex-align: end; } }
@media (min-width: 992px) {
  /* line 23, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-lg-top {
    -ms-flex-item-align: start; }
  /* line 24, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-lg-middle {
    -ms-flex-item-align: center; }
  /* line 25, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-lg-bottom {
    -ms-flex-item-align: end; } }
@media (min-width: 992px) {
  /* line 30, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-lg-left {
    -ms-flex-pack: start; }
  /* line 31, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-lg-center {
    -ms-flex-pack: center; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-lg-right {
    -ms-flex-pack: end; }
  /* line 33, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-lg-around {
    -ms-flex-pack: distribute; }
  /* line 34, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-lg-between {
    -ms-flex-pack: justify; } }
@media (min-width: 1200px) {
  /* line 9, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-xl-first {
    -ms-flex-order: -1; }
  /* line 10, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-xl-last {
    -ms-flex-order: 1; }
  /* line 11, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-xl-unordered {
    -ms-flex-order: 0; } }
@media (min-width: 1200px) {
  /* line 16, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-xl-top {
    -ms-flex-align: start; }
  /* line 17, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-xl-middle {
    -ms-flex-align: center; }
  /* line 18, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-xl-bottom {
    -ms-flex-align: end; } }
@media (min-width: 1200px) {
  /* line 23, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-xl-top {
    -ms-flex-item-align: start; }
  /* line 24, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-xl-middle {
    -ms-flex-item-align: center; }
  /* line 25, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-xl-bottom {
    -ms-flex-item-align: end; } }
@media (min-width: 1200px) {
  /* line 30, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-xl-left {
    -ms-flex-pack: start; }
  /* line 31, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-xl-center {
    -ms-flex-pack: center; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-xl-right {
    -ms-flex-pack: end; }
  /* line 33, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-xl-around {
    -ms-flex-pack: distribute; }
  /* line 34, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/utilities/_flex.scss */
  html.flexboxtweener:not(.flexbox) .flex-items-xl-between {
    -ms-flex-pack: justify; } }
/* line 6, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/_grid.scss */
html.flexboxtweener:not(.flexbox) .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media (min-width: 544px) {
    /* line 6, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/_grid.scss */
    html.flexboxtweener:not(.flexbox) .container {
      width: 576px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    /* line 6, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/_grid.scss */
    html.flexboxtweener:not(.flexbox) .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    /* line 6, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/_grid.scss */
    html.flexboxtweener:not(.flexbox) .container {
      width: 940px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    /* line 6, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/_grid.scss */
    html.flexboxtweener:not(.flexbox) .container {
      width: 1140px;
      max-width: 100%; } }
/* line 18, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/_grid.scss */
html.flexboxtweener:not(.flexbox) .container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
/* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/_grid.scss */
html.flexboxtweener:not(.flexbox) .row {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem; }
  @media (min-width: 544px) {
    /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/_grid.scss */
    html.flexboxtweener:not(.flexbox) .row {
      margin-right: -1.5rem;
      margin-left: -1.5rem; } }
  @media (min-width: 768px) {
    /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/_grid.scss */
    html.flexboxtweener:not(.flexbox) .row {
      margin-right: -1.5rem;
      margin-left: -1.5rem; } }
  @media (min-width: 992px) {
    /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/_grid.scss */
    html.flexboxtweener:not(.flexbox) .row {
      margin-right: -1.5rem;
      margin-left: -1.5rem; } }
  @media (min-width: 1200px) {
    /* line 28, /data/givecorpssite/shared/bundled_gems/ruby/2.2.0/bundler/gems/nfg_csv_importer-561841d7a5f1/vendor/assets/stylesheets/bootstrap4_source_patches/bootstrap-4_0_0-alpha_5/_grid.scss */
    html.flexboxtweener:not(.flexbox) .row {
      margin-right: -1.5rem;
      margin-left: -1.5rem; } }
/* line 5, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .col-xs-1, html.flexboxtweener:not(.flexbox) .col-xs-2, html.flexboxtweener:not(.flexbox) .col-xs-3, html.flexboxtweener:not(.flexbox) .col-xs-4, html.flexboxtweener:not(.flexbox) .col-xs-5, html.flexboxtweener:not(.flexbox) .col-xs-6, html.flexboxtweener:not(.flexbox) .col-xs-7, html.flexboxtweener:not(.flexbox) .col-xs-8, html.flexboxtweener:not(.flexbox) .col-xs-9, html.flexboxtweener:not(.flexbox) .col-xs-10, html.flexboxtweener:not(.flexbox) .col-xs-11, html.flexboxtweener:not(.flexbox) .col-xs-12, html.flexboxtweener:not(.flexbox) .col-sm-1, html.flexboxtweener:not(.flexbox) .col-sm-2, html.flexboxtweener:not(.flexbox) .col-sm-3, html.flexboxtweener:not(.flexbox) .col-sm-4, html.flexboxtweener:not(.flexbox) .col-sm-5, html.flexboxtweener:not(.flexbox) .col-sm-6, html.flexboxtweener:not(.flexbox) .col-sm-7, html.flexboxtweener:not(.flexbox) .col-sm-8, html.flexboxtweener:not(.flexbox) .col-sm-9, html.flexboxtweener:not(.flexbox) .col-sm-10, html.flexboxtweener:not(.flexbox) .col-sm-11, html.flexboxtweener:not(.flexbox) .col-sm-12, html.flexboxtweener:not(.flexbox) .col-md-1, html.flexboxtweener:not(.flexbox) .col-md-2, html.flexboxtweener:not(.flexbox) .col-md-3, html.flexboxtweener:not(.flexbox) .col-md-4, html.flexboxtweener:not(.flexbox) .col-md-5, html.flexboxtweener:not(.flexbox) .col-md-6, html.flexboxtweener:not(.flexbox) .col-md-7, html.flexboxtweener:not(.flexbox) .col-md-8, html.flexboxtweener:not(.flexbox) .col-md-9, html.flexboxtweener:not(.flexbox) .col-md-10, html.flexboxtweener:not(.flexbox) .col-md-11, html.flexboxtweener:not(.flexbox) .col-md-12, html.flexboxtweener:not(.flexbox) .col-lg-1, html.flexboxtweener:not(.flexbox) .col-lg-2, html.flexboxtweener:not(.flexbox) .col-lg-3, html.flexboxtweener:not(.flexbox) .col-lg-4, html.flexboxtweener:not(.flexbox) .col-lg-5, html.flexboxtweener:not(.flexbox) .col-lg-6, html.flexboxtweener:not(.flexbox) .col-lg-7, html.flexboxtweener:not(.flexbox) .col-lg-8, html.flexboxtweener:not(.flexbox) .col-lg-9, html.flexboxtweener:not(.flexbox) .col-lg-10, html.flexboxtweener:not(.flexbox) .col-lg-11, html.flexboxtweener:not(.flexbox) .col-lg-12, html.flexboxtweener:not(.flexbox) .col-xl-1, html.flexboxtweener:not(.flexbox) .col-xl-2, html.flexboxtweener:not(.flexbox) .col-xl-3, html.flexboxtweener:not(.flexbox) .col-xl-4, html.flexboxtweener:not(.flexbox) .col-xl-5, html.flexboxtweener:not(.flexbox) .col-xl-6, html.flexboxtweener:not(.flexbox) .col-xl-7, html.flexboxtweener:not(.flexbox) .col-xl-8, html.flexboxtweener:not(.flexbox) .col-xl-9, html.flexboxtweener:not(.flexbox) .col-xl-10, html.flexboxtweener:not(.flexbox) .col-xl-11, html.flexboxtweener:not(.flexbox) .col-xl-12, html.flexboxtweener:not(.flexbox) .col-xs, html.flexboxtweener:not(.flexbox) .col-sm, html.flexboxtweener:not(.flexbox) .col-md, html.flexboxtweener:not(.flexbox) .col-lg, html.flexboxtweener:not(.flexbox) .col-xl, html.flexboxtweener:not(.flexbox) .col-xs, html.flexboxtweener:not(.flexbox) .col-xs-1, html.flexboxtweener:not(.flexbox) .col-xs-2, html.flexboxtweener:not(.flexbox) .col-xs-3, html.flexboxtweener:not(.flexbox) .col-xs-4, html.flexboxtweener:not(.flexbox) .col-xs-5, html.flexboxtweener:not(.flexbox) .col-xs-6, html.flexboxtweener:not(.flexbox) .col-xs-7, html.flexboxtweener:not(.flexbox) .col-xs-8, html.flexboxtweener:not(.flexbox) .col-xs-9, html.flexboxtweener:not(.flexbox) .col-xs-10, html.flexboxtweener:not(.flexbox) .col-xs-11, html.flexboxtweener:not(.flexbox) .col-xs-12, html.flexboxtweener:not(.flexbox) .col-sm, html.flexboxtweener:not(.flexbox) .col-sm-1, html.flexboxtweener:not(.flexbox) .col-sm-2, html.flexboxtweener:not(.flexbox) .col-sm-3, html.flexboxtweener:not(.flexbox) .col-sm-4, html.flexboxtweener:not(.flexbox) .col-sm-5, html.flexboxtweener:not(.flexbox) .col-sm-6, html.flexboxtweener:not(.flexbox) .col-sm-7, html.flexboxtweener:not(.flexbox) .col-sm-8, html.flexboxtweener:not(.flexbox) .col-sm-9, html.flexboxtweener:not(.flexbox) .col-sm-10, html.flexboxtweener:not(.flexbox) .col-sm-11, html.flexboxtweener:not(.flexbox) .col-sm-12, html.flexboxtweener:not(.flexbox) .col-md, html.flexboxtweener:not(.flexbox) .col-md-1, html.flexboxtweener:not(.flexbox) .col-md-2, html.flexboxtweener:not(.flexbox) .col-md-3, html.flexboxtweener:not(.flexbox) .col-md-4, html.flexboxtweener:not(.flexbox) .col-md-5, html.flexboxtweener:not(.flexbox) .col-md-6, html.flexboxtweener:not(.flexbox) .col-md-7, html.flexboxtweener:not(.flexbox) .col-md-8, html.flexboxtweener:not(.flexbox) .col-md-9, html.flexboxtweener:not(.flexbox) .col-md-10, html.flexboxtweener:not(.flexbox) .col-md-11, html.flexboxtweener:not(.flexbox) .col-md-12, html.flexboxtweener:not(.flexbox) .col-lg, html.flexboxtweener:not(.flexbox) .col-lg-1, html.flexboxtweener:not(.flexbox) .col-lg-2, html.flexboxtweener:not(.flexbox) .col-lg-3, html.flexboxtweener:not(.flexbox) .col-lg-4, html.flexboxtweener:not(.flexbox) .col-lg-5, html.flexboxtweener:not(.flexbox) .col-lg-6, html.flexboxtweener:not(.flexbox) .col-lg-7, html.flexboxtweener:not(.flexbox) .col-lg-8, html.flexboxtweener:not(.flexbox) .col-lg-9, html.flexboxtweener:not(.flexbox) .col-lg-10, html.flexboxtweener:not(.flexbox) .col-lg-11, html.flexboxtweener:not(.flexbox) .col-lg-12, html.flexboxtweener:not(.flexbox) .col-xl, html.flexboxtweener:not(.flexbox) .col-xl-1, html.flexboxtweener:not(.flexbox) .col-xl-2, html.flexboxtweener:not(.flexbox) .col-xl-3, html.flexboxtweener:not(.flexbox) .col-xl-4, html.flexboxtweener:not(.flexbox) .col-xl-5, html.flexboxtweener:not(.flexbox) .col-xl-6, html.flexboxtweener:not(.flexbox) .col-xl-7, html.flexboxtweener:not(.flexbox) .col-xl-8, html.flexboxtweener:not(.flexbox) .col-xl-9, html.flexboxtweener:not(.flexbox) .col-xl-10, html.flexboxtweener:not(.flexbox) .col-xl-11, html.flexboxtweener:not(.flexbox) .col-xl-12 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  @media (min-width: 544px) {
    /* line 5, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
    html.flexboxtweener:not(.flexbox) .col-xs-1, html.flexboxtweener:not(.flexbox) .col-xs-2, html.flexboxtweener:not(.flexbox) .col-xs-3, html.flexboxtweener:not(.flexbox) .col-xs-4, html.flexboxtweener:not(.flexbox) .col-xs-5, html.flexboxtweener:not(.flexbox) .col-xs-6, html.flexboxtweener:not(.flexbox) .col-xs-7, html.flexboxtweener:not(.flexbox) .col-xs-8, html.flexboxtweener:not(.flexbox) .col-xs-9, html.flexboxtweener:not(.flexbox) .col-xs-10, html.flexboxtweener:not(.flexbox) .col-xs-11, html.flexboxtweener:not(.flexbox) .col-xs-12, html.flexboxtweener:not(.flexbox) .col-sm-1, html.flexboxtweener:not(.flexbox) .col-sm-2, html.flexboxtweener:not(.flexbox) .col-sm-3, html.flexboxtweener:not(.flexbox) .col-sm-4, html.flexboxtweener:not(.flexbox) .col-sm-5, html.flexboxtweener:not(.flexbox) .col-sm-6, html.flexboxtweener:not(.flexbox) .col-sm-7, html.flexboxtweener:not(.flexbox) .col-sm-8, html.flexboxtweener:not(.flexbox) .col-sm-9, html.flexboxtweener:not(.flexbox) .col-sm-10, html.flexboxtweener:not(.flexbox) .col-sm-11, html.flexboxtweener:not(.flexbox) .col-sm-12, html.flexboxtweener:not(.flexbox) .col-md-1, html.flexboxtweener:not(.flexbox) .col-md-2, html.flexboxtweener:not(.flexbox) .col-md-3, html.flexboxtweener:not(.flexbox) .col-md-4, html.flexboxtweener:not(.flexbox) .col-md-5, html.flexboxtweener:not(.flexbox) .col-md-6, html.flexboxtweener:not(.flexbox) .col-md-7, html.flexboxtweener:not(.flexbox) .col-md-8, html.flexboxtweener:not(.flexbox) .col-md-9, html.flexboxtweener:not(.flexbox) .col-md-10, html.flexboxtweener:not(.flexbox) .col-md-11, html.flexboxtweener:not(.flexbox) .col-md-12, html.flexboxtweener:not(.flexbox) .col-lg-1, html.flexboxtweener:not(.flexbox) .col-lg-2, html.flexboxtweener:not(.flexbox) .col-lg-3, html.flexboxtweener:not(.flexbox) .col-lg-4, html.flexboxtweener:not(.flexbox) .col-lg-5, html.flexboxtweener:not(.flexbox) .col-lg-6, html.flexboxtweener:not(.flexbox) .col-lg-7, html.flexboxtweener:not(.flexbox) .col-lg-8, html.flexboxtweener:not(.flexbox) .col-lg-9, html.flexboxtweener:not(.flexbox) .col-lg-10, html.flexboxtweener:not(.flexbox) .col-lg-11, html.flexboxtweener:not(.flexbox) .col-lg-12, html.flexboxtweener:not(.flexbox) .col-xl-1, html.flexboxtweener:not(.flexbox) .col-xl-2, html.flexboxtweener:not(.flexbox) .col-xl-3, html.flexboxtweener:not(.flexbox) .col-xl-4, html.flexboxtweener:not(.flexbox) .col-xl-5, html.flexboxtweener:not(.flexbox) .col-xl-6, html.flexboxtweener:not(.flexbox) .col-xl-7, html.flexboxtweener:not(.flexbox) .col-xl-8, html.flexboxtweener:not(.flexbox) .col-xl-9, html.flexboxtweener:not(.flexbox) .col-xl-10, html.flexboxtweener:not(.flexbox) .col-xl-11, html.flexboxtweener:not(.flexbox) .col-xl-12, html.flexboxtweener:not(.flexbox) .col-xs, html.flexboxtweener:not(.flexbox) .col-sm, html.flexboxtweener:not(.flexbox) .col-md, html.flexboxtweener:not(.flexbox) .col-lg, html.flexboxtweener:not(.flexbox) .col-xl, html.flexboxtweener:not(.flexbox) .col-xs, html.flexboxtweener:not(.flexbox) .col-xs-1, html.flexboxtweener:not(.flexbox) .col-xs-2, html.flexboxtweener:not(.flexbox) .col-xs-3, html.flexboxtweener:not(.flexbox) .col-xs-4, html.flexboxtweener:not(.flexbox) .col-xs-5, html.flexboxtweener:not(.flexbox) .col-xs-6, html.flexboxtweener:not(.flexbox) .col-xs-7, html.flexboxtweener:not(.flexbox) .col-xs-8, html.flexboxtweener:not(.flexbox) .col-xs-9, html.flexboxtweener:not(.flexbox) .col-xs-10, html.flexboxtweener:not(.flexbox) .col-xs-11, html.flexboxtweener:not(.flexbox) .col-xs-12, html.flexboxtweener:not(.flexbox) .col-sm, html.flexboxtweener:not(.flexbox) .col-sm-1, html.flexboxtweener:not(.flexbox) .col-sm-2, html.flexboxtweener:not(.flexbox) .col-sm-3, html.flexboxtweener:not(.flexbox) .col-sm-4, html.flexboxtweener:not(.flexbox) .col-sm-5, html.flexboxtweener:not(.flexbox) .col-sm-6, html.flexboxtweener:not(.flexbox) .col-sm-7, html.flexboxtweener:not(.flexbox) .col-sm-8, html.flexboxtweener:not(.flexbox) .col-sm-9, html.flexboxtweener:not(.flexbox) .col-sm-10, html.flexboxtweener:not(.flexbox) .col-sm-11, html.flexboxtweener:not(.flexbox) .col-sm-12, html.flexboxtweener:not(.flexbox) .col-md, html.flexboxtweener:not(.flexbox) .col-md-1, html.flexboxtweener:not(.flexbox) .col-md-2, html.flexboxtweener:not(.flexbox) .col-md-3, html.flexboxtweener:not(.flexbox) .col-md-4, html.flexboxtweener:not(.flexbox) .col-md-5, html.flexboxtweener:not(.flexbox) .col-md-6, html.flexboxtweener:not(.flexbox) .col-md-7, html.flexboxtweener:not(.flexbox) .col-md-8, html.flexboxtweener:not(.flexbox) .col-md-9, html.flexboxtweener:not(.flexbox) .col-md-10, html.flexboxtweener:not(.flexbox) .col-md-11, html.flexboxtweener:not(.flexbox) .col-md-12, html.flexboxtweener:not(.flexbox) .col-lg, html.flexboxtweener:not(.flexbox) .col-lg-1, html.flexboxtweener:not(.flexbox) .col-lg-2, html.flexboxtweener:not(.flexbox) .col-lg-3, html.flexboxtweener:not(.flexbox) .col-lg-4, html.flexboxtweener:not(.flexbox) .col-lg-5, html.flexboxtweener:not(.flexbox) .col-lg-6, html.flexboxtweener:not(.flexbox) .col-lg-7, html.flexboxtweener:not(.flexbox) .col-lg-8, html.flexboxtweener:not(.flexbox) .col-lg-9, html.flexboxtweener:not(.flexbox) .col-lg-10, html.flexboxtweener:not(.flexbox) .col-lg-11, html.flexboxtweener:not(.flexbox) .col-lg-12, html.flexboxtweener:not(.flexbox) .col-xl, html.flexboxtweener:not(.flexbox) .col-xl-1, html.flexboxtweener:not(.flexbox) .col-xl-2, html.flexboxtweener:not(.flexbox) .col-xl-3, html.flexboxtweener:not(.flexbox) .col-xl-4, html.flexboxtweener:not(.flexbox) .col-xl-5, html.flexboxtweener:not(.flexbox) .col-xl-6, html.flexboxtweener:not(.flexbox) .col-xl-7, html.flexboxtweener:not(.flexbox) .col-xl-8, html.flexboxtweener:not(.flexbox) .col-xl-9, html.flexboxtweener:not(.flexbox) .col-xl-10, html.flexboxtweener:not(.flexbox) .col-xl-11, html.flexboxtweener:not(.flexbox) .col-xl-12 {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
  @media (min-width: 768px) {
    /* line 5, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
    html.flexboxtweener:not(.flexbox) .col-xs-1, html.flexboxtweener:not(.flexbox) .col-xs-2, html.flexboxtweener:not(.flexbox) .col-xs-3, html.flexboxtweener:not(.flexbox) .col-xs-4, html.flexboxtweener:not(.flexbox) .col-xs-5, html.flexboxtweener:not(.flexbox) .col-xs-6, html.flexboxtweener:not(.flexbox) .col-xs-7, html.flexboxtweener:not(.flexbox) .col-xs-8, html.flexboxtweener:not(.flexbox) .col-xs-9, html.flexboxtweener:not(.flexbox) .col-xs-10, html.flexboxtweener:not(.flexbox) .col-xs-11, html.flexboxtweener:not(.flexbox) .col-xs-12, html.flexboxtweener:not(.flexbox) .col-sm-1, html.flexboxtweener:not(.flexbox) .col-sm-2, html.flexboxtweener:not(.flexbox) .col-sm-3, html.flexboxtweener:not(.flexbox) .col-sm-4, html.flexboxtweener:not(.flexbox) .col-sm-5, html.flexboxtweener:not(.flexbox) .col-sm-6, html.flexboxtweener:not(.flexbox) .col-sm-7, html.flexboxtweener:not(.flexbox) .col-sm-8, html.flexboxtweener:not(.flexbox) .col-sm-9, html.flexboxtweener:not(.flexbox) .col-sm-10, html.flexboxtweener:not(.flexbox) .col-sm-11, html.flexboxtweener:not(.flexbox) .col-sm-12, html.flexboxtweener:not(.flexbox) .col-md-1, html.flexboxtweener:not(.flexbox) .col-md-2, html.flexboxtweener:not(.flexbox) .col-md-3, html.flexboxtweener:not(.flexbox) .col-md-4, html.flexboxtweener:not(.flexbox) .col-md-5, html.flexboxtweener:not(.flexbox) .col-md-6, html.flexboxtweener:not(.flexbox) .col-md-7, html.flexboxtweener:not(.flexbox) .col-md-8, html.flexboxtweener:not(.flexbox) .col-md-9, html.flexboxtweener:not(.flexbox) .col-md-10, html.flexboxtweener:not(.flexbox) .col-md-11, html.flexboxtweener:not(.flexbox) .col-md-12, html.flexboxtweener:not(.flexbox) .col-lg-1, html.flexboxtweener:not(.flexbox) .col-lg-2, html.flexboxtweener:not(.flexbox) .col-lg-3, html.flexboxtweener:not(.flexbox) .col-lg-4, html.flexboxtweener:not(.flexbox) .col-lg-5, html.flexboxtweener:not(.flexbox) .col-lg-6, html.flexboxtweener:not(.flexbox) .col-lg-7, html.flexboxtweener:not(.flexbox) .col-lg-8, html.flexboxtweener:not(.flexbox) .col-lg-9, html.flexboxtweener:not(.flexbox) .col-lg-10, html.flexboxtweener:not(.flexbox) .col-lg-11, html.flexboxtweener:not(.flexbox) .col-lg-12, html.flexboxtweener:not(.flexbox) .col-xl-1, html.flexboxtweener:not(.flexbox) .col-xl-2, html.flexboxtweener:not(.flexbox) .col-xl-3, html.flexboxtweener:not(.flexbox) .col-xl-4, html.flexboxtweener:not(.flexbox) .col-xl-5, html.flexboxtweener:not(.flexbox) .col-xl-6, html.flexboxtweener:not(.flexbox) .col-xl-7, html.flexboxtweener:not(.flexbox) .col-xl-8, html.flexboxtweener:not(.flexbox) .col-xl-9, html.flexboxtweener:not(.flexbox) .col-xl-10, html.flexboxtweener:not(.flexbox) .col-xl-11, html.flexboxtweener:not(.flexbox) .col-xl-12, html.flexboxtweener:not(.flexbox) .col-xs, html.flexboxtweener:not(.flexbox) .col-sm, html.flexboxtweener:not(.flexbox) .col-md, html.flexboxtweener:not(.flexbox) .col-lg, html.flexboxtweener:not(.flexbox) .col-xl, html.flexboxtweener:not(.flexbox) .col-xs, html.flexboxtweener:not(.flexbox) .col-xs-1, html.flexboxtweener:not(.flexbox) .col-xs-2, html.flexboxtweener:not(.flexbox) .col-xs-3, html.flexboxtweener:not(.flexbox) .col-xs-4, html.flexboxtweener:not(.flexbox) .col-xs-5, html.flexboxtweener:not(.flexbox) .col-xs-6, html.flexboxtweener:not(.flexbox) .col-xs-7, html.flexboxtweener:not(.flexbox) .col-xs-8, html.flexboxtweener:not(.flexbox) .col-xs-9, html.flexboxtweener:not(.flexbox) .col-xs-10, html.flexboxtweener:not(.flexbox) .col-xs-11, html.flexboxtweener:not(.flexbox) .col-xs-12, html.flexboxtweener:not(.flexbox) .col-sm, html.flexboxtweener:not(.flexbox) .col-sm-1, html.flexboxtweener:not(.flexbox) .col-sm-2, html.flexboxtweener:not(.flexbox) .col-sm-3, html.flexboxtweener:not(.flexbox) .col-sm-4, html.flexboxtweener:not(.flexbox) .col-sm-5, html.flexboxtweener:not(.flexbox) .col-sm-6, html.flexboxtweener:not(.flexbox) .col-sm-7, html.flexboxtweener:not(.flexbox) .col-sm-8, html.flexboxtweener:not(.flexbox) .col-sm-9, html.flexboxtweener:not(.flexbox) .col-sm-10, html.flexboxtweener:not(.flexbox) .col-sm-11, html.flexboxtweener:not(.flexbox) .col-sm-12, html.flexboxtweener:not(.flexbox) .col-md, html.flexboxtweener:not(.flexbox) .col-md-1, html.flexboxtweener:not(.flexbox) .col-md-2, html.flexboxtweener:not(.flexbox) .col-md-3, html.flexboxtweener:not(.flexbox) .col-md-4, html.flexboxtweener:not(.flexbox) .col-md-5, html.flexboxtweener:not(.flexbox) .col-md-6, html.flexboxtweener:not(.flexbox) .col-md-7, html.flexboxtweener:not(.flexbox) .col-md-8, html.flexboxtweener:not(.flexbox) .col-md-9, html.flexboxtweener:not(.flexbox) .col-md-10, html.flexboxtweener:not(.flexbox) .col-md-11, html.flexboxtweener:not(.flexbox) .col-md-12, html.flexboxtweener:not(.flexbox) .col-lg, html.flexboxtweener:not(.flexbox) .col-lg-1, html.flexboxtweener:not(.flexbox) .col-lg-2, html.flexboxtweener:not(.flexbox) .col-lg-3, html.flexboxtweener:not(.flexbox) .col-lg-4, html.flexboxtweener:not(.flexbox) .col-lg-5, html.flexboxtweener:not(.flexbox) .col-lg-6, html.flexboxtweener:not(.flexbox) .col-lg-7, html.flexboxtweener:not(.flexbox) .col-lg-8, html.flexboxtweener:not(.flexbox) .col-lg-9, html.flexboxtweener:not(.flexbox) .col-lg-10, html.flexboxtweener:not(.flexbox) .col-lg-11, html.flexboxtweener:not(.flexbox) .col-lg-12, html.flexboxtweener:not(.flexbox) .col-xl, html.flexboxtweener:not(.flexbox) .col-xl-1, html.flexboxtweener:not(.flexbox) .col-xl-2, html.flexboxtweener:not(.flexbox) .col-xl-3, html.flexboxtweener:not(.flexbox) .col-xl-4, html.flexboxtweener:not(.flexbox) .col-xl-5, html.flexboxtweener:not(.flexbox) .col-xl-6, html.flexboxtweener:not(.flexbox) .col-xl-7, html.flexboxtweener:not(.flexbox) .col-xl-8, html.flexboxtweener:not(.flexbox) .col-xl-9, html.flexboxtweener:not(.flexbox) .col-xl-10, html.flexboxtweener:not(.flexbox) .col-xl-11, html.flexboxtweener:not(.flexbox) .col-xl-12 {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
  @media (min-width: 992px) {
    /* line 5, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
    html.flexboxtweener:not(.flexbox) .col-xs-1, html.flexboxtweener:not(.flexbox) .col-xs-2, html.flexboxtweener:not(.flexbox) .col-xs-3, html.flexboxtweener:not(.flexbox) .col-xs-4, html.flexboxtweener:not(.flexbox) .col-xs-5, html.flexboxtweener:not(.flexbox) .col-xs-6, html.flexboxtweener:not(.flexbox) .col-xs-7, html.flexboxtweener:not(.flexbox) .col-xs-8, html.flexboxtweener:not(.flexbox) .col-xs-9, html.flexboxtweener:not(.flexbox) .col-xs-10, html.flexboxtweener:not(.flexbox) .col-xs-11, html.flexboxtweener:not(.flexbox) .col-xs-12, html.flexboxtweener:not(.flexbox) .col-sm-1, html.flexboxtweener:not(.flexbox) .col-sm-2, html.flexboxtweener:not(.flexbox) .col-sm-3, html.flexboxtweener:not(.flexbox) .col-sm-4, html.flexboxtweener:not(.flexbox) .col-sm-5, html.flexboxtweener:not(.flexbox) .col-sm-6, html.flexboxtweener:not(.flexbox) .col-sm-7, html.flexboxtweener:not(.flexbox) .col-sm-8, html.flexboxtweener:not(.flexbox) .col-sm-9, html.flexboxtweener:not(.flexbox) .col-sm-10, html.flexboxtweener:not(.flexbox) .col-sm-11, html.flexboxtweener:not(.flexbox) .col-sm-12, html.flexboxtweener:not(.flexbox) .col-md-1, html.flexboxtweener:not(.flexbox) .col-md-2, html.flexboxtweener:not(.flexbox) .col-md-3, html.flexboxtweener:not(.flexbox) .col-md-4, html.flexboxtweener:not(.flexbox) .col-md-5, html.flexboxtweener:not(.flexbox) .col-md-6, html.flexboxtweener:not(.flexbox) .col-md-7, html.flexboxtweener:not(.flexbox) .col-md-8, html.flexboxtweener:not(.flexbox) .col-md-9, html.flexboxtweener:not(.flexbox) .col-md-10, html.flexboxtweener:not(.flexbox) .col-md-11, html.flexboxtweener:not(.flexbox) .col-md-12, html.flexboxtweener:not(.flexbox) .col-lg-1, html.flexboxtweener:not(.flexbox) .col-lg-2, html.flexboxtweener:not(.flexbox) .col-lg-3, html.flexboxtweener:not(.flexbox) .col-lg-4, html.flexboxtweener:not(.flexbox) .col-lg-5, html.flexboxtweener:not(.flexbox) .col-lg-6, html.flexboxtweener:not(.flexbox) .col-lg-7, html.flexboxtweener:not(.flexbox) .col-lg-8, html.flexboxtweener:not(.flexbox) .col-lg-9, html.flexboxtweener:not(.flexbox) .col-lg-10, html.flexboxtweener:not(.flexbox) .col-lg-11, html.flexboxtweener:not(.flexbox) .col-lg-12, html.flexboxtweener:not(.flexbox) .col-xl-1, html.flexboxtweener:not(.flexbox) .col-xl-2, html.flexboxtweener:not(.flexbox) .col-xl-3, html.flexboxtweener:not(.flexbox) .col-xl-4, html.flexboxtweener:not(.flexbox) .col-xl-5, html.flexboxtweener:not(.flexbox) .col-xl-6, html.flexboxtweener:not(.flexbox) .col-xl-7, html.flexboxtweener:not(.flexbox) .col-xl-8, html.flexboxtweener:not(.flexbox) .col-xl-9, html.flexboxtweener:not(.flexbox) .col-xl-10, html.flexboxtweener:not(.flexbox) .col-xl-11, html.flexboxtweener:not(.flexbox) .col-xl-12, html.flexboxtweener:not(.flexbox) .col-xs, html.flexboxtweener:not(.flexbox) .col-sm, html.flexboxtweener:not(.flexbox) .col-md, html.flexboxtweener:not(.flexbox) .col-lg, html.flexboxtweener:not(.flexbox) .col-xl, html.flexboxtweener:not(.flexbox) .col-xs, html.flexboxtweener:not(.flexbox) .col-xs-1, html.flexboxtweener:not(.flexbox) .col-xs-2, html.flexboxtweener:not(.flexbox) .col-xs-3, html.flexboxtweener:not(.flexbox) .col-xs-4, html.flexboxtweener:not(.flexbox) .col-xs-5, html.flexboxtweener:not(.flexbox) .col-xs-6, html.flexboxtweener:not(.flexbox) .col-xs-7, html.flexboxtweener:not(.flexbox) .col-xs-8, html.flexboxtweener:not(.flexbox) .col-xs-9, html.flexboxtweener:not(.flexbox) .col-xs-10, html.flexboxtweener:not(.flexbox) .col-xs-11, html.flexboxtweener:not(.flexbox) .col-xs-12, html.flexboxtweener:not(.flexbox) .col-sm, html.flexboxtweener:not(.flexbox) .col-sm-1, html.flexboxtweener:not(.flexbox) .col-sm-2, html.flexboxtweener:not(.flexbox) .col-sm-3, html.flexboxtweener:not(.flexbox) .col-sm-4, html.flexboxtweener:not(.flexbox) .col-sm-5, html.flexboxtweener:not(.flexbox) .col-sm-6, html.flexboxtweener:not(.flexbox) .col-sm-7, html.flexboxtweener:not(.flexbox) .col-sm-8, html.flexboxtweener:not(.flexbox) .col-sm-9, html.flexboxtweener:not(.flexbox) .col-sm-10, html.flexboxtweener:not(.flexbox) .col-sm-11, html.flexboxtweener:not(.flexbox) .col-sm-12, html.flexboxtweener:not(.flexbox) .col-md, html.flexboxtweener:not(.flexbox) .col-md-1, html.flexboxtweener:not(.flexbox) .col-md-2, html.flexboxtweener:not(.flexbox) .col-md-3, html.flexboxtweener:not(.flexbox) .col-md-4, html.flexboxtweener:not(.flexbox) .col-md-5, html.flexboxtweener:not(.flexbox) .col-md-6, html.flexboxtweener:not(.flexbox) .col-md-7, html.flexboxtweener:not(.flexbox) .col-md-8, html.flexboxtweener:not(.flexbox) .col-md-9, html.flexboxtweener:not(.flexbox) .col-md-10, html.flexboxtweener:not(.flexbox) .col-md-11, html.flexboxtweener:not(.flexbox) .col-md-12, html.flexboxtweener:not(.flexbox) .col-lg, html.flexboxtweener:not(.flexbox) .col-lg-1, html.flexboxtweener:not(.flexbox) .col-lg-2, html.flexboxtweener:not(.flexbox) .col-lg-3, html.flexboxtweener:not(.flexbox) .col-lg-4, html.flexboxtweener:not(.flexbox) .col-lg-5, html.flexboxtweener:not(.flexbox) .col-lg-6, html.flexboxtweener:not(.flexbox) .col-lg-7, html.flexboxtweener:not(.flexbox) .col-lg-8, html.flexboxtweener:not(.flexbox) .col-lg-9, html.flexboxtweener:not(.flexbox) .col-lg-10, html.flexboxtweener:not(.flexbox) .col-lg-11, html.flexboxtweener:not(.flexbox) .col-lg-12, html.flexboxtweener:not(.flexbox) .col-xl, html.flexboxtweener:not(.flexbox) .col-xl-1, html.flexboxtweener:not(.flexbox) .col-xl-2, html.flexboxtweener:not(.flexbox) .col-xl-3, html.flexboxtweener:not(.flexbox) .col-xl-4, html.flexboxtweener:not(.flexbox) .col-xl-5, html.flexboxtweener:not(.flexbox) .col-xl-6, html.flexboxtweener:not(.flexbox) .col-xl-7, html.flexboxtweener:not(.flexbox) .col-xl-8, html.flexboxtweener:not(.flexbox) .col-xl-9, html.flexboxtweener:not(.flexbox) .col-xl-10, html.flexboxtweener:not(.flexbox) .col-xl-11, html.flexboxtweener:not(.flexbox) .col-xl-12 {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
  @media (min-width: 1200px) {
    /* line 5, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
    html.flexboxtweener:not(.flexbox) .col-xs-1, html.flexboxtweener:not(.flexbox) .col-xs-2, html.flexboxtweener:not(.flexbox) .col-xs-3, html.flexboxtweener:not(.flexbox) .col-xs-4, html.flexboxtweener:not(.flexbox) .col-xs-5, html.flexboxtweener:not(.flexbox) .col-xs-6, html.flexboxtweener:not(.flexbox) .col-xs-7, html.flexboxtweener:not(.flexbox) .col-xs-8, html.flexboxtweener:not(.flexbox) .col-xs-9, html.flexboxtweener:not(.flexbox) .col-xs-10, html.flexboxtweener:not(.flexbox) .col-xs-11, html.flexboxtweener:not(.flexbox) .col-xs-12, html.flexboxtweener:not(.flexbox) .col-sm-1, html.flexboxtweener:not(.flexbox) .col-sm-2, html.flexboxtweener:not(.flexbox) .col-sm-3, html.flexboxtweener:not(.flexbox) .col-sm-4, html.flexboxtweener:not(.flexbox) .col-sm-5, html.flexboxtweener:not(.flexbox) .col-sm-6, html.flexboxtweener:not(.flexbox) .col-sm-7, html.flexboxtweener:not(.flexbox) .col-sm-8, html.flexboxtweener:not(.flexbox) .col-sm-9, html.flexboxtweener:not(.flexbox) .col-sm-10, html.flexboxtweener:not(.flexbox) .col-sm-11, html.flexboxtweener:not(.flexbox) .col-sm-12, html.flexboxtweener:not(.flexbox) .col-md-1, html.flexboxtweener:not(.flexbox) .col-md-2, html.flexboxtweener:not(.flexbox) .col-md-3, html.flexboxtweener:not(.flexbox) .col-md-4, html.flexboxtweener:not(.flexbox) .col-md-5, html.flexboxtweener:not(.flexbox) .col-md-6, html.flexboxtweener:not(.flexbox) .col-md-7, html.flexboxtweener:not(.flexbox) .col-md-8, html.flexboxtweener:not(.flexbox) .col-md-9, html.flexboxtweener:not(.flexbox) .col-md-10, html.flexboxtweener:not(.flexbox) .col-md-11, html.flexboxtweener:not(.flexbox) .col-md-12, html.flexboxtweener:not(.flexbox) .col-lg-1, html.flexboxtweener:not(.flexbox) .col-lg-2, html.flexboxtweener:not(.flexbox) .col-lg-3, html.flexboxtweener:not(.flexbox) .col-lg-4, html.flexboxtweener:not(.flexbox) .col-lg-5, html.flexboxtweener:not(.flexbox) .col-lg-6, html.flexboxtweener:not(.flexbox) .col-lg-7, html.flexboxtweener:not(.flexbox) .col-lg-8, html.flexboxtweener:not(.flexbox) .col-lg-9, html.flexboxtweener:not(.flexbox) .col-lg-10, html.flexboxtweener:not(.flexbox) .col-lg-11, html.flexboxtweener:not(.flexbox) .col-lg-12, html.flexboxtweener:not(.flexbox) .col-xl-1, html.flexboxtweener:not(.flexbox) .col-xl-2, html.flexboxtweener:not(.flexbox) .col-xl-3, html.flexboxtweener:not(.flexbox) .col-xl-4, html.flexboxtweener:not(.flexbox) .col-xl-5, html.flexboxtweener:not(.flexbox) .col-xl-6, html.flexboxtweener:not(.flexbox) .col-xl-7, html.flexboxtweener:not(.flexbox) .col-xl-8, html.flexboxtweener:not(.flexbox) .col-xl-9, html.flexboxtweener:not(.flexbox) .col-xl-10, html.flexboxtweener:not(.flexbox) .col-xl-11, html.flexboxtweener:not(.flexbox) .col-xl-12, html.flexboxtweener:not(.flexbox) .col-xs, html.flexboxtweener:not(.flexbox) .col-sm, html.flexboxtweener:not(.flexbox) .col-md, html.flexboxtweener:not(.flexbox) .col-lg, html.flexboxtweener:not(.flexbox) .col-xl, html.flexboxtweener:not(.flexbox) .col-xs, html.flexboxtweener:not(.flexbox) .col-xs-1, html.flexboxtweener:not(.flexbox) .col-xs-2, html.flexboxtweener:not(.flexbox) .col-xs-3, html.flexboxtweener:not(.flexbox) .col-xs-4, html.flexboxtweener:not(.flexbox) .col-xs-5, html.flexboxtweener:not(.flexbox) .col-xs-6, html.flexboxtweener:not(.flexbox) .col-xs-7, html.flexboxtweener:not(.flexbox) .col-xs-8, html.flexboxtweener:not(.flexbox) .col-xs-9, html.flexboxtweener:not(.flexbox) .col-xs-10, html.flexboxtweener:not(.flexbox) .col-xs-11, html.flexboxtweener:not(.flexbox) .col-xs-12, html.flexboxtweener:not(.flexbox) .col-sm, html.flexboxtweener:not(.flexbox) .col-sm-1, html.flexboxtweener:not(.flexbox) .col-sm-2, html.flexboxtweener:not(.flexbox) .col-sm-3, html.flexboxtweener:not(.flexbox) .col-sm-4, html.flexboxtweener:not(.flexbox) .col-sm-5, html.flexboxtweener:not(.flexbox) .col-sm-6, html.flexboxtweener:not(.flexbox) .col-sm-7, html.flexboxtweener:not(.flexbox) .col-sm-8, html.flexboxtweener:not(.flexbox) .col-sm-9, html.flexboxtweener:not(.flexbox) .col-sm-10, html.flexboxtweener:not(.flexbox) .col-sm-11, html.flexboxtweener:not(.flexbox) .col-sm-12, html.flexboxtweener:not(.flexbox) .col-md, html.flexboxtweener:not(.flexbox) .col-md-1, html.flexboxtweener:not(.flexbox) .col-md-2, html.flexboxtweener:not(.flexbox) .col-md-3, html.flexboxtweener:not(.flexbox) .col-md-4, html.flexboxtweener:not(.flexbox) .col-md-5, html.flexboxtweener:not(.flexbox) .col-md-6, html.flexboxtweener:not(.flexbox) .col-md-7, html.flexboxtweener:not(.flexbox) .col-md-8, html.flexboxtweener:not(.flexbox) .col-md-9, html.flexboxtweener:not(.flexbox) .col-md-10, html.flexboxtweener:not(.flexbox) .col-md-11, html.flexboxtweener:not(.flexbox) .col-md-12, html.flexboxtweener:not(.flexbox) .col-lg, html.flexboxtweener:not(.flexbox) .col-lg-1, html.flexboxtweener:not(.flexbox) .col-lg-2, html.flexboxtweener:not(.flexbox) .col-lg-3, html.flexboxtweener:not(.flexbox) .col-lg-4, html.flexboxtweener:not(.flexbox) .col-lg-5, html.flexboxtweener:not(.flexbox) .col-lg-6, html.flexboxtweener:not(.flexbox) .col-lg-7, html.flexboxtweener:not(.flexbox) .col-lg-8, html.flexboxtweener:not(.flexbox) .col-lg-9, html.flexboxtweener:not(.flexbox) .col-lg-10, html.flexboxtweener:not(.flexbox) .col-lg-11, html.flexboxtweener:not(.flexbox) .col-lg-12, html.flexboxtweener:not(.flexbox) .col-xl, html.flexboxtweener:not(.flexbox) .col-xl-1, html.flexboxtweener:not(.flexbox) .col-xl-2, html.flexboxtweener:not(.flexbox) .col-xl-3, html.flexboxtweener:not(.flexbox) .col-xl-4, html.flexboxtweener:not(.flexbox) .col-xl-5, html.flexboxtweener:not(.flexbox) .col-xl-6, html.flexboxtweener:not(.flexbox) .col-xl-7, html.flexboxtweener:not(.flexbox) .col-xl-8, html.flexboxtweener:not(.flexbox) .col-xl-9, html.flexboxtweener:not(.flexbox) .col-xl-10, html.flexboxtweener:not(.flexbox) .col-xl-11, html.flexboxtweener:not(.flexbox) .col-xl-12 {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
/* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .col-xs {
  -ms-flex: 1 0 0px;
  max-width: 100%; }
/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .col-xs-1 {
  -ms-flex: 0 0 8.33333%;
  max-width: 8.33333%; }
/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .col-xs-2 {
  -ms-flex: 0 0 16.66667%;
  max-width: 16.66667%; }
/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .col-xs-3 {
  -ms-flex: 0 0 25%;
  max-width: 25%; }
/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .col-xs-4 {
  -ms-flex: 0 0 33.33333%;
  max-width: 33.33333%; }
/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .col-xs-5 {
  -ms-flex: 0 0 41.66667%;
  max-width: 41.66667%; }
/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .col-xs-6 {
  -ms-flex: 0 0 50%;
  max-width: 50%; }
/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .col-xs-7 {
  -ms-flex: 0 0 58.33333%;
  max-width: 58.33333%; }
/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .col-xs-8 {
  -ms-flex: 0 0 66.66667%;
  max-width: 66.66667%; }
/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .col-xs-9 {
  -ms-flex: 0 0 75%;
  max-width: 75%; }
/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .col-xs-10 {
  -ms-flex: 0 0 83.33333%;
  max-width: 83.33333%; }
/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .col-xs-11 {
  -ms-flex: 0 0 91.66667%;
  max-width: 91.66667%; }
/* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .col-xs-12 {
  -ms-flex: 0 0 100%;
  max-width: 100%; }
/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .pull-xs-0 {
  right: auto; }
/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .pull-xs-1 {
  right: 8.33333%; }
/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .pull-xs-2 {
  right: 16.66667%; }
/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .pull-xs-3 {
  right: 25%; }
/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .pull-xs-4 {
  right: 33.33333%; }
/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .pull-xs-5 {
  right: 41.66667%; }
/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .pull-xs-6 {
  right: 50%; }
/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .pull-xs-7 {
  right: 58.33333%; }
/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .pull-xs-8 {
  right: 66.66667%; }
/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .pull-xs-9 {
  right: 75%; }
/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .pull-xs-10 {
  right: 83.33333%; }
/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .pull-xs-11 {
  right: 91.66667%; }
/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .pull-xs-12 {
  right: 100%; }
/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .push-xs-0 {
  left: auto; }
/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .push-xs-1 {
  left: 8.33333%; }
/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .push-xs-2 {
  left: 16.66667%; }
/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .push-xs-3 {
  left: 25%; }
/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .push-xs-4 {
  left: 33.33333%; }
/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .push-xs-5 {
  left: 41.66667%; }
/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .push-xs-6 {
  left: 50%; }
/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .push-xs-7 {
  left: 58.33333%; }
/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .push-xs-8 {
  left: 66.66667%; }
/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .push-xs-9 {
  left: 75%; }
/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .push-xs-10 {
  left: 83.33333%; }
/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .push-xs-11 {
  left: 91.66667%; }
/* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .push-xs-12 {
  left: 100%; }
/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .offset-xs-1 {
  margin-left: 8.33333%; }
/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .offset-xs-2 {
  margin-left: 16.66667%; }
/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .offset-xs-3 {
  margin-left: 25%; }
/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .offset-xs-4 {
  margin-left: 33.33333%; }
/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .offset-xs-5 {
  margin-left: 41.66667%; }
/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .offset-xs-6 {
  margin-left: 50%; }
/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .offset-xs-7 {
  margin-left: 58.33333%; }
/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .offset-xs-8 {
  margin-left: 66.66667%; }
/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .offset-xs-9 {
  margin-left: 75%; }
/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .offset-xs-10 {
  margin-left: 83.33333%; }
/* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
html.flexboxtweener:not(.flexbox) .offset-xs-11 {
  margin-left: 91.66667%; }
@media (min-width: 544px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-sm {
    -ms-flex: 1 0 0px;
    max-width: 100%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-sm-3 {
    -ms-flex: 0 0 25%;
    max-width: 25%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-sm-6 {
    -ms-flex: 0 0 50%;
    max-width: 50%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-sm-9 {
    -ms-flex: 0 0 75%;
    max-width: 75%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-sm-12 {
    -ms-flex: 0 0 100%;
    max-width: 100%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-sm-0 {
    right: auto; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-sm-1 {
    right: 8.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-sm-2 {
    right: 16.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-sm-3 {
    right: 25%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-sm-4 {
    right: 33.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-sm-5 {
    right: 41.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-sm-6 {
    right: 50%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-sm-7 {
    right: 58.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-sm-8 {
    right: 66.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-sm-9 {
    right: 75%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-sm-10 {
    right: 83.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-sm-11 {
    right: 91.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-sm-12 {
    right: 100%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-sm-0 {
    left: auto; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-sm-1 {
    left: 8.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-sm-2 {
    left: 16.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-sm-3 {
    left: 25%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-sm-4 {
    left: 33.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-sm-5 {
    left: 41.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-sm-6 {
    left: 50%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-sm-7 {
    left: 58.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-sm-8 {
    left: 66.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-sm-9 {
    left: 75%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-sm-10 {
    left: 83.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-sm-11 {
    left: 91.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-sm-12 {
    left: 100%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-sm-0 {
    margin-left: 0%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-sm-1 {
    margin-left: 8.33333%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-sm-2 {
    margin-left: 16.66667%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-sm-3 {
    margin-left: 25%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-sm-4 {
    margin-left: 33.33333%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-sm-5 {
    margin-left: 41.66667%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-sm-6 {
    margin-left: 50%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-sm-7 {
    margin-left: 58.33333%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-sm-8 {
    margin-left: 66.66667%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-sm-9 {
    margin-left: 75%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-sm-10 {
    margin-left: 83.33333%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-sm-11 {
    margin-left: 91.66667%; } }
@media (min-width: 768px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-md {
    -ms-flex: 1 0 0px;
    max-width: 100%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-md-3 {
    -ms-flex: 0 0 25%;
    max-width: 25%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-md-6 {
    -ms-flex: 0 0 50%;
    max-width: 50%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-md-9 {
    -ms-flex: 0 0 75%;
    max-width: 75%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-md-12 {
    -ms-flex: 0 0 100%;
    max-width: 100%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-md-0 {
    right: auto; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-md-1 {
    right: 8.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-md-2 {
    right: 16.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-md-3 {
    right: 25%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-md-4 {
    right: 33.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-md-5 {
    right: 41.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-md-6 {
    right: 50%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-md-7 {
    right: 58.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-md-8 {
    right: 66.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-md-9 {
    right: 75%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-md-10 {
    right: 83.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-md-11 {
    right: 91.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-md-12 {
    right: 100%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-md-0 {
    left: auto; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-md-1 {
    left: 8.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-md-2 {
    left: 16.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-md-3 {
    left: 25%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-md-4 {
    left: 33.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-md-5 {
    left: 41.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-md-6 {
    left: 50%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-md-7 {
    left: 58.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-md-8 {
    left: 66.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-md-9 {
    left: 75%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-md-10 {
    left: 83.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-md-11 {
    left: 91.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-md-12 {
    left: 100%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-md-0 {
    margin-left: 0%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-md-1 {
    margin-left: 8.33333%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-md-2 {
    margin-left: 16.66667%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-md-3 {
    margin-left: 25%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-md-4 {
    margin-left: 33.33333%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-md-5 {
    margin-left: 41.66667%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-md-6 {
    margin-left: 50%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-md-7 {
    margin-left: 58.33333%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-md-8 {
    margin-left: 66.66667%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-md-9 {
    margin-left: 75%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-md-10 {
    margin-left: 83.33333%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-md-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-lg {
    -ms-flex: 1 0 0px;
    max-width: 100%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-lg-3 {
    -ms-flex: 0 0 25%;
    max-width: 25%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-lg-6 {
    -ms-flex: 0 0 50%;
    max-width: 50%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-lg-9 {
    -ms-flex: 0 0 75%;
    max-width: 75%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-lg-12 {
    -ms-flex: 0 0 100%;
    max-width: 100%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-lg-0 {
    right: auto; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-lg-1 {
    right: 8.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-lg-2 {
    right: 16.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-lg-3 {
    right: 25%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-lg-4 {
    right: 33.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-lg-5 {
    right: 41.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-lg-6 {
    right: 50%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-lg-7 {
    right: 58.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-lg-8 {
    right: 66.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-lg-9 {
    right: 75%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-lg-10 {
    right: 83.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-lg-11 {
    right: 91.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-lg-12 {
    right: 100%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-lg-0 {
    left: auto; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-lg-1 {
    left: 8.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-lg-2 {
    left: 16.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-lg-3 {
    left: 25%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-lg-4 {
    left: 33.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-lg-5 {
    left: 41.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-lg-6 {
    left: 50%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-lg-7 {
    left: 58.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-lg-8 {
    left: 66.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-lg-9 {
    left: 75%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-lg-10 {
    left: 83.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-lg-11 {
    left: 91.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-lg-12 {
    left: 100%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-lg-0 {
    margin-left: 0%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-lg-1 {
    margin-left: 8.33333%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-lg-2 {
    margin-left: 16.66667%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-lg-3 {
    margin-left: 25%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-lg-4 {
    margin-left: 33.33333%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-lg-5 {
    margin-left: 41.66667%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-lg-6 {
    margin-left: 50%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-lg-7 {
    margin-left: 58.33333%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-lg-8 {
    margin-left: 66.66667%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-lg-9 {
    margin-left: 75%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-lg-10 {
    margin-left: 83.33333%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-lg-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1200px) {
  /* line 26, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-xl {
    -ms-flex: 1 0 0px;
    max-width: 100%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-xl-3 {
    -ms-flex: 0 0 25%;
    max-width: 25%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-xl-6 {
    -ms-flex: 0 0 50%;
    max-width: 50%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-xl-9 {
    -ms-flex: 0 0 75%;
    max-width: 75%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  /* line 32, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .col-xl-12 {
    -ms-flex: 0 0 100%;
    max-width: 100%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-xl-0 {
    right: auto; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-xl-1 {
    right: 8.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-xl-2 {
    right: 16.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-xl-3 {
    right: 25%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-xl-4 {
    right: 33.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-xl-5 {
    right: 41.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-xl-6 {
    right: 50%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-xl-7 {
    right: 58.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-xl-8 {
    right: 66.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-xl-9 {
    right: 75%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-xl-10 {
    right: 83.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-xl-11 {
    right: 91.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .pull-xl-12 {
    right: 100%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-xl-0 {
    left: auto; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-xl-1 {
    left: 8.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-xl-2 {
    left: 16.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-xl-3 {
    left: 25%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-xl-4 {
    left: 33.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-xl-5 {
    left: 41.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-xl-6 {
    left: 50%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-xl-7 {
    left: 58.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-xl-8 {
    left: 66.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-xl-9 {
    left: 75%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-xl-10 {
    left: 83.33333%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-xl-11 {
    left: 91.66667%; }
  /* line 39, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .push-xl-12 {
    left: 100%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-xl-0 {
    margin-left: 0%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-xl-1 {
    margin-left: 8.33333%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-xl-2 {
    margin-left: 16.66667%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-xl-3 {
    margin-left: 25%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-xl-4 {
    margin-left: 33.33333%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-xl-5 {
    margin-left: 41.66667%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-xl-6 {
    margin-left: 50%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-xl-7 {
    margin-left: 58.33333%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-xl-8 {
    margin-left: 66.66667%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-xl-9 {
    margin-left: 75%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-xl-10 {
    margin-left: 83.33333%; }
  /* line 47, /data/givecorpssite/releases/20180805013725/app/assets/stylesheets/bootstrap4/legacy_browser_support/flexbox_tweener/mixins/_grid-framework.scss */
  html.flexboxtweener:not(.flexbox) .offset-xl-11 {
    margin-left: 91.66667%; } }
