/* Print Styles */

@page {        
        size: letter portrait;   /* auto is the initial value */
        margin: 0mm!important;  /* this affects the margin in the printer settings */
    }

@media print {

  html, body {
  /*padding:0;
  margin:0;
  height:auto;*/
  width:100%;  
  max-width:100%;
  margin:auto;
  }
  #masthead .row {margin: auto;}
  .logobug {background-image: url(css/images/logo-bug-fallback.png);}



  /*zurb foundation overrides*/


  #masthead nav,
  .menu {display:none!important;height:0px!important;padding:0px!important; margin:0px!important;}

  .top-bar {border-bottom: 0px solid #00b140; }
  #masthead {
    background: url("../../../wp-content/uploads/Aga-Khan-Foundation-logo.png")!important;
    background-size: auto;
    background-repeat: no-repeat!important;
    background-position-x: center!important;
    height: 200px;
  }
#akfusa {
    margin-top: 200px;
}
.home .vc_custom_1501812528545 {background-repeat:no-repeat!important;}
#major-initiative h1 {color:#ffffff!important;}


  a[href]:after {
    content: none !important;
  }

  html, body {overflow-y: auto; overflow-x:auto; height:auto;}

  .logobug, body {-webkit-print-color-adjust:exact;}

 
  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }


}
