:root {
  --osk-yellow: #F4B223;
  --osk-blue: rgb(29, 42, 117);
}

/* Hide flash of unstyled mmenu until it's loaded */
#mmenu:not( .mm-menu ) {
display: none;
}



/*---------- START Burger Icon ----------*/

.burger-wrapper {
  max-width: 3rem;
  /* float: left; */
  margin-right: 1.5rem;
  position: absolute;
}

a.burger-link.icon-list {
    font-size: 1.5rem;
    color: aliceblue;
    text-decoration: none;
}

/*---------- END Burger Icon ----------*/



.logo-wrap {
  width: 50%;
  color: #FFFFFF;
  height: auto;
  float: left;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.logo-link {
  flex-shrink: 0;
}

.logo-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  font-size: .85rem;
  letter-spacing: 1px;
  margin-top: 0px;
}

.logo-text .pipe {
  color: var(--osk-yellow);
}



.layer-header img.logo {
  	max-width: 70px;
    max-height: 70px;
	}

	
/* Center logo and stack tagline at burger menu breakpoint (640px and below) */
@media only screen and (max-width:640px){
	.logo-wrap {
		width:100%;
		color: #FFFFFF;
		height: auto;
		float: none;
		text-align: center;
	}

	.logo-container {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 0.5rem;
		justify-content: center;
	}

	.logo-text {
		font-size: 0.85rem;
		gap: 0.4rem;
		margin-top: 10px;
	}
}

/* Further reduce size on very small mobile devices */
@media only screen and (max-width:414px){
	.logo-text {
		font-size: 0.75rem;
		gap: 0.3rem;
	}
}


/* Center logo when burger menu is active */
@media only screen and (max-width:640px){
	img.logo {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media only screen and (max-width:414px){
	img.logo {
	margin-left:0 !important;
	}
}







.contact-wrap {
	width: 50%;
  	color: #FFFFFF;
  	height: auto;
  	float: right;
    padding-right: 0rem;
}

.contact-stack {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: .5rem;
}

@media screen and (max-width: 841px) {
    .contact-wrap {
        position: absolute;
        top: 0;
        right: 0rem;
        height: 75px;
        display: flex;
        align-items: flex-start;
        padding-top: 1rem;
        width: auto;
    }
    .contact-stack {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 0.25rem;
        height: 65px;
        justify-content: center;
        padding-right: 1rem;
    }
    .contact-detail {
        width: 30px;
        height: 30px;
        margin-left: 0;
        line-height: 30px;
    }
    
    .contact-detail_phone {
        margin-top: 5px;
    }
    
    .contact-detail_email {
        margin-top: 3px;
    }
}

@media screen and (max-width: 639px) {
    .contact-stack {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .contact-wrap {
        width: auto;
        right: 0;
    }
    .contact-stack {
        align-items: flex-end;
        padding-right: 1rem;
    }
    .contact-detail {
        width: 30px;
        height: 30px;
    }
}








.contact-label {
  font-family: 'Montserrat', sans-serif;
  color: var(--osk-yellow);
  font-weight: 700;
  margin-right: 3px;
}

.contact-detail {
  display: inline;
  margin-left: 1rem;
  float: right;
  font-size: 0.9rem;
  font-weight: 400;
  background-color: rgba(240, 255, 255, 0.15);
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  white-space: nowrap;
  border: 1px solid transparent;
  transition: border-color 0.3s ease-in-out;
  position: relative;
}

.contact-detail:hover {
  border-color: rgba(255, 255, 255, 0.4);
}

.contact-detail a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}

.contact-detail span:not(.contact-label) {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 841px) {
  /* Button dimensions now handled in 1023px breakpoint */
}

.contact-detail_phone,
.contact-detail_email {
  margin-top: 5px;
}

@media screen and (min-width: 1024px) {
  .contact-wrap {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .contact-detail_phone,
  .contact-detail_email {
    margin-left: 10px;
    margin-top: 0;
  }
}

.contact-detail .fa {
  margin-right: 5px;
  font-size: 1.1rem;
}

@media screen and (max-width: 1023px) {
    .contact-detail {
      width: 30px;
      height: 30px;
      padding: 0;
      margin-left: 0.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .contact-detail a {
      padding: 10px;
      justify-content: center;
    }

    .contact-detail .fa {
      margin: 0;
    }
}
		
.contact-detail a{
	color:#FFFFFF;	
	}
	





	
@media only screen and (max-width: 414px){
	.contact-detail {
      /* All dimensions now handled in base class */
	}

    .contact-icon {
        font-size: 1rem;
    }
}
	
	
	
	
	







.content li {
  padding-left: 15px;
  list-style: none;
  margin-bottom: 5px;
  position: relative;
}

/* Apply the Fontastic chevron as the bullet */
.content li:before {
    font-family: FontAwesome;
    content: "\f054";
    color: rgb(29,42,117);
    font-size: .85rem;
    position: absolute;
    top: 3px;
    left: -10px;
}











		





@media only screen and (max-width:375px){
	.make-button {
	  border-bottom: 3px solid rgba(2, 6, 32, 1);
	  max-width: 12rem;
	  float: right;
	  padding: 0.5rem 1rem 0.5rem 1rem;
	  border-radius: 0.3rem;
	  background-color: rgb(29, 42, 117);
	  border-top: 1px solid #324091;
	}
}


.tagline {
  color: white;
  font-size: 1.85rem;
  text-align: right;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  padding: 0.5rem 2rem 0.5rem 1.5rem;
  position: absolute;
  right: 0;
  top: 25%;  /* Position from top instead of bottom */
  opacity: 0;
  transform: translateX(-50px);
}



.home-box-wrap {
  background-color: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(157, 160, 194, 0.44);
  border-radius: 3px;
  padding: 0 1rem 0 1rem;
  margin: 2rem 0 2rem 0;
}

.home-box-wrap h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width:642px){
.home-box-wrap {
 
  margin: 2rem 0 0.5rem 0;
}
}





/*---------- Layers ----------*/

.layer{
	width:100%;
	}
	
	
	
	
.layer.header-utility {
  background-color: rgb(3, 11, 69);
  padding-top: .5rem;
}

.utility-links li {
	display:inline;
	list-style-type:none;

}

.utility-links ul {
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}


.utility-links a {
  color: rgba(215, 215, 215, 0.78);
  margin: 0.5rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px dotted #817ABE;
}



.layer.CTAs {
  padding-top: 1rem;
  background-color: rgba(29, 42, 117, 1);
  padding-bottom: 1rem;
}


@media only screen and (max-width:375px){
	
	.utility-links ul {
	margin:0;
	}
	
	.utility-links a {
	  margin: 0.3rem;
	}
	
	.utility-links  {
	  padding:0;
	  padding-right:0.5rem;
	}		
}





.layer.hero {
  padding-top: 0;
  /* margin-top: 1px; */
  background-color: rgb(29, 42, 117);
}




@media only screen and (max-width:375px){
	.hero h1 /* Hero heading*/
	{
		font-size: 1.7rem;
	}
	
	.butt a /* CTA buttons*/
	{
  	color: rgb(29, 42, 117);
  	font-size: 0.845rem;
	}
	
	.tagline  /* Scrolling text*/
	{
	
	font-size: 1.5rem;
	}
	
	
	
}


.hero-intro {
  padding-top: 1.2rem;
  padding-right: 3rem;
}

.hero-img {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  background-color: rgb(29, 42, 117); /* Matches the site theme while image loads */
  margin-top: 15px; /* Add top margin for desktop */
  margin-bottom: 5px; /* Add top margin for desktop */
}

/* Reduce height on mobile devices */
@media only screen and (max-width: 640px) {
  .hero-img {
    min-height: 240px;
    max-height: 280px;
    margin-top: 0; /* Remove top margin on mobile */
  }
}

.hero-img img {
  border-radius:2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;"; /* IE polyfill */
  opacity: 1; /* Show fallback src immediately if lazysizes fails to load */
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

/* Hero image lazysizes loading states - opacity kept at 1 to ensure fallback src remains visible */
.hero-img img.lazyloading {
  opacity: 1; /* Keep fallback visible during lazy load process */
}

.hero-img img.lazyloaded {
  opacity: 1;
}

/* Hero rowing image noscript fallback for browsers with JavaScript disabled */
.hero-img noscript img {
  opacity: 1;
}

.tagline-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2; /* Higher than the image */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 2rem;
}

.tagline {
  position: absolute;
  right: 0;
  top: 25%; /* Position higher on the image */
  opacity: 0; /* Let GSAP handle visibility */
  color: white;
  font-size: 1.85rem;
  z-index: 3;
  padding: 0.5rem 2rem 0rem 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  background: none;
  transform: translateX(-20px); /* Shorter start position for slide-in */
}

.tagline-bar {
  position: absolute;
  left: 1.5rem; /* Align with text padding */
  bottom: 0px; /* Fixed position at bottom of text */
  width: 50px;
  height: 3px;
  background-color: var(--osk-yellow);
  opacity: 0;
  z-index: 4;
}



.layer.services {
  padding-bottom: 3rem;
  padding-top: 1rem;
}



.utility-links {
  text-align: right;
  /* display: inline; */
  color: aliceblue;
  
}

.icon:before {
  /* background-color: aqua; */
  margin-right: 0.5rem;
  vertical-align: text-top;
}

.layer-header {
	padding: 1rem 0 1rem 0;
	background-color: rgb(29, 42, 117);
    position: relative;
}

.layer-header img.logo {
  height: 75px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width:414px){
	.logo-and-nav {
		text-align:center;
	}	
}




.layer-is-topnav {
  background-color: rgb(29, 42, 117);
  border-top: 1px solid rgb(68, 61, 131);
  border-bottom: 1px solid #443D83;
}

.is-breadcrumbs {
  padding-top: 1rem;
}

.row.sub-header {
  margin-top: 0.5rem;
}

.layer.pre-footer {
  background-color: rgb(29, 42, 117);
  font-size: 0.8rem;
  color: aliceblue;
}

.is-footer {
  color: rgb(160, 164, 195);
  background-color: rgb(29, 42, 117);
  padding: 1rem 0 3rem 0;
  font-size: 0.8rem;
}

.pre-footer a, 
.is-footer a{
  color: rgb(211, 214, 239);
  
}
/* Start: Footer logos */
img.logo_chamber {
    max-width: 120px;
    margin-right: 10px;
    padding-bottom: 10px;
}
img.logo_lockstar {
    max-width: 120px;
    margin-right: 10px;
    padding-bottom: 10px;
	max-height: 80px;
}
/* END: Footer logos */

.hero h1 {
    color: var(--osk-yellow);
    margin-bottom: 1rem;
    font-size: 28px;
}

.hero h2 {
  color: white;
  font-weight: 300;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.hero .body {
  color: rgba(240, 248, 255, 0.77);
  font-size: .95rem;
}




.layer .body {
  margin-bottom: 3rem;
  margin-top: 2rem;
}

.layer.sectors {
  background-color: whitesmoke;
  padding-bottom: 3rem;
  padding-top: 1rem;
}

.layer.sectors .button {
  margin-top: 1rem;
}

.layer.updates {
  background-color: white;
  /* font-size: .9rem; */
  border-top: 1px solid #F2F2F2;
}




.diagram-sector {
  text-align: center;
  padding: 1rem 0rem 1rem 0rem;
  max-height: 400px;
  margin-bottom: 1rem;
}

.sectors .content li {
  padding: 0; 
  background-image: none; 
  list-style: none;
  margin-bottom: 0; 
}

@media only screen and (min-width:642px){
	.layer.services .service-col {
	  padding-left: 0.033rem;
	  padding-right: 0.033rem;
	}
}

@media only screen and (min-width:642px){
	.layer.sectors .sector-col {
	  padding-left: 0.033rem;
	  padding-right: 0.033rem;
	}
}

.butt {
	margin-bottom:.5rem;
  border: 1px solid rgba(109, 119, 176, 0.26);
  border-top: 1px solid rgba(223, 223, 223, 1);
  border-bottom: 1px solid rgba(187, 193, 226, 1);
  padding: 0.75rem 1rem 0.75rem 1rem;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  text-align: center;
  /* color: aquamarine; */
  font-weight: 500;
  /* color: yellow; */
  
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZGRlZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ffffff 0%, #E9EFF7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#E9EFF7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#E9EFF7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#E9EFF7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#E9EFF7 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#E9EFF7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E9EFF7',GradientType=0 ); /* IE6-8 */

  
  
}

.butt a {
  color: rgb(29, 42, 117);
}


.content {
  padding-bottom: 2rem;
}

.content h2 {
  margin-top: 2rem;
  /* background-color: aliceblue; */
  margin-bottom: 1.3rem;
  font-weight: 400;
  font-size: 1.6rem;
}



.service-block {
    position: relative;
    margin-bottom: 0.8rem;
    overflow: hidden;
    /* border: 1px solid; */

}


.service-block img {
  
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
	width: 100%;
  
}
.service-block:hover img {
    -webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}






.service-name {
  position: absolute;
  background-color: rgba(29, 42, 117, 0.7);
  color: rgb(255, 190, 39);
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0.7rem;
  /* opacity: 0.5; */
}

.service-name a {
  color: white;
}


/*---------- Resource Layer ----------*/
.layer.resources {
  /* margin-top: 2rem; */
  padding-top: 2rem;
  background-color: white;
}




.thumb-wrapper {
  float: left;
  min-width: 63px;
  /* background-color: #EEE1E1; */
}

.resource-wrapper {
  border-bottom: 1px solid rgba(29, 42, 117, 0.22);
  margin-bottom: 1rem;
  /* padding-bottom: 0.5rem; */
  min-height: 5.0rem;
}

.resource-wrapper:last-of-type {
  border: none;
}

.resource-wrapper h3 {
  font-size: 1rem;
  font-weight: 400;
}

.resource-thumb {
  max-height: 4rem;
  padding: 2px;
  border: 1px solid rgb(218, 220, 239);
}



/*---------- Breadcrumbs ----------*/

ul.breadcrumb {
    font-size: 0.7rem;
    color: #6F6F6F;
    margin-left: 0;
}

ul.breadcrumb li {
  list-style-type: none;
  display: inline;
}

/*---------- Side Navigation ----------*/


ul.sidelist {
  margin: 0;
  font-size: 0.85rem;
}

ul.sidelist li:first-of-type {
  /* background-color: antiquewhite; */
  color: rgb(48, 134, 205);
  font-size: 1rem;
  border-top: none;
  /* border-bottom: 2px solid; */
  /* background-color: rgb(29, 42, 117); */
}




.sidenav {
  background-color: aliceblue;
  margin-bottom: 1rem;
}

.sidenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidenav li.current a {
  background-color: #C4EAFF !important;
}
.sidenav ul li {
list-style-type: none;
  border-top: 1px solid;
  border-top-color: #A3E0FE;
}


.sidenav li a:link, 
.sidenav li a:visited {
  display: block;
  padding: 10px 0 10px 10px;
  color: #2B74B2;
  text-decoration: none;
}

.sidenav > ul li.parent a {
  /* border-top: 1px solid #A3E0FE; */
  margin: 0;
  font-weight: bold;
  background-color: #3086CD;
  color: #FFF;
}

.sidenav ul ul li.parent a {
	font-weight: bold;
	background-color: #C4EAFF;
	color: #2B74B2;
	text-decoration: none;
	background-image: url(../images/bg_sidenav_blue.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}




.sidenav ul ul li a:link, 
.sidenav ul ul li a:visited{
 /* border-bottom: 1px solid #A3E0FE; */
  margin: 0;
  background-image: url(../images/bg_sidenav_blue.gif);
  background-repeat: no-repeat;
  background-position: 10px 14px;
  background-color: #DFF4FF;
  color: #2B74B2;
  text-decoration: none;
  font-weight: normal;
  padding-left:22px;
  font-size:0.8rem
}







.sidenav ul ul ul li a:link, 
.sidenav ul ul ul li a:visited {
  /* border-bottom: 1px solid #A3E0FE; */
  padding-left: 33px;
  font-size: 0.8rem;
  background-color: rgb(223, 244, 255);
  font-weight: 500;
  background-image:none;
}









/*---------- Widgets  ----------*/


.aside-item {
    font-size: 0.9rem;
}

.asidecol ul {
  font-size: 0.88rem;
}



.widget {
  background-color: aliceblue;
  padding: 1rem;
  border-radius: 3px;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.widget.contact {
  
}

.widget h4 {
  font-size: 0.9rem;
  color: rgb(51, 153, 204);
  font-weight: 500;
  margin: 0 0 0.2rem 0;
}

.widget ul {
  margin: 0;
}

.widget li {
    list-style-type: none;
    padding: 0.5rem 0 0.5rem 0;
    border-bottom: 1px dotted #3399CD;
    color: #4EA6D3;
}

.widget li:last-of-type {
  border-bottom: 0;
}

.widget li.icon:before {
  color: rgb(51, 153, 205);
  font-size: 1.1rem;
}


/*---------- Services Grid ----------*/
.service-img {
  margin-bottom: 1rem;
}



/*---------- Grid ----------*/
.grid h3 {
  font-size: 0.8rem;
  font-weight: 500;
}

.grid {
  text-align: left;
  margin-bottom: 1.5rem;
  font-size: 0.7rem;
}

/*---------- Specialist Team ----------*/
.specialist-wrapper {
  font-size: 0.7rem;
  background-color: aliceblue;
  margin-bottom: 0.2rem;
  padding: 0.8rem 0rem 1.5rem 0.8rem;
}

.specialist-thumb {
  float: left;
  margin-right: 1rem;
  /* margin-bottom: 1rem; */
}

.specialist-content {
  padding-top: 0.2rem;
}

.person-detail {
  float: right;
  text-align: right;
  font-size: 0.8rem;
  margin: 0 0 2rem 1rem;
  padding: 0 0 0 1.1rem;
  border-left: 1px solid #C6DDE8;
}

.person-detail img {
  display: block;
  margin: 0 0 1rem 0;
  padding: 0 0 0 0;
}



/*---------- Buttons ----------*/
.ghost {
  background-color: rgba(67, 84, 184, 0.12);
  border: 3px solid rgba(29, 42, 117, 0.55);
  border-radius: 4px;
  margin-bottom: 0;
}


/*---------- Blog ----------*/
.post-wrapper {
  margin-bottom: 1rem;
  border-bottom: 1px dotted #CBC8E2;
  padding-bottom: 1rem;
}

.post-date {
  font-size: 0.8rem;
  margin-top: 0.5rem;
}


/*---------- Footer ----------*/
.pre-footer .columns {
  padding: 2.1rem 2rem 0 2rem;
}

.pre-footer h3 {
  color: rgb(255, 255, 255);
  font-size: 1.3rem;
  margin-bottom: 1rem;
  /* padding-bottom: 1rem; */
  /* border-bottom: 2px solid #030B45; */
}


/*---------- News headlines for footer ----------*/
.homenews-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}


.homenews-wrapper a {
  color: rgb(211, 214, 239);
  font-weight: 700;
}

.homenews-wrapper a:hover {
	color: rgba(255,255,255,1.00); 
}

/*---------- News headlines for accordian ----------*/

#panel-accordian .homenews-wrapper {
  border-bottom: 1px dotted rgba(29, 42, 117, 0.24);
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

#panel-accordian .homenews-wrapper a {
  color: rgb(29, 42, 117);
  font-weight: 400;
}

#panel-accordian .homenews-wrapper a:hover {
	color: rgba(255,255,255,1.00); 
}

#panel-accordian .homenews-date {
  letter-spacing: 0px;
  padding-top: 0.3rem;
  font-size: 0.7rem;
  color: rgb(29, 42, 117);
  font-weight: 600;
}

/*---------- News headlines for non footer ----------*/

.update .homenews-wrapper {
  border-bottom: 1px solid rgba(29, 42, 117, 0.22);
  margin-bottom: 1rem;
  /* padding-bottom: 1rem; */
  min-height: 1rem;
}



.update .homenews-wrapper:last-of-type {
  border: none; 
}



.update .homenews-wrapper a {
  color: rgb(29, 42, 117);
  font-weight: 400;
}

.update .homenews-wrapper a:hover {
  color: rgba(29, 42, 117, 1);
}

.update .homenews-date {
  letter-spacing: 0px;
  padding-top: 0.5rem;
  font-size: 0.8rem;
  color: rgb(94, 94, 94);
  /* font-weight: 600; */
}





.layer.pre-footer {
  background-color: rgb(29, 42, 117);
  font-size: 0.8rem;
  color: rgb(225, 228, 255);
}

.homenews-date {
  letter-spacing: 0px;
  padding-top: 0.3rem;
  font-size: 0.7rem;
}

.footer-social {
  margin-top: 1.5rem;
}

.footer-social a {
  color: rgb(254, 189, 40);
}


.hero-img .backstretch {
  opacity: 100;
}
.backstretch {
  opacity: 0.3;
  /* background-color: rgb(64, 74, 131); */
}


/* Blog styles */

ul.post-meta {
  display: inline;
  margin-left: 0;
  color: rgb(29, 42, 117);
}

li.icon-meta {
  display: inline;
}

li.icon-meta:before {
  padding-right: 0.2rem;
}

.post-meta {
  font-size: 0.8rem;
  color: rgb(29, 42, 117);
}

.post-meta li {
  display: inline;
  padding-left: 0;
  margin-right: 0.5rem;
  padding-left: 12px;
}




.icon-meta:before {
  padding-right: 0.2rem;
}


ul.rhs-meta {
  margin: 0;
}

.rhs-meta li {
  list-style-type: none;
  padding: 0;
}


.MarkupPagerNav {
        clear: both;
        margin: 1em 0;
       
}


.MarkupPagerNav li {
  display: inline;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.MarkupPagerNav li a, .MarkupPagerNav li.MarkupPagerNavSeparator {
  display: block;
  float: left;
  padding: 2px 9px;
  color: #1D2A75;
  background: rgba(202, 205, 222, 0.54);
  margin-right: 3px;
  font-size: 0.8rem;
  /* font-weight: bold; */
  text-transform: uppercase;
  /* border: 1px solid #CACDDE; */
}
.MarkupPagerNav li.MarkupPagerNavOn a, .MarkupPagerNav li a:hover {
  color: #fff;
  background: #1D2A75;
  text-decoration: none;
}

.MarkupPagerNav li.MarkupPagerNavSeparator {
  display: inline;
  color: #1D2A75;
  background: rgba(29, 42, 117, 0.23);
  padding-left: 3px;
  padding-right: 3px;
}

.MarkupPagerNav li:before {
  /* font-family: -webkit-body; */
  content: close-quote;
}


ul.seo-links {
  margin: 0 0 0 0;
  padding: 0;
}

ul.seo-links li {
  display: inline;
  padding: 0 7px;
  border-right: 1px dotted #F5F5F5;
  font-size: 0.7rem;
}



ul.seo-links li:last-of-type {
  border-right:none;
}

.seo-links li  {
  padding: 0 0.3rem;
  /* background-color: antiquewhite; */
}


.align_left {float:left;margin: 5px;}
.align_right{float:right;margin: 5px;}
.align_center{margin: 0px auto; display:block;}
.layer.ezine {
  background-color: aliceblue;
}


.ezine button {
  /* padding-top: 0 !important; */
  margin-top: 0 !important;
}
.ezine .columns {
  padding-top: 0.7rem;
/*  border:1px dotted #F4DFDF;*/
}
.ezine .cta {
  padding-top: 20px;
  font-weight: 600;
  color: rgb(29, 42, 117);
}



.vzaar_media_player {
	position:relative !important;
	padding-bottom:56.25% !important;
	padding-top:30px !important;
	height:0 !important;
	overflow:hidden !important;
}

.vzaar_media_player iframe, 
.vzaar_media_player object, 
.vzaar_media_player embed {
	position:absolute !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	height:100% !important;
}

/*  hide the honeypot field on forms*/
.Inputfield_jampot,
.Inputfield_invisible,
.Inputfield_message_hp,
.Inputfield_surname{
    display: none;
	}

.row.credits {
    margin-top: 1.5rem;
    font-size: .7rem;
    padding-left: 0.5rem;
    /* text-align: right; */
    /* color: #D3D6E3; */
}

.row.credits a {
    color: #89A5DB;
}



/* -----  START: CSS for campaign monitor over-rides ----- */
/* ------------------------------------------------------- */
form#subForm label {
    font-weight: bold;
    /* color: #1e2b75; */
}

button.js-cm-submit-button {
    background-color: #1e2b75;
    padding: 13px 20px;
    color: white;
    font-size: .95rem;
    border-radius: 2px;
}

label[for=fielddyhjmti-0],
label[for=fielddyhjmti-1]
{
    font-weight: 400 !important;
}

form#subForm label {
    font-weight: bold;
    /* color: #1e2b75; */
    margin-bottom: -20px;
}

button.js-cm-submit-button:hover {
    color: #febd28;
}
span.description {
    font-size: .95rem;
    font-style: italic;
    /* color: grey; */
    /* margin: 0 0 0 24px; */
}


/* -----  END: CSS for campaign monitor over-rides -----*/



/* -----  START: Web Forms ----- */

.InputfieldStateRequired > .InputfieldHeader:first-child:after {
    color: red !important;
    content: "*"  !important;
    margin-left: 2px  !important;
}
/* -----  END: Web Forms ----- */