/* Responsive Table*/
table.responsive-table-full {
    width: 100%;
    margin-bottom:1rem;
}

table.responsive-table-full th {
    background-color: #1d4f91;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    color: #fff;
    font-weight: 500;
    padding: .5rem;
    text-align: center
}

table.responsive-table-full td {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    color: #000;
    padding: .75rem .5rem;
    text-align: center;
}

/* Google search */
.gsc-resultsbox-visible  {font-family: 'Cabin', sans-serif;}

.gsc-selected-option-container {max-width: 100%;}

table.gsc-above-wrapper-area-container td.gsc-orderby-container .gsc-orderby .gsc-option-menu-container .gsc-selected-option-container {max-width:100%;}

.gsc-wrapper .gsc-resultsbox-visible .gs-title {padding-bottom:0.5rem; line-height: normal;}

.gsc-wrapper .gsc-resultsbox-visible .gsc-url-top {padding-bottom:0.25rem;}

.gs-webResult.gs-result a.gs-title:link {font-weight: bold;}

.gs-bidi-start-align {font-size:16px;}

ul.searchSkinObjectPreview {display:none;}

.gsc-control-cse .gs-result .gs-title a.gs-title, .gsc-control-cse .gs-result .gs-title a.gs-title * {font-size: 20px;}

.css-backgroundblendmode .content-banner-content {background-image: none;}

.theme-numberBullet {background-color: #00539f;}

/* Video embed fix */
.video-embed {
  aspect-ratio: 16 / 9;
  width: 100%;
}

hr { 
    margin-top: 1rem;
    margin-bottom: 1rem;
    color:#000;
}

/* Hide form header */
#header .info h2 {
	display: none;
}

h6 {font-style: inherit; font-size: .9rem; }

