/* Fixed Header */
header.button-setup {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  font-size: 0;
  text-align: center;
  transition: 0.3s ease-in-out; }
  header.button-setup:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    opacity: 0.5;
    background-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0)); }
  header.button-setup > div {
    padding: 45px 50px;
    position: relative;
    z-index: 1; }
  header.button-setup.active {
    position: fixed;
    z-index: 9999; }
    header.button-setup.active:before {
      display: none; }
    header.button-setup.active .menu-btn img {
      display: none; }
    header.button-setup.active .menu-btn img + img {
      display: inline-block; }
  header.button-setup.fixed {
    position: fixed;
    visibility: visible !important;
    background-image: url("https://clubessential.s3.amazonaws.com/CEFED/_Axis-Website/Sites/DallasNational-2022/images/Dark+Pattern/Screen_Web/SVG+(Vector)/Dallas+National+Dark+Pattern_Web_Repeatable.svg");
    background-size: 55px; }
    header.button-setup.fixed:before {
      display: none; }
    header.button-setup.fixed > div {
      height: 110px;
      padding: 15px 40px; }
      @media (max-width: 700px) {
        header.button-setup.fixed > div {
          padding: 15px 30px; } }
    @media (max-width: 700px) {
      header.button-setup.fixed .login-btn {
        display: none; } }
    header.button-setup.fixed .default-logo {
      display: none; }
    header.button-setup.fixed .fixed-logo {
      display: inline-block; }
    header.button-setup.fixed .logo a {
      width: 80px; }
  @media (max-width: 1024px) {
    header.button-setup {
      position: relative;
      background-image: url("https://clubessential.s3.amazonaws.com/CEFED/_Axis-Website/Sites/DallasNational-2022/images/Dark+Pattern/Screen_Web/SVG+(Vector)/Dallas+National+Dark+Pattern_Web_Repeatable.svg");
      background-size: 55px; }
      header.button-setup:before {
        display: none; }
      header.button-setup > div {
        padding: 25px 30px; } }
  @media (max-width: 1024px) {
    header.button-setup:before {
      display: none; }
    header.button-setup > div {
      padding: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center; } }

.logo {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 380px);
  position: relative;
  text-align: center; }
  .logo a {
    display: block;
    margin: 0 auto;
    width: 170px;
    max-width: 100%;
    border: none !important;
    transition: 0.3s opacity ease-in-out; }
    .logo a img {
      max-width: 180px; }
    .logo a:hover, .logo a:active {
      opacity: 0.7; }
  @media (max-width: 700px) {
    .logo {
      width: 80px; }
      .logo a {
        width: 80px;
        margin: 0 0 0 auto;
        text-align: center; } }

.menu-btn, .login-btn {
  display: inline-block;
  vertical-align: middle;
  width: 190px;
  transition: 0.3s opacity ease-in-out;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 3px; }
  .menu-btn > a, .menu-btn > span, .login-btn > a, .login-btn > span {
    display: block;
    color: #fff;
    transition: 0.3s ease-in-out;
    background: none;
    cursor: pointer;
    border: none !important; }
    .menu-btn > a:hover, .menu-btn > a:active, .menu-btn > span:hover, .menu-btn > span:active, .login-btn > a:hover, .login-btn > a:active, .login-btn > span:hover, .login-btn > span:active {
      opacity: 0.6;
      color: #fff; }

.menu-btn {
  text-align: left;
  position: relative;
  z-index: 99999; }
  .menu-btn img {
    width: 20px;
    margin-right: 15px; }
  .menu-btn img + img {
    display: none; }
  @media (max-width: 700px) {
    .menu-btn {
      width: 120px; } }

.login-btn {
  text-align: right; }
  .login-btn img {
    width: 22px;
    margin-left: 15px; }
  @media (max-width: 700px) {
    .login-btn {
      display: none; } }

.flyout-container {
  z-index: -9999;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8); }
  .flyout-container.active {
    z-index: 999;
    opacity: 1; }
    .flyout-container.active .flyout-list {
      left: 0;
      opacity: 1; }

.flyout-inner {
  width: 100%;
  max-width: 550px;
  height: 100%;
  position: relative;
  overflow: auto;
  background: rgba(16, 15, 15, 0.9);
  padding: 150px 0 0 30px; }
  @media (max-width: 700px) {
    .flyout-inner {
      max-width: 100%;
      padding: 100px 0 0; } }

.flyout-menu {
  display: table;
  width: 100%;
  margin: 0 auto;
  height: 100%; }
  .flyout-menu > div {
    display: table-row; }

.flyout-list {
  display: table-cell;
  vertical-align: top;
  padding: 25px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: -100%;
  opacity: 0; }
  .flyout-list > div[style] {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 70px;
    padding: 8px;
    margin: 0 0 0 auto;
    font: normal bold 12px/1 Arial, sans-serif;
    letter-spacing: 0;
    text-transform: none;
    color: #000;
    cursor: pointer;
    background: #fff;
    border-radius: 5px; }
    @media (max-width: 760px) {
      .flyout-list > div[style] {
        display: none; } }
    .flyout-list > div[style]:before {
      content: 'Menu';
      margin-right: 20px;
      position: relative;
      bottom: -1px; }
    .flyout-list > div[style] a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .flyout-list > div[style] a img {
        position: relative;
        top: 6px;
        right: 5px; }
  .flyout-list ul, .flyout-list li {
    display: block;
    margin: 0;
    padding: 0; }
  .flyout-list li {
    margin: 8px 0;
    font-family: Palatino, Palatino Linotype, serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 2.1;
    color: #fff;
    position: relative; }
    .flyout-list li a {
      font-family: Palatino, Palatino Linotype, serif;
      font-size: 24px;
      width: calc(100% - 25px);
      padding: 4px 0;
      color: #fff;
      border: none !important;
      text-decoration: none !important; }
      .flyout-list li a:hover, .flyout-list li a:active {
        color: #DFDAC7; }
    .flyout-list li.selectedItem > a {
      color: #DFDAC7 !important; }
  .flyout-list li li.selectedItem > a {
    color: #DFDAC7; }
  .flyout-list ul ul {
    max-height: 0;
    opacity: 0;
    transition: 0.3s ease-in-out;
    overflow: hidden; }
    .flyout-list ul ul li {
      margin: 0;
      font-family: Palatino, Palatino Linotype, serif;
      font-size: 20px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 2;
      text-transform: none !important; }
      .flyout-list ul ul li:first-child {
        padding-top: 15px; }
      .flyout-list ul ul li:last-child {
        padding-bottom: 15px; }
      .flyout-list ul ul li a {
        font-family: Palatino, Palatino Linotype, serif;
        font-size: 20px; }
  .flyout-list li.expanded > a {
    color: #b5b5b5; }
  .flyout-list li.expanded:before {
    opacity: 1; }
  .flyout-list li.expanded > ul {
    max-height: 900px;
    opacity: 1; }
  .flyout-list .expand-arrow {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background-size: 50px;
    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'%3e%3ctitle%3esmall down%3c/title%3e%3cg class='nc-icon-wrapper' stroke-linecap='square' stroke-linejoin='miter' stroke-width='1' fill='%23ffffff' stroke='%23ffffff'%3e%3cpolyline fill='none' stroke='%23ffffff' stroke-miterlimit='10' points='32%2c20 24%2c28 16%2c20 '/%3e%3c/g%3e%3c/svg%3e");
    cursor: pointer; }
  .flyout-list .expanded > .expand-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3e%3ctitle%3esmall down%3c/title%3e%3cg class='nc-icon-wrapper' stroke-linecap='square' stroke-linejoin='miter' stroke-width='1' fill='%23b5b5b5' stroke='%23b5b5b5'%3e%3cpolyline fill='none' stroke='%23b5b5b5' stroke-miterlimit='10' points='32%2c20 24%2c28 16%2c20 '/%3e%3c/g%3e%3c/svg%3e"); }

.flyout-btn {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  position: absolute;
  top: 35px;
  right: 0;
  width: 80px;
  padding: 1.5rem;
  cursor: pointer; }
  .flyout-btn img {
    width: 25px; }

/* New Home banner */
[id^=masterPageUC_MSTR] .banner {
  height: calc(100vh - 92px); }
  @media (max-width: 1330px) {
    [id^=masterPageUC_MSTR] .banner {
      height: calc(100vh - 186px); } }
  @media (max-width: 1024px) {
    [id^=masterPageUC_MSTR] .banner {
      height: calc(100vh - 346px); } }
  @media (max-width: 700px) {
    [id^=masterPageUC_MSTR] .banner {
      height: calc(100vh - 306px); } }

#adminDashboard ~ [id^=masterPageUC_MSTR] .banner {
  height: calc(100vh - 138px); }
  @media (max-width: 1330px) {
    #adminDashboard ~ [id^=masterPageUC_MSTR] .banner {
      height: calc(100vh - 232px); } }
  @media (max-width: 1024px) {
    #adminDashboard ~ [id^=masterPageUC_MSTR] .banner {
      height: calc(100vh - 392px); } }
  @media (max-width: 700px) {
    #adminDashboard ~ [id^=masterPageUC_MSTR] .banner {
      height: calc(100vh - 352px); } }

form > #adminDashboard[style*="display: block;"] ~ [id^=masterPageUC_MSTR] .banner {
  height: calc(100vh - 138px); }
  @media (max-width: 1330px) {
    form > #adminDashboard[style*="display: block;"] ~ [id^=masterPageUC_MSTR] .banner {
      height: calc(100vh - 232px); } }

form > #adminDashboard[style*="display: none;"] ~ [id^=masterPageUC_MSTR] .banner {
  height: calc(100vh - 92px); }
  @media (max-width: 1330px) {
    form > #adminDashboard[style*="display: none;"] ~ [id^=masterPageUC_MSTR] .banner {
      height: calc(100vh - 186px); } }

.banner {
  position: relative;
  min-height: 300px; }
  .banner > table {
    position: absolute;
    z-index: 96;
    display: block;
    width: auto;
    padding: 8px;
    padding-right: 25px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    font-size: 0;
    color: #000;
    cursor: pointer;
    top: auto;
    bottom: 15px;
    left: 15px;
    width: 75px; }
    .banner > table:before {
      content: 'Banner';
      font: normal bold 12px/1 Arial, sans-serif; }
    .banner > table tr, .banner > table td {
      display: none; }
    .banner > table tbody, .banner > table tr:last-child, .banner > table td:last-child {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .banner > table [src*="corner"] {
      display: none; }
    .banner > table a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border: none !important; }
      .banner > table a img {
        position: absolute;
        top: 6px;
        right: 5px; }
  .banner > [id^="photoPluginWrapper"], .banner > .mpContent {
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    z-index: 1;
    background-size: cover;
    background-position: 50% 50%; }
    .banner > [id^="photoPluginWrapper"] > img, .banner > .mpContent > img {
      opacity: 0; }
  .banner .photoGalleryWrapDiv, .banner .banner-image {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%; }
    .banner .photoGalleryWrapDiv img, .banner .banner-image img {
      opacity: 0; }
    .banner .photoGalleryWrapDiv:after, .banner .banner-image:after {
      content: '';
      position: absolute;
      z-index: 2;
      bottom: 0;
      left: 0;
      right: 0;
      height: 20%;
      opacity: 0.5;
      background: #111111;
      background: -moz-linear-gradient(0deg, #111111 0%, rgba(0, 0, 0, 0) 100%);
      background: -webkit-linear-gradient(0deg, #111111 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(0deg, #111111 0%, rgba(0, 0, 0, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111111",endColorstr="#000000",GradientType=1); }
  .banner > .clickToEditDiv {
    position: absolute;
    z-index: 99;
    display: block;
    top: 15px;
    left: 15px;
    padding: 5px 10px !important;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    font: normal bold 12px/1 Arial, sans-serif;
    letter-spacing: 0;
    text-transform: none;
    color: #000;
    cursor: pointer; }
    @media (max-width: 760px) {
      .banner > .clickToEditDiv {
        display: none; } }
    .banner > .clickToEditDiv:before {
      content: 'Banner';
      margin-right: 5px;
      position: relative;
      bottom: -1px; }

/* General Copy */
body {
  font-family: Palatino, Palatino Linotype, serif;
  color: #2A2D34;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

[id^="masterPageUC_MSTR"] {
  position: relative; }

a {
  color: #A37B45;
  font-family: Palatino, Palatino Linotype, serif;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-size: 15px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }

a:hover, a:active {
  text-decoration: none;
  color: #A37B45;
  border-bottom: 1px solid #A37B45;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }

h1 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Palatino, Palatino Linotype, serif;
  font-size: 38px;
  font-variant: small-caps;
  line-height: 1em;
  color: #A37B45; }

h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Palatino, Palatino Linotype, serif;
  font-size: 28px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2em;
  color: #2A2D34; }

h3 {
  margin-bottom: 15px;
  font-family: Palatino, Palatino Linotype, serif;
  font-size: 30px;
  line-height: 1.5em;
  color: #2A2D34; }

h4 {
  margin-bottom: 15px;
  font-family: Arial, sans-serif;
  font-size: 24px;
  line-height: 1.667em;
  text-transform: uppercase;
  color: #2A2D34; }

h5 {
  margin-bottom: 15px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.875em;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #A37B45; }

h6 {
  margin-bottom: 15px;
  font-family: Palatino, Palatino Linotype, serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.875em;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2A2D34; }

p {
  margin-bottom: 25px;
  font-family: Palatino, Palatino Linotype, serif;
  font-size: 16px;
  line-height: 1.875em;
  text-align: left;
  color: #2A2D34; }

table {
  color: #2A2D34; }

.mpContent table, .mpContent ul li {
  font-size: 15px;
  line-height: 1.875em;
  font-family: Palatino, Palatino Linotype, serif;
  color: #9C8C77; }

.container table, table.formSection {
  font-family: Palatino, Palatino Linotype, serif; }

.mpContent ul li a {
  font-size: 15px;
  line-height: 1.875em;
  font-family: Palatino, Palatino Linotype, serif; }

.rpTemplate ul, ul li, .rpTemplate ul li a {
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  font-family: Palatino, Palatino Linotype, serif; }

.btn.primary, input[type=submit].abut {
  width: auto;
  padding: 15px 35px;
  border-radius: 0;
  border: 0;
  font-family: Palatino, Palatino Linotype, serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background: #2A2D34;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  outline: none; }

.btn.primary:hover, .btn.primary:focus, .btn.primary:active,
input[type=submit].abut:hover, input[type=submit].abut:focus, input[type=submit].abut:active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  background: #A37B45; }

.btn.primary.alternate {
  background: #A37B45; }

.btn.primary.alternate:hover, .btn.primary.alternate:focus, .btn.primary.alternate:active {
  background: #2A2D34; }

.btn a {
  text-decoration: none; }

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: none;
  outline-offset: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* End General Copy  */
.photo-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }

.formSection .headerBar {
  background: 0 !important;
  border: 0; }

table.formSection input, button, select, textarea {
  padding: 5px; }

table.formSection .formControlCell {
  margin: 10px 0; }

/* make image in album 100% */
[id^=photoPluginWrapper] .photoGalleryWrapDiv img {
  max-width: 100%; }

#content .mobileTabs .tab.selected a {
  color: #9C8C77; }

.container div[id*="_pnlCaptcha"] {
  float: left; }

.resultsDiv {
  min-height: 100vh; }

.RadTabStrip_Tab_responsive .levelwrap.level1 > ul > li > a:before {
  display: none; }

.pre-load-box, .pre-load-box-photo-album {
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(https://www.dallasnationalgolfclub.com/Images/loader.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 74px 74px; }

/* important edit global text boxes - deFault --------- */
input:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px black;
  box-shadow: 0 0 0 1px black; }

input[type=radio], input[type=checkbox] {
  margin: 4px 10px 0; }

.CEMenu {
  margin: 0;
  padding: 0; }

#editEventCloseImage {
  width: 13px;
  height: 11px;
  display: block;
  max-width: none; }

.row {
  margin-right: 0;
  margin-left: 0; }

#datepicker .plgHeaderBar {
  position: static; }

.modStatsVisitorBar {
  text-align: left; }

.modStatsUserBar {
  text-align: left; }

[id^="photoPluginWrapper"] {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.txtbox {
  background: #FFF;
  border-style: inset;
  border-width: 2px;
  color: #000;
  font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
  margin: 2px 0; }

body div[id*="photoPluginWrapper"] {
  width: 100% !important; }

.container-fluid {
  text-align: center; }

.RadAjaxPanel {
  text-align: left; }

.relWrap {
  position: relative;
  z-index: 1000; }

[id*=tblTop] tbody, [id*=tblTop] table, [id*=tblTop] tr, [id*=tblTop] td {
  display: block; }

table[id*="_tblTop"] {
  width: 100%;
  margin: 20px auto;
  display: block;
  max-width: 100%; }

#content.container {
  padding-top: 50px; }

#content {
  overflow-y: auto; }

#content.container .plgHeaderBar {
  text-align: center;
  position: static; }

#grayOutDiv {
  position: relative !important;
  display: none !important;
  opacity: 0 !important; }

#rdpPagePropsDiv {
  height: 50vh !important;
  overflow: visible; }

.corpLogPlgWrapper #btnSecureLogin {
  margin: 20px auto; }

.corpLogWrapper #forgotPassWrap {
  float: none; }

.corpLogPlgWrapper .advLogRemoveChk input {
  position: relative;
  top: -3px; }

img[src*="1x1"] {
  display: none; }

img[src*="plg_corner"] {
  display: none; }

.modArticlesDayHeader {
  background: #000;
  padding: 10px;
  color: #fff;
  text-decoration: none; }

.modArticlesRowHighlight {
  padding: 10px 0; }

.tNavTabOff, .tNavTabOFF, .tnavTabOFF, a.tNavTabOff:visited, a.tNavTabOFF:visited, a.tnavTabOFF:visited {
  font-weight: 200; }

table [class^="thumbs"] img {
  max-width: 100%; }

#content .EventManager table[onkeydown] + div a {
  background: #3D3730; }

#content [class*=ArticleList] .articlePrintLink a {
  background: #3D3730; }

#content .AddMembership #printLink a, .MemberRoster #printLink a, .v35Directory #printLink a {
  background: #3D3730; }

/*/////////////////////////////////////
II. MODULE BUTTONS
/////////////////////////////////////
= directory -> edit roster options -> cancel & next button --------- */
.but {
  background: #eee;
  border: 1px outset buttonhighlight;
  color: #333;
  cursor: pointer;
  font: 13px Verdana, "Lucida Sans Unicode", Arial, sans-serif; }

/*= directory -> edit roster options -> close button --------- */
.membut {
  background: #eee;
  border: 1px solid buttonFace;
  color: #333;
  cursor: pointer;
  font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif; }

/*= ADMIN BUTTON AND BAR ------ */
#calButtons .barButtons .mobileButton {
  padding: 5px 10px;
  margin: 0 3px; }

.adminbar {
  background: #eee;
  color: #333;
  font: 400 12px Verdana, "Lucida Sans Unicode", Arial, sans-serif; }

#content .RosterLetterOff td {
  color: #fff; }

/*////////////////////////////////////////////////////////////////
= PHOTO ALBUM SLIDESHOW
////////////////////////////////////////////////////////////////*/
.photo-album table {
  position: absolute;
  right: 10px;
  top: 0;
  width: 20px;
  z-index: 900; }

.next-left {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1001;
  width: 50px;
  height: 50px;
  background: url(https://www.dallasnationalgolfclub.com/Images/arrow-back.png) no-repeat center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.next-right {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1001;
  width: 50px;
  height: 50px;
  background: url(https://www.dallasnationalgolfclub.com/Images/arrow-back.png) no-repeat center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.dots {
  width: 200px;
  height: 50px;
  z-index: 1000;
  margin: 0 auto; }

.counter {
  z-index: 99;
  height: 0;
  padding: 0;
  text-align: center;
  bottom: 25px;
  position: relative; }

.counter li {
  background: url(https://www.dallasnationalgolfclub.com/Images/nav-sprite.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 13px;
  height: 15px;
  margin: 0 4px;
  padding: 0;
  display: inline-block !important;
  zoom: 1;
  cursor: pointer; }

.counter li.active {
  background-position: -20px 0; }

.next-left img {
  width: 11px;
  height: 18px;
  position: relative;
  top: 9px;
  margin-left: 15px; }

.next-right img {
  margin-left: 20px;
  position: relative;
  top: 9px;
  width: 11px;
  height: 18px; }

.photogallery_wrap table {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  border: 0; }

.photogallery_wrap table td {
  padding: 0; }

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES
////////////////////////////////////////////////////////////////*/
#adminDashboard {
  z-index: 9999 !important; }

.container#content .plgHeaderBar {
  position: static;
  text-align: center;
  font-weight: bold;
  color: #000; }

.plgHeaderBar {
  right: 0;
  top: 200px;
  z-index: 1001;
  font-size: 22px;
  background: none;
  text-align: center;
  position: absolute; }

.photo-album .plgHeaderBar {
  position: absolute; }

.login-button {
  text-align: right; }

.menu {
  display: none; }

/*////////////////////////////////////////////////////////////////
= MODULE OVERRIDES
////////////////////////////////////////////////////////////////*/
.aTab {
  width: 18px;
  height: 24px;
  color: #222;
  position: absolute;
  left: -18px;
  top: 0; }

.aTools {
  position: fixed;
  z-index: 999999;
  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; } }
.plgHeaderBarBorder {
  background: none; }

div[style="text-align:Right;"] {
  position: absolute;
  right: 0;
  top: 50px; }

/* -------------------------------------------------------------
= HEADER CLASSES
------------------------------------------------------------- */
header.brand > div {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 3; }

header.brand {
  width: 100%;
  padding: 0 20px 10px;
  text-align: center;
  position: relative;
  z-index: 1001;
  background-image: url("https://clubessential.s3.amazonaws.com/CEFED/_Axis-Website/Sites/DallasNational-2022/images/Dark+Pattern/Screen_Web/SVG+(Vector)/Dallas+National+Dark+Pattern_Web_Repeatable.svg");
  background-size: 55px; }

header.brand:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: url("https://clubessential.s3.amazonaws.com/CEFED/_Axis-Website/Sites/DallasNational-2022/images/Gold+Texture/repeat-gold.jpg"); }

header.brand .logout, header.brand .login {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #A37B45; }

header.brand .logout:hover, header.brand .login:hover,
header.brand .logout:active, header.brand .login:active {
  background: #DFDAC7;
  color: #A37B45; }

.logo-link.mobile, .logo-mobile {
  display: none; }

.logo-link {
  display: block;
  width: 100px;
  height: 100px;
  padding: 0;
  margin: 5px auto;
  position: relative;
  z-index: 50;
  border: none !important; }

.logo-link img {
  display: none; }

.navnar-nav {
  display: none; }

.navbar-nav > li.logo-spacer {
  width: 100px;
  height: 80px;
  position: relative;
  padding: 0;
  z-index: 50; }

.navbar-nav > li.logo-spacer:before, .logo-link:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100px;
  background-color: #2A2D34;
  border-radius: 100%;
  transition: 0.3s ease-in-out; }

.navbar-nav > li.logo-spacer:after, .logo-link:after {
  content: '';
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100px;
  background-image: url("https://clubessential.s3.amazonaws.com/CEFED/_Axis-Website/Sites/DallasNational-2022/images/Primary+Logo/Screen_Web/SVG+(Vector)/Dallas+National+Golf+Club+Logo_White+%2B+Green.svg");
  background-size: 90px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden; }

.navbar-nav > li.logo-spacer > a {
  position: absolute;
  width: 100%;
  height: 100px;
  padding: 0;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 50;
  border: none; }

.navbar-nav > li.logo-spacer:hover:after, .navbar-nav > li.logo-spacer:active:after,
.logo-link:hover:after, .logo-link:active:after {
  opacity: 0.6; }

header.brand.public-home {
  position: absolute;
  top: 70px; }

header.brand.public-home:before, header.brand.public-home:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background: url("https://clubessential.s3.amazonaws.com/CEFED/_Axis-Website/Sites/DallasNational-2022/images/Gold+Texture/repeat-gold.jpg"); }

header.brand.public-home:before {
  top: 5px; }

header.brand.public-home:after {
  bottom: 5px; }

header.brand.public-home .btn.primary {
  position: absolute;
  right: 15px;
  top: 100px; }

header.brand.public-home .navbar-nav {
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }

header.brand.public-home .navbar-nav > li.logo-spacer {
  width: 175px; }

header.brand.public-home .navbar-nav > li.logo-spacer:before {
  height: 175px; }

header.brand.public-home .navbar-nav > li.logo-spacer:after {
  height: 175px;
  background-size: 165px; }

header.brand.public-home .navbar-nav > li.logo-spacer > a {
  height: 175px; }

@media (min-width: 1331px) {
  .logo-link {
    float: left;
    margin: 10px; }

  /* Main Level */
  .navbar-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    float: none;
    text-align: center;
    margin: 0 auto;
    max-width: 70%; }

  .public-home .navbar-nav {
    justify-content: center;
    padding-right: 2.9em; }

  .navbar-nav > li {
    display: flex;
    height: 120px;
    float: none;
    padding: 15px 15px 5px;
    align-content: center;
    align-items: center;
    justify-content: center; }

  header.brand.public-home .navbar-nav > li {
    height: 100px; }

  .navbar-nav > li.active > a {
    color: #fff; }

  .nav > li > a.dropdown-toggle {
    position: absolute;
    bottom: 27px;
    right: -40px;
    display: none; }

  .navbar-nav > li:hover .dropdown-menu {
    opacity: 1;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform-origin: top;
    transform-origin: top;
    visibility: visible; }

  .nav-wrap {
    width: 100%;
    padding-top: 0; }

  .navbar {
    margin: 0 auto;
    z-index: 0;
    border: none;
    border-radius: 0;
    text-align: center; }

  .navbar-nav > li:hover .dropdown-menu {
    display: block; }

  .navbar-nav > li > a {
    padding: 8px;
    font-family: Palatino, Palatino Linotype, serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border: none !important;
    background: none !important;
    transition: 0.3s ease-in-out; }

  .navbar-nav > li > a:hover,
  .navbar-nav > li > a:active {
    opacity: 1;
    color: #DFDAC7; }

  /* Dropdown */
  .dropdown-menu {
    left: 50%;
    top: 100%;
    text-align: center;
    padding: 15px 0;
    min-width: 250px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #DFDAC7;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    display: block;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
    left: 120px;
    padding: 1rem 0;
    visibility: hidden;
    border-radius: 0; }

  header.brand.public-home .dropdown-menu {
    top: 100%; }

  .dropdown-menu > li {
    padding: .5rem;
    margin: 5px 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }

  .dropdown-menu > li:hover {
    background: #2A2D34; }

  .dropdown-menu > li:hover > a {
    color: #fff; }

  .dropdown-menu > li > a {
    color: #3D3730;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    border: none !important; }

  .dropdown-menu > li.dropdown-submenu:hover ul.level2.dropdown-menu {
    display: block;
    top: 1px;
    padding: 0; }

  .dropdown-menu > .active > a {
    color: #fff;
    background: #2A2D34; }

  .dropdown-menu > .active {
    background: #2A2D34; }

  .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: 0; }

  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: 0;
    color: #fff; }

  /*3rd LEVEL*/
  ul.level2.dropdown-menu {
    left: 0 !important;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    top: 0;
    padding: 5px 0;
    display: none;
    margin-left: 0;
    -webkit-transform: translatex(100%);
    transform: translatex(100%); }

  /* Hide */
  .caret,
  .navbar-nav > li.logout-mobile,
  .navbar-nav > li.login-mobile,
  .navbar-nav > li:hover ul.level2.dropdown-menu,
  .dropdown-submenu > .dropdown-toggle {
    display: none; } }
/* -------------------------------------------------------------
=  LOGIN PAGE
------------------------------------------------------------- */
#login_cookieMessage {
  margin-left: 0; }

/* Login error message */
.errlogin {
  width: 100%;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 14px; }

.logWrap .pic {
  height: 100vh;
  position: relative;
  background-size: cover;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden; }

#logPG {
  margin: 0 auto;
  background: #fff;
  padding: 60px 0 0 0;
  position: absolute;
  z-index: 1000;
  border-radius: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 600px;
  max-height: 530px;
  width: 100%;
  height: 100%; }

#logPG .wrap {
  width: 350px;
  margin: 30px auto 0 auto; }

.logWrap .photo-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 50; }

#logPG .wrap .advLogRemoveChk, #logPG .wrap #forgotPassWrap a {
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #9C8C77;
  text-decoration: none; }

#logPG .wrap login_forgotPassword a {
  font-size: 16px; }

#login_forgotPassword {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  padding: 30px 0;
  background: #ededed; }

#logPG .wrap .advLogUsername, #logPG .wrap .advLogPassword {
  width: 350px;
  height: 50px;
  background: #fff;
  margin: 5px 0px;
  text-transform: none;
  padding: 0 0 0 10px;
  color: #3D3730 !important;
  font-size: 14px;
  border: 1px solid #d7e1e7;
  font-weight: 500; }

#logPG label {
  font-family: Arial, sans-serif;
  float: left;
  color: #9C8C77;
  text-transform: none;
  font-size: 14px;
  margin-top: 18px; }

#logPG input[type="checkbox"] {
  display: none; }

#logPG input[type="checkbox"]:checked + label::before {
  content: "\2714";
  color: #fff;
  background-color: #9C8C77;
  text-align: center;
  font-size: 11px; }

#logPG input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  background-color: #9C8C77;
  border: 1px solid #9C8C77;
  line-height: 1;
  padding: 3px 0;
  width: 20px;
  height: 20px;
  border-radius: 50px; }

.floating {
  min-height: 1px;
  overflow: hidden;
  width: 100%; }

#forgotPassWrap {
  float: right;
  margin-top: 18px; }

#logPG .abut {
  margin-bottom: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  padding: 10px 25px; }

#login_link {
  position: relative;
  margin-top: 5px;
  height: 50px; }

#logPG input[type="button"]:hover {
  background: #3D3730;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

#logPG input[type="button"] {
  background-color: #A37B45;
  color: #fff;
  border-radius: 0;
  padding: 0;
  font-size: 12px;
  font-family: Arial, sans-serif;
  position: relative;
  margin-top: 5px;
  height: 50px;
  width: 100%;
  letter-spacing: 2px; }

#logPG h3 {
  font-size: 14px;
  font-family: Arial, sans-serif;
  text-transform: none;
  max-width: 370px;
  margin: 30px auto 30px auto;
  color: #3D3730;
  line-height: 26px;
  letter-spacing: 0; }

input#masterPageUC_MPCA69_ctl00_ctl00_btnReenter {
  float: none !important; }

#logPG .abut:hover {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: #fff; }

#logPG .wrap table {
  margin: 0 auto; }

#loginLinkWrap {
  width: 100%; }

#logPG p {
  text-align: center;
  width: 295px;
  margin: 0 auto; }

#logPG input#masterPageUC_MPCA69_ctl00_btnReenter.abut {
  float: none; }

#bigImg .mpContent > img {
  min-width: 100%;
  min-height: 100%;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0; }

/* -------------------------------------------------------------
= CONTENT
------------------------------------------------------------- */
.banner .mpContent img {
  width: 100%; }

.no-pad-left {
  padding-left: 0; }

.no-pad-right {
  padding-right: 0; }

/* -------------------------------------------------------------
= GLOBAL
------------------------------------------------------------- */
.no-pad {
  padding: 0; }

.clickToEditDiv {
  z-index: 1000 !important;
  position: relative; }

.no-pad-left {
  padding-left: 0; }

.no-pad-right {
  padding-right: 0; }

.banner .mpContent img {
  width: 100%; }

/* -------------------------------------------------------------
=  Sub Nav
------------------------------------------------------------- */
.CookieTrail a.ctLink {
  color: #000;
  padding: 0 0 15px 0;
  text-transform: uppercase; }

.sub-nav .sub-nav-container ul li > a.ctLink {
  font-weight: normal;
  padding: 0; }

.sub-nav .sub-nav-container {
  position: relative;
  margin: 0 0 30px 0;
  padding: 5px 0 5px 0;
  clear: both;
  max-width: 300px;
  font-family: Palatino, Palatino Linotype, serif;
  font-size: 14px;
  text-align: left; }

.sub-nav .sub-nav-container ul {
  margin-left: 0;
  clear: both;
  padding-left: 0; }

.sub-nav .sub-nav-container ul li {
  display: block;
  padding: 5px 0; }

.sub-nav .sub-nav-container ul li > a {
  font-family: Palatino, Palatino Linotype, serif;
  font-size: 16px;
  color: #2A2D34; }

.sub-nav .sub-nav-container ul li.selectedItem > a {
  color: #A37B45; }

.sub-nav .sub-nav-container ul li > a:hover, .sub-nav .sub-nav-container ul li > a:active {
  text-decoration: none;
  color: #A37B45; }

/* -------------------------------------------------------------
= BANNER IMAGES
------------------------------------------------------------- */
.banner-image {
  position: relative;
  width: 100%;
  max-width: 100%; }

.banner-image .mpContent > img {
  width: 100%;
  height: auto;
  min-width: 0; }

.banner-image .photoGalleryWrapDiv > img {
  width: 100%;
  max-width: 100%; }

/* -------------------------------------------------------------
= PUBLIC HOME
------------------------------------------------------------- */
.home-intro {
  padding: 85px 120px;
  position: relative;
  text-align: center; }

.home-intro:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://clubessential.s3.amazonaws.com/CEFED/_Axis-Website/Sites/DallasNational-2022/images/Stone+Wall+Texture/stonewall-repeat.jpg");
  opacity: 0.5; }

.home-intro > div {
  position: relative;
  z-index: 2; }

.home-intro .container {
  width: 100%;
  max-width: 1200px; }

/* -------------------------------------------------------------
= PRIVATE * PUBLIC CONTENT
------------------------------------------------------------- */
.private-content, .public-content {
  padding: 100px 0 125px 0;
  min-height: 70vh; }

.private-content article, .public-content article {
  float: right; }

.content-photos {
  margin-bottom: 35px;
  text-align: center; }

.content-photos .mpContent > img {
  max-width: 100%; }

.content-area {
  padding: 0 20px; }

/* -------------------------------------------------------------
= CALENDAR
------------------------------------------------------------- */
/* -------------------------------------------------------------
= Private Home
------------------------------------------------------------- */
.pvhome h2.overlay-h2 {
  text-align: center;
  color: #fff;
  font-style: normal;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 50;
  z-index: 150;
  top: 75px;
  font-size: 30px; }

h2.overlay-h2.mobile {
  display: none; }

.private-home {
  padding: 100px 0 80px 0; }

.newsItem {
  position: relative; }

.newsItem a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 50; }

.newsItem:hover .col-md-7 h4 {
  color: #3D3730; }

.news-grid:after {
  content: '';
  height: 100%;
  width: 1px;
  background: #d7d7d7;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -70px; }

.news-image {
  background: url(https://www.dallasnationalgolfclub.com/images/logoMobile.png) no-repeat center;
  width: 287px;
  height: 192px;
  margin: 0 auto; }

.pvhome {
  min-height: 630px;
  background: url(https://www.dallasnationalgolfclub.com/images/qlbackground.jpg) no-repeat center;
  background-size: cover; }

.pvhome .counter {
  bottom: 0;
  margin-top: 15px;
  left: 0;
  text-align: left;
  margin-bottom: 25px; }

.private-overlay {
  position: relative;
  z-index: 150;
  max-width: 755px;
  margin: 125px auto 0 auto; }

[id^=photoPluginWrapper] .photoGalleryWrapDiv .overlay-image img {
  max-height: 300px; }

.private-overlay .event-link {
  position: absolute;
  right: 0;
  bottom: 25px; }

.private-overlay .event-link a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }

.private-overlay .event-link a:hover {
  color: #9C8C77; }

.overlay-description {
  max-width: 330px; }

.private-overlay h2 {
  font-style: normal;
  text-align: left; }

.private-overlay h2, .private-overlay p {
  color: #fff; }

.private-overlay p {
  line-height: 1.6em; }

.private-overlay .col-md-8 > img {
  max-width: 100%; }

.pvhome .photo-overlay {
  background: rgba(0, 0, 0, 0.7); }

.image-date {
  color: #fff;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: Palatino, Palatino Linotype, serif;
  font-style: italic;
  text-align: left; }

.pvhome .photoGalleryWrapDiv {
  min-height: 630px; }

.news-image > img {
  max-width: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }

.newsItem:hover .news-image > img {
  opacity: 0.7; }

.mpContent > img {
  max-width: 100%; }

.news-grid {
  padding: 0; }

.news-grid h1 {
  float: left;
  padding-left: 15px; }

.news-grid .btn.primary {
  float: right;
  margin-right: 15px; }

.news-grid h4 {
  text-transform: none;
  font-weight: 600;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }

.event-wrap {
  margin: 0 auto 35px auto; }

.event-wrap .title-wrap a {
  color: #333;
  font-size: 16px; }

.event-wrap .title-wrap a:hover {
  color: #3D3730; }

.date-wrap {
  text-transform: uppercase;
  font-size: 11px;
  color: #8c7d64; }

.private-home .col-md-3 .btn.primary {
  margin-top: 70px; }

.private-home h3, .private-home h1 {
  font-weight: 600; }

.news-grid > .row {
  margin-bottom: 45px; }

.newsItem .row {
  margin-bottom: 25px; }

/* -------------------------------------------------------------
= Weather Plugin
------------------------------------------------------------- */
/* -------------------------------------------------------------
= ACCORDION
------------------------------------------------------------- */
[id*=accordian].RadPanelBar_accordionTemplate .rpExpandable .rpText, [id*=accordian].RadPanelBar_accordionTemplate.RadPanelBar_accordionTemplate_rtl .rpExpandable .rpText, [id*=accordian].RadPanelBar_accordionTemplate.RadPanelBar_accordionTemplate .rpGroup .rpExpandable .rpText, [id*=accordian].RadPanelBar_accordionTemplate.RadPanelBar_accordionTemplate_rtl .rpGroup .rpExpandable .rpText {
  padding: 15px 15px;
  font-weight: bold;
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #29589b;
  text-transform: uppercase; }

[id*=accordian].RadPanelBar_accordionTemplate.RadPanelBar_accordionTemplate .rpGroup .rpDisabled, [id*=accordian].RadPanelBar_accordionTemplate.RadPanelBar_accordionTemplate .rpGroup .rpDisabled:hover, [id*=accordian].RadPanelBar_accordionTemplate.RadPanelBar_accordionTemplate .rpExpandable .rpText:hover, [id*=accordian].RadPanelBar_accordionTemplate.RadPanelBar_accordionTemplate .rpExpanded .rpText:hover {
  padding: 15px 15px;
  text-transform: uppercase; }

[id*=accordian].RadPanelBar_accordionTemplate .rpGroup .rpExpanded .rpText, [id*=accordian].RadPanelBar_accordionTemplate.RadPanelBar_accordionTemplate_rtl .rpExpanded .rpText, [id*=accordian].RadPanelBar_accordionTemplate .rpExpanded .rpText, [id*=accordian].RadPanelBar_accordionTemplate .RadPanelBar_accordionTemplate_rtl .rpGroup .rpExpanded .rpText {
  padding: 15px 15px;
  border-bottom: 1px solid #abaaa7;
  background: #efefef; }

[id*=accordian].RadPanelBar_accordionTemplate .rpGroup .rpLink, .RadPanelBar_accordionTemplate .rpGroup .rpTemplate {
  padding: 10px 15px;
  text-transform: uppercase;
  border-top: 0 !important; }

[id*=accordian].RadPanelBar .rpItem {
  margin-bottom: 15px;
  background: #fff;
  border-radius: 0; }

[id*=accordian].RadPanelBar_accordionTemplate.RadPanelBar_accordionTemplate .rpLink .rpOut, [id*=accordian].RadPanelBar_accordionTemplate.RadPanelBar_accordionTemplate .rpFocused .rpOut, [id*=accordian].RadPanelBar_accordionTemplate.RadPanelBar_accordionTemplate .rpLink:hover .rpOut, [id*=accordian].RadPanelBar_accordionTemplate.RadPanelBar_accordionTemplate .rpSelected .rpOut, [id*=accordian].RadPanelBar_accordionTemplate.RadPanelBar_accordionTemplate .rpSelected:hover .rpOut {
  margin-bottom: 0; }

[id*=accordian].RadPanelBar .rpGroup {
  margin-top: -2px; }

[id*=accordian].RadPanelBar_accordionTemplate .rpTemplate .mpContent {
  font-family: Palatino, Palatino Linotype, serif; }

[id*=accordian].RadPanelBar_accordionTemplate .rpExpandable .rpText, [id*=accordian].RadPanelBar_accordionTemplate_rtl .rpExpandable .rpText, [id*=accordian].RadPanelBar_accordionTemplate .rpGroup .rpExpandable .rpText, [id*=accordian].RadPanelBar_accordionTemplate_rtl .rpGroup .rpExpandable .rpText {
  color: #2A2D34;
  text-transform: uppercase;
  background: 0;
  border: 1px solid #efefef;
  letter-spacing: 2px;
  font-size: 12px; }

[id*=accordian].RadPanelBar_accordionTemplate .rpGroup .rpExpanded .rpText, [id*=accordian].RadPanelBar_accordionTemplate_rtl .rpExpanded .rpText, [id*=accordian].RadPanelBar_accordionTemplate .rpExpanded .rpText, [id*=accordian].RadPanelBar_accordionTemplate_rtl .rpGroup .rpExpanded .rpText {
  color: #fff;
  text-transform: uppercase;
  border: 0; }

[id*=accordian].RadPanelBar_accordionTemplate .rpLink .rpOut, [id*=accordian].RadPanelBar_accordionTemplate .rpFocused.rpExpanded .rpOut, [id*=accordian].RadPanelBar_accordionTemplate .rpLink:hover .rpOut, [id*=accordian].RadPanelBar_accordionTemplate .rpSelected.rpExpanded .rpOut, div.RadPanelBar_accordionTemplate .rpSelected:hover .rpOut {
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 0; }

[id*=accordian].RadPanelBar_accordionTemplate .rpFocused.rpExpanded .rpOut {
  background: #A37B45; }

[id*=accordian].RadPanelBar_accordionTemplate .rpRootGroup > li.rpItem.rpLast {
  border: 0; }

[id*=accordian].RadPanelBar_accordionTemplate .rpLink.rpExpandable.rpSelected.rpExpanded {
  border-bottom: 0; }

[id*=accordian].RadPanelBar_accordionTemplate .rpLink.rpExpandable.rpHovered {
  text-transform: uppercase; }

[id*=accordian].RadPanelBar_accordionTemplate .rpGroup .rpDisabled, div.RadPanelBar_accordionTemplate .rpGroup .rpDisabled:hover, [id*=accordian].RadPanelBar_accordionTemplate .rpExpandable .rpText:hover, .RadPanelBar_accordionTemplate .rpExpanded .rpText:hover {
  text-transform: uppercase; }

[id*=accordian].RadPanelBar_accordionTemplate .rpGroup .rpLink, .RadPanelBar .rpGroup .rpTemplate {
  border-top: 0; }

[id*=accordian].RadPanelBar_accordionTemplate .rpRootGroup .rpSelected.repExpanded {
  border-bottom: 0; }

[id*=accordian].RadPanelBar_accordionTemplate .rpGroup .rpLink, [id*=accordian].RadPanelBar_accordionTemplate .rpGroup .rpTemplate {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.875em;
  color: #2A2D34;
  border: 1px solid #e5e5e5;
  padding: 25px; }

[id*=accordian].RadPanelBar_accordionTemplate .rpExpandable .rpExpandHandle:after {
  content: '\ed29';
  display: inline-block;
  position: relative;
  z-index: 200;
  font-family: 'Nucleo Outline';
  font-size: 16px;
  right: 15px;
  top: 17px;
  color: #000;
  font-weight: 600; }

[id*=accordian].RadPanelBar_accordionTemplate .rpExpandable.rpExpanded .rpExpandHandle:after {
  content: '\ed2a';
  display: inline-block;
  position: relative;
  z-index: 200;
  font-family: 'Nucleo Outline';
  font-size: 16px;
  right: 15px;
  top: 17px;
  color: #fff;
  font-weight: 600; }

/* -------------------------------------------------------------
= TABS
------------------------------------------------------------- */
.tab-wrap {
  margin: 25px auto; }

.mobileTabs li {
  background: #A37B45;
  color: #fff; }

.tabstrip.RadTabStrip_Tab_responsive {
  overflow: hidden;
  overflow-x: auto;
  border-top: 1px solid #F4EAD6;
  background: #F4EAD6; }

.tabstrip.RadTabStrip_Tab_responsive .levelwrap.level1 {
  width: 100%;
  background: #A37B45;
  padding: 0;
  height: 50px;
  white-space: nowrap;
  border-left: 1px solid #e7e7e7; }

.tsContent {
  padding: 30px 20px;
  background: #fff;
  border: 1px solid #F4EAD6;
  overflow: hidden;
  border-top: 0;
  font-family: Palatino, Palatino Linotype, serif;
  font-size: 16px;
  line-height: 1.875em;
  color: #2A2D34; }

.tsContent p {
  font-size: 16px; }

.tabstrip li a.selected .wrap, .tabstrip li a.selected .innerWrap {
  color: #000;
  font-weight: 600; }

.tabstrip li a .wrap, .tabstrip li a .innerWrap {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px; }

.tabstrip.RadTabStrip_Tab_responsive .levelwrap.level1 {
  background: #A37B45;
  border-bottom: 0; }

.RadTabStrip_Tab_responsive .levelwrap.level1 > ul {
  background: #A37B45; }

.tabstrip.RadTabStrip_Tab_responsive .levelwrap.level1 > ul > li > a:hover {
  background: 0; }

.tabstrip.RadTabStrip_Tab_responsive .levelwrap.level1 > ul > li > a {
  color: #fff;
  padding: 10px 35px 15px 35px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.tabstrip.RadTabStrip_Tab_responsive .levelwrap.level1 > ul > li > a.selected {
  background: #fff;
  height: 50px;
  text-transform: uppercase;
  color: #A37B45;
  padding: 10px 35px 10px 35px; }

.tabstrip.RadTabStrip_HorizontalTabs .level1 li a.selected .innerWrap {
  color: #A37B45;
  font-family: Palatino, Palatino Linotype, serif;
  font-weight: normal; }

.tabstrip.RadTabStrip_HorizontalTabs .level1 li a {
  padding: 5px 20px 5px 20px;
  color: #000;
  margin-right: 0 !important;
  text-transform: none;
  font-family: sans-serif; }

.tabstrip.RadTabStrip_HorizontalTabs .level1 li a .wrap {
  padding-right: 0 !important; }

.tabstrip.RadTabStrip_HorizontalTabs .level1 li a.selected {
  padding: 5px 20px;
  background: #fff;
  border-top: 0; }

.tabstrip.RadTabStrip_HorizontalTabs .levelwrap {
  padding-left: 0 !important;
  border: 0 !important;
  background: #A37B45;
  font-weight: normal; }

.tabstrip.tab-wrap .RadTabStrip_HorizontalTabs .levelwrap {
  background: #F4EAD6; }

.tabstrip li a .wrap, .tab-wrap .tabstrip li a .innerWrap {
  color: #A37B45; }

.RadTabStrip_HorizontalTabs .level1 li a.selected {
  border-top: #F4EAD6; }

.tabstrip.RadTabStrip_HorizontalTabs .level1 li a {
  text-align: center; }

.RadTabStrip_HorizontalTabs .level1 li a .innerWrap {
  font-size: 12px;
  padding: 10px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px; }

/* -------------------------------------------------------------
= COOKIE TRAIL
------------------------------------------------------------- */
.CookieTrail .ctText {
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #9C8C77;
  padding-left: 30px; }

.sub-nav .sub-nav-container ul li.ctItem.first {
  padding: 15px 0 5px 0; }

/* -------------------------------------------------------------
= CLUB NEWS
------------------------------------------------------------- */
.news-item .articlelink a:hover {
  color: #3D3730; }

.newsPluginArchiveLink {
  display: none; }

/* -------------------------------------------------------------
= FOOTER CLASSES
------------------------------------------------------------- */
footer {
  width: 100%;
  background: #2A2D34;
  clear: both; }

footer:before {
  content: '';
  display: block;
  height: 12px;
  width: 100%;
  background: url("https://clubessential.s3.amazonaws.com/CEFED/_Axis-Website/Sites/DallasNational-2022/images/Gold+Texture/repeat-gold.jpg"); }

footer > div {
  padding: 30px 0; }

footer ul {
  text-align: center;
  margin: 0;
  padding: 0; }

footer ul li {
  display: inline-block;
  margin: 0 25px;
  font-family: Palatino, Palatino Linotype, serif;
  font-size: 12px;
  font-weight: 700;
  font-variant: small-caps;
  line-height: 18px;
  text-align: center;
  color: #dfdac7; }

footer ul li a {
  color: #dfdac7; }

/* -------------------------------------------------------------
= BOOTSTRAP
------------------------------------------------------------- */
/* -------------------------------------------------------------
= BOOTSTRAP
------------------------------------------------------------- */
.navbar-offcanvas {
  display: block !important; }

/* Media Queries Start */
@media (max-width: 1330px) {
  /* Carets / Icons */
  .navbar-toggle {
    display: block !important;
    margin: 0;
    padding: 0;
    border-radius: 0;
    height: 25px;
    width: 90px;
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

  .navbar-toggle .icon-bar {
    background: #fff;
    width: 24px;
    border-radius: 0;
    transition: 0.3s ease-in-out; }

  .sr-only {
    width: auto;
    height: auto;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    clip: initial; }

  .navbar-toggle .sr-only:after {
    content: 'MENU';
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    transition: 0.3s ease-in-out; }

  .close-x:before {
    content: '\00d7';
    display: inline-block !important;
    font-size: 3em;
    font-family: Arial, sans-serif;
    font-weight: 300;
    color: #fff;
    position: relative;
    top: -20px;
    left: -10px;
    transition: 0.3s ease-in-out; }

  .navbar-toggle:hover .icon-bar, .navbar-toggle:active .icon-bar {
    background: #a37b45; }

  .navbar-toggle:hover .sr-only:after, .navbar-toggle:active .sr-only:after {
    color: #a37b45; }

  .navbar-toggle.close-x:hover:before, .navbar-toggle.close-x:active:before {
    color: #a37b45; }

  span.caret:before, span.caret.down:before {
    font-family: FontAwesome;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
    padding: 0px; }

  span.caret.down:before {
    content: "\f056"; }

  span.caret:before {
    content: "\f055"; }

  .selectedItem > a span.caret {
    color: #fff; }

  .logo-link {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 130px;
    height: 130px;
    margin: 0 auto; }

  .navbar-nav > li.logo-spacer:before, .logo-link:before {
    height: 120px; }

  .navbar-nav > li.logo-spacer:after, .logo-link:after {
    height: 120px;
    background-size: 110px; }

  .login-mobile, .logout-mobile {
    display: block; }

  header.brand {
    height: 160px;
    padding: 0 0 10px; }

  header .navbar {
    height: 150px;
    margin: 0;
    border-radius: 0; }

  header.brand.public-home {
    position: relative;
    top: 0; }

  header.brand.public-home:after {
    display: none; }

  header.brand.public-home:before {
    height: 10px;
    top: auto;
    bottom: 0; }

  header.brand.public-home .navbar-nav > li.ulMenuItem.level1 {
    bottom: 0; }

  header.brand.public-home .navbar-nav {
    background: 0; }

  #content.container {
    overflow-y: auto; }

  .navbar-offcanvas .fa {
    color: #fff;
    float: left;
    padding-right: 5px;
    position: relative;
    top: 17px;
    left: 5px; }

  .ulMenuItem.level1 .fa {
    color: #fff;
    float: left;
    padding-right: 5px;
    position: relative;
    top: 17px;
    left: 5px; }

  .nav > li > a.dropdown-toggle {
    bottom: 27px; }

  .navbar-nav .open .dropdown-menu > li.ulMenuItem.level3 {
    border: 0; }

  .nav .open > a {
    border-bottom: none;
    color: #fff; }

  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: #2A2D34; }

  .offcanvas {
    position: relative;
    -webkit-transition: all 0.55s ease-out 0s;
    transition: all 0.55s ease-out 0s; }

  .navbar-offcanvas {
    position: absolute;
    top: 159px;
    z-index: 1000;
    overflow: hidden;
    height: 100vh;
    -webkit-transition: all 0.55s ease-in 0s;
    transition: all 0.55s ease-in 0s;
    -webkit-transform: translatex(-101%);
    transform: translatex(-101%);
    width: 101%;
    background: #2A2D34; }

  .navbar-offcanvas.active {
    z-index: 1000;
    opacity: 1;
    -webkit-transition: all 0.55s ease-out 0s;
    transition: all 0.55s ease-out 0s;
    position: absolute;
    overflow: visible;
    -webkit-transform: translatex(0);
    transform: translatex(0); }

  .offcanvas-right.active {
    right: 0;
    text-align: left; }

  .offcanvas-right.active .navbar-nav {
    margin: 0 auto;
    width: 100%;
    margin-left: 0 !important; }

  .offcanvas-right.active .navbar-nav .open .level2.dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0; }

  .offcanvas-right.active .navbar-nav .open .dropdown-menu.level2 {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 0;
    border-bottom: 0; }

  .offcanvas-right.active .navbar-nav .open .dropdown-menu {
    width: 100%;
    display: block;
    border-radius: 0 !important;
    padding: 0;
    position: static;
    top: -10px; }

  .offcanvas-right.active .navbar-nav .open .dropdown-menu > li.level3 > a {
    padding-left: 20px; }

  .offcanvas-right.active .navbar-nav .open .dropdown-menu > li > a {
    text-transform: none;
    padding: 10px 0 10px 10px;
    color: #A37B45;
    font-size: 14px;
    text-transform: uppercase; }

  .offcanvas-right {
    right: 0; }

  .offcanvas-right.active .navbar-nav .open .dropdown-menu > li.selectedItem > a {
    color: #DFDAC7;
    font-weight: 700; }

  /* device nav */
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    background: #e4e4e4;
    margin-top: 10px; }

  .navbar-nav {
    margin: 0;
    padding: 0;
    width: 100%; }

  .nav > li {
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
    border-bottom: #889bb5 1px solid;
    padding: 0;
    height: auto;
    width: 100%;
    float: left;
    background: #2A2D34;
    position: relative; }

  .nav > li > a {
    color: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    float: left;
    width: 80%;
    font-family: Arial, sans-serif;
    background: #2A2D34;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border: none !important; }

  .nav > li > a:hover, .nav > li > a:focus {
    color: #DFDAC7;
    background: 0; }

  .navbar-nav .open .dropdown-menu > li > a {
    background: #fff; }

  .nav > li > a.dropdown-toggle {
    border-bottom: none; }

  .nav > li > a.dropdown-toggle, .navbar-nav .open .dropdown-menu > li > a.dropdown-toggle {
    height: 38px;
    width: 50px;
    display: block; }

  .nav > li > a.dropdown-toggle, .navbar-nav .open .dropdown-menu > li > a.dropdown-toggle {
    position: absolute;
    right: 0;
    padding: 0;
    top: 4px;
    width: 40px;
    margin: 0;
    z-index: 1000;
    background: 0; }

  .nav li a span.caret {
    border: 0; }

  .navbar-nav .open .dropdown-menu {
    background-color: #fff; }

  .navbar-nav .open .dropdown-menu > li {
    margin-left: 0; }

  .navbar-nav .open .dropdown-menu > li {
    color: #000;
    border-bottom: 1px solid #ccc;
    clear: both;
    float: left;
    width: 100%;
    background: #fff; }

  .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 17px;
    position: relative;
    color: #000; }

  .navbar-brand {
    height: auto; }

  .caret {
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }

  .nav > li.selectedItem.active > a {
    color: #F4EAD6; }

  .news-image {
    width: auto; }

  footer ul li {
    display: block;
    margin: 15px 0; }

  .home-intro {
    padding: 115px 15px;
    min-height: 60vh; }

  .home-intro .container {
    max-width: 100%; }

  #content .mobileTabs li a.tNavTabOFF {
    color: #fff; }

  .headerBar, .pluginTitleBar, .sploderTitleBar {
    position: static; }

  #content.container {
    padding-top: 10px;
    overflow-y: auto; }

  header.brand .btn.primary {
    position: static;
    padding: 15px; }

  .home-intro .login.btn.primary {
    display: block; }

  header.brand .menu {
    display: inline-block;
    position: absolute;
    bottom: 53px;
    right: 60px;
    color: #303030; }

  .banner-image .mpContent > img {
    min-width: inherit;
    min-height: inherit; }

  .photo-wrap {
    height: auto; }

  .photo-wrap img {
    min-width: inherit;
    min-height: inherit;
    height: auto; }

  .plgHeaderBarBorder {
    background: none; }

  /* Hide */
  .login, .logout,
  .navbar-nav > li.logo-spacer,
  .navbar-toggle.close-x .sr-only:after,
  .navigation.desktop,
  .navbar-nav > li:hover .dropdown-menu,
  .nav li.level2 a span.caret {
    display: none; }

  .navbar .sub-menu {
    display: none !important; } }
@media (max-width: 991px) {
  [id*=tblTop] .table tbody {
    display: table-row-group; }

  [id*=tblTop] table.table {
    display: table; }

  [id*=tblTop] .table tr {
    display: table-row; }

  [id*=tblTop] .table td {
    display: table-cell; }

  [id*=tblTop] tbody, [id*=tblTop] table, [id*=tblTop] tr, [id*=tblTop] td {
    display: block; }

  table[id*="_tblTop"] {
    width: 100%;
    margin: 20px auto;
    display: block;
    max-width: 100%; }

  .overlay-image,
  .event-wrap,
  .private-home .col-md-3.col-sm-12,
  .private-home h3, .private-home h1,
  .private-home .col-md-3 .btn.primary {
    text-align: center; }

  .news-grid h4 {
    padding-top: 15px; }

  h2.overlay-h2.mobile {
    display: block;
    font-style: normal;
    font-size: 30px; }

  .pvhome {
    min-height: 0; }

  .pvhome h2.overlay-h2 {
    width: 100%; }

  .private-home {
    padding: 50px 0 50px 0; }

  .private-home .col-md-3 .btn.primary {
    margin-top: 0;
    margin-bottom: 50px; }

  .private-overlay {
    margin-top: 0;
    top: 5%; }

  .private-overlay .row, .overlay-image, .overlay-description {
    display: block;
    width: auto;
    max-width: none;
    padding: 15px 0; }

  .description-wrap {
    max-width: none;
    padding: 0; }

  .private-overlay .event-link {
    position: static; }

  .image-counter {
    margin: 0; }

  .news-grid:after, .pvhome h2.overlay-h2 {
    display: none; }

  .private-content, .public-content {
    padding: 50px 0 75px 0; } }
@media (max-width: 768px) {
  .pvhome .photoGalleryWrapDiv {
    min-height: 530px; }

  .public-content .col-sm-8 {
    width: 100%; }

  .news-grid h1, .news-grid .btn.primary {
    float: none;
    text-align: center; }

  .news-grid h1 {
    padding-left: 0; }

  .news-grid .btn.primary {
    margin-right: 0; }

  .content-area {
    padding: 0; }

  .content-photos .col-md-4 .mpContent > img {
    margin-bottom: 15px; }

  .image-counter {
    margin: 15px 0 15px 0; }

  .btn.primary {
    white-space: normal; }

  .RadTabStrip_Tab_responsive .levelwrap.level1 > ul {
    margin: 0 auto;
    width: auto; }

  .container.private.content {
    margin: 30px auto 50px auto; }

  .news-grid, .news-grid p,
  .news-grid .btn.primary {
    text-align: center; }

  .public-content .sub-nav {
    display: none; }

  header.brand {
    height: 120px; }

  .logo-mobile {
    display: block;
    margin-top: 15px;
    margin-left: 15px; }

  .logo-link {
    width: 100px;
    height: 100px; }

  .sub-nav, .overlay-wrap h1 {
    display: none; }

  header .navbar {
    height: 110px; }

  .navbar-offcanvas {
    top: 119px; }

  .navbar-nav > li.logo-spacer:before, .logo-link:before {
    height: 100px; }

  .navbar-nav > li.logo-spacer:after, .logo-link:after {
    height: 100px;
    background-size: 90px; }

  .navbar-toggle {
    right: 20px; } }
/* iPhone 5s landscape */
@media (max-width: 568px) {
  #logPG {
    top: 50%; } }
/* iPhone 6s Portrait and below */
@media (max-width: 414px) {
  .pvhome .photoGalleryWrapDiv {
    min-height: 400px; }

  .private-content, .public-content {
    padding: 50px 0 55px 0; }

  h1 {
    font-size: 34px; }

  .home-intro {
    padding: 50px 15px; }

  .btn.primary {
    white-space: normal; }

  #calButtons .barButtons .mobileButton {
    padding: 5px;
    margin: 0 2px; }

  #content .mobileTabs li a.tNavTabON {
    color: #9C8C77; }

  #logPG .wrap {
    width: 295px;
    margin: 0 auto; }

  #logPG .wrap .advLogUsername, #logPG .wrap .advLogPassword {
    width: 295px; }

  #logPG {
    top: 50%;
    border-radius: 0;
    height: 100vh;
    padding: 0 0 100px 0;
    max-width: 320px; }

  #logPG .abut {
    margin: 25px auto 0 auto; }

  .logWrap .pic {
    background: #fff; }

  #logPG img {
    padding: 20px 0;
    width: 50%; }

  #wrapLogin9 {
    width: 295px; }

  #login-home > .logWrap > #logPG {
    height: auto; }

  #login-home #login_link {
    width: auto; }

  .eventHasNoIcon {
    font-size: 12px; }

  h2.overlay-h2.mobile, .news-grid > .row {
    text-align: center; }

  #bigImg, .logWrap .photo-overlay, .dots, .next-left, .next-right {
    display: none; } }
/* Custom/Site Specific Media Queries */
/*From Object Plugin */
.btnlarge .btn.primary {
  width: 100% !important; }

@media (max-width: 990px) {
  .tableStaff td {
    display: block;
    width: 100% !important;
    margin-bottom: 10px; } }
@media (max-width: 767px) {
  .tablestack td {
    display: block;
    width: 100% !important;
    margin-bottom: 3px; }

  .tablestack td, .tablestack h4, .tablestack p {
    text-align: left !important; }

  .cross-marketing, .coursetour p {
    text-align: center !important; }

  .coursetour td {
    display: block;
    margin-bottom: 3px; }

  .btn.primary {
    width: 100% !important; }

  .staff .mpContent img {
    float: none !important;
    margin: 5px auto;
    width: 100%; } }
@media (max-width: 720px) {
  .responsiveTable td {
    display: block;
    margin: 0 0 20px; }

  span.img img {
    width: 100% !important; }

  .tabstrip.RadTabStrip_Tab_responsive .levelwrap.level1 > ul > li > a {
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase; } }
