body {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}    
body.full {
    background-color: #fff;
}
#wrapper {
    -webkit-transform: none !important;
}
.gi {
    font: 16px/1.5 Georgia,Palatino,"Book Antiqua","Times New Roman",serif;
    width: 960px;
    color: #111;
    margin: 0 auto;
    position: relative;
}
.gi *:focus {
    outline: none;
}
.gi .noselect {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.gi .mobile {
    display: none !important;
}
.gi .desktop {
    display: inline-block !important;
}
.gi a {
    color: #ff0000;
    text-decoration: none;
}
.gi a:hover {
    color: #ff0000;
    text-decoration: none;
}
.gi a:visited {
    text-decoration: none;
}
.gi p {
    margin-top: 16px;
    position: relative;
}
.gi .dropcap {
    color: #000000;
    float: left;
    font: 82px/66px "PrattRegular",Georgia,Palatino,"Book Antiqua","Times New Roman",serif;
    padding-right: 6px;
    padding-top: 6px;
}
.gi .red {
    color: #da161f;
}
.gi ul {
    margin: 0 0 0 158px;
    width: 360px;
    list-style-type: disc !important;
    padding: 0 !important;
    list-style-position: outside !important;
}
.gi ul a {
    color: #000 !important;
}
.gi li {
    margin-bottom: 5px !important;
    padding-left: 3px;
    list-style-type: disc !important;
}
.gi header {
    height: 30px;
    z-index: 1;
    background-color: white;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    padding-top: 18px;
}
.gi header img {
    margin: 0 3px 0 0;
}
.gi header .label {
    font: 15px/14px "PrattHeavy",Georgia,Palatino,"Book Antiqua","Times New Roman",serif;
    display: inline-block;
    vertical-align: top;
    margin: 3px 0 0 0;
    -webkit-font-smoothing: antialiased;
}
.gi header nav {
    float: right;
    font: 13px/15px "PrattHeavy",Georgia,Palatino,"Book Antiqua","Times New Roman",serif;
}
.gi header .mobile-nav {
    display: none;
}
.gi header ul {
    display: block;
    margin: 0 !important;
    width: 100%;
}
.gi header nav li {
    font-size: 13px;
    margin: 3px 0 0 24px;
    list-style-type: none !important;
}
/*adjust for webkit*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .gi header nav li {
        /*line-height: 24px;*/
    }
}
.gi header nav li.sub {
    margin-left: 7px;
}
.gi header nav li.active a {
    color: #da161f !important;
}
.gi header a {
    color: #000 !important;
}
.gi header a:hover {
    color: #da161f;
    text-decoration: none;
}
.gi header.stuck {
    box-shadow: 0 5px 5px -4px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:  0 5px 5px -4px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    z-index: 2;
    width: 960px;
}
.gi .header {
    border-top: 1px solid #e5e5e5;
    padding-top: 45px;
    margin: 45px auto 28px;
    position: relative;
}
.gi .section.lead .header {
    border-top: none;
    padding-top: 0;
    margin: 50px auto 25px;
    position: relative;
    width: 960px;
}
.gi .header p {
    text-align: center;
    width: 520px;
    margin: 12px auto 0;
}
.gi .header h1 {
    font: 50px/0.85 "PrattRegular",Georgia,Palatino,"Book Antiqua","Times New Roman",serif;
    text-transform: uppercase;
    text-align: center;
    color: #222;
    letter-spacing: -0.5px;
}
.gi .section.lead .header h1 {
    font: 84px/0.85 "PrattRegular",Georgia,Palatino,"Book Antiqua","Times New Roman",serif;
    text-transform: uppercase;
    text-align: center;
    color: #222;
    letter-spacing: -1px;
}
.gi .section {
    margin: 0 auto 50px;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
}
.gi .section.lead {
    padding-top: 5px;
    border-top: none;
}
.gi .section.noart {
    padding-top: 20px;
}
.gi .media {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.gi .media.sm {
    position: relative;
    width: 784px;
}
.gi .media:before {
    content: "";
    display: block;
    padding-top: 56.25%;  /* 16:9 ratio */
}
.gi .media.photo:before {
    content: "";
    display: block;
    padding-top: 65%;
}
.gi .media-content {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.gi .media-content .photo {
    width: 100%;
}
.gi .media .media-content object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
}
.gi .media iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
}
.gi .video {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;    
}
.gi .body-photo {
    width: 960px;
    margin: 30px auto 0;
    overflow: hidden;
}
.gi .body-photo img {
    display: block;
    margin: 0 auto;
}
.gi .body-photo span.caption {
    text-align: left;
}
.gi .body-text {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}
.gi .body-text.lead {
    width: 960px;
    margin: 50px auto;
    padding-top: 25px;
    overflow: hidden;
    border-top: 1px solid #E5E5E5;
}
.gi .body-text .art {
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
    width: 680px;
    margin: 30px auto 30px;
    position: relative;
}
.gi .body-text img {
    display: block;
    margin: 0 auto;
}
.gi .body-text img.rule {
    border-bottom: 1px solid #E5E5E5;
}
.gi .body-text h2 {
    font: 68px/1 "PrattRegular",Georgia,Palatino,"Book Antiqua","Times New Roman",serif;
    letter-spacing: -2px;
    margin: 60px 0 1px 0;
    text-align: center;
}
.gi .body-text h3 {
    font: 30px/1 "PrattRegular",Georgia,Palatino,"Book Antiqua","Times New Roman",serif;
    letter-spacing: -1px;
    margin: 0;
    text-align: center;
}
.gi .body-text h4 {
    font: 20px/1.1 "PrattHeavy",Georgia,Palatino,"Book Antiqua","Times New Roman",serif;
    margin: 12px 0 15px 140px;
    display: inline-block;
}
.gi .inline-asset h4 {
    margin: 0 0 12px 0;
    font-size: 16px;
}
.gi .body-text h1.lead {
    margin-top: 40px;
}
.gi .body-text p {
    margin-left: 150px;
    width: 540px;
    -webkit-font-smoothing: antialiased;
}
.gi .body-text p.quote {
    font: 25px/1.15 "PrattHeavyItalic",Georgia,Palatino,"Book Antiqua","Times New Roman",serif;
    margin: 0 0 20px 140px;
    padding-bottom: 28px;
    width: 680px;
    border-bottom: 1px solid #E5E5E5;
}
.gi .body-text span.quote-attribution {
    display: inline-block;
    font: italic 13px/1.4 Georgia,Palatino,"Book Antiqua","Times New Roman",serif;
    vertical-align: middle;
    margin-top: 4px;
    color: #555;
}
.gi .inline-asset {
    clear: right;
    float: right;
    margin: 8px 140px 20px 40px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease; 
}
.gi .inline-asset.expandable {
    position: relative;
    z-index: 1;
}
.gi .inline-asset.wide {
    width: 440px;
}
.gi .inline-asset.narrow {
    width: 260px;
}
.gi .inline-asset.tiny {
    width: 250px;
    margin-right: 180px;
}
.gi .inline-asset.quote {
    width: 440px;
}
.gi .inline-asset img {
    margin: 0;
    width: 100%;
}
.gi .inline-asset.expanded {
    margin: 24px 0 0 0;
    width: 100%;  
}
.gi .asset {
    overflow: hidden;
    position: relative;
}
.gi .inline-asset.expandable .asset {
    cursor: pointer;
}
.gi .asset .zoom {
    background: url("http://beta.images.theglobeandmail.com/static/templates/images/zoom-icon.png") no-repeat scroll 0 0 transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 21px;
    height: 22px;
}
.gi .inline-asset.expandable .asset:hover .zoom {
    background-position: -21px 0;
}
.gi .subhead {
    margin: 6px 0 0 150px;
    font: normal 13px/18px 'Open Sans', Arial, Helvetica, sans-serif;
    color: #777 !important;
    display: block;
    width: 540px;
}
.gi .caption {
    padding-top: 8px;
    font: bold 11px/17px Arial, Helvetica, sans-serif;
    display: block;
    width: 100%;
}
.gi .source {
    margin: 0 0 1px 150px;
    font: normal 10px/14px 'Open Sans', Arial, Helvetica, sans-serif;
    color: #777 !important;
    display: block;
    width: 540px;
    text-transform: uppercase;
}
.gi .sharing {
    width: 20px;
    position: relative;
    display: block;
    float: left;
    margin: 14px 0 0 10px;
}

/* SHARING */
.gi .share-cont {
    position: absolute;
    right: 0;
    bottom: 10px;
}
.gi .share-label {
    font: bold 10px/16px Arial,Helvetica,sans-serif;
    display: block;
    text-align: center;
    color: #333;
    margin-bottom: 3px;
}
.gi .share {
    margin: 0 auto;
    display: block;
    width: 84px;
}
.gi .share .gig-bar-container img {
    width: 22px;
    height: 22px;
}
.gi .share div.gig-button-container {
    padding: 0 3px 0 3px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.gi .share li {
    display: inline-block;
    margin-left: 8px;
}
.gi .share img {
    margin: 0;
}
.gi .share.vertical {
    position: absolute;
    top: 0;
    right: -32px;
}
.gi .share.header-vertical {
    position: absolute;
    top: 50px;
    right: -32px;
}
.gi .credits {
    color: #999;
    font: normal 10px Arial, Helvetica, sans-serif;
    margin-top: 80px;
}
.gi .map {
    width:260px;
    height:250px;
}

/* ADS */
.gi .ad {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
    text-align: center;
    padding: 10px 0 26px 0;
    text-align: center;
    background-color: #f7f7f7;
    margin: 28px 0 26px 0;
    display: inline-block;
}
.gi .ad.leaderboard {
    height: 105px;
}
.gi .ad .label {
    font: normal 9px/11px Arial, Helvetica, sans-serif;
    color: #b3b3b3;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
}
.gi .ad iframe {
    display: block;
    margin: 0 auto;
}
.gi .ad img {
    display: block;
    margin: 0 auto;
}
.gi .ad object {
    display: block;
    margin: 0 auto;
}   

/* Smartphones (portrait and landscape) -------------------- */
@media screen and (max-width: 480px) {

    body {
        min-width: 0 !important;
        width: auto;
    }
    .gi {
        width: auto !important;
        margin: 0 !important;
        font: normal 17px/23px Georgia,Palatino,"Book Antiqua","Times New Roman",serif;
        -webkit-text-size-adjust: none;
    }
    .gi .mobile {
        display: inline-block !important;
    }
    .gi .desktop {
        display: none !important;
    }
    .gi .dropcap {
        font: 80px/63px "PrattRegular",Georgia,Palatino,"Book Antiqua","Times New Roman",serif;
        padding-right: 5px;
    }
    .gi li {
        margin-bottom: 8px !important;
        padding-left: 0;
    }    
    .gi header {
        /*display: none !important;*/
        padding-top: 10px;
    }
    .gi header .nav {
        padding: 0;
    }
    .gi header.stuck .nav {
        padding: 0 0 0 10px;
    }
    .gi header ul {
        display: none;
    }
    .gi header nav {
        font-size: 13px;
        margin-left: 0px;
        float: left;
        clear: both;
        position: relative;
        top: 10px;
        list-style-type: disc !important; 
    }
    .gi header nav li {
        float: none;
        margin: 0 0 12px 0 !important;
        padding: 0;
        font: 18px/22px "PrattHeavy",Georgia,Palatino,"Book Antiqua","Times New Roman",serif;
    }
    .gi header.stuck img {
        display: inline-block;
        margin-top: 1px;
    }
    .gi header h1 {
        display: none;
        margin-top: 6px;
    }
    .gi header.stuck h1 {
        display: inline-block;
    }  
    .gi header.stuck {
        box-shadow: 5px 5px 5px -4px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow:  5px 5px 5px -4px rgba(0, 0, 0, 0.08);
        position: fixed;
        width: 100%;
        top: 0;
        /*left: 0;*/
        margin-left: -10px;
        padding-right: 10px;
        z-index: 2;
        border-right: 1px solid #E5E5E5;
        border-bottom: 1px solid #E5E5E5;
    }
    .gi header .mobile-nav {
        display: block;
        float: left;
        padding: 10px;
        margin-top: -10px;
        margin-left: -10px;
    }
    .gi header.stuck .mobile-nav {
        margin-right: 0;
    }
    .gi header .mobile-nav a {
        background: url("http://beta.images.theglobeandmail.com/static/templates/images/mobile-nav-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        background-size: 22px 21px;
        display: inline-block;
        width: 22px;
        height: 22px;
        outline: medium none;
        text-indent: 9999px;
    }
    .gi header.expand {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
    }
    .gi header.stuck.expand {
        width: 100%;
        height: 100%;
        position: fixed;
    }
    .gi header .label {
        margin-top: 4px;
        display: none !important;
    }
    .gi header.stuck .label {
        margin-top: 4px;
        display: inline-block !important;
    }
    .gi header .h-title.mobile {
        display: none !important;
    }
    .gi header.stuck .h-title.mobile {
        display: inline-block !important;
    }
    .gi header .h-title.desktop {
        display: none !important;
    }

    .gi header img {
        margin: 0 1px 0 0;
    }
    .gi .section {
        width: 100%;
        margin-bottom: 20px;
    }
    .gi .section.lead {
        margin-bottom: 0;
    }    
    .gi .anim {
        height: 100%;
        background-size: cover;
    }
    .gi .body-photo {
        width: 100%;
    }
    .gi .body-photo img {
        width: 100%;
    }
    .gi .body-text img.narrow {
        margin-left: 0;
        width: 100%;
    }    
    .gi .body-text {
        width: 100%;
        padding-top: 25px;
        margin-bottom: 30px;
    }
    .gi .body-text.lead {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-top: 15px;
    }
    .gi .body-text p {
        margin-left: 0;
        width: 100%;
    }
    .gi .body-text h2 {
        font-size: 36px;
        line-height: .95;
        width: 100%;
        margin: 0;
    }    
    .gi .body-text h3 {
        width: 100%;
        margin: 3px 0 0 0;
        font-size: 19px;
    }
    .gi .asset .zoom {
        display: none;
    }
    .gi .inline-asset {
        clear: both;
        float: none;
        margin: 20px 0 20px 0;
    }  
    .gi .inline-asset.wide {
        width: 100%;
    }
    .gi .inline-asset.narrow {
        width: 100%;
        margin: 15px 0 15px 0;
    }
    .gi .inline-asset.tiny {
        width: 45%;
        float: right;
        margin: 0 0 0 16px;
    }
    .gi .inline-asset.quote {
        width: 100%;
    }
    .gi .body-text p.quote {
        float: none;
        font-size: 19px;
        line-height: 1.25 !important;
        margin: 0px !important;
        padding: 0 0 18px 0 !important;
        width: 100%;
    }    
    .gi ul {
        margin: 0 0 0 20px !important;
        width: auto;
    }
    .gi .share img {
        margin: 10px 5px 0 5px;
    }
    .gi .section.lead .header {
        width: 100%;
        margin-top: 25px;
    }    
    .gi .section.lead .header h1 {
        font: 54px/0.9 "PrattRegular",Georgia,Palatino,"Book Antiqua","Times New Roman",serif;
        width: 100%;
        margin-bottom: 2px;
        display: inline-block;
    }    
    .gi .header p {
        width: 100%;
        text-align: center;
    }
    .gi .header {
        width: 100%;
        padding-top: 25px;
        margin: 40px auto 18px;
    }
    .gi .media iframe {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
    }
    .gi .body-text iframe {
        width: 92% !important;
        position: relative;
        margin: 15px auto 10px !important;
        display: block;
    }
    .gi .media.sm {
        width: 100%;
    }
    .gi span.subhead {
        margin: 4px 0 0 0;
        font: normal 13px/18px 'Open Sans', Arial, Helvetica, sans-serif !important;
        width: 100%;
    }
    .gi .body-text img {
        margin: 0;
        width: 100%;
    }
    .gi span.source {
        margin: 0;
        width: 100%;
        line-height: 13px;
        font-size: 9px;
    }
    .gi .share.vote-horizontal {
        height: auto;
        margin: 0;
    }
    .gi .credits {
        margin-top: 30px;
    }
    .gi .body-text .art {
        width: 100%;
        margin: 16px 0 18px 0;
    }
    .gi .share a {
        margin: 0 3px 0 3px;
        float: left;
    }        
    .gi .share img {
        width: 22px;
        height: 22px;
    }    
    .gi .body-text span.quote-attribution {
      font-size: 11px;
      line-height: 1.5;
      margin-top: 3px;
    }
    .gi .map {
      width: 100%;
      height: 120px;
      /*display: none;*/
    }
    .gi .body-text h4 {
        font-size: 21px;
        margin: 10px 0 14px 0;
    }
    .gi .inline-asset h4 {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .gi .share-label {
      margin-bottom: 2px;
    }
    .gi .share-cont {
        padding: 2px 3px 6px 3px;
        background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba */
        background: rgba(255, 255, 255, .75);
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;          
    }    

}


/* Smartphones (portrait and landscape) -------------------- */
@media screen and (min-width: 321px) and (max-width : 480px) {

    .gi header nav li {
        margin: 0 0 3px 0 !important;
        font: 16px/20px "PrattHeavy",Georgia,Palatino,"Book Antiqua","Times New Roman",serif;
    }

}