/* tablet-landscape.css Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {
    
    .show-quote {
        display:none;
    }
    
    .page-box {
        min-width: 380px;
        max-width: 1440px;
        margin-right: auto;
        margin-left: auto;
    }
    body {
        padding-top: 0px;
    }
    .header {
        max-width: 100%;
        height: 80px;
    }
    .hcclogo {
        position: relative;
        top: 0;
        left: 13%;
        padding: 0;
        margin-bottom: -55px;
        height: auto;
        width: 270px;
        z-index: 100;
    }
    .form-control-search {
        width: 315px;
        margin-left: 14px;
    }
    .search-box-position p {
        position: relative;
        padding: 0;
        margin: 0;
        margin-left: auto;
        margin-right: auto;
        width: 230px;
        text-align: center;
    }
    .signin {
        position: absolute;
        top: 35px;
        left: 10%;
        padding: 0;
        margin: 0;
        width: 210px;
        height: 30px;
    }
    .signin a {
        color: #717075;
    }
    .signin a:hover {
        color: #0069AA;
    }
    .main-number {
        padding-right: 0;
        color: #0069AA;
    }
    .pipe {
        padding-left: 10px;
    }
    .signin,
    span,
    .pipe .search-icon {
        margin-right: 10px;
    }
    .modal-sm {
        margin-top: 50px;
        margin-left: 35%;
        width: 400px;
        border-radius: 0;
    }
    .modal-header {
        border-bottom: none;
        min-height: 18px;
        padding: 10px;
    }
    .modal-content {
        background-clip: padding-box;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
        outline: 0 none;
        position: relative;
        height: 100px;
    }
    /* nav */

    .navbar {
        background-color: #BFC0C4;
        /* navbar background */
        border: 0;
        border-radius: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-size: 18px;
    }
    .navbar .navbar-nav {
        display: inline-block;
        float: left;
        vertical-align: top;
    }
    .navbar .navbar-nav > li {
        margin-left: -15px;
    }
    /* dropdown list item space */

    .navbar .navbar-nav > li > ul > li {
        padding-left: 10px;
    }
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        color: #717075;
    }
    .nav > .navbar-nav > li > a:hover {
        color: #717075;
    }
    /* dropdown menu width */

    .navbar .navbar-nav li {
        padding-right: 20px;
    }
    /* dropdown menu */

    .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: 14px;
        text-align: left;
        list-style: none;
        background-color: #e7e7e7;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
    }
    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }
    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }
    .dropdown-menu > li > a {
        display: block;
        padding: 3px 10px;
        clear: both;
        font-weight: 400;
        line-height: 1.5;
        color: #717075;
        white-space: nowrap;
    }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5
    }
    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }
    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #777
    }
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent;
        background-image: none;
        filter: progid: DXImageTransform.Microsoft.gradient(enabled false)
    }
    .open > .dropdown-menu {
        display: block
    }
    .open > a {
        outline: 0
    }
    .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .dropdown-menu-left {
        right: auto;
        left: 0
    }
    .dropdown-header {
        display: block;
        padding: 3px 20px;
        font-size: 12px;
        line-height: 1.42857143;
        color: #777;
        white-space: nowrap
    }
    .dropdown-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 990
    }
    /* end dropdown menu */
    /* end nav */

    .jumbotron {
        background-image: url("../img/home-arrow-2.png") no-repeat top center;
        background-size: auto 730px;
        height: 730px;
        margin-bottom: 20px;
        padding: 0;
    }
    .chat-icon-position {
        position: relative;
        float: right;
        margin-right: 0;
        padding-right: 0;
        padding-top: 10px;
        z-index: 1000;
    }
    .hero {
        position: relative;
        top: 70px;
        height: 158px;
        width: auto;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0;
        text-align: center;
        font-size: 3.8rem;
        font-weight: 400;
        color: #fff;
    }
    .jumbotron h2,
    .jumbotron .h2 {
        color: #ffffff;
        font-size: 3.3rem;
    }
    .jumbotron p {
        padding-top: 60px;
        margin-bottom: 15px;
        font-size: 16px;
        color: #ffffff;
    }
    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        border-radius: 0px;
    }
    .jumbotron .container {
        max-width: 100%;
    }
    /* transparent box*/

    .transparent-box-position {
        margin-top: 20px;
        margin-left: 50px;
        padding-left: 5px;
    }
    .transparent-box-container {
        margin-left: auto;
        margin-right: auto;
        height: 450px;
        max-width: 912px;
    }
    .transparent-box {
        position: relative;
        margin: 0;
        padding: 0 15px 0 15px;
        height: 338px;
        width: 330px;
        background-color: #c8c2c1;
        border-radius: 8px;
        border: 3px solid #fff;
        opacity: 0.86;
        filter: alpha(opacity=60); /* For IE8 and earlier */
        z-index: 2;
    }
    .transparent-box-left {
        position: relative;
        top: 111px;
        left: 6%;
        float: left;
    }
    .transparent-box-right {
        position: relative;
        top: 111px;
        right: 6%;
        float: right;
    }
    .transparent-box h2 {
        margin-top: 25px;
        margin-left: 0px;
        padding: 0 15px 0 15px;
        color: #036aab;
        font-size: 28px;
        font-weight: bold;
        text-align: left;
    }
    .transparent-box p {
        margin-top: 0;
        padding: 0 15px 0 15px;
        color: #414141;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.3;
        text-align: left;
    }
    .transparent-box img {
        margin-top: -40px;
        margin-left: 110px;
        padding: 0;
        padding: 0;
    }
    .btn-style-for-transparent-box {
        margin: 0;
        padding: 0;
        width: 250px;
        height: 50px;
        font-size: 25px;
        font-weight: bold;
        background-color: #e87d25;
        border-bottom: 3px solid #d05a27;
        border-radius: 8px;
    }
    .btn-style-for-transparent-box:hover {
        background-color: #d05a27;
        border-bottom: 3px solid #e87d25;
    }
    .btn-left-align {
        position: absolute;
        top: 260px;
        left: 34px;
    }
    .btn-right-align {
        position: absolute;
        top: 235px;
        left: 34px;
    }
    /* end transparent box */
    /* end jumbotron */
    /* products */

    .products {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        min-width: 700px;
        text-align: center;
    }
    .products-header {
        height: auto;
        width: 100%;
        min-width: 700px;
        margin: 0;
        padding: 0;
    }
    .products-header h2 {
        margin-top: 40px;
        padding: 0;
        text-align: center;
        font-size: 36px;
        padding-bottom: 20px;
    }
    .products-header p {
        text-align: center;
        font-size: 18px;
        padding: 0;
        padding-top: 10px;
    }
    /* products box */

    .products-wrapper {
        position: relative;
        margin-top: 5px;
        margin-left: 30px;
        margin-right: 30px;
    }
    .products-box {
        padding: 0;
        position: relative;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        height: 430px;
        width: 300px;
    }
    .products-box-inner {
        position: absolute;
        top: 2px;
        left: 2px;
        margin: 0;
        padding: 0;
        height: 425px;
        width: 295px;
    }
    .products-box-inner > a {
        position: absolute;
        top: 265px;
        left: 83px;
    }
    .products-italic-text {
        font-style: italic;
        position: absolute;
        top: 290px;
        left: 135px;
    }

    .products-box h3 {
        font-size: 18px;
        font-weight: bold;
        padding-left: 30px;
    }
    .products-box p {
        font-size: 1em;
    }
    .products-box img {
        display: block;
        margin: auto;
    }
    /* end products box */
    /* end products */
    /* short-term-medical */

    .short-term-medical {
        background-image: url("../img/moving-slim.png");
        /*
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
*/

        background-position: left;
        color: #fff;
    }
    .short-term-medical-container {
        position: relative;
        padding: 0px;
        margin: 0px;
        height: 380px;
        width: auto;
    }
    .short-term-medical-inner-box {
        position: relative;
        top: 50px;
        right: 16%;
        height: 380px;
        width: 500px;
    }
    .short-term-medical-inner-box h3 {
        font-size: 36px;
        font-weight: 600;
    }
    .short-term-medical-inner-box p {
        font-size: 16px;
    }
    .short-term-medical-inner-box a {
        position: absolute;
        top: 250px;
        left: 35%;
    }
    /* short term medical button style */

    .btn-style-for-short-term-medical {
        text-align: center;
        width: 300px;
        height: 55px;
        font-size: 25px;
        color: #fff;
        background-color: #29aae2;
        border: transparent;
        border-bottom: 3px solid #0069AA;
    }
    .btn-style-for-short-term-medical:hover {
        color: #fff;
        background-color: #0069AA;
        border-bottom: 3px solid #29aae2;
    }
    /* end short-term-medical */
    /* blog */

    .blog {
        max-width: 100%;
        margin-bottom: 30px;
        margin-top: 30px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 60px;
        padding-right: 60px;
    }
    .blog div h2 {
        text-align: center;
        margin-top: 60px;
        margin-bottom: 60px;
        font-size: 40px;
    }
    .blog div h3 {
        font-size: 18px;
        margin-top: -3px;
    }
    .blog div p {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .blog div div img {
        padding-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
    }
    .blog-author {
        font-style: italic;
    }
    .btn-style-for-blog {
        width: 300px;
        height: 55px;
        font-size: 25px;
        line-height: 1.7;
        color: #fff;
        background-color: #f7931e;
        border: transparent;
        border-bottom: 3px solid #d05a27;
    }
    .btn-style-for-blog:hover {
        color: #fff;
        background-color: #d05a27;
        border-bottom: 3px solid #f7931e;
        ;
    }
    .btn-position-for-blog {
        text-align: center;
        margin-left: 0px;
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .blog-posts img:first-child {
        padding-bottom: 50px;
    }
    /* end blog */
    /* ratings */

    .ratings {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .ratings div h2 {
        font-size: 110px;
        margin-bottom: 30px;
        text-align: center;
        color: #0069AA;
    }
    .ratings div h4 {
        margin-left: 15px;
        margin-right: 15px;
        text-align: left;
    }
    .ratings p {
        padding-top: 12px;
    }
    .ratings-text-superior {
        margin-top: -55px;
        font-size: 25px;
        text-align: center;
        color: #0069AA;
    }
    /* end ratings */
    /* footer */

    .footer {
        padding-top: 40px;
        margin-top: 50px;
        margin-left: 0px;
        height: 290px;
        background-color: #eaedf1;
    }
    .footer h3 {
        font-size: 20px;
    }
    .footer div ul li {
        list-style-type: none;
        margin-left: -40px;
        line-height: 1.3;
    }
    .footer div ul li a {
        font-size: 14px;
    }
    .footer-social-icons {
        margin-top: 0;
        text-align: left;
        margin-left: -40px;
    }
    .footer-social-icons a img {
        margin-top: 83px;
        padding-left: 10px;
    }
    .footer-copyright p {
        font-size: 12px;
        margin-left: -10px;
        padding: 50px 0px 10px 10px;
    }
    /* end footer*/
    /* atlas-travel-page */

    .atlas-travel-jumbotron {
        padding: 20px 10px 0px 10px;
        margin: 0;
        margin-bottom: 0;
        color: #414141;
        background-color: #fff;
        height: 500px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
    }
    .atlas-travel-jumbotron .container {
        max-width: 100%
    }
    .atlas-travel-jumbotron h1,
    .atlas-travel-jumbotron .h1 {
        color: #0069AA;
        font-family: Montserrat, sans-serif;
        margin-top: 0px;
        font-size: 30px;
        padding: 0px 10px 0 10px;
    }
    .atlas-travel-jumbotron h4 {
        font-family: Montserrat, sans-serif;
        color: #414141;
        padding: 0px 10px 0 10px;
    }
    .atlas-travel-jumbotron p {
        margin-bottom: 15px;
        font-size: 16px;
        font-weight: 200;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        padding: 0px 10px 0 10px;
        font-size: 16px;
        color: #414141;
    }
    .atlas-travel-jumbotron ul li {
        margin-left: -14px;
    }
    .atlas-travel-jumbotron > hr {
        border-top-color: #d5d5d5
    }
    .container .atlas-travel-jumbotron,
    .container-fluid .atlas-travel-jumbotron {
        border-radius: 0px;
        padding-right: 0px;
        padding-left: 0px
    }
    .atlas-travel-box {
        max-width: 100%;
        height: auto;
    }
    .atlas-logo {
        margin-bottom: 20px;
        color: #0069AA;
    }
    .atlas-travel-registered {
        font-size: 15px;
        display: inline-block;
        margin-left: -10px;
        vertical-align: top;
    }
    .atlas-travel-subheading {
        padding-top: 20px;
        font-weight: 600;
    }
    .atlas-travel-jumbotron.atlas-travel-subheading ul li {
        margin-left: -10px;
        list-style-position: inside;
    }
    .atlas-travel-laptop-image {
        width: 500px;
        height: 300px;
        float: right;
        margin-left: 0;
    }
    .atlas-travel-laptop-image img {
        width: 440px;
        height: 280px;
        padding-bottom: 10px;
    }
    /* nav tabs */

    .nav {
        padding-left: 9.5%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
        text-align: center;
    }
    .atlas-page-tab-box {
        position: relative;
        margin-left: 83px;
        width: 700px;
        height: auto;
    }
    .atlas-travel-tabs {
        margin: 0;
        width: auto;
        margin-bottom: 0;
    }
    .atlas-travel-tabs ul li {
        cursor: pointer;
        cursor: hand;
    }
    .nav-pills {
        width: 653px;
    }
    .nav-pills li a {
        color: #727075;
        border: 1px solid #ffffff;
        border-radius: 0;
        height: 70px;
        line-height: 3.3;
        background-color: #e7e8e9;
    }
    .nav-pills li a img {
        float: right;
        padding-top: 11px;
        padding-right: 25px;
        display: none;
    }
    #claim-examples {
        display: none;
    }
    .atlas-travel-active {
        color: #333;
        background-color: #e7e8e9;
    }
    .atlas-travel-btn-warning {
        color: #fff;
        background-color: #f8981d;
        border-color: #fff;
        width: 100%;
        height: 70px;
        text-align: center;
        line-height: 3.3;
        font-size: 16px;
        padding-left: 15px;
        border-radius: 0;
        padding-top: 8px;
    }
    .atlas-travel-btn-warning:hover {
        color: #333;
        background-color: #d58512;
        border-color: #d58512;
    }
    .nav-tabs li a,
    .atlas-travel-quote {
        background-color: #E7E8E9;
        color: #727075;
        border: 1px solid #fff;
    }
    .nav-tabs li a:hover,
    .atlas-travel-quote:hover {
        color: #fff;
        background-color: #727075;
        border: 1px solid #333;
    }
    /*  end nav tabs */
    /* benefits-tab */

    .benefits-table-box {
        width: 100%;
        max-width: 100%;
        margin-left: 15px;
    }
    .benefits-table-tab {
        width: 700px;
        max-width: 700px;
    }
    .table {
        width: 100%;
    }
    .table-responsive {
        width: 100%;
        max-width: 99.1%;
        margin-bottom: 10px;
        margin-left: -15px;
    }
    .benefits-table-header tr {
        height: 100%;
    }
    .benefits-table-header,
    tr th {
        color: #000;
        background-color: #89cbdf;
        height: 100%;
    }
    .benefits-table-header,
    tr td {
        font-family: 'Roboto', sans-serif;
        max-width: 100%;
        height: 100px;
        white-space: normal;
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: normal;
    }
    .benefits-table-header tbody {
        width: 100%;
        max-width: 100%;
    }
    .benefits-table-header tbody tr th {
        font-size: 18px;
        font-weight: 400;
        padding: 10px;
        color: #414141;
    }
    .benefits-table-header tbody tr td {
        padding: 10px;
    }
    .benefits-table-striped > tbody > tr:nth-of-type(even) {
        background-color: #ffffff;
    }
    .benefits-table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #e2f4fd;
    }
    /* end benefits tab */
    /* exclusions tab */

    .exclusions-box {
        width: auto;
        height: auto;
        margin-left: 0;
    }
    .exclusions-box p {
        padding: 0;
        margin-left: 0;
        color: #727075;
    }
    .exclusions-box ul {
        list-style-position: inside;
        padding-top: 5px;
    }
    .exclusions-box ul li {
        color: #727075;
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 5px;
    }
    .exclusions-box ul li:first-child {
        margin-top: 10px;
        font-size: 16px;
        font-weight: 400;
    }
    .exclusions-box ul li ul {
        margin-left: 15px;
        margin-top: 10px;
    }
    /* end exclusions tab */
    /* claim tab */

    .claim-example {
        margin-top: -1.0em;
        margin-left: 0;
        padding: 0;
    }
    .claim-header-image {
        height: auto;
        width: 900px;
        margin-left: 0;
    }
    .claim-without-insurance {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        width: 290px;
        max-width: 290px;
    }
    .claim-with-insurance {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
        max-width: 290px;
    }
    .claim-image-without {
        height: auto;
        width: 300px;
        max-width: 300px;
        margin: 0;
        padding: 0;
    }
    .claim-image-with {
        height: auto;
        width: 300px;
        max-width: 300px;
        margin: 0;
        padding: 0;
    }
    .claim-textbox-image {
        height: auto;
        margin: 0;
        margin-left: 0px;
        padding: 0;
        width: 900px;
    }
    .content-block {
        padding: 5px;
        margin-left: 0;
        margin-top: 20px;
        max-width: 990px;
        text-align: left;
    }
    .claim-risk {
        padding: 0;
        border: 2px solid #eee;
        margin-left: 0;
        max-width: 990px;
        padding: 10px;
    }
    .claim-clipboard {
        padding: 8px;
        float: left;
    }
    .claim-table tr th {
        color: #fff;
        background-color: #89cbdf;
        font-size: 1.25em;
    }
    .claim-table,
    tr td {
        font-family: 'Roboto', sans-serif;
    }
    .claim-table-striped > tbody > tr:nth-of-type(even) {
        background-color: #ffffff;
    }
    .claim-table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #e2f4fd;
    }
    /* end claim tab */
    /* faq tab */

    .faq-accordion {
        width: 100%;
    }
    .panel-title a {
        line-height: 2.5;
        font-size: 1em;
        color: #727075;
    }
    .panel-heading div,
    h4 {
        height: auto;
        padding-top: 2px;
    }
    .panel-title {
        height: 100px;
    }
    .panel-body {
        color: #727075;
    }
    .panel-body ul li {
        list-style-position: inside;
    }
    .faq-accordion-heading a {
        position: relative;
        float: left;
        padding-top: 10px;
        height: 70px;
        width: 500px;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        color: #727075;
        line-height: 1.5;
        text-decoration: none;
    }
    .glyphicon-plus {
        position: relative;
        float: right;
        font-size: 12px;
        padding-top: 16px;
        padding-right: 5px;
        color: #727075;
    }
    .glyphicon-minus {
        position: relative;
        float: right;
        margin-top: 5px;
        font-size: 30px;
        padding-top: 21px;
        padding-right: 3px;
        color: #727075;
    }
    .faq-accordion-list li {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: #727075;
    }
    /* end faq tab */
    /* glossary tab */

    .alphabet-menu {
        text-align: center;
        width: 100%;
        height: 50px;
        margin-left: -10px;
        background-color: #e6e7e8;
        line-height: 4.0;
        font-size: 14px;
    }
    .alphabet-menu ul li {
        display: inline;
        padding-left: 0;
    }
    .alphabet-menu ul li a {
        color: #727075;
    }
    .alphabetical-section {
        background-color: #e6e7e8;
        color: #727075;
        width: 100%;
        height: 30px;
        padding-left: 5px;
    }
    .alphabetical-section p {
        line-height: 2.0;
    }
    .back-to-top {
        display: inline;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        font-weight: 300;
        color: #727075;
        line-height: 1.5;
        float: right;
        width: 90px;
    }
    .back-to-top-icon {
        float: right;
        line-height: 1.5;
        padding: 0;
    }
    .glyphicon glyphicon-triangle-top {
        padding-left: 10px;
    }
    .glossary-body p {
        width: 100%;
    }
    .glossary-box {
        width: 850px;
        position: relative;
        float: none;
        color: #727075;
        width: 100%;
    }
    .glossary-box ul li {
        margin-top: 20px;
        line-height: 1.5;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 400;
        padding-left: 10px;
        width: 100%;
    }
    /*end glossary tab */
    /* blog home page */

    .blog-wrapper {
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 10%;
        margin-right: 23%;
    }
    .blog-cat h2 {
        color: #000;
        padding-top: 10px;
        padding-bottom: 2.5px;
        padding-left: 20px;
        font-size: 2.5rem;
    }
    .blog-cat ul li a {
        font-size: 1.2rem;
        color: #727075;
    }
    .blog-sub h2 {
        font-size: 2.5rem;
        color: #727075;
    }
    .blog-sub p {
        font-size: 1.5rem;
        color: #727075;
    }

/* 404 footer */
.footer-404 {
margin-top: 0;
}
/* end 404 footer */

}
/* End Landscape tablets and medium desktops */