﻿.header {
    background-color: #fff;
}

#subnavUL > .active > a {
    background-color: lightgray;
    color: #0078D7;
    font-weight: bold;
    font-size: 16px;
}

    #subnavUL > .active > a:hover {
        color: #28AAE1;
    }

#subnavUL > li > a {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}

    #subnavUL > li > a:hover {
        color: #28AAE1;
    }

#subnav {
    margin-bottom: 0;
    background: #22252E;
}

    #subnav.affix-top {
        position: relative;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    #subnav.affix {
        top: 0;
        width: 100%;
        z-index: 10;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

body {
    position: relative !important;
}

.navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
}

.white-box {
    background-color: #ffffff;
    height: 300px;
}

.dark-box1 {
    background-color: #5A5E69;
    height: 300px;
}

.dark-box2 {
    background-color: #404654;
    height: 300px;
}

.image-box {
    background: url('../Images/home/TigerLanding/tiger-shark.jpg') no-repeat center center;
    min-height: 660px; /*changed for better header image with slide in text*/
    -ms-background-size: cover;
    background-size: cover;
}

.contact-btn {
    width: 300px;
    text-align: center;
    text-transform: uppercase;
    background: #f1f1f1;
    color: #0078D7;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    padding: 10px;
    margin: 10px 0;
}

    .contact-btn:link {
        background: #f1f1f1;
        color: #0078D7;
        text-decoration: none;
    }

    .contact-btn:visited {
        background: #f1f1f1;
        color: #0078D7;
        text-decoration: none;
    }

    .contact-btn:hover {
        background: #f1f1f1;
        color: #0078D7;
    }

    .contact-btn:active {
        background: #f1f1f1;
        color: #0078D7;
    }

.gray-btn {
    width: 300px;
    text-align: center;
    text-transform: uppercase;
    background: #f1f1f1;
    color: #459DDA;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    padding: 10px;
    margin: 10px 0;
    display: none;
}

    .gray-btn:link {
        background: #f1f1f1;
        color: #459DDA;
        text-decoration: none;
    }

    .gray-btn:visited {
        background: #f1f1f1;
        color: #459DDA;
        text-decoration: none;
    }

    .gray-btn:hover {
        background: #f1f1f1;
        color: #459DDA;
    }

    .gray-btn:active {
        background: #f1f1f1;
        color: #459DDA;
    }


.blue-btn {
    width: 300px;
    text-align: center;
    text-transform: uppercase;
    color: #f1f1f1;
    background: #459DDA;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    padding: 10px;
    margin: 10px 0;
    display: none;
}

    .blue-btn:link {
        color: #f1f1f1;
        background: #459DDA;
        text-decoration: none;
    }

    .blue-btn:visited {
        color: #f1f1f1;
        background: #459DDA;
        text-decoration: none;
    }

    .blue-btn:hover {
        color: #f1f1f1;
        background: #459DDA;
    }

    .blue-btn:active {
        color: #f1f1f1;
        background: #459DDA;
    }

.center-content {
    -ms-transform: translate3d(40%,15%,0) !important;
    -webkit-transform: translate3d(40%,15%,0) !important;
    transform: translate3d(40%,15%,0) !important;
}

html, body {
    height: 100%;
}

h1.tiger-header {
    font-size: 70px;
    color: #ffffff;
    font-weight: bolder;
    letter-spacing: 5px;
    line-height: 70px;
    text-shadow: 2px 3px #000000;
}

h2.tiger-header {
    font-size: 34px;
    color: #ffffff;
    font-weight: bold;
    line-height: 34px;
    text-shadow: 2px 3px #000000;
}

h3.tiger-header {
    font-size: 65px;
    color: #ffffff;
    font-weight: bolder;
    letter-spacing: 5px;
    line-height: 65px;
    text-shadow: 2px 3px #000000;
}

h4.tiger-header {
    font-size: 22px;
    line-height: 22px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 2px 3px #000000;
}

.tiger-header-icon {
    font-size: 80px !important;
    color: white;
}

.icon-indicator {
    text-align: center;
    padding-top: 100px;
    -ms-transform: translate3d(8%,0,0);
    -webkit-transform: translate3d(8%,0,0);
    transform: translate3d(8%,0,0);
}

.section {
    height: auto;
    padding: 90px 0;
}

.ETU-ImgCenteringWrapper {
    text-align: right;
    padding-left: 25px;
    display: flex;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
}

.FI-ImgCenteringWrapper {
    text-align: left;
    padding-right: 25px;
    display: flex;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
}

.tariffImg {
    width: 100%;
    max-width: 800px;
    height: auto;
}

.easyToUse-content {
    text-align: left;
    padding-left: 20px;
}

    .easyToUse-content a.blue-btn {
        width: 450px;
        display: none;
    }

    .easyToUse-content h2 {
        font-size: 42px;
        font-weight: bold;
    }

    .easyToUse-content ul {
        list-style-image: url('../favicon.ico');
        vertical-align: middle;
        padding: 15px 20px 15px 22px;
    }

        .easyToUse-content ul li {
            line-height: 36px;
            font-size: 20px;
        }

.filingImprovements-content {
    text-align: left;
    padding-left: 40px;
    max-width: 700px;
    float: right;
}

    .filingImprovements-content a.blue-btn {
        width: 450px;
        display: none;
    }

    .filingImprovements-content h2 {
        font-size: 42px;
        font-weight: bold;
        color: #ffffff;
    }

    .filingImprovements-content ul {
        list-style-image: url('../favicon.ico');
        vertical-align: middle;
        padding: 15px 20px 15px 22px;
    }

        .filingImprovements-content ul li {
            line-height: 36px;
            font-size: 20px;
            color: #ffffff;
        }

.screencasts {
    background: url('../Images/home/TigerLanding/screencasts_header.jpg') no-repeat center center;
    min-height: 660px; /*changed for better header image with slide in text*/
    -ms-background-size: cover;
    background-size: cover;
    margin-bottom: 50px;
}

.legal {
    text-align: center;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
}

.screencastList-left {
    padding-left: 0 !important;
}

.screencastList-right {
    float: right !important;
    max-width: none !important;
    padding-left: 0 !important;
}

    .screencastList-left ul, .screencastList-right ul {
        list-style-type: none;
        list-style-image: none;
        vertical-align: middle;
        padding: 15px 0 15px 4px;
    }


.blue-box {
    background-color: #115488;
}

#haveYouUpgradedCol {
    float: none;
    margin: 0 auto;
}

#haveYouUpgraded {
    color: white;
    font-size: 66px;
    line-height: 66px;
    font-weight: bold;
    text-align: center;
}

#haveYouUpgradedSub {
    color: white;
    font-size: 30px;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.screencastsImage-right {
    padding-right: 15px;
}

.screencastsImage-left {
    float: right;
}

.callOutText {
    text-transform: uppercase;
    color: #FFBF00;
    line-height: unset !important;
}

    .callOutText p {
        line-height: 24px;
        color: #FFBF00;
        display: inline-block;
        width: 92%;
        padding: 10px 0 10px 0;
    }

    .callOutText a {
        width: 100%;
        height: auto;
        display: block;
    }

        .callOutText a:link {
            color: #FFBF00;
            text-decoration: none;
        }

        .callOutText a:visited {
            color: #FFBF00;
            text-decoration: none;
        }

        .callOutText a:hover {
            color: #FFBF00;
        }

        .callOutText a:active {
            color: #FFBF00;
        }

#upgradeNowBtn {
    background: #FFBE00;
    color: black;
    text-align: center;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 20px 10px 20px;
    font-size: 22px;
}

#upgradeNowDiv {
    text-align: center;
    padding: 10px;
}

.play-icon {
    padding-right: 10px;
    font-size: 2em;
    float: left;
    padding-top: 10px;
}

.subText {
    font-size: 16px;
    color: black;
    text-transform: initial;
}

.subTextLight {
    font-size: 16px;
    color: white;
    text-transform: initial;
}

.playTime {
    color: black;
    font-size: 12px;
}

.playTimeLight {
    color: white;
    font-size: 12px;
}

@media (min-width: 1600px)and (max-width: 1799px) {
    .center-content {
        -ms-transform: translate3d(35%,15%,0) !important;
        -webkit-transform: translate3d(35%,15%,0) !important;
        transform: translate3d(35%,15%,0) !important;
    }

    .icon-indicator {
        -ms-transform: translate3d(13%,0,0);
        -webkit-transform: translate3d(13%,0,0);
        transform: translate3d(13%,0,0);
    }

    .screencasts {
        margin-bottom: 20px;
    }
}

@media (max-width: 1599px) {
    .center-content {
        -ms-transform: translate3d(30%,15%,0) !important;
        -webkit-transform: translate3d(30%,15%,0) !important;
        transform: translate3d(30%,15%,0) !important;
    }

    .icon-indicator {
        -ms-transform: translate3d(18%,0,0);
        -webkit-transform: translate3d(18%,0,0);
        transform: translate3d(18%,0,0);
    }

    .screencasts {
        background-position-x: left;
        margin-bottom: 20px;
    }
}

@media (max-width: 1499px) {
    .center-content {
        -ms-transform: translate3d(25%,15%,0) !important;
        -webkit-transform: translate3d(25%,15%,0) !important;
        transform: translate3d(25%,15%,0) !important;
    }

    .icon-indicator {
        -ms-transform: translate3d(23%,0,0);
        -webkit-transform: translate3d(23%,0,0);
        transform: translate3d(23%,0,0);
    }

    .screencasts {
        background-position-x: left;
        margin-bottom: 20px;
    }
}

@media (max-width: 1399px) {
    .center-content {
        -ms-transform: translate3d(20%,15%,0) !important;
        -webkit-transform: translate3d(20%,15%,0) !important;
        transform: translate3d(20%,15%,0) !important;
    }

    .icon-indicator {
        -ms-transform: translate3d(28%,0,0);
        -webkit-transform: translate3d(28%,0,0);
        transform: translate3d(28%,0,0);
    }

    .screencasts {
        background-position-x: left;
        margin-bottom: 20px;
    }
}

@media (max-width: 1299px) {
    .center-content {
        -ms-transform: translate3d(15%,15%,0) !important;
        -webkit-transform: translate3d(15%,15%,0) !important;
        transform: translate3d(15%,15%,0) !important;
    }

    .icon-indicator {
        -ms-transform: translate3d(33%,0,0);
        -webkit-transform: translate3d(33%,0,0);
        transform: translate3d(33%,0,0);
    }

    .screencasts {
        background-size: auto;
        margin-bottom: 0;
        background-position-x: left;
        background-position-y: top;
        min-height: 620px;
    }

    .screencastList-left h2 {
        font-size: 36px;
    }

    .screencastList-right h2 {
        font-size: 36px;
    }

    .callOutText p {
        font-size: 18px;
        line-height: 18px;
        padding: 5px 0 5px 0;
    }
}

@media (max-width: 1199px) {
    .screencastList-left ul, .screencastList-right ul {
        padding-top: 0;
    }

    .screencastList-left h2 {
        font-size: 36px;
    }

    .screencastList-right h2 {
        font-size: 36px;
    }

    .callOutText p {
        font-size: 18px;
        line-height: 18px;
        padding: 5px 0 5px 0;
        width: 90%;
    }

    .screencasts {
        background-size: contain;
        margin-bottom: 0;
        background-position: left top !important;
        min-height: 470px;
    }

    .image-box {
        background-position: left;
    }

    .icon-indicator {
        -ms-transform: translate3d(13%,0,0);
        -webkit-transform: translate3d(13%,0,0);
        transform: translate3d(13%,0,0);
    }

    .center-content {
        -ms-transform: translate3d(10%,15%,0) !important;
        -webkit-transform: translate3d(10%,15%,0) !important;
        transform: translate3d(10%,15%,0) !important;
    }

    .easyToUse-content h2 {
        font-size: 36px;
    }

    .easyToUse-content ul li {
        font-size: 18px;
    }

    .easyToUse-content {
        padding-left: 10px;
    }

        .easyToUse-content a.blue-btn {
            width: 420px;
            display: none;
        }

    .ETU-ImgCenteringWrapper {
        padding-left: 25px;
        text-align: center;
    }

    .filingImprovements-content h2 {
        font-size: 36px;
    }

    .filingImprovements-content ul li {
        font-size: 18px;
    }

    .filingImprovements-content {
        padding-left: 60px;
        width: 100%;
    }

        .filingImprovements-content a.blue-btn {
            width: 420px;
            display: none;
        }

    .FI-ImgCenteringWrapper {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .screencastList-left ul, .screencastList-right ul {
        padding-top: 0;
        width: 600px !important;
        padding: 15px 0 15px 4px !important;
    }

    .play-icon {
        padding-right: 5px;
        padding-top: 5px;
    }

    .screencastList-left h2 {
        font-size: 36px;
    }

    .screencastList-right h2 {
        font-size: 36px;
    }

    .callOutText p {
        font-size: 18px;
        line-height: 18px;
        padding: 5px 0 5px 0;
        width: 90%;
    }

    .screencasts {
        background-size: contain;
        margin-bottom: 0;
        background-position: left top !important;
        min-height: 470px;
    }

    .screencastsImage-left, .screencastsImage-right {
        text-align: center;
        float: none;
    }

    #haveYouUpgraded {
        font-size: 52px;
        line-height: 52px;
    }

    #haveYouUpgradedSub {
        font-size: 28px;
        line-height: 28px;
    }

    #upgradeNowBtn {
        font-size: 20px;
    }

    .legal {
        font-size: 14px;
    }

    .image-box {
        background-position: left;
    }

    .icon-indicator {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    .center-content {
        -ms-transform: translate3d(0,15%,0) !important;
        -webkit-transform: translate3d(0,15%,0) !important;
        transform: translate3d(0,15%,0) !important;
        padding-left: 10%;
        padding-right: 10%;
    }

    .easyToUse-content {
        text-align: center;
        padding: 40px 0 0 0;
        font-size: 38px;
    }

        .easyToUse-content ul {
            margin: 0 auto;
            width: 450px;
        }

            .easyToUse-content ul li {
                text-align: left;
                font-size: 25px;
            }

    .ETU-ImgCenteringWrapper {
        padding-left: 25px;
        text-align: center;
    }

    .filingImprovements-content {
        text-align: center;
        padding: 0;
        font-size: 38px;
        width: 100%;
        max-width: inherit;
        float: none;
    }

        .filingImprovements-content ul {
            margin: 0 auto;
            width: 600px;
            padding-left: 70px;
        }

            .filingImprovements-content ul li {
                text-align: left;
                font-size: 25px;
            }

    .FI-ImgCenteringWrapper {
        text-align: center;
        padding: 40px 0 0 0;
    }

    #tarrifImgFI {
        margin-left: -30px;
    }
}

@media (max-width: 767px) {
    .image-box {
        background-position: 50% 50%;
    }

    .screencastList-left ul, .screencastList-right ul {
        padding-top: 0;
        width: 100% !important;
        padding: 15px 0 15px 4px !important;
    }

    .play-icon {
        padding-right: 5px;
        padding-top: 5px;
    }

    .screencastList-left h2 {
        font-size: 28px;
        line-height: 28px;
    }

    .screencastList-right h2 {
        font-size: 28px;
        line-height: 28px;
    }

    .callOutText p {
        font-size: 16px;
        line-height: 16px;
        padding: 10px 0 10px 0;
        width: 90%;
    }

    .subText {
        font-size: 14px;
    }

    .subTextLight {
        font-size: 14px;
    }

    .screencasts {
        background-size: contain;
        margin-bottom: 0;
        background-position: left top !important;
        min-height: 470px;
    }

    .screencastsImage-left, .screencastsImage-right {
        text-align: center;
        float: none;
    }

    #haveYouUpgraded {
        font-size: 52px;
        line-height: 52px;
    }

    #haveYouUpgradedSub {
        font-size: 28px;
        line-height: 28px;
    }

    #upgradeNowBtn {
        font-size: 20px;
    }

    .legal {
        font-size: 14px;
    }

    .center-content {
        -ms-transform: translate3d(0,25%,0) !important;
        -webkit-transform: translate3d(0,25%,0) !important;
        transform: translate3d(0,25%,0) !important;
        padding-left: 5%;
        padding-right: 5%;
    }

    .icon-indicator {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    h1.tiger-header {
        font-size: 60px;
        line-height: 60px;
    }

    h3.tiger-header {
        font-size: 50px;
        line-height: 50px;
    }

    .gray-btn {
        width: 280px;
        font-size: 16px;
        display: none;
    }

    .contact-btn {
        width: 280px;
        font-size: 16px;
    }

    .ETU-ImgCenteringWrapper {
        padding-left: 0;
        text-align: center;
    }

    .easyToUse-content {
        text-align: center;
        padding: 40px 0 0 0;
        font-size: 38px;
    }

        .easyToUse-content ul {
            margin: 0 auto;
            width: 500px;
        }

            .easyToUse-content ul li {
                text-align: left;
                font-size: 25px;
            }

    .filingImprovements-content {
        text-align: center;
        padding: 0;
        font-size: 38px;
        width: 100%;
        float: none;
    }

        .filingImprovements-content ul {
            margin: 0 auto;
            max-width: 580px;
            padding-left: 70px;
        }

            .filingImprovements-content ul li {
                text-align: left;
                font-size: 25px;
            }

    .FI-ImgCenteringWrapper {
        text-align: center;
        padding: 40px 0 0 0;
    }

    #tarrifImgFI {
        margin-left: -30px;
    }
}

@media (max-width: 575px) {
    .screencastList-left ul, .screencastList-right ul {
        padding-top: 0;
        width: 100% !important;
        padding: 15px 0 15px 4px !important;
    }

    .play-icon {
        padding-right: 5px;
        padding-top: 5px;
        font-size: 1.5em;
    }

    .screencastList-left h2 {
        font-size: 28px;
        line-height: 28px;
    }

    .screencastList-right h2 {
        font-size: 28px;
        line-height: 28px;
    }

    .callOutText p {
        font-size: 16px;
        line-height: 16px;
        padding: 10px 0 10px 0;
        width: 90%;
    }

    .subText {
        font-size: 14px;
    }

    .subTextLight {
        font-size: 14px;
    }

    .screencasts {
        background-size: contain;
        margin-bottom: 0;
        background-position: left top !important;
        min-height: 470px;
    }

    .screencastsImage-left, .screencastsImage-right {
        text-align: center;
        float: none;
    }

    #haveYouUpgraded {
        font-size: 38px;
        line-height: 38px;
    }

    #haveYouUpgradedSub {
        font-size: 22px;
        line-height: 22px;
    }

    #upgradeNowBtn {
        font-size: 16px;
    }

    .legal {
        font-size: 12px;
    }



    .center-content {
        -ms-transform: translate3d(0,25%,0) !important;
        -webkit-transform: translate3d(0,25%,0) !important;
        transform: translate3d(0,25%,0) !important;
        padding-left: 5%;
        padding-right: 5%;
    }

    .icon-indicator {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    h1.tiger-header {
        font-size: 60px;
        line-height: 60px;
    }

    h3.tiger-header {
        font-size: 50px;
        line-height: 50px;
    }

    .gray-btn {
        width: 280px;
        font-size: 16px;
        display: none;
    }

    .contact-btn {
        width: 280px;
        font-size: 16px;
    }

    .ETU-ImgCenteringWrapper {
        padding-right: 10px;
        padding-left: 10px;
        text-align: center;
    }

    .easyToUse-content {
        text-align: center;
        padding: 40px 0 0 0;
        font-size: 38px;
    }

        .easyToUse-content a.blue-btn {
            width: 80%;
            display: none;
        }

        .easyToUse-content ul {
            margin: 0 auto;
            width: 450px;
            padding-left: 10%;
        }

            .easyToUse-content ul li {
                text-align: left;
                font-size: 25px;
            }

    .filingImprovements-content {
        text-align: center;
        padding: 0;
        font-size: 38px;
        width: 100%;
        float: none;
    }

        .filingImprovements-content ul {
            margin: 0 auto;
            max-width: 500px;
            padding-left: 55px;
        }

            .filingImprovements-content ul li {
                text-align: left;
                font-size: 25px;
            }

    .FI-ImgCenteringWrapper {
        text-align: center;
        padding: 40px 0 0 0;
    }

    #tarrifImgFI {
        margin-left: -30px;
    }

    .filingImprovements-content a.blue-btn {
        width: 80%;
        display: none;
    }
}

@media (max-width: 487px) {
    .screencastList-left ul, .screencastList-right ul {
        padding-top: 0;
        width: 100% !important;
        padding: 15px 0 15px 4px !important;
    }

    .play-icon {
        padding-right: 5px;
        padding-top: 5px;
        font-size: 1em;
    }

    .screencastList-left h2 {
        font-size: 28px;
        line-height: 28px;
    }

    .screencastList-right h2 {
        font-size: 28px;
        line-height: 28px;
    }

    .callOutText p {
        font-size: 16px;
        line-height: 16px;
        padding: 5px 0 5px 0;
        width: 90%;
    }

    .subText {
        font-size: 14px;
    }

    .subTextLight {
        font-size: 14px;
    }

    .screencasts {
        background-size: contain;
        margin-bottom: 0;
        background-position: left top !important;
        min-height: 470px;
    }

    .screencastsImage-left, .screencastsImage-right {
        text-align: center;
        float: none;
        padding-right: 5px !important;
    }

    #haveYouUpgraded {
        font-size: 36px;
        line-height: 36px;
    }

    #haveYouUpgradedSub {
        font-size: 20px;
        line-height: 20px;
    }

    #upgradeNowBtn {
        font-size: 14px;
    }

    .legal {
        font-size: 12px;
    }




    .center-content {
        -ms-transform: translate3d(0,25%,0) !important;
        -webkit-transform: translate3d(0,25%,0) !important;
        transform: translate3d(0,25%,0) !important;
        padding-left: 8%;
        padding-right: 8%;
    }

    .icon-indicator {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        padding-top: 50px;
    }

    h1.tiger-header {
        font-size: 50px;
        line-height: 50px;
    }

    h2.tiger-header {
        font-size: 32px;
        line-height: 32px;
    }

    h3.tiger-header {
        font-size: 40px;
        line-height: 40px;
    }

    h4.tiger-header {
        font-size: 18px;
        line-height: 18px;
    }

    .gray-btn {
        width: 230px;
        font-size: 14px;
        display: none;
    }

    .contact-btn {
        width: 230px;
        font-size: 14px;
    }

    .ETU-ImgCenteringWrapper {
        padding-right: 15px;
        padding-left: 15px;
    }

    .easyToUse-content {
        text-align: center;
        font-size: 38px;
        padding-top: 15px;
    }

        .easyToUse-content h2 {
            font-size: 30px;
        }

        .easyToUse-content a.blue-btn {
            width: 80%;
            font-size: 16px;
            display: none;
        }

        .easyToUse-content ul {
            margin: 0 auto;
            width: 100%;
            padding-left: 15%;
        }

            .easyToUse-content ul li {
                text-align: left;
                font-size: 20px;
            }

    .filingImprovements-content {
        text-align: center;
        padding: 0;
        font-size: 38px;
        width: 100%;
        float: none;
    }

        .filingImprovements-content h2 {
            font-size: 30px;
            letter-spacing: 2px;
        }

        .filingImprovements-content ul {
            margin: 0 auto;
            width: 100%;
            padding-left: 15%;
        }

            .filingImprovements-content ul li {
                text-align: left;
                font-size: 20px;
            }

    .FI-ImgCenteringWrapper {
        text-align: center;
        padding: 40px 0 0 0;
    }

    #tarrifImgFI {
        margin-left: -10px;
    }

    .filingImprovements-content a.blue-btn {
        width: 80%;
        font-size: 16px;
        display: none;
    }
}


@media (min-width:1200px) {
    .screencasts {
        margin-bottom: 0;
    }
}

@media (max-width: 1385px) {
    .screencasts {
        min-height: 600px;
        background-position: -70px 0;
    }
}

@media (max-width: 1198px) {
    .screencasts {
        min-height: 443px;
        background-position: 0 !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
    }
}

@media (max-width: 992px) {
    .screencasts {
        min-height: 603px;
        background: url(../Images/home/TigerLanding/screencasts_header_mobile.jpg);
        background-size: cover;
        margin-bottom: 0;
        max-height: 81vh;
        padding: 0;
        margin-top: 0;
    }
}

@media (max-width:800px) {
    .screencasts {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        margin-bottom: 0;
        min-height: 620px;
        max-height: 81vh;
        padding: 0;
        margin-top: 0;
    }
}

@media (max-width:768px) {
    .screencasts {
        background-position: -26px 0 !important;
    }
}

@media (max-width:767px) {
    .screencasts {
        background-position: 0 !important;
        min-height: 450px;
    }
}

@media (max-width:603px) {
    .screencasts {
        min-height: 473px;
        background-position: -16px 0 !important;
    }
}

@media (max-width:550px) {
    .screencasts {
        min-height: 413px;
        background-position: 0 !important;
        margin-top: -50px;
    }
}

@media (max-width:533px) {
    .screencasts {
        background-size: cover;
        margin-bottom: 0;
        min-height: 413px;
    }
}

@media (max-width:500px) {
    .screencasts {
        min-height: 373px;
    }
}

@media (max-width:412px) {
    .screencasts {
        min-height: 323px;
    }
}

@media (max-width:360px) {
    .screencasts {
        min-height: 343px;
        background-position: -10px 10px !important;
    }
}
