/* Minification failed. Returning unminified contents.
(2,62): run-time error CSS1031: Expected selector, found ','
(100,48): run-time error CSS1030: Expected identifier, found 'article'
(100,58): run-time error CSS1031: Expected selector, found ')'
(100,58): run-time error CSS1025: Expected comma or open brace, found ')'
(107,39): run-time error CSS1030: Expected identifier, found 'article'
(107,53): run-time error CSS1031: Expected selector, found ')'
(107,53): run-time error CSS1025: Expected comma or open brace, found ')'
(112,43): run-time error CSS1030: Expected identifier, found 'article'
(112,61): run-time error CSS1031: Expected selector, found ')'
(112,61): run-time error CSS1025: Expected comma or open brace, found ')'
(232,57): run-time error CSS1030: Expected identifier, found 'article'
(232,64): run-time error CSS1031: Expected selector, found ')'
(232,64): run-time error CSS1025: Expected comma or open brace, found ')'
(245,52): run-time error CSS1030: Expected identifier, found '.'
(245,87): run-time error CSS1031: Expected selector, found ')'
(245,87): run-time error CSS1025: Expected comma or open brace, found ')'
(251,54): run-time error CSS1030: Expected identifier, found '.'
(251,91): run-time error CSS1031: Expected selector, found ')'
(251,91): run-time error CSS1025: Expected comma or open brace, found ')'
(718,61): run-time error CSS1030: Expected identifier, found 'article'
(718,68): run-time error CSS1031: Expected selector, found ')'
(718,68): run-time error CSS1025: Expected comma or open brace, found ')'
(740,61): run-time error CSS1030: Expected identifier, found 'article'
(740,68): run-time error CSS1031: Expected selector, found ')'
(740,68): run-time error CSS1025: Expected comma or open brace, found ')'
(788,41): run-time error CSS1030: Expected identifier, found 'article'
(788,48): run-time error CSS1031: Expected selector, found ')'
(788,48): run-time error CSS1025: Expected comma or open brace, found ')'
(814,68): run-time error CSS1030: Expected identifier, found '.'
(814,98): run-time error CSS1031: Expected selector, found ')'
(814,98): run-time error CSS1025: Expected comma or open brace, found ')'
(870,61): run-time error CSS1030: Expected identifier, found 'article'
(870,68): run-time error CSS1031: Expected selector, found ')'
(870,68): run-time error CSS1025: Expected comma or open brace, found ')'
(874,47): run-time error CSS1030: Expected identifier, found 'article'
(874,65): run-time error CSS1031: Expected selector, found ')'
(874,65): run-time error CSS1025: Expected comma or open brace, found ')'
(884,56): run-time error CSS1030: Expected identifier, found '.'
(884,91): run-time error CSS1031: Expected selector, found ')'
(884,91): run-time error CSS1025: Expected comma or open brace, found ')'
(963,42): run-time error CSS1030: Expected identifier, found 'h1'
(963,44): run-time error CSS1031: Expected selector, found ')'
(963,44): run-time error CSS1025: Expected comma or open brace, found ')'
 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,,section{display:block;}
body{height:100%;line-height:1;font-family: 'Open Sans', sans-serif; background-color:#212121; color:#e9e9e9; font-weight:400; font-size:14px;}
a{color:#e9e9e9;text-decoration: none;}
a:hover{text-decoration: underline;}
ol,ul{list-style:none;}
h1{display:inline-block;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
table{border-collapse:collapse;border-spacing:0;}
.header {
    border-bottom: 1px solid #303030;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    background: #212121;
    position: sticky;
    top: 0;
    z-index: 1000;
}

    .header .logoLink {
        font-size: 26px;
        color: #fff;
        font-weight: 600;
        text-decoration: none;
        display: flex;
        align-items: center;
    }
    .header img {
        margin-right:15px;
    }
.content {
    max-width: 1366px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 20px;
}

.fbBanner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    margin: 30px 0;
    overflow: hidden;
}
    .fbBanner a {
        display: contents;
    }
    .fbBanner a:hover > img {
        opacity:.8;
    }
    .fbBanner img {
        width:100%;
    }

    .fbBanner h2 {
        font-size: 32px;
        font-weight: 100;
        padding: 0 30px;
        line-height: 54px;
        position: absolute;
    }

        .fbBanner h2 span {
            font-size: 50px;
            font-weight: 600;
            position:relative;
            top: 4px;
        }

.fb-comments.fb_iframe_widget span {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    max-width: 85% !important;
}

.columns {
    display: flex;
    justify-content: space-between;
}


    .columns .primary {
        width: max(98% - 300px);
    }

        .columns .primary h1 {
            font-size: 26px;
            font-weight: 600;
            margin: 25px 0;
            line-height: 38px;
        }

        .columns .primary h2:not(.primary.blog article h2) {
            font-size: 24px;
            color: #e1dd65;
            margin: 50px 0 20px 0;
            line-height: 32px;
        }

.blog article figure:not(.blog.detail article figure) {
    width: 100%;
    position: relative;
}

.blog article figure img:not(.blog.detail article figure img) {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    object-fit: cover;
}


        .columns .primary .description {
            line-height: 26px;
            font-size: 15px;
            margin: 25px 0;
        }

            .columns .primary .description p {
                margin-bottom: 20px;
            }

        .columns .primary .info, .columns .primary .info a{
            color: #a7a7a7;
        }

        .columns .primary .info {
            margin: 25px 0;
            padding-bottom: 20px;
            border-bottom: 1px solid #303030;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: flex-end;
        }

        .columns .primary.blog.detail article {
            font-size: 16px;
            line-height: 26px;
            background: #fff;
            color: #212121;
            padding: 35px;
        }
            .columns .primary.blog.detail article p {
                margin: 25px 0;
                text-align: justify;
            }

            .columns .primary.blog.detail article section p a {
                text-decoration: none;
                transition: all .2s ease;
                color: #212121;
                border-bottom: 2px solid #e90707;
                padding: 0 2px;
            }

            .columns .primary.blog.detail article section p a:hover {
                color: #fff;
                background: #ef0a3c;
            }

            .columns .primary.blog.detail article section p img {
                max-width: 100%!important;
                height: auto!important;
            }

            .columns .primary.blog.detail article h1 {
                font-size: 42px;
                font-weight: 900;
                line-height: 48px;
                margin-bottom: 10px;
                display: block;
            }

            .columns .primary.blog.detail article h2 {
                font-size: 26px;
                font-weight: 600;
                margin-top: 40px;
                line-height: 36px;
            }

            .columns .primary.blog.detail article span {
                font-size: 85%;
                color: #909090;
            }

                .columns .primary.blog.detail article span.tags a, .columns .primary.blog.detail article span.tags {
                    color: #212121;
                }

                    .columns .primary.blog.detail article span.tags a:after {
                        content: ',';
                    }


            .columns .primary.blog.detail article .navbar {
                color: #212121;
                line-height: 26px;
                font-size: 14px;
                margin: 0;
                padding: 0;
                border: 0;
                margin-bottom: 15px;
            }

            .columns .primary.blog.detail article .navbar a {
                color: #212121;
            }

            .columns .primary.blog.detail article figure .blogImg {
                width: 100%;
            }

            .columns .primary.blog.detail article table, .columns .primary.blog.detail article table td {
                border: 1px dashed #303134;
            }

        .columns .primary.blog.detail article table td {
            padding: 0.5em;
        }

.columns .primary.blog article:not(.primary.blog.detail article) {
    display: flex;
    background: #fff;
    margin-bottom: 25px;
    position: relative;
    min-height: 18.14rem;
}

        .columns .primary.blog article figure a {
            display: flex;
            color: #000;
        }

.columns .primary.blog article header:not(.columns .primary.blog.detail article header) {
    padding: 25px 35px;
    color: #212121;
    width: 75%;
}

.columns .primary.blog article header a:not(.columns .primary.blog.detail article header a) {
    color: #212121;
    font-size: 34px;
    line-height: 45px;
    font-weight: 600;
}

.artContent {
    border-left: 15px solid #e90707;
    padding: 15px 25px 15px 25px;
    font-size: 20px;
    color: #e90707;
    font-weight: 900;
    margin: 45px 0 25px 0;
}

    .artContent p {
        font-size: 22px;
        margin-bottom: 0 !important;
        color: #212121;
        margin-top: 16px !important;
        text-align: left !important;
        line-height: 30px;
    }

.blog.detail .fb-like {
    position: sticky;
    top: 85px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .blog.detail .fb-like span {
        vertical-align: inherit !important;
        position: absolute;
        right: -15px;
        margin-top: 12px;
    }


.nav-mobile {
    display: none;
}


#nav-toggle {
    display: flex;
    align-items: center;
    padding: 1px 1px 21px 1px;
}

    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 32px;
        background: #ffffff;
        position: absolute;
        display: block;
        content: "";
        transition: all 300ms ease-in-out;
    }

    #nav-toggle span {
        position: relative;
    }

        #nav-toggle span:before {
            top: 10px;
        }

        #nav-toggle span:after {
            bottom: -20px;
        }

    #nav-toggle.active span {
        background-color: transparent;
    }

        #nav-toggle.active span:before, #nav-toggle.active span:after {
            top: 12px;
        }

        #nav-toggle.active span:before {
            transform: rotate(45deg);
        }

        #nav-toggle.active span:after {
            transform: rotate(-45deg);
        }



/* END MOBILE MENU*/

    nav {
    display: flex;
}
nav ul{text-align:center;display: flex;align-items: center;}
nav ul li{letter-spacing:0;display:inline-flex;margin: 0 5px;}
nav ul li:last-child{margin-right: 0;}
    nav ul li a {
        font-weight: 700;
        background: #303134;
        align-items: center;
        padding: 10px 20px;
        display: flex;
        border-radius: 20px;
        line-height: 18px;
    }
        nav ul li a:hover {
            color: #303134;
            background: #fff;
            text-decoration:none;
        }

.blogDetail a:hover {
    color: #ed351c
}

.blogDetail .link {
    font-size: 14px
}

.blogDetail h1, .blogDetail h2, .blogDetail h3 {
    color: #e1dd65;
}

.blogDetail h1 {
    font-size: 30px;
    margin: 20px 0;
    font-weight: bold
}

.blogDetail h2 {
    font-size: 22px;
    margin: 22px 0 16px 0;
    font-weight: normal
}

.blogDetail h3 {
    font-size: 18px;
    margin: 24px 0 14px 0
}

.blogDetail p {
    margin-bottom: 16px; line-height: 24px;
}

.blogDetail ul {
    list-style: disc;
    margin-bottom: 20px
}

    .blogDetail ul li {
        display: list-item;
        margin-left: 50px;
        margin-bottom: 16px;
        line-height: 24px;
    }
.one{border-bottom:1px solid #060efb;}
.one a{color:#000;}
.one ul li a:hover{color:#060efb;}
.two a{color:#000;}
.two{border-bottom:1px solid #000;}
.two:hover{border-bottom:2px solid #000;}
.zero a{color:#000;}
.zero{border-bottom:1px solid #000;}
.zero:hover{border-bottom:2px solid #000;}
.one-inner{background:#fff; padding:18px 0 18px 28px; cursor:default; text-align:left; position:absolute;z-index:101;margin-top:20px;
    border-top: 2px solid #000000;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-left: -172px;}

.navbar {
    border-bottom: 1px solid #303030;
    color: #a7a7a7;
    padding: 20px 0;
    margin-bottom: 20px;
    line-height: 26px;
    font-size: 13px;
}

    .navbar a {
        color: #a7a7a7;
    }

    .navbar a:hover {
        text-decoration:underline;
    }

.videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}

    .videos.sidebar {
        margin: 0;
        display: block;
    }

    .videos.sidebar .videoTitle {
        margin: 5px 0;
        margin-bottom: 0;
    }

    .videos article {
        /*max-width: 300px;*/
        margin-bottom: 24px;
    }

        .videos article .videoThumb {
            position: relative;
            overflow: hidden;
        }

            .videos article .videoThumb img {
                width: 100%;
                height: auto;
                transition: all .2s ease-in-out;
            }
            .videos article .videoThumb a:hover > img {
                transform: rotate(-1.42deg) scale(1.117);
            }

        .videos article .videoThumb a {
            position: relative;
            z-index: 2;
        }



        .videos article .videoTitle {
            text-align: center;
            margin: 9px 0;
            line-height: 22px;
        }

.videoTitle a {
    font-size: 16px;
}


.home.relatedArticle {
    display: flex;
    margin-bottom: 10px;
}

.home.relatedArticle article {
    margin: 10px;
}

.home.relatedArticle article:first-child {
    margin-left:0;
}

    .home.relatedArticle article:last-child {
        margin-right: 0;
    }

.secondary .relatedArticle {
    margin: auto;
}

.secondary .relatedArticle article {
    margin-bottom: 30px;
    margin-top: 20px;
    width: 100%!important;
}

.relatedArticle img{
    width: 100%;
}

.relatedArticle header h2 {
    font-size: 16px;
    margin: 10px 0;
    line-height: 24px;
}

.relatedArticle header time {
    font-size: 11px;
    font-weight: 100;
}

.tsin ul {
    letter-spacing: 75.18px;
    text-align: center;
}
.videos ul li, .truckShowulLi{letter-spacing:0;line-height:0;display:inline-block;text-align:left;vertical-align:top;position:relative;margin-bottom:25px;max-width:300px;}
.videos ul li:hover .video-image-hover2, .videos ul li:hover .video-image-hover3{opacity:.3;-khtml-opacity: .3;-moz-opacity:.3;filter: alpha(opacity=10)}
.videos ul li:hover .image-hover{opacity:.3;-khtml-opacity: .3;-moz-opacity:.3;filter: alpha(opacity=10);}
.videos ul li:hover .image-button{opacity:1;-khtml-opacity: 1;-moz-opacity:1;filter: alpha(opacity=1);}

.videos ul li img{max-height:150px;width:100%;height:auto;}
.videos ul li a{font-size:13px;color:#000;background:#000;}
.videos ul li a:hover{color:#f22800;}
.videos ul li a:hover > img{opacity: .4;}
.videos ul li p{width:100%;text-align:center;margin-top:5px;font-size:14px;}
.youtube-video-frame{width:728px;height:409px;margin: 10px 0 9px 0;}
.imagedetail{margin: auto; max-width: 500px;margin-bottom: 20px;}
.video-views{float:right;vertical-align:top;font-size:13px;color:#939393;position:relative;top:4px;}
.truck-facebook-like-page{width:300px;height:130px;}

.best-truck-title{height:37px;background:#00609D;text-align:center;margin-bottom:20px;}
.detail-lower{margin-top:7px;}
.best-truck-title a{font-weight:700;color:#fff;top:10px;position:relative;}
.best-truck-videos ul{margin-top: -16px;}
.best-truck-videos{margin-bottom:47px;}
.best-truck-videos ul li{line-height:0;position:relative;}
.best-truck-videos ul li a{font-size:13px;color:#4d4d4d;}
.best-truck-videos ul li a:hover {color:#f22800;}
.best-truck-videos ul li:hover .video-image-hover{opacity:.3;-khtml-opacity: .3;-moz-opacity:.3;filter: alpha(opacity=30)}
.best-truck-videos ul li p{width:300px; height:21px; text-align:center;margin-top:20px;border-bottom:1px solid #ededed;}
.truck-images ul li{line-height:51px;}
.videos-views,{min-width:45px;text-align:center;padding:4px 9px; z-index:100; position:relative;top:30px;background:#E42000;opacity: 0.9;-khtml-opacity: 0.9;-moz-opacity:0.9;filter: alpha(opacity=90);color:#fff;font-size:10px;}
.videoTime{text-align:center;padding:6px; z-index:100; position:absolute;right:6px;bottom:6px;background:#000;opacity: 0.84;-khtml-opacity: 0.84;-moz-opacity:0.8;filter: alpha(opacity=84);color:#fff;font-size:10px;}
.video-image-hover, .video-image-hover2, .video-image-hover3{width:100%;height:150px;background:#000;opacity:0;position:relative;margin-top:-170px;}
.video-image-hover2{width:100%;height:146px;top:19px;}
.video-image-hover3{width:100%;height:150px;margin-top:-197px;}
.image-hover, .image-hover2{width:210px;height:132px;margin-top:-179px;background:#000;opacity:0;position:relative;}
.image-hover2{width:127px;height:80px;margin-top:-107px;}

.truckImageDetail{margin-bottom: 8px} .image-button2{top:-48px;}
.truckImageDetail img{width:100%;height:auto;}
.image-button, .image-button2{width:31px;height:17px;background:url('public/image/fotorama.png') no-repeat -65px -160px;position:relative;top:-74px;margin:auto;opacity:0;}
.imageFooter{text-align:center;}
.imageFooter p{color:#4d4d4d;margin-bottom:20px;font-size:18px;line-height: 25px;}
.imageDownload{padding:12px 0;text-align:center;border-top:1px solid #ededed;border-bottom:1px solid #ededed;margin:auto;margin-top:20px;width:300px;}
.imageDownload a{color:#4d4d4d;}
.imageDownload a:hover{color:#f22800}
.footer {
    text-align: center;
    border-top: 1px solid #303030;
    color: #a7a7a7;
    padding: 20px 0;
}
    .footer a {
        color: #fff;
    }
.footer a:hover{text-decoration:underline;}
    .footer p {
        margin: 2px;
        font-size: 12px;
        line-height: 30px;
    }
.footer p:first-child{font-size: 14px;}
.footer-inner{width:1060px;margin:auto;font-size:12px; text-align: center;padding: 20px 0;line-height: 30px;}
.pagination{position:relative;}
.back-page, .next-page{width:85px;text-align:center;padding:7px;border:1px solid #ededed;font-size:12px;float:right;color:#424242;background:#fff;margin-right:10px;}
.back-page:hover, .next-page:hover{color:#E63316;border:1px solid #FD9586;}
.back-page{float:left;margin-left:10px;} 
.cc{max-width:500px;height:auto;}

.barmost{background-color: #0e4aaf;}
.barelated{background-color: #941f36;}
.barandom{background-color: #1c85ed;}
.barbest{background-color: #000}
    .catName:after {
        content: '';
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #303030;
        margin-bottom: 20px;
    font-weight: 600;
    padding-bottom: 20px;
    }

.ad1{width:728px;height:90px;margin:auto;margin-bottom:25px;}
.ads300{width:300px;height:250px;margin:auto;margin-bottom:20px;}
.ad3{width:200px;height:90px;margin:auto;margin-top: 25px; margin-bottom:25px;}
.ad4{width:336px;height:280px;margin:auto;margin-top: 25px; margin-bottom:25px;}
.ad5{width:320px;height:100px;margin:auto;margin-top: 25px; margin-bottom:25px;}


.player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
    .player iframe, .player object, .player embed {
        display: block;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*PAGINATION*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 5px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  font-size: 14px;
  color:#424242;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        cursor: default;
        background-color: #303134;
    }


@media (min-width: 1000px) and (max-width:1240px) {

    .videos article {
        width: 32% !important;
    }

    .blog header h2 {
        font-size: 26px;
        line-height: 35px;
    }
    .columns .primary.blog article:not(.primary.blog.detail article) {
        min-height: 14.14rem;
    }
}

@media (min-width:1241px) {

    .videos article {
        max-width: 300px;
    }
    .blog header h2 {
        font-size: 38px;
    }
}

@media (max-width:999px) {

    .blog header h2 {
        font-size: 26px;
        line-height: 35px;
    }

    .columns .primary.blog article:not(.primary.blog.detail article) {
        min-height: 14.14rem;
    }
}

@media (min-width:962px) {

    .videos.sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        top: 89px;
    }
    .videos.sidebar article {
        width: 100%!important
    }
}

@media (max-width:961px) {
    .header {
        display: grid;
    }
        .header .logoLink {
            max-width: 355px;
        }
    .nav-mobile {
        display: block;
        position: absolute;
        right: 20px;
        top: 32px;
    }
    nav ul {
        display: none;
        margin-top: 15px;
    }
                nav ul li a {
                    padding: 8px 13px;
                    margin: 7px 0;
                }

                nav ul li ul li a {
                    padding-left: 30px;
                }

    .nav-dropdown {
        position: static;
    }

    .videos article:not(.videos.sidebar article) {
        width: 31%;
    }

    .columns .primary.blog.detail article {
        padding: 20px;
    }
}

@media (min-width:810px) {

    .videos.sidebar {
        max-width: 300px;
    }
}

@media (max-width:810px) {

        .columns {
            flex-direction: column;
        }

            .columns .primary {
                width: 100%;
            }

                .columns .primary.blog article header:not(.columns .primary.detail article header) {
                    padding: 25px 25px;
                    width: 65%;
                }

    .videos.sidebar {
        margin: 20px 0;
        display: flex;
    }

            .videos.sidebar article {
                width: 31%;
            }

        .fb-comments.fb_iframe_widget span {
            max-width: 94% !important;
        }
    }

@media (max-width:768px) {

        .fbBanner h2 {
            font-size: 20px;
            line-height: 26px;
        }

            .fbBanner h2 span {
                font-size: 26px;
                top: 2px;
                margin: 0 6px;
            }
    }

@media (max-width:650px) {
    .home.relatedArticle header h2 {
        font-size: 18px;
    }
    .fbBanner img {
        width: 190%;
    }
    .fbBanner h2 {
        font-size: 25px;
        line-height: 32px;
        font-weight: 400;
    }
        .fbBanner h2 span {
            font-size: 37px;
            margin: 0 4px 0 6px;
        }
    .home.relatedArticle {
        flex-direction: column;
    }
    .home.relatedArticle article {
        margin-left: 0;
        margin-right: 0;
    }
    .columns .primary.blog article:not(.primary.blog.detail article) {
        flex-direction: column;
        padding: 10px;
    }
    .blog article figure img:not(.blog.detail article figure img) {
        width: 100%;
        height: 100%;
        position: initial;
        top: 50%;
        left: 0;
        transform: initial;
        object-fit: cover;
    }

    .columns .primary.blog article header:not(.columns .primary.blog.detail article header) {
        padding: 0 !important;
        width: 100%;
    }

    .blog header h2 {
        padding-top: 10px;
    }
}

@media (min-width: 429px) and (max-width:809px) {

        .videos article {
            width: 48% !important;
        }
    }

@media (max-width:428px) {

        .header {
            padding: 15px 15px;
        }

            .header img {
                width: 70px;
                height: auto;
                margin-right: 10px;
            }

            .header .logoLink {
                font-size: 20px;
                max-width: 275px;
            }

    .relatedArticle header {
        padding: 0 20px;
    }

        .fb-comments.fb_iframe_widget span {
            border-radius: 0;
            padding: 0;
        }

    .blog.detail .fb-like {
        top: 75px;
    }

        #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
            width: 28px;
        }

        .nav-mobile {
            right: 15px;
            top: 26px;
        }

        .videos article {
            width: 100% !important;
            max-width: 100%;
        }

            .videos article .videoTitle {
                padding: 0 15px;
            }

            .content {
                padding: 0;
                margin: 0;
            }

        .info, .description, .navbar {
            padding-left: 20px;
            padding-right: 20px;
        }

    .columns .primary h1 {
        margin-top: 0;
    }

    .primary h1:not(.primary.blog.detail h1), .primary h2:not(.primary.blog.detail h2) {
        padding: 0 20px;
    }

    }
