/* cmsms stylesheet: DECNM Main modified: Friday, May 9, 2025 4:30:36 PM */
/* MAIN */

/*
font-family: 'Oswald', sans-serif; 400 400
font-family: 'Open Sans', sans-serif; 400 600
*/


body {
    font-family: 'Open Sans', sans-serif;
    color: #3e3e3e;
    background-color: #fff;
}

/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

.MainHeader {
    background-image: url("/images/headerback.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 1px;
}

.TheLogo {
    padding-top: 15px;
}

.Seal {
    padding: 10px 0;
}

.TheNav {
    color: #fff;
    background-color: rgb(0,87,168);
    text-align: center;
    line-height: 0;
}

.Slider {
    margin-top: 1px;
}

.Tagline {
    background-color: rgb(173,173,173);
    background-image: url("/images/fade.jpg");
    background-repeat: repeat-x;
    background-position: center top;
    color: rgb(0,87,168);
    font-size: 22px;
    font-weight: 600;
    padding: 35px 30px;
    text-align: center;
    font-style: italic;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .Tagline {
        font-size: 18px;
        padding: 20px 0;
    }
}

.MainBack{
    background-color: rgb(226,226,226);
}

.HomeLeft {
    padding: 30px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .HomeLeft {
        padding: 20px;
    }
}

.HomeRight {
    background-color: rgb(0,110,185);
    padding: 30px 20px;
    color: #d0d0d0;
}

.HomeRight  h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
    text-align: center;
}

.HomeRight A:link {text-decoration: none; color: #d0d0d0;}
.HomeRight A:visited {text-decoration: none; color: #d0d0d0;}
.HomeRight A:active {text-decoration: none; color: #d0d0d0;}
.HomeRight A:hover {text-decoration: underline; color: #fff;}

.Quote {
    background-color: rgb(0,87,168);
    margin-top: 1px;
}

.QuoteText {
    padding: 45px;
    color: #fff;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .QuoteText {
        padding: 20px;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {
    .QuoteText {
    padding: 45px 145px;
    color: #fff;
}
}

.Footer {
    background-color: rgb(175,175,175);
    margin-top: 1px;
    padding: 30px 0;
    font-size: 14px;
}

.Footer A:link {text-decoration: none; color: #000;}
.Footer A:visited {text-decoration: none; color: #000;}
.Footer A:active {text-decoration: none; color: #000;}
.Footer A:hover {text-decoration: none; color: rgb(0,87,168);}

.Copyr {
    text-align: center;
    padding-top: 10px;
    font-size: 12px;
    margin-bottom: 25px;
}

.SubTagline {
    background-color: rgb(173,173,173);
    background-image: url("/images/fade.jpg");
    background-repeat: repeat-x;
    background-position: center top;
    color: rgb(0,87,168);
    font-size: 20px;
    padding: 15px;
    text-align: left;
    font-style: italic;
}

.SubTagline  h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    color: rgb(0,87,168);
    font-weight: 400;
    padding: 5px 0;
    margin: 5px 0;
}

.SubMainBack{
    background-color: rgb(226,226,226);
}

.SubMainTop {
    margin-bottom: 25px;
}

.SubMainLeft {
    margin-bottom: 25px;
}

.SubMainRight {
    margin-bottom: 25px;
}

.SubMainBottom {
}

.SubLeft {
    padding: 30px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .SubLeft {
        padding: 20px;
    }
}

.SubRight {
    background-color: rgb(0,110,185);
    padding: 30px 20px;
    color: #d0d0d0;
}

.SubRightOne {
    margin-bottom: 20px;
}

.SubRightTwo {

}

.SubRightOne h2, .SubRightTwo h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
    text-align: center;
}

.SubHeaderImage {
    background-color: rgb(196,196,196);
}




/* RANDOMNESS */

.columns.nopadding {
  padding-left: 0;
  padding-right: 0;
}

A:link {text-decoration: none; color: rgb(0,87,168);}
A:visited {text-decoration: none; color: rgb(0,87,168);}
A:active {text-decoration: none; color: rgb(0,87,168);}
A:hover {text-decoration: underline; rgb(0,87,168);}

A.button:link {text-decoration: none; color: #fff}
A.button:visited {text-decoration: none; color: #fff}
A.button:active {text-decoration: none; color: #fff}
A.button:hover {text-decoration: none; color: #fff}

.transparent {
    filter: alpha(opacity=100); /* internet explorer */
    opacity: 1;           /* fx, safari, opera, chrome */
}

.transparent:hover {
    filter: alpha(opacity=90); /* internet explorer */
    opacity: 0.9;           /* fx, safari, opera, chrome */
}

h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    color: rgb(0,87,168);
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    color: rgb(0,87,168);
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: rgb(0,87,168);
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    color: #000;
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

h5 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

h6 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

/* JOB OPPORTUNITY MODULE */

.JobItem {
    border: 1px solid #ccc;
    margin: 4px 0;
    padding: 10px;
    font-size: 14px;
    background-color: #eee;
}

.JobTitle {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 50px 20px 20px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}

.JobDescription {
}

.ProductSummaryPhotoDiv {
    /*text-align: center;*/
    padding: 10px 10px 0px 10px;
    /*margin: 5px;*/
    /*border: 1px solid #ccc;*/
    /*background-color: #eee;*/
}

.ProductSummaryPhoto {
}

.ProductSummaryTitle {
    /*text-align: center;*/
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
}

.ProductSummarySummary {
}

.LearnButton {
    margin-top: 10px;
    text-align: center;
}

.ProductDetailTitle {
}

.ProductDetailImageDiv {
    padding: 10px;
}

/*.ProductDetailImages {*/
/*    background-color: #fff;*/
/*    border: 1px solid #ccc;*/
/*    padding: 10px;*/
/*}*/

.ProductDetailImages:hover {
    border: 1px solid #666;
}

.ProductDetailServicesDiv {
    
}

.ProductDetailDetails {
    
}

/*.GeneralContentPhotoRight {*/
/*    float: right;*/
/*    padding: 10px;*/
/*    margin: 15px;*/
/*    border: 1px solid #ccc;*/
/*    background-color: #eee;*/
/*}*/

/*.GeneralContentPhotoLeft {*/
/*    float: left;*/
/*    padding: 10px;*/
/*    margin: 15px;*/
/*    border: 1px solid #ccc;*/
/*    background-color: #eee;*/
/*}*/

/*.ProductDetailDetails img {*/
/*    float: right;*/
/*    padding: 10px;*/
/*    margin: 15px;*/
/*    border: 1px solid #ccc;*/
/*    background-color: #eee;*/
/*}*/

.SubLeft img {
-webkit-box-shadow: 10px 10px 11px -5px rgba(0,0,0,0.38);
-moz-box-shadow: 10px 10px 11px -5px rgba(0,0,0,0.38);
box-shadow: 10px 10px 11px -5px rgba(0,0,0,0.38);
}

.indenter {
    padding-left: 25px;
}
/* cmsms stylesheet: DECNM Nav modified: Wednesday, April 29, 2020 3:37:40 PM */
.title-bar {
    background: rgb(41,68,136);
    padding: 5px 10px;
}

.top-bar {
    background: rgb(41,68,136);
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
.top-bar {
    width: 100%;
}
}

.top-bar ul {
    background: rgb(0,87,168);
    padding: 0px;
    margin: 0px;
}

.top-bar ul li {
    background: rgb(0,87,168);
    padding: 7px 0px 8px 0px;
}

.top-bar ul li a {
    color: #fff;
    /*font-weight: 600;*/
    font-size: 14px;
}

.top-bar ul li:hover {
    background: rgb(28,105,178);
}

.top-bar ul li.navactive {
    background: rgb(28,105,178);
}

.top-bar ul li ul li:hover {
    background: rgb(28,105,178);
}

.top-bar ul li ul li.navactive {
    background: rgb(28,105,178);
}

.top-bar ul li a:hover {
    text-decoration: none;
}

.menu-text {
    color: #fff;
}

@media only screen and (max-width: 40em) {
    .menu-text {
        display: none !important;
    }
}

/*@media only screen and (min-width: 40em) {*/
/*    .menu:last-child {*/
/*        border-left: 1px solid #4e4e4e;*/
/*    }*/
/*    .menu:first-child {*/
/*        border-left: none;*/
/*    }*/
/*    .menu li:not(:last-child) {*/
/*        border-right: 1px solid #4e4e4e;*/
/*    }*/
/*}*/

.dropdown.menu .submenu {
    border: none;
position: absolute;
    z-index: 999;
}

.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
    border-color: #fff transparent transparent;
}

.is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent #fff;
}

.js-drilldown-back::before {
    border-color: transparent #fff transparent transparent;
}

.menu {
text-align: left;
}

nav.top-bar {

}
/* cmsms stylesheet: DECNM Masonry modified: Thursday, March 5, 2020 5:08:47 PM */
.masonry-css {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

@media screen and (min-width: 25em) {
  .masonry-css {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

@media screen and (min-width: 37.5em) {
  .masonry-css {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media screen and (min-width: 50em) {
  .masonry-css {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

@media screen and (min-width: 68.75em) {
  .masonry-css {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

.masonry-css-item {
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 1rem;
}
/* cmsms stylesheet: DECNM Gallery modified: Thursday, June 4, 2020 7:26:31 PM */
.gallery .img {
	/* height: 200px;
	width: 200px; */
	float: left;
	text-align: center;
margin: 5px;
font-family: 'DM Serif Text', serif;
font-size: 24px;
color: rgb(107,156,190);
}

.gallery .img a {
	display: inline-block;
	/* border: 1px solid #ccc;*/
	/*padding: 5px; */
}

.gallery .img a:hover {
    filter: alpha(opacity=90); /* internet explorer */
    opacity: 0.9;           /* fx, safari, opera, chrome */
}

.gallerycomment {
padding-bottom: 15px;
}

.gallery img {
	border: none;
}

.ImageCount {
	font-size: 16px;
	text-align: center;
	font-style: italic;
padding: 10px 0;
}

.gallery .pagenavigation {
}

.gallery .prevpage a, .gallery .prevpage em {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	margin: 0;
	text-indent: -1000px;
	background: url(../../images/previous.png) transparent no-repeat 0 0;
	overflow: hidden;
}

.gallery .nextpage a, .gallery .nextpage em {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	margin: 0 6px 0 0;
	text-indent: -1000px;
	background: url(../../images/next.png) transparent no-repeat 0 0;
	overflow: hidden;
}

.gallery .parentlink a {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	text-indent: -1000px;
	background: url(../../images/uppage.png) transparent no-repeat 0 0;
	overflow: hidden;
}

.gallery .pagenavigation a:hover {
	background-position: 0 -40px;
}

.gallery .prevpage em, .gallery .nextpage em {
	background-position: 0 -80px;
}

.gallery .pagelinks {
	float: right;
	border-right: 2px solid #666;
}

.gallery .pagelinks a, .gallery .pagelinks em {
	margin-top: 6px;
	padding: 0 6px;
	border-left: 2px solid #666;
	text-align: center;
	font: bold 11px verdana; color: #666;
}

.gallery .pagelinks em {
	color: #000;
}

.galleryclear {
	clear: both;
}


/* LIGHTBOX  -  version 2.8.2 */

/* Preload images */
body:after {
  content: url(../lightbox/images/close.png) url(../lightbox/images/loading.gif) url(../lightbox/images/prev.png) url(../lightbox/images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../lightbox/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../lightbox/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../lightbox/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 16px;
  color: #666;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 14px;
  color: #999999;
}

.lb-number {
  visibility: hidden;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../lightbox/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


/* TESTING */

.grid-item {
width: 25%;
margin-bottom: 10px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
.grid-item {
width: 50%;
}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
.grid-item {
width: 33%;
}
}

.grid-item--width2 { 
width: 50%;
margin-bottom: 10px;
}

.grid {
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/* cmsms stylesheet: DEC Timeline modified: Tuesday, March 24, 2020 4:23:58 PM */
.card-divider {
    font-size: 18px;
}





.timeline .timeline-item::after, .timeline .timeline-item::before {
  clear: both;
  content: '';
  display: block;
  width: 100%;
}

.timeline {
  margin: 30px auto;
  padding: 0 10px;
  position: relative;
  transition: all 0.25s ease-in;
  width: 100%;
}

.timeline::before {
  background: #cecece;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 3px;
}

.timeline::after {
  clear: both;
  content: '';
  display: table;
  width: 100%;
}

.timeline a {
  color: rgb(255,133,53);
  font-weight: bold;
  transition: all 0.25s ease-in;
}

.timeline a:hover {
  box-shadow: 0 1px 0px 0px #333;
  transition: all 0.25s ease-in;
}

.timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}

.timeline .timeline-item .timeline-icon {
  background: #cecece;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin-left: -23px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50px;
}

.timeline .timeline-item .timeline-icon img,
.timeline .timeline-item .timeline-icon svg {
  left: 14px;
  position: relative;
  top: 11px;
}

.timeline .timeline-item .timeline-icon svg {
  top: 14px;
}

.timeline .timeline-item .timeline-content {
  padding: 20px;
  text-align: right;
  transition: all 0.25s ease-in;
  width: 45%;
  background: transparent;
}

.timeline .timeline-item .timeline-content p {
  color: #333;
}

.timeline .timeline-item .timeline-content p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}

.timeline .timeline-item .timeline-content .timeline-content-date {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.timeline .timeline-item .timeline-content .timeline-content-month {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400;
}

.timeline .timeline-item .timeline-content.right {
  float: right;
  text-align: left;
}

@media screen and (max-width: 39.9375em) {
  .timeline {
    margin: 30px;
    padding: 0;
    width: 90%;
  }
  .timeline::before {
    left: 0;
  }
  .timeline .timeline-item .timeline-content {
    float: right;
    text-align: left;
    width: 90%;
  }
  .timeline .timeline-item .timeline-content::before, .timeline .timeline-item .timeline-content.right::before {
    border-left: 0;
    border-right: 7px solid #333;
    left: 10%;
    margin-left: -6px;
  }
  .timeline .timeline-item .timeline-icon {
    left: 0;
  }
}

.timeline-content-content {
    padding-bottom: 10px;
}
