/*
Theme Name: sigmanu
Description: sigmanu is a custom responsive theme created for the Sigma Nu Fraternity (national).
Author: Sharon Colombo
Author URI: http://www.colombodesigns.com
Version: 1.0
Tags: single column, two columns, three columns, four columns, custom header, custom footer, valid XHTML, valid CSS
*/

@font-face {
  font-family: "Honor-Display"; 
  src: url('fonts/Honor-Display.woff2') format('woff2'),
       url('fonts/Honor-Display.woff') format('woff'); 
  font-weight: 900;
  font-style: normal;
  font-display: swap; /* Recommended: shows fallback text until font loads */
}

:root {
  --primary-bg-color: #000000; /* black */
  --gold-bg-color: #aa9b70; /* gold */ 
  --dkgrey-bg-color: #4c4c4c; /* dk grey */
  --primary-txt-color: #000000; /* black */
  --secondary-txt-color: #d4cdb7; /* lt gold */ 
  --primary-button-color: #aa9b70; /* gold */ 
  --secondary-button-color: #4c4c4c; /* dk grey */
  --primary-link-color: #aa9b70; /* gold */ 
  --primary-hover-color: #000000; /* black */ 
  --primary-header-color: #000000; /* black */
  --secondary-header-color: #aa9b70; /* gold */ 
  --banner-max-width: 1800px; /* cap banner/slider width; adjust to taste */
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body 
{
    background-color: var(--primary-bg-color); 
    color: var(--primary-txt-color); 
    
	font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    border-top: none;
    line-height: 26px;
}

header, main {
    display: block;
    width: 100%;
    float: left;
}
header { border-bottom: 10px solid var(--primary-bg-color);}
main { background-color: #ffffff;}

sup {
    font-size: 10px;
    line-height: 0;
}

/* --- LINK STYLES --- */

a, a:link {
  color:  var(--primary-link-color); 
  font-weight: 700;
  text-decoration: none;
}
a:visited {
  color: var(--primary-link-color); 
  font-weight: 700;
  text-decoration: none;
}
a:hover {
  color: var(--primary-hover-color); 
  font-weight: 700;
  text-decoration: none;
}


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

h1, h2, h3, h4, h5, h6 {
font-family: "Honor-Display", serif;
font-weight: 700;
font-style: normal;
margin: 0;
padding: 0 0 15px 0;
color: var(--primary-header-color); 
}

h1 {
    font-size: 54px;
    line-height: 68px;
}
h1.xl { font-size: 75px; line-height: 85px;}
h2 {
    font-size: 44px;
    line-height: 50px;
}
h3 {
  font-size: 32px;
  line-height: 42px;
}
h4 {
	font-size:28px;
	line-height:36px;
	color: var(--secondary-header-color);     
}
h5 {
	font-size:26px;
    line-height: 34px;
}
h6 {
    font-size: 20px;
    line-height: 28px;
}
table tr td, table tr th,
p, ul li, ol li { font-size: 18px; line-height: 25px;}
p span.small {
    display: block;
	padding-top: 5px;
    font-size: 14px;
    line-height: 18px;
}
p.large { font-size: 22px; line-height: 30px;}
p.spacer { font-size: 0px; }

p.meta {
    padding-bottom: 30px;
	font-weight: 700;
}
table.chapters {
    margin: 15px 0px;
}
table.chapters tr td {
    background: #f1efea;
    border-bottom: 1px solid #000;
}

table.dormant tr td {
    background: #f1f1f1;
    border-bottom: 1px solid #000;
}
table.chapters tr:nth-child(2n) td {
    background: #ffffff;
}
table.chapters tr th {
    background: #000;
    color: #fff;
    min-width: 120px;
    padding: 10px;
}
@media (max-width: 1100px) {
table.chapters tr th {
    min-width: unset;
}	
}
@media (max-width: 700px) {
	table.chapters {
    margin: 5px 0px 30px;
}
}
/* --- BLOCKQUOTE STYLES --- */

blockquote {
    background-color: var(--gold-bg-color);
    color: #ffffff;
    margin: 20px 0px 30px;
    padding: 30px 30px 15px 30px;
    text-align: center;
    border-left: 10px solid var(--dkgrey-bg-color);
}
blockquote p {
    padding: 0 0 15px 0;
    font-size: 28px;
    color: #ffffff;
    line-height: 36px;
    font-family: "cormorant", sans-serif;
    font-weight: 700;
    font-style: italic;
}
blockquote.small p { font-size: 22px; line-height: 28px; }
@media (max-width: 900px) {

h1 {
  font-size: 40px;
  line-height: 50px;
}
h1.xl { font-size: 60px; line-height: 70px;}	
h2 {
    font-size: 32px;
    line-height: 42px;
}

h3 {
	font-size:28px;
  line-height: 34px;
}
h4 {
	font-size:24px;
  line-height: 32px;
}

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

h6 {
    font-size: 18px;
    line-height: 26px;
}
table tr td, table tr th,
.prevnextwrapper,
p, ul li, ol li { font-size: 16px; line-height: 24px;}
p span.small {
    font-size: 13px;
    line-height: 18px;
}	
p.large { font-size: 20px; line-height: 28px;}	
}



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

h1 {
  font-size: 36px;
  line-height: 44px;
}
h1.xl { font-size: 50px; line-height: 60px;}	
h2 {
    font-size: 28px;
    line-height: 36px;
}

h3 {
	font-size:26px;
  line-height: 32px;
}
h4 {
	font-size:20px;
  line-height: 26px;
}

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

h6 {
    font-size: 16px;
    line-height: 22px;
}
	
	

blockquote p,
.prevnextwrapper,
p, ul li, ol li { font-size: 15px; line-height: 22px;}
p span.small {
    font-size: 12px;
    line-height: 16px;
}	
p.large { font-size: 18px; line-height: 26px;}		
	p.spacer { display: none; }
}
.dkgrey h1, .dkgrey h2, .dkgrey h3, .dkgrey h4, .dkgrey h5, .dkgrey h6, .dkgrey p, .dkgrey ol li, .dkgrey ul li, .dkgrey .testimonial { color: #ffffff; }
.black h1, .black h2, .black h3, .black h4, .black h5, .black h6, .black p, .black ol li, .black ul li, .black .testimonial { color: #ffffff; }
.gold h1, .gold h2, .gold h3, .gold h4, .gold h5, .gold h6, .gold p, .gold ol li, .gold ul li, .gold .testimonial { color: #ffffff; }

/* --- PARAGRAPH STYLES --- */

p {
	padding: 0 0 20px;
	text-align: left;
}

i.largeicon {
    font-size: 88px;
}

/* 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;
}

/* --- FORM FIELD STYLES --- */

select, textarea {
	font-size:16px;
	vertical-align:middle;
    
	font-family: acumin-pro, sans-serif;

	background-color:#ffffff;
	color: var(--primary-txt-color); 
	width: 99.5% !important;
	max-width: 500px;
}


label {
    width: 100%;
    float: left;
    font-weight: 500;
    padding-bottom: 5px;
    font-size: 16px;
}

input {
	font-size:15px;
    
	font-family: acumin-pro, sans-serif;

	padding: 5px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="file"], input[type="tel"], textarea, select {
	border:1px solid #979797;
	width: 94%;
	max-width: 500px;
	height: 38px;
	margin-bottom: 10px;
}
.blog select { font-size: 14px; width: 100%;}
textarea {
	height: 150px;
	max-width: unset;
}

input[type="button"] {

	font-size:16px;
  -webkit-appearance: none;
}
.wrapper div.wpforms-container-full button[type=submit]:hover,
.wrapper div.wpforms-container-full button[type=submit]:active,
.wrapper div.wpforms-container-full button[type=submit]:not(:active):not(:hover),
input[type="button"], input[type="submit"], .button, *.button:link {
    margin: 5px 0px 0px 0;
    padding: 20px;
    height: auto;
    line-height: 20px;
	font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-size: 20px;
    width: auto;
    color: #FFF !important;
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-decoration: none !important;
    background-color: var(--primary-button-color);
    border: none;
    border-radius: 0;
    text-transform: capitalize;
    -webkit-appearance: none;
    border-bottom: 6px solid #000000;
}
.button.small {
    padding: 10px;
    font-size: 16px;
    border-bottom: 4px solid #000;
}
.black .button {
	border-bottom: 6px solid #ffffff;
}


.button:hover
{
  background-color: var(--secondary-button-color); 
 
}
.black .button:hover { background-color: var(--secondary-button-color); border-bottom: 6px solid #ffffff;}

input[type="checkbox"], input[type="radio"] {
	margin:0 5px 0 0;
	padding:0;
	vertical-align:middle;
}

button, input[type="submit"] {
	cursor:pointer;
}
:focus {
	outline: 0;
}

/* Gravity Forms */

.wrapper .gform_wrapper:not(:empty) {
    margin: 0;
}

.wrapper .gform_wrapper .gfield {
    padding: 0 0 20px 0;
}

.wrapper .gform_wrapper .gfield_description,
.wrapper .gform_wrapper .gfield_description p {
    color: var(--dkgrey-bg-color);
    font-size: 15px;
    line-height: 20px;
    font-style: italic;
}

.wrapper .gform_wrapper .gfield_description {
    background: #f1f1f1;
    padding: 10px 20px 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.wrapper .gform_wrapper .gfield_description p {
    padding: 10px 0 0;
}

.wrapper .gform_wrapper .gfield_label,
.wrapper .gform_wrapper .gform-field-label {
    font-size: 18px;
    line-height: 25px;
}

/* Gravity Forms submit button — match site button style */
.wrapper .gform_wrapper .gform_footer input.gform_button.button,
.wrapper .gform_wrapper .gform_footer input[type="submit"].button {
    margin: 5px 0px 0px 0;
    padding: 20px;
    height: auto;
    line-height: 20px;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-size: 20px;
    width: auto;
    color: #FFF !important;
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-decoration: none !important;
    background-color: var(--primary-button-color);
    background-image: none;
    border: none;
    border-radius: 0;
    text-transform: capitalize;
    -webkit-appearance: none;
    box-shadow: none;
    border-bottom: 6px solid #000000;
}

.wrapper .gform_wrapper .gform_footer input.gform_button.button:hover {
    background-color: var(--secondary-button-color);
}

/* Checkbox & radio fields — undo the sitewide label{width:100%;float:left}
   rule just for inline choice labels, so the box sits beside its text
   instead of on its own full-width row */
.wrapper .gform_wrapper .gchoice {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    width: auto;
    max-width: 500px;
    float: none;
    padding-bottom: 10px;
}

.wrapper .gform_wrapper .gchoice input[type="checkbox"],
.wrapper .gform_wrapper .gchoice input[type="radio"] {
    order: 0;
    flex: 0 0 auto;
    width: auto;
    height: auto;
    max-width: none;
    margin: 4px 0 0 0;
}

.wrapper .gform_wrapper .gchoice label,
.wrapper .gform_wrapper .gform-field-label--type-inline {
    order: 1;
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    float: none;
    padding-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

/* Date field — contain the datepicker input + icon in a fixed-width box */
.wrapper .gform_wrapper .gfield--type-date .ginput_container_date {
    position: relative !important;
    display: block !important;
    float: none !important;
    width: 220px !important;
    max-width: 220px !important;
}

.wrapper .gform_wrapper .gfield--type-date .ginput_container_date input.datepicker {
    position: relative !important;
    float: none !important;
    width: 100% !important;
    max-width: 220px !important;
    height: 38px !important;
    margin-bottom: 0 !important;
    box-sizing: border-box !important;
}

.wrapper .gform_wrapper .gfield--type-date .ginput_container_date img.ui-datepicker-trigger {
    position: absolute !important;
    top: 50% !important;
    right: 8px !important;
    left: auto !important;
    bottom: auto !important;
    transform: translateY(-50%);
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    float: none !important;
    cursor: pointer;
}

/* WP Forms */
.wrapper .wpforms-container-full:not(:empty) { margin: 0; }
.wrapper .wpforms-container .wpforms-field { padding: 0 0 20px 0;}
.wrapper .wpforms-container .wpforms-field-description {
    background: #f1f1f1;
    padding: 10px 20px 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.wrapper .wpforms-container .wpforms-field-description p {
    color: var(--dkgrey-bg-color);
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0 0;
    font-style: italic;
}
.wrapper .wpforms-container .wpforms-field label {
    font-size: 18px;
	line-height: 25px;
}

iframe {
    width: 100%;
}

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

/* Testimonials */

.wrapper .fullwidth .testimonial {
    background: #f1f1f1;
    border: 1px solid #bababa;
    padding: 20px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 30px !important;
    margin-top: 20px !important;
}
.wrapper.beige .fullwidth .testimonial {
    background: #ffffff;
}
.wrapper .fullwidth .testimonial .testimonial-content p {
    font-style: italic;
    text-align: center;
}
.wrapper .fullwidth .testimonial .testimonial-name {
    font-weight: 700;
    font-size: 15px;
    text-align: center;
	padding-top: 10px;
}
.wrapper .fullwidth .black .testimonial {
    background: var(--primary-bg-color);
}
.wrapper .fullwidth .gold .testimonial {
    background: var(--gold-bg-color);
}
.wrapper .fullwidth .dkgrey .testimonial {
    background: var(--dkgrey-bg-color);
}

/* --- LIST STYLES --- */

ul, ol {
	margin: 0 0 0;
	padding: 0 0 15px 0;
}
ul {
	margin-left: 30px;
}
ul ul {
	margin-bottom:0;
    padding: 8px 0 3px;
}
ul li {
	padding: 0 0 5px 0;
}
ul ul li {
	padding: 0 0 3px 0;
}
dl {
	margin: 0 0 1em 0;
}
ol {
	list-style-type:decimal;
	margin-left:30px;
}
ol ol {
	margin-bottom:0;
  padding: 8px 0 5px;
}
ol li {
	padding: 0 0 3px 0;
}
ol li ol li {
	list-style-type:lower-alpha;
  	padding: 0 0 3px 0;
}
ol li ol li ol li {
	list-style-type:lower-roman;
}
ol li ol li ol li ol li {
	list-style-type:decimal;
}

/* ---  IMAGE STYLES --- */


img {
    max-width: 100%;
    height: auto;
}

img.round {
	border-radius: 50%;
}
img.border {
    border: 1px solid #eaeaea;
    width: calc(100% - 2px);
}

a img {
	border: 0 none;
}
img.alignright {
    float: right;
    max-width: 45%;
    width: 100%;
    padding: 5px 0 15px 3%;
}
img.small.alignright {
    max-width: 20%;
    padding: 0 0 15px 3%;
}
.resource img.alignright {
    float: right;
    max-width: 25%;
    width: 100%;
    margin: 5px 0 15px 3%;
	padding: 0;
}


.wp-caption.alignright { 
    float: right;
	max-width: 45%;
	width: 100%;
    padding: 5px 0 15px 3%;
}
img.alignright.wp-post-image {
	padding-top: 10px;
}
img.alignnone { width: 100%; height: auto; margin: 0 0 10px 0;}
p img.alignnone { padding: 0; }
img.alignleft {
    float: left;
    max-width: 45%;
    width: 100%;
    padding: 5px 3% 15px 0;
}
.personbio .imgwrap,
.person .imgwrap {
    position: relative;
    display: inline-block;
}
.person.sigma-nu-hall-of-fame .imgwrap::after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 8px;
    width: 60px;
    height: 60px;
    background-image: url(images/hall-of-fame-icon.png);
    background-size: cover;
    pointer-events: none;
    background-color: var(--primary-button-color);
    border-radius: 50%;
    border: 4px solid #ffffff;
}
.personbio.sigma-nu-hall-of-fame .imgwrap::after {
    content: "";
    position: absolute;
    bottom: 16px;
    right: 10px;
    width: 80px;
    height: 80px;
    background-image: url(images/hall-of-fame-icon.png);
    background-size: cover;
    pointer-events: none;
    background-color: var(--primary-button-color);
    border-radius: 50%;
	border: 4px solid #ffffff;
}



.person .personimage {
    object-fit: cover;
}

.wp-caption.alignleft { 
    float: left;
	max-width: 45%;
	width: 100%;
    padding: 5px 3% 15px 0;
}
.wp-caption-text {
    text-align: left;
    padding-right: 10px;
    font-size: 15px;
    font-style: italic;
    line-height: 20px;
	padding-bottom: 10px;
}
.wp-caption.alignnone {
    width: auto !important;
}

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

.excerpt h2 {
    font-size: 38px;
    line-height: 42px;
    padding: 0 0 10px;
}
.excerpt p {
    font-size: 20px;
    line-height: 28px;
}
.prevnextwrapper {
    padding: 15px 0;
    border-top: 1px solid #222222;
    margin-top: 10px;
    float: left;
    width: 100%;
}
.nextlink {
    width: 50%;
    float: right;
    text-align: right;
}

.prevlink {
    width: 50%;
    float: left;
    text-align: left;
}

.excerptcopywrap {
    float: left;
    width: 46%;
	padding: 0;
}
.excerptimgwrap {
    width: 50%;
    float: left;
    padding-right: 4%;
}
.excerptcopywrap h2 a:link, .excerptcopywrap h2 a {
    color: var(--primary-link-color) !important;
    text-transform: uppercase;
    font-weight: 700;
}

.excerpt .excerptimgwrap img.wp-post-image {
	max-width: 100%;
	width: 100%;
	padding: 0;
}

@media (max-width: 900px) {
.excerpt .button {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}	
.excerpt p {
    font-size: 18px;
    line-height: 24px;
}	
.excerpt h2 {
    font-size: 34px;
    line-height: 38px;
    padding-bottom: 10px;
}
}

.wrapper div[id*="gallery-"] .gallery-item {
    width: 17% !important;
    padding: 0 3% 20px 0;
    margin: 0;
    float: left;
}

.wrapper .gallery-icon img {
    border: none !important;
}
/* tablet width */
@media (max-width: 768px) {
.wrapper div[id*="gallery-"] .gallery-item {
    width: 30.3333% !important;
}
}

@media (max-width: 500px) {
.wrapper div[id*="gallery-"] .gallery-item {
    width: 100% !important;
	padding: 20px 0;
}
}


@media (max-width: 600px) {
	
.excerptcopywrap {
    width: 100%;
    padding-top: 0 !important;
}
.even .excerptimgwrap,	
.excerptimgwrap {
    width: 100%;
    padding: 0 0 15px 0;
}
.excerpt img.wp-post-image,
img.alignright,img.alignleft {
  max-width: 100%;
  padding: 0 0 15px 0;
}
.resource img.alignright {
    float: none;
    max-width: 100%;
    margin: 5px 0 15px 0;
}

	
.wp-caption.alignleft,
.wp-caption.alignright { 
    float: none;
	max-width: 100%;
	width: 100%;
    padding: 0 0 15px 0;
}	
	
}

.pagination {
    padding: 40px 0 0 0;
    text-align: center;
}

.pagination h2.screen-reader-text {
    display: none;
}
.page-numbers {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    margin: 0 5px;
    background-color: #f1f1f1;
    font-size: 15px;
}
a.page-numbers:hover {
	text-decoration: none;
	color: #ffffff;
    background-color: var(--primary-hover-color);	
}
.page-numbers.current {
    background-color: var(--primary-button-color);
    color: #ffffff;
    font-weight: 700;
}


/* Wrapper Styles */

.wrapper
{
    height: auto;
    overflow: hidden;
    width: 100%;
	float: left;
}
.wrapper.topmargin { padding-top: 50px;}
.wrapper.bottommargin { padding-bottom: 50px;}

/* tablet width */
@media (max-width: 768px) {
.wrapper.topmargin { padding-top: 30px;}
.wrapper.bottommargin { padding-bottom: 30px;}

}
.wrapper.white
{
  background-color: #ffffff;
}
.wrapper.black {
	background-color: var(--primary-bg-color);
}
.wrapper.gold, .wrapper.breadcrumbs {
  background-color: var(--gold-bg-color);
}
.wrapper.dkgrey {
  background-color: var(--dkgrey-bg-color);
}
.wrapper.beige { background-color: #f1efea;}
.archive .wrapper.white.internal,
.category .wrapper.white.internal,
.single .wrapper.white.internal,
.blog .wrapper.white.internal {
	padding: 60px 0 50px;
}
.wrapper.header {
    background-color: #ffffff;
    overflow: hidden;
}
header .header p { text-align: right; }
header .header p a.button {
    margin: 10px 0px 0 10px;
}
header .header p a.button i {
    margin-right: 5px;
}

#logo {
    float: left;
    padding: 10px 0 0 0;
    margin: 0px;
    z-index: 99989;
    position: relative;
    width: 350px;
}

#logo img {
    float: left;
    width: auto;
    height: auto;
    padding: 0px;
}

#topnav {
    width: auto;
    float: right;
    text-align: center;
    padding: 0;
    background: var(--primary-txt-color);
    margin: 0;
    border-bottom: 6px solid var(--gold-bg-color);
}
#topnav ul {
    margin: 0;
    padding: 0;
}

#topnav ul li {
    list-style: none;
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 48px;
    height: 48px;
    text-align: center;
}
#topnav ul li a { color: var(--secondary-txt-color); font-weight:400;}
#topnav ul li a:hover { color: #ffffff; }
#topnav ul li a i {
    padding-right: 4px;
}

#topnav a.button.large {
    font-size: 24px;
    text-transform: capitalize;
    padding: 4px 20px 4px 16px;
    line-height: 52px;
    width: 132px;
    text-align: center;
    z-index: 99992;
    margin: 0px 75px 0px 0px;
}


#mainmenu {
    float: left;
    padding: 0px 0px;
    width: 100%;
	background-color: #ffffff;
}
.menu-main-menu-container {
  max-width: 1360px;
  width: 92%;
  padding: 0px 4% 0px;
  margin: auto;
}
#mainmenu ul {
    margin: 0;
    padding: 0 0;
    overflow: visible;
    text-align: right;
}
#mainmenu ul.mainmenu li {
    padding: 0;
    display: inline-block;
    position: relative;
    width: auto;
    margin: 0;
    height: 70px;
    line-height: 70px;
}
#mainmenu ul.mainmenu li a {
    line-height: 70px;
    font-size: 22px;
    font-weight: 400;
    height: 70px;
    margin: 0px;
    cursor: pointer;
    padding: 0 20px;
    display: block;
    
	font-family: acumin-pro, sans-serif;

    text-transform: capitalize;
    color: var(--primary-txt-color);
}
#mainmenu ul.mainmenu li:hover a,
#mainmenu ul.mainmenu li.current-menu-item a,
#mainmenu ul.mainmenu li.current-page-ancestor a {
   text-decoration: none;
   color:  var(--primary-link-color);
}

#mainmenu ul.mainmenu li ul {
    background-color: #000;
    color: #fff;
    left: 0;
    margin: 0;
    padding: 15px 0;
    position: absolute;
    top: 70px;
    width: 270px;
    z-index: 99990;
	border: 1px solid #fff;
    border-top: 1px solid #000;
}
#mainmenu ul.mainmenu li ul {
    display: none;
}
#mainmenu ul.mainmenu li:hover ul
{
display: block;
}

#mainmenu ul.mainmenu li ul li {
    width: 100%;
    padding: 5px 0px;
    height: auto;
    line-height: 30px;
    display: block;
    float: left;
}
#mainmenu ul.mainmenu li ul li a {
    text-align: left;
    text-transform: none;
    width: calc(100% - 40px);
    font-size: 18px;
    height: auto;
    padding: 0 20px;
    border: none;
    color: #ffffff;
    line-height: 24px;
    margin: 0;
    display: block;
    float: left;
	position: relative;
}
#mainmenu ul.mainmenu li.external a:after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-light);
    content: '\f08e';
    padding-left: 8px;
    font-size: 15px;
    position: absolute;
    top: 4px;
}
#mainmenu ul.mainmenu li ul li.menu-item-has-children a::after {
    color: #ffffff;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f105';
    font: var(--fa-font-light);
	float: right;
    font-size: 16px;
    line-height: 18px;
    position: absolute;
    top: 4px;
    right: 12px;
}
}
#mainmenu ul.mainmenu li ul li.current-menu-item.menu-item-has-children a::after
{
   color: var(--primary-link-color);	
}

#mainmenu ul.mainmenu li:hover ul li a,
#mainmenu ul.mainmenu li.current-menu-item ul li a,
#mainmenu ul.mainmenu li.current-page-ancestor ul li a {
   text-decoration: none;
   color:  inherit;
   border-bottom: none;	
}
#mainmenu ul.mainmenu li ul li.current-menu-item a,
#mainmenu ul.mainmenu li ul li a:hover {
    border: none;
    color: var(--primary-link-color);
}
#mainmenu ul.mainmenu li ul li.current-menu-item ul li a
{ 
  color: #ffffff;
}
#mainmenu ul.mainmenu li ul li.current-menu-item ul li a:hover,
#mainmenu ul.mainmenu li ul li.menu-item-has-children a:hover::after
{ color: var(--primary-link-color); }

#mainmenu ul.mainmenu li ul li.menu-item-has-children ul li a::after {content: '';}

#mainmenu ul.mainmenu li:hover ul li ul
{
display: none;
}


#mainmenu ul.mainmenu li ul li:hover ul { display: block;}
#mainmenu ul.mainmenu li ul li ul {
    left: 270px;
    top: -16.5px;
    border-top: 1px solid #fff;
    padding: 15.25px 0;
}

#mainmenu ul.mainmenu li ul li ul li ul,
#mainmenu ul.mainmenu li ul li ul li ul li,
#mainmenu ul.mainmenu li ul li ul li ul li a {
    display: none !important;
}

#mobilemenubutton { display: none; }

@media (max-width: 1800px) {
#mainmenu ul.mainmenu li.right ul {
    left: unset;
    right: 0;
}
#mainmenu ul.mainmenu li.right ul li a {
    text-align: right;
}	
#mainmenu ul.mainmenu li.right ul li.menu-item-has-children a::after { 
content: '';
}	
#mainmenu ul.mainmenu li.right ul li.menu-item-has-children a::before {
    color: #ffffff;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f104';
    font: var(--fa-font-light);
	float: right;
    font-size: 16px;
    line-height: 18px;
    position: absolute;
    top: 4px;
    left: 12px;
}
#mainmenu ul.mainmenu li.right ul li.menu-item-has-children ul li a::before {content: '';}	
#mainmenu ul.mainmenu li.right ul li ul {
    right: 270px;
}	

}

@media (max-width: 1200px) {
	#logo { width: 300px; }
	#mainmenu ul.mainmenu li a {
    font-size: 20px;
	}
	#topnav ul li {
    padding: 0 10px;
	}
}
@media (max-width: 1000px) {
	#logo { width: 250px; }
	#mainmenu ul.mainmenu li a {
        font-size: 18px;
        padding: 0 15px;
    }
	#topnav ul li {
    font-size: 14px;
	}
}


@media (max-width: 900px) {

#logo {
        width: 225px;
        padding: 20px 0 25px;
}
#topnav {
    border-bottom: none;
    padding-top: 8px;
}	
#topnav ul li {
    width: 88%;
    text-align: left;
    padding: 2px 6%;
    font-size: 18px;
    text-transform: capitalize;
}	
#mobilemenubutton {
		position: absolute;
		width: auto;
		padding: 0px;
		height: 78px;
		top: 12px;
		right: 2%;
		display: block;
		z-index: 99989;
}

#mobilemenubutton a i {
		background-clip: padding-box;
		background-color: transparent;
		color: transparent;
		display: block;
		font-size: 0;
		height: 66px;
		margin: 0;
		padding: 0px;
		overflow: hidden;
		text-align: right;
		width: 64px;
}

#mobilemenubutton a i::before {
        color: #ffffff;
        font-size: 26px;
        line-height: 58px;
        cursor: pointer;
        display: block;
        background: var(--primary-bg-color);
        text-align: center;
}	
#mobilemenubutton a i:hover:before {
	color: #ffffff;
}	


#mainmenu {
        width: 260px;
        float: left;
        display: none;
        overflow: hidden;
        height: auto;
        background-color: #ffffff;
        position: absolute;
        top: 81px;
        right: 0px;
        padding: 0px;
        z-index: 99990;
        border: 10px solid #000000;
}

.menu-main-menu-container {
    width: 86%;
    padding: 0px 7% 0px;
}
	
#mainmenu ul.mainmenu {
  overflow: hidden;
  height: auto;
  padding: 0px 0px 10px;
}

#mainmenu ul.mainmenu li {
    padding: 0;
    display: block;
    height: auto;
	line-height: unset;
    width: 100%;
    margin: 0;
	text-align: left;
	position: relative;
	overflow: hidden;
}

	
#mainmenu ul.mainmenu li a {
        height: auto;
        line-height: 20px;
        font-size: 18px;
        font-weight: 500;
        padding: 0px 0px;
        display: inline-block;
        margin: 20px 0px 10px;
        width: 100%;
        color: var(--primary-txt-color);
        border: none;
    }
#mainmenu ul.mainmenu li.menu-item-has-children a span.expander:after {
        content: "\f055";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font: var(--fa-font-light);
        color: var(--primary-txt-color);
        width: 20px;
        position: absolute;
        top: 22px;
        right: 0;
    }	
#mainmenu ul.mainmenu li.menu-item-has-children a.open span.expander:after {
    content: "\f056";
}

#mainmenu ul.mainmenu li ul {
    display: none;
    left: 10px;
    position: relative;
    top: 0;
    border-top: none;
    width: 100%;
	padding: 0;
	background-color: transparent;
	border: none;
}

#mainmenu ul.mainmenu li:hover ul
{
display: none;
}	
#mainmenu ul.mainmenu li ul li.menu-item-has-children a::after { display: none; content: '';}		
#mainmenu ul.mainmenu li.right ul li.menu-item-has-children a::before { display: none; content: '';}	

#mainmenu ul.mainmenu li ul li {
    padding: 0;
}
#mainmenu ul.mainmenu li.right ul li a {
        text-align: left;
}	
#mainmenu ul.mainmenu li ul li ul li a {
    display: block;
    float: left;
    padding-left: 5%;
    width: 90%;
    line-height: 18px;
}	
#mainmenu ul.mainmenu li:hover ul li a,
#mainmenu ul.mainmenu li.current-menu-item ul li a,
#mainmenu ul.mainmenu li.current-page-ancestor ul li a {
   text-decoration: none;
   color:  var(--primary-txt-color); 
   border-bottom: none;	
}	
#mainmenu ul.mainmenu li ul li ul {
    left: unset;
    top: unset;
    border-top: none;
    border-left: none;
    padding: 0;
	display: block !important;
}
#mainmenu ul.mainmenu li.right ul li ul {
        right: unset;
        top: unset;
        border-top: none;
        border-left: none;
        padding: 0;
        display: block !important;
}	
#mainmenu ul.mainmenu li.current-menu-item a, 
#mainmenu ul.mainmenu li.current-page-ancestor a
 {
    text-decoration: none;
    color: var(--primary-link-color);
    border-bottom: none;
}	
#mainmenu ul.mainmenu li.current-menu-item ul li a, 
#mainmenu ul.mainmenu li.current-page-ancestor ul li a,	
#mainmenu ul.mainmenu li:hover a 
 {
    text-decoration: none;
	color: var(--primary-txt-color); 
    border-bottom: none;
}
#mainmenu ul.mainmenu li.current-page-ancestor ul li.current-menu-item a,	
#mainmenu ul.mainmenu li.current-menu-item:hover a, 	
#mainmenu ul.mainmenu li.current-page-ancestor:hover a
{
    color: var(--primary-link-color);
}	
#mainmenu ul.mainmenu li.current-menu-item:hover ul li a, 	
#mainmenu ul.mainmenu li.current-page-ancestor:hover ul li a
{
	color: var(--primary-txt-color); 
}	
#mainmenu ul.mainmenu li.current-page-ancestor:hover ul li.current-menu-item a 
{
    color: var(--primary-link-color);		
}
#mainmenu ul.mainmenu li ul li a {
    text-align: left;
    width: 100%;
    font-size: 14px;
    padding: 0;
    border: none;
    color: var(--primary-txt-color);
	margin: 5px 0px;
}	
	

}
@media (max-width: 500px) {
    #logo {
        width: 200px;
        padding: 25px 0 20px;
    }
}

/* END RESPONSIVE HEADER STYLES */

/* BREADCRUMBS */

.breadcrumbs #homelink {
    width: 35px;
    float: left;
    height: 80px;
    text-align: center;
}

.breadcrumbs #homelink a {
    color: #ffffff;
    font-size: 20px;
    line-height: 80px;
}
.breadcrumbs .menu-main-menu-container {
    width: calc(100% - 60px);
    float: left;
    padding: 0;
    margin: 0;
}
.breadcrumbs ul.breadcrumbs, .breadcrumbs ul.breadcrumbs ul {
    margin: 0;
	padding: 0;
    list-style-type: none;
}
.breadcrumbs ul.breadcrumbs ul { display: inline; }
.breadcrumbs ul.breadcrumbs li span { display: none; }
.breadcrumbs ul.breadcrumbs li a { color: #ffffff;}
.breadcrumbs ul.breadcrumbs li { display: none; }
.breadcrumbs ul.breadcrumbs li.current-menu-item,
.breadcrumbs ul.breadcrumbs li.current-menu-ancestor
{
    display: inline-block;
    height: 72px;
    line-height: 80px;
	padding-left: 22px;
}
.breadcrumbs ul.breadcrumbs li.current-menu-ancestor a,
.breadcrumbs ul.breadcrumbs li.current-menu-ancestor ul li.current-menu-item a,
.breadcrumbs ul.breadcrumbs li.current-menu-item a { font-weight: 400; display: block; float: left;  }

.breadcrumbs ul.breadcrumbs li.current-menu-ancestor a:before,
.breadcrumbs ul.breadcrumbs li.current-menu-item a:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f105';
    font: var(--fa-font-light);
    margin-right: 20px;
}

@media (max-width: 768px) {
.breadcrumbs .fullwidth.row {
    height: 60px;
}
.breadcrumbs #homelink {
    height: 60px;
	width: 22px;
}
.breadcrumbs .menu-main-menu-container {
    width: calc(100% - 22px);
}

.breadcrumbs #homelink a {
    line-height: 56px;
}
	.breadcrumbs ul.breadcrumbs { height: 60px; }
.breadcrumbs ul.breadcrumbs li.current-menu-item,
.breadcrumbs ul.breadcrumbs li.current-menu-ancestor
{
    height: 60px;
    line-height: 60px;
	padding-bottom: 0;
	    padding-left: 10px;
}
.breadcrumbs ul.breadcrumbs li.current-menu-ancestor a {
    font-size: 14px;
}	
.breadcrumbs ul.breadcrumbs li.current-menu-ancestor a:before, .breadcrumbs ul.breadcrumbs li.current-menu-item a:before { margin-right: 10px;}	

}
@media (max-width: 500px) {
.breadcrumbs ul.breadcrumbs li.current-menu-ancestor a {
    font-size: 12px;
}		
}
@media (max-width: 400px) {
    .breadcrumbs ul.breadcrumbs li.current-menu-ancestor a:before, .breadcrumbs ul.breadcrumbs li.current-menu-item a:before {
        margin-right: 5px;
    }
	.breadcrumbs ul.breadcrumbs li.current-menu-ancestor a {
    font-size: 11.5px;
}

}


/* BANNER */

.wrapper.colorbar {
    padding-top: 75px;
    padding-bottom: 20px;
}

div#banner {
    height: 500px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    max-width: var(--banner-max-width);
    margin: 0 auto;
}
div#banner.standard { background-position: center; }
div#titlewrapper {
    position: absolute;
    bottom: 0;
    width: 94%;
    text-align: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.9) 100%);
    padding: 100px 3% 0;
}

div#titlewrapper h1 {
    color: #ffffff;
    font-size: 56px;
    padding-bottom: 10px;
}
div#titlewrapper h1.simple {
    padding-bottom: 50px;
}
div#titlewrapper h4.eyebrow {
    color: #fff;
    
	font-family: acumin-pro, sans-serif;

    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 35px;
}
/* when the screen is super wide, put the image closer to the top so heads are not cut off */

@media (min-width: 1600px) {
div#banner {
	height: 600px;
    background-position: center -50px;
}
}

@media (max-width: 900px) {
div#banner {
	height: 350px;
}
div#titlewrapper h1 {
    font-size: 40px;
}

div#titlewrapper h4.eyebrow {
	font-size: 20px;
	line-height: 24px;
}	
}
@media (max-width: 768px) {
div#banner {
	height: 250px;
}
div#titlewrapper h1 {
    font-size: 32px;
}

div#titlewrapper h4.eyebrow {
	font-size: 16px;
	line-height: 20px;
}	
}
@media (max-width: 500px) {
div#banner {
	height: 200px;
}
div#titlewrapper h1 {
    font-size: 28px;
	        line-height: 34px;
}

div#titlewrapper h4.eyebrow {
	font-size: 14px;
	line-height: 18px;
}	
}

/* END BANNER */


.fullwidth {
  max-width: 1360px;
  width: 92%;
  padding: 0px 4% 0px;
  margin: auto;
}  
.narrow .fullwidth {
    max-width: 900px;
}
.row {
    clear: both;
    overflow: hidden;
}
.sectionright {
    float: right;
    width: 50%;
    padding-left: 3%;
    max-width: 400px;
}
.mobileonly {
    display: none;
}
.highlight {
    background: #f1efea;
    padding: 30px 30px 20px 30px;
    border: 5px solid;
}
.half
{
  float: left;
  width: 47%;
  padding: 0 6% 0 0;
}

.half.last {
  padding: 0;
}
.half.ec, .half.last.ec
{ padding-top: 10px; }

.icons .half {
    width: 30%;
    padding: 0 6% 0 17%;
}
.icons .half.last {
    width: 30%;
    padding: 0 17% 0 0;
}

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

.third.last {
  padding: 0;
}
.fourth {
    width: 22%;
    float: left;
	padding: 0 4% 0 0;
}
.fourth.last { padding: 0; }

.twothirds {
    float: left;
    width: 65%;
    padding: 0 5% 0 0;
}


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

.twothirds.last {
    padding: 0;
}
.onethird.last {
	padding: 0;
	float: right;
	
}
.threefourths {
    width: 74%;
    float: left;
}
.onefourth {
    width: 22%;
    float: left;
	padding: 0 4% 0 0;
}
.threefourths.first {
	padding: 0 4% 0 0;
}
.onefourth.last {
	padding: 0;
}
/* Button box */
.buttonbox {
    background-color: #f1efea;
    text-align: center;
    padding: 30px 30px 10px;
    margin-bottom: 20px;
    border-bottom: 6px solid var(--primary-txt-color);
}
.buttonbox p, .buttonbox h1, .buttonbox h2, .buttonbox h3, .buttonbox h4, .buttonbox h5, .buttonbox h6 { text-align: center;}
.buttonbox h5 {
    font-size: 24px;
    line-height: 30px;
}
/* QUICK LINKS IN CONTENT AREA */

.quicklinks {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 1rem;
    overflow: unset;
    clear: unset;
    padding: unset;
    margin: 0 auto 30px;
    row-gap: 40px;
}
.quicklink a {
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    background-color: #f1efea;
    height: 100%;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    gap: 1rem;
    padding: 10px 30px;
	border-bottom: 6px solid;
}
.beige .quicklink a {
	background-color: #ffffff;
}
.quicklink a {
	color: #000000;
}
.quicklink a:hover { color: var(--primary-link-color);}
.quicklink p {
    -webkit-box-flex: 1;
    margin: 0;
    flex: 1 1 0%;
    transition: all .2s linear;
    padding: 0;
	    font-size: 22px;
    line-height: 28px;
}
.quicklink i {
    font-size: 70px;
    line-height: 70px;
    display: block;
    width: 100px;
    transform-origin: right center;
    position: relative;
    background-position: 50% 50%;
    transition: all .2s linear;
}
.quicklink a:hover i {
    text-align: right;
}
@media (max-width: 1000px) {
.quicklinks {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 700px) {
.quicklinks {
    grid-template-columns: repeat(1, 1fr);
}
.quicklink p {
    font-size: 18px;
    line-height: 24px;
}	
.quicklink i {
    font-size: 50px;
    line-height: 50px;
	width: 70px;
}
}




/* PERSON STYLES */
.personbio { display: none;}


.personbio.fancybox-content {
    max-width: 1270px;
}

.personbio.fancybox-content .popbio { background-color:#f1efea;padding: 20px 20px 5px 20px;margin-top: 20px;}

.personbio.fancybox-content .personinfo {
    width: 58%;
    float: left;
}
.personbio.fancybox-content .imgwrap  {
    width: 38%;
    float: right;
}

@media (max-width: 1600px) {
.personbio.fancybox-content {
    max-width: 80%;
}
}
@media (max-width: 1200px) {
.personbio.fancybox-content {
    max-width: 90%;
}
}
@media (max-width: 768px) {
.personbio.fancybox-content .personinfo {
    width: 100%;
	clear: left;
    float: left;
}
.personbio.fancybox-content .imgwrap {
    width: 300px;
	margin-bottom: 20px;
    float: left;
}	
}
@media (max-width: 450px) {
.personbio.fancybox-content {
 padding: 44px 22px;
	}
}


.person {
    height: 0;
	width: 0;
    float: left;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s, visibility 0s;
}
.person.isvisible {
    height: auto;
    width: 19%;
    padding: 2%;
    margin: 0 2% 2% 0;
    visibility: visible;
    opacity: 1;
	background-color: #f1efea;
}
.person.isvisible .innerpersonwrap {  }

.person h4 {
    padding-bottom: 5px;
    padding-top: 5px;
}
.person p {
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 22px;
}
.personinfo p a,
.person p a { word-wrap: break-word; }
.person a.button.small {
    margin-top: 10px;
}
.personbio p {
    padding-bottom: 5px;
}
.personbio .popbio p {
    padding-left: 0;
    padding-bottom: 15px;
}
.personbio h4, .personbio p {
    padding-left: 20px;
}
.chaptersdiv p:before {
    display: inline;
    content: "Chapters in Division: ";
    font-weight: 600;
}
.chaptersdiv {
    border-top: 1px solid;
    margin-top: 10px;
    padding-top: 10px;
}
.chaptersdiv p {
    font-size: 14px;
    line-height: 19px;
}

select#role_dropdown {
    float: left;
    max-width: 300px;
    margin-right: calc(100% - 300px);
    margin-bottom: 30px;
}

/* NUMBERS STYLES */
.wrapper.numbers.gold {
	background-color: var(--gold-bg-color);
	border-bottom: 6px solid #000000;
}
.numbers h2.numbers {
    text-align: left;
    padding-bottom: 30px;
	
	font-family: acumin-pro, sans-serif;

	font-size: 28px;
	line-height: 34px;
	color: var(--primary-header-color);
}
.numbers h4 {
    color: var(--primary-header-color);
    
	font-family: acumin-pro, sans-serif;

    font-size: 44px;
    line-height: 50px;
}
.numbers p {
    font-size: 24px;
    line-height: 32px;
    padding: 0px 30px 0 0;
	color: var(--primary-header-color);
}
/* POPUP STYLES */
div#popup {
    background-color: var(--dkgrey-bg-color);
    border: 10px solid #ffffff;
    max-width: 500px;
	text-align: center;
    padding: 30px 30px 15px;
}
div#popup.black
{
  background-color: var(--primary-bg-color);
}
div#popup.gold
{
  background-color: var(--gold-bg-color);
}

#popup img { max-width: 225px; padding-bottom: 20px;}

#popup h3 {
    padding-bottom: 20px;
}
#popup p {
    padding-bottom: 20px;
    
	font-family: acumin-pro, sans-serif;

    line-height: 32px;
    font-size: 22px;
	text-align: center;
}
#popup.black p a.button,
#popup.dkgrey p a.button,
#popup.gold p a.button {
    background: var(--secondary-button-color);
	color: var(--primary-txt-color) !important;
}
#popup.black p a.button:hover {
    background: var(--primary-button-color);
	color: #ffffff !important;	
}
#popup.dkgrey p a.button:hover,
#popup.gold p a.button:hover {
    background: var(--primary-txt-color);
	color: #ffffff !important;
}

.fancybox-slide--html #popup .fancybox-close-small {
    color: #fff !important;
}
/* PHOTO AND TEXT */

.half.right {
    float: right;
    padding: 0 0 0 6%;
}
.half.left.last, 
.half.left.last p {
	text-align: right;
}

.sideimagewrap {
    height: 450px;
	min-height: 450px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
h3.subtitle {
    
	font-family: acumin-pro, sans-serif;

    font-weight: 400;
    color: var(--primary-button-color);
}
h5.eyebrow {
    font-family: "industry", sans-serif;
    text-transform: uppercase;
    color: var(--primary-link-color);
    font-size: 18px;
    letter-spacing: 4px;
    padding-bottom: 0px;
}


@media (max-width: 1000px) {
	
	
.person.isvisible {
    width: 27.333%;
}
	
}
@media (max-width: 768px) {
#popup img {
    max-width: 160px;
}
#popup h3 {
        font-size: 22px;
        line-height: 28px;
}
#popup p {
    line-height: 24px;
    font-size: 15px;
}	
}

@media (max-width: 700px) {

.person.isvisible {
        width: 41%;
        margin: 0 3% 3% 0;
        padding: 3%;
    }
}

@media (max-width: 500px) {
.sectionright {
    float: right;
    width: 100%;
    padding-left: 0;
max-width: unset;
	}
	img.alignright.small {
  max-width: 100%;
  padding: 0 0 15px 0;
}
	
.person.isvisible {
        width: 90%;
        margin: 0 0% 3% 0;
        padding: 5%;
}	

}
/* LARGE ICONS */
.iconlarge i {
    font-size: 0;
    width: 100%;
}
.iconlarge i:before {
    font-size: 115px;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: auto;
	line-height: 140px;
}

/* ICONS */

.icon a i {
    display: block;
    font-size: 80px;
    background-color: var(--dkgrey-bg-color);
    width: 160px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin: auto;
}
.icon.black a i {
  background-color: var(--primary-bg-color);
}
.icon.gold a i {
  background-color: var(--gold-bg-color);
}
.iconcopy h4 {
    font-size: 36px;
    line-height: 44px;
}
.icons .iconcopy.black h4 {
  color: var(--primary-bg-color);	
}
.icons .iconcopy.gold h4 {
  color: var(--gold-bg-color);
}
.icons .iconcopy.dkgrey h4 {
  color: var(--dkgrey-bg-color);
}

.iconcopy {
    text-align: center;
    padding: 20px 0;
    max-width: 335px;
    margin: auto;
}
.iconcopy p { text-align: center; color: var(--primary-txt-color) !important;}

@media (max-width: 768px) {
.icon a i {
    font-size: 50px;
    width: 100px;
    height: 100px;
	line-height: 100px;
}
.iconcopy {
    padding: 10px 0 0 0;
}
.iconcopy h4 {
    font-size: 28px;
    line-height: 34px;
}	
}

/* ACCORDION STYLES */

.ec .fullwidth
{
    padding-top: 10px;
}

p.accordionHead {
    border-top: 1px solid #000000;
    cursor: pointer;
    padding: 20px 0 20px 0;
    font-weight: 700;
    font-size: 20px;
}

p.accordionHead a {
      color: var(--primary-hover-color);
}

p.accordionHead a:hover {
  text-decoration: none;
    color: var(--primary-link-color);

}
p.accordionHead a em {
    font-weight: 400 !important;
}

p.accordionHead i {
    color: var(--primary-hover-color);
    cursor: pointer;
    display: block;
    float: right;
    font-size: 24px;
    line-height: 26px;
    padding: 1px 0;
}
h4.accordionHead i {
    cursor: pointer;
    display: block;
    float: right;
    font-size: 18px;
    line-height: 20px;
    padding: 1px 0;	
}

p.accordionHead:hover i,
p.accordionHead:hover a {
        color:  var(--primary-link-color);
}
.resource {
    padding: 5px 0 15px 0;
}

.bottomborder {
    border-top: 1px solid #000000;
    padding-bottom: 25px;
	clear:both;
}
.bottomborder.thick {
    border-top: 6px solid #000000;
}
/* BLOG FEED */

.cover {
    width: 43%;
    float: left;
}
.indexcontent {
    width: 52%;
    float: left;
    padding-left: 5%;
}
.indexcontent h1 {
    padding-bottom: 35px;
    font-size: 44px;
    line-height: 54px;
}
.singleblog p.datecat { padding-bottom: 0px; text-transform: uppercase;}

.blog .blog .singleblog {
    width: 30%;
    float: left;
    padding: 0 5% 30px 0;
}
.blog .blog .singleblog:nth-of-type(3n) {
	padding: 0 0 30px 0;
}
.blog .blog .singleblog:nth-of-type(3n + 1) {
    clear: both;
}

.blog.blogcat .singleblog {
    width: 47%;
    float: left;
    padding: 0 6% 30px 0;
}
.blog.blogcat .singleblog.even {
	padding: 0 0 30px 0;
}
.blogimg {
    height: 225px;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}

h2.insta span, /* insta feed */
h2.numbers span,
.blogfeed h2 span {
    display: block;
    font-size: 16px;
    
	font-family: acumin-pro, sans-serif;

    text-transform: uppercase;
}
h2.numbers span a, h2.numbers span a:hover { color: #ffffff; }

.blogfeed p {
    text-align: center;
}
.blogfeed h4 a {
    color: var(--secondary-header-color);
}
.blogfeed h4 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    padding-bottom: 10px;
}

/* BLOG STYLES */

ul.topics {
    margin: 0;
}
.topics li {
    list-style-type: none;
    padding: 0;
    display: inline-block;
}
.topics li a {
    background-color: var(--primary-bg-color);
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0 3px 6px 0;
    display: block;
    
	font-family: acumin-pro, sans-serif;

    font-weight: 400;
}
.topics li.current-cat a { background-color: var(--dkgrey-bg-color);}

.singleblog h3 a
{
    color: var(--primary-txt-color);
}
.single .cats {
	text-align: center;
    padding: 15px 0px;
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    margin: 20px 0px;
}


.singleblog p {
    font-size: 16px;
	padding-bottom: 5px;
}
.singleblog h3 {
    font-size: 24px;
    line-height: 30px;
    padding: 0;
    color: var(--primary-txt-color);
}
.paging {
    clear: both;
}

/* CHAPTER UPDATE STYLES */

.onethird.switch { text-align: right;padding-top:15px; }

.tax-chapter form#chapter-select-form {
	display: inline-block;
  padding: 0;
}
p.chapterswitch {
    display: inline-block;
    line-height: 36px;
    padding: 0px 10px 0 0;
}

.chapterupdate {
    clear: both;
    border-top: 1px solid;
    padding: 30px 15px 20px;
}
.chapterupdate {
    clear: both;
    border-top: 6px solid #000000;
    padding: 30px 15px 20px;
}
.chapterupdate .row {
    border-bottom: 1px solid #999999;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.chapterupdate .row:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.colorbar h1 { padding: 0;}
.colorbar .onethird.last {
    display: grid;
    height: 60px;
    place-content: end;	
}
.colorbar.black .onethird.last p a:hover { color: #ffffff; }


@media (max-width: 700px) {
.mobileonly {
    display: block;
}	
}	

/* FOOTER STYLES */

.wrapper.footer {
    background-color: var(--primary-bg-color);
    color: #ffffff;
    overflow: hidden;
    padding: 50px 0;
    text-align: center;
    background-image: url(images/footer_snake_bg.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: center 50px;
}
.footer .half { width: 50%; padding: 0; text-align: left;}
.footer .fourth { width: 23%; padding: 0 0 0 2%; float: right;}
.footer img.footerlogo {
    max-width: 450px;
    height: auto;
    padding-bottom: 50px;
}
.footer .fourth h4 {
    text-align: left;
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
}
footer .menu-main-menu-container {
    max-width: unset;
    width: 100%;
    padding: 0;
}
ul.footermenu {
    padding: 0 0 40px 0;
    margin: 0;
    overflow: hidden;
    display: block;
    float: left;
    width: 100%;

}
ul.footermenu li {
    list-style: none;
    display: block;
    padding: 5px 0;
    margin: 0;
    float: left;
	width: 100%;
	text-align: left;	
}
ul.footermenu li a {
    
	font-family: acumin-pro, sans-serif;

    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 20px;

}
ul.footermenu li a span {
    display: none;
}
ul.footermenu ul {
    margin: 0;
}
.footer p { text-align: left; font-size: 16px; padding-bottom: 0px; line-height: 24px;}
.footer p a { color: var(--secondary-txt-color); }

.footer p a:hover { color:  var(--secondary-button-color); }
.footer p.small.credit {padding-bottom:100px;}
.footer p.small.credit a { color: #ffffff;font-size: 11px;font-weight:400; }
.footer p.small {
    font-size: 13px;
    line-height: 23px;
}
a.socialicon i:before {
    display: block;
    height: 0;
}

.footer a.socialicon {
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 5px 10px 5px 0;
    font-size: 32px;
}
.footer a.socialicon:hover {
    color: var(--secondary-txt-color);
}
.socialicons.footer {
    padding: 30px 0px;
}

.footer a.button {
    padding: 15px 30px;
    width: 120px;
    text-align: center;
    margin-bottom: 15px;
}


@media (max-width: 1200px) {
.footer img.footerlogo {
    max-width: 350px;
    padding-bottom: 30px;
}
}
@media (max-width: 900px) {
.footer .half {
    width: 100%;
    padding: 0;
}
	.footer .fourth {
		width: 50%; padding: 0;
	}

}

@media (max-width: 550px) {
	.footer img.footerlogo {
    max-width: 80%;
    padding-bottom: 30px;
}
	.footer .fourth {
		width: 100%; padding: 0 0 20px 0;
	}
	.footer .fourth p {
        display: inline-block;
        float: left;
        margin-right: 10px;
    }
	.footer a.button {
        padding: 10px 10px;
        width: auto;
        font-size: 16px;
    }
}



hr {
    border: none;
    border-top: 1px solid #d9d9d9;
    padding-top: 12px;
}

.single-post img.wp-post-image {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}


/* tablet width */
@media (max-width: 768px) {
.cover {
    width: 100%;
}
.indexcontent {
    width: 100%;
    padding: 20px 0 0 0;
}

.twothirds {
    float: left;
    width: 55%;
    padding: 0 5% 0 0;
}	
.onethird.last {
    padding: 0;
    float: right;
    width: 40%;
}	
.onefourth.last,
.threefourths.first,
.onefourth, 	
.threefourths,	
.fourth,
.fourth.last,
.third,
.third.last
{
  width: 100%;
  padding: 0 0;
}
.icons .half,
.icons .half.last {
    width: 100%;
    padding: 0 0;
}
.icons .half, .icons .half.last, .icons .third, .icons .third.last { padding-bottom: 20px;}
	
.onefourth img { max-width: 350px; padding-bottom: 20px;}
.iconlarge i:before {
    padding-bottom: 25px;
}	
.numbers .fourth,
.numbers .fourth.last
{ padding-bottom: 50px;}
.numbers .fourth h4 {
    font-size: 32px;
}
.numbers .fourth p {
    font-size: 18px;
    line-height: 26px;
}
	
p.accordionHead {
    padding: 15px 0;
    font-size: 16px;
}	
p.accordionHead i {
    font-size: 20px;
    line-height: 22px;
}	

}




@media (max-width: 700px) {

.imgwrapper {
    width: 100%;
    padding: 0 0 15px 0;
}

.onethird,
.twothirds,
.onethird.first,
.twothirds.first,
.onethird.last,
.twothirds.last
{
width: 100%;
padding: 0;
}
	
.half,
.half.blogfeed	
{
  float: left;
  width: 100%;
  padding: 0;
}

.half.first,
.half.blogfeed,
.half.last {
  padding: 0 0 30px 0;
}
	.half .sidecopywrap { margin-top: 20px !important;text-align:left !important;}	
    .half .sidecopywrap p {
        text-align: left !important;
    }
}

table {
    text-align: center;
    margin: 0 0 0;
    width: 100%;
    border-collapse: collapse;
}
th, td {
    padding: 4px 10px;
    text-align: left;
}


/* SLIDER STYLES */

.bx-wrapper {
	position: relative;
	margin: 0 auto 20px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	display: block;
}

.bx-wrapper .bx-viewport {
	left: 0px;
	background: #fff;
}

.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -10px;
	width: 100%;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	z-index: 9999;
}

.bx-wrapper .bx-prev {
	left: 20px;
}

.bx-wrapper .bx-next {
	right: 20px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}


.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
    font-size: 0;
}

.bx-wrapper .bx-next:before,
.bx-wrapper .bx-prev:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-light);
    font-weight: 300;
    width: 40px;
    height: 40px;
    text-indent: 0;
    font-size: 28px;
    color: #fff;
    background: #666666;
    border-radius: 50%;
    text-align: center;
    opacity: .8;
	line-height: 40px;
}


.bx-wrapper .bx-prev:before {
    content: '\f104';
}
.bx-wrapper .bx-next:before {
    content: '\f105';
}



/* slide specific styles */

#slider {
    max-width: var(--banner-max-width);
    margin: 0 auto;
}

.bannerwrap {
    overflow: hidden;
}

.bxslider 
{
 margin: 0;
padding: 0;
}

.bxslider li 
{
  padding: 0;
  display: none;
}

.bxslider li:nth-child(1)
{
  display: block;
}

.bxslider li img
{
  width: 100%;
  height: auto;
  float: left;
}

.bx-wrapper .bxslider li
{
  display: block;
  height: 600px;
  overflow: hidden;
}

.bxslider li.black {
	background-color: var(--primary-bg-color);
}
.bxslider li.gold {
  background-color: var(--gold-bg-color);
}
.bxslider li.dkgrey {
  background-color: var(--dkgrey-bg-color);
}

.bxslider li div.slidephoto {
    width: 60%;
    float: left;
	height: 600px;
	background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
}
.bxslider li div.slidecopy {
    width: calc(26% - 12px);
    float: left;
    padding: 25px 2% 10px;
    border: 6px solid #ffffff;
    margin: 0 5%;
}

.bxslider li div.slidecopy h3 {
    font-size: 50px;
    line-height: 54px;
	text-align: left;
	padding: 0 0 15px;
	color: var(--secondary-txt-color);
}

.bxslider li div.slidecopy p {
    font-size: 20px;
    line-height: 28px;
	text-align: left;
}
.bxslider li div.slidecopy a {
   color: var(--secondary-txt-color); 
}
.bxslider li.gold div.slidecopy h3,
.bxslider li.gold div.slidecopy p,
.bxslider li.gold div.slidecopy p a
{ color: var(--primary-txt-color); }


@media (max-width: 1300px) {
.bxslider li div.slidecopy h3 {
	padding: 0 0 15px;
}	
}

@media (max-width: 1200px) {
.bx-wrapper .bxslider li
{
  height: 500px;
}	
.bxslider li div.slidephoto {
	height: 500px;
}
.bxslider li div.slidecopy h3 {
    font-size: 36px;
    line-height: 42px;
	padding: 0 0 10px;
}
.bxslider li div.slidecopy p {
    font-size: 18px;
    line-height: 26px;
}
.bxslider li div.slidecopy a.button {
    font-size: 18px;
    margin-top: 5px;
}	
}

@media (max-width: 1100px) {
	
.bxslider li div.slidephoto {
    width: 55%;
}
.bxslider li div.slidecopy {
    width: calc(35% - 12px);
	    margin: 0 3%;
}	
	
.bx-wrapper .bx-next:before, .bx-wrapper .bx-prev:before {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
}
.bx-wrapper .bx-prev {
	left: 10px;
}
.bx-wrapper .bx-next {
	right: 10px;
}
}

@media (max-width: 768px) {

.bx-wrapper .bx-viewport {
    height: auto !important;
}	
.bx-wrapper .bxslider li
{
  height: auto !important;
}	

.bxslider li div.slidephoto {
    width: 100%;
	height: 350px;
}
.bx-wrapper .bx-controls-direction a {
    top: 175px;
}	
.bxslider li div.slidecopy {
    width: calc(82% - 12px);
    padding: 20px 4% 0px;
	height: auto;
    margin: 30px 5% !important;
	}	
}
@media (max-width: 600px) {
.bxslider li div.slidephoto {
	height: 280px;
}
.bx-wrapper .bx-controls-direction a {
    top: 140px;
}
.wrapper.colorbar {
    padding: 30px 0;
}	
}

@media (max-width: 500px) { 

.bxslider li div.slidephoto {height: 275px;}
.bxslider li div.slidecopy {
    padding: 15px 4% 0px;
}
	.bxslider li div.slidecopy h3 {
    font-size: 24px;
    line-height: 30px;
	padding: 0 0 5px;
}
.bxslider li div.slidecopy p {
    font-size: 14px;
    line-height: 20px;
	padding-bottom: 15px;
}
}
@media (max-width: 450px) { .bxslider li div.slidephoto {height: 240px;}}
@media (max-width: 400px) { .bxslider li div.slidephoto {height: 200px;}}

