/* Custom Stylesheet */
/**
THIS IS LOCATED IN PUBLIC: 
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */


 @font-face {
  font-family: "gravity";
  src: url('../font/Gravity-Regular.otf') format("truetype");
}

@font-face {
  font-family: "gravityBold";
  src: url('../font/Gravity-Bold.otf') format("truetype");
}

@font-face {
  font-family: "gravityLight";
  src: url('../font/Gravity-Light.otf') format("truetype");
}

a { 
  font-family: "gravityLight", Verdana, Tahoma;
  text-decoration: none !important;
}



h1, h2, h3, h6  { 
  font-family: "gravityLight", Verdana, Tahoma;
}

h1 a, h2 a, h3 a, h6 a { 
  font-family: "gravityLight", Verdana, Tahoma;
}


body, h4, h5 { 
  font-family: "gravity", Verdana, Tahoma;
}




 body {
  background: white;
}

.btn a {
  font-size: 10px;
}


.btn {
  font-size: 10px;
  height: 22px;
  line-height: 25px;
}
.pinned {
  position: fixed;
  top: 0px;
}

.verybottom {
  margin-top: 5px;
}

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #fff;
}

/* ── Mobile: ensure nav sits at top of viewport ── */
@media only screen and (max-width: 992px) {
  body {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .navbar-fixed {
    height: 48px;
  }
  .navbar-fixed nav {
    height: 48px !important;
    min-height: 0;
    padding-top: 0 !important;
  }
  .navbar-fixed nav .nav-wrapper {
    height: 48px;
    display: flex;
    align-items: center;
  }
  .navbar-fixed nav .nav-wrapper #logo-container img {
    height: 36px !important;
  }
  nav {
    height: 48px !important;
    line-height: 48px !important;
  }
  nav ul {
    margin-top: 0 !important;
  }
  nav .sidenav-trigger {
    height: 48px;
    line-height: 48px;
  }
}

/* ── Sidenav mobile navigation ── */
.sidenav {
  top: 0;
  width: 300px;
  background: #1a237e;
  padding-top: 0;
}

.sidenav .sidenav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: rgba(0,0,0,.15);
  min-height: 64px;
}

.sidenav .sidenav-brand {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.sidenav .sidenav-logo {
  max-height: 48px;
  width: auto;
  object-fit: contain;
}

.sidenav .sidenav-title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidenav .sidenav-close-btn {
  color: rgba(255,255,255,.7);
  margin-left: 8px;
  line-height: 1;
}
.sidenav .sidenav-close-btn:hover {
  color: #fff;
}
.sidenav .sidenav-close-btn i {
  font-size: 24px;
  float: none;
  width: auto;
  height: auto;
  line-height: 1;
  margin: 0;
  background: none;
}

.sidenav .sidenav-divider {
  border-top: 1px solid rgba(255,255,255,.15);
  margin: 0;
  padding: 0;
  min-height: 0;
  height: 0;
}

.sidenav li > a {
  color: rgba(255,255,255,.9) !important;
  font-size: 14px;
  font-weight: 400;
  padding: 0 20px;
  height: 48px;
  line-height: 48px;
  transition: background .15s ease;
}
.sidenav li > a:hover {
  background: rgba(255,255,255,.08);
}

.sidenav li > a > i.material-icons.sidenav-external {
  float: right;
  height: 48px;
  line-height: 48px;
  margin: 0;
  width: auto;
  color: rgba(255,255,255,.4);
  font-size: 16px;
  background: none;
}

.sidenav .collapsible,
ul.sidenav .collapsible {
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.sidenav .collapsible-header {
  color: rgba(255,255,255,.9);
  background: transparent;
  border: none;
  padding: 0 20px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background .15s ease;
}
.sidenav .collapsible-header:hover {
  background: rgba(255,255,255,.08);
}
.sidenav .collapsible-header i.material-icons {
  float: none;
  width: auto;
  height: auto;
  line-height: 1;
  margin: 0;
  color: rgba(255,255,255,.5);
  font-size: 22px;
  background: none;
  transition: transform .25s ease;
}
.sidenav .collapsible .active .collapsible-header i.material-icons {
  transform: rotate(180deg);
}

.sidenav .collapsible-body {
  background: rgba(0,0,0,.12);
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sidenav .collapsible-body ul {
  border: none !important;
  background: transparent;
  padding: 0 !important;
  margin: 0 !important;
}
.sidenav .collapsible-body ul li {
  padding: 0 !important;
  margin: 0 !important;
}
.sidenav .collapsible-body ul li > a {
  padding: 0 20px 0 32px !important;
  height: 44px;
  line-height: 44px;
  font-size: 13px;
}




.parallax-container {
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
@media only screen and (min-width: 993px) {
  .parallax-container {
    min-height: 380px;
  }
}

.parallax-container .section {
  width: 100%;
}

#welcomeOverlay p {
  margin-top: 16px;
  font-size: 18px;
  font-family: "gravityLight", Verdana, Tahoma;
  color: white;

}

#welcomeOverlay {
  height: 70px;
  background-color: #2B48AB;
  color: white;
  position: relative;
  top: -77px;
  opacity: .8;
}


.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

.dropdown-content {
  width: auto;
  min-width: 160px;
  max-width: 240px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
}

.nav-wrapper .dropdown-trigger {
  position: relative;
}
.nav-wrapper .dropdown-trigger::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  height: 12px;
}


.card-image1 {
  height: 200px;
  background-image: url('#{@dfcfile.ad1_image_url}');
}

.card-image2 {
  height: 200px;
  background-image: url('#{@dfcfile.ad2_image_url}');
}

.card-image3 {
  height: 200px;
  background-image: url('#{@dfcfile.ad3_image_url}');
}

.card-title {
  color: white;
  font-size: 24px;
  padding: 10px;
  margin-top: -80px;
  margin-left: 20px;
}

.destination {
  margin-bottom: 10px;
  width: 90%;
  padding: 5px 10px;
}


nav ul a {
  padding: 0px 5px;
}

i.right {
  margin-left: 0px;
}

footer ul > li.socialicon > a > img{
  float: right;
  max-width: 30px;
  margin-right: 0px;
  margin-left: 10px;
}

body > footer > div.container > div > div.col.l3.s12.nomargin {
  margin-right: 0px;
  padding-right: 0px;
}


.chunk {
border: 1px solid #eee;
padding: 4px;
margin-bottom: 10px;
}

div.chunk h2.title{
font-weight: 500;
}

div.chunk div.news-date {
text-align: right;
font-weight: 100;
}

div.chunk div.item div.read-more {
font-weight: 100;
}


h4.event-date {
  font-size: 1.6em;
}


.chunk {
  max-height: 400px;
  overflow: hidden;
}

.item {
  max-height: 200px;
  overflow: hidden;
}

h2.title {
  line-height: 1.4em;
  font-size: 22px;
  padding: 0px;
  margin: 0px;
}

h5.from {
  font-size: 14px;
}

footer a,
footer > ul > li > a,
footer p, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: white;
  text-decoration: none;
}

body > div.parallax-container.valign-wrapper.mParallax3 > div.section.pinnBottom > footer > div > div > div.col.l6.s12 > p > svg {
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: -3px;
}


.parallax-container .parallax img {
  opacity: 1;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
  background-color: #D11242;
}

h3, h3 a {
color: white;
padding: 10px;
}

#fullFeature {
margin-top: -70px;
}

#logo-container > img {
margin-top: -9px;
}

ul > li > ul > li > a {
color: white !important;
}

#navmenu > div > ul > li > a {
font-size: 1em;

}

ul.dropdown-content {
  opacity: 1;
}

body > div:nth-child(16) .material-icons {
padding: 8px;
}


.chunk {
border: 1px solid #eee;
padding: 4px;
margin-bottom: 10px;
}

div.chunk h2.title{
font-weight: 500;
}

div.chunk div.news-date {
text-align: right;
font-weight: 100;
}

div.chunk div.item div.read-more {
font-weight: 100;
}

h2.title a {
  font-size: 18px;
  text-align: left;
  float: left;
  width: 100%;
}

h5.title {
  font-size: 12px;
  text-align: right;
  margin: 0px;
  padding: 0px;
}
h4.news-date {
  font-size: 12px;
  text-align: right;
  margin: 0px;
  padding: 5px 0px;
}  
h4.event-date {
  font-size: 1.6em;
}

.chunk p {
  font-size: 12px;
  text-align: left;
  line-height: 1.1em;
}

.col-sm-2 {
  float: left;
  width: 20%;
}

.col-sm-10 {
  padding: 0px 10px;
  float: right;
  width: 80%;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

.dropdown-content {
  overflow-y: auto;
}

a.sidenav-trigger {
  text-decoration: none;
}

body > nav.materializeNav {
  z-index: 999;
}

/* Legacy .sidenav overrides removed — see new sidenav block above */

ul .dropdown-content {
  margin: 0px 0px 0px 0px;
}

ul .dropdown-content li {
  margin: 0px 0px 0px 0px;
}

/* Legacy .sidenav .collapsible padding removed — see new sidenav block above */


.parallax1 {
  margin-top: 50px;
}

.deskParallax1 {
  height: 480px;
}

.footer-copyright {
  background-color: transparent;
}
.blue.darken-4 {
  background-color: #2B48AB;
}

.pinnBottom {
  position: absolute;
  padding-bottom: 0px;
  bottom: 0px;
  opacity: .8;
}

body > div:nth-child(13) > div.section.pinnBottom {
  top: auto;
}

.card .card-content {
  min-height: 169px;
  }
  
  #navmenu > div > ul > li > a {
      text-decoration: none;
      font-family: "gravityLight", Verdana, Tahoma;
  }
  
  .pinnBottom {
  position: absolute;
  bottom: 0px;
  }
  
  
  footer {
  opacity: .7;
  }
  
  #navmenu > div > ul > li > a {
    text-decoration: none;
    }
    
    .fixed-action-btn {
        right: 43px;
        bottom: 43px;
    }
    
    body > div:nth-child(12) > div.section.no-pad-bot > div > div {
    color: white;
    font-size: 36px;
    line-height: 36px;
    font-family: "gravityLight", Verdana, Tahoma;
    }
    

    #fullFeature {
    margin-top: 2px;
    background-color: #2B48AB;
    color: white;
    height: 60px;
    opacity: .8;
    color: white;
    font-size: 36px;
    line-height: 36px;
    font-family: "gravityLight", Verdana, Tahoma;
    }
    
    body > div:nth-child(10) > div.section.no-pad-bot > div > div > a {
      font-size: 100px;
      opacity: .5;
      height: 290px;
      line-height: 290px;
      border-radius: 160px;
      font-family: "gravityLight", Verdana, Tahoma;
    }
    
    body > div:nth-child(10) > div.section.no-pad-bot > div > div > a:hover {
    color: white;
    opacity: .8;
    }
    
    #aboveNav {
    display: none;
    }
    
    .deskParallax1 {
    top: 0px;
    }
    
    .deskParallax1 {
        height: 600px;
    }
    
    #index-banner > div.section.no-pad-bot > div > h6 {
    text-align: center;
    margin: 190px auto 20px auto;
    }
    
    #index-banner > div.section.no-pad-bot > div > h6.bold {
    font-weight: 900;
    font-size: 150px;
    
    }
    
    #index-banner > div.section.no-pad-bot > div > h6.thin {
        font-weight: 100;
        font-size: 88px;
    margin-top: -30px;
    }
    
    
    #navmenu {
    opacity: .95;
    height: 62px;
    }
    
    .nav-wrapper,
    .materializeNav {
    background: transparent;
    height: 57px;
    }

    #index-banner > div.section.no-pad-bot > div > h6.bold {
      font-weight: 100;
    }

    body > div:nth-child(12) > div > div > div:nth-child(1) > div > div.card-image > a > em,
    body > div:nth-child(12) > div > div > div:nth-child(2) > div > div.card-image > a > em {
      padding: 8px;
    }


/*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
      #index-banner .section {
        top: 0;
      }
      .card .card-content {
        min-height: 89px;
    }
    
    #index-banner > div.section.no-pad-bot {
      padding-top: 40px;
    }
    
    #index-banner > div.section.no-pad-bot > div > h6.bold {
      font-size: 48px;
      margin: 0px;
      padding: 0px;
    }
    
    #index-banner > div.section.no-pad-bot > div > h6.thin {
      font-size: 24px;
      margin: 0px;
      padding: 0px;
    }
    
    .mParallax1 {
      top: 61px;
      min-height: 200px;
      height: 200px;
    }
    #fullFeature {
      margin-top: 22px;
      height: 40px;
      color: white;
      font-size: 32px;
      line-height: 12px;
      font-family: "gravityLight", Verdana, Tahoma;
    }
    #fullFeature > div > div {
      font-size: 14px;
    }
    .mParallax3 {
      min-height: 240px;
    }
    .verybottom {
      opacity: .6;
    }


    #welcomeOverlay p {
      margin-top: 12px;
      font-size: 18px;
      font-family: "gravityLight", Verdana, Tahoma;
      color: white;
    
    }
    
    #welcomeOverlay {
      height: 70px;
      background-color: #2B48AB;
      color: white;
      position: relative;
      top: -70px;
      opacity: .8;
    }
    

  }


    /* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
  #index-banner .section {
    top: 0;
  }
  .card .card-content {
    min-height: 89px;
  }

  #index-banner > div.section.no-pad-bot {
    padding-top: 140px;
  }

  #index-banner > div.section.no-pad-bot > div > h6.bold {
    font-size: 48px;
    margin: 0px;
    padding: 0px;
  }

  #index-banner > div.section.no-pad-bot > div > h6.thin {
    font-size: 24px;
    margin: 0px;
    padding: 0px;
  }

  .mParallax1 {
    top: 61px;
    min-height: 200px;
    height: 200px;
  }
  #fullFeature {
    margin-top: 22px;
    height: 40px;
    color: white;
    font-size: 32px;
    line-height: 12px;
    font-family: "gravityLight", Verdana, Tahoma;
  }
  #fullFeature > div > div {
    font-size: 14px;
  }
  .mParallax3 {
    min-height: 240px;
  }
  .verybottom {
    opacity: .6;
  }

  #welcomeOverlay p {
    margin-top: 4px;
    font-size: 20px;
    font-family: "gravityLight", Verdana, Tahoma;
    color: white;
  
  }
  
  #welcomeOverlay {
    height: 70px;
    background-color: #2B48AB;
    color: white;
    position: relative;
    top: -70px;
    opacity: .8;
  }

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
  #index-banner .section {
    top: 0;
  }
  .card .card-content {
    min-height: 89px;
  }

  #index-banner > div.section.no-pad-bot {
    padding-top: 80px;
  }

  #index-banner > div.section.no-pad-bot > div > h6.bold {
    font-size: 48px;
    margin: 0px;
    padding: 0px;
  }

  #index-banner > div.section.no-pad-bot > div > h6.thin {
    font-size: 24px;
    margin: 0px;
    padding: 0px;
  }

  .mParallax1 {
    top: 61px;
    min-height: 200px;
    height: 200px;
  }
  #fullFeature {
    margin-top: 22px;
    height: 40px;
    color: white;
    font-size: 32px;
    line-height: 12px;
    font-family: "gravityLight", Verdana, Tahoma;
  }
  #fullFeature > div > div {
    font-size: 14px;
  }
  .mParallax3 {
    min-height: 240px;
  }
  .verybottom {
    opacity: .6;
  }

  #welcomeOverlay p {
    margin-top: 4px;
    font-size: 16px;
    font-family: "gravityLight", Verdana, Tahoma;
    color: white;
  
  }
  
  #welcomeOverlay {
    height: 50px;
    background-color: #2B48AB;
    color: white;
    position: relative;
    top: -57px;
    opacity: .8;
  }

}

    /* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    #index-banner .section {
      top: 0;
    }
    .card .card-content {
      min-height: 89px;
  }

  #index-banner > div.section.no-pad-bot {
    padding-top: 140px;
  }

  #index-banner > div.section.no-pad-bot > div > h6.bold {
    font-size: 48px;
    margin: 0px;
    padding: 0px;
  }

  #index-banner > div.section.no-pad-bot > div > h6.thin {
    font-size: 24px;
    margin: 0px;
    padding: 0px;
  }

  .mParallax1 {
    top: 61px;
    min-height: 200px;
    height: 200px;
  }
  #fullFeature {
    margin-top: 22px;
    height: 40px;
    color: white;
    font-size: 32px;
    line-height: 12px;
    font-family: "gravityLight", Verdana, Tahoma;
  }
  #fullFeature > div > div {
    font-size: 14px;
  }
  .mParallax3 {
    min-height: 240px;
  }
  .verybottom {
    opacity: .6;
  }

  #welcomeOverlay p {
    margin-top: 4px;
    font-size: 24px;
    font-family: "gravityLight", Verdana, Tahoma;
    color: white;
  
  }
  
  #welcomeOverlay {
    height: 50px;
    background-color: #2B48AB;
    color: white;
    position: relative;
    top: -57px;
    opacity: .8;
  }
    
}

    /* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    .card .card-content {
        min-height: 89px;
    }

    #index-banner > div.section.no-pad-bot {
      padding-top: 40px;
    }

    #index-banner > div.section.no-pad-bot > div > h6.bold {
      font-size: 48px;
      margin: 0px;
      padding: 0px;
    }

    #index-banner > div.section.no-pad-bot > div > h6.thin {
      font-size: 24px;
      margin: 0px;
      padding: 0px;
    }

    .mParallax1 {
      top: 61px;
      min-height: 200px;
      height: 200px;
    }
    #fullFeature {
      margin-top: 22px;
      height: 40px;
      color: white;
      font-size: 32px;
      line-height: 12px;
      font-family: "gravityLight", Verdana, Tahoma;
    }
    #fullFeature > div > div {
      font-size: 14px;
    }
    .mParallax3 {
      min-height: 240px;
    }
    .verybottom {
      opacity: .6;
    }

    #welcomeOverlay p {
      margin-top: 4px;
      font-size: 24px;
      font-family: "gravityLight", Verdana, Tahoma;
      color: white;
    
    }
    
    #welcomeOverlay {
      height: 50px;
      background-color: #2B48AB;
      color: white;
      position: relative;
      top: -57px;
      opacity: .8;
    }
}



    /* Medium Devices, Desktops */
@media only screen and (min-width : 1025px) {

      .card .card-content {
          min-height: 119px;
      }
        
      /*  top position of parallax font */
      #index-banner > div.section.no-pad-bot {
        padding-top: 50px;
      }
      /*  Bold parallax font size and etc  */
      #index-banner > div.section.no-pad-bot > div > h6.bold {
        font-size: 48px;
        margin: 0px;
        padding: 0px;
      }
      /*  light parallax font size and etc */
      #index-banner > div.section.no-pad-bot > div > h6.thin {
        font-size: 30px;
        margin: 0px;
        padding: 0px;
      }

      .mParallax1 {
        top: 61px;
        min-height: 200px;
        height: 200px;
      }
      #fullFeature {
        margin-top: 22px;
        height: 40px;
        color: white;
        font-size: 32px;
        line-height: 12px;
        font-family: "gravityLight", Verdana, Tahoma;
      }
      #fullFeature > div > div {
        font-size: 28px;
      }


      #welcomeOverlay p {
        margin-top: 4px;
        font-size: 24px;
        font-family: "gravityLight", Verdana, Tahoma;
        color: white;
      
      }
      
      #welcomeOverlay {
        height: 50px;
        background-color: #2B48AB;
        color: white;
        position: relative;
        top: -57px;
        opacity: .8;
      }

      
      .mParallax3 {
        min-height: 340px;
      }
      .verybottom {
        opacity: .6;
      }
  }

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

  .card .card-content {
    min-height: 119px;
  }

  /*  top position of parallax font */
  #index-banner > div.section.no-pad-bot {
    padding-top: 140px;
  }
  /*  Bold parallax font size and etc  */
  #index-banner > div.section.no-pad-bot > div > h6.bold {
    font-size: 64px;
    margin: 0px;
    padding: 0px;
  }
  /*  light parallax font size and etc */
  #index-banner > div.section.no-pad-bot > div > h6.thin {
    font-size: 38px;
    margin: 0px;
    padding: 0px;
  }


  .mParallax1 {
    top: 1px;
    min-height: 480px;
  }
  #fullFeature {
    height: 60px;
    margin-top: 2px !important;
    color: white;
    line-height: 30px;
    font-family: "gravityLight", Verdana, Tahoma;
  }
  #fullFeature > div > div {
    font-size: 36px;
  }


  .mParallax3 {
    min-height: 440px;
  }
  .verybottom {
    opacity: .6;
  }

}




body {
  padding-bottom: 0px;
  margin-bottom: 0px !important;
}

.loginarea {
  padding: 30px 0px;
  margin-top: 0px;
  background-color: #0d47a1;
}

.copyright,
.login a{
  font-family: "gravityLight", Verdana, Tahoma !important;
  font-weight: 100;
  font-size: 12px;
  text-decoration: none;
  color: white !important;
}

.dfclogo {
  margin-top: 10px;
  max-width: 100px;
  opacity: 1;
}

#index-banner > div.section.no-pad-bot > div > h6.bold {
  font-family: "gravityBold", Verdana, Tahoma;
}

#index-banner > div.section.no-pad-bot > div > h6.thin {
  font-family: "gravityLight", Verdana, Tahoma;

}


a { 
  font-family: "gravityLight", Verdana, Tahoma;
  text-decoration: none;
}



@media only screen and (min-width: 992px) {
  .mParallax1 {
      top: 61px;
      min-height: 400px;
      height: 200px;
  }
}


body > div:nth-child(16) > div > div > div:nth-child(1) > div > div.card-image > a > em,
body > div:nth-child(16) > div > div > div:nth-child(2) > div > div.card-image > a > em {
padding: 7px;
}

#navmenu ul li ul {
  top: 60px !important;
}

#navmenu ul.right li ul, #navmenu ul li ul a {
  color: white;
  width: 230px;
  line-height: 35px;
  margin-left: -10px;
}

#navmenu ul.right li ul li a:hover {
  color: #0d47a1;
  background-color: white;
  width: 230px;
  line-height: 23px;
}
