/*

Theme Name: LFS - 	Law Office of Mark A. Skipper

Theme URI: http://www.lawfirmsites.com/

Author: Law Firm Site

Author URI: http://www.lawfirmsites.com

Description: A simple responsive theme with theme options panel, and page templates.

Version: 1.0

*/

/* Overwrite Bootstrap */


/*

    -- FONTS --

*/

@import url('https://use.typekit.net/kze2ier.css');






:root {
	
	--font1: 'inter-variable', sans-serif;
	--font2: 'lindsey-signature', sans-serif;
	--font3: 'Font Awesome 5 Free';
	--color-primary: #022246;
	--color-secondary: #DA0000;
	--color-text: #000;
	--color-black: #000;
	--color-default: #fff;
	
	--fs96: 6rem;
	--fs90: 5.625rem;
	--fs80: 5rem;
	--fs75: 4.6875rem;
	--fs72: 4.5rem;
	--fs65: 4.0625rem;
	--fs64: 4rem;
	--fs60: 3.75rem;
	--fs58: 3.625rem;
	--fs55: 3.4375rem;
	--fs52: 3.25rem;
	--fs50: 3.125rem;
	--fs48: 3rem;
	--fs47: 2.9375rem;
	--fs45: 2.8125rem;
	--fs44: 2.75rem;
	--fs42: 2.625rem;
	--fs40: 2.5rem;
	--fs38: 2.375rem;
	--fs36: 2.25rem;
	--fs34: 2.125rem;
	--fs32: 2rem;
	--fs30: 1.875rem;
	--fs29: 1.8125rem;
	--fs28: 1.75rem;
	--fs27: 1.6875rem;
	--fs26: 1.625rem;
	--fs25: 1.563rem;
	--fs24: 1.5rem;
	--fs23: 1.438rem;
	--fs22: 1.375rem;
	--fs21: 1.35rem;
	--fs20: 1.25rem;
	--fs19: 1.188rem;
	--fs18: 1.125rem;
	--fs17: 1.0625rem;
	--fs16: 1rem;
	--fs15: 0.9375rem;
	--fs13: 0.8125rem;
	--fs14: 0.875rem;
	--fs12: 0.75rem;
	--fs11: 0.6875rem;
	--fs10: 0.625rem;
}





/* Ovewrite Bootstrap */

html { font-size: 0.833333vw; }

body{
    font-family: var(--font1);
	color: var(--color-text);
	font-size: var(--fs16);
	font-weight: 400;
	line-height: 1.5em;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5 {

    margin: 0px;

}

ul {

    list-style: none;

    margin: 0px;

    padding: 0px;

}

a {

    color: var(--color-secondary);

    transition: all .2s ease;

    -webkit-transition: all .2s ease;

    -mz-transition: all .2s ease;

    -moz-transition: all .2s ease;

    -o-transition: all .2s ease;

}

a:hover, a:focus {

    color: var(--color-primary);

    text-decoration: none;

    outline: none;

}

p:empty {

    display: none;

}
.container {
    max-width: 95.875rem;
    width: 90%;
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.alignleft {
	float: left;
    margin: 0 1.875rem 1.875rem 0;
}
.alignright {
	float: right;
    margin: 0 0 1.875rem 1.875rem;
}
.aligncenter {
	display:block;
	margin: 0 auto 1.875rem;
}
.wp-caption-text {
	font-style: italic;
	font-size: 0.6875rem;
	line-height: 1.5em;
    text-align: center;
}
.clear {
	clear: both;
}
.col-md-6,
.col-md-4,
.col-md-8,
.col-md-5,
.col-md-7,
.col-md-3,
.col-md-2,
.col-md-9 {
	padding-left: 0;
	padding-right: 0;
}
.center {text-align: center !important;}
.flex-container {
	max-width: 1800px;
	padding: 0 0.9375rem;
	margin: 0 auto;
	justify-content: space-between;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	font-size: var(--fs64);
	font-weight: 600;
	font-family: var(--font1);
	color: var(--color-primary);
	text-transform: uppercase;
	line-height: 1.2em;
	margin-bottom: 1.875rem;
}
.h1, .h2, .h3, .h4, .h5 { margin-top: 0; }
.h1 { font-size: var(--fs80); text-transform: none; }
h2, .h2 { font-size: var(--fs48); }
h3, .h3 {
	font-size: var(--fs32);
	font-weight: 700;
}
h4, .h4 {
	font-size: var(--fs28);
	font-weight: 400;
	line-height: 1.7em;
}
h5, .h5 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: var(--fs24);
	color: var(--color-secondary);
	letter-spacing: 0.0625rem;
	line-height: 1.7em;
	margin-bottom: 1rem;
}
a.btn, a.btn-arrow {
	background-color: transparent;
	border: 0.0625rem solid var(--color-secondary);
	color: var(--color-default);
	text-transform: none;
	font-size: var(--fs20);
	font-family: var(--font1);
    font-weight: 500;
    padding: 1.1875rem 2.5rem;
    border-radius: 0;
    letter-spacing: 0;
	text-decoration: none;
	line-height: 1.2em;
	white-space: pre-wrap;
	transition: all .5s ease;
	position: relative;
	min-width: 14.125rem;
}
a.btn-arrow:after { content: '\f054'; font-family: var(--font3); font-weight: 700; display: inline-block; font-size: var(--fs15); position: relative; margin-left: 1rem; }
a.btn:before { content: ''; background-color: var(--color-secondary); position: absolute; left: 0.5rem; right: 0.5rem; top: 0.3125rem; bottom: 0.3125rem; transition: all 0.5s ease; }
a.btn span { position: relative; color: var(--color-default); }
a.btn:hover, a.btn:focus { border-color: var(--color-primary); color: var(--color-default); }
a.btn:hover:before, a.btn:focus:before { background-color: var(--color-primary); }
a.btn:hover span, a.btn:focus span { color: var(--color-default); }
a:hover > img, a:hover > svg, a:focus > img, a:focus > svg { opacity: 0.8; }
blockquote {
	border: 0;
	border-bottom: 1px solid var(--color-primary);
	padding: 0 0 1.25rem;
	margin-bottom: 3.75rem;
	color: var(--color-primary);
	font-size: var(--fs26);
	font-family: var(--font1);
	font-weight: 700;
	line-height: 1.8em;
}
hr { border-top: 1px solid var(--color-primary); margin-top: 1.25rem; margin-bottom: 2.8125rem; }
.bg-overlay:before, .with-bg:before, .with-bg:after { content: ''; }
.overlay, .bg-overlay:before, .with-bg:before, .with-bg:after { position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
.bg-overlay, .bg-overlay > div, header#header > section { position: relative; }
.bg, .with-bg { background-repeat: no-repeat; background-size: cover; }
.flex-between { flex-wrap: wrap; justify-content: space-between; }
.flex-end { flex-wrap: wrap; justify-content: flex-end; }
.flex-center { flex-wrap: wrap; justify-content: center; }
.flex-start { flex-wrap: wrap; justify-content: flex-start; }
.flex-alend { align-items: flex-end; }
.flex-alcenter { align-items: center; }
.flex-alstart { align-items: flex-start; }
.col2 { -webkit-column-count: 2; column-count: 2; -webkit-column-gap: 5%; column-gap: 5%; }
icon svg, svg[data-use] { height: 1em;  width: 1em; fill: inherit; stroke: inherit; }
a.skip-main { position: absolute; top: auto; width: 1px; height: 1px; overflow: hidden; z-index: 999; }
a.post-edit-link { display: inline-block; background-color: rgba(0,0,0,0.8); position: fixed; bottom: 1.25rem; left: 1.25rem; z-index: 9999; color: var(--color-default); font-size: 1.125rem; padding: 0.5rem 2.5rem; line-height: 1.4em; }
a.post-edit-link:hover { background-color: rgba(0,0,0,1); }
.bg-image.bg-overlay { position: absolute; }
.img-fit { width: 100%; height: 100%; object-fit: cover; }
.with-bg { background-color: var(--color-default); position: relative; }
.with-bg:before { background-image: url(images/bg-main.jpg); background-size: cover; height: 60.3125rem; opacity: 0.4; }
.with-bg:after { background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 50%); height: 60.3125rem; }
.with-bg > div { position: relative; z-index: 1; }


/* Header ---------------------------------------------*/
header#header { position: relative; }
header#header .menu-header-section { z-index: 2; background-color: var(--color-primary); }
header#header .bg-image:before { background-color: rgba(2,34,70,0.71); }
header#header .menu-content { padding: 1.25rem 0; gap: 0 1rem; }
header#header .logo { width: 8%; }
header#header .nav { width: 65.75%; }
header#header .mhs-topright { justify-self: flex-end; width: 24%; }
header#header .mhs-topright .button { margin-left: 1rem; }
header#header .mhs-topright .button a { background-color: var(--color-secondary); color: var(--color-default); text-transform: uppercase; font-size: var(--fs15); font-weight: 600; line-height: 1.2em; padding: 1.5rem 2.5rem; transition: all 0.5s ease; padding: 1rem 3.0625rem; }
header#header .mhs-topright .button a:hover, header#header .mhs-topright .button a:focus { background-color: var(--color-default); color: var(--color-secondary); }
.fssocial a, .fstop .fssocial a { font-size: var(--fs36); color: var(--color-default); margin: 0 0.5rem; }
.fssocial a:hover, .fssocial a:focus, .fstop .fssocial a:hover, .fstop .fssocial a:focus { color: var(--color-secondary); }


.main-menu { flex-wrap: wrap; justify-content: flex-start; gap: 0 2.875em; }
.main-menu > li {
	font-weight: 600;
	font-family: var(--font1);
	font-size: var(--fs15);
	line-height: 1.2em;
	text-transform: uppercase;
}
.main-menu > li > a {
	color: var(--color-default);
	text-decoration: none;
	display: block;
	padding: 5px 0;
	transition: all .5s ease-in-out;
}
.main-menu > li > a:after {
	content: ''; display: block; width: 100%; height: 0.125rem; background-color: var(--color-default);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin-top: 0.25rem;
}
.main-menu > li > a:hover:after, .main-menu > li > a:focus:after, .main-menu > li.current-menu-item > a:after, .main-menu > li.current-page-ancestor > a:after, .main-menu > li.current-menu-parent > a:after { -webkit-transform: scaleX(1); transform: scaleX(1); }
.main-menu ul li.current-menu-item > a, .main-menu li.menu-item-has-children ul li a:hover, .main-menu li.menu-item-has-children ul li a:focus { background-color: var(--color-secondary); }
.main-menu li ul li a {
	padding: 0.75rem 1.25rem 0.625rem;
	display: block;
	text-align: left;
	color: var(--color-default);
	border-bottom: 1px solid #033444;
	margin: 0;
}
.main-menu li ul li:last-child a { border-bottom: 0; }
/* 3 layers */
.main-menu li ul ul {
	top: 0;
    left: 100%;
    margin-top: -1px;
    width: 20.625rem;
    position: absolute;
}
.main-menu li ul.sub-menu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0.25rem rgba(0,0,0,0.5);
	background-color: #383b38;
}
.main-menu li ul.sub-menu::-webkit-scrollbar {
	width: 0.25rem;
	background-color: #383b38;
}
.main-menu li ul.sub-menu::-webkit-scrollbar-thumb { background-color: #797979; }


/* Menu fix section ---------------------------------------------*/
.menu-fixed-section {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 100;
}


/* Banner Section ---------------------------------------------*/
.banner-section { min-height: 14.8125rem; display: flex; align-items: center; justify-content: center; }
.banner-section h1, .banner-section .h1 { font-size: var(--fs64); font-weight: 300; }
.banner-section h1 strong, .banner-section .h1 strong { color: var(--color-secondary); font-weight: 900; }


/* Main Content ---------------------------------------------*/
.main-wrapper.inner-wrap { min-height: 25rem; }
.inner-wrap { padding: 6rem 0 5rem; }
.main-content p { margin: 0 0 1.875rem; }
.main-content ul {
	margin-left: 1.25rem;
	list-style-type: disc;
}
.main-content ul li {
    margin-bottom: 0.4375rem;
}
.main-content ul,
.main-content ol {
	margin-bottom: 1.875rem;
}
.main-content ul ul,
.main-content ol ol {
	margin-bottom: 0;
}
.main-content ol { padding-left: 1rem; }
.main-content .wp-caption {
	display: table;
	margin-bottom: 1.875rem;
}
.main-content .wp-caption-text {
	display: table-caption;
	caption-side: top;
	color: #b29b55;
	font-size: 12px;
	font-style: italic;
}
.main-content .wp-caption p { margin: 0 0 1.25rem; }
.dark {color: #fff;}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark .h1, .dark .h2, .dark .h3, .dark .h4, .dark .h5 { color: #fff; }
.dark a { color: var(--color-secondary); }
.dark a:hover, .dark a:focus, .dark a.btn { color: #fff; }
.main-content .sitecol { flex-wrap: wrap; }
.main-content .sitecol .col { width: 33.3333%; padding-right: 3%; }


/* paginate ---------------------------------------------*/
.paginate {
	padding-top: 4rem;
	text-align: center;
	color: var(--color-text);
	display: flex;
	align-items: center;
	justify-content: center;
}
.paginate .page-numbers { font-weight: 700; font-size: var(--fs16); line-height: 1.2em; color: #1E284A; text-transform: uppercase; padding: 0 0.4375rem; }
.paginate .prev, .paginate .next { border: 0.0625rem solid #1E284A; padding: 1rem 2rem; margin: 0 2.75rem; color: var(--default); background-color: #1E284A; color: var(--color-default); }
.paginate .prev { background-color: transparent; color: #1E284A; }
.paginate .page-numbers:hover, .paginate .page-numbers:focus { color: var(--color-primary); }
.paginate a.prev:hover, .paginate a.prev:focus, .paginate a.next:hover, .paginate a.next:focus { background-color: var(--color-secondary); color: var(--color-default); border-color: var(--color-secondary);}


/* Blog ---------------------------------------------*/
.mcblog { column-gap: 1.75rem; }
article.blogpost { max-width: 34.0625rem; width: 100%; margin-bottom: 2rem; color: #A8ABB8; font-size: var(--fs16); line-height: 1.5em; font-weight: 400; position: relative; padding-bottom: 4rem; }
article.blogpost .ptitle {
	font-size: var(--fs24);
	font-family: var(--font1);
	font-weight: 600;
	margin-bottom: 1.25rem;
	line-height: 1.3em;
	text-transform: none;
	letter-spacing: 0;
	color: var(--color-dark-bluegray);
	min-height: 3.9375rem;
}
article.blogpost .featured-image {
	height: 25.875rem;
	width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
	margin-bottom: 1.875rem;
}
article.blogpost a { color: #A8ABB8; }
.pdate { font-size: var(--fs16); line-height: 1.5em; font-weight: 700; margin-bottom: 0.625rem; text-transform: uppercase; }
.featured-image.nopic { background-image: none; background-color: var(--color-primary); display: flex !important; justify-content: center; align-items: center; }
.featured-image.nopic img { width: 80%; }
article.blogpost .post-meta { display: flex; font-weight: 700; font-size: var(--fs14); line-height: 1.4em; text-transform: uppercase; border-top: 0.0625rem solid rgba(138,146,175,0.27); position: absolute; left: 0; right: 0; bottom: 0; color: #626572; padding-top: 1rem; }
article.blogpost .post-meta .more { color: var(--color-blue); }
article.blogpost a:hover .ptitle, article.blogpost a:focus .ptitle { color: var(--color-secondary); }
article.blogpost a:hover .featured-image, article.blogpost a:focus .featured-image { opacity: 0.8; }
article.blogpost a:hover .post-meta .more, article.blogpost a:focus .post-meta .more { color: var(--color-primary); }
.single-blog .pdate { margin-bottom: 1.75rem; }
.sidebar .box { background-color: var(--color-bg-light); padding: 3.125rem 2.5rem; }
.side-blog ul { margin: 0; }
.side-blog ul li { list-style: none; margin-bottom: 1.25rem; line-height: 1.5em; }
.side-blog ul li a { text-decoration: none; color: var(--color-primary); border-bottom: 0.0625rem solid var(--color-primary); }
.side-blog ul li a:hover, .side-blog ul li a:focus { border-bottom: 0; }

.mcendorsements { max-width: 91.25rem; margin: 0 auto; width: 100%; }
.mcendorsements .item { margin-bottom: 2rem; }
.mcendorsements .item .img, .mcbottom .img, .main-bio .side-bio .img, .about-flex .side-about .img { border: 0.0625rem solid var(--color-secondary); padding: 1.5625rem 1.25rem; }
.mcendorsements .item .img { max-width: 33.8125rem; width: 100%; }
.mcendorsements .item .img img { max-width: 31.25rem; height: 31.25rem; width: 100%; }
.mcendorsements .item .desc h2 { font-size: var(--fs40); line-height: 1.1em; margin-bottom: 0; text-transform: uppercase; font-weight: 700; }
.mcendorsements .item .desc .auth { display: flex;  margin-bottom: 2rem; font-size: var(--fs24); color: var(--color-secondary); line-height: 1.2em;}
.mcendorsements .item .desc .auth .pos { width: 100%; font-size: var(--fs18); font-weight: 600; color: var(--color-primary); }
.mcendorsements .item .desc .auth .slash { display: block; font-size: 0; margin: 1rem 1rem 0; }
.mcendorsements .item .desc .auth .slash:before, .mcendorsements .item .desc .auth .slash:after { content: ''; width: 0.1875rem; height: 3.125rem; background-color: var(--color-primary); display: inline-block; margin: 0 0.1875rem; transform: rotate(24deg); }
.mcendorsements .item .box, .main-bio .side-bio .box, .about-flex .side-about .box { background-color: var(--color-primary); font-size: var(--fs20); line-height: 1.5em; min-height: 19.4375rem; display: flex; align-items: center; justify-content: center; padding: 2.5rem; box-shadow: 0.3125rem 0.4375ren 0.3rem rgba(0,0,0,0.13); }
.mcendorsements .item .box .i-quote, .main-bio .side-bio .box .i-quote { display: block; margin-bottom: 0.5rem; }
.mcendorsements .item .box .i-quote svg { width: 3.625rem; height: 3rem; }
.mcendorsements .item .box .content { max-width: 42.625rem; margin: 0 0 0 2rem; }
.mcendorsements .item .box .content p:first-of-type:before,.mcendorsements .item .box .content p:last-of-type:after { content: '"'; }

.join-form, .endorse-form { max-width: 68rem; margin: 0 auto; }

.mccommittees .item .boxes ul { margin: 0; gap: 0 3.125rem; }
.mccommittees .item .boxes ul li { list-style: none; margin-bottom: 3.125rem; }
.mccommittees .item .boxes ul li, .mccommittees .item .boxes ul li > span { max-width: 35.8125rem; width: 100%; }
.mccommittees .item .boxes ul li > span { min-height: 8.125rem; background-color: var(--color-primary); color: var(--color-default);  font-size: var(--fs24); line-height: 1.2em; font-weight: 400; padding: 1rem 2rem; display: flex; align-items: center; justify-content: center; }
.mccommittees .item .boxes ul li .name { font-size: var(--fs32); }
.mccommittees .item .boxes ul li .slash { display: inline-block; margin: 0 0.5rem; }

.main-bio { font-size: var(--fs24); line-height: 1.2em; text-align: justify; }
.mcbottom { clear: both; margin-top: 5rem; }
.mcbottom .img { margin-bottom: 1.5rem; }
.main-bio .side-bio .img { max-width: 43.9375rem; float: left; margin-right: 2rem; margin-bottom: 2rem; }
.main-bio .side-bio .box, .about-flex .side-about .box { max-width: 33.5rem; font-size: var(--fs16); line-height: 1.4em; min-height: 16.1875rem; margin-top: -6.5rem; position: relative; float: left; clear: left; margin-right: 2.5rem; margin-bottom: 1.875rem; width: 80%; }
.main-bio .side-bio .box .i-quote svg { width: 2.1875rem; height: 1.8125rem; }
.main-bio .side-bio .box .quote, .about-flex .side-about .box .quote { max-width: 24.9375rem; margin-left: 1rem; text-align: left; }
.main-bio .side-bio .box .auth, .about-flex .side-about .box .auth { font-family: var(--font2); font-size: var(--fs36); line-height: 1.2em; text-align: right; }


.slick-slider .slick-arrow:before {
	content: '\f060';
	font-family: var(--font3);
	font-weight: 700;
	opacity: 1;
	display: block;
	font-size: var(--fs17);
	color: var(--color-default);
}
.slick-slider .slick-arrow { border-radius: 100%; width: 2.8125rem; height: 2.8125rem; background-color: var(--color-primary); }
.slick-slider .slick-prev { z-index: 1; left: 0; }
.slick-slider .slick-next { right: 0; }
.slick-slider .slick-next:before { content: '\f061'; }
.slick-slider .slick-arrow:hover, .slick-slider .slick-arrow:focus, .slick-slider .slick-disabled { background-color: #F2F3F5; }
.slick-slider .slick-arrow:hover:before, .slick-slider .slick-arrow:focus:before, .slick-slider .slick-arrow.slick-disabled:before { opacity: 1; color: var(--color-primary); }


/* Frontpage ---------------------------------------------*/
#vid { position: absolute; top: 0; left: 0; object-fit: cover; width: 100%; height: 100%; }
body.home header#header .bg-image:before { background: linear-gradient(150deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); }  
.banner-text { gap: 0 3.125rem; color: var(--color-text); padding: 6rem 0 0; }
.banner-text .desc { max-width: 32.5625rem; }
.banner-text .img { max-width: 48.5625rem; }
.banner-section .buttons { gap: 0 4.5rem; position: absolute; bottom: -4.5rem; }
.banner-section .buttons a { min-height: 8.9375rem; min-width: 30rem; font-size: var(--fs32); font-weight: 900; text-transform: uppercase; display: flex; align-items: center; justify-content: center; }
.banner-section .buttons a:first-child { border-color: var(--color-primary); }
.banner-section .buttons a:first-child:before { background-color: var(--color-primary); }
.banner-section .buttons a:first-child:hover, .banner-section .buttons a:first-child:focus, .fstop .buttons a.btn:nth-child(even):hover { border-color: var(--color-secondary); }
.banner-section .buttons a:first-child:hover:before, .banner-section .buttons a:first-child:focus:before, .fstop .buttons a.btn:nth-child(even):hover:before { background-color: var(--color-secondary); }
.banner-section .buttons a:first-child:hover span, .banner-section .buttons a:first-child:focus span, .fstop .buttons a.btn:nth-child(even):hover span { position: relative; color: var(--color-default); }
.banner-text .img:before { background: linear-gradient(-20deg, #fff 0%, rgba(255,255,255,0) 35%);  }
.banner-text .desc img { width: 28.375rem; height: 23.6875rem; }
.banner-text .gform_wrapper.gravity-theme .gform_fields { grid-row-gap: 0.75rem !important; }
.banner-text .gform_wrapper .gform_footer { padding: 0 !important; }
.banner-text .desc > p { font-size: var(--fs10); opacity: 0.8; line-height: 1.3em; text-align: left; }
.banner-text .desc a, .footer-bottom a:hover, .footer-bottom a:focus { text-decoration-line: underline; text-underline-offset: 2px; }
.banner-text .desc a:hover, .banner-text .desc a:focus { color: var(--color-primary); text-decoration: none; }

.about-section .about-content { padding: 10rem 0 5rem; }
.about-section .h1 { line-height: 1em; }
.about-section .h1 strong { display: block; color: var(--color-secondary); font-size: var(--fs40); line-height: 0.7em; }
.about-section p { margin-bottom: 1rem; }
.about-flex .side-about .img { max-width: 38.4375rem; margin-left: auto; }
.about-flex .side-about .box { margin-top: -11.5rem; float: none; width: 85%; }
.about-flex .desc { padding-top: 2rem; }

.join-section, .join-section .container { position: relative; }
.join-section .bg-image:before { background-color: rgba(2,34,70,0.71); }
.join-section .join-content { padding: 5rem 0 13rem; font-size: var(--fs24); line-height: 1.2em; }
.join-section h2 { margin-bottom: 1rem; }
.join-section .join-wrap { max-width: 44.25rem; }

.endorse-section { margin-top: -7rem; position: relative; }
.endorse-section .endorse-content { padding: 0 0 8rem; }
.endorse-flex { box-shadow: 0.375rem 0.5625rem 0.9375rem rgba(0,0,0,0.16); background-color: var(--color-default); }
.endorse-flex .desc { padding: 2.5rem; font-size: var(--fs20); font-weight: 500; line-height: 1.5em; max-width: 45rem; }
.endorse-flex .desc h3 { text-transform: none; margin-bottom: 0.75rem; }
.endorse-flex .desc p { margin-bottom: 2.75rem; }


.main-contact iframe { width: 100% !important; height: 25rem !important; }

.gform_wrapper form { text-align: left; }
.gform_wrapper .gform_heading { display: none !important; }
.gform_wrapper .gfieldlabelnone .gfield_label, .hide-text { position: absolute; left: -99999px; top:auto; width: 1px; height: 1px; overflow: hidden; }
.gform_wrapper .gfield_label { font-weight: 700 !important; font-size: var(--fs16) !important; text-transform: uppercase; }
.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	border: 0.0625rem solid var(--color-black);;
	background-color: var(--color-default);
	color: var(--color-text);
	padding: 0.75rem 1.25rem !important;
	font-size: var(--fs18) !important;
	line-height: 1.5em;
}
.gform_wrapper .gfield textarea.small { height: 6.25rem !important; }
.gform_wrapper .gfield textarea.medium { height: 10.9375rem !important; }
.gform_wrapper.gravity-theme .gform_fields { grid-row-gap: 1.25rem !important; }
.gform_wrapper .gform_footer { text-align: center; justify-content: center; padding: 0 0 1.25rem !important; }
.gform_wrapper .gform_footer input[type=submit] { width: 100%; } 
.gform_wrapper input[type=submit] {
	border: 0;
	border-radius: 0;
	font-size: var(--fs20) !important;
	font-weight: 900;
	font-family: var(--font1) !important;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0;
	color: var(--color-default);
	background-color: var(--color-secondary);
	padding: 0.9375rem 2rem !important;
	transition: all 0.5s ease;
}
.gform_wrapper input[type=submit]:hover, .gform_wrapper input[type=submit]:focus {
	background-color: var(--color-primary);
	color: #fff;
}
.gform_wrapper input::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder, .gform_wrapper select::-webkit-input-placeholder {  color: rgba(0,0,0,0.35); }
.gform_wrapper input::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder, .gform_wrapper select::-moz-placeholder {  color: rgba(0,0,0,0.35); }
.gform_wrapper input:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder, .gform_wrapper select:-ms-input-placeholder {  color: rgba(0,0,0,0.35); }
.gform_wrapper input:-moz-placeholder, .gform_wrapper textarea:-moz-placeholder, .gform_wrapper select:-moz-placeholder {  color: rgba(0,0,0,0.35); }
.gform_confirmation_wrapper { text-align: center; }
.gform_confirmation_wrapper .gform_confirmation_message { background-color: var(--color-default); color: #000; font-size: var(--fs18); padding: 0.625rem 1.25rem; border: 0.125rem solid #20ab44; display: inline-block; margin-top: 1.875rem; line-height: 1.5em; font-weight: 500; }
.gform_wrapper label.gfield_consent_label { font-weight: 400; font-size: var(--fs15); line-height: 1.5em; color: var(--color-text); margin-bottom: 0; }
.gform_wrapper.gravity-theme fieldset.gfield--type-consent { margin-bottom: 1.5rem; }
.gform_wrapper .gfield--type-consent .ginput_container_consent { display: flex; align-items: center; }
.gform_wrapper .gfield--type-consent input { margin-right: 1.5rem; margin-top: 0; }
.gform_wrapper .gfield--type-choice .gfield-choice-input, .gform_wrapper .gfield--type-consent input { height: 1.625rem; width: 1.625rem; flex: 1 0 auto; }
.gform_wrapper .gfield--type-choice .gfield-choice-input+label { font-weight: 400; font-size: var(--fs16) !important; }
.gform_wrapper .gfield--type-choice .gchoice { margin-bottom: 0.5rem; }
.gform_wrapper legend { border-bottom: 0; }
.gform_wrapper.gravity-theme form .gfield_required { color: var(--color-secondary); font-weight: 700; font-size: var(--fs16);}



/* Footer ---------------------------------------------*/
.footer-top, .footer-top .fstop { position: relative; }
.footer-top .bg-image:before { background-color: rgba(2,34,70,0.84); }
.footer-top .fstop { padding: 5rem 0; line-height: 1.5em; }
.footer-top .fstext { max-width: 41.125rem; margin: 0 auto 1.875rem; }
.footer-top .buttons { gap: 0 2rem; margin-top: 3rem; }
.footer-top .fssocial { margin-bottom: 2.5rem; }
.footer-bottom { background-color: var(--color-secondary); font-size: var(--fs14); line-height: 1.4em; position: relative; }
.footer-bottom .fsbottom { padding: 1.75rem 0; }
.footer-bottom a { color: var(--color-default); font-size: var(--fs16); }
.fstop .buttons a.btn:Hover, .fstop .buttons a.btn:focus, .fstop .buttons a.btn:nth-child(even) { border-color: var(--color-default); color: var(--color-secondary); }
.fstop .buttons a.btn:hover:before, .fstop .buttons a.btn:focus:before, .fstop .buttons a.btn:nth-child(even):before { background-color: var(--color-default); }
.fstop .buttons a.btn:hover span, .fstop .buttons a.btn:focus span, .fstop .buttons a.btn:nth-child(even) span { color: var(--color-secondary); }


/* Mobile ---------------------------------------------*/
#mobile-nav { overflow: hidden; position: relative; z-index: 102; margin: 0; }
#mobile-nav.topright {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    top: 1.25rem;
    right: 0;
	position: absolute;
}
#mobile-nav .main-menu > li > a:after { display: none; }
#mobile-nav.topright .mean-bar { background-color: transparent; position: relative; }
.mean-container .mean-nav ul li a {
	background-color: var(--color-primary) !important;
	border-top: 1px solid rgba(255,255,255,0.1) !important;
	font-size: var(--fs16);
	padding: 1rem 1.875rem 0.75em;
	width: 100%;
}
.mean-container .mean-nav ul li li a { width: 100%; padding: 1rem 3.125rem 0.75em; }
.mean-container .mean-nav { margin-top: 6rem !important; }
.mean-container a.meanmenu-reveal {
	width: 3.125rem !important;
    padding-top: 0.625rem !important;
    color: var(--color-default) !important;
    font-size: var(--fs32) !important;
    height: 3rem;
	margin-right: 1rem;
}
.mean-container a.meanmenu-reveal span span span { margin-top: 9px; }
.mean-container .mean-nav ul {
	max-height: 100vh;
	max-height: calc(100vh - 95px);
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.mean-container a.meanmenu-reveal span {
    background: var(--color-default) !important;
    width: 80% !important;
    height: 0.25rem !important;
    border-radius: 0.625rem;
    margin: 0.625rem auto 0 !important;
}
.mean-container .mean-nav ul li a.mean-expand {
	height: 1.5rem !important;
    font-size: var(--fs21) !important;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 2rem !important;
	padding: 0.75rem !important;
	border: 0 !important;
}
.mean-container a.meanmenu-reveal.meanclose { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.mean-container .mean-nav ul li a:hover, .mean-container .mean-nav ul li a:focus { background-color: var(--color-secondary) !important; color: #fff !important; }



/* Media ---------------------------------------------*/
@media ( min-width: 1960px ) {
	html { font-size:16px; }
}
@media (min-width: 992px) {
	.hideDesktop { display: none !important; }
	.main-menu li ul {
		z-index: 1000;
		padding: 0;
		position: absolute;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		opacity: 0;
		visibility: hidden;
		webkit-transition: opacity .05s 0s ease-in-out;
		-ms-transition: opacity .05s 0s ease-in-out;
		-o-transition: opacity .05s 0s ease-in-out;
		transition: opacity .05s 0s ease-in-out;
		-webkit-transition: 350ms;
		-moz-transition: 350ms;
		-o-transition: 350ms;
		transition: 350ms;
		margin-top: 5px;
	}
	.main-menu li ul li {
		background-color: var(--color-primary);
		display: block;
		border: none;
		margin: 0;
		padding: 0;
		line-height: 1.5em;
		-webkit-transition: height 200ms ease-in-out;
		-moz-transition: height 200ms ease-in-out;
		-o-transition: height 200ms ease-in-out;
		transition: height 200ms ease-in-out;
		position: relative;
	}
	.main-menu li:hover > ul {
		opacity: 1;
		visibility: visible;
	}
	.main-menu li:hover ul li {height: auto;}
	
	.flex,
	.flex-container {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.main-menu > li:first-child { display: none; }
	.gform_wrapper .gfield.gfieldcol2 .gfield_checkbox { column-count: 2; max-width: 50%; }
	.mccommittees .item .boxes ul li:first-child { max-width: 100%; }
	.mccommittees .item .boxes ul li:first-child > span { margin-left: auto; margin-right: auto; }
	.mcendorsements .item .desc { width: 59.65%; }
	.mcendorsements .item:nth-child(even) { flex-direction: row-reverse; }
	.mcendorsements .item:nth-child(even) .desc .auth { justify-content: flex-end; }
	.mcendorsements .item:nth-child(even) .desc .auth .pos { text-align: right; }
	.main-bio .container { max-width: 99.3125rem; }
	body.home #main section .container, body.home .banner-section .container { max-width: 99.25rem; }
	.endorse-flex > div { width: 50%; }
	.endorse-flex .desc { padding: 3.5rem 4rem; }
	.endorse-flex .img { height: 31.75rem; }
	.about-flex .side-about { width: 41.7%; }
	.about-flex .desc { width: 55.4%; }
}



@media (max-width: 1099px) {
	header#header .menu-fixed-section { display: none !important; }
}

@media (max-width: 991px) {
	html { font-size: 3vw; }
	.hideMobile, header#header .mhs-topright .fssocial { display: none; }
	.main-content .sitecol .col { width: 100%; padding-right: 0; }
	.main-menu li .sub-menu { position: static; }
	.main-menu li ul ul { width: 100%; position: relative; }
	.col2 { column-count: 1; -webkit-column-count: 1; }
	.alignright, .alignleft { margin: 0 auto 1.875rem; float: none; display: block; }
	
	.footer-section { text-align: center; }
	.slick-slider .slick-arrow { bottom: -4.5rem; top: unset; }
	.slick-slider { margin-bottom: 4rem; }
	.slick-slider .slick-prev { left: calc(50% - 3rem); }
	.slick-slider .slick-next { right: calc(50% - 3rem); }
	.mcendorsements .item .img img { height: 26rem; }
	.main-bio .side-bio .img , .main-bio .side-bio .box { float: none; }
	.banner-section .buttons { display: flex; gap: 0.5rem; bottom: -7rem; }
	.banner-section .buttons a { font-size: var(--fs16); min-height: 5rem; min-width: auto;}
	.banner-text .img { height: 24rem; }
	.banner-text .img img { object-position: top; } 

	header#header .logo { width: 55%; position: relative; z-index: 99999; }
	header#header .logo img { height: 5rem; }
	header#header .mhs-topright { width: auto; margin-right: 4rem; position: absolute; z-index: 99999; top: 2.75rem; }
	header#header .mhs-topright .button { margin-left: 0; }
	header#header .mhs-topright .button a { padding: 1rem; }  
	
	:root { 
		--fs64: 3.125rem;
		--fs64: 3.125rem;
	}
}