@media (max-width: 767px) {
  html {
    font-size: 8px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 8px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 9px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 10px;
  }
}
body {
  font: 400 1.7rem/1.3em Raleway, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  background: url(img/bg2.jpg) top left/17rem 17rem repeat;
}

section {
  background-color: #fff;
  overflow-y: auto;
}

.container, .container-fluid {
  max-width: 960px;
}

#interior h1 {
  font: 700 4.4rem "Roboto Slab", Rockwell, Georgia, "Times New Roman";
  margin: 5rem 0 .5em 0;
  color: #002f66;
  text-align: center;
  overflow: hidden;
  background: url(img/bg_stripe.png) center center/1px 1rem repeat-x;
}
#interior h1 span {
  display: inline-block;
  background: url(img/bg2.jpg) top left/17rem 17rem repeat padding-box;
  padding: 0 5rem;
  max-width:960px;
}
#interior h1 a {
  text-decoration: underline;
  color: inherit;
}
#interior h1 a:hover, #interior h1 a:focus {
  color: #004699;
}

h2 {
  font: 700 3rem Raleway, Arial, sans-serif;
  margin: 1rem 0 .5em 0;
  color: #002f66;
}
h2 a {
  color: inherit;
}
h2 a:hover, h2 a:focus {
  text-decoration: underline;
  color: #004699;
}

h3 {
  font: 700 2.2rem Raleway, Arial, sans-serif;
  margin: 1rem 0 .5em 0;
  color: #002f66;
}
h3 a {
  color: inherit;
}
h3 a:hover, h3 a:focus {
  text-decoration: underline;
  color: #004699;
}

h4 {
  font: 700 1.8rem Raleway, Arial, sans-serif;
  margin: 1rem 0 .5em 0;
  color: #002f66;
}
h4 a {
  color: inherit;
}
h4 a:hover, h4 a:focus {
  text-decoration: underline;
  color: #004699;
}

p {
  font: 400 1.7rem/1.3em Raleway, Arial, sans-serif;
  margin: .5rem 0 2rem 0;
  color: #333;
}
p a {
  text-decoration: underline;
  color: #004699;
}
p a:hover, p a:focus {
  color: #6f9bce;
}



.header {
  position: relative;
  z-index: 2;
}
.header .container-fluid{
  position: relative;
}
.nav-top {
  min-height: 25rem;
  background-color: #002f66;
}
.nav-top .action {
  float: right;
}
.nav-top .social {
  text-align: center;
  margin-top: 2rem;
}
.nav-top .social a {
  color: #3c6fab;
  font-size: 3.6rem;
  margin: 0 1.2rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.nav-top .social a:hover, .nav-top .social a:focus {
  text-decoration: none;
  color: #fff;
}
.nav-top .social span {
  font: 900 1.4rem Raleway, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #3c6fab;
  display: block;
  margin-bottom: 1rem;
}
.nav-top .contribute {
  display: inline-block;
  position: relative;
  font: 900 2rem Raleway, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #eb4722;
  padding: 2.5rem 5rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  z-index: 4;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
}
.nav-top .contribute:hover, .nav-top .contribute:focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-top .contribute:hover:before, .nav-top .contribute:focus:before {
  opacity: 0;
}
.nav-top .contribute:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  background-color: #ee592b;
  -webkit-border-top-left-radius: 1rem;
  border-top-left-radius: 1rem;
  -webkit-border-top-right-radius: 1rem;
  border-top-right-radius: 1rem;
  z-index: -2;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.nav-bottom {
  background: #002f66;
}

.navbar-default {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  background: none;
  -webkit-box-shadow: none;
  border: none;
  margin-bottom: 0;
}
.navbar-default .navbar-collapse {
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-default .navbar-toggle {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: rgba(255, 255, 255, 0.6);
}
.navbar-default .navbar-nav > li > a {
  font: 700 2rem Raleway, Arial, sans-serif;
  color: #fff;
  background-color: #002f66;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a:focus, .navbar-default .navbar-nav > li.open > a, .navbar-default .navbar-nav > li.open > a:hover, .navbar-default .navbar-nav > li.open > a:focus {
  background-color: #062345;
  color: #fff;
}
.navbar-default .navbar-nav li .dropdown-menu, .navbar-default .navbar-nav .open .dropdown-menu {
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}
.navbar-default .navbar-nav li .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  font: 700 1.6rem Raleway, Arial, sans-serif;
  color: #fff;
  background-color: #002f66;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}
.navbar-default .navbar-nav li .dropdown-menu > li > a:hover, .navbar-default .navbar-nav li .dropdown-menu > li > a:focus, .navbar-default .navbar-nav li .dropdown-menu > li.active > a, .navbar-default .navbar-nav li .dropdown-menu > li.active > a:hover, .navbar-default .navbar-nav li .dropdown-menu > li.active > a:focus, .navbar-default .navbar-nav li .dropdown-menu > li.open > a, .navbar-default .navbar-nav li .dropdown-menu > li.open > a:hover, .navbar-default .navbar-nav li .dropdown-menu > li.open > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li.active > a, .navbar-default .navbar-nav .open .dropdown-menu > li.active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li.active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li.open > a, .navbar-default .navbar-nav .open .dropdown-menu > li.open > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li.open > a:focus {
  background-color: #062345;
  color: #fff;
}

.logo {
  display: block;
  width: 100%;
  text-align: center;
}
.logo img {
  display: inline-block;
  width: 42rem;
  max-width: 100%;
}

@media (max-width: 767px) {
  .nav-top {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .dropdown-menu > li > a {
    padding: 1rem 1.5rem !important;
  }

  .nav-top {
    background: #002f66 url(img/header_desktop.png) center top/auto 100% no-repeat;
    border-bottom: 5px solid #062345;
    padding: 5rem 0;
  }

  .home .nav-bottom {
    background: none;
  }

  .navbar-default {
    text-align: center;
  }
  .navbar-default .navbar-nav {
    float: none;
    display: inline-block;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 1.5rem 3rem;
  }
  .navbar-default .navbar-nav > li:not(:last-child) > a {
    border-right: 1px solid #004699;
  }
  .navbar-default .navbar-nav > li:not(:first-child) > a {
    border-left: 1px solid #062345;
  }

  .logo {
    display: block;
    position: absolute;
    top: -5rem;
    left: 0;
    bottom: -5rem;
    width: 70%;
  }
  .logo img{display: none !important;}

  .home .navbar-default {
    margin-top: 2rem;
  }
  .home .navbar-default .navbar-nav > li > a {
    padding: 3rem 3.5rem;
  }
}
article img {
  max-width:100%;
  height: auto !important;
}
article ul {
  list-style-position: inside;
}
article hr{border-color:#ccc;}

.home-slider .slide {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.home-slider .box {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3rem 4rem;
  margin-top: 3rem;
  width: 47rem;
  max-width: 100%;
}
.home-slider .box h3 {
  font: 900 3.7rem Raleway, Arial, sans-serif;
  color: #002f66;
  margin-top: 0;
}
.home-slider .box p {
  color: #002f66;
  font: 400 2rem "Open Sans", Arial, sans-serif;
}

.box-btn {
  display: inline-block;
  padding: 1.5rem 2rem;
  margin-top: 1.5rem;
  background-color: #002f66;
  color: #fff;
  border:none;
  font: 500 1.6rem Raleway, Arial, sans-serif;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.box-btn:hover, .box-btn:focus {
  color: #fff;
  opacity: .7;
  text-decoration: none;
  border:none;
}

.slick-slider {
  margin-bottom: 0;
}
.slick-slider .slide {
  padding-bottom: 10rem;
}
.slick-slider .slick-dots {
  bottom: 0;
}
.slick-slider .slick-dots li button:before {
  color: #fff;
  text-shadow: 0 0 20px #002f66;
  font-size: 4rem;
}
@media(max-width:767px){
.slide{min-height:465px !important}
}
@media (min-width: 768px) {
  .home-slider {
    margin-top: -15rem;
  }
  .home-slider .slide{
    min-height:90rem;
  }
  .home-slider .slide1 .box {
    margin-top: 25rem;
  }
  .home-slider .slide2 .box {
    margin-top: 45rem;
    width: 100%;
  }
  .home-slider .slide3 .box {
    margin: 0 auto;
    margin-top: 45rem;
    width: 80%;
    float: right;
  }
  .home-slider .slide4 .box {
    margin: 0 auto;
    margin-top: 45rem;
    width: 100%;
  }
}
.credits {
  background-color: #d84f24;
  padding: 2rem 0;
}
.credits p {
  text-align: center;
  margin: 0;
  padding: 0;
  color: #fff;
  font: 600 1.8rem Raleway, Arial, sans-serif;
}
.credits p span {
  font-weight: 300;
}

@media (max-width: 767px) {
  .credits p {
    margin: 2rem 0;
  }
}
.pattern {
  padding-bottom: 3rem;
  background: url(img/bg_stripe2.png) center bottom 2px/1px 0.4rem repeat-x, url(img/bg2.jpg) top left/17rem 17rem repeat;
}

.priorities {
  padding: 3rem 0;
}
.priorities h1 {
  text-align: center;
  position: relative;
  color: #fff;
  margin: 3rem 0 5rem 0;
}
.priorities h1 > span {
  background-color: #6f9bce;
  border: 3px solid transparent;
  -ms-outline-radius: 50%;
  font: italic 700 3.4rem "Roboto Slab", Rockwell, Georgia, "Times New Roman";
  display: inline-block;
  width: 15.5rem;
  height: 15.5rem;
  padding: 3.2rem 0;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin: 7px;
}
.priorities h1 > span > span {
  font: normal 800 2.2rem Raleway, Arial, sans-serif;
  display: block;
  text-transform: uppercase;
}
.priorities h1 > span:before {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border: 4px solid #6f9bce;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.priorities h1:before {
  content: '';
  position: absolute;
  width: 50%;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
  padding-right: 16rem;
  background: url(img/bg_stripe.png) center center/1px 1rem repeat-x content-box;
}
.priorities h1:after {
  content: '';
  position: absolute;
  width: 50%;
  right: 0;
  left: 50%;
  top: 0;
  bottom: 0;
  padding-left: 16rem;
  background: url(img/bg_stripe.png) center center/1px 1rem repeat-x content-box;
}

.priority {
  margin-bottom: 3rem;
}
.priority a {
  display: inline-block;
  width: 100%;
}
.priority a:hover, .priority a:focus {
  text-decoration: none;
}
.priority a:hover > div > div, .priority a:focus > div > div {
  background-blend-mode: unset;
  background-color: initial;
  opacity: 1;
}
.priority a:hover h3, .priority a:focus h3 {
  color: #062345;
}
.priority a > div {
  border: 7px solid #fff;
  outline: 1px solid #a6b8cd;
  width: 100%;
  margin: 0 auto;
  max-width: 30rem;
}
.priority a > div > div {
  width: 100%;
  background-color: #002e63;
  background-blend-mode: luminosity;
  background-size: cover;
  opacity: .4;
  -webkit-transition: opacity 0.5s, background 0.5s;
  transition: opacity 0.5s, background 0.5s;
}
.priority a > div > div:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.priority img {
  opacity: 0;
  width: 100%;
}
.priority h3 {
  color: #6f9bce;
  font: 700 2.4rem "Roboto Slab", Rockwell, Georgia, "Times New Roman";
  text-align: center;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

/* Message */
.message {
  padding: 4rem 0;
  background-color: #fff;
}
.message .note {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 4rem 6rem;
}
.message .signature {
  width: 20rem;
  max-width: 100%;
  margin: 1rem 0 2rem 0;
}
.message .facebook {
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
  color: #3b5998;
}
.message .facebook a {
  color: inherit;
}
.message .facebook a:hover, .message .facebook a:focus {
  color: inherit;
}
.message .facebook .fa {
  margin-right: 1rem;
}
.message .twitter {
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
  color: #3e90ed;
}
.message .twitter a {
  color: inherit;
}
.message .twitter a:hover, .message .twitter a:focus {
  color: inherit;
}
.message .twitter .fa {
  margin-right: 1rem;
}
.message .pdf {
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
  color: #d84f24;
}
.message .pdf a {
  color: inherit;
}
.message .pdf a:hover, .message .pdf a:focus {
  color: inherit;
}
.message .pdf .fa {
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .message {
    background: url(img/cows.jpg) 26% 0/cover no-repeat;
  }
}
/* signup */
.signup {
  background-color: #002f66;
}
.signup h2 {
  font: italic 700 2.5rem "Open Sans", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
.signup form{margin-bottom: 15px;}
.signup form input {
  height:50px;
  line-height:50px;
  /*margin: 1.5rem 0;*/
  border: none;
  font: 400 1.6rem Raleway, Arial, sans-serif;
  color: #333;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.signup .gform_wrapper form .gfield_label, .signup form .gform_footer {
    display: none;
}
.signup form ::-webkit-input-placeholder {
  color: #919191;
  text-transform: uppercase;
}
.signup form ::-moz-placeholder {
  color: #919191;
  text-transform: uppercase;
}
.signup form :-ms-input-placeholder {
  color: #919191;
  text-transform: uppercase;
}
.signup form ::placeholder {
  color: #919191;
  text-transform: uppercase;
}
.signup button, .signup a {
  display: inline-block;
  background-color: #d84f24;
  border: none;
  border-bottom: 0.4rem solid #a53d1d;
  font: 700 1.6rem Raleway, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 1.5rem 3rem;
  margin: 1.5rem 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.signup button:hover, .signup button:focus, .signup a:hover, .signup a:focus {
  background-color: #a53d1d;
  border-color: #a53d1d;
  outline: none !important;
}
.signup button.green, .signup a.green {
  background-color: #76C75A;
  border-color: #64A84C;
}
.signup button.green:hover, .signup button.green:focus, .signup a.green:hover, .signup a.green:focus {
  background-color: #64A84C;
  border-color: #64A84C;
}
.footer .gform_wrapper .gfield input{
  padding:1.5rem !important;
  line-height:1em;
  height:auto;
}

/* Footer */
.footer {
  overflow: auto;
  background: #002f66;
  padding:30px 0;
}
.footer p {
  font: 400 12px "Open Sans", Arial, sans-serif;
  color: #fff;
  padding: 15px 0;
  margin:0;
}
.footer p a{
  color:#fff;
  text-decoration:none;
  font-size:inherit;
}

#youtube {
    background: #2a2a2a;
    padding: 8px;
    color: #ffffff;
    text-align: center;
}

#youtube h3, #youtube a {
    color: #cfcfcf;
    text-decoration: none;
}





/*################
Additional Styles
################*/
/* 10-25-17 */
.gform_wrapper table.gsurvey-likert th.gsurvey-likert-choice-label{
  background-color:#002f66 !important;
  border-left: 1px solid #062345 !important;
  border-right: 1px solid #004699 !important;
}
.gform_wrapper table.gsurvey-likert td.gsurvey-likert-choice{
  background-color:#fff !important;
}

@media only screen and (max-width: 761px), (max-device-width: 1024px) and (min-device-width: 768px){
  .gform_wrapper ul.gform_fields table.gsurvey-likert td:after {
    margin-left:3rem !important;
  }
}

ul#input_2_8 {
    font-size: 2em;
}
body .gform_wrapper span.ginput_product_price{
  color: #01D701;
  font-weight: bold;
}
