/* cmsms stylesheet: nLight Nav modified: Wednesday, November 17, 2021 3:45:47 PM */
.title-bar {
    background-color: rgb(22,73,112);
}

.top-bar {
    background: #fff;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

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

.top-bar ul {
    background: #fff;
    font-weight: 400;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
}

.top-bar ul li {
    background: #fff;
    padding: 7px 0px 8px 0px;
}

.top-bar ul li a {
    color: #494c64;
}

.top-bar ul li:hover {
    color: rgb(199,152,33);
}

.top-bar ul li.navactive {
    color: rgb(199,152,33);
}

.top-bar ul li ul li:hover {
    color: rgb(199,152,33);
}

.top-bar ul li ul li.navactive {
    color: rgb(199,152,33);
}

.top-bar ul li a:hover {
    text-decoration: none;
    color: rgb(199,152,33);
}

.menu-text {
    color: #494c64;
}

@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 #666; */
    }
    .menu:first-child {
        border-left: none;
    }
    .menu li:not(:last-child) {
/*        border-right: 1px solid #666; */
    }
}

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

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

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

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

.menu {
text-align: left;
}

nav.top-bar {

}
/* cmsms stylesheet: nLight Main modified: Tuesday, November 23, 2021 5:26:07 PM */
/* MAIN */

/*
font-family: 'Montserrat', sans-serif; 300 400 600
font-family: 'Source Sans Pro', sans-serif; 300 400 600
*/


body {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 34px;
    color: #212529;
    font-size: 23px;
    font-weight: 300;
    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 {
    padding: 20px 0;
}

.TheLogo {
    padding: ;
}

.TheNav {
    color: #494c64;
    background-color: #fff;
    text-align: right;
    line-height: 0;
}

.Slider {
    color: #fff;
    background-color: rgb(232,236,239);
    text-align: center;
}

.SubSlider {
    background-color: rgb(232,236,239);
background: url(/uploads/images/subhead.jpg); 
  background-repeat: no-repeat;
  background-size: 100%;
}

.HomeMainBack {
}

.HomeMainTop {
    padding: 30px 0;
    display: block;
}

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

.HomeLeft {
    padding: 30px;
    display: block;
}

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

.HomeLeftImage {
    padding-top: 80px;
}

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

.HomeRight {
    padding: 30px;
    display: block;
}

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


.BenefitsBlocks {
    font-size: 18px;
}

.BenefitsHeader {
    text-align: left;
    border-bottom: 2px solid #fff;
    font-weight: 600;
    padding: 10px;
    font-size: 20px;
    color: #3c3950;
    padding: 5px 0;
    margin: 5px 0;
    line-height: 20px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .BenefitsHeader {
    font-size: 20px;
    line-height: 22px;
}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .BenefitsHeader {
    font-size: 22px;
    line-height: 22px;
}
}

.BenefitsIcons {
    padding: 15px;
    float: left;
}


.Footer A:link {text-decoration: none; color: #fff;}
.Footer A:visited {text-decoration: none; color: #fff;}
.Footer A:active {text-decoration: none; color: #fff;}
.Footer A:hover {text-decoration: none; color: rgb(67,140,205);}

.LastFootBlock {
    text-align: right;
}

.Footlogos {
    padding: 10px 4px;
}

.Copyr {
    text-align: center;
    padding: 10px 0 40px 0;
    font-size: 12px;
    color: #fff;
    background-color: rgb(24,24,40);
    margin-top: 30px;
}


/* RANDOMNESS */

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

A:link {text-decoration: none; color: rgb(16,70,97);}
A:visited {text-decoration: none; color: rgb(16,70,97);}
A:active {text-decoration: none; color: rgb(16,70,97);}
A:hover {text-decoration: underline; color: rgb(16,70,97);}

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: 'Montserrat', sans-serif;
    font-size: 30px;
    color: rgb(199,152,33);
    padding: 10px 0;
    margin: 10px 0;
    overflow: hidden;
    text-align: center;
  }
  
  h1:before,
  h1:after {
    background-color: #666;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
  }
  
  h1:before {
    right: 0.5em;
    margin-left: -50%;
  }
  
  h1:after {
    left: 0.5em;
    margin-right: -50%;
  }

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    color: rgb(199,152,33);
    padding: 10px 0;
    margin: 10px 0;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: rgb(199,152,33);
    padding: 10px 0;
    margin: 10px 0;
}

h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    color: #3c3950;
    padding: 10px 0;
    margin: 10px 0;
}

h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 26px;
    color: #3c3950;
    padding: 10px 0;
    margin: 10px 0;
}

h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    color: #3c3950;
    padding: 10px 0;
    margin: 10px 0;
}

.cms_submit, .cms_browse {
    font-size: 16px;
}
/* cmsms stylesheet: nLight Gallery modified: Wednesday, November 17, 2021 4:00:28 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;
}
