/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)



*/
/*--- JMC alternate array for listings ---*/
.directory-array{max-width:800px; width:80%;margin:0 auto;}
.directory-array strong{font-weight: 500;}
.directory-array h3{color: #4279bd;margin-bottom: 1rem;font-weight: 900;}
.directory-array h4{color: #4279bd;margin-bottom: 1rem;font-weight: 600;font-size:1.25em;width:100%;}
.directory-array p{line-height:1.5em;}
.directory-array-left{float:left; width:45%;}
.directory-array-right{float:right; width:45%;}
@media screen and (max-width: 700px) {
.directory-array-left{float:left; width:100%;}
.directory-array-right{float:left; width:100%;}  
}




html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}/* HTML5 display-role reset for older browsers */article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

body {
  line-height: 1;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

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

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

.clearfix:after,.directory-results .intro .options:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix,.directory-results .intro .options {
  display: inline-block;
}/* start commented backslash hack \*/* html .clearfix,* html .directory-results .intro .options,.directory-results .intro * html .options {
  height: 1%;
}

.clearfix,.directory-results .intro .options {
  display: block;
}

h1,h2,h3,h4,h5,h6,p,a,li,small,div,span,input {
  font-family: "Open Sans", sans-serif;
}

a {
  color: #4279bd;
  text-decoration: none;
  transition: .25s all ease;
}

a:hover {
  color: #224167;
}

h3 {
  font-size: 2rem;
  line-height: 1.5;
}

p {
  font-size: 1.125rem;
  font-weight: 100;
}

.accordion {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.accordion .column {
  width: 48%;
}

.accordion .column > div {
  width: 100%;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-bottom: -1px;
  transition: all .125s ease;
}

.accordion .column > div header {
  width: 100%;
  padding: 0 2rem;
  line-height: 1.5;
  height: 6rem;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 100;
  transition: .125s all ease;
}

.accordion .column > div header h4 {
  width: calc(100% - 2rem);
  margin: 0;
  font-size: 16px;
  color: #343434;
  text-transform: capitalize;
}

.accordion .column > div .expand {
  display: inline-block;
  width: 2rem;
  height: 6rem;
  background-image: url(../img/expand-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  margin-right: 1rem;
  transition: all .25s ease;
}

.accordion .column > div img {
  max-width: 35%;
  height: 100%;
  float: left;
  margin-right: 1rem;
  margin-bottom: 2rem;
}

.accordion .column > div p {
  line-height: 1.5;
  font-weight: 100;
}

.accordion .column > div .content {
  transition: all .125s linear;
  padding: 0 2rem;
  overflow: hidden;
  -ms-overflow-style: none;
}

.accordion .column > div .content p {
  font-size: 1rem;
}

.accordion .column > div:hover {
  cursor: pointer;
}

.accordion .column > div.closed h4 {
  transition: all .25s ease;
}

.accordion .column > div.closed .content {
  max-height: 0px;
}

.accordion .column > div.closed:hover header {
  color: #224167;
}

.accordion .column > div.open h4 {
  color: #4279bd;
  transition: all .25s ease;
}

.accordion .column > div.open .content {
  max-height: 500px;
  padding: 1rem 2rem 3rem;
  overflow: scroll;
}

.accordion .column > div.open .expand {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  transition: all .25s ease;
}

.call-to-action.primary {
  height: auto;
  overflow: hidden;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 10vh 0;
}

.call-to-action.primary.alternate {
  padding: 15vh 0;
  background-color: rgba(154, 133, 67, 0.65);
}

.call-to-action.primary.blue {
  background-color: rgba(66, 121, 189, 0.8);
}

.call-to-action.primary.blue .bg {
  -webkit-filter: contrast(50%) blur(0.5px) grayscale(100%);
  filter: contrast(50%) blur(0.5px) grayscale(100%);
}

.call-to-action.primary .bg {
  transition: .25s all ease;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-attachment: fixed;
  z-index: -1;
  -webkit-filter: contrast(50%) blur(0.5px);
  filter: contrast(50%) blur(0.5px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.call-to-action.primary header,.call-to-action.primary a {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.call-to-action.primary .content {
  transition: .25s all ease;
  width: 60vw;
  min-width: 650px;
  color: white;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.call-to-action.primary .content h3 {
  color: white;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.5;
  max-width: 100%;
}

.call-to-action.primary .content h4 {
  color: white;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5;
}

.call-to-action.primary .content p {
  color: white;
  line-height: 1.5;
  font-size: 1.125rem;
  font-weight: 100;
  margin-bottom: 2rem;
  max-width: 100%;
}

.call-to-action.primary .content a.primary {
  margin: 0;
  display: table;
  padding: 1rem 2rem;
  border: 2px solid white;
  opacity: 1;
  transition: all 200ms;
}

.call-to-action.primary .content a.primary:hover {
  cursor: pointer;
  color: #2b496c;
  background-color: #fff;
}

.call-to-action.primary .content a {
  margin-top: 1rem;
  display: inline-block;
  border: none;
  background: none;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  color: white;
  letter-spacing: .05irem;
  opacity: .5;
  padding: 1rem 2rem;
}

.call-to-action.secondary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
}

.call-to-action.secondary h4 {
  font-size: 2rem;
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
}

.call-to-action.secondary ul {
  width: 80%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.call-to-action.secondary ul li {
  list-style: disc;
  margin-left: 1.5rem;
  line-height: 1.5;
  font-weight: 100;
}

.call-to-action.secondary ul li span {
  letter-spacing: .025rem;
  position: relative;
  left: -.5rem;
}

.call-to-action.secondary a {
  width: 50vw;
  padding: 5rem;
  padding-right: 3rem;
  color: white;
  text-decoration: none;
  position: relative;
  transition: .5s all ease;
}

.call-to-action.secondary a:hover #Path-1,.call-to-action.secondary a:hover #Path-2,.call-to-action.secondary a:hover #Path-3 {
  -webkit-animation: .75s ease-out 0s infinite alternate arrow_slide;
  animation: .75s ease-out 0s infinite alternate arrow_slide;
}

.call-to-action.secondary a:first-of-type {
  background-color: #4279bd;
}

.call-to-action.secondary a:first-of-type:hover {
  background-color: #3b6daa;
}

.call-to-action.secondary a:last-of-type {
  background-color: #35629A;
}

.call-to-action.secondary a:last-of-type:hover {
  background-color: #2e5687;
}

.call-to-action.secondary .arrow {
  margin-top: -5rem;
  opacity: .25;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.call-to-action.secondary .arrow path {
  transition: .5s all ease;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.carousel {
  background-color: #343434 !important;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
}

.carousel .wrapper {
  position: relative;
}

.carousel .item-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.carousel .item-wrapper .item {
  width: 100vw;
  text-align: center;
  position: relative;
}

.carousel .item-wrapper .item img {
  max-width: 100%;
  max-height: 70vh;
}

.carousel .item-wrapper .item iframe {
  width: 100%;
  height: calc(100% - 125px);
  position: absolute;
  left: 0;
  top: 0;
}

.carousel .item-wrapper .item iframe + .info {
  height: 125px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
}

.carousel .item-wrapper .item .info {
  background-color: #ededed;
  padding: 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.carousel .item-wrapper .item .info p {
  font-size: 1rem;
  color: #343434;
  max-width: 55rem;
  line-height: 1.5;
}

.carousel .arrows {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  margin-top: -25px;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
}

.carousel .arrows a {
  pointer-events: all;
  opacity: .5;
  padding: 5px;
  height: 60px;
  width: 60px;
  background-color: black;
  display: block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
}

.carousel .arrows a:after {
  display: block;
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
  background-image: url(../img/side-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.carousel .arrows a.left:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.carousel .arrows a.right:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.carousel .arrows a.inactive {
  opacity: .25;
  pointer-events: none;
}

.carousel .arrows a.active {
  opacity: .65;
}

.carousel .arrows a:hover {
  opacity: .95;
}

.carousel .arrows a:hover.inactive {
  opacity: .25;
  pointer-events: none;
}

.carousel .indicator {
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-indent: -9999px;
  color: transparent;
  pointer-events: none;
}

.carousel .indicator a {
  opacity: .65;
  pointer-events: all;
  display: block;
  border: 2px solid black;
  width: 27px;
  height: 27px;
  border-radius: 25px;
  position: relative;
}

.carousel .indicator a:hover {
  opacity: 1;
}

.carousel .indicator a:hover:after {
  opacity: .5;
  background-color: black;
  position: absolute;
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 20px;
  left: 1px;
  top: 1px;
}

.carousel .indicator a.active {
  pointer-events: none;
}

.carousel .indicator a.active:after {
  background-color: black;
  position: absolute;
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 20px;
  left: 1px;
  top: 1px;
}

.categories {
  display: block;
  width: 25vw;
  overflow-x: visible;
  z-index: 2;
  position: absolute;
  height: 100vh;
  background-color: #343434;
  box-shadow: inset -20px -20px 40px rgba(0, 0, 0, 0.125);
  -webkit-transform: translateX(-25vw);
  transform: translateX(-25vw);
  top: 204px;
  transition: .25s -webkit-transform ease;
  transition: .25s transform ease;
}

.categories.categories-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: fixed !important;
}

.categories header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: white;
  background-color: #4279bd;
  padding: 1rem;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  position: fixed;
  top: -1.75rem;
  left: calc( 25vw + 1.5rem + 4px);
  transition: .25s all ease;
}

.categories header:hover {
  background-color: #224167;
  cursor: pointer;
}

.categories header:focus {
  background-color: #4279bd;
}

.categories header svg {
  width: 1.5rem;
  height: 1.5rem;
}

.categories header svg rect {
  fill: #fff;
}

.categories header span {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: .05rem;
  margin-left: 1rem;
}

.categories nav {
  min-height: 100vh;
  text-align: right;
  padding: 2rem 3rem;
  overflow-y: scroll;
  padding-bottom: 15rem;
}

.categories nav a {
  color: white;
  line-height: 1;
  margin-bottom: 1rem;
  text-decoration: none;
  display: inline-block;
  float: right;
  clear: right;
}

.categories-open {
  -webkit-transform: translateX(25vw);
  transform: translateX(25vw);
}

.categories-open nav {
  height: 100%;
}

.content-groups article {
  min-height: 450px;
  display: inline-block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2px 0;
}

.content-groups article:nth-of-type(2n+1) {
  background-color: #ededed;
}

.content-groups .bg {
  width: 50%;
  min-height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
}

.content-groups .content {
  width: 50%;
  padding: 2rem 4rem;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-groups h3 {
  font-size: 2rem;
  font-weight: 100;
  text-transform: uppercase;
  color: #2b496c;
  line-height: 1.25;
}

.content-groups p {
  line-height: 1.5;
  font-size: 1.125rem;
  font-weight: 100;
  color: #545454;
}

.content-groups .button {
  margin-top: 1rem;
  font-weight: 600;
  letter-spacing: .05rem;
  text-transform: uppercase;
  color: white;
  background-color: #4279bd;
  display: table;
  padding: 1rem;
  text-decoration: none;
  text-align: center;
  transition: .25s all ease;
  border: 2px solid #4279bd;
}

.content-groups .button:hover {
  background-color: transparent;
  color: #4279bd;
}

.content-groups .button:active {
  background-color: #2b496c;
}

.expanding {
  background-color: #ededed;
  transition: .25s all ease;
}

.expanding .group {
  margin-bottom: 2px;
  background-color: #ededed;
}

.expanding .group:last-of-type {
  margin-bottom: 0px;
}

.expanding header {
  width: 100vw;
  padding: 2rem;
  font-weight: 900;
  font-size: 2rem;
  background-color: #2b496c;
  color: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: .25s all ease;
}

.expanding header span {
  font-weight: 100;
  padding-right: 2rem;
}

.expanding header:hover {
  cursor: pointer;
  background-color: #224167;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.expanding header:hover .expand {
  -webkit-animation: .5s ease-out 0s infinite alternate spin-hover;
  animation: .5s ease-out 0s infinite alternate spin-hover;
}

.expanding header.open:hover {
  background-color: #2b496c;
}

.expanding header.open:hover .expand {
  -webkit-animation: none;
  animation: none;
}

.expanding header.open .expand {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.expanding .expand {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: .5rem 0;
  background-image: url(../img/expand.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.expanding .expand-wrapper {
  max-height: 0px;
  overflow: hidden;
}

.expanding .cards {
  padding: 4rem 5rem;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.expanding .cards article {
  display: inline-block;
  font-weight: 100;
  line-height: 1.5;
  width: 100%;
  background-color: white;
  margin-bottom: 2rem;
  padding: 2rem;
  box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.25);
}

.expanding .cards article span {
  font-weight: 600;
}

.expanding .cards article h4 {
  color: #4279bd;
  margin-bottom: 1rem;
  font-weight: 900;
}

.expanding .cards article .contact {
  margin-top: 1rem;
}

.expanding .package {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #ededed;
  border-top: 10px solid white;
  border-bottom: 10px solid white;
}

.expanding .package .bg {
  width: 40%;
  min-height: 500px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.expanding .package .bg:after {
  height: 0px;
  width: 0px;
  content: "";
  background-color: transparent;
  border-bottom: 50px solid white;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  position: absolute;
  bottom: 0;
  right: -50px;
}

.expanding .package .content {
  width: 60%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 4rem;
}

.expanding .package .content h3 {
  font-weight: 100;
  font-size: 2rem;
  text-transform: uppercase;
  color: #2b496c;
  line-height: 1.5;
}

.expanding .package .content p {
  line-height: 1.5;
  color: #343434;
}

.expanding .package .content p + p {
  margin-top: 1rem;
}

.expanding .details {
  background-color: #ededed;
  padding: 3rem 6rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.expanding .details .content {
  width: 50%;
  padding: 2rem 7rem 2rem 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.expanding .details .content h3 {
  font-size: 2rem;
  font-weight: 100;
  color: #4279bd;
  text-align: right;
  line-height: 1.25;
}

.expanding .details .content .button {
  padding: 1rem;
  background-color: #4279bd;
  text-transform: uppercase;
  text-decoration: none;
  border: solid 2px #4279bd;
  font-weight: 600;
  letter-spacing: .05em;
  color: white;
  display: table;
  margin-top: 2rem;
  text-align: center;
  width: 20rem;
  margin-left: calc(100% - 20rem);
  transition: all 200ms;
}

.expanding .details .content .button:hover {
  color: #4279bd;
  background-color: rgba(176, 158, 110, 0);
}

.expanding .details .list {
  width: 50%;
  background-color: white;
  box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.25);
  padding: 3rem 2rem;
  position: relative;
}

.expanding .details .list li {
  line-height: 1.5rem;
  color: #343434;
  font-size: 1.25rem;
  font-weight: 100;
  padding-left: 2rem;
}

.expanding .details .list li + li {
  margin-top: 1.5rem;
}

.expanding .details .list li.bonus:before {
  background-image: url(../img/check-blue.svg);
}

.expanding .details .list li:before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: 2rem;
  background-image: url(../img/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

footer.global {
  background-color: #2b496c;
  padding: 3rem;
  color: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: .25s all ease;
}

footer.global .locations {
  width: 20%;
}

footer.global .locations a {
  text-decoration: none;
  transition: all 200ms;
}

footer.global .locations a:hover {
  color: rgba(255, 255, 255, 0.6);
}

footer.global .locations a,footer.global .locations p,footer.global .locations .tel,footer.global .locations div,footer.global .locations span {
  line-height: 1.5;
  font-weight: 100;
  display: inline-block;
  color: white;
}

footer.global .stay-in-touch {
  width: 40%;
  text-align: center;
  line-height: 1.5;
  font-weight: 100;
}

footer.global .stay-in-touch input {
  margin: 1rem 0;
  padding: .65rem .75rem;
  font-size: 1rem;
  width: 20rem;
  max-width: 100%;
}

footer.global .stay-in-touch input input::-webkit-input-placeholder {
  text-transform: capitalize;
}

footer.global .stay-in-touch input input::-moz-placeholder {
  text-transform: capitalize;
}

footer.global .stay-in-touch input input:-ms-input-placeholder {
  text-transform: capitalize;
}

footer.global .stay-in-touch input input::placeholder {
  text-transform: capitalize;
}

footer.global .stay-in-touch input[type=submit] {
  width: auto;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
  padding: .5rem .75rem;
  background-color: transparent;
  border: 3px solid white;
}

footer.global .stay-in-touch input[type=submit]:hover {
  cursor: pointer;
}

footer.global .stay-in-touch a {
  display: block;
}

footer.global .stay-in-touch nav {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer.global .stay-in-touch nav a {
  margin: 2rem 1rem;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  opacity: .65;
  transition: .125s all ease;
}

footer.global .stay-in-touch nav a:hover {
  opacity: 1;
}

footer.global .stay-in-touch .facebook {
  background-image: url(../img/facebook.svg);
}

footer.global .stay-in-touch .twitter {
  background-image: url(../img/twitter.svg);
}

footer.global .stay-in-touch .youtube {
  background-image: url(../img/youtube.svg);
}

footer.global .stay-in-touch .instagram {
  background-image: url(../img/instagram.svg);
}

footer.global .stay-in-touch .flickr {
  background-image: url(../img/flickr.svg);
}

footer.global .quick-links {
  width: 20%;
}

footer.global .quick-links a {
  color: white;
  font-weight: 100;
  line-height: 2;
  float: left;
  clear: left;
  text-decoration: none;
  transition: all 200ms;
}

footer.global .quick-links a:hover {
  color: rgba(255, 255, 255, 0.6);
}

footer.global .ug {
  display: block;
  margin: 0 auto;
}

footer.global .ug a {
  font-size: 10px;
  text-decoration: none;
  color: #bdbdbd;
  display: block;
  margin-top: 3rem;
}

footer.global p {
  float: left;
  clear: left;
  padding-right: 1rem;
  color: white;
}

footer.global .adr {
  padding-bottom: .5rem;
}

footer.global .vcard {
  width: 80%;
  padding-bottom: 1rem;
}

footer.global h5 {
  line-height: 1.5;
  font-size: 1.25rem;
  letter-spacing: .05rem;
  font-weight: 100;
  text-transform: uppercase;
  padding: 0 0 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #FFF;
}

footer.global h6 {
  font-weight: 600;
  line-height: 1.5;
  color: #FFF;
}

footer.global footer {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

footer.global footer .logo {
  width: 15%;
}

footer.global footer p {
  width: 60%;
  margin: 0 1rem;
  font-size: .85rem;
  line-height: 1.5;
  opacity: .5;
}

input,textarea {
  border: none;
  font-size: 1rem;
  padding: 1rem;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #dedede;
  color: #343434;
}

input:focus,textarea:focus {
  outline: none;
  background: white;
}

select {
  border: none;
  font-size: 1rem;
  padding: 1rem 3rem 1rem 1rem;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #4279bd;
  background-color: #f4f4f4;
  background-image: url(../img/dropdown.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  background-size: 1rem;
}

.gform_wrapper form {
  max-width: 55rem;
  margin: 2rem auto 1rem;
}

.gform_wrapper form ul {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gform_wrapper form li {
  width: 100%;
  margin-bottom: 1rem;
}

.gform_wrapper form li:before {
  display: none;
}

.gform_wrapper form li input,.gform_wrapper form li select {
  width: 100%;
}

.gform_wrapper form li.full {
  width: 100%;
}

.gform_wrapper form textarea {
  width: 100%;
  min-height: 8rem;
}

header.global {
  transition: .35s all ease;
  text-align: center;
  background-color: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: 100px;
}

header.global.scrolling {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
}

header.global .logo {
  padding: 1.5rem;
}

header.global .logo img {
  height: 3.25rem;
}

header.global .mobile-open {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin: .5rem;
  display: none;
}

header.global .mobile-open.disabled {
  opacity: .5;
  pointer-events: none;
}

header.global .mobile {
  display: none;
}

header.global nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header.global nav a,header.global nav nav,header.global nav span {
  line-height: 1.5;
  padding: 2.5rem 0;
  margin: 0 .5rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1rem;
  color: #343434;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 200ms;
}

header.global nav a:hover,header.global nav nav:hover,header.global nav span:hover {
  cursor: pointer;
  color: #4279bd;
}

header.global nav a.search-nav,header.global nav nav.search-nav,header.global nav span.search-nav {
  background-image: url(../img/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  width: 16px;
  margin: 0 1rem;
  transition: all 200ms;
}

header.global nav a.search-nav:hover,header.global nav nav.search-nav:hover,header.global nav span.search-nav:hover {
  cursor: pointer;
  fill: #4279bd;
}

header.global .dropdown {
  transition: all 200ms;
}

header.global .dropdown:hover {
  cursor: pointer;
}

header.global .dropdown:hover span {
  color: #4279bd;
  transition: .35s all ease;
}

header.global .dropdown span {
  margin: 0;
  padding: 0;
  position: relative;
  pointer-events: none;
}

header.global .dropdown span:after {
  display: inline-block;
  content: "";
  width: 0px;
  height: 0px;
  border: transparent 7px solid;
  border-bottom: #2b496c 7px solid;
  position: absolute;
  left: 50%;
  bottom: -3rem;
  opacity: 0;
  transition: .25s all ease;
}

header.global .dropdown.open span {
  color: #2b496c;
}

header.global .dropdown.open span:hover {
  color: #2b496c;
}

header.global .dropdown.open:hover:after {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-animation: none;
  animation: none;
}

header.global .dropdown.open div {
  transition: max-height .075s ease, opacity .075s ease .075s, padding-top .075s ease, padding-bottom .075s ease;
  padding-top: 1rem;
  padding-bottom: 2rem;
  max-height: 400px;
  opacity: 1;
  pointer-events: all;
}

header.global .dropdown.open div a {
  pointer-events: all;
}

header.global .dropdown.open span:after {
  bottom: -2.5rem;
  opacity: 1;
}

header.global .dropdown:after {
  display: inline-block;
  content: "";
  background-image: url(../img/dropdown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: .8rem;
  margin: 0 0 0 .65rem;
  height: 10px;
  position: relative;
  top: 8px;
}

header.global .dropdown div {
  transition: max-height .075s ease .075s, opacity .075s ease, padding-top .075s ease, padding-bottom .075s ease;
  opacity: 0;
  color: white;
  top: 100px;
  left: 0;
  position: absolute;
  width: 100vw;
  background-color: rgba(43, 73, 108, 0.96);
  overflow: hidden;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-width: 100px;
  -moz-column-width: 100px;
  column-width: 100px;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: block;
  pointer-events: none;
}

header.global .dropdown div a {
  pointer-events: none;
  display: inline-block;
  letter-spacing: .025em;
  color: white;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-weight: 100;
  line-height: 1.5;
  padding: .5rem 0;
  margin: 0;
  border-bottom: 1px solid #526884;
  width: 15rem;
  text-align: left;
  transition: all 200ms;
}

header.global .dropdown div a:hover {
  color: rgba(255, 255, 255, 0.7);
}

header.global aside {
  padding: 1.5rem;
  transition: .35s all ease;
}

header.global aside a {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  padding: 13px;
  background-color: #76c043;
  display: block;
  float: left;
  width: 200px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .05em;
  border: solid 2px #76c043;
  transition: all 200ms;
}

header.global aside a:hover {
  color: #76c043;
  background-color: rgba(176, 158, 110, 0);
}

header.global aside a:last-of-type {
  background-color: #4279bd;
  margin-left: 8px;
  border: solid 2px #4279bd;
  transition: all 200ms;
}

header.global aside a:last-of-type:hover {
  color: #4279bd;
  background-color: rgba(176, 158, 110, 0);
}

header.global svg {
  width: 30px;
  height: 30px;
  margin: 5px;
}

header.global svg rect {
  height: 3px;
}

.mobile-menu-open {
  -webkit-transform: translateX(-75vw);
  transform: translateX(-75vw);
}

.mobile-menu-open nav[role="navigation"] {
  overflow: scroll;
  height: calc(100vh - 2rem);
  padding-bottom: 10vh !important;
}

.mobile-menu-open nav[role="navigation"] .dropdown {
  overflow: hidden !important;
}

.mobile-menu-open nav[role="navigation"] aside {
  height: auto;
}

.mobile-menu-open nav[role="navigation"] aside a {
  font-size: 0.5rem !important;
  line-height: 1;
}

.mobile-menu-open > aside {
  -webkit-transform: translateX(75vw);
  transform: translateX(75vw);
}

.categories.mobile-menu-open {
  -webkit-transform: translateX(-150vw);
  transform: translateX(-150vw);
}

header.mobile-menu-open .dropdown.open {
  max-height: 1000px;
  height: auto;
  display: block;
}

header.mobile-menu-open .dropdown.open div {
  max-height: 1000px;
  padding: 0px !important;
}

header.mobile-menu-open .dropdown.open div a {
  max-height: 1000px;
}

.hero {
  height: calc(45vw);
  max-height: 600px;
  min-height: 400px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}

.hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: top center;
  -webkit-filter: brightness(0.75);
  filter: brightness(0.75);
}

.hero .bg.img {
  display: none;
}

.hero video.bg {
  z-index: -2;
}

.hero .content {
  text-align: center;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
  width: 50vw;
}

.hero .content h2 {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.5;
}

.hero .content p {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 100;
}

.noscroll {
  height: 100vh;
  width: 100vw;
  position: fixed !important;
  z-index: 0;
}

header.title {
  width: 100vw;
  max-width: 100%;
  padding: 2rem;
  background-image: linear-gradient(-90deg, #76c043, #529C1C);
}

header.title h1 {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 900;
  color: white;
}

.search-bar {
  opacity: 0;
  position: fixed;
  width: 50vw;
  top: 25vh;
  left: 25vw;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.5);
  transition: .5s all ease;
  padding: 1rem;
}

.search-bar.open {
  opacity: 1;
  padding: 1rem;
  max-height: 10rem;
  transition: .5s all ease;
}

.search-bar input {
  width: 100%;
  font-size: 2rem;
  border: none;
  background-color: rgba(237, 237, 237, 0.9);
}

.search-bar input::-webkit-input-placeholder {
  font-weight: 100;
}

.search-bar input::-moz-placeholder {
  font-weight: 100;
}

.search-bar input:-ms-input-placeholder {
  font-weight: 100;
}

.search-bar input::placeholder {
  font-weight: 100;
}

body {
  overflow-x: hidden;
  width: 100vw;
}

section[role=main] {
  transition: .35s -webkit-transform ease;
  transition: .35s transform ease;
  padding-top: 100px;
  background-color: transparent;
}

.slider {
  width: 40vw;
  overflow: hidden;
  display: block;
  position: relative;
  /*max-height: 650px;*/
}

.slider .slide-wrapper {
  width: 300%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider img,.slider video,.slider iframe {
 /* width: 100%; --- JMC modification --*/width:80%;margin:0 10%;
  margin-bottom: 1.25rem;
}

.slider p {
  font-size: 1rem !important;
  line-height: 1.5;
  font-weight: 100;
  color: #545454;
}

.slider a {
  margin-top: 1rem;
  display: inline-block;
  color: #4279bd;
  text-transform: uppercase;
  text-decoration: none;
}

.slider div {
  width: 40vw;
}

.slider .slide {
  width: 33.3333333333333333%;
  display: table;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.slider nav {
  margin: 2rem 0;
  width: 100%;
  height: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider nav a {
  margin: 0 .25rem;
  background-color: white;
  border: 2px solid #4279bd;
  border-radius: 20px;
  height: 21px;
  width: 21px;
}

.slider nav a:after {
  width: 15px;
  height: 15px;
  margin: 1px;
  display: block;
  content: "";
  background-color: transparent;
  border-radius: 15px;
}

.slider nav a:hover:after {
  background-color: #2b496c;
}

.slider nav a.active {
  cursor: default;
}

.slider nav a.active:after {
  background-color: #4279bd;
}

.directory-results .intro {
  background: white;
  padding: 3rem 7rem;
  transition: .25s all ease;
}

.directory-results .intro .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 4rem;
}

.directory-results .intro .content header {
  width: 35%;
  border-top: 1px solid #8a8a8a;
  padding-top: 1.5rem;
}

.directory-results .intro .content header h2 {
  font-size: 2rem;
  color: #2b496c;
  font-weight: 100;
  text-transform: uppercase;
  word-break: break-all;
}

.directory-results .intro .content p {
  border-top: 1px solid #c2c2c2;
  padding-top: 1.5rem;
  width: 60%;
  line-height: 1.5;
  font-weight: 100;
  font-size: 1.125rem;
}

.directory-results .intro .options {
  width: 60%;
  margin-left: 40%;
  margin-bottom: 4rem;
}

.directory-results .intro .options select {
  width: 48%;
  margin-right: 1rem;
}

.directory-results .intro .options .download {
  width: 48%;
  float: right;
}

.directory-results .intro .options .download small {
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  padding: 1rem;
  font-size: .75rem;
  color: #343434;
  text-align: center;
}

.directory-results .intro .options .button {
  display: block;
  line-height: 1.25;
  width: 100%;
  padding: 1rem 1rem 1rem 2rem;
  text-align: center;
  color: white;
  font-weight: 600;
  letter-spacing: .05em;
  border: solid #4279bd 2px;
  background-color: #4279bd;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 200ms;
}

.directory-results .intro .options .button:hover {
  color: #4279bd;
  background-color: rgba(176, 158, 110, 0);
}

.directory-results .intro .options .button:hover:before {
  background-image: url(../img/download-blue.svg);
}

.directory-results .intro .options .button:before {
  content: "";
  display: inline-block;
  background-image: url(../img/download.svg);
  background-repeat: no-repeat;
  background-position: 30% center;
  background-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0rem 1rem -.25rem -1.25rem;
  transition: all 200ms;
}

.directory .intro {
  transition: .25s all ease;
  background-color: white;
  padding: 4rem 5rem 6rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.directory .intro img {
  max-height: 320px;
  height: auto;
  display: inline-block;
  margin-right: 2rem;
}

.directory .intro .content {
  width: 60%;
  display: inline-block;
  padding: 1rem;
}

.directory .intro p {
  line-height: 1.5;
  font-size: 1.125rem;
  font-weight: 100;
}

.directory .intro .highlighted {
  font-size: 1.5rem;
  font-weight: 100;
  margin-bottom: 1rem;
}

.directory .directions {
  background-color: #ededed;
  padding: 3rem;
  transition: .25s all ease;
}

.directory .directions > header {
  padding: 5rem 2rem;
}

.directory .directions h2 {
  font-size: 2.25rem;
  color: #76c043;
  font-weight: 900;
  text-align: center;
  text-transform: capitalize;
}

.directory .directions .steps {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.directory .directions .steps .line {
  margin: 2.5rem 0;
  height: 1px;
  width: 10%;
  background-color: #343434;
}

.directory .directions .steps .step {
  width: 25%;
}

.directory .directions .steps .step .number {
  font-weight: 900;
  color: white;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  border-radius: 5rem;
  font-size: 4rem;
  background-color: #b0b0b0;
  display: block;
  float: left;
  margin-right: 1rem;
}

.directory .directions .steps .step p {
  color: #343434;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: .25rem;
}

.directory .directions aside {
  padding: 3rem 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 5rem 6rem 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.directory .directions aside article {
  width: 45%;
}

.directory .directions aside article h3 {
  font-size: 1rem;
  color: #343434;
}

.directory .directions aside article p {
  font-size: .875rem;
  line-height: 1.75;
}

.directory .directions aside header {
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
}

.directory .directions aside p {
  line-height: 1.5;
  color: #343434;
  font-weight: 300;
}

.events .events-grid {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100vw;
  padding: 2px 2px 0;
  margin: 0 auto;
  overflow: hidden;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.events .events-grid .button {
  display: block;
  color: white;
  text-transform: uppercase;
  border: none;
  padding: 1rem;
  margin: 0 auto;
}

.events .events-grid .button:after {
  content: "";
  display: inline-block;
  width: 1rem;
  margin-left: .5rem;
  height: 1rem;
  margin-bottom: -0.18rem;
  background-image: url(../img/learn-more.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: .5;
  border: none;
}

.events .events-grid .grid-item:first-of-type {
  width: 100%;
}

.events .events-grid .grid-item {
  min-height: 370px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 4rem;
  position: relative;
  overflow: hidden;
  width: calc(50% - 1px);
  margin-bottom: 2px;
}

.events .events-grid .grid-item .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  max-width: 45em;
  color: white;
  text-align: center;
  position: relative;
  z-index: 1;
}

.events .events-grid .grid-item .content h3 {
  font-size: 1.75rem;
  font-weight: 900;
  margin-bottom: .5rem;
  line-height: 1.25;
}

.events .events-grid .grid-item .content h4 {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 100;
  margin-bottom: .5rem;
}

.events .events-grid .grid-item .content p {
  font-size: 1rem;
  line-height: 1.5;
}

.events .events-grid .grid-item .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  background-size: cover;
  background-position: center;
  transition: .25s all ease;
  background-repeat: no-repeat;
}

.events .events-grid .grid-item:hover .bg-image {
  -webkit-filter: brightness(0.25);
  filter: brightness(0.25);
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
}

.generic section > section {
  background-color: white;
}

.generic h1,.generic h2,.generic h3 {
  font-size: 2rem;
  font-weight: 100;
  text-transform: uppercase;
  color: #2b496c;
  line-height: 1.25;
}

.generic h4,.generic h5,.generic h6 {
  font-size: 1.25rem;
  font-weight: 100;
  text-transform: uppercase;
  color: #2b496c;
  line-height: 1.5;
  margin-top: 0;
}

.generic p,.generic li {
  line-height: 1.5;
  font-size: 1.125rem;
  font-weight: 100;
  color: #545454;
}

.generic ul {
  margin: 1rem 0;
}

.generic li:before {
  content: "";
  height: 10px;
  width: 10px;
  margin: 0 .5rem 2px 0;
  border-radius: 100%;
  display: inline-block;
  background-color: #4279bd;
}

.generic .button {
  font-weight: 600;
  letter-spacing: .05rem;
  text-transform: uppercase;
  color: white;
  background-color: #4279bd;
  display: inline-block;
  padding: 1rem;
  text-decoration: none;
  min-width: 10rem;
  text-align: center;
  transition: .25s all ease;
  border: 2px solid #4279bd;
}

.generic .button:hover {
  background-color: white;
  color: #4279bd;
}

.generic .button:active {
  background-color: #2b496c;
}

.generic h3 {
  font-size: 2rem;
  font-weight: 100;
  text-transform: uppercase;
  color: #2b496c;
  line-height: 1.5;
  margin-bottom: .25rem;
}

.generic h4 {
  margin-bottom: .125rem;
}

.generic p + h4,.generic p + ul {
  margin-top: 1rem;
}

.generic p + .button,.generic ul + .button {
  margin-top: 1rem;
}

.generic p {
  line-height: 1.5;
  font-size: 1.125rem;
  font-weight: 100;
  color: #545454;
  margin-bottom: .5rem;
}

.generic .img {
  max-width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.generic .img img {
  display: block;
  max-width: 100%;
}

.generic .info-slider {
  background-color: #FFF;
  padding: 3rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.generic .info-slider .content {
  width: 60vw;
  padding-right: 4rem;
}

.generic .full-width {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 3rem;
}

.generic .full-width .img {
  width: 50vw;
  padding-right: 3vw;
  padding-left: 3vw;
  height: auto;
}

.generic .full-width .img img {
  width: 100%;
}

.generic .full-width .content {
  width: 50vw;
  padding-right: 5vw;
  min-height:0;
}

.generic .two-column .img {
  margin-bottom: 1rem;
}

.generic .two-column .img img {
  width: 100%;
  height: auto;
}

.generic .two-column.full {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2rem 2rem 0;
}

.generic .two-column.full article {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 4rem;
}

.generic .two-column.full article .img {
  width: 30%;
}

.generic .two-column.full article .content {
  width: 60%;
  max-width: 45rem;
}

.generic .two-column.full article .content .button {
  margin-top: 1rem;
}

.generic .two-column.inline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 5vw 3rem;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.generic .two-column.inline article {
  width: 48%;
}

.generic .two-column.inline .button {
  margin: 1rem 0 2rem;
}

.generic .content-center {
  padding: 2rem 2rem 3rem;
}

.generic .content-center .img {
  margin-bottom: 3rem;
}

.generic .content-center .content {
  max-width: 60rem;
  margin: 0 auto;
}

.generic .accordion-section {
  padding: 2rem 2rem 3rem;
}

.generic .accordion-section > header {
  text-align: center;
  width: 100%;
  padding-bottom: 2rem;
  line-height: 2;
}

.generic .content-groups {
  padding-bottom: 3rem;
}

.generic .full-form {
  background-color: #ededed;
  padding: 3rem 2rem;
}

.generic .full-form header {
  text-align: center;
}

.generic .full-form select {
  background-color: white;
  border: 1px solid #dedede;
  color: #9f9f9f;
}

.generic .full-form form {
  max-width: 55rem;
  margin: 2rem auto 1rem;
}

.generic .full-form form ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.generic .full-form form li {
  width: 49%;
  margin-bottom: 1rem;
}

.generic .full-form form li:before {
  display: none;
}

.generic .full-form form li input,.generic .full-form form li select {
  width: 100%;
}

.generic .full-form form li.full {
  width: 100%;
}

.generic .full-form form textarea {
  width: 100%;
  min-height: 8rem;
}

.generic .content-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.generic .content-form .content {
  padding: 4rem 2rem;
  width: 50%;
  padding-left: 10vw;
}

.generic .content-form .full-form {
  padding: 4rem 2rem;
  width: 50%;
  position: relative;
  padding-right: 10vw;
}

.generic .content-form .full-form form {
  width: auto;
}

.generic header.title + .content-form,.generic header.title + .full-form,.generic header.title + .content-groups,.generic header.title + .accordion-section,.generic header.title + .content-center,.generic header.title + .two-column,.generic header.title + .full-width,.generic header.title + .info-slider {
  margin-top: 3rem;
}

.generic .mapplic-element li:before {
  display: none;
}

.generic .mapplic-element .mapplic-list-location span {
  float: left;
  clear: left;
  margin-top: 5px;
}

.generic .mapplic-element .mapplic-tooltip-title {
  font-size: 1rem;
  line-height: 1.25;
  text-transform: capitalize;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.home .intro {
  background-color: #FFF;
  padding: 9rem 0 0;
}

.home .intro .content {
  width: 60vw;
  padding: 0 3rem 2rem;
}

.home .intro .content h3 {
  font-size: 2rem;
  font-weight: 100;
  text-transform: uppercase;
  color: #4279bd;
  line-height: 1.5;
}

.home .intro .content p {
  line-height: 1.5;
  font-size: 1.125rem;
  font-weight: 100;
  color: #545454;
}

.home .intro .details {
  background-color: #ededed;
  padding: 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home .intro .details .stats {
  width: 60vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 2rem 0 0;
}

.home .intro .details .stats a {
  width: 46%;
  padding: 2rem 2rem 4rem;
  border: 1px solid white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: rgba(0, 0, 0, 0.05);
}

.home .intro .details .stats a.highlighted {
  background-image: linear-gradient(180deg, #76c043, #529C1C);
}

.home .intro .details .stats a.highlighted h4,.home .intro .details .stats a.highlighted p {
  color: white;
}

.home .intro .details .stats a.highlighted h4:before,.home .intro .details .stats a.highlighted h4:after,.home .intro .details .stats a.highlighted p:before,.home .intro .details .stats a.highlighted p:after {
  border-color: white;
}

.home .intro .details .stats a.highlighted:hover {
  background-image: linear-gradient(180deg, #76c043, #468817);
}

.home .intro .details .stats a h4 {
  font-size: 11rem;
  margin-bottom: 1rem;
  color: #2b496c;
  font-family: "Open Sans Condensed", sans-serif;
}

.home .intro .details .stats a p {
  color: #2b496c;
  font-size: 1.125rem;
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-weight: 100;
  position: relative;
}

.home .intro .details .stats a p:before {
  width: 60%;
  margin: 0 20%;
  padding: .65rem 0;
  content: "";
  display: block;
  border-top: 1px solid #343434;
}

.home .intro .details .stats a p:after {
  width: 60%;
  margin: 0 20%;
  padding: .65rem 0;
  content: "";
  display: block;
  border-bottom: 1px solid #343434;
}

.home .intro .details .slider {
  margin-top: -12.25rem;
}

.membership section > section {
  background-color: white;
}

.membership .membership-grid {
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.membership .membership-grid a {
  min-height: 370px;
  width: calc(50% - 1px);
  margin-bottom: 1px;
  height: auto;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 4rem;
}

.membership .membership-grid a span {
  transition: .5s all linear;
}

.membership .membership-grid a:hover .bg {
  -webkit-filter: brightness(0.25);
  filter: brightness(0.25);
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
}

.membership .membership-grid .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: top;
  background-size: cover;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  transition: .25s all ease;
}

.membership .membership-grid .content {
  height: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}

.membership .membership-grid .content h3 {
  font-weight: 100;
  font-size: 2em;
  line-height: 1.25;
  padding-bottom: .75rem;
  text-transform: uppercase;
}

.membership .membership-grid .content p {
  line-height: 1.5;
  font-weight: 100;
}

.membership .membership-grid .content a {
  color: white;
  padding: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid white;
  display: table;
  margin: 2rem auto 0;
  transition: .25s all ease;
}

.membership .membership-grid .content a:hover {
  color: #343434;
  background-color: white;
}

.membership .membership-grid .button {
  display: block;
  color: white;
  text-transform: uppercase;
  border: none;
  padding: 1rem;
  margin: 0 auto;
}

.membership .membership-grid .button:after {
  content: "";
  display: inline-block;
  width: 1rem;
  margin-left: .5rem;
  height: 1rem;
  margin-bottom: -0.18rem;
  background-image: url(../img/learn-more.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: .5;
  border: none;
}

.explorer .content-groups article {
  height: 500px;
}

.explorer .carousel {
  height: 750px;
}

.explorer .carousel .wrapper {
  height: 650px;
}

.explorer .carousel .wrapper .indicator {
  bottom: 75px !important;
}

.explorer .carousel .wrapper .arrows {
  width: 98vw;
}

.explorer .generic .two-column .img,.explorer .generic .full-width .img {
  position: relative;
}

.explorer .generic .two-column .img img,.explorer .generic .full-width .img img {
  width: 100%;
}

.explorer .categories {
  position: relative;
  height: 100%;
  height: calc(100% - 205px);
}

.explorer .categories header {
  position: absolute;
  width: 200px;
}

.explorer .categories nav {
  overflow-y: scroll;
  min-height: 0px;
}

.explorer .categories nav a:last-of-type {
  padding-bottom: 100px;
}

.explorer-10 .call-to-action.secondary {
  display: block;
  position: relative;
}

.explorer-10 .call-to-action.secondary a {
  display: block;
  width: 50%;
  float: left;
}

@media only screen and (max-width: 1250px) {
  header.global aside a {
    width: auto;
  }

  .directory .intro img {
    max-height: 25vw;
  }

  .directory .intro p {
    font-size: 1rem;
  }

  .directory .intro .highlighted {
    font-size: 1.25rem;
  }

  .directory .directions .steps .line {
    display: none;
  }

  .directory .directions .steps .step {
    width: 27.5%;
  }

  .directory .directions .steps .step p {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 1200px) {
  .categories {
    width: 35vw;
    -webkit-transform: translateX(-35vw);
    transform: translateX(-35vw);
  }

  .categories header {
    left: calc( 35vw + 1.5rem + 4px);
  }

  .categories-open {
    -webkit-transform: translateX(35vw);
    transform: translateX(35vw);
  }

  header.global .logo {
    max-width: 5rem;
    overflow: hidden;
  }

  .hero .content {
    width: 75vw;
  }
}

@media only screen and (max-width: 1100px) {
  .call-to-action.secondary {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .call-to-action.secondary a {
    width: 100vw;
  }

  footer.global .locations {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }

  footer.global .locations div,footer.global .locations .vcard > span {
    display: block;
    float: none;
    clear: none;
  }

  footer.global .locations a,footer.global .locations p,footer.global .locations .tel,footer.global .locations div,footer.global .locations span {
    float: none;
    clear: none;
  }

  footer.global .stay-in-touch {
    width: 100%;
    text-align: center;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  footer.global .quick-links {
    width: 100%;
    text-align: center;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2rem;
  }

  footer.global .quick-links a {
    float: none;
    clear: none;
  }

  footer.global .vcard {
    width: 100%;
  }

  footer.global .vcard span div {
    display: inline-block;
  }

  footer.global footer {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer.global footer .logo {
    width: 50%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  footer.global footer p {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin: 0 0 1rem 0;
  }

  footer.global footer #google_translate_element {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    padding: 2rem;
  }

  header.global aside {
    padding-left: 0;
  }

  header.global aside a {
    font-size: 12px;
    width: auto;
  }

  .slider {
    width: 100vw;
    margin: 2rem 0 0;
  }

  .directory-results .intro {
    padding: 4rem 2rem 4rem 6rem;
  }

  .generic .info-slider .content {
    width: 100vw;
    padding: 0 2rem 2rem;
  }

  .home .intro .content {
    width: 100vw;
    padding: 0 2rem 2rem;
  }

  .home .intro .details .stats {
    width: 100vw;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    position: relative;
    width: 60%;
  }

  .home .intro .details .slider {
    width: 35%;
    margin: 0;
  }

  .membership .membership-grid a {
    padding: 3rem;
  }
}

@media only screen and (max-width: 1050px) {
  header.title h1 {
    font-size: 2rem;
  }

  .directory .intro {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .directory .intro img {
    max-width: 100%;
    max-height: none;
    margin: 0 0 1rem;
  }

  .directory .intro .content {
    width: 100%;
  }

  .directory .directions .steps {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .directory .directions .steps .line {
    display: none;
  }

  .directory .directions .steps .step {
    width: 50%;
    margin: 0 25% 1rem;
  }

  .directory .directions .steps .step p {
    padding: 1.5rem 0;
  }
}

@media only screen and (max-width: 1025px) {
  .categories {
    width: 40vw;
    -webkit-transform: translateX(-40vw);
    transform: translateX(-40vw);
  }

  .categories header {
    left: calc( 40vw + 1.5rem + 4px);
  }

  .categories-open {
    -webkit-transform: translateX(45vw);
    transform: translateX(45vw);
  }
}

@media only screen and (max-width: 1024px) {
  .accordion .column > div img {
    max-width: 40%;
    margin-bottom: .5rem;
  }

  .call-to-action.primary .bg {
    background-attachment: scroll;
  }

  .categories nav {
    padding: 2rem 2rem 20rem;
  }

  .expanding .package .bg {
    width: 50%;
    min-height: 350px;
  }

  .expanding .package .content {
    width: 50%;
    padding: 2rem 2rem 4rem;
  }

  .expanding .details {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .expanding .details .content {
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }

  .expanding .details .content h3 {
    text-align: center;
  }

  .expanding .details .content .button {
    margin: 1rem auto;
  }

  .expanding .details .list {
    width: 100%;
  }

  .hero .bg.img {
    display: block;
  }

  .hero .bg.vid {
    display: none;
  }

  .search-bar {
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    max-height: 0px;
    overflow: hidden;
    padding: 0 1rem;
    transition: .5s all ease;
    z-index: 1;
  }

  .generic .info-slider {
    padding: 3rem;
  }

  .generic .info-slider .content {
    padding: 0  2rem 2rem 0;
  }

  .generic .full-width .img {
    width: 100%;
  }

  .generic .full-width .content {
    width: 100%;
    padding: 2rem;
  }

  .generic .two-column.full {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .generic .two-column.full article {
    width: 100%;
    margin-bottom: 3rem;
  }

  .generic .two-column.full article .img {
    width: 40%;
    margin-right: 1rem;
  }

  .generic .two-column.full article .content {
    width: 50%;
  }

  .generic .accordion-section {
    padding: 2rem 0;
  }

  .generic .content-form .content {
    padding: 2rem;
  }

  .generic .content-form .full-form {
    padding: 2rem;
  }
}

@media only screen and (max-width: 950px) {
  .accordion .column {
    width: 100%;
  }

  .directory-results .intro .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .directory-results .intro .content header {
    width: 100%;
    border: none;
  }

  .directory-results .intro .content p {
    width: 100%;
    border: none;
  }

  .directory-results .intro .options {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }

  .directory .directions aside {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 1rem;
  }

  .directory .directions aside article {
    width: 100%;
    margin: 0 0 2rem;
  }

  .events .events-grid .grid-item {
    padding: 3rem;
    width: 100%;
    min-height: 400px;
    height: auto;
  }

  .home .intro .details {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home .intro .details .stats a {
    width: 49%;
  }

  .home .intro .details .stats a h4 {
    font-size: 8rem;
  }
}

@media only screen and (max-width: 925px) {
  .call-to-action.primary .content h3 {
    font-size: 3rem;
    line-height: 1.25;
    padding-bottom: .5rem;
  }

  .call-to-action.primary .content h4 {
    font-size: 2rem;
    line-height: 1.25;
    padding-bottom: .5rem;
  }

  .call-to-action.secondary h4 {
    font-size: 2.25rem;
  }

  .categories {
    top: 156px;
    width: 50vw;
    -webkit-transform: translateX(-50vw);
    transform: translateX(-50vw);
  }

  .categories header {
    left: calc( 50vw + 1.5rem + 4px);
  }

  .categories-open {
    -webkit-transform: translateX(50vw);
    transform: translateX(50vw);
  }

  header.global {
    height: auto;
  }

  header.global .logo {
    padding: .5rem;
    max-width: 2.5rem;
    margin-right: 1rem;
  }

  header.global .logo img {
    height: 2rem;
  }

  header.global nav a,header.global nav nav,header.global nav span {
    padding: .75rem 0;
    height: 3.125rem;
  }

  header.global aside {
    height: 3rem;
    padding: .5rem .5rem .5rem 0;
    margin-left: 1rem;
  }

  header.global aside a {
    line-height: 0rem;
    display: block;
    padding: 1rem .5rem;
    height: 1rem;
  }

  .hero .content h2 {
    font-size: 3rem;
  }

  section[role=main] {
    padding-top: 52px;
  }
}

@media only screen and (max-width: 900px) {
  .home .intro .details .stats {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .home .intro .details .slider {
    width: 100%;
    margin: 1rem 0;
  }
}

@media only screen and (max-width: 850px) {
  .accordion .column > div img {
    max-width: 45%;
  }

  .call-to-action.primary .content {
    width: 100vw;
    padding: 0 2rem;
    min-width: 0px;
  }

  .call-to-action.primary .content h3 {
    font-size: 2rem;
  }

  .call-to-action.primary .content h4 {
    font-size: 1.5rem;
  }

  .call-to-action.secondary h4 {
    font-size: 1.5rem;
  }

  .call-to-action.secondary .arrow {
    margin-top: -6rem;
    width: 40px;
  }

  .call-to-action.secondary .arrow svg {
    width: 100%;
  }

  .categories {
    top: 108px !important;
    z-index: 1;
    top: 200px;
    width: 75vw;
    -webkit-transform: translateX(-75vw);
    transform: translateX(-75vw);
    position: fixed !important;
  }

  .categories header {
    top: 0px;
    left: calc( 75vw);
    width: 100vw;
    -webkit-transform: none;
    transform: none;
  }

  .categories-open {
    -webkit-transform: translateX(75vw);
    transform: translateX(75vw);
  }

  .content-groups article {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-groups .bg {
    width: 100%;
    height: 300px;
  }

  .content-groups .content {
    width: 100%;
    padding: 2rem;
  }

  .expanding .cards {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    padding: 4vh 5vw;
  }

  .expanding .package .bg {
    width: 100%;
    min-height: 250px;
  }

  .expanding .package .bg:after {
    display: none;
  }

  .expanding .package .content {
    width: 100%;
    position: relative;
  }

  .expanding .package .content:after {
    height: 0px;
    width: 0px;
    content: "";
    background-color: transparent;
    border-bottom: 50px solid white;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -25px;
  }

  .expanding .details {
    padding: 2rem;
  }

  header.global {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  header.global .logo {
    max-width: 10rem;
    padding: .55rem;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  header.global .logo img {
    height: 2.5rem;
  }

  header.global .mobile-open {
    display: block;
  }

  header.global .mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  header.global nav {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  header.global nav[role='navigation'] {
    overflow-y: scroll;
    position: fixed;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    left: 100vw;
    top: 36px;
    width: 75vw;
    padding: 0;
    box-shadow: inset 5px 0px 30px rgba(0, 0, 0, 0.25);
    background-color: #FFF;
    display: block;
    padding-bottom: 10vh;
  }

  header.global nav[role='navigation'] > nav,header.global nav[role='navigation'] > a {
    width: 100%;
    position: relative;
    text-align: left;
    padding-left: 2rem;
    margin: 0;
  }

  header.global nav[role='navigation'] .dropdown {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 2rem;
    margin: 0;
    transition: .25s all ease;
  }
/*--- JMC MODIFICATION TO ALLOW SUB-ITEMS SHOW FOR RESPONSIVE NAVIGATION ----*/
  header.global nav[role='navigation'] .dropdown div {
    opacity: 1;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    position: relative;
    margin: .5rem 0 0;
    top: 0;
    left: 0;
    padding: 0 !important;
    background: none;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    max-height: 0px;
    transition: .25s all ease;
    max-height:1000px;/*-- JMC will force second level navigation to stay open--*/
  }

  header.global nav[role='navigation'] .dropdown div a {
    font-size: .9375rem;
    padding: 0;
    line-height: 1.5;
    margin-bottom: .5rem;
    width: 100%;
    color: #343434;
    border: none;
  }

  header.global nav[role='navigation'] .dropdown:hover:after {
    -webkit-animation: none;
    animation: none;
  }

  header.global nav[role='navigation'] .dropdown span {
    width: auto;
    height: auto;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 1.125rem;
  }

  header.global nav[role='navigation'] .dropdown:after {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  header.global nav[role='navigation'] .dropdown.open {
    transition: .25s all ease;
  }

  header.global nav[role='navigation'] .dropdown.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  header.global nav[role='navigation'] .dropdown.open span:after {
    display: none;
  }

  header.global nav[role='navigation'] .dropdown.open div {
    max-height: 1000px;
    transition: .25s all ease;
  }

  header.global nav[role='navigation'] .mobile {
    display: block;
  }

  header.global nav[role='navigation'] .logo {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-color: #f4f4f4;
    box-shadow: inset 13px 0 30px -13px rgba(0, 0, 0, 0.25);
    width: 75vw;
    height: 58px;
    max-width: 100vw;
    padding: .75rem 2rem;
    margin: 0 0 1rem;
    text-align: left;
  }

  header.global nav[role='navigation'] .logo.mobile {
    margin-top: 1rem;
  }

  header.global nav[role='navigation'] .logo img {
    height: 100%;
    padding: 0;
    margin: 0;
    max-width: 100vw;
  }

  header.global nav[role='navigation'] .search-nav {
    background-position: 6rem;
    background-size: 1.125rem;
    text-indent: 0;
  }

  header.global nav[role='navigation'] a,header.global nav[role='navigation'] .dropdown {
    font-size: 1.125rem;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    height: auto;
  }

  header.global nav[role='navigation'] > a {
    display: block;
    width: 100%;
  }

  header.global nav[role='navigation'] aside {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 75vw;
    margin: 1rem 0;
  }

  header.global nav[role='navigation'] aside a {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    width: 100%;
    margin: .25rem 0;
  }

  header.global .dropdown div {
    -webkit-column-count: none;
    -moz-column-count: none;
    column-count: none;
    -webkit-column-width: none;
    -moz-column-width: none;
    column-width: none;
    -webkit-column-gap: none;
    -moz-column-gap: none;
    column-gap: none;
  }

  header.global aside {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100vw;
    margin: 1px;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  header.global aside a {
    line-height: 1;
    height: 3rem;
  }

  header.global aside a {
    width: 50%;
  }

  header.global aside a:last-of-type {
    margin-left: 2px;
  }

  .hero .content {
    width: 90vw;
  }

  .hero .content h2 {
    font-size: 1.5rem;
  }

  .hero .content p {
    font-size: 1rem;
  }

  header.title h1 {
    font-size: 1.5rem;
  }

  section[role=main] {
    padding-top: 94px;
  }

  .directory-results header.title {
    margin-top: 54px;
  }

  .directory-results .intro {
    padding: 2rem 2rem 4rem;
  }

  .directory-results .intro .options .button {
    width: 100%;
  }

  .directory header.title {
    margin-top: 54px;
  }

  .directory .intro {
    display: block;
    padding: 2rem 3rem 3rem;
  }

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

  .directory .intro .content {
    padding: 0;
  }

  .directory .directions > header {
    padding: 0 0 4rem;
  }

  .directory .directions > header h2 {
    line-height: 1.25;
  }

  .directory .directions .steps .step {
    margin: 0 0 1rem;
    width: 100%;
  }

  .directory .directions .steps .step p {
    padding: .5rem 0;
  }

  .directory .directions aside {
    margin: 2rem 0 0;
  }

  .events .events-grid .grid-item {
    padding: 2rem;
  }

  .generic h1,.generic h2,.generic h3 {
    font-size: 1.5rem;
  }

  .generic h4,.generic h5,.generic h6 {
    font-size: 1rem;
  }

  .generic p,.generic li {
    font-size: 1rem;
  }

  .generic h3 {
    font-size: 1.5rem;
  }

  .generic p {
    font-size: 1rem;
  }

  .generic .info-slider {
    padding: 4rem 2rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .generic .info-slider .content {
    width: 100%;
  }

  .generic .info-slider .slider {
    width: 100%;
  }

  .generic .two-column.inline {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .generic .two-column.inline article {
    width: 100%;
    margin: 1rem 0 2rem;
  }

  .generic .two-column.inline article .img {
    margin-bottom: 1rem;
  }

  .generic .content-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .generic .content-form .content {
    width: 100%;
  }

  .generic .content-form .full-form {
    width: 100%;
  }

  .home .intro {
    padding-top: 4.5rem;
  }

  .home .intro .content h3 {
    font-size: 1.5rem;
  }

  .home .intro .content p {
    font-size: 1rem;
  }

  .membership .membership-grid a {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .call-to-action.secondary a {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media only screen and (max-width: 750px) {
  .directory-results .intro .options select {
    width: 100%;
    margin: 0 0 1rem;
  }

  .directory-results .intro .options .download {
    float: none;
  }

  .directory-results .intro .options .download {
    width: 100%;
  }

  .events .events-grid .grid-item {
    padding: 2rem;
  }
}

@media only screen and (max-width: 700px) {
  .gform_wrapper form li {
    width: 100%;
  }

  .generic .full-form form li {
    width: 100%;
  }

  .home .intro .details {
    padding: 1rem;
  }

  .home .intro .details .stats a {
    width: 50%;
    padding: 2rem;
  }

  .home .intro .details .stats a h4 {
    font-size: 6rem;
  }
}

@media only screen and (max-width: 650px) {
  .expanding .details .list {
    padding: 2rem;
  }

  .generic .two-column.full article {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .generic .two-column.full article .img {
    width: 100%;
  }

  .generic .two-column.full article .content {
    width: 100%;
    max-width: 1000rem;
    margin: 0 0 2rem;
  }

  .membership .membership-grid a {
    padding: 2rem;
  }
}

@-webkit-keyframes arrow_slide {
  from {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  to {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

@keyframes arrow_slide {
  from {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  to {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

@-webkit-keyframes hover_bounce {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  to {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}

@keyframes hover_bounce {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  to {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}
