/*!
Theme Name: shrimp
Theme URI: http://underscores.me/
Author: TminusZero
Author URI: http://tminuszero.com
Description: Southern Shrimp Alliance Website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shrimp
Tags:

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Grid
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("//fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Slab");
.text-center {
  text-align: center; }

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

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

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-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;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    clear: both;
    content: "";
    display: block; }

.content-area {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .content-area::after {
    clear: both;
    content: "";
    display: block; }

.site-main {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }

.site-footer {
  background-color: #222222;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .site-footer .container {
    z-index: 2;
    position: relative;
    display: block;
    min-height: 400px; }
  .site-footer .adjustment {
    height: 100%;
    min-height: 400px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .site-footer .footer-block {
    width: calc(100% - 4rem);
    float: left;
    margin-left: 2rem;
    z-index: 999; }
    @media (min-width: 768px) {
      .site-footer .footer-block {
        width: calc(33.3333333333%);
        float: left;
        margin-left: 0; } }

.article-layout::after {
  clear: both;
  content: "";
  display: block; }

.article-layout__sidebar {
  width: calc(100% - 4rem);
  float: left;
  margin-left: 2rem;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .article-layout__sidebar {
      width: calc(37.5% - 2.75rem);
      float: left;
      margin-left: 2rem;
      padding: 0 1.5rem 0 1.5rem;
      border-left: 1px solid #f7f8fa;
      background-color: #f7f8fa; } }

.article-layout__main {
  width: calc(100% - 4rem);
  float: left;
  margin-left: 2rem; }
  @media (min-width: 768px) {
    .article-layout__main {
      width: calc(62.5% - 3.25rem);
      float: left;
      margin-left: 2rem; } }

.site-header .container {
  margin: 0 auto;
  position: relative; }
  
  /* SUPPORT A SHRIMPER */
  .gv-list-multiple-container > div {
    flex: 50%;
    margin: 0 20px;
    display: flex;
flex-direction: column;
justify-content: space-between;
}

.gv-list-multiple-container {
    display: flex;
    flex-wrap: wrap;
}

.gv-list-multiple-container > div {
    flex-basis: 25%;
    margin-bottom: 30px;
}

.gv-list-multiple-container > div {
    flex-basis: 25%;
    margin-bottom: 30px;
}

.gv-list-container > div:nth-child(1n),
.gv-list-container > div:nth-child(1n) .gv-list-view-footer {
	background: #080879; /* blue */
	color: #fff;
}

.gv-list-container > div:nth-child(2n),
.gv-list-container > div:nth-child(2n) .gv-list-view-footer {
	background: white;
	color: #000;
}

.gv-list-container > div:nth-child(3n),
.gv-list-container > div:nth-child(3n) .gv-list-view-footer {
	background: #b70404; /* red */
	color: #fff;
}

.gv-list-container > div:nth-child(4n),
.gv-list-container > div:nth-child(4n) .gv-list-view-footer {
	background: #9fa3ac; /* gray */
	color: #000;
	
}

div.sharedaddy h3.sd-title::before {
	display: none !important;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #404040;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

@font-face {
  font-family: "shrimp";
  src: url("fonts/shrimp.eot");
  src: url("fonts/shrimp.eot?#iefix") format("embedded-opentype"), url("fonts/shrimp.woff") format("woff"), url("fonts/shrimp.ttf") format("truetype"), url("fonts/shrimp.svg#shrimp") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "shrimp" !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: "shrimp" !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-antibiotics-1:before {
  content: "\66"; }

.icon-antibiotics-2:before {
  content: "\67"; }

.icon-aquaculture:before {
  content: "\69"; }

.icon-conservation:before {
  content: "\6a"; }

.icon-dolphin:before {
  content: "\6b"; }

.icon-eel:before {
  content: "\6c"; }

.icon-fish-2:before {
  content: "\6d"; }

.icon-fish-2-inverse:before {
  content: "\6e"; }

.icon-fish-3:before {
  content: "\6f"; }

.icon-fish-4:before {
  content: "\70"; }

.icon-fish-4-inverse:before {
  content: "\71"; }

.icon-fish-5:before {
  content: "\72"; }

.icon-fish-5-inverse:before {
  content: "\73"; }

.icon-fish-6:before {
  content: "\74"; }

.icon-forced-labor:before {
  content: "\75"; }

.icon-freight:before {
  content: "\76"; }

.icon-freight-2:before {
  content: "\77"; }

.icon-id:before {
  content: "\78"; }

.icon-improving:before {
  content: "\79"; }

.icon-medal:before {
  content: "\41"; }

.icon-prawn:before {
  content: "\43"; }

.icon-scales:before {
  content: "\44"; }

.icon-sea-turtle:before {
  content: "\45"; }

.icon-shark:before {
  content: "\46"; }

.icon-shield:before {
  content: "\47"; }

.icon-shrimp-1:before {
  content: "\48"; }

.icon-sting-ray:before {
  content: "\49"; }

.icon-trade:before {
  content: "\4a"; }

.icon-untitled-20:before {
  content: "\4b"; }

.icon-visa:before {
  content: "\4c"; }

.icon-weigh:before {
  content: "\4d"; }

.icon-whale:before {
  content: "\4e"; }

.icon-worldwide:before {
  content: "\4f"; }

.icon-mislabel:before {
  content: "\42"; }

.icon-letter:before {
  content: "\51"; }

.icon-news:before {
  content: "\50"; }

.icon-check-square-o:before {
  content: "\52"; }

.icon-fraud:before {
  content: "\53"; }

.icon-boat-front:before {
  content: "\54"; }

.icon-life-preserver-1:before {
  content: "\55"; }

.icon-lifejacket:before {
  content: "\56"; }

.icon-boat-3-sail:before {
  content: "\57"; }

.icon-life-preserver-2:before {
  content: "\58"; }

.icon-compass:before {
  content: "\59"; }

.icon-chains:before {
  content: "\5a"; }

.icon-trident:before {
  content: "\30"; }

.icon-crab:before {
  content: "\31"; }

.icon-turtle:before {
  content: "\32"; }

.icon-captain-hat:before {
  content: "\33"; }

.icon-bar-chart:before {
  content: "\34"; }

.icon-calendar:before {
  content: "\35"; }

.icon-3-shrimp:before {
  content: "\65"; }

.icon-2fish:before {
  content: "\61"; }

.icon-2-fish-2:before {
  content: "\62"; }

.icon-1fish-right:before {
  content: "\63"; }

.icon-1fish-left:before {
  content: "\64"; }

.icon-marketing:before {
  content: "\7a"; }

.icon-antidumping:before {
  content: "\68"; }

.icon-prawn-2:before {
  content: "\36"; }

.icon-prawn-3:before {
  content: "\37"; }

.icon-shark-fin:before {
  content: "\38"; }

.icon-fish-bubbles:before {
  content: "\39"; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Roboto Slab", "Apple Garamond", "Baskerville", Georgia, "Roboto", serif; }

h5 {
  text-transform: uppercase; }

.banner h1 {
  font-size: 2rem; }
  @media (min-width: 768px) {
    .banner h1 {
      font-size: 3rem; } }

.entry-content h4 {
  margin-bottom: .2rem; }

.entry-meta {
  margin-top: -1rem; }

.entry-title a {
  text-decoration: none; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

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

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

big {
  font-size: 125%; }

.site-main li {
  margin-bottom: 1.5em; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #f7f8fa;
  /* allback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #fa2727;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

.wpcf7-form input[type=submit] {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  float: right;
  padding: 1em 2em; }
  @media (min-width: 768px) {
    .wpcf7-form input[type=submit] {
      width: auto; } }

.issues-buttons .vc_btn3 {
  min-height: 95px; }
  .issues-buttons .vc_btn3:focus {
    color: #fff; }
  .issues-buttons .vc_btn3.fisheries-management:before {
    content: "A"; }

a.post-edit-link, a.vc_inline-link {
  display: inline-block;
  text-decoration: none;
  background-color: #c00;
  padding: 1rem 2rem;
  border-radius: .5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff !important; }
  a.post-edit-link:before, a.vc_inline-link:before {
    content: "\00BB \00a0"; }

.small-edit-link a.post-edit-link {
  padding: .25rem 1rem; }

a.vc_inline-link {
  margin-left: 2rem; }

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

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.wpcf7-form {
  background: #efefef;
  padding: 2em; }
  .wpcf7-form input {
    width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #0e0ed9; }
  a:visited {
    color: #050549; }
  a:hover, a:focus, a:active {
    color: #b70404; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: flex;
  justify-content: center;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      background: #fff;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        text-align: left;
        text-transform: none; }
        .main-navigation ul ul li:hover > ul,
        .main-navigation ul ul li.focus > ul {
          background: #f7f8fa;
          left: 100%; }
      .main-navigation ul ul a {
        width: 200px;
        transition: 0.3s; }
      .main-navigation ul ul a:hover,
      .main-navigation ul ul a.focus {
        background: #f7f8fa; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .9rem; }
    .main-navigation li.twitter {
      font-size: 1.4rem;
      margin-top: -0.4rem; }
      .main-navigation li.twitter a i.fa {
        color: #00b6f1; }
    .main-navigation li.facebook {
      font-size: 1.4rem;
      margin-top: -0.4rem; }
      .main-navigation li.facebook a i.fa {
        color: #3b5998; }
    .main-navigation li.left {
      float: left; }
    .main-navigation li.right {
      float: right; }
    .main-navigation li:hover > a,
    .main-navigation li.focus > a {
      color: #b70404; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    transition: 0.3s;
    padding: 1rem;
    color: #2b2b32; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    color: #0b0ba9; }
  .main-navigation .search-toggle {
    position: relative;
    display: block;
    height: 10px;
    width: 10px; }
    .main-navigation .search-toggle.active i.fa {
      color: #b70404; }
  .main-navigation .search-input:focus {
    outline: none; }

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left; }
  .comment-navigation .nav-previous a,
  .posts-navigation .nav-previous a,
  .post-navigation .nav-previous a {
    margin-left: 4rem; }
    .comment-navigation .nav-previous a:before,
    .posts-navigation .nav-previous a:before,
    .post-navigation .nav-previous a:before {
      font-family: FontAwesome;
      content: "\f053";
      margin-right: .5rem;
      font-size: 4rem;
      position: absolute;
      margin-left: -4rem; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  position: relative; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right; }
  .comment-navigation .nav-next a,
  .posts-navigation .nav-next a,
  .post-navigation .nav-next a {
    margin-right: 4rem; }
    .comment-navigation .nav-next a:before,
    .posts-navigation .nav-next a:before,
    .post-navigation .nav-next a:before {
      font-family: FontAwesome;
      content: "\f054";
      margin-left: .5rem;
      font-size: 4rem;
      position: absolute;
      right: 0; }

.comment-navigation .nav-previous, .comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  min-height: 110px;
  width: 100%;
  background: #f7f8fa;
  padding: .5rem 1rem;
  border-radius: 5px;
  transition: 0.3s; }
  @media (min-width: 768px) {
    .comment-navigation .nav-previous, .comment-navigation .nav-next,
    .posts-navigation .nav-previous,
    .posts-navigation .nav-next,
    .post-navigation .nav-previous,
    .post-navigation .nav-next {
      width: 30%; } }
  .comment-navigation .nav-previous a, .comment-navigation .nav-next a,
  .posts-navigation .nav-previous a,
  .posts-navigation .nav-next a,
  .post-navigation .nav-previous a,
  .post-navigation .nav-next a {
    display: block;
    text-decoration: none; }
  .comment-navigation .nav-previous h5, .comment-navigation .nav-next h5,
  .posts-navigation .nav-previous h5,
  .posts-navigation .nav-next h5,
  .post-navigation .nav-previous h5,
  .post-navigation .nav-next h5 {
    font-family: "Roboto", Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0; }
  .comment-navigation .nav-previous:hover, .comment-navigation .nav-next:hover,
  .posts-navigation .nav-previous:hover,
  .posts-navigation .nav-next:hover,
  .post-navigation .nav-previous:hover,
  .post-navigation .nav-next:hover {
    background: #e7eaf0; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

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

.hentry {
  margin: 0 0 1.5em; }

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

.single .byline,
.group-blog .byline {
  display: inline; }

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Shrimp Stylin'
--------------------------------------------------------------*/
.content-area {
  background: #fff; }
  body.home .content-area {
    margin-top: 0; }

.site-header {
  display: none; }
  @media (min-width: 768px) {
    .site-header {
      background-color: #fff;
      display: block; }
      .site-header .search-box {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        max-height: 0;
        border-radius: 5px;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        background-color: #f7f8fa;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .site-header .search-box .search-input {
          width: 100%;
          height: 100%;
          padding: 0 6rem 0 1rem;
          border: 0;
          background-color: transparent;
          opacity: 0;
          color: #666666; }
        .site-header .search-box .search-input::-webkit-input-placeholder {
          color: #9fa3ac; }
      .site-header .search-box {
        width: 21rem; }
        .site-header .search-box .search-input {
          width: 20rem; } }

.site-header.show .search-box {
  z-index: 1000;
  max-height: 40px;
  padding: 5px 0;
  border: 1px solid #222222; }
  .site-header.show .search-box .search-input {
    opacity: 1; }
  .site-header.show .search-box .search-submit {
    opacity: 1;
    display: inline-block;
    background: #9fa3ac;
    color: #fff;
    text-transform: uppercase;
    margin-left: -6rem; }

.logo {
  font-size: 0;
  line-height: 0;
  width: 160px;
  height: auto;
  margin: 1rem 2rem;
  top: -40px;
  z-index: 10; }

.main-navigation {
  padding-top: 40px;
  height: 100px;
  text-align: center; }

.site-footer {
  font-weight: 300;
  color: #fff; }
  .site-footer a {
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
    font-weight: 400; }
    .site-footer a:hover {
      text-decoration: underline; }
  .site-footer ul {
    padding-left: 1rem;
    list-style: none; }
    .site-footer ul li {
      margin-bottom: 1rem; }
      .site-footer ul li:before {
        content: "\f054";
        font-family: FontAwesome;
        display: inline-block;
        margin-left: -1.3rem;
        width: 1.3rem;
        color: #b70404; }
  .site-footer .footer-block {
    font-size: 1rem;
    margin-top: 2rem;
    text-align: center; }
    .site-footer .footer-block .widget_text {
      display: block;
      width: auto;
      text-align: left; }
      @media (min-width: 768px) {
        .site-footer .footer-block .widget_text {
          display: inline-block; } }
    @media (min-width: 768px) {
      .site-footer .footer-block {
        font-size: .85rem; } }
  .site-footer .sub-footer {
    clear: both;
    font-size: .75rem; }
    .site-footer .sub-footer .footer-block {
      margin-top: 0;
      text-align: center; }
      .site-footer .sub-footer .footer-block .textwidget {
        text-align: center;
        font-size: .8rem; }
    .site-footer .sub-footer .footer-social .facebook .fa-circle {
      color: #3b5998;
      transition: 0.3s; }
    .site-footer .sub-footer .footer-social .facebook:hover .fa-circle {
      color: #718dc8; }
    .site-footer .sub-footer .footer-social .twitter .fa-circle {
      color: #00b6f1;
      transition: 0.3s; }
    .site-footer .sub-footer .footer-social .twitter:hover .fa-circle {
      color: #58d6ff; }
    .site-footer .sub-footer .footer-social .google-plus .fa-circle {
      color: #df4a32;
      transition: 0.3s; }
    .site-footer .sub-footer .footer-social .google-plus:hover .fa-circle {
      color: #ed988a; }

.homepage-slider {
  margin-top: 80px; }
  @media (min-width: 768px) {
    .homepage-slider {
      margin-top: 0; } }

.banner {
  background-color: #666666;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  min-height: 16rem;
  position: relative; }
  @media (min-width: 768px) {
    .banner {
      min-height: 20rem; } }
  .banner .container {
    position: relative;
    height: 20rem;
    padding: 0 1em; }
  .banner .adjustment {
    height: 100%;
    min-height: 16rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    @media (min-width: 768px) {
      .banner .adjustment {
        min-height: 20rem; } }
  .banner .banner-text {
    width: 100%;
    position: absolute;
    bottom: 1rem;
    left: 0;
    z-index: 999;
    text-shadow: 2px 2px 2px rgba(102, 102, 102, 0.7); }
    @media (min-width: 768px) {
      .banner .banner-text {
        bottom: 2rem;
        left: auto; } }
    .banner .banner-text h1 {
      line-height: 1;
      margin: 0 0 .25rem 0;
      padding: 0;
      text-align: center; }
      @media (min-width: 768px) {
        .banner .banner-text h1 {
          text-align: left; } }
    .banner .banner-text .breadcrumbs {
      margin: 0;
      text-align: center;
      padding: 0 .5rem; }
      @media (min-width: 768px) {
        .banner .banner-text .breadcrumbs {
          text-align: left;
          padding: 0; } }
      .banner .banner-text .breadcrumbs span {
        font-weight: 400; }
        .banner .banner-text .breadcrumbs span a {
          color: #fff;
          transition: 0.3s; }
          .banner .banner-text .breadcrumbs span a:hover {
            color: #fb5959;
            text-decoration: none; }

.home-news-block-header {
  min-height: 200px; }

.tags-links a {
  display: inline-block;
  background-color: #f7f8fa;
  border: 1px solid #9fa3ac;
  border-radius: 5px 0 0 0;
  color: #9fa3ac;
  text-decoration: none;
  padding: 0 1rem;
  margin: 0 .5rem 0 0;
  font-size: .7rem; }
  .tags-links a:hover {
    background-color: #fff; }

.cat-list-item {
  height: auto;
  width: auto;
  display: inline-block;
  background: #aaa;
  margin: 0 .5rem .5rem 0;
  padding: 0 1rem;
  text-align: center;
  border-radius: 6px;
  position: relative;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer; }
  .cat-list-item a {
    display: block;
    height: 100%;
    width: 100%;
    color: #fff;
    text-decoration: none; }
  .cat-list-item .icon {
    vertical-align: middle;
    font-size: 1rem;
    margin: .25rem .5rem 0 0; }
  .cat-list-item label {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    font-size: .8rem;
    margin: .25rem .25rem 0rem .25rem;
    width: 100%;
    cursor: pointer; }
  .cat-list-item:hover {
    -webkit-filter: brightness(1.2);
    -moz-filter: brightness(1.2);
    filter: brightness(1.2); }

.cat-block {
  height: 90px;
  width: 90px;
  display: inline-block;
  background: #aaa;
  margin: 0 1.5rem 1rem 0;
  text-align: center;
  border-radius: 10px;
  position: relative;
  text-shadow: 1px 1px 2px rgba(102, 102, 102, 0.7);
  z-index: 1;
  transition: 0.3s;
  cursor: pointer; }
  .cat-block:hover {
    -webkit-filter: brightness(1.2);
    -moz-filter: brightness(1.2);
    filter: brightness(1.2); }
  .cat-block a {
    display: block;
    height: 100%;
    width: 100%;
    color: #fff;
    text-decoration: none; }
  .cat-block .icon {
    font-size: 4rem;
    margin: .25rem 0; }
  .cat-block label {
    position: absolute;
    bottom: 9px;
    left: 0;
    font-size: .7rem;
    line-height: .8rem;
    width: 100%;
    z-index: 0;
    padding: 0 .25rem;
    cursor: pointer;
    font-weight: bold; }

.child-topics {
  margin-left: 2rem;
  text-align: center; }
  .child-topics .cat-block {
    height: 120px;
    width: 90px; }
  @media (min-width: 768px) {
    .child-topics .cat-block {
      height: 100px;
      width: 130px; } }

.posted-on a {
  background: #f7f8fa;
  padding: .25rem .75rem;
  border-radius: .5rem;
  text-decoration: none;
  transition: 0.3s;
  font-size: .8rem;
  color: #050549; }
  .posted-on a:hover {
    background-color: #9fa3ac;
    color: #fff; }

.sidebar-recent-posts ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0; }
  .sidebar-recent-posts ul li {
    font-size: 0.9rem;
    background-color: #f7f8fa;
    padding: 0 .5rem;
    border-radius: 5px; }
    .sidebar-recent-posts ul li span.post-date {
      color: #666666;
      font-size: .75rem;
      display: block; }
      .sidebar-recent-posts ul li span.post-date:before {
        font-family: FontAwesome;
        content: "\f073";
        margin-right: .5rem; }
    .sidebar-recent-posts ul li:hover {
      background-color: #d8dde6; }

.vc_btn3.vc_btn3-color-btn-shrimp-green, .vc_btn3.vc_btn3-color-btn-shrimp-green.vc_btn3-style-flat {
  color: #FFF;
  background-color: #006A29; }
  .vc_btn3.vc_btn3-color-btn-shrimp-green:hover, .vc_btn3.vc_btn3-color-btn-shrimp-green.vc_btn3-style-flat:hover {
    color: #FFF;
    background-color: #00511f; }

.vc_btn3.vc_btn3-color-btn-shrimp-red, .vc_btn3.vc_btn3-color-btn-shrimp-red.vc_btn3-style-flat {
  color: #FFF;
  background-color: #b70404; }
  .vc_btn3.vc_btn3-color-btn-shrimp-red:hover, .vc_btn3.vc_btn3-color-btn-shrimp-red.vc_btn3-style-flat:hover {
    color: #FFF;
    background-color: #9e0303; }

.vc_btn3.vc_btn3-color-btn-shrimp-dark-red, .vc_btn3.vc_btn3-color-btn-shrimp-ark-red.vc_btn3-style-flat {
  color: #FFF;
  background-color: #6A120D; }
  .vc_btn3.vc_btn3-color-btn-shrimp-dark-red:hover, .vc_btn3.vc_btn3-color-btn-shrimp-ark-red.vc_btn3-style-flat:hover {
    color: #FFF;
    background-color: #530e0a; }

.vc_btn3.vc_btn3-color-btn-shrimp-blue, .vc_btn3.vc_btn3-color-btn-shrimp-blue.vc_btn3-style-flat {
  color: #FFF;
  background-color: #080879; }
  .vc_btn3.vc_btn3-color-btn-shrimp-blue:hover, .vc_btn3.vc_btn3-color-btn-shrimp-blue.vc_btn3-style-flat:hover {
    color: #FFF;
    background-color: #060661; }

.vc_btn3.vc_btn3-color-btn-shrimp-orange, .vc_btn3.vc_btn3-color-btn-shrimp-orange.vc_btn3-style-flat {
  color: #FFF;
  background-color: #EA631D; }
  .vc_btn3.vc_btn3-color-btn-shrimp-orange:hover, .vc_btn3.vc_btn3-color-btn-shrimp-orange.vc_btn3-style-flat:hover {
    color: #FFF;
    background-color: #d95814; }

.vc_btn3.vc_btn3-color-btn-shrimp-gold, .vc_btn3.vc_btn3-color-btn-shrimp-gold.vc_btn3-style-flat {
  color: #FFF;
  background-color: #cbb100; }
  .vc_btn3.vc_btn3-color-btn-shrimp-gold:hover, .vc_btn3.vc_btn3-color-btn-shrimp-gold.vc_btn3-style-flat:hover {
    color: #FFF;
    background-color: #b29b00; }

.vc_btn3.vc_btn3-color-btn-shrimp-ltblue, .vc_btn3.vc_btn3-color-btn-shrimp-ltblue.vc_btn3-style-flat {
  color: #FFF;
  background-color: #0088cc; }
  .vc_btn3.vc_btn3-color-btn-shrimp-ltblue:hover, .vc_btn3.vc_btn3-color-btn-shrimp-ltblue.vc_btn3-style-flat:hover {
    color: #FFF;
    background-color: #0077b3; }

.upcoming-meetings {
  background-color: rgba(33, 33, 33, 0.5); }
  .upcoming-meetings h2, .upcoming-meetings p, .upcoming-meetings li {
    color: #fff; }

.meetings-list ul {
  padding: 0 0 0 1.3rem; }
  .meetings-list ul li {
    margin-bottom: 1rem; }
    .meetings-list ul li:before {
      content: "\f073";
      font-family: FontAwesome;
      display: inline-block;
      margin-left: -1.3rem;
      width: 1.3rem;
      color: #fff; }
    .meetings-list ul li a {
      color: #fff; }

.text-shadow, .cat-list-item, .upcoming-meetings h2, .upcoming-meetings p, .upcoming-meetings li, .meetings-list ul li {
  text-shadow: 1px 1px 2px rgba(102, 102, 102, 0.5); }

.box-shadow {
  box-shadow: 1px 1px 2px rgba(102, 102, 102, 0.5); }

.issues-blocks {
  color: #fff; }
  .issues-blocks .issues-block {
    z-index: 999999;
    background: #2b2b32;
    color: #fff;
    text-align: center;
    padding: 2rem auto;
    font-weight: bold;
    text-transform: uppercase; }
    .issues-blocks .issues-block p {
      min-height: 123px; }
      @media (min-width: 768px) {
        .issues-blocks .issues-block p {
          min-height: inherit; } }
    .issues-blocks .issues-block a {
      z-index: 1000000;
      text-decoration: none;
      color: #fff;
      display: block;
      widows: 100%; }

.large-icon {
  font-size: 4rem !important;
  line-height: 1; 
}
.ssa-icon-bubble{
  position: relative;
  margin: 0 auto; 
  display:block; 
  width: 5em !important; 
  height: 5em !important; 
  border-radius: 50%; 
  padding:.5em;
}
  .ssa-icon-bubble i{
    line-height: 1 !important;
    font-size:2.15em !important;
    line-height: 1 !important;
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .ssa-icon-bubble i.large-icon{
      font-size: 4rem !important;
      margin-top: 5%;
  }

.dark-background {
  background-color: rgba(33, 33, 33, 0.5); }

#responsive-menu-pro i.fa.fa-facebook-square, #responsive-menu-pro i.fa.fa-twitter-square {
  font-size: 2.5rem; }

#responsive-menu-pro i.fa.fa-facebook-square {
  color: #3b5998; }

#responsive-menu-pro i.fa.fa-twitter-square {
  color: #00b6f1; }

.donation-forms {
  text-align: center; }
  .donation-forms input, .donation-forms select {
    font-size: 1.4rem; }
  .donation-forms select {
    max-width: 300px; }

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:hover {
  text-transform: uppercase;
  font-weight: bold; }

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-defaults .ctct-form-header {
  text-align: center; }

.easy-modal, .easy-modal-animated {
  width: 90%;
  padding: 2rem;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
  background-color: white; }
  @media (min-width: 768px) {
    .easy-modal, .easy-modal-animated {
      width: 600px; } }

.shrimp-modal {
  text-shadow: none; }
  .shrimp-modal h2 {
    font-size: 2rem;
    font-family: "Roboto Slab", "Apple Garamond", "Baskerville", Georgia, "Roboto", serif;
    line-height: 1;
    color: #2b2b32; }
    .shrimp-modal h2 small {
      font-size: 1.4rem;
      font-style: italic;
      color: #666666; }
  .shrimp-modal .modal-content {
    height: 400px;
    overflow-y: scroll;
    color: #2b2b32; }
    .shrimp-modal .modal-content p, .shrimp-modal .modal-content li, .shrimp-modal .modal-content td {
      color: #2b2b32; }

.close {
  cursor: pointer;
  float: right;
  color: #666666; }

strong.search-excerpt {
  background-color: yellow;
  color: blue; }

blockquote {
  font-family: "Roboto Slab", "Apple Garamond", "Baskerville", Georgia, "Roboto", serif;
  font-style: italic;
  font-size: 1.15rem;
  color: #666666;
  font-weight: bold; }

/* VC Column Reverse */
.vc_row.column-reverse {
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 768px) {
    .vc_row.column-reverse {
      display: block !important;
      flex-direction: column !important; } }

.white {
  color: #fff !important; }

.very-light-gray {
  color: #f7f8fa !important; }

.light-gray {
  color: #9fa3ac !important; }

.medium-gray {
  color: #666666 !important; }

.dark-gray {
  color: #222222 !important; }

.black {
  color: #000 !important; }

.blue {
  color: #080879 !important; }

.shrimp-blue {
  color: #080879 !important; }

.red {
  color: #b70404 !important; }

.shrimp-red {
  color: #b70404 !important; }

.gray {
  color: #2b2b32 !important; }

.shrimp-gray {
  color: #2b2b32 !important; }

.green {
  color: #006a29 !important; }

.dark-red {
  color: #6a120d !important; }

.orange-red {
  color: #ea6327 !important; }

.gold {
  color: #cbb100 !important; }

.medium-blue {
  color: #0088cc !important; }

.facebook {
  color: #3b5998 !important; }

.twitter {
  color: #00b6f1 !important; }

.google-plus {
  color: #df4a32 !important; }

.vc_row.column-reverse {
  display: flex;
  flex-direction: column-reverse; }

@media (min-width: 768px) {
  .vc_row.column-reverse {
    display: block;
    flex-direction: column; } }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }
