﻿/* Sitecore Default Stylesheet */

html {
  height:100%;
}

body {
  font-family: Tahoma, Arial, sans-serif;
  margin:0px;
  padding:0px;
  width:100%;
  height:100%;
}

#MainPanel {
  background:#e9e9e9;
  text-align:center;
  height:100%;
}

#CenterColumn 
{
  text-align:left;
  margin:auto;
  width:800px;
}

#Banner 
{
  background:white;
  border-bottom:1px solid #bfbfbf;
  padding:8px;
}

#Content {
  background:white;
  margin:10px 0px 0px 0px;
  border-bottom:1px solid #bfbfbf;
  padding:16px 16px 48px 16px;
}


/* BEGIN: Custom MPY */


.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.btn {
  font-size: 16px;
  font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 200;
  font-style: italic;
  padding: 4px 25px;
  color: #fff;
  line-height: 21px;
  border-radius: 0;
  background-color: #f07230;
  border: none;
  border-bottom: solid 4px #fae5cf;
}
a.btn:hover {
  border-bottom: solid 4px #fbe0c3;
  color: #fae5cf;
}
body.resort a.btn {
  background-color: #2699e1;
}


.btn3 {
  font-size: 11px;
  font-weight: 300;
  line-height: 24px;
  color: #003e52;
  text-align: center;
  padding: 6px 12px;
  background-color: #fff;
  cursor: pointer;
  font-family: 'lato',sans-serif;
  text-decoration: none;
  border:1px solid #003e52;
  white-space: nowrap;
  background: none;
  height: 30px;
  display: flex;
  align-items: center;
  width: fit-content;
  text-transform: uppercase;
}
.btn3.display-none {
  display: none;
}
body.resort .btn3 {
  /* border-bottom: solid 4px #003E52; */
  /* box-sizing: border-box; */
  font-size: 11px;
  font-weight: 300;
  line-height: 24px;
  color: #003e52;
  text-align: center;
  padding: 6px 12px;
  background-color: #fff;
  cursor: pointer;
  font-family: 'lato',sans-serif;
  text-decoration: none;
  border:1px solid #003e52;
  white-space: nowrap;
  background: none;
  height: 30px;
  display: flex;
  align-items: center;
  width: fit-content;
}
body.resort .btn3:focus {
  text-decoration: none;
}
.btn3:hover {
  color: #000000;
  text-decoration: none;
}

.icon-pdf {
    background-image:url(/images/global/iconPDF.jpg);
    background-repeat:no-repeat;
    background-position: right;
    margin-right:10px;
}


