.pagetitleBox .pagetitleborder {
    padding: 8px 5px 0px 0px !important;
    min-height: 50px !important;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #44759d;
    border-color: #395284;
}
.btn-success:hover {
    color: #fff;
    background-color: #5b9bd0;
    border-color: #5478bf;
}
.btn-success {
    color: #fff;
    background-color: #44759d;
    border-color: #395284;
}


@media only screen and (min-width: 992px){
  .hideme {
  Display: none;
}
}

.articleImageList img {
  max-width:120px !important;
  max-height:83px !important;
  height:83px !important;
}

body {
  	font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300))) !important;
}
.pagetitleBox {
    box-shadow: 0 8px 6px -6px #000000b3 !important;
}

.panel {
    margin: 35px 0px !IMPORTANT;
}

.flexrow-center {
	 display:flex;
	 align-items:center;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.footer-bg-blue {
  background: #182437;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 1060px){
  #dnngo_megamenu > div > ul > li > a > span {
    font-size: 10px;
  }
  #dnngo_megamenu > div.dnngo_gomenu > ul > li > a {
    margin: 0px 5px;
}
}
@media only screen and (max-width: 1190px) and (min-width: 1061px){
  #dnngo_megamenu > div > ul > li > a > span {
    font-size: 11px;
  }
  #dnngo_megamenu > div.dnngo_gomenu > ul > li > a {
    margin: 0px 6px;
}
}
@media only screen and (max-width: 1375px) and (min-width: 1190px){
  #dnngo_megamenu > div > ul > li > a > span {
    font-size: 13px;
  }
  #dnngo_megamenu > div.dnngo_gomenu > ul > li > a {
    margin: 0px 7px;
}
}

@media only screen and (max-width: 767px){
  h1 {
    font-size: 26px !Important;
}
  h2 {
    font-size: 24px !Important;
}
  h3 {
    font-size: 22px !Important;
}
  h4 {
    font-size: 20px !Important;
}
  h5 {
    font-size: 19px !Important;
}
  h6 {
    font-size: 18px !Important;
}
}

.home02-bg01 {
    background: #FAFAFA;
}
.LoginPanel {
    margin-top: 100px !IMPORTANT;
}
img {
    max-width: 100% !Important;
    height: auto !IMPORTANT;
}

.smol {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}
@media only screen and (max-width: 1599px) and (min-width: 1200px)
.TopOutPane {
    margin-top: 0px !Important;
}
@media only screen and (max-width: 1199px) and (min-width: 992px)
.TopOutPane {
    margin-top: 0px !Important;
}
@media only screen and (max-width: 991px) and (min-width: 768px)
.TopOutPane {
    margin-top: 0px !Important;
}
@media only screen and (max-width: 767px)
.TopOutPane {
    margin-top: 0px !Important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        #dnn_content {
                padding-top: 0px!important;
        }}

@media only screen and (max-width: 767px) {
        #dnn_content {
                padding-top: 0px!important;
        }
}
.specialmap{
  width: 100%;
  height: 480px;
}


.bwbw {
  -webkit-transition: all 0.1s ease;
     -moz-transition: all 0.1s ease;
       -o-transition: all 0.1s ease;
      -ms-transition: all 0.1s ease;
          transition: all 0.1s ease;
  max-width: 350px;
  margin: 0 auto;
}
 
.bwbw:hover {
  -webkit-filter: grayscale(100%);
}


@media only screen  and (max-width: 2000px) {
    .overlayz{
            margin-top:-145px;
}
@media only screen  and (max-width: 1400px) {
    .overlayz{
            margin-top:-120px;
}
}
@media only screen  and (max-width: 1199px) {
    .overlayz{
            margin-top:-100px;
}
}
@media only screen and (max-width: 991px) {
        .overlayz{
                margin-top:-60px;
        }
}
@media only screen and (max-width: 767px) {
        .overlayz{
                margin-top:-30px;
		        max-width: 80%;
                margin: 0 auto;
        }
}
@media only screen and (max-width: 500px) {
        .overlayz{
                margin-top:0px;
        }
}


.ThemeEvents .EventDayScroll {
    height: 77% !IMPORTANT;
}


.contactblock, .contactlistblock {
    margin: 10px 0;
}
  .contactimg {
    height: 260px;
}
  .contactimg, .contactlistimg {
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    border-bottom: none;
    background-color: #eee;
}
  .contactdetail {
    height: 290px;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 15px;
    position: relative;
}
  .contactdetail .biobutton {
    position: absolute;
    bottom: 10px;
}
.contactdetail h3 {
  font-size:20px !important;
}



