
p
{
    line-height: 1.5;
    margin-bottom: 20px;
}

body
{
    background: #ffffff;
}


.bold-700
{
	font-weight: 700;
}

.bold-italic
{
	font-weight: 700;
	font-style: italic;
}

.bold-blue
{
	font-weight: 700;
	color: #275371;
}

.bold-red
{
	font-weight: 700;
	color: #8e1818;
}

.outline-white {
  text-shadow: -2px -2px 0 #eee, 2px -2px 0 #eee, -2px 2px 0 #eee, 2px 2px 0 #eee;
}

.outline-tan {
  text-shadow: -2px -2px 0 #ddd7cf, 2px -2px 0 #ddd7cf, -2px 2px 0 #ddd7cf, 2px 2px 0 #ddd7cf;
}


.quote
{
	font-weight: 600;
	font-style: italic;
	font-family: "Playfair Display", serif;
	font-size: 20px;
	line-height: 25px;
	padding-left: 20px;
	padding-right: 20px;
}

.pad-20
{
	padding-left: 20px;
	padding-right: 20px;
}

.pad-50
{
	padding-left: 50px;
	padding-right: 50px;
}

/* image border */
.img-border
{
  	background-color: #fff;
    border: 1.5px solid #2d2d2d;
    /* display: block; */
  	padding: 3px;
    position: relative;
    z-index: 0;
}

figure {
	display: table;
	margin: 0 auto;
}

figcaption
{
	display: table-caption;
	caption-side: bottom;
	font-family: "Playfair Display", serif;
	font-size: 16px;
	font-weight: 400px;
	text-align: center;
	margin-top:10px;
  color: #8e1818	/* line-height: 44px; */
}


.highlighted-text
{
	color: #000;
	font-family: "Playfair Display", serif;
	font-size: 24px;
	font-weight: 400px;
	text-align: left;
	line-height: 44px;
}

.white
{
  color: #fff !important;
}

.black
{
  color: #000 !important;
}

.brown
{
  color: #5f5252 !important;
}

.center
{
  text-align: center;
}

.left
{
  text-align: left;
}

.right
{
  text-align: right;
}

.mt-10
{
  margin-top: 10px;
}

.mt-20
{
  margin-top: 20px;
}

.mt-25
{
  margin-top: 25px;
}

.mb-25
{
  margin-bottom: 25px;
}

.mt-25
{
  margin-top: 25px;
}

.mt-50
{
  margin-top: 50px;
}

.mb-50
{
  margin-bottom: 50px;
}

.mt-75
{
  margin-top: 75px;
}

.mt-100
{
  margin-top: 100px;
}

.mb-24
{
  margin-bottom: 24px;
}

.mb-25
{
  margin-bottom: 25px;
}

.mb-50
{
  margin-bottom: 50px;
}

.mb-75
{
  margin-bottom: 75px;
}

.mb-100
{
  margin-bottom: 75px;
}

.pt-25
{
  padding-top: 25px;
}

.pt-50
{
  padding-top: 50px;
}

.pt-75
{
  padding-top: 75px;
}

.pt-100
{
  padding-top: 100px;
}

.pb-25
{
  padding-bottom: 25px;
}

.pb-50
{
  padding-bottom: 50px;
}

.pb-75
{
  padding-bottom: 75px;
}

.pb-100
{
  padding-bottom: 100px;
}


/*** menu large screens ***/

/*** top level ***/
.menu-nav li {
display: inline-block;
position: relative;
margin-left: 48px;
    font-size: 16px;
font-weight: 600;
letter-spacing: 1.6px;
line-height: 19:5px;
text-transform: uppercase;
}


.menu-nav li a {
    color: #000000!important; /* !important; 5f5252  #8e1818 */
font-family: 'Oswald', sans-serif;
font-style: normal;
margin-top: 22px;
margin-bottom: 16px;
margin-left: 0;
margin-right: 0;
    padding-bottom: 0px;
display: block;
    border-bottom: 0px solid transparent;
text-decoration: none;
}


.menu-nav>li.menu-item-has-children>a:after {
content: "\f107";
display: inline-block;
font-family: "FontAwesome";
margin-left: 7px;
margin-right: 0;
font-size: 16px;
font-weight: 500;
vertical-align: middle;
-webkit-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}

.menu-nav li a:hover,
.menu-nav>li:hover>a {
    border-bottom: 0px solid #275371!important;
    color: #275371!important;
}

.menu-nav>li.current-menu-item>a {
background: none;
    color: #275371 !important; /* #41b864; */
    border-bottom: 0px solid #275371;
}

.menu-nav>li.current-menu-item>a:hover {
    border-bottom: 0px solid #275371;
}

/*** dropdown ***/
.menu-nav ul {
display: none;
margin: 0;
padding: 12px 0;
    width: 250px;
position: absolute;
top: 60px;
left: -16px;
    background: #eeebe7; /* #0E0D12; /* #F2E0C8; */
z-index: 5;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.menu-nav ul li {
display: block;
background: none;
margin: 0;
    font-size: 14px;
font-weight: 400;
text-transform: none;
letter-spacing: 0.1em;
position: relative;
padding: 0 20px;
}

.menu-nav ul li>a {
display: block;
padding: 9px 0;
    color: #8e1818;
/* font-family: 'Montserrat', sans-serif; */
    font-size: 16px;
font-style: normal;
font-weight: 600;
letter-spacing: 1.5px;
line-height: 22px;
text-transform: uppercase;
}

.menu-nav ul li:not(:first-child):after {
content: '';
display: block;
position: absolute;
/* border-top: 1px solid #c0bfbe; */
top: 0;
right: 16px;
left: 16px;
}

.menu-nav ul li a:hover,
.menu-nav li:hover ul li a:hover {
text-decoration: none;
color: #e8d3b6;
}

/*** end menu large screens ***/


/**
 * FONTS
 **/

.site-title p
{
  color: #5f5252;
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 2.5 !important;
  text-transform: uppercase;
   margin-left: 50px;
}

.top-title-1
{
  color: #275371;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  line-height: 42px;
  font-weight: 600;
  text-transform: capitalize;
}

.top-title-2
{
  color: #5f5252;
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
}

.top-title-3
{
  color: #181515;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 1.1px;	
}

.top-title-4
{
  color: #275371;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1.1px;	
}

a {
  color: #8e1818;
  text-decoration: none;
}

a:hover {
  color: #275371;
  text-decoration: none;
}

h1
{
  color: #2d2d2d;
  font-family: 'Playfair Display', serif !important;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.0;
  text-transform: uppercase;
}

h1.custom
{
	font-family: 'Playfair Display', serif !important;
  font-size: 36px;
	color: #8e1818;
	font-weight: 400;
	line-height: 1.0em;
	text-transform: capitalize;
  font-style: normal;
}

.banner-title
{
  background-color: rgba(39, 83, 113, 0.5);
  color: #ffffff;
  font-family: 'Playfair Display', serif;
  font-size: 72px;
  font-weight: 400;
  padding-bottom: 10px;
  position: relative;
  text-transform: capitalize;
}

.banner-title::after
{
  border-bottom: 0px solid #f1da17;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 260px;
  content: '';
  margin-left: -130px;
  margin-bottom: -5px;
}

h1.banner-subtitle
{
  font-family: 'Playfair Display', serif !important;
  font-size: 56px;
  font-weight: 600;
  position: relative;
  line-height: 1.0;
  text-transform: capitalize; 
}


.banner-pretitle
{
  font-family: 'Playfair Display', serif;
  font-size: 44px;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
}

.page-banner-heading {
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

.page-banner-heading2 {
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    font-weight: 600;
    position: relative;
}

.main-section-heading {
	color: #8e1818;
	font-family: 'Playfair Display', serif !important;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.0;
	text-transform: capitalize;
}


h2
{
	font-family: 'Oswald', sans-serif;
	/* font-family: 'Special Elite', cursive; */
  font-size: 28px;
	color: #bd8d4c;
	font-weight: 400;
	line-height: 1.5em;
	letter-spacing: normal;
	margin-top: 12px;
	margin-bottom: 6px;
	text-transform: capitalize;
	font-style: italic;
}


h2.custom
{
	font-family: 'Playfair Display', serif !important;
  font-size: 36px;
	color: #8e1818;
	font-weight: 400;
	line-height: 1.0em;
	text-transform: capitalize;
  font-style: normal;
}

h3
{
  font-family: 'Oswald', sans-serif;
  /* font-family: 'Special Elite', cursive; */
  font-size:34px;
  color: #bd8d4c;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: normal;
  margin-top: 12px;
  margin-bottom: 12px;
  text-transform: capitalize;
	text-align: left;
}

h4
{
  color: #000;
  font-weight: 400;
  font-size: 24px;
	line-height: 1.5em;
	text-align: left;
}

.custom-ahref, .custom-ahref:visited {
   color: #bd8d4c !important;
   text-decoration: none;
}

.custom-ahref:hover {
   color: #bd8d4c !important;
   text-decoration: underline;
}

.custom-em-bold {
  font-family: 'Oswald', sans-serif;
  /* font-family: 'Special Elite', cursive; */
  font-size:24px;
  font-style:italic;
  color: #000;
  font-weight: 400;
}


/**
 * LOGO
 **/
img.logo
{
  max-width:278px;
  height:auto;
  margin-top:12px;
  margin-bottom:12px;
}


/**
 * CUSTOM lIST
 **/
ul.custom
{
  margin-right: 0;
  margin-left: 25px;
  margin-bottom: 18px;
  margin-top: 18px;
}

ul.custom li
{
  color: #bd8d4c;
  list-style-type: square;
}

ul.custom li span
{
  color: #2d2d2d;
}


/**
 * BUTTONS
 **/

/* get started button in topnav */
.button
{
   background-color: #41B864;
   border: none; /* 1px solid currentColor */
   color: #fff;
   cursor: pointer;

   /* display: inline-block; */
   padding-bottom: 0px;
   padding-left: 16px;
   padding-right: 16px;
   padding-top: 0px;

   margin-left: 0;
   margin-right: 0;

   font-family: Montserrat, Poppins, serif;
   font-size: 16px;
   font-weight: 400;
   line-height: 40px;
   letter-spacing: 0;

   text-align: center;
   text-decoration: none;
   /* text-shadow: 1px 1px 1px #fff; */
   text-transform: capitalize;
   transition: .33s all ease;
   width: auto;
   max-width: 100%;
   z-index: 999;

   -moz-border-radius:4px;
	 -webkit-border-radius:4px;
	 border-radius:4px;
}

.button:hover
{
   background-color: #000;
   border: none; /* 1px solid currentColor */
   color: #fff;
   text-shadow: none;
   z-index: 999;
}

/* button 2 */
.button-2::before {
    bottom: -8px;
    right: -8px;
    border-bottom: 2px solid #bd8d4c;
    border-right: 2px solid #bd8d4c;
    width: 30px;
    height: 30px;
    position: absolute;
    content: '';
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.button-2::after
{
    top: -8px;
    left: -8px;
    border-top: 2px solid #bd8d4c;
    border-left: 2px solid #bd8d4c;
    width: 30px;
    height: 30px;
    content: '';
    position: absolute;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
  }

.button-2
{
    background-color: #bd8d4c;
    border: 2px solid #bd8d4c;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    letter-spacing: .03em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;

    /*
    margin-top: 19px;
    margin-left: 7px;
    margin-bottom: 7px;
    */

    padding: 10px 24px;
    box-shadow: none !important;
    outline: none !important;
    line-height: 1.5;

    position: relative;
    z-index: 0;

    transition: all 0.5s ease;
}

.button-2:hover
{
   background-color: #2d2d2d;
   border: 2px solid #2d2d2d;
   color: #fff;
   text-shadow: none;
   text-decoration: none;
}

/* button 2 */
.button-3::before {
    bottom: -8px;
    right: -8px;
    border-bottom: 2px solid #e8d3b6;
    border-right: 2px solid #e8d3b6;
    width: 30px;
    height: 30px;
    position: absolute;
    content: '';
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.button-3::after
{
    top: -8px;
    left: -8px;
    border-top: 2px solid #e8d3b6;
    border-left: 2px solid #e8d3b6;
    width: 30px;
    height: 30px;
    content: '';
    position: absolute;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
  }

.button-3
{
    background-color: #ddd7cf;
    border: 2px solid #ddd7cf;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    letter-spacing: .03em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    /*
    margin-top: 19px;
    margin-left: 7px;
    margin-bottom: 7px;
    */
    padding: 10px 24px;
    box-shadow: none !important;
    outline: none !important;
    line-height: 1.5;
    position: relative;
    z-index: 0;
    transition: all 0.5s ease;
}

.button-3:hover
{
   background-color: #5f5252;
   border: 2px solid #5f5252;
   color: #fff;
   text-shadow: none;
   text-decoration: none;
}


/* button page-header */
.button-pg-header::before {
    bottom: -8px;
    right: -8px;
    border-bottom: 2px solid #2d2d2d;
    border-right: 2px solid #2d2d2d;
    width: 30px;
    height: 30px;
    position: absolute;
    content: '';
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.button-pg-header::after
{
    top: -8px;
    left: -8px;
    border-top: 2px solid #2d2d2d;
    border-left: 2px solid #2d2d2d;
    width: 30px;
    height: 30px;
    content: '';
    position: absolute;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.button-pg-header
{
    background-color: #fff;
    border: 2px solid #2d2d2d;
    border-radius: 0;
    color: #2d2d2d;
    cursor: pointer;
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    letter-spacing: .03em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    /*
    margin-top: 19px;
    margin-left: 7px;
    margin-bottom: 7px;
    */
    padding: 10px 24px;
    box-shadow: none !important;
    outline: none !important;
    line-height: 1.5;
    position: relative;
    z-index: 0;
    transition: all 0.5s ease;
}

.button-pg-header:hover
{
    background-color: #bd8d4c;
    border: 2px solid #bd8d4c;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}



.slider-img::before {
  content: '';
  background: rgba(0, 0, 0, 0.0);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}



/**
 * HOME PAGE TILES
 **/
 .tile-container
 {
   margin-left: 0px;
   margin-top: 25px;
   margin-right: 25px;
   margin-bottom: 0px;
   width: 100%;
 }

 a.tile-href
 {
   text-decoration: none !important;
   border: 1px solid #F3F3F3 !important;
 }

 a.tile-href:hover
 {
   text-decoration: none !important;
   border: 1px solid #2d2d2d !important;
 }

 .tile
 {
   display: inline-block;
   padding: 25px !important;
   margin-right: 25px;
   margin-top: 25px;
   margin-left: 0px;
   margin-bottom: 0px;
   height: 225px !important;
   width: 250px !important;
 }

 .tile-blue
 {
   background-color: #275371 !important;
 }

 .tile-red
 {
   background-color: #8e1818 !important;
 }

 .tile-light-brown
 {
   background-color: #E8D3B6 !important;
 }

.tile-dark-brown
{
  background-color: #BD8D4C !important;
}

.tile-black
{
  background-color: #2d2d2d !important;
}

.tile-title
{
  color: #fff !important;
  font-family: 'Playfair Display', serif !important;
  font-size: 36px !important;
  line-height: 1;
  margin-bottom: 20px;
  overflow: hidden !important;
}

.tile-content
{
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  overflow: hidden !important;
}


/**
 * LEARN MORE BLOCKS BANNER
 **/

 .home-widget2
 {
   margin-bottom: 0px;
 }

 .learn-more-banner
 {
   background-image: url('../images/bkg/linen.jpg');
 }

/**
 * SPONSOR BANNER
 **/

 .sponsor-banner
 {
   background-color: #faf9f9;
 }


/**
 * DONATION BANNER
 **/
.donation-banner
{
  background-color: #265270;
  color: #ddd7cf;
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
}

span.donation-banner-button
{
  margin-left: 30px;
}

@media(max-width: 578px) {

  span.donation-banner-button
  {
    display: block;
    margin-top: 15px;
  }

}

/**
 * FOOTER
 **/
footer {
  margin-top: 0px;
  padding: 32px 0 32px 0;
  background: #302929;
}

/**
 * TABLE OF CONTENTS
 **/
.toc-container
{
  background-color: #ddd7cf;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 12px;
}

.toc-title
{
  font-size: 20px;
  font-weight: 700;
  color: #275371;
  line-height: 1.7;
  text-transform: capitalize;
}

.toc-subtitle
{
  font-size: 18px;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 1.7;
 
}

ul.toc-content
{
  margin: 0;
  margin-top: 10px;
  padding: 0;
}

ul.toc-content li
{
  line-height: 2.25;
  list-style-type: none;
}

a.toc-lvl1
{
  color: blue;
  margin-left: 0px;
  text-decoration: none;
  font-size:.9em;
}

a.toc-lvl1:visited
{
  color: blue;
  text-decoration: none;
}

a.toc-lvl1:hover
{
  color: blue;
  text-decoration: underline;
}

a.toc-lvl2
{
  color: blue;
  margin-left: 25px;
  text-decoration: none;
  font-size:.9em;
}

a.toc-lvl2:visited
{
  color: blue;
  text-decoration: none;
}

a.toc-lvl2:hover
{
  color: blue;
  text-decoration: underline;
}

a.toc-lvl3
{
  color: blue;
  margin-left: 50px;
  text-decoration: none;
}

a.toc-lvl3:visited
{
  color: blue;
  text-decoration: none;
}

a.toc-lvl3:hover
{
  color: blue;
  text-decoration: underline;
}


/**
 * SPONSOR SECTION
 **/
.bkg-top-sponsors
{
  background-image: url('../images/bkg/top_dark.png');
	background-position: bottom center;
  background-repeat: repeat-x;
	background-size: 50% 50%;
	height: 95px;
}

.sponsors-content
{
	background-color: #ffffff;
	padding-bottom: 0;
	padding-top: 68px
}

.bkg-bottom-sponsors
{
	background-color: #ffffff;
    /* background-image: url('../images/bkg/bottom_dark.png'); */
	background-position: top center;
    background-repeat: repeat-x;
	background-size: 50% 50%;
	height: 95px;
}


/**
 * CONTRIBUTE SECTION
 **/
.bkg-top-contribute
{
  background-image: url('../images/bkg/bottom_brown.png');
	background-position: bottom center;
  background-repeat: repeat-x;
	background-size: 50% 50%;
	height: 95px;
}

.contribute-content
{
	background-color: #9b9b9b;
	padding-bottom: 68px;
	padding-top: 68px
}

.bkg-bottom-contribute
{
	background-color: #bd8d4c;
    /* background-image: url('../images/bkg/bottom_dark.png'); */
	background-position: top center;
    background-repeat: repeat-x;
	background-size: 50% 50%;
	height: 95px;
}

/**
 * SECONDARY PAGE BANNER
 **/
.secondary-page-banner
{
  background-image:url('../images/stone-fence.jpg');
  background-position: bottom center;
  background-repeat: none;

  height: 200px;
}

/**
 * FOOTER
 **/
h5.footer-company-name
{
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2.4px;
	margin: 0;
	margin-bottom: 8px;
	padding: 0;
	text-transform: uppercase;
}

div.footer-company-text span
{
	margin-top: 8px;
	display: block;
}

/**
 * DESKTOP VS MOBILE VERSIONS
 **/
.desktop-version
{
	display: none;
}

	@media(min-width: 991px) {

		.desktop-version {
			display: inline;
		}

		.mobile-version {
			display: none;
		}

	}


/**
 * BOOTSTRAP OVERRIDES
 **/



/**
 * Make text in LI lists black
 **/

ul li span
{
	color: #2d2d2d;
}


/**
 * BOOTSTRAP MENU OVERRIDE FOR MULTI-LEVEL TREE VIEW (DESKTOP VIEW)
 **/
 @media all and (min-width: 992px) {

    .menu-nav li
    {
        position: relative;
    }

    .menu-nav .submenu
    {
        background-color: #2d2d2d;
        display: none;
        position: absolute;
    	  left: 100%;
        top: -12px;
    }

    .menu-nav .submenu-left
    {
    	  right: 100%;
        left: auto;
    }

    .menu-nav > li:hover
    {
        /* background-color: #f1f1f1; */
    }

    .menu-nav > li:hover > .submenu
    {
        display: block;
    }

 }

/* multi-level tree view menu on small devices */
 @media (max-width: 991px) {

    .menu-nav .menu-nav
    {
    		margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }

}
