/*
Theme Name: jenniferabrams
Description: jenniferabrams is a responsive widget-ready theme created for Jennifer Abrams.
Author: Sharon Colombo
Author URI: http://www.colombodesigns.com
Version: 1.0
Tags: two columns, custom headers, widgets, easy customization, valid XHTML, valid CSS
*/

/* CSS Document */

/* Set all margins and padding to zero */

* {margin: 0; padding: 0}

body 
{
    background-color: #362205;  /* dk brown */
    color: #362205;  /* dk brown */
    font-family: lato, sans-serif;
    font-weight: 400;
    font-size: 18px;
	line-height: 26px;
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

* 
{
    margin: 0;
    padding: 0;
}

img
{
  border: none;
  max-width: 100%;
  height: auto;
}
div.wp-caption {
    width: 100% !important;
}
div.wp-caption p {
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px;
}
.where img {
    padding-bottom: 10px;
}
#content img.round.alignleft { border-radius: 50%; margin: 0 20px 30px 0; }
#content img.round.alignright { border-radius: 50%; margin: 0 0 30px 20px; }

.home img.alignleft {
    float: left;
    padding-right: 20px;
}

.row
{
  clear: both;
  overflow: hidden;
}

.wrapper
{
  width: 100%;
  overflow: hidden;
}

.wrapper.top {
    background-color: #ffffff;
    border-bottom: 10px solid #9f1d21;
    overflow: visible;
    height: 147px;
}
.wrapper.top .fullwidth.row {
    overflow: visible;
    position: relative;
    height: 147px;
}

.wrapper.topmargin { padding-top: 60px; }
.wrapper.bottommargin { padding-bottom: 60px;}

.wrapper.brown 
{
  background-color: #362205;  /* dk brown */
}

.wrapper.white 
{
  background-color: #ffffff;
}

.wrapper.bgimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.wrapper.topmargin.bgimg { padding-top: 120px; }
.wrapper.bottommargin.bgimg { padding-bottom: 110px;}

.fullwidth
{
  margin: 0 auto;
  padding: 0px 4%;
  max-width: 1360px;
  width: 92%;
}

.menu .fullwidth.row {
    overflow: visible;
}

.footer .fullwidth
{
  padding: 50px 2%;
}

#logo {
    width: auto;
    float: left;
    max-width: 100%;
    padding: 35px 0px 32px;
}

#topnav {
    width: calc(100% - 415px);
    float: right;
    padding: 24px 0px;
    text-align: right;
}



#topnavinner a.fab:before {
    color: #362205;
    font-size: 30px;
    line-height: 32px;
}          

#topnavinner a.fab:hover:before {
	color: #9f1d21;
}

#topnavinner a.fab {
    display: inline-block;
    background-clip: padding-box;
    background-color: #fff;
    color: transparent;
    font-size: 0;
    height: 34px;
    margin: 0px 2px;
    overflow: hidden;
    text-align: center;
    width: 40px;
}

#searchbutton { float: right; display: inline-block;}

#searchbutton a i:before {
    color: #362205;
    font-size: 24px;
    line-height: 60px;
}
#searchbutton a {
    background-clip: padding-box;
    background-color: transparent;
    border-radius: 0;
    color: transparent;
    display: block;
    float: left;
    font-size: 0;
    height: 60px;
    overflow: hidden;
    text-align: center;
    width: 40px;
}


#searchformwrapper {
    width: 250px;
    padding: 0px 0px;
    display: none;
    position: absolute;
    height: 54px;
    background-color: #fff;
    border: 6px solid #9f1d21;
    top: 151px;
    right: 4%;
}

#s {
    border: 1px solid #362205;
    border-radius: 0;
    color: #362205;
    display: inline-block;
    float: left;
    font-family: lato, sans-serif;
    font-weight: 400;
    font-size: 14px;
    height: 34px;
    padding: 0 32px 0 5px;
    width: 230px;
    margin: 10px;
}

#go {
    background-color: transparent;
    border: medium none;
    cursor: pointer;
    height: 30px;
    width: 30px;
    font-family: FontAwesome;
    color: #362205;
    font-size: 20px;
    display: inline-block;
    float: left;
    margin: 11px 0 0 -42px;
}

#mobilemenubutton
{
  display: none;
}

#menu {
    overflow: visible;
    float: right;
    padding-top: 0px;
    width: calc(100% - 415px);
    height: 60px;
    margin: 0 auto;
    position: relative;
}

#menu ul.main-menu {
	display: block;
    width: auto;
    padding: 0;
    height: 60px;
    overflow: visible;
    float: right;
}

#menu ul.main-menu li
{
  list-style-type: none;
  display: inline-block;
  width: auto;
  height: 60px;
  padding: 0px 0px;
  text-align: center;
  position: relative;
}

#menu ul.main-menu li a {
    color: #362205;
    display: block;
    font-size: 22px;
    font-weight: 600;
    font-family: semplicitapro, sans-serif;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    padding: 0px 35px 0px 0px;
}

#menu ul.main-menu li.last a {
    padding: 0 30px 0 0;
}

#menu ul.main-menu li a:hover,
#menu ul.main-menu li.current-menu-item a,
#menu ul.main-menu li.current_page_parent a,
#menu ul.main-menu li.current-page-ancestor a {
  color: #9f1d21;
}

#menu ul.main-menu li ul {
    background-color: #ffffff;
    display: none;
    left: -25px;
    position: absolute;
    text-align: left;
    top: 59px;
    width: 170px;
    padding: 12px 10px 10px;
    z-index: 99999;
    border: 6px solid #9f1d21;
	border-top: 10px solid #9f1d21;
}

#menu ul.main-menu li:hover ul {
  display: block;
}

#menu ul.main-menu li ul li
{
  display: block;
  width: auto;
  height: auto;
  text-align: left;
}

#menu ul.main-menu li ul li a {
    color: #362205;
    display: block;
    height: auto;
    line-height: 26px;
    padding: 6px 15px;
    font-size: 18px;
    font-weight: 600;
}

#menu ul.main-menu li.current-menu-item ul li a,
#menu ul.main-menu li.current_page_parent ul li a,
#menu ul.main-menu li.current-page-ancestor ul li a {
  color: #362205;
}

#menu ul.main-menu li ul li a:hover,
#menu ul.main-menu li.current-menu-item ul li a:hover,
#menu ul.main-menu li.current_page_parent ul li a:hover,
#menu ul.main-menu li.current-page-ancestor ul li a:hover,
#menu ul.main-menu li.current_page_parent ul li.current-menu-item a,
#menu ul.main-menu li.current-page-ancestor ul li.current-menu-item a
{
  color: #9f1d21;
}

@media (max-width: 1400px) {
#logo {
    padding: 20px 0 0 0;
}
#logo img {
    width: 350px;
}
#menu { width: 100%;}
}





@media (max-width: 1100px) {

#menu ul.main-menu li a {
    font-size: 20px;
    padding: 0px 30px 0 0;
}
#menu ul.main-menu li.last a {
    padding: 0 25px 0 0;
}
#menu ul.main-menu li ul {
	left: -30px;
}
}

@media (max-width: 900px) {

#menu ul.main-menu li a {
    font-size: 18px;
}
#menu ul.main-menu li ul li a {
    font-size: 16px;
}
#topnavinner a.fab:before {
    font-size: 28px;
}
}


/* TABLET WIDTH */
@media (max-width: 768px) {
.wrapper.topmargin { padding-top: 30px; }
.wrapper.bottommargin { padding-bottom: 30px;}	
.wrapper.top,
.wrapper.top .fullwidth.row { height: 95px; }

#logo img {
    width: 280px;
}	
	
#topnav { display: none; }	
#searchbutton { display: none;}	

div#topnavinner {
    padding: 20px 12px 0px;
    float: right;
}	
#topnavinner a.fab {
    width: 36px;
}	
#topnavinner a.fab:before {
    font-size: 26px;
}	
	
#mobilemenubutton {
    display: block;
    float: right;
    width: 60px;
    padding-top: 18px;
}

#mobilemenubutton a i:before {
    color: #362205;
    font-size: 32px;
    line-height: 60px;
}
#mobilemenubutton a {
    background-clip: padding-box;
    background-color: transparent;
    border-radius: 0;
    color: transparent;
    display: block;
    float: left;
    font-size: 0;
    height: 60px;
    margin-left: -12px;
    overflow: hidden;
    text-align: right;
    width: 60px;
}

#menu {
    position: absolute;
    top: 105px;
    right: 0;
	z-index: 999;
	height: auto;
}

#menu .menu-main-menu-container {
    height: auto;
    padding: 0px 0px 10px 0px;
    display: none;
    background-color: #ffffff;
    width: 250px;
    float: right;
    border: 8px solid #9f1d21;
    border-top: none;
}

#menu ul.main-menu {
    height: auto;
    padding: 0 20px;
}
	
	
#menu ul.main-menu li {
  width: 100%;
  padding: 0;
  display: block;
  float: left;
  text-align: right;
  height: auto;
  border-bottom: 1px solid #362205; 
}

#menu ul.main-menu li ul {
  position: relative;
  background-color: transparent;
  display: block;
  top: unset;
  left: unset;
  width: 100%;
  border: none;
  padding: 0;
}

#menu ul.main-menu li ul li
{
  width: 100%;
  border-bottom: none;
}

#menu ul.main-menu li a {
    font-size: 20px;
    height: auto;
    line-height: 30px;
    padding: 15px 0px;
}
#menu ul.main-menu li.last a
	{ padding: 15px 0px;}
#menu ul.main-menu li ul li a {
    font-size: 16px;
	text-align: right;
}
#menu ul.main-menu li.menu-item-has-children ul li a {
    padding: 5px 0;
}
#menu ul.main-menu li.menu-item-has-children a {
    padding: 15px 0 5px;
}	
#menu ul.main-menu li.menu-item-has-children ul li:last-child a {
    padding-bottom: 15px;
}	
	
.wrapper.bottommargin.bgimg {
    padding-bottom: 25px;
}
.wrapper.topmargin.bgimg {
    padding-top: 25px;
}	
	
	
}

@media (max-width: 450px) {
#logo img {
    width: 210px;
    padding-top: 8px;
}
}

/* Link Styles */

a, a:link {
  color: #9f1d21; /* red */
  text-decoration: none;
  font-weight: 700;
}
a:visited {
  color: #9f1d21; /* red */
  text-decoration: none;
  font-weight: 700;
}
a:hover {
  color: #9f1d21; /* red */
  text-decoration: underline;
  font-weight: 700;
}

/* --- HEADER STYLES ---*/ 

h1, h2, h3, h4, h5, h6 {
	margin: 0;
  padding: 0 0 15px 0;
  font-weight: 600;
    font-family: semplicitapro, sans-serif;	
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: 600 !important;
}

h1 {
  font-size: 48px;
  line-height: 58px;
}

h2 {
    font-size: 38px;
    line-height: 46px;
}
.single-post h2 {
	font-size: 32px;
	line-height: 40px;
}
h2.title {
    padding-bottom: 8px;
}


h3 {
	font-size:28px;
  line-height: 36px;
	color: #cd9a3f;
}
h3.social i {
    padding: 0 10px 0 0;
}
h3.social {
    font-size: 32px;
}
#rightcol h3 {
    font-size: 20px;
    color: #362205;
    text-transform: uppercase;
}
.newsfeed .third h3 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 34px;
}
h4 {
	font-size:24px;
	line-height:32px;
}

h5 {
	font-size:22px;
  line-height: 28px;
}

h6 {
	font-size:18px;
	line-height:26px;
}

/* Paragraph, Headers and List Styles */

p sup,
ol li sup,
ul li sup {
    vertical-align: text-top;
    font-size: 20px;
}
p {
	padding: 0 0 15px;
	text-align: left;
}
strong,
b
{
  font-weight: 700;
}

p
{
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 15px;
}





.center h1,
.center h2,
.center h3,
.center h4,
.center h5, 
.center h6,
.center p { text-align: center;}

.right h1,
.right h2,
.right h3,
.right h4,
.right h5, 
.right h6,
.right p { text-align: right;}

.bgimg h1,
.bgimg h2,
.bgimg h3,
.bgimg h4,
.bgimg h5, 
.bgimg h6,
.brown h1,
.brown h2,
.brown h3,
.brown h4,
.brown h5, 
.brown h6 { color: #ffffff; }

.bgimg p,
.brown p,
.brown ol li, 
.brown ul li
{
	color: #ffffff;
}
.home .bgimg h2 {
    font-family: 'lato';
    font-size: 26px;
    font-weight: 400;
    line-height: 38px;
}

span.tan {
    color: #cd9a3f;
    font-weight: 700;
}

/* if @font-face is used, make certain the strong tag is styled to display the bold version of a custom font, not simply a bold on a non-bold font */
strong {
  font-weight: 700;
}
/* inserts/deletions */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* focus styles */
:focus {
	outline: 0;
}

.one-fifth {
  width: 20%;
  float: left;
}

.four-fifths {
  width: 75%;
  padding-left: 5%;
  float: left;
}

.largeicon .fa {
    font-size: 250px;
    margin-top: -25px;
}


@media (max-width: 1250px) {
.largeicon .fa {
    font-size: 225px;

}
}

@media (max-width: 1150px) {
.largeicon .fa {
    font-size: 200px;

}
}


@media (max-width: 1000px) {
.largeicon .fa {
    font-size: 160px;
    margin-top: -15px;
}
}

@media (max-width: 900px) {
.largeicon .fa {
    font-size: 135px;
    display: block;
}
}

/* TABLET WIDTH */
@media (max-width: 768px) {


.largeicon .fa {
    display: none;
}
.one-fifth {
  width: 100%;
}

.four-fifths {
  width: 100%;
  padding-left: 0%;
}

}

@media (max-width: 500px) {
.largeicon .fa {
    font-size: 150px;
}
}

.buttonwrap {
    text-align: center;
	padding: 20px 0;
}

.buttonwrapinner {
    width: auto;
    display: inline-block;
    padding: 10px;
    background-color: #cd9a3f;
}

a.button {
    background-color: #cd9a3f;
    border-radius: 0;
    color: #ffffff;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: semplicitapro, sans-serif;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    margin: auto;
    padding: 0px 20px;
    text-decoration: none;
    width: auto;
    text-transform: capitalize;
    border: 1px solid #ffffff;
    text-transform: uppercase;
}

.bgimg a.button:hover {background-color: #cd9a3f; }


a.button:hover
{
  text-decoration: none;
    background-color: #9f1d21;
}

a.button.small {
    background-color: #9f1d21;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}

a.button.small:hover {
  background-color: #cd9a3f; /* lt brown */	
}

.brown a.button:hover {
  background-color: #362205;  /* dk brown */
}

/*blockquote {
    padding: 25px 30px 15px;
    border-left: 5px solid #362205;
    background: #ebe7e1;
    margin: 10px 0 20px;
}*/
.wideblockwrap {
    padding: 15px;
    background-color: #ebe7e1;
    margin: 10px 0 30px 0;
    width: calc(100% - 30px);
	float: left;	
}
.wideblockwrap p.quote {
    font-size: 24px;
    line-height: 32px;
}
.blockwrapper {
    padding: 15px;
    background-color: #ebe7e1;
    margin-bottom: 45px;
    width: calc(60% - 30px);
	float: left;
}

blockquote {
    padding: 25px 30px 15px;
    background: #ebe7e1;
    border: 1px solid #362205;
}
blockquote p {
	text-align: center;
	padding-bottom: 0;
}
p.quote {
    font-family: 'Handlee', cursive;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
	padding-bottom: 10px;
}

.third
{
  width: 30%;
  padding: 0px 5% 0px 0px;
  float: left;
}

.third.last
{
 padding: 0;
}



.third ul li {
  list-style-type: none;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
}

.third ul li a {
    color: #362205;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}
.third a:hover,
.third ul li a:hover {
  text-decoration: underline;
}

.third a.button:hover {
  text-decoration: none;
}

.third iframe {
    border: 1px solid #e2e2e2 !important;
    border-radius: 10px;
}
.newsfeed .third p {
    text-transform: uppercase;
    font-size: 17px;
}

.feed {
    clear: both;
    overflow: hidden;
    padding: 5px 0 15px;
}

.feed img {
    border: 1px solid #e2e2e2;
    float: left;
    height: auto;
    margin-right: 20px;
    width: 80px;
}

.feed > a {
    color: #362205;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}


.feed > span {
    font-size: 14px;
    line-height: 28px;
}



/* google calendar home page */

.simcal-calendar-head {
    display: none;
}

dt.simcal-day-label {
    display: none;
}

.post-edit-link
{
  display: none;
}


#content .simcal-events li {
    list-style-type: none;
    margin-left: 0;
}

#content #events h3 {
    font-size: 20px;
    padding-bottom: 5px;
	line-height: 28px;
}

/* end google calendar home page */


@media (max-width: 1000px) {
.third h3
{
  font-size: 20px;
}
	.blockwrapper { width: calc(100% - 30px); }
	.third.bquote { width: 100%; padding: 0 0 10px 0;}

}

/* TABLET WIDTH */
@media (max-width: 768px) {

.third
{
  width: 100%;
  padding: 0 0 30px 0;
  
}

.third h3
{
  font-size: 28px;
}
  
}



#content
{
  width: 70%;
  float: left;
}

#content.wide {
    width: 100%;
}

#rightcol 
{
  width: 25%;
  padding: 0 0 0 5%;
  float: right;
}

.half
{
  width: 47.5%;
  padding: 0 0 0 0;
  float: left;
}

.half.first
{
  padding: 0 5% 0 0;
}
.half.last {
    padding: 0 0 0 5%;
}
.outerwrap { overflow: hidden; }
.outerwrap.red {
    background-color: #9f1d21;
    color: #fff;
    padding: 15px;
}
.outerwrap.brown {
    background-color: #362205;
    color: #fff;
    padding: 15px;
}

.outerwrap.red a, .outerwrap.brown a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}

.innerwrap {
    border: 1px solid #ffffff;
    padding: 30px 30px 15px;
	overflow: hidden;
}
.imgwrap {
    height: 365px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}
.imgwrap .innerwrap {
    height: 288px;
    margin: 15px;
    float: left;
    width: calc(100% - 92px);
}


.innercopy {
    position: absolute;
    bottom: 25px;
	width: calc(100% - 90px);
}

/*.innerwrap h3 {
    position: absolute;
    bottom: 25px;
}*/
.innerwrap h3 a {
    color: #ffffff;
    font-size: 42px;
    line-height: 52px;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 60%);
}
.innercopy p {
	display: none;
}
.innercopy p a {
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
	text-shadow: 2px 2px 4px rgb(0 0 0 / 60%);
	cursor: pointer;
}
.innercopy p a:hover { text-decoration: none;}
.innerwrap h3 a:hover {
	text-decoration: none;
}

.onethird {
    float: left;
    width: 23.3333%;
    padding-bottom: 50px;
}


.onethird.last {
  padding-left: 5%;
  width: 35%;
}

.onethird img.alignnone {
    max-width: 99%;
}

.twothirds {
    float: left;
    width: 60%;
    padding-bottom: 50px;
}

.twothirds.last {
  padding-left: 5%;
  width: 71.6666%;
} 

.icon {
    text-align: center;
    max-width: 305px;
    margin: auto;
}
.icon h3 {
    font-size: 32px;
    padding-top: 15px;
    line-height: 36px;
    padding-bottom: 10px;
}
.icon p {
    max-width: 250px;
    margin: auto;
	padding-bottom: 0px;
}
.icon.brown h3 a,
.icon.brown p a
{
	color: #362205;
}
.icon.tan h3 a,
.icon.tan p a
{
	color: #cd9a3f;
}
.icon p a:hover, .icon h3 a:hover { text-decoration: none !important;}



@media (max-width: 1300px) {
.wrapper.bottommargin.bgimg {
    padding-bottom: 50px;
}
.wrapper.topmargin.bgimg {
    padding-top: 60px;
}
.home .bgimg h2 {
    font-size: 24px;
    line-height: 32px;
}
.innerwrap h3 a {
    font-size: 36px;
    line-height: 46px;
}
.innercopy p a {
    font-size: 20px;
    line-height: 26px;
}
	
	
}

@media (max-width: 1150px) {
	.innerwrap h3 { padding-bottom: 5px; }
.innerwrap h3 a {
    font-size: 32px;
    line-height: 38px;
}
	.innercopy p { padding-bottom: 0; }
.innercopy p a {
    font-size: 18px;
    line-height: 24px;
}
.innerwrap {
    padding: 30px 20px 15px;
}	
.imgwrap .innerwrap {
    width: calc(100% - 72px);
}	
.innercopy {
    width: calc(100% - 70px);
}	
}


@media (max-width: 1000px) {
.wrapper.topmargin.bgimg {
    padding-top: 40px;
}
.wrapper.bottommargin.bgimg {
    padding-bottom: 30px;
}
.home .bgimg h2 {
    font-size: 20px;
    line-height: 28px;
}
.buttonwrap {
    text-align: center;
    padding: 0px 0;
}
.buttonwrapinner {
    padding: 6px;
}	
a.button {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}		
	
#content
{
  width: 60%;
}

#rightcol 
{
  width: 35%;
}


}
@media (max-width: 950px) {
.innercopy p { display: none !important;}	
}

@media (max-width: 900px) {
.home .bgimg h2 {
    font-size: 18px;
    line-height: 24px;
}
}

/* TABLET WIDTH */
@media (max-width: 768px) {

.innerwrap h3 a {
    font-size: 42px;
    line-height: 52px;
}
.innercopy p {
	display: block !important;
	padding-bottom: 15px;
}
.innercopy p a {
    font-size: 22px;
    line-height: 30px;
}	
	
	
#content
{
  width: 100%;
  float: left;
}

#rightcol 
{
  width: 100%;
  padding: 30px 0 0 0;
  float: left;
}

.half, .half.last {
    width: 100%;
    padding: 15px 0;
}
	
.bgimg .half { width: 60%;}
.home .bgimg h2 {
    font-size: 18px;
    line-height: 24px;
}

.half.first
{
  padding: 0;
}

.onethird,
.twothirds
{
  width: 100%;
  padding: 0 0 10px 0;
}

.onethird.last,
.twothirds.last
{
  width:  100%;
  padding: 0 0 20px 0;
}

}

.videowrapper {
    clear: both;
    float: none;
    height: 0;
    margin: 0 0 20px;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}

.home .videowrapper { margin-bottom: 0;}

div#frontimage img {
    width: 100%;
}
div#frontimage {
    position: absolute;
    width: 100%;
    z-index: 99999;
	cursor: pointer;
}
div#redtop img {
    width: 100%;
}

.outervideo { max-width: 700px; }
.videowrapper.tall {
    padding-bottom: 178%;
}
.videowrapper.float {
    padding-left: 30px;
    width: 300px;
    float: right;
    padding-bottom: 533px;
}
.podwrapper {
    margin: 20px 0;
    border: 1px solid #362205;
    padding: 6px;
}
@media (max-width: 600px) {
.home .wrapper:nth-child(2) {
    background-position: 70%;
}
span.tan {
    color: #fff;
    font-weight: 700;
}	
.videowrapper.float {
    padding-left: 30px;
    width: 250px;
    float: right;
    padding-bottom: 444px;
}
}

@media (max-width: 500px) {
	.innerwrap h3 { padding-bottom: 5px; }
.innerwrap h3 a {
    font-size: 32px;
    line-height: 38px;
}
	.innercopy p { padding-bottom: 0; }
.innercopy p a {
    font-size: 18px;
    line-height: 24px;
}
.videowrapper.float {
    padding-left: 0px;
    width: 100%;
    float: none;
    padding-bottom: 178%;
}
}

@media (max-width: 450px) {
.home .wrapper:nth-child(2) {
    margin-bottom: 270px;
    padding-top: 210px;
    background-position: 100%;
}
.home .wrapper:nth-child(2) .half {
    position: absolute;
    width: 80%;
    padding: 20px;
    top: 344px;
}
}
@media (max-width: 400px) {
.home .wrapper:nth-child(2) .half {
    position: absolute;
    width: 84%;
    padding: 20px 4%;
    top: 344px;
	}
.home .wrapper:nth-child(2) .half h2 {
    font-size: 16px;
    line-height: 20px;
}	
}

.videowrapper video {
    width: 100%;
    height: auto;
}

.videowrapper > iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


.wpcf7-form input {
    border: 1px solid #362205;
    height: 30px;
    max-width: 350px;
    padding: 0 5px;
    width: 100%;
    color: #362205;
    font-family: lato, sans-serif;
    font-weight: 400;
    font-size: 16px;
    -webkit-appearance:none;
}

.wpcf7-form textarea {
    border: 1px solid #362205;
    height: 200px;
    max-width: 550px;
    padding: 5px;
    width: 100%;
    color: #362205;
    font-family: lato, sans-serif;
    font-weight: 400;
    font-size: 16px;
    -webkit-appearance:none;
}

input.wpcf7-submit {
    background-clip: padding-box;
    background-color: #9f1d21;
    border-radius: 0;
    color: #ffffff;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: semplicitapro, sans-serif;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    padding: 0px 15px;
    text-decoration: none;
    width: auto;
    text-transform: uppercase;
    -webkit-appearance: none;
}

input.wpcf7-submit:hover {
  text-decoration: none;
  background-color: #cd9a3f; /* lt brown */
}
.wpcf7 p {
    font-size: 16px;
    font-weight: 700;
}

.brown.center a {
    color: #cd9a3f; /* lt brown */
    text-transform: uppercase;
    font-weight: 700;
}
h3.subhead {
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 25px;
}
.home .testimonial-content p {
    font-family: 'Handlee', cursive;
    font-size: 24px;
    line-height: 34px;
	font-weight: 300;
}
.home .bgimg h3 {
    font-family: lato, sans-serif;
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
}
.home .bgimg h3.script {
    font-family: 'Handlee', cursive;
    font-size: 26px;
    line-height: 38px;
	font-weight: 300;
}

.wrapper .strong-view.wpmtst-unstyled .wpmtst-testimonial-inner {
    height: auto;
}

.brown .testimonial-name, .brown .testimonial-company {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    max-width: 450px;
    display: block;
    margin: auto;
}
.testimonial-name, .testimonial-company {
    font-weight: 700;
}
#content .testimonial-name, #content .testimonial-company {
    font-weight: 700;
}

.testimonial-inner {
    padding-bottom: 30px;
}
h3.testimonial-heading {
    font-size: 24px;
    line-height: 30px;
    color: #cd9a3f;
}


#content span.wpcf7-not-valid-tip {
    color: #9f1d21; /* red */
	font-weight: 700;
}
#content .wpcf7 form.sent .wpcf7-response-output,
#content .wpcf7 form.invalid .wpcf7-response-output, 
#content .wpcf7 form.unaccepted .wpcf7-response-output
#content div.wpcf7-validation-errors,
#content div.wpcf7-mail-sent-ng,
#content div.wpcf7-mail-sent-ok {
    border: medium none;
} 

#content div.wpcf7-response-output {
    font-size: 18px;
    font-weight: 700;
    margin: 1em 0;
    padding: 0;
}

#news, #categories
{
  background-color: #362205;  /* dk brown */
  padding: 25px 25px 10px 25px;
  margin-bottom: 30px;
}

#categories
{
  padding: 25px 25px 20px 25px;
}


#news h3,
#categories h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
}

#news ul li,
#categories ul li {
  list-style-type: none;
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 20px;
}

#categories ul li {
  padding-bottom: 5px;
}


#news ul li a,
#categories ul li a {
  color: #cd9a3f; /* lt brown */
  text-decoration: none;
}

#news ul li a:hover,
#categories ul li a:hover {
  text-decoration: underline;
}

#news p
{
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 15px;
}

#news p a {
  color: #ffffff; 
  text-decoration: none;
  font-weight: 700;
}

#news p a:hover {
  text-decoration: underline;
}
#publications {
    padding: 15px;
    margin-bottom: 30px;
    background-color: #362205;
}
#innerpub {
    border: 1px solid #fff;
    padding: 20px 20px 5px 20px;
}

#publications h3 {
    color: #fff;
    font-size: 22px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

#publications ul li {
  list-style-type: none;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

#publications ul li a {
    color: #ffffff;
    text-decoration: none;
}

#publications ul li a:hover {
  text-decoration: underline;
}

#publications p {
    font-size: 17px;
    line-height: 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

#publications p a {
  color: #cd9a3f;  
  text-decoration: none;
}

#publications p a:hover {
  text-decoration: underline;
}

#content .links {
    border-bottom: 1px solid #362205;
    border-top: 1px solid #362205;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin: 10px 0 30px;
    padding: 15px 0px;
}

.row.excerpt
{
  padding-bottom: 30px;
}

.readmore {
    font-size: 18px;
    line-height: 26px;
}
.pagination {
    padding: 40px 0 0 0;
    text-align: center;
}
.pagination h2.screen-reader-text {
    display: none;
}
.page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0 3px;
    background-color: #ebe7e1;
    font-size: 17px;
}
#content a.page-numbers {
	color: #362205;
}
#content a.page-numbers:hover {
	color: #ffffff;
}
#content a.page-numbers i {
    line-height: 40px;
    font-size: 15px;
}
#content a.page-numbers i:before {
    line-height: 44px;
}
.page-numbers.current {
    background-color: #362205;
    color: #ffffff;
    font-weight: 700;
}
a.page-numbers:hover {
	text-decoration: none;
	color: #ffffff;
    background-color: #362205;	
}
#content h1 a
{
  color: #cd9a3f;
  text-decoration: none;
}

#content .excerpt h1 {
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 10px;
}

#content .excerpt.news h1 {
  font-size: 24px;
  line-height: 32px;
}


#content h1 a:underline
{
  text-decoration: underline;
}


#content h2.title
{
  padding-bottom: 5px;
}


#content h3.news {
  padding-bottom: 5px;
}

#content h3.news i.fa {
  color: #362205; /* dk brown */
}

#news ul li i.fa {
    color: #ffffff;
}






#content .articlesample p,
#content .articlesample ul li {
    font-style: italic;
}

#content #events p {
    padding-bottom: 0;
}

#content #events {
	padding-bottom: 10px;
}
#events div:last-child {
    display: none;
}
.simcal-calendar p.simcal-align-right {
    display: none;
}
#content .newsitem {
  padding-bottom: 15px;
}

#content ul,
#content li
{
  padding-bottom: 5px;
}

.resource ul li,
.resource ol li,
#content ul li,
#content ol li,
.wrapper.white .fullwidth ul li,
.wrapper.white .fullwidth ol li
{
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 10px;
  margin-left: 20px;
}
.wrapper.white .fullwidth .third ul li {
    margin-left: 0;
}
div.alignright,
#content img.alignright {
    float: right;
    max-width: 40%;
    margin: 0 0 10px 25px;
}
div.alignright.head { max-width: 30%; }
#content img.alignright.wide {
	max-width: 55%;
	margin-bottom:30px;
	border: 5px solid;
}

#content img.alignright.small {
  max-width: 30%;
}

#content img.alignleft {
    float: left;
    max-width: 40%;
    margin: 0 25px 10px 0px;
}

#content img.alignleft.blog,
#content img.alignright.blog {
  border: 1px solid #362205;
}

#content .resource img.alignright {
  max-width: 35%;
}

#content img.alignnone.third {
  width: 29%;
  padding: 0;
  margin: 0 5% 15px 0;
  border: 1px solid #362205;
}

#content img.alignnone.third.last {
  margin: 0 0 15px 0;
}

#content img.wp-post-image {
    float: right;
    max-width: 45%;
    margin: 0 0 10px 25px;
    border: 1px solid #362205;
}


#content .excerpt img.wp-post-image {
    float: left;
    max-width: 250px;
    margin: 5px 30px 10px 0;
    border: 1px solid #362205;
}


@media (max-width: 1000px) {
#content img.alignright.wide {
		max-width: 97%;
		float:none;
	margin: 0 0 20px 0;
	}	
div.alignright.head { max-width: 40%; }	

}
@media (max-width: 600px) {
div.alignright,
#content img.alignright,
#content img.wp-post-image {
    margin: 0 0 10px 15px;
}
#content img.alignleft {
		margin: 0 15px 10px 0px;
}	
div.alignright.head { max-width: 50%; }	


#content .excerpt img.wp-post-image {
    float: none;
    max-width: 350px;
    margin: 5px 0 10px;
    width: 99%;
}

}


@media (max-width: 450px) {

	div.where img.alignleft { max-width: 100% !important; padding-bottom: 15px;padding-right:0px;}	
	
div.alignright,	
div.alignright.head,
#content img.alignright,
#content img.alignright.small,
#content img.alignleft,
#content .resource img.alignright,
#content img.wp-post-image {
    float: none;
    max-width: 99%;
    margin: 0 0 10px;
}
#content img.alignright.wide {
		max-width: 96%;
	}	

	
	
#content img.round.alignleft { border-radius: 50%; margin: 0 20px 30px 0; max-width: 30%; float:left; }
#content img.round.alignright { border-radius: 50%; margin: 0 0 30px 20px;  max-width: 30%; float: left;}

}

p.accordionHead {
    border-top: 1px solid #362205; /* dk brown */
    cursor: pointer;
    padding: 10px 0px;
}

p.accordionHead > a:hover {
   text-decoration: none;
}

p.accordionHead a {
	font-weight: 700;
}

p.accordionHead i {
    color:  #9f1d21; /* red */
    cursor: pointer;
    display: block;
    float: right;
    font-size: 22px;
    padding: 1px 0;
}

#rightcol p.accordionHead i {
	font-size: 18px;
	line-height: 28px;
	color: #362205;
} 

#rightcol p.accordionHead a {
    color: #362205;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
}
#rightcol ul {
    padding-bottom: 10px;
}
#rightcol ul li {
    list-style-type: none;
    margin-left: 0;
    font-size: 17px;
padding-bottom: 10px;
    line-height: 22px;
}
#rightcol img { width: 100%;}
#rightcol #latestbook img { max-width: 450px;}
#rightcol #latestbook { text-align: center;}

.resource {
    overflow: hidden;
    padding: 0;
}


.bottomborder
{
  border-bottom: 1px solid #362205; /* dk brown */ 
}
#rightcol .bottomborder {
    margin-bottom: 40px;
}

.bottomborder.sectionbreak {
    margin-bottom: 25px;
}

.bottomborder.padded
{
  padding-top: 20px;
  margin-bottom: 25px;
}


.nav-next.alignright {
    float: right;
    padding-bottom: 20px;
    text-align: right;
    width: 45%;
}


.nav-previous.alignleft {
    float: left;
    padding-bottom: 20px;
    width: 45%;
}






.wrapper.footer {
    text-align: center;
}

.footer h3 {
    font-size: 18px;
    font-family: 'semplicitapro';
    color: #fff;
    display: inline-block;
    padding-right: 10px;
    font-weight: 500;
    padding: 0 10px 0 0;
    line-height: 35px;
    float: left;
}
.footer p {
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 30px;
}
.footer p a
{
  color: #cd9a3f; /* lt brown */
  text-decoration: none;
}

.footer p a:hover
{
  text-decoration: underline;
}

.footer p.small
{
  font-size: 12px;
}
.join {
    width: 505px;
    display: block;
    margin: auto;
}
.contact { margin: 50px 0; border-top: 1px solid #ffffff; padding: 30px 0;}
#join {
    display: inline-block;
}
::placeholder { color: #ffffff;}
#join input#emailaddress {
    border-radius: 0;
    display: inline-block;
	float: left;
    font-family: 'lato',sans-serif;
	font-weight: 400;
    height: 35px;
    width: 230px;
    background-color: #362205;
    border: 1px solid #cd9a3f; /* lt brown */
    color: #ffffff;
    padding: 5px;
}

#join > button {
    background-color: #cd9a3f; /* lt brown */
    border: medium none;
    border-radius: 0px;
    color: #ffffff;
    font-family: 'semplicitapro';
	font-weight: 500;
    height: 35px;
    width: 100px;
    text-transform: uppercase;
	display: inline-block;
	float: left;
}


@media (max-width: 600px) {
.footer h3 {
    display: block;
    float: none;
    padding-bottom: 5px;
}
	.join { width: 330px;}
}

@media (max-width: 500px) {
h1 {
    font-size: 38px;
    line-height: 46px;
}	
h2 {
    font-size: 32px;
    line-height: 40px;
}	
h3.subhead {
    font-size: 20px;
    padding-bottom: 20px;
}	
.testimonial-name, 
.testimonial-company, 
p,
.resource ul li, 
.resource ol li, 
#content ul li, 
#content ol li, 
.wrapper.white .fullwidth ul li, 
.wrapper.white .fullwidth ol li,
.third ul li a
{
	font-size: 16px;
	line-height: 22px;
}
.home .bgimg h3.script,	
.home .testimonial-content p {
    font-size: 20px;
    line-height: 26px;
}
	.home .bgimg h3 { font-size: 18px; line-height: 26px;}	
.brown .testimonial-name, .brown .testimonial-company {
    font-size: 17px;
    line-height: 26px;
	}
	.icon h3 {
    font-size: 26px;
    line-height: 30px;
	}
}

@media (max-width: 400px) {
	.join { width: 230px;}
	#join input#emailaddress {
    display: block;
    float: none;
}
#join > button {
    float: none;
    margin: 10px auto 0;
}	
	
}