@import url('https://fonts.googleapis.com/css?family=Vollkorn:400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Archivo:400,700&display=swap');
body {
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #292a29;
  /*background-color: #282a28;*/
  background-color: white;
}
.padding-top-40 {
  padding-top: 40px;
}
.preload {
  display: none;
}
h1, h2, h3, h4 {
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  line-height: 1.3;
  color: #702d3d;
}
h1 {
  font-size: 35px;
}
h2 {
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 25px;
}
h3 {
  font-size: 25px;
}
.mad-sub h2 {
  font-size: 27px;
  margin-top: 25px;
  margin-bottom: 0;
}
.mad-sub h3 {
  font-size: 22px;
  margin-top: 10px;
}
.mad-sub a {
  color: #346cb4;
  text-decoration: underline;
}
.mad-sub a:hover, .mad-sub a:active, .mad-sub a:focus {
  color: #346cb4;
  text-decoration: none;
}
* {
  transition: all 0.3s ease;
}
/*Accessiblity*/
#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: #000;
  color: white;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 10000000;
}
#skiptocontent a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #000;
  color: white;
  outline: 0;
  -webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear;
}
/*End Accessibility*/
.m-slider {
  width: 100%;
  margin: 90px auto 50px auto;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, .35);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .35);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .35);
}
.m-slider-img {
  /*background-image: url(img/s1.jpg);*/
  background-size: cover !important;
  background: #dcdcdc no-repeat center center;
}
.m-slider-img.s1 {
  background-image: url(img/s1.jpg);
}
.m-slider-img.s2 {
  background-image: url(img/s2.jpg);
}
.m-slider-img.s3 {
  background-image: url(img/s3b.jpg);
}
.m-slider-img.s4 {
  background-image: url(img/s4.jpg);
}
.m-slider-img.s5 {
  background-image: url(img/s5.jpg);
}
.m-slider-img.s6 {
  background-image: url(img/s6.jpg);
}
.slider-cap {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #757575;
  color: white;
  font-size: 15px;
  line-height: normal;
  padding: 15px 25px;
  text-align: center;
  border-top: 3px solid white;
  ;
}
.m-slider-txt {
  background: #702e3e;
  color: white;
  border-left: 3px solid white;
}
.m-slider-txt p {
  margin: 0 auto;
  padding: 230px 75px 0 30px;
  color: white;
  font-size: 28px;
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  line-height: 1.3;
}
.a-white {
  color: #fff !important;
  text-decoration: underline;
}
.a-white:hover {
  color: #fff !important;
  text-decoration: none;
}
@media (max-width: 1980px) {
  .m-slider-txt p {
    padding: 210px 75px 0 30px;
  }
}
@media (max-width: 1460px) {
  .m-slider-txt p {
    padding: 180px 30px 0 30px;
  }
}
@media (max-width: 1200px) {
  .m-slider-txt p {
    padding: 130px 30px 0 30px;
    font-size: 27px;
  }
}
@media (max-width: 992px) {
  .m-slider-txt p {
    padding: 30px 30px 30px 30px;
    font-size: 27px;
  }
}
@media (max-width: 1000px) {
  .m-slider-txt p {}
}
.m-slider-img, .m-slider-txt {
  height: 600px;
}
.m-visit-img, .m-visit-txt {
  /*height: 460px;*/
  height: auto;
  min-height: 460px;
}
.m-visit {
  width: 100%;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, .35);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .35);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .35);
  background-color: #702c3c;
}
.m-visit-txt {
  background: #f5f5f5;
  color: black;
  border-right: 3px solid white;
  padding: 20px 30px 20px 30px;
}
@media (max-width: 992px) {
  .m-visit-img, .m-visit-txt {
    height: auto;
    min-height: 500px;
  }
  .nav-pills li {
    line-height: 1.2;
  }
}
@media (max-width: 700px) {
  .m-visit-img {
    height: 300px;
    min-height: 200px;
  }
}
.m-visit-txt h3 {
  margin-bottom: 0;
}
.m-visit-img {
  /*background-image: url(img/s1.jpg);*/
  background-size: cover !important;
  background: #dcdcdc no-repeat center center;
  position: relative;
}
.visit-cap {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #702c3c;
  color: white;
  font-size: 15px;
  line-height: 15px;
  padding: 15px 25px;
  text-align: center;
  border-top: 3px solid white;
  ;
}
.visit-cap a {
  color: white;
  font-weight: 700;
}
.visit-cap span {
  margin: 0 20px;
}
.m-visit .s1 {
  background-image: url(img/DSC_0595-X2.jpg);
}
.m-visit .s2 {
  background-image: url(img/Madrona__MG_4587-X3.jpg);
}
.m-visit .s3 {
  background-image: url(img/Madrona__MG_4107-X3.jpg);
}
.m-visit .s4 {
  background-image: url(img/DSC_8788-X3.jpg);
}
.m-visit .s5 {
  background-image: url(img/DSC_8765-X2.jpg);
}
@media (max-width: 992px) {
  .m-slider-txt {
    height: auto;
    border-left: none;
  }
  .m-slider-txt h1 {
    font-size: 26px;
    padding: 30px;
    margin: 0 auto;
    line-height: 1.3;
  }
}
.header {
  border-bottom: none;
}
.header-fixed .header.header-fixed-shrink {
  margin-top: 0px;
}
.header-fixed .header .mad-logo {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  max-width: 150px;
  margin-top: 15px;
  display: block;
}
.header-fixed .header .mad-logo-hor {
  display: none;
}
.header-fixed .header.header-fixed-shrink .mad-logo {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  max-width: 120px;
  top: 20px;
  display: none;
}
.header-fixed .header.header-fixed-shrink .mad-logo-hor {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  max-width: 250px;
  top: 10px;
  display: block;
  padding: 10px 0;
}
.header .navbar-nav > li > a {
  color: #292a29;
  color: #702e3e;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 9px 30px 19px 20px;
}
.header-fixed .header.header-fixed-shrink .header .navbar-nav > li > a:hover, .header .navbar-nav > .active > a {
  bottom: -2px;
  position: relative;
  border-bottom: none;
  color: #702e3e !important;
  text-decoration: underline;
}
.header .navbar-nav > .active > a, .header .navbar-nav a:hover {
  color: #702e3e;
}
.header .topbar ul.loginbar li i.fa {
  color: #702e3e;
}
.header .topbar ul.loginbar > li > a, .header .topbar ul.loginbar > li > a:hover {
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
}
.header .topbar ul.languages {
  top: 25px;
  left: -5px;
  display: none;
  padding: 4px 0;
  padding-left: 0px;
  padding-left: 0;
  list-style: none;
  min-width: 200px;
  position: absolute;
  background: #fff;
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, .35);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, .35);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, .35);
  z-index: 999;
}
.header .topbar ul.languages li a {
  color: #333;
  display: block;
  font-size: 12px;
  padding: 2px 12px;
  margin-bottom: 1px;
  text-transform: uppercase;
}
.header-fixed .header.header-fixed-shrink {
  z-index: 10100;
  border-bottom: none;
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, .35);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, .35);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, .35);
  background: #fff;
  transition: all 0.3s ease-in-out;
}
main section {
  padding: 50px 0;
}
.scroll-offset {
  position: relative;
  bottom: 100px;
}
.mad-photo {
  width: 100%;
  height: auto;
  padding: 3px;
  background: #f5f5f5;
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, .35);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .35);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .35);
  margin-bottom: 10px;
  border: 1px solid white;
}
.img-responsive-mad-right {
  float: right;
  margin: 10px;
  width: 100%;
  max-width: 350px;
  height: auto;
  padding: 3px;
  background: #f5f5f5;
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, .35);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .35);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .35);
  margin-bottom: 10px;
  border: 1px solid white;
}
.mad-photo-events {
  width: 100%;
  height: auto;
  padding: 3px;
  background: #fff;
  border: 1px solid #dfdee0;
}
.mad-photo-tabs {
  width: 100%;
  height: auto;
  position: relative;
  bottom: 18px;
}
@media (max-width: 992px) {
  .mad-photo-tabs {
    bottom: 0;
  }
}
.mad-photo-tabs img {
  width: 100%;
  height: auto;
  padding: 3px;
  background: #fff;
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, .20);
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, .20);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, .20);
  position: relative;
}
.slider-cap-tabs {
  position: absolute;
  bottom: 3px;
  right: 3px;
  left: 3px;
  width: auto;
  background-color: #702d3d;
  color: white;
  font-size: 15px;
  line-height: normal;
  text-decoration: none;
  padding: 15px 25px;
  text-align: center;
  border-top: 3px solid white;
  color: white;
}
.slider-cap-tabs:hover, .slider-cap-tabs:active, .slider-cap-tabs:focus {
  color: #fff !important;
  text-decoration: none;
  background-color: #333333 !important;
}
/*Tabs v3
------------------------------------*/
.tab-v3 .nav-pills li a {
  color: #555;
  font-size: 16px;
  padding: 8px 8px;
  margin-bottom: 3px;
  background: #ffff;
  border: 1px solid #eee;
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, .35);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .35);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .35);
  text-align: right;
}
@media (max-width: 992px) {
  .tab-v3 .nav-pills li a {
    padding: 15px 8px;
  }
}
@media (max-width: 767px) {
  .tab-v3 .nav-pills li a {
    text-align: center;
  }
}
.tab-v3 .nav-pills li a:hover, .tab-v3 .nav-pills li.active a {
  color: #fff;
  background: #702e3e;
  border: solid 1px transparent;
}
.tab-v3 .nav-pills li i {
  width: 1.25em;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
}
.tab-v3 .tab-content {
  padding: 15px;
  background: #fff;
  border: solid 1px #eee;
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, .35);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .35);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .35);
}
p, li, li a, label {
  color: #555;
}
#main-content {
  /*background: #fff url(img/watermark.jpg) no-repeat;
	background-position: right 400px top -55px;*/
  padding: 40px 0;
}
@media (max-width: 2100px) {
  #main-content {
    background-position: right 100px top -55px;
  }
}
@media (max-width: 1600px) {
  #main-content {
    background-position: right 0px top -55px;
  }
}
@media (max-width: 1400px) {
  #main-content {
    background-position: right -200px top -55px;
  }
}
@media (max-width: 992px) {
  #main-content {
    background: #fefffe none;
  }
}
.mad-cta {
  width: 100%;
  border-top: 1px solid #747574;
  border-bottom: 1px solid #747574;
  background-color: #f4f5f4;
  position: relative;
  z-index: 10;
  margin-top: 60px;
}
.mad-cta p {
  margin: 0 auto;
  padding: 20px 5px;
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  line-height: 1.3;
  font-size: 26px;
  color: #242424;
}
.mad-btn {
  padding: 7px 14px;
  background-color: #702d3d !important;
  color: white !important;
  text-decoration: none !important;
}
.mad-btn:hover, .mad-btn:active {
  background-color: #747574 !important;
  color: white !important;
  text-decoration: none !important;
}
.mad-btn-cta {
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.timeline-v2 > li .cbp_tmtime span:first-child {
  color: #292a29;
  font-size: 14px;
  line-height: 0.9;
}
.timeline-v2 > li .cbp_tmtime span:last-child {
  color: #292a29;
  font-size: 20px;
  font-weight: normal;
}
.cbp_tmlabel a {
  color: #702c3c;
  text-decoration: underline;
}
.cbp_tmlabel a:hover, .cbp_tmlabel a:active {
  color: #747574;
  text-decoration: underline;
}
.headline {
  margin-bottom: 5px;
}
.mad-contacts p {
  line-height: 1.3;
}
.footer-v1 .copyright {
  background: #292a29;
  color: white;
  border-top: none;
  padding: 10px 0 5px;
}
.footer-v1 .footer {
  padding: 40px 0;
  background-color: #702d3d;
  color: white;
}
.mad-white-link {
  color: white !important;
  text-decoration: underline !important;
}
.mad-white-link:hover {
  color: white !important;
  text-decoration: none !important;
}
.mad-logo-white {
  margin: 0 auto;
  width: 100%;
  max-width: 250px;
  height: auto;
}
.mad-aside {
  background-color: #f3f5f3;
  margin: 30px auto 50px auto;
}
.mad-aside-form {
  padding: 0 10px;
}
.mad-blog-date {
  margin-bottom: -25px;
  font-style: italic;
}
.mad-corona {
  background-color: #702d3d;
  width: 100%;
  text-align: center;
  padding: 15px 30px;
  color: white;
  width: 100%;
  line-height: 1.2;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, .35);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .35);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .35);
}
.mad-corona p {
  color: white;
  font-size: 19px;
}
a.mad-a {
  color: #702e3e;
  text-decoration: underline;
}
a.mad-a:hover {
  color: #702e3e;
  text-decoration: none;
}
.container-mad-header {
  width: 1170px;
  margin: 0 auto;
  padding: auto 15px;
}
@media (max-width: 1200px) {
  .container-mad-header {
    width: 100% !important;
  }
}
.header .topbar ul.loginbar > li {
  margin-right: 20px;
}
@media (max-width: 992px) {
  .m-slider {
    margin-top: 30px;
  }
  .navbar-toggle {
    position: relative;
    float: right;
    bottom: 60px;
    right: 30px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 20px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
  }
}
@media (max-width: 450px) {
  .header .topbar ul.loginbar {
    float: initial !important;
    text-align: right;
  }
  .header .topbar ul.loginbar > li {
    display: inherit;
    list-style: none;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .header .topbar {
    z-index: 12;
    padding: 8px 0;
    position: relative;
    width: auto;
  }
  .header .topbar ul.loginbar > li:first-child {
    padding-bottom: 0;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mad-blog article {
  border-bottom: 1px solid silver;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.slider-cap-tabs:hover {
  color: #fff !important
}
:focus {
  box-shadow: none;
  outline: none;
}
.no-js :focus, .keyboard-focus :focus {
  box-shadow: 0 0 2px 3px red;
}
div#Tock_widget_container > div.TockWidgetWrapper .TockButton-white {
  color: #702d3d !important;
}
div#Tock_widget_container > div.TockWidgetWrapper .TockLogo-container {
  display: none !important;
}
div#Tock_widget_container > div.TockWidgetWrapper .TockButton {
  line-height: 1 !important;
  height: auto !important;
}
div#Tock_widget_container > div.TockWidgetWrapper .TockButton-buttonContainer, div#Tock_widget_container > div.TockWidgetWrapper .TockInlineButton-container, div#Tock_widget_container > div.TockWidgetWrapper .TockButtonWidgetContainer {
  width: auto !important;
}
.hoverSelector div#Tock_widget_container > div.TockWidgetWrapper .TockWidget-H1 {
  font-family: 'Archivo', sans-serif !important;
  font-weight: bold;
}
.hoverSelector div#Tock_widget_container > div.TockWidgetWrapper .TockWidget-H1 i {
  font: normal normal normal 14px/1 FontAwesome;
}
@media (max-width: 450px) {
  #Tock_widget_container {
    margin-bottom: 15px;
  }
  .header .topbar ul.languages {
    left: initial;
    right: 0;
  }
}
.flights-highlight {
    padding: 0 20px 10px 20px;
    border: 2px dashed #702d3d; 
}
main h1:not([class^="col-"]),
main h2:not([class^="col-"]),
main h3:not([class^="col-"]),
main h4:not([class^="col-"]),
main p:not([class^="col-"]),
main ol:not([class^="col-"]),
main ul:not([class^="col-"]) {
  padding-left: 15px;
  padding-right: 15px;
}
.edwa {
    text-align: center;
    padding: 0 30px 30px 30px;
}
.edwa img {
    width: 100%;
    height: auto;
    max-width: 170px;
    padding-left: 15px;
    padding-right: 15px;
}
main ul {
    margin-left: 15px;
}