/*//////////////////////////////////////////////////////////////////////////////
================================================================================
   SASS Variables
   Theme: Insightly 2017
================================================================================
//////////////////////////////////////////////////////////////////////////////*/
/* ==========================================================================
   Break Points
   ========================================================================== */
/* ==========================================================================
   Wrap
   ========================================================================== */
/* ==========================================================================
   Colors
   ========================================================================== */
/* ==========================================================================
   Typography 
   ========================================================================== */
/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary and Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Site Footer
- Media Queries
	- Max-width: 1280px
	- Max-width: 1023px
	- Max-width: 880px
- Print Styles
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
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, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template, [hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* ## Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

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

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

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

/* Chrome fix */
body > div {
  font-size: 18px; }

body {
  background-color: #fff;
  color: #333;
  font-family: "Lato", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.425;
  margin: 0; }

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;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

a {
  color: #20B3CF;
  text-decoration: none; }

a:hover,
a:focus {
  color: #009247;
  text-decoration: none; }

p {
  margin: 0 0 28px;
  padding: 0; }

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

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  clear: both;
  margin: 1em 0; }

b,
strong {
  font-weight: 700; }

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

/*blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
} */
/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Din-Condensed", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 100;
  line-height: 1.0;
  margin: 0 0 10px;
  text-transform: uppercase; }

h1 {
  font-size: 36px;
  font-size: 3.6rem; }

h2 {
  font-size: 36px;
  font-size: 3.6rem; }

h3 {
  font-size: 32px;
  font-size: 3.4rem; }

h4 {
  font-size: 24px;
  font-size: 2.4rem; }

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

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

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

iframe {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  aspect-ratio: 3/2;
}

img {
  height: auto; }

.page-id-2310 .section-container img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}

.page-id-2798 .section-container img, .page-id-2767 .section-container img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 3/2;
}

.blog #blog-list img {
  width: 100%;
}

/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6666%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px; }

.gallery img:hover,
.gallery img:focus {
  border: 1px solid #999; }

.page-id-2310 .row-container, .page-id-2798 .row-container, .page-id-2767 .row-container {
  display: block;
  align-items: center;
  margin-bottom: 5em;
}

@media only screen and ( min-width: 800px ) {
  .page-id-2310 .row-container, .page-id-2798 .row-container, .page-id-2767 .row-container {
    display: flex;
    align-items: center;
    margin-bottom: 5em;
  }
}

.page-id-2310 .row-container:nth-child(3), .page-id-2798 .row-container:nth-child(3), .page-id-2767 .row-container:nth-child(3) {
  margin-bottom: 0;
}

.page-id-2310 .row-container .one-third, .page-id-2798 .row-container .one-third, .page-id-2767 .row-container .one-third  {
  position: relative;
  margin-bottom: 1em;
}

@media only screen and ( min-width: 800px ) {
  .page-id-2310 .row-container .one-third, .page-id-2798 .row-container .one-third, .page-id-2767 .row-container .one-third  {
    margin-bottom: 0;
  }
}

.page-id-2310 .row-container .one-third a.video-link, .page-id-2798 .row-container .one-third a.video-link, .page-id-2767 .row-container .one-third a.video-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.page-id-2310 .embed-container, .page-id-2798 .embed-container, .page-id-2767 .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.page-id-2310 .embed-container iframe, .page-id-2310 .embed-container object, .page-id-2310 .embed-container embed, .page-id-2798 .embed-container iframe, .page-id-2798 .embed-container object, .page-id-2798 .embed-container embed, .page-id-2767 .embed-container iframe, .page-id-2767 .embed-container object, .page-id-2767 .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-id-2310 .caption, .page-id-2798 .caption, .page-id-2767 .caption {
  color: #999;
  font-size: 12px;
  margin-top: 3px;
}

.page-id-2310 .external-link .dashicons-external, .page-id-2798 .external-link .dashicons-external, .page-id-2767 .external-link .dashicons-external {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #55C7E3;
  font-size: 3.5rem;
  display: none;
}

.page-id-2310 a.external-link:hover .dashicons-external, .page-id-2798 a.external-link:hover .dashicons-external, .page-id-2767 a.external-link:hover .dashicons-external {
  display: flex;
}

.page-id-2310 .navigation, .page-id-2798 .navigation, .page-id-2767 .navigation {
  display: none;
}

.page-id-2310 .wp-caption-text, .page-id-2798 .wp-caption-text, .page-id-2767 .wp-caption-text {
  margin-top: 1em;
  text-align: left;
}

@media only screen and ( min-width: 800px ) {
  .page-id-2310 .wp-caption-text, .page-id-2798 .wp-caption-text, .page-id-2767 .wp-caption-text {
    position: absolute;
    margin-top: 1em;
    text-align: left;
  }
}

.page-id-2310 h2, .page-id-2798 h2, .page-id-2767 h2 {
  background: #009247;
  color: #fff;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1em;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 16px;
  width: 100%; }

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none; }

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

::-moz-placeholder {
  color: #333;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #333; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #20B3CF;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-weight: 100;
  padding: 6px 60px 4px 60px;
  width: auto;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Din-Condensed", "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  letter-spacing: 0.5px;
  font-size: 20px; }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
  background-color: #009247;
  color: #fff; }

.entry-content .button:hover,
.entry-content .button:focus {
  color: #fff; }

.button {
  display: inline-block; }

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

.page-id-2391 .gform_required_legend {
  display: none;
}

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

/* ## Screen Reader Text
--------------------------------------------- */
.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;
  word-wrap: normal !important; }

.screen-reader-text:focus,
.screen-reader-shortcut: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, 0.6); }

.more-link {
  position: relative; }

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1200px; }

.site-inner {
  clear: both;
  padding-top: 60px; }

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 980px; }

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right; }

/* ### Content */
.content {
  float: right;
  width: 780px; }

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 580px; }

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

/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px; }

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

/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px; }

.content-sidebar-sidebar .sidebar-secondary {
  float: right; }

/* # 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: 40px; }

.archive-description,
.author-box {
  margin-bottom: 60px; }

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0; }

/* ## 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"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0; }

/* ## Titles
--------------------------------------------- */
.author-box-title,
.archive-title {
  font-size: 20px;
  font-size: 2rem; }

.entry-title {
  font-size: 36px;
  font-size: 3.6rem; }

.entry-title a,
.sidebar .widget-title a {
  color: #333; }

.entry-title a:hover,
.entry-title a:focus {
  color: #009247; }

.widget-title {
  margin-bottom: 20px; }

/* ## 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: 0 24px 24px 0; }

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

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

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px; }

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word; }

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px; }

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  margin-bottom: 40px; }

.featured-content .entry:last-child {
  margin-bottom: 0; }

.featured-content .entry-title {
  font-size: 20px;
  font-size: 2rem; }

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget input {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 16px; }

.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%; }

.enews form + p {
  margin-top: 24px; }

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none; }

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none; }

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

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  min-height: 160px;
  border-bottom: 1px solid #eee; }

.site-header .wrap {
  padding: 40px 0; }

/* ## Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 10px 0;
  width: 360px; }

.header-full-width .title-area {
  width: 100%; }

.site-title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2; }

.site-title a,
.site-title a:hover,
.site-title a:focus {
  color: #333; }

.header-image .site-title > a {
  background: url(images/logo.png) no-repeat left;
  float: left;
  min-height: 60px;
  width: 100%; }

.site-description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5; }

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

.header-image .site-description,
.header-image .site-title a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: 780px; }

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  width: 100%; }

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left; }

.genesis-nav-menu a {
  color: #312E2E;
  text-decoration: none;
  display: block;
  padding: 25px 20px 15px 20px;
  text-transform: uppercase; }

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
  text-decoration: none; }

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
  padding: 20px 10px; }

.genesis-nav-menu .sub-menu a {
  border-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 5px;
  position: relative;
  width: 200px;
  word-wrap: break-word; }

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -56px 0 0 209px; }

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

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

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

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

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

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
  margin-left: 0; }

/* ## Primary and Secondary Navigation
--------------------------------------------- */
.nav-primary,
.nav-secondary {
  border-bottom: 1px solid #eee; }

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  margin-bottom: 60px; }

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px; }

.entry-content ol > li {
  list-style-type: decimal; }

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

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content code {
  background-color: #333;
  color: #ddd; }

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0; }

.entry-header .entry-meta {
  margin-bottom: 24px; }

.entry-categories,
.entry-tags {
  display: block; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px; }

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

.pagination li {
  display: inline; }

.pagination li a {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding-right: 10px;
  text-decoration: none; }

.pagination .active a {
  color: #333; }

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 60px; }

.comment-header {
  font-size: 16px;
  font-size: 1.6rem; }

.comment-content {
  clear: both;
  word-wrap: break-word; }

.comment-list li {
  padding: 32px 0 0 32px; }

.comment-list li.depth-1 {
  padding-left: 0; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.entry-comments .comment-author {
  margin-bottom: 0; }

.entry-pings .reply {
  display: none; }

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem; }

.sidebar li {
  margin-bottom: 10px;
  padding-bottom: 10px; }

.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0; }

.sidebar .widget {
  margin-bottom: 60px; }

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  border-top: 1px solid #ddd;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 40px 0; }

.site-footer p {
  margin-bottom: 0; }

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1280px) {
  .site-inner,
  .wrap {
    max-width: 960px; }
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 720px; }
  .content,
  .site-header .widget-area {
    width: 600px; }
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 360px; }
  .sidebar-primary,
  .title-area {
    width: 300px; } }

@media only screen and (max-width: 1020px) {
  .site-inner,
  .wrap {
    max-width: 800px; }
  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%; }
  .site-header .wrap {
    padding: 20px 5%; }
  .header-image .site-title > a {
    background-position: center top; }
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none; }
  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center; }
  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 16px; }
  .site-header .search-form {
    margin: 16px auto; } }

@media only screen and (max-width: 880px) {
  .site-inner,
  .wrap {
    padding-left: 5%;
    padding-right: 5%; } }

/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]::after {
    content: " (" attr(href) ")"; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: ""; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 2cm 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  .content,
  .content-sidebar {
    width: 100%; }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important; }
  .title-area {
    text-align: center;
    width: 100%; }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }
  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px; }
  .author-box {
    margin-bottom: 0; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }
  img {
    page-break-after: avoid;
    page-break-inside: avoid; }
  blockquote,
  pre,
  table {
    page-break-inside: avoid; }
  dl,
  ol,
  ul {
    page-break-before: avoid; } }

/* Column Classes
    Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%; }

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

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

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

.one-fourth {
  width: 23.076923076923077%; }

.three-fourths {
  width: 74.35897435897436%; }

.one-sixth {
  width: 14.52991452991453%; }

.five-sixths {
  width: 82.90598290598291%; }

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

/* ==========================================================================
   Helpers
   ========================================================================== */
.absolute {
  position: absolute;
  width: 100%;
  height: auto; }

#inner {
  max-width: 2000px;
  margin: 0 auto;
  padding-top: 135px; }
  #inner h1.entry-title {
    padding: 100px 0 20px 0;
    margin: 0 auto;
    max-width: 1200px; }
  #inner .entry-content {
    margin: 0 auto;
    max-width: 1200px; }

/* Page Title */
.page-top-image,
#archive-title-wrap {
  text-align: center; }

.page-title {
  text-align: center;
  background-color: #55C7E3;
  box-shadow: 4px 6px 6px 0 rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 0.5px;
  padding: 5px 55px;
  margin: -30px 0 90px 0;
  display: inline-block; }

#archive-title,
body.single-post #post-title {
  text-align: center;
  background-color: #55C7E3;
  box-shadow: 4px 6px 6px 0 rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 0.5px;
  padding: 5px 55px;
  margin: -30px 0 50px 0;
  display: inline-block; }

@media only screen and (max-width: 1024px) {
  .page-title,
  #archive-title,
  body.single-post #post-title {
    font-size: 26px;
    line-height: 28px;
    margin-top: 0;
    width: 100%; } }

@media only screen and (max-width: 800px) {
  .page-title,
  #archive-title,
  body.single-post #post-title {
    font-size: 20px;
    line-height: 24px; }
  .page-title {
    margin-bottom: 40px; } }

/* Column Classes */
.one-fifth {
  width: 20%; }

@media only screen and (max-width: 1024px) {
  .one-fourth {
    width: 48%;
    margin-left: 0; } }

@media only screen and (max-width: 800px) {
  .one-fourth,
  .one-half,
  .one-third {
    width: 98%;
    margin-left: 0; } }

/* Ordered List */
ol {
  list-style: none;
  padding-left: 20px; }

ol li {
  counter-increment: item; }

ol li:before {
  content: counter(item) ".";
  font-weight: bold;
  padding-right: 5px; }

/* Table */
table {
  line-height: 1.25;
  font-size: 15px; }
  table td {
    padding: 6px 10px; }
  table td:nth-child(1) {
    font-style: italic; }
  table tr:nth-child(odd) {
    background-color: #f2f2f2; }
  table tr:nth-child(1) {
    font-family: "Din-Condensed", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    background-color: #DEDEDE; }

@media only screen and (max-width: 500px) {
  table {
    font-size: 8px; }
    table tr:nth-child(1) {
      font-size: 10px;
      font-family: "Lato", "Helvetica Neue", Helvetica, sans-serif; }
    table td {
      padding: 2px; } }

.facetwp-template h3 {
  margin-top: 25px; }

.facetwp-pager-label {
  margin-top: 25px; }

.page-template-search #content {
  max-width: 800px;
  margin: 0 auto; }

#search-3 {
  float: right;
  width: 200px;
  margin-top: -110px; }
  #search-3 input[type="text"] {
    background-color: #d2d2d2;
    color: #ffffff;
    font-size: 14px;
    font-style: italic;
    border-radius: 4px 0px 0px 2px;
    font-weight: 300;
    border: 1px solid #ffffff;
    width: 172px;
    display: inline-block;
    float: left;
    padding: 7px 15px 3px 5px;
    margin-top: -3px; }
  #search-3 input[type="submit"] {
    background-color: #A1A1A1;
    border-radius: 0px 4px 2px 0;
    width: 30px;
    box-shadow: none;
    background-image: url(../../../assets/images/search.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center; }

#header {
  height: 135px;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: all 0.25s; }
  #header #title-area {
    margin-top: 26px;
    width: 140px;
    float: left; }
    #header #title-area p#title,
    #header #title-area p#description {
      text-indent: -9999px;
      display: block; }
    #header #title-area a {
      background-image: url("/wp-content/uploads/2023/09/gedi-logo.jpeg");
      width: 100%;
      background-size: 100%;
      background-repeat: no-repeat;
      width: 225px;
      height: 95px;
      float: left; }
  #header .header-widget-area {
    float: right;
    text-align: right; }
  #header #nav_menu-2 {
    padding-top: 80px; }
  #header span.sf-sub-indicator {
    display: none; }
  #header ul#menu-main-1 li:last-child a {
    padding-right: 0; }
  #header ul#menu-main-1 li.menu-item-has-children > a:hover,
  #header ul#menu-main-1 li.menu-item-has-children > a:focus,
  #header ul#menu-main-1 li.menu-item-has-children > a:active,
  #header ul#menu-main-1 .current-menu-item li.menu-item-has-children > a,
  #header ul#menu-main-1 li:hover > a.sf-with-ul,
  #header ul#menu-main-1 li:focus > a.sf-with-ul,
  #header ul#menu-main-1 li:active > a.sf-with-ul {
    color: #009247; }
  #header ul.sub-menu {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    margin-top: -6px;
    margin-left: 10px;
    width: 200px; }
    #header ul.sub-menu a {
      color: #312E2E;
      text-transform: capitalize; }
    #header ul.sub-menu a:hover {
      color: #009247; }
  #header .widget li li {
    margin: 0; }

.genesis-nav-menu .sub-menu a {
  position: relative;
  width: 180px;
  word-wrap: break-word;
  line-height: 16px; }

.genesis-nav-menu .sub-menu {
  padding: 20px 10px 10px; }

#header.scroll.resized {
  height: 100px;
  box-shadow: 4px 6px 6px 0 rgba(0, 0, 0, 0.5); }
  #header.scroll.resized #search-3 {
    display: none; }
  #header.scroll.resized #title-area {
    margin-top: 12px; }
    #header.scroll.resized #title-area a {
      width: 178px;
      height: 75px; }
  #header.scroll.resized #nav_menu-2 {
    padding-top: 45px; }

.pseudo-subnav {
  padding-left: 10px; }

.pseudo-greyed-out {
  color: #d2d2d2; }

@media only screen and (max-width: 1280px) {
  #header .wrap {
    max-width: 1100px;
    padding: 0 10px; } }

@media only screen and (max-width: 1200px) {
  ul#menu-main-1 > li:last-child > ul.sub-menu {
    right: 0px; } }

@media only screen and (min-width: 1025px) {
  .mobile-menu-open,
  span.mobile-menu,
  span.mobile-menu-close {
    display: none !important; } }

@media only screen and (max-width: 1024px) {
  #search-3 {
    background-color: #ffffff;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #d2d2d2; }
    #search-3 input[type=text] {
      float: inherit;
      position: relative;
      top: -7px; }
  @-moz-document url-prefix() {
    #search-3 input[type=text] {
      top: 0; } }
  #header {
    height: auto;
    position: absolute; }
    #header .wrap {
      padding: 0; }
    #header #title-area {
      padding-left: 30px;
      margin-bottom: 10px; }
    #header .header-widget-area {
      float: none;
      text-align: right;
      width: 100%;
      max-width: 1024px;
      padding-bottom: 2px; }
    #header ul.sub-menu {
      margin-left: 0;
      border: none;
      border-radius: 0;
      list-style: none;
      box-shadow: none;
      padding-left: 20px;
      width: 100%;
      line-height: 2.0; }
  .genesis-nav-menu .menu-item {
    display: block;
    text-align: left;
    width: 100%;
    float: left; }
    .genesis-nav-menu .menu-item a {
      color: #312E2E;
      padding: 20px 30px; }
  .mobile-menu-close {
    margin-top: 55px;
    margin-right: 5%; }
    .mobile-menu-close span.dashicons {
      color: #20B3CF;
      font-size: 30px;
      height: 30px;
      width: 30px; }
  .mobile-menu-open {
    margin-top: 55px;
    margin-right: 5%; }
  .mobile-menu {
    width: 100%;
    padding: 0 4%;
    background-color: #ffffff; }
  ul#menu-main {
    padding-bottom: 20px;
    list-style: none; }
  ul#menu-main > li > a {
    color: #312E2E !important;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin: 10px 0;
    border-top: 1px solid #d2d2d2;
    padding: 10px 0 0; }
  ul#menu-main > li:last-child > a {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px; } }

#footer {
  margin-top: 150px;
  clear: both; }
  #footer .wrap {
    padding: 0;
    max-width: 2000px; }
  #footer li {
    list-style: none; }

#follow-us {
  width: 50%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  background-color: #DEDEDE;
  text-align: center;
  height: 185px;
  position: relative;
  margin-bottom: -45px;
  box-shadow: 4px 6px 6px 0 rgba(0, 0, 0, 0.5); }
  #follow-us #social-links {
    padding-top: 15px; }
  #follow-us h3 {
    margin-top: 40px; }
  #follow-us .header-lines {
    line-height: 0.5;
    text-align: center; }
  #follow-us .header-lines span {
    display: inline-block;
    position: relative; }
  #follow-us .header-lines span:before,
  #follow-us .header-lines span:after {
    content: "";
    position: absolute;
    height: 7px;
    border-bottom: 1px solid #9B9B9B;
    top: 0;
    width: 150px; }
  #follow-us .header-lines span:before {
    right: 100%;
    margin-right: 15px; }
  #follow-us .header-lines span:after {
    left: 100%;
    margin-left: 15px; }
  #follow-us ul {
    display: inline-block; }
  #follow-us img.social-media {
    padding: 0 10px; }
  #follow-us a:hover img {
    opacity: 0.5; }

#footer-logos {
  background: #231F20;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  overflow: hidden;
  padding-top: 90px;
  height: 200px; }
  #footer-logos ul {
    display: inline-block;
    height: 100px;
    line-height: 100px; }
  #footer-logos li {
    margin: 0 38px; }
  #footer-logos img.footer-logos {
    width: 100px;
    margin: 0 auto;
    vertical-align: middle; }

.creds {
  background: #231F20;
  color: #ffffff;
  text-align: center;
  padding: 20px 0; }
  .creds p {
    font-weight: 100;
    margin: 0; }
  .creds a {
    color: #ffffff;
    text-decoration: none; }

@media only screen and (max-width: 1024px) {
  #follow-us {
    width: 100%; }
  .creds {
    padding: 0 5px;
    line-height: 22px;
    padding-bottom: 10px; } }

@media only screen and (max-width: 800px) {
  #footer {
    margin-top: 50px; }
  #follow-us {
    box-shadow: none; }
    #follow-us .header-lines span:before,
    #follow-us .header-lines span:after {
      border-bottom: 0px; }
  #footer-logos {
    height: auto;
    padding-bottom: 40px; } }

/* Home */
body.home {
  /* ISS Graphic */ }
  body.home .sliderContainer:after {
    content: url("/wp-content/themes/gedi/assets/images/iss.svg");
    margin-top: -300px;
    position: absolute;
    z-index: -1;
    right: 0; }
  @media only screen and (max-width: 1024px) {
    body.home .sliderContainer:after {
      content: none; } }
body.home .status-feed .one-third {
  width: 100%;
  position: relative;
}

@media only screen and ( max-width: 800px ) {
  body.home .status-feed .one-third img {
    max-width: 100%;
  }
}

body.home .status-feed .content-box {
  opacity: 0.91;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  width: 45%;
  padding: 60px;
  padding-top: 30px;
  text-align: left;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
}


img.attachment-status-feed.size-status-feed {
    width: 60%;
}

@media (max-width: 1150px) {
img.attachment-status-feed.size-status-feed {
    width: 75%;
}
}

@media (max-width: 720px) {
img.attachment-status-feed.size-status-feed {
    width: 90%;
}
}


@media (max-width: 1030px) {
body.home .status-feed .content-box {
  font-size: 15px;
    padding: 15px;
    width: 62%;
}
}

@media (max-width: 720px) {
  body.home .status-feed .content-box {
width: 85%;
  }
}

@media (max-width: 560px) {
  body.home .status-feed .content-box {
position: unset;
border: 1px gray solid;
box-shadow: unset;
  }

.status-feed img {
  display: none;
}



}



body.home .button-single-module {
  margin-bottom: 50px;
}

body.home .news-feed-module {
  margin-top: 50px;
}

@media only screen and ( max-width: 800px ) {
  body.home .status-feed {
    padding: 0;
  }
}

@media only screen and ( max-width: 800px ) {
  body.home .status-feed li {
    margin-bottom: 0;
  }
}

/* Publications */
.collapseomatic {
  background-position-y: 30%; }

span.collapseomatic {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Din-Condensed", "Helvetica Neue", Helvetica, sans-serif;
  color: #20B3CF; }
  span.collapseomatic:hover {
    text-decoration: none;
    color: #009247; }

.collapseomatic_content {
  padding-top: 15px; }

/* Search Results */
.search-no-results #content,
.search-results #content {
  padding: 50px 20px;
  max-width: 1200px;
  margin: 0 auto; }
  .search-no-results #content .archive-description,
  .search-results #content .archive-description {
    margin-bottom: 20px; }

/* Team Page */
@media only screen and (max-width: 1024px) {
  .aligncenter, img.centered {
    margin: 0; } }

@media only screen and (max-width: 800px) {
  body.page-id-287 .first {
    margin-bottom: 40px; } }

.regular-content-module,
.button-single-module,
.headline-wrap,
.columns-module {
  margin: 0 auto;
  max-width: 1200px;
  clear: both; }

#inner .regular-content-module,
#inner .button-single-module,
#inner .headline-wrap,
#inner .columns-module {
  max-width: 800px; }

@media only screen and (max-width: 1024px) {
  .regular-content-module,
  .button-single-module,
  .headline-wrap,
  .columns-module {
    padding: 0 10px; }
  #inner .regular-content-module,
  #inner .button-single-module,
  #inner .headline-wrap,
  #inner .columns-module {
    padding: 0 10px; } }

@media only screen and (max-width: 800px) {
  #inner .button-single-module,
  #inner .columns-module,
  #inner .headline-wrap,
  #inner .regular-content-module {
    width: 90%; } }

@media only screen and (max-width: 500px) {
  #inner .button-single-module,
  #inner .columns-module,
  #inner .headline-wrap,
  #inner .regular-content-module {
    width: 95%; } }

/* Regular Content Module */
.regular-content-module {
  margin-bottom: 50px; }
  .regular-content-module img {
    box-shadow: 3px 5px 9px 0 rgba(0, 0, 0, 0.5); }

@media only screen and (max-width: 500px) {
  .regular-content-module img {
    width: 100%; } }

/* Button Single Module */
.button-single-module {
  display: block;
  text-align: center;
  clear: both; }
  .button-single-module a.right {
    float: right;
    margin-bottom: 20px; }
  .button-single-module a.left {
    float: left;
    margin-bottom: 20px; }
  .button-single-module a.center {
    margin-bottom: 20px; }

/* Headline Module */
.headline-wrap {
  margin-bottom: 25px; }

/* Centered Large Text */
.gray-centered-module {
  margin: 0 auto;
  text-align: center;
  max-width: 700px;
  display: block;
  font-weight: 100;
  margin-bottom: 100px;
  text-transform: none;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 100px; }

body.home .gray-centered-module:first-line {
  font-weight: 400; }

@media only screen and (max-width: 1024px) {
  .gray-centered-module {
    font-size: 20px;
    line-height: 26px;
    padding: 0 10px; } }

@media only screen and (max-width: 800px) {
  .gray-centered-module {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    padding: 0 15px;
    margin-bottom: 50px; } }

/* Feature Box */
.feature-box {
  max-width: 1200px;
  margin: 0 auto;
  height: 470px;
  margin-bottom: 100px;
  box-shadow: 3px 5px 9px 0 rgba(0, 0, 0, 0.5);
  background-size: cover !important;
  background-position-x: center !important;
  background-position-y: center !important; }
  .feature-box .left {
    left: 55px; }
  .feature-box .right {
    float: right;
    right: 55px; }
  .feature-box .content-box {
    opacity: 0.91;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    width: 45%;
    padding: 60px;
    height: 360px;
    position: relative;
    top: 55px; }
  .feature-box h2 {
    text-transform: uppercase;
    color: #20B3CF;
    font-size: 52px;
    margin-bottom: 20px; }
  .feature-box h2:hover {
    color: #009247; }
  .feature-box .text a {
    content: url("/wp-content/themes/gedi/assets/images/feature-box-arrows.png");
    padding-left: 10px; }
  .feature-box .text a:hover {
    content: url("/wp-content/themes/gedi/assets/images/feature-box-arrows-hover.png"); }

@media only screen and (max-width: 1150px) {
  .feature-box h2 {
    font-size: 45px; } }

@media only screen and (max-width: 1024px) {
  .feature-box .content-box {
    margin: 0 auto;
    width: 45%;
    padding: 40px; }
  .feature-box .left {
    left: 0; }
  .feature-box .right {
    float: initial;
    right: 0; }
  .feature-box h2 {
    font-size: 40px; } }

@media only screen and (max-width: 800px) {
  .feature-box {
    box-shadow: none; }
    .feature-box .content-box {
      width: 70%;
      height: 300px;
      top: 85px; } }

@media only screen and (max-width: 500px) {
  .feature-box h2 {
    font-size: 30px;
    margin-bottom: 5px; }
  .feature-box .content-box {
    width: 90%;
    height: 340px;
    top: 55px; } }

/* Blue Box Background */
.blue-background {
  background-color: #E6F2F5;
  box-shadow: 3px 5px 9px 0 rgba(0, 0, 0, 0.5);
  padding: 35px 25px; }
  .blue-background ul {
    padding-left: 25px; }
  .blue-background p {
    margin-bottom: 0; }

@media only screen and (max-width: 1024px) {
  #inner .regular-content-module.blue-background {
    width: 90%;
    padding: 15px; } }

/* News Feed Module */
.news-feed-module {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 22px;
  margin-bottom: 50px;
  padding: 0 15px; }
  .news-feed-module h3 {
    text-transform: uppercase;
    margin-bottom: 50px; }
  .page-id-2439 .news-feed-module .header-lines {
    display: none;
  }
  .news-feed-module .header-lines {
    line-height: 0.5;
    text-align: center; }
  .news-feed-module .header-lines span {
    display: inline-block;
    position: relative; }
  .news-feed-module .header-lines span:before,
  .news-feed-module .header-lines span:after {
    content: "";
    position: absolute;
    height: 7px;
    border-bottom: 1px solid #9B9B9B;
    top: 0;
    width: 150px; }
  .news-feed-module .header-lines span:before {
    right: 100%;
    margin-right: 15px; }
  .news-feed-module .header-lines span:after {
    left: 100%;
    margin-left: 15px; }
  .news-feed-module h4 {
    margin: 15px 0; }
    .news-feed-module h4 a {
      color: #312E2E;
      text-transform: uppercase; }
      .news-feed-module h4 a:hover {
        color: #A1A1A1; }
  .news-feed-module li {
    list-style: none;
    text-align: center;
    margin-bottom: 50px; }

@media only screen and (max-width: 1024px) {
  ul.news-list {
    margin: 0 auto; }
  .news-feed-module li {
    padding: 0 35px; } }

@media only screen and (max-width: 800px) {
  ul.news-list {
    margin: 0 auto;
    width: 90%; }
  body.home .status-feed ul.news-list {
    width: 100%;
  }
  .news-feed-module li {
    padding: 0;
    height: auto; }
  .news-feed-module h4 {
    font-size: 20px; }
  .news-feed-module .header-lines span:before,
  .news-feed-module .header-lines span:after {
    border-bottom: none;
    width: 0; } }

/* Block Quote */
.pull-quote-module {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
  color: #0B88A0;
  font-size: 24px;
  padding: 35px 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  clear: both; }
  .pull-quote-module blockquote {
    font-style: normal;
    margin: 0; }
  .pull-quote-module blockquote::before {
    content: none; }

span.quote-text {
  display: block; }

@media only screen and (max-width: 1024px) {
  .pull-quote-module blockquote {
    padding: 0 10px;
    width: 90%;
    margin: 0 auto; } }

@media only screen and (max-width: 800px) {
  .pull-quote-module {
    border-top: none;
    border-bottom: none;
    padding: 0; } }

/* Column Layout */
.columns-module {
  clear: both;
  margin-bottom: 100px; }

.slide__caption {
  position: relative;
  min-height: 165px;
  margin: 0 auto;
  margin-top: -150px;
  margin-bottom: 100px;
  max-width: 720px;
  padding: 45px 85px 65px;
  background-color: rgba(85, 199, 227, 0.95);
  text-align: center;
  color: #ffffff;
  font-style: italic;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  box-shadow: 4px 6px 6px 0 rgba(0, 0, 0, 0.3); }

.slider button {
  display: none;
  box-shadow: none; }

.slick-next,
.slick-prev {
  font-size: 0;
  z-index: 10;
  position: absolute;
  top: 37%;
  display: block;
  width: 26px;
  height: 56px;
  padding: 0;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: 0; }

.slick-next {
  right: 5%; }

.slick-prev {
  left: 5%; }

.slick-next:after {
  content: url("/wp-content/themes/gedi/assets/images/arrow-next.png"); }

.slick-prev:after {
  content: url("/wp-content/themes/gedi/assets/images/arrow-prev.png"); }

.slider button {
  background-color: transparent; }

ul.slick-dots {
  display: none !important; }

@media only screen and (max-width: 1024px) {
  .slide__caption {
    margin-top: 0;
    max-width: 100%; }
  .slick-next,
  .slick-prev {
    top: 28%; } }

@media only screen and (max-width: 1024px) and (max-width: 800px) {
  .slide__caption {
    padding: 20px;
    font-size: 18px;
    line-height: 20px;
    min-height: 50px;
    margin-bottom: 50px;
    box-shadow: none; } }

#archive-title {
  margin-bottom: 100px; }

#blog-list {
  max-width: 1200px;
  margin: 0 auto; }
  #blog-list li {
    list-style: none; }
  #blog-list .item {
    float: left;
    clear: both;
    margin-bottom: 80px;
    width: 100%; }
  #blog-list li.thumb {
    display: block;
    float: left;
    width: 40%;
    padding: 0 30px 0 10px; }
  #blog-list .text {
    display: block;
    float: left;
    width: 60%; }
  #blog-list li.id,
  #blog-list li.categories {
    font-size: 16px;
    font-weight: 100; }
    #blog-list li.id a,
    #blog-list li.categories a {
      color: #312E2E; }
  #blog-list li.categories {
    margin-bottom: 15px;
    font-style: italic; }
  #blog-list li.link {
    font-family: "Din-Condensed", "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 36px; }
    #blog-list li.link a {
      color: #312E2E; }
    #blog-list li.link a:hover {
      color: #20B3CF; }

body.archive .nav-links {
  text-align: center; }

@media only screen and (max-width: 1200px) {
  #blog-list li.thumb {
    padding-left: 20px; }
  #blog-list .text {
    padding-right: 20px; } }

@media only screen and (max-width: 1024px) {
  #blog-list {
    padding: 0 10px; } }

@media only screen and (max-width: 800px) {
  #blog-list li.thumb,
  #blog-list .text {
    width: 100%;
    padding: 0 10px; }
  #blog-list img {
    width: 100%; }
  #blog-list li.link {
    font-size: 26px;
    line-height: 28px; } }

body.single-post {
  /* Social Media Icons */ }
  body.single-post #content #post-title {
    text-align: center;
    margin-bottom: 30px; }
  body.single-post #blog-item {
    max-width: 850px;
    margin: 0 auto; }
  body.single-post .text-wrap li {
    list-style: none; }

  body.single-post .regular-content-module  li{
    list-style: disc;
    margin-left: 30px;
    margin-bottom: 20px;
  }  
  body.single-post ul.ssbp-list {
    width: unset !important;
  }

  body.single-post #post-title-wrap {
    text-align: center; }
  body.single-post li.id {
    text-align: center;
    font-size: 20px;
    font-weight: 100; }
  body.single-post li.categories {
    text-align: center;
    font-weight: 100;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 50px; }
    body.single-post li.categories a {
      color: #312E2E; }
    body.single-post li.categories a:hover {
      color: #20B3CF; }
  body.single-post li.thumb {
    display: inline-block;
    float: left;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    margin: 5px 35px 15px 0;
    line-height: 0; }
  body.single-post .ssbp-container {
    margin-bottom: 0;
    height: 0; }
  body.single-post ul.ssbp-list {
    position: relative;
    top: 105px;
    left: -60px; }
    body.single-post ul.ssbp-list li {
      display: block !important; }
  body.single-post .regular-content-module {
    display: inline; }
  @media only screen and (max-width: 1024px) {
    body.single-post ul.ssbp-list {
      text-align: center;
      left: 0;
      top: 70px; }
      body.single-post ul.ssbp-list li {
        display: inline !important; }
    body.single-post #blog-item {
      max-width: 90%; } }
  @media only screen and (max-width: 800px) {
    body.single-post li.thumb {
      width: 100%;
      padding: 0 10px;
      box-shadow: none; }
      body.single-post li.thumb img {
        width: 100%; } }
