/* 
    Created on : 20 Sep 2022, 14:32:51
    Author     : colin
*/
@import url("../../SmallServers/css/errors_and_exceptions.css") all;
@import url("../../SmallServers/css/templating_tags.css") all;


*{
    font-family: "Source Sans Pro", "Roboto", Arial, sans-serif;
}
body{
    /* 
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
       background-image: url('../img/backgrounds/generic-background.jpg');*/
    /*background-image: none !important; 
     background-repeat: no-repeat;
     background-attachment: fixed;
    */
    background: #0073C0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    padding:0;

}
#outer{
    margin: 0 !important;
    padding: 0 !important;
}
#outer a{
    color:white;
}
#outer a:hover{
    text-decoration: none;
    color: #ccc;
}
.video_frame{
    margin: 1em auto 1em auto;
}
.navbar {
    padding: 10px 16px;
    background: black;
    color: white;
    text-align: center;
    z-index: 1000;
    text-transform:uppercase;
}
.navbar a, .navbar a:hover{
    text-decoration:none;
}
a.anchor{
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}
.bright{
    color:yellow;
}
.band_application_notice{
    font-size: 1.5em;
    color: maroon;
    font-weight: bold;
    margin: .3em auto;
    width: 80%;
    text-align: center;
}
.band-box{
    background: #114F79;
    padding: 1em .3em;
    margin-bottom: 2em;
}
.special_box{
    background: white;
    color:black !important;
    margin-bottom: 1em;
    border: 5px black dotted;
}
.special_box a{
    color: navy !important;
}
.special_title{
    text-align:center;
    font-size: 2em;
    font-style: italic;
    font-weight: bold;
}
.bb_subtitle{
    text-align:center;
    font-size: 1em;

    font-weight: bold;
}
.white-text, .clear-text{
    display:inline-block;
    padding: .2em;
    font-size: 1.1em;
    font-weight:bold  !important;
    color: #102E8B;
    text-transform: uppercase;
    background: transparent;

}
.white-text{
    border: 4px solid white;
}
.clear-text{
    background: white;
    border: 4px solid white;
}
.white-text h1, .clear-text h1{
    font-weight:bold  !important;
    margin:0;
}
.bold-yellow{
    font-weight:bold;
    color:yellow;
}
#hl_announce{
    font-weight:bold;
    color:white;
    background: #CF2B1C;
}
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 20px;
    text-align: center;
    z-index:100;
}
#main-content{
    opacity: .98;
    width: 95%;
    margin: 0 auto;
    font-size: 120%;
}
.page_footer{
    margin-top: 1.2em;
    background: #102e90;

}


footer div.icons a{
    margin: 0 1em;
    color:white;
}
.icons{
    display: inline-flex;
    margin-left: auto;
    a{
        transition: all 0.2s ease-in-out;
        padding: 0.2rem 0.4rem;
        color: #ccc !important;
        text-decoration: none;
        &:hover{
            color: white;
            text-shadow: 0 0 30px white;
        }
    }
}
.v-space-2{
    margin: 1cm 0 1cm 0;
}
a.no_link{
    text-decoration: none;

}
.page_footer a.no_link{
    color:white !important;
}
a:hover.no_link{
    text-decoration: underline;
}
.external, .external_target{
    background:  url(/src/ThisWebsite/img/icons/external-link.png) top right no-repeat;
    padding-right: 15px;
}
.amazon{
    background:  url(/src/ThisWebsite/img/icons/amazon-icon.png) top right no-repeat;
    padding-right: 35px;
    margin-right: 20px;
}
.pdf_download{
    background: transparent url(/src/ThisWebsite/img/icons/pdf_small.jpeg) top right no-repeat;
    padding-right: 20px;
}

.article{
    padding: .5em;
    width: 100%;
    background: transparent;
    border: 4px solid white;
    margin-top: 10px;
}

.faq_block{
    margin: 0 auto 1em auto;
    padding: 3px;
}
.faq_question{
    text-align: center;
    font-weight: bold;
    font-size: 14pt;
    color: navy;
}
.faq_answer{
    text-align: justify;
}
#faq a{
    color: #4A2AF0 !important;
    font-weight: bold;
}


.required{
    color: red;
    font-weight:bold;
}
.nb{
    text-align: center;
    background: #A6161C;
    color: white;
    font-weight: bold;
    padding: 3px;
    border: 2px solid black;
}
a.no_link{
    text-decoration: none;

}
.page_footer a.no_link{
    color:white !important;
}

a:hover.no_link{
    text-decoration: underline;
}

.clickable{
    cursor: pointer;
}

.caption{
    text-align: center;
}
#bootstrapCookieConsentSettingsModal{
    color:black !important;
}


.offers-block{
    min-height: 170px;
    margin: 60px 0 10px 10px;
    text-align: left;
}
.offers-block h5{
    text-align: center;
    font-weight: bold;
}
.starburst{
    background: url(/src/ThisWebsite/img/icons/starburst.png) no-repeat;
    transform: rotate(-20deg);
    height: 200px;
    width: 200px;
    z-index: 5;
    float: left;
    position: relative;
    top: -50px;
    left: -50px;
    margin: 0 -30px -50px 0;

}
.starburst div{
    width: 200px;
    text-align: center;
    font-weight:bold;
    font-family: 'Brush Script MT', 'Times', 'Verdana';
    font-size: 200%;
    line-height: 100%;
}

.starburst-a{
    background: url(/src/ThisWebsite/img/icons/starburst.png) no-repeat;
    transform: rotate(-20deg);
    height: 200px;
    width: 200px;
    z-index: 5;

    position: relative;
    top: -20px;
    right: -70%;


}
.starburst-a div{
    width: 200px;
    text-align: center;
    font-weight:bold;
    font-family: 'Brush Script MT', 'Times', 'Verdana';
    font-size: 200%;
    line-height: 100%;
}


.dropdown-item, .dropdown-toggle {

    white-space: normal !important;
}
.brochure_result{

}
.form-message{
    border: 2px solid black;
    padding: .3em;
    width: 80%;
    margin: .3em auto;
    background: #fff3cd;
    color:black !important;
}

.offcanvas{

}
.iframe-wrapper{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 Aspect ration */

}
.iframe-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/**
*   Any special media styles.
*/
@media print {
    .print-break {
        /* page-break-after: always !important; */
        break-before: always !important;
        text-decoration: overline;
        display: block;
        clear: both;
        margin-bottom: 1.5cm;
    }

}

/* Extra Small devices (portrait phones, 300px and up)*/
@media (min-width: 300px) {
    .banner {
        background: url('../img/site_images/napton-homepage-banner_320.jpg') top center;
        height: 145px;
        padding: 10px;
        text-align: center;
    }
    h1 {
        font-size: 120% !important;
    }

    #location_map{
        width:250px;
        height:200px;
    }

    #mega-big{
        font-size:300%  !important;
    }
    #hl_announce{
        font-size: 14pt;
    }
}
/* Small devices (portrait phones, 460px and up)*/
@media (min-width: 460px) {
    .banner {
        background: url('../img/site_images/napton-homepage-banner_544.jpg') top center;
        height: 185px;
        padding: 20px;
        text-align: center;
    }
    #location_map{
        width:300px;
        height:250px;
    }
}
/* Small devices (landscape phones, 544px and up)*/
@media (min-width: 544px) {
    .banner {
        background: url('../img/site_images/napton-homepage-banner_768.jpg') top center;
        height: 282px;
        padding: 30px;
        text-align: center;
    }
    h1 {
        font-size: 200% !important;
    }
    #hl_announce{
        font-size: 24pt;
    }
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px){
    .banner {
        background: url('../img/site_images/napton-homepage-banner_1024.jpg') top center;
        height: 393px;
        padding: 30px;
        text-align: center;
    }
    h1 {
        font-size: 350% !important;
    }
    #location_map{
        width:400px;
        height:350px;
    }
}
/* Large devices ( 1024px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 1024px){

    .banner {
        background: url('../img/site_images/napton-homepage-banner.jpg') top center;
        height: 550px;
        padding: 30px;
        text-align: center;
    }
    h1 {
        font-size: 490% !important;
    }
    #location_map{
        width:600px;
        height:450px;
    }
}