/*  Colors
    Dark Green: #05443e
    Light Green: #006a64
    Yellow: #de9e66
    Darker Grey: #dadada
    Lighter Grey: #eeeeee
    BG: #ffffff

    Fonts
    All: "Source Sans Pro", sans-serif;

    Text
    body: #006a64
    links: #de9e66
    headers: #05443e

    Weights
    regular: 400
    semi-bold: 600
    bold: 700
*/


/*-------------- Base Styles --------------*/
html {box-sizing:border-box; margin:auto;  overflow-x: hidden;}
body {font-family: "Source Sans Pro", sans-serif; position: relative; box-sizing:border-box; font-size: 20px; line-height: 30px; background-color: #ffffff; color: #314856; overflow-x: hidden;}
section, header, footer {width: 100%; position: relative;}
section, header {position: relative; z-index: 1;}
header {z-index: 10000;}
h1 {font-size: 60px; line-height: 75px; color: #ffffff; font-weight: 400;}
h2 {font-size: 35px; line-height: 45px; color: #314856; font-weight: 700;}
h3 {font-size: 30px; line-height: 35px; color: #314856; font-weight: 600;}
h4 {font-size: 20px; line-height: 30px; color: #de9e66; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase;}
h5 {font-size: 16px; line-height: 25px; color: #de9e66; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase;}
h3 + h4 {margin-top: -30px;}
h1, h2, h3, h4, p {margin-top: 0px;}
input[type=text], input[type='email'], textarea, select, button {-webkit-appearance: none; box-shadow: none !important;}
a {text-decoration: none; -webkit-transition:all 0.25s ease-in-out; transition: all 0.25s ease-in-out; opacity: 1.0; color: #de9e66;}
.fade {-webkit-transition:all 0.25s ease-in-out;transition: all 0.25s ease-in-out; opacity: 1.0;}
.fade:hover {opacity: 0.6;}
div {box-sizing: border-box;}
* {box-sizing: border-box;}
body *::-moz-selection { background: #314856; color: #ffffff; }
body *::selection { background: #314856; color: #ffffff; }
img {max-width: 100%;}
#width-check {position: relative; z-index: 0; display: none;}


/*-------------- Utility --------------*/
.container {max-width: 1480px; margin: 0px auto; padding: 0px 40px; overflow: hidden;}
.flex {display: flex;}


/*-------------- Buttons --------------*/
.button {font-size: 16px; line-height: 20px; transition: all 0.25s ease-in-out; position: relative; padding: 20px 50px 20px 30px; color: #ffffff; background-color: #314856;
    text-transform: uppercase; font-weight: 600; margin-top: 30px; display: inline-block; margin-right: 30px;}
.button::after {content: '\f105'; font-family: FontAwesome; color: #de9e66; position: absolute; right: 30px; top: 20px; font-size: 20px; transition: all 0.25s ease-in-out;}
.button:hover {padding-right: 60px; color: #ffffff; background-color: #d46b43;}
.button:hover::after {color: #ffffff;}


/*-------------- Nav SVG adjustments --------------*/
.svg-hold {margin-left: auto; margin-right: auto; transition: all 0.25s ease-in-out;}
.svg-hold.nav-corporate {width: 25px;}
.svg-hold.nav-projects {width: 27px;}
.svg-hold.nav-investors {width: 25px;}
.svg-hold.nav-news {width: 25px;}
.svg-hold.nav-scholarships {width: 27px;}
.svg-hold.nav-contact {width: 29px;}
.svg-hold.nav-special-meeting {width: 32px;}
#head-hold .top-level .svg-hold:not(.nav-special-meeting) svg * {stroke: #d46b43; fill:#d46b43; stroke-width: 0.1;}


/*-------------- MOBILE Nav SVG adjustments --------------*/
#mobile-menu-hold .svg-hold {margin-left: 6px; margin-right: 20px; transition: all 0.25s ease-in-out; display: inline-block; height: 65px;}
#mobile-menu-hold .svg-hold {width: 18px;}
#mobile-menu-hold .svg-hold:not(.nav-special-meeting) svg * {stroke: #d46b43; fill:#d46b43; stroke-width: 0.1;}


/*-------------- News Listing --------------*/
.news-item {margin-bottom: 27px;}
.news-item .news-date {font-size: 16px; line-height: 20px; font-weight: 600; color: #314856; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px;}
.news-item .news-title a {font-size: 20px; line-height: 30px; color: #d46b43; font-weight: 600; opacity: 1; transition: all 0.25s ease-in-out;}
.news-item .news-title a:hover {opacity: 0.6;}


/*-------------- Animation Overwrite --------------*/
@keyframes fadeInDropDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}


/*-------------- Header --------------*/
/*  Top Bar  */
header {position: fixed; top: 0px; transition: all 0.25s ease-in-out;}
body.scrolled header {margin-top: -50px;}
body.scrolled.mobile header {margin-top: 0px;}
header #top {background-color: #314856; height: 50px;}
header #top .container {height: 50px; /*padding: 0px 20px;*/}
header .stock {float: left; font-size: 18px; color: #ffffff; padding-top: 10px;}
header .stock div {float: left;}
header .stock strong {font-weight: 600;}
header .stock span {color: #de9e66;}
header .stock .symbol {margin-right: 50px;}
header .social {float: right; position: relative;}
header .social .hold {position: absolute; right: 45px; top: 10px; z-index: 0; width: 130px; text-align: right;}
header .social .hold a {color: #ffffff; margin-left: 15px; opacity: 1.0; transition: all 0.25s ease-in-out;}
header .social .hold a:hover {opacity: 0.6;}
header .social .search-hold {position: absolute; top: 0px; right: -565px; z-index: 1; background-color: #314856; height: 50px; width: 590px; text-align: left; padding: 10px 25px 0px 30px;
    transition: all 0.5s ease-in-out;}
header .social .search-hold a {opacity: 1.0; transition: all 0.25s ease-in-out;}
header .social .search-hold a:hover {opacity: 0.6;}
header .social .search-open {color: #de9e66; margin-right: 15px; cursor: pointer; pointer-events: all; transition: all 0.25s ease-in-out;}
header .social .search-close {cursor: pointer; pointer-events: none;}
header .social form.search {display: inline-block; height: 50px; background-color: transparent; width: calc(100% - 35px);}
header .social form.search input {background-color: transparent; border-color: transparent; width: calc(100% - 20px); color: #ffffff;}
header .social form.search input::-webkit-input-placeholder {color: #ffffff;}
header .social form.search input:-moz-placeholder {color: #ffffff;}
header .social form.search input::-moz-placeholder {color: #ffffff;}
header .social form.search input:-ms-input-placeholder {color: #ffffff;}
header .social form.search input:focus {outline: 0px;}
header .container.open {overflow: visible;}
header .container.open .social .search-hold {right: -50px; background-color: #9db5cd;}
header .container.open .social .search-hold .search-open {color: #314865;}
header .container.open .social .search-hold .search-open {pointer-events: none;}
header .container.open .social .search-hold .search-close {pointer-events: all;}
/*  Nav Section  */
header #head-hold {height: 110px; background-color: #ffffff;}
header #head-hold .logo {width: 200px; height: auto; float: left; margin-top: 25px;}
header #head-hold .logo a {transition: all 0.25s ease-in-out;}
header #head-hold .logo a:hover {opacity: 0.6;}
header #head-hold .container {overflow: visible;}
header #head-hold nav {float: right;}
header #head-hold nav ul.top-level {list-style: none; margin: 0px; padding: 0px; text-align: right;}
header #head-hold nav li.top-level {display: inline-block; position: relative; margin-bottom: -25px; overflow: hidden;}
header #head-hold nav li.top-level:hover {overflow: visible;}
header #head-hold nav li.top-level a {color: #314856; font-weight: 600; z-index: 1; position: relative;}
header #head-hold nav li.top-level .hold {padding: 0px 40px 20px 40px; transition: all 0.25s ease-in-out; text-align: center; height: 110px; display: table-cell; vertical-align: bottom;
position: relative;}
header #head-hold nav li.top-level .hold::before {content: ''; opacity: 0; transition: opacity 0.25s ease-in-out; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; z-index: 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */}
header #head-hold nav li.top-level:hover .hold::before {opacity: 1;}
header #head-hold nav li.top-level:hover .svg-hold {padding-bottom: 11px;}
header #head-hold nav li.top-level:hover a.top-link {color: #05443e;}
header #head-hold nav li.top-level:hover .svg-hold:not(.nav-special-meeting) svg * {stroke: #314856; fill:#314856; stroke-width: 0.1;}
header #head-hold nav li.top-level:hover .svg-hold.nav-special-meeting svg * {stroke: #314856; /*fill:#314856; stroke-width: 0.1;*/}
header #head-hold nav li.top-level ul.sub {opacity: 0; position: absolute; left: 50%; transform: translateX(-50%); background: #ffffff; pointer-events: none; transition: opacity 0.5s ease-in-out; list-style: none; text-align: center;
    width: 260px; z-index: -1; padding: 20px 0px; margin: 0px;}
header #head-hold nav li.top-level:hover ul.sub {animation: fadeInDropDown 0.5s ease-in-out; pointer-events: all; opacity: 1;}
header #head-hold nav ul.sub li {padding: 10px 20px; position: relative;}
header #head-hold nav ul.sub li:not(:last-of-type)::after {content: ''; background-color: #de9e66; height: 1px; width: 30px; position: absolute; bottom: 0px; left: calc(50% - 15px);}
header #head-hold nav ul.sub li a {font-size: 16px; line-height: 20px; color: #314856; font-weight: 400; padding: 20px; transition: all 0.25s ease-in-out;}
header #head-hold nav ul.sub li a:hover {font-weight: 600;}
header #head-hold nav ul.sub li.has-submenu a {padding: 20px 20px 0px 20px;}
header #head-hold nav ul.subsub {margin: 0px; padding: 0px; list-style: none;}
header #head-hold nav ul.subsub li.subsub {padding: 0px 20px;}
header #head-hold nav ul.subsub li.subsub a {font-size: 14px; padding: 10px;}
header #head-hold nav ul.subsub li:not(:last-of-type)::after {display: none;}
/* Mobile Head */
#mobile-head-hold {background-color: #ffffff; height: 105px; justify-content: space-between; display: none; align-items: center; z-index: 3; position: relative;}
#mobile-head-hold .search {max-width: 105px; width: 105px; height: 105px; position: relative; cursor: pointer; transition: all 0.25s ease-in-out;}
#mobile-head-hold .logo {flex-grow: 1; text-align: center; height: 75px;}
#mobile-head-hold .logo img {height: auto; width: 200px; margin-top: 5px;}
#mobile-head-hold .menu-icon-hold {max-width: 105px; width: 105px; height: 105px; position: relative; cursor: pointer; transition: all 0.25s ease-in-out;}
#mobile-head-hold .glass, #mobile-head-hold .menu {width: 30px; pointer-events: all; opacity: 1; transition: all 0.25s ease-in-out;}
#mobile-head-hold .menu path {fill: #314856;}
#mobile-head-hold .glass * {stroke: #314856;}
#mobile-head-hold .close {width: 25px; pointer-events: none; opacity: 0; transition: all 0.25s ease-in-out;}
#mobile-head-hold .close * {stroke: #ffffff;}
#mobile-head-hold .svg-hold {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
#mobile-head-hold .menu-icon-hold.active, #mobile-head-hold .search.active {background-color: #314856;}
#mobile-head-hold .menu-icon-hold.active .close, #mobile-head-hold .search.active .close {opacity: 1;}
#mobile-head-hold .menu-icon-hold.active .menu, #mobile-head-hold .search.active .glass {opacity: 0;}
/* Mobile Search */
#mobile-search-hold {opacity:0; border-top: solid 5px #314856; background-color: #ffffff; -webkit-box-shadow: 2px -1px 73px 0px rgba(0,0,0,0.75); -moz-box-shadow: 2px -1px 73px 0px rgba(0,0,0,0.75);
    box-shadow: 2px -1px 73px 0px rgba(0,0,0,0.75); transition: all 0.25s ease-in-out; height: 90px; width: 100%; position: fixed; top: 105px; left: 0px; margin-top: -105px; z-index: 2; pointer-events: none;}
#mobile-search-hold.active {opacity: 1; margin-top: 0px; pointer-events: all;}
#mobile-search-hold form.search {display: inline-block; height: 90px; background-color: transparent; width: 100%;}
#mobile-search-hold form.search input {background-color: transparent; border-color: transparent; color: #314856; width: 100%; height: 90px; padding: 0px 20px 0px 40px; line-height: 90px;}
#mobile-search-hold form.search input::-webkit-input-placeholder {color: #cccccc;}
#mobile-search-hold form.search input:-moz-placeholder {color: #cccccc;}
#mobile-search-hold form.search input::-moz-placeholder {color: #cccccc;}
#mobile-search-hold form.search input:-ms-input-placeholder {color: #cccccc;}
#mobile-search-hold form.search input:focus {outline: 0px;}
/* Mobile Menu */
#mobile-menu-hold {opacity:0; border-top: solid 5px #314856; width: 100%; height: calc(100vh - 105px); background-color: #ffffff; position: fixed; top: 105px; padding: 30px 15px; transform: translateX(-200vw);
    z-index: 1; transition: all 0.25s ease-in-out; overflow-x: hidden; pointer-events: none;}
#mobile-menu-hold.open {transform: translateX(0%); position: fixed; overflow-y: scroll; pointer-events: all; opacity: 1;}
#mobile-menu-hold nav {max-width: 1023px; margin: 0px auto; padding: 0;}
#mobile-menu-hold ul {list-style: none; margin: 0px; padding: 0px;}
#mobile-menu-hold li.top-level {border-top: solid 1px #de9e66;}
#mobile-menu-hold li.top-level:last-of-type {border-bottom: solid 1px #de9e66;}
#mobile-menu-hold a.top-level {line-height: 65px; font-size: 25px; font-weight: 600; color: #314856; display: block; position: relative;}
#mobile-menu-hold a.top-level::after {content: '\f107'; position: absolute; right: 7px; top: 0px; font-family: FontAwesome;}
#mobile-menu-hold ul.sub {display: none; padding-bottom: 20px;}
#mobile-menu-hold li.sub {display: block; padding-left: 44px;}
#mobile-menu-hold li.subsub {display: block; padding-left: 20px;}
#mobile-menu-hold a.sub, #mobile-menu-hold a.subsub {font-size: 16px; line-height: 35px; color: #314865; font-weight: 400; display: block; position: relative;}
#mobile-menu-hold a:not(.top-level).has-submenu::after {content: '+'; position: absolute; right: 11px; top: 0px;}
#mobile-menu-hold a:not(.top-level).has-submenu.active::after {content: '-'; position: absolute; right: 12px; top: 0px;}
#mobile-stock {margin-top: 100px;}
#mobile-stock .symbol { font-size: 30px; color: #314856; margin-bottom: 15px;}
#mobile-stock .symbol strong {font-weight: 600; color: #05443e;}
#mobile-stock .uranium {color: #05443e; font-size: 18px; line-height: 25px;}
#mobile-stock .uranium span {color: #314856;}


/*-------------- Hero --------------*/
#hero {background-repeat: no-repeat; background-position: center center; background-size: cover; background-image: url(../../../../_resources/banners/home.jpg); height: 700px; margin-top: 120px;
    position: relative}
/*body.adjust #hero {margin-top: 110px;}*/
#hero .text {/*margin: 210px auto 0px auto;*/ text-align: center; max-width: 990px; width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-75%); padding: 0px 10px;}


/*-------------- Boxes --------------*/
main {display: flex; flex-direction: row-reverse;}
main .about {width: 50%; padding: 120px 100px; background-color: #eeeeee;}
main .about .text {font-size: 30px; line-height: 40px; color: #314856; max-width: 500px; font-weight: 600;}
main .about .text h2 {font-size: 40px; line-height: 50px; font-weight: 700; color: #314856;}
main .right {width: 50%; display: flex; flex-wrap: wrap;}
main .box {width: 50%; background-color: #314856; background-repeat: no-repeat; background-size: cover; background-position: center center; text-align: center; display: flex;
    align-items: center; justify-content: center; transition: all 0.25s ease-in-out;}
main .box.link a {font-size: 23px; line-height: 35px; text-transform: uppercase; color: #de9e66; font-weight: 600; transition: all 0.25s ease-in-out;}
main .box.link .svg-hold {margin-bottom: 10px; transition: all 0.25s ease-in-out;}
main .box.link svg {fill: #ffffff; transition: all 0.25s ease-in-out;}
main .box.link:hover {background-color: #9db5cd;}
main .box.image:hover {background-color: #9db5cd;}
main .box.link:hover a {color: #314856;}
main .box.link:hover .svg-hold {width: 130px;}
main .box.link:hover svg {fill: #314856;}
main .box:nth-child(4).link svg path {fill: #ffffff;}
main .box:nth-child(4).link:hover svg path {fill: #314856;}
main .box:nth-child(2) {background-image: url(../../../../_resources/images/home-box1.jpg); /*padding-bottom: 50%;*/}
main .box:nth-child(3) {background-image: url(../../../../_resources/images/home-box2.jpg); /*padding-bottom: 50%;*/}
main .box:nth-child(2):hover {background-image: none; /*padding-bottom: 50%;*/}
main .box:nth-child(3):hover {background-image: none; /*padding-bottom: 50%;*/}
main .box:nth-child(1) .svg-hold {width: 100px;}
main .box:nth-child(4) .svg-hold {width: 100px;}
main .box:nth-child(1):hover .svg-hold {width: 130px;}
main .box:nth-child(4):hover .svg-hold {width: 130px;}


/*-------------- Content Area --------------*/
#content {background-color: #ffffff; padding: 100px 0px;}
#content .project {display: flex; width: 100%; margin-bottom: 60px;}
#content .project .text {width: 50%; padding: 40px 90px 60px 90px;}
#content .project .text .hold {margin-bottom: 130px; max-width: 480px;}
#content .project .image {width: 50%; min-height: 600px; background-repeat: no-repeat; background-size: cover; background-position: center center;
    background-image: url(../../../../_resources/images/home-project1.jpg);}
#content .project:nth-child(2) .image {background-image: url(../../../../_resources/images/home-project2.jpg);}
#news {display: flex; /*margin-top: 170px;*/}
#news .news {width: 50%;}
#news .news h3 {margin-bottom: 27px;}
#news .twitter {width: 50%; border-left: 1px solid #000000; padding-left: 75px;}
#news .button {margin-top: 10px;}


/*-------------- Subscribe --------------*/
#subscribe {background-color: #9db5cd;}
#subscribe .hold {max-width: 1160px; margin: 0px auto; overflow: hidden; padding: 60px 0px;}
#signup-text {font-size: 30px; line-height: 40px; color: #314856; font-weight: 400; width: 275px; float: left; margin-top: -12px;}
#signup-info {float: left; width: calc(100% - 275px);}
#signup-info form {display: flex; flex-wrap: wrap;}
#signup-info form .textbox {width: calc(50% - 86px); margin-right: 10px; position: relative;}
#signup-info form .textbox input {width: 100%; height: 60px; background-color: #f5f8fa; border: none; line-height: 60px; padding: 0px 15px 0px 30px; font-size: 20px; color: #314856;}
#signup-info form .textbox input::-webkit-input-placeholder { color: #314856; opacity: 0.8;}
#signup-info form .textbox input:-moz-placeholder { color: #314856; opacity: 0.8;}
#signup-info form .textbox input::-moz-placeholder { color: #314856; opacity: 0.8;}
#signup-info form .textbox input:-ms-input-placeholder { color: #314856; opacity: 0.8;}
#signup-info form .error-tooltip { display:none; position:absolute; top:-60px; left:0; padding:10px 15px; font-size:12px; background:#05443e; width:250px; opacity:0;
    transition: all 0.25s ease-in-out; z-index:1000; color: #ffffff;}
#signup-info form .error-tooltip span {color:#de9e66;}
#signup-info form .error-tooltip:before { content:" "; border-style:solid; border-width:10px 12px 0px 12px; border-color:#05443e transparent transparent transparent;
    position:absolute; bottom:-10px; left: calc(50% - 12px);}
#signup-info form .textbox.show-tooltip .error-tooltip { display:inline-block; animation:tooltip 5s 1; -webkit-animation:tooltip 5s 1;  }
#signup-info form .recaptcha {margin-top: 0px; opacity: 0; height: 0px; transition: all 0.25s ease-in-out; pointer-events: none; order: 1;}
#signup-info form .recaptcha.show {opacity: 1; height: 78px; pointer-events: all; margin-top: 20px;}
#signup-info form .recaptcha.error {height: 82px; border: red 2px solid;}
#signup-info form button {border-style: none; margin-right: 10px; cursor: pointer; margin-top: 0px; padding: 22px 50px 18px 30px;}
#signup-info form button:hover {margin-right: 0px; background-color: #ffffff; color: #05443e; padding-right: 60px;}


/* KEYFRAMES */
@-webkit-keyframes tooltip {
    0% { opacity:0; -webkit-transform:translate3d(0,100%,0); transform:translate3d(0,100%,0); }
    20%,90% { opacity:1; -webkit-transform:none; transform:none; }
    100% { opacity:0; }
}
@keyframes tooltip {
    0% { opacity:0; -webkit-transform:translate3d(0,100%,0); transform:translate3d(0,100%,0); }
    20%,90% { opacity:1; -webkit-transform:none; transform:none; }
    100% { opacity:0; }
}


/*-------------- Footer --------------*/
footer {background-color: #314856; padding: 70px 0px; color: #ffffff;}
footer a {opacity: 1; transition: all 0.25s ease-in-out;}
footer a:hover {opacity: 0.6;}
footer .hold {display: flex;}
footer .logo {order: 1; min-width: 210px;}
footer .logo img {width: 130px;}
footer .logo .symbols {font-size: 18px; color: #ffffff; font-weight: 600; margin-top: 20px;}
footer .mid {order: 2; flex-grow: 1;}
footer .end {order: 3; padding-left: 120px; min-width: 290px;}
footer .copy {font-size: 14px; line-height: 20px; max-width: 600px; padding-top: 70px;}
footer .copy a {color: #ffffff;}
footer .contact-info {font-size: 16px; line-height: 30px;}
footer .address, footer .phone {padding-left: 20px; position: relative; margin-bottom: 10px;}
footer .address::before {content: '\f041'; position: absolute; top: 0px; left: 0px; font-family: FontAwesome; color: #de9e66;}
footer .phone::before {content: '\f095'; position: absolute; top: 0px; left: 0px; font-family: FontAwesome; color: #de9e66;}
footer .social {margin: 50px 0px 40px 0px;}
footer .social a {margin-right: 10px;}
footer ul.nav.mobile {display: none;}
footer ul.nav.mobile li {margin: 0px !important;}
footer ul.nav.mobile a {font-size: 20px; line-height: 50px; color: #ffffff; font-weight: 600;}
footer ul.nav {list-style: none; margin: 0px; padding: 0px; display: flex; justify-content: space-between;}
footer ul.nav li:not(.top-level) {margin-top: 10px;}
footer ul.nav li a {color: #ffffff; font-size: 16px; line-height: 20px;}
footer ul.nav li a.top-level {font-weight: 600; text-transform: uppercase;}
footer ul.sub {list-style: none; margin: 0px; padding: 0px;}


/*-------------- Responsive Adjustments --------------*/
@media screen and (max-width: 1100px) {
    footer .end {padding-left: 20px;}
}
@media screen and (max-width: 1100px) {
    header #head-hold .logo {
        width: 160px;
        margin-top: 33px;
    }
}
@media screen and (max-width: 1023px) {
#top, #head-hold {display: none;}
#mobile-head-hold {display: flex;}
#hero {margin-top: 105px; height: 600px;}
#width-check {z-index: 1;}
body {font-size: 20px; line-height: 28px;}
h1 {font-size: 45px; line-height: 58px;}
h2 {font-size: 38px; line-height: 43px;}
h3 {font-size: 33px; line-height: 40px;}
h4 {font-size: 18px; line-height: 28px;}
h5 {font-size: 16px; line-height: 25px;}
main {display: block;}
main .right, main .about {width: 100%;}
main .about {padding: 70px 40px;}
main .about .text {max-width: 100%;}
#content {padding: 60px 0px;}
#content .project {display: block;}
#content .project .text {width: 100%; padding: 0px;}
#content .project .text .hold {margin-bottom: 40px; max-width: 100%;}
#content .project .image {width: 100%; min-height: auto; padding-bottom: 50%; margin-top: 80px;}
#news {display: block; margin-top: 80px;}
#news .news {width: 100%; margin-bottom: 80px;}
#news .twitter {width: 100%; padding-left: 0px; border: none;}
#signup-text {float: none; width: 100%; margin-bottom: 30px;}
#subscribe br.desktop {display: none;}
#signup-info {float: none; width: 100%;}
#signup-info form {display: block;}
#signup-info form .textbox {width: 100%; margin-right: 0px; margin-bottom: 20px;}
#signup-info .signup-submit {text-align: right;}
#signup-info form button {margin-right: 0px;}
#signup-info .recaptcha {width: 304px; margin-left: auto;}
footer .container {padding: 0px 80px;}
footer .hold {display: block;}
footer .logo {max-width: 200px; min-width: auto; margin-bottom: 40px;}
footer .end {padding-left: 0px; min-width: auto; display: flex;}
footer .end .mobile-hold {padding-left: 80px;}
footer .social {margin: 15px 0px 40px 0px;}
footer .mid .nav {display: none;}
footer .copy {max-width: 100%;}
footer ul.nav {display: none;}
footer ul.nav.mobile {display: block;}
}
@media screen and (max-width: 600px) {
main .box.link a {font-size: 18px; line-height: 28px;}
main .box:nth-child(1) .svg-hold {width: 80px;}
main .box:nth-child(1):hover .svg-hold {width: 100px;}
main .box:nth-child(4) .svg-hold {width: 60px;}
main .box:nth-child(4):hover .svg-hold {width: 80px;}
footer .container {padding: 0px 40px;}
}
@media screen and (max-width: 450px) {
main .box.link {padding: 20px;}
}
@media screen and (max-width: 400px) {
footer .end .mobile-hold {padding-left: 30px;}
}


/* SCHOLARSHIP */
#content h3.with-subtitle {margin-bottom: 10px;}
.in-memoriam {
  margin: 45px 0 57px;
  width: 500px;
}

/* NAV FIXES JULY 2022 */
@media screen and (max-width: 1480px) {
   header #head-hold nav li.top-level .hold {padding: 0px 20px 20px 20px;} 
}
@media screen and (max-width: 1300px) {
    body.scrolled header {margin-top: -85px;}
    header #top {height: 85px;}
    header #top .container {height: 85px;}
    header .stock {max-width: 680px;}
}
@media screen and (max-width: 1200px) {
   header #head-hold nav li.top-level .hold {padding: 0px 10px 20px 10px;} 
}
/*header #head-hold nav li.top-level .hold {padding: 0px 10px 20px 10px;}*/


/* Footer Nav Li elements */
footer ul.nav li.top-level { padding-right: 10px; }