@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

html, body{
    font-family: "Red Hat Display", sans-serif;
    padding: 0;
    margin: 0;
}

a{
    color:initial;
}

p{
    font-size: 1.25em;
}


.page-header{
    display: block;
    position: relative;
    padding: 2em;
}

@media(min-width:990px){
    .page-header{
        padding-bottom: 0;
    }
}

#site-navigation{
    display: none;
}

@media(min-width: 990px){
    #site-navigation{
        display: block;
    }    
}

#primary-menu{
    padding: 0;
    display: block;

    margin: auto;
    width: 100%;
    max-width: 900px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
        
}

#primary-menu li{
    list-style: none;
    display: block;
    position: relative;
}

#primary-menu li a{
    text-decoration: none;
    color:#000;
    padding: 0.5em 0.75em;
    position: relative;
    display: block; 
}


#primary-menu .current-menu-item a{
    background-color:#ed1c24;
    border-radius: 15px;
    color:#fff;
}


@media(min-width:990px){
    #primary-menu{
        display: flex;
        background-color: #aaaaab;
        justify-content: space-between;
        height: 35px;
    }
    
    #primary-menu li{
        display: inline-block;
    }
    
    #primary-menu li a{
        color: #fff;
        top: 8px;
        display: inline;
    }
    

    #primary-menu li:nth-child(1) a{
        border-radius: 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }    
    #primary-menu .current-menu-item a{
        color:#fff;   
        border-radius: 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;          
    }
    
}

.menu-item-has-children{
    position:relative;
}


.menu-item-has-children .sub-menu{
    display: none;
}

.menu-item-has-children:hover .sub-menu{
    display: block;   
    position:absolute;
    z-index:10;
}

.red-border-bottom{
    background-image: url('https://nauticomp.com/wp-content/uploads/2025/07/red-border-bottom.png');
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 38px;
}

.hero{
    background-size: cover;
    background-position: center;
    height: 840px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.container, .footer-container{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.product-single-template-page .hero{
     height: 540px;
}


.hero h1{
    color: #fff;
    font-size: 4em;
    text-align: center;
    margin-top: 0.5em;
    line-height: 1em;
}   

.blog-page .hero{
    height: 540px;
}

.product-single-template-page .full-grid-bg .container{
    padding: 0 2em;
    box-sizing:border-box;
}

.product-single-card-container .card .bottom .content-right{
    display: none;
}

.header-logo{
    position:relative;
}

#hamburger{
    display: block;   
    float: right;
}

#hamburger img{
    width: 100%;
    max-width:50px;
}

.product-archive-page .hero{
    height: 440px;
}

.product-archive-page .product-archive h1{
    color:#fff;
}

@media(min-width:990px){
    
    #hamburger{
        display: none;
    }
    
    .hero h1{
        font-size: 9em;
    }  
    .hero, .blog-page .hero{
       height: 1200px; 
    }
    
    .product-archive-page .hero{
        height: 1200px;
    }
    
    .product-single-template-page .hero{
        height: 1200px;
    } 
    
    .product-single-template-page .full-grid-bg .container{
        padding: 0;   
    }
    
    .product-archive-page .product-archive h1{
        color:#000;
    }
    
    
    .product-single-card-container .card .bottom .content-right{
        display: block;
    }
}   


.hero h1 span{
    color: #ed1c24;
    font-size: 1.3em;
}

.hero h2{
    width: 100%;
    background-color: #00000075;
    color: #fff;
    font-size: 1.25em;
    text-align: center;
    padding: 0.5em;
    max-width: 820px;
    margin: auto;
    box-sizing: border-box;
}

.hero h2 span{
    color: #ed1c24;
}

@media(min-width:990px){
    .hero h2{
        font-size: 2.25em;
    }
}

.hero-focus {
    width: 100%;
    max-width: 310px;
    margin: auto;
    display: block;
    margin-top: 3.5em;
}

@media(min-width:990px){
      .hero-focus {
        max-width: 600px;
    } 
}

.info-section {
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    background-position: right;
    height: auto;
    box-sizing: border-box;
    background-image: none;
}

.info-section .container{ 
    box-sizing: border-box;
    padding: 0 2em;
}

.info-section .red-border-top{
    display: none;
}

@media(min-width:990px){
    .info-section {
        padding: 0 0;
        background-image:url('https://nauticomp.com/wp-content/uploads/2025/07/info-home-bg.png');
        height: 1100px;
    }
    
    .info-section .red-border-top{
        display: block;
    }    
    
    .info-section .container{ 
        padding: 0 0;
    }
}

.grid-overlay{
    background-image: url('https://nauticomp.com/wp-content/uploads/2025/07/tile-grid-bg.png');
    background-size:contain;
}

.homepage .info-section .grid-overlay {
    height: 1100px;
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0.4;
}

.info-section h2{
    font-size: 3em;
    text-align: center;
    margin-top: 0.50em;
    margin-bottom: 0.25em;
}


@media(min-width:990px){
    .info-section h2{
        font-size: 8em;
        line-height: 110px;
    }    
}


.info-section h2 span{
    color: #ed1c24;
    font-size: 1.05em;
}

.info-section p {
    width: 100%;
    max-width: 840px;
    margin: auto;
}

.device-row{
    width: 100%;
    max-width: 840px;
    margin: auto;
    margin-top: 2em;
    opacity: 0.7;
}

.device-row img{
    width: 100%;
}

.red-border-top{
    background-image: url('https://nauticomp.com/wp-content/uploads/2025/07/red-border-bottom.png');
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 38px;
    transform: scaleY(-1);
    position: absolute;
    bottom: 0;
}

.black-border-bottom{
    background-image: url('https://nauticomp.com/wp-content/uploads/2025/07/black-border-bottom.png');
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 38px;
}

.black-border-top{
    background-image: url('https://nauticomp.com/wp-content/uploads/2025/07/black-border-bottom.png');
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 38px;
    transform: scaleY(-1);
    position: absolute;
    bottom: 0;    
}

.white-bar-spacer{
    width: 100%;
    background-color:#fff;
    height:20px;
    display:block;
}



.gray-bg{
    background-color: #dcdcde !important;
}

.full-grid-bg{
    background-image: url('https://nauticomp.com/wp-content/uploads/2025/07/tile-grid-bg-full-half.png');
    background-size: contain;    
}

.full-grid-bg-set-width{
    background-size: 600px;    
}

.display-info-section h2 span {
    color: #ed1c24;
    font-size: 1.115em;
}

.display-info-section h2 {
    font-size: 2.5em;
    text-align: center;
    margin-top: 0.50em;
    margin-bottom: 0.25em;    
}

@media(min-width:990px){
    .display-info-section h2 {
        font-size: 5.5em;
        text-align: center;
        margin-top: 0.50em;
        margin-bottom: 0.25em;    
        line-height: 80px;
    }    
}

.card-container{
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}

.card{
    width: 100%;
    max-width: 400px;
    border-radius: 15px;
    overflow: hidden;
    margin: 1em 1em;   
}

.card .top{
    background-image:url('https://nauticomp.com/wp-content/uploads/2025/07/card-top-bg.png');
    background-size: cover;
    padding: 2em 0;
}

.card .top img{
    width:100%;
    max-width: 200px;
    height: 200px;
    display: block;
    margin: auto;
    object-fit: contain;
}

.card .bar{
    width: 100%;
    height: 20px;
    background-color: #ed1c24;
}

.card .bottom{
    background-image:url('https://nauticomp.com/wp-content/uploads/2025/07/card-bottom-bg.png');
    padding: 2em 2em;
    color:#fff;
    padding-bottom:0em;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-size: cover;
}

.card .bottom h3{
    margin: 0;
}

.card .bottom p{
    min-height:350px;
}

.about-us-page h2{
    font-size:3em;
    color:#000;
    color: #a7a7a7;
    font-weight: 200;
    line-height:40px;
    margin-bottom:0.25em;
}

.about-us-page h2 span{
    font-weight: 500;
}


.about-us-page h3 {
    font-size: 2em;
}

.about-us-page h4 {
    font-size: 1.5em;
}

.about-us-page .hero{
    height: 440px;
}

.about-us-page .hero p{
    color:#fff;
}

.about-us-page .container{
    box-sizing: border-box;
    padding: 0 2em;
}

@media(min-width:990px){
    .about-us-page h2{
        font-size:7em;
        line-height:100px;
    }
    
    .about-us-page .hero{
        height: 1200px;
    }  
    
    .about-us-page .hero p{
        color:#000;
    } 
    
    .about-us-page .container{
        padding: 0 0;
    }    
}

.about-us-page .card .bottom p{
    min-height: 450px;
}

.product-archive-page .card .bottom p{
    min-height: 500px;
}

.product-archive-page .card h3{
    font-size: 1.5em;
}

.card .bottom .learn-btn {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #ed1c24;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 150px;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}

.footer-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top:2em;
    padding: 2em 2em;
    box-sizing:border-box;
}

@media(min-width:990px){
    .footer-container{
        padding: 0 0;
        padding-top: 2em;
    }
}

.site-footer ul{
    padding: 0;
    margin: 0;
}

.site-footer ul li{
    list-style:none;
}

.site-footer a{
    text-decoration: none;
}

.footer-row {
    width: 100%;
}

#footer-menu{
    padding-top: 1em;
}

.social-icons a{
    font-size: 3em;
    margin: 0.25em;
}

.footer-list li strong {
    font-size: 1em;
    margin-top: 1em;
    position: relative;
    display: block;
}

.footer-col{
    position: relative;
}

.footer-col h5{
    font-size: 1.25em;
    margin-top: 0.75em;
}

.nmea-logo{
    position: relative;
}

@media(min-width:990px){
    .nmea-logo{
        position: absolute;
        bottom: 0;
    }    
}

.blog-hero-container {
    width: 100%;
    max-width: 975px;
    margin: auto;
    height: auto;
    
}

.blog-hero-container h1{
    margin-top: 0;
    padding-top:3em;
    color: #ed1c24;
}

.blog-posts-container{
    background-size: 600px;
}

.blog-container-container{
    max-width: 975px;
    margin: auto;
}

.blog-posts-container .blog-hero-container{
    overflow-y: scroll;
    max-width: 900px;
}

.blog-posts-container .blog-hero-container a {
    display: block;
    margin: 1em 1em;
    text-decoration: none;
    font-weight:bold;
}

.blog-posts-container .blog-hero-container a .archive-post span{
    color: #ed1c24;
}

.blog-container-container .search-form{
    margin: 1em;
}

.blog-container-container .search-form .search-field {
    border-radius: 25px;
    padding: 1em;
    border: 2px solid #a7a7a7;
    width:100%;
    max-width: 300px;
}

.blog-container-container .search-form{
    position: relative;
    margin-top: 0;
    margin-left:3em;
}

.blog-container-container .search-form .search-submit {
    background-image: url(https://nauticomp.com/wp-content/uploads/2025/07/search-icon.png);
    width: 45px;
    height: 45px;
    border: 0;
    background-color: #00000000;
    background-size: cover;
    background-repeat: no-repeat;
    text-indent: 152%;
    white-space: nowrap;
    overflow: hidden;
    position:absolute;
    left:255px;
}

.blog-container-container .search-form .search-submit:hover{
    cursor: pointer;
}

.text-red{
    color: #ed1c24;
}

.blog-container-container{
    padding-top:1em;
}

.blog-container-container .blog-hero-container{
    background-color:unset;
}

.blog-hero, .about-hero{
    position:relative;
}

@media(min-width:990px){
    .blog-hero, .about-hero{
        position:relative;
        background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.66) 51%, rgba(255, 255, 255, 0.13) 92%);
    }    
    .blog-hero .device-row, .about-hero .device-row {
        bottom: 40px;
        left: 80px;
        position: absolute;
    }    
}



@media(min-width: 1200px){
    .blog-hero-container {
        height: 1162px;
    }
}

.blog-hero-container .device-row{
    opacity: 1;
}

.contact-form-container{
    text-align:center;
}

.contact-form-container form {
    text-align: left;
    display: inline-block;
    width: 100%;
    max-width: 500px;
    padding: 2em 2em;
    box-sizing:border-box;
}

@media(min-width:990px){
    .contact-form-container form {
        padding: 2em 0;
        padding-top: 0;
    }
}

.contact-form-container label{
}

.contact-form-container form input, .contact-form-container form textarea{
    width: 100%;
    border-radius:15px;
    border: 1px solid #8d8d8d;
    padding: 1em;
    margin-top: 1em;
    box-sizing: border-box;
}

.contact-form-container form input[type="submit"]{
    color:#fff;
    font-weight:bold;
    background-color:#de0909;
    border-radius:20px;
    width:100%;
    max-width:200px;
    text-transform:uppercase;
    float:right;
    font-size:1.25em;
    padding:0.5em 0.25em;
}

.location-info-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width:1000px;
    margin: auto;
    padding: 3em 0;
}

.location-info-container .location-col{
        text-align:left;
        width: 100%;
        margin: 0;
        padding: 0 1em;
        box-sizing: border-box;      
        padding-bottom:2em;
    }  
    
.location-info-container .location-col h2{
    margin: 0;
    color:#de0909;
}

@media(min-width:990px){
    .location-info-container .location-col{
        width: 33%;
        padding-bottom:0;
    }
}

.single-product-featured-image {
    display: block;
    margin: auto;
}


.faq-page .table{
    margin: 2em 0;
}

.faq-page .table tr:nth-child(even){
    background-color: #dcdcde !important;
}

.faq-page .table td{
    padding: 1em;
}

.faq-page .table th{
    font-size: 1.5em;
    color:#de0909;
    text-align:left;
}

.faq-page{
    margin: 3em 0;
}

.faq-page h1{
    font-size: 5em;
    margin: 0;
    color:#de0909;
}

.faq-page h2{
    font-size: 2em;
    font-weight: 300;
    margin: 0;
}

.faq-page h3{
    color:#de0909;
    font-size: 3em;
}

.faq-page h3:hover{
    cursor:pointer;
}

.faq-page h1 img {
    width: 100%;
    max-width: 45px;
    margin-right: 0.25em;
}


.nav-container-align{
    width: 100%;
    max-width: 980px;
    margin: auto;
}

.post-content-container{
    padding: 2em 0;
}

.about-hero{
    padding: 0 2em;
    box-sizing: border-box;
    position:relative;
}

.about-hero h1{
    
    padding-top: 1em;
    text-align:left;
    color:#000;
    font-weight:200;
    font-size: 2.5em;
    display: inline-block;
    width: 100%;
}
.about-hero h1 span{
    color: #ed1c24;
    font-weight: 600;
}

@media(min-width:990px){
    .about-hero h1{
        font-size: 6.5em;
        
    }
    
    .about-hero{
        padding: 0 10em;
        
    }
}

.about-hero p{
    text-align: center;
}

.product-archive h1{
    font-size: 3em;
    color:#000;
    font-weight:200;
}

.product-archive h1 span{
    font-size: 1.05em;
    font-weight:500;
}

.product-single-template-page h1{
    padding-top: 2em;
    font-size: 2em;
    color:#000;
    font-weight:200;    
    text-align:left;
}

.product-single-template-page h1 span{
    font-size: 1.5em;
    font-weight:500;
    line-height: 40px;
}

@media(min-width:990px){
    .product-archive h1{
        font-size: 7em;
    }
    .product-single-template-page h1{
        font-size: 5em;
    }
    .product-single-template-page h1 span{
        line-height: 120px;
    }
}

.product-single {
    padding: 0 5em;
    box-sizing: border-box;
}

.product-single-card-container  .card{
    max-width: 500px;
}

.product-single-card-container .bottom{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-single-card-container .bottom .content-left{
    width: 100%;
    max-width:300px;
    position:relative;
}

.product-single-card-container .bottom .content-right{
    width: 100%;
    max-width:100px;
}

.product-single-card-container .bottom .download-ico {
    width: 100%;
    max-width: 75px;
    display: block;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 2em;
}

.download-tray {
    position: absolute;
    bottom: 0;
    left: 60px;
    width: 200px;
}

.product-single-card-container .bottom .content-right .device-col{
    width:100%;
}

.product-single-card-container .bottom .content-left h3{
    font-size: 1.5em;
    padding-bottom: 0.5em;
}

.product-single-card-container .bottom .content-left ul{
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 450px;
}

.product-single-card-container .bottom .content-left ul li{
    margin-top: 0.25em;
    font-weight: bold;
}


.sunlight-monitors-page .product-single-card-container .bottom .content-left{
    max-width: unset;
}

.sunlight-monitors-page .download-tray{
    position: relative;
    margin: auto;
    left: 0;
}
.military-monitors-page .product-single-card-container{
    flex-wrap: wrap;
}


@media(min-width:990px){
    .military-monitors-page .product-single-card-container .bottom .content-left{
            min-height: 540px;
    }
}


/* popout form CSS */

div#wpcs_tab_174 {
    border: 3px solid #ffffff;
    border-bottom: none;
    cursor: pointer;
    width: 170px;
    height: 28px;
    overflow: hidden;
    background:#5593e5;
    font-weight:bold;
    text-transform:uppercase;
    color: #ffffff;
    padding: 8px 0px 0px 0px;
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: center;

    z-index: 9999999;
    font-size: 18px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;   
    background: linear-gradient(180deg,rgba(85, 147, 229, 1) 0%, rgba(151, 184, 230, 1) 100%);
}

@media(min-width:990px){
    div#wpcs_tab_174 {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        
        bottom:unset;
        top: 200px;
        right: -70px;
    }
}


div#wpcs_content_main_174 {
    opacity: 0;
    position: fixed;
    width: 500px;
    max-width: 100%;
    background: #5593e5;
    color:#fff;
    
    top: 0px;
    right: -500px;
    padding: 0px;
    margin: 0px;
    z-index: 9999999;
}

div#wpcs_close_slider_174 {
    top: 0px;
    left: 0px;
    position: absolute;
    bottom: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: #0000007a;
    padding: 0px;
    overflow: hidden;
}

div#wpcs_overlay_174 {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999;
    background: rgba(49, 49, 49, 0.65);
}

div#wpcs_close_slider_174 img{
    width: 100%;
}

div#wpcs_content_inner_174 {
    padding: 2em;
}

div#wpcs_content_inner_174 textarea {
    max-height: 100px;
}

.popout-logo{
    width: 100%;
    max-width:200px;
    display:none;
    margin:auto;
    margin-top: 0.5em;
    margin-bottom:1em;
}

#primary-menu .sub-menu {
    display: block;
    position: relative;
}

@media(min-width:990px){
      #primary-menu .sub-menu {
        display: none;
    }  
    
    .menu-item-has-children:hover .sub-menu {
        display: block !important;
        position: absolute !important;
        width: 100%;
        background-color: #38383873;
        width: 250px;
        padding-left: 0;
        border-bottom-left-radius: 15px;
        top: 35px;
        border-bottom-right-radius: 15px;
    }    
    
    .menu-item-has-children:hover .sub-menu li{
        padding: 0;
        width: 100%;
        padding: 0.5em;
        box-sizing:border-box;
    }    
}







.menu-item-has-children:hover .sub-menu li a{
    width: 100%;
}

.menu-item-has-children:hover .sub-menu a{
    border: unset !important;
}

.sub-menu a{
    display: block;
    top: 0 !important;
}
.sub-menu .current-menu-item a {
    background-color: #ffffff00 !important;
}

.sub-menu .current-menu-item{
    background-color: #00adee;
}



@media(min-width:990px){
	.popout-logo{
		display:block;
	}
}

.wpcs_overlay_display_cross {
    cursor: url(hhttps://nauticomp.com/wp-content/uploads/2025/08/cursor_close.png), auto;
}

.contact-form-text{
    text-align:center;
    font-size:2em;
    margin: 0;
    padding: 0;
    font-weight:bold;
}

.tel-num{
    display:inline-block;
    border: 0;
    color:#fff;
}

#wpcf7-f6230-o1 {
    padding-top:2em;
}

#wpcf7-f114-o1 {
    padding-top:2em;
}



#wpcf7-f6230-o1 input[type="text"],
#wpcf7-f6230-o1 input[type="email"],
#wpcf7-f6230-o1 input[type="tel"],
#wpcf7-f6230-o1 select{
    background-color: #fff;
    color: #000;
    border: 0;
    border-radius: 30px;
    width: 100%;
    height: 55px;
    padding-left: 10px;    
}



#wpcf7-f6230-o1 input[type="tel"], #wpcf7-f114-o1 input[type="tel"]{
    width: 100%;
    min-height: 54px;
    padding: 0.5em;
    
}

#wpcf7-f6230-o1 select, #wpcf7-f114-o1 select{
    width: 100%;
    padding: 0.5em;
}

#wpcf7-f6230-o1 input[type="submit"], #wpcf7-f114-o1 input[type="submit"]{
 background-color:#fff;
 color:#000;
 width:100%;
 border-radius:30px;
}

.wpcf7 form .wpcf7-response-output{
    margin: 0;
    margin-bottom:0.5em;
}

#wpcf7-f6230-o1 p, #wpcf7-f114-o1 p{
    margin-bottom: 0.5em;
}

::placeholder{
    color:#000;
    opacity:1;
}
/* END popout form CSS */

.downloads-content-container{
    overflow-y: auto;
    height: auto;
}

.downloads-content-container .archive-post .title{
    padding: 0.5em;
    box-sizing: border-box;
}

.downloads-content-container .downloads-list a:nth-child(odd) .title{
    background-color: #e0e0e2;
}

.downloads-hero h1{
    font-size: 7em;
    text-transform: uppercase;
}

.downloads-hero h1 span {
    font-size: 0.63em;
    color: #000;
    font-weight: 200;
}

.publications-container{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.publications-container .publication{
    margin: 1em;
}

.callout-click{
    opacity: 1;
    transition: 1s all ease;
}

.callout-click:hover{
    opacity: 0.8;
    cursor:pointer;
}
/* COOKIE PLUGIN CSS */

#cookies-box {
    align-items: center
}

.btnsCookie {
    display: flex;
    align-items: center
}

.btnsCookie .btnCookie {
    width: auto;
    background: #289dcc
}

.btnsCookie .btnCookie:hover {
    background: #fff
}

.btnsCookie .btnCookie.decline {
    margin-left: 20px;
    margin-top: 0
}


/* END COOKIE PLUGIN CSS */

#dijital-share{
	background-color: #fff;
	text-align:center;
}

#dijital-share img{
	width: 100%;
    max-width: 600px;
    display: inline-block;
}



    /*
 #wpcs_content_main_174, #wpcs_tab_174{
    display: none;
}
*/