@font-face {
  font-family: 'ohr-icon';
  src: url('../fonts/icons/font/fontello.eot?v=1.2');
  src: url('../fonts/icons/font/fontello.eot#iefix') format('embedded-opentype'),
  url('../fonts/icons/font/fontello.woff2?v=1.2') format('woff2'),
  url('../fonts/icons/font/fontello.woff?v=1.2') format('woff'),
  url('../fonts/icons/font/fontello.ttf?v=1.2') format('truetype'),
  url('../fonts/icons/font/fontello.svg?v=1.2') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* BEGIN Icon Box Styling */
.block.block-layout-builder.block-inline-blockicon-content-box {
background-color: #f9f7f6;
padding: 30px 15px 10px 15px;
border-radius: 17px;
text-align: center;
margin: 0 auto 20px;
max-width: 373px;
}
.block.block-layout-builder.block-inline-blockicon-content-box h3 {
    color: #900021;
    font-size: 1.2em;
    font-weight: 600;
}
.block.block-layout-builder.block-inline-blockicon-content-box .btn.bg-maroon {
margin: 0 auto;
}
.block.block-layout-builder.block-inline-blockicon-content-box .btn.btn-outline {
margin: 0 auto;
}
/* END Icon Box Styling */
/* BEGIN Section Styling */
.block.block-layout-builder.block-inline-blocksection {
    width: 100%;
    background-color: #ffb71e;
    margin: 10px 0 50px;
    padding: 30px;
    text-align: center;
}
/* END Section Styling */
/* BEGIN Standard Blog Styling */
/* Blog Styling - Blog Image */
.views-field.views-field-field-blog-image a {
    border-bottom: none !important;
    background-color: none !important;
}
.views-field.views-field-field-blog-image a:focus {
    border-bottom: none !important;
    background-color: none !important;
}
.views-field.views-field-field-blog-image a:visited {
    border-bottom: none !important;
    background-color: none !important;
}
.views-field.views-field-field-blog-image a:hover {
    border-bottom: none !important;
    background-color: none !important;
}
.views-field.views-field-field-blog-image a:active {
    border-bottom: none !important;
    background-color: none !important;
}
/* Blog Styling - Blog List Title */
.blog-item-headline a {
    font-size: 2em;
    font-weight: 600;
}
.blog-image-thumbnail {
    margin: 0 20px;
}
/* Blog Styling - Detail Page */
/* Blog Styling - Detail Page Title */
.block.block-ctools-block.block-entity-fieldnodetitle {
    font-size: 2em;
    color: #333;
    font-weight: 600;
}
/* Blog Styling - Detail Page Dateline */
.blog-item-dateline {
    text-align: left;	
	color: #666;
    font-size:80%;
	font-weight:600;
	font-family: "Open Sans", sans-serif !important;
	line-height: 1.2em;
  	margin: 10px 0;
	font-style:italic;
}
.block.block-ctools-block.block-entity-fieldnodecreated {
    text-align: left;	
	color: #666;
    font-size:80%;
	font-weight:600;
	font-family: "Open Sans", sans-serif !important;
	line-height: 1.2em;
  	margin: 10px 0;
	font-style:italic;
}
.views-field.views-field-view-node .field-content.btn.bg-maroon.btn.btn-small a {
    text-decoration: none;
    border-bottom: none;
    color: #fff !important;
}
.views-field.views-field-view-node .field-content.btn.bg-maroon.btn.btn-small a:active {
    text-decoration: none;
    border-bottom: none;
    color: #fff !important;
}
.views-field.views-field-view-node .field-content.btn.bg-maroon.btn.btn-small a:focus {
    text-decoration: none;
    border-bottom: none;
    background-color: #900021 !important;
    color: #fff !important;
}
.views-field.views-field-view-node .field-content.btn.bg-maroon.btn.btn-small a:hover {
    text-decoration: none;
    border-bottom: none;
    background-color: #900021 !important;
    color: #fff !important;
}
.views-field.views-field-view-node .field-content.btn.bg-maroon.btn.btn-small a:visited {
    text-decoration: none;
    border-bottom: none;
    background-color: #900021 !important;
    color: #fff !important;
}
/* BEGIN Full Blog List View Styling*/
.blog-container-box {
	background: #E6E6E6;
min-height: 200px;
	border-radius: 0 0 12px 12px;
	margin-bottom: 20px;
}
.blog-label-wrapper {
    font-weight: 600;
	font-size:120%;
	font-family: "Open Sans", sans-serif !important;
	line-height: 1.2em;
    margin: 0 auto 15px;
	background-color: #ffde7a;
	width: 100%;
	padding: 5px;
	position: relative;
	border-radius: 0;
}
.blog-icon {
	color: #333;
	display: inline;
	padding: 0 5px;
}
.blog-label {
	color: #333;
	display: inline-block;
}
.blog-dateline {
	text-align: left;	
	color: #666;
    font-size:80%;
	font-weight:600;
	font-family: "Open Sans", sans-serif !important;
	line-height: 1.2em;
	font-style:italic; 
}
.blog-detail-dateline {
	text-align: left;	
	color: #666;
    font-size:80%;
	font-weight:600;
	font-family: "Open Sans", sans-serif !important;
	line-height: 1.2em;
  	margin: 5px 0 0;
	font-style:italic;
}
.blog-abstract p {
	text-align: left;
    text-decoration: none;	
	color: #333;
    font-size:.9em;
	font-weight:500;
	font-family: "Open Sans", sans-serif !important;
	line-height: 1.25em !important;
  	margin: 5px 15px 15px;
	padding-bottom:20px;
}
.blog-readmore {
	text-align:right;
	text-decoration: none !important;	
	color: #7a0019;
    font-size:80%;
	font-weight:600;
	font-family: "Open Sans", sans-serif !important;
	line-height: 1.2em;
	position: relative;
	padding: 0 15px 15px;
	float: right;
}
/*Full Blog List View Styling*/
.full-blog-container-box {
	background: #f9f7f6;
	border-radius: 0 0 12px 12px;
	margin-bottom: 20px;
	padding: 0 0 15px;
}
.full-blog-label-wrapper {
    font-weight: 600;
	font-size:120%;
	font-family: "Open Sans", sans-serif !important;
	line-height: 1.2em;
    margin: 0 auto 20px;
	background-color:#ffde7a;
	width: 100%;
	padding: 5px;
	position: relative;
	border-radius: 0;
}
.full-blog-pic {
	text-align: center !important;
	padding: 0 15px 5px !important;
	width: 100% !important;
}
.full-blog-headline {
    text-decoration: none;
	text-align: left;
	color: #7a0019;
    font-weight: 600;
	font-size:1.2em;
	font-family: "Open Sans", sans-serif !important;
	line-height: 1.5em;
	margin: 0px 15px;
}
.full-blog-dateline {
	text-align: left;	
	color: #666;
    font-size:80%;
	font-weight:600;
	font-family: "Open Sans", sans-serif !important;
	line-height: 1.2em;
  	margin: 5px 15px 0;
	font-style:italic; 
}
.full-blog-abstract {
	text-align: left;
    text-decoration: none;	
	color: #333;
    font-size:.9em;
	font-weight:500;
	font-family: "Open Sans", sans-serif !important;
	line-height: 1.25em !important;
  	margin: 5px 15px;
	/*padding-bottom:15px;*/
}
/* END Standard Blog Styling */
/* BEGIN Team Directory Styling */
/* Team Directory List Page Styling */
.team-member-pic {
    width: 200px;
    text-decoration: none;
    float:left;
    margin: 0 30px 0 0;
}
.team-member-pic a {
    text-decoration: none;
    border-bottom: none;
}
.team-member-pic a:active {
    text-decoration: none;
    border-bottom: none;
}
.team-member-pic a:visited {
    text-decoration: none;
    border-bottom: none;
}
.team-member-pic a:focus {
    text-decoration: none;
    border-bottom: none;
}
.team-member-pic a:hover {
    text-decoration: none;
    border-bottom: none;
    background-color: none !important;
}
.team-directory-listing {
    min-height: 210px;
}
/* Team Directory Detail Page Styling */
.field-content.team-member-name {
    padding-top: 20px;
    font-weight: 600;
    font-size: 1.2em;
}
.field.field--name-field-team-member-pic.field--type-image.field--label-hidden.field__item {
    text-align:center !important;
}
/* Team Directory Phone View Styling */
.views-field.views-field-field-team-member-office-phone {
    font-weight: 600;
}
.views-field.views-field-field-team-member-mobile-phone {
    font-weight: 600;
}
.views-field.views-field-field-team-member-email {
    font-weight: 600;
}
/* END Team Directory Styling */
/* BEGIN- Media Queries */
  @media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { /* STYLES GO HERE */
	/* General Page STYLES GO HERE */
    .folwell-footer > div,
    .inner-footer-container {
      flex-direction: column;
    }
.block.block-ctools-block.block-entity-fieldnodetitle {
    line-height: 1.2em;
}
.views-field.views-field-title a {
    margin: 0;
    }
/*Blog Item Dateline*/
.field.field--name-created.field--type-created.field--label-hidden {
    }
.field-content.blog-detail-page-dateline {
    margin-left: 10px;
    margin-right: 10px;
    }
.field-content.blog-dateline {
    }
.views-field.views-field-field-blog-abstract {
    margin: 0;
    line-height: 1.2em;
    }
.field-content.btn.bg-maroon.btn-small {
    margin: 0 20px 30px;
    }
/*Mobile Styling - Blog*/
/*Mobile Styling - Blog Item*/
.blog-item-headline {
    font-size: .8em;
    }
/*Mobile Styling - Blog List*/
.full-blog-abstract {
	text-align: left;
    text-decoration: none;	
	color: #333;
    /*font-size:.9em;*/
	font-weight:500;
	font-family: "Open Sans", sans-serif !important;
	line-height: 1.25em !important;
	/*padding-bottom:15px;*/
}
/*Mobile Styling - Team Members*/
.team-member-pic {
    width: 200px;
    text-decoration: none;
    float:none;
    margin: 0 auto;
}
.field-content.team-member-name {
    padding-top: 0;
    font-weight: 600;
    font-size: 1.2em;
    text-align: center;
}
.views-field.views-field-field-team-member-job-title {
    text-align: center;  
    }
.views-field.views-field-field-team-member-department {
    text-align: center;
    }
.views-field.views-field-field-team-member-office-phone {
    text-align: center;
    }
.views-field.views-field-field-team-member-mobile-phone {
    text-align: center;
    }
.views-field.views-field-field-team-member-email {
    text-align: center;
    }
.team-directory-listing {
    margin-bottom: 30px;
}
/*Block display*/
    .block.block-ctools-block.block-entity-fieldnodetitle {
        margin: 0 0;
    }
  /* STYLES GO HERE */}
/* END - Media Queries */

/* Event page styles */
.page-node-type-event .page-title {
  padding-bottom: 15px;
  border-bottom: 3px solid #f3e0a4;
  color: #7a0019;
}

.event-page,
.page-node-type-event .block-page-title-block,
.page-node-type-event .block-local-tasks-block {
  max-width: 900px;
  margin: 0 auto;
}

.event-page .field--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #7a0019;
  margin-bottom: 5px;
}
.event-page .field--inline .field__label {
  margin-right: 6px;
}
@media all and (min-width: 640px) {
  .event-page .field--inline .field__label {
    width: 110px;
  }
}
.event-page .field--inline .field__item {
  color: #333333;
}


.event-page .paragraph--type--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.event-page .paragraph--type--contact .field {
  margin-right: 15px;
}
.event-page .paragraph--type--contact .field:last-child {
  margin-right: 0;
}
.event-page .field--name-field-date-time .field_note {
  font-style: italic;
}

.event-page .event-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

@media all and (min-width: 800px) {
  .event-page .event-buttons .field--name-field-add-to-calendar,
  .event-page .event-buttons .field--name-field-location {
    margin-left: 20px;
  }
}
.event-page .event-buttons .field--name-field-location a {
  display: block;
  padding: 8px 20px;
  background-color: #fff;
  border: 1px solid #7a0019;
  color: #7a0019;
  text-align: center;
  text-decoration: none;
}
.event-page .event-buttons .field--name-field-location .simple-gmap-link {
  margin: 0;
}
.event-page .event-buttons .field--name-field-location a:focus,
.event-page .event-buttons .field--name-field-location a:hover {
  background-color: rgba(51, 51, 51, 0.15);
}
.event-page .event-buttons .field--name-field-add-to-calendar .atcb-link:after,
.event-page .event-buttons .field--name-field-location a:before {
  font-family: 'ohr-icon';
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.event-page .event-buttons .field--name-field-add-to-calendar .atcb-link:after {
  content: '\e800';
  margin-left: 15px;
}
.event-page .event-buttons .field--name-field-location a:before {
  content: '\e801';
  margin-right: 15px;
}
@media all and (max-width: 414px) {
  .event-page .event-buttons .field--name-field-add-to-calendar .atcb-link:after,
  .event-page .event-buttons .field--name-field-location a:before {
    font-size: 18px;
  }
  .event-page .event-buttons .field--name-field-add-to-calendar .atcb-link:after {
    margin-left: 10px;
  }
  .event-page .event-buttons .field--name-field-location a:before {
    margin-right: 10px;
  }
}

.event-page .event-buttons .field--name-field-add-to-calendar .addtocalendar .atcb-list {
  overflow: visible;
  visibility: visible;
  display: none;
}
.event-page .event-buttons .field--name-field-add-to-calendar .addtocalendar:hover .atcb-list {
  display: block;
}
.event-page .event-buttons .field--name-field-add-to-calendar .atcb-link {
  display: block;
  padding: 8px 20px;
  background-color: #fff;
  border: 1px solid #7a0019;
  color: #7a0019;
  text-align: center;
  text-decoration: none;
}
.event-page .event-buttons .field--name-field-add-to-calendar .atcb-link:hover,
.event-page .event-buttons .field--name-field-add-to-calendar .atcb-link:focus {
  background-color: rgba(51, 51, 51, 0.15);
}
.event-page .event-buttons .field--name-field-add-to-calendar .atcb-list {
  border: 1px solid #7a0019;
  padding: 0;
  margin: 0;
}
.event-page .event-buttons .field--name-field-add-to-calendar .atcb-list .atcb-item {
  padding: 0;
}
.event-page .event-buttons .field--name-field-add-to-calendar .atcb-list .atcb-item-link {
  border-bottom: 1px solid #7a0019;
  color: #900021;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 16px;
}
.event-page .event-buttons .field--name-field-add-to-calendar .atcb-item:last-child .atcb-item-link {
  border-bottom: none;
}
.event-page .event-buttons .field--name-field-add-to-calendar .atcb-list .atcb-item-link:hover,
.event-page .event-buttons .field--name-field-add-to-calendar .atcb-list .atcb-item-link:focus {
  background-color: rgba(51, 51, 51, 0.15);
}

.event-page .event-buttons .addtoany_list {
  margin-left: auto;
}

.event-page .field--name-field-link a,
.event-item .event-links .attend a {
  display: block;
  padding: 8px 50px;
  background: #7a0019;
  border: 1px solid #7a0019;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.event-page .field--name-field-link a:hover,
.event-page .field--name-field-link a:focus,
.event-item .event-links .attend a:hover,
.event-item .event-links .attend a:focus {
  background-color: #900021;
}
@media all and (max-width: 800px) {
  .event-page .field--name-field-link,
  .event-page .field--name-field-location {
    width: 50%;
    margin-bottom: 20px;
  }
  .event-page .field--name-field-link {
    padding-right: 10px;
  }
  .event-page .field--name-field-location {
    padding-left: 10px;
  }
  .event-page .field--name-field-add-to-calendar {
    width: 50%;
    padding-right: 10px;
  }
  .event-page .event-buttons .field--name-field-add-to-calendar .atcb-link,
  .event-page .event-buttons .field--name-field-location a {
    padding: 8px 2px;
  }
  .event-page .field--name-field-add-to-calendar .addtocalendar {
    width: 100%;
  }
  .event-page .event-buttons .addtoany_list {
    margin: 0 auto;
  }
  .event-page .event-buttons .addtoany_list .a2a_svg {
    width: 30px !important;
    line-height: 30px !important;
    height: 30px !important;
    background-size: 30px !important;
  }
}

.event-page .event-body {
  padding-bottom: 25px;
  border-bottom: 3px solid #f3e0a4;
}
.event-body .field--name-body .field__label {
  color: #7a0019;
  margin-bottom: 5px;
}

.event-page .back-to-calendar {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.event-page .back-to-calendar .back-link-wrapper {
  flex: 0 1 100%;
}
.event-page .back-to-calendar .event-categories {
  margin-top: 20px;
  flex: 0 1 100%;
  justify-content: center;
}

@media (min-width: 680px) {
  .event-page .back-to-calendar .back-link-wrapper {
    flex: 0 1 270px;
  }
  .event-page .back-to-calendar .event-categories {
    margin-top: 0px;
    flex: 0 1 calc(100% - 270px);
    justify-content: flex-end;
  }
}

.event-page .back-to-calendar i,
.event-page .back-to-calendar svg {
  margin-right: 4px;
}

.event-page .back-to-calendar .event-categories div{
  display: inline-block;
}

.event-page .back-to-calendar .event-categories {
  display: flex;
  align-items: center;
}

.event-page .back-to-calendar a.back-link,
.event-item .event-links .read-more a {
  display: block;
  padding: 8px 30px;
  background-color: #fff;
  border: 1px solid #7a0019;
  color: #7a0019;
  text-align: center;
}
@media (min-width: 680px) {
  .event-page .back-to-calendar a.back-link,
  .event-item .event-links .read-more a {
    padding: 8px 15px;
  }
  .event-page .field--name-field-link a,
  .event-item .event-links .attend a {
    padding: 8px 30px;
  }
}
@media (min-width: 960px) {
  .event-page .back-to-calendar a.back-link,
  .event-item .event-links .read-more a {
    padding: 8px 30px;
  }
  .event-page .field--name-field-link a,
  .event-item .event-links .attend a {
    padding: 8px 50px;
  }
}

.event-page .back-to-calendar a.back-link:hover,
.event-page .back-to-calendar a.back-link:focus,
.event-item .event-links .read-more a:hover,
.event-item .event-links .read-more a:focus {
  background-color: rgba(51, 51, 51, 0.15);
}


/* Events View */
.view-events,
.view-upcoming-events {
  max-width: 900px;
  margin: 0 auto;
}
.view-events .view-header,
.view-upcoming-events .block-page-title-block {
  border-bottom: 3px solid #f3e0a4;
  margin-bottom: 1rem;
}

.view-events h1,
.view-upcoming-events .block-page-title-block .page-title {
  color: #7a0019;
  margin-bottom: 10px;
}
.view-events .event-item,
.view-upcoming-events .event-item {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 3px solid #f3e0a4;
}

.view-events .views-exposed-form {
  margin: 0 0 2rem 0;
  padding: .25rem 1rem .5rem 1rem;
  background-color: #eee;
}

.view-events .views-exposed-form .form--inline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.view-events .views-exposed-form .form-item-keywords,
.view-events .views-exposed-form .form-item-categories,
.view-events .views-exposed-form .form-actions {
  display: inline-block;
  float: none;
  vertical-align: bottom;
}

.view-events .views-exposed-form .form-item-keywords {
  flex: 0 1 100%;
  margin-right: 0;
}
.view-events .views-exposed-form .form-item-categories {
  flex: 0 1 100%;
  margin-right: 0;
}
.view-events .views-exposed-form .form-actions {
  flex: 0 1 50%;
}

.view-events .views-exposed-form [type='text'] {
  border-radius: 0;
}
.view-events .views-exposed-form input.form-text,
.view-events .views-exposed-form select.form-select {
  height: 60px;
  margin: 0;
  width: 100%;
}
.view-events .views-exposed-form input.form-submit {
  height: 60px;
  line-height: 0;
  margin: 0;
  width: 100%;
}
.view-events .views-exposed-form label {
  font-size:14px;
  text-transform: uppercase;
}

@media (min-width: 480px) {
  .view-events .views-exposed-form .form-item-keywords {
    flex: 0 1 100%;
  }
  .view-events .views-exposed-form .form-item-categories {
    flex: 0 1 60%;
    margin-right: 0.5em;
  }
  .view-events .views-exposed-form .form-actions {
    flex: 0 1 38%;
  }
}

@media (min-width: 680px) {
  .view-events .views-exposed-form .form-item-keywords {
    flex: 0 1 50%;
    margin-right: 0.5em;
  }
  .view-events .views-exposed-form .form-item-categories {
    flex: 0 1 30%;
  }
  .view-events .views-exposed-form .form-actions {
    flex: 0 1 17%;
  }
}

.event-item .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.event-item .col-20 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event-item .col-80 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event-item .col-100 {
  width: 100%;
}
@media all and (max-width: 679px) {
  .event-item .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .event-item .col-20,
  .event-item .col-80 {
    width: 100%;
  }
}

.event-item .event-date {
  background: #ffd65c;
  text-align: center;
  font-weight: 600;
  padding: 8px;
  width: 110px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}
.event-item .event-date .event-month {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
}
.event-item .event-date .event-day {
  font-size: 31px;
  font-weight: 500;
  line-height: 33px;
  margin: 5px 0;
}
.event-item .event-date .event-year {
  font-size: 18px;
  line-height: 18px;
}
@media all and (max-width: 679px) {
  .event-item .event-date {
    width: 100%;
  }
}

.event-item .event-body {
  margin-left: 40px;
}
.event-item .event-body .event-title a {
  font-size: 23px;
  color: #7a0019;
  text-decoration: underline;
  border-bottom: none;
}
.event-item .event-body .event-title a:hover,
.event-item .event-body .event-title a:focus {
  color: #900021;
  background: transparent;
}
.event-item .event-body .event-time,
.event-item .event-body .event-place {
  font-size: 20px;
  line-height: 20px;
  margin-top: 8px;
}

.event-links .categories,
.event-links .attend,
.event-links .read-more {

}

.col-rowlinks {
  display: flex;
  margin-top: 20px;
}

.col-categories {
  flex: 0 1 100%;
  display: flex;
  align-items: center;
}
.col-links {
  flex: 0 1 100%;
}

@media all and (min-width: 680px) {
  .col-categories {
    flex: 0 1 50%;
  }
  .col-links {
    flex: 0 1 50%;
  }
}

@media all and (min-width: 960px) {
  .col-space {
    flex: 0 1 150px;
  }
  .col-categories {
    flex: 0 1 calc(50% - 75px);
  }
  .col-links {
    flex: 0 1 calc(50% - 75px);
  }
}
.event-item .categories .taxonomy-term,
.event-item .categories .taxonomy-term div {
  display: inline;
}

@media all and (max-width: 679px) {
  .event-item .event-body {
    margin-left: 0;
    margin-top: 20px;
  }
  .event-item .event-body .event-title a {
    font-size: 21px;
  }
  .event-item .event-body .event-time,
  .event-item .event-body .event-place {
    font-size: 18px;
    line-height: 18px;
  }
}

.event-item .event-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event-item .event-links .attend {
  margin-left: auto;
  margin-right: 20px;
}
.event-item .event-links .attend a,
.event-item .event-links .read-more a {
  max-width: 200px;
}
@media all and (max-width: 679px) {
  .event-item .event-links {
    margin-top: 30px;
  }
  .event-item .event-links .attend,
  .event-item .event-links .read-more {
    width: 100%;
  }
}

/* Search View */
.view-search {
  max-width: 900px;
  margin: 0 auto;
}
.view-search .view-footer {
  text-align: right;
}
.view-search .views-exposed-form {
  margin: 0;
}
.view-search .views-exposed-form .form-item-search {
  width: 100%;
}
.view-search .views-exposed-form .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.view-search .views-exposed-form .form-submit {
  margin: 0;
  padding: 9px 20px;
}

.view-search .block-page-title-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #f3e0a4;
}
.view-search .block-page-title-block h1 {
  color: #900021;
  margin: 0;
}
.view-search .block-page-title-block .view-header {
  margin-left: auto;
}
.view-search .views-row .view-row-wrap {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media all and (min-width: 540px) {
  .view-search .views-row .view-row-wrap {
    flex-wrap: nowrap;
  }
  .view-search .views-field-field-blog-image {
    max-width: 220px;
    width: 100%;
  }
  .view-search .views-field-field-text {
    width: calc(100% - 220px);
    padding-right: 15px;
  }
  .view-search .views-field-full-width {
    width: 100%;
  }
}

.view-search .views-field-field-text .field-title {
  margin-top: 0;
}

.view-search .pager .pager__items {
  border-top: none;
  background: #f2f2f2;
  padding: 1.5em 0.5em 0.5em 0.5em
}
.view-search .pager .pager__items .is-active a {
  background: #900021;
  color: #fff;
}

/* Upcoming events */
.block-views-blockupcoming-events-block-1 {
  background: #e0e0e0;
  border-radius: 0 0 12px 12px;
  margin-bottom: 20px;
  padding: 15px;
}
.block-views-blockupcoming-events-block-1 h2 {
  font-size: 1em;
  color: #ffde7a;
  background: #555555;
  margin: -15px -15px 15px -15px;
  padding: 15px;
}
.block-views-blockupcoming-events-block-1 .view .views-row {
  position: relative;
  margin-bottom: 15px;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
}
.block-views-blockupcoming-events-block-1 .view .views-row:before {
  content: '';
  background: #ffde7a;
  width: 60px;
  height: 10px;
  position: absolute;
  left: calc(50% - 30px);
  top: -5px;
}
.block-views-blockupcoming-events-block-1 .view .views-field-field-date-time-value {
  text-transform: uppercase;
  font-weight: 600;
}
.block-views-blockupcoming-events-block-1 .view .views-field-title a {
  text-decoration: none;
  text-align: left;
  color: #7a0019;
  font-weight: 600;
  font-size: 1.05em;
  font-family: "Open Sans", sans-serif !important;
  line-height: normal;
  border-bottom: 1px solid #900021;
}
.block-views-blockupcoming-events-block-1 .view .views-field-field-date-time {
  font-size: 80%;
  margin-top: 8px;
}
.block-views-blockupcoming-events-block-1 .view .view-footer {
  margin-top: 15px;
}
.block-views-blockupcoming-events-block-1 .view .view-footer .btn {
  width: 100%;
  text-align: center;
  margin: 0;
}
