
	a {
		text-decoration: none;
		transition: none;
		text-transform: none;
	}
	
    li.dropdown-item {
      display: inline-block;
      padding: 3px;
      vertical-align: middle;
    }
	
	a.header-link {
	font-family: Franklin Gothic, Tahoma, Verdana, sans-serif !important;
      text-decoration: none !important;
      font-size: 15px !important;
      transition: color 0.1s, background-color 0.1s !important;
      position: relative !important;
      display: block !important;
      letter-spacing: 0.7px !important;
      line-height: 16px !important;
      font-weight: 600 !important;
      text-transform: uppercase !important;
      transition: color 0.1s, background-color 0.1s, padding 0.2s ease-in !important;
      color: #6c757d !important;
	  padding: 0.5em !important;
	}
	
	a.header-link::before {
      content: "" !important;
      display: block !important;
      position: absolute !important;
      bottom: 3px !important;
      left: 0 !important;
      height: 3px !important;
      width: 100% !important;
      background-color: #e0c722 !important;
      transform-origin: right top !important;
      transform: scale(0, 1) !important;
      transition: color 0.1s, transform 0.2s ease-out !important;
    }
    a.header-link:active::before {
      background-color: #e0c722 !important;
    }
    a.header-link:hover::before,
    a.header-link:focus::before {
      transform-origin: left top !important;
      transform: scale(1, 1) !important;
    }
	
	a.dropdown-item {
		font-family: Franklin Gothic, Tahoma, Verdana, sans-serif !important;
      text-decoration: none !important;
      font-size: 15px !important;
      transition: color 0.1s, background-color 0.1s !important;
      position: relative !important;
      display: block !important;
      letter-spacing: 0.7px !important;
      line-height: 16px !important;
      font-weight: 600 !important;
      text-transform: uppercase !important;
      transition: color 0.1s, background-color 0.1s, padding 0.2s ease-in !important;
      color: #6c757d !important;
	}
	
	a.dropdown-item::before {
      content: "" !important;
      display: block !important;
      position: absolute !important;
      bottom: 0px !important;
      left: 0 !important;
      height: 3px !important;
      width: 100% !important;
      background-color: #e0c722 !important;
      transform-origin: right top !important;
      transform: scale(0, 1) !important;
      transition: color 0.1s, transform 0.2s ease-out !important;
    }
    a.dropdown-item:active::before {
      background-color: #e0c722 !important;
    }
    a.dropdown-item:hover::before,
    a.dropdown-item:focus::before {
      transform-origin: left top !important;
      transform: scale(1, 1) !important;
    }

body {
  font-family: Franklin Gothic Book;
  
  -epub-hyphens: auto;
  hyphens: auto;
  -webkit-hyphens: auto;
}
  #myWarning {
    background-color: gold;
    color: black;
    text-align: center;
    display: none;
    z-index: 99999;
  }

  header {
    .navbar-dark .navbar-nav a.header-link {
      font-size: 1.1em;
    }
    .insignia {
      max-width: 50px;
      margin-right: 15px;
      margin-top: auto;
      margin-bottom: auto;
    }

    .header-item .top-menu	{
      vertical-align: middle;
      text-align: center;
    }
	
	#navbarNav {
		word-break: keep-all;
		flex-flow: row nowrap !important;
        display: flex;
        justify-content: center;
	}
	
	#topMobileIcons {
		display: none;
	}
	
	#topMobileMenu {
		display: none;
	}
	
	#bottomMobileIcons {
		display: flex;
	}
	
	#bottomMobileMenu {
		display: flex;
	}
	
	#menuGap {
		gap: 5vw;
		flex-wrap: nowrap !important;
		font-family: Franklin Gothic, Tahoma, Verdana, sans-serif;
      text-decoration: none;
      font-size: 15px !important;
      transition: color 0.1s, background-color 0.1s;
      letter-spacing: 0.7px;
      line-height: 16px;
      font-weight: 600;
      text-transform: uppercase;
      transition: color 0.1s, background-color 0.1s, padding 0.2s ease-in;
      color: #6c757d !important;
	}
	
	.topmenumobile {
        flex-flow: row nowrap !important;
        display: flex;
        justify-content: flex-end;
      }
	 
    /*center align menu items on desktop*/
    @media only screen and (max-width: 980px) {
      .header-item {
        text-align: left;
      }
    }

      .dropdown-menu {
		flex-flow: column nowrap;
        left: 50% !important;
        right: auto !important;
        text-align: center !important;
        transform: translate(-50%, 0) !important;
		min-width: max-content !important;
		white-space: nowrap;
		word-wrap: normal;
		word-break: keep-all;
      }
	  
	  @media only screen and (max-width: 908px) {
      .dropdown-menu {
        text-align: left;
		left: auto !important;
        right: auto !important;
        text-align: left !important;
        transform: initial !important;
      }
    }

    .header-link {
      font-family: Franklin Gothic, Tahoma, Verdana, sans-serif;
      font-weight: 600;
	  text-decoration: none !important;
	  color: #6c757d !important;
    }

      .dropdown:hover .dropdown-menu {
        display: flex !important;
      }
      .dropdown-menu.show {
        display: flex !important;
      }
	  
    .dropdown-menu ul {
      list-style: none !important;
      padding: 0 !important;
    }
    .dropdown-menu li .dropdown-item {
      color: gray;
      font-size: 15px;
      padding: 0.5em 1em;

      font-family: Franklin Gothic, Tahoma, Verdana, sans-serif;
      font-weight: 400;
    }

    /*center topmenu on mobile*/
    @media only screen and (max-width: 908px) {
      .top-menu {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        white-space: nowrap;
      }
      .topmenumobile {
        align-items: center !important;
        justify-content: space-evenly;
      }
      .dropdown-menu li {
        text-align: left !important;
      }
    }

    ol,
    ul {
      list-style: none;
    }
    li {
      display: inline-block;
      padding: 3px;
      vertical-align: middle;
    }
    a:hover,
    a:focus,
    a:active {
      color: #6c757d !important;
      text-decoration: none !important;
    }
    a {
      font-family: Franklin Gothic, Tahoma, Verdana, sans-serif !important;
      text-decoration: none !important;
      font-size: 15px !important;
      transition: color 0.1s, background-color 0.1s !important;
      position: relative !important;
      display: block !important;
      letter-spacing: 0.7px !important;
      line-height: 16px !important;
      font-weight: 600 !important;
      text-transform: uppercase !important;
      transition: color 0.1s, background-color 0.1s, padding 0.2s ease-in !important;
      color: #6c757d !important;
    }
    a::before {
      content: "" !important;
      display: block !important;
      position: absolute !important;
      bottom: 0px !important;
      left: 0px !important;
      height: 3px !important;
      width: 100% !important;
      background-color: #e0c722 !important;
      transform-origin: right top !important;
      transform: scale(0, 1) !important;
      transition: color 0.1s, transform 0.2s ease-out !important;
    }
    a:active::before {
      background-color: #e0c722 !important;
    }
    a:hover::before,
    a:focus::before {
      transform-origin: left top !important;
      transform: scale(1, 1) !important;
    }
	a#hiddenSignIn::before {
		background-color: white;
	}
	
	/* fix DNN Blog module pagination display on mobile */
	  .ModBlogC .bbs-pager .bbs-pagination li {
		display: inline-block !important;
		}
	
  }


/* ---- ListGrid ----- */
#macModal {
  border-radius: 0;
  height: 100%;
  display: block !important;
  left: inherit !important;
  overflow: auto;
  text-overflow: ellipsis;
  right: -50% !important;
  top: 0 !important;
  width: 50%;
  background: #555;
  color: #fff;
  transform: rotate(-20deg);

  &.animOn {
    right: 0 !important;

    transition: (all 0.2s ease);
    transform: rotate(0);
  }

  .hide {
    display: block !important;
    box-sizing: border-box;
    margin: 15px 0;

    .row {
      margin: 25px 0;
    }
  }

  .modal-header {
    background-color: $color-gray;
    border-bottom: 1px solid #666;
    padding: 10px 25px;

    .close {
      color: #fff;
      font-size: 45px;
      line-height: 40px;
      opacity: 1;
      width: 30px;
    }
  }

  .modal-body {
    background-color: $color-gray;
    padding: 25px;
    max-height: inherit;

    img.full {
      width: 100%;
    }

    h1 {
      display: none;
    }
  }
}

.list-item .list-text {
}

.icon-search:before {
  /*content: "\f054";*/
}

/* ---------- List styles ---------- */

.list-container {
  .list-item {
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    width: 25%;

    h1,
    h2,
    p {
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      display: inline-block;
      font-size: 16px;
      line-height: 1.2;
      margin: 0 0 3px;
      max-width: 98%;
      overflow: hidden;
      text-overflow: ellipsis;
      vertical-align: top;
      white-space: nowrap;
      width: 100%;
    }

    p {
      font-size: 100%;
    }

    img {
      min-width: inherit;
      width: 100%;
    }

    .list-text {
      transform: rotate(-90deg);
      transform-origin: (100%);
      transition: (all 0.4s ease);

      background: rgba(0, 0, 0, 0.5);
      bottom: -100%;
      color: #fff;
      display: block;
      left: 0;
      padding: 20px;
      position: absolute;
      right: 0;
    }

    .margins {
      display: block;
    }

    &:hover .list-text,
    &.none .list-text {
      transform: rotate(0);

      bottom: 0;
    }
  }
}

/* ---------- Images bg-fixed ---------- */

.img-bg-fixed {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  &.bg-right {
    background-position: right;
  }

  &.bg-left {
    background-position: left;
  }
}

/* ----- General Content ----- */

.default-logo {
  min-height: main-navbar-height;

  img {
    max-height: 50px;
    max-width: 40px;
    z-index: 12;
  }
}

.noHover {
  opacity: 1;
  pointer-events: none;
  top: -50%;

  @include media-breakpoint-down(lg) {
    opacity: 1;
    pointer-events: none;
    top: -40%;
  }
}

#sign-in {
  display: inline-block;
  font-size: 16px;
  margin-left: 20px;
  vertical-align: middle;
}

footer {
  font-family: Franklin Gothic, Tahoma, Verdana, sans-serif;
  background-color: #00264b !important;
}
.footer-links {
  text-align: left !important;
  white-space: nowrap !important;
}

@media only screen and (min-width: 1280px){
	.container {
		.row.justify-content-center{
			flex-wrap: nowrap !important;
		}
	}
}

@media only screen and (max-width: 1920px) {
  .container-fluid {
	padding-left: 0px !important;
	padding-right: 0px !important;
  }

  #menuGap {
	gap: 1vw !important;
	flex-wrap: nowrap !important;
  }
  
}

@media only screen and (max-width: 980px) {
  h5, ul {
    text-align: center !important;
    white-space: nowrap !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }
  
  #menuGap {
	gap: initial;
	flex-wrap: nowrap !important;
  }
  
  #topMobileIcons {
		display: block !important;
	}
	
  #topMobileMenu {
		display: block !important;
	}
	
  #bottomMobileIcons {
		display: none !important;
	}
	
  #bottomMobileMenu {
		display: none !important;
  }
  
}

/*center align top nav on mobile */

@media (min-width: 320px) {
  .topmenu {
    text-align: center;

    display: inline-block !important;
  }
}

@media (min-width: 768px) {
  .topmenu {
    text-align: center;

    display: inline-block !important;
  }
}

@media (min-width: 1024px) {
  .topmenu {
    text-align: center;

    display: inline-block !important;
  }
  
}

@media (min-width: 1220px) {
  .topmenu {
    text-align: center;

    display: inline-block !important;
  }
  
}

@media (min-width: 1440px) {
  .topmenu {
    text-align: center;

    display: inline-block !important;
  }
}

/* ----- Responsive -----  */
@include media-breakpoint-up(lg) {
  html {
    body {
      .noHover {
        opacity: 1;
        pointer-events: none;
      }
    }
  }
}

@include media-breakpoint-only(md) {
}

@include media-breakpoint-down(md) {
  html {
    body {
      padding: 0;

      .portlet-dockbar {
        display: block;
      }

      .noHover {
        opacity: 1;
        pointer-events: none;
        top: -40%;
      }
    }

    #macModal {
      width: 100%;
    }

    #footer ul {
      padding: 20px;
    }
  }
}

@include media-breakpoint-down(sm) {
  html {
    .marginsOnMobile {
      padding: 0 20px;
    }

    .noHover {
      opacity: 1;
      pointer-events: none;
    }
  }
}

/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
