/*!
Theme Name: ACS Custom WordPress Theme
Theme URI: https://www.craiglabenz.com/
Author: Craig Labenz
Author URI: https://www.craiglabenz.com/
Description: Custom Theme for ACS
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: acs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

acs is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 100%;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #177ab0;
}

a:visited {
	color: #177ab0;
}

a:hover,
a:focus,
a:active {
	color: #177ab0;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}



/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
    margin-top: 1em;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
    margin-top: 1em;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*

===============================================

==================== INDEX ====================

===============================================

1.Body

2.Typography

3.Header

  3.1.Menu

  3.2.Logo

4.Content Elements

  4.1.Home

  4.2.Content Pages

  4.4.3.Layout Builder

5.Sidebars/Widgets

6.Footer

7.@media only screen and (min-width: 768px)

  7.1.Body

  7.2.Typography

  7.3.Header

    7.3.1.Menu

    7.3.2.Logo

  7.4.Content Elements

    7.4.1.Home

    7.4.2.Content Pages

    7.4.3.Layout Builder

  7.5.Sidebars/Widgets

  7.6.Footer

8.@media only screen and (min-width: 959px)

  8.1.Body

  8.2.Typography

  8.3.Header

    8.3.1.Menu

    8.3.2.Logo

  8.4.Content Elements

    8.4.1.Home

    8.4.2.Content Pages

    8.4.3.Layout Builder

  8.5.Sidebars/Widgets

  8.6.Footer

9.@media only screen and (min-width: 1020px)

  9.1.Body

  9.2.Typography

  9.3.Header

    9.3.1.Menu

    9.3.2.Logo

  9.4.Content Elements

    9.4.1.Home

    9.4.2.Content Pages

    9.4.3.Layout Builder

  9.5.Sidebars/Widgets

  9.6.Footer

*//*

/*
===============================================

==================== 1.Body ===================

===============================================

*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.15em;
    font-weight: 500;
	line-height: 1.5;
	background-color: #ffffff;
	color:#5e5757;
}

.grid-padding-x > .cell {
    padding-right: 2.1rem;
    padding-left: 2.1rem;
    }

.content-pages .color-change-panel {
    min-height: 0vh;
}

.content-pages .vertical-alignment {
    min-height: 0vh;
}

html {
  scroll-behavior: smooth;
}

.vertical-alignment {
     display: grid;
    place-items: center;
   min-height:  50vh;
}

.arrow {
    padding:50px;
}

.back-to-top {
    background: 0 0;
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: #fe8700;
}

.back-to-top i.fa {
    font-size: 75px;
    display: inherit;
}

a.back-to-top {
    color:#000000 !important;
    text-decoration: none !important;
}

.spacer-row {
    height: 75px;
}

.white-border {
    border-bottom: 20px solid white;
}


.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
    clear: both;
}


.row::after {
    clear: both;
}

header.site-header {
    position: relative;
    border-bottom: solid 2px #c4d1de;
    -webkit-box-shadow: 0px 0px 6px 0px #CACACA;
    box-shadow: 0px 0px 6px 0px #CACACA;
}

/*SWUP Page Transitions*/

/*.transition-fade {
  transition: .4s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: .5;
}*/

/*smoothstate*/

.site-content {
    -webkit-transition: -webkit-transform 2.28s, opacity .28s;
    -ms-transition: -o-transform 2.28s, opacity .28s;
    -o-transition: -o-transform 2.28s, opacity .28s;
    transition: transform 2.28s, opacity .28s;
}
.slide-out .site-content {
    -webkit-transform: translate3d( 0, 100px, 0 );
    -ms-transform: translate3d( 0, 100px, 0 );
    -o-transform: translate3d( 0, 100px, 0 );
    transform: translate3d( 0, 100px, 0 );
    opacity: 0;
}


/*
===============================================

=============== 2.Typography ==================

===============================================
*/

h1,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	clear: both;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1rem;
	margin-top:0;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.8em;
    margin-bottom: .25em;
    text-align: center;
   line-height: 1.25em;
}

.home h1 {
       margin-bottom: .75em;
    }


.blog h1.entry-title,
.single-post h1.entry-title {
	font-size: 1.5em;
    margin-bottom: 1em;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 30px;
}

h3 {
  font-size: 1.25em;
	font-weight: 600; 
}

.content-pages h2 {
    font-size:1.5em;
}

.h2-small {
    font-size: .8em;
    line-height: .9;
}

.no-h3-margin h3 {
    margin-bottom: 0;
}

.subhead {
    text-transform: uppercase;
    font-size: 1.21em;
    line-height: 1.5;
}

a {
	color: #177ab0;
}

a:visited {
	color: #177ab0;
}

a:hover, a:focus, a:active {
	color: #177ab0;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

p .bold {
	font-weight: 800;
}

p strong {
	font-weight: 800;
}

li::marker {
  color: #3979ab;
}

.uppercase {
    text-transform: uppercase;
}

.all-caps {
    text-transform: uppercase;
}

p.post-date {
    font-size: .8em;
    text-transform: uppercase;
    margin-bottom: .5em;
}

.single p.post-date {
    text-align: center;
}

/*
===============================================

================= 3.Header ====================

===============================================
*/

header.site-header {
    position: relative;
    display: block;
}

.site-header .row {
	padding:0;
}

.upper-right-links {
    display: none;
}
.upper-right-links .button {
    margin-bottom: 0;
}

header.site-header .row::after {
    clear: both;
}

/*
===============================================

================== 3.1.Menu ===================

===============================================

*/

.primary-nav-container {
    position: relative;
    float: right;
    margin: 0px auto;
    display: block;
    padding: 0px 0px 0 0px;
    max-width: 1250px;
    width: 100%;
}

.ubermenu a.ubermenu-target {
    font-weight: 600;
    padding: 15px 33px;
    font-size: .95em;
}

a.ubermenu-target,
a.ubermenu-target:visited {
    color:#ffffff;
}

a.ubermenu-target:hover {
    color:#ffffff;
}

.primary-nav .ubermenu {
        background-color: #35618f;
    }

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target::after {
  color:#e18f3b !important;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target {
  padding-right: 33px;
}

.primary-nav .ubermenu .ubermenu-item .ubermenu-submenu-drop {
    box-shadow: 0 0 10px rgba(0,0,0,.55);
    background-color: #25496f;
    border-radius: 0px 0px 20px 20px;
    -moz-border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;
}

.ubermenu .ubermenu-retractor {
  color: #e18f3b;
}

.primary-nav .ubermenu .ubermenu-submenu .ubermenu-search input.ubermenu-search-input::placeholder,
.primary-nav .ubermenu .ubermenu-search input.ubermenu-search-input::placeholder {
  color: #000;
}

.primary-nav .ubermenu .ubermenu-search .ubermenu-searchform {
    width: 250px;
}

.ubermenu-responsive-toggle {
    font-size: 1.75em;
}

.primary-nav .ubermenu-responsive-toggle {
  padding: 38px 20px;
}

.mobile-search-box {
  margin-bottom: 10px;
}

/*

===============================================

================== 3.2.Logo ===================

===============================================

*/


header .logo-container {
    position: absolute;
    z-index: 200;
    top:30px;
    left:30px;
    
}

a.homelink {
    background: url("img/advocacy-and-communication-solutions.svg") no-repeat 50% 50%;
    background-size: auto;
    background-size: 211px 59px;
    outline: 0 none;
    display: block;
	padding: 0px;
    width: 211px;
    height: 59px;
    overflow: hidden;
    text-indent: -9999px;
}




/*
===============================================

============ 4.Content Elements ===============

===============================================
*/

#content {
	position: relative;
}

.page-content {
	padding:90px 0 90px 0;
}

.home-content {
	padding:90px 0 0px 0;
    background: url("img/asc-logomark-background-light-gray.svg") no-repeat;
    background-size: 200%;
    background-position: top left;
    background-repeat: none;
}

.row {
	margin-left: auto;
    margin-right: auto;
	padding:0em 0 1em 0;
	max-width: 1200px;
}

.row .row {
    margin-right: -8px;
    margin-left: -8px;
}

.full-width-row {
    width: 100%;
    display: block;
}

/*This changes the column padding in Foundation to match the column padding in VC*/
.columns {
    padding-left: 35px;
    padding-right: 35px;
}

.wrapper {
    margin: 0px auto !important;
    clear: both;
    display: block;
    padding:40px 30px 0 30px;
    max-width: 1290px;
	/*overflow:auto;*/
	background-color: #ffffff;
}

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
 
.clearfix:after {
    clear:both;
}

.no-padding {
	padding:0;
}

.wysiwyg-row.no-padding {
	padding:0;
}

a.button {
    display: inline-block;
    background-color: #ffffff;
    color: #35618f;
    border-color: #ffffff;
    line-height: 25px;
    text-decoration: none;
    padding: 14px 30px;
    font-weight: 600;
    font-size: 1em;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
    min-width: 190px;
}

a.button.outline-gray {
    border-color: #818285;
    border-width: 1px;
}

.email-button {
    padding-left:10px;
    font-size: .9rem;
  }

.button-row {
    text-align: center
}

.button-row a.button {
    width:100%;
}

a.button.background-blue {
    background-color: #35618f;
    color:#ffffff;
}

a.button.background-blue,
a.button.background-blue:hover,
a.button.background-blue:visited 
a.button.background-blue:active {
    color:#fff;
}

a.button.background-purple {
    background-color: #732e71;
    color:#ffffff;
}

a.button.background-purple,
a.button.background-purple:hover,
a.button.background-purple:visited 
a.button.background-purple:active {
    color:#fff;
}

a.button.background-green {
    background-color: #81aa6e;
    color:#ffffff;
}

a.button.background-green,
a.button.background-green:hover,
a.button.background-green:visited 
a.button.background-green:active {
    color:#fff;
}


a.button.background-orange {
    background-color: #e18f3b;
    color:#ffffff;
}

a.button.background-orange,
a.button.background-orange:hover,
a.button.background-orange:visited 
a.button.background-orange:active {
    color:#fff;
}

.callout-row a.button {
    width:100%
}

.background-blue,
.full-width-row.background-blue {
    background-color: #35618f;
    background: rgb(88,136,185);
    background: radial-gradient(circle, rgba(88,136,185,1) 0%, rgba(53,97,143,1) 100%);
    color:#ffffff;
    padding:80px 0 80px 0;
}

.background-light-gray,
.full-width-row.background-light-gray {
    background: rgb(240,244,248);
    background: radial-gradient(circle, rgba(240,244,248,1) 0%, rgba(207,220,232,1) 100%); 
}

.full-width-row.background-blue a {
    color:#ffffff;
}

.background-purple,
.full-width-row.background-purple {
    background: rgb(144,51,141);
    background: radial-gradient(circle, rgba(144,51,141,1) 0%, rgba(115,46,113,1) 100%);
    color:#ffffff;
    padding:80px 0 80px 0;
}

.full-width-row.background-purple a {
    color:#ffffff;
}

.background-green,
.full-width-row.background-green {
    background: rgb(129,170,110);
    background: radial-gradient(circle, rgba(129,170,110,1) 0%, rgba(104,141,86,1) 100%);
    color:#ffffff;
    padding:80px 0 80px 0;
}

.full-width-row.background-green a {
    color:#ffffff;
}

.background-orange,
.full-width-row.background-orange {
    background: rgb(225,143,59);
    background: radial-gradient(circle, rgba(225,143,59,1) 0%, rgba(196,109,19,1) 100%);
    color:#ffffff;
    padding:80px 0 80px 0;
}

.full-width-row.background-orange a {
    color:#ffffff;
}


.acs-blue,
.blue {
    color: #35618f;
}

.acs-green,
.green {
  color: #81aa6e;  
}

.acs-purple,
.purple {
    color: #732e71;
}

.acs-orange,
.orange {
   color:  #e18f3b; 
}

.smaller-text {
    font-size: .8em;
}

.larger-text {
   font-size: 1.25em; 
}

.larger-larger-text {
     font-size: 1.75em; 
}

.larger-larger-larger-text {
     font-size: 2em; 
}

.semibold {
    font-weight: 600;
}

.callout-row {
    padding: 50px 0;
}

.triple-grid-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px 80px;
    justify-items: center;
}

.single-grid-cell {
    grid-template-columns: 1fr;
    display: grid;
    text-align: center;
    padding: 0px 30px 0px 30px;
}

.single-grid-cell p {
    line-height: 1.5em;
}

.single-grid-cell img {
    margin-bottom: 15px;
}

.centered-button {
    text-align: center;
}

.slick-testimonial-carousel {
    color:#35618f;
    font-size: .9em;
    padding:30px 0 30px 0;
}

.excerpt-container {
    margin-bottom: 30px;
}

.news-button-container {
    text-align: center;
}

.news-grid-individual-news-item {
   border-bottom: solid 1px #dee5ec;
    padding-bottom: 30px;
}

.single-post .hentry {
  border-bottom: solid 1px #dee5ec;
}

.row.search-container {
  max-width: 900px;
  padding-bottom: 100px;
}

.search-page-form {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.asc-searchform {
  position: relative;
  margin: 0;
  background: #ffffff;
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.asc-searchform input.search-field {
  width: 100%;
  max-width: 400px;
  padding: 14px 50px 14px 25px;
  height: 100%;
  color: #333;
  background: 0 0;
    background-color: rgba(0, 0, 0, 0);
  background-color: #ffffff;
}

.asc-search-submit {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  right: 0;
  border: none;
  background: 0 0;
  cursor: pointer;
  color: #666;
  font-style: normal;
  font-weight: 400;
  font-size: inherit;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-results-for h2 {
    font-size:1.25em;
    font-weight: 600;
}

.search h2.entry-title {
    font-size:1.25em;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: .5em;
}


.search article {
    border-bottom: solid 1px #dee5ec;
    padding-bottom: 30px;
    margin-bottom: 30px;
}



/*
===============================================

================== 4.1.Home ===================

===============================================

*/

/*

===============================================

============= 4.2.Content Pages ===============

===============================================

*/


.page-content {
    padding: 70px 0 225px 0;
    background: url("img/asc-brand-texture-border.svg") repeat-x;
    background-size: auto 200px;
    background-position: bottom center;
}

.single-client .page-content {
  padding: 0px 0 225px 0;
  background: url("img/asc-brand-texture-border.svg") repeat-x;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: auto 200px;
  background-position: bottom center;
}

.page-template-page-layout-builder-newsletters-page .page-content {
    padding: 70px 0 0px 0;
    background: url("img/asc-brand-texture-border.svg") repeat-x;
    background-size: auto 200px;
    background-position: bottom center;
    background: none;
}


.two-columns {
	-webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}

#error-404 {
    text-align: center;
    margin-bottom: 50px;
}

body #error-404 h1 {
    font-size: 6em !important;
    line-height: 1em !important;
    color: #244262;
    font-weight: 800;
    text-align: center;
    max-width: 100%;
}

body #error-404 h2 {
    text-transform: uppercase;
    font-size: 2em;
   color: #244262;
    font-weight: 600;
}

.blog .content-area {
    background: url("img/asc-logomark-background-light-gray.svg") no-repeat;
    background-size: 200%;
}

.logomark-background.content-area {
    background: url("img/asc-logomark-background-light-gray.svg") no-repeat;
    background-size: 200%;
}


/*
.page-template-page-layout-builder-newsletters-page .content-area {
    background: url("img/asc-logomark-background-light-gray.svg") no-repeat;
    background-size: 200%;
}
*/

/*

===============================================

============ 4.3.Layout Builder ===============

===============================================

*/

.arve {
    padding-top: 30px;
    padding-bottom: 30px;
}

.three-side-by-side-images .cell img {
    max-width: 80%;
}

.three-side-by-side-images .cell {
    text-align: center;
}

.newsletter-signup-row {
    background: rgb(88,136,185);
    background: radial-gradient(circle, rgba(88,136,185,1) 0%, rgba(53,97,143,1) 100%);
    padding:50px 0 20px 0;
    border-bottom: 10px solid white;
}

.newsletter-signup-row h3 {
    color:#fff;
    text-align: center;
    margin-bottom: 0;
}

#ic_signupform .elcontainer {
  background: rgba(255,255,255,0) !important;
  text-align: left !important;
  max-width: 500px !important;
  padding: 30px 30px !important;
  border-radius: 0px !important;
  border: 0px solid #acacac !important;
  font-size: .9em !important;
  color: #ffffff !important;
  font-family: 'Open Sans', sans-serif !important;
}

#ic_signupform .elcontainer.generous .formEl:not(.hidden-field) input[type="text"],
#ic_signupform .elcontainer.generous .formEl:not(.hidden-field) select {
    height: 4em;
    padding: 0 1em;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
}

#ic_signupform .elcontainer .submit-container input[type="submit"] {
  background: #e18f3b !important;
  border: 0px solid #ffffff;
  border-radius: 30px !important;
  line-height: 1em !important;
  padding: 18px 50px !important;
  color: #ffffff !important;
  font-size: 1.1em !important;
    font-weight: 600 !important;
  font-family: inherit !important;
    min-width: 250px;
  width: auto !important;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
}

#ic_signupform .elcontainer .formEl.fieldtype-input label,
#ic_signupform .elcontainer .formEl.fieldtype-dropdown label,
#ic_signupform .elcontainer .formEl.fieldtype-radio h3,
#ic_signupform .elcontainer .formEl.fieldtype-checkbox h3 {
  font-size: 110% !important;
  font-weight: 600 !important;
    color:#5e5757 !important;
}

.newsletter-signup-row #ic_signupform .elcontainer .formEl.fieldtype-input label,
.newsletter-signup-row #ic_signupform .elcontainer .formEl.fieldtype-dropdown label,
.newsletter-signup-row #ic_signupform .elcontainer .formEl.fieldtype-radio h3,
.newsletter-signup-row #ic_signupform .elcontainer .formEl.fieldtype-checkbox h3 {
 color: #ffffff !important;
}

#ic_signupform .elcontainer.generous .formEl:not(.hidden-field) input[type="text"], #ic_signupform .elcontainer.generous .formEl:not(.hidden-field) select {
  height: 3.5em !important;
  padding: 0 1em;
}

.spacer-with-horizontal-rule {
	height: 1px;
	background-color: #CFCACA;
}

.spacer-with-horizontal-rule.row {
	padding:0px;
}

.no-bottom-margin {
    margin-bottom: 0;
}

.no-bottom-padding {
    padding-bottom: 0;
}

/*TABS*/

.tabs {
    border:0;
}

.tabs-container nav {
  margin: 0 auto;
  background: #fff;
}

.tabs-container nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  padding: 0 10px;
}

.tabs-container nav ul li {
  padding: 1rem;
  cursor: pointer;
  color: #A7A7A7;
  border-top: 1px solid #eee;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 25px;
}

.tabs-container nav ul li:hover { color: #000000;}

.tabs-container nav ul li.active {
  color: #3e4b58;
  border-top: none;
}


/* the nitty gritty */

.tabs-container {
  position: relative;
  height: 60px;
}

.tabs-container .tabs {
/*    background-color: rgba(255,255,255,0);*/
}

.tabs-container nav {
    position: absolute;
    width: 100%;
    z-index: 300;
}

.tabs-container nav ul {
  display: flex;
  flex-direction: column;
}

.tabs-container nav ul li {
  order: 1;
}

.tabs-container nav ul li.active {
  order: 0;
}

.tabs-container nav ul li.active:after {
  width: 1px;
  height: 1px;
  border: 5px solid transparent;
  border-top: 5px solid #555;
  content: '';
  position: absolute;
  right: 1.5em;
  top: 1.4em;
  z-index: 9999;
}

.tabs-container nav ul li:not(.active) {
  position: absolute;
  top: -999em;
}

.tabs-container nav ul.expanded li.active:after{
  border-top-color: transparent;
  border-bottom-color: #555;
  top: 1em;
}

.tabs-container nav ul.expanded li:not(.active) {
  position: relative;
  top: auto;
}

.tab-content {
    padding-top: 40px;
}

.tab-content blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 40px 50px 40px;
    border-left: 0px solid #cacaca;
    background: rgb(229,236,244);
    background: linear-gradient(0deg, rgba(229,236,244,1) 35%, rgba(255,255,255,1) 100%);
    margin-bottom: 40px;
     font-weight: 600;
    font-size: 1em;
}

.tab-content blockquote li {
    margin-bottom: 10px;
}

.tab-content.accent-purple {
    border-top: solid 15px #732e71;
}

.tab-content.accent-blue {
    border-top: solid 15px #35618f;
}

.tab-content.accent-bright-blue {
    border-top: solid 15px #177ab0;
}

.tab-content.accent-green {
    border-top: solid 15px #81aa6e;
}

.tab-content.accent-orange {
    border-top: solid 15px #e18f3b;
}

.tab-content h3,
.tab-content h4 {
    display: inline-block;
}

.tab-content h2 {
    font-size: 1.5em;
    line-height: 1.5em;
}

.tab-content h3 {
    font-size: 1.4em;
    line-height: 1.5em;
}

.tab-content.accent-purple blockquote,
.tab-content.accent-purple blockquote h2,
.tab-content.accent-purple blockquote li::marker {
    color: #732e71;
}

.tab-content.accent-blue blockquote,
.tab-content.accent-blue blockquote h2,
.tab-content.accent-blue blockquote li::marker {
    color: #35618f;
}

.tab-content.accent-bright-blue blockquote,
.tab-content.accent-bright-blue blockquote h2,
.tab-content.accent-bright-blue blockquote li::marker {
    color: #177ab0;
}

.tab-content.accent-green blockquote,
.tab-content.accent-green blockquote h2,
.tab-content.accent-green blockquote li::marker {
    color: #81aa6e;
}

.tab-content.accent-orange blockquote,
.tab-content.accent-orange blockquote h2,
.tab-content.accent-orange blockquote li::marker {
    color: #e18f3b;
}

.facetwp-facet-resources_pagination.facetwp-type-pager {
	text-align: center;
	padding-top: 30px;
	
}

.facetwp-facet-resources_pagination.facetwp-type-pager button {
	display: inline-block;
  background-color: #732e71;
  color: #ffffff;
  border-color: #fff;
  line-height: 25px;
  text-decoration: none;
  padding: 14px 30px;
  font-weight: 600;
  font-size: 1em;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-bottom-left-radius: 30px;
  min-width: 190px;
}


@media all and (min-width: 925px) {

  nav {
    background: transparent;
  }

  .tabs-container nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    padding: 0;
  }

  .tabs-container nav ul li {
    display: inline-block;
    margin: 0 .4rem 0 .4rem;
    padding: 0 0 .2rem 0;
    border: none;
  }

  .tabs-container nav ul li:not(.active) {
    position: relative;
    top: auto;
      border-bottom: solid white 4px;
  }

  .tabs-container nav ul li.active {
    order: 1;
  }

  .tabs-container nav ul li.active:after {
    display: none;
  }
    
    .tabs-container nav ul li {
    padding: 14px 30px;
    font-weight: 600;
    font-size: 1em;
        border:0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    color:#ffffff;
    }
    
    .tabs-container .tabs li span::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f107";
        display: inline-block;
        padding-right: 10px;
    }

    .tabs li.accent-purple {
        background-color: #732e71;
    }
    
    .tabs li.accent-blue {
        background-color: #35618f;
    }
    
    .tabs li.accent-bright-blue {
        background-color: #177ab0;
    }
    
    .tabs li.accent-green {
        background-color: #81aa6e;
    }
    
    .tabs li.accent-orange {
        background-color: #e18f3b;
    }
    .tabs-container nav ul li.active {
      color: #ffffff;
      border-top: none;
    }
    
    .tabs-container nav ul li:hover {
        color: #ffffff;
    }
    
    .tab-content blockquote {
        float:right;
        max-width: 500px;
        margin-left:40px;
        margin-bottom: 50px;
    }
    
    .tab-content blockquote {
        font-size: 1.25em;
    }
    
}


.tab-content{
    display: none;
}
.tab-content.current{
    display: inherit;
}

.news-tabs-container {
  position: relative;
}

.news-tabs-container .tabs {
  background-color: rgba(255,255,255,0);
}

.news-tabs-container nav {
  width: 100%;
    margin: 0 auto;
}

.news-tabs-container nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    padding: 0;
    list-style: none;
    margin: 0;
}

.news-tabs-container nav ul li {
    display: inline-block;
margin: 0 .4rem 0 .4rem;
  padding: 14px 30px;
  font-weight: 600;
  font-size: 1em;
  border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  color: #ffffff;
    cursor: pointer;
}

.news-tabs-container nav ul li {
    border-bottom: 4px solid white;
}

.news-tabs-container .tabs li.accent-blue {
  background-color: #35618f;
}

.news-tabs-container nav ul li.accent-blue.active {
    border-bottom: 4px solid #35618f;
}

.news-tabs-container .tabs li.accent-green {
  background-color: #81aa6e;
}

.news-tabs-container nav ul li.accent-green.active {
    border-bottom: 4px solid #81aa6e;
}

.news-tabs-content-line {
    border-top: solid #35618f 15px;
    padding-top: 40px;
}

.news-tabs-newsletter-content-line {
    border-top: solid #81aa6e 15px;
}

.clients-facet-results .facetwp-template {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px 60px;
}

.client-grid-individual-client .client-data {
    
    grid-template-columns: 1fr;
    display: grid;

}

.client-logo,
.client-name {
    text-align: center;
}


.client-logo {
    font-size: 0;
}


.client-logo img {
    max-width: 200px;
    max-height: 100px;
}

.client-page-client-name {
    font-size: 1.5em;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 30px;
}

a.button.hide-the-button {
    display: none;
}

a.button.display-the-button {
    display: inline-block;
    /*margin-bottom: 40px;*/
}

.button.client-page-button {
    max-width: 300px;
}

.client-button-container {
    text-align: center;
}

.client-grid-individual-client {
    border-bottom: solid 1px #dee5ec;
    padding: 0px 0 25px 0;
    display: grid;
    align-items: center;
}



.individual-client-page-logo {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.individual-client-page-logo img {
    max-width: 300px;
     max-height: auto;
}

.individual-client-page-logo h1 {
    margin-bottom: 0;
}

#breadcrumbs {
    margin:0 auto;
}

.case-study-testimonial blockquote, blockquote {
  position: relative;
  padding: 10px 0 10px 45px;
}


p.cs-testimonial {

    color: #026297;
    font-size: 1.25em;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 1em;

}

.case-study-testimonial blockquote::before {
  color: #026297;
  content: '\f10d';
  font-family: FontAwesome;
  font-size: 1em;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

p.cs-testimonial-author {
  color: #026297;
  font-size: 1em;
  font-weight: 400;
  margin: 0;
}

p.cs-testimonial-author-title {
  color: #026297;
  font-size: 1em;
  font-weight: 400;
  font-style: italic;
}

.case-study-testimonial blockquote {
   border-left: 0 solid #cacaca;
    margin: 0;
}

.testimonial-page-individual-testimonial blockquote {
    position: relative;
    padding: 10px 0 10px 45px;
    color: #5e5757;
    border-left: 0 solid #cacaca;
    
}

.testimonial-page-individual-testimonial p.testimonial {
    margin-bottom: .5em;
    color: #5e5757;
}

.testimonial-page-individual-testimonial blockquote::before {
  color: #026297;
}

.testimonial-page-individual-testimonial p.testimonial-author {
  font-size: .9em;
  font-weight: 400;
  margin: 0;
    color: #026297;
}

.testimonial-page-individual-testimonial p.testimonial-author-title {
  font-size: .9em;
  font-weight: 400;
  font-style: italic;
    color: #026297;
}

.testimonial-page-individual-testimonial blockquote::before {
  content: '\f10d';
  font-family: FontAwesome;
  font-size: 30px;
  position: absolute;
  top: 5px;
  left: 8px;
  display: block;
    color: #026297;
}

/*Tools and Resources Page*/

.resources-facet-results {
    
}

.resources-facet-results .facetwp-template {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
}

.toolsresources {
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
}

.myfacet-latest .individual-resource-container {
    
}

.individual-resource-container {
  padding: 30px 30px 0 30px;
  display: grid;
  align-items: center;
    color:#ffffff;
    overflow: auto;
  height: 100%;
}

.resource-grid-individual-resource {
     overflow: auto;
  height: 100%;
    display: grid;
}

.resource-button-container {
    text-align: center;
    align-self: end;
    border-top:1px white solid;
    padding:15px 0;
}

p.resource-name {
    font-weight: 600;
}

a.individual-resource-container,
a.individual-resource-container:hover,
a.individual-resource-container:visited {
   color:#ffffff; 
}

.toolsresources.capacity-building {
    background-color: #2d517c;
}

.toolsresources.communication {
    background-color: #73af56;
}

.toolsresources.advocacy {
    background-color: #7d0b72;
}

.toolsresources.case-studies {
    background-color: #177ab0; 
}

.toolsresources.special-reports {
    background-color: #959595;
}

.toolsresources.strategy-development {
    background-color: #f68a09;
}

.myfacet-advocacy {
    background-color: #7d0b72 !important;
}

.myfacet-communication {
    background-color: #73af56 !important;
}

.myfacet-capacity-building {
    background-color: #2d517c !important;
}

.myfacet-case-studies {
    background-color: #177ab0 !important;
}

.myfacet-special-reports {
    background-color: #959595 !important;
}

.myfacet-strategy-development {
    background-color: #f68a09 !important;
}

.blog .facetwp-facet input.facetwp-search {
  /*min-width: 320px;*/
    width:100%;
}

.blog .facetwp-input-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
}

.page-template-page-layout-builder-toolsresources-page .facetwp-facet input.facetwp-search {
  /*min-width: 320px;*/
    width:100%;
}

.page-template-page-layout-builder-toolsresources-page .facetwp-input-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
}

.news-facet-results .facetwp-template {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
}
.facetwp-facet {
  margin-bottom: 40px;
}

.facetwp-pager {
  text-align: center;
  margin-top: 30px;
  margin-top: 50px;
}
.facetwp-pager {
  text-align: center;
  margin-top: 30px;
  margin-top: 50px;
}



.facetwp-pager .facetwp-page {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 1.7rem;
  height: 2.7rem;
  background: #e2eaf1;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
    border-bottom-color: transparent;
  border-bottom-color: transparent;
  margin-right: 1px;
  cursor: pointer;
  font-size: .9rem;
  color: #333;
  font-weight: 600;
  transition: color 150ms, border-color 150ms;
  vertical-align: middle;
  line-height: 2.17rem;
}

.facetwp-pager .facetwp-page.dots {
  background: #c2cfdb;
  width: auto;
}

.facetwp-pager .facetwp-page.active {
  border-bottom-color: #035a69;
}

.facetwp-page.active {
  font-weight: bold;
  cursor: default;
}

.facetwp-pager .facetwp-page {
  width: 3rem;
}

.facetwp-pager .facetwp-page.next,
.facetwp-pager .facetwp-page.prev {
  width: 4.7rem;
}

.resources-key-container {
    margin-bottom: 15px;
    font-size: .9em;
    text-align: center;
}

ul.resources-key {
    list-style: none;
    margin:0;
    padding:0;
    display: inline-block;
    padding:10px 20px 0px 20px;
    border:solid 1px #cfcaca;
   text-align: left;
    font-size: .9em;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
}

ul.resources-key li {
    padding:0 15px 0 0;
    margin-bottom: 10px;
}

ul.resources-key li a,
ul.resources-key li a:hover,
ul.resources-key li a:active,
ul.resources-key li a:visited {
    color:#5e5757;
}

ul.resources-key li .purple-dot::before {
     font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    display: inline-block;
    padding-right: 5px;
    color:#732e71;
    font-size: 1.2em;
}

ul.resources-key li .green-dot::before {
     font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    display: inline-block;
    padding-right: 5px;
    color:#81aa6e;
    font-size: 1.2em;
}

ul.resources-key li .blue-dot::before {
     font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    display: inline-block;
    padding-right: 5px;
    color:#35618f;
    font-size: 1.2em;
}

ul.resources-key li .orange-dot::before {
     font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    display: inline-block;
    padding-right: 5px;
    color:#e18f3b;
    font-size: 1.2em;
}

ul.resources-key li .light-blue-dot::before {
     font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    display: inline-block;
    padding-right: 5px;
    color:#177ab0;
    font-size: 1.2em;
}

ul.resources-key li .gray-dot::before {
     font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    display: inline-block;
    padding-right: 5px;
    color:#959595;
    font-size: 1.2em;
}



.post-nav-container {
    padding-top: 20px;
}

.meta-nav-before::before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f0a8";
  color: #73af56;
  font-size: 30px;
  line-height: 30px;
}

.meta-nav-after::before {
  font-family: FontAwesome;
  content: "\f0a9";
  color: #73af56;
  font-size: 30px;
  line-height: 30px;
}

.nav-previous {
  text-align: right;
  position: relative;
}

.nav-next {
  position: relative;
}

.nav-next p {
  margin-left:10px;
}

.nav-previous p {
  margin-right:10px;
}


.post-nav-container p {
    text-align: right;
    font-size: .9em;
}

.meta-nav-before {
  position: absolute;
  top: 0;
  left: 0;
}

.meta-nav-after {
  position: absolute;
  top: 0;
  right: 0;
}

.newsletter-issue-header {
   border-top: solid 1px #dee5ec;
    border-bottom: solid 1px #dee5ec;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 80px;
}

.newsletter-download-button-row {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
}

p.newsletter-issue {
    text-align: right;
    font-size: .9em;
    color:#35618f;
    margin-bottom: 0;
    font-weight: 600;
}

p.newsletter-issue-title {
    text-transform: uppercase;
    text-align: right;
    font-size: 1.25em;
     margin-bottom: 0;
    font-weight: 600;
}

.newsletter-archive .threecolumns {
  -moz-column-count: 1;
  -moz-column-gap: 40px;
  -webkit-column-count: 1;
  -webkit-column-gap: 40px;
  column-count: 1;
  column-gap: 40px;
}

.newsletter-archive .threecolumns p {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.archive-title h3 {
}

.full-width-image img {
    width: 100%;
    height: auto;
}


/*

===============================================

============ 5.Sidebars/Widgets ===============

===============================================

*/


/*

===============================================

================== 6.Footer ===================

===============================================

*/

footer.site-footer {
    font-size: .85em;
    padding: 70px 0px 70px 0px;
    background-color: #244262;
    text-align: center;
}

footer.site-footer,
footer.site-footer a,
footer.site-footer a:hover {
    color:#ffffff;
}

footer i.fab {
   font-size:1.55em;
    padding:0 5px 0 10px;
    vertical-align: middle;
}

.footer-links,
.footer-links p {
    line-height: 2em;
    text-align: center;
}

@media only screen and (min-width: 500px) {
    
    .triple-grid-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 30px 30px;
    }
}


@media only screen and (min-width: 768px) {
	
	
	/*
	===============================================

	==================== 8.1.Body ===================

	===============================================

	*/


	/*
	===============================================

	=============== 8.2.Typography ==================

	===============================================
	*/
	

	/*
	===============================================

	================= 8.3.Header ====================

	===============================================
	*/
    

	/*
	===============================================

	================== 8.3.1.Menu ===================

	===============================================

	*/
    
    .primary-nav .ubermenu-responsive-toggle {
      padding: 58px 20px;
    }
    
	/*

	===============================================

	================== 8.3.2.Logo ===================

	===============================================

	*/
    
     a.homelink {
		background-size: 334px 94px;
		width: 334px;
		height: 94px;
	}

	/*
	===============================================

	============ 8.4.Content Elements ===============

	===============================================
	*/
    
    .fa-chevron-circle-down,
    a.fa-chevron-circle-down {
        font-size: 100px;
    }
    

    .back-to-top {
        bottom: 2em;
        right: 2em;
    }
	
    .callout-row a.button {
        max-width:332px;
    }
    
    .row.post-nav-container .cell {
      padding-left: 30px;
      padding-right: 30px;
    }


	/*

	===============================================

	================== 8.4.1.Home ===================

	===============================================

	*/
	

	/*

	===============================================

	============= 8.4.2.Content Pages ===============

	===============================================

	*/
	
	/*

	===============================================

	============ 8.4.3.Layout Builder ===============

	===============================================

	*/
    

    .resources-facet-results .facetwp-template {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 40px;
    }

    
    
   
	/*

	===============================================

	============ 8.5.Sidebars/Widgets ===============

	===============================================

	*/

	/*

	===============================================

	================== 8.6.Footer ===================

	===============================================

	*/
	
/*    footer.site-footer {
        text-align: left;
    }
    */
    
}


/*
==============================================================================================
==============================================================================================

======================= 9.@media only screen and (min-width: 959px) ==========================

==============================================================================================
==============================================================================================

*/


@media only screen and (min-width: 959px) {
	
	
	/*
	===============================================

	==================== 9.1.Body ===================

	===============================================

	*/

	/*
	===============================================

	=============== 9.2.Typography ==================

	===============================================
	*/
    
    h1 {
        font-size: 3em;
        line-height: 1.25em;
    }
    
    .home h1 {
        font-size: 2em;
        line-height: 1.25em;
        margin-bottom: .75em;
    }
    
    h2 {
        font-size: 1.8em;
    }
    
    h3 {
        font-size: 1.5em;
    }

    .h2-small {
        font-size: .75em;
    }
    
    .blog h1.entry-title,
    .single-post h1.entry-title {
        font-size: 2em;
    }


	/*
	===============================================

	================= 9.3.Header ====================

	===============================================
	*/


	/*
	===============================================

	================== 9.3.1.Menu ===================

	===============================================

	*/
	

	/*

	===============================================

	================== 9.3.2.Logo ===================

	===============================================

	*/
	

	/*
	===============================================

	============ 9.4.Content Elements ===============

	===============================================
	*/
	
	.wrapper {
		padding:0px 45px 0 45px;
	}
	
	.row .row {
		margin-right: -8px;
		margin-left: -8px;
	}
	
	.full-width-row {
		width: 100%;
	}
	
	.two-columns {
		-webkit-column-count: 2;
		 -moz-column-count: 2;
			  column-count: 2;
		-webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
	}
    

    .larger-text {
       font-size: 1.5em; 
    }

    .larger-larger-text {
         font-size: 2em; 
    }

    .larger-larger-larger-text {
         font-size: 2.5em; 
    }
    
    .home-content {
        background: url("img/asc-logomark-background-light-gray.svg") no-repeat;
        background-size: 80%;
    }
    
    .case-study-testimonial blockquote::before {
      color: #026297;
      content: '\f10d';
      font-family: FontAwesome;
      font-size: 30px;
      position: absolute;
      top: 5px;
      left: 8px;
      display: block;
    }
    
     .news-facet-results .facetwp-template {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      grid-gap: 40px;
    }

    .news-facet-results .facetwp-template div {
      grid-column: span 1;
    }

    /*.news-facet-results .facetwp-template div:nth-child(n + 2) {
        grid-column: span 1;
    }
    */
    .newsletter-archive .threecolumns {
      -moz-column-count: 2;
      -moz-column-gap: 40px;
      -webkit-column-count: 2;
      -webkit-column-gap: 40px;
      column-count: 2;
      column-gap: 40px;
    }
    
    .newsletter-archive {
        padding-top:50px;
        padding-bottom: 50px;
    }
    
    .resources-key-container {
        text-align: center;
    }
    
    ul.resources-key li {
        display: inline-block;
    }
	
	/*

	===============================================

	================== 9.4.1.Home ===================

	===============================================

	*/
    

	/*

	===============================================

	============= 9.4.2.Content Pages ===============

	===============================================

	*/

	/*

	===============================================

	============ 9.4.3.Layout Builder ===============

	===============================================

	*/
    
     
    .triple-grid-layout {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 30px 90px;
        
    }
    
    .news-facet-results .facetwp-template {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 40px 90px;
    }

    .newsletter-archive .threecolumns {
      -moz-column-count: 3;
      -moz-column-gap: 40px;
      -webkit-column-count: 3;
      -webkit-column-gap: 40px;
      column-count: 3;
      column-gap: 40px;
    }

	/*

	===============================================

	============ 9.5.Sidebars/Widgets ===============

	===============================================

	*/

	/*

	===============================================

	================== 9.6.Footer ===================

	===============================================

	*/

	
}



/*
==============================================================================================
==============================================================================================

======================= 10.@media only screen and (min-width: 1050px) ==========================

==============================================================================================
==============================================================================================

*/


@media only screen and (min-width: 1050px) {
	
	
	/*
	===============================================

	==================== 10.1.Body ===================

	===============================================

	*/


	/*
	===============================================

	=============== 10.2.Typography ==================

	===============================================
	*/

	/*
	===============================================

	================= 10.3.Header ====================

	===============================================
	*/
	

	/*
	===============================================

	================== 10.3.1.Menu ===================

	===============================================

	*/
    
   
	
	/*

	===============================================

	================== 10.3.2.Logo ===================

	===============================================

	*/
    
/*    header .logo-container {
        padding-top: 35px;
        padding-bottom: 30px;
    }
	*/
    .primary-nav-container {
        margin-top: 0px;
    }

	/*
	===============================================

	============ 10.4.Content Elements ===============

	===============================================
	*/
    
    .blog .content-area {
          background: url("img/asc-logomark-background-light-gray.svg") no-repeat;
            background-size: auto;
          background-size: 80%;
        }
    
    .logomark-background.content-area {
        background: url("img/asc-logomark-background-light-gray.svg") no-repeat;
        background-size: auto;
        background-size: 80%;
    }

	/*

	===============================================

	================== 10.4.1.Home ===================

	===============================================

	*/
	

	/*

	===============================================

	============= 10.4.2.Content Pages ===============

	===============================================

	*/

	/*

	===============================================

	============ 10.4.3.Layout Builder ===============

	===============================================

	*/
    
    .clients-facet-results .facetwp-template {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }

    .resources-facet-results .facetwp-template {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 40px;
    }
	/*

	===============================================

	============ 10.5.Sidebars/Widgets ===============

	===============================================

	*/

	/*

	===============================================

	================== 10.6.Footer ===================

	===============================================

	*/

}

/*
==============================================================================================
==============================================================================================

======================= 11.@media only screen and (min-width: 1200px) ==========================

==============================================================================================
==============================================================================================

*/

@media only screen and (min-width: 1200px) {
	
	
	/*
	===============================================

	==================== 11.1.Body ===================

	===============================================

	*/


	/*
	===============================================

	=============== 11.2.Typography ==================

	===============================================
	*/

	/*
	===============================================

	================= 11.3.Header ====================

	===============================================
	*/
	
    .upper-right-links {
        display: block;
        text-align: right;
        float: right;
        padding: 5px 30px;
        margin-top: 51px;
        position: relative;
    }

	/*
	===============================================

	================== 11.3.1.Menu ===================

	===============================================

	*/
    
     a.ubermenu-target,
    a.ubermenu-target:visited {
        color:#5e5757;
    }

    a.ubermenu-target:hover {
        color:#35618f;
    }
    
    .primary-nav .ubermenu-responsive .ubermenu-nav {
        background-color: #ffffff;
    }

    .primary-nav .ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
        background-color: #35618f;
    }
    
    .ubermenu .ubermenu-item .ubermenu-submenu-drop {
        box-shadow: 0 0 10px rgba(0,0,0,.15);
        background-color: #35618f;
        border-radius: 0px 0px 20px 20px;
        -moz-border-radius: 0px 0px 20px 20px;
        -webkit-border-radius: 0px 0px 20px 20px;
        border: 0px solid #000000;
        border-bottom-color: rgb(0, 0, 0);
        border-bottom-style: solid;
        border-bottom-width: 0px;
        padding: 30px 20px 20px 20px;
        padding-top: 30px;
    }
    
    .ubermenu-has-submenu-drop .ubermenu-submenu a.ubermenu-target {
      color: #ffffff;
      font-size: .90em;
      font-weight: 600;
      text-transform: none;
      background-color: rgba(117, 190, 218, 0);
      padding: 5px 20px 8px 20px;
      letter-spacing: .015em;
    }
    
    .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target::after {
      color:#177ab0 !important;
    }

	
	
	/*

	===============================================

	================== 11.3.2.Logo ===================

	===============================================

	*/
    
    header .logo-container {
        position: relative;
        text-align: left;
        width: 35%;
        float: left;
        top:0;
        left:0;
        padding-top: 30px;
        padding-left: 30px;
        padding-bottom: 15px;
    }
	

	/*
	===============================================

	============ 11.4.Content Elements ===============

	===============================================
	*/
	
	/*

	===============================================

	================== 11.4.1.Home ===================

	===============================================

	*/

	/*

	===============================================

	============= 11.4.2.Content Pages ===============

	===============================================

	*/

	/*

	===============================================

	============ 11.4.3.Layout Builder ===============

	===============================================

	*/
   
	/*

	===============================================

	============ 11.5.Sidebars/Widgets ===============

	===============================================

	*/

	/*

	===============================================

	================== 11.6.Footer ===================

	===============================================

	*/
	
}



@media only screen and (min-width: 1250px) {
	
	
	/*
	===============================================

	==================== 12.1.Body ===================

	===============================================

	*/


	/*
	===============================================

	=============== 12.2.Typography ==================

	===============================================
	*/

	/*
	===============================================

	================= 12.3.Header ====================

	===============================================
	*/

	/*
	===============================================

	================== 12.3.1.Menu ===================

	===============================================

	*/
	
	/*

	===============================================

	================== 12.3.2.Logo ===================

	===============================================

	*/
    


	/*
	===============================================

	============ 12.4.Content Elements ===============

	===============================================
	*/
	
     .vertical-alignment {
        display: grid;
        place-items: center;
       /* min-height: 40vh;*/
    }
    
    .top-wedge-divider {
        background-size: 100%;
        height:260px;
    }

    .bottom-wedge-divider{
        background-size: 100%;
        height:260px;
    }
	
    
	/*

	===============================================

	================== 12.4.1.Home ===================

	===============================================

	*/

	/*

	===============================================

	============= 12.4.2.Content Pages ===============

	===============================================

	*/

	/*

	===============================================

	============ 12.4.3.Layout Builder ===============

	===============================================

	*/

	/*

	===============================================

	============ 12.5.Sidebars/Widgets ===============

	===============================================

	*/

	/*

	===============================================

	================== 12.6.Footer ===================

	===============================================

	*/
	
}



@media only screen and (min-width: 1450px) {
	
	
	/*
	===============================================

	==================== 13.1.Body ===================

	===============================================

	*/


	/*
	===============================================

	=============== 13.2.Typography ==================

	===============================================
	*/

	/*
	===============================================

	================= 13.3.Header ====================

	===============================================
	*/

	/*
	===============================================

	================== 13.3.1.Menu ===================

	===============================================

	*/
	
	/*

	===============================================

	================== 13.3.2.Logo ===================

	===============================================

	*/
    
        	
	/*
	===============================================

	============ 13.4.Content Elements ===============

	===============================================
	*/
	
     .vertical-alignment {
        display: grid;
        place-items: center;
       /* min-height: 40vh;*/
    }
    
    .top-wedge-divider {
        background-size: 100%;
        height:290px;
       /* background-position-y: top;*/
    }

    .bottom-wedge-divider{
        background-size: 100%;
        height:290px;
        /*background-position-y: bottom;*/
    }
    
    
	/*

	===============================================

	================== 13.4.1.Home ===================

	===============================================

	*/

	/*

	===============================================

	============= 13.4.2.Content Pages ===============

	===============================================

	*/

	/*

	===============================================

	============ 13.4.3.Layout Builder ===============

	===============================================

	*/

	/*

	===============================================

	============ 13.5.Sidebars/Widgets ===============

	===============================================

	*/

	/*

	===============================================

	================== 13.6.Footer ===================

	===============================================

	*/
	
}

@media only screen and (min-width: 1660px) {
	
	
	/*
	===============================================

	==================== 14.1.Body ===================

	===============================================

	*/


	/*
	===============================================

	=============== 14.2.Typography ==================

	===============================================
	*/

	/*
	===============================================

	================= 14.3.Header ====================

	===============================================
	*/

	/*
	===============================================

	================== 14.3.1.Menu ===================

	===============================================

	*/
	
	/*

	===============================================

	================== 14.3.2.Logo ===================

	===============================================

	*/

	/*
	===============================================

	============ 14.4.Content Elements ===============

	===============================================
	*/
	
     .vertical-alignment {
        display: grid;
        place-items: center;
       /* min-height: 40vh;*/
    }
    
    .top-wedge-divider {
        background-size: 100%;
        height:350px;
       /* background-position-y: top;*/
    }

    .bottom-wedge-divider{
        background-size: 100%;
        height:350px;
        /*background-position-y: bottom;*/
    }
    
    
	/*

	===============================================

	================== 14.4.1.Home ===================

	===============================================

	*/

	/*

	===============================================

	============= 14.4.2.Content Pages ===============

	===============================================

	*/

	/*

	===============================================

	============ 14.4.3.Layout Builder ===============

	===============================================

	*/

	/*

	===============================================

	============ 14.5.Sidebars/Widgets ===============

	===============================================

	*/

	/*

	===============================================

	================== 14.6.Footer ===================

	===============================================

	*/
	
}


@media only screen and (min-width: 1950px) {
	
	
	/*
	===============================================

	==================== 15.1.Body ===================

	===============================================

	*/


	/*
	===============================================

	=============== 15.2.Typography ==================

	===============================================
	*/

	/*
	===============================================

	================= 15.3.Header ====================

	===============================================
	*/

	/*
	===============================================

	================== 15.3.1.Menu ===================

	===============================================

	*/
	
	/*

	===============================================

	================== 15.3.2.Logo ===================

	===============================================

	*/

	/*
	===============================================

	============ 15.4.Content Elements ===============

	===============================================
	*/
	
     .vertical-alignment {
        display: grid;
        place-items: center;
        /*min-height: 40vh;*/
    }
    
    .top-wedge-divider {
        background-size: 100%;
        height:400px;
       /* background-position-y: top;*/
    }

    .bottom-wedge-divider{
        background-size: 100%;
        height:400px;
        /*background-position-y: bottom;*/
    }
    
    
	/*

	===============================================

	================== 15.4.1.Home ===================

	===============================================

	*/

	/*

	===============================================

	============= 15.4.2.Content Pages ===============

	===============================================

	*/

	/*

	===============================================

	============ 15.4.3.Layout Builder ===============

	===============================================

	*/

	/*

	===============================================

	============ 15.5.Sidebars/Widgets ===============

	===============================================

	*/

	/*

	===============================================

	================== 15.6.Footer ===================

	===============================================

	*/
	
}


@media only screen and (min-width: 2400px) {
	
	
	/*
	===============================================

	==================== 16.1.Body ===================

	===============================================

	*/


	/*
	===============================================

	=============== 16.2.Typography ==================

	===============================================
	*/

	/*
	===============================================

	================= 16.3.Header ====================

	===============================================
	*/

	/*
	===============================================

	================== 16.3.1.Menu ===================

	===============================================

	*/
	
	/*

	===============================================

	================== 16.3.2.Logo ===================

	===============================================

	*/

	/*
	===============================================

	============ 16.4.Content Elements ===============

	===============================================
	*/
	
     .vertical-alignment {
        display: grid;
        place-items: center;
        /*min-height: 40vh;*/
    }
    
    .top-wedge-divider {
        background-size: 100%;
        height:450px;
       /* background-position-y: top;*/
    }

    .bottom-wedge-divider{
        background-size: 100%;
        height:450px;
        /*background-position-y: bottom;*/
    }
    
    
	/*

	===============================================

	================== 16.4.1.Home ===================

	===============================================

	*/

	/*

	===============================================

	============= 16.4.2.Content Pages ===============

	===============================================

	*/

	/*

	===============================================

	============ 16.4.3.Layout Builder ===============

	===============================================

	*/

	/*

	===============================================

	============ 16.5.Sidebars/Widgets ===============

	===============================================

	*/

	/*

	===============================================

	================== 16.6.Footer ===================

	===============================================

	*/
	
}

