<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
:root {
  --header-height: 206px;
}

body {
  font-size: 20px;
  background-image: none;
  font-family: "DM Sans", sans-serif !important;
}
.tribe-events-pg-template {
  position: relative;
  z-index: 10000;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__button {
  background-color: #ffc800;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__button button {
  color: var(--tec-color-accent-primary)!important;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__button:hover button {
  color: white!important;
}
.tribe-events-meta-group {
  padding: var(--tec-spacer-7) 0 var(--tec-spacer-3);
  width: 200px !important;
}

.tribe-events-l-container {
  padding-top: 2em !important;
}
.tribe-events-top-bar-datepicker-button {
  color: inherit !important;
}

.tribe-events .tribe-events-header {
  align-items: normal;
}

.tribe-events-header__top-bar,
.tribe-events-c-view-selector__button {
  background: #005ab8 !important;
}

.tribe-events .tribe-events-c-top-bar__nav-list-item {
  padding-left: 15px;
}

.tribe-events-header button {
  color: white !important;
  text-shadow: none;
}
.tribe-events-header .tribe-events-c-view-selector__button-icon svg path,
.tribe-events-header .tribe-events-c-top-bar__datepicker-button-icon-svg path,
.tribe-events-header .tribe-common-c-btn-icon__icon-svg path {
  fill: white !important;
}

.tribe-events .tribe-events-c-view-selector {
  width: auto;
}

#renewalflash {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 140000;
}
#renewalflash &gt; div {
  border: 3px solid #fff;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#renewalflash input {
  margin: 0;
}
#u3aProfilePreview input[type="button"] {
  margin: 0 5px 5px !important;
}

#memberloginpop {
  position: fixed;
  inset: 0 0 0 0;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
}
.loginpopinner {
  background-color: #fff;
  padding: 20px;
  max-width: 600px;
  min-height: 100px;
  border-radius: 15px;
  position: relative;
}
.loginpopinner p {
  padding-right: 40px;
}
#closememberpop {
  position: absolute;
  color: #666;
  right: 10px;
  top: 10px;
}
#closememberpop span {
  font-size: 30px !important;
  width: 30px;
  height: 30px;
}
.wp-block-latest-posts li p a {
  font-size: 1em !important;
  text-decoration: underline !important;
  font-weight: normal !important;
}
.wp-block-latest-posts li p a:hover {
  text-decoration: none !important;
}
li p {
  line-height: 150% !important;
}
.wp-block-latest-posts__post-date {
  display: none;
}
.entry-content .alignwide {
  margin-left: -80px;
  margin-right: -80px;
}
.entry-content .alignfull {
  margin-left: calc(-49vw + 50%);
  margin-right: calc(-49vw + 50%);
  max-width: 100vw;
}
.alignfull img {
  width: 100vw;
}
.tdd-band {
  padding-top: 30px;
  padding-bottom: 30px;
}
.email {
  font-size: 14px;
}

form#u3aProfile &gt; div {
  padding: 20px;
  text-align: left;
}
strong {
  color: inherit;
}
a {
  color: inherit;
}
p.fancybutton a {
  display: inline-block;
}
.wp-block-button {
  margin-bottom: 20px!important;
}
.wp-block-button__link {
  padding: 10px 20px;
}
.edit-link,
#nav-below {
  display: none;
}
.strapline {
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  line-height: 1em;
  text-align: center;
}
.strapline div {
  max-width: 70%;
}

.widget_recent_entries .post-date {
  display: block;
  font-size: 0.8em;
  color: #999;
}
.wp-block-latest-posts li p a {
  line-height: 1.2;
}

a[x-apple-data-detectors="true"] {
  color: inherit !important;
  text-decoration: inherit !important;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  height: auto;
}
select {
  padding: 8px 10px;
  width: 100%;
  font-size: 1em;
  height: 2.5em;
  margin: 0;
}
.center {
  text-align: center !important;
}
.searchrow {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.searchrow #s {
  width: 50%;
}

.tdd-flexrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.tdd-flexrow p:last-child {
  text-align: right;
}

.rRed {
  background-color: #e02f36;
  color: #fff;
}
.rOrange {
  background-color: #e6b817;
  color: #fff;
}
.rGreen {
  background-color: #1daf35;
  color: #fff;
}

.tdd-bulk {
  margin-bottom: 2em;
}
.tdd-bulk div {
  line-height: 2em;
  padding: 0 5px;
}

/* --------------------------------------- member styles ------------------------------ */

.u3aforgetBtn,
.u3aforgetCancel {
  cursor: pointer;
  padding: 10px 10px;
  border: 2px solid #fff;
  color: #fff !important;
  text-decoration: none;
  font-weight: 500;
  border-radius: 50px;
  margin-right: 3px;
  transition: all 0.3s;
  font-size: 16px;
  line-height: 120%;
  background: #005ab8;
  display: inline-block;
}

.u3amemberform {
}
.u3aformhidden {
  display: none;
}
.u3amemberform label,
.u3amemberform input[type="text"],
.u3amemberform input[type="password"],
.u3amemberform input[type="email"],
.u3amemberform select {
  width: 100%;
  display: block;
}
.u3amemberform input[type="text"],
.u3amemberform input[type="password"],
.u3amemberform input[type="email"],
.u3amemberform select {
  padding: 8px 10px;
}
.u3amemberform input[type="submit"],
.popup-btn {
  margin-top: 20px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: bold !important;
}
.the-notice {
  width: 100%;
  box-sizing: border-box;
}
.popup-btn {
  line-height: 120%;
  font-size: 16px !important;
}
.u3amemberform p {
  margin: 0;
}
.u3amemberform label {
  margin-top: 10px;
  font-size: 0.9rem;
}

dd.tribe-organizer-email {
  word-break: keep-all !important;
}

.tdd-nav #u3alogout {
  position: absolute;
  top: 0;
  right: 0;
}
.tdd-nav #u3alogout input[type="submit"] {
  padding: 7px 10px 6px !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 10px;
  margin-right: 3px;
  transition: all 0.3s;
  font-size: 15px !important;
  font-weight: bold !important;
  line-height: 120%;
  background: #005ab8 !important;
  background-image: none !important;
}
.tdd-nav #u3alogout input[type="submit"]:hover {
  background: #ffc700 !important;
  color: #333 !important;
  border-color: #333;
}

.memberhide {
  display: none;
}
.membershow {
  display: block;
}
.loginerror {
  background-color: #b40c0f;
  color: #fff;
  margin-top: 10px;
  padding: 1em 0.5em;
  border-radius: 0.25em;
}
.loginerror .dashicons-info {
  font-size: 2em !important;
  width: 1em !important;
  line-height: inherit !important;
}
.memNo {
  position: absolute;
  top: 0;
  right: 27px;
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;
}
.memNoNo {
  position: absolute;
  top: 16px;
  right: 27px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
}
.memNo:before,
.memNoNo:before {
  content: "Membership #";
  font-size: 14px;
  display: block;
  opacity: 0.5;
  text-align: center;
}
.memFeedback {
  background: #f00;
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff;
  position: absolute;
  right: 27px;
  top: 153px;
  z-index: 1000;
}
.inputError {
  background: #fffbc4 !important;
  border: 1px solid #f00 !important;
}
.ilb {
  display: inline-block;
  width: auto !important;
}
.tdd-formrow {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.tdd-bigcheck {
  width: 30px;
  height: 30px;
  position: relative;
  top: 5px;
}
.martop {
  margin-top: 10px;
}
.tdd-row:after {
	content: '';
	display: table;
	clear: both;
}
.one-half {
	width: 49%;
	float: left;
}
.tdd-half {
	width: 49%;
	float: left;
}
.tdd-right {
	float: right;
}
.tdd-form input, .tdd-form select, .tdd-form textarea {
	width: 100%;
	min-height: 40px;
	padding: 4px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 2px solid #d3d754;
	border-radius: 5px;
}
.tdd-form .wpcf7-checkbox input[type=checkbox] {
	width: 30px;
	border: 2px solid #d3d754;
	border-radius: 5px;
}
.tdd-form .wpcf7-checkbox .wpcf7-list-item-label {
	position: relative;
	top: -17px;
	margin-left: 10px;
	display: inline-block;
}
.tdd-form .wpcf7-checkbox span.wpcf7-list-item {
	margin: 0;
}
.tdd-form input[type=submit] {
	background: #d3d754;
	color: #fff;
	border: none;
	border-radius: 5px;
}
/* --------------------------------------- Pop Up Window styles ------------------------------ */

.outerPopWindow {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 200000;
}
.innerPopWindow {
  background: #fff;
  border: 2px solid #ffc700;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  max-height: 90vh;
  max-width: 80vw;
  width: 800px;
  height: 100%;
  position: relative;
  border-radius: 15px 15px 0 0;
  display: flex;
  flex-direction: column;
}
.innerPopWindow ul {
  list-style: disc;
  margin-left: 20px;
}
.titlePopWindow {
  padding: 20px 20px 0;
  border-bottom: 2px solid #666;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.titlePopWindow h2 {
  padding-bottom: 15px;
}
.contentPopWindow {
  overflow-y: auto;
  padding: 20px;
}
.innerPopWindow * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contentPopWindow h2 {
  border-bottom: 2px solid #666;
  padding-bottom: 15px;
}
.innerPopWindow .titlePopWindow h2 {
  margin-bottom: 0;
}
.innerPopWindow .flexrow {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-bottom: 5px;
}
.innerPopWindow .flexcol {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.innerPopWindow .flexcol.center {
  width: auto;
  padding: 0 5%;
}
.innerPopWindow .flexcol.center label {
  text-align: center;
}
.innerPopWindow input,
.innerPopWindow select {
  padding: 8px 10px;
  width: 100%;
  font-size: 1em;
  height: 2.5em;
  margin: 0;
}
.innerPopWindow input[type="submit"] {
  width: auto;
}
.innerPopWindow input[type="radio"] {
  width: 100%;
  min-width: 20px;
  height: 20px;
  margin: 0 0 40px 0;
}
.innerPopWindow input[type="radio"],
.innerPopWindow input[type="checkbox"] {
  box-shadow: none !important;
}
.innerPopWindow .martop {
  margin-top: 30px;
}
.closePopWindow {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #666;
}
.closePopWindow span {
  font-size: 30px !important;
  width: 30px;
  height: 30px;
}

.innerPopWindow input::-webkit-input-placeholder {
  /* Edge */
  color: #ccc;
}

.innerPopWindow input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}

.innerPopWindow input::placeholder {
  color: #ccc;
}

#password-strength-status,
#apUsernameFeedback {
  color: #ffffff;
  border-radius: 4px;
  margin-top: 5px;
}
.medium-password {
  padding: 5px 10px;
  background-color: #fdc427;
  border: #bbb418 1px solid;
}
.weak-password {
  padding: 5px 10px;
  background-color: #ff6600;
  border: #aa4502 1px solid;
  color: #fff;
}
.strong-password {
  padding: 5px 10px;
  background-color: #12cc1a;
  border: #0fa015 1px solid;
  color: #fff;
}
.checking-password {
  padding: 5px 10px;
  background-color: #ccc;
  border: #666 1px solid;
}

.absicon {
  position: absolute;
  z-index: 100;
  bottom: 12px;
  right: 13px;
  font-size: 1.5em;
  cursor: pointer;
  color: #ccc;
}
.rel {
  position: relative;
}

.popFormFeedback {
  background: #fffbc4;
  border: 1px solid #f00;
  display: inline-block;
  color: red;
  padding: 6px 12px;
  margin-left: 10px;
  border-radius: 10px;
}

/* --------------------------------------- form styles ------------------------------ */

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"] {
  padding: 8px 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wpcf7-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
.wpcf7-form-control-wrap,
.wpcf7-form label {
  width: 100%;
  font-size: 1.1em;
  color: #333;
  font-weight: normal;
}
.wpcf7-form-control-wrap input {
  padding: 8px 10px;
  width: 100%;
  font-size: 1em;
  height: 2.5em;
  margin: 0;
}
.wpcf7-form-control-wrap textarea {
  padding: 8px 10px;
  width: 100%;
  font-size: 1em;
  height: 5em;
  margin: 0;
  line-height: normal;
}
.wpcf7-form em {
  font-weight: bold;
  color: #f00;
}
span.wpcf7-list-item {
  display: block;
}
.wpcf7 form div.visible-only-if-sent {
  display: none;
}

.wpcf7 form.sent div.visible-only-if-sent {
  display: block;
}
.bulletform input[type="radio"] {
  height: 1.5em !important;
}
.bulletform {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.tddqty select {
  padding: 3px 9px;
  width: 69px;
  font-size: 1em;
  height: 1.5em;
  margin: 1px;
}
/* --------------------------------------- Header ------------------------------ */

.tdd-header {
  background: transparent;
  color: #fff !important;
  position: relative;
  transition: all 0.5s;
  z-index: 119999;
}
.tdd-header .tdd-logo {
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  background: url("../img/background-left.png") no-repeat top left;
  width: 100%;
  padding-left: 20px;
}
.tdd-logo-area {
  background: #005ab8;
  height: 145px;
  display: flex;
}
.tdd-logo-img {
  display: inline-block;
}
.tdd-logo-img img {
  float: left;
  width: 185px;
  transition: all 0.5s;
}
.tdd-headline {
  display: inline-block;
  font-size: 62px;
  font-weight: 500;
  position: relative;
  top: -31px;
  margin-left: 10px;
  transition: all 0.5s;
}
.tdd-address {
  position: relative;
  padding: 20px;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
  font-size: 18px;
  line-height: 1.25em;
  /*background: url("../img/background-right.png") no-repeat top right;*/
}
.tdd-large-tel {
  font-size: 28.8px;
}

/* --------------------------------------- Navigation ------------------------------ */

.tdd-nav {
  background: #fff;
  position: relative;
  z-index: 100;
}
.tdd-nav ul {
  margin-bottom: 0;
}

.tdd-nav .menu &gt; li {
  display: inline-block;
  position: relative;
  font-size: 0.8em;
}
.tdd-nav li.menu-item a,
.tdd-member-login,
.mobileMenuBtn {
  background: none;
  padding: 19px 10px;
  border: none;
  color: #005ab8 !important;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s;
  font-size: 19px;
  line-height: 120%;
  display: inline-block;
}
.tdd-nav li.menu-item-has-children a {
  padding-right: 0;
}
.tdd-nav li.menu-item a:hover,
.tdd-member-login:hover,
.tdd-nav li.current-menu-item &gt; a,
.tdd-nav li.current-menu-parent &gt; a,
.mobileMenuBtn:hover,
.page-id-16 .tdd-member-login {
  color: #000 !important;
}
.tdd-member-login {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
}
.menu &gt; .menu-item-has-children:after {
  content: "\f107";
  font-family: FontAwesome;
  position: relative;
  display: inline-block;
  right: 0;
  top: 0;
  font-weight: normal;
  color: #005ab8;
  transition: all 0.3s;
}
.menu &gt; .menu-item-has-children:hover:after {
  top: 10px;
}

.sub-menu .menu-item-has-children .sub-menu &gt; li:first-child {
  border-top: 1px solid #005ab8 !important;
}

.sub-menu .sub-menu {
  margin: 0;
  border-left: 20px solid #005ab8;
}

.tdd-nav .menu &gt; li:hover &gt; ul.sub-menu {
  display: block !important;
}

.tdd-nav .menu &gt; li &gt; ul.sub-menu {
  position: absolute;
  left: -5px;
  background: #2886e6;
  display: none;
  margin: 0;
  padding: 0;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  max-height: calc(90svh - var(--header-height));
  overflow-y: auto;
}
.tdd-nav ul.sub-menu li a {
  white-space: nowrap;
  display: block;
  color: #fff !important;
  padding: 10px 15px;
}
.tdd-nav ul.sub-menu li {
  clear: both;
  padding: 0;
  border-bottom: 1px solid #005ab8;
  display: block;
  margin-bottom: 0;
  width: 100%;
  transition: all 0.3s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tdd-nav ul.sub-menu li a:hover {
  background: #005ab8;
  color: #fff !important;
}
.tdd-nav ul.sub-menu li:last-child {
  border-bottom: none;
}
.mobileMenuBtn {
  display: none;
}

/* --------------------------------------- page styles ------------------------------ */

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a {
  color: #000000 !important;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta {
  color: #000000 !important;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost span {
  color: #000000 !important;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content {
  color: #000000 !important;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured a {
  color: #000000 !important;
}
.tribe-event-featured .event-is-recurring {
  color: rgba(0, 0, 0, 0.7) !important;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured {
  background-color: #e0efff !important;
}
#wpgmza_map img {
  max-width: none !important;
}

.tribe-bar-submit {
  margin-left: 10px;
}
.tribe-bar-views-inner {
  padding: 26px 0 53px;
}
.tribe-events-visuallyhidden {
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.newstuff .tdd-band {
  display: none;
  flex-direction: row;
  gap: 2%;
}
.newstuff .tdd-band &gt; div {
  width: 100%;
}

.newstuff .tribe-events-list-event-title {
  position: relative;
}
.newstuff .tribe-events-cost {
  position: absolute;
  right: 0;
  top: -15px;
  width: 80px;
  transform: rotate(10deg);
}
.newstuff .tribe-events-cost span {
  position: absolute;
  z-index: 10;
  top: 3px;
  width: 80px;
  text-align: center;
}
.newstuff .tribe-events-cost:before {
  content: "\f155";
  position: absolute;
  left: 50%;
  z-index: 0;
  font-family: "dashicons";
  color: #99ccff;
  font-size: 4em;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  transform: translateX(-50%);
}
.newstuff .type-tribe_events.tribe-events-category-trip .tribe-events-list-event-title a:after {
  display: none;
}

.tdd-timeline {
  list-style: none !important;
  width: 100%;
  font-size: 1.3em;
  margin: 0 0 20px !important;
}
.tdd-timeline li {
  height: 80px;
  line-height: 30px;
  margin: 0;
}
.tdd-timeline li:last-child {
  height: 25px;
}
.tdd-timeline strong {
  position: relative;
  border-right: 3px solid #666;
  width: 45%;
  height: 80px;
  display: inline-block;
  line-height: 30px;
  text-align: right;
  padding-right: 40px;
  margin-right: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tdd-timeline li:last-child strong {
  height: 18px;
}
.tdd-timeline strong:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 3px solid #666;
  background: #ffc700;
  border-radius: 50%;
  right: -12px;
}

#content blockquote {
  background: #2887e6;
  border-radius: 17px;
  border-left: none;
  text-align: center;
  color: #fff;
  position: relative;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
#content blockquote p {
  color: #fff;
}
#content blockquote:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 25px 0 25px;
  border-color: #2887e6 transparent transparent transparent;
}
#content blockquote:before {
  content: "";
}

#content {
  position: relative;
  z-index: 50;
}

#content ul {
  list-style: disc outside;
  margin-left: 25px;
}

.entry-content img {
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.moveup {
  position: relative;
  margin-top: -40px;
}
.wp-caption {
  border: none;
  background-color: #fff;
  color: #666;
  text-shadow: none;

  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  position: relative;
}

.wp-block-latest-posts {
  list-style: none !important;
  margin-left: 0 !important;
}
.wp-block-latest-posts li {
  background: #fff;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.wp-block-latest-posts li div.wp-block-latest-posts__featured-image a {
  position: relative;
  width: 100%;
  display: block;
  height: 260px;
}
.wp-block-latest-posts li img {
  height: auto !important;
  max-height: none !important;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 1s;
}
.wp-block-latest-posts li:hover img {
  transform: translate(-50%, -50%) scale(1.2);
  transition: all 0.3s;
}
.wp-block-latest-posts li p a {
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.wp-block-latest-posts li div.wp-block-latest-posts__post-excerpt a,
.archive.author .entry-summary p a,
.archive.category .entry-summary p a {
  position: relative;
  text-decoration: none !important;
  font-weight: 500 !important;
  color: #fff !important;
  z-index: 1;
  background-color: #2886e6 !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  box-shadow: none !important;
  border: none !important;
  cursor: pointer;
  border-radius: 25px;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 10px;
}
.wp-block-latest-posts .wp-block-latest-posts__featured-image {
  overflow: hidden;
  position: relative;
  height: 260px;
  margin-bottom: 10px;
}

/* #content a */
.mepr-share-button {
  float: right;
}
#content iframe {
  max-width: 100%;
}
.floatright {
  float: right;
  margin-left: 10px;
}
.fancybutton,
.tribe-events-widget-link a,
.tribe-events-gcal.tribe-events-button,
.tribe-events-ical.tribe-events-button,
.trigger a,
#mepr-account-nav a,
.mepr-share-button,
.mepr-login-actions a,
input[type="submit"],
input[type="button"],
.mp_wrapper a {
  position: relative;
  text-decoration: none !important;
  font-weight: 500 !important;
  color: #fff !important;
  z-index: 1;
  background-color: #2886e6 !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  box-shadow: none !important;
  border: none !important;
  cursor: pointer;
  border-radius: 25px;
  padding: 10px 20px;
  display: inline-block;
}
#content .nofloat a {
  float: none !important;
}
.mp_wrapper a {
  float: none !important;
}
.nolinkstyle a {
  float: none !important;
  background-image: none !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1em !important;
  color: #005ab8 !important;
  text-decoration: underline !important;
  font-weight: normal !important;
}
#wpgmza_map a {
  float: none;
  background: none;
  margin: auto;
  padding: inherit;
  z-index: auto;
  font-weight: normal;
  color: inherit;
}

#content .trigger a {
  float: none;
}

.fancybutton:hover,
.tribe-events-widget-link a:hover,
.tribe-events-gcal.tribe-events-button:hover,
.tribe-events-ical.tribe-events-button:hover,
.trigger:hover a,
.trigger a:hover,
#mepr-account-nav a:hover,
#mepr-account-nav .mepr-active-nav-tab a,
.mepr-share-button:hover,
.mepr-login-actions a:hover,
.mp_wrapper a:hover {
  background: #005ab8 !important;
}

.entry-content h1,
.entry-content h2,
.tdd-study h2,
.tdd-slider .title,
.tdd-feature .title,
.tribe-events-page-title,
h3,
h4,
h5 {
  color: #005ab8;
}
.profile .title {
  color: #fff;
  background: #005ab8;
  padding: 10px 0;
  border-radius: 50px 50px 0 0;
}
.tribe-events-page-title {
  margin-top: -12px;
}
.page-template-page-lectures .tribe-events-nav-pagination {
  /*display: none;*/
}
.entry-content h1 {
  font-size: 1.6em;
}

.entry-title {
  display: none !important;
}
.search .entry-title {
  display: block !important;
}
.search .eleven.columns {
  width: 100%;
}
.search .entry-meta,
.search .entry-utility {
  display: none;
}
.search .hentry h2 {
  border-top: 2px solid rgba(40, 135, 230, 0.3);
}
.search .hentry h2 a {
  text-decoration: underline;
}
.search .hentry:first-child h2 {
  border: none;
}

.page-template-page-study-detail .wp-post-image {
  display: none !important;
}

.mepr_error a {
  float: right !important;
}

.featurecols &gt; div {
  border: 5px solid #ccc;
  border-radius: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  text-align: center;
}
.featurecols img {
  border: none !important;
  float: right;
  max-width: 150px !important;
}
.featurecols h2 {
  margin-bottom: 20px !important;
}

/* --------------------------------------- Calendar Styles -------------------------- */

.tribe-events-title {
  background: none !important;
  padding: 0 !important;
  display: block !important;
  margin-bottom: 5px !important;
}
.tribe-events-title a {
  float: none !important;
  margin-left: 0 !important;
  display: inline-block;
  background: none !important;
  color: #005ab8 !important;
  padding: 0 !important;
}
.tribe-mini-calendar-event.first {
  margin-top: 0 !important;
}
.tribe-mini-calendar-event .list-info {
  margin: 4px 0 !important;
}
.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
  max-width: 100%;
}
h2.tribe-events-page-title {
  text-align: left;
  font-weight: 500;
}
.type-tribe_events {
  background: #f6f6f6 !important;
  background-size: 50% !important;
  padding: 10px !important;
  border-radius: 5px;
}
.type-tribe_events .tribe-events-photo-event-wrap {
  background: transparent !important;
}
.type-tribe_events.tribe-events-category-lectures {
  background: #fff4cc !important;
  padding: 10px !important;
  position: relative;
}
.type-tribe_events.tribe-events-category-trip {
  background: #d4e7fa !important;
  padding: 10px !important;
  position: relative;
}
.type-tribe_events.tribe-events-category-lectures .tribe-events-list-event-title a,
.type-tribe_events.tribe-events-category-trip .tribe-events-list-event-title a {
  padding-right: 45px;
  display: inline-block;
}
.homelecture p {
  margin: 0;
}
.homelecture .fancybutton {
  top: -10px;
}
.homelecture h3 {
  font-size: 1.3em;
}

.type-tribe_events.tribe-events-category-lectures .tribe-events-list-event-title a:after,
.tribe-events-month .tribe-events-category-lectures .tribe-event-description:after {
  content: "LECTURE";
  position: absolute;
  background: #ffaa31;
  color: #fff;
  top: 0;
  right: 0;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 0.7em;
}
.tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-event-details {
  position: relative;
}
.type-tribe_events.tribe-events-category-trip .tribe-events-list-event-title a:after,
.tribe-events-month .tribe-events-category-trip .tribe-event-description:after {
  content: "TRIP";
  position: absolute;
  background: #2886e6;
  color: #fff;
  top: 0;
  right: 0;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 0.7em;
}
.tribe-events-month .tribe-events-category-lectures .tribe-event-description:after,
.tribe-events-month .tribe-events-category-trip .tribe-event-description:after {
  top: 0;
  right: -14px;
  font-size: 1em;
}
#tribe-events-pg-template {
  padding-top: 0 !important;
}
.tribe_events-template-default .tdd-feature,
.post-type-archive-tribe_events .tdd-feature {
  margin-bottom: 0 !important;
}
.tribe-mini-calendar-event {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.tribe-events-widget-link {
  margin-top: 20px;
  float: right;
}
.datepicker {
  z-index: 10000 !important;
}
.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
  max-width: 100%;
}
.tribe-events-notices {
  color: #f00;
  text-align: center;
  font-size: 1.2em;
  border-color: #f00;
}
.single-tribe_events .tribe-events-event-image img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.tribe-events-month .tribe-events-month-event-title {
  background: #005ab8;
  color: #fff !important;
  border-radius: 5px;
  border: 2px solid #fff;
  text-align: center;
}
.tribe-events-category-lectures .tribe-events-month-event-title {
  background: #ffc700;
}
.tribe-events-month .tribe-events-month-event-title a {
  color: #fff;
  font-size: 1.1em;
}

/* --------------------------------------- slider styles ------------------------------ */

.tdd-slider {
  position: relative;
  height: 600px;
  overflow: hidden;
}

.tdd-slider .tdd-top-yellow,
.tdd-feature .tdd-top-yellow {
  position: absolute;
  left: 0;
  background: #ffc700;
  width: 100%;
  z-index: 50;
}
.tdd-slider .slide,
.tdd-feature .slide {
  position: absolute;
  left: 0;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
}
.tdd-slider .tdd-bot-white,
.tdd-feature .tdd-bot-white {
  background: #fff;
  height: 31px;
  width: 100%;
  position: absolute;
  bottom: -1px;
}
.tdd-slider .title,
.tdd-feature .title {
  position: absolute;
  top: 20%;
  left: 18%;
  bottom: 30px;
  z-index: 100;
  font-size: 2em;
  margin: 0;
  background: #005ab8;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  line-height: 2.5rem;
  padding: 15px;
  box-sizing: border-box;
}

.tdd-feature {
  position: relative;
  height: 450px;
  margin-bottom: 30px;
  overflow: hidden;
  background-image: url("../img/blue-banner.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #005ab8;
}
.tdd-feature .slide {
  background-color: #ccc;
  height: 450px;
}
.tdd-feature.noimage {
  height: auto;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
.tdd-feature.noimage .tdd-bot-white {
  display: none;
}
.tdd-feature .slide.noimage {
  display: none;
}
.tdd-feature.noimage .title {
  position: relative;
  left: auto;
  transform: none;
  padding: 0;
  font-size: 2rem;
  box-shadow: none;
  height: auto;
  background: none;
  top: auto;
  bottom: auto;
  right: auto;
  justify-content: flex-start;
  width: 100%;
}

/* --------------------------------------- footer styles ------------------------------ */

#footer {
  border: none;
  margin: 0px auto 0 auto;
  line-height: 1.25em;
}
.footerarea {
  position: relative;
  background: #333;
  padding-bottom: 40px;
  padding-top: 40px;
  color: #fff;
}

#footer .menu li {
  list-style: disc;
  font-size: 1.5em;
  color: #ffc700;
  margin-left: 26px;
}

#footer .menu li a {
  background: none;
  padding: 0;
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.6em;
  position: relative;
  top: -4px;
}

#footer .menu li a:hover {
  color: #ffc700;
}
#footer .one_third {
  width: 24%;
}

#footer .one_third.last {
  text-align: right;
  width: 44%;
}
#footer .one_third.last strong {
  color: #fff;
  font-size: 1.6em;
  font-weight: 500;
}

.footerarea .tdd-logo {
  text-align: right;
  padding: 0 20px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footerarea .tdd-logo-img img {
  width: 90px;
}
.footerarea .tdd-headline {
  display: inline-block;
  font-size: 32px;
  font-weight: 500;
  position: relative;
  top: -15px;
  margin-left: 10px;
}

.credit a {
  color: #fff;
  text-decoration: none;
}

.mobileMenu {
  display: none;
}

.footerarea .imagestrip {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 40px;
}
.footerarea .imagestrip img {
  width: 100%;
}
.footerarea .yellowstrip {
  display: none;
}

/* --------------------------------------- study groups styles ------------------------------ */

.row.study {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tdd-study {
  position: relative;
  width: 31.33333333333333%;
  margin: 20px 1% 30px;
  border: 3px solid #005ab8;
  padding: 43px 15px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tdd-study .thumb {
  width: calc(100% + 30px);
  margin-left: -15px;
  border: none !important;
  max-width: none !important;
  display: block;
}
.tdd-study h2 {
  position: absolute;
  font-size: 1.2rem;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 !important;
  color: #fff;
  background: #005ab8;
  padding: 10px 0;
  display: block;
  text-align: center;
}
.tdd-study .link {
  position: absolute !important;
  bottom: -20px;
  right: 20px;
}
.tdd-study .thumb img {
  width: 100%;
  border: none !important;
}

.studyfeature:after {
  content: "NEW";
  background: #fff;
  color: #2886e6;
  position: absolute;
  right: 10px;
  font-size: 0.8em;
  width: 46px;
  height: 46px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

/* --------------------------------------- team profile styles ------------------------------ */

.row.profiles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.profile {
  width: 24% !important;
  margin: 10px 0.5% !important;
}
.profile-content .lead {
  font-size: 1.1em !important;
}

/* --------------------------------------- Payment styles ------------------------------ */

#paymentarea label,
#paymentarea input,
#paymentarea select {
  width: 100%;
}
#paymentarea * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#paymentarea input,
#paymentarea select {
  padding: 8px 10px;
  border: 1px solid #999;
}
#paymentarea #submit {
  width: auto;
  float: right;
  margin-top: -8px;
}
#paymentarea .fancybutton {
  float: right;
  cursor: pointer;
}
#paymentarea input[type="number"] {
  width: 150px;
}
#paymentarea .pound {
  margin-right: 10px;
  font-size: 1.3em;
  line-height: 35px;
}
#paymenthistory {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
#paymenthistory th,
#paymenthistory td {
  text-align: left;
  border: 1px solid #999;
  padding: 5px;
}
#paymenthistory th {
  font-weight: normal;
  background: #005ab8;
  color: #fff;
}
#paymenthistory tr:nth-child(even) {
  background: #efefef;
}
#paymenthistory .amount {
  text-align: right;
}
#paymenthistory .righttext {
  text-align: right;
}
#card-error {
  color: #f00;
}
.inputErr {
  background: #fffbc4 !important;
  border: 1px solid #f00 !important;
}
.tdd-hide {
  display: none !important;
}

.form-row .label {
  font-size: 0.8em;
  text-align: left;
  display: block;
  width: 100%;
  padding-left: 5px;
  box-sizing: border-box;
}
.form-row.flex {
  display: flex;
  gap: 1%;
  justify-content: space-between;
}
.form-row.flex &gt; div {
  width: 49%;
}

.StripeElement,
#card-postalcode,
#card-holdername {
  background-color: white;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 3px 0 var(--shaddow);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  margin-bottom: 10px;
  margin-top: 0;
}

#card-postalcode,
#card-holdername {
  color: #32325d;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  padding: 11px 12px 10px;
}
#card-postalcode::placeholder,
#card-holdername::placeholder {
  color: #aab7c4;
}

#card-button {
  margin-bottom: 20px;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.clearfix {
  clear: both;
}

.tdd-interest-groups-container &gt; * {
  display: inline-block;
  vertical-align: middle;
  width: fit-content;
}

#tdd-interestgroups {
  margin-left: 16px;
}

.tdd-ilb-content &gt; * {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.tdd-outer-mem-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9px;
}

.tdd-outer-mem-header * {
  margin-bottom: 0;
}

#tdd-memsender, #tdd-memnotes {
  display: block;
  padding: 8px;
}

#tdd-memnotes {
  height: 8em;
}

.green-txt, .red-txt {
  margin-left: 8px;
}

.green-txt {
  color: #18b65d;
}

.red-txt {
  color: #db1313;
}

#tdd-memcheckform input[type="submit"], #tdd-memResults #backtoinput, 
#tdd-sendmemcheckemail, #backtomemform {
  font-size: .9em;
  padding: 12px 20px;
}

#apSubmit[disabled] {
  opacity: 0.5;
}

@media only screen and (max-width: 1200px) {
  .mobileMenuBtn {
    display: inline-block;
  }
  .showMenu {
    display: block;
  }
  .tdd-nav .menu-main-menu-container {
    display: none;
  }
  #footer {
    font-size: 0.8em;
    width: 100%;
  }
  .footerarea .tdd-logo {
    padding: 0;
  }
  .mobileMenu {
    background: #fdc426;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000000;
  }
  .mobileMenu .tdd-logo {
    padding: 10px;
    color: #333 !important;
  }
  .mobileMenu .menu &gt; li {
    padding: 10px 20px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  }
  .mobileMenu .menu &gt; li &gt; a {
    padding: 6px 10px;
    border: 2px solid #fff;
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    border-radius: 10px;
    margin-right: 3px;
    transition: all 0.3s;
    font-size: 18px;
    line-height: 120%;
    background: #005ab8;
    position: relative;
  }
  .mobileMenu .menu &gt; li &gt; a:after {
    content: "&gt;";
    position: absolute;
    right: 10px;
    top: 5px;
  }

  .mobileMenu .sub-menu {
    margin: 0;
    padding: 4px 0 5px 20px;
  }
  .mobileMenu .sub-menu &gt; li {
    display: block;
    margin-bottom: 4px;
  }
  .mobileMenu .sub-menu &gt; li &gt; a {
    padding: 6px 10px;
    border: 2px solid #fff;
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    border-radius: 10px;
    margin-right: 3px;
    transition: all 0.3s;
    font-size: 18px;
    line-height: 120%;
    background: #0e8f0e;
    display: block;
    position: relative;
  }
  .mobileMenu .sub-menu &gt; li &gt; a:after {
    content: "&gt;";
    position: absolute;
    right: 10px;
    top: 5px;
  }
  .mobmenu {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .tdd-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: FontAwesome;
    font-size: 2em;
    color: #000;
  }
  .tdd-header .tdd-logo {
    background: url(../img/background-left-yo.png) no-repeat top left;
  }
  .tdd-address {
    background: url("../img/background-right-bo.png") no-repeat top right;
  }
}

@media only screen and (max-width: 1024px) {
  .tdd-headline {
    font-size: 54px;
    top: -23px;
  }
  .tdd-address {
    font-size: 16px;
    line-height: 1.2em;
  }
  .tdd-large-tel {
    margin-bottom: 5px;
  }
  #content {
    width: 95%;
    margin-left: 2.5%;
  }
  .entry-content .alignfull {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}

@media only screen and (max-width: 960px) {
  .fancybutton,
  .tribe-events-widget-link a,
  .tribe-events-gcal.tribe-events-button,
  .tribe-events-ical.tribe-events-button,
  .trigger a,
  #mepr-account-nav a,
  .mepr-share-button,
  .mepr-login-actions a,
  input[type="submit"],
  .mp_wrapper a {
    margin-left: 0px;
  }
  .tdd-headline {
    font-size: 43px;
    top: -16px;
  }
  .tdd-address {
    font-size: 14px;
  }
  .tdd-large-tel {
    font-size: 24.8px;
  }
}

@media only screen and (max-width: 768px) {
  .newstuff .tdd-band {
    flex-direction: column;
  }
  .wp-block-latest-posts.is-grid {
    flex-direction: column;
  }
  .wp-block-latest-posts.is-grid li {
    width: 100% !important;
    margin: 0 0 1.25em 0 !important;
  }
  .tdd-header .tdd-logo {
    background: url("../img/background-left-yo.png") no-repeat top right;
  }
  p a,
  p a:visited {
    line-height: 44px;
  }
  .tdd-study {
    width: 48%;
  }
  .container {
    width: 98%;
    margin: 0 1%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tdd-slider,
  .tdd-feature {
    height: 300px;
    margin-bottom: 30px;
  }
  .tdd-slider .slide,
  .tdd-feature .slide {
    height: 300px;
  }
  .tdd-slider .title {
    top: 190px;
  }
  #footer .one_third:first-child,
  #footer .one_third:nth-child(2) {
    display: none;
  }
  #footer .one_third.last {
    width: 100%;
    text-align: center;
  }
  .credit .one-half {
    text-align: center !important;
    width: 100%;
    margin: 0;
  }
  .footerarea .tdd-logo {
    text-align: center;
  }
  .one_half,
  .one_third,
  .two_thirds,
  .three_fourths,
  .one_fourth,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth,
  .five_sixth {
    margin-right: 2.5%;
  }
  .footerarea {
    -moz-clip-path: none;
    -webkit-clip-path: none;
    clip-path: none;
  }
  .footerarea .imagestrip {
    display: none;
  }
  .innerPopWindow {
    max-width: 95vw;
    max-height: 95vh;
  }
}

@media only screen and (max-width: 767px) {
  .tdd-slider .title,
  .tdd-feature .title {
    left: 5%;
    width: 250px;
    height: 250px;
  }
  .container {
    width: 90%;
    margin: 0 5%;
  }
  .tdd-logo-img img {
    width: 100px;
    position: relative;
    top: 5px;
  }
  .tdd-headline {
    font-size: 35px;
    top: -16px;
  }
  .tdd-address {
    position: relative;
    text-align: right;
    width: 100%;
    padding: 0 20px 0 0;
    font-size: 14px;
  }
  .tdd-large-tel {
    font-size: 1.6em;
    font-weight: 500;
  }
  .tdd-logo-area {
    height: auto;
  }
  .searchrow {
    margin-top: 5px;
  }
  .tdd-logo {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .one.column,
  .one.columns,
  .span1,
  .two.columns,
  .span2,
  .three.columns,
  .span3,
  .four.columns,
  .span4,
  .five.columns,
  .span5,
  .six.columns,
  .span6,
  .seven.columns,
  .span7,
  .eight.columns,
  .span8,
  .nine.columns,
  .span9,
  .ten.columns,
  .span10,
  .eleven.columns,
  .span11,
  .twelve.columns,
  .span12,
  .thirteen.columns,
  .span13,
  .fourteen.columns,
  .span14,
  .fifteen.columns,
  .span15,
  .sixteen.columns,
  .span16,
  .one-third.column,
  .two-thirds.column,
  .col,
  .one-third.column.alpha,
  .one-third.column.omega,
  .two-thirds.column.alpha,
  .two-thirds.column.omega {
    width: 100%;
    margin: 0;
  }
  .tdd-slider .tdd-top-yellow,
  .tdd-feature .tdd-top-yellow {
    height: 40px;
  }
}

@media only screen and (max-width: 550px) {
  .tdd-study {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .innerPopWindow .flexrow {
    flex-direction: column;
  }
  .innerPopWindow input[type="radio"] {
    margin: 0 0 10px 0;
  }
  .tdd-timeline {
    font-size: 1em;
  }
  .tdd-timeline strong {
    width: 40%;
  }

  .tdd-headline {
    font-size: 30px !important;
    display: block !important;
    margin: 0 !important;
    top: 0 !important;
    margin-bottom: 20px;
    width: 100%;
  }

  .tdd-logo-img img {
    width: 150px !important;
  }
  #footer {
    font-size: 0.8em;
    width: 100%;
  }
  .tdd-logo-area {
    flex-direction: column;
  }
  .tdd-header .tdd-logo {
    background: #fff;
    text-align: center;
  }
  .tdd-address {
    background: #fff;
    color: #005ab8;
    text-align: center;
    padding: 0 0 10px;
  }
  .searchrow {
    justify-content: center;
  }
}

@media only screen and (max-width: 300px) {
  #wpadminbar {
    display: none;
  }
}
</pre></body></html>