/* cmsms stylesheet: LP Gallery modified: Thursday, October 16, 2025 6:43:53 PM */
.gallery .img {
	float: left;
	text-align: center;
margin: 0px !important;
font-family: 'DM Serif Text', serif;
font-size: 24px;
color: rgb(107,156,190);
height: 280px !important;
width: 280px;
}

.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: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  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: LP Main modified: Monday, November 10, 2025 8:18:08 PM */
/* MAIN */

/*
font-family: 'Quicksand', sans-serif;
font-family: 'DM Serif Text', serif;
*/


body {
    font-family: 'Quicksand', sans-serif;
    color: #333;
    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 {
}

.TheLogo {
padding: 10px;
}

.SocialDiv {
margin-top: -70px;
}

.SocialIcons {
    padding: 0 4px 0 4px;
}

.HomeLeft {
    background-color: rgba(128, 128, 128 0.3);
    color: #000;
    height: 650px;
    padding: 30px 0 0 0;
}

.HomeRight {

}

.FooterOne {
    padding: 30px 0;
    text-align: center;
}

.FooterOne A:link {text-decoration: none; color: #484848;}
.FooterOne A:visited {text-decoration: none; color: #484848;}
.FooterOne A:active {text-decoration: none; color: #484848;}
.FooterOne A:hover {text-decoration: none; color: rgb(107,156,190);}

.FooterTwo {
    border-top: 1px solid #c9c9c9;
    padding: 20px 0;
    color: #8f8f8f;
    text-align: center;
}

.FootLinks {
    padding: 0 10px;
}


.SubContent {
margin-bottom: 35px;
}


.SubLeft {
padding: 30px 0 0 0;
}

.SubRight {
    border-left: 1px solid #ccc;
    padding: 35px;
}

.SubFullRight {
    padding: 35px 0;
}

.Borders {
    padding: 20px;
}

.NoBorders {
    padding-top: 20px;
}

/* RANDOMNESS */

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

A:link {text-decoration: none; color: rgb(107,156,190);}
A:visited {text-decoration: none; color: rgb(107,156,190);}
A:active {text-decoration: none; color: rgb(107,156,190);}
A:hover {text-decoration: underline; color: rgb(107,156,190);}

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: 'DM Serif Text', serif;
    font-size: 30px;
    color: rgb(107,156,190);
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

h2 {
    font-family: 'DM Serif Text', serif;
    font-size: 24px;
    color: rgb(107,156,190);
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

h3 {
    font-family: 'DM Serif Text', serif;
    font-size: 20px;
    color: rgb(107,156,190);
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

h4 {
    font-family: 'DM Serif Text', serif;
    font-size: 30px;
    color: rgb(107,156,190);
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

h5 {
    font-family: 'DM Serif Text', serif;
    font-size: 24px;
    color: rgb(107,156,190);
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

h6 {
    font-family: 'DM Serif Text', serif;
    font-size: 20px;
    color: rgb(107,156,190);
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

/* BACKGROUND SLIDER */

.container {
    position: relative;
}

.container .slide {
        z-index: -99;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        transition: opacity 1s ease-in-out;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0;
}

.container .show {
            opacity: 1;
        }

.videoItem {
padding: 25px;
/* margin-bottom: 20px; */
/* border-bottom: 1px solid #ccc; */
}

.VideoCode {
}

.VideoDetails {
}

.videoItem2 {
/* padding: 25px; */
/* margin-bottom: 20px; */
/* border-bottom: 1px solid #ccc; */
}

.VideoCode2 {
}

.VideoDetails2 {
}
/* cmsms stylesheet: LP Nav modified: Thursday, October 16, 2025 4:50:11 PM */
.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}

.no-js [data-accordion-menu] ul {
  display: none;
}

.title-bar {
    background-color: rgba(255,255,255,0.2);
}

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

.accordion-menu li {
padding-left: 10px;
}

.accordion-menu li a:hover {
    color: #fff;
    text-decoration: none;
/*text-shadow: 2px 2px 0 #666;*/
}

.accordion-menu li:hover {
    background-color: rgba(255,255,255,0.2);
}
    
.is-accordion-submenu-parent a {
  /*background: #fff;*/
}

.is-accordion-submenu a {
  color: #fff;
}

.is-accordion-submenu a:hover {
    background-color: rgba(255,255,255,0.2);
    color: #fff;
}

.sublevel-1 {
  text-indent: 1rem;
}

.sublevel-2 {
  text-indent: 2rem;
}

[data-accordion-menu] a {
  color: #fff;
  /*box-shadow: inset 0 -1px #41444a;*/
}
  [data-accordion-menu] a::after {
    border-color: #000 transparent transparent;
}

.menu > li:not(.menu-text) > a {
  padding: .7rem 1.5rem; }
/* cmsms stylesheet: LP Nav Subs modified: Tuesday, March 28, 2023 2:59:08 PM */
.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}

.no-js [data-accordion-menu] ul {
  display: none;
}

.title-bar {
    background-color: #e8e8e8;
}

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

.accordion-menu li {
padding-left: 10px;
}

.accordion-menu li a:hover {
    color: #333;
    text-decoration: none;
}

.accordion-menu li:hover {
    background-color: #e8e8e8;
}
    
.is-accordion-submenu-parent a {
  /*background: #fff;*/
}

.is-accordion-submenu a {
  color: #000;
}

.is-accordion-submenu a:hover {
    background-color: #e8e8e8;
}

.sublevel-1 {
  text-indent: 1rem;
}

.sublevel-2 {
  text-indent: 2rem;
}

[data-accordion-menu] a {
  color: #000;
  /*box-shadow: inset 0 -1px #41444a;*/
}
  [data-accordion-menu] a::after {
    border-color: #000 transparent transparent;
}

.menu > li:not(.menu-text) > a {
  padding: .7rem 1.5rem; }
