@font-face {
	font-family:'Basker';
	font-display: auto;
	src: url('../fonts/LibreBaskerville-Regular.ttf') format('truetype');
}

@font-face {
	font-family:'BaskerBold';
	font-display: auto;
	src: url('../fonts/LibreBaskerville-Bold.ttf') format('truetype');
}

@font-face {
	font-family:'Museo';
	font-display: auto;
	src: url('../fonts/Museo300-Regular.otf') format('opentype');
}

@font-face {
	font-family:'MuseoBold';
	font-display: auto;
	src: url('../fonts/Museo-500_gdi.ttf') format('truetype');
}

@font-face {
	font-family:'Gotham';
	font-display: auto;
	src: url('../fonts/GothamMedium.ttf') format('truetype');
}

*, 
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch !important;
}

.center-container{
    box-shadow: 0 5px 46px rgb(0 0 0 / 40%);
    display: block;
    margin: 0 auto;
    max-width: 1180px;
    width: 100%;
    position: relative;
    background: none repeat scroll 0 0 #eae0ce !important;
}

#skip-link{
    display:none;
}

body {
    background: none repeat scroll 0 0 #8d826f !important;
    height: 100%;
    overflow: auto;
    position: relative;
    -webkit-overflow-scrolling: touch !important;
}

#menu{
    background:url(/sites/all/themes/danland/skImgs/header-img.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
    height: 105px !important;
}

.logoMenu{
    width: 310px;
}

#header,#menu,#superfish,#superfish .contextual-links-region,#superfish .menu{
    width:100% !important;
}

#header{
    height: auto !important;
}

#superfish .menu a, #superfish .menu a:visited {
    padding-top: 47px !important;
}

#superfish .menu a.fol-logo{
    padding-top:22px !important;
}

#superfish .menu a {
    color: #eeeae3 !important;
    font-family: 'Basker' !important;
    font-size: 13.5px !important;
    font-weight: normal !important;
    text-transform: capitalize !important;
}

#superfish .menu li:hover{
    background:none !important;
}

#homeBanner{
    display: block !important;
    position: relative !important;
    border-top: 5px solid #eae0ce;
}

#mainContent, #homepage{
    display:block !important;
    position:relative !important;
    background-image: url(/sites/all/themes/danland/skImgs/contentBG-opt.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    background-position: center top !important;
    height: auto !important;
    padding: 0px 68px 72px;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Basker';
    color: #8d826f;
    font-weight: normal;
}

#homepage{
    font-family: 'Basker';
    color: #8d826f;
    font-size: 15px;
    line-height: 23px;
    padding-top: 50px;
}

.folSlider{
    height: auto;
    display: block !important;
    position: relative !important;
}

.ae-bg{
    background-image: url('/sites/all/themes/danland/skImgs/fol-AE-opt.jpg');
}

.cm-bg{
    background-image: url('/sites/all/themes/danland/skImgs/fol-CM-opt.jpg');
}

.gc-bg{
    background-image: url('/sites/all/themes/danland/skImgs/fol-GC-opt.jpg');
}

.pi-bg{
    background-image: url('/sites/all/themes/danland/skImgs/fol-PI-opt02.jpg');
}

.banBox{
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: center top !important;
    padding: 117px 0px;
}

.slick-arrow {
    display: none !important;
}

.slick-dots {
    bottom: 20px !important;
}

.slick-dots li{
    width: 10px !important;
    height: 10px !important;
}

.slick-dots li button{
    width:100% !important;
    height:100% !important;
}

.slick-dots li button:before{
    font-size: 8px !important;
    color: #2f83bf !important;
    opacity: 1 !important;
    text-shadow: 0px 0px 1px #2f83bf !important;
}

.slick-dots li.slick-active button:before{
    color: #eae23b !important;
    opacity: 1 !important
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.banBox .hd1, .banBox .hd2{
    text-align: center;
}

.banBox .hd1 {
    font-family:'MuseoBold';
    font-weight: bold;
    color: white;
    font-size: 51px;
    line-height: 55px;
    padding-bottom: 15px;
    text-shadow: 0px 0px 4px black;
}

.banBox .hd2 {
    font-family:'Museo';
    color: white;
    font-size: 19px;
    text-shadow: 1px 1px 4px black;
    font-weight: bold;
}

.banBox .lightShad{
    text-shadow: 0px 0px 4px white !important;
}

#mainContent .desc {
    font-family: 'Basker';
    color: #8d826f;
    font-size: 15px;
    line-height: 23px;
    margin: 0 auto;
    padding: 60px 0px;
    text-align: center;
}

.newsBT{
    background-image: url(/sites/all/themes/danland/skImgs/newsBT.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    background-position: center top !important;
    width: 125px;
    top: -8px;
    right:68px;
    position: absolute;
    display: block;
    text-align: center;
    color: white;
    font-family: 'Gotham';
    padding: 37px 0px 20px;
    font-size: 12px;
    cursor: pointer;
}

#mainContent h2{
    color: #8d826f;
    text-align: center;
    font-family: 'Basker';
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 40px;
}

.highlights, .donate, .resources{
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0px 0px 45px;
}

.col3{
    width: 31%;
    float: left;
    position: relative;
}

.col2{
    width: 47.5%;
    float: left;
    position: relative;
}

.col5{
    width:20%;
    float: left;
    position: relative;
}

.highlights .col3{
    background-image: url(/sites/all/themes/danland/skImgs/high-BG-opt.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    background-position: center top !important;
    height:631px;
    padding: 0px 8px 0px 20px;
}

.resources .col2{
    background-image: url(/sites/all/themes/danland/skImgs/resources-BG02-opt02.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    background-position: center top !important;
    height:660px;
    padding:0px 20px;
    border-radius: 20px;
    box-shadow: 0 12px 8px -8px grey;
}

#mainContent .col3 .hd1,
#mainContent .resources .col2 .hd1{
    text-align: center;
    color: white;
    font-family: 'Basker';
    padding: 49px 0px 22px;
    font-size: 23px;
}

.donate{
    background-image: url(/sites/all/themes/danland/skImgs/donate-BG-opt.png) !important;
    background-repeat: no-repeat !important;
    background-size: 101% auto !important;
    background-position: center top !important;
}

.vr{
    right: 0px;
    border-right: 2px solid #b6ac9a;
    height: 220px;
    margin: 70px 0px;
    float: left;
    position: relative;
}

.hr{
    width: 100%;
    object-fit: cover;
    position: relative;
    display: block;
    padding-top: 22px;
    margin-bottom: -20px;
}

.donate .hd1{
    color: #8d826f;
    text-align: center;
    font-family: 'Basker';
    font-size: 25px;
    font-weight: normal;
    padding-bottom: 10px;
    padding-top: 10px;
}

.donate .col2 {
    margin-top: 50px;
    text-align: center;
}

img.icon {
    width: 115px;
}

#mainContent .donate .desc{
    font-size: 12px;
    line-height: 18px;
    padding: 12px 0px 25px;
}

.yBT {
    background-image: url(/sites/all/themes/danland/skImgs/yBT-BG.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center top !important;
    color: white;
    font-family: 'Gotham';
    text-transform: uppercase;
    font-size: 16px;
    width: fit-content;
    margin: 0 auto;
    padding: 6px 20px 9px;
    cursor:pointer;
}

#footer {
    width: 100% !important;
    background: #2f83bf;
    position: relative;
    display: block;
    padding: 45px 0px;
}

.socmed{
    width: 280px;
    margin: 0 auto;
    height: 28px;
}

.socmed img {
    width: 58%;
    height: 28px;
    margin: 0 auto;
    position: relative;
    display: block;
}

a{
    cursor:pointer !important;
}

a:link,a.yBT{
    color: white !important;
}

a:hover{
    color: #8d826f !important;
}

#superfish .menu a:hover,
#superfish .menu a:visited{
    font-weight: bold !important;
}

#superfish .menu a {
    text-shadow: 0px 0px 1px black;
}

.thumb img {
    border: 2px solid #8fd1ff;
    border-radius: 20px;
    width: 98%;
    box-shadow: 0px 4px 7px #1a6ea4;
}

.videoFeed .thumb img {
    height: 140px;
    object-fit: cover;
}

.highlights .kScroll{
    width: 100%;
    height: 530px;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: 'BanglaMN-Regular' !important;
    text-align: center;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.resources .kScroll{
    width: 100%;
    height: 530px;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: 'BanglaMN-Regular' !important;
    text-align: center;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.kScroll .title,
.resources .title{
    font-family: 'Basker';
    color: white;
    font-size: 17px;
    padding-top: 12px;
}

.kScroll .descx,
.resources .descx{
    font-family: 'Basker';
    color: #8fd1ff;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 0px 10px;
}

.resources .descx{
    line-height: 21px;
}

.url a {
    background: #f4cb78;
    padding: 5px 10px;
    font-family: 'Gotham';
    border-radius: 20px;
    font-size: 11px;
    font-weight: bold;
    box-shadow: 0px 2px 2px #1b6da5;
}

.highlights .url a,
.resources .url a{
    color: #3688c1 !important;
}

.bottom-shade {
    bottom: 0px;
    position: absolute;
    display: block;
    z-index:888 !important;
}

.bottom-shade img {
    width: 94%;
    margin-bottom: -3px;
}

.mCSB_dragger_bar {
    background: #479fdd !important;
    border: 2px solid #0e5e93 !important;
}

.mCSB_scrollTools .mCSB_dragger{
    height: 100px !important;
}

.mCSB_inside > .mCSB_container {
    margin-right: 15px !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 7px !important;
}

.mCSB_scrollTools{
    width: 16px !important;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #0e5e93 !important;
}

.mCSB_scrollTools .mCSB_draggerRail{
    width: 6px !important;
}

.mCSB_scrollTools .mCSB_draggerContainer{
    height: 250px !important;
    margin-top: 170px !important;
}

.videoFeed .thumb img.comm{
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    height: 270px;
    width: 100% !important;
    object-fit: unset !important;
    margin-top: -25px;
}

.classBox .thumb img.cl{
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    height: 245px;
    width: 100% !important;
    object-fit: unset !important;
}

.classBox .mCSB_scrollTools .mCSB_draggerContainer{
    height: 250px !important;
    margin-top: 12px !important;
}

.resources .classBox .kScroll {
    height: 310px;
}

.adminBT {
    background: #000000;
    color: #8cc5ec;
    padding: 5px 10px 6px;
    font-family: 'Gotham';
    border-radius: 10px;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 5px #fff3df;
    position: absolute;
    display: block;
    right: 5%;
    cursor: pointer;
    margin-top: -9%;
}

.resources .classBox .url a {
    color: #8d826f !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 888;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgb(140,129,110,0.5);
  font-family: 'Gotham';
  text-align:center;
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 2px solid #315f80;
  width: 700px;
  background: black;
  color: white;
  border-radius: 20px;
}

.close{
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal div{
    overflow: auto;
}

.modal form div{
    width: 100%;
    position: relative;
    margin-bottom: 7px;
    display:flex;
    justify-content:center;
}

.modal form label{
    width: 20%;
}

.modal form input, .modal form textarea{
    width: 70%;
}

.modal form textarea{
    height:100px;
}

.modal form input[type="submit"]{
    width: 250px;
    background: black;
    color: white;
    border-radius: 10px;
    padding: 7px;
    text-transform: uppercase;
    margin: 15px;
    text-align: center;
    float: unset;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 8px #fff3df;
}

.modal .hd{
    font-size: large;font-weight: bold;text-transform: uppercase;padding-bottom: 15px;
}

.modal form select{
    margin-bottom: 15px;
    font-weight: bold;
    padding: 7px 25px;
}

.fol-logo img{
    width: 100% !important;
    height: auto;
}

.checkCon {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Basker';
    color: #8d826f;
    font-weight:normal;
}

.checkCon input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
}

.checkCon:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkCon input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkCon input:checked ~ .checkmark:after {
  display: block;
}

.checkCon .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#newsletter input[type="submit"]{
    background: #f4cb78;
    padding: 10px 25px;
    font-family: 'Gotham';
    font-weight: bold;
    box-shadow: 0px 2px 2px #a28970;
    color: #8d826f;
    border: 0px;
    cursor:pointer;
}

#newsletter label.nl {
    font-size: 12px;
    line-height: 18px;
    font-family: 'Basker';
    color: #a58c76;
    width: 80px;
    display: inline-block;
}

#newsletter input.nl {
    border:2px solid #b29461;
    margin-bottom: 10px;
    padding: 5px;
    color: #93846f;
    width: 90%;
    outline:none;
}

#homepage h1 {
    color: #8d826f;
    text-align: center;
    font-family: 'Basker';
    font-size: 30px;
    font-weight: normal;
}

#homepage h2{
    font-size: 25px;
    color: #8d826f;
}

#homepage input[type="text"], #homepage input[type="email"], #homepage textarea{
    background:white;
}

.confMarg a{
    background: #000000;
    color: #ffffff !important;
    padding: 3px 10px;
    font-family: 'Gotham';
    border-radius: 10px;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 5px #fff3df;
    position: absolute;
    cursor: pointer;
    opacity: 0.4;
    text-transform: uppercase;
}

.confMarg + p {
    margin: 0px;
}

.confMarg a:hover{
    opacity:1;
}

h4{
    font-size: 19px;
    font-family: 'Basker';
    margin-bottom: 15px;
    margin-top:30px;
}

.bio img {
    border: 2px solid #8fd1ff;
    border-radius: 20px;
    width: 130px;
    height: 130px;
    box-shadow: 0px 4px 7px #1a6ea4;
    object-fit: cover;
    float: left;
    margin-right: 32px;
    margin-bottom: 15px;
}

.bio {
    margin-top: 15px;
}

input#lwbtn, input#submitB{
    background: #f4cb78;
    padding: 10px 25px;
    font-family: 'Gotham';
    font-weight: bold;
    box-shadow: 0px 2px 2px #a28970;
    color: #8d826f !important;
    cursor: pointer;
    width: auto;
    border-radius: 0px !important;
    border: 0px !important;
    font-size: 14px !important;
}

input#lwbtn:disabled{
    background: #d6c8aa;
    cursor: not-allowed;
}

#contactForm input[type="text"], #contactForm input[type="email"], #contactForm textarea, #contactForm select,
#homepage input[type="text"], #homepage input[type="email"], #homepage textarea{
    border: 2px solid #b29461;
    margin-bottom: 10px;
    padding: 5px;
    color: #93846f;
    width: 430px;
    outline: none;
}

#homepage input[type="text"], #homepage input[type="email"], #homepage textarea{
    width:100%;
}

.folSlider{
    overflow: hidden;
}

.folSlider .banBox:nth-child(n+1) {
    display: none;
}

.slick-initialized,
.folSlider .banBox:first-child { 
    display: block;
}

#mainContent a, #mainContent a:link{
    color: #8d826f !important;
    font-weight:bold;
}

.mobMenu, .mob{
    display:none;
}

.thumb.stsoul img {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    height: 150px;
    object-fit: fill;
    width: 100%;
}