/* ===================================
TABLE OF CONTENTS:

1 - COLORS
2 - FOUNDATIONS
3 - TYPOGRAPHY
4 - TEMPLATE PARTS
    - Buttons
    - Input Fields
    - Spacing
    - Breadcrumbs
    - Page Title
    - Filters
    - Accordion
    - Table
    - Lists
    - Checkboxes
    - Background
    - Pagination
    - Stand Out Boxes
5 - CUSTOM COLUMNS
6 - COMPONENTS
7 - HEADER
8 - EMAIL FORM
9 - HOME PAGE
10 - ABOUT PAGES
    - Introduction
    - Data Overview
    - Separation by Code
    - PTSC
    - Staff
11 - SITES
    - Interrogation Site Metadata
    - GIS Data
12 - RESOURCES PAGES
    - News
    - News Article
    - Video Library
    - Workshop
13 - SOFTWARE PAGE
14 - CONTACT PAGE
15 - SEARCH & 404 PAGES
16 - FAQ PAGE
17 - FOOTER
18 - SCROLL TOP
19 - MEDIA QUERIES

====================================*/

/* ===================================
1 - COLORS
====================================

Black: #252525;
Dark blue: #00406A;
Bright blue: #4286BA;
Medium gray: #D7D7D7;
Light gray: #EBEBEB;

*/

/* ===================================
2 - FOUNDATIONS
====================================*/

*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit; 
}

html, body {
    /*height: 100%;*/
    /*margin: 0;*/
    position: relative;
    min-height: 100vh;
    width: auto;
}

html {
    font-size: 62.5%; 
    scroll-behavior: smooth;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -moz-font-smoothing: antialiased;
}

body {
    box-sizing: border-box;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: .02rem;
    color: #252525;
    opacity: 1;
    transition: opacity 1s ease;
}

.dx-datagrid {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
}  


.loaded {
    /*opacity: 1;*/
}


/* ===================================
3 - TYPOGRAPHY
====================================*/

h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 2.2rem;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 3.5rem;
}

h3 {
    font-weight: bold;
}

h4 {
    font-weight: bold;
    color: #00406A;
    text-transform: uppercase;
}

h5 {
    font-size: 1.6rem;
    font-weight: bold;
}

.heading--tertiary--white {
    color: #f7f7f7;
}

.heading--tertiary--lightBlue {
    text-transform: uppercase;
    color: #4286BA;
}

.heading--subsection {
    font-size: 1.6rem;
    font-weight: bold;
    color: #00406A;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}

.heading--member {
    color: #4286BA;
    text-decoration: uppercase;
}

.navbar-nav {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.nav-link {
    color: #00406A !important;
}
.nav-link,
.dropdown-item {
    color: #00406A;
    font-size: 1.5rem;
    text-decoration: none;
    border-bottom: 1px solid transparent; /* ADA */    
}

/*  ADA new style .  Added on 03/26/2019.*/
.dropdown-item:active {
    background-color: #00406A;
}

a {
    color: #4286BA;
    font-weight: 400;
    text-decoration: underline;
    transition: all .3s;
}

a:hover {
    color: #00406A;
    font-weight: 400;
    text-decoration: none;
}

.a__hover--white:hover {
    color: #f7f7f7;
}

.white-link {
    color: #f7f7f7;
    font-weight: 400;
    text-decoration: underline;
    list-style: none;
    transition: all .3s;
}

.white-link:hover {
    color: #f7f7f7;
    text-decoration: none;
}

.text--darkBlue {
    color: #00406A;
}

.sideNote {
    color: #939393;
}

/* ===================================
4 - TEMPLATE PARTS
====================================*/

/* Buttons */

button[type=button],
button[type=reset],
button[type=submit] {
    color: #fff;
    font-size: 1.5rem;
    padding: 5px 3rem;
    text-decoration: none;
    cursor: pointer;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: all .3s;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(73, 73, 73, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(73, 73, 73, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(73, 73, 73, 0.16);
}

/* added on 03042019 */
.btn--link {
    color: #fff !important;
    font-size: 1.5rem;
    padding: 5px 3rem;
    text-decoration: none;
    cursor: pointer;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: all .3s;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(73, 73, 73, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(73, 73, 73, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(73, 73, 73, 0.16);
}
/* ----------------  */

.btn--primary {
    background-color: #4286BA;
}

.btn--primary:hover {
    background-color: #37729e;
}

.btn--secondary {
    background-color: #00406A;
}

.btn--secondary:hover {
    background-color: rgb(0, 45, 75);
}

/*button.btn--big*/

.btn--big {
    width: 100%;
    padding: 1.5rem 1rem;
    text-transform: uppercase;
}

button.btn--search {
    background-color: #ebebeb;
    color: #707070;
    font-size: 1.5rem;
    height: 100%;
    padding: 5px 15px;
    border-top: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-left: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

button.btn--search:focus {
    background-color: #fff;
    color: #4286BA;
}

button.dropdown-toggle {
    padding: 5px 1rem;
}

button.dropdown-toggle--filter {
    min-width: 18rem;
}

.btn--noShadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Input fields */

.form-control {
    background-color: #ebebeb;
    border: 1px solid #d7d7d7;
    color: #707070;
    font-size: 1.6rem;
    height: 100%;
    padding-top: 5px;
    padding-left: 1.5rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input:focus,
.form-control:focus {
    outline: none;
    background-color: #fff;
    border: 1px solid #4286BA;
}

.form-control--search {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-right: none;
}

.input-group.search-wrap {
    max-width: 550px;
}
.input-group.search-wrap input.form-control.form-control--search,
input.form-control.form-control--search {
    min-height: 40px;
}

/* Spacing */

section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.pageSection1 {
    padding-top: 0;
    padding-bottom: 7rem;
}

.sectionPadding {
    padding: 7rem;
}

.sectionPadding--sides {
    padding-left: 7rem;
    padding-right: 7rem;
}

.marginTop--50 {
    margin-top: 5rem;
}

.marginTop--30 {
    margin-top: 3rem;
}

.marginBottom--100 {
    margin-bottom: 10rem;
}

.marginBottom--50 {
    margin-bottom: 5rem;
}

.marginBottom--30 {
    margin-bottom: 3rem;
}

.marginLeft--10 {
    margin-left: 1rem;
}

.paddingBottom--0 {
    padding-bottom: 0;
}

/* Breadcrumbs */

.breadcrumb {
    background-color: transparent;
    font-size: 1.3rem;
}

.breadcrumb-item a {
    font-weight: 400;
}

/* Page Title */

.pageTitle {
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 3rem;
}

/* Filters */

.filter__container {
    border: 1px solid #707070;
    background-color: #f7f7f7;
    padding: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter__container--darkBG {
    background-color: #d7d7d7;
    margin-bottom: 0;
}

.filter__container--whiteBG {
    background-color: #fff;
}

.filter__container--item {
    margin-right: 3rem;
}

.filter__container--item input[type=radio] {
    margin-right: 1rem;
}

button.dropdown-toggle--filter,
button.dropdown-toggle--filter:hover,
button.dropdown-toggle--filter:focus {
    background-color: #fff;
    color: #252525;
    border: 1px solid #252525;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dropdown.show > .btn-secondary.dropdown-toggle { 
    background-color: #00406a !important;
    color: #ffffff;
    border-color: #252525;
}

.dropdown.filter__container--item .dropdown-toggle::after, 
.siteConfigurationDropdown__container button:after {
    font-size: 2rem;
}
.dropdown.filter__container--item .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 14px;
}
.siteConfigurationDropdown__container button:after {
    position: relative;
    right: -108px;
    top: 4px;
    font-size: 2rem;
}

/* Accordion */

button.btn--accordion {
    background-color: #00406A;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    /* added March 06 2019 */
    text-decoration: none !important;
}

button.btn--accordion:hover {
    color: #f7f7f7;
    /*text-decoration: none;*/
    background-color: rgb(0, 45, 75);
}

.accordion__header {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0;
}

.accordion__header--bigger {
    font-size: 1.9rem;
}

/* added March 06 2019 */

.btn--accordion.collapsed .accordion__header.accordion__header--bigger:after {
    content: '+' !important;
}

.btn--accordion .accordion__header.accordion__header--bigger:after {
    content: '-';
}
/* -- end new style -- */


/* Table */

.thead--oneItem {
    width: 100%;
    background-color: #00406A;
    padding: 1.5rem 3.5rem 1rem;
}

.thead--oneItem h4 {
    color: #f7f7f7;
    text-transform: none;
}

.table .thead-dark th {
    background-color: #00406A;
}

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}

.table-striped>tbody>tr:nth-child(even)>td, 
.table-striped>tbody>tr:nth-child(even)>th {
    background-color: #f7f7f7;
}

.table-bordered td, 
.table-bordered th {
    border: 1px solid #707070;
}

tbody.tbody--whiteBG {
    background-color: #fff;
    padding: 2rem;
}

tr.tr--paddingBig {
    padding: 1rem 2rem;
}

/* Lists */

.ul--noStyle {
    list-style: none;
    padding-left: 0;
}

.link__ul {
    margin-left: 3rem;
    list-style: none;
}

.link__li::before {
    content: "\2022";
    color: #4286BA;
    font-weight: bold;
    display: inline-block; 
    width: 1.5rem;
    margin-left: -1em;
    font-size: 4rem;
    position: absolute;
    margin: -2.3rem;
}


/* Checkboxes */

[type="radio"]:not(:checked),
[type="radio"]:checked {
  /*position: absolute;
  left: -9999px;*/
}
.filter__container--item label.form-check-label {
    padding-left: 25px;
}
.filter__container--item label.form-check-label:before {
    /*content: " ";
    position: absolute;
    left: 0;
    width: 1.25em;
    height: 1.25em;
    background: #d7d7d7;
    border-radius: 50px;
    margin-top: 4px;*/
}
/* checked mark aspect */
[type="radio"]:not(:checked) + label.form-check-label:after,
[type="radio"]:checked + label.form-check-label:after {
    content: "\2713";
    position: absolute;
    left: 3px;
    color: #ffffff;
    transition: all .2s;
}
[type="radio"]:checked + label.form-check-label {
    color: #4286ba;
    font-weight: bold;
}
[type="radio"]:checked + label.form-check-label:before {
    background: #4286ba;
}
/* checked mark aspect changes */
[type="radio"]:not(:checked) + label.form-check-label:after {
    opacity: 0;
    transform: scale(0);
}
[type="radio"]:checked + label.form-check-label:after {
    opacity: 1;
    transform: scale(1);
}

/* Backgrounds */

.bg--lightGrey {
    background-color: #f7f7f7;
}

.bg--darkBlue {
    background-color: #00406A;
    color: #f7f7f7;
}

/* Pagination */

.pagination {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.page-item.disabled .page-link {
    background-color: transparent;
}

.page-link {
    background-color: transparent;
    font-weight: bold;
    color: #252525;
    text-decoration: none;
    border: none;
}

.page-link:hover {
    background-color: transparent;
    font-weight: bold;
    text-decoration: none;
    color: #00406A;
}

.page-item.active .page-link {
    background-color: transparent;
    color: #4286BA;
}

/* Stand out boxes */

.standOutBox {
    padding: 5rem 4rem;
    border: 1px solid #d7d7d7;
}

.standOutBox--white {
    background-color: #fff;
}

.standOutBox--noBorder {
    background-color: #f7f7f7;
    border: none;
    padding: 3rem;
}


/* ===================================
5 - CUSTOM COLUMNS
====================================*/

.gutter-10.row {
margin-right: -10px;
margin-left: -10px;
}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
padding-right: 10px;
padding-left: 10px;
}

/* ===================================
6 - COMPONENTS
====================================

SUBTLE BOXSHADOW
-webkit-box-shadow: 0px 3px 6px 0px rgba(73, 73, 73, 0.16);
-moz-box-shadow: 0px 3px 6px 0px rgba(73, 73, 73, 0.16);
box-shadow: 0px 3px 6px 0px rgba(73, 73, 73, 0.16);

BOLD BOXSHADOW
-webkit-box-shadow: 5px 5px 14.58px 3.42px rgba(73, 73, 73, 0.5);
-moz-box-shadow: 5px 5px 14.58px 3.42px rgba(73, 73, 73, 0.5);
box-shadow: 5px 5px 14.58px 3.42px rgba(73, 73, 73, 0.5);

BACKGROUND IMAGE
background: no-repeat center;
background-size: cover;

BORDER RADIUS :
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;

*/

/* ===================================
7 - HEADER
====================================*/


/* Header 1 */

.header1 {
    background-color: #f7f7f7;
}

.alert--cookies {
    background-color: #252525;
    color: #f7f7f7;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.alert-text--cookies {
    width: 50%;
    font-size: 1.3rem;
}

.btn--cookies {
    margin-right: 1.5rem;
}

.alert--notification {
    background-color: #4286BA;
    color: #f7f7f7;
    text-align: center;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.alert-text--notification {
    font-weight: 700;
}

button.close {
    font-size: 2.2rem;
    line-height: none;
    opacity: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: Transparent;
}

.header1 {
    padding: 1.2rem 4rem;
    border-bottom: 1px solid #707070;
}

.logo__container {
    width: 15rem;
    height: auto;
}

.logo__container img {
    width: 100%;
    height: auto;
}

.search--header {
    margin-right: 1rem;
}

/* Navbar Menu */

.navbar {
    padding: 0;
}

.navbar-nav {
    width: 100%; /*vw;*/
    margin: 0 auto;
    text-align: center;
    background-color: #ebebeb;
    justify-content: center;
}

.navbar-expand-lg .navbar-nav .nav-item a {
    padding: 2rem 3.5rem;
    transition: all .3s;
}

.nav-item:hover {
    color: #00406A;
}

.dropdown-menu {
    border-top: none;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    margin-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

li.nav-item:before {
    transform: skew(-12deg,0deg);
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    transform-origin: 0 35%;
    height: 70px;
    width: 100%;
    content: "";
    position: relative;
    display: block;
    z-index: 10;
}
li.nav-item:hover:before {
    background: white;
}
li.nav-item.active:before {
    background: #00406a;
}
.navbar-expand-lg .navbar-nav .nav-item a.nav-link {
    position: relative;
    top: -2px;
    margin-top: -68px;
    z-index: 999;
}
.navbar-expand-lg .navbar-nav .nav-item.active a.nav-link, 
.navbar-expand-lg .navbar-nav .nav-item.active span.show-dd-menu {
    color: white !important;
}

/*** Dropdown Menu ***/
/* added 03042019 */
.dropdown-header--navbar {
    font-size: 1.5rem;
    text-transform: none;
}
.dropdown-item--secondary {
    margin-left: 3rem;
    width: 100%;
}
.dropdown-item--secondary:hover {
    color: #252525;
    background-color: transparent;
}
/* ------------ */
.navbar-expand-lg .navbar-nav .nav-item .dropdown-item {
    padding: .25rem 1.5rem;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-left: 0px;
    left: -10px;
}
.navbar-nav .dropdown-toggle::after {
    display: none;
}
span.show-dd-menu {
    position: absolute;
    right: 10px;
    width: 30px;
    margin-top: -50px;
    z-index: 9999;
}
li.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}


/* ===================================
8 - EMAIL FORM
====================================*/

.emailForm {
    background-color: #f7f7f7;
    padding: 2.2rem;
}

.heading--emailForm {
    text-align: center;
    margin-bottom: 2.2rem;
}

/* ===================================
9 - HOME PAGE
====================================*/

.carousel-inner {
    width: 100%;
    height: 60rem;
}

.caro-slide-bg {
    min-height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 75%;
}
.carousel-caption {
    top: 25%;
    bottom: auto;
    max-width: 330px;
    color: black;
    text-align: left;
    padding: 40px 0px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    z-index: 99;
}
.carousel-caption button.btn {
    width: 180px;
    margin: 10px 0;
    min-height: 35px;
}
.caro-slide-bg .d-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    border-radius: 2px;
    color: #ffffff;
    z-index: 10;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(239,244,247,0) 27%, rgba(255,255,255,0.7) 63%);
    background: -webkit-gradient(linear, left top, right top, color-stop(27%, rgba(255,255,255,0.7)), color-stop(63%,rgba(239,244,247,1)));
    background: -webkit-linear-gradient(left, rgba(239,244,247,0) 27%, rgba(255,255,255,0.7) 63%);
    background: -o-linear-gradient(left, rgba(239,244,247,0) 27%, rgba(255,255,255,0.7) 63%);
    background: -ms-linear-gradient(left, rgba(239,244,247,0) 27%, rgba(255,255,255,0.7) 63%);
    background: linear-gradient(to left, rgba(239,244,247,0) 27%, rgba(255,255,255,0.7) 63%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eff4f7', endColorstr='#eff4f7',GradientType=1 );
}

.form-row--email {
    width: 60%;
    margin: 0 auto;
}

.form--pitTAG {
    background-color: #00406A;
    padding: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.heading--tagForm {
    margin-right: 2.5rem;
}

.homeContent__container {
    background-color: #f7f7f7;
}

.home__textContainer {
    margin-bottom: 4rem;
}

/* ===================================
10 - ABOUT PAGES
====================================*/

/* ABOUT - INTRODUCTION */

.introduction__imgContainer1 {
    height: 25rem;
    width: auto;
}

.introduction__imgContainer1 img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.introduction__imgContainer2 {
    height: 45rem;
     width: auto;
}

    .introduction__imgContainer2 img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
/* ABOUT - DATA OVERVIEW */

.dataOverview__imgContainer {
    height: 30rem;
    padding: 3rem;
    background: no-repeat center;
    background-size: cover;
    color: #f7f7f7;
    position: relative;
}

.heading--event {
    text-align: center;
    margin-bottom: 1.2rem;
}

.description--event {
    font-weight: bold;
    font-size: 1.6rem;
}

/* ABOUT - SEPARATION BY CODE */

.table--sbyc {
    margin-top: 5rem;
}

/* ABOUT - PTSC */

.btnContainer--PTSC {
    display: flex;
    justify-content: center;
}

.btn--PTSC:not(last-child) {
    margin-right: 3rem;
}

.PTSC__memberContainer:not(last-child) {
    margin-bottom: 4rem;
}

/* ABOUT - CONTRIBUTORS */

.ul--contributors {
    list-style: none;
    font-weight: bold;
}

/* ABOUT - STAFF */

.heading--staffMembers {
    position: relative;
    font-size: 2.2rem;
    text-align: left;
    line-height: 3rem;
    padding-left: 2rem;
}

.heading--staffMembers::after {
    position: absolute;
    content: " ";
    width: 40rem;
    bottom: -3rem;
    left: 0;
    border-bottom: 4px solid #f7f7f7;
    z-index: 1;
}

/* ===================================
11 - SITES PAGES
====================================*/

/* SITES - INTERROGATION SITE METADATA */

.siteMetadataContact__container {
    width: 100%;
}

.scrollTo__container {
    padding: 0;
    height: 100%;
}

.heading--scrollTo {
    background-color: #00406A;
    color: #f7f7f7;
    text-transform: uppercase;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 5px;
}

.siteConfigurationDropdown__container {
    margin-bottom: 1rem;
}

.description--siteConfigurationDropdown {
    margin-right: 1.5rem;
}

/* SITES - GIS DATA */

.gisDataLink__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn--gisData {
    margin-bottom: 2rem;
}

.links-sd-wrap .sideNote {
    max-width: 210px;
}
.links-sd-wrap .link__ul {
    margin-left: -1rem;
}
.links-sd-wrap .gisDataLink__container:nth-child(1) {
    text-align: center;
}


/* ===================================
12 - RESOURCES PAGES
====================================*/

/* RESOURCES - NEWS */

.newsExcerptContainer {
    padding: 2.5rem;
    background-color: #fff;    
    margin-bottom: 2rem;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(73, 73, 73, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(73, 73, 73, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(73, 73, 73, 0.16);
}

.heading--excerpt {
    text-transform: none;
    margin-bottom: 1.5rem;
}

.heading--excerpt a {
    color: #252525;
    text-decoration: none;
}

.heading--excerpt a:hover {
    color: #4286BA;
    text-decoration: none;
}

.metadata--excerpt {
    color: #939393;
}

.row.news-row-wrap {
    margin-bottom: 10px;
}

/* RESOURCES - NEWS ARTICLE */

.news__articleContainer {
    background-color: #fff;
    padding: 3.5rem 5.5rem;
    border: 1px solid #707070;
}

/* RESOURCES - VIDEO LIBRARY */

.card {
    margin-bottom: 3rem;
}

.card-header--video {
    background-color: #fff;
    padding: 2rem;
}

.card-body--video {
    padding: 0;
}

.card-body iframe {
    width: 100%;
    height: 30rem;
}

.card-text--video {
    padding: 5px 2rem 1rem;
}

/* RESOURCES - WORKSHOPS */

.workshopInfoContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.workshopInfo__detailsContainer {
    text-align: center;
}

.heading--workshops {
    text-transform: uppercase;
}

tbody.tbody--whiteBG {
    border-left: 30px solid white;
    border-right: 30px solid white;
}
.table td, .table th {
    padding: 2rem 1rem;
}

/* ===================================
13 - SOFTWARE PAGE
====================================*/

.software__imgContainer img {
    width: 100%;
    height: auto;
}

.heading--version {
    font-size: 1.25rem;
}

/* ===================================
14 - CONTACT PAGE
====================================*/

.heading--contact {
    text-transform: none;
    margin-bottom: 1.5rem;
}

.heading--contactTertiary {
    text-transform: uppercase;
}

textarea.form-control {
    height: 20rem;
}

.googleMaps__container iframe {
    width: 100%;
    height: 50rem;
}

/* ===================================
15 - SEARCH & 404 PAGES
====================================*/

.heading--search,
.heading--404 {
    text-transform: none;
}

/* ===================================
16 - FAQ PAGE
====================================*/

.heading--question {
    font-size: 1.8rem;
}

/* ===================================
17 - FOOTER 
====================================*/

.section--footer {
    background-color: #252525;
    padding: 2rem 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-links {
    display: flex;
    justify-content: space-between;
}

.footer-text {
    color: #f7f7f7;
}

.footer-text--noUnderline {
    text-decoration: none;
}

.footer-links li:not(:last-child) {
    margin-right: 5rem;
}

.footer__logoContainer img {
    width: 10rem;
    height: auto;
}

/* ===================================
18 - SCROLL TOP
====================================*/

.scroll-top {
    width: 75px;
    height: 75px;
    position: fixed;
    bottom: 25px;
    left: 20px;
    display: none;
}

.scroll-top i {
    display: inline-block;
    color: #fff;
}

a.backtotop {
    transition: opacity .5s ease;
    position: fixed;
    right: 30px;
    bottom: 40px;
    background-color: #4286BA;
    color: white;
    padding: 6px 20px;
    font-size: 20px;
    font-weight: bold;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(73, 73, 73, 0.25);
    -moz-box-shadow: 0px 3px 6px 0px rgba(73, 73, 73, 0.25);
    -o-box-shadow: 0px 3px 6px 0px rgba(73, 73, 73, 0.25);
    box-shadow: 0px 3px 6px 0px rgba(73, 73, 73, 0.25);
    z-index: 9999;
}




/* ===============================================================================================================================================================================
==================================================================================================================================================================================
NEW CODE START 2020
==================================================================================================================================================================================
========================================================================================================================================================================================*/

/* ==================================
====================================*/

.container__search--big {
    margin-bottom: 4.5rem;
}

input#search-field--big {
    background-color: #f7f7f7;
    border: 1px solid #d7d7d7;
    font-size: 2.2rem;
}

.form-control--search--big {
    height: 6rem;
    font-size: 2.2rem;
}

button.btn--search--big {
    background-color: #f7f7f7;
    border: 1px solid #d7d7d7;
    border-left: none;
}

.fa-search--big {
    font-size: 3rem;
    color: #939393;
}

.container__siteInfo {
    background-color: #f7f7f7;
    border: 1px solid #b7b7b7;
    padding: 15rem;
}

/*.fa-circle {
    color: #13C62F;
}*/

.fa-circle--green {
    color: #13C62F;
}

.fa-circle--yellow {
    color: #e5e500;
}

.fa-circle--grey {
    color: #b2b2b2;
}

.fa-circle--orange {
    color: #ffa666;
}

.sidebarNav__container {
    padding-left: 4rem;
}

.list-group-item--sidebarLinks {
    background-color: #f7f7f7;
    border: none;
    padding-left: 0;
}

table#myTable {
    border: 1px solid #707070;
}

table#myTableTrapEvents {
    border: 1px solid #707070;
}

.table td, .table th {
    padding: .8rem 1.6rem .8rem;
}

.table td {
    border: none;
    border-right: 1px solid #707070;
}

tr {
    border: none;
}

/*** Code added ***/
.transition-p3s,
#search-results,
.search-item {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* Search Input + Btn */
input#search-field--big {
    padding-left: 3.1rem;
}

    input#search-field--big:focus {
        background-color: white;
        outline: 0;
        box-shadow: none;
    }

    input#search-field--big:focus,
    .form-control--search--big .fa-search--big.sbtn-active {
        color: #252525;
    }

.form-control--search--big .fa-search--big {
    pointer-events: none;
    position: absolute;
    right: 25px;
    top: 14px;
    z-index: 9;
}

/* Search Dropdown */
#search-results {
    position: absolute;
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
    max-height: 360px;
    overflow: auto;
    left: 0;
    right: 0;
    z-index: 2;
    display: none;
    box-shadow:;
}

    #search-results a {
        text-decoration: none;
    }

    #search-results h3,
    #search-results p {
        color: #252525;
    }

.search-item {
    background-color: white;
    padding: 18px 20px;
    border-bottom: 2px solid #eeeeee;
    /*box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    margin-left: 5px;*/
}

    .search-item p {
        margin-bottom: 0;
    }

#search-results p.search-item-site {
    color: #6c757d;
}

.sr-active .search-item,
.search-item:hover {
    background-color: #f8f9fa;
    border-bottom-color: #00406A;
}

    .search-item:hover h3,
    .sr-active .search-item h3 {
        color: #00406A !important;
    }

/* Pagination */
.dataTables_paginate ul.pagination {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.page-item a {
    padding: 0px 12px;
    color: #252525;
    font-weight: 600;
    text-decoration: none;
}

.page-item.active a,
.page-item:hover a {
    color: #4286ba;
}

.page-item.disabled a {
    color: #a9a9a9;
}

.last-pg-item a {
    padding-right: 0;
}

/*** Configuration Table ***/
.card--configuration {
    border: none;
}

/*** new style for config table ***/
.config-table-site th, .config-table-site td {
    border: 1px solid #dee2e6;
    vertical-align: middle;
}

    .config-table-site td a {
        text-decoration: none;
        vertical-align: middle;
    }

.config-table-site tbody th {
    font-weight: normal;
}
/*** new style for config table ***/

#siteInfo--configuration .dropdown button {
    background-color: #f7f7f7 !important;
    box-shadow: none;
    color: #808080;
    text-align: left;
    padding: 10px 18px;
    margin-top: -5px;
}

#siteInfo--configuration .dropdown button,
#siteInfo--configuration .dropdown .dropdown-menu {
    min-width: 170px;
}

#siteInfo--configuration .dropdown .dropdown-menu {
    border: 0;
}

#siteInfo--configuration .dropdown button::after {
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    font-weight: 900;
    position: absolute;
    right: 25px;
    border: 0;
}

/*** EventLog Summary Table ***/
#siteInfo--eventLogSummary table th:nth-child(1),
#siteInfo--eventLogSummary table th:nth-child(2) {
    min-width: 170px;
}

/*** Photo Carousel ***/
.ism-caro {
    max-width: 920px;
    margin: 0 auto;
}

    .ism-caro .carousel-inner,
    .ism-caro .carousel-item,
    #siteConfig-caro .sc-single-img {
        height: 50rem;
    }

    .ism-caro .carousel-inner {
        background-color: #252525;
        width: 100%;
    }

    .ism-caro .carousel-item,
    #siteConfig-caro .sc-single-img {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

        .ism-caro .carousel-item .carousel-caption {
            top: auto;
            left: 0;
            bottom: 0;
            right: 0;
            padding: 10px;
            border: 0;
            text-align: center;
            width: 100%;
            max-width: 100%;
            color: white;
            z-index: 10;
            background-color: rgba(0,0,0,0.5);
        }

            .ism-caro .carousel-item .carousel-caption p {
                margin: 0;
            }

    .ism-caro .carousel-indicators {
        margin-bottom: -10rem;
        justify-content: left;
        margin-left: 0;
        margin-right: 0;
    }

        .ism-caro .carousel-indicators img {
            max-width: 7.25rem;
            height: auto;
            overflow: hidden;
            display: block;
        }

        .ism-caro .carousel-indicators li {
            height: auto;
            width: 9rem;
            max-width: 9rem;
            border: none;
            margin-left: 0;
            margin-right: 15px;
        }

            .ism-caro .carousel-indicators li:last-child {
                margin-right: 0px;
            }

.caro-nav-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 7rem;
}

#siteInfo--photos {
    padding-bottom: 20rem;
}

/* Configuration Carousel */
#siteConfig-caro {
    margin-bottom: 2rem;
}

#scfg-thumbcarousel .caro-nav-img {
    height: 17rem;
    cursor: pointer;
}

#scfg-thumbcarousel .carousel-inner {
    height: auto;
    margin-bottom: 10rem;
}

#scfg-thumbcarousel .carousel-caption {
    position: relative;
    left: 0;
    right: 0;
    font-size: 1rem;
    border:hidden;
}

.scfg-thumb-img {
    float: left;
    padding-right: 0;
}

    .scfg-thumb-img:first-child {
        padding-left:2em;
    }

.scfg-caro-pn-btns {
    color: #252525;
    font-size: 18px;
    background-color: #d7d7d7;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-decoration: none;
    top: 50%;
    transform: translate(50%,-50%);
}

#scfg-thumbcarousel .scfg-caro-pn-btns:hover,
#scfg-thumbcarousel .scfg-caro-pn-btns:focus {
    background-color: #252525 !important;
    color: white;
}

#scfg-thumbcarousel .carousel-control-prev {
    left: -40px;
}

#scfg-thumbcarousel .carousel-control-next {
    right: -2px;
}

.ekko-lightbox-nav-overlay a {
    text-decoration: none;
}

.ekko-lightbox.modal button.close {
    color: #252525;
}
/* Site Configuration Carousel background & Image Caption Colour */
/*
#siteConfig-caro .carousel-caption p {
    color: #252525;
}
#siteConfig-caro .carousel-inner {
    background-color: transparent;
}
*/

.dropdown.mobile-st-nav {
    display: none;
}

/* Tab Fixes */
@media (max-width: 991px) {
    .scfg-thumb-img.col-sm-3 {
        max-width: 25%;
    }

    #scfg-thumbcarousel .caro-nav-img {
        height: 10rem;
    }
}

@media (max-width: 768px) {
    .sidebarNav__container {
        display: none;
    }

    .dropdown.mobile-st-nav {
        display: block;
    }

        .dropdown.mobile-st-nav a#dropdownMenuLink {
            background-color: #00406A;
            border-radius: 0;
            text-decoration: none;
            font-size: 16px;
            padding: 12px;
        }

        .dropdown.mobile-st-nav a#dropdownMenuLink,
        .dropdown.mobile-st-nav .dropdown-menu {
            width: 100%;
        }

    .dropdown.mobile-st-nav {
        margin-bottom: 1rem;
    }

    .container__search--big .search--header {
        margin-bottom: 0;
    }

    #search-results {
        width: 95%;
    }

    .contacts--mb {
        margin-bottom: 4rem;
    }
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {

    #search-results {
        width: 96%;
    }
}


/* Mobile Fixes */
@media (max-width: 480px) {

    .backtotop {
        display: none;
    }
    .container__siteInfo {
        padding: 1rem;
    }

    .ism-caro .carousel-inner,
    .ism-caro .carousel-item,
    #siteConfig-caro .sc-single-img {
        height: 30rem;
    }

    .dataTables_paginate ul.pagination {
        padding: 10px 0px;
    }

    #siteInfo--eventLogSummary table th:nth-child(1),
    #siteInfo--eventLogSummary table th:nth-child(2) {
        min-width: 130px;
    }

    .form-control--search--big .fa-search--big {
        top: 20px;
        font-size: 2.5rem;
    }

    #scfg-thumbcarousel .caro-nav-img {
        height: 6rem;
    }

    .scfg-caro-pn-btns {
        font-size: 14px;
        height: 30px;
        width: 30px;
    }

    #scfg-thumbcarousel .carousel-control-prev {
        left: -32px;
    }

    .ism-caro .carousel-item .carousel-caption {
        padding: 5px;
    }

    #search-results {
        width: 93%;
    }
}

/* ===========================================================================================================================================================================================
==============================================================================================================================================================================================
NEW CODE END 2020
==============================================================================================================================================================================================
============================================================================================================================================================================================*/



/* ===================================
20 - MEDIA QUERIES
====================================*/

/* X-Large */

@media (min-width: 991px) and (max-width: 1323px) {

    /* MRR Sites */

    .btn--secondary--MRRSites {
        margin-bottom: 2rem;
    }
}

@media (max-width: 1200px) {

    /* Data Overview */

    .dataOverview__imgContainer {
        height: 35rem;
    }

    /* Footer */

    .section--footer {
        flex-direction: column;
    }

    .footer__logoContainer {
        margin-bottom: 1.5rem;
    }

}

@media (min-width: 1170px){
    main {
        /*min-height: 87%;*/
        /*margin-bottom: -80px;*/
        /*padding-bottom: 6rem;*/
        padding-bottom: 8rem;
    }
    main .homeContent__container, 
    main section.container-fluid.bg--lightGrey {
        margin-bottom: -79px;
    }
    .section--footer,
    .push {
        /*height: 93px;
        position: sticky;
        bottom: 0;*/
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 8rem;
    }
}

@media (min-width: 992px){
    .nav-link.dropdown-toggle {
        position: relative;
        left: -5px;
    }
    .links-sd-wrap .gisDataLink__container {
        margin-right: 2%;
        max-width: 31.3333%;
    }
    .links-sd-wrap .gisDataLink__container:nth-child(3) {
        margin-right: 0;
    }
    .news-row-wrap .col-lg-4 {
        background-color: white;
        padding: 0px !important;
        margin: 10px;
        max-width: 31.56%;
        -webkit-box-shadow: 0px 3px 6px 0px rgba(73, 73, 73, 0.16);
        -moz-box-shadow: 0px 3px 6px 0px rgba(73, 73, 73, 0.16);
        box-shadow: 0px 3px 6px 0px rgba(73, 73, 73, 0.16);
    }
}

/* Large */

@media (max-width: 991px) {

    .sectionPadding {
        padding: 0 5rem;
    }

    .sectionPadding--sides {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    span.show-dd-menu {     
        z-index: 9999;
        cursor: pointer;
    }

    /* Navbar */

    button.navbar-toggler {
        margin: 3rem auto;
        box-shadow: none;
        border: 2px solid #252525;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    li.nav-item:before {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform-origin: 0;
        height: 70px;
        width: 100%;
        content: "";
        position: relative;
        display: block;
        z-index: 10;
    }

    .dropdown-menu {
        text-align: center;
    }

    .navbar-expand-lg .navbar-nav .nav-item .dropdown-item {
        padding: 1.25rem 1.5rem;
    }

    /* index.html */

    .form-row--email {
        width: 100%;
    }

    .standOutBox--homepage:not(last-child) {
        margin-bottom: 2rem;
    }

    /* about.html */

    .introduction__imgContainer {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .flex-reverse {
        flex-direction: column-reverse;
    }

    /* Contact */

    .contact__textContainer {
        margin-bottom: 4rem;
    }

    .googleMaps__container {
        padding-top: 5rem;
        padding-bottom: 7rem;
    }

    /* Contributors */

    .ul--contributors {
        text-align: center;
        padding-left: 0;
    }

    /* FAQ */
    
    .questionsContainer {
        text-align: center;
    }

    .link__ul {
        margin-left: 0;
        padding-left: 0;
    }

    /* Field operations */

    .description--fieldOperations {
        margin-top: 4rem;
    }

    .operationsContainer {
        margin-bottom: 3rem;
    }

    .operations__imgContainer {
        width: 100%;
        height: 25rem;
        margin-bottom: 5rem;
    }

    .operations__imgContainer img {
        width: 100%;
    }

    /* Interrogation site */

    .filter__container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .filter__container--item {
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .siteMetadataContact__container {
        margin-bottom: 3rem;
    }

    .link__ul--interrogationSites {
        text-align: center;
    }

    /* MRR Sites */

    .btn--secondary--MRRSites:not(:last-child) {
        margin-bottom: 2rem;
    }

    .btnContainer--MRRSites {
        display: flex;
        flex-direction: column;
    }

    /* Workshops */

    .heading--workshops {
        text-align: center;
    }

    /* GIS Data */

    .links-sd-wrap .gisDataLink__container {
        margin-bottom: 2%;
    }

}

/* Medium */

@media (max-width: 767px) {
    
    /* index.html */

    .carousel-inner {
        /*height: 40rem;*/
    }

    /* Foundations */

    html {
        font-size: 68%; 
        scroll-behavior: smooth;
    }

    .sectionPadding {
        padding: 0 2rem;
    }

    /* Header */

    .alert {
        flex-direction: column;
        padding: 2rem 2rem 3rem;
    }
    
    .alert-text--cookies {
        width: 90%;
        margin-bottom: 2rem;
        font-size: 1.5rem;
    }

    .alert--cookies-buttons__container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .btn--cookies {
        margin: 0 0 2rem;
    }

    .header1 {
        flex-direction: column;
        align-items: center;
        padding: 3rem 2rem;
    }

    .logo__container {
        width: 20rem;
        margin-bottom: 3rem;
    }

    .header1__formContainer {
        flex-direction: column;
    }

    .search--header {
        margin-bottom: 2rem;
    }

    /* Email form */

    .form-control--email {
        height: auto;
        margin-bottom: 2rem;
    }

    /* Field operations */

    .operations__imgContainer {
        width: 70%;
    }


    /* Filters */

    .filter__container {
        flex-direction: column;
        align-items: baseline;
    }

    /* MRR Sites */

    .btnContainer--MRRSites {
        margin: 0 auto;
    }

    /* News */

    .news__articleContainer {
        background-color: #f7f7f7;
        padding: 0;
        border: none;
    }

    /* Spaital Data */

    .description--GIS {
        margin-bottom: 3rem;
    }

    .li--GIS:not(last-child) {
        margin-bottom: 2rem;

    }

    /* Footer */

    .footer__logoContainer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-text {
        text-align: center;
    }
    
    ul.footer-links {
        flex-direction: column;
        align-items: center;
        padding-left: 0;
    }

    .footer-links li:not(:last-child) {
        margin-right: 0;
    }
}

@media (max-width: 670px) {

    /* index.html */

    .form--pitTAG {
        flex-direction: column;
    }

    .heading--tagForm {
        margin-bottom: 2rem;
        margin-right: 0;
    }

    /* Spacing */
    section {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    /* about.html */
    .introduction__imgContainer {
        height: 25rem;
    }

    /* FAQ */

    .sectionPadding--sides {
        padding-left: 2rem;
        padding-right: 2rem;
    }


}

/* Small */

@media (max-width: 576px) {

    /* index.html */

    .carousel-inner {
        height: 30rem;
    }

    .standOutBox--homepage {
        padding: 3rem 2rem;
    }

    /* Field operations */

    .operations__imgContainer {
        width: 100%;
    }

    /* Interrogation site metadata */

    .siteMetadataInformation__container {
        flex-direction: column;
    }

    .siteMetadataInformation__item:not(:last-child) {
        margin-bottom: 2rem;
    }

    /* PTSC */

    .btnContainer--PTSC {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .btn--PTSC {
        width: 80%;
    }
    
    .btn--PTSC:not(last-child) {
        margin-right: 0;
        margin-bottom: 2rem;
    }

    /* Video library */

    .card-body iframe {
        width: 100%;
        height: 25rem;
    }
}

@media (max-width: 480px){
    .carousel-inner {
        height: 40rem;
    }
}

@media (max-width: 450px) {

    /* index.html */

    .carousel-inner {
        /*height: 20rem;*/
        display: none;
    }

    .form-row--tagForm {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .btn--tagForm {
        margin-top: 5rem;
    }

    /* Video library */

    .card-body iframe {
        width: 100%;
        height: 18rem;
    }

    /* Field operations */

    .operations__imgContainer {
        width: 100%;
        height: 20rem;
        margin-bottom: 3rem;
    }
}

@media (max-width: 450px) {

    /* Field operations */

    .operations__imgContainer {
        width: 100%;
        height: 15rem;
        margin-bottom: 2.5rem;
    }
}


/* ADA code added on 03/26/2019 */

/* Skip to main content link */

.screenreader-text:focus {
position: absolute;
left: 0px;
top: 0px;
outline-color: transparent;
-webkit-transition: top .1s ease-in;
transition: top .1s ease-in;
}

.screenreader-text {
padding: 6px 10px;
position: absolute;
top: -45px;
left: 0px;
color: #fff;
font-weight: bold;
border-right: 2px solid white;
border-bottom: 2px solid white;
border-bottom-right-radius: 1px;
background: #4286ba;
-webkit-transition: top 1s ease-out;
transition: top 1s ease-out;
z-index: 100;
}

/* Links style for A11Y */

li.nav-item.hofoc:before {
color: #BF1722;
-webkit-transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
transition:color 0.2s ease-in, text-shadow 0.2s ease-in;
text-shadow: #bbb 1px 1px 1px;
background-color: #fff;
}

.hofoc a.nav-link {
outline: none;
}

.navbar-nav .nav-item.active.hofoc a.nav-link {
color:#00406a !important;
}

a.dropdown-item:hover, a.dropdown-item:focus {
border-bottom: 1px solid #bbb;
outline:none;
}

.thead--oneItem {
border-left:30px solid #00406A;
border-right:30px solid #00406A;
border-top:0 !important;
border-bottom: 0 !important;
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
background-color: transparent !important;
}

.dx-texteditor.dx-editor-outlined {
    background: #2863a517 !important;
    border: 3px solid #e8eaeb !important;
    border-radius: 8px !important;
}
