/*
Theme Name:   iGov-child Theme
Description:  iGov Theme
Author:       Diego Pinlac | MYBUSYBEE INC.
Author URI:   mailto:diego@mybusybee.net
Template:     iGov 
Text Domain:  iGov-child 
*/

@import url("../iGov/style.css");
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap');
/************************************ My  Responsive Core ******************************/

@import url("responsive-css/style.css");


/* MyBusyBee Codes
-------------------------------------------------------------- */

body {
font-family: 'Lato', sans-serif;
line-height: 1.5;
font-size: 15px;
color: #0B0B0C;
text-align: left;
font-weight: 500;
height:100%;
word-break: keep-all!important;
-webkit-hyphens: none!important;
-ms-hyphens: none!important;
hyphens: none!important;
}


.fl { float: left; }
.fr { float: right; }
.clear { clear:both; visibility:hidden; height:0;}
div,h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0;}

h1,h2,h3,h4,h5,h6 {
font-family: 'Lato', sans-serif;
color: #464646;
font-weight: 700;
}

.breadcrumbs{
    padding: 23px 0px 5px 0px;
    /* text-transform: UPPERCASE; */
    letter-spacing: -0.10px;
    font-family: Lato, sans-serif;
    font-weight: 500;
    color: #687276;
    font-size: 13px;
}
*:focus {
outline: 0 !important;
outline: none !important;
}

b, strong {
font-family: 'Lato', sans-serif;
font-weight: 700;
}

a, a:active,
a:hover, a:visited {
color: #563A18;
} 
.dataTables_wrapper{
    font-family: 'Poppins', sans-serif;
    padding:20px 0px;
}
#offices_length, #dataTables_filter{
padding:10px 0px;
}
table th{
	background-color: #2b3e8d;
	padding: 14px;
	color: #fff;
	border: 1px solid #6a83eb;
	font-family:  'Work Sans', sans-serif;
    font-size: 16px;
    
}
table{
		border: 0px solid #eee;
		line-height: 1.3;
		font-family: 'Work Sans', sans-serif;
}
table td {
    border: 0px solid #fffefe;
    font-family:  'Work Sans', sans-serif;
    padding: 6px 10px 6px 7px;
font-size: 15px;}
/*---------------Page Header------------*/
.pageHeader {
     height: 300px;
    width: 100%;
    object-fit: cover;
    background-size: contain !important;
    background-position: left top!important;
    max-width: 100%;
    display: table;
    position: relative;
    overflow: hidden;
    background-color: #3b466d !important;
}
#wprmenu_bar {
    width: 100%;
}
.navigation ul li {
    display: inline;
    list-style: none;
    background: #3f74a1;
    color: #fff;
    padding: 10px;
}
.navigation ul li  a{
    color: #fff;
}
.pageHeader h3{
    color:#Fff;
    font-family:Montserrat;
    font-size: 37px;
}
/*.read-more {*/
/*    margin: 26px 0px 6px -34px;*/
/*}*/
.read-more li{
    list-style:none !important;
}
.pageHeader-mobile {
  display:none;
  height: 750px;
  width: 100%;
  object-fit: cover;
  background-size: contain !important;
  /*background-position:center !important;*/
  max-width: 100%;
  /*display: table;*/
  position: relative;
  overflow: hidden;
}
.pagebanner-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 60px 13% 120px 13%;
  text-align: left;
}
.pageHeader h1 {
  text-transform: Capitalize;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  font-size: 61px;
  font-weight: 600;
  font-style:italic;
  margin: 0;
  color: #fff;
}
.pageWrapper {
     background-color: transparent;
    display: table-cell;
    vertical-align: initial;
    text-align: left;
    color: #fff;
    z-index: 8;
    position: relative;
}

/* ---------- Margin ---------- */

.padding-right-15 {
    padding-right: 15px;
}

.padding-left-15 {
    padding-left: 15px;
}

.margin-tb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}


/* ---------- Hidden ---------- */
.frontHidden {
    display: none;
}
.pagebanner-content h1 {
  display: none;
}
.pagebanner-content h1 {
  /*display: none!important;*/
}

/* ---------- Button ---------- */
button, input[type="submit"], input[type="button"], input[type="reset"] {
    background: #2B3E8C;
    border: none;
    border-bottom: unset;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    padding: 12px 24px;
    text-decoration: none;
    webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
    background: #4a5fbb;
    padding: 12px 24px;
    webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
    background: #4a5fbb;
    border: none;
    border-top: unset;
    padding: 12px 24px;
}

/* ---------- Alignment ---------- */

.align-center {
text-align: center;
}

.align-left {
text-align: left;
}

.align-right {
text-align: right;
}

/* ---------- Container ---------- */

.one_half {
float: left;
margin-right: 4%;
width: 48%;
}

.one_third {
float: left;
margin-right: 4%;
width: 30.66%;
}

.one_fourth {
float: left;
margin-right: 4%;
width: 22%;
}

.one_fifth {
float: left;
width: 19.84%;
margin-right: 0.2%;
}

.one_sixth {
float: left;
width: 16.5%;
margin-right: 0.16%;
}

.two_third {
float: left;
margin-right: 4%;
width: 65.32%;
}

.three_fourth {
float: left;
width: 74%;
margin-right: 4%;
}

.last {
margin-right: 0;
}

::-webkit-input-placeholder {
font-style: italic;
color: #666666;
}

:-moz-placeholder { 
font-style: italic;
color: #666666;
}

::-moz-placeholder { 
font-style: italic;
color: #666666;
}

:-ms-input-placeholder {  
font-style: italic;
color: #666666;
}


/* ---------- Topbar and Auxiliary ---------- */

.topbar-wrapper {
background-color: #FFFFFF;
position: sticky;
z-index: 4;
width: 100%;
}

.topbar-container {
width: 80%;
margin: 0 auto;
}

.nav-menu li, .menu-auxiliary-menu-container li {
display: table-cell;
position: initial;
vertical-align: middle;
position: relative;
}

.nav-menu li a, .menu-auxiliary-menu-container li a {
font-size: 14px;
color: #000;
font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
padding: 0px 15px;
line-height: 58px;
white-space: nowrap;
display: block;
}

.menu-auxiliary-menu-container li a {
    color: #000;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus,
.menu-auxiliary-menu-container li:hover > a,
.menu-auxiliary-menu-container li a:hover,
.menu-auxiliary-menu-container li:focus > a,
.menu-auxiliary-menu-container li a:focus {
background-color: unset;
color: #AB0524;
text-decoration: none;
}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, 
.nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a,
.menu-auxiliary-menu-container .current_page_item > a, .menu-auxiliary-menu-container .current_page_ancestor > a, 
.menu-auxiliary-menu-container .current-menu-item > a, .menu-auxiliary-menu-container .current-menu-ancestor > a {
color: #AB0524;
font-style: normal;
background-color: unset;
}

.menu-auxiliary-menu-container li:hover > a,
.menu-auxiliary-menu-container li a:hover,
.menu-auxiliary-menu-container li:focus > a,
.menu-auxiliary-menu-container li a:focus {
    color: #000;
    border-bottom: 1px solid #000;
    line-height: 40px;
}

.menu-auxiliary-menu-container .current_page_item > a, .menu-auxiliary-menu-container .current_page_ancestor > a, 
.menu-auxiliary-menu-container .current-menu-item > a, .menu-auxiliary-menu-container .current-menu-ancestor > a {
    color: #000;
    border-bottom: 1px solid #000;
    line-height: 40px;
}

li.menu-item-has-children a {
padding-right: 35px !important;
position: relative;
}

li.menu-item-has-children > a:after  {
content: '';
display: block;
width: 0;
height: 0;
border: 5px inset;
border-top-style: solid;
border-bottom-width: 0;
border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
margin-right: 15px;
position: absolute;
top: 50%;
right: 5px;
margin-top: -2px;
}

ul.nav-menu, div.nav-menu > ul {
margin: 0;
padding: 0;
}

ul#menu-auxiliary-menu {
margin: 0;
padding: 0;
}

ul.sub-menu li {
display: block;
position: relative;
}

.nav-menu .sub-menu, .nav-menu .children, .menu-auxiliary-menu-container .sub-menu, .menu-auxiliary-menu-container .children {
display: block;
background-color: #f7f7f7 !important;
border: none !important;
left: 0 !important;
border-top: 0;
padding: 0;
position: absolute;
z-index: 99999;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
}

.menu-auxiliary-menu-container .sub-menu ul,
.menu-auxiliary-menu-container .children ul {
border-left: 0;
left: 100%;
top: 0;
}

ul#menu-auxiliary-menu ul a,
ul#menu-auxiliary-menu ul ul a,
.nav-menu ul a,
.nav-menu ul ul a {
color: #000 !important;
width: 250px;
padding: 0px 15px;
line-height: 48px;
}

ul#menu-auxiliary-menu ul a:hover,
ul#menu-auxiliary-menu ul ul a:hover,
ul#menu-auxiliary-menu ul a:focus,
ul#menu-auxiliary-menu ul ul a:focus,
.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
background-color: #e4e4e4 !important;
}

ul#menu-auxiliary-menu li:hover > ul,
ul#menu-auxiliary-menu ul li:hover > ul,
ul#menu-auxiliary-menu .focus > ul,
ul#menu-auxiliary-menu .focus > ul {
clip: inherit;
overflow: inherit;
height: inherit;
width: inherit;
}

.nav-menu li.gov-menu a {
font-size: 19px;
font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}

.nav-menu li.gov-menu:hover > a {
background-color: transparent;
}

.topbar-fl {
float: left;
width: calc(100% - 284px);
margin-right: 20px;
}

.topbar-fr {float: right;text-align: right;width: auto;padding: 10px 10px 9px 10px;font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-size: 16px;font-weight: bold;border-left: 1px solid #EBEBEB;border-right: 1px solid #EBEBEB;}

.topbar-fr form {
float: left;
margin-right: 10px;
}


.topbar-fr form input[type="search"] {
-webkit-appearance: textfield;
padding: 8px;
width: 200px;
border: 1px solid #ddd;
font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
font-size: 14px;
}


button.a11y-toggle-contrast {
color: #000 !important;
background: transparent !important;
border: none !important;
padding: 3px 0;
}

.a11y-toolbar ul, span.aticon.aticon-adjust {
display: none;
}

.auxmenu-wrapper {
width: 100%;
background: #e1e1e1;
margin: 5px auto 0;
padding: 10px 0;
vertical-align: middle;
box-shadow: 0 0 10px rgb(0 0 0 / 3%);
}

.auxmenu-container {
width: 80%;
margin: 0 auto;
}
/*mobile*/
.button_container {
    position: absolute;
  top: 4%;
  right: 3%;
  height: 27px;
  width: 20px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
  display:none;
}
.button_container span {
    background: #000;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition:  all .35s ease;
    cursor: pointer;
}
.button_container span:nth-child(2) {
    top: 7px;
}
.button_container span:nth-child(3) {
    top:14px;
}
.button_container.active span:first-child {
    transform: translateY(10px) translateX(0) rotate(45deg);
    border-radius:10px;
}
.button_container.active span:nth-child(2) {
     opacity: 0;
      background: #fff;
}
.button_container.active span:nth-child(3) {
    transform: translateY(-4px) translateX(0) rotate(-45deg);
    border-radius:10px;
}


/* ---------- Masthead ---------- */
#pst-container {
color: #000;
padding: 13px 0px 14px;
font-family: "Roboto",sans-serif;
font-size: 13px;
line-height: 1.2;
text-align: right;
font-weight: 400;
}
/*------Archives---------*/
.post-type-archive  .list-articles .thumbnail img {
    width: 100%;
    height: 168px;
    object-fit: cover;
    background: #fff;
    border: 1px solid #eee;
}
.post-type-archive .list-articles {
	padding: 10px 16px 10px 14px;
	border-bottom: 1px dashed #d7dcdd !important;
	margin: 8px 0px 3px 0px;
	background: #fcffff7d;
	font-size: 13px;
	border: 0px;
}

.post-type-archives .list-articles .title {
	font-size: 16px;
	line-height: 1.1;
	margin: 0px 0px 4px 0px;
	padding: 10px 0px;
	border-bottom: 2px solid #f7f8f8;
	color: #525284;
	letter-spacing: -0.8px;
	height: unset;
	border-top: none;
	background: unset;
}
.post-type-archive .list-articles .title a{
    	/* font-family: 'Roboto' !important; */
    	font-weight: 600;
    	font-size: 17px;
}
.post-type-archive .list-articles .read-more a {
	font-size: 14px;
	background: #AE0D0D;
	padding: 10px;
	margin: 14px 0px 10px 0px;
	color: #fff;
}

.post-type-archive.list-articles .read-more a:hover {
	background: #6aa9ffc9;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.post-type-archive .list-articles .thumbnail img {
	width: 100%;
	height: 168px;
	object-fit: cover;
	background: #fff;
	border: 1px solid #eee;
}
.advisory-post h4 {
	font-size: 16px !important;
	margin: 0 0 10px 0px;
	color: #23708b;
	font-weight: 600;
	/* letter-spacing: -0.7px; */
	/* font-family: Solway, sans-serif; */
	text-transform: unset !important;
	font-family: 'Work Sans';
	/* color: #4f4f54; */
	text-align: left;
	line-height: 1.0;
	letter-spacing: -0.8px;
}
.advisory-post h4:hover{
    color:#3d92e9;
}
.advisories-container {
    height: 275px;
    overflow: auto;
    margin-bottom: 30px;
}
.advisory-post {
	padding: 10px 21px 4px 13px;
	border-bottom: 1px dotted #d2c9c9;
}

.home .advisory-post {
	padding: 19px 21px 25px 1px !important;
}

.advisory-post .excerpt {
	line-height: 1.3;
	font-size: 13px !important;
	margin: 0 0 4px;
}

.viewall {
	width: 100%;
	height: auto;
	/* border: 1px solid #b7b4ae;
     */
	padding: 10px 0px 10px 0px;
	margin: 4px 0px 4px 0px;
	border-radius: 3px;
	background: #ebebf1;
	border-bottom: 3px solid #b6bdc138;
	text-align: center;
	text-transform: UPPERCASE;
}

.viewall:hover {
	border-bottom: 3px solid #b6bdc138;
	background: #ffb817c9;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #fff;
}
/* -----------------------------------------------------------
Sidebar Components
----------------------------------------------------------- */
.sidebarHeader {
    padding: 10px;
    background: #3d57a1;
    color: #16566e;
    font-family: 'Work Sans';
    text-transform: UPPERCASE;
    letter-spacing: unset;
    margin: 10px 0px 10px 0px;
    background: #eceeef;
    font-weight: 800;
}
.sidebar {
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 28px 0px;
}
.sidebar a:hover {
    text-decoration: none;
}
.sidebar a:active, .sidebar a{
   color: #396474;
   text-decoration: none;
    font-family: 'Work Sans';line-height: 1.1;
    
}
.sidebar .float-80 {
	font-size: 14px;
	font-weight: 500;
	padding: 5px;
	color: #ffffff;
	cursor: pointer;
	border-bottom: 1px solid #d6dbdd;
	font-family: 'Work Sans', sans-serif;
}

.sidebarlinks .float-80:after {
	color: #ffffff;
	display: inline-block;
	margin-left: 20.255em;
	vertical-align: 0;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
float: right;margin-top: -11px;}
.sidebar .panel-heading{
    background: #a6a8ae;
}
.panel-heading {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    padding: 4px;
    cursor: pointer;
    color: #201c1c;
    font-size: 16px;
    background: #f1f1f1;
    margin: 10px 0px;
    text-transform: UPPERCASE;
    border: 1px solid #e4dada;
}
.table-row .tablink{
    display: inline-block;
    /* width: 200px; */
    padding: 15px 32px;
    font-size: 15px;
   font-family:'Work Sans', sans-serif;
    /* border-bottom: 3px solid #c7effe; */
    text-align: center;
    font-weight: 600;
    color: #00aeed;
    background: #f7f7f9;
    text-transform: UPPERCASE;
}
.table-row  a{
    text-decoration:none;
}

.table-container{
    border-top: 4px solid #00AEED;
    padding: 20px 0px;
}
.table-border-red{
    /* border-bottom: 3px solid #fff; */
    /* margin: -10px; */
    color: #ffffff !important;
    background: #00aeed !important;
    font-size: 17px !important;
}
.table-container h2{
    color: #00AEED !important;
    font-size:22px !important;
}
/* -----------------------------------------------------------
Sidebar Container
----------------------------------------------------------- */
.news-container::-webkit-scrollbar,
.advisories-container::-webkit-scrollbar,
.videos-container::-webkit-scrollbar {
	width: 11px;
}

.advisories-container,
.news-container,
.videos-container {
	scrollbar-width: thin;
	scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.videos-container::-webkit-scrollbar-track,
.advisories-container::-webkit-scrollbar-track,
.news-container::-webkit-scrollbar-track {
	background: var(--scrollbarBG);
}

.videos-container::-webkit-scrollbar-thumb,
.advisories-container::-webkit-scrollbar-thumb,
.news-container::-webkit-scrollbar-thumb {
	background-color: var(--thumbBG);
	border-radius: 6px;
	border: 3px solid var(--scrollbarBG);
}
.date-posted{
    font-size:13px;
}
.category-list {
	margin: 0;
	padding: 0;
}

.category-list li {
	list-style: none;
	border-bottom: 1px solid #eee;
	margin: 5px 0px 0px 0px;
}

.category-list li a:hover {
	background-color: #00aeed;
	transition: 0.4s;
	color: #fff;
	text-decoration: none;
}
.category-list a.active{
    background-color: #00aeed;
    transition: 0.4s;
    color: #fff !important;
}
.category-list li a {
	padding: 8px 9px 8px 12px;
	width: 100%;
	display: table;
	text-align: left;
	font-size: 13px;
	font-family: 'Work Sans', sans-serif;
	color: #535879;
	margin-top: -6px;
	font-weight: 600;
	letter-spacing: -0.10px;
	text-transform: UPPERCASE;
	/* background: #d7dee075; */
	/* border-top-left-radius: 17px; */
	/* border-bottom-left-radius: 17px; */
}
/* ---------- Website Codes ---------- */

.site {
background-color: transparent;
max-width: 100%;
width: 100%;
border: none;
}

.site-main {
width: 100%;
} 

.site-content {
width: 80%;
margin: 0 auto;
}

.entry-header, .entry-content, .entry-summary, .entry-meta {
max-width: 100%;
}


/* ---------- Agency Footer ---------- */

.agencyfooter-wrapper {

}

.agencyfooter-container {

}

/* ---------- Standard Footer ---------- */

.standardfooter-wrapper {
width: 100%;
font-family: roboto,sans-serif;
background: #efefef;
color: #505050;
font-size: 12px;
line-height: 1.6;
font-weight: 400;
background-image: url(images/bg-footer.png);
background-repeat: no-repeat;
background-position: left;
}

.standardfooter-container {
width: 80%;
margin: 0 auto;
padding: 40px 0;
}

.standardfooter-container a {
color: #292828;
}

.footerfl {
float: left;
width: 37%;
margin-right: 4%;
}

.imgleft {
float: left;
margin-right: 50px;
clear: both;
}

.standardfooter-container .title {
margin-bottom: 10px;
margin-bottom: 10px;
text-transform: uppercase;
font-size: 11px;
font-family: helvetica neue,helvetica,Helvetica,Arial,sans-serif;
font-weight: 700;
color: #505050;
}

.footermid {
float: left;
width: 28%;
margin-right: 4%;
}

.footerfr {
float: left;
width: 27%;
}

ul.gov-links {
margin: 0;
padding: 0;
list-style-type: none;
}


.copyright-wrapper {
    background: #f4f4f4;
}

.copyright-wrapper .copyright-container {
    padding: 10px 0;
    text-align: center;
}


/* ---------- Carousel ---------- */

.owl-theme .owl-nav {
margin-top: 0 !important;
}

.owl-nav {
opacity: 0.3;
}

.owl-updates .owl-nav {
opacity: 1;
}

.owl-nav span {
display: none;	
}

.owl-nav:hover {
opacity: 0.5;
}

.owl-prev {
position: absolute ;
left: 0 ;
top: 50% ;
background: url(images/arrowleft.png) !important;
background-repeat: no-repeat !important;
border-radius: 0 !important;
width: 42px !important;
height: 48px !important;
z-index: 8;
}

.owl-next {
position: absolute ;
right: 0;
top: 50% ;
background: url(images/arrowright.png) !important;
background-repeat: no-repeat !important;
border-radius: 0 !important;
width: 42px !important;
height: 48px !important;
z-index: 8;
}



/* head */
.web-logo .web-logo-container {
    margin-right: 25px;
    height: 58px;
}

.web-logo .web-logo-container img {
    height: 100%;
    width: auto;
}

.menu-auxiliary-menu-container {
    float: left;
}


.head-wrapper {
    margin: 65px 0 50px;
}

.head-wrapper .head-intro h2 {
    color: #2E427E;
    text-transform: uppercase;
}

.head-wrapper .head-intro h3 {
    color: #6D6D6D;
    font-weight: 400;
    font-size: 20px;
}

.head-icons {
    margin-top: 70px;
}

.head-icons .item .headIcon-container {
    text-align: center;
    height: 61px;
}

.head-icons .item .headIcon-container img {
    height: 100%;
    width: auto;
}

.head-icons .item .headIcon-title {
    margin-top: 15px;
    text-align: center;
}

.head-icons .item .headIcon-title p {
    margin-bottom: 0;
    font-weight: 500;
    color: #585859;
}


/* HOME */
.packageTrackingWrapper {
    background: #d7d7d747;
}

.packageTrackingWrapper .packageTracking-container {
    /* padding: 40px 0; */
}

.packageTrackingWrapper .packageTracking-container .tracking-wrapper {
    /* width: 65%; */
    margin: 0 auto;
}

.packageTrackingWrapper .packageTracking-container .tracking-wrapper .tracking-container {
    /* border-radius: 10px; */
    overflow: hidden;
    background: #fff;
}

.packageTrackingWrapper .packageTracking-container .tracking-wrapper .tracking-container .search-wrapper {
    text-align: center;
    padding: 25px;
    background: #2E427E;
}
.packageTrackingWrapper .packageTracking-container .tracking-wrapper .tracking-container .search-wrapper input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: none;
}

.packageTrackingWrapper .packageTracking-container .tracking-wrapper .tracking-container .search-wrapper .form input[type=text]::placeholder {
    font-style: normal;
}


.packageTrackingWrapper .packageTracking-container .tracking-wrapper .tracking-container .search-wrapper h3 {
    color: #fff;
}

.packageTrackingWrapper .packageTracking-container .tracking-wrapper .tracking-container .store-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
height: 258px;}
.tracking-container .store-wrapper:nth-child(1),.tracking-container .store-wrapper:nth-child(3) {
    background: #2E427E;
}
.tracking-container .store-wrapper:nth-child(1) h3 ,.tracking-container .store-wrapper:nth-child(3) h3 {
    color:#fff;
font-size: 17px;}

.packageTrackingWrapper .packageTracking-container .tracking-wrapper .tracking-container .store-wrapper .img-container {
    width: 35%;
}

.packageTrackingWrapper .packageTracking-container .tracking-wrapper .tracking-container .store-wrapper .txt-container {
    width: 85%;
    text-align: center;
    margin: 0 25px;
}

.packageTrackingWrapper .packageTracking-container .tracking-wrapper .tracking-container .store-wrapper .txt-container a {
    background: #AE0D0D;
    display: block;
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    
    webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.packageTrackingWrapper .packageTracking-container .tracking-wrapper .tracking-container .store-wrapper .txt-container a:hover,
.packageTrackingWrapper .packageTracking-container .tracking-wrapper .tracking-container .store-wrapper .txt-container a:active,
.packageTrackingWrapper .packageTracking-container .tracking-wrapper .tracking-container .store-wrapper .txt-container a:focus {
    background: #a33535;
    text-decoration: none;
    
    webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.needSmthWrapper .needSmth-container {
    padding: 70px 0;
    text-align: center;
}

.needSmthWrapper .needSmth-container h2 {
    margin-bottom: 25px;
}

.needSmthWrapper .needSmth-container .item-container {
    margin-top: 35px;
}

.needSmthWrapper .needSmth-container .item-container .each-item {
    padding: 0 5px;
}

.needSmthWrapper .needSmth-container .item-container .item {
    border: 2px solid #2E427E;
    border-radius: 10px;
    padding: 25px;
}

.needSmthWrapper .needSmth-container .item-container a {
    webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.needSmthWrapper .needSmth-container .item-container a:hover,
.needSmthWrapper .needSmth-container .item-container a:active,
.needSmthWrapper .needSmth-container .item-container a:focus {
    text-decoration: none;
    
    webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.needSmthWrapper .needSmth-container .item-container a:hover .item,
.needSmthWrapper .needSmth-container .item-container a:active .item,
.needSmthWrapper .needSmth-container .item-container a:focus .item {
    background: #FDC74F;
    border: 2px solid #FDC74F;
    
    webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.needSmthWrapper .needSmth-container .item-container .item .img-container {
    height: 61px;
    margin-bottom: 25px;
}

.needSmthWrapper .needSmth-container .item-container .item .img-container img {
    height: 100%;
    width: auto;
}

.needSmthWrapper .needSmth-container .item-container .item p {
    text-transform: uppercase;
    color: #2E427E;
    font-weight: 700;
    margin-bottom: 0;
}


.newsWrapper {
    background: #d7d7d747;
}

.newsWrapper .news-container {
    padding: 40px 0;
    text-align: center;
}

.newsWrapper .news-container .item-container {
    margin-top: 35px;
}

.newsWrapper .news-container .item-container .item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
}

.newsWrapper .news-container .item-container .each-item {
    padding: 0 5px;
}

.newsWrapper .news-container .item-container .each-item a {
    webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.newsWrapper .news-container .item-container .each-item a:hover,
.newsWrapper .news-container .item-container .each-item a:active,
.newsWrapper .news-container .item-container .each-item a:focus {
    text-decoration: none;
    
    webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.newsWrapper .news-container .item-container .each-item a:hover .img-container img,
.newsWrapper .news-container .item-container .each-item a:active .img-container img,
.newsWrapper .news-container .item-container .each-item a:focus .img-container img {
    transform: scale(1.1);
    
    webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.newsWrapper .news-container .item-container .item .img-container {
    height: 250px;
    overflow: hidden;
}

.newsWrapper .news-container .item-container .item .img-container img {
    height: 100%;
    object-fit: cover;
    width:100%;
    webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.newsWrapper .news-container .item-container .each-item a:hover .txt-container p.readmore:after {
    content: ">";
    margin-left: 5px;
    
    webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.newsWrapper .news-container .item-container .item .txt-container {
    padding: 20px;
    height:150px;
}

.newsWrapper .news-container .item-container .item .txt-container p {
    margin-bottom: 0;
    font-weight: 600;
    
    webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.newsWrapper .news-container .item-container .item .txt-container p.date,
.newsWrapper .news-container .item-container .item .txt-container p.readmore {
    color: #D60B40;
}

.newsWrapper .news-container .item-container .item .txt-container p.title {
    margin: 10px 0;
}




.appsWrapper .apps-container {
    padding: 40px 0;
    text-align: center;
}

.appsWrapper .apps-container .apps-items {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*remove change of image*/
    
}
.apps-items img {
  width: 100%;
  height: 100%;
}

.appsWrapper .apps-container .apps-items .img-container {
    width: 25%;
}

.appsWrapper .apps-container .apps-items .txt-container {
    width: 50%;
}

.appsWrapper .apps-container .apps-items .txt-container a {
    display: inline-block;
    padding: 0 5px;
}

.appsWrapper .apps-container .apps-items .txt-container h3 {
    margin-top: 15px;
    color: #AE0D0D;
}

.productsServicesWrapper {
    background: #AB0524;
}

.productsServicesWrapper .productsServices-container {
    padding: 70px 0;
    text-align: center;
}

.productsServicesWrapper .productsServices-container h2 {
    color: #fff;
}

.productsServicesWrapper .productsServices-container .item-container {
    margin-top: 70px;
}

.productsServicesWrapper .productsServices-container .each-item {
    padding: 0 5px;
}

.productsServicesWrapper .productsServices-container .item {
    background: #fff;
    border-radius: 10px;
}

.productsServicesWrapper .productsServices-container .item-container .item .img-container img {
    height: 100px;
    width: auto;
    margin-top: -50px;
}

.productsServicesWrapper .productsServices-container .item-container .item .txt-container {
    padding: 25px 15px;
}

.productsServicesWrapper .productsServices-container .item-container .item .txt-container .title {
    text-transform: uppercase;
    font-weight: 700;
    color: #2E427E;
}

.productsServicesWrapper .productsServices-container .item-container .item .txt-container a {
    background: #AE0D0D;
    display: block;
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    
    webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.productsServicesWrapper .productsServices-container .item-container .item .txt-container a:hover,
.productsServicesWrapper .productsServices-container .item-container .item .txt-container a:active,
.productsServicesWrapper .productsServices-container .item-container .item .txt-container a:focus {
    background: #a33535;
    text-decoration: none;
    
    webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
/*Sub page*/
/*Mission Vision*/
.sub-navigation {
  margin: 10px 0 20px 0;
}
.goal-container h1 {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #2E427E;
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
}
.goal-container {
    background: #F3F3F3;
    padding: 20px;
    border-radius:10px;
    margin-bottom: 20px;
}
.goal-container ul {
    padding-left:20px;
    margin:0;
    list-style:disc;
}
.missionvission h1 {
    font-family: 'Poppins', sans-serif;
  font-size: 34px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: #2E427E;
  margin-bottom: 20px;
}
.Mandate-container,.Mission-container {
    background: #f3f3f3;
    padding: 40px 30px 30px 30px;
    margin-right: 4%;
    height: 200px;
    border-radius:10px;
}
.Mandate-container h2,.Mission-container h2,.Vision-container h2 {
    font-family: 'Poppins', sans-serif;
    display:inline-block;
    margin: 0 0 30px 10px;
    color: #2E427E;
    font-style: italic;
    font-weight: 700;
}
.Vision-container {
    background: #f3f3f3;
    padding: 40px 30px 30px 30px;
    margin-right: 0;
    height: 200px;
    border-radius:10px;
}
.overscroll {
  overflow: scroll;
  width: 100%;
  height: 70px;
  padding: 5px;
}
/*government officials*/
.structure-gov {
  margin-bottom: 4%;
}
.structure-gov img {
  width: 100%;
  object-fit: contain;
}
.tabs button {
  border-radius: 0;
  padding: 20px;
  background: #AB0524;
  background: none;
  color: #2E427E;
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
.tabs {
  border-bottom: 10px solid #AB0524;
  margin-bottom: 4%;
}
.tabs button:focus-within {
    background: #AB0524;
  color: #fff;
}
.tabs button:first-child:focus-within {
  background: #AB0524;
  color: #fff;
}
#officers  div:nth-child(2).col-mid-33{
    width: 100%;
}
#officers  div:nth-child(3).col-mid-33{
    width: 100%;
}
#officers  div:nth-child(4).col-mid-33 {
    width: 50%;
}
#postalarea .postal-box {
    margin-left: auto;
    margin-right: auto;
}
#postalarea div:nth-child(7).col-mid-33 {
  width: 50%;
}
#postalarea div:nth-child(8).col-mid-33 {
  width: 50%;
}
#postalarea div:nth-child(7).col-mid-33 .postal-box {
  transform: translateX(50%);
  margin: 20px 0;
}
#postalarea div:nth-child(8).col-mid-33 .postal-box {
  margin: 20px auto;
}
#postalarea div:nth-child(9).col-mid-33 {
  width: 100%;
}
#postalarea div:nth-child(9).col-mid-33 .postal-box {
  margin-left: auto;
  margin-right: auto;
}
/*.tabs button:first-child {*/
/*    background: #AB0524;*/
/*  color: #fff;*/
/*}*/
.box-directory {
  position: relative;
}
.box-directory img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  min-width: 250px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 250px;
}
.box-directory-20 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    /*min-width: 250px;*/
    /*max-width: 250px;*/
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.box-directory-33 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    /*min-width: 250px;*/
    /*max-width: 250px;*/
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 250px;
}
.content-box {
  text-align: center;
  background: #F1F2F2;
  width: 250px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100px;
  padding: 10px;
}
.content-box-20 {
  text-align: center;
  background: #F1F2F2;
  /*width: 250px;*/
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100px;
  padding: 10px;
}
.content-box h4 {
  font-size: 1rem;
}
.content-box-20 h4 {
  font-size: 1rem;
}
/*--COL-MID-20--*/
.content-box-20.box {
  /*width: fit-content;*/
  padding: 5px;
}
.content-box-20.box h4 {
  font-size: 1rem;
}
.pd-right {
  padding-right: 2%;
  margin-bottom: 5%;
}
.dep-title {
  text-align: center;
  font-style: italic;
  font-weight: 900;
  color: #2E427E;
}
.support {
    text-align:center;
}
.department-box {
    border: 1px solid #2E427E;
    width: 400px;
    height: 100px;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
    background: #F5F5F5;
    transform: translateX(20%);
}
#departments div:nth-child(8).col-mid-50 {
  width: 100%;
}
#departments div:nth-child(8).col-mid-50 .department-box {
  transform: translateX(80%);
}
.department-box .name {
    font-size: 16px;
    font-weight: 900;
    color: #2E427E;
}
.department-box .pos {
  font-size: 16px;
}
.department-box-2 {
    border: 1px solid #2E427E;
    width: 400px;
    height: 100px;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
    background: #F5F5F5;
    transform: translateX(20%);
    
}
.department-box-2 .name {
    font-size: 16px;
    font-weight: 900;
    color: #2E427E;
}
.department-box-2 .pos {
  font-size: 16px;
}
/**/
.postal-box {
    border:1px solid #AB0524;
    width: 300px;
    height: 130px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    background: #F5F5F5;
}
.postal-box h4 {
    font-family:Poppins;
    font-size:16px;
    font-weight:600;
}
.postal {
    color:#AB0524;
}
.postal-box .name {
    color:#2E427E;
}
.postal-box .postal {
    color:AB0524;
    margin-bottom: 10px;
}
.postal-box .pos {
    color:#2E427E;
    font-size:12px;
    margin:0;
    
}
/*opportunities*/
.award-box {
  width: 350px;
  height: 200px;
  background: #F3F3F3;
  padding-right: 27px;
  padding: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
  border-radius:10px;
}
.news-title {
  margin-bottom: 20px;
}
.news-title a {
  font-size: 1rem;
  color:#2E427E;
  font-style:italic;
  font-weight:600;
}
.excerpt-text {
  margin: 0;
  color:#434343;
}
.bot-content {
    display: flex;
    justify-content: space-between !important;
    position: absolute;
    bottom: 0;
    width: 300px;
}
.date {
    color:#2E427E;
    font-family:Poppins;
    font-size:13px;
    font-weight:600;
}
.read-more a {
    color:#D60B40;
    font-family:Poppins;
    font-size:13px;
    font-weight:600;
}
.read-more a::after {
  content: ' >';
}
/*CARTER*/
.mandate {
    margin-bottom:20px;
    margin-top:40px;
}
.mandate ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mandate-list {
  margin-bottom: 10px;
}
.mandate ul li p {
  display: inline-block;
  color:#AE0D0D;
  margin:0;
}
.charter-box {
  background: #F3F3F3;
  height: 300px;
  margin-right: 10px;
  border-radius: 10px;
  overflow:hidden;
}
.charter-box img {
    width:100%;
    object-fit:cover
}
.documents-citizen {
    margin: 50px 20px 0 0;
    font-size: 32px;
    padding: 10px 5px 0 0px;
    color:#2E427E;
    font-style:italic;
}
.charter-link {
    font-size:16px;
    text-align:center;
    color:#2E427E;
}
.text-box {
  padding: 60px;
}
.space-bottom{
    margin-bottom:25px;
}
.carter-title {
    font-size:20px;
    font-family:Poppins;
    font-weight:600;
    font-style:italic;
    color:#2E427E;
}
.customer-box {
    padding: 30px;
    padding-right: 30px;
}
.customer-box a {
  color: #2E427E;
}
.gov-info p {
  display: inline-block;
  color:#AE0D0D;
  margin:0;
  font-weight:600;
  font-family:Poppins;
}
/*Postal Office Delivery Lead Time*/
.lead-time {
  margin-bottom: 4%;
}
.lead-time h3 {
    text-transform:uppercase;
    margin-bottom: 20px;
    color: #2E427E;
    font-weight: 600;
    font-size: 18px;
}
.delivery-container table th {
  background: #D60B40;
  padding: 0;
    border: none;
    text-transform:unset;
    width: min-content;
}
.delivery-container table th:first-child {
    border-right:3px solid #fff;
}
.delivery-container table th h4 {
    color:#fff;
    font-size: 16px;
    padding:20px;
    text-align: center;
}
.delivery-container table td {
    padding:0;
}
.delivery-container table td h4 {
    font-size:14px;
    padding: 15px;
    text-align: center;
}
.delivery-container table tr:nth-child(3),.delivery-container table tr:nth-child(5) {
  background: #d9d9d9;
}
.delivery-container table {
    margin:0;
}
.note {
    text-align:center;
    color:#fff;
    background:#2E427E;
    padding:10px 0;
    font-size: 13px;
}
.mail-container table td h4 {
    font-size:14px;
    padding: 15px;
    text-align: left;
}
.mail-container table {
    margin:0;
}
.mail-container table tr:nth-child(2) {
    background: #d9d9d9;
}
.lead-title {
    font-size:22px;
    font-weight:500;
    text-align:center;
    color:#2E427E;
    text-transform:uppercase;
    padding:20px;
    font-style:italic;
}
.international {
    font-size:24px;
    font-weight:500;
    font-style:italic;
    color:#fff;
    text-align:center;
    padding:20px;
    background:#D60B40;
}
.parcel {
  text-align: center;
  font-style: italic;
  background:#D60B40;
  padding: 5px 0;
}
.parcel h4 {
    font-size:24px;
    font-weight:500;
    font-style:italic;
    color:#fff;
    text-align:center;
    color:#fff;
}
.parcel p {
    color:#fff;
}
/*philately*/
.downloadable_pdf a {
    font-size: 40px;
    color:  #16566e;
    padding: 10px 5px 5px 13px;
}
.downloadable_pdf h2 {
    display: inline-block;
    color: #16566e;
    font-family: 'Work Sans';
    font-weight: 600;
    font-size: 16px;
}
.downloadable_pdf ul {
    list-style-type:none;
     margin:0;
     padding:0;
}
.downloadable_pdf ul li {
    border-bottom: 1px dotted #d2c9c9;
    display:flex;
    align-items:center;
}
/*rates*/
.updated {
  font-size: 25px;
  font-weight: 600;
  font-style: italic;
  color: #2b3e8d;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align:center;
}
.postal-rates p {
  text-align: center;
  font-style: italic;
  color: #2b3e8d;
  font-weight: 600;
  font-size:20px;
}
.postal-rates .rates-title {
    color:#2b3e8d;
    font-weight:600;
}
.postal-rates table th {
  background: #D60B40;
  padding: 0;
    border: none;
    text-transform:unset;
    width: min-content;
}
.postal-rates table th {
    background: #D60B40;
    padding: 0;
    border: none;
    text-transform: unset;
    width: min-content;
    text-align:center;
}
.postal-weight table tr th h3 {
    color: #fff;
    font-size: 16px;
    padding: 20px 10px;
    text-align: center;
    font-weight: 900;
}
.postal-rates table th h5 {
    color:#fff;
    padding:20px;
    text-align:center;
}
.postal-rates table td h4 {
    padding:10px;
    text-align:center;
    font-size:13px;
}
.postal-rates table th:first-child {
    border-right:3px solid #fff;
}
.postal-rates table tr:nth-child(3),
.postal-rates table tr:nth-child(5),
.postal-rates table tr:nth-child(7),
.postal-rates table tr:nth-child(9),
.postal-rates table tr:nth-child(11),
.postal-rates table tr:nth-child(13),
.postal-rates table tr:nth-child(15),
.postal-rates table tr:nth-child(17),
.postal-rates table tr:nth-child(19),
.postal-rates table tr:nth-child(21),
.postal-rates table tr:nth-child(23),
.postal-rates table tr:nth-child(25),
.postal-rates table tr:nth-child(27),
.postal-rates table tr:nth-child(29),
.postal-rates table tr:nth-child(31),
.postal-rates table tr:nth-child(33),
.postal-rates table tr:nth-child(35),
.postal-rates table tr:nth-child(37),
.postal-rates table tr:nth-child(39),
.postal-rates table tr:nth-child(41),
.postal-rates table tr:nth-child(43),
.postal-rates table tr:nth-child(45),
.postal-rates table tr:nth-child(47),
.postal-rates table tr:nth-child(49),
.postal-rates table tr:nth-child(51),
.postal-rates table tr:nth-child(53),
.postal-rates table tr:nth-child(55),
.postal-rates table tr:nth-child(57),
.postal-rates table tr:nth-child(59),
.postal-rates table tr:nth-child(61),
.postal-rates table tr:nth-child(63){
     background: #d9d9d9;
}
.postal-rates {
  margin-bottom: 4%;
}
#internumber {
    font-style:italic;
    color:#2b3e8d;
    font-weight:600;
    font-size: 16px;
    text-align: unset;
}
.table-fontsize th {
  font-size: 10px;
  line-height: 11px;
}
.hidden {
    visibility:hidden;
}
.downloadable {
  margin: 200px 0;
}
.download-box {
  background: #e2e2e2;
  margin-right: 20px;
  border-radius: 10px;
  text-align: center;
  height: 160px;
  padding: 5%;
}
.download-box img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.download-box h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.download:hover {
    text-decoration:none;
}
/*Transparency Seal*/
.transparency-seal ol {
      list-style: upper-roman;
}
.transparency-seal ul li a {
    color:#23708b;
}
.transparency-seal ol li a {
    color:#23708b;
}
.transparency-seal a {
    color:#23708b;
}
/*update*/
.headtext h3 {
  text-align: center;
  margin: 20px 20px 200px 20px;
  font-size: 14px;
}
.toptext {
  padding: 200px 50px 0px 50px;
}
.toptext h2 {
  font-size: 25px;
  text-transform: uppercase;
  color: #2B3E8C;
  text-align: center;
  font-weight: 900;
}
.stripe {
  margin: 100px 0 100px 0;
}
#paynamics_payment_form {
  margin: 0 0 100px 0;
}
#offices {
  margin: 0 0 100px 0;
}
.viewbtn {
  color: blue !important;
  text-align: right;
  float: right;
  padding-right: 10px;
  font-weight: 900;
}
#offices tbody tr:nth-child(2),
#offices tbody tr:nth-child(4),
#offices tbody tr:nth-child(6),
#offices tbody tr:nth-child(8),
#offices tbody tr:nth-child(10){
  background: #e1e1e1;
}
.flex {
    display: flex;
}
.covid-announcement{
     background: #040e47;
     margin-top: 0px;
     color: #fff;
     line-height: 1.3;
     font-size: 13px;
     margin-bottom: 0px;
     /* display: none; */position: relative;
    z-index: 8;
    top: 0px;
    overflow:hidden;
    width:100%;
}
.covid-announcement img{
   filter: brightness(6.5);
}
.close-btn .far {
    float: right;
    position: absolute;
    right: 0;
    top: 5px;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
}
.scrolling {
    position:relative;
    overflow:hidden;
    white-space:nowrap;
    padding:15px;
}
.scrolling h3 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: center;
    color: #fff;
    transform: translateX(100%);
    animation:  scrolling 30s linear infinite;
    /*position:absolute;*/
    /*bottom:10px;*/
    display:inline-block;
}
@-moz-keyframes scrolling {
   from { -moz-transform: translateX(100%); }
  to { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scrolling {
  from { -webkit-transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); }
}

@keyframes scrolling {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/*scorecard*/
.sub-navigation a{
    color:#23708b;
}
.scorecard-container {
    margin-top:40px;
}
.scorecard-container h3 {
  font-size: 20px;
  padding: 10px 0;
  color:#2b3e8d;
  font-style: italic;
}
.scorecard tr:nth-child(3),
.scorecard tr:nth-child(5),
.scorecard tr:nth-child(7),
.scorecard tr:nth-child(9),
.scorecard tr:nth-child(11),
.scorecard tr:nth-child(13),
.scorecard tr:nth-child(15),
.scorecard tr:nth-child(17),
.scorecard tr:nth-child(19),
.scorecard tr:nth-child(21),
.scorecard tr:nth-child(23){
  background:#d9d9d9;
}
.scorecard tr td:first-child {
    border-right:3px solid #fff;
}
.scorecard tr th {
  background: #D60B40;
  border: none;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: medium;
  font-size: 18px;
}
.scorecard tr th:first-child {
  border-right: 3px solid #fff;
}
.scorecard tr td h4 a {
  font-size: 1rem;
  color: #23708b;
}
.scorecard tr td h4 {
  font-size: 16px;
  color: #000;
}
/*contact us*/
.contact-info {
    margin:40px 0;
}
.contact-info h2 {
    font-size: 25px;
    font-weight: 600;
    font-style: italic;
    color: #2b3e8d;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
    margin-bottom:5%;
}
.contact-info h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #464646;
}
.contact-info a {
    color: #464646;
}
.addresses th, .addresses td {
  text-align: center;
}
.addresses table th {
    background:#D60B40;
    border:none;
}
.addresses table th h3 {
    color:#fff;
    font-style:italic;
}
.addresses table td h4 {
    font-size:18px;
}
.addresses table th:first-child, .addresses table th:nth-child(2) {
    border-right: 3px solid #fff;
}
.addresses tr:nth-child(3),
.addresses tr:nth-child(5),
.addresses tr:nth-child(7),
.addresses tr:nth-child(9),
.addresses tr:nth-child(11),
.addresses tr:nth-child(13),
.addresses tr:nth-child(15),
.addresses tr:nth-child(17),
.addresses tr:nth-child(19),
.addresses tr:nth-child(21),
.addresses tr:nth-child(23),
.addresses tr:nth-child(25),
.addresses tr:nth-child(27),
.addresses tr:nth-child(29),
.addresses tr:nth-child(31),
.addresses tr:nth-child(33),
.addresses tr:nth-child(35),
.addresses tr:nth-child(37),
.addresses tr:nth-child(39),
.addresses tr:nth-child(41),
.addresses tr:nth-child(43),
.addresses tr:nth-child(45),
.addresses tr:nth-child(47),
.addresses tr:nth-child(49),
.addresses tr:nth-child(51),
.addresses tr:nth-child(53),
.addresses tr:nth-child(55),
.addresses tr:nth-child(57),
.addresses tr:nth-child(59),
.addresses tr:nth-child(61),
.addresses tr:nth-child(63),
.addresses tr:nth-child(65),
.addresses tr:nth-child(67),
.addresses tr:nth-child(69),
.addresses tr:nth-child(71),
.addresses tr:nth-child(73),
.addresses tr:nth-child(75),
.addresses tr:nth-child(77),
.addresses tr:nth-child(79),
.addresses tr:nth-child(81),
.addresses tr:nth-child(83),
.addresses tr:nth-child(85),
.addresses tr:nth-child(87),
.addresses tr:nth-child(89),
.addresses tr:nth-child(91),
.addresses tr:nth-child(93),
.addresses tr:nth-child(95),
.addresses tr:nth-child(97),
.addresses tr:nth-child(99),
.addresses tr:nth-child(101),
.addresses tr:nth-child(103),
.addresses tr:nth-child(105),
.addresses tr:nth-child(107),
.addresses tr:nth-child(109),
.addresses tr:nth-child(111),
.addresses tr:nth-child(113),
.addresses tr:nth-child(115),
.addresses tr:nth-child(117),
.addresses tr:nth-child(119),
.addresses tr:nth-child(121),
.addresses tr:nth-child(123),
.addresses tr:nth-child(125),
.addresses tr:nth-child(127),
.addresses tr:nth-child(129),
.addresses tr:nth-child(131),
.addresses tr:nth-child(133),
.addresses tr:nth-child(135),
.addresses tr:nth-child(137),
.addresses tr:nth-child(139),
.addresses tr:nth-child(141),
.addresses tr:nth-child(143),
.addresses tr:nth-child(145),
.addresses tr:nth-child(147),
.addresses tr:nth-child(149),
.addresses tr:nth-child(151),
.addresses tr:nth-child(153),
.addresses tr:nth-child(155),
.addresses tr:nth-child(157),
.addresses tr:nth-child(159){
    background:#d9d9d9;
}
.addresses h2 {
    font-size: 25px;
    font-weight: 600;
    font-style: italic;
    color: #2b3e8d;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
    margin-bottom:1%;
}
.addresses tr td:nth-child(3) h4 {
    text-align: left;
    padding: 0 0 0 10px;
}
/*corporate governance*/

.governance {
}
.governance h2 {
    font-style:italic;
    text-align:center;
    margin:30px 0;
}
.governance h3 {
  padding: 10px;
  background: #bebebe;
  margin: 0 0 10px 0;
  font-style: italic;
}
.governance .noavailable {
    font-size:18px;
    margin:20px 0;
    text-align:center;
}
.file-format-docs {
  text-align: center;
}
.file-format-docs a {
    color:#000;
}
.file-format-docs i {
  font-size: 4em;
  display: block;
  color: #c3c3c3;
}
/*stamp vault*/
.stamp img {
  width: 100%;
}
.stamp-details img {
  width: 100%;
}

/* ---------- Responsive ---------- */
@media only screen and (min-width:1367px)  {
    /**/
    #postalarea div:nth-child(7).col-mid-33 .postal-box {
        transform: translateX(80%);
    }
    /**/
    #departments div:nth-child(8).col-mid-50 .department-box {
        transform: translateX(145%);
    }
    .department-box, .department-box-2 {
        transform: translateX(50%);
    }
}
@media only screen and (max-width:1366px) {
    .pageHeader {
        height:216px;
    }
    /*download links*/
    .appsWrapper .apps-container .apps-items .txt-container a {
      margin-bottom: 10px;
    }
    /*sidebar*/
    .sidebarlinks .float-80::after {
        margin-left:13.255em;
    }
}
@media only screen and (max-width:1280px) {
    .pageHeader {
        height:202px;
    }
    /*bod*/
    /*.department-box-2 {*/
    /*    width:160px;*/
    /*    height:90px;*/
    /*}*/
    /*careers*/
    .list-articles .col-mid-20 {
      width: 30%;
    }
    .list-articles .col-mid-80 {
      width: 70%;
    }
    /*sidebar*/
    .sidebarlinks .float-80::after {
        margin-left:12.255em;
    }
    /*opportunities*/
    .award-box {
        width:320px;
    }
    .bot-content {
        width:270px;
    }
}
@media only screen and (max-width:1024px) {
    /*display none*/
    .topbar-container {
        display:none;
    }
    #menu-auxiliary-menu {
      display: none;
    }
    .auxmenu-wrapper {
        margin:0 auto 0;
    }
    
    .menu-homepage-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
    }    
    /*sidebar*/
    .sidebarlinks .float-80::after {
        margin-left:8.255em;
    }
    .needSmthWrapper .needSmth-container .item-container .item {
        height:175px;
    }
    .item .img-container {
      margin-bottom: 15px!important;
    }
    .newsWrapper .news-container .item-container .item .img-container img {
        width:100%;
    }
    /*bod*/
    .postal-box {
        width:200px;
        height:140px;
    }
    .department-box {
        width:350px;
        height:100px;
    }
    .department-box-2 {
        width:350px;
        height:100px;
    }
    .department-box-2 .name {
        font-size:1rem;
    }
    .department-box-2 .pos {
        font-size:12px;
    }
    /*opportunities*/
    .award-box {
        width:250px;
        height:230px;
        padding:15px;
    }
    .bot-content {
        width:205px;
    }
    
}
@media only screen and (max-width:912px) {
    .pageHeader {
        height:145px;
    }
    .packageTrackingWrapper .packageTracking-container .tracking-wrapper {
        width:90%;
    }
    .needSmthWrapper .needSmth-container .item-container .item {
        height:175px;
    }
    .item .img-container {
      margin-bottom: 15px!important;
    }
    .newsWrapper .news-container .item-container .item .img-container img {
        width:100%;
    }
    /*downloadlinks*/
    .entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
        width:192px;
    }
    /*bod*/
    .tabs button {
        font-size:1rem;
    }
    .box-directory img {
        min-width: 200px;
        max-width: 200px;
    }
    .box-directory-33 img {
        min-width: 200px;
        max-width: 200px;
    }
    .content-box {
        width:200px;
    }
    .content-box.box {
      height: 150px;
    }
    .postal-box {
        width:200px;
        height:140px;
    }
    .department-box {
        width:300px;
        height:100px;
    }
    .department-box-2 {
       width:300px;
       height:100px;
    }
    .department-box-2 .name {
        font-size:1rem;
    }
    .department-box-2 .pos {
        font-size:12px;
    }
    /*citizen charter*/
    .text-box.one {
        padding:30px;
    }
    .customer-box {
        padding:15px;
    }
    /*sidebar*/
    .sidebarlinks .float-80::after {
        margin-left:6.255em;
    }
    /*opportunities*/
    .award-box {
        width:225px;
        height:245px;
    }
    .bot-content {
        width:190px;
    }
    /*search payment tracker*/
    .searchContainer input[type="text"] {
        font-size:16px!important;
    }
}
@media only screen and (max-width:800px) {
    .auxmenu-wrapper {
        background: #fff;
    }
}
@media only screen and (max-width:768px) {
    /*page settings banner*/
    .pageHeader-mobile {
        display:block;
        height:615px;
    }
    .pageHeader{
        display:none;
    }
    .packageTrackingWrapper .packageTracking-container .tracking-wrapper {
        width:100%;
    }
      .each-item {
      margin-bottom: 20px;
    }
    .mobile-margin {
        margin-bottom:70px;
    }
    .item-container .mobile-margin:nth-child(3) {
      margin-bottom: 0;
    }
    .appsWrapper .apps-container .apps-items {
        justify-content: space-between;
    }
    /*Footer*/
    .footerfl, .footermid , .footerfr {
        width:100%;
        margin-right:0;
        text-align:center;
    }
    .imgleft {
        float:unset;
        margin-right:0;
        clear:unset;
    }
    .footermid {
        margin-bottom:20px;
    }
    /*bod*/
    .box-directory-20 img {
        height:600px;
    }
    .box-directory-33 img {
        max-width:unset;
        height:600px;
    }
    .tabs button {
        font-size:1rem;
        padding:15px;
    }
    .box-directory img {
        max-width:unset;
        height:600px;
    }
    .content-box {
        width:100%;
    }
    #postalarea div:nth-child(7).col-mid-33 {
        width:100%;
    }
    #postalarea div:nth-child(8).col-mid-33 {
        width:100%;
    }
    #postalarea div:nth-child(7).col-mid-33 .postal-box {
        transform: translateX(0%);
    }
    #postalarea div:nth-child(8).col-mid-33 .postal-box {
        transform: translateX(0%);
    }
    #officers div:nth-child(3).col-mid-33 {
        width:100%;
    }
    #officers div:nth-child(4).col-mid-33 {
        width:100%;
    }
    .department-box, .department-box-2,.postal-box {
        width:100%;
        transform:translateX(0%);
    }
    #departments div:nth-child(8).col-mid-50 .department-box {
        transform:translateX(0%);
    }
     /*careers*/
    .list-articles .col-mid-20 {
      width: unset;
    }
    .list-articles .col-mid-80 {
      width:unset;
    }
    /*sidebar*/
    .sidebarlinks .float-80::after {
        margin-left:37.255em;
    }
    /*opportunities*/
    .award-box {
      width: 100%;
      height: 100%;
      min-height: 160px;
    }
    .bot-content {
        width:100%;
        padding: 0 15px;
        left:0;
        
    }
    #content .entry-header, #content .entry-content, #content .entry-summary, #content footer.entry-meta, #content .featured-gallery, .search.sidebar .page-content, .blog.sidebar .page-content, .sidebar .post-navigation .nav-links, 
    .paging-navigation .nav-links, #content .author-info, .comments-area .comments-title, .comments-area .comment-list, .comments-area .comment-navigation, 
    .comment-respond, .sidebar .site-info, .sidebar .paging-navigation .nav-links {
    padding:0!important;
    }
    /*search payment tracker*/
    .searchContainer input[type="text"] {
        font-size:13px!important;
    }
    .searchContainer input[type="submit"] {
        padding: 17px 40px!important;
    }
    .searchContainer {
        /*width:100%!important;*/
        
    }
    
}
@media only screen and (max-width:734px) {
    .pageHeader-mobile {
        height:588px;
    }
    /*sidebar*/
    .sidebarlinks .float-80::after {
        margin-left:35.255em;
    }
    /*search payment tracker*/
    .searchContainer input[type="text"] {
        font-size:18px!important;
    }
    .searchContainer input[type="submit"] {
        padding: 17px 17px!important;
        right: 50%!important;
        transform: translateX(50%)!important;
        margin-top:0!important;
        margin: 20px 0!important;
    }
    .searchContainer {
        /*width:100%!important;*/
        
    }
}
@media only screen and (max-width:684px) {
    .pageHeader-mobile {
        height:548px;
    }
    /*sidebar*/
    .sidebarlinks .float-80::after {
        margin-left:33.255em;
    }
    /*search payment tracker*/
    .searchContainer input[type="text"] {
        font-size:18px!important;
    }
    .searchContainer input[type="submit"] {
        padding: 17px 17px!important;
        right: 50%!important;
        transform: translateX(50%)!important;
        margin-top:0!important;
        margin: 20px 0!important;
    }
    /*.searchContainer {*/
    /*    width:100%!important;*/
    /*}*/
}
@media only screen and (max-width:667px) {
    .pageHeader-mobile {
        height:535px;
    }
    /*sidebar*/
    .sidebarlinks .float-80::after {
        margin-left:32.255em;
    }
}
@media only screen and (max-width:620px) {
    .auxmenu-container .web-logo {
        width: 100%;
    }
    .auxmenu-container .web-logo .web-logo-container {
        margin-right: 0;
        text-align: center;
    }
    .web-pst {
        width: 100%;
        margin-top: 15px;
    }
    #pst-container {
        text-align: center;
    }
}
@media only screen and (max-width:550px) {
    .pageHeader-mobile {
        height:441px;
    }
    /*homepage*/
    .appsWrapper .apps-container .apps-items {
        display:block;
    }
    .appsWrapper .apps-container .apps-items .img-container {
        width:100%;
        margin-bottom:20px;
    }
    .appsWrapper .apps-container .apps-items .txt-container {
        width:100%;
    }
    /*sidebar*/
    .sidebarlinks .float-80::after {
        margin-left:25.255em;
    }
    /*get rate*/
    .postal-rates table th h5 {
        padding:15px;
        font-size:16px;
    }
    .delivery-container table th h4 {
        padding:0;
    }
     /*search payment tracker*/
    .searchContainer input[type="text"] {
        font-size:16px!important;
    }
    .searchContainer input[type="submit"] {
        padding: 17px 17px!important;
        right: 50%!important;
        transform: translateX(50%)!important;
        margin-top:0!important;
        margin: 20px 0!important;
    }
    
}
@media only screen and (max-width:414px) {
    .pageHeader-mobile {
        height:332px;
    }
    .packageTrackingWrapper .packageTracking-container .tracking-wrapper .tracking-container .store-wrapper .img-container {
        width:100%;
        
    }
    .img-container{
        text-align:center;
    }
    .packageTrackingWrapper .packageTracking-container .tracking-wrapper {
        width:100%;
    }
    .packageTrackingWrapper .packageTracking-container .tracking-wrapper .tracking-container .store-wrapper {
        display:block;
    }
    .packageTrackingWrapper .packageTracking-container .tracking-wrapper .tracking-container .store-wrapper {
        height:fit-content;
    }
    /**/
    .each-item {
      margin-bottom: 20px;
    }
    .mobile-margin {
        margin-bottom:70px;
    }
    .item-container .mobile-margin:nth-child(3) {
      margin-bottom: 0;
    }
   .tracking-container .store-wrapper:nth-child(1),.tracking-container .store-wrapper:nth-child(3) {
    background: #2E427E;
    }
    .tracking-container .store-wrapper:nth-child(1) h3 ,.tracking-container .store-wrapper:nth-child(3) h3 {
        color:#fff;
    }
    /*Mission vision*/
    .goal-container h1,.missionvission h1 {
        font-size:25px;
    }
    .Mandate-container h2, .Mission-container h2, .Vision-container h2 {
        font-size:25px;
    }
    .Mandate-container, .Mission-container {
        margin-right:0;
        margin-bottom:20px;
    }
    /*bod*/
    .tabs button {
        font-size:1rem;
    }
    .box-directory img {
        max-width:unset;
    }
    .content-box {
        width:100%;
    }
    /*sidebar*/
    .sidebarlinks .float-80::after {
        margin-left:17.255em;
    }
    /*opportunities*/
    .award-box {
        min-height:180px;
    }
    /*get rate*/
    .postal-rates table th h5 {
        padding:5px;
        font-size:14px;
    }
    table td {
        font-size:13px;
    }
    /**/
    .searchContainer {
        width:100%!important;
    }
    
    
}
@media only screen and (max-width:390px){
    pageHeader-mobile {
      height: 313px;
    }
    /*sidebar*/
    .sidebarlinks .float-80::after {
        margin-left:16.255em;
    }
    /*get rate*/
    .postal-rates table th h5 {
        font-size:13px;
    }
    
}
@media only screen and (max-width:375px){
    pageHeader-mobile {
      height: 301px;
    }
    /*sidebar*/
    .sidebarlinks .float-80::after {
        margin-left:15.255em;
    }
    /*get rate*/
    .postal-rates table th h5 {
        font-size:12px;
    }
    .web-pst.fr {
        float:unset;
    }
    
    
}
@media only screen and (max-width:320px) {
    .pageHeader-mobile {
      height: 257px;
    }
    /*sidebar*/
    .sidebarlinks .float-80::after {
        margin-left:12.255em;
    }
    /*OPPORTUNITIES*/
    .award-box {
        min-height:225px;
    }
}
