/*
Theme Name: TFC Egg Donor
Theme URI: https://www.txeggdonor.com
Description: The Official WordPress theme for TFC Egg Donor. <a href="http://fontawesome.com" target="_blank">Font Awesome Kit Pro CDN</a>, <a href="http://getbootstrap.com/" target="_blank">Bootstrap 4.1.3</a>, <a href="https://fancyapps.com/fancybox/3/">FancyBox 3.5.7 CDN</a>.
Version: 9.0
Author: Catalyst Healthcare Marketing
Author URI: https://www.catalysthcm.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: wordpress

*/

/* ## Constants
--------------------------------------------- */
:root{
	--primarycolor: #2E5367; /*Teal Green*/
	--primaryrgbcolor: 46,83,103;
	--secondarycolor: #D88A74; /*Muted Pink*/
    --secondaryrgbcolor: 215,137,116;
	--ctacolor: #F3AE36; /*Yellow*/
    --ctargbcolor: 243,174,54;
	--secondarycolorfade: #EDC8BE; /*Faded Pink*/
	--tertiarycolor: #feefe6;
	--graycolor: #CCC7C1;
    --grayrgbcolor: 203,199,193;
	--lightgraycolor: #EEE;
	--lightgrayrgbcolor: 238,238,238;
	--primaryfont: 'freight-text-pro',serif;
	--secondaryfont: 'europa',sans-serif;
	--fontawesome: "Font Awesome 6 Pro";
    --lightfontweight: 300;
    --regularfontweight: 400;
    --mediumfontweight: 500; /*Only available for Freight Text Pro*/
	--semiboldfontweight: 600;  /*Only available for Freight Text Pro*/
	--boldfontweight: 700;
	--borderradius: 15px;
	--borderradiuspill: 50px;
	--borderradiusround: 50%;
}
.has-primary-color, .has-primary-color.wp-block-button__link, a:hover, h1, h2, h3, h4, h5, h6, .check-bullets li:before, #left-side-col-container a, #right-side-col-container a, #left-side-col-container a:visited, #right-side-col-container a:visited, #right-side-col-container .widget_nav_menu .current_page_item > a:hover, #left-side-col-container .widget_nav_menu .current_page_item > a:hover, #text-box-container a:hover, .alert-highlight, .wp-block-cover h4.stk-block-heading__text:not(.has-text-color), .stk-block-heading__text, .testimonials-block-container section .name-age-location-bar, blockquote, #widget-box ul.menu > li:before, #footer-widget-box ul.menu > li:before, .fa-bullet-ul li:before, .has-white-color.has-text-color a:hover, .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color), .wp-block-cover.homemast h1:not(.has-text-color) {
    color: var(--primarycolor); 
}
.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, input[type=submit]:hover, button:hover, .button:hover, .button-alt, .toggle-tabs-container .toggle-tab-content, .post-cat-tags a:hover, footer, .wp-block-button a.wp-block-button__link, #text-box-container, .has-secondary-background-color.wp-block-button__link:hover {
    background-color: var(--primarycolor);
}
.full-screen-nav-overlay{
    background-color: rgba(var(--secondaryrgbcolor), 0.9);
}
.has-secondary-color, .has-secondary-color.wp-block-button__link, .number-feature h4, .number-feature p, .video-set-container li p, .ui-datepicker-title select, #full-screen-nav-container li a:hover, #nav li a, #nav li a:visited, #nav li:after, footer a:hover {
    color: var(--secondarycolor);  
} 
.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, .cta-sub-tab, .alert-highlight, .scroll-box>h3, .post-cat-tags a, .post-cat-tags a:visited, .comment-body a, .comment-body a:visited, #full-screen-hamburger-nav-container .fa-bars, button, .button, .pill-title-bar {
    background-color: var(--secondarycolor); 
} 
.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, .cta-icon-set-container a, .cta-icon-set-container 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, .number-feature h3, #right-side-col-container .widget_nav_menu .current_page_item > a, #left-side-col-container .widget_nav_menu .current_page_item > a, #left-side-col-container .widget_nav_menu .current_page_item > a:visited, #right-side-col-container .widget_nav_menu .current_page_item > a:visited, input[type=checkbox]:checked + label, .navbar-toggle:hover .fa-bars, .navbar-toggle:focus .fa-bars, .search #searchform .fa-search:hover, .full-screen-nav-overlay .fa-times-circle:hover, #nav li a:hover, #swiper-content-slider .swiper-button-next, #swiper-content-slider .swiper-button-prev, .social-icons a:hover, #right-side-col-container a:hover, #right-side-col-container .current-menu-item a {
    color: var(--ctacolor); 
} 
.has-cta-background-color, .has-cta-background-color.wp-block-button__link, .has-cta-background-color.wp-block-cover, .has-cta-background-color.wp-block-cover.has-background-dim, .cta-sub-tab li a:hover, input[type=submit], #widget-box .wp-block-search .wp-block-search__button, .wp-block-cover.homemast h1:not(.has-text-color), .testimonials-block-container section .name-age-location-bar, .wp-block-button a.wp-block-button__link:hover {
    background-color: var(--ctacolor); 
}
#full-screen-hamburger-nav-container .fa-bars{
    color: var(--secondarycolorfade);
}
blockquote:before, blockquote:after{
    color: var(--tertiarycolor);
}
#left-side-col-container, #right-side-col-container{
	 background-color: var(--tertiarycolor);
}
.social-icons a, .social-icons a:visited{
    color: var(--graycolor);
}
.event-set-container aside, input[type=text]::placeholder{
	background-color: var(--graycolor);
}
#comment-wrapper, .comment-body, .children .comment-body, .navigation, .collapseaccordion, .collapse-container, .sticky, .zig-zag-ad-box, .zig-zag-ad-box section{
	background-color: var(--lightgraycolor);
}
.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, .full-screen-nav-overlay .fa-times-circle, .cta-sub-tab a, .cta-sub-tab a:visited, input[type=submit]:hover, button:hover, .button:hover, .button-alt:hover, #alert-box h3, .side-magnet a, .side-magnet a:visited, #full-screen-nav-container li.menu-item-has-children > a:after, .scroll-box>h3, .post-cat-tags a, .post-cat-tags a:visited, #full-screen-nav-container li a, #full-screen-nav-container li a:visited, #widget-box .wp-block-search .wp-block-search__button, footer, #swiper-content-slider .swiper-button-next:hover, #swiper-content-slider .swiper-button-prev:hover, .has-white-color.has-text-color a, .has-white-color.has-text-color a:visited, #right-side-col-container .wp-block-button__link, #right-side-col-container .wp-block-button a.wp-block-button__link, #text-box-container p, #text-box-container a:hover, #mast-int h2, .mast-landing-page h1, .mast-landing-page h3, .pill-title-bar, footer a, footer a:visited {
    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"], #post-masonry-landing-page-container article, .testimonials-block-container section, .lp-ad-box-circle img {
    background-color: #FFF; 
} 
.has-black-color, .has-black-color.wp-block-button__link, #nav, .fancybox-button svg, .navbar-toggle .fa-bars, select, #post-landing-page-container article .read-more a:hover, .comment-body, .flex-pauseplay a, .wp-block-cover p:not(.has-text-color), .has-black-color.has-text-color a, .has-black-color.has-text-color a:visited {
    color: #000; 
} 
.has-black-background-color, .has-black-background-color.wp-block-button__link, .has-black-background-color.wp-block-cover, #smoothup, #smoothup .fa {
    background-color: #000; 
}
h1, .homecta h2, .home h3, h4, h5, h6, #widget-box h2, #widget-box .wp-block-search .wp-block-search__button, .wp-block-button__link, .wp-block-button a.wp-block-button__link, input[type=submit], button, .button, blockquote, .primaryfont, .pill-title-bar{
	font-family:var(--primaryfont);
}
body, h2, p, .mainheadline, #swiper-content-slider.content_slider h4, #swiper-content-slider.content_slider h5, .secondaryfont, .page-template-page-landing-page h6{
	font-family:var(--secondaryfont);
}
.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, #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, #nav ul ul li a:before, .flex-direction-nav a:before, .flex-pauseplay a:before, #nav li.menu-item-has-children > a:after, #full-screen-nav-container li.menu-item-has-children > a:after, #swiper-content-slider .swiper-button-next:after, #swiper-content-slider .swiper-button-prev:after, .page-template-page-landing-page h6:before{
	font-family: var(--fontawesome);
}
#swiper-content-slider.content_slider h4, .page-template-page-landing-page h6:before{
    font-weight:var(--lightfontweight);
}
p, #mast-int h2, h3{
    font-weight:var(--regularfontweight);
}
.testimonial blockquote p{
    font-weight:var(--mediumfontweight); /*Only available for Freight Text Pro*/
}
/*h2{
	font-weight:var(--semiboldfontweight); /*Only available for Freight Text Pro
}*/
h1, h2, .homecta h2, #widget-box h2, .home h3, h4, h5, h6, input[type=submit], button, .button, #swiper-content-slider .swiper-button-prev:after, #swiper-content-slider .swiper-button-next:after, .testimonials-block-container section .name-age-location-bar, blockquote, blockquote p, .wp-block-button__link, .wp-block-button a.wp-block-button__link, .page-template-page-landing-page h3, .page-template-page-landing-page h4, .pill-title-bar{
	font-weight:var(--boldfontweight);
}
input[type=submit], button, .button, .wp-block-button__link, .wp-block-button a.wp-block-button__link, .pill-title-bar{
    font-style: italic;
}
.page-template-page-landing-page h6{
    text-transform: uppercase;
}
header.navbar-fixed-top, .content-loop, #nav ul ul li, #mast-int video, .video-set-container .video-thumb, .overlay, .fade-overlay, .collapseaccordion, .grid-staff-set aside .headshot-featured-image, .page-template-page-full .grid-staff-set aside, .parallax-container section, .zig-zag-ad-box, .zig-zag-ad-box section, .zig-zag-ad-box .button-container, .zig-zag-content h1, .zig-zag-content h2, .zig-zag-content h3, .zig-zag-content h4, .zig-zag-content h5, .zig-zag-content h6, .zig-zag-content p, #right-side-col-container .embed-responsive, .gallery-item img, .gallery-columns-1 .gallery-item, ul.pagination.justify-content-center, .flex-control-nav, .flex-control-thumbs img, .pace .pace-progress, .full-screen-element, .full-screen-nav-overlay, .fancybox-content.popup-with-borders.full-width-popup .popup-content, #footer-base, #mast-int section, .testimonials-block-container section .name-age-location-bar{
	width: 100%;
}
header.navbar-fixed-top {
    max-width: 100%;
}
.wp-block-cover__inner-container, .mast-landing-page section {
    max-width: 1200px;
}
header section, .cta-icon-set-container ul, #body-content-container, #footer-top, .blog-feed-container, #two-col-container > ul, #two-col-left-heavy-container > ul, #two-col-right-heavy-container > ul, #three-col-container > ul, #four-col-container > ul, .grid-staff-set, #staff-set section, .video-set-container ul, .zig-zag-ad-box, .zig-zag-ad-box section, .fancybox-content.popup-with-borders .popup-container, .search-results-page-container article, .gallery, .testimonials-block-container, .testimonials-block-container section{
    display: flex;
    flex-wrap: wrap;
}
#nav ul, #nav li {
    display: flex;
}
.popup-container, header section, #nav li, .cta-icon-set-container ul{
    align-items: center;
}
#nav ul, #nav li, .mast-landing-page section {
    display: flex;
}
.headshot-featured-image section, .headshot-featured-image .staff-announcement, .video-set-container h3, .event-set-container h3, .event-set-container h4, .parallax-container section, .zig-zag-content .mini-title, .ad-box-container section aside h4, .toggle-tabs-container .nav-tabs, h2.blog-feed-title, .blog-feed-container, #widget-box #searchform, #widget-box.widget_categories form, .wp-caption, .wp-caption .wp-caption-text, .entry-caption, .gallery-caption, #post-masonry-landing-page-container h2, #single-post-container article .featuredimage, #single-post-container.medium-blog-theme-container article .entry-title, #single-post-container.medium-blog-theme-container article .singular-blog-meta-info, .social-share, .navigation, .video-set-container li, .full-screen-nav-overlay .fa-times-circle, .wp-block-image figcaption, #widget-box h2.widget-title, #swiper-content-slider.content_slider, .testimonials-block-container section, #footer-base{
    text-align: center;
}
.testimonials-block-container section {
	justify-content: center;
}
#nav ul{
	justify-content: flex-end;
}
.testimonials-block-container, .mast-landing-page section{
    justify-content: space-between;
}
header, .alignwide, #widget-box img, .mast-landing-page section, .lp-ad-box-circle img, .wp-block-image.aligncenter{
	margin: 0 auto;
}
.video-set-container .video-thumb{
	background-size: cover;
}
header, header.navbar-fixed-top, header aside:nth-of-type(1) img, .social-icons .fa, .video-set-container .video-thumb, #smoothup, input[type=submit], button, .button, .button-alt, a.button, a.button-alt, .full-screen-nav-overlay {
  transition:all 0.5s ease;
}
.fadeup, .fadeupzoom{
    opacity:0;
}
#nav li:last-child:after, #post-landing-page-container article span, .search-results-page-container article span, #smoothup, .mobile, .page-template-page-landing-page .mobile, .cta-sub-tab, .disable{
	display: none;
}
header section a, header section a:visited, #nav li a, #nav li a:visited, #smoothup, .cta-icon-set-container a, .cta-icon-set-container a:visited, .cta-sub-tab a, .cta-sub-tab a:visited, .side-magnet a, .side-magnet a:visited, a, a:visited {
    text-decoration: none;
}
.cta-icon-set-container ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.featured-post-image:before, .featured-cpt-image-bg-box:before {
    content: '';
    padding-top: 100%;
}
header section {
    padding-left: 2%;
    padding-right: 2%;
}
/*.wp-block-cover__inner-container {
    padding-left: 1%;
    padding-right: 1%;
}*/
#nav li a, #nav li a:visited, .featured-post-image:before, .featured-cpt-image-bg-box:before , .cta-sub-tab a, .cta-sub-tab a:visited, .cta-sub-tab ul, .cta-sub-tab li, .cta-icon-set-container li:hover > .cta-sub-tab, #widget-box img, .lp-ad-box-circle img {
    display: block;
}
.alert-highlight, #nav li, #smoothup .fa, #mast, #mast-int, #alert-box, blockquote, .testimonials-block-container section, #mast-int, .fadeup, .mast-landing-page, .mast-landing-page section, .mast-landing-page section aside:nth-of-type(2){
	position: relative;
}
#mast-int section, .full-screen-nav-overlay .fa-times-circle, .cta-sub-tab, blockquote:after, .svg-container, .landing-page-logo{
    position: absolute;
}
.full-screen-nav-overlay, .cta-sub-tab{
	z-index: 1;
}
.parallax-container section, .full-screen-element, .full-screen-nav-overlay .fa-times-circle, #swiper-content-slider .swiper-button-next, #swiper-content-slider .swiper-button-prev{
	transition: 0.5s ease all;
}
.popup-container a.popuplink, .fancybox-content.popup-with-borders .popup-content, .testimonials-block-container section{
    width: calc(50% - 2%);
}
.wp-block-image img {
    height: auto;
}
.wp-block-button__link, .wp-block-button a.wp-block-button__link{
    border-radius: initial;
}
body {
	margin:0;
}
.pill-title-bar{
    border-radius: var(--borderradiuspill);
}
#widget-box img {
    border-radius: var(--borderradiusround);
}

/* ## Animation Related
--------------------------------------------- */
.fadeup{
    top: -100px;
}
.fadeupzoom{
	transition: 1s ease all;
	transform: scale(0.5)
}
.fadeupzoomdone{
	opacity: 1;
	transform: scale(1.0)
}

/* ## Header
--------------------------------------------- */
header{
	padding:10px 0 0;
}


/* ## 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{
    max-width: 170px;
}

/* ## Header - Animations (Fixed Nav)
--------------------------------------------- */
@keyframes navfixedtop{
from{
    top:-200px;
}
to{
    top:0;
}
}
header img{
	border:0;
}
header section {
    margin: 0 auto 10px;
}
header section a, header section a:visited{
}
header aside{
}
header aside:nth-of-type(1){
    width: 25%;
}
header aside:nth-of-type(1) img{
	max-width:120px;
	height:auto;
}
header aside:nth-of-type(2){
    width: 75%;
}

/* ## Header - Call To Action Buttons
--------------------------------------------- */
.cta-icon-set-container{
	margin: 0 0 10px;
}
.cta-icon-set-container ul{
    justify-content: flex-end;
}
.cta-icon-set-container li{
	margin: 0 2% 0 0;
}
.cta-icon-set-container li:last-child{
	margin: 0;
}
.cta-icon-set-container a, .cta-icon-set-container a:visited{
}
.cta-icon-set-container a:hover{
	text-decoration: underline;
}

/* ## Header - Call To Action Buttons - Sub Navigation
--------------------------------------------- */
.cta-sub-tab {
	min-width: 200px;
}
.cta-sub-tab ul{
	text-align: left;
	padding: 0;
	margin: 0;
}
.cta-sub-tab li{
    margin: 0;
}
.cta-sub-tab a, .cta-sub-tab a:visited {
    border-radius: 0;
    padding: 4%;
    border:none;
}
.cta-sub-tab li a:hover{
}


/* ## Header - ALERT Box
--------------------------------------------- */
#alert-box{
	width:100%;
	text-align:center;
	animation:slidein 1s ease-out;
	-webkit-animation:slidein 1s ease-out;
	margin-bottom: 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 {
    padding: 0 2%;
}
#nav {
}
#nav img {
	border:0;
}
#nav ul {
	list-style: none;
	margin:0;
	padding:0;
	overflow:inherit;
	transition:0.5s ease all;
}
.navbar-fixed-top #nav ul {/*Nav Margin Shrink on Scroll*/
    margin: 5px 0;
}

/* ## Navigation - Individual Tab
--------------------------------------------- */
#nav li {
	font-size:16px;
	position: relative;
}
#nav li:last-child {
	margin:0;
}
#nav li a, #nav li a:visited {
	line-height: 1.133em;
	padding:0 10px;
}
#nav li:last-child a{
}
#nav li:after {
    content: "|";
}

/* ## 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 {
	color: var(--primarycolor);
}
#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 {
	color: var(--secondarycolor);
}

/* ## 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 {
	display: none;
	margin: 0;
	padding:0;
	position: absolute;
	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 {
	line-height: 1.4em;
}
#nav ul ul li a:hover {
}
/* ## 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;
}
.hamburger-menu-wrapper{
	display: none;
}
/* ## Full Mobile Navigation Overlay
--------------------------------------------- */
#full-screen-nav-overlay-target, #full-screen-hamburger-nav-container, .full-screen-element{
	display: none;
}
.full-screen-element a, .full-screen-element a:visited{
	text-decoration: none;
}
/*-----------------------------------------------> NAVIGATION ENDS <---------------------------------------------------*/

/*-----------------------------------------------> MAST <---------------------------------------------------*/
#mast {
	margin:0 auto;
    overflow: hidden;
}

/* ## Soliloquy Customizations
--------------------------------------------- */

 			 /*---------------------> FORCE Soliloquy img to Go 100% <------------------*/
.mast-home-slider .soliloquy-image{
	width: 100%;
}
 			 /*---------------------> Removes the Caption's Background + Moves the Caption to the right side<------------------*/
.mast-home-slider .soliloquy-caption.soliloquy-caption-bottom {
    height: 100%;
	width: 40% !important;
	right: 0;
}
.mast-home-slider .soliloquy-caption .soliloquy-caption-inside {
    background: none !important;
    position: absolute !important;
	top: 50%;
	right: 2%;
    transform: translateY(-50%);
    padding: 0 !important;
}
 			 /*---------------------> Typography Design for the Headings <------------------*/
.mast-home-slider .soliloquy-caption-inside h2 {
}
.mast-home-slider .soliloquy-caption-inside h3 {
}
	/*=================== Soliloquy Horizontal Scroll Fix ======================*/
.soliloquy-theme-classic .soliloquy-pager {
	width: 99% !important;
}
/*-----------------------------------------------> MAST ENDS <---------------------------------------------------*/


/* ## Gutenberg Wide / Full Width
--------------------------------------------- */
.alignfull {
	  width:  100vw;
	  max-width:  100vw;
 }
.alignwide {
    width: 90vw;
    max-width: 90vw;
}


/* ## Layout Architecture
--------------------------------------------- */
main {
	padding-top: 30px;
	min-height:1200px;
}
#body-content-container {
	margin:0 auto;
	padding:2%;
}
.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;
}
#left-body-col-container, #right-body-col-container{
	width:62%;
	min-height:1px;
}
#left-body-col-container{
	margin:0 5% 0 0;
}
#right-body-col-container{
	margin:0 0 0 5%;
}
#left-side-col-container, #right-side-col-container{
	width:33%;
	padding: 2%;
}
#right-side-col-container{
}
#left-side-col-container{
}
#left-body-col-container iframe, #right-body-col-container iframe, #left-body-col-container img, #right-body-col-container img, #left-side-col-container iframe, #right-side-col-container iframe, #left-side-col-container img, #right-side-col-container img, #left-body-col-container .fb-page iframe, #right-side-col-container .fb-page iframe, #left-side-col-container select, #right-side-col-container select{
	max-width:100%;
}
#left-body-col-container img, #right-body-col-container img, #left-side-col-container img, #right-side-col-container img{
	height:auto;
}

/*-----------------------------------------------> LAYOUT MAIN ENDS <---------------------------------------------------*/

/* ## Footer
--------------------------------------------- */
footer {
	font-size:14px;
	padding:25px 0;
	clear:both;
}
footer a, footer a:visited {
}
footer a:hover {
}
footer p {
}
footer section {
    padding: 0 2%;
}
#footer-top{
    align-items: center;
}
#footer-top aside{
    width: 33.333%;
}
#footer-top aside:nth-of-type(2){
    display: flex;
}
#footer-top aside:nth-of-type(2) div#footer-widget-box{
    width: calc(33% - 2%);
}
	/*Footer Right*/
#footer-top aside:nth-of-type(3) {
	text-align:right;
}
#footer-mid{
    margin: 2% 0;
}
#footer-base{
	padding-top:10px;
	clear:both;
}
#footer-base .social-icons {
    display: block;
    justify-content: inherit;
    margin-bottom: 25px;
}

/*-----------------------------------------------> FOOTER ENDS <---------------------------------------------------*/

/* ## Homepage
--------------------------------------------- */
.home #body-content-container {
	display: block;
}
.wp-block-cover.homemast .wp-block-cover__inner-container {
    margin-left: 80px;
}
.wp-block-cover.homemast h1:not(.has-text-color) {
    font-size: 90px;
    display: inline;
    line-height: 150px;
    box-shadow: 0px 0 0 8px var(--ctacolor);
}
.wp-block-cover.homemastvtwo h1 {
    font-size: 100px;
    line-height: 105px;
    margin-bottom: 55px;
}
.wp-block-cover.homemastvtwo p {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}

/*-----------------------------------------------> HOMEPAGE ENDS <---------------------------------------------------*/


/* ## Interior Pages
--------------------------------------------- */

/* ## Mast Interior Pages
--------------------------------------------- */
#mast-int{
    min-height: 400px;
	background-size:cover;
	overflow: hidden;
	z-index: 2;
}
#mast-int .fade-overlay{
    background-image: linear-gradient(to left, rgba(var(--grayrgbcolor),0), rgba(var(--grayrgbcolor),1));
}
#mast-int section {
    width: 50%;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
}
#mast-int section a.button {
    margin: 20px 0 0;
}
#mast-int video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100% 100%;
    background-position: top;
}
#mast-int h2{
    font-size: 60px;
    line-height: 70px;
    display: inline;
	margin: 0;
}
.single-post #mast-int h2{
}
#mast-int h3{
	margin: 10px 0 0;
}
	/*---------> MAST Interior ENDS <-----------*/
	/*Text Box*/
.top-content-box{
	width: 100%;
	margin:10px 0 25px;
}
#text-box-container{
	padding:3%;
	width:33%;
	border:4px solid var(--lightgraycolor);
	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;
}
#text-box-container a, #text-box-container a:visited {
}
#text-box-container a:hover{
}
.left-float-box{
	float:left;
	margin:0 15px 5px 0;
}
.right-float-box{
	float:right;
	margin:0 0 5px 15px;
}
.social-icons {
    display: flex;
    justify-content: flex-start;
}
.social-icons .fa:hover{
}
.social-icons a {
    margin-right: 10px;
}
.social-icons a:last-child {
    margin-right: 0;
}
.social-icons .fa-3x {
    font-size: 2.0em;
}
.social-icons img {
    max-width: 30px;
    height: auto;
    display: inline;
    vertical-align: middle;
}
.overlay, .fade-overlay{
    height: 100%;
    position: absolute;
    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));
}
	/*------> 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;
}

/* ## ACF Blocks
--------------------------------------------- */
#swiper-content-slider.content_slider {
}
#swiper-content-slider.content_slider h4{
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-top: 10px;
}
#swiper-content-slider.content_slider h5{
}
#swiper-content-slider.content_slider p{
	font-size: 21px;
	line-height: 33px;
	padding-bottom: 30px;
}
#swiper-content-slider .swiper-button-prev:after, #swiper-content-slider .swiper-button-next:after{
}
#swiper-content-slider .swiper-button-prev:after{
    content: "\f137";
}
#swiper-content-slider .swiper-button-next:after{
    content: "\f138";
}
.testimonials-block-container{
    margin: 100px 0 0;
}
.testimonials-block-container section {
    border: 4px solid var(--ctacolor);
}
.testimonials-block-container section img {
	width: 250px;
    margin-top: -110px;
    border: 4px solid var(--ctacolor);
    border-radius: var(--borderradiusround);
    object-fit: cover;
}
.testimonials-block-container section blockquote{
	padding: 20px 45px;
	margin: 0;
}
.testimonials-block-container section .name-age-location-bar {
    font-size: 21px;
}
.testimonials-block-container section .name-age-location-bar {
    background-image: url(/wp-content/uploads/2022/03/triangle.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 17px;
    padding: 25px;
}


/* ## Stackable Blocks
--------------------------------------------- */
details.wp-block-stackable-accordion.is-style-default.stk-block-accordion.stk-inner-blocks.stk-block-content {
    border-bottom: 1px solid var(--graycolor);
}
.home p.stk-block-text__text {
    font-size: 18px;
	line-height: 30px;
}



/* ## Landing Pages
--------------------------------------------- */
.mast-landing-page{
    background-image: url(/wp-content/uploads/2022/05/dotted-bg-1.png);
    background-attachment: fixed;
    padding: 2%;
}
.mast-landing-page section{
}
.mast-landing-page section aside:first-of-type {
    width: calc(60% - 2%);
    margin: 50px 0 0;
}
.mast-landing-page section aside:nth-of-type(2){
    width: calc(40% - 2%);
    bottom: -25px;
}
.mast-landing-page h1 {
    font-size: 110px;
    line-height: 115px;
    margin: 0;
}
.mast-landing-page h1, .mast-landing-page h3{
}
.mast-landing-page .svg-container {
    left: 0;
	bottom: 0;
	height: 100px;
	width: 100%;
	padding-bottom: calc(100% * 210 / 2000);
}
.landing-page-logo {
    border: 5px solid var(--wp--preset--color--cta);
    border-radius: 100%;
    width: 227px;
    height: 227px;
    overflow: hidden;
    background-color: #FFF;
    right: 6vw;
    bottom: -2vw;
}
.landing-page-logo img {
    object-fit: cover;
    max-width: 100%;
    padding: 8%;
}
.lp-ad-box-circle img{
    border: 5px solid var(--wp--preset--color--cta);
    padding: 10px;
    object-fit: cover;
    object-position: center;
}
.lp-ad-box-circle .wp-block-image img{
    width: 396px;
    height: 396px;
}
.lp-ad-box-circle h3:before {
    border-left: 11px solid var(--ctacolor);
    content: "";
    margin-right: 17px;
}
.noimgbtmmargin.wp-block-image {
    margin: 0;
}
.page-template-page-landing-page h3, .page-template-page-landing-page .pill-title-bar{
    font-size: 30px;
    line-height: 40px;
}
.page-template-page-landing-page h5{
    line-height: 75px;
}
.page-template-page-landing-page h6, .page-template-page-landing-page p{
    font-size: 20px;
}
.page-template-page-landing-page h6{
    line-height: 33px;
}
.page-template-page-landing-page h6:before{
    content: '\f178';
    margin-right: 5px;
}
.page-template-page-landing-page p{
    line-height: 30px;
}
.pill-title-bar{
	width: fit-content;
	margin: 80px auto;
	padding: 20px 40px;
	border-bottom: 1px solid var(--ctacolor);
}
.pill-title-bar span {
    background: #fff;
    padding: 0 15px;
}

/* ## ACF Flexible Content
--------------------------------------------- */
	/*-----------------------------------> Add BG Color to Flexible Content Boxes <-------------------------------------*/
.content-box-bg-box{
    padding: 2%;
}
	/*-----------------------------------> 2 Column Event <-------------------------------------*/
#two-col-container{
	margin:20px 0;
}
#two-col-container > ul{
    align-items: center;
	margin:0;
	padding:0;
	list-style-type:none;
}
#two-col-container > ul ul{
	list-style-type:disc;
}
#two-col-container > ul > li{
	width:49%;
	margin:0 0 10px;
}
#two-col-container > ul > li:nth-of-type(odd){
	margin:0 2% 10px 0;
}
#two-col-container > ul > li img, #two-col-container > ul > li iframe{
	max-width:100%;
}
#two-col-container > ul > li img{
	height: auto;
}
	/*-----------------------------------> 2 Column 2/3 + 1/3 <-------------------------------------*/
#two-col-left-heavy-container{
	margin:20px 0;
}
#two-col-left-heavy-container > ul{
    align-items: center;
	margin:0;
	padding:0;
	list-style-type:none;
}
#two-col-left-heavy-container > ul ul{
	list-style-type:disc;
}
#two-col-left-heavy-container > ul > li{
}
#two-col-left-heavy-container > ul > li img{
	max-width:100%;
	height:auto;
}
#two-col-left-heavy-container > ul > li:nth-of-type(odd){
	width:65%;
}
#two-col-left-heavy-container > ul > li:nth-of-type(even){
	width:33%;
	margin:0 0 0 2%;
}
	/*-----------------------------------> 2 Column 1/3 + 2/3 <-------------------------------------*/
#two-col-right-heavy-container{
	margin:20px 0;
}
#two-col-right-heavy-container > ul{
    align-items: center;
	margin:0;
	padding:0;
	list-style-type:none;
}
#two-col-right-heavy-container > ul ul{
	list-style-type:disc;
}
#two-col-right-heavy-container > ul > li{
}
#two-col-right-heavy-container > ul > li img{
	max-width:100%;
	height:auto;
}
#two-col-right-heavy-container > ul > li:nth-of-type(odd){
	width:33%;
}
#two-col-right-heavy-container > ul > li:nth-of-type(even){
	width:65%;
	margin:0 0 0 2%;
}
	/*-----------------------------------> 3 Column <-------------------------------------*/
#three-col-container{
	margin:20px 0;
}
#three-col-container > ul {
    align-items: center;
	margin:0;
	padding:0;
	list-style-type:none;
}
#three-col-container > ul ul{
	list-style-type:disc;
}
#three-col-container > ul > li{
	width:32%;
	margin:0 2% 10px 0;
}
#three-col-container > ul > li img{
	max-width:100%;
	height:auto;
}
#three-col-container > ul > li:nth-of-type(3n){
	margin:0 0 10px 0;
}
	/*-----------------------------------> 4 Column <-------------------------------------*/
#four-col-container{
	margin:20px 0;
}
#four-col-container > ul{
    align-items: center;
	margin:0;
	padding:0;
	list-style-type:none;
}
#four-col-container > ul ul{
	list-style-type:disc;
}
#four-col-container > ul > li{
	width:23.5%;
	margin:0 2% 10px 0;
}
#four-col-container > ul > li:nth-of-type(4n){
	margin:0 0 10px 0;
}
#four-col-container > ul > li img{
	max-width:100%;
	height:auto;
}
	/*4 Column ENDS*/


	/*-----------------------------------> Staff Set <-------------------------------------*/
.grid-staff-set{
	justify-content: center;
}
.grid-staff-set aside {
    width: 33%;
    border: 5px solid var(--lightgraycolor);
}
.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{
}
	/*-----------------------------------> Product Set <-------------------------------------*/
.product-set{
}
.product-set aside:nth-of-type(1){
	text-align:center;
}
.product-set aside:nth-of-type(1) img{
	margin-bottom:10px;
}
	/*-----------------------------------> Video Gallery <-------------------------------------*/
.video-set-container{
    padding: 2%;
}
.video-set-container h3 {
    font-size: 35px;
    border-bottom: 1px solid var(--lightgraycolor);
    padding-bottom: 10px;
}
.video-set-container ul {
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.page-template-page-full .video-set-container li {
	flex-basis: calc(25% - 2%);
}
.video-set-container li {
	flex-basis: calc(50% - 2%);
    margin-bottom: 25px;
}
.video-set-container .video-thumb{
    height: 300px;
    background-position: center;
	position:relative;
	border:3px solid var(--secondarycolor);
    max-height: 270px;
	max-width: 100%;
}
.video-set-container .video-thumb:hover{
	border:3px solid var(--primarycolor);
}
.video-set-container .fas, .video-set-container .fab{
	position:absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
}
.video-set-container li p {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}
	/*-----------------------------------> Event Set <-------------------------------------*/
.event-set-container{
	clear: both;
	margin: 2% 0;
}
.event-set-container aside{
	border: 2px dashed var(--ctacolor);
	padding: 2%;
	margin-bottom: 2%;
}
.event-set-container h3, .event-set-container h4{
}
.event-set-container .btn{
	margin: 0 auto;
    display: table;
}
	/*-----------------------------------> Scroll Box <-------------------------------------*/
.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(--lightgraycolor);
	padding:0.5% 2%;
}
	/*-----------------------------------> Parallax <-------------------------------------*/
.parallax-container{
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 30vw;
}
.parallax-container section{
	z-index: 1;
}
.parallax-container h3{
	font-size: 4vw;
}
.parallax-container p{
	font-size: 20px;
}

/* ## Zig Zag Ad Boxes
--------------------------------------------- */
.zig-zag-ad-box, .zig-zag-ad-box section{
}
.zig-zag-ad-box section aside {
    min-height: 500px;
    padding: 5%;
    background-size: cover;
    background-position: center;
}
.zig-zag-ad-box section:nth-of-type(odd) aside:nth-of-type(1) {
    width: calc(52% - 2%);
}
.zig-zag-ad-box section:nth-of-type(odd) aside:nth-of-type(2) {
    width: calc(52% - 2%);
}
.zig-zag-ad-box section:nth-of-type(even) aside:nth-of-type(1) {
    width: calc(52% - 2%);
}
.zig-zag-ad-box section:nth-of-type(even) aside:nth-of-type(2) {
    width: calc(52% - 2%);
}
.zig-zag-ad-box section:nth-of-type(even) {
    flex-direction: row-reverse;
}
.zig-zag-ad-box img{
	max-width: 100%;
}
.zig-zag-ad-box .button-container{
	padding: 25px 0 0;
}
.zig-zag-content a.button {
    margin-right: 5px;
}
.zig-zag-content a.button:last-child {
    margin-right: 0;
}
.zig-zag-content .mini-title{
	margin: 5px 0;
	text-transform: uppercase;
}
.zig-zag-content {
    height: 100%;
    align-content: center;
}
.zig-zag-content h1, .zig-zag-content h2, .zig-zag-content h3, .zig-zag-content h4, .zig-zag-content h5, .zig-zag-content h6, .zig-zag-content p{
}
/*-----------------------------------> Ad Box Container <-------------------------------------*/
.ad-box-container section {
    display: flex;
    justify-content: center;
}
.ad-box-container section aside {
    padding: 0 2%;
    flex: 1;
}
.ad-box-container section aside img {
    display: block;
    max-height: 150px;
    width: auto;
    margin: 0 auto;
}
.ad-box-container section aside h4{
}
.ad-box-container section aside .button, .ad-box-container section aside .button-alt{
    display: inline-block;
}
    
	/*-----------------------------------> Bootstrap Toggable Tabs <-------------------------------------*/
.toggle-tabs-container{
	margin: 3% 0;
}
.toggle-tabs-container .nav-tabs{
    margin: 0;
}
.toggle-tabs-container .nav-tabs>li{
	float: none;
	display: inline-block;
}
.toggle-tabs-container .tab-content{
	border: none;
}
.toggle-tabs-container .toggle-tab-content {
    padding: 2%;
}
.toggle-tabs-container button{
	margin: 15px 0;
}
	/*-----------------------------------> BLOG FEED <-------------------------------------*/
h2.blog-feed-title{
	margin-bottom: 20px;
}
.blog-feed-container{
	overflow: hidden;
    justify-content: space-around;
}
.blog-feed-container aside {
    width: calc(33% - 2%);
	margin-bottom: 25px;
}
.blog-feed-container .featured-post-image {
    margin: 0 auto 2%;
}
.blog-feed-container .featured-post-image-link {
    margin: 0;
}
	/*-----------------------------------> NUMBER FEATURE <-------------------------------------*/
.number-feature{
	margin: 2% 0;
	white-space: pre-line;
	word-break: break-all;
}
.number-feature h3 {
    font-size: 5em;
    margin: 0;
}
.number-feature h4 {
	margin: 0;
}
.number-feature p {
	margin: 0;
}

/* ## Sidebar
--------------------------------------------- */
#right-side-col-container hr{
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255,0), rgba(255, 255, 255,0.75), rgba(255, 255, 255,0)); 
    background-image:    -moz-linear-gradient(left, rgba(255, 255, 255,0), rgba(255, 255, 255,0.75), rgba(255, 255, 255,0)); 
    background-image:     -ms-linear-gradient(left, rgba(255, 255, 255,0), rgba(255, 255, 255,0.75), rgba(255, 255, 255,0)); 
    background-image:      -o-linear-gradient(left, rgba(255, 255, 255,0), rgba(255, 255, 255,0.75), rgba(255, 255, 255,0)); 
}
#widget-box {
	margin-bottom:25px;
}
#widget-box h2.widget-title{
	border-bottom:2px solid var(--primarycolor);
	padding:0 0 1.5%;
}
#widget-box img{
}
#widget-box .noborder{
	border:none;
}
#widget-box ol{
	overflow: inherit;
}
#widget-box ul.menu, #footer-widget-box ul.menu, .fa-bullet-ul{
	list-style-type:none;
}
#widget-box ul.menu > li:before, #footer-widget-box ul.menu > li:before{
    font-weight:300;
}
.fa-bullet-ul li:before{
    font-weight: 600;
}
ul.fa-bullet-ul li {
    margin-bottom: 15px;
}
#widget-box ul.menu > li:before, #footer-widget-box ul.menu > li:before, .fa-bullet-ul li:before{
	content:'\e426';
	display:inline-block;
	margin-left:-1.1em;
	width:1.2em;
}
#widget-box .btn{
	word-wrap: break-word;
 	white-space:inherit !important;
}
#right-side-col-container .embed-responsive {
}
#widget-box img {
    height: 300px;
    width: 300px;
    object-fit: cover;
	border: 7px solid var(--ctacolor);
	padding: 10px;
}



/* ## Sidebar - Sidebar Navigation Widget / Tab
--------------------------------------------- */
#widget-box .sub-menu{
	margin-top:10px;
}
#widget-box .current-menu-item > a, #widget-box .current-menu-item > a:visited{
	text-decoration: none;
	font-weight: bold;
}
#widget-box ul.menu > li.menu-item-has-children {
    list-style-image: none;
    margin: 5px 0 10px -20px;
}
a.plus.targetnav {
    margin-right: 4px;
}
#widget-box .sub-menu{
	list-style-type:none;
}
#widget-box ul.menu ul > li:before{
	font-weight:900;
	content:'\f0da';
}
#widget-box ul ul > li.menu-item-has-children:before{
    display: none;
}
#widget-box ul ul > li:before{
	font-weight:900;
	content:'\f105';
	margin-right: 10px;
}


/* ## 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:45px;
    line-height:55px;
}
.home h1{
    font-size:90px;
    line-height: 95px;
}
h2 {
	font-size:36px;
	line-height:45px;
}
.home h2{
    line-height: 44px;
}
.home .homecta h2{
    font-size:60px;
	line-height:68px;
	padding-bottom: 30px;
}
h3 {
	font-size:24px;
    line-height: 32px;
}
.home h4{
    font-size: 36px;
    line-height: 44px;
}
h4 {
	font-size:26px;
}
.home h4{
    font-size: 26px;
    line-height: 34px;
}
h5 {
	font-size:19px;
}
.home h5{
    font-size: 30px;
    line-height: 38px;
}
p, .home footer p {
	font-size:16px;
	line-height:24px;
}
.home p {
	font-size:24px;
	line-height:36px;
}
small {
	font-size:12px;
	line-height:normal;
}
blockquote {
    line-height: normal;
    line-height: 18pt;
    margin: 0.5em 20px;
    padding: 0.5em 10px;
}
blockquote:before, blockquote:after{
	font-size:40px;
	font-weight:900;
	display: inline-block;
	width: 1.2em;
}
blockquote:before {
    float: left;
	content: '\f10d';
	line-height:30pt;
}
blockquote:after {
    bottom: 0;
    right: 0;
	line-height:normal;
	content: '\f10e';
}
h1, h2, h3, h4, h5, p {
	margin:20px 0;
}
main ul, main ol {
	font-size:16px;
	line-height:18pt;
	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;
}
.mainheadline {
    margin-bottom: 25px;
}
.mainheadline span {
    border-bottom: 4px solid var(--ctacolor);
}

/* ## Links
--------------------------------------------- */
#left-side-col-container a, #right-side-col-container a, #left-side-col-container a:visited, #right-side-col-container a:visited{
}
#left-side-col-container a:hover, #right-side-col-container a:hover{
}
#right-side-col-container .widget_nav_menu .current_page_item > a, #left-side-col-container .widget_nav_menu .current_page_item > a, #left-side-col-container .widget_nav_menu .current_page_item > a:visited, #right-side-col-container .widget_nav_menu .current_page_item > a:visited{
}
#right-side-col-container .widget_nav_menu .current_page_item > a:hover, #left-side-col-container .widget_nav_menu .current_page_item > a:hover{
}
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;
}

/* ## Forms
--------------------------------------------- */
form {
	margin:0;
	padding:0;
}
input, select, textarea {
	font-family:var(--primaryfont);
}
input[type=text], input[type=search], input[type=email], textarea, select{
	font-size:16px;
	padding:1%;
	border: 1px solid var(--graycolor);
	-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{
}
input[type=checkbox]:checked + label{
  font-style: normal;
}

/* ## Forms - Submit + Buttons
--------------------------------------------- */
input[type=submit]{
    border: 1px solid transparent !important;
}
input[type=submit], button, .button, .wp-block-button__link, a.wp-block-button__link{ 
    font-size: 24px;
}
input[type=submit], button, .button, .button-alt, a.button, a.button-alt, #widget-box .wp-block-search .wp-block-search__button {
	cursor: pointer;
	padding:10px 20px;
	word-wrap: break-word;
 	white-space:inherit;
	text-decoration: none;
}
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;
}

/* ## Gravity Forms - Submit Button
--------------------------------------------- */
.gform_wrapper input[type=submit]{
	font-size:25px;
	font-weight: 300;
	padding:10px;
}

/* ## Forms - Select
--------------------------------------------- */
select{
	border: 1px solid var(--graycolor);
	-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(--lightgraycolor);
}
.search #searchform button {
	background: none;
	border: none;
	padding: 0;
	width: 0;
	height: 0;
	cursor: pointer;
	left: -25px;
}
.search #searchform .fa-search {
	color: #999;
	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(--lightgraycolor) !important;
}


/* ## Search Results Page
--------------------------------------------- */
.search-results-page-container article aside{
	width: calc(67% - 2%);
}
.search-results-page-container article aside:nth-of-type(1){
	width:calc(33% - 2%);
}
.search-results-page-container article {
    margin-bottom: 50px;
    justify-content: space-between;
    border-bottom: 1px solid var(--graycolor);
    padding: 0 0 50px;
}
.search-results-page-container article:last-child {
	border-bottom: none;
	padding: 0;
	margin-bottom: 0;
}


/* ## MISCELLANEOUS
--------------------------------------------- */
:target:before {
    content: "";
    display: inline-block;
    height: 550px;
    padding-top: -250px;
}
hr{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	margin:20px 0;
	clear: both;
}
.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, #right-body-col-container .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;
}

/* ## WP Blocks - Video
--------------------------------------------- */
.wp-block-embed__wrapper{
  position:relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ## Blog
--------------------------------------------- */

/* ## Blog Landing Page - index.php
--------------------------------------------- */
#post-landing-page-container article{
	margin:0 0 15px;
	padding-bottom:10px;
}
#post-landing-page-container article h2{
	margin:0 0 15px;
}
#post-landing-page-container article:last-child hr{
	display:none;
}
#post-landing-page-container article h2 a, #post-landing-page-container article h2 a:visited, #post-masonry-landing-page-container article h2 a, #post-masonry-landing-page-container article h2 a:visited{
	text-decoration:none;
}
#post-landing-page-container section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
#post-landing-page-container section aside:nth-of-type(2n+1){
    width: 30%;
}
#post-landing-page-container section aside:nth-of-type(2n+2){
    width: 68%;
    margin-left: 2%;
}
	/*--------------------MASONRY VERSION <-----------------------*/
#post-masonry-landing-page-container article {
    border-radius: var(--borderradius);
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
    padding: 2%;
    margin: 0 1% 3%;
}
#post-masonry-landing-page-container article:nth-of-type(2n){
	margin: 0 0 3%;
}
#post-masonry-landing-page-container article:nth-of-type(2n+1){
	clear: both;
}
#post-masonry-landing-page-container h2{
}
#post-masonry-landing-page-container .featured-post-image-link {
}
#post-masonry-landing-page-container .featured-post-image {
    display: block;
    max-height: inherit;
	margin: 0 auto;
}
#post-masonry-landing-page-container hr{
	display: none;
}

/* ## Excerpt - Read More Styling
--------------------------------------------- */
#post-landing-page-container article .read-more, #post-masonry-landing-page-container article .read-more, .search-results-page-container article .read-more{
	font-size:13px;
	margin:10px 0 15px;
}
#post-landing-page-container article .read-more a, #post-landing-page-container article .read-more a:visited, #post-masonry-landing-page-container article .read-more a, #post-masonry-landing-page-container article .read-more a:visited, .search-results-page-container article .read-more a{
	color:#999;
	font-weight:bold;
	text-decoration:none;
}
#post-landing-page-container article .read-more a:hover{
}
#post-landing-page-container article button{
	float:right;
	margin:10px 0 0;
}
	/*Author Profile Photo*/
#post-landing-page-container .author-profile-photo, #post-masonry-landing-page-container .author-profile-photo{
	float:left;
	margin:0 5px 0 0;
}
#post-landing-page-container .author-profile-photo img, #post-masonry-landing-page-container .author-profile-photo img{
	max-width:50px;
	height:auto;
	border-radius:var(--borderradius);
	border:1px solid #999;
	padding:2px;
}

/* ## Featured Image / Post Thumbnail
--------------------------------------------- */
.featured-post-image-link{
	margin: 0 2% 0;
}
.featured-post-image {
	background-size: cover;
	background-position: center center;
    border: 5px solid #999;
    border-radius: var(--borderradius);
    transition: 0.5s ease all;
}
.featured-post-image:hover {
	border: 5px solid var(--secondarycolor);
}
	/*Sticky Posts*/
.sticky {
	padding: 10px;
	border-radius:var(--borderradius);
	margin:0 0 15px;
}
.sticky article h1{
	font-size:36px;
}
	/*Category Pills*/
.post-cat-tags{
	margin:20px 0;
}
.post-cat-tags a, .post-cat-tags a:visited{
	display: inline-block;
	border-radius:var(--borderradius);
	padding: 5px 10px;
	text-decoration:none;
	margin:0 10px 10px 0;
}
.post-cat-tags a:last-child, .post-cat-tags a:visited:last-child{
	margin:0 0 10px 0;
}
.post-cat-tags a:hover{
}
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 - single.php
--------------------------------------------- */
#single-post-container article{
	position:relative;
}
#single-post-container article .featuredimage{
	margin:2% 0;
}
#single-post-container article .featuredimage img{
	max-width:100%;
	height:auto;
}
#single-post-container.medium-blog-theme-container article .entry-title{
}
#single-post-container.medium-blog-theme-container article .featuredimage img{
}
#single-post-container.medium-blog-theme-container article .single-post-content{
	max-width: 70%;
	margin: 0 auto;
}

/* ## Meta Info
--------------------------------------------- */
#single-post-container article .singular-blog-meta-info{
	text-align: left;
}
#single-post-container.medium-blog-theme-container article .singular-blog-meta-info{
}
#author-box{
	margin-bottom:10px;
}
#single-post-container #author-box {
}
.social-share{
	margin: 25px 0;
	padding: 20px 0;
	border-top: 2px solid var(--primarycolor);
	clear: both;
}
.social-share ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.social-share li{
	display: inline-block;
	vertical-align: top;
}

/* ## WP Post About Author Area on the Bottom
--------------------------------------------- */
#about-author-box {
	font-size:12px;
	background:#FFF;
	padding:10px 15px;
	margin:15px 0;
}
#about-author-box p {
	font-size:12px;
	margin:0;
}
#about-author-box img{
	max-width:50px;
	height:auto;
	padding:1px;
	border-radius:var(--borderradius);
	border:1px solid var(--secondarycolor);
}
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(--ctacolor) !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 {
    border:2px solid #FFF;
    border-radius:var(--borderradius);
    bottom: 1em;
    opacity: 0.6;
    padding: 1em;
    position: fixed;
    right: 1em;
    z-index: 99999;
}
#smoothup:hover {
	opacity:1;
}
#smoothup .fa{
    font-size:1.5em;
    top: 10%;
    left: 50%;
    transform: translateY(-10%) translateX(-50%);
}

/* ## Pace Loader
--------------------------------------------- */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: var(--ctacolor);
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  height: 2px;
}

/* ## Responsive Mobile Design Starts
--------------------------------------------- */

/* ## Cascading CSS
--------------------------------------------- */

/* ## LARGE MONITOR SCREENS > 1700px
--------------------------------------------- */
@media screen and (min-width: 1700px) {
#mast-int {
    min-height: 550px;
}
#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) {
/*--------------- Full Screen Nav Overlay ---------------*/
	/*--------> CLOSED STATE Circle Hamburger Menu <-------------*/
#full-screen-hamburger-nav-container {
    margin-left: 3%;
    transition: 0.5s ease all;
	top: 18px;
}
#full-screen-hamburger-nav-container .fa-bars{
	cursor: pointer;
}
#full-screen-hamburger-nav-container .fa-bars {
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: var(--borderradius);
}
	/*--------> OPEN STATE Overlay Nav with X <-------------*/
#full-screen-nav-overlay-target, #full-screen-hamburger-nav-container{ /*This is the ID Target JS uses to OPEN the Pane Window*/
	display: block;
	z-index: 4000;
}
.full-screen-nav-overlay{
	height: 0;
	position: fixed;
	top: 0;
	right: 0;
	overflow-y: hidden;
}
.full-screen-nav-overlay .fa-times-circle{
	cursor: pointer;
	top: 18px;
    right: 10px;
    z-index: 50;
}
.full-screen-nav-overlay .fa-times-circle:hover{
}
.full-screen-element{
	height: 100%;
	display: inline-block;
	position: absolute;
    top: 30%;
}
.full-screen-nav-overlay img{
	max-width: 200px;
	margin: 2% auto 5%;
	display: block;
}
		/*--------> Nav inside the Overlay <-------------*/
#full-screen-nav-container {
	width: 100%;
    text-align: center;
}
#full-screen-nav-container ul {
    line-height: normal;
	list-style-type: none;
    padding: 0;
    margin: 0;
}
#full-screen-nav-container li{
	font-size: 18px;
	font-weight: 600;
}
#full-screen-nav-container li.menu-item-has-children a{
	display: inline-block;
}
#full-screen-nav-container li.menu-item-has-children > a:after {
    font-size: 18px;
    display: inline-block;
    content: "\f078";
    margin-left: 5px;
    cursor: pointer;
    right: 10px;
    position: absolute;
}
#full-screen-nav-container li a, #full-screen-nav-container li a:visited{
	text-decoration: none;
}
#full-screen-nav-container .sub-menu{
}
#full-screen-nav-container .sub-menu li{
	text-transform: none;
	font-size: 14px;
    font-weight: normal;
}
}

/* ## Cascading Tablets (Small Tablet + iPad)
--------------------------------------------- */
@media only screen and (min-width:569px) and (max-width:959px) {
.wp-block-cover.homemast .wp-block-cover__inner-container {
    margin-left: 50px;
}
.wp-block-cover.homemast h1:not(.has-text-color) {
    font-size: 50px;
    line-height: 55pt;
}
#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) {
header section, footer{
	padding-right:2%;
	padding-left:2%;
	}
}

/* ## LARGE MONITOR / LAPTOP
--------------------------------------------- */
@media only screen and (min-width:960px) and (max-width:1315px) {
header section, footer {
    padding: 2%;
}
.social-icons .fa {
}
.social-icons .fa-3x {
    font-size: 1.25em;
}
.zig-zag-ad-box > ul > li {
    padding: 5% 3%;
}
}

/* ## 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) {
      .featured-post-image{
          width: 200px;
          height: 200px;
      }
}

/* 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, footer section, header section {
	width: 100%;
}
	
/* ## TABLET (iPad) HEADER
--------------------------------------------- */
header section{
	padding:0 2%;
}
	
/* ## TABLET (iPad) HOMEPAGE
--------------------------------------------- */

/* ## TABLET (iPad) INTERIOR PAGES
--------------------------------------------- */
	
/* ## TABLET (iPad) Mast
--------------------------------------------- */
#mast-int{
	width: 100%;
	min-height: 225px
}
#mast-int h2, .single-post #mast-int h2 {
	font-size: 32px;
}
#mast-int h3 {
	font-size: 22px;
}
#mast-container {
	width: 100%;
	min-height: 250px;
	margin: 0 auto
}
.social-icons .fa {
}
.social-icons .fa-3x {
  font-size: 1.75em;
}

#widget-box h2.widget-title{
	font-size:22px;
}
/* ## TABLET (iPad) BLOG
--------------------------------------------- */
#post-landing-page-container article h2{
	text-align:center;
}
.featured-post-image{
}
#author-box {
    margin: 0 0 10px;
    text-align: center;
}
#right-sn-col {
	display: none
}
#mid-auth-col {
	float: none
}
.search #searchform input[type="text"]{
	width:90%;
}
/* ## TABLET (iPad) FOOTER
--------------------------------------------- */
footer section{
	padding:0 3%;
}
/* ## 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, #mast-container, #mast-int, #nav-container, footer section, header section {
	width: 100%
}
header .desktop{
	display: none;
}	

/* ## Tablet Small - Header
--------------------------------------------- */
header{
	padding:0;
}
header section{
	width:96%;
	margin:0 2%;
}
header aside {
	margin-right: 0
}
header aside:nth-of-type(2) {
  width: 100%;
  text-align: center;
  clear: both;
}
/* ## Tablet Small - Navigation
--------------------------------------------- */
#nav ul {
	padding-left: 0
}
	/*----------> Bootstrap Mobile Navigation <-------------*/
.hamburger-menu-wrapper{
	display: block;
	text-align: center;
}
.hamburger-menu-wrapper button {
    background-color: inherit;
    padding: 5px;
}
.navbar{
	min-height:inherit;
}
	/*--------> Bootstrap - Hamburger Nav <-------------*/
.navbar-toggle .fa-bars {
    font-size: 25px;
}
.navbar-toggle:hover .fa-bars, .navbar-toggle:focus .fa-bars{
}
/* ## Tablet Small - Homepage
--------------------------------------------- */
	
	
/* ## Tablet Small - Interior / Sub Pages
--------------------------------------------- */
#mast-int {
	min-height: 200px
}
#mast-int h2, .single-post #mast-int h2 {
	font-size: 25px;
}
#mast-int h3 {
	font-size: 18px;
}
.social-icons .fa {
}
.social-icons .fa-3x {
  font-size: 1.75em;
}
/* ## Tablet Small - Blog
--------------------------------------------- */
#right-sn-col {
	display: none
}
#mid-auth-col {
	float: none
}
.featured-post-image{
}
.video-set-container .fa-5x {
    font-size: 3em;
}
/* ## Tablet Small - Footer
--------------------------------------------- */
footer section{
}
#footer-top aside, #footer-top aside:nth-of-type(1), #footer-top aside:nth-of-type(2), #footer-top aside:nth-of-type(3),#footer-top aside:nth-of-type(4) {
	text-align: center;
	margin:1% 0;
}
#footer-base aside, #footer-base aside:nth-of-type(1), #footer-base aside:nth-of-type(2), #footer-base aside:last-child {
	text-align: center;
	margin: 1% 0;
}
/* ## 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 {
	font-size: 11px;
}
blockquote {
	font-size: 15px;
	line-height: normal;
	border-left: 2px solid var(--graycolor);
	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 */
.full-screen-nav-overlay img {
    max-height: 100px;
}
#full-screen-hamburger-nav-container {
    width: 67%;
    text-align: right;
}
}

/* ## iPhone 6, 7, & 8 Plus in landscape
--------------------------------------------- */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) {
.cta-icon-set-container li span {
    display: none;
}
}


/* ## 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) { 
.cta-icon-set-container li span {
    display: none;
}
}


/* ## Phone / Mobile Global
--------------------------------------------- */
@media screen and (max-width:568px) {
	
/* ## Phone - Constants
--------------------------------------------- */
#alert-box-container, #mast-container, #mast-int, #nav-container, footer section, header aside, header section, .blog-feed-container aside, .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), .testimonials-block-container section, .mast-landing-page section aside:first-of-type, .mast-landing-page section aside:nth-of-type(2) {
	width: 100%;
}
iframe {
	max-width: 100%;
}
.mobile{
	display: block;
}
.page-template-page-landing-page .mobile{
	display: flex;
}
.lp-ad-box-circle h3:before, .desktop, .desktop.wp-block-cover, .page-template-page-landing-page .desktop{
    display: none;
}
#post-landing-page-container section {
    flex-wrap: wrap;
}
.wp-block-image .alignright, .wp-block-image .alignleft{
	float:none !important;
}
.lp-ad-box-circle .wp-block-columns, .mobilecenter, .mast-landing-page section{
    text-align: center;
}
.lp-ad-box-circle .wp-block-buttons, .social-icons, .mobilecenter .wp-block-buttons{
	justify-content: center;
}
figure.alignleft, figure.alignright, .wp-block-image .alignleft, .wp-block-image .alignright, .page-template-page-landing-page .wp-block-image .alignleft, .page-template-page-landing-page .wp-block-image .alignright{
    margin: 0 auto;
}
.page-template-page-landing-page .chart h2{
    margin: 0;
}
.alignleft{
    padding: 0;
}
.lp-ad-box-circle .wp-block-columns:nth-of-type(even), .lp-cta-footer-container .wp-block-columns, .column-reverse .wp-block-columns {
    flex-direction: column-reverse;
}

/* ## 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
--------------------------------------------- */
.landing-page-logo {
    border: 3px solid var(--wp--preset--color--cta);
    width: 123px;
    height: 123px;
}
header{
	padding:0;
}
header section{
	width:96%;
	margin: 0 2%;
	padding: 2% 0 0;
}
header aside {
	float: none;
	margin: 0;
	text-align:center;
}
header aside:nth-of-type(1) {
    width: 80%;
    text-align: left;
    margin-bottom: 15px;
}
header aside:nth-of-type(2){
    width: 100%;
	text-align:center;
}
button.close {
	clear: both;
	float: inherit;
	margin:0 !important;
}
.cta-icon-set-container ul{
    justify-content: center;
}
.cta-icon-set-container li span{
	display: none;
}
.cta-sub-tab {
    min-width: 150px;
}

/* ## Phone - Navigation
--------------------------------------------- */
#nav {
}
#mast-int, #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 a:hover {
}
#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;
}
	/*----------> Bootstrap Mobile Navigation <-------------*/
.hamburger-menu-wrapper{
	display: block;
	text-align: center;
}
.hamburger-menu-wrapper button {
    background-color: inherit;
    padding: 5px;
}
.navbar{
	min-height:inherit;
}
	/*----------> Bootstrap - Hamburger Nav <-------------*/
.navbar-toggle .fa-bars {
    font-size: 25px;
}
.navbar-toggle:hover .fa-bars, .navbar-toggle:focus .fa-bars{
}

	
/* ## Phone - Homepage
--------------------------------------------- */
.wp-block-cover.homemast{
	min-height: 50vh !important;
}
.wp-block-cover.homemast .wp-block-cover__inner-container {
    margin-left: 0;
}
.wp-block-cover.homemast h1:not(.has-text-color) {
    font-size: 40px;
    line-height: 45pt;
}
    
.homemastvtwo .wp-block-image{
    margin: 0;
}
.home .homemastvtwo h1 {
    font-size: 60px;
    line-height: 57px;
}
    
/* ## Phone - Interior / Sub Pages
--------------------------------------------- */
#mast-int-container{
    background-position: center;
}
.mast-landing-page section aside:nth-of-type(2) {
    bottom: -9px;
}
.mast-landing-page .svg-container {
    bottom: -1px;
}
.landing-page-logo {
    bottom: -14vw;
}
#left-body-col-container, #right-side-col-container, #left-side-col-container, #right-body-col-container {
	width: 100%;
}
#left-body-col-container {
    margin: 0;
}
.social-icons .fa {
}
.social-icons .fa-3x {
  font-size: 1.25em;
}
    
/* ## Phone - Interior / Sub Pages - Mast
--------------------------------------------- */
.mast-landing-page .svg-container {
	height: inherit;
	padding-bottom: 0;
}
.mast-landing-page section aside:first-of-type {
    margin: 0;
    padding: 0 0 10px;
}
.mast-landing-page section aside:first-of-type h3{
	margin-bottom: 0;
}
.mast-landing-page section {
    flex-wrap: wrap;
    align-items: flex-end;
    padding-top: 50px;
}
#mast-int {
	background-size:cover;
	min-height: 110px;
}
#mast-int section {
    left: 20px;
    width: 80%;
}
#mast-int h3 {
	font-size: 15px;
}
video[poster]{
    object-fit: cover;
}

/* ## Phone - Landing Page
--------------------------------------------- */
.lp-ad-box-circle .wp-block-image img {
    width: 235px;
    height: 235px;
}
.connectline, .wp-block-columns.connectline{
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 2px dashed var(--ctacolor);
}
.connectline p{
    margin-bottom: 0;
}
.page-template-page-landing-page .accordioncontainer, .page-template-page-landing-page .quotevideocontainer{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.page-template-page-landing-page .wp-block-group.accordion {
    padding: 0 33px;
}
.page-template-page-landing-page .qualifycontainer{
    padding: 20px 0;
}
.page-template-page-landing-page .lp-ad-box-circle figure, .page-template-page-landing-page .lp-ad-box-circle figure.wp-block-image.alignleft, .page-template-page-landing-page .lp-ad-box-circle figure.wp-block-image.alignright{
    margin: 0 auto;
}
.page-template-page-landing-page .qualifycontainer h3.has-large-font-size{
    font-size: 20px !important;
    line-height: 33px;
    margin: 0;
}
.wp-block-columns.steptablecontainer{
    margin-bottom: 60px;
}
.page-template-page-landing-page .wp-block-columns.steptablecontainer h3{
    font-size: 24px;
    line-height: 32px;
}
.page-template-page-landing-page .lp-ad-box-circle h3{
    font-size: 24px !important;
    line-height: 32px;     
    margin: 0 0 15px;
}
.page-template-page-landing-page h1{
    font-size: 60px;
    line-height: 57px;
}
.page-template-page-landing-page .chart h2{
    font-size: 24px !important;
}
.page-template-page-landing-page h3{
	font-size: 18px;
	line-height: 24px;
}
.page-template-page-landing-page h4 {
    font-size: 24px;
    line-height: 30px;
}
.page-template-page-landing-page h4.has-large-font-size {
    font-size: 24px !important;
}
.page-template-page-landing-page h4.stk-block-heading__text, h4.stk-block-heading__text{
    font: 20px;
    line-height: 24px;
}
.lp-cta-footer-container h5 {
    font-size: 45px !important;
    line-height: 50px;
    margin-bottom: 0 !important;
}
.page-template-page-landing-page p {
    font-size: 15px;
     line-height:23px;
}
.page-template-page-landing-page p.has-medium-font-size{
    font-size: 15px !important;
}
 .page-template-page-landing-page input[type=submit],  .page-template-page-landing-page button,  .page-template-page-landing-page .button,  .page-template-page-landing-page .wp-block-button__link,  .page-template-page-landing-page a.wp-block-button__link{
    font-size: 20px;
    line-height: 33px;
}
.page-template-page-landing-page a.wp-block-button__link {
    width: 295px;
}
.page-template-page-landing-page .pill-title-bar {
    font-size: 20px;
    line-height: 30px;
    margin:50px auto;
}
.page-template-page-landing-page .lp-cta-footer-container{
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.wp-block-button.lgbutton .wp-block-button__link {
    font-size: 26px;
    line-height: 32px;
}
    
/* ## 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;
}
.testimonials-block-container section {
    margin-bottom: 150px;
}
.testimonials-block-container section:last-child {
    margin-bottom: 0;
}

/* ## Phone - Blog
--------------------------------------------- */
.featured-post-image{
    max-width: 90%;
	margin:0 auto 15px;
}
.featured-post-image-link{
	display: block;
	float: none;
	margin: 0 auto;
}
#about-author-box .row div:nth-of-type(1){
	text-align:center;
}
#post-landing-page-container section{
    justify-content: center;
} 
#post-landing-page-container section aside:nth-of-type(2n+1), #post-landing-page-container section aside:nth-of-type(2n+2){
    width: 100%;
    margin: 0;
}
#post-landing-page-container button {
	float: none;
	margin-bottom: 10px;
}
.post-cat-tags a, .post-cat-tags a:last-child, .post-cat-tags a:visited:last-child{
	width:50%;
	display:block;
	margin: 0 auto 10px;
	text-align:center;
}
#twitter-widget-0 {
	width: 80px;
}
#single-post-container.medium-blog-theme-container article .single-post-content{
	max-width: 100%;
}
/*----------->MASONRY STYLING <-------------------*/
#post-masonry-landing-page-container article {
    width: 100%;
    display:block;
    vertical-align: top;
    margin: 0 0 3%;
}
    
/* ## Phone - ACF - Flexible Content
--------------------------------------------- */
.left-two-col-container {
	width: 100%;
	float: none;
}
.right-two-col-container {
	width: 100%;
	float: none;
	margin: 2% 0 0;
}
#two-col-container > ul > li, #two-col-left-heavy-container > ul > li:nth-of-type(even), #two-col-left-heavy-container > ul > li:nth-of-type(odd), #two-col-right-heavy-container > ul > li:nth-of-type(even), #two-col-right-heavy-container > ul > li:nth-of-type(odd)  {
	width:100% !important;
	margin: 0 0 10px 0;
}
#three-col-container > ul > li{
	width:100% !important;
	margin: 0 0 10px 0;
}
#three-col-container li:nth-of-type(2n) {
	margin: 0 0 10px;
}
#three-col-container li:nth-of-type(3n) {
	margin: inherit;
}
#four-col-container > ul > li{
	width:100% !important;
	margin:0 0 10px 0;
}
#four-col-container li:nth-of-type(2n) {
	margin: 0 0 10px;
}
#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%;
}
.video-set-container li, .page-template-page-full .video-set-container li {
	width: 100%;
	flex-basis: inherit;
	margin-bottom: 15px;
}
.video-set-container .fa-5x {
    font-size: 3em;
}
.zig-zag-ad-box{
	text-align:center;
}
.zig-zag-ad-box .button-container{
	text-align:center;
}
.zig-zag-ad-box section:nth-of-type(odd) aside:nth-of-type(1), .zig-zag-ad-box section:nth-of-type(even) aside:nth-of-type(1), .zig-zag-ad-box section:nth-of-type(odd) aside:nth-of-type(2), .zig-zag-ad-box section:nth-of-type(even) aside:nth-of-type(2) {
    width: 100%;
}
.zig-zag-ad-box section aside {
    min-height: 300px;
}
.zig-zag-ad-box img {
    max-width: 70%;
}
.parallax-container p{
	font-size: 14px;
}
	/*------------------> Ad Boxes with Flex <----------------------------- */
.ad-box-container section {
    flex-wrap: wrap;
}
.ad-box-container section aside {
    padding: 0;
    margin-bottom: 25px;
    flex: auto;
}  
.parallax-container {
    background-attachment: initial;
    min-height: 55vw;
}
    
/* ## Phone - Footer
--------------------------------------------- */
footer, footer p{
	font-size: 12px;
}
footer section{
	padding:0 3%;
}
#footer-top aside, #footer-base aside{
    width: 100%;
}
#footer-top aside, #footer-top aside:nth-of-type(1), #footer-top aside:nth-of-type(2), #footer-top aside:nth-of-type(3),#footer-top aside:nth-of-type(4) {
	text-align: center;
	margin: 1% 0;
}
#footer-base aside, #footer-base aside:nth-of-type(1), #footer-base aside:nth-of-type(2), #footer-base aside:last-child {
	text-align: center;
	margin: 1% 0;
}
    
/* ## Phone - Typography - Fonts / Text
--------------------------------------------- */
h1 {
	font-size: 30px;
    line-height: 40px;
}
.home h1 {
	font-size: 50px;
    line-height: 70px;
}
.page-template-page-landing-page h1{
    font-size: 60px;
    line-height: 57px;
}
h2 {
	font-size: 24px;
    line-height: 32px;
}
.home h2 {
	font-size: 30px;
    line-height: 40px;
}
.home .homecta h2 {
	font-size: 50px;
    line-height: 60px;
}
#widget-box h2 {
	font-size: 30px;
    line-height: 40px;
}
#mast-int h2 {
    font-size: 24px;
    line-height: 32px;
}
h3 {
	font-size: 18px;
    line-height: 26px;
}
.home h3 {
	font-size: 24px;
    line-height: 32px;
}
h4 {
	font-size: 17px;
}
.home h4 {
	font-size: 21px;
    line-height: 30px;
} 
h5 {
	font-size: 16px;
}
.home h5 {
	font-size: 24px;
    line-height: 32px;
}
p {
	font-size: 16px;
	line-height: 26px;
}
p.has-large-font-size {
    line-height: normal;
}
.home p{
	font-size: 18px;
	line-height: 28px;
}
small {
	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:30%;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
input[type=search]:focus{
	width:80%;
}
	
/* ## 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, .alignnone, figure.wp-block-image.alignleft, figure.wp-block-image.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;
}
}