h2 {
 font-family: 'Lora', 'Times New Roman', serif;
 text-align: center;
 margin-top: 20px;
 margin-bottom: 10px;
 line-height: 1.1;
 box-sizing: border-box;
 color: #4c3d39;
}

.yd {
 font-size: 35px;
 font-weight: 600;
}

.yd-medium-hr {
 max-width: 350px;
 margin: 15px auto;
 text-align: center;
 border-top: 4px solid #4c3d39;
}

/* Adjust things for a smaller screen */
@media only screen and (max-width: 768px) {
 .yd {
  font-size: 24px;
  font-weight: 600;
 }

 .yd-medium-hr {
  max-width: 240px;
 }
}


/* header-button-lg (1 & 2) works with full header image (most pages) */
.header-button-lg-1 {
  position: absolute;
  top: 330px;
  left: 10px;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 10px 10px 10px;
  margin: 5px 0 30px 0;
  letter-spacing: 1px;
  border-radius: 5px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  border: 3px solid #777;
}

.header-button-lg-1:hover, .header-button-lg-1:focus, .header-button-lg-1:active {
  color: #fff;
  background-color: #00657b !important;
  border-color: #00657b !important;
}

@media only screen and (max-width: 768px) {
 .header-button-lg-1 {
  position: absolute;
  top: 170px;
  left: 5px;
  padding: 5px;
 }
}

.header-button-lg-2 {
/* Hide button two on ALL pages the easy way...
  display: none; 
  */
  position: absolute;
  top: 280px;
  left: 10px;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 17.5px 10px 18px;
  margin: 5px 0 30px 0;
  letter-spacing: 1px;
  border-radius: 5px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  border: 3px solid #777;
}

.header-button-lg-2:hover{
  color: #fff;
  background-color: #00657b !important;
  border-color: #00657b !important;
}
.header-button-lg-2:focus:active {
  color: #fff;
  background-color: #00657b !important;
  border-color: #00657b !important;
}

@media only screen and (max-width: 768px) {
 .header-button-lg-2 {
  position: absolute;
  top: 50px;
  left: 5px;
  padding: 5px 11px 5px 11px;
 }
}

/* header-button-sm works with small header image (specialty pages) */
.header-button-sm {
  position: absolute;
  top: 50px;
  left: 10px;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 10px 10px 10px;
  margin: 5px 0 30px 0;
  letter-spacing: 1px;
  border-radius: 5px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  border: 3px solid #80aee8;
}

.header-button-sm:hover, .header-button-sm:focus, .header-button-sm:active {
  color: #fff;
  background-color: #00657b !important;
  border-color: #00657b !important;
}

@media only screen and (max-width: 768px) {
 .header-button-sm {
  position: absolute;
  top: 60px;
  left: 5px;
  padding: 5px;
 }
}

/* button used to display L/Q.o.t.D. */
.lqotd-button {
  position: absolute;
  top: 130px;
  left: 20px;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px 4px 10px;
  margin: 5px 0 30px 0;
  letter-spacing: 1px;
  border-radius: 5px;
  font-family: 'Pacifico', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  border: 3px solid #4e61d7;;
}

.lqotd-button:hover, .lqotd-button:focus, .lqotd-button:active {
  color: #fff;
  background-color: #4e61d7 !important;
  border-color: #ffffff !important;
}

@media only screen and (max-width: 768px) {
 .lqotd-button {
  position: absolute;
  top: 110px;
  left: 5px;
  padding: 5px;
 }
}

.yd-p {
 padding-top: 15px;
 text-align: center;
}

/* paw-button-lg used to submit forms */
.paw-button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: normal;
  text-transform: none;
  padding: 6px; 
  width: 75px;
  height:35px;  
  color: #fff;
  background-color: #337ab7;
  border-color: #204d74;;
}
.paw-button:focus,
.paw-button.focus {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.paw-button:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.paw-button:active,
.paw-button.active,
.open > .dropdown-toggle.paw-button {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.paw-button:active:hover,
.paw-button.active:hover,
.open > .dropdown-toggle.paw-button:hover,
.paw-button:active:focus,
.paw-button.active:focus,
.open > .dropdown-toggle.paw-button:focus,
.paw-button:active.focus,
.paw-button.active.focus,
.open > .dropdown-toggle.paw-button.focus {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.paw-button.disabled:hover,
.paw-button[disabled]:hover,
fieldset[disabled] .paw-button:hover,
.paw-button.disabled:focus,
.paw-button[disabled]:focus,
fieldset[disabled] .paw-button:focus,
.paw-button.disabled.focus,
.paw-button[disabled].focus,
fieldset[disabled] .paw-button.focus {
  background-color: #fff;
  border-color: #204d74;
}
.paw-button .badge {
  color: #fff;
  background-color: #337ab7;
}

.date-select-text {
 display: inline-block;
 padding-left: 10px;
}
.date-select-field {
 padding-left: 10px;
}
@media only screen and (max-width: 768px) {
 .date-select-text {
  display: block;
 }
}
@media only screen and (max-width: 768px) {
 .date-select-field {
  padding-left: 10px;
 }
}


code.paw {
  font-family: 'Lora', 'Times New Roman', serif;
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  border-radius: 4px;
  background-color: #fff;
}

.boxed-number {
  font-size: 2em;
  border: 1px solid #337ab7;
  padding: 2px 5px 3px 5px;
  margin: 8px 4px 4px 4px;
  background-color: #F0F0F0;
}

@media only screen and (max-width: 768px) {
 .boxed-number {
  font-size: 1.2em;
  border: 1px solid #337ab7;
  padding: 2px 5px 3px 5px;
  margin: 8px 2px 3px 2px;
  background-color: #F0F0F0;
 }
}

footer .yappy {
  font-size: 11px;
  margin-bottom: 0;
  text-align: center;
  color: #0098d3;
}

.cal-popup td {
  background-color: #fff !important;
  padding: 10px;	
}
@media only screen and (max-width: 768px) {
 .cal-popup {
  font-size: .85em;
  padding: 8px;
 }
}

.estimate {
  width: 480px;
  font-size: 75%;
}
@media only screen and (max-width: 768px) {
 .estimate {
   width: 400px;
   font-size: 55%;
 }
}

/* Create border around any text */
.boxed-text {
  font-family: Lato, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: .6em;
  line-height: 0;
  position: relative;
  top: -0.5em;
  border: 2px solid #4e61d7;
  border-radius: 4px;
  padding: 0px 2px 1px 2px;
  margin: 8px 0 0 0;
  color: #000;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
 .boxed-text {
  font-size: .6em;
  border: 2px solid #4e61d7;
 }
}

/* Move Close button to left side of Modal. On
   some phones, when used with hotel-datepicker
   the normal Close is off screen */
.left-close {
  float: left;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.left-close:hover,
.left-close:focus {
  color: #008;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.left-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal-header .left-close {
  margin-top: 2px;
  vertical-align: middle;
}
.modal-header-text {
  font-size: 32px;
  font-weight: 400;
   color: #4e61d7;
  font-family: Lato, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

}
.modal-quote {
  font-size: 36px;
  font-weight: 400;
  color: #D74FA6;
  font-family: 'Cookie', 'Pacifico', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.modal-details {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 15px;
}
.modal-footnote {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 2px solid #666;
  margin: 30px 8px 10px 8px;
  padding: 3px 5px 3px 5px;
}

/* Float text in modal header to right side */
.modal-header .modal-tr {
  float: right;
  font-size: 16px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  margin-top: 2px;
}
   
   
/* Sets color/look of links on web pages */
.YDlink {
  color: #0085A1;
  transition: all 0.2s;
  text-decoration: none;
}
.YDlink:focus, .PaWlink:hover {
  color: #000;
      text-decoration: underline;
}


.accordion_container {
	margin: 0 60px 10px 60px;
}
@media only screen and (max-width: 768px) {
 .accordion_container {
	margin: 0 0px 10px 5px;
 }
}
.accordion_head {
    background-color: #fff;
    color: #777;
    cursor: pointer;
    font-family: 'Lora', 'Times New Roman', serif;
    font-size: 24px;
    margin: 0 0 10px 0;
    padding: 7px 11px;
    font-weight: 400;
}
.accordion_body {
    background: white;
	color: #777;
	font-size: 20px;
    font-family: 'Lora', 'Times New Roman', serif;
	line-height: 1.42857143;
	margin-left: 50px;
}
@media only screen and (max-width: 768px) {
 .accordion_body {
	margin: 0 2px 10px 2px;
 }
}
.accordion_body p {
    padding: 18px 5px;
    margin: 0px;
}
.plusminus {
    float:left;
	margin-right: 20px;
	margin-top: 4px;
}



/* Position the HOME link in the header */
.home-link {
  color: #ccc;
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px; 
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.home-link:hover, .home-link:focus, .home-link:active {
  color: #e0e0e0;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
 .home-link {
  position: absolute;
  top: 10px;
  left: 5px;
  padding: 5px;
 }
}

.duration {
  font-size: 12px;
  font-weight: 600;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

div.tagline-banner {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #4e61d7; 
  color: #ffffff;
  font-size:18px;
}

.center {
  text-align: center;
}


.container .box {
 margin:20px;
 display:table;
}
.container .box .box-row {
 display:table-row;
}
.container .box .box-cell {
 display:table-cell;
 padding:20px;
}
.container .box .box-cell.box1 {
 text-align:justify;
}
.container .box .box-cell.box2 {
 text-align:justify;
}


/* control where text breaks on a phone */
br.mobile-break { display: none; }
span.mobile-show  { display: none; }

@media only screen and (max-width: 768px) {
 br.mobile-break { display: inherit; }
 span.mobile-show  { display: inherit; }
 span.mobile-hide  { display: none; }
}

.fa-mild {
 color: #adadad;
 font-size:20px;
 
 font-weight: 400;
 line
}

.add-record {
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px 4px 10px;
  margin: 20px 0 0 0;
  letter-spacing: 1px;
  border-radius: 5px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  border: 3px solid #4e61d7;
}

.add-record:hover, .add-record:focus, .add-record:active {
  color: #fff;
  background-color: #4e61d7 !important;
}
