/*
TAN: #bab186
LT TAN: #e1ddcc
GOLD: #b46d27
RED: #b43627
DK RED: #750000
*/

/* Custom Stylesheet */
body {
	color: #000000;
}
.article-content-main .article-intro div:nth-child(2)>ul {
    text-align: left;
    padding-left: 485px !important;
}
body div.t3-wrapper {
	background-color: #e1ddcc;
}

body a {
	color: #b43627;
}
body a:hover,
body a:focus {
    color: #750000;
}

body header.t3-header div.logo div.logo-image a img.logo-img {
	height:55px;
	width:200px;
}

body article header.article-header h1.article-title a,
body article header.article-header h2.article-title a {
	color: #750000;
}
body article header.article-header h1.article-title a:hover,
body article header.article-header h1.article-title a:focus
body article header.article-header h2.article-title a:hover,
body article header.article-header h2.article-title a:focus {
	color: #b43627;
}

body h4 {
	line-height: 1.5;
}

body p {
	font-size:16px;
	line-height: 1.5;
	margin:0px 0px 20px 0px;
}

body section.article-intro-media {
	margin:0px;
}


/* Top Nav */
body div.t3-topbar div.container {

}
body div.t3-topbar div.container div.topbar-1 {
	padding: 6px 0px 0px 0px;
}

body div.t3-topbar div.topbar-2 div.topbar-btn ul.nav.topnav {
	line-height: initial;
}
body div.t3-topbar div.topbar-2 div.topbar-btn ul.nav.topnav li {
	display:inline-block;
	line-height: initial;
	margin:0px;
}
body div.t3-topbar div.topbar-2 div.topbar-btn ul.nav.topnav li a {
	display:inline-block;
	padding: 10px 14px 10px 14px;
	text-align: center;
	overflow: hidden;
	color: #ffffff;
	border: none;
	height: auto;
	line-height: 14px;
}
body div.t3-topbar div.topbar-2 div.topbar-btn ul.nav.topnav li a:hover,
body div.t3-topbar div.topbar-2 div.topbar-btn ul.nav.topnav li a:focus {
	background-color: #000000;
}
body div.t3-topbar div.topbar-2 div.topbar-btn ul.nav.topnav li.active a {
	background-color: #b43627;
}
body div.t3-topbar div.topbar-2 div.topbar-btn ul.nav.topnav li a.login {
}
body div.t3-topbar div.topbar-2 div.topbar-btn ul.nav.topnav li a.login::after {
	content: "\f007";
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	font-size: inherit;
	text-rendering: auto;
	padding: 0px 0px 0px 8px;
}
body div.t3-topbar div.topbar-2 div.topbar-btn ul.nav.topnav li a.logout {
}
body div.t3-topbar div.topbar-2 div.topbar-btn ul.nav.topnav li a.logout::after {
	content: "\f08b";
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	font-size: inherit;
	text-rendering: auto;
	padding: 0px 0px 0px 8px;
}
body div.t3-topbar div.topbar-2 div.topbar-btn ul.nav.topnav li a.register {
}
body div.t3-topbar div.topbar-2 div.topbar-btn ul.nav.topnav li a.register::after {
	content: "\f234";
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	font-size: inherit;
	text-rendering: auto;
	padding: 0px 0px 0px 8px;
}




/* Navbar */
body .t3-header {
	background: #fff;
}

body header.t3-header nav.navbar div.t3-navbar ul.nav.navbar-nav li.dropdown span.dropdown-toggle em.caret {
	border-top-color: #b43627;
	border-bottom-color: #b43627;
}

body .t3-megamenu .mega > .mega-dropdown-menu {
	min-width: 250px;
}

body .t3-megamenu .mega-nav > li a, body .t3-megamenu .dropdown-menu .mega-nav > li a {
	font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: left;
}

.t3-megamenu .mega-nav > li.current a, .t3-megamenu .dropdown-menu .mega-nav > li.current a, .t3-megamenu .mega-nav > li.active a, .t3-megamenu .dropdown-menu .mega-nav > li.active a {
	color: rgba(181,56,40, 1);
}

.t3-megamenu .mega-nav > li, .t3-megamenu .dropdown-menu .mega-nav > li {
	padding-bottom: 5px;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {
	color: #000;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > span {
	color: rgba(181,56,40, 1);
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: rgba(181,56,40, 1) !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: rgba(181,56,40, 1) !important;
}

.navbar-default .navbar-nav .dropdown .caret {
 	border-top-color: #000 !important;
    border-bottom-color: #000 !important;
}

body .navbar-default .navbar-nav .active .caret {
	border-top-color: rgba(181,56,40, 1) !important;
    border-bottom-color: rgba(181,56,40, 1) !important;
}


/* Side Nav */
body div.t3-mainbody div.t3-sidebar div.module ul.nav.menu li.current.active a {
	color: #ffffff;
	background-color: #bab186;
}

body .navbar-default {
    font-size: 14px;
}
body header.t3-header nav.navbar ul.nav li span.separator {
	color: #000000;
}


/* Buttons */
body input.btn-primary,
body a.btn-primary {
    background-color: #b43627;
	color: #ffffff;
	border-color: #b43627;
}
body input.btn-primary:hover,
body input.btn-primary:active,
body input.btn-primary:focus,
body a.btn-primary:hover,
body a.btn-primary:active,
body a.btn-primary:focus {
    background-color: #750000;
	color: #eeeeee;
	border-color: #750000;
}

/* Links */
body .t3-footnav .t3-module ul > li > a:hover,
body .t3-footnav .t3-module ul > li > a:active,
body .t3-footnav .t3-module ul > li > a:focus {
    color: #b46d27;
} 
.t3-footnav .t3-module ul > li.active > a:hover,
.t3-footnav .t3-module ul > li.active > a:active,
.t3-footnav .t3-module ul > li.active > a:focus {
    color: #b46d27;
}

body .article-title,
body .article-header h1 {
    text-transform: none;
}




/* Event Slider */
body div.home div.event-slider {
	margin: 0px;
	padding: 30px 20px 60px 20px;
	background-color: #000000;
	border-radius: 0px;
}
body div.home div.event-slider h3.module-title {
	color: #ffffff;
	font-size: 30px;
	margin: 0px auto 30px auto;
	padding-bottom: 30px;

	background: url("../images/ico/divide-side.png") no-repeat center bottom;
	max-width: 945px;
}




body div.home div.event-slider div.module-ct {
	padding: 0px;
}
body div.home div.event-slider div.eb-slider-container {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border-radius: 0px;
}
body div.home div.event-slider div.eb-slider-container div.slider-item {
    padding: 0px 2.0rem 0px 2.0rem;
}
body div.home div.event-slider div.eb-slider-container div.slider-item div.eb-event-wrapper {
	box-shadow: none;
	margin: 0px;
}
body div.home div.event-slider div.eb-slider-container div.slider-item div.eb-event-wrapper a {
	display:block;
}
body div.home div.event-slider div.eb-slider-container div.slider-item div.eb-event-wrapper a img {
	padding: 0px;
	margin: 0px !important;
	object-fit: cover;
	height: 200px;
	object-position: 50% 0%;
}
body div.home div.event-slider div.eb-slider-container div.slider-item div.eb-event-wrapper div.eb-event-short-description p {
	margin:0px;
	height: 125px;
}
body div.home div.event-slider div.eb-slider-container div.slider-item div.eb-event-wrapper h2.eb-event-title-container {
	display: inline-block;
	margin: 0px;
	padding: 10px 20px 10px 20px;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	font-size: 26px;
}
body div.home div.event-slider div.eb-slider-container div.slider-item div.eb-event-wrapper h2.eb-event-title-container a.eb-event-title {
	display:block;
}




/* Shop Good Things */
body div.home div.shop-module div.section-ct {
	padding: 30px 20px 60px 20px;
}
body div.home div.shop-module div.product-box div.prdct-thumb {
	padding: 0px;
}
body div.product div.product-container div.vm-product-media-container a,
body div.home div.shop-module div.product-box div.prdct-thumb a {
	display: block;
}
body div.product div.product-container div.vm-product-media-container a img.browseProductImage,
body div.home div.shop-module div.product-box div.prdct-thumb a img.featuredProductImage {
	padding: 0px;
	object-fit: cover !important;
	height: 200px;
	object-position: 50% 0%;
}
body div.home div.shop-module div.product-box div.prdct-desc p.post-content {
	margin: 0px;
	height: 80px;
}
body div.home div.shop-module div.vmgroup.prdct-box-outer {
	margin: 0px;
}
body div.home div.shop-module div.vmgroup div.vmheader {
	margin: 0px auto 60px auto;
	color: #3e3e3e;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	line-height: normal;
	max-width: 945px;
	padding-bottom: 30px;
}
body div.home div.shop-module div.vmgroup div.vmheader::after {
	background: url("../images/ico/divide-side.png") no-repeat center bottom;
	height: 13px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -7px;
	content: "";
	color: #3e3e3e;
	font-size: 35px;
	font-weight: 300;
	text-align: center;
	line-height: normal;
}




/* Featured Section */
body .feature-absolute .feature-item:first-child,
body .feature-absolute .feature-item:last-child {
    background: #b43627;
    border-color: #b43627;
	color:#ffffff;
}
body .feature-absolute .feature-item:first-child div.workflow-title p.post-content,
body .feature-absolute .feature-item:last-child div.workflow-title p.post-content {
	color:#ffffff;
}
body div.feature-absolute div.absolute-title div.main-title h2.mod-title {
	text-align:center;
}


/* Timeline */
/* components/com_roksprocket/layouts/mosaic/themes/default/item.php */
html.timeline body div.blog {
    background-image: url(../../../images/timeline-bg.png);
    background-repeat: repeat-y;
    background-position: center;
}

html.timeline body div.blog div.sprocket-mosaic ul.sprocket-mosaic-container li {
    padding: 20px 0px 0px 0px;
    display: inline-block;
}

html.timeline body div.blog div.sprocket-mosaic ul li div.sprocket-mosaic-item {
    width: 50%;
    margin: 5px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    position: relative;
}

html.timeline body div.blog div.sprocket-mosaic ul li:nth-of-type(2n) div.sprocket-mosaic-item {
	float:right;
}

html.timeline body div.blog div.sprocket-mosaic a {
	color: #b43627;
}
html.timeline body div.blog div.sprocket-mosaic a:hover,
html.timeline body div.blog div.sprocket-mosaic a:focus {
    color: #750000;
}

html.timeline body div.blog.timeline div.sprocket-mosaic ul.sprocket-mosaic-container li div.sprocket-mosaic-item a.sprocket-readmore {
	text-align:right;
}


/* Timeline (Blog Items) */
html.timeline body div.blog div.items-row div.col.item {
	width:55%;
}
html.timeline body div.blog div.item article.default {
	display:inline-block;
	width:100% !important;
	padding:10px;
	z-index:1;
}
html.timeline body div.blog div.item article.default div.item-thumb {
	float:left;
}
html.timeline body div.blog div.item article.default div.item-thumb div.item-image {
	padding:0px 10px 0px 10px;
}
html.timeline body div.blog div.item article.default div.item-thumb div.item-image a span img {
	height:100px;
	width:100px;
	padding:3px;
	border-radius:50%;
	border:1px solid #ffffff;
	object-fit:cover;
}
html.timeline body div.blog div.item article.default div.item-content {
	padding:0px 0px 0px 0px;
}
html.timeline body div.blog div.item article.default div.item-content header.article-header {
	height:auto;
}

html.timeline body div.blog div.item article.default div.item-content aside.article-aside {
	width:auto;
	margin:0px;
	text-align:right;
}
html.timeline body div.blog div.item article.default div.item-content aside.article-aside dl.article-info {
	width:auto;
}
html.timeline body div.blog div.item article.default div.item-content aside.article-aside dl.article-info dd {
	margin:0px;
}

html.timeline body div.blog div.item article.default div.item-content div.article-intro {
	display:block;
	font-size:11px;
}
html.timeline body div.category-list table.table-striped tbody tr:nth-of-type(2n+1) {
	background-color:rgba(255,255,255,.09);
}
html.timeline body div.blog div.items-row.cols-1:nth-of-type(2n+1) div.item article.default div.item-thumb {
	float:right;
}
html.timeline body div.blog div.items-row.cols-1:nth-of-type(2n+1) div.col.item {
	float:right;
}
html.timeline body div.blog div.items-row.cols-1:nth-of-type(2n+1) div.col.item article.default aside.article-aside {
	text-align:left;
}


/* Tags */
/* 
Bootstrap Colors...
Primary: #337ab7 51,122,183
Success: #5cb85c
Info: #5bc0de;
Warning: #f0ad4e;
Danger: #d9534f
*/
html.timeline body div.tags {
	display:block;
	width:55%;
}
html.timeline body div.blog div.items-row.cols-1:nth-of-type(2n+1) div.tags {
	float:right;
	text-align:right;
}
html.timeline body div.tags:before {
   content: ".";
   display: block;
   clear:both;
   visibility:hidden;
   height:0;
}
html.timeline body div.tags span.tag-10 a.label {
}
html.timeline body div.tags span a.label {
	margin:0px;
	padding:2px 8px;
	font-size:11px;
	font-weight:normal;
	letter-spacing:1px;
	color:#eeeeee;
	background-color:rgba(51,122,183, .5);
	border-radius:3px;
}
html.timeline body div.tags span a.label:hover,
html.timeline body div.tags span a.label:active,
html.timeline body div.tags span a.label:focus {
	background-color:rgba(0,0,0, .2);
	color:#ffffff;
}


/* Rok Sprocket Mosaic */
html.timeline body div.blog div.sprocket-mosaic ul li ul.sprocket-mosaic-tags {
	margin:0px;
	padding:0px;
	background-color:transparent;
}
html.timeline body div.blog div.sprocket-mosaic ul li:nth-of-type(2n) ul.sprocket-mosaic-tags {
	text-align:right;
}
html.timeline body div.blog div.sprocket-mosaic ul li ul.sprocket-mosaic-tags li {
	margin:10px 0px 0px 0px;
	padding:2px 8px;
	font-size:11px;
	font-weight:normal;
	letter-spacing:1px;
	color:#eeeeee;
	background-color:rgba(51,122,183, .5);
	border-radius:3px;
	font-style:normal;
}
html.timeline body div.blog div.sprocket-mosaic div.sprocket-mosaic-loadmore {
	background-color:#333333;
	color:#cccccc;
	border:1px solid #111111;
	margin:25px auto 25px auto;
}
html.timeline body div.blog div.sprocket-mosaic div.sprocket-mosaic-header div.sprocket-mosaic-order ul li,
html.timeline body div.blog div.sprocket-mosaic div.sprocket-mosaic-header div.sprocket-mosaic-filter ul li {
	background-color:#222222;
	color:#cccccc;
	border:1px solid #111111;
	text-transform:none;
}
html.timeline body div.blog div.sprocket-mosaic ul li div.sprocket-mosaic-item div.sprocket-padding {
	border-radius:4px;
	background:url(/images/overlays/dark-15.png);
	background-color:rgba(0,0,0, .2);
	box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
	display:inline-block;
	width:100% !important;
	padding:10px 0px;
	z-index:1;
}
html.timeline body div.blog article div.item-content div.item-thumb div.item-image img,
html.timeline body div.blog div.sprocket-mosaic ul li img.sprocket-mosaic-image {
	height:100px;
	width:100px;
	padding:3px;
	border-radius:50%;
	border:1px solid #ffffff;
	object-fit:cover;
}
html.timeline body div.blog div.item article.default div.item-content header.article-header h2,
html.timeline body div.blog div.sprocket-mosaic ul li h2.sprocket-mosaic-title {
	margin:0px;
	font-size:16px;
	overflow:hidden;
	display:block;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 600;
}
html.timeline body div.blog div.items-row.cols-1.row article div.item-content header.article-header h2 {
	text-align:right;
}
html.timeline body div.blog div.items-row.cols-1.row:nth-of-type(2n) article div.item-content header.article-header h2{
	text-align:left;
}
html.timeline body div.blog div.sprocket-mosaic ul li:nth-of-type(2n) h2 {
	text-align:right;
}
html.timeline body div.blog div.sprocket-mosaic ul li div.sprocket-mosaic-image-container {
	display:inline-block;
	margin:0px 10px;
}
html.timeline body div.blog div.sprocket-mosaic ul li div.sprocket-mosaic-image-container {
	float:left;
}
html.timeline body div.blog div.sprocket-mosaic ul li:nth-of-type(2n) div.sprocket-mosaic-image-container {
	float:right;
}
html.timeline body div.blog div.sprocket-mosaic ul li div.sprocket-mosaic-image-container a {
	display:block;
}
html.timeline body div.blog div.items-row.cols-1.row article div.item-content header,
html.timeline body div.blog div.sprocket-mosaic ul li div.sprocket-mosaic-text {
	display:block;
	font-size:11px;
	margin:0px 10px;
}
html.timeline body div.blog div.items-row.cols-1.row:nth-of-type(2n) article div.article-intro {
	text-align:left;
}
html.timeline body div.blog div.items-row.cols-1.row article div.article-intro {
	text-align:right;
}
html.timeline body div.blog div.sprocket-mosaic ul li:nth-of-type(2n) div.sprocket-mosaic-text {
	text-align:right;
}
html.timeline body div.blog div.sprocket-mosaic ul li div.dateago {
	font-size:11px;
	margin:0px 10px 10px 10px;
}
html.timeline body div.blog div.sprocket-mosaic ul li:nth-of-type(2n+1) div.dateago {
	text-align:right;
}


/* Membership Ad */
body nav.t3-navhelper div.container.nav div.membershipad,
body div.section.membershipad {
	background-color:#b43627;
	color: #ffffff;
}
body div.section.membershipad div.section-ct {
	padding: 0px 0px;
}
body nav.t3-navhelper div.container.nav div.membershipad img,
body div.section.membershipad img {
    width: 100%;
    max-width: 100%;
	object-fit: contain;
}
body nav.t3-navhelper div.container.nav div.membershipad h6,
body div.section.membershipad h6 {
    margin-top: 65px;
	font-family: 'Playfair Display';
    font-weight: 400;
    text-align: right;
    color: #eeeeee;
    font-size: 17px;
    letter-spacing: 0px;
}
body nav.t3-navhelper div.container.nav div.membershipad h1,
body div.section.membershipad h1 {
    font-family: 'Playfair Display';
    font-weight: 400;
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: right;
}
body nav.t3-navhelper div.container.nav div.membershipad h4,
body div.section.membershipad h4 {
    font-weight: 500;
    color: #ffffff;
    line-height: 25px;
    text-transform: none;
    letter-spacing: .5px;
    text-align: right;
}
body nav.t3-navhelper div.container.nav div.membershipad a.btn,
body div.section.membershipad a.btn {
	margin-top:20px;
	color: rgba(0, 0, 0, 1);
	background-color: rgba(232, 227, 212, 1);
	border-radius: 50px;
	padding: 10px 50px 10px 50px;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
}


/* Module - Logo Block */
body div.section.logobox {
	/*
	background-color: rgba(0,0,0, 1);
	background-image: url(/images/aaha/0309-aaha-back2.png);
	background-color: rgba(0, 0, 0, 0);
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	*/
}
body div.section.logobox div.section-ct {
	padding:0px;
}
body nav.t3-navhelper div.container.nav div.custom.logobox div.logoblock {
	text-align:center;
	background-color:#67645a;
}
body nav.t3-navhelper div.container.nav div.custom.logobox div.logoblock img,
body div.section.logobox div.custom.logobox div.logoblock img {
    width: 100%;
    max-width: 100%;
	object-fit: cover;
}


/* The Vision */
body div.section.thevision {
	padding:40px 0px;
	background-color: #e1ddcc;
	background-image: url(/images/aaha-background-02.jpg);
	background-size: cover;
}
body div.section.thevision div.container {
	max-width:800px;
	padding-right:20%;
}
body div.section.thevision h1 {
	font-size: 48px;
	text-transform: uppercase;
	font-family: 'Playfair Display';
	font-weight: 700;
	color: rgba(180, 54, 39, 1);
}
body div.section.thevision h2 {
	margin-top: 40px;
	text-transform: uppercase;
	font-family: 'Playfair Display';
	font-weight: 700;
	font-size: 25px;
	line-height: 40px;
	color: rgba(180, 54, 39, 1);
}
body div.section.thevision h4 {
	font-weight: 700;
	color: rgba(98, 92, 67, 1);
	line-height: 30px;
	text-transform: none;
	letter-spacing: .5px;
	font-size: 15px;
}


/* Masthead */
body div.t3-masthead div.ja-masthead::before {
	background-color: rgba(0,0,0, .55);
}
body .ja-masthead .ja-masthead-detail {
    padding: 506px 0px 40px 0px;
	color: #ffffff;
	text-shadow: 2px 2px 2px #000000;
}
body .t3-masthead .ja-masthead .ja-masthead-detail h3.ja-masthead-title {
	margin:0px;
}
body .t3-masthead .ja-masthead {
    background-color: #ede9de;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: inset 0px 0px 120px 90px rgba(0,0,0, 0.6);
}
/*
body .t3-masthead .ja-masthead:before {
	opacity: 0 !important;
}
*/


/* Footer Module Position */
body nav.t3-navhelper {
	border: none;
	padding: 0px;
}
body nav.t3-navhelper div.container.nav {
	width: 100%;
	padding: 0px;
}
body .t3-footer {
	border: none;
}


/* Management Team */
html.about body p {
	color: #ffffff;
}
html.about body div.t3-wrapper {
	background-color: rgba(181,56,40, 1);
}
html.about body div.t3-wrapper div.t3-masthead div.ja-masthead {
	background-color: #0b0b0b;
}
html.about body div.t3-wrapper div.t3-masthead div.ja-masthead div.ja-masthead-detail h3.ja-masthead-title {
	color: #eeeeee;
}
html.about body div.t3-wrapper div.t3-mainbody div.t3-content.col-xs-12 article.article header.article-header h1.article-title {
	color: #ffffff;
}
html.about body div.after-component h3.module-title span {
	color: #ffffff;
	font-size:36px;
}
html.about body div.after-component div.sprocket-mosaic ul li div.sprocket-mosaic-item {
	border: none;
}
html.about body div.after-component div.sprocket-mosaic ul li div.sprocket-mosaic-item div.sprocket-mosaic-image-container img.sprocket-mosaic-image {
	height:200px;
	width:200px;
	border-radius:100px;
}
html.about body div.after-component div.sprocket-mosaic ul li div.sprocket-mosaic-item h2.sprocket-mosaic-title {
	color: #ffffff;
	margin:15px 0px 5px 0px;
}
html.about body div.after-component div.sprocket-mosaic ul li div.sprocket-mosaic-item h2.sprocket-mosaic-title a {
	color:#cccccc;
}
html.about body div.after-component div.sprocket-mosaic ul li div.sprocket-mosaic-item h2.sprocket-mosaic-title a:hover,
html.about body div.after-component div.sprocket-mosaic ul li div.sprocket-mosaic-item h2.sprocket-mosaic-title a:active,
html.about body div.after-component div.sprocket-mosaic ul li div.sprocket-mosaic-item h2.sprocket-mosaic-title a:focus {
	color:#000000;
}
html.about body div.after-component div.sprocket-mosaic ul li div.sprocket-mosaic-item div.sprocket-mosaic-text {
	color:#ffffff;
}


/* FAQS */
html.faq body article.article h4 {
	margin: 60px 0px 15px 0px;
}
html.faq body article.article section.article-intro-media {
	margin:0px;
}
html.faq body article.article header.article-header h1.article-title {
	margin:0px;
}


/* Return Policy */
html.returns body article.article div.article-intro ul {
	margin: 0px 0px 30px 0px;
	font-size: 16px;
	line-height: 1.5;
}
html.returns body article.article section.article-intro-media {
	margin:0px;
}


/* Shipping */
html.shipping body article.article header.article-header h1.article-title {
	margin:0px;
}
html.shipping body article.article section.article-intro-media {
	margin:0px;
}
html.shipping body article.article section.article-full div.article-intro h4 {
	margin: 40px 0px 15px 0px;
}
html.shipping body article.article section.article-full {
	font-size: 16px;
	line-height: 1.5;
}
html.shipping body article.article section.article-full p {
	margin: 0px 0px 15px 15px;
}


/* Privacy Policy */
html.privacy body article.article header.article-header h1.article-title {
	margin:0px;
}
html.privacy body article.article section.article-intro-media {
	margin:0px;
}
html.privacy body article.article section.article-full div.article-intro h4 {
	margin: 40px 0px 15px 0px;
}
html.privacy body article.article section.article-full {
	font-size: 16px;
	line-height: 1.5;
}
html.privacy body article.article section.article-full p {
	margin: 0px 0px 15px 15px;
}


/* Terms and Conditions */
html.terms body article.article header.article-header h1.article-title {
	margin:0px;
}
html.terms body article.article section.article-intro-media {
	margin:0px;
}
html.terms body article.article section.article-full div.article-intro h4 {
	margin: 40px 0px 15px 0px;
}
html.terms body article.article section.article-full {
	font-size: 16px;
	line-height: 1.5;
}
html.terms body article.article section.article-full p {
	margin: 0px 0px 15px 15px;
}


/* Wealth Literacy */
html.wealth body .t3-masthead .ja-masthead {
    background-size: cover;
    /*background-position: left 0 bottom 75px;*/
}
/*
html.wealth body div.t3-wrapper {
	background-color: rgba(181,56,40, 1);
}
*/
html body .wealth_content_section h5 {
	font-weight: 400;
    color: rgba(255, 255, 255, 1);
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 10px !important;
}
html  body .wealth_content_section h6 {
	font-weight: 400;
    text-align: left;
    color: rgba(232, 227, 212, 1);
    font-size: 17px;
    letter-spacing: 0px;
    margin: 0;
}
html  body .wealth_content_section p {
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    line-height: 30px;
    margin: 0;
}

/* The Height Institute / The JML Scholars Forum */
html.height-institute body .t3-mainbody, html.scholars-forum body .t3-mainbody {
    background-image: url('../images/height-institute-bg.png');
    background-color: rgba(0, 0, 0, 0);
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
body .t3-mainbody .oneside_content_section {
    width: 1170px;
    margin: 30px auto;
    display: flex;
}
.oneside_content_section h2 {
	font-weight: 700;
    color: rgba(180, 54, 39, 1);
    line-height: 48px;
    margin: 0;
	font-weight: 500;
	font-size: 40px;
}
.oneside_content_section label{
	font-weight: 500;
    color: rgba(98, 92, 67, 1);
    line-height: 20px;
    text-transform: none;
    letter-spacing: .5px;
    font-size: 20px;
    margin-bottom: 35px;
}
.oneside_content_section h3{
	font-weight: 700;
	color: rgb(180, 54, 39);
    font-size: 25px;
    letter-spacing: normal;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 50px 0 5px;
}
.oneside_content_section p{
	font-weight: 500;
    color: rgba(98, 92, 67, 1);
    line-height: 30px;
    text-transform: none;
    letter-spacing: .5px;
    font-size: 15px;
    margin: 0;
}


/* The Agriculture Research Center */
html.agriculture-research body .t3-masthead .ja-masthead {
    background-size: cover;
    /*background-position: left 0 bottom 75px;*/
}


/* Donations */
html.donate body div.t3-mainbody div#donation-campaigns h1.page-title {
	display: none;
}


/* Media Blog */
html.media-blog body div#t3-mainbody.container {
	width: 100%;
	padding: 0px;
}
html.media-blog body div#t3-mainbody.container div.blog.media-blog div.category-desc {
	padding:0px 0px 30px 50px;
}
html.media-blog body div#t3-mainbody.container div.blog.media-blog div.category-desc h2 {
	text-align: left;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 56px;
	text-transform: none;
	backface-visibility: hidden;
	font-family: 'Playfair Display';
	color: rgb(181, 42, 23);

}
html.media-blog body div#t3-mainbody.container div.blog.media-blog div.category-desc p {
	text-align: left;
	font-weight: 500;
	color: #000000;
	line-height: 25px;
	text-transform: none;
	letter-spacing: .5px;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	padding: 0px 25px 35px 0px;
}
html.media-blog body div#t3-mainbody.container div.blog.media-blog div.category-desc a.blog-button {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(181, 56, 40, 1);
	padding: 10px 50px 10px 50px;
	border-radius: 20px;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

/* Media Blog - Items */
html.media-blog body div#t3-mainbody.container div#t3-content.t3-content div.blog.media-blog div.items-row.cols-1.row-4.row {

}

html.media-blog body div#t3-mainbody.container div#t3-content.t3-content {
	padding:0px;
}
html.media-blog body div#t3-mainbody.container div.items-row.row {
	background-color: rgba(38, 59, 15, 1);
	color:#ffffff;
	padding: 10px 0px 0px 0px;
}
html.media-blog body div#t3-mainbody.container div.items-row.row div.col-sm-12 {

}
html.media-blog body div#t3-mainbody.container div.items-row.row div.item {
	margin:0px 50px 0px 50px;
}
html.media-blog body div#t3-mainbody.container div.items-row.row div.item::after {
	margin:0px;
}
html.media-blog body div#t3-mainbody.container div.items-row.row div.item article header.article-header {
	display:inline-block;
}
html.media-blog body div#t3-mainbody.container div.items-row.row div.item article header.article-header h2.article-title {
	margin:0px;
}
html.media-blog body div#t3-mainbody.container div.items-row.row div.item article header.article-header h2.article-title a {
	color:#ffffff;
}
html.media-blog body div#t3-mainbody.container div.items-row.row div.item article section.article-intro {
	font-size: 16px;
}
html.media-blog body div#t3-mainbody.container div.items-row.row div.item article section.article-intro strong {
	padding:0px 0px 20px 0px;
}
html.media-blog body div#t3-mainbody.container div.items-row.row div.item article section.article-intro div.item-image {
	margin:0px;
}
html.media-blog body div#t3-mainbody.container div.items-row.row div.item article section.article-intro div.item-image a img {
	height: auto;
    width: 300px;
    margin: 15px 20px 20px 0px;
    float: right;
}
section.article-intro.clearfix p {
    margin: 15px;
}
section.article-intro.clearfix div {
    text-align: left !important;
}
section.article-intro.clearfix div a {
    font-weight: bold;
    text-align: center;
    color: #000000 !important;
    background-color: #f7c627 !important;
}
html.media-blog body div#t3-mainbody.container div.items-row.row div.item article section.readmore {
	padding:0px 0px 30px 0px;
}
html.media-blog body div#t3-mainbody.container div.items-row.row div.item article section.readmore a.btn {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(181, 56, 40, 1);
	padding: 6px 20px 6px 20px;
	border:none;
	border-radius: 20px;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}


/* RokSprocket Affiliate Ads Module */
body nav.t3-navhelper div.nav div.sprocket-mosaic {
	background-color:#283034;
}
body nav.t3-navhelper div.nav div.sprocket-mosaic div.sprocket-mosaic-header {
	margin:0px;
}
body nav.t3-navhelper div.nav div.sprocket-mosaic ul.sprocket-mosaic-container {
	margin:0px;
}
body nav.t3-navhelper div.nav div.sprocket-mosaic ul.sprocket-mosaic-container li {
	padding:20px;
}
body nav.t3-navhelper div.nav div.sprocket-mosaic ul.sprocket-mosaic-container li div.sprocket-mosaic-item {
	margin:0px;
	border:none;
}
body nav.t3-navhelper div.nav div.sprocket-mosaic ul.sprocket-mosaic-container li div.sprocket-mosaic-item div.sprocket-padding {
	text-align:center;
	padding:0px;
}
body nav.t3-navhelper div.nav div.sprocket-mosaic ul.sprocket-mosaic-container li div.sprocket-mosaic-item div.sprocket-padding div.sprocket-mosaic-text {
	margin:0px;
}
body nav.t3-navhelper div.nav div.sprocket-mosaic ul.sprocket-mosaic-container li div.sprocket-mosaic-item div.sprocket-padding div.sprocket-mosaic-text a {
	display:inline-block;
}
/*
body nav.t3-navhelper div.nav div.sprocket-mosaic div.sprocket-mosaic-loadmore {
	display:none;
}
*/


/* RokSprocket Affiliate Ads Module (Footer) */
footer div.sprocket-mosaic ul li div.sprocket-mosaic-item {
	margin:0px;
	border: none;
}
footer div.sprocket-mosaic ul li div.sprocket-mosaic-item div.sprocket-padding {
	padding:0px;
}
footer div.sprocket-mosaic ul li div.sprocket-mosaic-item div.sprocket-padding div.sprocket-mosaic-text {
	margin:0px;
}
footer div.sprocket-mosaic ul li div.sprocket-mosaic-item div.sprocket-padding div.sprocket-mosaic-text a {
	display: block;
}





/* Contact Page */
html.view-contact div.contact div.contact-form form#contact-form fieldset legend {
	color: #b43627;
	display: none;
}
html.view-contact div.contact div.contact-form form#contact-form fieldset label.control-label span.star {
	color: #b43627;
}
html.view-contact div.contact div.contact-form form#contact-form fieldset div.control-btn button.btn {
	background-color: #b43627;
	border-color: #750000;
	color: #ffffff;
}
html.view-contact div.contact div.contact-form form#contact-form fieldset div.control-btn button.btn:active,
html.view-contact div.contact div.contact-form form#contact-form fieldset div.control-btn button.btn:hover {
	background-color: #750000;
	border-color: #750000;
	color: #ffffff;
}


/* About - Founder Greeting */
body div.founder-greetings {
	background-color: #b43627;
	color: #ffffff;
	text-align: left;
	padding: 80px 0px 80px 0px;
}
body div.founder-greetings h1 {
	margin: 0px 0px 20px 0px;
	font-family: 'Playfair Display';
	font-weight: 400;
	font-size: 28px;
	line-height: 40px;
	text-transform: uppercase;
}
body div.founder-greetings p {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
}
body div.founder-greetings div.ba-item-button {
	margin: 40px 0px 0px 0px;
}
body div.founder-greetings div.ba-item-button a.ba-btn-transition {
	color: #ffffff;
	background-color: rgba(76, 54, 24, 1);
	padding: 5px 30px 5px 30px;
	display: inline-block;
	border-radius: 20px;
}
body div.founder-greetings div.ba-item-button a.ba-btn-transition:active,
body div.founder-greetings div.ba-item-button a.ba-btn-transition:hover {
	background-color: #000000;
}
body div.founder-greetings div.ba-item-button a.ba-btn-transition span {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 20px;
	text-transform: uppercase;
}

/* About - AAHA Va */
body div.aaha-va {
	text-align: left;
	background-color: #dfdbca;
	padding: 40px 60px 40px 100px;
	background-image: url('/images/aahava-b001.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
body div.aaha-va h1 {
	font-family: 'Playfair Display';
	font-weight: 700;
	color: rgba(180, 54, 39, 1);
	font-size: 48px;
	line-height: 56px;
}
body div.aaha-va p {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	max-width: 100%;
}



/* Blog - Category */
body div#t3-content div.blog div.page-header {
	border-bottom: 1px solid #b46d27;
}
body div#t3-content div.blog div.page-header h1.page-title {
	color: #b46d27;
}
body div#t3-content div.blog hr {
	border-top: 1px solid #b46d27;
}
body div#t3-content article.article section.article-content h3 {
	color: #b46d27;
	text-transform: uppercase;
}






/* Wealth Literacy Page */
html.wealth body div.t3-masthead div.ja-masthead div.ja-masthead-detail {
	text-align: left;
	padding: 156px 0px 210px 80px;
}
html.wealth body div.t3-masthead div.ja-masthead div.ja-masthead-detail h3.ja-masthead-title {
	font-family: 'Playfair Display';
	font-size: 48px;
	font-weight: 400;
	line-height: 58px;
	width:400px
}
html.wealth body div.t3-masthead div.ja-masthead div.ja-masthead-detail div.ja-masthead-description {
	font-family: 'Playfair Display';
	font-size: 32px;
	font-weight: 400;
	line-height: 42px;
}
html.wealth body article.article div.wealth_content_section h5 {
	text-transform: uppercase;
	font-family: 'Playfair Display';
}
html.wealth body article.article div.wealth_content_section h6 {
	text-transform: uppercase;
	font-family: 'Playfair Display';
}
html.wealth body article.article div.wealth_content_section h6 span {
	text-transform: none;
}



/* Agriculture Ecosystem & Technology Research Center */
html.agriculture-research body div.t3-masthead div.ja-masthead div.ja-masthead-detail {
	text-align: left;
	padding: 156px 0px 210px 80px;
}
html.agriculture-research body div.t3-masthead div.ja-masthead div.ja-masthead-detail h3.ja-masthead-title {
	font-family: 'Playfair Display';
	font-size: 48px;
	font-weight: 400;
	line-height: 58px;
	width:600px
}
html.agriculture-research body div.t3-masthead div.ja-masthead div.ja-masthead-detail div.ja-masthead-description {
	font-family: 'Playfair Display';
	font-size: 32px;
	font-weight: 400;
	line-height: 42px;
}

/* Solar */
html.agriculture-research body div.agriculture-forestry {
	text-align: left;
	background-color: rgba(38, 59, 15, 1);
	padding: 60px 60px 60px 60px;
}
html.agriculture-research body div.agriculture-forestry p {
	color: #ffffff;
}

/* Agriculture/Forestry/Solar Research Campus */
html.agriculture-research body div.research-campus {
	background-image: url('/images/001/solar-farm.jpg');
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 60px 60px 60px;
}
html.agriculture-research body div.research-campus div.image {
	/*
	height: 600px;
	*/
	text-align: center;
}
html.agriculture-research body div.research-campus div.image img {
	/*
	padding: 20px;
	*/
	border-radius: 12px;
	margin: 0px auto 0px auto;
}
html.agriculture-research body div.research-campus div.image img {
	height: 100%;
	object-fit: contain;
}
html.agriculture-research body div.research-campus div.campus {
	text-align: left;
	color: rgba(26, 61, 128, 1);
	background-color: rgba(255,255,255, .7);
	border-radius: 12px;
	/*
	padding: 80px 20px 80px 20px;
	height: 600px;
	*/
}
html.agriculture-research body div.research-campus div.campus h3 {
	font-family: 'Playfair Display';
	font-weight: 800;
	font-size: 34px;
	font-style: normal;
	letter-spacing: 0.5px;
	line-height: 38px;
}
html.agriculture-research body div.research-campus div.campus p {
}



/* Arrival in Virginia Acknowledgement */
html.arrival body div.t3-masthead div.ja-masthead div.ja-masthead-detail {
	text-align: left;
	padding: 156px 0px 210px 40px;
}
html.arrival body div.t3-masthead div.ja-masthead div.ja-masthead-detail h3.ja-masthead-title {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	max-width: 450px;
	display: none;
}
html.arrival body div.t3-masthead div.ja-masthead div.ja-masthead-detail div.ja-masthead-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	max-width: 450px
}

html.arrival body div.t3-masthead div.arrival-in-virginia {
	background-image: linear-gradient(0deg, rgba(186, 177, 134, 1) 8%, rgba(125, 119, 89, 1) 61%);
	background-color: rgba(125, 119, 89, 1);
	padding: 60px 60px 60px 60px;
	text-align:left;
	color:#ffffff;
}
html.arrival body div.t3-masthead div.arrival-in-virginia h3 {
	font-family: 'Playfair Display';
	font-weight: 400;
	color: rgba(232, 227, 212, 1);
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}
html.arrival body div.t3-masthead div.arrival-in-virginia h1 {
	font-family: 'Playfair Display';
	font-weight: 400;
	color: #ffffff;
	font-size: 30px;
	line-height: 40px;
	margin: 0px 0px 15px 0px;
}
html.arrival body div.t3-masthead div.arrival-in-virginia p {
	font-weight: 300;
	line-height: 22px;
	font-size: 15px;
}
html.arrival body div.t3-masthead div.arrival-in-virginia div.image {
	text-align:right;
}




/* Annual Awards Dinner & Honorees Reception */
html.arrival body div.t3-masthead div.awards-dinner {
	background-color: #000000;
	padding: 60px 0px 60px 0px;
	text-align:left;
	color:#ffffff;
}
html.arrival body div.t3-masthead div.awards-dinner div.text {
	padding: 100px 60px 0px 0px;
}
html.arrival body div.t3-masthead div.awards-dinner div.text h1 {
	font-family: 'Playfair Display';
	font-weight: 400;
	color: #ffffff;
	font-size: 32px;
	line-height: 40px;
	margin: 0px 0px 35px 0px;
}
html.arrival body div.t3-masthead div.awards-dinner div.text p {
	font-weight: 300;
	line-height: 26px;
	font-size: 16px;
}



/* 100 for the 400 Essay Competitions */
html.arrival body div.t3-masthead div.essay-competition {
	background-color: #b43627;
	padding: 60px 0px 60px 0px;
	text-align:left;
	color:#ffffff;
}
html.arrival body div.t3-masthead div.essay-competition div.image {
	padding: 0px 0px 0px 0px;
	text-align:center;
}
html.arrival body div.t3-masthead div.essay-competition div.text h3 {
	font-family: 'Playfair Display';
	font-weight: 400;
	color: rgba(232, 227, 212, 1);
	font-size: 18px;
	text-transform: none;
	margin: 0px 0px 5px 0px;
}
html.arrival body div.t3-masthead div.essay-competition div.text h1 {
	font-family: 'Playfair Display';
	font-weight: 400;
	color: #ffffff;
	font-size: 30px;
	line-height: 40px;
	margin: 0px 0px 15px 0px;
}
html.arrival body div.t3-masthead div.essay-competition div.text {
	padding: 0px 0px 0px 60px;
}
html.arrival body div.t3-masthead div.essay-competition div.text p {
	font-weight: 400;
	line-height: 26px;
	font-size: 16px;
}



/* Golf Tournament */
html.arrival body div.t3-masthead div.golf-tournament {
	background-color: #42620b;
	background-image: url('/images/aaha/0209-1-golf.png');
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 60px 100px 60px;
	text-align: left;
	color: #ffffff;
}
html.arrival body div.t3-masthead div.golf-tournament div.text {
	padding: 0px 0px 0px 60px;
}
html.arrival body div.t3-masthead div.golf-tournament div.text h1 {
	font-family: 'Playfair Display';
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
}
html.arrival body div.t3-masthead div.golf-tournament div.text p {
	font-weight: 300;
	line-height: 26px;
	font-size: 16px;
}
html.arrival body div.t3-masthead div.golf-tournament div.text p a {
	color: rgb(255,213,0);
}



/* First Harvest Feast */
/*
html.first-harvest body div.t3-wrapper {
	background-color: #b43627;
}

html.first-harvest body article.article {
	padding: 60px 0px 60px 0px;
	text-align:left;
	color:#ffffff;
}
html.first-harvest body article.article header.article-header h1 {
	margin: 0px;
	font-family: 'Playfair Display';
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;
}
html.first-harvest body article.article header.article-header h1.article-title a {
	color:#ffffff;
}
html.first-harvest body article.article div.article-content-main div.article-intro h4 {
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: .5px;
}
html.first-harvest body article.article div.article-content-main div.article-intro h4 a {
	color: rgb(255,213,0);
}
*/



/* Subscribe Box */
body footer.t3-footer form div.acym_module_form table.acym_form tbody tr td.acyfield_text {
	margin:0px;
}
body footer.t3-footer form div.acym_module_form table.acym_form tbody tr td.acyfield_text input.cell {
	max-width: 100%;
	height:40px;
}



/* Events */
html.event div#eb-category-page-timeline.eb-container {
	background-color: rgba(0,0,0, .1);
	border-radius: 7px;
	padding: 30px;
}
html.event h1.eb-page-heading {
	margin: 0px 0px 20px 0px;
}
html.event h1.eb-page-heading a.eb-ical-export-link {
	margin: 0px 0px 0px 20px;
}
html.event div.eb-category-description a.eb-modal img {
	/*
	border: 2px solid #000000;
	padding: 5px;
	*/
	margin: 0px 30px 30px 0px !important;
}
html.event div.event_description::after {
	content: "";
	clear: both;
	display: table;
}
html.event div.event_description {
	width: 100%;
	display: inline-block;
	margin: 20px 0px 20px 0px;
	padding:0px 20px 0px 20px;
}
html.event div.event_description h2 {
	margin: 0px 0px 20px 0px;
}
html.event div.event_description h3 {
	margin: 0px 0px 20px 0px;
}
html.event div.event_description img {
	float: left;
	border: 2px solid #000000;
	padding: 5px;
	margin: 0px 30px 30px 0px;
	border-radius: 50%;
}
html.event div.event_description p {
}
html.event form#eb-event-search {
	display: none;
}
html.view-event div#eb-event-page div#eb-event-details {
	background-color: rgba(255,255,255, .2);
}
html.view-event div#eb-event-page div#eb-event-details div#eb-event-info.row {
	margin: 0px;
}
html.view-event div#eb-event-page div#eb-event-details div#eb-event-info table tr.eb-featured-event {
	background-color: rgba(255,255,255, .2);
}
html.view-event div#eb-event-page div.eb-box-heading {
	background-color: rgba(255,255,255, .4);
}

/* Media / News Blog */
body div.t3-content article.article section.article-intro-media div.item-image {
	text-align:center;
	margin-bottom:40px;
}
body div.t3-content article.article section.article-intro-media div.item-image span img {
	display:inline-block;
}

/*html.media-blog body div.t3-content article.article section.article-full div.article-content-main section.article-content {
	padding: 20px 40px 20px 40px;
	margin: 20px;
	border-radius: 12px;
	background-color: rgba(0,0,0, .2);
}*/


/* jModal */
body div#jbounce-jmodal {
	font-family: inherit;
}
body div#jbounce-jmodal div.jmodal div.jmodal-title {
	padding: 0px;
}
body div#jbounce-jmodal div.jmodal div.jmodal-title h3 {
	margin: 0px;
	padding: 10px;
}
body div#jbounce-jmodal div.jmodal div.jmodal-subtitle {
	padding: 0px;
}
body div#jbounce-jmodal div.jmodal div.jmodal-body {
	padding: 15px 15px 15px 15px;
	font-size: 0.85em;
}
body div#jbounce-jmodal div.jmodal div.jmodal-body h3 {
	margin: 0px;
	font-size: 1.8em;
}
body div#jbounce-jmodal div.jmodal div.jmodal-body h3 a {
	display: block;
	margin: 0px 0px 0px 0px;
}
body div#jbounce-jmodal div.jmodal div.jmodal-close {
	position: absolute;
	display: block;
	bottom: 0px;
}
body div#jbounce-jmodal div.jmodal div.jmodal-close p {
	background-color: rgba(0,0,0,0.4);
	color: #ffffff !important;
}

/******************************************** Responsive CSS ********************************************/
@media only screen and (max-width: 767px) {
	.t3-off-canvas .t3-off-canvas-header {
		background: #ad3422;
	    color: #fff;
	}
	.t3-off-canvas .head-search .form-control {
		color: #fff;
	}
  .blog.media-blog div:nth-child(2){
    padding: 25px 0px 0px 0px !important;
}
.blog.media-blog div:nth-child(3) {
    padding: 10px 0px 25px 0px !important;
}
  header.article-header.clearfix {
    padding-left: 30px;
}
  .pull-left.item-image {
    padding-left: 15px;
}
  section.article-intro.clearfix div a {
    margin-left: 15px !important;
}


  div#live-content-container {
    height: 0px !important;
}
  section.article-intro.clearfix {
    padding-left: 20px;
}
	.t3-off-canvas .head-search .form-control::-webkit-input-placeholder {
		color: #fff;
	}
	.t3-off-canvas .head-search .search:before {
		color: #fff;
	}
	.t3-off-canvas .close {
		background: #ad3422;
		color: #fff;
	}
	.t3-off-canvas {
	    background: #cfcaaf;
	    color: #ad3422;
	}
	.t3-off-canvas .t3-off-canvas-body .nav li a {
		color: #ad3422;
	}
	body div.aaha-va {
		padding: 40px 25px 40px 25px;
	}
	    html.media-blog body div#t3-mainbody.container div.blog.media-blog div.category-desc {
        padding: 0px 0px 0px 28px;
    }
	html.media-blog body div#t3-mainbody.container div.items-row.row div.item article section.article-intro div.item-image a img {
	    padding: 0;
	    margin: 10px 0;
	    float: unset;
	}
	html.media-blog body div#t3-mainbody.container div.items-row.row div.item {
	    margin: 0px 0px 0px 0px;
	}
	body nav.t3-navhelper div.container.nav div.membershipad {
		padding-bottom: 50px;
	}
	.sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item a h2 {
		color: #b43627;
	}
	body div.t3-masthead div.ja-masthead div.ja-masthead-detail {
		padding: 156px 30px 210px 30px !important;
	}
	body div.t3-masthead div.ja-masthead div.ja-masthead-detail h3.ja-masthead-title {
	    font-size: 34px !important;
	    line-height: 46px !important;
	    width: 100% !important;
	}
	body div.t3-masthead div.ja-masthead div.ja-masthead-detail div.ja-masthead-description {
	    font-size: 24px !important;
	    line-height: 32px !important;
	    margin-top: 20px !important;
	}
	html.agriculture-research body div.research-campus {
		padding: 60px 30px 60px 30px;
	}
	html.agriculture-research body div.research-campus div.image {
	    padding: 0;
	    margin-bottom: 20px;
	}
	html.agriculture-research body div.research-campus div.image img {
	    width: 100%;
	    height: auto !important;
	}
	html.agriculture-research body div.research-campus div.campus h3 {
	    word-break: break-word;
	}
	html.arrival body div.t3-masthead div.arrival-in-virginia {
		padding: 60px 0px;
	}
	html.arrival body div.t3-masthead div.arrival-in-virginia div.image img {
		width: 100%;
		height: auto;
	}
	html.arrival body div.t3-masthead div.golf-tournament {
		padding: 50px 0px;
	}
	html.arrival body div.t3-masthead div.golf-tournament div.text {
		padding: 0 10px;
	}
}

/* Registration Page */
body div#osm-singup-page form.form div.form-group.form-row {
	display: inline-block;
	width: 100%;
	padding: 0px;
}
body div#osm-singup-page form.form div.form-group.form-row div.form-control-label {
	display: inline-block;
	width: 100%;
	padding: 0px;
}
body div#osm-singup-page form.form div.form-group.form-row div.eb-form-control {
	display: inline-block;
	width: 100%;
	padding: 0px;
}
body div#osm-singup-page form.form select, 
body div#osm-singup-page form.form textarea, 
body div#osm-singup-page form.form input[type="text"], 
body div#osm-singup-page form.form input[type="password"], 
body div#osm-singup-page form.form input[type="datetime"], 
body div#osm-singup-page form.form input[type="datetime-local"], 
body div#osm-singup-page form.form input[type="date"], 
body div#osm-singup-page form.form input[type="month"], 
body div#osm-singup-page form.form input[type="time"], 
body div#osm-singup-page form.form input[type="week"], 
body div#osm-singup-page form.form input[type="number"], 
body div#osm-singup-page form.form input[type="email"], 
body div#osm-singup-page form.form input[type="url"], 
body div#osm-singup-page form.form input[type="search"], 
body div#osm-singup-page form.form input[type="tel"], 
body div#osm-singup-page form.form input[type="color"], 
body div#osm-singup-page form.form .inputbox {
	color:#bab186;
}
body div#osm-singup-page form.form div.form-actions {
	border: none;
}	



/* Copyright Footer */
body section.t3-copyright {
    padding: 5px 0px;
	margin: 0px;
}

/* Footer */
body div.t3-footnav {
    padding: 15px 0px !important;
}
body div.t3-footnav div.module {
	margin: 0px;
}


/* Features Intro */
body div.acm-features.style-1 p.section-intro {
	font-size: 22px;
}
.t3-megamenu > .navbar-nav > li > a:before{
  display: none;
}
.jmodal p a:nth-child(1) {
    background-color: #F5F5DC !important;
}
.jmodal p button {
    background-color: #ffffff !important;
}
form#funnelForm button {
    color: white !important;
    font-size: 13px;
    font-weight: 600;
}
section.article-content div a, .article-intro div a {
    background-color: #ffffff !important;
  color: black !important;
}

/******************************************* Responsive CSS **************************************************/
@media only screen and (min-width: 768px){
   html.media-blog body div#t3-mainbody.container div.blog.media-blog div.category-desc img {
	float: right;
	padding:0px 50px 0px 20px;
 }
  .jmodal .jmodal-body {
    margin: 75px;
  }
  
  .custom-containers div#t3-mainbody {
    width: 100%;
    padding: 0px;
    margin: 0px;
 }
.custom-containers div#t3-content {
    padding: 0px !important;
 }
section.article-full.has-article-tools {
     margin: -20px 0px;
 }
  section.article-content div:nth-child(2),section.article-full.has-article-tools div:nth-child(2),section.article-contentdiv:nth-child(2) {
    max-width: 100% !important;
    border-radius: 0px !important;
    margin: 0 !important;
      text-align: center !important;
}
section.article-content div:nth-child(3)>div:nth-child(1) {
padding-left: 130px;
    text-align: left;
    flex: 1 1 580px !important;
}
section.article-content div:nth-child(3)>div:nth-child(2) {
  text-align: left !important;
}
p {
    max-width: 100% !important;
}
section.article-content div:nth-child(3) ol {
    max-width: 300px !important;
}
.article-intro div h1,section.article-content div h1 {
    max-width: 100% !important;
}
div#live-content-container {
    height: 0px !important;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  margin: 0 42px 28px 0;
  float: left !important;
}
h2.article-title {
    padding: 10px 0px;
}
.blog.media-blog div:nth-child(2){
    padding: 25px 0px 0px 0px !important;
}
.blog.media-blog div:nth-child(3) {
    padding: 10px 0px 25px 0px !important;
}
}