/* Main Content Container */
.content-section {
    padding: 4rem 0;
    position: relative;
}

/* Content Container - Works with Bootstrap container */
.content-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
} 

.content-container p {
margin-bottom: 20px !important;
} 

/* Fonts */

h1 {
margin-bottom: 30px;
font-size: 2.3em;
font-family: 'diphylleiaregular';
font-weight: 500;
}

h2 {
font-family: 'diphylleiaregular';
font-size: 1.8em;
margin-top: 5px;
margin-bottom: 15px;
font-weight: 500;
}

h3 {
font-family: 'georgiaregular';
font-size: 28x;
margin-top: 5px;
margin-bottom: 10px;
letter-spacing: .5px;
font-weight: 400;
}

h4 {
font-family: 'georgiaregular';
font-size: 16px;
margin-top: 5px;
margin-bottom: 5px;
font-weight: 600;
}

body {
font-family: 'georgiaregular';
font-size: 18px;
line-height:1.6;
font-weight:400;
color: #3b3d33;
}   

a:focus, a:hover {
    color: #41000C;
    text-decoration: underline;
}
a {
    color: #41000C;
    text-decoration: none;
}


/* Accordion / FAQ */

.accordion {
  width: 100%;
  margin: 0px auto 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  margin-bottom: 7px;
  padding: 15px 15px 15px 42px;
  background: #41000C;
  color: #EDEAE7 !important;
  border: 2px solid;
  border-color:#C98C54;
  font-size: 18px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion .link:hover {
  border: 2px solid;
  border-color: #E9BB90 !important;
  color: #EDEAE7 !important;
  background: #C98C54;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;

  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  float: right;
  font-size: 16px;
  color: #E9BB90;
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.link:hover {
  opacity: 1;
}

.submenu {
  padding: 30px;
  
}

.accordion .submenu {
    display: none;
}

.submenu li { 
  padding: 5px 0px 10px 5px;
}

.submenu a {
  text-decoration: none;
  color: #C98C54;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
font-weight: 500;
}

/* Responsive Embeds */

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


      