﻿@charset "utf-8";
/* CSS Document */

/* Live Site Header fix */
.dma-full-width #header {
  position: inherit !important;
}
.dma-full-width-centered #content,
.dma-full-width #content {
  margin-top: 0px !important;
}
.dma-full-width.backend #main-header {
    position: inherit !important;
}
.dma-full-width #main-header {
    position: inherit !important;
}
/* Great Success!! */

/* Article font size fix */
.share-link,
.print-link {
  font-size: 1.6rem;
}

/* -------------------  Standard Content holder  -------------------- */
.centered-container {
  width: 1510px;
  max-width: 100%;
  margin: auto;
  padding: 8px;
}
/* End Standard Content holder */

/* Contact Us Form
/* Outer Container
.contactFormContainer {
  padding: 5%;
  background-image: url("/Portals/110/Images/Contact Us/contact.jpg");
  background-size: cover;
  margin: 2% auto;
}

/* Inner Container
.contactFormInnerContainer {
  font-size: 1.6rem;
  color: white;
  padding: 2%;
  margin: 0% auto;
  width: 900px;
  max-width: 100%;
  background-color: #12131595;
}

/* Text Boxes
.ddlContactFormRecipient,
.txtContactFormName,
.txtContactFormEmail,
.txtContactFormSubject,
.btnContactFormSubmit,
.txtContactFormMessage {
  color: #121315;
}
/* End of Contact Us Form Edits */

/*  ------------    Header Banner Text Resize ------------ */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .header-resize {
    font-size: 3.4rem;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .header-resize {
    font-size: 4.4rem;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .header-resize {
    font-size: 5.4rem;
  }
}
@media only screen and (max-width: 1050px) {
  .otnav li a {
    font-size: 1.6rem !important;
  }
  .dma-full-width .menu {
    min-height: 48px !important;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .header-resize {
    font-size: 6.4rem;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .header-resize {
    font-size: 6.4rem;
  }
}
/*  ------------    Header Banner Text Resize ------------ */

/* Shared Media Manager aka Photo Gallery top content bar correction */
div.DGOVImageGallerySearchDiv {
  position: relative;
  padding-top: 14px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.DGOVSearch {
  width: 210px;
  float: left;
  margin-right: 44px;
}

/* Font Awesome Hamburger Menu Customization */
.skin-nav-toggle {
  background-color: black !important;
  color: white !important;
}

/* News Cards curved border removal & manipulation */
.dod2-card {
  border-radius: 0px !important;
  box-shadow: 0 0px 0px !important ;
  border: 1px #e5e5e5 solid !important;
}

/* Hide weird footer space */
footer {
  display: none !important;
}

/* Small DIA Logo Image, top left, placement adjustment */
@media (max-width: 767px) {
  .dma-full-width .skin-logo {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
@media (min-width: 767px) {
  .dma-full-width .skin-logo {
    margin-top: 0px !important;
  }
}
/* CENTERED NAV BAR */
@media screen and (min-width: 767px) {
  .dma-full-width nav.nav-main {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
/* Mobile NAV BAR fix */
@media screen and (max-width: 767px) {
  .nav {
    flex-wrap: nowrap !important;
    flex-direction: column;
    align-content: center;
  }
  .otnav li a {
    font-size: 11px !important;
  }
  .otnav li li {
    padding: 0 10px !important;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 12px 5px;
    margin: 0px !important;
    font-weight: 700 !important;
  }
  .otnav ul ul li a span {
    top: 0% !important;
  }
}
/* Search Icon Color Change */
.skin-search a,
.skin-search a:visited,
.skin-search a:link {
  color: white !important;
  padding: 0 4%;
}

/* Default font color change from grey to #121315 */
.Normal {
  font-size: 1.6rem;
  line-height: 1.428;
  color: #121315 !important;
}

/* Remaining Page style */
body {
  font-family: "Segoe UI", "Franklin Gothic", "Arial", sans-serif !important;
  overflow-x: hidden !important /* Hide Horizontal Scroll Bars */;
}

.dnnEditState .v2-template .flex-row .dnnModuleManager {
  overflow-x: hidden !important /* Hide Horizontal Scroll Bars */;
}

.underline-white {
  background: white;
  content: "";
  display: block;
  height: 8px;
  margin: 0 0 20px;
  width: 90px;
  box-sizing: border-box;
}

.underline-dark {
  background: #121315;
  content: "";
  display: block;
  height: 8px;
  margin: 0 0 20px;
  width: 90px;
  box-sizing: border-box;
}

.skin-title .title-text {
  font-family: "Segoe UI", "Franklin Gothic", "Arial", sans-serif;
  font-size: 1.8vw;
  color: white;
  text-transform: uppercase;
}

@media (min-width: 767px) {
  .skin-title .subtitle-text {
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.skin-title .subtitle-text {
  font-family: "Segoe UI", "Franklin Gothic", "Arial", sans-serif;
  font-size: 20px;
  color: white;
  line-height: 20px;
  display: flex;
  flex-wrap: nowrap;
}

/* ------------Search Bar Edits-------------- */
.desktop-search {
  margin: 54px 0 0 -12px;
  padding: 0 6px 1px 0;
}
.skin-search-input {
  border-radius: 0px;
  background-color: #f1f1f1;
  width: 209px;
  font-size: 16px;
  padding: 6px 12px;
  height: 36px;
  margin: 0;
  border: none !important;
}
input {
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
  -webkit-rtl-ordering: logical;
  cursor: text;
  margin: 0em;
  font: 400 13.3333px Arial;
  padding: 1px 2px;
  border-style: inherit;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
}

.skin-social h3 {
  display: block;
  left: 5px;
  font-family: "Segoe UI", "Franklin Gothic", "Arial", sans-serif;
  color: #ffffff;
  font-weight: normal;
} /* -----------End Search Bar Edits---------- */

/*DIA Customizations*/

/*-------------------------- NAV Bar Edits ------------------------------------*/

/* Hamburger Menu fix via Bootstrap override */
.nav {
  display: unset;
}

/*Nav Bar Buttons*/
.button {
  background-color: #00000055;
  color: #ffffff !important;
  padding: 12px;
  border-color: #f1f1f1;
  border: 1px solid;
  text-decoration: none;
  white-space: nowrap;
  font-size: 16px;
}
.button:hover {
  background-color: #f1f1f1;
  color: #000000 !important;
  text-decoration: none;
}
.button-inverse {
  background-color: #ffffff55;
  color: #000000 !important;
  padding: 12px;
  border-color: #f1f1f1;
  border: 1px solid;
  text-decoration: none;
  white-space: nowrap;
  font-size: 16px;
}
.button-inverse:hover {
  background-color: #000000;
  color: #f1f1f1 !important;
  border-color: #f1f1f1;
}
/* Change weird hover-color */
.otnav li a:focus {
  background-color: #f1f1f1;
}
li a:focus {
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: -2px !important;
}

/*----------------  End Nav Bar Edits  --------------------*/

/* Font sizing standards for site */
.top-header {
  font-size: 6.4rem;
}
.header {
  font-size: 3.6rem;
}
.sub-header {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 3rem !important;
}
.h4,
h4 {
  font-size: 2.4rem !important;
}
p {
  font-size: 1.6rem;
} /* End font sizing standards for site */

/* Footer link spacing */
.footlinks ul.box li {
  margin: 8px;
}

/* ---------   Top Navbar Edits   --------- */
@media (min-width: 767px) {
  .skin-title .subtitle-text {
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.dma-full-width .menu {
  position: relative;
  min-height: 55px;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 12px 5px;
  margin: 0px 20px;
}
.otnav li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0;
  background-color: #f1f1f1 !important;
}
.otnav li:hover {
  background-color: #9fc5e8;
}
.otnav {
  background: #f1f1f1 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.25) !important;
}
/* Dropdown's ">" placement */
.otnav ul ul li a span {
  position: absolute;
  right: 10px;
  top: 25%;
}

/* What happens when you click a nav button/link */
a:focus {
  outline: 1px -webkit-focus-ring-color;
  outline-offset: 2px;
} /* End Nav click effect */

/* Drop-down menu control */
.otnav ul ul,
.otnav ul li a,
.otnav ul li a:hover,
.otnav ul li:hover {
  background-color: #f1f1f1 !important;
}
.kb-open {
    background: #f1f1f1 !important;
}
.otnav ul ul {
  background-color: #f1f1f1 !important;
  margin-left: 15px;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.otnav li li {
  float: none;
  padding: 0 25px;
}
.otnav ul ul li a {
  color: #fff;
  padding: 8px 30px 8px 5px;
  margin: 0 3px;
  font-weight: 600;
  background-color: #f1f1f1 !important;
}

/* End Drop-down menu control */

/* No padding control and reuse */
.nopad {
  padding-left: 0;
  padding-right: 0;
}
/* Default container spacing override to prevent senseless gaps on sides of screen */
.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* ------------------ End Nav Bar Edits ------------------ */

/***********************************************************
*      Video Player Edits
***********************************************************
.DVIDSVideo .video-wrap-container img.defaultVideoOverlay,
.DVIDSVideo .video-wrap-container img.hoverVideoOverlay {
  display: contents;
}
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #121315;
  color: white;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
  display: none;
}

.DVIDSVideo {
  display: flex;
  flex-wrap: wrap;
}
.DnnModule-DVIDSVideoPlayer {
  background-color: #121315;
  color: white;
}
.container-title {
  color: white;
}
.form-control {
  color: white;
  background-color: #121315;
  padding: 15px;
  font-size: 1.6rem;
}
.video-list-wrap .video-duration {
  font-size: 16px;
  color: white;
}
.video-list-wrap li .title-wrap div {
  font-size: 15px;
  color: white;
}
.DVIDSVideo h2 {
  font-size: 3.2rem;
}
.DVIDSVideo .meta li {
  list-style: none;
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.8rem;
  color: #5d5d5d;
}
.video-list-wrap li {
  border-bottom: white 3px solid;
  padding: 0px 0 10px;
}
.video-list-wrap:after {
  display: contents;
}
.video-list-wrap li .title-wrap:after {
  display: contents;
}
.containers-v2 {
  padding: 4% 5px;
}
.DVIDSFilter {
  display: none;
}
.DVIDSMediaTitle .DVIDSVideoItemTitle .DVIDSShareText {
  color: white !important;
}
