/*bootstrap breakpoints

// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... } sm

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... } md

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... } lg

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... } xl

*/

/*custom font colors*/
.blueF {
    color: #6797C0;
}
.greenF {
    color: #41C6AB;
}
.yellowF {
    color: #FEC877;
}
.salmonF {
    color: #FF7B65;
}
.err {
    color: #FF0000;
    font-size: 10px;
    font-style: italic;
}
.errBig {
    color: #FF0000;
    font-size: 12px;
    font-style: italic;
}
/*chang placeholder color*/
.plhRed::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1; /* Firefox */
}

.plhRed:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
}

.plhRed::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
}
.snippetOuter {
    border-top: solid 3px #8d8d8d;
    border-bottom: solid 3px #8d8d8d;
    padding-top: 15px !important;
}
.snippet {
    /*background-color: rgba(103,151,192,0.2);*/
    background-color: rgba(254,200,119,0.2);
    padding: 30px 30px 0 30px;
    font-style: italic;
    min-height: 150px;
}
/*Site Search 360 search icon*/
#searchIcon {
    width: 100%;
    background-image: url("../images/search.png");
}

/*blog comment section*/
.comment {
    width: 90%;
    margin: 0 auto 30px auto;
}
.reply {
    width: 90%;
    margin: 0 auto 10px auto;
}

/*table styles*/
.va1 {
    margin: 0 auto 0 auto;
}
#myTable th {
    color: #ffffff !important;
    background-color: #6797C0 !important;
}
#myTable td {
    background-color: #f2f2f2;
}
#myTable2 th {
    color: #ffffff !important;
    background-color: #6797C0 !important;
}
#myTable2 td {
    background-color: #f2f2f2;
}
#myTable2C th {
    color: #ffffff !important;
    background-color: #6797C0 !important;
}
#myTable2C td {
    background-color: #ffffff;
}
#tableBQ {
    width: 50%;
    margin: 0 auto 0 auto
}
#tableBQ tr td {
    padding: 0 !important;
    margin: 0 !important;
}
/*ul styles*/
#indexUL ul {
    margin: 0;
    padding: 0;
}
#indexUL li {
    list-style-type: none;
    margin-bottom: 15px;
}
#indexUL ul li ul li {
    margin-left: 5%;
    font-style: italic;
}

/*form control styles*/
.inputStyle {
    max-height: 24px;
}
/*alternating rows css*/
.post {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}
.row .post:nth-child(even){
    background-color: #8bc2ec;
}
.row .post:nth-child(odd){
    background-color: #f2f2f2;
}
/*change links to custom color*/
ul.nav li a, ul.nav li a:visited {
    color: #41C6AB !important;
    font-size: 12px !important;
    /*font-weight: bold;*/
}

ul.nav li a:hover {
    color: #FF7B65 !important;
    /*font-weight: bold;*/
}
/*Secondary Links css*/
 ul.secNavBar li a, ul.secNavBar li a:visited {
    color: #FFFFFF !important;
    font-size: 12px;
    /*font-weight: bold;*/
}

ul.secNavBar li a:hover {
    color: #FF7B65 !important;
    /*font-weight: bold;*/
}
/*Content links*/
a.content, a.content:visited {
    text-decoration: none;
    color: #6797C0;
}
a.content:hover {
    text-decoration: underline;
    color: #FF7B65;
}
/*Popover link styles*/
.popover {
    background-color: #FEC877;
}
a.pop:link{
    color: #FF7B65;
}
    /*blog links*/
a.blogs, a.blogs:visited {
    text-decoration: none;
    color: #6797C0;
    font-size: 14px;
}
a.blogs:hover {
    color: #FF7B65;
}
/*overide nav active color*/
.bgActiveM {
    background-color: #314563;
}
.bgActiveS {
    background-color: #314563;
}
/*accordion styles*/
.change .card-header {
    background-color: #6797C0;
}
.change .card-body {
    background-color: #f2f2f2;
}
.change .card-link {
    color: #ffffff !important;
}
.change .card-link:hover {
    color: #314563 !important;
}
#locAccordion .card {
    border: none;
}
.locAcc .card-header {
    border: #ffffff;
    background-color: transparent;
}
.locAcc .card-link {
    color: #6797C0 !important;
}
.locAcc .card-link:hover {
    color: #394d73 !important;
}
.locAcc .card-body {
    background-color: #f2f2f2;
}
/* advertisement styles */
#advert2 {

}
/*scroll sections*/
.divScroll {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media only screen and (min-width: 576px) {
    .va1 {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    #navbar1 {
        background-color: rgba(254,200,119,.5);
    }
    /*.nBar {*/
    /*    margin-top: 110px;*/
    /*}*/
    /*.nBarF {*/
    /*    margin-top: 125px;*/
    /*}*/
    ul.nav li a, ul.nav li a:visited {
        font-size: 12px !important;
    }
    #advert2 {

    }
}

@media only screen and (min-width: 992px) {
    /*.nBar {*/
    /*    margin-top: 125px;*/
    /*}*/
    /*.nBarF {*/
    /*    margin-top: 110px;*/
    /*}*/
    ul.nav li a {
        font-size: 20px;
    }
    ul.nav li a, ul.nav li a:visited {
        font-size: 12px !important;
    }
    .va1 {
        width: 75%;
    }
}

@media only screen and (min-width: 1200px) {
    #navbar1 {
        background-color: transparent;
    }
    /*.nBar {*/
    /*    margin-top: 90px;*/
    /*}*/
    .nBarF {
        margin-top: 40px;
    }
    ul.nav li a, ul.nav li a:visited {
        font-size: 14px !important;
    }

}