/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    /*	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); */
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}





/*
body {
    font-family: sans-serif;
    font-size: 100%;
    color: #404041;
    cursor: default;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    padding: 0;
    margin: 0;
    border: 0
}
*/

#header {

    height: 70px;
    background: #fff;
    z-index: 999;
    position: relative;

}
a {
    color: #849201;
}
a:hover {
    color: #cadb2d;
}
img {
    max-width: 100%;
    height: auto;
}
.container {
    width: 1200px;
    margin: auto;
}
.dmu-logo-2019 {
    display: flex;
    width: 140px;
    height: 70px;
    margin-right: 10px;
    background: url(../images/DMUCMYKmasterlogo.png) no-repeat 0 0;
    background-size: contain;
    float: left;
}
.dmuglobal-logo-2019 {
    display: flex;
    width: 82px;
    height: 70px;
    background: url(../images/logo-gradient.png) no-repeat 0 0;
    background-size: contain;
    float: left;
}

header .search {
    float: right;
    position: relative;
    top: 21px;

}

header .search img {
    width: 25px;
}



.container2 {
    width: 0;
    margin: 10px 70px 0 0;
    z-index: 9999999999;
    position: relative;
    float: right;
    overflow: visible;
}




.sb-icon-search {
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    background-image: url('../images/search-icon2.png');
}




.searchbox {
    position:relative;
    min-width:50px;
    width:0%;
    height:50px;
    float:right;
    overflow:hidden;

    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;

}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:#fff;
    width:100%;
    height:50px;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:16px;
    color:#404041;
}
.searchbox-input::-webkit-input-placeholder {
    color: #404041;
}
.searchbox-input:-moz-placeholder {
    color: #404041;
}
.searchbox-input::-moz-placeholder {
    color: #404041;
}
.searchbox-input:-ms-input-placeholder {
    color: #404041;
}

.searchbox-icon,
.searchbox-submit{
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    font-size: 0 !important;
    right: 0;
    padding: 0 !important;
    margin: 0;
    border: 0 !important;
    outline: 0;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer !important;
    color: #4d98d1 !important;
    background-color: white !important;

}

.searchbox-open{
    width: 350px;
}





nav.site-nav {
    padding: 23px 0 0 0;
}
nav.site-nav ul li {
    list-style-type: none;
    float: left;
    font-family: 'Geist', sans-serif;
    text-transform: uppercase;
    font-size: 0.95em;
    margin: 0 0 0 25px;
    font-weight: 500;
}
nav.site-nav ul li a {
    color: #fff;
    text-decoration: none;
    -o-transition: color .2s;
    -ms-transition: color .2s;
    -moz-transition: color .2s;
    -webkit-transition: color .2s;
    transition: color .2s;
}
nav.site-nav ul li a:hover {
    color: #35000f;
}


.hero-header{
    min-height: 18vw;
    background: transparent;
    margin: 0 0 20px 0;
    position: relative;
    background: green;
    background: url(../images/header-image1.jpg) no-repeat 0 0;
    background-size: cover;

}


.parallax-window {
    min-height: 18vw;
    background: transparent;
    margin: 0 0 20px 0;
    position: relative;/* background: green; */
}
.main-banner .ugb-container__content-wrapper{
    position: relative;
    text-align: center;
    width: auto;
    z-index: 888;
    display: block;
    top: 40px;
    margin: 0 10px;
    font-size: initial;
    height: auto;
}
.main-banner .ugb-container__content-wrapper p {
    font-family: 'Geist', sans-serif;
    text-transform: uppercase;
    font-size: 2.2em;
    color: #fff;
    text-align: center;
    margin: 0 auto !important;
    width: auto;
    line-height: 1.3em;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.6), 0px 5px 10px rgba(0,0,0,0.4), 0px 0px 5px rgba(0,0,0,0.80);
    overflow: hidden;/* height: 52px; */
}
.main-banner + .ugb-container__content-wrapper {
    position: relative;
    text-align: center;
    width: auto;

    display: block;

    margin: 22px 10px 0;
    font-size: initial;
    height: auto;
}
.main-banner + .ugb-container__content-wrapper p {
    font-family: 'Geist', sans-serif;
    text-transform: uppercase;
    font-size: 1.6em;
    line-height: 1.3em;

    text-align: center;
    margin: 0 auto !important;
    width: auto;


    overflow: hidden;/* height: 52px; */
    color: #9e0934 !important;
    text-shadow: none;
    display: none;
}
.main-banner{
    min-height: 10vw;

    width: 100%;
    margin: 0;
    background-size: cover;
    background-position: top;
}
.main-banner .ugb-container__content-wrapper p strong {
    font-weight: 700;
}
.home-intro p {
    width: 70%;
    text-align: center;
    font-size: 1em;
    margin: 20px auto 0 auto;
    /* margin: 20px auto 30px auto;*/
    line-height: 1.5em;
}
.buttons-section{padding: 0 !important}
.buttons-section .ugb-container__content-wrapper {
    margin: 0 auto 0 auto;
    overflow: auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.buttons-section .ugb-container__content-wrapper .wp-block-ugb-button {
    margin: 0 auto !important;
    text-align: center;
    flex: 1;
    display: flex;
    border: 1px solid white;
    min-width: 24%;
    align-items: center;
    align-content: center;
    box-sizing: content-box;
}

/*.ugb-button {*/
/*    border-bottom:none;*/
/*    border-left: none;*/
/*    border-right:none;*/
/*    border-top: none;*/
/*    border-color: rgba(255,255,255,0); */
/*    font-size: initial;*/
/*    margin: 10px;*/
/*}*/

/*.ugb-button:active, */
/*.ugb-button:focus, */
/*.ugb-button:hover {*/
/*    border-color: rgba(255,255,255,0); */
/*}*/
/*.home .ugb-button {*/
/*    border-width: 3px !important;*/
/*    border-style: solid !important;*/
/*}*/

.ugb-button:not(.ugb-button--design-ghost) {
    border-bottom-width: 0 !important;
}

.ugb-button.ugb-button--design-ghost {
    border-width: 3px !important;
}

.ugb-button.ugb-button--design-ghost:hover {
    border-width: 3px !important;
    border-radius:5px;
    border-bottom-style: solid !important;
}


.buttons-section .ugb-container__content-wrapper .wp-block-ugb-button div {
    list-style-type: none;
    flex: 0 1 auto;
    /* margin: 11px 10px; */
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: bold;

    background: #fff;




    border-radius: 5px;
    -o-transition: background .3s;
    -ms-transition: background .3s;
    -moz-transition: background .3s;
    -webkit-transition: background .3s;
    transition: background .5s;
    min-height: 60px;

    align-items: center;
    width: 100%;
    display: flex;
    justify-content: center;

    box-sizing: content-box;
}
.buttons-section .ugb-container__content-wrapper .wp-block-ugb-button div a{
    list-style-type: none;
    padding: 5px 20px;
    text-decoration: none !important;
    color: #9e0934 !important;
    border: none;
    /* margin: 0; */
    width: 100%;
    min-height: 60px;
    display: flex;
    flex: 0 1 auto;
    justify-content: center;
    -o-transition: background .3s;
    -ms-transition: background .3s;
    -moz-transition: background .3s;
    -webkit-transition: background .3s;
    transition: background .5s;

}

.buttons-section .ugb-container__content-wrapper .wp-block-ugb-button div a:hover {
    color: #fff !important;
    background: #9e0934 !important;
    opacity: 0.5;
}
.home-slide p {
    content: '';
    background: url(../images/home-slide-fade.png) top repeat-x;
    background-position: 0px -360px;
    overflow: auto;
    display: block;
    margin: 0 !important;
    height: auto;
    text-decoration: none !important;
    -o-transition: background-position .3s;
    -ms-transition: background-position .3s;
    -moz-transition: background-position .3s;
    -webkit-transition: background-position .3s;
    transition: background-position .3s;
    color: #fff !important;
    border: none !important;
    padding: 120px 0 330px 0 !important;
}
.home-slide a {
    margin: 0 !important;

    text-decoration: none !important;
    color: #fff !important;
    border: none !important;

}
.home-slide p:hover {
    text-decoration: none;
    background-position: 0px 0px;
}
.home-slide {
    clear: both;
    margin: 0 auto 10px auto;
    text-align: center;
    color: #fff;
}
.home-slide h2 {
    font-family: 'Geist', sans-serif;
    font-size: 2.2em;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2em;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.6), 0px 0px 10px rgba(0,0,0,0.4);
}
.home-slide p {
    font-size: 1em !important;
    color: #fff !important;
    font-weight: 600 !important;
    margin: 0 !important;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.6), 0px 0px 10px rgba(0,0,0,0.4) !important;

    width: 100%;
    max-width: none !important;
}
.home-slide strong {
    font-family: 'Geist', sans-serif;
    font-size: 2.2em;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2em;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.6), 0px 0px 10px rgba(0,0,0,0.4);
    margin: 0px auto 25px;
    display: block;}
.video-panel {
    margin: 0px auto 38px;
    text-align: center;
    width: 60%;
}
h3.video-panel-title {
    font-family: 'Geist', sans-serif;
    text-transform: uppercase;
    font-size: 1.6em;
    color: #000;
    text-align: center;
    margin: 0 0 25px 0;
    line-height: 1.2em;
}

#footer .col1 {
    float: left;
    width: 50%;
}

#footer .col2 {
    float: right;
    width: 50%;
    text-align: right;
}

#footer a {
    color: #7c7c7c;
    text-decoration: none;
}
#footer .col1 img {
    float: left;
}

#footer .col2 img {
    width: 30px;
    margin: 4px 8px 0 0;
}

.footer-message {
    position: relative;
    padding: 27px 0 0 0;
    text-align: center;
}
.footer-message p {
    font-family: 'Geist', sans-serif;
    text-transform: uppercase;
    font-size: 1.8em;
    color: #fff;
    text-align: center;
    margin: auto;
    width: auto;
    line-height: 1.1em;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.6), 0px 5px 10px rgba(0,0,0,0.4), 0px 0px 5px rgba(0,0,0,0.80);
    overflow: hidden;
}
.footer-message p strong {
    font-weight: 700;
}

#footer .visuallyhidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}


.wp-block-embed__wrapper{

    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    -webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.47);
    -moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.47);
    box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.47);
}
.wp-block-embed__wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dmu-logo-2019,.dmuglobal-logo-2019{
    position: relative;
    z-index: 99999999999;
}

.footer__sub .col1 a {
    margin-right:1em;
    color: #7C7C7C;
}

.footer__sub .col1 a:after {
    content:'|';
    margin-left: 1em;
    color:#7c7c7c;
}

.home #main .main-banner:first-of-type {
    margin-top: 0;
}