/*!
Theme Name: NoaNet
Theme URI: http://underscores.me/
Author: Creative Media Alliance
Author URI: https://creativemediaalliance.com/
Description: Custom Template for NoaNet
Version: 1.1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: noanet
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.

NoaNet 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;
}

.wrapper {
	max-width: 1200px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;

}

/**
 * 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;
	text-decoration:none;
}

/**
 * 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: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
	margin-top:0px;
}

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

blockquote {
	margin: 20px 0;
	padding: 20px 0;
	color: #da2428;
	font-weight: 600;
	font-size: 1.5em;
	border-top: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
}

blockquote p {
	margin: 0;
	padding: 0;
}

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 0em;
}

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: #db2227;
}

a:visited {
	color: #db2227;
}

a:hover,
a:focus,
a:active {
	color: #991c1f;
	outline:0;
	text-decoration:none;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

a:focus {
	outline: 0;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}

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 {

}

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 1.5em; */
}

.post-thumbnail {
	border-bottom: 10px solid #DB2227;
}

.post-thumbnail img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: auto;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.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 10px;
}

.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;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# 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-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/* -----------------------------   Brandon Styles   --------------------------------------------- */

::selection {
    background: #DB2227;
    color: #FFF;
}

::-moz-selection {
    background: #DB2227;
    color: #FFF;
}


.single-leader-padding {
	padding-top:50px;
}

.site-branding {
	width: 30%;
	width: 30%;
	padding: 30px 0px 25px 0px;
float: left;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding:50px 0px; }








#gform_wrapper_1 .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
  color: #fff;
}
#gform_wrapper_1 .gform_fields .gfield input::-moz-placeholder {
	/* Firefox 19+ */
  color: #fff;
}
#gform_wrapper_1 .gform_fields .gfield input:-ms-input-placeholder {
	/* IE 10+ */
  color: #fff;
}
#gform_wrapper_1 .gform_fields .gfield input:-moz-placeholder {
	/* Firefox 18- */
  color: #fff;
}

#gform_wrapper_1 input[type="text"] {
	color:#fff;
}

#gform_wrapper_1 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 1px solid #fff;
		background: transparent;
	    padding: 4px;
	    border-radius: 0px;
	    letter-spacing: normal;
	    margin: 0px;
}



@media only screen and (min-width: 767px) {
#gform_wrapper_1  form.gf_simple_horizontal {
    width: calc(100% - 16px) !important;
    margin: 0 !important;
}
}

@media only screen and (min-width: 641px) {
#gform_wrapper_1  form.gf_simple_horizontal {
	text-align: left;
	max-width: 100%;
	display: initial;
	margin: 0 auto;
}
}

#gform_wrapper_1 input[type=submit] {
    font-size: 1em;
    width: auto;
    background: transparent;
    border: 1px solid #fff;
    color: #ffffff;
		padding: 4px 10px;
    border-radius: 0px;
    margin-bottom: 0px;
}




.ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target {
color:#000;
font-weight:600;
font-size:1.3em;
}

.header-logo {
	width:280px;
}

.cta-footer .wrapper .left {
	width:60%;
	float:left;
}


.cta-footer .wrapper .left p {
	font-size: 1.4em;
	font-weight: 700;
	text-align: center;
	margin:0px;
}

.cta-footer .wrapper .right {
	width:40%;
	float:left;
	text-align:center;
	padding-top: 20px;
}

.cta-headline {
	font-size:1.3em;
	font-weight:600;
}

.cta-button {
	background: #DB2227;
		color:#fff;
	padding:15px 10px;
}

.cta-footer {
	width: 100%;
	margin-top:0px;
    display: block;
    float: left;
    clear: both;
    padding-top: 50px;
    padding-bottom: 50px;
		background-size:cover;
}

.related-posts {
	padding-top:40px;
}

.full-width {
	width: 100%;
	overflow: auto;
}

.full-width-gray {
	width: 100%;
	overflow: auto;
	background:#eee;
	padding:20px 0px;
}


.red-btn {
  background:#DB2227;
  color:#fff;
	font-family:"Montserrat", sans-serif;
	padding: 8px 23px;
	text-transform: uppercase;
	border:0;
	cursor:pointer;
}

a.red-btn {
	background: #DB2227;
color:#fff;
font-family:"Montserrat", sans-serif;
text-decoration:none;
	clear: both;
	font-size: .8em;
	letter-spacing: 1px;
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}


/* Overline From Left */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #db2227;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
  right: 0;
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #000;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #db2227;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #991c1f;
  color: white;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #991c1f;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.clear {
    clear: both;
}

.news-category a {
	color: #797979;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-size: .8em;
	font-weight:500;
	text-decoration: none;
}

.three-recent-post-info-box {
	position: absolute;
margin-top: -50px;
background: #fff;
width: 79%;
padding: 20px;
}

#partners {
    padding: 40px 0px 33px 0px;
    white-space: nowrap;
  /*  width: 100%; */
  /*  display: table; */
}

.logo-image {
    vertical-align: middle;
    display: table-cell;
    padding: 15px;
}

.logo-image img {
    max-width: 100%;
}

/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.leadership-name {
    margin-top: 0px;
    font-size: 1em;
}



.grid-item-quarter {
    width: 32.3%;
    margin-right: 1%;
    float: left;
		    position: relative;
    margin-bottom: 65px;
}

.grid-item-quarter img {
    max-width: 100%;
    height: auto;
}

.grid-item-quarter:nth-of-type(3n+1) {
    clear: left;
}

.grid-item-quarter:nth-of-type(3n+3) {
    /* background: yellow; */
    width: 32.3%;
    margin-right: 0%;
}

.logo-image:nth-of-type(5n+5) {

}

.logo-image:nth-of-type(5n+1) {
	clear: left;
	float:left;
}

.subpage-submenu {
margin-bottom:100px;
}

.leadership-img img {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .3s ease-in-out;
    }

.leadership-img img:hover {
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.00);
    }

.leadership-single-caption {
	position: absolute;
background: #fff;
bottom: 0;
padding: 15px 20px 15px 0px;
}

.job-title {
	text-transform: uppercase;
	font-family:"Montserrat", sans-serif;
    letter-spacing: .5px;
		font-weight:500;
    color: #797979;
    font-size: .8em;
}

.leadership-name a {
	text-decoration:none;
	color: #000000;
	font-weight:600;
}

.single-leadership-left {
	width:46%;
	float:left;
	    margin-right: 10%;
    float: left;
    margin-top: 50px;
}

.single-leadership-right {
	width: 36.3%;
	    float: left;
	    margin-top: 50px;
}

/* the slides */
.slick-slide {
 margin: 0 	10px !important;
}
/* the parent */
.slick-list {
/* margin: 0 -10px !important; */
}

.slider-testimonial-home .slick-list {
/* margin: 0 -10px !important; */
}

.slick-slider {
/*overflow: hidden; */
}

.slick-next {
    right: -35px !important;
}

.slick-prev {
    left: -35px !important;
}

.slick-prev:before, .slick-next:before {
    color: black !important;
}

/* keep it mobile friendly by only applying these styles for larger viewports */
@media only screen and (max-width:767px) {

	.embed-container { padding-bottom: 150%;  }
	.embed-container iframe, .embed-container object, .embed-container embed { padding:20px 0px; }


 body #gform_wrapper_1 {
  max-width: 80%;
  margin: 0 auto;
 }



 body #gform_wrapper_1 ul li.gfield .ginput_container,
 body #gform_wrapper_1 ul li.gfield .gfield_description,
 body #gform_wrapper_1 div.ginput_complex label,
 body #gform_wrapper_1 input:not([type='radio']):not([type='checkbox']):not([type='submit']),
 body #gform_wrapper_1 select,
 body #gform_wrapper_1 textarea {
  text-align:center;
 }

 body #gform_wrapper_1 ul.top_label li.gfield label.gfield_label {
  text-align: center;
  display: block;
 }

  body #gform_wrapper_1 .gform_footer,
  body #gform_wrapper_1 .gform_page_footer{
    text-align: center;
  }

}

.timeline-date {
	font-size: 1.3em;
	    text-align: center;
	    font-weight: 600;
	    letter-spacing: 0px;
	    position: relative;
	    display: inline-block;
	    top: -0px;
	    text-align: center;
	    padding: 10px;
	    color: #fff;
	    background: #db2227;
}

.timeline-date p {
	margin:0px;
}

.timeline-date-container {
text-align:center;
margin-bottom:50px;
}

.timeline-date:after {
	border-right: solid 20px transparent;
	    border-left: solid 20px transparent;
	    border-top: solid 20px #db2227;
	    transform: translateX(-50%);
	    position: absolute;
	    z-index: 2;
	    content: '';
	    top: 100%;
	    left: 50%;
	    height: 0;
	    width: 0;
}

.horizontal-timeline-line {
	border-top: 4px solid #000;
z-index: 0;
top: 59px;
position: relative;
    margin: 0px 19px;
}

.timeline-title {
	font-weight:600;
	font-size:1.3em;
	padding-bottom:10px;
}

.timeline-descrip {

}

.timeline-img {
	margin-bottom:10px;
}

.testimonial-row {
    margin: 90px 0px 70px 0px;
}

h1.entry-title {
	font-size:1.5em;
	margin-bottom:5px;
}

.entry-meta {
	margin-bottom:30px;
}

.single-leadership-left h1.entry-title {
	font-size:1.7em;
	margin:0px 0px 0px 0px;
}

.single-leadership-right img {
    border-bottom: 10px solid #DB2227;
}

.slider-timeline .slick-next {
	top: 46px;
right: 7px !important;
}

.slider-timeline .slick-prev {
	top: 46px;
left: -3px !important;

}

.slider-timeline .slick-prev:before, .slider-timeline .slick-next:before {
    color: black !important;
		opacity:1;
		font-size:30px;
}

.slick-slide {
	outline:0px;
}

button {
	outline:0px;
}


.responsive-container {
        position: relative;
        padding-bottom: 50.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        margin-bottom: 1em;
}
.responsive-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

.blog-left-col {
	width:70%;
	float:left;
	padding-right:3%;
	padding-top:50px;
}

aside#secondary {
	width:30%;
	float:left;
	margin-top:73px;
}

.sidebar-widget-text {

}

.sidebar-widget-p {
	color: white;
    margin-top: 0px;
		font-size:.9em;
}

h2.sidebar-widget-headline {
	color: #fff;
    margin-bottom: 0px;
		font-size: 1.3em;
}

.sidebar-bg {
	background-size: cover;
padding: 15px 35px 10px 35px;
position:relative;
width:100%;
}



.line-left-for-single-leader {
	border-bottom: 1px solid #606060;
    width: 5.7%;
    /* clear: none; */
    line-height: 4.3em;
    /* display: inline-block; */
    float: left;
    margin-right: 2%;
    /* overflow: auto; */
}

.timeline-header-wrapper {
	padding:30px 0px 50px 0px;
}

.subpage-submenu .ubermenu {
	z-index:0;
}

body.single-cma_leadership .subpage-submenu .ubermenu-menu-5 .ubermenu-item-72 .ubermenu-target {
color:#db2227;
}

.role-title {
	font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #797979;
    font-size: .8em;
    font-weight: 500;
}

.board-member-name {
	font-size: 1em;
    font-weight: 600;
}

.member-link {
	font-size: .8em;
text-decoration: none;
font-weight: 600;
}

.one-bg {
	margin-bottom: 40px;
	background-size: cover;
	overflow:hidden;
}

.animateMe{
  opacity: 0;
}

.animateMe .animated{
    opacity: 1;
}

/* --------- ACF 1 - WHITE HEADLINE LEFT ON RED BG --------- */
.one-headline-left-forty {
width:40%;
padding: 50px 0px 0px 0px;
}

h2.white-headline {
color:#fff;
font-size:1.7em;
font-weight: 600;
line-height:1.3em;
}



.homepage-headline {
	font-size:1.3em;
	padding:100px 0px 0px 0px;
}

/* --------- ACF 2 - HEADLINE LEFT, PARAPRAPH RIGHT --------- */
.two-left-col {
width:40%;
float:left;
}

.two-right-col {
width:60%;
float:left;
}

h2.two-headline {
font-weight:600;
font-size:1.3em;
margin-top:0px;
color:#000;
}

h1.two-headline {
font-weight:600;
font-size:1.5em;
color:#000;
}

h2.two-headline-w-line-left {
	float: left;
	    width: 48%;
	    display: inline-block;
	    clear: none;
			margin-top:0px;
}

h1.two-headline-w-line-left {
	float: left;
	    width: 48%;
			font-size:1.5em;
	    display: inline-block;
			margin: 0px 0px;
	    clear: none;
}


.two-wrapper-padding {
	padding:30px 0px 30px 0px;
	overflow:auto;
}

.two-line-left {
	    border-bottom: 1px solid #606060;
    width: 70px;
    /* clear: none; */
    line-height: 1.1em;
    /* display: inline-block; */
    float: left;
    margin-right: 20px;
    /* overflow: auto; */
}

/* --------- ACF 3 - VIDEO POPOUT --------- */

.three-video-right-col {
	width: 30%;
	float: right;
	margin-right: 50px;
	text-align: center;
	padding: 100px 0px;
	color: #fff;
	padding-right: 50px;
}

.three-headline {
  font-size:1.4em;
  font-weight:600;
}

.play-btn {
	max-width:50%;
}

.play-text {
  font-size:1em;
	margin-bottom: 40px;
}

.three-p {
  font-size:1em;
}

.video-panel-bg {
	background-size: cover;
    height: 600px;
	position:relative;
	margin: 20px 0px 30px 0px;
}

/* --------- ACF 4 - NUMBERED MISSION ACCORDION --------- */

.four-accordion-bg-div {
background-size: cover;
}

.four-single-row {
	border-bottom: 5px solid #ffffff;
	    color: #fff;
	    overflow: auto;
	    padding: 20px 20px;
}

.four-accordion-row-left {
	width: 50%;
	    float: left;
}

.four-accordion-row-right {
	width: 50%;
	    float: left;
}

h2.accordion-header {
	border-top:1px solid #000;
	margin-top:60px;
	margin-bottom:50px;
	padding-top: 10px;
}

h2.accordion-header.insights-header {
	border-top:1px solid #000;
	margin-top:0px;
	margin-bottom:50px;
	padding-top: 10px;
}

h2.four-accordion-title {
	line-height:.5em;
	font-weight:600;
	float:left;
	clear:none;
	font-size:1.1em;
}

.four-accordion-wrapper {
	margin-bottom:20px;
	overflow:auto;
}

.four-icon {
display:inline;
float:left;
width:30px;
padding-top:20px;
}

.numberCircle {
font-weight:600;
    width: 1.5em;
    height: 1.5em;
    box-sizing: initial;
    float:left;
		margin-right:10px;
    background: transparent;
    border: .45em solid #fff;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 1.5em;
    box-sizing: content-box;
}

/* --------- ACF 5 - TEXT LEFT, IMG RIGHT --------- */
.five-white-box-left {
  background:#ffffff;
  padding:50px 50px 50px 0px;
  display:block;
  width:500px;
  float:left;
	margin-top:40px;
	position:absolute;
  z-index:1000;
}

h2.five-headline {
  font-size:1.4em;
  font-weight:600;
}

.five-inner {
  border-top:1px solid #000;
}

.five-right-img {
width:66%;
float:right;
line-height:0;
background-repeat:no-repeat;
background-size:contain;
border-bottom:10px solid #DB2227;
}

.five-right-img img:after{

}

.text-left-img-right-wrapper {
    overflow: inherit;
	position:relative;
	padding: 40px 0px;
}


/* --------- ACF 6 - IMG LEFT, TEXT RIGHT --------- */

.img-left-text-right-wrapper {
    overflow: inherit;
		position:relative;
		padding: 40px 0px;
}

.six-white-box-right {
	background:#ffffff;
  padding:50px 0px 50px 50px;
  display:block;
  width:500px;
	right:0;
  float:right;
	margin-top:40px;
	position:absolute;
  z-index:1000;
}

h2.six-headline {
  font-size:1.4em;
  font-weight:600;
}

.six-inner {
  border-top:1px solid #000;
}

.six-left-img {
	width:66%;
	float:left;
border-bottom:10px solid #DB2227;
	line-height:0;
	background-repeat:no-repeat;
	background-size:contain;
}

.six-left-img img:after{
border-bottom:10px solid #DB2227;
}

/* --------- ACF 7 - SIX ICON ROW --------- */

.seven-six-icon-col {
	width: 15%;
	text-align: center;
	float: left;
	margin-right: 6%;
	    padding-top: 30px;
}

.seven-six-icon-col:nth-of-type(8) {
	margin-right:0%;
}

.eight-three-icon-col:nth-of-type(3) {
	margin-right:0%;
}

.seven-six-icon-col img {
  width:100%;
}

.btn-below-icons {
	text-align:center;
	margin: 60px 0px;
}

.seven-icon-caption {
font-size:1.2em;
color:#000;
font-weight:600;
}

.icon-row-header-left {
	width:40%;
	float:left;
	margin-bottom:30px;
}

.icon-row-header-right {
	width:60%;
	float:left;
	margin-bottom:30px;
	margin-top: 8px;
}



/* --------- ACF 8 - THREE ICON ROW --------- */

.eight-three-icon-col {
  width: 15%;
  text-align:center;
	margin:0 auto;
	display:inline-table;
	margin-right: 6%;
	    padding-top: 30px;
			    padding-bottom: 20px;
}

.eight-three-icon-col img {
  width:100%;
}

.eight-icon-caption {
font-size:1.2em;
color:#000;
font-weight:600;
}

.three-icon-wrapper {
	    text-align: center;
}

/* --------- ACF 9 - CENTERED HALF WIDTH BOX OVER IMG --------- */

.nine-white-box {
	background: #fff;
	padding: 34px 50px 34px 50px;
	width: 50%;
	display: inline-block;
	/* margin: 0 auto; */
	/* z-index: 1000; */
	margin-top: 200px;
}

.centered-white-overlay {
	text-align:center;
	padding: 30px 0px 0px 0px;
}

.nine-box-inner {
  border-top:1px solid #000;
	line-height:1.5em;
}

h2.nine-box-inner {

}

.btn-below-icons-white-box {
    text-align: center;
    margin: 40px 0px;
}


/* --------- ACF 10 - CENTERED SEVENTY-FIVE WIDTH BOX OVER IMG --------- */

.ten-white-box {
	background: #fff;
	padding: 34px 50px 44px 50px;
	width: 75%;
	display: inline-block;
	/* margin: 0 auto; */
	/* z-index: 1000; */
	margin-top: 200px;
}

.ten-box-inner {
  border-top:1px solid #000;
	line-height:1.5em;
	text-align:left;
}

h2.ten-box-inner {
border-top:1px solid #000;
}


/* --------- ACF 11 - CENTERED EIGHTY WIDTH BOX OVER IMG WITH ICON --------- */

.eleven-white-box {
	background: #fff;
	padding: 34px 50px 34px 50px;
	width: 75%;
	display: inline-block;
	/* margin: 0 auto; */
	/* z-index: 1000; */
	margin-top: 60px;
	text-align:left;
}

.eleven-box-inner {
  	border-top:1px solid #000;
}

h2.eleven-box-inner {
border-top:1px solid #000;
}

.eleven-bg-image {
/*  border-bottom:10px solid #DB2227; */
	background-repeat:no-repeat;
}

.eleven-icon {
	width: 15%;
	    text-align: center;
	    display: inline-block;
	    padding-top: 57px;
}

/* --------- ACF 12 - WHITE PARAGRAPH ON RED BG --------- */

.twelve-red-bg-box {
  background:#DB2227;
  color:#fff;
padding: 40px 50px 40px 50px;
  line-height:1.6em;
  font-weight:600;
  font-size:1.2em;
}

.twelve-red-bg-box p {
	margin-bottom:0px;
}

.red-bg-p-wrapper {
	padding:30px 0px;
	overflow:auto;
}

/* --------- ACF 13 - TWO COL, IMG BGS, HEADLINE AND BUTTONS --------- */

.thirteen-left-box {
  width:49%;
  margin-right:1%;
  float:left;
	    height: 450px;
			position:relative;
}

.thirteen-headline-left {
  color:#fff;
  font-weight:600;
  font-size:1.3em;
  float:left;
	padding:30px;
  width:33%;
}

.thirteen-headline-right {
  color:#fff;
  font-weight:600;
  font-size:1.3em;
  float:right;
	padding:30px;
  width:33%;
text-align:right;
}

.thirteen-right-box {
  width:49%;
  margin-left:1%;
  float:left;
	    height: 450px;
			position:relative;
}



.box-left-button {
	float: left;
	    background: #DB2227;
	    color: #fff;
	    /* bottom: 0px; */
	    margin-top: auto;
	    clear: both;
	    border-top: 25px solid #fff;
	    border-right: 25px solid #fff;
			bottom: 0;
position: absolute;
}

.box-right-button {
	float: right;
	    background: #DB2227;
	    color: #fff;
	    /* bottom: 0px; */
	    margin-top: auto;
	    clear: both;
	    border-top: 25px solid #fff;
	    border-left: 25px solid #fff;
			bottom: 0;
			right:0;
position: absolute;
}

.two-col-grid-wrapper {
	padding:50px 0px;
	overflow:auto;
}


/* --------- ACF 14 - SINGLE IMG --------- */

.single-img-wrapper {
	padding:0px 0px;
	overflow:auto;
}

.single-img-wrapper img {
border-bottom:10px solid #DB2227;
}

/* --------- ACF 15 - HR --------- */
hr.style-one {
border: 0;
height: 1px;
background: #000;
    margin: 10px 0px 10px 0px;
}

.spacer-thirty-px {
	margin-bottom:30px;
}

/*------------------ACF 20 FAQ ------------------*/

#faq_container {
	 border: 1px solid #e5e5e5;
	 margin-bottom: 10px;
	 padding: 10px 15px;
	 clear:both;
	text-align: left;
	width: 60%;
	float: right;
}

.faq_question {
	 margin: 0px;
	 font-weight:600;
	 padding: 0px 0px 0px 0px;
	 cursor: pointer;
	 display: table;
}

.question {
	 margin-bottom: 5px;
	 display: table-cell;
	 width: 100%;
}

.faq_answer_container {
	 height: 0px;
	 overflow: hidden;
	 padding: 0px;
	 display:block;
}

.faq_answer {
	 height: auto;
	 overflow: hidden;
	 padding: 0px;
	 display:block;
}

.accordion-button-icon {
	 display: table-cell;
	 line-height: inherit;
	 opacity: .5;
	 filter: alpha(opacity = 50);
	 padding-left: 15px;
	 vertical-align: middle;
}

/* --------- RECENT POSTS --------- */

.section-grid {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: initial;
    padding-bottom: 50px;
}

.news-post-title h4 {
color:	#DB2227;
    margin-top: 0px;
}

.news-post-title a {
	text-decoration:none;
}

.cell {

}

.cell:last-of-type {

}

.grid-blog-pic {
	height: 250px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.grid-blog-pic:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cell a span, .sidebar-bg a span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition-duration: .2s;
    z-index: 1;
}

.overlay {

}

.news-date {

}

.news-post-title {

}

.news-excerpt {

}

.gform_wrapper {
    margin-top: 8px !important;
}

.faq-padding-bottom {
	margin-bottom:30px;
	margin-top:20px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 1rem;
}
.grid	> div {
    padding: .8rem;
    display: grid;
    place-items: center;
}
.grid > div:before {
      // for apsect ratio
      content: "";
      display: block;
      padding-bottom: 100%;
      grid-area: 1 / 1 / 2 / 2;
    }

.grid img {
      width: 100%;
      // height: 100%;
      // object-fit: contain;
      grid-area: 1 / 1 / 2 / 2;
    }

		.member-grid {
			display: grid;
	    grid-template-columns: repeat(auto-fill, minmax(224px, 1fr));
	    grid-gap: 1rem;
	    width: 60%;
	    margin: 20px 0px 20px 0px;
	    float: right;

		}
		.member-grid	> div {
			padding: .8rem .8rem .8rem 0rem;
  /*  display: grid; */
  /*  place-items: flex-start; */
		}
		.member-grid > div:before {
		      // for apsect ratio
		      content: "";
		      display: block;
		      padding-bottom: 100%;
		      grid-area: 1 / 1 / 2 / 2;
		    }

		.member-grid img {
		      width: 100%;
		      // height: 100%;
		      // object-fit: contain;
		      grid-area: 1 / 1 / 2 / 2;
		    }


				.archive-grid {
					display: grid;
			    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
			    grid-gap: 1rem;
			    width: 100%;
			    margin: 20px 0px 50px 0px;

				}
				.archive-grid	> div {
					padding: .8rem .8rem .8rem 0rem;
					cursor:pointer;
					margin-bottom:20px;
		  /*  display: grid; */
		  /*  place-items: flex-start; */
				}
				.archive-grid > div:before {
				      // for apsect ratio
				      content: "";
				      display: block;
				      padding-bottom: 100%;
				      grid-area: 1 / 1 / 2 / 2;
				    }

				.archive-grid img {
				      width: 100%;
				      // height: 100%;
				      // object-fit: contain;
				      grid-area: 1 / 1 / 2 / 2;
				    }

				.section-grid .cell:nth-of-type(3) {

				}

				.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px 0 0;
    /* border: 1px solid #eee; */
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 400;
}

.page-numbers.current, a.page-numbers:hover {
    background: #f1f1f1;
    text-decoration: none;
}

.nav-links {
    /* display: none; */
    text-align: center;
    margin: 30px 0px 50px 0px;
}

.nav-previous {
   
    text-align: left;
   
}

.full-width-mobile p:last-of-type {
	margin-bottom:0px;
}

.full-width-mobile ul:last-of-type {
	margin-bottom:0px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


.footer-wrapper {
	width: 100%;
	display: block;
	overflow:hidden;
}

.first-footer-wrapper{
	width: 100%;
	display: block;
	float:left;
	clear:both;
	padding-top: 20px;
	padding-bottom: 20px;
	background-size: cover;
}

.last-footer {
    color: #fff;
    text-align: center;
    display: block;
    font-size: .8em;
    padding: 10px;
    background: #000;
}

.last-footer a {
	color:#ffffff;
}

.last-footer a:hover {
	color: #991c1f;
}

.right-footer {
	float: right;
	width: 35%;
	text-align: left;
	color: white;
}

.right-footer h3 {
	font-weight:400;
	font-size: 1em;
	margin-bottom: 0px;
	margin-top: 0px;
	}

.newsletter-form {
}

/* social */

.social-wrap {
	display:block;
}

ul.social {
	display:inline-block;
	margin: 0;
    padding: 0;
    font-size: 1.1em;
}

ul.social li {
	list-style-type: none;
	padding-right: 12px;
	display: inline-block;
}

ul.social li a {
	text-decoration: none;
	color: white;
}

ul.social li a i {
	padding-left: 10px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

ul.social li:first-child a i {
	padding-left: 0px;
}

.left-footer {
	float: left;
	width: 45%;
	font-size: 1em;
}

.left-footer a{
	color: #fff;
	text-decoration:none;
}

.left-footer a:hover{
	color: pink;
}

.left-footer-one {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.left-footer-two {
	float: left;
	width: 48%;
}

.left-footer-two a {
	text-decoration:none;
}

.left-footer-one ul,
.left-footer-two ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.center-footer {
	float: left;
	width: 120px;
	padding-top:12px;
}

.logo-foot-wrap img {
	width: 120px;
	height: auto;
}

.logo-foot-wrap {
	display: block;
	float: left;
}




/* --------- MOBILE STYLES --------- */

@media only screen and (min-width: 768px) and (max-width: 1199px) {
.six-white-box-right {
	width: 50%;
    position: initial;
    padding-top: 0px;
    margin-top: 0px;
}

.six-left-img {
	width:49%;
}

.five-inner {
	border-top: 0px;
}

h2.five-headline, h2.six-headline {
	margin-top:0px;
}

.six-inner {
	border-top:0px;
}

.five-white-box-left {
	width: 50%;
    position: initial;
    padding-top: 0px;
    margin-top: 0px;
}

.five-right-img {
	width:49%;
}

}

.five-inner ul, .six-inner ul {
	margin-bottom:0px;
}

@media (max-width: 1290px) {
	.slick-next {
	    right: 35px !important;
	}

	.slick-prev {
	    left: 35px !important;
	}

	.slick-prev:before, .slick-next:before {
	    color: white !important;
	}

}

@media (min-width: 1026px) {
	#ubermenu-mobile_only_merged_menu-13 {
		display:none !important;
	}

}

@media (max-width: 1026px) {

	#ubermenu-main-9-primary-2 {
		display:none;
	}

	.subpage-submenu {
		margin-bottom:0px;
	}

	#ubermenu-upper_menu-10-upper-2 {
		display:none;
	}

	#ubermenu-mobile_only_merged_menu-13 {
		display:block;
	}

	button.ubermenu-responsive-toggle-mobile_only_merged_menu {
		padding:51px 0px;
	}
}


@media only screen and (max-width : 1200px ) {
	.wrapper {
		padding-right: 20px;
		padding-left: 20px;
	}
}


@media (min-width: 768px) {
	.slider-timeline .slick-prev {
	    top: 59px;
	    left: 0px !important;
	}

	.slider-timeline .slick-next {
		top: 59px;
		right: 0px !important;
	}
}


@media (max-width: 767px) {

    .two-left-col {
        width:100%;
    }
	
	.centered-white-overlay {
		padding-top: 15px;
	}
	
	h2.accordion-header {
		margin-top:10px;
		margin-bottom:20px;
	}

    .eleven-white-box {
        padding: 0px;
        width: 100%;
        margin-top:60px;
		display: block;
    }

    .eleven-icon {
        padding:22px 0px;
    }

    .eleven-box-inner {
        border-top:0px;
    }

    .red-bg-p-wrapper {
        padding:30px 0px;
        overflow:auto;
    }

    .blog-left-col {
        width:100%;
    }

    aside#secondary {
        display:none;
    }

    .member-grid {
        width:100%;
    }

	.one-bg {
		background-position: right;
		margin-bottom: 0px;
	}

    .one-headline-left-forty {
    	padding: 10px 0px 0px 0px;
    }
	
	.two-wrapper-padding,
	.two-col-grid-wrapper{
		padding-top:20px;
		padding-bottom:20px;
	}

    #partners {
    	padding-top:0px
    }

    .seven-six-icon-col, .eight-three-icon-col {
		width: 41%;
		margin-right: 15%;
		margin-bottom: 2%;
		padding-top:0px;
    }

    .seven-six-icon-col:nth-of-type(2n+1), .eight-three-icon-col:nth-of-type(2n+2) {
    	margin-right:0%;
    }

    .eight-three-icon-col:nth-of-type(3n+3) {
    	margin-right:0%;
    }

    .slick-next {
    	right: 35px !important;
    }

    .slick-prev {
    	left: 35px !important;
    }

    .slick-prev:before, .slick-next:before {
    	color: white !important;
    }

    .slider-timeline .slick-next {
    	top: 53px;
    	right: 0px !important;
    }

    .slider-timeline .slick-prev {
    	top: 53px;
    	left: 0px !important;
    }

    .slider-timeline .slick-prev:before, .slider-timeline .slick-next:before {
        color: black !important;
        opacity:1;
        font-size:30px;
    }

    .single-leadership-left {
        width:100%;
        margin-top:28px;
    }

    .single-leadership-right {
        width:100%;
        margin-top:10px;
    }

    .horizontal-timeline-line {
        top: 51px;
        margin:0px 23px;
    }

    .full-width-mobile, h1.two-headline-w-line-left {
        width:100%;
        text-align:left;
        margin-bottom:5px;
    }

    .full-width-mobile-video {
        width:100%;
        text-align:center;
    }

    .text-left-img-right-wrapper {
        display:flex;
        flex-wrap:wrap;
		padding-top: 20px;
		padding-bottom: 20px;
    }

    .img-left-text-right-wrapper {
        display:flex;
        flex-wrap:wrap;
		padding-top: 20px;
		padding-bottom: 20px;
    }

    .five-white-box-left {
        order:2;
        padding: 0px 0px 0px 0px;
        width: 100%;
        position: inherit;
        margin-top: 0px;
    }

    .five-right-img {
        width:100%;
    }

    .six-left-img {
        width:100%;
    }

    .six-white-box-right {
        padding: 0px 0px 0px 0px;
        width: 100%;
        position: inherit;
        margin-top: 0px;
    }

    .five-inner, .six-inner {
        border-top: 0px solid #000;
    }
	
	.four-accordion-wrapper {
		margin-bottom:0px;
	}

    .four-accordion-row-left {
        width:100%;
        text-align:left;
        margin-bottom:20px;
        margin-top:10px;
    }

    .four-accordion-row-right {
        width:100%;
        text-align:left;
    }
	
    h2.full-width-mobile {
        width:100%;
        text-align:left;
    }

    .hide-on-mobile {
        display:none;
    }

    .wrapper {
        z-index:100;
    }

    .video-panel-bg {
        display: flex;
		height: 400px;
		margin: 0px;
    }

    .three-video-right-col {
        width:100%;
        padding:50px 0px;
        margin:0;
        z-index:100;
    }

    .video-panel-bg::before {
    	content: "";
    	position: absolute;
    	top: 0px;
    	right: 0px;
    	bottom: 0px;
    	left: 0px;
    	background-color: rgba(0,0,0,0.25);
    }
	
	.play-btn {
		max-width:30%;
	}

    .nine-white-box {
    	width:100%;
    	padding:0px;
		margin-top: 150px;
    }

    .nine-box-inner {
    	border-top:0px;
    }

    .thirteen-left-box {
    	margin-right:0%;
    	margin-bottom:30px;
    	background-size: cover;
    	height:350px;
    }

    .thirteen-right-box {
        margin-left:0%;
        background-size: cover;
        height:350px;
    }

    .thirteen-headline-right {
    	width:50%;
    }

    .thirteen-headline-left {
    	width:50%;
    	text-align:left;
    }

    .cta-footer .wrapper .left {
    	width:100%;
    }

    .seven-icon-caption, .eight-icon-caption {
    	font-size:1em;
    }

    .cta-footer .wrapper .right {
    	width:100%;
    	padding-top:30px;
    }

    .section-grid {
    	flex-wrap:wrap;
    	padding-bottom:0px;
    }

    .cell {

    }

    h2.four-accordion-title {
    	clear:both;
    	line-height:1.5em;
    	margin-bottom:0px;
    }

    .site-branding {
    	width:50%;
    }

    .grid-item-quarter {
    	width: 100%;
    }

    .logo-image {
    	width: 50%;
    	float: left;
    	padding: 0px;
    	height:150px;
    }

    .logo-image img {
        text-align:center;
        margin: auto;
        float: none;
        height:auto;
    }

    .logo-image:nth-of-type(5n+1) {
        clear: none;
        float: left;
    }

    .grid-item-quarter:nth-of-type(3n+3) {
        width: 100%;
        margin-right: 0%;
    }

    .ten-white-box {
        width: 100%;
        padding: 0px;
        margin-top: 175px;
    }

    .ten-box-inner {
    	border-top: 0px;
    }

    .eleven-bg-image {
        background-size: contain;
        margin-bottom: 30px;
    }
	
	.btn-below-icons {
    	margin: 20px 0px;
}

    .img-left-text-right-wrapper {
        margin-bottom: 0px;
    }

	.faq-wrapper {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.center-footer {
		width: 100%;
		text-align: center;
	}

	.logo-foot-wrap {
		float: none;
		margin-right: auto;
	}

	.right-footer, .left-footer{
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}

	.left-footer {
		margin-top:10px;
		padding-bottom: 20px;
		display: block;
		overflow: hidden;
	}

 	.newsletter-form {
		float: none;
		text-align:center;
		width: 100%;
	}
	
	.social-wrap {
		margin-top:40px;
	}

	#faq_container {
		width:100%;
	}

}

