@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:800|Crimson+Pro:300,300i,600,600i|Sans+Pro:300,300i,600,600i");

/* CSS Document */
body {
		background-color: #ffffff;
		color: #000000;
	}
body, input, select, textarea {
		font-family: "Sans Pro", Helvetica, sans-serif;
		font-weight: 300;
		font-size: 1rem;
		line-height: 1.65;
	}
h1, h2, h3, h4, h5, h6 {
    font-family: "DM Serif Display", Times New Roman, sans-serif;
    font-weight: 800;
    line-height: 1.5;
    margin: 0 0 1rem 0;
    text-transform: none;
    letter-spacing: 0.05em;
    text-align: center;
}
a {
    color: #c67e38;
}
a:hover {
    color: #287715 !important;
}
blockquote {
    border-left-color: #c67e38;
    font-size: 1.2em;
}
/* Banner */

	#banner {
		background-image: url("../../images/Weeding-the-News-header-background_1921x1018.jpg");
	}

		#banner > .content {
			background-color: rgba(198,126,56,0.6);
		}

			#banner > .content input, #banner > .content select, #banner > .content textarea {
				color: #ffffff;
			}

			#banner > .content a {
				color: inherit;
			}

				#banner > .content a:hover {
					color: #ffffff !important;
				}

			#banner > .content strong, #banner > .content b {
				color: #ffffff;
			}

			#banner > .content h1, #banner > .content h2, #banner > .content h3, #banner > .content h4, #banner > .content h5, #banner > .content h6 {
				color: #ffffff;
			}

			#banner > .content blockquote {
				border-left-color: rgba(255, 255, 255, 0.25);
			}

			#banner > .content code {
				background: rgba(255, 255, 255, 0.075);
				border-color: rgba(255, 255, 255, 0.25);
			}

			#banner > .content hr {
				border-bottom-color: rgba(255, 255, 255, 0.25);
			}

			#banner > .content > * {
				margin: 0.25rem 0 0 0;
			}

			#banner > .content > :first-child {
				margin-top: 0;
			}

			#banner > .content > :last-child {
				margin-bottom: 0;
			}

			#banner > .content h1 {
				font-size: 2.25rem;
			}

			#banner > .content p {
				font-size: 1.25rem;
			}

		#banner > .more {
			background-image: url("data:image/svg+xml;charset=utf8,%3Csvg zoomAndPan='disable' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='40px' height='20px' viewBox='0 0 40px 20px'%3E%3Cstyle type='text/css'%3Eline %7B stroke: %23ffffff%3B stroke-width: 0.75px%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='20' y2='20' /%3E%3Cline x1='20' y1='20' x2='40' y2='0' /%3E%3C/svg%3E");
			background-position: center;
			background-repeat: no-repeat;
			background-size: 3rem 1.5rem;
			width: 6rem;
			height: 6rem;
			text-align: center;
			color: #ffffff;
			border-bottom: 0;
			position: absolute;
			bottom: 0;
			left: calc(50% - 3rem);
			text-indent: 6rem;
			white-space: nowrap;
			overflow: hidden;
			z-index: 1;
		}

		#banner:before {
			pointer-events: none;
			-moz-transition: opacity 2s ease-in-out;
			-webkit-transition: opacity 2s ease-in-out;
			-ms-transition: opacity 2s ease-in-out;
			transition: opacity 2s ease-in-out;
			-moz-transition-delay: 0.5s;
			-webkit-transition-delay: 0.5s;
			-ms-transition-delay: 0.5s;
			transition-delay: 0.5s;
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: #3f3f3f;
			opacity: 0;
		}

		#banner:after {
			pointer-events: none;
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.625), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.625));
		}

		#header + #banner {
			margin-top: -3.25rem;
		}
		#header.alt a:hover {
					color: #ffffff !important;
		}
		#header > .logo {
			position: relative;
			left: 1rem;
			text-align:center;
			color: rgba(255, 255, 255, 0.05);
		}
		#header.alt > .logo {
			top: 1rem;
			left: 2rem;
			text-align: center;
			color: rgba(255, 255, 255, 0.05);
		}
		#header.alt strong, #header.alt b {
			color: rgba(255, 255, 255, 0.05);
		}
		body.is-preload #banner > .content {
			-moz-transform: scale(1.05);
			-webkit-transform: scale(1.05);
			-ms-transform: scale(1.05);
			transform: scale(1.05);
			opacity: 0;
		}

		body.is-preload #banner:before {
			opacity: 1;
		}
/* Main */

	#wrapper > .main {
		padding-left: 2rem;
        padding-right: 2rem;
	}
	#wrapper > .main {
		padding: 4rem 0 2.5rem 0;
	}
	#wrapper > .main > .inner.style2 {
		padding: 1rem 4rem 2.5rem 4rem;
		background-color: #ffffff;
		border-radius: 4px;
	}
	#wrapper > .main > header:before {
		background-color: #c67e38;
	}
	#wrapper > .main.accent2 input[type="submit"], #wrapper > .main.accent2 input[type="reset"], #wrapper > .main.accent2 input[type="button"], #wrapper > .main.accent2 button, #wrapper > .main.accent2 .button {
		background-color: #c67e38;
		color: #000000 !important;
		text-wrap: auto;
		line-height: 1.5;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#wrapper > .main.accent2 input[type="submit"]:hover, #wrapper > .main.accent2 input[type="reset"]:hover, #wrapper > .main.accent2 input[type="button"]:hover, #wrapper > .main.accent2 button:hover, #wrapper > .main.accent2 .button:hover {background-color: #287715;}
	#mc-embedded-subscribe {
		margin-top:30px;
		margin-left:auto;
		margin-right:auto;
	}
#wrapper > .main.accent2 input, #wrapper > .main.accent2 select, #wrapper > .main.accent2 textarea {
    color: #000000 !important;
}
#wrapper > .main > .inner.style2 > .image.main:first-child {
    position: relative;
    top: -3rem;
    left: -4rem;
    width: calc(100% + 8rem);
    height: 25rem;
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
}
/* to make images responsive - the logo in particular */
.responsive {
  width: 100%;
  height: auto;
	max-width: 534px;
}
/* Accordions - Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #c67e38;
  color: #444;
  cursor: pointer;
  /* padding: 18px; */
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
	height: auto;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #287715;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

/*******************************************/
/* Rudy's go-to-top Button */
/******************************************/
.go-top {
	position: fixed;
	z-index: 2;
	bottom: 0;
	right: 2em;
	text-decoration: none;
	color: #ffffff;
	background-color: rgba(198,126,56,0.4);
	font-size: 14px;
	padding: 0.6em;
	display: none;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

		@media screen and (max-width: 1280px) {

			#banner {
				background-attachment: scroll;
			}
			#wrapper > .main {
				padding: 4rem 0 3rem 0 ;
			}
		}

		@media screen and (max-width: 980px) {

			#banner > .content {
				margin-top: 0;
			}
			#wrapper > .main > header {
				padding: 0rem 2rem 0rem 2rem;
			}
			#wrapper > .main {
				padding-left: 2rem;
				padding-right: 2rem;
			}
			#header > nav {
				display: none;
			}

			#header > .navPanelToggle {
				display: none;
			}
			#wrapper > .main > .inner.style2 {
				padding: 1rem 3rem 2rem 3rem;
			}

		}

		@media screen and (max-width: 736px) {

		#banner {
			background-image: url("../../images/Weeding-the-News-header-background-mobile_1024x768.jpg");
		}
			#banner > .content {
				padding: 1.75rem;
			}

				#banner > .content h1 {
					font-size: 1.75rem;
				}

				#banner > .content p {
					font-size: 1rem;
				}

			#header + #banner {
				margin-top: -44px;
			}
			#wrapper > .main > header {
				padding: 0rem 2rem 0rem 2rem;
			}
			#wrapper > .main {
				padding-left: 1.5rem;
				padding-right: 1.5rem;
			}
			#wrapper > .main > .inner.style2 {
				padding: 1rem 2rem 0.5rem 2rem;
			}
			#header > nav {
				display: none;
			}
			#header {
				height: 44px;
				line-height: 44px;
			}

				#header > .logo {
					left: 1rem;
				}

					#header > .logo .extra {
						display: none;
					}
			#wrapper > .main > .inner.style2 > .image.main:first-child {
				position: relative;
				top: -1rem;
				left: -4rem;
				width: calc(100% + 8rem);
				height: 25rem;
				margin-bottom: 0;
				border-radius: 4px 4px 0 0;
			}
		}

		@media screen and (max-width: 480px) {

		#banner {
			background-image: url("../../images/Weeding-the-News-header-background-mobile_1024x768.jpg");
		}
			#banner {
				padding: 12rem 0;
				min-height: 0;
			}

				#banner > .more {
					display: none;
				}
			#wrapper > .main > header {
				padding: 0rem 2rem 0rem 2rem;
			}
			#wrapper > .main {
				padding-left: 1rem;
				padding-right: 1rem;
			}
			#wrapper > .main > .inner.style2 > .image.main:first-child {
				position: relative;
				top: -1rem;
				left: -4rem;
				width: calc(100% + 8rem);
				height: 25rem;
				margin-bottom: 0;
				border-radius: 4px 4px 0 0;
			}
			#header > nav {
				display: none;
			}#header.alt > .logo {
				top: 0;
				left: 1rem;
				text-align:center;
			}

			#header.alt > .navPanelToggle {
				display: none;
			}
		}