@font-face {
  font-family: "Linguistics Pro";
  src: url("/wp-content/themes/go-fish/webfonts/LinguisticsPro-Regular.eot");
  src: url("/wp-content/themes/go-fish/webfonts/LinguisticsPro-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/go-fish/webfonts/LinguisticsPro-Regular.woff2") format("woff2"), url("/wp-content/themes/go-fish/webfonts/LinguisticsPro-Regular.woff") format("woff"), url("/wp-content/themes/go-fish/webfonts/LinguisticsPro-Regular.ttf") format("truetype"), url("/wp-content/themes/go-fish/webfonts/LinguisticsPro-Regular.svg#Linguistics Pro") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Linguistics Pro";
  src: url("/wp-content/themes/go-fish/webfonts/LinguisticsPro-Italic.eot");
  src: url("/wp-content/themes/go-fish/webfonts/LinguisticsPro-Italic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/go-fish/webfonts/LinguisticsPro-Italic.woff2") format("woff2"), url("/wp-content/themes/go-fish/webfonts/LinguisticsPro-Italic.woff") format("woff"), url("/wp-content/themes/go-fish/webfonts/LinguisticsPro-Italic.ttf") format("truetype"), url("/wp-content/themes/go-fish/webfonts/LinguisticsPro-Italic.svg#Linguistics Pro") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Linguistics Pro";
  src: url("/wp-content/themes/go-fish/webfonts/LinguisticsPro-Bold.eot");
  src: url("/wp-content/themes/go-fish/webfonts/LinguisticsPro-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/go-fish/webfonts/LinguisticsPro-Bold.woff2") format("woff2"), url("/wp-content/themes/go-fish/webfonts/LinguisticsPro-Bold.woff") format("woff"), url("/wp-content/themes/go-fish/webfonts/LinguisticsPro-Bold.ttf") format("truetype"), url("/wp-content/themes/go-fish/webfonts/LinguisticsPro-Bold.svg#Linguistics Pro") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Linguistics Pro";
  src: url("/wp-content/themes/go-fish/webfonts/LinguisticsPro-BoldItalic.eot");
  src: url("/wp-content/themes/go-fish/webfonts/LinguisticsPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/go-fish/webfonts/LinguisticsPro-BoldItalic.woff2") format("woff2"), url("/wp-content/themes/go-fish/webfonts/LinguisticsPro-BoldItalic.woff") format("woff"), url("/wp-content/themes/go-fish/webfonts/LinguisticsPro-BoldItalic.ttf") format("truetype"), url("/wp-content/themes/go-fish/webfonts/LinguisticsPro-BoldItalic.svg#Linguistics Pro") format("svg");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* Set these variables  ------------------------------------------------------------- */
/* General Variables  ------------ */
/* Fonts */
/* Colors */
/* Header */
/* Menu */
/* Mobile */
/* Images */
/* Icons  ------------ */
/* Buttons  ------------ */
/* Blockquotes  ------------ */
/* Borders */
/*Forms*/
/*Extras*/
/*Footer*/
/* END General Variables */
/* Features to Include in Stylesheet  ------------ */
/*  END Features to Include in Stylesheet */
/* END Variables */
/* ALL DEVICES -------------------------------------------------------------------------------- */
/*Reset Styles*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
  display: block;
}

body {
  line-height: 1.6rem;
  font-family: proxima-nova, sans-serif;
  color: #000000;
  position: relative;
  font-weight: 400;
  font-size: 18px;
}

blockquote, q {
  quotes: none;
}

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

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

hr {
  border-color: #ccc;
  border-style: solid;
  margin: 10px 0;
}

em {
  font-style: italic;
}

span.sm-txt {
  font-size: 0.95rem;
}

/* Header  ------------ */
.header {
  height: 100px;
}

.h-icon a:hover img {
  filter: invert(36%) sepia(93%) saturate(315%) hue-rotate(35deg) brightness(95%) contrast(90%);
}

header {
  z-index: 800;
  height: 100px;
  background: #fff;
}
header a {
  color: #000000;
  text-decoration: none;
}
header a:hover {
  color: #182C4D;
}
header a.accent-color:hover {
  color: #5F7525 !important;
}
header a.button {
  font-weight: 500;
  color: #fff;
  background: #182C4D;
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  margin: 0;
  font-size: 1.1rem;
  border-radius: 10px;
}
header a.button:hover {
  background: #5F7525;
  color: #fff;
}
header:not(.sticky) .light .header-btn-holder a.button {
  color: #fff;
  border-color: #fff;
}
header:not(.sticky) .light .header-btn-holder a.button:hover {
  border-color: #182C4D;
}
header #search-here {
  display: none;
  position: absolute;
  top: 100px;
  background: #fff;
  font-size: 16px;
  right: 0;
  padding: 5px 20px;
  border-top: 2px solid #efefef;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
header #search-here .sf-field-search, header #search-here label {
  width: 100%;
}
header #search-here input {
  border-color: #ccc;
  font-weight: 700;
  padding-left: 5px;
}
header #search-here ::placeholder {
  font-size: 0.9rem;
  font-weight: 700;
  padding-left: 5px;
  color: #000000;
}
header #search-here.show-me {
  display: block;
}
header #search-mobile ul {
  margin: 0 auto;
  width: 220px;
  display: flex;
}
header #search-mobile input {
  font-weight: 700;
  padding: 20px;
  display: block;
  position: relative;
  box-shadow: none;
  top: 0;
  max-width: 120px;
  border: 1px solid #ccc;
  border-radius: 100px;
  appearance: none;
  font-size: 16px;
}
header #search-mobile input.sf-input-text {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
header #search-mobile input[type=submit] {
  width: 60px;
  margin-bottom: 50px;
  color: #fff;
  background: #005695;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
header #search-mobile .sf-field-submit {
  left: 0;
}
header #search-mobile ::placeholder {
  font-size: 0.9rem;
  font-weight: 700;
  padding-left: 5px;
  color: #000000;
}
header ul {
  padding: 0;
  margin: 0;
}
header li {
  list-style: none;
}
header .menu-title:not(.link) > a:hover {
  text-decoration: none !important;
  color: #182C4D !important;
  cursor: default;
}

/* END Header */
/* General & Structure  ------------ */
* {
  margin: 0;
  padding: 0;
}

p {
  padding: 0.75rem 0;
}

ul, ol {
  margin-left: 40px;
  padding: 0.75rem 0;
}

.flex-wrap {
  flex-flow: wrap;
}

.flex-row-stretch img, .flex-row-center img {
  max-width: 100%;
  height: auto;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-row-stretch {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.flex-row-center {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.flex-row-bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-center {
  justify-content: center;
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content: space-around;
}

.row-reverse {
  flex-direction: row-reverse !important;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  z-index: 10;
  padding: 0 5%;
}

.lg-wrapper {
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.fw-wrapper, .thin-wrapper, .narrow, .xtra-narrow {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

section, article {
  position: relative;
}

.ten {
  flex-basis: 10%;
  flex-grow: 1;
}

.fifteen {
  flex-basis: 15%;
  flex-grow: 1;
}

.twenty {
  flex-basis: 20%;
  flex-grow: 1;
}

.twenty-five {
  flex-basis: 25%;
  flex-grow: 1;
}

.thirty {
  flex-basis: 30%;
  flex-grow: 1;
}

.thirty-three {
  flex-basis: 33.33%;
  flex-grow: 1;
}

.fourty {
  flex-basis: 40%;
  flex-grow: 1;
}

.fourty-five {
  flex-basis: 45%;
  flex-grow: 1;
}

.fifty {
  flex-basis: 50%;
  flex-grow: 1;
}

.fifty-five {
  flex-basis: 55%;
  flex-grow: 1;
}

.sixty {
  flex-basis: 60%;
  flex-grow: 1;
}

.sixty-six {
  flex-basis: 66.66%;
  flex-grow: 1;
}

.seventy {
  flex-basis: 70%;
  flex-grow: 1;
}

.seventy-five {
  flex-basis: 75%;
  flex-grow: 1;
}

.eighty {
  flex-basis: 80%;
  flex-grow: 1;
}

.ninety {
  flex-basis: 90%;
  flex-grow: 1;
}

.full {
  flex-basis: 100%;
}

.paged .hide-paged {
  display: none;
}

.theme-border {
  border: none;
  border-radius: 12px;
}

.theme-border-alt {
  border: none;
  border-radius: 12px;
}

iframe {
  max-width: 100%;
}

.alignleft {
  float: left;
  margin: 1rem 1rem 1rem 0;
}

.alignright {
  float: right;
  margin: 1rem 0 1rem 1rem;
}

.aligncenter {
  margin: 1rem auto;
}

.box-shadow {
  box-shadow: -3px 3px 8px 5px rgba(0, 0, 0, 0.05);
}

/* END General & Structure */
/*Tables*/
table {
  border: 3px solid #EFF1F2;
  margin: 0 auto;
}

th {
  background: #182C4D;
  color: #fff;
  text-align: left;
  font-weight: 700;
  padding: 10px 15px;
  border: 2px solid #fff;
}

td {
  padding: 10px 15px;
  border: 2px solid #fff;
}

tbody tr:nth-child(even) {
  background: #EFF1F2;
}

/* Screen Readers Only  ------------ */
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Text  ------------ */
h1, .h1 {
  font-family: "Linguistics Pro";
  font-size: 3.4rem;
  line-height: 1.25em;
  padding: 0.5em 0 0.2em;
  color: #182C4D;
  font-weight: 500;
}
h1 sup, .h1 sup {
  font-size: 1rem;
}

h2, .h2 {
  font-family: "Linguistics Pro";
  font-size: 2.2rem;
  line-height: 1.25em;
  padding: 0.5em 0 0.2em;
  font-weight: 500;
  color: #182C4D;
}
h2 sup, .h2 sup {
  font-size: 1rem;
  top: -1rem !important;
}

h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
  color: #182C4D;
  line-height: 1.25em;
  padding: 0.5em 0 0.2em;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}
h3 sup, h4 sup, h5 sup, h6 sup, .h3 sup, .h4 sup, .h5 sup, .h6 sup {
  font-size: 1rem;
}

.header-font {
  font-family: "Linguistics Pro";
}

.dark, .color-bg .dark {
  color: #182C4D;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark a, .dark a:hover, .dark p, .color-bg .dark h1, .color-bg .dark h2, .color-bg .dark h3, .color-bg .dark h4, .color-bg .dark h5, .color-bg .dark h6, .color-bg .dark a, .color-bg .dark a:hover, .color-bg .dark p {
  color: #182C4D;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  font-size: 0.6rem;
}

sup {
  top: -0.7em;
}

sub {
  top: 0.4em;
}

strong, b {
  font-weight: 700;
}

.lg-type p {
  font-size: 1.3em;
  line-height: 1.4em;
}

.double-space p, .double-space li {
  line-height: 2em;
  margin-top: 0;
}

.center {
  text-align: center;
}

blockquote {
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  position: relative;
  font-size: 1.3rem;
  font-style: italic;
  background-color: #F5F4F2;
  border-radius: 12px;
  padding: 0 0 0 63px;
}
blockquote p {
  padding: 25px;
}
blockquote:before {
  content: "";
  background: url(/wp-content/themes/go-fish/images/b-quote.svg) center no-repeat;
  width: 38px;
  height: 27px;
  position: absolute;
  background-size: contain;
  top: 25px;
  left: 25px;
}
blockquote p {
  line-height: 1.8rem !important;
  margin-bottom: 20px;
}

:focus-visible {
  outline-color: #182C4D;
}

#alert1, #alert2 {
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}

/*END Text */
/* Colors  ------------ */
.font-color {
  color: #000000;
}

.main-color {
  color: #000000;
}

.accent-color {
  color: #182C4D;
}

.second-color {
  color: #5F7525 !important;
}

.third-color {
  color: #5F7525 !important;
}
.third-color h1, .third-color h2, .third-color h3, .third-color h4, .third-color h5, .third-color h6 {
  color: #5F7525;
}

.light-color-bg {
  background: #C4D5DE;
}

.light-color-border {
  border-color: #C4D5DE !important;
}

.main-color-bg {
  background: #000000;
}

.third-color-bg {
  background: #5F7525;
}

.second-color-bg {
  background: #5F7525;
}

.color-bg {
  background-color: #182C4D;
  position: relative;
}
.color-bg p, .color-bg h1, .color-bg h2, .color-bg h3, .color-bg h4, .color-bg h5, .color-bg h6, .color-bg li, .color-bg a, .color-bg div, .color-bg em, .color-bg strong {
  color: #fff;
}

.grey-bg {
  background-color: #F5F4F2;
  position: relative;
}

.white-bg {
  background-color: #fff;
}

.alt-bg {
  background-color: #5F7525;
}

.dark-bg {
  background-color: #182C4D;
}

.alt-light-bg-1 {
  background: #C4D5DE;
}

.alt-light-bg-2 {
  background: #F5F4F2;
}

.grad-bg {
  background: #C4D5DE;
  background: linear-gradient(169deg, rgb(234, 240, 236) 0%, rgb(238, 240, 241) 100%);
}

.grad-bg-alt {
  background: #182C4D;
  background: linear-gradient(142deg, rgb(120, 191, 33) 0%, rgb(107, 164, 58) 100%);
}

/* END Colors */
/* General Settings (Links & Buttons)  ------------ */
header .sub-menu {
  display: none;
}
header .sub-menu.opened {
  display: block;
}

main a {
  color: #182C4D;
}
main a.alt {
  color: #5F7525;
}
main a.alt:hover {
  color: #182C4D;
  text-decoration: underline;
}
main a.alt3 {
  color: #5F7525;
}
main a.alt3:hover {
  color: #000000;
  text-decoration: underline;
}
main a:hover {
  color: #5F7525;
  text-decoration: underline;
}
main a.box-link {
  color: #000000;
}
main a.box-link:hover {
  text-decoration: none;
}
main a.no-underline {
  text-decoration: none;
}
main a.no-underline:hover {
  text-decoration: underline;
}
main a.button {
  font-size: 1.1rem;
  font-weight: 500;
  display: inline-block;
  padding: 13px 18px;
  text-align: center;
  position: relative;
  border: none;
  background: #182C4D;
  color: #fff;
  text-decoration: none;
  transition: box-shadow 0.1s;
  border-radius: 10px;
  min-width: 120px;
}
main a.button.outline {
  background: none !important;
  padding: 12px 20px;
  box-shadow: none !important;
  color: #182C4D;
  border: 2px solid #182C4D;
}
main a.button.outline:hover, main a.button.outline:focus {
  border: 2px solid #5F7525;
  color: #5F7525;
}
main a.button:hover, main a.button:focus, main a.button:focus-visible {
  background: #5F7525;
  color: #fff;
  text-decoration: none;
}
main a.button.alt {
  background: #5F7525;
  border: none;
  color: #182C4D;
}
main a.button.alt:hover, main a.button.alt:focus, main a.button.alt:focus-visible {
  background: #000000;
  color: #fff;
}
main a.button.simple {
  padding: 12px 20px;
  background: #5F7525;
  color: #fff;
  border: none;
  box-shadow: none;
}
main a.button.simple:hover, main a.button.simple:focus, main a.button.simple:focus-visible {
  background: #182C4D;
}
main li p {
  margin: 5px 0;
}
main .alt-bg, main .light, main .dark-bg, main .color-bg {
  color: #fff;
}
main .alt-bg h1, main .alt-bg h2, main .alt-bg h3, main .alt-bg h4, main .alt-bg h5, main .alt-bg h6, main .alt-bg li, main .alt-bg p, main .light h1, main .light h2, main .light h3, main .light h4, main .light h5, main .light h6, main .light li, main .light p, main .dark-bg h1, main .dark-bg h2, main .dark-bg h3, main .dark-bg h4, main .dark-bg h5, main .dark-bg h6, main .dark-bg li, main .dark-bg p, main .color-bg h1, main .color-bg h2, main .color-bg h3, main .color-bg h4, main .color-bg h5, main .color-bg h6, main .color-bg li, main .color-bg p {
  color: #fff;
}
main .alt-bg a:not(.button), main .light a:not(.button), main .dark-bg a:not(.button), main .color-bg a:not(.button) {
  color: #fff;
}
main .alt-bg a:not(.button):hover, main .light a:not(.button):hover, main .dark-bg a:not(.button):hover, main .color-bg a:not(.button):hover {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}
main .alt-bg a.button:hover, main .alt-bg a.button:focus, main .alt-bg a.button:focus-visible, main .light a.button:hover, main .light a.button:focus, main .light a.button:focus-visible, main .dark-bg a.button:hover, main .dark-bg a.button:focus, main .dark-bg a.button:focus-visible, main .color-bg a.button:hover, main .color-bg a.button:focus, main .color-bg a.button:focus-visible {
  text-decoration: none;
  color: #fff;
}
main .alt-bg a.button.outline, main .light a.button.outline, main .dark-bg a.button.outline, main .color-bg a.button.outline {
  color: #fff;
  border-color: #fff;
}
main .alt-bg a.button.outline:hover, main .alt-bg a.button.outline:focus, main .alt-bg a.button.outline:focus-visible, main .light a.button.outline:hover, main .light a.button.outline:focus, main .light a.button.outline:focus-visible, main .dark-bg a.button.outline:hover, main .dark-bg a.button.outline:focus, main .dark-bg a.button.outline:focus-visible, main .color-bg a.button.outline:hover, main .color-bg a.button.outline:focus, main .color-bg a.button.outline:focus-visible {
  text-decoration: none;
  background: #fff !important;
  color: #182C4D;
}

aside {
  font-size: 18px;
  line-height: 1.2em;
}
aside a {
  color: #182C4D;
  text-decoration: none;
}
aside a.alt {
  color: #5F7525;
}
aside a:hover {
  color: #000000;
  text-decoration: underline;
}
aside a.button {
  font-weight: 700;
  background: #182C4D;
  color: #fff;
  display: inline-block;
  padding: 13px 18px;
  text-align: center;
  position: relative;
  font-size: 1.1rem;
  border-radius: 10px;
}
aside a.button:hover {
  text-decoration: none;
  background: #5F7525;
}
aside.color-bg a:hover {
  color: #fff;
}
aside#loginBox {
  visibility: hidden;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: translateX(0);
  max-width: 100%;
  overflow: hidden;
}
aside#loginBox > div {
  opacity: 0%;
}
aside#loginBox select {
  border-radius: 0;
}
aside#loginBox.right-panel-active {
  visibility: visible;
  left: 65%;
  padding: 0 40px;
  z-index: 10000 !important;
  overflow-y: auto;
}
aside#loginBox.right-panel-active > div {
  opacity: 100%;
}
aside#loginBox #login-form input {
  border-radius: 5px !important;
}
aside#alert {
  font-weight: 600;
}
aside#alert a {
  text-decoration: underline;
}
aside#alert a:hover {
  text-decoration: none;
}
aside#alert.alt-bg, aside#alert.color-bg, aside#alert .alt-bg, aside#alert .color-bg {
  color: #fff;
}
aside#alert.alt-bg a, aside#alert.color-bg a, aside#alert .alt-bg a, aside#alert .color-bg a {
  color: #fff;
}
aside#alert.alt-bg a:hover, aside#alert.color-bg a:hover, aside#alert .alt-bg a:hover, aside#alert .color-bg a:hover {
  color: #fff;
}

code {
  background: #000;
  display: block;
  color: #fff;
  border-radius: 12px;
  text-align: left;
  padding: 5%;
}

footer {
  background: #fff;
}
footer li.strong {
  font-weight: 500;
}
footer li.strong:after {
  content: ":";
}
footer li.strong:not(:first-child) {
  padding-top: 20px;
}
footer #full-overlay.on {
  display: block !important;
}
footer .wrapper {
  max-width: unset;
}
footer a {
  color: #000;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer a.button {
  font-weight: 700;
  color: #182C4D;
  border: 2px solid #182C4D;
  display: inline-block;
  padding: 12px;
  min-width: 150px;
  text-align: center;
  margin: 20px auto;
  border-radius: 10px;
}
footer a.button:hover {
  background: #182C4D;
  color: #fff;
}
footer ol, footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer li {
  margin-top: 15px;
}
footer .social a {
  flex-basis: 20%;
  text-align: center;
}
footer .social img:hover {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(7deg) brightness(0%) contrast(102%);
}
footer .bottom-footer {
  background: #F5F4F2;
}
footer .bottom-footer p {
  color: #000000;
}
footer .bottom-footer a {
  color: #182C4D;
}

.page-numbers.current {
  text-decoration: underline;
  color: #000;
}

/* END General Settings */
ul.breadcrumb {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.breadcrumb li {
  list-style: none;
  float: left;
}

.breadcrumb span {
  padding: 0 6px;
}

/* Images ----------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

img:not(.logo):not(.icon) {
  border-radius: 12px;
}

.dark-overlay {
  position: relative;
}

.dark-overlay:after {
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.45);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  z-index: 1;
}

.wp-caption-text, .wp-caption {
  max-width: 100%;
  font-size: 0.9rem;
  line-height: 1rem;
}

/* Video */
.youtube-embed:before {
  content: " ";
  background: url(/wp-content/themes/go-fish/images/play.png) center no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
}
.youtube-embed:hover, .youtube-embed:focus {
  cursor: pointer;
}
.youtube-embed:hover::before, .youtube-embed:focus::before {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(110deg) brightness(124%) contrast(114%);
}

iframe.video-holder, iframe.video {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}

.video-container iframe {
  border-radius: 12px;
  box-shadow: -3px 3px 8px 5px rgba(0, 0, 0, 0.05);
  margin: 25px 0;
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}

.youtube-img-holder:before {
  background: rgb(245, 244, 242);
  background: linear-gradient(90deg, rgb(245, 244, 242) 0%, rgba(245, 244, 242, 0.8) 35%, rgba(245, 244, 242, 0.5) 45%, rgba(245, 244, 242, 0) 60%, rgba(245, 244, 242, 0) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border-radius: 12px;
}

/* END Video */
/* Gradients  ------------ */
.grad-bottom:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: " ";
  background: rgba(0, 0, 0, 0.2);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 8%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0) 100%);
}

.grad-bottom.image > img {
  width: 100%;
}

.grad-left-light:before {
  background: rgb(245, 244, 242);
  background: linear-gradient(90deg, rgb(245, 244, 242) 0%, rgb(245, 244, 242) 35%, rgba(245, 244, 242, 0.5) 45%, rgba(245, 244, 242, 0) 60%, rgba(245, 244, 242, 0) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
}

.grad-left-white:before {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0.5) 45%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
}

/* END Gradients */
/* END Images*/
/* Blog   ------------ */
.page-numbers {
  padding: 0 6px;
}

/* END Blog */
/* Forms   ------------ */
.gform_required_legend {
  font-size: 0.9rem;
}

.freeze {
  overflow: hidden;
}

input:not([type=checkbox]), input:not([type=radio]) select, textarea {
  width: calc(100% - 20px);
  border: 1px solid #CCCCCC;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  margin: 0;
  font-family: proxima-nova, sans-serif !important;
  color: #000000;
  font-size: 16px;
}

select {
  background: url(/wp-content/themes/go-fish/images/drop-down-caret.svg) no-repeat 98% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
  width: 100.5%;
  padding: 12px;
  border-color: #cccccc;
  border-radius: 5px;
}

label, legend {
  padding-top: 10px;
}

.youtube-embed:focus, select:focus, input:focus {
  outline: thin dotted;
}

input[type=submit].button, form button {
  appearance: none;
  font-weight: 500;
  transition: box-shadow 0.1s;
  color: #fff;
  border: none;
  background: #182C4D;
  display: inline-block;
  padding: 15px;
  width: auto;
  text-align: center;
  min-width: 120px;
  font-size: 1.1rem;
  border-radius: 10px;
}
input[type=submit].button:hover, form button:hover {
  background: #5F7525 !important;
  color: #fff !important;
  text-decoration: none;
  position: relative;
}
input[type=submit].button:active, form button:active {
  top: 6px;
  left: 6px;
}

ul.gform_fields {
  margin: 0;
}

li.sf-field-search input {
  padding: 5%;
}

::placeholder {
  color: #000000;
  font-size: 1.15rem;
}

.form-section .button.simple:hover {
  color: #fff;
}

ul.gform_fields {
  margin: 0;
}

.gform-body li {
  list-style: none;
}

.gform_footer.top_label {
  margin: 15px 0;
}

.top_label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gfield {
  flex-basis: 100%;
  padding-top: 10px;
}

.gfield--width-half {
  flex-basis: 48%;
}

.gform_validation_container {
  display: none;
}

.ginput_container.ginput_container_fileupload {
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 10px;
}
.ginput_container.ginput_container_fileupload .button {
  padding: 10px;
  min-width: 100px;
  background: none;
  color: #555;
  border: 2px solid #555;
  margin: 10px 0;
}
.ginput_container.ginput_container_fileupload .gform_fileupload_rules {
  font-size: 0.9rem;
}

/* END Forms */
/* Search and Filter */
.searchandfilter select.sf-input-select {
  padding: 15px;
  border-radius: 5px;
}

/* Icons*/
.icons img {
  max-height: 70px;
}

/* END Icons */
/* Login, Speed Bump, Popups */
aside#sb-box.sb-active, aside#b-popup.bp-active {
  display: block !important;
}

aside#b-popup h3 {
  font-size: 1.5rem;
}

aside#b-popup p {
  line-height: 1.4rem;
}

/* END Login, Speed Bump, Popups */
/* FAQs */
.question {
  cursor: pointer;
}

.white-bg .question {
  background-color: #F5F4F2;
}

.grey-bg .question {
  background-color: #fff;
}

.question.active .arrow > img {
  transform: rotate(180deg);
}

.answer {
  display: none;
}

.answer.show {
  display: block;
}

.question:hover {
  transform: scale(1.03);
}

.question .expand {
  display: block;
}

.question .collapse {
  display: none;
}

.question.active .expand {
  display: none;
}

.question.active .collapse {
  display: block;
}

/* END FAQs */
/* Slick */
.slick-dots li button::before {
  border-color: #182C4D !important;
  background: #182C4D !important;
  border-radius: 50px;
  content: " " !important;
}

.color-bg .slick-dots li button::before {
  border-color: #ffffff !important;
  background: #ffffff !important;
}

/* END Slick */
/* All Mobile and Small Desktop  ----------------------------------------------------------------------- */
@media only screen and (max-width: 1149px) {
  /* General & Structure  ------------ */
  .no-mobile {
    display: none;
  }
  .mobile-wrap {
    flex-wrap: wrap;
  }
  .mobile-wrap > .flex, .mobile-wrap > .fifty, .mobile-wrap > .full, .mobile-wrap > .twenty, .mobile-wrap > .thirty, .mobile-wrap > .thirty-three, .mobile-wrap > .fourty, .mobile-wrap > .fourty-five, .mobile-wrap > .fifty-five, .mobile-wrap > .sixty, .mobile-wrap > .sixty-six, .mobile-wrap > .twenty-five, .mobile-wrap > .ten, .mobile-wrap > .seventy, .mobile-wrap > .seventy-five, .mobile-wrap > .eighty, .mobile-wrap > .ninety {
    flex-basis: 100%;
  }
  .mobile-wrapper {
    padding: 0 5%;
  }
  /* END General & Structure */
  /* Menu  ------------ */
  header {
    position: relative;
    opacity: 1;
  }
  header .appt {
    display: none;
  }
  header .sub-menu .sub-menu {
    display: block;
  }
  .main-nav {
    border: none;
    padding: 0;
    overflow: visible;
  }
  .main-nav ul {
    /*display: block;*/
    min-width: auto;
    top: auto;
    background: none;
    border: none;
    box-shadow: none;
    position: relative;
  }
  #myDropdown {
    flex-flow: row wrap;
    margin-top: 10px;
    margin-bottom: 50px;
    height: 100%;
  }
  #myDropdown #menu-main-menu > li, #myDropdown .mobile-menu-item {
    border-bottom: 1px solid rgba(206, 214, 224, 0.5);
    width: 100%;
    padding: 20px 5px;
    text-align: left;
    position: relative;
  }
  #myDropdown #menu-main-menu > li > a, #myDropdown .mobile-menu-item > a {
    border-left: none;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .dropbtn {
    border: none;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    position: relative;
    background: #fff;
  }
  .dropdown {
    position: relative;
    display: block;
    float: right;
    width: 100%;
  }
  .dropdown .show {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    height: 100%;
    z-index: 100;
    overflow: auto;
    display: block;
    margin-top: 30px !important;
  }
  .dropdown .table {
    padding: 50px 3% 0;
  }
  .dropdown-content {
    display: none;
    z-index: 50;
  }
  .dropdown-content .menu-item-has-children a {
    padding: 15px !important;
  }
  ul.sub-menu {
    padding: 10px 0 0 30px;
  }
  ul.sub-menu > li {
    border-bottom: none !important;
    font-size: 1rem;
    padding: 7px 0;
  }
  ul.sub-menu a {
    border-bottom: none !important;
    font-size: 1rem;
  }
  .menu-item-has-children {
    padding-bottom: 10px !important;
  }
  .menu-item-has-children:after {
    content: none;
  }
  .main-navigation > li {
    padding: 20px 0 !important;
  }
  .main-navigation > li.menu-item-has-children {
    position: relative;
  }
  .main-navigation > li.menu-item-has-children:after {
    content: " ";
    background: url(/wp-content/themes/go-fish/images/down-arrow.svg) center no-repeat;
    position: absolute;
    right: 20px;
    width: 11px;
    height: 18px;
    top: 24px;
    background-size: contain;
  }
  .main-navigation > li.menu-item-has-children:focus {
    outline: none;
  }
  .main-navigation > li.menu-item-has-children:focus > a:before {
    content: " ";
    border: 2px solid #005695;
    border-radius: 3px;
    position: absolute;
    right: 13px;
    width: 20px;
    height: 21px;
    top: 19px;
  }
  /*hamburger menu*/
  .hamburger {
    position: relative;
    top: 4px;
    /*padding: 15px 15px;*/
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  .hamburger:hover {
    opacity: 0.7;
  }
  .hamburger.is-active:hover {
    opacity: 0.7;
  }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #334F55;
  }
  .hamburger-box {
    width: 36px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    width: 30px;
    height: 3px;
    background-color: #182C4D;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .light .hamburger-inner, .light .hamburger-inner::before, .light .hamburger-inner::after {
    background-color: #fff;
  }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
  }
  .hamburger-inner::before {
    top: -10px;
  }
  .hamburger-inner::after {
    bottom: -10px;
  }
  /*
     * Squeeze
     */
  .hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 0.075s;
    transition-duration: 0.075s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  }
  .hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  footer .col1, footer .col5 {
    flex-basis: 100%;
    text-align: center;
  }
  footer .social > div {
    justify-content: center;
    margin-top: 10px;
  }
  footer .menu-item a {
    padding: 15px;
  }
  /* END Footer */
}
/* END All Mobile and Small Desktop */
/* Phones  ----------------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
  /* General and Structure  ------------ */
  .no-phone, .no-phones, .no-sm-mobile {
    display: none;
  }
  main .phone-center, main .phones-center, main .sm-mobile-center, main .mobile-center {
    text-align: center;
  }
  main .phone-center ul, main .phone-center ol, main .phones-center ul, main .phones-center ol, main .sm-mobile-center ul, main .sm-mobile-center ol, main .mobile-center ul, main .mobile-center ol {
    text-align: left;
  }
  .wrapper, .lg-wrapper, .fw-wrapper, .thin-wrapper, .narrow, .xtra-narrow {
    padding: 5%;
  }
  .fw-wrapper > div {
    padding-left: 30px;
    padding-right: 30px;
  }
  .phone-wrap, .flex-wrap, .sm-mobile-wrap, .phones-wrap {
    flex-wrap: wrap;
  }
  .phone-wrap > .flex, .phone-wrap > .fifty, .phone-wrap > .full, .phone-wrap > .twenty, .phone-wrap > .thirty, .phone-wrap > .thirty-three, .phone-wrap > .fourty, .phone-wrap > .fourty-five, .phone-wrap > .fifty-five, .phone-wrap > .sixty, .phone-wrap > .sixty-six, .phone-wrap > .twenty-five, .phone-wrap > .ten, .phone-wrap > .seventy, .phone-wrap > .seventy-five, .phone-wrap > .eighty, .phone-wrap > .ninety, .flex-wrap > .flex, .flex-wrap > .fifty, .flex-wrap > .full, .flex-wrap > .twenty, .flex-wrap > .thirty, .flex-wrap > .thirty-three, .flex-wrap > .fourty, .flex-wrap > .fourty-five, .flex-wrap > .fifty-five, .flex-wrap > .sixty, .flex-wrap > .sixty-six, .flex-wrap > .twenty-five, .flex-wrap > .ten, .flex-wrap > .seventy, .flex-wrap > .seventy-five, .flex-wrap > .eighty, .flex-wrap > .ninety, .sm-mobile-wrap > .flex, .sm-mobile-wrap > .fifty, .sm-mobile-wrap > .full, .sm-mobile-wrap > .twenty, .sm-mobile-wrap > .thirty, .sm-mobile-wrap > .thirty-three, .sm-mobile-wrap > .fourty, .sm-mobile-wrap > .fourty-five, .sm-mobile-wrap > .fifty-five, .sm-mobile-wrap > .sixty, .sm-mobile-wrap > .sixty-six, .sm-mobile-wrap > .twenty-five, .sm-mobile-wrap > .ten, .sm-mobile-wrap > .seventy, .sm-mobile-wrap > .seventy-five, .sm-mobile-wrap > .eighty, .sm-mobile-wrap > .ninety, .phones-wrap > .flex, .phones-wrap > .fifty, .phones-wrap > .full, .phones-wrap > .twenty, .phones-wrap > .thirty, .phones-wrap > .thirty-three, .phones-wrap > .fourty, .phones-wrap > .fourty-five, .phones-wrap > .fifty-five, .phones-wrap > .sixty, .phones-wrap > .sixty-six, .phones-wrap > .twenty-five, .phones-wrap > .ten, .phones-wrap > .seventy, .phones-wrap > .seventy-five, .phones-wrap > .eighty, .phones-wrap > .ninety {
    flex-basis: 100%;
  }
  .col4, .col3 {
    flex-basis: 100%;
  }
  .right-pad {
    padding-bottom: 5%;
  }
  /* END General and Structure */
  /* Header  ------------ */
  header .logo {
    padding: 10px !important;
    max-width: 120px;
  }
  header a.button {
    font-size: 0.9rem;
  }
  header #search-here {
    left: 0;
  }
  header.sticky .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff !important;
    opacity: 1;
  }
  /* END Header */
  /* Login, Speedbump, Popups */
  aside#loginBox {
    transition: all 0.1s ease-in-out;
  }
  aside#loginBox.right-panel-active {
    left: 0%;
  }
  aside#loginBox select {
    width: 104%;
  }
  aside#sb-box {
    top: 2vh;
    left: 2vw;
    right: 2vw;
    bottom: 2vw;
  }
  aside#sb-box h3 {
    font-size: 1.1rem;
  }
  aside#b-popup {
    top: 20vh;
    left: 2vw;
    right: 2vw;
  }
  aside#b-popup h3 {
    font-size: 1.1rem;
  }
  /* Fonts  ------------ */
  h1, .h1 {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 1.9rem;
    padding-bottom: 5px;
  }
  h3, .h3 {
    font-size: 1.4rem;
  }
  h4, .h4 {
    font-size: 1.3rem;
  }
  h5, .h5 {
    font-size: 1.1rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
  h1 sup {
    position: relative;
    top: -0.8rem;
  }
  /* END Fonts */
  /* Buttons  ------------ */
  #heading .button {
    flex-basis: 100%;
  }
  main a.button {
    margin-bottom: 10px !important;
  }
  main a.button:not(.simple):not(.outline) {
    min-width: 150px;
  }
  /* END Buttons */
  /* Blog   ------------ */
  .blog-tile .text {
    text-align: center;
  }
  /* END Blog */
  /* Video */
  .youtube-embed:before {
    width: 50px;
    height: 50px;
    background-size: contain;
    left: calc(50% - 25px) !important;
    top: 70px !important;
  }
  footer .col2, footer .col3, footer .col4, footer .col5 {
    flex-basis: 100%;
    margin-top: 20px;
    text-align: center;
  }
  footer .social {
    text-align: center;
  }
  footer .social > div {
    justify-content: center;
  }
  .cat {
    min-width: 48px;
    min-height: 48px;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .cat > a {
    padding: 12px;
  }
  .p-title {
    min-width: 48px;
    min-height: 48px;
  }
  .p-title > a {
    padding: 12px;
  }
}
/* iPad  ----------------------------------------------------------------------- */
@media only screen and (min-width: 601px) and (max-width: 800px) {
  /* General ------------ */
  .no-sm-mobile {
    display: none;
  }
  main .sm-mobile-center {
    text-align: center;
  }
  main .sm-mobile-center ul, main .sm-mobile-center ol {
    text-align: left;
  }
  .sm-mobile-wrap {
    flex-wrap: wrap;
  }
  .sm-mobile-wrap > .flex, .sm-mobile-wrap > .fifty, .sm-mobile-wrap > .full, .sm-mobile-wrap > .twenty, .sm-mobile-wrap > .thirty, .sm-mobile-wrap > .thirty-three, .sm-mobile-wrap > .fourty, .sm-mobile-wrap > .fourty-five, .sm-mobile-wrap > .fifty-five, .sm-mobile-wrap > .sixty, .sm-mobile-wrap > .sixty-six, .sm-mobile-wrap > .twenty-five, .sm-mobile-wrap > .ten, .sm-mobile-wrap > .seventy, .sm-mobile-wrap > .seventy-five, .sm-mobile-wrap > .eighty > .ninety {
    flex-basis: 100%;
  }
  .sm-mobile-wrap .right-pad {
    padding: 0 0 50px 0 !important;
  }
  h1 sup {
    position: relative;
    top: -1rem;
  }
  /* END General */
  .slick-next {
    right: -40px;
  }
  .slick-prev {
    left: -40px;
  }
}
/*IPAD & IPAD PRO*/
@media only screen and (min-width: 601px) and (max-width: 1149px) {
  /*General*/
  main .mobile-center {
    text-align: center;
  }
  main .mobile-center ul, main .mobile-center ol {
    text-align: left;
  }
  aside#loginBox.right-panel-active {
    left: 40%;
  }
  aside#sb-box {
    top: 10vh;
    left: 10vw;
    right: 10vw;
    bottom: 10vw;
  }
  aside#b-popup {
    top: 30vh;
    left: 10vw;
    right: 10vw;
  }
  /* Footer  ------------ */
  footer .col2, footer .col3, footer .col4 {
    flex-basis: 33%;
    text-align: center;
    margin-top: 20px;
  }
  /* END Footer */
}
/* IPAD PRO  ----------------------------------------------------------------------- */
@media only screen and (min-width: 801px) and (max-width: 1149px) {
  h1 sup {
    position: relative;
    top: -1.2rem;
  }
  .slick-next {
    right: -50px;
  }
  .slick-prev {
    left: -50px;
  }
  .vq-txt {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
  .vq-author {
    font-size: 1.2rem;
  }
}
/* IPAD PRO & DESKTOP  ----------------------------------------------------------------------- */
@media only screen and (min-width: 801px) {
  .sm-mobile-only {
    display: none;
  }
}
@media only screen and (min-width: 601px) {
  .phone-only, .phones-only {
    display: none;
  }
  h2, .h2 {
    font-size: 2.2rem;
  }
  h3, .h3 {
    font-size: 1.7rem;
  }
  h4, .h4 {
    font-size: 1.4rem;
  }
  h5, .h5 {
    font-size: 1.2rem;
  }
  h6, .h6 {
    font-size: 1.1rem;
  }
  .left-pad {
    padding-left: 10%;
  }
  .right-pad {
    padding-right: 10%;
  }
  .row-reverse .right-pad {
    padding-left: 10%;
  }
  header {
    padding: 0 2%;
  }
  header #search-here {
    width: 250px;
    border-bottom-left-radius: 5px;
  }
  header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    background: #fff !important;
  }
  header.sticky:hover {
    opacity: 1;
  }
  .h-icon:hover + a {
    color: #231F20;
  }
  aside#loginBox select {
    width: 102%;
  }
}
@media only screen and (min-width: 1150px) {
  aside#alert {
    position: relative;
    top: 100px;
  }
  .mobile-only {
    display: none;
  }
  .wrapper {
    max-width: 1200px;
  }
  .narrow {
    max-width: 850px;
  }
  .xtra-narrow {
    max-width: 500px;
  }
  .no-desktop {
    display: none !important;
  }
  .no-r-pad > a {
    padding-right: 0 !important;
  }
  h1 sup {
    position: relative;
    top: -1.5rem;
  }
  .sticky-pad {
    padding-top: 100px !important;
  }
  .header {
    height: 100px;
  }
  header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
  }
  header:not(.sticky) .light :not(.sub-menu) a {
    color: #fff;
  }
  header:not(.sticky) .light :not(.sub-menu) a:hover {
    color: #fff;
  }
  header:not(.sticky) .light :not(.sub-menu) a.button.simple {
    border-color: #fff;
  }
  header:not(.sticky) .light :not(.sub-menu) a.button.simple:hover {
    border-color: #182C4D;
  }
  header:not(.sticky) .light .main-navigation > li.menu-item-has-children > a:after {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(201deg) brightness(1000%) contrast(100%);
  }
  header .header {
    max-width: 1450px;
    margin: 0 auto;
  }
  header .dropbtn {
    display: none;
  }
  header .main-navigation > li.menu-item-has-children:focus {
    outline: none;
  }
  header .main-navigation > li.menu-item-has-children:focus:not(:hover) > a:before {
    content: " ";
    border: 2px solid #182C4D;
    border-radius: 3px;
    position: absolute;
    right: 1px;
    width: 14px;
    height: 14px;
    top: 30%;
  }
  header .main-navigation > li.menu-item-has-children.current-menu-parent:focus:not(:hover) > a:before {
    top: unset;
  }
  header .main-navigation > li.menu-item-has-children > a {
    position: relative;
    padding-right: 22px !important;
  }
  header .main-navigation > li.menu-item-has-children > a:after {
    content: " ";
    background: url(/wp-content/themes/go-fish/images/down-arrow.svg) center no-repeat;
    position: absolute;
    right: 5px;
    width: 11px;
    height: 15px;
    top: 35%;
    background-size: contain;
  }
  header .main-nav {
    flex-grow: 6;
    font-size: 1.125rem;
  }
  header .main-nav ul {
    flex-direction: row;
    display: flex;
  }
  header .main-nav ul .sub-menu {
    display: none;
    top: 30px;
    padding: 20px 30px;
    border-radius: 4px;
    min-width: 250px;
  }
  header .main-nav ul .sub-menu.opened {
    display: block !important;
    position: absolute;
    z-index: 10;
    background: #fff;
    color: #182C4D;
    box-shadow: -3px 3px 8px 5px rgba(0, 0, 0, 0.05);
  }
  header .main-nav ul .sub-menu.opened li {
    padding: 6px 0;
    display: block;
  }
  header .main-nav ul .sub-menu.opened li a {
    padding: unset;
    color: #182C4D;
    font-size: 1rem;
  }
  header .main-nav ul .sub-menu.opened li a:hover {
    color: #000000;
    text-decoration: underline;
  }
  header .main-nav ul .sub-menu.opened .sub-menu {
    position: relative;
    top: 0;
    padding: 0 0 0 20px;
    display: block;
    box-shadow: none;
  }
  header .main-nav li {
    list-style: none;
    display: inline-block;
    flex-grow: 1;
    position: relative;
  }
  header .main-nav li a {
    font-size: 1.1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }
  header .main-nav li:hover > a {
    color: #182C4D;
    text-decoration: underline;
  }
  header .main-nav li:hover .sub-menu {
    display: block;
    position: absolute;
    z-index: 10;
    background: #fff;
    color: #182C4D;
    box-shadow: -3px 3px 8px 5px rgba(0, 0, 0, 0.05);
  }
  header .main-nav li:hover .sub-menu li {
    padding: 3px 0;
    display: block;
  }
  header .main-nav li:hover .sub-menu li a {
    padding: 0;
    font-size: 1rem;
    color: #182C4D;
  }
  header .main-nav li:hover .sub-menu li a:hover {
    color: #000000;
    text-decoration: underline;
  }
  header .main-nav li:hover .sub-menu .sub-menu {
    position: relative;
    top: 0;
    padding: 0 0 0 20px;
    box-shadow: none;
  }
  .admin-bar header {
    top: 32px;
  }
  header ul#menu-main-menu > li.current-menu-item > a:before, header ul#menu-main-menu > li.current-page-parent.menu-item-has-children > a:before, header ul#menu-main-menu > li.current-page-ancestor.menu-item-has-children > a:before {
    content: " ";
    position: absolute;
    height: 2px;
    background: #182C4D;
    width: 100%;
    bottom: 2px;
  }
  div#search-here li.sf-field-submit {
    display: none;
  }
  footer li {
    font-size: 0.9rem;
    line-height: 1.15rem;
  }
  .img-over {
    right: -30px !important;
  }
  .vq-txt {
    font-size: 2.5rem;
    line-height: 3.2rem;
  }
  .vq-author {
    font-size: 1.4rem;
  }
  .video-container {
    padding: 0 8%;
  }
  aside#loginBox {
    left: 90%;
    transition: all 0.4s ease-in-out;
  }
  aside#loginBox > div {
    display: none;
    opacity: 0%;
    transition: all 0.2s ease-in-out;
  }
  aside#loginBox > div > div {
    padding-top: 6vh !important;
  }
  aside#loginBox.right-panel-active {
    left: 65%;
  }
  aside#loginBox.right-panel-active > div {
    display: block;
  }
  aside#sb-box {
    top: 20vh;
    left: 10vw;
    right: 10vw;
    bottom: 20vw;
  }
  aside#b-popup {
    top: 40vh;
    left: 10vw;
    right: 10vw;
  }
}
/* LARGE DESKTOP  ----------------------------------------------------------------------- */
@media only screen and (min-width: 1280px) {
  header .logo {
    margin-right: 3%;
  }
}
/* PRINT  ----------------------------------------------------------------------- */
@media print {
  /* General */
  .no-print {
    display: none !important;
  }
  .print-100 {
    flex-basis: 100% !important;
  }
  .print-block {
    display: block !important;
  }
  .button {
    display: none !important;
  }
  h1 {
    text-align: center;
  }
  h1, h2, h3, h4, h5, h6 {
    color: #000 !important;
  }
  p, li, div, span {
    color: #000 !important;
  }
  div {
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
    min-width: unset !important;
    max-width: unset !important;
  }
  div#heading {
    padding: 0 !important;
  }
  .flex-row-center {
    align-items: flex-start !important;
  }
  .double-space p, .double-space li {
    line-height: 1.5rem !important;
  }
  /* Header & Footer */
  header {
    position: relative !important;
    border: 0 !important;
    box-shadow: 0px 0px !important;
    background: none;
  }
  footer .col1 {
    flex-basis: 100%;
    text-align: center;
  }
  /* Animations & Fades */
  .wow {
    visibility: visible !important;
  }
  /* Images */
  .grad-bottom.image > div {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
  }
  .grad-bottom.image > div > div {
    text-align: center !important;
  }
  .flexible img {
    max-width: 95% !important;
  }
  .grad-bottom:before {
    display: none !important;
  }
  .list-overlay {
    position: relative !important;
    left: 0 !important;
  }
  .fifty.image.img-result {
    opacity: 1 !important;
    position: relative !important;
    top: auto !important;
  }
  /* FAQs */
  .answer {
    display: block !important;
  }
  div#hidden {
    display: block !important;
  }
  div#ctct_recaptcha_0 {
    display: none;
  }
  button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    display: none !important;
  }
  .slick-track {
    transform: none !important;
    max-width: 100% !important;
  }
  .slick-slide {
    display: none !important;
  }
  .slick-slide.slick-active {
    display: block !important;
    max-width: 100% !important;
  }
  .slick-slide .theme-border.box-shadow {
    margin: 0 !important;
  }
  .slick-list.draggable {
    padding: 0 !important;
  }
}
@page {
  margin: 2cm 1.5cm;
}
@page :first {
  margin: 1cm 1.5cm 2cm;
}
/*Additional*/
img.avatar.avatar-60.photo {
  border-radius: 60px;
}

.light a.button.outline {
  border-color: #fff;
  color: #fff;
}

.light a.button.outline:hover, .light a.button.outline:focus {
  border-color: #78bf21;
  background: #78bf21;
  color: #000;
}

.slick-arrow {
  background: #fff !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 100px;
  -webkit-box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, 0.1);
}

.slick-arrow:hover, .slick-arrow:focus {
  background: #5F7525 !important;
}

.slick-arrow img {
  height: 30px;
  width: 25px;
  margin: 0 auto;
}

.slick-arrow:hover img, .slick-arrow:focus img {
  filter: invert(99%) sepia(94%) saturate(26%) hue-rotate(92deg) brightness(105%) contrast(100%);
}

@media only screen and (max-width: 1250px) {
  .h-link {
    padding: 8px !important;
  }
  .h-link a {
    font-size: 1.1rem;
  }
}
p > a.button:first-child {
  margin-top: 0 !important;
}

a.second-color:hover {
  color: #000 !important;
}

.post-img img {
  border-radius: 15px;
}

a.post-img:hover img {
  transform: scale(1.03);
  transition: all 0.2s;
}

a.article-link:hover {
  color: #5F7525 !important;
}

.faqs .question:hover {
  transform: scale(1.03);
}

.alert-slider .slick-track {
  display: flex;
  justify-content: stretch;
}

.banner-box svg {
  margin-left: 10px;
  top: -2px;
  position: relative;
}

.banner-box em {
  position: relative;
  z-index: 999;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding-block: 6px 2px;
}

.banner-box em span {
  display: block;
  position: relative;
  top: -1px !important;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
}

.banner-box > p {
  padding: 5px 0px 1px 0px;
}

.banner-box img {
  border-radius: 0px !important;
  top: 3px;
  position: relative;
  display: inline-block;
  padding-right: 5px;
}

.with-banner header#main-nav .banner-box {
  background: #f1f1f1;
  font-size: 12px;
  margin-left: calc(-5% - 9px);
  margin-right: calc(-2% - 9px);
  padding-block: 1px 1px !important;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.with-banner header#main-nav {
  height: 140px;
}

.with-banner header.sticky + main {
  padding-top: 150px;
}

.with-banner main {
  padding-top: 55px;
}

@media (max-width: 1149px) {
  .with-banner header#main-nav {
    height: 147px;
  }
  .with-banner main {
    padding-top: 0px;
  }
  .with-banner header#main-nav .banner-box {
    padding-block: 1px 1px !important;
  }
}
@media (max-width: 800px) {
  .with-banner header#main-nav {
    height: 143px;
    padding-bottom: 5px;
  }
  .with-banner header#main-nav .banner-box {
    margin-left: calc(-5% - 9px);
    margin-right: calc(-1% - 9px);
  }
}
@media (max-width: 1149px) {
  .with-banner header .header {
    margin-top: 8px;
  }
}
@media (max-width: 600px) {
  html {
    margin-top: 0px !important;
  }
  #wpadminbar {
    display: none;
  }
  .with-banner header#main-nav {
    padding: 0px !important;
    margin: 0px !important;
    height: 100px !important;
  }
  .with-banner header#main-nav .header {
    padding-left: 20px !important;
  }
  .with-banner header#main-nav .banner-box {
    position: fixed;
    top: 0px;
    width: 100%;
  }
  .banner-box svg {
    margin-left: 20px;
  }
  .banner-box em {
    line-height: 16px;
    text-align: left !important;
    margin-block: 0px 6px;
  }
  .with-banner header {
    position: sticky !important;
    top: 0px;
  }
  .with-banner header#main-nav .banner-box {
    position: relative !important;
    display: inline-block;
    height: auto;
  }
  .with-banner header .header {
    position: relative !important;
    background: #fff !important;
    margin-top: 0px;
  }
  .with-banner header.sticky .header {
    position: relative !important;
    top: 0px;
  }
}
@media (max-width: 470px) {
  .with-banner header#main-nav {
    height: 175px;
  }
}
@media (max-width: 183px) {
  .with-banner header#main-nav {
    height: 215px;
  }
}
@media (max-width: 142px) {
  .with-banner header#main-nav {
    height: 235px;
  }
}
@media (max-width: 117px) {
  .with-banner header#main-nav {
    height: 285px;
  }
}
.with-banner header.sticky .header {
  position: relative !important;
}

/*# sourceMappingURL=style.css.map */
