/******************************************************************
Stylesheet: Main Stylesheet
******************************************************************/

/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/* Correct `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/* Correct `inline-block` display not defined in IE 8/9. */
audio, canvas, video { display: inline-block; }

/* Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/* Address `[hidden]` styling not present in IE 8/9. * Hide the `template` element in IE, Safari, and Firefox < 22. */
[hidden], template { display: none; }


/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background: 0 0; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: 700; } dfn { font-style: italic; } h1 { font-size: 2em; margin: .67em 0; } mark { background: #ff0; color: #333; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -.5em; } sub { bottom: -.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace,monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type=checkbox], input[type=radio] { box-sizing: border-box; padding: 0; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { height: auto; } input[type=search] { -webkit-appearance: textfield; box-sizing: content-box; } input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid silver; margin: 0 2px; padding: .35em .625em .75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: 700; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; }

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before,
.front-page-row:before {
  content: " ";
  display: table; }

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.front-page-row:after {
  clear: both;
  content: " ";
  display: table; }

/* ==========================================================================
   Links
   ========================================================================== */
/* Remove the gray background color from active links in IE 10. */
a {
  background: transparent; }

/* Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
  outline: thin dotted; }

/* Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/* Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari 5, and Chrome. */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted; }

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b,
strong,
.strong {
  font-weight: bold; }

/* Address styling not present in Safari 5 and Chrome. */
dfn,
em,
.em {
  font-style: italic; }

/* Address differences between Firefox and other browsers. */
hr {
  box-sizing: content-box;
  height: 0; }

/* * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens) */
p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -ms-hyphens: none;
      hyphens: none; }

/* * Addresses margins set differently in IE6/7. */
pre {
  margin: 0; }

/* Correct font family set oddly in Safari 5 and Chrome. */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers. */
pre {
  white-space: pre-wrap; }

/* Set consistent quote types. */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/* Address inconsistent and variable font size in all browsers. */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/* * Addresses margins set differently in IE6/7. */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/* * Addresses paddings set differently in IE6/7. */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/* * Corrects list images handled incorrectly in IE7. */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/* Remove border when inside `a` element in IE 8/9. */
img {
  border: 0; }

/* Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/* Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/* Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clear {
    clear: both;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
}

/******************************************************************
> Accessibility Styles

******************************************************************/

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
   position: relative;
}

/* Skip Links */
.genesis-skip-link {
 	margin: 0;
}
.genesis-skip-link li {
	 height: 0;
	 width: 0;
	 list-style: none;
	 margin: 0;

}
/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sf-hover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Accessible Forms
---------------------------------------------- */

.gfield.hidden_label .gfield_label {
  display: none; }
.gform_validation_container {
  display: none !important; }


/******************************************************************

Typography

******************************************************************/

/* font stacks - this theme has fonts from typekit */
/******************************************************************

Stylesheet: Mixins Stylesheet

******************************************************************/


/******************************************************************

Sass Functions

******************************************************************/

/******************************************************************

Stylesheet: Base Mobile Stylesheet

Start with smallest screens - unless overwritten at breakpoint,
these styles apply across all device sizes.

******************************************************************/
/* # Defaults
/*---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-style: normal;
  font-weight: 400;
	font-family: Gilroy, sans-serif;
  color: #0E3048;
  font-size: 1.8rem;
  line-height: 1.575;
  margin:0;
  background: #FAFAFA;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

::-moz-selection {
  background-color: #0E3048;
  color: #fff; }

::selection {
  background-color: #0E3048;
  color: #fff; }

a {
  color: #EDB32F;
  text-decoration: none; }
  a:focus, a:visited {
    outline: none; }

a:hover {
  color:#D6A22B;
 }

p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.565;
  margin: 0 0 28px;
  padding: 0; }

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none;
  margin-bottom: 8px; }

b,
strong {
  font-weight: 800; 
}

hr {
    border: 0;
    border-collapse: collapse;
    border-bottom: 2px solid #e6e7e8;
    clear: left;
    margin: 30px 0 50px;
    padding-top: 25px;
    background:none; }

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

.cta {
  text-transform:uppercase;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  letter-spacing:.1em;
 }

 .byline {
     font-style: italic;
     font-weight: 700;
 }

 .sf-intro p {
    font-size: 22px;
    line-height: 36px;
}

 blockquote{
  margin:20px;
  font-style:normal;
  border-bottom:4px solid #EDB32F;
  border-top:4px solid #EDB32F;
  padding-top:25px;
  font-style: italic;
 }

 blockquote p {
  font-size:24px;
  font-size: 2.4rem;
  line-height:1.55;
  position: relative;
 }
blockquote cite {
 font-weight: 700;
 text-transform: uppercase;
 letter-spacing: 1px;
 font-size: 1.6rem;
}
blockquote p:first-of-type::before {
  content: "\201C";
  display: inline-block;
  margin-right: 6px;
  font-size: 5rem;
  position: absolute;
  top: -15px;
  margin-left: -30px;
  font-family: Arial;
  font-weight: 800; }

 blockquote p:first-of-type::after {
  content: "\201D";
  display: inline-block;
  margin-left: 6px;
  font-size: 5rem;
  position: absolute;
  bottom: -25px;
  font-family: Arial;
  font-weight: 800;     }

 .blue {
     color: #0E3048;
 }

 .orange {
     color: #4bb92d;
 }

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Gilroy, sans-serif;
	font-weight: 600;
	color:#0E3048;
	letter-spacing:.25px;
	text-transform:none;
    line-height: 1.2;
    margin: 0 0 12px;
    margin: 0 0 1.2rem;
}

.entry-title{
	font-size:32px;
    font-size:3.2rem;
	color:#005592;
}

h1{
    color:#808285;
    font-size:40px;
    font-size:4rem;
}

h2{
	font-size:32px;
    font-size:3.2rem;
}

h3{
	font-size:26px;
    font-size:2.6rem;
}

h4{
	font-size:18px;
  font-size:1.8rem;
}

h5{
	font-size:16px;
  font-size:1.6rem;
}

h6{
	font-size:14px;
  font-size:1.4rem;
	text-transform:uppercase;
}

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

img {
  height: auto; }

.featured-content img,
.gallery img {
  width: auto; }


/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  font-weight: 400;
  width: 100%;
  margin-bottom:24px; 
  padding: 10px 18px;
  border: 1px solid #e0e0de;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #747d93;
 }
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  overflow: visible;
  width: 100%;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fff;
  background-image: url('../images/selectbox_arrow.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #999;
}

input:focus,
textarea:focus {
  border: none;
  outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-moz-placeholder {
  color: #737c91;
  font-weight: 400;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #737c91;
  font-weight: 400; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.mmconnect .gform_wrapper .gform_footer input.button,
.mmconnect .gform_wrapper .gform_footer input[type=submit],
.views-link a,
.mmconnect .wp-block-button__link,
.user-updates a {
  background-color: #0E3048;
  border: none;
  color: #fff !important;
  cursor: pointer;
  font-size: 17px !important;
  font-size: 1.7rem !important;
  line-height: 1;
  font-weight: 600;
  padding: 20px 36px !important;
  text-align: center;
  width: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: Gilroy,sans-serif;
 }

 .button a {
     color: #fff;
 }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.mmconnect .wp-block-button__link:hover {
  opacity: .75;
  color: #fff;
}

.button {
  display: inline-block; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none; }

label{
    font-size:14px;
    color:#828184;
  }

#radio-choice-1 , #radio-choice-2{
    margin-bottom:0px;
}
.gform_wrapper .gfield_description {
	font-size: 17px;
	font-size: 1.7rem;
}

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%; }

tbody {
  border-bottom: 1px solid #ddd; }

td,
th {
  text-align: left; }

td {
  border-top: 1px solid #ddd;
  padding: 6px 0; }

th {
  font-weight: 400; }

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.wrap {
  margin: 0 auto;
  padding: 0 5%; }

.site-inner {
  clear: both;
  padding-bottom: 40px;
}

.home .site-inner {
    padding-bottom: 0;
}

.home .wrap {
    max-width: 100%;
    padding: 0;
}

.footer-widgets .wrap {
	position: relative;
}


/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Content */
.content,
.sidebar-primary,
.sidebar-secondary {
  width: 100%;
  display: block; }

/* ## Column Classes
--------------------------------------------- */
.five-sixths,
.four-sixths,
.four-fifths,
.three-sixths,
.three-fifths,
.three-fourths,
.two-sixths,
.two-fifths,
.two-fourths,
.two-thirds,
.one-sixth,
.one-fifth,
.one-fourth,
.one-third,
.one-half,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.widget-thirds .widget,
.widget-halves .widget {
  width: 100%;
  float: none;
  clear: both; }

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  float: left; }

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px; }

.alignright .avatar {
  margin-left: 24px; }

.comment .avatar {
  margin: 0 16px 24px 0; }

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px; }


/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.site-header .search-form {
  float: right;
  margin-top: 12px; }

.entry-content .search-form,
.site-header .search-form {
  width: 50%; }

.genesis-nav-menu .search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

/* ## Titles
--------------------------------------------- */
.archive-title,
.entry-title {
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: .05em;
  text-align: center;
  line-height: 1.3;
}

.entry-title a {
  color: #4bb92d; }

.entry-title a:hover {
  color: #f28a1d; }



/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px; }

img.alignnone,
.alignnone {
  margin-bottom: 12px; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 6px 24px 6px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 6px 0 6px 24px; }

.wp-caption-text {
  font-size: 14px;
  font-weight: 700;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }


/* ## Featured Content
--------------------------------------------- */
/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  padding-top: 10px;
  text-align: center;
}

.home .site-header {
  background: transparent; }

.custom-logo {
  max-width: 300px;
  width: 100%; }

/* ## Title Area
--------------------------------------------- */
.title-area {
  height: auto;
  text-indent: -9999; }
.title-area p,
.home .title-area p {
  padding-top: 0;
  margin-bottom: 0; 
}
.site-title {
	font-weight: 900;
	font-size: 3rem;
	text-transform: uppercase;
	letter-spacing: 1px;
  line-height: 1.2; 
  text-align: center;
}
.site-title a,
.site-title a:hover {
	color: #0E3048;
}
.header-image .site-title > a {
  margin: 0 auto;
  height: 37px;
  width: 280px; }

.site-description {
  display: none; }

.site-description,
.site-title {
  margin-bottom: 0; }

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px; }



/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: center;
	margin: 0;
}

.genesis-nav-menu a {
	border-bottom-width: 0;
	color: #0E3048;
	display: block;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
	font-size: 24px;
	font-size: 2.4rem;
	text-transform: uppercase;
  padding: 24px 20px;
  letter-spacing: .5px;
}
.mmconnect .wpml-ls-slot-123 {
  padding-left: 20px;
}
.mmconnect .wpml-ls-slot-123 a {
  background-color: transparent;
  border: 2px solid #0E3048;
  padding: 10px 12px;
  font-size: 1.7rem;
  border-radius: 5px;
}
.mmconnect .wpml-ls-slot-123 a:hover {
	background-color: #0E3048;
	color: #fff !important;
}

.genesis-nav-menu .first a {
    padding-left: 0;
}

.genesis-nav-menu .last a {
    padding-right: 0;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #d6a12b;
}

.genesis-nav-menu .sub-menu {
	background:#fafafa;
	left: -9999px;
	opacity: 0;
	position: absolute;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 250px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 249px;
}

.genesis-nav-menu .sub-menu a {
	border-bottom: 1px solid #aab1d1;
	color: #0E3048;
	border-top: 0;
	padding: 16px;
	position: relative;
	font-size:15px;
	font-size:1.5rem;
  line-height: 1.2;
  font-family: "Gilroy", sans-serif;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.tippy-top-block {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  -webkit-box-shadow: 0px 1.5px 8px -2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 1.5px 8px -2px rgba(0,0,0,0.1);
  box-shadow: 0px 1.5px 8px -2px rgba(0,0,0,0.1);
}
.genesis-nav-menu.menu-secondary a {
    padding: 12px 18px;
    font-size: 1.65rem;
    text-transform: none;
    font-weight: 500;
}

nav.nav-secondary.nav-tippy-top.tippy-top {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
}
/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary .sub-menu {
	z-index: 9999;
}

.nav-primary .genesis-nav-menu li li {
	margin: 0;
}


/* Responsive Navigation
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  margin-bottom: 20px;
}
.page .entry {
	padding: 0 20px;
}
.page-id-133.page .entry {
	padding: 0 15px; 
}
.entry-header {
   max-width: 100%;
   margin: 0 auto;     
   background: #0E3048;
}
.entry-header-wrap {
	margin-bottom: 50px;
}
@media (max-width: 991px) {
	.entry-header-wrap {
		margin-bottom: 20px;
	}
}	
.entry-header {
  max-width: 100%;
  padding: 40px;
}

.entry-header .entry-title {
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
}

/* Entry Header Backgrounds by Page */
.entry-header {
	/*default*/
	background-image: linear-gradient(180deg, rgba(14, 48, 72, 0.8), rgba(14, 48, 72, 0.8)), url(../images/SS-facility-web.jpg);
  background-position: center center;
  background-size: cover;
}
/* submit needs */
.page-id-14 .entry-header {
	background-image: linear-gradient(180deg, rgba(14, 48, 72, 0.8), rgba(14, 48, 72, 0.8)), url(../images/submit-needs.jpg);
}
/* submit-info */
.page-id-7 .entry-header {
	background-image: linear-gradient(180deg, rgba(14, 48, 72, 0.8), rgba(14, 48, 72, 0.8)), url(../images/submit-info.jpg);
}
/* find-help */
.page-id-10 .entry-header {
	background-image: linear-gradient(180deg, rgba(14, 48, 72, 0.8), rgba(14, 48, 72, 0.8)), url(../images/find-help.jpg);
}
/* find needs */
.page-id-15 .entry-header {
	background-image: linear-gradient(180deg, rgba(14, 48, 72, 0.8), rgba(14, 48, 72, 0.8)), url(../images/find-needs.jpg);
}
/* resources */
.page-id-67 .entry-header {
	background-image: linear-gradient(180deg, rgba(14, 48, 72, 0.8), rgba(14, 48, 72, 0.8)), url(../images/resources.jpg);
}
/* faq */
.page-id-17 .entry-header {
	background-image: linear-gradient(180deg, rgba(14, 48, 72, 0.8), rgba(14, 48, 72, 0.8)), url(../images/faq.jpg);
}
/* contact */
.page-id-16 .entry-header {
	background-image: linear-gradient(180deg, rgba(14, 48, 72, 0.8), rgba(14, 48, 72, 0.8)), url(../images/contact.jpg);
}

/* WNC */
.page-id-243 .entry-header,
.page-id-244 .entry-header,
.page-id-249 .entry-header,
.page-id-250 .entry-header {
  background-image: linear-gradient(180deg, rgba(14, 48, 72, 0.8), rgba(14, 48, 72, 0.8)), url(../images/asheville-skyline.jpg);
}

.page-id-249 #field_13_7 .instruction,
.page-id-249 #field_13_7 .instruction {
  display: none;
}

.page .content .entry {
   padding-bottom: 50px;
}
.entry-content {
	position: relative;
}
.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  margin-left: 20px; }

.entry-content ol > li {
  list-style-type: decimal;
  margin-bottom: 15px; }

.entry-content ul > li {
  list-style-type: disc; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }
  
.entry-content code {
  background-color: #ddd;
  color: #333; }

.page .site-inner .wrap {
  max-width: 100%;
  padding: 0;
}


/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0;
text-align: center; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: #0E3048;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  padding: 12px 16px;
  font-family: Gilroy,sans-serif;
 }

.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #4bb92d;
  color: #fff; }


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #0E3048;
  clear: both;
  padding: 0px 0 60px;
  text-align: center; }
.footer-widgets .wrap {
	padding: 80px 5% 30px;
}
.footer-widgets,
.footer-widgets h2,
.footer-widgets p,
.footer-widgets a,
.footer-widgets .widget-title {
  color: #fff; }

.footer-widgets a {
  color: #9BDAED;
  font-size: 28px;
  font-size: 2.8rem;
  text-transform: none;
  font-weight: 700; }
  
.gform_description {
	color: #fff;
	font-size: 17px;
}
.footer-widgets h2 {
	font-size: 6rem;
	margin-bottom: 10px;
}
.footer-highlight {
	color: #EDB32F;
}
.footer-widgets a.button,
.footer-widgets a:hover {
  color: #74B7CB; }
  
.footer-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;

}
.footer-menu ul li {
  margin: 10px 20px;
  padding-bottom: 10px; }

.footer-widgets .widget {
  margin-bottom: 40px; }

.footer-widgets p:last-child {
  margin-bottom: 0; }

.footer-widgets p {
    line-height: 1.565;
    font-size: 19px;
}

.copyright--cont,
.copyright--cont a {
	font-size: 18px;
	margin-top: 30px;
  font-weight: 500;
  color: #fff;
}

.gform_wrapper.mc-form_wrapper {
    max-width: 400px;
    margin: 40px auto 50px;
}

.gform_wrapper.mc-form_wrapper .mc-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.gform_wrapper.mc-form_wrapper .gform_body {
	width:auto;
	flex: 1;
	margin: 0;
	padding:0;
}
body .gform_wrapper.mc-form_wrapper .top_label div.ginput_container {
	margin: 0;
}
.gform_wrapper.mc-form_wrapper ul.gform_fields li.gfield {
	margin: 0 0 0 0;
	padding: 0;
}
.gform_wrapper.mc-form_wrapper .gform_footer {
	width:auto;
	margin: 0;
	padding:0;
}
.gform_wrapper.mc-form_wrapper .top_label input.medium {
	width: 100%;
  margin: 0;
}
.gform_wrapper.mc-form_wrapper .gform_body input {
    border: none;
    margin: 0;
    font-size: 18px;
    padding: 0 20px;
    line-height: 60px;
    height: 60px;
    font-style: normal;
    border-radius: 6px 0 0px 6px;
    -webkit-border-radius: 6px 0 0px 6px;
    -moz-border-radius: 6px 0 0px 6px;
}
.mmconnect .gform_wrapper .field_sublabel_below .ginput_complex input[type=password] {
    margin-bottom: 9px;
}

.mc-form-wrap .mc-submit,
.mmconnect .gform_wrapper.mc-form_wrapper .gform_footer input[type=submit] {
    display: block;
    overflow: hidden;
    float: left;
    background: #0E3048;
    font-size: 22px;
    line-height: 60px;
    border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    border: 0 !important;    
    background: url('../images/mail.png') no-repeat center center #9BDAED;
    background-size: 32px 22px;
    width: 32px;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    text-indent: -99999px;
}
.mmconnect .gform_wrapper .gform_footer input[type=submit] {
	  padding: 20px 45px !important;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
  background-color: #4bb92d;
  color: #fff; }
  
@media (max-width: 1024px) {
	.footer-menu li a {
		font-size: 22px;
		font-size: 2.2rem;
	}
}

@media (max-width: 720px) {
	.footer-info {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer-menu ul li {
		width: 100%;
		padding-bottom: 0;
	}
	.footer-widgets {
    background-position: 105.5% 103%;
    background-size: 280px;
	}
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #438FDA;
  color: #fff;
  font-size: 18px;
  line-height: 2.4;
  padding: 0;
  height: 0;
  text-align: center; }

.site-footer,
.site-footer .copyright {
  font-size: 18px;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 0; }

.site-footer .footer-links a {
   margin: 0 7px;
}

.site-footer a {
   color: #fff;
}

.site-footer .copyright .cityzip:before {
    content: "\a ";
    white-space: pre;
}

/* Gravity Forms
--------------------------------------------- */

.mmconnect .gform_wrapper ul li.gfield{
	margin-top:15px;
}

.mmconnect .gform_wrapper .top_label .gfield_label {
	font-size:18px;
	letter-spacing:.15px;
	color: #0E3048;
}

.mmconnect .gform_wrapper input[type=email],
.mmconnect .gform_wrapper input[type=number],
.mmconnect .gform_wrapper input[type=password],
.mmconnect .gform_wrapper input[type=tel],
.mmconnect .gform_wrapper input[type=text],
.mmconnect .gform_wrapper input[type=url],
.mmconnect .gform_wrapper textarea {
	padding: 14px 18px !important;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    line-height: 1 !important;
    -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
    background-color: #fff;
    border: 1px solid #e0e0de;
    font-weight: 400;
    color: #747d93;

}
.mmconnect .gform_wrapper input[type=email]:focus,
.mmconnect .gform_wrapper input[type=number]:focus,
.mmconnect .gform_wrapper input[type=password]:focus,
.mmconnect .gform_wrapper input[type=tel]:focus,
.mmconnect .gform_wrapper input[type=text]:focus,
.mmconnect .gform_wrapper input[type=url]:focus,
.mmconnect .gform_wrapper textarea:focus  {
    background-color: #fdf8ec;
    border: 1px solid #f7dda1;
}

.mmconnect .content .gform_wrapper .top_label li.gfield.gf_left_half,
.mmconnect .content .gform_wrapper .top_label li.gfield.gf_right_half {
	margin-top: 20px;
}

.mmconnect .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container .name_first label,
.mmconnect .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container .name_first label,
.mmconnect .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container .name_last label,
.mmconnect .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container .name_last label {
    display: none;
}

.mmconnect .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label,
.mmconnect .gform_wrapper ul.gfield_radio li input[type="radio"] + label,
.mmconnect .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.mmconnect .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
    font-weight: 400;
    line-height: 1;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-left: 5px;
    vertical-align: middle;
}

.mmconnect .gform_wrapper .gfield_checkbox li input[type="checkbox"],
.mmconnect .gform_wrapper .gfield_radio li input[type="radio"] {
    vertical-align: middle;
    margin-bottom: 0;
}

.mmconnect .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
.mmconnect .gform_wrapper ul li.field_description_below div.ginput_container_radio,
.mmconnect .gform_wrapper ul li#field_1_5 {
    margin-top: 0;
}
.mmconnect .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
.mmconnect .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
.mmconnect .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: -8px;
}

.mmconnect .gform_wrapper .top_label #field_2_1 .gfield_label {
    display: none;
}

.mmconnect .gform_wrapper ul li.gfield#field_2_2 {
    margin-top: -40px;
}

.mmconnect .cta-content .gform_wrapper ul li.gfield,
.mmconnect .cta-content .gform_wrapper .top_label div.ginput_container {
	margin-top:0;
}

.mmconnect .cta-content .gform_wrapper {
    margin: 0;
}

.mmconnect .cta-content .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
    text-align: center;
}

.mmconnect .cta-content .gform_wrapper .gform_body {
    text-align: center;
}

.mmconnect .cta-content .gform_footer input.button,
.mmconnect .cta-content .gform_wrapper .gform_footer input[type="submit"] {
    background: #4bb92d;
    padding: 0 40px;
    margin: 0 auto;
    height: 48px;
    line-height: 48px;
}

.mmconnect .open .cta-content {
    text-align: center;
    padding-top: 35px;
}

.mmconnect .cta-content .apply {
    text-align: center;
    padding-top: 15px;
}

.mmconnect .cta-content .apply .button {
    background: #4bb92d;
    padding: 14px 25px;
}

.mmconnect .cta-content .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

.mmconnect .cta-content .gform_wrapper input#input_2_1 {
    padding: 0 15px !important;
    font-style: italic;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0;
    height: 48px;
    line-height: 48px;
}
.mmconnect .gform_wrapper.gf_browser_chrome input.button.gform_button_select_files {
    padding: 15px 30px!important;
    color: #fff !important;
    font-size: 18px !important;
}
.mmconnect .gform_wrapper .description_above .gfield_description {
    padding: 0 0 12px 0;
    font-size: 1.7rem;
}
.mmconnect .gform_wrapper .field_description_below .gfield_description.gfield_consent_description, 
.mmconnect .gform_wrapper .gfield_description.gfield_consent_description {
    width: 100%;
    max-height: 240px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    margin-top: 12px;
    padding: 12px 12px;
    font-size: 17px;
}

.mmconnect .gform_wrapper .top_label .field_sublabel_above label.gfield_label+.ginput_complex.ginput_container {
	margin-top: 8px;
}
.mmconnect .gform_wrapper li.field_sublabel_above.field_description_above .ginput_complex input[type=text] {
    margin-bottom: 24px;
}
.mmconnect .gform_wrapper div.charleft {
    font-size: 1.5rem;
    margin-top: -10px;
    margin-bottom: 24px;
}

.mmconnect .gform_wrapper #field_17_23 table,
.mmconnect .gform_wrapper #field_17_23 table tr,
.mmconnect .gform_wrapper #field_19_23 table,
.mmconnect .gform_wrapper #field_19_23 table tr {
  background-color: transparent !important;
}

.mmconnect .gform_wrapper #field_17_23 table tr td,
.mmconnect .gform_wrapper #field_19_23 table tr td {
  font-family: Gilroy, sans-serif !important;
  font-size: 18px !important;
  letter-spacing: .15px !important;
  line-height: 1.2 !important;
}

.mmconnect .gform_wrapper #field_17_23 table tr:nth-child(odd),
.mmconnect .gform_wrapper #field_19_23 table tr:nth-child(odd) {
  color: #0E3048;
}

.mmconnect .gform_wrapper .gf_progressbar_percentage {
    height: 24px;
    text-align: right;
    font-family: Gilroy, sans-serif !important;
    font-size: 18px !important;
    letter-spacing: .15px !important;
    text-shadow: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    z-index: 999;
    vertical-align: middle;
    background: repeating-linear-gradient(-45deg,rgba(0,0,0,0),rgba(0,0,0,0) 10px,rgba(0,0,0,.1) 10px,rgba(0,0,0,.1) 20px),linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.3));
}



/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translateY(15px); }
    to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

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



/****************************
  Media Queries
*****************************/
/* Mobile Menu starts at 1024 */  
@media only screen and (max-width: 1024px) {
	.site-header {
		padding-bottom: 0;
    padding-top: 20px;
	}
	.site-header .wrap {
    padding: 0;
	}
	.site-title {
    font-size: 2.5rem;
	}

	.js .nav-primary {		
  	background: rgba(154, 218, 237, 0.3);
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.js .nav-primary a {
		color: #0E3048;
		text-align: center;
	}

	.js .nav-primary .sub-menu a {
		border: none;
	}

	.js nav,
	.js .footer-widgets .menu-toggle {
		display: none;
		position: relative;
	}
	.js .footer-widgets nav {
		display: block;
	}

	.js nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}
	.menu-toggle,
	.sub-menu-toggle {
		background: none;
		border-radius: 0;
		border-width: 0;
		color: #0E3048 !important;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:hover,
	.menu-toggle:focus,
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		max-width: 100%;
		margin: 15px auto 0;
    font-size: 20px;
    font-size: 2rem;
		padding-top: 12px;
		padding-bottom: 12px;
    font-weight: 600;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
    vertical-align: middle;
		background: rgba(154, 218, 237, 0.3);
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
    color: #0E3048;
		content: "\f0c9";
		display: inline-block;
		font-size: 25px;
		font-family: 'FontAwesome';
		font-style: normal;
		margin: 0 auto;
		text-rendering: auto;
    padding-right: 10px;
	}
	.js .menu-toggle.dashicons-before:before,
	.js .menu-toggle.dashicons-before.activated:before {
		font-size: 30px;
		font-family: dashicons;
		content: "\f333";
		margin-top: -7px;
	}
	.sub-menu-toggle {
		float: right;
		padding: 20px 18px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		content: "\f078";
		display: inline-block;
		font-family: 'FontAwesome';
		color: #0E3048;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f140";
	}

	.js .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin-top: 1px;
		margin-bottom: 1px;
		position: relative;
		text-align: left;
    border-top: 1px solid #fff;
	}
	.mmconnect .wpml-ls-slot-123 {
    padding-left: 0;
	}

    .js .stories-nav .genesis-nav-menu .menu-item {
		display: inline-block;
        border-top: none;
	}

	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .genesis-nav-menu .menu-item a {
		border: none;
		padding: 20px;
		width: 100%;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.mmconnect .wpml-ls-slot-123 a {
		border: 0;
	}
	.mmconnect .wpml-ls-slot-123 a:hover {
		background-color: transparent;
	}

    .js .stories-nav .genesis-nav-menu .menu-item a {
        padding: 0 8px 8px;
        width: auto;
    }

	.js .genesis-nav-menu .menu-item a:hover,
	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		position: static;
		width: 100%;
  	background: transparent;
    color: #0E3048;
    padding: 10px 0;
	}

    .js .genesis-nav-menu .sub-menu .menu-item {
        border-top: none; }

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js .genesis-nav-menu .sub-menu a {
		border: none;
		font-size: 17px;
		font-size: 1.7rem;
		color: #0E3048;
		text-transform: none;
   	padding: 0px 0 15px 0;

	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		color: #0E3048;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
    color: #0E3048;
		outline: 0;
	}
	.menu-toggle.activated:before {
	}

	.js .nav-primary .genesis-nav-menu li.last a {
		background: transparent;
	}

	.js .nav-primary .genesis-nav-menu {
		padding-bottom: 0px;
	}
	.footer-widgets h2 {
    font-size: 3.2rem;
	}

}


@media only screen and (min-width: 481px) {

	body{
	font-size:20px;
	font-size:2rem;
	}
	
	p{
	font-size:19px;
	font-size: 1.9rem;
	line-height: 1.7;
	margin-bottom: 30px;
	letter-spacing: .2px;
	}
	
	button, #menu-item-31640 a, input[type="button"], input[type="reset"], input[type="submit"], .button{
	font-size:22px;
	font-size:2.2rem;
	}
	
	.entry-title{
    font-size:42px;
    letter-spacing:.05em;
	}
	
	h1, h2, h3,
	h4, h5, h6 {
	    margin-bottom:20px;
	    color: #0E3048;
	}	
	
	h1 {
	    font-size:54px;
	    font-size:5.4rem;
	}
	
	h2 {
	    font-size:38px;
	    font-size:3.8rem;
	    color: #0E3048;	
	}
	
	h3 {
	    color: #0E3048;
	    text-transform: uppercase;
	    font-size: 2.1rem;
	    letter-spacing: .8px;
	}
	
	.page-id-5291 h3 {
	    font-size:30px;
	    font-size:3rem;
	}
	.page-id-67 h3 {
    color: #0E3048;
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: .8px;
    margin-bottom: 7px;
	}
	
	h4 {
	    font-size:22px;
	    font-size:2.2rem;
	    margin-bottom: 10px;
	}
	
	h5 {
	    font-size:16px;
	    font-size:1.6rem;
	}
	
	
	/*********************
	Entries
	*********************/
	.entry-content .alignleft, .entry-content img.alignleft {
	  margin-right: 1.5em;
	  display: inline;
	  float: left; }
	.entry-content .alignright, .entry-content img.alignright {
	  margin-left: 1.5em;
	  display: inline;
	  float: right; }
	.entry-content .aligncenter, .entry-content img.aligncenter {
	  margin-right: auto;
	  margin-left: auto;
	  display: block;
	  clear: both; 
	}
	
	.page .entry {
		padding: 0 30px;
	}
}


@media only screen and (min-width: 768px) {
  .sf-intro p {
      font-size: 28px;
      line-height: 42px;
  }

  /* ## Column Widths and Positions
  --------------------------------------------- */

  .content-sidebar .content,
  .sidebar-content .content {
    width: 74.85%;
    float: left; }

  .home .site-inner {
      padding-top: 0;
  }

  .content-sidebar .content,
  .content-sidebar-sidebar .content,
  .sidebar-content-sidebar .content {
    float: left; }

  .full-width-content .content,
  .home .content {
    width: 100%; }


 
  /* Column Classes
   *
   * Width: 1170px
   * Gutter: 30px
   * Link: http://www.billerickson.net/column-class-generator/
  --------------------------------------------- */
  /* line 67, sass/partials/_media-queries.scss */
  .five-sixths,
  .four-sixths,
  .four-fifths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-fifths,
  .three-sixths,
  .two-fourths,
  .two-fifths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 4.2735042735%;
    clear: none; }

  .one-half,
  .three-sixths,
  .two-fourths {
  	width: 47.8632478632%;
  }

  .one-third,
  .two-sixths {
  	width: 30.4843304843%;
  }

  .four-sixths,
  .two-thirds {
  	width: 65.2421652422%;
  }

  .one-fourth {
  	width: 21.7948717949%;
  }

  .three-fourths {
  	width: 73.9316239316%;
  }

  .one-fifth {
  	width: 16.5811965812%;
  }

  .two-fifths {
  	width: 37.4358974359%;
  }

  .three-fifths {
  	width: 58.2905982906%;
  }

  .four-fifths {
  	width: 79.1452991453%;
  }

  .one-sixth {
  	width: 13.1054131054%;
  }

  .five-sixths {
  	width: 82.6210826211%;
  }

  .first {
    clear: both;
    margin-left: 0; }

  /* Header Area
  --------------------------------------------- */
  .header-image .site-title > a {
    float: left;
    height: 58px;
    margin-top: 2rem;
    width: 440px; }


	/* # Site Navigation
	---------------------------------------------------------------------------------------------------- */	
	.nav-primary {
	    margin: 0;
	}
	
	.nav-primary .wrap {
	    padding: 0;
	}
	
	.genesis-nav-menu a {
	    padding: 20px 9px;
	    font-size: 1.75rem;
	}
	
	.genesis-nav-menu .social-link a {
	    padding: 30px 8px;
	}
	
	.genesis-nav-menu .social-link:first-of-type a {
	    padding: 30px 8px 30px 8px;
	}
  .genesis-nav-menu .hide-on-desktop { display: none; }
	
	
	/* Footer
	---------------------------------------------*/
	.site-footer .copyright .cityzip:before {
	  content:"•";
	  white-space: normal;
	   padding-right: 4px;
	}
	
	.site-footer .footer-links {
	  float: left;
	  text-align: right;
	  width: 40%;
	  padding-right: 20px;
	}
	
	.site-footer .copyright {
	  float: right;
	  text-align: left;
	  width: 60%;
	}
	
	.site-footer .footer-links a:first-of-type {
	  margin: 0 7px 0 0;
	}

	article.page {
	    min-height: 400px;
	}
	.page .entry,
	.single .entry {
	    margin: 0 auto;
	    max-width: 1080px;
	    padding: 0 60px;
	}
}
@media only screen and (min-width: 992px) {
	
	.footer-widgets .wrap {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    margin-right: auto;
	    margin-left: auto;
      max-width: 1200px;
	    padding: 80px 0px 60px;
	    -webkit-box-pack: center;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
		}
		.footer-widgets .wrap .nav-primary .wrap {
			padding: 0px 0;
		}    
    .mc-form-wrap {
      width: 100%;
      margin: 0;
      max-width: 100%;
    }
    .mc-form-wrap .mc-submit {
      text-align: center;
    }      

    .page .entry-header {
        padding: 180px 0 180px;
    }
}
@media only screen and (min-width: 1025px) {
		/* Nav Menu */
		.site-header {
			padding-top: 10px;
		}
		.site-header .wrap {
		    display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;	
				-webkit-box-align: center;
				-webkit-align-items: center;
				-ms-flex-align: center;
				align-items: center;
				width: 100%;
				max-width: 1500px;
				margin: 0 auto;
		}
		
		.site-header .nav-primary .wrap,
		.site-header .nav-secondary .wrap {
		    max-width: 100%;
		    margin: 0;
		}
		.site-header .nav-primary {
	    float: right;
	    width: 75%;
	    margin: 40px 0 0 0;
	    display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-box-pack: flex-end;
			-webkit-justify-content: flex-end;
			-ms-flex-pack: flex-end;
			justify-content: flex-end;
	    padding:0 20px;
		}
		.site-header .title-area {
	    width: 25%;
	    height: auto;
	    margin-top: 40px;
	    padding:0 20px;
	 	}

    .site-footer .wrap {
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .genesis-nav-menu {
	    text-align: right;
    }
    .tippy-top-block {
			text-align: right;
		}
		.genesis-nav-menu.menu-secondary {
			text-align: right;
		}
}
@media only screen and (min-width: 1200px) {

    /* Nav Menu */
    .genesis-nav-menu a {
        padding: 30px 15px;
        font-size: 1.9rem;
    }

    .genesis-nav-menu .social-link a {
        padding: 30px 10px;
    }

    .genesis-nav-menu .social-link.last a {
        padding: 30px 0 30px 10px;
    }

    .genesis-nav-menu .social-link:first-of-type a {
        padding: 30px 10px;
    }    

}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
		/* ## Title Area
	--------------------------------------------- */
	.site-header .wrap {
		padding: 0;
	}
	.genesis-nav-menu a {
	    padding: 19px 12px;
	    font-size: 1.7rem;
	}	
}

@media only screen and (min-width: 1300px) {

  .site-header .title-area {
	    margin-top: 48px;
	}
	.site-header .nav-primary {
	    margin: 40px 0 0 0;
	 }
	.wrap {
	    margin: 0 auto;
	    max-width: 84%;
	    padding: 0;
	}
	
	.archive .site-inner .wrap {
	    max-width: 100%;
	}
	
	.page .site-inner .wrap,
	.blog .site-inner .wrap {
	    max-width: 100%;
	}
	
	.home .site-inner .wrap {
	    max-width: 100%;
	}
	
	.blog .site-inner .wrap .content,
	.archive .site-inner .wrap .content {
	  max-width: 1360px;
	  margin: 0 auto;
	  padding-top: 80px; }

	
	.archive-description {
	    max-width: 1080px;
	    margin: 0 auto;
	    padding: 80px 0 20px;
	}
	
	.archive-description .archive-title {
	    max-width: 100%;
	    margin: 0 auto 15px;
	}
	
	.archive-description p {
	    text-align: center;
	    max-width: 960px;
	    margin: 0 auto;
	    font-size: 28px;
	    font-size: 2.8rem;
	    line-height: 1.5;
	}
	
	.archive-description .archive-title {
	    letter-spacing: .05em;
	    font-size: 54px;
	    font-size: 5.4rem;
	}
	
	.entry-title{
		font-size:54px;
	    font-size: 5.4rem;
	    margin: 0 0 36px;
	}
	
	/* Header
	--------------------------------------------- */
	
	.site-description {
	    margin: 0;
	 }
	
	.page .entry-header .entry-title {
	    max-width: 900px;
	}
	
	
	/* Apply CTA
	---------------------------------------------*/
	.mmconnect .cta-content .gform_wrapper .gform_footer {
	  width: 18%;
	}
	
	.mmconnect .cta-content .gform_wrapper .gform_body {
	  width: 80%;
	}
	
	.apps .cta-content {
	  padding: 20px;
	  text-align: left;
	}
	
	.apps .cta-title {
	  padding: 18px 0;
	  border-right: 2px solid #667088;
	}
	
	.apps .cta-content h4 {
	  font-size: 24px;
	  font-size: 2.4rem;
	}
	
	.mmconnect .cta-content .gform_wrapper .gform_footer {
	  width: 25%;
	  float: right;
	  clear: none;
	  margin: 0;
	  padding: 0;
	}
	
	.mmconnect .cta-content .gform_wrapper .gform_body {
	  width: 73%;
	  float: left;
	  text-align: left;
	}
	
	.mmconnect .cta-content .gform_footer input.button,
	.mmconnect .cta-content .gform_wrapper .gform_footer input[type="submit"] {
	  width: 100%;
	}
	
	.single .featured-image img {
	    max-height: 600px;
	    width: auto;
	}
	
	
	/* Footer
	--------------------------------------------- */	
	.site-footer .wrap {
	  height: auto; }
		
	.site-footer .footer-links {
	    float: left;
	    text-align: left;
	    padding-right: 0;
	    width: 170px;
	}
	.site-footer .copyright {
	    float: left;
	    text-align: left;
	    width: 330px;
	    margin-left: 0;
	}
}

@media only screen and (min-width: 1600px) {

  /* Nav Menu */
  .genesis-nav-menu a {
      padding: 30px 25px;
  }

  .genesis-nav-menu .social-link a,
   .genesis-nav-menu .social-link:first-of-type a {
      padding: 30px 12px;
  }

  .genesis-nav-menu .social-link.last a {
      padding: 30px 0 30px 20px;
  }
}

/*********************
> HOME PAGE STYLES
*********************/
.home p {
  margin-top: 0;
  margin-bottom: 20px;
}

/* -----------------------------------------------------
*  Home Hero 
-------------------------------------------------------*/
.hero {
  background-image: linear-gradient(180deg, rgba(14, 48, 72, 0.8), rgba(14, 48, 72, 0.8)), url(../images/SS-facility-web.jpg);
  background-position: center center;
  background-size:cover;
  width: 100%;
  margin-bottom: -205px;
}

.hero--wrap {
  display: block;
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 40px 270px;
  text-align: center;
}

.hero h1 {
  margin-bottom: 25px;
	font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 5.8rem;
  line-height: 1.2;
  font-weight: 800;
}

.hero p {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  max-width: 870px;
}


@media (max-width: 1024px) {
  .hero h1 {
    font-size: 4.8rem;
  }
  .hero p {
	  font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
	.hero {
		height: auto;
		min-height: 0;
    margin-bottom: -105px;
	}
  .hero h1 {
    font-size: 4rem;
  }
	.hero--wrap {
    padding: 40px 30px 130px;
	}
  .hero p {
    font-size: 2.2rem;
  }
}
@media (max-width: 479px) {
  .hero h1 {
    font-size: 3.5rem;
  }
}


/* -----------------------------------------------------
*  Home CTA Blocks 
-------------------------------------------------------*/
.h-main-ctas {
  position: relative;
}

.h-main-ctas--wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1460px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 6%;
}
.h-main-ctas h2 {
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #0E3048;
  font-family: Gilroy, sans-serif;
  font-size: 4.4rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.h-main-ctas p {
  z-index: 1;
  margin-bottom: 40px;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  width: 100%;
}


.h-main-cta--block {
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.16);
}

.h-main-ctas--block-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.h-main-cta--block.get-funding {
  position: relative;
  background-color: #9BDAED;
  border-bottom: 16px solid #74B7CB;
}

.h-main-cta--block.for-funders {
  position: relative;
  background-color: #EDB32F;
  border-bottom: 16px solid #D6A22B;
}


.h-main-ctas .button {
  padding: 20px 60px;
  border-style: none;
  border-radius: 6px;
  background-color: #0E3048;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
}

.h-main-ctas .button:hover {
  background-color: #0E3048;
  color: #fff !important;
  opacity: 1;
}
.h-main-ctas .button {
  background-color: #fff;
  color: #0E3048 !important;
}
@media (max-width: 1024px) {
	.h-main-ctas--wrap {
		padding: 0px 30px;
	}
	.h-main-ctas h2 {
		font-size: 3.4rem;
	}
	.h-main-cta--block {
    margin-right: 15px;
    margin-left: 15px;
  }
	.h-main-ctas--block-text {
		padding: 30px;
	}
}

@media (max-width: 767px) {
  .h-main-ctas h2 {
    font-size: 3.2rem;
  }
  .h-main-ctas p {
    font-size: 1.8rem;
  }
  .h-main-ctas--wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 8%;
  }
  .h-main-cta--block {
    width: 100%;
    margin: 0 0 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; 
  }
  .h-main-cta-img {
    min-height: 320px;
  }
}

@media (max-width: 479px) {
  .h-main-ctas p {
    line-height: 1.5;
  }
  .h-main-ctas--wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .h-main-cta-img {
    min-height: 380px;
  }
  .h-main-ctas--block-text {
    padding: 25px;
  }
  .h-main-ctas .button {
    display: block;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .h-main-ctas .button.icon-right {
    padding: 12px 20px;
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
}
/* -----------------------------------------------------
* > Home Logos 
-------------------------------------------------------*/
.h-logos {
	margin: 140px 0 30px;
}
.h-logos--wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1460px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 6%;
}
.h-logos--wrap h3 {
	width: 100%;
	text-align: center;
}
.h-logos--wrap img {
	max-width: 150px;
	height: auto;
	margin: 0px 30px 5px;
}
.h-logos--wrap img.deftech {
	max-width: 230px;
}

/* -----------------------------------------------------
* > Home Testimonial 
-------------------------------------------------------*/
.h-testimonial {
	margin: 0 0 80px 0;
}
.h-testimonial--wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1460px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 6%;
    text-align: center;
}
.h-testimonial--wrap blockquote {
	padding: 30px;
}
.h-testimonial--wrap blockquote:before {
    content: "\201C";
    display: inline-block;
    margin-right: 0;
    font-size: 5.6rem;
    position: absolute;
    top: -12px;
    font-family: Arial;
    font-weight: 800;
    font-style: normal;
    background: #fff;
    border-radius: 100%;
    width: 60px;
    height: 60px;
		color: #0E3048;
    line-height: 1.5;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid #EDB32F;
}
.h-testimonial--wrap blockquote p {
	text-align: center;
	font-style: normal;
  font-size: 1.9rem;
}
.h-testimonial--wrap blockquote p:first-of-type:before,
.h-testimonial--wrap blockquote p:first-of-type:after {
	content:'';
}
.h-testimonial--wrap blockquote cite {
	font-style: normal;
}
@media (min-width: 768px) {
	.h-testimonial--wrap blockquote {
		padding: 40px 90px;
	}
	.h-testimonial--wrap blockquote p {   
		font-size: 2.2rem;
	}
}

/* -----------------------------------------------------
* > Home About 
-------------------------------------------------------*/
.h-about {
  position: relative;  
}
.h-about--wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1410px;
  margin-right: auto;
  margin-left: auto;
  padding: 120px 6% 40px;
}

.h-about-inner {
		width: 100%;
    max-width: 46vw;
    padding-right: 6%;
}
.about-img {
	width: 100%;
    max-width: 680px;
    position: absolute;
    right: 0;
    top: 131px;
}

.about-img img {
	object-fit: cover;
	width: 100%;
	height: 810px;
}
.h-eyebrow {
  font-family: Gilroy, sans-serif;
  color: #4bb92d;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.h-about h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Gilroy, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.3;
  color: #0E3048;
}

.h-about p {
  max-width: 860px;
  margin-bottom: 40px;
  font-size: 1.9rem;
  line-height: 1.5;
  letter-spacing: .2px;
  color: #0E3048;
  font-weight: 400;
}
.help-ctas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 60px 0;
}
.can-help {
    margin-right: 60px;
    padding-right: 60px;
    border-right: 2px solid #E8E8E8;
}

.help-ctas h3 {
	font-size: 3rem;
	margin-bottom: 30px;
	text-transform: none;
	color: #0E3048;
}
a.help-ctas-button.button.ways {
	background: #9BDAED;
  color: #0E3048 !important;
  display: block;
  border: 1px solid #74B7CB;
  font-weight: 500;
}
a.help-ctas-button.button.ways:hover {
	background: #74B7CB;
	opacity: 1;
	color: #fff !important;
}

a.help-ctas-button.button.needs {
    background: #EDB32F;
    color: #0E3048 !important;
    display: block;
		border: 1px solid #D6A22B;
    font-weight: 500;
}
a.help-ctas-button.button.needs:hover {
	background: #D6A22B;
	opacity: 1;
	color: #fff !important;
}

.mmconnect .h-about--wrap ul,
.mmconnect .h-about--wrap ol {
    list-style-type: none;
    padding-left: 0;
    position: relative;
    margin: 0;
}
.mmconnect .h-about--wrap ul li,
.mmconnect .h-about--wrap ol li {
		list-style-type: none;
    position: relative;
    color: #0E3048;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 12px;
    font-weight: 400;
    border-bottom: 1px solid #E8E8E8;
    padding: 8px 0 12px 22px;
}
.mmconnect .h-about--wrap ul li:before,
.mmconnect .h-about--wrap ol li:before {
  font-family: "fontello";
	content: '\f105';
	display: inline-block;
	width:20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 7px;
	color: #8DD3E8;
}
.mmconnect .h-about--wrap ul li:last-of-type,
.mmconnect .h-about--wrap ol li:last-of-type {
	border-bottom: 0;
}
.ways-help-notice {
    background: #fff;
    display: block;
    border: 2px solid #E8E8E8;
    padding: 20px 30px;
    width: 100%;
    margin-top: 30px;
}
.ways-help-notice p {
    text-align: center;
    font-weight: 500;
    margin: 0;
    max-width: 100%;
}
@media (max-width: 1600px) {
	.h-about-inner {
		width: 100%;
    max-width: 55vw;
    padding-right: 6%;
	}
	.about-img {
		width: 100%;
	  max-width: 500px;
	}
	.about-img img {
		object-fit: cover;
		width: 100%;
		height: 810px;
	}
}
@media (max-width: 1300px) {
	.h-about {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-line-pack: justify;
		-webkit-align-content: space-between;
		align-content: space-between;
	}
	.h-about--wrap {
		width: auto;
		max-width: none;
		flex: 2;
		padding: 100px 20px 80px 6%;
	}
	.h-about-inner {
    width: 100%;
    max-width: 100%;
    padding-right: 5%;
	}
	.about-img {
		position: relative;
    flex:1;
    right: inherit;
  }
}
@media (max-width: 1024px) {
	.can-help {
    margin-right: 20px;
    padding-right: 20px;
  }
  .help-ctas h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1640px) {
	.help-ctas h3 {
		font-size: 2.2rem;
	}
	.can-help {
		margin-right: 3%;
		padding-right: 3%;
	}
	.can-help, .need-help {
		flex: 1;
	}
	a.help-ctas-button.button.ways,
	a.help-ctas-button.button.needs {
		padding: 20px 12px !important;
	}
}

@media (min-width: 1024px) and (max-width: 1440px) {
	.h-about-inner {
    padding-left: 20px;
	}
}
@media (max-width: 900px) {
	
	.h-about {
		display: block;
	}
	.h-about--wrap,
	.h-about-inner {
		width: 100%;
		max-width: 100%;
    padding: 40px 25px 20px;
	}
	.can-help, 
  .need-help {
	  width: 100%;
  }
  .can-help {
    margin-bottom: 20px;
    padding-right: 0;
    border-right: 0;
	}
	.about-img {
    width: 100%;
    max-width: 100%;
    top: inherit;
    right: inherit;
    margin-bottom: 30px;
  }
  .about-img img {
    object-fit: cover;
    width: 100%;
    height: 630px;
	}
 
}
@media (max-width: 767px) {
  .h-about h2 {
    font-size: 3.2rem;
  }
  .h-about p {
    font-size: 2rem;
  }
  .h-about--wrap {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .h-eyebrow {
    font-size: 2.6rem;
  }
}
@media (max-width: 479px) {
  .h-about h2 {
    font-size: 3.4rem;
  }
  .h-about--wrap {
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
  }
  .h-eyebrow {
    font-size: 2.4rem;
  }
}


/* -----------------------------------------------------
*  Home Posts 
-------------------------------------------------------*/
.home .h-posts {
  position: relative;
}
.home .h-posts--wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1460px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 6% 70px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home .h-posts h2 {
  font-family: Gilroy, sans-serif;
  width: 100%;
  margin-bottom: 30px;
  padding-right: 25px;
  padding-left: 25px;
  color: #0E3048;
  font-size: 4.6rem;
  letter-spacing: 0.25px;
}

.home .h-posts .post {
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home .h-posts .entry-link {
  position: relative;
  max-width: 100%;
  display: inline-block;
}

.home .h-posts .entry-image {
  width: 100%;
  height: 100%;
  max-height: 470px;
  min-height: 400px;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  object-fit: cover;
}

.home .h-posts .entry-header {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0px;
  padding: 30px 40px;
  background-color: rgba(14, 48, 72, .6);
  width: 75%;
  max-width: 260px;
}

.home .h-posts .entry-header h3 {
  position: relative;
  margin-top: 0px;
  line-height: 1.3;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
}

.home .h-posts .entry-header a {
  position: relative;
  font-family: Gilroy, sans-serif;
  color: #1b2359;
  font-size: 3.3rem;
  line-height: 1.1;
}

.home .h-posts .entry-title {
  position: relative;
  text-align: center;
}

.home .h-posts .entry-meta {
  position: relative;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.home .h-posts .entry-meta p {
  position: relative;
}

.home .h-posts .entry-meta a {
  position: relative;
}

.home .h-posts-read-more {
  width: 100%;
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
 .home .h-posts .entry-image {
    max-height: 350px;
    min-height: 270px;
  }	
}

@media (max-width: 991px) {
  .home .h-posts h2 {
    text-align: center;
  }
  .home .h-posts--wrap {
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
  }
  .home .h-posts .post {
    margin-right: 5px;
    margin-left: 5px;
  }
  .home .h-posts .entry-image {
    max-height: 350px;
    min-height: 320px;
  }
  .home .h-posts .entry-header {
    padding: 25px;
  }
  .home .h-posts .entry-header h3 {
    font-size: 2.2rem;
  }
  .home .h-posts .entry-meta {
    font-size: 1.4rem;
  }
  .home .h-posts-read-more {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home .h-posts {
    padding-top: 30px;
    background-image: none;
  }
  .home .h-posts--wrap {
    display: block;
    text-align: center;
  }
  .home .h-posts .entry-image {
    max-height: 350px;
    min-height: 460px;
  }
  .home .h-posts h2 {
	  font-size: 3.2rem;
  }
  .home .h-posts .post {
    margin-bottom: 30px;
  }
  .home .h-posts .entry-header h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 479px) {
  .home .h-posts {
    background-color: transparent;
  }
  .home .h-posts--wrap {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .home .h-posts .post {
    margin-right: 0px;
    margin-bottom: 2px;
    margin-left: 0px;
  }
  .home .h-posts .entry-image {
    height: auto;
    max-height: 100%;
    min-height: 280px;
  }
  .home .h-posts .entry-header {
    margin-bottom: 40px;
  }
  .home .h-posts .entry-header h3 {
    font-size: 2.9rem;
  }
  .home .h-posts-read-more {
    display: block;
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 6px solid #4bb92d;
  }
}


/*************************************
MM Connect Views Directory
*************************************/

.mmconnect .gv-grid.gv-widgets-header {
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 0;
	margin-top: 20px;
	position: relative;
}
.mmconnect .gv-grid.gv-widgets-header .adv-search-links a {
	color: #0E3048;
  font-weight: 500;
	border-bottom: 2px solid #fff;
	display: block;
	padding: 4px 0;
	font-size: 1.8rem;
}
.mmconnect .gv-grid.gv-widgets-header .adv-search-links a:first-of-type {
	border-top: 2px solid #fff;
}
.mmconnect .gv-grid.gv-widgets-header .adv-search-links a:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .5em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	content: '\e804'; 
	padding-left: 5px;
  font-size: 1.6rem; 
}
.mmconnect .gv-grid.gv-widgets-header a:hover {
    color: #EDB32F;
}
.mmconnect .gv-grid.gv-widgets-header h4 {
	font-size: 1.8rem;
	margin-top: 30px;
}

.mmconnect .gv-grid.gv-widgets-header .gv-grid-col-1-2.gv-left {
	position: relative;
}
.mmconnect .kt-tabs-content-wrap .gv-grid.gv-widgets-header {
	padding: 0 10px 10px;
}
.mmconnect .post-10 .gv-grid.gv-widgets-header {
  background: rgba(214, 161, 43, .15);
}
.mmconnect .post-15 .gv-grid.gv-widgets-header {
	background: rgba(154, 218, 237, 0.2);
}
.mmconnect .gv-widget-search {
	margin: 0 -10px;
}
.mmconnect .gv-search-clear {
    height: 58px;
    margin-bottom: 10px;
}
.mmconnect .gv-widget-search .gv-search-box {
	width: 100%;
	max-width: 100%
}
.mmconnect .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-button {
    margin-bottom: 10px;
    margin-right: 12px;
}
.advanced-search,
.submit-need {
    position: relative;
    text-align: left;
    float:none !important;
    margin: 10px 0;
}
.advanced-search {
	margin-top: 20px;
}
.advanced-search a,
.submit-need a {
    font-weight: 500;
    color: #0E3048;
    font-size: 1.6rem;
    text-align: left;
}
.mmconnect .gv-grid.gv-widgets-header .advanced-search a:after {
	content:'';
}
.advanced-search a:hover,
.submit-need a:hover {
    color: #EDB32F;
}

.gv-search label,
.gv-search-box.gv-search-field-checkbox label,
.gv-search-box.gv-search-field-multiselect label {
	color: #0E3048;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 10px;
	display: block;
}
.gv-widget-search select[multiple] {
	appearance: inherit;
  -webkit-appearance: inherit;
  -moz-appearance: inherit;
  overflow: auto;
  background-image: none;
  width: 100%;
  padding: 8px !important;
  min-height: 160px;
}
.gv-search-box.gv-search-field-multiselect select option:checked {
  background: linear-gradient(#92F7DF, #92F7DF);
}
.gv-search-box.gv-search-field-multiselect select option:checked::selection  {
    color: #000 !important;
}
.gv-search-box.gv-search-field-multiselect select option {
    padding: 4px 6px;
}
.gv-search p input {
	margin-bottom: 8px;
  max-width: 85%;
}
.gv-search-box.gv-search-field-checkbox p label {
	font-weight: normal;
	color: #666567;
	font-size: 1.6rem;	
}
.gv-search-box.gv-search-field-checkbox p input {
	margin-bottom: 12px; 
}

.views-index {
	display: block;
  margin: 0 0 30px 0;  
  padding-bottom: 40px;
	-webkit-box-shadow: 0px 1.5px 12px -3px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 1.5px 12px -3px rgba(0,0,0,0.18);
	box-shadow: 0px 1.5px 12px -3px rgba(0,0,0,0.18);
	border-radius: 0;
	background: #fff;
  word-break: break-word;
}
.mmconnect .gv-no-results {
	text-align: center;
	vertical-align: middle;
	padding: 40px;
}
.gv-no-results .gv-diy-view-title  {
	width: 100%;
}
.gv-no-results .gv-diy-view-title h3 {
	color: rgba(64, 143, 218, 1);
}
.gv-diy-view p {
	font-size: 1.8rem;
}
.gv-diy-view h2,
.gv-diy-view h1 {
	width: 100%;
	color: #0E3048;
	font-size: 3.6rem;
	line-height: 1.15;
}
.gv-diy-view h2 a {
	color: #0E3048;
}
.gv-diy-view h2 a:hover {
	color: #0E3048;
}
.gv-diy-view h1 {
  font-size: 4.2rem;
  margin-bottom: 40px;
}

.gv-diy-view h3 {
	margin-bottom: 20px;
  font-size: 2.2rem;
  color: #808080;
  font-weight: normal;
  text-transform: none;
}
.gv-diy-view h4 {
  font-size: 1.7rem;
  letter-spacing: .035em;
  text-transform: uppercase;
  color: #2a2b2c;
  margin-bottom: 12px;
}

.gv-diy-view ul.bulleted {
    margin-bottom: 0;
}
.gv-diy-view ul li {
	margin-bottom: 3px;
}

.views-contact-name {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 2rem;
    color: #000;
}
.views-contact-name h4 {
	margin-bottom: 6px;
	font-size: 1.5rem;
}

.views-company-info {
  font-size: 1.7rem;
  padding: 30px;
  position: relative;
}
.views-single {
  word-break: break-word;	
}
.views-single .views-company-info {
	padding: 0 0 30px 0;
}

.views-company-offering {
	padding: 0 30px 30px;
	font-size: 1.7rem;
}
.views-company-offering p,
.views-company-offering li {
	font-size: 1.7rem;
}
.views-single .views-company-offering {
	padding: 0;
}

.views-phone,
.views-email,
.views-website,
.views-location {
	display: block;
	margin: 7px 0;
}
.views-location {
	position: relative;
}
.views-location p {
  margin-bottom: 3px;
  padding-left: 26px;
  font-size: 1.7rem;
}
.views-label {
   margin-right: 6px;
}

.views-website:before,
.views-phone:before,
.views-email:before,
.views-location:before,
.icon-right:after,
.icon-angle-right:before { 
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .5em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0E3048;
}
.icon-north-carolina:before {
	font-family: "fontello"; 
	content: '\e806';
	font-weight: 500;
	margin-left: 3px;
	margin-right: 5px; 
	font-size:1.4rem;
} 

a.views-website,
a.views-phone,
.views-phone a,
a.views-email {
	color: #edb32e;
	font-weight: 500;
}
.views-phone,
.views-location {
	color: #616365;
}
.views-website:before {
	content: '\e802';
}
.views-phone:before {
	content: '\e800';
}
.views-email:before {
	content: '\e803';
}
.views-location:before {
	content: '\e801';
	position: absolute;
  top: 4px;
  left: 0;
}
.icon-right:after { 
	content: '\e804'; 
	padding-left: 5px; 
	color: inherit;
} 
.icon-angle-right:before { 
	content: '\f105'; 
} 
.min-order {
	font-weight: 600;
}
.min-order,
.min-amount {
	display: block;
}
.min-amount {
	font-size: 2.2rem;
	line-height: 1;
  padding-top: 5px;
}
.views-link {
	margin: 40px 0;
	display: block;
}
.views-link a {
	background-color: #edb32e;
	color: #0E3048 !important;
	display: block;
	font-weight: 500;
  border: 1px solid #D6A22B;
}
.views-link a:hover {
    background-color: #f3cc72;
}
p.gv-back-link {
  margin-bottom: 20px;
}
.gv-back-link a {	
  font-size: 15px !important;
  font-size: 1.5rem !important;
  line-height: 1;
  font-weight: 600;
  padding: 20px 0 0;
  font-family: Gilroy,sans-serif;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.gv-widget-pagination p {
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.75px;
}
.views-company-offering div {
    margin-bottom: 30px;
}

.views-fda, 
.views-min-order {
	border-top: 1px solid #ededed;
  margin-top: 10px;
  padding-top: 10px;	
}
.views-posted {
    margin-top: 20px;
    font-style: italic;
    color: #97999b;
    letter-spacing: .25px;
}

.views-other-goods,
.views-other-manufacturing,
.views-other-supplies,
.views-other-services {
    padding-left: 20px;
    margin-top: -10px;
    margin-bottom: 40px;
}
.views-other-goods h5,
.views-other-manufacturing h5,
.views-other-supplies h5,
.views-other-services h5 {
    color: #616365;
    margin-bottom: 4px;
    display: inline;
    margin-right: 6px;
    font-size: 1.7rem;
}
.views-logo {
    margin: 0 0px 20px 0;
    max-width: 300px;
    padding: 0;
    display: block;
}
.user-updates {
    border-top: 1px solid #ededed;
    margin-top: 20px;
    padding-top: 20px;
}
.user-updates .views-edit {
    margin-bottom: 8px;
}
.user-updates a {
    background-color: #edb32e;
    color: #0E3048 !important;
    display: block;
    font-weight: 500;
    border: 1px solid #D6A22B;
    padding: 12px 18px !important;
}
.mmconnect .gv-grid.gv-widgets-footer .gv-right {
	text-align: right;
}
body.mmconnect .gv-widget-page-links li .page-numbers {
    padding: 10px;
    background: #EDB32F;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #0E3048;
    font-weight: 500;
}
body.mmconnect .gv-widget-page-links li .page-numbers.current {
    background: #0E3048;
    color: #fff;
}
.mmconnect .kt-tabs-id_f10583-12 > .kt-tabs-content-wrap > .wp-block-kadence-tab {
    border-width: 0;
    border-color: transparent;
    background: transparent;
}
.mmconnect .kt-tabs-id_f10583-12 > .kt-tabs-content-wrap > .wp-block-kadence-tab .gv-search-box > label {
	margin-bottom: 17px;
}
.mmconnect .kt-tabs-wrap .wp-block-kadence-tab {
	border: 0;
  padding: 0;
}
.mmconnect .kt-tabs-content-wrap .gv-grid.gv-widgets-header {
    border-width: 0;
    border-color: #f7f1de;
    border-style: solid;
    margin: 0 0 60px 0;
    padding: 20px 30px 30px;
		background: #f7f1de;
		border-top: 2px solid #fff;
}
.page-id-146.mmconnect .kt-tabs-content-wrap .gv-grid.gv-widgets-header { 
		background: #eaf3f8;
    border-color: #eaf3f8;
}
.mmconnect .wp-block-kadence-tabs .kt-tabs-id_f10583-12 > .kt-tabs-title-list li {
    margin: 0px 8px -2px 0px;
}

.mmconnect .wp-block-kadence-tabs .gv-search-box.gv-search-field-checkbox p > label,
.mmconnect .wp-block-kadence-tabs .gv-widget-search.gv-search-horizontal p > label.gv-check-radio {
	position: relative;
  padding-left: 22px;
	display: block;
	line-height: 1.5;
  margin-bottom: 15px;
}
.gv-widget-search.gv-search-horizontal label.gv-check-radio input {
    position: absolute;
    left: 0;
    top: 2px;
}
.mmconnect .wp-block-kadence-tabs .gv-widget-search .gv-search-box.gv-search-box-submit {
	margin-top: 50px;
}

.mmconnect .wp-block-kadence-tabs .kt-tabs-id_f10583-12 > .kt-tabs-title-list li {
  margin: 0px 3px -2px 0px;
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.mmconnect .wp-block-kadence-tabs .kt-tabs-id_f10583-12 > .kt-tabs-title-list li .kt-tab-title, 
.mmconnect .kt-tabs-id_f10583-12 > .kt-tabs-content-wrap > .kt-tabs-accordion-title .kt-tab-title {
    font-size: 1.4rem;
    line-height: 1.4em;
    border-width: 0;
    border-radius: 0;
    padding: 7px 8px;
    border-color: transparent;
    color: #0E3048;
    background: #f4ecd2;
    font-weight: 500;
		background: linear-gradient(180deg, rgba(245,238,214,1) 0%, rgba(245,238,214,1) 75%, rgba(245,238,214,1) 76%, rgba(236,226,195,1) 100%);
}
.page-id-146.mmconnect .wp-block-kadence-tabs .kt-tabs-id_f10583-12 > .kt-tabs-title-list li .kt-tab-title, 
.page-id-146.mmconnect .kt-tabs-id_f10583-12 > .kt-tabs-content-wrap > .kt-tabs-accordion-title .kt-tab-title {
		background: linear-gradient(180deg, #eaf3f8 0%, #eaf3f8 75%, #eaf3f8 76%, #d8e9f3 100%);
}
.mmconnect .kt-tabs-id_f10583-12 > .kt-tabs-title-list li.kt-tab-title-active .kt-tab-title, 
.mmconnect .kt-tabs-id_f10583-12 > .kt-tabs-content-wrap > .kt-tabs-accordion-title.kt-tab-title-active .kt-tab-title {
    border-color: transparent;
    color: #0E3048;
    background: #f7f1de;
    border: 0;
    font-weight: 600;
}
.page-id-146.mmconnect .kt-tabs-id_f10583-12 > .kt-tabs-title-list li.kt-tab-title-active .kt-tab-title, 
.page-id-146.mmconnect .kt-tabs-id_f10583-12 > .kt-tabs-content-wrap > .kt-tabs-accordion-title.kt-tab-title-active .kt-tab-title {
    background: #eaf3f8;
}

@media (min-width: 360px) {
	.mmconnect .wp-block-kadence-tabs .kt-tabs-title-list {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	}
}

@media (min-width: 481px) {
	
	.mmconnect .gv-grid.gv-widgets-header {
    margin-bottom: 60px; 
    padding: 40px;
  }
	.mmconnect .kt-tabs-content-wrap .gv-grid.gv-widgets-header {
		padding: 20px 30px 30px;
	}
	.mmconnect .gv-grid.gv-widgets-header h4 {
		margin-top: 0;
	}

	.advanced-search {
    position: absolute;
    left: 25px;
    bottom: -27px;
    z-index: 2;
	}
	.submit-need {
		position: absolute;
    bottom: -35px;
    right: 0;
    left: 0;
    background: #f2e5ca;
    padding: 8px 11px 8px 20px;
    text-align: right;
	}
	.page-id-15 .submit-need {
		background: #ddeef5;
	}
	.gv-search-box.gv-search-field-checkbox p {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.gv-search-box.gv-search-field-checkbox p label {
		margin-right: 20px;
	}
	.mmconnect .gv-right {
		text-align: left;
		padding-left: 30px;
		border-left: 4px solid #fff;
	}	
	.views-link a {
		display: inline-block;
	}
	.kt-inner-tab-1 .gv-search-box.gv-search-field-checkbox p {
	    display: block;
	    -webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	    -webkit-column-width: 200px;
	    -moz-column-width: 200px;
	    column-width: 200px;
	}
	.kt-inner-tab-2 .gv-search-box.gv-search-field-checkbox p,
	.kt-inner-tab-3 .gv-search-box.gv-search-field-checkbox p,
	.kt-inner-tab-4 .gv-search-box.gv-search-field-checkbox p {
	    display: block;
	    -webkit-column-count: 3;
	    -moz-column-count: 3;
	    column-count: 3;
	    -webkit-column-width: 130px;
	    -moz-column-width: 130px;
	    column-width: 130px;
	}	
	.mmconnect .wp-block-kadence-tabs .kt-tabs-id_f10583-12 > .kt-tabs-title-list li {
    margin: 0px 4px -2px 0px;
	}
	.mmconnect .wp-block-kadence-tabs .kt-tabs-id_f10583-12 > .kt-tabs-title-list li .kt-tab-title, 
	.mmconnect .kt-tabs-id_f10583-12 > .kt-tabs-content-wrap > .kt-tabs-accordion-title .kt-tab-title {
    padding: 10px 15px;
    font-size: 1.6rem;
  }
	

}
@media (min-width: 500px) {
	.mmconnect .gv-grid.gv-widgets-header .gv-grid-col-1-2.gv-left {
    padding-right: 30px;
	}
}
@media (min-width: 768px) {
	
	.mmconnect .gv-grid.gv-widgets-header {
		margin-bottom: 80px;
	}
	.mmconnect .wp-block-kadence-tabs .kt-tabs-id_f10583-12 > .kt-tabs-title-list li {
    margin: 0px 8px -2px 0px;
	}
	.mmconnect .wp-block-kadence-tabs .kt-tabs-id_f10583-12 > .kt-tabs-title-list li .kt-tab-title, 
	.mmconnect .kt-tabs-id_f10583-12 > .kt-tabs-content-wrap > .kt-tabs-accordion-title .kt-tab-title {
    padding: 13px 24px;
    font-size: 1.8rem;
  }
	.mmconnect .gv-container {
	    text-align: left;
	}	
	.views-index,
	.views-single {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	  margin: 0 0 50px 0;
	  padding-bottom: 0;
	  border-bottom: 1px solid #ededed;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.views-single {
		box-shadow: none;
		border-bottom: 0 none;
		background: transparent;
	}
	.views-company-info {
		width: 40%;
		padding: 30px;
	}
	.views-single .views-company-info {
    padding: 0 30px 0 0;
 	}	
	.views-company-offering {
		padding: 30px;
		padding-top: 38px;
		flex: 1;
		border-left: 1px solid #ededed;
	}
	.views-single .views-company-offering {
		padding: 0 30px 30px;
	}	
	.views-fda, 
	.views-min-order {
    margin-top: 20px;
    padding-top: 20px;	
  }
}
@media (min-width: 992px) {
	.user-updates {
    display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.user-updates .views-edit:first-of-type {
		margin-right: 8px;
	}
	.user-updates .views-edit {
	  flex: 1;
	}
	
	.kt-inner-tab-2 .gv-search-box.gv-search-field-checkbox p,
	.kt-inner-tab-3 .gv-search-box.gv-search-field-checkbox p,
	.kt-inner-tab-4 .gv-search-box.gv-search-field-checkbox p {
	    display: block;
	    -webkit-column-count: 4;
	    -moz-column-count: 4;
	    column-count: 4;
	}	
}
h5.accordion-header {
    font-size: 2.4rem;
    font-weight: normal;
    margin:0;
    color: #0E3048;
    padding-right: 38px;
}
h5.accordion-header strong {
    font-weight: normal;
    color: #0E3048
}
.accordion-panel {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
		padding: 0;
		border-bottom: 1px solid #dedede;
}
.mmconnect .accordion-toggle {
    padding-top: 12px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 12px;
}
.accordion-toggle.w--open h5.accordion-header strong {
	font-weight: 600;
}
.accordion-header:before {
    content: "+";
    display: inline-block;
    padding-right: 12px;
    width: 15px;
    font-size: 2.8rem;
    font-weight: normal;
    position: absolute;
    right: 0;
}
.accordion-content.w--open {
    display: block;
    position: static;
    background-color: transparent;
    padding: 30px 0 0;
}

.wp-block-group.has-background {
    padding: 30px;
}


/* My Account */
.page-id-116 .site-inner,
.page-id-117 .site-inner,
.page-id-115 .site-inner,
.page-id-114 .site-inner {
    background: #9BDAED;
    margin-bottom: 0px;
}
.page-id-116.page .entry-header-wrap,
.page-id-117.page .entry-header-wrap,
.page-id-115.page .entry-header-wrap,
.page-id-114.page .entry-header-wrap {
    margin-bottom: 0;
}
.page-id-116.page .entry-header,
.page-id-117.page .entry-header,
.page-id-115.page .entry-header,
.page-id-114.page .entry-header {
  background-color: #9BDAED;
  padding: 60px 0 40px;
  background-image: none;
}
.page-id-116.page .entry-header .entry-title,
.page-id-117.page .entry-header .entry-title,
.page-id-115.page .entry-header .entry-title,
.page-id-114.page .entry-header .entry-title {
	color: #0E3048;
}
.page-id-116.page .featured-image,
.page-id-117.page .featured-image, 
.page-id-117.single .featured-image,
.page-id-115.page .featured-image,
.page-id-114.page .featured-image {
	display: none;
}

.page-id-116 .entry-body,
.page-id-117 .entry-body,
.page-id-115 .entry-body,
.page-id-114 .entry-body {	
	-webkit-box-shadow: 0px 1.5px 12px -3px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 1.5px 12px -3px rgba(0,0,0,0.18);
	box-shadow: 0px 1.5px 12px -3px rgba(0,0,0,0.18);
	border-radius: 0;
	background: #fff;
	padding: 0;
	margin-bottom: 60px;
}
.page-id-116 .entry-body,
.page-id-115 .entry-body,
.page-id-114 .entry-body {
	padding: 60px;
}
.page-id-114 .entry-body {
  max-width: 500px;
  margin: 0 auto;
}
.page-id-116 .entry-content {
	text-align: center;
}
.page-id-114 label {
	color: #0E3048;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 10px;
	display: block;
	}
}
.page-id-117 .gform_wrapper h3.gform_title {
	display: none;
}
.page-id-114 fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
.page-id-114 legend {
	display: none;
}

.wp-block-columns.login-form-block {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 0;
}
.wp-block-column.login-form {
	padding: 60px 28px 60px 60px;
  text-align: center;
}
.login-form .avatar {
  float: none;
  border-radius: 100%;
  margin-bottom: 20px;
}
.wp-block-column.login-info {
	background: #0e3048;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;    -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
  color: #fff;
  padding: 60px;
  font-weight: 600; 
}
.login-info p {
	line-height: 1.5;
}
.page-id-117 .login-info h3 {
	color: #9BDAED;
	text-align: left;
	margin-bottom: 8px;
}
.page-id-117 .login-info h4 {
    color: #9BDAED;
    font-size: 2rem;
    margin-bottom: 8px;
}
.page-id-117 .show-login:not(.logged-in) {
	display: none;
}
.page-id-117.logged-in .show-login {
	display: block;
}
.show-login .wp-block-button__link {
	width: 100%;
  max-width: 260px;
}
.page-id-117.logged-in .hide-login {
	display: none;
}
.page-id-117 .site-inner .gform_wrapper {
	margin-bottom: 0;
}
.page-id-117 .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
.mmconnect.page-id-117 .gform_wrapper .gform_footer input[type=submit] {
	background: #EDB32F;
	color: #0E3048 !important;
}
.page-id-117 .gf_login_links {
	font-weight: 600;
  text-align: left;
}
.page-id-117.page .entry {
  padding: 0 70px;
}

@media (max-width: 767px) {
	.page-id-117.page .entry-header {
    padding: 40px 0 20px;
	}
	.page-id-117.page .entry {
    padding: 0 20px;
	}
	.page-id-116 .entry-body,
	.page-id-115 .entry-body,
	.page-id-114 .entry-body {
		padding: 30px;		
		margin-bottom: 0px;
	}
	.wp-block-column.login-form {
    padding: 30px 0 30px 30px;
	}
	.wp-block-column.login-info {
    padding: 40px 30px 20px;
}
} 

/*********************
PRINT STYLESHEET
*********************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

/* > Fonts */

@font-face {
  font-family: 'Fontello';
  src: url('fonts/fontello.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal; }


@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-Semibold.otf') format('opentype');
  font-weight: 700;
  font-style: normal; }
  
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal; } 
  
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal; } 
  

/*@font-face {
  font-family: 'fontello';
  src: url('lib/css/fonts/fontello.eot?99965614');
  src: url('lib/css/fonts/fontello.eot?99965614#iefix') format('embedded-opentype'),
       url('lib/css/fonts/fontello.woff2?99965614') format('woff2'),
       url('lib/css/fonts/fontello.woff?99965614') format('woff'),
       url('lib/css/fonts/fontello.ttf?99965614') format('truetype'),
       url('lib/css/fonts/fontello.svg?99965614#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}*/