/* CSS Document */

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.clearfix:before,
.clearfix:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.mw980 {
  max-width: 980px;
  margin: 0 auto;
}

form,
fieldset {
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}

.magazine .form-item input,
.magazine li.search-field input.default {
  height: 22px;
  border: 1px solid #ADADAD;
  padding: 5px;
  font-size: 13px;
  width: 175px;
}

select.form-select,
.chosen-container-active .chosen-single,
.chosen-container-single .chosen-single {
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #ADADAD;
  border-radius: inherit;
  display: block;
  /* padding: 6px 8px; */
  font-size: 10pt;
  width: 175px;
  background-image: none !important;
  box-shadow: none;
}

body, td, th {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}

body {
  background-color: #4F4F4F;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

ul, li {
  font-family: "Open Sans", Arial, sans-serif;
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
}

a {
  color: #056cac;
  text-decoration: none;
}

a:hover, a:focus {
  color: #3397db;
  text-decoration: none;
}

a img {
  border: none 0px #fff;
}

img, embed, object, video {
  max-width: 100%;
}

nav a, button {
  min-width: 48px;
  min-height: 48px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Arial, sans-serif;
}

h1 {
  font-family: 'Noto Serif', serif;
  font-size: 33px;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: 300;
  color: #262626;
  margin: 0 0 15px 0;
  line-height: 32px;
}

.node-type-duke-magazine-content .main h2 {
  font-family: 'Noto Serif', serif;
  font-weight: 600;
}

.node-type-duke-magazine-content .person h2 {
  font-size: 22px;
}

h3 {
  font-weight: 600;
  font-size: 21px;
}

.article-heading {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    height: 100%;
    align-items: center;
    align-content: center;
    display: grid;
}

.article-heading h1 {
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    text-transform: initial;
    font-size: 40px;
    line-height: normal;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 5px;
}

.article-heading h1 a {
  color: #fff;
}

.featured .article-heading h2 {
  color: #fff;
  font-weight: 300;
  margin: 0 auto;
  line-height: 32px;
  max-width: 600px;
  padding: 12px;
  background: rgba(0, 0, 0, .5);
  font-size: 22px;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

#main-content {
  background-color: #fff;
  min-height: 100%;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dk-btn-tag2 {
    display: inline-block;
    background-color: #707070;
    padding: 3px 5px 3px 5px!important;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    text-align: left;
    margin: 0px 5px 5px 0px;
}

.dk-btn-tag2:hover {
  background: #3397db;
  color: #ffffff;
}

.mb20 {
  margin-bottom: 20px;
}

.inline-block {
  display: inline-block;
}


/* ====================== Navigation ====================== */

header {
  width: 100%;
  min-height: 56px;
  text-align: center;
}

header div.menu {
  background-color: #001A57;
  padding: 1em;
}

nav #toggle,
#mb-search {
  display: none;
}

nav#main-nav {
  display: inline-block;
  width: 100%;
}

nav#main-nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0;
  margin: 0 auto;
  text-align: center;
  align-content: center;
  align-items: center;
}

nav#main-nav li {
  display: inline-block;
  width: 20%;
  padding: 0 10px;
  text-transform: capitalize;
  font-family: 'Noto Serif', serif;
  font-size: 18px;
}

nav#main-nav li a {
  color: #fff;
}

nav#main-nav a#sign-in {
  color: #001A57;
}

nav#main-nav li a:hover {
  color: #0680cd;
}

nav#main-nav li:first-of-type {
  padding-left: 0;
}

nav#main-nav li:last-of-type {
  padding-right: 0;
}

/* DO NOT DISPLAY ON DESKTOP - MOBILE ONLY */
#mb-logo,
span#title {
  display: none;
}

.node-type-duke-magazine-content .breadcrumb {
  padding-bottom: 40px;
}

/* ====================== Footer ====================== */
#footer {
  background-color: #656565;
  color: #E8E8E8;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 25px;
}

#footer .footer-content {
  max-width: 980px;
  margin: 0 auto;
}

#footer section {
  width: 50%;
  float: left;
}

#footer a {
  color: #E8E8E8;
}

#footer a:hover {
  color: #cfeded;
}

#footer h4 {
  margin: 0;
}

#footer img {
  display: block;
  width: 150px;
  margin: 0 auto;
}

#footer nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-content: center;
  margin: 30px auto 20px auto;
}

#footer [class*='col-'] {
  display: inline-block;
  flex-wrap: wrap;
  width: 50%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

#footer ul {
  margin-top: 5px;
  margin-bottom: 10px;
}

#footer li {
  font-size: 11px;
  margin-bottom: 5px;
}

#footer .col-4.social li {
  display: inline-block;
  margin-right: 5px;
}

#footer .legal {
  text-align: center;
}


/* ====================== Accessibility ====================== */

footer label {
  display: none;
}

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}


/* ================= Garage door functionality =============== */

#garage-doors-wrapper {
    position: relative;
    z-index: 50;
    background-color: #fff;
}

.garage-doors.open {
    -webkit-transition: height 0.4s ease-in-out,opacity 0.4s;
    -moz-transition: height 0.4s ease-in-out,opacity 0.4s;
    -ms-transition: height 0.4s ease-in-out,opacity 0.4s;
    transition: height 0.4s ease-in-out,opacity 0.4s;
    opacity: 1;
}

.garage-doors {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: height 0.5s ease-in-out,opacity 0.5s;
    -moz-transition: height 0.5s ease-in-out,opacity 0.5s;
    -ms-transition: height 0.5s ease-in-out,opacity 0.5s;
    transition: height 0.5s ease-in-out,opacity 0.5s;
}

.garage-door {
    position: relative;
    background-color: #fff;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

.open #search.garage-door {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
}

#search-door.garage-doors.open {
    height: 166px;
}

#garage-doors-wrapper #search {
    position: relative;
}

#search.garage-door {
    -webkit-transform: rotateX(90deg) translateY(-83px);
    -moz-transform: rotateX(90deg) translateY(-83px);
    -ms-transform: rotateX(90deg) translateY(-83px);
    transform: rotateX(90deg) translateY(-83px);
}

#garage-doors-wrapper #search form {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding: 60px 0;
}

#garage-doors-wrapper #search fieldset {
    position: relative;
    margin: 0 auto;
    width: 474px;
}

#garage-doors-wrapper #search input#edit-searchmag {
    border: 3px solid #001a57;
    font: 18px/1em "Open Sans",Helvetica,Arial,sans-serif;
    color: #424547;
    margin: 0;
    padding: 0 0 0 12px;
    width: 460px;
    height: 44px;
    overflow: hidden;
    background: #f0f1f1;
}

#garage-doors-wrapper #search input.button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 44px;
    overflow: hidden;
    border: 0;
    cursor: pointer;
    text-indent: -1000%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    color: #fff;
    z-index: 3;
    background: transparent;
}

#garage-doors-wrapper i.fa-search {
    position: absolute;
    right: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    z-index: 1;
    background: #001a57;
    padding: 10px 18px;
}

button, input.button, input[type="button"], input[type="submit"] {
    background-color: #001a57;
}

#garage-doors-wrapper .button-close {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    border: 4px solid #fff;
}

body .button-close {
  font-size: 16px;
  line-height: 13px;
  height: 30px;
  width: 30px;
  margin: 0;
  padding: 5px;
  overflow: hidden;
  background-color: #c1c7c9;
  color: #000;
  border: 0;
  -webkit-border-radius: 50%;
  border-radius: 50% !important;
  text-decoration: none;
  -webkit-border-radius: 4px;
}

.magazine-landing-page .container {
  /* width: 95%;
  margin: 0 auto; */
}

#sign-in {
  background: #a1b70d;
  padding: 7px 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  border: none;
  border-radius: 7px;
  outline: none;
  text-transform: uppercase;
}

#sign-in:hover {
  background: #c7d75d;
  color: #001a57;
}



/* ================= SLIDESHOW =============== */
#banner {
  clear:both;
  overflow: hidden;
  background: #000;
}

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 2.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*jssor slider bullet skin 051 css*/
.jssorb051 .i {position:absolute;cursor:pointer;}
.jssorb051 .i .b {fill:#fff;fill-opacity:0.5;}
.jssorb051 .i:hover .b {fill-opacity:.7;}
.jssorb051 .iav .b {fill-opacity: 1;}
.jssorb051 .i.idn {opacity:.3;}

/*jssor slider arrow skin 051 css*/
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}

#jssor_1 {
  background: #000;
  /* width: 100% !important; */
}

#banner svg {
  -webkit-filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
}


#banner .jssorl-009-spin {
  width: 100% !important;
}

#banner .slides img {
  margin: 0 auto;
  width: 100%;
}

div.article-slide {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  background: rgba(0, 0, 0, .4);
}

img.homepage-slide-img {
  height: auto !important;
}
/* END SLIDE SHOW */

/* LOGGED IN HEADER */
div.dk-user-logged-in-img-wrap > img {
  height: 25px;
  width: 25px;
}

#dk-user-logged-in {
    display: inline;
    color: #fff;
    padding-right: 0px;
    background-position: 134px;
    position: relative;
}

div.dk-user-logged-in-img-wrap {
    border-radius: 25px;
    display: inline-block;
    overflow: hidden;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    background-position: 0 -130px;
    margin-bottom: -5px;
}

#dk-user-logged-in > a:after {
    content: " ";
    width: 0px;
    height: 0px;
    border: medium solid transparent;
    border-top-color: #fff;
    border-width: 7px;
    position: absolute;
    top: 9px;
    right: -19px;
    display: table;
    clear: both;
}

#dk-user-menu-options {
    position: absolute;
    background: #F8F5EC;
    border: 1px solid #c8c8c8;
    z-index: 99998;
    text-align: left;
    width: 150px;
    padding: 13px 11px;
    display: none;
    font-size: 11px;
    line-height: normal;
    left: 0;
}

#dk-user-menu-options {
  display: none;
}

#dk-user-menu-options li[class*='menu-'] {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px dotted #DBD5CF;
}

#dk-user-menu-options li[class*='menu-'] a {
  color: #262626;
}

#dk-user-logged-in.expanded #dk-user-menu-options {
  display: block !important;
}


/* COMMENTS */
#comments {
  margin-top: 35px;
}

.page-comment-edit .container,
.page-comment-reply .container {
  max-width: 980px;
  margin: 0 auto;
}

#comments #edit-actions {
  text-align: right;
}

#edit-actions input,
.option a {
  background-color: #a1b70d;
  border-radius: 7px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #001a57;
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  padding: 6px 12px;
  font-family: 'Open Sans', sans-serif;
}

#edit-actions input:hover,
.option a:hover {
  background: #c7d75d;
}

#comments .user-picture img {
  border-radius: 50%;
  width: 50px;
  float: left;
  margin-right: 15px;
}

#comment-body-add-more-wrapper label {
  display: none;
}

#comments .comment {
  display: flow-root;
}

#comments .submitted a {
  font-size: 18px;
  font-family: 'Noto Serif', serif;
}

#comments .content {
  margin-bottom: 10px;
}

#comments ul.links {
  font-size: 12px;
  text-transform: capitalize;
}

#comments article.comment-result {
  margin-top: 25px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}

#comments span.timeago {
  font-size: 12px;
}

#comments .indented {
  margin-left: 50px;
}

#comments span.new {
  color: #a1b70d;
  font-weight: 600;
}

#comments .option {
  margin: 10px 45px 45px 0;
  float: left;
}

#comments .option h3 {
  text-transform: none;
  font-family: 'Noto Serif', serif;
}

/* HIDE PAGER CURRENTLY DOES NOT WORK */
.page-taxonomy-term.magazine ul.pager {
  display: none;
}
