@charset "UTF-8";
.icon {
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}

.icon-left {
  background-position: left center;
}

.icon-twitter-white {
  background-image: url("../images/trans_twitter.png");
  background-size: 2rem;
}

.icon-twitter-black {
  background-image: url("../images/black_twitter.png");
}

.featured-image {
  width: 100%;
  height: 32rem;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 2rem 0;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

#wpgmza_map {
  margin-bottom: 3rem;
}

.panel .accordion-toggle {
  width: 100%;
  display: block;
}
.panel .accordion-toggle:after {
  position: relative;
  top: 0.7rem;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "+";
  float: right;
  color: #d1d1d1;
  transform: rotate(45deg);
}
.panel .accordion-toggle.collapsed:after {
  transform: rotate(0deg);
}

.embedwrapper iframe {
  width: 100%;
}

.rtw_follow.follow-button {
  margin-top: 2rem;
}

.panel-default {
  border: none;
  background: white;
}
.panel-default .panel-heading {
  background: #0071ba;
  color: white;
}
.panel-default .panel-heading .panel-title a {
  color: white;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.panel-default .panel-heading .panel-title a:hover {
  color: #afafaf;
}
.panel-default .panel-heading .panel-title a span {
  padding: 0.6rem;
}

.header-social {
  position: absolute;
  right: 2.8rem;
  top: 0.3rem;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .header-social {
    display: none;
  }
}
.header-social .search-bar {
  position: absolute;
  right: 18rem;
  top: 0.1rem;
  width: 19rem;
}

.header-wrapper {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  z-index: 9999;
  height: 10rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-wrapper #search-reveal-button {
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .header-wrapper {
    height: 5rem;
  }
  .header-wrapper .navbar-default {
    margin-top: 0;
  }
  .header-wrapper .logo {
    height: 4rem;
    margin: 0.6rem 0 0 3rem;
  }
  .header-wrapper .header-social {
    top: -3.7rem;
  }
}

.header-wrapper.shrink {
  height: 5rem;
}
.header-wrapper.shrink .navbar-default {
  margin-top: 0;
}
.header-wrapper.shrink .logo {
  height: 4rem;
  margin: 0.6rem 0 0 3rem;
}
.header-wrapper.shrink .header-social {
  top: -3.7rem;
}

.header-spacer {
  height: 10rem;
}
@media (max-width: 767px) {
  .header-spacer {
    height: 5rem;
  }
}

.logo {
  background-image: url(../images/senscot-logo.png);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  image-rendering: -webkit-optimize-contrast;
  height: 6rem;
  display: block;
  margin: 2rem 0 0 3rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.navbar-default {
  background: white;
  border: none;
  margin-top: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  -webkit-transition: margin 0.3s ease-in-out;
  -moz-transition: margin 0.3s ease-in-out;
  -ms-transition: margin 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}
.navbar-default li {
  margin-bottom: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #0071ba;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #0071ba;
}

.dropdown-menu {
  text-transform: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.partners {
  position: relative;
  width: 100%;
  padding: 1em 1em 0.5em 1em;
  margin-top: 0;
  border: 0;
  background: #fff;
}

.footer {
  background-color: #353535;
  color: white;
  font-family: "Open Sans", sans-serif;
  margin-top: 3rem;
  font-size: 1.5rem;
}
.footer .container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.footer a {
  text-decoration: none;
  color: white;
  border-bottom: 1px solid #525252;
}
.footer h2 {
  font-size: 1.7rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.5rem;
  margin: 0;
}
.footer h2 a {
  text-decoration: none;
  border: none;
}
.footer .footer-divider {
  width: 100%;
  display: block;
  min-height: 24rem;
  padding: 1rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.03);
  margin: 3rem 0;
}
@media (max-width: 767px) {
  .footer .footer-divider {
    background: none;
    padding: 1rem 0;
  }
}
.footer .newsletter-bar {
  margin-left: 1.5rem;
}

.post-wrapper {
  background-color: #fff;
  padding: 3rem;
  margin-bottom: 3rem;
  min-height: 20rem;
  position: relative;
}
@media (max-width: 767px) {
  .post-wrapper {
    min-height: 0;
  }
}
.post-wrapper .post-details {
  margin: 3rem 0 3rem 0;
  font-size: 1.3rem;
  background: #eaeaea;
  padding: 1rem;
  color: #7b7575;
}
.post-wrapper .post-details .author.date {
  display: inline-block;
  font-weight: bold;
}
.post-wrapper .post-details .post-wrapper-cat {
  display: inline-block;
  margin-left: 2rem;
  text-align: right;
  float: right;
}
.post-wrapper .post-details .post-wrapper-cat .post-wrapper-cat-single {
  margin: 0 0.3rem;
  display: inline-block;
  background: #0071ba !important;
  color: white !important;
  border-radius: 2rem;
  padding: 0.1rem 1rem;
  font-weight: bold;
  font-size: 1.1rem;
  font-weight: bold;
}
.post-wrapper .post-details .post-wrapper-cat .post-wrapper-cat-single.research-article {
  background: white;
  color: black;
}
.post-wrapper .post-details .post-wrapper-cat .post-wrapper-cat-single.bulletin-article {
  background: maroon;
  color: #fff;
}
.post-wrapper .post-details .post-wrapper-cat .post-wrapper-cat-single.social-enterprise {
  background: #3da55c;
  color: white;
}
.post-wrapper .post-details .post-wrapper-cat .post-wrapper-cat-single.senscot {
  background: #0071ba;
  color: white;
}
.post-wrapper h2 {
  font-size: 2.5rem;
  margin: 0;
  padding: 0;
  border: none;
}
@media (max-width: 767px) {
  .post-wrapper .excerpt {
    display: none;
  }
}

.article-search-wrapper, .profile-search-wrapper, .events-search-wrapper {
  margin-bottom: 2rem;
}
.article-search-wrapper .input-group, .article-search-wrapper .form-group, .profile-search-wrapper .input-group, .profile-search-wrapper .form-group, .events-search-wrapper .input-group, .events-search-wrapper .form-group {
  width: 100%;
}
.article-search-wrapper .input-group input:not(.btn), .article-search-wrapper .form-group input:not(.btn), .profile-search-wrapper .input-group input:not(.btn), .profile-search-wrapper .form-group input:not(.btn), .events-search-wrapper .input-group input:not(.btn), .events-search-wrapper .form-group input:not(.btn) {
  padding: 2rem;
}
.article-search-wrapper .input-group .btn, .article-search-wrapper .form-group .btn, .profile-search-wrapper .input-group .btn, .profile-search-wrapper .form-group .btn, .events-search-wrapper .input-group .btn, .events-search-wrapper .form-group .btn {
  margin-top: 2rem;
}
.article-search-wrapper .dates, .profile-search-wrapper .dates, .events-search-wrapper .dates {
  margin: 1rem 0;
}
.article-search-wrapper .dates .input-group:nth-child(2), .profile-search-wrapper .dates .input-group:nth-child(2), .events-search-wrapper .dates .input-group:nth-child(2) {
  float: right;
}
.article-search-wrapper .dates .input-group small, .profile-search-wrapper .dates .input-group small, .events-search-wrapper .dates .input-group small {
  margin-top: 4.5rem;
  display: block;
}
.article-search-wrapper .checkbox-wrapper p, .profile-search-wrapper .checkbox-wrapper p, .events-search-wrapper .checkbox-wrapper p {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  font-weight: 700;
}
.article-search-wrapper .widget, .profile-search-wrapper .widget, .events-search-wrapper .widget {
  margin-bottom: 3rem;
  padding: 2rem;
  background-color: #eaeaea;
}
.article-search-wrapper .widget h2, .profile-search-wrapper .widget h2, .events-search-wrapper .widget h2 {
  margin-top: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d1d1d1;
}
.article-search-wrapper .widget .checkbox-wrapper, .profile-search-wrapper .widget .checkbox-wrapper, .events-search-wrapper .widget .checkbox-wrapper {
  margin-top: 1rem;
}

.form-group.block {
  display: block;
}

.children-wrapper {
  margin-left: 2rem;
}

.collapsed-archives ul {
  padding-left: 0;
}

/*
 * Profile colours
 */
.profile-wrapper {
  background: #eaeaea;
  padding: 3rem;
  margin-bottom: 3rem;
  position: relative;
}
.profile-wrapper h2 {
  font-size: 2.4rem;
  margin: 0 0 1.3rem 0;
  padding: 0;
}
.profile-wrapper .sen-contact-details {
  margin-bottom: 0.5rem;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  padding: 1rem 0;
}
.profile-wrapper .sen-contact-details div {
  float: left;
  margin-right: 2rem;
  font-size: 1.5rem;
  color: #0071ba;
}
.profile-wrapper .excerpt {
  clear: both;
}
.profile-wrapper .sen-list {
  margin-top: 5rem;
  border-top: 1px solid #d1d1d1;
  padding: 1rem 0 0 0;
}
.profile-wrapper .sen-list .post-wrapper-cat-single {
  background-color: #0071ba;
  color: white;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.profile-wrapper .view-profile a {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  font-size: 1.2rem;
}

.profile-wrapper .page-title-header,
.profile-wrapper .page-title-header .screen {
  height: 20rem;
  min-height: 20rem;
}

.profile-wrapper .page-title-header .screen {
  opacity: 0.2 !important;
  background-color: #000;
  transition: 1s all;
}
.profile-wrapper .page-title-header:hover .screen {
  opacity: 0.8 !important;
}
.profile-wrapper .page-title-header h2 {
  font-size: 2.5rem;
  border: none;
}

.case-study h2 {
  border: none;
}

.profile_details {
  margin-top: 5rem;
  background: #eaeaea;
  font-size: 1.5rem;
}
.profile_details thead {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.profile_details th, .profile_details tr {
  padding: 1rem 1.5rem !important;
}

.single-map {
  height: 50rem;
  width: 100%;
}

.time {
  font-style: italic;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

body.page-id-4 .footer {
  margin-top: 0;
}

.special {
  color: #0071ba;
  padding: 0 0 1rem 0;
  font-size: 4rem;
  margin-top: 0;
  line-height: 5rem;
  text-align: left;
}

.welcome-wrapper {
  padding: 5rem 5rem 0 5rem;
  background-color: #eaeaea;
  margin-top: 3rem;
  text-align: left;
  background: none;
  min-height: 1rem;
}
@media (max-width: 767px) {
  .welcome-wrapper {
    padding: 2rem;
  }
}

.welcome-image {
  width: 100%;
}

.cta-wrapper {
  margin: 2.5rem 0 0 0;
}

.feeds-wrapper {
  margin: 3rem 0;
  width: 100%;
  background: #0071ba;
  color: #000;
  font-size: 1.5rem;
  background: #eaeaea;
  padding: 6rem 0 3rem 0;
  box-shadow: none;
  margin-bottom: 6rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .feeds-wrapper {
    background: none;
    padding: 0;
    margin: 0 0 3rem 0;
  }
}
.feeds-wrapper .btn-outline {
  margin-top: -1rem;
}
.feeds-wrapper h3 {
  font-size: 2rem;
  float: left;
  background: #0071ba;
  color: #fff;
  padding: 1.5rem;
  display: block;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .feeds-wrapper h3 {
    background: none;
    color: black;
    font-size: 2.4rem;
    padding: 0;
  }
}
.feeds-wrapper h3:after {
  position: absolute;
  top: 2.3rem;
  right: 2rem;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 1.5rem;
  color: #61b5ea;
}
.feeds-wrapper a {
  margin-top: 2.1rem;
  color: #0071ba;
}
.feeds-wrapper a:hover {
  color: #0062a1;
}
.feeds-wrapper a h4 {
  margin-bottom: 5px;
  color: #0071ba;
}

.feeds-wrapper-feed {
  padding: 0.01rem 2rem 2rem 2rem;
  box-shadow: 4px 6px 9px 0 rgba(0, 0, 0, 0.09);
  margin-bottom: 3rem;
  background: #f6f6f6;
  border-radius: 0;
  color: #000;
  min-height: 0;
}
@media (max-width: 767px) {
  .feeds-wrapper-feed {
    padding: 0.01rem 0.5rem 2rem 0.5rem;
    box-shadow: none;
    background: none;
  }
}

.feeds-wrapper-feed.featured {
  margin-bottom: 3rem;
  color: #fff;
  background: #0071ba;
}

.feeds-wrapper-feed.featured h3 {
  color: gold;
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.feeds-wrapper-feed.featured h3:after {
  content: "";
  padding: 0;
}

.feeds-wrapper-feed.featured img {
  border-top: 1px solid #88afc7;
  margin-top: 1rem;
  padding-top: 1rem;
  height: 15rem;
  width: 100%;
}

.feeds-wrapper-feed.featured .btn {
  margin-top: 2rem;
}

.feed-item {
  clear: both;
  border-top: 1px solid #88afc7;
  padding-bottom: 2rem;
  padding-top: 1rem;
  min-height: 18rem;
}
@media (max-width: 767px) {
  .feed-item {
    min-height: 0;
  }
}
.feed-item h4 {
  min-height: 4rem;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.feed-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .feed-item:last-of-type {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .feed-item:last-child {
    border-bottom: 1px solid #333;
    padding-bottom: 3rem;
    margin-bottom: 4rem;
  }
}
.timestamp {
  display: none;
}

.timestamp span {
  font-style: italic;
  font-size: 1.3rem;
  font-weight: bolder;
  color: #064269;
  display: block;
  margin-bottom: 5px;
}

.front-page-events {
  background: none;
  padding: 0 0 1rem 0;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .front-page-events {
    margin-bottom: 0;
  }
}
.front-page-events .front-page-event-wrap a {
  color: inherit;
}
.front-page-events h2 {
  margin-top: 0;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 1rem;
  font-size: 2rem;
}
.front-page-events h2, .front-page-events .cats h2 {
  font-size: 2.5rem;
}
.front-page-events h2.icon-twitter-black {
  border: none;
  padding-bottom: 0;
}
.front-page-events .twitter-scroll-wrapper {
  height: 47rem;
  overflow-x: hidden;
  overflow-y: scroll;
}
.front-page-events .twitter-scroll-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.22);
  background-color: #f3f3f3;
}
.front-page-events .twitter-scroll-wrapper::-webkit-scrollbar {
  width: 10px;
  background-color: #f3f3f3;
}
.front-page-events .twitter-scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
}
.front-page-events .twitter-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #005287;
}
.front-page-events .btn {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .front-page-events .btn {
    display: none;
  }
}

.cats {
  background: none;
  padding: 0 15px 2rem 15px;
  box-shadow: none;
  margin-top: 5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cats {
    margin-top: 0;
  }
}

.front-page-events.new-feature .btn-default, .header-button {
  margin: 0;
  position: absolute;
  right: 4rem;
  top: 0.5rem;
}

.new-feature {
  background: #eaeaea;
  padding: 5rem 0 3rem 0;
  margin-bottom: 0;
}
.new-feature h2 {
  margin-bottom: 5rem;
}
.new-feature h3 {
  margin-top: 0;
}
.new-feature img {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .new-feature {
    padding-top: 0;
    background: none;
  }
}

.front-page-twitter-feed {
  padding: 3rem;
}

.front-page-single-event {
  padding: 0;
  padding-bottom: 1rem;
}

.home-cat {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  clear: both;
  margin: 0.5rem;
}
.home-cat a {
  display: block;
}
.home-cat a:hover {
  text-decoration: none;
}
.home-cat h3 {
  z-index: 10;
  margin: 0 0 1rem 0;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .home-cat h3 {
    margin-bottom: 0.5rem;
    color: white;
  }
}
.home-cat p {
  font-size: 1.5rem;
}
.home-cat .overlay {
  background: #303030;
  background: rgba(48, 48, 48, 0.8);
  margin: 0;
  position: absolute;
  left: 0;
  padding: 1rem 2rem;
  color: #fff;
  width: 100%;
  z-index: 1;
  bottom: -6rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 10.1rem;
}
@media (max-width: 767px) {
  .home-cat .overlay {
    position: initial;
    background-color: #0071ba;
    max-width: 80%;
    margin: 0 auto;
    border-radius: 5px;
    height: auto;
  }
}
.home-cat .overlay:hover, .home-cat :hover .overlay {
  bottom: 0;
}
.home-cat.hover-on .overlay {
  bottom: 0;
}
.home-cat .background {
  width: 100%;
  height: 22rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.4s ease-in-out;
  filter: brightness(75%);
}
@media (max-width: 767px) {
  .home-cat .background {
    display: none;
  }
}
.home-cat a:hover .background,
.home-cat a:focus .background {
  transform: scale(1.1);
  filter: brightness(100%);
}
.home-cat .background:after {
  content: " ";
  display: block;
  /*background-color: rgba(0, 0, 0, 0.3);*/
  width: 100%;
  height: 100%;
}

img.staff-member-photo {
  max-width: 100%;
  margin-bottom: 1rem;
}

.single_job_listing .company img {
  max-width: 8em;
  width: auto;
  height: auto;
  float: left;
  position: relative;
  margin: 0 2rem 2rem 0;
  left: 0;
}

.social-links a {
  margin-right: 1rem;
}

.job_filters {
  background-color: #eaeaea;
}
.job_filters .search_jobs {
  padding: 2rem;
}

.job-filter-wrapper {
  background: #eaeaea;
  margin-bottom: 2rem;
}
.job-filter-wrapper input {
  padding: 2rem;
}

.job_filters .search_jobs div label {
  display: block;
}

.job-filter-wrapper h2 {
  padding: 2rem 0 1rem 0;
  margin: 0 2rem;
  border-bottom: 1px solid #d1d1d1;
}

.job_filters .search_jobs div.filter_first, .job_filters .search_jobs div.search_keywords {
  width: 100%;
  float: none;
  padding: 0 0 0.5rem 0;
}

.job_filters .search_jobs div.filter_last, .job_filters .search_jobs div.search_location {
  width: 100%;
  float: none;
  padding: 0.5rem 0;
}

.eventorganiser-event-meta {
  font-size: 1.5rem;
}

.eo-event-date {
  font-weight: bold;
  margin-bottom: 1rem;
}

.events-nav-newer {
  float: right;
}

.events-nav-older {
  float: left;
}

.eo-event-venue {
  margin-bottom: 1rem;
}

.events-wrapper {
  margin-top: 2rem;
  display: block;
  overflow: auto;
}

.eo-fullcalendar {
  margin: 0 1.5rem;
}

.single-event h2 {
  margin-top: 0;
}

.googlemap {
  overflow: hidden;
}

.eventorganiser-event-meta {
  margin-top: 2rem;
}
.eventorganiser-event-meta .eo-event-meta {
  margin: 0 !important;
}
.eventorganiser-event-meta .eo-event-meta h4 {
  margin-top: 0;
}

/*
 * eventg calendar
 */
.events.content {
  padding: 2.5rem 1rem;
  background-color: #eaeaea;
  margin: 0 1.5rem;
}
.events.content h2:not([aria-live=polite]) {
  margin: 0 auto 1rem 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d1d1d1;
}
.events.content .eo-fullcalendar .fc-toolbar .fc-left {
  padding-top: 0.6rem;
}
.events.content .eo-fullcalendar .fc-view > table > thead {
  background-color: #0071ba !important;
  color: white;
}
.events.content .eo-fullcalendar tbody tr td.fc-day-number {
  padding: 0.5rem !important;
}

.eo-fullcalendar-loading {
  top: 0;
  left: 3rem;
  padding: 2rem;
}

.eo-fes-form .eo-fes-form-element-section-hr {
  border: none;
}
.eo-fes-form .eo-fes-form-element-type-section {
  margin-top: 8rem;
}
.eo-fes-form .eo-fes-form-element {
  margin: 5rem auto;
}
.eo-fes-form .eo-fes-form-element-sublabel,
.eo-fes-form .eo-fes-form-element-name-subfield-label,
.eo-fes-form .eo-event-form-add-new-tag label {
  margin: 2rem 0 0;
  font-size: 1.3rem;
  color: #828282;
}
.eo-fes-form .event-date label {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: normal;
  margin-right: 5px;
}
.eo-fes-form .reocurrence_row {
  background: #efefef;
  padding: 2rem;
}
.eo-fes-form .eo-event-form-taxonomy {
  background: none;
  padding: 2rem;
  border: none;
}
.eo-fes-form li {
  margin-bottom: 1rem !important;
}
.eo-fes-form li label {
  font-weight: normal;
}

.description {
  padding: 1rem 0 2rem;
  border-bottom: 1px solid #d1d1d1;
}

.term-inner-wrapper {
  padding: 0 0 4rem;
  margin: 0;
}
.term-inner-wrapper a .network-image {
  width: 100%;
  height: 22rem;
}
.term-inner-wrapper a h2 {
  margin: 0;
  padding: 1rem 0;
}
.term-inner-wrapper p {
  margin: 0;
}

.network-design {
  background-image: url(../images/networks.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 25rem;
  width: 100%;
}

.side-title {
  text-align: center;
  text-transform: uppercase;
}

.network-panel-group #collapse-members ul.sen-member-list, .network-panel-group #collapse-roundtable-members ul.sen-member-list {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 2;
}
.network-panel-group #collapse-members ul.sen-member-list li, .network-panel-group #collapse-roundtable-members ul.sen-member-list li {
  margin: 0;
  padding: 0.5rem 0;
}

.sen-map-wrap form {
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
.sen-map-wrap #map {
  width: 100%;
  height: 700px;
}

.network-manager {
  overflow: auto;
  margin-top: 3rem;
}
.network-manager h2 {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  color: #757575;
}
.network-manager img {
  width: 100px;
  height: auto;
  margin: 0 2rem 0 0;
  float: left;
}
.network-manager em {
  padding-top: 0.5rem;
  display: inline-block;
}

.sprite-social {
  background-image: url("../images/social_media_sprite.png");
  background-repeat: no-repeat;
  width: 3.2rem;
  height: 3.3rem;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sprite-social.facebook {
  background-position: 0 0;
}
.sprite-social.twitter {
  background-position: -3.5rem 0;
}
.sprite-social.instagram {
  background-position: -7rem 0;
}
.sprite-social.google {
  background-position: -10.5rem 0;
}
.sprite-social.rss {
  background-position: -14rem 0;
}
.sprite-social.mag {
  background-position: -17.5rem 0;
}
.sprite-social .social-drop {
  position: absolute;
  display: none;
  top: 3.3rem;
  padding-top: 1rem;
}
.sprite-social .social-drop .inner {
  background: #eaeaea;
  padding: 1rem;
  border-radius: 0.3rem;
  box-shadow: 1px 1px 1px black;
}
.sprite-social .social-drop .inner img {
  margin-bottom: 1rem;
}
.sprite-social .social-drop .inner .form-control {
  min-width: 15rem;
}
.sprite-social .social-drop .inner:before {
  border-bottom: 11px solid #eaeaea;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0.6rem;
  top: 0.3rem;
}

.widget {
  background: #eaeaea;
  padding: 1rem 3rem 3rem;
  margin-bottom: 3rem;
}
.widget h2 {
  font-size: 2.5rem;
  border-bottom: none;
  margin-bottom: 1rem;
}
.widget .input-group {
  margin-bottom: 2rem;
}
.widget .side-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget .side-menu li {
  border-top: 1px solid #d1d1d1;
  margin-bottom: 0;
}
.widget .side-menu li a {
  padding: 1rem;
  width: 100%;
  display: block;
}
.widget .side-menu li a:hover, .widget .side-menu li a:hover .glyphicon {
  background: #d1d1d1;
  text-decoration: none;
  color: #0071ba;
}
.widget .side-menu li.active {
  background: #d1d1d1;
  color: #0071ba;
}
.widget .side-menu li .glyphicon {
  float: right;
  padding: 0.5rem;
  color: #000;
}

.collapsed-archives {
  height: 13.8rem;
  overflow-y: scroll;
}
.collapsed-archives::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.collapsed-archives::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
.collapsed-archives::-webkit-scrollbar-thumb {
  background-color: #0071ba;
}
.collapsed-archives li {
  background: #dddddd;
  margin-bottom: 0.3rem;
  padding: 0.8rem;
  border-radius: 0.4rem;
}
.collapsed-archives li ul {
  list-style: none;
}
.collapsed-archives li li {
  padding: 0.4rem;
}
.collapsed-archives ul ul {
  margin-left: 1em !important;
}

.profiles-box {
  background-image: url(../images/profiles.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 38rem;
  border: 1px solid #b7b7b7;
}
.profiles-box .screen {
  height: 36rem;
  text-align: center;
}
.profiles-box h2 {
  font-size: 2.6rem;
  background: #673AB7;
  padding: 1rem;
  display: inline-block;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.55);
}
.profiles-box p {
  position: absolute;
  bottom: -1rem;
  background: #64a146;
  display: inline-block;
  left: 0;
  color: white;
  font-weight: bold;
  padding: 1rem 0;
}
.profiles-box a {
  color: #673AB7;
}

/*.widget_calendar {float: left; margin: 2em 0 3em 0}*/
#wp-calendar {
  width: 100%;
  background: #d1d1d1;
  margin-top: 1rem;
}

#wp-calendar caption:before {
  content: "Events in ";
}

#wp-calendar caption {
  display: none;
  text-align: center;
  color: #333;
  font-size: 1.2em;
  margin: 0;
}

#wp-calendar thead {
  font-size: 10px;
  background: #0071ba;
  color: #fff;
}

#wp-calendar thead th {
  padding: 1em 0 1rem 2rem;
  font-size: 1.3rem;
  cursor: default;
}

#wp-calendar tbody {
  color: #000;
}

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 0.6rem 1rem;
  cursor: default;
}

#wp-calendar tbody td.today {
  background: #e0e0e0;
  border: 1px solid #fff;
  color: #000;
  text-align: center;
}

#wp-calendar tbody td:hover {
  background: #ccc;
}

#wp-calendar tbody td.today:hover {
  background: #ccc;
}

#wp-calendar tbody td a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}

#wp-calendar tbody td.event {
  padding: 0;
  background-color: #ffceda;
  color: #000;
  font-weight: bold;
}

#wp-calendar tfoot {
  display: none;
}

#wp-calendar tbody .pad {
  background: #f1f1f1;
}

#wp-calendar tfoot #eo-widget-next-month, #wp-calendar tfoot #eo-widget-prev-month {
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  background-color: #e0e0e0;
  padding: 0.5em 0;
}

#wp-calendar tfoot a {
  display: block;
  width: 100%;
  height: 100%;
}

.front-page-single-event {
  border-top: 1px solid #d6d6d6;
  margin-bottom: 0.5em;
  padding: 1em 0;
  font-size: 1.4rem;
}
.front-page-single-event h3 {
  font-size: 1.5rem;
  margin: 0;
}
.front-page-single-event .event-time {
  font-style: italic;
  color: #919191;
}
.front-page-single-event .desc {
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .front-page-single-event .desc {
    display: none;
  }
}

.front-page-single-event:first-of-type {
  border: none;
  margin-bottom: 10rem;
}

.event-date-icon {
  width: 5em;
  background: darkgray;
  padding: 0.5rem;
  display: block;
  text-align: center;
  line-height: 2em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  color: #000;
}
.event-date-icon .name {
  background: #eaeaea;
}

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

.home-title {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 0;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 1.7rem;
  line-height: 1.628571;
  background-color: #fff5f5;
  background-image: url("https://www.transparenttextures.com/patterns/back-pattern.png");
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  line-height: 2.8rem;
  margin-bottom: 2rem;
}

h2 {
  margin-bottom: 2rem;
  border: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}

h3 {
  color: #9e9e9e;
}

h4 {
  color: #d1d1d1;
}

ul li {
  margin-bottom: 1rem;
}

.page-title-header {
  width: 100%;
  height: 40vh;
  min-height: 35rem;
  max-height: 50rem;
  text-align: center;
  margin-bottom: 3rem;
  color: #fff;
  position: relative;
  text-shadow: 1px 1px 10px #000;
  background: #0071ba;
}
.page-title-header .screen {
  width: 100%;
  height: 40vh;
  min-height: 35rem;
  max-height: 50rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-title-header .text {
  width: 100%;
  position: absolute;
  top: 35%;
  left: 0;
  z-index: 2;
}
.page-title-header .subtext {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}
.page-title-header .subtext h2 {
  font-weight: normal;
  font-size: 2rem;
  max-width: 70rem;
  margin: 0 auto;
  border: none;
}

.btn {
  border-radius: 0;
  margin-bottom: 1rem;
}

.btn-primary {
  background: #0071ba;
  border-color: #0062a1;
  color: #fefefe;
}

.btn-primary:hover {
  background: #0071ba;
  border-color: #005287;
  color: #eaeaea;
}

.btn-default {
  background: #d1d1d1;
  border-color: #c4c4c4;
  color: black;
}

.btn-default:hover {
  background: #0062a1;
  border-color: #005287;
  color: #eaeaea;
}

.btn-outline {
  background-color: transparent;
  color: inherit;
  transition: all 0.5s;
}

.btn-primary.btn-outline {
  color: #428bca;
}

.btn-success.btn-outline {
  color: #5cb85c;
}

.btn-info.btn-outline {
  color: #5bc0de;
}

.btn-warning.btn-outline {
  color: #f0ad4e;
}

.btn-danger.btn-outline {
  color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}

.breadcrumb {
  padding: 1.5rem 1rem;
  margin: -3rem 0 0 0;
  background-color: transparent;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /*
   * Removes the spinboxes on input[type=number] and input[type=date]
   */
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.pdf-link {
  display: block;
  padding: 1.2rem 1rem 1.2rem 5rem;
  background: url(../images/pdf.png) 1rem center no-repeat #eaeaea;
  margin-bottom: 0.3rem;
}

.parent-select-option {
  background: #eaeaea;
}

.mos-image {
  background-size: contain;
  height: 10rem;
  width: 100%;
  max-width: 90%;
  background-repeat: no-repeat;
  background-position: left;
  margin-right: 2rem;
}

.bull-list {
  max-height: 50rem;
  background: #eaeaea;
  overflow-y: scroll;
  columns: 2;
  padding: 3rem;
  margin-bottom: 6rem;
}

.yotu-videos.yotu-mode-list .yotu-video-thumb-wrp {
  margin-bottom: 5rem;
}

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
  font-size: 1.5rem !important;
}

.footer .legal {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #9a9a9a;
}

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