/* LA Content */
.aTab {
  width: 18px;
  height: 24px;
  color: #222;
  position: absolute;
  left: -18px;
  top: 0; }

.aTools {
  position: fixed;
  z-index: 99;
  width: 110px;
  font: 12px/1.4 sans-serif;
  top: 200px;
  right: 0;
  padding: 10px;
  display: none;
  background: #eee; }

.aTools * {
  background: #eee;
  cursor: pointer; }

.aTools.a9 {
  display: block; }

.aTools.a5 {
  display: block; }

.aTools.aClose {
  right: -110px; }

.aTools.aClose .arr {
  border-right: 6px solid;
  border-left: 6px solid transparent;
  margin: 6px 4px 6px 0; }

.aTools a {
  text-decoration: none !important;
  border: none !important; }

.aTools .arr {
  border: 6px solid transparent;
  border-left: 6px solid;
  display: inline-block;
  margin: 6px 0 6px 8px; }

@media (max-width: 500px) {
  .aTools {
    display: none !important; } }
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Header */
header .oneColumnsParent .rmSlide {
  width: 300px !important; }

header .oneColumns > div {
  width: 100%; }

header .fiveColumnsParent .rmSlide {
  width: 1200px !important; }

header .fiveColumns > div {
  width: 20%; }

header .RadMenu > ul > .oneColumnsParent{
  position: relative !important; }

header .leftMenu .oneColumnsParent .rmSlide, header .leftMenu .fiveColumnsParent .rmSlide {
  left: 0 !important;
  right: inherit !important; }

header .rightMenu .oneColumnsParent .rmSlide, header .rightMenu .fiveColumnsParent .rmSlide {
  left: inherit !important;
  right: 0 !important; }

.banner {
  position: relative; }
  .banner > .mpContent img {
    width: 100%; }
    @media (max-width: 768px) {
      .banner > .mpContent img {
        min-height: 180px !important;
        -o-object-fit: cover;
        object-fit: cover; } }
  .banner.opacity > .mpContent {
    position: relative; }
    .banner.opacity > .mpContent:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      background: #000;
      opacity: 0.55; }
  .banner > .clickToEditDiv {
    position: absolute;
    z-index: 10;
    bottom: 5px;
    left: 5px;
    height: 70px;
    width: 125px;
    padding-top: 8px !important;
    background: #EEE;
    font-size: 15px;
    line-height: 1.6;
    text-align: center; }
    .banner > .clickToEditDiv a {
      display: block; }
    @media (max-width: 500px) {
      .banner > .clickToEditDiv {
        display: none; } }
    .banner > .clickToEditDiv:before {
      content: 'Banner Image'; }
  .banner > h1, .banner > h2 {
    margin: 0 !important;
    padding: 20px;
    font-family: "Bulmer W01", serif !important;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.24px;
    text-align: center;
    color: #FFF !important; }
    @media (min-width: 701px) {
      .banner > h1, .banner > h2 {
        position: absolute;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0;
        right: 0; } }
  .banner > h1 {
    font-size: 60px !important; }
    @media (max-width: 700px) {
      .banner > h1 {
        font-size: 40px !important;
        color: #222 !important; } }
  .banner > h2 {
    font-size: 55px !important; }
    @media (max-width: 700px) {
      .banner > h2 {
        font-size: 40px !important;
        color: #222 !important;
        background: #f1f1f1; } }

.grey-background {
  background: #f1f1f1; }

[class^="main-content"] .abut {
  height: auto;
  padding: 15px 60px;
  line-height: 1.2;
  border: 3px solid #c6a664; }
  [class^="main-content"] .abut:after {
    display: none; }
  [class^="main-content"] .abut:hover, [class^="main-content"] .abut:active {
    border: 3px solid #c6a664; }

.main-content {
  width: 100%;
  max-width: 860px;
  padding: 60px 15px;
  margin: 0 auto;
  line-height: 2; }
  .main-content p {
    line-height: 2; }

.main-content-wide {
  width: 100%;
  max-width: 1000px;
  padding: 80px 15px;
  margin: 0 auto;
  font-size: 16.5px;
  line-height: 2; }
  @media (max-width: 1400px) {
    .main-content-wide {
      padding: 60px 15px; } }
  @media (max-width: 700px) {
    .main-content-wide {
      padding: 30px 15px; } }
  .main-content-wide h2 {
    margin: 0 0 20px;
    font-family: "Univers Next W01" !important;
    font-size: 22px !important;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none;
    color: #515151 !important; }
  .main-content-wide p {
    font-size: 16.5px;
    line-height: 2; }

.main-content-extrawide {
  width: 100%;
  max-width: 1200px;
  padding: 80px 15px;
  margin: 0 auto;
  font-size: 16.5px;
  line-height: 2; }
  @media (max-width: 1400px) {
    .main-content-extrawide {
      padding: 60px 15px; } }
  @media (max-width: 700px) {
    .main-content-extrawide {
      padding: 30px 15px; } }
  .main-content-extrawide > .container {
    width: 100% !important;
    padding: 0 !important; }
  .main-content-extrawide h2 {
    margin: 0 0 30px;
    font-family: "Univers Next W01" !important;
    font-size: 23px !important;
    font-weight: 400;
    line-height: 1.32;
    letter-spacing: 0;
    text-transform: none;
    color: #515151 !important; }
    .main-content-extrawide h2.cursive {
      font-family: "Bulmer W01", serif !important;
      font-size: 30px !important;
      font-style: italic;
      letter-spacing: -0.18px;
      color: #222; }
    .main-content-extrawide h2.border-title {
      display: flex;
      width: 100%;
      justify-content: left;
      align-items: center;
      text-align: left; }
      .main-content-extrawide h2.border-title:after {
        content: '';
        border-top: 2px solid #dbdbdb;
        margin: 0 0 0 20px;
        flex: 1 0 20px; }
      @media (max-width: 768px) {
        .main-content-extrawide h2.border-title {
          display: none; } }
  .main-content-extrawide h3 {
    margin: 0 0 5px;
    font-family: "Source Sans Pro", sans-serif !important;
    font-size: 22px !important;
    font-weight: 600;
    line-height: 1.38;
    letter-spacing: 0;
    text-transform: none;
    color: #af945f; }
  .main-content-extrawide h4 {
    margin: 0;
    font-size: 26px; }
  .main-content-extrawide ul, .main-content-extrawide li {
    display: block;
    padding: 0; }
  .main-content-extrawide ul {
    margin: 0 0 20px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.58;
    letter-spacing: 0;
    color: #1c1c1c; }
  .main-content-extrawide li {
    margin: 0; }

.responsive-table {
  width: 100%;
  background: none; }
  @media (max-width: 700px) {
    .responsive-table {
      display: block; }
      .responsive-table tbody, .responsive-table tr, .responsive-table td {
        display: block;
        width: 100%; } }

.centered-title {
  text-align: center; }
  @media (max-width: 700px) {
    .centered-title > br {
      display: none; } }
  .centered-title h1 {
    margin: 0 0 20px !important;
    font-family: "Bulmer W01", serif !important;
    font-size: 40px !important;
    color: #af945f !important; }
  .centered-title h2 {
    font-family: "Univers Next W01" !important;
    font-size: 22px !important;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none;
    color: #515151 !important; }
    .centered-title h2 i {
      font-style: italic; }
  .centered-title h3 {
    font-family: "Bulmer W01", serif !important;
    font-size: 23px !important;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: -0.14px;
    text-transform: none;
    color: #222 !important; }

.panel {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto !important;
  font-size: 16.5px;
  border: none !important;
  border-top: 25px solid #f1f1f1 !important;
  border-bottom: 25px solid #f1f1f1 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  overflow: hidden; }
  .panel.no-top {
    border-top: none !important; }
  .panel.no-bottom {
    border-bottom: none !important; }
  .panel > div {
    display: table-row; }
  .panel > div > div {
    display: table-cell;
    vertical-align: middle;
    position: relative; }
  @media (max-width: 991px) {
    .panel {
      display: block;
      border: none !important; } }
  .panel h2 {
    margin: 0 0 10px;
    font-family: "Bulmer W01", serif !important;
    font-size: 36px !important;
    font-weight: 400;
    letter-spacing: 0.15px;
    line-height: 1.6;
    text-transform: none;
    color: #444 !important; }
  .panel h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 1.6;
    text-transform: uppercase;
    color: #af945f; }
    @media (max-width: 1300px) {
      .panel h3 {
        letter-spacing: 2px; } }
  .panel p {
    line-height: 2; }
  .panel .button {
    padding: 15px 10%; }
  .panel .panel-content {
    width: 40%;
    padding: 60px 80px;
    background: #f1f1f1;
    line-height: 2; }
    @media (max-width: 1400px) {
      .panel .panel-content {
        padding: 50px; } }
    @media (max-width: 1300px) {
      .panel .panel-content {
        width: 50%; } }
    @media (max-width: 991px) {
      .panel .panel-content {
        display: block;
        width: 100%;
        text-align: center !important; }
        .panel .panel-content .mpContent {
          margin: 0 auto !important; } }
    @media (max-width: 700px) {
      .panel .panel-content {
        padding: 30px 20px; } }
    .panel .panel-content > table {
      top: 200px; }
    .panel .panel-content [id^="photoPluginWrapper"] {
      width: 100% !important;
      height: auto !important;
      z-index: 1; }
    .panel .panel-content .mpContent {
      max-width: 400px; }
      .panel .panel-content .mpContent img {
        margin: 0 0 3rem; }
      @media (max-width: 1600px) {
        .panel .panel-content .mpContent {
          max-width: 100%; } }
  .panel.white .panel-content {
    background: #FFF; }
  .panel .panel-image {
    width: 60%;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden; }
    @media (max-width: 1300px) {
      .panel .panel-image {
        width: 50%; } }
    @media (max-width: 991px) {
      .panel .panel-image {
        display: block;
        width: 100%;
        background: none !important; }
        .panel .panel-image .mpContent img {
          opacity: 1 !important; }
        .panel .panel-image > div {
          position: relative; } }
    .panel .panel-image > table {
      top: 200px; }
    .panel .panel-image [id^="photoPluginWrapper"] {
      width: 100% !important;
      height: auto !important;
      z-index: 1; }
    .panel .panel-image .mpContent img {
      width: 100%;
      opacity: 0; }
    .panel .panel-image > div > .clickToEditDiv {
      position: absolute;
      z-index: 10;
      bottom: 5px;
      left: 5px;
      height: 60px;
      width: 150px;
      background: #EEE;
      font-size: 15px;
      line-height: 1.6; }
      .panel .panel-image > div > .clickToEditDiv a {
        display: block; }
      @media (max-width: 500px) {
        .panel .panel-image > div > .clickToEditDiv {
          display: none; } }
      .panel .panel-image > div > .clickToEditDiv:before {
        content: 'Image'; }
  @media (max-width: 991px) {
    .panel.right-content > div {
      display: block; } }
  .panel.right-content .panel-content .mpContent {
    margin: 0 auto 0 0; }
  @media (max-width: 991px) {
    .panel.left-content > div {
      display: table;
      table-layout: fixed;
      width: 100%; } }
  @media (max-width: 991px) {
    .panel.left-content > div > div:last-child {
      display: table-header-group;
      width: 100%; }
      .panel.left-content > div > div:last-child > div {
        position: relative; } }
  .panel.left-content .panel-content {
    text-align: right; }
    .panel.left-content .panel-content .mpContent {
      margin: 0 0 0 auto; }
  @media (max-width: 700px) {
    .panel > br {
      display: none; } }

.menus {
  padding: 40px 15px;
  width: 100%;
  max-width: 860px;
  margin: 0 auto; }
  @media (max-width: 700px) {
    .menus {
      padding: 0; } }
  .menus > div {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .menus > div > div {
      display: table-cell;
      width: 50%;
      vertical-align: top; }
    @media (max-width: 700px) {
      .menus > div {
        display: block;
        width: 100%; }
        .menus > div > div {
          display: block;
          width: 100%;
          padding: 20px !important;
          border: none !important;
          text-align: center !important; }
          .menus > div > div:last-child {
            padding-top: 0 !important; } }
  .menus h3 {
    margin: 0;
    font-family: "Source Sans Pro", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1.89;
    letter-spacing: 0.53px;
    text-transform: uppercase;
    color: #626262; }
    .menus h3 em, .menus h3 i {
      font-weight: 400;
      text-transform: none; }
  .menus p {
    margin: 0 !important;
    font-size: 15.5px; }
  .menus .mpContent table {
    width: 100%; }
  .menus .mpContent a h3 {
    color: #626262; }
  .menus .mpContent a:hover h3, .menus .mpContent a:active h3 {
    color: #af945f; }
  .menus .mpContent td {
    padding-bottom: 15px; }
  .menus .mpContent tr:last-child td {
    padding-bottom: 0; }

.menus-left {
  text-align: right;
  border-right: 1px solid #d3d3d3;
  padding: 10px 60px 10px 10px; }

.menus-right {
  border-left: 1px solid transparent;
  padding: 10px 10px 10px 60px; }

.menus-disclaimer {
  padding: 20px 15px;
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 13px;
  font-style: italic;
  line-height: 1.86;
  color: #828282; }
  .menus-disclaimer p {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    font-size: 13px;
    font-style: italic;
    line-height: 1.86;
    color: #828282; }
  @media (max-width: 700px) {
    .menus-disclaimer > br {
      display: none; } }

.menus-awards {
  padding: 20px 0;
  text-align: center; }
  @media (max-width: 700px) {
    .menus-awards > br {
      display: none; } }
  .menus-awards .mpContent table, .menus-awards .mpContent tbody, .menus-awards .mpContent tr, .menus-awards .mpContent td {
    display: inline-block; }
  .menus-awards .mpContent td {
    vertical-align: middle;
    width: auto;
    padding: 0 50px; }
    @media (max-width: 900px) {
      .menus-awards .mpContent td {
        padding: 0 20px; } }
    @media (max-width: 700px) {
      .menus-awards .mpContent td {
        padding: 20px;
        display: block;
        width: 100%; } }
  .menus-awards .mpContent img {
    max-height: 155px; }

.full-cta {
  position: relative;
  width: 100%; }

.fc-content {
  width: 100%;
  max-width: 900px;
  padding: 6.5% 15px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.55;
  color: #FFF;
  text-align: center; }
  .fc-content h1, .fc-content h2, .fc-content h3, .fc-content h4, .fc-content h5, .fc-content h6, .fc-content p {
    color: #FFF !important; }
  .fc-content p {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.55; }
  .fc-content h2 {
    padding: 0 0 1rem;
    margin: 0;
    font-family: "Bulmer W01", serif !important;
    font-size: 45px !important;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.18px;
    text-transform: none; }
    @media (max-width: 700px) {
      .fc-content h2 {
        font-size: 35px !important; } }
  .fc-content .abut {
    height: auto;
    padding: 15px 60px;
    line-height: 1.2;
    border: 3px solid #c6a664; }
    .fc-content .abut:after {
      display: none; }
    .fc-content .abut:hover, .fc-content .abut:active {
      border: 3px solid #c6a664; }

.fc-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000; }
  .fc-bg .mpContent {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0.5;
    overflow: hidden; }
    .fc-bg .mpContent img {
      opacity: 0; }
  .fc-bg .clickToEditDiv {
    position: absolute;
    z-index: 12;
    bottom: 15px;
    left: 15px;
    height: 60px;
    width: 150px;
    background: #EEE;
    font-size: 15px;
    line-height: 1.6; }
    .fc-bg .clickToEditDiv a {
      display: block; }
    @media (max-width: 500px) {
      .fc-bg .clickToEditDiv {
        display: none; } }
    .fc-bg .clickToEditDiv:before {
      content: 'Image'; }

@media (max-width: 700px) {
  .hide-mobile {
    display: none; } }

.menu-list-container {
  padding: 60px 15px;
  background: #f1f1f1; }

.menu-list-title {
  margin: 0 0 25px;
  font-family: "Bulmer W01", serif;
  font-size: 65px;
  font-weight: 400;
  letter-spacing: 0.18px;
  text-align: center;
  color: #af945f; }
  @media (max-width: 700px) {
    .menu-list-title {
      font-size: 45px; } }

.menu-list-menu {
  width: 100%;
  max-width: 1500px;
  padding: 25px 15px;
  margin: 0 auto 50px;
  border-bottom: 1px solid #CCC;
  text-align: center; }
  @media (max-width: 700px) {
    .menu-list-menu {
      display: none; } }
  .menu-list-menu ul, .menu-list-menu li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 1.5px;
    text-transform: uppercase; }
  .menu-list-menu li {
    padding: 0 20px;
    border-right: 1px solid #ccc; }
    .menu-list-menu li:last-child {
      border-right: none; }
  .menu-list-menu li a {
    color: #3A4A4A; }
    .menu-list-menu li a:hover, .menu-list-menu li a:active {
      color: #af945f; }

.directions-upper {
  width: 100%;
  max-width: 1200px;
  padding: 80px 15px 60px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #515151; }
  .directions-upper p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: #515151; }
  @media (max-width: 1400px) {
    .directions-upper {
      padding: 60px 15px 40px; } }
  @media (max-width: 700px) {
    .directions-upper {
      padding: 30px 15px 20px; } }
  .directions-upper > .container {
    width: 100% !important;
    padding: 0 !important; }
  .directions-upper h2 {
    font-family: "Source Sans Pro", sans-serif !important;
    font-size: 25px !important;
    font-weight: 700;
    line-height: 1.32;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #515151 !important; }
  .directions-upper h3 {
    font-family: "Source Sans Pro", sans-serif !important;
    font-size: 24px !important;
    font-weight: 400;
    line-height: 1.46;
    letter-spacing: 0;
    color: #515151 !important; }

.directions-lower {
  width: 100%;
  max-width: 1200px;
  padding: 80px 15px 60px;
  margin: 0 auto;
  font-size: 16.5px;
  line-height: 2;
  border-top: 1px solid #cbcbcb; }
  @media (max-width: 1400px) {
    .directions-lower {
      padding: 60px 15px 40px; } }
  @media (max-width: 700px) {
    .directions-lower {
      padding: 30px 15px 20px; } }

.directions-list:before {
  display: none;
  padding: 20px 0 0;
  content: 'DIRECTIONS';
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 1.65;
  color: #515151; }
.directions-list .vertical-tabstrip .levelwrap > ul {
  text-align: left; }
  .directions-list .vertical-tabstrip .levelwrap > ul:before {
    content: 'DIRECTIONS';
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.2px;
    line-height: 1.65;
    text-align: left;
    color: #515151; }
@media (max-width: 1023px) {
  .directions-list:before {
    display: block; }
  .directions-list .vertical-tabstrip .levelwrap > ul:before {
    display: none; } }

.directions-iframe {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }
  .directions-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.directions-disclaimer {
  padding: 30px 0 0; }
  .directions-disclaimer h2 {
    margin: 0;
    font-family: "Bulmer W01", serif !important;
    font-size: 20px !important;
    font-weight: 400;
    font-style: italic;
    letter-spacing: -0.14px;
    color: #222 !important;
    text-align: center; }

.gallery {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 65px 0; }

.gallery-title {
  width: 100%;
  max-width: 1000px;
  padding: 0 15px 65px;
  margin: 0 auto;
  text-align: center;
  font-family: "Bulmer W01", serif;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.88;
  color: #c1c1c1; }
  .gallery-title h2 {
    font-family: "Source Sans Pro", sans-serif !important;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #515151 !important; }
  .gallery-title p {
    margin: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16.5px;
    font-weight: 300;
    line-height: 1.88;
    color: #1c1c1c; }

.thumbs-album [id*="photoPluginWrapper"] {
  width: 100% !important; }
.thumbs-album .carousel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  padding: 1rem; }
  .thumbs-album .carousel > div {
    display: block;
    height: 100% !important;
    padding: 1rem;
    margin: 0 !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
    .thumbs-album .carousel > div > img {
      height: auto;
      width: 100%;
      max-width: 100%;
      vertical-align: middle; }

@media (max-width: 1024px) {
  .thumbs-album .carousel > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
.thumbs-arrows-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-top: 15px; }
  .thumbs-arrows-wrap a {
    padding: 0;
    border: none; }
    .thumbs-arrows-wrap a div {
      background-position: 50% 50%;
      background-repeat: no-repeat; }
    .thumbs-arrows-wrap a:hover, .thumbs-arrows-wrap a:active {
      opacity: 0.7; }

.thumbs-album .thumbs-arrows-wrap > a {
  font-size: 0;
  line-height: 1;
  padding: 0 15px;
  border: none; }
  .thumbs-album .thumbs-arrows-wrap > a div {
    width: 50px;
    height: 15px;
    background-size: 40px;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .thumbs-album .thumbs-arrows-wrap > a:first-child div {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3e%3cpath fill='none' stroke-miterlimit='10' d='M28 32l-8-8 8-8' stroke-linecap='square' stroke-width='2' stroke='%23919191'/%3e%3c/svg%3e"); }
  .thumbs-album .thumbs-arrows-wrap > a:last-child div {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3e%3cpath fill='none' stroke-miterlimit='10' d='M20 16l8 8-8 8' stroke-linecap='square' stroke-width='2' stroke='%23919191'/%3e%3c/svg%3e"); }
  .thumbs-album .thumbs-arrows-wrap > a:hover, .thumbs-album .thumbs-arrows-wrap > a:active {
    opacity: 0.7; }

.thumbs-album .thumbs-arrows-wrap > span {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin: 0 5px;
  color: #2b2b2b; }

.vertical-tabstrip, .vertical-tabstrip [id$="_radTabsTop"] .levelwrap {
  background: none !important; }

.vertical-tabstrip .tsContent, .vertical-tabstrip .tsContent p {
  font-weight: 400;
  font-size: 16.5px; }

.vertical-tabstrip .tsContent, .vertical-tabstrip table[id$="_tblTop"] {
  background: none !important; }

.vertical-tabstrip .tsContent {
  padding: 20px 0; }

@media screen and (min-width: 1024px) {
  .vertical-tabstrip .RadTabStrip_Tab_responsive, .vertical-tabstrip table {
    background: none; }

  .vertical-tabstrip [id$="_radTabsTop"] .levelwrap.level1 > ul > li {
    display: block;
    width: 100%;
    padding: 1rem 0;
    text-align: left; }

  .vertical-tabstrip [id$="_radTabsTop"] .levelwrap.level1 > ul > li > a {
    display: inline-block;
    padding: 10px 0 !important;
    margin: 0 !important;
    line-height: 1.5;
    background: none !important;
    opacity: 1 !important; }

  .vertical-tabstrip {
    position: relative; }

  .vertical-tabstrip .levelwrap {
    width: 100% !important; }

  .vertical-tabstrip .levelwrap > ul {
    display: block !important;
    white-space: initial !important;
    margin: 0 !important;
    padding: 0 20px 0 0;
    background: 0 0 !important; }

  .vertical-tabstrip .levelwrap.level1 li a {
    overflow: initial; }

  .vertical-tabstrip .levelwrap.level1 li a .wrap {
    padding: 0;
    background: 0 0 !important;
    border: none !important; }

  .vertical-tabstrip .levelwrap.level1 li a .innerWrap {
    padding: 0 !important;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
    text-align: left;
    color: #7a7a7a;
    white-space: normal;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

  .vertical-tabstrip .levelwrap.level1 li a.selected .innerWrap, .vertical-tabstrip .levelwrap.level1 li a:focus .innerWrap, .vertical-tabstrip .levelwrap.level1 li a:hover .innerWrap {
    color: #a48a55; }

  .vertical-tabstrip .levelwrap.level1 li a.selected .innerWrap {
    font-weight: 600; }

  .vertical-tabstrip table[id$="_tblTop"] {
    border-collapse: inherit;
    background: none;
    padding: 0;
    table-layout: fixed; }
    .vertical-tabstrip table[id$="_tblTop"] > tbody {
      display: table-row; }
    .vertical-tabstrip table[id$="_tblTop"] > tbody > tr {
      display: table-cell;
      vertical-align: top; }
    .vertical-tabstrip table[id$="_tblTop"] > tbody > tr:first-child {
      width: 35%;
      border-right: 1px solid #ddd; }
    .vertical-tabstrip table[id$="_tblTop"] > tbody > tr:first-child > td:nth-child(2) {
      width: 100%;
      display: block; }
    .vertical-tabstrip table[id$="_tblTop"] > tbody > tr div[id$="_radMultTop"] {
      margin-top: 0 !important; }
    .vertical-tabstrip table[id$="_tblTop"] > tbody > tr div[id$="_radMultTop"] .tsContent {
      border: none;
      padding: 0 0 0 80px;
      margin-bottom: 0;
      border: none !important; }
    .vertical-tabstrip table[id$="_tblTop"] > tbody > tr:last-child {
      width: 0; }
    .vertical-tabstrip table[id$="_tblTop"] > tbody > tr > td {
      width: 100%;
      display: block; } }
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .vertical-tabstrip table[id$="_tblTop"] > tbody > tr div[id$="_radMultTop"] .tsContent {
    padding: 0 0 0 60px; } }
@media screen and (min-width: 1024px) and (width: 1024px) {
  .vertical-tabstrip table[id$="_tblTop"] > tbody > tr div[id$="_radMultTop"] .tsContent {
    padding: 0 0 0 40px; } }
html._Telerik_IE9 .vertical-tabstrip .levelwrap > ul li {
  display: block !important; }

.three-column-callouts {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px 40px;
  font-size: 0; }
  @media (max-width: 1199px) {
    .three-column-callouts {
      padding: 0 10px 10px; } }
  .three-column-callouts > div {
    display: inline-block;
    vertical-align: top;
    width: 33.3333333333333%; }
    @media (max-width: 980px) {
      .three-column-callouts > div {
        width: 100%; } }

.small-cta {
  position: relative;
  z-index: 1;
  border: 10px solid #FFF;
  height: 300px;
  cursor: pointer; }
  @media (max-width: 1199px) {
    .small-cta {
      padding: 5px solid #FFF; } }
  .small-cta:hover .small-cta-content:before, .small-cta:active .small-cta-content:before {
    top: 0;
    transform: translateY(0%);
    height: 100%;
    max-width: 100%; }
  .small-cta:hover .small-cta-content .mpContent table tr:last-child, .small-cta:active .small-cta-content .mpContent table tr:last-child {
    max-height: 200px; }
  @media (max-width: 1024px) {
    .small-cta .small-cta-content:before {
      top: 0;
      transform: translateY(0%);
      height: 100%;
      max-width: 100%; }
    .small-cta .small-cta-content .mpContent table tr:last-child {
      max-height: 200px; } }

.small-cta-link .mpContent {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0 !important; }
  .small-cta-link .mpContent > a {
    display: block;
    border: none !important;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
.small-cta-link .clickToEditDiv {
  position: absolute;
  z-index: 10;
  bottom: 5px;
  right: 5px;
  height: 55px;
  width: 110px;
  padding-top: 8px !important;
  background: #EEE;
  font-size: 12px;
  line-height: 1.6;
  text-align: center; }
  .small-cta-link .clickToEditDiv a {
    display: block; }
  @media (max-width: 500px) {
    .small-cta-link .clickToEditDiv {
      display: none; } }
  .small-cta-link .clickToEditDiv:before {
    content: 'Link'; }

.small-cta-bg .mpContent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
  overflow: hidden; }
  .small-cta-bg .mpContent img {
    opacity: 0; }
  @media (max-width: 980px) {
    .small-cta-bg .mpContent {
      background-position: top center; } }
  @media (max-width: 600px) {
    .small-cta-bg .mpContent {
      background-position: 50% 50%; } }
.small-cta-bg .clickToEditDiv {
  position: absolute;
  z-index: 10;
  bottom: 5px;
  left: 5px;
  height: 55px;
  width: 110px;
  padding-top: 8px !important;
  background: #EEE;
  font-size: 12px;
  line-height: 1.6;
  text-align: center; }
  .small-cta-bg .clickToEditDiv a {
    display: block; }
  @media (max-width: 500px) {
    .small-cta-bg .clickToEditDiv {
      display: none; } }
  .small-cta-bg .clickToEditDiv:before {
    content: 'Image'; }

.small-cta-content {
  height: 300px;
  text-align: center; }
  .small-cta-content:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 120px;
    transform: translateY(-50%);
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
    z-index: 0;
    background-color: rgba(31, 31, 29, 0.55); }
  .small-cta-content h3 {
    font-family: "MTI Bulmer W01", serif;
    font-size: 28px;
    letter-spacing: 0.29px;
    margin-bottom: 12px;
    text-transform: none;
    color: #FFF; }
  .small-cta-content .mpContent {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    padding: 25px 20px;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    z-index: 1;
    color: #FFF; }
    .small-cta-content .mpContent table {
      display: block;
      width: 100%;
      background: none; }
      .small-cta-content .mpContent table tbody, .small-cta-content .mpContent table tr, .small-cta-content .mpContent table td {
        display: block;
        width: 100%; }
      .small-cta-content .mpContent table tr:last-child {
        max-height: 0;
        overflow: hidden;
        transition: 0.3s ease-in-out; }
    .small-cta-content .mpContent p {
      color: #fff;
      font-family: "Univers Next W01";
      font-size: 15px;
      font-weight: 300;
      line-height: 1.6;
      margin-bottom: 20px; }
    .small-cta-content .mpContent a {
      padding: 15px 20px;
      text-align: center;
      color: #fff;
      font-family: "AdobeGaramondW01-Regula", serif;
      font-size: 12px !important;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      display: inline-block;
      width: inherit !important;
      background: #ae935e !important; }
      .small-cta-content .mpContent a:hover, .small-cta-content .mpContent a:active {
        opacity: 1; }
  .small-cta-content .clickToEditDiv {
    position: absolute;
    z-index: 10;
    top: 5px;
    left: 5px;
    height: 55px;
    width: 110px;
    padding-top: 8px !important;
    background: #EEE;
    font-size: 12px;
    line-height: 1.6;
    text-align: center; }
    .small-cta-content .clickToEditDiv a {
      display: block; }
    @media (max-width: 500px) {
      .small-cta-content .clickToEditDiv {
        display: none; } }
    .small-cta-content .clickToEditDiv:before {
      content: 'Content'; }

.tall-cta {
  position: relative;
  z-index: 1;
  border: 10px solid #FFF;
  height: 600px;
  cursor: pointer; }
  @media (max-width: 1199px) {
    .tall-cta {
      padding: 5px solid #FFF; } }
  .tall-cta:hover .tall-cta-content:before, .tall-cta:active .tall-cta-content:before {
    top: 0;
    transform: translateY(0%);
    height: 100%;
    max-width: 100%; }
  .tall-cta:hover .tall-cta-content .mpContent table tr:last-child, .tall-cta:active .tall-cta-content .mpContent table tr:last-child {
    max-height: 200px; }
  @media (max-width: 1024px) {
    .tall-cta .tall-cta-content:before {
      top: 0;
      transform: translateY(0%);
      height: 100%;
      max-width: 100%; }
    .tall-cta .tall-cta-content .mpContent table tr:last-child {
      max-height: 200px; } }

.tall-cta-link .mpContent {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .tall-cta-link .mpContent > a {
    display: block;
    border: none !important;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
.tall-cta-link .clickToEditDiv {
  position: absolute;
  z-index: 10;
  bottom: 5px;
  right: 5px;
  height: 55px;
  width: 110px;
  padding-top: 8px !important;
  background: #EEE;
  font-size: 12px;
  line-height: 1.6;
  text-align: center; }
  .tall-cta-link .clickToEditDiv a {
    display: block; }
  @media (max-width: 500px) {
    .tall-cta-link .clickToEditDiv {
      display: none; } }
  .tall-cta-link .clickToEditDiv:before {
    content: 'Link'; }

.tall-cta-bg .mpContent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
  overflow: hidden; }
  .tall-cta-bg .mpContent img {
    opacity: 0; }
  @media (max-width: 980px) {
    .tall-cta-bg .mpContent {
      background-position: top center; } }
  @media (max-width: 600px) {
    .tall-cta-bg .mpContent {
      background-position: 50% 50%; } }
.tall-cta-bg .clickToEditDiv {
  position: absolute;
  z-index: 10;
  bottom: 5px;
  left: 5px;
  height: 55px;
  width: 110px;
  padding-top: 8px !important;
  background: #EEE;
  font-size: 12px;
  line-height: 1.6;
  text-align: center; }
  .tall-cta-bg .clickToEditDiv a {
    display: block; }
  @media (max-width: 500px) {
    .tall-cta-bg .clickToEditDiv {
      display: none; } }
  .tall-cta-bg .clickToEditDiv:before {
    content: 'Image'; }

.tall-cta-content {
  text-align: center;
  height: 595px;
  /*&:after{
  	content: '';
  	position: absolute;
  	left: 0;
  	right: 0;
  	top: 50%;
  	height: 130px;
  	transform: translateY(-50%);
  	width: 100%;
  	max-width: 260px;
  	margin: 0 auto;
  	transition: 0.3s ease-in-out;
  	z-index: 0;
  	border: 1px solid #FFF;
  }*/ }
  .tall-cta-content:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 120px;
    transform: translateY(-50%);
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
    z-index: 0;
    background-color: rgba(31, 31, 29, 0.55); }
  .tall-cta-content h3 {
    font-family: "MTI Bulmer W01", serif;
    font-size: 28px;
    letter-spacing: 0.29px;
    margin-bottom: 12px;
    text-transform: none;
    color: #FFF; }
  .tall-cta-content .mpContent {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    padding: 25px 20px;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    z-index: 1;
    color: #FFF; }
    .tall-cta-content .mpContent table {
      display: block;
      width: 100%;
      background: none; }
      .tall-cta-content .mpContent table tbody, .tall-cta-content .mpContent table tr, .tall-cta-content .mpContent table td {
        display: block;
        width: 100%; }
      .tall-cta-content .mpContent table tr:last-child {
        max-height: 0;
        overflow: hidden;
        transition: 0.3s ease-in-out; }
    .tall-cta-content .mpContent p {
      color: #fff;
      font-family: "Univers Next W01";
      font-size: 15px;
      font-weight: 300;
      line-height: 1.6;
      margin-bottom: 20px; }
    .tall-cta-content .mpContent a {
      padding: 15px 20px;
      text-align: center;
      color: #fff;
      font-family: "AdobeGaramondW01-Regula", serif;
      font-size: 12px !important;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      display: inline-block;
      width: inherit !important;
      background: #ae935e !important; }
      .tall-cta-content .mpContent a:hover, .tall-cta-content .mpContent a:active {
        opacity: 1; }
  .tall-cta-content .clickToEditDiv {
    position: absolute;
    z-index: 10;
    top: 5px;
    left: 5px;
    height: 55px;
    width: 110px;
    padding-top: 8px !important;
    background: #EEE;
    font-size: 12px;
    line-height: 1.6;
    text-align: center; }
    .tall-cta-content .clickToEditDiv a {
      display: block; }
    @media (max-width: 500px) {
      .tall-cta-content .clickToEditDiv {
        display: none; } }
    .tall-cta-content .clickToEditDiv:before {
      content: 'Content'; }

.tall-cta-title h3 {
  font-family: "MTI Bulmer W01", serif;
  font-size: 28px;
  letter-spacing: 0.29px;
  margin-bottom: 12px;
  text-transform: none;
  color: #FFF; }

.tall-cta-hide {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out; }
  .tall-cta-hide .mpContent {
    color: #FFF; }
    .tall-cta-hide .mpContent p {
      color: #fff;
      font-family: "Univers Next W01";
      font-size: 15px;
      font-weight: 300;
      line-height: 1.6;
      margin-bottom: 20px; }
    .tall-cta-hide .mpContent a {
      padding: 15px 20px;
      text-align: center;
      color: #fff;
      font-family: "AdobeGaramondW01-Regula", serif;
      font-size: 12px !important;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      display: inline-block;
      width: inherit !important;
      background: #ae935e !important; }
      .tall-cta-hide .mpContent a:hover, .tall-cta-hide .mpContent a:active {
        opacity: 1; }

.two-column-border-panel {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  font-size: 0; }
  .two-column-border-panel.last-child {
    padding: 80px 0 160px; }
  .two-column-border-panel.no-top-padding {
    padding: 0 0 80px; }
    .two-column-border-panel.no-top-padding.last-child {
      padding: 0 0 160px; }
  .two-column-border-panel > div {
    display: inline-block;
    vertical-align: top;
    width: 50%; }
  @media (max-width: 1100px) {
    .two-column-border-panel {
      padding: 40px 0; }
      .two-column-border-panel.last-child {
        padding: 40px 0 80px; }
      .two-column-border-panel.no-top-padding {
        padding: 0 0 40px; }
        .two-column-border-panel.no-top-padding.last-child {
          padding: 0 0 80px; }
      .two-column-border-panel > div {
        width: 100%; } }
  @media (max-width: 700px) {
    .two-column-border-panel {
      padding: 20px 0; }
      .two-column-border-panel.last-child {
        padding: 20px 0 40px; }
      .two-column-border-panel.no-top-padding {
        padding: 0 0 20px; }
        .two-column-border-panel.no-top-padding.last-child {
          padding: 0 0 40px; } }

.two-column-border-panel-image {
  padding: 0 45px 15px 15px;
  position: relative;
  text-align: center; }
  .two-column-border-panel-image .mpContent img {
    width: 100%;
    max-width: 100%; }
  .two-column-border-panel-image .clickToEditDiv {
    position: absolute;
    z-index: 10;
    bottom: 5px;
    left: 5px;
    height: 55px;
    width: 110px;
    padding-top: 8px !important;
    background: #EEE;
    font-size: 12px;
    line-height: 1.6;
    text-align: center; }
    .two-column-border-panel-image .clickToEditDiv a {
      display: block; }
    @media (max-width: 500px) {
      .two-column-border-panel-image .clickToEditDiv {
        display: none; } }
    .two-column-border-panel-image .clickToEditDiv:before {
      content: 'Image'; }
  @media (max-width: 1100px) {
    .two-column-border-panel-image {
      padding: 15px; }
      .two-column-border-panel-image .mpContent img {
        width: auto; } }

.two-column-border-panel-content {
  padding: 25px 15px 15px 40px;
  border-left: 1px solid #ddd;
  font-size: 15px;
  line-height: 2; }
  .two-column-border-panel-content .mpContent {
    width: 100%; }
  .two-column-border-panel-content h6 {
    font-size: 13.5px !important;
    font-weight: 500 !important;
    line-height: 1.44 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #907642 !important; }
  .two-column-border-panel-content h2 {
    font-family: "Bulmer W01", serif !important;
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 1.44 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: #000 !important; }
  .two-column-border-panel-content p {
    line-height: 2; }
  @media (max-width: 1100px) {
    .two-column-border-panel-content {
      border: none;
      padding: 30px 15px 15px;
      text-align: center; }
      .two-column-border-panel-content p {
        text-align: left; }
      .two-column-border-panel-content .mpContent {
        margin: 0 auto;
        max-width: 600px; } }

/* LA Content End */
/* Golf Resort Grid */
.card-panel-grid {
  overflow: auto; }

.card-panel-item {
  padding: 10px;
  margin: 0px;
  position: relative; }
  .card-panel-item:after {
    content: '';
    background: #000;
    position: absolute;
    z-index: 0;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px; }
  .card-panel-item:hover .card-panel-bg, .card-panel-item:active .card-panel-bg {
    opacity: 0.6 !important; }
  .card-panel-item:hover .visit-button, .card-panel-item:active .visit-button {
    opacity: 1; }
  @media (max-width: 768px) {
    .card-panel-item .card-panel-bg {
      opacity: 0.6 !important; }
    .card-panel-item .visit-button {
      opacity: 1; } }
  .card-panel-item > .clickToEditDiv {
    position: absolute;
    z-index: 99;
    bottom: 10px;
    left: 10px;
    height: 55px;
    width: 110px;
    padding-top: 8px !important;
    background: #EEE;
    font-size: 12px;
    line-height: 1.6;
    text-align: center; }
    .card-panel-item > .clickToEditDiv a {
      display: block; }
    @media (max-width: 500px) {
      .card-panel-item > .clickToEditDiv {
        display: none; } }
    .card-panel-item > .clickToEditDiv:before {
      content: 'Image'; }

.card-panel-bg {
  position: absolute;
  z-index: 1;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background-size: cover;
  opacity: 1;
  transition: all .3s ease-in-out;
  padding: 20px; }

.card-panel-info {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 100%;
  min-height: 440px;
  background-size: cover; }

.card-panel-info .info-header {
  padding: 35px 0 25px;
  font-size: 48px;
  font-family: 'Didot W01 Roman';
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  color: #fff; }

.card-panel-info .info-text {
  color: #fff;
  font-size: 15px;
  font-family: "TradeGothicNextW01-Ligh_693250", sans-serif !important;
  font-weight: 200;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase; }

.visit-button {
  opacity: 0;
  transition: all .3s ease-in-out;
  width: 256px;
  height: 40px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -128px; }
  .visit-button a {
    display: block;
    background: none;
    cursor: pointer;
    outline: none;
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-family: "TradeGothicNextW01-Ligh_693250", sans-serif !important;
    font-weight: 200;
    line-height: 40px;
    letter-spacing: .04em;
    text-align: center;
    text-decoration: none !important;
    color: #fff !important;
    transition: all 0.3s; }
    .visit-button a:after {
      content: '';
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 0;
      top: 0;
      left: 0;
      background: #fff;
      transition: all 0.3s; }
    .visit-button a:hover, .visit-button a:active {
      color: #181818 !important;
      opacity: 1; }
      .visit-button a:hover:after, .visit-button a:active:after {
        height: 100%;
        opacity: 1; }

/* history carousel */
.history-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 75px; }
  @media (max-width: 1500px) {
    .history-slider {
      padding-bottom: 150px; } }
  @media (max-width: 900px) {
    .history-slider {
      padding-bottom: 0; } }
  .history-slider > .history-title {
    display: none; }
    @media (max-width: 900px) {
      .history-slider > .history-title {
        display: block;
        padding: 0 15px 20px;
        text-align: center; } }

.history-years {
  width: 100%;
  padding: 0 50px;
  margin: 0 0 40px;
  background: #2d2d2d;
  color: #FFF;
  text-align: center;
  position: relative; }
  @media (max-width: 1200px) {
    .history-years {
      margin: 0 0 20px; } }
  @media (max-width: 900px) {
    .history-years {
      margin: 0 auto 10px; } }
  .history-years .history-years-internal {
    white-space: nowrap;
    overflow: hidden; }
  .history-years:before, .history-years:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 40px;
    background: #2d2d2d; }
  .history-years:before {
    left: 0;
    background: -moz-linear-gradient(top, rgba(45, 45, 45, 0.65) 0%, rgba(45, 45, 45, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(45, 45, 45, 0.65) 0%, rgba(45, 45, 45, 0) 100%);
    background: linear-gradient(to bottom, rgba(45, 45, 45, 0.65) 0%, rgba(45, 45, 45, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a62d2d2d', endColorstr='#002d2d2d',GradientType=0 ); }
  .history-years:after {
    right: 0;
    background: -moz-linear-gradient(top, rgba(45, 45, 45, 0) 0%, rgba(45, 45, 45, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(45, 45, 45, 0) 0%, rgba(45, 45, 45, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(45, 45, 45, 0) 0%, rgba(45, 45, 45, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002d2d2d', endColorstr='#a62d2d2d',GradientType=0 ); }
  .history-years .year-slide {
    display: inline-block;
    vertical-align: top;
    padding: 25px 35px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    color: #FFF; }
    .history-years .year-slide.active {
      color: #AE935E; }

.prev-year, .next-year {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 50px;
  padding: 23px 13px;
  cursor: pointer; }
  .prev-year img, .next-year img {
    width: 20px; }

.prev-year {
  left: 0; }

.next-year {
  right: 0; }

.history-title h3 {
  margin: 0;
  font-family: "Univers Next W01" !important;
  font-size: 13.5px !important;
  line-height: 1.44 !important;
  letter-spacing: 1.5px !important; }
.history-title h2 {
  margin: 0;
  font-family: "Bulmer W01", serif !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.13px !important;
  color: #000 !important; }

.history-content {
  background: #fff;
  font-size: 15px;
  line-height: 2;
  padding: 50px 60px; }
  @media (max-width: 700px) {
    .history-content {
      padding: 30px; } }
  .history-content .history-title {
    position: absolute;
    top: -110px;
    right: 0; }
    @media (max-width: 1200px) {
      .history-content .history-title {
        top: -80px; } }
    @media (max-width: 900px) {
      .history-content .history-title {
        display: none; } }
  .history-content .slideItem {
    display: inline-block;
    position: relative;
    vertical-align: top; }
  @media (max-width: 1600px) {
    .history-content {
      right: 0 !important; } }
  @media (min-width: 901px) {
    .history-content {
      position: absolute;
      right: 5%;
      bottom: 0;
      width: 500px; }
      .history-content .slick-list, .history-content .slick-track {
        padding: 0 !important; }
      .history-content .slideItem {
        transition: opacity 1s ease 0s !important;
        opacity: 0 !important; }
        .history-content .slideItem.slick-active {
          opacity: 1 !important; } }

.history-content-arrows {
  position: absolute;
  bottom: 25px;
  left: -225px; }
  @media (max-width: 1500px) {
    .history-content-arrows {
      bottom: 90px; } }
  @media (max-width: 900px) {
    .history-content-arrows {
      display: none; } }
  .history-content-arrows a {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #907642;
    cursor: pointer; }
    .history-content-arrows a img {
      width: 20px;
      position: relative;
      top: -2px; }
  .history-content-arrows .history-prev-slide {
    margin-right: 10px; }
  .history-content-arrows .history-next-slide {
    margin-left: 10px; }

.history-content-slides p {
  font-weight: 400;
  font-size: 15px;
  line-height: 2; }
.history-content-slides h2 {
  font-family: "Bulmer W01", serif !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.13px !important;
  color: #af945f !important; }

.history-images {
  width: 100%;
  overflow: hidden; }
  .history-images .slick-list {
    padding: 0 15% !important; }
    @media (max-width: 1400px) {
      .history-images .slick-list {
        padding: 0 10% !important; } }
    @media (max-width: 1200px) {
      .history-images .slick-list {
        padding: 0 !important; } }
  .history-images .slideItem {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    vertical-align: top; }
    @media (max-width: 1200px) {
      .history-images .slideItem {
        padding: 0; } }
    @media (max-width: 900px) {
      .history-images .slideItem {
        padding: 0 10px; } }
    .history-images .slideItem .mpContent {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      display: block;
      max-width: 100%;
      position: relative; }
      .history-images .slideItem .mpContent img {
        width: 100%;
        opacity: 0; }
    .history-images .slideItem .clickToEditDiv {
      display: none; }
    .history-images .slideItem.active .clickToEditDiv {
      display: block;
      position: absolute;
      z-index: 99;
      bottom: 10px;
      left: 10px;
      height: 55px;
      width: 110px;
      padding-top: 8px !important;
      background: #EEE;
      font-size: 12px;
      line-height: 1.6;
      text-align: center; }
      .history-images .slideItem.active .clickToEditDiv a {
        display: block; }
      @media (max-width: 500px) {
        .history-images .slideItem.active .clickToEditDiv {
          display: none; } }
      .history-images .slideItem.active .clickToEditDiv:before {
        content: 'Image'; }

/* Carousel */
.carousel-album {
  padding: 0;
  margin-top: 0;
  position: relative;
  overflow: hidden; }

.carousel-album > h3 {
  margin-bottom: 1.5em;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.5px; }

@media screen and (max-width: 767px) {
  .carousel-album > h3 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0.5em; } }
.carousel-album div[id*="photoPluginWrapper"] {
  min-height: 0 !important;
  width: 100% !important;
  height: auto !important; }

.carousel-album .photoGalleryThumbPageDiv {
  position: relative !important; }

.carousel-album .slider-nav .set-bg-cover {
  font-size: 0; }

.carousel-album .slider-nav .slide-box h2, .carousel-album .slider-nav .slide-box p {
  display: none; }

.carousel-album .slider-for {
  position: relative;
  padding: 37px 15px;
  margin: 10px 0;
  background-color: #f5f4f0; }

@media screen and (max-width: 991px) {
  .carousel-album .slider-for {
    padding: 30px 15px 60px; } }
.carousel-album .slider-for .set-bg-cover, .carousel-album .slider-for .slide-title {
  display: none; }

@media screen and (max-width: 991px) {
  .carousel-album .slider-for .slick-list {
    padding: 0 !important; } }
@media screen and (max-width: 767px) {
  .carousel-album .slider-for .slideItem {
    vertical-align: top; } }
.carousel-album .slider-for .slideItem .slide-box {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  max-width: 1390px; }

.carousel-album .slider-for .slideItem .slide-box h2 {
  margin-top: 1.5em;
  text-align: center;
  letter-spacing: 3px;
  color: #918467; }

.carousel-album .slider-for .slideItem .slide-box p {
  text-align: center;
  display: table;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.67;
  color: #383129;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.carousel-album .slide-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.carousel-album .slick-dots {
  padding: 10px 0 0;
  width: 100%;
  margin: 0 auto;
  list-style: none;
  text-align: center; }

@media screen and (max-width: 991px) {
  .carousel-album .slick-dots {
    width: calc(100% - 76px);
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; } }
.carousel-album .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  max-width: 30px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.carousel-album .slick-dots li:first-child:nth-last-child(1), .carousel-album .slick-dots li:first-child:nth-last-child(1) ~ li {
  width: calc(100% - 10px - 10px); }

.carousel-album .slick-dots li:first-child:nth-last-child(2), .carousel-album .slick-dots li:first-child:nth-last-child(2) ~ li {
  width: calc((100% - 20px - 10px)/2); }

.carousel-album .slick-dots li:first-child:nth-last-child(3), .carousel-album .slick-dots li:first-child:nth-last-child(3) ~ li {
  width: calc((100% - 30px - 10px)/3); }

.carousel-album .slick-dots li:first-child:nth-last-child(4), .carousel-album .slick-dots li:first-child:nth-last-child(4) ~ li {
  width: calc((100% - 40px - 10px)/4); }

.carousel-album .slick-dots li:first-child:nth-last-child(5), .carousel-album .slick-dots li:first-child:nth-last-child(5) ~ li {
  width: calc((100% - 50px - 10px)/5); }

.carousel-album .slick-dots li:first-child:nth-last-child(6), .carousel-album .slick-dots li:first-child:nth-last-child(6) ~ li {
  width: calc((100% - 60px - 10px)/6); }

.carousel-album .slick-dots li:first-child:nth-last-child(7), .carousel-album .slick-dots li:first-child:nth-last-child(7) ~ li {
  width: calc((100% - 70px - 10px)/7); }

.carousel-album .slick-dots li:first-child:nth-last-child(8), .carousel-album .slick-dots li:first-child:nth-last-child(8) ~ li {
  width: calc((100% - 80px - 10px)/8); }

.carousel-album .slick-dots li:first-child:nth-last-child(9), .carousel-album .slick-dots li:first-child:nth-last-child(9) ~ li {
  width: calc((100% - 90px - 10px)/9); }

.carousel-album .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  margin: 0 auto;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.carousel-album .slick-dots li button:before {
  content: '\25CF';
  position: absolute;
  opacity: .7;
  color: rgba(39, 58, 91, 0.5);
  font-size: 10px;
  line-height: 20px;
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out; }

.carousel-album .slick-dots li button:before:hover {
  opacity: 1; }

.carousel-album .slick-dots li.slick-active button:before {
  opacity: 1;
  font-size: 16px;
  color: #bbb5ac; }

.carousel-album .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  width: 36px;
  height: 36px;
  border: none;
  padding: 0;
  font-size: 1.6rem;
  z-index: 1; }

@media screen and (max-width: 991px) {
  .carousel-album .slick-arrow {
    -webkit-transform: none;
    transform: none;
    bottom: 0;
    top: auto; } }
.carousel-album .slick-arrow:focus {
  outline: 0 !important; }

.carousel-album .slick-arrow:focus > span {
  outline-width: 2px !important;
  outline-style: solid !important;
  outline-color: Highlight !important;
  outline-offset: -2px; }

.carousel-album .slick-arrow .slick-arrow-span {
  color: #8d281b;
  padding: 0;
  font-size: 3.6rem; }

@media screen and (max-width: 991px) {
  .carousel-album .slick-arrow .slick-arrow-span {
    font-size: 2rem; } }
.carousel-album .slick-arrow.slick-prev {
  left: 3.75%; }

@media screen and (max-width: 991px) {
  .carousel-album .slick-arrow.slick-prev {
    left: 0;
    padding: 9px 11px 9px 7px; } }
.carousel-album .slick-arrow.slick-prev .slick-arrow-span {
  left: 0px; }

.carousel-album .slick-arrow.slick-next {
  right: 3.75%; }

@media screen and (max-width: 991px) {
  .carousel-album .slick-arrow.slick-next {
    right: 0;
    padding: 9px 7px 9px 11px; } }
.carousel-album .slick-arrow.slick-next .slick-arrow-span {
  right: 0px; }

.carousel-album .slick-list {
  padding: 0 6.5625% !important; }

@media screen and (max-width: 1199px) {
  .carousel-album .slick-list {
    padding: 0 10% !important; } }
@media screen and (max-width: 991px) {
  .carousel-album .slick-list {
    padding: 0 27.5% !important; } }
@media screen and (max-width: 767px) {
  .carousel-album .slick-list {
    padding: 0 !important; } }
.carousel-album .slideshowTitle {
  font-size: 4rem;
  color: #4f4c47;
  font-family: orpheuspro, serif;
  letter-spacing: .01em;
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
  padding: 0 15px 3.2%; }

.carousel-album [id^=thumbs] {
  display: block;
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .carousel-album [id^=thumbs] {
    margin-left: -8%;
    margin-right: -8%; } }
.carousel-album [id^=thumbs] tbody {
  position: relative;
  display: block;
  min-height: 50px; }

.carousel-album .slideItem {
  display: inline-block;
  width: 100%;
  padding: 0 5px;
  position: relative;
  vertical-align: middle; }

.carousel-album .slideItem img {
  width: 100%;
  border: 0 !important; }

@media (min-width: 1024px) {
  .carousel-album .slideItem img {
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover; } }
@media (min-width: 570px) and (max-width: 1023px) {
  .carousel-album .slideItem img {
    width: 100%;
    height: 238px;
    -o-object-fit: cover;
    object-fit: cover; } }
@media (max-width: 569px) {
  .carousel-album .slideItem img {
    width: 100%;
    height: 238px;
    -o-object-fit: cover;
    object-fit: cover; } }
.carousel-album .slideItem img.set-bg-cover {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border-style: none;
  padding: 0;
  height: 0;
  position: relative; }

.carousel-album .slideItem img.set-bg-cover:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: rgba(0, 0, 0, 0); }

@media screen and (max-width: 1023px) {
  .carousel-album .slideItem img.set-bg-cover:before {
    background-color: rgba(0, 0, 0, 0);
    left: 0;
    right: 0; } }
.carousel-album .slideItem .slide-link {
  text-decoration: none; }

.carousel-album .slideItem .slide-link:hover, .carousel-album .slideItem .slide-link:focus {
  text-decoration: none; }

.carousel-album .slideItem .slide-box {
  width: 100%;
  position: relative;
  left: 0; }

@media (max-width: 767px) {
  .carousel-album .slideItem {
    width: 100%;
    padding: 0; } }
@media (max-width: 1023px) {
  .carousel-album .slideItem .slideText {
    opacity: 1; } }
.carousel-album .slideshowWrap {
  position: relative;
  opacity: 0; }

.carousel-album .carousel-control {
  opacity: 0.8;
  padding: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem;
  color: #fff;
  text-align: center;
  z-index: 1;
  line-height: 30px;
  background: 0 0;
  font-weight: 100;
  margin: 0;
  text-shadow: none;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out; }

.carousel-album .carousel-control .nc-icon-glyph {
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 2rem;
  line-height: 30px;
  width: 30px; }

.carousel-album .carousel-control:hover .nc-icon-glyph {
  background-color: black; }

@media (min-width: 1024px) {
  .carousel-album.small .slideItem img {
    height: 530px; } }
.carousel-album .carousel {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: 0 0; }

@media (min-width: 1024px) {
  .carousel-album .carousel {
    overflow: hidden; } }
.carousel-album .carousel-inner {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 0; }

.carousel-album .carousel-inner > td {
  float: left;
  width: 100%;
  padding: 0;
  vertical-align: top; }

.carousel-album .carousel-inner > td .slideItem:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

@media screen and (min-width: 1024px) {
  .carousel-album .carousel-inner > td .slideItem:before {
    left: 0;
    /*background-image: url("../../../images/carouselleftoverlay.png");*/
    background-size: 100%;
    background-position: left bottom;
    background-repeat: repeat-y;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 ); } }
.carousel-album .carousel-inner > td .slideItem:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

@media screen and (min-width: 1024px) {
  .carousel-album .carousel-inner > td .slideItem:after {
    right: 0;
    /*background-image: url("../../../images/carouselrightoverlay.png");*/
    background-size: 100%;
    background-position: left bottom;
    background-repeat: repeat-y;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=1 ); } }
.carousel-album .carousel-inner > td .slideItem-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  right: 8px;
  content: '';
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: rgba(0, 0, 0, 0); }

@media screen and (max-width: 1023px) {
  .carousel-album .carousel-inner > td .slideItem-overlay {
    background-color: rgba(0, 0, 0, 0);
    left: 0;
    right: 0; } }
.carousel-album .carousel-inner > td.active .slideItem:nth-child(3) .slide-box h2, .carousel-album .carousel-inner > td.active .slideItem:nth-child(3) .slide-box p {
  opacity: 1; }

.carousel-album .carousel-inner > td.active:not(.prev):not(.next) .slideItem:nth-child(2):before, .carousel-album .carousel-inner > td.active:not(.prev):not(.next) .slideItem:nth-child(2):after {
  width: 0; }

.carousel-album .active .slideItem .slideText {
  opacity: 1; }

.carousel-album .active .slideItem .carousel-control {
  opacity: 1; }

.carousel-album .active .slideItem:first-child .slideText, .carousel-album .active .slideItem:first-child .carousel-control, .carousel-album .active .slideItem:last-child .slideText, .carousel-album .active .slideItem:last-child .carousel-control {
  opacity: 0; }

.carousel-album .active.left .slideItem .carousel-control, .carousel-album .active.right .slideItem .carousel-control {
  opacity: 0; }

@media (min-width: 1025px) {
  .carousel-album .carousel-inner {
    display: block; }

  .carousel-album .carousel-inner .active.right {
    left: calc(100%); }

  .carousel-album .carousel-inner .active.right .carousel-control {
    opacity: 0; }

  .carousel-album .carousel-inner .active.left {
    left: calc(-1 * 100%); }

  .carousel-album .carousel-inner .active.left .carousel-control {
    opacity: 0; }

  .carousel-album .carousel-inner .next {
    left: calc(100%); }

  .carousel-album .carousel-inner .next.left .carousel-control, .carousel-album .carousel-inner .next.right .carousel-control {
    opacity: 0; }

  .carousel-album .carousel-inner .prev {
    left: calc(-1 * 100%); }

  .carousel-album .carousel-inner .prev.left .carousel-control, .carousel-album .carousel-inner .prev.right .carousel-control {
    opacity: 0; } }
._Telerik_IE9 .sitewrap .carousel-album .slideItem {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0;
  border: 8px solid #fff;
  border-width: 0 8px; }

._Telerik_IE9 .sitewrap .carousel-album .slideItem:first-child {
  margin-left: calc(-1 * 100%) !important; }

._Telerik_IE9 .sitewrap .carousel-album .slideItem:last-child {
  margin-right: calc(-1 * 100%) !important; }

._Telerik_IE9 .sitewrap .carousel-album .slideItem:before {
  left: 0 !important; }

._Telerik_IE9 .sitewrap .carousel-album .slideItem:after {
  right: 0 !important; }

._Telerik_IE9 .sitewrap .carousel-album .slideItem img.set-bg-cover {
  padding-top: 0;
  height: auto;
  width: 100%;
  visibility: hidden; }

._Telerik_IE9 .sitewrap .carousel-album .slideItem .slideItem-overlay {
  left: 0;
  right: 0; }

._Telerik_IE9 .sitewrap .carousel-album .carousel-inner > td.active .slideItem:first-child .slideItem-overlay, ._Telerik_IE9 .sitewrap .carousel-album .carousel-inner > td.active .slideItem:last-child .slideItem-overlay, ._Telerik_IE9 .sitewrap .carousel-album .carousel-inner > td.active.right .slideItem .slideItem-overlay, ._Telerik_IE9 .sitewrap .carousel-album .carousel-inner > td.active.left .slideItem .slideItem-overlay, ._Telerik_IE9 .sitewrap .carousel-album .carousel-inner > td.prev .slideItem .slideItem-overlay, ._Telerik_IE9 .sitewrap .carousel-album .carousel-inner > td.next .slideItem .slideItem-overlay {
  background-color: rgba(0, 0, 0, 0.45); }

@-moz-document url-prefix() {
  .carousel-album .carousel-inner > td.active .slideItem:first-child .slideItem-overlay, .carousel-album .carousel-inner > td.active .slideItem:last-child .slideItem-overlay, .carousel-album .carousel-inner > td.active.right .slideItem .slideItem-overlay, .carousel-album .carousel-inner > td.active.left .slideItem .slideItem-overlay, .carousel-album .carousel-inner > td.prev .slideItem .slideItem-overlay, .carousel-album .carousel-inner > td.next .slideItem .slideItem-overlay {
    background-color: rgba(0, 0, 0, 0.45); } }
[data-aspect-ratio] {
  display: block;
  max-width: 100%;
  position: relative; }

[data-aspect-ratio]:before {
  content: '';
  display: block; }

[data-aspect-ratio="1390:550"]:before {
  padding-top: 39.56875%; }

.slide-prev-arrow,
.slide-next-arrow {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  width: 6.5625% !important;
  text-align: center;
  margin: 0 auto;
  height: 100% !important;
  z-index: 100;
  cursor: pointer;
  display: none !important; }

.slick-active .slide-prev-arrow, .slick-active .slide-next-arrow {
  display: block !important; }

.slide-prev-arrow:hover, .slide-next-arrow:hover {
  opacity: 0.65; }

.slide-prev-arrow {
  left: 5px; }

.slide-next-arrow {
  right: 5px; }

.slide-prev-arrow span,
.slide-next-arrow span {
  height: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.slide-prev-arrow span {
  background-image: url(trump-templates-2020-images/2019Landing_prev2.png); }

.slide-next-arrow span {
  background-image: url(trump-templates-2020-images/2019Landing_next2.png); }

@media (max-width: 768px) {
  .slide-prev-arrow {
    left: 0; }

  .slide-next-arrow {
    right: 0; } }
.banner-hastext {
  position: relative; }

.video-text-overlay {
  position: absolute;
  width: 100%;
  height: 120px;
  bottom: 0;
  padding: 55px 0 15px;
  background: black;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.6974499272) 0%, rgba(0, 0, 0, 0) 95%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6974499272) 0%, rgba(0, 0, 0, 0) 95%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6974499272) 0%, rgba(0, 0, 0, 0) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }

.banner-wrapper .row .video-text-overlay .clickToEditDiv {
  position: relative !important;
  bottom: 0 !important;
  top: 0 !important; }

.video-text-overlay *, .video-text-overlay .mpContent * {
  color: #fff !important; }

.video-text-overlay .mpContent {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  text-align: center; }

.video-text-overlay h4 {
  margin: 0 0 8px; }

.video-text-overlay span.arrow-down {
  display: block;
  width: 100%;
  height: 24px;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Ctitle%3E ctrl down%3C/title%3E%3Cg class='nc-icon-wrapper' style='fill:%23ffffff;stroke-linejoin:round;stroke-width:6;stroke:%23ffffff'%3E%3Cpolyline points='45 17 24 31 3 17 ' style='fill:none;stroke:%23ffffff'/%3E%3C/g%3E%3C/svg%3E"); }

@media (max-width: 460px) {
  .video-text-overlay {
    display: none; } }
.horizontal-tabstrip [id$="_radTabsTop"] .levelwrap {
  background: none !important; }
.horizontal-tabstrip .tsContent, .horizontal-tabstrip .tsContent p {
  font-weight: 400;
  font-size: 16.5px; }
.horizontal-tabstrip .tsContent, .horizontal-tabstrip table[id$="_tblTop"] {
  background: none !important; }
.horizontal-tabstrip .tsContent {
  padding: 20px 0; }
.horizontal-tabstrip table[id$="_tblTop"] > tbody > tr:first-child {
  width: 100%; }
.horizontal-tabstrip table, .horizontal-tabstrip .tabstrip.RadTabStrip_Tab_responsive {
  background: transparent !important; }
.horizontal-tabstrip .tabstrip.RadTabStrip_Tab_responsive .levelwrap.level1 {
  text-align: center;
  height: 50px !important; }
.horizontal-tabstrip .tabstrip.RadTabStrip_Tab_responsive .levelwrap.level1 > ul {
  text-align: center;
  height: 50px !important; }
.horizontal-tabstrip .tabstrip.RadTabStrip_Tab_responsive .levelwrap.level1 > ul li {
  text-align: center;
  display: inline-block;
  float: none !important;
  padding: 0 !important;
  margin: 0; }
.horizontal-tabstrip .tabstrip.RadTabStrip_Tab_responsive .levelwrap.level1 > ul li a {
  text-align: center;
  float: none !important;
  display: block;
  padding: 7px 10px !important;
  color: #222 !important;
  border-bottom: 3px solid #AE935E; }
.horizontal-tabstrip .tabstrip.RadTabStrip_Tab_responsive .levelwrap.level1 > ul li a.selected {
  background: #ae935e;
  opacity: 1;
  color: #fff !important; }

@media (max-width: 1200px) {
  .faq-left.col-lg-6:after {
    display: none; } }
