<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /*
Theme Name: Enfold Child
Description: A &lt;a href='http://codex.wordpress.org/Child_Themes'&gt;Child Theme&lt;/a&gt; for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/

/*--------------------------------*/
/* Base Reset Styles */
/*--------------------------------*/

/* Images */
img.avia_image,
img.wp-post-image {
    border-radius: 0 !important;
}

@media only screen and (max-width: 540px) {
    main img.alignright,
    main img.alignleft {
        width: 100%;
		margin-bottom: 20px;
    }
}

/* Child Categories */
#top .widget_categories ul.children {
    margin-left: 20px;
}

/* Section Widgets */
section.widget {
    margin: 0 !important;
    padding: 0 !important;
}

/*--------------------------------*/
/* Navigation */
/*--------------------------------*/
.av-main-nav li.current-menu-item&gt;a&gt;.avia-menu-text,
.av-main-nav&gt;li.current-page-ancestor:not(.menu-item-top-level-1)&gt;a&gt;.avia-menu-text {
  color: #001489 !important;
}

@media only screen and (max-width: 1280px) {
	.av-main-nav &gt; li.menu-item-avia-special {
		display: block;
	}
	.av-main-nav &gt; li {
		display: none;
	}
}

/*--------------------------------*/
/* Widgets */
/*--------------------------------*/

/* Header Widget */
#top #header #header_main .container.av-logo-container .inner-container {
    display: flex;
    height: inherit;
    position: relative !important;
    flex-wrap: wrap;
}

#header_main .logo,
#header_main .widget,
#header_main .main_menu {
    display: flex;
    position: relative;
}

#header_main .logo { 
    order: 1;
    flex-basis: auto;
	width: auto;
}

#header_main .logo img { 
    height: 68px;
    margin: 22px 0 0 0;
    transition: all 0.05s ease;
}

.header-scrolled #header_main .logo img { 
    height: 40px;
    margin: 10px 0 0 0;
}

#header_main .widget { 
    order: 2;
    flex-basis: auto;
    width: auto;
    min-width: 100px;
    max-width: 380px;
}

#header_main .main_menu { 
    order: 3;     
    flex-basis: auto;
    align-items: center;
    align-self: center;
    height: inherit !important;
    margin-left: auto;
}

/* Widget title */
#header_main .widget h3.widgettitle {
    display: none;
}

/* Widget text and background */
#header_main .widget {
    width: auto;
    margin: 0;
    padding: 30px 0 0 0;
    line-height: 1;
}

.header-scrolled #header_main .widget {
    padding: 2px 0 0 0;
}

/* Widget link */
#header_main .widget a {
    color: #333333;
    font-size: 24px;
    font-weight: normal;
    border-left: 1px solid #ddd;
    padding: 24px 17px;
    margin: 0 0 0 16px;
}

.header-scrolled #header_main .widget a {
    font-size: 28px;
    padding: 4px 14px;
}

#header_main .widget a:hover {
    color: #001489;
}

/* Calendar Widget */
#wp-calendar.wp-calendar-table td {
    font-size: 12px;
}

.wp-calendar-table td.custom-highlight {
    background: #001489;
}

.wp-calendar-table td.custom-highlight a {
    color: #ffffff;
    font-weight: bold;
}

/*--------------------------------*/
/* Breadcrumb */
/*--------------------------------*/
.title_container .breadcrumb {
	right: auto;
	left: 50px;
}

.breadcrumb-trail .trail-before {
	display: none;
}

@media only screen and (max-width: 767px) {
	.responsive #top #header_main .logo {
		width: auto;
	}
	
	#header_main .logo img { 
	    height: 40px !important;
	    margin: 0;
	    transition: all 0.05s ease;
	}
	
	#header_main .widget {
		padding: 16px 0 0 0;
	}

	#header_main .widget a {
	    color: #333333;
	    font-size: 20px;
	    font-weight: bold;
	    border-left: 1px solid #ddd;
	    padding: 10px 16px;
	    margin: 0 0 0 16px;
	}
	
	.responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd, 
	.responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 480px) {
	
	#header_main .logo img { 
	    height: 26px !important;
	    margin: 0;
	    transition: all 0.05s ease;
	}
	
	#header_main .widget {
		padding: 14px 0 0 0;
	}

	#header_main .widget a {
	    font-size: 16px;
	    padding: 10px 10px;
	    margin: 0 0 0 10px;
	}
}

/* Pagination */
.pagination span, 
.pagination a,
.pagination .current {
	font-size: 16px;
}

#top .pagination span.current {
	background: #001489;
	color: #fff;
}

/*--------------------------------*/
/* Presidential Newsletter */
/*--------------------------------*/
.presidential-header-image-logo img {
    max-width: 300px;
    margin: 20px 0;
}

/* .category-presidents-newsletter div#header_main,
.category-presidents-newsletter .title_container,
.category-presidents-newsletter #footer {
    display: none;
} */

.html_header_top.html_header_topbar_active.html_header_sticky.html_large #top.category-presidential-newsletter #main {
    padding-top: 0 !important;
}</pre></body></html>