body * {
  box-sizing: border-box;
}
@media only screen and (min-width: 481px) {
  .logo-wrapper {
    display: inline-block;
    position: relative;
    z-index: 99;
  }
}
#logo img {
    width: 100%;
    height: auto;
}
div#header {
    position: relative;
    background: none;
}
.grass-graphic {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    z-index: 0;
}
.grass-graphic img {
    width: 100%;
}
img.fullsize {
    width: 100%;
    height: auto;
}
.bs-btn-blue,
a.em-button.button.add-new-h2,
input.button {
  color: #FFF !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-size: 16px;
  margin-bottom: 0 !important;
  border: 2px solid #0078ae;
  border-radius: 5px;
  background: #0078ae !important;
  min-height: 34px;
  line-height: 34px !important;
  padding: 0 15px !important;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.bs-btn-blue:hover,
.bs-btn-blue:focus,
a.em-button.button.add-new-h2:hover,
a.em-button.button.add-new-h2:focus,
input.button:hover,
input.button:focus {
  background: #FFF !important;
  color: #0078ae !important;
}
/* Header Styles */
#header-social {
    position: absolute;
    top: 73px;
    right: 20px;
}
div#header-social a {
    width: 34px;
    height: 34px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
    margin: 0 1px 0 10px;
    background: #0078ae;
    color: #FFF;
    border: 2px solid #0078ae;
    border-radius: 4px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
div#header-social a:hover,
div#header-social a:focus {
    background: #FFF;
    color: #0078ae;
}
form#searchform {
    float: none;
    position: absolute;
    right: 20px;
    top: 106px;
    border: 1px solid #DDD;
}
#sub-nav-links {
    background: none;
}
ul#menu-secondary-nav {
    display: inline-block;
    width: 100%;
    text-align: right;
}
ul#menu-secondary-nav li {
    display: inline-block;
    line-height: 1;
}
ul#menu-secondary-nav li a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #0078AE;
    padding-left: 20px;
    line-height: 1;
}
ul#menu-secondary-nav li:first-child a {
    padding-left: 0;
}

/* Top Nav Styles */
.nav-menu-toggle {
    display: none;
}
#top_nav a {
    background: none;
}
#top_nav ul.nav-menu {
    display: flex;
    justify-content: space-between;
}
#top_nav ul.nav-menu > li {
  	box-sizing: border-box;
    margin-bottom: 0;
    width: 14.285715%;
}
#top_nav .nav-menu > li > a {
    font-size: 16px;
    letter-spacing: -0.04em;
	  text-transform: uppercase;
    width: 100%;
}
#top_nav .nav-menu li.menu-item-has-children > a:after {
	  font-family: 'fontawesome';
    content: '\f0d7';
    margin-left: 6px;
}
#top_nav .nav-menu > li {
    height: 50px;
    border-bottom: 8px solid #DDD;
}
#top_nav .nav-menu > li > a {
    background: none;
    padding: 0;
    height: auto;
    line-height: 42px;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}
#top_nav .nav-menu > li:hover > a,
#top_nav .nav-menu > li > a:hover {
    background: #0078AE;
    border-bottom: 8px solid #046C9B;
}
#top_nav .nav-menu > li:hover li a {
	border-bottom: 0;
}
#top_nav ul ul a {
	-webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}
div#CollapsiblePanel1 {
    border-radius: 0 0 5px 5px;
    border: 1px solid #DDD;
    border-top: 0;
}
.CollapsiblePanelContent {
    opacity: 0 !important;
    -webkit-transition: all 250ms ease-out !important;
    -moz-transition: all 250ms ease-out !important;
    -o-transition: all 250ms ease-out !important;
    transition: all 250ms ease-out !important;
}
.CollapsiblePanelContent.active {
    height: 34px !important;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transition: all 250ms ease-out !important;
    -moz-transition: all 250ms ease-out !important;
    -o-transition: all 250ms ease-out !important;
    transition: all 250ms ease-out !important;
}
.CollapsiblePanelContent form#mc-embedded-subscribe-form {
    height: 30px;
    box-sizing: border-box;
    position: relative;
}
.CollapsiblePanelContent form#mc-embedded-subscribe-form input.email {
    width: 75%;
    position: relative;
    height: 20px;
    border: 1px solid #0078AE;
    border-right: 0;
    box-sizing: border-box;
    position: absolute;
    left: 6px;
}
div#wrapper div#CollapsiblePanel1 div.CollapsiblePanelContent form {
    text-align: left;
}
.CollapsiblePanelContent form#mc-embedded-subscribe-form input#mc-embedded-subscribe {
    width: 25%;
    box-sizing: border-box;
    border: 0;
    height: 20px;
    margin: 0;
    position: relative;
    background: #0078AE;
    color: #FFF;
    position: absolute;
    right: 6px;
}
body.home #c-wrapper, body.page-id-802 #c-wrapper {
    background: #6A7276;
}
body.home #content-wrapper, body.page-id-802 #content-wrapper {
    background: #FFF;
    border-top: 20px solid #6A7276;
    border-bottom: 20px solid #6A7276;
    padding-top: 0;
}
.uptown {
    margin-bottom: 0;
    padding-bottom: 10px;
}
.home-quote-left, .home-quote {
    background: #FFF;
    border-radius: 12px;
    position: relative;
}
.home-quote {
    padding: 10px 20px 20px 20px;
}
.home-quote:after {
    top: 100%;
    right: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #FFFFFF;
    border-width: 20px;
    margin-left: -20px;
}

/* Slider Styles */
.master-slider {
  margin: 0 !important;
  display: flex;
  align-items: center;
  background: #FFF !important;
}
.ms-nav-next {
  right: 15px !important;
  opacity: .5;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}
.ms-nav-prev {
  left: 15px !important;
  opacity: .5;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}
.ms-nav-next:hover,
.ms-nav-next:focus {
  opacity: 1;
}
.ms-nav-prev:hover,
.ms-nav-prev:focus {
  opacity: 1;
}
.ms-slide-info.ms-dir-v.ms-align-right {
  display: flex;
  right: auto !important;
  left: auto !important;
  width: 39.6666% !important;
  height: 100% !important;
  position: relative;
  order: 1;
  background: #FFF;
}
.ms-container {
  order: 2;
  padding-left: 20px;
}
.ms-slide-info .ms-info h2 {
  font-family: Georgia, serif;
  font-weight: normal;
  color: #01608b;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 10px;
}
.ms-slide-info .ms-info p {
  font-size: 18px;
  line-height: 1.5;
}
body.home #content-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  background: #6A7276;
  border-top: 0;
  border-bottom: 0;
  padding: 20px 0 0;
}
div#home-main {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 20px;
  background: none;
}
.home #content {
  display: inline-block;
  width: 100%;
  background: #e4e4e4;
}
#thorax {
  background: #FFF;
  max-width: 1200px;
  margin: 0 auto;
}
.box-wrapper {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
div#home-top, div#home-bottom {
  padding: 0 20px;
}
div#home-top section.box-wrapper div.box {
    margin-top: 20px;
}

/* Home Box Styles */
.box {
	display: flex;
	align-items: center;
	background: #ffffff;
	width: calc(41.3333% - 20px);
	padding: 20px;
	margin-top: 20px;
	margin-right: 20px;
	border: #d2d2d2 thin solid;
}
.box img, .box h2 {
	/*float: left;*/
}
.box img {
	margin-right: 20px;
}
.box h2 {
	width: 100%;
}
.right-box {
	width: 17.3333%;
	display: flex;
	align-items: center;
	background: #ffffff;
	float: left;
	margin-top: 20px;
	padding: 15px;
	border: #d2d2d2 thin solid;
}
.pre-footer-wrapper {
  width: 100%;
  max-width: 1240px;
  display: table;
  margin: 20px auto;
  padding: 0 20px;
}
.pre-footer-wrapper .home-quote-left {
  width: calc(50% - 10px);
  height: auto;
  margin-right: 10px;
}
.pre-footer-wrapper .home-quote {
  width: calc(50% - 10px);
  height: auto;
  margin-left: 10px;
}
.testimonial_rotator_wrap {
  margin: 0 !important;
  padding: 8px 0 !important;
}
.testimonial_rotator_quote {
  color: #01608b;
  font-size: 20px;
  font-weight: normal;
  font-family: Georgia, serif;
  line-height: 1.4;
}
.testimonial_rotator.template-default .testimonial_rotator_author_info {
  margin: 10px 0 0 0 !important;
  border: 0 !important;
  padding: 0 !important;
}
.testimonial_rotator.template-default .testimonial_rotator_author_info p {
  position: relative !important;
  font-family: Georgia, serif !important;
  font-size: 15px !important;
  font-style: normal !important;
  margin: 0 !important;
}
.testimonial_rotator.template-default .testimonial_rotator_author_info p:before {
  content: '—';
  margin-right: 5px;
}


/**** INTERNAL PAGE STYLES ****/
body:not(.home) div#c-wrapper {
    padding: 0 20px;
}
div#container {
    width: 66.6666%;
    box-sizing: border-box;
}
div#container #content p, div#container #content ul, div#container #content ol, div.page, #comments {
    width: 100%;
    box-sizing: border-box;
}
div.page * {
    box-sizing: border-box;
}
div.page img {
    max-width: 100%;
}
div#col2 {
    width: 31.3333%;
    box-sizing: border-box;
    margin-left: 2%;
}
div#col2 #join-hub {
    height: auto !important;
    padding: 20px 0 15px !important;
}
div#col2 #join-hub a {
    display: inline-block !important;
    margin-bottom: 0 !important;
}
div#col2 p {
    width: auto !important;
}
div#col2 p.name {
    margin-left: 0 !important;
    width: 100%;
    text-align: right;
}
body #container #content ul:not(.gform_fields) li, body #container #content ol li {
    margin-left: 20px;
    width: auto;
}
#container #content form#mc-embedded-subscribe-form {
    height: 30px;
    width: 250px;
    margin-top: 10px;
    box-sizing: border-box;
    position: relative;
}
#container #content form#mc-embedded-subscribe-form input.email {
    width: 75%;
    position: relative;
    height: 20px;
    border: 1px solid #0078AE;
    border-right: 0;
    box-sizing: border-box;
    position: absolute;
    left: 0;
}
#container #content form#mc-embedded-subscribe-form input#mc-embedded-subscribe {
    width: 25%;
    box-sizing: border-box;
    border: 0;
    height: 20px;
    margin: 0;
    position: relative;
    background: #0078AE;
    color: #FFF;
    position: absolute;
    right: 0;
}
.attachment div#container {
    width: 100%;
    box-sizing: border-box;
}
p.attachment img {
    max-width: 100%;
    height: auto;
    margin-top: 15px;
}
.featured-image img {
    width: 100%;
    height: auto;
}
.blog .type-post, .archive .type-post {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #B6B6B6;
}

/* Contact Form Styles */
.wpcf7-text, .wpcf7-email, .wpcf7-textarea, .wpcf7-captchar {
    padding: 8px 4px;
    font-size: 14px;
    border: 1px solid #B6B6B6;
    width: 100%;
}
.wpcf7-submit, input#submit {
    width: auto !important;
    border: 0;
    padding: 4px 25px;
    font-size: 18px;
    background: #ff781c;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNzgxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmI3MzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ff781c 0%, #ffb732 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff781c), color-stop(100%,#ffb732));
    background: -webkit-linear-gradient(top, #ff781c 0%,#ffb732 100%);
    background: -o-linear-gradient(top, #ff781c 0%,#ffb732 100%);
    background: -ms-linear-gradient(top, #ff781c 0%,#ffb732 100%);
    background: linear-gradient(to bottom, #ff781c 0%,#ffb732 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff781c', endColorstr='#ffb732',GradientType=0 );
    color: #FFF !important;
    border-radius: 15px;
}
form.wpcf7-form p {
    margin-bottom: 0 !important;
}

/* Gravity Forms Styles */
body .gform_wrapper .top_label div.ginput_container {
  margin: 0 !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 2px 8px !important;
  margin: 0 !important;
  line-height: 1.4 !important;
  min-height: 40px;
  border-radius: 4px;
  box-shadow: none !important;
  border: 1px solid #d2d2d2;
}
.gform_wrapper textarea {
  padding: 12px 8px !important;
  line-height: 1.4 !important;
  border-radius: 4px;
  box-shadow: none !important;
  border: 1px solid #d2d2d2;
}
body .gform_wrapper ul li.gfield.bs_textarea {
  margin-top: 24px !important;
}
.gform_wrapper .top_label .gfield_label {
  color: #282929 !important;
  font-size: 16px !important;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container span.ginput_left,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container span.ginput_right,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container span.name_first,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container span.name_last {
  position: relative;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 0 !important;
  color: #282929 !important;
  position: absolute;
  left: 1px;
  bottom: -5px;
  line-height: 1 !important;
}
.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 32px 0 0 0 !important;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  border: 2px solid #0078ae;
  color: #FFF;
  line-height: 34px;
  padding: 0 16px;
  border-radius: 4px;
  background: #0078ae;
  cursor: pointer !important;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input[type=submit]:focus,
.gform_wrapper .gform_page_footer input.button:focus,
.gform_wrapper .gform_page_footer input[type=submit]:focus {
  background: #FFF;
  color: #0078ae;
}
.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0 !important;
}
@media only screen and (min-width: 641px) {
  .gform_wrapper .gform_body {
    width: calc(100% + 16px) !important;
  }
  li.gfield.gfield_error.gf_left_half {
    padding-right: 16px !important;
    max-width: calc(50% + 16px) !important;
  }
}
@media only screen and (max-width: 641px) {
  body .gform_wrapper ul.gform_fields li.gfield {
    margin-top: 24px !important;
  }
  body .gform_wrapper ul.gform_fields > li.gfield:first-child {
    margin-top: 0 !important;
  }
}

/* Action Team Meeting Notes Styles */
.bs-meetings-outer-wrapper {
  /*margin: 0 0 20px 20px;*/
  /*margin: 0 0 20px 0;*/
}
.bs-meetings-inner-wrapper table {
  width: 100%;
  width: calc(100% + 1px);
  /*border: 1px solid #0078AE;*/
}
.bs-meetings-inner-wrapper table thead {
  padding-bottom: 20px;
  background: #0078AE;
}
.bs-meetings-inner-wrapper table thead tr th {
  color: #FFF;
  text-align: left;
  padding: 10px;
}
.bs-meetings-inner-wrapper table tbody tr:nth-of-type(odd) {
  background: #f1f1f1;
}
.bs-meetings-inner-wrapper table tbody tr td {
  padding: 10px;
}
.accordion {
  margin-left: 20px;
  position: relative;
}
.accordion, .accordion * {
  box-sizing: border-box !important;
}
.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
}
.accordion dd {
  font-size: 16px;
  line-height: 24px;
}
.accordionTitle,
.accordion__Heading {
  background-color: #0078AE;
  text-align: left;
  font-size: 24px;
  line-height: 1.5 !important;
  font-weight: 700;
  padding: 5px 16px 5px 32px;
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff !important;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  border-bottom: 1px solid #FFF;
}
.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 32px;
  line-height: 1;
  position: absolute;
  top: 6px;
  left: 8px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #046C9B;
}
.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #4eb100;
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.accordionItem {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 385px;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
.accordionItem.is-expanded {
  border: 1px solid #0078AE;
}
@media screen and (min-width: 768px) {
  .accordionItem {
    max-height: 1100px;
    -webkit-transition: max-height 0.5s;
            transition: max-height 0.5s;
  }
}
.accordionItem.is-collapsed {
  max-height: 0;
}
.no-js .accordionItem.is-collapsed {
  max-height: auto;
}
.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
          animation: accordionIn 0.45s normal ease-in-out both 1;
}
.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
          animation: accordionOut 0.45s alternate ease-in-out both 1;
}
@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}


/**** STAFF PAGE STYLES ****/
.fa-phone, .fa-envelope {
    width: 16px;
    text-align: center;
    margin-right: 4px;
}
.staff-list-wrapper {
    display: inline-block;
    width: 100%;
}
.single-staff-member {
    width: 50%;
    padding: 0 0 0 20px;
    float: left;
    margin: 0 0 20px 0;
}
.ie8 .single-staff-member, .ie9 .single-staff-member {
    width: 309px !important;
}
.staff-list * {
    box-sizing: border-box;
}
.staff-list {
    margin-left: -20px;
}
.single-staff-member h3 {
    font-size: 20px !important;
    margin-top: 5px !important;
    line-height: 22px;
}
.single-staff-member h3 span.smaller-text {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.single-staff-member p {
    margin-bottom: 0 !important;
    font-size: 16px !important;
}
p + ul.staff-sm-links {
    margin-top: 5px !important;
}
ul.staff-sm-links {
    margin-left: 0 !important;
    display: inline-block !important;
}
ul.staff-sm-links li {
    list-style: none !important;
    margin: 0 5px 0 0 !important;
    float: left;
    width: 24px !important;
    height: 24px !important;

}
ul.staff-sm-links li a {
    border-radius: 100%;
    display: block;
    background: #0175AF;
    width: 100%;
    height: 100%;
    color: #FFF !important;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
}


/**** ACTION TEAM STYLES ****/
.action-team-loop-wrapper {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #B6B6B6;
}
.single-action-team {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #B6B6B6;
}
.single-action-team:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}
h2.action-team-title {
    margin-bottom: 10px !important;
}
.action-team-featured-image {
    margin-bottom: 10px;
}
.single-action-team p, .single-action-team li {
    font-size: 16px !important;
    line-height: 1.4 !important;
}
.action-team-featured-image img {
    width: 100%;
    height: auto;
}
.action-team-events-wrapper .list-style-events-wrapper {
    margin-top: -8px !important;
}
.action-team-events-wrapper {
    margin-top: 25px !important;
}
span.no-events {
    margin: 20px 10px;
    display: inline-block;
}
.action-team-documents-wrapper {
    margin-left: -20px;
}
.action-team-documents-wrapper h3 {
    margin-left: 20px;
}
.action-team-documents-wrapper ul li {
    width: 33.3333% !important;
    float: left;
    margin: 0 0 6px 0 !important;
    padding: 0 0 0 38px !important;
    list-style: none !important;
    box-sizing: border-box;
    position: relative;
}
.action-team-documents-wrapper ul li:before {
    content:'\f15b';
    position: absolute;
    font-family: fontawesome;
    left: 20px;
    top: -2px;
    font-size: 15px;
    color: #006FA0;
}
.action-team-documents-wrapper ul {
    width: 100%;
    display: inline-block;
    list-style: none !important;
    margin: 0 !important;
}


/**** EVENTS MANAGER STYLES ****/
#em_widget-2 ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#em_widget-2 ul li a {
    font-size: 15px;
    font-weight: 700;
}
#wpfc-calendar-wrapper .fc-event-title {
    font-size: 9px !important;
    color: #222 !important;
    font-weight: 700;
}
.em-pagination {
    display: block;
    margin-top: 20px;
}
.page-numbers {
    padding: 0 4px;
}
.single-event-listing {
    line-height: 1.4;
}
.single-event-listing h3 {
    margin-bottom: -8px !important;
    font-size: 16px !important;
}
.list-style-events-wrapper p {
    margin: 0 0 8px;
    line-height: 1.2 !important;
}
.list-style-events-wrapper h2:first-child {
    margin-top: 0 !important;
}
.list-style-events-wrapper h2 {
    margin-top: 25px;
}
.list-style-events-wrapper .list-style-events-single-event {
    position: relative;
    padding-left: 55px;
    margin-bottom: 5px;
    display: inline-block;
}
.list-style-events-wrapper .list-style-events-single-event h3 {
    margin-top: 4px !important;
}
.list-style-events-wrapper h2 {
    display: none;
}
.list-style-events-wrapper span.events-location {
    display: block;
}
.list-style-events-wrapper .date-card-wrapper {
    width: 40px;
    height: auto;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #0078AE;
    border-radius: 4px;
    text-align: center;
}
.list-style-events-wrapper .date-card-month {
    background: #0078AE;
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.list-style-events-wrapper .date-card-day {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #282929;
    padding-top: 1px;
    padding-bottom: 3px;
}
.date-card-wrapper, .date-card-day, .date-card-month, .multi-until {
    -webkit-speak: none !important;
    -moz-speak: none !important;
    -o-speak: none !important;
    -ms-speak: none !important;
    speak: none !important;
}
.single-event .post-content p {
    color: #000;
}

/* Front End User Submission Form Styles */
table.events-table {
  border: 1px solid #0175aa;
  display: block;
}
table.events-table thead tr th {
  text-align: left;
  color: #FFF;
  background: #0175aa;
  padding: 10px;
  vertical-align: middle;
  width: 33.3333%;
}
table.events-table thead tr th:nth-child(2),
table.events-table tbody tr td:nth-child(2) {
  display: none;
}
table.events-table tbody tr td {
  line-height: 1.4 !important;
  padding: 10px;
  vertical-align: middle;
  width: 33.3333%;
}
table.events-table tbody tr:nth-child(odd) {
  background: #f1f1f1;
}
form#event-form h3 {
  font-size: 22px !important;
  background: #f1f1f1;
  margin-bottom: 0 !important;
  padding: 10px 10px 0 10px;
}
form#event-form .inside {
  padding: 10px;
  background: #f1f1f1;
}
form#event-form .inside i {
  display: inline !important;
}
form#event-form .inside i + br {
  display: none;
}
form#event-form #event-name {
  width: 100%;
}
form#event-form input[type="text"] {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 10px 0;
  border: 1px solid #d2d2d2;
  padding: 0 5px !important;
  line-height: 34px;
  height: 34px;
}
form#event-form div#em-form-with-recurrence p {
  margin: 0 !important;
}
/*form#event-form span.em-event-text {
  display: inline-block;
  min-width: 15px !important;
}
form#event-form input.em-date-input-loc {
  width: calc(50% - 33px);
  margin-bottom: 20px !important;
}*/
form#event-form .inside table.em-location-data {
  width: calc(50% - 20px);
  margin: -16px 20px 0 0 !important;
}
form#event-form .inside table.em-location-data i {
  margin-bottom: 20px;
  display: none !important;
}
form#event-form .inside table.em-location-data em {
  display: inline-block;
  margin-bottom: 20px;
}
form#event-form #em-location-data table.em-location-data td,
form#event-form #em-location-data table.em-location-data th {
  width: 100%;
  display: block;
  text-align: left;
}
form#event-form #em-location-data table.em-location-data td input {
  width: 100%;
}
form#event-form #em-location-data select {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 10px 0;
  border: 1px solid #d2d2d2;
  padding: 0 5px !important;
  line-height: 34px;
  height: 34px;
}
form#event-form sup {
  font-size: 16px;
  color: red;
}
form#event-form .inside.event-form-details .event-editor {
  width: 100%;
}
form#event-form .inside.event-form-details .event-extra-details {
  width: 100%;
  float: none !important;
  margin-top: 20px !important;
}
form#event-form .inside.event-form-details .event-extra-details select {
  margin-bottom: 0;
  width: 100% !important;
}
form#event-form .event-categories label {
  color: #0078ae;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
form#event-form input.button-primary {
  color: #FFF;
  cursor: pointer !important;
  font-size: 16px;
  margin-bottom: 0;
  border: 2px solid #0078ae;
  border-radius: 5px;
  background: #0078ae;
  min-height: 34px;
  line-height: 34px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
form#event-form input.button-primary:hover,
form#event-form input.button-primary:focus {
  background: #FFF !important;
  color: #0078ae !important;
}
form#event-form div#event-rsvp-box {
  margin: 0 !important;
}
form#event-form div#event-rsvp-box #event-rsvp {
  margin-right: -10px !important;
}
div#container #content p.search-box {
  margin: 10px 0 0 0;
}
div#container #content p.search-box input {
  margin: 0;
  line-height: 34px;
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  #thorax {
    padding: 25px 20px;
    /*border-left: 20px solid #6A7276;
    border-right: 20px solid #6A7276;*/
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px){
  #thorax {
    padding: 25px 20px;
    /*border-left: 20px solid #6A7276;
    border-right: 20px solid #6A7276;*/
  }
  .master-slider {
    flex-direction: column;
  }
  .ms-container {
    width: 100%;
    padding: 0;
  }
  .ms-slide-info.ms-dir-v.ms-align-right {
    width: 100% !important;
    max-width: 700px;
  }
}

@media only screen and (max-width: 980px) and (min-width: 768px) {
	  /*div#header, div#top_nav, div#content-wrapper, div#home-top, div#home-bottom, div#footer {
        width: 748px !important;
    }*/
    #top_nav .nav-menu > li > a {
        font-size: 14px;
    }
    div.col2 {
        width: 35%;
        margin-top: 0;
        margin-right: 0;
        padding-right: 20px;
        box-sizing: border-box;
    }
    div.col1 {
        width: 65%;
    }
    div.col1 img {
        width: 100%;
        height: auto;
    }
    .photoFader-gallery h1 {
        font-size: 25px;
        line-height: 1.1;
        margin: 0 0 4px 0;
    }
    body.home #c-wrapper, body.page-id-802 #c-wrapper {
        background: #6A7276;
    }
    #thorax {
      border-left: 0;
      border-right: 0;
    }
    /*#thorax, .photoFader-gallery, .photoFader-contentcontainer div {
        height: 340px;
    }
    #thorax {
        padding: 15px 20px;
    }*/
    div#ajaxNav {
        top: auto;
        bottom: 0;
    }
    div#home-top .box1, div#home-top .box2 {
        margin-top: 40px;
    }
    li.box {
        width: 49%;
        min-height: 192px;
        margin-right: 0;
        box-sizing: border-box;
        height: auto;
    }
    li.box img {
        width: 125px !important;
        margin-right: 15px !important;
    }
    #home-top ul li.box1 {
        margin-right: 1%;
        min-height: 192px;
        box-sizing: border-box;
    }
    #home-top ul li.box2 {
        margin-left: 1%;
        min-height: 192px;
        box-sizing: border-box;
    }
    #home-top ul li.right-box.box3 {
        margin-right: 1%;
        margin-top: 20px;
        width: 33.3333%;
        min-height: 192px;
        text-align: center;
        box-sizing: border-box;
    }
    #home-top ul li h2, #home-top ul li p {
        float: right;
        width: calc(100% - 140px);
    }
    #home-bottom ul li.box1 {
        margin-left: 1%;
        width: 64.6666%;
        min-height: 192px;
        box-sizing: border-box;
    }
    #home-bottom ul li.box2 {
        margin-right: 1%;
        width: 64.6666%;
        min-height: 192px;
        box-sizing: border-box;
    }
    #home-bottom ul li.right-box.box3 {
        margin-left: 1%;
        width: 33.3333%;
        min-height: 192px;
        text-align: center;
        box-sizing: border-box;
    }
    #home-bottom ul li h2, #home-bottom ul li p {
        float: right;
        width: calc(100% - 140px);
    }
    .home-quote-left {
        width: 49%;
        height: auto;
        background: #FFF;
        border-radius: 12px;
        margin-right: 1%;
        box-sizing: border-box;
    }
    .home-quote {
        position: relative;
        width: 49%;
        min-height: 166px;
        height: auto;
        background: #FFF;
        border-radius: 12px;
        margin-left: 1%;
        box-sizing: border-box;
    }
    .home-quote #quotes {
        width: auto;
        position: relative;
    }
    .home-quote:after {
        top: 100%;
        right: 50px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #FFFFFF;
        border-width: 20px;
        margin-left: -20px;
    }
    .home-quote-left img {
        width: 125px;
        margin-right: 15px;
    }
    /*.home-quote-left h2, .home-quote-left p, .home-quote-left a {
        float: right;
        width: calc(100% - 140px);
    }*/
    #footer-col1, #footer-col2, #footer-col3, #footer-col4 {
        width: 24%;
        margin: 0 1% 0 0 !important;
    }
}

@media only screen and (max-width: 930px) {
  .box {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
    div#header, div#top_nav, div#content-wrapper, div#home-top, div#home-bottom, div#footer {
        width: 100% !important;
    }
    form#searchform {
        width: 213px;
    }
    #s {
        width: 150px;
    }
    ul#menu-secondary-nav li a {
        font-size: 13px;
        padding-left: 10px;
    }
    #home-top ul li.box1, #home-top ul li.box2, #home-top ul li.right-box.box3, #home-bottom ul li.box1, #home-bottom ul li.box2, #home-bottom ul li.right-box.box3 {
        width: 100%;
        box-sizing: border-box;
        height: auto;
        min-height: 0;
    }
    li.box img {
        width: 125px !important;
        height: auto;
        margin-right: 15px !important;
    }
    li.right-box img {
        width: 125px !important;
        height: auto;
    }
    li.right-box {
        text-align: center;
    }
    .home-quote-left {
        width: 100%;
        height: auto;
        background: #FFF;
        border-radius: 12px;
        margin-right: 0;
        box-sizing: border-box;
    }
    .home-quote {
        position: relative;
        width: 100%;
        height: auto;
        background: #FFF;
        border-radius: 12px;
        margin-left: 0;
        box-sizing: border-box;
    }
    .home-quote #quotes {
        width: auto;
        height: auto;
        position: relative;
    }
    .home-quote:after {
        top: 100%;
        right: 50px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #FFFFFF;
        border-width: 20px;
        margin-left: -20px;
    }
    .home-quote-left img {
        width: 125px;
        margin-right: 15px;
    }
    /*.home-quote-left h2, .home-quote-left p, .home-quote-left a {
        float: right;
        width: calc(100% - 140px);
    }*/
    #home-top ul li h2, #home-top ul li p, #home-bottom ul li h2, #home-bottom ul li p {
        float: right;
        width: calc(100% - 140px);
    }
    #footer-wrapper {
        background-color: #64AB28;
        background-position: center bottom;
    }
    #footer {
        height: auto;
    }
    #footer-col1, #footer-col2, #footer-col3, #footer-col4 {
        width: 50%;
        margin: 0 0 30px 0 !important;
    }
    div#footer-col3 {
        clear: left;
    }
}

@media only screen and (max-width: 767px) {
    .nav-menu-toggle {
        display: block;
    }
    .nav-menu {
        display: none;
    }
    .nav-menu-toggle a {
        width: 100% !important;
        border-bottom: 0 !important;
        padding: 0 15px !important;
        height: auto !important;
        line-height: 42px !important;
        border-bottom: 8px solid #DDD !important;
        box-sizing: border-box;
        border-left: 1px solid #DDD;
        border-right: 1px solid #DDD;
        text-align: right !important;
        font-size: 24px !important;
        text-transform: uppercase;
        -webkit-transition: all 250ms ease-out;
        -moz-transition: all 250ms ease-out;
        -o-transition: all 250ms ease-out;
        transition: all 250ms ease-out;
    }
    .nav-menu-toggle a:hover, .nav-menu-toggle a:focus, .nav-menu-toggle a:active {
        background: #0078AE !important;
        color: #FFF !important;
        border-bottom: 8px solid #046C9B !important;
        border-left: 1px solid #046C9B;
        border-right: 1px solid #046C9B;
    }
    .nav-menu-toggle a:after {
        content: '\f0c9';
        font-family: 'fontawesome';
        margin-left: 10px;
    }
    ul.nav-menu li {
        width: 100% !important;
        border-left: 1px solid #DDD;
        border-right: 1px solid #DDD;
    }
    ul.nav-menu li a {
        text-align: left !important;
        padding: 0 10px !important;
        background: #FFF !important;
        box-sizing: border-box;
        border: 0 !important;
        line-height: 49px !important;
    }
    #top_nav .nav-menu > li {
        border: 0 !important;
        background: #FFF !important;
        border-bottom: 1px solid #046C9B !important;
    }
    #top_nav ul.nav-menu {
        visibility: none;
        display: inline-block;
        height: auto;
        border-left: 1px solid #046C9B;
        border-right: 1px solid #046C9B;
        background: #FFF !important;
        z-index: -1;
        position: relative;
        border-bottom: 8px solid #046C9B;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 250ms ease-out;
        -moz-transition: opacity 250ms ease-out;
        -o-transition: opacity 250ms ease-out;
        transition: opacity 250ms ease-out;
    }
    #top_nav ul.nav-menu.active {
        visibility: visible;
        opacity: 1;
        z-index: 9999;
        filter: alpha(opacity=100);
    }
    #top_nav ul li:hover > ul {
        display: inline-block;
        position: relative;
        top: auto;
        height: auto;
        float: none;
        width: 100%;
        left: auto;
        padding-top: 1px;
        border-left: 4px solid #046C9B;
        box-sizing: border-box;
        opacity: 1;
    }
    #top_nav ul > li:hover > a {
        color: #0078AE;
    }
    #top_nav ul ul a {
        padding: 0 20px !important;
        color: #0078AE;
        line-height: 50px !important;
        top: auto !important;
        margin-top: 0 !important;
        border-bottom: #4da1c6 thin solid !important;
    }
    #top_nav ul ul a:hover {
        width: 100%;
        background: #4DA1C6 !important;
    }
    ul.nav-menu ul li {
        border-left: 0;
        border-right: 0;
    }
    #top_nav ul ul li {
        border-bottom: 0 !important;
    }
    ul.sub-menu {
        display: inline-block !important;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 250ms ease-out;
        -moz-transition: opacity 250ms ease-out;
        -o-transition: opacity 250ms ease-out;
        transition: opacity 250ms ease-out;
    }
    ul.sub-menu.active {
        visibility: visible;
        opacity: 1;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        float: none !important;
        padding: 1px 0 0 0 !important;
        border-left: 6px solid #046C9B !important;
        height: auto !important;
        margin-left: -1px !important;
        width: calc(100% + 1px) !important;
    }
    span.toggle-closed {
        width: 40px;
        height: 50px;
        display: block;
        visibility: hidden;
        position: absolute;
        background: #FF0000;
        top: 0;
        right: 0;
        text-align: center;
        opacity: 0;
        cursor: pointer !important;
        -webkit-transition: opacity 250ms ease-out;
        -moz-transition: opacity 250ms ease-out;
        -o-transition: opacity 250ms ease-out;
        transition: opacity 250ms ease-out;
    }
    li.menu-item-has-children.active span.toggle-closed {
        visibility: visible;
        opacity: 1;
    }
    span.toggle-closed:after {
        content: '\f00d ';
        font-family: fontawesome;
        color: #FFF;
        line-height: 50px;
        font-size: 24px;
    }
    div.col2, div.col2 div {
        width: 100%;
        height: auto !important;
        margin-top: 0;
        margin-right: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
    .col1 {
        position: absolute !important;
        top: auto !important;
        bottom: 0;
        width: 100%;
        height: 200px !important;
    }
    div.col1 img {
        width: 100%;
        height: auto;
    }
    .photoFader-gallery h1 {
        font-size: 25px;
        line-height: 1.1;
        margin: 0 0 4px 0;
    }
    body.home #c-wrapper, body.page-id-802 #c-wrapper {
        background: #6A7276;
    }
    .master-slider {
      flex-direction: column;
    }
    .ms-container {
      width: 100%;
      padding: 0;
    }
    .ms-slide-info.ms-dir-v.ms-align-right {
      width: 100% !important;
      max-width: 700px;
    }
    .ms-nav-next, .ms-nav-prev {
      display: none;
    }
    /*#thorax, .photoFader-gallery, .photoFader-contentcontainer div {
        height: 410px;
    }
    #thorax {
        padding: 15px 20px;
    }*/
    div#ajaxNav {
        display: none;
    }
    div#home-top .box1 {
        margin-top: 40px;
    }
    div#home-top .box2, div#home-top .box3 {
        margin-top: 20px;
    }
    .box-wrapper {
      flex-wrap: wrap;
    }
    .box-wrapper .box1 {
      width: calc(50% - 10px);
      margin-right: 10px;
    }
    .box-wrapper .box2 {
      width: calc(50% - 10px);
      margin-right: 0;
      margin-left: 10px;
    }
    .box-wrapper .box3 {
      width: 100%;
      text-align: center;
    }
    .box-wrapper .box3 a {
      display: inline-block;
      width: 100%;
      text-align: center;
    }
    .box-wrapper .box3 a img {
      max-width: 200px;
      display: block;
      margin: 0 auto;
    }
    div#container {
        width: 100%;
        box-sizing: border-box;
    }
    div#col2 {
        width: 100%;
        box-sizing: border-box;
        margin-left: 0;
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px solid #B6B6B6;
    }
    .pre-footer-wrapper .home-quote-left {
        width: 100%;
        margin-right: 0;
    }
    .pre-footer-wrapper .home-quote {
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 480px) {
    /*div#header, div#top_nav, div#content-wrapper, div#home-top, div#home-bottom, div#footer {
        width: 300px !important;
    }*/
    div#header {
      display: block;
    }
    div#header-wrapper {
        height: 180px;
        background: none;
    }
    div#logo {
        width: 100%;
        height: auto;
        float: none;
        margin-top: 20px;
    }
    .grass-graphic {
        display: none;
    }
    div#logo {
        width: 200px;
        margin: 110px auto 0;
        display: block;
    }
    div#header-social {
      width: 100%;
      display: flex;
      justify-content: center;
      top: -45px;
      right: 0;
      margin-right: 0;
      padding: 0 20px;
    }
    div#header-social a {
      margin: 0 5px;
    }
    div#sub-nav {
        float: none;
        position: absolute;
        top: -110px;
        width: 100%;
        right: 0;
    }
    form#searchform {
        top: 136px;
        width: calc(100% - 40px);
        right: 20px;
    }
    div#wrapper div#CollapsiblePanel1 {
        right: 50%;
        margin-right: -122px;
        margin-bottom: 10px;
    }
    ul#menu-secondary-nav {
        text-align: center;
    }
    /*#thorax, .photoFader-gallery, .photoFader-contentcontainer div {
        height: 400px;
    }*/
    .col1 {
        position: absolute !important;
        top: auto !important;
        bottom: 0 !important;
        width: 100% !important;
        height: auto !important;
    }
    #home-top ul li.box1, #home-top ul li.box2, #home-top ul li.right-box.box3, #home-bottom ul li.box1, #home-bottom ul li.box2, #home-bottom ul li.right-box.box3 {
        width: 100%;
        box-sizing: border-box;
        height: auto;
        min-height: 0;
    }
    .box-wrapper .box1 {
      width: 100%;
      margin-right: 0;
    }
    .box-wrapper .box2 {
      width: 100%;
      margin-right: 0;
      margin-left: 0;
    }
    .box-wrapper .box1 img, .box-wrapper .box2 img {
      margin-right: 0;
      width: 100%;
      max-width: 200px;
    }
    .home-quote-left {
        width: 100%;
        height: auto;
        background: #FFF;
        border-radius: 12px;
        margin-right: 0;
        box-sizing: border-box;
    }
    .home-quote {
        position: relative;
        width: 100%;
        height: auto;
        background: #FFF;
        border-radius: 12px;
        margin-left: 0;
        box-sizing: border-box;
    }
    .home-quote #quotes {
        width: auto;
        height: auto;
        position: relative;
    }
    .home-quote:after {
        top: 100%;
        right: 50px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #FFFFFF;
        border-width: 20px;
        margin-left: -20px;
    }
    .home-quote-left img {
        width: 110px;
        margin-right: 15px;
    }
    /*.home-quote-left h2, .home-quote-left p, .home-quote-left a {
        float: right;
        width: calc(100% - 125px);
    }*/
    .home-quote-left h2 {
        line-height: 1;
    }
    #home-top ul li h2, #home-top ul li p, #home-bottom ul li h2, #home-bottom ul li p {
        float: none;
        width: 100%;
        text-align: center;
    }
    .single-staff-member {
        width: 100%;
        padding: 0;
        float: none;
        margin: 0 0 30px 0;
    }
    .staff-list {
        margin-left: 0;
    }
    #footer-wrapper {
        background-color: #64AB28;
        background-position: center bottom;
    }
    #footer {
        height: auto;
    }
    #footer-col1, #footer-col2, #footer-col3, #footer-col4 {
        width: 100%;
        margin: 0 0 30px 0 !important;
    }
}


/* Photo Gallery Styles */
.album-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -24px;
}
.single-album-thumbnail {
  width: 50%;
  height: auto;
  margin-bottom: 40px;
  padding-left: 24px;
}
.single-gallery-link .thumbnail-container {
  background: #FFF;
}
.single-gallery-link .thumbnail-container img {
  border: 1px solid #DDD;
  border-radius: 3px;
  display: block;
  height: auto;
  margin-bottom: 10px;
  padding: 8px;
  width: 100%;
  transition: all .25s ease-out;
}
.single-gallery-link:hover .thumbnail-container img,
.single-gallery-link:focus .thumbnail-container img{
  padding: 0;
  border: 1px solid #FFF;
  /*border-radius: 0;*/
}
.single-album-thumbnail .gallery-title {
  text-align: center;
  font-size: 20px;
  padding: 0 10px;
}

@media only screen and (min-width: 481px) {
  .single-album-thumbnail:last-of-type,
  .single-album-thumbnail:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .single-album-thumbnail {
    margin-bottom: 40px;
    width: 100% !important;
  }
  .single-album-thumbnail:last-of-type {
    margin-bottom: 0;
  }
}

/* Single Gallery Page Styles */
.bs-full-photo-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style: none !important;
  margin: 0 0 0 -20px !important;
  width: calc(100% + 20px) !important;
}
.bs-full-photo-gallery li {
  list-style: none !important;
  margin: 0 0 10px 0 !important;
  padding: 0 0 0 20px !important;
  width: 25% !important;
}
.bs-full-photo-gallery li a {
  display: inline-block;
}
.bs-full-photo-gallery li img {
  display: inline-block !important;;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .bs-full-photo-gallery li {
    width: 33.3333% !important;
  }
}
@media only screen and (max-width: 480px) {
  .bs-full-photo-gallery li {
    width: 50% !important;
  }
}
@media only screen and (max-width: 360px) {
  .bs-full-photo-gallery li {
    width: 100% !important;
  }
}
