/*
Theme Name: WEBSITE TITLE
Theme URI: https://www.website.com
Description: The Official WordPress theme for WEBSITE TITLE. <a href="http://fontawesome.com" target="_blank">Font Awesome Kit Pro CDN</a>, <a href="http://getbootstrap.com/" target="_blank">Bootstrap 5.2.3</a>, <a href="https://fancyapps.com/fancybox/3/">FancyBox 3.5.7 CDN</a>. <a href="https://developer.wordpress.org/block-editor/getting-started/full-site-editing/">Full Site Editing Enabled</a>.
Version: 10.7.0.2
Author: Catalyst Design
Author URI: https://www.catalystdes.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: wordpress

*/

/* ## Constants
--------------------------------------------- */
:root{
	--primaryrgbcolor: 243,110,92;
    --secondaryrgbcolor: 39,167,203;
    --ctargbcolor: 207,23,5;
	--grayrgbcolor: 128,128,128;
	--lightgrayrgbcolor: 238,238,238;
	--primaryfont: 'Work Sans', sans-serif;
	--fontawesome: "Font Awesome 6 Pro";
	--smallfontsize: 13px;
    --lightfontweight: 300;
    --regularfontweight: 400;
	--boldfontweight: 700;
	--borderradius: 20px;
	--borderradiusround: 50%;
	--boxshadow: 5px 5px 15px rgb(34 34 34 / 50%);
}
.has-primary-color, .has-primary-color.wp-block-button__link, a:hover, h1, h2, h3, h4, h5, h6, .page .wp-block-cover h1:not(.has-text-color), .page .wp-block-cover h2:not(.has-text-color), .page .wp-block-cover h3:not(.has-text-color), .page .wp-block-cover h4:not(.has-text-color), .page .wp-block-cover h5:not(.has-text-color), .page .wp-block-cover h6:not(.has-text-color), .check-bullets li:before, #text-box-container a:hover, .alert-highlight, #nav li a:hover, .page-template .wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color):hover, .search-result-post-type-instance, #swiper-content-slider .swiper-button-prev:after, #swiper-content-slider .swiper-button-next:after, .video_gallery_block .swiper-button-prev:after, .video_gallery_block .swiper-button-next:after, #widget-box ul.menu ul > li:before {
    color: var(--wp--preset--color--primary); 
} 
.has-primary-background-color, .has-primary-background-color.wp-block-button__link, .has-primary-background-color.wp-block-cover, .wp-block-button a.wp-block-button__link:hover, .has-primary-background-color.wp-block-cover.has-background-dim, .mobilenav, input[type=submit]:hover, button:hover, .button:hover, .button-alt, a.button-alt, .toggle-tabs-container .toggle-tab-content, .post-cat-tags a:hover, #text-box-container, .flipcard-container .card .front, .flipcard-container .card .back, .search-result-post-type-instance, #swiper-content-slider .swiper-pagination-bullet-active {
    background-color: var(--wp--preset--color--primary);
}
/*.full-screen-nav-overlay{
    background-color: rgba(var(--ctargbcolor), 0.9);
}*/
.has-secondary-color, .has-secondary-color.wp-block-button__link, .ui-datepicker-title select {
    color: var(--wp--preset--color--secondary);  
} 
.has-secondary-background-color, .has-secondary-background-color.wp-block-button__link, .has-secondary-background-color.wp-block-cover, .has-secondary-background-color.wp-block-cover.has-background-dim, .alert-highlight, .scroll-box>h3, .post-cat-tags a, .post-cat-tags a:visited, .comment-body a, .comment-body a:visited, .wp-block-button.is-style-secondary-button a.wp-block-button__link, .font-awesome-heading a:hover {
    background-color: var(--wp--preset--color--secondary); 
} 
.has-cta-color, .has-cta-color.wp-block-button__link, a, a:visited, #widget-box ul.menu > li.current-menu-item:before, #widget-box ul.menu ul > li.current-menu-item:before, .wp-block-button.is-style-outline a.wp-block-button__link, .wp-block-button.is-style-outline-button-icon a.wp-block-button__link, #nav li a, #nav li a:visited, footer a, footer a:visited, .button-alt:hover, p.has-text-color a, p.has-text-color a:visited, #text-box-container a, #text-box-container a:visited, .social-icons .fa:hover, input[type=checkbox]:checked + label, .navbar-toggle:hover .fa-bars, .navbar-toggle:focus .fa-bars, .search #searchform .fa-search:hover, #swiper-content-slider .swiper-button-next:hover, #swiper-content-slider .swiper-button-prev:hover, .page-template .wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color), .sidebar .menu-item a:hover, .sidebar .menu-item.current_page_item a, .sidebar .menu-item.current_page_item a:visited, .sidebar ul.menu > li.menu-item.current_page_item:before {
    color: var(--wp--preset--color--cta); 
} 
.has-cta-background-color, .has-cta-background-color.wp-block-button__link, .has-cta-background-color.wp-block-cover, .wp-block-button a.wp-block-button__link, .has-cta-background-color.wp-block-cover.has-background-dim, input[type=submit], button, .button, #widget-box .wp-block-search .wp-block-search__button, .wp-block-button.is-style-secondary-button a.wp-block-button__link:hover {
    background-color: var(--wp--preset--color--cta); 
}
.search-results-page-container article .read-more a, .wp-block-separator, #swiper-content-slider .swiper-button-next, #swiper-content-slider .swiper-button-prev{
	color:var(--wp--preset--color--gray);
}
/*.cdsdiv{
	background-color: var(--wp--preset--color--gray);
}*/
/*#cdsdiv{
	border:1px solid var(--wp--preset--color--gray);
}*/
#comment-wrapper, .comment-body, .children .comment-body, .navigation, .collapseaccordion, .collapse-container, .sticky, hr, .wp-block-separator{
	background-color: var(--wp--preset--color--lightgray); 
}
hr, hr.wp-block-separator, hr.wp-block-separator.is-style-default, hr.wp-block-separator.is-style-wide{
    border: 1px solid var(--wp--preset--color--lightgray);
}
.has-white-color, .has-white-color.wp-block-button__link, .wp-block-button.is-style-outline a.wp-block-button__link:hover, .check-bullets.has-white-color li:before, #smoothup, input[type=submit], button, .button, .button-alt, a.button, a.button:visited, a.button-alt, a.button-alt:visited, input[type=submit]:hover, button:hover, .button:hover, .button-alt:hover, #alert-box h3, .side-magnet a, .side-magnet a:visited, .scroll-box>h3, .post-cat-tags a, .post-cat-tags a:visited, #widget-box .wp-block-search .wp-block-search__button, .wp-block-button.is-style-outline-button-icon a.wp-block-button__link:hover, .wp-block-button a.wp-block-button__link, .kb-button, .hero_block section h2, .search-result-post-type-instance {
    color: #FFF; 
} 
.has-white-background-color, .has-white-background-color.wp-block-button__link, .has-white-background-color.wp-block-cover, header, input[type=text], input[type=search], input[type=email], textarea, select, .search #searchform input[type="text"] {
    background-color: #FFF; 
} 
.has-black-color, .has-black-color.wp-block-button__link, #nav, footer, .fancybox-button svg, .navbar-toggle .fa-bars, select, .comment-body, .flex-pauseplay a, .wp-block-cover p:not(.has-text-color) {
    color: #000; 
} 
.has-black-background-color, .has-black-background-color.wp-block-button__link, .has-black-background-color.wp-block-cover, #smoothup {
    background-color: #000; 
}
.is-style-outline-button-icon>.wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline-button-icon:not(.has-background), .wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background), .wp-block-button .wp-block-button__link.is-style-outline:not(.has-background), .flipcard-container .card, .kt-blocks-post-grid-item header {
    background-color: transparent;
}
body, h1, h2, h3, h4, h5, h6, #widget-box .wp-block-search .wp-block-search__button{
	font-family:var(--primaryfont);
}
#nav ul ul li a:before, #nav li.menu-item-has-children > a:after, .single .previous a:before, .single .next a:after, #text-box-container ul > li:before, #widget-box ul.menu > li:before, #footer-widget-box ul.menu > li:before, .fa-bullet-ul li:before, .sidebar ul.menu > li:before, #widget-box ul.menu ul > li:before, #widget-box ul ul > li:before, blockquote:before, blockquote:after, .check-bullets li:before, li.page-item.previous a:before, li.page-item.previous a:after, .flex-direction-nav a:before, .flex-pauseplay a:before, #swiper-content-slider .swiper-button-next:after, #swiper-content-slider .swiper-button-prev:after, .is-style-button-icon a::after, .is-style-outline-button-icon a::after, blockquote.is-style-simple-quote p:before, blockquote.is-style-simple-quote p:after, .video_gallery_block .swiper-button-prev:after, .video_gallery_block .swiper-button-next:after{
	font-family: var(--fontawesome);
}
.is-style-small-paragraph, small{
	font-size: var(--smallfontsize);
}
#swiper-content-slider .swiper-button-prev:after, #swiper-content-slider .swiper-button-next:after, .video_gallery_block .swiper-button-prev:after, .video_gallery_block .swiper-button-next:after{
    font-weight:var(--lightfontweight);
}
p{
    font-weight:var(--regularfontweight);
}
h1, h2, h3, h4, h5, h6{
	font-weight:var(--boldfontweight);
}
.alignfull, header.navbar-fixed-top, .content-loop, #nav ul ul li, .mobilenav .sub-menu, .overlay, .fade-overlay, .fade-overlay-black, .collapseaccordion, .grid-staff-set aside .headshot-featured-image, .page-template-page-full .grid-staff-set aside, .gallery-item img, .gallery-columns-1 .gallery-item, ul.pagination.justify-content-center, .flex-control-nav, .flex-control-thumbs img, .fancybox-content.popup-with-borders.full-width-popup .popup-content, .wp-block-separator.is-style-wide, .wp-block-embed__wrapper .embed-responsive, .blog_block img, .ad-box-featured-img-container img, .flipcard-container .card .back section, .flipcard-container .card, .flipcard-container .front, .flipcard-container .back, .flipcard-container .card img, .hero_block img, .grid-staff-set.staff_block img, #comment-wrapper, iframe[src*="vimeo.com"], iframe[src*="youtube.com"], .wp-block-embed__wrapper iframe, .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video{
	width: 100%;
}
.video_gallery_block img, .blog_block img, .hero_block img{
    max-width: 100%;
}
.is-layout-constrained, .kb-theme-content-width, header section, footer section, #body-content-container, .wp-block-group:not(.has-background), .wp-block-cover__inner-container{
    max-width: 90vw;
}
.search-results-page-container article aside{
	width: calc(67% - 2%);
}
.popup-container a.popuplink, .fancybox-content.popup-with-borders .popup-content, .video_gallery_block aside, .blog_block aside, .blog_block aside a, .blog_block aside .blog_block_content {
    width: calc(50% - 2%);
}
.ad_box_block aside, .search-results-page-container article aside:nth-of-type(1){
    width: calc(33% - 2%);
}
.grid-staff-set.staff_block aside, .page-template-page-full .grid-staff-set.staff_block aside{
    width: calc(25% - 2%);
}
img, .wp-block-image img, .logo_set_block img {
    height: auto;
}
.mobilenav li.menu-item-has-children, #body-content-container, .grid-staff-set, #staff-set section, .fancybox-content.popup-with-borders .popup-container, .search-results-page-container article, .gallery, .video_gallery_block, .blog_block, .blog_block aside, .ad_box_block section, .logo_set_block section, .wp-block-query-pagination-numbers{
    display: flex;
    flex-wrap: wrap;
}
#nav ul, #nav li, .mobilenav .sub-menu li, .row-staff-set aside, .sub-menu .menu-item {
    display: flex;
}
.is-layout-constrained, .alignwide, .wp-block-group, .wp-block-image.aligncenter, #body-content-container, .wp-block-group:not(.has-background), .wp-block-cover__inner-container{
	margin: 0 auto;
}
.popup-container, .logo_set_block section{
    align-items: center;
}
.headshot-featured-image section, .headshot-featured-image .staff-announcement, .toggle-tabs-container .nav-tabs, h2.blog-feed-title, #widget-box #searchform, #widget-box.widget_categories form, .wp-caption, .wp-caption .wp-caption-text, .entry-caption, .gallery-caption, .social-share, .navigation, .wp-block-image figcaption, #widget-box h2.widget-title, #swiper-content-slider.content_slider, .video_gallery_block aside, .grid-staff-set.staff_block aside, .flipcard-container .back section, .mobile-logo{
    text-align: center;
}
.is-content-justification-center, #nav ul, .grid-staff-set {
	justify-content: center;
}
.is-content-justification-space-between, nav.wp-block-query-pagination, .mobilenav li.menu-item-has-children, .mobilenav .sub-menu li, .row-staff-set aside, .video_gallery_block, .blog_block aside, .ad_box_block section, .logo_set_block section, .wp-block-query-pagination-numbers{
    justify-content: space-between;
}
header, header.navbar-fixed-top, .social-icons .fa, #smoothup, input[type=submit], button, .button, .button-alt, a.button, a.button-alt, input[type=search], #swiper-content-slider .swiper-button-next, #swiper-content-slider .swiper-button-prev, .video_gallery_block a:hover img  {
  transition:all 0.5s ease;
}
.fadeup, .fadeupzoom{
    opacity:0;
}
#nav ul ul, .mobilenav, #menu-toggler, .mobilenav .sub-menu, .mobilenav .caret, .search-results-page-container article span, #smoothup, .mobile, .disable, .blog_block aside .blog_block_content span, blockquote.is-style-simple-quote:before, blockquote.is-style-simple-quote:after, .wp-block-kadence-posts footer.entry-footer, .sidebar ul.menu > li.menu-item-has-children::before, #widget-box ul.menu > li.menu-item-has-children::before, .sidebar ul ul > li.menu-item-has-children:before, #widget-box ul ul > li.menu-item-has-children:before{
	display: none;
}
header a, header a:visited, #nav li a, #nav li a:visited, .mobilenav li a, .mobilenav li a:visited, #smoothup, .side-magnet a, .side-magnet a:visited, input[type=submit], button, .button, .button-alt, a.button, a.button-alt, #widget-box .wp-block-search .wp-block-search__button, .wp-block-button__link, a.wp-block-button__link, .row-staff-set aside .staff-info a, .font-awesome-heading a, .sidebar .current-menu-item > a, .sidebar .current-menu-item > a:visited, #widget-box .current-menu-item > a, #widget-box .current-menu-item > a:visited {
    text-decoration: none;
}
#nav li a, #nav li a:visited, #nav ul ul li, .mobilenav li.menu-item-has-children > .caret, .mobilenav .sub-menu.show-drawer, .video_gallery_block aside a, .embed-responsive {
    display: block;
}
header, #nav li, #smoothup .fa, #alert-box, .alert-highlight, .fadeup, blockquote, .video_gallery_block aside a, .flipcard-container .card, .flipcard-container .card .sides, .hero_block, .wp-block-embed__wrapper, .embed-responsive{
	position: relative;
}
.overlay, .fade-overlay, .fade-overlay-black, #nav ul ul, blockquote:after, .video_gallery_block aside .fab, .video_gallery_block aside .fa-light, .video_gallery_block aside .fa-thin, .flipcard-container .card .front, .flipcard-container .card .back section, .flipcard-container .card h2, .hero_block section, #smoothup .fa-arrow-up, .wp-block-embed__wrapper iframe, .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video{
    position: absolute;
}
.overlay, .fade-overlay, .fade-overlay-black{
	z-index: 1;
}
.flipcard-container .card .front, .flipcard-container .card h2, .hero_block section{
	z-index: 2;
}
.video_gallery_block aside .fab, .video_gallery_block aside .fa-light, .video_gallery_block aside .fa-thin, .flipcard-container .card h2, .flipcard-container .card .back section, #smoothup .fa-arrow-up {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.hero_block section{
	top:50%;
	transform: translateY(-50%);
}
.caret, .flipcard-container .card .sides{
	transition: 0.5s ease all;
}
body, #nav ul ul {
	margin:0;
}
.blog_block .blog_block_content, .search-result-post-type-instance{
	padding: 2%;
}
#nav ul ul, .mobilenav .sub-menu{
	padding: 0;
}
.is-style-rounded-corner img, input[type=submit], button, .button, .button-alt, a.button, a.button-alt, #widget-box .wp-block-search .wp-block-search__button, .wp-block-button__link, a.wp-block-button__link, .wp-block-button.is-style-outline-button-icon a.wp-block-button__link, .featured-post-image-link img, .flipcard-container .card, .flipcard-container .card .overlay, .flipcard-container .sides, .flipcard-container .front, .flipcard-container .front img, .flipcard-container .back, .post-cat-tags a, .post-cat-tags a:visited, .search-result-post-type-instance, .sticky{
    border-radius:var(--borderradius);
}
.flipcard-container .card, button#searchsubmit{
	border: 0;
}
.video_gallery_block img{
	box-shadow: var(--boxshadow);
}
.row-staff-set aside img, .blog_block aside img, .grid-staff-set.staff_block img, .featured-post-image-link img, .flipcard-container .card img, .hero_block img, .video_gallery_block img{
	object-fit: cover;
}
.flipcard-container .card, input[type=submit], button, .button, .button-alt, a.button, a.button-alt, #widget-box .wp-block-search .wp-block-search__button{
	cursor: pointer;
}
/* Prevent layout shift from font loading */
body {
    font-display: swap;
}

/* ## Animation Related
--------------------------------------------- */
.fadeup{
    top: -100px;
}
.fadeupzoom{
	transition: 1s ease all;
	transform: scale(0.5)
}
.fadeupzoomdone{
	opacity: 1;
	transform: scale(1.0)
}

/* ## Header
--------------------------------------------- */
header{
}


/* ## Header - Fixed Top
--------------------------------------------- */
header.navbar-fixed-top {
    position: fixed;
    top: 0;
    animation: navfixedtop 1s ease;
    -webkit-animation: navfixedtop 1s ease;
    z-index: 2000;
}
	/*Logo Shrink on Scroll*/
header.navbar-fixed-top aside:nth-of-type(1) img, header.navbar-fixed-top .wp-block-site-logo{
    max-width: 200px;
}

/* ## Header - Animations (Fixed Nav)
--------------------------------------------- */
@keyframes navfixedtop{
from{
    top:-200px;
}
to{
    top:0;
}
}


/* ## Header - ALERT Box
--------------------------------------------- */
#alert-box{
	animation:slidein 1s ease-out;
	-webkit-animation:slidein 1s ease-out;
}
#alert-box p{
	margin-right: 2%;
}
#alert-box button{
	min-width: inherit;
	border: 0;
}
@keyframes slidein{
from{
	top:-55px;
}
to{
	top:0;
}
}
@-webkit-keyframes slidein{
	from{
		top:-55px;
	}
	to{
		top:0;
	}
}
#alert-box h3{
	margin:0;
}
#alert-box a, #alert-box a:visited{
	text-decoration:none;
}

/* ## Side Magnet
--------------------------------------------- */
.side-magnet {
    height: 0;
    position: fixed;
    top: 50%;
    bottom: 0;
    right: 0;
    z-index: 5000;
    transform-origin: 100% 50%;
    transform: rotate(90deg) translate(50%, 50%);
}
.side-magnet a, .side-magnet a:visited{
}
/*-----------------------------------------------> HEADER ENDS <---------------------------------------------------*/
	

/* ## Navigation
--------------------------------------------- */
#nav-container {
}
#nav {
}
#nav ul {
	list-style: none;
	margin:0;
	padding:0;
	overflow:inherit;
}
.navbar-fixed-top #nav ul {/*Nav Margin Shrink on Scroll*/
    margin: 5px 0;
}

/* ## Navigation - Individual Tab
--------------------------------------------- */
#nav li {
	font-size:16px;
	margin:0 15px 0 0;
}
#nav li:last-child {
	margin:0;
}
#nav li a, #nav li a:visited {
	line-height: 1.133em;
	padding:10px;
}
#nav li:last-child a{
}
/* ## Navigation - Hover + Click On Tab
--------------------------------------------- */
#nav li:hover > a,  #nav a:focus {
}
/* ## Navigation - Current Page Nav Styling
--------------------------------------------- */
#nav li.current_page_item > a,  #nav .current_page_ancestor > a, #nav li.current-page-ancestor > a, #nav li.highlight a, #nav li.highlight a:visited {
	background-color: var(--wp--preset--color--primary);
}
#nav li.current_page_item > a:hover,  #nav .current_page_ancestor > a:hover, #nav li.current-page-ancestor > a:hover, #nav li.highlight a:hover {
	background-color: var(--wp--preset--color--secondary);
}

/* ## Navigation - Down Arrow for Drop Down Menu - Caret
--------------------------------------------- */
#nav li.menu-item-has-children > a:after{
	font-size:16px; 
	display:inline;
	content:  "\f078";
	margin-left: 5px;
}

/* ## Navigation - Triggers Sub Navigation Drop Down to Appear
--------------------------------------------- */
#nav ul li:hover > ul {
	display: block;
}

/* ## Sub Navigation - <ul><ul>
--------------------------------------------- */
#nav ul ul {
	top: 2.233em;/*CONTROLS THE PLACEMENT OF THE SUB NAV FROM TOP*/
	left: 0;
	width: 188px;
	z-index: 99999;
}
header.navbar-fixed-top #nav ul ul {
    top: 2.033em;
}
#nav ul ul li {
	font-size:14px;
	border:0;
	margin:0;
}
#nav ul ul li a{
	padding: 10px;
}
#nav ul ul li a, #nav ul ul li a:visited {
	background:var(--wp--preset--color--secondary);
	line-height: 1.4em;
}
#nav ul ul li a:hover {
	color: #FFF;
	background:var(--wp--preset--color--primary);
}
/* ## Sub Navigation - Caret Right Arrow for Extra Drop Down Menu
--------------------------------------------- */
#nav ul ul li.menu-item-has-children > a:after{
	content:  "\25b8 ";
}
/* ## Sub Sub (X2) Navigation - <ul><ul><ul>
--------------------------------------------- */
#nav ul ul ul {
	left: 100%;
	top: 0;
}

/*-----------------------------------------------> NAVIGATION ENDS <---------------------------------------------------*/


/* ## Gutenberg / Block Editor - Wide / Full Width
--------------------------------------------- */
.alignfull {
/*	  max-width:  100%;*/
 }
.alignwide {
    width: 90vw;
/*    max-width: 90vw;*/
}
.is-content-justification-left {
    justify-content: left;
}
.is-content-justification-right {
    justify-content: right;
}

/* ## Layout Architecture
--------------------------------------------- */
main {
	min-height:600px;
	padding:10px 0;
}
#body-content-container, .wp-block-group:not(.has-background), .wp-block-cover__inner-container {
	padding:4% 0;
}
.page-template-page-full #body-content-container, .page-template-page-landing-page-php #body-content-container, .error404 #body-content-container {
    display: inherit;
    flex-wrap:nowrap;
}

/*-----------------------------------------------> LAYOUT MAIN ENDS <---------------------------------------------------*/

/* ## Footer
--------------------------------------------- */
footer {
}

/* ## Homepage
--------------------------------------------- */
.home #body-content-container {
	display: block;
}

/*-----------------------------------------------> HOMEPAGE ENDS <---------------------------------------------------*/


/* ## Interior Pages
--------------------------------------------- */

/* ## Hero / Mast + Hero Image ACF Block - hero.css
--------------------------------------------- */


/* ## WP Blocks
--------------------------------------------- */
.wp-block-group.has-background{
	padding: 4% 2%;
}


/* ## Overlays - Fades
--------------------------------------------- */
.overlay, .fade-overlay, .fade-overlay-black{
    height: 100%;
    top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.overlay{
	background-color: rgba(var(--primaryrgbcolor),0.5);
}
.fade-overlay{
    background-image: linear-gradient(to bottom, rgba(var(--primaryrgbcolor),0), rgba(var(--primaryrgbcolor),1));
}
.fade-overlay-black {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
}


/* ## ACF Flexible Content
--------------------------------------------- */

/* ## Staff Set
--------------------------------------------- */
.row-staff-set aside{
	border-bottom: 1px solid var(--wp--preset--color--gray);
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.row-staff-set aside:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.row-staff-set aside .headshot-aside {
    width: calc(40% - 2%);
}
.row-staff-set aside .staff-info{
	width: calc(60% - 2%);
}
.grid-staff-set{
}
.grid-staff-set aside {
    width: 33%;
}
.page-template-page-full .grid-staff-set aside {
    width: 25%;
}
.grid-staff-set aside .headshot-featured-image{
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
	position: relative;
}
.headshot-featured-image section {
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    padding: 0 2%;
    width: 90%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.headshot-featured-image section p, .headshot-featured-image section h3 {
    margin: 10px 0 5px;
}
.headshot-featured-image .staff-announcement {
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100px;
    padding: 10px;
    background-color: rgba(255, 255, 255,0.8);
}
.page-template-page-full .grid-staff-set aside .headshot-featured-image {
    height: 550px;
}
.page-template-page-full .grid-staff-set aside {
}
.grid-staff-set aside .headshot-featured-image, .page-template-page-full .grid-staff-set aside .headshot-featured-image {
    height: 350px;
}
#staff-set{
}
#staff-set section{
	margin:0 0 3%;
	padding-bottom:2%;
	border-bottom: 1px dotted rgba(110,109,109,0.64)
}
#staff-set section:last-child{
	border-bottom: none;
}
#staff-set aside{
}
#staff-set aside h3{
	margin: 0;
}
#staff-set aside img{
	width:100%;
	height:auto;
}
#staff-set aside:nth-of-type(odd){
	width:33%;
	margin:0 4% 0 0;
	clear:both;
}
#staff-set aside:nth-of-type(even){
	width:62%;
}
#staff-set h3{
}
#staff-set p{
}



/* ## Sidebar Navigation
--------------------------------------------- */
.sidebar .menu-item a{
}
.sidebar ul.menu, #widget-box ul.menu, #footer-widget-box ul.menu, .fa-bullet-ul{
	list-style-type:none;
}
.sidebar ul.menu > li:before, #widget-box ul.menu > li:before, #footer-widget-box ul.menu > li:before{
    font-weight:300;
}
.sidebar ul.menu > li:before, #widget-box ul.menu > li:before, #footer-widget-box ul.menu > li:before, .fa-bullet-ul li:before{
	content:'\f004';
	display:inline-block;
	margin-left:-1.1em;
	width:1.2em;
}

/* ## Sidebar - Navigation Widget / Tab
--------------------------------------------- */
.sidebar ul.menu, #widget-box ul.menu {
    line-height: 35px;
}
a.plus.targetnav {
    margin-right: 4px;
}
.sidebar ul.menu ul > li:before, #widget-box ul.menu ul > li:before{
	font-weight:300;
	content:'\e3d6';
}

/* ## Sidebar - Sub Navigation
--------------------------------------------- */
.sidebar .sub-menu, #widget-box .sub-menu{
	list-style-type:none;
}
.sidebar ul ul > li:before, #widget-box ul ul > li:before{
	font-weight:900;
	content:'\f105';
	margin-right: 10px;
}
.sidebar ul.menu > li.menu-item-has-children, #widget-box ul.menu > li.menu-item-has-children {
    list-style-image: none;
    margin-left: -20px;
}

/* ## Sidebar - WP Blocks
--------------------------------------------- */
div#widget-box .wp-block-group.has-background{
    padding: 15px;
}


/* ## Sidebar - Other Widgets - Search Box / Calendar
--------------------------------------------- */
#widget-box #searchform{
}
#wp-calendar{
	width:100%;
}
#widget-box.widget_categories form{
}

/*-----------------------------------------------> INTERIOR PAGES ENDS <---------------------------------------------------*/

/* ## Typography - Text and Fonts
--------------------------------------------- */
h1, h2, h3, h4, h5, h6{
	line-height:normal;
}
h1 {
	font-size:40px;
}
h2 {
	font-size:30px;
}
h3 {
	font-size:24px;
}
h4 {
	font-size:19px;
}
h5 {
	font-size:17px;
}
p.is-style-lead-paragraph{
	font-size:22px;
	line-height:26pt;
}
p, ul, ol {
	font-size:16px;
	line-height:18pt;
}
small {
	line-height:normal;
}
blockquote {
	font-size:16px;
	line-height:normal;
	line-height:18pt;
	font-style:italic;
	margin: 2.5em 50px;
  	padding: 0.5em 10px;
}
blockquote.is-style-simple-quote p:before, blockquote.is-style-simple-quote p:after{
	font-size:16px;
}
blockquote.is-style-simple-quote p:first-child:before {
    content: '\f10d';
    float: left;
}
blockquote.is-style-simple-quote p:last-of-type:after {
    line-height: normal;
    content: '\f10e';
    padding-left: 5px;
}
blockquote.is-style-simple-quote p:first-child:before, blockquote.is-style-simple-quote p:last-of-type:after {
    display: inline;
}
blockquote:before{
	font-size:40px;
	font-weight:900;
	display: inline-block;
	width: 1.2em;
}
blockquote:before {
	content: '\f10d';
	float:left;
	line-height:30pt;
}
/*blockquote:after {
	line-height:normal;
	content: '\f10e';
	right: 0;
}*/
cite {
    font-size: 14px;
    font-style: italic;
	padding: 0 0 0 25px;
}
cite::before{
	content: "\2014";
	margin-right: 5px;
}
h1, h2, h3, h4, h5, p {
	margin:15px 0;
}
main ul, main ol {
	margin:0 0 0 20px;
	overflow: hidden;
}
main ul {
    padding:0 0 0 20px;
}
main ol {
  padding:0 0 0 30px;
}
main ul ul,main ol ol{
	margin:8px 0 0 10px;
	padding:0 0 0 10px;
	overflow: inherit;
}
main ul li{
	margin-bottom:8px;
}
.fa-ul{
	overflow:inherit;
}
ul.check-bullets{
    list-style: none;
}
.check-bullets li:before{
    content: '\f058';
    display: inline-block;
    margin-left: -1.2em; /*same as padding-left set on li*/
    width: 1.2em; /*same as padding-left set on li*/
}
.check-bullets li{
    list-style-type: none;
}
.drop-cap-text {
	float: left;
	font-size: 75px;
	line-height: 60px;
	padding-right: 4px;
}
.breadcrumb{
	font-size:12px;
	line-height:normal;
	margin:0;
	padding:2%;
}
.breadcrumb hr{
	margin:10px 0;
}

/* ## Links
--------------------------------------------- */
a, a:visited, p.has-text-color a, p.has-text-color a:visited {
	transition: all 0.5s ease;
}
a:hover, p.has-text-color a:hover {
	text-decoration:none;
}

/* ## Media
--------------------------------------------- */
iframe[src*="vimeo.com"], iframe[src*="youtube.com"] {
    aspect-ratio: 16 / 9;
}

/* ## WP Blocks - Video
--------------------------------------------- */
.wp-block-embed__wrapper, .embed-responsive-16by9{
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.wp-block-embed__wrapper iframe, .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	top: 0;
	left: 0;
	height: 100%;
	border: 0;
}
.embed-responsive {
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    bottom: 0;
}


/* ## Forms
--------------------------------------------- */
form {
	margin:0;
	padding:0;
}
input, select, textarea {
	font-family:var(--primaryfont);
}
input[type=text], input[type=search], input[type=email], input[type=tel], textarea, select{
	font-size:16px;
	padding:1%;
	border: 1px solid var(--wp--preset--color--lightgray);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type=text]:focus, input[type=search]:focus, input[type=email]:focus, textarea:focus {
    border-color: rgb(102, 175, 233);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}
input[type=text]::placeholder{
	color: var(--wp--preset--color--lightgray);
}
input[type=checkbox]:checked + label{
  font-style: normal;
}

/* ## Forms - Submit + Buttons
--------------------------------------------- */
#nav li.highlight a, #nav li.highlight a:visited, input[type=submit], button, .button, .button-alt, a.button, a.button-alt, #widget-box .wp-block-search .wp-block-search__button, .wp-block-button__link, a.wp-block-button__link, .row-staff-set aside .staff-info a{
    padding: 0.667em 1.333em;
}
input[type=submit]{
    border: 1px solid transparent !important;
}
input[type=submit], button, .button{ 
}
input[type=submit], button, .button, .button-alt, a.button, a.button-alt, #widget-box .wp-block-search .wp-block-search__button {
	font-weight: normal;
	word-wrap: break-word;
 	white-space:inherit;
}
input[type=submit], button, .button{
}
input[type=submit]:hover, button:hover, .button:hover{
}
.button, .button-alt {
    display: inline-block;
}
.button-alt {
}
.button-alt:hover {
}
.btn{
	word-wrap: break-word;
 	white-space:inherit;
}

/* ## Custom Core Block Buttons
--------------------------------------------- */
.is-style-button-icon a::after, .is-style-outline-button-icon a::after{
    content: "\f061";
    margin-left: 5px;
}
.is-style-outline-button-icon a{
    padding: .667em 1.333em;
    border: 2px solid var(--wp--preset--color--cta);
}
.is-style-outline-button-icon a:hover{
    border: 2px solid transparent;
}

/* ## Gravity Forms - Submit Button
--------------------------------------------- */
.gform_wrapper input[type=submit]{
	font-size:25px;
	font-weight: 300;
	padding:10px;
}

/* ## Forms - Select
--------------------------------------------- */
select{
	border: 1px solid var(--wp--preset--color--lightgray);
	border-radius: var(--borderradius);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus{
	border-color: rgb(102, 175, 233);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}


/* ## Gravity Forms - Other Fields
--------------------------------------------- */
.ui-datepicker-title select {
}
			/*GF Spacing Above Submit Button*/
.gform_footer {
	padding: 5px 0 !important;
	margin: 5px 0 0 0 !important;
}

/* ## Search
--------------------------------------------- */

/* ## Search Form - Fields
--------------------------------------------- */
.screen-reader-text{
	display:none;
}
.search #searchform input[type="text"]{
	border:2px solid var(--wp--preset--color--lightgray);
}
.search #searchform button {
	background: none;
	border: none;
	padding: 0;
	width: 0;
	height: 0;
	cursor: pointer;
	left: -25px;
}
.search #searchform .fa-search {
	color: var(--wp--preset--color--gray);
	position: relative;
	left: -30px;
	top: 1px;
	font-size: 18px;
	transition:0.5s ease all;
}
.search #searchform .fa-search:hover {
}
.gsection_title{
	font-weight: 300 !important;
}
.gform_wrapper .gsection {
    border-bottom: 1px solid var(--wp--preset--color--lightgray) !important;
}


/* ## Search Results Page
--------------------------------------------- */
.search-results-page-container article aside{
}
.search-results-page-container article aside:nth-of-type(1){
}
.search-results-page-container article {
    margin-bottom: 50px;
    justify-content: space-between;
    border-bottom: 1px solid var(--wp--preset--color--gray);
    padding: 0 0 50px;
}
.search-results-page-container article:last-child {
	border-bottom: none;
	padding: 0;
	margin-bottom: 0;
}
.search-result-post-type-instance{
	display: inline-block;
}


/* ## MISCELLANEOUS
--------------------------------------------- */
:target:before {
    content: "";
    display: inline-block;
    height: 150px;
}
hr, .wp-block-separator{
	margin:20px auto;
	clear: both;
}
hr.is-style-short-separator {
    width: 30%;
    border-width: 4px;
}
.clear {
	clear:both;
}
.alert-highlight{
}

/* ## Alignment
--------------------------------------------- */
.alignnone {
/*	margin: 5px 20px 20px 0;*/
}
.aligncenter,  div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
    padding: 0 0 0 10px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
    padding: 0 10px 0 0;
}
.aligncenter {
    text-align: center;
	display: block;
	margin: 5px auto 5px auto;
}

/* ## Image Alignment
--------------------------------------------- */
img.alignright {
	float:right;
	margin:0 0 1em 1em;
}
img.alignleft {
	float:left;
	margin:0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left:auto;
	margin-right:auto;
}
a img.alignright {
	float:right;
	margin:0 0 1em 1em;
}
a img.alignleft {
	float:left;
	margin:0 1em 1em 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ## WP Captions
--------------------------------------------- */
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 5px;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
    padding-top: 10px;
}

/* ## WP Galleries
--------------------------------------------- */
.gallery {
    justify-content: space-around;
}
.gallery img{
	background:#FFF;
	padding:5px;
	border:1px solid #ddd !important;
}
.gallery .gallery-caption{
	margin-top:5px;
}
		/*PICTURE BLOCK CONTAINER*/
.gallery  dl {
	-webkit-margin-before: 0.2em;
	-webkit-margin-after: 0.2em;
}
#left-body-col-container .blocks-gallery-grid .blocks-gallery-item img, .blocks-gallery-grid .blocks-gallery-item img{
	height: inherit;
}

/* ## WP Galleries - Columns
--------------------------------------------- */
.gallery-item {
	margin: 0;
	padding: 0.5em;
}
.gallery-item img {
    height: auto;
}
.gallery-columns-1 .gallery-item {
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}


/* ## Blog
--------------------------------------------- */
.wp-block-query-pagination-numbers a, .wp-block-query-pagination-numbers .page-link{
	margin-right: 10px;
}
.wp-block-query-pagination-numbers a:last-child{
	margin-right: 0;
}


/* ## Blog Landing Page
--------------------------------------------- */
	/*Sticky Posts*/
.sticky {
	padding: 10px;
	margin:0 0 15px;
}
.sticky article h1{
	font-size:36px;
}
ul.pagination.justify-content-center {
    padding: 0;
    margin: 20px 0;
}

/* ## Single Blog Post Page - Pagination
--------------------------------------------- */
.single .previous a:before, .single .next a:after{
	font-weight:900;
	display: inline-block;
}
.single .previous a:before{
	content: '\f060';
	margin-right: 5px;
}
.single .next a:after{
	content: '\f061';
	margin-left: 5px;
}

/* ## Single Blog Post Page
--------------------------------------------- */
.social-share{
	margin: 25px 0;
	padding: 20px 0;
	border-top: 2px solid var(--wp--preset--color--primary);
	clear: both;
}
.social-share ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.social-share li{
	display: inline-block;
	vertical-align: top;
}
li.page-item.previous{
    margin-right: 2%;
}
li.page-item.previous a:before{
    content: '\f060';
    font-weight: 600;
    margin-right: 2px;
}
li.page-item.next a:after {
    content: '\f061';
    font-weight: 600;
    margin-left: 2px;
}

/* ## Archive Page - archive.php
--------------------------------------------- */

/* ## Comments for Blog
--------------------------------------------- */
#comment-wrapper {
	margin:10px 0 0 0;
	padding:10px;
}
#comment-wrapper h3 {
	font-size:18px;
}
#comment-wrapper a, #comment-wrapper a:visited {
}
#comment-wrapper ul, #comment-wrapper ol {
	margin:0;
	padding:0;
}
#comment-wrapper ol li {
	list-style-type:none;
}
/*Controls Body of Individual Parent Comments*/
.comment-body {
	padding:10px;
	margin-bottom:10px;
}
.comment-body a, .comment-body a:visited {
}
.comment-body img {
	float:left;
	margin:0 10px 0 0;
}
/*Controls Meta Data Like Author Name, Date etc*/
	/*Kills Author Italicization*/

.comment-body .vcard cite.fn {
	font-style:normal !important;
}

/*Controls the Design of NESTED Comments - CHILD COMMENT*/
.children .comment-body {
	list-style-type:none;
	margin-left:45px;
}
.children .comment-body a, .children .comment-body a:visited {
	color:var(--wp--preset--color--cta) !important;
}

/*Reply Text Area BOX*/
#comment {
	width:100%;
}

/* ## Pagination - Next / Previous
--------------------------------------------- */
.navigation {
	border-radius:var(--borderradius);
	font-size:11px;
	display: block;
	margin:5px 0;
	padding:10px 5px;
	clear:both;
}
.navigation .alignleft{
	margin: 0 0 0 10px;
}
.navigation .alignright{
	margin: 0 10px 0 0;
}

/* ## Fancybox Pop Up
--------------------------------------------- */
.fancybox-content.popup-with-borders{
	max-width: 80%;
}
.fancybox-content.popup-with-borders .popup-content{
}
.fancybox-content.popup-with-borders img {
    max-width: 98%;
    display: block;
    margin: 0 auto;
}
.fancybox-content.popup-remove-borders {
    padding: 0;
    overflow: hidden;
}
.fancybox-button svg {
}
a.popuplink:focus, a.popuplink:visited, a.popuplink {
    outline-color: rgba(255,255,255,0);
}
.fancybox-container a{ /*This removes the annoying border on images*/
    outline: none;
}

/* ## Back to Top
--------------------------------------------- */
#smoothup {
	position: fixed;
	left: 1em;
    bottom: 1em;
    opacity: 0.6;
    padding: 2em;
    z-index: 99999;
}
#smoothup:hover {
	opacity:1;
}
#smoothup .fa-arrow-up {
    font-size: 1.5em;
}




/* ## Legacy
--------------------------------------------- */
.scroll-box>h3{
	display:block;
	padding:2%;
	margin:0;
	text-align:center;
}
.scroll-box section{
	width:100%;
	height:250px;
	overflow:auto;
	border:1px solid var(--wp--preset--color--lightgray);
	padding:0.5% 2%;
}
.top-content-box{
	width: 100%;
	margin:10px 0 25px;
}
#text-box-container{
	padding:3%;
	width:33%;
	border:4px solid var(--wp--preset--color--lightgray);
	word-wrap: break-word;
}
#text-box-container h3{
	font-size:21px;
	margin:0 0 7px;
}
#text-box-container ul, #text-box-container ol{
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	overflow:inherit;
}
#text-box-container ul > li:before {
    content: '\f138';
	font-weight:900;
    display: inline-block;
    margin-left: -1.2em;
    width: 1.2em;
}
.left-float-box{
	float:left;
	margin:0 15px 5px 0;
}
.right-float-box{
	float:right;
	margin:0 0 5px 15px;
}
	/*------> Bootstrap Accordion / Collapse <---------*/
.collapse-container{
	padding:20px 0;
}
.collapseaccordion {
    text-align: left !important;
    text-decoration: none;
    margin-top: 15px !important;
	white-space:normal !important;
}
.collapse-container {
    padding: 10px;
}
a.accordion-toggle {
    text-decoration: none;
}






/* ## Responsive Mobile Design Starts
--------------------------------------------- */

/* ## LARGE MONITOR SCREENS > 1700px
--------------------------------------------- */
@media screen and (min-width: 1700px) {
#nav li {
	font-size:19px;
}
}

/* ## Cascading Maxes (ie: Desktop, Tablet, etc.)
--------------------------------------------- */
@media only screen and (max-width:1315px) {
.textwidget .fb-page span{
	width: 100% !important;
}
img{
	max-width: 100%;
	height: auto;
}
}
@media only screen and (max-width:959px) {
	
}

@media only screen and (max-width:767px) {
}

/* ## Cascading Tablets (Small Tablet + iPad)
--------------------------------------------- */
@media only screen and (min-width:569px) and (max-width:959px) {
#widget-box ul.menu, #widget-box .sub-menu{
	margin-left: 10px;
}
#widget-box ul.menu li{
	font-size: 15px;
	line-height: 17pt;
}
#widget-box .sub-menu {
    font-size: 14px;
    padding-left: 10px;
}
}

/* ## Cascading Alternate Ranges
--------------------------------------------- */
@media only screen and (min-width:960px) and (max-width:1221px) {
}

/* ## LARGE MONITOR / LAPTOP
--------------------------------------------- */
@media only screen and (min-width:960px) and (max-width:1315px) {
.social-icons .fa {
}
.social-icons .fa-3x {
    font-size: 1.25em;
}
}

/* ## iPad 3, 4 and Pro 9.7" Portrait and Landscape
--------------------------------------------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
}


/* ## TABLET (iPad)
--------------------------------------------- */
@media only screen and (min-width:768px) and (max-width:959px) {
#alert-box-container, #nav-container, .hero_block img {
	width: 100%;
}
	
/* ## TABLET (iPad) HEADER
--------------------------------------------- */
	
/* ## TABLET (iPad) HOMEPAGE
--------------------------------------------- */

/* ## TABLET (iPad) INTERIOR PAGES
--------------------------------------------- */
	
/* ## TABLET (iPad) Mast
--------------------------------------------- */
#widget-box h2.widget-title{
	font-size:22px;
}
/* ## TABLET (iPad) BLOG
--------------------------------------------- */
.search #searchform input[type="text"]{
	width:90%;
}
/* ## TABLET (iPad) FOOTER
--------------------------------------------- */
/* ## TABLET (iPad) Elements
--------------------------------------------- */
img {
	max-width: 100%;
	height: auto
}
/* ## TABLET (iPad) - Typography Fonts / Text
--------------------------------------------- */
h1 {
	font-size: 26px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 19px;
}
p {
	font-size: 15px;
	line-height: 18pt;
}
}



/* ## Tablet Small STARTS
--------------------------------------------- */
@media only screen and (min-width:569px) and (max-width:767px) {
#alert-box-container, #nav-container {
	width: 100%
}
/*header .desktop{
	display: none;
}*/

/* ## Tablet Small - Header
--------------------------------------------- */
/* ## Tablet Small - Navigation
--------------------------------------------- */
#nav ul {
	padding-left: 0
}
/* ## Tablet Small - Homepage
--------------------------------------------- */
	
	
/* ## Tablet Small - Interior / Sub Pages
--------------------------------------------- */

/* ## Tablet Small - Blog
--------------------------------------------- */
#right-sn-col {
	display: none
}
#mid-auth-col {
	float: none
}

/* ## Tablet Small - Footer
--------------------------------------------- */
footer section{
}

/* ## Tablet Small - Typography - Fonts / Text
--------------------------------------------- */
h1 {
	font-size: 23px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 16px;
}
p {
	font-size: 15px;
	line-height: 18pt;
}
small, .is-style-small-paragraph {
	font-size: 11px;
}
blockquote {
	font-size: 15px;
	line-height: normal;
	border-left: 2px solid var(--wp--preset--color--gray);
	padding: 0 0 0 5px;
	margin: 1.5em 30px;
}
blockquote:before {
	font-size: 20px;
	width: .8em;
	line-height: 20pt;
}
blockquote:after {
	font-size: 20px;
	width: .8em;
}
blockquote p:first-letter {
	font-size: 35px;
	line-height: 30px;
}
main ul, main ol {
	font-size: 15px;
	line-height: 18pt;
}
.drop-cap-text {
    font-size: 3em;
    line-height: 33pt;
}
input[type=text], input[type=email], textarea {
	width: 100%
}
input, select, textarea {
	font-size: 14px
}
.search #searchform input[type="text"]{
	width:90%;
}
    
/* ## Tablet Small - Elements
--------------------------------------------- */
img {
	max-width: 100%;
	height: auto
}
#smoothup {
	padding: 0.7em;
}
#smoothup .fa {
  font-size: 1em;
}
}

/* ## iPhone X Landscape
--------------------------------------------- */
@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-device-pixel-ratio:3) and (orientation:landscape){
    /* STYLES GO HERE */
}

/* ## iPhone 6, 7, & 8 Plus in landscape
--------------------------------------------- */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) {
}


/* ## iPhone 6, 7, & 8 in portrait AND landscape
--------------------------------------------- */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px)  and (-webkit-device-pixel-ratio:3) and (orientation:landscape){ /* STYLES GO HERE */}

/* ## iPhone 6, 7, & 8 in landscape
--------------------------------------------- */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 
}


/* ## Phone / Mobile Global / CDSMOBILE
--------------------------------------------- */
@media screen and (max-width:568px) {
	
/* ## Phone - Constants
--------------------------------------------- */
#alert-box-container, #nav-container, .popup-container a.popuplink, .fancybox-content.popup-with-borders .popup-content, .search-results-page-container article aside, .search-results-page-container article aside:nth-of-type(1), .row-staff-set aside .headshot-aside, .row-staff-set aside .staff-info, .video_gallery_block aside, .blog_block aside, .blog_block aside a, .blog_block aside .blog_block_content, .ad_box_block aside, .row-staff-set aside img, .grid-staff-set.staff_block aside, .page-template-page-full .grid-staff-set.staff_block aside, .logo_set_block img {
	width: 100%;
}
iframe {
	max-width: 100%;
}
.is-layout-constrained, .kb-theme-content-width {
    max-width:80%;
}
.mobile-logo img {
    max-width:50%;
}
.mobile, .mobilenav, .featured-post-image-link{
	display: block;
}
.desktop, .navbar.desktop, .utility .font-awesome-heading span, header .font-awesome-heading span{
	display: none;
}
.row-staff-set aside {
    flex-wrap: wrap;
}
.wp-block-image.alignleft, .wp-block-image .alignleft, .wp-block-image.alignright, .wp-block-image .alignright {
	float:none;
}
.wp-block-image.alignleft, .wp-block-image .alignleft, .wp-block-image.alignright, .wp-block-image .alignright, .wp-block-buttons.is-style-mobile-center-button {
    margin: 0 auto;
}
.wp-block-buttons.is-style-mobile-flex-start-button{
	justify-content: flex-start;
}
.wp-block-buttons.is-style-mobile-center-button, .logo_set_block section{
	justify-content: center;
}
#about-author-box .row div:nth-of-type(1), .featured-post-image-link, #alert-box p{
	text-align:center;
}
.grid-staff-set.staff_block aside, #alert-box p{
	margin-right: 0;
}
.logo_set_block aside{
	margin-bottom: 15px;
}
.logo_set_block aside:last-child{
	margin-bottom: 0;
}

/* ## Phone - Side Magnet
--------------------------------------------- */
.btm-mobile-side-magnet {
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 27px;
}
.side-magnet a, .side-magnet a:visited {
    font-size: 14px;
    padding: 5px 10px;
}
    
/* ## Phone - Header
--------------------------------------------- */
button.close {
	clear: both;
	float: inherit;
	margin:0 !important;
}
img.custom-logo, .wp-block-site-logo img, .wp-block-site-logo .custom-logo-link img{
    max-width: 75%;
}
	
/* ## Phone - Navigation
--------------------------------------------- */
#nav {
}
#nav-container {
	height: auto;
}
#nav ul {
	margin: 0;
	padding: 0;
	clear: both;
	position: relative;
}
#nav ul li {
	text-align: left;
    float: none;
	font-size: 14px;
	display: block;
	width: 100%;
	margin: 0 0 15px;
	padding: 2%;
}
#nav ul li:first-of-type {
}
#nav ul li a, #nav ul li a:visited {
	display: block;
	padding:0;
}
#nav li.menu-item-has-children > a:after {
    float: right;
}
#nav ul ul {
	width: 100%;
	position:inherit;
	top: inherit;
	margin-left: 6%;
}
#nav ul ul li:last-child{
	padding: 0;
}
#nav ul ul li a{
	padding: 5px;	
}	
#nav ul ul li a:before{
	content:'\f105';
	margin-right: 5px;
	font-weight:900;
}

	
/* ## Phone - Homepage
--------------------------------------------- */

/* ## Phone - Interior / Sub Pages
--------------------------------------------- */
.social-icons .fa {
}
.social-icons .fa-3x {
  font-size: 1.25em;
}
    
/* ## Phone - Interior / Sub Pages - Mast
--------------------------------------------- */
video[poster]{
    object-fit: cover;
}
    
/* ## Phone - Sidebar
--------------------------------------------- */
#widget-box img{
	display: block;
    margin: 0 auto;
}
	
/* ## Phone - Blocks
--------------------------------------------- */
.grid-staff-set aside .headshot-featured-image, .page-template-page-full .grid-staff-set aside .headshot-featured-image{
	margin: 0 auto;
}
.hero_block img {
    max-height: 40vh;
}

/* ## Phone - Blog
--------------------------------------------- */

    
/* ## Phone - ACF - Flexible Content
--------------------------------------------- */
#staff-set aside {
	text-align:center;
}
#staff-set aside img {
	display:block;
	max-width: 90%;
	margin:0 auto;
}
#staff-set aside:nth-of-type(odd) {
	text-align:center;
	width: 100%;
	margin: 0;
}
#staff-set aside:nth-of-type(even) {
	width: 100%;
}  
    
/* ## Phone - Footer
--------------------------------------------- */
    
/* ## Phone - Typography - Fonts / Text
--------------------------------------------- */
h1 {
	font-size: 23px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 16px;
}
p.is-style-lead-paragraph{
	font-size:19px;
	line-height:22pt;
}
p {
	font-size: 15px;
	line-height: 18pt;
}
small, .is-style-small-paragraph {
	font-size: 11px;
}
blockquote {
	font-size: 15px;
	line-height: normal;
	padding: 0 0 0 5px;
	margin: 1.5em 30px;
}
blockquote:before {
	font-size: 20px;
	width: .8em;
	line-height: 20pt;
}
blockquote:after {
	font-size: 20px;
	width: .8em;
}
blockquote p:first-letter {
	font-size: 35px;
	line-height: 30px;
}
main ol, main ul { 
	font-size: 15px;
	line-height: 18pt;
}
.drop-cap-text {
    font-size: 3em;
    line-height: 33pt;
}
.has-drop-cap:not(:focus):first-letter {
    font-size: 5.4em;
}
#text-box-container {
    width: 100%;
    text-align: center;
}
.left-float-box, .right-float-box {
    float: none;
    margin: 0 0 5px 0;
}

/* ## Phone - Forms
--------------------------------------------- */
input, select, textarea {
	font-size: 15px;
}
textarea {
	max-width: 100%;
}
input[type=submit], button, .button, .button-alt, a.button, a.button-alt {
    margin-bottom: 10px;
}

/* ## Phone - Search
--------------------------------------------- */
.search #searchform {
	margin:10px 0;
}
input[type=search]{
	width:50%;
}
input[type=search]:focus{
	width:75%;
}
	
/* ## Phone - Elements
--------------------------------------------- */
img {
	max-width: 100%;
	height: auto;
}
img.alignleft, img.alignleft, img.alignright, img.alignright, a img.alignright, a img.alignleft, .wp-caption.alignleft, .wp-caption.alignright{
	float:none;
	margin: 0 auto 20px;
	display: block;
}
.gallery-item {
    width: 100% !important;
}
table, tbody, td, th, thead, tr {
	display: block;
}
#smoothup {
	padding: 0.7em;
}
#smoothup .fa {
  font-size: 1em;
}
}