body,
.body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: rgb(117,120,125);
  background-color: #fff;
}

body {
  margin-top: 0;
}

a {
  cursor: pointer;
  color: rgb(117,120,125);
  text-decoration: underline;
}

a:hover {
  color: #000;
}

  a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline;
  }

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.uppercase {
  text-transform: uppercase;
}

p {
  display: block;
  /*-webkit-margin-before: initial;
  -webkit-margin-after: initial;
  -webkit-margin-start: initial;
  -webkit-margin-end: initial;   commented out due to content section on interior pages */
}

.custom-select {
	background: #fff url(/img/arrow_small_down.png) no-repeat right .75rem center;
	background-size: 12px 13px;
}

#umbraco_form_18aaadbca66b49cda6c9477419f3bcfd .umbraco-forms-field div label {
	float: right;
}

#umbraco_form_18aaadbca66b49cda6c9477419f3bcfd.umbraco-forms-form input.text, #umbraco_form_18aaadbca66b49cda6c9477419f3bcfd.umbraco-forms-form textarea, .umbraco-forms-form .checkboxlist input, .umbraco-forms-form .radiobuttonlist input, .umbraco-forms-form .checkbox input {
    float: right;
}

.umb-forms__container:first-child {
    margin-left: 0;
}

.umb-forms__container:last-child {
    margin-right: 0;
}

.umb-forms__container {
    flex: 1 1 100%;
    margin-left: 1px;
    margin-right: 1px;
    border: 2px solid #e9e9eb;
    border-top: none;
    display: flex;
    flex-direction: column;
}

.umb-forms__container {
    background: #ffffff;
    position: relative;
}

label {
  margin-left: 0px;
  float:left;
  padding-right: 5px !important;
  padding-left: 10px !important;
}

.hidden {
  display: none !important;
}

ul {
  list-style-type: none;
}

.card {
  background-color: transparent;
}

.video {
  width: 100% !important;
  height: auto !important;
}

.add-on {
  float: right;
  padding: 2px 6px;
  cursor: pointer;
}

.alignCenter {
  text-align: center;
}

.center {
  margin: 0 auto;
}

input.btn {
  border-radius: .25rem;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.3;
  border: 0;
  width: 100%;
  letter-spacing: .1875rem;
  background-color: rgb(31,53,94);
  cursor: pointer;
}

/* Headings */

h1,
.h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 400;
  color: rgb(31,53,94);
}

h2,
.h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 300;
  color: rgb(31,53,94);
	margin-bottom: 1rem;
}

h3,
.h3 {
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  color: rgb(31,53,94);
}

h4,
.h4 {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
}


/* Colors */

.green {
  color: rgb(20,207,204);
}

.red {
  color: rgb(204,13,43);
}

.yellow {
  color: rgb(255,163,0);
}

.blue {
  color: rgb(31,53,94);
}

.darkGrey {
  color: rgb(117,120,125);
}

.lightGrey {
  color: rgb(202,200,200);
}

.greenBtn,
.background--green {
  background-color: rgb(20,207,204);
}

.redBtn {
  background-color: rgb(204,13,43);
}

.yellowBtn {
  background-color: rgb(255,163,0);
}

.blueBtn,
.blueBkgnd {
  background-color: rgb(31,53,94);
}

.darkGreyBtn {
  background-color: rgb(117,120,125);
}

.lightGreyBtn {
  background-color: rgb(202,200,200);
}

#top-link-block a {
  background-color: rgb(20,207,204);
}

#top-link-block a {
  display: block;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
}

@media (min-width: 576px) {
 
}

@media (min-width: 768px) {
.vgContainer {
  margin-left: 16.66667%;
}
  .pgContainer {
    margin-left: 16.66667%;
  }
}

@media (min-width: 992px) {
  #top-link-block a {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .add-on {
    padding: 6px;
  }
}

  .owl-theme.owl-carousel {
    width: 90%;
    float: left;
    overflow: hidden;
  }

  .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }

    .owl-theme .owl-nav [class*='owl-'] {
      color: #FFF;
      font-size: 14px;
      margin: 5px;
      padding: 4px 7px;
      background: #D6D6D6;
      display: inline-block;
      cursor: pointer;
      border-radius: 3px;
    }

      .owl-theme .owl-nav [class*='owl-']:hover {
        background: #869791;
        color: #FFF;
        text-decoration: none;
      }

    .owl-theme .owl-nav .disabled {
      opacity: 0.5;
      cursor: default;
    }

  .owl-theme .owl-item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
  }

  .owl-theme .owl-item .owl-video-wrapper {
    height: 100%;
  }

  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
  }

  .owl-theme .owl-dots {
    text-align: left;
    -webkit-tap-highlight-color: transparent;
  }

    .owl-theme .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1;
      *display: inline;
    }

      .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 0.5rem 0.5rem 0.5rem 0;
        background: #d8d1c9;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity 200ms ease;
        transition: opacity 200ms ease;
        border-radius: 0;
      }

      .owl-theme .owl-dots .owl-dot.active span,
      .owl-theme .owl-dots .owl-dot:hover span {
        background: #f68e1e;
      }
#imageCarouselSection .owl-theme .owl-dots {
    text-align: center;
  }
#imageCarouselSection .owl-theme.owl-carousel {
    width: 100%;
  }
  #latestNews .owl-carousel .owl-stage-outer {
    overflow: hidden;
    background: #FFF;
    box-shadow: 0 0 4px #455465;
    margin: 16px 0;
  }

  #latestNews .owl-theme.owl-carousel {
    width: 83.3333%;
  }

  #latestNews .toutrPost {
    margin: 16px 0;
  }

    #latestNews .toutrPost .networkTag {
      font-size: 2.8rem;
      color: #b0a39a;
      line-height: 1.2;
    }

      #latestNews .toutrPost .networkTag a {
        color: inherit;
      }

    #latestNews .toutrPost .time {
      font-family: "Oswald", sans-serif;
      font-weight: 700;
      font-size: 2.4rem;
      margin-right: 0.6rem;
    }

    #latestNews .toutrPost .lighter {
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 700;
      color: #b0a39a;
      text-transform: uppercase;
    }

  #latestNews .copy a,
  #latestNews .copy .hashtag {
    color: #41c4dc;
  }

  #latestNews .owlNavWrap {
    -webkit-transition: all linear 220ms;
    transition: all linear 220ms;
  }

  #latestNews .owlNav {
    font-size: 3.6rem;
    cursor: pointer;
    -webkit-transition: all linear 220ms;
    transition: all linear 220ms;
  }

  #latestNews .toutrPost {
    text-align: center;
  }

    #latestNews .toutrPost p span, #latestNews .toutrPost p a {
      display: block;
    }

  #latestNews .owl-theme.owl-carousel {
    width: 100%;
  }

  .umbraco-forms-form {
    width: 75%;
  }

  .form-control {
    border: 2px solid rgba(0,0,0,.15);
  }

  span.field-validation-error {
    color: rgb(204,13,43);
  }

  /* Children Navigation */
  .childrenPictureNavigation {
    margin-top: 30px;
  }

  .childNav a.card {
    min-height: 200px;
    border: none;
    text-decoration: none;
  }

    .childNav a.card .card-block h4 {
      background-color: rgb(31,53,94);
      color: #fff;
      font-weight: 400;
      margin-top: 6px;
      padding-top: 4px;
      padding-bottom: 6px;
      text-transform: uppercase;
      letter-spacing: .1875rem;
    }

    .childNav a.card:hover {
      text-decoration: none;
    }

      .childNav a.card:hover .card-block h4 {
        background-color: rgb(20,207,204);
        border-radius: .25rem;
        border: 0;
      }

    .childNav a.card .card-block {
      padding: 0;
    }

    .childNav a.card .card-img-top {
      border-radius: .25rem;
      border: 0;
    }



  /* More to Explore Day Trips*/
  .iconBlock {
    padding-top: 20px;
  }

  .more2ExploreBlock {
    margin-bottom: 30px;
  }

  /* Upcoming Events */

  .eventListSection {
  }

	.eventListSection .event-list-wrap {
		max-height: 350px;
		overflow-y: auto;
	}

    .eventListSection .leftColumn {
      padding-left: 15px;
    }

    .eventListSection .rightColumn {
      overflow-y: auto;
      /*border-bottom: 1px solid rgb(117,120,125);*/
      padding-bottom: 5px;
    }

      .eventListSection .rightColumn h3 {
        border-top: 2px solid rgb(31,53,94);
        border-bottom: 1px solid #cecece;
        margin-bottom: 0;
        padding-top: 5px;
        padding-bottom: 10px;
      }

        .eventListSection .rightColumn h3 a {
          float: right;
        }

          .eventListSection .rightColumn h3 a small {
            font-size: 50%;
            padding-right: 20px;
          }

  a.eventLink {
    color: rgb(117,120,125);
    text-decoration: none;
  }

    a.eventLink .leftColumn {
      padding-left: 0;
    }



    a.eventLink:hover {
      color: black;
      text-decoration: none;
    }

  .eventLink .row {
    /*margin-bottom: 10px;*/
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #cecece;
  }

.regionsCard .cardDiv {
  margin-bottom:30px;
}
.regionsCard a {
  border:none;
  display: block;
}
.regionsCard a:hover {
  opacity:.8;
}
  .regionsCard a div.card-block {
    max-width: 100%;
    margin: auto;
    display: block;
    padding:0;
  }

@media (min-width: 768px) {
.eventListSection .leftColumn {
    padding-left: 0;
}
}

    /*.regionsCard a div.card-block, .regionsCard a div.card-block::before, .regionsCard a div.card-block::after {
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }

      .regionsCard a div.card-block:after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 40%;
        text-align: center;
        margin: auto;
        width: 0%;
        height: 2px;
        background: #2c3e50;
      }

      .regionsCard a div.card-block img {
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        border-radius: .25rem;
        border: 0;
      }

        .regionsCard a div.card-block img:hover {
          width: 110%;
          height: 110%;
        }*/


  /*  BREADCRUMBS  */

  ul.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    padding-left: 0;
  }

    ul.breadcrumb li {
      display: inline-block;
    }

      ul.breadcrumb li a {
        text-decoration: none;
      }

  /*  Content Section  */

  .contentSection {
    margin-bottom: 2rem;
  }

  /*  Day Trips Section  */

  .dayTripsSection {
    margin-bottom: 2rem;
  }

    .dayTripsSection .rightColumn {
      padding-right: 0;
    }

    .dayTripsSection .leftColumn {
      padding-left: 0;
    }

  /*  Featured Image Section  */


  .featuredImage {
    height: 200px;
    background-position-x: center;
  }

  .featuredImageCaptionSection {
    background-color: rgb(255,163,0);
    min-height: 34px;
    margin-bottom: 32px;
    margin-left:0;
    margin-right:0;
  }

    .featuredImageCaptionSection .captionContainer {
      position: relative;
    }

      .featuredImageCaptionSection .captionContainer .imageCaption {
        position: absolute;
        font-size: 14px;
        font-size: .875rem;
        right: 220px;
        color: white;
        font-weight: 400;
        letter-spacing: .15em;
        padding-top: 7px;
        top: 0;
      }

      .featuredImageCaptionSection .captionContainer div {
        width: 200px;
        height: 90px;
        background-color: rgb(20,207,204);
        z-index: 3;
        position: absolute;
        right: 0;
        top: -56px;
      }

      .featuredImageCaptionSection .captionContainer img {
        height: 64px;
        padding-top: 10px;
        padding-left: 13px;
      }
    .featuredImageCaptionSection .captionContainerMobile {
      padding: 8px 40px;
      color: #fff;
    }


      .ui-datepicker .ui-datepicker-title {
  font-size: 12px;
  font-size: .75rem;
}

  .ui-datepicker th {
    font-size: 12px;
    font-size: .75rem;
  }

.pdfButton a {
  background-color: rgb(31,53,94);
  color: #fff;
  font-weight: 400;
  padding: 6px 10px;
  text-transform: uppercase;
  letter-spacing: .1875rem;
  text-decoration: none;
  border-radius: .25em;
  float:right;
  margin: 0 0 6px 10px;
}

.pdfButton a:hover {
  background-color: rgb(20,207,204);
}

/* form validation message */
.validation-summary-errors {
padding-top: 20px;
color: red;
font-weight: bold;	
}

.tertNav li a.active,
.phone li a.active {
  color: rgb(204,13,43);
}



