.container-full {
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width:768px){
    .d-none{
        display: none;
    }
}

@media screen and (min-width:992px){
    .d-md-block{
        display: block;
    }
}

* {
  outline: 0 !important;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width:768px){
    .no-gutter-mobile > [class*='col-']{
        padding-left: 0;
        padding-right: 0;
    }

    .no-gutter-mob{
        padding-left: 0;
        padding-right: 0;
    }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4
h5, .h5,
h6, .h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.color-white{
  color: white!important;
}

.color0 {
  color: #39434e !important;
}

.color1 {
  color: #998dc3 !important;
}

.color2 {
  color: #7dc57a !important;
}

.color3 {
  color: #4dc3cf !important;
}

.color4{
    color: #7EC594 !important;
}

.bg-color0 {
  background-color: #39434e !important;
}

.bg-color1 {
  background-color: #998dc3 !important;
}

.bg-color2 {
  background-color: #7dc57a !important;
}

.bg-color3 {
  background-color: #4dc3cf !important;
}

@media screen and (max-width:768px){
    body, html {
      color: #39434e;
      font-family: "proxima-nova", Arial, sans-serif;
      font-size: 1rem;
      font-weight: 300;
      line-height: 1.5rem;
      overflow-x: hidden;
    }

}

@media screen and (min-width:768px){
    body, html {
      color: #39434e;
      font-family: "proxima-nova", Arial, sans-serif;
      font-size: 1rem;
      font-weight: 300;
      line-height: 1.625rem;
      overflow-x: hidden;
    }
}

@media screen and (min-width:768px) and (max-width:992px){
    .container-fluid-cat{
        padding-left: 35px;
        padding-right: 35px;
    }
}

a {
  text-decoration: none !important;
}

h3, h2 {
    text-align: left;
    display: block;
    background-color: rgba(30,35, 40, 0.8);
    color: white;
    display: inline-block;
    padding:  0.875rem 0.875rem 0.75rem 3.5rem;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    font-size: 3rem;
    font-weight: 100;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 3.25rem;
}

.left-title {
  text-align: left !important;
  display: block !important;
  background-color: rgba(30,35, 40, 0.8) !important;
  color: white !important;
  display: inline-block !important;
  padding:  0.875rem 0.875rem 0.75rem 3.5rem !important;
  text-transform: uppercase !important;
  font-family: "proxima-nova", sans-serif !important;
  font-size: 3rem !important;
  font-weight: 100 !important;
  text-transform: uppercase !important;
  margin-top: 4% !important;
  margin-bottom: 10px !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  line-height: 2.25rem;

}

@media screen and (max-width:768px){
    .left-title {
        text-align: left !important;
        display: block !important;
        background-color: rgba(30,35, 40, 0.8)!important;
        color: white !important;
        display: inline-block !important;
        padding: 0.25rem .75rem 0.25rem 2rem !important;
        font-family: "proxima-nova", sans-serif !important;
        font-weight: 100;
        font-size: 1.375rem !important;
        text-transform: uppercase !important;margin-bottom: 10px !important;
        margin-right: 0 !important;
        margin-left: 0 !important;

    }

    h3,h2{
        line-height: 1.5rem;
    }
}

.generic-padding-top{
    padding-top: 20px;
}


.data h3{
   font-size: 2rem;
   line-height: 2.7rem;
   /*line-height: 2.25rem;*/
   color: #7d6eb1;
   background-color: transparent;
   font-weight: 700;
   margin-top: 0%;
   text-transform: capitalize;
   margin-bottom: 0px;
   padding:  2.5rem 7rem 0.625rem 7rem;

}

.data h3::after{
    white-space: pre-line;
}

@media screen and (max-width:768px){
    .data h3, .data h2 {
        /*padding: 2.5rem 2rem 0.625rem 2rem;*/
		padding: 0.625rem 2rem 0.625rem 2rem;

    }
}

.customh3 {
    width:100%;
    font-size: 1.875rem !important;
    line-height: 2.7rem!important;
    /*line-height: 2.25rem;*/
    color: #7d6eb1!important;
    background-color: transparent!important;
    font-weight: 100!important;
    margin-top: 0%!important;
    text-transform: lowercase!important;
    margin-bottom: 0px!important;
    padding:  1.25rem 7rem 0 8rem !important;
}


@media screen and (max-width:768px){
    .customh3{
        padding: 0.25rem .75rem 0.25rem 2rem!important;
        font-size: 1.375rem !important;
        line-height: 1rem;
    }
}

.data h3::first-letter, .data h2::first-letter{
    text-transform: capitalize !important;
}

.data>h3:first-child, .data>h2:first-child {
  text-align: left !important;
  display: block !important;
  background-color: rgba(30,35, 40, 0.8) !important;
  color: white !important;
  display: inline-block !important;
  padding:  0.875rem 0.875rem 0.75rem 3.5rem !important;
  text-transform: uppercase !important;
  font-family: "proxima-nova", sans-serif !important;
  font-size: 3rem !important;
  font-weight: 100 !important;
  text-transform: uppercase !important;
  margin-bottom: 10px !important;
  margin-right: 0 !important;
  margin-left: 0 !important;

}


.data-margin{
    margin-top: 4%;
}

@media screen and (max-width:768px){
    .data>h3:first-child, .data>h2:first-child{
        padding: 0.875rem 0.875rem 0.75rem 3.5rem;
        font-size: 1.375rem !important;
        line-height: 1.5rem;
    }

    .data-margin{
        margin-top: 10%;
    }
}


h3 a, h2 a{
    color: white !important;
}

.responsive-wrapper .data h2 a, .responsive-wrapper .data h3 a {
    color: #7d6eb1 !important;
}

h3 a:hover, h2 a:hover{
    color: white !important;
}

.right-title-padding{
    padding: 0.625rem 3.5rem 0.625rem 1rem;
}

@media screen and (max-width: 1023px) {
  h3 {
    font-size: 1.375rem;
    padding:  0.875rem 0.875rem 0.75rem 3.5rem;

  }
}

h3 .color {
  display: inline;
}

h4 {
  color: #7d6eb1;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.25rem;
  margin: 0 0 20px;
}

@media screen and (max-width:768px){
    h4 {
      color: #7d6eb1;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 2rem;
      margin: 0 0 20px;
    }
}

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

@media screen and (max-width:768px){
    .title h3{
        width: auto;
        text-align: center;
    }

    /*.header .title{
        width: 100vw;
        right: auto !important;
        padding: 1.25rem 0rem !important;
    }*/

    .staff-name{
        padding-top: 5%;
        padding-bottom: 3%;
    }
}

.subtitle a{
    color:white;
}

.data h4{
  color: #7d6eb1;
  font-size: 1.375rem;
  font-weight: 200;
  line-height: 2.25rem;
  margin-right: 0rem;
  margin-left: 0rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.data iframe{
    max-width: 100%;
}

@media screen and (max-width:768px){
    .data iframe{
        max-width: 100%;
        height: auto;
    }
}

.backpage-text-wrapper {
  margin: 2.5rem;
}

@media screen and (min-width:768px){

    .responsive-wrapper .data p, .responsive-wrapper .data h1, .responsive-wrapper .responsive-wrapper h2, .responsive-wrapper .data h4, .responsive-wrapper .data h5, .responsive-wrapper .data h6, .responsive-wrapper .social-share, .responsive-wrapper .signup-box, .responsive-wrapper .data .embed-responsive {
        margin-left: 7rem;
        margin-right: 7rem;
        padding-top: 0.5%;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .gform_wrapper, .gform_confirmation_wrapper {
        margin-left: 7rem!important;
        margin-right: 7rem!important;
        padding-top: 0.5%;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }



    .responsive-wrapper .data ul{
        margin-left: 8rem;
        margin-right: 7rem;
    }

    .push-right, .responsive-wrapper .data h2{
        margin-left: 7rem;
        margin-right: 7rem;
    }
}

@media screen and (max-width:992px){
	.push-right, .responsive-wrapper .data h2{
        margin-left: 7rem!important;
        margin-right: 7rem!important;
    }

	.responsive-wrapper .data p, .responsive-wrapper .data h1, .responsive-wrapper .data h4, .responsive-wrapper .data h5, .responsive-wrapper .data h6, .responsive-wrapper .social-share, .responsive-wrapper .signup-box, .responsive-wrapper .data .embed-responsive {
        margin-left: 7rem!important;
        margin-right: 7rem!important;
        padding-top: 0.5%;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width:768px){

    .responsive-wrapper .data p, .responsive-wrapper .data h1, .responsive-wrapper .data h4, .responsive-wrapper .data h5, .responsive-wrapper .data h6, .responsive-wrapper .social-share, .responsive-wrapper .signup-box, .responsive-wrapper .data .embed-responsive {
        margin-left: 2rem!important;
        margin-right: 2rem!important;
        padding-top: 0.5%;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .gform_wrapper, .gform_confirmation_wrapper {
        margin-left: 2rem!important;
        margin-right: 2rem!important;
        padding-top: 0.5%;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .responsive-wrapper .data ul{
        margin-left: 1rem;
        margin-right: 2rem;
    }

    .push-right, .responsive-wrapper .data h2{
        margin-left: 2rem!important;
        margin-right: 2rem!important;
    }
}

data ul{
    padding-top: 0.25rem;
}

.data ul li{
    padding-top: 10px;
}

ul ul{
    margin: 0 0 0 0!important;
}

ul > li > *{
    margin-left: 0!important;
}

.responsive-wrapper{
    padding-top: 4%;
}

.header-top {
  background-attachment: scroll !important;
}

.header{
    background-image: url(../../images/gipc-geo-img-3.jpg) !important;
}

.header1{
    background-image: url(../../images/gipc-hero-geo-img@2x.png) !important;
}

.header1-height-fix{
    height: auto !important;
    max-height: 26.4375rem !important;
    min-height: 26.4375rem !important;
    background-size: 100% auto !important;
}

@media screen and (max-width:768px){
    .header-2{
        background-image: url(../../images/Geo-Shapes-2.jpg) !important;
    }

    .#latest-news .title{
        margin-top: 0;
    }

    .header .title{
        bottom: 1rem!important;
    }

    .header1-height-fix{
        height: auto !important;
        max-height: 35.4375rem !important;
        min-height: 17.4375rem !important;
        background-size: 100% auto !important;
    }
}

@media screen and (min-width:768px) and (max-width:992px){
    .header .title{
        bottom: -2.7rem!important;
    }
}


@media (min-width: 1400px) {

    .header {
      min-height: auto;
      padding-bottom: 10%;
      background-image: url(../../images/geo-shape-hero-1.png);
      background-size: 100% 104%;
      background-attachment: fixed;
      background-repeat: no-repeat;
    }

}

@media (max-width: 1400px) {

    .header {
      min-height: auto;
      padding-bottom: 10%;
      background-image: url(../../images/geo-shape-hero-1.png);
      background-size: 100% 100%;
      background-attachment: fixed;
      background-repeat: no-repeat;
    }

}

@media (max-width: 1400px) {

    .header {
      min-height: auto;
      padding-bottom: 10%;
      background-image: url(../../images/geo-shape-hero-1.png);
      background-size: 100% 104%;
      background-attachment: fixed;
      background-repeat: no-repeat;
    }

}

@media screen and ( max-width : 1200px) {
    .header {
      min-height: auto;
      padding-bottom: 10%;
      background-image: url(../../images/geo-shape-hero-1.png);
      background-size: 100% 103%;
      background-attachment: fixed;
      background-repeat: no-repeat;
    }
}

@media (max-width: 992px) {
    .header {
      min-height: auto;
      padding-bottom: 10%;
      background-image: url(../../images/geo-shape-hero-1.png);
      background-size: 100% 100%;
      background-attachment: fixed;
      background-repeat: no-repeat;
    }
}


@media screen and ( max-width : 768px) {

  .header{
    background-attachment: scroll;
    min-height: auto;
    padding-bottom: 10%;
  }

}

.error-container{
    margin-left: auto;
    margin-right: auto;
    padding-top: 10%;
}

.error-container h3{
    background-color: transparent;
    color: #31708f;
    width: 100%;
    line-height: 1;
    font-size: 2.3rem;
    text-align: center;
    padding:  0.875rem 3.5rem 0.75rem 3.5rem;
}

@media screen and (max-width:768px){

    .error-container h3{
        line-height: 1.3;
        font-size: 1.5rem;
    }

}

.error-container h1, .error-container h2{
    text-align: center;
}

.error-container h2{
    font-size: 2.5rem;
    font-weight: 400;
}

.error-container h1{
    background: -webkit-gradient(linear, left bottom, left top, from(#7d6eb1), to(#4dc3cf));
    background: linear-gradient(0deg, #7d6eb1 0%, #4dc3cf 100%);
    font-size: 12rem;
    font-weight: 200;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width:768px){

    .error-container h1{
        font-size: 9rem;
    }

}

/* Small Devices, Tablets
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops
@media only screen and (min-width : 992px) {
  .header{
      min-height: 28.4375rem;
  }

  .header .title{
    bottom: 1rem !important;
  }
}

/* Large Devices, Wide Screens
@media only screen and (min-width : 1200px) {
  .header{
      min-height: 33.4375rem;
  }

  .header .title{
    bottom: 2.1875rem !important;
  }
}*/

.header .title, .header .title1 {
  position: absolute;
  bottom: -2.7rem;
  right: 0.7rem;
  padding: 1.25rem 0.3125rem;
}

@media only screen and (max-width : 768px) {
    .header .title1{
        bottom: 0%;
    }

    .header .title1{
        bottom: -4.5% !important;
    }
}

@media only screen and (min-width : 768px) and (max-width : 992px) {
    .header .title1{
        bottom: 2%;
    }

    .header .title1{
        bottom:1.5% !important;
    }

}

@media screen and (min-width : 992px){
    .header .title1{
        bottom:5.5% !important;
    }
}

.single .title{
    font-size: 2rem;
    color: #7d6eb1;
    line-height: 2.25rem;
    font-weight: 700;
}

.single .event-title{
  font-size: 2.625rem;
  color: #7d6eb1;
  line-height: 2.5rem;
  font-weight: 500;
}

.past-event-click{
  border: 1px solid #7dc57a;
  border-left: 0px solid transparent;
  padding: 20px 25px;
  float: left;
}

.upcoming-event-click{
  border: 1px solid #998dc3;
  border-left: 1px solid #337ab7;
  padding: 20px 25px;
  float: left;
}

@media screen and (max-width: 767px){
  .past-event-click, .upcoming-event-click{
    font-size: 0.8rem;
  }
}

.upcoming-event-click-static{
  border: 1px solid #998dc3;
  border-left: 1px solid #337ab7;
  padding: 20px 25px;
  float: left;
}

.upcoming-event-click-hover{
  background-color: #998dc3;
  color: white!important;
}

.past-event-click-hover{
  background-color: #7dc57a;
  color: white!important;
}

.single .spaceout{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

@media screen and (max-width:768px){
    .single .featured-image{
        margin-left:2rem; margin-right:2rem;
    }
}

@media screen and (min-width:768px){
    .single .featured-image{
        margin-left:7rem; margin-right:7rem;
    }
}

.solid-author{
    color: #7ec57b;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    text-transform: uppercase;
}

.author{
    font-size: 0.75rem !important;
}

#top-banner {
  background-color: #39434e;
  text-align: left;
}

#top-banner .text {
  padding-left: 3rem;
  color: white;
  font-family: "proxima-nova", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.2rem;
}

@media screen and (max-width: 767px) {
  #top-banner .text {
    font-size: .7rem;
  }
}

.menu {
  background-image: -webkit-gradient(linear, left top, right top, from(#7d6eb1), to(#4dc3cf));
  background-image: linear-gradient(90deg, #7d6eb1 0%, #4dc3cf 100%);
  background-repeat: no-repeat;
  right: -100vw;
  height: 100%;
  position: fixed;
  width: 30vw;
  z-index: 2000;
}

@media screen and (max-width:768px){
    .menu{
        width: 100vw;
    }
}


.widget{
    z-index: 1;
}

.widget .menu{
    width: auto;
    height: auto;
    position: relative;
    background-image: none;
    right: auto;

}

.widget .menu{
    list-style: none;
    padding-left: 0;
}

.widget .menu>li{
    padding-bottom: 2rem;
}

.widget .menu>li a{
    font-weight: bold;
    color: #3a434e;
}

.widget .menu>li a:hover{
    color: #337ab7;
}

.widget .menu ul {
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: left;
}

.widget .menu ul li a {
  color: #3a434e;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.menu .close-menu {
  display: inline-block;
  margin: 1.5rem 2.5rem 0rem;
  font-size: 4rem;
  color: white;
    z-index: 1000000000;
}

.menu ul {
  padding: 0;
  list-style: none;
  margin: 1.875rem auto;
}

#menu-sitemap li ul li a, #menu-sitemap-1 li ul li a, #menu-sitemap-2 li ul li a{
    padding-left: 0;
}

.menu ul li .sub-menu{
    margin: 0;
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 100;
}

.menu ul li .sub-menu li ul{
    margin: 0;
    background-color: white;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    z-index: 100;
}

.menu ul li .sub-menu li {
    text-align: left;
    padding-left: 4%;
}

.menu ul li .sub-menu li ul li{
    text-align: left;
    padding-left: 5%;
}

.menu ul li .sub-menu li a{
    font-size: 1rem;
    font-weight: 300;
    color:black;
    line-height: 1.2rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}


@media screen and (max-width:768px){
    .menu ul li a {
      color: white;
      font-size: 1.9rem;
      font-weight: 700;
      line-height: 3rem;
      padding-left: 32%;
      cursor: pointer;
    }
}

@media screen and (min-width:768px){
    .menu ul li a {
      color: white;
      cursor: pointer;
      font-size: 1.9rem;
      font-weight: 700;
      line-height: 3rem;
      padding-left: 32%;
    }
}

.menu ul li a::after {
    border-top: 0.3em solid #fff;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    vertical-align: middle;
    transform: rotate(270deg);
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    margin-left: 10px;

}

.menu ul li a.active::after {
    border-top: 0.3em solid #fff;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    vertical-align: middle;
    transform: rotate(0deg);

    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
}

.menu ul li a.no-sub::after {
    border-top: 0em !important;
    border-right: 0em !important;
    border-left: 0em !important;
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
}

.sub-menu li a::after{
    border: none !important;
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
}

@media screen and (max-width: 63.9375rem) {
  .menu ul li a {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 2.625rem;
  }

  .menu ul li .sub-menu li a{
    font-size: 1rem;
    font-weight: 300;
  }
}

#nav1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#7d6eb1), to(#4dc3cf));
  background-image: linear-gradient(90deg, #7d6eb1 0%, #4dc3cf 100%);
}

.page-geo {
  background-image: url("../../images/geo-shape-section-3.png");
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .page-geo {
    background-size: 340%;
  }
}

.nav {
  background-repeat: no-repeat;
  position: fixed;
  position: relative;
  text-align: left;
}

.nav .nav-wrapper {
  background-repeat: no-repeat;
  background-position-y: 100%;
}

.front-page .nav {
  background-color: transparent;
  background-image: url("../../images/gipc-hero-Image-1.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 100% 90%;
  max-height: auto;
}

p {
    margin: 0 0 20px;
}

.front-page p{
    margin: 0 0 20px;
}

@media screen and (max-width:992px){

    .front-page .nav{
        max-height: 600px;
    }

}

.front-page .nav .hero-carousel {
  margin-top: 3rem;
  margin-bottom: 0.625rem;
}

.front-page .nav .hero-carousel .slide {
  text-align: left;
}

.front-page .nav .hero-carousel .slide h3 {
  display: inline-block;
  width: auto;
}

@media screen and (max-width:768px){
    .front-page .nav .hero-carousel .slide h3 {
      display: inline-block;
      width: 100%!important;
      padding-right:3.2rem!important;
    }
}

.front-page .nav .hero-carousel .slide .divider {
  height: 1rem;
}

.front-page .nav .hero-carousel .slide a.carousel-next {
  display: inline-block;
  padding: 0.625rem 3rem;
}

.slick-dots li button:before {
    color: #998dc3 !important;
    font-size: 18px !important;

}

.front-page .nav .geo-shape img {
  height: 13.75rem;
}

.nav #hero-nav {
  height: 0rem;
}

.nav #hero-nav ul {
  list-style: none;
  text-align: right;
  margin-right: 1.25rem;
}

.nav #hero-nav ul li {
  display: inline-block;
  text-align: center;
  margin-left: 0.125rem;
  margin-top: 5rem;
  padding: 2.5rem 1.25rem;
  background-color: white;
  opacity: 0.8;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.nav #hero-nav ul li:hover {
  opacity: .95;
}

@media screen and (min-width: 767px) {
  .nav #hero-nav ul li:last-of-type {
    margin-right: 1.25rem;
  }
}

.nav #hero-nav ul li .line {
  height: 0.25rem;
  width: 2.5rem;
  display: block;
  margin: 0rem auto 1.875rem auto!important;
}

.nav #hero-nav ul li a {
  display: inline-block;
  width: 16.25rem;
}

.nav #hero-nav ul li a:hover {
  opacity: 1;
}

.nav .logo {
  height: auto;
  width: auto;
  margin: 1.25rem;
  max-width: 300px;
}

@media screen and (max-width:768px){

    .nav .logo{
        max-width: 50%;
        margin: .75rem 1.25rem .75rem;
    }

}

.nav .search-button {
  display: inline-block;
  margin: 2.5rem 1.25rem;
  font-size: 3rem;
  color: white;
}

.nav .menu-button {
  display: flex;
  margin: 2.5rem;
  font-size: 1.25rem;
  color: white;
}

.nav .menu-button span{
	margin-top: auto;
	margin-bottom: 0;
}

@media screen and (max-width: 992px){
	.nav .menu-button span{
		display: none;
	}
}

.nav .menu-button img{
	float: right;
}

@media screen and (max-width:768px){
    .nav .menu-button {
      display: flex;
      margin: 1.25rem 1.25rem;
      font-size: 1.25rem;
      color: white;
    }
}

.button {
  display: inline-block;
  color: #39434e;
  font-family: "proxima-nova", Arial, sans-serif;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.125rem;
  text-transform: uppercase;
  border: 0.0625rem solid #39434e;
  border-radius: 1.5625rem;
  padding: 0.625rem 3.75rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  transition: all .2s;
  -webkit-transition: all .2s;
}

@media screen and (max-width:748px){
    .button{
        font-size: 0.875rem;
    }
}

.button-carousal{
    padding: 0.625rem 3.75rem !important;
    margin-top: 1.875rem !important;
}

.button:hover {
  background-color: #998dc3;
  border: 0.0625rem solid white;
  opacity: .6;
  color: white;
}

.post-button a{
  display: inline-block;
  color: #39434e;
  font-family: "proxima-nova", Arial, sans-serif;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.125rem;
  text-transform: uppercase;
  border: 0.0625rem solid #39434e;
  border-radius: 1.5625rem;
  padding: 0.625rem 1.875rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.post-button a:hover{
  background-color: #998dc3;
  border: 0.0625rem solid white;
  opacity: .6;
  color: white;
}

#about-us {
  margin-top: 18.75rem;
  color: #39434e;
  background-color: transparent;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  margin-bottom: 5rem;
  margin-top: -4.125rem;
}

@media screen and (max-width:768px){
    #about-us {
        margin-top: 18.75rem;
        color: #39434e;
        background-color: transparent;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.5rem;
        margin-bottom: 5rem;
        margin-top: 1.875rem;
    }
}

.slider-wrapper-wrapper {
  background-color: white;
  text-align: left;
}

#section-2 {
  background-color: white;
  background-image: url("../../images/gipc-image-break-2.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% auto;
}

@media screen and ( max-width : 768px) {

  #section-2{
    background-attachment: scroll;
    background-image: url("../../images/gipc-image-break-2.jpg");
  }

}

#section-2 h3 {
  margin-bottom: -0.625rem;
}

#section-2 .slider {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#section-2 .slider .icon-wrapper {
  text-align: center;
}

#section-2 .slider .icon-wrapper img {
  width: 240px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#section-2 .slider .title {
  font-family: "proxima-nova", sans-serif;
  color: #7d6eb1;
  font-size: 1.875rem;
  line-height: 2.25rem;
  padding: 0 15px 0.625rem 15px;
  font-weight: 700;
}

#section-2 .slider .text {
  color: #39434e;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: 0 15px 0 15px;
}

@media screen and (max-width:768px){

    #section-2 .slider .title {
      font-family: "proxima-nova", sans-serif;
      color: #7d6eb1;
      font-size: 1.5rem;
      line-height: 2rem;
      padding: 0 15px 0.625rem 15px;
      font-weight: 700;
    }

    #section-2 .slider .text {
      color: #39434e;
      font-size: 1rem;
      line-height: 1.5rem;
      padding: 0 15px 0 15px;
    }
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

#latest-news {
  font-family: "proxima-nova";
  margin-bottom: 3rem;
}

@media screen and (max-width:768px){
    #latest-news{
        margin-bottom: 0rem;
    }
}

#latest-news .title {
  margin-top: 3rem;
  color: #7d6eb1;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.25rem;
  margin-bottom: -0.5rem;
  padding-bottom: 1.25rem;
}

@media screen and (max-width:768px){
    #latest-news .title {
        margin-top: 0;
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

#latest-news .content {
  color: #362f2d;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
}

@media screen and (max-width:768px){
    #latest-news .content{
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

#latest-news a.read-more {
  color: #7ec57b;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

#latest-news a.read-more:hover {
  color: #998dc3;
}

.excerpt a.read-more, p a.read-more {
  color: #7ec57b;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

@media screen and (max-width:768px){
    .excerpt a.read-more, p a.read-more {
       color: #7ec57b;
       font-size: 1rem;
       font-weight: 700;
       line-height: 1.5rem;
    }
}

.excerpt a.read-more:hover, p a.read-more:hover {
  color: #998dc3;
}

#subscribe {
  position: relative;
  text-align: center;
  background-color: white;
  background-image: url("../../images/signup-background-down-angle.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#subscribe .title {
  margin-top: 11rem;
  margin-bottom: 0.625rem;
  color: white;
  font-size: 3rem;
  font-weight: 100;
  line-height: 3rem;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
}

@media screen and (max-width:748px){
    #subscribe .title {
        font-size: 2rem !important;
        line-height: 2.25rem;
    }
}

#subscribe .title strong {
  font-weight: 700;
}

.big-title{
    font-size:3rem;
    color:white;
    margin: 1.2rem;
}

#subscribe .sign-up-button {
  position: relative;
  background-color: #39434e;
  color: white;
  font-family: "proxima-nova", Arial;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.625rem 3.75rem;
  line-height: 1.125rem;
  margin-top: 0.625rem;
}

#subscribe .text {
  color: white;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.125rem;
  font-weight: 100;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin-top: 1.75rem;
  margin-bottom: 0.625rem;
}

#subscribe .social ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#subscribe .social ul li {
  display: inline-block;
  padding: 0.625rem;
}

#subscribe .social ul li .social-icon img {
  height: 3rem;
  width: auto;
}

#widgets {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#widgets .title {
  color: #39434e;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

#widgets .divider {
  background-color: #39434e;
  border-radius: 0.0625rem;
  height: 0.1875rem;
  width: 3.75rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

#widgets .content {
  color: #3a434e;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

#widgets .content strong {
  font-weight: 900;
  text-transform: uppercase;
}

.search-box {
  display: none;
  position: fixed;
  top: 7rem;
  right: 1.25rem;
  width: 28rem;
  z-index: 1;
}

.social-share {
  color: #39434e;
  font-family: "proxima-nova", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: uppercase;
  padding-top: 20px!important;
}

.social-share .social-text {
  display: inline-block;
}

.social-share .social img {
  display: inline-block;
  margin: 10px 0px 10px 10px;
  height: 25px;
  width: auto;
}

.staff-title{
    color: #39443e;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 10px;
}

.staff-entry {
  margin-top: 2.5rem;
  margin-bottom: 3.75rem;
}

@media screen and (max-width:786px){
    .staff-entry .staff-photo {
      margin-right: 1.5rem;
      width: 200px;
      height: auto;
      float: none !important;
    }

    .staff-entry .photo{
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width:786px){
    .staff-entry .staff-photo {
      margin-right: 2.5rem;
      width: 200px;
      height: auto;
    }
}

.staff-entry .photo{
    width: 100%;
}



.staff-entry a {
  color: #7ec57b;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-transform: uppercase;
}

#footer {
  background-color: #39434e;
  text-align: left;
}

#footer .privacy-policy-and-copyright {
  padding-left: 2.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

#footer .privacy-policy-and-copyright, #footer a {
  color: white;
  font-family: "proxima-nova", sans-serif;
  font-size: 0.625rem;
  font-weight: 300;
  line-height: 1.25rem;
}

.footer-icon-size{
  font-size: 1.5rem;
  color: #4dc3cf;
  margin: 0px 10px 0 0px;
}

.blog-post {
  font-family: "proxima-nova", Arial, sans-serif;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.blog-post .featured-image {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .blog-post .featured-image {
    width: 100%;
    height: auto;
    margin-right: 13px;
  }
}

.blog-post .date {
  color: #39434e;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.blog-post .byline {
  color: #39434e;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.75rem;
  margin-bottom: 0.625rem;
}

.blog-post .byline a {
  color: #7ec57b;
  font-weight: 700;
  line-height: 1.75rem;
  text-transform: uppercase;
}



@media screen and (max-width:768px){
    .blog-post .excerpt {
      width: 90%;
    }
}

@media screen and (min-width:768px){
    .blog-post .excerpt {
      width: 95%;
    }
}

@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);
@import url(https://raw.github.com/FortAwesome/Font-Awesome/master/docs/assets/css/font-awesome.min.css);

#wrap {
  display: inline-block;
  position: relative;
  height: 60px;
  float: left;
  padding: 0;
  position: relative;
}

input[type="text"] {
  height: 60px;
  font-size: 1rem;
  display: inline-block;
  font-weight: 300;
  border: none;
  outline: none;
  color: #fff;
  padding: 20px 20px 0px 0px;
  padding-right: 50px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

input[type="text"]:focus:hover {
  border-bottom: 1px solid #fff;
}

input[type="text"]:focus {
  width: 18rem;
  z-index: 1;
  border-bottom: 2px solid #fff;
  cursor: text;
}
input[type="submit"] {
  height: 67px;
  width: 63px;
  display: inline-block;
  color:red;
  float: right;
  background: url("../../images/search-icon.svg") center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  cursor: pointer;
  transition: opacity .4s ease;
}

input[type="submit"]:hover {
  opacity: 1;
}

#search::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
#search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
#search::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
#search:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
#search::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}

#search::placeholder { /* Most modern browsers support this now. */
   color:    #fff;
}

.blog-post .title>a{
    color: #7d6eb1;
}
.blog-post .title a:hover{
    color: #7d6eb1;
}

.blog-post .title {
      color: #7d6eb1;
      font-size: 1.875rem;
      font-weight: 700 !important;
      line-height: 2.25rem;
      margin-bottom: 0.25rem;
      width: 95%;
      padding-top: 1.6rem;
      padding-bottom: 1.25rem;
    }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .bg-image{
        max-height: 400px;
        background-image: url(../../../../../wp-content/uploads/2013/01/Initiative_enforcement_sm.jpg);
        background-size: 100% auto;
        height: 38vh;
        background-position: 20px;
        background-repeat: no-repeat;
    }

    .blog-post .title {
      color: #7d6eb1;
      font-size: 1.875rem;
      font-weight: 700;
      line-height: 2.25rem;
      margin-bottom: 0.25rem;
      width: 95%;
      padding-top: 0rem;
    }

    .col-*{
        padding-left: 40px;
        padding-right: 40px;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .bg-image{
        max-height: 400px;
        background-image: url(../../../../../wp-content/uploads/2013/01/Initiative_enforcement_sm.jpg);
        background-size: 100% auto;
        height: 38vh;
        background-repeat: no-repeat;
        background-position:20px;
    }

    .col-*{
        padding-left: 40px;
        padding-right: 40px;
    }

    .blog-post .title {
      color: #7d6eb1;
      font-size: 1.875rem;
      font-weight: 700;
      line-height: 2.25rem;
      margin-bottom: 0.25rem;
      width: 95%;
      padding-top: 2.3rem;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .blog-post .title {
      color: #7d6eb1;
      font-size: 1.875rem;
      font-weight: 700;
      line-height: 2.25rem;
      margin-bottom: 0.25rem;
      width: 95%;
      padding-top: 2.3rem;
    }

}

.arrowimage{
    padding-left: 10%;
    padding-right: 10%;
    height: 50px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.noread .read-more{
    display: none;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

@media screen and (max-width:768px){
    img.alignright {float:right; margin:1em 0 1em 0em; width:100%; height: auto}
    img.alignleft {float:left; margin:1em 0 1em 0em; width:100%; height: auto}
    img.aligncenter {display: block; margin-left: auto; margin-right: auto; width:100%; height: auto}
    a img.alignright {float:right; margin:1em 0 1em 0em; width:100%; height: auto}
    a img.alignleft {float:left; margin:1em 0 1em 0em; width:100%; height: auto}
    a img.aligncenter {display: block; margin-left: auto; margin-right: auto; width:100%; height: auto}
}

.category-image{
    max-height:350px;
    background-position:center;
}

.signup-btn, .gform_wrapper input[type="submit"]{
        height: auto !important;
    width: auto !important;
    display: inline-block !important;
    color: black !important;
    float: left !important;
    background-image: none !important;
    text-indent: 0 !important;
    border: 1px solid black !important;
    position: relative !important;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.signup-btn:hover, .gform_wrapper input[type="submit"]:hover{
    background-color: #998dc3 !important;
    border: 0.0625rem solid white !important;
    opacity: .6 !important;
    color: white !important ;
}

.print-header{
    display: none;
}

@media print{
    #top-banner, .social-share, .nav-wrapper, .btn-block, #subscribe, #widgets, #footer, img{
        display: none;
    }

    .print-header{
        display: block !important;
    }
}

.container-fluid{
    max-width: 1500px;
    margin: 0 auto;
}

.gform_wrapper input[type="text"]{
    position: relative;
    background-image: none;
    height: auto;
    width: auto;
    border: 1px solid black;
    color: black;
}

.gform_wrapper input[type="text"]:focus{
    border: 1px solid black;
}

.storymapcss{
	width:100%;
	height: auto;
}

.d-md-block{
	display: block;
}

.d-md-none{
	display: none;
}

@media screen and (max-width: 992px) and (min-width: 768px){
	.d-md-none{
		display: none;
	}

	.d-md-block{
		display: block;
	}
}
@media screen and (max-width: 767px){

	.storymapcss{
		min-height: 1000px;
	}

	.d-none{
		display: none;
	}

	.d-block{
		display: block;
	}

}

/* Single-report.php */
.report-data h2.report-byline{
  font-size: 1.375rem !important;
  color: #4dc3cf!important;
  background-color: transparent!important;
  font-weight: bold!important;
  padding: 0!important;
  text-transform: none!important;
  width: 60%;
}

.report-data .byline{
  font-size: 1.1rem;
  line-height: normal;
  color: #39434e;
}

.report-data .report-button{
  background-color:#7d6eb1;
  font-size: 1.25rem;
  border: 1px solid #7d6eb1;
  width: auto;
  color: white;
  font-weight: bold;
  max-width: 100%;
  padding: 0.7rem 0.9125rem;
  border-radius: 22px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.report-data .report-button:hover{
  background-color: white;
  color: #7d6eb1;
}

.report-data blockquote, .report-data blockquote p{
  color: #39434e;
  font-size: 1.275rem;
  line-height: 1.6rem;
  font-weight: bold;
}

.report-twitter-share p{
  border-top: 1px solid #59afc8;
  border-bottom: 1px solid #59afc8;
  padding-top: 26px!important;
  padding-bottom: 26px;
  font-size: 1.3125rem;
  line-height: 1.75rem;
  color: #59afc8;
}

.stat-quote{
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

.stat-quote .stat{
  /*font-size: 3.625rem;*/
  font-size: 330%;
  color: #4dc3cf;
  font-weight: bold;
  line-height: normal;
}

.stat-quote .quote{
  background-image: url('../../images/quote-box-gradient.png');
  background-size: 100% auto;
  color: #fff;
  font-size: 21px;
  line-height: 28px;
  padding: 34px;
}

#myCarousel{
  margin: 20px 2rem;
}

#myCarousel .carousel-indicators{
  bottom: -45px;
}

#myCarousel .carousel-indicators li{
  border-color: transparent;
  background-color: #bec4ca;
  width: 15px;
  height: 15px;
  margin: 0 15px 0 0;
}

#myCarousel .carousel-indicators .active{
  background-color: #7d6eb1;
  width: 15px;
  height: 15px;
}

@media screen and (max-width: 767px) {
  .stat-quote .stat, .report-data blockquote, .report-data blockquote p{
    margin-top: 20px;
  }

  .report-data h2.report-byline{
    width: 94%;
  }
}

@media screen and (min-width:767px) {
  .report-data h2.report-byline{
      font-size: 3rem!important;
      line-height: normal!important;
      margin-left: 7rem!important;
      margin-right: 7rem!important;
      padding-top: 0.5%!important;
  }

  .report-data .byline{
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  .report-data .report-button{
    font-size: 2.25rem;
    margin-top: 54px;
    margin-bottom: 40px;
    padding: 1rem 1.2125rem;
  }

  .report-data blockquote, .report-data blockquote p{
    color: #39434e;
    font-size: 1.875rem;
    line-height: 2.2rem;
    font-weight: bold;
    border: 0px;
  }

  .inside-quote-p{
    margin-right: 0!important;
  }

  .inside-quote-blockquote{
    margin-left: 0!important;
  }

  .stat-quote{
    margin-left: 7rem;
    margin-right: 7rem;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .stat-quote .quote{
    padding: 34px;
  }

  .stat-quote .stat{
    padding: 34px 34px 34px 0;
  }

  .stat-quote .quote{
    font-size: 21px;
    line-height: 28px;
  }

  #myCarousel{
    margin: 40px 7rem 80px 7rem;
  }
}

@media screen and (max-width:1023px) and (min-width: 768px) {
  .report-data h2.report-byline{
      font-size: 2rem!important;
      line-height: normal!important;
      margin-left: 7rem!important;
      margin-right: 7rem!important;
      padding-top: 0.5%!important;
  }

  .report-data .byline{
    font-size: 1.375rem;
    line-height: 1.6rem;
  }
}

.tweets .tweet-title{
  color: white;
  font-size: 2rem;
  font-family: "proxima-nova", sans-serif;
}

.tweets .single-tweet-content{
  color: white;
  font-size: 1.375rem;
  line-height: 1.75rem;
}

.tweets .single-tweet-title{
  color: white;
  font-size: 1.2rem;
  padding-top: 1.5rem;
  margin-bottom: 0.7rem;
}

.tweets .single-tweet-title a{
  color: white;
}

.tweets .single-tweet-post-time{
  font-size: 1rem;
}

.tweets .single-tweet-actions a{
  color: white;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding-left: 1.125rem;
}

.tweets .single-tweet-actions a img{
  max-width: 23px;
  max-height: 23px;
  margin-top: -0.2rem;
}

@media screen and (max-width: 767px){
  .tweets .single-tweet-title, .tweets .single-tweet-actions, .tweets .single-tweet-content{
    text-align: center;
  }
}
