/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

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

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

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: "global-genes-blog";
  src: url("/wp-content/themes/eleven40/inc/fonts/global-genes-blog.eot");
  src: url("/wp-content/themes/eleven40/inc/fonts/global-genes-blog.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/eleven40/inc/fonts/global-genes-blog.woff") format("woff"), url("/wp-content/themes/eleven40/inc/fonts/global-genes-blog.ttf") format("truetype"), url("/wp-content/themes/eleven40/inc/fonts/global-genes-blog.svg#global-genes-blog") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OSP-DIN";
  src: url("/wp-content/themes/eleven40/inc/fonts/OSP-DIN.ttf");
  src: url("/wp-content/themes/eleven40/inc/fonts/OSP-DIN-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/eleven40/inc/fonts/OpenSans-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/eleven40/inc/fonts/OpenSans-BoldItalic.ttf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/eleven40/inc/fonts/OpenSans-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/eleven40/inc/fonts/OpenSans-ExtraBoldItalic.ttf");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/eleven40/inc/fonts/OpenSans-Italic.ttf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/eleven40/inc/fonts/OpenSans-Light.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/eleven40/inc/fonts/OpenSans-LightItalic.ttf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/eleven40/inc/fonts/OpenSans-Regular.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/eleven40/inc/fonts/OpenSans-Semibold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/eleven40/inc/fonts/OpenSans-SemiboldItalic.ttf");
  font-weight: 600;
  font-style: italic;
}
.gg-blog-masthead {
  background-color: #87bddf;
  background: url(/wp-content/themes/eleven40/images/double-helix-header.png) no-repeat center top, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVmOTliZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg3YmRkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: url(/wp-content/themes/eleven40/images/double-helix-header.png) no-repeat center top, -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #5f99bd), color-stop(100%, #87bddf));
  background: url(/wp-content/themes/eleven40/images/double-helix-header.png) no-repeat center top, -moz-linear-gradient(bottom, #5f99bd 0%, #87bddf 100%);
  background: url(/wp-content/themes/eleven40/images/double-helix-header.png) no-repeat center top, -webkit-linear-gradient(bottom, #5f99bd 0%, #87bddf 100%);
  background: url(/wp-content/themes/eleven40/images/double-helix-header.png) no-repeat center top, linear-gradient(to top, #5f99bd 0%, #87bddf 100%);
  -webkit-box-shadow: inset 0 -2px 3px rgba(79, 130, 162, 0.75);
  -moz-box-shadow: inset 0 -2px 3px rgba(79, 130, 162, 0.75);
  -o-box-shadow: inset 0 -2px 3px rgba(79, 130, 162, 0.75);
  box-shadow: inset 0 -2px 3px rgba(79, 130, 162, 0.75);
}

.gg-blog-masthead-container {
  padding-bottom: 1em;
  padding-top: 1em;
  position: relative;
}
@media (min-width: 768px) {
  .gg-blog-masthead-container {
    padding-top: 40px;
  }
}

.gg-blog-name-logo {
  text-align: center;
}
@media (min-width: 768px) {
  .gg-blog-name-logo {
    text-align: left;
  }
}

.gg-blog-nav-icon {
  font-family: global-genes-blog;
  font-size: 16px;
  line-height: 38px;
}

@media (max-width: 767px) {
  a.nav-main-toggle,
  a.nav-connect-toggle {
    background-color: #a6cfe9;
    display: inline-block;
    font-weight: 400;
    height: 38px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: 23px;
    width: 40px;
    z-index: 1;
  }
  a.nav-main-toggle:link, a.nav-main-toggle:visited,
  a.nav-connect-toggle:link,
  a.nav-connect-toggle:visited {
    color: #5a92b7;
  }
  a.nav-main-toggle:hover, a.nav-main-toggle:active,
  a.nav-connect-toggle:hover,
  a.nav-connect-toggle:active {
    color: #fff;
  }
  a.nav-main-toggle.gg-menu-icon-active,
  a.nav-connect-toggle.gg-menu-icon-active {
    background: #002a34;
    z-index: 10;
  }

  .nav-main-toggle {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    left: 0;
  }

  .nav-connect-toggle {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    right: 0;
  }

  .gg-blog-nav-label {
    display: none;
  }
}
@media (min-width: 768px) {
  a.nav-main-toggle {
    display: none;
  }

  a.nav-connect-toggle,
  a.nav-connect-close {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    position: absolute;
  }
  a.nav-connect-toggle:link, a.nav-connect-toggle:visited,
  a.nav-connect-close:link,
  a.nav-connect-close:visited {
    color: #7fafcd;
    font-style: normal;
    font-weight: 500;
  }
  a.nav-connect-toggle:focus, a.nav-connect-toggle:hover,
  a.nav-connect-close:focus,
  a.nav-connect-close:hover {
    color: #fff;
  }

  a.nav-connect-toggle {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #005467;
    top: 0;
    height: 38px;
    padding: 0 1.1em 0 1em;
    right: 1rem;
    vertical-align: top;
  }

  a.nav-connect-close {
    bottom: 1rem;
    right: 1rem;
  }

  .gg-blog-nav-label {
    padding-left: 0.25em;
  }
}
#masthead .searchform {
  margin: 0;
  width: 100%;
  padding-top: 1em;
  position: relative;
}
#masthead .searchform .search-input,
#masthead .searchform .search-submit {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  color: #417fa5;
  height: 32px;
  margin: 0;
}
#masthead .searchform .search-input {
  background-color: #a6cfe9;
  color: #417fa5;
  font-size: 14px;
  line-height: 32px;
  padding: 0 0.5em;
  width: 100%;
}
#masthead .searchform .search-submit {
  background: transparent;
  bottom: 0;
  font-family: global-genes-blog;
  font-size: 16px;
  line-height: 22px;
  position: absolute;
  right: 0;
  width: 38px;
}
#masthead .searchform ::-webkit-input-placeholder {
  color: #7fafcd;
}
#masthead .searchform :-moz-placeholder {
  /* Firefox 18- */
  color: #7fafcd;
}
#masthead .searchform ::-moz-placeholder {
  /* Firefox 19+ */
  color: #7fafcd;
}
#masthead .searchform :-ms-input-placeholder {
  color: #7fafcd;
}
@media (min-width: 768px) {
  #masthead .searchform {
    bottom: 1.2em;
    position: absolute;
    right: 1em;
    width: 32%;
  }
}

nav.nav-main,
nav.nav-connect {
  display: none;
  width: 100%;
}
nav.nav-main .container,
nav.nav-connect .container {
  position: relative;
}
nav.nav-main h4,
nav.nav-connect h4 {
  background-color: #002a34;
  color: #87bddf;
  font-family: OSP-DIN;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 38px;
  margin-top: 23px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  nav.nav-main,
  nav.nav-connect {
    height: 100%;
    max-width: 261px;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  nav.nav-main .container,
  nav.nav-connect .container {
    padding-left: 0;
    padding-right: 0;
  }
  nav.nav-main h4,
  nav.nav-connect h4 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

nav.nav-main {
  background-color: #7fafcd;
}
nav.nav-main a {
  color: #fff !important;
  font-style: normal;
  padding: 0;
}
nav.nav-main a:hover {
  color: #fff;
}
nav.nav-main ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav.nav-main ul.menu > li {
  font-size: 26px;
  line-height: 40px;
  letter-spacing: .01em;
  text-shadow: 0 1px 2px #3f779a;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
nav.nav-main ul.menu > li > a {
  font-family: OSP-DIN;
  font-weight: 400;
}
nav.nav-main ul.menu li.menu-item-has-children > a:after {
  color: #fff !important;
  content: '4';
  font-family: global-genes-blog;
  font-size: 8px;
  margin: 0 0 0 6px;
  vertical-align: middle;
}
nav.nav-main ul.sub-menu {
  background-color: #437aa0;
  padding-bottom: 0.5em;
}
nav.nav-main ul.sub-menu li {
  display: block;
  text-align: left;
  margin: 0;
}
nav.nav-main ul.sub-menu a {
  display: block;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 0.75em;
  padding-top: 0.75em;
  text-transform: none;
}
nav.nav-main ul.sub-menu a:hover {
  background-color: #336190;
}
@media (max-width: 767px) {
  nav.nav-main {
    left: 0;
  }
  nav.nav-main a {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
  }
  nav.nav-main ul.sub-menu {
    display: none;
    margin-bottom: 0.5em;
  }
  nav.nav-main ul.sub-menu li a {
    padding-left: 40px;
  }
  nav.nav-main .sub-menu-open {
    background: #437aa0;
  }
  nav.nav-main .sub-menu-open ul.sub-menu {
    display: block;
  }
}
@media (min-width: 768px) {
  nav.nav-main {
    background: url(/wp-content/themes/eleven40/images/pattern-dash-nav.png) repeat-x 0 4px, url(/wp-content/themes/eleven40/images/pattern-dash-nav.png) repeat-x 0 53px, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSItNjkuNTclIiBzdG9wLWNvbG9yPSIjNDg4MGE3Ii8+PHN0b3Agb2Zmc2V0PSIzMC40MyUiIHN0b3AtY29sb3I9IiM1OTkxYjciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background: url(/wp-content/themes/eleven40/images/pattern-dash-nav.png) repeat-x 0 4px, url(/wp-content/themes/eleven40/images/pattern-dash-nav.png) repeat-x 0 53px, -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(-69.57%, #4880a7), color-stop(30.43%, #5991b7));
    background: url(/wp-content/themes/eleven40/images/pattern-dash-nav.png) repeat-x 0 4px, url(/wp-content/themes/eleven40/images/pattern-dash-nav.png) repeat-x 0 53px, -moz-linear-gradient(bottom, #4880a7 -69.57%, #5991b7 30.43%);
    background: url(/wp-content/themes/eleven40/images/pattern-dash-nav.png) repeat-x 0 4px, url(/wp-content/themes/eleven40/images/pattern-dash-nav.png) repeat-x 0 53px, -webkit-linear-gradient(bottom, #4880a7 -69.57%, #5991b7 30.43%);
    background: url(/wp-content/themes/eleven40/images/pattern-dash-nav.png) repeat-x 0 4px, url(/wp-content/themes/eleven40/images/pattern-dash-nav.png) repeat-x 0 53px, linear-gradient(to top, #4880a7 -69.57%, #5991b7 30.43%);
    -webkit-box-shadow: 0 1px 3px #417494;
    -moz-box-shadow: 0 1px 3px #417494;
    -o-box-shadow: 0 1px 3px #417494;
    box-shadow: 0 1px 3px #417494;
    display: block;
    min-height: 57px;
    margin-bottom: 7px;
  }
  nav.nav-main h4 {
    display: none;
  }
  nav.nav-main ul.menu > li {
    display: inline-block;
    line-height: 57px;
    margin: 0 1em 0 0;
  }
  nav.nav-main ul.menu > li:hover ul.sub-menu {
    display: block;
  }
  nav.nav-main ul.menu > li.last-child {
    margin-right: 0;
  }
  nav.nav-main ul.menu li.menu-item-has-children > a:after {
    color: #7fafcd;
  }
  nav.nav-main ul.sub-menu {
    background-color: #437aa0;
    display: none;
    position: absolute;
    z-index: 2;
  }
  nav.nav-main ul.sub-menu a {
    padding-left: 1em;
    padding-right: 1em;
  }
}

nav.nav-connect {
  background-color: #005467;
  color: #fff;
}
nav.nav-connect p,
nav.nav-connect ul {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 1em;
}
nav.nav-connect a:link, nav.nav-connect a:visited {
  color: #fff;
}
nav.nav-connect a:focus, nav.nav-connect a:hover {
  color: #7fafcd;
}
nav.nav-connect .nav-connect-item-content ul {
  list-style-type: none;
  border-top: 1px solid #002a34;
}
nav.nav-connect .nav-connect-item-content ul li {
  border-bottom: 1px solid #002a34;
  padding-bottom: 1em;
  padding-top: 0.8em;
  line-height: 30px;
}
nav.nav-connect .nav-connect-item-content ul li img {
  margin-right: 5px;
}
nav.nav-connect .nav-connect-item-content ul li a {
  display: block;
}
@media (max-width: 767px) {
  nav.nav-connect {
    right: 0;
  }
  nav.nav-connect .nav-connect-item-content {
    padding: 0.5em 25px;
  }
  nav.nav-connect .nav-connect-close {
    display: none;
  }
}
@media (min-width: 768px) {
  nav.nav-connect {
    border-top: 50px solid #002a34;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  nav.nav-connect .container {
    overflow: visible;
  }
  nav.nav-connect .nav-connect-item {
    float: left;
    width: 22%;
    margin-right: 3%;
    margin-top: -50px;
  }
  nav.nav-connect h4 {
    line-height: 50px;
    margin: 0;
  }
  nav.nav-connect .nav-connect-item-content {
    padding-bottom: 1em;
    padding-top: 1em;
    max-width: 180px;
  }
}

.gg-ticker-wrapper {
  background-color: #7fc241;
  border-bottom: 1px solid #7fc241;
  height: 38px;
  width: 100%;
}

#gg-ticker-viewport {
  height: 40px;
}

.gg-blog-ticker-item {
  display: inline-block;
}
.gg-blog-ticker-item a, .gg-blog-ticker-item a:link, .gg-blog-ticker-item a:visited, .gg-blog-ticker-item a:focus, .gg-blog-ticker-item a:hover {
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  line-height: 11px;
  padding: 6px;
}
.gg-blog-ticker-item a:focus, .gg-blog-ticker-item a:hover {
  color: #1b2a0d;
}

.gg-blog-ticker-item-title {
  font-weight: 700;
}

.gg-blog-ticker-label {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 38px;
  margin-left: 16px;
  margin-right: 10px;
}

.gg-ticker-wrapper .gg-blog-ticker-label {
  float: left;
}

.tickercontainer {
  clear: right;
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.tickercontainer .mask {
  left: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

ul#gg-news-ticker {
  height: 30px;
  list-style-type: none;
  margin: 0;
  position: relative;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}
ul#gg-news-ticker li {
  border-right: 1px solid white;
  float: left;
  margin: 7px 5px;
  padding-right: 12px;
}
ul#gg-news-ticker li.webticker-init {
  border-right: none;
}
ul#gg-news-ticker li a {
  display: block;
  float: left;
}

.gg-blog-hero-post {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  display: table;
  width: 100%;
}
.gg-blog-hero-post a,
.gg-blog-hero-post a:link,
.gg-blog-hero-post a:visited {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  opacity: 1;
  text-decoration: none;
}
.gg-blog-hero-post a:focus,
.gg-blog-hero-post a:hover {
  opacity: .8;
}

.gg-blog-hero-post-img {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
}

.gg-blog-hero-post-content {
  background-color: #005467;
  padding: 12px;
}

.gg-blog-sticky-post-author {
  font-size: 11px;
  margin-top: 0.5em;
}

.gg-blog-sticky-post-title {
  font-size: 24px;
  line-height: 32px;
}

.gg-blog-sticky-post-excerpt {
  color: #fff;
}

@media (min-width: 650px) {
  .gg-blog-hero-post {
    height: 344px;
  }

  .gg-blog-hero-post-img {
    width: 654px;
  }

  .gg-blog-hero-post-content {
    height: 100%;
    min-width: 250px;
    padding-top: 3em;
    position: absolute;
    right: 0;
    top: 0;
    width: 32%;
  }
}
.gg-blog-featured-post {
  background-color: #fff;
  margin-top: 2%;
  padding: 12px;
}
@media (min-width: 400px) {
  .gg-blog-featured-post {
    float: left;
    margin-right: 2%;
    min-height: 315px;
    width: 49%;
  }
  .gg-blog-featured-post:nth-child(2n+0) {
    margin-right: 0;
  }
  .gg-blog-featured-post:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .gg-blog-featured-post {
    width: 32%;
  }
  .gg-blog-featured-post:nth-child(2n+0) {
    margin-right: 2%;
  }
  .gg-blog-featured-post:nth-child(2n+1) {
    clear: none;
  }
  .gg-blog-featured-post:nth-child(3n+0) {
    margin-right: 0;
  }
  .gg-blog-featured-post:nth-child(3n+1) {
    clear: left;
  }
}

.gg-blog-featured-post-img {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 6px -12px;
  max-height: 165px;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 767px) {
  .gg-blog-featured-posts-3up .gg-blog-featured-post:nth-child(3n+0) {
    display: none;
  }
}

.gg-blog-top-level-post-date, .gg-blog-category-post-date {
  color: #999;
  display: inline-block;
  font-size: 11px;
}

.gg-blog-top-level-post-category, .gg-blog-category-post-category,
.gg-blog-main-loop-post-categories {
  display: inline-block;
  float: right;
}
.gg-blog-top-level-post-category a, .gg-blog-category-post-category a, .gg-blog-top-level-post-category a:link, .gg-blog-category-post-category a:link, .gg-blog-top-level-post-category a:visited, .gg-blog-category-post-category a:visited,
.gg-blog-main-loop-post-categories a,
.gg-blog-main-loop-post-categories a:link,
.gg-blog-main-loop-post-categories a:visited {
  border-bottom: 1px dotted #999;
  color: #999;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}
.gg-blog-top-level-post-category a:focus, .gg-blog-category-post-category a:focus, .gg-blog-top-level-post-category a:hover, .gg-blog-category-post-category a:hover,
.gg-blog-main-loop-post-categories a:focus,
.gg-blog-main-loop-post-categories a:hover {
  border-bottom: 1px dotted #666666;
  color: #666666;
}

.gg-blog-top-level-post-author a, .gg-blog-category-post-author a, .gg-blog-top-level-post-author a:link, .gg-blog-category-post-author a:link, .gg-blog-top-level-post-author a:visited, .gg-blog-category-post-author a:visited,
.gg-blog-main-loop-post-author a,
.gg-blog-main-loop-post-author a:link,
.gg-blog-main-loop-post-author a:visited {
  color: #005467;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}
.gg-blog-top-level-post-author a:focus, .gg-blog-category-post-author a:focus, .gg-blog-top-level-post-author a:hover, .gg-blog-category-post-author a:hover,
.gg-blog-main-loop-post-author a:focus,
.gg-blog-main-loop-post-author a:hover {
  color: #000101;
}

.gg-blog-top-level-post-title a, .gg-blog-category-post-title a, .gg-blog-top-level-post-title a:link, .gg-blog-category-post-title a:link, .gg-blog-top-level-post-title a:visited, .gg-blog-category-post-title a:visited {
  color: #005467;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.gg-blog-top-level-post-title a:focus, .gg-blog-category-post-title a:focus, .gg-blog-top-level-post-title a:hover, .gg-blog-category-post-title a:hover {
  color: #00a7cd;
}

.gg-blog-main-loop-post {
  border-top: 1px solid #ddd;
  margin: 0 0 20px 0;
  overflow: auto;
  padding: 20px 12px 0 0;
  text-align: center;
}

.gg-blog-main-loop-post-left {
  float: left;
  margin-right: 1em;
}

@media (min-width: 500px) {
  .gg-blog-main-loop-post-right {
    padding-left: 165px;
  }
}
.gg-blog-main-loop-thumbnail {
  background-color: #fff;
  margin-bottom: 13px;
  width: 143px;
}

.gg-blog-main-loop-post-categories {
  float: none;
  padding-bottom: 9px;
}

.gg-blog-main-loop-post-title {
  margin-bottom: 5px;
}
.gg-blog-main-loop-post-title a, .gg-blog-main-loop-post-title a:link, .gg-blog-main-loop-post-title a:visited {
  color: #005467;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.gg-blog-main-loop-post-title a:focus, .gg-blog-main-loop-post-title a:hover {
  color: #00a7cd;
}

.gg-blog-main-loop-post-date {
  color: #aaa;
  font-size: 11px;
  display: inline;
  line-height: 20px;
  padding-right: 5px;
}

.gg-blog-main-loop-post-excerpt p {
  color: #999;
  display: inline;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 0;
}

.widget {
  background-color: #fff;
  color: #999;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 12px;
}
.widget ul {
  border-top: 1px solid #ddd;
  list-style-type: none;
}
.widget ul li {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0.2em;
}
.widget a {
  font-weight: 400;
}

.widget-title {
  color: #999;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

.widget.widget_image,
.widget.widget_sp_image {
  padding: 0;
}
.widget.widget_image img.alignnone,
.widget.widget_image img.alignright,
.widget.widget_image img.alignleft,
.widget.widget_sp_image img.alignnone,
.widget.widget_sp_image img.alignright,
.widget.widget_sp_image img.alignleft {
  margin: 0;
}

/*Social Media Links a, a:link, a:visited
color: $tertiary;
font-family: global-genes-blog;
font-size: 30px;
font-style: normal;
text-decoration: none;
Social Media Links a:focus, a:hover
color: lighten($tertiary, 30%);*/
.gg-blog-single-post-title-wrapper {
  background-color: #fff;
  padding: 12px 16px;
}

.gg-blog-single-post-title {
  padding-right: 16px;
}
.gg-blog-single-post-title h1 {
  display: table-cell;
  height: 100%;
  margin: 0;
}

.gg-blog-single-post-details {
  color: #999;
  font-size: 11px;
}

@media (min-width: 768px) {
  .gg-blog-single-post-title {
    float: left;
    height: 100%;
    background: url("/wp-content/themes/eleven40/images/pattern-dash-vertical.png") repeat-y right top;
    width: 75%;
  }

  .gg-blog-single-post-details {
    float: left;
    padding: 12px 0 12px 12px;
    width: 23%;
  }
}
.gg-blog-single-post-author a, .gg-blog-single-post-author a:link, .gg-blog-single-post-author a:visited {
  font-style: normal;
  font-weight: 700;
}

#content .post .ggshare {
  display: none;
}

#content div.sharedaddy {
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
#content div.sharedaddy h3.sd-title {
  color: #999;
  float: right;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  left: 225px;
  line-height: 43px;
  margin: 0 1em;
  position: absolute;
  text-align: right;
  text-transform: uppercase;
  top: 0;
  width: auto;
}
#content div.sharedaddy .sd-content li {
  margin: 0 !important;
}
#content div.sharedaddy .sd-content li:before {
  content: none;
}
#content div.sharedaddy .sd-content li.share-end {
  width: auto;
}
#content div.sharedaddy a.sd-button {
  border: none !important;
  box-shadow: none;
  height: 44px;
  opacity: 1;
  text-align: center;
  width: 44px;
}
#content div.sharedaddy a.sd-button:before {
  color: #fff;
  font-family: global-genes-blog;
  font-size: 24px;
  line-height: 44px;
}
#content div.sharedaddy a.sd-button:active {
  background-color: inherit;
}
#content div.sharedaddy a.sd-button:hover, #content div.sharedaddy a.sd-button:focus {
  opacity: 0.7;
  text-shadow: none;
}
#content div.sharedaddy a.sd-button span {
  background-image: none;
  display: none;
}
#content div.sharedaddy .sd-content {
  margin: 0;
  width: 100%;
}
#content div.sharedaddy .share-facebook {
  background-color: #5d74a8;
}
#content div.sharedaddy .share-facebook:before {
  content: "f";
}
#content div.sharedaddy .share-twitter {
  background-color: #5db6d6;
}
#content div.sharedaddy .share-twitter:before {
  content: "t";
}
#content div.sharedaddy .share-google-plus-1 {
  background-color: #e44126;
}
#content div.sharedaddy .share-google-plus-1:before {
  content: "g";
}
#content div.sharedaddy .share-linkedin {
  background-color: #31a0c9;
}
#content div.sharedaddy .share-linkedin:before {
  content: "i";
}
#content div.sharedaddy .share-pinterest {
  background-color: #cc1e25;
}
#content div.sharedaddy .share-pinterest:before {
  content: "p";
}

.gg-blog-single-post-featured-image {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 1em;
  text-align: center;
}
.gg-blog-single-post-featured-image img {
  max-width: 100%;
}

.gg-blog-single-post-content {
  background-color: #fff;
  padding: 12px 16px;
}

.gg-blog-single-post-tax {
  background-color: #fff;
  padding: 6px 12px;
}
.gg-blog-single-post-tax p {
  color: #aaa;
  line-height: 1.2;
  margin: 5px 0;
}
.gg-blog-single-post-tax span {
  font-size: 11px;
  margin-right: 5px;
  text-transform: uppercase;
}
.gg-blog-single-post-tax a,
.gg-blog-single-post-tax a:link,
.gg-blog-single-post-tax a:visited {
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
}

.gg-blog-single-post-author-wrapper {
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 60px;
  overflow: hidden;
  padding: 12px;
}

.gg-blog-single-post-author-avatar {
  float: left;
  height: 120px;
  margin-right: 1em;
  width: 120px;
}

.gg-blog-single-post-author-title, .gg-blog-author-title {
  font-size: 13px;
  font-style: italic;
  line-height: 19px;
}

.gg-blog-single-post-facebook-comments {
  background-color: #fff;
  padding: 1em;
}
.gg-blog-single-post-facebook-comments #comments h3 {
  color: #7fafcd;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.gg-blog-single-post-facebook-comments .fbFeedbackContent .composer {
  background-color: red;
}

ol.gg-posts-callouts {
  margin: 0 0 3em 0;
  padding: 0;
}
ol.gg-posts-callouts li {
  background-color: #fff;
  list-style-type: none;
  padding: 12px;
  margin: 0 0 12px 0;
}
@media (min-width: 400px) {
  ol.gg-posts-callouts li {
    float: left;
    margin: 0 2% 0 0;
    min-height: 260px;
    width: 32%;
  }
  ol.gg-posts-callouts li:last-child {
    margin-right: 0;
  }
}
ol.gg-posts-callouts h4 {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}
ol.gg-posts-callouts .gpc-meta {
  color: #999;
  font-size: 10px;
  line-height: 1;
  padding-bottom: 3px;
  text-transform: uppercase;
}
ol.gg-posts-callouts .gpc-meta a,
ol.gg-posts-callouts .gpc-meta a:link,
ol.gg-posts-callouts .gpc-meta a:visited {
  color: #999;
}
ol.gg-posts-callouts .gpc-meta a:hover,
ol.gg-posts-callouts .gpc-meta a:focus {
  color: #666666;
}
ol.gg-posts-callouts .gpc-cat {
  float: right;
  text-align: right;
  max-width: 65%;
}
ol.gg-posts-callouts .gpc-img {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  display: block;
  margin: 6px -12px;
  max-height: 115px;
  overflow: hidden;
}
ol.gg-posts-callouts .gpc-author {
  font-size: 11px;
  line-height: 16px;
  margin: 3px 0;
}

ol.comment-list .comment {
  margin-bottom: 0;
  padding-left: 0;
}

.comment-list ol,
.ping-list ol {
  padding: 0;
}

.comment-list li,
.ping-list li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.alt,
.depth-1,
.even {
  border: 0;
}

.comment-list li .avatar {
  background-color: inherit;
  float: none;
  margin: inherit;
}

.avatar {
  padding: inherit;
}

.commentmetadata {
  font-size: inherit;
  margin: inherit;
}

#comments,
#respond {
  margin: inherit;
}

#author,
#comment,
#email,
#url {
  margin: inherit;
  padding: inherit;
  width: inherit;
}

ol.comment-list {
  list-style-type: none;
  padding: 0;
}
ol.comment-list ol.children {
  list-style-type: none;
  padding-left: 0;
}
ol.comment-list .comment {
  padding-left: 52px;
  position: relative;
}
ol.comment-list .avatar {
  position: absolute;
  top: 0;
  left: 0;
}

.comment-body {
  background-color: #fff;
  margin-top: 1em;
  padding: 1em;
}
.comment-body:after {
  left: 34px;
  top: 19px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
.comment-body .fn {
  color: #005467;
  font-weight: 700;
}

.comment .comment-meta,
.comment .reply {
  font-size: 0.8em;
}
.comment .comment-meta a,
.comment .reply a {
  color: #999;
  font-weight: 400;
}
.comment .comment-meta a:hover,
.comment .reply a:hover {
  color: #005467;
}

.comment-meta {
  margin-top: 0;
}

.bypostauthor .comment-body {
  background-color: #7fafcd;
}
.bypostauthor .comment-body p,
.bypostauthor .comment-body ul,
.bypostauthor .comment-body ol {
  color: #fff;
}
.bypostauthor .comment-body:after {
  border-right-color: #7fafcd;
}
.bypostauthor .comment-body .fn {
  color: #fff;
}
.bypostauthor .comment-body a {
  color: #fff;
  font-weight: 400;
}
.bypostauthor .comment-body a:hover {
  color: #005467;
}

.says {
  display: none;
}

#respond {
  margin-top: 2.5em;
}

.comment-form {
  background-color: #fff;
  padding: 1em;
}
.comment-form label {
  font-size: 14px;
  font-weight: 700;
}

.required {
  color: red;
}

#author,
#email,
#url,
#comment {
  border: 2px solid #ccc;
  padding: 0.25em;
  width: 100%;
}

#submit {
  background-color: #005467;
  border: 0;
  color: #fff;
  float: right;
  font-size: 16px !important;
  padding: 0.7em 1em;
}
#submit:hover {
  background-color: #005467;
}

.form-allowed-tags {
  display: none;
}

.comment-subscription-form {
  clear: both;
}

@media (min-width: 768px) {
  .gg-blog-commentor-info {
    float: left;
    margin-right: 3%;
    width: 47%;
  }

  .comment-form-comment {
    float: left;
    width: 50%;
  }
  .comment-form-comment #comment {
    height: 168px;
  }

  .logged-in .comment-form-comment {
    width: 100%;
  }
  .logged-in .comment-form-comment #comment {
    height: auto;
  }
}
.gg-blog-category-title-wrapper, .gg-blog-tag-title-wrapper, .gg-blog-author-info-wrapper, .gg-blog-author-archive-title-wrapper, .gg-blog-search-title-wrapper {
  background-color: #fff;
  overflow: auto;
  padding: 12px 16px;
}
.gg-blog-category-title-wrapper h1, .gg-blog-tag-title-wrapper h1, .gg-blog-author-info-wrapper h1, .gg-blog-author-archive-title-wrapper h1, .gg-blog-search-title-wrapper h1 {
  font-size: 42px;
  line-height: 42px;
  margin: 0;
}

.gg-blog-category-stats, .gg-blog-tag-stats, .gg-blog-author-stats, .gg-blog-search-stats {
  color: #999;
  font-size: 11px;
}

.gg-blog-category-title-left {
  float: left;
}

.gg-blog-category-title-right {
  float: right;
}

.gg-blog-category-rss-feed {
  color: #999;
  display: table-cell;
  font-size: 11px;
  font-weight: 700;
  padding-right: 10px;
  text-align: right;
  text-transform: uppercase;
  vertical-align: middle;
}

.gg-blog-category-rss-icon {
  display: table-cell;
  vertical-align: middle;
}
.gg-blog-category-rss-icon a, .gg-blog-category-rss-icon a:link, .gg-blog-category-rss-icon a:visited, .gg-blog-category-rss-icon a:focus, .gg-blog-category-rss-icon a:hover {
  color: #005467;
  font-family: global-genes-blog;
  font-size: 46px;
  line-height: 58px;
  font-style: normal;
  font-weight: 500;
}

.gg-blog-category-post-category {
  border-bottom: 1px dotted #999;
  color: #999;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.gg-blog-author-left {
  float: left;
  margin-right: 30px;
  width: 210px;
}

.gg-blog-author-avatar,
.gg-blog-author-avatar img {
  height: 200px;
  width: 200px;
}

.gg-blog-author-bio {
  font-size: 13px;
  line-height: 19px;
  margin-top: 23px;
}

.gg-blog-author-archive-title-wrapper {
  background-color: #fff;
  padding: 12px 16px;
  width: 960px;
}

.gg-blog-author-archive-description {
  color: #999;
  font-size: 11px;
}

.gg-blog-author-archive-author-bio p {
  font-size: 13px;
  line-height: 19px;
}

.gg-blog-author-archive-author-wrapper, .gg-blog-author-archive-author-wrapper-last {
  background-color: #fff;
  float: left;
  height: 231px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 12px;
  width: 306px;
}

.gg-blog-author-archive-author-wrapper-last {
  margin-right: 0;
}

.gg-blog-author-archive-left {
  float: left;
  width: 100px;
}

.gg-blog-author-archive-right {
  float: right;
  width: 162px;
}

.gg-blog-author-archive-author-post-count {
  text-align: right;
}
.gg-blog-author-archive-author-post-count a, .gg-blog-author-archive-author-post-count a:link, .gg-blog-author-archive-author-post-count a:visited {
  font-size: 12px;
  font-weight: 700;
}

.gg-blog-author-archive-author-avatar {
  height: 100px;
  width: 100px;
}
.gg-blog-author-archive-author-avatar img {
  height: 100%;
  padding: 0;
  width: 100%;
}

.gg-blog-author-archive-author-name a, .gg-blog-author-archive-author-name a:link, .gg-blog-author-archive-author-name a:visited {
  color: #005467;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

.gg-blog-author-archive-author-title {
  font-size: 13px;
  font-style: italic;
  line-height: 19px;
}

.gg-blog-author-archive-author-bio {
  clear: both;
  font-size: 13px;
  line-height: 19px;
  padding-top: 20px;
}

.gg-blog-pagination-wrapper .prev, .gg-blog-pagination-wrapper .next {
  color: #005467;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  padding: 0 12px;
}

.gg-blog-pagination-wrapper {
  background-color: #fff;
  overflow: auto;
  padding: 6px 12px;
  text-align: center;
}
.gg-blog-pagination-wrapper .prev {
  border-right: 1px solid #ddd;
  float: left;
}
.gg-blog-pagination-wrapper .next {
  border-left: 1px solid #ddd;
  float: right;
}
.gg-blog-pagination-wrapper .page-numbers {
  color: #005467;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  line-height: 40px;
  vertical-align: middle;
}
.gg-blog-pagination-wrapper .page-numbers.current {
  color: #333;
  font-weight: 700;
}

.gg-blog-pagination-previous-arrow, .gg-blog-pagination-next-arrow {
  font-family: global-genes-blog;
  color: #005467;
  font-size: 18px;
  vertical-align: middle;
}

.gg-blog-pagination-previous-arrow {
  padding-right: 8px;
}

.gg-blog-pagination-next-arrow {
  padding-left: 8px;
}

/*Container


Page Number -Active
*/
.gg-blog-footer-wrapper {
  background: url(/wp-content/themes/eleven40/images/double-helix-footer.png) no-repeat center top, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTM2NyIvPjxzdG9wIG9mZnNldD0iMzQuNzQlIiBzdG9wLWNvbG9yPSIjMDA1MzY3Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA0NDU0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: url(/wp-content/themes/eleven40/images/double-helix-footer.png) no-repeat center top, -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #005367), color-stop(34.74%, #005367), color-stop(100%, #004454));
  background: url(/wp-content/themes/eleven40/images/double-helix-footer.png) no-repeat center top, -moz-linear-gradient(bottom, #005367 0%, #005367 34.74%, #004454 100%);
  background: url(/wp-content/themes/eleven40/images/double-helix-footer.png) no-repeat center top, -webkit-linear-gradient(bottom, #005367 0%, #005367 34.74%, #004454 100%);
  background: url(/wp-content/themes/eleven40/images/double-helix-footer.png) no-repeat center top, linear-gradient(to top, #005367 0%, #005367 34.74%, #004454 100%);
  -webkit-box-shadow: inset 0 2px 3px #00323e;
  -moz-box-shadow: inset 0 2px 3px #00323e;
  -o-box-shadow: inset 0 2px 3px #00323e;
  box-shadow: inset 0 2px 3px #00323e;
  min-height: 202px;
  margin: 80px 0 0 0;
}
.gg-blog-footer-wrapper .bgtext {
  display: none;
}

.gg-blog-footer-logo {
  float: left;
  height: 71px;
  margin: 20px 20px 0 0;
  padding: 20px 0 0 0;
  width: 143px;
}

.gg-blog-footer-contact-info {
  border-left: 1px solid #086b81;
  color: #fff;
  float: left;
  font-size: 12px;
  line-height: 18px;
  margin: 40px 0 0 0;
  max-width: 370px;
  padding: 10px 0 10px 20px;
}
#footer .gg-blog-footer-contact-info a, #footer .gg-blog-footer-contact-info a:link, #footer .gg-blog-footer-contact-info a:visited {
  color: #7fafcd;
  font-style: normal;
}

#footer a.gg-button-secondary {
  color: #fff;
  margin-top: 3em;
}
@media (min-width: 768px) {
  #footer a.gg-button-secondary {
    float: right;
  }
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-image: none;
  background-color: #f4f4f4;
  color: #333;
  font-family: 'Open Sans';
}

#wrap {
  width: 100%;
}

#inner,
.container {
  margin: 0 auto;
  max-width: 990px;
  padding-left: 1em;
  padding-right: 1em;
}

#inner {
  overflow: auto;
}

h1 {
  color: #7fafcd;
  font-family: OSP-DIN;
  font-size: 52px;
  font-weight: 400;
  line-height: 52px;
}

h2,
h3,
h4,
h5,
h6 {
  color: #005467;
  font-family: "Open Sans";
  font-weight: 700;
}

h2 {
  font-size: 28px;
  line-height: 40px;
}

h3 {
  font-size: 22px;
  line-height: 36px;
}

h4,
h5,
h6 {
  font-size: 18px;
  line-height: 32px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

a,
a:link,
a:visited {
  color: #005467;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #00a7cd;
}

image {
  margin: 0 0 40px 0;
  max-width: 633px;
}

image caption {
  color: #999;
  font-size: 14px;
  margin: 16px 0 0 0;
  text-align: center;
}

ol ul li {
  padding: 0 24px;
}

pullquote {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 36px;
  font-size: 24px;
  text-align: center;
}

.content-sidebar #content,
.sidebar-content #content,
.gg-blog-sidebar {
  float: left;
  margin-top: 40px;
  padding: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .content-sidebar #content,
  .sidebar-content #content {
    width: 66%;
    margin-right: 2%;
  }

  .gg-blog-sidebar {
    width: 32%;
  }
}
#content-sidebar-wrap {
  margin-left: 0;
}

.gg-blog-single-post-advertisement {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.blog-advertisement-widget {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
}
.blog-advertisement-widget:first-child {
  position: relative;
}

.blog-advertisement-widget .wrap {
  margin: 0 auto 30px 0;
  overflow: hidden;
  clear: both;
  height: 88px;
  width: 633px;
}

.gg-blog-read-more-link, .gg-blog-read-more-link:link, .gg-blog-read-more-link:visited {
  color: #005467;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}
.gg-blog-read-more-link:focus, .gg-blog-read-more-link:hover {
  color: #000101;
}

.clearfix:before, ol.gg-posts-callouts:before, ol.gg-posts-callouts .gpc-meta:before, .comment-form:before,
.clearfix:after,
ol.gg-posts-callouts:after,
ol.gg-posts-callouts .gpc-meta:after,
.comment-form:after {
  content: " ";
  display: table;
}

.clearfix:after, ol.gg-posts-callouts:after, ol.gg-posts-callouts .gpc-meta:after, .comment-form:after {
  clear: both;
}

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

iframe,
object,
embed {
  max-width: 100%;
}

[data-icon]:before {
  font-family: "global-genes-blog" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "global-genes-blog" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "b";
}

.icon-arrow-down:before {
  content: "d";
}

.icon-arrow-left:before {
  content: "a";
}

.icon-carrot-down:before {
  content: "4";
}

.icon-close:before {
  content: "x";
}

.icon-comment:before {
  content: "c";
}

.icon-connect:before {
  content: "m";
}

.icon-facebook:before {
  content: "f";
}

.icon-google-plus:before {
  content: "g";
}

.icon-pinterest:before {
  content: "p";
}

.icon-search:before {
  content: "s";
}

.icon-subscribe:before {
  content: "r";
}

.icon-twitter:before {
  content: "t";
}

.icon-you-tube:before {
  content: "y";
}

.icon-linkedin:before {
  content: "i";
}

.icon-navigation:before {
  content: "n";
}

.typ-color-light {
  color: #7fafcd;
}

.typ-align-center {
  text-align: center;
}

.avatar {
  border-radius: 50%;
}

.gg-map-img {
  border: 5px solid #fff;
  margin-bottom: 10px;
}

.gg-button,
.gg-button-secondary {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  min-width: 170px;
  padding: 0 1.5em;
  text-align: center;
}
.gg-button:focus, .gg-button:hover,
.gg-button-secondary:focus,
.gg-button-secondary:hover {
  color: #fff;
}

.gg-button {
  -webkit-box-shadow: 0 2px 0 #7d5c18;
  -moz-box-shadow: 0 2px 0 #7d5c18;
  -o-box-shadow: 0 2px 0 #7d5c18;
  box-shadow: 0 2px 0 #7d5c18;
  background-color: #ddb051;
}
.gg-button:focus, .gg-button:hover {
  background-color: #a77c21;
  -webkit-box-shadow: 0 2px 0 #271d08;
  -moz-box-shadow: 0 2px 0 #271d08;
  -o-box-shadow: 0 2px 0 #271d08;
  box-shadow: 0 2px 0 #271d08;
}

.gg-button-secondary {
  -webkit-box-shadow: 0 2px 0 #34501a;
  -moz-box-shadow: 0 2px 0 #34501a;
  -o-box-shadow: 0 2px 0 #34501a;
  box-shadow: 0 2px 0 #34501a;
  background-color: #7fc241;
}
.gg-button-secondary:focus, .gg-button-secondary:hover {
  background-color: #4d7726;
  -webkit-box-shadow: 0 2px 0 #020301;
  -moz-box-shadow: 0 2px 0 #020301;
  -o-box-shadow: 0 2px 0 #020301;
  box-shadow: 0 2px 0 #020301;
}

.gg-blog-social-icons a {
  display: inline-block;
  font-family: global-genes-blog;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0.25em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.gg-blog-social-icons a:link, .gg-blog-social-icons a:visited {
  color: #c6dfed;
}
.gg-blog-social-icons a:focus, .gg-blog-social-icons a:hover {
  color: #fff;
}

.gg-blog-masthead-container .gg-blog-social-icons {
  position: absolute;
  right: 140px;
  top: 3px;
}
@media (max-width: 767px) {
  .gg-blog-masthead-container .gg-blog-social-icons {
    display: none;
  }
}

.nav-connect-item-content .gg-blog-social-icons a {
  font-size: 36px;
  margin-left: 0;
}
.nav-connect-item-content .gg-blog-social-icons a:link, .nav-connect-item-content .gg-blog-social-icons a:visited {
  color: #7fafcd;
}
.nav-connect-item-content .gg-blog-social-icons a:focus, .nav-connect-item-content .gg-blog-social-icons a:hover {
  color: #fff;
}

.widget .gg-blog-social-icons {
  text-align: center;
}
.widget .gg-blog-social-icons a {
  font-size: 36px;
  margin: 0 0.15em;
}
.widget .gg-blog-social-icons a:link, .widget .gg-blog-social-icons a:visited {
  color: #7fafcd;
}
.widget .gg-blog-social-icons a:focus, .widget .gg-blog-social-icons a:hover {
  color: #005467;
}
