
/*
	font-family: 'PT Serif', serif;
	font-family: 'Nunito', sans-serif;
*/

/* Navigation */
#nav-container {
	position: absolute;
	top: 0;
	left: 0;
}
#nav-container #nav-row {
	position: relative;
}
#nav-container #nav-row #nav-col {
	position: relative;
	border-bottom: 10px solid #B3AA99;
	box-shadow: 4px 8px 30px rgba(0,0,0,0.2);
	z-index: 999;
}
#nav-container #nav-top {
	padding: 0rem 2rem 0 2rem !important;
}
#nav-container #nav-top #nav-logo {
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
#nav-container #nav-top #nav-logo a {
	color: #444;
	font-size: 28px;
	font-weight: 400;
	font-family: 'PT Serif', serif;
	line-height: 28px;
	letter-spacing: -0.02cm;
	text-decoration: none;
}
#nav-container #nav-top #nav-logo .navbar-brand {}
#nav-container #nav-top #nav-logo .navbar-brand img {
	width: auto;
	max-height: 90px;
}
#nav-container #nav-top #nav-subnav {
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
#nav-container #nav-top #nav-social {
	border-right: 1px solid rgba(100,100,100,0.4);
}
#nav-container #nav-top #nav-social a {
	margin-left: 8px;
	color: rgba(100,100,100,0.6);
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#nav-container #nav-top #nav-social a:hover {
	color: #222;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#nav-container #nav-top #nav-aux {}
#nav-container #nav-top #nav-aux a {
	border: 1px solid rgba(100,100,100,0.65);
	border-radius: 3px;
	padding: 0.25rem 0.65rem;
	color: #606061;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    line-height: 14px;
    letter-spacing: 0cm;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#nav-container #nav-top #nav-aux a:nth-of-type(2) {
	margin-left: 10px;
}
body.interior #nav-container #nav-top #nav-aux a:nth-of-type(2) {
	display: inline-table;
	border: 0px;
	border-radius: 0px;
	padding: 0 0;
	width: 1px;
}
#nav-container #nav-top #nav-aux a:nth-of-type(3) {
	display: inline-table;
	border: 0px;
	border-radius: 0px;
	padding: 0 0;
	width: 1px;
}
#nav-container #nav-top #nav-aux a .svg-inline--fa {
	position: relative;
	vertical-align: middle;
	display: inline-table;
	margin-bottom: 1px;
	color: rgba(100,100,100,0.6);
    font-size: 13px;
}
#nav-container #nav-top #nav-aux a:hover {
	background-color: rgba(100,100,100,0.6);
	border-color: transparent;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#nav-container #nav-top #nav-aux a:hover .svg-inline--fa {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar {
	/*background: #fff;*/
	background-color: #fff;
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.9) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.9) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#e6ffffff',GradientType=1 );
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*box-shadow: 4px 8px 40px rgba(0,0,0,0.35);*/
	z-index: 1000;
}
.navbar-nav {
	display: flex;
    justify-content: space-around;
    border-top: 1px solid rgba(100,100,100,0.1);
    margin-top: 1.25rem !important;
    padding: 0.25rem 2rem !important;
    background-color: #fff;
}
.navbar-nav .nav-link {
	padding: 0.65rem 2rem 0.75rem 2rem !important;
	color: #555 !important; /* 6f6f70 */
	font-size: 16px;
	font-weight: 400;
	font-family: 'PT Serif', serif;
	/*font-family: 'Nunito', sans-serif;*/
	line-height: 16px;
	letter-spacing: 0cm;
	/*text-transform: uppercase;*/
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-link .svg-inline--fa {
	position: relative;
	display: inline-table;
	vertical-align: top;
	margin-top: 2px;
	margin-left: 1px;
	color: #429e61;
	font-size: 16px;
}
.navbar-nav .nav-link:hover {
	color: #429e61 !important;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-nav .sep {
	position: relative;
	height: 100%;
	padding: 0.4rem 0 0 0 !important;
}
.navbar-nav .sep .svg-inline--fa {
	position: relative;
	display: table;
	vertical-align: middle;
	color: rgba(100,100,100,0.25);
	font-size: 24px;
}
.navbar .dropdown-nav {
	left: auto !important;
	visibility: hidden !important;
	opacity: 0 !important;
	transform: translateY(2em) !important;
	/*transition: all 0.6s ease !important;*/
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s !important;
	background: rgba(54,44,30,0.9) !important;
	/*width: 200px;*/
	-webkit-box-shadow: 4px 8px 20px rgba(0,0,0,0.3) !important;
	-moz-box-shadow: 4px 8px 20px rgba(0,0,0,0.3) !important;
	box-shadow: 4px 8px 20px rgba(0,0,0,0.3) !important;
	z-index: -1;
}
.navbar li:hover .dropdown-nav {
	visibility: visible !important;
	left: auto !important;
	opacity: 1 !important;
	transform: translateY(0%) !important;
	/*transition-delay: 0.1s !important;*/
	transition-delay: 0s, 0s, 0.3s !important;
	z-index: 1000;
}
.navbar-nav .dropdown-nav .nav-link {
	padding: 0.4rem 2rem !important;
	color: #fff !important;
}
.navbar-nav .dropdown-nav .nav-link:hover {
	color: #429e61 !important;
}
.navbar .dropdown-nav li a:hover {
	background-color: transparent;
}


/* Hero */
#slider #unslider {
	min-height: 1100px;
	height: 1100px;
}
#slider #unslider .slide {
	min-height: 1100px;
}
#slider #slider-overlay {
	top: 70%;
	left: 50%;
	-webkit-transform: translate(-50%, -70%);
	-ms-transform: translate(-50%, -70%);
	transform: translate(-50%, -70%);
}
#slider video#bgvideo {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url('../img/poster.jpg') no-repeat;
	background-size: cover;
	z-index: 10;
}
#slider .slide-screen {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 15;
	/*background-color: rgba(0,0,0,0.25);*/
}
#slider .slide-layer1 {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 16;
	background-image: linear-gradient(to right top, rgba(217,182,81,0.3), rgba(142,171,86,0.4), rgba(77,151,105,0.5), rgba(26,127,117,0.5), rgba(28,99,111,0.5), rgba(47,72,88,0.5));

	/*background-image: linear-gradient(to right top, rgba(217,182,81,0.2), rgba(142,171,86,0.3), rgba(77,151,105,0.4), rgba(26,127,117,0.4), rgba(28,99,111,0.4), rgba(47,72,88,0.4));*/
}
#slider .slide-layer2 {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 17;
	/*background: url('/img/seal.png') no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-attachment: fixed !important;
	background-position: left bottom !important;*/
	background: -moz-linear-gradient(top, rgba(0,200,200,0.2) 0%, rgba(0,200,200,0) 18%);
	background: -webkit-linear-gradient(top, rgba(0,200,200,0.2) 0%,rgba(0,200,200,0) 18%);
	background: linear-gradient(to bottom, rgba(0,200,200,0.2) 0%,rgba(0,200,200,0) 18%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a61d452a', endColorstr='#001d452a',GradientType=0 );
}


/* Herp, Optional Multiple Cards */
#slider-overlay #twoCards {}
#slider-overlay #twoCards .row {
	height: 100%;
}
#slider-overlay #twoCards #alertBox {
	box-shadow: 1px -1px 8px rgba(0,0,0,0.2);
}
#slider-overlay #twoCards .alert-body {
	background: rgb(50,106,255);
	background: -moz-linear-gradient(-45deg, rgba(50,106,255,0.92) 0%, rgba(25,66,205,0.92) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(50,106,255,0.92) 0%,rgba(25,66,205,0.92) 100%);
	background: linear-gradient(135deg, rgba(50,106,255,0.92) 0%,rgba(25,66,205,0.92) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#326aff', endColorstr='#1942cd',GradientType=1 );

	/*border-top: 1px solid rgba(50,155,255,0.5);*/
    /*box-shadow: 0px 0px 100px rgba(0,75,255,0.75);*/
	box-shadow: 4px 16px 50px rgba(0,0,0,0.2);
}
#slider-overlay #twoCards .alert-body .alert-body-container {
	padding-right: 2rem;
	padding-left: 2rem;

	color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    line-height: 20px;
    letter-spacing: 0cm;
}
#slider-overlay #twoCards .alert-body .alert-body-container .alert-content {
	position: relative;
	margin-left: 10px;
	padding: 15px 20px 10px 20px ;
	border-left: 5px solid rgba(255,255,255,0.3);
	color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    line-height: 20px;
    letter-spacing: 0cm;
}
#slider-overlay #twoCards .alert-body .alert-heading {
	position: relative;
	display: block;
	margin-bottom: 5px;
	color: #fff;
    font-size: 24px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.01cm;
}
#slider-overlay #twoCards .alert-body .alert-heading .svg-inline--fa {
	position: relative;
	display: inline-table;
	vertical-align: top;
	/*margin-top: 1px;*/
	color: rgba(255,255,255,0.3);
}
#slider-overlay #twoCards .alert-footer {
	/*background-color: #752117;*/
	background-color: #004299;
	margin-top: -1px;
	border-bottom: 1px solid rgba(0,100,200,0.5);
	/*box-shadow: 4px 16px 50px rgba(0,0,0,0.4);*/
	/*box-shadow: 0px 0px 100px rgba(0,75,255,0.75);*/
	box-shadow: 1px 8px 18px rgba(0,0,0,0.2);
}
#slider-overlay #twoCards .alert-footer .alert-footer-more {
	/*padding: 1.85rem 2rem !important;*/
	padding: 0.65rem 2rem !important;
	/*background-color: #d9b651;*/
}
#slider-overlay #twoCards .alert-footer .alert-footer-more a {
	color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    line-height: 18px;
    letter-spacing: 0cm;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#slider-overlay #twoCards .alert-footer .alert-footer-more a .svg-inline--fa {
	position: relative;
	vertical-align: top;
	display: inline-table;
	margin-top: 3px;
	margin-right: 2px;
	color: #ffe56c;
	font-size: 16px;
	font-weight: normal;
}


/* Hero, Find My Representative */
#slider-overlay #findMyRep {}
#slider-overlay #findMyRep .rep-body {
	/*background-color: #fff;*/
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.9) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.9) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#e6ffffff',GradientType=1 );
	box-shadow: 4px 16px 50px rgba(0,0,0,0.4);
}
#slider-overlay #findMyRep .rep-body .rep-body-container {
	padding-right: 2rem;
	padding-left: 2rem;
}
#slider-overlay #findMyRep .rep-body .rep-heading {
	position: relative;
	display: block;
	margin-bottom: 25px;
	color: #747475;
	font-size: 34px;
    font-weight: 400;
    font-family: 'PT Serif', serif;
    line-height: 34px;
    letter-spacing: -0.02cm;
}
#slider-overlay #findMyRep .rep-body .form-inline {
	margin-bottom: 10px;
}
#slider-overlay #findMyRep .rep-body .form-inline .btn.btn-primary {
	margin-bottom: 0;
	border: 0px;
	border-radius: 3px;
	padding: 8px 20px;
	background-color: #e5c155;
	color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    line-height: 18px;
    letter-spacing: 0cm;
    text-decoration: none;
    cursor: pointer !important;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#slider-overlay #findMyRep .rep-body .form-inline .btn.btn-primary .svg-inline--fa {
	position: relative;
	vertical-align: top;
	display: inline-table;
	margin-top: 2px;
	/*margin-right: 2px;*/
	color: #ffe56c;
	font-size: 15px;
	font-weight: normal;
}
#slider-overlay #findMyRep .rep-body .form-inline .btn.btn-primary:hover {
	background-color: #705e46;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#slider-overlay #findMyRep .rep-footer {
	background-color: #d9b651; /* e5c155 */
	box-shadow: 4px 16px 50px rgba(0,0,0,0.4);
}
#slider-overlay #findMyRep .rep-footer .rep-footer-callout {
	padding: 1rem 2rem 1.25rem 2rem !important;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    font-family: 'PT Serif', serif;
    line-height: 24px;
    letter-spacing: -0.01cm;
    /*text-shadow: 0px 1px 2px rgba(51,43,19,0.5);*/
}
#slider-overlay #findMyRep .rep-footer .rep-footer-districts {
	/*padding: 1.85rem 2rem !important;*/
	/*background-color: #d9b651;*/
}
#slider-overlay #findMyRep .rep-footer .rep-footer-districts a {
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.85rem 2rem !important;

	color: #fff;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    line-height: 22px;
    letter-spacing: -0.01cm;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#slider-overlay #findMyRep .rep-footer .rep-footer-districts a .svg-inline--fa {
	position: relative;
	vertical-align: top;
	display: inline-table;
	margin-top: 2px;
	margin-right: 2px;
	color: #ffe56c;
	font-size: 16px;
	font-weight: normal;
}
#slider-overlay #findMyRep .rep-footer .rep-footer-districts a:hover {
	background-color: rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#slider-overlay #findMyRep .rep-footer .rep-footer-districts a:hover .svg-inline--fa {}


/* Hero, Today's Events */
#slider-overlay #todaysEvents {
	min-height: 400px;
}
#slider-overlay #todaysEvents .events-heading {
	position: relative;
	display: block;
	margin-bottom: 0.5rem;
	/*padding-left: 2rem;*/
	color: #fff;
	font-size: 34px;
	font-weight: 400;
	font-family: 'PT Serif', serif;
	/*font-family: 'Nunito', sans-serif;*/
	line-height: 34px;
	letter-spacing: -0.02cm;
}
#slider-overlay #todaysEvents .events-subheading {
	position: relative;
	display: block;
	margin-bottom: 1.3rem;
	/*padding-left: 2rem;*/
	color: rgb(120,206,183,0.75);
	font-size: 15px;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	line-height: 15px;
	letter-spacing: 0.01cm;
	text-transform: uppercase;
}
#slider-overlay #todaysEvents #scroll-container {
	min-height: 400px;
	/*border: 1px solid #fff;*/
	/*background-color: rgba(38,36,29,0.8);*/
	
	/*background: -moz-linear-gradient(-45deg, rgba(64,58,45,0.8) 0%, rgba(38,36,29,0.8) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(64,58,45,0.8) 0%,rgba(38,36,29,0.8) 100%);
	background: linear-gradient(135deg, rgba(64,58,45,0.8) 0%,rgba(38,36,29,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc403a2d', endColorstr='#cc26241d',GradientType=1 );*/

	background-image: linear-gradient(to right top, rgba(67,141,95,0.88), rgba(26,127,117,0.88), rgba(28,99,111,0.88), rgba(19,68,77,0.88));

	/*background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.9) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.9) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#e6ffffff',GradientType=1 );*/

    padding: 1.25rem 1.25rem 1.15rem 1.25rem;
    /* border-bottom: 15px solid #B3AA99; */
    /* box-shadow: 4px 16px 50px rgba(0,0,0,0.6); */
    box-shadow: 4px 16px 50px rgba(0,0,0,0.4);
    /*border: 1px solid #333026;*/
    /*border: 1px solid rgba(20,60,90,0.4);*/
    /*border-bottom: 0px;*/
    /*border-bottom: 15px solid #4d4637;*/
}
#slider-overlay #todaysEvents .scrollbar {
	height: 400px;
}
#slider-overlay #todaysEvents .scrollbar #scrolling-content {
	padding: 0.5rem 2rem 0 0.75rem !important;
	color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    line-height: 20px;
    letter-spacing: 0cm;
}
#slider-overlay #todaysEvents .scrollbar #scrolling-content p {
	margin: 0 0 25px 0 !important;
	color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    line-height: 20px;
    letter-spacing: 0cm;
}
#slider-overlay #todaysEvents .scrollbar #scrolling-content h6 {
	color: #fff;
	margin-bottom: 20px !important;
}
#slider-overlay #todaysEvents .scrollbar #scrolling-content ul {
	list-style: none;
	margin: -20px 0 0 0 !important;
	padding: 0;
	color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    line-height: 20px;
    letter-spacing: 0cm;
}
#slider-overlay #todaysEvents .scrollbar #scrolling-content ul li {}
#slider-overlay #todaysEvents .scrollbar #scrolling-content ul li a {
	color: rgb(120,206,183,1);
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#slider-overlay #todaysEvents .scrollbar #scrolling-content ul li a .svg-inline--fa {
	position: relative;
	display: inline-table;
	vertical-align: middle;
	margin-right: 2px;
	margin-bottom: 2px;
	color: rgb(120,206,183,0.4);
}
#slider-overlay #todaysEvents .scrollbar #scrolling-content ul li a:hover {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#slider-overlay #todaysEvents .event {
	position: relative;
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(20,60,90,0.25);
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
#slider-overlay #todaysEvents .event:last-child {
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 0px solid rgba(20,60,90,0.25);
}
#slider-overlay #todaysEvents .event span {
	position: relative;
	display: block;
	margin-bottom: 3px;
}
#slider-overlay #todaysEvents .event .event-title {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	font-family: 'PT Serif', serif;
	/*font-family: 'Nunito', sans-serif;*/
	line-height: 20px;
	letter-spacing: -0.01cm;
}
#slider-overlay #todaysEvents .event .event-room {
	color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    line-height: 16px;
    letter-spacing: 0cm;
}
#slider-overlay #todaysEvents .event .event-location {
	position: relative;
	color: rgba(255,255,255,0.6);
    font-size: 14px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    line-height: 16px;
    letter-spacing: 0cm;
}
#slider-overlay #todaysEvents .event .event-location .svg-inline--fa {
	position: relative;
	vertical-align: top;
	display: inline-table;
	margin-top: 1px;
	color: #d9b651;
	font-size: 12px;
	font-weight: normal;
}
#slider-overlay #todaysEvents .event .event-time {
	color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    line-height: 16px;
    letter-spacing: 0cm;
}
#slider-overlay #todaysEvents .event .video {}
#slider-overlay #todaysEvents .event .video .btn.btn-default {
	background: rgba(255,255,255,0.4);
	border: 0;
	margin: 10px auto 0 auto;
	color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    line-height: 14px;
    letter-spacing: 0cm;
    cursor: pointer !important;
    white-space: normal !important;
    text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#slider-overlay #todaysEvents .event .video .btn.btn-default .svg-inline--fa {
	position: relative;
	vertical-align: top;
	display: inline-table;
	margin-right: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#slider-overlay #todaysEvents .event .video .btn.btn-default:hover {
	color: #666;
	background: rgba(255,255,255,1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#slider-overlay #todaysEvents .event .video .btn.btn-default:hover .svg-inline--fa {
	color: #666;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#slider-overlay #todaysEvents .event-footer {
	background-color: #806c50;
	background-color: rgba(0, 96, 105, 0.9);
	box-shadow: 4px 16px 50px rgba(0,0,0,0.4);
}
#slider-overlay #todaysEvents .event-footer .event-footer-callout {
	padding: 1.25rem 2rem !important;
	color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'PT Serif', serif;
    line-height: 24px;
    letter-spacing: -0.02cm;
}
#slider-overlay #todaysEvents .event-footer .event-footer-districts {
	/*padding: 1.85rem 2rem !important;*/
	/*background-color: #705e46;*/
}
#slider-overlay #todaysEvents .event-footer .event-footer-districts a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.85rem 2rem !important;
	color: #fff;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    line-height: 22px;
    letter-spacing: -0.01cm;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#slider-overlay #todaysEvents .event-footer .event-footer-districts a .svg-inline--fa {
	position: relative;
	vertical-align: top;
	display: inline-table;
	margin-top: 2px;
	margin-right: 2px;
	color: rgba(0,0,0,0.25);
	font-size: 16px;
	font-weight: normal;
}
#slider-overlay #todaysEvents .event-footer .event-footer-districts a:hover {
	background-color: rgba(0,0,0,0.2);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#slider-overlay #todaysEvents .event-footer .event-footer-districts a:hover .svg-inline--fa {}



/* Section: Introduction */
#intro {
	position: relative;
	background: url('/img/dome-large.jpg') no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-attachment: scroll !important;
	background-position: center top !important;
	border-top: 1px solid #6ba651;
	z-index: 30;
}
#intro:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0,0,0,0.5);*/
	background-image: linear-gradient(to right top, rgba(217,182,81,0.5), rgba(142,171,86,0.5), rgba(77,151,105,0.5), rgba(26,127,117,0.5), rgba(28,99,111,0.5), rgba(47,72,88,0.5));
	z-index: 31;
}
#intro .intro-header {
	position: relative;
	display: block;
	color: #88888a !important;
	font-size: 48px;
	font-weight: 200;
	/*font-family: 'PT Serif', serif;*/
	font-family: 'Nunito', sans-serif;
	line-height: 48px;
	letter-spacing: -0.05cm;
}
#intro .intro-header strong {
	color: #444;
	font-weight: 300;
}
#intro .intro-header em {
	color: #444;
	font-weight: 400;
	font-style: normal;
	/*letter-spacing: -0.05cm;*/
}
#intro #intro-container {
	position: relative;
	padding-bottom: 7rem !important;
	z-index: 32;
}
#intro #intro-container #intro-body {
	position: relative;
	margin-top: -5.5rem;
	background-color: #fff;
	box-shadow: 4px 16px 50px rgba(0,0,0,0.6);
	z-index: 33;
}
#intro #intro-container #intro-body .content {
	min-height: 400px;
	border-left: 15px solid #B3AA99;
}
#intro #intro-container #intro-body #intro-features {}
#intro #intro-container #intro-body #intro-features div:nth-of-type(1) {
	padding: 0.5rem 2rem 0.5rem 0;
}
#intro #intro-container #intro-body #intro-features div:nth-of-type(2) {
	padding: 0.5rem 2rem 0.5rem 2rem;
	border-right: 1px solid rgba(100,100,100,0.25);
	border-left: 1px solid rgba(100,100,100,0.25);
}
#intro #intro-container #intro-body #intro-features div:nth-of-type(3) {
	padding: 0.5rem 0 0.5rem 2rem;
}
#intro #intro-container #intro-body #intro-features div:nth-of-type(5) {
	padding: 0.5rem 2rem 0.5rem 0;
	border-right: 1px solid rgba(100,100,100,0.25);
}
#intro #intro-container #intro-body #intro-features div:nth-of-type(6) {
	padding: 0.5rem 0 0.5rem 2rem;
}
#intro #intro-container #intro-body #intro-features div.sep {
	margin: 1.5em 0;
	height: 1px;
	background-color: rgba(100,100,100,0.15);
}
#intro #intro-container #intro-body #intro-features .feature {}
#intro #intro-container #intro-body #intro-features .feature span {
	position: relative;
	display: block;
	margin-bottom: 2px;
}
#intro #intro-features .feature.post {}
#intro #intro-features .feature.faq {}
#intro #intro-features .feature.resource {}
#intro #intro-features .feature .feature-photo {
	position: relative;
	height: 110px;
	margin-bottom: 8px !important;
	overflow: hidden;
}
#intro #intro-features .feature .feature-photo a {}
#intro #intro-features .feature .feature-photo img {}
#intro #intro-features .feature .feature-heading {}
#intro #intro-features .feature.faq .feature-heading {
	margin-bottom: 8px !important;
	color: #777;
	font-size: 11px;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	line-height: 11px;
	letter-spacing: 0.05cm;
	text-transform: uppercase;
}
#intro #intro-features .feature.resource .feature-heading {
	margin-bottom: 8px !important;
	color: #88888a;
    font-size: 20px;
    font-weight: 700;
    font-family: 'PT Serif', serif;
    line-height: 22px;
    letter-spacing: 0cm;
}
#intro #intro-features .feature .feature-link {
	position: relative;
	display: block;
	margin-bottom: 8px;
}
#intro #intro-features .feature.post .feature-link {
	color: #3a8c56;
	font-size: 20px;
	font-weight: 700;
	font-family: 'PT Serif', serif;
	line-height: 22px;
	letter-spacing: 0cm;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#intro #intro-features .feature.post .feature-link:hover {
	color: #1d452a !important;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#intro #intro-features .feature.faq .feature-link {
	display: block;
	border: 0px solid rgba(100,100,100,0.5);
	border-radius: 4px;
	padding: 8px 20px;
	background-color: #B3AA99;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Nunito', sans-serif;
	line-height: 14px;
	letter-spacing: 0cm;
	cursor: pointer !important;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#intro #intro-features .feature.faq .feature-link:hover {
	display: block;
	border-color: transparent;
	background-color: #3a8c56;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#intro #intro-features .feature.resource .feature-link {
	margin-bottom: 0px !important;
	color: #3a8c56;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Nunito', sans-serif;
	line-height: 16px;
	letter-spacing: 0cm;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#intro #intro-features .feature.resource .feature-link .svg-inline--fa {
	position: relative;
	vertical-align: top;
	display: inline-table;
	margin-right: 2px;
	color: #88888a;
	font-size: 16px;
	font-weight: normal;
}
#intro #intro-features .feature.resource .feature-link:hover {
	color: #1d452a;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#intro #intro-features .feature .feature-date {
	margin-bottom: 8px !important;
}
#intro #intro-features .feature.post .feature-date {
	color: #777;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Nunito', sans-serif;
	line-height: 12px;
	letter-spacing: 0cm;
	text-transform: uppercase;
}
#intro #intro-features .feature .feature-desc {
	color: #7e7e80;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	line-height: 19px;
	letter-spacing: 0cm;
}
#intro #intro-features .feature .feature-desc p {
	margin: 0 0 0 0 !important;
}
#intro #intro-features .feature .feature-question {
	margin-bottom: 8px !important;
	color: #3a8c56;
	font-size: 26px;
	font-weight: 700;
	font-family: 'PT Serif', serif;
	line-height: 28px;
	letter-spacing: -0.01cm;
}
#intro #intro-features .feature .feature-answer {
	margin-bottom: 12px !important;
	color: #7e7e80;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	line-height: 19px;
	letter-spacing: 0cm;
}
#intro #intro-features .feature.faq .feature-continued {
	margin-bottom: 12px !important;
	color: #444;
	font-size: 11px;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	line-height: 11px;
	letter-spacing: 0.06cm;
	text-transform: uppercase;
}
#intro #intro-features .feature.faq .feature-continued .svg-inline--fa {
	position: relative;
	vertical-align: top;
	display: inline-table;
	margin-top: -2px;
	color: #777;
	font-size: 14px;
	font-weight: normal;
}
#intro #intro-features .feature.resource .feature-continued {
	margin-bottom: 8px !important;
	color: #777;
	font-size: 11px;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	line-height: 11px;
	letter-spacing: 0.05cm;
	text-transform: uppercase;
}
#intro #intro-buttons {}
#intro #intro-buttons a {
	display: block;
	border: 1px solid rgba(100,100,100,0.5);
	border-radius: 4px;
	padding: 12px 20px;
	background-color: #266634;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	line-height: 17px;
	letter-spacing: 0cm;
	cursor: pointer !important;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#intro #intro-buttons a .svg-inline--fa {
	position: relative;
	vertical-align: top;
	display: inline-table;
	/*margin-top: 1px;*/
	margin-right: 4px;
	color: rgba(0,0,0,0.3);
	font-size: 16px;
	font-weight: normal;
}
#intro #intro-buttons a:hover {
	display: block;
	border-color: transparent;
	background-color: #1d452a;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#intro #intro-container #intro-body .photo {
	position: relative;
	background: url('../img/dome.jpg') no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-attachment: scroll !important;
	background-position: center top !important;
	z-index: 33;
}


/* Section: Content Columns */
#content {
	position: relative;
	background-color: #1d452a;
	background: rgb(29,69,42);
	background: -moz-linear-gradient(-45deg, rgba(29,69,42,1) 0%, rgba(43,102,63,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(29,69,42,1) 0%,rgba(43,102,63,1) 100%);
	background: linear-gradient(135deg, rgba(29,69,42,1) 0%,rgba(43,102,63,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d452a', endColorstr='#2b663f',GradientType=1 );
	border-bottom: 10px solid rgba(45,108,66,0.7);
    box-shadow: 0px 6px 100px rgba(0,0,0,0.7);
	z-index: 30;
}
#content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0,0,0,0.5); */
    /*background-image: linear-gradient(to right top, rgba(217,182,81,0.5), rgba(142,171,86,0.5), rgba(77,151,105,0.5), rgba(26,127,117,0.5), rgba(28,99,111,0.5), rgba(47,72,88,0.5));

    background-image: linear-gradient(to right top, rgba(67,141,95,0.25), rgba(26,127,117,0.25), rgba(28,99,111,0.25), rgba(19,68,77,0.25));*/
    z-index: 31;
}
#content #content-container {
	position: relative;
	padding-bottom: 3rem !important;
	z-index: 32;
}
#content #content-container #content-body {
	position: relative;
	margin-top: -5.5rem;
	background-color: #fff;
	box-shadow: 4px 16px 60px rgba(0,0,0,0.4);
	z-index: 33;
}
#content #content-container #content-body .content {
	min-height: 400px;
	border-left: 15px solid #B3AA99;
}
#content #content-container #content-body .members {}
#content #content-container #content-body .committees {
	border-left: 1px solid rgba(100,100,100,0.25);
}
#content #content-container #content-body div.sep {
	margin: 1.5em 0;
	height: 1px;
	background-color: rgba(100,100,100,0.15);
}
#content #content-container #content-body .content-photo {
	position: relative;
}
#content #content-container #content-body .content-photo img {
	position: relative;
	z-index: 35;
}
#content #content-container #content-body .content-overlay {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: 36;
}
#content #content-container #content-body .content-overlay a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #444;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 38;
}
#content #content-container #content-body .content-overlay a .content-link {
    position: relative;
    padding-right: 2rem;
    padding-left: 2rem;
    background-color: #246031; /* rgba(54,44,30,1) */
    min-height: initial !important;
	cursor: pointer !important;
	text-decoration: none;
}
#content #content-container #content-body .content-overlay span {
	position: relative;
    display: block;
    margin-bottom: 2px;
}
#content #content-container #content-body .content-overlay .image-heading {
	margin-bottom: 8px !important;
	color: #fff; /* 3a8c56 */
    font-size: 28px;
    font-weight: 700;
    font-family: 'PT Serif', serif;
    line-height: 28px;
    letter-spacing: 0cm;
}
#content #content-container #content-body .content-overlay .image-subheading {
	color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    line-height: 14px;
    letter-spacing: 0cm;
    text-transform: uppercase;
}
#content #content-container #content-body .content-overlay p {
	margin-bottom: 8px !important;
	color: rgba(255,255,255,0.7);
	font-size: 13px;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	line-height: 15px;
	letter-spacing: 0cm;
}
#content #content-container #content-body .programs {}
#content #content-container #content-body .programs img {
	max-height: 160px;
	width: auto;
}
#content #content-container #content-body .programs span {
	position: relative;
    display: block;
}
#content #content-container #content-body .programs .programs-heading {
	color: #747475;
    font-size: 34px;
    font-weight: 400;
    font-family: 'PT Serif', serif;
    line-height: 34px;
    letter-spacing: -0.02cm;
}
#content #content-container #content-body .programs p {
	margin: 4px 0 0 0 !important;
	color: #7e7e80;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	line-height: 15px;
	letter-spacing: 0cm;
}
#content #content-container #content-body .videos {
	border-left: 1px solid rgba(100,100,100,0.25);
}
#content #content-container #content-body .videos span {
	position: relative;
    display: block;
}
#content #content-container #content-body .videos .videos-heading {
	margin-bottom: 10px !important;
	color: #747475;
    font-size: 34px;
    font-weight: 400;
    font-family: 'PT Serif', serif;
    line-height: 34px;
    letter-spacing: -0.02cm;
}
#content #content-container #content-body .videos p {
	margin: 8px 0 8px 0 !important;
	color: #7e7e80;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	line-height: 17px;
	letter-spacing: 0cm;
}
#content #content-container #content-body .videos .videos-link {
	display: block;
	border: 0px solid rgba(100,100,100,0.5);
	border-radius: 4px;
	padding: 8px 20px;
	background-color: #B3AA99;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Nunito', sans-serif;
	line-height: 14px;
	letter-spacing: 0cm;
	cursor: pointer !important;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#content #content-container #content-body .videos .videos-link:hover {
	display: block;
	border-color: transparent;
	background-color: #3a8c56;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#content #content-container #content-body .sidebar {
	background-color: rgba(179,170,153,0.25);
}
#content #content-container #content-body .sidebar span {
	position: relative;
    display: block;
}
#content #content-container #content-body .sidebar .sidebar-heading {
	/*margin-bottom: 20px !important;*/
	color: #444;
	font-size: 34px;
    font-weight: 300;
    font-family: 'Nunito', sans-serif;
    line-height: 34px;
    letter-spacing: -0.02cm;
}
#content #content-container #content-body .sidebar p {
	margin: 0 !important;
	color: #7e7e80;
	font-size: 22px;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	line-height: 25px;
	letter-spacing: 0cm;
}
#content #content-container #content-body .sidebar p a {
	color: #3b5998;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#content #content-container #content-body .sidebar p a:hover {
	color: #444;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


/* Section: Footer */
#footer {
	position: relative;
	background-color: #fff;

    background: url(/img/footer2.jpg) no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center!important;
    /* border-top: 10px solid #2d6c42; */
    z-index: 20;
    color: #fff;

	z-index: 20;
}
#footer:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0,0,0,0.5);*/
	background-image: linear-gradient(to right top, rgba(217,182,81,0.5), rgba(142,171,86,0.5), rgba(77,151,105,0.5), rgba(26,127,117,0.5), rgba(28,99,111,0.5), rgba(47,72,88,0.5));

	background-image: linear-gradient(to right top, rgba(77,151,105,0.88), rgba(26,127,117,0.88), rgba(28,99,111,0.88), rgba(47,72,88,0.88));
	z-index: 21;
}
#footer #footer-container {
	position: relative;
	z-index: 22;
	color: #fff;
}
#footer .brand .footer-brand {
	position: relative;
	display: block;
}
#footer .brand .footer-brand img {
	margin: 0 auto;
	width: auto;
	max-height: 140px;
}
#footer .brand .footer-brand-link {
	color: #123456;
    font-size: 24px;
    font-weight: 700;
    font-family: 'PT Serif', serif;
    line-height: 25px;
    letter-spacing: -0.01cm;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer .brand p {
	margin: 8px auto 0 auto !important;
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    line-height: 15px;
    letter-spacing: 0cm;
}
#footer .renav {}
#footer .renav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .renav ul li {
	margin-bottom: 4px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.12);
}
#footer .renav ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}
#footer .renav ul li a {
	color: rgba(255,255,255,0.75);
    font-size: 15px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    line-height: 15px;
    letter-spacing: 0cm;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer .renav ul li a:hover {
	color: #7bc15e;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer .rep {}
#footer .rep .rep-heading {
	position: relative;
	display: block;
	margin-bottom: 20px;
	color: #fff;
	font-size: 34px;
    font-weight: 400;
    font-family: 'PT Serif', serif;
    line-height: 34px;
    letter-spacing: -0.02cm;
}
#footer .rep .form-inline {
	margin-bottom: 10px;
}
#footer .rep .form-inline .form-control {
	background-color: rgba(0,140,100,0.6);
	border: 0px;
	border-radius: 0;
	color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    line-height: 16px;
    letter-spacing: 0cm;
}
#footer .rep .form-inline .form-control::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(255,255,255,0.4);
}
#footer .rep .form-inline .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(255,255,255,0.4);
}
#footer .rep .form-inline .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(255,255,255,0.4);
}
#footer .rep .form-inline .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgba(255,255,255,0.4);
}
#footer .rep .form-inline .btn.btn-primary {
	margin-bottom: 0;
	border: 0px;
	border-radius: 3px;
	padding: 10px 20px;
	background-color: #123456;
	color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    line-height: 18px;
    letter-spacing: 0cm;
    text-decoration: none;
    cursor: pointer !important;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer .rep .form-inline .btn.btn-primary .svg-inline--fa {
	position: relative;
	vertical-align: top;
	display: inline-table;
	margin-top: 2px;
	/*margin-right: 2px;*/
	color: rgba(0,0,0,0.3);
	font-size: 15px;
	font-weight: normal;
}
#footer .rep .form-inline .btn.btn-primary:hover {
	background-color: #fff;
	color: #444;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer .rep a {
	color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    line-height: 18px;
    letter-spacing: 0cm;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer .rep a .svg-inline--fa {
	position: relative;
	vertical-align: top;
	display: inline-table;
	margin-top: 3px;
	color: rgba(0,0,0,0.3);
    font-size: 16px;
}
#footer .rep a:hover {
	color: #7bc15e;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer .rep hr {
    border-top: 1px solid rgba(255,255,255,0.15);
    margin: 1.5em 0;
}
#footer .rep #footer-social {}
#footer .rep #footer-social a {
	margin-right: 8px;
	color: rgba(255,255,255,0.6) !important;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer .rep #footer-social a .svg-inline--fa {
	position: relative;
	vertical-align: top;
	display: inline-table;
	color: rgba(0,0,0,0.4) !important;
    font-size: 24px;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer .rep #footer-social a:hover {
	color: rgba(255,255,255,1) !important;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer .rep #footer-social a:hover .svg-inline--fa {
	color: #fff !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer .rep p {
	margin: 14px 0 0 0;
	color: rgba(255,255,255,0.5);
    font-size: 11px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    line-height: 11px;
    letter-spacing: 0cm;
}


/*# sourceMappingURL=custom.css.map */
.debug {
	border: 1px solid rgba(0,0,0,0.1);
}