
/* ***************************************************** */
    /* Canon Template Common Styles                          */
    /* ***************************************************** */
    
    /* Text */
    .t-bold {
        font-weight:700;
    }
    .t-left {
        text-align:left;
    }
    .t-center {
        text-align:center;
    }
    .t-right {
        text-align:right;
    }
    .t-center-override {
        text-align:left;
    }
    .t-uppercase {
        text-transform: uppercase;   
    }
    .t-capitalize {
        text-transform:capitalize;   
    }
    h1 {
        color:#e00;
        padding: 0px;
    }
    sup {
        vertical-align: super;
        font-size: smaller;
    }

    /* Background and Text Colors */
    .t-gray {
        color:#dddddd;
    }
    .t-red {
        color:#ee0000;
    }
    .t-gray-bg {
        background-color:#f3f3f3;
    }

    /* Borders */
    .t-border {
        border:1px solid #ddd;
    }
    .t-no-border {
        border:0px solid #ddd;
    }
    .t-border-straight {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
    }
    .t-border-rounded {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .t-no-right-radius {
        border-top-right-radius:0px;
        -moz-border-radius-topright:0px;
        -webkit-border-top-right-radius:0px;
        border-bottom-right-radius:0px;
        -moz-border-radius-bottomright:0px;
        -webkit-border-bottom-right-radius:0px;
    }
    .t-no-left-radius {
        border-top-left-radius:0px;
        -moz-border-radius-topleft:0px;
        -webkit-border-top-left-radius:0px;
        border-bottom-left-radius:0px;
        -moz-border-radius-bottomleft:0px;
        -webkit-border-bottom-left-radius:0px;
    }
    .t-no-top-radius {
        border-top-right-radius:0px;
        -moz-border-radius-topright:0px;
        -webkit-border-top-right-radius:0px;
        border-top-left-radius:0px;
        -moz-border-radius-topleft:0px;
        -webkit-border-top-left-radius:0px;
    }
    .t-no-top-radius {
        border-bottom-right-radius:0px;
        -moz-border-radius-bottomright:0px;
        -webkit-border-bottom-right-radius:0px;
        border-bottom-left-radius:0px;
        -moz-border-radius-bottomleft:0px;
        -webkit-border-bottom-left-radius:0px;
    }

    /* Link */
    .t-link, .t-link-block {
        color:#ee0000;
        text-decoration: none;
        display:inline-block;
        margin:0px;
    }
    .t-link-block {
        display:block;
    }
    .t-link:hover, .t-link-block:hover {
        color:#ff0000;
        text-decoration: underline;
    }

    /* Form */
    .t-input, .t-input-search {
        width:100%;
        height:auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #ddd;
        padding:5px 10px;
        margin:10px 0px;
        background-color:#f3f3f3;
    }
    .t-input-search {
        background-image: url("http://shop.usa.canon.com/estore/marketing/2014_REDESIGN/Header/srch.png");
        background-position:right 10px center;
        background-repeat:no-repeat;
        padding:5px 20px 5px 10px;
    }

    /* Image */
    .t-img, .t-img-bg {
        width:100%;
        height:auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .t-img-bg {
        background-position:center;
        background-repeat:no-repeat;
        background-size:cover;
    }

    /* Containers */
    .t-container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        border:20px solid transparent;
    }
    .t-hero {
        display: table;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    .t-hero-left, .t-hero-right, .t-hero-img, .t-img-container, .t-hero-video {
        display: table-cell;
        vertical-align:middle;
        padding: 0%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    .t-c-button {
        text-align:center;
        margin: 10px;
    }
    .t-heading {
        font-size:160% !important;
        font-weight:700;
        width:100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    iframe {
        display: block;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    /* Botton */
    .t-button {
        display: inline-block;
        background-color: #B00401;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#F44F50), to(#B00401));
        background-image: linear-gradient(to bottom, #F44F50, #B00401);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#F44F50', endColorStr='#B00401')";
        min-width: 100px;
        max-width: 90%;
        line-height: 30px;
        min-height: 30px;
        text-align: center;
        color: #fff;
        font-size: 1em;
        margin:0 auto;
        padding:0px 20px;
        text-transform: uppercase;
    }

    /* Video */
    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 0px;
        height: 0;
    }
    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /* Responsive Stuff */
    .hidden-a, .hidden-b, .hidden-c {
        display:block;
    }
    @media only screen and (min-width:1281px) {
        .hidden-c {
            display:none;
        }
    }
    @media only screen and (min-width:601px) and (max-width:1280px) {
        .hidden-b {
            display:none;
        }
    }
    @media only screen and (max-width:600px) {
        .hidden-a {
            display:none;
        }
    }

    /* ***************************************************** */
    /* Disclaimer                                            */
    /* ***************************************************** */
    
    .t-disclaimer .row {
        padding:0px; /* get rid of default padding */
        border: 0px solid #ddd;
        border-top-width:1px;
        margin:20 auto;
    }
    .t-disclaimer  .t-hero {
        min-height: 40px;
        padding-bottom:40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    @media only screen and (min-width:1281px) {
        .t-disclaimer  .t-c-1 {
            font-size: 100%;
            line-height: 120%;
            font-weight: 700;
            padding:20px 20px 0px 20px;
        }
        .t-disclaimer  .t-c-2 {
            font-size: 100%;
            line-height: 120%;
            font-weight: 400;
            padding:20px 20px 0px 20px;
        }
    }
    @media only screen and (min-width:601px) and (max-width:1280px) {
        .t-disclaimer  .t-c-1 {
            font-size: 120%;
            line-height: 120%;
            font-weight: 700;
            padding:20px 20px 0px 20px;
        }
        .t-disclaimer .t-c-2 {
            font-size: 100%;
            line-height: 120%;
            font-weight: 400;
            padding:20px 20px 0px 20px;
        }
    }
    @media only screen and (max-width:600px) {
        .t-disclaimer .t-container {
            border:10px solid transparent;
        }
        .t-disclaimer  .t-c-1 {
            font-size: 120%;
            line-height: 120%;
            font-weight: 700;
            padding:10px 0px 0px 0px;
        }
        .t-disclaimer .t-c-2 {
            font-size: 100%;
            line-height: 120%;
            font-weight: 400;
            padding:10px 0px 0px 0px;
        }
    }