
.clear {
    clear: both;
}
#uncg-header {
    background-color: #036;
    padding: 10px 0;
}
.uncg-brand .uni-logo img {
    height: 65px !important;
    width: auto !important;
}
.uncg-brand .as-logo img {
    height: 30px !important;
    width: auto !important;
    margin-left: 20px;
}
.uncg-extras {
    padding-top: 5px;
}
.uncg-extras .col {
    float: right;
    padding-left: 20px;
}
ul#campuslinks {
    list-style: none;
    margin: 0;
    padding: 5px 0 0;
}
ul#campuslinks a {
    display: block;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: .05em;
    line-height: 30px;
    padding: 0 3rem 0 1rem;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-transform: uppercase;
}
ul#campuslinks a.link-1 {
    color: #fc0!important;
}
ul#campuslinks li.campus-links:hover>a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: rgba(0,0,0,.25);
}
ul#campuslinks a.link-1 span {
    background-image: url(https://aas.uncg.edu/wp-content/themes/CAS-2018/assets/chevron-bottom.svg);
    background-repeat: no-repeat;
    margin-left: .8rem;
    opacity: .5;
    width: 10px;
    height: 10px;
    display: inline-block;
}
ul#campuslinks li.campus-links>ul li a span {
    background-image: url(https://aas.uncg.edu/wp-content/themes/CAS-2018/assets/chevron-right.svg);
    background-repeat: no-repeat;
    margin-left: 160px;
    opacity: .5;
    width: 10px;
    height: 10px;
    display: inline-block;
}
ul#campuslinks a.link-1:hover {
    text-decoration: none;
}
ul#campuslinks li.campus-links>ul {
    display: none;
    position: absolute;
    z-index: 999;
    margin: 0;
    padding: 0;
}
ul#campuslinks li.campus-links:hover>ul {
    display: block;
}
ul#campuslinks li.campus-links>ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#campuslinks li.campus-links>ul li:first-child a {
    border-top-right-radius: 2px;
}
ul#campuslinks li.campus-links>ul li a {
    cursor: pointer!important;
    background-color: #fc0!important;
    color: #4d3d00!important;
    text-transform: none!important;
    border-top: 1px solid #e6b800!important;
    background-image: url(https://aas.uncg.edu/wp-content/themes/CAS-2018/assets/chevron-right.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
}
.nav-school ul li.uncg-icons {
    display: inline-block;
    background-size: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.nav-school ul li.uncg-icons a {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    display: block;
    height: 30px;
    width: 30px;
}
ul li .icon-tooltip {
    display: none;
    text-align: center;
    position: absolute;
    margin-top: 17px;
    background-color: #caccce;
    font-weight: 700;
    font-size: .65rem;
    padding: .25em .5em;
    border-radius: 2px;
    box-shadow: 3px 3px 15px rgba(0,0,0,.1);
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    white-space: nowrap;
}
ul li .icon-tooltip:before {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 5px;
    left: 50%;
    margin-left: -10px;
    margin-top: -7px;
    background-color: transparent;
    border-left: 10px solid transparent;
    border-bottom: 5px solid #caccce;
    border-right: 10px solid transparent;
}
ul li.ispartan {
    background-image: url(https://aas.uncg.edu/wp-content/themes/CAS-2018/assets/ispartan.svg);
}
ul li.genie {
    background-image: url(https://aas.uncg.edu/wp-content/themes/CAS-2018/assets/genie.svg);
}
ul li.directory {
    background-image: url(https://aas.uncg.edu/wp-content/themes/CAS-2018/assets/directory.svg);
}
ul li.canvas {
    background-image: url(https://aas.uncg.edu/wp-content/themes/CAS-2018/assets/canvas.svg);
}
.searchfield {
    padding-top: 5px;
}
.navbar-default .navbar-brand {
    color: #fff!important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff!important;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #0f2044!important;
}

.connect-wrapper {
	margin-bottom: 20px;
}
.connect-inner {
	text-align: center;
}
.connect-inner img {
	width: 20%;
	height: auto;
}
#main-footer {
    border-top: 5px solid #0f2044;
    padding: 50px 0 20px;
}
.footer-logo {
    background-repeat: no-repeat;
    background-position: center center;
    width: autopx;
    height: 88px;
    margin: 0 0 20px 0;
    background-image: url(https://aas.uncg.edu/wp-content/themes/CAS-2018/assets/uncg_hrzntl_footer.svg);
}
#unc-system {
    margin: 40px 0 0 0;
    width: auto;
    height: 24px;
    background-image: url(https://aas.uncg.edu/wp-content/themes/CAS-2018/assets/unc_system_logo.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.emergency a.emerg-btn {
    display: block;
    font-size: 14px;
    color: #336699;
    border: 2px solid #336699;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.copyright {
    border-top: 1px solid #ddd;
    font-size: 12px;
    color: #333;
    text-align: center;
    padding: 20px 0;
    margin-top: 30px
}
p.wp-caption-text {
	display: block;
	font-size: 12px;
	background: #f2f2f2;
	font-style: italic;
	margin: 0;
	padding: 7px;
}
div.wp-caption img {
    width: 100%;
    height: auto;
}
img.alignleft, div.wp-caption.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	clear: left;
}
img.alignright, div.wp-caption.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	clear: right;
}
img.aligncenter {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
    display: block;
}
.gradbtn {
    text-align: center;
}
.gradbtn img {
    width: 70%;
}
a.give-button {
    border: 1px solid #ffb71b;
    background: #ffcc00;
    color: #003366;
    display: block;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 15px;
    border-radius: 6px;
    margin-top: 10px;
}
a.give-button:hover {
    text-decoration: none!important;
    color: #003366;
    background: #ffb71b;
}
li.pdficon a {
    background-image: url('https://aas.uncg.edu/wp-content/themes/dept/pdficon.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 60%;
}
li.outicon a {
    background-image: url('https://aas.uncg.edu/wp-content/themes/dept/outicon.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 60%;
}

/* Media Queries */

@media (max-width : 567px) {
}
/* Smartphones (landscape)! ----------- */

@media (min-width : 568px) {

}



/* Smartphones (portrait)! ----------- */

@media (max-width : 767px) {
.twwd, .uncg-foot {
    display: none;
}
.dept-address {
    text-align: center;
}
.uncg-extras {
    display: none;
}

}



@media (max-width : 1023px) {
    .as-logo {
        display: none;
    }
}

/* iPads (portrait and landscape) !----------- */

@media (min-width:768px){
#campus-link-main {
    display: none!important;
}
}



/* Desktops and laptops !----------- */

@media only screen 

and (min-width : 1024px) {
}
