/*RE darker blue*/
/*RE dark blue*/
/*Pale blue page bg*/
html, body {
  font-size: 100%; }

body {
  color: #4d4d4d;
  font-size: 1rem;
  font-family: nimbus-sans, aktiv-grotesk, Helvetica, sans-serif;
  background: #d4d4d4;
  font-weight: 400;
  line-height: 1.8; }

#wrapper {
  max-width: 1890px;
  margin: 0 auto;
  background: #fff; }

@media (min-width: 1890px) {
  #wrapper {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; } }

a {
  color: #038bbe;
  text-decoration: none; }
  a:hover {
    color: #00aced;
    text-decoration: underline; }
  a:focus {
    color: #00aced; }

b, strong {
  font-weight: 700; }

p {
  margin: 1rem 0; }

em {
  font-style: italic; }

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

blockquote {
  background-color: #F3F3F3;
  border: solid 1px #ccc;
  padding: 10px 20px;
  border-radius: 8px;
  margin: 1.5rem 0; }
  blockquote.quote {
    color: #038bbe;
    text-align: center;
    padding: 8px 15px; }
    blockquote.quote:before, blockquote.quote:after {
      color: rgba(3, 139, 190, 0.5);
      display: inline-block;
      vertical-align: bottom;
      font-size: 6em;
      position: relative;
      line-height: .5; }
    blockquote.quote:before {
      content: open-quote;
      top: .25em; }
    blockquote.quote:after {
      content: close-quote;
      top: .25em; }
    blockquote.quote p {
      font-size: 1.2rem; }
  blockquote p {
    font-size: 1.2rem;
    margin-top: .5rem; }
  blockquote cite {
    font-size: .9rem;
    font-style: italic;
    display: block; }

@media (min-width: 992px) {
  blockquote.quote {
    font-size: 1.5rem;
    padding: 10px 25px; }
    blockquote.quote p {
      font-size: 1.5rem; } }

h1 {
  margin: 1em 0 0.5em;
  font-size: 3em;
  /* 24pt/16pt */
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.05rem; }

h2 {
  margin: 1em 0 0.5em;
  font-size: 1.875em;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.01rem; }

h3 {
  font-size: 1.25em;
  line-height: 1.1;
  margin: .75em 0 0.25em;
  font-weight: 400; }

@media (min-width: 768px) {
  h2 {
    font-size: 2em; }
  h3 {
    font-size: 1.75em; } }

/* FOOTER ELEMENTS 

--------------------------------------------------*/
footer .ftwraptop {
  background-color: #262c30;
  padding: 2.5rem 0; }

footer .row {
  text-align: center;
  color: #fff; }
  footer .row a {
    color: #e7e7e7;
    text-decoration: underline; }
    footer .row a:hover {
      color: #fac904;
      text-decoration: none; }
  footer .row p {
    font-size: .85rem; }
  footer .row h2 {
    color: #00aced;
    font-size: 1em;
    margin: 0 0 8px;
    font-weight: 700; }
  footer .row ul li a {
    line-height: 200%;
    text-decoration: none; }
    footer .row ul li a:hover {
      text-decoration: underline; }
  footer .row .profile-ft {
    margin-bottom: 1rem; }
    footer .row .profile-ft .logo-ft {
      text-align: center; }
      footer .row .profile-ft .logo-ft img {
        max-width: 220px;
        height: auto; }
  @media (min-width: 768px) {
    footer .row .profile-ft .logo-ft {
      text-align: left; }
      footer .row .profile-ft .logo-ft img {
        max-width: 160px; } }
  footer .row .contact-us-ft {
    margin-bottom: 1rem; }
  footer .row .footer-nav {
    margin-bottom: 1rem; }
    footer .row .footer-nav ul {
      padding-left: 0; }
      footer .row .footer-nav ul li {
        list-style: none; }
        footer .row .footer-nav ul li a {
          font-weight: 600; }
  footer .row .social-logos {
    margin-bottom: 1rem; }

@media (min-width: 768px) {
  footer .row {
    padding-left: 0;
    padding-right: 0;
    text-align: left; } }

.footer-supporters {
  background: #fff;
  margin: 30px -15px 50px -15px;
  border-radius: 6px;
  min-height: 100px;
  display: block; }
  .footer-supporters .supporter-logo {
    width: 31%;
    padding: 0 15px;
    display: inline-block;
    float: none;
    vertical-align: top; }
    .footer-supporters .supporter-logo img {
      width: 100%;
      height: auto;
      padding-right: 4%; }

@media (min-width: 594px) {
  .footer-supporters .supporter-logo {
    width: 19%; } }

@media (min-width: 1200px) {
  .footer-supporters .supporter-logo {
    width: 13.78%; } }

/* Accessibility */
::-moz-selection {
  color: black;
  background: #f9ca3e; }

::selection {
  color: black;
  background: #f9ca3e; }

/*  Social */
footer .row a.fb-share {
  text-decoration: none; }
  footer .row a.fb-share:hover {
    color: #fac904; }
  footer .row a.fb-share:active {
    color: #e11a2c; }

footer .row a.tw-share {
  text-decoration: none; }
  footer .row a.tw-share.twitter-on {
    display: inline-block; }
  footer .row a.tw-share:hover {
    color: #fac904; }
  footer .row a.tw-share:active {
    color: #e11a2c; }

/* scroll to top */
#scroll-to-top {
  color: #fff;
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  border-radius: 3px;
  bottom: 20px;
  opacity: 0;
  padding: 15px 20px;
  position: fixed;
  right: 20px;
  text-decoration: none;
  -ms-transform: scale(0, 0);
      transform: scale(0, 0);
  transition: all 0.2s ease 0s;
  z-index: 100; }

#scroll-to-top .vantage-icon-arrow-up {
  color: rgba(255, 255, 255, 0.2);
  display: block;
  font-size: 18px;
  height: 18px;
  width: 18px; }

#scroll-to-top.displayed {
  opacity: 1 !important;
  -ms-transform: scale(1, 1);
      transform: scale(1, 1); }

a#scroll-to-top {
  color: #fff;
  text-decoration: none; }

@media (min-width: 992px) {
  #header {
    z-index: 10;
    width: 100%; }
    #header .home-header {
      background: transparent; } }

.menu-ft ul {
  margin: .4rem 0;
  padding-left: 0; }
  .menu-ft ul#mymenu {
    display: block; }
    .menu-ft ul#mymenu li {
      list-style: none;
      padding: .2rem 0; }
      .menu-ft ul#mymenu li a {
        text-transform: none;
        font-weight: 700;
        color: #fff; }

#logo {
  width: 140px;
  background: #fff;
  transition: all .3s ease-out; }
  @media (min-width: 992px) {
    #logo {
      width: 180px; } }
  #logo.logo-active {
    background: transparent; }
  #logo a.er-logo {
    display: inline-block;
    height: 35px; }
  #logo a img {
    height: 100%;
    width: auto; }

@media (min-width: 992px) {
  #logo {
    padding: 0 .75rem; }
    #logo a.er-logo {
      height: 55px; } }

/* Menus */
.scroll-to-top i {
  color: #fff; }
  .scroll-to-top i:hover {
    color: #0388ba; }

/* MAin nav PC */
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem; } }

/* Hamburger close cross version 2 */
.menu-btn {
  padding: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all .5s ease-in-out;
  /* border: 3px solid #fff; */ }

.menu-btn__burger {
  width: 24px;
  height: 3px;
  background: #999;
  border-radius: 2px;
  /* box-shadow: 0 2px 5px rgba(255,101,47,.2);*/
  transition: all .5s ease-in-out; }

.menu-btn__burger::before,
.menu-btn__burger::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 3px;
  background: #999;
  border-radius: 2px;
  /*box-shadow: 0 2px 5px rgba(255,101,47,.2); */
  transition: all .5s ease-in-out; }

.menu-btn__burger::before {
  -ms-transform: translateY(-8px);
      transform: translateY(-8px); }

.menu-btn__burger::after {
  -ms-transform: translateY(8px);
      transform: translateY(8px); }

/* ANIMATION */
.menu-btn.open .menu-btn__burger {
  -ms-transform: translateX(-24px);
      transform: translateX(-24px);
  background: transparent;
  box-shadow: none; }

.menu-btn.open .menu-btn__burger::before {
  -ms-transform: rotate(45deg) translate(17px, -17px);
      transform: rotate(45deg) translate(17px, -17px); }

.menu-btn.open .menu-btn__burger::after {
  -ms-transform: rotate(-45deg) translate(17px, 17px);
      transform: rotate(-45deg) translate(17px, 17px); }

.menu-item-182 {
  /* dev */ }
  .menu-item-182 ul {
    left: auto;
    right: 0; }

.menu-item-90 ul {
  left: auto;
  right: 0; }

.st4 {
  opacity: .8;
  stroke-dasharray: 1291.3961181640625;
  stroke-dashoffset: 1291.3961181640625;
  animation: dash 13s linear forwards;
  animation-delay: 2s; }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

.st5 {
  opacity: .8;
  stroke-dasharray: 1290.3807373046875;
  stroke-dashoffset: 1290.3807373046875;
  animation: dash 12s linear forwards;
  animation-delay: 2s; }

@keyframes dash {
  0% {
    stroke-dashoffset: 0; } }

.st6 {
  opacity: .8;
  stroke-dasharray: 1291.3961181640625;
  stroke-dashoffset: 1291.3961181640625;
  animation: dash 13s linear forwards;
  animation-delay: 1s; }

@keyframes dash {
  0% {
    stroke-dashoffset: 0; } }

.st7 {
  opacity: .8;
  stroke-dasharray: 1290.3807373046875;
  stroke-dashoffset: 1290.3807373046875;
  animation: dash 12s linear forwards;
  animation-delay: 1s; }

@keyframes dash {
  0% {
    stroke-dashoffset: 0; } }

.st0 {
  fill: none; }

.st1 {
  fill: none;
  stroke: #AFAFAF;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
  stroke-dasharray: 3.9847,3.9847; }

.st2 {
  fill: none;
  stroke: #AFAFAF;
  stroke-miterlimit: 10;
  stroke-dasharray: 3.9847,3.9847; }

.st3 {
  fill: none;
  stroke: #AFAFAF;
  stroke-miterlimit: 10; }

.st4 {
  fill: none;
  stroke: #036fb8;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: bevel;
  stroke-miterlimit: 10; }
  @media (min-width: 480px) {
    .st4 {
      stroke-width: 1.25; } }

.st5 {
  fill: none;
  stroke: #024968;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: bevel;
  stroke-miterlimit: 10; }
  @media (min-width: 480px) {
    .st5 {
      stroke-width: 1.25; } }

.st6 {
  fill: none;
  stroke: #036fb8;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: bevel;
  stroke-miterlimit: 10; }
  @media (min-width: 480px) {
    .st6 {
      stroke-width: 1.25; } }

.st7 {
  fill: none;
  stroke: #ce4141;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: bevel;
  stroke-miterlimit: 10; }
  @media (min-width: 480px) {
    .st7 {
      stroke-width: 1.25; } }

/* Pie chart animation */
.subscribe svg {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible; }

.subscribe figure.pie-large {
  position: absolute;
  bottom: -2rem;
  right: 8rem;
  display: block;
  height: 250px;
  margin: 0 auto;
  width: 250px; }
  @media (min-width: 480px) {
    .subscribe figure.pie-large {
      right: 10rem; } }
  .subscribe figure.pie-large circle {
    fill: rgba(0, 0, 0, 0);
    stroke-width: 31.8309886184;
    stroke-dasharray: 0,0,0,100;
    stroke-dashoffset: 25;
    animation: pie1 9s infinite ease both;
    /*
				 pie percentage made by stroke-dasharray.
				 stroke-dasharray format is...

				 keyframe 100% : 0 offset this-percentage rest

				 I added keyframe 50% for infinite presentation.
				*/
    /* 1st pie is 40% */
    /* 2nd pie is 30% */
    /* 3rd pie is 30% */
    /* 4th pie is 10% */ }
    .subscribe figure.pie-large circle.pie1 {
      stroke: rgba(255, 255, 255, 0.12); }
    .subscribe figure.pie-large circle.pie2 {
      stroke: rgba(255, 255, 255, 0.18);
      animation-name: pie2; }
    .subscribe figure.pie-large circle.pie3 {
      stroke: rgba(255, 255, 255, 0.31);
      animation-name: pie3; }
    .subscribe figure.pie-large circle.pie4 {
      stroke: rgba(255, 255, 255, 0.4);
      animation-name: pie4; }

@keyframes pie1 {
  50%, 100% {
    stroke-dasharray: 40,60,0,0; } }

@keyframes pie2 {
  50%, 100% {
    stroke-dasharray: 0,40,30,30; } }

@keyframes pie3 {
  50%, 100% {
    stroke-dasharray: 0,70,20,10; } }

@keyframes pie4 {
  50%, 100% {
    stroke-dasharray: 0,90,10,0; } }

.subscribe figure.pie-small {
  position: absolute;
  bottom: 9rem;
  right: 1rem;
  display: block;
  height: 120px;
  margin: 0 auto;
  width: 120px; }
  @media (min-width: 480px) {
    .subscribe figure.pie-small {
      right: 2rem; } }
  .subscribe figure.pie-small circle {
    fill: rgba(0, 0, 0, 0);
    stroke-width: 31.8309886184;
    stroke-dasharray: 0,0,0,100;
    stroke-dashoffset: 25;
    animation: pie5 8s 1s infinite ease both;
    /*
				 pie percentage made by stroke-dasharray.
				 stroke-dasharray format is...

				 keyframe 100% : 0 offset this-percentage rest

				 I added keyframe 50% for infinite presentation.
				*/
    /* 1st pie is 30% */
    /* 2nd pie is 20% */
    /* 3nd pie is 30% */
    /* 3rd pie is 30% */
    /* 4th pie is 10% */ }
    .subscribe figure.pie-small circle.pie5 {
      stroke: rgba(255, 255, 255, 0.08); }
    .subscribe figure.pie-small circle.pie6 {
      stroke: rgba(255, 255, 255, 0.15);
      animation-name: pie6; }
    .subscribe figure.pie-small circle.pie7 {
      stroke: rgba(255, 255, 255, 0.25);
      animation-name: pie7; }
    .subscribe figure.pie-small circle.pie8 {
      stroke: rgba(255, 255, 255, 0.31);
      animation-name: pie8; }
    .subscribe figure.pie-small circle.pie9 {
      stroke: rgba(255, 255, 255, 0.4);
      animation-name: pie9; }

@keyframes pie5 {
  50%, 100% {
    stroke-dasharray: 30,70,0,0; } }

@keyframes pie6 {
  50%, 100% {
    stroke-dasharray: 0,30,20,50; } }

@keyframes pie7 {
  50%, 100% {
    stroke-dasharray: 0,50,30,20; } }

@keyframes pie8 {
  50%, 100% {
    stroke-dasharray: 0,80,10,10; } }

@keyframes pie9 {
  50%, 100% {
    stroke-dasharray: 0,90,10,0; } }

.bar-chart figure {
  position: absolute;
  bottom: 0;
  right: 2rem;
  display: block;
  height: 350px;
  margin: 0 auto;
  width: 350px; }
  .bar-chart figure svg {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: -2rem;
    left: 0;
    overflow: visible; }
    .bar-chart figure svg .st11 {
      opacity: 1;
      stroke-dasharray: 55.70000457763672;
      stroke-dashoffset: 55.70000457763672;
      animation: dash 3s linear forwards; }

@keyframes dash {
  0% {
    stroke-dashoffset: 0; } }
    .bar-chart figure svg .st12 {
      opacity: 1;
      stroke-dasharray: 69.60000610351562;
      stroke-dashoffset: 69.60000610351562;
      animation: dash 3s linear forwards; }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }
    .bar-chart figure svg .st13 {
      opacity: 1;
      stroke-dasharray: 140.10000610351562;
      stroke-dashoffset: 140.10000610351562;
      animation: dash 3s linear forwards; }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }
    .bar-chart figure svg .st14 {
      opacity: 1;
      stroke-dasharray: 95.80000305175781;
      stroke-dashoffset: 95.80000305175781;
      animation: dash 3s linear forwards; }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }
    .bar-chart figure svg .st15 {
      opacity: 1;
      stroke-dasharray: 16;
      stroke-dashoffset: 16;
      animation: dash 2s linear forwards; }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }
    .bar-chart figure svg .flag {
      opacity: 0; }
    .bar-chart figure svg .flag {
      animation-duration: 10s;
      animation-iteration-count: infinite;
      animation-fill-mode: forwards;
      animation-delay: 2s; }
    .bar-chart figure svg .move-up {
      animation-name: moveup;
      animation-timing-function: ease; }

@keyframes moveup {
  0% {
    transform: translateY(0);
    opacity: 0; }
  30% {
    transform: translateY(-90px);
    opacity: 1; }
  90% {
    transform: translateY(-90px);
    opacity: 1; }
  100% {
    transform: translateY(0);
    opacity: 0; } }

/* animate based text animations */

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    transform: translate3d(0, 25%, 0); }
  to {
    opacity: 1;
    transform: translateZ(0); } }

.animate__fadeInUpSmall {
  animation-name: fadeInUpSmall; }

.header-search.is-active {
  border: 0.125rem solid red; }

.header-search-form {
  position: relative;
  padding-left: 0.125rem; }

.header-search-field {
  transition: visibility ease-out 0.25s, width ease-out 0.25s, opacity ease-out 0.25s;
  width: 0;
  border-radius: 1rem;
  border: 0.0625rem solid #290258;
  -webkit-appearance: none;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  color: #666666; }
  .header-search-field:-ms-input-placeholder {
    color: #666666;
    opacity: 0.6; }
  .header-search-field::placeholder {
    color: #666666;
    opacity: 0.6; }
  .header-search-field:focus {
    outline: none; }
  .header-search-field::-ms-clear {
    display: none; }
  .header-search-is-active .header-search-field {
    width: 12rem;
    padding: 0.125rem 0.625rem;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s; }

.header-search-submit {
  border: 0;
  width: 1.875rem;
  height: 1.875rem;
  background: url("/wp-content/themes/lifestart/images/iconSearch-pur.svg") center no-repeat;
  text-indent: -999rem;
  border-radius: 0.3125rem;
  transition: background-color 0.2s;
  outline: none; }
  .header-search-submit:hover, .header-search-submit:focus {
    background: url("/wp-content/themes/lifestart/images/iconSearch-pur-alt-1.svg") center no-repeat; }

.header-search-reset {
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
  padding: 0;
  position: absolute;
  right: 2.375rem;
  top: 0.3125rem;
  border: 0;
  background-color: #4d0f98;
  display: none; }
  .header-search-reset:focus, .header-search-reset:hover {
    background-color: #f56A00;
    outline: none; }
  .header-search-reset svg {
    width: 0.5rem;
    height: 0.9rem; }
  .header-search-is-active .header-search-reset {
    display: block; }

.gform_wrapper .donate-main .ginput_complex .ginput_left,
.gform_wrapper .donate-main .ginput_complex .ginput_right {
  width: 100%; }

.gform_wrapper .donate-main .top_label input.medium,
.gform_wrapper .donate-main .gform_wrapper .donate-main .top_label select.medium {
  width: 100%; }

.gform_wrapper .donate-main li.hidden_label input {
  margin-top: 0; }

.gform_wrapper .donate-main h3.gform_title, .gform_wrapper .donate-main .gform_wrapper .donate-main h3 {
  color: #6e3294;
  font-size: 2rem;
  text-align: center; }

@media (min-width: 992px) {
  .gform_wrapper .donate-main h3.gform_title, .gform_wrapper .donate-main .gform_wrapper .donate-main h3 {
    font-size: 2.75rem; } }

.gform_wrapper .donate-main .top_label li ul.gfield_radio {
  width: 100%;
  overflow: hidden;
  text-align: center; }

.gform_wrapper .donate-main .gfield_radio li {
  width: 6rem;
  height: 5.25rem;
  display: inline-block; }
  .gform_wrapper .donate-main .gfield_radio li input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .gform_wrapper .donate-main .gfield_radio li input:checked + label {
      background-color: #027dbb;
      color: #fff; }
    .gform_wrapper .donate-main .gfield_radio li input:hover + label, .gform_wrapper .donate-main .gfield_radio li input:focus + label {
      background-color: #027dbb;
      color: #fff; }
  .gform_wrapper .donate-main .gfield_radio li label {
    text-align: center;
    color: #027dbb;
    margin: 0;
    cursor: pointer;
    font-size: 1.3rem;
    background-color: #fff;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    display: inline-block;
    line-height: 4.625rem;
    border: .125rem solid #027dbb;
    transition: all .2s ease-in; }
    .gform_wrapper .donate-main .gfield_radio li label:hover, .gform_wrapper .donate-main .gfield_radio li label:focus {
      background-color: #027dbb;
      color: #fff; }
    .gform_wrapper .donate-main .gfield_radio li label#label_1_6_4 {
      font-size: 1rem;
      line-height: 1; }

.hero-slider .slick-slide {
  position: relative; }

.hero-slider img {
  width: 100%;
  display: inline-block; }

.hero-slider .slide-text-wrap {
  width: 100%;
  padding: 4%;
  background: rgba(0, 0, 0, 0.5); }
  .hero-slider .slide-text-wrap h2 {
    color: #fff;
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: .5rem;
    height: 50px; }

@media (min-width: 667px) {
  .hero-slider .slick-slide .slide-text-wrap {
    position: absolute;
    bottom: 0;
    padding: 2% 4%; }
    .hero-slider .slick-slide .slide-text-wrap h2 {
      font-size: 1.6rem;
      height: auto; } }

.hero-slider .slick-prev {
  left: 25px;
  z-index: 1; }

.hero-slider .slick-next {
  right: 25px;
  z-index: 1; }

@media (min-width: 992px) {
  .hero-slider .slick-slide .slide-text-wrap {
    position: absolute;
    bottom: 0;
    padding: 2% 4%; }
    .hero-slider .slick-slide .slide-text-wrap h2 {
      font-size: 2rem; }
  .hero-slider .slick-prev, .hero-slider .slick-next {
    width: 40px;
    height: 40px; }
  .hero-slider .slick-prev::before, .hero-slider .slick-next::before {
    font-size: 40px; } }

.hero-wrap {
  max-height: 600px;
  overflow: hidden; }

@media (min-width: 1380px) {
  .hero-slider .slick-slide {
    max-height: 600px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: none;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-slider.slick-initialized {
  display: block; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* HOME ICONS*/
.hm-container {
  padding-bottom: 1.5rem; }

.icons-wrap {
  padding: 21px 0; }
  .icons-wrap p a {
    color: #fff; }
  .icons-wrap img {
    max-width: 40%;
    transition: transform .2s;
    /* Animation */ }

.icons-wrap {
  padding: 20px 0;
  margin-bottom: 40px; }

@media (min-width: 576px) {
  .icons-wrap img {
    max-width: 60%; }
    .icons-wrap img:hover {
      -ms-transform: scale(1.2);
          transform: scale(1.2); } }

@media (max-width: 991px) {
  .icons-wrap p {
    margin: 0 0 1rem; } }

/* home intro */
.latest-reports-hm {
  background: #E9F2F4; }
  @media (min-width: 768px) {
    .latest-reports-hm {
      background: #E9F2F4 url("/wp-content/themes/essentialreportdev/images/dots-panel-4.png") no-repeat right bottom; } }

.hm-header-wrap {
  position: relative; }

.chart-wrap {
  background: linear-gradient(45deg, #00aeef, #0986d3);
  position: relative;
  min-height: 300px; }

.chart-wrap-white {
  background: #fff;
  position: relative;
  min-height: 320px; }
  .chart-wrap-white.white-new {
    min-height: 280px; }

.er-head-wrap {
  position: absolute;
  top: 9rem;
  max-width: 1170px;
  left: 50%;
  transition: all .8s ease-out;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  @media (min-width: 480px) {
    .er-head-wrap {
      top: 11rem; } }
  @media (min-width: 768px) {
    .er-head-wrap {
      top: 18rem; } }
  @media (min-width: 992px) {
    .er-head-wrap {
      top: 2rem; } }
  @media (min-width: 1200px) {
    .er-head-wrap {
      top: 5rem; } }
  @media (min-width: 1620px) {
    .er-head-wrap {
      top: 8rem; } }
  .er-head-wrap h1 {
    color: #333;
    font-size: 1.75rem;
    line-height: 1.05;
    margin-top: 1rem; }
    @media (min-width: 375px) {
      .er-head-wrap h1 {
        font-size: 2rem; } }
    @media (min-width: 992px) {
      .er-head-wrap h1 {
        font-size: 2.5rem; } }
    @media (min-width: 1200px) {
      .er-head-wrap h1 {
        font-size: 4rem;
        width: 80%; } }
    .er-head-wrap h1 span {
      font-family: serif;
      color: #00aced; }

.er-head-wrap-new {
  position: absolute;
  top: 9rem;
  max-width: 1170px;
  left: 50%;
  transition: all .8s ease-out;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  @media (min-width: 480px) {
    .er-head-wrap-new {
      top: 9rem; } }
  @media (min-width: 575px) {
    .er-head-wrap-new {
      top: .5rem; } }
  @media (min-width: 768px) {
    .er-head-wrap-new {
      top: 3rem; } }
  @media (min-width: 992px) {
    .er-head-wrap-new {
      top: 4rem; } }
  @media (min-width: 1200px) {
    .er-head-wrap-new {
      top: 2rem; } }
  @media (min-width: 1460px) {
    .er-head-wrap-new {
      top: 5rem; } }
  @media (min-width: 1680px) {
    .er-head-wrap-new {
      top: 6rem; } }
  .er-head-wrap-new h1 {
    color: #333;
    font-size: 1.75rem;
    line-height: 1.05;
    margin-top: 1rem; }
    @media (min-width: 992px) {
      .er-head-wrap-new h1 {
        font-size: 2.4rem; } }
    @media (min-width: 1200px) {
      .er-head-wrap-new h1 {
        font-size: 3.5rem;
        width: 80%; } }
    .er-head-wrap-new h1 span {
      font-family: serif;
      color: #00aced; }

.intro-panel {
  min-height: 200px;
  color: #fff;
  background: #06415a;
  padding: 2rem 2rem 0;
  position: relative; }
  @media (min-width: 992px) {
    .intro-panel {
      background: rgba(0, 50, 68, 0.93);
      bottom: 0;
      position: absolute;
      z-index: 20; } }
  .intro-panel .intro-text {
    margin-bottom: 1.5rem;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 575px) {
      .intro-panel .intro-text {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 992px) {
      .intro-panel .intro-text {
        margin-bottom: 3rem; } }
    .intro-panel .intro-text h2 {
      margin-top: 1rem; }
    .intro-panel .intro-text p {
      font-size: .9rem;
      line-height: 1.4;
      color: #fff; }
      @media (min-width: 992px) {
        .intro-panel .intro-text p {
          font-size: 1rem;
          line-height: 1.8; } }
  .intro-panel .intro-image {
    margin-bottom: -9%; }
    @media (min-width: 480px) {
      .intro-panel .intro-image {
        margin-bottom: -10%; } }
    @media (min-width: 1680px) {
      .intro-panel .intro-image {
        position: absolute;
        right: 15%;
        bottom: -20%;
        width: 40%;
        max-width: 700px;
        margin-bottom: 0; } }
    .intro-panel .intro-image .intro-image-wrap {
      margin-top: auto; }

.intro-panel-new {
  min-height: 200px;
  color: #fff;
  background: #06415a;
  padding: 2rem 2rem 0;
  position: relative;
  transition: all .8s ease-out; }
  @media (min-width: 575px) {
    .intro-panel-new {
      position: relative;
      background: rgba(0, 50, 68, 0.93);
      z-index: 20;
      margin-top: -4rem; } }
  @media (min-width: 768px) {
    .intro-panel-new {
      margin-top: -1rem; } }
  @media (min-width: 992px) {
    .intro-panel-new {
      margin-top: -2rem; } }
  @media (min-width: 1280px) {
    .intro-panel-new {
      margin-top: -4rem; } }
  .intro-panel-new .intro-text {
    margin-bottom: 1.5rem;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 575px) {
      .intro-panel-new .intro-text {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 992px) {
      .intro-panel-new .intro-text {
        margin-bottom: 3rem; } }
    .intro-panel-new .intro-text h2 {
      margin-top: 1rem; }
    .intro-panel-new .intro-text p {
      font-size: .9rem;
      line-height: 1.4;
      color: #fff; }
      @media (min-width: 992px) {
        .intro-panel-new .intro-text p {
          font-size: 1rem;
          line-height: 1.8; } }
  .intro-panel-new .intro-image {
    margin-bottom: -10.666%;
    margin-left: -1rem;
    margin-right: -1rem;
    width: auto; }
    @media (min-width: 480px) {
      .intro-panel-new .intro-image {
        margin-bottom: -10.4%; } }
    @media (min-width: 1680px) {
      .intro-panel-new .intro-image {
        position: absolute;
        right: 15%;
        bottom: -21%;
        width: 40%;
        max-width: 700px;
        margin-bottom: 0; } }
    .intro-panel-new .intro-image .intro-image-wrap {
      margin-top: auto; }

.arrow-down {
  width: 0px;
  height: 0px;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #E9F2F4;
  margin: 0 auto 2rem; }
  .arrow-down.arrow_insights {
    border-top: 40px solid #15162e; }
    @media (min-width: 1680px) {
      .arrow-down.arrow_insights {
        border-top: 40px solid #007ce9; } }

/* Report list */
h2.report-title {
  color: #01374c;
  margin-bottom: 0; }

h3.report-date {
  color: #01374c;
  margin-top: .5rem; }

.report-list a {
  font-size: 1.1rem;
  line-height: 1.3; }

/* Political Polling */
.political-insights {
  background: #0388ba url("/wp-content/themes/essentialreportdev/images/pol-insights-bg.jpg") bottom center repeat-x;
  background-size: cover;
  padding: 3rem 0 13rem;
  min-height: 400px;
  position: relative;
  transition: all .8s ease-out;
  overflow: hidden; }
  @media (min-width: 1680px) {
    .political-insights {
      padding: 3rem 0 5rem; } }
  .political-insights h2 {
    color: #fff; }
    @media (min-width: 992px) {
      .political-insights h2 {
        font-size: 3em; } }
  .political-insights p {
    font-size: .9rem;
    line-height: 1.3;
    color: #fff; }
    @media (min-width: 992px) {
      .political-insights p {
        font-size: 1.1rem;
        line-height: 1.8; } }
  .political-insights .insight-blocks {
    position: relative;
    z-index: 10; }
  .political-insights .insight-frame {
    min-height: 200px;
    background: #e7e7e7; }
  .political-insights .insight-frame {
    padding: .5rem 1rem; }
    .political-insights .insight-frame p {
      font-size: 1rem;
      margin: 0; }
  .political-insights .insight-link {
    background: #01374c;
    padding: .5rem 1rem; }
    .political-insights .insight-link p {
      font-size: 1rem;
      margin: 0; }
  .political-insights .port-pm {
    position: absolute;
    left: 32%;
    bottom: 0;
    max-width: 260px; }
    @media (min-width: 560px) {
      .political-insights .port-pm {
        left: 48%; } }
    @media (min-width: 1680px) {
      .political-insights .port-pm {
        max-width: 400px;
        right: 4%;
        left: auto; } }
  .political-insights .port-opp {
    position: absolute;
    right: 32%;
    bottom: 0;
    max-width: 240px; }
    @media (min-width: 560px) {
      .political-insights .port-opp {
        right: 48%; } }
    @media (min-width: 1680px) {
      .political-insights .port-opp {
        max-width: 350px;
        left: 4%;
        right: auto; } }

/*Insights Related */
.insights-related {
  background: #E9F2F4;
  min-height: 400px;
  padding: 0 0 4rem; }
  @media (min-width: 768px) {
    .insights-related {
      background: #E9F2F4 url("/wp-content/themes/essentialreportdev/images/dots-panel-2.png") no-repeat right bottom; } }
  .insights-related h3 {
    font-size: 1.1rem;
    color: #00aced;
    text-decoration: underline;
    margin-bottom: 1rem; }
  .insights-related img {
    margin-bottom: .5rem; }
  .insights-related p.image-credit {
    font-size: .75rem;
    margin-top: 0; }

/* Subscribe form */
.subscribe {
  background-color: #083444;
  padding: 4rem 2rem 13rem;
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .subscribe {
      padding: 4rem 2rem 7rem; } }
  .subscribe h2 {
    background: -webkit-linear-gradient(315deg, #0e6bc2, #22bef9);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: .5rem; }
    @media (min-width: 992px) {
      .subscribe h2 {
        font-size: 3em;
        margin-top: 2rem; } }
  .subscribe h3 {
    color: #fff;
    font-size: 1.66rem;
    font-weight: 700;
    /* @include media('>=992px') {font-size: 3rem;} */ }
    @media (min-width: 768px) {
      .subscribe h3 {
        font-size: 2rem; } }
  .subscribe p {
    font-size: .9rem;
    line-height: 1.4;
    color: #fff; }
    @media (min-width: 992px) {
      .subscribe p {
        font-size: 1.1rem;
        line-height: 1.8; } }
  .subscribe a {
    color: #fff; }

.bar-chart {
  background-color: #083444;
  padding: 0rem 2rem 15rem;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .bar-chart {
      padding: 0rem 2rem 5rem; } }
  .bar-chart h2 {
    background: -webkit-linear-gradient(315deg, #0e6bc2, #22bef9);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: .5rem; }
    @media (min-width: 992px) {
      .bar-chart h2 {
        font-size: 3em; } }
  .bar-chart p {
    font-size: .9rem;
    line-height: 1.4;
    color: #fff; }
    @media (min-width: 992px) {
      .bar-chart p {
        font-size: 1.1rem;
        line-height: 1.8; } }
    .bar-chart p a {
      color: #fff;
      text-decoration: underline; }
  .bar-chart .priv-dark p {
    font-size: .85rem;
    margin-top: .5rem; }
    @media (min-width: 768px) {
      .bar-chart .priv-dark p {
        margin-top: 1rem; } }
  .bar-chart figure {
    display: none; }
    .bar-chart figure.animate {
      display: block; }

.form-wrap {
  position: relative;
  z-index: 1; }

.header-quote {
  color: #fff;
  background: #038bbe;
  padding: 2rem; }
  .header-quote h1 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.75em; }
    @media (min-width: 992px) {
      .header-quote h1 {
        font-size: 3em;
        padding: 0rem; } }

figure {
  margin: 0; }

.hm-feature {
  background: #00aced; }

@media (min-width: 1890px) {
  .hm-feature {
    min-height: 640px; } }

h2.report-title {
  font-weight: 400; }
  @media (min-width: 992px) {
    h2.report-title {
      font-size: 2.75em; } }

.feature-text {
  padding: 3% 4% 3%;
  background: #323c43;
  text-align: center;
  width: 100%;
  transition: all .3s ease-out; }
  .feature-text h1 {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 400;
    margin: .5rem 0; }
  .feature-text h2 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0 0 .5rem; }
  .feature-text h3 {
    font-size: 1.25rem;
    font-weight: 400; }
  .feature-text p {
    color: #fff; }
  .feature-text .scroll-down-arrow {
    color: rgba(252, 252, 252, 0.7);
    cursor: pointer; }

@media (min-width: 768px) {
  .feature-text h1 {
    font-size: 3rem; }
  .feature-text h2 {
    font-size: 2.25rem; } }

@media (min-width: 992px) {
  .feature-text {
    max-width: 1060px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    margin: 0 auto;
    z-index: 1;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%);
        transform: translate(-50%);
    background: transparent; }
    .feature-text h1 {
      color: #333;
      font-size: 3rem;
      margin-bottom: 0; }
    .feature-text h2 {
      color: #333;
      font-size: 2.25rem; }
    .feature-text h3 {
      color: #333;
      font-size: 1.25rem; }
    .feature-text p {
      color: #333; }
    .feature-text .scroll-down-arrow {
      display: none; } }

@media (min-width: 1200px) {
  .feature-text h1 {
    font-size: 3.5rem;
    margin-top: 0; }
  .feature-text h2 {
    font-size: 3rem;
    margin-top: 0; }
  .feature-text h3 {
    margin-top: 0;
    font-size: 2.25rem; } }

/*  Home News feed */
.news-wrap {
  background: #fff;
  padding: 2rem 0; }
  @media (min-width: 768px) {
    .news-wrap {
      background: transparent url("/wp-content/themes/essentialreportdev/images/dots-panel-2.png") no-repeat right bottom; } }
  .news-wrap h2 {
    color: #00aced;
    margin-bottom: 2.5rem; }

.hm-news-feed {
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 992px) {
    .hm-news-feed {
      padding-left: 0;
      padding-right: 0; } }
  .hm-news-feed .news-feed-col {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem; }
    @media (min-width: 992px) {
      .hm-news-feed .news-feed-col {
        border-right: 1px solid #ccc; } }
    @media (min-width: 992px) {
      .hm-news-feed .news-feed-col:first-child {
        border-left: 1px solid #ccc; } }
    .hm-news-feed .news-feed-col .news-feed-wrap {
      background: transparent;
      padding: 0 .8rem;
      width: 100%; }
      .hm-news-feed .news-feed-col .news-feed-wrap h4 {
        font-weight: 700;
        font-size: 1.4rem;
        margin: -.8rem -.8rem .8rem -.8rem;
        padding: .8rem .8rem .6rem;
        background: #038bbe;
        color: #fff; }
      .hm-news-feed .news-feed-col .news-feed-wrap .feeditem {
        padding: 1rem;
        background: rgba(233, 242, 244, 0.65);
        position: relative; }
        .hm-news-feed .news-feed-col .news-feed-wrap .feeditem:first-child {
          margin-bottom: 1rem; }
        .hm-news-feed .news-feed-col .news-feed-wrap .feeditem:hover {
          background: #E9F2F4; }
        .hm-news-feed .news-feed-col .news-feed-wrap .feeditem .guardian-icon {
          display: none; }
          .hm-news-feed .news-feed-col .news-feed-wrap .feeditem .guardian-icon.include {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            max-width: 100px; }
        .hm-news-feed .news-feed-col .news-feed-wrap .feeditem .date {
          font-size: .85rem;
          color: #757575; }
        .hm-news-feed .news-feed-col .news-feed-wrap .feeditem h3 {
          font-size: 1.5rem;
          margin-top: .25rem;
          margin-bottom: 0; }
        .hm-news-feed .news-feed-col .news-feed-wrap .feeditem p {
          line-height: 1.1;
          margin: .5rem 0; }

/*  Home elements section */
.home-elements {
  border-top: 12px solid #0388ba; }
  .home-elements .hm-element {
    background: #038bbe; }
    .home-elements .hm-element .col-lg-6 {
      min-height: 300px;
      max-height: 500px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .home-elements .hm-element .col-lg-6.col-img {
        padding: 0; }
        .home-elements .hm-element .col-lg-6.col-img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .home-elements .hm-element .col-lg-6 .col-content {
        color: #fff;
        width: 100%;
        padding: 1rem 1rem;
        text-align: center; }
        @media (min-width: 480px) {
          .home-elements .hm-element .col-lg-6 .col-content {
            padding: 1rem 15%; } }
        .home-elements .hm-element .col-lg-6 .col-content h2 {
          color: #fff;
          margin: .5rem 0;
          font-size: 1.5rem; }
          @media (min-width: 992px) {
            .home-elements .hm-element .col-lg-6 .col-content h2 {
              font-size: 1.85rem; } }
          @media (min-width: 1200px) {
            .home-elements .hm-element .col-lg-6 .col-content h2 {
              font-size: 2rem; } }
          .home-elements .hm-element .col-lg-6 .col-content h2.h2-lozenge {
            background: #82c341;
            padding: 20px 30px;
            border-radius: 40px;
            z-index: 1;
            font-size: 1.2rem;
            text-align: center;
            transition: all .3s ease-out;
            cursor: pointer;
            margin: 0 auto 0;
            display: inline-block; }
            @media (max-width: 992px) {
              .home-elements .hm-element .col-lg-6 .col-content h2.h2-lozenge {
                width: 80%;
                position: absolute;
                top: -1.5rem;
                left: 50%;
                -ms-transform: translate(-50%);
                transform: translate(-50%); } }
            @media (min-width: 992px) {
              .home-elements .hm-element .col-lg-6 .col-content h2.h2-lozenge {
                margin: 1rem auto 0;
                font-size: 1.5rem; } }
            @media (min-width: 1200px) {
              .home-elements .hm-element .col-lg-6 .col-content h2.h2-lozenge {
                font-size: 1.85rem; } }
        @media (min-width: 1200px) {
          .home-elements .hm-element .col-lg-6 .col-content p {
            font-size: 1.2rem; } }

/* Accordian */
.accordion-wrap {
  position: relative; }
  .accordion-wrap::before {
    content: url("/wp-content/themes/essentialreportdev/images/dots-pretext.png");
    position: absolute;
    z-index: 10;
    left: -13rem;
    top: .75rem; }

.card-body .cat-wrap {
  margin-top: -.3333rem;
  margin-bottom: 1rem;
  line-height: 1.2; }
  .card-body .cat-wrap span.category a {
    color: #038bbe;
    font-size: .85rem;
    text-decoration: underline; }
    .card-body .cat-wrap span.category a:hover {
      text-decoration: none; }

.card-link {
  display: block; }
  .card-link i {
    float: right;
    padding-bottom: .3rem;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .card-link.collapsed i {
    padding-top: .3rem;
    -ms-transform: rotate(0deg);
        transform: rotate(0deg); }

/* Site-wide structural elements */
/* Generic page and 404*/
.container.page-simple {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.container .row.content {
  margin-top: 30px; }

.hm-feature-page {
  position: relative;
  min-height: 300px;
  background: #00aced;
  box-shadow: 0px 5px 10px 0px rgba(1, 55, 76, 0.2); }
  @media (min-width: 768px) {
    .hm-feature-page {
      background: #00aced url("/wp-content/themes/essentialarchive/images/dots-panel-1.png") no-repeat right top;
      /*background: linear-gradient(180deg, $blue_5, #0986d3);*/
      box-shadow: 0px 5px 10px 0px rgba(1, 55, 76, 0.2); } }
  .hm-feature-page.page-default {
    min-height: 220px; }
  .hm-feature-page .hero-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem; }
    .hm-feature-page .hero-text.background-off {
      background: none; }
    .hm-feature-page .hero-text h1 {
      color: #fff;
      font-size: 1.75em;
      padding-left: 2%;
      padding-right: 2%;
      margin-bottom: 1rem; }

@media (min-width: 768px) {
  .hm-feature-page {
    min-height: 280px; }
    .hm-feature-page.page-default {
      min-height: 280px; }
    .hm-feature-page .hero-text h1 {
      font-size: 2.5em;
      padding-left: 10%;
      padding-right: 10%;
      margin-bottom: 2rem; } }

@media (min-width: 992px) {
  .hm-feature-page {
    min-height: 280px; }
    .hm-feature-page .hero-text h1 {
      font-size: 3.75em; } }

.bCrumbs {
  border-bottom: 1px dotted #666666;
  font-size: .9rem;
  color: #666666; }

/* Search Page */
.search-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .search-header h1 {
    color: #fff;
    font-size: 2rem;
    margin-top: 0;
    text-align: center; }
    @media (min-width: 992px) {
      .search-header h1 {
        font-size: 3rem; } }

.search-wrap {
  padding: 0 2rem;
  transition: all .3s ease-out; }
  @media (min-width: 992px) {
    .search-wrap {
      padding: 0; } }
  .search-wrap #searchBox {
    max-width: 28rem;
    margin: 0 auto;
    margin-top: 10px; }
    .search-wrap #searchBox #searchform input {
      border: none;
      color: #666;
      width: 75%;
      height: 40px;
      float: left;
      background: #fff url("/wp-content/themes/essentialarchive/images/icon_search.svg") 5px 50% no-repeat;
      border-radius: 4px 0px 0px 4px;
      padding-top: 4px;
      padding-right: 4px;
      padding-bottom: 4px;
      padding-left: 30px; }
      .search-wrap #searchBox #searchform input.searchsubmit {
        font-size: 0.9em;
        line-height: 34px;
        text-align: center;
        height: 40px;
        width: 25%;
        padding: 0;
        background-color: #01374c;
        color: #fff;
        cursor: pointer;
        text-transform: uppercase;
        background-image: none;
        -webkit-appearance: none;
        border-radius: 0 4px 4px 0; }
        .search-wrap #searchBox #searchform input.searchsubmit:hover {
          background-color: #0388ba; }
    .search-wrap #searchBox label {
      display: none; }

.search-page h2 {
  color: #01374c;
  margin-bottom: 1.5rem; }

.search-page .tag-wrap {
  background: #fff;
  padding: 1rem 1.25rem;
  border-radius: 4px;
  /*box-shadow: 0 0 8px rgba(0,0,0,.1);*/
  border-color: #d3d9e2; }
  .search-page .tag-wrap i {
    font-size: .8rem; }
  .search-page .tag-wrap .tag-block {
    margin-bottom: 1.25rem;
    padding: 0 0 1rem;
    border-bottom: solid 1px #e7e7e7; }
    .search-page .tag-wrap .tag-block:last-child {
      border-bottom: none; }
    .search-page .tag-wrap .tag-block i {
      font-size: .8rem; }
  .search-page .tag-wrap h3 {
    margin-top: 0;
    margin-bottom: .5rem; }

/* Action Page */
.header-text {
  padding: 1.5rem 0 1rem;
  background: #323c43;
  text-align: center;
  transition: all .3s ease-out;
  margin-left: -15px;
  margin-right: -15px;
  width: 100%; }
  .header-text h1 {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 700;
    margin: .5rem 0; }
  .header-text h2 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0 0 .5rem; }
  .header-text h3 {
    font-size: 1.25rem;
    font-weight: 700; }

@media (min-width: 768px) {
  .header-text h1 {
    font-size: 3rem; }
  .header-text h2 {
    font-size: 2.25rem; } }

@media (min-width: 992px) {
  .header-text {
    width: 950px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
    left: 50%;
    -ms-transform: translate(-50%);
        transform: translate(-50%);
    background: rgba(50, 60, 67, 0.9); }
    .header-text h1 {
      font-size: 3rem;
      margin-bottom: 0; }
    .header-text h2 {
      font-size: 2.25rem; } }

@media (min-width: 1200px) {
  .header-text {
    width: 1140px; }
    .header-text h1 {
      font-size: 4rem;
      margin-top: 0; }
    .header-text h2 {
      font-size: 2.75rem;
      margin-top: 0; } }

.action-wrap {
  border-top: 10px solid #0388ba;
  margin-bottom: 40px; }

.action-form-wrap {
  background: #038bbe; }
  .action-form-wrap .action-form {
    padding: 0 4% 1.25rem; }
    .action-form-wrap .action-form h2 {
      color: #fff; }
    .action-form-wrap .action-form h3 {
      color: #fff; }
    .action-form-wrap .action-form p {
      color: #fff; }

@media (min-width: 992px) {
  .action-wrap h2 {
    font-size: 2.75rem; } }

/* Feature Blocks */
.feature-block {
  background: #262161; }
  .feature-block .fb-pic {
    padding-left: 0;
    padding-right: 0; }
  .feature-block .fb-intro-wrap .fb-intro {
    padding-top: 2rem;
    padding-bottom: 1rem; }
    .feature-block .fb-intro-wrap .fb-intro .btn {
      color: #fff;
      border: 2px solid #fff;
      background: transparent; }
      .feature-block .fb-intro-wrap .fb-intro .btn:hover {
        background: #4d0f98; }
    .feature-block .fb-intro-wrap .fb-intro h2 {
      color: #fff; }
    .feature-block .fb-intro-wrap .fb-intro p {
      color: #fff; }

@media (min-width: 1200px) {
  .fb-intro-wrap {
    max-width: 600px; }
    .fb-intro-wrap .fb-intro {
      padding: 3rem 3rem 1rem; } }

/* Category previews */
.category-item-preview {
  background: #d1d2d3;
  padding: .5rem 1rem 12rem; }
  .category-item-preview .preview-item {
    background: #fff;
    border: solid #999 1px;
    padding: 1.5rem 1.25rem .5rem 1.5rem;
    margin-top: 2rem;
    border-radius: 6px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); }
    .category-item-preview .preview-item .logo-wrap {
      width: 80px;
      height: 80px;
      margin-top: -40px;
      margin-bottom: 10px; }
      .category-item-preview .preview-item .logo-wrap img {
        width: 100%;
        height: auto;
        border-radius: 50%; }
    .category-item-preview .preview-item h3 {
      margin-top: 0;
      font-size: 1.25rem; }

@media (min-width: 992px) {
  .container-fluid.page-intro.overlap {
    padding-bottom: 140px; }
  .category-item-preview .container {
    margin-top: -160px; }
    .category-item-preview .container .preview-item {
      position: relative;
      padding: 1rem 1.25rem .5rem 5rem;
      margin-top: 2rem; }
      .category-item-preview .container .preview-item .logo-wrap {
        position: absolute;
        top: -15px;
        left: -15px;
        margin-top: auto;
        margin-bottom: auto; }
      .category-item-preview .container .preview-item h3 {
        font-size: 1.5rem; } }

/* Lower Level pages */
.page-simple-wrap.services_bg {
  background: #692B7F; }

.page-simple-wrap.research_bg {
  background: #692B7F; }

.section-index-list .sub-section {
  border-radius: 4px;
  background: #fff;
  padding: 0 0 1rem;
  margin-bottom: 1rem;
  -ms-flex: 100%;
      flex: 100%;
  border: 1px solid #ebeef3;
  transition: all 0.2s ease 0s; }
  .section-index-list .sub-section:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-color: #d3d9e2; }
  .section-index-list .sub-section a {
    color: #212529; }
    .section-index-list .sub-section a:hover {
      text-decoration: none; }
    .section-index-list .sub-section a h3 {
      font-weight: 500;
      margin: .75rem 0 0;
      font-size: 1.5rem;
      color: #a00816; }
      .section-index-list .sub-section a h3:hover {
        color: #4d0f98; }
  .section-index-list .sub-section p {
    margin: .25rem 0; }
    .section-index-list .sub-section p.feed-excerpt a.readmore {
      display: none; }
  .section-index-list .sub-section a.btn {
    color: #fff; }
    .section-index-list .sub-section a.btn.btn-1 {
      background: #a00816; }
      .section-index-list .sub-section a.btn.btn-1:hover {
        background: #4d0f98;
        color: #fff; }

/* News */
.itemImage {
  margin-bottom: 1rem; }

.itemContent h1 {
  color: #038bbe; }

.itemContent h3 {
  margin-top: 0;
  margin-bottom: .75rem; }
  .itemContent h3 a {
    color: #038bbe; }

.itemContent .metadate {
  border-bottom: 2px solid #e7e7e7;
  padding-bottom: .5rem;
  margin-bottom: .5rem; }

.itemContent a.btn {
  background: #f56A00;
  font-size: 1em; }
  .itemContent a.btn:hover {
    background: #692B7F; }

.itemContent .excerpthm {
  margin-bottom: .75rem; }

.res-wrap .itemContent h3 {
  font-size: 1.7rem; }

/* home feeds */
.feedcont .meta {
  margin-bottom: .5rem; }
  .feedcont .meta span {
    display: inline-block;
    padding-right: 6px; }
    .feedcont .meta span.date {
      display: inline-block;
      font-size: .85rem;
      color: #757575; }
    .feedcont .meta span.cats a {
      display: inline-block;
      color: #038bbe;
      font-size: .85rem;
      padding: 0 9px;
      text-decoration: none;
      line-height: 1; }
      .feedcont .meta span.cats a:hover {
        color: #0388ba; }
      .feedcont .meta span.cats a:active, .feedcont .meta span.cats a:active {
        color: #f56A00; }

.feedcont h3 {
  font-size: 1.75rem;
  margin-top: .5rem; }

.feedcont .excerpthm p {
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0; }
  .feedcont .excerpthm p a {
    font-size: .85rem;
    color: #038bbe; }

@media (min-width: 992px) {
  .itemContent h3 {
    font-size: 2.5rem;
    margin-top: .5rem; } }

/* info-panel */
.info-panel {
  color: #fff;
  background: #111719;
  padding: 20px; }
  .info-panel .row {
    padding: 1rem 1rem 2rem; }
    .info-panel .row h2 {
      color: #fac904;
      font-size: 2rem;
      padding: 0 2%;
      margin-top: 1rem; }
    .info-panel .row img {
      width: 70%; }

/* Report Page */
.report-content {
  padding: 2rem; }
  .report-content h3 {
    margin-top: 0;
    color: #e11a2c; }

.report-form {
  padding: 1.5rem;
  background: #fac904;
  border-radius: 6px; }

/* Sources Page*/
.sources-content {
  padding: 2rem; }

/* pagination */
.search-pagination {
  overflow: hidden; }

.emm-paginate {
  margin: 1.5rem 0 1rem; }
  .emm-paginate .emm-title {
    margin-right: .25rem; }
  .emm-paginate .emm-prev, .emm-paginate .emm-next {
    margin: 0 5px; }
  .emm-paginate .emm-page {
    color: #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #038bbe;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px; }
    .emm-paginate .emm-page.emm-current {
      color: #333333;
      background-color: #f56A00; }

/* Single post listing */
.single-event .postItem {
  background: #fff;
  padding: 1.5rem 2rem 2rem; }
  .single-event .postItem h1 {
    margin-top: 1rem; }
  .single-event .postItem h2 {
    margin: 2.2rem; }
  .single-event .postItem span.date {
    color: #00aced;
    font-size: 1.2rem;
    font-weight: bold; }
  .single-event .postItem a.upcoming-events {
    font-size: .85rem;
    display: inline-block;
    background: #00aced;
    padding: 0 .5rem;
    color: #fff;
    border-radius: 15px; }
    .single-event .postItem a.upcoming-events:hover {
      background: #038bbe;
      text-decoration: none; }
  .single-event .postItem a.past-events {
    font-size: .85rem;
    display: inline-block;
    background: #00aced;
    padding: 0 .5rem;
    color: #fff;
    border-radius: 15px; }
    .single-event .postItem a.past-events:hover {
      background: #038bbe;
      text-decoration: none; }

.single-event .event-sign-up-wrap {
  background: #038bbe;
  padding: .5rem 2rem 2rem; }
  .single-event .event-sign-up-wrap h2 {
    color: #fff;
    margin-top: .5rem; }
  .single-event .event-sign-up-wrap p {
    color: #fff; }

/* Single post questions */
.single-question {
  margin-bottom: 2rem; }
  .single-question p {
    font-size: .85rem; }
  .single-question span {
    font-size: .85rem; }
    .single-question span.category a {
      color: #038bbe;
      font-size: .85rem;
      text-decoration: underline; }
      .single-question span.category a:hover {
        text-decoration: none; }

/*  Tables  */
table {
  border-collapse: collapse; }

.colLeft .feeditem table th, .colLeft .feeditem table td {
  border-width: 1px;
  border-style: solid;
  border-color: #CCC;
  padding: 4px; }

.btn {
  color: #fff;
  min-width: 180px;
  font-size: .85em;
  border-radius: 20px;
  background-color: #00aced;
  font-weight: 700;
  padding: .6rem .75rem;
  margin: .5rem 0; }
  .btn:hover {
    background-color: #faec04;
    color: #333333;
    border-color: #fac904; }
  .btn:active {
    background-color: #f56A00;
    color: #fff; }
  .btn.btn-dark {
    background: #01374c;
    border: none; }
    .btn.btn-dark:hover {
      background-color: #0388ba;
      color: #fff;
      border: none; }
    .btn.btn-dark:active {
      background-color: #fac904;
      color: #333333;
      border: none; }
  .btn.btn-yellow {
    background: #faec04;
    color: #333333; }
    .btn.btn-yellow:hover {
      background-color: #fac904; }
    .btn.btn-yellow:active {
      background-color: #00aced;
      color: #fff; }
  .btn.btn-crimson {
    background: #ce024f; }
    .btn.btn-crimson:hover {
      background-color: #0388ba;
      color: #fff;
      border-color: #00aced; }
    .btn.btn-crimson:active {
      background-color: #fac904;
      color: #333333; }
  .btn.btn-orange {
    background: #f56A00; }
    .btn.btn-orange:hover {
      background-color: #cd4502;
      color: #fff;
      border-color: #cd4502; }
    .btn.btn-orange:active {
      background-color: #fac904;
      color: #333333; }
  .btn.btn-question {
    display: inline-block;
    font-size: .68rem;
    margin: .125rem .125rem .25rem;
    min-width: 145px;
    padding: .4rem .5rem; }
    @media (min-width: 992px) {
      .btn.btn-question {
        font-size: .85rem;
        /* min-width: 180px; padding: .6rem .75rem; margin: .5rem;*/ } }

.lf-btn {
  background-color: #DA3C3D;
  padding: 6px;
  border-radius: 4px;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 280px;
  margin: 0 auto 15px; }
  .lf-btn:hover {
    background-color: #b4011e;
    text-decoration: none; }
  .lf-btn:active {
    background-color: #DA3C3D; }

/* Font Awesome */
/* Scroll down to petition */
.btn.scroll-down-pet {
  background-color: #0388ba;
  color: #fff;
  width: 280px;
  margin: 1.5rem auto 1.5rem;
  display: block;
  font-size: 1.05rem;
  padding: 12px 8px;
  border-radius: 30px;
  transition: all .3s ease-out; }

.btn.scroll-down-pet:hover {
  background-color: #038bbe;
  transition: all .3s ease-out; }

.btn.scroll-down-pet:active {
  background-color: #0388ba; }

@media screen and (min-width: 992px) {
  .btn.scroll-down-pet {
    display: none; } }

.searchandfilter ul {
  padding-left: 0; }

.searchandfilter li {
  padding: 4px 0; }

.searchandfilter .sf-field-submit input {
  padding: 2px 8px;
  border-radius: 6px;
  background: #000;
  color: #fff;
  border: none;
  margin-left: 1px; }

.searchandfilter select.sf-input-select {
  min-width: 260px;
  max-width: 240px; }

@media (min-width: 768px) {
  .searchandfilter ul li {
    display: inline-block;
    margin-right: 15px;
    padding: 10px 0; }
  .searchandfilter select.sf-input-select {
    min-width: 170px; } }

/* Generic Action Network form */
#can_embed_form h2 {
  display: none; }

#can_embed_form h4 {
  display: none; }

#can_embed_form p {
  color: #fff; }
  #can_embed_form p a {
    text-decoration: underline; }
    #can_embed_form p a:hover {
      text-decoration: none; }

#can_embed_form .country_drop_wrap {
  display: none !important; }

#can_embed_form label {
  color: #fff;
  font-size: 0.9rem !important; }

#can_embed_form #action_info {
  display: none; }

#can_embed_form input {
  border-radius: 4px !important; }
  #can_embed_form input[type="submit"] {
    font-size: 1.2rem !important;
    border-radius: 4px;
    height: 44px;
    background-color: #f6863e !important;
    font-weight: 700 !important;
    height: 52px !important; }
    #can_embed_form input[type="submit"]:hover {
      background-color: #e11a2c !important; }
  #can_embed_form input[type="text"] {
    height: 52px !important; }
  #can_embed_form input[type="email"] {
    height: 52px !important; }

#can_embed_form #can_thank_you {
  background-color: #ee1d42 !important; }

#can_embed_form .itiinput[type="text"] {
  margin-bottom: 15px !important; }

#can_embed_form #d_sharing {
  display: none !important; }

#can_embed_form .floatlabel-wrapper .floatlabel-label-active {
  display: none !important; }

#can_embed_form .floatlabel-wrapper .floatlabel-label-active {
  display: none !important; }

#gform_wrapper_1.gform_wrapper ul li.gfield {
  margin-top: 0; }

@media (min-width: 992px) {
  #gform_wrapper_1.gform_wrapper .gform_body {
    width: 66.66%;
    float: left;
    clear: none !important; } }

#gform_wrapper_1.gform_wrapper .gform_body li {
  padding-right: 0; }
  @media (min-width: 992px) {
    #gform_wrapper_1.gform_wrapper .gform_body li {
      width: 50%;
      float: left;
      clear: none !important;
      margin-top: 13px !important;
      padding-right: 16px; } }
  #gform_wrapper_1.gform_wrapper .gform_body li input {
    border-radius: 20px;
    border: solid 1px #fff;
    padding-left: 1rem; }

#gform_wrapper_1.gform_wrapper .gform_footer {
  margin-top: .3rem; }
  @media (min-width: 992px) {
    #gform_wrapper_1.gform_wrapper .gform_footer {
      width: 33.33%;
      float: left;
      clear: none !important;
      margin-top: 16px; } }
  #gform_wrapper_1.gform_wrapper .gform_footer label {
    display: none; }
  #gform_wrapper_1.gform_wrapper .gform_footer input.button {
    color: #333333;
    width: 100%;
    height: 42px;
    background: #faec04;
    border: solid 1px #faec04;
    border-radius: 20px;
    margin-bottom: 0; }
    #gform_wrapper_1.gform_wrapper .gform_footer input.button:hover {
      background: #fac904; }
  #gform_wrapper_1.gform_wrapper .gform_footer input[type="submit"] {
    width: 100%;
    height: 42px;
    background: #faec04;
    border: solid 1px #faec04;
    color: #333333;
    border-radius: 20px;
    margin-bottom: 0; }

.form-wrap .gform_confirmation_message {
  color: #faec04;
  font-size: 1.2rem; }

#gform_wrapper_4.gform_wrapper .gform_footer input.button {
  color: #fff;
  width: 180px;
  height: 42px;
  background: #00aced;
  border: solid 1px #00aced;
  border-radius: 20px;
  margin-bottom: 0; }
  #gform_wrapper_4.gform_wrapper .gform_footer input.button:hover {
    color: #333333;
    background: #fac904;
    border: solid 1px #fac904; }

#gform_wrapper_4.gform_wrapper .gform_footer input[type="submit"] {
  width: 180px;
  height: 42px;
  background: #00aced;
  border: solid 1px #00aced;
  color: #fff;
  border-radius: 20px;
  margin-bottom: 0; }
  #gform_wrapper_4.gform_wrapper .gform_footer input[type="submit"]:hover {
    color: #333333;
    background: #fac904;
    border: solid 1px #fac904; }

.gform_confirmation_message_4.gform_confirmation_message {
  background: #fff;
  padding: 1rem;
  font-size: 1.2rem;
  border-radius: 4px; }

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