/* cmsms stylesheet: LP Main modified: Wednesday, April 5, 2023 7:33:43 PM */
/* MAIN */

/*
font-family: 'IM Fell English', serif;
font-family: 'Cormorant Garamond', serif;

*/


body {
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px;
    color: #fff;
    background-color: #000;
}

label {
    color: #fff;
    font-size: 18px;
}

/* 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;
margin: 50px 0;
}

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

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

.HomeLeft {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    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(174,126,91);}

.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(174,126,91);}
A:visited {text-decoration: none; color: rgb(174,126,91);}
A:active {text-decoration: none; color: rgb(174,126,91);}
A:hover {text-decoration: underline; color: rgb(174,126,91);}

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: 'Cormorant Garamond', serif;
    font-size: 34px;
    color: rgb(174,126,91);
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    color: rgb(174,126,91);
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    color: rgb(174,126,91);
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 34px;
    color: rgb(174,126,91);
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

h5 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    color: rgb(174,126,91);
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

h6 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    color: rgb(174,126,91);
    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: Wednesday, April 5, 2023 7:24:48 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 4:26:50 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: #999;
}

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

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

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

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

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

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

.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; }
